Index: d.bat
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/d.bat	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/d.bat	(working copy)
@@ -1,8 +1,11 @@
 call do.bat eep
+e ku
+ping 127.1 -n 1 >nul
 e pu
+ping 127.1 -n 1 >nul
 e 8081 10
 e 8075 0000
 e 8079 0000
 e 807d ffff
 e ep
-e ku
\ No newline at end of file
+e ku
Index: format/app.format
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/format/app.format	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/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/YFK/24G&BLE/format/app_mouse.format	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/format/app_mouse.format	(working copy)
@@ -204,44 +204,55 @@
 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_mouse_ble_led_on_enable
-1 mem_device_led_blink_flag
-1 mem_device_state_led_gpio
+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
+
+1 mem_mouse_asm_flag
+2 mem_mouse_x_pre
+2 mem_mouse_y_pre
 
 1 mem_mouse_fast_conn_flag
-1 mem_mouse_ID_key_gpio
-1 mem_mouse_ID_key_state
-1 mem_mouse_ble_reconn_enable
-1 mem_mouse_device_led_on_timer_count
-
 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
 )
 
 (
@@ -339,6 +350,7 @@
 6 ENABLE_SELECT_DEVICE_BY_SWITCH
 7 ENABLE_SENSOR_MOTION_PIN
 
+
 0xFF GPIO_DISABLE
 
 
@@ -356,6 +368,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
@@ -365,6 +378,7 @@
 0XD2 P3204_TJ3L_ID2
 0x54 PKA8_ID2
 0x70 P3065_XY_ID2
+0x5a FD3180_ID2
 
 
 //Sensor type
@@ -375,6 +389,7 @@
 0X04 P3212
 0X05 P3610
 0X06 P3065_XY
+0X07 FD3180
 
 
 //p3610 smart enable flag
@@ -429,12 +444,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
@@ -443,8 +463,4 @@
 4 MOUSE_BT_BLE_24G_ENABLE
 )
 
-(
-0 MULTI_LED_ON
-1 MULTI_LED_BLINK
-)
 
Index: format/bt.format
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/format/bt.format	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/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
 )
 
 (
Index: format/g24.format
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/format/g24.format	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/format/g24.format	(working copy)
@@ -124,8 +124,7 @@
 1 mem_24g_auto_paring_switch
 1 mem_24g_paccnt
 1 mem_24g_transmit_by_interrupt
-2 mem_24g_transmit_by_interrupt_exit_count
-2 mem_24g_transmit_by_interrupt_exit_count_init
+1 mem_24g_transmit_by_interrupt_exit_count
 )
 
 (
Index: format/le.format
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/format/le.format	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/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/YFK/24G&BLE/format/utility.format	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/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/YFK/24G&BLE/output/bt_format.meta	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/output/bt_format.meta	(working copy)
@@ -1149,153 +1149,158 @@
 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_mouse_ble_led_on_enable
-0x4b13 mem_device_led_blink_flag
-0x4b14 mem_device_state_led_gpio
-0x4b15 mem_mouse_fast_conn_flag
-0x4b16 mem_mouse_ID_key_gpio
-0x4b17 mem_mouse_ID_key_state
-0x4b18 mem_mouse_ble_reconn_enable
-0x4b19 mem_mouse_device_led_on_timer_count
-0x4b1a mem_le_adv_swift_pair
-0x4b2d mem_24g_rxbuf
-0x4b4f mem_24g_txbuf
-0x4b6f mem_24g_txpayload
-0x4b91 mem_24g_rxpayload
-0x4bb1 mem_24g_rxdata_length
-0x4bb2 mem_24g_pid
-0x4bb3 mem_24g_datalen
-0x4bb4 mem_24g_data_type
-0x4bb5 mem_24g_txlen
-0x4bb6 mem_24g_rx_window
-0x4bb8 mem_24g_ensure
-0x4bb9 mem_24g_txfail_cnt
-0x4bbb mem_24g_get_ack_fail
-0x4bbc mem_24g_retry
-0x4bbd mem_24g_ch
-0x4bbe mem_24g_current_ch_number
-0x4bbf mem_24g_paring_addr
-0x4bc3 mem_24g_pairing_sm
-0x4bc4 mem_24g_ch_map1
-0x4bc8 mem_24g_ch_map2
-0x4bcc mem_24g_ch_map3
-0x4bd0 mem_24g_ch_map4
-0x4bd4 mem_24g_tx_btclk
-0x4bd8 mem_24g_interval
-0x4bd9 mem_24g_interval_min
-0x4bda mem_24g_interval_max
-0x4bdb mem_24g_addr
-0x4bdf mem_24g_abort_pac
-0x4be0 mem_24g_check_dongle_times
-0x4be2 mem_24g_enter_hibernate
-0x4bea mem_24g_device_addr
-0x4bee mem_24g_pac_index
-0x4bef mem_24g_no_ack
-0x4bf0 mem_24g_sta_crc
-0x4bf3 mem_24g_last_crc
-0x4bf6 mem_24g_sta_pid
-0x4bf7 mem_24g_last_pid
-0x4bf8 mem_24g_max_retry
-0x4bf9 mem_24g_mode
-0x4bfa mem_24g_rxdata_temp
-0x4c1c mem_24g_rx_addr
-0x4c20 mem_dongle_mode_init
-0x4c21 mem_dongle_work_mode
-0x4c22 mem_dongle_ms_bind_step
-0x4c23 mem_dongle_kb_bind_step
-0x4c24 mem_dongle_bind_device_status
-0x4c25 mem_24g_bind_payload
-0x4c2d mem_24g_abort_packet
-0x4c2e mem_24g_rf_laststa
-0x4c2f mem_24g_hop_btclk
-0x4c33 mem_24g_hop_interval
-0x4c34 mem_24g_mode_switch
-0x4c35 mem_24g_ackpayload_enable
-0x4c36 mem_24g_hop_packet
-0x4c37 mem_24g_pair_mode
-0x4c38 mem_24g_nodata_timer_enable
-0x4c39 mem_24g_time_slice
-0x4c3a mem_24g_kb_data_sta_data
-0x4c42 mem_24g_kb_data_last_data
-0x4c4a mem_24g_kb_multikey_sta_data
-0x4c4d mem_24g_kb_multikey_last_data
-0x4c50 mem_24g_kb_blank_data_enable
-0x4c51 mem_24g_kb_mul_blank_data_enable
-0x4c52 mem_24g_ms_blank_data_enable
-0x4c53 mem_24g_kb_addr
-0x4c57 mem_24g_ms_addr
-0x4c5b mem_24g_dg_last_ch
-0x4c5c mem_24g_dg_ch_number
-0x4c5d mem_24g_dg_config_ch_once
-0x4c5e mem_24g_kb_last_ch
-0x4c5f mem_24g_kb_ch_number
-0x4c60 mem_24g_kb_config_ch_once
-0x4c61 mem_24g_ms_last_ch
-0x4c62 mem_24g_ms_ch_number
-0x4c63 mem_24g_ms_config_ch_once
-0x4c64 mem_24g_syncword
-0x4c66 mem_24g_syncword_crc8
-0x4c67 mem_24g_get_syncword_crc8
-0x4c68 mem_24g_ota_sta_pid
-0x4c6a mem_tx_power_temp
-0x4c6b mem_rssi_hex
-0x4c6c mem_rssi_noise_avg
-0x4c6d mem_rssi_noise_index
-0x4c6e mem_rssi_signal_index
-0x4c6f mem_rssi_noise_dg_avg
-0x4c70 mem_rssi_noise_kb_avg
-0x4c71 mem_rssi_noise_ms_avg
-0x4c72 mem_rssi_noise_dg_index
-0x4c73 mem_rssi_noise_kb_index
-0x4c74 mem_rssi_noise_ms_index
-0x4c75 mem_rssi_signal_buf
-0x4c7d mem_queue_ele_num
-0x4c7e mem_queue_read
-0x4c80 mem_queue_write
-0x4c82 mem_queue_start
-0x4c82 mem_data_ele0
-0x4ca2 mem_data_ele1
-0x4cc2 mem_data_ele2
-0x4ce2 mem_queue_end
-0x4ce2 mem_queue_temp
-0x4ce4 mem_cb_24g_data
-0x4ce6 mem_24g_hop_fastly_cnt
-0x4ce7 mem_24g_hop_pac_retry
-0x4ce8 mem_24g_rf_hop_ch
-0x4ce9 mem_24g_rf_last_sta
-0x4cea mem_24g_rf_work_stage
-0x4ceb mem_24g_sync_cnt
-0x4cec mem_power_ctrl_pac_succ_cnt
-0x4ced mem_rssi_avg_received
-0x4cee mem_rssi_hex_received
-0x4cef mem_power_ctrl_level
-0x4cf0 mem_seqi
-0x4cf1 mem_24g_auto_paring_switch
-0x4cf2 mem_24g_paccnt
-0x4cf3 mem_24g_transmit_by_interrupt
-0x4cf4 mem_24g_transmit_by_interrupt_exit_count
-0x4cf6 mem_24g_transmit_by_interrupt_exit_count_init
+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_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_24g_rxbuf
+0x4b61 mem_24g_txbuf
+0x4b81 mem_24g_txpayload
+0x4ba3 mem_24g_rxpayload
+0x4bc3 mem_24g_rxdata_length
+0x4bc4 mem_24g_pid
+0x4bc5 mem_24g_datalen
+0x4bc6 mem_24g_data_type
+0x4bc7 mem_24g_txlen
+0x4bc8 mem_24g_rx_window
+0x4bca mem_24g_ensure
+0x4bcb mem_24g_txfail_cnt
+0x4bcd mem_24g_get_ack_fail
+0x4bce mem_24g_retry
+0x4bcf mem_24g_ch
+0x4bd0 mem_24g_current_ch_number
+0x4bd1 mem_24g_paring_addr
+0x4bd5 mem_24g_pairing_sm
+0x4bd6 mem_24g_ch_map1
+0x4bda mem_24g_ch_map2
+0x4bde mem_24g_ch_map3
+0x4be2 mem_24g_ch_map4
+0x4be6 mem_24g_tx_btclk
+0x4bea mem_24g_interval
+0x4beb mem_24g_interval_min
+0x4bec mem_24g_interval_max
+0x4bed mem_24g_addr
+0x4bf1 mem_24g_abort_pac
+0x4bf2 mem_24g_check_dongle_times
+0x4bf4 mem_24g_enter_hibernate
+0x4bfc mem_24g_device_addr
+0x4c00 mem_24g_pac_index
+0x4c01 mem_24g_no_ack
+0x4c02 mem_24g_sta_crc
+0x4c05 mem_24g_last_crc
+0x4c08 mem_24g_sta_pid
+0x4c09 mem_24g_last_pid
+0x4c0a mem_24g_max_retry
+0x4c0b mem_24g_mode
+0x4c0c mem_24g_rxdata_temp
+0x4c2e mem_24g_rx_addr
+0x4c32 mem_dongle_mode_init
+0x4c33 mem_dongle_work_mode
+0x4c34 mem_dongle_ms_bind_step
+0x4c35 mem_dongle_kb_bind_step
+0x4c36 mem_dongle_bind_device_status
+0x4c37 mem_24g_bind_payload
+0x4c3f mem_24g_abort_packet
+0x4c40 mem_24g_rf_laststa
+0x4c41 mem_24g_hop_btclk
+0x4c45 mem_24g_hop_interval
+0x4c46 mem_24g_mode_switch
+0x4c47 mem_24g_ackpayload_enable
+0x4c48 mem_24g_hop_packet
+0x4c49 mem_24g_pair_mode
+0x4c4a mem_24g_nodata_timer_enable
+0x4c4b mem_24g_time_slice
+0x4c4c mem_24g_kb_data_sta_data
+0x4c54 mem_24g_kb_data_last_data
+0x4c5c mem_24g_kb_multikey_sta_data
+0x4c5f mem_24g_kb_multikey_last_data
+0x4c62 mem_24g_kb_blank_data_enable
+0x4c63 mem_24g_kb_mul_blank_data_enable
+0x4c64 mem_24g_ms_blank_data_enable
+0x4c65 mem_24g_kb_addr
+0x4c69 mem_24g_ms_addr
+0x4c6d mem_24g_dg_last_ch
+0x4c6e mem_24g_dg_ch_number
+0x4c6f mem_24g_dg_config_ch_once
+0x4c70 mem_24g_kb_last_ch
+0x4c71 mem_24g_kb_ch_number
+0x4c72 mem_24g_kb_config_ch_once
+0x4c73 mem_24g_ms_last_ch
+0x4c74 mem_24g_ms_ch_number
+0x4c75 mem_24g_ms_config_ch_once
+0x4c76 mem_24g_syncword
+0x4c78 mem_24g_syncword_crc8
+0x4c79 mem_24g_get_syncword_crc8
+0x4c7a mem_24g_ota_sta_pid
+0x4c7c mem_tx_power_temp
+0x4c7d mem_rssi_hex
+0x4c7e mem_rssi_noise_avg
+0x4c7f mem_rssi_noise_index
+0x4c80 mem_rssi_signal_index
+0x4c81 mem_rssi_noise_dg_avg
+0x4c82 mem_rssi_noise_kb_avg
+0x4c83 mem_rssi_noise_ms_avg
+0x4c84 mem_rssi_noise_dg_index
+0x4c85 mem_rssi_noise_kb_index
+0x4c86 mem_rssi_noise_ms_index
+0x4c87 mem_rssi_signal_buf
+0x4c8f mem_queue_ele_num
+0x4c90 mem_queue_read
+0x4c92 mem_queue_write
+0x4c94 mem_queue_start
+0x4c94 mem_data_ele0
+0x4cb4 mem_data_ele1
+0x4cd4 mem_data_ele2
+0x4cf4 mem_queue_end
+0x4cf4 mem_queue_temp
+0x4cf6 mem_cb_24g_data
+0x4cf8 mem_24g_hop_fastly_cnt
+0x4cf9 mem_24g_hop_pac_retry
+0x4cfa mem_24g_rf_hop_ch
+0x4cfb mem_24g_rf_last_sta
+0x4cfc mem_24g_rf_work_stage
+0x4cfd mem_24g_sync_cnt
+0x4cfe mem_power_ctrl_pac_succ_cnt
+0x4cff mem_rssi_avg_received
+0x4d00 mem_rssi_hex_received
+0x4d01 mem_power_ctrl_level
+0x4d02 mem_seqi
+0x4d03 mem_24g_auto_paring_switch
+0x4d04 mem_24g_paccnt
+0x4d05 mem_24g_transmit_by_interrupt
+0x4d06 mem_24g_transmit_by_interrupt_exit_count
 
 	width = 32
 	const length = 12000
@@ -1803,6 +1808,7 @@
 42 mark_ble_rx_md
 43 mark_otp_encrypt
 44 mark_first_packet
+45 mark_role_switch_receive_fhs
 )
 
 (
@@ -2255,6 +2261,7 @@
 7 APP_DISC_BLE
 8 APP_DISC_L2CAP_REFUSED
 9 APP_DISC_SWITCH_FAIL
+10 APP_DISC_PB_BUTTON
 )
 //eeprom init flag
 (
@@ -2713,6 +2720,7 @@
 6 ENABLE_SELECT_DEVICE_BY_SWITCH
 7 ENABLE_SENSOR_MOTION_PIN
 
+
 0xFF GPIO_DISABLE
 
 
@@ -2730,6 +2738,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
@@ -2739,6 +2748,7 @@
 0XD2 P3204_TJ3L_ID2
 0x54 PKA8_ID2
 0x70 P3065_XY_ID2
+0x5a FD3180_ID2
 
 
 //Sensor type
@@ -2749,6 +2759,7 @@
 0X04 P3212
 0X05 P3610
 0X06 P3065_XY
+0X07 FD3180
 
 
 //p3610 smart enable flag
@@ -2803,12 +2814,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
@@ -2817,10 +2833,6 @@
 4 MOUSE_BT_BLE_24G_ENABLE
 )
 
-(
-0 MULTI_LED_ON
-1 MULTI_LED_BLINK
-)
 
 
 
@@ -4708,6 +4720,7 @@
 	0X2A4C UUID_CHRCTR_HID_CTRL_POINT
 	0X2A4D UUID_CHRCTR_REPORT
 	0X2A4E UUID_CHRCTR_PROTOCOL_MODE
+	0X2A50 UUID_CHRCTR_PNP_ID	
 	)
 
 	(// pairing failed reason
@@ -7285,6 +7298,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/YFK/24G&BLE/output/bt_program23.icode	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/output/bt_program23.icode	(working copy)
@@ -1,26405 +1,26362 @@
- 00000000  0x00000041 bbit1  0x00000008 , 0x00000011 
- 00000001  0x00000042 beq  0x00000085 , 0x00000635 
- 00000002  0x00000043 beq  0x00000089 , 0x00000604 
- 00000003  0x00000044 beq  0x00000001 , 0x00000027 
- 00000004  0x00000045 beq  0x000000a1 , 0x00000030 
- 00000005  0x00000046 beq  0x000000a8 , 0x00000035 
- 00000006  0x00000047 beq  0x000000b1 , 0x00000038 
- 00000007  0x00000048 beq  0x000000b2 , 0x00000040 
- 00000008  0x00000049 beq  0x000000c4 , 0x000000c8 
- 00000009  0x0000004a beq  0x000000c9 , 0x00000158 
- 00000010  0x0000004b beq  0x000000ca , 0x0000015c 
- 00000011  0x0000004c beq  0x000000e3 , 0x0000032e 
- 00000012  0x0000004d beq  0x000000e6 , 0x000002db 
- 00000013  0x0000004e beq  0x000000ea , 0x0000035a 
- 00000014  0x0000004f beq  0x000000eb , 0x00000368 
- 00000015  0x00000050 beq  0x000000ec , 0x0000039c 
- 00000016  0x00000051 branch  0x00002a8e 
- 00000017  0x00000053 beq  0x00000039 , 0x000003a0 
- 00000018  0x00000054 beq  0x00000043 , 0x000003a8 
- 00000019  0x00000055 beq  0x0000004a , 0x000003ae 
- 00000020  0x00000056 beq  0x00000057 , 0x000003b1 
- 00000021  0x00000057 beq  0x00000059 , 0x000003c3 
- 00000022  0x00000058 beq  0x00000063 , 0x000003d0 
- 00000023  0x00000059 beq  0x00000066 , 0x000003fa 
- 00000024  0x0000005a beq  0x00000067 , 0x00000411 
- 00000025  0x0000005b beq  0x0000006a , 0x0000043a 
- 00000026  0x0000005c beq  0x00000077 , 0x00000445 
- 00000027  0x0000005d beq  0x0000008c , 0x00000455 
- 00000028  0x0000005e branch  0x00002a8e 
- 00000029  0x00000061 copy  0x0000003f , 0x00000011 
- 00000030  0x00000062 fetcht  0x00000001 , 0x00004c6e 
- 00000031  0x00000063 setarg  0x00004c75 
- 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 , 0x00004c6e 
- 00000038  0x0000006a rtn 
- 00000039  0x0000006d arg  0x000009ae , 0x00000005 
- 00000040  0x0000006e arg  0x0000000c , 0x00000039 
- 00000041  0x0000006f call  0x00007ed4 
- 00000042  0x00000070 call  0x000000bf 
- 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 fetch  0x00000001 , 0x00004806 
- 00000054  0x00000080 nrtn  0x00000034 
- 00000055  0x00000081 branch  0x00002b7f 
- 00000056  0x00000084 rtnmark1  0x00000026 
- 00000057  0x00000085 fetch  0x00000001 , 0x0000479c 
- 00000058  0x00000086 beq  0x00000000 , 0x00007fef 
- 00000059  0x00000087 fetch  0x00000001 , 0x000047c4 
- 00000060  0x00000088 beq  0x00000001 , 0x00007fef 
- 00000061  0x00000089 fetch  0x00000002 , 0x00004248 
- 00000062  0x0000008a nbranch  0x00007fef , 0x00000034 
- 00000063  0x0000008b branch  0x00007ff1 
- 00000064  0x0000008e rtnmark0  0x00000026 
- 00000065  0x0000008f fetch  0x00000001 , 0x00004cf3 
- 00000066  0x00000090 beq  0x00000001 , 0x0000005a 
- 00000067  0x00000092 call  0x000004ba 
- 00000068  0x00000093 nbranch  0x0000007a , 0x00000028 
- 00000069  0x00000094 call  0x0000049f 
- 00000070  0x00000096 call  0x000004e5 
- 00000071  0x00000097 fetch  0x00000001 , 0x00004bc3 
- 00000072  0x00000098 rtnne  0x000000ff 
- 00000073  0x00000099 call  0x00000544 
- 00000074  0x0000009a call  0x00000054 
- 00000075  0x0000009b fetch  0x00000001 , 0x00004cf3 
- 00000076  0x0000009c rtneq  0x00000001 
- 00000077  0x0000009d fetch  0x00000001 , 0x00004b06 
- 00000078  0x0000009e beq  0x00000001 , 0x00000076 
- 00000079  0x000000a0 call  0x00000086 
- 00000080  0x000000a1 nrtn  0x00000028 
- 00000081  0x000000a2 call  0x000000a5 
- 00000082  0x000000a3 setarg  0x0000ec54 
- 00000083  0x000000a4 branch  0x00002b93 
- 00000084  0x000000a7 fetch  0x00000001 , 0x000046f5 
- 00000085  0x000000a8 rtnbit1  0x00000007 
- 00000086  0x000000a9 setarg  0x00017700 
- 00000087  0x000000aa store  0x00000003 , 0x00004be2 
- 00000088  0x000000ab jam  0x0000001e , 0x00004aff 
- 00000089  0x000000ac rtn 
- 00000090  0x000000af call  0x00000637 
- 00000091  0x000000b0 nrtn  0x00000028 
- 00000092  0x000000b1 call  0x00000070 
- 00000093  0x000000b2 fetch  0x00000002 , 0x00004cf4 
- 00000094  0x000000b3 increase  0x00000001 , 0x0000003f 
- 00000095  0x000000b4 store  0x00000002 , 0x00004cf4 
- 00000096  0x000000b5 fetcht  0x00000002 , 0x00004cf6 
- 00000097  0x000000b6 isub  0x00000002 , 0x0000003e 
- 00000098  0x000000b7 call  0x00000064 , 0x00000005 
- 00000099  0x000000b8 branch  0x00000043 
- 00000100  0x000000ba jam  0x00000000 , 0x00004cf3 
- 00000101  0x000000bb setarg  0x00000000 
- 00000102  0x000000bc store  0x00000002 , 0x00004cf4 
- 00000103  0x000000bd setarg  0x00000019 
- 00000104  0x000000be store  0x00000002 , 0x00004cf6 
- 00000105  0x000000c0 jam  0x00000000 , 0x00004bee 
- 00000106  0x000000c1 fetch  0x00000001 , 0x00004bd9 
- 00000107  0x000000c2 store  0x00000001 , 0x00004bd8 
- 00000108  0x000000c3 rtn 
- 00000109  0x000000c5 fetch  0x00000001 , 0x00004bda 
- 00000110  0x000000c6 store  0x00000001 , 0x00004bd8 
- 00000111  0x000000c7 rtn 
- 00000112  0x000000c9 fetch  0x00000001 , 0x00004bee 
- 00000113  0x000000ca increase  0x00000001 , 0x0000003f 
- 00000114  0x000000cb store  0x00000001 , 0x00004bee 
- 00000115  0x000000cc beq  0x00000004 , 0x0000006d 
- 00000116  0x000000cd beq  0x00000005 , 0x00000069 
- 00000117  0x000000ce rtn 
- 00000118  0x000000d0 jam  0x00000001 , 0x00004cf3 
- 00000119  0x000000d1 setarg  0x00000000 
- 00000120  0x000000d2 store  0x00000002 , 0x00004cf4 
- 00000121  0x000000d3 rtn 
- 00000122  0x000000d5 fetch  0x00000001 , 0x00004bdf 
- 00000123  0x000000d6 call  0x0000008f , 0x00000034 
- 00000124  0x000000d8 fetch  0x00000001 , 0x00004b0c 
- 00000125  0x000000d9 nrtn  0x00000034 
- 00000126  0x000000da fetch  0x00000001 , 0x00004b06 
- 00000127  0x000000db rtneq  0x00000001 
- 00000128  0x000000dc call  0x00000086 
- 00000129  0x000000dd nrtn  0x00000028 
- 00000130  0x000000de fetch  0x00000003 , 0x00004be2 
- 00000131  0x000000df call  0x00007f49 
- 00000132  0x000000e0 storet  0x00000004 , 0x0000415b 
- 00000133  0x000000e1 branch  0x00002b2a 
- 00000134  0x000000e4 enable  0x00000028 
- 00000135  0x000000e5 call  0x00002afa 
- 00000136  0x000000e6 fetch  0x00000003 , 0x0000416f 
- 00000137  0x000000e7 branch  0x00007fe9 , 0x00000034 
- 00000138  0x000000e8 fetch  0x00000001 , 0x00004091 
- 00000139  0x000000e9 branch  0x00007fe9 , 0x00000034 
- 00000140  0x000000ea fetch  0x00000001 , 0x000045b1 
- 00000141  0x000000eb branch  0x00007fe9 , 0x00000034 
- 00000142  0x000000ec branch  0x000000a8 
- 00000143  0x000000ef jam  0x00000001 , 0x00004bdf 
- 00000144  0x000000f0 jam  0x00000000 , 0x00004ce8 
- 00000145  0x000000f1 call  0x00000467 
- 00000146  0x000000f2 store  0x00000001 , 0x00004b4f 
- 00000147  0x000000f3 setarg  0x00000000 
- 00000148  0x000000f4 store  0x00000007 , 0x00004b50 
- 00000149  0x000000f5 fetch  0x00000004 , 0x00004bea 
- 00000150  0x000000f6 store  0x00000004 , 0x00004b57 
- 00000151  0x000000f7 jam  0x0000000c , 0x00004bb3 
- 00000152  0x000000f8 fetch  0x00000001 , 0x00004bb4 
- 00000153  0x000000f9 set1  0x00000003 , 0x0000003f 
- 00000154  0x000000fa store  0x00000001 , 0x00004bb4 
- 00000155  0x000000fb call  0x00000673 
- 00000156  0x000000fc call  0x000004be 
- 00000157  0x000000fd branch  0x00000046 
- 00000158  0x00000101 rtnmark1  0x00000026 
- 00000159  0x00000102 call  0x000000b5 
- 00000160  0x00000103 call  0x000000a8 
- 00000161  0x00000104 fetch  0x00000001 , 0x00004040 
- 00000162  0x00000105 bbit0  0x00000000 , 0x000000a5 
- 00000163  0x00000106 fetch  0x00000001 , 0x000000a0 
- 00000164  0x00000107 nrtn  0x00000034 
- 00000165  0x00000109 setarg  0x00000000 
- 00000166  0x0000010a store  0x00000008 , 0x000000a1 
- 00000167  0x0000010b rtn 
- 00000168  0x0000010e call  0x0000021c 
- 00000169  0x0000010f call  0x000000b2 
- 00000170  0x00000110 call  0x000000a5 
- 00000171  0x00000111 call  0x00003ebf 
- 00000172  0x00000112 hfetch  0x00000004 , 0x00008070 
- 00000173  0x00000113 hfetcht  0x00000004 , 0x00008078 
- 00000174  0x00000114 ior  0x00000002 , 0x00000002 
- 00000175  0x00000115 invert  0x00000002 , 0x00000002 
- 00000176  0x00000116 hstoret  0x00000004 , 0x0000807c 
- 00000177  0x00000117 rtn 
- 00000178  0x0000011a fetch  0x00000001 , 0x00004b03 
- 00000179  0x0000011b rtn  0x00000034 
- 00000180  0x0000011c branch  0x0000032e 
- 00000181  0x0000011f arg  0x00001800 , 0x00000006 
- 00000182  0x00000120 arg  0x0000480a , 0x00000005 
- 00000183  0x00000121 call  0x000000bd 
- 00000184  0x00000122 arg  0x00001900 , 0x00000006 
- 00000185  0x00000123 call  0x000000bd 
- 00000186  0x00000124 arg  0x00001a00 , 0x00000006 
- 00000187  0x00000125 call  0x000000bd 
- 00000188  0x00000126 arg  0x00001b00 , 0x00000006 
- 00000189  0x00000128 arg  0x0000001b , 0x00000039 
- 00000190  0x00000129 branch  0x00007f01 
- 00000191  0x0000012c arg  0x0000480a , 0x00000006 
- 00000192  0x0000012d arg  0x00001800 , 0x00000005 
- 00000193  0x0000012e call  0x000000bd 
- 00000194  0x0000012f arg  0x00001900 , 0x00000005 
- 00000195  0x00000130 call  0x000000bd 
- 00000196  0x00000131 arg  0x00001a00 , 0x00000005 
- 00000197  0x00000132 call  0x000000bd 
- 00000198  0x00000133 arg  0x00001b00 , 0x00000005 
- 00000199  0x00000134 branch  0x000000bd 
- 00000200  0x00000137 call  0x00003416 
- 00000201  0x00000138 branch  0x000000d1 , 0x0000002b 
- 00000202  0x00000139 call  0x0000070d 
- 00000203  0x0000013a fetch  0x00000001 , 0x000041de 
- 00000204  0x0000013b store  0x00000001 , 0x00004c6a 
- 00000205  0x0000013c call  0x00000533 
- 00000206  0x0000013d fetch  0x00000001 , 0x00004685 
- 00000207  0x0000013e store  0x00000001 , 0x000046da 
- 00000208  0x0000013f call  0x000043ca 
- 00000209  0x00000141 call  0x000000d3 
- 00000210  0x00000142 branch  0x000074b9 
- 00000211  0x00000145 ncall  0x0000012d , 0x0000002b 
- 00000212  0x00000146 call  0x0000010c 
- 00000213  0x00000147 rtn  0x0000002b 
- 00000214  0x00000148 call  0x00000181 
- 00000215  0x00000149 call  0x000002e5 
- 00000216  0x0000014a beq  0x00000005 , 0x000000fa 
- 00000217  0x0000014b branch  0x00000163 
- 00000218  0x0000014e fetch  0x00000001 , 0x00004c6a 
- 00000219  0x0000014f store  0x00000001 , 0x000041de 
- 00000220  0x00000150 rtn 
- 00000221  0x00000153 fetch  0x00000001 , 0x00004b09 
- 00000222  0x00000154 store  0x00000001 , 0x00004b19 
- 00000223  0x00000155 jam  0x00000001 , 0x00004b18 
- 00000224  0x00000156 call  0x00000176 
- 00000225  0x00000157 call  0x000000da 
- 00000226  0x00000158 fetch  0x00000001 , 0x00004210 
- 00000227  0x00000159 beq  0x00000034 , 0x000000e5 
- 00000228  0x0000015a rtn 
- 00000229  0x0000015f jam  0x00000001 , 0x0000479f 
- 00000230  0x00000160 fetch  0x00000002 , 0x000046a8 
- 00000231  0x00000161 fetcht  0x00000001 , 0x00004b15 
- 00000232  0x00000162 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00000233  0x00000163 nbranch  0x000000eb , 0x00000005 
- 00000234  0x00000164 setarg  0x00000258 
- 00000235  0x00000166 store  0x00000002 , 0x000046ae 
- 00000236  0x00000167 call  0x00003418 
- 00000237  0x00000168 call  0x000000f3 
- 00000238  0x00000169 setarg  0x00000004 
- 00000239  0x0000016a istore  0x00000001 , 0x00000006 
- 00000240  0x0000016b arg  0x00004390 , 0x00000006 
- 00000241  0x0000016c call  0x00000398 
- 00000242  0x0000016d branch  0x00007df4 
- 00000243  0x00000170 arg  0x00004370 , 0x00000011 
- 00000244  0x00000172 ifetch  0x00000001 , 0x00000011 
- 00000245  0x00000173 rtn  0x00000034 
- 00000246  0x00000174 iadd  0x00000006 , 0x00000011 
- 00000247  0x00000175 ifetch  0x00000001 , 0x00000006 
- 00000248  0x00000176 rtneq  0x00000001 
- 00000249  0x00000177 branch  0x000000f4 
- 00000250  0x0000017a fetch  0x00000004 , 0x000046d3 
- 00000251  0x0000017b rtnbit0  0x00000011 
- 00000252  0x0000017c rtnbit1  0x00000003 
- 00000253  0x0000017d rtnmark1  0x00000026 
- 00000254  0x0000017e call  0x00004482 
- 00000255  0x0000017f arg  0x00000003 , 0x00000007 
- 00000256  0x00000180 call  0x000043ce 
- 00000257  0x00000181 setarg  0x00000000 
- 00000258  0x00000182 store  0x00000002 , 0x000046ae 
- 00000259  0x00000183 store  0x00000001 , 0x000046b4 
- 00000260  0x00000184 store  0x00000002 , 0x00004be0 
- 00000261  0x00000185 call  0x000042ca 
- 00000262  0x00000186 branch  0x00000570 
- 00000263  0x00000189 fetch  0x00000004 , 0x000046d3 
- 00000264  0x0000018a bbit0  0x00000014 , 0x00003d66 
- 00000265  0x0000018b fetch  0x00000001 , 0x0000477a 
- 00000266  0x0000018c beq  0x000000ff , 0x00003d66 
- 00000267  0x0000018d branch  0x00003d80 
- 00000268  0x00000190 jam  0x00000076 , 0x00004212 
- 00000269  0x00000191 branch  0x00003d36 
- 00000270  0x00000194 call  0x0000010c 
- 00000271  0x00000195 call  0x000040c0 
- 00000272  0x00000196 fetch  0x00000001 , 0x000046e0 
- 00000273  0x00000197 beq  0x00000005 , 0x000040d5 
- 00000274  0x00000199 call  0x000040d9 
- 00000275  0x0000019a beq  0x00000030 , 0x0000011c 
- 00000276  0x0000019b beq  0x00000031 , 0x0000011e 
- 00000277  0x0000019c call  0x000040d1 
- 00000278  0x0000019d nop  0x000003e8 
- 00000279  0x0000019e branch  0x00000112 
- 00000280  0x000001a1 jam  0x00000001 , 0x00004b03 
- 00000281  0x000001a2 call  0x0000640f 
- 00000282  0x000001a3 call  0x0000010e 
- 00000283  0x000001a4 branch  0x00006411 
- 00000284  0x000001a7 call  0x00000123 
- 00000285  0x000001a8 branch  0x000040e0 
- 00000286  0x000001ac call  0x00000123 
- 00000287  0x000001ad fetch  0x00000001 , 0x000046de 
- 00000288  0x000001ae beq  0x00000070 , 0x000040e8 
- 00000289  0x000001af jam  0x00000001 , 0x000046e0 
- 00000290  0x000001b0 rtn 
- 00000291  0x000001b3 setarg  0x00008006 
- 00000292  0x000001b4 call  0x00006413 
- 00000293  0x000001b5 nop  0x00002ee0 
- 00000294  0x000001b6 branch  0x00000107 
- 00000295  0x000001b8 setarg  0x00000006 
- 00000296  0x000001b9 call  0x00006414 
- 00000297  0x000001ba or  0x0000003f , 0x00000008 , 0x0000003f 
- 00000298  0x000001bb lshift8  0x0000003f , 0x0000003f 
- 00000299  0x000001bc add  0x0000003f , 0x00000006 , 0x0000003f 
- 00000300  0x000001bd branch  0x00006413 
- 00000301  0x000001c0 fetch  0x00000001 , 0x00004b0f 
- 00000302  0x000001c1 store  0x00000001 , 0x00004b10 
- 00000303  0x000001c3 call  0x00000461 
- 00000304  0x000001c8 call  0x00003e6e 
- 00000305  0x000001c9 call  0x000002c0 
- 00000306  0x000001ca call  0x00003e1e 
- 00000307  0x000001cb setarg  0x00000000 
- 00000308  0x000001cc store  0x00000002 , 0x00004154 
- 00000309  0x000001cd call  0x00003e54 
- 00000310  0x000001ce call  0x00005810 
- 00000311  0x000001cf call  0x00005839 
- 00000312  0x000001d0 call  0x0000582c 
- 00000313  0x000001d1 call  0x00005818 
- 00000314  0x000001d3 call  0x0000659c 
- 00000315  0x000001d4 fetch  0x00000004 , 0x000046d3 
- 00000316  0x000001d5 isolate1  0x00000019 , 0x0000003f 
- 00000317  0x000001d6 ncall  0x000065c2 , 0x00000001 
- 00000318  0x000001d7 call  0x0000443f 
- 00000319  0x000001d8 call  0x00000280 
- 00000320  0x000001d9 call  0x00000154 
- 00000321  0x000001da call  0x00000202 
- 00000322  0x000001db call  0x000065df 
- 00000323  0x000001dc call  0x00000147 
- 00000324  0x000001dd fetch  0x00000001 , 0x00004b15 
- 00000325  0x000001de beq  0x000000ff , 0x0000014f 
- 00000326  0x000001df rtn 
- 00000327  0x000001e2 arg  0x00000001 , 0x00000002 
- 00000328  0x000001e3 arg  0x00004b15 , 0x00000011 
- 00000329  0x000001e4 arg  0x00000064 , 0x00000012 
- 00000330  0x000001e5 branch  0x000065df 
- 00000331  0x000001e7 arg  0x00000001 , 0x00000002 
- 00000332  0x000001e8 arg  0x00004b15 , 0x00000011 
- 00000333  0x000001e9 arg  0x00000064 , 0x00000012 
- 00000334  0x000001ea branch  0x000065d1 
- 00000335  0x000001ec jam  0x00000034 , 0x00004210 
- 00000336  0x000001ed setarg  0x00000000 
- 00000337  0x000001ee invert  0x0000003f , 0x0000003f 
- 00000338  0x000001ef store  0x00000006 , 0x000044a0 
- 00000339  0x000001f0 rtn 
- 00000340  0x000001f4 call  0x000033c4 
- 00000341  0x000001f5 branch  0x00004316 , 0x00000005 
- 00000342  0x000001f6 call  0x00000360 
- 00000343  0x000001f7 branch  0x00003dcb 
- 00000344  0x000001fa arg  0x00000002 , 0x00000002 
- 00000345  0x000001fb arg  0x00000aaa , 0x00000011 
- 00000346  0x000001fc arg  0x00000062 , 0x00000012 
- 00000347  0x000001fd branch  0x000065d1 
- 00000348  0x00000200 arg  0x00000002 , 0x00000002 
- 00000349  0x00000201 arg  0x00000a9a , 0x00000011 
- 00000350  0x00000202 arg  0x00000062 , 0x00000012 
- 00000351  0x00000203 branch  0x000033c8 
- 00000352  0x0000021d setarg  0x00000177 
- 00000353  0x0000021e store  0x00000002 , 0x00004cf6 
- 00000354  0x0000021f rtn 
- 00000355  0x00000222 setarg  0x00000019 
- 00000356  0x00000223 store  0x00000002 , 0x00004cf6 
- 00000357  0x00000224 ncall  0x00000160 , 0x0000002b 
- 00000358  0x00000226 fetch  0x00000001 , 0x00000abd 
- 00000359  0x00000227 isolate0  0x00000003 , 0x0000003f 
- 00000360  0x00000228 nbranch  0x0000016b , 0x00000001 
- 00000361  0x0000022a call  0x0000010e 
- 00000362  0x0000022b call  0x00000127 
- 00000363  0x0000022d fetch  0x00000001 , 0x0000471f 
- 00000364  0x0000022e store  0x00000001 , 0x0000471e 
- 00000365  0x00000231 fetch  0x00000001 , 0x00004b11 
- 00000366  0x00000232 beq  0x00000001 , 0x000005a4 
- 00000367  0x00000233 beq  0x00000002 , 0x000000dd 
- 00000368  0x00000237 call  0x00000174 
- 00000369  0x00000238 call  0x00000178 
- 00000370  0x00000239 branch  0x000005c8 , 0x00000028 
- 00000371  0x0000023a branch  0x000005a4 
- 00000372  0x0000023d jam  0x00000001 , 0x00004b11 
- 00000373  0x0000023e branch  0x0000027c 
- 00000374  0x00000241 jam  0x00000002 , 0x00004b11 
- 00000375  0x00000242 branch  0x0000027c 
- 00000376  0x00000246 arg  0x00000002 , 0x00000039 
- 00000377  0x00000247 arg  0x00004bdb , 0x00000006 
- 00000378  0x00000249 call  0x00007fe7 
- 00000379  0x0000024a setarg  0x0000ffff 
- 00000380  0x0000024c ifetcht  0x00000002 , 0x00000006 
- 00000381  0x0000024d isub  0x00000002 , 0x0000003e 
- 00000382  0x0000024e ncall  0x00007fe9 , 0x00000005 
- 00000383  0x0000024f loop  0x0000017c 
- 00000384  0x00000250 rtn 
- 00000385  0x00000253 setarg  0x00000192 
- 00000386  0x00000254 store  0x00000002 , 0x00004ce4 
- 00000387  0x00000255 setarg  0x00000196 
- 00000388  0x00000256 store  0x00000002 , 0x000041ef 
- 00000389  0x00000257 setarg  0x0000044f 
- 00000390  0x00000258 store  0x00000002 , 0x000041f9 
- 00000391  0x00000259 setarg  0x0000009e 
- 00000392  0x0000025a store  0x00000002 , 0x000041ed 
- 00000393  0x0000025b setarg  0x000001c9 
- 00000394  0x0000025c store  0x00000002 , 0x000041f5 
- 00000395  0x0000025d setarg  0x000001b3 
- 00000396  0x0000025e store  0x00000002 , 0x000041f3 
- 00000397  0x0000025f setarg  0x00000211 
- 00000398  0x00000260 store  0x00000002 , 0x000041eb 
- 00000399  0x00000261 setarg  0x00000226 
- 00000400  0x00000262 store  0x00000002 , 0x000041fd 
- 00000401  0x00000263 rtn 
- 00000402  0x00000266 call  0x00004401 
- 00000403  0x00000267 fetch  0x00000002 , 0x0000469f 
- 00000404  0x00000268 rtn  0x00000034 
- 00000405  0x00000269 branch  0x00000076 
- 00000406  0x0000026c call  0x00005892 
- 00000407  0x0000026d nrtn  0x00000034 
- 00000408  0x0000026e fetch  0x00000001 , 0x00004b15 
- 00000409  0x0000026f beq  0x000000ff , 0x0000019d 
- 00000410  0x00000270 fetch  0x00000001 , 0x000046c5 
- 00000411  0x00000271 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00000412  0x00000272 rtnne  0x00000003 
- 00000413  0x00000274 fetch  0x00000001 , 0x0000479c 
- 00000414  0x00000275 call  0x000001b0 , 0x00000034 
- 00000415  0x00000276 fetch  0x00000004 , 0x000046d3 
- 00000416  0x00000279 bbit1  0x00000005 , 0x00004179 
- 00000417  0x0000027a call  0x00003f97 
- 00000418  0x0000027b nrtn  0x00000028 
- 00000419  0x0000027c call  0x000001a8 
- 00000420  0x0000027d call  0x000004dd 
- 00000421  0x0000027e fetch  0x00000002 , 0x0000469f 
- 00000422  0x0000027f ncall  0x000001ad , 0x00000034 
- 00000423  0x00000280 branch  0x00000712 
- 00000424  0x00000283 fetch  0x00000001 , 0x000046f5 
- 00000425  0x00000284 rtnbit1  0x00000007 
- 00000426  0x00000285 jam  0x00000000 , 0x00004172 
- 00000427  0x00000286 jam  0x0000001e , 0x00004afe 
- 00000428  0x00000287 rtn 
- 00000429  0x0000028a jam  0x00000001 , 0x00004806 
- 00000430  0x0000028b jam  0x00000002 , 0x00004807 
- 00000431  0x0000028c rtn 
- 00000432  0x00000290 call  0x00005814 
- 00000433  0x00000291 jam  0x00000001 , 0x0000479c 
- 00000434  0x00000292 branch  0x00000123 
- 00000435  0x00000295 call  0x00007e34 
- 00000436  0x00000296 call  0x000001b6 
- 00000437  0x00000297 branch  0x00003ee0 
- 00000438  0x0000029a fetcht  0x00000001 , 0x000046e7 
- 00000439  0x0000029b call  0x0000030e 
- 00000440  0x0000029c fetcht  0x00000001 , 0x000046e7 
- 00000441  0x0000029d call  0x0000681d 
- 00000442  0x0000029e branch  0x000001c7 , 0x00000001 
- 00000443  0x0000029f call  0x00000317 
- 00000444  0x000002a1 fetch  0x00000001 , 0x000046b6 
- 00000445  0x000002a2 rtneq  0x00000000 
- 00000446  0x000002a3 jam  0x00000000 , 0x000046b6 
- 00000447  0x000002a4 fetch  0x00000001 , 0x0000477a 
- 00000448  0x000002a5 increase  0x00000001 , 0x0000003f 
- 00000449  0x000002a6 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00000450  0x000002a7 store  0x00000001 , 0x0000477a 
- 00000451  0x000002a8 increase  0x00000002 , 0x0000003f 
- 00000452  0x000002a9 store  0x00000002 , 0x00004b0c 
- 00000453  0x000002aa call  0x000002d8 
- 00000454  0x000002ab branch  0x00003d74 
- 00000455  0x000002ae call  0x00000317 
- 00000456  0x000002af branch  0x00003d62 
- 00000457  0x000002b2 copy  0x00000013 , 0x0000003f 
- 00000458  0x000002b3 beq  0x00000014 , 0x000001d3 
- 00000459  0x000002b4 beq  0x00000015 , 0x000001d9 
- 00000460  0x000002b5 beq  0x00000029 , 0x000001e2 
- 00000461  0x000002b6 beq  0x00000032 , 0x000001e4 
- 00000462  0x000002b7 beq  0x00000040 , 0x000001eb 
- 00000463  0x000002b8 beq  0x00000039 , 0x000001f6 
- 00000464  0x000002b9 beq  0x0000003a , 0x00000206 
- 00000465  0x000002ba beq  0x0000003c , 0x0000020e 
- 00000466  0x000002bb branch  0x0000417d 
- 00000467  0x000002be jam  0x00000000 , 0x00004b12 
- 00000468  0x000002bf jam  0x00000000 , 0x00004afd 
- 00000469  0x000002c0 call  0x00000176 
- 00000470  0x000002c1 call  0x00000118 
- 00000471  0x000002c2 call  0x0000070d 
- 00000472  0x000002c3 branch  0x000041c3 
- 00000473  0x000002c6 call  0x00000222 
- 00000474  0x000002c7 setarg  0x00000007 
- 00000475  0x000002c8 store  0x00000002 , 0x00004496 
- 00000476  0x000002c9 store  0x00000002 , 0x00004498 
- 00000477  0x000002ca jam  0x00000000 , 0x000047c4 
- 00000478  0x000002cb jam  0x00000000 , 0x0000479c 
- 00000479  0x000002cc call  0x0000070d 
- 00000480  0x000002cd call  0x00005816 
- 00000481  0x000002ce branch  0x000041d9 
- 00000482  0x000002d2 jam  0x00000012 , 0x00000a99 
- 00000483  0x000002d3 branch  0x00007d8f 
- 00000484  0x000002d6 fetch  0x00000001 , 0x0000479f 
- 00000485  0x000002d7 beq  0x00000001 , 0x000001e7 
- 00000486  0x000002d8 branch  0x000001e9 
- 00000487  0x000002db call  0x000001e2 
- 00000488  0x000002dc jam  0x00000014 , 0x000046c6 
- 00000489  0x000002de arg  0x00000001 , 0x00000007 
- 00000490  0x000002df branch  0x000041b9 
- 00000491  0x000002e2 fetch  0x00000002 , 0x00004509 
- 00000492  0x000002e3 rtneq  0x00000000 
- 00000493  0x000002e4 fetch  0x00000001 , 0x00000441 
- 00000494  0x000002e5 rshift2  0x0000003f , 0x0000003f 
- 00000495  0x000002e6 sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00000496  0x000002e7 rtn  0x00000002 
- 00000497  0x000002e8 setarg  0x00000009 
- 00000498  0x000002e9 store  0x00000002 , 0x00004496 
- 00000499  0x000002ea store  0x00000002 , 0x00004498 
- 00000500  0x000002eb call  0x000001e2 
- 00000501  0x000002ec branch  0x000003b7 
- 00000502  0x000002f1 call  0x00000174 
- 00000503  0x000002f2 call  0x00000118 
- 00000504  0x000002f4 jam  0x00000001 , 0x0000478b 
- 00000505  0x000002f5 arg  0x00000003 , 0x00000007 
- 00000506  0x000002f6 call  0x000043d2 
- 00000507  0x000002f7 setarg  0x00000000 
- 00000508  0x000002f8 store  0x00000002 , 0x00004707 
- 00000509  0x000002f9 jam  0x00000000 , 0x000046a7 
- 00000510  0x000002fa call  0x0000405d 
- 00000511  0x000002fb call  0x000000da 
- 00000512  0x000002fc call  0x00000202 
- 00000513  0x000002fd branch  0x000065d1 
- 00000514  0x00000300 arg  0x00004bdb , 0x00000011 
- 00000515  0x00000301 arg  0x0000005b , 0x00000012 
- 00000516  0x00000302 arg  0x00000004 , 0x00000002 
- 00000517  0x00000303 rtn 
- 00000518  0x00000306 call  0x00000222 
- 00000519  0x00000307 jam  0x00000000 , 0x00004cf3 
- 00000520  0x00000308 call  0x000000da 
- 00000521  0x00000309 call  0x000005ee 
- 00000522  0x0000030a branch  0x0000020b 
- 00000523  0x0000030c jam  0x00000001 , 0x0000479d 
- 00000524  0x0000030d jam  0x00000028 , 0x0000479e 
- 00000525  0x0000030e rtn 
- 00000526  0x00000311 call  0x00000174 
- 00000527  0x00000312 call  0x00000118 
- 00000528  0x00000313 branch  0x00003f8d 
- 00000529  0x00000316 enable  0x00000028 
- 00000530  0x00000317 hfetch  0x00000004 , 0x00008138 
- 00000531  0x00000318 setflag  0x00000028 , 0x0000001a , 0x0000003f 
- 00000532  0x00000319 hstore  0x00000004 , 0x0000804c 
- 00000533  0x0000031a call  0x00002c21 
- 00000534  0x0000031b call  0x00000222 
- 00000535  0x0000031c call  0x000074bd 
- 00000536  0x0000031d call  0x00004482 
- 00000537  0x0000031e call  0x00003e9f 
- 00000538  0x0000031f call  0x00003ebf 
- 00000539  0x00000320 call  0x000002ce 
- 00000540  0x00000322 fetcht  0x00000001 , 0x00004b14 
- 00000541  0x00000323 call  0x000067fb 
- 00000542  0x00000324 fetcht  0x00000001 , 0x00004b14 
- 00000543  0x00000325 set1  0x00000007 , 0x00000002 
- 00000544  0x00000326 arg  0x00008078 , 0x00000005 
- 00000545  0x00000327 branch  0x00006830 
- 00000546  0x0000032a fetch  0x00000001 , 0x00004b03 
- 00000547  0x0000032b rtn  0x00000034 
- 00000548  0x0000032c jam  0x00000000 , 0x00004b03 
- 00000549  0x0000032d branch  0x00000127 
- 00000550  0x00000331 call  0x000002ab 
- 00000551  0x00000332 call  0x00000237 
- 00000552  0x00000333 call  0x0000023e 
- 00000553  0x00000334 call  0x00000232 
- 00000554  0x00000336 call  0x0000025e 
- 00000555  0x00000337 call  0x00000248 
- 00000556  0x00000338 call  0x00004234 
- 00000557  0x00000339 call  0x00004237 
- 00000558  0x0000033a call  0x00000267 
- 00000559  0x0000033b call  0x0000423a 
- 00000560  0x0000033c call  0x00000284 
- 00000561  0x0000033d branch  0x00000245 
- 00000562  0x00000340 arg  0x00004807 , 0x00000013 
- 00000563  0x00000341 arg  0x00000235 , 0x00000012 
- 00000564  0x00000342 branch  0x0000336d 
- 00000565  0x00000344 jam  0x00000000 , 0x00004806 
- 00000566  0x00000345 rtn 
- 00000567  0x00000348 arg  0x00004aff , 0x00000013 
- 00000568  0x00000349 arg  0x0000023a , 0x00000012 
- 00000569  0x0000034a branch  0x0000336d 
- 00000570  0x0000034c setarg  0x0036ee80 
- 00000571  0x0000034d store  0x00000003 , 0x00004be2 
- 00000572  0x0000034e jam  0x00000001 , 0x00004afd 
- 00000573  0x0000034f rtn 
- 00000574  0x00000352 arg  0x00004afe , 0x00000013 
- 00000575  0x00000353 arg  0x00000241 , 0x00000012 
- 00000576  0x00000354 branch  0x0000336d 
- 00000577  0x00000356 fetch  0x00000001 , 0x000047c5 
- 00000578  0x00000357 store  0x00000001 , 0x00004172 
- 00000579  0x00000358 jam  0x00000001 , 0x00004afd 
- 00000580  0x00000359 rtn 
- 00000581  0x0000035c arg  0x000046c6 , 0x00000013 
- 00000582  0x0000035d arg  0x00003d60 , 0x00000012 
- 00000583  0x0000035e branch  0x0000336d 
- 00000584  0x00000364 call  0x000002e5 
- 00000585  0x00000366 fetch  0x00000001 , 0x00004b17 
- 00000586  0x00000367 branch  0x00000253 , 0x00000034 
- 00000587  0x00000369 fetch  0x00000001 , 0x00004685 
- 00000588  0x0000036a store  0x00000001 , 0x000046da 
- 00000589  0x0000036b fetch  0x00000001 , 0x000046db 
- 00000590  0x0000036c rtneq  0x00000001 
- 00000591  0x0000036d jam  0x00000001 , 0x000046db 
- 00000592  0x0000036e arg  0x00000009 , 0x00000007 
- 00000593  0x0000036f call  0x000043d2 
- 00000594  0x00000370 branch  0x000043ca 
- 00000595  0x00000372 jam  0x00000028 , 0x0000479e 
- 00000596  0x00000373 call  0x00000256 
- 00000597  0x00000374 branch  0x000043b0 
- 00000598  0x00000377 arg  0x000046da , 0x00000013 
- 00000599  0x00000378 arg  0x00000259 , 0x00000012 
- 00000600  0x00000379 branch  0x0000336d 
- 00000601  0x0000037c fetch  0x00000002 , 0x00004682 
- 00000602  0x0000037d isolate1  0x0000000b , 0x0000003f 
- 00000603  0x0000037e call  0x000042d4 , 0x00000001 
- 00000604  0x0000037f jam  0x00000001 , 0x00004b12 
- 00000605  0x00000380 branch  0x000043b8 
- 00000606  0x00000383 fetch  0x00000001 , 0x0000479d 
- 00000607  0x00000384 rtn  0x00000034 
- 00000608  0x00000385 fetch  0x00000001 , 0x0000479e 
- 00000609  0x00000386 branch  0x00000265 , 0x00000034 
- 00000610  0x00000387 increase  0xffffffff , 0x0000003f 
- 00000611  0x00000388 store  0x00000001 , 0x0000479e 
- 00000612  0x00000389 rtn 
- 00000613  0x0000038b jam  0x00000000 , 0x0000479d 
- 00000614  0x0000038c branch  0x0000340a 
- 00000615  0x00000390 fetch  0x00000001 , 0x000046b6 
- 00000616  0x00000391 branch  0x00000270 , 0x00000034 
- 00000617  0x00000393 fetch  0x00000001 , 0x00004b0f 
- 00000618  0x00000394 store  0x00000001 , 0x00004b10 
- 00000619  0x00000395 fetch  0x00000001 , 0x000046b6 
- 00000620  0x00000396 rtneq  0x00000001 
- 00000621  0x00000397 jam  0x00000001 , 0x000046b6 
- 00000622  0x00000398 arg  0x00000006 , 0x00000007 
- 00000623  0x00000399 branch  0x000043d2 
- 00000624  0x0000039d arg  0x00004b10 , 0x00000013 
- 00000625  0x0000039e arg  0x00000273 , 0x00000012 
- 00000626  0x0000039f branch  0x0000336d 
- 00000627  0x000003a3 branch  0x00000274 
- 00000628  0x000003a6 fetch  0x00000001 , 0x00004b11 
- 00000629  0x000003a8 beq  0x00000001 , 0x00000278 
- 00000630  0x000003a9 beq  0x00000002 , 0x0000027a 
- 00000631  0x000003aa rtn 
- 00000632  0x000003ad call  0x00000176 
- 00000633  0x000003ae branch  0x0000659a 
- 00000634  0x000003b1 call  0x00000174 
- 00000635  0x000003b2 branch  0x0000659a 
- 00000636  0x000003b5 arg  0x00000001 , 0x00000002 
- 00000637  0x000003b6 arg  0x00004b11 , 0x00000011 
- 00000638  0x000003b7 arg  0x00000061 , 0x00000012 
- 00000639  0x000003b8 branch  0x000065d1 
- 00000640  0x000003bb arg  0x00000001 , 0x00000002 
- 00000641  0x000003bc arg  0x00004b11 , 0x00000011 
- 00000642  0x000003bd arg  0x00000061 , 0x00000012 
- 00000643  0x000003be branch  0x000065df 
- 00000644  0x000003c1 fetch  0x00000001 , 0x00004b12 
- 00000645  0x000003c2 nbranch  0x0000028e , 0x00000034 
- 00000646  0x000003c3 fetch  0x00000001 , 0x00004b18 
- 00000647  0x000003c4 rtn  0x00000034 
- 00000648  0x000003c6 call  0x0000029e 
- 00000649  0x000003c8 arg  0x00004b19 , 0x00000013 
- 00000650  0x000003c9 arg  0x0000028c , 0x00000012 
- 00000651  0x000003ca branch  0x0000336d 
- 00000652  0x000003cc jam  0x00000000 , 0x00004b18 
- 00000653  0x000003cd branch  0x000002a1 
- 00000654  0x000003d0 fetch  0x00000002 , 0x000046ac 
- 00000655  0x000003d1 div  0x0000003f , 0x00000002 
- 00000656  0x000003d2 call  0x00007f86 
- 00000657  0x000003d3 remainder  0x0000003f 
- 00000658  0x000003d4 branch  0x00000294 , 0x00000034 
- 00000659  0x000003d5 rtn 
- 00000660  0x000003d8 fetch  0x00000001 , 0x00004b13 
- 00000661  0x000003d9 beq  0x00000001 , 0x00000298 
- 00000662  0x000003da beq  0x00000002 , 0x0000029a 
- 00000663  0x000003db rtn 
- 00000664  0x000003dd jam  0x00000002 , 0x00004b13 
- 00000665  0x000003de branch  0x0000029e 
- 00000666  0x000003e0 jam  0x00000001 , 0x00004b13 
- 00000667  0x000003e1 branch  0x000002a1 
- 00000668  0x000003e4 fetcht  0x00000001 , 0x00004b14 
- 00000669  0x000003e5 branch  0x0000680e 
- 00000670  0x000003e7 call  0x0000029c 
- 00000671  0x000003e8 fetcht  0x00000001 , 0x00004b14 
- 00000672  0x000003e9 branch  0x00006829 
- 00000673  0x000003f0 fetcht  0x00000001 , 0x00004b14 
- 00000674  0x000003f2 set0  0x00000007 , 0x00000002 
- 00000675  0x000003f3 arg  0x00008078 , 0x00000005 
- 00000676  0x000003f4 call  0x00006830 
- 00000677  0x000003f5 set0  0x00000007 , 0x00000002 
- 00000678  0x000003f6 arg  0x0000807c , 0x00000005 
- 00000679  0x000003f7 call  0x00006830 
- 00000680  0x000003f8 set0  0x00000007 , 0x00000002 
- 00000681  0x000003f9 arg  0x00008070 , 0x00000005 
- 00000682  0x000003fa branch  0x00006830 
- 00000683  0x000003fe fetch  0x00000001 , 0x00004b04 
- 00000684  0x000003ff rtn  0x00000034 
- 00000685  0x00000400 fetch  0x00000001 , 0x00004b07 
- 00000686  0x00000402 beq  0x00000001 , 0x000002b0 
- 00000687  0x00000403 rtn 
- 00000688  0x00000413 fetch  0x00000001 , 0x00004b0b 
- 00000689  0x00000414 increase  0xffffffff , 0x0000003f 
- 00000690  0x00000415 store  0x00000001 , 0x00004b0b 
- 00000691  0x00000416 nrtn  0x00000034 
- 00000692  0x00000417 fetch  0x00000001 , 0x00004b0a 
- 00000693  0x00000418 store  0x00000001 , 0x00004b0b 
- 00000694  0x00000419 fetch  0x00000001 , 0x00004b0d 
- 00000695  0x0000041a branch  0x000002bc , 0x00000034 
- 00000696  0x0000041b fetch  0x00000001 , 0x00004b0c 
- 00000697  0x0000041c branch  0x000002c6 , 0x00000034 
- 00000698  0x0000041d increase  0xffffffff , 0x0000003f 
- 00000699  0x0000041e store  0x00000001 , 0x00004b0c 
- 00000700  0x00000420 fetch  0x00000001 , 0x00004b06 
- 00000701  0x00000421 beq  0x00000001 , 0x000002c8 
- 00000702  0x00000422 beq  0x00000000 , 0x000002c2 
- 00000703  0x00000423 rtn 
- 00000704  0x00000426 fetcht  0x00000001 , 0x00004b05 
- 00000705  0x00000427 branch  0x0000680e 
- 00000706  0x00000429 jam  0x00000001 , 0x00004b06 
- 00000707  0x0000042a call  0x000002c0 
- 00000708  0x0000042b fetcht  0x00000001 , 0x00004b05 
- 00000709  0x0000042c branch  0x00006829 
- 00000710  0x0000042f setarg  0x00000000 
- 00000711  0x00000430 store  0x00000003 , 0x00004b0b 
- 00000712  0x00000432 fetch  0x00000001 , 0x00004b0c 
- 00000713  0x00000433 nbranch  0x000002cc , 0x00000034 
- 00000714  0x00000434 jam  0x00000000 , 0x00004b04 
- 00000715  0x00000435 jam  0x00000000 , 0x00004b07 
- 00000716  0x00000437 jam  0x00000000 , 0x00004b08 
- 00000717  0x00000438 jam  0x00000000 , 0x00004b06 
- 00000718  0x0000043a fetcht  0x00000001 , 0x00004b05 
- 00000719  0x0000043b call  0x00006825 
- 00000720  0x0000043c hfetch  0x00000001 , 0x0000807c 
- 00000721  0x0000043d set1  0x00000005 , 0x0000003f 
- 00000722  0x0000043e hstore  0x00000001 , 0x0000807c 
- 00000723  0x0000043f rtn 
- 00000724  0x0000044e jam  0x00000001 , 0x00004b0b 
- 00000725  0x0000044f jam  0x00000001 , 0x00004b04 
- 00000726  0x00000450 jam  0x00000001 , 0x00004b07 
- 00000727  0x00000451 rtn 
- 00000728  0x0000045b jam  0x00000003 , 0x00004b0a 
- 00000729  0x0000045c jam  0x00000001 , 0x00004b0d 
- 00000730  0x0000045d branch  0x000002d4 
- 00000731  0x00000460 disable  0x00000028 
- 00000732  0x00000461 setarg  0x00000000 
- 00000733  0x00000462 store  0x00000006 , 0x0000469b 
- 00000734  0x00000463 call  0x0000031c 
- 00000735  0x00000464 call  0x00004079 
- 00000736  0x00000465 call  0x0000407e 
- 00000737  0x00000466 call  0x000002e3 
- 00000738  0x00000467 branch  0x00003f9f 
- 00000739  0x00000469 call  0x000002e5 
- 00000740  0x0000046a branch  0x0000409a 
- 00000741  0x0000046c arg  0x00000000 , 0x00000011 
- 00000742  0x0000046d call  0x000002ec 
- 00000743  0x0000046e call  0x000002f2 
- 00000744  0x0000046f call  0x000002f8 
- 00000745  0x00000471 call  0x000002fe 
- 00000746  0x00000472 copy  0x00000011 , 0x0000003f 
- 00000747  0x00000473 rtn 
- 00000748  0x0000047b fetcht  0x00000001 , 0x000046e2 
- 00000749  0x0000047c call  0x00000317 
- 00000750  0x0000047d fetcht  0x00000001 , 0x000046e2 
- 00000751  0x0000047e call  0x0000681d 
- 00000752  0x0000047f setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00000753  0x00000480 rtn 
- 00000754  0x00000482 fetcht  0x00000001 , 0x000046e3 
- 00000755  0x00000483 call  0x00000317 
- 00000756  0x00000484 fetcht  0x00000001 , 0x000046e3 
- 00000757  0x00000485 call  0x0000681d 
- 00000758  0x00000486 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00000759  0x00000487 rtn 
- 00000760  0x00000489 fetcht  0x00000001 , 0x000046e4 
- 00000761  0x0000048a call  0x00000317 
- 00000762  0x0000048b fetcht  0x00000001 , 0x000046e4 
- 00000763  0x0000048c call  0x0000681d 
- 00000764  0x0000048d setflag  0x00000001 , 0x00000002 , 0x00000011 
- 00000765  0x0000048e rtn 
- 00000766  0x0000049f fetcht  0x00000001 , 0x00004b16 
- 00000767  0x000004a0 call  0x0000030e 
- 00000768  0x000004a1 fetcht  0x00000001 , 0x00004b16 
- 00000769  0x000004a2 call  0x0000681d 
- 00000770  0x000004a3 branch  0x00000305 , 0x00000001 
- 00000771  0x000004a4 call  0x00000317 
- 00000772  0x000004a5 branch  0x0000030a 
- 00000773  0x000004a8 call  0x00000317 
- 00000774  0x000004a9 fetch  0x00000001 , 0x00004b17 
- 00000775  0x000004aa rtneq  0x00000001 
- 00000776  0x000004ab jam  0x00000001 , 0x00004b17 
- 00000777  0x000004ac rtn 
- 00000778  0x000004ae fetch  0x00000001 , 0x00004b17 
- 00000779  0x000004af rtneq  0x00000000 
- 00000780  0x000004b0 jam  0x00000000 , 0x00004b17 
- 00000781  0x000004b1 rtn 
- 00000782  0x000004b4 set0  0x00000007 , 0x00000002 
- 00000783  0x000004b5 arg  0x00008078 , 0x00000005 
- 00000784  0x000004b6 call  0x00006830 
- 00000785  0x000004b7 set1  0x00000007 , 0x00000002 
- 00000786  0x000004b8 arg  0x0000807c , 0x00000005 
- 00000787  0x000004b9 call  0x00006830 
- 00000788  0x000004ba set0  0x00000007 , 0x00000002 
- 00000789  0x000004bb arg  0x00008070 , 0x00000005 
- 00000790  0x000004bc branch  0x00006830 
- 00000791  0x000004bf set1  0x00000007 , 0x00000002 
- 00000792  0x000004c0 arg  0x00008078 , 0x00000005 
- 00000793  0x000004c1 call  0x00006830 
- 00000794  0x000004c2 set0  0x00000007 , 0x00000002 
- 00000795  0x000004c3 branch  0x00000312 
- 00000796  0x000004c6 fetch  0x00000001 , 0x000046e0 
- 00000797  0x000004c7 beq  0x00000004 , 0x00000327 
- 00000798  0x000004c8 beq  0x00000005 , 0x00004010 
- 00000799  0x000004ca call  0x00003fc0 
- 00000800  0x000004cb disable  0x00000028 
- 00000801  0x000004cc fetch  0x00000001 , 0x000046f5 
- 00000802  0x000004cd bbit0  0x00000007 , 0x00003fe7 
- 00000803  0x000004ce fetcht  0x00000001 , 0x000046f3 
- 00000804  0x000004cf call  0x0000681d 
- 00000805  0x000004d0 nrtn  0x00000001 
- 00000806  0x000004d1 branch  0x00003fe7 
- 00000807  0x000004d3 call  0x00003fc0 
- 00000808  0x000004d4 fetch  0x00000001 , 0x000046f5 
- 00000809  0x000004d5 bbit0  0x00000007 , 0x00003fc8 
- 00000810  0x000004d6 fetcht  0x00000001 , 0x000046f3 
- 00000811  0x000004d7 call  0x0000681d 
- 00000812  0x000004d8 nrtn  0x00000001 
- 00000813  0x000004d9 branch  0x00003fc8 
- 00000814  0x000004de fetch  0x00000001 , 0x000046e0 
- 00000815  0x000004df beq  0x00000005 , 0x00003daa 
- 00000816  0x000004e0 beq  0x00000004 , 0x00003d96 
- 00000817  0x000004e1 beq  0x00000006 , 0x00000342 
- 00000818  0x000004e2 beq  0x00000003 , 0x00000342 
- 00000819  0x000004e4 fetch  0x00000001 , 0x0000477a 
- 00000820  0x000004e5 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00000821  0x000004e6 call  0x0000033c , 0x00000005 
- 00000822  0x000004e7 fetch  0x00000001 , 0x0000477a 
- 00000823  0x000004e8 beq  0x00000000 , 0x0000033e 
- 00000824  0x000004e9 beq  0x00000001 , 0x00003d88 
- 00000825  0x000004ea beq  0x00000003 , 0x00000340 
- 00000826  0x000004ec jam  0x00000002 , 0x00004b01 
- 00000827  0x000004ed branch  0x00003d8c 
- 00000828  0x000004ef jam  0x00000002 , 0x0000477a 
- 00000829  0x000004f0 rtn 
- 00000830  0x000004f3 jam  0x00000001 , 0x00004b01 
- 00000831  0x000004f4 branch  0x00003d8a 
- 00000832  0x000004f6 jam  0x00000003 , 0x00004b01 
- 00000833  0x000004f7 branch  0x00003d8e 
- 00000834  0x000004fa fetch  0x00000001 , 0x0000477a 
- 00000835  0x000004fb sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00000836  0x000004fc call  0x0000034d , 0x00000005 
- 00000837  0x000004fd fetch  0x00000001 , 0x0000477a 
- 00000838  0x000004fe beq  0x00000000 , 0x0000034f 
- 00000839  0x000004ff beq  0x00000001 , 0x00000353 
- 00000840  0x00000500 beq  0x00000003 , 0x00000356 
- 00000841  0x00000502 jam  0x00000002 , 0x00004b01 
- 00000842  0x00000503 fetch  0x00000001 , 0x00004781 
- 00000843  0x00000504 increase  0xffffffff , 0x0000003f 
- 00000844  0x00000505 branch  0x00003dbe 
- 00000845  0x00000507 jam  0x00000002 , 0x0000477a 
- 00000846  0x00000508 rtn 
- 00000847  0x0000050a jam  0x00000001 , 0x00004b01 
- 00000848  0x0000050b fetch  0x00000001 , 0x0000477f 
- 00000849  0x0000050c increase  0xffffffff , 0x0000003f 
- 00000850  0x0000050d branch  0x00003dbe 
- 00000851  0x0000050f fetch  0x00000001 , 0x00004780 
- 00000852  0x00000510 increase  0xffffffff , 0x0000003f 
- 00000853  0x00000511 branch  0x00003dbe 
- 00000854  0x00000513 jam  0x00000003 , 0x00004b01 
- 00000855  0x00000514 fetch  0x00000001 , 0x00004782 
- 00000856  0x00000515 increase  0xffffffff , 0x0000003f 
- 00000857  0x00000516 branch  0x00003dbe 
- 00000858  0x00000519 jam  0x00000000 , 0x0000479d 
- 00000859  0x0000051a jam  0x00000000 , 0x0000479e 
- 00000860  0x0000051b bmark1  0x00000026 , 0x0000035e 
- 00000861  0x0000051c branch  0x0000426d 
- 00000862  0x0000051e call  0x000005ee 
- 00000863  0x0000051f branch  0x0000426d 
- 00000864  0x00000522 call  0x000068a2 
- 00000865  0x00000523 fetch  0x00000002 , 0x0000421d 
- 00000866  0x00000524 branch  0x00000365 , 0x00000034 
- 00000867  0x00000525 store  0x00000002 , 0x000047c2 
- 00000868  0x00000527 branch  0x00000389 
- 00000869  0x0000052a setarg  0x00001122 
- 00000870  0x0000052b store  0x00000002 , 0x000047c2 
- 00000871  0x0000052c branch  0x00000364 
- 00000872  0x0000052f call  0x000000da 
- 00000873  0x00000530 jam  0x00000000 , 0x0000479c 
- 00000874  0x00000531 fetch  0x00000002 , 0x00004682 
- 00000875  0x00000532 bbit1  0x0000000b , 0x00000376 
- 00000876  0x00000533 fetch  0x00000004 , 0x000046d3 
- 00000877  0x00000534 bbit0  0x00000018 , 0x00000376 
- 00000878  0x00000536 call  0x0000038d 
- 00000879  0x00000537 fetcht  0x00000002 , 0x000047c2 
- 00000880  0x00000538 increase  0x00000001 , 0x00000002 
- 00000881  0x00000539 storet  0x00000002 , 0x000047c2 
- 00000882  0x0000053a storet  0x00000002 , 0x000044a1 
- 00000883  0x0000053b call  0x00000389 
- 00000884  0x0000053c random  0x0000003f 
- 00000885  0x0000053d store  0x00000001 , 0x000044a0 
- 00000886  0x00000540 call  0x00003402 
- 00000887  0x00000541 setarg  0x00ed8e0e 
- 00000888  0x00000542 store  0x00000003 , 0x000044a3 
- 00000889  0x00000543 jam  0x0000005a , 0x00004b15 
- 00000890  0x00000544 call  0x0000014b 
- 00000891  0x00000545 call  0x00003418 
- 00000892  0x00000546 fetch  0x00000002 , 0x00004687 
- 00000893  0x00000547 store  0x00000002 , 0x000046ac 
- 00000894  0x00000548 jam  0x00000006 , 0x0000016d 
- 00000895  0x00000549 setarg  0x00000000 
- 00000896  0x0000054a store  0x00000002 , 0x000046b0 
- 00000897  0x0000054b store  0x00000002 , 0x000046ae 
- 00000898  0x0000054c arg  0x00000007 , 0x00000007 
- 00000899  0x0000054d call  0x000043ce 
- 00000900  0x0000054e call  0x000043ca 
- 00000901  0x0000054f fetch  0x00000001 , 0x00004092 
- 00000902  0x00000550 isolate1  0x00000001 , 0x0000003f 
- 00000903  0x00000551 call  0x00000391 , 0x00000001 
- 00000904  0x00000552 branch  0x000042c4 
- 00000905  0x00000555 arg  0x00000002 , 0x00000002 
- 00000906  0x00000556 arg  0x000047c2 , 0x00000011 
- 00000907  0x00000557 arg  0x0000005f , 0x00000012 
- 00000908  0x00000558 branch  0x000065d1 
- 00000909  0x0000055b arg  0x00000002 , 0x00000002 
- 00000910  0x0000055c arg  0x000047c2 , 0x00000011 
- 00000911  0x0000055d arg  0x0000005f , 0x00000012 
- 00000912  0x0000055e branch  0x000065df 
- 00000913  0x00000561 jam  0x00000000 , 0x0000479f 
- 00000914  0x00000562 call  0x000000f3 
- 00000915  0x00000563 setarg  0x00000005 
- 00000916  0x00000564 istore  0x00000001 , 0x00000006 
- 00000917  0x00000565 arg  0x00004b1a , 0x00000006 
- 00000918  0x00000566 call  0x00000398 
- 00000919  0x00000567 branch  0x00007df4 
- 00000920  0x0000056a arg  0x0000437b , 0x00000005 
- 00000921  0x0000056b arg  0x00000013 , 0x00000039 
- 00000922  0x0000056c call  0x00007f01 
- 00000923  0x0000056d branch  0x000057b8 
- 00000924  0x00000570 setarg  0x00000000 
- 00000925  0x00000571 store  0x00000002 , 0x000046ac 
- 00000926  0x00000572 call  0x00000123 
- 00000927  0x00000573 branch  0x000042cb 
- 00000928  0x00000576 fetch  0x00000001 , 0x0000450f 
- 00000929  0x00000577 pincrease  0x00000001 
- 00000930  0x00000578 store  0x00000001 , 0x0000450f 
- 00000931  0x00000579 beq  0x0000000c , 0x00005395 
- 00000932  0x0000057a call  0x000055aa 
- 00000933  0x0000057b call  0x0000561e 
- 00000934  0x0000057c call  0x00000544 
- 00000935  0x0000057d branch  0x0000538f 
- 00000936  0x00000580 fetch  0x00000001 , 0x00000016 
- 00000937  0x00000581 increase  0x00000001 , 0x0000003f 
- 00000938  0x00000582 store  0x00000001 , 0x00000016 
- 00000939  0x00000583 rtnne  0x00000028 
- 00000940  0x00000584 jam  0x00000025 , 0x00000016 
- 00000941  0x00000585 rtn 
- 00000942  0x00000588 call  0x000029bb 
- 00000943  0x00000589 call  0x0000001d 
- 00000944  0x0000058a branch  0x000054a3 
- 00000945  0x0000058d call  0x000003b9 
- 00000946  0x0000058e branch  0x0000557d 
- 00000947  0x00000590 fetch  0x00000001 , 0x000047c5 
- 00000948  0x00000591 store  0x00000001 , 0x00004172 
- 00000949  0x00000593 jam  0x00000000 , 0x000047c4 
- 00000950  0x00000594 rtn 
- 00000951  0x00000596 jam  0x00000001 , 0x000047c4 
- 00000952  0x00000597 rtn 
- 00000953  0x00000599 fetch  0x00000001 , 0x000043d6 
- 00000954  0x0000059a sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00000955  0x0000059b nbranch  0x000003b7 , 0x00000002 
- 00000956  0x0000059c fetch  0x00000001 , 0x000043d8 
- 00000957  0x0000059d fetcht  0x00000001 , 0x000047c5 
- 00000958  0x0000059e isub  0x00000002 , 0x0000003e 
- 00000959  0x0000059f branch  0x000003b3 , 0x00000002 
- 00000960  0x000005a0 fetch  0x00000001 , 0x000043d8 
- 00000961  0x000005a1 store  0x00000001 , 0x00004172 
- 00000962  0x000005a2 branch  0x000003b5 
- 00000963  0x000005a5 fetch  0x00000001 , 0x0000043f 
- 00000964  0x000005a6 rtnbit0  0x00000006 
- 00000965  0x000005a7 call  0x000003c8 
- 00000966  0x000005a8 nrtn  0x00000028 
- 00000967  0x000005a9 branch  0x000055a0 
- 00000968  0x000005ab enable  0x00000028 
- 00000969  0x000005ac fetch  0x00000001 , 0x0000045a 
- 00000970  0x000005ad rshift4  0x0000003f , 0x0000003f 
- 00000971  0x000005ae rtnne  0x0000000f 
- 00000972  0x000005af fetch  0x00000001 , 0x00000460 
- 00000973  0x000005b0 rshift4  0x0000003f , 0x0000003f 
- 00000974  0x000005b1 rtnne  0x00000000 
- 00000975  0x000005b2 branch  0x00007fe9 
- 00000976  0x000005b5 fetch  0x00000001 , 0x00000456 
- 00000977  0x000005b6 bbit1  0x00000005 , 0x000003e4 
- 00000978  0x000005b7 call  0x00000536 
- 00000979  0x000005b8 fetch  0x00000001 , 0x0000478e 
- 00000980  0x000005b9 nbranch  0x000003da , 0x00000034 
- 00000981  0x000005ba fetch  0x00000001 , 0x0000043f 
- 00000982  0x000005bb bbit0  0x00000004 , 0x000003de 
- 00000983  0x000005bc fetch  0x00000001 , 0x000002da 
- 00000984  0x000005bd branch  0x000003de , 0x00000034 
- 00000985  0x000005be branch  0x00005664 
- 00000986  0x000005c0 fetch  0x00000001 , 0x0000478e 
- 00000987  0x000005c1 increase  0xffffffff , 0x0000003f 
- 00000988  0x000005c2 store  0x00000001 , 0x0000478e 
- 00000989  0x000005c3 branch  0x00005664 
- 00000990  0x000005c5 fetch  0x00000001 , 0x000044c4 
- 00000991  0x000005c6 bne  0x00000005 , 0x000003e1 
- 00000992  0x000005c7 jam  0x00000003 , 0x0000478e 
- 00000993  0x000005c9 call  0x00005892 
- 00000994  0x000005ca call  0x0000071a , 0x00000034 
- 00000995  0x000005cb branch  0x00005622 
- 00000996  0x000005ce call  0x000003e6 
- 00000997  0x000005cf branch  0x000003f2 
- 00000998  0x000005d2 fetch  0x00000001 , 0x000046c5 
- 00000999  0x000005d3 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001000  0x000005d4 rtnne  0x00000003 
- 00001001  0x000005d5 fetch  0x00000001 , 0x000047c1 
- 00001002  0x000005d6 rtn  0x00000034 
- 00001003  0x000005d7 fetch  0x00000001 , 0x000043dd 
- 00001004  0x000005d8 rtn  0x00000034 
- 00001005  0x000005d9 fetch  0x00000001 , 0x000043dc 
- 00001006  0x000005da set1  0x00000004 , 0x0000003f 
- 00001007  0x000005db store  0x00000001 , 0x000043dc 
- 00001008  0x000005dc call  0x00005650 
- 00001009  0x000005dd rtn 
- 00001010  0x000005e0 branch  0x0000053a 
- 00001011  0x000005e3 fetch  0x00000001 , 0x0000479f 
- 00001012  0x000005e4 rtn  0x00000034 
- 00001013  0x000005e5 fetch  0x00000001 , 0x000046c5 
- 00001014  0x000005e6 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001015  0x000005e7 rtneq  0x00000003 
- 00001016  0x000005e8 jam  0x0000000a , 0x000046c6 
- 00001017  0x000005e9 rtn 
- 00001018  0x000005ec rtnmark1  0x0000000f 
- 00001019  0x000005ed call  0x00005890 
- 00001020  0x000005ee nrtn  0x00000034 
- 00001021  0x000005ef fetch  0x00000001 , 0x000002d9 
- 00001022  0x000005f0 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001023  0x000005f1 store  0x00000001 , 0x0000450c 
- 00001024  0x000005f2 ifetch  0x00000001 , 0x00000006 
- 00001025  0x000005f3 and  0x0000003f , 0x0000001f , 0x0000003f 
- 00001026  0x000005f4 store  0x00000001 , 0x0000450b 
- 00001027  0x000005f5 rtn  0x00000034 
- 00001028  0x000005f6 copy  0x00000006 , 0x0000003f 
- 00001029  0x000005f7 store  0x00000002 , 0x0000450d 
- 00001030  0x000005f8 fetch  0x00000001 , 0x0000450c 
- 00001031  0x000005f9 beq  0x00000003 , 0x00000409 
- 00001032  0x000005fa branch  0x0000568d 
- 00001033  0x000005fc fetch  0x00000001 , 0x000002db 
- 00001034  0x000005fd beq  0x00000001 , 0x0000040c 
- 00001035  0x000005fe branch  0x00005c65 
- 00001036  0x00000600 ifetch  0x00000005 , 0x00000006 
- 00001037  0x00000601 store  0x00000005 , 0x000043ce 
- 00001038  0x00000602 ifetch  0x00000002 , 0x00000006 
- 00001039  0x00000603 store  0x00000002 , 0x0000045f 
- 00001040  0x00000604 branch  0x00005c8a 
- 00001041  0x00000607 ifetch  0x00000002 , 0x00000006 
- 00001042  0x00000608 beq  0x00000004 , 0x00000415 
- 00001043  0x00000609 beq  0x00000006 , 0x00000432 
- 00001044  0x0000060a branch  0x00005698 
- 00001045  0x0000060c call  0x00007ea5 
- 00001046  0x0000060d call  0x000003f3 
- 00001047  0x0000060e call  0x00007e9f 
- 00001048  0x0000060f ifetch  0x00000003 , 0x00000006 
- 00001049  0x00000610 store  0x00000003 , 0x00000477 
- 00001050  0x00000611 beq  0x00000010 , 0x00000424 
- 00001051  0x00000612 rshift8  0x0000003f , 0x00000002 
- 00001052  0x00000613 sub  0x00000002 , 0x00000024 , 0x0000003e 
- 00001053  0x00000614 branch  0x000058ad , 0x00000002 
- 00001054  0x00000615 arg  0x000047c6 , 0x00000002 
- 00001055  0x00000616 storet  0x00000002 , 0x000044bc 
- 00001056  0x00000617 call  0x000058ad 
- 00001057  0x00000618 setarg  0x00008e7a 
- 00001058  0x00000619 store  0x00000002 , 0x000044bc 
- 00001059  0x0000061a rtn 
- 00001060  0x0000061d call  0x000059fa 
- 00001061  0x0000061e call  0x00005879 
- 00001062  0x0000061f increase  0x00000007 , 0x00000006 
- 00001063  0x00000620 ifetch  0x00000001 , 0x00000006 
- 00001064  0x00000621 rtnne  0x00000011 
- 00001065  0x00000622 increase  0x00000005 , 0x00000006 
- 00001066  0x00000623 ifetch  0x00000002 , 0x00000006 
- 00001067  0x00000624 arg  0x00001812 , 0x00000002 
- 00001068  0x00000625 isub  0x00000002 , 0x0000003e 
- 00001069  0x00000626 nrtn  0x00000005 
- 00001070  0x00000627 increase  0xfffffffc , 0x00000006 
- 00001071  0x00000628 setarg  0x0000002b 
- 00001072  0x00000629 istore  0x00000002 , 0x00000006 
- 00001073  0x0000062a rtn 
- 00001074  0x0000062d ifetch  0x00000001 , 0x00000006 
- 00001075  0x0000062e beq  0x00000005 , 0x00000435 
- 00001076  0x0000062f branch  0x00005af5 
- 00001077  0x00000631 call  0x00005b5a 
- 00001078  0x00000632 fetch  0x00000001 , 0x0000043f 
- 00001079  0x00000633 set0  0x00000005 , 0x0000003f 
- 00001080  0x00000634 store  0x00000001 , 0x0000043f 
- 00001081  0x00000635 branch  0x00005c8e 
- 00001082  0x00000638 fetch  0x00000001 , 0x00000016 
- 00001083  0x00000639 bne  0x00000027 , 0x000056f2 
- 00001084  0x0000063a call  0x00000440 
- 00001085  0x0000063b arg  0x00000000 , 0x00000007 
- 00001086  0x0000063c fetch  0x00000002 , 0x00004482 
- 00001087  0x0000063d branch  0x00007f08 
- 00001088  0x0000063f random  0x0000003f 
- 00001089  0x00000640 arg  0x000001ff , 0x00000002 
- 00001090  0x00000641 iand  0x00000002 , 0x0000003f 
- 00001091  0x00000642 add  0x0000003f , 0x000000fa , 0x0000003f 
- 00001092  0x00000643 branch  0x00003cbe 
- 00001093  0x00000646 disable  0x0000002b 
- 00001094  0x00000647 branch  0x00000448 , 0x0000002e 
- 00001095  0x00000648 nbranch  0x00005806 , 0x0000002d 
- 00001096  0x0000064a call  0x00002bcb 
- 00001097  0x0000064b fetch  0x00000002 , 0x000040c1 
- 00001098  0x0000064c store  0x00000002 , 0x0000044d 
- 00001099  0x0000064d fetch  0x00000001 , 0x000046c5 
- 00001100  0x0000064e compare  0x00000003 , 0x0000003f , 0x00000003 
- 00001101  0x0000064f nbranch  0x00002bde , 0x00000001 
- 00001102  0x00000650 branch  0x000057fb 
- 00001103  0x00000653 fetch  0x00000001 , 0x0000479f 
- 00001104  0x00000654 nrtn  0x00000034 
- 00001105  0x00000655 fetch  0x00000001 , 0x00000478 
- 00001106  0x00000656 sub  0x0000003f , 0x0000001a , 0x0000003f 
- 00001107  0x00000657 nrtn  0x00000005 
- 00001108  0x00000658 branch  0x00003d60 
- 00001109  0x0000065b hfetch  0x00000001 , 0x00008077 
- 00001110  0x0000065c and_into  0x000000fd , 0x0000003f 
- 00001111  0x0000065d hstore  0x00000001 , 0x00008077 
- 00001112  0x0000065e hfetcht  0x00000001 , 0x00008073 
- 00001113  0x0000065f or_into  0x00000002 , 0x00000002 
- 00001114  0x00000660 hstoret  0x00000001 , 0x00008073 
- 00001115  0x00000661 call  0x000063ee 
- 00001116  0x00000662 and_into  0x000000fd , 0x00000002 
- 00001117  0x00000663 nop  0x0000000d 
- 00001118  0x00000664 call  0x000063f2 
- 00001119  0x00000665 hstoret  0x00000001 , 0x00008073 
- 00001120  0x00000666 rtn 
- 00001121  0x0000066d call  0x000068a8 
- 00001122  0x00000671 fetch  0x00000004 , 0x000040a0 
- 00001123  0x00000672 store  0x00000004 , 0x00004bea 
- 00001124  0x00000673 rtn 
- 00001125  0x00000677 jam  0x00000001 , 0x00004ce9 
- 00001126  0x00000678 jam  0x00000000 , 0x00004ceb 
- 00001127  0x0000067a fetch  0x00000001 , 0x00004bb4 
- 00001128  0x0000067b and_into  0x00000007 , 0x0000003f 
- 00001129  0x0000067c store  0x00000001 , 0x00004bb4 
- 00001130  0x0000067d rtn 
- 00001131  0x00000680 fetch  0x00000001 , 0x00004bb4 
- 00001132  0x00000681 set1  0x00000004 , 0x0000003f 
- 00001133  0x00000682 store  0x00000001 , 0x00004bb4 
- 00001134  0x00000684 store  0x00000001 , 0x00004b6f 
- 00001135  0x00000685 rtn 
- 00001136  0x00000687 fetch  0x00000001 , 0x00004bb4 
- 00001137  0x00000688 set0  0x00000004 , 0x0000003f 
- 00001138  0x00000689 store  0x00000001 , 0x00004bb4 
- 00001139  0x0000068a rtn 
- 00001140  0x0000068d call  0x0000053a 
- 00001141  0x0000068e fetch  0x00000001 , 0x00004cea 
- 00001142  0x0000068f beq  0x00000001 , 0x00000479 
- 00001143  0x00000690 beq  0x00000002 , 0x0000047d 
- 00001144  0x00000691 rtn 
- 00001145  0x00000693 jam  0x00000002 , 0x00004ceb 
- 00001146  0x00000695 jam  0x00000000 , 0x00004ce7 
- 00001147  0x00000696 jam  0x00000000 , 0x00004ce9 
- 00001148  0x00000697 branch  0x00000467 
- 00001149  0x0000069a jam  0x00000000 , 0x00004ce8 
- 00001150  0x0000069b branch  0x0000047a 
- 00001151  0x0000069f fetch  0x00000002 , 0x00004bb9 
- 00001152  0x000006a0 increase  0x00000001 , 0x0000003f 
- 00001153  0x000006a1 store  0x00000002 , 0x00004bb9 
- 00001154  0x000006a2 bbit1  0x0000000a , 0x00000528 
- 00001155  0x000006a3 fetch  0x00000001 , 0x00004ce8 
- 00001156  0x000006a4 beq  0x00000001 , 0x00000488 
- 00001157  0x000006a5 jam  0x00000001 , 0x00004ce8 
- 00001158  0x000006a7 fetch  0x00000001 , 0x00004ce8 
- 00001159  0x000006a8 bne  0x00000001 , 0x00000467 
- 00001160  0x000006aa fetch  0x00000001 , 0x00004ce6 
- 00001161  0x000006ab increase  0x00000001 , 0x0000003f 
- 00001162  0x000006ac store  0x00000001 , 0x00004ce6 
- 00001163  0x000006ad beq  0x00000004 , 0x0000048f 
- 00001164  0x000006ae call  0x00000685 
- 00001165  0x000006af jam  0x00000002 , 0x00004bf8 
- 00001166  0x000006b0 branch  0x000004e5 
- 00001167  0x000006b3 call  0x0000053a 
- 00001168  0x000006b4 jam  0x00000000 , 0x00004ce6 
- 00001169  0x000006b5 branch  0x00000467 
- 00001170  0x000006b8 jam  0x00000002 , 0x00004ceb 
- 00001171  0x000006ba jam  0x00000001 , 0x00004ce9 
- 00001172  0x000006bb jam  0x00000000 , 0x00004ce8 
- 00001173  0x000006bc branch  0x00000467 
- 00001174  0x000006bf fetch  0x00000001 , 0x00004cea 
- 00001175  0x000006c0 beq  0x00000003 , 0x00000493 
- 00001176  0x000006c1 fetch  0x00000001 , 0x00004bb4 
- 00001177  0x000006c2 isolate0  0x00000004 , 0x0000003f 
- 00001178  0x000006c3 branch  0x00000465 , 0x00000001 
- 00001179  0x000006c4 fetch  0x00000001 , 0x00004cea 
- 00001180  0x000006c5 beq  0x00000001 , 0x00000492 
- 00001181  0x000006c6 beq  0x00000002 , 0x00000493 
- 00001182  0x000006c7 rtn 
- 00001183  0x000006ca fetch  0x00000001 , 0x00004bc3 
- 00001184  0x000006cb rtnne  0x000000ff 
- 00001185  0x000006cc call  0x000004a4 
- 00001186  0x000006cd ncall  0x000004ac , 0x0000002c 
- 00001187  0x000006ce rtn 
- 00001188  0x000006d1 disable  0x0000002c 
- 00001189  0x000006d2 fetch  0x00000001 , 0x00004ce9 
- 00001190  0x000006d3 rtnne  0x00000001 
- 00001191  0x000006d4 fetch  0x00000001 , 0x00004ceb 
- 00001192  0x000006d5 rtnne  0x00000000 
- 00001193  0x000006d6 jam  0x00000001 , 0x00004cea 
- 00001194  0x000006d7 jam  0x00000004 , 0x00004bf8 
- 00001195  0x000006d8 branch  0x00007feb 
- 00001196  0x000006db fetch  0x00000001 , 0x00004ceb 
- 00001197  0x000006dc branch  0x000004b4 , 0x00000034 
- 00001198  0x000006dd increase  0xffffffff , 0x0000003f 
- 00001199  0x000006de store  0x00000001 , 0x00004ceb 
- 00001200  0x000006df jam  0x00000002 , 0x00004cea 
- 00001201  0x000006e0 call  0x00000685 
- 00001202  0x000006e1 jam  0x00000004 , 0x00004bf8 
- 00001203  0x000006e2 rtn 
- 00001204  0x000006e5 jam  0x00000003 , 0x00004cea 
- 00001205  0x000006e6 fetch  0x00000001 , 0x00004ce8 
- 00001206  0x000006e7 nbranch  0x00000486 , 0x00000034 
- 00001207  0x000006e8 call  0x00000685 
- 00001208  0x000006e9 jam  0x00000002 , 0x00004bf8 
- 00001209  0x000006ea rtn 
- 00001210  0x000006ed fetch  0x00000001 , 0x00004bc3 
- 00001211  0x000006ee bne  0x000000ff , 0x00000579 
- 00001212  0x000006f0 call  0x000004c0 
- 00001213  0x000006f1 call  0x00000673 
- 00001214  0x000006f3 jam  0x00000001 , 0x00004bb8 
- 00001215  0x000006f4 rtn 
- 00001216  0x000006f7 fetch  0x00000002 , 0x00004ce4 
- 00001217  0x000006f8 call  0x00007f9c 
- 00001218  0x000006f9 branch  0x000004c6 , 0x00000028 
- 00001219  0x000006fa fetch  0x00000007 , 0x00004b50 
- 00001220  0x000006fb rtn  0x00000034 
- 00001221  0x000006fc branch  0x00007fe7 
- 00001222  0x000006fe call  0x000004dd 
- 00001223  0x000006ff jam  0x00000000 , 0x00004bdf 
- 00001224  0x00000700 add  0x00000011 , 0x00000001 , 0x0000003f 
- 00001225  0x00000701 store  0x00000001 , 0x00004bb3 
- 00001226  0x00000702 call  0x00000467 
- 00001227  0x00000703 store  0x00000001 , 0x00004b4f 
- 00001228  0x00000704 ifetcht  0x00000001 , 0x00000005 
- 00001229  0x00000705 ifetch  0x00000001 , 0x00000012 
- 00001230  0x00000706 ior  0x00000002 , 0x0000003f 
- 00001231  0x00000707 istore  0x00000001 , 0x00000005 
- 00001232  0x00000708 increase  0x00000001 , 0x00000012 
- 00001233  0x00000709 ifetch  0x00000004 , 0x00000012 
- 00001234  0x0000070a istore  0x00000004 , 0x00000005 
- 00001235  0x0000070b increase  0x00000004 , 0x00000012 
- 00001236  0x0000070c arg  0x00004b55 , 0x00000005 
- 00001237  0x0000070d arg  0x00000002 , 0x00000039 
- 00001238  0x0000070f ifetch  0x00000001 , 0x00000012 
- 00001239  0x00000710 ifetcht  0x00000001 , 0x00000005 
- 00001240  0x00000711 iadd  0x00000002 , 0x0000003f 
- 00001241  0x00000712 istore  0x00000001 , 0x00000005 
- 00001242  0x00000713 increase  0x00000001 , 0x00000012 
- 00001243  0x00000714 loop  0x000004d6 
- 00001244  0x00000715 rtn 
- 00001245  0x00000718 fetch  0x00000001 , 0x000046f5 
- 00001246  0x00000719 rtnbit1  0x00000007 
- 00001247  0x0000071a fetch  0x00000001 , 0x00004afd 
- 00001248  0x0000071b rtnne  0x00000001 
- 00001249  0x0000071c setarg  0x00000000 
- 00001250  0x0000071d store  0x00000001 , 0x00004afd 
- 00001251  0x0000071e store  0x00000004 , 0x0000469b 
- 00001252  0x0000071f branch  0x00000123 
- 00001253  0x00000722 jam  0x00000000 , 0x00004bbc 
- 00001254  0x00000724 arg  0x00000d00 , 0x0000000b 
- 00001255  0x00000725 until  0x00000023 , 0x00000026 
- 00001256  0x00000726 call  0x00000501 
- 00001257  0x00000727 fetch  0x00000001 , 0x00004bef 
- 00001258  0x00000728 rtneq  0x00000001 
- 00001259  0x00000729 nbranch  0x00000510 , 0x00000018 
- 00001260  0x0000072a nbranch  0x00000510 , 0x0000002f 
- 00001261  0x0000072b call  0x000004fc 
- 00001262  0x0000072c call  0x0000052c 
- 00001263  0x0000072d call  0x00000536 
- 00001264  0x0000072f fetch  0x00000001 , 0x00004bb2 
- 00001265  0x00000730 increase  0x00000001 , 0x0000003f 
- 00001266  0x00000731 store  0x00000001 , 0x00004bb2 
- 00001267  0x00000732 fetch  0x00000001 , 0x00004bc3 
- 00001268  0x00000733 bne  0x000000ff , 0x000004ff 
- 00001269  0x00000734 call  0x00000496 
- 00001270  0x00000736 setarg  0x00000000 
- 00001271  0x00000737 store  0x00000002 , 0x00004bb9 
- 00001272  0x00000738 store  0x00000001 , 0x00004bbb 
- 00001273  0x00000739 store  0x00000001 , 0x00004ce7 
- 00001274  0x0000073a jam  0x00000000 , 0x00004bb8 
- 00001275  0x0000073b rtn 
- 00001276  0x0000073e arg  0x00000004 , 0x00000039 
- 00001277  0x0000073f arg  0x00004b4f , 0x00000005 
- 00001278  0x00000740 branch  0x00007ec6 
- 00001279  0x00000743 call  0x00000533 
- 00001280  0x00000744 branch  0x00000594 
- 00001281  0x00000747 disable  0x0000002f 
- 00001282  0x00000748 call  0x000006ec 
- 00001283  0x0000074b fetch  0x00000001 , 0x00004bef 
- 00001284  0x0000074c beq  0x00000001 , 0x0000050e 
- 00001285  0x0000074d force  0x00000000 , 0x00000015 
- 00001286  0x0000074e fetch  0x00000004 , 0x00004bdb 
- 00001287  0x0000074f iforce  0x00000009 
- 00001288  0x00000750 fetcht  0x00000001 , 0x00000017 
- 00001289  0x00000751 call  0x0000291f 
- 00001290  0x00000752 call  0x00002924 
- 00001291  0x00000753 call  0x000006a8 
- 00001292  0x00000754 call  0x000006e4 , 0x0000002f 
- 00001293  0x00000755 rtn 
- 00001294  0x00000757 call  0x000006e4 
- 00001295  0x00000758 branch  0x000004f0 
- 00001296  0x0000075b fetch  0x00000001 , 0x00004bbb 
- 00001297  0x0000075c increase  0x00000001 , 0x0000003f 
- 00001298  0x0000075d store  0x00000001 , 0x00004bbb 
- 00001299  0x0000075e fetch  0x00000001 , 0x00004bc3 
- 00001300  0x0000075f bne  0x000000ff , 0x00000524 
- 00001301  0x00000760 fetcht  0x00000001 , 0x00004bbc 
- 00001302  0x00000761 increase  0x00000001 , 0x00000002 
- 00001303  0x00000762 storet  0x00000001 , 0x00004bbc 
- 00001304  0x00000763 fetch  0x00000001 , 0x00004bf8 
- 00001305  0x00000764 isub  0x00000002 , 0x0000003f 
- 00001306  0x00000765 nbranch  0x000004e6 , 0x00000034 
- 00001307  0x00000766 fetch  0x00000001 , 0x00004cea 
- 00001308  0x00000767 beq  0x00000003 , 0x0000047f 
- 00001309  0x00000768 fetch  0x00000001 , 0x00004ce7 
- 00001310  0x00000769 increase  0x00000001 , 0x0000003f 
- 00001311  0x0000076a store  0x00000001 , 0x00004ce7 
- 00001312  0x0000076b beq  0x00000002 , 0x00000474 
- 00001313  0x0000076c call  0x0000046b 
- 00001314  0x0000076d jam  0x00000001 , 0x00004bf8 
- 00001315  0x0000076e branch  0x000004e5 
- 00001316  0x00000771 fetch  0x00000001 , 0x00004bbb 
- 00001317  0x00000772 rtnne  0x000000ff 
- 00001318  0x00000773 jam  0x00000000 , 0x00004bbb 
- 00001319  0x00000774 branch  0x0000052a 
- 00001320  0x00000777 setarg  0x00000000 
- 00001321  0x00000778 store  0x00000002 , 0x00004bb9 
- 00001322  0x0000077a jam  0x0000003a , 0x00000a99 
- 00001323  0x0000077b branch  0x00007d86 
- 00001324  0x0000077e call  0x000005f7 
- 00001325  0x0000077f fetch  0x00000001 , 0x00004bb1 
- 00001326  0x00000780 rtn  0x00000034 
- 00001327  0x00000781 iforce  0x00000039 
- 00001328  0x00000782 arg  0x00004b2f , 0x00000006 
- 00001329  0x00000783 arg  0x00004b91 , 0x00000005 
- 00001330  0x00000784 branch  0x00007f01 
- 00001331  0x00000787 jam  0x00000001 , 0x00004cef 
- 00001332  0x00000788 jam  0x00000000 , 0x00004cec 
- 00001333  0x00000789 rtn 
- 00001334  0x0000078b fetch  0x00000001 , 0x00004cec 
- 00001335  0x0000078c increase  0x00000001 , 0x0000003f 
- 00001336  0x0000078d store  0x00000001 , 0x00004cec 
- 00001337  0x0000078e rtn 
- 00001338  0x00000790 fetch  0x00000001 , 0x00004cec 
- 00001339  0x00000791 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00001340  0x00000792 ncall  0x00000542 , 0x00000002 
- 00001341  0x00000793 fetch  0x00000001 , 0x00004cec 
- 00001342  0x00000794 rtneq  0x00000000 
- 00001343  0x00000795 increase  0xffffffff , 0x0000003f 
- 00001344  0x00000796 store  0x00000001 , 0x00004cec 
- 00001345  0x00000797 rtn 
- 00001346  0x00000799 jam  0x00000003 , 0x00004cec 
- 00001347  0x0000079a rtn 
- 00001348  0x0000079d fetch  0x00000002 , 0x00004682 
- 00001349  0x0000079e rtnbit1  0x0000000b 
- 00001350  0x0000079f rtnbit1  0x00000007 
- 00001351  0x000007a0 rtnbit1  0x00000006 
- 00001352  0x000007a2 arg  0x00004c75 , 0x00000011 
- 00001353  0x000007a3 call  0x00000654 
- 00001354  0x000007a4 storet  0x00000001 , 0x00004ced 
- 00001355  0x000007a6 setarg  0x00000082 
- 00001356  0x000007a7 bmark1  0x00000026 , 0x0000054e 
- 00001357  0x000007a8 setarg  0x00000080 
- 00001358  0x000007aa isub  0x00000002 , 0x0000003e 
- 00001359  0x000007ab nbranch  0x00000566 , 0x00000002 
- 00001360  0x000007ad fetch  0x00000001 , 0x00004cec 
- 00001361  0x000007ae sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00001362  0x000007af nbranch  0x00000556 , 0x00000002 
- 00001363  0x000007b0 fetch  0x00000001 , 0x00004cec 
- 00001364  0x000007b1 beq  0x00000000 , 0x00000567 
- 00001365  0x000007b2 rtn 
- 00001366  0x000007b5 fetch  0x00000001 , 0x00004cec 
- 00001367  0x000007b6 rtnne  0x00000020 
- 00001368  0x000007b7 jam  0x00000000 , 0x00004cec 
- 00001369  0x000007b9 fetcht  0x00000001 , 0x00004ced 
- 00001370  0x000007ba setarg  0x00000077 
- 00001371  0x000007bb bmark1  0x00000026 , 0x0000055d 
- 00001372  0x000007bc setarg  0x00000075 
- 00001373  0x000007be isub  0x00000002 , 0x0000003e 
- 00001374  0x000007bf nrtn  0x00000002 
- 00001375  0x000007c0 fetch  0x00000001 , 0x00004cef 
- 00001376  0x000007c1 beq  0x00000000 , 0x0000056e 
- 00001377  0x000007c2 increase  0xffffffff , 0x0000003f 
- 00001378  0x000007c3 store  0x00000001 , 0x00004cef 
- 00001379  0x000007c4 beq  0x00000000 , 0x0000056e 
- 00001380  0x000007c7 jam  0x00000000 , 0x000041de 
- 00001381  0x000007c8 rtn 
- 00001382  0x000007cb jam  0x00000000 , 0x00004cec 
- 00001383  0x000007cd fetch  0x00000001 , 0x00004cef 
- 00001384  0x000007ce beq  0x00000002 , 0x0000056c 
- 00001385  0x000007cf increase  0x00000001 , 0x0000003f 
- 00001386  0x000007d0 store  0x00000001 , 0x00004cef 
- 00001387  0x000007d1 beq  0x00000001 , 0x00000564 
- 00001388  0x000007d4 jam  0x00000002 , 0x000041de 
- 00001389  0x000007d5 rtn 
- 00001390  0x000007d9 jam  0x00000004 , 0x000041de 
- 00001391  0x000007da rtn 
- 00001392  0x000007dd set1  0x00000026 , 0x00000000 
- 00001393  0x000007de call  0x00000574 
- 00001394  0x000007e0 jam  0x00000001 , 0x00004bc3 
- 00001395  0x000007e1 rtn 
- 00001396  0x000007e4 jam  0x00000020 , 0x000041de 
- 00001397  0x000007e5 jam  0x00000000 , 0x00004bb2 
- 00001398  0x000007e6 jam  0x0000004e , 0x00004bbd 
- 00001399  0x000007e7 fetch  0x00000004 , 0x00004bbf 
- 00001400  0x000007e8 branch  0x00000665 
- 00001401  0x000007eb fetch  0x00000001 , 0x00004bb8 
- 00001402  0x000007ec beq  0x00000001 , 0x00007fe7 
- 00001403  0x000007ed fetch  0x00000001 , 0x00004bc3 
- 00001404  0x000007ee beq  0x00000001 , 0x00000580 
- 00001405  0x000007ef beq  0x00000002 , 0x00000583 
- 00001406  0x000007f0 beq  0x00000003 , 0x00000586 
- 00001407  0x000007f1 branch  0x00002a8c 
- 00001408  0x000007f4 jam  0x00000011 , 0x00004bc3 
- 00001409  0x000007f5 jam  0x000000aa , 0x0000119e 
- 00001410  0x000007f6 branch  0x00000588 
- 00001411  0x000007f8 jam  0x00000012 , 0x00004bc3 
- 00001412  0x000007f9 jam  0x00000055 , 0x0000119e 
- 00001413  0x000007fa branch  0x00000588 
- 00001414  0x000007fc jam  0x00000013 , 0x00004bc3 
- 00001415  0x000007fd jam  0x00000022 , 0x0000119e 
- 00001416  0x000007ff fetch  0x00000001 , 0x00004bb4 
- 00001417  0x00000800 and_into  0x00000007 , 0x0000003f 
- 00001418  0x00000801 store  0x00000001 , 0x0000119f 
- 00001419  0x00000802 fetch  0x00000004 , 0x00004bea 
- 00001420  0x00000803 store  0x00000004 , 0x000011a0 
- 00001421  0x00000805 jam  0x00000000 , 0x000011a4 
- 00001422  0x00000806 arg  0x0000119e , 0x00000011 
- 00001423  0x00000807 arg  0x00000007 , 0x00000002 
- 00001424  0x00000808 call  0x000005f2 
- 00001425  0x00000809 call  0x00000673 
- 00001426  0x0000080a call  0x000004be 
- 00001427  0x0000080b branch  0x00007fe7 
- 00001428  0x0000080e fetch  0x00000001 , 0x00004bc3 
- 00001429  0x0000080f rtneq  0x000000ff 
- 00001430  0x00000810 beq  0x00000011 , 0x0000059a 
- 00001431  0x00000811 beq  0x00000012 , 0x0000059c 
- 00001432  0x00000812 beq  0x00000013 , 0x0000059e 
- 00001433  0x00000813 rtn 
- 00001434  0x00000817 jam  0x00000002 , 0x00004bc3 
- 00001435  0x00000818 branch  0x000004f6 
- 00001436  0x0000081a jam  0x00000003 , 0x00004bc3 
- 00001437  0x0000081b branch  0x000004f6 
- 00001438  0x0000081d jam  0x000000ff , 0x00004bc3 
- 00001439  0x0000081e jam  0x00000039 , 0x00000a99 
- 00001440  0x0000081f call  0x00007d86 
- 00001441  0x00000820 fetch  0x00000004 , 0x00004b93 
- 00001442  0x00000821 call  0x00000665 
- 00001443  0x00000822 branch  0x000004f6 
- 00001444  0x00000825 set0  0x00000026 , 0x00000000 
- 00001445  0x00000826 call  0x000005e8 
- 00001446  0x00000827 fetch  0x00000001 , 0x00004bc3 
- 00001447  0x00000828 rtnne  0x000000ff 
- 00001448  0x00000829 call  0x000005ba 
- 00001449  0x0000082b setarg  0x00000000 
- 00001450  0x0000082c store  0x00000002 , 0x00004be0 
- 00001451  0x0000082e call  0x00002afa 
- 00001452  0x0000082f nop  0x000007d0 
- 00001453  0x00000830 fetch  0x00000001 , 0x00004be0 
- 00001454  0x00000831 beq  0x000000ff , 0x0000052a 
- 00001455  0x00000832 call  0x00000501 
- 00001456  0x00000833 nbranch  0x000005c3 , 0x00000018 
- 00001457  0x00000834 nbranch  0x000005c3 , 0x0000002f 
- 00001458  0x00000836 set1  0x00000026 , 0x00000000 
- 00001459  0x00000837 setarg  0x00000000 
- 00001460  0x00000838 store  0x00000002 , 0x00004be0 
- 00001461  0x00000839 jam  0x00000000 , 0x00004afd 
- 00001462  0x0000083a jam  0x0000003c , 0x00000a99 
- 00001463  0x0000083b call  0x00007d86 
- 00001464  0x0000083c call  0x000004fc 
- 00001465  0x0000083d branch  0x00000076 
- 00001466  0x00000840 jam  0x000000ff , 0x0000119e 
- 00001467  0x00000841 fetch  0x00000001 , 0x00004bb4 
- 00001468  0x00000842 store  0x00000001 , 0x0000119f 
- 00001469  0x00000843 fetch  0x00000004 , 0x00004bea 
- 00001470  0x00000844 store  0x00000004 , 0x000011a0 
- 00001471  0x00000845 arg  0x00000006 , 0x00000002 
- 00001472  0x00000846 arg  0x0000119e , 0x00000011 
- 00001473  0x00000847 call  0x000005f2 
- 00001474  0x00000848 branch  0x00000673 
- 00001475  0x0000084b fetch  0x00000002 , 0x00004be0 
- 00001476  0x0000084c increase  0x00000001 , 0x0000003f 
- 00001477  0x0000084d store  0x00000002 , 0x00004be0 
- 00001478  0x0000084e call  0x00000685 
- 00001479  0x0000084f branch  0x000005ab 
- 00001480  0x00000852 set0  0x00000026 , 0x00000000 
- 00001481  0x00000853 call  0x000005e4 
- 00001482  0x00000854 call  0x000005ba 
- 00001483  0x00000856 jam  0x00000000 , 0x00004be0 
- 00001484  0x00000858 call  0x00002afa 
- 00001485  0x00000859 nop  0x000007d0 
- 00001486  0x0000085a fetch  0x00000001 , 0x00004be0 
- 00001487  0x0000085b beq  0x000000ff , 0x0000052a 
- 00001488  0x0000085c call  0x00000501 
- 00001489  0x0000085d nbranch  0x000005da , 0x00000018 
- 00001490  0x0000085e nbranch  0x000005da , 0x0000002f 
- 00001491  0x0000085f call  0x0000052c 
- 00001492  0x00000860 call  0x000000da 
- 00001493  0x00000861 fetch  0x00000004 , 0x00004bdb 
- 00001494  0x00000862 fetcht  0x00000004 , 0x00004bbf 
- 00001495  0x00000863 isub  0x00000002 , 0x0000003e 
- 00001496  0x00000864 branch  0x00000570 , 0x00000005 
- 00001497  0x00000865 branch  0x000005b2 
- 00001498  0x00000868 fetch  0x00000001 , 0x00004be0 
- 00001499  0x00000869 increase  0x00000001 , 0x0000003f 
- 00001500  0x0000086a store  0x00000001 , 0x00004be0 
- 00001501  0x0000086b fetch  0x00000001 , 0x00004cf1 
- 00001502  0x0000086c increase  0x00000001 , 0x0000003f 
- 00001503  0x0000086d and_into  0x00000001 , 0x0000003f 
- 00001504  0x0000086e store  0x00000001 , 0x00004cf1 
- 00001505  0x0000086f beq  0x00000000 , 0x000005ea 
- 00001506  0x00000870 beq  0x00000001 , 0x000005ec 
- 00001507  0x00000871 rtn 
- 00001508  0x00000874 jam  0x00000020 , 0x000041de 
- 00001509  0x00000875 setarg  0x00000f0f 
- 00001510  0x00000876 store  0x00000002 , 0x00004bdb 
- 00001511  0x00000877 istore  0x00000002 , 0x00000005 
- 00001512  0x00000879 call  0x00000666 
- 00001513  0x0000087a branch  0x00000685 
- 00001514  0x0000087d call  0x000005e4 
- 00001515  0x0000087e branch  0x000005cc 
- 00001516  0x00000881 call  0x00000574 
- 00001517  0x00000882 branch  0x000005cc 
- 00001518  0x00000885 set0  0x00000026 , 0x00000000 
- 00001519  0x00000886 call  0x000053ce 
- 00001520  0x00000888 arg  0x00000003 , 0x00000007 
- 00001521  0x00000889 branch  0x000043d2 
- 00001522  0x0000088c storet  0x00000001 , 0x00004bb3 
- 00001523  0x0000088d copy  0x00000002 , 0x00000039 
- 00001524  0x0000088e arg  0x00004b4f , 0x00000005 
- 00001525  0x0000088f copy  0x00000011 , 0x00000006 
- 00001526  0x00000890 branch  0x00007f01 
- 00001527  0x00000894 fetch  0x00000001 , 0x00004b2e 
- 00001528  0x00000895 rshift3  0x0000003f , 0x0000003f 
- 00001529  0x00000896 store  0x00000001 , 0x00004bb1 
- 00001530  0x00000898 increase  0x00000001 , 0x0000003f 
- 00001531  0x00000899 arg  0x00004b2e , 0x00000006 
- 00001532  0x0000089a iadd  0x00000006 , 0x00000006 
- 00001533  0x0000089b ifetch  0x00000003 , 0x00000006 
- 00001534  0x0000089c store  0x00000003 , 0x00004bf0 
- 00001535  0x0000089e fetch  0x00000001 , 0x00004b2e 
- 00001536  0x0000089f rshift  0x0000003f , 0x0000003f 
- 00001537  0x000008a0 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001538  0x000008a1 store  0x00000001 , 0x00004bf6 
- 00001539  0x000008a2 rtn 
- 00001540  0x000008a6 storet  0x00000001 , 0x00000017 
- 00001541  0x000008a7 add  0x00000002 , 0x00000000 , 0x00000011 
- 00001542  0x000008a8 call  0x00002981 
- 00001543  0x000008a9 setarg  0x00000500 
- 00001544  0x000008aa call  0x00002a8f 
- 00001545  0x000008ac jam  0x00000001 , 0x00008906 
- 00001546  0x000008ad jam  0x0000003c , 0x00008900 
- 00001547  0x000008ae jam  0x000000e0 , 0x00008901 
- 00001548  0x000008af nop  0x0000000a 
- 00001549  0x000008b0 jam  0x00000001 , 0x00008902 
- 00001550  0x000008b1 jam  0x0000003d , 0x00008902 
- 00001551  0x000008b2 nop  0x0000000a 
- 00001552  0x000008b3 jam  0x000000b7 , 0x00008903 
- 00001553  0x000008b4 nop  0x0000000a 
- 00001554  0x000008b5 jam  0x0000007d , 0x00008902 
- 00001555  0x000008b6 fetch  0x00000001 , 0x000041de 
- 00001556  0x000008b7 beq  0x00000000 , 0x00000619 
- 00001557  0x000008b9 beq  0x00000002 , 0x0000061e 
- 00001558  0x000008bb beq  0x00000004 , 0x00000623 
- 00001559  0x000008bc beq  0x00000020 , 0x00000632 
- 00001560  0x000008bd branch  0x00000619 
- 00001561  0x000008c0 call  0x00000628 
- 00001562  0x000008c1 jam  0x000000d0 , 0x00008955 
- 00001563  0x000008c2 jam  0x000000e0 , 0x00008956 
- 00001564  0x000008c3 jam  0x0000006c , 0x00008958 
- 00001565  0x000008c4 branch  0x0000294b 
- 00001566  0x000008d1 call  0x0000062d 
- 00001567  0x000008d2 jam  0x000000d0 , 0x00008955 
- 00001568  0x000008d3 jam  0x000000e0 , 0x00008956 
- 00001569  0x000008d4 jam  0x0000003c , 0x00008958 
- 00001570  0x000008d5 branch  0x00002953 
- 00001571  0x000008e2 call  0x00000628 
- 00001572  0x000008e3 jam  0x000000d0 , 0x00008955 
- 00001573  0x000008e4 jam  0x000000c0 , 0x00008956 
- 00001574  0x000008e5 jam  0x0000006c , 0x00008958 
- 00001575  0x000008e6 branch  0x0000295b 
- 00001576  0x000008e9 jam  0x0000005b , 0x0000894c 
- 00001577  0x000008ea jam  0x00000096 , 0x0000894d 
- 00001578  0x000008eb jam  0x0000002c , 0x0000894e 
- 00001579  0x000008ec jam  0x00000046 , 0x0000894f 
- 00001580  0x000008ed rtn 
- 00001581  0x000008f0 jam  0x000000fb , 0x0000894c 
- 00001582  0x000008f1 jam  0x000000ef , 0x0000894d 
- 00001583  0x000008f2 jam  0x000000ec , 0x0000894e 
- 00001584  0x000008f3 jam  0x0000005e , 0x0000894f 
- 00001585  0x000008f4 rtn 
- 00001586  0x000008f7 jam  0x000000c2 , 0x00008956 
- 00001587  0x000008f8 jam  0x000000d0 , 0x00008955 
- 00001588  0x000008f9 rtn 
- 00001589  0x000008fc force  0x00000008 , 0x00000015 
- 00001590  0x000008fd branch  0x000028fa 
- 00001591  0x00000901 call  0x00007fe9 
- 00001592  0x00000902 fetcht  0x00000004 , 0x00004bd4 
- 00001593  0x00000903 copy  0x00000022 , 0x0000003f 
- 00001594  0x00000904 isub  0x00000002 , 0x0000003e 
- 00001595  0x00000905 ncall  0x00002d18 , 0x00000002 
- 00001596  0x00000906 copy  0x0000003f , 0x00000012 
- 00001597  0x00000907 fetch  0x00000004 , 0x00004bd4 
- 00001598  0x00000908 fetcht  0x00000001 , 0x00004bd8 
- 00001599  0x00000909 iadd  0x00000002 , 0x00000002 
- 00001600  0x0000090a copy  0x00000012 , 0x0000003f 
- 00001601  0x0000090b isub  0x00000002 , 0x0000003e 
- 00001602  0x0000090c nrtn  0x00000002 
- 00001603  0x0000090d set0  0x0000001c , 0x0000003f 
- 00001604  0x0000090e store  0x00000004 , 0x00004bd4 
- 00001605  0x0000090f branch  0x00007fe7 
- 00001606  0x00000912 call  0x000029bb 
- 00001607  0x00000913 rtn  0x00000034 
- 00001608  0x00000914 fetcht  0x00000001 , 0x00004c6d 
- 00001609  0x00000915 arg  0x00000d9e , 0x00000011 
- 00001610  0x00000916 call  0x0000064d 
- 00001611  0x00000917 storet  0x00000001 , 0x00004c6d 
- 00001612  0x00000918 rtn 
- 00001613  0x0000091b copy  0x00000011 , 0x0000003f 
- 00001614  0x0000091c iadd  0x00000002 , 0x00000005 
- 00001615  0x0000091d fetch  0x00000001 , 0x00000018 
- 00001616  0x0000091e istore  0x00000001 , 0x00000005 
- 00001617  0x0000091f increase  0x00000001 , 0x00000002 
- 00001618  0x00000920 and_into  0x00000007 , 0x00000002 
- 00001619  0x00000921 rtn 
- 00001620  0x00000923 arg  0x00000000 , 0x00000002 
- 00001621  0x00000924 arg  0x00000008 , 0x00000039 
- 00001622  0x00000925 copy  0x00000011 , 0x00000006 
- 00001623  0x00000927 ifetch  0x00000001 , 0x00000006 
- 00001624  0x00000928 iadd  0x00000002 , 0x00000002 
- 00001625  0x00000929 loop  0x00000657 
- 00001626  0x0000092a rshift3  0x00000002 , 0x0000003f 
- 00001627  0x0000092b copy  0x0000003f , 0x00000002 
- 00001628  0x0000092c rtnmark0  0x00000026 
- 00001629  0x0000092e div  0x0000003f , 0x0000000a 
- 00001630  0x0000092f call  0x00007f86 
- 00001631  0x00000930 quotient  0x0000003f 
- 00001632  0x00000931 lshift4  0x0000003f , 0x0000003f 
- 00001633  0x00000932 remainder  0x00000002 
- 00001634  0x00000933 ior  0x00000002 , 0x00000002 
- 00001635  0x00000934 rtn 
- 00001636  0x00000935 rtn 
- 00001637  0x00000938 store  0x00000004 , 0x00004bdb 
- 00001638  0x0000093c arg  0x00000000 , 0x00000011 
- 00001639  0x0000093d arg  0x00000004 , 0x00000039 
- 00001640  0x0000093e arg  0x00004bdb , 0x00000006 
- 00001641  0x00000940 ifetch  0x00000001 , 0x00000006 
- 00001642  0x00000941 iadd  0x00000011 , 0x00000011 
- 00001643  0x00000942 loop  0x00000669 
- 00001644  0x00000943 copy  0x00000011 , 0x0000003f 
- 00001645  0x00000944 store  0x00000002 , 0x00004c64 
- 00001646  0x00000945 fetch  0x00000001 , 0x00004c64 
- 00001647  0x00000946 fetcht  0x00000001 , 0x00004c65 
- 00001648  0x00000947 iadd  0x00000002 , 0x0000003f 
- 00001649  0x00000948 store  0x00000001 , 0x00004c66 
- 00001650  0x00000949 rtn 
- 00001651  0x0000094f fetch  0x00000001 , 0x00004bb3 
- 00001652  0x00000950 increase  0x00000002 , 0x0000003f 
- 00001653  0x00000951 store  0x00000001 , 0x00004bb5 
- 00001654  0x00000953 fetch  0x00000001 , 0x00004bb4 
- 00001655  0x00000954 store  0x00000001 , 0x00004b6f 
- 00001656  0x00000956 fetch  0x00000001 , 0x00004bb3 
- 00001657  0x00000957 lshift3  0x0000003f , 0x0000003f 
- 00001658  0x00000958 fetcht  0x00000001 , 0x00004bb2 
- 00001659  0x00000959 and  0x00000002 , 0x00000003 , 0x00000002 
- 00001660  0x0000095a lshift  0x00000002 , 0x00000002 
- 00001661  0x0000095b ior  0x00000002 , 0x0000003f 
- 00001662  0x0000095c fetcht  0x00000001 , 0x00004bef 
- 00001663  0x0000095d iadd  0x00000002 , 0x0000003f 
- 00001664  0x0000095e istore  0x00000001 , 0x00000005 
- 00001665  0x00000960 fetch  0x00000001 , 0x00004bb3 
- 00001666  0x00000961 iforce  0x00000039 
- 00001667  0x00000962 arg  0x00004b4f , 0x00000006 
- 00001668  0x00000963 branch  0x00007f01 
- 00001669  0x00000966 fetcht  0x00000001 , 0x00004bbe 
- 00001670  0x00000967 call  0x00000689 
- 00001671  0x00000968 storet  0x00000001 , 0x00004bbe 
- 00001672  0x00000969 rtn 
- 00001673  0x0000096c call  0x0000068d 
- 00001674  0x0000096d increase  0x00000001 , 0x00000002 
- 00001675  0x0000096e and_into  0x00000003 , 0x00000002 
- 00001676  0x0000096f rtn 
- 00001677  0x00000972 fetch  0x00000001 , 0x00004bdb 
- 00001678  0x00000973 and_into  0x00000003 , 0x0000003f 
- 00001679  0x00000974 mul32  0x0000003f , 0x00000004 , 0x00000011 
- 00001680  0x00000975 setarg  0x00004bc4 
- 00001681  0x00000976 iadd  0x00000011 , 0x0000003f 
- 00001682  0x00000977 iadd  0x00000002 , 0x00000006 
- 00001683  0x00000978 ifetch  0x00000001 , 0x00000006 
- 00001684  0x00000979 store  0x00000001 , 0x00004bbd 
- 00001685  0x0000097a rtn 
- 00001686  0x0000097d disable  0x00000009 
- 00001687  0x0000097e disable  0x00000007 
- 00001688  0x0000097f setarg  0x00555555 
- 00001689  0x00000980 iforce  0x0000000f 
- 00001690  0x00000981 fetch  0x00000001 , 0x00004bbd 
- 00001691  0x00000982 reverse  0x0000003f , 0x00000002 
- 00001692  0x00000983 set1  0x00000001 , 0x00000002 
- 00001693  0x00000984 rshift  0x00000002 , 0x0000000e 
- 00001694  0x00000985 rtn 
- 00001695  0x00000988 call  0x000053c4 
- 00001696  0x00000989 fetch  0x00000004 , 0x00004bdb 
- 00001697  0x0000098a iforce  0x00000009 
- 00001698  0x0000098b call  0x00002918 
- 00001699  0x0000098c fetcht  0x00000001 , 0x00004bbd 
- 00001700  0x0000098d call  0x0000291f 
- 00001701  0x0000098e setarg  0x00000500 
- 00001702  0x0000098f call  0x00002a8f 
- 00001703  0x00000990 call  0x00002924 
- 00001704  0x00000994 call  0x00000696 
- 00001705  0x00000995 disable  0x0000002f 
- 00001706  0x00000996 enable  0x0000000d 
- 00001707  0x00000997 enable  0x00000021 
- 00001708  0x00000998 disable  0x00000020 
- 00001709  0x00000999 enable  0x00000010 
- 00001710  0x0000099a fetch  0x00000002 , 0x00004bb6 
- 00001711  0x0000099b iforce  0x0000001b 
- 00001712  0x0000099c correlate  0x0000003e , 0x00000003 
- 00001713  0x0000099d nbranch  0x000006e8 , 0x00000018 
- 00001714  0x000009a0 disable  0x0000000d 
- 00001715  0x000009a1 enable  0x0000000b 
- 00001716  0x000009a2 enable  0x00000007 
- 00001717  0x000009a3 enable  0x00000009 
- 00001718  0x000009a4 call  0x000006e1 
- 00001719  0x000009a5 store  0x00000001 , 0x00004c67 
- 00001720  0x000009a6 fetcht  0x00000001 , 0x00004c66 
- 00001721  0x000009a7 isub  0x00000002 , 0x0000003e 
- 00001722  0x000009a8 nbranch  0x000006e4 , 0x00000005 
- 00001723  0x000009a9 call  0x000006e1 
- 00001724  0x000009aa store  0x00000001 , 0x00004b2d 
- 00001725  0x000009ab fetch  0x00000001 , 0x00004bf9 
- 00001726  0x000009ac sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00001727  0x000009ad branch  0x000006c4 , 0x00000005 
- 00001728  0x000009ae fetch  0x00000001 , 0x00004b2d 
- 00001729  0x000009af fetcht  0x00000001 , 0x00004bb4 
- 00001730  0x000009b0 icompare  0x00000007 , 0x00000002 
- 00001731  0x000009b1 nbranch  0x000006e4 , 0x00000001 
- 00001732  0x000009b3 call  0x000006e1 
- 00001733  0x000009b4 istore  0x00000001 , 0x00000005 
- 00001734  0x000009b5 rshift3  0x0000003f , 0x0000003f 
- 00001735  0x000009b6 and  0x0000003f , 0x0000001f , 0x00000039 
- 00001736  0x000009b7 branch  0x000006cc , 0x00000005 
- 00001737  0x000009b9 call  0x000006e1 
- 00001738  0x000009ba istore  0x00000001 , 0x00000005 
- 00001739  0x000009bb loop  0x000006c9 
- 00001740  0x000009be copy  0x00000005 , 0x00000011 
- 00001741  0x000009bf call  0x000006e1 
- 00001742  0x000009c0 store  0x00000001 , 0x00004cee 
- 00001743  0x000009c1 copy  0x00000011 , 0x00000005 
- 00001744  0x000009c2 parse  0x00000003 , 0x00000000 , 0x00000018 
- 00001745  0x000009c3 enable  0x00000010 
- 00001746  0x000009c4 arg  0x00000664 , 0x0000001b 
- 00001747  0x000009c5 rshift32  0x0000003f , 0x0000003f 
- 00001748  0x000009c6 rshift16  0x0000003f , 0x0000003f 
- 00001749  0x000009c7 istore  0x00000003 , 0x00000005 
- 00001750  0x000009c8 disable  0x0000000b 
- 00001751  0x000009c9 branch  0x000006e4 , 0x00000006 
- 00001752  0x000009cc enable  0x0000002f 
- 00001753  0x000009cd fetch  0x00000001 , 0x00000017 
- 00001754  0x000009ce add  0x0000003f , 0x00000000 , 0x00000011 
- 00001755  0x000009cf call  0x00002981 
- 00001756  0x000009d0 disable  0x0000000d 
- 00001757  0x000009d1 call  0x00002918 
- 00001758  0x000009d2 fetch  0x00000001 , 0x00004cee 
- 00001759  0x000009d3 call  0x0000001d 
- 00001760  0x000009d4 rtn 
- 00001761  0x000009d7 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00001762  0x000009d8 rshift3  0x0000000c , 0x0000003f 
- 00001763  0x000009d9 rtn 
- 00001764  0x000009dc disable  0x0000001b 
- 00001765  0x000009dd disable  0x0000000b 
- 00001766  0x000009de call  0x0000264d 
- 00001767  0x000009df rtn 
- 00001768  0x000009e2 branch  0x000006e4 
- 00001769  0x000009e5 call  0x00002918 
- 00001770  0x000009e6 fetcht  0x00000001 , 0x00004bbd 
- 00001771  0x000009e7 branch  0x00002933 
- 00001772  0x000009ea call  0x000053c4 
- 00001773  0x000009eb fetch  0x00000004 , 0x00004bdb 
- 00001774  0x000009ec iforce  0x00000009 
- 00001775  0x000009ed call  0x00000696 
- 00001776  0x000009ee call  0x000006e9 
- 00001777  0x000009ef set1  0x00000000 , 0x00000015 
- 00001778  0x000009f0 enable  0x0000001d 
- 00001779  0x000009f1 enable  0x00000020 
- 00001780  0x000009f2 disable  0x00000021 
- 00001781  0x000009f5 rshift16  0x00000009 , 0x0000003f 
- 00001782  0x000009f6 rshift8  0x0000003f , 0x0000003f 
- 00001783  0x000009f7 rshift4  0x0000003f , 0x0000003f 
- 00001784  0x000009f8 inject  0x00000003 , 0x00000028 
- 00001785  0x000009f9 disable  0x0000001d 
- 00001786  0x000009fa enable  0x0000001b 
- 00001787  0x000009fb enable  0x00000007 
- 00001788  0x000009fc enable  0x00000009 
- 00001789  0x000009fd fetch  0x00000001 , 0x00004c66 
- 00001790  0x000009fe inject  0x00000003 , 0x00000008 
- 00001791  0x000009ff fetch  0x00000001 , 0x00004bb5 
- 00001792  0x00000a00 iforce  0x00000039 
- 00001793  0x00000a01 arg  0x00004b6f , 0x00000006 
- 00001794  0x00000a03 ifetch  0x00000001 , 0x00000006 
- 00001795  0x00000a04 inject  0x00000003 , 0x00000008 
- 00001796  0x00000a05 loop  0x00000702 
- 00001797  0x00000a08 enable  0x00000008 
- 00001798  0x00000a09 inject  0x00000003 , 0x00000018 
- 00001799  0x00000a0a disable  0x00000008 
- 00001800  0x00000a0b until  0x0000003e , 0x00000027 
- 00001801  0x00000a0c nop  0x00000064 
- 00001802  0x00000a0d disable  0x0000001d 
- 00001803  0x00000a0e disable  0x0000001b 
- 00001804  0x00000a0f rtn 
- 00001805  0x00000a14 jam  0x00000007 , 0x000047a0 
- 00001806  0x00000a15 jam  0x00000004 , 0x000047a1 
- 00001807  0x00000a16 setarg  0x000047a0 
- 00001808  0x00000a17 store  0x00000002 , 0x00004218 
- 00001809  0x00000a18 branch  0x00007e38 
- 00001810  0x00000a1b arg  0x0000469a , 0x00000011 
- 00001811  0x00000a1c call  0x00007e3d 
- 00001812  0x00000a1d call  0x00000716 , 0x00000028 
- 00001813  0x00000a1f rtn 
- 00001814  0x00000a21 fetch  0x00000001 , 0x000047c1 
- 00001815  0x00000a22 increase  0x00000001 , 0x0000003f 
- 00001816  0x00000a23 store  0x00000001 , 0x000047c1 
- 00001817  0x00000a24 rtn 
- 00001818  0x00000a27 arg  0x0000469a , 0x00000011 
- 00001819  0x00000a28 call  0x00007e54 
- 00001820  0x00000a29 branch  0x0000071e , 0x00000028 
- 00001821  0x00000a2a rtn 
- 00001822  0x00000a2d call  0x00005652 
- 00001823  0x00000a2e fetch  0x00000001 , 0x000047c1 
- 00001824  0x00000a2f sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00001825  0x00000a30 ncall  0x00005650 , 0x00000002 
- 00001826  0x00000a31 fetch  0x00000001 , 0x000047c1 
- 00001827  0x00000a32 rtn  0x00000034 
- 00001828  0x00000a33 increase  0xffffffff , 0x0000003f 
- 00001829  0x00000a34 store  0x00000001 , 0x000047c1 
- 00001830  0x00000a35 branch  0x00003f90 
- 00008192  0x00000a8f call  0x00002abc 
- 00008193  0x00000a92 bpatch  0x00000000 , 0x00004000 
- 00008194  0x00000a93 clear_stack 
- 00008195  0x00000a94 call  0x0000640d 
- 00008196  0x00000a95 call  0x0000296c 
- 00008197  0x00000a96 call  0x000065a3 
- 00008198  0x00000a97 call  0x00002a96 
- 00008199  0x00000a98 call  0x00004d6a 
- 00008200  0x00000a99 bpatch  0x00000001 , 0x00004000 
- 00008201  0x00000a9a call  0x00006a03 
- 00008202  0x00000a9b call  0x00005cf6 
- 00008203  0x00000a9c call  0x00007ccc 
- 00008204  0x00000a9d call  0x000032d8 
- 00008205  0x00000a9e ncall  0x0000689c , 0x0000002b 
- 00008206  0x00000a9f bpatch  0x00000002 , 0x00004000 
- 00008207  0x00000aa0 call  0x000032e3 , 0x0000002b 
- 00008208  0x00000aa1 call  0x0000756a 
- 00008209  0x00000aa2 call  0x00002b41 , 0x0000002b 
- 00008210  0x00000aa4 bpatch  0x00000003 , 0x00004000 
- 00008211  0x00000aa5 call  0x000076dc 
- 00008212  0x00000aa6 call  0x00007aaf 
- 00008213  0x00000aa7 call  0x0000756d 
- 00008214  0x00000aa8 call  0x0000535c 
- 00008215  0x00000aa9 bpatch  0x00000004 , 0x00004000 
- 00008216  0x00000aaa call  0x00002038 
- 00008217  0x00000aab call  0x000032ed 
- 00008218  0x00000aac call  0x0000208f 
- 00008219  0x00000aad call  0x000022f8 
- 00008220  0x00000aae call  0x0000236a 
- 00008221  0x00000aaf call  0x00002021 
- 00008222  0x00000ab0 call  0x00002b6a 
- 00008223  0x00000ab1 call  0x00002c72 
- 00008224  0x00000ab2 branch  0x00002012 
- 00008225  0x00000ab5 call  0x00002026 
- 00008226  0x00000ab6 rtnmark0  0x00000009 
- 00008227  0x00000ab7 set0  0x00000009 , 0x00000000 
- 00008228  0x00000ab8 call  0x00002223 
- 00008229  0x00000ab9 branch  0x000053ce 
- 00008230  0x00000abc bpatch  0x00000005 , 0x00004000 
- 00008231  0x00000abd call  0x0000225e 
- 00008232  0x00000abe nbranch  0x0000202f , 0x00000005 
- 00008233  0x00000abf call  0x0000220a 
- 00008234  0x00000ac0 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008235  0x00000ac1 ifetch  0x00000001 , 0x00000006 
- 00008236  0x00000ac2 bbit1  0x00000000 , 0x00005360 
- 00008237  0x00000ac3 bbit1  0x00000001 , 0x00002166 
- 00008238  0x00000ac4 branch  0x000023cf 
- 00008239  0x00000ac6 call  0x0000222b 
- 00008240  0x00000ac7 copy  0x00000039 , 0x0000003e 
- 00008241  0x00000ac8 rtn  0x00000005 
- 00008242  0x00000ac9 call  0x0000220a 
- 00008243  0x00000aca fetch  0x00000001 , 0x00000030 
- 00008244  0x00000acb bbit1  0x00000003 , 0x000020d3 
- 00008245  0x00000acc fetch  0x00000001 , 0x00000031 
- 00008246  0x00000acd bbit1  0x00000001 , 0x00002166 
- 00008247  0x00000ace branch  0x000023cf 
- 00008248  0x00000ad7 fetch  0x00000001 , 0x000041ce 
- 00008249  0x00000ad8 rtn  0x00000034 
- 00008250  0x00000ad9 beq  0x00000001 , 0x00002048 
- 00008251  0x00000ada beq  0x00000002 , 0x0000204d 
- 00008252  0x00000adb beq  0x00000003 , 0x00002050 
- 00008253  0x00000adc beq  0x00000005 , 0x00002055 
- 00008254  0x00000add beq  0x0000001b , 0x00002045 
- 00008255  0x00000ade call  0x00002257 
- 00008256  0x00000adf rtn  0x00000005 
- 00008257  0x00000ae0 call  0x0000225a 
- 00008258  0x00000ae1 rtn  0x00000005 
- 00008259  0x00000ae3 jam  0x00000000 , 0x000041ce 
- 00008260  0x00000ae4 rtn 
- 00008261  0x00000ae7 jam  0x0000001b , 0x0000049b 
- 00008262  0x00000ae8 jam  0x00000000 , 0x000041ce 
- 00008263  0x00000ae9 rtn 
- 00008264  0x00000aec set1  0x0000001c , 0x00000000 
- 00008265  0x00000aed set0  0x0000001e , 0x00000000 
- 00008266  0x00000aee jam  0x000000ff , 0x0000008f 
- 00008267  0x00000aef jam  0x0000001f , 0x0000008d 
- 00008268  0x00000af0 branch  0x00002043 
- 00008269  0x00000af3 set0  0x0000001c , 0x00000000 
- 00008270  0x00000af4 force  0x00000000 , 0x0000001b 
- 00008271  0x00000af5 branch  0x00002043 
- 00008272  0x00000af8 call  0x0000225a 
- 00008273  0x00000af9 rtn  0x00000005 
- 00008274  0x00000afa force  0x00000001 , 0x00000002 
- 00008275  0x00000afb jam  0x00000005 , 0x0000016e 
- 00008276  0x00000afc branch  0x0000205c 
- 00008277  0x00000aff bpatch  0x00000006 , 0x00004000 
- 00008278  0x00000b01 fetch  0x00000006 , 0x000041d0 
- 00008279  0x00000b02 branch  0x00002043 , 0x00000034 
- 00008280  0x00000b03 jam  0x00000001 , 0x00004681 
- 00008281  0x00000b05 jam  0x00000003 , 0x00000055 
- 00008282  0x00000b06 branch  0x0000205b 
- 00008283  0x00000b09 force  0x00000025 , 0x00000002 
- 00008284  0x00000b0b bpatch  0x00000007 , 0x00004000 
- 00008285  0x00000b0c fetch  0x00000001 , 0x000000f1 
- 00008286  0x00000b0d branch  0x00002062 , 0x00000034 
- 00008287  0x00000b0e lshift3  0x0000003f , 0x0000003f 
- 00008288  0x00000b0f lshift4  0x0000003f , 0x0000003f 
- 00008289  0x00000b10 increase  0xffffffff , 0x0000003f 
- 00008290  0x00000b12 store  0x00000001 , 0x000040a6 
- 00008291  0x00000b13 store  0x00000001 , 0x000000f0 
- 00008292  0x00000b14 jam  0x0000001f , 0x0000008e 
- 00008293  0x00000b15 set0  0x0000000c , 0x00000000 
- 00008294  0x00000b16 call  0x0000223b 
- 00008295  0x00000b17 nbranch  0x00002083 , 0x00000005 
- 00008296  0x00000b18 call  0x00002a6f 
- 00008297  0x00000b19 store  0x00000001 , 0x00000077 
- 00008298  0x00000b1a storet  0x00000001 , 0x0000007c 
- 00008299  0x00000b1b fetch  0x00000006 , 0x000041d0 
- 00008300  0x00000b1c store  0x00000006 , 0x00000040 
- 00008301  0x00000b1d bpatch  0x00000008 , 0x00004001 
- 00008302  0x00000b1e call  0x00007f15 
- 00008303  0x00000b1f force  0x00000000 , 0x0000003f 
- 00008304  0x00000b20 compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008305  0x00000b21 nsetflag  0x00000001 , 0x00000005 , 0x0000003f 
- 00008306  0x00000b22 set1  0x00000003 , 0x0000003f 
- 00008307  0x00000b23 store  0x00000001 , 0x00000030 
- 00008308  0x00000b24 jam  0x00000003 , 0x00000a99 
- 00008309  0x00000b25 call  0x00007d86 
- 00008310  0x00000b26 force  0x00000000 , 0x0000003f 
- 00008311  0x00000b27 setflag  0x00000001 , 0x00000004 , 0x0000003f 
- 00008312  0x00000b28 store  0x00000001 , 0x0000004c 
- 00008313  0x00000b29 setarg  0x00000000 
- 00008314  0x00000b2a set1  0x00000001 , 0x0000003f 
- 00008315  0x00000b2b store  0x00000001 , 0x00000031 
- 00008316  0x00000b2c enable  0x00000029 
- 00008317  0x00000b2d call  0x00002223 
- 00008318  0x00000b2e disable  0x00000029 
- 00008319  0x00000b2f force  0x00000003 , 0x00000007 
- 00008320  0x00000b30 fetch  0x00000002 , 0x000040b9 
- 00008321  0x00000b31 call  0x00007f08 
- 00008322  0x00000b32 branch  0x00002043 
- 00008323  0x00000b34 bpatch  0x00000009 , 0x00004001 
- 00008324  0x00000b35 fetch  0x00000006 , 0x000041d0 
- 00008325  0x00000b36 store  0x00000006 , 0x00000040 
- 00008326  0x00000b37 compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008327  0x00000b38 branch  0x00002089 , 0x00000001 
- 00008328  0x00000b39 branch  0x00002043 
- 00008329  0x00000b3b arg  0x00000101 , 0x00000005 
- 00008330  0x00000b3c arg  0x00000008 , 0x00000039 
- 00008331  0x00000b3d call  0x00007ec6 
- 00008332  0x00000b3e jam  0x00000004 , 0x00000a99 
- 00008333  0x00000b3f call  0x00007d86 
- 00008334  0x00000b40 branch  0x00002043 
- 00008335  0x00000b48 rtnmark0  0x0000001c 
- 00008336  0x00000b49 force  0x00000001 , 0x00000007 
- 00008337  0x00000b4a call  0x00007f16 
- 00008338  0x00000b4b nsetflag  0x00000034 , 0x0000001c , 0x00000000 
- 00008339  0x00000b4c nbranch  0x00002095 , 0x00000034 
- 00008340  0x00000b4d rtn 
- 00008341  0x00000b52 bpatch  0x0000000a , 0x00004001 
- 00008342  0x00000b53 fetcht  0x00000002 , 0x000040bb 
- 00008343  0x00000b54 force  0x00000004 , 0x00000007 
- 00008344  0x00000b55 call  0x0000271c 
- 00008345  0x00000b56 rtn  0x00000028 
- 00008346  0x00000b57 call  0x000028a4 
- 00008347  0x00000b58 force  0x00000000 , 0x00000024 
- 00008348  0x00000b5a rtn  0x00000003 
- 00008349  0x00000b5b set0  0x0000000b , 0x00000000 
- 00008350  0x00000b5c set0  0x00000000 , 0x00000000 
- 00008351  0x00000b5e add  0x00000022 , 0x00000001 , 0x00000021 
- 00008352  0x00000b5f isolate1  0x0000001e , 0x00000000 
- 00008353  0x00000b60 setflag  0x00000001 , 0x00000002 , 0x00000024 
- 00008354  0x00000b61 compare  0x00000000 , 0x00000021 , 0x00000002 
- 00008355  0x00000b62 nbranch  0x000020be , 0x00000001 
- 00008356  0x00000b65 bpatch  0x0000000b , 0x00004001 
- 00008357  0x00000b66 fetch  0x00000001 , 0x00000012 
- 00008358  0x00000b67 increase  0x00000001 , 0x0000003f 
- 00008359  0x00000b68 store  0x00000001 , 0x00000012 
- 00008360  0x00000b69 call  0x000028d8 
- 00008361  0x00000b6a call  0x000028d2 
- 00008362  0x00000b6b call  0x000028f2 
- 00008363  0x00000b6c call  0x00002a51 
- 00008364  0x00000b6d call  0x00002a56 
- 00008365  0x00000b6e call  0x00002a64 
- 00008366  0x00000b6f call  0x0000264d 
- 00008367  0x00000b70 call  0x000020b1 
- 00008368  0x00000b71 branch  0x0000209c 
- 00008369  0x00000b74 bpatch  0x0000000c , 0x00004001 
- 00008370  0x00000b75 fetch  0x00000001 , 0x0000008d 
- 00008371  0x00000b76 increase  0xffffffff , 0x0000003f 
- 00008372  0x00000b77 store  0x00000001 , 0x0000008d 
- 00008373  0x00000b78 rtn  0x00000002 
- 00008374  0x00000b79 jam  0x0000001f , 0x0000008d 
- 00008375  0x00000b7a fetch  0x00000001 , 0x0000008f 
- 00008376  0x00000b7b increase  0xffffffff , 0x0000003f 
- 00008377  0x00000b7c store  0x00000001 , 0x0000008f 
- 00008378  0x00000b7d rtn  0x00000002 
- 00008379  0x00000b7e setflip  0x0000001e , 0x00000000 
- 00008380  0x00000b7f jam  0x000000ff , 0x0000008f 
- 00008381  0x00000b80 rtn 
- 00008382  0x00000b83 bpatch  0x0000000d , 0x00004001 
- 00008383  0x00000b84 call  0x000028d8 
- 00008384  0x00000b85 call  0x000028cc 
- 00008385  0x00000b86 call  0x000028f2 
- 00008386  0x00000b87 call  0x00002a5b 
- 00008387  0x00000b88 call  0x000029eb 
- 00008388  0x00000b89 call  0x00002a0d 
- 00008389  0x00000b8a branch  0x000020c8 , 0x00000018 
- 00008390  0x00000b8b call  0x000020b1 
- 00008391  0x00000b8c branch  0x0000209f 
- 00008392  0x00000b8e bpatch  0x0000000e , 0x00004001 
- 00008393  0x00000b8f call  0x000029bb 
- 00008394  0x00000b90 call  0x00002a6b 
- 00008395  0x00000b91 call  0x0000251e 
- 00008396  0x00000b92 set0  0x00000001 , 0x00000000 
- 00008397  0x00000b93 rtnmark0  0x0000000b 
- 00008398  0x00000b95 bpatch  0x0000000f , 0x00004001 
- 00008399  0x00000b97 fetch  0x00000001 , 0x00000013 
- 00008400  0x00000b98 increase  0x00000001 , 0x0000003f 
- 00008401  0x00000b99 store  0x00000001 , 0x00000013 
- 00008402  0x00000b9a rtn 
- 00008403  0x00000ba3 bpatch  0x00000010 , 0x00004002 
- 00008404  0x00000ba4 enable  0x00000029 
- 00008405  0x00000ba5 enable  0x00000030 
- 00008406  0x00000ba6 fetch  0x00000002 , 0x000040b5 
- 00008407  0x00000ba7 branch  0x000020db , 0x00000034 
- 00008408  0x00000ba8 force  0x00000008 , 0x00000007 
- 00008409  0x00000ba9 call  0x00007f16 
- 00008410  0x00000baa nrtn  0x00000034 
- 00008411  0x00000bac bpatch  0x00000011 , 0x00004002 
- 00008412  0x00000bad fetcht  0x00000002 , 0x000040b7 
- 00008413  0x00000bae force  0x00000028 , 0x00000007 
- 00008414  0x00000baf call  0x0000271c 
- 00008415  0x00000bb0 branch  0x00002114 , 0x00000028 
- 00008416  0x00000bb1 force  0x00000003 , 0x00000007 
- 00008417  0x00000bb2 call  0x00007f16 
- 00008418  0x00000bb3 nbranch  0x000020f0 , 0x00000034 
- 00008419  0x00000bb4 fetch  0x00000001 , 0x0000004c 
- 00008420  0x00000bb5 bbit1  0x00000004 , 0x000020e6 
- 00008421  0x00000bb6 branch  0x000020e9 
- 00008422  0x00000bb8 arg  0x00000101 , 0x00000005 
- 00008423  0x00000bb9 arg  0x00000008 , 0x00000039 
- 00008424  0x00000bba call  0x00007ec6 
- 00008425  0x00000bbc bpatch  0x00000012 , 0x00004002 
- 00008426  0x00000bbd jam  0x00000000 , 0x00000030 
- 00008427  0x00000bbe call  0x00005cf7 
- 00008428  0x00000bbf jam  0x00000000 , 0x00004681 
- 00008429  0x00000bc0 jam  0x00000013 , 0x00000a99 
- 00008430  0x00000bc1 call  0x00007d86 
- 00008431  0x00000bc2 branch  0x00002114 
- 00008432  0x00000bc5 bpatch  0x00000013 , 0x00004002 
- 00008433  0x00000bc6 force  0x00000000 , 0x0000000b 
- 00008434  0x00000bc7 until  0x00000023 , 0x00000026 
- 00008435  0x00000bc8 fetch  0x00000001 , 0x000000f2 
- 00008436  0x00000bc9 increase  0xffffffff , 0x0000003f 
- 00008437  0x00000bca ixor  0x00000022 , 0x0000003f 
- 00008438  0x00000bcb compare  0x00000000 , 0x0000003f , 0x00000003 
- 00008439  0x00000bcc nbranch  0x000020f0 , 0x00000001 
- 00008440  0x00000bcd deposit  0x00000004 
- 00008441  0x00000bce store  0x00000001 , 0x00000181 
- 00008442  0x00000bcf force  0x00000000 , 0x00000026 
- 00008443  0x00000bd0 force  0x00000000 , 0x00000024 
- 00008444  0x00000bd3 bpatch  0x00000014 , 0x00004002 
- 00008445  0x00000bd4 branch  0x00002114 , 0x00000003 
- 00008446  0x00000bd5 call  0x000028dc 
- 00008447  0x00000bd6 arg  0x00000600 , 0x0000000b 
- 00008448  0x00000bd7 until  0x00000023 , 0x00000026 
- 00008449  0x00000bd9 bpatch  0x00000015 , 0x00004002 
- 00008450  0x00000bda fetch  0x00000004 , 0x000000f2 
- 00008451  0x00000bdb iforce  0x00000021 
- 00008452  0x00000bdc increase  0x00000001 , 0x0000003f 
- 00008453  0x00000bdd store  0x00000004 , 0x000000f2 
- 00008454  0x00000bde isolate1  0x0000000c , 0x00000000 
- 00008455  0x00000bdf setflag  0x00000001 , 0x00000002 , 0x00000024 
- 00008456  0x00000be0 compare  0x00000000 , 0x00000021 , 0x00000002 
- 00008457  0x00000be1 nbranch  0x00002128 , 0x00000001 
- 00008458  0x00000be2 fetch  0x00000001 , 0x0000000c 
- 00008459  0x00000be3 increase  0x00000001 , 0x0000003f 
- 00008460  0x00000be4 store  0x00000001 , 0x0000000c 
- 00008461  0x00000be5 call  0x000028d2 
- 00008462  0x00000be6 call  0x00002a51 
- 00008463  0x00000be7 call  0x00002a56 
- 00008464  0x00000be8 call  0x00002a64 
- 00008465  0x00000be9 call  0x0000264d 
- 00008466  0x00000bea call  0x0000211a 
- 00008467  0x00000beb branch  0x000020fc 
- 00008468  0x00000bed bpatch  0x00000016 , 0x00004002 
- 00008469  0x00000bee disable  0x00000029 
- 00008470  0x00000bef fetch  0x00000002 , 0x000040b5 
- 00008471  0x00000bf0 rtn  0x00000034 
- 00008472  0x00000bf1 force  0x00000008 , 0x00000007 
- 00008473  0x00000bf2 branch  0x00007f08 
- 00008474  0x00000bf5 bpatch  0x00000017 , 0x00004002 
- 00008475  0x00000bf6 fetch  0x00000001 , 0x0000008e 
- 00008476  0x00000bf7 increase  0xffffffff , 0x0000003f 
- 00008477  0x00000bf8 store  0x00000001 , 0x0000008e 
- 00008478  0x00000bf9 rtn  0x00000002 
- 00008479  0x00000bfa jam  0x0000001f , 0x0000008e 
- 00008480  0x00000bfb fetch  0x00000001 , 0x000000f0 
- 00008481  0x00000bfc increase  0xffffffff , 0x0000003f 
- 00008482  0x00000bfd store  0x00000001 , 0x000000f0 
- 00008483  0x00000bfe rtn  0x00000002 
- 00008484  0x00000bff setflip  0x0000000c , 0x00000000 
- 00008485  0x00000c00 fetch  0x00000001 , 0x000040a6 
- 00008486  0x00000c01 store  0x00000001 , 0x000000f0 
- 00008487  0x00000c02 rtn 
- 00008488  0x00000c05 bpatch  0x00000018 , 0x00004003 
- 00008489  0x00000c06 call  0x000028cc 
- 00008490  0x00000c07 call  0x00002a5b 
- 00008491  0x00000c08 call  0x000029eb 
- 00008492  0x00000c09 call  0x00002a0d 
- 00008493  0x00000c0a branch  0x00002130 , 0x00000018 
- 00008494  0x00000c0b call  0x0000211a 
- 00008495  0x00000c0c branch  0x00002101 
- 00008496  0x00000c0e call  0x0000264d 
- 00008497  0x00000c0f fetch  0x00000001 , 0x0000000d 
- 00008498  0x00000c10 increase  0x00000001 , 0x0000003f 
- 00008499  0x00000c11 store  0x00000001 , 0x0000000d 
- 00008500  0x00000c12 force  0x00000000 , 0x0000001b 
- 00008501  0x00000c13 fetch  0x00000004 , 0x000000f2 
- 00008502  0x00000c15 bpatch  0x00000019 , 0x00004003 
- 00008503  0x00000c16 call  0x00002a4f 
- 00008504  0x00000c17 call  0x000028dc 
- 00008505  0x00000c18 increase  0x00000001 , 0x00000026 
- 00008506  0x00000c1a and_into  0x000001fd , 0x00000021 
- 00008507  0x00000c1b and_into  0x000001fc , 0x00000024 
- 00008508  0x00000c1c call  0x000028d2 
- 00008509  0x00000c1d call  0x00002a51 
- 00008510  0x00000c1e call  0x00002a56 
- 00008511  0x00000c1f call  0x00002a64 
- 00008512  0x00000c20 deposit  0x00000022 
- 00008513  0x00000c21 store  0x00000004 , 0x00000161 
- 00008514  0x00000c22 force  0x00000000 , 0x00000004 
- 00008515  0x00000c23 force  0x00000002 , 0x00000001 
- 00008516  0x00000c24 call  0x00002a6b 
- 00008517  0x00000c25 call  0x00002766 
- 00008518  0x00000c27 bpatch  0x0000001a , 0x00004003 
- 00008519  0x00000c28 call  0x00002a4d 
- 00008520  0x00000c29 or_into  0x00000002 , 0x00000021 
- 00008521  0x00000c2a and_into  0x000001fc , 0x00000024 
- 00008522  0x00000c2b call  0x000028cc 
- 00008523  0x00000c2c call  0x00002a5b 
- 00008524  0x00000c2d call  0x000029eb 
- 00008525  0x00000c2e call  0x00002a0d 
- 00008526  0x00000c2f call  0x0000264d , 0x00000018 
- 00008527  0x00000c30 branch  0x00002155 , 0x00000018 
- 00008528  0x00000c31 fetch  0x00000001 , 0x00000010 
- 00008529  0x00000c32 branch  0x000020fc , 0x00000034 
- 00008530  0x00000c33 increase  0xffffffff , 0x0000003f 
- 00008531  0x00000c34 store  0x00000001 , 0x00000010 
- 00008532  0x00000c35 branch  0x00002136 
- 00008533  0x00000c38 bpatch  0x0000001b , 0x00004003 
- 00008534  0x00000c39 fetch  0x00000001 , 0x0000000e 
- 00008535  0x00000c3a increase  0x00000001 , 0x0000003f 
- 00008536  0x00000c3b store  0x00000001 , 0x0000000e 
- 00008537  0x00000c3c call  0x00002435 
- 00008538  0x00000c3e call  0x000022f2 
- 00008539  0x00000c3f branch  0x0000215f , 0x00000018 
- 00008540  0x00000c40 call  0x00002455 
- 00008541  0x00000c41 nbranch  0x0000215a , 0x00000034 
- 00008542  0x00000c42 branch  0x000020fc 
- 00008543  0x00000c45 bpatch  0x0000001c , 0x00004003 
- 00008544  0x00000c46 fetch  0x00000001 , 0x00000030 
- 00008545  0x00000c47 set0  0x00000003 , 0x0000003f 
- 00008546  0x00000c48 store  0x00000001 , 0x00000030 
- 00008547  0x00000c49 call  0x00002440 
- 00008548  0x00000c4a disable  0x00000029 
- 00008549  0x00000c4b rtn 
- 00008550  0x00000c4f bpatch  0x0000001d , 0x00004003 
- 00008551  0x00000c50 enable  0x00000029 
- 00008552  0x00000c51 enable  0x00000030 
- 00008553  0x00000c52 call  0x000021e1 
- 00008554  0x00000c53 rtn  0x00000028 
- 00008555  0x00000c54 call  0x00002c69 
- 00008556  0x00000c55 call  0x00002a4f 
- 00008557  0x00000c56 add  0x00000022 , 0x00000001 , 0x00000021 
- 00008558  0x00000c57 call  0x000028e2 
- 00008559  0x00000c58 force  0x00000003 , 0x00000024 
- 00008560  0x00000c59 call  0x00006cc2 
- 00008561  0x00000c5a call  0x00002489 
- 00008562  0x00000c5b call  0x000028d2 
- 00008563  0x00000c5c call  0x00002a51 
- 00008564  0x00000c5d call  0x00002a56 
- 00008565  0x00000c5e call  0x00002a64 
- 00008566  0x00000c5f call  0x00002762 
- 00008567  0x00000c61 bpatch  0x0000001e , 0x00004003 
- 00008568  0x00000c62 call  0x00005d08 
- 00008569  0x00000c63 call  0x000022e4 
- 00008570  0x00000c64 nbranch  0x00002180 , 0x0000002d 
- 00008571  0x00000c65 call  0x00002a88 
- 00008572  0x00000c66 call  0x00002728 
- 00008573  0x00000c67 fetch  0x00000001 , 0x0000000f 
- 00008574  0x00000c68 increase  0x00000001 , 0x0000003f 
- 00008575  0x00000c69 store  0x00000001 , 0x0000000f 
- 00008576  0x00000c6b bpatch  0x0000001f , 0x00004003 
- 00008577  0x00000c6c call  0x00006caa 
- 00008578  0x00000c6d call  0x0000218b 
- 00008579  0x00000c6e nrtn  0x00000029 
- 00008580  0x00000c6f call  0x000026f3 
- 00008581  0x00000c70 nbranch  0x00002188 , 0x00000034 
- 00008582  0x00000c72 disable  0x00000029 
- 00008583  0x00000c73 rtn 
- 00008584  0x00000c76 call  0x00002489 
- 00008585  0x00000c77 call  0x000022da 
- 00008586  0x00000c78 branch  0x00002177 
- 00008587  0x00000c7c branch  0x0000218e , 0x0000002d 
- 00008588  0x00000c7d call  0x00002a7f 
- 00008589  0x00000c7e branch  0x0000219c , 0x00000002 
- 00008590  0x00000c80 call  0x000021a7 
- 00008591  0x00000c81 nbranch  0x0000219c , 0x00000028 
- 00008592  0x00000c82 fetch  0x00000001 , 0x0000004c 
- 00008593  0x00000c83 rtnbit0  0x00000004 
- 00008594  0x00000c84 rtnbit1  0x00000003 
- 00008595  0x00000c85 fetch  0x00000001 , 0x0000004b 
- 00008596  0x00000c86 rtnbit1  0x00000003 
- 00008597  0x00000c87 call  0x000021ae 
- 00008598  0x00000c88 nrtn  0x00000034 
- 00008599  0x00000c89 fetch  0x00000001 , 0x0000016e 
- 00008600  0x00000c8a increase  0xffffffff , 0x0000003f 
- 00008601  0x00000c8b store  0x00000001 , 0x0000016e 
- 00008602  0x00000c8c nrtn  0x00000034 
- 00008603  0x00000c8d branch  0x00006006 
- 00008604  0x00000c90 bpatch  0x00000020 , 0x00004004 
- 00008605  0x00000c91 call  0x0000245d 
- 00008606  0x00000c92 disable  0x00000029 
- 00008607  0x00000c93 fetch  0x00000001 , 0x0000004c 
- 00008608  0x00000c94 bbit1  0x00000004 , 0x000021a2 
- 00008609  0x00000c95 rtn 
- 00008610  0x00000c98 fetch  0x00000001 , 0x0000004c 
- 00008611  0x00000c99 rtnbit1  0x00000003 
- 00008612  0x00000c9b arg  0x00000101 , 0x00000005 
- 00008613  0x00000c9c arg  0x00000008 , 0x00000039 
- 00008614  0x00000c9d branch  0x00007ec6 
- 00008615  0x00000ca0 bpatch  0x00000021 , 0x00004004 
- 00008616  0x00000ca1 enable  0x00000028 
- 00008617  0x00000ca2 fetch  0x00000001 , 0x0000004b 
- 00008618  0x00000ca3 rtnbit0  0x00000003 
- 00008619  0x00000ca4 call  0x000021ae 
- 00008620  0x00000ca5 nrtn  0x00000034 
- 00008621  0x00000ca6 branch  0x00007fe9 
- 00008622  0x00000ca9 fetch  0x00000001 , 0x00000072 
- 00008623  0x00000caa increase  0xffffffff , 0x0000003f 
- 00008624  0x00000cab store  0x00000001 , 0x00000072 
- 00008625  0x00000cac rtn 
- 00008626  0x00000caf bpatch  0x00000022 , 0x00004004 
- 00008627  0x00000cb0 fetch  0x00000001 , 0x00000030 
- 00008628  0x00000cb1 bbit1  0x00000007 , 0x000021bb 
- 00008629  0x00000cb2 fetch  0x00000001 , 0x000009b5 
- 00008630  0x00000cb3 branch  0x000021bb , 0x00000034 
- 00008631  0x00000cb4 jam  0x00000000 , 0x000009b5 
- 00008632  0x00000cb5 jam  0x00000018 , 0x00000a99 
- 00008633  0x00000cb6 call  0x00007d86 
- 00008634  0x00000cb7 branch  0x000021bb 
- 00008635  0x00000cb9 bpatch  0x00000023 , 0x00004004 
- 00008636  0x00000cba call  0x00002254 
- 00008637  0x00000cbb fetch  0x00000001 , 0x00000030 
- 00008638  0x00000cbc set1  0x00000007 , 0x0000003f 
- 00008639  0x00000cbd store  0x00000001 , 0x00000030 
- 00008640  0x00000cbe jam  0x00000001 , 0x000041bd 
- 00008641  0x00000cbf fetch  0x00000001 , 0x00000055 
- 00008642  0x00000cc0 bne  0x00000016 , 0x000021c3 
- 00008643  0x00000cc2 rtn 
- 00008644  0x00000cc5 jam  0x00000001 , 0x000009b5 
- 00008645  0x00000cc7 fetch  0x00000001 , 0x00000030 
- 00008646  0x00000cc8 set0  0x00000007 , 0x0000003f 
- 00008647  0x00000cc9 store  0x00000001 , 0x00000030 
- 00008648  0x00000cca rtn 
- 00008649  0x00000ccf bpatch  0x00000024 , 0x00004004 
- 00008650  0x00000cd0 disable  0x00000028 
- 00008651  0x00000cd1 fetch  0x00000002 , 0x00000032 
- 00008652  0x00000cd2 arg  0x0000ffff , 0x00000002 
- 00008653  0x00000cd3 isub  0x00000002 , 0x0000003e 
- 00008654  0x00000cd4 nrtn  0x00000005 
- 00008655  0x00000cd5 fetch  0x00000004 , 0x00000034 
- 00008656  0x00000cd6 branch  0x000021d3 , 0x00000030 
- 00008657  0x00000cd7 isub  0x00000028 , 0x0000003f 
- 00008658  0x00000cd8 branch  0x000021d4 
- 00008659  0x00000cda isub  0x00000022 , 0x0000003f 
- 00008660  0x00000cdc sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00008661  0x00000cdd nrtn  0x00000002 
- 00008662  0x00000cde force  0x00000000 , 0x0000003f 
- 00008663  0x00000cdf store  0x00000002 , 0x00000032 
- 00008664  0x00000ce0 branch  0x00007fe7 
- 00008665  0x00000ce5 copy  0x0000003f , 0x00000002 
- 00008666  0x00000ce6 bpatch  0x00000025 , 0x00004004 
- 00008667  0x00000ce7 storet  0x00000004 , 0x00000034 
- 00008668  0x00000ce9 jam  0x00000001 , 0x0000455b 
- 00008669  0x00000cea setarg  0x0000ffff 
- 00008670  0x00000ceb store  0x00000002 , 0x00000032 
- 00008671  0x00000cec jam  0x00000001 , 0x00000073 
- 00008672  0x00000ced rtn 
- 00008673  0x00000cf1 bpatch  0x00000026 , 0x00004004 
- 00008674  0x00000cf2 call  0x000021c9 
- 00008675  0x00000cf3 nrtn  0x00000028 
- 00008676  0x00000cf4 disable  0x00000028 
- 00008677  0x00000cf5 jam  0x00000020 , 0x00000011 
- 00008678  0x00000cf6 set0  0x0000000b , 0x00000000 
- 00008679  0x00000cf8 call  0x00002a4f 
- 00008680  0x00000cf9 call  0x000022e6 
- 00008681  0x00000cfa bmark1  0x0000000b , 0x000021f4 
- 00008682  0x00000cfb call  0x00002455 
- 00008683  0x00000cfc nbranch  0x000021e7 , 0x00000034 
- 00008684  0x00000cfe bpatch  0x00000027 , 0x00004004 
- 00008685  0x00000cff disable  0x00000028 
- 00008686  0x00000d00 deposit  0x00000022 
- 00008687  0x00000d01 store  0x00000004 , 0x000040ca 
- 00008688  0x00000d02 enable  0x00000030 
- 00008689  0x00000d03 enable  0x00000029 
- 00008690  0x00000d04 jam  0x0000002a , 0x00000a99 
- 00008691  0x00000d05 branch  0x00007d86 
- 00008692  0x00000d08 bpatch  0x00000028 , 0x00004005 
- 00008693  0x00000d09 call  0x00002a4d 
- 00008694  0x00000d0a arg  0x00000010 , 0x00000001 
- 00008695  0x00000d0b call  0x000022dc 
- 00008696  0x00000d0c disable  0x00000030 
- 00008697  0x00000d0d disable  0x00000029 
- 00008698  0x00000d0e call  0x00002818 
- 00008699  0x00000d0f call  0x00002435 
- 00008700  0x00000d11 bpatch  0x00000029 , 0x00004005 
- 00008701  0x00000d12 call  0x0000247c 
- 00008702  0x00000d13 branch  0x00002202 , 0x0000002d 
- 00008703  0x00000d14 call  0x00002455 
- 00008704  0x00000d15 nbranch  0x000021fc , 0x00000034 
- 00008705  0x00000d16 branch  0x000021ec 
- 00008706  0x00000d18 fetch  0x00000001 , 0x00000031 
- 00008707  0x00000d19 set0  0x00000001 , 0x0000003f 
- 00008708  0x00000d1a store  0x00000001 , 0x00000031 
- 00008709  0x00000d1b call  0x00002a88 
- 00008710  0x00000d1c call  0x00002841 
- 00008711  0x00000d1d enable  0x00000028 
- 00008712  0x00000d1e jam  0x0000002b , 0x00000a99 
- 00008713  0x00000d1f branch  0x00007d86 
- 00008714  0x00000d25 bpatch  0x0000002a , 0x00004005 
- 00008715  0x00000d26 set1  0x00000009 , 0x00000000 
- 00008716  0x00000d27 deposit  0x00000011 
- 00008717  0x00000d28 store  0x00000002 , 0x0000001e 
- 00008718  0x00000d29 force  0x00000050 , 0x00000039 
- 00008719  0x00000d2a arg  0x0000043f , 0x00000005 
- 00008720  0x00000d2b add  0x00000011 , 0x00000001 , 0x00000006 
- 00008721  0x00000d2c ifetch  0x00000001 , 0x00000006 
- 00008722  0x00000d2d copy  0x00000011 , 0x00000006 
- 00008723  0x00000d2e bbit1  0x00000000 , 0x00007f01 
- 00008724  0x00000d2f arg  0x00000030 , 0x00000005 
- 00008725  0x00000d30 call  0x00007f01 
- 00008726  0x00000d31 disable  0x0000002e 
- 00008727  0x00000d32 fetch  0x00000001 , 0x00000077 
- 00008728  0x00000d33 iforce  0x00000004 
- 00008729  0x00000d34 jam  0x00000001 , 0x0000008a 
- 00008730  0x00000d35 branch  0x0000221c , 0x00000029 
- 00008731  0x00000d36 jam  0x00000001 , 0x0000008a 
- 00008732  0x00000d38 fetch  0x00000001 , 0x00000030 
- 00008733  0x00000d39 rtnbit0  0x00000001 
- 00008734  0x00000d3a fetch  0x00000001 , 0x00000073 
- 00008735  0x00000d3b store  0x00000001 , 0x0000008a 
- 00008736  0x00000d3c fetch  0x00000001 , 0x00000074 
- 00008737  0x00000d3d store  0x00000001 , 0x0000008b 
- 00008738  0x00000d3e rtn 
- 00008739  0x00000d41 bpatch  0x0000002b , 0x00004005 
- 00008740  0x00000d42 fetch  0x00000002 , 0x0000001e 
- 00008741  0x00000d43 iforce  0x00000005 
- 00008742  0x00000d44 force  0x00000050 , 0x00000039 
- 00008743  0x00000d45 arg  0x0000043f , 0x00000006 
- 00008744  0x00000d46 branch  0x00007f01 , 0x00000036 
- 00008745  0x00000d47 arg  0x00000030 , 0x00000006 
- 00008746  0x00000d48 branch  0x00007f01 
- 00008747  0x00000d4d arg  0x00000001 , 0x00000039 
- 00008748  0x00000d4e fetcht  0x00000001 , 0x00000015 
- 00008749  0x00000d50 increase  0x00000001 , 0x00000002 
- 00008750  0x00000d51 compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008751  0x00000d52 nbranch  0x00002231 , 0x00000001 
- 00008752  0x00000d53 arg  0x00000000 , 0x00000002 
- 00008753  0x00000d55 storet  0x00000001 , 0x00000015 
- 00008754  0x00000d56 mul32  0x00000002 , 0x00000050 , 0x0000003f 
- 00008755  0x00000d57 arg  0x00004040 , 0x00000011 
- 00008756  0x00000d58 iadd  0x00000011 , 0x00000011 
- 00008757  0x00000d59 ifetch  0x00000001 , 0x00000011 
- 00008758  0x00000d5a bbit1  0x00000001 , 0x00002239 
- 00008759  0x00000d5b rtnbit1  0x00000000 
- 00008760  0x00000d5c rtnbit1  0x00000003 
- 00008761  0x00000d5e loop  0x0000222d 
- 00008762  0x00000d5f rtn 
- 00008763  0x00000d62 bpatch  0x0000002c , 0x00004005 
- 00008764  0x00000d63 arg  0x0000226a , 0x00000013 
- 00008765  0x00000d64 call  0x00002261 
- 00008766  0x00000d65 nrtn  0x00000005 
- 00008767  0x00000d66 deposit  0x00000011 
- 00008768  0x00000d67 store  0x00000002 , 0x0000001e 
- 00008769  0x00000d68 force  0x00000000 , 0x0000003e 
- 00008770  0x00000d69 rtn 
- 00008771  0x00000d6e call  0x00002725 
- 00008772  0x00000d6f branch  0x0000224b , 0x00000001 
- 00008773  0x00000d70 fetch  0x00000002 , 0x0000001e 
- 00008774  0x00000d71 add  0x0000003f , 0x00000017 , 0x00000005 
- 00008775  0x00000d72 fetch  0x00000001 , 0x00000047 
- 00008776  0x00000d73 istore  0x00000001 , 0x00000005 
- 00008777  0x00000d74 arg  0x000022aa , 0x00000013 
- 00008778  0x00000d75 branch  0x00002261 
- 00008779  0x00000d78 fetch  0x00000001 , 0x00000047 
- 00008780  0x00000d79 isolate1  0x00000003 , 0x0000003f 
- 00008781  0x00000d7a branch  0x00002250 , 0x00000001 
- 00008782  0x00000d7b force  0x00000001 , 0x0000003e 
- 00008783  0x00000d7c rtn 
- 00008784  0x00000d7e force  0x00000000 , 0x0000003e 
- 00008785  0x00000d7f rtn 
- 00008786  0x00000d83 arg  0x000022a7 , 0x00000013 
- 00008787  0x00000d84 branch  0x00002261 
- 00008788  0x00000d87 fetcht  0x00000002 , 0x0000001e 
- 00008789  0x00000d88 arg  0x000022cf , 0x00000013 
- 00008790  0x00000d89 branch  0x00002261 
- 00008791  0x00000d8e fetcht  0x00000001 , 0x000041cf 
- 00008792  0x00000d90 arg  0x00002275 , 0x00000013 
- 00008793  0x00000d91 branch  0x00002261 
- 00008794  0x00000d94 bpatch  0x0000002d , 0x00004005 
- 00008795  0x00000d95 fetcht  0x00000006 , 0x000041d0 
- 00008796  0x00000d97 arg  0x0000226e , 0x00000013 
- 00008797  0x00000d98 branch  0x00002261 
- 00008798  0x00000d9b arg  0x0000227b , 0x00000013 
- 00008799  0x00000d9c branch  0x00002261 
- 00008800  0x00000d9f arg  0x000022c6 , 0x00000013 
- 00008801  0x00000da1 bpatch  0x0000002e , 0x00004005 
- 00008802  0x00000da2 arg  0x00004040 , 0x00000011 
- 00008803  0x00000da3 arg  0x00000001 , 0x00000039 
- 00008804  0x00000da5 ifetch  0x00000001 , 0x00000011 
- 00008805  0x00000da6 copy  0x00000013 , 0x0000003d 
- 00008806  0x00000da8 increase  0x00000050 , 0x00000011 
- 00008807  0x00000da9 loop  0x00002264 
- 00008808  0x00000daa force  0x00000001 , 0x0000003e 
- 00008809  0x00000dab rtn 
- 00008810  0x00000dae bbit1  0x00000000 , 0x00002266 
- 00008811  0x00000daf bbit1  0x00000003 , 0x00002266 
- 00008812  0x00000db0 force  0x00000000 , 0x0000003e 
- 00008813  0x00000db1 rtn 
- 00008814  0x00000db4 bbit1  0x00000003 , 0x00002270 
- 00008815  0x00000db5 bbit0  0x00000000 , 0x00002266 
- 00008816  0x00000db7 add  0x00000011 , 0x00000010 , 0x00000006 
- 00008817  0x00000db8 ifetch  0x00000006 , 0x00000006 
- 00008818  0x00000db9 isub  0x00000002 , 0x0000003e 
- 00008819  0x00000dba rtn  0x00000005 
- 00008820  0x00000dbb branch  0x00002266 
- 00008821  0x00000dbe bbit0  0x00000000 , 0x00002266 
- 00008822  0x00000dbf add  0x00000011 , 0x00000016 , 0x00000006 
- 00008823  0x00000dc0 ifetch  0x00000001 , 0x00000006 
- 00008824  0x00000dc1 isub  0x00000002 , 0x0000003e 
- 00008825  0x00000dc2 rtn  0x00000005 
- 00008826  0x00000dc3 branch  0x00002266 
- 00008827  0x00000dc6 bbit0  0x00000001 , 0x00002266 
- 00008828  0x00000dc8 call  0x000022b3 
- 00008829  0x00000dc9 call  0x00002297 
- 00008830  0x00000dca isub  0x00000002 , 0x0000003f 
- 00008831  0x00000dcb increase  0x00000001 , 0x0000003f 
- 00008832  0x00000dcc branch  0x00002291 , 0x00000002 
- 00008833  0x00000dcd copy  0x00000006 , 0x00000012 
- 00008834  0x00000dce store  0x00000009 , 0x00000aa2 
- 00008835  0x00000dcf fetch  0x00000001 , 0x000044c0 
- 00008836  0x00000dd0 nbranch  0x00002289 , 0x00000034 
- 00008837  0x00000dd1 fetch  0x00000009 , 0x00000aa2 
- 00008838  0x00000dd2 copy  0x00000012 , 0x00000006 
- 00008839  0x00000dd3 increase  0x00000005 , 0x0000003f 
- 00008840  0x00000dd4 branch  0x0000228c 
- 00008841  0x00000dd6 fetch  0x00000009 , 0x00000aa2 
- 00008842  0x00000dd7 copy  0x00000012 , 0x00000006 
- 00008843  0x00000dd8 increase  0x00000014 , 0x0000003f 
- 00008844  0x00000dda nbranch  0x00002266 , 0x00000002 
- 00008845  0x00000ddc copy  0x00000002 , 0x00000021 
- 00008846  0x00000ddd call  0x000022bf 
- 00008847  0x00000dde force  0x00000000 , 0x0000003e 
- 00008848  0x00000ddf rtn 
- 00008849  0x00000de3 iforce  0x00000012 
- 00008850  0x00000de4 add  0x00000011 , 0x00000002 , 0x00000006 
- 00008851  0x00000de5 ifetch  0x00000002 , 0x00000006 
- 00008852  0x00000de6 branch  0x0000228d , 0x00000034 
- 00008853  0x00000de7 call  0x000022bf 
- 00008854  0x00000de8 branch  0x0000227c 
- 00008855  0x00000deb rshift16  0x0000003f , 0x0000000b 
- 00008856  0x00000dec rshift8  0x0000000b , 0x0000000b 
- 00008857  0x00000ded branch  0x000022a1 , 0x00000005 
- 00008858  0x00000dee compare  0x0000000f , 0x0000000b , 0x0000000f 
- 00008859  0x00000def nrtn  0x00000001 
- 00008860  0x00000df0 rshift16  0x00000002 , 0x0000000b 
- 00008861  0x00000df1 rshift8  0x0000000b , 0x0000000b 
- 00008862  0x00000df2 nrtn  0x00000005 
- 00008863  0x00000df3 set1  0x0000001c , 0x00000002 
- 00008864  0x00000df4 rtn 
- 00008865  0x00000df6 rshift16  0x00000002 , 0x0000000b 
- 00008866  0x00000df7 rshift8  0x0000000b , 0x0000000b 
- 00008867  0x00000df8 compare  0x0000000f , 0x0000000b , 0x0000000f 
- 00008868  0x00000df9 nrtn  0x00000001 
- 00008869  0x00000dfa set1  0x0000001c , 0x0000003f 
- 00008870  0x00000dfb rtn 
- 00008871  0x00000dfe bbit0  0x00000000 , 0x00002266 
- 00008872  0x00000dff force  0x00000000 , 0x0000003e 
- 00008873  0x00000e00 rtn 
- 00008874  0x00000e03 bbit0  0x00000000 , 0x00002266 
- 00008875  0x00000e04 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008876  0x00000e05 ifetch  0x00000001 , 0x00000006 
- 00008877  0x00000e06 bbit1  0x00000000 , 0x00002266 
- 00008878  0x00000e07 add  0x00000011 , 0x00000017 , 0x00000006 
- 00008879  0x00000e08 ifetch  0x00000001 , 0x00000006 
- 00008880  0x00000e09 bbit0  0x00000003 , 0x00002266 
- 00008881  0x00000e0a force  0x00000000 , 0x0000003e 
- 00008882  0x00000e0b rtn 
- 00008883  0x00000e0e add  0x00000011 , 0x00000001 , 0x00000006 
- 00008884  0x00000e0f ifetcht  0x00000001 , 0x00000006 
- 00008885  0x00000e10 deposit  0x00000022 
- 00008886  0x00000e11 isolate1  0x00000001 , 0x00000002 
- 00008887  0x00000e12 add  0x00000011 , 0x00000004 , 0x00000006 
- 00008888  0x00000e13 ifetcht  0x00000004 , 0x00000006 
- 00008889  0x00000e14 rtn  0x00000001 
- 00008890  0x00000e15 add  0x00000011 , 0x00000008 , 0x00000006 
- 00008891  0x00000e16 ifetch  0x00000006 , 0x00000006 
- 00008892  0x00000e17 call  0x00002854 
- 00008893  0x00000e18 deposit  0x00000028 
- 00008894  0x00000e19 rtn 
- 00008895  0x00000e1c add  0x00000011 , 0x00000002 , 0x00000006 
- 00008896  0x00000e1d add  0x00000011 , 0x00000004 , 0x00000005 
- 00008897  0x00000e1e ifetch  0x00000002 , 0x00000006 
- 00008898  0x00000e1f iadd  0x00000002 , 0x0000000b 
- 00008899  0x00000e20 deposit  0x0000000b 
- 00008900  0x00000e21 istore  0x00000004 , 0x00000005 
- 00008901  0x00000e22 branch  0x00005449 
- 00008902  0x00000e26 bbit0  0x00000001 , 0x00002266 
- 00008903  0x00000e27 call  0x000022b3 
- 00008904  0x00000e28 iadd  0x0000001b , 0x0000003f 
- 00008905  0x00000e29 iadd  0x0000001b , 0x0000003f 
- 00008906  0x00000e2a iadd  0x00000007 , 0x0000003f 
- 00008907  0x00000e2b isub  0x00000002 , 0x0000003e 
- 00008908  0x00000e2c nbranch  0x00002266 , 0x00000002 
- 00008909  0x00000e2d force  0x00000000 , 0x0000003e 
- 00008910  0x00000e2e rtn 
- 00008911  0x00000e31 bbit0  0x00000000 , 0x00002266 
- 00008912  0x00000e32 deposit  0x00000002 
- 00008913  0x00000e33 isub  0x00000011 , 0x0000003e 
- 00008914  0x00000e34 branch  0x00002266 , 0x0000003e 
- 00008915  0x00000e35 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008916  0x00000e36 ifetch  0x00000001 , 0x00000006 
- 00008917  0x00000e37 bbit1  0x00000000 , 0x00002266 
- 00008918  0x00000e38 ifetch  0x00000001 , 0x00000011 
- 00008919  0x00000e39 set0  0x00000007 , 0x0000003f 
- 00008920  0x00000e3a istore  0x00000001 , 0x00000011 
- 00008921  0x00000e3b branch  0x00002266 
- 00008922  0x00000e3f bpatch  0x0000002f , 0x00004005 
- 00008923  0x00000e40 call  0x00002a4f 
- 00008924  0x00000e42 add  0x00000022 , 0x00000001 , 0x00000021 
- 00008925  0x00000e43 call  0x000028e2 
- 00008926  0x00000e44 force  0x00000003 , 0x00000024 
- 00008927  0x00000e45 call  0x000028d2 
- 00008928  0x00000e46 call  0x00002a51 
- 00008929  0x00000e47 call  0x00002a56 
- 00008930  0x00000e48 call  0x00002a64 
- 00008931  0x00000e49 branch  0x00002762 
- 00008932  0x00000e4c bpatch  0x00000030 , 0x00004006 
- 00008933  0x00000e4d call  0x00002a4d 
- 00008934  0x00000e4f add  0x00000022 , 0x00000001 , 0x00000021 
- 00008935  0x00000e50 call  0x000028e2 
- 00008936  0x00000e51 force  0x00000003 , 0x00000024 
- 00008937  0x00000e52 call  0x000028cc 
- 00008938  0x00000e53 call  0x0000242a 
- 00008939  0x00000e54 call  0x000029f1 
- 00008940  0x00000e55 call  0x00002a5b 
- 00008941  0x00000e56 call  0x000029eb 
- 00008942  0x00000e58 call  0x00002a0d 
- 00008943  0x00000e59 nrtn  0x00000018 
- 00008944  0x00000e5a call  0x000029bb 
- 00008945  0x00000e5b branch  0x0000251c 
- 00008946  0x00000e60 bpatch  0x00000031 , 0x00004006 
- 00008947  0x00000e61 fetch  0x00000001 , 0x00000181 
- 00008948  0x00000e62 iforce  0x00000004 
- 00008949  0x00000e63 force  0x00000001 , 0x00000001 
- 00008950  0x00000e64 call  0x000022da 
- 00008951  0x00000e65 branch  0x000022e4 
- 00008952  0x00000e71 fetch  0x00000001 , 0x00004093 
- 00008953  0x00000e72 rtnbit0  0x00000000 
- 00008954  0x00000e73 force  0x00000004 , 0x00000007 
- 00008955  0x00000e74 call  0x00007f16 
- 00008956  0x00000e75 nrtn  0x00000034 
- 00008957  0x00000e76 fetcht  0x00000002 , 0x000040ad 
- 00008958  0x00000e77 force  0x00000004 , 0x00000007 
- 00008959  0x00000e78 call  0x0000271c 
- 00008960  0x00000e79 rtn  0x00000028 
- 00008961  0x00000e7a call  0x00002308 
- 00008962  0x00000e7b force  0x00000004 , 0x00000007 
- 00008963  0x00000e7c fetch  0x00000002 , 0x000040af 
- 00008964  0x00000e7d nbranch  0x00007f08 , 0x00000018 
- 00008965  0x00000e7e random  0x0000003f 
- 00008966  0x00000e7f iand  0x00000035 , 0x0000003f 
- 00008967  0x00000e80 branch  0x00007f08 
- 00008968  0x00000e84 bpatch  0x00000032 , 0x00004006 
- 00008969  0x00000e85 jam  0x00000000 , 0x00000181 
- 00008970  0x00000e86 disable  0x00000030 
- 00008971  0x00000e87 disable  0x0000002e 
- 00008972  0x00000e88 call  0x000028a4 
- 00008973  0x00000e89 and  0x00000022 , 0x000001fc , 0x00000021 
- 00008974  0x00000e8a force  0x00000001 , 0x00000024 
- 00008975  0x00000e8b call  0x000028d8 
- 00008976  0x00000e8c call  0x000028cc 
- 00008977  0x00000e8d setflip  0x0000001d , 0x00000000 
- 00008978  0x00000e8e fetch  0x00000001 , 0x00000006 
- 00008979  0x00000e8f increase  0x00000001 , 0x0000003f 
- 00008980  0x00000e90 store  0x00000001 , 0x00000006 
- 00008981  0x00000e91 call  0x000028f2 
- 00008982  0x00000e92 call  0x000029eb 
- 00008983  0x00000e93 call  0x00002a14 
- 00008984  0x00000e94 nrtn  0x00000018 
- 00008985  0x00000e95 bpatch  0x00000033 , 0x00004006 
- 00008986  0x00000e96 force  0x00000000 , 0x0000001b 
- 00008987  0x00000e97 call  0x000028f9 
- 00008988  0x00000e98 fetch  0x00000001 , 0x00000007 
- 00008989  0x00000e99 increase  0x00000001 , 0x0000003f 
- 00008990  0x00000e9a store  0x00000001 , 0x00000007 
- 00008991  0x00000e9b call  0x000028d8 
- 00008992  0x00000e9c call  0x00002a4d 
- 00008993  0x00000e9d or_into  0x00000002 , 0x00000021 
- 00008994  0x00000e9e force  0x00000001 , 0x00000024 
- 00008995  0x00000e9f call  0x000028d2 
- 00008996  0x00000ea0 call  0x000028f2 
- 00008997  0x00000ea1 call  0x00002a51 
- 00008998  0x00000ea2 call  0x00002a5f 
- 00008999  0x00000ea3 deposit  0x00000022 
- 00009000  0x00000ea4 store  0x00000004 , 0x00000161 
- 00009001  0x00000ea5 call  0x00002a64 
- 00009002  0x00000ea6 force  0x00000002 , 0x00000001 
- 00009003  0x00000ea7 force  0x00000000 , 0x00000004 
- 00009004  0x00000ea8 call  0x00002a6b 
- 00009005  0x00000ea9 call  0x00002766 
- 00009006  0x00000eaa call  0x00002332 
- 00009007  0x00000eab and_into  0x000001fd , 0x00000021 
- 00009008  0x00000eac increase  0x00000001 , 0x00000026 
- 00009009  0x00000ead rtn 
- 00009010  0x00000eb0 bpatch  0x00000034 , 0x00004006 
- 00009011  0x00000eb1 fetch  0x00000001 , 0x000040d1 
- 00009012  0x00000eb2 rtn  0x00000034 
- 00009013  0x00000eb3 arg  0x0000018e , 0x00000005 
- 00009014  0x00000eb4 fetch  0x00000001 , 0x00004515 
- 00009015  0x00000eb5 copy  0x0000003f , 0x00000039 
- 00009016  0x00000eb6 increase  0x00000001 , 0x0000003f 
- 00009017  0x00000eb7 istore  0x00000001 , 0x00000005 
- 00009018  0x00000eb8 copy  0x00000005 , 0x00000002 
- 00009019  0x00000eb9 increase  0x00000001 , 0x0000003f 
- 00009020  0x00000eba store  0x00000002 , 0x000041dc 
- 00009021  0x00000ebb copy  0x00000002 , 0x00000005 
- 00009022  0x00000ebc setarg  0x00000009 
- 00009023  0x00000ebd istore  0x00000001 , 0x00000005 
- 00009024  0x00000ebe arg  0x00004516 , 0x00000006 
- 00009025  0x00000ebf call  0x00007f01 
- 00009026  0x00000ec1 arg  0x0000458d , 0x00000013 
- 00009027  0x00000ec2 arg  0x00000004 , 0x00000039 
- 00009028  0x00000ec3 call  0x00002354 
- 00009029  0x00000ec4 arg  0x00004577 , 0x00000013 
- 00009030  0x00000ec5 arg  0x00000001 , 0x00000039 
- 00009031  0x00000ec6 call  0x00002354 
- 00009032  0x00000ec8 force  0x0000000a , 0x00000001 
- 00009033  0x00000ec9 jam  0x00000002 , 0x000041db 
- 00009034  0x00000eca setarg  0x0000018e 
- 00009035  0x00000ecb store  0x00000002 , 0x0000016f 
- 00009036  0x00000ecc call  0x00002a4d 
- 00009037  0x00000ecd call  0x000028d2 
- 00009038  0x00000ece call  0x00002a51 
- 00009039  0x00000ecf call  0x00002a5f 
- 00009040  0x00000ed0 call  0x00002a64 
- 00009041  0x00000ed1 call  0x00002a6b 
- 00009042  0x00000ed2 call  0x00002766 
- 00009043  0x00000ed3 rtn 
- 00009044  0x00000ed7 copy  0x00000005 , 0x00000002 
- 00009045  0x00000ed8 copy  0x00000013 , 0x00000006 
- 00009046  0x00000ed9 ifetch  0x00000001 , 0x00000006 
- 00009047  0x00000eda rtn  0x00000034 
- 00009048  0x00000edc lshift  0x0000003f , 0x0000003f 
- 00009049  0x00000edd loop  0x00002358 
- 00009050  0x00000ede copy  0x0000003f , 0x00000011 
- 00009051  0x00000edf increase  0x00000002 , 0x0000003f 
- 00009052  0x00000ee0 copy  0x0000003f , 0x00000007 
- 00009053  0x00000ee1 fetch  0x00000002 , 0x000041dc 
- 00009054  0x00000ee2 iadd  0x00000007 , 0x0000003f 
- 00009055  0x00000ee3 store  0x00000002 , 0x000041dc 
- 00009056  0x00000ee4 copy  0x00000002 , 0x00000005 
- 00009057  0x00000ee5 copy  0x00000011 , 0x0000003f 
- 00009058  0x00000ee6 increase  0x00000001 , 0x0000003f 
- 00009059  0x00000ee7 istore  0x00000001 , 0x00000005 
- 00009060  0x00000ee8 copy  0x00000013 , 0x00000006 
- 00009061  0x00000ee9 ifetch  0x00000001 , 0x00000006 
- 00009062  0x00000eea ifetch  0x00000001 , 0x00000006 
- 00009063  0x00000eeb istore  0x00000001 , 0x00000005 
- 00009064  0x00000eec copy  0x00000011 , 0x00000039 
- 00009065  0x00000eed branch  0x00007f01 
- 00009066  0x00000ef4 fetch  0x00000001 , 0x00004093 
- 00009067  0x00000ef5 rtnbit0  0x00000001 
- 00009068  0x00000ef6 force  0x00000005 , 0x00000007 
- 00009069  0x00000ef7 call  0x00007f16 
- 00009070  0x00000ef8 nrtn  0x00000034 
- 00009071  0x00000ef9 fetcht  0x00000002 , 0x000040b1 
- 00009072  0x00000efa force  0x00000028 , 0x00000007 
- 00009073  0x00000efb call  0x0000271c 
- 00009074  0x00000efc rtn  0x00000028 
- 00009075  0x00000efd force  0x00000000 , 0x00000004 
- 00009076  0x00000efe jam  0x00000008 , 0x00000010 
- 00009077  0x00000eff set0  0x0000000b , 0x00000000 
- 00009078  0x00000f00 call  0x0000237a 
- 00009079  0x00000f01 force  0x00000005 , 0x00000007 
- 00009080  0x00000f02 fetch  0x00000002 , 0x000040b3 
- 00009081  0x00000f03 branch  0x00007f08 
- 00009082  0x00000f07 bpatch  0x00000035 , 0x00004006 
- 00009083  0x00000f08 disable  0x00000030 
- 00009084  0x00000f09 call  0x000028a4 
- 00009085  0x00000f0a fetch  0x00000001 , 0x00000008 
- 00009086  0x00000f0b increase  0x00000001 , 0x0000003f 
- 00009087  0x00000f0c store  0x00000001 , 0x00000008 
- 00009088  0x00000f0d force  0x00000000 , 0x00000026 
- 00009089  0x00000f0e call  0x000028e2 
- 00009090  0x00000f0f add  0x00000022 , 0x00000001 , 0x00000021 
- 00009091  0x00000f10 force  0x00000002 , 0x00000024 
- 00009092  0x00000f11 bpatch  0x00000036 , 0x00004006 
- 00009093  0x00000f12 call  0x000028cc 
- 00009094  0x00000f13 call  0x000029eb 
- 00009095  0x00000f14 call  0x00002a14 
- 00009096  0x00000f15 nrtn  0x00000018 
- 00009097  0x00000f16 call  0x000028f9 
- 00009098  0x00000f17 fetch  0x00000001 , 0x00000009 
- 00009099  0x00000f18 increase  0x00000001 , 0x0000003f 
- 00009100  0x00000f19 store  0x00000001 , 0x00000009 
- 00009101  0x00000f1a force  0x00000000 , 0x0000001b 
- 00009102  0x00000f1b call  0x00002a4d 
- 00009103  0x00000f1c or_into  0x00000002 , 0x00000021 
- 00009104  0x00000f1d force  0x00000001 , 0x00000024 
- 00009105  0x00000f1e call  0x000028d2 
- 00009106  0x00000f1f call  0x00002a51 
- 00009107  0x00000f20 call  0x00002a5f 
- 00009108  0x00000f21 call  0x00002a64 
- 00009109  0x00000f22 call  0x0000264d 
- 00009110  0x00000f23 force  0x00000000 , 0x00000004 
- 00009111  0x00000f24 arg  0x00000600 , 0x0000000b 
- 00009112  0x00000f25 until  0x00000029 , 0x00000026 
- 00009113  0x00000f26 or_into  0x00000003 , 0x00000028 
- 00009114  0x00000f27 and_into  0x000001fd , 0x00000021 
- 00009115  0x00000f29 bpatch  0x00000037 , 0x00004006 
- 00009116  0x00000f2a increase  0x00000001 , 0x00000026 
- 00009117  0x00000f2b call  0x000028cc 
- 00009118  0x00000f2c call  0x000029eb 
- 00009119  0x00000f2d call  0x00002a07 
- 00009120  0x00000f2e nbranch  0x000023a4 , 0x00000018 
- 00009121  0x00000f2f call  0x00002a6b 
- 00009122  0x00000f30 call  0x0000251e 
- 00009123  0x00000f31 bmark1  0x0000000b , 0x000023ab 
- 00009124  0x00000f33 bpatch  0x00000038 , 0x00004007 
- 00009125  0x00000f34 fetch  0x00000001 , 0x00000010 
- 00009126  0x00000f35 rtn  0x00000034 
- 00009127  0x00000f36 increase  0xffffffff , 0x0000003f 
- 00009128  0x00000f37 store  0x00000001 , 0x00000010 
- 00009129  0x00000f38 call  0x00002a4f 
- 00009130  0x00000f39 branch  0x0000239b 
- 00009131  0x00000f3d bpatch  0x00000039 , 0x00004007 
- 00009132  0x00000f3e set0  0x00000001 , 0x00000028 
- 00009133  0x00000f3f set1  0x00000000 , 0x00000028 
- 00009134  0x00000f40 fetch  0x00000001 , 0x0000000a 
- 00009135  0x00000f41 increase  0x00000001 , 0x0000003f 
- 00009136  0x00000f42 store  0x00000001 , 0x0000000a 
- 00009137  0x00000f43 call  0x00002a4d 
- 00009138  0x00000f44 or_into  0x00000002 , 0x00000021 
- 00009139  0x00000f45 call  0x000028d2 
- 00009140  0x00000f46 call  0x00002a51 
- 00009141  0x00000f47 call  0x00002a5f 
- 00009142  0x00000f48 call  0x00002a64 
- 00009143  0x00000f49 call  0x0000264d 
- 00009144  0x00000f4b compare  0x00000003 , 0x00000028 , 0x00000003 
- 00009145  0x00000f4c branch  0x000023bc , 0x00000001 
- 00009146  0x00000f4d until  0x0000003e , 0x00000017 
- 00009147  0x00000f4e branch  0x000023b8 
- 00009148  0x00000f50 fetch  0x00000004 , 0x00000165 
- 00009149  0x00000f51 or_into  0x00000003 , 0x0000003f 
- 00009150  0x00000f52 icopy  0x00000028 
- 00009151  0x00000f55 bpatch  0x0000003a , 0x00004007 
- 00009152  0x00000f56 fetch  0x00000006 , 0x00000178 
- 00009153  0x00000f57 store  0x00000006 , 0x00000040 
- 00009154  0x00000f58 call  0x00002435 
- 00009155  0x00000f5a call  0x0000247c 
- 00009156  0x00000f5b branch  0x000023c8 , 0x0000002d 
- 00009157  0x00000f5c call  0x00002455 
- 00009158  0x00000f5d nbranch  0x000023c3 , 0x00000034 
- 00009159  0x00000f5e rtn 
- 00009160  0x00000f62 bpatch  0x0000003b , 0x00004007 
- 00009161  0x00000f63 call  0x00002440 
- 00009162  0x00000f64 call  0x0000223b 
- 00009163  0x00000f65 nrtn  0x00000005 
- 00009164  0x00000f66 jam  0x00000000 , 0x00000031 
- 00009165  0x00000f67 call  0x00002841 
- 00009166  0x00000f68 branch  0x00002223 
- 00009167  0x00000f6e bpatch  0x0000003c , 0x00004007 
- 00009168  0x00000f6f call  0x00002850 
- 00009169  0x00000f70 call  0x000023f3 
- 00009170  0x00000f71 rtn  0x00000028 
- 00009171  0x00000f73 bpatch  0x0000003d , 0x00004007 
- 00009172  0x00000f74 call  0x00002c69 
- 00009173  0x00000f75 call  0x00006caa 
- 00009174  0x00000f76 call  0x00002514 
- 00009175  0x00000f77 nbranch  0x000023e2 , 0x0000002d 
- 00009176  0x00000f78 call  0x00002a88 
- 00009177  0x00000f79 call  0x00006cc2 
- 00009178  0x00000f7a call  0x00002489 
- 00009179  0x00000f7b call  0x00002757 
- 00009180  0x00000f7c call  0x00002728 
- 00009181  0x00000f7d call  0x00005d08 
- 00009182  0x00000f7e fetch  0x00000001 , 0x0000000b 
- 00009183  0x00000f7f increase  0x00000001 , 0x0000003f 
- 00009184  0x00000f80 store  0x00000001 , 0x0000000b 
- 00009185  0x00000f81 call  0x00002841 
- 00009186  0x00000f83 bpatch  0x0000003e , 0x00004007 
- 00009187  0x00000f84 call  0x00002bb1 
- 00009188  0x00000f85 call  0x00002a7f 
- 00009189  0x00000f86 branch  0x000023eb , 0x00000002 
- 00009190  0x00000f87 call  0x000021a7 
- 00009191  0x00000f88 nbranch  0x000023eb , 0x00000028 
- 00009192  0x00000f89 call  0x000026f3 
- 00009193  0x00000f8a nbranch  0x000023d3 , 0x00000034 
- 00009194  0x00000f8b rtn 
- 00009195  0x00000f8e bpatch  0x0000003f , 0x00004007 
- 00009196  0x00000f8f jam  0x00000000 , 0x00000151 
- 00009197  0x00000f90 jam  0x00000000 , 0x0000017f 
- 00009198  0x00000f91 call  0x0000245d 
- 00009199  0x00000f92 set0  0x00000011 , 0x00000000 
- 00009200  0x00000f93 call  0x00007fb0 
- 00009201  0x00000f94 fetch  0x00000001 , 0x00000030 
- 00009202  0x00000f95 rtn 
- 00009203  0x00000f99 bpatch  0x00000040 , 0x00004008 
- 00009204  0x00000f9a call  0x000021c9 
- 00009205  0x00000f9b nrtn  0x00000028 
- 00009206  0x00000f9c copy  0x00000004 , 0x00000002 
- 00009207  0x00000f9d call  0x00002a6f 
- 00009208  0x00000f9e store  0x00000001 , 0x00000181 
- 00009209  0x00000f9f copy  0x00000002 , 0x00000004 
- 00009210  0x00000fa0 jam  0x00000020 , 0x00000011 
- 00009211  0x00000fa2 bpatch  0x00000041 , 0x00004008 
- 00009212  0x00000fa3 call  0x00002a4f 
- 00009213  0x00000fa4 force  0x00000002 , 0x00000001 
- 00009214  0x00000fa5 call  0x0000274f 
- 00009215  0x00000fa6 deposit  0x00000022 
- 00009216  0x00000fa7 store  0x00000004 , 0x00000161 
- 00009217  0x00000fa8 call  0x00002762 
- 00009218  0x00000fa9 call  0x00002a4d 
- 00009219  0x00000faa enable  0x0000002f 
- 00009220  0x00000fab call  0x000024f6 
- 00009221  0x00000fac branch  0x0000240d , 0x00000018 
- 00009222  0x00000fad call  0x000028f9 
- 00009223  0x00000fae call  0x00002455 
- 00009224  0x00000faf nbranch  0x000023fb , 0x00000034 
- 00009225  0x00000fb0 rtnmark0  0x00000004 
- 00009226  0x00000fb1 jam  0x00000034 , 0x0000007c 
- 00009227  0x00000fb2 set1  0x00000003 , 0x00000000 
- 00009228  0x00000fb3 rtn 
- 00009229  0x00000fb5 enable  0x00000030 
- 00009230  0x00000fb6 call  0x00002435 
- 00009231  0x00000fb7 call  0x000028a4 
- 00009232  0x00000fb9 bpatch  0x00000042 , 0x00004008 
- 00009233  0x00000fba call  0x000022f2 
- 00009234  0x00000fbb branch  0x00002419 , 0x00000018 
- 00009235  0x00000fbc call  0x00002455 
- 00009236  0x00000fbd nbranch  0x00002410 , 0x00000034 
- 00009237  0x00000fbe disable  0x00000030 
- 00009238  0x00000fbf deposit  0x00000028 
- 00009239  0x00000fc0 store  0x00000004 , 0x000040ca 
- 00009240  0x00000fc1 rtn 
- 00009241  0x00000fc3 enable  0x00000029 
- 00009242  0x00000fc4 bmark0  0x00000004 , 0x0000241f 
- 00009243  0x00000fc5 set0  0x00000004 , 0x00000000 
- 00009244  0x00000fc6 jam  0x00000003 , 0x0000007c 
- 00009245  0x00000fc7 jam  0x00000033 , 0x0000007d 
- 00009246  0x00000fc8 call  0x000062f8 
- 00009247  0x00000fca deposit  0x00000004 
- 00009248  0x00000fcb store  0x00000001 , 0x00000077 
- 00009249  0x00000fcc force  0x00000000 , 0x0000003f 
- 00009250  0x00000fcd store  0x00000006 , 0x00000038 
- 00009251  0x00000fce fetch  0x00000001 , 0x00000031 
- 00009252  0x00000fcf set1  0x00000001 , 0x0000003f 
- 00009253  0x00000fd0 store  0x00000001 , 0x00000031 
- 00009254  0x00000fd1 call  0x00002a88 
- 00009255  0x00000fd2 disable  0x00000029 
- 00009256  0x00000fd3 enable  0x00000028 
- 00009257  0x00000fd4 rtn 
- 00009258  0x00000fd9 bpatch  0x00000043 , 0x00004008 
- 00009259  0x00000fda disable  0x0000002d 
- 00009260  0x00000fdb set0  0x00000005 , 0x00000000 
- 00009261  0x00000fdc set0  0x0000000a , 0x00000000 
- 00009262  0x00000fdd set0  0x00000010 , 0x00000000 
- 00009263  0x00000fde set0  0x0000000f , 0x00000000 
- 00009264  0x00000fdf fetch  0x00000001 , 0x00000047 
- 00009265  0x00000fe0 set0  0x00000005 , 0x0000003f 
- 00009266  0x00000fe1 set1  0x00000004 , 0x0000003f 
- 00009267  0x00000fe2 store  0x00000001 , 0x00000047 
- 00009268  0x00000fe3 rtn 
- 00009269  0x00000fe6 bpatch  0x00000044 , 0x00004008 
- 00009270  0x00000fe7 jam  0x00000020 , 0x00000011 
- 00009271  0x00000fe8 jam  0x00000050 , 0x00000047 
- 00009272  0x00000fe9 fetch  0x00000002 , 0x000040bf 
- 00009273  0x00000fea store  0x00000002 , 0x0000003e 
- 00009274  0x00000feb deposit  0x00000022 
- 00009275  0x00000fec store  0x00000004 , 0x000040ca 
- 00009276  0x00000fed rtn  0x00000030 
- 00009277  0x00000fee deposit  0x00000028 
- 00009278  0x00000fef store  0x00000004 , 0x000040ca 
- 00009279  0x00000ff0 rtn 
- 00009280  0x00000ff3 bpatch  0x00000045 , 0x00004008 
- 00009281  0x00000ff4 call  0x00005d04 
- 00009282  0x00000ff5 call  0x00002459 
- 00009283  0x00000ff6 store  0x00000001 , 0x00000046 
- 00009284  0x00000ff7 setarg  0x00000000 
- 00009285  0x00000ff8 store  0x00000002 , 0x0000025d 
- 00009286  0x00000ff9 setarg  0x00001c80 
- 00009287  0x00000ffa store  0x00000002 , 0x00000051 
- 00009288  0x00000ffb fetch  0x00000001 , 0x00000030 
- 00009289  0x00000ffc set1  0x00000000 , 0x0000003f 
- 00009290  0x00000ffd store  0x00000001 , 0x00000030 
- 00009291  0x00000ffe jam  0x00000000 , 0x0000004b 
- 00009292  0x00000fff jam  0x00000000 , 0x0000004c 
- 00009293  0x00001000 jam  0x00000000 , 0x000000a0 
- 00009294  0x00001001 branch  0x00002a88 
- 00009295  0x00001005 bpatch  0x00000046 , 0x00004008 
- 00009296  0x00001006 force  0x00000000 , 0x0000003f 
- 00009297  0x00001007 store  0x00000008 , 0x000041be 
- 00009298  0x00001008 istore  0x00000008 , 0x00000005 
- 00009299  0x00001009 call  0x000021c5 
- 00009300  0x0000100a branch  0x00002254 
- 00009301  0x0000100d fetch  0x00000001 , 0x00000011 
- 00009302  0x0000100e increase  0xffffffff , 0x0000003f 
- 00009303  0x0000100f store  0x00000001 , 0x00000011 
- 00009304  0x00001010 rtn 
- 00009305  0x00001013 fetch  0x00000001 , 0x000040cf 
- 00009306  0x00001014 increase  0x00000001 , 0x0000003f 
- 00009307  0x00001015 store  0x00000001 , 0x000040cf 
- 00009308  0x00001016 rtn 
- 00009309  0x0000101a bpatch  0x00000047 , 0x00004008 
- 00009310  0x0000101b fetch  0x00000001 , 0x000041ce 
- 00009311  0x0000101c beq  0x00000003 , 0x00002462 
- 00009312  0x0000101d fetch  0x00000001 , 0x00000048 
- 00009313  0x0000101e bne  0x00000001 , 0x00002466 
- 00009314  0x00001020 call  0x00004d06 
- 00009315  0x00001021 nbranch  0x00002466 , 0x00000005 
- 00009316  0x00001022 call  0x000021a4 
- 00009317  0x00001023 jam  0x00000000 , 0x000041ce 
- 00009318  0x00001025 bpatch  0x00000048 , 0x00004009 
- 00009319  0x00001026 call  0x000033af 
- 00009320  0x00001027 call  0x000026e9 
- 00009321  0x00001028 jam  0x00000002 , 0x00000a99 
- 00009322  0x00001029 call  0x00007d86 
- 00009323  0x0000102a call  0x00005cf7 
- 00009324  0x0000102b call  0x00004d6b 
- 00009325  0x0000102c call  0x0000757d 
- 00009326  0x0000102d fetch  0x00000001 , 0x00000030 
- 00009327  0x0000102e set0  0x00000000 
- 00009328  0x0000102f store  0x00000001 , 0x00000030 
- 00009329  0x00001030 jam  0x00000000 , 0x00004681 
- 00009330  0x00001032 fetch  0x00000001 , 0x0000004c 
- 00009331  0x00001033 compare  0x00000000 , 0x0000003f , 0x000000c0 
- 00009332  0x00001034 branch  0x00002476 , 0x00000001 
- 00009333  0x00001035 set0  0x00000001 , 0x00000000 
- 00009334  0x00001037 fetch  0x00000001 , 0x00000047 
- 00009335  0x00001038 bbit0  0x00000003 , 0x00002478 
- 00009336  0x0000103a fetch  0x00000001 , 0x0000004b 
- 00009337  0x0000103b rtnbit0  0x00000006 
- 00009338  0x0000103c set0  0x00000002 , 0x00000000 
- 00009339  0x0000103d rtn 
- 00009340  0x00001040 bpatch  0x00000049 , 0x00004009 
- 00009341  0x00001041 fetch  0x00000001 , 0x00000174 
- 00009342  0x00001042 rtn  0x00000034 
- 00009343  0x00001043 icopy  0x00000004 
- 00009344  0x00001044 call  0x00002514 
- 00009345  0x00001045 nrtn  0x0000002d 
- 00009346  0x00001046 force  0x00000000 , 0x00000001 
- 00009347  0x00001047 call  0x00002757 
- 00009348  0x00001048 deposit  0x00000004 
- 00009349  0x00001049 store  0x00000001 , 0x00000077 
- 00009350  0x0000104a force  0x00000000 , 0x0000003f 
- 00009351  0x0000104b store  0x00000001 , 0x00000174 
- 00009352  0x0000104c rtn 
- 00009353  0x00001053 bpatch  0x0000004a , 0x00004009 
- 00009354  0x00001054 fetch  0x00000001 , 0x00000030 
- 00009355  0x00001055 bbit0  0x00000002 , 0x00002496 
- 00009356  0x00001056 force  0x00000007 , 0x00000001 
- 00009357  0x00001057 bmark0  0x00000007 , 0x00002495 
- 00009358  0x00001058 call  0x00002725 
- 00009359  0x00001059 nbranch  0x00002496 , 0x00000001 
- 00009360  0x0000105a branch  0x00002496 , 0x0000002e 
- 00009361  0x0000105b call  0x000024c1 
- 00009362  0x0000105c setarg  0x00000002 
- 00009363  0x0000105d store  0x00000002 , 0x000040c8 
- 00009364  0x0000105e rtn 
- 00009365  0x00001060 nrtn  0x0000002e 
- 00009366  0x00001062 bpatch  0x0000004b , 0x00004009 
- 00009367  0x00001063 call  0x00002243 
- 00009368  0x00001064 nbranch  0x000024a7 , 0x00000005 
- 00009369  0x00001065 fetch  0x00000001 , 0x00000047 
- 00009370  0x00001066 bbit0  0x00000003 , 0x000024b0 
- 00009371  0x00001068 bmark1  0x00000005 , 0x000024b4 
- 00009372  0x00001069 fetch  0x00000001 , 0x0000017f 
- 00009373  0x0000106a bbit1  0x00000006 , 0x000024ba 
- 00009374  0x0000106b fetch  0x00000002 , 0x000040c8 
- 00009375  0x0000106c increase  0xffffffff , 0x0000003f 
- 00009376  0x0000106d store  0x00000002 , 0x000040c8 
- 00009377  0x0000106e branch  0x000024a5 , 0x00000034 
- 00009378  0x0000106f fetch  0x00000001 , 0x000040c5 
- 00009379  0x00001070 iforce  0x00000001 
- 00009380  0x00001071 rtn 
- 00009381  0x00001074 bpatch  0x0000004c , 0x00004009 
- 00009382  0x00001075 call  0x00002687 
- 00009383  0x00001077 call  0x00002725 
- 00009384  0x00001078 branch  0x000024b0 , 0x00000001 
- 00009385  0x00001079 call  0x0000600a 
- 00009386  0x0000107a branch  0x000024be , 0x00000028 
- 00009387  0x0000107b fetch  0x00000001 , 0x0000004b 
- 00009388  0x0000107c bbit1  0x00000006 , 0x000024c0 
- 00009389  0x0000107d bmark1  0x00000005 , 0x000024b4 
- 00009390  0x0000107e fetch  0x00000001 , 0x0000017f 
- 00009391  0x0000107f bbit1  0x00000006 , 0x000024ba 
- 00009392  0x00001081 force  0x00000001 , 0x00000001 
- 00009393  0x00001082 rtn  0x00000029 
- 00009394  0x00001083 force  0x00000000 , 0x00000001 
- 00009395  0x00001084 rtn 
- 00009396  0x00001086 bpatch  0x0000004d , 0x00004009 
- 00009397  0x00001087 fetch  0x00000001 , 0x00000019 
- 00009398  0x00001088 iforce  0x00000001 
- 00009399  0x00001089 rtnne  0x00000001 
- 00009400  0x0000108a force  0x00000000 , 0x00000001 
- 00009401  0x0000108b rtn 
- 00009402  0x0000108d fetch  0x00000001 , 0x00000158 
- 00009403  0x0000108e and  0x0000003f , 0x0000000f , 0x00000001 
- 00009404  0x0000108f set1  0x00000005 , 0x00000000 
- 00009405  0x00001090 rtn 
- 00009406  0x00001092 force  0x00000013 , 0x00000001 
- 00009407  0x00001093 branch  0x000024c1 
- 00009408  0x00001095 call  0x000024ca 
- 00009409  0x00001098 bpatch  0x0000004e , 0x00004009 
- 00009410  0x00001099 fetcht  0x00000001 , 0x00000047 
- 00009411  0x0000109a set1  0x00000003 , 0x00000002 
- 00009412  0x0000109b storet  0x00000001 , 0x00000047 
- 00009413  0x0000109c deposit  0x00000001 
- 00009414  0x0000109d store  0x00000001 , 0x000040c5 
- 00009415  0x0000109e setarg  0x0000ffff 
- 00009416  0x0000109f store  0x00000002 , 0x000040c8 
- 00009417  0x000010a0 rtn 
- 00009418  0x000010a3 bpatch  0x0000004f , 0x00004009 
- 00009419  0x000010a4 fetch  0x00000001 , 0x0000004c 
- 00009420  0x000010a5 isolate1  0x00000005 , 0x0000003f 
- 00009421  0x000010a6 fetch  0x00000002 , 0x000041dc 
- 00009422  0x000010a7 branch  0x000024e0 , 0x00000001 
- 00009423  0x000010a8 force  0x00000003 , 0x00000001 
- 00009424  0x000010a9 sub  0x0000003f , 0x00000011 , 0x0000003e 
- 00009425  0x000010aa rtn  0x00000002 
- 00009426  0x000010ab force  0x00000004 , 0x00000001 
- 00009427  0x000010ac sub  0x0000003f , 0x0000001b , 0x0000003e 
- 00009428  0x000010ad rtn  0x00000002 
- 00009429  0x000010ae force  0x0000000a , 0x00000001 
- 00009430  0x000010af sub  0x0000003f , 0x00000079 , 0x0000003e 
- 00009431  0x000010b0 rtn  0x00000002 
- 00009432  0x000010b1 force  0x0000000b , 0x00000001 
- 00009433  0x000010b2 sub  0x0000003f , 0x000000b7 , 0x0000003e 
- 00009434  0x000010b3 rtn  0x00000002 
- 00009435  0x000010b4 force  0x0000000e , 0x00000001 
- 00009436  0x000010b5 sub  0x0000003f , 0x000000e0 , 0x0000003e 
- 00009437  0x000010b6 rtn  0x00000002 
- 00009438  0x000010b7 force  0x0000000f , 0x00000001 
- 00009439  0x000010b8 rtn 
- 00009440  0x000010ba force  0x00000003 , 0x00000001 
- 00009441  0x000010bb sub  0x0000003f , 0x00000011 , 0x0000003e 
- 00009442  0x000010bc rtn  0x00000002 
- 00009443  0x000010bd force  0x00000004 , 0x00000001 
- 00009444  0x000010be sub  0x0000003f , 0x00000036 , 0x0000003e 
- 00009445  0x000010bf rtn  0x00000002 
- 00009446  0x000010c0 force  0x0000000a , 0x00000001 
- 00009447  0x000010c1 arg  0x0000016f , 0x00000002 
- 00009448  0x000010c2 isub  0x00000002 , 0x0000003e 
- 00009449  0x000010c3 nrtn  0x00000002 
- 00009450  0x000010c4 force  0x0000000e , 0x00000001 
- 00009451  0x000010c5 arg  0x000002a7 , 0x00000002 
- 00009452  0x000010c6 isub  0x00000002 , 0x0000003e 
- 00009453  0x000010c7 nrtn  0x00000002 
- 00009454  0x000010c8 force  0x0000000f , 0x00000001 
- 00009455  0x000010c9 rtn 
- 00009456  0x000010d3 fetch  0x00000001 , 0x00000030 
- 00009457  0x000010d4 bbit0  0x00000001 , 0x000024f5 
- 00009458  0x000010d5 fetch  0x00000002 , 0x00000032 
- 00009459  0x000010d6 branch  0x000024f5 , 0x00000034 
- 00009460  0x000010d7 nbranch  0x000024f7 , 0x0000002e 
- 00009461  0x000010d9 call  0x00002a4f 
- 00009462  0x000010db add  0x00000028 , 0x00000001 , 0x00000021 
- 00009463  0x000010dd enable  0x00000010 
- 00009464  0x000010de fetch  0x00000002 , 0x0000003e 
- 00009465  0x000010df rshift  0x0000003f , 0x0000003f 
- 00009466  0x000010e0 arg  0x00000500 , 0x00000002 
- 00009467  0x000010e1 iadd  0x00000002 , 0x0000003f 
- 00009468  0x000010e2 call  0x00002a24 
- 00009469  0x000010e3 call  0x000028ea 
- 00009470  0x000010e4 force  0x00000003 , 0x00000024 
- 00009471  0x000010e5 call  0x000028cc 
- 00009472  0x000010e6 call  0x0000242a 
- 00009473  0x000010e7 call  0x000029f1 
- 00009474  0x000010e8 bpatch  0x00000050 , 0x0000400a 
- 00009475  0x000010e9 fetch  0x00000002 , 0x0000003e 
- 00009476  0x000010ea rshift  0x0000003f , 0x0000003f 
- 00009477  0x000010eb call  0x00002a24 
- 00009478  0x000010ec call  0x000029eb 
- 00009479  0x000010ed enable  0x0000000d 
- 00009480  0x000010ee fetch  0x00000002 , 0x0000003e 
- 00009481  0x000010ef arg  0x000003bb , 0x00000002 
- 00009482  0x000010f0 iadd  0x00000002 , 0x0000001b 
- 00009483  0x000010f1 correlate  0x0000003e , 0x00000003 
- 00009484  0x000010f2 copy  0x0000001a , 0x00000002 
- 00009485  0x000010f3 storet  0x00000006 , 0x0000009a 
- 00009486  0x000010f4 disable  0x0000000d 
- 00009487  0x000010f5 nrtn  0x00000018 
- 00009488  0x000010f6 arg  0x000003bb , 0x00000029 
- 00009489  0x000010f7 copy  0x00000021 , 0x00000028 
- 00009490  0x000010f8 branch  0x00002b05 , 0x0000002b 
- 00009491  0x000010f9 rtn 
- 00009492  0x000010fd bpatch  0x00000051 , 0x0000400a 
- 00009493  0x000010fe call  0x000024f0 
- 00009494  0x000010ff nbranch  0x000028f9 , 0x00000018 
- 00009495  0x00001100 call  0x000029bb 
- 00009496  0x00001101 bmark0  0x00000011 , 0x0000251c 
- 00009497  0x00001102 fetch  0x00000002 , 0x000000f6 
- 00009498  0x00001103 increase  0x00000001 , 0x0000003f 
- 00009499  0x00001104 store  0x00000002 , 0x000000f6 
- 00009500  0x00001106 rshift  0x00000021 , 0x00000002 
- 00009501  0x00001107 or  0x00000002 , 0x00000040 , 0x0000000e 
- 00009502  0x00001109 bpatch  0x00000052 , 0x0000400a 
- 00009503  0x0000110a enable  0x00000007 
- 00009504  0x0000110b enable  0x0000000a 
- 00009505  0x0000110c enable  0x0000000b 
- 00009506  0x0000110d parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009507  0x0000110e rshift8  0x0000000c , 0x0000003f 
- 00009508  0x0000110f store  0x00000001 , 0x0000015d 
- 00009509  0x00001110 parse  0x00000003 , 0x00000000 , 0x00000004 
- 00009510  0x00001111 inject  0x00000000 , 0x00000007 
- 00009511  0x00001112 copy  0x0000000c , 0x0000003f 
- 00009512  0x00001113 store  0x00000001 , 0x00000019 
- 00009513  0x00001114 parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009514  0x00001115 rshift8  0x0000000c , 0x0000003f 
- 00009515  0x00001116 store  0x00000001 , 0x0000015e 
- 00009516  0x00001117 fetch  0x00000001 , 0x00000019 
- 00009517  0x00001118 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00009518  0x00001119 branch  0x00002533 , 0x00000002 
- 00009519  0x0000111a beq  0x00000007 , 0x00002533 
- 00009520  0x0000111b fetch  0x00000001 , 0x0000004c 
- 00009521  0x0000111c isolate1  0x00000005 , 0x0000003f 
- 00009522  0x0000111d setflag  0x00000001 , 0x00000001 , 0x00000015 
- 00009523  0x0000111f bpatch  0x00000053 , 0x0000400a 
- 00009524  0x00001120 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009525  0x00001121 disable  0x0000000b 
- 00009526  0x00001122 disable  0x0000000a 
- 00009527  0x00001123 branch  0x00002631 , 0x00000006 
- 00009528  0x00001124 bmark0  0x00000011 , 0x0000253c 
- 00009529  0x00001125 fetch  0x00000002 , 0x000000f8 
- 00009530  0x00001126 increase  0x00000001 , 0x0000003f 
- 00009531  0x00001127 store  0x00000002 , 0x000000f8 
- 00009532  0x00001129 bpatch  0x00000054 , 0x0000400a 
- 00009533  0x0000112a fetch  0x00000001 , 0x0000015d 
- 00009534  0x0000112b compare  0x00000000 , 0x0000003f , 0x00000007 
- 00009535  0x0000112c setflag  0x00000001 , 0x0000000a , 0x00000000 
- 00009536  0x0000112d branch  0x0000254c , 0x00000001 
- 00009537  0x0000112e icompare  0x00000007 , 0x00000004 
- 00009538  0x0000112f branch  0x0000254b , 0x00000001 
- 00009539  0x00001130 bmark0  0x00000007 , 0x0000264d 
- 00009540  0x00001131 fetcht  0x00000001 , 0x000000b0 
- 00009541  0x00001132 icompare  0x00000007 , 0x00000002 
- 00009542  0x00001133 nbranch  0x0000264d , 0x00000001 
- 00009543  0x00001134 fetch  0x00000001 , 0x00000047 
- 00009544  0x00001135 set0  0x00000005 , 0x0000003f 
- 00009545  0x00001136 set1  0x00000004 , 0x0000003f 
- 00009546  0x00001137 store  0x00000001 , 0x00000047 
- 00009547  0x00001139 enable  0x0000002d 
- 00009548  0x0000113b bpatch  0x00000055 , 0x0000400a 
- 00009549  0x0000113c fetch  0x00000001 , 0x00000019 
- 00009550  0x0000113d icopy  0x00000001 
- 00009551  0x0000113e bmark1  0x0000000a , 0x0000255b 
- 00009552  0x0000113f fetcht  0x00000001 , 0x0000015e 
- 00009553  0x00001140 fetch  0x00000001 , 0x00000047 
- 00009554  0x00001141 set0  0x00000000 , 0x0000003f 
- 00009555  0x00001142 isolate1  0x00000000 , 0x00000002 
- 00009556  0x00001143 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00009557  0x00001144 isolate1  0x00000001 , 0x00000002 
- 00009558  0x00001145 setflag  0x00000001 , 0x00000001 , 0x0000003f 
- 00009559  0x00001146 store  0x00000001 , 0x00000047 
- 00009560  0x00001147 isolate0  0x00000001 , 0x00000002 
- 00009561  0x00001148 branch  0x0000255b , 0x00000001 
- 00009562  0x00001149 call  0x00002687 
- 00009563  0x0000114b bpatch  0x00000056 , 0x0000400a 
- 00009564  0x0000114c arg  0x00000000 , 0x00000002 
- 00009565  0x0000114d call  0x00002a1c 
- 00009566  0x0000114e and  0x00000001 , 0x0000000f , 0x0000003f 
- 00009567  0x0000114f beq  0x00000001 , 0x00002587 
- 00009568  0x00001150 beq  0x00000000 , 0x0000264d 
- 00009569  0x00001151 beq  0x00000002 , 0x00002659 
- 00009570  0x00001152 fetcht  0x00000001 , 0x0000015e 
- 00009571  0x00001153 fetch  0x00000001 , 0x00000047 
- 00009572  0x00001154 icompare  0x00000004 , 0x00000002 
- 00009573  0x00001155 nbranch  0x00002569 , 0x00000001 
- 00009574  0x00001156 bmark0  0x0000000a , 0x00002568 
- 00009575  0x00001157 bbit0  0x00000007 , 0x00002569 
- 00009576  0x00001159 set1  0x0000000f , 0x00000000 
- 00009577  0x0000115b bpatch  0x00000057 , 0x0000400a 
- 00009578  0x0000115c deposit  0x00000001 
- 00009579  0x0000115d beq  0x00000003 , 0x00002589 
- 00009580  0x0000115e beq  0x00000004 , 0x0000258d 
- 00009581  0x0000115f beq  0x00000007 , 0x00002578 
- 00009582  0x00001160 beq  0x00000008 , 0x0000258c 
- 00009583  0x00001161 arg  0x00000004 , 0x00000002 
- 00009584  0x00001162 call  0x00002a1c 
- 00009585  0x00001163 beq  0x0000000a , 0x00002588 
- 00009586  0x00001164 beq  0x0000000b , 0x0000258b 
- 00009587  0x00001165 arg  0x00000008 , 0x00000002 
- 00009588  0x00001166 call  0x00002a1c 
- 00009589  0x00001167 beq  0x0000000e , 0x00002588 
- 00009590  0x00001168 beq  0x0000000f , 0x0000258b 
- 00009591  0x00001169 rtn 
- 00009592  0x0000116d bpatch  0x00000058 , 0x0000400b 
- 00009593  0x0000116e enable  0x0000000d 
- 00009594  0x0000116f enable  0x00000009 
- 00009595  0x00001170 enable  0x0000000e 
- 00009596  0x00001171 arg  0x000000d1 , 0x00000005 
- 00009597  0x00001172 force  0x0000001e , 0x00000039 
- 00009598  0x00001174 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009599  0x00001175 rshift3  0x0000000c , 0x0000003f 
- 00009600  0x00001176 istore  0x00000001 , 0x00000005 
- 00009601  0x00001177 loop  0x0000257e 
- 00009602  0x00001178 bmark0  0x00000007 , 0x0000264d 
- 00009603  0x00001179 parse  0x00000003 , 0x00000000 , 0x00000010 
- 00009604  0x0000117a nsetflag  0x00000006 , 0x00000008 , 0x00000000 
- 00009605  0x0000117b branch  0x0000263d , 0x00000006 
- 00009606  0x0000117c branch  0x00002620 
- 00009607  0x00001180 branch  0x0000264d 
- 00009608  0x00001184 set1  0x00000010 , 0x00000000 
- 00009609  0x00001186 enable  0x0000000c 
- 00009610  0x00001187 branch  0x0000258e 
- 00009611  0x0000118b set1  0x00000010 , 0x00000000 
- 00009612  0x0000118d set1  0x00000002 , 0x00000015 
- 00009613  0x0000118f enable  0x0000000d 
- 00009614  0x00001191 bpatch  0x00000059 , 0x0000400b 
- 00009615  0x00001192 bmark1  0x00000001 , 0x0000264d 
- 00009616  0x00001193 isolate0  0x00000001 , 0x00000015 
- 00009617  0x00001194 branch  0x0000259a , 0x00000001 
- 00009618  0x00001195 disable  0x00000007 
- 00009619  0x00001196 enable  0x0000000d 
- 00009620  0x00001197 disable  0x0000000c 
- 00009621  0x00001198 add  0x00000022 , 0x00000002 , 0x0000000b 
- 00009622  0x00001199 correlate  0x00000022 , 0x00000026 
- 00009623  0x0000119a nbranch  0x0000263d , 0x00000018 
- 00009624  0x0000119b set1  0x00000010 , 0x00000000 
- 00009625  0x0000119c enable  0x00000007 
- 00009626  0x0000119e bpatch  0x0000005a , 0x0000400b 
- 00009627  0x0000119f enable  0x0000000e 
- 00009628  0x000011a0 enable  0x00000009 
- 00009629  0x000011a1 parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009630  0x000011a2 rshift8  0x0000000c , 0x0000003f 
- 00009631  0x000011a3 store  0x00000001 , 0x00000180 
- 00009632  0x000011a4 parse  0x00000003 , 0x00000000 , 0x00000005 
- 00009633  0x000011a5 bmark1  0x00000010 , 0x000025a5 
- 00009634  0x000011a6 rshift3  0x0000000c , 0x00000039 
- 00009635  0x000011a7 rshift3  0x00000039 , 0x00000039 
- 00009636  0x000011a8 branch  0x000025a8 
- 00009637  0x000011aa parse  0x00000003 , 0x00000000 , 0x00000005 
- 00009638  0x000011ab rshift  0x0000000c , 0x00000039 
- 00009639  0x000011ac parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009640  0x000011ae bpatch  0x0000005b , 0x0000400b 
- 00009641  0x000011af deposit  0x00000039 
- 00009642  0x000011b0 store  0x00000002 , 0x0000015f 
- 00009643  0x000011b1 branch  0x000025e8 , 0x00000034 
- 00009644  0x000011b2 isub  0x00000035 , 0x0000003e 
- 00009645  0x000011b3 branch  0x0000263d , 0x00000002 
- 00009646  0x000011b4 bpatch  0x0000005c , 0x0000400b 
- 00009647  0x000011b5 set0  0x00000000 , 0x00000000 
- 00009648  0x000011b6 fetch  0x00000001 , 0x00000180 
- 00009649  0x000011b7 and_into  0x00000003 , 0x0000003f 
- 00009650  0x000011b8 arg  0x00000551 , 0x00000005 
- 00009651  0x000011b9 beq  0x00000003 , 0x000025ba 
- 00009652  0x000011ba bmark1  0x00000011 , 0x000025e4 
- 00009653  0x000011bc fetch  0x00000001 , 0x00000180 
- 00009654  0x000011bd and_into  0x00000003 , 0x0000003f 
- 00009655  0x000011be beq  0x00000002 , 0x000025bf 
- 00009656  0x000011bf beq  0x00000001 , 0x000025d3 
- 00009657  0x000011c0 branch  0x0000263d 
- 00009658  0x000011c3 fetch  0x00000002 , 0x0000015f 
- 00009659  0x000011c4 sub  0x0000003f , 0x00000070 , 0x0000003e 
- 00009660  0x000011c5 nbranch  0x0000263d , 0x00000002 
- 00009661  0x000011c6 bmark1  0x0000000f , 0x00002620 
- 00009662  0x000011c7 branch  0x000025e4 
- 00009663  0x000011cb bpatch  0x0000005d , 0x0000400b 
- 00009664  0x000011cc bmark1  0x0000000f , 0x00002620 
- 00009665  0x000011cd fetch  0x00000002 , 0x0000015f 
- 00009666  0x000011ce arg  0x000002e0 , 0x00000002 
- 00009667  0x000011cf isub  0x00000002 , 0x0000003e 
- 00009668  0x000011d0 branch  0x0000263d , 0x00000002 
- 00009669  0x000011d1 fetch  0x00000001 , 0x00000263 
- 00009670  0x000011d2 bbit0  0x00000000 , 0x000025c9 
- 00009671  0x000011d3 bbit0  0x00000001 , 0x000025ce 
- 00009672  0x000011d4 branch  0x0000264d 
- 00009673  0x000011d6 jam  0x00000001 , 0x00000261 
- 00009674  0x000011d7 fetch  0x00000002 , 0x0000025d 
- 00009675  0x000011d8 bne  0x00000000 , 0x0000264d 
- 00009676  0x000011d9 arg  0x00001000 , 0x00000005 
- 00009677  0x000011da branch  0x000025e4 
- 00009678  0x000011dc jam  0x00000002 , 0x00000261 
- 00009679  0x000011dd fetch  0x00000002 , 0x0000025f 
- 00009680  0x000011de bne  0x00000000 , 0x0000264d 
- 00009681  0x000011df arg  0x00001400 , 0x00000005 
- 00009682  0x000011e0 branch  0x000025e4 
- 00009683  0x000011e3 bpatch  0x0000005e , 0x0000400b 
- 00009684  0x000011e4 bmark1  0x0000000f , 0x00002620 
- 00009685  0x000011e5 fetch  0x00000002 , 0x0000015f 
- 00009686  0x000011e6 arg  0x000002e0 , 0x00000002 
- 00009687  0x000011e7 isub  0x00000002 , 0x0000003e 
- 00009688  0x000011e8 branch  0x0000263d , 0x00000002 
- 00009689  0x000011e9 fetch  0x00000001 , 0x00000261 
- 00009690  0x000011ea beq  0x00000001 , 0x000025dd 
- 00009691  0x000011eb beq  0x00000002 , 0x000025e1 
- 00009692  0x000011ec branch  0x0000264d 
- 00009693  0x000011ee arg  0x00001000 , 0x00000005 
- 00009694  0x000011ef fetch  0x00000002 , 0x0000025d 
- 00009695  0x000011f0 iadd  0x00000005 , 0x00000005 
- 00009696  0x000011f1 branch  0x000025e4 
- 00009697  0x000011f3 arg  0x00001400 , 0x00000005 
- 00009698  0x000011f4 fetch  0x00000002 , 0x0000025f 
- 00009699  0x000011f5 iadd  0x00000005 , 0x00000005 
- 00009700  0x000011f7 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009701  0x000011f8 rshift3  0x0000000c , 0x0000003f 
- 00009702  0x000011f9 istore  0x00000001 , 0x00000005 
- 00009703  0x000011fa loop  0x000025e4 
- 00009704  0x000011fc bpatch  0x0000005f , 0x0000400b 
- 00009705  0x000011fd parse  0x00000003 , 0x00000000 , 0x00000010 
- 00009706  0x000011fe branch  0x00002637 , 0x00000006 
- 00009707  0x000011ff fetch  0x00000001 , 0x00004363 
- 00009708  0x00001200 beq  0x00000001 , 0x0000264d 
- 00009709  0x00001201 bmark1  0x00000011 , 0x0000260d 
- 00009710  0x00001202 bmark1  0x0000000f , 0x0000264a 
- 00009711  0x00001203 fetch  0x00000001 , 0x00000180 
- 00009712  0x00001204 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00009713  0x00001205 branch  0x0000260d , 0x00000001 
- 00009714  0x00001206 fetch  0x00000002 , 0x0000015f 
- 00009715  0x00001207 branch  0x0000260d , 0x00000034 
- 00009716  0x00001208 bpatch  0x00000060 , 0x0000400c 
- 00009717  0x00001209 fetch  0x00000001 , 0x00000261 
- 00009718  0x0000120a beq  0x00000001 , 0x000025f9 
- 00009719  0x0000120b beq  0x00000002 , 0x00002603 
- 00009720  0x0000120c branch  0x00002a8c 
- 00009721  0x0000120e fetch  0x00000002 , 0x0000025d 
- 00009722  0x0000120f fetcht  0x00000002 , 0x0000015f 
- 00009723  0x00001210 iadd  0x00000002 , 0x0000003f 
- 00009724  0x00001211 store  0x00000002 , 0x0000025d 
- 00009725  0x00001212 beq  0x00000000 , 0x00002a8c 
- 00009726  0x00001213 fetcht  0x00000002 , 0x00001000 
- 00009727  0x00001214 increase  0x00000004 , 0x00000002 
- 00009728  0x00001215 isub  0x00000002 , 0x0000003e 
- 00009729  0x00001216 call  0x00002747 , 0x00000005 
- 00009730  0x00001217 branch  0x0000260d 
- 00009731  0x00001219 fetch  0x00000002 , 0x0000025f 
- 00009732  0x0000121a fetcht  0x00000002 , 0x0000015f 
- 00009733  0x0000121b iadd  0x00000002 , 0x0000003f 
- 00009734  0x0000121c store  0x00000002 , 0x0000025f 
- 00009735  0x0000121d beq  0x00000000 , 0x00002a8c 
- 00009736  0x0000121e fetcht  0x00000002 , 0x00001400 
- 00009737  0x0000121f add  0x00000002 , 0x00000004 , 0x00000002 
- 00009738  0x00001220 isub  0x00000002 , 0x0000003e 
- 00009739  0x00001221 call  0x0000274b , 0x00000005 
- 00009740  0x00001222 branch  0x0000260d 
- 00009741  0x00001224 bpatch  0x00000061 , 0x0000400c 
- 00009742  0x00001225 fetcht  0x00000001 , 0x0000004c 
- 00009743  0x00001226 fetch  0x00000001 , 0x00000180 
- 00009744  0x00001227 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00009745  0x00001228 setflag  0x00000001 , 0x00000006 , 0x00000002 
- 00009746  0x00001229 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
- 00009747  0x0000122a storet  0x00000001 , 0x0000004c 
- 00009748  0x0000122b nbranch  0x00002616 , 0x00000001 
- 00009749  0x0000122c set1  0x00000001 , 0x00000000 
- 00009750  0x0000122e bmark0  0x00000011 , 0x00002620 
- 00009751  0x0000122f isolate1  0x00000006 , 0x00000002 
- 00009752  0x00001230 branch  0x00002620 , 0x00000001 
- 00009753  0x00001231 fetch  0x00000002 , 0x000000fa 
- 00009754  0x00001232 increase  0x00000001 , 0x0000003f 
- 00009755  0x00001233 store  0x00000002 , 0x000000fa 
- 00009756  0x00001234 set1  0x00000005 , 0x00000000 
- 00009757  0x00001235 set0  0x00000007 , 0x00000002 
- 00009758  0x00001236 set0  0x00000001 , 0x00000000 
- 00009759  0x00001237 storet  0x00000001 , 0x0000004c 
- 00009760  0x00001239 bpatch  0x00000062 , 0x0000400c 
- 00009761  0x0000123a fetcht  0x00000001 , 0x0000015e 
- 00009762  0x0000123b fetch  0x00000001 , 0x00000047 
- 00009763  0x0000123c set1  0x00000005 , 0x0000003f 
- 00009764  0x0000123d isolate1  0x00000002 , 0x00000002 
- 00009765  0x0000123e setflag  0x00000001 , 0x00000002 , 0x0000003f 
- 00009766  0x0000123f isolate1  0x0000000a , 0x00000000 
- 00009767  0x00001240 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00009768  0x00001241 store  0x00000001 , 0x00000047 
- 00009769  0x00001242 fetch  0x00000002 , 0x0000015f 
- 00009770  0x00001243 nbranch  0x0000264d , 0x00000034 
- 00009771  0x00001244 fetch  0x00000001 , 0x0000004c 
- 00009772  0x00001245 set0  0x00000007 , 0x0000003f 
- 00009773  0x00001246 store  0x00000001 , 0x0000004c 
- 00009774  0x00001247 fetch  0x00000001 , 0x00000180 
- 00009775  0x00001248 compare  0x00000001 , 0x0000003f , 0x00000007 
- 00009776  0x0000124a branch  0x0000264d 
- 00009777  0x0000124d bpatch  0x00000063 , 0x0000400c 
- 00009778  0x0000124e disable  0x0000002d 
- 00009779  0x0000124f fetch  0x00000002 , 0x0000001a 
- 00009780  0x00001250 increase  0x00000001 , 0x0000003f 
- 00009781  0x00001251 store  0x00000002 , 0x0000001a 
- 00009782  0x00001252 branch  0x0000264d 
- 00009783  0x00001254 fetch  0x00000002 , 0x0000001c 
- 00009784  0x00001255 increase  0x00000001 , 0x0000003f 
- 00009785  0x00001256 store  0x00000002 , 0x0000001c 
- 00009786  0x00001257 call  0x0000263e 
- 00009787  0x00001258 bmark0  0x00000011 , 0x0000263d 
- 00009788  0x00001259 set1  0x00000005 , 0x00000000 
- 00009789  0x0000125b branch  0x0000264d 
- 00009790  0x0000125e bpatch  0x00000064 , 0x0000400c 
- 00009791  0x0000125f fetch  0x00000001 , 0x00000180 
- 00009792  0x00001260 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00009793  0x00001261 nbranch  0x00002646 , 0x00000001 
- 00009794  0x00001263 fetcht  0x00000001 , 0x0000004c 
- 00009795  0x00001264 set0  0x00000006 , 0x00000002 
- 00009796  0x00001265 storet  0x00000001 , 0x0000004c 
- 00009797  0x00001266 rtn 
- 00009798  0x0000126a fetcht  0x00000001 , 0x0000004c 
- 00009799  0x0000126b set0  0x00000007 , 0x00000002 
- 00009800  0x0000126c storet  0x00000001 , 0x0000004c 
- 00009801  0x0000126d branch  0x00004c0b 
- 00009802  0x00001270 fetch  0x00000001 , 0x00000047 
- 00009803  0x00001271 set1  0x00000005 , 0x0000003f 
- 00009804  0x00001272 store  0x00000001 , 0x00000047 
- 00009805  0x00001274 bpatch  0x00000065 , 0x0000400c 
- 00009806  0x00001275 disable  0x0000001d 
- 00009807  0x00001276 disable  0x0000001c 
- 00009808  0x00001277 disable  0x0000000d 
- 00009809  0x00001278 disable  0x0000000c 
- 00009810  0x00001279 disable  0x00000009 
- 00009811  0x0000127a disable  0x0000000e 
- 00009812  0x0000127b disable  0x00000007 
- 00009813  0x0000127c branch  0x000028f9 , 0x00000021 
- 00009814  0x0000127d until  0x0000003e , 0x00000027 
- 00009815  0x0000127e nop  0x00000064 
- 00009816  0x0000127f branch  0x000028f9 
- 00009817  0x00001282 bpatch  0x00000066 , 0x0000400c 
- 00009818  0x00001283 enable  0x00000009 
- 00009819  0x00001284 enable  0x0000000c 
- 00009820  0x00001285 parse  0x00000003 , 0x00000000 , 0x00000048 
- 00009821  0x00001286 isolate1  0x0000003a , 0x0000003f 
- 00009822  0x00001287 setflag  0x00000001 , 0x00000000 , 0x00000000 
- 00009823  0x00001288 copy  0x00000020 , 0x00000002 
- 00009824  0x00001289 ialigned  0x00000020 
- 00009825  0x0000128a ialigned  0x0000001e 
- 00009826  0x0000128b pulse  0x00000015 
- 00009827  0x0000128c setsect  0x00000002 , 0x000fffff 
- 00009828  0x0000128d setsect  0x00000003 , 0x0000ffff 
- 00009829  0x0000128e nop  0x00000020 
- 00009830  0x0000128f iverify  0x0000000d 
- 00009831  0x00001290 deposit  0x0000002c 
- 00009832  0x00001291 store  0x00000003 , 0x00000178 
- 00009833  0x00001292 deposit  0x0000002d 
- 00009834  0x00001293 store  0x00000001 , 0x0000017b 
- 00009835  0x00001294 copy  0x00000002 , 0x00000020 
- 00009836  0x00001295 branch  0x0000266e , 0x00000001 
- 00009837  0x00001296 branch  0x0000263d 
- 00009838  0x00001298 bpatch  0x00000067 , 0x0000400c 
- 00009839  0x00001299 parse  0x00000003 , 0x00000000 , 0x00000048 
- 00009840  0x0000129a ialigned  0x0000001f 
- 00009841  0x0000129b ialigned  0x00000004 
- 00009842  0x0000129c ialigned  0x0000002e 
- 00009843  0x0000129d ialigned  0x00000012 
- 00009844  0x0000129e force  0x00000000 , 0x0000003f 
- 00009845  0x0000129f parse  0x00000003 , 0x00000000 , 0x00000010 
- 00009846  0x000012a0 branch  0x0000263d , 0x00000006 
- 00009847  0x000012a1 setarg  0x0ffffffc 
- 00009848  0x000012a2 iand  0x00000012 , 0x0000003f 
- 00009849  0x000012a3 store  0x00000004 , 0x00000165 
- 00009850  0x000012a4 deposit  0x0000001d 
- 00009851  0x000012a5 store  0x00000003 , 0x00000175 
- 00009852  0x000012a6 deposit  0x0000001c 
- 00009853  0x000012a7 store  0x00000001 , 0x00000173 
- 00009854  0x000012a8 deposit  0x00000004 
- 00009855  0x000012a9 store  0x00000001 , 0x00000174 
- 00009856  0x000012aa deposit  0x0000002e 
- 00009857  0x000012ab store  0x00000002 , 0x0000017c 
- 00009858  0x000012ac deposit  0x00000021 
- 00009859  0x000012ad inject  0x00000001 , 0x00000020 
- 00009860  0x000012ae compare  0x00000002 , 0x00000001 , 0x0000000f 
- 00009861  0x000012af setflag  0x00000001 , 0x0000000b , 0x00000000 
- 00009862  0x000012b0 branch  0x0000264d 
- 00009863  0x000012b3 bpatch  0x00000068 , 0x0000400d 
- 00009864  0x000012b4 fetch  0x00000001 , 0x00000047 
- 00009865  0x000012b5 rtnbit0  0x00000003 
- 00009866  0x000012b6 set0  0x00000003 , 0x0000003f 
- 00009867  0x000012b7 setflip  0x00000006 , 0x0000003f 
- 00009868  0x000012b8 store  0x00000001 , 0x00000047 
- 00009869  0x000012b9 fetch  0x00000001 , 0x000040c5 
- 00009870  0x000012ba beq  0x00000013 , 0x0000269c 
- 00009871  0x000012bb rtneq  0x00000007 
- 00009872  0x000012bc fetch  0x00000001 , 0x0000004b 
- 00009873  0x000012bd rtnbit0  0x00000006 , 0x0000003f 
- 00009874  0x000012be set0  0x00000006 , 0x0000003f 
- 00009875  0x000012bf set1  0x00000007 , 0x0000003f 
- 00009876  0x000012c0 store  0x00000001 , 0x0000004b 
- 00009877  0x000012c1 set0  0x00000002 , 0x00000000 
- 00009878  0x000012c2 fetch  0x00000002 , 0x00004246 
- 00009879  0x000012c3 nrtn  0x00000034 
- 00009880  0x000012c4 fetch  0x00000001 , 0x0000004b 
- 00009881  0x000012c5 set0  0x00000007 , 0x0000003f 
- 00009882  0x000012c6 store  0x00000001 , 0x0000004b 
- 00009883  0x000012c7 branch  0x0000525d 
- 00009884  0x000012ca bpatch  0x00000069 , 0x0000400d 
- 00009885  0x000012cb fetch  0x00000001 , 0x000004b7 
- 00009886  0x000012cc rshift  0x0000003f , 0x0000003f 
- 00009887  0x000012cd beq  0x00000011 , 0x000026b8 
- 00009888  0x000012ce beq  0x00000012 , 0x000026c0 
- 00009889  0x000012cf beq  0x00000018 , 0x000026e9 
- 00009890  0x000012d0 beq  0x0000007f , 0x000026a8 
- 00009891  0x000012d1 rtnne  0x00000003 
- 00009892  0x000012d2 fetch  0x00000001 , 0x000004b8 
- 00009893  0x000012d3 beq  0x0000002b , 0x000026b0 
- 00009894  0x000012d4 beq  0x00000011 , 0x000026ab 
- 00009895  0x000012d5 rtn 
- 00009896  0x000012d8 fetch  0x00000001 , 0x000004b8 
- 00009897  0x000012d9 set1  0x00000007 , 0x0000003f 
- 00009898  0x000012da rtn 
- 00009899  0x000012dc rtn  0x00000029 
- 00009900  0x000012dd fetch  0x00000001 , 0x00000030 
- 00009901  0x000012de rtnbit1  0x00000004 
- 00009902  0x000012df jam  0x00000031 , 0x0000007c 
- 00009903  0x000012e0 rtn 
- 00009904  0x000012e4 rtn  0x00000029 
- 00009905  0x000012e5 fetch  0x00000001 , 0x00000031 
- 00009906  0x000012e6 isolate1  0x00000004 , 0x0000003f 
- 00009907  0x000012e7 branch  0x000026b5 , 0x00000001 
- 00009908  0x000012e9 rtn 
- 00009909  0x000012eb set0  0x00000004 , 0x0000003f 
- 00009910  0x000012ec store  0x00000001 , 0x00000031 
- 00009911  0x000012ed rtn 
- 00009912  0x000012f0 bpatch  0x0000006a , 0x0000400d 
- 00009913  0x000012f1 fetch  0x00000001 , 0x0000004c 
- 00009914  0x000012f2 set1  0x00000002 , 0x0000003f 
- 00009915  0x000012f3 store  0x00000001 , 0x0000004c 
- 00009916  0x000012f4 jam  0x00000001 , 0x00008011 
- 00009917  0x000012f5 fetch  0x00000001 , 0x00000030 
- 00009918  0x000012f6 isolate1  0x00000004 , 0x0000003f 
- 00009919  0x000012f7 rtn 
- 00009920  0x000012fa bpatch  0x0000006b , 0x0000400d 
- 00009921  0x000012fb fetch  0x00000001 , 0x0000004c 
- 00009922  0x000012fc set0  0x00000002 , 0x0000003f 
- 00009923  0x000012fd store  0x00000001 , 0x0000004c 
- 00009924  0x000012fe jam  0x00000000 , 0x00008011 
- 00009925  0x000012ff rtn 
- 00009926  0x00001303 bpatch  0x0000006c , 0x0000400d 
- 00009927  0x00001304 copy  0x00000022 , 0x0000003f 
- 00009928  0x00001305 store  0x00000004 , 0x0000420c 
- 00009929  0x00001306 add  0x00000022 , 0x00000003 , 0x00000011 
- 00009930  0x00001307 branch  0x000026cc , 0x00000029 
- 00009931  0x00001308 add  0x00000028 , 0x00000003 , 0x00000011 
- 00009932  0x0000130a fetcht  0x00000002 , 0x00000032 
- 00009933  0x0000130b deposit  0x00000011 
- 00009934  0x0000130c set0  0x0000001b , 0x0000003f 
- 00009935  0x0000130d idiv  0x00000002 
- 00009936  0x0000130e fetch  0x00000002 , 0x00000075 
- 00009937  0x0000130f call  0x00007f86 
- 00009938  0x00001310 remainder  0x00000013 
- 00009939  0x00001311 isub  0x00000013 , 0x0000003f 
- 00009940  0x00001312 branch  0x000026d6 , 0x00000002 
- 00009941  0x00001313 iadd  0x00000002 , 0x0000003f 
- 00009942  0x00001315 iadd  0x00000011 , 0x0000003f 
- 00009943  0x00001316 store  0x00000004 , 0x00000034 
- 00009944  0x00001317 jam  0x00000000 , 0x0000455b 
- 00009945  0x00001318 fetch  0x00000001 , 0x00000030 
- 00009946  0x00001319 set1  0x00000001 , 0x0000003f 
- 00009947  0x0000131a store  0x00000001 , 0x00000030 
- 00009948  0x0000131b fetch  0x00000001 , 0x00000073 
- 00009949  0x0000131c store  0x00000001 , 0x0000008a 
- 00009950  0x0000131d setarg  0x00000000 
- 00009951  0x0000131e store  0x00000003 , 0x00004169 
- 00009952  0x0000131f store  0x00000003 , 0x0000416c 
- 00009953  0x00001320 store  0x00000001 , 0x00004159 
- 00009954  0x00001321 jam  0x0000000b , 0x00000a99 
- 00009955  0x00001322 call  0x00007d86 
- 00009956  0x00001323 fetch  0x00000002 , 0x000040c1 
- 00009957  0x00001324 store  0x00000002 , 0x0000003e 
- 00009958  0x00001325 nrtn  0x00000029 
- 00009959  0x00001326 add  0x00000004 , 0xffffffff , 0x00000007 
- 00009960  0x00001327 rtn 
- 00009961  0x0000132a bpatch  0x0000006d , 0x0000400d 
- 00009962  0x0000132b fetch  0x00000001 , 0x00000030 
- 00009963  0x0000132c rtnbit0  0x00000001 
- 00009964  0x0000132d set0  0x00000001 , 0x0000003f 
- 00009965  0x0000132e store  0x00000001 , 0x00000030 
- 00009966  0x0000132f fetch  0x00000002 , 0x000040bf 
- 00009967  0x00001330 store  0x00000002 , 0x0000003e 
- 00009968  0x00001331 disable  0x0000002b 
- 00009969  0x00001332 jam  0x0000000c , 0x00000a99 
- 00009970  0x00001333 branch  0x00007d86 
- 00009971  0x00001337 bpatch  0x0000006e , 0x0000400d 
- 00009972  0x00001338 enable  0x0000002e 
- 00009973  0x00001339 fetch  0x00000001 , 0x00000030 
- 00009974  0x0000133a bbit1  0x00000001 , 0x00002700 
- 00009975  0x0000133b rtnmark1  0x00000011 
- 00009976  0x0000133c fetch  0x00000001 , 0x00000047 
- 00009977  0x0000133d rtnbit1  0x00000003 
- 00009978  0x0000133e fetch  0x00000001 , 0x00000048 
- 00009979  0x0000133f nrtn  0x00000034 
- 00009980  0x00001340 fetch  0x00000001 , 0x0000004b 
- 00009981  0x00001341 rtnbit1  0x00000006 
- 00009982  0x00001343 force  0x00000000 , 0x0000003f 
- 00009983  0x00001344 rtn 
- 00009984  0x00001347 bbit0  0x00000002 , 0x0000270f 
- 00009985  0x00001348 fetch  0x00000001 , 0x0000008a 
- 00009986  0x00001349 beq  0x00000002 , 0x00002706 
- 00009987  0x0000134a fetch  0x00000001 , 0x00000047 
- 00009988  0x0000134b bbit1  0x00000003 , 0x00002718 
- 00009989  0x0000134c bmark0  0x00000008 , 0x00002718 
- 00009990  0x0000134e nbranch  0x00002718 , 0x00000029 
- 00009991  0x0000134f fetch  0x00000001 , 0x00000048 
- 00009992  0x00001350 nbranch  0x00002718 , 0x00000034 
- 00009993  0x00001352 fetch  0x00000001 , 0x000000ef 
- 00009994  0x00001353 increase  0xffffffff , 0x0000003f 
- 00009995  0x00001354 store  0x00000001 , 0x000000ef 
- 00009996  0x00001355 nbranch  0x000026fe , 0x00000034 
- 00009997  0x00001356 jam  0x00000010 , 0x000000ef 
- 00009998  0x00001357 branch  0x00002718 
- 00009999  0x0000135f fetch  0x00000001 , 0x0000008a 
- 00010000  0x00001360 bne  0x00000001 , 0x00002718 
- 00010001  0x00001361 fetch  0x00000001 , 0x0000008b 
- 00010002  0x00001362 branch  0x00002718 , 0x00000034 
- 00010003  0x00001363 increase  0xffffffff , 0x0000003f 
- 00010004  0x00001364 store  0x00000001 , 0x0000008b 
- 00010005  0x00001365 fetch  0x00000001 , 0x00000047 
- 00010006  0x00001366 rtnbit1  0x00000003 
- 00010007  0x00001367 nrtn  0x0000002d 
- 00010008  0x00001369 fetch  0x00000001 , 0x0000008a 
- 00010009  0x0000136a increase  0xffffffff , 0x0000003f 
- 00010010  0x0000136b store  0x00000001 , 0x0000008a 
- 00010011  0x0000136c rtn 
- 00010012  0x00001378 bpatch  0x0000006f , 0x0000400d 
- 00010013  0x00001379 disable  0x00000010 
- 00010014  0x0000137a copy  0x00000002 , 0x0000001b 
- 00010015  0x0000137b call  0x00002260 
- 00010016  0x0000137c disable  0x00000028 
- 00010017  0x0000137d nrtn  0x00000005 
- 00010018  0x0000137e force  0x00000000 , 0x0000001b 
- 00010019  0x0000137f enable  0x00000028 
- 00010020  0x00001380 rtn 
- 00010021  0x00001384 fetch  0x00000001 , 0x00004158 
- 00010022  0x00001385 icompare  0x000000ff , 0x00000004 
- 00010023  0x00001386 rtn 
- 00010024  0x0000138a bpatch  0x00000070 , 0x0000400e 
- 00010025  0x0000138b set0  0x00000001 , 0x00000000 
- 00010026  0x0000138d jam  0x00000000 , 0x0000026a 
- 00010027  0x0000138e fetch  0x00000001 , 0x00000263 
- 00010028  0x0000138f rtn  0x00000034 
- 00010029  0x00001390 isolate1  0x00000000 , 0x0000003f 
- 00010030  0x00001391 arg  0x00001000 , 0x00000006 
- 00010031  0x00001392 call  0x00004d79 , 0x00000001 
- 00010032  0x00001393 bpatch  0x00000071 , 0x0000400e 
- 00010033  0x00001394 fetch  0x00000001 , 0x0000026a 
- 00010034  0x00001395 beq  0x00000001 , 0x0000273b 
- 00010035  0x00001397 jam  0x00000000 , 0x0000026a 
- 00010036  0x00001398 fetch  0x00000001 , 0x00000263 
- 00010037  0x00001399 rtnbit0  0x00000001 
- 00010038  0x0000139a arg  0x00001400 , 0x00000006 
- 00010039  0x0000139b call  0x00004d79 
- 00010040  0x0000139c fetch  0x00000001 , 0x0000026a 
- 00010041  0x0000139d beq  0x00000001 , 0x00002741 
- 00010042  0x0000139e rtn 
- 00010043  0x000013a1 fetch  0x00000001 , 0x00000263 
- 00010044  0x000013a2 set0  0x00000000 , 0x0000003f 
- 00010045  0x000013a3 store  0x00000001 , 0x00000263 
- 00010046  0x000013a4 setarg  0x00000000 
- 00010047  0x000013a5 store  0x00000002 , 0x0000025d 
- 00010048  0x000013a6 rtn 
- 00010049  0x000013a8 fetch  0x00000001 , 0x00000263 
- 00010050  0x000013a9 set0  0x00000001 , 0x0000003f 
- 00010051  0x000013aa store  0x00000001 , 0x00000263 
- 00010052  0x000013ab setarg  0x00000000 
- 00010053  0x000013ac store  0x00000002 , 0x0000025f 
- 00010054  0x000013ad rtn 
- 00010055  0x000013b0 fetch  0x00000001 , 0x00000263 
- 00010056  0x000013b1 set1  0x00000000 , 0x0000003f 
- 00010057  0x000013b2 store  0x00000001 , 0x00000263 
- 00010058  0x000013b3 rtn 
- 00010059  0x000013b6 fetch  0x00000001 , 0x00000263 
- 00010060  0x000013b7 set1  0x00000001 , 0x0000003f 
- 00010061  0x000013b8 store  0x00000001 , 0x00000263 
- 00010062  0x000013b9 rtn 
- 00010063  0x000013c0 bpatch  0x00000072 , 0x0000400e 
- 00010064  0x000013c1 add  0x00000028 , 0x00000001 , 0x00000021 
- 00010065  0x000013c2 call  0x000028ea 
- 00010066  0x000013c3 force  0x00000003 , 0x00000024 
- 00010067  0x000013c4 call  0x000028d2 
- 00010068  0x000013c5 call  0x00002a51 
- 00010069  0x000013c6 call  0x00002a5f 
- 00010070  0x000013c7 branch  0x00002a64 
- 00010071  0x000013cb bpatch  0x00000073 , 0x0000400e 
- 00010072  0x000013cc call  0x00002a4d 
- 00010073  0x000013cd deposit  0x00000028 
- 00010074  0x000013ce fetcht  0x00000004 , 0x000040ca 
- 00010075  0x000013cf isub  0x00000002 , 0x0000003f 
- 00010076  0x000013d0 rtnne  0x00000001 
- 00010077  0x000013d1 compare  0x00000000 , 0x00000001 , 0x0000001f 
- 00010078  0x000013d2 nbranch  0x00002761 , 0x00000001 
- 00010079  0x000013d3 fetch  0x00000001 , 0x00000019 
- 00010080  0x000013d4 rtn  0x00000034 
- 00010081  0x000013d6 call  0x0000274f 
- 00010082  0x000013d8 compare  0x00000010 , 0x00000001 , 0x0000001f 
- 00010083  0x000013d9 branch  0x0000264d , 0x00000001 
- 00010084  0x000013da rshift  0x00000021 , 0x00000002 
- 00010085  0x000013db or  0x00000002 , 0x00000040 , 0x0000000e 
- 00010086  0x000013dd bpatch  0x00000074 , 0x0000400e 
- 00010087  0x000013de enable  0x00000007 
- 00010088  0x000013df enable  0x0000000a 
- 00010089  0x000013e0 enable  0x0000001b 
- 00010090  0x000013e1 set0  0x00000010 , 0x00000000 
- 00010091  0x000013e2 deposit  0x00000004 
- 00010092  0x000013e3 inject  0x00000003 , 0x00000003 
- 00010093  0x000013e4 deposit  0x00000001 
- 00010094  0x000013e5 inject  0x00000003 , 0x00000004 
- 00010095  0x000013e6 fetch  0x00000001 , 0x00000047 
- 00010096  0x000013e7 inject  0x00000000 , 0x00000004 
- 00010097  0x000013e8 inject  0x00000003 , 0x00000003 
- 00010098  0x000013e9 enable  0x00000008 
- 00010099  0x000013ea inject  0x00000003 , 0x00000008 
- 00010100  0x000013eb disable  0x0000001b 
- 00010101  0x000013ec disable  0x00000008 
- 00010102  0x000013ed disable  0x0000000a 
- 00010103  0x000013ee set0  0x00000002 , 0x00000015 
- 00010104  0x000013ef arg  0x00000000 , 0x00000002 
- 00010105  0x000013f0 call  0x00002a1c 
- 00010106  0x000013f1 bpatch  0x00000075 , 0x0000400e 
- 00010107  0x000013f2 and  0x00000001 , 0x0000001f , 0x0000003f 
- 00010108  0x000013f3 beq  0x00000013 , 0x000027b4 
- 00010109  0x000013f4 beq  0x00000000 , 0x0000264d 
- 00010110  0x000013f5 beq  0x00000001 , 0x0000264d 
- 00010111  0x000013f6 beq  0x00000002 , 0x00002797 
- 00010112  0x000013f7 beq  0x00000003 , 0x000027c5 
- 00010113  0x000013f8 beq  0x00000004 , 0x000027cb 
- 00010114  0x000013f9 beq  0x00000007 , 0x0000278c 
- 00010115  0x000013fa beq  0x00000008 , 0x000027ca 
- 00010116  0x000013fb arg  0x00000004 , 0x00000002 
- 00010117  0x000013fc call  0x00002a1c 
- 00010118  0x000013fd beq  0x0000000a , 0x000027c7 
- 00010119  0x000013fe beq  0x0000000b , 0x000027cd 
- 00010120  0x000013ff arg  0x00000008 , 0x00000002 
- 00010121  0x00001400 call  0x00002a1c 
- 00010122  0x00001401 beq  0x0000000f , 0x000027cd 
- 00010123  0x00001402 branch  0x000027c7 
- 00010124  0x00001406 bpatch  0x00000076 , 0x0000400e 
- 00010125  0x00001407 enable  0x0000001d 
- 00010126  0x00001408 enable  0x00000009 
- 00010127  0x00001409 enable  0x0000000e 
- 00010128  0x0000140a force  0x0000001e , 0x00000039 
- 00010129  0x0000140b arg  0x000000b3 , 0x00000006 
- 00010130  0x0000140d ifetch  0x00000001 , 0x00000006 
- 00010131  0x0000140e inject  0x00000003 , 0x00000008 
- 00010132  0x0000140f loop  0x00002792 
- 00010133  0x00001410 bmark1  0x00000007 , 0x000027f7 
- 00010134  0x00001411 branch  0x0000264d 
- 00010135  0x00001414 bpatch  0x00000077 , 0x0000400e 
- 00010136  0x00001415 fetch  0x00000001 , 0x00000181 
- 00010137  0x00001416 icopy  0x00000004 
- 00010138  0x00001417 fetch  0x00000001 , 0x00000090 
- 00010139  0x00001418 icopy  0x0000001c 
- 00010140  0x00001419 fetch  0x00000003 , 0x000040aa 
- 00010141  0x0000141a icopy  0x0000001d 
- 00010142  0x0000141b fetch  0x00000002 , 0x000040a4 
- 00010143  0x0000141c icopy  0x0000002e 
- 00010144  0x0000141d enable  0x00000009 
- 00010145  0x0000141e enable  0x0000001c 
- 00010146  0x0000141f copy  0x00000020 , 0x00000011 
- 00010147  0x00001420 call  0x000028e2 
- 00010148  0x00001421 pulse  0x00000015 
- 00010149  0x00001422 nop  0x00000020 
- 00010150  0x00001423 copy  0x00000021 , 0x0000000b 
- 00010151  0x00001424 fetch  0x00000004 , 0x00000161 
- 00010152  0x00001425 icopy  0x00000021 
- 00010153  0x00001426 preload  0x0000001e 
- 00010154  0x00001427 set1  0x0000003a , 0x0000003f 
- 00010155  0x00001428 inject  0x00000003 , 0x00000048 
- 00010156  0x00001429 preload  0x0000001f 
- 00010157  0x0000142a inject  0x00000003 , 0x00000048 
- 00010158  0x0000142b copy  0x0000000b , 0x00000021 
- 00010159  0x0000142c copy  0x00000011 , 0x00000020 
- 00010160  0x0000142d enable  0x00000008 
- 00010161  0x0000142e inject  0x00000003 , 0x00000010 
- 00010162  0x0000142f disable  0x00000008 
- 00010163  0x00001430 branch  0x0000264d 
- 00010164  0x00001433 bpatch  0x00000078 , 0x0000400f 
- 00010165  0x00001434 enable  0x0000000e 
- 00010166  0x00001435 enable  0x00000009 
- 00010167  0x00001436 enable  0x0000001c 
- 00010168  0x00001437 fetch  0x00000001 , 0x000004b6 
- 00010169  0x00001438 and  0x0000003f , 0x000001f8 , 0x00000002 
- 00010170  0x00001439 arg  0x000004b6 , 0x00000006 
- 00010171  0x0000143a increase  0x00000008 , 0x00000002 
- 00010172  0x0000143c add  0x00000002 , 0xffffffb8 , 0x00000013 
- 00010173  0x0000143d nbranch  0x000027c2 , 0x00000002 
- 00010174  0x0000143e ifetch  0x00000009 , 0x00000006 
- 00010175  0x0000143f inject  0x00000003 , 0x00000048 
- 00010176  0x00001440 copy  0x00000013 , 0x00000002 
- 00010177  0x00001441 branch  0x000027bc 
- 00010178  0x00001443 ifetch  0x00000009 , 0x00000006 
- 00010179  0x00001444 iinject  0x00000003 , 0x00000002 
- 00010180  0x00001445 branch  0x000027f7 
- 00010181  0x00001448 enable  0x0000001c 
- 00010182  0x00001449 branch  0x000027d0 
- 00010183  0x0000144c enable  0x0000001c 
- 00010184  0x0000144d set1  0x00000010 , 0x00000000 
- 00010185  0x0000144e branch  0x000027d0 
- 00010186  0x00001451 set1  0x00000002 , 0x00000015 
- 00010187  0x00001453 enable  0x0000001d 
- 00010188  0x00001454 branch  0x000027d0 
- 00010189  0x00001458 set1  0x00000002 , 0x00000015 
- 00010190  0x00001459 enable  0x0000001d 
- 00010191  0x0000145a set1  0x00000010 , 0x00000000 
- 00010192  0x0000145d bpatch  0x00000079 , 0x0000400f 
- 00010193  0x0000145e fetch  0x00000001 , 0x0000004c 
- 00010194  0x0000145f bbit0  0x00000005 , 0x000027e5 
- 00010195  0x00001460 sub  0x00000001 , 0x00000003 , 0x0000003e 
- 00010196  0x00001461 branch  0x000027e5 , 0x00000002 
- 00010197  0x00001462 disable  0x0000000e 
- 00010198  0x00001463 disable  0x0000001c 
- 00010199  0x00001464 enable  0x0000001d 
- 00010200  0x00001465 disable  0x00000007 
- 00010201  0x00001466 set1  0x00000001 , 0x00000015 
- 00010202  0x00001467 isolate1  0x00000002 , 0x00000015 
- 00010203  0x00001468 branch  0x000027df , 0x00000001 
- 00010204  0x00001469 setarg  0x000abeee 
- 00010205  0x0000146a inject  0x00000003 , 0x00000014 
- 00010206  0x0000146b branch  0x000027e3 
- 00010207  0x0000146d setarg  0x005faeba 
- 00010208  0x0000146e inject  0x00000003 , 0x00000018 
- 00010209  0x0000146f setarg  0x00000012 
- 00010210  0x00001470 inject  0x00000003 , 0x00000006 
- 00010211  0x00001472 enable  0x00000007 
- 00010212  0x00001473 set1  0x00000010 , 0x00000000 
- 00010213  0x00001475 enable  0x0000000e 
- 00010214  0x00001476 enable  0x00000009 
- 00010215  0x00001477 bmark1  0x00000005 , 0x00002800 
- 00010216  0x00001478 fetch  0x00000001 , 0x000041db 
- 00010217  0x00001479 inject  0x00000003 , 0x00000003 
- 00010218  0x0000147a fetch  0x00000002 , 0x000041dc 
- 00010219  0x0000147b iforce  0x00000039 
- 00010220  0x0000147c bmark1  0x00000010 , 0x000027ef 
- 00010221  0x0000147d inject  0x00000003 , 0x00000005 
- 00010222  0x0000147e branch  0x000027f0 
- 00010223  0x00001480 inject  0x00000003 , 0x0000000d 
- 00010224  0x00001482 deposit  0x00000039 
- 00010225  0x00001483 branch  0x000027f7 , 0x00000034 
- 00010226  0x00001484 fetch  0x00000002 , 0x0000016f 
- 00010227  0x00001485 iforce  0x00000006 
- 00010228  0x00001487 ifetch  0x00000001 , 0x00000006 
- 00010229  0x00001488 inject  0x00000003 , 0x00000008 
- 00010230  0x00001489 loop  0x000027f4 
- 00010231  0x0000148d enable  0x00000008 
- 00010232  0x0000148e inject  0x00000003 , 0x00000010 
- 00010233  0x0000148f disable  0x00000008 
- 00010234  0x00001490 call  0x000024c1 
- 00010235  0x00001491 fetch  0x00000001 , 0x0000004c 
- 00010236  0x00001492 bbit0  0x00000005 , 0x0000264d 
- 00010237  0x00001493 force  0x00000000 , 0x0000003f 
- 00010238  0x00001494 inject  0x00000003 , 0x00000006 
- 00010239  0x00001495 branch  0x0000264d 
- 00010240  0x00001499 bpatch  0x0000007a , 0x0000400f 
- 00010241  0x0000149a bmark1  0x00000010 , 0x00002808 
- 00010242  0x0000149c fetch  0x00000001 , 0x00000180 
- 00010243  0x0000149d inject  0x00000003 , 0x00000003 
- 00010244  0x0000149e fetch  0x00000001 , 0x0000015f 
- 00010245  0x0000149f iforce  0x00000013 
- 00010246  0x000014a0 inject  0x00000003 , 0x00000005 
- 00010247  0x000014a1 branch  0x0000280d 
- 00010248  0x000014a3 fetch  0x00000001 , 0x00000180 
- 00010249  0x000014a4 inject  0x00000003 , 0x00000003 
- 00010250  0x000014a5 fetch  0x00000002 , 0x0000015f 
- 00010251  0x000014a6 iforce  0x00000013 
- 00010252  0x000014a7 inject  0x00000003 , 0x0000000d 
- 00010253  0x000014a9 arg  0x00000551 , 0x00000006 
- 00010254  0x000014ab copy  0x00000013 , 0x0000003e 
- 00010255  0x000014ac branch  0x00002814 , 0x00000005 
- 00010256  0x000014ad ifetch  0x00000001 , 0x00000006 
- 00010257  0x000014ae inject  0x00000003 , 0x00000008 
- 00010258  0x000014af increase  0xffffffff , 0x00000013 
- 00010259  0x000014b0 branch  0x0000280e 
- 00010260  0x000014b2 fetch  0x00000002 , 0x000000fc 
- 00010261  0x000014b3 increase  0x00000001 , 0x0000003f 
- 00010262  0x000014b4 store  0x00000002 , 0x000000fc 
- 00010263  0x000014b5 branch  0x000027f7 
- 00010264  0x000014b9 fetch  0x00000004 , 0x00000165 
- 00010265  0x000014ba add  0x0000003f , 0x00000007 , 0x00000011 
- 00010266  0x000014bb fetch  0x00000002 , 0x00000171 
- 00010267  0x000014bc nbranch  0x0000281e , 0x00000034 
- 00010268  0x000014bd increase  0xfffffffd , 0x00000011 
- 00010269  0x000014be branch  0x00002826 
- 00010270  0x000014c0 mul32  0x0000003f , 0x0000000c , 0x0000003f 
- 00010271  0x000014c1 hfetcht  0x00000002 , 0x00008040 
- 00010272  0x000014c2 increase  0x00000001 , 0x00000002 
- 00010273  0x000014c4 isub  0x00000002 , 0x0000003f 
- 00010274  0x000014c5 nbranch  0x00002825 , 0x00000002 
- 00010275  0x000014c6 increase  0xffffffff , 0x00000011 
- 00010276  0x000014c7 branch  0x00002821 
- 00010277  0x000014c9 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00010278  0x000014cb until  0x0000003e , 0x00000023 
- 00010279  0x000014cc compare  0x00000000 , 0x00000022 , 0x00000003 
- 00010280  0x000014cd nbranch  0x00002826 , 0x00000001 
- 00010281  0x000014ce iforce  0x00000029 
- 00010282  0x000014cf copy  0x00000011 , 0x00000028 
- 00010283  0x000014d0 iforce  0x00000029 
- 00010284  0x000014d1 rtn 
- 00010285  0x000014d5 bpatch  0x0000007b , 0x0000400f 
- 00010286  0x000014d6 until  0x0000003e , 0x00000022 
- 00010287  0x000014d7 deposit  0x0000001a 
- 00010288  0x000014d8 iforce  0x00000006 
- 00010289  0x000014d9 rshift16 , 0x0000003f , 0x0000003f 
- 00010290  0x000014da isub  0x00000022 , 0x00000039 
- 00010291  0x000014db and_into  0x00000003 , 0x00000039 
- 00010292  0x000014dc nbranch  0x00002837 , 0x00000005 
- 00010293  0x000014dd force  0x00000000 , 0x0000003f 
- 00010294  0x000014de branch  0x0000283b 
- 00010295  0x000014e0 arg  0x00000ea6 , 0x00000002 
- 00010296  0x000014e1 force  0x00000000 , 0x0000003f 
- 00010297  0x000014e3 iadd  0x00000002 , 0x0000003f 
- 00010298  0x000014e4 loop  0x00002839 
- 00010299  0x000014e6 iadd  0x00000006 , 0x0000003f 
- 00010300  0x000014e7 div  0x0000003f , 0x0000000c 
- 00010301  0x000014e8 call  0x00007f86 
- 00010302  0x000014e9 quotient  0x0000003f 
- 00010303  0x000014ea store  0x00000002 , 0x00000171 
- 00010304  0x000014eb rtn 
- 00010305  0x000014ee bpatch  0x0000007c , 0x0000400f 
- 00010306  0x000014ef deposit  0x0000001a 
- 00010307  0x000014f0 copy  0x00000019 , 0x00000002 
- 00010308  0x000014f1 isub  0x00000002 , 0x0000003e 
- 00010309  0x000014f2 nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
- 00010310  0x000014f3 isub  0x00000002 , 0x00000002 
- 00010311  0x000014f4 setarg  0x00000ea6 
- 00010312  0x000014f5 isolate0  0x0000000f , 0x00000002 
- 00010313  0x000014f6 branch  0x0000284c , 0x00000001 
- 00010314  0x000014f7 setarg  0xffff0ea6 
- 00010315  0x000014f8 iadd  0x00000002 , 0x00000002 
- 00010316  0x000014fa storet  0x00000006 , 0x00000447 
- 00010317  0x000014fb rtn  0x00000036 
- 00010318  0x000014fc storet  0x00000006 , 0x00000038 
- 00010319  0x000014fd rtn 
- 00010320  0x00001500 disable  0x00000030 
- 00010321  0x00001501 fetch  0x00000006 , 0x00000447 
- 00010322  0x00001502 branch  0x00002854 , 0x00000036 
- 00010323  0x00001503 fetch  0x00000006 , 0x00000038 
- 00010324  0x00001505 iadd  0x00000019 , 0x00000030 
- 00010325  0x00001506 increase  0x0000000a , 0x00000030 
- 00010326  0x00001507 setarg  0x00000ea6 
- 00010327  0x00001508 isub  0x00000030 , 0x0000003f 
- 00010328  0x00001509 isolate0  0x0000000f , 0x0000003f 
- 00010329  0x0000150a branch  0x0000285e , 0x00000001 
- 00010330  0x0000150b setarg  0x0000f15a 
- 00010331  0x0000150c iadd  0x00000030 , 0x00000030 
- 00010332  0x0000150e copy  0x00000030 , 0x0000001a 
- 00010333  0x0000150f rtn 
- 00010334  0x00001511 force  0x00000000 , 0x0000003e 
- 00010335  0x00001512 branch  0x0000285c 
- 00010336  0x0000151a bpatch  0x0000007d , 0x0000400f 
- 00010337  0x0000151b call  0x00002918 
- 00010338  0x0000151c copy  0x00000021 , 0x0000003f 
- 00010339  0x0000151d and_into  0x00000180 , 0x0000003f 
- 00010340  0x0000151e compare  0x00000003 , 0x00000024 , 0x00000007 
- 00010341  0x0000151f nbranch  0x00002869 , 0x00000001 
- 00010342  0x00001520 rshift3  0x0000003f , 0x0000003f 
- 00010343  0x00001521 iadd  0x00000017 , 0x0000003f 
- 00010344  0x00001522 branch  0x0000286a 
- 00010345  0x00001524 copy  0x00000017 , 0x0000003f 
- 00010346  0x00001526 div  0x0000003f , 0x0000004f 
- 00010347  0x00001527 pulse  0x00000015 
- 00010348  0x00001528 call  0x00007f86 
- 00010349  0x00001529 remainder  0x00000011 
- 00010350  0x0000152a add  0x00000011 , 0xffffffd8 , 0x00000002 
- 00010351  0x0000152b branch  0x00002872 , 0x00000002 
- 00010352  0x0000152c lshift  0x00000011 , 0x00000002 
- 00010353  0x0000152d branch  0x00002874 
- 00010354  0x0000152f lshift  0x00000002 , 0x00000002 
- 00010355  0x00001530 increase  0x00000001 , 0x00000002 
- 00010356  0x00001532 bpatch  0x0000007e , 0x0000400f 
- 00010357  0x00001533 fetch  0x00000001 , 0x00000031 
- 00010358  0x00001534 bbit0  0x00000003 , 0x00002885 
- 00010359  0x00001536 fetch  0x00000004 , 0x000040d2 
- 00010360  0x00001537 isub  0x00000021 , 0x0000003e 
- 00010361  0x00001538 branch  0x00002885 , 0x00000002 
- 00010362  0x00001539 call  0x000028a4 
- 00010363  0x0000153a fetch  0x00000001 , 0x000040d9 
- 00010364  0x0000153b rtn  0x00000034 
- 00010365  0x0000153c fetch  0x00000001 , 0x00000031 
- 00010366  0x0000153d set1  0x00000002 , 0x0000003f 
- 00010367  0x0000153e store  0x00000001 , 0x00000031 
- 00010368  0x0000153f fetch  0x00000005 , 0x000040e7 
- 00010369  0x00001540 store  0x00000005 , 0x000040da 
- 00010370  0x00001541 ifetch  0x00000005 , 0x00000006 
- 00010371  0x00001542 store  0x00000005 , 0x000040df 
- 00010372  0x00001543 call  0x000028a9 
- 00010373  0x00001545 fetch  0x00000001 , 0x00000031 
- 00010374  0x00001546 rtnbit0  0x00000002 
- 00010375  0x00001547 isolate1  0x00000001 , 0x00000021 
- 00010376  0x00001548 branch  0x000028a1 , 0x00000001 
- 00010377  0x00001549 rshift3  0x00000002 , 0x00000011 
- 00010378  0x0000154a and  0x00000002 , 0x00000007 , 0x00000007 
- 00010379  0x0000154b setarg  0x000040da 
- 00010380  0x0000154c iadd  0x00000011 , 0x00000011 
- 00010381  0x0000154d ifetch  0x00000001 , 0x00000011 
- 00010382  0x0000154e qisolate0  0x0000003f 
- 00010383  0x0000154f branch  0x00002892 , 0x00000001 
- 00010384  0x00001550 deposit  0x00000002 
- 00010385  0x00001551 branch  0x0000289e 
- 00010386  0x00001553 fetch  0x00000001 , 0x000040e4 
- 00010387  0x00001554 iforce  0x00000012 
- 00010388  0x00001555 deposit  0x00000021 
- 00010389  0x00001556 and_into  0x00000180 , 0x0000003f 
- 00010390  0x00001557 rshift3  0x0000003f , 0x0000003f 
- 00010391  0x00001558 iadd  0x00000017 , 0x0000003f 
- 00010392  0x00001559 idiv  0x00000012 
- 00010393  0x0000155a setarg  0x000040f2 
- 00010394  0x0000155b call  0x00007f86 
- 00010395  0x0000155c remainder  0x00000011 
- 00010396  0x0000155d iadd  0x00000011 , 0x00000006 
- 00010397  0x0000155e ifetch  0x00000001 , 0x00000006 
- 00010398  0x00001560 store  0x00000001 , 0x000040e5 
- 00010399  0x00001561 iforce  0x00000002 
- 00010400  0x00001562 rtn 
- 00010401  0x00001565 fetch  0x00000001 , 0x000040e5 
- 00010402  0x00001566 iforce  0x00000002 
- 00010403  0x00001567 rtn 
- 00010404  0x0000156a fetch  0x00000001 , 0x00000031 
- 00010405  0x0000156b set0  0x00000002 , 0x0000003f 
- 00010406  0x0000156c set0  0x00000003 , 0x0000003f 
- 00010407  0x0000156d store  0x00000001 , 0x00000031 
- 00010408  0x0000156e rtn 
- 00010409  0x00001575 bpatch  0x0000007f , 0x0000400f 
- 00010410  0x00001576 arg  0x000040f2 , 0x00000005 
- 00010411  0x00001577 force  0x0000000a , 0x00000039 
- 00010412  0x00001578 call  0x00007ec6 
- 00010413  0x00001579 arg  0x000040f2 , 0x00000005 
- 00010414  0x0000157a force  0x00000000 , 0x00000013 
- 00010415  0x0000157b force  0x00000002 , 0x00000007 
- 00010416  0x0000157d fetch  0x00000005 , 0x000040da 
- 00010417  0x0000157e iforce  0x00000002 
- 00010418  0x0000157f compare  0x00000002 , 0x00000007 , 0x000000ff 
- 00010419  0x00001580 branch  0x000028b5 , 0x00000001 
- 00010420  0x00001581 rshift  0x00000002 , 0x00000002 
- 00010421  0x00001583 isolate0  0x00000000 , 0x00000002 
- 00010422  0x00001584 branch  0x000028b9 , 0x00000001 
- 00010423  0x00001585 deposit  0x00000013 
- 00010424  0x00001586 istore  0x00000001 , 0x00000005 
- 00010425  0x00001588 rshift2  0x00000002 , 0x00000002 
- 00010426  0x00001589 increase  0x00000002 , 0x00000013 
- 00010427  0x0000158a compare  0x00000028 , 0x00000013 , 0x000000fe 
- 00010428  0x0000158b nbranch  0x000028c2 , 0x00000001 
- 00010429  0x0000158c fetch  0x00000005 , 0x000040df 
- 00010430  0x0000158d iforce  0x00000002 
- 00010431  0x0000158e compare  0x00000002 , 0x00000007 , 0x000000ff 
- 00010432  0x0000158f branch  0x000028c2 , 0x00000001 
- 00010433  0x00001590 rshift  0x00000002 , 0x00000002 
- 00010434  0x00001592 sub  0x00000013 , 0x0000004e , 0x0000003e 
- 00010435  0x00001593 branch  0x000028b5 , 0x00000002 
- 00010436  0x00001594 force  0x00000001 , 0x00000013 
- 00010437  0x00001595 increase  0xffffffff , 0x00000007 
- 00010438  0x00001596 nbranch  0x000028b0 , 0x00000005 
- 00010439  0x00001597 arg  0x000040f2 , 0x00000011 
- 00010440  0x00001598 deposit  0x00000005 
- 00010441  0x00001599 isub  0x00000011 , 0x0000003f 
- 00010442  0x0000159a store  0x00000001 , 0x000040e4 
- 00010443  0x0000159b rtn 
- 00010444  0x0000159e bpatch  0x00000080 , 0x00004010 
- 00010445  0x0000159f call  0x00002860 
- 00010446  0x000015a0 fetch  0x00000001 , 0x0000017f 
- 00010447  0x000015a1 bbit0  0x00000005 , 0x000028d1 
- 00010448  0x000015a2 fetcht  0x00000001 , 0x000004cc 
- 00010449  0x000015a4 branch  0x0000291f 
- 00010450  0x000015a8 bpatch  0x00000081 , 0x00004010 
- 00010451  0x000015a9 call  0x00002860 
- 00010452  0x000015aa fetch  0x00000001 , 0x0000017f 
- 00010453  0x000015ab bbit0  0x00000004 , 0x000028d7 
- 00010454  0x000015ac fetcht  0x00000001 , 0x000004cb 
- 00010455  0x000015ae branch  0x00002933 
- 00010456  0x000015b2 force  0x00000000 , 0x0000002d 
- 00010457  0x000015b3 fetch  0x00000003 , 0x000040a7 
- 00010458  0x000015b4 iforce  0x0000002c 
- 00010459  0x000015b5 rtn 
- 00010460  0x000015b8 bpatch  0x00000082 , 0x00004010 
- 00010461  0x000015b9 fetch  0x00000001 , 0x000041d3 
- 00010462  0x000015ba icopy  0x0000002d 
- 00010463  0x000015bb fetch  0x00000003 , 0x000041d0 
- 00010464  0x000015bc icopy  0x0000002c 
- 00010465  0x000015bd rtn 
- 00010466  0x000015c0 bpatch  0x00000083 , 0x00004010 
- 00010467  0x000015c1 fetch  0x00000002 , 0x000040a4 
- 00010468  0x000015c2 icopy  0x0000002e 
- 00010469  0x000015c3 fetch  0x00000001 , 0x000040a3 
- 00010470  0x000015c4 icopy  0x0000002d 
- 00010471  0x000015c5 fetch  0x00000003 , 0x000040a0 
- 00010472  0x000015c6 icopy  0x0000002c 
- 00010473  0x000015c7 rtn 
- 00010474  0x000015ca bpatch  0x00000084 , 0x00004010 
- 00010475  0x000015cb fetch  0x00000002 , 0x00000044 
- 00010476  0x000015cc icopy  0x0000002e 
- 00010477  0x000015cd fetch  0x00000001 , 0x00000043 
- 00010478  0x000015ce icopy  0x0000002d 
- 00010479  0x000015cf fetch  0x00000003 , 0x00000040 
- 00010480  0x000015d0 icopy  0x0000002c 
- 00010481  0x000015d1 rtn 
- 00010482  0x000015d5 bmark1  0x00000020 , 0x000028f5 
- 00010483  0x000015d6 rtnmark0  0x0000001d 
- 00010484  0x000015d7 rtnmark0  0x0000001f 
- 00010485  0x000015d9 and_into  0xffffff00 , 0x0000002c 
- 00010486  0x000015da pulse  0x00000015 
- 00010487  0x000015db nop  0x00000020 
- 00010488  0x000015dc rtn 
- 00010489  0x000015e0 bpatch  0x00000085 , 0x00004010 
- 00010490  0x000015e1 branch  0x0000290a , 0x00000021 
- 00010491  0x000015e2 jam  0x000000d4 , 0x00008955 
- 00010492  0x000015e3 nop  0x00000004 
- 00010493  0x000015e4 jam  0x000000d2 , 0x00008955 
- 00010494  0x000015e5 nop  0x00000004 
- 00010495  0x000015e6 jam  0x000000d1 , 0x00008955 
- 00010496  0x000015e7 nop  0x00000004 
- 00010497  0x000015e8 fetch  0x00000001 , 0x000041de 
- 00010498  0x000015e9 beq  0x00000000 , 0x00002908 
- 00010499  0x000015ea beq  0x00000001 , 0x00002915 
- 00010500  0x000015eb beq  0x00000002 , 0x00002908 
- 00010501  0x000015ec beq  0x00000003 , 0x00002915 
- 00010502  0x000015ed beq  0x00000004 , 0x00002915 
- 00010503  0x000015ee beq  0x00000020 , 0x00002915 
- 00010504  0x000015f1 jam  0x000000d0 , 0x00008955 
- 00010505  0x000015f2 jam  0x000000e0 , 0x00008956 
- 00010506  0x000015f4 force  0x00000000 , 0x00000015 
- 00010507  0x000015f5 disable  0x00000021 
- 00010508  0x000015f6 disable  0x00000020 
- 00010509  0x000015f7 pulse  0x0000001e 
- 00010510  0x000015f8 jam  0x00000000 , 0x00008902 
- 00010511  0x000015f9 jam  0x00000000 , 0x00008901 
- 00010512  0x000015fa jam  0x00000000 , 0x00008900 
- 00010513  0x000015fb jam  0x00000000 , 0x00008903 
- 00010514  0x000015fc jam  0x00000070 , 0x00008904 
- 00010515  0x000015fd jam  0x00000000 , 0x00008906 
- 00010516  0x000015fe rtn 
- 00010517  0x00001604 jam  0x000000d0 , 0x00008955 
- 00010518  0x00001605 jam  0x000000c0 , 0x00008956 
- 00010519  0x00001606 branch  0x0000290a 
- 00010520  0x00001609 bpatch  0x00000086 , 0x00004010 
- 00010521  0x0000160a jam  0x00000000 , 0x00008902 
- 00010522  0x0000160b jam  0x00000000 , 0x00008901 
- 00010523  0x0000160c jam  0x00000018 , 0x00008900 
- 00010524  0x0000160d jam  0x000000a7 , 0x00008903 
- 00010525  0x0000160e jam  0x0000007f , 0x00008904 
- 00010526  0x0000160f rtn 
- 00010527  0x00001612 bpatch  0x00000087 , 0x00004010 
- 00010528  0x00001614 storet  0x00000001 , 0x00000017 
- 00010529  0x00001615 add  0x00000002 , 0x00000004 , 0x00000011 
- 00010530  0x00001616 jam  0x00000007 , 0x0000896d 
- 00010531  0x00001617 branch  0x00002981 
- 00010532  0x00001619 bpatch  0x00000088 , 0x00004011 
- 00010533  0x0000161a jam  0x000000cf , 0x00008901 
- 00010534  0x0000161b nop  0x0000000a 
- 00010535  0x0000161c jam  0x000000ff , 0x00008900 
- 00010536  0x0000161d jam  0x000000af , 0x00008903 
- 00010537  0x0000161e jam  0x000000ff , 0x00008904 
- 00010538  0x0000161f nop  0x0000000a 
- 00010539  0x00001620 jam  0x000000a0 , 0x00008902 
- 00010540  0x00001621 rtn 
- 00010541  0x00001624 fetch  0x00000001 , 0x000041e0 
- 00010542  0x00001625 branch  0x00002931 , 0x00000034 
- 00010543  0x00001627 add  0x00000002 , 0x00000002 , 0x00000011 
- 00010544  0x00001628 rtn 
- 00010545  0x0000162a add  0x00000002 , 0x00000000 , 0x00000011 
- 00010546  0x0000162b rtn 
- 00010547  0x0000162e bpatch  0x00000089 , 0x00004011 
- 00010548  0x0000162f storet  0x00000001 , 0x00000017 
- 00010549  0x00001630 call  0x0000292d 
- 00010550  0x00001631 call  0x00002981 
- 00010551  0x00001632 setarg  0x00000500 
- 00010552  0x00001633 call  0x00002a8f 
- 00010553  0x00001635 jam  0x00000001 , 0x00008906 
- 00010554  0x00001636 jam  0x0000003c , 0x00008900 
- 00010555  0x00001637 jam  0x000000e0 , 0x00008901 
- 00010556  0x00001638 jam  0x00000012 , 0x0000896d 
- 00010557  0x00001639 nop  0x0000000a 
- 00010558  0x0000163a jam  0x00000001 , 0x00008902 
- 00010559  0x0000163b jam  0x0000003d , 0x00008902 
- 00010560  0x0000163c nop  0x0000000a 
- 00010561  0x0000163d jam  0x000000b7 , 0x00008903 
- 00010562  0x0000163e nop  0x0000000a 
- 00010563  0x0000163f jam  0x0000007f , 0x00008902 
- 00010564  0x00001641 fetch  0x00000001 , 0x000041de 
- 00010565  0x00001642 beq  0x00000000 , 0x0000294b 
- 00010566  0x00001643 beq  0x00000001 , 0x0000294f 
- 00010567  0x00001644 beq  0x00000002 , 0x00002953 
- 00010568  0x00001645 beq  0x00000003 , 0x00002957 
- 00010569  0x00001646 beq  0x00000004 , 0x0000295b 
- 00010570  0x00001647 beq  0x00000020 , 0x0000295f 
- 00010571  0x00001649 jam  0x000000f0 , 0x00008956 
- 00010572  0x0000164a call  0x00002965 
- 00010573  0x0000164b jam  0x000000d8 , 0x00008955 
- 00010574  0x0000164c rtn 
- 00010575  0x0000164f jam  0x000000df , 0x00008956 
- 00010576  0x00001650 call  0x00002965 
- 00010577  0x00001651 jam  0x000000df , 0x00008955 
- 00010578  0x00001652 rtn 
- 00010579  0x00001655 jam  0x000000ff , 0x00008956 
- 00010580  0x00001656 call  0x00002965 
- 00010581  0x00001657 jam  0x000000df , 0x00008955 
- 00010582  0x00001658 rtn 
- 00010583  0x0000165a jam  0x000000ce , 0x00008956 
- 00010584  0x0000165b call  0x00002965 
- 00010585  0x0000165c jam  0x000000d8 , 0x00008955 
- 00010586  0x0000165d rtn 
- 00010587  0x00001660 jam  0x000000cb , 0x00008956 
- 00010588  0x00001661 call  0x00002965 
- 00010589  0x00001662 jam  0x000000d8 , 0x00008955 
- 00010590  0x00001663 rtn 
- 00010591  0x00001666 jam  0x000000d0 , 0x00008955 
- 00010592  0x00001667 jam  0x000000c0 , 0x00008956 
- 00010593  0x00001668 jam  0x0000004c , 0x00008957 
- 00010594  0x00001669 jam  0x0000006c , 0x00008958 
- 00010595  0x0000166a jam  0x00000050 , 0x00008959 
- 00010596  0x0000166b rtn 
- 00010597  0x0000166e nop  0x00000004 
- 00010598  0x0000166f jam  0x000000d1 , 0x00008955 
- 00010599  0x00001670 nop  0x00000004 
- 00010600  0x00001671 jam  0x000000d2 , 0x00008955 
- 00010601  0x00001672 nop  0x00000004 
- 00010602  0x00001673 jam  0x000000d4 , 0x00008955 
- 00010603  0x00001674 rtn 
- 00010604  0x00001678 jam  0x00000006 , 0x00008042 
- 00010605  0x0000167a fetch  0x00000002 , 0x000040c3 
- 00010606  0x0000167b bbit0  0x0000000e , 0x0000296d 
- 00010607  0x0000167c iforce  0x00000006 
- 00010608  0x0000167d arg  0x00008900 , 0x00000002 
- 00010609  0x0000167f ifetch  0x00000001 , 0x00000006 
- 00010610  0x00001680 beq  0x000000ff , 0x00002977 
- 00010611  0x00001681 ior  0x00000002 , 0x00000005 
- 00010612  0x00001682 ifetch  0x00000001 , 0x00000006 
- 00010613  0x00001683 istore  0x00000001 , 0x00000005 
- 00010614  0x00001684 branch  0x00002971 
- 00010615  0x00001686 bpatch  0x0000008a , 0x00004011 
- 00010616  0x00001687 call  0x00002be5 
- 00010617  0x00001688 call  0x000029c9 
- 00010618  0x0000168a setarg  0x000007d0 
- 00010619  0x0000168b iadd  0x00000022 , 0x0000003f 
- 00010620  0x0000168c store  0x00000004 , 0x00000169 
- 00010621  0x0000168d set1  0x00000003 , 0x00000015 
- 00010622  0x0000168e force  0x00000000 , 0x00000015 
- 00010623  0x0000168f ncall  0x00002998 , 0x0000002b 
- 00010624  0x00001690 branch  0x000029ab 
- 00010625  0x00001694 bpatch  0x0000008b , 0x00004011 
- 00010626  0x00001695 setarg  0x00000960 
- 00010627  0x00001696 iadd  0x00000011 , 0x00000002 
- 00010628  0x00001697 fetch  0x00000001 , 0x000040bd 
- 00010629  0x00001698 jam  0x00000004 , 0x0000895f 
- 00010630  0x00001699 imul32  0x00000002 , 0x0000003f 
- 00010631  0x0000169a fetcht  0x00000001 , 0x000040be 
- 00010632  0x0000169b idiv  0x00000002 
- 00010633  0x0000169c call  0x00007f86 
- 00010634  0x0000169d quotient  0x00000011 
- 00010635  0x0000169e remainder  0x0000003f 
- 00010636  0x0000169f lshift16  0x0000003f , 0x0000003f 
- 00010637  0x000016a0 lshift4  0x0000003f , 0x0000003f 
- 00010638  0x000016a1 idiv  0x00000002 
- 00010639  0x000016a2 call  0x00007f86 
- 00010640  0x000016a3 quotient  0x0000003f 
- 00010641  0x000016a4 lshift8  0x0000003f , 0x0000003f 
- 00010642  0x000016a5 lshift  0x0000003f , 0x0000003f 
- 00010643  0x000016a6 ior  0x00000011 , 0x0000003f 
- 00010644  0x000016a7 hstore  0x00000004 , 0x00008960 
- 00010645  0x000016a8 jam  0x00000044 , 0x0000895f 
- 00010646  0x000016a9 jam  0x000000c4 , 0x0000895f 
- 00010647  0x000016aa rtn 
- 00010648  0x000016ae bpatch  0x0000008c , 0x00004011 
- 00010649  0x000016af jam  0x00000002 , 0x00008906 
- 00010650  0x000016b0 setarg  0x0003d090 
- 00010651  0x000016b1 call  0x00002a8f 
- 00010652  0x000016b2 jam  0x0000007f , 0x00008900 
- 00010653  0x000016b3 nop  0x00000082 
- 00010654  0x000016b4 jam  0x00000030 , 0x00008952 
- 00010655  0x000016b5 jam  0x000000d0 , 0x00008901 
- 00010656  0x000016b6 jam  0x00000070 , 0x00008952 
- 00010657  0x000016b7 jam  0x000000f0 , 0x00008952 
- 00010658  0x000016b8 force  0x00000032 , 0x00000039 
- 00010659  0x000016ba hfetch  0x00000001 , 0x00008980 
- 00010660  0x000016bb bbit1  0x00000005 , 0x000029a6 
- 00010661  0x000016bc loop  0x000029a3 
- 00010662  0x000016be store  0x00000001 , 0x000040ce 
- 00010663  0x000016bf jam  0x00000000 , 0x00008901 
- 00010664  0x000016c0 jam  0x00000000 , 0x00008900 
- 00010665  0x000016c1 jam  0x00000000 , 0x00008906 
- 00010666  0x000016c2 rtn 
- 00010667  0x000016c5 bpatch  0x0000008d , 0x00004011 
- 00010668  0x000016c6 fetch  0x00000001 , 0x000040ce 
- 00010669  0x000016c7 set1  0x00000005 , 0x0000003f 
- 00010670  0x000016c8 hstore  0x00000001 , 0x00008952 
- 00010671  0x000016c9 hfetcht  0x00000001 , 0x00008950 
- 00010672  0x000016ca and_into  0x00000007 , 0x00000002 
- 00010673  0x000016cb lshift3  0x0000003f , 0x0000003f 
- 00010674  0x000016cc ior  0x00000002 , 0x0000003f 
- 00010675  0x000016cd hstore  0x00000001 , 0x00008950 
- 00010676  0x000016ce hfetch  0x00000001 , 0x00008951 
- 00010677  0x000016cf set0  0x00000000 , 0x0000003f 
- 00010678  0x000016d0 hstore  0x00000001 , 0x00008951 
- 00010679  0x000016d1 hfetch  0x00000001 , 0x00008952 
- 00010680  0x000016d2 set0  0x00000005 , 0x0000003f 
- 00010681  0x000016d3 hstore  0x00000001 , 0x00008952 
- 00010682  0x000016d4 rtn 
- 00010683  0x000016d7 bpatch  0x0000008e , 0x00004011 
- 00010684  0x000016d8 hfetch  0x00000002 , 0x00008981 
- 00010685  0x000016d9 rshift4  0x0000003f , 0x0000003f 
- 00010686  0x000016da rshift3  0x0000003f , 0x0000003f 
- 00010687  0x000016db sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00010688  0x000016dd and_into  0x000000ff , 0x0000003f 
- 00010689  0x000016de div  0x0000003f , 0x0000000a 
- 00010690  0x000016df call  0x00007f86 
- 00010691  0x000016e0 quotient  0x0000003f 
- 00010692  0x000016e1 lshift4  0x0000003f , 0x0000003f 
- 00010693  0x000016e2 remainder  0x00000002 
- 00010694  0x000016e3 ior  0x00000002 , 0x0000003f 
- 00010695  0x000016e4 store  0x00000001 , 0x00000018 
- 00010696  0x000016e5 rtn 
- 00010697  0x000016e9 jam  0x00000006 , 0x00008042 
- 00010698  0x000016ea hfetch  0x00000001 , 0x0000896b 
- 00010699  0x000016eb set0  0x00000004 , 0x0000003f 
- 00010700  0x000016ec set0  0x00000005 , 0x0000003f 
- 00010701  0x000016ed hstore  0x00000001 , 0x0000896b 
- 00010702  0x000016ee jam  0x00000000 , 0x00008905 
- 00010703  0x000016ef jam  0x00000000 , 0x00008904 
- 00010704  0x000016f0 jam  0x00000070 , 0x00008904 
- 00010705  0x000016f1 jam  0x000000ff , 0x00008905 
- 00010706  0x000016f2 hfetch  0x00000001 , 0x0000896b 
- 00010707  0x000016f3 set1  0x00000004 , 0x0000003f 
- 00010708  0x000016f4 set1  0x00000005 , 0x0000003f 
- 00010709  0x000016f5 hstore  0x00000001 , 0x0000896b 
- 00010710  0x000016f6 call  0x000029e9 
- 00010711  0x000016f7 hfetch  0x00000001 , 0x00008968 
- 00010712  0x000016f8 set1  0x00000007 , 0x0000003f 
- 00010713  0x000016f9 hstore  0x00000001 , 0x00008968 
- 00010714  0x000016fa set0  0x00000007 , 0x0000003f 
- 00010715  0x000016fb hstore  0x00000001 , 0x00008968 
- 00010716  0x000016fc set1  0x00000007 , 0x0000003f 
- 00010717  0x000016fd hstore  0x00000001 , 0x00008968 
- 00010718  0x000016fe jam  0x00000005 , 0x00008042 
- 00010719  0x000016ff nop  0x00000001 
- 00010720  0x00001700 jam  0x00000004 , 0x00008042 
- 00010721  0x00001701 hfetch  0x00000001 , 0x0000896b 
- 00010722  0x00001702 and_into  0x000000cf , 0x0000003f 
- 00010723  0x00001703 hstore  0x00000001 , 0x0000896b 
- 00010724  0x00001704 or_into  0x00000030 , 0x0000003f 
- 00010725  0x00001705 hstore  0x00000001 , 0x0000896b 
- 00010726  0x00001706 rtn 
- 00010727  0x0000170a setarg  0x00000f0f 
- 00010728  0x0000170b branch  0x00002c18 
- 00010729  0x0000170e setarg  0x0000080f 
- 00010730  0x0000170f branch  0x00002c18 
- 00010731  0x00001714 bpatch  0x0000008f , 0x00004011 
- 00010732  0x00001715 call  0x00002924 
- 00010733  0x00001716 disable  0x00000020 
- 00010734  0x00001717 enable  0x00000021 
- 00010735  0x00001718 pulse  0x00000016 
- 00010736  0x00001719 rtn 
- 00010737  0x0000171c bpatch  0x00000090 , 0x00004012 
- 00010738  0x0000171d fetch  0x00000001 , 0x0000004c 
- 00010739  0x0000171e isolate1  0x00000002 , 0x0000003f 
- 00010740  0x0000171f setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00010741  0x00001720 hstore  0x00000001 , 0x00008011 
- 00010742  0x00001721 arg  0x00000062 , 0x00000006 
- 00010743  0x00001722 ifetch  0x00000009 , 0x00000006 
- 00010744  0x00001723 iforce  0x00000032 
- 00010745  0x00001724 ifetch  0x00000007 , 0x00000006 
- 00010746  0x00001725 iforce  0x00000033 
- 00010747  0x00001726 fetch  0x00000001 , 0x00000054 
- 00010748  0x00001727 add  0x0000003f , 0xffffffff , 0x00000034 
- 00010749  0x00001728 pulse  0x0000001a 
- 00010750  0x00001729 rtn 
- 00010751  0x0000172c deposit  0x0000001a 
- 00010752  0x0000172d store  0x00000006 , 0x0000009a 
- 00010753  0x0000172e disable  0x0000000d 
- 00010754  0x0000172f nbranch  0x000028f9 , 0x00000018 
- 00010755  0x00001730 arg  0x000003bb , 0x00000029 
- 00010756  0x00001731 increase  0x00000001 , 0x00000028 
- 00010757  0x00001732 and_into  0x000001fc , 0x00000028 
- 00010758  0x00001733 rtn 
- 00010759  0x00001738 enable  0x0000000d 
- 00010760  0x0000173a correlate  0x0000003e , 0x00000017 
- 00010761  0x0000173b branch  0x000029ff , 0x00000018 
- 00010762  0x0000173c compare  0x00000002 , 0x00000028 , 0x00000002 
- 00010763  0x0000173d nbranch  0x00002a08 , 0x00000001 
- 00010764  0x0000173e branch  0x000029ff 
- 00010765  0x00001741 bpatch  0x00000091 , 0x00004012 
- 00010766  0x00001742 arg  0x00000600 , 0x0000000b 
- 00010767  0x00001743 enable  0x0000000d 
- 00010768  0x00001744 correlate  0x00000023 , 0x00000026 
- 00010769  0x00001745 disable  0x0000000d 
- 00010770  0x00001746 nbranch  0x000028f9 , 0x00000018 
- 00010771  0x00001747 rtn 
- 00010772  0x0000174a bpatch  0x00000092 , 0x00004012 
- 00010773  0x0000174b enable  0x0000000d 
- 00010774  0x0000174c correlate  0x0000003e , 0x00000003 
- 00010775  0x0000174d disable  0x0000000d 
- 00010776  0x0000174e nbranch  0x000028f9 , 0x00000018 
- 00010777  0x0000174f arg  0x000003bb , 0x00000029 
- 00010778  0x00001750 and_into  0x000001fc , 0x00000028 
- 00010779  0x00001751 rtn 
- 00010780  0x00001755 bpatch  0x00000093 , 0x00004012 
- 00010781  0x00001756 iforce  0x00000011 
- 00010782  0x00001757 deposit  0x00000021 
- 00010783  0x00001758 iadd  0x00000002 , 0x0000000b 
- 00010784  0x00001759 copy  0x0000000b , 0x0000003f 
- 00010785  0x0000175a store  0x00000004 , 0x000040ca 
- 00010786  0x0000175b deposit  0x00000011 
- 00010787  0x0000175c rtn 
- 00010788  0x00001760 copy  0x0000003f , 0x00000002 
- 00010789  0x00001761 bpatch  0x00000094 , 0x00004012 
- 00010790  0x00001762 copy  0x00000002 , 0x0000003f 
- 00010791  0x00001763 call  0x00007f50 
- 00010792  0x00001764 lshift16  0x00000021 , 0x0000003f 
- 00010793  0x00001765 set1  0x0000002c , 0x0000003f 
- 00010794  0x00001766 call  0x00007f39 
- 00010795  0x00001767 set0  0x0000002c , 0x0000003f 
- 00010796  0x00001768 call  0x00002a77 
- 00010797  0x00001769 call  0x00007f39 
- 00010798  0x0000176a rtn  0x00000028 
- 00010799  0x0000176b call  0x00007f43 
- 00010800  0x0000176c iforce  0x0000001b 
- 00010801  0x0000176d until  0x0000003e , 0x00000003 
- 00010802  0x0000176e rtn 
- 00010803  0x00001772 bpatch  0x00000095 , 0x00004012 
- 00010804  0x00001773 branch  0x00002a38 , 0x00000030 
- 00010805  0x00001774 until  0x00000029 , 0x00000026 
- 00010806  0x00001776 copy  0x00000028 , 0x00000002 
- 00010807  0x00001777 branch  0x00002a3b 
- 00010808  0x00001779 branch  0x00002a3a , 0x0000002e 
- 00010809  0x0000177a until  0x00000023 , 0x00000026 
- 00010810  0x0000177c copy  0x00000022 , 0x00000002 
- 00010811  0x0000177e branch  0x00002a47 , 0x00000028 
- 00010812  0x0000177f compare  0x00000001 , 0x00000002 , 0x00000003 
- 00010813  0x00001780 nbranch  0x00002a33 , 0x00000001 
- 00010814  0x00001782 bpatch  0x00000096 , 0x00004012 
- 00010815  0x00001783 fetch  0x00000001 , 0x00000030 
- 00010816  0x00001784 rtnbit0  0x00000000 
- 00010817  0x00001785 fetch  0x00000004 , 0x000040ca 
- 00010818  0x00001786 isub  0x00000002 , 0x0000003f 
- 00010819  0x00001787 nrtn  0x00000002 
- 00010820  0x00001788 sub  0x0000003f , 0x000000ff , 0x0000003e 
- 00010821  0x00001789 branch  0x00002a33 , 0x00000002 
- 00010822  0x0000178a rtn 
- 00010823  0x0000178c compare  0x00000003 , 0x00000002 , 0x00000003 
- 00010824  0x0000178d nbranch  0x00002a33 , 0x00000001 
- 00010825  0x0000178e branch  0x00002a3e 
- 00010826  0x00001791 bpatch  0x00000097 , 0x00004012 
- 00010827  0x00001792 arg  0x00000600 , 0x0000000b 
- 00010828  0x00001793 branch  0x00002a33 
- 00010829  0x00001796 disable  0x00000028 
- 00010830  0x00001797 branch  0x00002a4a 
- 00010831  0x0000179a enable  0x00000028 
- 00010832  0x0000179b branch  0x00002a4a 
- 00010833  0x0000179e bpatch  0x00000098 , 0x00004013 
- 00010834  0x0000179f call  0x000029f1 
- 00010835  0x000017a0 disable  0x00000021 
- 00010836  0x000017a1 enable  0x00000020 
- 00010837  0x000017a2 rtn 
- 00010838  0x000017a7 bpatch  0x00000099 , 0x00004013 
- 00010839  0x000017a8 arg  0x00000e43 , 0x0000000b 
- 00010840  0x000017a9 until  0x00000023 , 0x00000026 
- 00010841  0x000017aa pulse  0x00000016 
- 00010842  0x000017ab rtn 
- 00010843  0x000017ae bpatch  0x0000009a , 0x00004013 
- 00010844  0x000017af arg  0x00000d00 , 0x0000000b 
- 00010845  0x000017b0 until  0x00000023 , 0x00000026 
- 00010846  0x000017b1 rtn 
- 00010847  0x000017b5 bpatch  0x0000009b , 0x00004013 
- 00010848  0x000017b6 arg  0x00000e43 , 0x0000000b 
- 00010849  0x000017b7 until  0x00000029 , 0x00000026 
- 00010850  0x000017b8 pulse  0x00000016 
- 00010851  0x000017b9 rtn 
- 00010852  0x000017bc bpatch  0x0000009c , 0x00004013 
- 00010853  0x000017bd preload  0x00000009 
- 00010854  0x000017be enable  0x0000001d 
- 00010855  0x000017bf set1  0x00000000 , 0x00000015 
- 00010856  0x000017c0 inject  0x00000003 , 0x00000048 
- 00010857  0x000017c1 disable  0x0000001d 
- 00010858  0x000017c2 rtn 
- 00010859  0x000017c6 copy  0x00000025 , 0x00000002 
- 00010860  0x000017c7 or_into  0x00000060 , 0x00000002 
- 00010861  0x000017c8 copy  0x00000002 , 0x0000000e 
- 00010862  0x000017c9 rtn 
- 00010863  0x000017cf bpatch  0x0000009d , 0x00004013 
- 00010864  0x000017d0 fetch  0x00000001 , 0x00004090 
- 00010865  0x000017d1 increase  0x00000001 , 0x0000003f 
- 00010866  0x000017d2 bne  0x00000007 , 0x00002a74 
- 00010867  0x000017d3 force  0x00000001 , 0x0000003f 
- 00010868  0x000017d5 store  0x00000001 , 0x00004090 
- 00010869  0x000017d6 iforce  0x00000004 
- 00010870  0x000017d7 rtn 
- 00010871  0x000017da copy  0x00000019 , 0x00000002 
- 00010872  0x000017db rtn  0x00000029 
- 00010873  0x000017dc copy  0x0000001a , 0x00000002 
- 00010874  0x000017dd rtn 
- 00010875  0x000017e0 deposit  0x00000022 
- 00010876  0x000017e1 rtn  0x00000029 
- 00010877  0x000017e2 deposit  0x00000028 
- 00010878  0x000017e3 rtn 
- 00010879  0x000017e7 bpatch  0x0000009e , 0x00004013 
- 00010880  0x000017e8 fetcht  0x00000004 , 0x0000004d 
- 00010881  0x000017e9 call  0x00002a7b 
- 00010882  0x000017ea isub  0x00000002 , 0x0000000b 
- 00010883  0x000017eb deposit  0x0000000b 
- 00010884  0x000017ec fetcht  0x00000002 , 0x00000051 
- 00010885  0x000017ed lshift  0x00000002 , 0x00000002 
- 00010886  0x000017ee isub  0x00000002 , 0x0000003f 
- 00010887  0x000017ef rtn 
- 00010888  0x000017f2 bpatch  0x0000009f , 0x00004013 
- 00010889  0x000017f3 call  0x00002a7b 
- 00010890  0x000017f4 store  0x00000004 , 0x0000004d 
- 00010891  0x000017f5 rtn 
- 00010892  0x000017f8 bpatch  0x000000a0 , 0x00004014 
- 00010893  0x000017f9 branch  0x00002a8c 
- 00010894  0x000017fc branch  0x00002a8e 
- 00010895  0x000017ff rtn  0x00000034 
- 00010896  0x00001801 rshift  0x0000003f , 0x0000003f 
- 00010897  0x00001802 increase  0xfffffffd , 0x0000003f 
- 00010898  0x00001804 increase  0xffffffff , 0x0000003f 
- 00010899  0x00001805 nbranch  0x00002a92 , 0x00000005 
- 00010900  0x00001806 force  0x00000000 , 0x0000003f 
- 00010901  0x00001807 rtn 
- 00010902  0x0000180d arg  0x00000010 , 0x00000039 
- 00010903  0x0000180e arg  0x00000000 , 0x00000005 
- 00010904  0x0000180f call  0x00007ec6 
- 00010905  0x00001810 arg  0x0000043f , 0x00000005 
- 00010906  0x00001811 arg  0x0000000a , 0x00000039 
- 00010907  0x00001812 call  0x00007ec6 
- 00010908  0x00001813 jam  0x00000000 , 0x000009b2 
- 00010909  0x00001814 jam  0x00000000 , 0x00000a99 
- 00010910  0x00001815 jam  0x00000000 , 0x0000048c 
- 00010911  0x00001816 jam  0x00000000 , 0x0000017f 
- 00010912  0x00001817 jam  0x00000000 , 0x000004d1 
- 00010913  0x00001818 bpatch  0x000000a1 , 0x00004014 
- 00010914  0x00001819 jam  0x00000000 , 0x0000016d 
- 00010915  0x0000181a jam  0x00000000 , 0x00000151 
- 00010916  0x0000181b jam  0x00000000 , 0x0000015c 
- 00010917  0x0000181c setarg  0x009e8b33 
- 00010918  0x0000181d store  0x00000003 , 0x000040a7 
- 00010919  0x0000181e setarg  0x00000153 
- 00010920  0x0000181f store  0x00000002 , 0x00000083 
- 00010921  0x00001820 jam  0x0000001e , 0x00000085 
- 00010922  0x00001821 jam  0x00000001 , 0x00000086 
- 00010923  0x00001822 jam  0x00000007 , 0x00000088 
- 00010924  0x00001823 setarg  0x0012e904 
- 00010925  0x00001824 store  0x00000003 , 0x00000080 
- 00010926  0x00001829 jam  0x00000060 , 0x00000090 
- 00010927  0x0000182a jam  0x00000005 , 0x000040d0 
- 00010928  0x0000182b jam  0x00000002 , 0x00000014 
- 00010929  0x0000182c fetch  0x00000001 , 0x0000465a 
- 00010930  0x0000182d ncall  0x000074c1 , 0x00000034 
- 00010931  0x0000182e fetch  0x00000001 , 0x000044be 
- 00010932  0x0000182f ncall  0x00007518 , 0x00000034 
- 00010933  0x00001830 bpatch  0x000000a2 , 0x00004014 
- 00010934  0x00001831 rtn  0x0000002b 
- 00010935  0x00001832 setarg  0x00000000 
- 00010936  0x00001833 store  0x00000002 , 0x000041dc 
- 00010937  0x00001834 rshift  0x00000022 , 0x0000003f 
- 00010938  0x00001835 store  0x00000004 , 0x00004094 
- 00010939  0x00001836 rtn 
- 00010940  0x0000183e setarg  0x0000ee21 
- 00010941  0x0000183f hstore  0x00000002 , 0x00008050 
- 00010942  0x00001840 hfetch  0x00000004 , 0x0000811c 
- 00010943  0x00001841 store  0x00000004 , 0x00000abe 
- 00010944  0x00001842 hfetch  0x00000001 , 0x0000813e 
- 00010945  0x00001843 store  0x00000001 , 0x00000abd 
- 00010946  0x00001844 bbit0  0x00000003 , 0x0000645b 
- 00010947  0x00001845 enable  0x0000002b 
- 00010948  0x00001846 bbit0  0x00000007 , 0x00002acc 
- 00010949  0x00001847 disable  0x0000002b 
- 00010950  0x00001848 deposit  0x00000027 
- 00010951  0x00001849 nbranch  0x00002acc , 0x00000034 
- 00010952  0x0000184a hfetch  0x00000001 , 0x0000813b 
- 00010953  0x0000184b bbit1  0x00000002 , 0x00002acc 
- 00010954  0x0000184c arg  0xffffffff , 0x00000002 
- 00010955  0x0000184d branch  0x00002b3c 
- 00010956  0x0000184f hfetch  0x00000003 , 0x0000813c 
- 00010957  0x00001850 hstore  0x00000003 , 0x0000804c 
- 00010958  0x00001851 ifetch  0x00000001 , 0x00000006 
- 00010959  0x00001852 or_into  0x000000ef , 0x0000003f 
- 00010960  0x00001853 istore  0x00000001 , 0x00000005 
- 00010961  0x00001854 call  0x00002c23 
- 00010962  0x00001855 hfetch  0x00000001 , 0x0000804f 
- 00010963  0x00001856 set1  0x00000004 , 0x0000003f 
- 00010964  0x00001857 hstore  0x00000001 , 0x0000804f 
- 00010965  0x00001858 call  0x00002c23 
- 00010966  0x00001859 call  0x00002adf , 0x0000002b 
- 00010967  0x0000185a hfetch  0x00000001 , 0x0000804e 
- 00010968  0x0000185b set0  0x00000003 , 0x0000003f 
- 00010969  0x0000185c hstore  0x00000001 , 0x0000804e 
- 00010970  0x0000185d call  0x00002c23 
- 00010971  0x0000185e nbranch  0x0000645b , 0x0000002b 
- 00010972  0x0000185f rtnmark0  0x0000002b 
- 00010973  0x00001860 jam  0x00000008 , 0x00008006 
- 00010974  0x00001861 rtn 
- 00010975  0x00001864 fetch  0x00000001 , 0x00004198 
- 00010976  0x00001865 hstore  0x00000001 , 0x00008086 
- 00010977  0x00001866 fetch  0x00000003 , 0x0000418d 
- 00010978  0x00001867 hstore  0x00000003 , 0x00008080 
- 00010979  0x00001868 fetch  0x00000004 , 0x00004181 
- 00010980  0x00001869 hstore  0x00000004 , 0x00008074 
- 00010981  0x0000186a fetch  0x00000004 , 0x0000417d 
- 00010982  0x0000186b hstore  0x00000004 , 0x00008070 
- 00010983  0x0000186c fetch  0x00000008 , 0x00004185 
- 00010984  0x0000186d hstore  0x00000008 , 0x00008078 
- 00010985  0x0000186e fetch  0x00000008 , 0x00004190 
- 00010986  0x0000186f iforce  0x00000000 
- 00010987  0x00001870 hfetch  0x00000008 , 0x00008140 
- 00010988  0x00001871 store  0x00000008 , 0x000000a1 
- 00010989  0x00001872 call  0x000064ca 
- 00010990  0x00001873 rtn 
- 00010991  0x00001876 deposit  0x00000000 
- 00010992  0x00001877 store  0x00000008 , 0x00004190 
- 00010993  0x00001878 hfetch  0x00000008 , 0x00008070 
- 00010994  0x00001879 store  0x00000008 , 0x0000417d 
- 00010995  0x0000187a ifetch  0x00000008 , 0x00000006 
- 00010996  0x0000187b istore  0x00000008 , 0x00000005 
- 00010997  0x0000187c hfetch  0x00000003 , 0x00008080 
- 00010998  0x0000187d store  0x00000003 , 0x0000418d 
- 00010999  0x0000187e hfetch  0x00000001 , 0x00008086 
- 00011000  0x0000187f store  0x00000001 , 0x00004198 
- 00011001  0x00001880 branch  0x00002c29 
- 00011002  0x00001883 hfetch  0x00000001 , 0x00008063 
- 00011003  0x00001884 nbranch  0x00002b00 , 0x00000034 
- 00011004  0x00001885 fetch  0x00000003 , 0x0000416f 
- 00011005  0x00001886 nrtn  0x00000034 
- 00011006  0x00001887 jam  0x000000c0 , 0x00008063 
- 00011007  0x00001888 jam  0x00000080 , 0x00008006 
- 00011008  0x0000188a hfetch  0x00000001 , 0x0000812d 
- 00011009  0x0000188b rtnbit0  0x00000001 
- 00011010  0x0000188c hfetch  0x00000003 , 0x00008149 
- 00011011  0x0000188d store  0x00000003 , 0x0000416f 
- 00011012  0x0000188e rtn 
- 00011013  0x00001893 bpatch  0x000000a3 , 0x00004014 
- 00011014  0x00001894 deposit  0x0000001a 
- 00011015  0x00001895 call  0x00007f37 
- 00011016  0x00001896 fetcht  0x00000004 , 0x0000415f 
- 00011017  0x00001897 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00011018  0x00001898 rtn  0x00000002 
- 00011019  0x00001899 lshift8  0x0000003f , 0x0000003f 
- 00011020  0x0000189a lshift4  0x0000003f , 0x0000003f 
- 00011021  0x0000189b idiv  0x00000002 
- 00011022  0x0000189c call  0x00007f86 
- 00011023  0x0000189d quotient  0x0000003f 
- 00011024  0x0000189e arg  0x000000c8 , 0x00000002 
- 00011025  0x0000189f call  0x00007f91 
- 00011026  0x000018a0 store  0x00000001 , 0x00000099 
- 00011027  0x000018a1 nbranch  0x00002b15 , 0x00000028 
- 00011028  0x000018a2 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00011029  0x000018a4 fetcht  0x00000003 , 0x0000416f 
- 00011030  0x000018a5 iadd  0x00000002 , 0x0000003f 
- 00011031  0x000018a6 store  0x00000003 , 0x0000416f 
- 00011032  0x000018a8 setarg  0x00000000 
- 00011033  0x000018a9 store  0x00000004 , 0x0000415f 
- 00011034  0x000018aa rtn 
- 00011035  0x000018af fetch  0x00000001 , 0x00004177 
- 00011036  0x000018b0 set1  0x00000002 , 0x0000003f 
- 00011037  0x000018b1 store  0x00000001 , 0x00004177 
- 00011038  0x000018b2 branch  0x00002b23 
- 00011039  0x000018b7 arg  0xffffffff , 0x00000002 
- 00011040  0x000018b8 fetch  0x00000001 , 0x00004176 
- 00011041  0x000018b9 set0  0x00000007 , 0x0000003f 
- 00011042  0x000018ba store  0x00000001 , 0x00004176 
- 00011043  0x000018bc bpatch  0x000000a4 , 0x00004014 
- 00011044  0x000018bd call  0x00002c29 
- 00011045  0x000018be fetch  0x00000001 , 0x00004157 
- 00011046  0x000018bf store  0x00000001 , 0x0000417c 
- 00011047  0x000018c0 fetch  0x00000001 , 0x0000417a 
- 00011048  0x000018c1 set1  0x00000007 , 0x0000003f 
- 00011049  0x000018c2 store  0x00000001 , 0x0000417a 
- 00011050  0x000018c6 bpatch  0x000000a5 , 0x00004014 
- 00011051  0x000018c7 call  0x000029e7 
- 00011052  0x000018c8 fetch  0x00000004 , 0x0000415f 
- 00011053  0x000018c9 iadd  0x00000002 , 0x0000003f 
- 00011054  0x000018ca store  0x00000004 , 0x0000415f 
- 00011055  0x000018cb call  0x00002aef 
- 00011056  0x000018cc fetch  0x00000005 , 0x00004178 
- 00011057  0x000018cd hstore  0x00000004 , 0x0000804c 
- 00011058  0x000018ce rshift32  0x0000003f , 0x00000011 
- 00011059  0x000018cf until  0x0000003e , 0x00000033 
- 00011060  0x000018d0 deposit  0x00000019 
- 00011061  0x000018d1 store  0x00000006 , 0x00004163 
- 00011062  0x000018d2 jam  0x00000002 , 0x00008005 
- 00011063  0x000018d3 until  0x0000003e , 0x00000033 
- 00011064  0x000018d4 until  0x0000003e , 0x00000033 
- 00011065  0x000018d5 deposit  0x00000011 
- 00011066  0x000018d6 hstore  0x00000001 , 0x0000804f 
- 00011067  0x000018d7 jam  0x00000002 , 0x00008005 
- 00011068  0x000018d9 until  0x0000003e , 0x00000033 
- 00011069  0x000018da until  0x0000003e , 0x00000033 
- 00011070  0x000018db hstoret  0x00000004 , 0x0000804c 
- 00011071  0x000018dc jam  0x00000010 , 0x00008005 
- 00011072  0x000018dd until  0x0000003e , 0x0000003f 
- 00011073  0x000018e3 bpatch  0x000000a6 , 0x00004014 
- 00011074  0x000018e4 setarg  0x00000000 
- 00011075  0x000018e5 copy  0x00000027 , 0x0000003e 
- 00011076  0x000018e6 branch  0x00002b4c , 0x00000005 
- 00011077  0x000018e7 hfetch  0x00000001 , 0x0000813c 
- 00011078  0x000018e8 hfetcht  0x00000001 , 0x0000813d 
- 00011079  0x000018e9 isub  0x00000002 , 0x0000003e 
- 00011080  0x000018ea branch  0x00002b4a , 0x00000002 
- 00011081  0x000018eb deposit  0x00000002 
- 00011082  0x000018ed isub  0x00000027 , 0x0000003f 
- 00011083  0x000018ee increase  0x00000001 , 0x0000003f 
- 00011084  0x000018f0 increase  0x00000008 , 0x0000003f 
- 00011085  0x000018f1 until  0x0000003e , 0x00000033 
- 00011086  0x000018f2 iadd  0x00000031 , 0x0000003f 
- 00011087  0x000018f3 fetcht  0x00000004 , 0x0000415b 
- 00011088  0x000018f4 iadd  0x00000002 , 0x0000003f 
- 00011089  0x000018f5 fetcht  0x00000003 , 0x0000416f 
- 00011090  0x000018f6 imul32  0x00000002 , 0x0000003f 
- 00011091  0x000018f7 rshift8  0x0000003f , 0x0000003f 
- 00011092  0x000018f8 rshift4  0x0000003f , 0x0000003f 
- 00011093  0x000018f9 increase  0x0000006e , 0x0000003f 
- 00011094  0x000018fa arg  0x00000ea6 , 0x00000002 
- 00011095  0x000018fb idiv  0x00000002 
- 00011096  0x000018fc call  0x00007f86 
- 00011097  0x000018fd quotient  0x0000003f 
- 00011098  0x000018fe lshift16  0x0000003f , 0x0000003f 
- 00011099  0x000018ff remainder  0x00000002 
- 00011100  0x00001900 ior  0x00000002 , 0x0000003f 
- 00011101  0x00001901 fetcht  0x00000006 , 0x00004163 
- 00011102  0x00001902 call  0x00007f2c 
- 00011103  0x00001903 copy  0x00000002 , 0x00000019 
- 00011104  0x00001904 fetch  0x00000006 , 0x00004048 
- 00011105  0x00001905 call  0x00002854 
- 00011106  0x00001906 deposit  0x0000001a 
- 00011107  0x00001907 store  0x00000006 , 0x00000a9a 
- 00011108  0x00001908 deposit  0x00000027 
- 00011109  0x00001909 istore  0x00000001 , 0x00000005 
- 00011110  0x0000190a hfetch  0x00000001 , 0x0000811d 
- 00011111  0x0000190b or_into  0x000000f0 , 0x0000003f 
- 00011112  0x0000190c istore  0x00000001 , 0x00000005 
- 00011113  0x0000190d rtn 
- 00011114  0x00001910 bpatch  0x000000a7 , 0x00004014 
- 00011115  0x00001911 call  0x00002afa 
- 00011116  0x00001912 fetch  0x00000003 , 0x0000416f 
- 00011117  0x00001913 rtn  0x00000034 
- 00011118  0x00001914 fetch  0x00000001 , 0x00004091 
- 00011119  0x00001915 rtn  0x00000034 
- 00011120  0x00001916 fetch  0x00000001 , 0x0000465a 
- 00011121  0x00001917 branch  0x00002b74 , 0x00000034 
- 00011122  0x00001918 fetch  0x00000001 , 0x000045b1 
- 00011123  0x00001919 rtn  0x00000034 
- 00011124  0x0000191b fetch  0x00000001 , 0x000044c0 
- 00011125  0x0000191c nrtn  0x00000034 
- 00011126  0x0000191d call  0x00002c3a 
- 00011127  0x0000191e nrtn  0x00000034 
- 00011128  0x0000191f fetch  0x00000001 , 0x00004040 
- 00011129  0x00001920 compare  0x00000003 , 0x0000003f , 0x00000007 
- 00011130  0x00001921 nbranch  0x00002b9d , 0x00000001 
- 00011131  0x00001922 fetch  0x00000002 , 0x00004042 
- 00011132  0x00001923 rtn  0x00000034 
- 00011133  0x00001924 rtn  0x0000002b 
- 00011134  0x00001925 bpatch  0x000000a8 , 0x00004015 
- 00011135  0x00001927 fetcht  0x00000001 , 0x000000a0 
- 00011136  0x00001928 fetch  0x00000002 , 0x00004042 
- 00011137  0x00001929 imul32  0x00000002 , 0x0000003f 
- 00011138  0x0000192a rshift4  0x00000002 , 0x00000002 
- 00011139  0x0000192b rshift2  0x00000002 , 0x00000002 
- 00011140  0x0000192c isub  0x00000002 , 0x0000003f 
- 00011141  0x0000192d fetcht  0x00000004 , 0x00004044 
- 00011142  0x0000192e iadd  0x00000002 , 0x0000003f 
- 00011143  0x0000192f fetcht  0x00000001 , 0x00004156 
- 00011144  0x00001930 isub  0x00000002 , 0x0000003f 
- 00011145  0x00001931 lshift16  0x0000003f , 0x00000030 
- 00011146  0x00001932 bpatch  0x000000a9 , 0x00004015 
- 00011147  0x00001933 fetch  0x00000002 , 0x0000404e 
- 00011148  0x00001934 rshift  0x0000003f , 0x0000003f 
- 00011149  0x00001935 call  0x00007f50 
- 00011150  0x00001936 deposit  0x00000030 
- 00011151  0x00001937 call  0x00007f39 
- 00011152  0x00001938 copy  0x0000001a , 0x00000002 
- 00011153  0x00001939 call  0x00007f37 
- 00011154  0x0000193a rtn  0x00000028 
- 00011155  0x0000193c call  0x00007f49 
- 00011156  0x0000193e bpatch  0x000000aa , 0x00004015 
- 00011157  0x0000193f fetch  0x00000001 , 0x00004178 
- 00011158  0x00001940 isub  0x00000002 , 0x0000003e 
- 00011159  0x00001941 branch  0x00002b18 , 0x00000002 
- 00011160  0x00001942 storet  0x00000004 , 0x0000415b 
- 00011161  0x00001943 call  0x00003328 
- 00011162  0x00001944 call  0x000052fb 
- 00011163  0x00001945 fetcht  0x00000004 , 0x0000415b 
- 00011164  0x00001946 branch  0x00002b2a 
- 00011165  0x00001949 bpatch  0x000000ab , 0x00004015 
- 00011166  0x0000194a fetch  0x00000001 , 0x00004040 
- 00011167  0x0000194b rtnbit1  0x00000000 
- 00011168  0x0000194c rtnbit1  0x00000003 
- 00011169  0x0000194d fetch  0x00000001 , 0x0000465a 
- 00011170  0x0000194e branch  0x00002ba5 , 0x00000034 
- 00011171  0x0000194f fetch  0x00000001 , 0x000045b1 
- 00011172  0x00001950 rtn  0x00000034 
- 00011173  0x00001952 bpatch  0x000000ac , 0x00004015 
- 00011174  0x00001953 fetch  0x00000001 , 0x0000436e 
- 00011175  0x00001954 nbranch  0x00002baa , 0x00000034 
- 00011176  0x00001955 fetch  0x00000001 , 0x00004093 
- 00011177  0x00001956 rtn  0x00000034 
- 00011178  0x00001958 fetch  0x00000002 , 0x00004154 
- 00011179  0x00001959 rtn  0x00000034 
- 00011180  0x0000195b fetcht  0x00000001 , 0x00004156 
- 00011181  0x0000195c isub  0x00000002 , 0x0000003f 
- 00011182  0x0000195d arg  0x00001d4c , 0x00000002 
- 00011183  0x0000195e imul32  0x00000002 , 0x0000003f 
- 00011184  0x0000195f branch  0x00002b93 
- 00011185  0x00001962 bpatch  0x000000ad , 0x00004015 
- 00011186  0x00001963 disable  0x0000002b 
- 00011187  0x00001964 fetch  0x00000001 , 0x00000030 
- 00011188  0x00001965 rtnbit0  0x00000001 
- 00011189  0x00001966 nbranch  0x00002bd0 , 0x0000002d 
- 00011190  0x00001967 call  0x00002bcb 
- 00011191  0x00001968 fetch  0x00000002 , 0x000040c1 
- 00011192  0x00001969 store  0x00000002 , 0x0000003e 
- 00011193  0x0000196a fetch  0x00000001 , 0x00000047 
- 00011194  0x0000196b bbit1  0x00000003 , 0x00002bde 
- 00011195  0x0000196c bmark0  0x0000000d , 0x00002bde 
- 00011196  0x0000196d call  0x00005274 
- 00011197  0x0000196e nbranch  0x00002bde , 0x00000034 
- 00011198  0x0000196f fetch  0x00000001 , 0x0000455c 
- 00011199  0x00001970 bbit1  0x00000001 , 0x00002bde 
- 00011200  0x00001972 jam  0x00000000 , 0x000000a0 
- 00011201  0x00001973 bmark0  0x0000000d , 0x00002bde 
- 00011202  0x00001974 fetch  0x00000001 , 0x00004174 
- 00011203  0x00001975 branch  0x00002be2 , 0x00000034 
- 00011204  0x00001976 increase  0xffffffff , 0x0000003f 
- 00011205  0x00001977 store  0x00000001 , 0x00004174 
- 00011206  0x00001978 rtn 
- 00011207  0x0000197c arg  0x00000001 , 0x00000007 
- 00011208  0x0000197d branch  0x000060cd 
- 00011209  0x00001980 arg  0x00000001 , 0x00000007 
- 00011210  0x00001981 branch  0x000060d1 
- 00011211  0x00001986 jam  0x00000000 , 0x00004159 
- 00011212  0x00001987 fetch  0x00000003 , 0x00004169 
- 00011213  0x00001988 increase  0x00000001 , 0x0000003f 
- 00011214  0x00001989 store  0x00000003 , 0x00004169 
- 00011215  0x0000198a rtn 
- 00011216  0x0000198d bpatch  0x000000ae , 0x00004015 
- 00011217  0x0000198e fetcht  0x00000002 , 0x000040c1 
- 00011218  0x0000198f rshift  0x00000002 , 0x00000002 
- 00011219  0x00001990 fetch  0x00000002 , 0x0000003e 
- 00011220  0x00001991 iadd  0x00000002 , 0x0000003f 
- 00011221  0x00001992 store  0x00000002 , 0x0000003e 
- 00011222  0x00001994 jam  0x00000000 , 0x000000a0 
- 00011223  0x00001995 fetch  0x00000003 , 0x0000416c 
- 00011224  0x00001996 increase  0x00000001 , 0x0000003f 
- 00011225  0x00001997 store  0x00000003 , 0x0000416c 
- 00011226  0x00001998 fetch  0x00000001 , 0x00004159 
- 00011227  0x00001999 increase  0x00000001 , 0x0000003f 
- 00011228  0x0000199a store  0x00000001 , 0x00004159 
- 00011229  0x0000199b rtn 
- 00011230  0x0000199e jam  0x00000000 , 0x000000a0 
- 00011231  0x0000199f fetch  0x00000001 , 0x00004173 
- 00011232  0x000019a0 store  0x00000001 , 0x00004174 
- 00011233  0x000019a1 rtn 
- 00011234  0x000019a4 fetcht  0x00000001 , 0x00004172 
- 00011235  0x000019a5 storet  0x00000001 , 0x000000a0 
- 00011236  0x000019a6 rtn 
- 00011237  0x000019a9 bpatch  0x000000af , 0x00004015 
- 00011238  0x000019aa fetch  0x00000001 , 0x00004178 
- 00011239  0x000019ab nrtn  0x00000034 
- 00011240  0x000019ac jam  0x00000006 , 0x00008042 
- 00011241  0x000019ad setarg  0x00000f0c 
- 00011242  0x000019ae call  0x00002c18 
- 00011243  0x000019af setarg  0x00030d40 
- 00011244  0x000019b0 call  0x00002a8f 
- 00011245  0x000019b1 until  0x0000003e , 0x00000033 
- 00011246  0x000019b2 copy  0x00000031 , 0x00000030 
- 00011247  0x000019b3 call  0x000029e7 
- 00011248  0x000019b4 jam  0x00000004 , 0x00008042 
- 00011249  0x000019b5 nop  0x0000000a 
- 00011250  0x000019b6 until  0x0000003e , 0x00000033 
- 00011251  0x000019b7 deposit  0x00000031 
- 00011252  0x000019b8 isub  0x00000030 , 0x0000003f 
- 00011253  0x000019b9 increase  0x00000030 , 0x0000003f 
- 00011254  0x000019ba arg  0x000000ff , 0x00000002 
- 00011255  0x000019bb call  0x00007f91 
- 00011256  0x000019bc store  0x00000001 , 0x00004178 
- 00011257  0x000019bd nop  0x00007530 
- 00011258  0x000019be nop  0x00007530 
- 00011259  0x000019bf nop  0x00007530 
- 00011260  0x000019c0 rtn 
- 00011261  0x000019c3 fetch  0x00000001 , 0x00004178 
- 00011262  0x000019c4 nrtn  0x00000034 
- 00011263  0x000019c5 jam  0x000000ff , 0x00008044 
- 00011264  0x000019c6 jam  0x00000006 , 0x00008042 
- 00011265  0x000019c7 call  0x000029e7 
- 00011266  0x000019c8 setarg  0x000003e8 
- 00011267  0x000019c9 iadd  0x00000031 , 0x00000030 
- 00011268  0x000019ca snooze 
- 00011269  0x000019cb deposit  0x00000031 
- 00011270  0x000019cc nop  0x00002ee0 
- 00011271  0x000019cd nop  0x00002ee0 
- 00011272  0x000019ce nop  0x00002ee0 
- 00011273  0x000019cf nop  0x00002ee0 
- 00011274  0x000019d0 nop  0x00002ee0 
- 00011275  0x000019d1 nop  0x00002ee0 
- 00011276  0x000019d2 nop  0x00002ee0 
- 00011277  0x000019d3 nop  0x00002ee0 
- 00011278  0x000019d4 nop  0x00002ee0 
- 00011279  0x000019d5 isub  0x00000030 , 0x0000003f 
- 00011280  0x000019d6 add  0x0000003f , 0x00000030 , 0x0000003f 
- 00011281  0x000019d7 arg  0x000000ff , 0x00000002 
- 00011282  0x000019d8 call  0x00007f91 
- 00011283  0x000019d9 store  0x00000001 , 0x00004178 
- 00011284  0x000019da nop  0x00007530 
- 00011285  0x000019db nop  0x00007530 
- 00011286  0x000019dc nop  0x00007530 
- 00011287  0x000019dd rtn 
- 00011288  0x000019e3 arg  0x00000fff , 0x00000005 
- 00011289  0x000019e4 iand  0x00000005 , 0x00000005 
- 00011290  0x000019e5 fetch  0x00000001 , 0x00004175 
- 00011291  0x000019e6 and_into  0x000000f0 , 0x0000003f 
- 00011292  0x000019e7 lshift8  0x0000003f , 0x0000003f 
- 00011293  0x000019e8 ior  0x00000005 , 0x0000003f 
- 00011294  0x000019e9 hstore  0x00000002 , 0x0000804c 
- 00011295  0x000019ea ifetch  0x00000002 , 0x00000006 
- 00011296  0x000019eb istore  0x00000002 , 0x00000005 
- 00011297  0x000019ee setarg  0x00000001 
- 00011298  0x000019ef branch  0x00002c24 
- 00011299  0x000019f2 setarg  0x00000002 
- 00011300  0x000019f4 until  0x0000003e , 0x00000033 
- 00011301  0x000019f5 hstore  0x00000001 , 0x00008005 
- 00011302  0x000019f6 until  0x0000003e , 0x00000033 
- 00011303  0x000019f7 until  0x0000003e , 0x00000033 
- 00011304  0x000019f8 rtn 
- 00011305  0x000019fc bpatch  0x000000b0 , 0x00004016 
- 00011306  0x000019fd fetch  0x00000004 , 0x000000a1 
- 00011307  0x000019fe hstore  0x00000004 , 0x0000804c 
- 00011308  0x000019ff setarg  0x00000004 
- 00011309  0x00001a00 call  0x00002c24 
- 00011310  0x00001a01 fetch  0x00000004 , 0x000000a5 
- 00011311  0x00001a02 hstore  0x00000004 , 0x0000804c 
- 00011312  0x00001a03 setarg  0x00000008 
- 00011313  0x00001a04 branch  0x00002c24 
- 00011314  0x00001a07 fetch  0x00000002 , 0x00004152 
- 00011315  0x00001a08 qset1  0x0000003f 
- 00011316  0x00001a09 store  0x00000002 , 0x00004152 
- 00011317  0x00001a0a rtn 
- 00011318  0x00001a0d fetch  0x00000002 , 0x00004152 
- 00011319  0x00001a0e qset0  0x0000003f 
- 00011320  0x00001a0f store  0x00000002 , 0x00004152 
- 00011321  0x00001a10 rtn 
- 00011322  0x00001a15 bpatch  0x000000b1 , 0x00004016 
- 00011323  0x00001a16 call  0x00003326 
- 00011324  0x00001a17 fetch  0x00000002 , 0x00004152 
- 00011325  0x00001a18 copy  0x0000003f , 0x00000011 
- 00011326  0x00001a19 fetch  0x00000001 , 0x0000004c 
- 00011327  0x00001a1a isolate1  0x00000006 , 0x0000003f 
- 00011328  0x00001a1b setflag  0x00000001 , 0x0000000b , 0x00000011 
- 00011329  0x00001a1c fetch  0x00000001 , 0x00000078 
- 00011330  0x00001a1d fetcht  0x00000001 , 0x0000007c 
- 00011331  0x00001a1e iadd  0x00000002 , 0x0000003f 
- 00011332  0x00001a1f fetcht  0x00000001 , 0x00000048 
- 00011333  0x00001a20 iadd  0x00000002 , 0x0000003f 
- 00011334  0x00001a21 nsetflag  0x00000034 , 0x0000000a , 0x00000011 
- 00011335  0x00001a22 fetch  0x00000001 , 0x000044ff 
- 00011336  0x00001a23 nsetflag  0x00000034 , 0x00000001 , 0x00000011 
- 00011337  0x00001a24 fetch  0x00000002 , 0x0000025d 
- 00011338  0x00001a25 fetcht  0x00000002 , 0x0000025f 
- 00011339  0x00001a26 iadd  0x00000002 , 0x0000003f 
- 00011340  0x00001a27 nsetflag  0x00000034 , 0x0000000d , 0x00000011 
- 00011341  0x00001a28 fetch  0x00000008 , 0x00004668 
- 00011342  0x00001a29 nsetflag  0x00000034 , 0x0000000f , 0x00000011 
- 00011343  0x00001a2a fetch  0x00000008 , 0x00004670 
- 00011344  0x00001a2b nsetflag  0x00000034 , 0x0000000e , 0x00000011 
- 00011345  0x00001a2c fetch  0x00000001 , 0x000041ce 
- 00011346  0x00001a2d nsetflag  0x00000034 , 0x00000008 , 0x00000011 
- 00011347  0x00001a2e fetch  0x00000001 , 0x00004092 
- 00011348  0x00001a2f compare  0x0000000a , 0x0000003f , 0x000000ff 
- 00011349  0x00001a30 call  0x00002c5b , 0x00000001 
- 00011350  0x00001a31 setarg  0xfffffff8 
- 00011351  0x00001a32 iand  0x00000011 , 0x00000011 
- 00011352  0x00001a33 copy  0x00000011 , 0x0000003f 
- 00011353  0x00001a34 store  0x00000002 , 0x00004152 
- 00011354  0x00001a35 rtn 
- 00011355  0x00001a38 hfetch  0x00000002 , 0x00008112 
- 00011356  0x00001a39 nsetflag  0x00000034 , 0x00000006 , 0x00000011 
- 00011357  0x00001a3a hfetch  0x00000002 , 0x0000810e 
- 00011358  0x00001a3b nsetflag  0x00000034 , 0x00000005 , 0x00000011 
- 00011359  0x00001a3c rtn 
- 00011360  0x00001a3f hfetch  0x00000004 , 0x00008138 
- 00011361  0x00001a40 set0  0x0000001b , 0x0000003f 
- 00011362  0x00001a41 hstore  0x00000004 , 0x0000804c 
- 00011363  0x00001a42 call  0x00002c21 
- 00011364  0x00001a43 branch  0x00002a8c 
- 00011365  0x00001a46 hfetch  0x00000004 , 0x0000813c 
- 00011366  0x00001a47 set0  0x00000014 , 0x0000003f 
- 00011367  0x00001a48 hstore  0x00000004 , 0x0000804c 
- 00011368  0x00001a49 branch  0x00002c23 
- 00011369  0x00001a4c fetch  0x00000002 , 0x00004150 
- 00011370  0x00001a4d bbit1  0x00000000 , 0x00002a8c 
- 00011371  0x00001a4e rtn 
- 00011372  0x00001a50 fetch  0x00000002 , 0x00004150 
- 00011373  0x00001a51 bbit1  0x00000001 , 0x00002a8c 
- 00011374  0x00001a52 rtn 
- 00011375  0x00001a54 fetch  0x00000002 , 0x00004150 
- 00011376  0x00001a55 bbit1  0x00000002 , 0x00002a8c 
- 00011377  0x00001a56 rtn 
- 00011378  0x00001a94 bpatch  0x000000b2 , 0x00004016 
- 00011379  0x00001a95 call  0x00002c7a 
- 00011380  0x00001a96 add  0x00000013 , 0x000000cd , 0x00000012 
- 00011381  0x00001a97 ifetch  0x00000001 , 0x00000012 
- 00011382  0x00001a99 rtneq  0x00000000 
- 00011383  0x00001a9a beq  0x00000001 , 0x00002d06 
- 00011384  0x00001a9b beq  0x00000002 , 0x00002c7f 
- 00011385  0x00001a9c rtn 
- 00011386  0x00001a9f fetcht  0x00000002 , 0x00004241 
- 00011387  0x00001aa0 copy  0x00000002 , 0x00000013 
- 00011388  0x00001aa1 rtn 
- 00011389  0x00001aa4 call  0x00002f3d 
- 00011390  0x00001aa5 branch  0x0000307d 
- 00011391  0x00001aa8 call  0x00003084 
- 00011392  0x00001aa9 call  0x0000305a 
- 00011393  0x00001aaa call  0x0000305e 
- 00011394  0x00001aab branch  0x000030a2 
- 00011395  0x00001ab1 call  0x00003231 
- 00011396  0x00001ab2 setarg  0x0000004e 
- 00011397  0x00001ab3 call  0x0000322f 
- 00011398  0x00001ab4 call  0x000032ba 
- 00011399  0x00001ab7 add  0x00000013 , 0x00000092 , 0x00000011 
- 00011400  0x00001ab8 ifetch  0x00000004 , 0x00000011 
- 00011401  0x00001ab9 branch  0x0000322c 
- 00011402  0x00001abc call  0x00002c7a 
- 00011403  0x00001abd add  0x00000013 , 0x00000091 , 0x00000012 
- 00011404  0x00001abe ifetcht  0x00000001 , 0x00000012 
- 00011405  0x00001ac0 call  0x00002c90 
- 00011406  0x00001ac1 add  0x00000013 , 0x00000091 , 0x00000005 
- 00011407  0x00001ac3 branch  0x00002e56 
- 00011408  0x00001ac6 call  0x00002c94 
- 00011409  0x00001ac7 increase  0x00000001 , 0x00000002 
- 00011410  0x00001ac8 and_into  0x00000003 , 0x00000002 
- 00011411  0x00001ac9 rtn 
- 00011412  0x00001acc add  0x00000013 , 0x000000ae , 0x00000012 
- 00011413  0x00001acd ifetch  0x00000001 , 0x00000012 
- 00011414  0x00001acf and_into  0x00000003 , 0x0000003f 
- 00011415  0x00001ad0 mul32  0x0000003f , 0x00000004 , 0x00000011 
- 00011416  0x00001ad1 add  0x00000013 , 0x00000097 , 0x0000003f 
- 00011417  0x00001ad3 iadd  0x00000011 , 0x0000003f 
- 00011418  0x00001ad4 iadd  0x00000002 , 0x00000006 
- 00011419  0x00001ad5 ifetch  0x00000001 , 0x00000006 
- 00011420  0x00001ad7 branch  0x0000322f 
- 00011421  0x00001ada call  0x0000326c 
- 00011422  0x00001adb call  0x0000666a 
- 00011423  0x00001adc setarg  0x000007e2 
- 00011424  0x00001add arg  0x00000aa2 , 0x00000011 
- 00011425  0x00001ade arg  0x00000004 , 0x00000002 
- 00011426  0x00001adf call  0x000066b3 
- 00011427  0x00001ae0 call  0x0000666d 
- 00011428  0x00001ae1 fetch  0x00000004 , 0x00000aa2 
- 00011429  0x00001ae2 call  0x00003227 
- 00011430  0x00001ae4 nrtn  0x00000034 
- 00011431  0x00001ae5 fetch  0x00000004 , 0x000040a0 
- 00011432  0x00001ae7 branch  0x00003227 
- 00011433  0x00001aea call  0x00003241 
- 00011434  0x00001aec setarg  0x00000000 
- 00011435  0x00001aed call  0x0000323f 
- 00011436  0x00001af0 call  0x0000323a 
- 00011437  0x00001af2 and_into  0x00000007 , 0x0000003f 
- 00011438  0x00001af4 branch  0x0000323c 
- 00011439  0x00001af7 call  0x0000323a 
- 00011440  0x00001af9 set1  0x00000004 , 0x0000003f 
- 00011441  0x00001afa call  0x0000323c 
- 00011442  0x00001afd branch  0x00003235 
- 00011443  0x00001b00 call  0x0000325d 
- 00011444  0x00001b02 beq  0x00000001 , 0x00002cb7 
- 00011445  0x00001b03 beq  0x00000002 , 0x00002cbc 
- 00011446  0x00001b04 rtn 
- 00011447  0x00001b07 call  0x0000323e 
- 00011448  0x00001b0a add  0x00000013 , 0x000000d1 , 0x00000005 
- 00011449  0x00001b0b call  0x000032d6 
- 00011450  0x00001b0d call  0x00003242 
- 00011451  0x00001b0f branch  0x00002cac 
- 00011452  0x00001b12 call  0x0000325a 
- 00011453  0x00001b14 branch  0x00002cb8 
- 00011454  0x00001b17 add  0x00000013 , 0x0000008c , 0x00000011 
- 00011455  0x00001b18 ifetch  0x00000001 , 0x00000011 
- 00011456  0x00001b1a increase  0x00000001 , 0x0000003f 
- 00011457  0x00001b1b add  0x00000013 , 0x0000008c , 0x00000005 
- 00011458  0x00001b1c istore  0x00000001 , 0x00000005 
- 00011459  0x00001b1e beq  0x00000020 , 0x00002dd2 
- 00011460  0x00001b1f call  0x00003258 
- 00011461  0x00001b21 beq  0x00000001 , 0x00002cca 
- 00011462  0x00001b22 setarg  0x00000001 
- 00011463  0x00001b23 call  0x0000325b 
- 00011464  0x00001b26 call  0x00003258 
- 00011465  0x00001b28 bne  0x00000001 , 0x00002cac 
- 00011466  0x00001b2a add  0x00000013 , 0x000000d3 , 0x00000011 
- 00011467  0x00001b2b ifetch  0x00000001 , 0x00000011 
- 00011468  0x00001b2d increase  0x00000001 , 0x0000003f 
- 00011469  0x00001b2e call  0x00002cd5 
- 00011470  0x00001b30 beq  0x00000004 , 0x00002cd2 
- 00011471  0x00001b31 call  0x00002c8a 
- 00011472  0x00001b32 call  0x00002d04 
- 00011473  0x00001b34 branch  0x00002d8f 
- 00011474  0x00001b37 call  0x00002cd4 
- 00011475  0x00001b39 branch  0x00002cac 
- 00011476  0x00001b3c setarg  0x00000000 
- 00011477  0x00001b3e add  0x00000013 , 0x000000d3 , 0x00000005 
- 00011478  0x00001b3f branch  0x000032b4 
- 00011479  0x00001b42 call  0x0000323e 
- 00011480  0x00001b45 call  0x0000325a 
- 00011481  0x00001b47 call  0x00003241 
- 00011482  0x00001b49 branch  0x00002cac 
- 00011483  0x00001b4c call  0x0000325d 
- 00011484  0x00001b4e beq  0x00000003 , 0x00002cd8 
- 00011485  0x00001b4f call  0x0000323a 
- 00011486  0x00001b51 isolate0  0x00000004 , 0x0000003f 
- 00011487  0x00001b52 branch  0x00002ca9 , 0x00000001 
- 00011488  0x00001b53 call  0x0000325d 
- 00011489  0x00001b55 beq  0x00000001 , 0x00002cd7 
- 00011490  0x00001b56 beq  0x00000002 , 0x00002cd8 
- 00011491  0x00001b57 rtn 
- 00011492  0x00001b5a call  0x00003253 
- 00011493  0x00001b5c rtnne  0x000000ff 
- 00011494  0x00001b5d call  0x00002ce9 
- 00011495  0x00001b5e ncall  0x00002cf4 , 0x0000002c 
- 00011496  0x00001b5f rtn 
- 00011497  0x00001b62 disable  0x0000002c 
- 00011498  0x00001b63 add  0x00000013 , 0x000000ce , 0x00000011 
- 00011499  0x00001b64 ifetch  0x00000001 , 0x00000011 
- 00011500  0x00001b66 rtnne  0x00000001 
- 00011501  0x00001b67 add  0x00000013 , 0x000000d0 , 0x00000011 
- 00011502  0x00001b68 ifetch  0x00000001 , 0x00000011 
- 00011503  0x00001b6a rtnne  0x00000000 
- 00011504  0x00001b6b setarg  0x00000001 
- 00011505  0x00001b6c call  0x00002cfd 
- 00011506  0x00001b6e call  0x00003237 
- 00011507  0x00001b70 branch  0x00007feb 
- 00011508  0x00001b73 add  0x00000013 , 0x000000d0 , 0x00000011 
- 00011509  0x00001b74 ifetch  0x00000001 , 0x00000011 
- 00011510  0x00001b76 branch  0x00002cff , 0x00000034 
- 00011511  0x00001b77 increase  0xffffffff , 0x0000003f 
- 00011512  0x00001b78 call  0x0000323f 
- 00011513  0x00001b7a setarg  0x00000002 
- 00011514  0x00001b7b call  0x00002cfd 
- 00011515  0x00001b7d call  0x00002c8a 
- 00011516  0x00001b7f branch  0x00003237 
- 00011517  0x00001b82 add  0x00000013 , 0x000000d2 , 0x00000005 
- 00011518  0x00001b83 branch  0x000032b4 
- 00011519  0x00001b87 setarg  0x00000003 
- 00011520  0x00001b88 call  0x00002cfd 
- 00011521  0x00001b8a call  0x00003258 
- 00011522  0x00001b8c nbranch  0x00002cc8 , 0x00000034 
- 00011523  0x00001b8d call  0x00002c8a 
- 00011524  0x00001b90 setarg  0x00000002 
- 00011525  0x00001b91 branch  0x00003238 
- 00011526  0x00001b94 rtnmark0  0x00000026 
- 00011527  0x00001b95 set1  0x00000027 , 0x00000000 
- 00011528  0x00001b96 bpatch  0x000000b3 , 0x00004016 
- 00011529  0x00001b97 add  0x00000013 , 0x0000008e , 0x00000011 
- 00011530  0x00001b98 ifetch  0x00000001 , 0x00000011 
- 00011531  0x00001b9a beq  0x00000001 , 0x00002d0f 
- 00011532  0x00001b9b call  0x0000306a 
- 00011533  0x00001b9c nbranch  0x00002d16 , 0x00000028 
- 00011534  0x00001b9d call  0x00002d1b 
- 00011535  0x00001b9f add  0x00000013 , 0x0000008e , 0x00000005 
- 00011536  0x00001ba0 call  0x000032d6 
- 00011537  0x00001ba2 call  0x00002d2c 
- 00011538  0x00001ba3 nbranch  0x00002d7d , 0x00000028 
- 00011539  0x00001ba4 call  0x00002ce4 
- 00011540  0x00001ba6 call  0x00002d8f 
- 00011541  0x00001ba7 call  0x00002e7a 
- 00011542  0x00001ba9 set0  0x00000027 , 0x00000000 
- 00011543  0x00001baa rtn 
- 00011544  0x00001bad rtn  0x00000005 
- 00011545  0x00001bae set1  0x0000001c , 0x0000003f 
- 00011546  0x00001baf rtn 
- 00011547  0x00001bb2 add  0x00000013 , 0x000000c2 , 0x00000011 
- 00011548  0x00001bb3 ifetch  0x00000001 , 0x00000011 
- 00011549  0x00001bb5 increase  0x00000001 , 0x0000003f 
- 00011550  0x00001bb6 add  0x00000013 , 0x000000c2 , 0x00000005 
- 00011551  0x00001bb7 istore  0x00000001 , 0x00000005 
- 00011552  0x00001bb9 beq  0x00000004 , 0x00002d23 
- 00011553  0x00001bba beq  0x00000005 , 0x00002d27 
- 00011554  0x00001bbb rtn 
- 00011555  0x00001bbd add  0x00000013 , 0x000000ad , 0x00000011 
- 00011556  0x00001bbe ifetch  0x00000001 , 0x00000011 
- 00011557  0x00001bc2 add  0x00000013 , 0x000000ab , 0x00000005 
- 00011558  0x00001bc3 branch  0x000032b4 
- 00011559  0x00001bc6 add  0x00000013 , 0x000000c2 , 0x00000005 
- 00011560  0x00001bc7 call  0x000032d6 
- 00011561  0x00001bc9 add  0x00000013 , 0x000000ac , 0x00000011 
- 00011562  0x00001bca ifetch  0x00000001 , 0x00000011 
- 00011563  0x00001bcc branch  0x00002d25 
- 00011564  0x00001bcf call  0x00003253 
- 00011565  0x00001bd1 bne  0x000000ff , 0x00002eb1 
- 00011566  0x00001bd2 bpatch  0x000000b4 , 0x00004016 
- 00011567  0x00001bd3 call  0x00002d3a 
- 00011568  0x00001bd4 nbranch  0x00002d36 , 0x00000028 
- 00011569  0x00001bd5 call  0x00002d53 
- 00011570  0x00001bd6 call  0x00002e71 
- 00011571  0x00001bd9 setarg  0x00000001 
- 00011572  0x00001bdb add  0x00000013 , 0x0000008b , 0x00000005 
- 00011573  0x00001bdc branch  0x000032b4 
- 00011574  0x00001bdf add  0x00000013 , 0x0000008b , 0x00000011 
- 00011575  0x00001be0 ifetch  0x00000001 , 0x00000011 
- 00011576  0x00001be2 beq  0x00000001 , 0x00007fe7 
- 00011577  0x00001be3 rtn 
- 00011578  0x00001be7 add  0x00000013 , 0x000000d8 , 0x00000002 
- 00011579  0x00001be8 ifetch  0x00000002 , 0x00000002 
- 00011580  0x00001bea call  0x00007f9c 
- 00011581  0x00001beb nrtn  0x00000028 
- 00011582  0x00001bec copy  0x00000011 , 0x0000003f 
- 00011583  0x00001bed store  0x00000001 , 0x00000aae 
- 00011584  0x00001bee add  0x00000013 , 0x000000b2 , 0x00000005 
- 00011585  0x00001bef call  0x000032d6 
- 00011586  0x00001bf1 call  0x00002cac 
- 00011587  0x00001bf2 store  0x00000001 , 0x0000119e 
- 00011588  0x00001bf3 fetch  0x00000001 , 0x00000aae 
- 00011589  0x00001bf4 copy  0x0000003f , 0x00000011 
- 00011590  0x00001bf5 add  0x00000011 , 0x00000001 , 0x00000002 
- 00011591  0x00001bf6 arg  0x0000119f , 0x00000005 
- 00011592  0x00001bf7 copy  0x00000011 , 0x00000039 
- 00011593  0x00001bf8 copy  0x00000012 , 0x00000006 
- 00011594  0x00001bf9 call  0x00007f01 
- 00011595  0x00001bfa arg  0x0000119e , 0x00000011 
- 00011596  0x00001bfc rtnmark0  0x00000027 
- 00011597  0x00001bfd add  0x00000013 , 0x00000086 , 0x00000005 
- 00011598  0x00001bfe istoret  0x00000001 , 0x00000005 
- 00011599  0x00001c00 copy  0x00000002 , 0x00000039 
- 00011600  0x00001c01 add  0x00000013 , 0x00000022 , 0x00000005 
- 00011601  0x00001c03 copy  0x00000011 , 0x00000006 
- 00011602  0x00001c04 branch  0x00007f01 
- 00011603  0x00001c08 add  0x00000013 , 0x00000086 , 0x00000011 
- 00011604  0x00001c09 ifetch  0x00000001 , 0x00000011 
- 00011605  0x00001c0b increase  0x00000002 , 0x0000003f 
- 00011606  0x00001c0c add  0x00000013 , 0x00000088 , 0x00000005 
- 00011607  0x00001c0d istore  0x00000001 , 0x00000005 
- 00011608  0x00001c10 call  0x0000323a 
- 00011609  0x00001c12 call  0x00003235 
- 00011610  0x00001c15 add  0x00000013 , 0x00000086 , 0x00000011 
- 00011611  0x00001c16 ifetch  0x00000001 , 0x00000011 
- 00011612  0x00001c18 lshift3  0x0000003f , 0x0000003f 
- 00011613  0x00001c19 add  0x00000013 , 0x00000085 , 0x00000011 
- 00011614  0x00001c1a ifetcht  0x00000001 , 0x00000011 
- 00011615  0x00001c1c and  0x00000002 , 0x00000003 , 0x00000002 
- 00011616  0x00001c1d lshift  0x00000002 , 0x00000002 
- 00011617  0x00001c1e ior  0x00000002 , 0x0000003f 
- 00011618  0x00001c1f add  0x00000013 , 0x000000c3 , 0x00000011 
- 00011619  0x00001c20 ifetcht  0x00000001 , 0x00000011 
- 00011620  0x00001c22 iadd  0x00000002 , 0x0000003f 
- 00011621  0x00001c23 istore  0x00000001 , 0x00000005 
- 00011622  0x00001c25 add  0x00000013 , 0x00000086 , 0x00000011 
- 00011623  0x00001c26 ifetch  0x00000001 , 0x00000011 
- 00011624  0x00001c28 iforce  0x00000039 
- 00011625  0x00001c29 add  0x00000013 , 0x00000022 , 0x00000006 
- 00011626  0x00001c2b branch  0x00007f01 
- 00011627  0x00001c2e call  0x0000324f 
- 00011628  0x00001c30 call  0x0000325a 
- 00011629  0x00001c32 call  0x00002e6d 
- 00011630  0x00001c33 call  0x00002cac 
- 00011631  0x00001c34 store  0x00000001 , 0x0000119e 
- 00011632  0x00001c35 call  0x00002d77 
- 00011633  0x00001c36 call  0x0000323a 
- 00011634  0x00001c38 set1  0x00000003 , 0x0000003f 
- 00011635  0x00001c39 call  0x0000323c 
- 00011636  0x00001c3b call  0x00002d53 
- 00011637  0x00001c3c call  0x00002d33 
- 00011638  0x00001c3d branch  0x00002d14 
- 00011639  0x00001c40 store  0x00000001 , 0x0000119f 
- 00011640  0x00001c41 call  0x00003224 
- 00011641  0x00001c43 store  0x00000004 , 0x000011a0 
- 00011642  0x00001c44 arg  0x00000006 , 0x00000002 
- 00011643  0x00001c45 arg  0x0000119e , 0x00000011 
- 00011644  0x00001c46 branch  0x00002d4c 
- 00011645  0x00001c49 add  0x00000013 , 0x000000b2 , 0x00000011 
- 00011646  0x00001c4a ifetch  0x00000001 , 0x00000011 
- 00011647  0x00001c4c branch  0x00002d6b , 0x00000034 
- 00011648  0x00001c4f add  0x00000013 , 0x000000da , 0x00000011 
- 00011649  0x00001c50 ifetch  0x00000002 , 0x00000011 
- 00011650  0x00001c52 branch  0x00007f9c 
- 00011651  0x00001c55 call  0x00002c7a 
- 00011652  0x00001c57 call  0x00002afa 
- 00011653  0x00001c58 fetch  0x00000003 , 0x0000416f 
- 00011654  0x00001c59 rtn  0x00000034 
- 00011655  0x00001c5a add  0x00000013 , 0x000000dc , 0x00000002 
- 00011656  0x00001c5b ifetch  0x00000002 , 0x00000002 
- 00011657  0x00001c5d call  0x00007f9c 
- 00011658  0x00001c5e add  0x00000013 , 0x000000b6 , 0x00000002 
- 00011659  0x00001c5f ifetch  0x00000008 , 0x00000002 
- 00011660  0x00001c60 call  0x00007f49 
- 00011661  0x00001c61 storet  0x00000004 , 0x0000415b 
- 00011662  0x00001c62 branch  0x00002b2a 
- 00011663  0x00001c65 call  0x00002c7a 
- 00011664  0x00001c66 add  0x00000013 , 0x0000008f , 0x00000005 
- 00011665  0x00001c67 call  0x000032d6 
- 00011666  0x00001c6a call  0x00002da4 
- 00011667  0x00001c6b nbranch  0x00002dae , 0x00000018 
- 00011668  0x00001c6c nbranch  0x00002dae , 0x0000002f 
- 00011669  0x00001c6d call  0x00002dd6 
- 00011670  0x00001c6e call  0x00002e75 
- 00011671  0x00001c70 call  0x00002c7a 
- 00011672  0x00001c71 add  0x00000013 , 0x00000085 , 0x00000011 
- 00011673  0x00001c72 ifetch  0x00000001 , 0x00000011 
- 00011674  0x00001c74 increase  0x00000001 , 0x0000003f 
- 00011675  0x00001c75 call  0x00003232 
- 00011676  0x00001c77 call  0x00003253 
- 00011677  0x00001c79 bne  0x000000ff , 0x00002ed0 
- 00011678  0x00001c7a call  0x00002cdb 
- 00011679  0x00001c7c setarg  0x00000000 
- 00011680  0x00001c7d add  0x00000013 , 0x0000008c , 0x00000005 
- 00011681  0x00001c7e istore  0x00000002 , 0x00000005 
- 00011682  0x00001c82 setarg  0x00000000 
- 00011683  0x00001c83 branch  0x00002d34 
- 00011684  0x00001c87 disable  0x0000002f 
- 00011685  0x00001c88 call  0x00002df7 
- 00011686  0x00001c89 call  0x00002c7a 
- 00011687  0x00001c8a add  0x00000013 , 0x000000c3 , 0x00000011 
- 00011688  0x00001c8b ifetch  0x00000001 , 0x00000011 
- 00011689  0x00001c8d beq  0x00000001 , 0x00002dac 
- 00011690  0x00001c8e call  0x00002e11 
- 00011691  0x00001c8f branch  0x00002e45 
- 00011692  0x00001c91 call  0x00002e45 
- 00011693  0x00001c92 branch  0x00002d97 
- 00011694  0x00001c96 bpatch  0x000000b5 , 0x00004016 
- 00011695  0x00001c97 add  0x00000013 , 0x0000008d , 0x00000011 
- 00011696  0x00001c98 ifetch  0x00000001 , 0x00000011 
- 00011697  0x00001c9a increase  0x00000001 , 0x0000003f 
- 00011698  0x00001c9b add  0x00000013 , 0x0000008d , 0x00000005 
- 00011699  0x00001c9c istore  0x00000001 , 0x00000005 
- 00011700  0x00001c9e call  0x00003253 
- 00011701  0x00001ca0 bne  0x000000ff , 0x00002dcc 
- 00011702  0x00001ca1 add  0x00000013 , 0x0000008f , 0x00000011 
- 00011703  0x00001ca2 ifetcht  0x00000001 , 0x00000011 
- 00011704  0x00001ca4 increase  0x00000001 , 0x00000002 
- 00011705  0x00001ca5 add  0x00000013 , 0x0000008f , 0x00000005 
- 00011706  0x00001ca6 istoret  0x00000001 , 0x00000005 
- 00011707  0x00001ca8 add  0x00000013 , 0x000000cc , 0x00000011 
- 00011708  0x00001ca9 ifetch  0x00000001 , 0x00000011 
- 00011709  0x00001cab isub  0x00000002 , 0x0000003f 
- 00011710  0x00001cac nbranch  0x00002d92 , 0x00000034 
- 00011711  0x00001cad bpatch  0x000000b6 , 0x00004016 
- 00011712  0x00001cae call  0x0000325d 
- 00011713  0x00001cb0 beq  0x00000003 , 0x00002cbe 
- 00011714  0x00001cb1 add  0x00000013 , 0x000000d1 , 0x00000011 
- 00011715  0x00001cb2 ifetch  0x00000001 , 0x00000011 
- 00011716  0x00001cb4 increase  0x00000001 , 0x0000003f 
- 00011717  0x00001cb5 add  0x00000013 , 0x000000d1 , 0x00000005 
- 00011718  0x00001cb6 istore  0x00000001 , 0x00000005 
- 00011719  0x00001cb8 beq  0x00000002 , 0x00002cb3 
- 00011720  0x00001cb9 call  0x00002caf 
- 00011721  0x00001cba setarg  0x00000001 
- 00011722  0x00001cbb call  0x00003238 
- 00011723  0x00001cbd branch  0x00002d8f 
- 00011724  0x00001cc0 add  0x00000013 , 0x0000008d , 0x00000011 
- 00011725  0x00001cc1 ifetch  0x00000001 , 0x00000011 
- 00011726  0x00001cc3 rtnne  0x000000ff 
- 00011727  0x00001cc4 add  0x00000013 , 0x0000008d , 0x00000005 
- 00011728  0x00001cc5 call  0x000032d6 
- 00011729  0x00001cc7 branch  0x00002dd4 
- 00011730  0x00001cca add  0x00000013 , 0x0000008c , 0x00000005 
- 00011731  0x00001ccb call  0x000032d6 
- 00011732  0x00001cce jam  0x0000003a , 0x00000a99 
- 00011733  0x00001ccf branch  0x00007d86 
- 00011734  0x00001cd2 call  0x00002dde 
- 00011735  0x00001cd3 add  0x00000013 , 0x00000084 , 0x00000011 
- 00011736  0x00001cd4 ifetch  0x00000001 , 0x00000011 
- 00011737  0x00001cd6 rtn  0x00000034 
- 00011738  0x00001cd7 iforce  0x00000039 
- 00011739  0x00001cd8 add  0x00000013 , 0x00000002 , 0x00000006 
- 00011740  0x00001cda add  0x00000013 , 0x00000064 , 0x00000005 
- 00011741  0x00001cdc branch  0x00007f01 
- 00011742  0x00001ce1 call  0x0000325f 
- 00011743  0x00001ce3 rshift3  0x0000003f , 0x0000003f 
- 00011744  0x00001ce4 add  0x00000013 , 0x00000084 , 0x00000005 
- 00011745  0x00001ce5 istore  0x00000001 , 0x00000005 
- 00011746  0x00001ce8 increase  0x00000001 , 0x0000003f 
- 00011747  0x00001ce9 add  0x00000013 , 0x00000001 , 0x00000006 
- 00011748  0x00001ceb iadd  0x00000006 , 0x00000006 
- 00011749  0x00001cec ifetch  0x00000003 , 0x00000006 
- 00011750  0x00001ced add  0x00000013 , 0x000000c4 , 0x00000005 
- 00011751  0x00001cee istore  0x00000003 , 0x00000005 
- 00011752  0x00001cf1 call  0x0000325f 
- 00011753  0x00001cf3 rshift  0x0000003f , 0x0000003f 
- 00011754  0x00001cf4 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00011755  0x00001cf5 add  0x00000013 , 0x000000ca , 0x00000005 
- 00011756  0x00001cf6 istore  0x00000001 , 0x00000005 
- 00011757  0x00001cf8 rtn 
- 00011758  0x00001cfb disable  0x00000009 
- 00011759  0x00001cfc disable  0x00000007 
- 00011760  0x00001cfd setarg  0x00555555 
- 00011761  0x00001cfe iforce  0x0000000f 
- 00011762  0x00001cff rtn 
- 00011763  0x00001d02 call  0x00002918 
- 00011764  0x00001d03 add  0x00000013 , 0x00000090 , 0x00000011 
- 00011765  0x00001d04 ifetcht  0x00000001 , 0x00000011 
- 00011766  0x00001d06 branch  0x00002933 
- 00011767  0x00001d09 call  0x00002dee 
- 00011768  0x00001d0a call  0x00002df3 
- 00011769  0x00001d0b set1  0x00000000 , 0x00000015 
- 00011770  0x00001d0c enable  0x0000001d 
- 00011771  0x00001d0d enable  0x00000020 
- 00011772  0x00001d0e disable  0x00000021 
- 00011773  0x00001d0f call  0x000053c4 
- 00011774  0x00001d10 call  0x0000322a 
- 00011775  0x00001d12 iforce  0x00000009 
- 00011776  0x00001d13 inject  0x00000003 , 0x00000020 
- 00011777  0x00001d14 enable  0x00000009 
- 00011778  0x00001d15 add  0x00000013 , 0x00000088 , 0x00000011 
- 00011779  0x00001d16 ifetch  0x00000001 , 0x00000011 
- 00011780  0x00001d18 iforce  0x00000039 
- 00011781  0x00001d19 add  0x00000013 , 0x00000042 , 0x00000006 
- 00011782  0x00001d1c ifetch  0x00000001 , 0x00000006 
- 00011783  0x00001d1d inject  0x00000003 , 0x00000008 
- 00011784  0x00001d1e loop  0x00002e06 
- 00011785  0x00001d1f enable  0x00000008 
- 00011786  0x00001d20 inject  0x00000003 , 0x00000018 
- 00011787  0x00001d21 disable  0x00000008 
- 00011788  0x00001d22 until  0x0000003e , 0x00000027 
- 00011789  0x00001d23 bpatch  0x000000b7 , 0x00004016 
- 00011790  0x00001d24 nop  0x00000064 
- 00011791  0x00001d25 disable  0x0000001d 
- 00011792  0x00001d26 rtn 
- 00011793  0x00001d29 disable  0x0000002f 
- 00011794  0x00001d2a force  0x00000000 , 0x00000015 
- 00011795  0x00001d2b add  0x00000013 , 0x00000090 , 0x00000011 
- 00011796  0x00001d2c ifetcht  0x00000001 , 0x00000011 
- 00011797  0x00001d2e call  0x0000291f 
- 00011798  0x00001d2f call  0x00002924 
- 00011799  0x00001d31 call  0x00002dee 
- 00011800  0x00001d32 enable  0x0000000d 
- 00011801  0x00001d33 enable  0x00000021 
- 00011802  0x00001d34 disable  0x00000020 
- 00011803  0x00001d35 call  0x000053c4 
- 00011804  0x00001d36 call  0x0000322a 
- 00011805  0x00001d38 iforce  0x00000009 
- 00011806  0x00001d39 enable  0x00000010 
- 00011807  0x00001d3a add  0x00000013 , 0x00000089 , 0x00000011 
- 00011808  0x00001d3b ifetch  0x00000002 , 0x00000011 
- 00011809  0x00001d3d iforce  0x0000001b 
- 00011810  0x00001d3e correlate  0x0000003e , 0x00000003 
- 00011811  0x00001d3f nbranch  0x00002e4d , 0x00000018 
- 00011812  0x00001d40 enable  0x00000009 
- 00011813  0x00001d41 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00011814  0x00001d42 rshift3  0x0000000c , 0x0000003f 
- 00011815  0x00001d43 add  0x00000013 , 0x00000000 , 0x00000005 
- 00011816  0x00001d44 istore  0x00000001 , 0x00000005 
- 00011817  0x00001d46 add  0x00000013 , 0x000000cd , 0x00000011 
- 00011818  0x00001d47 ifetch  0x00000001 , 0x00000011 
- 00011819  0x00001d49 beq  0x00000002 , 0x00002e33 
- 00011820  0x00001d4a bpatch  0x000000b8 , 0x00004017 
- 00011821  0x00001d4b add  0x00000013 , 0x00000000 , 0x00000011 
- 00011822  0x00001d4c ifetch  0x00000001 , 0x00000011 
- 00011823  0x00001d4e add  0x00000013 , 0x00000087 , 0x00000011 
- 00011824  0x00001d4f ifetcht  0x00000001 , 0x00000011 
- 00011825  0x00001d51 icompare  0x00000007 , 0x00000002 
- 00011826  0x00001d52 nbranch  0x00002e45 , 0x00000001 
- 00011827  0x00001d54 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00011828  0x00001d55 rshift3  0x0000000c , 0x0000003f 
- 00011829  0x00001d56 istore  0x00000001 , 0x00000005 
- 00011830  0x00001d57 rshift3  0x0000003f , 0x0000003f 
- 00011831  0x00001d58 and  0x0000003f , 0x0000001f , 0x00000039 
- 00011832  0x00001d59 branch  0x00002e3d , 0x00000005 
- 00011833  0x00001d5b parse  0x00000003 , 0x00000000 , 0x00000008 
- 00011834  0x00001d5c rshift3  0x0000000c , 0x0000003f 
- 00011835  0x00001d5d istore  0x00000001 , 0x00000005 
- 00011836  0x00001d5e loop  0x00002e39 
- 00011837  0x00001d60 parse  0x00000003 , 0x00000000 , 0x00000018 
- 00011838  0x00001d61 rshift32  0x0000003f , 0x0000003f 
- 00011839  0x00001d62 rshift16  0x0000003f , 0x0000003f 
- 00011840  0x00001d63 istore  0x00000003 , 0x00000005 
- 00011841  0x00001d64 branch  0x00002e45 , 0x00000006 
- 00011842  0x00001d65 enable  0x0000002f 
- 00011843  0x00001d66 disable  0x0000000d 
- 00011844  0x00001d67 rtn 
- 00011845  0x00001d6b disable  0x0000001d 
- 00011846  0x00001d6c disable  0x0000000d 
- 00011847  0x00001d6d disable  0x00000009 
- 00011848  0x00001d6e disable  0x00000007 
- 00011849  0x00001d6f branch  0x000028f9 , 0x00000021 
- 00011850  0x00001d70 until  0x0000003e , 0x00000027 
- 00011851  0x00001d71 nop  0x00000064 
- 00011852  0x00001d72 branch  0x000028f9 
- 00011853  0x00001d75 call  0x00002e4f 
- 00011854  0x00001d76 branch  0x00002e45 
- 00011855  0x00001d79 call  0x000029bb 
- 00011856  0x00001d7a rtn  0x00000034 
- 00011857  0x00001d7b add  0x00000013 , 0x000000ea , 0x00000011 
- 00011858  0x00001d7c ifetcht  0x00000001 , 0x00000011 
- 00011859  0x00001d7e arg  0x00000d9e , 0x00000011 
- 00011860  0x00001d80 call  0x00002e58 
- 00011861  0x00001d81 add  0x00000013 , 0x000000ea , 0x00000005 
- 00011862  0x00001d84 istoret  0x00000001 , 0x00000005 
- 00011863  0x00001d85 rtn 
- 00011864  0x00001d88 arg  0x000000ff , 0x00000012 
- 00011865  0x00001d89 branch  0x00002e5a 
- 00011866  0x00001d9c copy  0x00000011 , 0x0000003f 
- 00011867  0x00001d9d iadd  0x00000002 , 0x00000005 
- 00011868  0x00001d9e fetch  0x00000001 , 0x00000018 
- 00011869  0x00001d9f istore  0x00000001 , 0x00000005 
- 00011870  0x00001da0 increase  0x00000001 , 0x00000002 
- 00011871  0x00001da1 copy  0x00000012 , 0x0000003f 
- 00011872  0x00001da2 iand_into  0x00000002 
- 00011873  0x00001da3 rtn 
- 00011874  0x00001da6 arg  0x00000000 , 0x00000002 
- 00011875  0x00001da7 copy  0x00000011 , 0x00000006 
- 00011876  0x00001da9 ifetch  0x00000001 , 0x00000006 
- 00011877  0x00001daa iadd  0x00000002 , 0x00000002 
- 00011878  0x00001dab loop  0x00002e64 
- 00011879  0x00001dac rshift8  0x00000002 , 0x00000002 
- 00011880  0x00001dad rtn 
- 00011881  0x00001db0 call  0x00002c7a 
- 00011882  0x00001db1 call  0x00002e9f 
- 00011883  0x00001db2 setarg  0x00000001 
- 00011884  0x00001db3 call  0x00003272 
- 00011885  0x00001db6 setarg  0x00000000 
- 00011886  0x00001db7 call  0x00002e73 
- 00011887  0x00001db9 istore  0x00000001 , 0x00000005 
- 00011888  0x00001dbb rtn 
- 00011889  0x00001dbe call  0x00003270 
- 00011890  0x00001dc0 increase  0x00000001 , 0x0000003f 
- 00011891  0x00001dc3 add  0x00000013 , 0x000000fc , 0x00000005 
- 00011892  0x00001dc4 branch  0x000032b4 
- 00011893  0x00001dc9 add  0x00000013 , 0x000000fd , 0x00000011 
- 00011894  0x00001dca ifetch  0x00000001 , 0x00000011 
- 00011895  0x00001dcb increase  0x00000001 , 0x0000003f 
- 00011896  0x00001dcc add  0x00000013 , 0x000000fd , 0x00000005 
- 00011897  0x00001dcd branch  0x000032b4 
- 00011898  0x00001dd0 bpatch  0x000000b9 , 0x00004017 
- 00011899  0x00001dd1 call  0x00003270 
- 00011900  0x00001dd3 sub  0x0000003f , 0x0000007c , 0x0000003e 
- 00011901  0x00001dd4 rtn  0x00000002 
- 00011902  0x00001dd5 add  0x00000013 , 0x000000fd , 0x00000011 
- 00011903  0x00001dd6 ifetcht  0x00000001 , 0x00000011 
- 00011904  0x00001dd8 isub  0x00000002 , 0x00000002 
- 00011905  0x00001dd9 call  0x00002e6d 
- 00011906  0x00001dda setarg  0x00000102 
- 00011907  0x00001ddb iadd  0x00000013 , 0x00000011 
- 00011908  0x00001ddc ifetch  0x00000001 , 0x00000011 
- 00011909  0x00001dde isub  0x00000002 , 0x0000003e 
- 00011910  0x00001ddf nbranch  0x00002e8d , 0x00000002 
- 00011911  0x00001de0 setarg  0x00000103 
- 00011912  0x00001de1 iadd  0x00000013 , 0x00000011 
- 00011913  0x00001de2 ifetch  0x00000001 , 0x00000011 
- 00011914  0x00001de4 isub  0x00000002 , 0x0000003e 
- 00011915  0x00001de5 branch  0x00002e99 , 0x00000002 
- 00011916  0x00001de6 rtn 
- 00011917  0x00001de9 add  0x00000013 , 0x000000fe , 0x00000011 
- 00011918  0x00001dea ifetch  0x00000001 , 0x00000011 
- 00011919  0x00001dec beq  0x00000002 , 0x00002e93 
- 00011920  0x00001ded increase  0x00000001 , 0x0000003f 
- 00011921  0x00001dee call  0x00003272 
- 00011922  0x00001df0 beq  0x00000001 , 0x00002e9f 
- 00011923  0x00001df2 setarg  0x0000000a 
- 00011924  0x00001df3 call  0x000032b0 
- 00011925  0x00001df5 setarg  0x00000000 
- 00011926  0x00001df6 call  0x000032b2 
- 00011927  0x00001df9 add  0x00000013 , 0x000000ff , 0x00000011 
- 00011928  0x00001dfb branch  0x00002ea5 
- 00011929  0x00001dfe add  0x00000013 , 0x000000fe , 0x00000011 
- 00011930  0x00001dff ifetch  0x00000001 , 0x00000011 
- 00011931  0x00001e01 beq  0x00000000 , 0x00002ea7 
- 00011932  0x00001e02 increase  0xffffffff , 0x0000003f 
- 00011933  0x00001e03 call  0x00003272 
- 00011934  0x00001e05 beq  0x00000000 , 0x00002ea7 
- 00011935  0x00001e0a setarg  0x00000005 
- 00011936  0x00001e0b call  0x000032b0 
- 00011937  0x00001e0d setarg  0x00000000 
- 00011938  0x00001e0e call  0x000032b2 
- 00011939  0x00001e11 setarg  0x00000100 
- 00011940  0x00001e13 iadd  0x00000013 , 0x00000011 
- 00011941  0x00001e15 ifetch  0x00000001 , 0x00000011 
- 00011942  0x00001e17 branch  0x0000326a 
- 00011943  0x00001e1c setarg  0x00000002 
- 00011944  0x00001e1d call  0x000032b0 
- 00011945  0x00001e1f setarg  0x00000000 
- 00011946  0x00001e20 call  0x000032b2 
- 00011947  0x00001e23 setarg  0x00000101 
- 00011948  0x00001e25 branch  0x00002ea4 
- 00011949  0x00001e34 set1  0x00000026 , 0x00000000 
- 00011950  0x00001e35 call  0x00002c83 
- 00011951  0x00001e38 setarg  0x00000001 
- 00011952  0x00001e39 branch  0x00003256 
- 00011953  0x00001e3c add  0x00000013 , 0x0000008b , 0x00000011 
- 00011954  0x00001e3d ifetch  0x00000001 , 0x00000011 
- 00011955  0x00001e3f beq  0x00000001 , 0x00007fe7 
- 00011956  0x00001e40 call  0x00003253 
- 00011957  0x00001e42 beq  0x00000001 , 0x00002eb9 
- 00011958  0x00001e43 beq  0x00000002 , 0x00002ebd 
- 00011959  0x00001e44 beq  0x00000003 , 0x00002ec1 
- 00011960  0x00001e45 branch  0x00002a8c 
- 00011961  0x00001e48 setarg  0x00000011 
- 00011962  0x00001e49 call  0x00003256 
- 00011963  0x00001e4b jam  0x000000aa , 0x0000119e 
- 00011964  0x00001e4c branch  0x00002ec4 
- 00011965  0x00001e4e setarg  0x00000012 
- 00011966  0x00001e4f call  0x00003256 
- 00011967  0x00001e51 jam  0x00000055 , 0x0000119e 
- 00011968  0x00001e52 branch  0x00002ec4 
- 00011969  0x00001e54 setarg  0x00000013 
- 00011970  0x00001e55 call  0x00003256 
- 00011971  0x00001e57 jam  0x00000022 , 0x0000119e 
- 00011972  0x00001e59 call  0x0000323a 
- 00011973  0x00001e5b and_into  0x00000007 , 0x0000003f 
- 00011974  0x00001e5c store  0x00000001 , 0x0000119f 
- 00011975  0x00001e5d call  0x00003224 
- 00011976  0x00001e5f store  0x00000004 , 0x000011a0 
- 00011977  0x00001e61 jam  0x00000000 , 0x000011a4 
- 00011978  0x00001e62 arg  0x0000119e , 0x00000011 
- 00011979  0x00001e63 arg  0x00000007 , 0x00000002 
- 00011980  0x00001e64 call  0x00002d4c 
- 00011981  0x00001e65 call  0x00002d53 
- 00011982  0x00001e66 call  0x00002d33 
- 00011983  0x00001e67 branch  0x00007fe7 
- 00011984  0x00001e6a call  0x00003253 
- 00011985  0x00001e6c rtneq  0x000000ff 
- 00011986  0x00001e6d beq  0x00000011 , 0x00002ed6 
- 00011987  0x00001e6e beq  0x00000012 , 0x00002ed9 
- 00011988  0x00001e6f beq  0x00000013 , 0x00002edc 
- 00011989  0x00001e70 rtn 
- 00011990  0x00001e73 setarg  0x00000002 
- 00011991  0x00001e74 call  0x00003256 
- 00011992  0x00001e76 branch  0x00002d9f 
- 00011993  0x00001e78 setarg  0x00000003 
- 00011994  0x00001e79 call  0x00003256 
- 00011995  0x00001e7b branch  0x00002d9f 
- 00011996  0x00001e7d setarg  0x000000ff 
- 00011997  0x00001e7e call  0x00003256 
- 00011998  0x00001e80 jam  0x00000039 , 0x00000a99 
- 00011999  0x00001e81 call  0x00007d86 
- 00012000  0x00001e82 add  0x00000013 , 0x00000066 , 0x00000011 
- 00012001  0x00001e83 ifetch  0x00000004 , 0x00000011 
- 00012002  0x00001e85 call  0x0000322c 
- 00012003  0x00001e87 branch  0x00002d9f 
- 00012004  0x00001e8a set0  0x00000026 , 0x00000000 
- 00012005  0x00001e8b call  0x00002f08 
- 00012006  0x00001e8c call  0x00002f22 
- 00012007  0x00001e8e call  0x00003263 
- 00012008  0x00001e90 nop  0x000007d0 
- 00012009  0x00001e91 call  0x00003261 
- 00012010  0x00001e92 beq  0x000000ff , 0x00002dd4 
- 00012011  0x00001e93 call  0x00002da4 
- 00012012  0x00001e94 nbranch  0x00002efa , 0x00000018 
- 00012013  0x00001e95 nbranch  0x00002efa , 0x0000002f 
- 00012014  0x00001e96 call  0x00002dd6 
- 00012015  0x00001e97 call  0x00002c7a 
- 00012016  0x00001e98 add  0x00000013 , 0x00000092 , 0x00000011 
- 00012017  0x00001e99 ifetcht  0x00000004 , 0x00000011 
- 00012018  0x00001e9a call  0x000030be 
- 00012019  0x00001e9b branch  0x00002ead , 0x00000005 
- 00012020  0x00001e9c call  0x00002c7a 
- 00012021  0x00001e9d add  0x00000013 , 0x00000066 , 0x00000011 
- 00012022  0x00001e9e ifetch  0x00000004 , 0x00000011 
- 00012023  0x00001e9f beq  0x00000000 , 0x00002ee7 
- 00012024  0x00001ea0 call  0x0000322c 
- 00012025  0x00001ea1 branch  0x00002f1c 
- 00012026  0x00001ea4 call  0x00003261 
- 00012027  0x00001ea5 increase  0x00000001 , 0x0000003f 
- 00012028  0x00001ea6 call  0x00003264 
- 00012029  0x00001ea8 call  0x00002f04 
- 00012030  0x00001ea9 increase  0x00000001 , 0x0000003f 
- 00012031  0x00001eaa and_into  0x00000001 , 0x0000003f 
- 00012032  0x00001eab call  0x00002f06 
- 00012033  0x00001eac beq  0x00000000 , 0x00002f0c 
- 00012034  0x00001ead beq  0x00000001 , 0x00002f0e 
- 00012035  0x00001eae rtn 
- 00012036  0x00001eb1 setarg  0x0000018b 
- 00012037  0x00001eb2 branch  0x000032d0 
- 00012038  0x00001eb4 arg  0x0000018b , 0x00000011 
- 00012039  0x00001eb5 branch  0x000032b3 
- 00012040  0x00001eb8 call  0x00003267 
- 00012041  0x00001eb9 call  0x00003224 
- 00012042  0x00001eba call  0x0000322c 
- 00012043  0x00001ebb branch  0x00002c8a 
- 00012044  0x00001ebe call  0x00002f08 
- 00012045  0x00001ebf branch  0x00002ee8 
- 00012046  0x00001ec2 call  0x00002c83 
- 00012047  0x00001ec3 branch  0x00002ee8 
- 00012048  0x00001ec7 set0  0x00000026 , 0x00000000 
- 00012049  0x00001ec8 call  0x00002c8a 
- 00012050  0x00001ec9 call  0x00003253 
- 00012051  0x00001ecb rtnne  0x000000ff 
- 00012052  0x00001ecc call  0x00002f22 
- 00012053  0x00001ecd call  0x00003263 
- 00012054  0x00001ed0 nop  0x000007d0 
- 00012055  0x00001ed1 call  0x00003261 
- 00012056  0x00001ed3 beq  0x000000ff , 0x00002dd4 
- 00012057  0x00001ed4 call  0x00002da4 
- 00012058  0x00001ed5 nbranch  0x00002f27 , 0x00000018 
- 00012059  0x00001ed6 nbranch  0x00002f27 , 0x0000002f 
- 00012060  0x00001ed8 set1  0x00000026 , 0x00000000 
- 00012061  0x00001ed9 call  0x00003263 
- 00012062  0x00001eda setarg  0x000000ff 
- 00012063  0x00001edb call  0x00003256 
- 00012064  0x00001edd jam  0x0000003c , 0x00000a99 
- 00012065  0x00001ede branch  0x00007d86 
- 00012066  0x00001ee1 set1  0x00000027 , 0x00000000 
- 00012067  0x00001ee2 jam  0x000000ff , 0x0000119e 
- 00012068  0x00001ee3 call  0x0000323a 
- 00012069  0x00001ee5 call  0x00002d77 
- 00012070  0x00001ee6 branch  0x00002d53 
- 00012071  0x00001ee9 call  0x00003261 
- 00012072  0x00001eeb increase  0x00000001 , 0x0000003f 
- 00012073  0x00001eec call  0x00003264 
- 00012074  0x00001eee call  0x00002c8a 
- 00012075  0x00001eef branch  0x00002f16 
- 00012076  0x00001ef2 call  0x00003267 
- 00012077  0x00001ef5 setarg  0x000000ff 
- 00012078  0x00001ef6 call  0x00003256 
- 00012079  0x00001ef8 branch  0x00002f10 
- 00012080  0x00001f02 bpatch  0x000000ba , 0x00004017 
- 00012081  0x00001f03 call  0x00002c7a 
- 00012082  0x00001f04 setarg  0x000031b0 
- 00012083  0x00001f05 add  0x00000013 , 0x000000de , 0x00000005 
- 00012084  0x00001f06 istore  0x00000002 , 0x00000005 
- 00012085  0x00001f08 call  0x00002f3d 
- 00012086  0x00001f09 call  0x000048ea 
- 00012087  0x00001f0a call  0x000032b6 
- 00012088  0x00001f0c bpatch  0x000000bb , 0x00004017 
- 00012089  0x00001f0d beq  0x00000000 , 0x00003055 
- 00012090  0x00001f0e beq  0x00000001 , 0x00002f45 
- 00012091  0x00001f0f beq  0x0000000f , 0x00002f41 
- 00012092  0x00001f10 branch  0x00002a8c 
- 00012093  0x00001f13 call  0x0000326c 
- 00012094  0x00001f14 arg  0x00000080 , 0x00000039 
- 00012095  0x00001f15 arg  0x00000d9e , 0x00000005 
- 00012096  0x00001f16 branch  0x00007ec6 
- 00012097  0x00001f19 call  0x00002f4c 
- 00012098  0x00001f1b call  0x00002f4f 
- 00012099  0x00001f1c call  0x000048d3 
- 00012100  0x00001f1d branch  0x00002f42 
- 00012101  0x00001f20 bpatch  0x000000bc , 0x00004017 
- 00012102  0x00001f21 call  0x00002f4c 
- 00012103  0x00001f23 call  0x00002f4f 
- 00012104  0x00001f24 call  0x00002fbd 
- 00012105  0x00001f25 call  0x000048d3 
- 00012106  0x00001f26 call  0x00003019 
- 00012107  0x00001f27 branch  0x00002f47 
- 00012108  0x00001f2d call  0x00003291 
- 00012109  0x00001f2e call  0x00003296 
- 00012110  0x00001f2f branch  0x00003299 
- 00012111  0x00001f32 call  0x0000328f 
- 00012112  0x00001f34 rtnne  0x00000000 
- 00012113  0x00001f36 call  0x00002f55 
- 00012114  0x00001f37 call  0x00002f65 
- 00012115  0x00001f38 call  0x0000316b 
- 00012116  0x00001f39 branch  0x00002f96 
- 00012117  0x00001f3c call  0x00003294 
- 00012118  0x00001f3e rtnbit1  0x00000000 
- 00012119  0x00001f3f set1  0x00000000 , 0x0000003f 
- 00012120  0x00001f40 call  0x00003297 
- 00012121  0x00001f42 call  0x00003267 
- 00012122  0x00001f45 call  0x00003299 
- 00012123  0x00001f47 jam  0x00000000 , 0x00000d38 
- 00012124  0x00001f48 call  0x0000324f 
- 00012125  0x00001f4a call  0x00002f61 
- 00012126  0x00001f4c add  0x00000013 , 0x00000000 , 0x00000005 
- 00012127  0x00001f4e arg  0x00000042 , 0x00000039 
- 00012128  0x00001f4f branch  0x00007ed4 
- 00012129  0x00001f52 call  0x00003231 
- 00012130  0x00001f54 call  0x0000327d 
- 00012131  0x00001f56 call  0x0000322c 
- 00012132  0x00001f58 branch  0x00002c8a 
- 00012133  0x00001f5b bpatch  0x000000bd , 0x00004017 
- 00012134  0x00001f5c call  0x0000324c 
- 00012135  0x00001f5e beq  0x00000001 , 0x00002f8d 
- 00012136  0x00001f5f call  0x00003245 
- 00012137  0x00001f61 beq  0x00000001 , 0x00002c8a 
- 00012138  0x00001f62 setarg  0x00000136 
- 00012139  0x00001f63 iadd  0x00000013 , 0x00000011 
- 00012140  0x00001f64 ifetcht  0x00000004 , 0x00000011 
- 00012141  0x00001f66 copy  0x00000022 , 0x0000003f 
- 00012142  0x00001f67 isub  0x00000002 , 0x0000003e 
- 00012143  0x00001f68 ncall  0x00002d18 , 0x00000002 
- 00012144  0x00001f69 copy  0x0000003f , 0x00000012 
- 00012145  0x00001f6a setarg  0x00000136 
- 00012146  0x00001f6b iadd  0x00000013 , 0x00000011 
- 00012147  0x00001f6c ifetch  0x00000004 , 0x00000011 
- 00012148  0x00001f6d copy  0x0000003f , 0x00000002 
- 00012149  0x00001f6f setarg  0x0000013a 
- 00012150  0x00001f70 iadd  0x00000013 , 0x00000011 
- 00012151  0x00001f71 copy  0x00000002 , 0x0000003f 
- 00012152  0x00001f72 ifetcht  0x00000001 , 0x00000011 
- 00012153  0x00001f74 iadd  0x00000002 , 0x00000002 
- 00012154  0x00001f75 copy  0x00000012 , 0x0000003f 
- 00012155  0x00001f76 isub  0x00000002 , 0x0000003e 
- 00012156  0x00001f77 nrtn  0x00000002 
- 00012157  0x00001f78 set0  0x0000001c , 0x0000003f 
- 00012158  0x00001f79 setarg  0x00000136 
- 00012159  0x00001f7a iadd  0x00000013 , 0x00000005 
- 00012160  0x00001f7b istore  0x00000004 , 0x00000005 
- 00012161  0x00001f7e call  0x00002c8a 
- 00012162  0x00001f7f call  0x00003278 
- 00012163  0x00001f81 increase  0x00000001 , 0x0000003f 
- 00012164  0x00001f82 call  0x0000327b 
- 00012165  0x00001f84 rtnne  0x00000002 
- 00012166  0x00001f85 call  0x0000327a 
- 00012167  0x00001f89 branch  0x0000324f 
- 00012168  0x00001f8c copy  0x00000022 , 0x0000003f 
- 00012169  0x00001f8d arg  0x00000136 , 0x00000011 
- 00012170  0x00001f8e call  0x000032bf 
- 00012171  0x00001f8f istore  0x00000004 , 0x00000005 
- 00012172  0x00001f93 branch  0x0000327a 
- 00012173  0x00001f96 arg  0x00000d9e , 0x00000011 
- 00012174  0x00001f97 call  0x00002f94 
- 00012175  0x00001f98 add  0x00000013 , 0x000000eb , 0x00000005 
- 00012176  0x00001f99 istoret  0x00000001 , 0x00000005 
- 00012177  0x00001f9b sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012178  0x00001f9c nrtn  0x00000002 
- 00012179  0x00001f9d branch  0x00002c8a 
- 00012180  0x00001fa0 arg  0x00000100 , 0x00000039 
- 00012181  0x00001fa1 branch  0x00002e62 
- 00012182  0x00001fa4 call  0x00002f99 
- 00012183  0x00001fa5 call  0x00002fa5 
- 00012184  0x00001fa6 branch  0x00002fb1 
- 00012185  0x00001fa9 setarg  0x00000180 
- 00012186  0x00001faa call  0x000032d0 
- 00012187  0x00001fac rtn  0x00000034 
- 00012188  0x00001fad arg  0x0000000b , 0x00000007 
- 00012189  0x00001fae call  0x00007f16 
- 00012190  0x00001faf nrtn  0x00000034 
- 00012191  0x00001fb0 call  0x000032a7 
- 00012192  0x00001fb3 setarg  0x00000001 
- 00012193  0x00001fb4 store  0x00000001 , 0x00000d54 
- 00012194  0x00001fb5 setarg  0x00000000 
- 00012195  0x00001fb6 istore  0x00000007 , 0x00000005 
- 00012196  0x00001fb7 branch  0x000031b8 
- 00012197  0x00001fba setarg  0x0000017e 
- 00012198  0x00001fbb call  0x000032d0 
- 00012199  0x00001fbd rtn  0x00000034 
- 00012200  0x00001fbe arg  0x0000000e , 0x00000007 
- 00012201  0x00001fbf call  0x00007f16 
- 00012202  0x00001fc0 nrtn  0x00000034 
- 00012203  0x00001fc1 call  0x000032aa 
- 00012204  0x00001fc4 arg  0x00000d64 , 0x00000005 
- 00012205  0x00001fc5 arg  0x00000002 , 0x00000039 
- 00012206  0x00001fc6 call  0x00007ec6 
- 00012207  0x00001fc7 jam  0x00000000 , 0x00000d64 
- 00012208  0x00001fc8 branch  0x000031ed 
- 00012209  0x00001fcb setarg  0x0000017f 
- 00012210  0x00001fcc call  0x000032d0 
- 00012211  0x00001fce rtn  0x00000034 
- 00012212  0x00001fcf arg  0x0000000c , 0x00000007 
- 00012213  0x00001fd0 call  0x00007f16 
- 00012214  0x00001fd1 nrtn  0x00000034 
- 00012215  0x00001fd2 call  0x000032ad 
- 00012216  0x00001fd5 arg  0x00000d74 , 0x00000005 
- 00012217  0x00001fd6 arg  0x00000002 , 0x00000039 
- 00012218  0x00001fd7 call  0x00007ec6 
- 00012219  0x00001fd8 jam  0x00000003 , 0x00000d74 
- 00012220  0x00001fd9 branch  0x00003207 
- 00012221  0x00001fdc call  0x0000328f 
- 00012222  0x00001fde rtnne  0x00000001 
- 00012223  0x00001fdf call  0x00002fc1 
- 00012224  0x00001fe0 branch  0x00002fcb 
- 00012225  0x00001fe3 call  0x00003294 
- 00012226  0x00001fe5 rtnbit1  0x00000001 
- 00012227  0x00001fe6 set1  0x00000001 , 0x0000003f 
- 00012228  0x00001fe7 call  0x00003297 
- 00012229  0x00001fe9 call  0x0000329c 
- 00012230  0x00001feb call  0x00002c83 
- 00012231  0x00001fec setarg  0x00000000 
- 00012232  0x00001fed arg  0x00000106 , 0x00000011 
- 00012233  0x00001fee call  0x000032bf 
- 00012234  0x00001ff0 branch  0x000032c5 
- 00012235  0x00001ff3 call  0x0000316e 
- 00012236  0x00001ff4 nbranch  0x00002f5e , 0x0000002f 
- 00012237  0x00001ff5 add  0x00000013 , 0x00000000 , 0x00000006 
- 00012238  0x00001ff6 setarg  0x00000109 
- 00012239  0x00001ff7 iadd  0x00000013 , 0x00000005 
- 00012240  0x00001ff8 arg  0x00000008 , 0x00000039 
- 00012241  0x00001ff9 call  0x00007f01 
- 00012242  0x00001ffa setarg  0x0000010b 
- 00012243  0x00001ffb call  0x000032d0 
- 00012244  0x00001ffc beq  0x000000aa , 0x00002fd9 
- 00012245  0x00001ffd beq  0x00000055 , 0x00002fed 
- 00012246  0x00001ffe beq  0x00000022 , 0x00003001 
- 00012247  0x00001fff beq  0x000000ff , 0x00003212 
- 00012248  0x00002000 branch  0x00002f5e 
- 00012249  0x00002003 call  0x000032bd 
- 00012250  0x00002004 beq  0x00000001 , 0x00002fdd 
- 00012251  0x00002005 beq  0x00000002 , 0x00002fe8 
- 00012252  0x00002006 rtn 
- 00012253  0x00002008 setarg  0x00000001 
- 00012254  0x00002009 call  0x00002ff7 
- 00012255  0x0000200c setarg  0x00000001 
- 00012256  0x0000200d call  0x00003289 
- 00012257  0x00002010 setarg  0x00000080 
- 00012258  0x00002011 arg  0x00000130 , 0x00000011 
- 00012259  0x00002012 call  0x000032b3 
- 00012260  0x00002014 call  0x0000327d 
- 00012261  0x00002016 arg  0x00000131 , 0x00000011 
- 00012262  0x00002017 call  0x000032bf 
- 00012263  0x00002019 branch  0x0000322d 
- 00012264  0x0000201c setarg  0x00000001 
- 00012265  0x0000201d call  0x00002fff 
- 00012266  0x00002020 setarg  0x00000002 
- 00012267  0x00002021 call  0x00003289 
- 00012268  0x00002023 branch  0x00002fe1 
- 00012269  0x00002026 call  0x000032bd 
- 00012270  0x00002027 beq  0x00000001 , 0x00002ff1 
- 00012271  0x00002028 beq  0x00000002 , 0x00002ff9 
- 00012272  0x00002029 rtn 
- 00012273  0x0000202b call  0x00002fdf 
- 00012274  0x0000202c setarg  0x00000106 
- 00012275  0x0000202d call  0x000032d0 
- 00012276  0x0000202f beq  0x00000001 , 0x00002ff6 
- 00012277  0x00002030 rtn 
- 00012278  0x00002032 setarg  0x00000002 
- 00012279  0x00002035 arg  0x00000106 , 0x00000011 
- 00012280  0x00002036 branch  0x000032b3 
- 00012281  0x00002039 call  0x00002fea 
- 00012282  0x0000203a setarg  0x00000107 
- 00012283  0x0000203b call  0x000032d0 
- 00012284  0x0000203d beq  0x00000001 , 0x00002ffe 
- 00012285  0x0000203e rtn 
- 00012286  0x00002040 setarg  0x00000002 
- 00012287  0x00002043 arg  0x00000107 , 0x00000011 
- 00012288  0x00002044 branch  0x000032b3 
- 00012289  0x00002047 call  0x000032bd 
- 00012290  0x00002048 beq  0x00000001 , 0x00003005 
- 00012291  0x00002049 beq  0x00000002 , 0x00003011 
- 00012292  0x0000204a rtn 
- 00012293  0x0000204c setarg  0x00000106 
- 00012294  0x0000204d call  0x000032d0 
- 00012295  0x0000204f beq  0x00000002 , 0x00003009 
- 00012296  0x00002050 rtn 
- 00012297  0x00002052 call  0x0000328b 
- 00012298  0x00002054 or_into  0x00000001 , 0x0000003f 
- 00012299  0x00002055 call  0x0000328d 
- 00012300  0x00002058 setarg  0x00000000 
- 00012301  0x00002059 setarg  0x00000106 
- 00012302  0x0000205a iadd  0x00000013 , 0x00000005 
- 00012303  0x0000205b istore  0x00000002 , 0x00000005 
- 00012304  0x0000205c branch  0x00002f5e 
- 00012305  0x0000205f setarg  0x00000107 
- 00012306  0x00002060 call  0x000032d0 
- 00012307  0x00002062 bne  0x00000000 , 0x00003015 
- 00012308  0x00002063 rtn 
- 00012309  0x00002065 call  0x0000328b 
- 00012310  0x00002067 or_into  0x00000002 , 0x0000003f 
- 00012311  0x00002068 call  0x0000328d 
- 00012312  0x0000206a branch  0x0000300c 
- 00012313  0x0000206e fetch  0x00000001 , 0x00000d50 
- 00012314  0x0000206f rtn  0x00000034 
- 00012315  0x00002070 jam  0x00000000 , 0x00000d50 
- 00012316  0x00002071 fetch  0x00000002 , 0x00000d4e 
- 00012317  0x00002072 arg  0x000002ba , 0x00000002 
- 00012318  0x00002073 isub  0x00000002 , 0x0000003e 
- 00012319  0x00002074 nrtn  0x00000005 
- 00012320  0x00002076 fetch  0x00000001 , 0x00000cb6 
- 00012321  0x00002077 rtnne  0x000000ba 
- 00012322  0x00002078 fetch  0x00000001 , 0x00000cb7 
- 00012323  0x00002079 bpatch  0x000000be , 0x00004017 
- 00012324  0x0000207a beq  0x000000a0 , 0x0000303b 
- 00012325  0x0000207b beq  0x000000a1 , 0x0000302c 
- 00012326  0x0000207c beq  0x000000a6 , 0x00003041 
- 00012327  0x0000207d beq  0x000000a7 , 0x00003043 
- 00012328  0x0000207e beq  0x000000a9 , 0x00003049 
- 00012329  0x0000207f beq  0x000000b0 , 0x0000304d 
- 00012330  0x00002081 jam  0x00000000 , 0x00000d42 
- 00012331  0x00002082 rtn 
- 00012332  0x00002084 fetch  0x00000001 , 0x00000cb8 
- 00012333  0x00002085 beq  0x00000001 , 0x00003031 
- 00012334  0x00002086 beq  0x00000084 , 0x00003034 
- 00012335  0x00002087 beq  0x000000a7 , 0x00003039 
- 00012336  0x00002088 branch  0x0000302a 
- 00012337  0x0000208a call  0x0000328b 
- 00012338  0x0000208c store  0x00000001 , 0x00000cf7 
- 00012339  0x0000208d branch  0x0000303f 
- 00012340  0x0000208f call  0x00003291 
- 00012341  0x00002091 call  0x00003296 
- 00012342  0x00002093 call  0x0000328b 
- 00012343  0x00002095 store  0x00000001 , 0x00000cf7 
- 00012344  0x00002096 branch  0x0000303f 
- 00012345  0x0000209a jam  0x000000a1 , 0x00000cf7 
- 00012346  0x0000209b branch  0x0000303f 
- 00012347  0x0000209e fetch  0x00000001 , 0x00000cb8 
- 00012348  0x0000209f beq  0x00000081 , 0x0000303e 
- 00012349  0x000020a1 branch  0x0000302a 
- 00012350  0x000020a5 call  0x00003090 
- 00012351  0x000020a7 jam  0x00000001 , 0x00000d42 
- 00012352  0x000020a8 rtn 
- 00012353  0x000020ae jam  0x00000015 , 0x00000cf7 
- 00012354  0x000020af branch  0x0000303f 
- 00012355  0x000020b2 call  0x0000328f 
- 00012356  0x000020b4 beq  0x00000000 , 0x00003047 
- 00012357  0x000020b5 beq  0x00000001 , 0x00003039 
- 00012358  0x000020b7 rtn 
- 00012359  0x000020b9 jam  0x000000a0 , 0x00000cf7 
- 00012360  0x000020ba branch  0x0000303f 
- 00012361  0x000020c0 jam  0x00000000 , 0x00000cf7 
- 00012362  0x000020c1 jam  0x00000000 , 0x00000cf8 
- 00012363  0x000020c2 jam  0x00000001 , 0x00000cf9 
- 00012364  0x000020c3 branch  0x0000303f 
- 00012365  0x000020c7 call  0x0000329c 
- 00012366  0x000020c8 fetch  0x00000001 , 0x00000cb8 
- 00012367  0x000020c9 increase  0x00000002 , 0x0000003f 
- 00012368  0x000020ca copy  0x0000003f , 0x00000039 
- 00012369  0x000020cb arg  0x00000cb6 , 0x00000006 
- 00012370  0x000020cc setarg  0x0000013c 
- 00012371  0x000020cd iadd  0x00000013 , 0x00000005 
- 00012372  0x000020ce branch  0x00007f01 
- 00012373  0x000020d2 bpatch  0x000000bf , 0x00004017 
- 00012374  0x000020d3 call  0x0000307d 
- 00012375  0x000020d5 call  0x00002c7f 
- 00012376  0x000020d6 call  0x000048d3 
- 00012377  0x000020d7 branch  0x00003057 
- 00012378  0x000020da call  0x0000328f 
- 00012379  0x000020dc rtnne  0x00000000 
- 00012380  0x000020dd call  0x00002f51 
- 00012381  0x000020de branch  0x00003098 
- 00012382  0x000020e1 call  0x0000328f 
- 00012383  0x000020e3 rtnne  0x00000001 
- 00012384  0x000020e4 call  0x00002fc1 
- 00012385  0x000020e5 call  0x00002fcb 
- 00012386  0x000020e6 call  0x0000328b 
- 00012387  0x000020e8 rtn  0x00000034 
- 00012388  0x000020e9 call  0x00003286 
- 00012389  0x000020eb call  0x00002f4c 
- 00012390  0x000020ec call  0x00003093 
- 00012391  0x000020ee setarg  0x00000000 
- 00012392  0x000020ef add  0x00000013 , 0x000000a7 , 0x00000005 
- 00012393  0x000020f1 branch  0x0000322d 
- 00012394  0x000020f4 call  0x00007fe9 
- 00012395  0x000020f5 add  0x00000013 , 0x000000a7 , 0x00000011 
- 00012396  0x000020f6 ifetcht  0x00000004 , 0x00000011 
- 00012397  0x000020f8 copy  0x00000022 , 0x0000003f 
- 00012398  0x000020f9 isub  0x00000002 , 0x0000003e 
- 00012399  0x000020fa ncall  0x00002d18 , 0x00000002 
- 00012400  0x000020fb copy  0x0000003f , 0x00000012 
- 00012401  0x000020fc add  0x00000013 , 0x000000a7 , 0x00000011 
- 00012402  0x000020fd ifetch  0x00000004 , 0x00000011 
- 00012403  0x000020ff add  0x00000013 , 0x000000ab , 0x00000011 
- 00012404  0x00002100 ifetcht  0x00000001 , 0x00000011 
- 00012405  0x00002102 iadd  0x00000002 , 0x00000002 
- 00012406  0x00002103 copy  0x00000012 , 0x0000003f 
- 00012407  0x00002104 isub  0x00000002 , 0x0000003e 
- 00012408  0x00002105 nrtn  0x00000002 
- 00012409  0x00002106 set0  0x0000001c , 0x0000003f 
- 00012410  0x00002107 add  0x00000013 , 0x000000a7 , 0x00000005 
- 00012411  0x00002108 istore  0x00000004 , 0x00000005 
- 00012412  0x0000210a branch  0x00007fe7 
- 00012413  0x0000210d setarg  0x00000001 
- 00012414  0x0000210e call  0x00003287 
- 00012415  0x00002110 call  0x00003283 
- 00012416  0x00002112 setarg  0x000000ff 
- 00012417  0x00002113 add  0x00000013 , 0x000000ab , 0x00000005 
- 00012418  0x00002114 istore  0x00000001 , 0x00000005 
- 00012419  0x00002116 branch  0x00003067 
- 00012420  0x00002119 setarg  0x0000015c 
- 00012421  0x0000211a call  0x000032d0 
- 00012422  0x0000211c rtn  0x00000034 
- 00012423  0x0000211d call  0x0000306a 
- 00012424  0x0000211e nrtn  0x00000028 
- 00012425  0x0000211f call  0x00003281 
- 00012426  0x00002121 increase  0x00000001 , 0x0000003f 
- 00012427  0x00002122 and_into  0x00000001 , 0x0000003f 
- 00012428  0x00002123 call  0x00003284 
- 00012429  0x00002125 beq  0x00000000 , 0x00002f4c 
- 00012430  0x00002126 beq  0x00000001 , 0x00003090 
- 00012431  0x00002127 rtn 
- 00012432  0x0000212d setarg  0x00000001 
- 00012433  0x0000212e call  0x00003292 
- 00012434  0x0000212f branch  0x00003296 
- 00012435  0x00002132 setarg  0x00000001 
- 00012436  0x00002133 call  0x000032a5 
- 00012437  0x00002136 setarg  0x00000280 
- 00012438  0x00002137 arg  0x00000008 , 0x00000007 
- 00012439  0x00002138 branch  0x00007f08 
- 00012440  0x0000213b call  0x000032a2 
- 00012441  0x0000213d rtn  0x00000034 
- 00012442  0x0000213e arg  0x00000008 , 0x00000007 
- 00012443  0x0000213f call  0x00007f16 
- 00012444  0x00002140 nrtn  0x00000034 
- 00012445  0x00002141 call  0x000032a4 
- 00012446  0x00002144 setarg  0x00000007 
- 00012447  0x00002145 call  0x00003292 
- 00012448  0x00002147 call  0x00003296 
- 00012449  0x00002149 branch  0x00002f5e 
- 00012450  0x0000214c bpatch  0x000000c0 , 0x00004018 
- 00012451  0x0000214d call  0x0000328f 
- 00012452  0x0000214f rtnne  0x00000007 
- 00012453  0x00002150 call  0x000030cb 
- 00012454  0x00002151 call  0x000030e0 
- 00012455  0x00002152 call  0x0000316e 
- 00012456  0x00002153 nbranch  0x00002f5e , 0x0000002f 
- 00012457  0x00002155 call  0x000030bc 
- 00012458  0x00002156 call  0x00003172 , 0x00000005 
- 00012459  0x0000215a call  0x00002f4c 
- 00012460  0x0000215b call  0x00003294 
- 00012461  0x0000215d set1  0x00000000 , 0x0000003f 
- 00012462  0x0000215e call  0x00003297 
- 00012463  0x00002160 call  0x00002f5e 
- 00012464  0x00002161 call  0x00003093 
- 00012465  0x00002162 call  0x000030bc 
- 00012466  0x00002163 branch  0x000030c1 , 0x00000005 
- 00012467  0x00002164 setarg  0x00000164 
- 00012468  0x00002165 call  0x000032d3 
- 00012469  0x00002167 call  0x000030be 
- 00012470  0x00002168 branch  0x000030c5 , 0x00000005 
- 00012471  0x00002169 setarg  0x00000160 
- 00012472  0x0000216a call  0x000032d3 
- 00012473  0x0000216c call  0x000030be 
- 00012474  0x0000216d branch  0x000030c8 , 0x00000005 
- 00012475  0x0000216e rtn 
- 00012476  0x00002171 setarg  0x0000012b 
- 00012477  0x00002172 call  0x000032d3 
- 00012478  0x00002175 call  0x0000322a 
- 00012479  0x00002177 isub  0x00000002 , 0x0000003e 
- 00012480  0x00002178 rtn 
- 00012481  0x0000217b setarg  0x00000182 
- 00012482  0x0000217c call  0x000032d0 
- 00012483  0x00002180 add  0x00000013 , 0x00000091 , 0x00000005 
- 00012484  0x00002181 branch  0x000032b4 
- 00012485  0x00002184 setarg  0x00000185 
- 00012486  0x00002185 call  0x000032d0 
- 00012487  0x00002187 branch  0x000030c3 
- 00012488  0x00002189 setarg  0x00000188 
- 00012489  0x0000218a call  0x000032d0 
- 00012490  0x0000218c branch  0x000030c3 
- 00012491  0x0000218f call  0x00003294 
- 00012492  0x00002191 rtnbit1  0x00000007 
- 00012493  0x00002192 set1  0x00000007 , 0x0000003f 
- 00012494  0x00002193 call  0x00003297 
- 00012495  0x00002195 call  0x00003283 
- 00012496  0x00002197 call  0x0000329c 
- 00012497  0x00002199 setarg  0x00000000 
- 00012498  0x0000219a add  0x00000013 , 0x000000f5 , 0x00000005 
- 00012499  0x0000219b istore  0x00000003 , 0x00000005 
- 00012500  0x0000219d arg  0x00000183 , 0x00000011 
- 00012501  0x0000219e call  0x000032bf 
- 00012502  0x0000219f istore  0x00000007 , 0x00000005 
- 00012503  0x000021a2 call  0x000030bc 
- 00012504  0x000021a3 nrtn  0x00000005 
- 00012505  0x000021a4 add  0x00000013 , 0x00000091 , 0x00000011 
- 00012506  0x000021a5 ifetch  0x00000001 , 0x00000011 
- 00012507  0x000021a7 arg  0x00000182 , 0x00000011 
- 00012508  0x000021a8 call  0x000032b3 
- 00012509  0x000021aa add  0x00000013 , 0x00000090 , 0x00000011 
- 00012510  0x000021ab ifetch  0x00000001 , 0x00000011 
- 00012511  0x000021ae branch  0x0000314a 
- 00012512  0x000021b1 bpatch  0x000000c1 , 0x00004018 
- 00012513  0x000021b2 call  0x00003281 
- 00012514  0x000021b4 increase  0x00000001 , 0x0000003f 
- 00012515  0x000021b5 and_into  0x00000003 , 0x0000003f 
- 00012516  0x000021b6 call  0x00003284 
- 00012517  0x000021b9 beq  0x00000000 , 0x0000310e 
- 00012518  0x000021ba beq  0x00000001 , 0x00003132 
- 00012519  0x000021bb beq  0x00000002 , 0x000030ea 
- 00012520  0x000021bc beq  0x00000003 , 0x00003132 
- 00012521  0x000021bd rtn 
- 00012522  0x000021c0 call  0x00002fdf 
- 00012523  0x000021c1 setarg  0x00000160 
- 00012524  0x000021c2 call  0x0000327e 
- 00012525  0x000021c4 branch  0x000030e0 , 0x00000034 
- 00012526  0x000021c5 call  0x0000322c 
- 00012527  0x000021c7 setarg  0x00000189 
- 00012528  0x000021c8 call  0x000032d0 
- 00012529  0x000021ca call  0x00003108 , 0x00000034 
- 00012530  0x000021cb setarg  0x00000187 
- 00012531  0x000021cc call  0x000032d0 
- 00012532  0x000021ce call  0x0000322f 
- 00012533  0x000021d0 add  0x00000013 , 0x000000f7 , 0x00000011 
- 00012534  0x000021d1 ifetcht  0x00000001 , 0x00000011 
- 00012535  0x000021d3 arg  0x00000f9e , 0x00000011 
- 00012536  0x000021d4 call  0x00002e58 
- 00012537  0x000021d5 add  0x00000013 , 0x000000f7 , 0x00000005 
- 00012538  0x000021d6 istoret  0x00000001 , 0x00000005 
- 00012539  0x000021d8 call  0x00002f94 
- 00012540  0x000021d9 add  0x00000013 , 0x000000fa , 0x00000005 
- 00012541  0x000021da istoret  0x00000001 , 0x00000005 
- 00012542  0x000021dc sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012543  0x000021dd nrtn  0x00000002 
- 00012544  0x000021de setarg  0x00000188 
- 00012545  0x000021df call  0x00003275 
- 00012546  0x000021e1 call  0x00002c90 
- 00012547  0x000021e2 arg  0x00000188 , 0x00000011 
- 00012548  0x000021e3 call  0x000032c8 
- 00012549  0x000021e4 istoret  0x00000001 , 0x00000005 
- 00012550  0x000021e8 arg  0x00000187 , 0x00000011 
- 00012551  0x000021e9 branch  0x000032b3 
- 00012552  0x000021ec setarg  0x00000001 
- 00012553  0x000021ed arg  0x00000189 , 0x00000011 
- 00012554  0x000021ee call  0x000032b3 
- 00012555  0x000021f0 arg  0x00000000 , 0x00000002 
- 00012556  0x000021f1 call  0x00002c94 
- 00012557  0x000021f4 branch  0x00003106 
- 00012558  0x000021f7 call  0x00002fea 
- 00012559  0x000021f8 setarg  0x00000164 
- 00012560  0x000021f9 call  0x0000327e 
- 00012561  0x000021fb branch  0x000030e0 , 0x00000034 
- 00012562  0x000021fc call  0x0000322c 
- 00012563  0x000021fe setarg  0x00000186 
- 00012564  0x000021ff call  0x000032d0 
- 00012565  0x00002201 call  0x0000312c , 0x00000034 
- 00012566  0x00002202 setarg  0x00000184 
- 00012567  0x00002203 call  0x000032d0 
- 00012568  0x00002205 call  0x0000322f 
- 00012569  0x00002207 add  0x00000013 , 0x000000f6 , 0x00000011 
- 00012570  0x00002208 ifetcht  0x00000001 , 0x00000011 
- 00012571  0x0000220a arg  0x0000109e , 0x00000011 
- 00012572  0x0000220b call  0x00002e58 
- 00012573  0x0000220c add  0x00000013 , 0x000000f6 , 0x00000005 
- 00012574  0x0000220d istoret  0x00000001 , 0x00000005 
- 00012575  0x0000220f call  0x00002f94 
- 00012576  0x00002210 add  0x00000013 , 0x000000f9 , 0x00000005 
- 00012577  0x00002211 istoret  0x00000001 , 0x00000005 
- 00012578  0x00002213 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012579  0x00002214 nrtn  0x00000002 
- 00012580  0x00002215 setarg  0x00000185 
- 00012581  0x00002216 call  0x00003275 
- 00012582  0x00002218 call  0x00002c90 
- 00012583  0x00002219 arg  0x00000185 , 0x00000011 
- 00012584  0x0000221a call  0x000032c8 
- 00012585  0x0000221b istoret  0x00000001 , 0x00000005 
- 00012586  0x0000221f arg  0x00000184 , 0x00000011 
- 00012587  0x00002220 branch  0x000032b3 
- 00012588  0x00002223 setarg  0x00000001 
- 00012589  0x00002224 arg  0x00000186 , 0x00000011 
- 00012590  0x00002225 call  0x000032b3 
- 00012591  0x00002227 arg  0x00000000 , 0x00000002 
- 00012592  0x00002228 call  0x00002c94 
- 00012593  0x0000222b branch  0x0000312a 
- 00012594  0x0000222e call  0x00002fdf 
- 00012595  0x0000222f call  0x0000327d 
- 00012596  0x00002231 call  0x0000322c 
- 00012597  0x00002233 setarg  0x00000183 
- 00012598  0x00002234 call  0x000032d0 
- 00012599  0x00002236 call  0x0000314c , 0x00000034 
- 00012600  0x00002237 call  0x0000314f 
- 00012601  0x00002238 add  0x00000013 , 0x000000f5 , 0x00000011 
- 00012602  0x00002239 ifetcht  0x00000001 , 0x00000011 
- 00012603  0x0000223b arg  0x00000e9e , 0x00000011 
- 00012604  0x0000223c call  0x00002e58 
- 00012605  0x0000223d add  0x00000013 , 0x000000f5 , 0x00000005 
- 00012606  0x0000223e istoret  0x00000001 , 0x00000005 
- 00012607  0x00002240 call  0x00002f94 
- 00012608  0x00002241 add  0x00000013 , 0x000000f8 , 0x00000005 
- 00012609  0x00002242 istoret  0x00000001 , 0x00000005 
- 00012610  0x00002244 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012611  0x00002245 nrtn  0x00000002 
- 00012612  0x00002246 setarg  0x00000182 
- 00012613  0x00002247 call  0x00003275 
- 00012614  0x00002249 call  0x00002c90 
- 00012615  0x0000224a arg  0x00000182 , 0x00000011 
- 00012616  0x0000224b call  0x000032c8 
- 00012617  0x0000224c istoret  0x00000001 , 0x00000005 
- 00012618  0x00002251 arg  0x00000181 , 0x00000011 
- 00012619  0x00002252 branch  0x000032b3 
- 00012620  0x0000225a setarg  0x00000001 
- 00012621  0x0000225b arg  0x00000183 , 0x00000011 
- 00012622  0x0000225c call  0x000032b3 
- 00012623  0x0000225e setarg  0x00000181 
- 00012624  0x0000225f call  0x000032d0 
- 00012625  0x00002260 branch  0x0000322f 
- 00012626  0x00002265 add  0x00000013 , 0x00000000 , 0x00000011 
- 00012627  0x00002266 ifetch  0x00000001 , 0x00000011 
- 00012628  0x00002268 call  0x0000323c 
- 00012629  0x0000226b call  0x00002dde 
- 00012630  0x0000226d call  0x0000325f 
- 00012631  0x0000226f isolate1  0x00000000 , 0x0000003f 
- 00012632  0x00002270 branch  0x0000315c , 0x00000001 
- 00012633  0x00002272 call  0x0000315d 
- 00012634  0x00002273 call  0x00002d53 
- 00012635  0x00002274 call  0x00002df7 
- 00012636  0x00002276 branch  0x00002e45 
- 00012637  0x00002279 bpatch  0x000000c2 , 0x00004018 
- 00012638  0x0000227a add  0x00000013 , 0x00000086 , 0x00000005 
- 00012639  0x0000227b call  0x000032d6 
- 00012640  0x0000227d setarg  0x0000013b 
- 00012641  0x0000227e call  0x000032d0 
- 00012642  0x00002280 rtn  0x00000034 
- 00012643  0x00002281 setarg  0x00000006 
- 00012644  0x00002282 add  0x00000013 , 0x00000086 , 0x00000005 
- 00012645  0x00002283 istore  0x00000001 , 0x00000005 
- 00012646  0x00002285 arg  0x00000006 , 0x00000039 
- 00012647  0x00002286 setarg  0x0000012f 
- 00012648  0x00002287 iadd  0x00000013 , 0x00000006 
- 00012649  0x00002289 add  0x00000013 , 0x00000022 , 0x00000005 
- 00012650  0x0000228b branch  0x00007f01 
- 00012651  0x0000228f call  0x0000316e 
- 00012652  0x00002290 nbranch  0x00002f5e , 0x0000002f 
- 00012653  0x00002291 branch  0x00003172 
- 00012654  0x00002294 call  0x00002f5e 
- 00012655  0x00002295 call  0x00002e11 
- 00012656  0x00002296 nrtn  0x0000002f 
- 00012657  0x00002297 branch  0x00003152 
- 00012658  0x0000229a bpatch  0x000000c3 , 0x00004018 
- 00012659  0x0000229b call  0x00003188 
- 00012660  0x0000229c nbranch  0x00002f5e , 0x00000028 
- 00012661  0x0000229d add  0x00000013 , 0x00000084 , 0x00000011 
- 00012662  0x0000229e ifetch  0x00000001 , 0x00000011 
- 00012663  0x000022a0 branch  0x00002f5e , 0x00000034 
- 00012664  0x000022a1 increase  0x00000002 , 0x0000003f 
- 00012665  0x000022a2 iforce  0x00000039 
- 00012666  0x000022a3 add  0x00000013 , 0x00000000 , 0x00000006 
- 00012667  0x000022a5 setarg  0x00000109 
- 00012668  0x000022a6 iadd  0x00000013 , 0x00000005 
- 00012669  0x000022a8 call  0x00007f01 
- 00012670  0x000022a9 call  0x00003286 
- 00012671  0x000022ab call  0x000032b6 
- 00012672  0x000022ad call  0x00003093 , 0x00000034 
- 00012673  0x000022ae setarg  0x0000010b 
- 00012674  0x000022af call  0x000032d0 
- 00012675  0x000022b1 beq  0x00000001 , 0x0000319e 
- 00012676  0x000022b2 beq  0x00000002 , 0x000031c6 
- 00012677  0x000022b3 beq  0x00000003 , 0x000031f2 
- 00012678  0x000022b4 beq  0x000000ff , 0x00003212 
- 00012679  0x000022b5 branch  0x00002f5e 
- 00012680  0x000022b8 call  0x00002c7a 
- 00012681  0x000022b9 call  0x00007fe9 
- 00012682  0x000022ba add  0x00000013 , 0x000000ca , 0x00000011 
- 00012683  0x000022bb ifetch  0x00000001 , 0x00000011 
- 00012684  0x000022bd add  0x00000013 , 0x000000cb , 0x00000011 
- 00012685  0x000022be ifetcht  0x00000001 , 0x00000011 
- 00012686  0x000022c0 isub  0x00000002 , 0x0000003e 
- 00012687  0x000022c1 ncall  0x00007fe7 , 0x00000005 
- 00012688  0x000022c2 add  0x00000013 , 0x000000ca , 0x00000011 
- 00012689  0x000022c3 ifetch  0x00000001 , 0x00000011 
- 00012690  0x000022c5 add  0x00000013 , 0x000000cb , 0x00000005 
- 00012691  0x000022c6 istore  0x00000001 , 0x00000005 
- 00012692  0x000022c8 add  0x00000013 , 0x000000c4 , 0x00000011 
- 00012693  0x000022c9 ifetch  0x00000003 , 0x00000011 
- 00012694  0x000022cb add  0x00000013 , 0x000000c7 , 0x00000011 
- 00012695  0x000022cc ifetcht  0x00000003 , 0x00000011 
- 00012696  0x000022ce isub  0x00000002 , 0x0000003e 
- 00012697  0x000022cf ncall  0x00007fe7 , 0x00000005 
- 00012698  0x000022d0 add  0x00000013 , 0x000000c4 , 0x00000011 
- 00012699  0x000022d1 ifetch  0x00000003 , 0x00000011 
- 00012700  0x000022d3 add  0x00000013 , 0x000000c7 , 0x00000005 
- 00012701  0x000022d5 branch  0x000032c5 
- 00012702  0x000022d8 call  0x00002f88 
- 00012703  0x000022d9 call  0x0000324c 
- 00012704  0x000022da store  0x00000001 , 0x00000aa2 
- 00012705  0x000022dc call  0x00003274 
- 00012706  0x000022dd fetch  0x00000001 , 0x00000aa2 
- 00012707  0x000022df isolate1  0x00000003 , 0x00000002 
- 00012708  0x000022e0 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00012709  0x000022e1 add  0x00000013 , 0x000000b2 , 0x00000005 
- 00012710  0x000022e2 istore  0x00000001 , 0x00000005 
- 00012711  0x000022e4 beq  0x00000001 , 0x00003216 
- 00012712  0x000022e5 call  0x00003245 
- 00012713  0x000022e7 call  0x00003274 
- 00012714  0x000022e9 isolate1  0x00000004 , 0x00000002 
- 00012715  0x000022ea setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00012716  0x000022eb call  0x00003249 
- 00012717  0x000022ed add  0x00000013 , 0x000000de , 0x00000011 
- 00012718  0x000022ee ifetch  0x00000002 , 0x00000011 
- 00012719  0x000022f0 branch  0x00007f9c 
- 00012720  0x000022f3 setarg  0x00000001 
- 00012721  0x000022f4 store  0x00000001 , 0x00000d54 
- 00012722  0x000022f5 call  0x0000329e 
- 00012723  0x000022f7 istore  0x00000007 , 0x00000005 
- 00012724  0x000022f8 call  0x0000329e 
- 00012725  0x000022fa ncall  0x000031bd , 0x00000034 
- 00012726  0x000022fb call  0x0000329e 
- 00012727  0x000022fd call  0x000031c2 , 0x00000034 
- 00012728  0x000022ff jam  0x00000020 , 0x00000d52 
- 00012729  0x00002301 fetch  0x00000001 , 0x00000d38 
- 00012730  0x00002302 set1  0x00000002 , 0x0000003f 
- 00012731  0x00002303 store  0x00000001 , 0x00000d38 
- 00012732  0x00002304 rtn 
- 00012733  0x00002307 setarg  0x00000001 
- 00012734  0x00002308 call  0x000032a8 
- 00012735  0x0000230b setarg  0x00000140 
- 00012736  0x0000230c arg  0x0000000b , 0x00000007 
- 00012737  0x0000230d branch  0x00007f08 
- 00012738  0x0000230f call  0x000032a7 
- 00012739  0x00002312 setarg  0x00000000 
- 00012740  0x00002313 arg  0x0000000b , 0x00000007 
- 00012741  0x00002314 branch  0x00007f08 
- 00012742  0x00002317 call  0x00003274 
- 00012743  0x00002319 isolate1  0x00000003 , 0x00000002 
- 00012744  0x0000231a branch  0x0000321b , 0x00000001 
- 00012745  0x0000231b arg  0x00000d64 , 0x00000005 
- 00012746  0x0000231c call  0x000031e0 
- 00012747  0x0000231d fetch  0x00000008 , 0x00000d64 
- 00012748  0x0000231e ncall  0x000031e4 , 0x00000034 
- 00012749  0x0000231f fetch  0x00000008 , 0x00000d64 
- 00012750  0x00002320 call  0x000031e9 , 0x00000034 
- 00012751  0x00002321 call  0x00002c7a 
- 00012752  0x00002322 fetch  0x00000008 , 0x00000d64 
- 00012753  0x00002323 arg  0x00000168 , 0x00000011 
- 00012754  0x00002324 call  0x000032bf 
- 00012755  0x00002325 istore  0x00000008 , 0x00000005 
- 00012756  0x00002327 setarg  0x00000170 
- 00012757  0x00002328 iadd  0x00000013 , 0x00000011 
- 00012758  0x00002329 ifetcht  0x00000008 , 0x00000011 
- 00012759  0x0000232b isub  0x00000002 , 0x0000003e 
- 00012760  0x0000232c ncall  0x000031ed , 0x00000005 
- 00012761  0x0000232d setarg  0x00000168 
- 00012762  0x0000232e iadd  0x00000013 , 0x00000011 
- 00012763  0x0000232f ifetch  0x00000008 , 0x00000011 
- 00012764  0x00002331 arg  0x00000170 , 0x00000011 
- 00012765  0x00002332 call  0x000032bf 
- 00012766  0x00002333 istore  0x00000008 , 0x00000005 
- 00012767  0x00002335 branch  0x00002f5e 
- 00012768  0x00002338 setarg  0x0000010b 
- 00012769  0x00002339 iadd  0x00000013 , 0x00000006 
- 00012770  0x0000233b arg  0x00000009 , 0x00000039 
- 00012771  0x0000233c branch  0x00007ff3 
- 00012772  0x0000233f setarg  0x00000001 
- 00012773  0x00002340 call  0x000032ab 
- 00012774  0x00002343 setarg  0x00000140 
- 00012775  0x00002344 arg  0x0000000e , 0x00000007 
- 00012776  0x00002345 branch  0x00007f08 
- 00012777  0x00002348 call  0x000032aa 
- 00012778  0x0000234b setarg  0x00000000 
- 00012779  0x0000234c arg  0x0000000e , 0x00000007 
- 00012780  0x0000234d branch  0x00007f08 
- 00012781  0x00002351 jam  0x00000010 , 0x00000d51 
- 00012782  0x00002352 fetch  0x00000001 , 0x00000d38 
- 00012783  0x00002353 set1  0x00000001 , 0x0000003f 
- 00012784  0x00002354 store  0x00000001 , 0x00000d38 
- 00012785  0x00002355 rtn 
- 00012786  0x00002358 arg  0x00000d74 , 0x00000005 
- 00012787  0x00002359 call  0x000031e0 
- 00012788  0x0000235a fetch  0x00000002 , 0x00000d75 
- 00012789  0x0000235b ncall  0x00003209 , 0x00000034 
- 00012790  0x0000235c fetch  0x00000002 , 0x00000d75 
- 00012791  0x0000235d call  0x0000320e , 0x00000034 
- 00012792  0x0000235e call  0x00002c7a 
- 00012793  0x0000235f fetch  0x00000003 , 0x00000d74 
- 00012794  0x00002360 arg  0x00000178 , 0x00000011 
- 00012795  0x00002361 call  0x000032c4 
- 00012796  0x00002363 setarg  0x0000017b 
- 00012797  0x00002364 iadd  0x00000013 , 0x00000011 
- 00012798  0x00002365 ifetcht  0x00000003 , 0x00000011 
- 00012799  0x00002367 isub  0x00000002 , 0x0000003e 
- 00012800  0x00002368 ncall  0x00003207 , 0x00000005 
- 00012801  0x00002369 setarg  0x00000178 
- 00012802  0x0000236a iadd  0x00000013 , 0x00000011 
- 00012803  0x0000236b ifetch  0x00000003 , 0x00000011 
- 00012804  0x0000236d arg  0x0000017b , 0x00000011 
- 00012805  0x0000236e call  0x000032c4 
- 00012806  0x00002370 branch  0x00002f5e 
- 00012807  0x00002373 jam  0x00000021 , 0x00000d52 
- 00012808  0x00002374 branch  0x000031b9 
- 00012809  0x00002377 setarg  0x00000001 
- 00012810  0x00002378 call  0x000032ae 
- 00012811  0x0000237b setarg  0x00000140 
- 00012812  0x0000237c arg  0x0000000c , 0x00000007 
- 00012813  0x0000237d branch  0x00007f08 
- 00012814  0x00002380 call  0x000032ad 
- 00012815  0x00002383 setarg  0x00000000 
- 00012816  0x00002384 arg  0x0000000c , 0x00000007 
- 00012817  0x00002385 branch  0x00007f08 
- 00012818  0x00002388 call  0x000032bd 
- 00012819  0x0000238a beq  0x00000001 , 0x00003216 
- 00012820  0x0000238b beq  0x00000002 , 0x0000321b 
- 00012821  0x0000238c rtn 
- 00012822  0x0000238e setarg  0x0000010d 
- 00012823  0x0000238f call  0x0000327e 
- 00012824  0x00002390 arg  0x00000160 , 0x00000011 
- 00012825  0x00002391 call  0x000032bf 
- 00012826  0x00002394 branch  0x0000322d 
- 00012827  0x00002397 setarg  0x0000010d 
- 00012828  0x00002398 call  0x0000327e 
- 00012829  0x00002399 arg  0x00000164 , 0x00000011 
- 00012830  0x0000239a call  0x000032bf 
- 00012831  0x0000239d branch  0x0000322d 
- 00012832  0x000023a0 call  0x00002c7a 
- 00012833  0x000023a1 add  0x00000013 , 0x000000cd , 0x00000005 
- 00012834  0x000023a2 istore  0x00000001 , 0x00000005 
- 00012835  0x000023a3 rtn 
- 00012836  0x000023a6 call  0x00002c7a 
- 00012837  0x000023a7 add  0x00000013 , 0x000000be , 0x00000011 
- 00012838  0x000023a8 branch  0x0000327f 
- 00012839  0x000023aa call  0x00002c7a 
- 00012840  0x000023ab add  0x00000013 , 0x000000be , 0x00000005 
- 00012841  0x000023ac branch  0x0000322d 
- 00012842  0x000023af add  0x00000013 , 0x000000ae , 0x00000011 
- 00012843  0x000023b0 branch  0x0000327f 
- 00012844  0x000023b2 add  0x00000013 , 0x000000ae , 0x00000005 
- 00012845  0x000023b4 istore  0x00000004 , 0x00000005 
- 00012846  0x000023b5 rtn 
- 00012847  0x000023b8 add  0x00000013 , 0x00000090 , 0x00000005 
- 00012848  0x000023b9 branch  0x000032b4 
- 00012849  0x000023bc setarg  0x00000000 
- 00012850  0x000023be call  0x00002c7a 
- 00012851  0x000023bf add  0x00000013 , 0x00000085 , 0x00000005 
- 00012852  0x000023c0 branch  0x000032b4 
- 00012853  0x000023c3 add  0x00000013 , 0x00000042 , 0x00000005 
- 00012854  0x000023c4 branch  0x000032b4 
- 00012855  0x000023c7 setarg  0x00000004 
- 00012856  0x000023c9 add  0x00000013 , 0x000000cc , 0x00000005 
- 00012857  0x000023ca branch  0x000032b4 
- 00012858  0x000023cd add  0x00000013 , 0x00000087 , 0x00000011 
- 00012859  0x000023ce branch  0x000032d1 
- 00012860  0x000023d0 add  0x00000013 , 0x00000087 , 0x00000005 
- 00012861  0x000023d1 branch  0x000032b4 
- 00012862  0x000023d4 setarg  0x00000002 
- 00012863  0x000023d6 add  0x00000013 , 0x000000d0 , 0x00000005 
- 00012864  0x000023d7 branch  0x000032b4 
- 00012865  0x000023da setarg  0x00000001 
- 00012866  0x000023dc call  0x00002c7a 
- 00012867  0x000023dd add  0x00000013 , 0x000000ce , 0x00000005 
- 00012868  0x000023de branch  0x000032b4 
- 00012869  0x000023e1 call  0x00002c7a 
- 00012870  0x000023e2 add  0x00000013 , 0x000000b4 , 0x00000011 
- 00012871  0x000023e3 branch  0x000032d1 
- 00012872  0x000023e5 setarg  0x00000001 
- 00012873  0x000023e7 call  0x00002c7a 
- 00012874  0x000023e8 add  0x00000013 , 0x000000b4 , 0x00000005 
- 00012875  0x000023e9 branch  0x000032b4 
- 00012876  0x000023ec call  0x00002c7a 
- 00012877  0x000023ed add  0x00000013 , 0x000000b2 , 0x00000011 
- 00012878  0x000023ee branch  0x000032d1 
- 00012879  0x000023f0 setarg  0x00000001 
- 00012880  0x000023f2 call  0x00002c7a 
- 00012881  0x000023f3 add  0x00000013 , 0x000000b2 , 0x00000005 
- 00012882  0x000023f4 branch  0x000032b4 
- 00012883  0x000023f7 call  0x00002c7a 
- 00012884  0x000023f8 add  0x00000013 , 0x00000096 , 0x00000011 
- 00012885  0x000023f9 branch  0x000032d1 
- 00012886  0x000023fb add  0x00000013 , 0x00000096 , 0x00000005 
- 00012887  0x000023fc branch  0x000032b4 
- 00012888  0x000023ff add  0x00000013 , 0x000000cf , 0x00000011 
- 00012889  0x00002400 branch  0x000032d1 
- 00012890  0x00002402 setarg  0x00000000 
- 00012891  0x00002404 add  0x00000013 , 0x000000cf , 0x00000005 
- 00012892  0x00002405 branch  0x000032b4 
- 00012893  0x00002408 add  0x00000013 , 0x000000d2 , 0x00000011 
- 00012894  0x00002409 branch  0x000032d1 
- 00012895  0x0000240c add  0x00000013 , 0x00000001 , 0x00000011 
- 00012896  0x0000240d branch  0x000032d1 
- 00012897  0x00002410 add  0x00000013 , 0x000000b5 , 0x00000011 
- 00012898  0x00002411 branch  0x000032d1 
- 00012899  0x00002413 setarg  0x00000000 
- 00012900  0x00002415 call  0x00002c7a 
- 00012901  0x00002416 add  0x00000013 , 0x000000b5 , 0x00000005 
- 00012902  0x00002417 branch  0x000032b4 
- 00012903  0x0000241a call  0x00002c7a 
- 00012904  0x0000241b add  0x00000013 , 0x000000fb , 0x00000011 
- 00012905  0x0000241c ifetch  0x00000001 , 0x00000011 
- 00012906  0x0000241e store  0x00000001 , 0x000041de 
- 00012907  0x0000241f rtn 
- 00012908  0x00002422 call  0x00002c7a 
- 00012909  0x00002423 fetch  0x00000001 , 0x000041de 
- 00012910  0x00002425 add  0x00000013 , 0x000000fb , 0x00000005 
- 00012911  0x00002426 branch  0x000032b4 
- 00012912  0x00002429 add  0x00000013 , 0x000000fc , 0x00000011 
- 00012913  0x0000242a branch  0x000032d1 
- 00012914  0x0000242d add  0x00000013 , 0x000000fe , 0x00000005 
- 00012915  0x0000242e branch  0x000032b4 
- 00012916  0x00002431 setarg  0x00000109 
- 00012917  0x00002433 iadd  0x00000013 , 0x00000011 
- 00012918  0x00002434 ifetcht  0x00000001 , 0x00000011 
- 00012919  0x00002435 rtn 
- 00012920  0x00002438 setarg  0x00000135 
- 00012921  0x00002439 branch  0x000032d0 
- 00012922  0x0000243b setarg  0x00000000 
- 00012923  0x0000243d arg  0x00000135 , 0x00000011 
- 00012924  0x0000243e branch  0x000032b3 
- 00012925  0x00002441 setarg  0x0000012b 
- 00012926  0x00002443 call  0x000032cd 
- 00012927  0x00002445 ifetch  0x00000004 , 0x00000011 
- 00012928  0x00002446 rtn 
- 00012929  0x00002449 setarg  0x0000015f 
- 00012930  0x0000244a branch  0x000032d0 
- 00012931  0x0000244c setarg  0x00000000 
- 00012932  0x0000244e arg  0x0000015f , 0x00000011 
- 00012933  0x0000244f branch  0x000032b3 
- 00012934  0x00002452 setarg  0x00000000 
- 00012935  0x00002454 arg  0x0000015c , 0x00000011 
- 00012936  0x00002455 branch  0x000032b3 
- 00012937  0x00002458 arg  0x0000012f , 0x00000011 
- 00012938  0x00002459 branch  0x000032b3 
- 00012939  0x0000245c setarg  0x00000108 
- 00012940  0x0000245d branch  0x000032d0 
- 00012941  0x0000245f arg  0x00000108 , 0x00000011 
- 00012942  0x00002460 branch  0x000032b3 
- 00012943  0x00002463 setarg  0x00000105 
- 00012944  0x00002464 branch  0x000032d0 
- 00012945  0x00002466 setarg  0x00000000 
- 00012946  0x00002468 arg  0x00000105 , 0x00000011 
- 00012947  0x00002469 branch  0x000032b3 
- 00012948  0x0000246c setarg  0x00000104 
- 00012949  0x0000246d branch  0x000032d0 
- 00012950  0x0000246f setarg  0x00000000 
- 00012951  0x00002471 arg  0x00000104 , 0x00000011 
- 00012952  0x00002472 branch  0x000032b3 
- 00012953  0x00002475 setarg  0x00000000 
- 00012954  0x00002477 arg  0x0000013b , 0x00000011 
- 00012955  0x00002478 branch  0x000032b3 
- 00012956  0x0000247a setarg  0x00000001 
- 00012957  0x0000247b branch  0x0000329a 
- 00012958  0x0000247e setarg  0x0000010c 
- 00012959  0x0000247f call  0x000032cd 
- 00012960  0x00002480 ifetch  0x00000007 , 0x00000011 
- 00012961  0x00002481 rtn 
- 00012962  0x00002484 setarg  0x0000015e 
- 00012963  0x00002485 branch  0x000032d0 
- 00012964  0x00002487 setarg  0x00000000 
- 00012965  0x00002489 arg  0x0000015e , 0x00000011 
- 00012966  0x0000248a branch  0x000032b3 
- 00012967  0x0000248d setarg  0x00000000 
- 00012968  0x0000248f arg  0x00000180 , 0x00000011 
- 00012969  0x00002490 branch  0x000032b3 
- 00012970  0x00002493 setarg  0x00000000 
- 00012971  0x00002495 arg  0x0000017e , 0x00000011 
- 00012972  0x00002496 branch  0x000032b3 
- 00012973  0x00002499 setarg  0x00000000 
- 00012974  0x0000249b arg  0x0000017f , 0x00000011 
- 00012975  0x0000249c branch  0x000032b3 
- 00012976  0x0000249f arg  0x00000102 , 0x00000011 
- 00012977  0x000024a0 branch  0x000032b3 
- 00012978  0x000024a3 arg  0x00000103 , 0x00000011 
- 00012979  0x000024a5 call  0x000032c7 
- 00012980  0x000024a7 istore  0x00000001 , 0x00000005 
- 00012981  0x000024a8 rtn 
- 00012982  0x000024ab setarg  0x0000015d 
- 00012983  0x000024ac branch  0x000032d0 
- 00012984  0x000024af arg  0x0000015d , 0x00000011 
- 00012985  0x000024b0 branch  0x000032b3 
- 00012986  0x000024b3 setarg  0x0000018a 
- 00012987  0x000024b4 call  0x000032d0 
- 00012988  0x000024b5 branch  0x0000326a 
- 00012989  0x000024b8 setarg  0x0000010c 
- 00012990  0x000024b9 branch  0x000032d0 
- 00012991  0x000024bc copy  0x0000003f , 0x00000002 
- 00012992  0x000024bd copy  0x00000011 , 0x0000003f 
- 00012993  0x000024be iadd  0x00000013 , 0x00000005 
- 00012994  0x000024bf copy  0x00000002 , 0x0000003f 
- 00012995  0x000024c0 rtn 
- 00012996  0x000024c3 call  0x000032bf 
- 00012997  0x000024c5 istore  0x00000003 , 0x00000005 
- 00012998  0x000024c6 rtn 
- 00012999  0x000024c9 call  0x00002c7a 
- 00013000  0x000024cb copy  0x0000003f , 0x00000012 
- 00013001  0x000024cc copy  0x00000011 , 0x0000003f 
- 00013002  0x000024cd iadd  0x00000013 , 0x00000005 
- 00013003  0x000024ce copy  0x00000012 , 0x0000003f 
- 00013004  0x000024cf rtn 
- 00013005  0x000024d2 call  0x00002c7a 
- 00013006  0x000024d3 iadd  0x00000013 , 0x00000011 
- 00013007  0x000024d4 rtn 
- 00013008  0x000024d7 call  0x000032cd 
- 00013009  0x000024d9 ifetch  0x00000001 , 0x00000011 
- 00013010  0x000024da rtn 
- 00013011  0x000024dd call  0x000032cd 
- 00013012  0x000024de ifetcht  0x00000004 , 0x00000011 
- 00013013  0x000024df rtn 
- 00013014  0x000024e2 setarg  0x00000000 
- 00013015  0x000024e3 branch  0x000032b4 
- 00013016  0x000024e8 bpatch  0x000000c4 , 0x00004018 
- 00013017  0x000024e9 fetch  0x00000001 , 0x00004092 
- 00013018  0x000024ea branch  0x000032d8 , 0x00000034 
- 00013019  0x000024ec beq  0x00000004 , 0x00002f30 
- 00013020  0x000024ed beq  0x0000000f , 0x00003436 
- 00013021  0x000024ee beq  0x00000009 , 0x000045de 
- 00013022  0x000024ef beq  0x0000000a , 0x0000392a 
- 00013023  0x000024f0 beq  0x0000000e , 0x000035bf 
- 00013024  0x000024f1 beq  0x00000010 , 0x000044a4 
- 00013025  0x000024f2 bbit1  0x00000006 , 0x00003d00 
- 00013026  0x000024f3 rtn 
- 00013027  0x000024f6 bpatch  0x000000c5 , 0x00004018 
- 00013028  0x000024f7 jam  0x00000000 , 0x00000151 
- 00013029  0x000024f8 jam  0x00000000 , 0x0000017f 
- 00013030  0x000024f9 jam  0x00000000 , 0x00000180 
- 00013031  0x000024fa setarg  0x00000000 
- 00013032  0x000024fb store  0x00000005 , 0x000009ae 
- 00013033  0x000024fc fetch  0x00000001 , 0x00004092 
- 00013034  0x000024fd branch  0x000032e3 , 0x00000034 
- 00013035  0x000024fe beq  0x0000000a , 0x00003962 
- 00013036  0x00002500 rtn 
- 00013037  0x00002504 call  0x00007cd1 
- 00013038  0x00002505 call  0x00007d9c 
- 00013039  0x00002506 call  0x000032f6 
- 00013040  0x00002507 fetch  0x00000002 , 0x000041f3 
- 00013041  0x00002508 branch  0x00007f9c 
- 00013042  0x0000250b fetch  0x00000002 , 0x000041f1 
- 00013043  0x0000250c branch  0x00007f9c 
- 00013044  0x0000250f fetch  0x00000002 , 0x000041ef 
- 00013045  0x00002510 branch  0x00007f9c 
- 00013046  0x00002513 bpatch  0x000000c6 , 0x00004018 
- 00013047  0x00002515 arg  0x00004668 , 0x00000011 
- 00013048  0x00002516 call  0x00007fc4 
- 00013049  0x00002517 rtn  0x00000034 
- 00013050  0x00002519 copy  0x0000003f , 0x00000013 
- 00013051  0x0000251a call  0x000032ff 
- 00013052  0x0000251b branch  0x00003324 
- 00013053  0x0000251e arg  0x00000000 , 0x00000013 
- 00013054  0x0000251f rtn 
- 00013055  0x00002525 beq  0x00000001 , 0x00003311 
- 00013056  0x00002526 beq  0x00000010 , 0x00003357 
- 00013057  0x00002527 beq  0x00000005 , 0x00003335 
- 00013058  0x00002528 beq  0x00000012 , 0x0000333c 
- 00013059  0x00002529 beq  0x00000006 , 0x00003353 
- 00013060  0x0000252a beq  0x00000004 , 0x00003394 
- 00013061  0x0000252b beq  0x00000002 , 0x00003399 
- 00013062  0x0000252c beq  0x00000013 , 0x00003394 
- 00013063  0x0000252d beq  0x00000014 , 0x0000334b 
- 00013064  0x0000252e beq  0x00000015 , 0x0000334f 
- 00013065  0x0000252f beq  0x00000003 , 0x0000332e 
- 00013066  0x00002530 beq  0x0000000b , 0x00003340 
- 00013067  0x00002531 beq  0x0000000c , 0x00003347 
- 00013068  0x00002533 beq  0x00000016 , 0x0000335b 
- 00013069  0x00002534 beq  0x00000018 , 0x0000332a 
- 00013070  0x00002535 beq  0x0000002a , 0x0000331a 
- 00013071  0x00002536 beq  0x0000002b , 0x00003318 
- 00013072  0x00002537 rtn 
- 00013073  0x0000253b fetch  0x00000002 , 0x00004682 
- 00013074  0x0000253c set1  0x00000000 , 0x0000003f 
- 00013075  0x0000253d store  0x00000002 , 0x00004682 
- 00013076  0x0000253e fetch  0x00000002 , 0x0000420a 
- 00013077  0x0000253f set0  0x00000000 , 0x0000003f 
- 00013078  0x00002540 store  0x00000002 , 0x0000420a 
- 00013079  0x00002541 rtn 
- 00013080  0x00002544 jam  0x00000000 , 0x00000229 
- 00013081  0x00002545 rtn 
- 00013082  0x00002548 fetch  0x00000001 , 0x00000229 
- 00013083  0x00002549 increase  0x00000001 , 0x0000003f 
- 00013084  0x0000254a store  0x00000001 , 0x00000229 
- 00013085  0x0000254b sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00013086  0x0000254c branch  0x000033df , 0x00000002 
- 00013087  0x0000254d jam  0x00000000 , 0x00000229 
- 00013088  0x0000254e fetch  0x00000002 , 0x0000420a 
- 00013089  0x0000254f set1  0x00000009 , 0x0000003f 
- 00013090  0x00002550 store  0x00000002 , 0x0000420a 
- 00013091  0x00002551 branch  0x000033e9 
- 00013092  0x00002554 fetch  0x00000002 , 0x000041f5 
- 00013093  0x00002555 branch  0x00007f9c 
- 00013094  0x00002558 fetch  0x00000002 , 0x000041e9 
- 00013095  0x00002559 branch  0x00007f9c 
- 00013096  0x0000255c fetch  0x00000002 , 0x000041ed 
- 00013097  0x0000255d branch  0x00007f9c 
- 00013098  0x00002560 fetch  0x00000002 , 0x0000420a 
- 00013099  0x00002561 set1  0x00000001 , 0x0000003f 
- 00013100  0x00002562 store  0x00000002 , 0x0000420a 
- 00013101  0x00002563 branch  0x00003412 
- 00013102  0x00002566 fetch  0x00000002 , 0x00004682 
- 00013103  0x00002567 set1  0x00000007 , 0x0000003f 
- 00013104  0x00002568 store  0x00000002 , 0x00004682 
- 00013105  0x00002569 fetch  0x00000002 , 0x0000420a 
- 00013106  0x0000256a set1  0x00000002 , 0x0000003f 
- 00013107  0x0000256b store  0x00000002 , 0x0000420a 
- 00013108  0x0000256c rtn 
- 00013109  0x0000256f fetch  0x00000002 , 0x00004682 
- 00013110  0x00002570 set1  0x00000001 , 0x0000003f 
- 00013111  0x00002571 store  0x00000002 , 0x00004682 
- 00013112  0x00002572 fetch  0x00000002 , 0x0000420a 
- 00013113  0x00002573 set1  0x00000004 , 0x0000003f 
- 00013114  0x00002574 store  0x00000002 , 0x0000420a 
- 00013115  0x00002575 rtn 
- 00013116  0x00002578 fetch  0x00000002 , 0x00004682 
- 00013117  0x00002579 set1  0x00000003 , 0x0000003f 
- 00013118  0x0000257a store  0x00000002 , 0x00004682 
- 00013119  0x0000257b rtn 
- 00013120  0x0000257e fetch  0x00000002 , 0x00004682 
- 00013121  0x0000257f set1  0x00000005 , 0x0000003f 
- 00013122  0x00002580 store  0x00000002 , 0x00004682 
- 00013123  0x00002581 fetch  0x00000002 , 0x0000420a 
- 00013124  0x00002582 set1  0x00000003 , 0x0000003f 
- 00013125  0x00002583 store  0x00000002 , 0x0000420a 
- 00013126  0x00002584 rtn 
- 00013127  0x00002587 fetch  0x00000002 , 0x00004682 
- 00013128  0x00002588 set0  0x00000005 , 0x0000003f 
- 00013129  0x00002589 store  0x00000002 , 0x00004682 
- 00013130  0x0000258a rtn 
- 00013131  0x0000258d fetch  0x00000002 , 0x00004682 
- 00013132  0x0000258e set1  0x00000009 , 0x0000003f 
- 00013133  0x0000258f store  0x00000002 , 0x00004682 
- 00013134  0x00002590 rtn 
- 00013135  0x00002593 fetch  0x00000002 , 0x00004682 
- 00013136  0x00002594 set0  0x00000009 , 0x0000003f 
- 00013137  0x00002595 store  0x00000002 , 0x00004682 
- 00013138  0x00002596 branch  0x00003418 
- 00013139  0x00002599 fetch  0x00000002 , 0x00004682 
- 00013140  0x0000259a set1  0x00000002 , 0x0000003f 
- 00013141  0x0000259b store  0x00000002 , 0x00004682 
- 00013142  0x0000259c rtn 
- 00013143  0x0000259f fetch  0x00000002 , 0x0000420a 
- 00013144  0x000025a0 set1  0x00000000 , 0x0000003f 
- 00013145  0x000025a1 store  0x00000002 , 0x0000420a 
- 00013146  0x000025a2 rtn 
- 00013147  0x000025a5 fetch  0x00000002 , 0x0000420a 
- 00013148  0x000025a6 set1  0x00000008 , 0x0000003f 
- 00013149  0x000025a7 store  0x00000002 , 0x0000420a 
- 00013150  0x000025a8 branch  0x000033e9 
- 00013151  0x000025ac bpatch  0x000000c7 , 0x00004018 
- 00013152  0x000025ad store  0x00000001 , 0x0000022a 
- 00013153  0x000025af fetch  0x00000001 , 0x0000022a 
- 00013154  0x000025b0 rtn  0x00000034 
- 00013155  0x000025b1 increase  0xffffffff , 0x0000003f 
- 00013156  0x000025b2 store  0x00000001 , 0x0000022a 
- 00013157  0x000025b3 call  0x00007cdd 
- 00013158  0x000025b4 call  0x000033d6 
- 00013159  0x000025b5 call  0x00003387 
- 00013160  0x000025b6 call  0x0000338d 
- 00013161  0x000025b7 call  0x0000651b 
- 00013162  0x000025b8 fetch  0x00000002 , 0x000041fd 
- 00013163  0x000025b9 call  0x00007f9c 
- 00013164  0x000025ba branch  0x00003361 
- 00013165  0x000025c0 ifetch  0x00000001 , 0x00000013 
- 00013166  0x000025c1 rtn  0x00000034 
- 00013167  0x000025c2 pincrease  0xffffffff 
- 00013168  0x000025c3 istore  0x00000001 , 0x00000013 
- 00013169  0x000025c4 nrtn  0x00000034 
- 00013170  0x000025c5 copy  0x00000012 , 0x0000003f 
- 00013171  0x000025c6 branch  0x00007f9c 
- 00013172  0x000025cb ifetch  0x00000002 , 0x00000013 
- 00013173  0x000025cc rtn  0x00000034 
- 00013174  0x000025cd pincrease  0xffffffff 
- 00013175  0x000025ce istore  0x00000002 , 0x00000013 
- 00013176  0x000025cf nrtn  0x00000034 
- 00013177  0x000025d0 copy  0x00000012 , 0x0000003f 
- 00013178  0x000025d1 branch  0x00007f9c 
- 00013179  0x000025d4 fetcht  0x00000002 , 0x0000423f 
- 00013180  0x000025d5 add  0x00000002 , 0x00000001 , 0x00000013 
- 00013181  0x000025d6 arg  0x0000337f , 0x00000012 
- 00013182  0x000025d7 branch  0x0000336d 
- 00013183  0x000025da call  0x0000342d 
- 00013184  0x000025db beq  0x00000001 , 0x00003382 
- 00013185  0x000025dd branch  0x0000340a 
- 00013186  0x000025df setarg  0x00000002 
- 00013187  0x000025e0 istore  0x00000001 , 0x00000013 
- 00013188  0x000025e1 add  0x00000002 , 0x00000008 , 0x00000012 
- 00013189  0x000025e3 ifetch  0x00000002 , 0x00000012 
- 00013190  0x000025e4 branch  0x00007f9c 
- 00013191  0x000025e7 arg  0x00004205 , 0x00000013 
- 00013192  0x000025e8 arg  0x0000338a , 0x00000012 
- 00013193  0x000025e9 branch  0x0000336d 
- 00013194  0x000025ec call  0x00002252 
- 00013195  0x000025ed branch  0x0000340e , 0x00000005 
- 00013196  0x000025ee rtn 
- 00013197  0x000025f2 arg  0x0000467e , 0x00000013 
- 00013198  0x000025f3 arg  0x00003390 , 0x00000012 
- 00013199  0x000025f4 branch  0x00003374 
- 00013200  0x000025f7 call  0x000033f0 
- 00013201  0x000025f8 call  0x00003408 
- 00013202  0x000025f9 fetch  0x00000002 , 0x000041f7 
- 00013203  0x000025fa branch  0x00007f9c 
- 00013204  0x000025fe call  0x000033ac 
- 00013205  0x00002600 fetch  0x00000002 , 0x00004682 
- 00013206  0x00002601 set0  0x00000007 , 0x0000003f 
- 00013207  0x00002602 store  0x00000002 , 0x00004682 
- 00013208  0x00002603 rtn 
- 00013209  0x00002606 jam  0x00000000 , 0x00004205 
- 00013210  0x00002607 fetch  0x00000002 , 0x00004682 
- 00013211  0x00002608 bbit1  0x00000007 , 0x0000339e 
- 00013212  0x00002609 isolate0  0x00000001 , 0x0000003f 
- 00013213  0x0000260a call  0x000032fd , 0x00000001 
- 00013214  0x0000260c bpatch  0x000000c8 , 0x00004019 
- 00013215  0x0000260d fetch  0x00000002 , 0x00004682 
- 00013216  0x0000260e set0  0x00000000 , 0x0000003f 
- 00013217  0x0000260f set0  0x00000001 , 0x0000003f 
- 00013218  0x00002610 set0  0x00000002 , 0x0000003f 
- 00013219  0x00002611 set0  0x00000003 , 0x0000003f 
- 00013220  0x00002612 set0  0x00000007 , 0x0000003f 
- 00013221  0x00002613 store  0x00000002 , 0x00004682 
- 00013222  0x00002614 branch  0x00003418 
- 00013223  0x00002617 call  0x000033a9 
- 00013224  0x00002618 branch  0x0000340a 
- 00013225  0x0000261c setarg  0x00000000 
- 00013226  0x0000261d store  0x00000002 , 0x00004208 
- 00013227  0x0000261e rtn 
- 00013228  0x00002620 setarg  0x00000000 
- 00013229  0x00002621 store  0x00000002 , 0x0000420a 
- 00013230  0x00002622 rtn 
- 00013231  0x00002625 fetch  0x00000002 , 0x0000420a 
- 00013232  0x00002626 store  0x00000002 , 0x00004208 
- 00013233  0x00002627 setarg  0x00000000 
- 00013234  0x00002628 store  0x00000002 , 0x0000420a 
- 00013235  0x00002629 rtn 
- 00013236  0x0000262c fetch  0x00000002 , 0x0000420a 
- 00013237  0x0000262d set1  0x00000007 , 0x0000003f 
- 00013238  0x0000262e store  0x00000002 , 0x00004208 
- 00013239  0x0000262f setarg  0x00000000 
- 00013240  0x00002630 store  0x00000002 , 0x0000420a 
- 00013241  0x00002631 rtn 
- 00013242  0x0000263a fetch  0x00000001 , 0x00004682 
- 00013243  0x0000263b isolate1  0x00000005 , 0x0000003f 
- 00013244  0x0000263c rtn 
- 00013245  0x00002645 setarg  0x0000aa55 
- 00013246  0x00002647 store  0x00000002 , 0x00000aaa 
- 00013247  0x00002648 bpatch  0x000000c9 , 0x00004019 
- 00013248  0x00002649 arg  0x00000002 , 0x00000002 
- 00013249  0x0000264a arg  0x00000aaa , 0x00000011 
- 00013250  0x0000264b arg  0x000000c3 , 0x00000012 
- 00013251  0x0000264c branch  0x00006606 
- 00013252  0x00002650 bpatch  0x000000ca , 0x00004019 
- 00013253  0x00002651 arg  0x00000002 , 0x00000002 
- 00013254  0x00002652 arg  0x00000a9a , 0x00000011 
- 00013255  0x00002653 arg  0x000000c3 , 0x00000012 
- 00013256  0x00002654 call  0x000065df 
- 00013257  0x00002655 fetch  0x00000002 , 0x00000a9a 
- 00013258  0x00002656 arg  0x0000aa55 , 0x00000002 
- 00013259  0x00002657 isub  0x00000002 , 0x0000003e 
- 00013260  0x00002658 rtn 
- 00013261  0x0000265c fetch  0x00000001 , 0x0000455a 
- 00013262  0x0000265d store  0x00000001 , 0x00004205 
- 00013263  0x0000265e rtn 
- 00013264  0x00002661 arg  0x00000009 , 0x00000007 
- 00013265  0x00002662 branch  0x00002c32 
- 00013266  0x00002665 arg  0x00000009 , 0x00000007 
- 00013267  0x00002666 branch  0x00002c36 
- 00013268  0x00002669 jam  0x00000005 , 0x00004206 
- 00013269  0x0000266a branch  0x000033d0 
- 00013270  0x0000266d arg  0x00004206 , 0x00000013 
- 00013271  0x0000266e arg  0x000033d2 , 0x00000012 
- 00013272  0x0000266f branch  0x0000336d 
- 00013273  0x00002672 jam  0x00000001 , 0x00004363 
- 00013274  0x00002673 rtn 
- 00013275  0x00002676 jam  0x00000000 , 0x00004363 
- 00013276  0x00002677 rtn 
- 00013277  0x0000267a jam  0x0000000a , 0x00000a99 
- 00013278  0x0000267b branch  0x00007d8f 
- 00013279  0x0000267e jam  0x0000001d , 0x00000a99 
- 00013280  0x0000267f branch  0x00007d8f 
- 00013281  0x00002682 bpatch  0x000000cb , 0x00004019 
- 00013282  0x00002683 fetch  0x00000001 , 0x00004207 
- 00013283  0x00002684 store  0x00000001 , 0x0000016d 
- 00013284  0x00002685 jam  0x00000001 , 0x00000228 
- 00013285  0x00002686 jam  0x00000003 , 0x00000a99 
- 00013286  0x00002687 branch  0x00007d8f 
- 00013287  0x0000268a jam  0x0000001e , 0x00000a99 
- 00013288  0x0000268b branch  0x00007d8f 
- 00013289  0x0000268e jam  0x00000004 , 0x00000a99 
- 00013290  0x0000268f branch  0x00007d8f 
- 00013291  0x00002692 fetch  0x00000002 , 0x00004687 
- 00013292  0x00002693 store  0x00000002 , 0x0000467e 
- 00013293  0x00002695 call  0x00003404 
- 00013294  0x00002697 jam  0x00000001 , 0x00000a99 
- 00013295  0x00002698 branch  0x00007d8f 
- 00013296  0x0000269b setarg  0x00000000 
- 00013297  0x0000269c store  0x00000002 , 0x0000467e 
- 00013298  0x0000269d jam  0x00000002 , 0x00000a99 
- 00013299  0x0000269e branch  0x00007d8f 
- 00013300  0x000026a1 jam  0x0000000f , 0x00000a99 
- 00013301  0x000026a2 branch  0x00007d8f 
- 00013302  0x000026a5 jam  0x00000010 , 0x00000a99 
- 00013303  0x000026a6 branch  0x00007d8f 
- 00013304  0x000026a9 jam  0x0000000e , 0x00000a99 
- 00013305  0x000026aa branch  0x00007d8f 
- 00013306  0x000026ad jam  0x0000000d , 0x00000a99 
- 00013307  0x000026ae branch  0x00007d8f 
- 00013308  0x000026b1 jam  0x00000017 , 0x00000a99 
- 00013309  0x000026b2 branch  0x00007d8f 
- 00013310  0x000026b5 jam  0x00000018 , 0x00000a99 
- 00013311  0x000026b6 branch  0x00007d8f 
- 00013312  0x000026b9 jam  0x00000016 , 0x00000a99 
- 00013313  0x000026ba branch  0x00007d8f 
- 00013314  0x000026bd jam  0x00000011 , 0x00000a99 
- 00013315  0x000026be branch  0x00007d8f 
- 00013316  0x000026c1 jam  0x00000015 , 0x00000a99 
- 00013317  0x000026c2 branch  0x00007d8f 
- 00013318  0x000026c5 jam  0x00000014 , 0x00000a99 
- 00013319  0x000026c6 branch  0x00007d8f 
- 00013320  0x000026ca jam  0x00000013 , 0x00000a99 
- 00013321  0x000026cb branch  0x00007d8f 
- 00013322  0x000026ce jam  0x00000019 , 0x00000a99 
- 00013323  0x000026cf branch  0x00007d8f 
- 00013324  0x000026d2 jam  0x00000006 , 0x00000a99 
- 00013325  0x000026d3 branch  0x00007d8f 
- 00013326  0x000026d6 jam  0x00000005 , 0x00000a99 
- 00013327  0x000026d7 branch  0x00007d8f 
- 00013328  0x000026da jam  0x0000001f , 0x00000a99 
- 00013329  0x000026db branch  0x00007d8f 
- 00013330  0x000026de jam  0x00000020 , 0x00000a99 
- 00013331  0x000026df branch  0x00007d8f 
- 00013332  0x000026e2 jam  0x00000025 , 0x00000a99 
- 00013333  0x000026e3 branch  0x00007d8f 
- 00013334  0x000026e6 set1  0x0000000d , 0x00000000 
- 00013335  0x000026e7 rtn 
- 00013336  0x000026ea set0  0x0000000d , 0x00000000 
- 00013337  0x000026eb rtn 
- 00013338  0x00002700 call  0x0000342d 
- 00013339  0x00002701 beq  0x00000002 , 0x00003424 
- 00013340  0x00002703 setarg  0x00000001 
- 00013341  0x00002704 istore  0x00000001 , 0x00000013 
- 00013342  0x00002705 add  0x00000002 , 0x00000003 , 0x00000011 
- 00013343  0x00002706 add  0x00000002 , 0x00000006 , 0x00000012 
- 00013344  0x00002708 ifetcht  0x00000001 , 0x00000011 
- 00013345  0x00002709 increase  0x00000001 , 0x00000013 
- 00013346  0x0000270a istoret  0x00000001 , 0x00000013 
- 00013347  0x0000270b branch  0x00003385 
- 00013348  0x0000270e setarg  0x00000000 
- 00013349  0x0000270f istore  0x00000001 , 0x00000013 
- 00013350  0x00002710 fetch  0x00000002 , 0x00004682 
- 00013351  0x00002711 bbit0  0x00000009 , 0x00003429 
- 00013352  0x00002712 call  0x00003402 
- 00013353  0x00002714 fetcht  0x00000002 , 0x0000423f 
- 00013354  0x00002715 add  0x00000002 , 0x00000002 , 0x00000011 
- 00013355  0x00002716 add  0x00000002 , 0x00000004 , 0x00000012 
- 00013356  0x00002717 branch  0x00003420 
- 00013357  0x0000271a fetcht  0x00000002 , 0x0000423f 
- 00013358  0x0000271b add  0x00000002 , 0x00000000 , 0x00000013 
- 00013359  0x0000271c ifetch  0x00000001 , 0x00000013 
- 00013360  0x0000271d rtn 
- 00013361  0x00002720 call  0x0000342d 
- 00013362  0x00002721 bne  0x00000000 , 0x00003434 
- 00013363  0x00002722 branch  0x0000340a 
- 00013364  0x00002724 add  0x00000002 , 0x0000000a , 0x00000012 
- 00013365  0x00002725 branch  0x00003385 
- 00013366  0x00002728 rtn  0x0000002b 
- 00013367  0x00002729 jam  0x00000000 , 0x00008081 
- 00013368  0x0000272a setarg  0x00003463 
- 00013369  0x0000272b store  0x00000002 , 0x000041eb 
- 00013370  0x0000272c setarg  0x0000696c 
- 00013371  0x0000272d store  0x00000002 , 0x000041ed 
- 00013372  0x0000272e setarg  0x000034f5 
- 00013373  0x0000272f store  0x00000002 , 0x000041f3 
- 00013374  0x00002730 setarg  0x000034f4 
- 00013375  0x00002731 store  0x00000002 , 0x000041ef 
- 00013376  0x00002732 setarg  0x0000347e 
- 00013377  0x00002733 store  0x00000002 , 0x000041f5 
- 00013378  0x00002734 setarg  0x000034b2 
- 00013379  0x00002735 store  0x00000002 , 0x000041fd 
- 00013380  0x00002736 setarg  0x00003465 
- 00013381  0x00002737 store  0x00000002 , 0x000041fb 
- 00013382  0x00002738 setarg  0x00003470 
- 00013383  0x00002739 store  0x00000002 , 0x000041e9 
- 00013384  0x0000273a setarg  0x00003501 
- 00013385  0x0000273b store  0x00000002 , 0x000041f9 
- 00013386  0x0000273c bpatch  0x000000cc , 0x00004019 
- 00013387  0x0000273d call  0x0000359b 
- 00013388  0x0000273e call  0x00006948 
- 00013389  0x0000273f call  0x000035ad 
- 00013390  0x00002740 call  0x00007d08 
- 00013391  0x00002741 call  0x00007cd3 
- 00013392  0x00002742 setarg  0x0000350b 
- 00013393  0x00002743 store  0x00000002 , 0x00004766 
- 00013394  0x00002744 setarg  0x000034fc 
- 00013395  0x00002745 store  0x00000002 , 0x0000475d 
- 00013396  0x00002746 setarg  0x000034f8 
- 00013397  0x00002747 store  0x00000002 , 0x0000475f 
- 00013398  0x00002748 setarg  0x0000346c 
- 00013399  0x00002749 store  0x00000002 , 0x00004761 
- 00013400  0x0000274a setarg  0x000035a2 
- 00013401  0x0000274b store  0x00000002 , 0x000046a9 
- 00013402  0x0000274c setarg  0x000035a4 
- 00013403  0x0000274d store  0x00000002 , 0x000046ab 
- 00013404  0x0000274e setarg  0x000035a9 
- 00013405  0x0000274f store  0x00000002 , 0x000046b4 
- 00013406  0x00002750 setarg  0x000035a6 
- 00013407  0x00002751 store  0x00000002 , 0x000046b6 
- 00013408  0x00002752 fetch  0x00000002 , 0x00004682 
- 00013409  0x00002753 rtnbit1  0x0000000c 
- 00013410  0x00002754 branch  0x0000340a 
- 00013411  0x00002757 call  0x00003586 
- 00013412  0x00002758 branch  0x0000340a 
- 00013413  0x0000275b call  0x00005892 
- 00013414  0x0000275c nrtn  0x00000034 
- 00013415  0x0000275d arg  0x00000b06 , 0x00000011 
- 00013416  0x0000275e call  0x00007e54 
- 00013417  0x0000275f nrtn  0x00000028 
- 00013418  0x00002760 arg  0x00000b06 , 0x00000006 
- 00013419  0x00002761 branch  0x00004746 
- 00013420  0x00002764 fetch  0x00000002 , 0x00004797 
- 00013421  0x00002765 store  0x00000002 , 0x00004791 
- 00013422  0x00002766 jam  0x00000001 , 0x00004753 
- 00013423  0x00002767 branch  0x0000358f 
- 00013424  0x0000276a fetch  0x00000001 , 0x0000479d 
- 00013425  0x0000276b beq  0x00000001 , 0x00003479 
- 00013426  0x0000276c fetch  0x00000002 , 0x00004682 
- 00013427  0x0000276d bbit0  0x00000009 , 0x00003479 
- 00013428  0x0000276e fetch  0x00000001 , 0x0000479e 
- 00013429  0x0000276f beq  0x00000001 , 0x000033d0 
- 00013430  0x00002770 fetch  0x00000001 , 0x00004700 
- 00013431  0x00002771 nbranch  0x000033d0 , 0x00000034 
- 00013432  0x00002772 branch  0x000033d2 
- 00013433  0x00002775 fetch  0x00000001 , 0x0000479b 
- 00013434  0x00002776 fetcht  0x00000001 , 0x0000479c 
- 00013435  0x00002777 ior  0x00000002 , 0x0000003f 
- 00013436  0x00002778 beq  0x00000001 , 0x000033d0 
- 00013437  0x00002779 branch  0x000033d2 
- 00013438  0x0000277c copy  0x00000013 , 0x0000003f 
- 00013439  0x0000277d beq  0x0000002d , 0x00003431 
- 00013440  0x0000277e beq  0x00000010 , 0x0000341a 
- 00013441  0x0000277f beq  0x00000014 , 0x000034df 
- 00013442  0x00002780 beq  0x00000015 , 0x000034e8 
- 00013443  0x00002781 beq  0x00000040 , 0x00003485 
- 00013444  0x00002782 rtn 
- 00013445  0x00002784 fetch  0x00000002 , 0x00004509 
- 00013446  0x00002785 beq  0x00000001 , 0x0000348c 
- 00013447  0x00002787 fetch  0x00000002 , 0x000043d8 
- 00013448  0x00002788 branch  0x000034a2 , 0x00000034 
- 00013449  0x0000278a jam  0x00000002 , 0x0000478a 
- 00013450  0x0000278b jam  0x0000003c , 0x0000478f 
- 00013451  0x0000278c rtn 
- 00013452  0x0000278f fetch  0x00000002 , 0x0000449a 
- 00013453  0x00002790 branch  0x000034a0 , 0x00000034 
- 00013454  0x00002792 jam  0x00000001 , 0x0000478a 
- 00013455  0x00002793 fetcht  0x00000002 , 0x000047b4 
- 00013456  0x00002794 fetch  0x00000002 , 0x00004496 
- 00013457  0x00002795 iadd  0x00000002 , 0x0000003f 
- 00013458  0x00002796 store  0x00000002 , 0x00004496 
- 00013459  0x00002797 copy  0x0000003f , 0x00000011 
- 00013460  0x00002798 fetch  0x00000002 , 0x00004498 
- 00013461  0x00002799 iadd  0x00000002 , 0x0000003f 
- 00013462  0x0000279a store  0x00000002 , 0x00004498 
- 00013463  0x0000279b iadd  0x00000011 , 0x0000003f 
- 00013464  0x0000279c rshift  0x0000003f , 0x00000002 
- 00013465  0x0000279d fetch  0x00000002 , 0x000047c0 
- 00013466  0x0000279e idiv  0x00000002 
- 00013467  0x0000279f call  0x00007f86 
- 00013468  0x000027a0 quotient  0x0000003f 
- 00013469  0x000027a1 store  0x00000002 , 0x0000449a 
- 00013470  0x000027a2 jam  0x00000001 , 0x00004790 
- 00013471  0x000027a3 rtn 
- 00013472  0x000027a5 jam  0x00000003 , 0x0000478a 
- 00013473  0x000027a6 rtn 
- 00013474  0x000027a9 jam  0x00000000 , 0x00004172 
- 00013475  0x000027aa jam  0x00000000 , 0x00004790 
- 00013476  0x000027ab fetch  0x00000002 , 0x000043d6 
- 00013477  0x000027ac fetcht  0x00000002 , 0x000047be 
- 00013478  0x000027ad isub  0x00000002 , 0x0000003e 
- 00013479  0x000027ae setflag  0x00000002 , 0x00000000 , 0x00000011 
- 00013480  0x000027af fetch  0x00000002 , 0x000047c0 
- 00013481  0x000027b0 fetcht  0x00000002 , 0x000043d6 
- 00013482  0x000027b1 isub  0x00000002 , 0x0000003f 
- 00013483  0x000027b2 setflag  0x00000002 , 0x00000001 , 0x00000011 
- 00013484  0x000027b3 compare  0x00000003 , 0x00000011 , 0x00000003 
- 00013485  0x000027b4 rtn  0x00000001 
- 00013486  0x000027b5 fetch  0x00000008 , 0x000047be 
- 00013487  0x000027b6 store  0x00000008 , 0x00004496 
- 00013488  0x000027b7 jam  0x00000001 , 0x00004790 
- 00013489  0x000027b8 rtn 
- 00013490  0x000027bd call  0x0000337b 
- 00013491  0x000027be call  0x000034b9 
- 00013492  0x000027bf call  0x000034be 
- 00013493  0x000027c0 call  0x000034d5 
- 00013494  0x000027c1 call  0x000034ca 
- 00013495  0x000027c2 call  0x000034c4 
- 00013496  0x000027c3 branch  0x000034d9 
- 00013497  0x000027c7 arg  0x00004799 , 0x00000013 
- 00013498  0x000027c8 arg  0x000034bc , 0x00000012 
- 00013499  0x000027c9 branch  0x0000336d 
- 00013500  0x000027cb jam  0x00000000 , 0x0000479a 
- 00013501  0x000027cc rtn 
- 00013502  0x000027ce arg  0x00004793 , 0x00000013 
- 00013503  0x000027cf arg  0x000034c1 , 0x00000012 
- 00013504  0x000027d0 branch  0x00003374 
- 00013505  0x000027d2 arg  0x000046bf , 0x00000013 
- 00013506  0x000027d3 arg  0x0000469e , 0x00000012 
- 00013507  0x000027d4 branch  0x00003591 
- 00013508  0x000027d8 arg  0x0000478f , 0x00000013 
- 00013509  0x000027d9 arg  0x000034c7 , 0x00000012 
- 00013510  0x000027da branch  0x0000336d 
- 00013511  0x000027dd fetch  0x00000002 , 0x0000449a 
- 00013512  0x000027de store  0x00000001 , 0x00004172 
- 00013513  0x000027df rtn 
- 00013514  0x000027e1 arg  0x00004790 , 0x00000013 
- 00013515  0x000027e2 arg  0x000034cd , 0x00000012 
- 00013516  0x000027e3 branch  0x0000336d 
- 00013517  0x000027e5 fetch  0x00000001 , 0x0000043f 
- 00013518  0x000027e6 compare  0x00000000 , 0x0000003f , 0x00000060 
- 00013519  0x000027e7 nbranch  0x000034d3 , 0x00000001 
- 00013520  0x000027e8 jam  0x00000001 , 0x0000478a 
- 00013521  0x000027e9 call  0x00003416 
- 00013522  0x000027ea branch  0x00005abf 
- 00013523  0x000027ec jam  0x00000001 , 0x00004790 
- 00013524  0x000027ed rtn 
- 00013525  0x000027f0 arg  0x00004791 , 0x00000013 
- 00013526  0x000027f1 arg  0x000034d8 , 0x00000012 
- 00013527  0x000027f2 branch  0x00003374 
- 00013528  0x000027f6 branch  0x0000341a 
- 00013529  0x000027fb arg  0x0000478d , 0x00000013 
- 00013530  0x000027fc arg  0x000034dc , 0x00000012 
- 00013531  0x000027fd branch  0x00003374 
- 00013532  0x000027ff fetch  0x00000002 , 0x000047a7 
- 00013533  0x00002800 store  0x00000002 , 0x0000478d 
- 00013534  0x00002801 branch  0x000035af 
- 00013535  0x00002805 fetch  0x00000002 , 0x000047a7 
- 00013536  0x00002806 store  0x00000002 , 0x0000478d 
- 00013537  0x00002807 setarg  0x00000000 
- 00013538  0x00002808 store  0x00000002 , 0x00004793 
- 00013539  0x00002809 store  0x00000002 , 0x00004791 
- 00013540  0x0000280a call  0x0000355c 
- 00013541  0x0000280b call  0x00003586 
- 00013542  0x0000280c jam  0x00000000 , 0x00004172 
- 00013543  0x0000280d branch  0x000033f8 
- 00013544  0x00002813 setarg  0x00000000 
- 00013545  0x00002814 store  0x00000004 , 0x0000478d 
- 00013546  0x00002815 store  0x00000003 , 0x0000478a 
- 00013547  0x00002816 store  0x00000002 , 0x00004509 
- 00013548  0x00002818 jam  0x00000001 , 0x000047a0 
- 00013549  0x00002819 fetch  0x00000002 , 0x00004797 
- 00013550  0x0000281a store  0x00000002 , 0x00004791 
- 00013551  0x0000281b call  0x00007e38 
- 00013552  0x0000281c fetch  0x00000001 , 0x00004759 
- 00013553  0x0000281d rtneq  0x00000000 
- 00013554  0x0000281e call  0x0000358f 
- 00013555  0x0000281f branch  0x0000356e 
- 00013556  0x00002824 branch  0x00003508 
- 00013557  0x00002828 fetch  0x00000001 , 0x00004759 
- 00013558  0x00002829 rtnne  0x00000002 
- 00013559  0x0000282a branch  0x00003508 
- 00013560  0x00002830 arg  0x000046cd , 0x00000013 
- 00013561  0x00002831 call  0x00003582 
- 00013562  0x00002832 arg  0x000046c6 , 0x00000013 
- 00013563  0x00002834 branch  0x00003584 
- 00013564  0x00002837 jam  0x00000000 , 0x0000436e 
- 00013565  0x00002838 arg  0x000046db , 0x00000013 
- 00013566  0x00002839 call  0x00003582 
- 00013567  0x0000283a arg  0x000046d4 , 0x00000013 
- 00013568  0x0000283b branch  0x000034fb 
- 00013569  0x0000283e fetch  0x00000001 , 0x00000477 
- 00013570  0x0000283f beq  0x00000012 , 0x00003504 
- 00013571  0x00002840 rtn 
- 00013572  0x00002842 fetch  0x00000002 , 0x00000478 
- 00013573  0x00002844 beq  0x0000000d , 0x00003536 
- 00013574  0x00002845 beq  0x0000000b , 0x00003571 
- 00013575  0x00002846 rtn 
- 00013576  0x0000284c fetch  0x00000001 , 0x00004753 
- 00013577  0x0000284d rtn  0x00000034 
- 00013578  0x0000284e branch  0x00006978 
- 00013579  0x00002853 copy  0x00000011 , 0x0000003f 
- 00013580  0x00002854 branch  0x00003510 , 0x00000034 
- 00013581  0x00002856 copy  0x00000007 , 0x0000003f 
- 00013582  0x00002857 beq  0x00000000 , 0x00003513 
- 00013583  0x00002858 rtn 
- 00013584  0x0000285a copy  0x00000007 , 0x0000003f 
- 00013585  0x0000285b beq  0x00000000 , 0x0000351b 
- 00013586  0x0000285c rtn 
- 00013587  0x0000285f jam  0x00000001 , 0x0000479d 
- 00013588  0x00002860 arg  0x000046f7 , 0x00000013 
- 00013589  0x00002861 call  0x00003582 
- 00013590  0x00002862 arg  0x000046f0 , 0x00000013 
- 00013591  0x00002863 call  0x00003584 
- 00013592  0x00002864 fetch  0x00000002 , 0x00004682 
- 00013593  0x00002865 bbit0  0x00000009 , 0x00003532 
- 00013594  0x00002866 branch  0x00003521 
- 00013595  0x00002869 jam  0x00000000 , 0x0000479d 
- 00013596  0x0000286a branch  0x0000351d 
- 00013597  0x0000286f fetch  0x00000001 , 0x0000479a 
- 00013598  0x00002870 rtnne  0x00000001 
- 00013599  0x00002871 jam  0x00000005 , 0x00004799 
- 00013600  0x00002872 rtn 
- 00013601  0x00002875 fetch  0x00000001 , 0x0000479a 
- 00013602  0x00002876 pincrease  0x00000001 
- 00013603  0x00002877 store  0x00000001 , 0x0000479a 
- 00013604  0x00002878 beq  0x00000001 , 0x00003527 
- 00013605  0x00002879 beq  0x00000002 , 0x0000352b 
- 00013606  0x0000287a rtn 
- 00013607  0x0000287c call  0x0000355c 
- 00013608  0x0000287d jam  0x00000001 , 0x00004771 
- 00013609  0x0000287e arg  0x0000476c , 0x00000013 
- 00013610  0x0000287f branch  0x00003544 
- 00013611  0x00002881 jam  0x00000000 , 0x0000479a 
- 00013612  0x00002882 jam  0x00000002 , 0x00004771 
- 00013613  0x00002883 arg  0x0000476c , 0x00000013 
- 00013614  0x00002884 call  0x00003544 
- 00013615  0x00002885 fetch  0x00000001 , 0x0000479e 
- 00013616  0x00002886 beq  0x00000001 , 0x00003551 
- 00013617  0x00002887 rtn 
- 00013618  0x0000288a fetch  0x00000002 , 0x00004797 
- 00013619  0x0000288b store  0x00000002 , 0x00004791 
- 00013620  0x0000288c call  0x0000355c 
- 00013621  0x0000288d branch  0x0000358f 
- 00013622  0x00002891 bpatch  0x000000cd , 0x00004019 
- 00013623  0x00002892 call  0x000036fc 
- 00013624  0x00002893 ifetch  0x00000001 , 0x00000011 
- 00013625  0x00002894 beq  0x00000003 , 0x0000353c 
- 00013626  0x00002895 beq  0x00000007 , 0x00003540 
- 00013627  0x00002896 rtn 
- 00013628  0x00002899 fetch  0x00000001 , 0x0000479e 
- 00013629  0x0000289a beq  0x00000000 , 0x00003551 
- 00013630  0x0000289b beq  0x00000001 , 0x0000355c 
- 00013631  0x0000289c rtn 
- 00013632  0x0000289f ifetch  0x00000001 , 0x00000012 
- 00013633  0x000028a0 beq  0x00000001 , 0x00003564 
- 00013634  0x000028a1 beq  0x00000000 , 0x00003569 
- 00013635  0x000028a2 rtn 
- 00013636  0x000028aa bpatch  0x000000ce , 0x00004019 
- 00013637  0x000028ab fetch  0x00000001 , 0x0000478b 
- 00013638  0x000028ac isolate1  0x00000000 , 0x0000003f 
- 00013639  0x000028ad nrtn  0x00000001 
- 00013640  0x000028ae add  0x00000013 , 0x00000006 , 0x00000006 
- 00013641  0x000028af ifetch  0x00000002 , 0x00000006 
- 00013642  0x000028b0 byteswap  0x0000003f , 0x0000003f 
- 00013643  0x000028b1 add  0x0000003f , 0x00000005 , 0x00000039 
- 00013644  0x000028b2 add  0x00000013 , 0x00000003 , 0x00000006 
- 00013645  0x000028b3 call  0x000036f0 
- 00013646  0x000028b4 istore  0x00000001 , 0x00000006 
- 00013647  0x000028b5 copy  0x00000013 , 0x00000011 
- 00013648  0x000028b6 branch  0x00007e3d 
- 00013649  0x000028bd fetch  0x00000001 , 0x00004759 
- 00013650  0x000028be rtn  0x00000034 
- 00013651  0x000028bf jam  0x00000001 , 0x0000479e 
- 00013652  0x000028c0 arg  0x000046e9 , 0x00000013 
- 00013653  0x000028c1 call  0x00003582 
- 00013654  0x000028c2 arg  0x000046e2 , 0x00000013 
- 00013655  0x000028c3 call  0x00003584 
- 00013656  0x000028c4 jam  0x00000004 , 0x00004780 
- 00013657  0x000028c5 jam  0x00000001 , 0x00004783 
- 00013658  0x000028c6 arg  0x0000477b , 0x00000013 
- 00013659  0x000028c7 branch  0x00003544 
- 00013660  0x000028c9 fetch  0x00000001 , 0x0000479e 
- 00013661  0x000028ca rtn  0x00000034 
- 00013662  0x000028cb jam  0x00000000 , 0x0000479e 
- 00013663  0x000028cc call  0x00003586 
- 00013664  0x000028cd jam  0x00000004 , 0x00004780 
- 00013665  0x000028ce jam  0x00000000 , 0x00004783 
- 00013666  0x000028cf arg  0x0000477b , 0x00000013 
- 00013667  0x000028d0 branch  0x00003544 
- 00013668  0x000028d3 jam  0x00000001 , 0x0000479f 
- 00013669  0x000028d4 jam  0x00000007 , 0x00004780 
- 00013670  0x000028d5 jam  0x00000001 , 0x00004783 
- 00013671  0x000028d6 arg  0x0000477b , 0x00000013 
- 00013672  0x000028d7 branch  0x00003544 
- 00013673  0x000028d9 jam  0x00000000 , 0x0000479f 
- 00013674  0x000028da jam  0x00000007 , 0x00004780 
- 00013675  0x000028db jam  0x00000000 , 0x00004783 
- 00013676  0x000028dc arg  0x0000477b , 0x00000013 
- 00013677  0x000028dd branch  0x00003544 
- 00013678  0x000028df fetch  0x00000001 , 0x0000479f 
- 00013679  0x000028e0 rtn  0x00000034 
- 00013680  0x000028e1 branch  0x00003551 
- 00013681  0x000028e4 ifetch  0x00000002 , 0x00000011 
- 00013682  0x000028e5 store  0x00000002 , 0x0000478b 
- 00013683  0x000028e6 isolate1  0x00000000 , 0x0000003f 
- 00013684  0x000028e7 nrtn  0x00000001 
- 00013685  0x000028e8 fetch  0x00000001 , 0x000047a0 
- 00013686  0x000028e9 rtn  0x00000034 
- 00013687  0x000028ea jam  0x00000000 , 0x000047a0 
- 00013688  0x000028eb fetch  0x00000008 , 0x000047b6 
- 00013689  0x000028ec store  0x00000008 , 0x00004496 
- 00013690  0x000028ed jam  0x00000002 , 0x00004790 
- 00013691  0x000028ee call  0x000035af 
- 00013692  0x000028ef call  0x000035b9 
- 00013693  0x000028f0 jam  0x00000007 , 0x00004780 
- 00013694  0x000028f1 fetch  0x00000001 , 0x0000479f 
- 00013695  0x000028f2 store  0x00000001 , 0x00004783 
- 00013696  0x000028f3 arg  0x0000477b , 0x00000013 
- 00013697  0x000028f4 branch  0x00003544 
- 00013698  0x000028f9 arg  0x00000001 , 0x00000011 
- 00013699  0x000028fa branch  0x00003585 
- 00013700  0x000028fc arg  0x00000000 , 0x00000011 
- 00013701  0x000028fe branch  0x0000358c 
- 00013702  0x00002901 arg  0x00000000 , 0x00000011 
- 00013703  0x00002902 call  0x00007d19 
- 00013704  0x00002903 arg  0x00000001 , 0x00000011 
- 00013705  0x00002904 call  0x00007d19 
- 00013706  0x00002905 fetch  0x00000001 , 0x000047a1 
- 00013707  0x00002906 branch  0x000069d7 
- 00013708  0x00002909 call  0x00007d04 
- 00013709  0x0000290a arg  0x00000007 , 0x00000039 
- 00013710  0x0000290b branch  0x00007d26 
- 00013711  0x00002910 arg  0x000046b8 , 0x00000013 
- 00013712  0x00002911 arg  0x0000469a , 0x00000012 
- 00013713  0x00002913 call  0x00003596 
- 00013714  0x00002914 call  0x00003584 
- 00013715  0x00002915 fetch  0x00000002 , 0x00004795 
- 00013716  0x00002916 store  0x00000002 , 0x00004793 
- 00013717  0x00002917 branch  0x000033fa 
- 00013718  0x0000291a ifetch  0x00000002 , 0x00000012 
- 00013719  0x0000291b store  0x00000002 , 0x00004154 
- 00013720  0x0000291c ifetch  0x00000002 , 0x00000006 
- 00013721  0x0000291d store  0x00000002 , 0x00004482 
- 00013722  0x0000291e rtn 
- 00013723  0x00002921 arg  0x00000000 , 0x00000011 
- 00013724  0x00002922 call  0x000069a6 
- 00013725  0x00002923 fetch  0x00000006 , 0x000047a1 
- 00013726  0x00002924 store  0x00000006 , 0x00000a9a 
- 00013727  0x00002925 call  0x000069ae 
- 00013728  0x00002926 fetch  0x00000001 , 0x000047a1 
- 00013729  0x00002927 branch  0x000069d7 
- 00013730  0x0000292a jam  0x00000001 , 0x0000479b 
- 00013731  0x0000292b rtn 
- 00013732  0x0000292d jam  0x00000000 , 0x0000479b 
- 00013733  0x0000292e rtn 
- 00013734  0x00002933 jam  0x00000000 , 0x0000479c 
- 00013735  0x00002934 fetch  0x00000001 , 0x000047a1 
- 00013736  0x00002935 branch  0x000069d7 
- 00013737  0x00002938 jam  0x00000001 , 0x0000479c 
- 00013738  0x00002939 fetch  0x00000006 , 0x000047a1 
- 00013739  0x0000293a store  0x00000006 , 0x00000a9a 
- 00013740  0x0000293b branch  0x000069ae 
- 00013741  0x00002940 jam  0x00000000 , 0x0000422d 
- 00013742  0x00002941 branch  0x000068a8 
- 00013743  0x00002944 call  0x000068eb 
- 00013744  0x00002945 call  0x00006908 
- 00013745  0x00002946 store  0x00000002 , 0x000047b0 
- 00013746  0x00002947 arg  0x000047aa , 0x00000011 
- 00013747  0x00002948 call  0x00006930 
- 00013748  0x00002949 store  0x00000001 , 0x000047a9 
- 00013749  0x0000294a beq  0x00000000 , 0x000035be 
- 00013750  0x0000294b sub  0x0000003f , 0x00000064 , 0x0000003e 
- 00013751  0x0000294c nbranch  0x000035bc , 0x00000002 
- 00013752  0x0000294d store  0x00000001 , 0x00004783 
- 00013753  0x0000294f jam  0x00000005 , 0x00004780 
- 00013754  0x00002950 arg  0x0000477b , 0x00000013 
- 00013755  0x00002951 branch  0x00003544 
- 00013756  0x00002953 jam  0x00000064 , 0x00004783 
- 00013757  0x00002954 branch  0x000035b9 
- 00013758  0x00002957 branch  0x0000341a 
- 00013759  0x0000295c rtn  0x0000002b 
- 00013760  0x0000295d hfetch  0x00000001 , 0x00008081 
- 00013761  0x0000295e and_into  0x000000f0 , 0x0000003f 
- 00013762  0x0000295f hstore  0x00000001 , 0x00008081 
- 00013763  0x00002960 setarg  0x00003631 
- 00013764  0x00002961 store  0x00000002 , 0x000041eb 
- 00013765  0x00002963 setarg  0x00003633 
- 00013766  0x00002964 store  0x00000002 , 0x000041ed 
- 00013767  0x00002966 setarg  0x0000340a 
- 00013768  0x00002967 store  0x00000002 , 0x000041f7 
- 00013769  0x00002969 setarg  0x00003635 
- 00013770  0x0000296a store  0x00000002 , 0x000041f3 
- 00013771  0x0000296c setarg  0x0000364b 
- 00013772  0x0000296d store  0x00000002 , 0x000041f5 
- 00013773  0x0000296f setarg  0x000033d0 
- 00013774  0x00002970 store  0x00000002 , 0x000041e9 
- 00013775  0x00002972 setarg  0x000036f6 
- 00013776  0x00002973 store  0x00000002 , 0x000041f9 
- 00013777  0x00002975 setarg  0x0000367a 
- 00013778  0x00002976 store  0x00000002 , 0x000041fd 
- 00013779  0x00002978 call  0x00002c7a 
- 00013780  0x00002979 setarg  0x00003722 
- 00013781  0x0000297a add  0x00000013 , 0x000000de , 0x00000005 
- 00013782  0x0000297b istore  0x00000002 , 0x00000005 
- 00013783  0x0000297d setarg  0x000035ed 
- 00013784  0x0000297e store  0x00000002 , 0x0000475b 
- 00013785  0x00002980 setarg  0x000035ef 
- 00013786  0x00002981 store  0x00000002 , 0x0000475f 
- 00013787  0x00002983 bpatch  0x000000cf , 0x00004019 
- 00013788  0x00002984 call  0x00003628 
- 00013789  0x00002985 call  0x00007e38 
- 00013790  0x00002986 jam  0x00000002 , 0x00004172 
- 00013791  0x00002987 jam  0x00000000 , 0x000049f6 
- 00013792  0x00002988 fetch  0x00000001 , 0x000047cb 
- 00013793  0x00002989 store  0x00000001 , 0x0000469a 
- 00013794  0x0000298a beq  0x00000000 , 0x000035ee 
- 00013795  0x0000298b fetch  0x00000001 , 0x000047cc 
- 00013796  0x0000298c store  0x00000001 , 0x00004686 
- 00013797  0x0000298d jam  0x00000000 , 0x0000436e 
- 00013798  0x0000298f call  0x0000360f 
- 00013799  0x00002990 call  0x00007cd3 
- 00013800  0x00002991 call  0x00007cdd 
- 00013801  0x00002992 jam  0x00000001 , 0x000047f3 
- 00013802  0x00002993 fetch  0x00000002 , 0x00004682 
- 00013803  0x00002994 rtnbit1  0x0000000c 
- 00013804  0x00002995 branch  0x0000340a 
- 00013805  0x00002998 branch  0x0000360f 
- 00013806  0x0000299b jam  0x00000002 , 0x000047f3 
- 00013807  0x0000299d jam  0x00000001 , 0x0000436e 
- 00013808  0x0000299e call  0x0000360f 
- 00013809  0x0000299f arg  0x00000000 , 0x00000011 
- 00013810  0x000029a0 call  0x00007d1e 
- 00013811  0x000029a2 setarg  0x00000020 
- 00013812  0x000029a3 call  0x000046f0 
- 00013813  0x000029a5 arg  0x000043b7 , 0x00000005 
- 00013814  0x000029a6 fetch  0x00000001 , 0x000044a0 
- 00013815  0x000029a8 and  0x0000003f , 0x000000f0 , 0x00000002 
- 00013816  0x000029a9 rshift4  0x00000002 , 0x00000002 
- 00013817  0x000029aa call  0x00003609 
- 00013818  0x000029ab istoret  0x00000001 , 0x00000005 
- 00013819  0x000029ac and  0x0000003f , 0x0000000f , 0x00000002 
- 00013820  0x000029ad call  0x00003609 
- 00013821  0x000029ae istoret  0x00000001 , 0x00000005 
- 00013822  0x000029af call  0x000057a6 
- 00013823  0x000029b0 fetcht  0x00000001 , 0x000043af 
- 00013824  0x000029b1 copy  0x00000002 , 0x00000039 
- 00013825  0x000029b2 arg  0x00004372 , 0x00000005 
- 00013826  0x000029b3 arg  0x000043b0 , 0x00000006 
- 00013827  0x000029b4 call  0x00007f01 
- 00013828  0x000029b6 fetcht  0x00000001 , 0x000043af 
- 00013829  0x000029b7 copy  0x00000002 , 0x00000039 
- 00013830  0x000029b8 arg  0x00004392 , 0x00000005 
- 00013831  0x000029b9 arg  0x000043b0 , 0x00000006 
- 00013832  0x000029ba branch  0x00007f01 
- 00013833  0x000029bc sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00013834  0x000029bd branch  0x0000360d , 0x00000002 
- 00013835  0x000029be add  0x00000002 , 0x00000037 , 0x00000002 
- 00013836  0x000029bf rtn 
- 00013837  0x000029c1 add  0x00000002 , 0x00000030 , 0x00000002 
- 00013838  0x000029c2 rtn 
- 00013839  0x000029c5 fetch  0x00000001 , 0x000047c0 
- 00013840  0x000029c6 bne  0x000000ff , 0x00003621 
- 00013841  0x000029c8 fetch  0x00000001 , 0x000047be 
- 00013842  0x000029c9 bne  0x000000ff , 0x00003624 
- 00013843  0x000029cb fetch  0x00000001 , 0x000047c9 
- 00013844  0x000029cc bne  0x000000ff , 0x00003626 
- 00013845  0x000029ce fetch  0x00000001 , 0x0000472c 
- 00013846  0x000029cf copy  0x0000003f , 0x00000039 
- 00013847  0x000029d0 setarg  0x0000472d 
- 00013848  0x000029d1 copy  0x0000003f , 0x00000011 
- 00013849  0x000029d3 copy  0x00000011 , 0x00000006 
- 00013850  0x000029d4 ifetch  0x00000001 , 0x00000006 
- 00013851  0x000029d5 copy  0x00000006 , 0x00000011 
- 00013852  0x000029d6 beq  0x000000ff , 0x0000361f 
- 00013853  0x000029d7 copy  0x0000003f , 0x00000002 
- 00013854  0x000029d8 call  0x0000680e 
- 00013855  0x000029da loop  0x00003619 
- 00013856  0x000029dc rtn 
- 00013857  0x000029de fetch  0x00000008 , 0x000047c0 
- 00013858  0x000029df store  0x00000008 , 0x0000472f 
- 00013859  0x000029e0 branch  0x00003611 
- 00013860  0x000029e2 store  0x00000001 , 0x0000472d 
- 00013861  0x000029e3 branch  0x00003613 
- 00013862  0x000029e5 store  0x00000001 , 0x0000472e 
- 00013863  0x000029e6 branch  0x00003615 
- 00013864  0x000029ea arg  0x00000000 , 0x00000011 
- 00013865  0x000029eb call  0x000069a6 
- 00013866  0x000029ec call  0x000037e4 
- 00013867  0x000029ed call  0x00002c7d 
- 00013868  0x000029ee branch  0x0000362d 
- 00013869  0x000029f1 jam  0x00000064 , 0x000047cf 
- 00013870  0x000029f2 fetch  0x00000001 , 0x000047c9 
- 00013871  0x000029f3 store  0x00000001 , 0x00004744 
- 00013872  0x000029f4 branch  0x000068a8 
- 00013873  0x000029f7 call  0x00006835 
- 00013874  0x000029f8 branch  0x0000696c 
- 00013875  0x000029fb branch  0x0000696c 
- 00013876  0x00002a00 branch  0x00006978 
- 00013877  0x00002a03 call  0x00003642 
- 00013878  0x00002a04 call  0x000037ee 
- 00013879  0x00002a05 call  0x00003639 
- 00013880  0x00002a06 branch  0x00003634 
- 00013881  0x00002a09 fetch  0x00000002 , 0x00004682 
- 00013882  0x00002a0a rtnbit1  0x00000009 
- 00013883  0x00002a0b fetch  0x00000001 , 0x000049f6 
- 00013884  0x00002a0c beq  0x00000001 , 0x0000363e 
- 00013885  0x00002a0d rtn 
- 00013886  0x00002a0f fetch  0x00000001 , 0x000047ea 
- 00013887  0x00002a10 rtneq  0x00000001 
- 00013888  0x00002a11 jam  0x00000001 , 0x000047ea 
- 00013889  0x00002a12 branch  0x00003654 
- 00013890  0x00002a15 fetch  0x00000002 , 0x00004682 
- 00013891  0x00002a16 rtnbit0  0x00000009 
- 00013892  0x00002a17 call  0x00005892 
- 00013893  0x00002a18 nrtn  0x00000034 
- 00013894  0x00002a19 arg  0x00004718 , 0x00000011 
- 00013895  0x00002a1a call  0x00007e54 
- 00013896  0x00002a1b nrtn  0x00000028 
- 00013897  0x00002a1c arg  0x00004718 , 0x00000006 
- 00013898  0x00002a1d branch  0x00004746 
- 00013899  0x00002a20 copy  0x00000013 , 0x0000003f 
- 00013900  0x00002a21 beq  0x0000002d , 0x00003431 
- 00013901  0x00002a22 beq  0x00000010 , 0x0000341a 
- 00013902  0x00002a23 beq  0x00000014 , 0x00003651 
- 00013903  0x00002a24 beq  0x00000015 , 0x00003660 
- 00013904  0x00002a25 rtn 
- 00013905  0x00002a28 setarg  0x00000000 
- 00013906  0x00002a29 call  0x00003220 
- 00013907  0x00002a2a branch  0x00003656 
- 00013908  0x00002a2c fetch  0x00000002 , 0x000047eb 
- 00013909  0x00002a2d store  0x00000002 , 0x000047ed 
- 00013910  0x00002a2f jam  0x00000014 , 0x000047ce 
- 00013911  0x00002a30 jam  0x00000000 , 0x00004091 
- 00013912  0x00002a31 call  0x000033f8 
- 00013913  0x00002a32 call  0x00003416 
- 00013914  0x00002a33 fetch  0x00000001 , 0x000047bd 
- 00013915  0x00002a34 beq  0x00000001 , 0x0000365e 
- 00013916  0x00002a36 arg  0x00000000 , 0x00000011 
- 00013917  0x00002a37 branch  0x00007d14 
- 00013918  0x00002a39 arg  0x00000000 , 0x00000011 
- 00013919  0x00002a3a branch  0x00007d19 
- 00013920  0x00002a3d setarg  0x00000002 
- 00013921  0x00002a3e call  0x00003220 
- 00013922  0x00002a40 setarg  0x00000000 
- 00013923  0x00002a41 store  0x00000005 , 0x0000479c 
- 00013924  0x00002a42 setarg  0x00000004 
- 00013925  0x00002a43 call  0x000069d7 
- 00013926  0x00002a44 setarg  0x00000005 
- 00013927  0x00002a45 call  0x000069d7 
- 00013928  0x00002a46 setarg  0x00000014 
- 00013929  0x00002a47 call  0x000069d7 
- 00013930  0x00002a48 setarg  0x00000015 
- 00013931  0x00002a49 call  0x000069d7 
- 00013932  0x00002a4a setarg  0x00000016 
- 00013933  0x00002a4b call  0x000069d7 
- 00013934  0x00002a4c setarg  0x00000007 
- 00013935  0x00002a4d call  0x000069d7 
- 00013936  0x00002a4e call  0x00007e38 
- 00013937  0x00002a4f jam  0x0000000a , 0x0000475e 
- 00013938  0x00002a50 jam  0x0000000a , 0x00004760 
- 00013939  0x00002a51 jam  0x0000000a , 0x00004762 
- 00013940  0x00002a53 jam  0x00000002 , 0x00004172 
- 00013941  0x00002a54 arg  0x00000000 , 0x00000011 
- 00013942  0x00002a55 call  0x00007d1e 
- 00013943  0x00002a57 setarg  0x00000020 
- 00013944  0x00002a58 call  0x000046f0 
- 00013945  0x00002a59 branch  0x000033fa 
- 00013946  0x00002a5d call  0x0000373b 
- 00013947  0x00002a5e call  0x0000373e 
- 00013948  0x00002a5f call  0x00003741 
- 00013949  0x00002a60 call  0x0000337b 
- 00013950  0x00002a61 call  0x000036c8 
- 00013951  0x00002a62 call  0x000036a1 
- 00013952  0x00002a63 call  0x0000368a 
- 00013953  0x00002a64 call  0x00003683 
- 00013954  0x00002a65 branch  0x0000368f 
- 00013955  0x00002a68 arg  0x0000479a , 0x00000013 
- 00013956  0x00002a69 arg  0x00003686 , 0x00000012 
- 00013957  0x00002a6a branch  0x0000336d 
- 00013958  0x00002a6c call  0x00003847 
- 00013959  0x00002a6d nrtn  0x00000001 
- 00013960  0x00002a6e jam  0x00000001 , 0x0000479b 
- 00013961  0x00002a6f rtn 
- 00013962  0x00002a72 arg  0x000047ed , 0x00000013 
- 00013963  0x00002a73 arg  0x0000368d , 0x00000012 
- 00013964  0x00002a74 branch  0x00003374 
- 00013965  0x00002a76 jam  0x00000002 , 0x000047ea 
- 00013966  0x00002a77 branch  0x00003662 
- 00013967  0x00002a7a arg  0x000047f1 , 0x00000013 
- 00013968  0x00002a7b arg  0x00003692 , 0x00000012 
- 00013969  0x00002a7c branch  0x0000336d 
- 00013970  0x00002a7e fetch  0x00000001 , 0x000047f2 
- 00013971  0x00002a7f branch  0x0000369e , 0x00000034 
- 00013972  0x00002a80 jam  0x00000002 , 0x000047f1 
- 00013973  0x00002a81 jam  0x00000000 , 0x000047f2 
- 00013974  0x00002a82 setarg  0x00000a02 
- 00013975  0x00002a83 store  0x00000002 , 0x00004752 
- 00013976  0x00002a84 fetch  0x00000001 , 0x000047b9 
- 00013977  0x00002a85 beq  0x00000003 , 0x0000369b 
- 00013978  0x00002a87 branch  0x00003762 
- 00013979  0x00002a89 setarg  0x00000a02 
- 00013980  0x00002a8a store  0x00000002 , 0x00004754 
- 00013981  0x00002a8b branch  0x00003762 
- 00013982  0x00002a8d setarg  0x00000000 
- 00013983  0x00002a8e store  0x00000004 , 0x00004752 
- 00013984  0x00002a8f branch  0x00003762 
- 00013985  0x00002a92 fetch  0x00000001 , 0x000047c8 
- 00013986  0x00002a93 rtn  0x00000034 
- 00013987  0x00002a94 fetch  0x00000002 , 0x00004682 
- 00013988  0x00002a95 bbit0  0x00000009 , 0x000036c6 
- 00013989  0x00002a96 arg  0x000047ce , 0x00000013 
- 00013990  0x00002a97 arg  0x000036a8 , 0x00000012 
- 00013991  0x00002a98 branch  0x0000336d 
- 00013992  0x00002a9a fetch  0x00000001 , 0x000047cd 
- 00013993  0x00002a9b store  0x00000001 , 0x000047ce 
- 00013994  0x00002a9c fetch  0x00000001 , 0x000047d1 
- 00013995  0x00002a9d nrtn  0x00000034 
- 00013996  0x00002a9f call  0x000068eb 
- 00013997  0x00002aa0 call  0x00006908 
- 00013998  0x00002aa1 store  0x00000002 , 0x000047e8 
- 00013999  0x00002aa2 arg  0x000047e2 , 0x00000011 
- 00014000  0x00002aa3 call  0x00006930 
- 00014001  0x00002aa4 fetcht  0x00000001 , 0x000047cf 
- 00014002  0x00002aa5 isub  0x00000002 , 0x0000003e 
- 00014003  0x00002aa6 branch  0x000036b6 , 0x00000002 
- 00014004  0x00002aa7 store  0x00000001 , 0x000047cf 
- 00014005  0x00002aa8 copy  0x0000003f , 0x00000002 
- 00014006  0x00002aaa storet  0x00000001 , 0x000047d0 
- 00014007  0x00002aab fetch  0x00000001 , 0x000047ca 
- 00014008  0x00002aac isub  0x00000002 , 0x0000003e 
- 00014009  0x00002aad call  0x000036c1 , 0x00000002 
- 00014010  0x00002aae storet  0x00000001 , 0x000047db 
- 00014011  0x00002aaf arg  0x00000006 , 0x00000039 
- 00014012  0x00002ab0 arg  0x000047d6 , 0x00000006 
- 00014013  0x00002ab1 call  0x000036f0 
- 00014014  0x00002ab2 store  0x00000001 , 0x000047dc 
- 00014015  0x00002ab3 arg  0x000047d3 , 0x00000011 
- 00014016  0x00002ab4 branch  0x00007e3d 
- 00014017  0x00002ab6 fetch  0x00000001 , 0x000047d2 
- 00014018  0x00002ab7 nrtn  0x00000034 
- 00014019  0x00002ab8 jam  0x00000001 , 0x000047d2 
- 00014020  0x00002ab9 arg  0x00000001 , 0x00000011 
- 00014021  0x00002aba branch  0x00007d1e 
- 00014022  0x00002abc arg  0x00000001 , 0x00000011 
- 00014023  0x00002abd branch  0x00007d19 
- 00014024  0x00002ac0 arg  0x000047a4 , 0x00000013 
- 00014025  0x00002ac1 arg  0x000036cb , 0x00000012 
- 00014026  0x00002ac2 branch  0x0000336d 
- 00014027  0x00002ac4 jam  0x00000005 , 0x000047a4 
- 00014028  0x00002ac5 jam  0x00000000 , 0x000047a6 
- 00014029  0x00002ac6 fetch  0x00000001 , 0x000047a5 
- 00014030  0x00002ac7 beq  0x00000001 , 0x000036ee 
- 00014031  0x00002ac8 beq  0x00000000 , 0x000036ec 
- 00014032  0x00002aca arg  0x0000479c , 0x00000006 
- 00014033  0x00002acb copy  0x00000006 , 0x00000011 
- 00014034  0x00002acc arg  0x00000008 , 0x00000039 
- 00014035  0x00002ace copy  0x00000011 , 0x00000006 
- 00014036  0x00002acf ifetch  0x00000001 , 0x00000006 
- 00014037  0x00002ad0 copy  0x00000006 , 0x00000011 
- 00014038  0x00002ad1 beq  0x00000000 , 0x000036e3 
- 00014039  0x00002ad2 beq  0x00000001 , 0x000036e6 
- 00014040  0x00002ad3 beq  0x00000002 , 0x000036e9 
- 00014041  0x00002ad5 fetch  0x00000001 , 0x000047a6 
- 00014042  0x00002ad6 increase  0x00000001 , 0x0000003f 
- 00014043  0x00002ad7 store  0x00000001 , 0x000047a6 
- 00014044  0x00002ad8 loop  0x000036d3 
- 00014045  0x00002ad9 rtn 
- 00014046  0x00002adb fetch  0x00000001 , 0x000047a6 
- 00014047  0x00002adc arg  0x000047c0 , 0x00000012 
- 00014048  0x00002add iadd  0x00000012 , 0x00000012 
- 00014049  0x00002ade ifetcht  0x00000001 , 0x00000012 
- 00014050  0x00002adf rtn 
- 00014051  0x00002ae1 call  0x000036de 
- 00014052  0x00002ae2 call  0x00006825 
- 00014053  0x00002ae3 branch  0x000036d9 
- 00014054  0x00002ae5 call  0x000036de 
- 00014055  0x00002ae6 call  0x00006829 
- 00014056  0x00002ae7 branch  0x000036d9 
- 00014057  0x00002ae9 fetch  0x00000001 , 0x000047a5 
- 00014058  0x00002aea beq  0x00000001 , 0x000036e3 
- 00014059  0x00002aeb branch  0x000036e6 
- 00014060  0x00002aed jam  0x00000001 , 0x000047a5 
- 00014061  0x00002aee branch  0x000036d0 
- 00014062  0x00002af0 jam  0x00000000 , 0x000047a5 
- 00014063  0x00002af1 branch  0x000036d0 
- 00014064  0x00002af6 arg  0x00000000 , 0x00000011 
- 00014065  0x00002af8 ifetch  0x00000001 , 0x00000006 
- 00014066  0x00002af9 iadd  0x00000011 , 0x00000011 
- 00014067  0x00002afa loop  0x000036f1 
- 00014068  0x00002afc and  0x00000011 , 0x000000ff , 0x0000003f 
- 00014069  0x00002afd rtn 
- 00014070  0x00002b00 fetch  0x00000001 , 0x00000477 
- 00014071  0x00002b01 beq  0x00000012 , 0x000036f9 
- 00014072  0x00002b02 rtn 
- 00014073  0x00002b04 fetch  0x00000002 , 0x00000478 
- 00014074  0x00002b05 beq  0x00000014 , 0x00003710 
- 00014075  0x00002b06 rtn 
- 00014076  0x00002b13 bpatch  0x000000d0 , 0x0000401a 
- 00014077  0x00002b14 ifetch  0x00000005 , 0x00000011 
- 00014078  0x00002b15 store  0x00000005 , 0x00000b12 
- 00014079  0x00002b16 fetch  0x00000002 , 0x00000b12 
- 00014080  0x00002b17 arg  0x00006b5a , 0x00000002 
- 00014081  0x00002b18 isub  0x00000002 , 0x0000003e 
- 00014082  0x00002b19 nrtn  0x00000005 
- 00014083  0x00002b1a fetch  0x00000002 , 0x00000b15 
- 00014084  0x00002b1b byteswap  0x0000003f , 0x0000003f 
- 00014085  0x00002b1c store  0x00000002 , 0x00000b15 
- 00014086  0x00002b1d copy  0x0000003f , 0x00000039 
- 00014087  0x00002b1e increase  0x00000005 , 0x00000011 
- 00014088  0x00002b1f copy  0x00000011 , 0x00000006 
- 00014089  0x00002b20 arg  0x00000b17 , 0x00000005 
- 00014090  0x00002b21 call  0x00007f01 
- 00014091  0x00002b22 ifetch  0x00000001 , 0x00000006 
- 00014092  0x00002b23 store  0x00000001 , 0x00000b21 
- 00014093  0x00002b24 arg  0x00000b14 , 0x00000011 
- 00014094  0x00002b25 arg  0x00000b17 , 0x00000012 
- 00014095  0x00002b26 rtn 
- 00014096  0x00002b29 setarg  0x00000000 
- 00014097  0x00002b2a store  0x00000005 , 0x00004752 
- 00014098  0x00002b2b store  0x00000005 , 0x00004757 
- 00014099  0x00002b2c call  0x000036fc 
- 00014100  0x00002b2d copy  0x00000012 , 0x00000006 
- 00014101  0x00002b2e arg  0x00004752 , 0x00000005 
- 00014102  0x00002b2f arg  0x0000000a , 0x00000039 
- 00014103  0x00002b30 call  0x00007f01 
- 00014104  0x00002b32 bpatch  0x000000d1 , 0x0000401a 
- 00014105  0x00002b33 ifetch  0x00000001 , 0x00000011 
- 00014106  0x00002b34 beq  0x00000002 , 0x0000374a 
- 00014107  0x00002b35 beq  0x00000003 , 0x0000375c 
- 00014108  0x00002b36 beq  0x00000004 , 0x00003762 
- 00014109  0x00002b37 beq  0x00000005 , 0x00003762 
- 00014110  0x00002b38 beq  0x00000006 , 0x000037b1 
- 00014111  0x00002b39 beq  0x00000007 , 0x00003849 
- 00014112  0x00002b3a beq  0x00000008 , 0x0000384c 
- 00014113  0x00002b3b rtn 
- 00014114  0x00002b3e fetch  0x00000002 , 0x00004682 
- 00014115  0x00002b3f rtnbit1  0x00000009 
- 00014116  0x00002b41 fetch  0x00000002 , 0x000047eb 
- 00014117  0x00002b42 store  0x00000002 , 0x000047ed 
- 00014118  0x00002b44 jam  0x00000001 , 0x000049f6 
- 00014119  0x00002b46 setarg  0x0000010c 
- 00014120  0x00002b47 call  0x000032cd 
- 00014121  0x00002b48 call  0x00003710 
- 00014122  0x00002b4a fetch  0x00000001 , 0x00000b14 
- 00014123  0x00002b4b beq  0x00000004 , 0x0000372e 
- 00014124  0x00002b4c beq  0x00000005 , 0x0000372e 
- 00014125  0x00002b4d rtn 
- 00014126  0x00002b4f fetch  0x00000001 , 0x00004752 
- 00014127  0x00002b50 ncall  0x00003735 , 0x00000034 
- 00014128  0x00002b51 fetch  0x00000001 , 0x00004754 
- 00014129  0x00002b52 ncall  0x00003737 , 0x00000034 
- 00014130  0x00002b53 fetch  0x00000001 , 0x00004756 
- 00014131  0x00002b54 ncall  0x00003739 , 0x00000034 
- 00014132  0x00002b55 rtn 
- 00014133  0x00002b58 jam  0x00000005 , 0x000049f3 
- 00014134  0x00002b59 rtn 
- 00014135  0x00002b5b jam  0x00000005 , 0x000049f4 
- 00014136  0x00002b5c rtn 
- 00014137  0x00002b5e jam  0x00000005 , 0x000049f5 
- 00014138  0x00002b5f rtn 
- 00014139  0x00002b62 arg  0x000049f3 , 0x00000013 
- 00014140  0x00002b63 arg  0x00003744 , 0x00000012 
- 00014141  0x00002b64 branch  0x0000336d 
- 00014142  0x00002b66 arg  0x000049f4 , 0x00000013 
- 00014143  0x00002b67 arg  0x00003746 , 0x00000012 
- 00014144  0x00002b68 branch  0x0000336d 
- 00014145  0x00002b6a arg  0x000049f5 , 0x00000013 
- 00014146  0x00002b6b arg  0x00003748 , 0x00000012 
- 00014147  0x00002b6c branch  0x0000336d 
- 00014148  0x00002b6f jam  0x00000000 , 0x00004752 
- 00014149  0x00002b70 branch  0x00003762 
- 00014150  0x00002b72 jam  0x00000000 , 0x00004754 
- 00014151  0x00002b73 branch  0x00003762 
- 00014152  0x00002b75 jam  0x00000000 , 0x00004756 
- 00014153  0x00002b76 branch  0x00003762 
- 00014154  0x00002b7c call  0x0000374c 
- 00014155  0x00002b7d branch  0x0000374f 
- 00014156  0x00002b7f fetch  0x00000001 , 0x00004752 
- 00014157  0x00002b80 store  0x00000001 , 0x0000475f 
- 00014158  0x00002b81 branch  0x00003773 
- 00014159  0x00002b83 fetch  0x00000001 , 0x0000475e 
- 00014160  0x00002b84 call  0x00003754 
- 00014161  0x00002b85 fetch  0x00000001 , 0x00004753 
- 00014162  0x00002b86 store  0x00000001 , 0x0000475d 
- 00014163  0x00002b87 branch  0x00003770 
- 00014164  0x00002b89 beq  0x00000002 , 0x00003758 
- 00014165  0x00002b8a beq  0x00000003 , 0x0000375a 
- 00014166  0x00002b8b store  0x00000001 , 0x0000475e 
- 00014167  0x00002b8c rtn 
- 00014168  0x00002b8e jam  0x00000005 , 0x0000475e 
- 00014169  0x00002b8f rtn 
- 00014170  0x00002b91 jam  0x0000000a , 0x0000475e 
- 00014171  0x00002b92 rtn 
- 00014172  0x00002b94 fetch  0x00000001 , 0x00004752 
- 00014173  0x00002b95 call  0x00003754 
- 00014174  0x00002b96 fetch  0x00000001 , 0x0000475e 
- 00014175  0x00002b97 call  0x0000379e 
- 00014176  0x00002b98 call  0x000037a1 
- 00014177  0x00002b99 branch  0x000069c4 
- 00014178  0x00002b9c fetch  0x00000001 , 0x000047f0 
- 00014179  0x00002b9d nrtn  0x00000034 
- 00014180  0x00002b9e fetch  0x00000006 , 0x00004752 
- 00014181  0x00002b9f store  0x00000006 , 0x0000475d 
- 00014182  0x00002ba0 fetch  0x00000001 , 0x0000475e 
- 00014183  0x00002ba1 fetcht  0x00000001 , 0x00004760 
- 00014184  0x00002ba2 iand  0x00000002 , 0x0000003f 
- 00014185  0x00002ba3 fetcht  0x00000001 , 0x00004762 
- 00014186  0x00002ba4 iand  0x00000002 , 0x0000003f 
- 00014187  0x00002ba5 call  0x00003779 , 0x00000034 
- 00014188  0x00002ba6 bpatch  0x000000d2 , 0x0000401a 
- 00014189  0x00002ba7 call  0x00003770 
- 00014190  0x00002ba8 call  0x00003773 
- 00014191  0x00002ba9 branch  0x00003776 
- 00014192  0x00002bab arg  0x00004763 , 0x00000012 
- 00014193  0x00002bac arg  0x0000475d , 0x00000006 
- 00014194  0x00002bad branch  0x0000377b 
- 00014195  0x00002baf arg  0x0000476b , 0x00000012 
- 00014196  0x00002bb0 arg  0x0000475f , 0x00000006 
- 00014197  0x00002bb1 branch  0x0000377b 
- 00014198  0x00002bb3 arg  0x00004773 , 0x00000012 
- 00014199  0x00002bb4 arg  0x00004761 , 0x00000006 
- 00014200  0x00002bb5 branch  0x0000377b 
- 00014201  0x00002bb7 jam  0x00000000 , 0x000047d1 
- 00014202  0x00002bb8 rtn 
- 00014203  0x00002bbb ifetch  0x00000001 , 0x00000006 
- 00014204  0x00002bbc beq  0x00000000 , 0x00003787 
- 00014205  0x00002bbd beq  0x00000001 , 0x00003780 
- 00014206  0x00002bbe beq  0x00000002 , 0x00003782 
- 00014207  0x00002bbf rtn 
- 00014208  0x00002bc1 jam  0x00000000 , 0x0000477b 
- 00014209  0x00002bc2 branch  0x00003783 
- 00014210  0x00002bc4 jam  0x00000001 , 0x0000477b 
- 00014211  0x00002bc5 ifetch  0x00000001 , 0x00000006 
- 00014212  0x00002bc6 store  0x00000001 , 0x0000477d 
- 00014213  0x00002bc7 ifetch  0x00000008 , 0x00000012 
- 00014214  0x00002bc8 branch  0x0000378c 
- 00014215  0x00002bcb ifetch  0x00000001 , 0x00000012 
- 00014216  0x00002bcc call  0x000069d7 
- 00014217  0x00002bcd increase  0x00000001 , 0x00000012 
- 00014218  0x00002bce ifetch  0x00000001 , 0x00000012 
- 00014219  0x00002bcf branch  0x000069d7 
- 00014220  0x00002bd1 store  0x00000008 , 0x0000477e 
- 00014221  0x00002bd2 jam  0x00000001 , 0x000047d1 
- 00014222  0x00002bd3 fetch  0x00000001 , 0x0000477b 
- 00014223  0x00002bd4 beq  0x00000000 , 0x0000379a 
- 00014224  0x00002bd6 fetch  0x00000001 , 0x0000477f 
- 00014225  0x00002bd7 store  0x00000001 , 0x00004780 
- 00014226  0x00002bd8 fetch  0x00000001 , 0x0000477e 
- 00014227  0x00002bda call  0x000069d7 
- 00014228  0x00002bdb fetch  0x00000001 , 0x0000477d 
- 00014229  0x00002bdc call  0x0000379e 
- 00014230  0x00002bdd store  0x00000001 , 0x00004785 
- 00014231  0x00002bde fetch  0x00000006 , 0x00004780 
- 00014232  0x00002bdf store  0x00000006 , 0x00000a9a 
- 00014233  0x00002be0 branch  0x000069ae 
- 00014234  0x00002be2 fetch  0x00000001 , 0x0000477e 
- 00014235  0x00002be3 store  0x00000001 , 0x00004780 
- 00014236  0x00002be4 fetch  0x00000001 , 0x0000477f 
- 00014237  0x00002be5 branch  0x00003793 
- 00014238  0x00002be8 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00014239  0x00002be9 add  0x0000003f , 0x00000032 , 0x0000003f 
- 00014240  0x00002bea rtn 
- 00014241  0x00002bec arg  0x00002ee0 , 0x00000002 
- 00014242  0x00002bed imul32  0x00000002 , 0x0000003f 
- 00014243  0x00002bee div  0x0000003f , 0x00000064 
- 00014244  0x00002bef call  0x00007f86 
- 00014245  0x00002bf0 quotient  0x00000002 
- 00014246  0x00002bf1 copy  0x00000002 , 0x00000011 
- 00014247  0x00002bf2 setarg  0x00002ee0 
- 00014248  0x00002bf3 isub  0x00000002 , 0x00000012 
- 00014249  0x00002bf4 rtn 
- 00014250  0x00002bf8 hfetch  0x00000001 , 0x00008082 
- 00014251  0x00002bf9 set1  0x00000002 , 0x0000003f 
- 00014252  0x00002bfa hstore  0x00000001 , 0x00008082 
- 00014253  0x00002bfb setarg  0x0000009e 
- 00014254  0x00002bfc hstore  0x00000002 , 0x00008068 
- 00014255  0x00002bfd hstore  0x00000002 , 0x0000806a 
- 00014256  0x00002bfe rtn 
- 00014257  0x00002c01 fetch  0x00000001 , 0x000047f0 
- 00014258  0x00002c02 nrtn  0x00000034 
- 00014259  0x00002c03 fetch  0x00000002 , 0x00004752 
- 00014260  0x00002c04 store  0x00000002 , 0x00004787 
- 00014261  0x00002c05 fetch  0x00000001 , 0x000047ea 
- 00014262  0x00002c06 bne  0x00000001 , 0x000037b9 
- 00014263  0x00002c07 fetch  0x00000002 , 0x000044a0 
- 00014264  0x00002c08 store  0x00000002 , 0x00004787 
- 00014265  0x00002c0a bpatch  0x000000d3 , 0x0000401a 
- 00014266  0x00002c0b call  0x000037aa 
- 00014267  0x00002c0c call  0x000037dc 
- 00014268  0x00002c0d setarg  0x0000bb80 
- 00014269  0x00002c0e call  0x00002a8f 
- 00014270  0x00002c0f call  0x000037e0 
- 00014271  0x00002c10 setarg  0x00001c20 
- 00014272  0x00002c11 call  0x00002a8f 
- 00014273  0x00002c12 arg  0x00000010 , 0x00000039 
- 00014274  0x00002c14 call  0x000037dc 
- 00014275  0x00002c15 fetch  0x00000002 , 0x00004787 
- 00014276  0x00002c16 bbit1  0x00000000 , 0x000037c9 
- 00014277  0x00002c17 setarg  0x00001c20 
- 00014278  0x00002c18 call  0x00002a8f 
- 00014279  0x00002c19 call  0x000037e0 
- 00014280  0x00002c1a branch  0x000037cc 
- 00014281  0x00002c1d setarg  0x00003840 
- 00014282  0x00002c1e call  0x00002a8f 
- 00014283  0x00002c1f call  0x000037e0 
- 00014284  0x00002c21 setarg  0x00001c20 
- 00014285  0x00002c22 call  0x00002a8f 
- 00014286  0x00002c23 fetch  0x00000002 , 0x00004787 
- 00014287  0x00002c24 rshift  0x0000003f , 0x0000003f 
- 00014288  0x00002c25 store  0x00000002 , 0x00004787 
- 00014289  0x00002c26 loop  0x000037c2 
- 00014290  0x00002c28 jam  0x00000002 , 0x000047f1 
- 00014291  0x00002c29 jam  0x00000001 , 0x000047f2 
- 00014292  0x00002c2a setarg  0x00000a01 
- 00014293  0x00002c2b store  0x00000002 , 0x00004752 
- 00014294  0x00002c2c fetch  0x00000001 , 0x000047b9 
- 00014295  0x00002c2d beq  0x00000003 , 0x000037d9 
- 00014296  0x00002c2f branch  0x00003762 
- 00014297  0x00002c31 setarg  0x00000a01 
- 00014298  0x00002c32 store  0x00000002 , 0x00004754 
- 00014299  0x00002c33 branch  0x00003762 
- 00014300  0x00002c36 hfetch  0x00000001 , 0x00008085 
- 00014301  0x00002c37 or_into  0x00000040 , 0x0000003f 
- 00014302  0x00002c38 hstore  0x00000001 , 0x00008085 
- 00014303  0x00002c39 rtn 
- 00014304  0x00002c3b hfetch  0x00000001 , 0x00008085 
- 00014305  0x00002c3c and_into  0x000000bf , 0x0000003f 
- 00014306  0x00002c3d hstore  0x00000001 , 0x00008085 
- 00014307  0x00002c3e rtn 
- 00014308  0x00002c41 fetch  0x00000001 , 0x000047bb 
- 00014309  0x00002c42 rtneq  0x00000000 
- 00014310  0x00002c43 call  0x00002c65 
- 00014311  0x00002c44 fetcht  0x00000001 , 0x000047bc 
- 00014312  0x00002c45 storet  0x00000001 , 0x00004786 
- 00014313  0x00002c46 call  0x000067fb 
- 00014314  0x00002c47 call  0x00003847 
- 00014315  0x00002c48 nrtn  0x00000001 
- 00014316  0x00002c49 jam  0x00000001 , 0x0000479a 
- 00014317  0x00002c4a rtn 
- 00014318  0x00002c4d fetch  0x00000001 , 0x000047bb 
- 00014319  0x00002c4e rtneq  0x00000000 
- 00014320  0x00002c4f fetch  0x00000001 , 0x0000479b 
- 00014321  0x00002c50 nrtn  0x00000034 
- 00014322  0x00002c51 fetch  0x00000002 , 0x00004682 
- 00014323  0x00002c52 bbit1  0x00000009 , 0x000037f6 
- 00014324  0x00002c53 fetch  0x00000001 , 0x000047ea 
- 00014325  0x00002c54 rtnne  0x00000001 
- 00014326  0x00002c56 bpatch  0x000000d4 , 0x0000401a 
- 00014327  0x00002c57 call  0x00003847 
- 00014328  0x00002c58 nrtn  0x00000001 
- 00014329  0x00002c59 setarg  0x00008ca0 
- 00014330  0x00002c5a call  0x00002a8f 
- 00014331  0x00002c5b call  0x00003847 
- 00014332  0x00002c5c nrtn  0x00000001 
- 00014333  0x00002c5d call  0x0000383f 
- 00014334  0x00002c5f call  0x00003842 
- 00014335  0x00002c60 nrtn  0x00000002 
- 00014336  0x00002c61 call  0x00003847 
- 00014337  0x00002c62 branch  0x000037fe , 0x00000001 
- 00014338  0x00002c63 arg  0x00000000 , 0x00000011 
- 00014339  0x00002c64 arg  0x00000010 , 0x00000039 
- 00014340  0x00002c65 call  0x0000383f 
- 00014341  0x00002c67 call  0x00003842 
- 00014342  0x00002c68 nrtn  0x00000002 
- 00014343  0x00002c69 call  0x00003847 
- 00014344  0x00002c6a nbranch  0x00003805 , 0x00000001 
- 00014345  0x00002c6b setarg  0x00002a30 
- 00014346  0x00002c6c call  0x00002a8f 
- 00014347  0x00002c6d call  0x00003847 
- 00014348  0x00002c6e branch  0x00003812 , 0x00000001 
- 00014349  0x00002c70 setarg  0x00000000 
- 00014350  0x00002c71 rshift  0x00000011 , 0x00000011 
- 00014351  0x00002c72 ior  0x00000011 , 0x00000011 
- 00014352  0x00002c73 loop  0x00003805 
- 00014353  0x00002c74 branch  0x0000381b 
- 00014354  0x00002c76 setarg  0x00008000 
- 00014355  0x00002c77 rshift  0x00000011 , 0x00000011 
- 00014356  0x00002c78 ior  0x00000011 , 0x00000011 
- 00014357  0x00002c79 call  0x0000383f 
- 00014358  0x00002c7b call  0x00003842 
- 00014359  0x00002c7c nrtn  0x00000002 
- 00014360  0x00002c7d call  0x00003847 
- 00014361  0x00002c7e branch  0x00003816 , 0x00000001 
- 00014362  0x00002c7f loop  0x00003805 
- 00014363  0x00002c81 bpatch  0x000000d5 , 0x0000401a 
- 00014364  0x00002c82 copy  0x00000011 , 0x0000003f 
- 00014365  0x00002c83 store  0x00000002 , 0x00004789 
- 00014366  0x00002c84 store  0x00000002 , 0x00004797 
- 00014367  0x00002c85 fetch  0x00000001 , 0x000047ea 
- 00014368  0x00002c86 beq  0x00000001 , 0x00003827 
- 00014369  0x00002c88 arg  0x00000007 , 0x00000039 
- 00014370  0x00002c89 arg  0x00004792 , 0x00000006 
- 00014371  0x00002c8a call  0x000036f0 
- 00014372  0x00002c8b store  0x00000001 , 0x00004799 
- 00014373  0x00002c8c arg  0x0000478f , 0x00000011 
- 00014374  0x00002c8d branch  0x00007e3d 
- 00014375  0x00002c90 fetch  0x00000001 , 0x000047ef 
- 00014376  0x00002c91 increase  0x00000001 , 0x0000003f 
- 00014377  0x00002c92 store  0x00000001 , 0x000047ef 
- 00014378  0x00002c93 div  0x0000003f , 0x00000002 
- 00014379  0x00002c94 call  0x00007f86 
- 00014380  0x00002c95 quotient  0x00000002 
- 00014381  0x00002c96 remainder  0x0000003f 
- 00014382  0x00002c97 nbranch  0x00003838 , 0x00000034 
- 00014383  0x00002c99 fetch  0x00000001 , 0x000047bf 
- 00014384  0x00002c9a isub  0x00000002 , 0x0000003e 
- 00014385  0x00002c9b call  0x0000383d , 0x00000005 
- 00014386  0x00002c9c arg  0x0000479c , 0x0000003f 
- 00014387  0x00002c9d increase  0xffffffff , 0x00000002 
- 00014388  0x00002c9e iadd  0x00000002 , 0x00000011 
- 00014389  0x00002c9f arg  0x00000000 , 0x0000003f 
- 00014390  0x00002ca0 istore  0x00000001 , 0x00000011 
- 00014391  0x00002ca1 rtn 
- 00014392  0x00002ca3 arg  0x0000479c , 0x0000003f 
- 00014393  0x00002ca4 iadd  0x00000002 , 0x00000011 
- 00014394  0x00002ca5 arg  0x00000002 , 0x0000003f 
- 00014395  0x00002ca6 istore  0x00000001 , 0x00000011 
- 00014396  0x00002ca7 rtn 
- 00014397  0x00002ca9 jam  0x00000001 , 0x000047f0 
- 00014398  0x00002caa rtn 
- 00014399  0x00002cac copy  0x00000022 , 0x0000003f 
- 00014400  0x00002cad store  0x00000004 , 0x0000478b 
- 00014401  0x00002cae rtn 
- 00014402  0x00002cb0 copy  0x00000022 , 0x0000003f 
- 00014403  0x00002cb1 fetcht  0x00000004 , 0x0000478b 
- 00014404  0x00002cb2 isub  0x00000002 , 0x0000003f 
- 00014405  0x00002cb3 sub  0x0000003f , 0x000000c8 , 0x0000003e 
- 00014406  0x00002cb4 rtn 
- 00014407  0x00002cb7 fetcht  0x00000001 , 0x00004786 
- 00014408  0x00002cb8 branch  0x0000681d 
- 00014409  0x00002cbb fetch  0x00000008 , 0x00004752 
- 00014410  0x00002cbc store  0x00000008 , 0x0000479c 
- 00014411  0x00002cbd rtn 
- 00014412  0x00002cc0 fetch  0x00000001 , 0x000047b9 
- 00014413  0x00002cc1 store  0x00000001 , 0x000047af 
- 00014414  0x00002cc2 fetch  0x00000001 , 0x000047ba 
- 00014415  0x00002cc3 store  0x00000001 , 0x000047b0 
- 00014416  0x00002cc4 fetch  0x00000001 , 0x000047bb 
- 00014417  0x00002cc5 store  0x00000001 , 0x000047b1 
- 00014418  0x00002cc6 arg  0x0000000d , 0x00000039 
- 00014419  0x00002cc7 arg  0x000047aa , 0x00000006 
- 00014420  0x00002cc8 call  0x000036f0 
- 00014421  0x00002cc9 store  0x00000001 , 0x000047b7 
- 00014422  0x00002cca arg  0x000047a7 , 0x00000011 
- 00014423  0x00002ccb branch  0x00007e3d 
- 00014424  0x00002cd2 call  0x000065c2 
- 00014425  0x00002cd3 jam  0x0000007a , 0x000046f6 
- 00014426  0x00002cd4 call  0x0000386d 
- 00014427  0x00002cd5 call  0x00003867 
- 00014428  0x00002cd6 setarg  0x00003860 
- 00014429  0x00002cd7 store  0x00000002 , 0x000041fd 
- 00014430  0x00002cd8 arg  0x00000000 , 0x00000011 
- 00014431  0x00002cd9 branch  0x000069a6 
- 00014432  0x00002cdc fetch  0x00000002 , 0x000046a1 
- 00014433  0x00002cdd rtn  0x00000034 
- 00014434  0x00002cde increase  0xffffffff , 0x0000003f 
- 00014435  0x00002cdf store  0x00000002 , 0x000046a1 
- 00014436  0x00002ce0 rtnne  0x00000000 
- 00014437  0x00002ce1 jam  0x00000000 , 0x000046a0 
- 00014438  0x00002ce2 rtn 
- 00014439  0x00002ce5 bpatch  0x000000d6 , 0x0000401a 
- 00014440  0x00002ce6 fetch  0x00000001 , 0x000046a4 
- 00014441  0x00002ce7 sub  0x0000003f , 0x00000028 , 0x0000003e 
- 00014442  0x00002ce8 rtn  0x00000002 
- 00014443  0x00002ce9 jam  0x00000000 , 0x000046a4 
- 00014444  0x00002cea rtn 
- 00014445  0x00002ced arg  0x000046a4 , 0x00000011 
- 00014446  0x00002cee arg  0x00000000 , 0x00000012 
- 00014447  0x00002cef arg  0x00000051 , 0x00000002 
- 00014448  0x00002cf0 branch  0x000065df 
- 00014449  0x00002cf4 disable  0x00000028 
- 00014450  0x00002cf5 fetch  0x00000001 , 0x000046a3 
- 00014451  0x00002cf6 copy  0x0000003f , 0x00000039 
- 00014452  0x00002cf8 arg  0x000046a5 , 0x00000011 
- 00014453  0x00002cf9 copy  0x00000013 , 0x00000012 
- 00014454  0x00002cfb bpatch  0x000000d7 , 0x0000401a 
- 00014455  0x00002cfc call  0x0000387c 
- 00014456  0x00002cfd branch  0x00007fe7 , 0x00000005 
- 00014457  0x00002cff increase  0x00000004 , 0x00000011 
- 00014458  0x00002d00 loop  0x00003876 
- 00014459  0x00002d01 rtn 
- 00014460  0x00002d05 bpatch  0x000000d8 , 0x0000401b 
- 00014461  0x00002d06 ifetch  0x00000003 , 0x00000011 
- 00014462  0x00002d07 ifetcht  0x00000003 , 0x00000012 
- 00014463  0x00002d08 isub  0x00000002 , 0x0000003e 
- 00014464  0x00002d09 rtn 
- 00014465  0x00002d0c bpatch  0x000000d9 , 0x0000401b 
- 00014466  0x00002d0d ifetch  0x00000003 , 0x00000011 
- 00014467  0x00002d0e ifetcht  0x00000003 , 0x00000012 
- 00014468  0x00002d0f isub  0x00000002 , 0x0000003e 
- 00014469  0x00002d10 nrtn  0x00000005 
- 00014470  0x00002d11 ifetch  0x00000001 , 0x00000006 
- 00014471  0x00002d12 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00014472  0x00002d13 rtn  0x00000005 
- 00014473  0x00002d14 add  0x00000011 , 0x00000003 , 0x00000006 
- 00014474  0x00002d15 ifetcht  0x00000001 , 0x00000006 
- 00014475  0x00002d16 isub  0x00000002 , 0x0000003e 
- 00014476  0x00002d17 rtn 
- 00014477  0x00002d1b bpatch  0x000000da , 0x0000401b 
- 00014478  0x00002d1c disable  0x00000028 
- 00014479  0x00002d1d fetch  0x00000001 , 0x000046a3 
- 00014480  0x00002d1e copy  0x0000003f , 0x00000039 
- 00014481  0x00002d20 arg  0x000046a5 , 0x00000011 
- 00014482  0x00002d21 copy  0x00000013 , 0x00000012 
- 00014483  0x00002d23 call  0x00003881 
- 00014484  0x00002d24 branch  0x00007fe7 , 0x00000005 
- 00014485  0x00002d25 increase  0x00000004 , 0x00000011 
- 00014486  0x00002d26 loop  0x00003893 
- 00014487  0x00002d27 rtn 
- 00014488  0x00002d2b fetch  0x00000001 , 0x00000004 
- 00014489  0x00002d2c increase  0x00000001 , 0x0000003f 
- 00014490  0x00002d2d store  0x00000001 , 0x00000004 
- 00014491  0x00002d2e arg  0x000002e5 , 0x00000013 
- 00014492  0x00002d31 ifetch  0x00000002 , 0x00000013 
- 00014493  0x00002d32 arg  0x000055aa , 0x00000002 
- 00014494  0x00002d33 isub  0x00000002 , 0x0000003e 
- 00014495  0x00002d34 nrtn  0x00000005 
- 00014496  0x00002d35 copy  0x00000006 , 0x00000013 
- 00014497  0x00002d36 ifetcht  0x00000003 , 0x00000013 
- 00014498  0x00002d37 setarg  0x00ffffff 
- 00014499  0x00002d38 isub  0x00000002 , 0x0000003e 
- 00014500  0x00002d39 branch  0x000038a8 , 0x00000005 
- 00014501  0x00002d3a call  0x0000388d 
- 00014502  0x00002d3b branch  0x000038a8 , 0x00000028 
- 00014503  0x00002d3c rtn 
- 00014504  0x00002d3f bpatch  0x000000db , 0x0000401b 
- 00014505  0x00002d40 increase  0x00000004 , 0x00000013 
- 00014506  0x00002d41 ifetch  0x00000001 , 0x00000013 
- 00014507  0x00002d42 fetcht  0x00000001 , 0x000046f6 
- 00014508  0x00002d43 isub  0x00000002 , 0x0000003e 
- 00014509  0x00002d44 rtn  0x00000005 
- 00014510  0x00002d45 store  0x00000001 , 0x000046f6 
- 00014511  0x00002d46 fetch  0x00000001 , 0x00000003 
- 00014512  0x00002d47 increase  0x00000001 , 0x0000003f 
- 00014513  0x00002d48 store  0x00000001 , 0x00000003 
- 00014514  0x00002d4a increase  0x00000001 , 0x00000013 
- 00014515  0x00002d4b ifetch  0x00000001 , 0x00000013 
- 00014516  0x00002d4c store  0x00000001 , 0x000046f5 
- 00014517  0x00002d4d copy  0x0000003f , 0x00000039 
- 00014518  0x00002d4e rtn  0x00000034 
- 00014519  0x00002d50 ifetch  0x00000001 , 0x00000006 
- 00014520  0x00002d51 beq  0x00000000 , 0x000038c2 
- 00014521  0x00002d52 beq  0x00000001 , 0x000038cf 
- 00014522  0x00002d53 beq  0x00000002 , 0x000038d4 
- 00014523  0x00002d54 beq  0x00000003 , 0x000038d9 
- 00014524  0x00002d55 beq  0x00000004 , 0x000038de 
- 00014525  0x00002d56 beq  0x00000005 , 0x000038e3 
- 00014526  0x00002d57 beq  0x00000006 , 0x000038e8 
- 00014527  0x00002d58 beq  0x000000ff , 0x000038ea 
- 00014528  0x00002d59 loop  0x000038b7 
- 00014529  0x00002d5a rtn 
- 00014530  0x00002d5d copy  0x00000006 , 0x00000013 
- 00014531  0x00002d5e fetch  0x00000001 , 0x0000469a 
- 00014532  0x00002d5f store  0x00000001 , 0x00000a9a 
- 00014533  0x00002d60 arg  0x00000000 , 0x00000002 
- 00014534  0x00002d62 storet  0x00000001 , 0x00000a9b 
- 00014535  0x00002d63 setarg  0x00002710 
- 00014536  0x00002d64 store  0x00000003 , 0x00000a9c 
- 00014537  0x00002d65 ifetch  0x00000001 , 0x00000013 
- 00014538  0x00002d66 store  0x00000001 , 0x00000a9f 
- 00014539  0x00002d67 call  0x000069ae 
- 00014540  0x00002d68 and  0x00000013 , 0x00000001 , 0x00000006 
- 00014541  0x00002d69 loop  0x000038b7 
- 00014542  0x00002d6a rtn 
- 00014543  0x00002d6c copy  0x00000013 , 0x00000006 
- 00014544  0x00002d6d fetch  0x00000001 , 0x0000469b 
- 00014545  0x00002d6e store  0x00000001 , 0x00000a9a 
- 00014546  0x00002d6f arg  0x00000001 , 0x00000002 
- 00014547  0x00002d70 branch  0x000038c6 
- 00014548  0x00002d72 copy  0x00000013 , 0x00000006 
- 00014549  0x00002d73 fetch  0x00000001 , 0x0000469c 
- 00014550  0x00002d74 store  0x00000001 , 0x00000a9a 
- 00014551  0x00002d75 arg  0x00000002 , 0x00000002 
- 00014552  0x00002d76 branch  0x000038c6 
- 00014553  0x00002d78 copy  0x00000013 , 0x00000006 
- 00014554  0x00002d79 fetch  0x00000001 , 0x0000469d 
- 00014555  0x00002d7a store  0x00000001 , 0x00000a9a 
- 00014556  0x00002d7b arg  0x00000003 , 0x00000002 
- 00014557  0x00002d7c branch  0x000038c6 
- 00014558  0x00002d7e copy  0x00000013 , 0x00000006 
- 00014559  0x00002d7f fetch  0x00000001 , 0x0000469e 
- 00014560  0x00002d80 store  0x00000001 , 0x00000a9a 
- 00014561  0x00002d81 arg  0x00000004 , 0x00000002 
- 00014562  0x00002d82 branch  0x000038c6 
- 00014563  0x00002d84 copy  0x00000013 , 0x00000006 
- 00014564  0x00002d85 fetch  0x00000001 , 0x0000469f 
- 00014565  0x00002d86 store  0x00000001 , 0x00000a9a 
- 00014566  0x00002d87 arg  0x00000005 , 0x00000002 
- 00014567  0x00002d88 branch  0x000038c6 
- 00014568  0x00002d8b ifetch  0x00000001 , 0x00000006 
- 00014569  0x00002d8c rtn 
- 00014570  0x00002d8f copy  0x00000006 , 0x00000013 
- 00014571  0x00002d90 fetch  0x00000001 , 0x000046a0 
- 00014572  0x00002d91 bne  0x00000001 , 0x000038ee 
- 00014573  0x00002d92 call  0x000038f0 
- 00014574  0x00002d94 and  0x00000013 , 0x00000004 , 0x00000006 
- 00014575  0x00002d95 rtn 
- 00014576  0x00002d97 bpatch  0x000000dc , 0x0000401b 
- 00014577  0x00002d98 call  0x00003871 
- 00014578  0x00002d99 branch  0x000038fe , 0x00000028 
- 00014579  0x00002d9a fetch  0x00000001 , 0x000046a4 
- 00014580  0x00002d9b copy  0x0000003f , 0x00000002 
- 00014581  0x00002d9c increase  0x00000001 , 0x0000003f 
- 00014582  0x00002d9d store  0x00000001 , 0x000046a4 
- 00014583  0x00002d9e call  0x00003867 
- 00014584  0x00002d9f lshift2  0x00000002 , 0x00000002 
- 00014585  0x00002da0 setarg  0x000046a5 
- 00014586  0x00002da1 iadd  0x00000002 , 0x00000005 
- 00014587  0x00002da2 ifetch  0x00000004 , 0x00000013 
- 00014588  0x00002da3 istore  0x00000004 , 0x00000005 
- 00014589  0x00002da4 branch  0x00003903 
- 00014590  0x00002da6 add  0x00000013 , 0x00000003 , 0x00000006 
- 00014591  0x00002da7 ifetch  0x00000001 , 0x00000006 
- 00014592  0x00002da8 rtn  0x00000034 
- 00014593  0x00002da9 ifetch  0x00000004 , 0x00000013 
- 00014594  0x00002daa istore  0x00000004 , 0x00000011 
- 00014595  0x00002dac arg  0x000046a4 , 0x00000011 
- 00014596  0x00002dad arg  0x00000000 , 0x00000012 
- 00014597  0x00002dae arg  0x00000051 , 0x00000002 
- 00014598  0x00002daf branch  0x00006606 
- 00014599  0x00002db7 fetcht  0x00000001 , 0x0000469a 
- 00014600  0x00002db8 call  0x00006825 
- 00014601  0x00002db9 rtn 
- 00014602  0x00002dbf fetcht  0x00000001 , 0x0000469a 
- 00014603  0x00002dc0 call  0x00006829 
- 00014604  0x00002dc3 fetcht  0x00000001 , 0x0000469a 
- 00014605  0x00002dc4 call  0x00006825 
- 00014606  0x00002dc7 call  0x0000391d 
- 00014607  0x00002dc9 fetch  0x00000001 , 0x000046a7 
- 00014608  0x00002dca nrtn  0x00000034 
- 00014609  0x00002dcc call  0x00002c29 
- 00014610  0x00002dcd hfetch  0x00000004 , 0x00008138 
- 00014611  0x00002dce set0  0x0000000f , 0x0000003f 
- 00014612  0x00002dcf hstore  0x00000004 , 0x0000804c 
- 00014613  0x00002dd0 call  0x00002c21 
- 00014614  0x00002dd1 arg  0xffffffff , 0x00000002 
- 00014615  0x00002dd2 branch  0x00002b2a 
- 00014616  0x00002dd5 fetch  0x00000001 , 0x000046a7 
- 00014617  0x00002dd6 branch  0x000056f9 , 0x00000034 
- 00014618  0x00002dd7 increase  0xffffffff , 0x0000003f 
- 00014619  0x00002dd8 store  0x00000001 , 0x000046a7 
- 00014620  0x00002dd9 branch  0x000056f9 
- 00014621  0x00002ddc mul32  0x0000003f , 0x00000014 , 0x0000003f 
- 00014622  0x00002ddd arg  0x000046a8 , 0x00000006 
- 00014623  0x00002dde iadd  0x00000006 , 0x00000006 
- 00014624  0x00002ddf ifetch  0x00000001 , 0x00000006 
- 00014625  0x00002de0 rtn  0x00000034 
- 00014626  0x00002de1 copy  0x0000003f , 0x00000011 
- 00014627  0x00002de2 copy  0x00000011 , 0x00000039 
- 00014628  0x00002de3 arg  0x00004372 , 0x00000005 
- 00014629  0x00002de4 call  0x00007f01 
- 00014630  0x00002de5 copy  0x00000011 , 0x0000003f 
- 00014631  0x00002de6 increase  0x00000002 , 0x0000003f 
- 00014632  0x00002de7 store  0x00000001 , 0x0000436f 
- 00014633  0x00002de8 rtn 
- 00014634  0x00002df1 rtn  0x0000002b 
- 00014635  0x00002df2 call  0x000057a3 
- 00014636  0x00002df3 call  0x000068a8 
- 00014637  0x00002df4 setarg  0x00003982 
- 00014638  0x00002df5 store  0x00000002 , 0x000041f3 
- 00014639  0x00002df6 setarg  0x0000396e 
- 00014640  0x00002df7 store  0x00000002 , 0x000041f1 
- 00014641  0x00002df8 setarg  0x00003986 
- 00014642  0x00002df9 store  0x00000002 , 0x000041f5 
- 00014643  0x00002dfa setarg  0x0000396d 
- 00014644  0x00002dfb store  0x00000002 , 0x000041ef 
- 00014645  0x00002dfc setarg  0x00003969 
- 00014646  0x00002dfd store  0x00000002 , 0x000041e9 
- 00014647  0x00002dfe setarg  0x00003ab7 
- 00014648  0x00002dff store  0x00000002 , 0x000041fb 
- 00014649  0x00002e00 setarg  0x00003c32 
- 00014650  0x00002e01 store  0x00000002 , 0x0000456f 
- 00014651  0x00002e02 setarg  0x00003cc2 
- 00014652  0x00002e03 store  0x00000002 , 0x000041f9 
- 00014653  0x00002e04 setarg  0x00003cd7 
- 00014654  0x00002e05 store  0x00000002 , 0x000041fd 
- 00014655  0x00002e07 call  0x0000397f 
- 00014656  0x00002e08 bpatch  0x000000dd , 0x0000401b 
- 00014657  0x00002e09 call  0x00003945 
- 00014658  0x00002e0a call  0x00003964 
- 00014659  0x00002e0b call  0x00002c6f 
- 00014660  0x00002e0c branch  0x00003c48 
- 00014661  0x00002e10 fetch  0x00000004 , 0x000046aa 
- 00014662  0x00002e11 hstore  0x00000004 , 0x00008054 
- 00014663  0x00002e13 fetch  0x00000004 , 0x000046ae 
- 00014664  0x00002e14 hstore  0x00000004 , 0x0000805a 
- 00014665  0x00002e16 hfetch  0x00000001 , 0x00008081 
- 00014666  0x00002e17 or_into  0x00000004 , 0x0000003f 
- 00014667  0x00002e18 and_into  0x000000fc , 0x0000003f 
- 00014668  0x00002e19 hstore  0x00000001 , 0x00008081 
- 00014669  0x00002e1a jam  0x00000000 , 0x00008062 
- 00014670  0x00002e1c fetch  0x00000002 , 0x000046aa 
- 00014671  0x00002e1d hstore  0x00000002 , 0x00008058 
- 00014672  0x00002e1e fetch  0x00000002 , 0x000046ae 
- 00014673  0x00002e1f hstore  0x00000002 , 0x0000805e 
- 00014674  0x00002e20 hstore  0x00000002 , 0x00008060 
- 00014675  0x00002e22 hfetch  0x00000004 , 0x00008078 
- 00014676  0x00002e23 set1  0x00000007 , 0x0000003f 
- 00014677  0x00002e24 hstore  0x00000004 , 0x00008078 
- 00014678  0x00002e26 hfetch  0x00000002 , 0x00008050 
- 00014679  0x00002e27 set0  0x0000000f , 0x0000003f 
- 00014680  0x00002e28 hstore  0x00000002 , 0x00008050 
- 00014681  0x00002e29 call  0x000066ce 
- 00014682  0x00002e2a jam  0x00000000 , 0x00008043 
- 00014683  0x00002e2b jam  0x00000081 , 0x00008062 
- 00014684  0x00002e2d fetch  0x00000001 , 0x000046bf 
- 00014685  0x00002e2e isolate1  0x00000000 , 0x0000003f 
- 00014686  0x00002e2f hfetcht  0x00000001 , 0x00008062 
- 00014687  0x00002e30 setflag  0x00000001 , 0x00000004 , 0x00000002 
- 00014688  0x00002e31 hstoret  0x00000001 , 0x00008062 
- 00014689  0x00002e32 rtn 
- 00014690  0x00002e37 call  0x0000397f 
- 00014691  0x00002e38 branch  0x00003945 
- 00014692  0x00002e40 fetcht  0x00000001 , 0x0000469e 
- 00014693  0x00002e41 call  0x0000680e 
- 00014694  0x00002e42 call  0x000039e6 
- 00014695  0x00002e44 fetcht  0x00000001 , 0x0000469c 
- 00014696  0x00002e45 branch  0x000067fb 
- 00014697  0x00002e48 fetcht  0x00000001 , 0x0000469c 
- 00014698  0x00002e49 call  0x0000681d 
- 00014699  0x00002e4a nbranch  0x000033d2 , 0x00000001 
- 00014700  0x00002e4b branch  0x000033d0 
- 00014701  0x00002e4f rtn 
- 00014702  0x00002e52 call  0x00003970 
- 00014703  0x00002e53 branch  0x00003ce9 
- 00014704  0x00002e56 fetch  0x00000001 , 0x00004682 
- 00014705  0x00002e57 bbit0  0x00000004 , 0x0000397f 
- 00014706  0x00002e58 bpatch  0x000000de , 0x0000401b 
- 00014707  0x00002e59 setarg  0x00003eff 
- 00014708  0x00002e5a fetcht  0x00000004 , 0x000046c5 
- 00014709  0x00002e5b iadd  0x00000002 , 0x00000002 
- 00014710  0x00002e5c copy  0x00000022 , 0x0000003f 
- 00014711  0x00002e5d isub  0x00000002 , 0x0000003e 
- 00014712  0x00002e5e nrtn  0x00000002 
- 00014713  0x00002e5f fetch  0x00000002 , 0x00004682 
- 00014714  0x00002e60 bbit1  0x00000005 , 0x0000397f 
- 00014715  0x00002e61 fetch  0x00000001 , 0x000046bf 
- 00014716  0x00002e62 rtnbit1  0x00000006 
- 00014717  0x00002e63 call  0x00003cec 
- 00014718  0x00002e64 call  0x0000340e 
- 00014719  0x00002e66 copy  0x00000022 , 0x0000003f 
- 00014720  0x00002e67 store  0x00000004 , 0x000046c5 
- 00014721  0x00002e68 rtn 
- 00014722  0x00002e6c call  0x00003ce9 
- 00014723  0x00002e6d call  0x0000526e 
- 00014724  0x00002e6e nrtn  0x00000034 
- 00014725  0x00002e6f branch  0x000039eb 
- 00014726  0x00002e73 copy  0x00000013 , 0x0000003f 
- 00014727  0x00002e74 beq  0x00000001 , 0x000039d4 
- 00014728  0x00002e75 beq  0x00000002 , 0x000039a3 
- 00014729  0x00002e76 beq  0x00000004 , 0x000039d7 
- 00014730  0x00002e77 beq  0x00000005 , 0x000039c4 
- 00014731  0x00002e78 beq  0x00000008 , 0x000039aa 
- 00014732  0x00002e79 beq  0x00000009 , 0x000039b1 
- 00014733  0x00002e7a beq  0x0000000a , 0x000039c9 
- 00014734  0x00002e7b beq  0x0000000b , 0x000039b6 
- 00014735  0x00002e7c beq  0x0000000c , 0x000039c2 
- 00014736  0x00002e7d beq  0x00000013 , 0x000039d7 
- 00014737  0x00002e7e beq  0x00000014 , 0x000039cf 
- 00014738  0x00002e7f beq  0x00000015 , 0x000039c6 
- 00014739  0x00002e80 beq  0x00000021 , 0x000039ca 
- 00014740  0x00002e81 beq  0x00000023 , 0x000039cb 
- 00014741  0x00002e82 beq  0x00000024 , 0x000039ce 
- 00014742  0x00002e83 beq  0x00000030 , 0x00003c8a 
- 00014743  0x00002e84 beq  0x00000031 , 0x00003c8c 
- 00014744  0x00002e85 beq  0x00000032 , 0x00003c9a 
- 00014745  0x00002e86 beq  0x00000033 , 0x00003c98 
- 00014746  0x00002e87 beq  0x00000034 , 0x00003c84 
- 00014747  0x00002e88 beq  0x00000035 , 0x00003c73 
- 00014748  0x00002e89 beq  0x00000036 , 0x00003c82 
- 00014749  0x00002e8a beq  0x00000037 , 0x00003c8e 
- 00014750  0x00002e8b beq  0x00000038 , 0x00003c90 
- 00014751  0x00002e8c beq  0x0000003b , 0x00003ca1 
- 00014752  0x00002e8d beq  0x0000003d , 0x00003c6a 
- 00014753  0x00002e8e beq  0x00000041 , 0x000039d9 
- 00014754  0x00002e8f rtn 
- 00014755  0x00002e93 call  0x0000397f 
- 00014756  0x00002e94 fetch  0x00000001 , 0x00004665 
- 00014757  0x00002e95 ncall  0x00003c8e , 0x00000034 
- 00014758  0x00002e96 call  0x000039d7 
- 00014759  0x00002e97 fetch  0x00000002 , 0x00004682 
- 00014760  0x00002e98 rtnbit0  0x00000004 
- 00014761  0x00002e99 branch  0x000039b1 
- 00014762  0x00002e9c fetch  0x00000002 , 0x00004682 
- 00014763  0x00002e9d set1  0x00000004 , 0x0000003f 
- 00014764  0x00002e9e store  0x00000002 , 0x00004682 
- 00014765  0x00002e9f fetch  0x00000001 , 0x000046a7 
- 00014766  0x00002ea0 store  0x00000001 , 0x00004172 
- 00014767  0x00002ea1 call  0x000039e6 
- 00014768  0x00002ea2 branch  0x00003c1d 
- 00014769  0x00002ea7 fetch  0x00000002 , 0x00004682 
- 00014770  0x00002ea8 rtnbit0  0x00000004 
- 00014771  0x00002ea9 set0  0x00000004 , 0x0000003f 
- 00014772  0x00002eaa store  0x00000002 , 0x00004682 
- 00014773  0x00002eab branch  0x00003c21 
- 00014774  0x00002eb1 call  0x0000397f 
- 00014775  0x00002eb4 fetch  0x00000002 , 0x00004042 
- 00014776  0x00002eb5 rshift  0x0000003f , 0x0000003f 
- 00014777  0x00002eb6 fetcht  0x00000002 , 0x000041e3 
- 00014778  0x00002eb7 isub  0x00000002 , 0x0000003e 
- 00014779  0x00002eb8 nbranch  0x000039bd , 0x00000005 
- 00014780  0x00002eb9 branch  0x00003416 
- 00014781  0x00002ebb fetch  0x00000001 , 0x000046bf 
- 00014782  0x00002ebc rtnbit1  0x00000005 
- 00014783  0x00002ebd hfetch  0x00000002 , 0x00008112 
- 00014784  0x00002ebe ncall  0x00003cf0 , 0x00000034 
- 00014785  0x00002ebf branch  0x0000340c 
- 00014786  0x00002ec2 call  0x00003cee 
- 00014787  0x00002ec3 branch  0x00003418 
- 00014788  0x00002ec6 call  0x0000397f 
- 00014789  0x00002ec7 branch  0x000039dd 
- 00014790  0x00002eca call  0x00005816 
- 00014791  0x00002ecb call  0x000039d7 
- 00014792  0x00002ecc branch  0x00003c23 
- 00014793  0x00002ecf branch  0x000033dd 
- 00014794  0x00002ed3 branch  0x00003cee 
- 00014795  0x00002ed7 fetch  0x00000001 , 0x000046bf 
- 00014796  0x00002ed8 bbit0  0x00000005 , 0x0000340e 
- 00014797  0x00002ed9 branch  0x00003cf2 
- 00014798  0x00002edd branch  0x00003cf2 
- 00014799  0x00002ee1 call  0x000058ba 
- 00014800  0x00002ee2 call  0x000039dd 
- 00014801  0x00002ee3 fetch  0x00000001 , 0x000046a8 
- 00014802  0x00002ee4 store  0x00000001 , 0x00004172 
- 00014803  0x00002ee5 branch  0x00003c1f 
- 00014804  0x00002ee9 jam  0x00000000 , 0x00004661 
- 00014805  0x00002eea call  0x00003cee 
- 00014806  0x00002eeb branch  0x00003cf2 
- 00014807  0x00002ef0 call  0x00003a52 
- 00014808  0x00002ef1 branch  0x000039db 
- 00014809  0x00002ef5 call  0x00005cc9 
- 00014810  0x00002ef6 branch  0x00005b02 
- 00014811  0x00002efa fetcht  0x00000001 , 0x0000469e 
- 00014812  0x00002efb branch  0x00006829 
- 00014813  0x00002efe call  0x000039df 
- 00014814  0x00002eff branch  0x000039e6 
- 00014815  0x00002f02 fetch  0x00000001 , 0x000046a1 
- 00014816  0x00002f03 isolate1  0x00000000 , 0x0000003f 
- 00014817  0x00002f04 call  0x000033f0 , 0x00000001 
- 00014818  0x00002f05 fetch  0x00000001 , 0x000046a1 
- 00014819  0x00002f06 isolate1  0x00000001 , 0x0000003f 
- 00014820  0x00002f07 call  0x000033f8 , 0x00000001 
- 00014821  0x00002f08 rtn 
- 00014822  0x00002f0a fetcht  0x00000001 , 0x0000469e 
- 00014823  0x00002f0b branch  0x00006825 
- 00014824  0x00002f0e fetch  0x00000001 , 0x0000456b 
- 00014825  0x00002f0f rtneq  0x00000000 
- 00014826  0x00002f10 branch  0x00006c28 
- 00014827  0x00002f13 hfetch  0x00000001 , 0x0000810c 
- 00014828  0x00002f14 bbit1  0x00000003 , 0x000039e8 
- 00014829  0x00002f15 call  0x000066cb 
- 00014830  0x00002f16 ifetch  0x00000001 , 0x00000003 
- 00014831  0x00002f17 bne  0x00000001 , 0x00003a01 
- 00014832  0x00002f18 hfetch  0x00000002 , 0x00008112 
- 00014833  0x00002f19 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00014834  0x00002f1a rtn  0x00000002 
- 00014835  0x00002f1b ifetch  0x00000001 , 0x00000003 
- 00014836  0x00002f1c store  0x00000001 , 0x00000b03 
- 00014837  0x00002f1d ifetcht  0x00000001 , 0x00000003 
- 00014838  0x00002f1e copy  0x00000003 , 0x00000011 
- 00014839  0x00002f1f storet  0x00000001 , 0x00000b04 
- 00014840  0x00002f20 add  0x00000002 , 0x00000003 , 0x00000002 
- 00014841  0x00002f21 hfetch  0x00000002 , 0x00008112 
- 00014842  0x00002f22 isub  0x00000002 , 0x00000002 
- 00014843  0x00002f23 nrtn  0x00000002 
- 00014844  0x00002f24 jam  0x00000001 , 0x00000b05 
- 00014845  0x00002f25 call  0x00003a17 
- 00014846  0x00002f26 fetch  0x00000001 , 0x00000b05 
- 00014847  0x00002f27 rtneq  0x00000000 
- 00014848  0x00002f28 branch  0x00003a12 
- 00014849  0x00002f2b call  0x00007ec1 
- 00014850  0x00002f2c call  0x00003c79 
- 00014851  0x00002f2d branch  0x00003a04 
- 00014852  0x00002f31 bpatch  0x000000df , 0x0000401b 
- 00014853  0x00002f32 hfetch  0x00000002 , 0x00008112 
- 00014854  0x00002f33 rtn  0x00000034 
- 00014855  0x00002f34 call  0x000066cb 
- 00014856  0x00002f35 ifetch  0x00000001 , 0x00000003 
- 00014857  0x00002f36 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00014858  0x00002f37 ncall  0x00003a16 , 0x00000005 
- 00014859  0x00002f38 nbranch  0x00003a04 , 0x00000005 
- 00014860  0x00002f39 ifetch  0x00000001 , 0x00000003 
- 00014861  0x00002f3a rtneq  0x00000005 
- 00014862  0x00002f3b rtneq  0x00000029 
- 00014863  0x00002f3c increase  0xffffffff , 0x00000003 
- 00014864  0x00002f3d call  0x00003a16 
- 00014865  0x00002f3e branch  0x00003a04 
- 00014866  0x00002f41 call  0x000066cb 
- 00014867  0x00002f42 increase  0x00000002 , 0x00000003 
- 00014868  0x00002f43 ifetch  0x00000001 , 0x00000003 
- 00014869  0x00002f44 iadd  0x00000003 , 0x00000003 
- 00014870  0x00002f46 branch  0x000066c8 
- 00014871  0x00002f4a bpatch  0x000000e0 , 0x0000401c 
- 00014872  0x00002f4b fetch  0x00000001 , 0x00000b03 
- 00014873  0x00002f4c beq  0x00000000 , 0x00003a3f 
- 00014874  0x00002f4d beq  0x00000001 , 0x00003a44 
- 00014875  0x00002f4e beq  0x00000002 , 0x00003a49 
- 00014876  0x00002f4f beq  0x00000003 , 0x00003a5f 
- 00014877  0x00002f50 beq  0x00000004 , 0x00003a6b 
- 00014878  0x00002f51 beq  0x00000005 , 0x00003a75 
- 00014879  0x00002f52 beq  0x00000009 , 0x00003a9a 
- 00014880  0x00002f53 beq  0x0000000b , 0x00003ad7 
- 00014881  0x00002f54 beq  0x0000000c , 0x00003ad8 
- 00014882  0x00002f55 beq  0x0000000d , 0x00003aec 
- 00014883  0x00002f56 beq  0x0000000e , 0x00003af4 
- 00014884  0x00002f57 beq  0x0000000f , 0x00003afa 
- 00014885  0x00002f58 beq  0x00000010 , 0x00003b06 
- 00014886  0x00002f59 beq  0x00000011 , 0x00003b0e 
- 00014887  0x00002f5a beq  0x00000012 , 0x00003b12 
- 00014888  0x00002f5b beq  0x00000026 , 0x00003b16 
- 00014889  0x00002f5c beq  0x00000028 , 0x00003b1d 
- 00014890  0x00002f5d beq  0x00000029 , 0x00003b2d 
- 00014891  0x00002f5e beq  0x0000002a , 0x00003b36 
- 00014892  0x00002f5f beq  0x0000002b , 0x00003b69 
- 00014893  0x00002f60 beq  0x0000002c , 0x00003b6f 
- 00014894  0x00002f61 beq  0x00000030 , 0x00003b76 
- 00014895  0x00002f62 beq  0x00000031 , 0x00003b7c 
- 00014896  0x00002f63 beq  0x00000032 , 0x00003b90 
- 00014897  0x00002f64 beq  0x00000033 , 0x00003b98 
- 00014898  0x00002f65 beq  0x00000034 , 0x00003bbb 
- 00014899  0x00002f66 beq  0x00000035 , 0x00003bc4 
- 00014900  0x00002f67 beq  0x00000036 , 0x00003bcd 
- 00014901  0x00002f68 beq  0x00000037 , 0x00003bd7 
- 00014902  0x00002f69 beq  0x00000038 , 0x00003bda 
- 00014903  0x00002f6a beq  0x00000040 , 0x00003be2 
- 00014904  0x00002f6b beq  0x00000042 , 0x00003bec 
- 00014905  0x00002f6c beq  0x00000048 , 0x00003bf1 
- 00014906  0x00002f6d beq  0x00000049 , 0x00003bfc 
- 00014907  0x00002f6e beq  0x00000051 , 0x00003c02 
- 00014908  0x00002f6f beq  0x00000061 , 0x00003c06 
- 00014909  0x00002f70 beq  0x000000ff , 0x00003c15 
- 00014910  0x00002f71 branch  0x00003c17 
- 00014911  0x00002f77 fetch  0x00000001 , 0x00000b04 
- 00014912  0x00002f78 bne  0x00000006 , 0x00003c17 
- 00014913  0x00002f79 ifetch  0x00000006 , 0x00000003 
- 00014914  0x00002f7a store  0x00000006 , 0x000040a0 
- 00014915  0x00002f7b branch  0x00003c1a 
- 00014916  0x00002f7f fetch  0x00000001 , 0x00000b04 
- 00014917  0x00002f80 bne  0x00000006 , 0x00003c17 
- 00014918  0x00002f81 ifetch  0x00000006 , 0x00000003 
- 00014919  0x00002f82 store  0x00000006 , 0x000044a0 
- 00014920  0x00002f83 branch  0x00003c1a 
- 00014921  0x00002f88 fetch  0x00000001 , 0x00000b04 
- 00014922  0x00002f89 bne  0x00000001 , 0x00003c17 
- 00014923  0x00002f8a copy  0x00000011 , 0x00000003 
- 00014924  0x00002f8b call  0x00003c1a 
- 00014925  0x00002f8c ifetcht  0x00000001 , 0x00000003 
- 00014926  0x00002f8d storet  0x00000001 , 0x000046a9 
- 00014927  0x00002f8e fetch  0x00000002 , 0x00004682 
- 00014928  0x00002f8f rtnbit1  0x00000009 
- 00014929  0x00002f90 rtnbit1  0x00000000 
- 00014930  0x00002f92 fetch  0x00000001 , 0x000046a1 
- 00014931  0x00002f93 isolate1  0x00000000 , 0x0000003f 
- 00014932  0x00002f94 nbranch  0x00003a58 , 0x00000001 
- 00014933  0x00002f95 fetcht  0x00000001 , 0x000046a9 
- 00014934  0x00002f96 and  0x00000002 , 0x00000003 , 0x0000003f 
- 00014935  0x00002f97 store  0x00000001 , 0x00004093 
- 00014936  0x00002f99 fetch  0x00000001 , 0x000046a1 
- 00014937  0x00002f9a isolate1  0x00000001 , 0x0000003f 
- 00014938  0x00002f9b nrtn  0x00000001 
- 00014939  0x00002f9c fetcht  0x00000001 , 0x000046a9 
- 00014940  0x00002f9d isolate1  0x00000002 , 0x00000002 
- 00014941  0x00002f9e branch  0x000033fa , 0x00000001 
- 00014942  0x00002f9f branch  0x000033f8 
- 00014943  0x00002fa4 fetch  0x00000001 , 0x00000b04 
- 00014944  0x00002fa5 sub  0x0000003f , 0x00000043 , 0x0000003e 
- 00014945  0x00002fa6 nbranch  0x00003c17 , 0x00000002 
- 00014946  0x00002fa7 store  0x00000001 , 0x00004515 
- 00014947  0x00002fa8 arg  0x00000008 , 0x00000039 
- 00014948  0x00002fa9 call  0x00007ec6 
- 00014949  0x00002faa fetch  0x00000001 , 0x00000b04 
- 00014950  0x00002fab copy  0x0000003f , 0x00000039 
- 00014951  0x00002fac copy  0x00000011 , 0x00000003 
- 00014952  0x00002fad arg  0x00004516 , 0x00000005 
- 00014953  0x00002fae call  0x000066ea 
- 00014954  0x00002faf branch  0x00003c1a 
- 00014955  0x00002fb4 fetch  0x00000001 , 0x00000b04 
- 00014956  0x00002fb5 sub  0x0000003f , 0x0000001d , 0x0000003e 
- 00014957  0x00002fb6 nbranch  0x00003c17 , 0x00000002 
- 00014958  0x00002fb7 store  0x00000001 , 0x000043af 
- 00014959  0x00002fb8 copy  0x0000003f , 0x00000039 
- 00014960  0x00002fb9 copy  0x00000011 , 0x00000003 
- 00014961  0x00002fba arg  0x000043b0 , 0x00000005 
- 00014962  0x00002fbb call  0x000066ea 
- 00014963  0x00002fbc call  0x000057a3 
- 00014964  0x00002fbd branch  0x00003c1a 
- 00014965  0x00002fc2 fetch  0x00000001 , 0x00004682 
- 00014966  0x00002fc3 bbit0  0x00000004 , 0x00003c17 
- 00014967  0x00002fc4 call  0x000033ba 
- 00014968  0x00002fc5 branch  0x00003a86 , 0x00000001 
- 00014969  0x00002fc6 jam  0x00000000 , 0x00000b05 
- 00014970  0x00002fc8 call  0x0000397f 
- 00014971  0x00002fc9 fetch  0x00000001 , 0x00004568 
- 00014972  0x00002fca rtn  0x00000034 
- 00014973  0x00002fcb fetch  0x00000002 , 0x00004573 
- 00014974  0x00002fcc bne  0x00000000 , 0x00003a84 
- 00014975  0x00002fcd fetch  0x00000001 , 0x00000b04 
- 00014976  0x00002fce store  0x00000002 , 0x00004573 
- 00014977  0x00002fd0 copy  0x00000011 , 0x00000003 
- 00014978  0x00002fd3 copy  0x00000003 , 0x0000003f 
- 00014979  0x00002fd4 store  0x00000002 , 0x00004571 
- 00014980  0x00002fd6 call  0x00003a88 
- 00014981  0x00002fd7 branch  0x00006c4d 
- 00014982  0x00002fda jam  0x00000000 , 0x00000b05 
- 00014983  0x00002fdb branch  0x00003cd1 
- 00014984  0x00002fde call  0x00003a8e 
- 00014985  0x00002fdf fetch  0x00000002 , 0x00004573 
- 00014986  0x00002fe0 fetcht  0x00000002 , 0x0000469f 
- 00014987  0x00002fe1 isub  0x00000002 , 0x0000003f 
- 00014988  0x00002fe2 store  0x00000002 , 0x00004573 
- 00014989  0x00002fe3 rtn 
- 00014990  0x00002fe6 fetch  0x00000002 , 0x00004573 
- 00014991  0x00002fe7 arg  0x0000006e , 0x00000002 
- 00014992  0x00002fe8 call  0x00007fdd 
- 00014993  0x00002fe9 fetcht  0x00000002 , 0x0000456c 
- 00014994  0x00002fea call  0x00007fdd 
- 00014995  0x00002feb fetcht  0x00000002 , 0x0000455e 
- 00014996  0x00002fec call  0x00007fdd 
- 00014997  0x00002fed store  0x00000002 , 0x0000469f 
- 00014998  0x00002fee rtn 
- 00014999  0x00002ff1 jam  0x00000001 , 0x00000b05 
- 00015000  0x00002ff2 jam  0x00000005 , 0x00000b03 
- 00015001  0x00002ff3 branch  0x00003c1a 
- 00015002  0x00002ff8 fetch  0x00000002 , 0x00004682 
- 00015003  0x00002ff9 bbit0  0x00000009 , 0x00003c17 
- 00015004  0x00002ffa call  0x00003ad4 
- 00015005  0x00002ffb branch  0x00003c17 , 0x00000028 
- 00015006  0x00002ffc jam  0x00000000 , 0x00000b05 
- 00015007  0x00002ffd fetch  0x00000001 , 0x000046bf 
- 00015008  0x00002ffe bbit1  0x00000004 , 0x00003ab4 
- 00015009  0x00002fff fetch  0x00000001 , 0x000046c0 
- 00015010  0x00003000 nrtn  0x00000034 
- 00015011  0x00003001 jam  0x00000001 , 0x00000b05 
- 00015012  0x00003002 ifetch  0x00000002 , 0x00000003 
- 00015013  0x00003003 store  0x00000002 , 0x000046c1 
- 00015014  0x00003004 copy  0x00000003 , 0x0000003f 
- 00015015  0x00003005 store  0x00000002 , 0x000046c3 
- 00015016  0x00003006 fetch  0x00000001 , 0x00000b04 
- 00015017  0x00003007 pincrease  0xfffffffe 
- 00015018  0x00003008 nbranch  0x00003c17 , 0x00000002 
- 00015019  0x00003009 branch  0x00003c17 , 0x00000005 
- 00015020  0x0000300a store  0x00000001 , 0x000046c0 
- 00015021  0x0000300b jam  0x00000000 , 0x00000b05 
- 00015022  0x0000300c call  0x00005814 
- 00015023  0x0000300d call  0x00003ab7 
- 00015024  0x0000300e call  0x00003ab7 
- 00015025  0x0000300f call  0x00003ab7 
- 00015026  0x00003010 fetch  0x00000001 , 0x000046bf 
- 00015027  0x00003011 rtnbit0  0x00000004 
- 00015028  0x00003013 jam  0x00000001 , 0x00000b05 
- 00015029  0x00003014 call  0x00003cf6 
- 00015030  0x00003015 branch  0x00003c1a 
- 00015031  0x00003018 fetch  0x00000001 , 0x000046c0 
- 00015032  0x00003019 rtn  0x00000034 
- 00015033  0x0000301a call  0x00005892 
- 00015034  0x0000301b nrtn  0x00000034 
- 00015035  0x0000301c call  0x00003acf 
- 00015036  0x0000301d bpatch  0x000000e1 , 0x0000401c 
- 00015037  0x0000301e add  0x00000002 , 0xfffffffd , 0x0000003f 
- 00015038  0x0000301f fetcht  0x00000001 , 0x000046c0 
- 00015039  0x00003020 call  0x00007fdd 
- 00015040  0x00003021 copy  0x0000003f , 0x00000011 
- 00015041  0x00003022 copy  0x00000002 , 0x0000003f 
- 00015042  0x00003023 isub  0x00000011 , 0x0000003f 
- 00015043  0x00003024 store  0x00000001 , 0x000046c0 
- 00015044  0x00003025 fetcht  0x00000002 , 0x000046c1 
- 00015045  0x00003026 call  0x00005a64 
- 00015046  0x00003027 fetch  0x00000002 , 0x000046c3 
- 00015047  0x00003028 copy  0x0000003f , 0x00000003 
- 00015048  0x00003029 copy  0x00000011 , 0x00000039 
- 00015049  0x0000302a call  0x000066ea 
- 00015050  0x0000302b copy  0x00000003 , 0x0000003f 
- 00015051  0x0000302c store  0x00000002 , 0x000046c3 
- 00015052  0x0000302d fetch  0x00000001 , 0x000046c0 
- 00015053  0x0000302e nrtn  0x00000034 
- 00015054  0x0000302f branch  0x00003cf4 
- 00015055  0x00003034 arg  0x00000017 , 0x00000002 
- 00015056  0x00003035 fetch  0x00000001 , 0x000046bf 
- 00015057  0x00003036 rtnbit1  0x00000001 
- 00015058  0x00003037 fetcht  0x00000002 , 0x000044a8 
- 00015059  0x00003038 rtn 
- 00015060  0x0000303b fetch  0x00000001 , 0x000046bf 
- 00015061  0x0000303c bbit1  0x00000002 , 0x00005a42 
- 00015062  0x0000303d branch  0x00007fe9 
- 00015063  0x00003042 branch  0x00003c4c 
- 00015064  0x00003047 copy  0x00000011 , 0x00000003 
- 00015065  0x00003048 ifetch  0x00000001 , 0x00000003 
- 00015066  0x00003049 beq  0x00000000 , 0x00003adf 
- 00015067  0x0000304a beq  0x00000001 , 0x00003ae2 
- 00015068  0x0000304b beq  0x00000002 , 0x00003ae8 
- 00015069  0x0000304c beq  0x00000003 , 0x00003aea 
- 00015070  0x0000304d branch  0x00003c17 
- 00015071  0x0000304f call  0x0000612b 
- 00015072  0x00003050 jam  0x00000000 , 0x0000465a 
- 00015073  0x00003051 branch  0x00003c1a 
- 00015074  0x00003053 setarg  0x00040003 
- 00015075  0x00003055 store  0x00000003 , 0x0000465b 
- 00015076  0x00003056 store  0x00000001 , 0x00004662 
- 00015077  0x00003057 call  0x00006124 
- 00015078  0x00003058 jam  0x00000001 , 0x0000465a 
- 00015079  0x00003059 branch  0x00003c1a 
- 00015080  0x0000305b setarg  0x00040002 
- 00015081  0x0000305c branch  0x00003ae3 
- 00015082  0x0000305f setarg  0x00040001 
- 00015083  0x00003060 branch  0x00003ae3 
- 00015084  0x00003064 fetch  0x00000001 , 0x00000b04 
- 00015085  0x00003065 sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00015086  0x00003066 nbranch  0x00003c17 , 0x00000002 
- 00015087  0x00003067 store  0x00000001 , 0x00004689 
- 00015088  0x00003068 copy  0x0000003f , 0x00000039 
- 00015089  0x00003069 arg  0x0000468a , 0x00000005 
- 00015090  0x0000306a call  0x000066fd 
- 00015091  0x0000306b branch  0x00003c1a 
- 00015092  0x00003070 copy  0x00000011 , 0x00000003 
- 00015093  0x00003071 ifetch  0x00000001 , 0x00000003 
- 00015094  0x00003072 hfetcht  0x00000001 , 0x00008062 
- 00015095  0x00003073 nsetflag  0x00000034 , 0x00000004 , 0x00000002 
- 00015096  0x00003074 hstoret  0x00000001 , 0x00008062 
- 00015097  0x00003075 branch  0x00003c1a 
- 00015098  0x0000307a fetch  0x00000001 , 0x00000b04 
- 00015099  0x0000307b copy  0x0000003f , 0x00000039 
- 00015100  0x0000307c copy  0x00000011 , 0x00000003 
- 00015101  0x0000307d call  0x00007f58 
- 00015102  0x0000307e setarg  0x016e3600 
- 00015103  0x0000307f idiv  0x00000002 
- 00015104  0x00003080 call  0x00007f86 
- 00015105  0x00003081 quotient  0x0000003f 
- 00015106  0x00003083 store  0x00000002 , 0x00004243 
- 00015107  0x00003084 call  0x00003c1a 
- 00015108  0x00003085 call  0x00007f9e 
- 00015109  0x00003086 branch  0x000066ce 
- 00015110  0x0000308b arg  0x00000002 , 0x00000011 
- 00015111  0x0000308c arg  0x0000469a , 0x00000012 
- 00015112  0x0000308d arg  0x00000000 , 0x00000002 
- 00015113  0x0000308e branch  0x00003c25 
- 00015114  0x00003090 store  0x00000002 , 0x00000ac2 
- 00015115  0x00003091 arg  0x00000ac2 , 0x00000012 
- 00015116  0x00003092 arg  0x00000000 , 0x00000002 
- 00015117  0x00003093 branch  0x00003c25 
- 00015118  0x00003098 fetch  0x00000002 , 0x00004682 
- 00015119  0x00003099 bbit0  0x00000000 , 0x00003c17 
- 00015120  0x0000309b call  0x00003c1a 
- 00015121  0x0000309c branch  0x000033e9 
- 00015122  0x000030a1 fetch  0x00000002 , 0x00004682 
- 00015123  0x000030a2 bbit0  0x00000009 , 0x00003c17 
- 00015124  0x000030a4 call  0x00003c1a 
- 00015125  0x000030a5 branch  0x00003402 
- 00015126  0x000030ac fetch  0x00000001 , 0x00000b04 
- 00015127  0x000030ad copy  0x0000003f , 0x00000039 
- 00015128  0x000030ae copy  0x00000011 , 0x00000003 
- 00015129  0x000030af fetch  0x00000002 , 0x00004215 
- 00015130  0x000030b0 icopy  0x00000005 
- 00015131  0x000030b1 call  0x000066ea 
- 00015132  0x000030b2 branch  0x00003c1a 
- 00015133  0x000030b7 fetch  0x00000001 , 0x00004682 
- 00015134  0x000030b8 bbit0  0x00000000 , 0x00003c17 
- 00015135  0x000030b9 ifetch  0x00000001 , 0x00000003 
- 00015136  0x000030ba fetcht  0x00000001 , 0x00004661 
- 00015137  0x000030bb setflag  0x00000034 , 0x00000000 , 0x00000002 
- 00015138  0x000030bc set1  0x00000007 , 0x00000002 
- 00015139  0x000030bd storet  0x00000001 , 0x00004661 
- 00015140  0x000030bf call  0x00003c1a 
- 00015141  0x000030c1 fetch  0x00000001 , 0x00004661 
- 00015142  0x000030c2 bbit1  0x00000006 , 0x00003b2b 
- 00015143  0x000030c3 rtn 
- 00015144  0x000030c6 jam  0x00000000 , 0x00004661 
- 00015145  0x000030c7 jam  0x00000021 , 0x00000a99 
- 00015146  0x000030c8 branch  0x00007d8f 
- 00015147  0x000030cc bbit1  0x00000000 , 0x00005f95 
- 00015148  0x000030cd branch  0x00003b28 
- 00015149  0x000030d2 fetch  0x00000001 , 0x00004682 
- 00015150  0x000030d3 rtnbit0  0x00000004 
- 00015151  0x000030d4 fetch  0x00000001 , 0x0000456b 
- 00015152  0x000030d5 rtneq  0x00000000 
- 00015153  0x000030d6 ifetch  0x00000001 , 0x00000003 
- 00015154  0x000030d7 fetcht  0x00000001 , 0x00004569 
- 00015155  0x000030d8 iadd  0x00000002 , 0x00000002 
- 00015156  0x000030d9 storet  0x00000001 , 0x00004569 
- 00015157  0x000030da rtn 
- 00015158  0x000030df arg  0x00000040 , 0x00000039 
- 00015159  0x000030e0 arg  0x0000436f , 0x00000005 
- 00015160  0x000030e1 call  0x00007ed4 
- 00015161  0x000030e2 setarg  0x00000000 
- 00015162  0x000030e3 store  0x00000001 , 0x00000ab2 
- 00015163  0x000030e4 copy  0x00000011 , 0x00000003 
- 00015164  0x000030e6 copy  0x00000003 , 0x0000003f 
- 00015165  0x000030e7 store  0x00000002 , 0x00000ab6 
- 00015166  0x000030e8 call  0x00003b64 
- 00015167  0x000030ea fetch  0x00000001 , 0x00000ab2 
- 00015168  0x000030eb fetcht  0x00000001 , 0x00000aa2 
- 00015169  0x000030ec increase  0x00000001 , 0x00000002 
- 00015170  0x000030ed iadd  0x00000002 , 0x0000003f 
- 00015171  0x000030ee store  0x00000001 , 0x00000ab2 
- 00015172  0x000030f0 sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00015173  0x000030f1 nbranch  0x00003b50 , 0x00000002 
- 00015174  0x000030f3 fetcht  0x00000001 , 0x0000436f 
- 00015175  0x000030f4 setarg  0x00004370 
- 00015176  0x000030f5 iadd  0x00000002 , 0x0000003f 
- 00015177  0x000030f6 store  0x00000002 , 0x00000abb 
- 00015178  0x000030f7 fetcht  0x00000001 , 0x00000aa2 
- 00015179  0x000030f8 increase  0x00000001 , 0x00000002 
- 00015180  0x000030f9 fetch  0x00000001 , 0x0000436f 
- 00015181  0x000030fa iadd  0x00000002 , 0x0000003f 
- 00015182  0x000030fb store  0x00000001 , 0x0000436f 
- 00015183  0x000030fc branch  0x00003b59 
- 00015184  0x000030fe fetcht  0x00000001 , 0x0000438f 
- 00015185  0x000030ff setarg  0x00004390 
- 00015186  0x00003100 iadd  0x00000002 , 0x0000003f 
- 00015187  0x00003101 store  0x00000002 , 0x00000abb 
- 00015188  0x00003102 fetcht  0x00000001 , 0x00000aa2 
- 00015189  0x00003103 increase  0x00000001 , 0x00000002 
- 00015190  0x00003104 fetch  0x00000001 , 0x0000438f 
- 00015191  0x00003105 iadd  0x00000002 , 0x0000003f 
- 00015192  0x00003106 store  0x00000001 , 0x0000438f 
- 00015193  0x00003108 fetch  0x00000002 , 0x00000abb 
- 00015194  0x00003109 copy  0x0000003f , 0x00000005 
- 00015195  0x0000310a fetch  0x00000002 , 0x00000ab6 
- 00015196  0x0000310b copy  0x0000003f , 0x00000003 
- 00015197  0x0000310d copy  0x00000002 , 0x00000039 
- 00015198  0x0000310e call  0x000066ea 
- 00015199  0x00003110 fetch  0x00000001 , 0x00000b04 
- 00015200  0x00003111 fetcht  0x00000001 , 0x00000ab2 
- 00015201  0x00003112 isub  0x00000002 , 0x0000003e 
- 00015202  0x00003113 nbranch  0x00003b3c , 0x00000005 
- 00015203  0x00003114 branch  0x00003c1a 
- 00015204  0x00003118 ifetch  0x00000001 , 0x00000003 
- 00015205  0x00003119 store  0x00000001 , 0x00000aa2 
- 00015206  0x0000311a ifetch  0x00000001 , 0x00000003 
- 00015207  0x0000311b store  0x00000001 , 0x00000aae 
- 00015208  0x0000311c rtn 
- 00015209  0x00003121 arg  0x00000000 , 0x00000002 
- 00015210  0x00003122 arg  0x00000002 , 0x00000011 
- 00015211  0x00003123 fetch  0x00000002 , 0x000046b4 
- 00015212  0x00003124 store  0x00000002 , 0x00000ac2 
- 00015213  0x00003125 arg  0x00000ac2 , 0x00000012 
- 00015214  0x00003126 branch  0x00003c25 
- 00015215  0x0000312b fetch  0x00000001 , 0x00000b04 
- 00015216  0x0000312c bne  0x00000001 , 0x00003c17 
- 00015217  0x0000312d ifetch  0x00000001 , 0x00000003 
- 00015218  0x0000312e store  0x00000001 , 0x000046b2 
- 00015219  0x0000312f setarg  0x00000000 
- 00015220  0x00003130 store  0x00000002 , 0x000046b4 
- 00015221  0x00003131 branch  0x00003c1a 
- 00015222  0x00003136 ifetch  0x00000004 , 0x00000003 
- 00015223  0x00003137 store  0x00000004 , 0x0000468a 
- 00015224  0x00003138 jam  0x00000004 , 0x00004689 
- 00015225  0x00003139 jam  0x00000000 , 0x00004663 
- 00015226  0x0000313a call  0x00003c1a 
- 00015227  0x0000313b branch  0x00005f31 
- 00015228  0x00003140 fetch  0x00000001 , 0x00000b04 
- 00015229  0x00003141 bne  0x00000003 , 0x00003c17 
- 00015230  0x00003142 ifetch  0x00000001 , 0x00000003 
- 00015231  0x00003143 beq  0x00000000 , 0x00003b82 
- 00015232  0x00003144 beq  0x00000001 , 0x00003b8a 
- 00015233  0x00003145 branch  0x00003c17 
- 00015234  0x00003148 ifetcht  0x00000001 , 0x00000003 
- 00015235  0x00003149 ifetch  0x00000001 , 0x00000003 
- 00015236  0x0000314a beq  0x00000002 , 0x00003b88 
- 00015237  0x0000314b nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00015238  0x0000314c call  0x000067fb 
- 00015239  0x0000314d branch  0x00003c1a 
- 00015240  0x00003150 call  0x00006806 
- 00015241  0x00003151 branch  0x00003c1a 
- 00015242  0x00003154 ifetcht  0x00000001 , 0x00000003 
- 00015243  0x00003155 call  0x00006812 
- 00015244  0x00003156 ifetch  0x00000001 , 0x00000003 
- 00015245  0x00003157 isolate1  0x00000000 , 0x0000003f 
- 00015246  0x00003158 call  0x0000682c 
- 00015247  0x00003159 branch  0x00003c1a 
- 00015248  0x0000315e fetch  0x00000001 , 0x00000b04 
- 00015249  0x0000315f bne  0x00000001 , 0x00003c17 
- 00015250  0x00003160 ifetcht  0x00000001 , 0x00000003 
- 00015251  0x00003161 call  0x0000681d 
- 00015252  0x00003162 setarg  0x00000000 
- 00015253  0x00003163 nsetflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00015254  0x00003164 arg  0x00000001 , 0x00000011 
- 00015255  0x00003165 branch  0x00003b0a 
- 00015256  0x0000316a copy  0x00000011 , 0x00000003 
- 00015257  0x0000316b ifetch  0x00000001 , 0x00000003 
- 00015258  0x0000316c copy  0x0000003f , 0x00000002 
- 00015259  0x0000316d beq  0x00000081 , 0x00003ba3 
- 00015260  0x0000316e beq  0x00000082 , 0x00003ba8 
- 00015261  0x0000316f beq  0x00000083 , 0x00003bae 
- 00015262  0x00003170 store  0x00000001 , 0x000044c6 
- 00015263  0x00003171 beq  0x00000000 , 0x00003bb3 
- 00015264  0x00003172 beq  0x00000001 , 0x00003bb6 
- 00015265  0x00003173 beq  0x00000002 , 0x00003bb8 
- 00015266  0x00003174 branch  0x00003c17 
- 00015267  0x00003177 fetch  0x00000001 , 0x000044be 
- 00015268  0x00003178 branch  0x00003c17 , 0x00000034 
- 00015269  0x00003179 storet  0x00000001 , 0x000044c6 
- 00015270  0x0000317a jam  0x0000000d , 0x00004456 
- 00015271  0x0000317b branch  0x00003bb4 
- 00015272  0x0000317d fetch  0x00000001 , 0x000044be 
- 00015273  0x0000317e branch  0x00003c17 , 0x00000034 
- 00015274  0x0000317f storet  0x00000001 , 0x000044c6 
- 00015275  0x00003180 jam  0x0000000d , 0x00004456 
- 00015276  0x00003181 jam  0x00000001 , 0x00004454 
- 00015277  0x00003182 branch  0x00003c1a 
- 00015278  0x00003184 fetch  0x00000001 , 0x000044be 
- 00015279  0x00003185 branch  0x00003c17 , 0x00000034 
- 00015280  0x00003186 storet  0x00000001 , 0x000044c6 
- 00015281  0x00003187 jam  0x0000000d , 0x00004456 
- 00015282  0x00003188 branch  0x00003bb9 
- 00015283  0x0000318a jam  0x00000000 , 0x00004456 
- 00015284  0x0000318c jam  0x00000003 , 0x00004454 
- 00015285  0x0000318d branch  0x00003c1a 
- 00015286  0x0000318f jam  0x00000005 , 0x00004456 
- 00015287  0x00003190 branch  0x00003bb4 
- 00015288  0x00003192 jam  0x00000005 , 0x00004456 
- 00015289  0x00003194 jam  0x00000000 , 0x00004454 
- 00015290  0x00003195 branch  0x00003c1a 
- 00015291  0x0000319a fetch  0x00000001 , 0x00000b04 
- 00015292  0x0000319b sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00015293  0x0000319c nbranch  0x00003c17 , 0x00000002 
- 00015294  0x0000319d store  0x00000001 , 0x0000436f 
- 00015295  0x0000319e copy  0x0000003f , 0x00000039 
- 00015296  0x0000319f copy  0x00000011 , 0x00000003 
- 00015297  0x000031a0 arg  0x00004370 , 0x00000005 
- 00015298  0x000031a1 call  0x000066ea 
- 00015299  0x000031a2 branch  0x00003c1a 
- 00015300  0x000031a7 fetch  0x00000001 , 0x00000b04 
- 00015301  0x000031a8 sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00015302  0x000031a9 nbranch  0x00003c17 , 0x00000002 
- 00015303  0x000031aa store  0x00000001 , 0x0000438f 
- 00015304  0x000031ab copy  0x0000003f , 0x00000039 
- 00015305  0x000031ac copy  0x00000011 , 0x00000003 
- 00015306  0x000031ad arg  0x00004390 , 0x00000005 
- 00015307  0x000031ae call  0x000066ea 
- 00015308  0x000031af branch  0x00003c1a 
- 00015309  0x000031b4 fetch  0x00000002 , 0x00004682 
- 00015310  0x000031b5 bbit0  0x00000009 , 0x00003c17 
- 00015311  0x000031b6 fetch  0x00000001 , 0x00000b04 
- 00015312  0x000031b7 bne  0x00000008 , 0x00003c17 
- 00015313  0x000031b8 copy  0x00000011 , 0x00000003 
- 00015314  0x000031b9 ifetch  0x00000008 , 0x00000003 
- 00015315  0x000031ba store  0x00000008 , 0x00004496 
- 00015316  0x000031bb jam  0x00000012 , 0x00000a99 
- 00015317  0x000031bc call  0x00007d8f 
- 00015318  0x000031bd branch  0x00003c1a 
- 00015319  0x000031c2 ifetch  0x00000002 , 0x00000003 
- 00015320  0x000031c3 store  0x00000002 , 0x00004482 
- 00015321  0x000031c4 branch  0x00003c1a 
- 00015322  0x000031c9 fetch  0x00000001 , 0x000044c6 
- 00015323  0x000031ca branch  0x00003c17 , 0x00000034 
- 00015324  0x000031cb fetch  0x00000001 , 0x000044c4 
- 00015325  0x000031cc bne  0x00000000 , 0x00003c17 
- 00015326  0x000031cd fetch  0x00000001 , 0x000044c5 
- 00015327  0x000031ce bne  0x00000000 , 0x00003c17 
- 00015328  0x000031cf call  0x00007e25 
- 00015329  0x000031d0 branch  0x00003c1a 
- 00015330  0x000031d5 fetch  0x00000001 , 0x00000b04 
- 00015331  0x000031d6 bne  0x00000005 , 0x00003c17 
- 00015332  0x000031d7 ifetch  0x00000001 , 0x00000003 
- 00015333  0x000031d8 store  0x00000001 , 0x000046a2 
- 00015334  0x000031d9 ifetch  0x00000004 , 0x00000003 
- 00015335  0x000031da store  0x00000004 , 0x000046a3 
- 00015336  0x000031db fetcht  0x00000001 , 0x000046a2 
- 00015337  0x000031dc call  0x0000680e 
- 00015338  0x000031dd call  0x00003cbc 
- 00015339  0x000031de branch  0x00003c1a 
- 00015340  0x000031e3 fetch  0x00000001 , 0x00000b04 
- 00015341  0x000031e4 bne  0x00000001 , 0x00003c17 
- 00015342  0x000031e5 ifetch  0x00000001 , 0x00000003 
- 00015343  0x000031e6 store  0x00000001 , 0x000041de 
- 00015344  0x000031e7 branch  0x00003c1a 
- 00015345  0x000031ec ifetch  0x00000001 , 0x00000003 
- 00015346  0x000031ed beq  0x00000001 , 0x00003bfa 
- 00015347  0x000031ee fetch  0x00000001 , 0x000044c1 
- 00015348  0x000031ef beq  0x00000003 , 0x00003bf8 
- 00015349  0x000031f0 beq  0x00000006 , 0x00003bf8 
- 00015350  0x000031f1 beq  0x00000007 , 0x00003bf8 
- 00015351  0x000031f2 branch  0x00003c17 
- 00015352  0x000031f4 jam  0x00000001 , 0x000044c2 
- 00015353  0x000031f5 branch  0x00003c1a 
- 00015354  0x000031f8 call  0x00005b53 
- 00015355  0x000031f9 branch  0x00003c1a 
- 00015356  0x000031fe fetch  0x00000001 , 0x00000b04 
- 00015357  0x000031ff bne  0x00000001 , 0x00003c17 
- 00015358  0x00003200 call  0x00003c1a 
- 00015359  0x00003201 ifetch  0x00000001 , 0x00000003 
- 00015360  0x00003202 branch  0x000060cb , 0x00000034 
- 00015361  0x00003203 branch  0x000060c9 
- 00015362  0x00003208 call  0x00003c1a 
- 00015363  0x00003209 call  0x00007f9e 
- 00015364  0x0000320a jam  0x00000001 , 0x00008010 
- 00015365  0x0000320b branch  0x00002a8e 
- 00015366  0x00003210 fetch  0x00000001 , 0x00000b04 
- 00015367  0x00003211 beq  0x00000000 , 0x00003c17 
- 00015368  0x00003212 ifetch  0x00000001 , 0x00000003 
- 00015369  0x00003213 branch  0x00003c13 , 0x00000034 
- 00015370  0x00003214 fetch  0x00000001 , 0x00000b04 
- 00015371  0x00003215 bne  0x00000005 , 0x00003c17 
- 00015372  0x00003216 ifetch  0x00000004 , 0x00000003 
- 00015373  0x00003217 arg  0x000f4240 , 0x00000002 
- 00015374  0x00003218 isub  0x00000002 , 0x0000003e 
- 00015375  0x00003219 branch  0x00003c17 , 0x00000002 
- 00015376  0x0000321a store  0x00000004 , 0x000044c7 
- 00015377  0x0000321b call  0x0000580c 
- 00015378  0x0000321c branch  0x00003c1a 
- 00015379  0x0000321f call  0x0000580e 
- 00015380  0x00003220 branch  0x00003c1a 
- 00015381  0x00003225 jam  0x00000000 , 0x00004091 
- 00015382  0x00003226 branch  0x00003c1a 
- 00015383  0x0000322c arg  0x00000001 , 0x00000002 
- 00015384  0x0000322d arg  0x00000000 , 0x00000011 
- 00015385  0x0000322e branch  0x00003c25 
- 00015386  0x00003232 arg  0x00000000 , 0x00000002 
- 00015387  0x00003233 arg  0x00000000 , 0x00000011 
- 00015388  0x00003234 branch  0x00003c25 
- 00015389  0x00003239 jam  0x00000000 , 0x00000b03 
- 00015390  0x0000323a branch  0x00003c49 
- 00015391  0x0000323f jam  0x00000002 , 0x00000b03 
- 00015392  0x00003240 branch  0x00003c49 
- 00015393  0x00003245 jam  0x00000003 , 0x00000b03 
- 00015394  0x00003246 branch  0x00003c49 
- 00015395  0x0000324b jam  0x00000005 , 0x00000b03 
- 00015396  0x0000324c branch  0x00003c49 
- 00015397  0x00003255 fetch  0x00000001 , 0x00000b03 
- 00015398  0x00003256 copy  0x0000003f , 0x00000013 
- 00015399  0x00003257 jam  0x00000006 , 0x00000b03 
- 00015400  0x00003258 setarg  0x00000002 
- 00015401  0x00003259 iadd  0x00000011 , 0x0000003f 
- 00015402  0x0000325a call  0x00003ca7 
- 00015403  0x0000325b copy  0x00000013 , 0x0000003f 
- 00015404  0x0000325c istore  0x00000001 , 0x0000000a 
- 00015405  0x0000325d istoret  0x00000001 , 0x0000000a 
- 00015406  0x0000325e copy  0x00000011 , 0x00000039 
- 00015407  0x0000325f copy  0x00000012 , 0x00000006 
- 00015408  0x00003260 call  0x000066e4 
- 00015409  0x00003261 branch  0x000066c5 
- 00015410  0x00003267 call  0x0000397f 
- 00015411  0x00003268 jam  0x00000007 , 0x00000b03 
- 00015412  0x00003269 fetch  0x00000001 , 0x000004ff 
- 00015413  0x0000326a rtn  0x00000034 
- 00015414  0x0000326b call  0x00003ca7 
- 00015415  0x0000326c fetch  0x00000001 , 0x000004ff 
- 00015416  0x0000326d copy  0x0000003f , 0x00000039 
- 00015417  0x0000326e fetch  0x00000002 , 0x00000501 
- 00015418  0x0000326f copy  0x0000003f , 0x00000006 
- 00015419  0x00003270 call  0x000066d1 
- 00015420  0x00003271 branch  0x000066c5 
- 00015421  0x00003276 jam  0x00000008 , 0x00000b03 
- 00015422  0x00003277 fetch  0x00000001 , 0x000046b6 
- 00015423  0x00003278 icopy  0x00000039 
- 00015424  0x00003279 increase  0x00000002 , 0x0000003f 
- 00015425  0x0000327a call  0x00003ca7 
- 00015426  0x0000327b fetch  0x00000002 , 0x000046b9 
- 00015427  0x0000327c istore  0x00000002 , 0x0000000a 
- 00015428  0x0000327d fetch  0x00000002 , 0x000046b7 
- 00015429  0x0000327e icopy  0x00000006 
- 00015430  0x0000327f call  0x000066d1 
- 00015431  0x00003280 branch  0x000066c5 
- 00015432  0x00003285 jam  0x00000009 , 0x00000b03 
- 00015433  0x00003287 setarg  0x00000000 
- 00015434  0x00003288 call  0x00003ca7 
- 00015435  0x00003289 branch  0x000066c5 
- 00015436  0x0000328e jam  0x0000000a , 0x00000b03 
- 00015437  0x0000328f setarg  0x00000001 
- 00015438  0x00003290 call  0x00003ca7 
- 00015439  0x00003292 call  0x00003c5d 
- 00015440  0x00003294 fetch  0x00000002 , 0x00004682 
- 00015441  0x00003295 arg  0x00000002 , 0x00000007 
- 00015442  0x00003296 qisolate1  0x0000003f 
- 00015443  0x00003297 setflag  0x00000001 , 0x00000003 , 0x00000002 
- 00015444  0x00003299 arg  0x00000009 , 0x00000007 
- 00015445  0x0000329a qisolate1  0x0000003f 
- 00015446  0x0000329b setflag  0x00000001 , 0x00000005 , 0x00000002 
- 00015447  0x0000329d fetch  0x00000001 , 0x00004682 
- 00015448  0x0000329e arg  0x00000004 , 0x00000007 
- 00015449  0x0000329f qisolate1  0x0000003f 
- 00015450  0x000032a0 setflag  0x00000001 , 0x00000004 , 0x00000002 
- 00015451  0x000032a2 istoret  0x00000001 , 0x0000000a 
- 00015452  0x000032a3 branch  0x000066c5 
- 00015453  0x000032a8 arg  0x00000000 , 0x00000002 
- 00015454  0x000032a9 fetch  0x00000001 , 0x00004093 
- 00015455  0x000032aa arg  0x00000000 , 0x00000007 
- 00015456  0x000032ab qisolate1  0x0000003f 
- 00015457  0x000032ac setflag  0x00000001 , 0x00000000 , 0x00000002 
- 00015458  0x000032ad arg  0x00000001 , 0x00000007 
- 00015459  0x000032ae qisolate1  0x0000003f 
- 00015460  0x000032af setflag  0x00000001 , 0x00000001 , 0x00000002 
- 00015461  0x000032b1 fetch  0x00000001 , 0x0000436e 
- 00015462  0x000032b2 arg  0x00000000 , 0x00000007 
- 00015463  0x000032b3 qisolate1  0x0000003f 
- 00015464  0x000032b4 setflag  0x00000001 , 0x00000002 , 0x00000002 
- 00015465  0x000032b5 rtn 
- 00015466  0x000032ba jam  0x0000000d , 0x00000b03 
- 00015467  0x000032bb fetch  0x00000001 , 0x00004217 
- 00015468  0x000032bc mul32  0x0000003f , 0x00000022 , 0x0000003f 
- 00015469  0x000032bd icopy  0x00000039 
- 00015470  0x000032be call  0x00003ca7 
- 00015471  0x000032bf fetch  0x00000002 , 0x00004215 
- 00015472  0x000032c0 icopy  0x00000006 
- 00015473  0x000032c1 call  0x000066d1 
- 00015474  0x000032c2 branch  0x000066c5 
- 00015475  0x000032c7 jam  0x0000000e , 0x00000b03 
- 00015476  0x000032c8 setarg  0x00000004 
- 00015477  0x000032c9 call  0x00003ca7 
- 00015478  0x000032ca fetch  0x00000004 , 0x000009ba 
- 00015479  0x000032cb istore  0x00000004 , 0x0000000a 
- 00015480  0x000032cc branch  0x000066c5 
- 00015481  0x000032d1 jam  0x0000000f , 0x00000b03 
- 00015482  0x000032d2 hfetch  0x00000002 , 0x00008112 
- 00015483  0x000032d3 arg  0x000000ff , 0x00000002 
- 00015484  0x000032d4 call  0x00007fdd 
- 00015485  0x000032d5 copy  0x0000003f , 0x00000039 
- 00015486  0x000032d6 call  0x00003ca7 
- 00015487  0x000032d7 call  0x000066cb 
- 00015488  0x000032d8 call  0x00006703 
- 00015489  0x000032d9 branch  0x000066c5 
- 00015490  0x000032de jam  0x00000010 , 0x00000b03 
- 00015491  0x000032df branch  0x00003c49 
- 00015492  0x000032e4 jam  0x00000011 , 0x00000b03 
- 00015493  0x000032e5 setarg  0x00000004 
- 00015494  0x000032e6 call  0x00003ca7 
- 00015495  0x000032e7 fetch  0x00000004 , 0x000044c7 
- 00015496  0x000032e8 istore  0x00000004 , 0x0000000a 
- 00015497  0x000032e9 branch  0x000066c5 
- 00015498  0x000032ee arg  0x00000180 , 0x00000011 
- 00015499  0x000032ef branch  0x00003c91 
- 00015500  0x000032f2 arg  0x00000080 , 0x00000011 
- 00015501  0x000032f3 branch  0x00003c91 
- 00015502  0x000032f6 arg  0x00000101 , 0x00000011 
- 00015503  0x000032f7 branch  0x00003c91 
- 00015504  0x000032fa arg  0x00000001 , 0x00000011 
- 00015505  0x000032fd jam  0x00000000 , 0x00004661 
- 00015506  0x000032fe jam  0x00000014 , 0x00000b03 
- 00015507  0x000032ff setarg  0x00000002 
- 00015508  0x00003300 call  0x00003ca7 
- 00015509  0x00003301 copy  0x00000011 , 0x0000003f 
- 00015510  0x00003302 istore  0x00000002 , 0x0000000a 
- 00015511  0x00003303 branch  0x000066c5 
- 00015512  0x00003308 arg  0x00000000 , 0x00000013 
- 00015513  0x00003309 branch  0x00003c9b 
- 00015514  0x0000330c arg  0x00000001 , 0x00000013 
- 00015515  0x0000330f jam  0x00000015 , 0x00000b03 
- 00015516  0x00003310 setarg  0x00000001 
- 00015517  0x00003311 call  0x00003ca7 
- 00015518  0x00003312 copy  0x00000013 , 0x0000003f 
- 00015519  0x00003313 istore  0x00000001 , 0x0000000a 
- 00015520  0x00003314 branch  0x000066c5 
- 00015521  0x00003319 jam  0x0000001d , 0x00000b03 
- 00015522  0x0000331a setarg  0x00000004 
- 00015523  0x0000331b call  0x00003ca7 
- 00015524  0x0000331c fetch  0x00000004 , 0x000009ba 
- 00015525  0x0000331d istore  0x00000004 , 0x0000000a 
- 00015526  0x0000331e branch  0x000066c5 
- 00015527  0x0000332a jam  0x00000002 , 0x00000b02 
- 00015528  0x0000332b store  0x00000001 , 0x00000b04 
- 00015529  0x0000332c storet  0x00000008 , 0x00000aa2 
- 00015530  0x0000332d bpatch  0x000000e2 , 0x0000401c 
- 00015531  0x0000332e call  0x00003cb1 
- 00015532  0x0000332f fetcht  0x00000008 , 0x00000aa2 
- 00015533  0x00003330 call  0x000066c2 
- 00015534  0x00003331 fetch  0x00000003 , 0x00000b02 
- 00015535  0x00003332 istore  0x00000003 , 0x0000000a 
- 00015536  0x00003333 rtn 
- 00015537  0x00003337 call  0x00003cba 
- 00015538  0x00003338 rtn  0x00000001 
- 00015539  0x0000333a call  0x00003cb8 
- 00015540  0x0000333b fetch  0x00000004 , 0x000046a3 
- 00015541  0x0000333c rshift2  0x0000003f , 0x0000003f 
- 00015542  0x0000333d rtn  0x00000034 
- 00015543  0x0000333e branch  0x00003cbe 
- 00015544  0x00003342 fetcht  0x00000001 , 0x000046a2 
- 00015545  0x00003343 branch  0x00006829 
- 00015546  0x00003346 fetcht  0x00000001 , 0x000046a2 
- 00015547  0x00003347 branch  0x0000681b 
- 00015548  0x0000334a fetcht  0x00000001 , 0x000046a2 
- 00015549  0x0000334b branch  0x00006825 
- 00015550  0x0000334f increase  0xffffffff , 0x0000003f 
- 00015551  0x00003350 nop  0x00000026 
- 00015552  0x00003351 nbranch  0x00003cbe , 0x00000034 
- 00015553  0x00003352 rtn 
- 00015554  0x0000335c call  0x00003ad4 
- 00015555  0x0000335d rtn  0x00000028 
- 00015556  0x0000335e copy  0x00000011 , 0x0000003f 
- 00015557  0x0000335f store  0x00000002 , 0x000046b7 
- 00015558  0x00003360 copy  0x00000012 , 0x0000003f 
- 00015559  0x00003361 store  0x00000001 , 0x000046b6 
- 00015560  0x00003362 fetch  0x00000002 , 0x00000478 
- 00015561  0x00003363 fetcht  0x00000002 , 0x000046bb 
- 00015562  0x00003364 isub  0x00000002 , 0x0000003e 
- 00015563  0x00003365 branch  0x00003ccf , 0x00000005 
- 00015564  0x00003366 fetcht  0x00000002 , 0x000046bd 
- 00015565  0x00003367 isub  0x00000002 , 0x0000003e 
- 00015566  0x00003368 nrtn  0x00000005 
- 00015567  0x0000336a store  0x00000002 , 0x000046b9 
- 00015568  0x0000336b branch  0x00003c3d 
- 00015569  0x00003371 fetch  0x00000001 , 0x000046bf 
- 00015570  0x00003372 rtnbit1  0x00000005 
- 00015571  0x00003373 call  0x00003cf0 
- 00015572  0x00003374 branch  0x0000340c 
- 00015573  0x00003378 jam  0x00000002 , 0x00004172 
- 00015574  0x00003379 rtn 
- 00015575  0x0000337e branch  0x00003cd8 
- 00015576  0x00003381 fetch  0x00000001 , 0x000046b2 
- 00015577  0x00003382 rtn  0x00000034 
- 00015578  0x00003383 fetch  0x00000001 , 0x000046b3 
- 00015579  0x00003384 rtn  0x00000034 
- 00015580  0x00003385 increase  0xffffffff , 0x0000003f 
- 00015581  0x00003386 store  0x00000001 , 0x000046b3 
- 00015582  0x00003387 nrtn  0x00000034 
- 00015583  0x00003388 jam  0x0000000a , 0x000046b3 
- 00015584  0x00003389 call  0x000068eb 
- 00015585  0x0000338a call  0x00006908 
- 00015586  0x0000338b div  0x0000003f , 0x00000064 
- 00015587  0x0000338c call  0x00007f86 
- 00015588  0x0000338d quotient  0x0000003f 
- 00015589  0x0000338e remainder  0x00000002 
- 00015590  0x0000338f store  0x00000001 , 0x000046b4 
- 00015591  0x00003390 storet  0x00000001 , 0x000046b5 
- 00015592  0x00003391 rtn 
- 00015593  0x00003395 call  0x00007fb4 
- 00015594  0x00003396 branch  0x000033d9 , 0x00000002 
- 00015595  0x00003397 branch  0x000033db 
- 00015596  0x0000339c arg  0x00000006 , 0x00000007 
- 00015597  0x0000339d branch  0x00003cfc 
- 00015598  0x000033a0 arg  0x00000006 , 0x00000007 
- 00015599  0x000033a1 branch  0x00003cf8 
- 00015600  0x000033a4 arg  0x00000005 , 0x00000007 
- 00015601  0x000033a5 branch  0x00003cfc 
- 00015602  0x000033a8 arg  0x00000005 , 0x00000007 
- 00015603  0x000033a9 branch  0x00003cf8 
- 00015604  0x000033ac arg  0x00000004 , 0x00000007 
- 00015605  0x000033ad branch  0x00003cfc 
- 00015606  0x000033b0 arg  0x00000004 , 0x00000007 
- 00015607  0x000033b1 branch  0x00003cf8 
- 00015608  0x000033b4 fetch  0x00000001 , 0x000046bf 
- 00015609  0x000033b5 qset0  0x0000003f 
- 00015610  0x000033b6 store  0x00000001 , 0x000046bf 
- 00015611  0x000033b7 rtn 
- 00015612  0x000033ba fetch  0x00000001 , 0x000046bf 
- 00015613  0x000033bb qset1  0x0000003f 
- 00015614  0x000033bc store  0x00000001 , 0x000046bf 
- 00015615  0x000033bd rtn 
- 00015616  0x000033c8 call  0x00003d39 
- 00015617  0x000033c9 call  0x0000640f 
- 00015618  0x000033ca call  0x000040c6 
- 00015619  0x000033cb call  0x00003d66 
- 00015620  0x000033cc call  0x00006411 
- 00015621  0x000033cd rtn  0x0000002b 
- 00015622  0x000033ce call  0x00003d16 
- 00015623  0x000033cf call  0x00003d19 
- 00015624  0x000033d2 fetch  0x00000004 , 0x000046d3 
- 00015625  0x000033d3 rtnbit1  0x00000010 
- 00015626  0x000033d4 call  0x00003d4e 
- 00015627  0x000033d5 rtnmark1  0x00000026 
- 00015628  0x000033d6 fetch  0x00000002 , 0x00004682 
- 00015629  0x000033d7 bbit1  0x0000000c , 0x000042b0 
- 00015630  0x000033d8 branch  0x000042a2 
- 00015631  0x000033dc fetch  0x00000004 , 0x000046d3 
- 00015632  0x000033dd rtnbit0  0x0000001b 
- 00015633  0x000033de arg  0x00000014 , 0x00000039 
- 00015634  0x000033e0 setarg  0x00030d40 
- 00015635  0x000033e1 call  0x00002a8f 
- 00015636  0x000033e2 loop  0x00007ec1 
- 00015637  0x000033e3 rtn 
- 00015638  0x000033e7 fetch  0x00000004 , 0x000046d3 
- 00015639  0x000033e8 rtnbit0  0x00000010 
- 00015640  0x000033e9 branch  0x000048ea 
- 00015641  0x000033ed setarg  0x0000416d 
- 00015642  0x000033ee store  0x00000002 , 0x000041ef 
- 00015643  0x000033ef setarg  0x00003f77 
- 00015644  0x000033f0 store  0x00000002 , 0x000041f1 
- 00015645  0x000033f1 setarg  0x00003ebb 
- 00015646  0x000033f2 store  0x00000002 , 0x000041ed 
- 00015647  0x000033f3 setarg  0x0000417c 
- 00015648  0x000033f4 store  0x00000002 , 0x000041f5 
- 00015649  0x000033f5 setarg  0x00003de3 
- 00015650  0x000033f6 store  0x00000002 , 0x000041f3 
- 00015651  0x000033f7 setarg  0x00003eb3 
- 00015652  0x000033f8 store  0x00000002 , 0x000041eb 
- 00015653  0x000033f9 setarg  0x00003d5b 
- 00015654  0x000033fa store  0x00000002 , 0x000041f9 
- 00015655  0x000033fc call  0x00002c7a 
- 00015656  0x000033fd setarg  0x00004401 
- 00015657  0x000033fe add  0x00000013 , 0x000000d8 , 0x00000005 
- 00015658  0x000033ff istore  0x00000002 , 0x00000005 
- 00015659  0x00003400 setarg  0x00004406 
- 00015660  0x00003401 add  0x00000013 , 0x000000da , 0x00000005 
- 00015661  0x00003402 istore  0x00000002 , 0x00000005 
- 00015662  0x00003403 setarg  0x00003ebf 
- 00015663  0x00003404 add  0x00000013 , 0x000000dc , 0x00000005 
- 00015664  0x00003405 istore  0x00000002 , 0x00000005 
- 00015665  0x00003407 setarg  0x000041f9 
- 00015666  0x00003408 store  0x00000002 , 0x000041fd 
- 00015667  0x00003409 setarg  0x00003d36 
- 00015668  0x0000340a store  0x00000002 , 0x00004201 
- 00015669  0x0000340b rtn 
- 00015670  0x0000340e fetch  0x00000004 , 0x000046d3 
- 00015671  0x0000340f bbit0  0x00000012 , 0x000064d7 
- 00015672  0x00003410 branch  0x000064da 
- 00015673  0x00003413 rtn  0x0000002b 
- 00015674  0x00003414 call  0x00002c9d 
- 00015675  0x00003415 call  0x00003e6e 
- 00015676  0x00003416 call  0x00003e1e 
- 00015677  0x00003417 call  0x00003e54 
- 00015678  0x00003418 call  0x00005810 
- 00015679  0x00003419 call  0x00005839 
- 00015680  0x0000341a call  0x0000582c 
- 00015681  0x0000341b call  0x00005818 
- 00015682  0x0000341c fetch  0x00000004 , 0x000046d3 
- 00015683  0x0000341d bbit1  0x00000014 , 0x00003d46 
- 00015684  0x0000341e bbit1  0x00000013 , 0x00004414 
- 00015685  0x0000341f rtn 
- 00015686  0x00003422 call  0x0000659c 
- 00015687  0x00003423 fetch  0x00000004 , 0x000046d3 
- 00015688  0x00003424 isolate1  0x00000019 , 0x0000003f 
- 00015689  0x00003425 ncall  0x000065c2 , 0x00000001 
- 00015690  0x00003426 call  0x0000443f 
- 00015691  0x00003427 call  0x00003dc9 
- 00015692  0x00003428 call  0x000041aa 
- 00015693  0x00003429 branch  0x000065df 
- 00015694  0x0000342c fetch  0x00000004 , 0x000046d3 
- 00015695  0x0000342d bbit0  0x0000001e , 0x00003d53 
- 00015696  0x0000342e fetch  0x00000001 , 0x00000abd 
- 00015697  0x0000342f isolate0  0x00000003 , 0x0000003f 
- 00015698  0x00003430 nrtn  0x00000001 
- 00015699  0x00003432 fetch  0x00000001 , 0x0000471f 
- 00015700  0x00003433 store  0x00000001 , 0x0000471e 
- 00015701  0x00003434 fetch  0x00000001 , 0x000046f5 
- 00015702  0x00003435 rtnbit1  0x00000006 
- 00015703  0x00003437 fetch  0x00000004 , 0x000046d3 
- 00015704  0x00003438 rtnbit0  0x00000011 
- 00015705  0x00003439 bbit1  0x0000001d , 0x00002ee4 
- 00015706  0x0000343a branch  0x00002f2c 
- 00015707  0x0000343c fetch  0x00000001 , 0x00000478 
- 00015708  0x0000343d sub  0x0000003f , 0x0000001a , 0x0000003f 
- 00015709  0x0000343e nrtn  0x00000005 
- 00015710  0x0000343f jam  0x00000012 , 0x00000a99 
- 00015711  0x00003440 call  0x00007d8f 
- 00015712  0x00003442 arg  0x00000000 , 0x00000007 
- 00015713  0x00003443 branch  0x000041b9 
- 00015714  0x00003446 fetch  0x00000001 , 0x000046b6 
- 00015715  0x00003447 rtneq  0x00000001 
- 00015716  0x00003448 jam  0x00000001 , 0x000046b6 
- 00015717  0x00003449 rtn 
- 00015718  0x0000344b fetch  0x00000001 , 0x000046e1 
- 00015719  0x0000344c and  0x0000003f , 0x0000000f , 0x0000003f 
- 00015720  0x0000344d store  0x00000001 , 0x0000477a 
- 00015721  0x0000344e branch  0x00003d80 
- 00015722  0x00003452 fetcht  0x00000001 , 0x000046e7 
- 00015723  0x00003453 call  0x0000681d 
- 00015724  0x00003454 nbranch  0x00003d62 , 0x00000001 
- 00015725  0x00003456 fetch  0x00000001 , 0x000046b6 
- 00015726  0x00003457 rtneq  0x00000000 
- 00015727  0x00003458 jam  0x00000000 , 0x000046b6 
- 00015728  0x00003459 fetch  0x00000001 , 0x0000477a 
- 00015729  0x0000345a increase  0x00000001 , 0x0000003f 
- 00015730  0x0000345b and  0x0000003f , 0x00000003 , 0x0000003f 
- 00015731  0x0000345c store  0x00000001 , 0x0000477a 
- 00015732  0x0000345d call  0x00003d7e 
- 00015733  0x0000345e fetch  0x00000004 , 0x000046d3 
- 00015734  0x0000345f bbit1  0x00000014 , 0x0000443b 
- 00015735  0x00003460 bbit1  0x00000013 , 0x00003d79 
- 00015736  0x00003461 rtn 
- 00015737  0x00003463 arg  0x0000001e , 0x00000002 
- 00015738  0x00003464 call  0x0000680e 
- 00015739  0x00003465 arg  0x0000001f , 0x00000002 
- 00015740  0x00003466 call  0x0000680e 
- 00015741  0x00003467 branch  0x00004435 
- 00015742  0x0000346a bpatch  0x000000e3 , 0x0000401c 
- 00015743  0x0000346b call  0x0000424a 
- 00015744  0x0000346c fetch  0x00000001 , 0x000046e0 
- 00015745  0x0000346d beq  0x00000005 , 0x00003daa 
- 00015746  0x0000346e beq  0x00000004 , 0x00003d96 
- 00015747  0x0000346f fetch  0x00000001 , 0x0000477a 
- 00015748  0x00003470 beq  0x00000000 , 0x00003d8a 
- 00015749  0x00003471 beq  0x00000001 , 0x00003d88 
- 00015750  0x00003472 beq  0x00000002 , 0x00003d8c 
- 00015751  0x00003473 beq  0x00000003 , 0x00003d8e 
- 00015752  0x00003475 fetch  0x00000001 , 0x00004780 
- 00015753  0x00003476 branch  0x00003dbe 
- 00015754  0x00003478 fetch  0x00000001 , 0x0000477f 
- 00015755  0x00003479 branch  0x00003dbe 
- 00015756  0x0000347b fetch  0x00000001 , 0x00004781 
- 00015757  0x0000347c branch  0x00003dbe 
- 00015758  0x0000347e fetch  0x00000001 , 0x00004782 
- 00015759  0x0000347f branch  0x00003dbe 
- 00015760  0x00003481 fetch  0x00000001 , 0x000046e0 
- 00015761  0x00003482 rtneq  0x00000006 
- 00015762  0x00003483 fetch  0x00000001 , 0x000046b5 
- 00015763  0x00003484 increase  0x00000001 , 0x0000003f 
- 00015764  0x00003485 store  0x00000001 , 0x000046b5 
- 00015765  0x00003486 rtn 
- 00015766  0x00003489 fetch  0x00000001 , 0x0000477a 
- 00015767  0x0000348a beq  0x00000000 , 0x00003d9d 
- 00015768  0x0000348b beq  0x00000001 , 0x00003d9b 
- 00015769  0x0000348c beq  0x00000002 , 0x00003d9f 
- 00015770  0x0000348d beq  0x00000003 , 0x00003da1 
- 00015771  0x0000348f fetch  0x00000001 , 0x00004784 
- 00015772  0x00003490 branch  0x00003da2 
- 00015773  0x00003492 fetch  0x00000001 , 0x00004783 
- 00015774  0x00003493 branch  0x00003da2 
- 00015775  0x00003495 fetch  0x00000001 , 0x00004785 
- 00015776  0x00003496 branch  0x00003da2 
- 00015777  0x00003498 fetch  0x00000001 , 0x00004786 
- 00015778  0x0000349a store  0x00000001 , 0x000046b5 
- 00015779  0x0000349b lshift8  0x0000003f , 0x0000003f 
- 00015780  0x0000349c copy  0x0000003f , 0x00000011 
- 00015781  0x0000349d add  0x0000003f , 0x0000000d , 0x0000003f 
- 00015782  0x0000349e call  0x00006413 
- 00015783  0x0000349f copy  0x00000011 , 0x0000003f 
- 00015784  0x000034a0 add  0x0000003f , 0x0000000e , 0x0000003f 
- 00015785  0x000034a1 branch  0x00006413 
- 00015786  0x000034a4 fetch  0x00000001 , 0x0000477a 
- 00015787  0x000034a5 beq  0x00000000 , 0x00003db1 
- 00015788  0x000034a6 beq  0x00000001 , 0x00003daf 
- 00015789  0x000034a7 beq  0x00000002 , 0x00003db3 
- 00015790  0x000034a8 beq  0x00000003 , 0x00003db5 
- 00015791  0x000034aa fetch  0x00000001 , 0x00004788 
- 00015792  0x000034ab branch  0x00003db6 
- 00015793  0x000034ad fetch  0x00000001 , 0x00004787 
- 00015794  0x000034ae branch  0x00003db6 
- 00015795  0x000034b0 fetch  0x00000001 , 0x00004789 
- 00015796  0x000034b1 branch  0x00003db6 
- 00015797  0x000034b3 fetch  0x00000001 , 0x0000478a 
- 00015798  0x000034b5 store  0x00000001 , 0x000046b5 
- 00015799  0x000034b6 call  0x000040c0 
- 00015800  0x000034b7 fetch  0x00000001 , 0x000046b5 
- 00015801  0x000034b9 add  0x0000003f , 0x00000080 , 0x0000003f 
- 00015802  0x000034ba lshift8  0x0000003f , 0x0000003f 
- 00015803  0x000034bb add  0x0000003f , 0x00000005 , 0x0000003f 
- 00015804  0x000034bc copy  0x0000003f , 0x00000011 
- 00015805  0x000034bd branch  0x0000415a 
- 00015806  0x000034c0 store  0x00000001 , 0x000046b5 
- 00015807  0x000034c1 call  0x00003d90 
- 00015808  0x000034c2 fetch  0x00000001 , 0x000046b5 
- 00015809  0x000034c3 setarg  0x00000006 
- 00015810  0x000034c4 call  0x00006414 
- 00015811  0x000034c5 and  0x0000003f , 0x000000f8 , 0x00000002 
- 00015812  0x000034c6 fetch  0x00000001 , 0x000046b5 
- 00015813  0x000034c7 iadd  0x00000002 , 0x0000003f 
- 00015814  0x000034c8 lshift8  0x0000003f , 0x0000003f 
- 00015815  0x000034c9 add  0x0000003f , 0x00000006 , 0x0000003f 
- 00015816  0x000034ca branch  0x00006413 
- 00015817  0x000034ce call  0x000033c4 
- 00015818  0x000034cf branch  0x00004316 , 0x00000005 
- 00015819  0x000034d0 call  0x0000441c 
- 00015820  0x000034d1 call  0x000042e4 
- 00015821  0x000034d2 branch  0x000033bd 
- 00015822  0x000034d6 fetch  0x00000002 , 0x00004707 
- 00015823  0x000034d7 rtn  0x00000034 
- 00015824  0x000034d8 fetch  0x00000004 , 0x000046d3 
- 00015825  0x000034d9 rtnbit0  0x00000011 
- 00015826  0x000034da rtnbit1  0x00000003 
- 00015827  0x000034db rtnmark1  0x00000026 
- 00015828  0x000034dc call  0x00004083 
- 00015829  0x000034dd rtnne  0x00000007 
- 00015830  0x000034de call  0x00004482 
- 00015831  0x000034df arg  0x00000003 , 0x00000007 
- 00015832  0x000034e0 call  0x000043ce 
- 00015833  0x000034e1 setarg  0x00000000 
- 00015834  0x000034e2 store  0x00000002 , 0x000046ae 
- 00015835  0x000034e3 store  0x00000001 , 0x000046b4 
- 00015836  0x000034e4 call  0x00003263 
- 00015837  0x000034e6 fetch  0x00000002 , 0x00004682 
- 00015838  0x000034e7 bbit1  0x00000007 , 0x00004392 
- 00015839  0x000034e8 bbit1  0x00000009 , 0x00003402 
- 00015840  0x000034e9 bbit1  0x00000000 , 0x000033e9 
- 00015841  0x000034ea call  0x000042ca 
- 00015842  0x000034eb branch  0x00002ead 
- 00015843  0x000034ef call  0x00003dce 
- 00015844  0x000034f0 call  0x00007e34 
- 00015845  0x000034f1 call  0x00003d6a 
- 00015846  0x000034f2 call  0x00003de9 
- 00015847  0x000034f3 call  0x00003ee0 
- 00015848  0x000034f4 branch  0x00003df7 
- 00015849  0x000034f6 fetch  0x00000004 , 0x000046d3 
- 00015850  0x000034f7 rtnbit0  0x00000010 
- 00015851  0x000034f8 call  0x000048d3 
- 00015852  0x000034f9 branch  0x000048fd 
- 00015853  0x000034fc hfetch  0x00000001 , 0x00008a04 
- 00015854  0x000034fd bbit0  0x00000007 , 0x00003df1 
- 00015855  0x000034fe bbit1  0x00000007 , 0x00003df4 
- 00015856  0x000034ff rtn 
- 00015857  0x00003501 fetch  0x00000001 , 0x000046ff 
- 00015858  0x00003502 rtnbit0  0x00000007 
- 00015859  0x00003503 branch  0x0000659a 
- 00015860  0x00003505 fetch  0x00000001 , 0x000046ff 
- 00015861  0x00003506 rtnbit1  0x00000007 
- 00015862  0x00003507 branch  0x00004381 
- 00015863  0x0000350a call  0x00003ded 
- 00015864  0x0000350b hfetch  0x00000001 , 0x00008a04 
- 00015865  0x0000350c store  0x00000001 , 0x000046ff 
- 00015866  0x0000350d rtnbit0  0x00000007 
- 00015867  0x0000350e call  0x00003e07 
- 00015868  0x0000350f fetch  0x00000004 , 0x000046f9 
- 00015869  0x00003510 fetcht  0x00000001 , 0x000046fd 
- 00015870  0x00003511 iadd  0x00000002 , 0x00000002 
- 00015871  0x00003512 copy  0x00000022 , 0x0000003f 
- 00015872  0x00003513 isub  0x00000002 , 0x0000003e 
- 00015873  0x00003514 nrtn  0x00000002 
- 00015874  0x00003515 store  0x00000004 , 0x000046f9 
- 00015875  0x00003516 call  0x00003f97 
- 00015876  0x00003517 nrtn  0x00000028 
- 00015877  0x00003518 jam  0x00000004 , 0x00000d38 
- 00015878  0x00003519 branch  0x00003e0f 
- 00015879  0x0000351c fetcht  0x00000004 , 0x000046f9 
- 00015880  0x0000351d copy  0x00000022 , 0x0000003f 
- 00015881  0x0000351e isub  0x00000002 , 0x0000003e 
- 00015882  0x0000351f ncall  0x00003e0c , 0x00000002 
- 00015883  0x00003520 rtn 
- 00015884  0x00003522 setarg  0x00000000 
- 00015885  0x00003523 store  0x00000004 , 0x000046f9 
- 00015886  0x00003524 rtn 
- 00015887  0x00003529 fetch  0x00000001 , 0x00000d38 
- 00015888  0x0000352a rtnbit0  0x00000002 
- 00015889  0x0000352b branch  0x00003e12 
- 00015890  0x0000352d hfetch  0x00000001 , 0x00008a04 
- 00015891  0x0000352e rtnbit0  0x00000007 
- 00015892  0x0000352f jam  0x00000020 , 0x00000d52 
- 00015893  0x00003530 setarg  0x00000001 
- 00015894  0x00003531 store  0x00000001 , 0x00000d54 
- 00015895  0x00003532 fetch  0x00000007 , 0x0000469a 
- 00015896  0x00003533 istore  0x00000007 , 0x00000005 
- 00015897  0x00003534 rtn 
- 00015898  0x00003538 hfetch  0x00000002 , 0x00008050 
- 00015899  0x00003539 set0  0x0000000b , 0x0000003f 
- 00015900  0x0000353a hstore  0x00000002 , 0x00008050 
- 00015901  0x0000353b rtn 
- 00015902  0x0000353e setarg  0x00008c00 
- 00015903  0x0000353f store  0x00000002 , 0x00004575 
- 00015904  0x00003540 setarg  0x00008e7a 
- 00015905  0x00003541 store  0x00000002 , 0x000044bc 
- 00015906  0x00003542 setarg  0x00002402 
- 00015907  0x00003543 store  0x00000002 , 0x000040bd 
- 00015908  0x00003544 setarg  0x00002580 
- 00015909  0x00003545 store  0x00000003 , 0x000040aa 
- 00015910  0x00003546 jam  0x00000003 , 0x00004173 
- 00015911  0x00003547 jam  0x00000008 , 0x00004156 
- 00015912  0x00003548 jam  0x00000001 , 0x000046d9 
- 00015913  0x00003549 setarg  0x00000200 
- 00015914  0x0000354a store  0x00000002 , 0x00004154 
- 00015915  0x0000354b jam  0x00000017 , 0x000044a6 
- 00015916  0x0000354c jam  0x00000017 , 0x000044a8 
- 00015917  0x0000354e setarg  0x00000a77 
- 00015918  0x0000354f store  0x00000002 , 0x00004212 
- 00015919  0x0000355f setsect  0x00000000 , 0x00000306 
- 00015920  0x00003560 setsect  0x00000001 , 0x00004440 
- 00015921  0x00003561 setsect  0x00000002 , 0x00010000 
- 00015922  0x00003562 setsect  0x00000003 , 0x00004408 
- 00015923  0x00003563 store  0x00000009 , 0x00004577 
- 00015924  0x00003564 setsect  0x00000000 , 0x00001224 
- 00015925  0x00003565 setsect  0x00000001 , 0x00004000 
- 00015926  0x00003566 setsect  0x00000002 , 0x00000000 
- 00015927  0x00003567 istore  0x00000005 , 0x00000005 
- 00015928  0x00003569 setsect  0x00000000 , 0x0003ffff 
- 00015929  0x0000356a setsect  0x00000001 , 0x0002fe23 
- 00015930  0x0000356b setsect  0x00000002 , 0x000199d9 
- 00015931  0x0000356c setsect  0x00000003 , 0x0000020d 
- 00015932  0x0000356d store  0x00000008 , 0x00004098 
- 00015933  0x0000356f setarg  0x0000012c 
- 00015934  0x00003570 store  0x00000002 , 0x00004707 
- 00015935  0x00003571 call  0x000057a3 
- 00015936  0x00003572 fetch  0x00000004 , 0x000046d3 
- 00015937  0x00003573 rtnbit0  0x0000001f 
- 00015938  0x00003574 call  0x00003e44 
- 00015939  0x00003575 branch  0x00003e4c 
- 00015940  0x00003578 fetcht  0x00000001 , 0x000046f7 
- 00015941  0x00003579 call  0x000067fb 
- 00015942  0x0000357a fetcht  0x00000001 , 0x000046f7 
- 00015943  0x0000357b call  0x0000681d 
- 00015944  0x0000357c jam  0x00000003 , 0x000046f6 
- 00015945  0x0000357d rtn  0x00000001 
- 00015946  0x0000357e jam  0x00000002 , 0x000046f6 
- 00015947  0x0000357f rtn 
- 00015948  0x00003582 fetcht  0x00000001 , 0x000046f8 
- 00015949  0x00003583 call  0x000067fb 
- 00015950  0x00003584 fetcht  0x00000001 , 0x000046f8 
- 00015951  0x00003585 call  0x0000681d 
- 00015952  0x00003586 jam  0x00000000 , 0x0000422d 
- 00015953  0x00003587 rtn  0x00000001 
- 00015954  0x00003588 jam  0x00000002 , 0x0000422d 
- 00015955  0x00003589 rtn 
- 00015956  0x0000358d fetch  0x00000001 , 0x0000422d 
- 00015957  0x0000358e beq  0x00000000 , 0x00003e59 
- 00015958  0x0000358f beq  0x00000001 , 0x00003e62 
- 00015959  0x00003590 beq  0x00000002 , 0x00003e6b 
- 00015960  0x00003591 branch  0x00003e59 
- 00015961  0x00003594 fetcht  0x00000002 , 0x00004221 
- 00015962  0x00003595 fetch  0x00000002 , 0x00004227 
- 00015963  0x00003596 isub  0x00000002 , 0x0000003f 
- 00015964  0x00003597 mul32  0x0000003f , 0x00000014 , 0x0000003f 
- 00015965  0x00003598 div  0x0000003f , 0x00000064 
- 00015966  0x00003599 call  0x00007f86 
- 00015967  0x0000359a quotient  0x0000003f 
- 00015968  0x0000359b store  0x00000002 , 0x000046d0 
- 00015969  0x0000359c rtn 
- 00015970  0x0000359e fetcht  0x00000002 , 0x0000421f 
- 00015971  0x0000359f fetch  0x00000002 , 0x00004225 
- 00015972  0x000035a0 isub  0x00000002 , 0x0000003f 
- 00015973  0x000035a1 mul32  0x0000003f , 0x000000e6 , 0x0000003f 
- 00015974  0x000035a2 div  0x0000003f , 0x00000190 
- 00015975  0x000035a3 call  0x00007f86 
- 00015976  0x000035a4 quotient  0x0000003f 
- 00015977  0x000035a5 store  0x00000002 , 0x000046d0 
- 00015978  0x000035a6 rtn 
- 00015979  0x000035a8 fetch  0x00000002 , 0x00004223 
- 00015980  0x000035a9 store  0x00000002 , 0x000046d0 
- 00015981  0x000035aa rtn 
- 00015982  0x000035ac fetcht  0x00000001 , 0x0000423a 
- 00015983  0x000035ad call  0x0000680e 
- 00015984  0x000035ae call  0x000048fb 
- 00015985  0x000035af fetcht  0x00000001 , 0x000046e2 
- 00015986  0x000035b0 call  0x000067fb 
- 00015987  0x000035b1 fetcht  0x00000001 , 0x000046e3 
- 00015988  0x000035b2 call  0x000067fb 
- 00015989  0x000035b3 fetcht  0x00000001 , 0x000046e4 
- 00015990  0x000035b4 call  0x000067fb 
- 00015991  0x000035b5 fetcht  0x00000001 , 0x000046f3 
- 00015992  0x000035b6 call  0x000067fb 
- 00015993  0x000035b8 fetcht  0x00000001 , 0x000046dc 
- 00015994  0x000035b9 call  0x0000680e 
- 00015995  0x000035bb fetcht  0x00000001 , 0x000046e8 
- 00015996  0x000035bc call  0x000067fb 
- 00015997  0x000035be fetcht  0x00000001 , 0x000046e9 
- 00015998  0x000035bf call  0x000067fb 
- 00015999  0x000035c1 fetcht  0x00000001 , 0x000046ea 
- 00016000  0x000035c2 call  0x000067fb 
- 00016001  0x000035c3 fetcht  0x00000001 , 0x000046eb 
- 00016002  0x000035c4 call  0x000067fb 
- 00016003  0x000035c6 fetcht  0x00000001 , 0x000046e5 
- 00016004  0x000035c7 call  0x000067fb 
- 00016005  0x000035c8 fetcht  0x00000001 , 0x000046e6 
- 00016006  0x000035c9 call  0x000067fb 
- 00016007  0x000035cb fetcht  0x00000001 , 0x000046ef 
- 00016008  0x000035cc call  0x0000680e 
- 00016009  0x000035ce fetcht  0x00000001 , 0x000046f0 
- 00016010  0x000035cf call  0x0000680e 
- 00016011  0x000035d1 fetcht  0x00000001 , 0x000046f1 
- 00016012  0x000035d2 call  0x0000680e 
- 00016013  0x000035d4 fetcht  0x00000001 , 0x000046f2 
- 00016014  0x000035d5 call  0x0000680e 
- 00016015  0x000035d7 fetcht  0x00000001 , 0x000046f4 
- 00016016  0x000035d8 call  0x0000680e 
- 00016017  0x000035da fetcht  0x00000001 , 0x000046ed 
- 00016018  0x000035db call  0x000067fb 
- 00016019  0x000035dd fetcht  0x00000001 , 0x000046ec 
- 00016020  0x000035de call  0x000067fb 
- 00016021  0x000035e0 fetcht  0x00000001 , 0x000046e7 
- 00016022  0x000035e1 branch  0x000067fb 
- 00016023  0x000035e4 fetcht  0x00000001 , 0x000046e8 
- 00016024  0x000035e5 call  0x000067dd 
- 00016025  0x000035e6 fetcht  0x00000001 , 0x000046e9 
- 00016026  0x000035e7 call  0x000067dd 
- 00016027  0x000035e8 fetcht  0x00000001 , 0x000046ea 
- 00016028  0x000035e9 call  0x000067dd 
- 00016029  0x000035ea fetcht  0x00000001 , 0x000046eb 
- 00016030  0x000035eb branch  0x000067dd 
- 00016031  0x000035ee fetcht  0x00000001 , 0x000046e8 
- 00016032  0x000035ef call  0x00003ea7 
- 00016033  0x000035f0 fetcht  0x00000001 , 0x000046e9 
- 00016034  0x000035f1 call  0x00003ea7 
- 00016035  0x000035f2 fetcht  0x00000001 , 0x000046ea 
- 00016036  0x000035f3 call  0x00003ea7 
- 00016037  0x000035f4 fetcht  0x00000001 , 0x000046eb 
- 00016038  0x000035f5 branch  0x00003ea7 
- 00016039  0x000035f8 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00016040  0x000035f9 rtn  0x00000005 
- 00016041  0x000035fa and  0x00000002 , 0x0000007f , 0x00000007 
- 00016042  0x000035fb hfetch  0x00000004 , 0x0000811c 
- 00016043  0x000035fc qisolate1  0x0000003f 
- 00016044  0x000035fd hfetch  0x00000004 , 0x00008078 
- 00016045  0x000035fe qsetflag  0x00000001 , 0x0000003f 
- 00016046  0x000035ff hstore  0x00000004 , 0x00008078 
- 00016047  0x00003600 hfetch  0x00000004 , 0x0000807c 
- 00016048  0x00003601 nqsetflag  0x00000001 , 0x0000003f 
- 00016049  0x00003602 hstore  0x00000004 , 0x0000807c 
- 00016050  0x00003603 rtn 
- 00016051  0x00003606 enable  0x00000028 
- 00016052  0x00003607 hfetch  0x00000004 , 0x00008138 
- 00016053  0x00003608 setflag  0x00000028 , 0x0000001a , 0x0000003f 
- 00016054  0x00003609 hstore  0x00000004 , 0x0000804c 
- 00016055  0x0000360a call  0x00002c21 
- 00016056  0x0000360b call  0x00004482 
- 00016057  0x0000360c call  0x00003e9f 
- 00016058  0x0000360e branch  0x00003ebf 
- 00016059  0x00003613 call  0x00003ebf 
- 00016060  0x00003614 fetch  0x00000001 , 0x000000a0 
- 00016061  0x00003615 nrtn  0x00000034 
- 00016062  0x00003616 branch  0x000067ed 
- 00016063  0x00003619 call  0x00003ee0 
- 00016064  0x0000361a arg  0x00000019 , 0x00000002 
- 00016065  0x0000361b fetch  0x00000004 , 0x000046d3 
- 00016066  0x0000361c isolate1  0x00000012 , 0x0000003f 
- 00016067  0x0000361d call  0x00003ede , 0x00000001 
- 00016068  0x0000361e call  0x0000680e 
- 00016069  0x0000361f call  0x000063ee 
- 00016070  0x00003623 fetcht  0x00000001 , 0x000046e2 
- 00016071  0x00003624 call  0x000067dd 
- 00016072  0x00003625 fetcht  0x00000001 , 0x000046e3 
- 00016073  0x00003626 call  0x000067dd 
- 00016074  0x00003627 fetcht  0x00000001 , 0x000046e4 
- 00016075  0x00003628 call  0x000067dd 
- 00016076  0x0000362a fetcht  0x00000001 , 0x000046e5 
- 00016077  0x0000362b call  0x000067dd 
- 00016078  0x0000362c fetcht  0x00000001 , 0x000046e6 
- 00016079  0x0000362d call  0x000067dd 
- 00016080  0x0000362e fetcht  0x00000001 , 0x000046e7 
- 00016081  0x0000362f call  0x000067dd 
- 00016082  0x00003630 fetcht  0x00000001 , 0x000046ed 
- 00016083  0x00003631 call  0x000067dd 
- 00016084  0x00003632 fetcht  0x00000001 , 0x000046e8 
- 00016085  0x00003633 call  0x000067dd 
- 00016086  0x00003634 fetcht  0x00000001 , 0x000046e9 
- 00016087  0x00003635 call  0x000067dd 
- 00016088  0x00003636 fetcht  0x00000001 , 0x000046ea 
- 00016089  0x00003637 call  0x000067dd 
- 00016090  0x00003638 fetcht  0x00000001 , 0x000046eb 
- 00016091  0x00003639 call  0x000067dd 
- 00016092  0x0000363a fetcht  0x00000001 , 0x000046f3 
- 00016093  0x0000363b branch  0x000067e1 
- 00016094  0x00003640 arg  0x0000001e , 0x00000002 
- 00016095  0x00003641 rtn 
- 00016096  0x00003644 bpatch  0x000000e4 , 0x0000401c 
- 00016097  0x00003645 call  0x00003eee 
- 00016098  0x00003646 call  0x00003f36 
- 00016099  0x00003647 fetch  0x00000001 , 0x000046b8 
- 00016100  0x00003648 fetcht  0x00000001 , 0x000046b7 
- 00016101  0x00003649 store  0x00000001 , 0x000046b7 
- 00016102  0x0000364a isub  0x00000002 , 0x0000003e 
- 00016103  0x0000364b nbranch  0x000033d4 , 0x00000005 
- 00016104  0x0000364c fetch  0x00000001 , 0x000046be 
- 00016105  0x0000364d fetcht  0x00000001 , 0x000046bd 
- 00016106  0x0000364e store  0x00000001 , 0x000046bd 
- 00016107  0x0000364f isub  0x00000002 , 0x0000003e 
- 00016108  0x00003650 nbranch  0x000033d4 , 0x00000005 
- 00016109  0x00003651 rtn 
- 00016110  0x00003653 fetch  0x00000001 , 0x000046ea 
- 00016111  0x00003654 rtneq  0x000000ff 
- 00016112  0x00003655 arg  0x00000000 , 0x00000011 
- 00016113  0x00003656 fetcht  0x00000001 , 0x000046ea 
- 00016114  0x00003657 call  0x0000681d 
- 00016115  0x00003658 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00016116  0x00003659 fetcht  0x00000001 , 0x000046eb 
- 00016117  0x0000365a call  0x0000681d 
- 00016118  0x0000365b setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00016119  0x0000365c copy  0x00000011 , 0x0000003f 
- 00016120  0x0000365d store  0x00000001 , 0x000046b8 
- 00016121  0x0000365e beq  0x00000001 , 0x00003efe 
- 00016122  0x0000365f beq  0x00000002 , 0x00003f02 
- 00016123  0x00003660 fetch  0x00000001 , 0x000046b9 
- 00016124  0x00003661 bbit1  0x00000007 , 0x00003f0e 
- 00016125  0x00003662 rtn 
- 00016126  0x00003665 fetch  0x00000001 , 0x000046b7 
- 00016127  0x00003666 beq  0x00000000 , 0x00003f06 
- 00016128  0x00003667 beq  0x00000003 , 0x00003f08 
- 00016129  0x00003668 rtn 
- 00016130  0x0000366a fetch  0x00000001 , 0x000046b7 
- 00016131  0x0000366b beq  0x00000000 , 0x00003f0a 
- 00016132  0x0000366c beq  0x00000003 , 0x00003f0c 
- 00016133  0x0000366d rtn 
- 00016134  0x0000366f jam  0x00000082 , 0x000046b9 
- 00016135  0x00003670 rtn 
- 00016136  0x00003672 jam  0x00000081 , 0x000046b9 
- 00016137  0x00003673 rtn 
- 00016138  0x00003675 jam  0x00000080 , 0x000046b9 
- 00016139  0x00003676 rtn 
- 00016140  0x00003678 jam  0x00000083 , 0x000046b9 
- 00016141  0x00003679 rtn 
- 00016142  0x0000367b fetch  0x00000001 , 0x000046b9 
- 00016143  0x0000367c set0  0x00000007 , 0x0000003f 
- 00016144  0x0000367d store  0x00000001 , 0x000046b9 
- 00016145  0x0000367e beq  0x00000000 , 0x00003f16 
- 00016146  0x0000367f beq  0x00000001 , 0x00003f19 
- 00016147  0x00003680 beq  0x00000002 , 0x00003f1c 
- 00016148  0x00003681 beq  0x00000003 , 0x00003f1f 
- 00016149  0x00003682 rtn 
- 00016150  0x00003684 fetch  0x00000001 , 0x000046b8 
- 00016151  0x00003685 beq  0x00000003 , 0x00003f22 
- 00016152  0x00003686 rtn 
- 00016153  0x00003688 fetch  0x00000001 , 0x000046b8 
- 00016154  0x00003689 beq  0x00000000 , 0x00003f22 
- 00016155  0x0000368a rtn 
- 00016156  0x0000368c fetch  0x00000001 , 0x000046b8 
- 00016157  0x0000368d beq  0x00000003 , 0x00003f2c 
- 00016158  0x0000368e rtn 
- 00016159  0x00003690 fetch  0x00000001 , 0x000046b8 
- 00016160  0x00003691 beq  0x00000000 , 0x00003f2c 
- 00016161  0x00003692 rtn 
- 00016162  0x00003694 fetch  0x00000001 , 0x000046bc 
- 00016163  0x00003695 increase  0x00000001 , 0x0000003f 
- 00016164  0x00003696 store  0x00000001 , 0x000046bc 
- 00016165  0x00003697 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00016166  0x00003698 rtn  0x00000002 
- 00016167  0x00003699 jam  0x00000000 , 0x000046bc 
- 00016168  0x0000369a fetch  0x00000001 , 0x000046ba 
- 00016169  0x0000369b increase  0x00000001 , 0x0000003f 
- 00016170  0x0000369c store  0x00000001 , 0x000046ba 
- 00016171  0x0000369d rtn 
- 00016172  0x0000369f fetch  0x00000001 , 0x000046bb 
- 00016173  0x000036a0 increase  0x00000001 , 0x0000003f 
- 00016174  0x000036a1 store  0x00000001 , 0x000046bb 
- 00016175  0x000036a2 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00016176  0x000036a3 rtn  0x00000002 
- 00016177  0x000036a4 jam  0x00000000 , 0x000046bb 
- 00016178  0x000036a5 fetch  0x00000001 , 0x000046ba 
- 00016179  0x000036a6 increase  0xffffffff , 0x0000003f 
- 00016180  0x000036a7 store  0x00000001 , 0x000046ba 
- 00016181  0x000036a8 rtn 
- 00016182  0x000036ac fetch  0x00000001 , 0x000046e8 
- 00016183  0x000036ad rtneq  0x000000ff 
- 00016184  0x000036ae arg  0x00000000 , 0x00000011 
- 00016185  0x000036af fetcht  0x00000001 , 0x000046e8 
- 00016186  0x000036b0 call  0x0000681d 
- 00016187  0x000036b1 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00016188  0x000036b2 fetcht  0x00000001 , 0x000046e9 
- 00016189  0x000036b3 call  0x0000681d 
- 00016190  0x000036b4 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00016191  0x000036b5 copy  0x00000011 , 0x0000003f 
- 00016192  0x000036b6 store  0x00000001 , 0x000046be 
- 00016193  0x000036b7 beq  0x00000001 , 0x00003f46 
- 00016194  0x000036b8 beq  0x00000002 , 0x00003f4a 
- 00016195  0x000036b9 fetch  0x00000001 , 0x000046bf 
- 00016196  0x000036ba bbit1  0x00000007 , 0x00003f56 
- 00016197  0x000036bb rtn 
- 00016198  0x000036be fetch  0x00000001 , 0x000046bd 
- 00016199  0x000036bf beq  0x00000000 , 0x00003f4e 
- 00016200  0x000036c0 beq  0x00000003 , 0x00003f50 
- 00016201  0x000036c1 rtn 
- 00016202  0x000036c3 fetch  0x00000001 , 0x000046bd 
- 00016203  0x000036c4 beq  0x00000000 , 0x00003f52 
- 00016204  0x000036c5 beq  0x00000003 , 0x00003f54 
- 00016205  0x000036c6 rtn 
- 00016206  0x000036c8 jam  0x00000082 , 0x000046bf 
- 00016207  0x000036c9 rtn 
- 00016208  0x000036cb jam  0x00000081 , 0x000046bf 
- 00016209  0x000036cc rtn 
- 00016210  0x000036ce jam  0x00000080 , 0x000046bf 
- 00016211  0x000036cf rtn 
- 00016212  0x000036d1 jam  0x00000083 , 0x000046bf 
- 00016213  0x000036d2 rtn 
- 00016214  0x000036d4 fetch  0x00000001 , 0x000046bf 
- 00016215  0x000036d5 set0  0x00000007 , 0x0000003f 
- 00016216  0x000036d6 store  0x00000001 , 0x000046bf 
- 00016217  0x000036d7 beq  0x00000000 , 0x00003f5e 
- 00016218  0x000036d8 beq  0x00000001 , 0x00003f61 
- 00016219  0x000036d9 beq  0x00000002 , 0x00003f64 
- 00016220  0x000036da beq  0x00000003 , 0x00003f67 
- 00016221  0x000036db rtn 
- 00016222  0x000036dd fetch  0x00000001 , 0x000046be 
- 00016223  0x000036de beq  0x00000003 , 0x00003f6a 
- 00016224  0x000036df rtn 
- 00016225  0x000036e1 fetch  0x00000001 , 0x000046be 
- 00016226  0x000036e2 beq  0x00000000 , 0x00003f6a 
- 00016227  0x000036e3 rtn 
- 00016228  0x000036e5 fetch  0x00000001 , 0x000046be 
- 00016229  0x000036e6 beq  0x00000003 , 0x00003f6f 
- 00016230  0x000036e7 rtn 
- 00016231  0x000036e9 fetch  0x00000001 , 0x000046be 
- 00016232  0x000036ea beq  0x00000000 , 0x00003f6f 
- 00016233  0x000036eb rtn 
- 00016234  0x000036ed jam  0x00000000 , 0x000046c2 
- 00016235  0x000036ee fetch  0x00000001 , 0x000046c0 
- 00016236  0x000036ef increase  0x00000001 , 0x0000003f 
- 00016237  0x000036f0 store  0x00000001 , 0x000046c0 
- 00016238  0x000036f1 rtn 
- 00016239  0x000036f3 jam  0x00000000 , 0x000046c1 
- 00016240  0x000036f4 fetch  0x00000001 , 0x000046c0 
- 00016241  0x000036f5 increase  0xffffffff , 0x0000003f 
- 00016242  0x000036f6 store  0x00000001 , 0x000046c0 
- 00016243  0x000036f7 rtn 
- 00016244  0x000036fb setarg  0x00000002 
- 00016245  0x000036fc store  0x00000001 , 0x00004680 
- 00016246  0x000036fd rtn 
- 00016247  0x00003700 fetch  0x00000001 , 0x000041e2 
- 00016248  0x00003701 rtn  0x00000034 
- 00016249  0x00003702 call  0x00005271 
- 00016250  0x00003703 nrtn  0x00000034 
- 00016251  0x00003704 fetch  0x00000004 , 0x000046d3 
- 00016252  0x00003705 bbit1  0x00000003 , 0x00003f8a 
- 00016253  0x00003706 bbit1  0x00000000 , 0x00003f8a 
- 00016254  0x00003707 bbit1  0x00000005 , 0x00003f8a 
- 00016255  0x00003708 call  0x00003f97 
- 00016256  0x00003709 nrtn  0x00000028 
- 00016257  0x0000370b arg  0x00000009 , 0x00000011 
- 00016258  0x0000370c call  0x00004d63 
- 00016259  0x0000370d fetch  0x00000002 , 0x0000424e 
- 00016260  0x0000370e istore  0x00000002 , 0x00000005 
- 00016261  0x0000370f setarg  0x000002a1 
- 00016262  0x00003710 istore  0x00000002 , 0x00000005 
- 00016263  0x00003711 fetch  0x00000007 , 0x0000469a 
- 00016264  0x00003712 istore  0x00000007 , 0x00000005 
- 00016265  0x00003713 rtn 
- 00016266  0x00003717 setarg  0x00000000 
- 00016267  0x00003718 store  0x00000007 , 0x0000469a 
- 00016268  0x00003719 branch  0x00003f81 
- 00016269  0x0000371d fetch  0x00000002 , 0x000046aa 
- 00016270  0x0000371e store  0x00000002 , 0x000046b0 
- 00016271  0x0000371f rtn 
- 00016272  0x00003723 bpatch  0x000000e5 , 0x0000401c 
- 00016273  0x00003724 arg  0x00000007 , 0x00000011 
- 00016274  0x00003725 fetcht  0x00000002 , 0x0000446f 
- 00016275  0x00003726 call  0x00005a64 
- 00016276  0x00003727 fetch  0x00000007 , 0x0000469a 
- 00016277  0x00003728 istore  0x00000007 , 0x00000005 
- 00016278  0x00003729 rtn 
- 00016279  0x0000372c bpatch  0x000000e6 , 0x0000401c 
- 00016280  0x0000372d disable  0x00000028 
- 00016281  0x0000372e setarg  0x00000000 
- 00016282  0x0000372f store  0x00000006 , 0x0000469b 
- 00016283  0x00003730 call  0x00003fb5 
- 00016284  0x00003731 call  0x00004079 
- 00016285  0x00003732 call  0x0000407e 
- 00016286  0x00003733 call  0x00004099 
- 00016287  0x00003734 nrtn  0x00000028 
- 00016288  0x00003735 call  0x00003f8d 
- 00016289  0x00003736 arg  0x00000008 , 0x00000007 
- 00016290  0x00003737 branch  0x000043ce 
- 00016291  0x0000373a fetch  0x00000002 , 0x0000469b 
- 00016292  0x0000373b sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016293  0x0000373c store  0x00000002 , 0x0000469b 
- 00016294  0x0000373d branch  0x00007fe7 
- 00016295  0x0000373f fetch  0x00000002 , 0x0000469d 
- 00016296  0x00003740 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016297  0x00003741 store  0x00000002 , 0x0000469d 
- 00016298  0x00003742 branch  0x00007fe7 
- 00016299  0x00003744 fetch  0x00000002 , 0x0000469d 
- 00016300  0x00003745 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016301  0x00003746 store  0x00000002 , 0x0000469d 
- 00016302  0x00003747 fetch  0x00000002 , 0x0000469b 
- 00016303  0x00003748 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016304  0x00003749 store  0x00000002 , 0x0000469b 
- 00016305  0x0000374a call  0x00004002 
- 00016306  0x0000374b branch  0x00007fe7 
- 00016307  0x0000374d call  0x00004002 
- 00016308  0x0000374e branch  0x00007fe7 
- 00016309  0x00003750 fetch  0x00000001 , 0x00004239 
- 00016310  0x00003751 rtnne  0x00000000 
- 00016311  0x00003752 fetch  0x00000001 , 0x000046e0 
- 00016312  0x00003753 beq  0x00000000 , 0x00003fe2 
- 00016313  0x00003754 beq  0x00000001 , 0x00003fe2 
- 00016314  0x00003755 beq  0x00000002 , 0x00003fe2 
- 00016315  0x00003756 beq  0x00000003 , 0x00003fe2 
- 00016316  0x00003757 beq  0x00000004 , 0x00003fc4 
- 00016317  0x00003758 beq  0x00000005 , 0x00004010 
- 00016318  0x00003759 beq  0x00000006 , 0x00003fe2 
- 00016319  0x0000375a branch  0x00003fe2 
- 00016320  0x0000375d fetch  0x00000001 , 0x000046a7 
- 00016321  0x0000375e call  0x0000405d , 0x00000034 
- 00016322  0x0000375f jam  0x00000001 , 0x000046a7 
- 00016323  0x00003760 rtn 
- 00016324  0x00003764 call  0x00003fc0 
- 00016325  0x00003765 fetcht  0x00000001 , 0x000046f3 
- 00016326  0x00003766 call  0x0000681d 
- 00016327  0x00003767 nrtn  0x00000001 
- 00016328  0x00003769 setarg  0x00000000 
- 00016329  0x0000376a call  0x00006414 
- 00016330  0x0000376b bne  0x00000030 , 0x000040d1 
- 00016331  0x0000376c setarg  0x00000002 
- 00016332  0x0000376d call  0x00006414 
- 00016333  0x0000376e rtnbit0  0x00000007 
- 00016334  0x0000376f call  0x0000405d 
- 00016335  0x00003770 call  0x00003fde 
- 00016336  0x00003771 store  0x00000001 , 0x000046a1 
- 00016337  0x00003772 rshift4  0x0000003f , 0x0000003f 
- 00016338  0x00003773 call  0x00004169 
- 00016339  0x00003774 store  0x00000001 , 0x0000469c 
- 00016340  0x00003775 fetch  0x00000001 , 0x000046a1 
- 00016341  0x00003776 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00016342  0x00003777 call  0x00004169 
- 00016343  0x00003778 store  0x00000001 , 0x0000469e 
- 00016344  0x00003779 fetch  0x00000001 , 0x000046f6 
- 00016345  0x0000377a beq  0x00000000 , 0x00003fa3 
- 00016346  0x0000377b beq  0x00000001 , 0x00003fab 
- 00016347  0x0000377c beq  0x00000002 , 0x00003fa7 
- 00016348  0x0000377d beq  0x00000003 , 0x00003fb3 
- 00016349  0x0000377e rtn 
- 00016350  0x00003781 setarg  0x00000012 
- 00016351  0x00003782 branch  0x00006414 
- 00016352  0x00003785 beq  0x00000031 , 0x00003fea 
- 00016353  0x00003786 branch  0x000040d1 
- 00016354  0x00003789 call  0x00003fc0 
- 00016355  0x0000378a disable  0x00000028 
- 00016356  0x0000378b fetcht  0x00000001 , 0x000046f3 
- 00016357  0x0000378c call  0x0000681d 
- 00016358  0x0000378d nrtn  0x00000001 
- 00016359  0x0000378f setarg  0x00000000 
- 00016360  0x00003790 call  0x00006414 
- 00016361  0x00003791 bne  0x00000030 , 0x00003fe0 
- 00016362  0x00003793 setarg  0x00000002 
- 00016363  0x00003794 call  0x00006414 
- 00016364  0x00003795 rtnbit0  0x00000007 
- 00016365  0x00003796 call  0x0000405d 
- 00016366  0x00003797 fetch  0x00000001 , 0x0000469b 
- 00016367  0x00003798 call  0x00004165 
- 00016368  0x00003799 store  0x00000002 , 0x0000469b 
- 00016369  0x0000379a fetch  0x00000001 , 0x0000469d 
- 00016370  0x0000379b call  0x00004165 
- 00016371  0x0000379c store  0x00000002 , 0x0000469d 
- 00016372  0x0000379d fetch  0x00000001 , 0x000046f6 
- 00016373  0x0000379e beq  0x00000000 , 0x00003ffa 
- 00016374  0x0000379f beq  0x00000001 , 0x00003ffc 
- 00016375  0x000037a0 beq  0x00000002 , 0x00003ffe 
- 00016376  0x000037a1 beq  0x00000003 , 0x00004000 
- 00016377  0x000037a2 rtn 
- 00016378  0x000037a5 call  0x00003fa3 
- 00016379  0x000037a6 branch  0x000040b3 
- 00016380  0x000037a8 call  0x00003fab 
- 00016381  0x000037a9 branch  0x000040b3 
- 00016382  0x000037ab call  0x00003fa7 
- 00016383  0x000037ac branch  0x000040b3 
- 00016384  0x000037ae call  0x00003fb3 
- 00016385  0x000037af branch  0x000040b3 
- 00016386  0x000037b2 fetch  0x00000002 , 0x0000469d 
- 00016387  0x000037b3 fetcht  0x00000002 , 0x0000469b 
- 00016388  0x000037b4 store  0x00000002 , 0x0000469b 
- 00016389  0x000037b5 storet  0x00000002 , 0x0000469d 
- 00016390  0x000037b6 rtn 
- 00016391  0x000037b9 call  0x0000640f 
- 00016392  0x000037ba nop  0x00000064 
- 00016393  0x000037bb copy  0x00000012 , 0x0000003f 
- 00016394  0x000037bc call  0x00006414 
- 00016395  0x000037bd copy  0x0000003f , 0x00000012 
- 00016396  0x000037be call  0x00006411 
- 00016397  0x000037bf nop  0x00000064 
- 00016398  0x000037c0 copy  0x00000012 , 0x0000003f 
- 00016399  0x000037c1 rtn 
- 00016400  0x000037c3 disable  0x00000028 
- 00016401  0x000037c4 fetcht  0x00000001 , 0x000046f3 
- 00016402  0x000037c5 call  0x0000681d 
- 00016403  0x000037c6 nrtn  0x00000001 
- 00016404  0x000037c7 arg  0x00000002 , 0x00000012 
- 00016405  0x000037c8 call  0x00004007 
- 00016406  0x000037c9 rtnbit0  0x00000007 
- 00016407  0x000037ca arg  0x00000000 , 0x00000012 
- 00016408  0x000037cb call  0x00004007 
- 00016409  0x000037cc store  0x00000001 , 0x000046dd 
- 00016410  0x000037cd bne  0x0000003e , 0x00004145 
- 00016411  0x000037ce fetch  0x00000001 , 0x000046a7 
- 00016412  0x000037cf call  0x00004039 , 0x00000034 
- 00016413  0x000037d0 jam  0x00000001 , 0x000046a7 
- 00016414  0x000037d1 call  0x00004039 
- 00016415  0x000037d2 fetch  0x00000001 , 0x000046a1 
- 00016416  0x000037d3 rshift4  0x0000003f , 0x0000003f 
- 00016417  0x000037d4 call  0x00004169 
- 00016418  0x000037d5 store  0x00000001 , 0x0000469c 
- 00016419  0x000037d6 fetch  0x00000001 , 0x000046a1 
- 00016420  0x000037d7 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00016421  0x000037d8 call  0x00004169 
- 00016422  0x000037d9 store  0x00000001 , 0x0000469e 
- 00016423  0x000037da fetch  0x00000001 , 0x000046f6 
- 00016424  0x000037db beq  0x00000000 , 0x00004031 
- 00016425  0x000037dc beq  0x00000001 , 0x00004035 
- 00016426  0x000037dd beq  0x00000002 , 0x00004033 
- 00016427  0x000037de beq  0x00000003 , 0x00004037 
- 00016428  0x000037df rtn 
- 00016429  0x000037e2 fetch  0x00000001 , 0x000046a4 
- 00016430  0x000037e3 beq  0x00000000 , 0x00004051 
- 00016431  0x000037e4 beq  0x00000001 , 0x00004045 
- 00016432  0x000037e5 rtn 
- 00016433  0x000037e9 call  0x00003fa3 
- 00016434  0x000037ea branch  0x0000402d 
- 00016435  0x000037ed call  0x00003fa7 
- 00016436  0x000037ee branch  0x0000402d 
- 00016437  0x000037f1 call  0x00003fab 
- 00016438  0x000037f2 branch  0x0000402d 
- 00016439  0x000037f5 call  0x00003fb3 
- 00016440  0x000037f6 branch  0x0000402d 
- 00016441  0x000037f9 call  0x0000640f 
- 00016442  0x000037fa call  0x0000405d 
- 00016443  0x000037fb arg  0x00000005 , 0x0000003f 
- 00016444  0x000037fc call  0x00006414 
- 00016445  0x000037fd store  0x00000001 , 0x000046a1 
- 00016446  0x000037fe arg  0x00000007 , 0x0000003f 
- 00016447  0x000037ff call  0x00006414 
- 00016448  0x00003800 store  0x00000001 , 0x000046a2 
- 00016449  0x00003801 arg  0x00000008 , 0x0000003f 
- 00016450  0x00003802 call  0x00006414 
- 00016451  0x00003803 store  0x00000001 , 0x000046a3 
- 00016452  0x00003804 branch  0x00006411 
- 00016453  0x00003808 fetch  0x00000001 , 0x000046a2 
- 00016454  0x00003809 rtnne  0x00000000 
- 00016455  0x0000380a fetch  0x00000001 , 0x000046a3 
- 00016456  0x0000380b sub  0x0000003f , 0x0000002d , 0x0000003e 
- 00016457  0x0000380c rtn  0x00000002 
- 00016458  0x0000380d jam  0x00000000 , 0x000046a4 
- 00016459  0x0000380e setarg  0x0000ba41 
- 00016460  0x0000380f call  0x00006405 
- 00016461  0x00003810 setarg  0x00000032 
- 00016462  0x00003811 call  0x00006405 
- 00016463  0x00003812 setarg  0x0000b541 
- 00016464  0x00003813 branch  0x00006405 
- 00016465  0x00003815 fetch  0x00000001 , 0x000046a2 
- 00016466  0x00003816 rtnne  0x00000000 
- 00016467  0x00003817 fetch  0x00000001 , 0x000046a3 
- 00016468  0x00003818 sub  0x0000003f , 0x0000002d , 0x0000003e 
- 00016469  0x00003819 nrtn  0x00000002 
- 00016470  0x0000381a jam  0x00000001 , 0x000046a4 
- 00016471  0x0000381b setarg  0x0000ba41 
- 00016472  0x0000381c call  0x00006405 
- 00016473  0x0000381d setarg  0x00008032 
- 00016474  0x0000381e call  0x00006405 
- 00016475  0x0000381f setarg  0x0000b541 
- 00016476  0x00003820 branch  0x00006405 
- 00016477  0x00003825 arg  0x00000003 , 0x0000003f 
- 00016478  0x00003826 call  0x00006414 
- 00016479  0x00003827 store  0x00000002 , 0x0000469b 
- 00016480  0x00003828 arg  0x00000004 , 0x0000003f 
- 00016481  0x00003829 call  0x00006414 
- 00016482  0x0000382a store  0x00000002 , 0x0000469d 
- 00016483  0x0000382b rtn 
- 00016484  0x0000382e arg  0x0000001b , 0x00000002 
- 00016485  0x0000382f call  0x000067fb 
- 00016486  0x00003830 arg  0x0000001b , 0x00000002 
- 00016487  0x00003831 call  0x0000681d 
- 00016488  0x00003832 rtn  0x00000001 
- 00016489  0x00003833 hfetch  0x00000001 , 0x00008109 
- 00016490  0x00003834 set1  0x00000004 , 0x0000003f 
- 00016491  0x00003835 hstore  0x00000001 , 0x00008109 
- 00016492  0x00003836 rtn 
- 00016493  0x00003839 fetcht  0x00000001 , 0x000046c0 
- 00016494  0x0000383a hfetch  0x00000001 , 0x00008109 
- 00016495  0x0000383b iadd  0x00000002 , 0x0000003f 
- 00016496  0x0000383c rtn  0x00000034 
- 00016497  0x0000383d store  0x00000001 , 0x0000469f 
- 00016498  0x0000383e jam  0x00000000 , 0x000046c0 
- 00016499  0x0000383f branch  0x00007fe7 
- 00016500  0x00003841 fetcht  0x00000001 , 0x000046c0 
- 00016501  0x00003842 hfetch  0x00000001 , 0x00008109 
- 00016502  0x00003843 iadd  0x00000002 , 0x0000003f 
- 00016503  0x00003844 store  0x00000001 , 0x000046c0 
- 00016504  0x00003845 rtn 
- 00016505  0x00003847 fetch  0x00000001 , 0x000046c0 
- 00016506  0x00003848 rtn  0x00000034 
- 00016507  0x00003849 store  0x00000001 , 0x0000469f 
- 00016508  0x0000384a jam  0x00000000 , 0x000046c0 
- 00016509  0x0000384b branch  0x00007fe7 
- 00016510  0x0000384e fetch  0x00000001 , 0x000046ba 
- 00016511  0x0000384f rtn  0x00000034 
- 00016512  0x00003850 store  0x00000001 , 0x000046a0 
- 00016513  0x00003851 jam  0x00000000 , 0x000046ba 
- 00016514  0x00003852 branch  0x00007fe7 
- 00016515  0x00003855 arg  0x00000000 , 0x00000011 
- 00016516  0x00003856 fetcht  0x00000001 , 0x000046e2 
- 00016517  0x00003857 call  0x0000681d 
- 00016518  0x00003858 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00016519  0x00003859 fetcht  0x00000001 , 0x000046e3 
- 00016520  0x0000385a call  0x0000681d 
- 00016521  0x0000385b setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00016522  0x0000385c fetcht  0x00000001 , 0x000046e4 
- 00016523  0x0000385d call  0x0000681d 
- 00016524  0x0000385e setflag  0x00000001 , 0x00000002 , 0x00000011 
- 00016525  0x0000385f call  0x00004090 
- 00016526  0x00003860 copy  0x00000011 , 0x0000003f 
- 00016527  0x00003861 rtn 
- 00016528  0x00003863 fetch  0x00000001 , 0x000046e5 
- 00016529  0x00003864 rtneq  0x000000ff 
- 00016530  0x00003865 fetcht  0x00000001 , 0x000046e5 
- 00016531  0x00003866 call  0x0000681d 
- 00016532  0x00003867 setflag  0x00000001 , 0x00000003 , 0x00000011 
- 00016533  0x00003868 fetcht  0x00000001 , 0x000046e6 
- 00016534  0x00003869 call  0x0000681d 
- 00016535  0x0000386a setflag  0x00000001 , 0x00000004 , 0x00000011 
- 00016536  0x0000386b rtn 
- 00016537  0x0000386e call  0x00004083 
- 00016538  0x0000386f call  0x000040a8 
- 00016539  0x00003870 call  0x000040a3 
- 00016540  0x00003871 copy  0x00000011 , 0x0000003f 
- 00016541  0x00003872 fetcht  0x00000001 , 0x0000469a 
- 00016542  0x00003873 store  0x00000001 , 0x0000469a 
- 00016543  0x00003874 ixor  0x00000002 , 0x0000003f 
- 00016544  0x00003875 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00016545  0x00003876 rtn  0x00000005 
- 00016546  0x00003877 branch  0x00007fe7 
- 00016547  0x0000387a rtnmark0  0x00000026 
- 00016548  0x0000387b copy  0x00000011 , 0x0000003f 
- 00016549  0x0000387c rtn  0x00000034 
- 00016550  0x0000387d store  0x00000001 , 0x0000469a 
- 00016551  0x0000387e branch  0x00007fe7 
- 00016552  0x00003882 fetch  0x00000002 , 0x00004682 
- 00016553  0x00003883 bbit1  0x00000009 , 0x000040ad 
- 00016554  0x00003884 fetch  0x00000002 , 0x00004682 
- 00016555  0x00003885 bbit1  0x00000000 , 0x000040b0 
- 00016556  0x00003886 rtn 
- 00016557  0x00003888 copy  0x00000011 , 0x0000003f 
- 00016558  0x00003889 nbranch  0x00005820 , 0x00000034 
- 00016559  0x0000388a branch  0x00005822 
- 00016560  0x0000388c copy  0x00000011 , 0x0000003f 
- 00016561  0x0000388d nbranch  0x00002bc7 , 0x00000034 
- 00016562  0x0000388e branch  0x00002bc9 
- 00016563  0x00003892 bpatch  0x000000e7 , 0x0000401c 
- 00016564  0x00003893 arg  0x0000001a , 0x00000002 
- 00016565  0x00003894 fetch  0x00000004 , 0x000046d3 
- 00016566  0x00003895 isolate1  0x00000012 , 0x0000003f 
- 00016567  0x00003896 call  0x000040be , 0x00000001 
- 00016568  0x00003897 call  0x0000681d 
- 00016569  0x00003898 rtn  0x00000001 
- 00016570  0x00003899 setarg  0x0000000a 
- 00016571  0x0000389a call  0x00006414 
- 00016572  0x0000389b nop  0x000003e8 
- 00016573  0x0000389c branch  0x000040b3 
- 00016574  0x0000389e arg  0x0000001f , 0x00000002 
- 00016575  0x0000389f rtn 
- 00016576  0x000038a2 fetch  0x00000004 , 0x000046d3 
- 00016577  0x000038a3 bbit1  0x00000012 , 0x000040c4 
- 00016578  0x000038a5 arg  0x0000001a , 0x00000002 
- 00016579  0x000038a6 branch  0x000067fe 
- 00016580  0x000038a8 arg  0x0000001f , 0x00000002 
- 00016581  0x000038a9 branch  0x000067fe 
- 00016582  0x000038ad call  0x00003d36 
- 00016583  0x000038ae rtn  0x0000002b 
- 00016584  0x000038af call  0x000040c0 
- 00016585  0x000038b0 fetch  0x00000001 , 0x000046e0 
- 00016586  0x000038b1 beq  0x00000005 , 0x000040d5 
- 00016587  0x000038b3 call  0x000040d9 
- 00016588  0x000038b4 beq  0x00000030 , 0x000040e0 
- 00016589  0x000038b5 beq  0x00000031 , 0x000040ea 
- 00016590  0x000038b6 call  0x000040d1 
- 00016591  0x000038b7 nop  0x000003e8 
- 00016592  0x000038b8 branch  0x000040cb 
- 00016593  0x000038ba bpatch  0x000000e8 , 0x0000401d 
- 00016594  0x000038bb fetch  0x00000004 , 0x000046d3 
- 00016595  0x000038bc bbit1  0x00000012 , 0x000063e0 
- 00016596  0x000038bd branch  0x000063d1 
- 00016597  0x000038c0 call  0x000040d9 
- 00016598  0x000038c1 beq  0x0000003e , 0x0000414b 
- 00016599  0x000038c2 call  0x00004145 
- 00016600  0x000038c3 branch  0x000040d5 
- 00016601  0x000038c6 setarg  0x00000001 
- 00016602  0x000038c7 call  0x00006414 
- 00016603  0x000038c8 store  0x00000001 , 0x000046de 
- 00016604  0x000038c9 setarg  0x00000000 
- 00016605  0x000038ca call  0x00006414 
- 00016606  0x000038cb store  0x00000001 , 0x000046dd 
- 00016607  0x000038cc rtn 
- 00016608  0x000038ce fetch  0x00000001 , 0x000046de 
- 00016609  0x000038cf beq  0x000000d1 , 0x00004139 
- 00016610  0x000038d0 beq  0x000000d2 , 0x000040f8 
- 00016611  0x000038d1 beq  0x00000002 , 0x000040ee 
- 00016612  0x000038d2 beq  0x00000054 , 0x000040e6 
- 00016613  0x000038d3 rtn 
- 00016614  0x000038d5 jam  0x00000002 , 0x000046e0 
- 00016615  0x000038d6 rtn 
- 00016616  0x000038d8 jam  0x00000006 , 0x000046e0 
- 00016617  0x000038d9 rtn 
- 00016618  0x000038db fetch  0x00000001 , 0x000046de 
- 00016619  0x000038dc beq  0x00000070 , 0x000040e8 
- 00016620  0x000038dd jam  0x00000001 , 0x000046e0 
- 00016621  0x000038de rtn 
- 00016622  0x000038e0 jam  0x00000004 , 0x000046e0 
- 00016623  0x000038e1 call  0x000040f6 
- 00016624  0x000038e2 setarg  0x00003426 
- 00016625  0x000038e3 call  0x00006413 
- 00016626  0x000038e4 setarg  0x00000419 
- 00016627  0x000038e5 call  0x00006413 
- 00016628  0x000038e7 setarg  0x00000009 
- 00016629  0x000038e8 branch  0x00006413 
- 00016630  0x000038ea setarg  0x00005a09 
- 00016631  0x000038eb branch  0x00006413 
- 00016632  0x000038ee jam  0x00000003 , 0x000046e0 
- 00016633  0x000038ef call  0x000040f6 
- 00016634  0x000038f0 setarg  0x00000f0d 
- 00016635  0x000038f1 call  0x00006413 
- 00016636  0x000038f2 setarg  0x0000e31d 
- 00016637  0x000038f3 call  0x00006413 
- 00016638  0x000038f4 setarg  0x0000d27d 
- 00016639  0x000038f5 call  0x00006413 
- 00016640  0x000038f6 call  0x00004102 
- 00016641  0x000038f7 branch  0x0000411a 
- 00016642  0x000038fa setarg  0x0000351b 
- 00016643  0x000038fb call  0x00006413 
- 00016644  0x000038fc setarg  0x0000b428 
- 00016645  0x000038fd call  0x00006413 
- 00016646  0x000038fe setarg  0x00004629 
- 00016647  0x000038ff call  0x00006413 
- 00016648  0x00003900 setarg  0x0000962a 
- 00016649  0x00003901 call  0x00006413 
- 00016650  0x00003902 setarg  0x00008c2b 
- 00016651  0x00003903 call  0x00006413 
- 00016652  0x00003904 setarg  0x00006e2c 
- 00016653  0x00003905 call  0x00006413 
- 00016654  0x00003906 setarg  0x0000642d 
- 00016655  0x00003907 call  0x00006413 
- 00016656  0x00003908 setarg  0x00005f38 
- 00016657  0x00003909 call  0x00006413 
- 00016658  0x0000390a setarg  0x00000f39 
- 00016659  0x0000390b call  0x00006413 
- 00016660  0x0000390c setarg  0x0000323a 
- 00016661  0x0000390d call  0x00006413 
- 00016662  0x0000390e setarg  0x0000473b 
- 00016663  0x0000390f call  0x00006413 
- 00016664  0x00003910 setarg  0x00001042 
- 00016665  0x00003911 branch  0x00006413 
- 00016666  0x00003913 setarg  0x00002e54 
- 00016667  0x00003914 call  0x00006413 
- 00016668  0x00003915 setarg  0x0000f255 
- 00016669  0x00003916 call  0x00006413 
- 00016670  0x00003917 setarg  0x0000f461 
- 00016671  0x00003918 call  0x00006413 
- 00016672  0x00003919 setarg  0x00007063 
- 00016673  0x0000391a call  0x00006413 
- 00016674  0x0000391b setarg  0x00005275 
- 00016675  0x0000391c call  0x00006413 
- 00016676  0x0000391d setarg  0x00004176 
- 00016677  0x0000391e call  0x00006413 
- 00016678  0x0000391f setarg  0x0000ed77 
- 00016679  0x00003920 call  0x00006413 
- 00016680  0x00003921 setarg  0x00002378 
- 00016681  0x00003922 call  0x00006413 
- 00016682  0x00003923 setarg  0x00004679 
- 00016683  0x00003924 call  0x00006413 
- 00016684  0x00003925 setarg  0x0000e57a 
- 00016685  0x00003926 call  0x00006413 
- 00016686  0x00003927 setarg  0x0000487c 
- 00016687  0x00003928 call  0x00006413 
- 00016688  0x00003929 setarg  0x0000777e 
- 00016689  0x0000392a call  0x00006413 
- 00016690  0x0000392b setarg  0x0000017f 
- 00016691  0x0000392c call  0x00006413 
- 00016692  0x0000392d setarg  0x0000000b 
- 00016693  0x0000392e call  0x00006413 
- 00016694  0x0000392f setarg  0x0000007f 
- 00016695  0x00003930 call  0x00006413 
- 00016696  0x00003931 branch  0x000040f4 
- 00016697  0x00003935 jam  0x00000000 , 0x000046e0 
- 00016698  0x00003936 call  0x000040f6 
- 00016699  0x00003937 setarg  0x0000100d 
- 00016700  0x00003938 call  0x00006413 
- 00016701  0x00003939 setarg  0x0000ed1d 
- 00016702  0x0000393a call  0x00006413 
- 00016703  0x0000393b setarg  0x0000807d 
- 00016704  0x0000393c call  0x00006413 
- 00016705  0x0000393d call  0x00004102 
- 00016706  0x0000393e setarg  0x00000943 
- 00016707  0x0000393f call  0x00006413 
- 00016708  0x00003940 branch  0x0000411a 
- 00016709  0x00003944 fetcht  0x00000001 , 0x000046dc 
- 00016710  0x00003945 call  0x00006829 
- 00016711  0x00003946 call  0x00007ec1 
- 00016712  0x00003947 fetcht  0x00000001 , 0x000046dc 
- 00016713  0x00003948 call  0x00006825 
- 00016714  0x00003949 branch  0x00007ec1 
- 00016715  0x0000394c jam  0x00000005 , 0x000046e0 
- 00016716  0x0000394d setarg  0x0000ba41 
- 00016717  0x0000394e call  0x00006405 
- 00016718  0x0000394f setarg  0x00000d11 
- 00016719  0x00003950 call  0x00006405 
- 00016720  0x00003951 setarg  0x0000041b 
- 00016721  0x00003952 call  0x00006405 
- 00016722  0x00003953 setarg  0x0000041c 
- 00016723  0x00003954 call  0x00006405 
- 00016724  0x00003955 setarg  0x00000f1d 
- 00016725  0x00003956 call  0x00006405 
- 00016726  0x00003957 setarg  0x00000032 
- 00016727  0x00003958 call  0x00006405 
- 00016728  0x00003959 setarg  0x0000b541 
- 00016729  0x0000395a branch  0x00006405 
- 00016730  0x0000395f setarg  0x0000ba41 
- 00016731  0x00003960 call  0x00006405 
- 00016732  0x00003961 nop  0x00000fa0 
- 00016733  0x00003962 setarg  0x0000ff7f 
- 00016734  0x00003963 call  0x00006405 
- 00016735  0x00003964 copy  0x00000011 , 0x0000003f 
- 00016736  0x00003965 call  0x00006405 
- 00016737  0x00003966 setarg  0x0000007f 
- 00016738  0x00003967 call  0x00006405 
- 00016739  0x00003968 setarg  0x0000b541 
- 00016740  0x00003969 branch  0x00006405 
- 00016741  0x0000396c rtnbit0  0x00000007 
- 00016742  0x0000396d arg  0x0000ff00 , 0x00000002 
- 00016743  0x0000396e ior  0x00000002 , 0x0000003f 
- 00016744  0x0000396f rtn 
- 00016745  0x00003972 rtnbit0  0x00000003 
- 00016746  0x00003973 arg  0x000000f0 , 0x00000002 
- 00016747  0x00003974 ior  0x00000002 , 0x0000003f 
- 00016748  0x00003975 rtn 
- 00016749  0x00003979 call  0x00005892 
- 00016750  0x0000397a nrtn  0x00000034 
- 00016751  0x0000397b fetch  0x00000001 , 0x000046c5 
- 00016752  0x0000397c and  0x0000003f , 0x00000003 , 0x0000003f 
- 00016753  0x0000397d rtnne  0x00000003 
- 00016754  0x0000397e fetch  0x00000004 , 0x000046d3 
- 00016755  0x0000397f bbit1  0x00000003 , 0x00004179 
- 00016756  0x00003980 bbit1  0x00000000 , 0x00004179 
- 00016757  0x00003981 bbit1  0x00000005 , 0x00004179 
- 00016758  0x00003982 call  0x00003f97 
- 00016759  0x00003983 nrtn  0x00000028 
- 00016760  0x00003984 branch  0x00003f90 
- 00016761  0x00003987 setarg  0x00000000 
- 00016762  0x00003988 store  0x00000007 , 0x0000469a 
- 00016763  0x00003989 branch  0x00003f90 
- 00016764  0x0000398c copy  0x00000013 , 0x0000003f 
- 00016765  0x0000398d beq  0x00000014 , 0x000041c3 
- 00016766  0x0000398e beq  0x00000001 , 0x000042ca 
- 00016767  0x0000398f beq  0x00000015 , 0x000041d9 
- 00016768  0x00003990 beq  0x00000002 , 0x000041d9 
- 00016769  0x00003991 beq  0x00000005 , 0x000041d6 
- 00016770  0x00003992 beq  0x00000010 , 0x0000426c 
- 00016771  0x00003993 beq  0x00000012 , 0x0000429b 
- 00016772  0x00003994 beq  0x00000006 , 0x000041d5 
- 00016773  0x00003995 beq  0x00000004 , 0x000041cc 
- 00016774  0x00003996 beq  0x00000013 , 0x000041cc 
- 00016775  0x00003997 beq  0x0000000a , 0x000041ca 
- 00016776  0x00003998 beq  0x0000002e , 0x000033cd 
- 00016777  0x00003999 beq  0x00000031 , 0x000041b4 
- 00016778  0x0000399a beq  0x00000032 , 0x000041b6 
- 00016779  0x0000399b beq  0x0000003e , 0x00004191 
- 00016780  0x0000399c beq  0x00000027 , 0x0000438e 
- 00016781  0x0000399d beq  0x00000039 , 0x0000419c 
- 00016782  0x0000399e beq  0x0000003a , 0x00004192 
- 00016783  0x0000399f beq  0x0000003c , 0x0000419a 
- 00016784  0x000039a0 rtn 
- 00016785  0x000039a4 branch  0x00003410 
- 00016786  0x000039a7 jam  0x00000001 , 0x0000478b 
- 00016787  0x000039a8 fetch  0x00000001 , 0x0000471e 
- 00016788  0x000039a9 nbranch  0x00004492 , 0x00000034 
- 00016789  0x000039aa fetch  0x00000001 , 0x00004720 
- 00016790  0x000039ab fetcht  0x00000001 , 0x00004703 
- 00016791  0x000039ac isub  0x00000002 , 0x0000003e 
- 00016792  0x000039ad branch  0x0000340a , 0x00000005 
- 00016793  0x000039ae rtn 
- 00016794  0x000039b0 jam  0x00000001 , 0x0000478b 
- 00016795  0x000039b1 rtn 
- 00016796  0x000039b3 jam  0x00000001 , 0x0000478b 
- 00016797  0x000039b4 arg  0x00000003 , 0x00000007 
- 00016798  0x000039b5 call  0x000043d2 
- 00016799  0x000039b6 setarg  0x00000000 
- 00016800  0x000039b7 store  0x00000002 , 0x00004707 
- 00016801  0x000039b8 jam  0x00000000 , 0x000046a7 
- 00016802  0x000039ba fetch  0x00000001 , 0x000046e0 
- 00016803  0x000039bb sub  0x0000003f , 0x00000005 , 0x0000003e 
- 00016804  0x000039bc call  0x00004039 , 0x00000005 
- 00016805  0x000039bd ncall  0x0000405d , 0x00000005 
- 00016806  0x000039bf fetch  0x00000001 , 0x00000004 , 0x000046d3 
- 00016807  0x000039c0 bbit1  0x00000013 , 0x000041af 
- 00016808  0x000039c1 call  0x000041aa 
- 00016809  0x000039c2 branch  0x000065d1 
- 00016810  0x000039c5 call  0x00002c7a 
- 00016811  0x000039c6 add  0x00000013 , 0x000000ae , 0x00000011 
- 00016812  0x000039c7 arg  0x0000005b , 0x00000012 
- 00016813  0x000039c8 arg  0x00000004 , 0x00000002 
- 00016814  0x000039c9 rtn 
- 00016815  0x000039cc call  0x00002c7a 
- 00016816  0x000039cd add  0x00000013 , 0x000000ae , 0x00000012 
- 00016817  0x000039ce ifetch  0x00000001 , 0x00000012 
- 00016818  0x000039cf store  0x00000001 , 0x0000477b 
- 00016819  0x000039d0 branch  0x00004435 
- 00016820  0x000039d4 arg  0x00000002 , 0x00000007 
- 00016821  0x000039d5 branch  0x000041b9 
- 00016822  0x000039d7 jam  0x00000002 , 0x000046c6 
- 00016823  0x000039d8 arg  0x00000001 , 0x00000007 
- 00016824  0x000039d9 branch  0x000041b9 
- 00016825  0x000039dd fetch  0x00000001 , 0x000046c5 
- 00016826  0x000039de qset1  0x0000003f 
- 00016827  0x000039df store  0x00000001 , 0x000046c5 
- 00016828  0x000039e0 rtn 
- 00016829  0x000039e3 fetch  0x00000001 , 0x000046c5 
- 00016830  0x000039e4 qset0  0x0000003f 
- 00016831  0x000039e5 store  0x00000001 , 0x000046c5 
- 00016832  0x000039e6 rtn 
- 00016833  0x000039e8 jam  0x00000000 , 0x000046c5 
- 00016834  0x000039e9 rtn 
- 00016835  0x000039ec fetch  0x00000002 , 0x0000420a 
- 00016836  0x000039ed set0  0x00000000 , 0x0000003f 
- 00016837  0x000039ee store  0x00000002 , 0x0000420a 
- 00016838  0x000039ef setarg  0x00000000 
- 00016839  0x000039f0 store  0x00000002 , 0x000046ae 
- 00016840  0x000039f1 call  0x00003f8d 
- 00016841  0x000039f2 branch  0x000042ca 
- 00016842  0x000039f5 call  0x000063cb 
- 00016843  0x000039f6 branch  0x000033dd 
- 00016844  0x000039f9 fetch  0x00000001 , 0x0000471e 
- 00016845  0x000039fa nbranch  0x00004492 , 0x00000034 
- 00016846  0x000039fb fetch  0x00000002 , 0x00004682 
- 00016847  0x000039fc bbit1  0x0000000c , 0x000042b0 
- 00016848  0x000039fd fetch  0x00000004 , 0x000046d3 
- 00016849  0x000039fe bbit1  0x00000000 , 0x000041d7 
- 00016850  0x000039ff bbit1  0x00000005 , 0x000042b0 
- 00016851  0x00003a00 bbit1  0x00000003 , 0x00002ead 
- 00016852  0x00003a01 branch  0x000033a7 
- 00016853  0x00003a05 branch  0x00003f74 
- 00016854  0x00003a08 rtn 
- 00016855  0x00003a0b call  0x000043c0 
- 00016856  0x00003a0c branch  0x0000659a 
- 00016857  0x00003a0f bpatch  0x000000e9 , 0x0000401d 
- 00016858  0x00003a10 call  0x000041e7 
- 00016859  0x00003a11 fetch  0x00000004 , 0x000046d3 
- 00016860  0x00003a12 bbit1  0x00000000 , 0x000041d7 
- 00016861  0x00003a13 bbit1  0x00000003 , 0x00002ead 
- 00016862  0x00003a14 fetch  0x00000001 , 0x0000471e 
- 00016863  0x00003a15 nbranch  0x00004492 , 0x00000034 
- 00016864  0x00003a16 fetch  0x00000002 , 0x00004208 
- 00016865  0x00003a17 bbit1  0x00000007 , 0x000041f5 
- 00016866  0x00003a18 bbit1  0x00000000 , 0x000033a9 
- 00016867  0x00003a19 bbit1  0x00000001 , 0x000041ef 
- 00016868  0x00003a1a bbit1  0x00000002 , 0x000041f2 
- 00016869  0x00003a1b bbit1  0x00000003 , 0x000041f2 
- 00016870  0x00003a1c branch  0x000042b0 
- 00016871  0x00003a1e setarg  0x00000000 
- 00016872  0x00003a1f store  0x00000008 , 0x000046b7 
- 00016873  0x00003a20 istore  0x00000004 , 0x00000005 
- 00016874  0x00003a21 jam  0x00000000 , 0x000046b4 
- 00016875  0x00003a22 jam  0x00000000 , 0x000046a7 
- 00016876  0x00003a23 jam  0x00000000 , 0x000041e2 
- 00016877  0x00003a24 jam  0x00000000 , 0x00004429 
- 00016878  0x00003a25 rtn 
- 00016879  0x00003a28 bbit1  0x00000005 , 0x000041f2 
- 00016880  0x00003a29 bbit1  0x00000003 , 0x000041f2 
- 00016881  0x00003a2a branch  0x000042b0 
- 00016882  0x00003a2c fetch  0x00000002 , 0x00004682 
- 00016883  0x00003a2d bbit1  0x0000000c , 0x000042b0 
- 00016884  0x00003a2e branch  0x000033a7 
- 00016885  0x00003a31 call  0x000041c1 
- 00016886  0x00003a32 fetch  0x00000002 , 0x00004208 
- 00016887  0x00003a33 bbit1  0x00000000 , 0x000033a9 
- 00016888  0x00003a34 branch  0x000033a7 
- 00016889  0x00003a37 call  0x000043d6 
- 00016890  0x00003a38 call  0x00004243 
- 00016891  0x00003a39 call  0x00004246 
- 00016892  0x00003a3a call  0x00004250 
- 00016893  0x00003a3b call  0x0000445d 
- 00016894  0x00003a3d call  0x00004443 
- 00016895  0x00003a3e call  0x00004333 
- 00016896  0x00003a3f call  0x000043a5 
- 00016897  0x00003a40 call  0x000043eb 
- 00016898  0x00003a41 call  0x00004209 
- 00016899  0x00003a42 call  0x00004231 
- 00016900  0x00003a43 call  0x00004234 
- 00016901  0x00003a44 call  0x00004237 
- 00016902  0x00003a45 call  0x0000423a 
- 00016903  0x00003a46 call  0x0000423d 
- 00016904  0x00003a47 branch  0x00004240 
- 00016905  0x00003a4c fetch  0x00000001 , 0x00004711 
- 00016906  0x00003a4d rtn  0x00000034 
- 00016907  0x00003a4e increase  0xffffffff , 0x0000003f 
- 00016908  0x00003a4f store  0x00000001 , 0x00004711 
- 00016909  0x00003a50 nrtn  0x00000034 
- 00016910  0x00003a51 branch  0x0000420f 
- 00016911  0x00003a53 fetch  0x00000001 , 0x00004712 
- 00016912  0x00003a54 rtneq  0x00000000 
- 00016913  0x00003a55 beq  0x00000005 , 0x00004216 
- 00016914  0x00003a57 call  0x00004225 
- 00016915  0x00003a58 jam  0x00000005 , 0x00004712 
- 00016916  0x00003a59 jam  0x00000005 , 0x00004711 
- 00016917  0x00003a5a rtn 
- 00016918  0x00003a5c call  0x0000422c 
- 00016919  0x00003a5d jam  0x00000004 , 0x00004712 
- 00016920  0x00003a5e jam  0x00000005 , 0x00004711 
- 00016921  0x00003a5f rtn 
- 00016922  0x00003a63 setarg  0x00008006 
- 00016923  0x00003a64 call  0x00006413 
- 00016924  0x00003a65 nop  0x000003e8 
- 00016925  0x00003a66 jam  0x00000000 , 0x00004711 
- 00016926  0x00003a67 jam  0x00000000 , 0x00004712 
- 00016927  0x00003a68 branch  0x000040e0 
- 00016928  0x00003a6b setarg  0x0000a006 
- 00016929  0x00003a6c call  0x00006413 
- 00016930  0x00003a6d setarg  0x0000a005 
- 00016931  0x00003a6e branch  0x00006413 
- 00016932  0x00003a70 jam  0x00000000 , 0x00004711 
- 00016933  0x00003a72 fetch  0x00000001 , 0x000046e0 
- 00016934  0x00003a73 beq  0x00000004 , 0x00004220 
- 00016935  0x00003a74 setarg  0x00000106 
- 00016936  0x00003a75 call  0x00006413 
- 00016937  0x00003a76 setarg  0x0000a105 
- 00016938  0x00003a77 branch  0x00006413 
- 00016939  0x00003a7a jam  0x00000000 , 0x00004711 
- 00016940  0x00003a7c setarg  0x00000906 
- 00016941  0x00003a7d branch  0x00006413 
- 00016942  0x00003a7f jam  0x00000005 , 0x00004711 
- 00016943  0x00003a80 jam  0x00000001 , 0x00004712 
- 00016944  0x00003a81 rtn 
- 00016945  0x00003a84 arg  0x00004680 , 0x00000013 
- 00016946  0x00003a85 arg  0x0000429b , 0x00000012 
- 00016947  0x00003a86 branch  0x0000336d 
- 00016948  0x00003a89 arg  0x000046ac , 0x00000013 
- 00016949  0x00003a8a arg  0x00004264 , 0x00000012 
- 00016950  0x00003a8b branch  0x00003374 
- 00016951  0x00003a8e arg  0x000046ae , 0x00000013 
- 00016952  0x00003a8f arg  0x00004266 , 0x00000012 
- 00016953  0x00003a90 branch  0x00003374 
- 00016954  0x00003a93 arg  0x000046b0 , 0x00000013 
- 00016955  0x00003a94 arg  0x0000426a , 0x00000012 
- 00016956  0x00003a95 branch  0x00003374 
- 00016957  0x00003a98 arg  0x000046c4 , 0x00000013 
- 00016958  0x00003a99 arg  0x00004478 , 0x00000012 
- 00016959  0x00003a9a branch  0x0000336d 
- 00016960  0x00003a9f arg  0x000046c6 , 0x00000013 
- 00016961  0x00003aa0 arg  0x0000425e , 0x00000012 
- 00016962  0x00003aa1 branch  0x0000336d 
- 00016963  0x00003aa4 arg  0x00004704 , 0x00000013 
- 00016964  0x00003aa5 arg  0x00004249 , 0x00000012 
- 00016965  0x00003aa6 branch  0x0000336d 
- 00016966  0x00003aa9 arg  0x00004707 , 0x00000013 
- 00016967  0x00003aaa arg  0x00004249 , 0x00000012 
- 00016968  0x00003aab branch  0x00003374 
- 00016969  0x00003aae rtn 
- 00016970  0x00003ab2 fetch  0x00000004 , 0x000046d3 
- 00016971  0x00003ab3 rtnbit0  0x00000017 
- 00016972  0x00003ab4 jam  0x0000000a , 0x000046df 
- 00016973  0x00003ab5 fetch  0x00000001 , 0x000046f4 
- 00016974  0x00003ab6 store  0x00000001 , 0x00004715 
- 00016975  0x00003ab7 rtn 
- 00016976  0x00003abb arg  0x000046df , 0x00000013 
- 00016977  0x00003abc arg  0x00004253 , 0x00000012 
- 00016978  0x00003abd branch  0x0000336d 
- 00016979  0x00003abf fetch  0x00000001 , 0x000046f4 
- 00016980  0x00003ac0 store  0x00000001 , 0x00004715 
- 00016981  0x00003ac1 setarg  0x00000190 
- 00016982  0x00003ac2 store  0x00000002 , 0x00004716 
- 00016983  0x00003ac3 store  0x00000002 , 0x00004718 
- 00016984  0x00003ac4 arg  0x00000000 , 0x00000011 
- 00016985  0x00003ac5 fetcht  0x00000001 , 0x0000477a 
- 00016986  0x00003ac6 increase  0x00000001 , 0x00000002 
- 00016987  0x00003ac7 storet  0x00000001 , 0x00004714 
- 00016988  0x00003ac8 jam  0x00000001 , 0x00004713 
- 00016989  0x00003ac9 rtn 
- 00016990  0x00003acc fetch  0x00000001 , 0x000046c5 
- 00016991  0x00003acd rtnbit1  0x00000002 
- 00016992  0x00003ace jam  0x00000012 , 0x00000a99 
- 00016993  0x00003acf call  0x00007d8f 
- 00016994  0x00003ad0 arg  0x00000000 , 0x00000007 
- 00016995  0x00003ad1 branch  0x000041b9 
- 00016996  0x00003ad5 call  0x000042ca 
- 00016997  0x00003ad6 branch  0x0000340a 
- 00016998  0x00003ad9 call  0x000033f6 
- 00016999  0x00003ada fetch  0x00000001 , 0x0000471e 
- 00017000  0x00003adb nbranch  0x00004492 , 0x00000034 
- 00017001  0x00003adc branch  0x0000340a 
- 00017002  0x00003adf bmark1  0x00000026 , 0x00007e1d 
- 00017003  0x00003ae0 branch  0x00004386 
- 00017004  0x00003ae5 bpatch  0x000000ea , 0x0000401d 
- 00017005  0x00003ae6 jam  0x00000000 , 0x000046b4 
- 00017006  0x00003ae7 call  0x00004386 
- 00017007  0x00003ae8 call  0x000041c1 
- 00017008  0x00003ae9 branch  0x000042b0 
- 00017009  0x00003aee fetch  0x00000006 , 0x000041d0 
- 00017010  0x00003aef branch  0x000033eb , 0x00000034 
- 00017011  0x00003af0 call  0x0000427e 
- 00017012  0x00003af1 jam  0x00000017 , 0x0000016d 
- 00017013  0x00003af2 fetch  0x00000001 , 0x0000465a 
- 00017014  0x00003af3 nbranch  0x000033e1 , 0x00000034 
- 00017015  0x00003af4 jam  0x00000004 , 0x0000016d 
- 00017016  0x00003af5 branch  0x000033e1 
- 00017017  0x00003af8 fetch  0x00000002 , 0x000046a8 
- 00017018  0x00003af9 store  0x00000002 , 0x000046ae 
- 00017019  0x00003afa call  0x0000427e 
- 00017020  0x00003afb call  0x00003418 
- 00017021  0x00003afc branch  0x00007df4 
- 00017022  0x00003aff setarg  0x000000c8 
- 00017023  0x00003b00 store  0x00000002 , 0x00004716 
- 00017024  0x00003b01 store  0x00000002 , 0x00004718 
- 00017025  0x00003b02 branch  0x00004285 
- 00017026  0x00003b05 setarg  0x000003e8 
- 00017027  0x00003b06 store  0x00000002 , 0x00004716 
- 00017028  0x00003b07 store  0x00000002 , 0x00004718 
- 00017029  0x00003b09 fetch  0x00000001 , 0x00004720 
- 00017030  0x00003b0a beq  0x00000001 , 0x0000428a 
- 00017031  0x00003b0b beq  0x00000002 , 0x0000428c 
- 00017032  0x00003b0c beq  0x00000003 , 0x0000428e 
- 00017033  0x00003b0d rtn 
- 00017034  0x00003b0f fetch  0x00000001 , 0x000046f0 
- 00017035  0x00003b10 branch  0x0000428f 
- 00017036  0x00003b12 fetch  0x00000001 , 0x000046f1 
- 00017037  0x00003b13 branch  0x0000428f 
- 00017038  0x00003b15 fetch  0x00000001 , 0x000046f2 
- 00017039  0x00003b17 store  0x00000001 , 0x00000aa2 
- 00017040  0x00003b18 call  0x00004482 
- 00017041  0x00003b19 fetch  0x00000001 , 0x00000aa2 
- 00017042  0x00003b1a store  0x00000001 , 0x00004715 
- 00017043  0x00003b1b arg  0x00000000 , 0x00000011 
- 00017044  0x00003b1c jam  0x00000001 , 0x00004713 
- 00017045  0x00003b1d branch  0x00007d1e 
- 00017046  0x00003b20 arg  0x00000000 , 0x00000011 
- 00017047  0x00003b21 branch  0x00007d19 
- 00017048  0x00003b23 arg  0x00000000 , 0x00000011 
- 00017049  0x00003b24 branch  0x00007d14 
- 00017050  0x00003b27 branch  0x000041c1 
- 00017051  0x00003b2a jam  0x00000001 , 0x000041e2 
- 00017052  0x00003b2b call  0x00003416 
- 00017053  0x00003b2c call  0x00003412 
- 00017054  0x00003b2d setarg  0x00000000 
- 00017055  0x00003b2e store  0x00000002 , 0x0000467e 
- 00017056  0x00003b2f store  0x00000001 , 0x00004680 
- 00017057  0x00003b30 branch  0x0000340e 
- 00017058  0x00003b33 call  0x0000435f 
- 00017059  0x00003b34 fetch  0x00000001 , 0x00004720 
- 00017060  0x00003b35 fetcht  0x00000001 , 0x00004703 
- 00017061  0x00003b36 isub  0x00000002 , 0x0000003e 
- 00017062  0x00003b37 branch  0x000042ab , 0x00000005 
- 00017063  0x00003b38 fetch  0x00000001 , 0x00004210 
- 00017064  0x00003b39 beq  0x00000033 , 0x00004271 
- 00017065  0x00003b3a beq  0x00000034 , 0x00004279 
- 00017066  0x00003b3b branch  0x000042b0 
- 00017067  0x00003b3d call  0x00003d57 
- 00017068  0x00003b3e rtnmark1  0x00000026 
- 00017069  0x00003b3f fetch  0x00000001 , 0x0000471e 
- 00017070  0x00003b40 nbranch  0x00004492 , 0x00000034 
- 00017071  0x00003b41 rtn 
- 00017072  0x00003b44 bpatch  0x000000eb , 0x0000401d 
- 00017073  0x00003b45 fetch  0x00000002 , 0x00004682 
- 00017074  0x00003b46 bbit1  0x0000000b , 0x000042b7 
- 00017075  0x00003b47 fetch  0x00000004 , 0x000046d3 
- 00017076  0x00003b48 bbit0  0x00000018 , 0x000042b7 
- 00017077  0x00003b49 random  0x0000003f 
- 00017078  0x00003b4a store  0x00000001 , 0x000044a1 
- 00017079  0x00003b4c call  0x00003418 
- 00017080  0x00003b4d fetch  0x00000002 , 0x00004687 
- 00017081  0x00003b4e store  0x00000002 , 0x000046ac 
- 00017082  0x00003b4f jam  0x00000006 , 0x0000016d 
- 00017083  0x00003b50 setarg  0x00000000 
- 00017084  0x00003b51 store  0x00000002 , 0x000046b0 
- 00017085  0x00003b52 store  0x00000002 , 0x000046ae 
- 00017086  0x00003b53 arg  0x00000007 , 0x00000007 
- 00017087  0x00003b54 call  0x000043ce 
- 00017088  0x00003b55 call  0x000043ca 
- 00017089  0x00003b56 fetch  0x00000001 , 0x00004092 
- 00017090  0x00003b57 isolate1  0x00000001 , 0x0000003f 
- 00017091  0x00003b58 call  0x00007df4 , 0x00000001 
- 00017092  0x00003b59 fetch  0x00000001 , 0x00004092 
- 00017093  0x00003b5a isolate1  0x00000000 , 0x0000003f 
- 00017094  0x00003b5b call  0x00007ddd , 0x00000001 
- 00017095  0x00003b5c fetch  0x00000004 , 0x000046d3 
- 00017096  0x00003b5d bbit1  0x0000001c , 0x0000422e 
- 00017097  0x00003b5e branch  0x00004282 
- 00017098  0x00003b61 bpatch  0x000000ec , 0x0000401d 
- 00017099  0x00003b62 fetch  0x00000001 , 0x00004092 
- 00017100  0x00003b63 isolate1  0x00000001 , 0x0000003f 
- 00017101  0x00003b64 call  0x000042d4 , 0x00000001 
- 00017102  0x00003b65 fetch  0x00000001 , 0x00004092 
- 00017103  0x00003b66 isolate1  0x00000000 , 0x0000003f 
- 00017104  0x00003b67 call  0x000042d7 , 0x00000001 
- 00017105  0x00003b68 fetch  0x00000004 , 0x000046d3 
- 00017106  0x00003b69 bbit1  0x0000001c , 0x0000421a 
- 00017107  0x00003b6a branch  0x00004482 
- 00017108  0x00003b6c setarg  0x00000000 
- 00017109  0x00003b6d store  0x00000002 , 0x000046ae 
- 00017110  0x00003b6e branch  0x00007dfa 
- 00017111  0x00003b70 setarg  0x00000000 
- 00017112  0x00003b71 store  0x00000002 , 0x000046ac 
- 00017113  0x00003b72 branch  0x00007de2 
- 00017114  0x00003b79 fetch  0x00000004 , 0x000046d3 
- 00017115  0x00003b7a rtnbit0  0x00000007 
- 00017116  0x00003b7b arg  0x00000007 , 0x00000007 
- 00017117  0x00003b7c call  0x000043d2 
- 00017118  0x00003b7d call  0x000042e8 
- 00017119  0x00003b7f call  0x000042fb 
- 00017120  0x00003b80 fetch  0x00000004 , 0x000046d3 
- 00017121  0x00003b81 bbit1  0x00000013 , 0x00004435 
- 00017122  0x00003b82 bbit1  0x00000014 , 0x000042e4 
- 00017123  0x00003b83 rtn 
- 00017124  0x00003b85 arg  0x00000058 , 0x00000002 
- 00017125  0x00003b86 arg  0x00004720 , 0x00000011 
- 00017126  0x00003b87 arg  0x00000000 , 0x00000012 
- 00017127  0x00003b88 branch  0x000065d1 
- 00017128  0x00003b8b fetch  0x00000001 , 0x00000185 
- 00017129  0x00003b8c beq  0x00000034 , 0x000042ec 
- 00017130  0x00003b8d beq  0x00000033 , 0x000042ef 
- 00017131  0x00003b8e rtn 
- 00017132  0x00003b90 store  0x00000001 , 0x000046c7 
- 00017133  0x00003b91 fetch  0x00000006 , 0x0000044f 
- 00017134  0x00003b92 branch  0x000042f1 
- 00017135  0x00003b94 store  0x00000001 , 0x000046c7 
- 00017136  0x00003b95 fetch  0x00000006 , 0x00000040 
- 00017137  0x00003b97 store  0x00000006 , 0x000046c8 
- 00017138  0x00003b98 fetch  0x00000007 , 0x000046c7 
- 00017139  0x00003b99 arg  0x00004721 , 0x00000006 
- 00017140  0x00003b9a arg  0x00000003 , 0x00000039 
- 00017141  0x00003b9c ifetcht  0x00000007 , 0x00000006 
- 00017142  0x00003b9d isub  0x00000002 , 0x0000003e 
- 00017143  0x00003b9e branch  0x00004310 , 0x00000005 
- 00017144  0x00003b9f increase  0x00000016 , 0x00000006 
- 00017145  0x00003ba0 loop  0x000042f5 
- 00017146  0x00003ba1 rtn 
- 00017147  0x00003ba3 arg  0x00004721 , 0x00000011 
- 00017148  0x00003ba4 fetch  0x00000001 , 0x00004720 
- 00017149  0x00003ba5 increase  0xffffffff , 0x0000003f 
- 00017150  0x00003ba6 mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00017151  0x00003ba7 iadd  0x00000011 , 0x00000011 
- 00017152  0x00003ba8 fetch  0x00000001 , 0x00000185 
- 00017153  0x00003ba9 istore  0x00000001 , 0x00000011 
- 00017154  0x00003baa beq  0x00000034 , 0x00004305 
- 00017155  0x00003bab beq  0x00000033 , 0x0000430c 
- 00017156  0x00003bac rtn 
- 00017157  0x00003baf fetch  0x00000006 , 0x0000044f 
- 00017158  0x00003bb0 istore  0x00000006 , 0x00000005 
- 00017159  0x00003bb1 arg  0x00004419 , 0x00000006 
- 00017160  0x00003bb2 call  0x00007ebf 
- 00017161  0x00003bb3 fetch  0x00000006 , 0x000044a0 
- 00017162  0x00003bb4 istore  0x00000006 , 0x00000005 
- 00017163  0x00003bb5 rtn 
- 00017164  0x00003bb7 fetch  0x00000006 , 0x00000040 
- 00017165  0x00003bb8 istore  0x00000006 , 0x00000005 
- 00017166  0x00003bb9 arg  0x000041be , 0x00000006 
- 00017167  0x00003bba branch  0x00007ebf 
- 00017168  0x00003bbd increase  0xfffffffa , 0x00000006 
- 00017169  0x00003bbe copy  0x00000006 , 0x00000005 
- 00017170  0x00003bbf fetcht  0x00000006 , 0x000046c8 
- 00017171  0x00003bc0 increase  0x00000003 , 0x00000002 
- 00017172  0x00003bc1 istoret  0x00000006 , 0x00000005 
- 00017173  0x00003bc2 rtn 
- 00017174  0x00003bc7 arg  0x00000058 , 0x00000002 
- 00017175  0x00003bc8 arg  0x00004720 , 0x00000011 
- 00017176  0x00003bc9 arg  0x00000000 , 0x00000012 
- 00017177  0x00003bca call  0x000065df 
- 00017178  0x00003bcc arg  0x00004721 , 0x00000011 
- 00017179  0x00003bcd fetch  0x00000001 , 0x00004720 
- 00017180  0x00003bce fetcht  0x00000001 , 0x00004703 
- 00017181  0x00003bcf isub  0x00000002 , 0x0000003e 
- 00017182  0x00003bd0 rtn  0x00000005 
- 00017183  0x00003bd1 increase  0xffffffff , 0x0000003f 
- 00017184  0x00003bd2 mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00017185  0x00003bd3 iadd  0x00000011 , 0x00000011 
- 00017186  0x00003bd4 ifetch  0x00000001 , 0x00000011 
- 00017187  0x00003bd5 store  0x00000001 , 0x00004210 
- 00017188  0x00003bd6 beq  0x00000033 , 0x00004327 
- 00017189  0x00003bd7 beq  0x00000034 , 0x0000432c 
- 00017190  0x00003bd8 rtn 
- 00017191  0x00003bdb ifetch  0x00000006 , 0x00000006 
- 00017192  0x00003bdd store  0x00000006 , 0x000041d0 
- 00017193  0x00003bde arg  0x000041be , 0x00000005 
- 00017194  0x00003bdf call  0x00007ebf 
- 00017195  0x00003be0 branch  0x000067d7 
- 00017196  0x00003be3 ifetch  0x00000006 , 0x00000006 
- 00017197  0x00003be5 store  0x00000006 , 0x000041d0 
- 00017198  0x00003be6 arg  0x00004419 , 0x00000005 
- 00017199  0x00003be7 call  0x00007ebf 
- 00017200  0x00003be8 ifetch  0x00000006 , 0x00000006 
- 00017201  0x00003be9 store  0x00000006 , 0x000044a0 
- 00017202  0x00003bea rtn 
- 00017203  0x00003bee fetch  0x00000001 , 0x000046f5 
- 00017204  0x00003bef bbit1  0x00000005 , 0x00004349 
- 00017205  0x00003bf0 bbit1  0x00000006 , 0x00004359 
- 00017206  0x00003bf1 branch  0x00004337 
- 00017207  0x00003bf4 call  0x00004083 
- 00017208  0x00003bf5 beq  0x00000006 , 0x0000433e 
- 00017209  0x00003bf7 jam  0x0000001e , 0x000046d8 
- 00017210  0x00003bf8 fetch  0x00000001 , 0x000046d9 
- 00017211  0x00003bf9 rtneq  0x00000001 
- 00017212  0x00003bfa jam  0x00000001 , 0x000046d9 
- 00017213  0x00003bfb rtn 
- 00017214  0x00003bfe call  0x00004343 
- 00017215  0x00003bff fetch  0x00000001 , 0x000046d9 
- 00017216  0x00003c00 rtneq  0x00000000 
- 00017217  0x00003c01 jam  0x00000000 , 0x000046d9 
- 00017218  0x00003c02 branch  0x000043c0 
- 00017219  0x00003c05 fetch  0x00000001 , 0x000046d8 
- 00017220  0x00003c06 rtn  0x00000034 
- 00017221  0x00003c07 pincrease  0xffffffff 
- 00017222  0x00003c08 store  0x00000001 , 0x000046d8 
- 00017223  0x00003c09 nrtn  0x00000034 
- 00017224  0x00003c0a branch  0x00004370 
- 00017225  0x00003c0d fetch  0x00000001 , 0x000046ed 
- 00017226  0x00003c0e rtneq  0x000000ff 
- 00017227  0x00003c0f fetcht  0x00000001 , 0x000046ed 
- 00017228  0x00003c10 call  0x0000681d 
- 00017229  0x00003c11 branch  0x00004354 , 0x00000001 
- 00017230  0x00003c13 fetch  0x00000001 , 0x000046d9 
- 00017231  0x00003c14 rtneq  0x00000001 
- 00017232  0x00003c15 jam  0x00000001 , 0x000046d9 
- 00017233  0x00003c16 fetch  0x00000004 , 0x000046d3 
- 00017234  0x00003c17 rtnbit1  0x00000006 
- 00017235  0x00003c18 branch  0x00004370 
- 00017236  0x00003c1b fetch  0x00000001 , 0x000046d9 
- 00017237  0x00003c1c rtneq  0x00000000 
- 00017238  0x00003c1d jam  0x00000000 , 0x000046d9 
- 00017239  0x00003c1e arg  0x00000006 , 0x00000007 
- 00017240  0x00003c1f branch  0x000043d2 
- 00017241  0x00003c24 fetch  0x00000001 , 0x00000004 , 0x000046d3 
- 00017242  0x00003c25 rtnbit0  0x00000006 
- 00017243  0x00003c26 fetch  0x00000001 , 0x00004720 
- 00017244  0x00003c27 beq  0x00000001 , 0x00004369 
- 00017245  0x00003c28 beq  0x00000002 , 0x0000436c 
- 00017246  0x00003c29 rtn 
- 00017247  0x00003c2b fetch  0x00000001 , 0x00000004 , 0x000046d3 
- 00017248  0x00003c2c rtnbit0  0x00000006 
- 00017249  0x00003c2d fetcht  0x00000001 , 0x000046ed 
- 00017250  0x00003c2e call  0x0000681d 
- 00017251  0x00003c2f branch  0x00004366 , 0x00000001 
- 00017252  0x00003c31 jam  0x00000001 , 0x00004720 
- 00017253  0x00003c32 rtn 
- 00017254  0x00003c34 fetch  0x00000001 , 0x00004703 
- 00017255  0x00003c35 store  0x00000001 , 0x00004720 
- 00017256  0x00003c36 rtn 
- 00017257  0x00003c38 fetcht  0x00000001 , 0x000046ed 
- 00017258  0x00003c39 nbranch  0x00004370 , 0x00000001 
- 00017259  0x00003c3a rtn 
- 00017260  0x00003c3c fetcht  0x00000001 , 0x000046ed 
- 00017261  0x00003c3d call  0x0000681d 
- 00017262  0x00003c3e branch  0x00004354 , 0x00000001 
- 00017263  0x00003c3f rtn 
- 00017264  0x00003c45 fetcht  0x00000001 , 0x00004720 
- 00017265  0x00003c46 increase  0x00000001 , 0x00000002 
- 00017266  0x00003c47 fetch  0x00000001 , 0x000046d2 
- 00017267  0x00003c48 isub  0x00000002 , 0x0000003e 
- 00017268  0x00003c49 ncall  0x000043cc , 0x00000002 
- 00017269  0x00003c4a storet  0x00000001 , 0x00004720 
- 00017270  0x00003c4b jam  0x00000000 , 0x000041bd 
- 00017271  0x00003c4c call  0x0000437a 
- 00017272  0x00003c4d call  0x000043c0 
- 00017273  0x00003c4f branch  0x0000437e 
- 00017274  0x00003c52 arg  0x00000001 , 0x00000002 
- 00017275  0x00003c53 arg  0x00004720 , 0x00000011 
- 00017276  0x00003c54 arg  0x00000000 , 0x00000012 
- 00017277  0x00003c55 branch  0x00006606 
- 00017278  0x00003c58 call  0x00004381 
- 00017279  0x00003c59 call  0x000043c2 
- 00017280  0x00003c5a branch  0x000041d7 
- 00017281  0x00003c5c fetch  0x00000002 , 0x00004682 
- 00017282  0x00003c5d bbit1  0x00000007 , 0x00004392 
- 00017283  0x00003c5e bbit1  0x00000009 , 0x00003402 
- 00017284  0x00003c5f bbit1  0x00000000 , 0x000033e9 
- 00017285  0x00003c60 branch  0x000042ca 
- 00017286  0x00003c63 bpatch  0x000000ed , 0x0000401d 
- 00017287  0x00003c64 setarg  0x00000000 
- 00017288  0x00003c65 store  0x00000002 , 0x000046b0 
- 00017289  0x00003c66 fetch  0x00000002 , 0x00004682 
- 00017290  0x00003c67 bbit1  0x00000009 , 0x00003402 
- 00017291  0x00003c68 fetch  0x00000002 , 0x00004682 
- 00017292  0x00003c69 bbit1  0x00000000 , 0x000033e9 
- 00017293  0x00003c6a rtn 
- 00017294  0x00003c6d setarg  0x00000001 
- 00017295  0x00003c6e store  0x00000006 , 0x00000040 
- 00017296  0x00003c6f jam  0x00000033 , 0x00000185 
- 00017297  0x00003c70 branch  0x000042df 
- 00017298  0x00003c74 call  0x000043c4 
- 00017299  0x00003c75 branch  0x00007e2f 
- 00017300  0x00003c78 fetch  0x00000001 , 0x000046ec 
- 00017301  0x00003c79 rtneq  0x000000ff 
- 00017302  0x00003c7a fetcht  0x00000001 , 0x000046ec 
- 00017303  0x00003c7b call  0x0000681d 
- 00017304  0x00003c7c branch  0x0000439f , 0x00000001 
- 00017305  0x00003c7e fetch  0x00000001 , 0x00004685 
- 00017306  0x00003c7f store  0x00000001 , 0x000046da 
- 00017307  0x00003c80 fetch  0x00000001 , 0x000046db 
- 00017308  0x00003c81 rtneq  0x00000001 
- 00017309  0x00003c82 jam  0x00000001 , 0x000046db 
- 00017310  0x00003c83 branch  0x000043ca 
- 00017311  0x00003c85 call  0x000043b5 
- 00017312  0x00003c86 fetch  0x00000001 , 0x000046db 
- 00017313  0x00003c87 rtneq  0x00000000 
- 00017314  0x00003c88 jam  0x00000000 , 0x000046db 
- 00017315  0x00003c89 call  0x00007e2f 
- 00017316  0x00003c8a branch  0x000043c8 
- 00017317  0x00003c8e fetch  0x00000001 , 0x000046f5 
- 00017318  0x00003c8f bbit1  0x00000004 , 0x00004394 
- 00017319  0x00003c91 call  0x00004083 
- 00017320  0x00003c92 beq  0x00000007 , 0x000043af 
- 00017321  0x00003c94 fetch  0x00000001 , 0x00004685 
- 00017322  0x00003c95 store  0x00000001 , 0x000046da 
- 00017323  0x00003c96 fetch  0x00000001 , 0x000046db 
- 00017324  0x00003c97 rtneq  0x00000001 
- 00017325  0x00003c98 jam  0x00000001 , 0x000046db 
- 00017326  0x00003c99 branch  0x000043ca 
- 00017327  0x00003c9d call  0x000043b5 
- 00017328  0x00003c9e fetch  0x00000001 , 0x000046db 
- 00017329  0x00003c9f rtneq  0x00000000 
- 00017330  0x00003ca0 jam  0x00000000 , 0x000046db 
- 00017331  0x00003ca1 call  0x00007e2f 
- 00017332  0x00003ca2 branch  0x000043c8 
- 00017333  0x00003ca5 arg  0x000046da , 0x00000013 
- 00017334  0x00003ca6 arg  0x000043b8 , 0x00000012 
- 00017335  0x00003ca7 branch  0x0000336d 
- 00017336  0x00003caa arg  0x00000006 , 0x00000007 
- 00017337  0x00003cab call  0x000043ce 
- 00017338  0x00003cac call  0x00003357 
- 00017339  0x00003cad branch  0x0000426c 
- 00017340  0x00003cb1 arg  0x00000001 , 0x00000007 
- 00017341  0x00003cb2 branch  0x000043ce 
- 00017342  0x00003cb4 arg  0x00000001 , 0x00000007 
- 00017343  0x00003cb5 branch  0x000043d2 
- 00017344  0x00003cb7 arg  0x00000000 , 0x00000007 
- 00017345  0x00003cb8 branch  0x000043ce 
- 00017346  0x00003cba arg  0x00000000 , 0x00000007 
- 00017347  0x00003cbb branch  0x000043d2 
- 00017348  0x00003cbd arg  0x00000002 , 0x00000007 
- 00017349  0x00003cbe branch  0x000043ce 
- 00017350  0x00003cc0 arg  0x00000002 , 0x00000007 
- 00017351  0x00003cc1 branch  0x000043d2 
- 00017352  0x00003cc3 arg  0x00000005 , 0x00000007 
- 00017353  0x00003cc4 branch  0x000043ce 
- 00017354  0x00003cc6 arg  0x00000005 , 0x00000007 
- 00017355  0x00003cc7 branch  0x000043d2 
- 00017356  0x00003ccc arg  0x00000001 , 0x00000002 
- 00017357  0x00003ccd rtn 
- 00017358  0x00003cd0 fetch  0x00000004 , 0x000046d3 
- 00017359  0x00003cd1 qset1  0x0000003f 
- 00017360  0x00003cd2 store  0x00000004 , 0x000046d3 
- 00017361  0x00003cd3 rtn 
- 00017362  0x00003cd6 fetch  0x00000004 , 0x000046d3 
- 00017363  0x00003cd7 qset0  0x0000003f 
- 00017364  0x00003cd8 store  0x00000004 , 0x000046d3 
- 00017365  0x00003cd9 rtn 
- 00017366  0x00003cdc fetch  0x00000004 , 0x000046d3 
- 00017367  0x00003cdd rtnbit0  0x0000001a 
- 00017368  0x00003cde fetch  0x00000001 , 0x000046ce 
- 00017369  0x00003cdf increase  0x00000001 , 0x0000003f 
- 00017370  0x00003ce0 store  0x00000001 , 0x000046ce 
- 00017371  0x00003ce1 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00017372  0x00003ce2 rtn  0x00000002 
- 00017373  0x00003ce3 jam  0x00000000 , 0x000046ce 
- 00017374  0x00003ce4 call  0x000068eb 
- 00017375  0x00003ce5 call  0x00006908 
- 00017376  0x00003ce6 store  0x00000002 , 0x0000470f 
- 00017377  0x00003ce7 arg  0x00004709 , 0x00000011 
- 00017378  0x00003ce8 call  0x00006930 
- 00017379  0x00003ce9 fetch  0x00000001 , 0x00004231 
- 00017380  0x00003cea bbit1  0x00000001 , 0x000044a0 
- 00017381  0x00003ceb bbit0  0x00000000 , 0x000043e9 
- 00017382  0x00003cec branch  0x000043e7 
- 00017383  0x00003cee arg  0x00000004 , 0x00000007 
- 00017384  0x00003cef branch  0x000043ce 
- 00017385  0x00003cf1 arg  0x00000004 , 0x00000007 
- 00017386  0x00003cf2 branch  0x000043d2 
- 00017387  0x00003cf5 fetch  0x00000004 , 0x000046d3 
- 00017388  0x00003cf6 rtnbit0  0x00000004 
- 00017389  0x00003cf7 fetch  0x00000001 , 0x000046ef 
- 00017390  0x00003cf8 store  0x00000001 , 0x00004715 
- 00017391  0x00003cf9 fetch  0x00000001 , 0x000046cf 
- 00017392  0x00003cfa pincrease  0x00000001 
- 00017393  0x00003cfb store  0x00000001 , 0x000046cf 
- 00017394  0x00003cfc sub  0x0000003f , 0x00000014 , 0x0000003e 
- 00017395  0x00003cfd ncall  0x000043f9 , 0x00000002 
- 00017396  0x00003cfe beq  0x00000002 , 0x000043fb 
- 00017397  0x00003cff beq  0x00000004 , 0x000043fe 
- 00017398  0x00003d00 beq  0x00000006 , 0x000043fb 
- 00017399  0x00003d01 beq  0x00000008 , 0x000043fe 
- 00017400  0x00003d02 rtn 
- 00017401  0x00003d04 jam  0x00000001 , 0x000046cf 
- 00017402  0x00003d05 branch  0x000043fe 
- 00017403  0x00003d07 arg  0x00000000 , 0x00000011 
- 00017404  0x00003d08 jam  0x00000002 , 0x00004713 
- 00017405  0x00003d09 branch  0x00007d14 
- 00017406  0x00003d0b arg  0x00000000 , 0x00000011 
- 00017407  0x00003d0c jam  0x00000002 , 0x00004713 
- 00017408  0x00003d0d branch  0x00007d19 
- 00017409  0x00003d10 call  0x00003f97 
- 00017410  0x00003d11 nrtn  0x00000028 
- 00017411  0x00003d12 arg  0x00000007 , 0x00000011 
- 00017412  0x00003d13 arg  0x0000469a , 0x00000012 
- 00017413  0x00003d14 rtn 
- 00017414  0x00003d17 fetch  0x00000001 , 0x0000478b 
- 00017415  0x00003d18 rtn  0x00000034 
- 00017416  0x00003d1a fetcht  0x00000001 , 0x000046e7 
- 00017417  0x00003d1b call  0x0000681d 
- 00017418  0x00003d1c call  0x00004410 , 0x00000001 
- 00017419  0x00003d1d fetch  0x00000001 , 0x00004704 
- 00017420  0x00003d1e nrtn  0x00000034 
- 00017421  0x00003d1f call  0x00004083 
- 00017422  0x00003d20 nrtn  0x00000034 
- 00017423  0x00003d21 branch  0x00002d83 
- 00017424  0x00003d24 fetch  0x00000001 , 0x000046e7 
- 00017425  0x00003d25 rtneq  0x000000ff 
- 00017426  0x00003d26 jam  0x0000000a , 0x00004704 
- 00017427  0x00003d27 rtn 
- 00017428  0x00003d2b call  0x00004423 
- 00017429  0x00003d2c fetch  0x00000002 , 0x00004778 
- 00017430  0x00003d2d arg  0x0000aa55 , 0x00000002 
- 00017431  0x00003d2e isub  0x00000002 , 0x0000003e 
- 00017432  0x00003d2f branch  0x0000442b , 0x00000005 
- 00017433  0x00003d30 storet  0x00000002 , 0x00004778 
- 00017434  0x00003d31 call  0x0000441c 
- 00017435  0x00003d32 branch  0x00004435 
- 00017436  0x00003d34 fetch  0x00000006 , 0x000044a0 
- 00017437  0x00003d35 store  0x00000006 , 0x00004738 
- 00017438  0x00003d36 add  0x0000003f , 0x00000100 , 0x0000003f 
- 00017439  0x00003d37 store  0x00000006 , 0x00004755 
- 00017440  0x00003d38 add  0x0000003f , 0x00000100 , 0x0000003f 
- 00017441  0x00003d39 store  0x00000006 , 0x00004772 
- 00017442  0x00003d3a rtn 
- 00017443  0x00003d3e setarg  0x00004778 
- 00017444  0x00003d3f arg  0x00004720 , 0x00000002 
- 00017445  0x00003d40 isub  0x00000002 , 0x00000002 
- 00017446  0x00003d41 fetch  0x00000003 , 0x00004700 
- 00017447  0x00003d42 iadd  0x00000002 , 0x0000003f 
- 00017448  0x00003d43 arg  0x00000002 , 0x00000002 
- 00017449  0x00003d44 arg  0x00004778 , 0x00000011 
- 00017450  0x00003d45 branch  0x00006562 
- 00017451  0x00003d49 setarg  0x0000477f 
- 00017452  0x00003d4a arg  0x00004720 , 0x00000002 
- 00017453  0x00003d4b isub  0x00000002 , 0x00000002 
- 00017454  0x00003d4c fetch  0x00000003 , 0x00004700 
- 00017455  0x00003d4d arg  0x00004720 , 0x00000011 
- 00017456  0x00003d4e call  0x00006562 
- 00017457  0x00003d4f call  0x0000431a 
- 00017458  0x00003d50 fetch  0x00000004 , 0x0000477b 
- 00017459  0x00003d51 call  0x00002c7a 
- 00017460  0x00003d52 branch  0x0000322c 
- 00017461  0x00003d55 setarg  0x0000477f 
- 00017462  0x00003d56 arg  0x00004720 , 0x00000002 
- 00017463  0x00003d57 isub  0x00000002 , 0x00000002 
- 00017464  0x00003d58 arg  0x00004720 , 0x00000011 
- 00017465  0x00003d59 fetch  0x00000003 , 0x00004700 
- 00017466  0x00003d5a branch  0x00006514 
- 00017467  0x00003d5d arg  0x00000001 , 0x00000002 
- 00017468  0x00003d5e arg  0x0000477a , 0x00000011 
- 00017469  0x00003d5f arg  0x0000005a , 0x00000012 
- 00017470  0x00003d60 branch  0x000065d1 
- 00017471  0x00003d63 arg  0x00000001 , 0x00000002 
- 00017472  0x00003d64 arg  0x0000477a , 0x00000011 
- 00017473  0x00003d65 arg  0x0000005a , 0x00000012 
- 00017474  0x00003d66 branch  0x000065df 
- 00017475  0x00003d69 rtnmark1  0x00000026 
- 00017476  0x00003d6a fetch  0x00000004 , 0x000046d3 
- 00017477  0x00003d6b rtnbit0  0x00000016 
- 00017478  0x00003d6c fetch  0x00000001 , 0x00004705 
- 00017479  0x00003d6d pincrease  0x00000001 
- 00017480  0x00003d6e and  0x0000003f , 0x00000007 , 0x0000003f 
- 00017481  0x00003d6f store  0x00000001 , 0x00004705 
- 00017482  0x00003d70 rtnne  0x00000007 
- 00017483  0x00003d71 fetch  0x00000002 , 0x00004682 
- 00017484  0x00003d72 bbit1  0x00000000 , 0x0000444f 
- 00017485  0x00003d73 bbit1  0x00000009 , 0x0000444f 
- 00017486  0x00003d74 rtn 
- 00017487  0x00003d7a bpatch  0x000000ee , 0x0000401d 
- 00017488  0x00003d7b fetch  0x00000001 , 0x00004706 
- 00017489  0x00003d7c nrtn  0x00000034 
- 00017490  0x00003d7d fetch  0x00000004 , 0x000046d3 
- 00017491  0x00003d7e rtnbit0  0x00000008 
- 00017492  0x00003d7f fetch  0x00000001 , 0x000046a5 
- 00017493  0x00003d80 call  0x000063fb 
- 00017494  0x00003d81 store  0x00000001 , 0x000046a6 
- 00017495  0x00003d82 sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00017496  0x00003d83 branch  0x0000445b , 0x00000002 
- 00017497  0x00003d84 jam  0x00000000 , 0x00004706 
- 00017498  0x00003d85 rtn 
- 00017499  0x00003d88 jam  0x0000001e , 0x00004706 
- 00017500  0x00003d89 rtn 
- 00017501  0x00003d8b arg  0x00004706 , 0x00000013 
- 00017502  0x00003d8c arg  0x00004460 , 0x00000012 
- 00017503  0x00003d8d branch  0x0000336d 
- 00017504  0x00003d90 fetch  0x00000001 , 0x000046a5 
- 00017505  0x00003d91 call  0x00006414 
- 00017506  0x00003d92 sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00017507  0x00003d93 nrtn  0x00000002 
- 00017508  0x00003d94 fetch  0x00000004 , 0x000046d3 
- 00017509  0x00003d95 rtnbit0  0x00000008 
- 00017510  0x00003d96 arg  0x00000008 , 0x00000007 
- 00017511  0x00003d97 call  0x000043d2 
- 00017512  0x00003d98 jam  0x00000000 , 0x00004172 
- 00017513  0x00003d99 jam  0x0000001e , 0x000046c4 
- 00017514  0x00003d9a call  0x00004482 
- 00017515  0x00003d9b fetch  0x00000004 , 0x000046d3 
- 00017516  0x00003d9c bbit1  0x00000015 , 0x00004471 
- 00017517  0x00003d9e fetch  0x00000001 , 0x00004720 
- 00017518  0x00003d9f beq  0x00000001 , 0x00004489 
- 00017519  0x00003da0 beq  0x00000002 , 0x00004476 
- 00017520  0x00003da1 rtn 
- 00017521  0x00003da3 fetch  0x00000001 , 0x00004720 
- 00017522  0x00003da4 beq  0x00000001 , 0x00004489 
- 00017523  0x00003da5 beq  0x00000002 , 0x0000448c 
- 00017524  0x00003da6 beq  0x00000003 , 0x0000448f 
- 00017525  0x00003da7 rtn 
- 00017526  0x00003daa fetch  0x00000001 , 0x000046f0 
- 00017527  0x00003dab branch  0x0000428f 
- 00017528  0x00003db0 jam  0x00000020 , 0x00004172 
- 00017529  0x00003db1 branch  0x00004482 
- 00017530  0x00003db6 fetch  0x00000001 , 0x000046f0 
- 00017531  0x00003db7 rtneq  0x000000ff 
- 00017532  0x00003db8 store  0x00000001 , 0x00004715 
- 00017533  0x00003db9 branch  0x00004296 
- 00017534  0x00003dbc fetch  0x00000001 , 0x000046f1 
- 00017535  0x00003dbd rtneq  0x000000ff 
- 00017536  0x00003dbe store  0x00000001 , 0x00004715 
- 00017537  0x00003dbf branch  0x00004296 
- 00017538  0x00003dc2 call  0x00004296 
- 00017539  0x00003dc3 call  0x0000447a 
- 00017540  0x00003dc4 call  0x0000447e 
- 00017541  0x00003dc6 fetch  0x00000001 , 0x000046f2 
- 00017542  0x00003dc7 rtneq  0x000000ff 
- 00017543  0x00003dc8 store  0x00000001 , 0x00004715 
- 00017544  0x00003dc9 branch  0x00004296 
- 00017545  0x00003dcc fetch  0x00000001 , 0x000046f0 
- 00017546  0x00003dcd store  0x00000001 , 0x00004715 
- 00017547  0x00003dce branch  0x00004298 
- 00017548  0x00003dd0 fetch  0x00000001 , 0x000046f1 
- 00017549  0x00003dd1 store  0x00000001 , 0x00004715 
- 00017550  0x00003dd2 branch  0x00004298 
- 00017551  0x00003dd4 fetch  0x00000001 , 0x000046f2 
- 00017552  0x00003dd5 store  0x00000001 , 0x00004715 
- 00017553  0x00003dd6 branch  0x00004298 
- 00017554  0x00003ddb bpatch  0x000000ef , 0x0000401d 
- 00017555  0x00003ddc fetch  0x00000001 , 0x0000471e 
- 00017556  0x00003ddd increase  0xffffffff , 0x0000003f 
- 00017557  0x00003dde store  0x00000001 , 0x0000471e 
- 00017558  0x00003ddf fetcht  0x00000001 , 0x00004720 
- 00017559  0x00003de0 increase  0x00000001 , 0x00000002 
- 00017560  0x00003de1 fetch  0x00000001 , 0x000046d2 
- 00017561  0x00003de2 isub  0x00000002 , 0x0000003e 
- 00017562  0x00003de3 ncall  0x000043cc , 0x00000002 
- 00017563  0x00003de4 storet  0x00000001 , 0x00004720 
- 00017564  0x00003de5 jam  0x00000000 , 0x000041bd 
- 00017565  0x00003de6 call  0x0000437a 
- 00017566  0x00003de7 call  0x000042fb 
- 00017567  0x00003de8 branch  0x000042a2 
- 00017568  0x00003deb call  0x00004482 
- 00017569  0x00003dec setarg  0x00000000 
- 00017570  0x00003ded store  0x00000008 , 0x000000a1 
- 00017571  0x00003dee branch  0x00002b1f 
- 00017572  0x00003dfa rtn  0x0000002b 
- 00017573  0x00003dfb hfetch  0x00000001 , 0x00008081 
- 00017574  0x00003dfc and_into  0x000000f0 , 0x0000003f 
- 00017575  0x00003dfd hstore  0x00000001 , 0x00008081 
- 00017576  0x00003dfe call  0x00006948 
- 00017577  0x00003dff setarg  0x000044e6 
- 00017578  0x00003e00 store  0x00000002 , 0x000041eb 
- 00017579  0x00003e02 setarg  0x000044e9 
- 00017580  0x00003e03 store  0x00000002 , 0x000041ed 
- 00017581  0x00003e05 setarg  0x000044ef 
- 00017582  0x00003e06 store  0x00000002 , 0x000041f3 
- 00017583  0x00003e08 setarg  0x000044f2 
- 00017584  0x00003e09 store  0x00000002 , 0x000041f5 
- 00017585  0x00003e0b setarg  0x000033d0 
- 00017586  0x00003e0c store  0x00000002 , 0x000041e9 
- 00017587  0x00003e0e call  0x00002c7a 
- 00017588  0x00003e0f setarg  0x000045c2 
- 00017589  0x00003e10 add  0x00000013 , 0x000000d8 , 0x00000005 
- 00017590  0x00003e11 istore  0x00000002 , 0x00000005 
- 00017591  0x00003e13 setarg  0x000044ea 
- 00017592  0x00003e14 add  0x00000013 , 0x000000da , 0x00000005 
- 00017593  0x00003e15 istore  0x00000002 , 0x00000005 
- 00017594  0x00003e17 setarg  0x000044e9 
- 00017595  0x00003e18 add  0x00000013 , 0x000000dc , 0x00000005 
- 00017596  0x00003e19 istore  0x00000002 , 0x00000005 
- 00017597  0x00003e1b setarg  0x0000450e 
- 00017598  0x00003e1c store  0x00000002 , 0x000041fd 
- 00017599  0x00003e1e setarg  0x000044da 
- 00017600  0x00003e1f store  0x00000002 , 0x0000475b 
- 00017601  0x00003e21 setarg  0x000044d6 
- 00017602  0x00003e22 store  0x00000002 , 0x0000475f 
- 00017603  0x00003e24 setarg  0x00004560 
- 00017604  0x00003e25 store  0x00000002 , 0x0000470f 
- 00017605  0x00003e27 bpatch  0x000000f0 , 0x0000401e 
- 00017606  0x00003e28 call  0x000044e2 
- 00017607  0x00003e29 call  0x00007e38 
- 00017608  0x00003e2a jam  0x00000002 , 0x00004172 
- 00017609  0x00003e2b fetch  0x00000001 , 0x0000472b 
- 00017610  0x00003e2c store  0x00000001 , 0x0000469a 
- 00017611  0x00003e2d beq  0x00000000 , 0x000044d5 
- 00017612  0x00003e2e fetch  0x00000001 , 0x0000472c 
- 00017613  0x00003e2f store  0x00000001 , 0x00004686 
- 00017614  0x00003e31 call  0x000044db 
- 00017615  0x00003e32 call  0x00007cd3 
- 00017616  0x00003e33 call  0x00007cdd 
- 00017617  0x00003e34 jam  0x00000001 , 0x00004757 
- 00017618  0x00003e35 fetch  0x00000002 , 0x00004682 
- 00017619  0x00003e36 rtnbit1  0x0000000c 
- 00017620  0x00003e37 branch  0x0000340a 
- 00017621  0x00003e3c jam  0x00000002 , 0x00004757 
- 00017622  0x00003e3e call  0x000044db 
- 00017623  0x00003e40 arg  0x00000000 , 0x00000011 
- 00017624  0x00003e41 call  0x00007d1e 
- 00017625  0x00003e43 branch  0x00002ee4 
- 00017626  0x00003e46 branch  0x000044db 
- 00017627  0x00003e49 bpatch  0x000000f1 , 0x0000401e 
- 00017628  0x00003e4a fetch  0x00000001 , 0x00004729 
- 00017629  0x00003e4b bne  0x000000ff , 0x000044e0 
- 00017630  0x00003e4d fetcht  0x00000001 , 0x00004706 
- 00017631  0x00003e4e branch  0x0000680e 
- 00017632  0x00003e50 store  0x00000001 , 0x00004706 
- 00017633  0x00003e51 branch  0x000044de 
- 00017634  0x00003e55 call  0x00002c9d 
- 00017635  0x00003e56 fetch  0x00000002 , 0x00004753 
- 00017636  0x00003e57 store  0x00000002 , 0x00004755 
- 00017637  0x00003e58 branch  0x00004515 
- 00017638  0x00003e60 call  0x00006835 
- 00017639  0x00003e61 call  0x000044e9 
- 00017640  0x00003e62 branch  0x0000340a 
- 00017641  0x00003e65 branch  0x0000696c 
- 00017642  0x00003e68 fetch  0x00000001 , 0x00004765 
- 00017643  0x00003e69 rtn  0x00000034 
- 00017644  0x00003e6b branch  0x00002d83 
- 00017645  0x00003e6e rtn 
- 00017646  0x00003e71 branch  0x00006978 
- 00017647  0x00003e74 call  0x00004544 
- 00017648  0x00003e75 call  0x00004503 
- 00017649  0x00003e76 branch  0x000044ee 
- 00017650  0x00003e79 copy  0x00000013 , 0x0000003f 
- 00017651  0x00003e7a beq  0x0000002d , 0x00003431 
- 00017652  0x00003e7b beq  0x00000010 , 0x0000341a 
- 00017653  0x00003e7c beq  0x00000039 , 0x000044fb 
- 00017654  0x00003e7d beq  0x0000003c , 0x000044ff 
- 00017655  0x00003e7e beq  0x0000003a , 0x000044f9 
- 00017656  0x00003e7f rtn 
- 00017657  0x00003e82 jam  0x00000001 , 0x00004765 
- 00017658  0x00003e83 rtn 
- 00017659  0x00003e86 jam  0x00000001 , 0x00004765 
- 00017660  0x00003e87 jam  0x00000001 , 0x00004763 
- 00017661  0x00003e88 jam  0x00000001 , 0x00004764 
- 00017662  0x00003e89 rtn 
- 00017663  0x00003e8c jam  0x00000001 , 0x00004765 
- 00017664  0x00003e8d jam  0x00000001 , 0x00004763 
- 00017665  0x00003e8e jam  0x00000001 , 0x00004764 
- 00017666  0x00003e8f rtn 
- 00017667  0x00003e92 fetch  0x00000001 , 0x00004763 
- 00017668  0x00003e93 rtneq  0x00000000 
- 00017669  0x00003e94 fetch  0x00000001 , 0x00004762 
- 00017670  0x00003e95 rtneq  0x00000001 
- 00017671  0x00003e96 jam  0x00000001 , 0x00004762 
- 00017672  0x00003e98 arg  0x00000000 , 0x00000011 
- 00017673  0x00003e99 branch  0x00007d19 
- 00017674  0x00003e9b arg  0x00000000 , 0x00000011 
- 00017675  0x00003e9c call  0x00007d19 
- 00017676  0x00003e9d call  0x000044db 
- 00017677  0x00003e9e branch  0x0000340a 
- 00017678  0x00003ea1 call  0x0000337b 
- 00017679  0x00003ea2 branch  0x00004510 
- 00017680  0x00003ea5 fetch  0x00000001 , 0x0000472d 
- 00017681  0x00003ea6 rtn  0x00000034 
- 00017682  0x00003ea7 arg  0x00004755 , 0x00000013 
- 00017683  0x00003ea8 arg  0x0000450a , 0x00000012 
- 00017684  0x00003ea9 branch  0x00003374 
- 00017685  0x00003ead call  0x0000451a 
- 00017686  0x00003eae storet  0x00000002 , 0x0000471a 
- 00017687  0x00003eaf call  0x0000451f 
- 00017688  0x00003eb0 storet  0x00000002 , 0x0000471c 
- 00017689  0x00003eb1 rtn 
- 00017690  0x00003eb4 fetch  0x00000002 , 0x0000471a 
- 00017691  0x00003eb5 store  0x00000002 , 0x0000471e 
- 00017692  0x00003eb6 call  0x00004540 
- 00017693  0x00003eb7 call  0x00004525 
- 00017694  0x00003eb8 store  0x00000001 , 0x00004724 
- 00017695  0x00003eba fetch  0x00000002 , 0x0000471c 
- 00017696  0x00003ebb store  0x00000002 , 0x0000471e 
- 00017697  0x00003ebc call  0x00004542 
- 00017698  0x00003ebd call  0x00004525 
- 00017699  0x00003ebe store  0x00000001 , 0x00004725 
- 00017700  0x00003ebf rtn 
- 00017701  0x00003ec1 fetch  0x00000002 , 0x00004720 
- 00017702  0x00003ec2 copy  0x0000003f , 0x00000011 
- 00017703  0x00003ec3 fetch  0x00000002 , 0x0000471e 
- 00017704  0x00003ec4 call  0x0000452e 
- 00017705  0x00003ec5 fetch  0x00000001 , 0x00004719 
- 00017706  0x00003ec6 nbranch  0x00004537 , 0x00000034 
- 00017707  0x00003ec7 nrtn  0x00000002 
- 00017708  0x00003ec8 fetcht  0x00000002 , 0x0000471e 
- 00017709  0x00003ec9 rtn 
- 00017710  0x00003ecb isub  0x00000002 , 0x0000003f 
- 00017711  0x00003ecc branch  0x00004534 , 0x00000002 
- 00017712  0x00003ecd sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00017713  0x00003ece jam  0x00000001 , 0x00004718 
- 00017714  0x00003ecf isub  0x00000011 , 0x0000003e 
- 00017715  0x00003ed0 rtn 
- 00017716  0x00003ed2 jam  0x00000000 , 0x00004718 
- 00017717  0x00003ed3 isub  0x00000011 , 0x0000003e 
- 00017718  0x00003ed4 rtn 
- 00017719  0x00003ed6 nbranch  0x0000453e , 0x00000002 
- 00017720  0x00003ed7 fetch  0x00000001 , 0x00004718 
- 00017721  0x00003ed8 nbranch  0x0000453c , 0x00000034 
- 00017722  0x00003eda setarg  0x00000001 
- 00017723  0x00003edb rtn 
- 00017724  0x00003edd setarg  0x00000002 
- 00017725  0x00003ede rtn 
- 00017726  0x00003ee0 setarg  0x00000000 
- 00017727  0x00003ee1 rtn 
- 00017728  0x00003ee3 jam  0x00000033 , 0x0000422e 
- 00017729  0x00003ee4 branch  0x000068eb 
- 00017730  0x00003ee6 jam  0x00000034 , 0x0000422e 
- 00017731  0x00003ee7 branch  0x000068eb 
- 00017732  0x00003eeb fetch  0x00000001 , 0x0000472a 
- 00017733  0x00003eec rtnne  0x00000001 
- 00017734  0x00003eee bpatch  0x000000f2 , 0x0000401e 
- 00017735  0x00003eef jam  0x00000001 , 0x00004719 
- 00017736  0x00003ef0 call  0x0000451a 
- 00017737  0x00003ef1 fetch  0x00000002 , 0x00004724 
- 00017738  0x00003ef2 fetcht  0x00000002 , 0x00004722 
- 00017739  0x00003ef3 isub  0x00000002 , 0x0000003e 
- 00017740  0x00003ef4 rtn  0x00000005 
- 00017741  0x00003ef5 store  0x00000002 , 0x00004722 
- 00017742  0x00003ef6 call  0x00004550 
- 00017743  0x00003ef7 branch  0x00004554 
- 00017744  0x00003efa fetch  0x00000001 , 0x00004724 
- 00017745  0x00003efb branch  0x0000455a , 0x00000034 
- 00017746  0x00003efc increase  0xffffffff , 0x0000003f 
- 00017747  0x00003efd branch  0x00004557 
- 00017748  0x00003eff fetch  0x00000001 , 0x00004725 
- 00017749  0x00003f00 branch  0x0000455d , 0x00000034 
- 00017750  0x00003f01 increase  0x00000001 , 0x0000003f 
- 00017751  0x00003f03 copy  0x0000003f , 0x00000007 
- 00017752  0x00003f04 arg  0x00000001 , 0x00000011 
- 00017753  0x00003f05 branch  0x00004560 
- 00017754  0x00003f08 arg  0x00000000 , 0x00000007 
- 00017755  0x00003f09 arg  0x00000000 , 0x00000011 
- 00017756  0x00003f0a branch  0x00004560 
- 00017757  0x00003f0c arg  0x00000002 , 0x00000007 
- 00017758  0x00003f0d arg  0x00000000 , 0x00000011 
- 00017759  0x00003f0e branch  0x00004560 
- 00017760  0x00003f11 copy  0x00000011 , 0x0000003f 
- 00017761  0x00003f12 store  0x00000001 , 0x00004761 
- 00017762  0x00003f13 fetch  0x00000001 , 0x00004763 
- 00017763  0x00003f14 beq  0x00000000 , 0x00002ee4 
- 00017764  0x00003f15 fetch  0x00000002 , 0x00004753 
- 00017765  0x00003f16 store  0x00000002 , 0x00004755 
- 00017766  0x00003f17 fetch  0x00000001 , 0x00004761 
- 00017767  0x00003f18 branch  0x00004580 , 0x00000034 
- 00017768  0x00003f1a bpatch  0x000000f3 , 0x0000401e 
- 00017769  0x00003f1b arg  0x00000000 , 0x00000011 
- 00017770  0x00003f1c call  0x00007d14 
- 00017771  0x00003f1e copy  0x00000007 , 0x0000003f 
- 00017772  0x00003f1f beq  0x00000004 , 0x000045a3 
- 00017773  0x00003f20 beq  0x00000005 , 0x000045a5 
- 00017774  0x00003f21 beq  0x00000006 , 0x000045a7 
- 00017775  0x00003f25 call  0x0000458b 
- 00017776  0x00003f26 beq  0x00000000 , 0x00004574 
- 00017777  0x00003f27 beq  0x00000002 , 0x0000457a 
- 00017778  0x00003f28 beq  0x00000003 , 0x00004574 
- 00017779  0x00003f29 rtn 
- 00017780  0x00003f2c copy  0x00000007 , 0x0000003f 
- 00017781  0x00003f2d beq  0x00000000 , 0x0000458f 
- 00017782  0x00003f2e beq  0x00000001 , 0x00004591 
- 00017783  0x00003f2f beq  0x00000002 , 0x00004593 
- 00017784  0x00003f30 beq  0x00000003 , 0x00004595 
- 00017785  0x00003f31 rtn 
- 00017786  0x00003f34 copy  0x00000007 , 0x0000003f 
- 00017787  0x00003f35 beq  0x00000000 , 0x00004597 
- 00017788  0x00003f36 beq  0x00000001 , 0x0000459a 
- 00017789  0x00003f37 beq  0x00000002 , 0x0000459d 
- 00017790  0x00003f38 beq  0x00000003 , 0x000045a0 
- 00017791  0x00003f39 rtn 
- 00017792  0x00003f3c bpatch  0x000000f4 , 0x0000401e 
- 00017793  0x00003f3d arg  0x00000000 , 0x00000011 
- 00017794  0x00003f3e call  0x00007d19 
- 00017795  0x00003f40 copy  0x00000007 , 0x0000003f 
- 00017796  0x00003f41 beq  0x00000004 , 0x000045bc 
- 00017797  0x00003f42 beq  0x00000005 , 0x000045bc 
- 00017798  0x00003f46 call  0x0000458b 
- 00017799  0x00003f47 beq  0x00000000 , 0x000045a9 
- 00017800  0x00003f48 beq  0x00000002 , 0x000045af 
- 00017801  0x00003f49 beq  0x00000003 , 0x000045a9 
- 00017802  0x00003f4a rtn 
- 00017803  0x00003f4d fetch  0x00000001 , 0x00004728 
- 00017804  0x00003f4e fetcht  0x00000001 , 0x00004727 
- 00017805  0x00003f4f ior  0x00000002 , 0x0000003f 
- 00017806  0x00003f50 rtn 
- 00017807  0x00003f54 jam  0x00000001 , 0x00004734 
- 00017808  0x00003f55 branch  0x000045be 
- 00017809  0x00003f57 jam  0x00000002 , 0x00004734 
- 00017810  0x00003f58 branch  0x000045be 
- 00017811  0x00003f5a jam  0x00000001 , 0x00004736 
- 00017812  0x00003f5b branch  0x000045be 
- 00017813  0x00003f5d jam  0x00000002 , 0x00004736 
- 00017814  0x00003f5e branch  0x000045be 
- 00017815  0x00003f62 jam  0x00000001 , 0x00004734 
- 00017816  0x00003f63 jam  0x00000001 , 0x00004736 
- 00017817  0x00003f64 branch  0x000045be 
- 00017818  0x00003f66 jam  0x00000002 , 0x00004734 
- 00017819  0x00003f67 jam  0x00000002 , 0x00004736 
- 00017820  0x00003f68 branch  0x000045be 
- 00017821  0x00003f6a jam  0x00000002 , 0x00004734 
- 00017822  0x00003f6b jam  0x00000001 , 0x00004736 
- 00017823  0x00003f6c branch  0x000045be 
- 00017824  0x00003f6e jam  0x00000001 , 0x00004734 
- 00017825  0x00003f6f jam  0x00000002 , 0x00004736 
- 00017826  0x00003f70 branch  0x000045be 
- 00017827  0x00003f74 jam  0x00000001 , 0x00004738 
- 00017828  0x00003f75 branch  0x000045be 
- 00017829  0x00003f77 jam  0x00000002 , 0x00004738 
- 00017830  0x00003f78 branch  0x000045be 
- 00017831  0x00003f7b jam  0x00000001 , 0x00004741 
- 00017832  0x00003f7c branch  0x000045c0 
- 00017833  0x00003f7f copy  0x00000007 , 0x0000003f 
- 00017834  0x00003f80 beq  0x00000000 , 0x000045b5 
- 00017835  0x00003f81 beq  0x00000001 , 0x000045b5 
- 00017836  0x00003f82 beq  0x00000002 , 0x000045b7 
- 00017837  0x00003f83 beq  0x00000003 , 0x000045b7 
- 00017838  0x00003f84 rtn 
- 00017839  0x00003f87 copy  0x00000007 , 0x0000003f 
- 00017840  0x00003f88 beq  0x00000000 , 0x000045b9 
- 00017841  0x00003f89 beq  0x00000001 , 0x000045b9 
- 00017842  0x00003f8a beq  0x00000002 , 0x000045b9 
- 00017843  0x00003f8b beq  0x00000003 , 0x000045b9 
- 00017844  0x00003f8c rtn 
- 00017845  0x00003f90 jam  0x00000000 , 0x00004734 
- 00017846  0x00003f91 branch  0x000045be 
- 00017847  0x00003f94 jam  0x00000000 , 0x00004736 
- 00017848  0x00003f95 branch  0x000045be 
- 00017849  0x00003f9b jam  0x00000000 , 0x00004734 
- 00017850  0x00003f9c jam  0x00000000 , 0x00004736 
- 00017851  0x00003f9d branch  0x000045be 
- 00017852  0x00003fa1 jam  0x00000000 , 0x00004738 
- 00017853  0x00003fa2 branch  0x000045be 
- 00017854  0x00003fa5 arg  0x0000472e , 0x00000011 
- 00017855  0x00003fa6 branch  0x00007e3d 
- 00017856  0x00003fa8 arg  0x0000473b , 0x00000011 
- 00017857  0x00003fa9 branch  0x00007e3d 
- 00017858  0x00003fac fetch  0x00000001 , 0x00004764 
- 00017859  0x00003fad beq  0x00000001 , 0x000045cc 
- 00017860  0x00003fae arg  0x00004744 , 0x00000011 
- 00017861  0x00003faf call  0x00007e54 
- 00017862  0x00003fb0 nbranch  0x000045d1 , 0x00000028 
- 00017863  0x00003fb2 arg  0x00004744 , 0x00000006 
- 00017864  0x00003fb3 ifetch  0x00000001 , 0x00000006 
- 00017865  0x00003fb4 copy  0x0000003f , 0x00000011 
- 00017866  0x00003fb5 arg  0x00004745 , 0x00000012 
- 00017867  0x00003fb8 rtn 
- 00017868  0x00003fbb jam  0x00000000 , 0x00004764 
- 00017869  0x00003fbc enable  0x00000028 
- 00017870  0x00003fbd arg  0x00000001 , 0x00000011 
- 00017871  0x00003fbe arg  0x00004766 , 0x00000012 
- 00017872  0x00003fbf rtn 
- 00017873  0x00003fc2 fetch  0x00000001 , 0x00004747 
- 00017874  0x00003fc3 beq  0x00000004 , 0x000045d5 
- 00017875  0x00003fc4 beq  0x00000005 , 0x000045d5 
- 00017876  0x00003fc5 rtn 
- 00017877  0x00003fc7 fetch  0x00000001 , 0x0000474a 
- 00017878  0x00003fc8 nbranch  0x000045dc , 0x00000034 
- 00017879  0x00003fc9 fetch  0x00000001 , 0x0000474c 
- 00017880  0x00003fca nbranch  0x000045dc , 0x00000034 
- 00017881  0x00003fcb fetch  0x00000001 , 0x0000474e 
- 00017882  0x00003fcc nbranch  0x000045dc , 0x00000034 
- 00017883  0x00003fcd rtn 
- 00017884  0x00003fcf enable  0x00000028 
- 00017885  0x00003fd0 branch  0x000045c7 
- 00017886  0x00003fd9 rtn  0x0000002b 
- 00017887  0x00003fda hfetch  0x00000001 , 0x00008081 
- 00017888  0x00003fdb and_into  0x000000fc , 0x0000003f 
- 00017889  0x00003fdc hstore  0x00000001 , 0x00008081 
- 00017890  0x00003fdd setarg  0x000046b4 
- 00017891  0x00003fde store  0x00000002 , 0x000041eb 
- 00017892  0x00003fe0 setarg  0x000046b3 
- 00017893  0x00003fe1 store  0x00000002 , 0x000041ed 
- 00017894  0x00003fe3 setarg  0x0000340a 
- 00017895  0x00003fe4 store  0x00000002 , 0x000041f7 
- 00017896  0x00003fe6 setarg  0x000046b1 
- 00017897  0x00003fe7 store  0x00000002 , 0x000041f3 
- 00017898  0x00003fe9 setarg  0x00004612 
- 00017899  0x00003fea store  0x00000002 , 0x000041f5 
- 00017900  0x00003fec setarg  0x0000460c 
- 00017901  0x00003fed store  0x00000002 , 0x000041e9 
- 00017902  0x00003fef setarg  0x0000476a 
- 00017903  0x00003ff0 store  0x00000002 , 0x000041f9 
- 00017904  0x00003ff2 setarg  0x00004686 
- 00017905  0x00003ff3 store  0x00000002 , 0x000041fd 
- 00017906  0x00003ff5 setarg  0x00004729 
- 00017907  0x00003ff6 store  0x00000002 , 0x000046e7 
- 00017908  0x00003ff8 setarg  0x00004806 
- 00017909  0x00003ff9 store  0x00000002 , 0x000046e2 
- 00017910  0x00003ffa setarg  0x00004807 
- 00017911  0x00003ffb store  0x00000002 , 0x000046e4 
- 00017912  0x00003ffd call  0x000057a3 
- 00017913  0x00003ffe call  0x000047da 
- 00017914  0x00003fff call  0x00004788 
- 00017915  0x00004000 call  0x0000476d 
- 00017916  0x00004001 call  0x00006948 
- 00017917  0x00004002 call  0x0000477a 
- 00017918  0x00004003 call  0x00007e38 
- 00017919  0x00004004 call  0x00007d08 
- 00017920  0x00004005 call  0x00004793 
- 00017921  0x00004006 call  0x000047c7 
- 00017922  0x00004008 bpatch  0x000000f5 , 0x0000401e 
- 00017923  0x00004009 call  0x0000464f 
- 00017924  0x0000400a fetch  0x00000001 , 0x000046dd 
- 00017925  0x0000400b beq  0x00000000 , 0x00004609 
- 00017926  0x0000400c fetch  0x00000001 , 0x000046de 
- 00017927  0x0000400d store  0x00000001 , 0x00004686 
- 00017928  0x0000400e branch  0x0000480e 
- 00017929  0x00004012 jam  0x000000ff , 0x00004686 
- 00017930  0x00004013 jam  0x00000001 , 0x000046df 
- 00017931  0x00004014 branch  0x000046d9 
- 00017932  0x00004019 fetch  0x00000001 , 0x000046df 
- 00017933  0x0000401a beq  0x00000002 , 0x000033d0 
- 00017934  0x0000401b call  0x0000527e 
- 00017935  0x0000401c fetch  0x00000001 , 0x00004256 
- 00017936  0x0000401d nbranch  0x000033d0 , 0x00000034 
- 00017937  0x0000401e branch  0x000033d2 
- 00017938  0x00004023 copy  0x00000013 , 0x0000003f 
- 00017939  0x00004025 beq  0x00000001 , 0x00004626 
- 00017940  0x00004026 beq  0x00000002 , 0x00004629 
- 00017941  0x00004027 beq  0x00000004 , 0x00004631 
- 00017942  0x00004028 beq  0x00000005 , 0x00004633 
- 00017943  0x00004029 beq  0x00000006 , 0x00004635 
- 00017944  0x0000402a beq  0x00000007 , 0x00004638 
- 00017945  0x0000402b beq  0x00000012 , 0x0000463c 
- 00017946  0x0000402c beq  0x00000013 , 0x00004644 
- 00017947  0x0000402d beq  0x00000027 , 0x00004645 
- 00017948  0x0000402e beq  0x0000002e , 0x00004648 
- 00017949  0x0000402f beq  0x0000003d , 0x00004649 
- 00017950  0x00004031 beq  0x00000014 , 0x00004658 
- 00017951  0x00004032 beq  0x00000015 , 0x0000465c 
- 00017952  0x00004033 beq  0x0000003f , 0x0000465f 
- 00017953  0x00004034 beq  0x00000040 , 0x00004665 
- 00017954  0x00004036 beq  0x00000010 , 0x0000466b 
- 00017955  0x00004037 beq  0x0000002c , 0x0000466c 
- 00017956  0x00004038 beq  0x0000002d , 0x00004677 
- 00017957  0x00004039 rtn 
- 00017958  0x0000403f jam  0x00000000 , 0x000046ad 
- 00017959  0x00004040 jam  0x00000000 , 0x000046ac 
- 00017960  0x00004041 rtn 
- 00017961  0x00004045 call  0x0000462b 
- 00017962  0x00004046 branch  0x00004631 
- 00017963  0x00004049 jam  0x00000000 , 0x000041e2 
- 00017964  0x0000404a jam  0x00000000 , 0x00004680 
- 00017965  0x0000404b jam  0x00000000 , 0x00004205 
- 00017966  0x0000404c jam  0x00000000 , 0x000046ac 
- 00017967  0x0000404d jam  0x00000000 , 0x000046ad 
- 00017968  0x0000404e branch  0x00007e38 
- 00017969  0x00004052 call  0x000033a9 
- 00017970  0x00004053 branch  0x000046c2 
- 00017971  0x00004057 call  0x000046b6 
- 00017972  0x00004058 branch  0x00003408 
- 00017973  0x0000405c setarg  0x00000002 
- 00017974  0x0000405d store  0x00000001 , 0x00004680 
- 00017975  0x0000405e rtn 
- 00017976  0x00004062 jam  0x00000000 , 0x000046ac 
- 00017977  0x00004063 setarg  0x00000001 
- 00017978  0x00004064 store  0x00000001 , 0x000046ad 
- 00017979  0x00004065 rtn 
- 00017980  0x00004069 fetch  0x00000001 , 0x000041e2 
- 00017981  0x0000406a rtneq  0x00000001 
- 00017982  0x0000406b jam  0x00000001 , 0x000041e2 
- 00017983  0x0000406c call  0x00003416 
- 00017984  0x0000406d call  0x00003414 
- 00017985  0x0000406e call  0x000046b6 
- 00017986  0x0000406f call  0x00003408 
- 00017987  0x00004070 branch  0x0000340e 
- 00017988  0x00004074 branch  0x00004631 
- 00017989  0x00004078 setarg  0x00000005 
- 00017990  0x00004079 store  0x00000001 , 0x000046ac 
- 00017991  0x0000407a rtn 
- 00017992  0x0000407e branch  0x000033cd 
- 00017993  0x00004083 arg  0x00000000 , 0x00000012 
- 00017994  0x00004084 fetch  0x00000001 , 0x00004217 
- 00017995  0x00004085 mul32  0x0000003f , 0x00000022 , 0x00000002 
- 00017996  0x00004086 fetch  0x00000002 , 0x00004215 
- 00017997  0x00004087 copy  0x0000003f , 0x00000011 
- 00017998  0x00004088 branch  0x00006606 
- 00017999  0x0000408b arg  0x00000000 , 0x00000012 
- 00018000  0x0000408c fetch  0x00000001 , 0x0000469a 
- 00018001  0x0000408d rtnbit0  0x00000001 
- 00018002  0x0000408e fetch  0x00000001 , 0x00004217 
- 00018003  0x0000408f rtn  0x00000034 
- 00018004  0x00004090 mul32  0x0000003f , 0x00000022 , 0x00000002 
- 00018005  0x00004091 fetch  0x00000002 , 0x00004215 
- 00018006  0x00004092 copy  0x0000003f , 0x00000011 
- 00018007  0x00004093 branch  0x000065df 
- 00018008  0x00004098 call  0x000046b6 
- 00018009  0x00004099 setarg  0x00000000 
- 00018010  0x0000409a store  0x00000002 , 0x000046b7 
- 00018011  0x0000409b branch  0x00003408 
- 00018012  0x0000409f call  0x00007e38 
- 00018013  0x000040a0 jam  0x00000000 , 0x000046b0 
- 00018014  0x000040a1 branch  0x000046d9 
- 00018015  0x000040a5 call  0x00007e38 
- 00018016  0x000040a6 jam  0x00000001 , 0x000046b0 
- 00018017  0x000040a7 fetch  0x00000008 , 0x000046c1 
- 00018018  0x000040a8 store  0x00000008 , 0x00004496 
- 00018019  0x000040a9 call  0x00003416 
- 00018020  0x000040aa branch  0x00005abf 
- 00018021  0x000040ae fetch  0x00000002 , 0x00004509 
- 00018022  0x000040af rtneq  0x00000000 
- 00018023  0x000040b0 fetch  0x00000008 , 0x000046c9 
- 00018024  0x000040b1 rtn  0x00000034 
- 00018025  0x000040b2 store  0x00000008 , 0x00004496 
- 00018026  0x000040b3 branch  0x00005abf 
- 00018027  0x000040b8 branch  0x0000481f 
- 00018028  0x000040bb fetch  0x00000001 , 0x000046dd 
- 00018029  0x000040bc rtneq  0x00000000 
- 00018030  0x000040bd fetch  0x00000001 , 0x000046df 
- 00018031  0x000040be rtnne  0x00000001 
- 00018032  0x000040bf call  0x00004672 
- 00018033  0x000040c0 branch  0x00003406 
- 00018034  0x000040c3 jam  0x00000001 , 0x000048df 
- 00018035  0x000040c4 arg  0x0000000b , 0x00000039 
- 00018036  0x000040c5 arg  0x000048e0 , 0x00000005 
- 00018037  0x000040c6 arg  0x000048c9 , 0x00000006 
- 00018038  0x000040c7 branch  0x00007f01 
- 00018039  0x000040ca fetch  0x00000001 , 0x000046dd 
- 00018040  0x000040cb rtneq  0x00000000 
- 00018041  0x000040cc fetch  0x00000001 , 0x000046df 
- 00018042  0x000040cd beq  0x00000001 , 0x0000467c 
- 00018043  0x000040ce branch  0x0000481b 
- 00018044  0x000040d1 fetch  0x00000001 , 0x000048df 
- 00018045  0x000040d2 rtnne  0x00000001 
- 00018046  0x000040d3 jam  0x00000000 , 0x000048df 
- 00018047  0x000040d4 fetch  0x00000002 , 0x00004682 
- 00018048  0x000040d5 bbit1  0x00000000 , 0x00003408 
- 00018049  0x000040d6 bbit1  0x00000009 , 0x00003408 
- 00018050  0x000040d7 arg  0x0000000b , 0x00000039 
- 00018051  0x000040d8 arg  0x000048e0 , 0x00000006 
- 00018052  0x000040d9 arg  0x000048c9 , 0x00000005 
- 00018053  0x000040da branch  0x00007f01 
- 00018054  0x000040e1 call  0x0000468c 
- 00018055  0x000040e4 call  0x00004693 
- 00018056  0x000040e7 call  0x0000469e 
- 00018057  0x000040e8 call  0x000046a6 
- 00018058  0x000040e9 call  0x000046a9 
- 00018059  0x000040ec branch  0x000046ac 
- 00018060  0x000040f1 arg  0x000046db , 0x00000013 
- 00018061  0x000040f2 arg  0x0000468f , 0x00000012 
- 00018062  0x000040f3 branch  0x00003374 
- 00018063  0x000040f5 jam  0x00000002 , 0x000046df 
- 00018064  0x000040f6 call  0x00003408 
- 00018065  0x000040f7 call  0x000046f4 
- 00018066  0x000040f8 branch  0x0000480b 
- 00018067  0x000040fc arg  0x000048ec , 0x00000013 
- 00018068  0x000040fd arg  0x00004696 , 0x00000012 
- 00018069  0x000040fe branch  0x0000336d 
- 00018070  0x00004101 fetch  0x00000002 , 0x00004682 
- 00018071  0x00004102 bbit1  0x00000009 , 0x0000480b 
- 00018072  0x00004103 bbit1  0x00000000 , 0x0000480b 
- 00018073  0x00004104 fetch  0x00000001 , 0x000048c9 
- 00018074  0x00004105 beq  0x00000001 , 0x0000480b 
- 00018075  0x00004106 beq  0x00000004 , 0x0000480b 
- 00018076  0x00004107 beq  0x00000005 , 0x0000480b 
- 00018077  0x00004108 branch  0x0000340a 
- 00018078  0x0000410d arg  0x000046ac , 0x00000013 
- 00018079  0x0000410e arg  0x000046a1 , 0x00000012 
- 00018080  0x0000410f branch  0x0000336d 
- 00018081  0x00004112 fetch  0x00000001 , 0x0000027f 
- 00018082  0x00004113 set1  0x00000000 , 0x0000003f 
- 00018083  0x00004114 set1  0x00000007 , 0x0000003f 
- 00018084  0x00004115 store  0x00000001 , 0x0000027f 
- 00018085  0x00004116 rtn 
- 00018086  0x00004119 arg  0x00004680 , 0x00000013 
- 00018087  0x0000411a arg  0x0000463c , 0x00000012 
- 00018088  0x0000411b branch  0x0000336d 
- 00018089  0x0000411e arg  0x000046ad , 0x00000013 
- 00018090  0x0000411f arg  0x000033e9 , 0x00000012 
- 00018091  0x00004120 branch  0x0000336d 
- 00018092  0x00004126 fetch  0x00000001 , 0x000046df 
- 00018093  0x00004127 rtnne  0x00000001 
- 00018094  0x00004128 arg  0x000046b7 , 0x00000013 
- 00018095  0x00004129 arg  0x000046c2 , 0x00000012 
- 00018096  0x0000412a branch  0x00003374 
- 00018097  0x0000412e call  0x0000473a 
- 00018098  0x0000412f branch  0x00006978 
- 00018099  0x00004133 branch  0x0000696c 
- 00018100  0x00004136 call  0x00006835 
- 00018101  0x00004137 branch  0x000046b3 
- 00018102  0x0000413e fetch  0x00000001 , 0x0000469a 
- 00018103  0x0000413f bbit1  0x00000001 , 0x000046be 
- 00018104  0x00004140 bbit1  0x00000000 , 0x000046ba 
- 00018105  0x00004141 rtn 
- 00018106  0x00004144 fetch  0x00000002 , 0x000046d7 
- 00018107  0x00004145 store  0x00000002 , 0x000046d9 
- 00018108  0x00004146 store  0x00000002 , 0x000046db 
- 00018109  0x00004147 branch  0x000033f8 
- 00018110  0x0000414a fetch  0x00000002 , 0x000046d3 
- 00018111  0x0000414b store  0x00000002 , 0x000046d9 
- 00018112  0x0000414c store  0x00000002 , 0x000046db 
- 00018113  0x0000414d branch  0x000033f0 
- 00018114  0x00004150 fetch  0x00000001 , 0x000046df 
- 00018115  0x00004151 rtnne  0x00000001 
- 00018116  0x00004152 fetch  0x00000001 , 0x0000469a 
- 00018117  0x00004153 bbit1  0x00000001 , 0x000046c8 
- 00018118  0x00004154 bbit1  0x00000000 , 0x000046cc 
- 00018119  0x00004155 rtn 
- 00018120  0x00004158 fetch  0x00000002 , 0x000046d1 ,
- 00018121  0x00004159 store  0x00000002 , 0x000046d9 
- 00018122  0x0000415a store  0x00000002 , 0x000046db 
- 00018123  0x0000415b branch  0x000033eb 
- 00018124  0x0000415e fetch  0x00000002 , 0x00004682 
- 00018125  0x0000415f rtnbit1  0x00000009 
- 00018126  0x00004160 fetch  0x00000002 , 0x000046d5 
- 00018127  0x00004161 store  0x00000002 , 0x000046d9 
- 00018128  0x00004162 store  0x00000002 , 0x000046db 
- 00018129  0x00004163 fetch  0x00000002 , 0x000046b3 
- 00018130  0x00004164 call  0x000046f0 
- 00018131  0x00004165 call  0x00003404 
- 00018132  0x00004166 fetch  0x00000004 , 0x000046bd 
- 00018133  0x00004167 store  0x00000004 , 0x000048cc 
- 00018134  0x00004168 fetch  0x00000002 , 0x00004682 
- 00018135  0x00004169 rtnbit1  0x0000000b 
- 00018136  0x0000416a branch  0x000033fa 
- 00018137  0x0000416e fetch  0x00000001 , 0x000046df 
- 00018138  0x0000416f rtnne  0x00000001 
- 00018139  0x00004170 fetch  0x00000001 , 0x0000469a 
- 00018140  0x00004171 bbit1  0x00000001 , 0x000046df 
- 00018141  0x00004172 bbit1  0x00000000 , 0x000046e4 
- 00018142  0x00004173 rtn 
- 00018143  0x00004176 call  0x000046f8 
- 00018144  0x00004177 branch  0x000046c2 , 0x00000034 
- 00018145  0x00004178 call  0x00003406 
- 00018146  0x00004179 call  0x000033f0 
- 00018147  0x0000417a branch  0x000033e1 
- 00018148  0x0000417d fetch  0x00000002 , 0x000046b7 
- 00018149  0x0000417e fetcht  0x00000002 , 0x000046b5 
- 00018150  0x0000417f storet  0x00000002 , 0x000046b7 
- 00018151  0x00004180 nrtn  0x00000034 
- 00018152  0x00004181 fetch  0x00000002 , 0x000046b1 
- 00018153  0x00004182 call  0x000046f0 
- 00018154  0x00004183 call  0x00003404 
- 00018155  0x00004184 fetch  0x00000004 , 0x000046b9 
- 00018156  0x00004185 store  0x00000004 , 0x000048cc 
- 00018157  0x00004186 fetch  0x00000002 , 0x00004682 
- 00018158  0x00004187 rtnbit1  0x0000000b 
- 00018159  0x00004188 branch  0x000033fa 
- 00018160  0x0000418c store  0x00000002 , 0x00004154 
- 00018161  0x0000418d increase  0xfffffffc , 0x0000003f 
- 00018162  0x0000418e store  0x00000002 , 0x00004482 
- 00018163  0x0000418f rtn 
- 00018164  0x00004193 fetch  0x00000002 , 0x00004682 
- 00018165  0x00004194 bbit1  0x00000009 , 0x00003402 
- 00018166  0x00004195 bbit1  0x00000000 , 0x000033e9 
- 00018167  0x00004196 branch  0x000046b6 
- 00018168  0x0000419b fetch  0x00000001 , 0x00004217 
- 00018169  0x0000419c copy  0x0000003f , 0x00000039 
- 00018170  0x0000419d fetch  0x00000002 , 0x00004215 
- 00018171  0x0000419e copy  0x0000003f , 0x00000011 
- 00018172  0x000041a0 ifetch  0x00000002 , 0x00000011 
- 00018173  0x000041a1 beq  0x00000000 , 0x00004701 
- 00018174  0x000041a2 increase  0x00000022 , 0x00000011 
- 00018175  0x000041a3 loop  0x000046fc 
- 00018176  0x000041a4 branch  0x00007ff1 
- 00018177  0x000041a7 ifetch  0x00000006 , 0x00000006 
- 00018178  0x000041a8 store  0x00000006 , 0x000041d0 
- 00018179  0x000041a9 increase  0x0000000a , 0x00000006 
- 00018180  0x000041aa arg  0x000041be , 0x00000005 
- 00018181  0x000041ab call  0x00007ebf 
- 00018182  0x000041ac call  0x000067d7 
- 00018183  0x000041ad branch  0x00007fef 
- 00018184  0x000041b4 call  0x00007fe9 
- 00018185  0x000041b5 fetch  0x00000002 , 0x00004682 
- 00018186  0x000041b6 bbit1  0x00000000 , 0x0000470d 
- 00018187  0x000041b7 bbit1  0x00000009 , 0x00004710 
- 00018188  0x000041b8 rtn 
- 00018189  0x000041bb fetch  0x00000001 , 0x00004253 
- 00018190  0x000041bc rtnne  0x0000003f 
- 00018191  0x000041bd branch  0x00007fe7 
- 00018192  0x000041c0 fetch  0x00000001 , 0x000046b0 
- 00018193  0x000041c1 rtn  0x00000034 
- 00018194  0x000041c2 branch  0x00007fe7 
- 00018195  0x000041c8 call  0x00007fe9 
- 00018196  0x000041c9 fetch  0x00000002 , 0x00004682 
- 00018197  0x000041ca rtnbit1  0x00000000 
- 00018198  0x000041cb rtnbit1  0x00000009 
- 00018199  0x000041cc branch  0x00007fe7 
- 00018200  0x000041d1 fetch  0x00000001 , 0x0000469a 
- 00018201  0x000041d2 bbit1  0x00000001 , 0x0000471c 
- 00018202  0x000041d3 bbit1  0x00000000 , 0x0000471f 
- 00018203  0x000041d4 rtn 
- 00018204  0x000041d7 fetch  0x00000001 , 0x00004093 
- 00018205  0x000041d8 rtnne  0x00000003 
- 00018206  0x000041d9 branch  0x000046d9 
- 00018207  0x000041dc branch  0x000046d9 
- 00018208  0x000041e0 disable  0x0000002c 
- 00018209  0x000041e1 fetch  0x00000002 , 0x000046d9 
- 00018210  0x000041e2 store  0x00000002 , 0x000046db 
- 00018211  0x000041e4 call  0x00004713 
- 00018212  0x000041e5 branch  0x00004718 , 0x00000028 
- 00018213  0x000041e7 call  0x00004708 
- 00018214  0x000041e8 nrtn  0x00000028 
- 00018215  0x000041e9 enable  0x0000002c 
- 00018216  0x000041ea rtn 
- 00018217  0x000041ef call  0x00004720 
- 00018218  0x000041f0 nrtn  0x0000002c 
- 00018219  0x000041f1 deposit  0x00000011 
- 00018220  0x000041f2 branch  0x00004730 , 0x00000034 
- 00018221  0x000041f4 call  0x00003406 
- 00018222  0x000041f5 arg  0x000046f1 , 0x00000013 
- 00018223  0x000041f6 branch  0x00004732 
- 00018224  0x000041f9 call  0x00003408 
- 00018225  0x000041fa arg  0x00004719 , 0x00000013 
- 00018226  0x000041fd arg  0x00000005 , 0x0000003f 
- 00018227  0x000041fe imul32  0x00000007 , 0x0000003f 
- 00018228  0x000041ff iadd  0x00000013 , 0x00000013 
- 00018229  0x00004203 ifetch  0x00000001 , 0x00000013 
- 00018230  0x00004204 rtn  0x00000034 
- 00018231  0x00004205 call  0x00004762 
- 00018232  0x00004206 increase  0x00000001 , 0x00000013 
- 00018233  0x00004207 branch  0x00004735 
- 00018234  0x0000420b fetch  0x00000002 , 0x00004682 
- 00018235  0x0000420c bbit1  0x00000009 , 0x0000473e 
- 00018236  0x0000420d bbit1  0x00000000 , 0x0000474e 
- 00018237  0x0000420e rtn 
- 00018238  0x00004211 call  0x00005892 
- 00018239  0x00004212 nrtn  0x00000034 
- 00018240  0x00004213 call  0x00004765 
- 00018241  0x00004214 nrtn  0x00000028 
- 00018242  0x00004215 pincrease  0xffffffff 
- 00018243  0x00004216 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00018244  0x00004217 arg  0x00004741 , 0x00000002 
- 00018245  0x00004218 iadd  0x00000002 , 0x00000006 
- 00018246  0x0000421a ifetch  0x00000001 , 0x00000006 
- 00018247  0x0000421b copy  0x0000003f , 0x00000011 
- 00018248  0x0000421c ifetcht  0x00000002 , 0x00000006 
- 00018249  0x0000421d call  0x00007ea5 
- 00018250  0x0000421e call  0x00005a64 
- 00018251  0x0000421f copy  0x00000011 , 0x00000039 
- 00018252  0x00004220 call  0x00007e9f 
- 00018253  0x00004221 branch  0x00007f01 
- 00018254  0x00004225 call  0x00005271 
- 00018255  0x00004226 nrtn  0x00000034 
- 00018256  0x00004227 call  0x00004765 
- 00018257  0x00004228 nrtn  0x00000028 
- 00018258  0x00004229 pincrease  0xffffffff 
- 00018259  0x0000422a mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00018260  0x0000422b arg  0x000047a0 , 0x00000002 
- 00018261  0x0000422c iadd  0x00000002 , 0x00000006 
- 00018262  0x0000422d ifetch  0x00000005 , 0x00000006 
- 00018263  0x0000422e store  0x00000005 , 0x0000479b 
- 00018264  0x00004230 fetch  0x00000001 , 0x0000479b 
- 00018265  0x00004231 copy  0x0000003f , 0x00000011 
- 00018266  0x00004232 call  0x00004d63 
- 00018267  0x00004233 fetch  0x00000002 , 0x0000424e 
- 00018268  0x00004234 istore  0x00000002 , 0x00000005 
- 00018269  0x00004235 setarg  0x000000a1 
- 00018270  0x00004236 istore  0x00000001 , 0x00000005 
- 00018271  0x00004237 fetch  0x00000004 , 0x0000479c 
- 00018272  0x00004238 istore  0x00000009 , 0x00000005 
- 00018273  0x00004239 rtn 
- 00018274  0x0000423e store  0x00000001 , 0x00000a9a 
- 00018275  0x0000423f arg  0x00000a9a , 0x00000011 
- 00018276  0x00004240 branch  0x00007e3d 
- 00018277  0x00004243 arg  0x00000a9a , 0x00000011 
- 00018278  0x00004244 call  0x00007e54 
- 00018279  0x00004245 nrtn  0x00000028 
- 00018280  0x00004246 fetch  0x00000001 , 0x00000a9a 
- 00018281  0x00004247 rtn 
- 00018282  0x0000424b fetch  0x00000002 , 0x00000478 
- 00018283  0x0000424c beq  0x00000018 , 0x0000465f 
- 00018284  0x0000424d rtn 
- 00018285  0x00004250 setarg  0x00000002 
- 00018286  0x00004251 store  0x00000001 , 0x000048eb 
- 00018287  0x00004253 setarg  0x00200008 
- 00018288  0x00004254 store  0x00000004 , 0x000046c1 
- 00018289  0x00004255 setarg  0x012c0005 
- 00018290  0x00004256 istore  0x00000004 , 0x00000005 
- 00018291  0x00004259 jam  0x00000017 , 0x000044a6 
- 00018292  0x0000425c setarg  0x0000001b 
- 00018293  0x0000425d store  0x00000002 , 0x000044fa 
- 00018294  0x0000425e call  0x00005810 
- 00018295  0x0000425f call  0x0000582c 
- 00018296  0x00004260 call  0x00005839 
- 00018297  0x00004261 branch  0x00005818 
- 00018298  0x00004266 arg  0x00000028 , 0x00000039 
- 00018299  0x00004267 arg  0x00004741 , 0x00000005 
- 00018300  0x00004268 arg  0x0000949f , 0x00000006 
- 00018301  0x00004269 call  0x00007ef4 
- 00018302  0x0000426a arg  0x00000028 , 0x00000039 
- 00018303  0x0000426b arg  0x000047a0 , 0x00000005 
- 00018304  0x0000426c arg  0x000094c7 , 0x00000006 
- 00018305  0x0000426d branch  0x00007ef4 
- 00018306  0x00004271 arg  0x0000017e , 0x00000039 
- 00018307  0x00004272 arg  0x0000913a , 0x00000006 
- 00018308  0x00004273 branch  0x00007ef4 
- 00018309  0x00004277 arg  0x000001e7 , 0x00000039 
- 00018310  0x00004278 arg  0x000092b8 , 0x00000006 
- 00018311  0x00004279 branch  0x00007ef4 
- 00018312  0x0000427e call  0x000047ae 
- 00018313  0x0000427f nrtn  0x00000028 
- 00018314  0x00004280 fetch  0x00000001 , 0x0000469f 
- 00018315  0x00004281 call  0x00004790 
- 00018316  0x00004282 fetch  0x00000001 , 0x000046a0 
- 00018317  0x00004283 call  0x00004790 
- 00018318  0x00004284 fetch  0x00000001 , 0x000046a1 
- 00018319  0x00004285 branch  0x00004790 
- 00018320  0x00004288 rtn  0x00000034 
- 00018321  0x00004289 or  0x0000003f , 0x00000080 , 0x00000002 
- 00018322  0x0000428a branch  0x000067f9 
- 00018323  0x0000428e call  0x000047ae 
- 00018324  0x0000428f nrtn  0x00000028 
- 00018325  0x00004290 call  0x00004797 
- 00018326  0x00004291 branch  0x000047b4 
- 00018327  0x00004294 arg  0x00000000 , 0x00000011 
- 00018328  0x00004295 fetch  0x00000001 , 0x0000469f 
- 00018329  0x00004296 call  0x000047a9 
- 00018330  0x00004297 nsetflag  0x00000034 , 0x00000000 , 0x00000011 
- 00018331  0x00004298 fetch  0x00000001 , 0x000046a0 
- 00018332  0x00004299 call  0x000047a9 
- 00018333  0x0000429a nsetflag  0x00000034 , 0x00000001 , 0x00000011 
- 00018334  0x0000429b fetch  0x00000001 , 0x000046a1 
- 00018335  0x0000429c call  0x000047a9 
- 00018336  0x0000429d nsetflag  0x00000034 , 0x00000002 , 0x00000011 
- 00018337  0x0000429e copy  0x00000011 , 0x0000003f 
- 00018338  0x0000429f store  0x00000001 , 0x000046a9 
- 00018339  0x000042a0 fetch  0x00000001 , 0x0000469e 
- 00018340  0x000042a1 imul32  0x00000011 , 0x0000003f 
- 00018341  0x000042a2 fetcht  0x00000002 , 0x0000469c 
- 00018342  0x000042a3 iadd  0x00000002 , 0x0000003f 
- 00018343  0x000042a4 store  0x00000002 , 0x000046aa 
- 00018344  0x000042a5 rtn 
- 00018345  0x000042a8 rtn  0x00000034 
- 00018346  0x000042a9 or  0x0000003f , 0x00000080 , 0x00000002 
- 00018347  0x000042aa call  0x0000681d 
- 00018348  0x000042ab nbranch  0x00007ff1 , 0x00000001 
- 00018349  0x000042ac branch  0x00007fef 
- 00018350  0x000042b0 call  0x00007fe9 
- 00018351  0x000042b1 fetch  0x00000001 , 0x000046a8 
- 00018352  0x000042b2 nrtn  0x00000034 
- 00018353  0x000042b3 fetch  0x00000001 , 0x0000469b 
- 00018354  0x000042b4 rtn  0x00000034 
- 00018355  0x000042b5 branch  0x00007fe7 
- 00018356  0x000042b9 call  0x0000666a 
- 00018357  0x000042ba fetch  0x00000002 , 0x000046aa 
- 00018358  0x000042bb arg  0x00000ac2 , 0x00000011 
- 00018359  0x000042bc fetcht  0x00000001 , 0x0000469e 
- 00018360  0x000042bd call  0x000066b3 
- 00018361  0x000042be call  0x0000666d 
- 00018362  0x000042c0 fetch  0x00000001 , 0x00000ac2 
- 00018363  0x000042c1 copy  0x0000003f , 0x00000039 
- 00018364  0x000042c2 store  0x00000001 , 0x000043af 
- 00018365  0x000042c3 call  0x00007ef4 
- 00018366  0x000042c4 fetch  0x00000001 , 0x00000ac2 
- 00018367  0x000042c5 copy  0x0000003f , 0x00000039 
- 00018368  0x000042c6 store  0x00000001 , 0x00004515 
- 00018369  0x000042c7 call  0x00007ef4 
- 00018370  0x000042c8 ifetch  0x00000001 , 0x00000006 
- 00018371  0x000042c9 store  0x00000001 , 0x000046e6 
- 00018372  0x000042ca ifetch  0x00000001 , 0x00000006 
- 00018373  0x000042cb store  0x00000001 , 0x000046dd 
- 00018374  0x000042cc rtn 
- 00018375  0x000042d0 fetch  0x00000001 , 0x0000469a 
- 00018376  0x000042d1 rtnbit0  0x00000001 
- 00018377  0x000042d2 arg  0x00000003 , 0x00000002 
- 00018378  0x000042d3 fetch  0x00000002 , 0x000046a4 
- 00018379  0x000042d4 copy  0x0000003f , 0x00000012 
- 00018380  0x000042d5 arg  0x000046a6 , 0x00000011 
- 00018381  0x000042d6 call  0x000065df 
- 00018382  0x000042d7 fetcht  0x00000002 , 0x000046a6 
- 00018383  0x000042d8 setarg  0x00001b3a 
- 00018384  0x000042d9 isub  0x00000002 , 0x0000003e 
- 00018385  0x000042da nrtn  0x00000005 
- 00018386  0x000042db fetch  0x00000001 , 0x000046a8 
- 00018387  0x000042dc rtn  0x00000034 
- 00018388  0x000042dd copy  0x0000003f , 0x00000002 
- 00018389  0x000042de fetch  0x00000002 , 0x000046a4 
- 00018390  0x000042df add  0x0000003f , 0x00000003 , 0x00000012 
- 00018391  0x000042e0 arg  0x00000ac2 , 0x00000011 
- 00018392  0x000042e1 call  0x000065df 
- 00018393  0x000042e2 branch  0x000047e8 
- 00018394  0x000042e5 fetch  0x00000002 , 0x000046a2 
- 00018395  0x000042e6 rtn  0x00000034 
- 00018396  0x000042e7 call  0x0000666a 
- 00018397  0x000042e8 arg  0x00000001 , 0x00000002 
- 00018398  0x000042e9 arg  0x000046a8 , 0x00000011 
- 00018399  0x000042ea call  0x000066b3 
- 00018400  0x000042ec fetch  0x00000001 , 0x000046a8 
- 00018401  0x000042ed rtn  0x00000034 
- 00018402  0x000042ef fetch  0x00000002 , 0x000046a2 
- 00018403  0x000042f0 pincrease  0x00000001 
- 00018404  0x000042f1 arg  0x00000ac2 , 0x00000011 
- 00018405  0x000042f2 fetcht  0x00000001 , 0x000046a8 
- 00018406  0x000042f3 call  0x000066b3 
- 00018407  0x000042f4 call  0x0000666d 
- 00018408  0x000042f6 call  0x000047ba 
- 00018409  0x000042f8 ifetch  0x00000002 , 0x00000006 
- 00018410  0x000042f9 rtn  0x00000034 
- 00018411  0x000042fa copy  0x0000003f , 0x00000005 
- 00018412  0x000042fb ifetcht  0x00000001 , 0x00000006 
- 00018413  0x000042fc copy  0x00000002 , 0x00000039 
- 00018414  0x000042fd call  0x00007f01 
- 00018415  0x000042fe branch  0x000047e9 
- 00018416  0x00004303 fetch  0x00000001 , 0x0000469a 
- 00018417  0x00004304 rtnbit0  0x00000001 
- 00018418  0x00004305 fetch  0x00000002 , 0x000046ae 
- 00018419  0x00004306 copy  0x0000003f , 0x00000012 
- 00018420  0x00004307 arg  0x00000004 , 0x00000002 
- 00018421  0x00004308 arg  0x00000ac2 , 0x00000011 
- 00018422  0x00004309 call  0x000065df 
- 00018423  0x0000430a fetch  0x00000001 , 0x00000ac2 
- 00018424  0x0000430b bne  0x00000001 , 0x000047f9 
- 00018425  0x0000430d setarg  0x00000001 
- 00018426  0x0000430e store  0x00000001 , 0x00000ac2 
- 00018427  0x0000430f force  0x00000003 , 0x00000039 
- 00018428  0x00004310 call  0x0000630d 
- 00018429  0x00004311 fetch  0x00000002 , 0x000046ae 
- 00018430  0x00004312 copy  0x0000003f , 0x00000012 
- 00018431  0x00004313 arg  0x00000004 , 0x00000002 
- 00018432  0x00004314 arg  0x00000ac2 , 0x00000011 
- 00018433  0x00004315 call  0x00006606 
- 00018434  0x00004317 fetch  0x00000003 , 0x00000ac3 
- 00018435  0x00004318 store  0x00000003 , 0x000040a0 
- 00018436  0x00004319 store  0x00000003 , 0x000044a0 
- 00018437  0x0000431a rtn 
- 00018438  0x0000431e branch  0x000046d9 
- 00018439  0x00004322 arg  0x00000000 , 0x00000011 
- 00018440  0x00004323 arg  0x000048d4 , 0x00000013 
- 00018441  0x00004324 call  0x00007d24 
- 00018442  0x00004325 call  0x000046f4 
- 00018443  0x00004327 fetch  0x00000001 , 0x000048eb 
- 00018444  0x00004328 store  0x00000001 , 0x000048ec 
- 00018445  0x00004329 rtn 
- 00018446  0x0000432e setarg  0x00000000 
- 00018447  0x0000432f call  0x00004816 
- 00018448  0x00004330 jam  0x00000001 , 0x00004679 
- 00018449  0x00004331 call  0x00007cd3 
- 00018450  0x00004332 call  0x00007cdd 
- 00018451  0x00004333 fetch  0x00000002 , 0x00004682 
- 00018452  0x00004334 rtnbit1  0x0000000c 
- 00018453  0x00004335 branch  0x0000340a 
- 00018454  0x00004338 fetcht  0x00000002 , 0x0000423f 
- 00018455  0x00004339 istore  0x00000001 , 0x00000002 
- 00018456  0x0000433a ifetch  0x00000001 , 0x00000005 
- 00018457  0x0000433b store  0x00000001 , 0x00004685 
- 00018458  0x0000433c rtn 
- 00018459  0x00004340 fetch  0x00000002 , 0x0000423f 
- 00018460  0x00004341 ifetch  0x00000001 , 0x0000003f 
- 00018461  0x00004342 rtnne  0x00000000 
- 00018462  0x00004343 branch  0x0000340a 
- 00018463  0x00004347 fetcht  0x00000002 , 0x0000423f 
- 00018464  0x00004348 ifetch  0x00000001 , 0x00000002 
- 00018465  0x00004349 beq  0x00000001 , 0x0000482a 
- 00018466  0x0000434b setarg  0x00000001 
- 00018467  0x0000434c fetcht  0x00000002 , 0x0000423f 
- 00018468  0x0000434d istore  0x00000001 , 0x00000002 
- 00018469  0x0000434e add  0x00000002 , 0x00000002 , 0x00000006 
- 00018470  0x0000434f ifetch  0x00000001 , 0x00000006 
- 00018471  0x00004350 istore  0x00000001 , 0x00004685 
- 00018472  0x00004351 ifetch  0x00000002 , 0x00000006 
- 00018473  0x00004352 branch  0x00007f9c 
- 00018474  0x00004355 setarg  0x00000002 
- 00018475  0x00004356 call  0x00004816 
- 00018476  0x00004357 add  0x00000002 , 0x00000005 , 0x00000006 
- 00018477  0x00004358 ifetch  0x00000002 , 0x00000006 
- 00018478  0x00004359 branch  0x0000340a , 0x00000034 
- 00018479  0x0000435a branch  0x00007f9c 
- 00018480  0x00004361 store  0x00000006 , 0x00000101 
- 00018481  0x00004362 fetch  0x00000001 , 0x00000101 
- 00018482  0x00004363 store  0x00000001 , 0x0000010c 
- 00018483  0x00004364 ifetch  0x00000001 , 0x00000006 
- 00018484  0x00004365 store  0x00000001 , 0x0000010b 
- 00018485  0x00004366 ifetch  0x00000001 , 0x00000006 
- 00018486  0x00004367 store  0x00000001 , 0x0000010a 
- 00018487  0x00004368 ifetch  0x00000001 , 0x00000006 
- 00018488  0x00004369 store  0x00000001 , 0x00000109 
- 00018489  0x0000436a ifetch  0x00000001 , 0x00000006 
- 00018490  0x0000436b store  0x00000001 , 0x00000108 
- 00018491  0x0000436c ifetch  0x00000001 , 0x00000006 
- 00018492  0x0000436d store  0x00000001 , 0x00000107 
- 00018493  0x0000436e fetch  0x00000006 , 0x00000107 
- 00018494  0x0000436f rtn 
- 00018495  0x00004372 call  0x000068a2 
- 00018496  0x00004373 fetch  0x00000001 , 0x00004223 
- 00018497  0x00004374 store  0x00000001 , 0x000044a0 
- 00018498  0x00004375 fetch  0x00000001 , 0x00004225 
- 00018499  0x00004376 istore  0x00000001 , 0x00000005 
- 00018500  0x00004377 fetch  0x00000001 , 0x00004227 
- 00018501  0x00004378 istore  0x00000001 , 0x00000005 
- 00018502  0x00004379 fetch  0x00000003 , 0x000044a0 
- 00018503  0x0000437a store  0x00000003 , 0x000040a0 
- 00018504  0x0000437b rtn 
- 00018505  0x00004388 fetch  0x00000002 , 0x00004203 
- 00018506  0x00004389 iadd  0x00000012 , 0x0000003f 
- 00018507  0x0000438a byteswap  0x0000003f , 0x0000003f 
- 00018508  0x0000438b store  0x00000002 , 0x000001f7 
- 00018509  0x0000438c copy  0x00000002 , 0x00000012 
- 00018510  0x0000438e call  0x0000489b 
- 00018511  0x0000438f setarg  0x000000a0 
- 00018512  0x00004390 call  0x0000488d 
- 00018513  0x00004391 fetch  0x00000001 , 0x000001f7 
- 00018514  0x00004392 call  0x0000488d 
- 00018515  0x00004393 bmark1  0x00000028 , 0x00004856 
- 00018516  0x00004394 fetch  0x00000001 , 0x000001f8 
- 00018517  0x00004395 call  0x0000488d 
- 00018518  0x00004397 call  0x000048a1 
- 00018519  0x00004399 call  0x0000489b 
- 00018520  0x0000439a setarg  0x000000a1 
- 00018521  0x0000439b call  0x0000488d 
- 00018522  0x0000439e call  0x0000487f 
- 00018523  0x0000439f istore  0x00000001 , 0x00000011 
- 00018524  0x000043a0 increase  0x00000001 , 0x00000011 
- 00018525  0x000043a1 increase  0xffffffff , 0x00000012 
- 00018526  0x000043a2 nbranch  0x0000485a , 0x00000005 
- 00018527  0x000043a3 branch  0x000048a1 
- 00018528  0x000043af byteswap  0x00000012 , 0x0000003f 
- 00018529  0x000043b0 store  0x00000002 , 0x000001f7 
- 00018530  0x000043b1 copy  0x00000002 , 0x00000012 
- 00018531  0x000043b3 call  0x0000489b 
- 00018532  0x000043b4 setarg  0x000000a0 
- 00018533  0x000043b5 call  0x0000488d 
- 00018534  0x000043b7 fetch  0x00000001 , 0x000001f7 
- 00018535  0x000043b8 call  0x0000488d 
- 00018536  0x000043b9 bmark1  0x00000028 , 0x0000486b 
- 00018537  0x000043ba fetch  0x00000001 , 0x000001f8 
- 00018538  0x000043bb call  0x0000488d 
- 00018539  0x000043bd ifetch  0x00000001 , 0x00000011 
- 00018540  0x000043be call  0x0000488d 
- 00018541  0x000043bf increase  0x00000001 , 0x00000011 
- 00018542  0x000043c0 increase  0xffffffff , 0x00000012 
- 00018543  0x000043c1 nbranch  0x0000486b , 0x00000005 
- 00018544  0x000043c2 branch  0x000048a1 
- 00018545  0x000043c7 arg  0x0000000a , 0x00000039 
- 00018546  0x000043c8 call  0x000048be 
- 00018547  0x000043c9 call  0x000048a6 
- 00018548  0x000043ca call  0x000048d2 
- 00018549  0x000043cc call  0x000048c7 
- 00018550  0x000043cd branch  0x000048a9 , 0x00000034 
- 00018551  0x000043ce loop  0x00004875 
- 00018552  0x000043cf branch  0x000048a9 
- 00018553  0x000043d4 call  0x000048a9 
- 00018554  0x000043d5 call  0x000048af 
- 00018555  0x000043d6 call  0x000048d2 
- 00018556  0x000043d7 call  0x000048a6 
- 00018557  0x000043d8 call  0x000048d2 
- 00018558  0x000043d9 branch  0x000048a9 
- 00018559  0x000043df arg  0x00000008 , 0x00000039 
- 00018560  0x000043e0 arg  0x00000000 , 0x00000013 
- 00018561  0x000043e1 call  0x000048be 
- 00018562  0x000043e3 call  0x000048a6 
- 00018563  0x000043e4 call  0x000048d2 
- 00018564  0x000043e5 lshift  0x00000013 , 0x00000013 
- 00018565  0x000043e6 call  0x000048c7 
- 00018566  0x000043e7 iadd  0x00000013 , 0x00000013 
- 00018567  0x000043e8 call  0x000048d2 
- 00018568  0x000043e9 call  0x000048a9 
- 00018569  0x000043ea loop  0x00004882 
- 00018570  0x000043eb call  0x00004879 
- 00018571  0x000043ec copy  0x00000013 , 0x0000003f 
- 00018572  0x000043ed rtn 
- 00018573  0x000043f2 arg  0x00000008 , 0x00000039 
- 00018574  0x000043f3 copy  0x0000003f , 0x00000013 
- 00018575  0x000043f4 call  0x000048a9 
- 00018576  0x000043f6 isolate1  0x00000007 , 0x00000013 
- 00018577  0x000043f7 call  0x000048ac , 0x00000001 
- 00018578  0x000043f8 ncall  0x000048af , 0x00000001 
- 00018579  0x000043f9 lshift  0x00000013 , 0x00000013 
- 00018580  0x000043fa call  0x000048d2 
- 00018581  0x000043fb call  0x000048a6 
- 00018582  0x000043fc call  0x000048d2 
- 00018583  0x000043fd call  0x000048a9 
- 00018584  0x000043fe call  0x000048d2 
- 00018585  0x000043ff loop  0x00004890 
- 00018586  0x00004400 branch  0x00004871 
- 00018587  0x00004405 call  0x000048ac 
- 00018588  0x00004406 call  0x000048a6 
- 00018589  0x00004407 call  0x000048d2 
- 00018590  0x00004408 call  0x000048af 
- 00018591  0x00004409 call  0x000048d2 
- 00018592  0x0000440a branch  0x000048a9 
- 00018593  0x0000440f call  0x000048af 
- 00018594  0x00004410 call  0x000048a6 
- 00018595  0x00004411 call  0x000048d2 
- 00018596  0x00004412 call  0x000048ac 
- 00018597  0x00004413 branch  0x000048d2 
- 00018598  0x00004418 enable  0x00000028 
- 00018599  0x00004419 fetch  0x00000001 , 0x00004ffe 
- 00018600  0x0000441a branch  0x000048b2 
- 00018601  0x0000441e disable  0x00000028 
- 00018602  0x0000441f fetch  0x00000001 , 0x00004ffe 
- 00018603  0x00004420 branch  0x000048b2 
- 00018604  0x00004424 enable  0x00000028 
- 00018605  0x00004425 fetch  0x00000001 , 0x00004fff 
- 00018606  0x00004426 branch  0x000048b2 
- 00018607  0x0000442a disable  0x00000028 
- 00018608  0x0000442b fetch  0x00000001 , 0x00004fff 
- 00018609  0x0000442c branch  0x000048b2 
- 00018610  0x00004432 and  0x0000003f , 0x00000007 , 0x00000007 
- 00018611  0x00004433 rshift3  0x0000003f , 0x0000003f 
- 00018612  0x00004434 arg  0x00008070 , 0x00000002 
- 00018613  0x00004435 iadd  0x00000002 , 0x00000002 
- 00018614  0x00004436 ifetch  0x00000001 , 0x00000002 
- 00018615  0x00004437 qset1  0x0000003f 
- 00018616  0x00004438 istore  0x00000001 , 0x00000002 
- 00018617  0x00004439 increase  0x00000004 , 0x00000002 
- 00018618  0x0000443a ifetch  0x00000001 , 0x00000002 
- 00018619  0x0000443b qsetflag  0x00000028 , 0x0000003f 
- 00018620  0x0000443c istore  0x00000001 , 0x00000002 
- 00018621  0x0000443d rtn 
- 00018622  0x00004441 fetch  0x00000001 , 0x00004fff 
- 00018623  0x00004442 and  0x0000003f , 0x00000007 , 0x00000007 
- 00018624  0x00004443 rshift3  0x0000003f , 0x0000003f 
- 00018625  0x00004444 arg  0x00008070 , 0x00000002 
- 00018626  0x00004445 iadd  0x00000002 , 0x00000002 
- 00018627  0x00004446 ifetch  0x00000001 , 0x00000002 
- 00018628  0x00004447 qset0  0x0000003f 
- 00018629  0x00004448 istore  0x00000001 , 0x00000002 
- 00018630  0x00004449 rtn 
- 00018631  0x0000444f nop  0x00000004 
- 00018632  0x00004450 fetch  0x00000001 , 0x00004fff 
- 00018633  0x00004451 and  0x0000003f , 0x00000007 , 0x00000007 
- 00018634  0x00004452 rshift3  0x0000003f , 0x0000003f 
- 00018635  0x00004453 arg  0x0000811c , 0x00000002 
- 00018636  0x00004454 iadd  0x00000002 , 0x00000002 
- 00018637  0x00004455 setarg  0x00000000 
- 00018638  0x00004456 ifetcht  0x00000001 , 0x00000002 
- 00018639  0x00004457 qisolate1  0x00000002 
- 00018640  0x00004458 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00018641  0x00004459 rtn 
- 00018642  0x0000445e rtn 
- 00018643  0x00004465 bpatch  0x000000f6 , 0x0000401e 
- 00018644  0x00004466 hfetch  0x00000001 , 0x00008a26 
- 00018645  0x00004467 isolate1  0x00000007 , 0x0000003f 
- 00018646  0x00004468 call  0x000048ea , 0x00000001 
- 00018647  0x00004469 call  0x0000492e 
- 00018648  0x0000446a hfetch  0x00000001 , 0x00008a26 
- 00018649  0x0000446b store  0x00000001 , 0x00000b22 
- 00018650  0x0000446c hfetch  0x00000001 , 0x00008a27 
- 00018651  0x0000446d store  0x00000001 , 0x00000b23 
- 00018652  0x0000446e hstore  0x00000001 , 0x00008a27 
- 00018653  0x0000446f pinvert 
- 00018654  0x00004470 fetcht  0x00000001 , 0x00000d37 
- 00018655  0x00004471 iand  0x00000002 , 0x0000003f 
- 00018656  0x00004472 store  0x00000001 , 0x00000d37 
- 00018657  0x00004473 jam  0x000000e0 , 0x00008a26 
- 00018658  0x00004474 fetch  0x00000001 , 0x00000b23 
- 00018659  0x00004475 compare  0x00000001 , 0x0000003f , 0x00000001 
- 00018660  0x00004476 call  0x00004941 , 0x00000001 
- 00018661  0x00004477 fetch  0x00000001 , 0x00000b22 
- 00018662  0x00004478 compare  0x00000001 , 0x0000003f , 0x00000001 
- 00018663  0x00004479 call  0x0000494a , 0x00000001 
- 00018664  0x0000447a call  0x00004b61 
- 00018665  0x0000447b branch  0x00004903 
- 00018666  0x0000447e bpatch  0x000000f7 , 0x0000401e 
- 00018667  0x0000447f call  0x00004919 
- 00018668  0x00004480 jam  0x00000000 , 0x00008a00 
- 00018669  0x00004481 nop  0x00002710 
- 00018670  0x00004482 jam  0x000000c0 , 0x00008a10 
- 00018671  0x00004483 hfetch  0x00000002 , 0x00008050 
- 00018672  0x00004484 set0  0x0000000a , 0x0000003f 
- 00018673  0x00004485 hstore  0x00000002 , 0x00008050 
- 00018674  0x00004486 jam  0x0000003c , 0x00008a00 
- 00018675  0x00004487 jam  0x000000ff , 0x00008a26 
- 00018676  0x00004488 jam  0x000000ff , 0x00008a27 
- 00018677  0x00004489 jam  0x00000000 , 0x00008a04 
- 00018678  0x0000448a jam  0x00000002 , 0x00000c6b 
- 00018679  0x0000448b setarg  0x00000d9d 
- 00018680  0x0000448c arg  0x00000c6e , 0x00000005 
- 00018681  0x0000448d isub  0x00000005 , 0x00000039 
- 00018682  0x0000448e branch  0x00007ed4 
- 00018683  0x00004491 fetcht  0x00000001 , 0x00000c6c 
- 00018684  0x00004492 branch  0x000067fb 
- 00018685  0x00004494 fetch  0x00000001 , 0x00000d45 
- 00018686  0x00004495 rtn  0x00000034 
- 00018687  0x00004496 fetcht  0x00000001 , 0x00000c6c 
- 00018688  0x00004497 call  0x0000681d 
- 00018689  0x00004498 branch  0x000048ea , 0x00000001 
- 00018690  0x00004499 rtn 
- 00018691  0x0000449d arg  0x00000000 , 0x00000007 
- 00018692  0x0000449e call  0x00007f16 
- 00018693  0x0000449f nrtn  0x00000034 
- 00018694  0x000044a0 fetch  0x00000001 , 0x00000d46 
- 00018695  0x000044a1 nrtn  0x00000034 
- 00018696  0x000044a2 fetch  0x00000001 , 0x00000d45 
- 00018697  0x000044a3 ncall  0x00004bb7 , 0x00000034 
- 00018698  0x000044a4 rtn 
- 00018699  0x000044a7 arg  0x00000b68 , 0x00000005 
- 00018700  0x000044a8 setsect  0x00000000 , 0x00011212 
- 00018701  0x000044a9 setsect  0x00000001 , 0x00008000 
- 00018702  0x000044aa setsect  0x00000002 , 0x00000000 
- 00018703  0x000044ab setsect  0x00000003 , 0x00010000 
- 00018704  0x000044ac istore  0x00000009 , 0x00000005 
- 00018705  0x000044ad setsect  0x00000000 , 0x00022412 
- 00018706  0x000044ae setsect  0x00000001 , 0x00008604 
- 00018707  0x000044af setsect  0x00000002 , 0x00001000 
- 00018708  0x000044b0 setsect  0x00000003 , 0x00000008 
- 00018709  0x000044b1 istore  0x00000009 , 0x00000005 
- 00018710  0x000044b2 setsect  0x00000000 , 0x00000001 
- 00018711  0x000044b3 istore  0x00000001 , 0x00000005 
- 00018712  0x000044b4 rtn 
- 00018713  0x000044b7 jam  0x00000002 , 0x00000c6b 
- 00018714  0x000044b8 setarg  0x00000000 
- 00018715  0x000044b9 store  0x00000001 , 0x00000b67 
- 00018716  0x000044ba store  0x00000002 , 0x00000c65 
- 00018717  0x000044bb pincrease  0x00000001 
- 00018718  0x000044bc store  0x00000002 , 0x00000c67 
- 00018719  0x000044bd pincrease  0x00000001 
- 00018720  0x000044be store  0x00000002 , 0x00000c69 
- 00018721  0x000044bf setarg  0x00008ffa 
- 00018722  0x000044c0 store  0x00000002 , 0x00000b7c 
- 00018723  0x000044c1 setarg  0x0000903a 
- 00018724  0x000044c2 store  0x00000002 , 0x00000b7e 
- 00018725  0x000044c3 arg  0x00000b80 , 0x00000005 
- 00018726  0x000044c4 arg  0x000090fe , 0x00000006 
- 00018727  0x000044c5 call  0x00007eb3 
- 00018728  0x000044c6 fetch  0x00000001 , 0x00000c6d 
- 00018729  0x000044c7 ncall  0x0000492b , 0x00000034 
- 00018730  0x000044c8 branch  0x0000490b 
- 00018731  0x000044cb store  0x00000001 , 0x00000ba2 
- 00018732  0x000044cc store  0x00000001 , 0x00000bbb 
- 00018733  0x000044cd rtn 
- 00018734  0x000044cf hfetch  0x00000001 , 0x00008a26 
- 00018735  0x000044d0 bbit1  0x00000006 , 0x00004931 
- 00018736  0x000044d1 rtn 
- 00018737  0x000044d4 call  0x00004936 
- 00018738  0x000044d5 call  0x00007f15 
- 00018739  0x000044d6 setarg  0x00000280 
- 00018740  0x000044d7 arg  0x00000000 , 0x00000007 
- 00018741  0x000044d8 branch  0x00007f08 
- 00018742  0x000044db fetch  0x00000001 , 0x00000d36 
- 00018743  0x000044dc bne  0x00000002 , 0x0000493b 
- 00018744  0x000044dd jam  0x00000000 , 0x00000d46 
- 00018745  0x000044de jam  0x00000000 , 0x00000d47 
- 00018746  0x000044df rtn 
- 00018747  0x000044e1 fetch  0x00000001 , 0x00000d53 
- 00018748  0x000044e2 rtn  0x00000034 
- 00018749  0x000044e3 jam  0x00000000 , 0x00000d53 
- 00018750  0x000044e4 jam  0x00000002 , 0x00000d36 
- 00018751  0x000044e5 jam  0x00000001 , 0x00000d45 
- 00018752  0x000044e6 rtn 
- 00018753  0x000044e9 jam  0x00000001 , 0x00008a27 
- 00018754  0x000044ea branch  0x00004b37 
- 00018755  0x000044ed fetch  0x00000001 , 0x00000b22 
- 00018756  0x000044ee bbit1  0x00000004 , 0x00004955 
- 00018757  0x000044ef rtn 
- 00018758  0x000044f2 hfetch  0x00000001 , 0x00008a18 
- 00018759  0x000044f3 istore  0x00000001 , 0x00000005 
- 00018760  0x000044f4 loop  0x00004946 
- 00018761  0x000044f5 rtn 
- 00018762  0x000044f8 bpatch  0x000000f8 , 0x0000401f 
- 00018763  0x000044f9 jam  0x00000011 , 0x00008a26 
- 00018764  0x000044fa hfetch  0x00000001 , 0x00008a20 
- 00018765  0x000044fb store  0x00000001 , 0x00000b24 
- 00018766  0x000044fc copy  0x0000003f , 0x00000039 
- 00018767  0x000044fd branch  0x00004943 , 0x00000034 
- 00018768  0x000044fe arg  0x00000c6e , 0x00000005 
- 00018769  0x000044ff call  0x00004946 
- 00018770  0x00004500 fetch  0x00000001 , 0x00000b24 
- 00018771  0x00004501 sub  0x0000003f , 0x00000007 , 0x0000003e 
- 00018772  0x00004502 rtn  0x00000002 
- 00018773  0x00004504 fetch  0x00000001 , 0x00000c6e 
- 00018774  0x00004505 and_into  0x00000080 , 0x0000003f 
- 00018775  0x00004506 beq  0x00000080 , 0x0000495a 
- 00018776  0x00004507 beq  0x00000000 , 0x00004962 
- 00018777  0x00004508 branch  0x00002a8c 
- 00018778  0x0000450b fetch  0x00000001 , 0x00000c6e 
- 00018779  0x0000450c rshift4  0x0000003f , 0x0000003f 
- 00018780  0x0000450d rshift  0x0000003f , 0x0000003f 
- 00018781  0x0000450e and_into  0x00000003 , 0x0000003f 
- 00018782  0x0000450f beq  0x00000000 , 0x0000496a 
- 00018783  0x00004510 beq  0x00000001 , 0x00004970 
- 00018784  0x00004511 beq  0x00000002 , 0x00004975 
- 00018785  0x00004512 branch  0x00002a8c 
- 00018786  0x00004515 fetch  0x00000001 , 0x00000c6e 
- 00018787  0x00004516 rshift4  0x0000003f , 0x0000003f 
- 00018788  0x00004517 rshift  0x0000003f , 0x0000003f 
- 00018789  0x00004518 and_into  0x00000003 , 0x0000003f 
- 00018790  0x00004519 beq  0x00000000 , 0x00004976 
- 00018791  0x0000451a beq  0x00000001 , 0x0000497e 
- 00018792  0x0000451b beq  0x00000002 , 0x00004983 
- 00018793  0x0000451c branch  0x00002a8c 
- 00018794  0x0000451f fetch  0x00000001 , 0x00000c6f 
- 00018795  0x00004520 beq  0x00000008 , 0x0000498a 
- 00018796  0x00004521 beq  0x00000006 , 0x000049a0 
- 00018797  0x00004522 beq  0x0000000a , 0x000049ea 
- 00018798  0x00004523 beq  0x00000000 , 0x000049fc 
- 00018799  0x00004524 branch  0x00004984 
- 00018800  0x00004527 fetch  0x00000001 , 0x00000c6f 
- 00018801  0x00004528 beq  0x00000002 , 0x00004a2f 
- 00018802  0x00004529 beq  0x00000001 , 0x00004a33 
- 00018803  0x0000452a beq  0x00000003 , 0x00004a45 
- 00018804  0x0000452b branch  0x00004984 
- 00018805  0x0000452e branch  0x00004984 
- 00018806  0x00004531 fetch  0x00000001 , 0x00000c6f 
- 00018807  0x00004532 beq  0x00000001 , 0x00004a4f 
- 00018808  0x00004533 beq  0x00000003 , 0x00004a79 
- 00018809  0x00004534 beq  0x00000005 , 0x00004aa3 
- 00018810  0x00004535 beq  0x00000009 , 0x00004abc 
- 00018811  0x00004536 beq  0x0000000b , 0x00004ad7 
- 00018812  0x00004537 beq  0x00000007 , 0x00004984 
- 00018813  0x00004538 branch  0x00004984 
- 00018814  0x0000453b fetch  0x00000001 , 0x00000c6f 
- 00018815  0x0000453c beq  0x0000000a , 0x00004ae8 
- 00018816  0x0000453d beq  0x00000009 , 0x00004af9 
- 00018817  0x0000453e beq  0x0000000b , 0x00004b11 
- 00018818  0x0000453f branch  0x00004984 
- 00018819  0x00004542 branch  0x00004984 
- 00018820  0x00004545 hfetch  0x00000001 , 0x00008a11 
- 00018821  0x00004546 set1  0x00000000 , 0x0000003f 
- 00018822  0x00004547 hstore  0x00000001 , 0x00008a11 
- 00018823  0x00004548 branch  0x00004988 
- 00018824  0x0000454b jam  0x00000040 , 0x00008a12 
- 00018825  0x0000454c rtn 
- 00018826  0x0000454f fetch  0x00000001 , 0x00000c6e 
- 00018827  0x00004550 bne  0x00000080 , 0x00004984 
- 00018828  0x00004551 fetch  0x00000001 , 0x00000c72 
- 00018829  0x00004552 bne  0x00000000 , 0x00004984 
- 00018830  0x00004553 fetch  0x00000001 , 0x00000c73 
- 00018831  0x00004554 bne  0x00000000 , 0x00004984 
- 00018832  0x00004555 fetch  0x00000001 , 0x00000c74 
- 00018833  0x00004556 bne  0x00000001 , 0x00004984 
- 00018834  0x00004557 fetch  0x00000001 , 0x00000c75 
- 00018835  0x00004558 bne  0x00000000 , 0x00004984 
- 00018836  0x00004559 fetch  0x00000001 , 0x00000c70 
- 00018837  0x0000455a bne  0x00000000 , 0x00004984 
- 00018838  0x0000455b fetch  0x00000001 , 0x00000c71 
- 00018839  0x0000455c bne  0x00000000 , 0x00004984 
- 00018840  0x0000455d fetch  0x00000001 , 0x00000c6b 
- 00018841  0x0000455e beq  0x00000004 , 0x0000499c 
- 00018842  0x0000455f beq  0x00000003 , 0x0000499e 
- 00018843  0x00004560 branch  0x00004984 
- 00018844  0x00004563 arg  0x00000001 , 0x00000012 
- 00018845  0x00004564 branch  0x00004a14 
- 00018846  0x00004567 arg  0x00000001 , 0x00000012 
- 00018847  0x00004568 branch  0x00004a12 
- 00018848  0x0000456b bpatch  0x000000f9 , 0x0000401f 
- 00018849  0x0000456c set0  0x00000023 , 0x00000000 
- 00018850  0x0000456d fetch  0x00000001 , 0x00000c71 
- 00018851  0x0000456e beq  0x00000001 , 0x000049b6 
- 00018852  0x0000456f beq  0x00000002 , 0x000049cf 
- 00018853  0x00004570 beq  0x00000003 , 0x000049d2 
- 00018854  0x00004571 beq  0x00000021 , 0x000049a9 
- 00018855  0x00004572 beq  0x00000022 , 0x000049e0 
- 00018856  0x00004573 branch  0x00004984 
- 00018857  0x00004576 jam  0x00000000 , 0x00000d4b 
- 00018858  0x00004577 fetch  0x00000001 , 0x00000c72 
- 00018859  0x00004578 beq  0x00000000 , 0x000049ae 
- 00018860  0x00004579 beq  0x00000001 , 0x000049b2 
- 00018861  0x0000457a branch  0x00004984 
- 00018862  0x0000457d arg  0x00000b93 , 0x00000011 
- 00018863  0x0000457e ifetch  0x00000001 , 0x00000011 
- 00018864  0x0000457f iforce  0x00000012 
- 00018865  0x00004580 branch  0x00004b21 
- 00018866  0x00004583 arg  0x00000bac , 0x00000011 
- 00018867  0x00004584 ifetch  0x00000001 , 0x00000011 
- 00018868  0x00004585 iforce  0x00000012 
- 00018869  0x00004586 branch  0x00004b21 
- 00018870  0x0000458c fetch  0x00000001 , 0x00000d48 
- 00018871  0x0000458d ncall  0x000049c7 , 0x00000034 
- 00018872  0x0000458e setarg  0x00000b68 
- 00018873  0x0000458f fetcht  0x00000001 , 0x00000b68 
- 00018874  0x00004591 store  0x00000002 , 0x00000d3f 
- 00018875  0x00004592 storet  0x00000001 , 0x00000d41 
- 00018876  0x00004593 fetch  0x00000001 , 0x00000c74 
- 00018877  0x00004594 isub  0x00000002 , 0x0000003e 
- 00018878  0x00004595 nbranch  0x000049c5 , 0x00000002 
- 00018879  0x00004597 fetch  0x00000001 , 0x00000d41 
- 00018880  0x00004599 iforce  0x00000012 
- 00018881  0x0000459a fetch  0x00000002 , 0x00000d3f 
- 00018882  0x0000459b add  0x0000003f , 0x00000001 , 0x0000003f 
- 00018883  0x0000459c iforce  0x00000011 
- 00018884  0x0000459d branch  0x00004b21 
- 00018885  0x0000459f fetch  0x00000001 , 0x00000c74 
- 00018886  0x000045a0 branch  0x000049c0 
- 00018887  0x000045a3 hfetch  0x00000001 , 0x00008a04 
- 00018888  0x000045a4 ncall  0x000049cb , 0x00000034 
- 00018889  0x000045a5 jam  0x00000000 , 0x00000d48 
- 00018890  0x000045a6 rtn 
- 00018891  0x000045a8 hfetch  0x00000001 , 0x00008a04 
- 00018892  0x000045a9 set1  0x00000007 , 0x0000003f 
- 00018893  0x000045aa hstore  0x00000001 , 0x00008a04 
- 00018894  0x000045ab rtn 
- 00018895  0x000045ae setarg  0x00000b80 
- 00018896  0x000045af fetcht  0x00000001 , 0x00000b80 
- 00018897  0x000045b0 branch  0x000049ba 
- 00018898  0x000045b3 fetch  0x00000001 , 0x00000c70 
- 00018899  0x000045b4 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00018900  0x000045b5 nbranch  0x00004984 , 0x00000002 
- 00018901  0x000045b6 fetch  0x00000001 , 0x00000c70 
- 00018902  0x000045b7 arg  0x00000be4 , 0x00000011 
- 00018903  0x000045b8 beq  0x00000000 , 0x00004b1e 
- 00018904  0x000045b9 set1  0x00000023 , 0x00000000 
- 00018905  0x000045ba arg  0x00000be9 , 0x00000011 
- 00018906  0x000045bb beq  0x00000001 , 0x00004b1e 
- 00018907  0x000045bc arg  0x00000c07 , 0x00000011 
- 00018908  0x000045bd beq  0x00000002 , 0x00004b1e 
- 00018909  0x000045be arg  0x00000c47 , 0x00000011 
- 00018910  0x000045bf beq  0x00000003 , 0x00004b1e 
- 00018911  0x000045c0 rtn 
- 00018912  0x000045c3 fetch  0x00000002 , 0x00000c72 
- 00018913  0x000045c4 beq  0x00000001 , 0x000049e5 
- 00018914  0x000045c5 fetch  0x00000002 , 0x00000b7c 
- 00018915  0x000045c6 copy  0x0000003f , 0x00000011 
- 00018916  0x000045c8 branch  0x00004b1e 
- 00018917  0x000045ca jam  0x00000001 , 0x00000d45 
- 00018918  0x000045cb jam  0x00000001 , 0x00000d36 
- 00018919  0x000045cc fetch  0x00000002 , 0x00000b7e 
- 00018920  0x000045cd copy  0x0000003f , 0x00000011 
- 00018921  0x000045cf branch  0x00004b1e 
- 00018922  0x000045d3 fetch  0x00000001 , 0x00000c6b 
- 00018923  0x000045d4 bne  0x00000004 , 0x00004984 
- 00018924  0x000045d5 fetch  0x00000001 , 0x00000c6e 
- 00018925  0x000045d6 bne  0x00000081 , 0x00004984 
- 00018926  0x000045d7 fetch  0x00000001 , 0x00000c70 
- 00018927  0x000045d8 bne  0x00000000 , 0x00004984 
- 00018928  0x000045d9 fetch  0x00000001 , 0x00000c71 
- 00018929  0x000045da bne  0x00000000 , 0x00004984 
- 00018930  0x000045db fetch  0x00000001 , 0x00000c74 
- 00018931  0x000045dc bne  0x00000001 , 0x00004984 
- 00018932  0x000045dd fetch  0x00000001 , 0x00000c75 
- 00018933  0x000045de bne  0x00000000 , 0x00004984 
- 00018934  0x000045df fetch  0x00000001 , 0x00000c72 
- 00018935  0x000045e0 bne  0x00000000 , 0x00004984 
- 00018936  0x000045e1 fetch  0x00000001 , 0x00000c73 
- 00018937  0x000045e2 bne  0x00000000 , 0x00004984 
- 00018938  0x000045e3 arg  0x00000001 , 0x00000012 
- 00018939  0x000045e4 branch  0x00004a12 
- 00018940  0x000045e8 fetch  0x00000001 , 0x00000c6b 
- 00018941  0x000045e9 beq  0x00000002 , 0x00004984 
- 00018942  0x000045ea fetch  0x00000001 , 0x00000c70 
- 00018943  0x000045eb bne  0x00000000 , 0x00004984 
- 00018944  0x000045ec fetch  0x00000001 , 0x00000c71 
- 00018945  0x000045ed bne  0x00000000 , 0x00004984 
- 00018946  0x000045ee fetch  0x00000001 , 0x00000c74 
- 00018947  0x000045ef bne  0x00000002 , 0x00004984 
- 00018948  0x000045f0 fetch  0x00000001 , 0x00000c75 
- 00018949  0x000045f1 bne  0x00000000 , 0x00004984 
- 00018950  0x000045f2 fetch  0x00000001 , 0x00000c73 
- 00018951  0x000045f3 bne  0x00000000 , 0x00004984 
- 00018952  0x000045f4 fetch  0x00000001 , 0x00000c6e 
- 00018953  0x000045f5 beq  0x00000080 , 0x00004a0d 
- 00018954  0x000045f6 beq  0x00000081 , 0x00004a18 
- 00018955  0x000045f7 beq  0x00000082 , 0x00004a1c 
- 00018956  0x000045f8 branch  0x00004984 
- 00018957  0x000045fb fetch  0x00000001 , 0x00000c72 
- 00018958  0x000045fc bne  0x00000000 , 0x00004984 
- 00018959  0x000045fd arg  0x00000002 , 0x00000012 
- 00018960  0x000045fe fetch  0x00000001 , 0x00000d39 
- 00018961  0x000045ff beq  0x00000001 , 0x00004a16 
- 00018962  0x00004602 arg  0x00000c65 , 0x00000011 
- 00018963  0x00004603 branch  0x00004b21 
- 00018964  0x00004605 arg  0x00000c67 , 0x00000011 
- 00018965  0x00004606 branch  0x00004b21 
- 00018966  0x00004608 arg  0x00000c69 , 0x00000011 
- 00018967  0x00004609 branch  0x00004b21 
- 00018968  0x0000460c fetch  0x00000001 , 0x00000c6b 
- 00018969  0x0000460d bne  0x00000004 , 0x00004984 
- 00018970  0x0000460e arg  0x00000002 , 0x00000012 
- 00018971  0x0000460f branch  0x00004a12 
- 00018972  0x00004612 fetch  0x00000001 , 0x00000c6b 
- 00018973  0x00004613 bne  0x00000004 , 0x00004984 
- 00018974  0x00004614 fetch  0x00000001 , 0x00000c72 
- 00018975  0x00004615 beq  0x00000081 , 0x00004a29 
- 00018976  0x00004616 beq  0x00000082 , 0x00004a2b 
- 00018977  0x00004617 beq  0x00000083 , 0x00004a2d 
- 00018978  0x00004618 and_into  0x0000007f , 0x0000003f 
- 00018979  0x00004619 beq  0x00000000 , 0x00004a25 
- 00018980  0x0000461a branch  0x00004984 
- 00018981  0x0000461d fetch  0x00000001 , 0x00000d3b 
- 00018982  0x0000461f arg  0x00000002 , 0x00000012 
- 00018983  0x00004620 beq  0x00000001 , 0x00004a14 
- 00018984  0x00004621 branch  0x00004a12 
- 00018985  0x00004623 fetch  0x00000001 , 0x00000d3c 
- 00018986  0x00004624 branch  0x00004a26 
- 00018987  0x00004626 fetch  0x00000001 , 0x00000d3d 
- 00018988  0x00004627 branch  0x00004a26 
- 00018989  0x00004629 fetch  0x00000001 , 0x00000d3e 
- 00018990  0x0000462a branch  0x00004a26 
- 00018991  0x0000462d jam  0x00000001 , 0x00000d4c 
- 00018992  0x0000462e arg  0x00000d4d , 0x00000011 
- 00018993  0x0000462f arg  0x00000001 , 0x00000012 
- 00018994  0x00004630 branch  0x00004b21 
- 00018995  0x00004633 fetch  0x00000002 , 0x00000c70 
- 00018996  0x00004634 arg  0x000001ba , 0x00000002 
- 00018997  0x00004635 isub  0x00000002 , 0x0000003e 
- 00018998  0x00004636 nbranch  0x00004984 , 0x00000005 
- 00018999  0x00004637 set0  0x00000023 , 0x00000000 
- 00019000  0x00004639 fetch  0x00000001 , 0x00000d42 
- 00019001  0x0000463a nbranch  0x00004a42 , 0x00000034 
- 00019002  0x0000463b jam  0x00000000 , 0x00000cf6 
- 00019003  0x0000463d fetch  0x00000001 , 0x00000c74 
- 00019004  0x0000463e iforce  0x00000012 
- 00019005  0x0000463f arg  0x00000cf6 , 0x00000011 
- 00019006  0x00004640 call  0x00004b21 
- 00019007  0x00004642 arg  0x00000cf6 , 0x00000005 
- 00019008  0x00004643 arg  0x00000008 , 0x00000039 
- 00019009  0x00004644 branch  0x00007ec6 
- 00019010  0x00004646 jam  0x00000000 , 0x00000d42 
- 00019011  0x00004647 jam  0x00000001 , 0x00000cf6 
- 00019012  0x00004648 branch  0x00004a3b 
- 00019013  0x0000464b fetch  0x00000001 , 0x00000c74 
- 00019014  0x0000464c bne  0x00000001 , 0x00004984 
- 00019015  0x0000464d jam  0x00000001 , 0x00000d4b 
- 00019016  0x0000464e arg  0x00000001 , 0x00000012 
- 00019017  0x0000464f fetch  0x00000001 , 0x00000d49 
- 00019018  0x00004650 beq  0x00000000 , 0x00004a4d 
- 00019019  0x00004651 beq  0x00000001 , 0x00004a4e 
- 00019020  0x00004652 branch  0x00004a12 
- 00019021  0x00004654 branch  0x00004a14 
- 00019022  0x00004656 branch  0x00004a12 
- 00019023  0x0000465c fetch  0x00000001 , 0x00000c6b 
- 00019024  0x0000465d bne  0x00000004 , 0x00004984 
- 00019025  0x0000465e fetch  0x00000001 , 0x00000c74 
- 00019026  0x0000465f bne  0x00000000 , 0x00004984 
- 00019027  0x00004660 fetch  0x00000001 , 0x00000c75 
- 00019028  0x00004661 bne  0x00000000 , 0x00004984 
- 00019029  0x00004662 fetch  0x00000001 , 0x00000c71 
- 00019030  0x00004663 bne  0x00000000 , 0x00004984 
- 00019031  0x00004664 fetch  0x00000001 , 0x00000c73 
- 00019032  0x00004665 bne  0x00000000 , 0x00004984 
- 00019033  0x00004666 fetch  0x00000001 , 0x00000c6e 
- 00019034  0x00004667 beq  0x00000000 , 0x00004a5e 
- 00019035  0x00004668 beq  0x00000001 , 0x00004a66 
- 00019036  0x00004669 beq  0x00000002 , 0x00004a67 
- 00019037  0x0000466a branch  0x00004984 
- 00019038  0x0000466d fetch  0x00000001 , 0x00000c70 
- 00019039  0x0000466e bne  0x00000001 , 0x00004984 
- 00019040  0x0000466f hfetch  0x00000001 , 0x00008a00 
- 00019041  0x00004670 set0  0x00000007 , 0x0000003f 
- 00019042  0x00004671 hstore  0x00000001 , 0x00008a00 
- 00019043  0x00004672 jam  0x00000000 , 0x00000d39 
- 00019044  0x00004673 jam  0x00000001 , 0x00000d3a 
- 00019045  0x00004674 branch  0x00004988 
- 00019046  0x00004677 branch  0x00004984 
- 00019047  0x0000467a fetch  0x00000001 , 0x00000c70 
- 00019048  0x0000467b bne  0x00000000 , 0x00004984 
- 00019049  0x0000467c fetch  0x00000001 , 0x00000c72 
- 00019050  0x0000467d beq  0x00000081 , 0x00004a72 
- 00019051  0x0000467e beq  0x00000082 , 0x00004a75 
- 00019052  0x0000467f beq  0x00000083 , 0x00004a77 
- 00019053  0x00004680 and_into  0x0000007f , 0x0000003f 
- 00019054  0x00004681 beq  0x00000000 , 0x00004a70 
- 00019055  0x00004682 branch  0x00004984 
- 00019056  0x00004685 jam  0x00000000 , 0x00000d3b 
- 00019057  0x00004686 branch  0x00004988 
- 00019058  0x00004688 jam  0x00000000 , 0x00000d3c 
- 00019059  0x0000468a jam  0x00000001 , 0x00000d53 
- 00019060  0x0000468b branch  0x00004988 
- 00019061  0x0000468d jam  0x00000000 , 0x00000d3d 
- 00019062  0x0000468e branch  0x00004a73 
- 00019063  0x00004690 jam  0x00000000 , 0x00000d3e 
- 00019064  0x00004691 branch  0x00004a73 
- 00019065  0x00004695 fetch  0x00000001 , 0x00000c74 
- 00019066  0x00004696 bne  0x00000000 , 0x00004984 
- 00019067  0x00004697 fetch  0x00000001 , 0x00000c75 
- 00019068  0x00004698 bne  0x00000000 , 0x00004984 
- 00019069  0x00004699 fetch  0x00000001 , 0x00000c6e 
- 00019070  0x0000469a beq  0x00000000 , 0x00004a82 
- 00019071  0x0000469b beq  0x00000001 , 0x00004a8f 
- 00019072  0x0000469c beq  0x00000002 , 0x00004a90 
- 00019073  0x0000469d branch  0x00004984 
- 00019074  0x000046a0 fetch  0x00000001 , 0x00000c70 
- 00019075  0x000046a1 bne  0x00000001 , 0x00004984 
- 00019076  0x000046a2 hfetch  0x00000001 , 0x00008a00 
- 00019077  0x000046a3 set1  0x00000007 , 0x0000003f 
- 00019078  0x000046a4 hstore  0x00000001 , 0x00008a00 
- 00019079  0x000046a5 jam  0x00000001 , 0x00000d39 
- 00019080  0x000046a6 jam  0x00000003 , 0x00000d36 
- 00019081  0x000046a7 jam  0x00000000 , 0x00000d43 
- 00019082  0x000046a8 call  0x00004988 
- 00019083  0x000046aa call  0x00007f15 
- 00019084  0x000046ab setarg  0x00001388 
- 00019085  0x000046ac arg  0x0000000f , 0x00000007 
- 00019086  0x000046ad branch  0x00007f08 
- 00019087  0x000046b0 branch  0x00004984 
- 00019088  0x000046b3 fetch  0x00000001 , 0x00000c70 
- 00019089  0x000046b4 bne  0x00000000 , 0x00004984 
- 00019090  0x000046b5 fetch  0x00000001 , 0x00000c71 
- 00019091  0x000046b6 bne  0x00000000 , 0x00004984 
- 00019092  0x000046b7 fetch  0x00000001 , 0x00000c72 
- 00019093  0x000046b8 beq  0x00000081 , 0x00004a9d 
- 00019094  0x000046b9 beq  0x00000082 , 0x00004a9f 
- 00019095  0x000046ba beq  0x00000083 , 0x00004aa1 
- 00019096  0x000046bb and_into  0x0000007f , 0x0000003f 
- 00019097  0x000046bc beq  0x00000000 , 0x00004a9b 
- 00019098  0x000046bd branch  0x00004984 
- 00019099  0x000046c0 jam  0x00000001 , 0x00000d3b 
- 00019100  0x000046c1 branch  0x00004988 
- 00019101  0x000046c3 jam  0x00000001 , 0x00000d3c 
- 00019102  0x000046c4 branch  0x00004988 
- 00019103  0x000046c6 jam  0x00000001 , 0x00000d3d 
- 00019104  0x000046c7 branch  0x00004988 
- 00019105  0x000046c9 jam  0x00000001 , 0x00000d3e 
- 00019106  0x000046ca branch  0x00004988 
- 00019107  0x000046ce fetch  0x00000001 , 0x00000c6e 
- 00019108  0x000046cf bne  0x00000000 , 0x00004984 
- 00019109  0x000046d0 fetch  0x00000001 , 0x00000c72 
- 00019110  0x000046d1 bne  0x00000000 , 0x00004984 
- 00019111  0x000046d2 fetch  0x00000001 , 0x00000c73 
- 00019112  0x000046d3 bne  0x00000000 , 0x00004984 
- 00019113  0x000046d4 fetch  0x00000001 , 0x00000c74 
- 00019114  0x000046d5 bne  0x00000000 , 0x00004984 
- 00019115  0x000046d6 fetch  0x00000001 , 0x00000c75 
- 00019116  0x000046d7 bne  0x00000000 , 0x00004984 
- 00019117  0x000046d8 fetch  0x00000001 , 0x00000c71 
- 00019118  0x000046d9 bne  0x00000000 , 0x00004984 
- 00019119  0x000046da fetch  0x00000001 , 0x00000c70 
- 00019120  0x000046db and_into  0x00000080 , 0x0000003f 
- 00019121  0x000046dc bne  0x00000000 , 0x00004984 
- 00019122  0x000046dd fetch  0x00000001 , 0x00000c70 
- 00019123  0x000046de bne  0x00000000 , 0x00004aba 
- 00019124  0x000046e0 jam  0x00000002 , 0x00000c6b 
- 00019125  0x000046e2 fetch  0x00000001 , 0x00000c70 
- 00019126  0x000046e3 hstore  0x00000001 , 0x00008a04 
- 00019127  0x000046e4 call  0x00004988 
- 00019128  0x000046e5 jam  0x00000001 , 0x00000d48 
- 00019129  0x000046e6 rtn 
- 00019130  0x000046e8 jam  0x00000003 , 0x00000c6b 
- 00019131  0x000046e9 branch  0x00004ab5 
- 00019132  0x000046ed fetch  0x00000001 , 0x00000c6b 
- 00019133  0x000046ee beq  0x00000002 , 0x00004984 
- 00019134  0x000046ef fetch  0x00000001 , 0x00000c6e 
- 00019135  0x000046f0 bne  0x00000000 , 0x00004984 
- 00019136  0x000046f1 fetch  0x00000001 , 0x00000c72 
- 00019137  0x000046f2 bne  0x00000000 , 0x00004984 
- 00019138  0x000046f3 fetch  0x00000001 , 0x00000c73 
- 00019139  0x000046f4 bne  0x00000000 , 0x00004984 
- 00019140  0x000046f5 fetch  0x00000001 , 0x00000c74 
- 00019141  0x000046f6 bne  0x00000000 , 0x00004984 
- 00019142  0x000046f7 fetch  0x00000001 , 0x00000c75 
- 00019143  0x000046f8 bne  0x00000000 , 0x00004984 
- 00019144  0x000046f9 fetch  0x00000001 , 0x00000c71 
- 00019145  0x000046fa bne  0x00000000 , 0x00004984 
- 00019146  0x000046fb fetch  0x00000001 , 0x00000c70 
- 00019147  0x000046fc sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00019148  0x000046fd nbranch  0x00004984 , 0x00000002 
- 00019149  0x000046fe fetch  0x00000001 , 0x00000c6b 
- 00019150  0x000046ff beq  0x00000003 , 0x00004ad1 
- 00019151  0x00004700 beq  0x00000004 , 0x00004ad1 
- 00019152  0x00004701 branch  0x00004984 
- 00019153  0x00004705 fetch  0x00000001 , 0x00000c70 
- 00019154  0x00004706 beq  0x00000000 , 0x00004ad5 
- 00019155  0x00004707 jam  0x00000004 , 0x00000c6b 
- 00019156  0x00004708 branch  0x00004988 
- 00019157  0x0000470a jam  0x00000003 , 0x00000c6b 
- 00019158  0x0000470b branch  0x00004988 
- 00019159  0x0000470f fetch  0x00000001 , 0x00000c6b 
- 00019160  0x00004710 bne  0x00000004 , 0x00004984 
- 00019161  0x00004711 fetch  0x00000001 , 0x00000c6e 
- 00019162  0x00004712 bne  0x00000001 , 0x00004984 
- 00019163  0x00004713 fetch  0x00000001 , 0x00000c70 
- 00019164  0x00004714 bne  0x00000000 , 0x00004984 
- 00019165  0x00004715 fetch  0x00000001 , 0x00000c71 
- 00019166  0x00004716 bne  0x00000000 , 0x00004984 
- 00019167  0x00004717 fetch  0x00000001 , 0x00000c74 
- 00019168  0x00004718 bne  0x00000000 , 0x00004984 
- 00019169  0x00004719 fetch  0x00000001 , 0x00000c75 
- 00019170  0x0000471a bne  0x00000000 , 0x00004984 
- 00019171  0x0000471b fetch  0x00000001 , 0x00000c72 
- 00019172  0x0000471c bne  0x00000000 , 0x00004984 
- 00019173  0x0000471d fetch  0x00000001 , 0x00000c73 
- 00019174  0x0000471e bne  0x00000000 , 0x00004984 
- 00019175  0x0000471f branch  0x00004988 
- 00019176  0x00004723 jam  0x00000001 , 0x00000d4c 
- 00019177  0x00004724 fetch  0x00000001 , 0x00000c71 
- 00019178  0x00004725 store  0x00000001 , 0x00000d4d 
- 00019179  0x00004726 fetch  0x00000001 , 0x00000c72 
- 00019180  0x00004727 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00019181  0x00004728 call  0x00004af5 , 0x00000005 
- 00019182  0x00004729 fetch  0x00000001 , 0x00000d36 
- 00019183  0x0000472a bne  0x00000004 , 0x00004988 
- 00019184  0x0000472b jam  0x00000002 , 0x00000d36 
- 00019185  0x0000472c call  0x00004988 
- 00019186  0x0000472d nop  0x00007530 
- 00019187  0x0000472e nop  0x00007530 
- 00019188  0x0000472f rtn 
- 00019189  0x00004731 jam  0x00000001 , 0x00000d45 
- 00019190  0x00004732 jam  0x00000000 , 0x00000d3a 
- 00019191  0x00004733 jam  0x00000004 , 0x00000d36 
- 00019192  0x00004734 rtn 
- 00019193  0x00004738 jam  0x00000001 , 0x00000d50 
- 00019194  0x00004739 call  0x00004b03 
- 00019195  0x0000473a fetch  0x00000002 , 0x00000c70 
- 00019196  0x0000473b store  0x00000002 , 0x00000d4e 
- 00019197  0x0000473c fetch  0x00000001 , 0x00000c74 
- 00019198  0x0000473d iforce  0x00000039 
- 00019199  0x0000473e arg  0x00000c76 , 0x00000006 
- 00019200  0x0000473f arg  0x00000cb6 , 0x00000005 
- 00019201  0x00004740 call  0x00007f01 
- 00019202  0x00004741 branch  0x00004988 
- 00019203  0x00004744 fetch  0x00000002 , 0x00000c70 
- 00019204  0x00004745 arg  0x00000200 , 0x00000002 
- 00019205  0x00004746 isub  0x00000002 , 0x0000003e 
- 00019206  0x00004747 nrtn  0x00000005 
- 00019207  0x00004748 fetch  0x00000002 , 0x00000c72 
- 00019208  0x00004749 arg  0x00000000 , 0x00000002 
- 00019209  0x0000474a isub  0x00000002 , 0x0000003e 
- 00019210  0x0000474b nrtn  0x00000005 
- 00019211  0x0000474c fetch  0x00000002 , 0x00000c74 
- 00019212  0x0000474d arg  0x00000001 , 0x00000002 
- 00019213  0x0000474e isub  0x00000002 , 0x0000003e 
- 00019214  0x0000474f nrtn  0x00000005 
- 00019215  0x00004750 jam  0x00000001 , 0x00000d43 
- 00019216  0x00004751 rtn 
- 00019217  0x00004755 fetch  0x00000001 , 0x00000c74 
- 00019218  0x00004756 bne  0x00000000 , 0x00004984 
- 00019219  0x00004757 fetch  0x00000001 , 0x00000c70 
- 00019220  0x00004758 beq  0x00000000 , 0x00004b17 
- 00019221  0x00004759 beq  0x00000001 , 0x00004b1a 
- 00019222  0x0000475a branch  0x00004984 
- 00019223  0x0000475c jam  0x00000000 , 0x00000d4a 
- 00019224  0x0000475d jam  0x00000001 , 0x00000d49 
- 00019225  0x0000475e branch  0x00004988 
- 00019226  0x00004760 jam  0x00000001 , 0x00000d44 
- 00019227  0x00004761 jam  0x00000001 , 0x00000d4a 
- 00019228  0x00004762 jam  0x00000000 , 0x00000d49 
- 00019229  0x00004763 branch  0x00004988 
- 00019230  0x00004767 ifetch  0x00000001 , 0x00000011 
- 00019231  0x00004768 iforce  0x00000012 
- 00019232  0x00004769 increase  0x00000001 , 0x00000011 
- 00019233  0x0000476c bpatch  0x000000fa , 0x0000401f 
- 00019234  0x0000476d bmark0  0x00000023 , 0x00004b2c 
- 00019235  0x0000476e add  0x00000012 , 0x00000001 , 0x0000003f 
- 00019236  0x0000476f lshift  0x0000003f , 0x0000003f 
- 00019237  0x00004770 hstore  0x00000001 , 0x00008a18 
- 00019238  0x00004771 jam  0x00000003 , 0x00008a18 
- 00019239  0x00004772 fetch  0x00000001 , 0x00000c74 
- 00019240  0x00004773 increase  0xfffffffe , 0x0000003f 
- 00019241  0x00004774 rshift  0x0000003f , 0x0000003f 
- 00019242  0x00004775 store  0x00000001 , 0x00000c74 
- 00019243  0x00004776 beq  0x00000000 , 0x00004b35 
- 00019244  0x00004778 fetch  0x00000002 , 0x00000c74 
- 00019245  0x00004779 isub  0x00000012 , 0x0000003e 
- 00019246  0x0000477a branch  0x00004b30 , 0x00000002 
- 00019247  0x0000477b copy  0x0000003f , 0x00000012 
- 00019248  0x0000477d deposit  0x00000011 
- 00019249  0x0000477e store  0x00000002 , 0x00000b65 
- 00019250  0x0000477f deposit  0x00000012 
- 00019251  0x00004780 store  0x00000001 , 0x00000b67 
- 00019252  0x00004781 branch  0x00004b37 
- 00019253  0x00004784 arg  0x00000000 , 0x00000007 
- 00019254  0x00004785 branch  0x00004b57 
- 00019255  0x00004789 bpatch  0x000000fb , 0x0000401f 
- 00019256  0x0000478a fetch  0x00000001 , 0x00000b67 
- 00019257  0x0000478b rtn  0x00000034 
- 00019258  0x0000478c copy  0x0000003f , 0x00000039 
- 00019259  0x0000478d sub  0x0000003f , 0x00000040 , 0x0000003e 
- 00019260  0x0000478e branch  0x00004b3e , 0x00000002 
- 00019261  0x0000478f arg  0x00000040 , 0x00000039 
- 00019262  0x00004791 fetch  0x00000001 , 0x00000b67 
- 00019263  0x00004792 isub  0x00000039 , 0x0000003f 
- 00019264  0x00004793 store  0x00000001 , 0x00000b67 
- 00019265  0x00004794 fetch  0x00000002 , 0x00000b65 
- 00019266  0x00004795 copy  0x0000003f , 0x00000006 
- 00019267  0x00004797 ifetch  0x00000001 , 0x00000006 
- 00019268  0x00004798 hstore  0x00000001 , 0x00008a18 
- 00019269  0x00004799 bmark0  0x00000023 , 0x00004b47 
- 00019270  0x0000479a jam  0x00000000 , 0x00008a18 
- 00019271  0x0000479c loop  0x00004b43 
- 00019272  0x0000479d copy  0x00000006 , 0x0000003f 
- 00019273  0x0000479e store  0x00000002 , 0x00000b65 
- 00019274  0x0000479f arg  0x00000000 , 0x00000007 
- 00019275  0x000047a0 call  0x00004b57 
- 00019276  0x000047a1 fetch  0x00000001 , 0x00000b67 
- 00019277  0x000047a2 nrtn  0x00000034 
- 00019278  0x000047a3 fetch  0x00000001 , 0x00000d36 
- 00019279  0x000047a4 rtnne  0x00000001 
- 00019280  0x000047a5 jam  0x00000002 , 0x00000d36 
- 00019281  0x000047a6 rtn 
- 00019282  0x000047aa arg  0x00008a19 , 0x00000011 
- 00019283  0x000047ab arg  0x00000001 , 0x00000007 
- 00019284  0x000047ad ifetch  0x00000001 , 0x00000006 
- 00019285  0x000047ae istore  0x00000001 , 0x00000011 
- 00019286  0x000047af loop  0x00004b54 
- 00019287  0x000047b1 setarg  0x00000000 
- 00019288  0x000047b2 qset1  0x0000003f 
- 00019289  0x000047b3 hstore  0x00000001 , 0x00008a10 
- 00019290  0x000047b4 fetcht  0x00000001 , 0x00000d37 
- 00019291  0x000047b5 ior  0x00000002 , 0x0000003f 
- 00019292  0x000047b6 store  0x00000001 , 0x00000d37 
- 00019293  0x000047b7 rtn 
- 00019294  0x000047ba arg  0x00000002 , 0x00000007 
- 00019295  0x000047bb arg  0x00008a1a , 0x00000011 
- 00019296  0x000047bc branch  0x00004b54 
- 00019297  0x000047bf bpatch  0x000000fc , 0x0000401f 
- 00019298  0x000047c0 fetch  0x00000001 , 0x00000d38 
- 00019299  0x000047c1 rtn  0x00000034 
- 00019300  0x000047c2 fetch  0x00000001 , 0x00000d37 
- 00019301  0x000047c3 nbranch  0x00004bac , 0x00000034 
- 00019302  0x000047c4 fetch  0x00000001 , 0x00000d45 
- 00019303  0x000047c5 branch  0x00004b86 , 0x00000034 
- 00019304  0x000047c6 fetch  0x00000001 , 0x00000d36 
- 00019305  0x000047c7 beq  0x00000003 , 0x00004bbf 
- 00019306  0x000047c8 bne  0x00000002 , 0x00004b86 
- 00019307  0x000047c9 fetch  0x00000001 , 0x00000d3a 
- 00019308  0x000047ca nbranch  0x00004b86 , 0x00000034 
- 00019309  0x000047cb call  0x00004b6f 
- 00019310  0x000047cc branch  0x00004b7a 
- 00019311  0x000047cf fetch  0x00000001 , 0x00000d38 
- 00019312  0x000047d0 rtnbit0  0x00000001 
- 00019313  0x000047d1 fetch  0x00000001 , 0x00000d37 
- 00019314  0x000047d2 rtnbit1  0x00000001 
- 00019315  0x000047d3 fetch  0x00000001 , 0x00000d38 
- 00019316  0x000047d4 set0  0x00000001 , 0x0000003f 
- 00019317  0x000047d5 store  0x00000001 , 0x00000d38 
- 00019318  0x000047d6 fetch  0x00000001 , 0x00000d51 
- 00019319  0x000047d7 rtn  0x00000034 
- 00019320  0x000047d8 beq  0x00000010 , 0x00004ba8 
- 00019321  0x000047d9 branch  0x00002a8c 
- 00019322  0x000047dc fetch  0x00000001 , 0x00000d38 
- 00019323  0x000047dd rtnbit0  0x00000002 
- 00019324  0x000047de fetch  0x00000001 , 0x00000d37 
- 00019325  0x000047df rtnbit1  0x00000002 
- 00019326  0x000047e0 fetch  0x00000001 , 0x00000d38 
- 00019327  0x000047e1 set0  0x00000002 , 0x0000003f 
- 00019328  0x000047e2 store  0x00000001 , 0x00000d38 
- 00019329  0x000047e3 fetch  0x00000001 , 0x00000d52 
- 00019330  0x000047e4 rtn  0x00000034 
- 00019331  0x000047e5 beq  0x00000020 , 0x00004b89 
- 00019332  0x000047e6 beq  0x00000021 , 0x00004ba4 
- 00019333  0x000047e7 branch  0x00002a8c 
- 00019334  0x000047eb arg  0x00000d54 , 0x00000005 
- 00019335  0x000047ec arg  0x00000006 , 0x00000039 
- 00019336  0x000047ed branch  0x00007ec6 
- 00019337  0x000047f0 fetch  0x00000001 , 0x00000d4c 
- 00019338  0x000047f1 fetcht  0x00000001 , 0x00000d4b 
- 00019339  0x000047f2 iand  0x00000002 , 0x0000003f 
- 00019340  0x000047f3 branch  0x00004ba0 , 0x00000034 
- 00019341  0x000047f4 fetcht  0x00000001 , 0x00000d4a 
- 00019342  0x000047f5 iadd  0x00000002 , 0x0000003f 
- 00019343  0x000047f6 beq  0x00000001 , 0x00004b91 
- 00019344  0x000047f7 branch  0x00004ba0 
- 00019345  0x000047fa jam  0x00000000 , 0x00000d52 
- 00019346  0x000047fc fetch  0x00000001 , 0x00000d55 
- 00019347  0x000047fd beq  0x00000002 , 0x00004ba1 
- 00019348  0x000047fe beq  0x00000003 , 0x00004ba1 
- 00019349  0x000047ff fetch  0x00000001 , 0x00000d55 
- 00019350  0x00004800 store  0x00000001 , 0x00000d54 
- 00019351  0x00004801 fetch  0x00000001 , 0x00000d56 
- 00019352  0x00004802 istore  0x00000001 , 0x00000005 
- 00019353  0x00004803 fetch  0x00000001 , 0x00000d58 
- 00019354  0x00004804 istore  0x00000001 , 0x00000005 
- 00019355  0x00004805 fetch  0x00000001 , 0x00000d5a 
- 00019356  0x00004806 istore  0x00000001 , 0x00000005 
- 00019357  0x00004807 arg  0x00000004 , 0x00000039 
- 00019358  0x00004808 arg  0x00000d54 , 0x00000006 
- 00019359  0x00004809 branch  0x00004b5e 
- 00019360  0x0000480c jam  0x00000000 , 0x00000d52 
- 00019361  0x0000480e arg  0x00000008 , 0x00000039 
- 00019362  0x0000480f arg  0x00000d54 , 0x00000006 
- 00019363  0x00004810 branch  0x00004b5e 
- 00019364  0x00004813 jam  0x00000000 , 0x00000d52 
- 00019365  0x00004814 arg  0x00000003 , 0x00000039 
- 00019366  0x00004815 arg  0x00000d74 , 0x00000006 
- 00019367  0x00004816 branch  0x00004b5e 
- 00019368  0x00004819 jam  0x00000000 , 0x00000d51 
- 00019369  0x0000481a arg  0x00000008 , 0x00000039 
- 00019370  0x0000481b arg  0x00000d64 , 0x00000006 
- 00019371  0x0000481c branch  0x00004b52 
- 00019372  0x0000481f fetch  0x00000001 , 0x00000d36 
- 00019373  0x00004820 beq  0x00000003 , 0x00004bb0 
- 00019374  0x00004821 beq  0x00000002 , 0x00004bb2 
- 00019375  0x00004822 rtn 
- 00019376  0x00004824 jam  0x00000000 , 0x00000d37 
- 00019377  0x00004825 rtn 
- 00019378  0x00004827 hfetch  0x00000001 , 0x00008a00 
- 00019379  0x00004828 set1  0x00000007 , 0x0000003f 
- 00019380  0x00004829 hstore  0x00000001 , 0x00008a00 
- 00019381  0x0000482a jam  0x00000001 , 0x00000d47 
- 00019382  0x0000482b rtn 
- 00019383  0x0000482e fetch  0x00000001 , 0x00000d36 
- 00019384  0x0000482f rtneq  0x00000003 
- 00019385  0x00004830 beq  0x00000002 , 0x00004bbb 
- 00019386  0x00004831 rtn 
- 00019387  0x00004833 fetch  0x00000001 , 0x00000d47 
- 00019388  0x00004834 rtn  0x00000034 
- 00019389  0x00004835 jam  0x00000001 , 0x00000d46 
- 00019390  0x00004836 branch  0x00004bc2 
- 00019391  0x00004839 arg  0x0000000f , 0x00000007 
- 00019392  0x0000483a call  0x00007f16 
- 00019393  0x0000483b nrtn  0x00000034 
- 00019394  0x0000483d hfetch  0x00000001 , 0x00008a00 
- 00019395  0x0000483e rtnbit0  0x00000007 
- 00019396  0x0000483f jam  0x000000fc , 0x00008a00 
- 00019397  0x00004840 nop  0x00007530 
- 00019398  0x00004841 jam  0x0000003c , 0x00008a00 
- 00019399  0x00004842 rtn 
- 00019400  0x0000484a bpatch  0x000000fd , 0x0000401f 
- 00019401  0x0000484b fetch  0x00000001 , 0x000041ce 
- 00019402  0x0000484c nrtn  0x00000034 
- 00019403  0x0000484e call  0x00004bce 
- 00019404  0x0000484f ncall  0x00004be6 , 0x00000028 
- 00019405  0x00004850 rtn 
- 00019406  0x00004853 bpatch  0x000000fe , 0x0000401f 
- 00019407  0x00004854 copy  0x00000003 , 0x00000011 
- 00019408  0x00004855 arg  0x00000004 , 0x00000002 
- 00019409  0x00004856 ifetch  0x00000001 , 0x00000003 
- 00019410  0x00004857 beq  0x00000001 , 0x00004bd8 
- 00019411  0x00004858 increase  0x00000001 , 0x00000002 
- 00019412  0x00004859 beq  0x00000002 , 0x00004bd8 
- 00019413  0x0000485a copy  0x00000003 , 0x0000003f 
- 00019414  0x0000485b hstore  0x00000002 , 0x00008058 
- 00019415  0x0000485c rtn 
- 00019416  0x0000485e hfetch  0x00000002 , 0x00008112 
- 00019417  0x0000485f isub  0x00000002 , 0x0000003e 
- 00019418  0x00004860 nbranch  0x00004bd8 , 0x00000002 
- 00019419  0x00004862 disable  0x00000028 
- 00019420  0x00004863 copy  0x00000011 , 0x00000003 
- 00019421  0x00004864 call  0x00004bee 
- 00019422  0x00004865 iadd  0x00000002 , 0x00000002 
- 00019423  0x00004867 hfetch  0x00000002 , 0x00008112 
- 00019424  0x00004868 isub  0x00000002 , 0x0000003e 
- 00019425  0x00004869 nbranch  0x00004bdf , 0x00000002 
- 00019426  0x0000486a copy  0x00000011 , 0x00000003 
- 00019427  0x0000486b ifetch  0x00000001 , 0x00000003 
- 00019428  0x0000486c beq  0x00000001 , 0x00004c3f 
- 00019429  0x0000486d branch  0x00002a8c 
- 00019430  0x00004870 bpatch  0x000000ff , 0x0000401f 
- 00019431  0x00004871 hfetch  0x00000002 , 0x00008058 
- 00019432  0x00004872 iforce  0x00000003 
- 00019433  0x00004873 call  0x00004bee 
- 00019434  0x00004874 iadd  0x00000003 , 0x00000003 
- 00019435  0x00004875 deposit  0x00000003 
- 00019436  0x00004876 hstore  0x00000002 , 0x00008058 
- 00019437  0x00004877 rtn 
- 00019438  0x0000487d ifetch  0x00000001 , 0x00000003 
- 00019439  0x0000487e increase  0x00000002 , 0x00000003 
- 00019440  0x0000487f beq  0x00000002 , 0x00004bf3 
- 00019441  0x00004880 ifetch  0x00000001 , 0x00000003 
- 00019442  0x00004881 rtn 
- 00019443  0x00004883 ifetch  0x00000002 , 0x00000003 
- 00019444  0x00004884 rtn 
- 00019445  0x00004887 hfetch  0x00000002 , 0x0000805e 
- 00019446  0x00004888 increase  0xfffffffb , 0x0000000a 
- 00019447  0x00004889 iadd  0x0000000a , 0x0000000a 
- 00019448  0x0000488a rtn 
- 00019449  0x0000488d arg  0x00000004 , 0x00000002 
- 00019450  0x0000488e branch  0x00004bfc 
- 00019451  0x00004890 arg  0x00000002 , 0x00000002 
- 00019452  0x00004892 bpatchx  0x00000000 , 0x00004020 
- 00019453  0x00004893 increase  0x00000001 , 0x00000039 
- 00019454  0x00004894 hfetch  0x00000002 , 0x0000805e 
- 00019455  0x00004895 copy  0x0000003f , 0x0000000a 
- 00019456  0x00004896 copy  0x00000039 , 0x0000003f 
- 00019457  0x00004897 istoret  0x00000001 , 0x0000000a 
- 00019458  0x00004898 increase  0xffffffff , 0x0000003f 
- 00019459  0x00004899 iadd  0x0000000a , 0x0000000a 
- 00019460  0x0000489a copy  0x0000000a , 0x0000003f 
- 00019461  0x0000489b store  0x00000002 , 0x00000258 
- 00019462  0x0000489c copy  0x00000002 , 0x0000003f 
- 00019463  0x0000489d rtneq  0x00000002 
- 00019464  0x0000489e fetch  0x00000002 , 0x00000258 
- 00019465  0x0000489f hstore  0x00000002 , 0x0000805e 
- 00019466  0x000048a0 branch  0x00004c0b 
- 00019467  0x000048a4 setarg  0x00000000 
- 00019468  0x000048a5 store  0x00000002 , 0x00000258 
- 00019469  0x000048a6 rtn 
- 00019470  0x000048ae rtn  0x0000002b 
- 00019471  0x000048af setarg  0x00004d28 
- 00019472  0x000048b0 store  0x00000002 , 0x000041f3 
- 00019473  0x000048b2 setarg  0x000001a0 
- 00019474  0x000048b3 store  0x00000002 , 0x00004243 
- 00019475  0x000048b5 setarg  0x00001800 
- 00019476  0x000048b6 hstore  0x00000002 , 0x00008054 
- 00019477  0x000048b7 setarg  0x00001bff 
- 00019478  0x000048b8 hstore  0x00000002 , 0x00008056 
- 00019479  0x000048b9 setarg  0x00001c00 
- 00019480  0x000048ba hstore  0x00000002 , 0x0000805a 
- 00019481  0x000048bb call  0x00004c28 
- 00019482  0x000048bd jam  0x00000000 , 0x00008062 
- 00019483  0x000048be setarg  0x00001c00 
- 00019484  0x000048bf hstore  0x00000002 , 0x0000805e 
- 00019485  0x000048c0 hstore  0x00000002 , 0x00008060 
- 00019486  0x000048c1 setarg  0x00001800 
- 00019487  0x000048c2 hstore  0x00000002 , 0x00008058 
- 00019488  0x000048c3 store  0x00000002 , 0x00000244 
- 00019489  0x000048c5 hfetch  0x00000002 , 0x00008050 
- 00019490  0x000048c6 set0  0x0000000f , 0x0000003f 
- 00019491  0x000048c7 hstore  0x00000002 , 0x00008050 
- 00019492  0x000048c8 call  0x000066ce 
- 00019493  0x000048c9 jam  0x00000001 , 0x00008043 
- 00019494  0x000048ca jam  0x00000081 , 0x00008062 
- 00019495  0x000048cb rtn 
- 00019496  0x000048ce setarg  0x00001fff 
- 00019497  0x000048cf hstore  0x00000002 , 0x0000805c 
- 00019498  0x000048d0 hfetch  0x00000001 , 0x00008081 
- 00019499  0x000048d1 or_into  0x00000007 , 0x0000003f 
- 00019500  0x000048d2 hstore  0x00000001 , 0x00008081 
- 00019501  0x000048d3 rtn 
- 00019502  0x000048d7 bpatchx  0x00000001 , 0x00004020 
- 00019503  0x000048d8 hfetch  0x00000001 , 0x0000810c 
- 00019504  0x000048d9 iforce  0x00000012 
- 00019505  0x000048da bbit0  0x00000003 , 0x00004c37 
- 00019506  0x000048db hfetch  0x00000002 , 0x00008112 
- 00019507  0x000048dc iforce  0x00000013 
- 00019508  0x000048dd arg  0x0000044f , 0x00000002 
- 00019509  0x000048de isub  0x00000002 , 0x0000003e 
- 00019510  0x000048df nrtn  0x00000005 
- 00019511  0x000048e1 hfetch  0x00000002 , 0x00008058 
- 00019512  0x000048e2 iforce  0x00000003 
- 00019513  0x000048e3 branch  0x00004bc8 
- 00019514  0x000048e6 hfetcht  0x00000001 , 0x0000810c 
- 00019515  0x000048e7 isolate1  0x00000006 , 0x00000002 
- 00019516  0x000048e8 branch  0x00004c3a , 0x00000001 
- 00019517  0x000048e9 hstore  0x00000001 , 0x00008015 
- 00019518  0x000048ea rtn 
- 00019519  0x000048ed bpatchx  0x00000002 , 0x00004020 
- 00019520  0x000048ee fetch  0x00000001 , 0x000041ce 
- 00019521  0x000048ef branch  0x00004c44 , 0x00000034 
- 00019522  0x000048f0 enable  0x00000028 
- 00019523  0x000048f1 rtn 
- 00019524  0x000048f3 ifetch  0x00000002 , 0x00000003 
- 00019525  0x000048f4 iforce  0x00000030 
- 00019526  0x000048f5 iforce  0x00000007 
- 00019527  0x000048f6 ifetch  0x00000001 , 0x00000003 
- 00019528  0x000048f7 iforce  0x00000002 
- 00019529  0x000048f8 rshift2  0x00000030 , 0x0000003f 
- 00019530  0x000048f9 rshift8  0x0000003f , 0x0000003f 
- 00019531  0x000048fa beq  0x0000003f , 0x00004c4d 
- 00019532  0x000048fb rtn 
- 00019533  0x000048ff bpatchx  0x00000003 , 0x00004020 
- 00019534  0x00004900 deposit  0x00000007 
- 00019535  0x00004901 beq  0x00000000 , 0x00004cdc 
- 00019536  0x00004902 beq  0x00000001 , 0x00004c66 
- 00019537  0x00004903 beq  0x00000002 , 0x00004c6b 
- 00019538  0x00004904 beq  0x00000003 , 0x00004c7a 
- 00019539  0x00004905 beq  0x00000004 , 0x00004cb3 
- 00019540  0x00004906 beq  0x00000005 , 0x00004cdc 
- 00019541  0x00004907 beq  0x00000006 , 0x00004cc6 
- 00019542  0x00004908 beq  0x00000007 , 0x00004c5c 
- 00019543  0x0000490a beq  0x00000010 , 0x00004cc9 
- 00019544  0x0000490b beq  0x00000011 , 0x00004cd1 
- 00019545  0x0000490c beq  0x00000012 , 0x00004ca5 
- 00019546  0x0000490d beq  0x00000013 , 0x00004c85 
- 00019547  0x0000490e branch  0x00004cdc 
- 00019548  0x00004911 call  0x00004cdc 
- 00019549  0x00004912 call  0x00007f9e 
- 00019550  0x00004913 call  0x0000688c 
- 00019551  0x00004915 call  0x000033d2 
- 00019552  0x00004916 call  0x000033d9 
- 00019553  0x00004917 branch  0x0000688f 
- 00019554  0x0000491a jam  0x00000000 , 0x00004245 
- 00019555  0x0000491b call  0x000033d0 
- 00019556  0x0000491c call  0x00004c13 
- 00019557  0x0000491d branch  0x000033db 
- 00019558  0x00004920 call  0x00004cf2 
- 00019559  0x00004921 hfetch  0x00000002 , 0x00008000 
- 00019560  0x00004922 istore  0x00000002 , 0x0000000a 
- 00019561  0x00004923 force  0x00000006 , 0x00000039 
- 00019562  0x00004924 branch  0x00004cdd 
- 00019563  0x00004927 ifetch  0x00000002 , 0x00000003 
- 00019564  0x00004928 store  0x00000002 , 0x00004243 
- 00019565  0x00004929 hstore  0x00000002 , 0x00008052 
- 00019566  0x0000492a rtn 
- 00019567  0x0000492f ifetch  0x00000001 , 0x00000003 
- 00019568  0x00004930 copy  0x0000003f , 0x00000002 
- 00019569  0x00004931 hstore  0x00000001 , 0x00008024 
- 00019570  0x00004932 ifetch  0x00000001 , 0x00000003 
- 00019571  0x00004933 iadd  0x00000002 , 0x00000002 
- 00019572  0x00004934 set1  0x00000007 , 0x0000003f 
- 00019573  0x00004935 hstore  0x00000001 , 0x00008023 
- 00019574  0x00004936 ifetch  0x00000001 , 0x00000003 
- 00019575  0x00004937 iadd  0x00000002 , 0x00000002 
- 00019576  0x00004938 copy  0x0000003f , 0x00000039 
- 00019577  0x00004939 rtn 
- 00019578  0x0000493c bmark1  0x0000002b , 0x00004cc4 
- 00019579  0x0000493d call  0x00004c6f 
- 00019580  0x0000493f ifetch  0x00000001 , 0x00000003 
- 00019581  0x00004940 hstore  0x00000001 , 0x00008025 
- 00019582  0x00004941 iadd  0x00000002 , 0x00000002 
- 00019583  0x00004942 loop  0x00004c7c 
- 00019584  0x00004944 and  0x00000002 , 0x000000ff , 0x00000002 
- 00019585  0x00004945 ifetch  0x00000001 , 0x00000003 
- 00019586  0x00004946 isub  0x00000002 , 0x0000003e 
- 00019587  0x00004947 nbranch  0x00004cc4 , 0x00000005 
- 00019588  0x00004948 branch  0x00004cdc 
- 00019589  0x0000494c bmark0  0x0000002b , 0x00004cc4 
- 00019590  0x0000494d call  0x00004c6f 
- 00019591  0x0000494e store  0x00000008 , 0x00000a9a 
- 00019592  0x00004950 call  0x00007422 
- 00019593  0x00004951 arg  0x00000010 , 0x00000039 
- 00019594  0x00004952 arg  0x00000ac2 , 0x00000005 
- 00019595  0x00004953 call  0x00004ca0 
- 00019596  0x00004954 storet  0x00000008 , 0x00000aa2 
- 00019597  0x00004955 arg  0x00000ad2 , 0x00000005 
- 00019598  0x00004956 call  0x00007497 
- 00019599  0x00004957 arg  0x00000ad2 , 0x00000011 
- 00019600  0x00004958 arg  0x00000ac2 , 0x00000012 
- 00019601  0x00004959 arg  0x00000ae2 , 0x00000005 
- 00019602  0x0000495a call  0x00007352 
- 00019603  0x0000495b arg  0x00000010 , 0x00000039 
- 00019604  0x0000495c arg  0x00000ae2 , 0x00000006 
- 00019605  0x0000495d call  0x00004c9c 
- 00019606  0x0000495e fetcht  0x00000008 , 0x00000aa2 
- 00019607  0x0000495f fetch  0x00000008 , 0x00000a9a 
- 00019608  0x00004960 increase  0xfffffff0 , 0x0000003f 
- 00019609  0x00004961 store  0x00000008 , 0x00000a9a 
- 00019610  0x00004962 nbranch  0x00004c88 , 0x00000034 
- 00019611  0x00004963 branch  0x00004c80 
- 00019612  0x00004966 ifetch  0x00000001 , 0x00000006 
- 00019613  0x00004967 hstore  0x00000001 , 0x00008025 
- 00019614  0x00004968 loop  0x00004c9c 
- 00019615  0x00004969 rtn 
- 00019616  0x0000496c ifetch  0x00000001 , 0x00000003 
- 00019617  0x0000496d istore  0x00000001 , 0x00000005 
- 00019618  0x0000496e iadd  0x00000002 , 0x00000002 
- 00019619  0x0000496f loop  0x00004ca0 
- 00019620  0x00004970 rtn 
- 00019621  0x00004973 bmark0  0x0000002b , 0x00004cc4 
- 00019622  0x00004974 arg  0x00000000 , 0x00000002 
- 00019623  0x00004975 arg  0x00000010 , 0x00000039 
- 00019624  0x00004976 arg  0x00000ac2 , 0x00000005 
- 00019625  0x00004977 call  0x00004ca0 
- 00019626  0x00004978 hfetch  0x00000001 , 0x00008085 
- 00019627  0x00004979 and_into  0x000000fd , 0x0000003f 
- 00019628  0x0000497a hstore  0x00000001 , 0x00008085 
- 00019629  0x0000497b arg  0x00000ac2 , 0x00000006 
- 00019630  0x0000497c arg  0x00000010 , 0x00000039 
- 00019631  0x0000497d call  0x00007478 
- 00019632  0x0000497e call  0x00007428 
- 00019633  0x0000497f call  0x00007491 
- 00019634  0x00004980 branch  0x00004c80 
- 00019635  0x00004984 arg  0x00000020 , 0x00000039 
- 00019636  0x00004985 arg  0x00004000 , 0x00000005 
- 00019637  0x00004986 arg  0x00000000 , 0x00000002 
- 00019638  0x00004988 ifetch  0x00000001 , 0x00000003 
- 00019639  0x00004989 istore  0x00000001 , 0x00000005 
- 00019640  0x0000498a iadd  0x00000002 , 0x00000002 
- 00019641  0x0000498b loop  0x00004cb6 
- 00019642  0x0000498c and  0x00000002 , 0x000000ff , 0x00000002 
- 00019643  0x0000498d ifetch  0x00000001 , 0x00000003 
- 00019644  0x0000498e isub  0x00000002 , 0x0000003e 
- 00019645  0x0000498f nbranch  0x00004cc4 , 0x00000005 
- 00019646  0x00004990 jam  0x00000000 , 0x00008023 
- 00019647  0x00004991 call  0x00004cdc 
- 00019648  0x00004992 call  0x00004be6 
- 00019649  0x00004993 call  0x000064a3 
- 00019650  0x00004994 call  0x00007f9e 
- 00019651  0x00004995 branch  0x00002001 
- 00019652  0x00004998 jam  0x00000000 , 0x00008023 
- 00019653  0x00004999 branch  0x00002000 
- 00019654  0x0000499c ifetch  0x00000006 , 0x00000003 
- 00019655  0x0000499d store  0x00000006 , 0x000040a0 
- 00019656  0x0000499e branch  0x00004cdc 
- 00019657  0x000049a2 ifetch  0x00000001 , 0x00000003 
- 00019658  0x000049a3 store  0x00000001 , 0x0000025a 
- 00019659  0x000049a4 copy  0x0000003f , 0x00000039 
- 00019660  0x000049a5 ifetch  0x00000002 , 0x00000003 
- 00019661  0x000049a6 store  0x00000002 , 0x0000025b 
- 00019662  0x000049a7 copy  0x0000003f , 0x00000005 
- 00019663  0x000049a8 call  0x000066fd 
- 00019664  0x000049a9 branch  0x00004cdc 
- 00019665  0x000049ad ifetch  0x00000001 , 0x00000003 
- 00019666  0x000049ae store  0x00000001 , 0x0000025a 
- 00019667  0x000049af copy  0x0000003f , 0x00000039 
- 00019668  0x000049b0 ifetch  0x00000002 , 0x00000003 
- 00019669  0x000049b1 store  0x00000002 , 0x0000025b 
- 00019670  0x000049b2 arg  0x00001000 , 0x00000005 
- 00019671  0x000049b3 call  0x000066fd 
- 00019672  0x000049b4 fetcht  0x00000001 , 0x0000025a 
- 00019673  0x000049b5 arg  0x00001000 , 0x00000011 
- 00019674  0x000049b6 fetch  0x00000002 , 0x0000025b 
- 00019675  0x000049b7 branch  0x00006608 
- 00019676  0x000049bd force  0x00000004 , 0x00000039 
- 00019677  0x000049bf call  0x00004cf4 
- 00019678  0x000049c0 force  0x00000001 , 0x0000003f 
- 00019679  0x000049c1 istore  0x00000001 , 0x0000000a 
- 00019680  0x000049c2 deposit  0x00000030 
- 00019681  0x000049c3 istore  0x00000003 , 0x0000000a 
- 00019682  0x000049c4 force  0x0000000e , 0x00000007 
- 00019683  0x000049c6 bpatchx  0x00000004 , 0x00004020 
- 00019684  0x000049c7 call  0x00004cf6 
- 00019685  0x000049c8 deposit  0x00000007 
- 00019686  0x000049c9 istore  0x00000001 , 0x0000000a 
- 00019687  0x000049ca deposit  0x00000039 
- 00019688  0x000049cb istore  0x00000001 , 0x0000000a 
- 00019689  0x000049cd force  0x00000005 , 0x00000007 
- 00019690  0x000049ce increase  0x00000002 , 0x00000039 
- 00019691  0x000049d0 branch  0x00004bf9 
- 00019692  0x000049d3 force  0x000000ff , 0x00000007 
- 00019693  0x000049d4 call  0x00004cf4 
- 00019694  0x000049d5 setarg  0x00000001 
- 00019695  0x000049d6 istore  0x00000001 , 0x0000000a 
- 00019696  0x000049d7 force  0x00000001 , 0x00000039 
- 00019697  0x000049d8 branch  0x00004ce3 
- 00019698  0x000049db force  0x0000000c , 0x0000000a 
- 00019699  0x000049dc branch  0x00004cf7 
- 00019700  0x000049df force  0x00000008 , 0x0000000a 
- 00019701  0x000049e0 branch  0x00004cf7 
- 00019702  0x000049e3 force  0x00000006 , 0x0000000a 
- 00019703  0x000049e5 branch  0x00004bf5 
- 00019704  0x000049ea pulse  0x0000000f 
- 00019705  0x000049eb enable  0x00000009 
- 00019706  0x000049ed ifetch  0x00000001 , 0x0000000a 
- 00019707  0x000049ee inject  0x00000000 , 0x00000008 
- 00019708  0x000049ef loop  0x00004cfa 
- 00019709  0x000049f0 enable  0x00000008 
- 00019710  0x000049f1 inject  0x00000000 , 0x00000010 
- 00019711  0x000049f2 disable  0x00000008 
- 00019712  0x000049f3 disable  0x00000009 
- 00019713  0x000049f4 disable  0x0000000f 
- 00019714  0x000049f5 byteswap  0x0000003f , 0x0000003f 
- 00019715  0x000049f6 rtn 
- 00019716  0x000049fb jam  0x00000000 , 0x000041ce 
- 00019717  0x000049fc rtn 
- 00019718  0x000049fe fetch  0x00000006 , 0x000041d0 
- 00019719  0x000049ff fetcht  0x00000006 , 0x00000040 
- 00019720  0x00004a00 isub  0x00000002 , 0x0000003e 
- 00019721  0x00004a01 rtn 
- 00019722  0x00004a07 fetch  0x00000001 , 0x0000004b 
- 00019723  0x00004a08 bbit1  0x00000002 , 0x00004d0f 
- 00019724  0x00004a09 call  0x000062ef 
- 00019725  0x00004a0a jam  0x00000008 , 0x0000007c 
- 00019726  0x00004a0b branch  0x00004d04 
- 00019727  0x00004a0d set0  0x00000002 , 0x0000003f 
- 00019728  0x00004a0e store  0x00000001 , 0x0000004b 
- 00019729  0x00004a0f call  0x00006001 
- 00019730  0x00004a10 setarg  0x00000000 
- 00019731  0x00004a11 setflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00019732  0x00004a12 store  0x00000001 , 0x0000007f 
- 00019733  0x00004a13 branch  0x00004d04 
- 00019734  0x00004a14 rtn 
- 00019735  0x00004a16 jam  0x00000017 , 0x0000007c 
- 00019736  0x00004a17 arg  0x000004d9 , 0x00000005 
- 00019737  0x00004a18 setarg  0x00000000 
- 00019738  0x00004a19 isolate1  0x0000001b , 0x00000028 
- 00019739  0x00004a1a setflag  0x00000001 , 0x00000001 , 0x0000003f 
- 00019740  0x00004a1b istore  0x00000001 , 0x00000005 
- 00019741  0x00004a1c setarg  0x00000000 
- 00019742  0x00004a1d istore  0x00000002 , 0x00000005 
- 00019743  0x00004a1e fetch  0x00000002 , 0x000041e3 
- 00019744  0x00004a1f istore  0x00000002 , 0x00000005 
- 00019745  0x00004a20 fetch  0x00000001 , 0x000041e5 
- 00019746  0x00004a21 istore  0x00000002 , 0x00000005 
- 00019747  0x00004a22 fetch  0x00000001 , 0x000041e7 
- 00019748  0x00004a23 istore  0x00000002 , 0x00000005 
- 00019749  0x00004a24 branch  0x00004d04 
- 00019750  0x00004a27 jam  0x00000018 , 0x0000007c 
- 00019751  0x00004a28 branch  0x00004d04 
- 00019752  0x00004a2b call  0x00006899 
- 00019753  0x00004a2c rtn  0x00000001 
- 00019754  0x00004a2d arg  0x00000007 , 0x00000002 
- 00019755  0x00004a2e call  0x0000681d 
- 00019756  0x00004a2f nbranch  0x00004d2f , 0x00000001 
- 00019757  0x00004a30 jam  0x00000001 , 0x00004245 
- 00019758  0x00004a31 rtn 
- 00019759  0x00004a33 fetch  0x00000001 , 0x00004245 
- 00019760  0x00004a34 rtnne  0x00000001 
- 00019761  0x00004a35 call  0x00004c62 
- 00019762  0x00004a36 branch  0x00004cec 
- 00019763  0x00004a45 bpatchx  0x00000005 , 0x00004020 
- 00019764  0x00004a46 fetch  0x00000002 , 0x00000264 
- 00019765  0x00004a47 copy  0x0000003f , 0x00000006 
- 00019766  0x00004a48 ifetch  0x00000001 , 0x00000006 
- 00019767  0x00004a49 and  0x0000003f , 0x0000000f , 0x00000002 
- 00019768  0x00004a4a rshift4  0x0000003f , 0x0000003f 
- 00019769  0x00004a4b beq  0x00000009 , 0x00004d53 
- 00019770  0x00004a4c beq  0x00000007 , 0x00004d53 
- 00019771  0x00004a4d beq  0x0000000a , 0x00004d5f 
- 00019772  0x00004a4e beq  0x00000005 , 0x00004d4b 
- 00019773  0x00004a4f beq  0x00000001 , 0x00004d3f 
- 00019774  0x00004a50 rtn 
- 00019775  0x00004a53 copy  0x00000002 , 0x0000003f 
- 00019776  0x00004a54 beq  0x00000005 , 0x00004d43 
- 00019777  0x00004a55 beq  0x00000003 , 0x00004d4a 
- 00019778  0x00004a56 rtn 
- 00019779  0x00004a59 jam  0x00000027 , 0x00000a99 
- 00019780  0x00004a5a call  0x00007d86 
- 00019781  0x00004a5b fetch  0x00000001 , 0x00004092 
- 00019782  0x00004a5c rtnbit0  0x00000006 
- 00019783  0x00004a5d copy  0x00000002 , 0x0000003f 
- 00019784  0x00004a5e beq  0x00000005 , 0x0000438e 
- 00019785  0x00004a5f rtn 
- 00019786  0x00004a61 rtn 
- 00019787  0x00004a64 call  0x00004d5f 
- 00019788  0x00004a65 arg  0x00000001 , 0x00000011 
- 00019789  0x00004a66 call  0x00004d63 
- 00019790  0x00004a67 fetch  0x00000002 , 0x0000424c 
- 00019791  0x00004a68 istore  0x00000002 , 0x00000005 
- 00019792  0x00004a69 setarg  0x00000000 
- 00019793  0x00004a6a istore  0x00000001 , 0x00000005 
- 00019794  0x00004a6b rtn 
- 00019795  0x00004a6e arg  0x00000001 , 0x00000011 
- 00019796  0x00004a6f call  0x00004d63 
- 00019797  0x00004a70 fetch  0x00000002 , 0x0000424c 
- 00019798  0x00004a71 istore  0x00000002 , 0x00000005 
- 00019799  0x00004a72 setarg  0x00000000 
- 00019800  0x00004a73 istore  0x00000001 , 0x00000005 
- 00019801  0x00004a74 jam  0x00000001 , 0x00000a8e 
- 00019802  0x00004a75 fetch  0x00000001 , 0x00004252 
- 00019803  0x00004a76 set1  0x00000006 
- 00019804  0x00004a77 store  0x00000001 , 0x00004252 
- 00019805  0x00004a78 jam  0x00000012 , 0x00000a99 
- 00019806  0x00004a79 branch  0x00007d86 
- 00019807  0x00004a7c ifetch  0x00000001 , 0x00000006 
- 00019808  0x00004a7d beq  0x00000001 , 0x00004d62 
- 00019809  0x00004a7e rtn 
- 00019810  0x00004a81 rtn 
- 00019811  0x00004a85 call  0x00005240 
- 00019812  0x00004a86 copy  0x00000011 , 0x00000002 
- 00019813  0x00004a87 storet  0x00000001 , 0x00000a8e 
- 00019814  0x00004a88 copy  0x0000003f , 0x00000005 
- 00019815  0x00004a89 copy  0x00000011 , 0x0000003f 
- 00019816  0x00004a8a istore  0x00000002 , 0x00000005 
- 00019817  0x00004a8b rtn 
- 00019818  0x00004a9d branch  0x00004d6f , 0x0000002b 
- 00019819  0x00004a9f setarg  0x00004365 
- 00019820  0x00004aa0 arg  0x00004246 , 0x00000005 
- 00019821  0x00004aa1 isub  0x00000005 , 0x00000039 
- 00019822  0x00004aa2 call  0x00007ed4 
- 00019823  0x00004aa4 bpatchx  0x00000006 , 0x00004020 
- 00019824  0x00004aa5 setarg  0x00000551 
- 00019825  0x00004aa6 arg  0x00000511 , 0x00000005 
- 00019826  0x00004aa7 isub  0x00000005 , 0x00000039 
- 00019827  0x00004aa8 call  0x00007ed4 
- 00019828  0x00004aa9 setarg  0x000002c9 
- 00019829  0x00004aaa arg  0x0000025d , 0x00000005 
- 00019830  0x00004aab isub  0x00000005 , 0x00000039 
- 00019831  0x00004aac call  0x00007ed4 
- 00019832  0x00004aad branch  0x00005318 
- 00019833  0x00004ab0 bpatchx  0x00000007 , 0x00004020 
- 00019834  0x00004ab1 copy  0x00000006 , 0x00000002 
- 00019835  0x00004ab4 copy  0x00000002 , 0x00000006 
- 00019836  0x00004ab5 ifetch  0x00000002 , 0x00000006 
- 00019837  0x00004ab6 store  0x00000002 , 0x00000266 
- 00019838  0x00004ab7 ifetch  0x00000002 , 0x00000006 
- 00019839  0x00004ab8 store  0x00000002 , 0x00000268 
- 00019840  0x00004ab9 deposit  0x00000006 
- 00019841  0x00004aba store  0x00000002 , 0x00000264 
- 00019842  0x00004abb fetch  0x00000001 , 0x00004681 
- 00019843  0x00004abc beq  0x00000000 , 0x00004d85 
- 00019844  0x00004abd branch  0x000050ef 
- 00019845  0x00004ac0 fetch  0x00000002 , 0x00000266 
- 00019846  0x00004ac1 branch  0x00004dfc , 0x00000034 
- 00019847  0x00004ac2 bpatchx  0x00000008 , 0x00004021 
- 00019848  0x00004ac3 fetch  0x00000001 , 0x00000268 
- 00019849  0x00004ac4 beq  0x00000001 , 0x00004d9d 
- 00019850  0x00004ac6 beq  0x00000050 , 0x00004de0 
- 00019851  0x00004ac7 beq  0x00000051 , 0x00004df5 
- 00019852  0x00004ac8 beq  0x00000052 , 0x00004df3 
- 00019853  0x00004ac9 beq  0x00000053 , 0x00004df3 
- 00019854  0x00004aca branch  0x00004dfc 
- 00019855  0x00004acf bpatchx  0x00000009 , 0x00004021 
- 00019856  0x00004ad0 call  0x0000527e 
- 00019857  0x00004ad1 fetch  0x00000001 , 0x00004256 
- 00019858  0x00004ad2 beq  0x00000000 , 0x00004d9b 
- 00019859  0x00004ad3 beq  0x00000001 , 0x00004d9b 
- 00019860  0x00004ad4 beq  0x00000002 , 0x00004d9b 
- 00019861  0x00004ad5 beq  0x00000003 , 0x00004d9b 
- 00019862  0x00004ad6 beq  0x00000081 , 0x00004d9b 
- 00019863  0x00004ad7 beq  0x000000c0 , 0x00004d9b 
- 00019864  0x00004ad8 beq  0x00000080 , 0x00004d9b 
- 00019865  0x00004ad9 beq  0x00000040 , 0x00004d9b 
- 00019866  0x00004ada rtn 
- 00019867  0x00004add setarg  0x00000000 
- 00019868  0x00004ade rtn 
- 00019869  0x00004ae2 call  0x00004d8f 
- 00019870  0x00004ae3 nrtn  0x00000034 
- 00019871  0x00004ae5 call  0x000052b8 
- 00019872  0x00004ae6 call  0x00004e01 
- 00019873  0x00004ae7 fetcht  0x00000002 , 0x0000026f 
- 00019874  0x00004ae8 branch  0x00004dfb , 0x00000034 
- 00019875  0x00004ae9 call  0x000052c1 
- 00019876  0x00004aea fetch  0x00000002 , 0x0000026f 
- 00019877  0x00004aeb istore  0x00000002 , 0x00000005 
- 00019878  0x00004aec force  0x00000001 , 0x0000003f 
- 00019879  0x00004aed istore  0x00000002 , 0x00000005 
- 00019880  0x00004aee branch  0x00004dfc 
- 00019881  0x00004af1 fetch  0x00000001 , 0x00004364 
- 00019882  0x00004af2 rtn  0x00000034 
- 00019883  0x00004af3 copy  0x0000003f , 0x00000011 
- 00019884  0x00004af4 bpatchx  0x0000000a , 0x00004021 
- 00019885  0x00004af5 fetch  0x00000004 , 0x000002d5 
- 00019886  0x00004af6 arg  0x00000100 , 0x00000002 
- 00019887  0x00004af7 iadd  0x00000002 , 0x00000002 
- 00019888  0x00004af8 copy  0x00000022 , 0x0000003f 
- 00019889  0x00004af9 isub  0x00000002 , 0x0000003e 
- 00019890  0x00004afa nrtn  0x00000002 
- 00019891  0x00004afb jam  0x00000000 , 0x00004364 
- 00019892  0x00004afc copy  0x00000011 , 0x0000003f 
- 00019893  0x00004afd beq  0x00000050 , 0x00004db7 
- 00019894  0x00004afe branch  0x00002a8c 
- 00019895  0x00004b00 arg  0x00000000 , 0x00000008 
- 00019896  0x00004b01 call  0x000052b8 
- 00019897  0x00004b02 call  0x00004e7a 
- 00019898  0x00004b03 call  0x000052c3 
- 00019899  0x00004b04 call  0x00007ea8 
- 00019900  0x00004b05 call  0x00004ead 
- 00019901  0x00004b06 call  0x000052c1 
- 00019902  0x00004b08 setarg  0x0000000c 
- 00019903  0x00004b09 istore  0x00000002 , 0x00000005 
- 00019904  0x00004b0a force  0x00000001 , 0x0000003f 
- 00019905  0x00004b0b istore  0x00000002 , 0x00000005 
- 00019906  0x00004b0c branch  0x00004dfc 
- 00019907  0x00004b11 bpatchx  0x0000000b , 0x00004021 
- 00019908  0x00004b12 fetch  0x00000002 , 0x00000275 
- 00019909  0x00004b13 increase  0x00000004 , 0x0000003f 
- 00019910  0x00004b14 rshift4  0x0000003f , 0x0000003f 
- 00019911  0x00004b15 rshift3  0x0000003f , 0x0000003f 
- 00019912  0x00004b16 add  0x0000003f , 0x00000001 , 0x00000002 
- 00019913  0x00004b17 arg  0x00004260 , 0x00000006 
- 00019914  0x00004b18 ifetch  0x00000003 , 0x00000006 
- 00019915  0x00004b19 rtn  0x00000034 
- 00019916  0x00004b1a store  0x00000003 , 0x00000ac2 
- 00019917  0x00004b1b fetch  0x00000001 , 0x00000ac2 
- 00019918  0x00004b1c copy  0x0000003f , 0x00000011 
- 00019919  0x00004b1d call  0x00004dd3 
- 00019920  0x00004b1e copy  0x00000012 , 0x0000003f 
- 00019921  0x00004b1f store  0x00000001 , 0x00004260 
- 00019922  0x00004b20 rtn 
- 00019923  0x00004b23 arg  0x00000000 , 0x00000007 
- 00019924  0x00004b24 arg  0x00000000 , 0x00000012 
- 00019925  0x00004b27 sub  0x00000007 , 0x00000007 , 0x0000003e 
- 00019926  0x00004b28 nrtn  0x00000002 
- 00019927  0x00004b29 qisolate1  0x00000011 
- 00019928  0x00004b2a branch  0x00004dda , 0x00000001 
- 00019929  0x00004b2b branch  0x00004dde 
- 00019930  0x00004b2e copy  0x00000002 , 0x0000003f 
- 00019931  0x00004b2f branch  0x00004dde , 0x00000034 
- 00019932  0x00004b30 qset1  0x00000012 
- 00019933  0x00004b31 increase  0xffffffff , 0x00000002 
- 00019934  0x00004b34 increase  0x00000001 , 0x00000007 
- 00019935  0x00004b35 branch  0x00004dd5 
- 00019936  0x00004b38 call  0x00005274 
- 00019937  0x00004b39 nrtn  0x00000034 
- 00019938  0x00004b3a call  0x00004d8f 
- 00019939  0x00004b3b nrtn  0x00000034 
- 00019940  0x00004b3c call  0x000052c5 
- 00019941  0x00004b3d call  0x00006e11 
- 00019942  0x00004b3e call  0x00004dc3 
- 00019943  0x00004b3f branch  0x00004dec 
- 00019944  0x00004b43 call  0x00005274 
- 00019945  0x00004b44 nrtn  0x00000034 
- 00019946  0x00004b45 call  0x000052c5 
- 00019947  0x00004b46 call  0x00006e11 
- 00019948  0x00004b48 call  0x000052ce 
- 00019949  0x00004b49 fetch  0x00000002 , 0x00000275 
- 00019950  0x00004b4a branch  0x00004dfb , 0x00000034 
- 00019951  0x00004b4b istore  0x00000002 , 0x00000005 
- 00019952  0x00004b4c fetch  0x00000002 , 0x00004248 
- 00019953  0x00004b4d istore  0x00000002 , 0x00000005 
- 00019954  0x00004b4e branch  0x00004dfc 
- 00019955  0x00004b51 call  0x00004d33 
- 00019956  0x00004b52 branch  0x00004dfc 
- 00019957  0x00004b55 bpatchx  0x0000000c , 0x00004021 
- 00019958  0x00004b56 jam  0x00000000 , 0x00000284 
- 00019959  0x00004b57 call  0x00006a8a 
- 00019960  0x00004b58 fetch  0x00000001 , 0x00000284 
- 00019961  0x00004b59 rtneq  0x00000001 
- 00019962  0x00004b5a branch  0x00004dfc 
- 00019963  0x00004b5c call  0x00005264 
- 00019964  0x00004b5f setarg  0x00000000 
- 00019965  0x00004b60 store  0x00000002 , 0x00000266 
- 00019966  0x00004b61 store  0x00000002 , 0x00000268 
- 00019967  0x00004b62 jam  0x00000001 , 0x0000026a 
- 00019968  0x00004b63 rtn 
- 00019969  0x00004b66 bpatchx  0x0000000d , 0x00004021 
- 00019970  0x00004b67 call  0x000052c3 
- 00019971  0x00004b68 force  0x00000000 , 0x00000012 
- 00019972  0x00004b69 fetch  0x00000002 , 0x00000266 
- 00019973  0x00004b6a copy  0x0000003f , 0x00000013 
- 00019974  0x00004b6b fetch  0x00000002 , 0x00000264 
- 00019975  0x00004b6c iforce  0x00000006 
- 00019976  0x00004b6e call  0x00004e10 
- 00019977  0x00004b6f deposit  0x00000013 
- 00019978  0x00004b70 increase  0xfffffffc , 0x00000013 
- 00019979  0x00004b71 increase  0xfffffffc , 0x0000003f 
- 00019980  0x00004b72 nbranch  0x00004e08 , 0x00000034 
- 00019981  0x00004b73 copy  0x00000012 , 0x0000003f 
- 00019982  0x00004b74 store  0x00000002 , 0x0000026f 
- 00019983  0x00004b75 rtn 
- 00019984  0x00004b78 bpatchx  0x0000000e , 0x00004021 
- 00019985  0x00004b79 ifetch  0x00000001 , 0x00000006 
- 00019986  0x00004b7a beq  0x00000001 , 0x00004e49 
- 00019987  0x00004b7b beq  0x00000002 , 0x00004e51 
- 00019988  0x00004b7c beq  0x00000003 , 0x00004ed5 
- 00019989  0x00004b7d beq  0x00000004 , 0x00004f05 
- 00019990  0x00004b7e beq  0x00000005 , 0x00004fa2 
- 00019991  0x00004b7f beq  0x00000006 , 0x00004fcb 
- 00019992  0x00004b80 beq  0x00000007 , 0x0000501b 
- 00019993  0x00004b81 beq  0x00000008 , 0x00005050 
- 00019994  0x00004b82 beq  0x00000009 , 0x00005060 
- 00019995  0x00004b83 beq  0x0000000a , 0x00004e1f 
- 00019996  0x00004b84 beq  0x0000000b , 0x00005061 
- 00019997  0x00004b85 call  0x00005062 
- 00019998  0x00004b87 rtn 
- 00019999  0x00004b8a ifetch  0x00000001 , 0x00000006 
- 00020000  0x00004b8b copy  0x0000003f , 0x00000007 
- 00020001  0x00004b8c ifetch  0x00000002 , 0x00000006 
- 00020002  0x00004b8d copy  0x0000003f , 0x00000011 
- 00020003  0x00004b8e copy  0x00000013 , 0x0000003f 
- 00020004  0x00004b8f isub  0x00000011 , 0x00000013 
- 00020005  0x00004b90 setarg  0x0000000b 
- 00020006  0x00004b91 istore  0x00000001 , 0x00000005 
- 00020007  0x00004b92 copy  0x00000007 , 0x0000003f 
- 00020008  0x00004b93 istore  0x00000001 , 0x00000005 
- 00020009  0x00004b94 ifetch  0x00000002 , 0x00000006 
- 00020010  0x00004b96 beq  0x00000002 , 0x00004e2d 
- 00020011  0x00004b97 beq  0x00000003 , 0x00004e33 
- 00020012  0x00004b98 rtn 
- 00020013  0x00004b9a setarg  0x00020008 
- 00020014  0x00004b9b istore  0x00000006 , 0x00000005 
- 00020015  0x00004b9c setarg  0x00000280 
- 00020016  0x00004b9d istore  0x00000004 , 0x00000005 
- 00020017  0x00004b9e force  0x0000000c , 0x0000003f 
- 00020018  0x00004b9f branch  0x00004e38 
- 00020019  0x00004ba1 setarg  0x0003000c 
- 00020020  0x00004ba2 istore  0x00000006 , 0x00000005 
- 00020021  0x00004ba3 setarg  0x00000006 
- 00020022  0x00004ba4 istore  0x00000008 , 0x00000005 
- 00020023  0x00004ba5 force  0x00000010 , 0x0000003f 
- 00020024  0x00004ba7 iadd  0x00000012 , 0x00000012 
- 00020025  0x00004ba8 branch  0x00004e1e 
- 00020026  0x00004bab ifetch  0x00000001 , 0x00000006 
- 00020027  0x00004bac copy  0x0000003f , 0x00000007 
- 00020028  0x00004bad ifetch  0x00000002 , 0x00000006 
- 00020029  0x00004bae copy  0x0000003f , 0x00000011 
- 00020030  0x00004baf ifetch  0x00000002 , 0x00000006 
- 00020031  0x00004bb0 store  0x00000002 , 0x00000aa2 
- 00020032  0x00004bb1 copy  0x00000013 , 0x0000003f 
- 00020033  0x00004bb2 isub  0x00000011 , 0x00000013 
- 00020034  0x00004bb3 call  0x000052c3 
- 00020035  0x00004bb4 setarg  0x0000000b 
- 00020036  0x00004bb5 istore  0x00000001 , 0x00000005 
- 00020037  0x00004bb6 copy  0x00000007 , 0x0000003f 
- 00020038  0x00004bb7 istore  0x00000001 , 0x00000005 
- 00020039  0x00004bb8 fetch  0x00000002 , 0x00000aa2 
- 00020040  0x00004bb9 branch  0x00004e2a 
- 00020041  0x00004bbe ifetch  0x00000001 , 0x00000006 
- 00020042  0x00004bbf copy  0x0000003f , 0x00000007 
- 00020043  0x00004bc0 ifetch  0x00000002 , 0x00000006 
- 00020044  0x00004bc1 copy  0x0000003f , 0x00000011 
- 00020045  0x00004bc2 iadd  0x00000006 , 0x00000006 
- 00020046  0x00004bc3 copy  0x00000013 , 0x0000003f 
- 00020047  0x00004bc4 isub  0x00000011 , 0x00000013 
- 00020048  0x00004bc6 branch  0x00004e1e 
- 00020049  0x00004bc9 call  0x00007ea8 
- 00020050  0x00004bcc call  0x00007ead 
- 00020051  0x00004bcd arg  0x00000000 , 0x00000008 
- 00020052  0x00004bce ifetch  0x00000001 , 0x00000006 
- 00020053  0x00004bcf copy  0x0000003f , 0x00000007 
- 00020054  0x00004bd0 ifetch  0x00000002 , 0x00000006 
- 00020055  0x00004bd1 copy  0x0000003f , 0x00000011 
- 00020056  0x00004bd2 ifetch  0x00000002 , 0x00000006 
- 00020057  0x00004bd3 copy  0x0000003f , 0x00000002 
- 00020058  0x00004bd4 ifetch  0x00000002 , 0x00000006 
- 00020059  0x00004bd5 copy  0x0000003f , 0x0000000b 
- 00020060  0x00004bd6 bpatchx  0x0000000f , 0x00004021 
- 00020061  0x00004bd7 copy  0x00000002 , 0x0000003f 
- 00020062  0x00004bd8 beq  0x00000001 , 0x00004e64 
- 00020063  0x00004bd9 beq  0x00000003 , 0x00004e86 
- 00020064  0x00004bda beq  0x00000011 , 0x00004e92 
- 00020065  0x00004bdb beq  0x00000013 , 0x00004e9d 
- 00020066  0x00004bdc call  0x00005062 
- 00020067  0x00004bdd branch  0x00004ed4 
- 00020068  0x00004be0 call  0x00007ea8 
- 00020069  0x00004be1 arg  0x00000050 , 0x00000002 
- 00020070  0x00004be2 fetch  0x00000002 , 0x00004248 
- 00020071  0x00004be3 nbranch  0x00004ece , 0x00000034 
- 00020072  0x00004be4 copy  0x0000000b , 0x0000003f 
- 00020073  0x00004be5 store  0x00000002 , 0x00004248 
- 00020074  0x00004be6 copy  0x00000022 , 0x0000003f 
- 00020075  0x00004be7 store  0x00000004 , 0x000002d5 
- 00020076  0x00004be8 call  0x00004e6e 
- 00020077  0x00004be9 branch  0x00004ea9 
- 00020078  0x00004bec storet  0x00000002 , 0x000002d3 
- 00020079  0x00004bed deposit  0x0000000b 
- 00020080  0x00004bee store  0x00000002 , 0x000002c9 
- 00020081  0x00004bef deposit  0x00000011 
- 00020082  0x00004bf0 store  0x00000002 , 0x000002cb 
- 00020083  0x00004bf1 deposit  0x00000012 
- 00020084  0x00004bf2 store  0x00000002 , 0x000002cd 
- 00020085  0x00004bf3 deposit  0x00000013 
- 00020086  0x00004bf4 store  0x00000002 , 0x000002cf 
- 00020087  0x00004bf5 deposit  0x00000007 
- 00020088  0x00004bf6 store  0x00000002 , 0x000002d1 
- 00020089  0x00004bf7 rtn 
- 00020090  0x00004bfa fetcht  0x00000002 , 0x000002d3 
- 00020091  0x00004bfb fetch  0x00000002 , 0x000002c9 
- 00020092  0x00004bfc copy  0x0000003f , 0x0000000b 
- 00020093  0x00004bfd fetch  0x00000002 , 0x000002cb 
- 00020094  0x00004bfe copy  0x0000003f , 0x00000011 
- 00020095  0x00004bff fetch  0x00000002 , 0x000002cd 
- 00020096  0x00004c00 copy  0x0000003f , 0x00000012 
- 00020097  0x00004c01 fetch  0x00000002 , 0x000002cf 
- 00020098  0x00004c02 copy  0x0000003f , 0x00000013 
- 00020099  0x00004c03 fetch  0x00000002 , 0x000002d1 
- 00020100  0x00004c04 copy  0x0000003f , 0x00000007 
- 00020101  0x00004c05 rtn 
- 00020102  0x00004c08 call  0x00007ea8 
- 00020103  0x00004c09 setarg  0x00000051 
- 00020104  0x00004c0a arg  0x00000051 , 0x00000002 
- 00020105  0x00004c0b fetch  0x00000002 , 0x0000424a 
- 00020106  0x00004c0c nbranch  0x00004ece , 0x00000034 
- 00020107  0x00004c0d copy  0x0000000b , 0x0000003f 
- 00020108  0x00004c0e store  0x00000002 , 0x0000424a 
- 00020109  0x00004c0f fetch  0x00000001 , 0x00004251 
- 00020110  0x00004c10 set1  0x00000000 , 0x0000003f 
- 00020111  0x00004c11 set1  0x00000001 , 0x0000003f 
- 00020112  0x00004c12 store  0x00000001 , 0x00004251 
- 00020113  0x00004c13 branch  0x00004eb1 
- 00020114  0x00004c15 call  0x00007ea8 
- 00020115  0x00004c16 arg  0x00000052 , 0x00000002 
- 00020116  0x00004c17 fetch  0x00000002 , 0x0000424c 
- 00020117  0x00004c18 nbranch  0x00004ece , 0x00000034 
- 00020118  0x00004c19 copy  0x0000000b , 0x0000003f 
- 00020119  0x00004c1a store  0x00000002 , 0x0000424c 
- 00020120  0x00004c1b fetch  0x00000001 , 0x00004252 
- 00020121  0x00004c1c set1  0x00000000 , 0x0000003f 
- 00020122  0x00004c1d set1  0x00000001 , 0x0000003f 
- 00020123  0x00004c1e store  0x00000001 , 0x00004252 
- 00020124  0x00004c1f branch  0x00004eb1 
- 00020125  0x00004c21 call  0x00007ea8 
- 00020126  0x00004c22 deposit  0x0000001a 
- 00020127  0x00004c23 arg  0x00000053 , 0x00000002 
- 00020128  0x00004c24 fetch  0x00000002 , 0x0000424e 
- 00020129  0x00004c25 nbranch  0x00004ece , 0x00000034 
- 00020130  0x00004c26 copy  0x0000000b , 0x0000003f 
- 00020131  0x00004c27 store  0x00000002 , 0x0000424e 
- 00020132  0x00004c28 fetch  0x00000001 , 0x00004253 
- 00020133  0x00004c29 set1  0x00000000 , 0x0000003f 
- 00020134  0x00004c2a set1  0x00000001 , 0x0000003f 
- 00020135  0x00004c2b store  0x00000001 , 0x00004253 
- 00020136  0x00004c2c branch  0x00004eb1 
- 00020137  0x00004c2f setarg  0x00000001 
- 00020138  0x00004c30 store  0x00000002 , 0x0000027d 
- 00020139  0x00004c31 jam  0x00000050 , 0x00004364 
- 00020140  0x00004c32 branch  0x00004eb3 
- 00020141  0x00004c34 fetch  0x00000001 , 0x00004250 
- 00020142  0x00004c35 set1  0x00000000 , 0x0000003f 
- 00020143  0x00004c36 set1  0x00000001 , 0x0000003f 
- 00020144  0x00004c37 store  0x00000001 , 0x00004250 
- 00020145  0x00004c39 setarg  0x00000000 
- 00020146  0x00004c3a store  0x00000002 , 0x0000027d 
- 00020147  0x00004c3c bpatchx  0x00000010 , 0x00004022 
- 00020148  0x00004c3d call  0x00007ead 
- 00020149  0x00004c3e setarg  0x00000003 
- 00020150  0x00004c3f istore  0x00000001 , 0x00000005 
- 00020151  0x00004c40 copy  0x00000007 , 0x0000003f 
- 00020152  0x00004c41 istore  0x00000001 , 0x00000005 
- 00020153  0x00004c42 setarg  0x00000008 
- 00020154  0x00004c43 istore  0x00000002 , 0x00000005 
- 00020155  0x00004c44 copy  0x00000002 , 0x0000003f 
- 00020156  0x00004c45 istore  0x00000002 , 0x00000005 
- 00020157  0x00004c46 copy  0x0000000b , 0x0000003f 
- 00020158  0x00004c47 istore  0x00000002 , 0x00000005 
- 00020159  0x00004c48 fetch  0x00000002 , 0x0000027d 
- 00020160  0x00004c49 beq  0x00000001 , 0x00004ec9 
- 00020161  0x00004c4a isolate0  0x00000000 , 0x00000008 
- 00020162  0x00004c4b branch  0x00004ec4 , 0x00000001 
- 00020163  0x00004c4c setarg  0x00000004 
- 00020164  0x00004c4e istore  0x00000002 , 0x00000005 
- 00020165  0x00004c4f force  0x00000000 , 0x0000003f 
- 00020166  0x00004c50 istore  0x00000002 , 0x00000005 
- 00020167  0x00004c51 setarg  0x0000000c 
- 00020168  0x00004c52 branch  0x00004ed0 
- 00020169  0x00004c54 istore  0x00000002 , 0x00000005 
- 00020170  0x00004c55 force  0x00000002 , 0x0000003f 
- 00020171  0x00004c56 istore  0x00000002 , 0x00000005 
- 00020172  0x00004c57 setarg  0x0000000c 
- 00020173  0x00004c58 branch  0x00004ed0 
- 00020174  0x00004c5b set1  0x00000000 , 0x00000008 
- 00020175  0x00004c5c branch  0x00004eb1 
- 00020176  0x00004c5e iadd  0x00000012 , 0x00000012 
- 00020177  0x00004c5f copy  0x00000013 , 0x0000003f 
- 00020178  0x00004c60 isub  0x00000011 , 0x00000013 
- 00020179  0x00004c61 branch  0x00004ed4 
- 00020180  0x00004c63 branch  0x00004e1e 
- 00020181  0x00004c66 ifetch  0x00000001 , 0x00000006 
- 00020182  0x00004c67 copy  0x0000003f , 0x00000007 
- 00020183  0x00004c68 ifetch  0x00000002 , 0x00000006 
- 00020184  0x00004c69 copy  0x0000003f , 0x00000011 
- 00020185  0x00004c6a copy  0x00000013 , 0x0000003f 
- 00020186  0x00004c6b isub  0x00000011 , 0x00000013 
- 00020187  0x00004c6c ifetch  0x00000002 , 0x00000006 
- 00020188  0x00004c6d copy  0x0000003f , 0x0000000b 
- 00020189  0x00004c6e ifetch  0x00000002 , 0x00000006 
- 00020190  0x00004c6f copy  0x0000003f , 0x00000002 
- 00020191  0x00004c70 bpatchx  0x00000011 , 0x00004022 
- 00020192  0x00004c71 setarg  0x00000050 
- 00020193  0x00004c72 isub  0x00000002 , 0x0000003e 
- 00020194  0x00004c73 branch  0x00004eed , 0x00000005 
- 00020195  0x00004c74 setarg  0x00000051 
- 00020196  0x00004c75 isub  0x00000002 , 0x0000003e 
- 00020197  0x00004c76 branch  0x00004ef3 , 0x00000005 
- 00020198  0x00004c77 setarg  0x00000052 
- 00020199  0x00004c78 isub  0x00000002 , 0x0000003e 
- 00020200  0x00004c79 branch  0x00004eff , 0x00000005 
- 00020201  0x00004c7a setarg  0x00000053 
- 00020202  0x00004c7b isub  0x00000002 , 0x0000003e 
- 00020203  0x00004c7c branch  0x00004ef9 , 0x00000005 
- 00020204  0x00004c7d rtn 
- 00020205  0x00004c80 copy  0x0000000b , 0x0000003f 
- 00020206  0x00004c81 store  0x00000002 , 0x00004248 
- 00020207  0x00004c82 fetch  0x00000001 , 0x00004250 
- 00020208  0x00004c83 set1  0x00000001 , 0x0000003f 
- 00020209  0x00004c84 store  0x00000001 , 0x00004250 
- 00020210  0x00004c85 branch  0x00004e1e 
- 00020211  0x00004c87 copy  0x0000000b , 0x0000003f 
- 00020212  0x00004c88 store  0x00000002 , 0x0000424a 
- 00020213  0x00004c89 fetch  0x00000001 , 0x00004251 
- 00020214  0x00004c8a set1  0x00000001 , 0x0000003f 
- 00020215  0x00004c8b store  0x00000001 , 0x00004251 
- 00020216  0x00004c8c rtn 
- 00020217  0x00004c8e copy  0x0000000b , 0x0000003f 
- 00020218  0x00004c8f store  0x00000002 , 0x0000424c 
- 00020219  0x00004c90 fetch  0x00000001 , 0x00004253 
- 00020220  0x00004c91 set1  0x00000001 , 0x0000003f 
- 00020221  0x00004c92 store  0x00000001 , 0x00004253 
- 00020222  0x00004c93 rtn 
- 00020223  0x00004c95 copy  0x0000000b , 0x0000003f 
- 00020224  0x00004c96 store  0x00000002 , 0x0000424e 
- 00020225  0x00004c97 fetch  0x00000001 , 0x00004252 
- 00020226  0x00004c98 set1  0x00000001 , 0x0000003f 
- 00020227  0x00004c99 store  0x00000001 , 0x00004252 
- 00020228  0x00004c9a rtn 
- 00020229  0x00004c9d ifetch  0x00000001 , 0x00000006 
- 00020230  0x00004c9e copy  0x0000003f , 0x00000007 
- 00020231  0x00004c9f ifetch  0x00000002 , 0x00000006 
- 00020232  0x00004ca0 copy  0x0000003f , 0x00000011 
- 00020233  0x00004ca1 copy  0x00000013 , 0x0000003f 
- 00020234  0x00004ca2 isub  0x00000011 , 0x00000013 
- 00020235  0x00004ca3 ifetch  0x00000002 , 0x00000006 
- 00020236  0x00004ca4 copy  0x0000003f , 0x00000002 
- 00020237  0x00004ca5 copy  0x00000002 , 0x00000011 
- 00020238  0x00004ca6 bpatchx  0x00000012 , 0x00004022 
- 00020239  0x00004ca7 setarg  0x00000050 
- 00020240  0x00004ca8 isub  0x00000002 , 0x0000003e 
- 00020241  0x00004ca9 branch  0x00004f1c , 0x00000005 
- 00020242  0x00004caa setarg  0x00000051 
- 00020243  0x00004cab isub  0x00000002 , 0x0000003e 
- 00020244  0x00004cac branch  0x00004f3a , 0x00000005 
- 00020245  0x00004cad setarg  0x00000052 
- 00020246  0x00004cae isub  0x00000002 , 0x0000003e 
- 00020247  0x00004caf branch  0x00004f26 , 0x00000005 
- 00020248  0x00004cb0 setarg  0x00000053 
- 00020249  0x00004cb1 isub  0x00000002 , 0x0000003e 
- 00020250  0x00004cb2 branch  0x00004f30 , 0x00000005 
- 00020251  0x00004cb3 branch  0x00005062 
- 00020252  0x00004cb6 copy  0x00000005 , 0x0000000b 
- 00020253  0x00004cb7 fetch  0x00000001 , 0x00004250 
- 00020254  0x00004cb8 set1  0x00000004 , 0x0000003f 
- 00020255  0x00004cb9 set1  0x00000003 , 0x0000003f 
- 00020256  0x00004cbb store  0x00000001 , 0x00004250 
- 00020257  0x00004cbc copy  0x0000000b , 0x00000005 
- 00020258  0x00004cbd arg  0x00000050 , 0x0000000b 
- 00020259  0x00004cbe fetch  0x00000002 , 0x00004248 
- 00020260  0x00004cbf copy  0x0000003f , 0x00000002 
- 00020261  0x00004cc0 branch  0x00004f43 
- 00020262  0x00004cc2 copy  0x00000005 , 0x0000000b 
- 00020263  0x00004cc3 fetch  0x00000001 , 0x00004252 
- 00020264  0x00004cc4 set1  0x00000004 , 0x0000003f 
- 00020265  0x00004cc5 set1  0x00000003 , 0x0000003f 
- 00020266  0x00004cc7 store  0x00000001 , 0x00004252 
- 00020267  0x00004cc8 copy  0x0000000b , 0x00000005 
- 00020268  0x00004cc9 arg  0x00000052 , 0x0000000b 
- 00020269  0x00004cca fetch  0x00000002 , 0x0000424c 
- 00020270  0x00004ccb copy  0x0000003f , 0x00000002 
- 00020271  0x00004ccc branch  0x00004f43 
- 00020272  0x00004cce copy  0x00000005 , 0x0000000b 
- 00020273  0x00004ccf fetch  0x00000001 , 0x00004253 
- 00020274  0x00004cd0 set1  0x00000004 , 0x0000003f 
- 00020275  0x00004cd1 set1  0x00000003 , 0x0000003f 
- 00020276  0x00004cd3 store  0x00000001 , 0x00004253 
- 00020277  0x00004cd4 copy  0x0000000b , 0x00000005 
- 00020278  0x00004cd5 arg  0x00000053 , 0x0000000b 
- 00020279  0x00004cd6 fetch  0x00000002 , 0x0000424e 
- 00020280  0x00004cd7 copy  0x0000003f , 0x00000002 
- 00020281  0x00004cd8 branch  0x00004f43 
- 00020282  0x00004cda copy  0x00000005 , 0x0000000b 
- 00020283  0x00004cdb fetch  0x00000001 , 0x00004251 
- 00020284  0x00004cdc set1  0x00000004 , 0x0000003f 
- 00020285  0x00004cdd set1  0x00000003 , 0x0000003f 
- 00020286  0x00004cdf store  0x00000001 , 0x00004251 
- 00020287  0x00004ce1 copy  0x0000000b , 0x00000005 
- 00020288  0x00004ce2 arg  0x00000051 , 0x0000000b 
- 00020289  0x00004ce3 fetch  0x00000002 , 0x0000424a 
- 00020290  0x00004ce4 copy  0x0000003f , 0x00000002 
- 00020291  0x00004ce6 bpatchx  0x00000013 , 0x00004022 
- 00020292  0x00004ce7 setarg  0x00000005 
- 00020293  0x00004ce8 istore  0x00000001 , 0x00000005 
- 00020294  0x00004ce9 copy  0x00000007 , 0x0000003f 
- 00020295  0x00004cea istore  0x00000001 , 0x00000005 
- 00020296  0x00004ceb setarg  0x00000006 
- 00020297  0x00004cec istore  0x00000002 , 0x00000005 
- 00020298  0x00004ced copy  0x00000002 , 0x0000003f 
- 00020299  0x00004cee istore  0x00000002 , 0x00000005 
- 00020300  0x00004cef force  0x00000000 , 0x0000003f 
- 00020301  0x00004cf0 istore  0x00000002 , 0x00000005 
- 00020302  0x00004cf1 force  0x00000000 , 0x0000003f 
- 00020303  0x00004cf2 istore  0x00000002 , 0x00000005 
- 00020304  0x00004cf3 force  0x0000000a , 0x0000003f 
- 00020305  0x00004cf4 iadd  0x00000012 , 0x00000012 
- 00020306  0x00004cf6 storet  0x00000002 , 0x00000282 
- 00020307  0x00004cf7 copy  0x00000007 , 0x0000003f 
- 00020308  0x00004cf8 store  0x00000001 , 0x00000281 
- 00020309  0x00004cf9 force  0x00000050 , 0x0000003f 
- 00020310  0x00004cfa icompare  0x000000ff , 0x0000000b 
- 00020311  0x00004cfb branch  0x00004f59 , 0x00000001 
- 00020312  0x00004cfc increase  0x00000001 , 0x0000003f 
- 00020313  0x00004cff rtn 
- 00020314  0x00004d01 disable  0x00000028 
- 00020315  0x00004d02 rtnbit1  0x00000002 , 0x0000003f 
- 00020316  0x00004d03 rtnbit0  0x00000000 , 0x0000003f 
- 00020317  0x00004d04 rtnbit0  0x00000001 , 0x0000003f 
- 00020318  0x00004d05 set1  0x00000002 , 0x0000003f 
- 00020319  0x00004d06 copy  0x00000006 , 0x00000005 
- 00020320  0x00004d07 increase  0xffffffff , 0x00000005 
- 00020321  0x00004d08 istore  0x00000001 , 0x00000005 
- 00020322  0x00004d09 enable  0x00000028 
- 00020323  0x00004d0a rtn 
- 00020324  0x00004d0d fetch  0x00000001 , 0x00004250 
- 00020325  0x00004d0e call  0x00004f5a 
- 00020326  0x00004d0f nbranch  0x00004f6b , 0x00000028 
- 00020327  0x00004d10 jam  0x00000050 , 0x00000280 
- 00020328  0x00004d11 fetch  0x00000002 , 0x00004248 
- 00020329  0x00004d12 store  0x00000002 , 0x00000282 
- 00020330  0x00004d13 branch  0x00004f7f 
- 00020331  0x00004d15 fetch  0x00000001 , 0x00004251 
- 00020332  0x00004d16 call  0x00004f5a 
- 00020333  0x00004d17 nbranch  0x00004f72 , 0x00000028 
- 00020334  0x00004d18 jam  0x00000051 , 0x00000280 
- 00020335  0x00004d19 fetch  0x00000002 , 0x0000424a 
- 00020336  0x00004d1a store  0x00000002 , 0x00000282 
- 00020337  0x00004d1b branch  0x00004f7f 
- 00020338  0x00004d1d fetch  0x00000001 , 0x00004252 
- 00020339  0x00004d1e call  0x00004f5a 
- 00020340  0x00004d1f nbranch  0x00004f79 , 0x00000028 
- 00020341  0x00004d20 jam  0x00000052 , 0x00000280 
- 00020342  0x00004d21 fetch  0x00000002 , 0x0000424c 
- 00020343  0x00004d22 store  0x00000002 , 0x00000282 
- 00020344  0x00004d23 branch  0x00004f7f 
- 00020345  0x00004d25 fetch  0x00000001 , 0x00004253 
- 00020346  0x00004d26 call  0x00004f5a 
- 00020347  0x00004d27 nrtn  0x00000028 
- 00020348  0x00004d28 jam  0x00000053 , 0x00000280 
- 00020349  0x00004d29 fetch  0x00000002 , 0x0000424e 
- 00020350  0x00004d2a store  0x00000002 , 0x00000282 
- 00020351  0x00004d2e bpatchx  0x00000014 , 0x00004022 
- 00020352  0x00004d2f call  0x0000523a 
- 00020353  0x00004d30 call  0x000052b8 
- 00020354  0x00004d31 force  0x00000000 , 0x00000012 
- 00020355  0x00004d32 call  0x000052c3 
- 00020356  0x00004d33 force  0x00000004 , 0x0000003f 
- 00020357  0x00004d34 istore  0x00000001 , 0x00000005 
- 00020358  0x00004d35 fetch  0x00000001 , 0x00004255 
- 00020359  0x00004d36 istore  0x00000001 , 0x00000005 
- 00020360  0x00004d37 setarg  0x00000008 
- 00020361  0x00004d38 istore  0x00000002 , 0x00000005 
- 00020362  0x00004d39 fetch  0x00000002 , 0x00000282 
- 00020363  0x00004d3a istore  0x00000002 , 0x00000005 
- 00020364  0x00004d3b setarg  0x00000000 
- 00020365  0x00004d3c istore  0x00000002 , 0x00000005 
- 00020366  0x00004d3d force  0x00000001 , 0x0000003f 
- 00020367  0x00004d3e istore  0x00000001 , 0x00000005 
- 00020368  0x00004d3f force  0x00000002 , 0x0000003f 
- 00020369  0x00004d40 istore  0x00000001 , 0x00000005 
- 00020370  0x00004d41 fetch  0x00000001 , 0x00000280 
- 00020371  0x00004d42 beq  0x00000051 , 0x00004f97 
- 00020372  0x00004d43 setarg  0x00000030 
- 00020373  0x00004d44 istore  0x00000002 , 0x00000005 
- 00020374  0x00004d45 branch  0x00004f99 
- 00020375  0x00004d47 setarg  0x000003e3 
- 00020376  0x00004d48 istore  0x00000002 , 0x00000005 
- 00020377  0x00004d4a arg  0x0000000c , 0x00000002 
- 00020378  0x00004d4b storet  0x00000002 , 0x0000026f 
- 00020379  0x00004d4c call  0x000052c1 
- 00020380  0x00004d4d fetch  0x00000002 , 0x0000026f 
- 00020381  0x00004d4e istore  0x00000002 , 0x00000005 
- 00020382  0x00004d4f force  0x00000001 , 0x0000003f 
- 00020383  0x00004d50 istore  0x00000002 , 0x00000005 
- 00020384  0x00004d51 jam  0x00000000 , 0x00000280 
- 00020385  0x00004d53 branch  0x00004e1e 
- 00020386  0x00004d56 increase  0x00000001 , 0x00000006 
- 00020387  0x00004d57 ifetch  0x00000002 , 0x00000006 
- 00020388  0x00004d58 copy  0x0000003f , 0x00000011 
- 00020389  0x00004d59 copy  0x00000013 , 0x0000003f 
- 00020390  0x00004d5a isub  0x00000011 , 0x00000013 
- 00020391  0x00004d5b ifetch  0x00000002 , 0x00000006 
- 00020392  0x00004d5c copy  0x0000003f , 0x00000011 
- 00020393  0x00004d5d bpatchx  0x00000015 , 0x00004022 
- 00020394  0x00004d5e setarg  0x00000050 
- 00020395  0x00004d5f isub  0x00000011 , 0x0000003e 
- 00020396  0x00004d60 branch  0x00004fba , 0x00000005 
- 00020397  0x00004d61 setarg  0x00000051 
- 00020398  0x00004d62 isub  0x00000011 , 0x0000003e 
- 00020399  0x00004d63 branch  0x00004fbe , 0x00000005 
- 00020400  0x00004d64 setarg  0x00000052 
- 00020401  0x00004d65 isub  0x00000011 , 0x0000003e 
- 00020402  0x00004d66 branch  0x00004fc2 , 0x00000005 
- 00020403  0x00004d67 setarg  0x00000053 
- 00020404  0x00004d68 isub  0x00000011 , 0x0000003e 
- 00020405  0x00004d69 branch  0x00004fc6 , 0x00000005 
- 00020406  0x00004d6a increase  0x00000002 , 0x00000006 
- 00020407  0x00004d6b ifetch  0x00000002 , 0x00000006 
- 00020408  0x00004d6c iforce  0x0000003e 
- 00020409  0x00004d6d branch  0x00004e1e 
- 00020410  0x00004d6f fetch  0x00000001 , 0x00004250 
- 00020411  0x00004d70 set1  0x00000005 , 0x0000003f 
- 00020412  0x00004d71 store  0x00000001 , 0x00004250 
- 00020413  0x00004d72 branch  0x00004e1e 
- 00020414  0x00004d74 fetch  0x00000001 , 0x00004251 
- 00020415  0x00004d75 set1  0x00000005 , 0x0000003f 
- 00020416  0x00004d76 store  0x00000001 , 0x00004251 
- 00020417  0x00004d77 branch  0x00004e1e 
- 00020418  0x00004d79 fetch  0x00000001 , 0x00004252 
- 00020419  0x00004d7a set1  0x00000005 , 0x0000003f 
- 00020420  0x00004d7b store  0x00000001 , 0x00004252 
- 00020421  0x00004d7c branch  0x00004e1e 
- 00020422  0x00004d7e fetch  0x00000001 , 0x00004253 
- 00020423  0x00004d7f set1  0x00000005 , 0x0000003f 
- 00020424  0x00004d80 store  0x00000001 , 0x00004253 
- 00020425  0x00004d81 jam  0x00000006 , 0x00000a99 
- 00020426  0x00004d82 branch  0x00007d86 
- 00020427  0x00004d87 ifetch  0x00000001 , 0x00000006 
- 00020428  0x00004d88 copy  0x0000003f , 0x00000007 
- 00020429  0x00004d89 ifetch  0x00000002 , 0x00000006 
- 00020430  0x00004d8a copy  0x0000003f , 0x00000011 
- 00020431  0x00004d8b copy  0x00000013 , 0x0000003f 
- 00020432  0x00004d8c isub  0x00000011 , 0x00000013 
- 00020433  0x00004d8d ifetch  0x00000002 , 0x00000006 
- 00020434  0x00004d8e copy  0x0000003f , 0x00000011 
- 00020435  0x00004d8f ifetch  0x00000002 , 0x00000006 
- 00020436  0x00004d90 copy  0x0000003f , 0x0000000b 
- 00020437  0x00004d91 copy  0x00000011 , 0x00000002 
- 00020438  0x00004d92 call  0x00007ea8 
- 00020439  0x00004d93 bpatchx  0x00000016 , 0x00004022 
- 00020440  0x00004d94 setarg  0x00000050 
- 00020441  0x00004d95 isub  0x00000002 , 0x0000003e 
- 00020442  0x00004d96 branch  0x00004ff2 , 0x00000005 
- 00020443  0x00004d97 setarg  0x00000051 
- 00020444  0x00004d98 isub  0x00000002 , 0x0000003e 
- 00020445  0x00004d99 branch  0x00005002 , 0x00000005 
- 00020446  0x00004d9a setarg  0x00000052 
- 00020447  0x00004d9b isub  0x00000002 , 0x0000003e 
- 00020448  0x00004d9c branch  0x00004fe6 , 0x00000005 
- 00020449  0x00004d9d setarg  0x00000053 
- 00020450  0x00004d9e isub  0x00000002 , 0x0000003e 
- 00020451  0x00004d9f branch  0x00004fec , 0x00000005 
- 00020452  0x00004da0 call  0x00005062 
- 00020453  0x00004da1 branch  0x00005017 
- 00020454  0x00004da3 copy  0x0000000b , 0x00000002 
- 00020455  0x00004da4 fetch  0x00000002 , 0x0000424c 
- 00020456  0x00004da5 isub  0x00000002 , 0x0000003e 
- 00020457  0x00004da6 branch  0x00004ff8 , 0x00000005 
- 00020458  0x00004da7 call  0x00005062 
- 00020459  0x00004da8 branch  0x00005017 
- 00020460  0x00004daa copy  0x0000000b , 0x00000002 
- 00020461  0x00004dab fetch  0x00000002 , 0x0000424e 
- 00020462  0x00004dac isub  0x00000002 , 0x0000003e 
- 00020463  0x00004dad branch  0x00004ffa , 0x00000005 
- 00020464  0x00004dae call  0x00005062 
- 00020465  0x00004daf branch  0x00005017 
- 00020466  0x00004db2 copy  0x0000000b , 0x00000002 
- 00020467  0x00004db3 fetch  0x00000002 , 0x00004248 
- 00020468  0x00004db4 isub  0x00000002 , 0x0000003e 
- 00020469  0x00004db5 branch  0x00004ffe , 0x00000005 
- 00020470  0x00004db6 call  0x00005062 
- 00020471  0x00004db7 branch  0x00005017 
- 00020472  0x00004db9 call  0x00005079 
- 00020473  0x00004dba branch  0x0000500a 
- 00020474  0x00004dbc call  0x0000507f 
- 00020475  0x00004dbd fetch  0x00000002 , 0x0000424c 
- 00020476  0x00004dbe branch  0x0000500a , 0x00000034 
- 00020477  0x00004dc6 branch  0x0000500a 
- 00020478  0x00004dc9 call  0x00005074 
- 00020479  0x00004dca fetch  0x00000001 , 0x00000288 
- 00020480  0x00004dcb nbranch  0x0000500a , 0x00000034 
- 00020481  0x00004dce branch  0x0000500a 
- 00020482  0x00004dd0 copy  0x0000000b , 0x00000002 
- 00020483  0x00004dd1 fetch  0x00000002 , 0x0000424a 
- 00020484  0x00004dd2 isub  0x00000002 , 0x0000003e 
- 00020485  0x00004dd3 branch  0x00005008 , 0x00000005 
- 00020486  0x00004dd4 call  0x00005062 
- 00020487  0x00004dd5 branch  0x00005017 
- 00020488  0x00004dd7 call  0x0000506f 
- 00020489  0x00004dd8 branch  0x0000500a 
- 00020490  0x00004dda call  0x00007ead 
- 00020491  0x00004ddb setarg  0x00000007 
- 00020492  0x00004ddc istore  0x00000001 , 0x00000005 
- 00020493  0x00004ddd copy  0x00000007 , 0x0000003f 
- 00020494  0x00004dde istore  0x00000001 , 0x00000005 
- 00020495  0x00004ddf setarg  0x00000004 
- 00020496  0x00004de0 istore  0x00000002 , 0x00000005 
- 00020497  0x00004de1 copy  0x00000011 , 0x0000003f 
- 00020498  0x00004de2 istore  0x00000002 , 0x00000005 
- 00020499  0x00004de3 copy  0x0000000b , 0x0000003f 
- 00020500  0x00004de4 istore  0x00000002 , 0x00000005 
- 00020501  0x00004de5 force  0x00000008 , 0x0000003f 
- 00020502  0x00004de6 branch  0x00005019 
- 00020503  0x00004de8 call  0x00007ead 
- 00020504  0x00004de9 branch  0x00005019 
- 00020505  0x00004deb iadd  0x00000012 , 0x00000012 
- 00020506  0x00004dec branch  0x00004e1e 
- 00020507  0x00004dee ifetch  0x00000001 , 0x00000006 
- 00020508  0x00004def copy  0x0000003f , 0x00000007 
- 00020509  0x00004df0 ifetch  0x00000002 , 0x00000006 
- 00020510  0x00004df1 copy  0x0000003f , 0x00000011 
- 00020511  0x00004df2 copy  0x00000013 , 0x0000003f 
- 00020512  0x00004df3 isub  0x00000011 , 0x00000013 
- 00020513  0x00004df4 ifetch  0x00000002 , 0x00000006 
- 00020514  0x00004df5 copy  0x0000003f , 0x0000000b 
- 00020515  0x00004df6 ifetch  0x00000002 , 0x00000006 
- 00020516  0x00004df7 copy  0x0000003f , 0x00000002 
- 00020517  0x00004df8 call  0x00007ea8 
- 00020518  0x00004df9 bpatchx  0x00000017 , 0x00004022 
- 00020519  0x00004dfa setarg  0x00000050 
- 00020520  0x00004dfb isub  0x00000002 , 0x0000003e 
- 00020521  0x00004dfc branch  0x00005035 , 0x00000005 
- 00020522  0x00004dfd setarg  0x00000051 
- 00020523  0x00004dfe isub  0x00000002 , 0x0000003e 
- 00020524  0x00004dff branch  0x0000503b , 0x00000005 
- 00020525  0x00004e00 setarg  0x00000052 
- 00020526  0x00004e01 isub  0x00000002 , 0x0000003e 
- 00020527  0x00004e02 branch  0x00005041 , 0x00000005 
- 00020528  0x00004e03 setarg  0x00000053 
- 00020529  0x00004e04 isub  0x00000002 , 0x0000003e 
- 00020530  0x00004e05 branch  0x00005047 , 0x00000005 
- 00020531  0x00004e06 call  0x00005062 
- 00020532  0x00004e07 branch  0x0000504f 
- 00020533  0x00004e09 copy  0x00000002 , 0x00000011 
- 00020534  0x00004e0a copy  0x0000000b , 0x00000002 
- 00020535  0x00004e0b fetch  0x00000002 , 0x00004248 
- 00020536  0x00004e0c isub  0x00000002 , 0x0000003e 
- 00020537  0x00004e0d call  0x00005074 , 0x00000005 
- 00020538  0x00004e0e branch  0x0000504d 
- 00020539  0x00004e10 copy  0x00000002 , 0x00000011 
- 00020540  0x00004e11 copy  0x0000000b , 0x00000002 
- 00020541  0x00004e12 fetch  0x00000002 , 0x0000424a 
- 00020542  0x00004e13 isub  0x00000002 , 0x0000003e 
- 00020543  0x00004e14 call  0x0000506f , 0x00000005 
- 00020544  0x00004e15 branch  0x0000504d 
- 00020545  0x00004e17 copy  0x00000002 , 0x00000011 
- 00020546  0x00004e18 copy  0x0000000b , 0x00000002 
- 00020547  0x00004e19 fetch  0x00000002 , 0x0000424c 
- 00020548  0x00004e1a isub  0x00000002 , 0x0000003e 
- 00020549  0x00004e1b call  0x00005079 , 0x00000005 
- 00020550  0x00004e1c branch  0x0000504d 
- 00020551  0x00004e1e copy  0x00000002 , 0x00000011 
- 00020552  0x00004e1f copy  0x0000000b , 0x00000002 
- 00020553  0x00004e20 fetch  0x00000002 , 0x0000424e 
- 00020554  0x00004e21 isub  0x00000002 , 0x0000003e 
- 00020555  0x00004e22 call  0x0000507f , 0x00000005 
- 00020556  0x00004e23 branch  0x0000504d 
- 00020557  0x00004e25 call  0x00007ead 
- 00020558  0x00004e26 branch  0x00004e1e 
- 00020559  0x00004e28 branch  0x00004e1e 
- 00020560  0x00004e2c ifetch  0x00000001 , 0x00000006 
- 00020561  0x00004e2d copy  0x0000003f , 0x00000007 
- 00020562  0x00004e2e ifetch  0x00000002 , 0x00000006 
- 00020563  0x00004e2f copy  0x0000003f , 0x00000011 
- 00020564  0x00004e30 iadd  0x00000006 , 0x00000006 
- 00020565  0x00004e31 setarg  0x00000009 
- 00020566  0x00004e32 istore  0x00000001 , 0x00000005 
- 00020567  0x00004e33 copy  0x00000007 , 0x0000003f 
- 00020568  0x00004e34 istore  0x00000001 , 0x00000005 
- 00020569  0x00004e35 force  0x00000000 , 0x0000003f 
- 00020570  0x00004e36 istore  0x00000002 , 0x00000005 
- 00020571  0x00004e37 force  0x00000004 , 0x0000003f 
- 00020572  0x00004e38 iadd  0x00000012 , 0x00000012 
- 00020573  0x00004e39 copy  0x00000013 , 0x0000003f 
- 00020574  0x00004e3a isub  0x00000011 , 0x00000013 
- 00020575  0x00004e3b branch  0x00004e1e 
- 00020576  0x00004e3d branch  0x00004e1e 
- 00020577  0x00004e40 branch  0x00004e1e 
- 00020578  0x00004e42 force  0x00000000 , 0x00000012 
- 00020579  0x00004e43 call  0x000052c3 
- 00020580  0x00004e44 setarg  0x00000001 
- 00020581  0x00004e45 istore  0x00000001 , 0x00000005 
- 00020582  0x00004e46 copy  0x00000007 , 0x0000003f 
- 00020583  0x00004e47 istore  0x00000001 , 0x00000005 
- 00020584  0x00004e48 setarg  0x00000002 
- 00020585  0x00004e49 istore  0x00000002 , 0x00000005 
- 00020586  0x00004e4a setarg  0x00000000 
- 00020587  0x00004e4b istore  0x00000002 , 0x00000005 
- 00020588  0x00004e4c increase  0x00000006 , 0x00000012 
- 00020589  0x00004e4d arg  0x00000004 , 0x00000013 
- 00020590  0x00004e4e branch  0x00004e1e 
- 00020591  0x00004e53 setarg  0x00000000 
- 00020592  0x00004e54 store  0x00000002 , 0x0000027b 
- 00020593  0x00004e55 store  0x00000002 , 0x0000424a 
- 00020594  0x00004e56 jam  0x00000000 , 0x00004251 
- 00020595  0x00004e57 rtn 
- 00020596  0x00004e59 setarg  0x00000000 
- 00020597  0x00004e5a store  0x00000002 , 0x00000275 
- 00020598  0x00004e5b store  0x00000002 , 0x00004248 
- 00020599  0x00004e5c jam  0x00000000 , 0x00004250 
- 00020600  0x00004e5d rtn 
- 00020601  0x00004e5f setarg  0x00000000 
- 00020602  0x00004e60 store  0x00000002 , 0x0000424c 
- 00020603  0x00004e61 jam  0x00000000 , 0x00004252 
- 00020604  0x00004e62 fetch  0x00000001 , 0x00004253 
- 00020605  0x00004e63 beq  0x00000000 , 0x00005085 
- 00020606  0x00004e64 rtn 
- 00020607  0x00004e67 setarg  0x00000000 
- 00020608  0x00004e68 store  0x00000002 , 0x0000424e 
- 00020609  0x00004e69 jam  0x00000000 , 0x00004253 
- 00020610  0x00004e6a fetch  0x00000001 , 0x00004252 
- 00020611  0x00004e6b beq  0x00000000 , 0x00005085 
- 00020612  0x00004e6c rtn 
- 00020613  0x00004e6f jam  0x00000007 , 0x00000a99 
- 00020614  0x00004e70 branch  0x00007d86 
- 00020615  0x00004e73 fetch  0x00000001 , 0x0000027f 
- 00020616  0x00004e74 set0  0x00000000 , 0x0000003f 
- 00020617  0x00004e75 store  0x00000001 , 0x0000027f 
- 00020618  0x00004e76 fetch  0x00000002 , 0x0000424e 
- 00020619  0x00004e77 rtn  0x00000034 
- 00020620  0x00004e78 call  0x000052b8 
- 00020621  0x00004e79 fetch  0x00000002 , 0x0000424e 
- 00020622  0x00004e7a copy  0x0000003f , 0x00000011 
- 00020623  0x00004e7b force  0x00000053 , 0x00000012 
- 00020624  0x00004e7c branch  0x0000509a 
- 00020625  0x00004e7e fetch  0x00000001 , 0x0000027f 
- 00020626  0x00004e7f set0  0x00000007 , 0x0000003f 
- 00020627  0x00004e80 store  0x00000001 , 0x0000027f 
- 00020628  0x00004e81 fetch  0x00000002 , 0x0000424c 
- 00020629  0x00004e82 rtn  0x00000034 
- 00020630  0x00004e83 call  0x000052b8 
- 00020631  0x00004e84 fetch  0x00000002 , 0x0000424c 
- 00020632  0x00004e85 copy  0x0000003f , 0x00000011 
- 00020633  0x00004e86 force  0x00000052 , 0x00000012 
- 00020634  0x00004e88 call  0x0000523a 
- 00020635  0x00004e89 call  0x000052c3 
- 00020636  0x00004e8a force  0x00000006 , 0x0000003f 
- 00020637  0x00004e8b istore  0x00000001 , 0x00000005 
- 00020638  0x00004e8c fetch  0x00000001 , 0x00004255 
- 00020639  0x00004e8d istore  0x00000001 , 0x00000005 
- 00020640  0x00004e8e setarg  0x00000004 
- 00020641  0x00004e8f istore  0x00000002 , 0x00000005 
- 00020642  0x00004e90 copy  0x00000011 , 0x0000003f 
- 00020643  0x00004e91 istore  0x00000002 , 0x00000005 
- 00020644  0x00004e92 copy  0x00000012 , 0x0000003f 
- 00020645  0x00004e93 istore  0x00000002 , 0x00000005 
- 00020646  0x00004e94 force  0x00000008 , 0x00000002 
- 00020647  0x00004e95 branch  0x000050de 
- 00020648  0x00004e98 bpatchx  0x00000018 , 0x00004023 
- 00020649  0x00004e99 call  0x0000523a 
- 00020650  0x00004e9a call  0x000052c3 
- 00020651  0x00004e9b setarg  0x00000002 
- 00020652  0x00004e9c istore  0x00000001 , 0x00000005 
- 00020653  0x00004e9d fetch  0x00000001 , 0x00004255 
- 00020654  0x00004e9e istore  0x00000001 , 0x00000005 
- 00020655  0x00004e9f setarg  0x00000004 
- 00020656  0x00004ea0 istore  0x00000002 , 0x00000005 
- 00020657  0x00004ea1 copy  0x00000002 , 0x0000003f 
- 00020658  0x00004ea2 istore  0x00000002 , 0x00000005 
- 00020659  0x00004ea3 copy  0x0000000b , 0x0000003f 
- 00020660  0x00004ea4 istore  0x00000002 , 0x00000005 
- 00020661  0x00004ea5 arg  0x00000008 , 0x00000002 
- 00020662  0x00004ea6 branch  0x000050de 
- 00020663  0x00004ea8 bpatchx  0x00000019 , 0x00004023 
- 00020664  0x00004ea9 call  0x0000523a 
- 00020665  0x00004eaa call  0x000052c3 
- 00020666  0x00004eab setarg  0x00000004 
- 00020667  0x00004eac istore  0x00000001 , 0x00000005 
- 00020668  0x00004ead fetch  0x00000001 , 0x00004255 
- 00020669  0x00004eae istore  0x00000001 , 0x00000005 
- 00020670  0x00004eaf setarg  0x00000008 
- 00020671  0x00004eb0 istore  0x00000002 , 0x00000005 
- 00020672  0x00004eb2 copy  0x00000002 , 0x0000003f 
- 00020673  0x00004eb4 istore  0x00000002 , 0x00000005 
- 00020674  0x00004eb5 setarg  0x00000000 
- 00020675  0x00004eb6 istore  0x00000002 , 0x00000005 
- 00020676  0x00004eb7 setarg  0x00000001 
- 00020677  0x00004eb8 istore  0x00000001 , 0x00000005 
- 00020678  0x00004eb9 setarg  0x00000002 
- 00020679  0x00004eba istore  0x00000001 , 0x00000005 
- 00020680  0x00004ebb setarg  0x000003e3 
- 00020681  0x00004ebc istore  0x00000002 , 0x00000005 
- 00020682  0x00004ebd arg  0x0000000c , 0x00000002 
- 00020683  0x00004ebe branch  0x000050de 
- 00020684  0x00004ec0 bpatchx  0x0000001a , 0x00004023 
- 00020685  0x00004ec1 call  0x0000523a 
- 00020686  0x00004ec2 call  0x000052c3 
- 00020687  0x00004ec3 setarg  0x00000006 
- 00020688  0x00004ec4 istore  0x00000001 , 0x00000005 
- 00020689  0x00004ec5 fetch  0x00000001 , 0x00004255 
- 00020690  0x00004ec6 increase  0x00000001 , 0x0000003f 
- 00020691  0x00004ec7 copy  0x00000005 , 0x00000011 
- 00020692  0x00004ec8 store  0x00000001 , 0x00004255 
- 00020693  0x00004ec9 copy  0x00000011 , 0x00000005 
- 00020694  0x00004eca istore  0x00000001 , 0x00000005 
- 00020695  0x00004ecb setarg  0x00000004 
- 00020696  0x00004ecc istore  0x00000002 , 0x00000005 
- 00020697  0x00004ecd copy  0x00000002 , 0x0000003f 
- 00020698  0x00004ece istore  0x00000002 , 0x00000005 
- 00020699  0x00004ecf copy  0x0000000b , 0x0000003f 
- 00020700  0x00004ed0 istore  0x00000002 , 0x00000005 
- 00020701  0x00004ed1 arg  0x00000008 , 0x00000002 
- 00020702  0x00004ed5 storet  0x00000002 , 0x0000026f 
- 00020703  0x00004ed6 copy  0x00000002 , 0x0000003f 
- 00020704  0x00004ed7 branch  0x00005264 , 0x00000034 
- 00020705  0x00004ed8 call  0x000052c1 
- 00020706  0x00004ed9 fetch  0x00000002 , 0x0000026f 
- 00020707  0x00004eda istore  0x00000002 , 0x00000005 
- 00020708  0x00004edb force  0x00000001 , 0x0000003f 
- 00020709  0x00004edc istore  0x00000002 , 0x00000005 
- 00020710  0x00004edd rtn 
- 00020711  0x00004ee0 fetch  0x00000002 , 0x00000275 
- 00020712  0x00004ee1 branch  0x00002a8c , 0x00000034 
- 00020713  0x00004ee2 call  0x000052ce 
- 00020714  0x00004ee3 fetch  0x00000002 , 0x00000275 
- 00020715  0x00004ee4 istore  0x00000002 , 0x00000005 
- 00020716  0x00004ee5 fetch  0x00000002 , 0x00004248 
- 00020717  0x00004ee6 istore  0x00000002 , 0x00000005 
- 00020718  0x00004ee7 rtn 
- 00020719  0x00004ee9 fetch  0x00000002 , 0x00000266 
- 00020720  0x00004eea branch  0x00004dfc , 0x00000034 
- 00020721  0x00004eeb bpatchx  0x0000001b , 0x00004023 
- 00020722  0x00004eec fetch  0x00000001 , 0x00000268 
- 00020723  0x00004eed beq  0x00000001 , 0x000050f9 
- 00020724  0x00004eee beq  0x00000050 , 0x00004de8 
- 00020725  0x00004eef beq  0x00000051 , 0x00004df5 
- 00020726  0x00004ef0 beq  0x00000052 , 0x00004df3 
- 00020727  0x00004ef1 beq  0x00000053 , 0x00004df3 
- 00020728  0x00004ef2 branch  0x00004dfc 
- 00020729  0x00004ef5 bpatchx  0x0000001c , 0x00004023 
- 00020730  0x00004ef6 call  0x000052b8 
- 00020731  0x00004ef7 force  0x00000000 , 0x00000012 
- 00020732  0x00004ef8 call  0x000052c3 
- 00020733  0x00004ef9 copy  0x0000003f , 0x00000005 
- 00020734  0x00004efa fetch  0x00000002 , 0x00000266 
- 00020735  0x00004efb copy  0x0000003f , 0x00000013 
- 00020736  0x00004efc fetch  0x00000002 , 0x00000264 
- 00020737  0x00004efd iforce  0x00000006 
- 00020738  0x00004eff call  0x00005108 
- 00020739  0x00004f00 increase  0xfffffffc , 0x00000013 
- 00020740  0x00004f01 nbranch  0x00005102 , 0x00000005 
- 00020741  0x00004f02 copy  0x00000012 , 0x00000002 
- 00020742  0x00004f03 call  0x000050de 
- 00020743  0x00004f04 branch  0x00004dfc 
- 00020744  0x00004f07 ifetch  0x00000001 , 0x00000006 
- 00020745  0x00004f08 beq  0x00000002 , 0x00005113 
- 00020746  0x00004f09 beq  0x00000001 , 0x00005116 
- 00020747  0x00004f0a beq  0x00000003 , 0x00005120 
- 00020748  0x00004f0b beq  0x00000005 , 0x0000515c 
- 00020749  0x00004f0c beq  0x00000004 , 0x0000518e 
- 00020750  0x00004f0d beq  0x00000007 , 0x00005213 
- 00020751  0x00004f0e beq  0x00000006 , 0x000051e1 
- 00020752  0x00004f0f beq  0x00000008 , 0x00005050 
- 00020753  0x00004f10 beq  0x0000000a , 0x00004e3a 
- 00020754  0x00004f11 branch  0x0000522e 
- 00020755  0x00004f14 call  0x00007ea8 
- 00020756  0x00004f16 call  0x00007ead 
- 00020757  0x00004f17 branch  0x00004e51 
- 00020758  0x00004f19 ifetch  0x00000001 , 0x00000006 
- 00020759  0x00004f1a copy  0x0000003f , 0x00000007 
- 00020760  0x00004f1b ifetch  0x00000002 , 0x00000006 
- 00020761  0x00004f1c copy  0x0000003f , 0x00000011 
- 00020762  0x00004f1d copy  0x00000013 , 0x0000003f 
- 00020763  0x00004f1e isub  0x00000011 , 0x00000013 
- 00020764  0x00004f20 ifetch  0x00000001 , 0x00000006 
- 00020765  0x00004f21 increase  0xffffffff , 0x00000011 
- 00020766  0x00004f22 nbranch  0x0000511c , 0x00000005 
- 00020767  0x00004f23 rtn 
- 00020768  0x00004f25 ifetch  0x00000001 , 0x00000006 
- 00020769  0x00004f26 copy  0x0000003f , 0x00000007 
- 00020770  0x00004f27 ifetch  0x00000002 , 0x00000006 
- 00020771  0x00004f28 copy  0x0000003f , 0x00000011 
- 00020772  0x00004f29 ifetch  0x00000002 , 0x00000006 
- 00020773  0x00004f2a copy  0x0000003f , 0x0000000b 
- 00020774  0x00004f2b ifetch  0x00000002 , 0x00000006 
- 00020775  0x00004f2c copy  0x0000003f , 0x00000002 
- 00020776  0x00004f2d ifetch  0x00000002 , 0x00000006 
- 00020777  0x00004f2e sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00020778  0x00004f2f branch  0x00005132 , 0x00000005 
- 00020779  0x00004f30 beq  0x00000002 , 0x0000512e 
- 00020780  0x00004f31 beq  0x00000004 , 0x0000512e 
- 00020781  0x00004f32 branch  0x00005130 
- 00020782  0x00004f34 jam  0x00000016 , 0x00000a99 
- 00020783  0x00004f35 call  0x00007d86 
- 00020784  0x00004f37 ifetch  0x00000002 , 0x00000006 
- 00020785  0x00004f38 branch  0x00005159 
- 00020786  0x00004f3a call  0x00007ea8 
- 00020787  0x00004f3e bpatchx  0x0000001d , 0x00004023 
- 00020788  0x00004f3f setarg  0x00000050 
- 00020789  0x00004f40 isub  0x00000002 , 0x0000003e 
- 00020790  0x00004f41 branch  0x00005141 , 0x00000005 
- 00020791  0x00004f42 setarg  0x00000051 
- 00020792  0x00004f43 isub  0x00000002 , 0x0000003e 
- 00020793  0x00004f44 branch  0x00005147 , 0x00000005 
- 00020794  0x00004f45 setarg  0x00000053 
- 00020795  0x00004f46 isub  0x00000002 , 0x0000003e 
- 00020796  0x00004f47 branch  0x00005153 , 0x00000005 
- 00020797  0x00004f48 setarg  0x00000052 
- 00020798  0x00004f49 isub  0x00000002 , 0x0000003e 
- 00020799  0x00004f4a branch  0x0000514d , 0x00000005 
- 00020800  0x00004f4b branch  0x00005159 
- 00020801  0x00004f4d copy  0x0000000b , 0x0000003f 
- 00020802  0x00004f4e store  0x00000002 , 0x00004248 
- 00020803  0x00004f4f fetch  0x00000001 , 0x00004250 
- 00020804  0x00004f50 set1  0x00000001 
- 00020805  0x00004f51 store  0x00000001 , 0x00004250 
- 00020806  0x00004f52 branch  0x00005158 
- 00020807  0x00004f54 copy  0x0000000b , 0x0000003f 
- 00020808  0x00004f55 store  0x00000002 , 0x0000424a 
- 00020809  0x00004f56 fetch  0x00000001 , 0x00004251 
- 00020810  0x00004f57 set1  0x00000001 
- 00020811  0x00004f58 store  0x00000001 , 0x00004251 
- 00020812  0x00004f59 branch  0x00005158 
- 00020813  0x00004f5b copy  0x0000000b , 0x0000003f 
- 00020814  0x00004f5c store  0x00000002 , 0x0000424c 
- 00020815  0x00004f5d fetch  0x00000001 , 0x00004252 
- 00020816  0x00004f5e set1  0x00000001 
- 00020817  0x00004f5f store  0x00000001 , 0x00004252 
- 00020818  0x00004f60 branch  0x00005158 
- 00020819  0x00004f62 copy  0x0000000b , 0x0000003f 
- 00020820  0x00004f63 store  0x00000002 , 0x0000424e 
- 00020821  0x00004f64 fetch  0x00000001 , 0x00004253 
- 00020822  0x00004f65 set1  0x00000001 
- 00020823  0x00004f66 store  0x00000001 , 0x00004253 
- 00020824  0x00004f6a call  0x00007ead 
- 00020825  0x00004f6c copy  0x00000013 , 0x0000003f 
- 00020826  0x00004f6d isub  0x00000011 , 0x00000013 
- 00020827  0x00004f6e rtn 
- 00020828  0x00004f71 ifetch  0x00000001 , 0x00000006 
- 00020829  0x00004f72 copy  0x0000003f , 0x00000007 
- 00020830  0x00004f73 ifetch  0x00000002 , 0x00000006 
- 00020831  0x00004f74 copy  0x0000003f , 0x00000011 
- 00020832  0x00004f75 copy  0x00000013 , 0x0000003f 
- 00020833  0x00004f76 isub  0x00000011 , 0x00000013 
- 00020834  0x00004f77 ifetch  0x00000002 , 0x00000006 
- 00020835  0x00004f78 copy  0x0000003f , 0x0000000b 
- 00020836  0x00004f79 ifetch  0x00000002 , 0x00000006 
- 00020837  0x00004f7a ifetch  0x00000002 , 0x00000006 
- 00020838  0x00004f7b nbranch  0x00005188 , 0x00000034 
- 00020839  0x00004f7c call  0x00007ea8 
- 00020840  0x00004f80 copy  0x0000000b , 0x00000002 
- 00020841  0x00004f81 bpatchx  0x0000001e , 0x00004023 
- 00020842  0x00004f82 setarg  0x00000050 
- 00020843  0x00004f83 isub  0x00000002 , 0x0000003e 
- 00020844  0x00004f84 branch  0x00005176 , 0x00000005 
- 00020845  0x00004f85 setarg  0x00000051 
- 00020846  0x00004f86 isub  0x00000002 , 0x0000003e 
- 00020847  0x00004f87 branch  0x0000517a , 0x00000005 
- 00020848  0x00004f88 setarg  0x00000052 
- 00020849  0x00004f89 isub  0x00000002 , 0x0000003e 
- 00020850  0x00004f8a branch  0x0000517e , 0x00000005 
- 00020851  0x00004f8b setarg  0x00000053 
- 00020852  0x00004f8c isub  0x00000002 , 0x0000003e 
- 00020853  0x00004f8d branch  0x00005182 , 0x00000005 
- 00020854  0x00004f8f fetch  0x00000001 , 0x00004250 
- 00020855  0x00004f90 set1  0x00000005 
- 00020856  0x00004f91 store  0x00000001 , 0x00004250 
- 00020857  0x00004f92 rtn 
- 00020858  0x00004f94 fetch  0x00000001 , 0x00004251 
- 00020859  0x00004f95 set1  0x00000005 
- 00020860  0x00004f96 store  0x00000001 , 0x00004251 
- 00020861  0x00004f97 rtn 
- 00020862  0x00004f99 fetch  0x00000001 , 0x00004252 
- 00020863  0x00004f9a set1  0x00000005 
- 00020864  0x00004f9b store  0x00000001 , 0x00004252 
- 00020865  0x00004f9c rtn 
- 00020866  0x00004f9e fetch  0x00000001 , 0x00004253 
- 00020867  0x00004f9f set1  0x00000005 
- 00020868  0x00004fa0 store  0x00000001 , 0x00004253 
- 00020869  0x00004fa1 jam  0x00000006 , 0x00000a99 
- 00020870  0x00004fa2 branch  0x00007d86 
- 00020871  0x00004fa6 call  0x00007ead 
- 00020872  0x00004fa8 increase  0xfffffffa , 0x00000011 
- 00020873  0x00004faa branch  0x0000518d , 0x00000005 
- 00020874  0x00004fab increase  0x00000001 , 0x00000006 
- 00020875  0x00004fac increase  0xffffffff , 0x00000011 
- 00020876  0x00004fad branch  0x00005189 
- 00020877  0x00004faf rtn 
- 00020878  0x00004fb1 ifetch  0x00000001 , 0x00000006 
- 00020879  0x00004fb2 copy  0x0000003f , 0x00000007 
- 00020880  0x00004fb3 ifetch  0x00000002 , 0x00000006 
- 00020881  0x00004fb4 copy  0x0000003f , 0x00000011 
- 00020882  0x00004fb5 copy  0x00000013 , 0x0000003f 
- 00020883  0x00004fb6 isub  0x00000011 , 0x00000013 
- 00020884  0x00004fb7 ifetch  0x00000002 , 0x00000006 
- 00020885  0x00004fb8 increase  0x00000002 , 0x00000006 
- 00020886  0x00004fb9 copy  0x0000003f , 0x00000002 
- 00020887  0x00004fba setarg  0x00000005 
- 00020888  0x00004fbb istore  0x00000001 , 0x00000005 
- 00020889  0x00004fbc copy  0x00000007 , 0x0000003f 
- 00020890  0x00004fbd istore  0x00000001 , 0x00000005 
- 00020891  0x00004fbe increase  0x00000002 , 0x00000011 
- 00020892  0x00004fbf copy  0x00000011 , 0x0000003f 
- 00020893  0x00004fc0 istore  0x00000002 , 0x00000005 
- 00020894  0x00004fc1 call  0x00007ea8 
- 00020895  0x00004fc2 bpatchx  0x0000001f , 0x00004023 
- 00020896  0x00004fc3 setarg  0x00000050 
- 00020897  0x00004fc4 isub  0x00000002 , 0x0000003e 
- 00020898  0x00004fc5 branch  0x000051ad , 0x00000005 
- 00020899  0x00004fc6 setarg  0x00000051 
- 00020900  0x00004fc7 isub  0x00000002 , 0x0000003e 
- 00020901  0x00004fc8 branch  0x000051be , 0x00000005 
- 00020902  0x00004fc9 setarg  0x00000052 
- 00020903  0x00004fca isub  0x00000002 , 0x0000003e 
- 00020904  0x00004fcb branch  0x000051c4 , 0x00000005 
- 00020905  0x00004fcc setarg  0x00000053 
- 00020906  0x00004fcd isub  0x00000002 , 0x0000003e 
- 00020907  0x00004fce branch  0x000051ca , 0x00000005 
- 00020908  0x00004fcf branch  0x000051cf 
- 00020909  0x00004fd1 fetch  0x00000001 , 0x00004250 
- 00020910  0x00004fd2 set1  0x00000004 , 0x0000003f 
- 00020911  0x00004fd3 set1  0x00000003 , 0x0000003f 
- 00020912  0x00004fd4 store  0x00000001 , 0x00004250 
- 00020913  0x00004fd5 bbit1  0x00000002 , 0x000051bb 
- 00020914  0x00004fd6 fetcht  0x00000001 , 0x0000027f 
- 00020915  0x00004fd7 set1  0x00000006 , 0x00000002 
- 00020916  0x00004fd8 storet  0x00000001 , 0x0000027f 
- 00020917  0x00004fd9 copy  0x00000007 , 0x0000003f 
- 00020918  0x00004fda increase  0x00000001 , 0x0000003f 
- 00020919  0x00004fdb store  0x00000001 , 0x00000281 
- 00020920  0x00004fdc fetch  0x00000001 , 0x00004250 
- 00020921  0x00004fdd set1  0x00000002 , 0x0000003f 
- 00020922  0x00004fde store  0x00000001 , 0x00004250 
- 00020923  0x00004fe0 fetch  0x00000002 , 0x00004248 
- 00020924  0x00004fe1 store  0x00000002 , 0x00000282 
- 00020925  0x00004fe2 branch  0x000051cf 
- 00020926  0x00004fe4 fetch  0x00000001 , 0x00004251 
- 00020927  0x00004fe5 set1  0x00000004 , 0x0000003f 
- 00020928  0x00004fe6 set1  0x00000003 , 0x0000003f 
- 00020929  0x00004fe7 store  0x00000001 , 0x00004251 
- 00020930  0x00004fe8 fetch  0x00000002 , 0x0000424a 
- 00020931  0x00004fe9 branch  0x000051cf 
- 00020932  0x00004feb fetch  0x00000001 , 0x00004252 
- 00020933  0x00004fec set1  0x00000004 , 0x0000003f 
- 00020934  0x00004fed set1  0x00000003 , 0x0000003f 
- 00020935  0x00004fee store  0x00000001 , 0x00004252 
- 00020936  0x00004fef fetch  0x00000002 , 0x0000424c 
- 00020937  0x00004ff0 branch  0x000051cf 
- 00020938  0x00004ff2 fetch  0x00000001 , 0x00004253 
- 00020939  0x00004ff3 set1  0x00000004 , 0x0000003f 
- 00020940  0x00004ff4 set1  0x00000003 , 0x0000003f 
- 00020941  0x00004ff5 store  0x00000001 , 0x00004253 
- 00020942  0x00004ff6 fetch  0x00000002 , 0x0000424e 
- 00020943  0x00004ffa copy  0x0000003f , 0x0000000b 
- 00020944  0x00004ffb call  0x00007ead 
- 00020945  0x00004ffd copy  0x0000000b , 0x0000003f 
- 00020946  0x00004fff istore  0x00000002 , 0x00000005 
- 00020947  0x00005000 force  0x00000000 , 0x0000003f 
- 00020948  0x00005001 istore  0x00000002 , 0x00000005 
- 00020949  0x00005002 force  0x00000000 , 0x0000003f 
- 00020950  0x00005003 istore  0x00000002 , 0x00000005 
- 00020951  0x00005004 force  0x0000000a , 0x0000003f 
- 00020952  0x00005005 iadd  0x00000012 , 0x00000012 
- 00020953  0x00005006 increase  0xfffffffa , 0x00000011 
- 00020954  0x00005008 branch  0x000051e0 , 0x00000005 
- 00020955  0x00005009 ifetch  0x00000001 , 0x00000006 
- 00020956  0x0000500a istore  0x00000001 , 0x00000005 
- 00020957  0x0000500b increase  0x00000001 , 0x00000012 
- 00020958  0x0000500c increase  0xffffffff , 0x00000011 
- 00020959  0x0000500d branch  0x000051da 
- 00020960  0x0000500f rtn 
- 00020961  0x00005011 ifetch  0x00000001 , 0x00000006 
- 00020962  0x00005012 copy  0x0000003f , 0x00000007 
- 00020963  0x00005013 ifetch  0x00000002 , 0x00000006 
- 00020964  0x00005014 copy  0x0000003f , 0x00000011 
- 00020965  0x00005015 copy  0x00000013 , 0x0000003f 
- 00020966  0x00005016 isub  0x00000011 , 0x00000013 
- 00020967  0x00005018 ifetch  0x00000002 , 0x00000006 
- 00020968  0x00005019 copy  0x0000003f , 0x00000011 
- 00020969  0x0000501a ifetch  0x00000002 , 0x00000006 
- 00020970  0x0000501b copy  0x0000003f , 0x0000000b 
- 00020971  0x0000501c call  0x00007ea8 
- 00020972  0x0000501d bpatchx  0x00000020 , 0x00004024 
- 00020973  0x0000501e setarg  0x00000050 
- 00020974  0x0000501f copy  0x00000011 , 0x00000002 
- 00020975  0x00005020 isub  0x00000002 , 0x0000003e 
- 00020976  0x00005021 branch  0x000051fa , 0x00000005 
- 00020977  0x00005022 setarg  0x00000052 
- 00020978  0x00005023 copy  0x00000011 , 0x00000002 
- 00020979  0x00005024 isub  0x00000002 , 0x0000003e 
- 00020980  0x00005025 branch  0x000051ff , 0x00000005 
- 00020981  0x00005026 setarg  0x00000053 
- 00020982  0x00005027 copy  0x00000011 , 0x00000002 
- 00020983  0x00005028 isub  0x00000002 , 0x0000003e 
- 00020984  0x00005029 branch  0x00005201 , 0x00000005 
- 00020985  0x0000502a branch  0x00005203 
- 00020986  0x0000502c setarg  0x00000000 
- 00020987  0x0000502d store  0x00000002 , 0x00000275 
- 00020988  0x0000502e store  0x00000002 , 0x00004248 
- 00020989  0x0000502f store  0x00000001 , 0x00004250 
- 00020990  0x00005030 branch  0x00005205 
- 00020991  0x00005032 call  0x00005079 
- 00020992  0x00005033 branch  0x00005205 
- 00020993  0x00005035 call  0x0000507f 
- 00020994  0x0000503b branch  0x00005205 
- 00020995  0x0000503d setarg  0x00000000 
- 00020996  0x0000503e store  0x00000002 , 0x0000027b 
- 00020997  0x00005040 call  0x00007ead 
- 00020998  0x00005041 setarg  0x00000007 
- 00020999  0x00005042 istore  0x00000001 , 0x00000005 
- 00021000  0x00005043 copy  0x00000007 , 0x0000003f 
- 00021001  0x00005044 istore  0x00000001 , 0x00000005 
- 00021002  0x00005045 setarg  0x00000004 
- 00021003  0x00005046 istore  0x00000002 , 0x00000005 
- 00021004  0x00005047 copy  0x00000011 , 0x0000003f 
- 00021005  0x00005048 istore  0x00000002 , 0x00000005 
- 00021006  0x00005049 copy  0x0000000b , 0x0000003f 
- 00021007  0x0000504a istore  0x00000002 , 0x00000005 
- 00021008  0x0000504b force  0x00000008 , 0x0000003f 
- 00021009  0x0000504c iadd  0x00000012 , 0x00000012 
- 00021010  0x0000504d rtn 
- 00021011  0x00005050 ifetch  0x00000001 , 0x00000006 
- 00021012  0x00005051 copy  0x0000003f , 0x00000007 
- 00021013  0x00005052 ifetch  0x00000002 , 0x00000006 
- 00021014  0x00005053 copy  0x0000003f , 0x00000011 
- 00021015  0x00005054 ifetch  0x00000002 , 0x00000006 
- 00021016  0x00005055 copy  0x0000003f , 0x0000000b 
- 00021017  0x00005056 ifetch  0x00000002 , 0x00000006 
- 00021018  0x00005057 copy  0x0000003f , 0x00000002 
- 00021019  0x00005058 call  0x00007ea8 
- 00021020  0x00005059 bpatchx  0x00000021 , 0x00004024 
- 00021021  0x0000505a fetch  0x00000001 , 0x00004255 
- 00021022  0x0000505b icompare  0x000000ff , 0x00000007 
- 00021023  0x0000505c nbranch  0x0000522a , 0x00000001 
- 00021024  0x0000505d setarg  0x00000050 
- 00021025  0x0000505e isub  0x00000002 , 0x0000003e 
- 00021026  0x0000505f branch  0x00005227 , 0x00000005 
- 00021027  0x00005060 setarg  0x00000051 
- 00021028  0x00005061 isub  0x00000002 , 0x0000003e 
- 00021029  0x00005062 branch  0x0000522a , 0x00000005 
- 00021030  0x00005063 branch  0x0000522a 
- 00021031  0x00005065 jam  0x00000000 , 0x00004248 
- 00021032  0x00005066 jam  0x00000000 , 0x00004250 
- 00021033  0x00005067 branch  0x0000522a 
- 00021034  0x0000506c call  0x00007ead 
- 00021035  0x0000506d copy  0x00000013 , 0x0000003f 
- 00021036  0x0000506e isub  0x00000011 , 0x00000013 
- 00021037  0x0000506f rtn 
- 00021038  0x00005072 setarg  0x00000001 
- 00021039  0x00005073 istore  0x00000001 , 0x00000005 
- 00021040  0x00005074 ifetch  0x00000001 , 0x00000006 
- 00021041  0x00005075 istore  0x00000001 , 0x00000005 
- 00021042  0x00005076 setarg  0x00000002 
- 00021043  0x00005077 istore  0x00000002 , 0x00000005 
- 00021044  0x00005078 setarg  0x00000000 
- 00021045  0x00005079 istore  0x00000002 , 0x00000005 
- 00021046  0x0000507a setarg  0x00000006 
- 00021047  0x0000507b iadd  0x00000012 , 0x00000012 
- 00021048  0x0000507c force  0x00000004 , 0x00000013 
- 00021049  0x0000507d rtn 
- 00021050  0x00005081 fetch  0x00000001 , 0x00004255 
- 00021051  0x00005082 increase  0x00000001 , 0x0000003f 
- 00021052  0x00005083 bne  0x00000000 , 0x0000523e 
- 00021053  0x00005084 increase  0x00000001 , 0x0000003f 
- 00021054  0x00005086 store  0x00000001 , 0x00004255 
- 00021055  0x00005087 rtn 
- 00021056  0x00005092 bpatchx  0x00000022 , 0x00004024 
- 00021057  0x00005093 arg  0x00000000 , 0x00000012 
- 00021058  0x00005094 call  0x0000526e 
- 00021059  0x00005095 nbranch  0x00002a8c , 0x00000034 
- 00021060  0x00005096 call  0x0000527e 
- 00021061  0x00005097 arg  0x00001800 , 0x00000012 
- 00021062  0x00005098 arg  0x00000000 , 0x00000007 
- 00021063  0x0000509a fetcht  0x00000001 , 0x00004256 
- 00021064  0x0000509b qisolate1  0x00000002 
- 00021065  0x0000509c branch  0x0000524f , 0x00000001 
- 00021066  0x0000509d call  0x000052a0 
- 00021067  0x0000509e sub  0x0000000b , 0x00000000 , 0x0000003e 
- 00021068  0x0000509f branch  0x0000524f , 0x00000002 
- 00021069  0x000050a0 call  0x00005288 
- 00021070  0x000050a1 branch  0x00005255 
- 00021071  0x000050a3 increase  0x00000080 , 0x00000012 
- 00021072  0x000050a4 increase  0x00000001 , 0x00000007 
- 00021073  0x000050a5 setarg  0x00000008 
- 00021074  0x000050a6 isub  0x00000007 , 0x0000003e 
- 00021075  0x000050a7 branch  0x00005247 , 0x00000002 
- 00021076  0x000050a8 arg  0x00000000 , 0x00000012 
- 00021077  0x000050aa copy  0x00000012 , 0x0000003f 
- 00021078  0x000050ab branch  0x00002a8c , 0x00000034 
- 00021079  0x000050ac rtn 
- 00021080  0x000050b5 bpatchx  0x00000023 , 0x00004024 
- 00021081  0x000050b6 call  0x00005277 
- 00021082  0x000050b7 increase  0x00000001 , 0x00000006 
- 00021083  0x000050b8 ifetch  0x00000002 , 0x00000006 
- 00021084  0x000050b9 rtn 
- 00021085  0x000050c0 bpatchx  0x00000024 , 0x00004024 
- 00021086  0x000050c1 call  0x00005277 
- 00021087  0x000050c2 copy  0x00000006 , 0x00000005 
- 00021088  0x000050c3 copy  0x00000006 , 0x00000002 
- 00021089  0x000050c4 setarg  0x00000000 
- 00021090  0x000050c5 istore  0x00000003 , 0x00000005 
- 00021091  0x000050c6 rtn 
- 00021092  0x000050cc bpatchx  0x00000025 , 0x00004024 
- 00021093  0x000050cd call  0x00005274 
- 00021094  0x000050ce branch  0x00002a8c , 0x00000034 
- 00021095  0x000050cf fetch  0x00000003 , 0x0000425d 
- 00021096  0x000050d0 store  0x00000003 , 0x00004260 
- 00021097  0x000050d1 fetch  0x00000003 , 0x0000425a 
- 00021098  0x000050d2 store  0x00000003 , 0x0000425d 
- 00021099  0x000050d3 fetch  0x00000003 , 0x00004257 
- 00021100  0x000050d4 store  0x00000003 , 0x0000425a 
- 00021101  0x000050d5 rtn 
- 00021102  0x000050dc bpatchx  0x00000026 , 0x00004024 
- 00021103  0x000050dd fetch  0x00000003 , 0x00004257 
- 00021104  0x000050de rtn 
- 00021105  0x000050e5 bpatchx  0x00000027 , 0x00004024 
- 00021106  0x000050e6 fetch  0x00000003 , 0x0000425a 
- 00021107  0x000050e7 rtn 
- 00021108  0x000050ee bpatchx  0x00000028 , 0x00004025 
- 00021109  0x000050ef fetch  0x00000003 , 0x00004260 
- 00021110  0x000050f0 rtn 
- 00021111  0x000050f6 call  0x00005274 
- 00021112  0x000050f7 branch  0x00002a8c , 0x00000034 
- 00021113  0x000050f8 arg  0x00004257 , 0x00000006 
- 00021114  0x000050fa ifetch  0x00000003 , 0x00000006 
- 00021115  0x000050fb branch  0x0000527a , 0x00000034 
- 00021116  0x000050fc increase  0xfffffffd , 0x00000006 
- 00021117  0x000050fd rtn 
- 00021118  0x00005105 bpatchx  0x00000029 , 0x00004025 
- 00021119  0x00005106 arg  0x00000004 , 0x00000039 
- 00021120  0x00005107 arg  0x00004257 , 0x00000006 
- 00021121  0x00005108 arg  0x00000000 , 0x00000002 
- 00021122  0x0000510a ifetch  0x00000003 , 0x00000006 
- 00021123  0x0000510b and  0x0000003f , 0x000000ff , 0x0000003f 
- 00021124  0x0000510c ior  0x00000002 , 0x00000002 
- 00021125  0x0000510d loop  0x00005282 
- 00021126  0x0000510e storet  0x00000001 , 0x00004256 
- 00021127  0x0000510f rtn 
- 00021128  0x00005118 bpatchx  0x0000002a , 0x00004025 
- 00021129  0x00005119 call  0x0000526e 
- 00021130  0x0000511a nbranch  0x00002a8c , 0x00000034 
- 00021131  0x0000511b call  0x00005274 
- 00021132  0x0000511c branch  0x00005295 , 0x00000034 
- 00021133  0x0000511d fetch  0x00000003 , 0x0000425a 
- 00021134  0x0000511e store  0x00000003 , 0x00004257 
- 00021135  0x0000511f ifetch  0x00000003 , 0x00000006 
- 00021136  0x00005120 istore  0x00000003 , 0x00000005 
- 00021137  0x00005121 ifetch  0x00000003 , 0x00000006 
- 00021138  0x00005122 istore  0x00000003 , 0x00000005 
- 00021139  0x00005123 setarg  0x00000000 
- 00021140  0x00005124 istore  0x00000003 , 0x00000005 
- 00021141  0x00005126 arg  0x00000000 , 0x00000002 
- 00021142  0x00005127 copy  0x0000000b , 0x0000003f 
- 00021143  0x00005128 iadd  0x00000007 , 0x0000003f 
- 00021144  0x0000512a qset1  0x00000002 
- 00021145  0x0000512b increase  0x00000001 , 0x00000007 
- 00021146  0x0000512c isub  0x00000007 , 0x0000003e 
- 00021147  0x0000512d nbranch  0x00005298 , 0x00000005 
- 00021148  0x0000512f lshift8  0x00000012 , 0x0000003f 
- 00021149  0x00005130 ior  0x00000002 , 0x0000003f 
- 00021150  0x00005131 store  0x00000003 , 0x00004260 
- 00021151  0x00005132 rtn 
- 00021152  0x0000513d bpatchx  0x0000002b , 0x00004025 
- 00021153  0x0000513e call  0x0000527e 
- 00021154  0x0000513f copy  0x00000007 , 0x00000013 
- 00021155  0x00005140 arg  0x00000000 , 0x00000002 
- 00021156  0x00005141 arg  0x00000000 , 0x0000000b 
- 00021157  0x00005144 copy  0x00000007 , 0x0000003f 
- 00021158  0x00005145 beq  0x00000008 , 0x000052b0 
- 00021159  0x00005146 fetch  0x00000001 , 0x00004256 
- 00021160  0x00005147 qisolate1  0x0000003f 
- 00021161  0x00005148 branch  0x000052b0 , 0x00000001 
- 00021162  0x00005149 increase  0x00000080 , 0x00000002 
- 00021163  0x0000514a increase  0x00000001 , 0x00000007 
- 00021164  0x0000514b copy  0x00000011 , 0x0000003f 
- 00021165  0x0000514c isub  0x00000002 , 0x0000003e 
- 00021166  0x0000514d branch  0x000052b0 , 0x00000005 
- 00021167  0x0000514e branch  0x000052a5 , 0x00000002 
- 00021168  0x00005150 copy  0x00000002 , 0x0000003f 
- 00021169  0x00005151 isub  0x00000011 , 0x0000003e 
- 00021170  0x00005152 nbranch  0x000052b6 , 0x00000002 
- 00021171  0x00005153 copy  0x00000007 , 0x0000003f 
- 00021172  0x00005154 copy  0x00000013 , 0x00000002 
- 00021173  0x00005155 isub  0x00000002 , 0x0000000b 
- 00021174  0x00005157 copy  0x00000013 , 0x00000007 
- 00021175  0x00005158 rtn 
- 00021176  0x0000515c bpatchx  0x0000002c , 0x00004025 
- 00021177  0x0000515d arg  0x0000007f , 0x00000011 
- 00021178  0x0000515e call  0x00005240 
- 00021179  0x0000515f store  0x00000002 , 0x0000026b 
- 00021180  0x00005160 increase  0x00000004 , 0x0000003f 
- 00021181  0x00005161 store  0x00000002 , 0x0000026d 
- 00021182  0x00005162 setarg  0x00000000 
- 00021183  0x00005163 store  0x00000002 , 0x0000026f 
- 00021184  0x00005164 rtn 
- 00021185  0x00005167 fetch  0x00000002 , 0x0000026b 
- 00021186  0x00005168 branch  0x000052e2 
- 00021187  0x0000516b fetch  0x00000002 , 0x0000026d 
- 00021188  0x0000516c branch  0x000052e2 
- 00021189  0x00005170 bpatchx  0x0000002d , 0x00004025 
- 00021190  0x00005171 arg  0x000000fa , 0x00000011 
- 00021191  0x00005172 call  0x00005240 
- 00021192  0x00005173 store  0x00000002 , 0x00000271 
- 00021193  0x00005174 increase  0x00000004 , 0x0000003f 
- 00021194  0x00005175 store  0x00000002 , 0x00000273 
- 00021195  0x00005176 setarg  0x00000000 
- 00021196  0x00005177 store  0x00000002 , 0x00000275 
- 00021197  0x00005178 rtn 
- 00021198  0x0000517b fetch  0x00000002 , 0x00000271 
- 00021199  0x0000517c branch  0x000052e2 
- 00021200  0x0000517f fetch  0x00000002 , 0x00000273 
- 00021201  0x00005180 branch  0x000052e2 
- 00021202  0x00005184 bpatchx  0x0000002e , 0x00004025 
- 00021203  0x00005185 call  0x00007e7c 
- 00021204  0x00005186 jam  0x00000001 , 0x00000284 
- 00021205  0x00005187 call  0x0000526e 
- 00021206  0x00005188 nrtn  0x00000034 
- 00021207  0x00005189 arg  0x0000007f , 0x00000011 
- 00021208  0x0000518a call  0x00005240 
- 00021209  0x0000518b store  0x00000002 , 0x00000277 
- 00021210  0x0000518c increase  0x00000004 , 0x0000003f 
- 00021211  0x0000518d store  0x00000002 , 0x00000279 
- 00021212  0x0000518e setarg  0x00000000 
- 00021213  0x0000518f store  0x00000002 , 0x0000027b 
- 00021214  0x00005190 jam  0x00000000 , 0x00000284 
- 00021215  0x00005191 branch  0x00007e8c 
- 00021216  0x00005194 fetch  0x00000002 , 0x00000277 
- 00021217  0x00005195 branch  0x000052e2 
- 00021218  0x00005198 branch  0x00002a8c , 0x00000034 
- 00021219  0x00005199 copy  0x0000003f , 0x00000005 
- 00021220  0x0000519a rtn 
- 00021221  0x0000519e bpatchx  0x0000002f , 0x00004025 
- 00021222  0x0000519f arg  0x00000000 , 0x00000012 
- 00021223  0x000051a0 arg  0x00004257 , 0x00000011 
- 00021224  0x000051a1 increase  0xfffffffe , 0x00000011 
- 00021225  0x000051a3 increase  0x00000002 , 0x00000011 
- 00021226  0x000051a4 setarg  0x00004263 
- 00021227  0x000051a5 isub  0x00000011 , 0x0000003e 
- 00021228  0x000051a6 branch  0x000052f5 , 0x00000005 
- 00021229  0x000051a7 ifetch  0x00000001 , 0x00000011 
- 00021230  0x000051a8 increase  0x00000001 , 0x00000011 
- 00021231  0x000051a9 branch  0x000052e9 , 0x00000034 
- 00021232  0x000051aa ifetcht  0x00000002 , 0x00000011 
- 00021233  0x000051ab ifetch  0x00000002 , 0x00000002 
- 00021234  0x000051ac iadd  0x00000012 , 0x00000012 
- 00021235  0x000051ad increase  0x00000004 , 0x00000012 
- 00021236  0x000051ae branch  0x000052e9 
- 00021237  0x000051b0 copy  0x00000012 , 0x0000003f 
- 00021238  0x000051b1 rtn 
- 00021239  0x000051b5 arg  0x0000000c , 0x00000007 
- 00021240  0x000051b6 branch  0x00002c32 
- 00021241  0x000051b9 arg  0x0000000c , 0x00000007 
- 00021242  0x000051ba branch  0x00002c36 
- 00021243  0x000051bd bpatchx  0x00000030 , 0x00004026 
- 00021244  0x000051be call  0x0000527e 
- 00021245  0x000051bf fetch  0x00000001 , 0x00004256 
- 00021246  0x000051c0 rtn  0x00000034 
- 00021247  0x000051c1 call  0x000052e5 
- 00021248  0x000051c2 arg  0x00000100 , 0x00000002 
- 00021249  0x000051c3 isub  0x00000002 , 0x0000003e 
- 00021250  0x000051c4 branch  0x000052f7 , 0x00000002 
- 00021251  0x000051c5 call  0x000052f9 
- 00021252  0x000051c6 arg  0x00004263 , 0x00000005 
- 00021253  0x000051c7 arg  0x00004257 , 0x00000011 
- 00021254  0x000051c9 setarg  0x00004263 
- 00021255  0x000051ca isub  0x00000011 , 0x0000003e 
- 00021256  0x000051cb rtn  0x00000005 
- 00021257  0x000051cc ifetch  0x00000001 , 0x00000011 
- 00021258  0x000051cd increase  0x00000001 , 0x00000011 
- 00021259  0x000051ce nbranch  0x0000530f , 0x00000034 
- 00021260  0x000051cf istore  0x00000002 , 0x00000005 
- 00021261  0x000051d0 increase  0x00000002 , 0x00000011 
- 00021262  0x000051d1 branch  0x00005306 
- 00021263  0x000051d3 ifetch  0x00000002 , 0x00000011 
- 00021264  0x000051d4 increase  0x00000002 , 0x00000011 
- 00021265  0x000051d5 copy  0x0000003f , 0x00000006 
- 00021266  0x000051d6 ifetch  0x00000002 , 0x00000006 
- 00021267  0x000051d7 istore  0x00000002 , 0x00000005 
- 00021268  0x000051d8 copy  0x0000003f , 0x00000039 
- 00021269  0x000051d9 increase  0x00000002 , 0x00000039 
- 00021270  0x000051da call  0x00007f01 
- 00021271  0x000051db branch  0x00005306 
- 00021272  0x000051de bpatchx  0x00000031 , 0x00004026 
- 00021273  0x000051df call  0x0000527e 
- 00021274  0x000051e0 fetch  0x00000001 , 0x00004256 
- 00021275  0x000051e1 rtn  0x00000034 
- 00021276  0x000051e2 arg  0x00004258 , 0x00000011 
- 00021277  0x000051e3 increase  0xfffffffd , 0x00000011 
- 00021278  0x000051e4 arg  0x00004263 , 0x00000006 
- 00021279  0x000051e6 increase  0x00000003 , 0x00000011 
- 00021280  0x000051e7 setarg  0x00004264 
- 00021281  0x000051e8 isub  0x00000011 , 0x0000003e 
- 00021282  0x000051e9 rtn  0x00000005 
- 00021283  0x000051ea ifetch  0x00000002 , 0x00000006 
- 00021284  0x000051eb branch  0x0000531f , 0x00000034 
- 00021285  0x000051ec increase  0x00000004 , 0x0000003f 
- 00021286  0x000051ed copy  0x0000003f , 0x00000039 
- 00021287  0x000051ee copy  0x00000006 , 0x00000012 
- 00021288  0x000051ef ifetch  0x00000002 , 0x00000011 
- 00021289  0x000051f0 copy  0x0000003f , 0x00000005 
- 00021290  0x000051f1 copy  0x00000012 , 0x00000006 
- 00021291  0x000051f2 increase  0xfffffffe , 0x00000006 
- 00021292  0x000051f3 call  0x00007f01 
- 00021293  0x000051f4 branch  0x0000531f 
- 00021294  0x000051ff bpatchx  0x00000032 , 0x00004026 
- 00021295  0x00005200 disable  0x0000002b 
- 00021296  0x00005201 jam  0x00000001 , 0x00000455 
- 00021297  0x00005202 jam  0x00000003 , 0x0000043f 
- 00021298  0x00005203 jam  0x00000001 , 0x00000456 
- 00021299  0x00005204 setarg  0xffffffff 
- 00021300  0x00005205 store  0x00000002 , 0x00000459 
- 00021301  0x00005206 force  0x00000000 , 0x0000003f 
- 00021302  0x00005207 store  0x00000001 , 0x00000457 
- 00021303  0x00005208 store  0x00000001 , 0x00000462 
- 00021304  0x00005209 store  0x00000003 , 0x00004169 
- 00021305  0x0000520a store  0x00000003 , 0x0000416c 
- 00021306  0x0000520b store  0x00000005 , 0x00004403 
- 00021307  0x0000520c set1  0x00000027 , 0x0000003f 
- 00021308  0x0000520d store  0x00000005 , 0x00004408 
- 00021309  0x0000520e jam  0x00000001 , 0x000043dc 
- 00021310  0x0000520f jam  0x00000000 , 0x000043dd 
- 00021311  0x00005210 branch  0x000056ed 
- 00021312  0x00005213 bpatchx  0x00000033 , 0x00004026 
- 00021313  0x00005214 enable  0x00000029 
- 00021314  0x00005215 jam  0x00000003 , 0x00000440 
- 00021315  0x00005216 jam  0x00000001 , 0x00000478 
- 00021316  0x00005217 jam  0x00000001 , 0x0000445a 
- 00021317  0x00005218 setarg  0x0000ffff 
- 00021318  0x00005219 store  0x00000002 , 0x0000445c 
- 00021319  0x0000521a force  0x00000000 , 0x0000003f 
- 00021320  0x0000521b store  0x00000005 , 0x00004408 
- 00021321  0x0000521c set1  0x00000027 , 0x0000003f 
- 00021322  0x0000521d store  0x00000005 , 0x00004403 
- 00021323  0x0000521e branch  0x0000532e 
- 00021324  0x00005222 bpatchx  0x00000034 , 0x00004026 
- 00021325  0x00005223 disable  0x00000029 
- 00021326  0x00005224 setarg  0x00000017 
- 00021327  0x00005225 store  0x00000002 , 0x000044a8 
- 00021328  0x00005226 jam  0x00000001 , 0x00000440 
- 00021329  0x00005227 jam  0x00000000 , 0x0000436e 
- 00021330  0x00005228 jam  0x00000000 , 0x000000a0 
- 00021331  0x00005229 jam  0x00000000 , 0x000044c4 
- 00021332  0x0000522a jam  0x00000000 , 0x000044c5 
- 00021333  0x0000522b fetch  0x00000002 , 0x0000046d 
- 00021334  0x0000522c store  0x00000002 , 0x000044ba 
- 00021335  0x0000522d fetch  0x00000002 , 0x00000441 
- 00021336  0x0000522e mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00021337  0x0000522f rshift4  0x0000003f , 0x0000003f 
- 00021338  0x00005230 store  0x00000002 , 0x0000046d 
- 00021339  0x00005231 branch  0x0000532e 
- 00021340  0x00005238 call  0x000053c4 
- 00021341  0x00005239 call  0x000055e8 
- 00021342  0x0000523a call  0x000056f0 
- 00021343  0x0000523b branch  0x000053ce 
- 00021344  0x0000523e bpatchx  0x00000035 , 0x00004026 
- 00021345  0x0000523f call  0x000053c4 
- 00021346  0x00005240 call  0x000032f4 
- 00021347  0x00005241 fetch  0x00000001 , 0x00000440 
- 00021348  0x00005242 beq  0x00000003 , 0x00005366 
- 00021349  0x00005243 branch  0x0000537a 
- 00021350  0x0000524a bpatchx  0x00000036 , 0x00004026 
- 00021351  0x0000524b enable  0x00000029 
- 00021352  0x0000524c call  0x000056e4 
- 00021353  0x0000524d branch  0x00005377 , 0x00000002 
- 00021354  0x0000524e call  0x00002c6c 
- 00021355  0x0000524f call  0x00005413 
- 00021356  0x00005250 call  0x0000561e 
- 00021357  0x00005251 disable  0x0000002d 
- 00021358  0x00005252 call  0x000054bf 
- 00021359  0x00005253 nrtn  0x0000002d 
- 00021360  0x00005254 bpatchx  0x00000037 , 0x00004026 
- 00021361  0x00005255 fetch  0x00000001 , 0x00000005 
- 00021362  0x00005256 increase  0x00000001 , 0x0000003f 
- 00021363  0x00005257 store  0x00000001 , 0x00000005 
- 00021364  0x00005258 call  0x000055aa 
- 00021365  0x00005259 disable  0x00000029 
- 00021366  0x0000525a rtn 
- 00021367  0x0000525d call  0x000053a9 
- 00021368  0x0000525e disable  0x00000029 
- 00021369  0x0000525f rtn 
- 00021370  0x00005265 bpatchx  0x00000038 , 0x00004027 
- 00021371  0x00005266 jam  0x00000000 , 0x0000450f 
- 00021372  0x00005267 call  0x00007aaf 
- 00021373  0x00005268 call  0x00005c18 
- 00021374  0x00005269 disable  0x0000002e 
- 00021375  0x0000526a call  0x000056e4 
- 00021376  0x0000526b branch  0x000053a9 , 0x00000002 
- 00021377  0x0000526c call  0x00002c6c 
- 00021378  0x0000526d call  0x00005413 
- 00021379  0x0000526e call  0x00005489 
- 00021380  0x0000526f nbranch  0x0000539b , 0x00000018 
- 00021381  0x00005270 call  0x000053b7 
- 00021382  0x00005271 branch  0x00005388 , 0x0000002d 
- 00021383  0x00005272 branch  0x00005395 
- 00021384  0x00005276 bpatchx  0x00000039 , 0x00004027 
- 00021385  0x00005277 fetch  0x00000001 , 0x0000450f 
- 00021386  0x00005278 pincrease  0x00000001 
- 00021387  0x00005279 store  0x00000001 , 0x0000450f 
- 00021388  0x0000527a beq  0x0000000c , 0x00005395 
- 00021389  0x0000527b call  0x000055aa 
- 00021390  0x0000527c call  0x0000561e 
- 00021391  0x0000527d call  0x000054c7 
- 00021392  0x0000527e call  0x0000567e 
- 00021393  0x0000527f fetch  0x00000002 , 0x000041fb 
- 00021394  0x00005280 call  0x00007f9c 
- 00021395  0x00005281 call  0x000053a0 
- 00021396  0x00005282 branch  0x000053a4 , 0x00000028 
- 00021397  0x00005284 bpatchx  0x0000003a , 0x00004027 
- 00021398  0x00005285 call  0x00005be4 
- 00021399  0x00005286 call  0x00005bdb 
- 00021400  0x00005287 call  0x00007d9c 
- 00021401  0x00005288 fetch  0x00000001 , 0x00000462 
- 00021402  0x00005289 bbit1  0x00000003 , 0x000053a9 
- 00021403  0x0000528b bpatchx  0x0000003b , 0x00004027 
- 00021404  0x0000528c call  0x000057f4 
- 00021405  0x0000528d call  0x0000559d 
- 00021406  0x0000528e call  0x00005575 
- 00021407  0x0000528f branch  0x00002841 
- 00021408  0x00005293 disable  0x00000028 
- 00021409  0x00005294 bmark1  0x0000002a , 0x00007fe7 
- 00021410  0x00005295 bmark1  0x00000029 , 0x00007fe7 
- 00021411  0x00005296 rtn 
- 00021412  0x0000529a bpatchx  0x0000003c , 0x00004027 
- 00021413  0x0000529b enable  0x0000002e 
- 00021414  0x0000529c call  0x000054c1 
- 00021415  0x0000529d branch  0x00005388 , 0x0000002d 
- 00021416  0x0000529e branch  0x00005395 
- 00021417  0x000052a4 bpatchx  0x0000003d , 0x00004027 
- 00021418  0x000052a5 call  0x000053af 
- 00021419  0x000052a6 call  0x000033b4 
- 00021420  0x000052a7 call  0x00007a77 
- 00021421  0x000052a8 jam  0x00000015 , 0x00000a99 
- 00021422  0x000052a9 branch  0x00007d86 
- 00021423  0x000052ac setarg  0x00000000 
- 00021424  0x000052ad store  0x00000009 , 0x000044ff 
- 00021425  0x000052ae jam  0x00000000 , 0x00000455 
- 00021426  0x000052af jam  0x00000000 , 0x00000440 
- 00021427  0x000052b0 jam  0x00000000 , 0x0000043f 
- 00021428  0x000052b1 jam  0x00000000 , 0x000044c5 
- 00021429  0x000052b2 jam  0x00000000 , 0x000044c4 
- 00021430  0x000052b3 rtn 
- 00021431  0x000052b6 bpatchx  0x0000003e , 0x00004027 
- 00021432  0x000052b7 fetch  0x00000001 , 0x00000005 
- 00021433  0x000052b8 increase  0x00000001 , 0x0000003f 
- 00021434  0x000052b9 store  0x00000001 , 0x00000005 
- 00021435  0x000052ba fetch  0x00000001 , 0x0000043f 
- 00021436  0x000052bb rtnbit1  0x00000003 
- 00021437  0x000052bc set1  0x00000003 
- 00021438  0x000052bd store  0x00000001 , 0x0000043f 
- 00021439  0x000052be fetch  0x00000002 , 0x000044ba 
- 00021440  0x000052bf store  0x00000002 , 0x0000046d 
- 00021441  0x000052c0 setarg  0x00000000 
- 00021442  0x000052c1 store  0x00000004 , 0x000044e5 
- 00021443  0x000052c2 rtn 
- 00021444  0x000052c6 bpatchx  0x0000003f , 0x00004027 
- 00021445  0x000052c7 jam  0x00000036 , 0x0000890f 
- 00021446  0x000052c8 jam  0x0000005f , 0x0000890b 
- 00021447  0x000052c9 enable  0x00000036 
- 00021448  0x000052ca jam  0x00000007 , 0x00008914 
- 00021449  0x000052cb call  0x00002c6c 
- 00021450  0x000052cc fetch  0x00000001 , 0x000041e0 
- 00021451  0x000052cd rtn  0x00000034 
- 00021452  0x000052ce jam  0x000000b8 , 0x0000890a 
- 00021453  0x000052cf rtn 
- 00021454  0x000052d2 bpatchx  0x00000040 , 0x00004028 
- 00021455  0x000052d3 jam  0x0000002e , 0x0000890f 
- 00021456  0x000052d4 jam  0x000000ff , 0x0000890b 
- 00021457  0x000052d5 disable  0x00000036 
- 00021458  0x000052d6 jam  0x00000003 , 0x00008914 
- 00021459  0x000052d7 arg  0x00000000 , 0x0000001b 
- 00021460  0x000052d8 rtn 
- 00021461  0x000052db disable  0x00000009 
- 00021462  0x000052dc disable  0x00000007 
- 00021463  0x000052dd fetch  0x00000003 , 0x00000467 
- 00021464  0x000052de iforce  0x0000000f 
- 00021465  0x000052df fetch  0x00000001 , 0x00000016 
- 00021466  0x000052e0 reverse  0x0000003f , 0x00000002 
- 00021467  0x000052e1 set1  0x00000001 , 0x00000002 
- 00021468  0x000052e2 rshift  0x00000002 , 0x0000000e 
- 00021469  0x000052e3 rtn 
- 00021470  0x000052e7 call  0x000053e6 
- 00021471  0x000052e8 call  0x0000291f 
- 00021472  0x000052e9 setarg  0x00000500 
- 00021473  0x000052ea call  0x00002a8f 
- 00021474  0x000052eb branch  0x00002924 
- 00021475  0x000052ee branch  0x00002939 , 0x0000002d 
- 00021476  0x000052f0 call  0x000053e6 
- 00021477  0x000052f1 branch  0x00002933 
- 00021478  0x000052f3 bpatchx  0x00000041 , 0x00004028 
- 00021479  0x000052f4 call  0x00002918 
- 00021480  0x000052f5 fetch  0x00000001 , 0x0000048c 
- 00021481  0x000052f6 nbranch  0x000053f9 , 0x00000034 
- 00021482  0x000052f7 fetch  0x00000001 , 0x00000016 
- 00021483  0x000052f8 sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00021484  0x000052f9 branch  0x000053f3 , 0x00000002 
- 00021485  0x000052fa force  0x00000000 , 0x00000002 
- 00021486  0x000052fb rtneq  0x00000025 
- 00021487  0x000052fc force  0x00000018 , 0x00000002 
- 00021488  0x000052fd rtneq  0x00000026 
- 00021489  0x000052fe force  0x0000004e , 0x00000002 
- 00021490  0x000052ff rtn 
- 00021491  0x00005302 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00021492  0x00005303 branch  0x000053f6 , 0x00000002 
- 00021493  0x00005304 increase  0x00000001 , 0x0000003f 
- 00021494  0x00005307 lshift  0x0000003f , 0x0000003f 
- 00021495  0x00005308 add  0x0000003f , 0x00000002 , 0x00000002 
- 00021496  0x00005309 rtn 
- 00021497  0x0000530c fetch  0x00000001 , 0x00000016 
- 00021498  0x0000530d lshift  0x0000003f , 0x00000002 
- 00021499  0x0000530e rtn 
- 00021500  0x00005311 arg  0x000001f4 , 0x00000002 
- 00021501  0x00005312 rtn  0x00000034 
- 00021502  0x00005313 arg  0x000000fa , 0x00000002 
- 00021503  0x00005314 rtneq  0x00000001 
- 00021504  0x00005315 arg  0x00000096 , 0x00000002 
- 00021505  0x00005316 rtneq  0x00000002 
- 00021506  0x00005317 arg  0x00000064 , 0x00000002 
- 00021507  0x00005318 rtneq  0x00000003 
- 00021508  0x00005319 arg  0x0000004b , 0x00000002 
- 00021509  0x0000531a rtneq  0x00000004 
- 00021510  0x0000531b arg  0x00000032 , 0x00000002 
- 00021511  0x0000531c rtneq  0x00000005 
- 00021512  0x0000531d arg  0x00000028 , 0x00000002 
- 00021513  0x0000531e rtneq  0x00000006 
- 00021514  0x0000531f arg  0x00000014 , 0x00000002 
- 00021515  0x00005320 rtn 
- 00021516  0x00005325 setarg  0x008e89be 
- 00021517  0x00005326 lshift8  0x0000003f , 0x0000003f 
- 00021518  0x00005327 or_into  0x000000d6 , 0x0000003f 
- 00021519  0x00005328 iforce  0x00000009 
- 00021520  0x00005329 setarg  0x00555555 
- 00021521  0x0000532a store  0x00000003 , 0x00000467 
- 00021522  0x0000532b rtn 
- 00021523  0x0000532e bpatchx  0x00000042 , 0x00004028 
- 00021524  0x0000532f enable  0x00000010 
- 00021525  0x00005330 fetch  0x00000004 , 0x00000463 
- 00021526  0x00005331 iforce  0x00000009 
- 00021527  0x00005332 call  0x00005466 
- 00021528  0x00005333 setarg  0x00000200 
- 00021529  0x00005334 branch  0x0000541c , 0x00000029 
- 00021530  0x00005335 fetch  0x00000002 , 0x0000044d 
- 00021531  0x00005336 rshift  0x0000003f , 0x0000003f 
- 00021532  0x00005338 arg  0x00000500 , 0x00000002 
- 00021533  0x00005339 iadd  0x00000002 , 0x0000003f 
- 00021534  0x0000533a call  0x00002a24 
- 00021535  0x0000533b deposit  0x0000001a 
- 00021536  0x0000533c store  0x00000006 , 0x00000491 
- 00021537  0x0000533d rtn 
- 00021538  0x00005340 bpatchx  0x00000043 , 0x00004028 
- 00021539  0x00005341 fetch  0x00000001 , 0x00000016 
- 00021540  0x00005342 beq  0x00000025 , 0x00005428 
- 00021541  0x00005343 beq  0x00000026 , 0x0000542e 
- 00021542  0x00005344 beq  0x00000027 , 0x00005434 
- 00021543  0x00005345 branch  0x00005434 
- 00021544  0x00005348 fetcht  0x00000001 , 0x0000448d 
- 00021545  0x00005349 isolate1  0x00000001 , 0x00000002 
- 00021546  0x0000534a branch  0x0000543f , 0x00000001 
- 00021547  0x0000534b isolate1  0x00000002 , 0x00000002 
- 00021548  0x0000534c branch  0x00005444 , 0x00000001 
- 00021549  0x0000534d branch  0x0000543a 
- 00021550  0x00005351 fetcht  0x00000001 , 0x0000448d 
- 00021551  0x00005352 isolate1  0x00000002 , 0x00000002 
- 00021552  0x00005353 branch  0x00005444 , 0x00000001 
- 00021553  0x00005354 isolate1  0x00000000 , 0x00000002 
- 00021554  0x00005355 branch  0x0000543a , 0x00000001 
- 00021555  0x00005356 branch  0x0000543f 
- 00021556  0x0000535a fetcht  0x00000001 , 0x0000448d 
- 00021557  0x0000535b isolate1  0x00000000 , 0x00000002 
- 00021558  0x0000535c branch  0x0000543a , 0x00000001 
- 00021559  0x0000535d isolate1  0x00000001 , 0x00000002 
- 00021560  0x0000535e branch  0x0000543f , 0x00000001 
- 00021561  0x0000535f branch  0x00005444 
- 00021562  0x00005364 jam  0x00000025 , 0x00000016 
- 00021563  0x00005365 fetch  0x00000001 , 0x00000ac2 
- 00021564  0x00005366 set1  0x00000000 , 0x0000003f 
- 00021565  0x00005367 store  0x00000001 , 0x00000ac2 
- 00021566  0x00005368 rtn 
- 00021567  0x0000536b jam  0x00000026 , 0x00000016 
- 00021568  0x0000536c fetch  0x00000001 , 0x00000ac2 
- 00021569  0x0000536d set1  0x00000001 , 0x0000003f 
- 00021570  0x0000536e store  0x00000001 , 0x00000ac2 
- 00021571  0x0000536f rtn 
- 00021572  0x00005372 jam  0x00000027 , 0x00000016 
- 00021573  0x00005373 fetch  0x00000001 , 0x00000ac2 
- 00021574  0x00005374 set1  0x00000002 , 0x0000003f 
- 00021575  0x00005375 store  0x00000001 , 0x00000ac2 
- 00021576  0x00005376 rtn 
- 00021577  0x0000537b bpatchx  0x00000044 , 0x00004028 
- 00021578  0x0000537c add  0x00000011 , 0x00000001 , 0x00000006 
- 00021579  0x0000537d ifetch  0x00000001 , 0x00000006 
- 00021580  0x0000537e rtnbit0  0x00000000 
- 00021581  0x0000537f add  0x00000011 , 0x0000001a , 0x00000005 
- 00021582  0x00005380 ifetch  0x00000002 , 0x00000005 
- 00021583  0x00005381 increase  0x00000001 , 0x0000003f 
- 00021584  0x00005382 istore  0x00000002 , 0x00000005 
- 00021585  0x00005383 add  0x00000011 , 0x00000019 , 0x00000006 
- 00021586  0x00005384 ifetch  0x00000001 , 0x00000006 
- 00021587  0x00005385 add  0x00000011 , 0x00000018 , 0x00000005 
- 00021588  0x00005386 ifetcht  0x00000001 , 0x00000005 
- 00021589  0x00005387 iadd  0x00000002 , 0x0000003f 
- 00021590  0x00005388 sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00021591  0x00005389 branch  0x00005459 , 0x00000002 
- 00021592  0x0000538a increase  0xffffffdb , 0x0000003f 
- 00021593  0x0000538c istore  0x00000001 , 0x00000005 
- 00021594  0x0000538d rtn 
- 00021595  0x00005391 bpatchx  0x00000045 , 0x00004028 
- 00021596  0x00005392 fetch  0x00000005 , 0x0000046f 
- 00021597  0x00005393 force  0x00000000 , 0x00000002 
- 00021598  0x00005394 force  0x00000025 , 0x00000039 
- 00021599  0x00005396 bbit0  0x00000000 , 0x00005461 
- 00021600  0x00005397 increase  0x00000001 , 0x00000002 
- 00021601  0x00005399 rshift  0x0000003f , 0x0000003f 
- 00021602  0x0000539a loop  0x0000545f 
- 00021603  0x0000539b add  0x00000002 , 0xffffffff , 0x0000003f 
- 00021604  0x0000539c store  0x00000001 , 0x00000461 
- 00021605  0x0000539d rtn 
- 00021606  0x000053a0 bpatchx  0x00000046 , 0x00004028 
- 00021607  0x000053a1 fetch  0x00000001 , 0x00000457 
- 00021608  0x000053a2 iforce  0x00000007 
- 00021609  0x000053a3 fetcht  0x00000005 , 0x0000046f 
- 00021610  0x000053a4 qisolate1  0x00000002 
- 00021611  0x000053a5 branch  0x0000547c , 0x00000001 
- 00021612  0x000053a7 bpatchx  0x00000047 , 0x00004028 
- 00021613  0x000053a8 fetch  0x00000001 , 0x00000461 
- 00021614  0x000053a9 isub  0x00000007 , 0x0000003f 
- 00021615  0x000053aa branch  0x00005472 , 0x00000002 
- 00021616  0x000053ab sub  0x0000003f , 0xffffffff , 0x00000007 
- 00021617  0x000053ac branch  0x0000546c 
- 00021618  0x000053ae copy  0x00000007 , 0x00000039 
- 00021619  0x000053af force  0x00000000 , 0x00000007 
- 00021620  0x000053b1 qisolate1  0x00000002 
- 00021621  0x000053b2 branch  0x00005477 , 0x00000001 
- 00021622  0x000053b3 increase  0x00000001 , 0x00000039 
- 00021623  0x000053b5 deposit  0x00000039 
- 00021624  0x000053b6 branch  0x0000547c , 0x00000034 
- 00021625  0x000053b7 increase  0x00000001 , 0x00000007 
- 00021626  0x000053b8 increase  0xffffffff , 0x00000039 
- 00021627  0x000053b9 branch  0x00005474 
- 00021628  0x000053bb deposit  0x00000007 
- 00021629  0x000053bc store  0x00000001 , 0x00000016 
- 00021630  0x000053bd rtn 
- 00021631  0x000053c1 branch  0x00005482 , 0x00000029 
- 00021632  0x000053c2 until  0x0000003e , 0x00000003 
- 00021633  0x000053c3 rtn 
- 00021634  0x000053c6 arg  0x00000ea0 , 0x0000000b 
- 00021635  0x000053c7 until  0x00000023 , 0x00000026 
- 00021636  0x000053c8 rtn 
- 00021637  0x000053cb disable  0x00000010 
- 00021638  0x000053cc fetch  0x00000002 , 0x0000436c 
- 00021639  0x000053cd copy  0x0000003f , 0x0000000b 
- 00021640  0x000053ce branch  0x0000548e 
- 00021641  0x000053d2 bpatchx  0x00000048 , 0x00004029 
- 00021642  0x000053d3 enable  0x00000010 
- 00021643  0x000053d4 fetch  0x00000002 , 0x0000044d 
- 00021644  0x000053d5 fetcht  0x00000004 , 0x000044e5 
- 00021645  0x000053d6 iadd  0x00000002 , 0x0000000b 
- 00021646  0x000053d8 call  0x000053de 
- 00021647  0x000053da bpatchx  0x00000049 , 0x00004029 
- 00021648  0x000053db call  0x000053d5 
- 00021649  0x000053dc disable  0x0000002d 
- 00021650  0x000053dd enable  0x0000000d 
- 00021651  0x000053de enable  0x00000021 
- 00021652  0x000053df disable  0x00000020 
- 00021653  0x000053e0 copy  0x0000000b , 0x0000001b 
- 00021654  0x000053e1 correlate  0x0000003e , 0x00000003 
- 00021655  0x000053e2 branch  0x0000549a , 0x0000002e 
- 00021656  0x000053e3 copy  0x0000001a , 0x00000002 
- 00021657  0x000053e4 storet  0x00000006 , 0x0000009a 
- 00021658  0x000053e6 nbranch  0x0000264d , 0x00000018 
- 00021659  0x000053e7 branch  0x000054a1 , 0x0000002e 
- 00021660  0x000053e8 arg  0x000001e0 , 0x00000029 
- 00021661  0x000053e9 copy  0x00000021 , 0x00000028 
- 00021662  0x000053ea fetch  0x00000001 , 0x0000043f 
- 00021663  0x000053eb bbit0  0x00000003 , 0x000054a1 
- 00021664  0x000053ec call  0x00002b05 , 0x0000002b 
- 00021665  0x000053ee bpatchx  0x0000004a , 0x00004029 
- 00021666  0x000053ef call  0x000029bb 
- 00021667  0x000053f0 enable  0x00000007 
- 00021668  0x000053f1 enable  0x00000009 
- 00021669  0x000053f2 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021670  0x000053f3 rshift3  0x0000000c , 0x0000003f 
- 00021671  0x000053f4 store  0x00000001 , 0x000002d9 
- 00021672  0x000053f5 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021673  0x000053f6 rshift3  0x0000000c , 0x0000003f 
- 00021674  0x000053f7 istore  0x00000001 , 0x00000005 
- 00021675  0x000053f8 and  0x0000003f , 0x0000003f , 0x00000039 
- 00021676  0x000053f9 branch  0x000054b1 , 0x00000005 
- 00021677  0x000053fc parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021678  0x000053fd rshift3  0x0000000c , 0x0000003f 
- 00021679  0x000053fe istore  0x00000001 , 0x00000005 
- 00021680  0x000053ff loop  0x000054ad 
- 00021681  0x00005402 bpatchx  0x0000004b , 0x00004029 
- 00021682  0x00005403 parse  0x00000003 , 0x00000000 , 0x00000018 
- 00021683  0x00005404 enable  0x00000010 
- 00021684  0x00005405 arg  0x00000664 , 0x0000001b 
- 00021685  0x00005406 rshift32  0x0000003f , 0x0000003f 
- 00021686  0x00005407 rshift16  0x0000003f , 0x0000003f 
- 00021687  0x00005408 istore  0x00000003 , 0x00000005 
- 00021688  0x00005409 branch  0x0000264d , 0x00000006 
- 00021689  0x0000540a enable  0x0000002d 
- 00021690  0x0000540b fetch  0x00000001 , 0x00000017 
- 00021691  0x0000540c add  0x0000003f , 0x00000000 , 0x00000011 
- 00021692  0x0000540d call  0x00002981 
- 00021693  0x0000540e disable  0x0000000d 
- 00021694  0x0000540f branch  0x00002918 
- 00021695  0x00005412 bpatchx  0x0000004c , 0x00004029 
- 00021696  0x00005413 call  0x000054c9 
- 00021697  0x00005415 fetcht  0x00000001 , 0x00000017 
- 00021698  0x00005416 call  0x0000291f 
- 00021699  0x00005417 call  0x00002924 
- 00021700  0x00005418 enable  0x00000010 
- 00021701  0x00005419 arg  0x0000157c , 0x0000000b 
- 00021702  0x0000541a branch  0x0000548f 
- 00021703  0x0000541d call  0x000054c9 
- 00021704  0x0000541e branch  0x0000264d 
- 00021705  0x00005421 bpatchx  0x0000004d , 0x00004029 
- 00021706  0x00005422 call  0x000053d5 
- 00021707  0x00005423 call  0x000053e3 
- 00021708  0x00005424 branch  0x000054cd 
- 00021709  0x00005427 set1  0x00000000 , 0x00000015 
- 00021710  0x00005428 enable  0x0000001d 
- 00021711  0x00005429 enable  0x00000020 
- 00021712  0x0000542a disable  0x00000021 
- 00021713  0x0000542b call  0x0000547f 
- 00021714  0x0000542c rshift16  0x00000009 , 0x0000003f 
- 00021715  0x0000542d rshift8  0x0000003f , 0x0000003f 
- 00021716  0x0000542e rshift4  0x0000003f , 0x0000003f 
- 00021717  0x0000542f inject  0x00000003 , 0x00000028 
- 00021718  0x00005430 enable  0x00000007 
- 00021719  0x00005431 enable  0x00000009 
- 00021720  0x00005432 bpatchx  0x0000004e , 0x00004029 
- 00021721  0x00005433 fetch  0x00000001 , 0x000043dc 
- 00021722  0x00005434 inject  0x00000003 , 0x00000008 
- 00021723  0x00005435 ifetch  0x00000001 , 0x00000006 
- 00021724  0x00005436 and  0x0000003f , 0x0000003f , 0x00000039 
- 00021725  0x00005437 inject  0x00000003 , 0x00000008 
- 00021726  0x00005438 branch  0x000054e2 , 0x00000005 
- 00021727  0x0000543a ifetch  0x00000001 , 0x00000006 
- 00021728  0x0000543b inject  0x00000003 , 0x00000008 
- 00021729  0x0000543c loop  0x000054df 
- 00021730  0x0000543f enable  0x00000008 
- 00021731  0x00005440 inject  0x00000003 , 0x00000018 
- 00021732  0x00005441 disable  0x00000008 
- 00021733  0x00005442 until  0x0000003e , 0x00000027 
- 00021734  0x00005443 nop  0x00000064 
- 00021735  0x00005444 disable  0x0000001d 
- 00021736  0x00005445 rtn 
- 00021737  0x00005448 bpatchx  0x0000004f , 0x00004029 
- 00021738  0x00005449 fetch  0x00000001 , 0x00004484 
- 00021739  0x0000544a beq  0x00000001 , 0x000054f9 
- 00021740  0x0000544b fetch  0x00000001 , 0x00004485 
- 00021741  0x0000544c lshift4  0x0000003f , 0x0000003f 
- 00021742  0x0000544d lshift2  0x0000003f , 0x0000003f 
- 00021743  0x0000544e store  0x00000001 , 0x000043dc 
- 00021744  0x0000544f fetcht  0x00000001 , 0x0000436f 
- 00021745  0x00005450 add  0x00000002 , 0x00000006 , 0x0000003f 
- 00021746  0x00005451 store  0x00000001 , 0x000043dd 
- 00021747  0x00005452 fetch  0x00000006 , 0x000044a0 
- 00021748  0x00005453 store  0x00000006 , 0x000043de 
- 00021749  0x00005454 copy  0x00000002 , 0x00000039 
- 00021750  0x00005455 arg  0x00004370 , 0x00000006 
- 00021751  0x00005456 call  0x00007ef4 
- 00021752  0x00005457 branch  0x00005504 
- 00021753  0x00005459 fetch  0x00000001 , 0x00004486 
- 00021754  0x0000545a lshift4  0x0000003f , 0x0000003f 
- 00021755  0x0000545b lshift2  0x0000003f , 0x0000003f 
- 00021756  0x0000545c increase  0x00000001 , 0x0000003f 
- 00021757  0x0000545d store  0x00000001 , 0x000043dc 
- 00021758  0x0000545e setarg  0x0000000c 
- 00021759  0x0000545f store  0x00000001 , 0x000043dd 
- 00021760  0x00005460 fetch  0x00000006 , 0x000044a0 
- 00021761  0x00005461 store  0x00000006 , 0x000043de 
- 00021762  0x00005462 fetch  0x00000006 , 0x000041d0 
- 00021763  0x00005463 istore  0x00000006 , 0x00000005 
- 00021764  0x00005465 bpatchx  0x00000050 , 0x0000402a 
- 00021765  0x00005466 fetch  0x00000001 , 0x00000000 
- 00021766  0x00005467 increase  0x00000001 , 0x0000003f 
- 00021767  0x00005468 store  0x00000001 , 0x00000000 
- 00021768  0x00005469 arg  0x00000708 , 0x0000001b 
- 00021769  0x0000546a disable  0x0000002d 
- 00021770  0x0000546b branch  0x000054bf 
- 00021771  0x0000546e bpatchx  0x00000051 , 0x0000402a 
- 00021772  0x0000546f fetch  0x00000001 , 0x0000449e 
- 00021773  0x00005470 rtnne  0x00000001 
- 00021774  0x00005471 fetch  0x00000001 , 0x00000000 
- 00021775  0x00005472 increase  0x00000001 , 0x0000003f 
- 00021776  0x00005473 store  0x00000001 , 0x00000000 
- 00021777  0x00005474 arg  0x00000c03 , 0x00000002 
- 00021778  0x00005475 fetch  0x00000001 , 0x0000449f 
- 00021779  0x00005476 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00021780  0x00005477 copy  0x00000011 , 0x0000003f 
- 00021781  0x00005478 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00021782  0x00005479 storet  0x00000002 , 0x000043dc 
- 00021783  0x0000547a fetch  0x00000006 , 0x000044a0 
- 00021784  0x0000547b istore  0x00000006 , 0x00000005 
- 00021785  0x0000547c fetch  0x00000006 , 0x0000044f 
- 00021786  0x0000547d istore  0x00000006 , 0x00000005 
- 00021787  0x0000547e branch  0x000054bf 
- 00021788  0x00005482 bpatchx  0x00000052 , 0x0000402a 
- 00021789  0x00005483 arg  0x00000004 , 0x00000002 
- 00021790  0x00005484 fetch  0x00000001 , 0x00004485 
- 00021791  0x00005485 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00021792  0x00005486 storet  0x00000001 , 0x000043dc 
- 00021793  0x00005487 fetcht  0x00000001 , 0x0000438f 
- 00021794  0x00005488 add  0x00000002 , 0x00000006 , 0x0000003f 
- 00021795  0x00005489 store  0x00000001 , 0x000043dd 
- 00021796  0x0000548a fetch  0x00000006 , 0x000044a0 
- 00021797  0x0000548b store  0x00000006 , 0x000043de 
- 00021798  0x0000548c arg  0x00004390 , 0x00000006 
- 00021799  0x0000548d copy  0x00000002 , 0x00000039 
- 00021800  0x0000548e call  0x00007ef4 
- 00021801  0x0000548f call  0x000054c7 
- 00021802  0x00005490 branch  0x00005706 
- 00021803  0x00005493 bpatchx  0x00000053 , 0x0000402a 
- 00021804  0x00005494 force  0xffffffff , 0x0000003f 
- 00021805  0x00005495 setsect  0x00000002 , 0x00000001 
- 00021806  0x00005496 store  0x00000005 , 0x0000046f 
- 00021807  0x00005497 call  0x0000545b 
- 00021808  0x00005498 force  0x00000004 , 0x00000039 
- 00021809  0x00005499 arg  0x00000463 , 0x00000005 
- 00021810  0x0000549a call  0x0000630d 
- 00021811  0x0000549b fetch  0x00000002 , 0x0000449c 
- 00021812  0x0000549c store  0x00000002 , 0x0000046d 
- 00021813  0x0000549e random  0x0000003f 
- 00021814  0x0000549f and_into  0x0000000f , 0x0000003f 
- 00021815  0x000054a0 sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00021816  0x000054a1 branch  0x00005535 , 0x00000002 
- 00021817  0x000054a2 store  0x00000001 , 0x00000458 
- 00021818  0x000054a3 store  0x00000001 , 0x000006e6 
- 00021819  0x000054a4 bpatchx  0x00000054 , 0x0000402a 
- 00021820  0x000054a5 fetcht  0x00000002 , 0x00004367 
- 00021821  0x000054a6 storet  0x00000002 , 0x00000441 
- 00021822  0x000054a7 copy  0x00000002 , 0x00000013 
- 00021823  0x000054a8 add  0x00000022 , 0x00000007 , 0x0000003f 
- 00021824  0x000054a9 idiv  0x00000013 
- 00021825  0x000054aa call  0x00007f86 
- 00021826  0x000054ab remainder  0x00000011 
- 00021827  0x000054ac isub  0x00000011 , 0x0000003f 
- 00021828  0x000054ad iadd  0x00000013 , 0x0000003f 
- 00021829  0x000054ae fetcht  0x00000002 , 0x00004365 
- 00021830  0x000054af iadd  0x00000002 , 0x0000003f 
- 00021831  0x000054b0 store  0x00000004 , 0x00000443 
- 00021832  0x000054b1 isub  0x00000022 , 0x00000011 
- 00021833  0x000054b2 increase  0xfffffffa , 0x00000011 
- 00021834  0x000054b3 arg  0x00002205 , 0x00000012 
- 00021835  0x000054b4 fetch  0x00000001 , 0x00004495 
- 00021836  0x000054b5 nsetflag  0x00000034 , 0x00000006 , 0x00000012 
- 00021837  0x000054b6 fetch  0x00000001 , 0x0000448e 
- 00021838  0x000054b7 nsetflag  0x00000034 , 0x00000007 , 0x00000012 
- 00021839  0x000054b8 copy  0x00000012 , 0x0000003f 
- 00021840  0x000054b9 store  0x00000002 , 0x000043dc 
- 00021841  0x000054ba fetch  0x00000006 , 0x000044a0 
- 00021842  0x000054bb istore  0x00000006 , 0x00000005 
- 00021843  0x000054bc fetch  0x00000006 , 0x0000044f 
- 00021844  0x000054bd istore  0x00000006 , 0x00000005 
- 00021845  0x000054be fetch  0x00000004 , 0x00000463 
- 00021846  0x000054bf istore  0x00000004 , 0x00000005 
- 00021847  0x000054c0 random  0x0000003f 
- 00021848  0x000054c1 istore  0x00000002 , 0x00000005 
- 00021849  0x000054c2 random  0x0000003f 
- 00021850  0x000054c3 istore  0x00000001 , 0x00000005 
- 00021851  0x000054c4 force  0x00000002 , 0x0000003f 
- 00021852  0x000054c5 istore  0x00000001 , 0x00000005 
- 00021853  0x000054c6 rshift2  0x00000011 , 0x0000003f 
- 00021854  0x000054c7 istore  0x00000002 , 0x00000005 
- 00021855  0x000054c8 rshift2  0x00000013 , 0x0000003f 
- 00021856  0x000054c9 istore  0x00000002 , 0x00000005 
- 00021857  0x000054ca bpatchx  0x00000055 , 0x0000402a 
- 00021858  0x000054cb setarg  0x00000000 
- 00021859  0x000054cc istore  0x00000002 , 0x00000005 
- 00021860  0x000054cd fetch  0x00000002 , 0x0000449c 
- 00021861  0x000054ce istore  0x00000002 , 0x00000005 
- 00021862  0x000054cf fetch  0x00000005 , 0x0000046f 
- 00021863  0x000054d0 istore  0x00000005 , 0x00000005 
- 00021864  0x000054d1 fetch  0x00000001 , 0x00000458 
- 00021865  0x000054d2 arg  0x000000a0 , 0x00000002 
- 00021866  0x000054d3 ior  0x00000002 , 0x0000003f 
- 00021867  0x000054d4 istore  0x00000001 , 0x00000005 
- 00021868  0x000054d5 call  0x000054c7 
- 00021869  0x000054d6 setarg  0x000043dc 
- 00021870  0x000054d7 add  0x0000003f , 0x00000012 , 0x00000006 
- 00021871  0x000054d8 ifetch  0x00000003 , 0x00000006 
- 00021872  0x000054d9 store  0x00000003 , 0x00000467 
- 00021873  0x000054da rtn 
- 00021874  0x000054dd bpatchx  0x00000056 , 0x0000402a 
- 00021875  0x000054de disable  0x00000029 
- 00021876  0x000054df branch  0x0000540c 
- 00021877  0x000054e4 fetch  0x00000001 , 0x0000043f 
- 00021878  0x000054e5 rtnbit0  0x00000005 
- 00021879  0x000054e6 fetch  0x00000002 , 0x00000459 
- 00021880  0x000054e7 fetcht  0x00000002 , 0x0000045f 
- 00021881  0x000054e8 isub  0x00000002 , 0x0000003f 
- 00021882  0x000054e9 nrtn  0x00000002 
- 00021883  0x000054ea store  0x00000002 , 0x00000a9a 
- 00021884  0x000054eb bpatchx  0x00000057 , 0x0000402a 
- 00021885  0x000054ec fetch  0x00000001 , 0x0000043f 
- 00021886  0x000054ed set0  0x00000005 , 0x0000003f 
- 00021887  0x000054ee set0  0x00000003 , 0x0000003f 
- 00021888  0x000054ef store  0x00000001 , 0x0000043f 
- 00021889  0x000054f0 fetch  0x00000004 , 0x00000443 
- 00021890  0x000054f1 fetcht  0x00000002 , 0x00000441 
- 00021891  0x000054f2 storet  0x00000002 , 0x00000aa2 
- 00021892  0x000054f3 isub  0x00000002 , 0x00000011 
- 00021893  0x000054f4 bpatchx  0x00000058 , 0x0000402b 
- 00021894  0x000054f5 fetch  0x00000001 , 0x000043d3 
- 00021895  0x000054f6 store  0x00000001 , 0x0000046a 
- 00021896  0x000054f7 ifetcht  0x00000002 , 0x00000006 
- 00021897  0x000054f8 ifetch  0x00000002 , 0x00000006 
- 00021898  0x000054f9 lshift2  0x0000003f , 0x0000003f 
- 00021899  0x000054fa store  0x00000002 , 0x00000441 
- 00021900  0x000054fb lshift2  0x00000002 , 0x00000002 
- 00021901  0x000054fc iadd  0x00000002 , 0x0000003f 
- 00021902  0x000054fd ifetcht  0x00000004 , 0x00000006 
- 00021903  0x000054fe storet  0x00000004 , 0x0000046b 
- 00021904  0x000054ff iadd  0x00000011 , 0x0000003f 
- 00021905  0x00005500 copy  0x0000003f , 0x00000014 
- 00021906  0x00005501 fetch  0x00000002 , 0x00000441 
- 00021907  0x00005502 fetcht  0x00000002 , 0x00000aa2 
- 00021908  0x00005503 isub  0x00000002 , 0x0000003f 
- 00021909  0x00005504 fetcht  0x00000002 , 0x00000a9a 
- 00021910  0x00005505 imul32  0x00000002 , 0x0000003f 
- 00021911  0x00005506 iadd  0x00000014 , 0x0000003f 
- 00021912  0x00005507 store  0x00000004 , 0x00000443 
- 00021913  0x00005508 call  0x00005713 
- 00021914  0x00005509 fetch  0x00000002 , 0x0000046d 
- 00021915  0x0000550a store  0x00000002 , 0x000044ba 
- 00021916  0x0000550b rtn 
- 00021917  0x0000550f bpatchx  0x00000059 , 0x0000402b 
- 00021918  0x00005510 fetch  0x00000001 , 0x0000043f 
- 00021919  0x00005511 rtnbit0  0x00000006 
- 00021920  0x00005512 fetch  0x00000002 , 0x00000459 
- 00021921  0x00005513 fetcht  0x00000002 , 0x0000045f 
- 00021922  0x00005514 isub  0x00000002 , 0x0000003f 
- 00021923  0x00005515 nrtn  0x00000002 
- 00021924  0x00005516 fetch  0x00000001 , 0x0000043f 
- 00021925  0x00005517 set0  0x00000006 , 0x0000003f 
- 00021926  0x00005518 store  0x00000001 , 0x0000043f 
- 00021927  0x00005519 fetch  0x00000005 , 0x000043ce 
- 00021928  0x0000551a store  0x00000005 , 0x0000046f 
- 00021929  0x0000551b branch  0x0000545b 
- 00021930  0x0000551f bpatchx  0x0000005a , 0x0000402b 
- 00021931  0x00005520 call  0x000056ed 
- 00021932  0x00005521 call  0x000055c0 
- 00021933  0x00005522 fetch  0x00000001 , 0x000002d9 
- 00021934  0x00005523 isolate1  0x00000004 , 0x0000003f 
- 00021935  0x00005524 setflag  0x00000001 , 0x0000002a , 0x00000000 
- 00021936  0x00005525 rshift  0x0000003f , 0x0000003f 
- 00021937  0x00005526 ixor  0x00000002 , 0x0000003f 
- 00021938  0x00005527 isolate1  0x00000002 , 0x0000003f 
- 00021939  0x00005528 setflag  0x00000001 , 0x0000000f , 0x00000000 
- 00021940  0x00005529 rtnmark1  0x0000000f 
- 00021941  0x0000552a fetch  0x00000001 , 0x000002da 
- 00021942  0x0000552b branch  0x000055bc , 0x00000034 
- 00021943  0x0000552c fetch  0x00000001 , 0x0000043f 
- 00021944  0x0000552d bbit0  0x00000004 , 0x000055bc 
- 00021945  0x0000552e call  0x0000748d 
- 00021946  0x0000552f call  0x000073fb 
- 00021947  0x00005530 nrtn  0x00000034 
- 00021948  0x00005532 fetcht  0x00000001 , 0x00000456 
- 00021949  0x00005533 setflip  0x00000002 , 0x00000002 
- 00021950  0x00005534 storet  0x00000001 , 0x00000456 
- 00021951  0x00005535 rtn 
- 00021952  0x00005539 bpatchx  0x0000005b , 0x0000402b 
- 00021953  0x0000553a fetcht  0x00000001 , 0x00000456 
- 00021954  0x0000553b isolate0  0x00000005 , 0x00000002 
- 00021955  0x0000553c rtn  0x00000001 
- 00021956  0x0000553d fetch  0x00000001 , 0x000002d9 
- 00021957  0x0000553e lshift  0x0000003f , 0x0000003f 
- 00021958  0x0000553f ixor  0x00000002 , 0x0000003f 
- 00021959  0x00005540 rtnbit0  0x00000003 
- 00021960  0x00005541 set0  0x00000005 , 0x00000002 
- 00021961  0x00005542 setflip  0x00000003 , 0x00000002 
- 00021962  0x00005543 storet  0x00000001 , 0x00000456 
- 00021963  0x00005544 compare  0x00000003 , 0x00000002 , 0x00000003 
- 00021964  0x00005545 nrtn  0x00000001 
- 00021965  0x00005546 fetch  0x00000001 , 0x000043de 
- 00021966  0x00005547 beq  0x00000005 , 0x000055d2 
- 00021967  0x00005548 fetch  0x00000001 , 0x000044c5 
- 00021968  0x00005549 beq  0x00000002 , 0x000055d6 
- 00021969  0x0000554a rtn 
- 00021970  0x0000554e fetch  0x00000001 , 0x0000043f 
- 00021971  0x0000554f set1  0x00000004 , 0x0000003f 
- 00021972  0x00005550 store  0x00000001 , 0x0000043f 
- 00021973  0x00005551 rtn 
- 00021974  0x00005554 bpatchx  0x0000005c , 0x0000402b 
- 00021975  0x00005555 jam  0x00000000 , 0x000044c5 
- 00021976  0x00005556 arg  0x00000000 , 0x0000003f 
- 00021977  0x00005557 store  0x00000004 , 0x0000440d 
- 00021978  0x00005558 store  0x00000005 , 0x00004403 
- 00021979  0x00005559 set1  0x00000027 , 0x0000003f 
- 00021980  0x0000555a store  0x00000005 , 0x00004408 
- 00021981  0x0000555b fetch  0x00000001 , 0x0000043f 
- 00021982  0x0000555c set0  0x00000004 , 0x0000003f 
- 00021983  0x0000555d store  0x00000001 , 0x0000043f 
- 00021984  0x0000555e rtn 
- 00021985  0x00005562 bpatchx  0x0000005d , 0x0000402b 
- 00021986  0x00005563 call  0x00005422 
- 00021987  0x00005564 call  0x00005485 
- 00021988  0x00005565 fetch  0x00000001 , 0x00000001 
- 00021989  0x00005566 increase  0x00000001 , 0x0000003f 
- 00021990  0x00005567 store  0x00000001 , 0x00000001 
- 00021991  0x00005568 rtn 
- 00021992  0x0000556c bpatchx  0x0000005e , 0x0000402b 
- 00021993  0x0000556d fetch  0x00000001 , 0x00004369 
- 00021994  0x0000556e rtnne  0x00000001 
- 00021995  0x0000556f arg  0x00000002 , 0x00000007 
- 00021996  0x00005570 call  0x00007f16 
- 00021997  0x00005571 nrtn  0x00000034 
- 00021998  0x00005572 fetch  0x00000002 , 0x0000436a 
- 00021999  0x00005573 fetcht  0x00000002 , 0x0000436c 
- 00022000  0x00005574 isub  0x00000002 , 0x0000003f 
- 00022001  0x00005575 arg  0x00000002 , 0x00000007 
- 00022002  0x00005576 call  0x00007f08 
- 00022003  0x00005577 disable  0x00000029 
- 00022004  0x00005578 call  0x00005572 
- 00022005  0x00005579 call  0x000055e1 
- 00022006  0x0000557a nrtn  0x0000002d 
- 00022007  0x0000557b bpatchx  0x0000005f , 0x0000402b 
- 00022008  0x0000557c fetch  0x00000006 , 0x000002db 
- 00022009  0x0000557d store  0x00000006 , 0x0000044f 
- 00022010  0x00005580 fetch  0x00000001 , 0x00000002 
- 00022011  0x00005581 increase  0x00000001 , 0x0000003f 
- 00022012  0x00005582 store  0x00000001 , 0x00000002 
- 00022013  0x00005583 call  0x00005608 
- 00022014  0x00005584 rtn  0x00000029 
- 00022015  0x00005585 call  0x0000550b 
- 00022016  0x00005586 nrtn  0x0000002d 
- 00022017  0x00005587 bpatchx  0x00000060 , 0x0000402c 
- 00022018  0x00005588 fetch  0x00000001 , 0x00000004 
- 00022019  0x00005589 increase  0x00000001 , 0x0000003f 
- 00022020  0x0000558a store  0x00000001 , 0x00000004 
- 00022021  0x0000558b fetch  0x00000009 , 0x000002e1 
- 00022022  0x0000558c store  0x00000009 , 0x00000101 
- 00022023  0x0000558d rtn 
- 00022024  0x00005590 bpatchx  0x00000061 , 0x0000402c 
- 00022025  0x00005591 fetch  0x00000001 , 0x0000049b 
- 00022026  0x00005592 rtnne  0x0000001b 
- 00022027  0x00005593 fetch  0x00000006 , 0x0000044f 
- 00022028  0x00005594 fetcht  0x00000006 , 0x0000448f 
- 00022029  0x00005595 isub  0x00000002 , 0x0000003e 
- 00022030  0x00005596 nrtn  0x00000005 
- 00022031  0x00005597 call  0x0000223b 
- 00022032  0x00005598 nrtn  0x00000005 
- 00022033  0x00005599 call  0x0000552b 
- 00022034  0x0000559a call  0x00005340 
- 00022035  0x0000559b bpatchx  0x00000062 , 0x0000402c 
- 00022036  0x0000559c jam  0x00000000 , 0x000041ce 
- 00022037  0x0000559d jam  0x00000000 , 0x00000476 
- 00022038  0x0000559e jam  0x00000000 , 0x00004369 
- 00022039  0x0000559f jam  0x00000000 , 0x0000049b 
- 00022040  0x000055a0 branch  0x00002223 
- 00022041  0x000055a3 arg  0x00000001 , 0x00000011 
- 00022042  0x000055a4 fetch  0x00000001 , 0x000002d9 
- 00022043  0x000055a5 rtnbit1  0x00000006 
- 00022044  0x000055a6 arg  0x00000000 , 0x00000011 
- 00022045  0x000055a7 rtn 
- 00022046  0x000055ac bpatchx  0x00000063 , 0x0000402c 
- 00022047  0x000055ad fetch  0x00000001 , 0x00000456 
- 00022048  0x000055ae rtnbit1  0x00000005 
- 00022049  0x000055af call  0x00005642 
- 00022050  0x000055b0 call  0x00005873 
- 00022051  0x000055b1 branch  0x00005664 , 0x00000034 
- 00022052  0x000055b2 ifetch  0x00000001 , 0x00000006 
- 00022053  0x000055b3 ifetcht  0x00000001 , 0x00000006 
- 00022054  0x000055b4 copy  0x00000002 , 0x00000011 
- 00022055  0x000055b5 isub  0x00000011 , 0x0000003f 
- 00022056  0x000055b6 arg  0x0000001b , 0x00000002 
- 00022057  0x000055b7 call  0x00007fdd 
- 00022058  0x000055b8 copy  0x0000003f , 0x00000002 
- 00022059  0x000055b9 ifetch  0x00000001 , 0x00000006 
- 00022060  0x000055ba copy  0x0000003f , 0x00000001 
- 00022061  0x000055bb copy  0x00000011 , 0x0000003f 
- 00022062  0x000055bc iadd  0x00000006 , 0x00000006 
- 00022063  0x000055bd arg  0x000043de , 0x00000005 
- 00022064  0x000055be copy  0x00000002 , 0x00000039 
- 00022065  0x000055bf call  0x00007f01 
- 00022066  0x000055c0 call  0x00005654 
- 00022067  0x000055c1 call  0x00005666 
- 00022068  0x000055c3 call  0x00005873 
- 00022069  0x000055c4 ifetch  0x00000001 , 0x00000006 
- 00022070  0x000055c5 copy  0x0000003f , 0x00000011 
- 00022071  0x000055c6 copy  0x00000006 , 0x00000013 
- 00022072  0x000055c7 ifetcht  0x00000001 , 0x00000006 
- 00022073  0x000055c8 copy  0x00000002 , 0x00000012 
- 00022074  0x000055c9 isub  0x00000012 , 0x0000003f 
- 00022075  0x000055ca arg  0x0000001b , 0x00000002 
- 00022076  0x000055cb call  0x00007fdd 
- 00022077  0x000055cc iadd  0x00000012 , 0x0000003f 
- 00022078  0x000055cd istore  0x00000001 , 0x00000013 
- 00022079  0x000055ce isub  0x00000011 , 0x0000003e 
- 00022080  0x000055cf nrtn  0x00000005 
- 00022081  0x000055d0 branch  0x00005896 
- 00022082  0x000055d4 call  0x00005649 
- 00022083  0x000055d5 rtnmark1  0x00000029 
- 00022084  0x000055d6 fetch  0x00000001 , 0x000044e9 
- 00022085  0x000055d7 bbit0  0x00000002 , 0x00005652 
- 00022086  0x000055d8 call  0x00005876 
- 00022087  0x000055d9 branch  0x00005652 , 0x00000034 
- 00022088  0x000055da branch  0x00005650 
- 00022089  0x000055de call  0x00005873 
- 00022090  0x000055df branch  0x00005652 , 0x00000034 
- 00022091  0x000055e0 ifetch  0x00000001 , 0x00000006 
- 00022092  0x000055e1 ifetcht  0x00000001 , 0x00000006 
- 00022093  0x000055e2 isub  0x00000002 , 0x0000003f 
- 00022094  0x000055e3 sub  0x0000003f , 0x0000001b , 0x0000003e 
- 00022095  0x000055e4 branch  0x00005652 , 0x00000002 
- 00022096  0x000055e6 set1  0x00000029 , 0x00000000 
- 00022097  0x000055e7 rtn 
- 00022098  0x000055ea set0  0x00000029 , 0x00000000 
- 00022099  0x000055eb rtn 
- 00022100  0x000055ee copy  0x00000011 , 0x0000003f 
- 00022101  0x000055ef rtn  0x00000034 
- 00022102  0x000055f0 arg  0x00000001 , 0x00000001 
- 00022103  0x000055f1 rtn 
- 00022104  0x000055f5 bpatchx  0x00000064 , 0x0000402c 
- 00022105  0x000055f6 increase  0x00000001 , 0x00000002 
- 00022106  0x000055f7 call  0x0000576a 
- 00022107  0x000055f8 increase  0xfffffffe , 0x00000006 
- 00022108  0x000055f9 ifetch  0x00000002 , 0x00000006 
- 00022109  0x000055fa arg  0x00002902 , 0x00000002 
- 00022110  0x000055fb isub  0x00000002 , 0x0000003e 
- 00022111  0x000055fc nrtn  0x00000005 
- 00022112  0x000055fd increase  0x00000001 , 0x00000006 
- 00022113  0x000055fe copy  0x00000006 , 0x00000011 
- 00022114  0x000055ff ifetch  0x00000001 , 0x00000006 
- 00022115  0x00005600 rtn 
- 00022116  0x00005604 force  0x00000000 , 0x00000002 
- 00022117  0x00005605 force  0x00000001 , 0x00000001 
- 00022118  0x00005608 bpatchx  0x00000065 , 0x0000402c 
- 00022119  0x00005609 storet  0x00000001 , 0x000043dd 
- 00022120  0x0000560a fetcht  0x00000001 , 0x00000456 
- 00022121  0x0000560b set1  0x00000005 , 0x00000002 
- 00022122  0x0000560c and  0x00000002 , 0x000000fc , 0x0000003f 
- 00022123  0x0000560d ior  0x00000001 , 0x0000003f 
- 00022124  0x0000560e store  0x00000001 , 0x00000456 
- 00022125  0x0000560f and_into  0x0000001f , 0x0000003f 
- 00022126  0x00005610 isolate1  0x00000029 , 0x00000000 
- 00022127  0x00005611 setflag  0x00000001 , 0x00000004 , 0x0000003f 
- 00022128  0x00005612 store  0x00000001 , 0x000043dc 
- 00022129  0x00005614 fetch  0x00000001 , 0x000043dc 
- 00022130  0x00005615 compare  0x00000001 , 0x00000001 , 0x00000003 
- 00022131  0x00005616 nbranch  0x00005676 , 0x00000001 
- 00022132  0x00005617 fetch  0x00000001 , 0x000043dd 
- 00022133  0x00005618 rtn  0x00000034 
- 00022134  0x0000561a fetch  0x00000001 , 0x0000043f 
- 00022135  0x0000561b rtnbit0  0x00000004 
- 00022136  0x0000561c call  0x0000748d 
- 00022137  0x0000561d branch  0x000073e3 
- 00022138  0x00005621 arg  0x00000000 , 0x00000007 
- 00022139  0x00005622 branch  0x00002c32 
- 00022140  0x00005625 arg  0x00000000 , 0x00000007 
- 00022141  0x00005626 branch  0x00002c36 
- 00022142  0x0000562a bpatchx  0x00000066 , 0x0000402c 
- 00022143  0x0000562b rtnmark1  0x0000000f 
- 00022144  0x0000562c call  0x00005890 
- 00022145  0x0000562d nrtn  0x00000034 
- 00022146  0x0000562e fetch  0x00000001 , 0x000002d9 
- 00022147  0x0000562f and  0x0000003f , 0x00000003 , 0x0000003f 
- 00022148  0x00005630 store  0x00000001 , 0x0000450c 
- 00022149  0x00005631 ifetch  0x00000001 , 0x00000006 
- 00022150  0x00005632 and  0x0000003f , 0x0000001f , 0x0000003f 
- 00022151  0x00005633 store  0x00000001 , 0x0000450b 
- 00022152  0x00005634 rtn  0x00000034 
- 00022153  0x00005635 copy  0x00000006 , 0x0000003f 
- 00022154  0x00005636 store  0x00000002 , 0x0000450d 
- 00022155  0x00005637 fetch  0x00000001 , 0x0000450c 
- 00022156  0x00005638 beq  0x00000003 , 0x00005c64 
- 00022157  0x0000563a call  0x0000569a 
- 00022158  0x0000563b nbranch  0x0000567a , 0x00000028 
- 00022159  0x0000563c call  0x0000567c 
- 00022160  0x0000563d fetch  0x00000002 , 0x0000450d 
- 00022161  0x0000563e copy  0x0000003f , 0x00000006 
- 00022162  0x0000563f ifetch  0x00000002 , 0x00000006 
- 00022163  0x00005640 store  0x00000002 , 0x000044fc 
- 00022164  0x00005641 bpatchx  0x00000067 , 0x0000402c 
- 00022165  0x00005642 ifetch  0x00000002 , 0x00000006 
- 00022166  0x00005643 beq  0x00000004 , 0x000058ab 
- 00022167  0x00005644 beq  0x00000006 , 0x00005af4 
- 00022168  0x00005645 beq  0x00000005 , 0x00005ab6 
- 00022169  0x00005646 rtn 
- 00022170  0x0000564a fetch  0x00000001 , 0x0000450c 
- 00022171  0x0000564b beq  0x00000002 , 0x000056a9 
- 00022172  0x0000564c beq  0x00000001 , 0x000056c1 
- 00022173  0x0000564d rtn 
- 00022174  0x00005653 call  0x00007fe7 
- 00022175  0x00005654 arg  0x00000004 , 0x00000002 
- 00022176  0x00005655 isub  0x0000003f , 0x0000003e 
- 00022177  0x00005656 rtn  0x00000005 
- 00022178  0x00005657 arg  0x00000005 , 0x00000002 
- 00022179  0x00005658 isub  0x0000003f , 0x0000003e 
- 00022180  0x00005659 rtn  0x00000005 
- 00022181  0x0000565a arg  0x00000006 , 0x00000002 
- 00022182  0x0000565b isub  0x0000003f , 0x0000003e 
- 00022183  0x0000565c rtn  0x00000005 
- 00022184  0x0000565d branch  0x00007fe9 
- 00022185  0x00005661 fetch  0x00000002 , 0x0000450d 
- 00022186  0x00005662 copy  0x0000003f , 0x00000006 
- 00022187  0x00005663 ifetch  0x00000002 , 0x00000006 
- 00022188  0x00005664 store  0x00000002 , 0x000044fc 
- 00022189  0x00005665 ifetch  0x00000002 , 0x00000006 
- 00022190  0x00005666 call  0x0000569e 
- 00022191  0x00005667 nrtn  0x00000028 
- 00022192  0x00005668 fetcht  0x00000001 , 0x0000450b 
- 00022193  0x00005669 storet  0x00000001 , 0x000044fe 
- 00022194  0x0000566a fetch  0x00000002 , 0x000044fc 
- 00022195  0x0000566b increase  0x00000004 , 0x0000003f 
- 00022196  0x0000566c isub  0x00000002 , 0x0000003e 
- 00022197  0x0000566d branch  0x00007fe7 , 0x00000005 
- 00022198  0x0000566e fetch  0x00000001 , 0x0000450b 
- 00022199  0x0000566f copy  0x0000003f , 0x00000039 
- 00022200  0x00005670 arg  0x00000311 , 0x00000005 
- 00022201  0x00005671 fetch  0x00000002 , 0x0000450d 
- 00022202  0x00005672 copy  0x0000003f , 0x00000006 
- 00022203  0x00005673 call  0x00007f01 
- 00022204  0x00005674 branch  0x00007fe9 
- 00022205  0x0000567a call  0x00007fe7 
- 00022206  0x0000567b fetch  0x00000001 , 0x000044fe 
- 00022207  0x0000567c nrtn  0x00000034 
- 00022208  0x0000567d branch  0x00007fe9 
- 00022209  0x00005680 call  0x000056bd 
- 00022210  0x00005681 nrtn  0x00000028 
- 00022211  0x00005682 fetch  0x00000001 , 0x000044fe 
- 00022212  0x00005683 arg  0x00000311 , 0x00000005 
- 00022213  0x00005684 iadd  0x00000005 , 0x00000011 
- 00022214  0x00005685 fetcht  0x00000001 , 0x0000450b 
- 00022215  0x00005686 iadd  0x00000002 , 0x0000003f 
- 00022216  0x00005687 store  0x00000001 , 0x000044fe 
- 00022217  0x00005688 fetch  0x00000001 , 0x0000450b 
- 00022218  0x00005689 copy  0x0000003f , 0x00000039 
- 00022219  0x0000568a copy  0x00000011 , 0x00000005 
- 00022220  0x0000568b fetch  0x00000002 , 0x0000450d 
- 00022221  0x0000568c copy  0x0000003f , 0x00000006 
- 00022222  0x0000568d call  0x00007ef4 
- 00022223  0x0000568e setarg  0x00000311 
- 00022224  0x0000568f store  0x00000002 , 0x0000450d 
- 00022225  0x00005690 fetch  0x00000002 , 0x000044fc 
- 00022226  0x00005691 increase  0x00000004 , 0x0000003f 
- 00022227  0x00005692 fetcht  0x00000001 , 0x000044fe 
- 00022228  0x00005693 isub  0x00000002 , 0x0000003e 
- 00022229  0x00005694 branch  0x00007fe7 , 0x00000005 
- 00022230  0x00005695 branch  0x00007fe9 
- 00022231  0x0000569c call  0x00007ea5 
- 00022232  0x0000569d arg  0x0000445e , 0x00000005 
- 00022233  0x0000569f fetch  0x00000002 , 0x000044fc 
- 00022234  0x000056a0 increase  0xfffffffb , 0x0000003f 
- 00022235  0x000056a2 istore  0x00000001 , 0x00000005 
- 00022236  0x000056a3 copy  0x0000003f , 0x00000039 
- 00022237  0x000056a4 call  0x00007e9f 
- 00022238  0x000056a5 branch  0x00007ef4 
- 00022239  0x000056a8 call  0x00007ea5 
- 00022240  0x000056a9 arg  0x00004471 , 0x00000005 
- 00022241  0x000056aa branch  0x000056d9 
- 00022242  0x000056af fetch  0x00000002 , 0x000041f9 
- 00022243  0x000056b0 branch  0x00007f9c 
- 00022244  0x000056b3 fetcht  0x00000004 , 0x0000045b 
- 00022245  0x000056b4 call  0x00002a7b 
- 00022246  0x000056b5 isub  0x00000002 , 0x0000000b 
- 00022247  0x000056b6 deposit  0x0000000b 
- 00022248  0x000056b7 fetcht  0x00000002 , 0x0000046d 
- 00022249  0x000056b8 lshift4  0x00000002 , 0x00000002 
- 00022250  0x000056b9 lshift  0x00000002 , 0x00000002 
- 00022251  0x000056ba isub  0x00000002 , 0x0000003f 
- 00022252  0x000056bb rtn 
- 00022253  0x000056be call  0x00002a7b 
- 00022254  0x000056bf store  0x00000004 , 0x0000045b 
- 00022255  0x000056c0 rtn 
- 00022256  0x000056c4 jam  0x00000024 , 0x00000016 
- 00022257  0x000056c5 jam  0x00000000 , 0x00000ac2 
- 00022258  0x000056c7 bpatchx  0x00000068 , 0x0000402d 
- 00022259  0x000056c8 fetch  0x00000001 , 0x0000436e 
- 00022260  0x000056c9 rtn  0x00000034 
- 00022261  0x000056ca arg  0x00000000 , 0x00000007 
- 00022262  0x000056cb call  0x00007f16 
- 00022263  0x000056cc nrtn  0x00000034 
- 00022264  0x000056cd bpatchx  0x00000069 , 0x0000402d 
- 00022265  0x000056cf disable  0x00000029 
- 00022266  0x000056d0 enable  0x00000010 
- 00022267  0x000056d1 call  0x00005572 
- 00022268  0x000056d2 call  0x00005422 
- 00022269  0x000056d3 call  0x000054e9 
- 00022270  0x000056d4 nbranch  0x00005706 , 0x0000002d 
- 00022271  0x000056d5 fetch  0x00000001 , 0x00000003 
- 00022272  0x000056d6 increase  0x00000001 , 0x0000003f 
- 00022273  0x000056d7 store  0x00000001 , 0x00000003 
- 00022274  0x000056d8 fetch  0x00000001 , 0x000002d9 
- 00022275  0x000056d9 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00022276  0x000056da beq  0x00000003 , 0x0000551c 
- 00022277  0x000056db beq  0x00000005 , 0x00005728 
- 00022278  0x000056dd bpatchx  0x0000006a , 0x0000402d 
- 00022279  0x000056de random  0x0000003f 
- 00022280  0x000056df arg  0x000001ff , 0x00000002 
- 00022281  0x000056e0 iand  0x00000002 , 0x0000003f 
- 00022282  0x000056e1 add  0x0000003f , 0x000000fa , 0x0000003f 
- 00022283  0x000056e2 call  0x00003cbe 
- 00022284  0x000056e3 fetch  0x00000001 , 0x00000ac2 
- 00022285  0x000056e4 fetcht  0x00000001 , 0x0000448d 
- 00022286  0x000056e5 isub  0x00000002 , 0x0000003e 
- 00022287  0x000056e6 nbranch  0x000056f2 , 0x00000005 
- 00022288  0x000056e7 arg  0x00000000 , 0x00000007 
- 00022289  0x000056e8 fetch  0x00000002 , 0x00004482 
- 00022290  0x000056e9 branch  0x00007f08 
- 00022291  0x000056ed bpatchx  0x0000006b , 0x0000402d 
- 00022292  0x000056ee fetch  0x00000001 , 0x00000476 
- 00022293  0x000056ef call  0x000053fc 
- 00022294  0x000056f0 fetch  0x00000002 , 0x00000441 
- 00022295  0x000056f1 imul32  0x00000002 , 0x0000003f 
- 00022296  0x000056f2 arg  0x00000177 , 0x00000002 
- 00022297  0x000056f3 imul32  0x00000002 , 0x0000003f 
- 00022298  0x000056f4 arg  0x000186a0 , 0x00000002 
- 00022299  0x000056f5 idiv  0x00000002 
- 00022300  0x000056f6 fetch  0x00000001 , 0x0000046a 
- 00022301  0x000056f7 arg  0x00004e20 , 0x00000002 
- 00022302  0x000056f8 imul32  0x00000002 , 0x0000003f 
- 00022303  0x000056f9 iadd  0x00000002 , 0x0000003f 
- 00022304  0x000056fa store  0x00000004 , 0x000044e5 
- 00022305  0x000056fb bpatchx  0x0000006c , 0x0000402d 
- 00022306  0x000056fc fetch  0x00000002 , 0x000040c1 
- 00022307  0x000056fd call  0x00007f86 
- 00022308  0x000056fe quotient  0x00000002 
- 00022309  0x000056ff iadd  0x00000002 , 0x0000003f 
- 00022310  0x00005700 store  0x00000002 , 0x0000044d 
- 00022311  0x00005701 rtn 
- 00022312  0x00005704 bpatchx  0x0000006d , 0x0000402d 
- 00022313  0x00005705 fetch  0x00000006 , 0x000002e1 
- 00022314  0x00005706 fetcht  0x00000006 , 0x000044a0 
- 00022315  0x00005707 isub  0x00000002 , 0x0000003e 
- 00022316  0x00005708 nrtn  0x00000005 
- 00022317  0x00005709 call  0x00005619 
- 00022318  0x0000570a copy  0x00000011 , 0x0000003f 
- 00022319  0x0000570b store  0x00000001 , 0x0000448e 
- 00022320  0x0000570c fetch  0x00000007 , 0x000002ee 
- 00022321  0x0000570d store  0x00000007 , 0x00000101 
- 00022322  0x0000570e ifetch  0x00000008 , 0x00000006 
- 00022323  0x0000570f istore  0x00000008 , 0x00000005 
- 00022324  0x00005710 fetch  0x00000006 , 0x000002db 
- 00022325  0x00005711 store  0x00000006 , 0x0000044f 
- 00022326  0x00005712 increase  0x00000006 , 0x00000006 
- 00022327  0x00005713 ifetch  0x00000008 , 0x00000006 
- 00022328  0x00005714 store  0x00000008 , 0x00000463 
- 00022329  0x00005715 ifetcht  0x00000002 , 0x00000006 
- 00022330  0x00005716 bpatchx  0x0000006e , 0x0000402d 
- 00022331  0x00005717 lshift2  0x00000002 , 0x00000002 
- 00022332  0x00005718 ifetch  0x00000002 , 0x00000006 
- 00022333  0x00005719 lshift2  0x0000003f , 0x0000003f 
- 00022334  0x0000571a store  0x00000002 , 0x00000441 
- 00022335  0x0000571b store  0x00000004 , 0x00000443 
- 00022336  0x0000571c isub  0x00000002 , 0x0000003f 
- 00022337  0x0000571d add  0x0000003f , 0xfffffffe , 0x00000028 
- 00022338  0x0000571e ifetch  0x00000009 , 0x00000006 
- 00022339  0x0000571f store  0x00000009 , 0x0000046b 
- 00022340  0x00005720 bpatchx  0x0000006f , 0x0000402d 
- 00022341  0x00005721 ifetch  0x00000001 , 0x00000006 
- 00022342  0x00005722 rshift4  0x0000003f , 0x00000002 
- 00022343  0x00005723 rshift  0x00000002 , 0x00000002 
- 00022344  0x00005724 storet  0x00000001 , 0x00000476 
- 00022345  0x00005725 and_into  0x0000001f , 0x0000003f 
- 00022346  0x00005726 store  0x00000001 , 0x00000458 
- 00022347  0x00005727 call  0x00005713 
- 00022348  0x00005728 call  0x0000545b 
- 00022349  0x00005729 call  0x0000534c 
- 00022350  0x0000572a call  0x0000223b 
- 00022351  0x0000572b nrtn  0x00000005 
- 00022352  0x0000572c bpatchx  0x00000070 , 0x0000402e 
- 00022353  0x0000572d call  0x00002841 
- 00022354  0x0000572e call  0x00005ad3 
- 00022355  0x0000572f jam  0x00000014 , 0x00000a99 
- 00022356  0x00005730 call  0x00007d86 
- 00022357  0x00005731 branch  0x00002223 
- 00022358  0x00005735 bpatchx  0x00000071 , 0x0000402e 
- 00022359  0x00005736 fetch  0x00000002 , 0x0000445a 
- 00022360  0x00005737 iforce  0x00000012 
- 00022361  0x00005738 fetch  0x00000002 , 0x0000445c 
- 00022362  0x00005739 iforce  0x00000013 
- 00022363  0x0000573a fetch  0x00000002 , 0x000044bc 
- 00022364  0x0000573b iforce  0x00000006 
- 00022365  0x0000573c enable  0x00000028 
- 00022366  0x0000573d rtn 
- 00022367  0x00005741 ifetch  0x00000002 , 0x00000006 
- 00022368  0x00005742 rtn  0x00000034 
- 00022369  0x00005743 isub  0x00000012 , 0x0000003e 
- 00022370  0x00005744 nrtn  0x00000002 
- 00022371  0x00005745 isub  0x00000013 , 0x0000003e 
- 00022372  0x00005746 rtn  0x00000005 
- 00022373  0x00005747 branch  0x00005768 , 0x00000002 
- 00022374  0x00005748 force  0x00000001 , 0x0000003e 
- 00022375  0x00005749 rtn 
- 00022376  0x0000574b force  0x00000000 , 0x0000003f 
- 00022377  0x0000574c rtn 
- 00022378  0x00005751 call  0x0000576d 
- 00022379  0x00005752 branch  0x00005779 , 0x00000005 
- 00022380  0x00005753 rtn 
- 00022381  0x00005756 bpatchx  0x00000072 , 0x0000402e 
- 00022382  0x00005757 fetch  0x00000002 , 0x000044bc 
- 00022383  0x00005758 iforce  0x00000006 
- 00022384  0x0000575a ifetch  0x00000002 , 0x00000006 
- 00022385  0x0000575b rtn  0x00000034 
- 00022386  0x0000575c isub  0x00000002 , 0x0000003e 
- 00022387  0x0000575d rtn  0x00000005 
- 00022388  0x0000575e ifetch  0x00000001 , 0x00000006 
- 00022389  0x0000575f iadd  0x00000006 , 0x00000006 
- 00022390  0x00005760 ifetch  0x00000001 , 0x00000006 
- 00022391  0x00005761 iadd  0x00000006 , 0x00000006 
- 00022392  0x00005762 branch  0x00005770 
- 00022393  0x00005764 ifetch  0x00000001 , 0x00000006 
- 00022394  0x00005765 iadd  0x00000006 , 0x00000006 
- 00022395  0x00005766 rtn 
- 00022396  0x0000576b bpatchx  0x00000073 , 0x0000402e 
- 00022397  0x0000576c fetch  0x00000002 , 0x000044bc 
- 00022398  0x0000576d iforce  0x00000006 
- 00022399  0x0000576f ifetch  0x00000002 , 0x00000006 
- 00022400  0x00005770 rtn  0x00000034 
- 00022401  0x00005771 ifetch  0x00000001 , 0x00000006 
- 00022402  0x00005772 iadd  0x00000006 , 0x00000006 
- 00022403  0x00005773 increase  0xfffffffe , 0x00000006 
- 00022404  0x00005774 ifetch  0x00000002 , 0x00000006 
- 00022405  0x00005775 isub  0x00000002 , 0x0000003e 
- 00022406  0x00005776 rtn  0x00000005 
- 00022407  0x00005777 ifetch  0x00000001 , 0x00000006 
- 00022408  0x00005778 iadd  0x00000006 , 0x00000006 
- 00022409  0x00005779 branch  0x0000577f 
- 00022410  0x0000577e fetch  0x00000002 , 0x0000049c 
- 00022411  0x0000577f branch  0x0000578e 
- 00022412  0x00005782 bpatchx  0x00000074 , 0x0000402e 
- 00022413  0x00005783 fetch  0x00000002 , 0x000044bc 
- 00022414  0x00005785 iforce  0x00000006 
- 00022415  0x00005786 copy  0x00000002 , 0x00000011 
- 00022416  0x00005788 ifetch  0x00000002 , 0x00000006 
- 00022417  0x00005789 branch  0x00005799 , 0x00000034 
- 00022418  0x0000578a isub  0x00000011 , 0x0000003e 
- 00022419  0x0000578b branch  0x0000579a , 0x00000005 
- 00022420  0x0000578c ifetch  0x00000001 , 0x00000006 
- 00022421  0x0000578d iadd  0x00000006 , 0x00000006 
- 00022422  0x0000578e ifetch  0x00000001 , 0x00000006 
- 00022423  0x0000578f iadd  0x00000006 , 0x00000006 
- 00022424  0x00005790 branch  0x00005790 
- 00022425  0x00005792 branch  0x00007fef 
- 00022426  0x00005795 ifetch  0x00000001 , 0x00000006 
- 00022427  0x00005796 store  0x00000001 , 0x000004a2 
- 00022428  0x00005797 copy  0x0000003f , 0x00000039 
- 00022429  0x00005798 arg  0x000004a3 , 0x00000005 
- 00022430  0x00005799 call  0x00007ef4 
- 00022431  0x0000579a ifetch  0x00000001 , 0x00000006 
- 00022432  0x0000579b store  0x00000001 , 0x000004b3 
- 00022433  0x0000579c call  0x00007ea5 
- 00022434  0x0000579d branch  0x00007ff1 
- 00022435  0x000057a1 bpatchx  0x00000075 , 0x0000402e 
- 00022436  0x000057a2 call  0x000057a6 
- 00022437  0x000057a3 branch  0x000057b8 
- 00022438  0x000057a6 arg  0x00002a00 , 0x00000002 
- 00022439  0x000057a7 call  0x0000577c 
- 00022440  0x000057a8 rtn  0x00000034 
- 00022441  0x000057a9 ifetch  0x00000001 , 0x00000006 
- 00022442  0x000057aa copy  0x00000006 , 0x00000005 
- 00022443  0x000057ab fetcht  0x00000001 , 0x000043af 
- 00022444  0x000057ac copy  0x00000002 , 0x00000039 
- 00022445  0x000057ad isub  0x00000002 , 0x0000003e 
- 00022446  0x000057ae nbranch  0x000057b5 , 0x00000002 
- 00022447  0x000057af isub  0x00000002 , 0x00000002 
- 00022448  0x000057b0 arg  0x000043b0 , 0x00000006 
- 00022449  0x000057b1 call  0x00007f01 
- 00022450  0x000057b2 copy  0x00000002 , 0x00000039 
- 00022451  0x000057b3 ncall  0x000057f0 , 0x00000005 
- 00022452  0x000057b4 rtn 
- 00022453  0x000057b6 copy  0x0000003f , 0x00000039 
- 00022454  0x000057b7 arg  0x000043b0 , 0x00000006 
- 00022455  0x000057b8 branch  0x00007ef4 
- 00022456  0x000057bc arg  0x0000438f , 0x00000013 
- 00022457  0x000057bd arg  0x00004370 , 0x00000011 
- 00022458  0x000057be call  0x000057c5 
- 00022459  0x000057bf setarg  0x00000000 
- 00022460  0x000057c0 setflag  0x00000028 , 0x00000000 , 0x0000003f 
- 00022461  0x000057c1 store  0x00000001 , 0x00000a9a 
- 00022462  0x000057c2 arg  0x000043af , 0x00000013 
- 00022463  0x000057c3 arg  0x00004390 , 0x00000011 
- 00022464  0x000057c4 call  0x000057c5 
- 00022465  0x000057c5 rtn  0x00000028 
- 00022466  0x000057c6 fetch  0x00000001 , 0x00000a9a 
- 00022467  0x000057c7 branch  0x00002a8c , 0x00000034 
- 00022468  0x000057c8 rtn 
- 00022469  0x000057cc bpatchx  0x00000076 , 0x0000402e 
- 00022470  0x000057cd call  0x00007fe7 
- 00022471  0x000057ce call  0x00007eda 
- 00022472  0x000057cf arg  0x00000000 , 0x00000012 
- 00022473  0x000057d0 arg  0x00000ac3 , 0x00000005 
- 00022474  0x000057d1 call  0x000057df 
- 00022475  0x000057d2 fetch  0x00000001 , 0x000043af 
- 00022476  0x000057d3 add  0x0000003f , 0x00000001 , 0x00000002 
- 00022477  0x000057d4 iadd  0x00000012 , 0x00000011 
- 00022478  0x000057d5 increase  0x00000002 , 0x00000011 
- 00022479  0x000057d6 sub  0x00000011 , 0x0000001f , 0x0000003e 
- 00022480  0x000057d7 nbranch  0x000057dd , 0x00000002 
- 00022481  0x000057d8 istoret  0x00000001 , 0x00000005 
- 00022482  0x000057d9 arg  0x00000009 , 0x00000002 
- 00022483  0x000057da istoret  0x00000001 , 0x00000005 
- 00022484  0x000057db iforce  0x00000039 
- 00022485  0x000057dc call  0x00007ef4 
- 00022486  0x000057dd copy  0x00000011 , 0x00000012 
- 00022487  0x000057df deposit  0x00000012 
- 00022488  0x000057e0 store  0x00000001 , 0x00000ac2 
- 00022489  0x000057e1 arg  0x00000ac2 , 0x00000006 
- 00022490  0x000057e2 setarg  0xffffffe0 
- 00022491  0x000057e3 iadd  0x00000013 , 0x00000005 
- 00022492  0x000057e4 branch  0x00007ebd 
- 00022493  0x000057e7 call  0x00007fe9 
- 00022494  0x000057e8 branch  0x000057d7 
- 00022495  0x000057eb ifetch  0x00000001 , 0x00000011 
- 00022496  0x000057ec rtn  0x00000034 
- 00022497  0x000057ed pincrease  0x00000001 
- 00022498  0x000057ee ifetcht  0x00000001 , 0x00000006 
- 00022499  0x000057ef sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00022500  0x000057f0 branch  0x000057ee , 0x00000005 
- 00022501  0x000057f1 iadd  0x00000012 , 0x00000012 
- 00022502  0x000057f2 copy  0x00000011 , 0x00000006 
- 00022503  0x000057f3 iforce  0x00000039 
- 00022504  0x000057f4 call  0x00007ef4 
- 00022505  0x000057f5 copy  0x00000006 , 0x00000011 
- 00022506  0x000057f7 deposit  0x00000011 
- 00022507  0x000057f8 isub  0x00000013 , 0x0000003e 
- 00022508  0x000057f9 rtn  0x00000002 
- 00022509  0x000057fa branch  0x000057df 
- 00022510  0x000057fd iadd  0x00000011 , 0x00000011 
- 00022511  0x000057fe branch  0x000057ea 
- 00022512  0x00005802 setarg  0x00000020 
- 00022513  0x00005803 istore  0x00000001 , 0x00000005 
- 00022514  0x00005804 loop  0x000057f0 
- 00022515  0x00005805 rtn 
- 00022516  0x00005809 bpatchx  0x00000077 , 0x0000402e 
- 00022517  0x0000580a disable  0x0000002b 
- 00022518  0x0000580b branch  0x000057f8 , 0x0000002e 
- 00022519  0x0000580c nbranch  0x00005806 , 0x0000002d 
- 00022520  0x0000580e call  0x00002bcb 
- 00022521  0x0000580f fetch  0x00000002 , 0x000040c1 
- 00022522  0x00005810 store  0x00000002 , 0x0000044d 
- 00022523  0x00005812 nbranch  0x00002bde , 0x0000002d 
- 00022524  0x00005813 bmark1  0x0000000f , 0x00002bde 
- 00022525  0x00005815 fetch  0x00000001 , 0x0000450b 
- 00022526  0x00005816 nbranch  0x00002bde , 0x00000034 
- 00022527  0x00005817 fetch  0x00000001 , 0x000043dd 
- 00022528  0x00005818 nbranch  0x00002bde , 0x00000034 
- 00022529  0x0000581a fetch  0x00000001 , 0x000044e9 
- 00022530  0x0000581b bbit1  0x00000005 , 0x00002bde 
- 00022531  0x0000581d fetch  0x00000001 , 0x0000043f 
- 00022532  0x0000581e bbit1  0x00000005 , 0x00002bde 
- 00022533  0x0000581f branch  0x00002bc0 
- 00022534  0x00005822 fetcht  0x00000002 , 0x000040c1 
- 00022535  0x00005823 rshift  0x00000002 , 0x00000002 
- 00022536  0x00005824 fetch  0x00000002 , 0x0000044d 
- 00022537  0x00005825 iadd  0x00000002 , 0x0000003f 
- 00022538  0x00005826 store  0x00000002 , 0x0000044d 
- 00022539  0x00005827 branch  0x00002bd6 
- 00022540  0x0000582b arg  0x00000000 , 0x00000007 
- 00022541  0x0000582c branch  0x00005824 
- 00022542  0x0000582f arg  0x00000000 , 0x00000007 
- 00022543  0x00005830 branch  0x00005828 
- 00022544  0x00005833 arg  0x00000001 , 0x00000007 
- 00022545  0x00005834 branch  0x00005824 
- 00022546  0x00005837 arg  0x00000001 , 0x00000007 
- 00022547  0x00005838 branch  0x00005828 
- 00022548  0x0000583b arg  0x00000002 , 0x00000007 
- 00022549  0x0000583c branch  0x00005824 
- 00022550  0x0000583f arg  0x00000002 , 0x00000007 
- 00022551  0x00005840 branch  0x00005828 
- 00022552  0x00005843 arg  0x00000003 , 0x00000007 
- 00022553  0x00005844 branch  0x00005824 
- 00022554  0x00005847 arg  0x00000003 , 0x00000007 
- 00022555  0x00005848 branch  0x00005828 
- 00022556  0x0000584b arg  0x00000004 , 0x00000007 
- 00022557  0x0000584c branch  0x00005824 
- 00022558  0x0000584f arg  0x00000004 , 0x00000007 
- 00022559  0x00005850 branch  0x00005828 
- 00022560  0x00005853 arg  0x00000005 , 0x00000007 
- 00022561  0x00005854 branch  0x00005824 
- 00022562  0x00005857 arg  0x00000005 , 0x00000007 
- 00022563  0x00005858 branch  0x00005828 
- 00022564  0x0000585c fetch  0x00000001 , 0x000044e9 
- 00022565  0x0000585d qset1  0x0000003f 
- 00022566  0x0000585e store  0x00000001 , 0x000044e9 
- 00022567  0x0000585f rtn 
- 00022568  0x00005862 fetch  0x00000001 , 0x000044e9 
- 00022569  0x00005863 qset0  0x0000003f 
- 00022570  0x00005864 store  0x00000001 , 0x000044e9 
- 00022571  0x00005865 rtn 
- 00022572  0x00005868 setarg  0x00112233 
- 00022573  0x00005869 store  0x00000003 , 0x000044ea 
- 00022574  0x0000586a setarg  0x00445566 
- 00022575  0x0000586b istore  0x00000003 , 0x00000005 
- 00022576  0x0000586c setarg  0x00778899 
- 00022577  0x0000586d istore  0x00000003 , 0x00000005 
- 00022578  0x0000586e setarg  0x00001122 
- 00022579  0x0000586f istore  0x00000003 , 0x00000005 
- 00022580  0x00005870 setarg  0x00334455 
- 00022581  0x00005871 istore  0x00000003 , 0x00000005 
- 00022582  0x00005872 setarg  0x00000066 
- 00022583  0x00005873 istore  0x00000001 , 0x00000005 
- 00022584  0x00005874 rtn 
- 00022585  0x00005878 setarg  0x01000302 
- 00022586  0x00005879 store  0x00000004 , 0x00004453 
- 00022587  0x0000587a setarg  0x00010010 
- 00022588  0x0000587b store  0x00000003 , 0x00004457 
- 00022589  0x0000587c jam  0x00000001 , 0x000044c6 
- 00022590  0x0000587d rtn 
- 00022591  0x00005882 arg  0x00000000 , 0x00000011 
- 00022592  0x00005883 arg  0x00000001 , 0x00000001 
- 00022593  0x00005884 branch  0x00005850 
- 00022594  0x00005889 arg  0x00000003 , 0x00000001 
- 00022595  0x0000588a call  0x00005850 
- 00022596  0x0000588b copy  0x00000012 , 0x0000003f 
- 00022597  0x0000588c istore  0x00000001 , 0x00000005 
- 00022598  0x0000588d rtn 
- 00022599  0x00005892 force  0x00000002 , 0x00000001 
- 00022600  0x00005893 increase  0x00000004 , 0x00000011 
- 00022601  0x00005894 call  0x00005850 
- 00022602  0x00005895 increase  0xfffffffc , 0x00000011 
- 00022603  0x00005896 copy  0x00000011 , 0x0000003f 
- 00022604  0x00005897 istore  0x00000002 , 0x00000005 
- 00022605  0x00005898 copy  0x00000012 , 0x0000003f 
- 00022606  0x00005899 istore  0x00000002 , 0x00000005 
- 00022607  0x0000589a rtn 
- 00022608  0x0000589f sub  0x00000011 , 0x000000f0 , 0x0000003e 
- 00022609  0x000058a0 nbranch  0x00002a8c , 0x00000002 
- 00022610  0x000058a1 fetch  0x00000001 , 0x000044ff 
- 00022611  0x000058a2 arg  0x00000001 , 0x00000002 
- 00022612  0x000058a3 arg  0x00000004 , 0x00000039 
- 00022613  0x000058a5 iand  0x00000002 , 0x0000003e 
- 00022614  0x000058a6 branch  0x0000585a , 0x00000005 
- 00022615  0x000058a7 lshift  0x00000002 , 0x00000002 
- 00022616  0x000058a8 loop  0x00005855 
- 00022617  0x000058a9 branch  0x00002a8c 
- 00022618  0x000058ab ixor  0x00000002 , 0x0000003f 
- 00022619  0x000058ac store  0x00000001 , 0x000044ff 
- 00022620  0x000058ad sub  0x00000039 , 0x00000004 , 0x0000003f 
- 00022621  0x000058ae lshift4  0x0000003f , 0x0000003f 
- 00022622  0x000058af lshift4  0x0000003f , 0x0000003f 
- 00022623  0x000058b0 arg  0x00001800 , 0x00000002 
- 00022624  0x000058b1 iadd  0x00000002 , 0x00000002 
- 00022625  0x000058b3 arg  0x00000000 , 0x00000039 
- 00022626  0x000058b4 arg  0x00004500 , 0x00000006 
- 00022627  0x000058b6 ifetch  0x00000002 , 0x00000006 
- 00022628  0x000058b7 branch  0x00005869 , 0x00000034 
- 00022629  0x000058b8 copy  0x00000039 , 0x0000003f 
- 00022630  0x000058b9 increase  0x00000001 , 0x00000039 
- 00022631  0x000058ba bne  0x00000004 , 0x00005863 
- 00022632  0x000058bb branch  0x00002a8c 
- 00022633  0x000058bf increase  0xfffffffe , 0x00000006 
- 00022634  0x000058c0 istoret  0x00000002 , 0x00000006 
- 00022635  0x000058c1 copy  0x00000002 , 0x00000005 
- 00022636  0x000058c2 copy  0x00000011 , 0x0000003f 
- 00022637  0x000058c3 istore  0x00000001 , 0x00000005 
- 00022638  0x000058c4 setarg  0x00000000 
- 00022639  0x000058c5 istore  0x00000001 , 0x00000005 
- 00022640  0x000058c6 copy  0x00000001 , 0x0000003f 
- 00022641  0x000058c7 istore  0x00000001 , 0x00000005 
- 00022642  0x000058c8 rtn 
- 00022643  0x000058cd fetch  0x00000002 , 0x00004500 
- 00022644  0x000058ce copy  0x0000003f , 0x00000006 
- 00022645  0x000058cf rtn 
- 00022646  0x000058d2 fetch  0x00000002 , 0x00004502 
- 00022647  0x000058d3 copy  0x0000003f , 0x00000006 
- 00022648  0x000058d4 rtn 
- 00022649  0x000058d7 call  0x0000587c 
- 00022650  0x000058d8 copy  0x0000003f , 0x00000006 
- 00022651  0x000058d9 rtn 
- 00022652  0x000058db fetch  0x00000002 , 0x00004506 
- 00022653  0x000058dc nrtn  0x00000034 
- 00022654  0x000058dd fetch  0x00000002 , 0x00004504 
- 00022655  0x000058de nrtn  0x00000034 
- 00022656  0x000058df fetch  0x00000002 , 0x00004502 
- 00022657  0x000058e0 nrtn  0x00000034 
- 00022658  0x000058e1 fetch  0x00000002 , 0x00004500 
- 00022659  0x000058e2 rtn 
- 00022660  0x000058e5 call  0x00005873 
- 00022661  0x000058e6 increase  0x00000003 , 0x00000006 
- 00022662  0x000058e7 rtn 
- 00022663  0x000058ea call  0x00005873 
- 00022664  0x000058eb increase  0x00000007 , 0x00000006 
- 00022665  0x000058ec rtn 
- 00022666  0x000058ef call  0x00005879 
- 00022667  0x000058f0 increase  0x00000007 , 0x00000006 
- 00022668  0x000058f1 rtn 
- 00022669  0x000058f4 call  0x00005879 
- 00022670  0x000058f5 increase  0x00000003 , 0x00000006 
- 00022671  0x000058f6 rtn 
- 00022672  0x000058fb fetch  0x00000002 , 0x00004506 
- 00022673  0x000058fc rtn 
- 00022674  0x00005900 fetch  0x00000002 , 0x00004504 
- 00022675  0x00005901 rtn 
- 00022676  0x00005905 fetch  0x00000002 , 0x00004500 
- 00022677  0x00005906 rtn 
- 00022678  0x0000590a fetch  0x00000002 , 0x00004500 
- 00022679  0x0000590b arg  0x00001800 , 0x00000002 
- 00022680  0x0000590c isub  0x00000002 , 0x0000003f 
- 00022681  0x0000590d rshift4  0x0000003f , 0x0000003f 
- 00022682  0x0000590e rshift4  0x0000003f , 0x00000007 
- 00022683  0x0000590f fetch  0x00000001 , 0x000044ff 
- 00022684  0x00005910 qset0  0x0000003f 
- 00022685  0x00005911 store  0x00000001 , 0x000044ff 
- 00022686  0x00005912 arg  0x00000000 , 0x00000039 
- 00022687  0x00005914 lshift  0x00000039 , 0x0000003f 
- 00022688  0x00005915 arg  0x00004502 , 0x00000002 
- 00022689  0x00005916 iadd  0x00000002 , 0x00000002 
- 00022690  0x00005917 ifetch  0x00000002 , 0x00000002 
- 00022691  0x00005918 increase  0xfffffffe , 0x00000002 
- 00022692  0x00005919 istore  0x00000002 , 0x00000002 
- 00022693  0x0000591a copy  0x00000039 , 0x0000003f 
- 00022694  0x0000591b increase  0x00000001 , 0x00000039 
- 00022695  0x0000591c bne  0x00000003 , 0x0000589f 
- 00022696  0x0000591d setarg  0x00000000 
- 00022697  0x0000591e istore  0x00000002 , 0x00000002 
- 00022698  0x0000591f rtn 
- 00022699  0x00005926 ifetch  0x00000003 , 0x00000006 
- 00022700  0x00005927 store  0x00000003 , 0x00000477 
- 00022701  0x00005928 beq  0x00000002 , 0x000058c1 
- 00022702  0x00005929 beq  0x00000003 , 0x000058c9 
- 00022703  0x0000592a beq  0x00000004 , 0x000058cc 
- 00022704  0x0000592b beq  0x00000006 , 0x000058f2 
- 00022705  0x0000592c beq  0x00000008 , 0x0000593f 
- 00022706  0x0000592d beq  0x0000000a , 0x000059bc 
- 00022707  0x0000592e beq  0x0000000c , 0x000059e4 
- 00022708  0x0000592f beq  0x00000010 , 0x000059fa 
- 00022709  0x00005930 beq  0x00000012 , 0x00005a2f 
- 00022710  0x00005931 beq  0x00000016 , 0x00005a48 
- 00022711  0x00005932 beq  0x00000018 , 0x00005a5b 
- 00022712  0x00005933 beq  0x00000052 , 0x00005a60 
- 00022713  0x00005934 rtn 
- 00022714  0x00005938 force  0x00000003 , 0x00000011 
- 00022715  0x00005939 call  0x00005a82 
- 00022716  0x0000593a setarg  0x00000002 
- 00022717  0x0000593b istore  0x00000001 , 0x00000005 
- 00022718  0x0000593c fetch  0x00000002 , 0x000044a6 
- 00022719  0x0000593d istore  0x00000002 , 0x00000005 
- 00022720  0x0000593e rtn 
- 00022721  0x00005942 call  0x000058c9 
- 00022722  0x00005944 force  0x00000003 , 0x00000011 
- 00022723  0x00005945 call  0x00005a82 
- 00022724  0x00005946 setarg  0x00000003 
- 00022725  0x00005947 istore  0x00000001 , 0x00000005 
- 00022726  0x00005948 fetch  0x00000002 , 0x000044a6 
- 00022727  0x00005949 istore  0x00000002 , 0x00000005 
- 00022728  0x0000594a rtn 
- 00022729  0x0000594d rshift8  0x0000003f , 0x0000003f 
- 00022730  0x0000594e store  0x00000002 , 0x000044a8 
- 00022731  0x0000594f rtn 
- 00022732  0x00005952 call  0x00005ab1 
- 00022733  0x00005953 call  0x00007fe7 
- 00022734  0x00005954 branch  0x000058cf 
- 00022735  0x00005957 arg  0x00000003 , 0x0000000b 
- 00022736  0x00005958 call  0x00005756 
- 00022737  0x0000595a call  0x0000575f 
- 00022738  0x0000595b branch  0x000058f0 , 0x00000034 
- 00022739  0x0000595c nbranch  0x000058ed , 0x00000002 
- 00022740  0x0000595d increase  0xfffffffe , 0x00000006 
- 00022741  0x0000595e call  0x00007ea5 
- 00022742  0x0000595f call  0x00007e9c 
- 00022743  0x00005960 nbranch  0x000058e1 , 0x00000028 
- 00022744  0x00005961 call  0x00007e85 
- 00022745  0x00005962 call  0x00007fe9 
- 00022746  0x00005963 force  0x00000014 , 0x00000011 
- 00022747  0x00005964 call  0x00005a82 
- 00022748  0x00005965 call  0x00007e95 
- 00022749  0x00005966 setarg  0x00000005 
- 00022750  0x00005967 istore  0x00000001 , 0x00000005 
- 00022751  0x00005968 setarg  0x00000001 
- 00022752  0x00005969 istore  0x00000001 , 0x00000005 
- 00022753  0x0000596b call  0x00007e9f 
- 00022754  0x0000596c ifetch  0x00000002 , 0x00000006 
- 00022755  0x0000596d istore  0x00000002 , 0x00000005 
- 00022756  0x0000596e ifetch  0x00000001 , 0x00000006 
- 00022757  0x0000596f copy  0x0000003f , 0x00000039 
- 00022758  0x00005970 call  0x00007f01 
- 00022759  0x00005971 call  0x00007ea2 
- 00022760  0x00005972 increase  0xffffffff , 0x0000000b 
- 00022761  0x00005973 branch  0x000058f0 , 0x00000005 
- 00022762  0x00005975 ifetch  0x00000001 , 0x00000006 
- 00022763  0x00005976 iadd  0x00000006 , 0x00000006 
- 00022764  0x00005977 branch  0x000058d1 
- 00022765  0x00005979 ifetch  0x00000001 , 0x00000006 
- 00022766  0x0000597a iadd  0x00000006 , 0x00000006 
- 00022767  0x0000597b branch  0x000058ea 
- 00022768  0x0000597d branch  0x00005a76 , 0x00000028 
- 00022769  0x0000597e branch  0x00005aa5 
- 00022770  0x00005982 call  0x00005ab1 
- 00022771  0x00005983 ifetch  0x00000002 , 0x00000006 
- 00022772  0x00005984 store  0x00000002 , 0x00004472 
- 00022773  0x00005985 call  0x00007ea5 
- 00022774  0x00005986 arg  0x0000445e , 0x00000005 
- 00022775  0x00005987 fetch  0x00000002 , 0x000044fc 
- 00022776  0x00005988 increase  0xfffffff9 , 0x0000003f 
- 00022777  0x00005989 call  0x000056db 
- 00022778  0x0000598a branch  0x00005905 
- 00022779  0x0000598e disable  0x00000028 
- 00022780  0x0000598f fetcht  0x00000002 , 0x0000445a 
- 00022781  0x00005990 fetch  0x00000002 , 0x0000445c 
- 00022782  0x00005991 isub  0x00000002 , 0x0000003e 
- 00022783  0x00005992 nbranch  0x00005902 , 0x00000002 
- 00022784  0x00005993 deposit  0x00000002 
- 00022785  0x00005994 rtnne  0x00000000 
- 00022786  0x00005996 enable  0x00000028 
- 00022787  0x00005997 jam  0x00000001 , 0x0000047a 
- 00022788  0x00005998 branch  0x00005a77 
- 00022789  0x0000599c call  0x000058fb 
- 00022790  0x0000599d rtn  0x00000028 
- 00022791  0x0000599e fetcht  0x00000002 , 0x00004472 
- 00022792  0x0000599f setarg  0x00002800 
- 00022793  0x000059a0 isub  0x00000002 , 0x0000003e 
- 00022794  0x000059a1 branch  0x0000590c , 0x00000005 
- 00022795  0x000059a2 branch  0x00005a76 
- 00022796  0x000059a6 jam  0x00000000 , 0x000004b4 
- 00022797  0x000059a7 fetcht  0x00000002 , 0x0000445a 
- 00022798  0x000059a8 storet  0x00000002 , 0x00000aa2 
- 00022799  0x000059a9 call  0x0000578c 
- 00022800  0x000059aa nbranch  0x00005a76 , 0x00000034 
- 00022801  0x000059ac fetcht  0x00000002 , 0x00000aa2 
- 00022802  0x000059ad call  0x0000578c 
- 00022803  0x000059ae nbranch  0x00005925 , 0x00000034 
- 00022804  0x000059af copy  0x00000006 , 0x00000011 
- 00022805  0x000059b0 fetch  0x00000001 , 0x000004b3 
- 00022806  0x000059b1 copy  0x0000003f , 0x00000039 
- 00022807  0x000059b2 fetcht  0x00000001 , 0x0000445e 
- 00022808  0x000059b3 isub  0x00000002 , 0x0000003e 
- 00022809  0x000059b4 nbranch  0x00005921 , 0x00000005 
- 00022810  0x000059b5 arg  0x0000445f , 0x00000012 
- 00022811  0x000059b6 call  0x00007f88 
- 00022812  0x000059b8 branch  0x00005928 , 0x00000005 
- 00022813  0x000059ba fetch  0x00000002 , 0x000004a3 
- 00022814  0x000059bb fetcht  0x00000002 , 0x00004472 
- 00022815  0x000059bc isub  0x00000002 , 0x0000003e 
- 00022816  0x000059bd branch  0x00005930 , 0x00000005 
- 00022817  0x000059bf fetch  0x00000002 , 0x00000aa2 
- 00022818  0x000059c0 increase  0x00000001 , 0x0000003f 
- 00022819  0x000059c1 store  0x00000002 , 0x00000aa2 
- 00022820  0x000059c2 branch  0x00005911 
- 00022821  0x000059c5 fetch  0x00000001 , 0x000004b4 
- 00022822  0x000059c6 beq  0x00000001 , 0x00005930 
- 00022823  0x000059c7 branch  0x00005a76 
- 00022824  0x000059cb fetch  0x00000002 , 0x000004a3 
- 00022825  0x000059cc fetcht  0x00000002 , 0x00004472 
- 00022826  0x000059cd isub  0x00000002 , 0x0000003e 
- 00022827  0x000059ce nbranch  0x00005921 , 0x00000005 
- 00022828  0x000059cf jam  0x00000001 , 0x000004b4 
- 00022829  0x000059d1 fetcht  0x00000002 , 0x00000aa2 
- 00022830  0x000059d2 storet  0x00000002 , 0x0000049e 
- 00022831  0x000059d3 branch  0x00005921 
- 00022832  0x000059d6 fetch  0x00000001 , 0x000004b4 
- 00022833  0x000059d7 beq  0x00000000 , 0x00005921 
- 00022834  0x000059d8 jam  0x00000002 , 0x000004b4 
- 00022835  0x000059d9 fetcht  0x00000002 , 0x00000aa2 
- 00022836  0x000059da increase  0xffffffff , 0x00000002 
- 00022837  0x000059db storet  0x00000002 , 0x000004a0 
- 00022838  0x000059de arg  0x00000005 , 0x00000011 
- 00022839  0x000059df call  0x00005a82 
- 00022840  0x000059e0 setarg  0x00000007 
- 00022841  0x000059e1 istore  0x00000001 , 0x00000005 
- 00022842  0x000059e2 fetch  0x00000002 , 0x0000049e 
- 00022843  0x000059e3 istore  0x00000002 , 0x00000005 
- 00022844  0x000059e4 fetch  0x00000002 , 0x000004a0 
- 00022845  0x000059e5 istore  0x00000002 , 0x00000005 
- 00022846  0x000059e6 rtn 
- 00022847  0x000059eb call  0x00005ab1 
- 00022848  0x000059ec call  0x000056df 
- 00022849  0x000059ed branch  0x00005942 
- 00022850  0x000059f0 fetcht  0x00000002 , 0x0000445a 
- 00022851  0x000059f1 storet  0x00000002 , 0x00000aa2 
- 00022852  0x000059f2 call  0x00005756 
- 00022853  0x000059f3 call  0x0000576d 
- 00022854  0x000059f4 increase  0xfffffffe , 0x00000006 
- 00022855  0x000059f5 copy  0x00000006 , 0x0000003f 
- 00022856  0x000059f6 store  0x00000002 , 0x0000049c 
- 00022857  0x000059f8 fetcht  0x00000002 , 0x00004472 
- 00022858  0x000059f9 setarg  0x00002a00 
- 00022859  0x000059fa isub  0x00000002 , 0x0000003e 
- 00022860  0x000059fb branch  0x000059a8 , 0x00000005 
- 00022861  0x000059fc setarg  0x00002803 
- 00022862  0x000059fd isub  0x00000002 , 0x0000003e 
- 00022863  0x000059fe nbranch  0x00005990 , 0x00000005 
- 00022864  0x000059ff arg  0x00000002 , 0x0000000b 
- 00022865  0x00005a01 call  0x00005a88 
- 00022866  0x00005a02 nbranch  0x0000596d , 0x00000002 
- 00022867  0x00005a03 fetcht  0x00000002 , 0x00000aa2 
- 00022868  0x00005a04 call  0x0000578a 
- 00022869  0x00005a05 beq  0x00000001 , 0x0000596d 
- 00022870  0x00005a06 call  0x00005a94 
- 00022871  0x00005a07 nbranch  0x0000596b , 0x00000005 
- 00022872  0x00005a08 nbranch  0x0000596f , 0x00000028 
- 00022873  0x00005a09 disable  0x00000028 
- 00022874  0x00005a0a arg  0x00000014 , 0x00000011 
- 00022875  0x00005a0b call  0x00005a82 
- 00022876  0x00005a0c setarg  0x00000009 
- 00022877  0x00005a0d istore  0x00000001 , 0x00000005 
- 00022878  0x00005a0e copy  0x00000005 , 0x00000030 
- 00022879  0x00005a0f increase  0x00000001 , 0x00000005 
- 00022880  0x00005a11 call  0x0000597d 
- 00022881  0x00005a12 call  0x00005a84 
- 00022882  0x00005a13 call  0x0000578a 
- 00022883  0x00005a14 call  0x00005984 
- 00022884  0x00005a15 fetch  0x00000001 , 0x000004a2 
- 00022885  0x00005a16 increase  0x00000005 , 0x0000003f 
- 00022886  0x00005a17 istore  0x00000001 , 0x00000030 
- 00022887  0x00005a18 fetch  0x00000001 , 0x000004a2 
- 00022888  0x00005a19 beq  0x00000010 , 0x0000596d 
- 00022889  0x00005a1a increase  0xffffffff , 0x0000000b 
- 00022890  0x00005a1b branch  0x0000596d , 0x00000005 
- 00022891  0x00005a1d call  0x00005a84 
- 00022892  0x00005a1e branch  0x00005951 
- 00022893  0x00005a20 branch  0x00005a76 , 0x00000028 
- 00022894  0x00005a21 branch  0x00005aa5 
- 00022895  0x00005a24 call  0x00005a97 
- 00022896  0x00005a25 call  0x00005a84 
- 00022897  0x00005a26 call  0x0000578a 
- 00022898  0x00005a27 fetch  0x00000001 , 0x000004a2 
- 00022899  0x00005a28 beq  0x00000010 , 0x0000596d 
- 00022900  0x00005a2a call  0x00007e9c 
- 00022901  0x00005a2b fetch  0x00000002 , 0x00000aa2 
- 00022902  0x00005a2c increase  0xffffffff , 0x0000003f 
- 00022903  0x00005a2d istore  0x00000002 , 0x00000005 
- 00022904  0x00005a2e call  0x00005aa1 
- 00022905  0x00005a2f call  0x00005984 
- 00022906  0x00005a30 increase  0xffffffff , 0x0000000b 
- 00022907  0x00005a31 branch  0x0000596d , 0x00000005 
- 00022908  0x00005a32 branch  0x0000596b 
- 00022909  0x00005a36 fetch  0x00000002 , 0x00000aa2 
- 00022910  0x00005a37 istore  0x00000002 , 0x00000005 
- 00022911  0x00005a39 fetch  0x00000001 , 0x000004b3 
- 00022912  0x00005a3a copy  0x0000003f , 0x00000039 
- 00022913  0x00005a3b call  0x00007e9f 
- 00022914  0x00005a3c call  0x00007ef4 
- 00022915  0x00005a3d branch  0x00007ea2 
- 00022916  0x00005a3f call  0x00007e9c 
- 00022917  0x00005a40 fetch  0x00000002 , 0x00000aa2 
- 00022918  0x00005a41 istore  0x00000002 , 0x00000005 
- 00022919  0x00005a42 call  0x00007ea2 
- 00022920  0x00005a43 fetch  0x00000001 , 0x000004a2 
- 00022921  0x00005a44 copy  0x0000003f , 0x00000039 
- 00022922  0x00005a45 call  0x00007e9c 
- 00022923  0x00005a46 call  0x00007e9f 
- 00022924  0x00005a47 isub  0x00000039 , 0x00000006 
- 00022925  0x00005a48 increase  0xffffffff , 0x00000006 
- 00022926  0x00005a49 call  0x00007ef4 
- 00022927  0x00005a4a branch  0x00007ea2 
- 00022928  0x00005a4f fetcht  0x00000002 , 0x0000445a 
- 00022929  0x00005a50 storet  0x00000002 , 0x00000aa2 
- 00022930  0x00005a52 call  0x00005a88 
- 00022931  0x00005a53 nbranch  0x00005a76 , 0x00000002 
- 00022932  0x00005a54 call  0x0000578a 
- 00022933  0x00005a55 beq  0x00000001 , 0x00005a76 
- 00022934  0x00005a56 call  0x00005a94 
- 00022935  0x00005a57 nbranch  0x000059a6 , 0x00000005 
- 00022936  0x00005a5a arg  0x00000014 , 0x00000011 
- 00022937  0x00005a5b call  0x00005a82 
- 00022938  0x00005a5c setarg  0x00000009 
- 00022939  0x00005a5d istore  0x00000001 , 0x00000005 
- 00022940  0x00005a5e fetch  0x00000001 , 0x000004b3 
- 00022941  0x00005a5f copy  0x0000003f , 0x00000039 
- 00022942  0x00005a60 increase  0x00000002 , 0x0000003f 
- 00022943  0x00005a61 istore  0x00000001 , 0x00000005 
- 00022944  0x00005a62 fetch  0x00000002 , 0x00000aa2 
- 00022945  0x00005a63 istore  0x00000002 , 0x00000005 
- 00022946  0x00005a64 call  0x00007e9f 
- 00022947  0x00005a65 call  0x00007ef4 
- 00022948  0x00005a66 call  0x00007ea2 
- 00022949  0x00005a67 branch  0x00005aa5 
- 00022950  0x00005a6a call  0x00005a84 
- 00022951  0x00005a6b branch  0x00005992 
- 00022952  0x00005a6f arg  0x00002a00 , 0x00000002 
- 00022953  0x00005a70 call  0x0000577c 
- 00022954  0x00005a71 rtn  0x00000034 
- 00022955  0x00005a72 increase  0xfffffffb , 0x00000006 
- 00022956  0x00005a73 ifetch  0x00000002 , 0x00000006 
- 00022957  0x00005a74 store  0x00000002 , 0x00000aa2 
- 00022958  0x00005a75 arg  0x00000014 , 0x00000011 
- 00022959  0x00005a76 call  0x00005a82 
- 00022960  0x00005a77 setarg  0x00000009 
- 00022961  0x00005a78 istore  0x00000001 , 0x00000005 
- 00022962  0x00005a79 fetch  0x00000001 , 0x000043af 
- 00022963  0x00005a7a copy  0x0000003f , 0x00000039 
- 00022964  0x00005a7b increase  0x00000002 , 0x0000003f 
- 00022965  0x00005a7c istore  0x00000001 , 0x00000005 
- 00022966  0x00005a7d fetch  0x00000002 , 0x00000aa2 
- 00022967  0x00005a7e istore  0x00000002 , 0x00000005 
- 00022968  0x00005a7f arg  0x000043b0 , 0x00000006 
- 00022969  0x00005a80 call  0x00007ef4 
- 00022970  0x00005a81 call  0x00007ea2 
- 00022971  0x00005a82 branch  0x00005aa5 
- 00022972  0x00005a87 fetcht  0x00000002 , 0x00000478 
- 00022973  0x00005a88 fetch  0x00000001 , 0x000044e9 
- 00022974  0x00005a89 bbit1  0x00000003 , 0x000059dd 
- 00022975  0x00005a8c call  0x0000576a 
- 00022976  0x00005a8d branch  0x00005a76 , 0x00000034 
- 00022977  0x00005a8e increase  0xfffffffe , 0x00000006 
- 00022978  0x00005a8f ifetch  0x00000002 , 0x00000006 
- 00022979  0x00005a90 arg  0x00002a00 , 0x00000002 
- 00022980  0x00005a91 isub  0x00000002 , 0x0000003e 
- 00022981  0x00005a92 branch  0x000059d3 , 0x00000005 
- 00022982  0x00005a93 ifetch  0x00000001 , 0x00000006 
- 00022983  0x00005a94 sub  0x0000003f , 0x00000016 , 0x0000003e 
- 00022984  0x00005a95 branch  0x000059ca , 0x00000002 
- 00022985  0x00005a96 force  0x00000016 , 0x0000003f 
- 00022986  0x00005a98 copy  0x0000003f , 0x00000013 
- 00022987  0x00005a99 call  0x00007ea5 
- 00022988  0x00005a9a add  0x00000013 , 0x00000001 , 0x00000011 
- 00022989  0x00005a9b call  0x00005a82 
- 00022990  0x00005a9c setarg  0x0000000b 
- 00022991  0x00005a9d istore  0x00000001 , 0x00000005 
- 00022992  0x00005a9e copy  0x00000013 , 0x00000039 
- 00022993  0x00005a9f call  0x00007e9f 
- 00022994  0x00005aa0 branch  0x00007f01 
- 00022995  0x00005aa3 call  0x00007ea5 
- 00022996  0x00005aa4 fetch  0x00000001 , 0x000043af 
- 00022997  0x00005aa5 add  0x0000003f , 0x00000001 , 0x00000011 
- 00022998  0x00005aa6 call  0x00005a82 
- 00022999  0x00005aa7 setarg  0x0000000b 
- 00023000  0x00005aa8 istore  0x00000001 , 0x00000005 
- 00023001  0x00005aa9 fetch  0x00000001 , 0x000043af 
- 00023002  0x00005aaa copy  0x0000003f , 0x00000039 
- 00023003  0x00005aab arg  0x000043b0 , 0x00000006 
- 00023004  0x00005aac branch  0x00007f01 
- 00023005  0x00005ab0 fetch  0x00000002 , 0x000044fa 
- 00023006  0x00005ab1 isub  0x00000002 , 0x0000003e 
- 00023007  0x00005ab2 nbranch  0x000059bf , 0x00000005 
- 00023008  0x00005ab4 call  0x00005a42 
- 00023009  0x00005ab5 nbranch  0x000059bf , 0x00000028 
- 00023010  0x00005ab6 jam  0x00000005 , 0x0000047a 
- 00023011  0x00005ab7 branch  0x00005a77 
- 00023012  0x00005abb ifetch  0x00000002 , 0x00000006 
- 00023013  0x00005abc store  0x00000002 , 0x0000445e 
- 00023014  0x00005abe arg  0x00000014 , 0x00000011 
- 00023015  0x00005abf call  0x00005a82 
- 00023016  0x00005ac0 setarg  0x0000000d 
- 00023017  0x00005ac1 istore  0x00000001 , 0x00000005 
- 00023018  0x00005ac2 fetch  0x00000002 , 0x0000445e 
- 00023019  0x00005ac3 iforce  0x00000011 
- 00023020  0x00005ac4 fetcht  0x00000002 , 0x00000478 
- 00023021  0x00005ac5 call  0x0000576a 
- 00023022  0x00005ac6 branch  0x00005a76 , 0x00000034 
- 00023023  0x00005ac7 ifetch  0x00000001 , 0x00000006 
- 00023024  0x00005ac8 isub  0x00000011 , 0x00000039 
- 00023025  0x00005ac9 nbranch  0x00005a76 , 0x00000002 
- 00023026  0x00005aca sub  0x00000039 , 0x00000016 , 0x0000003e 
- 00023027  0x00005acb branch  0x000059f5 , 0x00000002 
- 00023028  0x00005acc force  0x00000016 , 0x00000039 
- 00023029  0x00005ace deposit  0x00000011 
- 00023030  0x00005acf iadd  0x00000006 , 0x00000006 
- 00023031  0x00005ad0 call  0x00007ef4 
- 00023032  0x00005ad1 call  0x00007ea2 
- 00023033  0x00005ad2 branch  0x00005aa5 
- 00023034  0x00005ad6 call  0x00005ab1 
- 00023035  0x00005ad7 call  0x000056d7 
- 00023036  0x00005ad8 branch  0x000059fd 
- 00023037  0x00005ade arg  0x00000002 , 0x0000000b 
- 00023038  0x00005adf fetcht  0x00000002 , 0x0000445a 
- 00023039  0x00005ae3 storet  0x00000002 , 0x00000aa2 
- 00023040  0x00005ae4 call  0x00005756 
- 00023041  0x00005ae5 call  0x0000576d 
- 00023042  0x00005ae6 increase  0xfffffffe , 0x00000006 
- 00023043  0x00005ae7 copy  0x00000006 , 0x0000003f 
- 00023044  0x00005ae8 store  0x00000002 , 0x0000049c 
- 00023045  0x00005aea call  0x00005a88 
- 00023046  0x00005aeb nbranch  0x00005a25 , 0x00000002 
- 00023047  0x00005aec fetcht  0x00000002 , 0x00000aa2 
- 00023048  0x00005aed call  0x0000578a 
- 00023049  0x00005aee beq  0x00000001 , 0x00005a28 
- 00023050  0x00005af0 call  0x00005a8c 
- 00023051  0x00005af1 nbranch  0x00005a23 , 0x00000005 
- 00023052  0x00005af2 copy  0x0000000b , 0x0000003f 
- 00023053  0x00005af3 beq  0x00000000 , 0x00005a28 
- 00023054  0x00005af4 nbranch  0x00005a19 , 0x00000028 
- 00023055  0x00005af5 disable  0x00000028 
- 00023056  0x00005af7 arg  0x00000014 , 0x00000011 
- 00023057  0x00005af8 call  0x00005a82 
- 00023058  0x00005af9 setarg  0x00000011 
- 00023059  0x00005afa istore  0x00000001 , 0x00000005 
- 00023060  0x00005afb fetch  0x00000001 , 0x000004b3 
- 00023061  0x00005afc increase  0x00000004 , 0x0000003f 
- 00023062  0x00005afd istore  0x00000001 , 0x00000005 
- 00023063  0x00005afe call  0x00007ea2 
- 00023064  0x00005aff branch  0x00005a1f 
- 00023065  0x00005b01 fetch  0x00000001 , 0x000004b3 
- 00023066  0x00005b02 beq  0x00000010 , 0x00005a28 
- 00023067  0x00005b03 fetch  0x00000002 , 0x00000aa2 
- 00023068  0x00005b04 increase  0xffffffff , 0x0000003f 
- 00023069  0x00005b05 store  0x00000002 , 0x000004a0 
- 00023070  0x00005b06 call  0x00005a9c 
- 00023071  0x00005b08 fetch  0x00000002 , 0x00000aa2 
- 00023072  0x00005b09 store  0x00000002 , 0x0000049e 
- 00023073  0x00005b0a call  0x00005a97 
- 00023074  0x00005b0b increase  0xffffffff , 0x0000000b 
- 00023075  0x00005b0e call  0x00005a84 
- 00023076  0x00005b0f branch  0x00005a05 
- 00023077  0x00005b12 fetch  0x00000002 , 0x00000aa2 
- 00023078  0x00005b13 store  0x00000002 , 0x000004a0 
- 00023079  0x00005b14 branch  0x00005a2c 
- 00023080  0x00005b16 fetch  0x00000002 , 0x00000aa2 
- 00023081  0x00005b17 increase  0xffffffff , 0x0000003f 
- 00023082  0x00005b18 store  0x00000002 , 0x000004a0 
- 00023083  0x00005b19 branch  0x00005a2c 
- 00023084  0x00005b1b branch  0x00005a76 , 0x00000028 
- 00023085  0x00005b1c call  0x00005a9c 
- 00023086  0x00005b1d branch  0x00005aa5 
- 00023087  0x00005b23 copy  0x00000006 , 0x00000011 
- 00023088  0x00005b24 fetch  0x00000002 , 0x000044fc 
- 00023089  0x00005b25 add  0x0000003f , 0xfffffffd , 0x00000012 
- 00023090  0x00005b26 call  0x000056e2 
- 00023091  0x00005b28 fetch  0x00000001 , 0x000044e9 
- 00023092  0x00005b29 bbit0  0x00000004 , 0x00005a3d 
- 00023093  0x00005b2b fetcht  0x00000002 , 0x00000478 
- 00023094  0x00005b2c fetch  0x00000002 , 0x000044fa 
- 00023095  0x00005b2d isub  0x00000002 , 0x0000003e 
- 00023096  0x00005b2e nbranch  0x00005a3d , 0x00000005 
- 00023097  0x00005b2f call  0x00005a42 
- 00023098  0x00005b30 nbranch  0x00005a3d , 0x00000028 
- 00023099  0x00005b31 jam  0x00000005 , 0x0000047a 
- 00023100  0x00005b32 branch  0x00005a77 
- 00023101  0x00005b35 force  0x00000001 , 0x00000011 
- 00023102  0x00005b36 call  0x00005a82 
- 00023103  0x00005b37 setarg  0x00000013 
- 00023104  0x00005b38 istore  0x00000001 , 0x00000005 
- 00023105  0x00005b39 rtn 
- 00023106  0x00005b3c call  0x00007fe9 
- 00023107  0x00005b3d fetch  0x00000001 , 0x000044c6 
- 00023108  0x00005b3e rtneq  0x00000000 
- 00023109  0x00005b3f fetch  0x00000001 , 0x00004040 
- 00023110  0x00005b40 rtnbit1  0x00000004 
- 00023111  0x00005b41 branch  0x00007fe7 
- 00023112  0x00005b45 add  0x00000006 , 0x00000002 , 0x00000011 
- 00023113  0x00005b46 fetch  0x00000002 , 0x000044fc 
- 00023114  0x00005b47 add  0x0000003f , 0xfffffffb , 0x00000012 
- 00023115  0x00005b48 call  0x000056e2 
- 00023116  0x00005b49 branch  0x00005a4d 
- 00023117  0x00005b4d fetch  0x00000002 , 0x000044fc 
- 00023118  0x00005b4e copy  0x0000003f , 0x00000011 
- 00023119  0x00005b4f call  0x00005a82 
- 00023120  0x00005b50 setarg  0x00000017 
- 00023121  0x00005b51 istore  0x00000001 , 0x00000005 
- 00023122  0x00005b52 fetch  0x00000002 , 0x00000478 
- 00023123  0x00005b53 istore  0x00000002 , 0x00000005 
- 00023124  0x00005b54 fetch  0x00000002 , 0x000044fc 
- 00023125  0x00005b55 add  0x0000003f , 0xfffffffb , 0x00000039 
- 00023126  0x00005b56 fetch  0x00000002 , 0x0000450d 
- 00023127  0x00005b57 add  0x0000003f , 0x00000007 , 0x00000006 
- 00023128  0x00005b58 ifetch  0x00000002 , 0x00000006 
- 00023129  0x00005b59 istore  0x00000002 , 0x00000005 
- 00023130  0x00005b5a branch  0x00007ef4 
- 00023131  0x00005b61 force  0x00000001 , 0x00000011 
- 00023132  0x00005b62 call  0x00005a82 
- 00023133  0x00005b63 setarg  0x00000019 
- 00023134  0x00005b64 istore  0x00000001 , 0x00000005 
- 00023135  0x00005b65 rtn 
- 00023136  0x00005b6a copy  0x00000006 , 0x00000011 
- 00023137  0x00005b6b fetch  0x00000002 , 0x000044fc 
- 00023138  0x00005b6c add  0x0000003f , 0xfffffffd , 0x00000012 
- 00023139  0x00005b6d branch  0x000056e2 
- 00023140  0x00005b73 copy  0x00000002 , 0x00000013 
- 00023141  0x00005b74 increase  0x00000003 , 0x00000011 
- 00023142  0x00005b75 call  0x00005a82 
- 00023143  0x00005b76 increase  0xfffffffd , 0x00000011 
- 00023144  0x00005b77 setarg  0x0000001b 
- 00023145  0x00005b78 istore  0x00000001 , 0x00000005 
- 00023146  0x00005b79 copy  0x00000013 , 0x00000002 
- 00023147  0x00005b7a istoret  0x00000002 , 0x00000005 
- 00023148  0x00005b7b rtn 
- 00023149  0x00005b7f copy  0x00000002 , 0x00000013 
- 00023150  0x00005b80 increase  0x00000003 , 0x00000011 
- 00023151  0x00005b81 call  0x00005a82 
- 00023152  0x00005b82 increase  0xfffffffd , 0x00000011 
- 00023153  0x00005b83 setarg  0x0000001d 
- 00023154  0x00005b84 istore  0x00000001 , 0x00000005 
- 00023155  0x00005b85 copy  0x00000013 , 0x00000002 
- 00023156  0x00005b86 istoret  0x00000002 , 0x00000005 
- 00023157  0x00005b87 rtn 
- 00023158  0x00005b8d jam  0x0000000a , 0x0000047a 
- 00023159  0x00005b8f force  0x00000005 , 0x00000011 
- 00023160  0x00005b90 call  0x00005a82 
- 00023161  0x00005b91 setarg  0x00000001 
- 00023162  0x00005b92 istore  0x00000001 , 0x00000005 
- 00023163  0x00005b93 fetch  0x00000001 , 0x00000477 
- 00023164  0x00005b94 istore  0x00000001 , 0x00000005 
- 00023165  0x00005b95 fetch  0x00000002 , 0x00000478 
- 00023166  0x00005b96 istore  0x00000002 , 0x00000005 
- 00023167  0x00005b97 fetch  0x00000001 , 0x0000047a 
- 00023168  0x00005b98 istore  0x00000001 , 0x00000005 
- 00023169  0x00005b99 rtn 
- 00023170  0x00005b9d force  0x00000004 , 0x00000012 
- 00023171  0x00005b9e branch  0x00005847 
- 00023172  0x00005ba2 fetcht  0x00000002 , 0x00000aa2 
- 00023173  0x00005ba3 increase  0x00000001 , 0x00000002 
- 00023174  0x00005ba4 storet  0x00000002 , 0x00000aa2 
- 00023175  0x00005ba5 rtn 
- 00023176  0x00005ba8 fetcht  0x00000002 , 0x00000aa2 
- 00023177  0x00005ba9 fetch  0x00000002 , 0x0000445c 
- 00023178  0x00005baa isub  0x00000002 , 0x0000003e 
- 00023179  0x00005bab rtn 
- 00023180  0x00005baf fetcht  0x00000001 , 0x0000445e 
- 00023181  0x00005bb0 arg  0x0000445f , 0x00000011 
- 00023182  0x00005bb2 fetch  0x00000001 , 0x000004a2 
- 00023183  0x00005bb3 copy  0x0000003f , 0x00000039 
- 00023184  0x00005bb4 isub  0x00000002 , 0x0000003e 
- 00023185  0x00005bb5 nrtn  0x00000005 
- 00023186  0x00005bb6 arg  0x000004a3 , 0x00000012 
- 00023187  0x00005bb7 branch  0x00007f88 
- 00023188  0x00005bba fetcht  0x00000001 , 0x00004471 
- 00023189  0x00005bbb arg  0x00004472 , 0x00000011 
- 00023190  0x00005bbc branch  0x00005a8e 
- 00023191  0x00005bc0 fetch  0x00000001 , 0x000004b3 
- 00023192  0x00005bc1 store  0x00000001 , 0x00000101 
- 00023193  0x00005bc2 copy  0x0000003f , 0x00000039 
- 00023194  0x00005bc3 call  0x00007e9f 
- 00023195  0x00005bc4 branch  0x00007ef4 
- 00023196  0x00005bc8 call  0x00007e9c 
- 00023197  0x00005bc9 fetch  0x00000002 , 0x0000049e 
- 00023198  0x00005bca istore  0x00000002 , 0x00000005 
- 00023199  0x00005bcb fetch  0x00000002 , 0x000004a0 
- 00023200  0x00005bcc istore  0x00000002 , 0x00000005 
- 00023201  0x00005bce fetch  0x00000001 , 0x00000101 
- 00023202  0x00005bcf copy  0x0000003f , 0x00000039 
- 00023203  0x00005bd0 call  0x00007ef4 
- 00023204  0x00005bd1 branch  0x00007ea2 
- 00023205  0x00005bd6 call  0x00007e9c 
- 00023206  0x00005bd7 call  0x0000588a 
- 00023207  0x00005bd8 copy  0x00000005 , 0x0000003f 
- 00023208  0x00005bd9 isub  0x00000006 , 0x00000011 
- 00023209  0x00005bda call  0x0000588d 
- 00023210  0x00005bdb copy  0x00000011 , 0x0000003f 
- 00023211  0x00005bdc istore  0x00000002 , 0x00000006 
- 00023212  0x00005bdd increase  0x00000004 , 0x00000011 
- 00023213  0x00005bde call  0x00005879 
- 00023214  0x00005bdf copy  0x00000011 , 0x0000003f 
- 00023215  0x00005be0 istore  0x00000001 , 0x00000006 
- 00023216  0x00005be1 rtn 
- 00023217  0x00005be5 rshift8  0x0000003f , 0x0000003f 
- 00023218  0x00005be6 store  0x00000002 , 0x0000445a 
- 00023219  0x00005be7 ifetch  0x00000002 , 0x00000006 
- 00023220  0x00005be8 store  0x00000002 , 0x0000445c 
- 00023221  0x00005be9 rtn 
- 00023222  0x00005bef ifetch  0x00000001 , 0x00000006 
- 00023223  0x00005bf0 ifetcht  0x00000001 , 0x00000006 
- 00023224  0x00005bf1 ifetcht  0x00000002 , 0x00000006 
- 00023225  0x00005bf2 beq  0x00000013 , 0x00005abb 
- 00023226  0x00005bf3 rtn 
- 00023227  0x00005bf5 ifetch  0x00000002 , 0x00000006 
- 00023228  0x00005bf6 store  0x00000002 , 0x00004509 
- 00023229  0x00005bf7 jam  0x00000040 , 0x00000a99 
- 00023230  0x00005bf8 branch  0x00007d86 
- 00023231  0x00005bff arg  0x0000000c , 0x00000011 
- 00023232  0x00005c00 arg  0x00000012 , 0x00000013 
- 00023233  0x00005c01 call  0x00005ac7 
- 00023234  0x00005c02 setarg  0x00000008 
- 00023235  0x00005c03 istore  0x00000002 , 0x00000005 
- 00023236  0x00005c04 fetch  0x00000008 , 0x00004496 
- 00023237  0x00005c05 istore  0x00000008 , 0x00000005 
- 00023238  0x00005c06 rtn 
- 00023239  0x00005c0b call  0x00005acf 
- 00023240  0x00005c0c arg  0x00000005 , 0x00000012 
- 00023241  0x00005c0d call  0x00005847 
- 00023242  0x00005c0e copy  0x00000013 , 0x0000003f 
- 00023243  0x00005c0f istore  0x00000001 , 0x00000005 
- 00023244  0x00005c10 fetch  0x00000001 , 0x00004508 
- 00023245  0x00005c11 istore  0x00000001 , 0x00000005 
- 00023246  0x00005c12 rtn 
- 00023247  0x00005c16 fetch  0x00000001 , 0x00004508 
- 00023248  0x00005c18 pincrease  0x00000001 
- 00023249  0x00005c19 store  0x00000001 , 0x00004508 
- 00023250  0x00005c1a rtnne  0x00000000 
- 00023251  0x00005c1d jam  0x00000001 , 0x00004508 
- 00023252  0x00005c1e rtn 
- 00023253  0x00005c24 fetch  0x00000001 , 0x000044c6 
- 00023254  0x00005c25 beq  0x00000000 , 0x00005ae4 
- 00023255  0x00005c26 beq  0x00000001 , 0x00005ae7 
- 00023256  0x00005c27 beq  0x00000002 , 0x00005ae9 
- 00023257  0x00005c28 beq  0x00000081 , 0x00005add 
- 00023258  0x00005c29 beq  0x00000082 , 0x00005adf 
- 00023259  0x00005c2a beq  0x00000083 , 0x00005ae2 
- 00023260  0x00005c2b rtn 
- 00023261  0x00005c2e jam  0x0000000d , 0x00004456 
- 00023262  0x00005c2f branch  0x00005ae5 
- 00023263  0x00005c31 jam  0x0000000d , 0x00004456 
- 00023264  0x00005c32 jam  0x00000001 , 0x00004454 
- 00023265  0x00005c33 rtn 
- 00023266  0x00005c35 jam  0x0000000d , 0x00004456 
- 00023267  0x00005c36 branch  0x00005aea 
- 00023268  0x00005c38 jam  0x00000000 , 0x00004456 
- 00023269  0x00005c3a jam  0x00000003 , 0x00004454 
- 00023270  0x00005c3b rtn 
- 00023271  0x00005c3d jam  0x00000005 , 0x00004456 
- 00023272  0x00005c3e branch  0x00005ae5 
- 00023273  0x00005c40 jam  0x00000005 , 0x00004456 
- 00023274  0x00005c42 jam  0x00000000 , 0x00004454 
- 00023275  0x00005c43 rtn 
- 00023276  0x00005c47 fetch  0x00000001 , 0x00004456 
- 00023277  0x00005c48 set1  0x00000003 , 0x0000003f 
- 00023278  0x00005c49 store  0x00000001 , 0x00004456 
- 00023279  0x00005c4a rtn 
- 00023280  0x00005c4c fetch  0x00000001 , 0x00004456 
- 00023281  0x00005c4d set0  0x00000003 , 0x0000003f 
- 00023282  0x00005c4e store  0x00000001 , 0x00004456 
- 00023283  0x00005c4f rtn 
- 00023284  0x00005c52 ifetch  0x00000001 , 0x00000006 
- 00023285  0x00005c53 beq  0x00000001 , 0x00005b09 
- 00023286  0x00005c55 beq  0x00000003 , 0x00005b30 
- 00023287  0x00005c56 beq  0x00000004 , 0x00005b4d 
- 00023288  0x00005c57 beq  0x00000005 , 0x00005b5a 
- 00023289  0x00005c58 beq  0x00000006 , 0x00005b80 
- 00023290  0x00005c59 beq  0x00000007 , 0x00005bc4 
- 00023291  0x00005c5a beq  0x00000008 , 0x00005baf 
- 00023292  0x00005c5b beq  0x00000009 , 0x00005bc0 
- 00023293  0x00005c5c beq  0x0000000a , 0x00005bc4 
- 00023294  0x00005c5d beq  0x0000000b , 0x00005bc4 
- 00023295  0x00005c5e beq  0x0000000c , 0x00005bc5 
- 00023296  0x00005c5f beq  0x0000000d , 0x00005bca 
- 00023297  0x00005c60 rtn 
- 00023298  0x00005c65 force  0x00000002 , 0x00000011 
- 00023299  0x00005c66 call  0x00005c62 
- 00023300  0x00005c67 setarg  0x0000000b 
- 00023301  0x00005c68 istore  0x00000001 , 0x00000005 
- 00023302  0x00005c69 fetch  0x00000001 , 0x00004456 
- 00023303  0x00005c6a istore  0x00000001 , 0x00000005 
- 00023304  0x00005c6b rtn 
- 00023305  0x00005c6e store  0x00000001 , 0x0000444c 
- 00023306  0x00005c6f ifetch  0x00000006 , 0x00000006 
- 00023307  0x00005c70 istore  0x00000006 , 0x00000005 
- 00023308  0x00005c71 fetch  0x00000001 , 0x000044c6 
- 00023309  0x00005c72 beq  0x00000000 , 0x00005b5f 
- 00023310  0x00005c73 call  0x00005b2b 
- 00023311  0x00005c74 call  0x00005b26 
- 00023312  0x00005c75 jam  0x00000003 , 0x000044c4 
- 00023313  0x00005c76 fetch  0x00000001 , 0x0000444d 
- 00023314  0x00005c77 beq  0x00000000 , 0x00005b18 
- 00023315  0x00005c78 beq  0x00000001 , 0x00005b18 
- 00023316  0x00005c79 beq  0x00000003 , 0x00005b18 
- 00023317  0x00005c7a fetch  0x00000001 , 0x000044c6 
- 00023318  0x00005c7b beq  0x00000002 , 0x00005b1b 
- 00023319  0x00005c7c rtneq  0x00000083 
- 00023320  0x00005c7e arg  0x00000000 , 0x0000003f 
- 00023321  0x00005c7f store  0x00000004 , 0x000044c7 
- 00023322  0x00005c80 rtn 
- 00023323  0x00005c83 fetch  0x00000001 , 0x000044e9 
- 00023324  0x00005c84 bbit1  0x00000000 , 0x00005b24 
- 00023325  0x00005c86 arg  0x000044c7 , 0x00000011 
- 00023326  0x00005c87 copy  0x00000011 , 0x00000005 
- 00023327  0x00005c88 arg  0x00000003 , 0x00000039 
- 00023328  0x00005c89 call  0x0000630d 
- 00023329  0x00005c8a fetch  0x00000002 , 0x000044c9 
- 00023330  0x00005c8b and_into  0x00000007 , 0x0000003f 
- 00023331  0x00005c8c store  0x00000002 , 0x000044c9 
- 00023332  0x00005c8e jam  0x00000034 , 0x00000a99 
- 00023333  0x00005c8f branch  0x00007d86 
- 00023334  0x00005c92 fetch  0x00000001 , 0x0000444f 
- 00023335  0x00005c93 rtnbit1  0x00000003 
- 00023336  0x00005c94 fetch  0x00000001 , 0x000044c6 
- 00023337  0x00005c95 rtnbit0  0x00000007 
- 00023338  0x00005c96 branch  0x00003402 
- 00023339  0x00005c99 force  0x00000007 , 0x00000011 
- 00023340  0x00005c9a call  0x00005c62 
- 00023341  0x00005c9b fetch  0x00000007 , 0x00004453 
- 00023342  0x00005c9c istore  0x00000007 , 0x00000005 
- 00023343  0x00005c9d rtn 
- 00023344  0x00005ca1 copy  0x00000006 , 0x00000011 
- 00023345  0x00005ca2 fetch  0x00000001 , 0x000044c6 
- 00023346  0x00005ca3 beq  0x00000083 , 0x00005b37 
- 00023347  0x00005ca4 copy  0x00000011 , 0x00000006 
- 00023348  0x00005ca5 arg  0x0000442a , 0x00000005 
- 00023349  0x00005ca6 call  0x00007ebf 
- 00023350  0x00005ca7 branch  0x00005b3d 
- 00023351  0x00005ca9 copy  0x00000011 , 0x00000006 
- 00023352  0x00005caa arg  0x0000442a , 0x00000005 
- 00023353  0x00005cab call  0x00007ebf 
- 00023354  0x00005cac jam  0x00000002 , 0x000044bf 
- 00023355  0x00005cad jam  0x00000008 , 0x000044c1 
- 00023356  0x00005cae rtn 
- 00023357  0x00005cb2 fetch  0x00000001 , 0x000044c6 
- 00023358  0x00005cb3 bbit1  0x00000007 , 0x00005b45 
- 00023359  0x00005cb4 call  0x0000739c 
- 00023360  0x00005cb5 force  0x00000011 , 0x00000011 
- 00023361  0x00005cb6 call  0x00005c62 
- 00023362  0x00005cb7 setarg  0x00000003 
- 00023363  0x00005cb8 istore  0x00000001 , 0x00000005 
- 00023364  0x00005cb9 branch  0x00007497 
- 00023365  0x00005cbd arg  0x0000443a , 0x00000005 
- 00023366  0x00005cbe call  0x0000630c 
- 00023367  0x00005cbf call  0x000071c5 
- 00023368  0x00005cc0 force  0x00000011 , 0x00000011 
- 00023369  0x00005cc1 call  0x00005c62 
- 00023370  0x00005cc2 setarg  0x00000003 
- 00023371  0x00005cc3 istore  0x00000001 , 0x00000005 
- 00023372  0x00005cc4 branch  0x00007201 
- 00023373  0x00005cc9 copy  0x00000006 , 0x00000011 
- 00023374  0x00005cca fetch  0x00000001 , 0x000044c6 
- 00023375  0x00005ccb bbit1  0x00000007 , 0x00005b61 
- 00023376  0x00005ccc copy  0x00000011 , 0x00000006 
- 00023377  0x00005ccd call  0x00007394 
- 00023378  0x00005cce branch  0x00005b75 , 0x00000005 
- 00023379  0x00005cd0 jam  0x00000004 , 0x0000047b 
- 00023380  0x00005cd2 force  0x00000002 , 0x00000011 
- 00023381  0x00005cd3 call  0x00005c62 
- 00023382  0x00005cd4 setarg  0x00000005 
- 00023383  0x00005cd5 istore  0x00000001 , 0x00000005 
- 00023384  0x00005cd6 fetch  0x00000001 , 0x0000047b 
- 00023385  0x00005cd7 istore  0x00000001 , 0x00000005 
- 00023386  0x00005cd9 force  0x0000000a , 0x00000007 
- 00023387  0x00005cda call  0x00007f07 
- 00023388  0x00005cdb jam  0x00000000 , 0x000044c4 
- 00023389  0x00005cdc jam  0x00000030 , 0x00000a99 
- 00023390  0x00005cdd branch  0x00007d86 
- 00023391  0x00005ce0 jam  0x00000005 , 0x0000047b 
- 00023392  0x00005ce1 branch  0x00005b54 
- 00023393  0x00005ce5 arg  0x0000042f , 0x00000005 
- 00023394  0x00005ce6 copy  0x00000011 , 0x00000006 
- 00023395  0x00005ce7 call  0x00007ebf 
- 00023396  0x00005ce8 fetch  0x00000001 , 0x000044c6 
- 00023397  0x00005ce9 beq  0x00000083 , 0x00005b6c 
- 00023398  0x00005cea call  0x0000714f 
- 00023399  0x00005ced call  0x00005b7a 
- 00023400  0x00005cee fetch  0x00000001 , 0x000044c6 
- 00023401  0x00005cef rtnne  0x00000082 
- 00023402  0x00005cf0 jam  0x0000003b , 0x00000a99 
- 00023403  0x00005cf1 branch  0x00007d86 
- 00023404  0x00005cf4 call  0x000071ba 
- 00023405  0x00005cf5 arg  0x00000af2 , 0x00000005 
- 00023406  0x00005cf6 call  0x00007201 
- 00023407  0x00005cf7 arg  0x00000af2 , 0x00000011 
- 00023408  0x00005cf8 arg  0x0000442a , 0x00000012 
- 00023409  0x00005cf9 arg  0x00000010 , 0x00000039 
- 00023410  0x00005cfa call  0x00007f88 
- 00023411  0x00005cfb nbranch  0x00005b53 , 0x00000005 
- 00023412  0x00005cfc branch  0x00005b7a 
- 00023413  0x00005cff call  0x00007390 
- 00023414  0x00005d00 jam  0x00000031 , 0x00000a99 
- 00023415  0x00005d01 call  0x00007d86 
- 00023416  0x00005d02 jam  0x00000001 , 0x00004429 
- 00023417  0x00005d03 jam  0x00000005 , 0x000044c4 
- 00023418  0x00005d06 force  0x00000011 , 0x00000011 
- 00023419  0x00005d07 call  0x00005c62 
- 00023420  0x00005d08 setarg  0x00000004 
- 00023421  0x00005d09 istore  0x00000001 , 0x00000005 
- 00023422  0x00005d0a arg  0x0000443a , 0x00000006 
- 00023423  0x00005d0b branch  0x00007ebf 
- 00023424  0x00005d0e arg  0x0000041f , 0x00000005 
- 00023425  0x00005d0f branch  0x00007ebf 
- 00023426  0x00005d12 force  0x00000011 , 0x00000011 
- 00023427  0x00005d13 call  0x00005c62 
- 00023428  0x00005d14 setarg  0x00000006 
- 00023429  0x00005d15 istore  0x00000001 , 0x00000005 
- 00023430  0x00005d16 fetch  0x00000001 , 0x000044e9 
- 00023431  0x00005d17 bbit1  0x00000001 , 0x00005b8a 
- 00023432  0x00005d18 arg  0x00004419 , 0x00000006 
- 00023433  0x00005d19 branch  0x00007ebf 
- 00023434  0x00005d1c arg  0x000044ea , 0x00000006 
- 00023435  0x00005d1d branch  0x00007ebf 
- 00023436  0x00005d21 arg  0x000044cb , 0x00000005 
- 00023437  0x00005d22 force  0x0000000a , 0x00000039 
- 00023438  0x00005d23 call  0x0000630d 
- 00023439  0x00005d24 force  0x0000000b , 0x00000011 
- 00023440  0x00005d25 call  0x00005c62 
- 00023441  0x00005d26 setarg  0x00000007 
- 00023442  0x00005d27 istore  0x00000001 , 0x00000005 
- 00023443  0x00005d28 fetch  0x00000002 , 0x000044cb 
- 00023444  0x00005d29 istore  0x00000002 , 0x00000005 
- 00023445  0x00005d2a fetch  0x00000008 , 0x000044cd 
- 00023446  0x00005d2b istore  0x00000008 , 0x00000005 
- 00023447  0x00005d2c rtn 
- 00023448  0x00005d2f force  0x00000011 , 0x00000011 
- 00023449  0x00005d30 call  0x00005c62 
- 00023450  0x00005d31 setarg  0x00000008 
- 00023451  0x00005d32 istore  0x00000001 , 0x00000005 
- 00023452  0x00005d33 setarg  0x00000000 
- 00023453  0x00005d34 istore  0x00000008 , 0x00000005 
- 00023454  0x00005d35 istore  0x00000008 , 0x00000005 
- 00023455  0x00005d36 rtn 
- 00023456  0x00005d3a force  0x00000008 , 0x00000011 
- 00023457  0x00005d3b call  0x00005c62 
- 00023458  0x00005d3c setarg  0x00000009 
- 00023459  0x00005d3d istore  0x00000001 , 0x00000005 
- 00023460  0x00005d3e fetch  0x00000001 , 0x00004495 
- 00023461  0x00005d3f istore  0x00000001 , 0x00000005 
- 00023462  0x00005d40 fetch  0x00000006 , 0x000044a0 
- 00023463  0x00005d41 istore  0x00000006 , 0x00000005 
- 00023464  0x00005d42 rtn 
- 00023465  0x00005d46 jam  0x00000008 , 0x0000047b 
- 00023466  0x00005d47 branch  0x00005b54 
- 00023467  0x00005d4a fetch  0x00000001 , 0x00004458 
- 00023468  0x00005d4b fetcht  0x00000001 , 0x00004458 
- 00023469  0x00005d4c iand  0x00000002 , 0x0000003f 
- 00023470  0x00005d4d rtn 
- 00023471  0x00005d50 arg  0x000044d5 , 0x00000005 
- 00023472  0x00005d51 call  0x00007ebf 
- 00023473  0x00005d52 call  0x00005bab 
- 00023474  0x00005d53 isolate0  0x00000001 , 0x0000003f 
- 00023475  0x00005d54 branch  0x00005ba9 , 0x00000001 
- 00023476  0x00005d55 fetch  0x00000001 , 0x00004092 
- 00023477  0x00005d56 rtnne  0x0000000a 
- 00023478  0x00005d57 call  0x00005bb9 
- 00023479  0x00005d58 nrtn  0x00000028 
- 00023480  0x00005d59 branch  0x00003410 
- 00023481  0x00005d5d call  0x00007fe9 
- 00023482  0x00005d5e fetch  0x00000001 , 0x0000448e 
- 00023483  0x00005d5f rtneq  0x00000000 
- 00023484  0x00005d60 fetch  0x00000001 , 0x00000454 
- 00023485  0x00005d61 compare  0x000000c0 , 0x0000003f , 0x000000c0 
- 00023486  0x00005d62 rtn  0x00000001 
- 00023487  0x00005d63 branch  0x00007fe7 
- 00023488  0x00005d66 call  0x00005bab 
- 00023489  0x00005d67 isolate0  0x00000001 , 0x0000003f 
- 00023490  0x00005d68 branch  0x00005ba9 , 0x00000001 
- 00023491  0x00005d69 rtn 
- 00023492  0x00005d6e rtn 
- 00023493  0x00005d71 arg  0x000009be , 0x00000005 
- 00023494  0x00005d72 call  0x00007eb3 
- 00023495  0x00005d73 jam  0x00000002 , 0x000044bf 
- 00023496  0x00005d74 jam  0x00000001 , 0x000044c1 
- 00023497  0x00005d75 rtn 
- 00023498  0x00005d78 arg  0x00000a6e , 0x00000005 
- 00023499  0x00005d79 call  0x00007ebf 
- 00023500  0x00005d7a jam  0x00000006 , 0x000044c1 
- 00023501  0x00005d7b jam  0x00000002 , 0x000044bf 
- 00023502  0x00005d7c rtn 
- 00023503  0x00005d7f force  0x00000041 , 0x00000011 
- 00023504  0x00005d80 call  0x00005c62 
- 00023505  0x00005d81 setarg  0x0000000c 
- 00023506  0x00005d82 istore  0x00000001 , 0x00000005 
- 00023507  0x00005d83 arg  0x000045d2 , 0x00000006 
- 00023508  0x00005d84 branch  0x00007eb3 
- 00023509  0x00005d87 call  0x00007166 
- 00023510  0x00005d88 force  0x00000011 , 0x00000011 
- 00023511  0x00005d89 call  0x00005c62 
- 00023512  0x00005d8a setarg  0x0000000d 
- 00023513  0x00005d8b istore  0x00000001 , 0x00000005 
- 00023514  0x00005d8c branch  0x00007201 
- 00023515  0x00005d90 fetch  0x00000001 , 0x000044c4 
- 00023516  0x00005d91 rtneq  0x000000ff 
- 00023517  0x00005d92 arg  0x00000003 , 0x00000002 
- 00023518  0x00005d93 isub  0x00000002 , 0x0000003e 
- 00023519  0x00005d94 nrtn  0x00000002 
- 00023520  0x00005d95 arg  0x0000000a , 0x00000007 
- 00023521  0x00005d96 call  0x00007f16 
- 00023522  0x00005d97 nrtn  0x00000034 
- 00023523  0x00005d98 branch  0x00005ba9 
- 00023524  0x00005d9b bpatchx  0x00000078 , 0x0000402f 
- 00023525  0x00005d9c fetch  0x00000001 , 0x000044c4 
- 00023526  0x00005d9d beq  0x00000000 , 0x00005bef 
- 00023527  0x00005d9e beq  0x00000001 , 0x00005bf5 
- 00023528  0x00005d9f beq  0x00000002 , 0x00005bef 
- 00023529  0x00005da0 beq  0x00000003 , 0x00005bf7 
- 00023530  0x00005da1 beq  0x00000005 , 0x00005bfb 
- 00023531  0x00005da2 beq  0x00000007 , 0x00005c07 
- 00023532  0x00005da3 beq  0x00000008 , 0x00005c09 
- 00023533  0x00005da4 beq  0x00000009 , 0x00005c10 
- 00023534  0x00005da5 rtn 
- 00023535  0x00005da9 fetch  0x00000001 , 0x000044c5 
- 00023536  0x00005daa rtnne  0x00000004 
- 00023537  0x00005dab jam  0x000000ff , 0x000044c5 
- 00023538  0x00005dac jam  0x000000ff , 0x000044c4 
- 00023539  0x00005dad jam  0x0000003f , 0x00000a99 
- 00023540  0x00005dae branch  0x00007d86 
- 00023541  0x00005db2 jam  0x00000002 , 0x000044c4 
- 00023542  0x00005db3 branch  0x00005b02 
- 00023543  0x00005db6 jam  0x00000004 , 0x000044c4 
- 00023544  0x00005db7 setarg  0x00017700 
- 00023545  0x00005db8 arg  0x0000000a , 0x00000007 
- 00023546  0x00005db9 branch  0x00007f08 
- 00023547  0x00005dbc fetch  0x00000001 , 0x000044c5 
- 00023548  0x00005dbd beq  0x00000004 , 0x00005bfe 
- 00023549  0x00005dbe rtn 
- 00023550  0x00005dc1 jam  0x00000007 , 0x000044c4 
- 00023551  0x00005dc2 jam  0x00000029 , 0x00000a99 
- 00023552  0x00005dc3 call  0x00007d86 
- 00023553  0x00005dc4 call  0x00005b82 
- 00023554  0x00005dc5 fetch  0x00000001 , 0x00004092 
- 00023555  0x00005dc6 rtnne  0x0000000a 
- 00023556  0x00005dc7 call  0x00005bb9 
- 00023557  0x00005dc8 rtn  0x00000028 
- 00023558  0x00005dc9 branch  0x00003410 
- 00023559  0x00005dcd jam  0x00000008 , 0x000044c4 
- 00023560  0x00005dce branch  0x00005b8c 
- 00023561  0x00005dd1 fetch  0x00000001 , 0x00004452 
- 00023562  0x00005dd2 fetcht  0x00000001 , 0x00004459 
- 00023563  0x00005dd3 iand  0x00000002 , 0x0000003f 
- 00023564  0x00005dd4 isolate0  0x00000001 , 0x0000003f 
- 00023565  0x00005dd5 branch  0x00005c12 , 0x00000001 
- 00023566  0x00005dd6 jam  0x00000009 , 0x000044c4 
- 00023567  0x00005dd7 branch  0x00005b98 
- 00023568  0x00005dda call  0x00005ba0 
- 00023569  0x00005ddb branch  0x00005c12 
- 00023570  0x00005ddf force  0x0000000a , 0x00000007 
- 00023571  0x00005de0 call  0x00007f07 
- 00023572  0x00005de1 jam  0x000000ff , 0x000044c5 
- 00023573  0x00005de2 jam  0x000000ff , 0x000044c4 
- 00023574  0x00005de3 jam  0x0000003e , 0x00000a99 
- 00023575  0x00005de4 branch  0x00007d86 
- 00023576  0x00005de9 bpatchx  0x00000079 , 0x0000402f 
- 00023577  0x00005dea fetch  0x00000001 , 0x000044c6 
- 00023578  0x00005deb rtnbit0  0x00000007 
- 00023579  0x00005dec fetch  0x00000001 , 0x000044bf 
- 00023580  0x00005ded rtnne  0x00000002 
- 00023581  0x00005dee jam  0x00000000 , 0x000044bf 
- 00023582  0x00005def fetch  0x00000001 , 0x000044c1 
- 00023583  0x00005df0 beq  0x00000001 , 0x00005c58 
- 00023584  0x00005df1 beq  0x00000002 , 0x00005c5f 
- 00023585  0x00005df2 beq  0x00000003 , 0x00005c52 
- 00023586  0x00005df3 beq  0x00000006 , 0x00005c39 
- 00023587  0x00005df4 beq  0x00000007 , 0x00005c30 
- 00023588  0x00005df5 beq  0x00000008 , 0x00005c26 
- 00023589  0x00005df6 rtn 
- 00023590  0x00005dfa fetch  0x00000001 , 0x00004663 
- 00023591  0x00005dfb copy  0x0000003f , 0x00000007 
- 00023592  0x00005dfc increase  0x00000001 , 0x0000003f 
- 00023593  0x00005dfd store  0x00000001 , 0x00004663 
- 00023594  0x00005dfe fetch  0x00000004 , 0x000044c7 
- 00023595  0x00005dff qisolate1  0x0000003f 
- 00023596  0x00005e00 setarg  0x00000080 
- 00023597  0x00005e01 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00023598  0x00005e02 store  0x00000001 , 0x00004664 
- 00023599  0x00005e03 branch  0x00005c55 
- 00023600  0x00005e06 fetch  0x00000001 , 0x000044c2 
- 00023601  0x00005e07 jam  0x00000000 , 0x000044c2 
- 00023602  0x00005e08 beq  0x00000001 , 0x00005c35 
- 00023603  0x00005e09 jam  0x00000002 , 0x000044bf 
- 00023604  0x00005e0a rtn 
- 00023605  0x00005e0d jam  0x00000031 , 0x00000a99 
- 00023606  0x00005e0e call  0x00007d86 
- 00023607  0x00005e0f jam  0x00000005 , 0x000044c4 
- 00023608  0x00005e10 branch  0x00005bd5 
- 00023609  0x00005e13 fetch  0x00000001 , 0x000009b9 
- 00023610  0x00005e14 beq  0x00000003 , 0x00005c3d 
- 00023611  0x00005e15 jam  0x00000002 , 0x000044bf 
- 00023612  0x00005e16 rtn 
- 00023613  0x00005e19 call  0x0000718d 
- 00023614  0x00005e1d fetch  0x00000001 , 0x000044c6 
- 00023615  0x00005e1e beq  0x00000083 , 0x00005c41 
- 00023616  0x00005e1f call  0x00005b18 
- 00023617  0x00005e21 call  0x0000717a 
- 00023618  0x00005e22 arg  0x00000af2 , 0x00000011 
- 00023619  0x00005e23 arg  0x00000a6e , 0x00000012 
- 00023620  0x00005e24 arg  0x00000010 , 0x00000039 
- 00023621  0x00005e25 call  0x00007f88 
- 00023622  0x00005e26 branch  0x00005c49 , 0x00000005 
- 00023623  0x00005e28 jam  0x0000000b , 0x0000047b 
- 00023624  0x00005e29 branch  0x00005b54 
- 00023625  0x00005e2d call  0x00007595 
- 00023626  0x00005e2e nbranch  0x00005c47 , 0x00000005 
- 00023627  0x00005e2f jam  0x00000001 , 0x00004429 
- 00023628  0x00005e30 fetch  0x00000001 , 0x000044c6 
- 00023629  0x00005e31 beq  0x00000081 , 0x00005c35 
- 00023630  0x00005e32 beq  0x00000083 , 0x00005c35 
- 00023631  0x00005e33 jam  0x00000002 , 0x000044bf 
- 00023632  0x00005e34 jam  0x00000007 , 0x000044c1 
- 00023633  0x00005e35 rtn 
- 00023634  0x00005e38 fetch  0x00000001 , 0x000044c6 
- 00023635  0x00005e39 beq  0x00000083 , 0x00005c56 
- 00023636  0x00005e3a jam  0x00000000 , 0x00004664 
- 00023637  0x00005e3c branch  0x00005b3d 
- 00023638  0x00005e42 jam  0x00000000 , 0x00004663 
- 00023639  0x00005e43 branch  0x00005b1b 
- 00023640  0x00005e47 jam  0x00000002 , 0x000044bf 
- 00023641  0x00005e48 fetch  0x00000001 , 0x000044c3 
- 00023642  0x00005e49 beq  0x00000003 , 0x00005c5c 
- 00023643  0x00005e4b rtn 
- 00023644  0x00005e4e jam  0x00000002 , 0x000044c1 
- 00023645  0x00005e4f jam  0x00000000 , 0x000009b9 
- 00023646  0x00005e50 branch  0x00007a99 
- 00023647  0x00005e53 jam  0x00000002 , 0x000044bf 
- 00023648  0x00005e54 jam  0x00000003 , 0x000044c1 
- 00023649  0x00005e55 branch  0x00005bcf 
- 00023650  0x00005e5a force  0x00000006 , 0x00000012 
- 00023651  0x00005e5b branch  0x00005847 
- 00023652  0x00005e60 fetch  0x00000001 , 0x000002db 
- 00023653  0x00005e61 beq  0x00000000 , 0x00005c7b 
- 00023654  0x00005e62 beq  0x00000001 , 0x00005c83 
- 00023655  0x00005e63 beq  0x00000002 , 0x00005c8e 
- 00023656  0x00005e64 beq  0x00000003 , 0x00005caa 
- 00023657  0x00005e65 beq  0x00000004 , 0x00005ce1 
- 00023658  0x00005e66 beq  0x00000005 , 0x00005ce6 
- 00023659  0x00005e67 beq  0x00000006 , 0x00005cea 
- 00023660  0x00005e68 beq  0x00000007 , 0x00005cf5 
- 00023661  0x00005e69 beq  0x00000008 , 0x00005c99 
- 00023662  0x00005e6a beq  0x00000009 , 0x00005cf5 
- 00023663  0x00005e6b beq  0x0000000a , 0x00005cef 
- 00023664  0x00005e6c beq  0x0000000b , 0x00005cf5 
- 00023665  0x00005e6d beq  0x0000000c , 0x00005c9f 
- 00023666  0x00005e6e beq  0x0000000d , 0x00005cf5 
- 00023667  0x00005e6f beq  0x00000012 , 0x00005ca6 
- 00023668  0x00005e70 beq  0x00000013 , 0x00005cf5 
- 00023669  0x00005e71 arg  0x00000002 , 0x00000011 
- 00023670  0x00005e72 arg  0x00000007 , 0x00000012 
- 00023671  0x00005e73 call  0x00005842 
- 00023672  0x00005e74 fetch  0x00000001 , 0x000002db 
- 00023673  0x00005e75 istore  0x00000001 , 0x00000005 
- 00023674  0x00005e76 rtn 
- 00023675  0x00005e7a ifetch  0x00000009 , 0x00000006 
- 00023676  0x00005e7b store  0x00000009 , 0x000043d3 
- 00023677  0x00005e7c ifetch  0x00000002 , 0x00000006 
- 00023678  0x00005e7d store  0x00000002 , 0x0000045f 
- 00023679  0x00005e7e fetch  0x00000001 , 0x0000043f 
- 00023680  0x00005e7f set1  0x00000005 , 0x0000003f 
- 00023681  0x00005e80 store  0x00000001 , 0x0000043f 
- 00023682  0x00005e81 rtn 
- 00023683  0x00005e84 ifetch  0x00000005 , 0x00000006 
- 00023684  0x00005e85 store  0x00000005 , 0x000043ce 
- 00023685  0x00005e86 ifetch  0x00000002 , 0x00000006 
- 00023686  0x00005e87 store  0x00000002 , 0x0000045f 
- 00023687  0x00005e88 fetcht  0x00000002 , 0x00000459 
- 00023688  0x00005e89 isub  0x00000002 , 0x0000003e 
- 00023689  0x00005e8a nbranch  0x00005c8e , 0x00000002 
- 00023690  0x00005e8b fetch  0x00000001 , 0x0000043f 
- 00023691  0x00005e8c set1  0x00000006 , 0x0000003f 
- 00023692  0x00005e8d store  0x00000001 , 0x0000043f 
- 00023693  0x00005e8e rtn 
- 00023694  0x00005e92 setarg  0x00000014 
- 00023695  0x00005e93 store  0x00000002 , 0x0000046d 
- 00023696  0x00005e94 store  0x00000002 , 0x000044ba 
- 00023697  0x00005e95 rtn 
- 00023698  0x00005e98 arg  0x00000013 , 0x00000013 
- 00023699  0x00005e9c arg  0x00000002 , 0x00000011 
- 00023700  0x00005e9d arg  0x00000002 , 0x00000012 
- 00023701  0x00005e9e call  0x00005842 
- 00023702  0x00005e9f copy  0x00000013 , 0x0000003f 
- 00023703  0x00005ea0 istore  0x00000001 , 0x00000005 
- 00023704  0x00005ea1 rtn 
- 00023705  0x00005ea6 arg  0x00000009 , 0x00000011 
- 00023706  0x00005ea7 arg  0x00000009 , 0x00000012 
- 00023707  0x00005ea8 call  0x00005842 
- 00023708  0x00005ea9 setarg  0x00000001 
- 00023709  0x00005eaa istore  0x00000008 , 0x00000005 
- 00023710  0x00005eab rtn 
- 00023711  0x00005eaf rtn  0x00000029 
- 00023712  0x00005eb1 arg  0x00000006 , 0x00000011 
- 00023713  0x00005eb2 arg  0x0000000c , 0x00000012 
- 00023714  0x00005eb3 call  0x00005842 
- 00023715  0x00005eb4 fetch  0x00000005 , 0x00004510 
- 00023716  0x00005eb5 istore  0x00000005 , 0x00000005 
- 00023717  0x00005eb6 rtn 
- 00023718  0x00005eba arg  0x00000013 , 0x00000012 
- 00023719  0x00005ebb branch  0x00005ca8 
- 00023720  0x00005ebf arg  0x00000001 , 0x00000011 
- 00023721  0x00005ec0 branch  0x00005842 
- 00023722  0x00005ec4 ifetch  0x00000008 , 0x00000006 
- 00023723  0x00005ec5 store  0x00000008 , 0x000044cd 
- 00023724  0x00005ec6 ifetch  0x00000002 , 0x00000006 
- 00023725  0x00005ec7 store  0x00000002 , 0x000044cb 
- 00023726  0x00005ec8 ifetch  0x00000008 , 0x00000006 
- 00023727  0x00005ec9 store  0x00000008 , 0x000044aa 
- 00023728  0x00005eca ifetch  0x00000004 , 0x00000006 
- 00023729  0x00005ecb store  0x00000004 , 0x00004411 
- 00023730  0x00005ecc call  0x00005ccf 
- 00023731  0x00005ecd bpatchx  0x0000007a , 0x0000402f 
- 00023732  0x00005ece fetch  0x00000001 , 0x000044c4 
- 00023733  0x00005ecf beq  0x00000005 , 0x00005cbc 
- 00023734  0x00005ed0 fetch  0x00000001 , 0x000044e9 
- 00023735  0x00005ed1 bbit1  0x00000001 , 0x00005cbf 
- 00023736  0x00005ed2 fetch  0x00000001 , 0x00004217 
- 00023737  0x00005ed3 ncall  0x000067be , 0x00000034 
- 00023738  0x00005ed4 fetch  0x00000001 , 0x00004429 
- 00023739  0x00005ed5 beq  0x00000000 , 0x00005cc4 
- 00023740  0x00005ed7 jam  0x00000001 , 0x000044c5 
- 00023741  0x00005ed8 call  0x00005cdd 
- 00023742  0x00005ed9 branch  0x000073a2 
- 00023743  0x00005edc jam  0x00000001 , 0x00004429 
- 00023744  0x00005edd arg  0x000044ea , 0x00000006 
- 00023745  0x00005ede arg  0x00004419 , 0x00000005 
- 00023746  0x00005edf call  0x00007ebf 
- 00023747  0x00005ee0 branch  0x00005cbc 
- 00023748  0x00005ee4 bpatchx  0x0000007b , 0x0000402f 
- 00023749  0x00005ee5 jam  0x00000000 , 0x000044c5 
- 00023750  0x00005ee6 jam  0x00000000 , 0x000044c4 
- 00023751  0x00005ee7 jam  0x00000041 , 0x00000a99 
- 00023752  0x00005ee8 branch  0x00007d86 
- 00023753  0x00005eeb arg  0x00000002 , 0x00000011 
- 00023754  0x00005eec arg  0x0000000d , 0x00000012 
- 00023755  0x00005eed call  0x00005842 
- 00023756  0x00005eee setarg  0x00000006 
- 00023757  0x00005eef istore  0x00000001 , 0x00000005 
- 00023758  0x00005ef0 rtn 
- 00023759  0x00005ef3 arg  0x000044b2 , 0x00000005 
- 00023760  0x00005ef4 force  0x00000008 , 0x00000039 
- 00023761  0x00005ef5 call  0x0000630d 
- 00023762  0x00005ef6 arg  0x00004415 , 0x00000005 
- 00023763  0x00005ef7 force  0x00000004 , 0x00000039 
- 00023764  0x00005ef8 call  0x0000630d 
- 00023765  0x00005ef9 arg  0x0000000d , 0x00000011 
- 00023766  0x00005efa arg  0x00000004 , 0x00000012 
- 00023767  0x00005efb call  0x00005842 
- 00023768  0x00005efc fetch  0x00000008 , 0x000044b2 
- 00023769  0x00005efd istore  0x00000008 , 0x00000005 
- 00023770  0x00005efe fetch  0x00000004 , 0x00004415 
- 00023771  0x00005eff istore  0x00000004 , 0x00000005 
- 00023772  0x00005f00 rtn 
- 00023773  0x00005f03 arg  0x00000005 , 0x00000012 
- 00023774  0x00005f04 branch  0x00005ca8 
- 00023775  0x00005f07 arg  0x00000006 , 0x00000012 
- 00023776  0x00005f08 branch  0x00005ca8 
- 00023777  0x00005f0c ifetch  0x00000008 , 0x00000006 
- 00023778  0x00005f0d store  0x00000008 , 0x000044b2 
- 00023779  0x00005f0e ifetch  0x00000004 , 0x00000006 
- 00023780  0x00005f0f store  0x00000004 , 0x00004415 
- 00023781  0x00005f10 branch  0x000073a2 
- 00023782  0x00005f13 fetch  0x00000001 , 0x0000043f 
- 00023783  0x00005f14 set1  0x00000004 , 0x0000003f 
- 00023784  0x00005f15 store  0x00000001 , 0x0000043f 
- 00023785  0x00005f16 rtn 
- 00023786  0x00005f19 rtn  0x00000029 
- 00023787  0x00005f1a jam  0x00000032 , 0x00000a99 
- 00023788  0x00005f1b call  0x00007d86 
- 00023789  0x00005f1c jam  0x00000004 , 0x000044c5 
- 00023790  0x00005f1d branch  0x00005cdf 
- 00023791  0x00005f20 jam  0x00000002 , 0x000044c5 
- 00023792  0x00005f21 call  0x00005cf3 
- 00023793  0x00005f22 jam  0x00000033 , 0x00000a99 
- 00023794  0x00005f23 branch  0x00007d86 
- 00023795  0x00005f26 arg  0x0000000b , 0x00000012 
- 00023796  0x00005f27 branch  0x00005ca8 
- 00023797  0x00005f2f rtn 
- 00023798  0x00005f37 rtn  0x0000002b 
- 00023799  0x00005f39 bpatchx  0x0000007c , 0x0000402f 
- 00023800  0x00005f3a setarg  0x00000000 
- 00023801  0x00005f3b store  0x00000001 , 0x00000048 
- 00023802  0x00005f3c store  0x00000001 , 0x00000055 
- 00023803  0x00005f3d store  0x00000001 , 0x00000078 
- 00023804  0x00005f3e store  0x00000001 , 0x0000007c 
- 00023805  0x00005f3f store  0x00000001 , 0x00004158 
- 00023806  0x00005f40 store  0x00000001 , 0x000004d7 
- 00023807  0x00005f41 store  0x00000001 , 0x0000016d 
- 00023808  0x00005f42 store  0x00000001 , 0x000009b5 
- 00023809  0x00005f43 jam  0x00000000 , 0x0000455b 
- 00023810  0x00005f44 jam  0x00000000 , 0x00000229 
- 00023811  0x00005f45 jam  0x00000000 , 0x000004d8 
- 00023812  0x00005f47 jam  0x00000000 , 0x000009b5 
- 00023813  0x00005f48 jam  0x00000000 , 0x000009b4 
- 00023814  0x00005f49 jam  0x00000000 , 0x000004d1 
- 00023815  0x00005f4c rtn 
- 00023816  0x00005f4f bpatchx  0x0000007d , 0x0000402f 
- 00023817  0x00005f50 call  0x000062ff , 0x00000029 
- 00023818  0x00005f51 ncall  0x00006303 , 0x00000029 
- 00023819  0x00005f52 call  0x000062bc 
- 00023820  0x00005f53 nrtn  0x00000034 
- 00023821  0x00005f54 fetch  0x00000001 , 0x0000004c 
- 00023822  0x00005f55 rtnbit0  0x00000006 
- 00023823  0x00005f56 set0  0x00000006 , 0x0000003f 
- 00023824  0x00005f57 set0  0x00000001 , 0x00000000 
- 00023825  0x00005f58 store  0x00000001 , 0x0000004c 
- 00023826  0x00005f59 fetch  0x00000001 , 0x00000551 
- 00023827  0x00005f5a fetcht  0x00000001 , 0x0000004c 
- 00023828  0x00005f5b isolate1  0x00000000 , 0x0000003f 
- 00023829  0x00005f5c setflag  0x00000001 , 0x00000001 , 0x00000002 
- 00023830  0x00005f5d storet  0x00000001 , 0x0000004c 
- 00023831  0x00005f5e and_into  0x00000002 , 0x00000002 
- 00023832  0x00005f5f storet  0x00000001 , 0x0000007f 
- 00023833  0x00005f60 fetcht  0x00000001 , 0x0000004c 
- 00023834  0x00005f61 rshift  0x0000003f , 0x0000003f 
- 00023835  0x00005f62 store  0x00000001 , 0x0000007d 
- 00023836  0x00005f63 bpatchx  0x0000007e , 0x0000402f 
- 00023837  0x00005f64 fetch  0x00000001 , 0x0000007d 
- 00023838  0x00005f65 beq  0x0000007f , 0x00005d66 
- 00023839  0x00005f66 beq  0x00000003 , 0x00005db1 
- 00023840  0x00005f67 beq  0x00000004 , 0x00005dc2 
- 00023841  0x00005f68 beq  0x0000003c , 0x00005d59 
- 00023842  0x00005f69 beq  0x00000005 , 0x00005d55 
- 00023843  0x00005f6a beq  0x0000000f , 0x00005fa8 
- 00023844  0x00005f6b beq  0x00000010 , 0x00005e24 
- 00023845  0x00005f6c beq  0x00000023 , 0x00005e42 
- 00023846  0x00005f6d beq  0x00000039 , 0x00005fc1 
- 00023847  0x00005f6e beq  0x00000038 , 0x00005fbc 
- 00023848  0x00005f6f beq  0x00000031 , 0x00005e27 
- 00023849  0x00005f70 beq  0x00000037 , 0x00005eb0 
- 00023850  0x00005f71 beq  0x00000027 , 0x00005eac 
- 00023851  0x00005f72 beq  0x00000033 , 0x00005ea9 
- 00023852  0x00005f73 beq  0x00000025 , 0x00005eae 
- 00023853  0x00005f74 beq  0x00000026 , 0x00005e3e 
- 00023854  0x00005f75 beq  0x00000007 , 0x00005e36 
- 00023855  0x00005f76 beq  0x0000002d , 0x00005e2d 
- 00023856  0x00005f77 beq  0x0000002e , 0x00005e2e 
- 00023857  0x00005f78 beq  0x00000001 , 0x00005ea5 
- 00023858  0x00005f79 beq  0x00000002 , 0x00005e90 
- 00023859  0x00005f7a beq  0x00000028 , 0x00005fb3 
- 00023860  0x00005f7b beq  0x00000009 , 0x00005e86 
- 00023861  0x00005f7c beq  0x0000000b , 0x00005e5f 
- 00023862  0x00005f7d beq  0x00000008 , 0x00005e43 
- 00023863  0x00005f7e beq  0x0000000c , 0x00005e6a 
- 00023864  0x00005f7f beq  0x0000001f , 0x00005e3a 
- 00023865  0x00005f80 beq  0x00000020 , 0x00005e3c 
- 00023866  0x00005f81 beq  0x00000021 , 0x00005eca 
- 00023867  0x00005f82 beq  0x00000022 , 0x00005eca 
- 00023868  0x00005f83 beq  0x00000035 , 0x00005ecb 
- 00023869  0x00005f84 beq  0x00000036 , 0x00005ecc 
- 00023870  0x00005f85 beq  0x00000024 , 0x00005eca 
- 00023871  0x00005f86 beq  0x00000034 , 0x00005ecd 
- 00023872  0x00005f87 beq  0x00000017 , 0x00005ed6 
- 00023873  0x00005f88 beq  0x00000011 , 0x00005ef2 
- 00023874  0x00005f89 beq  0x00000012 , 0x00005ef6 
- 00023875  0x00005f8a beq  0x00000013 , 0x00005ef8 
- 00023876  0x00005f8b beq  0x0000000d , 0x00005f0a 
- 00023877  0x00005f8c beq  0x0000000e , 0x00005f0a 
- 00023878  0x00005f8d beq  0x0000002f , 0x00005eaa 
- 00023879  0x00005f8e beq  0x00000030 , 0x00005f0a 
- 00023880  0x00005f8f beq  0x0000000a , 0x00005f0a 
- 00023881  0x00005f90 beq  0x00000018 , 0x00005f0b 
- 00023882  0x00005f91 beq  0x00000032 , 0x00005f0a 
- 00023883  0x00005f92 beq  0x0000003d , 0x00005f10 
- 00023884  0x00005f93 beq  0x0000003e , 0x00005f51 
- 00023885  0x00005f94 beq  0x0000003f , 0x00005f4b 
- 00023886  0x00005f95 beq  0x00000040 , 0x00005f78 
- 00023887  0x00005f96 beq  0x00000041 , 0x00005f8a 
- 00023888  0x00005f97 beq  0x00000006 , 0x00005fa7 
- 00023889  0x00005f98 beq  0x0000003a , 0x00005d57 
- 00023890  0x00005f9c jam  0x00000019 , 0x0000007e 
- 00023891  0x00005f9e jam  0x00000004 , 0x0000007c 
- 00023892  0x00005f9f rtn 
- 00023893  0x00005fa2 jam  0x00000006 , 0x0000007c 
- 00023894  0x00005fa3 rtn 
- 00023895  0x00005fa6 jam  0x0000003b , 0x0000007c 
- 00023896  0x00005fa7 rtn 
- 00023897  0x00005faa fetch  0x00000004 , 0x00000552 
- 00023898  0x00005fab lshift  0x0000003f , 0x0000003f 
- 00023899  0x00005fac store  0x00000004 , 0x000040d2 
- 00023900  0x00005fad fetch  0x00000001 , 0x00000556 
- 00023901  0x00005fae store  0x00000001 , 0x000040d9 
- 00023902  0x00005faf fetch  0x00000005 , 0x00000557 
- 00023903  0x00005fb0 store  0x00000005 , 0x000040e7 
- 00023904  0x00005fb1 fetch  0x00000005 , 0x0000055c 
- 00023905  0x00005fb2 istore  0x00000005 , 0x00000005 
- 00023906  0x00005fb3 fetch  0x00000001 , 0x00000031 
- 00023907  0x00005fb4 set1  0x00000003 , 0x0000003f 
- 00023908  0x00005fb5 store  0x00000001 , 0x00000031 
- 00023909  0x00005fb6 rtn 
- 00023910  0x00005fb8 bpatchx  0x0000007f , 0x0000402f 
- 00023911  0x00005fb9 fetch  0x00000001 , 0x00000552 
- 00023912  0x00005fba set1  0x00000007 , 0x0000003f 
- 00023913  0x00005fbb store  0x00000001 , 0x0000007d 
- 00023914  0x00005fbc beq  0x00000081 , 0x00005d88 
- 00023915  0x00005fbd beq  0x00000082 , 0x00005d8d 
- 00023916  0x00005fbe beq  0x00000095 , 0x00005eb1 
- 00023917  0x00005fbf beq  0x00000096 , 0x00005eca 
- 00023918  0x00005fc0 beq  0x0000008b , 0x00005ebf 
- 00023919  0x00005fc1 beq  0x00000083 , 0x00005da5 
- 00023920  0x00005fc2 beq  0x00000084 , 0x00005da7 
- 00023921  0x00005fc3 beq  0x00000090 , 0x00005d7a 
- 00023922  0x00005fc4 beq  0x00000097 , 0x00005d9e 
- 00023923  0x00005fc5 beq  0x00000098 , 0x00005da3 
- 00023924  0x00005fc6 beq  0x00000099 , 0x00005d7d 
- 00023925  0x00005fc7 beq  0x0000009a , 0x00005d80 
- 00023926  0x00005fc8 rtneq  0x00000084 
- 00023927  0x00005fcc jam  0x00000082 , 0x0000007c 
- 00023928  0x00005fcd jam  0x00000019 , 0x0000007e 
- 00023929  0x00005fcf rtn 
- 00023930  0x00005fd1 jam  0x00000082 , 0x0000007c 
- 00023931  0x00005fd2 jam  0x0000002e , 0x0000007e 
- 00023932  0x00005fd3 rtn 
- 00023933  0x00005fd6 call  0x00005d82 
- 00023934  0x00005fd7 jam  0x0000009a , 0x0000007c 
- 00023935  0x00005fd8 rtn 
- 00023936  0x00005fdb call  0x00005d82 
- 00023937  0x00005fdc branch  0x00005d86 
- 00023938  0x00005fdf arg  0x0000465e , 0x00000005 
- 00023939  0x00005fe0 fetch  0x00000003 , 0x00000553 
- 00023940  0x00005fe1 istore  0x00000003 , 0x00000005 
- 00023941  0x00005fe2 rtn 
- 00023942  0x00005fe5 branch  0x000076d8 , 0x00000001 
- 00023943  0x00005fe6 rtn 
- 00023944  0x00005fe8 fetch  0x00000001 , 0x00000554 
- 00023945  0x00005fe9 set1  0x00000007 , 0x0000003f 
- 00023946  0x00005fea store  0x00000001 , 0x000004c9 
- 00023947  0x00005feb beq  0x0000008b , 0x00005d92 
- 00023948  0x00005fec rtn 
- 00023949  0x00005ff0 fetch  0x00000001 , 0x00000554 
- 00023950  0x00005ff1 set1  0x00000007 , 0x0000003f 
- 00023951  0x00005ff2 store  0x00000001 , 0x000004c9 
- 00023952  0x00005ff3 beq  0x0000008b , 0x00005d96 
- 00023953  0x00005ff4 rtn 
- 00023954  0x00005ff7 fetch  0x00000001 , 0x0000415a 
- 00023955  0x00005ff8 fetcht  0x00000001 , 0x0000004c 
- 00023956  0x00005ff9 nsetflag  0x00000034 , 0x00000005 , 0x00000002 
- 00023957  0x00005ffa storet  0x00000001 , 0x0000004c 
- 00023958  0x00005ffc fetch  0x00000001 , 0x00000030 
- 00023959  0x00005ffd rtnbit0  0x00000005 
- 00023960  0x00005ffe set0  0x00000005 , 0x0000003f 
- 00023961  0x00005fff store  0x00000001 , 0x00000030 
- 00023962  0x00006000 fetch  0x00000001 , 0x000004d7 
- 00023963  0x00006001 nrtn  0x00000034 
- 00023964  0x00006002 jam  0x00000031 , 0x0000007c 
- 00023965  0x00006003 rtn 
- 00023966  0x00006006 nbranch  0x00005da1 , 0x00000029 
- 00023967  0x00006007 jam  0x00000012 , 0x0000007c 
- 00023968  0x00006008 branch  0x000062eb 
- 00023969  0x0000600b jam  0x00000097 , 0x0000007c 
- 00023970  0x0000600c rtn 
- 00023971  0x00006011 call  0x000062eb 
- 00023972  0x00006012 branch  0x00005ffe 
- 00023973  0x00006015 jam  0x00000084 , 0x0000007c 
- 00023974  0x00006016 rtn 
- 00023975  0x00006019 fetcht  0x00000001 , 0x00000555 
- 00023976  0x0000601a and  0x00000002 , 0x00000001 , 0x00000002 
- 00023977  0x0000601b storet  0x00000001 , 0x000004d0 
- 00023978  0x0000601c fetch  0x00000001 , 0x000041ce 
- 00023979  0x0000601d bne  0x00000051 , 0x00005dad 
- 00023980  0x0000601e jam  0x00000000 , 0x000041ce 
- 00023981  0x00006020 fetch  0x00000001 , 0x00000055 
- 00023982  0x00006021 rtnne  0x00000015 
- 00023983  0x00006022 jam  0x00000004 , 0x00000055 
- 00023984  0x00006023 branch  0x0000631b 
- 00023985  0x00006026 bpatchx  0x00000080 , 0x00004030 
- 00023986  0x00006027 fetch  0x00000001 , 0x00000552 
- 00023987  0x00006028 store  0x00000001 , 0x000004c9 
- 00023988  0x00006029 beq  0x00000033 , 0x00005dd8 
- 00023989  0x0000602a beq  0x00000008 , 0x00005de7 
- 00023990  0x0000602b beq  0x0000000f , 0x00005dee 
- 00023991  0x0000602c beq  0x00000010 , 0x00005df4 
- 00023992  0x0000602d beq  0x00000011 , 0x00005df5 
- 00023993  0x0000602e beq  0x00000012 , 0x00005dfd 
- 00023994  0x0000602f beq  0x00000018 , 0x00005e13 
- 00023995  0x00006030 beq  0x00000017 , 0x00005e16 
- 00023996  0x00006031 beq  0x00000013 , 0x00005dcf 
- 00023997  0x00006033 beq  0x0000003d , 0x00005f1e 
- 00023998  0x00006034 beq  0x0000003e , 0x00005f6a 
- 00023999  0x00006035 beq  0x00000040 , 0x00005f20 
- 00024000  0x00006036 beq  0x00000041 , 0x00005f3d 
- 00024001  0x00006037 rtn 
- 00024002  0x0000603a bpatchx  0x00000081 , 0x00004030 
- 00024003  0x0000603b fetch  0x00000001 , 0x00000552 
- 00024004  0x0000603c store  0x00000001 , 0x000004c9 
- 00024005  0x0000603d beq  0x00000001 , 0x00005e0a 
- 00024006  0x0000603e beq  0x00000033 , 0x00005de2 
- 00024007  0x0000603f beq  0x0000000b , 0x00005dfe 
- 00024008  0x00006040 beq  0x00000008 , 0x00005e01 
- 00024009  0x00006041 beq  0x00000013 , 0x00005dd2 
- 00024010  0x00006043 beq  0x00000040 , 0x00005e0b 
- 00024011  0x00006044 beq  0x00000041 , 0x00005e0e 
- 00024012  0x00006045 beq  0x00000018 , 0x00005e11 
- 00024013  0x00006046 beq  0x00000017 , 0x00005e22 
- 00024014  0x00006047 rtn 
- 00024015  0x0000604a jam  0x00000020 , 0x00000a99 
- 00024016  0x0000604b call  0x00007d86 
- 00024017  0x0000604c branch  0x000021dc 
- 00024018  0x0000604e jam  0x00000019 , 0x00000a99 
- 00024019  0x0000604f call  0x00007d86 
- 00024020  0x00006050 jam  0x00000002 , 0x0000455b 
- 00024021  0x00006051 setarg  0x00000050 
- 00024022  0x00006052 arg  0x00000006 , 0x00000007 
- 00024023  0x00006053 branch  0x00007f08 
- 00024024  0x00006059 fetch  0x00000001 , 0x000004d1 
- 00024025  0x0000605a set1  0x00000000 , 0x0000003f 
- 00024026  0x0000605b store  0x00000001 , 0x000004d1 
- 00024027  0x0000605c jam  0x00000001 , 0x00000a99 
- 00024028  0x0000605d call  0x00007d86 
- 00024029  0x0000605e jam  0x0000008b , 0x0000007c 
- 00024030  0x00006062 fetch  0x00000001 , 0x00000055 
- 00024031  0x00006063 bne  0x00000005 , 0x00005d07 
- 00024032  0x00006066 jam  0x00000006 , 0x00000055 
- 00024033  0x00006067 rtn 
- 00024034  0x00006070 jam  0x0000000b , 0x000004ca 
- 00024035  0x00006071 jam  0x00000007 , 0x0000007c 
- 00024036  0x00006073 jam  0x00000000 , 0x00000055 
- 00024037  0x00006075 branch  0x00005d07 , 0x00000001 
- 00024038  0x00006076 rtn 
- 00024039  0x00006079 fetch  0x00000001 , 0x000041bd 
- 00024040  0x0000607a nrtn  0x00000034 
- 00024041  0x0000607b call  0x0000244f 
- 00024042  0x0000607c call  0x00005ffc 
- 00024043  0x0000607d rtn  0x00000029 
- 00024044  0x0000607e set1  0x00000021 , 0x00000000 
- 00024045  0x0000607f rtn 
- 00024046  0x00006082 nrtn  0x00000029 
- 00024047  0x00006083 jam  0x00000010 , 0x0000007c 
- 00024048  0x00006084 fetch  0x00000001 , 0x0000004c 
- 00024049  0x00006085 rtnbit0  0x00000002 
- 00024050  0x00006086 jam  0x00000012 , 0x0000007c 
- 00024051  0x00006087 rtn 
- 00024052  0x0000608a branch  0x00005ffe 
- 00024053  0x0000608d call  0x00006059 
- 00024054  0x0000608e fetch  0x00000001 , 0x00000030 
- 00024055  0x0000608f rtnbit1  0x00000004 
- 00024056  0x00006090 jam  0x00000031 , 0x0000007c 
- 00024057  0x00006091 fetch  0x00000001 , 0x00000055 
- 00024058  0x00006092 rtnne  0x0000000a 
- 00024059  0x00006093 jam  0x0000000b , 0x00000055 
- 00024060  0x00006094 rtn 
- 00024061  0x0000609e rtn 
- 00024062  0x000060a2 jam  0x00000007 , 0x0000007c 
- 00024063  0x000060a3 jam  0x00000013 , 0x000004ca 
- 00024064  0x000060a4 rtn 
- 00024065  0x000060a7 fetch  0x00000001 , 0x00000553 
- 00024066  0x000060a8 beq  0x00000006 , 0x00005e07 
- 00024067  0x000060a9 rtnne  0x00000018 
- 00024068  0x000060aa jam  0x00000018 , 0x000004ca 
- 00024069  0x000060ab jam  0x00000007 , 0x0000007c 
- 00024070  0x000060ac rtn 
- 00024071  0x000060ae jam  0x00000006 , 0x000004ca 
- 00024072  0x000060af jam  0x00000007 , 0x0000007c 
- 00024073  0x000060b0 rtn 
- 00024074  0x000060b3 rtn 
- 00024075  0x000060b6 jam  0x00000000 , 0x000009ae 
- 00024076  0x000060b7 jam  0x00000007 , 0x0000007c 
- 00024077  0x000060b8 branch  0x00005d07 
- 00024078  0x000060bb jam  0x00000000 , 0x000009ae 
- 00024079  0x000060bc jam  0x00000007 , 0x0000007c 
- 00024080  0x000060bd branch  0x00005d07 
- 00024081  0x000060bf jam  0x00000024 , 0x00000a99 
- 00024082  0x000060c0 branch  0x00007d86 
- 00024083  0x000060c3 jam  0x00000023 , 0x00000a99 
- 00024084  0x000060c4 call  0x00007d86 
- 00024085  0x000060c5 branch  0x000026e9 
- 00024086  0x000060c8 jam  0x00000022 , 0x00000a99 
- 00024087  0x000060c9 call  0x00007d86 
- 00024088  0x000060ca setarg  0x00000000 
- 00024089  0x000060cb store  0x00000002 , 0x00000075 
- 00024090  0x000060cc fetch  0x00000002 , 0x000041e3 
- 00024091  0x000060cd lshift  0x0000003f , 0x0000003f 
- 00024092  0x000060ce store  0x00000002 , 0x00000032 
- 00024093  0x000060cf fetch  0x00000001 , 0x000041e5 
- 00024094  0x000060d0 store  0x00000001 , 0x00000073 
- 00024095  0x000060d1 fetch  0x00000001 , 0x000041e7 
- 00024096  0x000060d2 store  0x00000001 , 0x00000074 
- 00024097  0x000060d3 branch  0x000026c6 
- 00024098  0x000060d6 jam  0x00000021 , 0x00000a99 
- 00024099  0x000060d7 branch  0x00007d86 
- 00024100  0x000060da fetcht  0x00000001 , 0x00000552 
- 00024101  0x000060db storet  0x00000001 , 0x00000054 
- 00024102  0x000060dc branch  0x00005e38 
- 00024103  0x000060df fetch  0x00000001 , 0x000004d1 
- 00024104  0x000060e0 set1  0x00000002 , 0x0000003f 
- 00024105  0x000060e1 store  0x00000001 , 0x000004d1 
- 00024106  0x000060e2 rtnbit1  0x00000003 
- 00024107  0x000060e3 jam  0x00000031 , 0x0000007c 
- 00024108  0x000060e4 branch  0x00005d07 
- 00024109  0x000060e9 rtn 
- 00024110  0x000060ec fetch  0x00000001 , 0x000040d0 
- 00024111  0x000060ed fetcht  0x00000001 , 0x00000552 
- 00024112  0x000060ee isub  0x00000002 , 0x0000003e 
- 00024113  0x000060f0 branch  0x00005e38 , 0x00000002 
- 00024114  0x000060f1 jam  0x00000004 , 0x0000007c 
- 00024115  0x000060f2 jam  0x0000001f , 0x0000007e 
- 00024116  0x000060f3 jam  0x0000002e , 0x0000007d 
- 00024117  0x000060f4 rtn 
- 00024118  0x000060f7 call  0x00006157 
- 00024119  0x000060f8 branch  0x00005e38 
- 00024120  0x000060fb jam  0x00000003 , 0x0000007c 
- 00024121  0x000060fc rtn 
- 00024122  0x000060ff jam  0x00000021 , 0x0000007c 
- 00024123  0x00006100 rtn 
- 00024124  0x00006103 jam  0x00000022 , 0x0000007c 
- 00024125  0x00006104 rtn 
- 00024126  0x00006107 fetch  0x00000001 , 0x00000055 
- 00024127  0x00006108 rtneq  0x00000013 
- 00024128  0x0000610a jam  0x00000002 , 0x00000055 
- 00024129  0x0000610c rtn 
- 00024130  0x00006110 rtn 
- 00024131  0x00006113 call  0x00005ff9 
- 00024132  0x00006114 jam  0x00000001 , 0x000004d4 
- 00024133  0x00006115 jam  0x0000000a , 0x00000a99 
- 00024134  0x00006116 call  0x00007d86 
- 00024135  0x00006118 call  0x000062f3 
- 00024136  0x00006119 nbranch  0x00006001 , 0x00000001 
- 00024137  0x0000611b nbranch  0x00005e4e , 0x00000029 
- 00024138  0x0000611c jam  0x00000004 , 0x0000007c 
- 00024139  0x0000611d jam  0x00000008 , 0x0000007d 
- 00024140  0x0000611e jam  0x00000023 , 0x0000007e 
- 00024141  0x0000611f rtn 
- 00024142  0x00006121 fetch  0x00000001 , 0x0000004b 
- 00024143  0x00006122 set1  0x00000002 , 0x0000003f 
- 00024144  0x00006123 store  0x00000001 , 0x0000004b 
- 00024145  0x00006124 rtn 
- 00024146  0x00006128 fetcht  0x00000001 , 0x0000004c 
- 00024147  0x00006129 nsetflag  0x00000034 , 0x00000001 , 0x00000002 
- 00024148  0x0000612a storet  0x00000001 , 0x0000004c 
- 00024149  0x0000612b rtn 
- 00024150  0x0000612f fetch  0x00000001 , 0x0000007f 
- 00024151  0x00006130 rshift  0x0000003f , 0x0000003f 
- 00024152  0x00006131 and_into  0x00000001 , 0x0000003f 
- 00024153  0x00006132 rtn 
- 00024154  0x00006135 fetch  0x00000001 , 0x00004217 
- 00024155  0x00006136 rtn  0x00000034 
- 00024156  0x00006137 fetch  0x00000001 , 0x000009b5 
- 00024157  0x00006138 call  0x000067b2 , 0x00000034 
- 00024158  0x00006139 rtn 
- 00024159  0x0000613c call  0x00005e5a 
- 00024160  0x0000613d call  0x00005e56 
- 00024161  0x0000613e store  0x00000001 , 0x000004d5 
- 00024162  0x0000613f call  0x00005ff9 
- 00024163  0x00006140 jam  0x0000000c , 0x0000007c 
- 00024164  0x00006141 fetch  0x00000001 , 0x000041bd 
- 00024165  0x00006142 nrtn  0x00000034 
- 00024166  0x00006143 fetch  0x00000001 , 0x00000030 
- 00024167  0x00006144 rtnbit1  0x00000006 
- 00024168  0x00006145 jam  0x00000006 , 0x0000007e 
- 00024169  0x00006146 branch  0x00005d53 
- 00024170  0x00006149 arg  0x00000040 , 0x00000011 
- 00024171  0x0000614a call  0x00007288 
- 00024172  0x0000614b fetch  0x00000004 , 0x00000552 
- 00024173  0x0000614c fetcht  0x00000004 , 0x00000592 
- 00024174  0x0000614d isub  0x00000002 , 0x0000003e 
- 00024175  0x0000614e branch  0x00005e73 , 0x00000005 
- 00024176  0x0000614f jam  0x00000007 , 0x0000007c 
- 00024177  0x00006150 jam  0x00000005 , 0x000004ca 
- 00024178  0x00006151 rtn 
- 00024179  0x00006153 call  0x00005e77 
- 00024180  0x00006154 fetch  0x00000001 , 0x0000465a 
- 00024181  0x00006155 branch  0x00005f3e , 0x00000034 
- 00024182  0x00006156 rtn 
- 00024183  0x0000615a call  0x00007386 
- 00024184  0x0000615b call  0x000021b2 
- 00024185  0x0000615c fetch  0x00000001 , 0x0000004b 
- 00024186  0x0000615d isolate1  0x00000001 , 0x0000003f 
- 00024187  0x0000615e set0  0x00000001 , 0x0000003f 
- 00024188  0x0000615f store  0x00000001 , 0x0000004b 
- 00024189  0x00006160 fetch  0x00000001 , 0x00000055 
- 00024190  0x00006161 beq  0x00000019 , 0x00005e81 
- 00024191  0x00006162 beq  0x00000018 , 0x00005e81 
- 00024192  0x00006163 rtn 
- 00024193  0x00006165 fetch  0x00000001 , 0x000009b5 
- 00024194  0x00006166 rtnne  0x00000000 
- 00024195  0x00006167 fetch  0x00000001 , 0x0000004c 
- 00024196  0x00006168 rtnbit1  0x00000002 
- 00024197  0x00006169 branch  0x000063b1 
- 00024198  0x0000616c arg  0x00000552 , 0x00000011 
- 00024199  0x0000616d arg  0x00000582 , 0x00000012 
- 00024200  0x0000616e arg  0x00000562 , 0x00000005 
- 00024201  0x0000616f call  0x00007352 
- 00024202  0x00006170 arg  0x00000040 , 0x00000011 
- 00024203  0x00006171 call  0x00006311 
- 00024204  0x00006172 jam  0x0000000b , 0x0000007c 
- 00024205  0x00006173 fetch  0x00000001 , 0x00000030 
- 00024206  0x00006174 bbit0  0x00000006 , 0x00005ffc 
- 00024207  0x00006175 rtn 
- 00024208  0x00006178 fetch  0x00000002 , 0x0000015f 
- 00024209  0x00006179 add  0x0000003f , 0xfffffffd , 0x00000039 
- 00024210  0x0000617a fetcht  0x00000001 , 0x00000552 
- 00024211  0x0000617b setarg  0x00000101 
- 00024212  0x0000617c iadd  0x00000002 , 0x00000005 
- 00024213  0x0000617d arg  0x00000554 , 0x00000006 
- 00024214  0x0000617e call  0x00007f01 
- 00024215  0x0000617f fetcht  0x00000001 , 0x00000053 
- 00024216  0x00006180 fetch  0x00000001 , 0x00000553 
- 00024217  0x00006181 isub  0x00000002 , 0x0000003f 
- 00024218  0x00006182 sub  0x0000003f , 0x0000000e , 0x0000003e 
- 00024219  0x00006183 branch  0x00005ea0 , 0x00000002 
- 00024220  0x00006184 add  0x00000002 , 0x0000000e , 0x0000003f 
- 00024221  0x00006185 store  0x00000001 , 0x00000053 
- 00024222  0x00006186 jam  0x00000001 , 0x0000007c 
- 00024223  0x00006187 rtn 
- 00024224  0x00006189 fetch  0x00000001 , 0x0000004c 
- 00024225  0x0000618a set1  0x00000003 , 0x0000003f 
- 00024226  0x0000618b store  0x00000001 , 0x0000004c 
- 00024227  0x0000618c bbit1  0x00000004 , 0x00006006 
- 00024228  0x0000618d rtn 
- 00024229  0x0000618f fetch  0x00000001 , 0x00000552 
- 00024230  0x00006190 store  0x00000001 , 0x0000007d 
- 00024231  0x00006191 jam  0x00000002 , 0x0000007c 
- 00024232  0x00006192 rtn 
- 00024233  0x00006195 branch  0x00005e38 
- 00024234  0x00006198 jam  0x00000030 , 0x0000007c 
- 00024235  0x00006199 rtn 
- 00024236  0x0000619c jam  0x00000028 , 0x0000007c 
- 00024237  0x0000619d rtn 
- 00024238  0x000061a0 jam  0x00000026 , 0x0000007c 
- 00024239  0x000061a1 rtn 
- 00024240  0x000061a6 rtn 
- 00024241  0x000061ab fetch  0x00000002 , 0x00000032 
- 00024242  0x000061ac iforce  0x00000002 
- 00024243  0x000061ad fetch  0x00000001 , 0x00000553 
- 00024244  0x000061ae store  0x00000001 , 0x00000095 
- 00024245  0x000061af imul32  0x00000002 , 0x00000002 
- 00024246  0x000061b0 fetch  0x00000002 , 0x00000554 
- 00024247  0x000061b1 lshift  0x0000003f , 0x0000003f 
- 00024248  0x000061b2 store  0x00000002 , 0x00000096 
- 00024249  0x000061b3 fetch  0x00000004 , 0x00000556 
- 00024250  0x000061b4 lshift  0x0000003f , 0x0000003f 
- 00024251  0x000061b5 store  0x00000004 , 0x00000091 
- 00024252  0x000061b7 deposit  0x00000002 
- 00024253  0x000061b8 store  0x00000002 , 0x00000098 
- 00024254  0x000061b9 rtn 
- 00024255  0x000061bb fetcht  0x00000001 , 0x0000415a 
- 00024256  0x000061bc fetch  0x00000001 , 0x00000553 
- 00024257  0x000061bd ixor  0x00000002 , 0x0000003e 
- 00024258  0x000061be nbranch  0x00005d77 , 0x00000005 
- 00024259  0x000061bf isolate1  0x00000000 , 0x0000003f 
- 00024260  0x000061c0 fetch  0x00000001 , 0x0000004c 
- 00024261  0x000061c1 setflag  0x00000001 , 0x00000005 , 0x0000003f 
- 00024262  0x000061c2 store  0x00000001 , 0x0000004c 
- 00024263  0x000061c3 jam  0x00000081 , 0x0000007c 
- 00024264  0x000061c4 jam  0x0000008b , 0x0000007d 
- 00024265  0x000061c5 rtn 
- 00024266  0x000061cc rtn 
- 00024267  0x000061cf branch  0x00005e38 
- 00024268  0x000061d3 branch  0x00005e38 
- 00024269  0x000061d8 fetch  0x00000002 , 0x00000552 
- 00024270  0x000061d9 store  0x00000002 , 0x00000171 
- 00024271  0x000061da rtn 
- 00024272  0x000061dd fetch  0x00000002 , 0x00000555 
- 00024273  0x000061de fetcht  0x00000001 , 0x00004172 
- 00024274  0x000061df imul32  0x00000002 , 0x0000003f 
- 00024275  0x000061e0 arg  0x00000640 , 0x00000002 
- 00024276  0x000061e1 isub  0x00000002 , 0x0000003e 
- 00024277  0x000061e3 rtn 
- 00024278  0x000061e6 fetch  0x00000002 , 0x00000557 
- 00024279  0x000061e7 branch  0x00005ef0 , 0x00000034 
- 00024280  0x000061e8 call  0x00005ed0 
- 00024281  0x000061e9 branch  0x00005ef0 , 0x00000002 
- 00024282  0x000061ea fetch  0x00000001 , 0x00004092 
- 00024283  0x000061eb sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00024284  0x000061ec call  0x00003cd5 , 0x00000005 
- 00024285  0x000061ed fetch  0x00000001 , 0x00000030 
- 00024286  0x000061ee bbit1  0x00000001 , 0x00005ef0 
- 00024287  0x000061ef fetch  0x00000002 , 0x00000553 
- 00024288  0x000061f0 lshift  0x0000003f , 0x0000003f 
- 00024289  0x000061f1 store  0x00000002 , 0x00000075 
- 00024290  0x000061f2 fetch  0x00000002 , 0x00000555 
- 00024291  0x000061f3 lshift  0x0000003f , 0x0000003f 
- 00024292  0x000061f4 store  0x00000002 , 0x00000032 
- 00024293  0x000061f5 fetch  0x00000002 , 0x00000557 
- 00024294  0x000061f6 store  0x00000001 , 0x00000073 
- 00024295  0x000061f7 iforce  0x00000002 
- 00024296  0x000061f8 fetch  0x00000002 , 0x00000559 
- 00024297  0x000061f9 store  0x00000001 , 0x00000074 
- 00024298  0x000061fa isub  0x00000002 , 0x0000003e 
- 00024299  0x000061fb nbranch  0x00005eed , 0x00000002 
- 00024300  0x000061fc store  0x00000001 , 0x00000073 
- 00024301  0x000061ff jam  0x00000003 , 0x0000007c 
- 00024302  0x00006200 jam  0x00000017 , 0x0000007d 
- 00024303  0x00006201 rtn 
- 00024304  0x00006204 jam  0x00000024 , 0x0000007e 
- 00024305  0x00006205 branch  0x00005d53 
- 00024306  0x00006208 call  0x00005e38 
- 00024307  0x00006209 call  0x00005ff9 
- 00024308  0x0000620a call  0x0000728b 
- 00024309  0x0000620b branch  0x000026b8 
- 00024310  0x0000620e call  0x00005e38 
- 00024311  0x0000620f branch  0x000026c0 
- 00024312  0x00006213 fetch  0x00000004 , 0x00000552 
- 00024313  0x00006214 lshift  0x0000003f , 0x0000003f 
- 00024314  0x00006216 branch  0x00005f04 , 0x00000029 
- 00024315  0x00006217 fetcht  0x00000001 , 0x000041bd 
- 00024316  0x00006218 nbranch  0x00005f01 , 0x00000034 
- 00024317  0x0000621a jam  0x00000004 , 0x0000007c 
- 00024318  0x0000621b jam  0x00000013 , 0x0000007d 
- 00024319  0x0000621c jam  0x00000024 , 0x0000007e 
- 00024320  0x0000621d rtn 
- 00024321  0x0000621f jam  0x00000034 , 0x0000007c 
- 00024322  0x00006220 jam  0x00000000 , 0x00000055 
- 00024323  0x00006221 branch  0x000021d9 
- 00024324  0x00006224 call  0x000021d9 
- 00024325  0x00006225 set1  0x00000022 , 0x00000000 
- 00024326  0x00006226 fetch  0x00000001 , 0x0000016d 
- 00024327  0x00006227 set0  0x00000002 , 0x0000003f 
- 00024328  0x00006228 store  0x00000001 , 0x0000016d 
- 00024329  0x00006229 branch  0x00005e38 
- 00024330  0x00006232 rtn 
- 00024331  0x00006236 jam  0x00000003 , 0x0000007c 
- 00024332  0x00006237 jam  0x00000018 , 0x0000007d 
- 00024333  0x00006238 jam  0x0000002e , 0x00000a99 
- 00024334  0x00006239 call  0x00007d86 
- 00024335  0x0000623a branch  0x000026e9 
- 00024336  0x0000623d fetch  0x00000001 , 0x00000552 
- 00024337  0x0000623e bne  0x00000001 , 0x00005f1c 
- 00024338  0x0000623f fetch  0x00000001 , 0x00000553 
- 00024339  0x00006240 bne  0x00000001 , 0x00005f1c 
- 00024340  0x00006241 fetch  0x00000001 , 0x00000554 
- 00024341  0x00006242 bne  0x00000030 , 0x00005f1c 
- 00024342  0x00006243 call  0x000062fc 
- 00024343  0x00006244 branch  0x00005f19 , 0x00000001 
- 00024344  0x00006245 jam  0x00000001 , 0x000009ae 
- 00024345  0x00006247 jam  0x00000003 , 0x0000007c 
- 00024346  0x00006248 jam  0x0000003d , 0x0000007d 
- 00024347  0x00006249 branch  0x00005d07 
- 00024348  0x0000624c jam  0x00000024 , 0x0000007e 
- 00024349  0x0000624d branch  0x00005d53 
- 00024350  0x00006252 jam  0x0000003e , 0x0000007c 
- 00024351  0x00006254 rtn 
- 00024352  0x00006256 fetch  0x00000001 , 0x00004662 
- 00024353  0x00006257 beq  0x00000001 , 0x00005f27 
- 00024354  0x00006258 beq  0x00000002 , 0x00005f2b 
- 00024355  0x0000625a call  0x000062fc 
- 00024356  0x0000625b rtn  0x00000001 
- 00024357  0x0000625c jam  0x00000008 , 0x000009ae 
- 00024358  0x0000625d rtn 
- 00024359  0x00006260 call  0x00007962 
- 00024360  0x00006261 jam  0x00000035 , 0x00000a99 
- 00024361  0x00006262 call  0x00007d86 
- 00024362  0x00006263 branch  0x00005f23 
- 00024363  0x00006267 call  0x000062fc 
- 00024364  0x00006268 rtn  0x00000001 
- 00024365  0x00006269 fetch  0x00000001 , 0x00004663 
- 00024366  0x0000626a beq  0x00000013 , 0x00005f3b 
- 00024367  0x0000626b increase  0x00000001 , 0x0000003f 
- 00024368  0x0000626c store  0x00000001 , 0x00004663 
- 00024369  0x00006270 jam  0x00000001 , 0x000009b0 
- 00024370  0x00006271 jam  0x00000004 , 0x000009ae 
- 00024371  0x00006272 fetch  0x00000001 , 0x00004663 
- 00024372  0x00006273 copy  0x0000003f , 0x00000007 
- 00024373  0x00006274 fetch  0x00000006 , 0x0000468a 
- 00024374  0x00006275 qisolate1  0x0000003f 
- 00024375  0x00006276 setarg  0x00000080 
- 00024376  0x00006277 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00024377  0x00006278 store  0x00000001 , 0x00004664 
- 00024378  0x00006279 rtn 
- 00024379  0x0000627c jam  0x00000008 , 0x000009ae 
- 00024380  0x0000627d rtn 
- 00024381  0x00006280 call  0x00005f43 
- 00024382  0x00006282 fetch  0x00000001 , 0x00004665 
- 00024383  0x00006283 rtn  0x00000034 
- 00024384  0x00006284 jam  0x00000000 , 0x00004665 
- 00024385  0x00006285 jam  0x00000038 , 0x00000a99 
- 00024386  0x00006286 branch  0x00007d86 
- 00024387  0x0000628b call  0x000062fc 
- 00024388  0x0000628c ncall  0x00007965 , 0x00000001 
- 00024389  0x0000628d call  0x00007975 , 0x00000001 
- 00024390  0x0000628e call  0x000062fc 
- 00024391  0x0000628f rtn  0x00000001 
- 00024392  0x00006290 jam  0x0000000c , 0x000009ae 
- 00024393  0x00006291 jam  0x00000001 , 0x000009b0 
- 00024394  0x00006292 rtn 
- 00024395  0x00006295 arg  0x00000a6e , 0x00000005 
- 00024396  0x00006296 arg  0x00000552 , 0x00000006 
- 00024397  0x00006297 call  0x00007ebf 
- 00024398  0x00006298 fetch  0x00000001 , 0x00004662 
- 00024399  0x00006299 rtneq  0x00000002 
- 00024400  0x0000629a branch  0x000076d8 
- 00024401  0x0000629d fetch  0x00000001 , 0x000009af 
- 00024402  0x0000629e beq  0x00000007 , 0x00005f55 
- 00024403  0x0000629f fetch  0x00000001 , 0x000009ae 
- 00024404  0x000062a0 bne  0x00000001 , 0x00005f68 
- 00024405  0x000062a2 fetch  0x00000001 , 0x000009b7 
- 00024406  0x000062a3 sub  0x0000003f , 0x00000020 , 0x00000005 
- 00024407  0x000062a4 nbranch  0x00005f68 , 0x00000002 
- 00024408  0x000062a5 arg  0x000009c6 , 0x00000005 
- 00024409  0x000062a6 iadd  0x00000005 , 0x00000005 
- 00024410  0x000062a7 fetch  0x00000008 , 0x00000552 
- 00024411  0x000062a8 istore  0x00000008 , 0x00000005 
- 00024412  0x000062a9 fetch  0x00000008 , 0x0000055a 
- 00024413  0x000062aa istore  0x00000008 , 0x00000005 
- 00024414  0x000062ab fetch  0x00000001 , 0x000009b7 
- 00024415  0x000062ac increase  0x00000010 , 0x0000003f 
- 00024416  0x000062ad store  0x00000001 , 0x000009b7 
- 00024417  0x000062ae bne  0x00000030 , 0x00005e38 
- 00024418  0x000062b0 call  0x000062fc 
- 00024419  0x000062b1 branch  0x00005e38 , 0x00000001 
- 00024420  0x000062b2 jam  0x00000001 , 0x000009b8 
- 00024421  0x000062b3 jam  0x00000002 , 0x000009ae 
- 00024422  0x000062b4 jam  0x00000001 , 0x000009b0 
- 00024423  0x000062b5 branch  0x00005e38 
- 00024424  0x000062b7 jam  0x00000024 , 0x0000007e 
- 00024425  0x000062b8 branch  0x00005d53 
- 00024426  0x000062ba fetch  0x00000001 , 0x000009b6 
- 00024427  0x000062bb beq  0x00000030 , 0x00005f6e 
- 00024428  0x000062bc jam  0x0000003e , 0x0000007c 
- 00024429  0x000062bd branch  0x00005d07 
- 00024430  0x000062c0 call  0x000062fc 
- 00024431  0x000062c1 branch  0x00005f77 , 0x00000001 
- 00024432  0x000062c2 fetch  0x00000001 , 0x00004662 
- 00024433  0x000062c3 beq  0x00000002 , 0x00005f75 
- 00024434  0x000062c4 jam  0x00000001 , 0x000009b0 
- 00024435  0x000062c5 jam  0x00000004 , 0x000009ae 
- 00024436  0x000062c6 branch  0x00005d07 
- 00024437  0x000062c9 jam  0x00000036 , 0x00000a99 
- 00024438  0x000062ca branch  0x00007d86 
- 00024439  0x000062cf branch  0x00005d07 
- 00024440  0x000062d2 fetch  0x00000001 , 0x000009af 
- 00024441  0x000062d3 beq  0x00000007 , 0x00005f7c 
- 00024442  0x000062d4 fetch  0x00000001 , 0x000009ae 
- 00024443  0x000062d5 bne  0x00000006 , 0x00005f88 
- 00024444  0x000062d7 arg  0x00000a2e , 0x00000005 
- 00024445  0x000062d8 fetch  0x00000008 , 0x00000552 
- 00024446  0x000062d9 istore  0x00000008 , 0x00000005 
- 00024447  0x000062da fetch  0x00000008 , 0x0000055a 
- 00024448  0x000062db istore  0x00000008 , 0x00000005 
- 00024449  0x000062dc call  0x000062fc 
- 00024450  0x000062dd branch  0x00005f86 , 0x00000001 
- 00024451  0x000062de jam  0x00000007 , 0x000009ae 
- 00024452  0x000062df jam  0x00000001 , 0x000009b0 
- 00024453  0x000062e0 branch  0x00005e38 
- 00024454  0x000062e2 jam  0x00000004 , 0x000009af 
- 00024455  0x000062e3 branch  0x000076d8 
- 00024456  0x000062e7 jam  0x00000024 , 0x0000007e 
- 00024457  0x000062e8 branch  0x00005d53 
- 00024458  0x000062eb fetch  0x00000001 , 0x000009af 
- 00024459  0x000062ec beq  0x0000000b , 0x00005f8e 
- 00024460  0x000062ed fetch  0x00000001 , 0x000009ae 
- 00024461  0x000062ee bne  0x00000008 , 0x00005f9d 
- 00024462  0x000062f0 arg  0x00000a5e , 0x00000005 
- 00024463  0x000062f1 arg  0x00000552 , 0x00000006 
- 00024464  0x000062f2 call  0x00007ebf 
- 00024465  0x000062f3 call  0x000062fc 
- 00024466  0x000062f4 branch  0x00005f9a , 0x00000001 
- 00024467  0x000062f5 fetch  0x00000001 , 0x00004662 
- 00024468  0x000062f6 beq  0x00000001 , 0x00005f9f 
- 00024469  0x000062f8 jam  0x00000000 , 0x00004661 
- 00024470  0x000062f9 jam  0x00000009 , 0x000009ae 
- 00024471  0x000062fa jam  0x00000001 , 0x000009b0 
- 00024472  0x000062fb jam  0x00000041 , 0x0000007d 
- 00024473  0x000062fc branch  0x00005d07 
- 00024474  0x000062ff jam  0x00000009 , 0x000009af 
- 00024475  0x00006300 jam  0x00000001 , 0x000009b1 
- 00024476  0x00006301 branch  0x00005d07 
- 00024477  0x00006303 jam  0x00000024 , 0x0000007e 
- 00024478  0x00006304 branch  0x00005d53 
- 00024479  0x00006307 fetch  0x00000001 , 0x00004661 
- 00024480  0x00006308 bbit1  0x00000007 , 0x00005fa4 
- 00024481  0x00006309 set1  0x00000006 , 0x0000003f 
- 00024482  0x0000630a store  0x00000001 , 0x00004661 
- 00024483  0x0000630b rtn 
- 00024484  0x0000630e bbit1  0x00000000 , 0x00005f95 
- 00024485  0x0000630f jam  0x00000000 , 0x00004661 
- 00024486  0x00006310 branch  0x00005f9d 
- 00024487  0x00006314 branch  0x00005d07 
- 00024488  0x00006317 fetch  0x00000001 , 0x0000016d 
- 00024489  0x00006318 set0  0x00000001 
- 00024490  0x00006319 store  0x00000001 , 0x0000016d 
- 00024491  0x0000631a call  0x00005e38 
- 00024492  0x0000631b nrtn  0x00000029 
- 00024493  0x0000631c fetch  0x00000001 , 0x00000552 
- 00024494  0x0000631d fetcht  0x00000001 , 0x0000004b 
- 00024495  0x0000631e setflag  0x00000034 , 0x00000004 , 0x00000002 
- 00024496  0x0000631f nsetflag  0x00000034 , 0x00000005 , 0x00000002 
- 00024497  0x00006320 storet  0x00000001 , 0x0000004b 
- 00024498  0x00006321 rtn 
- 00024499  0x00006324 fetcht  0x00000008 , 0x00000552 
- 00024500  0x00006326 fetch  0x00000001 , 0x00000055 
- 00024501  0x00006327 rtnne  0x00000003 
- 00024502  0x00006329 fetch  0x00000001 , 0x0000016d 
- 00024503  0x0000632a bbit0  0x00000004 , 0x00005fba 
- 00024504  0x0000632c jam  0x00000014 , 0x00000055 
- 00024505  0x0000632d rtn 
- 00024506  0x0000632f jam  0x00000004 , 0x00000055 
- 00024507  0x00006330 rtn 
- 00024508  0x00006332 fetch  0x00000001 , 0x0000017f 
- 00024509  0x00006333 store  0x00000001 , 0x0000015b 
- 00024510  0x00006334 jam  0x00000003 , 0x0000007c 
- 00024511  0x00006335 jam  0x00000038 , 0x0000007d 
- 00024512  0x00006336 rtn 
- 00024513  0x0000633a jam  0x00000003 , 0x0000007c 
- 00024514  0x0000633b jam  0x00000039 , 0x0000007d 
- 00024515  0x0000633c force  0x00000009 , 0x00000039 
- 00024516  0x0000633d arg  0x00000552 , 0x00000006 
- 00024517  0x0000633e arg  0x00000152 , 0x00000005 
- 00024518  0x00006340 ifetch  0x00000001 , 0x00000006 
- 00024519  0x00006341 xor_into  0x00000055 , 0x0000003f 
- 00024520  0x00006342 istore  0x00000001 , 0x00000005 
- 00024521  0x00006343 loop  0x00005fc6 
- 00024522  0x00006344 fetch  0x00000001 , 0x00000152 
- 00024523  0x00006345 fetcht  0x00000001 , 0x00000151 
- 00024524  0x00006346 set0  0x00000007 , 0x00000002 
- 00024525  0x00006347 set0  0x00000004 , 0x00000002 
- 00024526  0x00006348 beq  0x000000ff , 0x00005fda 
- 00024527  0x00006349 beq  0x00000000 , 0x00005ff3 
- 00024528  0x0000634a beq  0x00000005 , 0x00005fe7 
- 00024529  0x0000634b beq  0x00000007 , 0x00005fe6 
- 00024530  0x0000634c beq  0x00000006 , 0x00005fe7 
- 00024531  0x0000634d beq  0x00000008 , 0x00005fe6 
- 00024532  0x0000634e beq  0x00000001 , 0x00005fdf 
- 00024533  0x0000634f beq  0x00000002 , 0x00005fdf 
- 00024534  0x00006350 beq  0x00000003 , 0x00005fdf 
- 00024535  0x00006351 beq  0x00000009 , 0x00005fdf 
- 00024536  0x00006352 beq  0x00000004 , 0x00005fdf 
- 00024537  0x00006353 rtn 
- 00024538  0x00006356 fetch  0x00000001 , 0x00000151 
- 00024539  0x00006357 set1  0x00000003 , 0x0000003f 
- 00024540  0x00006358 set1  0x00000002 , 0x0000003f 
- 00024541  0x00006359 store  0x00000001 , 0x00000151 
- 00024542  0x0000635a rtn 
- 00024543  0x0000635c set1  0x00000004 , 0x00000002 
- 00024544  0x0000635d jam  0x00000005 , 0x00000180 
- 00024545  0x0000635e fetch  0x00000002 , 0x00000159 
- 00024546  0x0000635f iforce  0x00000039 
- 00024547  0x00006360 store  0x00000002 , 0x0000015f 
- 00024548  0x00006361 arg  0x00000551 , 0x00000005 
- 00024549  0x00006362 call  0x00007f73 
- 00024550  0x00006364 set1  0x00000007 , 0x00000002 
- 00024551  0x00006366 set1  0x00000002 , 0x00000002 
- 00024552  0x00006367 force  0x00000000 , 0x0000003f 
- 00024553  0x00006368 store  0x00000001 , 0x0000000b 
- 00024554  0x00006369 store  0x00000002 , 0x000000fa 
- 00024555  0x0000636a store  0x00000002 , 0x000000fc 
- 00024556  0x0000636b store  0x00000002 , 0x000000f8 
- 00024557  0x0000636c store  0x00000002 , 0x000000f6 
- 00024558  0x0000636d fetch  0x00000001 , 0x00000153 
- 00024559  0x0000636e compare  0x00000000 , 0x0000003f , 0x000000ff 
- 00024560  0x0000636f setflag  0x00000001 , 0x00000006 , 0x00000002 
- 00024561  0x00006370 storet  0x00000001 , 0x00000151 
- 00024562  0x00006371 rtn 
- 00024563  0x00006374 set0  0x00000011 , 0x00000000 
- 00024564  0x00006375 jam  0x00000000 , 0x00000151 
- 00024565  0x00006376 fetch  0x00000001 , 0x0000017f 
- 00024566  0x00006377 set0  0x00000006 , 0x0000003f 
- 00024567  0x00006378 store  0x00000001 , 0x0000017f 
- 00024568  0x00006379 rtn 
- 00024569  0x00006380 arg  0x00000552 , 0x00000006 
- 00024570  0x00006381 arg  0x00000562 , 0x00000005 
- 00024571  0x00006382 branch  0x00007ebf 
- 00024572  0x00006385 jam  0x00000009 , 0x0000007c 
- 00024573  0x00006386 rtn 
- 00024574  0x00006389 nrtn  0x00000029 
- 00024575  0x0000638a jam  0x00000011 , 0x0000007c 
- 00024576  0x0000638b rtn 
- 00024577  0x0000638e arg  0x000040a0 , 0x00000011 
- 00024578  0x0000638f call  0x00007255 
- 00024579  0x00006390 jam  0x00000003 , 0x0000007c 
- 00024580  0x00006391 jam  0x00000008 , 0x0000007d 
- 00024581  0x00006392 rtn 
- 00024582  0x00006395 jam  0x0000000a , 0x00000072 
- 00024583  0x00006396 jam  0x00000007 , 0x0000007c 
- 00024584  0x00006397 jam  0x00000016 , 0x000004ca 
- 00024585  0x00006398 rtn 
- 00024586  0x0000639f bpatchx  0x00000082 , 0x00004030 
- 00024587  0x000063a0 disable  0x00000028 
- 00024588  0x000063a1 call  0x000062c1 
- 00024589  0x000063a2 fetch  0x00000001 , 0x00000048 
- 00024590  0x000063a3 rtn  0x00000034 
- 00024591  0x000063a8 bbit1  0x00000007 , 0x0000603f 
- 00024592  0x000063aa beq  0x00000001 , 0x0000616f 
- 00024593  0x000063ab beq  0x00000002 , 0x000060e4 
- 00024594  0x000063ac beq  0x00000003 , 0x0000604a 
- 00024595  0x000063ad beq  0x00000004 , 0x00006060 
- 00024596  0x000063ae beq  0x00000027 , 0x000061db 
- 00024597  0x000063af beq  0x00000028 , 0x00006108 
- 00024598  0x000063b0 beq  0x00000030 , 0x000060f4 
- 00024599  0x000063b1 beq  0x00000025 , 0x000061d6 
- 00024600  0x000063b2 beq  0x00000026 , 0x00006103 
- 00024601  0x000063b3 beq  0x00000031 , 0x000061c3 
- 00024602  0x000063b4 beq  0x00000037 , 0x0000616a 
- 00024603  0x000063b5 beq  0x00000033 , 0x0000615c 
- 00024604  0x000063b6 beq  0x00000008 , 0x00006259 
- 00024605  0x000063b7 beq  0x00000009 , 0x0000624f 
- 00024606  0x000063b8 beq  0x0000000b , 0x00006264 
- 00024607  0x000063b9 beq  0x0000000c , 0x0000626d 
- 00024608  0x000063ba beq  0x0000000f , 0x00006162 
- 00024609  0x000063bb beq  0x00000010 , 0x00006292 
- 00024610  0x000063bc beq  0x00000011 , 0x00006288 
- 00024611  0x000063bd beq  0x00000007 , 0x00006152 
- 00024612  0x000063be beq  0x0000002a , 0x0000617e 
- 00024613  0x000063bf beq  0x0000000a , 0x0000617f 
- 00024614  0x000063c1 beq  0x0000001f , 0x000061bc 
- 00024615  0x000063c2 beq  0x00000006 , 0x000060f9 
- 00024616  0x000063c3 beq  0x00000021 , 0x0000615f 
- 00024617  0x000063c4 beq  0x0000002d , 0x000061b2 
- 00024618  0x000063c5 beq  0x0000002e , 0x000061b7 
- 00024619  0x000063c6 beq  0x00000022 , 0x0000615f 
- 00024620  0x000063c7 beq  0x00000034 , 0x00006180 
- 00024621  0x000063c8 beq  0x00000013 , 0x00006195 
- 00024622  0x000063c9 beq  0x00000017 , 0x000061a4 
- 00024623  0x000063ca beq  0x00000012 , 0x0000628f 
- 00024624  0x000063cb beq  0x0000002f , 0x000061aa 
- 00024625  0x000063cc beq  0x00000018 , 0x000061af 
- 00024626  0x000063cd beq  0x0000003d , 0x000061ff 
- 00024627  0x000063ce beq  0x0000003e , 0x0000620b 
- 00024628  0x000063cf beq  0x0000003f , 0x0000621d 
- 00024629  0x000063d0 beq  0x00000040 , 0x00006227 
- 00024630  0x000063d1 beq  0x00000041 , 0x0000623c 
- 00024631  0x000063d2 beq  0x00000023 , 0x0000624b 
- 00024632  0x000063d3 beq  0x0000003b , 0x00006246 
- 00024633  0x000063d5 beq  0x00000005 , 0x0000624c 
- 00024634  0x000063d6 beq  0x00000029 , 0x0000624d 
- 00024635  0x000063d7 beq  0x00000038 , 0x0000624e 
- 00024636  0x000063d8 beq  0x00000039 , 0x00006175 
- 00024637  0x000063da branch  0x00002a8c 
- 00024638  0x000063db rtn 
- 00024639  0x000063dd beq  0x00000081 , 0x0000606d 
- 00024640  0x000063de beq  0x00000084 , 0x00006099 
- 00024641  0x000063df beq  0x00000082 , 0x00006076 
- 00024642  0x000063e0 beq  0x00000083 , 0x0000610d 
- 00024643  0x000063e1 beq  0x0000008b , 0x00006118 
- 00024644  0x000063e2 beq  0x00000097 , 0x0000614e 
- 00024645  0x000063e3 beq  0x00000099 , 0x000060d5 
- 00024646  0x000063e4 beq  0x0000009a , 0x000060a4 
- 00024647  0x000063e5 beq  0x00000095 , 0x000060da 
- 00024648  0x000063e6 beq  0x00000096 , 0x000060db 
- 00024649  0x000063e7 branch  0x00002a8c 
- 00024650  0x000063ee force  0x00000002 , 0x0000003f 
- 00024651  0x000063ef call  0x00006298 
- 00024652  0x000063f0 fetch  0x00000001 , 0x00000049 
- 00024653  0x000063f1 istore  0x00000001 , 0x00000005 
- 00024654  0x000063f2 call  0x000062a7 
- 00024655  0x000063f3 bpatchx  0x00000083 , 0x00004030 
- 00024656  0x000063f4 fetch  0x00000001 , 0x00000049 
- 00024657  0x000063f5 beq  0x00000008 , 0x00006080 
- 00024658  0x000063f6 beq  0x0000000f , 0x00006084 
- 00024659  0x000063f7 beq  0x00000010 , 0x0000608f 
- 00024660  0x000063f8 beq  0x00000017 , 0x0000605f 
- 00024661  0x000063f9 beq  0x00000033 , 0x00006092 
- 00024662  0x000063fa beq  0x00000041 , 0x00006098 
- 00024663  0x000063fb beq  0x00000011 , 0x00006059 
- 00024664  0x000063fc rtn 
- 00024665  0x000063ff fetch  0x00000001 , 0x00000055 
- 00024666  0x00006400 rtn  0x00000034 
- 00024667  0x00006401 jam  0x0000001b , 0x00000055 
- 00024668  0x00006402 setarg  0x0000000c 
- 00024669  0x00006403 arg  0x00000007 , 0x00000007 
- 00024670  0x00006404 branch  0x00007f08 
- 00024671  0x00006407 branch  0x000026c6 
- 00024672  0x00006409 force  0x00000003 , 0x0000003f 
- 00024673  0x0000640a call  0x00006298 
- 00024674  0x0000640b fetch  0x00000001 , 0x00000049 
- 00024675  0x0000640c beq  0x0000000b , 0x00006068 
- 00024676  0x0000640d istore  0x00000001 , 0x00000005 
- 00024677  0x0000640e fetch  0x00000001 , 0x0000004a 
- 00024678  0x0000640f istore  0x00000001 , 0x00000005 
- 00024679  0x00006410 branch  0x000062a7 
- 00024680  0x00006413 istore  0x00000001 , 0x00000005 
- 00024681  0x00006414 fetch  0x00000001 , 0x0000004a 
- 00024682  0x00006415 istore  0x00000001 , 0x00000005 
- 00024683  0x00006416 arg  0x000004d5 , 0x00000002 
- 00024684  0x00006417 branch  0x000062e2 
- 00024685  0x0000641a force  0x00000004 , 0x00000007 
- 00024686  0x0000641b call  0x000062a0 
- 00024687  0x0000641c setarg  0x0000007f 
- 00024688  0x0000641d istore  0x00000001 , 0x00000005 
- 00024689  0x0000641e fetch  0x00000001 , 0x00000049 
- 00024690  0x0000641f set0  0x00000007 , 0x0000003f 
- 00024691  0x00006420 istore  0x00000001 , 0x00000005 
- 00024692  0x00006421 fetch  0x00000001 , 0x00000049 
- 00024693  0x00006422 branch  0x000062a7 
- 00024694  0x00006425 force  0x00000005 , 0x00000007 
- 00024695  0x00006426 call  0x000062a0 
- 00024696  0x00006427 setarg  0x0000007f 
- 00024697  0x00006428 istore  0x00000001 , 0x00000005 
- 00024698  0x00006429 fetch  0x00000001 , 0x00000049 
- 00024699  0x0000642a set0  0x00000007 , 0x0000003f 
- 00024700  0x0000642b istore  0x00000001 , 0x00000005 
- 00024701  0x0000642c fetch  0x00000001 , 0x0000004a 
- 00024702  0x0000642d istore  0x00000001 , 0x00000005 
- 00024703  0x0000642e branch  0x000062a7 
- 00024704  0x00006432 call  0x0000244f 
- 00024705  0x00006433 call  0x000062f3 
- 00024706  0x00006434 rtn  0x00000001 
- 00024707  0x00006435 branch  0x00005ffc 
- 00024708  0x00006438 fetch  0x00000001 , 0x0000004b 
- 00024709  0x00006439 bbit1  0x00000005 , 0x0000608b 
- 00024710  0x0000643a rtnbit0  0x00000004 
- 00024711  0x0000643b jam  0x00000012 , 0x0000007c 
- 00024712  0x0000643c set0  0x00000004 , 0x0000003f 
- 00024713  0x0000643d call  0x000062eb 
- 00024714  0x0000643e branch  0x0000608d 
- 00024715  0x00006440 jam  0x00000010 , 0x0000007c 
- 00024716  0x00006441 set0  0x00000005 , 0x0000003f 
- 00024717  0x00006443 store  0x00000001 , 0x0000004b 
- 00024718  0x00006444 rtn 
- 00024719  0x00006447 call  0x000062fc 
- 00024720  0x00006448 branch  0x00005ffe , 0x00000001 
- 00024721  0x00006449 rtn 
- 00024722  0x0000644c jam  0x0000008b , 0x0000007c 
- 00024723  0x0000644e fetch  0x00000001 , 0x000004d1 
- 00024724  0x0000644f set1  0x00000000 , 0x0000003f 
- 00024725  0x00006450 store  0x00000001 , 0x000004d1 
- 00024726  0x00006451 jam  0x00000001 , 0x00000a99 
- 00024727  0x00006452 branch  0x00007d86 
- 00024728  0x00006456 rtn 
- 00024729  0x0000645b force  0x0000000c , 0x00000007 
- 00024730  0x0000645c call  0x000062a0 
- 00024731  0x0000645d setarg  0x00000001 
- 00024732  0x0000645e istore  0x00000001 , 0x00000005 
- 00024733  0x0000645f fetch  0x00000002 , 0x000004ce 
- 00024734  0x00006460 istore  0x00000002 , 0x00000005 
- 00024735  0x00006461 setarg  0x00000000 
- 00024736  0x00006462 istore  0x00000003 , 0x00000005 
- 00024737  0x00006463 setarg  0x00000000 
- 00024738  0x00006464 istore  0x00000004 , 0x00000005 
- 00024739  0x00006465 branch  0x000062b0 
- 00024740  0x00006467 force  0x00000005 , 0x00000007 
- 00024741  0x00006468 call  0x000062a0 
- 00024742  0x00006469 fetch  0x00000003 , 0x0000465b 
- 00024743  0x0000646a istore  0x00000003 , 0x00000005 
- 00024744  0x0000646b call  0x000062b0 
- 00024745  0x0000646c jam  0x00000001 , 0x00004665 
- 00024746  0x0000646d fetch  0x00000001 , 0x0000465b 
- 00024747  0x0000646e beq  0x00000001 , 0x000060b5 
- 00024748  0x0000646f beq  0x00000002 , 0x000060af 
- 00024749  0x00006470 beq  0x00000003 , 0x000060bb 
- 00024750  0x00006471 rtn 
- 00024751  0x00006474 fetch  0x00000001 , 0x0000465e 
- 00024752  0x00006475 beq  0x00000000 , 0x000060c7 
- 00024753  0x00006476 beq  0x00000001 , 0x000060c7 
- 00024754  0x00006477 beq  0x00000002 , 0x000060c7 
- 00024755  0x00006478 beq  0x00000003 , 0x000060c1 
- 00024756  0x00006479 rtn 
- 00024757  0x0000647d fetch  0x00000001 , 0x0000465e 
- 00024758  0x0000647e beq  0x00000000 , 0x000060c1 
- 00024759  0x0000647f beq  0x00000001 , 0x000060c5 
- 00024760  0x00006480 beq  0x00000002 , 0x000060c7 
- 00024761  0x00006481 beq  0x00000003 , 0x000060c1 
- 00024762  0x00006482 rtn 
- 00024763  0x00006486 fetch  0x00000001 , 0x0000465e 
- 00024764  0x00006487 beq  0x00000000 , 0x000060c1 
- 00024765  0x00006488 beq  0x00000001 , 0x000060c1 
- 00024766  0x00006489 beq  0x00000002 , 0x000060c1 
- 00024767  0x0000648a beq  0x00000003 , 0x000060c1 
- 00024768  0x0000648b rtn 
- 00024769  0x00006495 jam  0x00000003 , 0x00004662 
- 00024770  0x00006496 fetch  0x00000001 , 0x0000455c 
- 00024771  0x00006497 bbit1  0x00000000 , 0x000033e9 
- 00024772  0x00006498 rtn 
- 00024773  0x0000649c jam  0x00000001 , 0x00004662 
- 00024774  0x0000649d rtn 
- 00024775  0x000064a4 jam  0x00000002 , 0x00004662 
- 00024776  0x000064a5 rtn 
- 00024777  0x000064a9 arg  0x00000000 , 0x00000007 
- 00024778  0x000064aa branch  0x000060cd 
- 00024779  0x000064ad arg  0x00000000 , 0x00000007 
- 00024780  0x000064ae branch  0x000060d1 
- 00024781  0x000064b1 fetch  0x00000001 , 0x0000455c 
- 00024782  0x000064b2 qset1  0x0000003f 
- 00024783  0x000064b3 store  0x00000001 , 0x0000455c 
- 00024784  0x000064b4 rtn 
- 00024785  0x000064b7 fetch  0x00000001 , 0x0000455c 
- 00024786  0x000064b8 qset0  0x0000003f 
- 00024787  0x000064b9 store  0x00000001 , 0x0000455c 
- 00024788  0x000064ba rtn 
- 00024789  0x000064be force  0x00000005 , 0x00000007 
- 00024790  0x000064bf call  0x000062a0 
- 00024791  0x000064c0 fetch  0x00000003 , 0x0000465b 
- 00024792  0x000064c1 istore  0x00000003 , 0x00000005 
- 00024793  0x000064c2 branch  0x000062b2 
- 00024794  0x000064c7 rtn 
- 00024795  0x000064c9 force  0x00000009 , 0x00000007 
- 00024796  0x000064ca call  0x000062a0 
- 00024797  0x000064cb fetch  0x00000001 , 0x00000095 
- 00024798  0x000064cc istore  0x00000001 , 0x00000005 
- 00024799  0x000064cd fetch  0x00000002 , 0x00000096 
- 00024800  0x000064ce istore  0x00000002 , 0x00000005 
- 00024801  0x000064cf fetch  0x00000004 , 0x00000091 
- 00024802  0x000064d0 istore  0x00000004 , 0x00000005 
- 00024803  0x000064d1 branch  0x000062b0 
- 00024804  0x000064d4 force  0x00000011 , 0x0000003f 
- 00024805  0x000064d5 call  0x00006298 
- 00024806  0x000064d6 fetch  0x00000001 , 0x00000049 
- 00024807  0x000064d7 copy  0x0000003f , 0x00000002 
- 00024808  0x000064d8 beq  0x00000000 , 0x000060ec 
- 00024809  0x000064d9 beq  0x0000000e , 0x000060ec 
- 00024810  0x000064da beq  0x0000001c , 0x000060ec 
- 00024811  0x000064db rtn 
- 00024812  0x000064dd istore  0x00000001 , 0x00000005 
- 00024813  0x000064de fetch  0x00000001 , 0x00004515 
- 00024814  0x000064df istore  0x00000001 , 0x00000005 
- 00024815  0x000064e0 arg  0x0000000e , 0x00000039 
- 00024816  0x000064e1 setarg  0x00004516 
- 00024817  0x000064e2 iadd  0x00000002 , 0x00000006 
- 00024818  0x000064e3 call  0x00007f01 
- 00024819  0x000064e4 branch  0x000062b0 
- 00024820  0x000064e8 force  0x00000003 , 0x0000003f 
- 00024821  0x000064e9 call  0x00006298 
- 00024822  0x000064ea setarg  0x00000114 
- 00024823  0x000064eb istore  0x00000002 , 0x00000005 
- 00024824  0x000064ec branch  0x000062b0 
- 00024825  0x000064f0 force  0x00000003 , 0x0000003f 
- 00024826  0x000064f1 call  0x00006298 
- 00024827  0x000064f2 fetch  0x00000004 , 0x00000165 
- 00024828  0x000064f3 isub  0x00000022 , 0x0000003f 
- 00024829  0x000064f4 branch  0x000060ff , 0x00000029 
- 00024830  0x000064f5 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00024831  0x000064f8 rshift2  0x0000003f , 0x0000003f 
- 00024832  0x000064f9 set0  0x0000000f , 0x0000003f 
- 00024833  0x000064fa istore  0x00000002 , 0x00000005 
- 00024834  0x000064fb branch  0x000062b0 
- 00024835  0x000064fe force  0x00000006 , 0x0000003f 
- 00024836  0x000064ff call  0x00006298 
- 00024837  0x00006500 fetch  0x00000005 , 0x00004510 
- 00024838  0x00006501 istore  0x00000005 , 0x00000005 
- 00024839  0x00006502 branch  0x000062b0 
- 00024840  0x00006505 force  0x00000009 , 0x0000003f 
- 00024841  0x00006506 call  0x00006298 
- 00024842  0x00006507 fetch  0x00000008 , 0x00004098 
- 00024843  0x00006508 istore  0x00000008 , 0x00000005 
- 00024844  0x00006509 branch  0x000062b0 
- 00024845  0x00006511 force  0x0000000c , 0x00000007 
- 00024846  0x00006512 call  0x000062a0 
- 00024847  0x00006513 setarg  0x00000001 
- 00024848  0x00006514 istore  0x00000001 , 0x00000005 
- 00024849  0x00006515 fetch  0x00000002 , 0x000004ce 
- 00024850  0x00006516 istore  0x00000002 , 0x00000005 
- 00024851  0x00006517 setarg  0x00000000 
- 00024852  0x00006518 istore  0x00000003 , 0x00000005 
- 00024853  0x00006519 setarg  0x00000000 
- 00024854  0x0000651a istore  0x00000004 , 0x00000005 
- 00024855  0x0000651b branch  0x000062b2 
- 00024856  0x0000651e force  0x00000003 , 0x00000007 
- 00024857  0x0000651f call  0x000062a0 
- 00024858  0x00006520 fetch  0x00000001 , 0x0000415a 
- 00024859  0x00006521 istore  0x00000001 , 0x00000005 
- 00024860  0x00006522 disable  0x00000028 
- 00024861  0x00006523 call  0x000062b2 
- 00024862  0x00006524 nrtn  0x00000028 
- 00024863  0x00006525 nrtn  0x00000029 
- 00024864  0x00006526 fetch  0x00000001 , 0x000040d8 
- 00024865  0x00006527 rtnbit0  0x00000000 
- 00024866  0x00006528 call  0x00006132 
- 00024867  0x00006529 branch  0x0000613c 
- 00024868  0x0000652d bpatchx  0x00000084 , 0x00004030 
- 00024869  0x0000652e fetch  0x00000001 , 0x0000409e 
- 00024870  0x0000652f set1  0x00000003 , 0x0000003f 
- 00024871  0x00006530 store  0x00000001 , 0x0000409e 
- 00024872  0x00006531 setarg  0x00000101 
- 00024873  0x00006532 store  0x00000002 , 0x000004ce 
- 00024874  0x00006533 rtn 
- 00024875  0x00006536 bpatchx  0x00000085 , 0x00004030 
- 00024876  0x00006537 fetch  0x00000001 , 0x0000409e 
- 00024877  0x00006538 set0  0x00000003 , 0x0000003f 
- 00024878  0x00006539 store  0x00000001 , 0x0000409e 
- 00024879  0x0000653a setarg  0x00000000 
- 00024880  0x0000653b store  0x00000002 , 0x000004ce 
- 00024881  0x0000653c rtn 
- 00024882  0x0000653f jam  0x00000003 , 0x000040d8 
- 00024883  0x00006540 setarg  0x00000000 
- 00024884  0x00006541 store  0x00000004 , 0x00004142 
- 00024885  0x00006542 arg  0x000040da , 0x00000005 
- 00024886  0x00006543 call  0x00006140 
- 00024887  0x00006544 arg  0x000040e7 , 0x00000005 
- 00024888  0x00006545 call  0x00006140 
- 00024889  0x00006546 arg  0x00004146 , 0x00000005 
- 00024890  0x00006547 call  0x00006140 
- 00024891  0x00006548 branch  0x00006147 
- 00024892  0x0000654a arg  0x000040e7 , 0x00000005 
- 00024893  0x0000654b call  0x00006140 
- 00024894  0x0000654c call  0x00006147 
- 00024895  0x0000654d branch  0x0000614a 
- 00024896  0x00006551 setarg  0x00ffffff 
- 00024897  0x00006552 istore  0x00000003 , 0x00000005 
- 00024898  0x00006553 istore  0x00000003 , 0x00000005 
- 00024899  0x00006554 istore  0x00000003 , 0x00000005 
- 00024900  0x00006555 setarg  0x0000007f 
- 00024901  0x00006556 istore  0x00000001 , 0x00000005 
- 00024902  0x00006557 rtn 
- 00024903  0x00006559 setarg  0x00000000 
- 00024904  0x0000655a store  0x00000002 , 0x000040d6 
- 00024905  0x0000655b rtn 
- 00024906  0x0000655d fetch  0x00000001 , 0x000040d8 
- 00024907  0x0000655e set1  0x00000002 , 0x0000003f 
- 00024908  0x0000655f store  0x00000001 , 0x000040d8 
- 00024909  0x00006560 rtn 
- 00024910  0x00006564 force  0x00000002 , 0x00000007 
- 00024911  0x00006565 call  0x000062a0 
- 00024912  0x00006566 nbranch  0x000062b0 , 0x00000029 
- 00024913  0x00006568 branch  0x000062b2 
- 00024914  0x0000656d force  0x00000002 , 0x0000003f 
- 00024915  0x0000656e call  0x00006298 
- 00024916  0x0000656f fetch  0x00000001 , 0x000004ca 
- 00024917  0x00006570 istore  0x00000001 , 0x00000005 
- 00024918  0x00006571 call  0x000062b2 
- 00024919  0x00006573 fetch  0x00000001 , 0x0000004b 
- 00024920  0x00006574 set1  0x00000003 , 0x0000003f 
- 00024921  0x00006575 store  0x00000001 , 0x0000004b 
- 00024922  0x00006576 jam  0x00000032 , 0x00000072 
- 00024923  0x00006577 rtn 
- 00024924  0x0000657b force  0x00000001 , 0x0000003f 
- 00024925  0x0000657c call  0x00006298 
- 00024926  0x0000657d branch  0x000062b2 
- 00024927  0x0000657f force  0x00000001 , 0x0000003f 
- 00024928  0x00006580 call  0x00006298 
- 00024929  0x00006581 branch  0x000062b0 
- 00024930  0x00006585 force  0x00000002 , 0x0000003f 
- 00024931  0x00006586 call  0x00006298 
- 00024932  0x00006587 fetch  0x00000001 , 0x0000004c 
- 00024933  0x00006588 isolate0  0x00000002 , 0x0000003f 
- 00024934  0x00006589 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00024935  0x0000658a and_into  0x00000001 , 0x0000003f 
- 00024936  0x0000658b istore  0x00000001 , 0x00000005 
- 00024937  0x0000658c branch  0x000062b2 
- 00024938  0x00006590 force  0x00000003 , 0x0000003f 
- 00024939  0x00006591 call  0x00006298 
- 00024940  0x00006592 fetch  0x00000002 , 0x00000051 
- 00024941  0x00006593 istore  0x00000002 , 0x00000005 
- 00024942  0x00006594 branch  0x000062b2 
- 00024943  0x00006597 jam  0x000000fa , 0x00000072 
- 00024944  0x00006598 force  0x00000002 , 0x0000003f 
- 00024945  0x00006599 call  0x00006298 
- 00024946  0x0000659a fetch  0x00000001 , 0x00000053 
- 00024947  0x0000659b istore  0x00000001 , 0x00000005 
- 00024948  0x0000659c branch  0x000062b2 
- 00024949  0x0000659f force  0x0000000a , 0x0000003f 
- 00024950  0x000065a0 call  0x00006298 
- 00024951  0x000065a1 arg  0x00000152 , 0x00000006 
- 00024952  0x000065a2 force  0x00000009 , 0x00000039 
- 00024953  0x000065a4 ifetch  0x00000001 , 0x00000006 
- 00024954  0x000065a5 xor_into  0x00000055 , 0x0000003f 
- 00024955  0x000065a6 istore  0x00000001 , 0x00000005 
- 00024956  0x000065a7 loop  0x00006179 
- 00024957  0x000065a8 branch  0x000062b2 
- 00024958  0x000065ab branch  0x000062b2 
- 00024959  0x000065ad branch  0x000062b2 
- 00024960  0x000065b0 rtn  0x00000029 
- 00024961  0x000065b1 call  0x0000282d 
- 00024962  0x000065b2 force  0x00000009 , 0x0000003f 
- 00024963  0x000065b3 call  0x00006298 
- 00024964  0x000065b4 fetch  0x00000002 , 0x00000171 
- 00024965  0x000065b5 istore  0x00000002 , 0x00000005 
- 00024966  0x000065b6 fetch  0x00000003 , 0x000040a0 
- 00024967  0x000065b7 istore  0x00000003 , 0x00000005 
- 00024968  0x000065b8 fetch  0x00000001 , 0x000040a3 
- 00024969  0x000065b9 istore  0x00000001 , 0x00000005 
- 00024970  0x000065ba fetch  0x00000002 , 0x000040a4 
- 00024971  0x000065bb istore  0x00000002 , 0x00000005 
- 00024972  0x000065bc bmark0  0x00000003 , 0x00006191 
- 00024973  0x000065bd set0  0x00000003 , 0x00000000 
- 00024974  0x000065be call  0x000062b2 
- 00024975  0x000065bf jam  0x00000013 , 0x0000007c 
- 00024976  0x000065c0 rtn 
- 00024977  0x000065c2 call  0x000062b0 
- 00024978  0x000065c3 jam  0x00000003 , 0x0000007c 
- 00024979  0x000065c4 jam  0x00000013 , 0x0000007d 
- 00024980  0x000065c5 rtn 
- 00024981  0x000065c8 arg  0x00000200 , 0x00000002 
- 00024982  0x000065c9 branch  0x00006199 , 0x00000029 
- 00024983  0x000065ca deposit  0x00000028 
- 00024984  0x000065cb branch  0x0000619a 
- 00024985  0x000065cd deposit  0x00000022 
- 00024986  0x000065cf deposit  0x00000021 
- 00024987  0x000065d0 iadd  0x00000002 , 0x0000003f 
- 00024988  0x000065d1 and_into  0x000001fc , 0x0000003f 
- 00024989  0x000065d2 store  0x00000004 , 0x00000034 
- 00024990  0x000065d3 force  0x00000005 , 0x0000003f 
- 00024991  0x000065d4 call  0x00006298 
- 00024992  0x000065d5 fetch  0x00000004 , 0x00000034 
- 00024993  0x000065d6 rshift  0x0000003f , 0x0000003f 
- 00024994  0x000065d7 istore  0x00000004 , 0x00000005 
- 00024995  0x000065d8 branch  0x000062b2 
- 00024996  0x000065db force  0x0000000a , 0x0000003f 
- 00024997  0x000065dc call  0x00006298 
- 00024998  0x000065dd arg  0x000004d9 , 0x00000006 
- 00024999  0x000065de ifetch  0x00000009 , 0x00000006 
- 00025000  0x000065df istore  0x00000009 , 0x00000005 
- 00025001  0x000065e0 branch  0x000062b2 
- 00025002  0x000065e5 force  0x00000003 , 0x0000003f 
- 00025003  0x000065e6 call  0x00006298 
- 00025004  0x000065e7 setarg  0x00000114 
- 00025005  0x000065e8 istore  0x00000002 , 0x00000005 
- 00025006  0x000065e9 branch  0x000062b2 
- 00025007  0x000065ed force  0x00000001 , 0x0000003f 
- 00025008  0x000065ee call  0x00006298 
- 00025009  0x000065f7 branch  0x000062b2 
- 00025010  0x000065fb force  0x00000002 , 0x0000003f 
- 00025011  0x000065fc call  0x00006298 
- 00025012  0x000065fd fetch  0x00000001 , 0x000040d0 
- 00025013  0x000065fe istore  0x00000001 , 0x00000005 
- 00025014  0x000065ff branch  0x000062b2 
- 00025015  0x00006603 force  0x00000002 , 0x0000003f 
- 00025016  0x00006604 call  0x00006298 
- 00025017  0x00006605 setarg  0x00000005 
- 00025018  0x00006606 istore  0x00000001 , 0x00000005 
- 00025019  0x00006607 branch  0x000062b2 
- 00025020  0x0000660b force  0x00000002 , 0x0000003f 
- 00025021  0x0000660c call  0x00006298 
- 00025022  0x0000660d setarg  0x00000000 
- 00025023  0x0000660e istore  0x00000001 , 0x00000005 
- 00025024  0x0000660f branch  0x000062b2 
- 00025025  0x00006613 jam  0x0000002e , 0x0000007c 
- 00025026  0x00006614 rtn 
- 00025027  0x00006616 fetch  0x00000001 , 0x00004092 
- 00025028  0x00006617 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00025029  0x00006618 call  0x000061c1 , 0x00000005 
- 00025030  0x00006619 fetch  0x00000001 , 0x00000030 
- 00025031  0x0000661a set1  0x00000004 , 0x0000003f 
- 00025032  0x0000661b store  0x00000001 , 0x00000030 
- 00025033  0x0000661c copy  0x00000022 , 0x0000003f 
- 00025034  0x0000661d store  0x00000004 , 0x000004e9 
- 00025035  0x0000661e fetch  0x00000001 , 0x000004d1 
- 00025036  0x0000661f bbit1  0x00000003 , 0x000061d4 
- 00025037  0x00006620 set1  0x00000003 , 0x0000003f 
- 00025038  0x00006621 store  0x00000001 , 0x000004d1 
- 00025039  0x00006622 jam  0x00000005 , 0x00000a99 
- 00025040  0x00006623 call  0x00007d86 
- 00025041  0x00006624 force  0x00000001 , 0x0000003f 
- 00025042  0x00006625 call  0x00006298 
- 00025043  0x00006626 branch  0x000062b2 
- 00025044  0x00006628 jam  0x00000000 , 0x00000048 
- 00025045  0x00006629 rtn 
- 00025046  0x0000662c force  0x00000006 , 0x0000003f 
- 00025047  0x0000662d call  0x00006298 
- 00025048  0x0000662e fetch  0x00000005 , 0x00004510 
- 00025049  0x0000662f istore  0x00000005 , 0x00000005 
- 00025050  0x00006630 branch  0x000062b2 
- 00025051  0x00006633 force  0x00000009 , 0x0000003f 
- 00025052  0x00006634 call  0x00006298 
- 00025053  0x00006635 fetch  0x00000008 , 0x00004098 
- 00025054  0x00006636 istore  0x00000008 , 0x00000005 
- 00025055  0x00006637 branch  0x000062b2 
- 00025056  0x0000663a jam  0x00000001 , 0x000009b1 
- 00025057  0x0000663b fetch  0x00000001 , 0x000045b1 
- 00025058  0x0000663c rtnne  0x00000001 
- 00025059  0x0000663d jam  0x00000013 , 0x000009af 
- 00025060  0x0000663e rtn 
- 00025061  0x00006641 call  0x000062ef 
- 00025062  0x00006642 jam  0x00000099 , 0x0000007c 
- 00025063  0x00006643 jam  0x00000003 , 0x000009af 
- 00025064  0x00006644 rtn 
- 00025065  0x00006648 call  0x000062ef 
- 00025066  0x00006649 jam  0x0000003d , 0x0000007c 
- 00025067  0x0000664a jam  0x00000007 , 0x000009af 
- 00025068  0x0000664b rtn 
- 00025069  0x0000664e arg  0x00000a4e , 0x00000011 
- 00025070  0x0000664f arg  0x00000a6e , 0x00000012 
- 00025071  0x00006650 arg  0x00000010 , 0x00000039 
- 00025072  0x00006651 call  0x00007f88 
- 00025073  0x00006652 branch  0x000061f7 , 0x00000005 
- 00025074  0x00006653 jam  0x00000000 , 0x000009af 
- 00025075  0x00006654 call  0x000076da 
- 00025076  0x00006655 jam  0x00000024 , 0x0000007e 
- 00025077  0x00006656 jam  0x00000040 , 0x0000007d 
- 00025078  0x00006657 branch  0x00005d53 
- 00025079  0x00006659 jam  0x0000000a , 0x000009af 
- 00025080  0x0000665a call  0x000076d8 
- 00025081  0x0000665b jam  0x00000040 , 0x0000007d 
- 00025082  0x0000665c branch  0x00005e38 
- 00025083  0x00006661 jam  0x00000040 , 0x0000007c 
- 00025084  0x00006662 rtn 
- 00025085  0x00006669 jam  0x0000003d , 0x0000007c 
- 00025086  0x0000666b rtn 
- 00025087  0x00006672 jam  0x00000000 , 0x000009b6 
- 00025088  0x00006673 force  0x00000004 , 0x0000003f 
- 00025089  0x00006674 call  0x00006298 
- 00025090  0x00006675 force  0x00000001 , 0x0000003f 
- 00025091  0x00006676 istore  0x00000001 , 0x00000005 
- 00025092  0x00006677 force  0x00000001 , 0x0000003f 
- 00025093  0x00006678 istore  0x00000001 , 0x00000005 
- 00025094  0x00006679 force  0x00000030 , 0x0000003f 
- 00025095  0x0000667a istore  0x00000001 , 0x00000005 
- 00025096  0x0000667b call  0x000062fc 
- 00025097  0x0000667c branch  0x000062b2 , 0x00000001 
- 00025098  0x0000667d branch  0x000062b0 
- 00025099  0x00006681 force  0x00000011 , 0x0000003f 
- 00025100  0x00006682 call  0x00006298 
- 00025101  0x00006683 fetch  0x00000001 , 0x000009b6 
- 00025102  0x00006684 arg  0x0000462a , 0x00000006 
- 00025103  0x00006685 iadd  0x00000006 , 0x00000006 
- 00025104  0x00006686 ifetch  0x00000008 , 0x00000006 
- 00025105  0x00006687 istore  0x00000008 , 0x00000005 
- 00025106  0x00006688 ifetch  0x00000008 , 0x00000006 
- 00025107  0x00006689 istore  0x00000008 , 0x00000005 
- 00025108  0x0000668a fetch  0x00000001 , 0x000009b6 
- 00025109  0x0000668b increase  0x00000010 , 0x0000003f 
- 00025110  0x0000668c store  0x00000001 , 0x000009b6 
- 00025111  0x0000668d call  0x000062fc 
- 00025112  0x0000668e branch  0x000062b2 , 0x00000001 
- 00025113  0x0000668f branch  0x000062b0 
- 00025114  0x00006693 jam  0x00000006 , 0x000009ae 
- 00025115  0x00006694 jam  0x0000003f , 0x0000007c 
- 00025116  0x00006695 rtn 
- 00025117  0x00006699 force  0x00000011 , 0x0000003f 
- 00025118  0x0000669a call  0x00006298 
- 00025119  0x0000669b arg  0x00000a4e , 0x00000006 
- 00025120  0x0000669c ifetch  0x00000008 , 0x00000006 
- 00025121  0x0000669d istore  0x00000008 , 0x00000005 
- 00025122  0x0000669e ifetch  0x00000008 , 0x00000006 
- 00025123  0x0000669f istore  0x00000008 , 0x00000005 
- 00025124  0x000066a0 branch  0x000062b0 
- 00025125  0x000066a3 jam  0x00000040 , 0x0000007c 
- 00025126  0x000066a4 rtn 
- 00025127  0x000066a8 call  0x000062fc 
- 00025128  0x000066a9 call  0x00007612 , 0x00000001 
- 00025129  0x000066aa force  0x00000011 , 0x0000003f 
- 00025130  0x000066ab call  0x00006298 
- 00025131  0x000066ac arg  0x00000a1e , 0x00000006 
- 00025132  0x000066ad ifetch  0x00000008 , 0x00000006 
- 00025133  0x000066ae istore  0x00000008 , 0x00000005 
- 00025134  0x000066af ifetch  0x00000008 , 0x00000006 
- 00025135  0x000066b0 istore  0x00000008 , 0x00000005 
- 00025136  0x000066b1 call  0x000062fc 
- 00025137  0x000066b2 nbranch  0x000062b0 , 0x00000001 
- 00025138  0x000066b3 branch  0x000062b2 , 0x00000001 
- 00025139  0x000066b7 jam  0x0000000f , 0x000009af 
- 00025140  0x000066b9 call  0x000062ef 
- 00025141  0x000066ba jam  0x0000000b , 0x0000007c 
- 00025142  0x000066bb call  0x00006307 
- 00025143  0x000066bc branch  0x0000764e , 0x00000001 
- 00025144  0x000066bd branch  0x00007658 
- 00025145  0x000066bf call  0x000062eb 
- 00025146  0x000066c1 jam  0x00000041 , 0x0000007c 
- 00025147  0x000066c2 rtn 
- 00025148  0x000066c5 force  0x00000011 , 0x0000003f 
- 00025149  0x000066c6 call  0x00006298 
- 00025150  0x000066c7 arg  0x00000a4e , 0x00000006 
- 00025151  0x000066c8 ifetch  0x00000008 , 0x00000006 
- 00025152  0x000066c9 istore  0x00000008 , 0x00000005 
- 00025153  0x000066ca ifetch  0x00000008 , 0x00000006 
- 00025154  0x000066cb istore  0x00000008 , 0x00000005 
- 00025155  0x000066cc call  0x000062fc 
- 00025156  0x000066cd nbranch  0x000062b0 , 0x00000001 
- 00025157  0x000066ce branch  0x000062b2 , 0x00000001 
- 00025158  0x000066d1 force  0x00000003 , 0x0000003f 
- 00025159  0x000066d2 call  0x00006298 
- 00025160  0x000066d3 setarg  0x0000fffe 
- 00025161  0x000066d4 istore  0x00000002 , 0x00000005 
- 00025162  0x000066d5 branch  0x000062b0 
- 00025163  0x000066d8 branch  0x000062b2 
- 00025164  0x000066da branch  0x000062b2 
- 00025165  0x000066dc branch  0x000062b2 
- 00025166  0x000066de branch  0x000062b2 
- 00025167  0x000066e4 call  0x0000630b 
- 00025168  0x000066e5 arg  0x000040a0 , 0x00000011 
- 00025169  0x000066e6 call  0x00006311 
- 00025170  0x000066e7 force  0x00000011 , 0x0000003f 
- 00025171  0x000066e8 call  0x00006298 
- 00025172  0x000066e9 arg  0x00000582 , 0x00000011 
- 00025173  0x000066ea arg  0x00000562 , 0x00000012 
- 00025174  0x000066eb call  0x00007352 
- 00025175  0x000066ec nbranch  0x000062a7 , 0x00000029 
- 00025176  0x000066ed branch  0x000062ad 
- 00025177  0x000066f0 call  0x0000630b 
- 00025178  0x000066f1 arg  0x00000040 , 0x00000011 
- 00025179  0x000066f2 call  0x00007255 
- 00025180  0x000066f4 force  0x00000011 , 0x0000003f 
- 00025181  0x000066f5 call  0x00006298 
- 00025182  0x000066f6 arg  0x00000562 , 0x00000006 
- 00025183  0x000066f7 call  0x00007ebf 
- 00025184  0x000066f8 fetch  0x00000001 , 0x00000055 
- 00025185  0x000066f9 beq  0x00000019 , 0x000062b2 
- 00025186  0x000066fa beq  0x00000018 , 0x000062b2 
- 00025187  0x000066fb branch  0x000062ad 
- 00025188  0x000066fe fetch  0x00000001 , 0x000009b5 
- 00025189  0x000066ff branch  0x0000626a , 0x00000034 
- 00025190  0x00006700 call  0x000062fc 
- 00025191  0x00006701 call  0x000062ef , 0x00000001 
- 00025192  0x00006702 ncall  0x000062eb , 0x00000001 
- 00025193  0x00006703 branch  0x0000626b 
- 00025194  0x00006705 call  0x000062ef 
- 00025195  0x00006707 call  0x0000630b 
- 00025196  0x00006708 branch  0x0000625c 
- 00025197  0x0000670b arg  0x000040a0 , 0x00000011 
- 00025198  0x0000670c call  0x00007288 
- 00025199  0x0000670d force  0x00000005 , 0x0000003f 
- 00025200  0x0000670e call  0x00006298 
- 00025201  0x0000670f fetch  0x00000004 , 0x00000592 
- 00025202  0x00006710 istore  0x00000004 , 0x00000005 
- 00025203  0x00006711 arg  0x000004d5 , 0x00000002 
- 00025204  0x00006712 call  0x000062e2 
- 00025205  0x00006713 call  0x00007386 
- 00025206  0x00006714 call  0x000062fc 
- 00025207  0x00006715 branch  0x0000627c , 0x00000001 
- 00025208  0x00006716 jam  0x00000001 , 0x000004d8 
- 00025209  0x00006717 fetch  0x00000001 , 0x000009b5 
- 00025210  0x00006718 rtn  0x00000034 
- 00025211  0x00006719 jam  0x0000000b , 0x0000007c 
- 00025212  0x0000671b fetch  0x00000001 , 0x000041bd 
- 00025213  0x0000671c rtn  0x00000034 
- 00025214  0x0000671e call  0x000062fc 
- 00025215  0x0000671f nbranch  0x00006284 , 0x00000001 
- 00025216  0x00006720 fetch  0x00000001 , 0x000004d7 
- 00025217  0x00006721 rtn  0x00000034 
- 00025218  0x00006722 jam  0x0000000f , 0x0000007c 
- 00025219  0x00006723 rtn 
- 00025220  0x00006725 rtnmark0  0x00000021 
- 00025221  0x00006726 set0  0x00000021 , 0x00000000 
- 00025222  0x00006727 jam  0x0000000f , 0x0000007c 
- 00025223  0x00006728 rtn 
- 00025224  0x0000672d call  0x0000630b 
- 00025225  0x0000672e call  0x0000728b 
- 00025226  0x0000672f force  0x00000011 , 0x0000003f 
- 00025227  0x00006730 call  0x00006298 
- 00025228  0x00006731 arg  0x00000562 , 0x00000006 
- 00025229  0x00006732 call  0x00007ebf 
- 00025230  0x00006733 branch  0x000062ad 
- 00025231  0x00006736 force  0x00000001 , 0x0000003f 
- 00025232  0x00006737 call  0x00006298 
- 00025233  0x00006738 branch  0x000062ad 
- 00025234  0x0000673b force  0x00000002 , 0x0000003f 
- 00025235  0x0000673c call  0x00006298 
- 00025236  0x0000673d force  0x00000010 , 0x0000003f 
- 00025237  0x0000673e istore  0x00000001 , 0x00000005 
- 00025238  0x0000673f store  0x00000001 , 0x00000054 
- 00025239  0x00006740 branch  0x000062ad 
- 00025240  0x00006744 lshift3  0x0000003f , 0x0000003f 
- 00025241  0x00006745 or_into  0x00000007 , 0x0000003f 
- 00025242  0x00006746 store  0x00000001 , 0x000004b6 
- 00025243  0x00006747 arg  0x00000011 , 0x00000039 
- 00025244  0x00006748 arg  0x000004b8 , 0x00000005 
- 00025245  0x00006749 call  0x00007ed4 
- 00025246  0x0000674a arg  0x000004b8 , 0x00000005 
- 00025247  0x0000674b rtn 
- 00025248  0x0000674e and  0x0000003f , 0x0000007f , 0x00000011 
- 00025249  0x0000674f jam  0x0000007f , 0x00000048 
- 00025250  0x00006750 deposit  0x00000007 
- 00025251  0x00006751 call  0x00006298 
- 00025252  0x00006752 deposit  0x00000011 
- 00025253  0x00006753 istore  0x00000001 , 0x00000005 
- 00025254  0x00006754 rtn 
- 00025255  0x00006757 fetch  0x00000001 , 0x00000048 
- 00025256  0x00006758 lshift  0x0000003f , 0x0000003f 
- 00025257  0x00006759 fetcht  0x00000001 , 0x0000004c 
- 00025258  0x0000675a isolate1  0x00000001 , 0x00000002 
- 00025259  0x0000675b setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00025260  0x0000675c branch  0x000062b7 
- 00025261  0x00006760 fetcht  0x00000001 , 0x0000004c 
- 00025262  0x00006761 and_into  0x00000001 , 0x00000002 
- 00025263  0x00006762 branch  0x000062b3 
- 00025264  0x00006765 force  0x00000000 , 0x00000002 
- 00025265  0x00006766 branch  0x000062b3 
- 00025266  0x00006769 force  0x00000001 , 0x00000002 
- 00025267  0x0000676b fetch  0x00000001 , 0x00000048 
- 00025268  0x0000676c lshift  0x0000003f , 0x0000003f 
- 00025269  0x0000676d setflag  0x00000029 , 0x00000000 , 0x0000003f 
- 00025270  0x0000676e ixor  0x00000002 , 0x0000003f 
- 00025271  0x00006770 store  0x00000001 , 0x000004b7 
- 00025272  0x00006771 jam  0x00000000 , 0x00000048 
- 00025273  0x00006772 call  0x000062c7 
- 00025274  0x00006773 enable  0x00000028 
- 00025275  0x00006774 rtn 
- 00025276  0x00006778 fetch  0x00000001 , 0x0000007c 
- 00025277  0x00006779 rtn  0x00000034 
- 00025278  0x0000677a call  0x000062c1 
- 00025279  0x0000677b fetch  0x00000001 , 0x0000007c 
- 00025280  0x0000677c rtn 
- 00025281  0x0000677f bpatchx  0x00000086 , 0x00004030 
- 00025282  0x00006780 fetch  0x00000001 , 0x00000048 
- 00025283  0x00006781 branch  0x000062c7 , 0x00000034 
- 00025284  0x00006782 fetch  0x00000001 , 0x00000078 
- 00025285  0x00006783 nrtn  0x00000034 
- 00025286  0x00006784 branch  0x000062d1 
- 00025287  0x00006786 fetch  0x00000001 , 0x00000078 
- 00025288  0x00006787 branch  0x000062d7 , 0x00000034 
- 00025289  0x00006788 fetch  0x00000003 , 0x00000078 
- 00025290  0x00006789 store  0x00000003 , 0x00000048 
- 00025291  0x0000678a fetcht  0x00000001 , 0x0000007b 
- 00025292  0x0000678b fetch  0x00000001 , 0x0000004c 
- 00025293  0x0000678c set0  0x00000001 , 0x0000003f 
- 00025294  0x0000678d ior  0x00000002 , 0x0000003f 
- 00025295  0x0000678e store  0x00000001 , 0x0000004c 
- 00025296  0x0000678f jam  0x00000000 , 0x00000078 
- 00025297  0x00006791 fetch  0x00000001 , 0x0000007c 
- 00025298  0x00006792 rtn  0x00000034 
- 00025299  0x00006793 fetch  0x00000004 , 0x0000007c 
- 00025300  0x00006794 store  0x00000004 , 0x00000078 
- 00025301  0x00006795 jam  0x00000000 , 0x0000007c 
- 00025302  0x00006796 rtn 
- 00025303  0x00006798 fetch  0x00000001 , 0x0000007c 
- 00025304  0x00006799 rtn  0x00000034 
- 00025305  0x0000679a fetch  0x00000003 , 0x0000007c 
- 00025306  0x0000679b store  0x00000003 , 0x00000048 
- 00025307  0x0000679c fetcht  0x00000001 , 0x0000007f 
- 00025308  0x0000679d fetch  0x00000001 , 0x0000004c 
- 00025309  0x0000679e set0  0x00000001 , 0x0000003f 
- 00025310  0x0000679f ior  0x00000002 , 0x0000003f 
- 00025311  0x000067a0 store  0x00000001 , 0x0000004c 
- 00025312  0x000067a1 jam  0x00000000 , 0x0000007c 
- 00025313  0x000067a2 rtn 
- 00025314  0x000067a6 bpatchx  0x00000087 , 0x00004030 
- 00025315  0x000067a7 fetch  0x00000001 , 0x0000004c 
- 00025316  0x000067a8 copy  0x0000003f , 0x00000013 
- 00025317  0x000067a9 ifetch  0x00000001 , 0x00000002 
- 00025318  0x000067aa call  0x00005e52 
- 00025319  0x000067ab call  0x000062a7 
- 00025320  0x000067ac copy  0x00000013 , 0x0000003f 
- 00025321  0x000067ad store  0x00000001 , 0x0000004c 
- 00025322  0x000067ae rtn 
- 00025323  0x000067b1 fetcht  0x00000001 , 0x0000004c 
- 00025324  0x000067b2 set0  0x00000000 , 0x00000002 
- 00025325  0x000067b3 storet  0x00000001 , 0x0000004c 
- 00025326  0x000067b4 rtn 
- 00025327  0x000067b7 fetcht  0x00000001 , 0x0000004c 
- 00025328  0x000067b8 set1  0x00000000 , 0x00000002 
- 00025329  0x000067b9 storet  0x00000001 , 0x0000004c 
- 00025330  0x000067ba rtn 
- 00025331  0x000067be nsetflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00025332  0x000067bf fetcht  0x00000001 , 0x0000004c 
- 00025333  0x000067c0 ixor  0x00000002 , 0x0000003f 
- 00025334  0x000067c1 isolate1  0x00000001 , 0x0000003f 
- 00025335  0x000067c2 rtn 
- 00025336  0x000067c6 fetch  0x00000001 , 0x0000004c 
- 00025337  0x000067c7 setflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00025338  0x000067c8 store  0x00000001 , 0x0000004c 
- 00025339  0x000067c9 rtn 
- 00025340  0x000067cd fetch  0x00000001 , 0x000009b4 
- 00025341  0x000067ce compare  0x00000001 , 0x0000003f , 0x0000007f 
- 00025342  0x000067cf rtn 
- 00025343  0x000067d1 fetch  0x00000001 , 0x000009b4 
- 00025344  0x000067d2 set1  0x00000007 , 0x0000003f 
- 00025345  0x000067d3 store  0x00000001 , 0x000009b4 
- 00025346  0x000067d4 rtn 
- 00025347  0x000067d6 fetch  0x00000001 , 0x000009b4 
- 00025348  0x000067d7 set0  0x00000007 , 0x0000003f 
- 00025349  0x000067d8 store  0x00000001 , 0x000009b4 
- 00025350  0x000067d9 rtn 
- 00025351  0x000067db fetch  0x00000001 , 0x000009b4 
- 00025352  0x000067dc isolate1  0x00000007 , 0x0000003f 
- 00025353  0x000067dd store  0x00000001 , 0x000009b4 
- 00025354  0x000067de rtn 
- 00025355  0x000067e2 arg  0x00000562 , 0x00000005 
- 00025356  0x000067e4 force  0x00000010 , 0x00000039 
- 00025357  0x000067e7 random  0x0000003f 
- 00025358  0x000067e8 istore  0x00000001 , 0x00000005 
- 00025359  0x000067e9 loop  0x0000630d 
- 00025360  0x000067ea rtn 
- 00025361  0x000067ed call  0x00007259 
- 00025362  0x000067ee arg  0x000041be , 0x00000011 
- 00025363  0x000067ef arg  0x00000592 , 0x00000012 
- 00025364  0x000067f0 ifetch  0x00000008 , 0x00000011 
- 00025365  0x000067f1 fetcht  0x00000001 , 0x00000030 
- 00025366  0x000067f2 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00025367  0x000067f3 storet  0x00000001 , 0x00000030 
- 00025368  0x000067f4 copy  0x00000011 , 0x00000005 
- 00025369  0x000067f5 call  0x00007352 
- 00025370  0x000067f6 branch  0x000021c4 
- 00025371  0x000067fe bpatchx  0x00000088 , 0x00004031 
- 00025372  0x00006800 call  0x000062bc 
- 00025373  0x00006801 nrtn  0x00000034 
- 00025374  0x00006803 fetch  0x00000001 , 0x00000055 
- 00025375  0x00006804 rtn  0x00000034 
- 00025376  0x00006808 beq  0x00000004 , 0x0000636f 
- 00025377  0x00006809 beq  0x00000005 , 0x00006374 
- 00025378  0x0000680a beq  0x00000002 , 0x00006366 
- 00025379  0x0000680b beq  0x00000003 , 0x0000637c 
- 00025380  0x0000680c beq  0x0000000e , 0x00006369 
- 00025381  0x0000680d beq  0x00000006 , 0x00006398 
- 00025382  0x0000680e beq  0x00000007 , 0x000063b0 
- 00025383  0x0000680f beq  0x00000009 , 0x000063b1 
- 00025384  0x00006810 beq  0x0000000a , 0x000063ba 
- 00025385  0x00006811 beq  0x0000000b , 0x000063be 
- 00025386  0x00006812 beq  0x0000000c , 0x00006386 
- 00025387  0x00006813 beq  0x0000000d , 0x00006389 
- 00025388  0x00006814 beq  0x0000000f , 0x0000638f 
- 00025389  0x00006815 beq  0x00000012 , 0x00006359 
- 00025390  0x00006816 beq  0x00000013 , 0x0000637c 
- 00025391  0x00006817 beq  0x00000010 , 0x0000635c 
- 00025392  0x00006818 beq  0x00000014 , 0x00006356 
- 00025393  0x00006819 beq  0x00000015 , 0x0000637c 
- 00025394  0x0000681a beq  0x00000016 , 0x00006350 
- 00025395  0x0000681b beq  0x00000018 , 0x00006355 
- 00025396  0x0000681c beq  0x00000017 , 0x00006349 
- 00025397  0x0000681d beq  0x00000019 , 0x0000634f 
- 00025398  0x0000681e beq  0x0000001a , 0x0000633a 
- 00025399  0x0000681f beq  0x0000001b , 0x00006344 
- 00025400  0x00006820 jam  0x00000000 , 0x00000055 
- 00025401  0x00006822 rtn 
- 00025402  0x00006824 fetch  0x00000001 , 0x000004d1 
- 00025403  0x00006825 rtnbit0  0x00000002 
- 00025404  0x00006826 rtnbit0  0x00000003 
- 00025405  0x00006827 jam  0x00000000 , 0x00000055 
- 00025406  0x00006828 call  0x00006340 
- 00025407  0x00006829 branch  0x00006cef 
- 00025408  0x0000682c fetch  0x00000001 , 0x0000016d 
- 00025409  0x0000682d rtnbit0  0x00000001 
- 00025410  0x0000682e jam  0x0000000a , 0x00000055 
- 00025411  0x0000682f rtn 
- 00025412  0x00006832 arg  0x00000007 , 0x00000007 
- 00025413  0x00006833 call  0x00007f16 
- 00025414  0x00006834 nrtn  0x00000034 
- 00025415  0x00006835 jam  0x0000001a , 0x00000055 
- 00025416  0x00006836 rtn 
- 00025417  0x00006839 fetch  0x00000001 , 0x0000016d 
- 00025418  0x0000683a set0  0x00000000 , 0x0000003f 
- 00025419  0x0000683b store  0x00000001 , 0x0000016d 
- 00025420  0x0000683c jam  0x00000019 , 0x00000055 
- 00025421  0x0000683d jam  0x0000000b , 0x0000007c 
- 00025422  0x0000683e rtn 
- 00025423  0x00006840 rtn 
- 00025424  0x00006842 fetch  0x00000001 , 0x000004d4 
- 00025425  0x00006843 rtnne  0x00000002 
- 00025426  0x00006844 call  0x000063c0 
- 00025427  0x00006845 jam  0x00000018 , 0x00000055 
- 00025428  0x00006846 rtn 
- 00025429  0x00006849 rtn 
- 00025430  0x0000684b jam  0x00000015 , 0x00000055 
- 00025431  0x0000684c jam  0x00000083 , 0x0000007c 
- 00025432  0x0000684d rtn 
- 00025433  0x0000684f jam  0x00000013 , 0x00000055 
- 00025434  0x00006850 jam  0x00000025 , 0x0000007c 
- 00025435  0x00006851 rtn 
- 00025436  0x00006854 fetch  0x00000001 , 0x0000455b 
- 00025437  0x00006855 rtneq  0x00000000 
- 00025438  0x00006856 beq  0x00000001 , 0x00006364 
- 00025439  0x00006857 arg  0x00000006 , 0x00000007 
- 00025440  0x00006858 call  0x00007f16 
- 00025441  0x00006859 nrtn  0x00000034 
- 00025442  0x0000685a jam  0x00000000 , 0x0000455b 
- 00025443  0x0000685b branch  0x0000637d 
- 00025444  0x0000685d rtn  0x00000029 
- 00025445  0x0000685e branch  0x00006398 
- 00025446  0x00006861 jam  0x00000003 , 0x00000055 
- 00025447  0x00006862 jam  0x00000027 , 0x0000007c 
- 00025448  0x00006863 rtn 
- 00025449  0x00006865 jam  0x00000013 , 0x0000007c 
- 00025450  0x00006866 set1  0x00000003 , 0x00000000 
- 00025451  0x00006867 jam  0x00000005 , 0x00000055 
- 00025452  0x00006868 setarg  0x000001ff 
- 00025453  0x00006869 store  0x00000002 , 0x000004d2 
- 00025454  0x0000686a rtn 
- 00025455  0x0000686c jam  0x00000005 , 0x00000055 
- 00025456  0x0000686d jam  0x000000ff , 0x000004d2 
- 00025457  0x0000686e set0  0x00000022 , 0x00000000 
- 00025458  0x0000686f jam  0x00000033 , 0x0000007c 
- 00025459  0x00006870 branch  0x00005d04 
- 00025460  0x00006872 rtnmark1  0x00000022 
- 00025461  0x00006873 fetch  0x00000002 , 0x000004d2 
- 00025462  0x00006874 sub  0x0000003f , 0x00000001 , 0x0000003f 
- 00025463  0x00006875 branch  0x0000637a , 0x00000005 
- 00025464  0x00006876 store  0x00000002 , 0x000004d2 
- 00025465  0x00006877 rtn 
- 00025466  0x00006879 jam  0x0000000e , 0x00000055 
- 00025467  0x0000687a rtn 
- 00025468  0x0000687d rtn 
- 00025469  0x00006880 fetch  0x00000001 , 0x000004d1 
- 00025470  0x00006881 rtnbit0  0x00000003 
- 00025471  0x00006882 rtnbit0  0x00000002 
- 00025472  0x00006883 fetch  0x00000001 , 0x0000016d 
- 00025473  0x00006884 set0  0x00000002 , 0x0000003f 
- 00025474  0x00006885 store  0x00000001 , 0x0000016d 
- 00025475  0x00006886 jam  0x00000013 , 0x0000007c 
- 00025476  0x00006887 jam  0x00000010 , 0x00000055 
- 00025477  0x00006888 rtn 
- 00025478  0x0000688b jam  0x0000000d , 0x00000055 
- 00025479  0x0000688c jam  0x00000031 , 0x0000007c 
- 00025480  0x0000688d rtn 
- 00025481  0x00006890 fetch  0x00000001 , 0x000004d1 
- 00025482  0x00006891 rtnbit0  0x00000002 
- 00025483  0x00006892 jam  0x00000000 , 0x00000055 
- 00025484  0x00006894 rtn 
- 00025485  0x00006896 jam  0x00000006 , 0x00000055 
- 00025486  0x00006897 rtn 
- 00025487  0x0000689a fetch  0x00000001 , 0x000004d2 
- 00025488  0x0000689b increase  0xffffffff , 0x0000003f 
- 00025489  0x0000689c branch  0x00006394 , 0x00000034 
- 00025490  0x0000689d store  0x00000001 , 0x000004d2 
- 00025491  0x0000689e rtn 
- 00025492  0x000068a0 jam  0x00000007 , 0x0000007c 
- 00025493  0x000068a1 jam  0x00000016 , 0x000004ca 
- 00025494  0x000068a2 jam  0x00000000 , 0x00000055 
- 00025495  0x000068a3 rtn 
- 00025496  0x000068a6 fetch  0x00000001 , 0x0000016d 
- 00025497  0x000068a7 bbit1  0x00000002 , 0x0000637d 
- 00025498  0x000068a8 bbit1  0x00000000 , 0x0000639d 
- 00025499  0x000068aa jam  0x0000001a , 0x00000055 
- 00025500  0x000068ab rtn 
- 00025501  0x000068ad fetch  0x00000001 , 0x000041bd 
- 00025502  0x000068ae branch  0x000063a9 , 0x00000034 
- 00025503  0x000068af fetch  0x00000001 , 0x000004d1 
- 00025504  0x000068b0 rtnbit0  0x00000003 
- 00025505  0x000068b1 rtnbit0  0x00000002 
- 00025506  0x000068b2 fetch  0x00000004 , 0x000004e9 
- 00025507  0x000068b3 arg  0x00000064 , 0x00000002 
- 00025508  0x000068b4 iadd  0x00000002 , 0x00000002 
- 00025509  0x000068b5 copy  0x00000022 , 0x0000003f 
- 00025510  0x000068b6 isub  0x00000002 , 0x0000003e 
- 00025511  0x000068b7 nrtn  0x00000002 
- 00025512  0x000068b8 branch  0x00006349 
- 00025513  0x000068bd jam  0x00000016 , 0x00000055 
- 00025514  0x000068be jam  0x00000004 , 0x00004689 
- 00025515  0x000068bf setarg  0x00003030 
- 00025516  0x000068c0 store  0x00000002 , 0x0000468a 
- 00025517  0x000068c1 istore  0x00000002 , 0x00000005 
- 00025518  0x000068c2 jam  0x00000002 , 0x000004d4 
- 00025519  0x000068c3 branch  0x00006350 
- 00025520  0x000068c6 rtn 
- 00025521  0x000068c8 fetch  0x00000001 , 0x0000016d 
- 00025522  0x000068c9 bbit1  0x00000001 , 0x000063b5 
- 00025523  0x000068ca jam  0x0000001a , 0x00000055 
- 00025524  0x000068cb rtn 
- 00025525  0x000068ce fetch  0x00000001 , 0x0000016d 
- 00025526  0x000068cf set0  0x00000001 , 0x0000003f 
- 00025527  0x000068d0 store  0x00000001 , 0x0000016d 
- 00025528  0x000068d1 jam  0x0000000f , 0x0000007c 
- 00025529  0x000068d2 rtn 
- 00025530  0x000068d5 fetch  0x00000001 , 0x000004d8 
- 00025531  0x000068d6 rtn  0x00000034 
- 00025532  0x000068d7 jam  0x00000000 , 0x00000055 
- 00025533  0x000068d8 branch  0x000063b5 
- 00025534  0x000068db jam  0x0000000c , 0x00000055 
- 00025535  0x000068dc rtn 
- 00025536  0x000068df fetch  0x00000001 , 0x0000004b 
- 00025537  0x000068e0 bbit1  0x00000002 , 0x000063c5 
- 00025538  0x000068e1 call  0x000062ef 
- 00025539  0x000068e2 jam  0x00000008 , 0x0000007c 
- 00025540  0x000068e3 branch  0x00004d04 
- 00025541  0x000068e5 fetch  0x00000001 , 0x0000004b 
- 00025542  0x000068e6 set0  0x00000002 , 0x0000003f 
- 00025543  0x000068e7 store  0x00000001 , 0x0000004b 
- 00025544  0x000068e8 call  0x00006001 
- 00025545  0x000068e9 call  0x000062f8 
- 00025546  0x000068ea branch  0x00004d04 
- 00025547  0x000068ed setarg  0x00000004 
- 00025548  0x000068ee store  0x00000001 , 0x00004689 
- 00025549  0x000068ef setarg  0x00003030 
- 00025550  0x000068f0 istore  0x00000002 , 0x00000005 
- 00025551  0x000068f1 istore  0x00000002 , 0x00000005 
- 00025552  0x000068f2 rtn 
- 00025553  0x000068f9 bpatchx  0x0000008c , 0x00004031 
- 00025554  0x000068fa hfetch  0x00000001 , 0x00008073 
- 00025555  0x000068fb arg  0x00000006 , 0x00000002 
- 00025556  0x000068fc ior  0x00000002 , 0x0000003f 
- 00025557  0x000068fd hstore  0x00000001 , 0x00008073 
- 00025558  0x000068fe hfetch  0x00000001 , 0x00008077 
- 00025559  0x000068ff ior  0x00000002 , 0x0000003f 
- 00025560  0x00006900 hstore  0x00000001 , 0x00008077 
- 00025561  0x00006901 call  0x000063ee 
- 00025562  0x00006902 hfetch  0x00000001 , 0x00008077 
- 00025563  0x00006903 set0  0x00000001 , 0x0000003f 
- 00025564  0x00006904 set0  0x00000002 , 0x0000003f 
- 00025565  0x00006905 hstore  0x00000001 , 0x00008077 
- 00025566  0x00006906 nop  0x0000001e 
- 00025567  0x00006907 branch  0x000063f2 
- 00025568  0x0000690a hfetch  0x00000001 , 0x00008073 
- 00025569  0x0000690b arg  0x000000c0 , 0x00000002 
- 00025570  0x0000690c ior  0x00000002 , 0x0000003f 
- 00025571  0x0000690d hstore  0x00000001 , 0x00008073 
- 00025572  0x0000690e hfetch  0x00000001 , 0x00008077 
- 00025573  0x0000690f ior  0x00000002 , 0x0000003f 
- 00025574  0x00006910 hstore  0x00000001 , 0x00008077 
- 00025575  0x00006911 call  0x000063ee 
- 00025576  0x00006912 hfetch  0x00000001 , 0x00008077 
- 00025577  0x00006913 set0  0x00000006 , 0x0000003f 
- 00025578  0x00006914 set0  0x00000007 , 0x0000003f 
- 00025579  0x00006915 hstore  0x00000001 , 0x00008077 
- 00025580  0x00006916 nop  0x0000001e 
- 00025581  0x00006917 branch  0x000063f6 
- 00025582  0x0000691a hfetch  0x00000001 , 0x00008081 
- 00025583  0x0000691b and  0x0000003f , 0x000000fc , 0x0000003f 
- 00025584  0x0000691c hstore  0x00000001 , 0x00008081 
- 00025585  0x0000691d rtn 
- 00025586  0x0000691f hfetch  0x00000001 , 0x00008081 
- 00025587  0x00006920 or  0x0000003f , 0x00000001 , 0x0000003f 
- 00025588  0x00006921 hstore  0x00000001 , 0x00008081 
- 00025589  0x00006922 rtn 
- 00025590  0x00006924 hfetch  0x00000001 , 0x00008081 
- 00025591  0x00006925 or  0x0000003f , 0x00000003 , 0x0000003f 
- 00025592  0x00006926 set0  0x00000004 , 0x0000003f 
- 00025593  0x00006927 hstore  0x00000001 , 0x00008081 
- 00025594  0x00006928 rtn 
- 00025595  0x0000692d copy  0x0000003f , 0x00000012 
- 00025596  0x0000692e call  0x0000640f 
- 00025597  0x0000692f nop  0x00000064 
- 00025598  0x00006930 copy  0x00000012 , 0x0000003f 
- 00025599  0x00006931 call  0x00006414 
- 00025600  0x00006932 copy  0x0000003f , 0x00000012 
- 00025601  0x00006933 call  0x00006411 
- 00025602  0x00006934 nop  0x00000064 
- 00025603  0x00006935 copy  0x00000012 , 0x0000003f 
- 00025604  0x00006936 rtn 
- 00025605  0x00006939 copy  0x0000003f , 0x00000012 
- 00025606  0x0000693a call  0x0000640f 
- 00025607  0x0000693b nop  0x00000064 
- 00025608  0x0000693c copy  0x00000012 , 0x0000003f 
- 00025609  0x0000693d call  0x00006413 
- 00025610  0x0000693e call  0x00006411 
- 00025611  0x0000693f nop  0x00000064 
- 00025612  0x00006940 rtn 
- 00025613  0x00006944 fetcht  0x00000001 , 0x00004214 
- 00025614  0x00006945 branch  0x0000680e 
- 00025615  0x00006949 fetcht  0x00000001 , 0x00004214 
- 00025616  0x0000694a branch  0x00006829 
- 00025617  0x0000694e fetcht  0x00000001 , 0x00004214 
- 00025618  0x0000694f branch  0x00006825 
- 00025619  0x00006953 branch  0x000064ec 
- 00025620  0x00006956 branch  0x000064f3 
- 00025621  0x0000695e nbranch  0x00006419 , 0x00000028 
- 00025622  0x0000695f hfetch  0x00000001 , 0x00008085 
- 00025623  0x00006960 or_into  0x00000002 , 0x0000003f 
- 00025624  0x00006961 hstore  0x00000001 , 0x00008085 
- 00025625  0x00006963 copy  0x00000002 , 0x0000003e 
- 00025626  0x00006964 branch  0x0000641c , 0x00000005 
- 00025627  0x00006965 copy  0x00000013 , 0x0000003d 
- 00025628  0x00006967 isolate0  0x00000000 , 0x0000003e 
- 00025629  0x00006968 branch  0x000064b9 
- 00025630  0x0000696c force  0x00000004 , 0x00000002 
- 00025631  0x0000696e arg  0x000001fe , 0x00000011 
- 00025632  0x0000696f hfetch  0x00000001 , 0x00008085 
- 00025633  0x00006970 and_into  0x000000fd , 0x0000003f 
- 00025634  0x00006971 hstore  0x00000001 , 0x00008085 
- 00025635  0x00006972 call  0x00006419 
- 00025636  0x00006973 arg  0x000055aa , 0x00000011 
- 00025637  0x00006974 fetch  0x00000002 , 0x000001fe 
- 00025638  0x00006975 ifetcht  0x00000002 , 0x00000006 
- 00025639  0x00006976 isub  0x00000011 , 0x0000003e 
- 00025640  0x00006977 rtn 
- 00025641  0x0000697a arg  0x00000002 , 0x00000002 
- 00025642  0x0000697b arg  0x00000204 , 0x00000011 
- 00025643  0x0000697c call  0x00006419 
- 00025644  0x0000697d fetch  0x00000002 , 0x00000204 
- 00025645  0x0000697e store  0x00000002 , 0x000001f7 
- 00025646  0x0000697f call  0x00006430 , 0x00000028 
- 00025647  0x00006980 rtn 
- 00025648  0x00006983 arg  0x00000010 , 0x00000002 
- 00025649  0x00006984 arg  0x00000206 , 0x00000011 
- 00025650  0x00006985 hfetch  0x00000001 , 0x00008085 
- 00025651  0x00006986 and_into  0x000000fd , 0x0000003f 
- 00025652  0x00006987 hstore  0x00000001 , 0x00008085 
- 00025653  0x00006988 call  0x00006419 
- 00025654  0x00006989 arg  0x00000206 , 0x00000006 
- 00025655  0x0000698a arg  0x00000010 , 0x00000039 
- 00025656  0x0000698b call  0x00007478 
- 00025657  0x0000698c call  0x00007428 
- 00025658  0x0000698d call  0x00007491 
- 00025659  0x0000698e branch  0x00007422 
- 00025660  0x00006991 disable  0x0000002d 
- 00025661  0x00006992 call  0x0000641e 
- 00025662  0x00006993 nrtn  0x00000005 
- 00025663  0x00006994 enable  0x0000002d 
- 00025664  0x00006995 jam  0x00000080 , 0x00008023 
- 00025665  0x00006996 jam  0x00000000 , 0x00008022 
- 00025666  0x00006997 jam  0x00000000 , 0x00008024 
- 00025667  0x00006998 arg  0x00008025 , 0x00000011 
- 00025668  0x00006999 call  0x00006415 
- 00025669  0x0000699a jam  0x00000000 , 0x00008023 
- 00025670  0x0000699c arg  0x00000006 , 0x00000002 
- 00025671  0x0000699d call  0x0000641f 
- 00025672  0x0000699e nrtn  0x00000005 
- 00025673  0x0000699f ifetch  0x00000002 , 0x00000006 
- 00025674  0x000069a0 iforce  0x00000011 
- 00025675  0x000069a1 call  0x00006419 
- 00025676  0x000069a2 branch  0x00006446 
- 00025677  0x000069a7 call  0x00007f99 
- 00025678  0x000069a8 setarg  0x00001000 
- 00025679  0x000069a9 store  0x00000002 , 0x000001f7 
- 00025680  0x000069aa arg  0x000065e5 , 0x00000013 
- 00025681  0x000069ab arg  0x00000002 , 0x00000039 
- 00025682  0x000069ad call  0x0000641e 
- 00025683  0x000069ae nrtn  0x00000005 
- 00025684  0x000069af fetch  0x00000002 , 0x000001f7 
- 00025685  0x000069b0 byteswap  0x0000003f , 0x0000003f 
- 00025686  0x000069b1 iadd  0x00000002 , 0x0000003f 
- 00025687  0x000069b2 byteswap  0x0000003f , 0x0000003f 
- 00025688  0x000069b3 store  0x00000002 , 0x000001f7 
- 00025689  0x000069b4 loop  0x00006452 
- 00025690  0x000069b5 branch  0x00006446 
- 00025691  0x000069b8 call  0x00007f99 
- 00025692  0x000069b9 disable  0x00000028 
- 00025693  0x000069ba call  0x0000666a 
- 00025694  0x000069bb setarg  0x00000000 
- 00025695  0x000069bc arg  0x000001f3 , 0x00000011 
- 00025696  0x000069bd arg  0x00000002 , 0x00000002 
- 00025697  0x000069be call  0x000066b3 
- 00025698  0x000069bf fetch  0x00000002 , 0x000001f3 
- 00025699  0x000069c0 bbit0  0x00000007 , 0x0000646e 
- 00025700  0x000069c1 jam  0x00000025 , 0x00008050 
- 00025701  0x000069c2 setarg  0x000007f0 
- 00025702  0x000069c3 arg  0x00000206 , 0x00000011 
- 00025703  0x000069c4 arg  0x00000010 , 0x00000002 
- 00025704  0x000069c5 call  0x000066b3 
- 00025705  0x000069c6 jam  0x00000008 , 0x00008006 
- 00025706  0x000069c7 set1  0x0000002b , 0x00000000 
- 00025707  0x000069c8 arg  0x00000206 , 0x00000006 
- 00025708  0x000069c9 call  0x00007484 
- 00025709  0x000069ca enable  0x00000028 
- 00025710  0x000069cc jam  0x00000000 , 0x000041da 
- 00025711  0x000069ce call  0x000064b0 
- 00025712  0x000069cf fetch  0x00000002 , 0x000001f3 
- 00025713  0x000069d0 byteswap  0x0000003f , 0x0000003f 
- 00025714  0x000069d1 arg  0x000007ff , 0x00000002 
- 00025715  0x000069d2 iand  0x00000002 , 0x0000003f 
- 00025716  0x000069d3 branch  0x0000647b , 0x00000005 
- 00025717  0x000069d4 call  0x0000666f 
- 00025718  0x000069d5 arg  0x000066b8 , 0x00000013 
- 00025719  0x000069d6 call  0x00006430 , 0x00000028 
- 00025720  0x000069d7 call  0x0000643c 
- 00025721  0x000069d8 fetch  0x00000001 , 0x000001f2 
- 00025722  0x000069d9 bbit0  0x00000000 , 0x0000646f 
- 00025723  0x000069dc call  0x0000666d 
- 00025724  0x000069dd jam  0x00000000 , 0x000041da 
- 00025725  0x000069df call  0x000064b0 
- 00025726  0x000069e0 call  0x000065c2 
- 00025727  0x000069e1 fetch  0x00000001 , 0x000001f3 
- 00025728  0x000069e2 bbit1  0x00000006 , 0x0000648e 
- 00025729  0x000069e3 call  0x000064aa 
- 00025730  0x000069e4 nbranch  0x00006486 , 0x0000002d 
- 00025731  0x000069e5 fetch  0x00000001 , 0x000001f2 
- 00025732  0x000069e6 bbit0  0x00000000 , 0x0000647d 
- 00025733  0x000069e7 branch  0x0000649b 
- 00025734  0x000069e9 call  0x000065bf 
- 00025735  0x000069ea fetch  0x00000001 , 0x000001f3 
- 00025736  0x000069eb bbit1  0x00000006 , 0x0000648e 
- 00025737  0x000069ec call  0x000064aa 
- 00025738  0x000069ed nbranch  0x0000648e , 0x0000002d 
- 00025739  0x000069ee fetch  0x00000001 , 0x000001f2 
- 00025740  0x000069ef bbit0  0x00000000 , 0x0000647d 
- 00025741  0x000069f0 branch  0x0000649b 
- 00025742  0x000069f3 jam  0x00000000 , 0x000041da 
- 00025743  0x000069f5 call  0x000064b0 
- 00025744  0x000069f6 fetch  0x00000001 , 0x000001f3 
- 00025745  0x000069f7 bbit1  0x00000005 , 0x0000649b 
- 00025746  0x000069f8 setarg  0x00000000 
- 00025747  0x000069f9 store  0x00000003 , 0x000001f6 
- 00025748  0x000069fa call  0x00006502 
- 00025749  0x000069fb arg  0x00006578 , 0x00000013 
- 00025750  0x000069fc call  0x00006429 
- 00025751  0x000069fd call  0x0000643c 
- 00025752  0x000069fe nbranch  0x0000649b , 0x0000002d 
- 00025753  0x000069ff fetch  0x00000001 , 0x000001f2 
- 00025754  0x00006a00 bbit0  0x00000000 , 0x0000648f 
- 00025755  0x00006a03 bmark1  0x0000002b , 0x0000649d 
- 00025756  0x00006a04 call  0x000064a3 
- 00025757  0x00006a06 fetch  0x00000001 , 0x000001f3 
- 00025758  0x00006a07 bbit0  0x00000004 , 0x000064a3 
- 00025759  0x00006a08 jam  0x00000021 , 0x00008050 
- 00025760  0x00006a09 call  0x00004c0e 
- 00025761  0x00006a0b call  0x00004c2e 
- 00025762  0x00006a0c branch  0x000064a1 
- 00025763  0x00006a0f setarg  0x00000000 
- 00025764  0x00006a10 store  0x00000008 , 0x00000206 
- 00025765  0x00006a11 store  0x00000008 , 0x0000020e 
- 00025766  0x00006a12 force  0x00000004 , 0x00000038 
- 00025767  0x00006a13 call  0x00007492 
- 00025768  0x00006a14 jam  0x00000021 , 0x00008050 
- 00025769  0x00006a15 rtn 
- 00025770  0x00006a19 setarg  0x00000000 
- 00025771  0x00006a1a store  0x00000002 , 0x000001f7 
- 00025772  0x00006a1b arg  0x000065e5 , 0x00000013 
- 00025773  0x00006a1c call  0x000065a3 
- 00025774  0x00006a1d call  0x00006429 
- 00025775  0x00006a1e branch  0x0000643c 
- 00025776  0x00006a22 fetch  0x00000001 , 0x000041da 
- 00025777  0x00006a23 increase  0x00000001 , 0x0000003f 
- 00025778  0x00006a24 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00025779  0x00006a25 nbranch  0x000064b6 , 0x00000002 
- 00025780  0x00006a26 store  0x00000001 , 0x000041da 
- 00025781  0x00006a27 rtn 
- 00025782  0x00006a2a call  0x000064a3 
- 00025783  0x00006a2b call  0x00007fa1 
- 00025784  0x00006a2c rtn 
- 00025785  0x00006a31 fetch  0x00000001 , 0x000001f2 
- 00025786  0x00006a32 lshift  0x0000003f , 0x0000003f 
- 00025787  0x00006a33 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00025788  0x00006a34 isolate0  0x0000000f , 0x00000011 
- 00025789  0x00006a35 rtn  0x00000001 
- 00025790  0x00006a36 store  0x00000001 , 0x000001f2 
- 00025791  0x00006a37 rtn 
- 00025792  0x00006a3b hfetch  0x00000001 , 0x00008085 
- 00025793  0x00006a3c rtnbit0  0x00000001 
- 00025794  0x00006a3d branch  0x000064c6 
- 00025795  0x00006a3f hfetch  0x00000001 , 0x0000812c 
- 00025796  0x00006a40 qisolate1  0x0000003f 
- 00025797  0x00006a41 rtn  0x00000001 
- 00025798  0x00006a43 hfetch  0x00000001 , 0x00008108 
- 00025799  0x00006a44 bbit0  0x00000001 , 0x000064c3 
- 00025800  0x00006a45 call  0x00007422 
- 00025801  0x00006a46 branch  0x000064c3 
- 00025802  0x00006a4b fetch  0x00000002 , 0x00004199 
- 00025803  0x00006a4c rtn  0x00000034 
- 00025804  0x00006a4d jam  0x00000080 , 0x00008023 
- 00025805  0x00006a4e jam  0x00000000 , 0x00008022 
- 00025806  0x00006a4f jam  0x00000000 , 0x00008024 
- 00025807  0x00006a50 fetcht  0x00000002 , 0x0000419b 
- 00025808  0x00006a51 lshift2  0x00000002 , 0x00000039 
- 00025809  0x00006a52 iforce  0x00000006 
- 00025810  0x00006a54 ifetch  0x00000001 , 0x00000006 
- 00025811  0x00006a55 hstore  0x00000001 , 0x00008025 
- 00025812  0x00006a56 loop  0x000064d2 
- 00025813  0x00006a57 jam  0x00000000 , 0x00008023 
- 00025814  0x00006a58 rtn 
- 00025815  0x00006a5e bpatchx  0x0000008d , 0x00004031 
- 00025816  0x00006a5f call  0x000064dd 
- 00025817  0x00006a60 branch  0x000063f2 
- 00025818  0x00006a63 call  0x000064dd 
- 00025819  0x00006a64 call  0x000063ee 
- 00025820  0x00006a65 branch  0x000063f6 
- 00025821  0x00006a68 fetch  0x00000001 , 0x00004212 
- 00025822  0x00006a69 hstore  0x00000001 , 0x00008086 
- 00025823  0x00006a6a fetch  0x00000001 , 0x00004213 
- 00025824  0x00006a6b hstore  0x00000001 , 0x00008087 
- 00025825  0x00006a6c setarg  0x000001f5 
- 00025826  0x00006a6d hstore  0x00000002 , 0x0000808a 
- 00025827  0x00006a6e setarg  0x000001fa 
- 00025828  0x00006a6f hstore  0x00000002 , 0x0000808c 
- 00025829  0x00006a70 branch  0x000063ee 
- 00025830  0x00006a73 hfetch  0x00000001 , 0x00008086 
- 00025831  0x00006a74 set1  0x00000007 , 0x0000003f 
- 00025832  0x00006a75 hstore  0x00000001 , 0x00008086 
- 00025833  0x00006a76 set0  0x00000007 , 0x0000003f 
- 00025834  0x00006a77 hstore  0x00000001 , 0x00008086 
- 00025835  0x00006a78 rtn 
- 00025836  0x00006a7d set1  0x00000007 , 0x0000003f 
- 00025837  0x00006a7e store  0x00000002 , 0x000001f5 
- 00025838  0x00006a7f bpatchx  0x0000008e , 0x00004031 
- 00025839  0x00006a80 jam  0x00000002 , 0x00008088 
- 00025840  0x00006a81 jam  0x00000000 , 0x0000808e 
- 00025841  0x00006a82 jam  0x00000002 , 0x00008006 
- 00025842  0x00006a83 branch  0x000064fc 
- 00025843  0x00006a87 force  0x00000001 , 0x00000002 
- 00025844  0x00006a8b store  0x00000001 , 0x000001f5 
- 00025845  0x00006a8c bpatchx  0x0000008f , 0x00004031 
- 00025846  0x00006a8d jam  0x00000001 , 0x00008088 
- 00025847  0x00006a8e hstoret  0x00000002 , 0x0000808e 
- 00025848  0x00006a8f jam  0x00000002 , 0x00008006 
- 00025849  0x00006a90 call  0x000064fc 
- 00025850  0x00006a91 fetch  0x00000001 , 0x000001fa 
- 00025851  0x00006a92 rtn 
- 00025852  0x00006a95 fetch  0x00000002 , 0x000040d6 
- 00025853  0x00006a96 increase  0x00000001 , 0x0000003f 
- 00025854  0x00006a97 store  0x00000002 , 0x000040d6 
- 00025855  0x00006a98 hfetch  0x00000001 , 0x0000812c 
- 00025856  0x00006a99 bbit0  0x00000003 , 0x000064fc 
- 00025857  0x00006a9a rtn 
- 00025858  0x00006a9d jam  0x00000040 , 0x00008086 
- 00025859  0x00006a9e jam  0x00000000 , 0x00008087 
- 00025860  0x00006a9f hfetch  0x00000001 , 0x00008081 
- 00025861  0x00006aa0 set0  0x00000000 , 0x0000003f 
- 00025862  0x00006aa1 set1  0x00000001 , 0x0000003f 
- 00025863  0x00006aa2 hstore  0x00000001 , 0x00008081 
- 00025864  0x00006aa3 setarg  0x00000000 
- 00025865  0x00006aa4 store  0x00000004 , 0x000001f5 
- 00025866  0x00006aa5 rtn 
- 00025867  0x00006aa9 setarg  0x00000000 
- 00025868  0x00006aaa hstore  0x00000002 , 0x0000808e 
- 00025869  0x00006aab setarg  0x00000001 
- 00025870  0x00006aac hstore  0x00000002 , 0x00008088 
- 00025871  0x00006aad setarg  0x000001f5 
- 00025872  0x00006aae hstore  0x00000002 , 0x0000808a 
- 00025873  0x00006aaf jam  0x00000006 , 0x000001f5 
- 00025874  0x00006ab0 jam  0x00000002 , 0x00008006 
- 00025875  0x00006ab1 branch  0x000064fc 
- 00025876  0x00006ac1 disable  0x00000028 
- 00025877  0x00006ac2 copy  0x0000003f , 0x00000012 
- 00025878  0x00006ac3 fetch  0x00000001 , 0x00004239 
- 00025879  0x00006ac4 rtnne  0x00000000 
- 00025880  0x00006ac5 enable  0x00000028 
- 00025881  0x00006ac6 copy  0x00000012 , 0x0000003f 
- 00025882  0x00006ac7 branch  0x00006522 
- 00025883  0x00006acb fetch  0x00000001 , 0x00004239 
- 00025884  0x00006acc beq  0x00000001 , 0x00006522 
- 00025885  0x00006acd beq  0x00000002 , 0x00006528 
- 00025886  0x00006ace beq  0x00000003 , 0x00006530 
- 00025887  0x00006acf beq  0x00000004 , 0x00006537 
- 00025888  0x00006ad0 beq  0x00000005 , 0x0000653d 
- 00025889  0x00006ad1 rtn 
- 00025890  0x00006ad4 store  0x00000003 , 0x00004232 
- 00025891  0x00006ad5 copy  0x00000011 , 0x0000003f 
- 00025892  0x00006ad6 store  0x00000002 , 0x00004235 
- 00025893  0x00006ad7 storet  0x00000002 , 0x00004237 
- 00025894  0x00006ad8 jam  0x00000002 , 0x00004239 
- 00025895  0x00006ad9 branch  0x00006502 
- 00025896  0x00006adb call  0x00006502 
- 00025897  0x00006adc jam  0x00000003 , 0x00004239 
- 00025898  0x00006add call  0x0000650b 
- 00025899  0x00006ade arg  0x000001f5 , 0x00000011 
- 00025900  0x00006adf fetch  0x00000003 , 0x00004232 
- 00025901  0x00006ae0 jam  0x00000004 , 0x00008088 
- 00025902  0x00006ae1 arg  0x00000020 , 0x00000002 
- 00025903  0x00006ae2 branch  0x00006556 
- 00025904  0x00006ae5 call  0x00006502 
- 00025905  0x00006ae6 call  0x0000650b 
- 00025906  0x00006ae7 setarg  0x00000005 
- 00025907  0x00006ae8 call  0x000064f3 
- 00025908  0x00006ae9 rtnbit1  0x00000000 
- 00025909  0x00006aea jam  0x00000004 , 0x00004239 
- 00025910  0x00006aeb rtn 
- 00025911  0x00006aed call  0x00006502 
- 00025912  0x00006aee jam  0x00000005 , 0x00004239 
- 00025913  0x00006aef call  0x0000650b 
- 00025914  0x00006af0 call  0x0000654a 
- 00025915  0x00006af1 call  0x00006552 
- 00025916  0x00006af2 branch  0x00006545 
- 00025917  0x00006af4 call  0x00006502 
- 00025918  0x00006af5 call  0x0000650b 
- 00025919  0x00006af6 setarg  0x00000005 
- 00025920  0x00006af7 call  0x000064f3 
- 00025921  0x00006af8 rtnbit1  0x00000000 
- 00025922  0x00006af9 jam  0x00000000 , 0x00004239 
- 00025923  0x00006afa fetch  0x00000002 , 0x00004201 
- 00025924  0x00006afb branch  0x00007f9c 
- 00025925  0x00006afd fetch  0x00000004 , 0x00000aa2 
- 00025926  0x00006afe fetcht  0x00000002 , 0x00004235 
- 00025927  0x00006aff increase  0xfffffffc , 0x00000002 
- 00025928  0x00006b00 istore  0x00000004 , 0x00000002 
- 00025929  0x00006b01 rtn 
- 00025930  0x00006b03 fetcht  0x00000002 , 0x00004235 
- 00025931  0x00006b04 copy  0x00000002 , 0x00000011 
- 00025932  0x00006b05 increase  0xfffffffc , 0x00000002 
- 00025933  0x00006b06 ifetch  0x00000004 , 0x00000002 
- 00025934  0x00006b07 store  0x00000004 , 0x00000aa2 
- 00025935  0x00006b08 fetcht  0x00000002 , 0x00004237 
- 00025936  0x00006b09 fetch  0x00000003 , 0x00004232 
- 00025937  0x00006b0a rtn 
- 00025938  0x00006b0f increase  0x00000004 , 0x00000002 
- 00025939  0x00006b10 hstoret  0x00000002 , 0x00008088 
- 00025940  0x00006b11 arg  0x00000002 , 0x00000002 
- 00025941  0x00006b12 increase  0xfffffffc , 0x00000011 
- 00025942  0x00006b15 istoret  0x00000001 , 0x00000011 
- 00025943  0x00006b16 rshift16  0x0000003f , 0x00000002 
- 00025944  0x00006b17 istoret  0x00000001 , 0x00000005 
- 00025945  0x00006b18 rshift8  0x0000003f , 0x00000002 
- 00025946  0x00006b19 istoret  0x00000001 , 0x00000005 
- 00025947  0x00006b1a istore  0x00000001 , 0x00000005 
- 00025948  0x00006b1b deposit  0x00000011 
- 00025949  0x00006b1c hstore  0x00000002 , 0x0000808a 
- 00025950  0x00006b1d setarg  0x00000000 
- 00025951  0x00006b1e hstore  0x00000002 , 0x0000808e 
- 00025952  0x00006b1f jam  0x00000002 , 0x00008006 
- 00025953  0x00006b20 branch  0x000064fc 
- 00025954  0x00006b25 hstoret  0x00000002 , 0x0000808e 
- 00025955  0x00006b26 rshift16  0x0000003f , 0x00000002 
- 00025956  0x00006b27 storet  0x00000001 , 0x000001f6 
- 00025957  0x00006b28 rshift8  0x0000003f , 0x00000002 
- 00025958  0x00006b29 storet  0x00000001 , 0x000001f7 
- 00025959  0x00006b2a store  0x00000001 , 0x000001f8 
- 00025960  0x00006b2b setarg  0x00000004 
- 00025961  0x00006b2c hstore  0x00000002 , 0x00008088 
- 00025962  0x00006b2d jam  0x00000003 , 0x000001f5 
- 00025963  0x00006b2e setarg  0x000001f5 
- 00025964  0x00006b2f hstore  0x00000002 , 0x0000808a 
- 00025965  0x00006b30 deposit  0x00000011 
- 00025966  0x00006b31 hstore  0x00000002 , 0x0000808c 
- 00025967  0x00006b32 hfetch  0x00000001 , 0x00008086 
- 00025968  0x00006b33 isolate0  0x0000000f , 0x00000011 
- 00025969  0x00006b34 setflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00025970  0x00006b35 hstore  0x00000001 , 0x00008086 
- 00025971  0x00006b36 jam  0x00000002 , 0x00008006 
- 00025972  0x00006b38 hfetch  0x00000001 , 0x0000812c 
- 00025973  0x00006b39 bbit1  0x00000007 , 0x00006574 
- 00025974  0x00006b3a arg  0x00000003 , 0x00000007 
- 00025975  0x00006b3b branch  0x000064fc 
- 00025976  0x00006b40 hstoret  0x00000002 , 0x0000808e 
- 00025977  0x00006b41 setarg  0x00000004 
- 00025978  0x00006b42 hstore  0x00000002 , 0x00008088 
- 00025979  0x00006b43 jam  0x00000003 , 0x000001f5 
- 00025980  0x00006b44 setarg  0x000001f5 
- 00025981  0x00006b45 hstore  0x00000002 , 0x0000808a 
- 00025982  0x00006b46 deposit  0x00000011 
- 00025983  0x00006b47 hstore  0x00000002 , 0x0000808c 
- 00025984  0x00006b48 hfetch  0x00000001 , 0x00008086 
- 00025985  0x00006b49 isolate0  0x0000000f , 0x00000011 
- 00025986  0x00006b4a setflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00025987  0x00006b4b hstore  0x00000001 , 0x00008086 
- 00025988  0x00006b4c jam  0x00000002 , 0x00008006 
- 00025989  0x00006b4e hfetch  0x00000001 , 0x0000812c 
- 00025990  0x00006b4f bbit1  0x00000007 , 0x00006585 
- 00025991  0x00006b50 arg  0x00000003 , 0x00000007 
- 00025992  0x00006b51 call  0x000064c0 
- 00025993  0x00006b52 call  0x000064fc 
- 00025994  0x00006b53 isolate1  0x00000002 , 0x0000003f 
- 00025995  0x00006b54 call  0x000064b9 
- 00025996  0x00006b55 fetch  0x00000001 , 0x000001f6 
- 00025997  0x00006b56 lshift16  0x0000003f , 0x00000012 
- 00025998  0x00006b57 fetch  0x00000001 , 0x000001f7 
- 00025999  0x00006b58 lshift8  0x0000003f , 0x0000003f 
- 00026000  0x00006b59 ior  0x00000012 , 0x00000012 
- 00026001  0x00006b5a fetch  0x00000001 , 0x000001f8 
- 00026002  0x00006b5b ior  0x00000012 , 0x0000003f 
- 00026003  0x00006b5c iadd  0x00000002 , 0x0000003f 
- 00026004  0x00006b5d store  0x00000001 , 0x000001f8 
- 00026005  0x00006b5e rshift8  0x0000003f , 0x0000003f 
- 00026006  0x00006b5f store  0x00000001 , 0x000001f7 
- 00026007  0x00006b60 rshift8  0x0000003f , 0x0000003f 
- 00026008  0x00006b61 store  0x00000001 , 0x000001f6 
- 00026009  0x00006b62 rtn 
- 00026010  0x00006b68 jam  0x00000001 , 0x00008010 
- 00026011  0x00006b69 rtn 
- 00026012  0x00006b70 jam  0x0000000c , 0x00008091 
- 00026013  0x00006b71 jam  0x0000000d , 0x00008092 
- 00026014  0x00006b72 jam  0x0000000d , 0x00008093 
- 00026015  0x00006b73 jam  0x0000000d , 0x00008094 
- 00026016  0x00006b74 jam  0x0000000d , 0x00008095 
- 00026017  0x00006b75 jam  0x0000000c , 0x00008096 
- 00026018  0x00006b76 branch  0x000065a9 
- 00026019  0x00006b7a jam  0x00000005 , 0x00008091 
- 00026020  0x00006b7b jam  0x00000007 , 0x00008092 
- 00026021  0x00006b7c jam  0x00000007 , 0x00008093 
- 00026022  0x00006b7d jam  0x00000007 , 0x00008094 
- 00026023  0x00006b7e jam  0x00000007 , 0x00008095 
- 00026024  0x00006b7f jam  0x00000005 , 0x00008096 
- 00026025  0x00006b81 hfetch  0x00000001 , 0x0000807b 
- 00026026  0x00006b82 or_into  0x000000c0 , 0x0000003f 
- 00026027  0x00006b83 hstore  0x00000001 , 0x0000807b 
- 00026028  0x00006b84 hfetch  0x00000001 , 0x00008081 
- 00026029  0x00006b85 or_into  0x00000010 , 0x0000003f 
- 00026030  0x00006b86 hstore  0x00000001 , 0x00008081 
- 00026031  0x00006b87 rtn 
- 00026032  0x00006b8c hfetch  0x00000001 , 0x0000812c 
- 00026033  0x00006b8d bbit0  0x00000005 , 0x000065b0 
- 00026034  0x00006b8e rtn 
- 00026035  0x00006b97 hstore  0x00000002 , 0x00008098 
- 00026036  0x00006b98 deposit  0x00000011 
- 00026037  0x00006b99 hstore  0x00000002 , 0x0000809a 
- 00026038  0x00006b9a deposit  0x00000012 
- 00026039  0x00006b9b hstore  0x00000002 , 0x0000809c 
- 00026040  0x00006b9c deposit  0x00000002 
- 00026041  0x00006b9d hstore  0x00000002 , 0x0000809e 
- 00026042  0x00006b9e arg  0x00000001 , 0x00000002 
- 00026043  0x00006b9f nsetflag  0x00000034 , 0x00000001 , 0x00000002 
- 00026044  0x00006ba0 hstore  0x00000001 , 0x00008090 
- 00026045  0x00006ba1 jam  0x00000004 , 0x00008006 
- 00026046  0x00006ba2 branch  0x000065b0 
- 00026047  0x00006ba6 set1  0x00000028 , 0x00000000 
- 00026048  0x00006ba7 jam  0x00000008 , 0x00004211 
- 00026049  0x00006ba8 rtn 
- 00026050  0x00006bab set0  0x00000028 , 0x00000000 
- 00026051  0x00006bac jam  0x00000020 , 0x00004211 
- 00026052  0x00006bad rtn 
- 00026053  0x00006bb1 fetch  0x00000001 , 0x00004203 
- 00026054  0x00006bb2 iadd  0x00000012 , 0x0000003f 
- 00026055  0x00006bb3 store  0x00000001 , 0x000001f7 
- 00026056  0x00006bb4 branch  0x000065cc 
- 00026057  0x00006bb7 fetch  0x00000002 , 0x000001f7 
- 00026058  0x00006bb8 byteswap  0x0000003f , 0x0000003f 
- 00026059  0x00006bb9 store  0x00000001 , 0x000001f7 
- 00026060  0x00006bbf setarg  0x00000003 
- 00026061  0x00006bc0 hstore  0x00000002 , 0x00008098 
- 00026062  0x00006bc1 jam  0x000000a0 , 0x000001f6 
- 00026063  0x00006bc2 jam  0x000000a1 , 0x000001f8 
- 00026064  0x00006bc3 branch  0x000065eb 
- 00026065  0x00006bca storet  0x00000002 , 0x00000aa2 
- 00026066  0x00006bcb call  0x000065d6 
- 00026067  0x00006bcc fetcht  0x00000002 , 0x00000aa2 
- 00026068  0x00006bcd call  0x00006606 
- 00026069  0x00006bce branch  0x000065dd 
- 00026070  0x00006bd1 fetch  0x00000001 , 0x0000423a 
- 00026071  0x00006bd2 rtneq  0x000000ff 
- 00026072  0x00006bd3 bbit0  0x00000006 , 0x000065db 
- 00026073  0x00006bd4 setarg  0x000249f0 
- 00026074  0x00006bd5 call  0x00002a8f 
- 00026075  0x00006bd7 fetcht  0x00000001 , 0x0000423a 
- 00026076  0x00006bd8 branch  0x00006829 
- 00026077  0x00006bdb fetcht  0x00000001 , 0x0000423a 
- 00026078  0x00006bdc branch  0x00006825 
- 00026079  0x00006be2 bpatchx  0x00000090 , 0x00004032 
- 00026080  0x00006be3 bmark1  0x00000028 , 0x000065c5 
- 00026081  0x00006be4 fetch  0x00000002 , 0x00004203 
- 00026082  0x00006be5 iadd  0x00000012 , 0x0000003f 
- 00026083  0x00006be6 byteswap  0x0000003f , 0x0000003f 
- 00026084  0x00006be7 store  0x00000002 , 0x000001f7 
- 00026085  0x00006beb bpatchx  0x00000091 , 0x00004032 
- 00026086  0x00006bec bmark1  0x00000028 , 0x000065c9 
- 00026087  0x00006bed setarg  0x00000004 
- 00026088  0x00006bee hstore  0x00000002 , 0x00008098 
- 00026089  0x00006bef jam  0x000000a0 , 0x000001f6 
- 00026090  0x00006bf0 jam  0x000000a1 , 0x000001f9 
- 00026091  0x00006bf2 setarg  0x000001f6 
- 00026092  0x00006bf3 hstore  0x00000002 , 0x0000809a 
- 00026093  0x00006bf4 hstoret  0x00000002 , 0x0000809e 
- 00026094  0x00006bf5 deposit  0x00000011 
- 00026095  0x00006bf6 hstore  0x00000002 , 0x0000809c 
- 00026096  0x00006bf7 setarg  0x00000002 
- 00026097  0x00006bf8 isolate0  0x0000000f , 0x00000011 
- 00026098  0x00006bf9 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00026099  0x00006bfa hstore  0x00000001 , 0x00008090 
- 00026100  0x00006bfb jam  0x00000004 , 0x00008006 
- 00026101  0x00006bfc arg  0x00000005 , 0x00000007 
- 00026102  0x00006bfd call  0x000064c0 
- 00026103  0x00006bfe call  0x000065b0 
- 00026104  0x00006bff isolate1  0x00000004 , 0x0000003f 
- 00026105  0x00006c00 call  0x000064b9 
- 00026106  0x00006c01 bmark1  0x00000028 , 0x00006601 
- 00026107  0x00006c02 fetch  0x00000002 , 0x000001f7 
- 00026108  0x00006c03 byteswap  0x0000003f , 0x0000003f 
- 00026109  0x00006c04 iadd  0x00000002 , 0x0000003f 
- 00026110  0x00006c05 byteswap  0x0000003f , 0x0000003f 
- 00026111  0x00006c06 store  0x00000002 , 0x000001f7 
- 00026112  0x00006c07 rtn 
- 00026113  0x00006c0a fetch  0x00000001 , 0x000001f7 
- 00026114  0x00006c0b iadd  0x00000002 , 0x0000003f 
- 00026115  0x00006c0c byteswap  0x0000003f , 0x0000003f 
- 00026116  0x00006c0d store  0x00000002 , 0x000001f7 
- 00026117  0x00006c0e rtn 
- 00026118  0x00006c15 fetch  0x00000002 , 0x00004203 
- 00026119  0x00006c16 iadd  0x00000012 , 0x0000003f 
- 00026120  0x00006c1a store  0x00000002 , 0x00000a9a 
- 00026121  0x00006c1b bpatchx  0x00000092 , 0x00004032 
- 00026122  0x00006c1c storet  0x00000002 , 0x00000aa2 
- 00026123  0x00006c1d copy  0x00000011 , 0x0000003f 
- 00026124  0x00006c1e store  0x00000002 , 0x00000ab9 
- 00026125  0x00006c20 call  0x0000661d 
- 00026126  0x00006c22 fetcht  0x00000002 , 0x00000ab2 
- 00026127  0x00006c23 fetch  0x00000002 , 0x00000ab9 
- 00026128  0x00006c24 copy  0x0000003f , 0x00000011 
- 00026129  0x00006c25 fetch  0x00000002 , 0x00000a9a 
- 00026130  0x00006c27 call  0x0000663d 
- 00026131  0x00006c29 fetch  0x00000002 , 0x00000ab2 
- 00026132  0x00006c2a fetcht  0x00000002 , 0x00000ab9 
- 00026133  0x00006c2b iadd  0x00000002 , 0x00000002 
- 00026134  0x00006c2c storet  0x00000002 , 0x00000ab9 
- 00026135  0x00006c2d fetcht  0x00000002 , 0x00000a9a 
- 00026136  0x00006c2e iadd  0x00000002 , 0x00000002 
- 00026137  0x00006c2f storet  0x00000002 , 0x00000a9a 
- 00026138  0x00006c30 fetch  0x00000002 , 0x00000aa2 
- 00026139  0x00006c31 nbranch  0x0000660d , 0x00000034 
- 00026140  0x00006c32 rtn 
- 00026141  0x00006c3b bpatchx  0x00000093 , 0x00004032 
- 00026142  0x00006c3c fetch  0x00000001 , 0x00004211 
- 00026143  0x00006c3d increase  0xffffffff , 0x0000003f 
- 00026144  0x00006c3e fetcht  0x00000002 , 0x00000a9a 
- 00026145  0x00006c3f ior  0x00000002 , 0x0000003f 
- 00026146  0x00006c40 increase  0x00000001 , 0x0000003f 
- 00026147  0x00006c41 store  0x00000003 , 0x00000ab6 
- 00026148  0x00006c43 fetch  0x00000002 , 0x00000aa2 
- 00026149  0x00006c44 iadd  0x00000002 , 0x0000003f 
- 00026150  0x00006c46 fetcht  0x00000003 , 0x00000ab6 
- 00026151  0x00006c47 isub  0x00000002 , 0x0000003f 
- 00026152  0x00006c48 nbranch  0x0000662f , 0x00000002 
- 00026153  0x00006c49 store  0x00000002 , 0x00000aa2 
- 00026154  0x00006c4a fetch  0x00000003 , 0x00000ab6 
- 00026155  0x00006c4b fetcht  0x00000002 , 0x00000a9a 
- 00026156  0x00006c4c isub  0x00000002 , 0x0000003f 
- 00026157  0x00006c4d store  0x00000002 , 0x00000ab2 
- 00026158  0x00006c4e rtn 
- 00026159  0x00006c50 fetch  0x00000002 , 0x00000aa2 
- 00026160  0x00006c51 store  0x00000002 , 0x00000ab2 
- 00026161  0x00006c52 setarg  0x00000000 
- 00026162  0x00006c53 store  0x00000002 , 0x00000aa2 
- 00026163  0x00006c54 rtn 
- 00026164  0x00006c57 increase  0x00000002 , 0x00000002 
- 00026165  0x00006c58 hstoret  0x00000002 , 0x00008098 
- 00026166  0x00006c59 increase  0xfffffffe , 0x00000011 
- 00026167  0x00006c5a ifetcht  0x00000003 , 0x00000011 
- 00026168  0x00006c5b copy  0x00000002 , 0x00000012 
- 00026169  0x00006c5c arg  0x000000a0 , 0x00000002 
- 00026170  0x00006c5d istoret  0x00000001 , 0x00000011 
- 00026171  0x00006c5f istore  0x00000001 , 0x00000005 
- 00026172  0x00006c60 branch  0x0000664a 
- 00026173  0x00006c64 copy  0x0000003f , 0x00000012 
- 00026174  0x00006c65 bpatchx  0x00000094 , 0x00004032 
- 00026175  0x00006c66 bmark1  0x00000028 , 0x00006634 
- 00026176  0x00006c67 copy  0x00000012 , 0x0000003f 
- 00026177  0x00006c68 increase  0x00000003 , 0x00000002 
- 00026178  0x00006c69 hstoret  0x00000002 , 0x00008098 
- 00026179  0x00006c6a increase  0xfffffffd , 0x00000011 
- 00026180  0x00006c6b ifetcht  0x00000003 , 0x00000011 
- 00026181  0x00006c6c copy  0x00000002 , 0x00000012 
- 00026182  0x00006c6d arg  0x000000a0 , 0x00000002 
- 00026183  0x00006c6e istoret  0x00000001 , 0x00000011 
- 00026184  0x00006c6f byteswap  0x0000003f , 0x0000003f 
- 00026185  0x00006c70 istore  0x00000002 , 0x00000005 
- 00026186  0x00006c72 deposit  0x00000011 
- 00026187  0x00006c73 hstore  0x00000002 , 0x0000809a 
- 00026188  0x00006c74 setarg  0x00000000 
- 00026189  0x00006c75 hstore  0x00000002 , 0x0000809e 
- 00026190  0x00006c76 jam  0x00000001 , 0x00008090 
- 00026191  0x00006c77 jam  0x00000004 , 0x00008006 
- 00026192  0x00006c78 call  0x000065b0 
- 00026193  0x00006c79 copy  0x00000012 , 0x0000003f 
- 00026194  0x00006c7a istore  0x00000003 , 0x00000011 
- 00026195  0x00006c7d bpatchx  0x00000095 , 0x00004032 
- 00026196  0x00006c7e jam  0x00000000 , 0x000001f9 
- 00026197  0x00006c80 setarg  0x00000001 
- 00026198  0x00006c81 hstore  0x00000002 , 0x00008098 
- 00026199  0x00006c82 jam  0x000000a0 , 0x000001f6 
- 00026200  0x00006c83 setarg  0x000001f6 
- 00026201  0x00006c84 hstore  0x00000002 , 0x0000809a 
- 00026202  0x00006c85 setarg  0x00000000 
- 00026203  0x00006c86 hstore  0x00000002 , 0x0000809e 
- 00026204  0x00006c87 hstore  0x00000002 , 0x0000809c 
- 00026205  0x00006c88 setarg  0x00000003 
- 00026206  0x00006c89 hstore  0x00000001 , 0x00008090 
- 00026207  0x00006c8a jam  0x00000004 , 0x00008006 
- 00026208  0x00006c8b call  0x000065b0 
- 00026209  0x00006c8c hfetch  0x00000001 , 0x0000812c 
- 00026210  0x00006c8d rtnbit0  0x00000006 
- 00026211  0x00006c8e nop  0x000005dc 
- 00026212  0x00006c8f fetch  0x00000001 , 0x000001f9 
- 00026213  0x00006c90 increase  0x00000001 , 0x0000003f 
- 00026214  0x00006c91 store  0x00000001 , 0x000001f9 
- 00026215  0x00006c92 sub  0x0000003f , 0x00000028 , 0x0000003e 
- 00026216  0x00006c93 nrtn  0x00000002 
- 00026217  0x00006c94 branch  0x00006655 
- 00026218  0x00006c99 jam  0x00000070 , 0x00008973 
- 00026219  0x00006c9a nop  0x00000bb8 
- 00026220  0x00006c9b rtn 
- 00026221  0x00006c9e jam  0x00000030 , 0x00008973 
- 00026222  0x00006c9f rtn 
- 00026223  0x00006ca2 lshift3  0x0000003f , 0x0000003f 
- 00026224  0x00006ca3 hstore  0x00000002 , 0x00008045 
- 00026225  0x00006ca4 jam  0x00000000 , 0x0000804b 
- 00026226  0x00006ca5 rtn 
- 00026227  0x00006ca9 call  0x0000666f 
- 00026228  0x00006caa call  0x000066a0 
- 00026229  0x00006cac ifetcht  0x00000001 , 0x00000011 
- 00026230  0x00006cad increase  0x00000001 , 0x00000011 
- 00026231  0x00006cae force  0x00000000 , 0x00000007 
- 00026232  0x00006cb0 qisolate0  0x00000002 
- 00026233  0x00006cb1 branch  0x00006697 , 0x00000001 
- 00026234  0x00006cb2 hfetch  0x00000001 , 0x00008046 
- 00026235  0x00006cb3 set1  0x00000006 , 0x0000003f 
- 00026236  0x00006cb4 set1  0x00000007 , 0x0000003f 
- 00026237  0x00006cb5 hstore  0x00000001 , 0x00008046 
- 00026238  0x00006cb6 jam  0x00000002 , 0x00008047 
- 00026239  0x00006cb7 jam  0x00000082 , 0x00008047 
- 00026240  0x00006cb8 set0  0x00000007 , 0x0000003f 
- 00026241  0x00006cb9 hstore  0x00000001 , 0x00008046 
- 00026242  0x00006cba jam  0x0000008a , 0x00008047 
- 00026243  0x00006cbb nop  0x0000000b 
- 00026244  0x00006cbc jam  0x000000ca , 0x00008047 
- 00026245  0x00006cbd nop  0x00000021 
- 00026246  0x00006cbe jam  0x0000004a , 0x00008047 
- 00026247  0x00006cbf nop  0x0000002c 
- 00026248  0x00006cc0 jam  0x000000ca , 0x00008047 
- 00026249  0x00006cc1 nop  0x00000016 
- 00026250  0x00006cc2 jam  0x0000008a , 0x00008047 
- 00026251  0x00006cc3 nop  0x00000021 
- 00026252  0x00006cc4 jam  0x00000082 , 0x00008047 
- 00026253  0x00006cc5 nop  0x00000001 
- 00026254  0x00006cc6 jam  0x00000092 , 0x00008047 
- 00026255  0x00006cc7 nop  0x0000000a 
- 00026256  0x00006cc8 jam  0x000000b2 , 0x00008047 
- 00026257  0x00006cc9 hfetch  0x00000001 , 0x00008007 
- 00026258  0x00006cca jam  0x00000092 , 0x00008047 
- 00026259  0x00006ccb nop  0x00000001 
- 00026260  0x00006ccc jam  0x00000082 , 0x00008047 
- 00026261  0x00006ccd qisolate0  0x0000003f 
- 00026262  0x00006cce branch  0x00006678 , 0x00000001 
- 00026263  0x00006cd0 hfetch  0x00000002 , 0x00008045 
- 00026264  0x00006cd1 increase  0x00000001 , 0x0000003f 
- 00026265  0x00006cd2 hstore  0x00000002 , 0x00008045 
- 00026266  0x00006cd3 increase  0x00000001 , 0x00000007 
- 00026267  0x00006cd4 compare  0x00000008 , 0x00000007 , 0x0000000f 
- 00026268  0x00006cd5 nbranch  0x00006678 , 0x00000001 
- 00026269  0x00006cd6 loop  0x00006675 
- 00026270  0x00006cd7 jam  0x00000083 , 0x00008047 
- 00026271  0x00006cd8 rtn 
- 00026272  0x00006cdb jam  0x00000082 , 0x00008047 
- 00026273  0x00006cdc nop  0x0000000c 
- 00026274  0x00006cdd jam  0x00000080 , 0x00008047 
- 00026275  0x00006cde jam  0x00000082 , 0x00008047 
- 00026276  0x00006cdf nop  0x00000096 
- 00026277  0x00006ce0 rtn 
- 00026278  0x00006ce4 call  0x000066a0 
- 00026279  0x00006ce5 jam  0x000000a2 , 0x00008047 
- 00026280  0x00006ce6 deposit  0x00000011 
- 00026281  0x00006ce7 hstore  0x00000002 , 0x00008048 
- 00026282  0x00006ce8 set1  0x0000000b , 0x00000002 
- 00026283  0x00006ce9 isolate0  0x0000000f , 0x0000003f 
- 00026284  0x00006cea setflag  0x00000001 , 0x0000000f , 0x00000002 
- 00026285  0x00006ceb hstoret  0x00000002 , 0x0000804a 
- 00026286  0x00006cec jam  0x00000001 , 0x00008006 
- 00026287  0x00006ced rtn 
- 00026288  0x00006cf0 hfetch  0x00000001 , 0x0000812c 
- 00026289  0x00006cf1 bbit0  0x00000001 , 0x000066b0 
- 00026290  0x00006cf2 rtn 
- 00026291  0x00006cf6 call  0x0000666f 
- 00026292  0x00006cf7 call  0x000066a6 
- 00026293  0x00006cf8 call  0x000066b0 
- 00026294  0x00006cf9 jam  0x00000083 , 0x00008047 
- 00026295  0x00006cfa rtn 
- 00026296  0x00006d00 hfetch  0x00000002 , 0x00008124 
- 00026297  0x00006d01 hstore  0x00000002 , 0x00008045 
- 00026298  0x00006d02 call  0x000066a6 
- 00026299  0x00006d03 arg  0x00000001 , 0x00000007 
- 00026300  0x00006d04 call  0x000064c0 
- 00026301  0x00006d05 call  0x000066b0 
- 00026302  0x00006d06 isolate1  0x00000000 , 0x0000003f 
- 00026303  0x00006d07 call  0x000064b9 
- 00026304  0x00006d08 jam  0x00000083 , 0x00008047 
- 00026305  0x00006d09 rtn 
- 00026306  0x00006d0d hfetch  0x00000002 , 0x0000805e 
- 00026307  0x00006d0e iforce  0x0000000a 
- 00026308  0x00006d0f rtn 
- 00026309  0x00006d12 deposit  0x0000000a 
- 00026310  0x00006d13 hstore  0x00000002 , 0x0000805e 
- 00026311  0x00006d14 rtn 
- 00026312  0x00006d17 deposit  0x00000003 
- 00026313  0x00006d18 hstore  0x00000002 , 0x00008058 
- 00026314  0x00006d19 rtn 
- 00026315  0x00006d1c hfetch  0x00000002 , 0x00008058 
- 00026316  0x00006d1d copy  0x0000003f , 0x00000003 
- 00026317  0x00006d1e rtn 
- 00026318  0x00006d21 fetch  0x00000002 , 0x00004243 
- 00026319  0x00006d22 hstore  0x00000002 , 0x00008052 
- 00026320  0x00006d23 rtn 
- 00026321  0x00006d26 deposit  0x00000039 
- 00026322  0x00006d27 rtn  0x00000034 
- 00026323  0x00006d29 increase  0xfffffff8 , 0x00000039 
- 00026324  0x00006d2a call  0x000066de , 0x00000002 
- 00026325  0x00006d2b rtn  0x00000005 
- 00026326  0x00006d2c branch  0x000066d3 , 0x00000002 
- 00026327  0x00006d2d increase  0x00000008 , 0x00000039 
- 00026328  0x00006d2f increase  0xfffffffc , 0x00000039 
- 00026329  0x00006d30 call  0x000066e1 , 0x00000002 
- 00026330  0x00006d31 rtn  0x00000005 
- 00026331  0x00006d32 branch  0x000066d8 , 0x00000002 
- 00026332  0x00006d33 increase  0x00000004 , 0x00000039 
- 00026333  0x00006d34 branch  0x000066e4 
- 00026334  0x00006d37 ifetch  0x00000008 , 0x00000006 
- 00026335  0x00006d38 istore  0x00000008 , 0x0000000a 
- 00026336  0x00006d39 rtn 
- 00026337  0x00006d3c ifetch  0x00000004 , 0x00000006 
- 00026338  0x00006d3d istore  0x00000004 , 0x0000000a 
- 00026339  0x00006d3e rtn 
- 00026340  0x00006d41 deposit  0x00000039 
- 00026341  0x00006d42 rtn  0x00000034 
- 00026342  0x00006d44 ifetch  0x00000001 , 0x00000006 
- 00026343  0x00006d45 istore  0x00000001 , 0x0000000a 
- 00026344  0x00006d46 loop  0x000066e6 
- 00026345  0x00006d47 rtn 
- 00026346  0x00006d4a deposit  0x00000039 
- 00026347  0x00006d4b rtn  0x00000034 
- 00026348  0x00006d4d increase  0xfffffff8 , 0x00000039 
- 00026349  0x00006d4e call  0x000066f7 , 0x00000002 
- 00026350  0x00006d4f rtn  0x00000005 
- 00026351  0x00006d50 branch  0x000066ec , 0x00000002 
- 00026352  0x00006d51 increase  0x00000008 , 0x00000039 
- 00026353  0x00006d53 increase  0xfffffffc , 0x00000039 
- 00026354  0x00006d54 call  0x000066fa , 0x00000002 
- 00026355  0x00006d55 rtn  0x00000005 
- 00026356  0x00006d56 branch  0x000066f1 , 0x00000002 
- 00026357  0x00006d57 increase  0x00000004 , 0x00000039 
- 00026358  0x00006d58 branch  0x000066fd 
- 00026359  0x00006d5b ifetch  0x00000008 , 0x00000003 
- 00026360  0x00006d5c istore  0x00000008 , 0x00000005 
- 00026361  0x00006d5d rtn 
- 00026362  0x00006d60 ifetch  0x00000004 , 0x00000003 
- 00026363  0x00006d61 istore  0x00000004 , 0x00000005 
- 00026364  0x00006d62 rtn 
- 00026365  0x00006d66 deposit  0x00000039 
- 00026366  0x00006d67 rtn  0x00000034 
- 00026367  0x00006d69 ifetch  0x00000001 , 0x00000003 
- 00026368  0x00006d6a istore  0x00000001 , 0x00000005 
- 00026369  0x00006d6b loop  0x000066ff 
- 00026370  0x00006d6c rtn 
- 00026371  0x00006d70 deposit  0x00000039 
- 00026372  0x00006d71 rtn  0x00000034 
- 00026373  0x00006d73 ifetch  0x00000001 , 0x00000003 
- 00026374  0x00006d74 istore  0x00000001 , 0x0000000a 
- 00026375  0x00006d75 loop  0x00006705 
- 00026376  0x00006d76 rtn 
- 00026377  0x00006d7c jam  0x0000003d , 0x00000a99 
- 00026378  0x00006d7d branch  0x00007d86 
- 00026379  0x00006d81 bpatchx  0x00000096 , 0x00004032 
- 00026380  0x00006d82 fetch  0x00000001 , 0x00004217 
- 00026381  0x00006d83 rtn  0x00000034 
- 00026382  0x00006d84 call  0x000067a3 
- 00026383  0x00006d85 call  0x000067a9 , 0x00000005 
- 00026384  0x00006d86 call  0x0000673e 
- 00026385  0x00006d88 fetch  0x00000001 , 0x00004217 
- 00026386  0x00006d89 icopy  0x00000013 
- 00026387  0x00006d8a fetcht  0x00000002 , 0x00004215 
- 00026388  0x00006d8b storet  0x00000002 , 0x0000018c 
- 00026389  0x00006d8d copy  0x00000013 , 0x0000003f 
- 00026390  0x00006d8e branch  0x00006709 , 0x00000034 
- 00026391  0x00006d8f increase  0xffffffff , 0x00000013 
- 00026392  0x00006d90 copy  0x00000002 , 0x00000011 
- 00026393  0x00006d91 ifetch  0x00000001 , 0x00000011 
- 00026394  0x00006d92 fetcht  0x00000001 , 0x00000184 
- 00026395  0x00006d93 isub  0x00000002 , 0x0000003e 
- 00026396  0x00006d94 call  0x00006725 , 0x00000005 
- 00026397  0x00006d95 branch  0x00006721 , 0x00000002 
- 00026398  0x00006d96 ifetch  0x00000001 , 0x00000011 
- 00026399  0x00006d97 increase  0x00000001 , 0x0000003f 
- 00026400  0x00006d98 istore  0x00000001 , 0x00000011 
- 00026401  0x00006d9a fetcht  0x00000002 , 0x0000018c 
- 00026402  0x00006d9b increase  0x00000022 , 0x00000002 
- 00026403  0x00006d9c storet  0x00000002 , 0x0000018c 
- 00026404  0x00006d9d branch  0x00006715 
- 00026405  0x00006da0 setarg  0x00000000 
- 00026406  0x00006da1 istore  0x00000001 , 0x00000011 
- 00026407  0x00006da2 fetch  0x00000001 , 0x00000185 
- 00026408  0x00006da3 istore  0x00000001 , 0x00000005 
- 00026409  0x00006da4 bne  0x00000033 , 0x00006733 
- 00026410  0x00006da5 arg  0x000041be , 0x00000012 
- 00026411  0x00006da7 ifetch  0x00000006 , 0x00000006 
- 00026412  0x00006da8 istore  0x00000008 , 0x00000005 
- 00026413  0x00006da9 setarg  0x00000000 
- 00026414  0x00006daa istore  0x00000008 , 0x00000005 
- 00026415  0x00006dab copy  0x00000012 , 0x00000006 
- 00026416  0x00006dad call  0x00007ebf 
- 00026417  0x00006dae force  0x00000001 , 0x0000003e 
- 00026418  0x00006daf rtn 
- 00026419  0x00006db2 beq  0x00000036 , 0x00006737 
- 00026420  0x00006db3 beq  0x00000037 , 0x0000673b 
- 00026421  0x00006db4 arg  0x00004419 , 0x00000012 
- 00026422  0x00006db5 branch  0x0000672b 
- 00026423  0x00006db8 arg  0x000044d5 , 0x00000006 
- 00026424  0x00006db9 call  0x00007ebf 
- 00026425  0x00006dbb arg  0x00004419 , 0x00000006 
- 00026426  0x00006dbc branch  0x00006730 
- 00026427  0x00006dbf arg  0x000044cd , 0x00000006 
- 00026428  0x00006dc0 call  0x00007ebf 
- 00026429  0x00006dc1 branch  0x00006739 
- 00026430  0x00006dc5 call  0x00007fe9 
- 00026431  0x00006dc6 fetch  0x00000001 , 0x00004217 
- 00026432  0x00006dc7 rtn  0x00000034 
- 00026433  0x00006dc8 fetch  0x00000002 , 0x00004682 
- 00026434  0x00006dc9 bbit1  0x00000000 , 0x00006754 
- 00026435  0x00006dcb bpatchx  0x00000097 , 0x00004032 
- 00026436  0x00006dcc fetch  0x00000001 , 0x0000448e 
- 00026437  0x00006dcd beq  0x00000000 , 0x0000674d 
- 00026438  0x00006dce fetch  0x00000001 , 0x00000454 
- 00026439  0x00006dcf compare  0x000000c0 , 0x0000003f , 0x000000c0 
- 00026440  0x00006dd0 branch  0x0000674d , 0x00000001 
- 00026441  0x00006dd1 compare  0x00000040 , 0x0000003f , 0x000000c0 
- 00026442  0x00006dd2 branch  0x00006752 , 0x00000001 
- 00026443  0x00006dd3 compare  0x00000000 , 0x0000003f , 0x000000c0 
- 00026444  0x00006dd4 branch  0x00006750 , 0x00000001 
- 00026445  0x00006dd6 jam  0x00000035 , 0x00000185 
- 00026446  0x00006dd7 fetch  0x00000006 , 0x0000044f 
- 00026447  0x00006dd8 branch  0x00006757 
- 00026448  0x00006ddb jam  0x00000037 , 0x00000185 
- 00026449  0x00006ddc branch  0x00006757 
- 00026450  0x00006de0 jam  0x00000036 , 0x00000185 
- 00026451  0x00006de1 branch  0x00006757 
- 00026452  0x00006de5 bpatchx  0x00000098 , 0x00004033 
- 00026453  0x00006de6 jam  0x00000033 , 0x00000185 
- 00026454  0x00006de7 fetch  0x00000006 , 0x00000040 
- 00026455  0x00006de9 store  0x00000006 , 0x00000186 
- 00026456  0x00006dea fetch  0x00000002 , 0x00004215 
- 00026457  0x00006deb ifetcht  0x00000001 , 0x0000003f 
- 00026458  0x00006dec pincrease  0x00000001 
- 00026459  0x00006ded store  0x00000002 , 0x0000018c 
- 00026460  0x00006dee storet  0x00000001 , 0x00000184 
- 00026461  0x00006def fetch  0x00000001 , 0x00004217 
- 00026462  0x00006df0 icopy  0x00000013 
- 00026463  0x00006df2 fetch  0x00000002 , 0x0000018c 
- 00026464  0x00006df3 copy  0x0000003f , 0x00000011 
- 00026465  0x00006df4 call  0x0000676f 
- 00026466  0x00006df5 rtn  0x00000028 
- 00026467  0x00006df6 fetcht  0x00000002 , 0x0000018c 
- 00026468  0x00006df7 increase  0x00000022 , 0x00000002 
- 00026469  0x00006df8 storet  0x00000002 , 0x0000018c 
- 00026470  0x00006df9 increase  0xffffffff , 0x00000002 
- 00026471  0x00006dfa ifetch  0x00000001 , 0x00000002 
- 00026472  0x00006dfb store  0x00000001 , 0x00000184 
- 00026473  0x00006dfc increase  0xffffffff , 0x00000013 
- 00026474  0x00006dfd nbranch  0x0000675f , 0x00000005 
- 00026475  0x00006dfe fetch  0x00000001 , 0x00004217 
- 00026476  0x00006dff pincrease  0xffffffff 
- 00026477  0x00006e00 store  0x00000001 , 0x00000184 
- 00026478  0x00006e01 rtn 
- 00026479  0x00006e03 fetch  0x00000001 , 0x00000185 
- 00026480  0x00006e04 bne  0x00000033 , 0x00006776 
- 00026481  0x00006e06 arg  0x00000185 , 0x00000012 
- 00026482  0x00006e07 arg  0x00000007 , 0x00000039 
- 00026483  0x00006e08 call  0x00007f88 
- 00026484  0x00006e09 branch  0x00007fe7 , 0x00000005 
- 00026485  0x00006e0a rtn 
- 00026486  0x00006e0d beq  0x00000036 , 0x00006779 
- 00026487  0x00006e0e beq  0x00000037 , 0x00006794 
- 00026488  0x00006e0f branch  0x00006771 
- 00026489  0x00006e12 ifetcht  0x00000001 , 0x00000011 
- 00026490  0x00006e13 isub  0x00000002 , 0x0000003e 
- 00026491  0x00006e14 nrtn  0x00000005 
- 00026492  0x00006e15 arg  0x00000ac2 , 0x00000005 
- 00026493  0x00006e16 arg  0x00000010 , 0x00000039 
- 00026494  0x00006e17 call  0x00007ed4 
- 00026495  0x00006e18 fetch  0x00000003 , 0x00000452 
- 00026496  0x00006e19 store  0x00000003 , 0x00000ac2 
- 00026497  0x00006e1a call  0x0000678b 
- 00026498  0x00006e1b fetch  0x00000002 , 0x00000adf 
- 00026499  0x00006e1c byteswap  0x0000003f , 0x0000003f 
- 00026500  0x00006e1d lshift8  0x0000003f , 0x00000002 
- 00026501  0x00006e1e ifetch  0x00000001 , 0x00000006 
- 00026502  0x00006e1f iadd  0x00000002 , 0x0000003f 
- 00026503  0x00006e20 fetcht  0x00000003 , 0x0000044f 
- 00026504  0x00006e21 isub  0x00000002 , 0x0000003e 
- 00026505  0x00006e22 branch  0x00007fe7 , 0x00000005 
- 00026506  0x00006e23 rtn 
- 00026507  0x00006e27 arg  0x00000ac2 , 0x00000006 
- 00026508  0x00006e28 call  0x00007486 
- 00026509  0x00006e2a ifetch  0x00000001 , 0x00000011 
- 00026510  0x00006e2b call  0x00007487 
- 00026511  0x00006e2c force  0x00000038 , 0x00000036 
- 00026512  0x00006e2d force  0x00000000 , 0x00000036 
- 00026513  0x00006e2e call  0x0000741d 
- 00026514  0x00006e2f arg  0x00000ad2 , 0x00000005 
- 00026515  0x00006e30 branch  0x00007497 
- 00026516  0x00006e33 ifetcht  0x00000001 , 0x00000011 
- 00026517  0x00006e34 isub  0x00000002 , 0x0000003e 
- 00026518  0x00006e35 nrtn  0x00000005 
- 00026519  0x00006e36 copy  0x00000006 , 0x00000011 
- 00026520  0x00006e37 add  0x00000006 , 0x00000008 , 0x00000013 
- 00026521  0x00006e38 arg  0x000044cd , 0x00000012 
- 00026522  0x00006e39 arg  0x00000008 , 0x00000039 
- 00026523  0x00006e3a call  0x00007f88 
- 00026524  0x00006e3b branch  0x00007fe7 , 0x00000005 
- 00026525  0x00006e3c copy  0x00000013 , 0x00000011 
- 00026526  0x00006e3d arg  0x000044d5 , 0x00000012 
- 00026527  0x00006e3e arg  0x00000008 , 0x00000039 
- 00026528  0x00006e3f call  0x00007f88 
- 00026529  0x00006e40 branch  0x00007fe7 , 0x00000005 
- 00026530  0x00006e41 rtn 
- 00026531  0x00006e44 fetch  0x00000002 , 0x00004215 
- 00026532  0x00006e45 ifetcht  0x00000001 , 0x0000003f 
- 00026533  0x00006e46 pincrease  0x00000022 
- 00026534  0x00006e47 ifetch  0x00000001 , 0x0000003f 
- 00026535  0x00006e48 isub  0x00000002 , 0x0000003e 
- 00026536  0x00006e49 rtn 
- 00026537  0x00006e4c fetch  0x00000001 , 0x00004217 
- 00026538  0x00006e4d icopy  0x00000039 
- 00026539  0x00006e4e fetcht  0x00000002 , 0x00004215 
- 00026540  0x00006e4f setarg  0x00000000 
- 00026541  0x00006e51 istore  0x00000001 , 0x00000002 
- 00026542  0x00006e52 increase  0x00000022 , 0x00000002 
- 00026543  0x00006e53 pincrease  0x00000001 
- 00026544  0x00006e54 loop  0x000067ad 
- 00026545  0x00006e55 rtn 
- 00026546  0x00006e58 bpatchx  0x00000099 , 0x00004033 
- 00026547  0x00006e59 call  0x0000673e 
- 00026548  0x00006e5a fetch  0x00000001 , 0x00000030 
- 00026549  0x00006e5b setflag  0x00000028 , 0x00000006 , 0x0000003f 
- 00026550  0x00006e5c store  0x00000001 , 0x00000030 
- 00026551  0x00006e5d nbranch  0x000067bc , 0x00000028 
- 00026552  0x00006e5e add  0x00000011 , 0x0000000a , 0x00000006 
- 00026553  0x00006e60 arg  0x000041be , 0x00000005 
- 00026554  0x00006e61 call  0x00007ebf 
- 00026555  0x00006e62 branch  0x000067d7 
- 00026556  0x00006e64 jam  0x00000000 , 0x000041bd 
- 00026557  0x00006e65 rtn 
- 00026558  0x00006e68 fetch  0x00000009 , 0x000044cb 
- 00026559  0x00006e69 branch  0x000067ca , 0x00000034 
- 00026560  0x00006e6a call  0x0000673e 
- 00026561  0x00006e6b nbranch  0x000067ca , 0x00000028 
- 00026562  0x00006e6c fetch  0x00000002 , 0x0000018c 
- 00026563  0x00006e6d add  0x0000003f , 0x00000001 , 0x00000006 
- 00026564  0x00006e6e arg  0x000044d5 , 0x00000005 
- 00026565  0x00006e6f call  0x00007ebf 
- 00026566  0x00006e70 arg  0x00004419 , 0x00000005 
- 00026567  0x00006e71 call  0x00007ebf 
- 00026568  0x00006e72 jam  0x00000001 , 0x00004429 
- 00026569  0x00006e73 rtn 
- 00026570  0x00006e76 jam  0x00000000 , 0x00004429 
- 00026571  0x00006e77 rtn 
- 00026572  0x00006e7b fetch  0x00000006 , 0x0000044f 
- 00026573  0x00006e7c store  0x00000006 , 0x00000186 
- 00026574  0x00006e7d jam  0x00000034 , 0x00000185 
- 00026575  0x00006e7e branch  0x000067d3 
- 00026576  0x00006e80 fetch  0x00000006 , 0x00000040 
- 00026577  0x00006e81 store  0x00000006 , 0x00000186 
- 00026578  0x00006e82 jam  0x00000033 , 0x00000185 
- 00026579  0x00006e84 fetch  0x00000001 , 0x00004092 
- 00026580  0x00006e85 beq  0x0000000a , 0x0000670b 
- 00026581  0x00006e86 bbit1  0x00000006 , 0x000042da 
- 00026582  0x00006e87 rtn 
- 00026583  0x00006e8b fetch  0x00000008 , 0x000041be 
- 00026584  0x00006e8c fetcht  0x00000008 , 0x000041c6 
- 00026585  0x00006e8d ior  0x00000002 , 0x0000003f 
- 00026586  0x00006e8e rtn  0x00000034 
- 00026587  0x00006e8f jam  0x00000001 , 0x000041bd 
- 00026588  0x00006e90 rtn 
- 00026589  0x00006e98 bpatchx  0x0000009a , 0x00004033 
- 00026590  0x00006e99 set1  0x00000007 , 0x00000002 
- 00026591  0x00006e9a call  0x0000681d 
- 00026592  0x00006e9b nsetflag  0x00000001 , 0x00000007 , 0x00000002 
- 00026593  0x00006ea1 bpatchx  0x0000009b , 0x00004033 
- 00026594  0x00006ea2 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026595  0x00006ea3 rtn  0x00000005 
- 00026596  0x00006ea4 isolate0  0x00000007 , 0x00000002 
- 00026597  0x00006ea5 and  0x00000002 , 0x0000001f , 0x00000007 
- 00026598  0x00006ea6 fetch  0x00000004 , 0x000000a1 
- 00026599  0x00006ea7 qsetflag  0x00000001 , 0x0000003f 
- 00026600  0x00006ea8 store  0x00000004 , 0x000000a1 
- 00026601  0x00006ea9 fetch  0x00000004 , 0x000000a5 
- 00026602  0x00006eaa nqsetflag  0x00000001 , 0x0000003f 
- 00026603  0x00006eab store  0x00000004 , 0x000000a5 
- 00026604  0x00006eac rtn 
- 00026605  0x00006eb0 bpatchx  0x0000009c , 0x00004033 
- 00026606  0x00006eb1 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026607  0x00006eb2 rtn  0x00000005 
- 00026608  0x00006eb3 isolate0  0x00000007 , 0x00000002 
- 00026609  0x00006eb4 and  0x00000002 , 0x0000001f , 0x00000007 
- 00026610  0x00006eb5 fetch  0x00000004 , 0x000000a1 
- 00026611  0x00006eb6 qset0  0x0000003f 
- 00026612  0x00006eb7 store  0x00000004 , 0x000000a1 
- 00026613  0x00006eb8 fetch  0x00000004 , 0x000000a5 
- 00026614  0x00006eb9 qset0  0x0000003f 
- 00026615  0x00006eba store  0x00000004 , 0x000000a5 
- 00026616  0x00006ebb rtn 
- 00026617  0x00006ebf call  0x000067ed 
- 00026618  0x00006ec0 branch  0x000067fe 
- 00026619  0x00006ec4 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026620  0x00006ec5 rtn  0x00000005 
- 00026621  0x00006ec6 ncall  0x000067e1 , 0x0000002b 
- 00026622  0x00006ec9 arg  0x0000807c , 0x00000005 
- 00026623  0x00006eca call  0x00006830 
- 00026624  0x00006ecb setflip  0x00000007 , 0x00000002 
- 00026625  0x00006ecc arg  0x00008078 , 0x00000005 
- 00026626  0x00006ecd call  0x00006830 
- 00026627  0x00006ece set0  0x00000007 , 0x00000002 
- 00026628  0x00006ecf arg  0x00008070 , 0x00000005 
- 00026629  0x00006ed0 branch  0x00006830 
- 00026630  0x00006ed4 arg  0x0000807c , 0x00000005 
- 00026631  0x00006ed5 call  0x00006830 
- 00026632  0x00006ed6 set0  0x00000007 , 0x00000002 
- 00026633  0x00006ed7 arg  0x00008078 , 0x00000005 
- 00026634  0x00006ed8 call  0x00006830 
- 00026635  0x00006ed9 set0  0x00000007 , 0x00000002 
- 00026636  0x00006eda arg  0x00008070 , 0x00000005 
- 00026637  0x00006edb branch  0x00006830 
- 00026638  0x00006ee0 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026639  0x00006ee1 rtn  0x00000005 
- 00026640  0x00006ee2 setflip  0x00000007 , 0x00000002 
- 00026641  0x00006ee3 call  0x0000682f 
- 00026642  0x00006ee5 set1  0x00000007 , 0x00000002 
- 00026643  0x00006ee6 arg  0x00008070 , 0x00000005 
- 00026644  0x00006ee7 branch  0x00006830 
- 00026645  0x00006eea and  0x00000002 , 0x00000007 , 0x00000007 
- 00026646  0x00006eeb rshift3  0x00000002 , 0x0000003f 
- 00026647  0x00006eec and_into  0x00000003 , 0x0000003f 
- 00026648  0x00006eed iadd  0x00000005 , 0x00000005 
- 00026649  0x00006eee ifetch  0x00000001 , 0x00000005 
- 00026650  0x00006eef rtn 
- 00026651  0x00006ef2 arg  0x00008074 , 0x00000005 
- 00026652  0x00006ef3 branch  0x0000681e 
- 00026653  0x00006ef8 arg  0x0000811c , 0x00000005 
- 00026654  0x00006efa call  0x00006815 
- 00026655  0x00006efb isolate1  0x00000007 , 0x00000002 
- 00026656  0x00006efc branch  0x00006823 , 0x00000001 
- 00026657  0x00006efd qisolate0  0x0000003f 
- 00026658  0x00006efe rtn 
- 00026659  0x00006f00 qisolate1  0x0000003f 
- 00026660  0x00006f01 rtn 
- 00026661  0x00006f04 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026662  0x00006f05 rtn  0x00000005 
- 00026663  0x00006f06 isolate1  0x00000007 , 0x0000003e 
- 00026664  0x00006f07 branch  0x0000682c 
- 00026665  0x00006f0a sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026666  0x00006f0b rtn  0x00000005 
- 00026667  0x00006f0c isolate0  0x00000007 , 0x0000003e 
- 00026668  0x00006f10 setarg  0x00000000 
- 00026669  0x00006f11 nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00026670  0x00006f12 ixor  0x00000002 , 0x00000002 
- 00026671  0x00006f16 arg  0x00008074 , 0x00000005 
- 00026672  0x00006f1a call  0x00006815 
- 00026673  0x00006f1b isolate1  0x00000007 , 0x00000002 
- 00026674  0x00006f1c qsetflag  0x00000001 , 0x0000003f 
- 00026675  0x00006f1d istore  0x00000001 , 0x00000005 
- 00026676  0x00006f1e rtn 
- 00026677  0x00006f21 arg  0xffffffff , 0x00000011 
- 00026678  0x00006f22 hfetch  0x00000001 , 0x00008081 
- 00026679  0x00006f23 compare  0x00000002 , 0x0000003f , 0x00000003 
- 00026680  0x00006f24 call  0x00006878 , 0x00000001 
- 00026681  0x00006f26 compare  0x00000001 , 0x0000003f , 0x00000003 
- 00026682  0x00006f27 call  0x0000687a , 0x00000001 
- 00026683  0x00006f29 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00026684  0x00006f2a call  0x0000687a , 0x00000001 
- 00026685  0x00006f2c isolate1  0x00000002 , 0x0000003f 
- 00026686  0x00006f2d call  0x00006874 , 0x00000001 
- 00026687  0x00006f2f isolate1  0x00000003 , 0x0000003f 
- 00026688  0x00006f30 call  0x00006876 , 0x00000001 
- 00026689  0x00006f32 isolate1  0x00000004 , 0x0000003f 
- 00026690  0x00006f33 call  0x0000687c , 0x00000001 
- 00026691  0x00006f35 isolate1  0x00000006 , 0x0000003f 
- 00026692  0x00006f36 nsetflag  0x00000001 , 0x00000004 , 0x00000011 
- 00026693  0x00006f38 isolate1  0x00000007 , 0x0000003f 
- 00026694  0x00006f39 nsetflag  0x00000001 , 0x00000005 , 0x00000011 
- 00026695  0x00006f3b hfetch  0x00000001 , 0x00008082 
- 00026696  0x00006f3c isolate1  0x00000000 , 0x0000003f 
- 00026697  0x00006f3d nsetflag  0x00000001 , 0x0000001b , 0x00000011 
- 00026698  0x00006f3e isolate1  0x00000001 , 0x0000003f 
- 00026699  0x00006f3f nsetflag  0x00000001 , 0x0000001c , 0x00000011 
- 00026700  0x00006f40 isolate1  0x00000002 , 0x0000003f 
- 00026701  0x00006f41 nsetflag  0x00000001 , 0x00000003 , 0x00000011 
- 00026702  0x00006f42 isolate1  0x00000003 , 0x0000003f 
- 00026703  0x00006f43 nsetflag  0x00000001 , 0x00000008 , 0x00000011 
- 00026704  0x00006f44 isolate1  0x00000004 , 0x0000003f 
- 00026705  0x00006f45 nsetflag  0x00000001 , 0x00000014 , 0x00000011 
- 00026706  0x00006f46 isolate1  0x00000005 , 0x0000003f 
- 00026707  0x00006f47 nsetflag  0x00000001 , 0x00000015 , 0x00000011 
- 00026708  0x00006f48 isolate1  0x00000006 , 0x0000003f 
- 00026709  0x00006f49 nsetflag  0x00000001 , 0x00000016 , 0x00000011 
- 00026710  0x00006f4a isolate1  0x00000007 , 0x0000003f 
- 00026711  0x00006f4b nsetflag  0x00000001 , 0x00000017 , 0x00000011 
- 00026712  0x00006f4d hfetch  0x00000001 , 0x00008080 
- 00026713  0x00006f4e isolate1  0x00000000 , 0x0000003f 
- 00026714  0x00006f4f nsetflag  0x00000001 , 0x00000005 , 0x00000011 
- 00026715  0x00006f50 isolate1  0x00000001 , 0x0000003f 
- 00026716  0x00006f51 nsetflag  0x00000001 , 0x00000006 , 0x00000011 
- 00026717  0x00006f52 isolate1  0x00000002 , 0x0000003f 
- 00026718  0x00006f53 nsetflag  0x00000001 , 0x00000007 , 0x00000011 
- 00026719  0x00006f54 isolate1  0x00000003 , 0x0000003f 
- 00026720  0x00006f55 nsetflag  0x00000001 , 0x00000012 , 0x00000011 
- 00026721  0x00006f56 isolate1  0x00000004 , 0x0000003f 
- 00026722  0x00006f57 nsetflag  0x00000001 , 0x00000013 , 0x00000011 
- 00026723  0x00006f58 isolate1  0x00000005 , 0x0000003f 
- 00026724  0x00006f59 nsetflag  0x00000001 , 0x00000014 , 0x00000011 
- 00026725  0x00006f5a isolate1  0x00000006 , 0x0000003f 
- 00026726  0x00006f5b nsetflag  0x00000001 , 0x00000015 , 0x00000011 
- 00026727  0x00006f5c isolate1  0x00000007 , 0x0000003f 
- 00026728  0x00006f5d nsetflag  0x00000001 , 0x00000016 , 0x00000011 
- 00026729  0x00006f5f hfetch  0x00000001 , 0x00008062 
- 00026730  0x00006f60 isolate1  0x00000004 , 0x0000003f 
- 00026731  0x00006f61 call  0x0000687e , 0x00000001 
- 00026732  0x00006f62 bpatchx  0x0000009d , 0x00004033 
- 00026733  0x00006f64 hfetch  0x00000004 , 0x00008078 
- 00026734  0x00006f65 hfetcht  0x00000004 , 0x0000807c 
- 00026735  0x00006f66 ior  0x00000002 , 0x0000003f 
- 00026736  0x00006f67 invert  0x0000003f , 0x0000003f 
- 00026737  0x00006f68 iand  0x00000011 , 0x0000003f 
- 00026738  0x00006f6a hstore  0x00000004 , 0x00008070 
- 00026739  0x00006f6b rtn 
- 00026740  0x00006f6f arg  0x00000006 , 0x00000007 
- 00026741  0x00006f70 branch  0x00006884 
- 00026742  0x00006f72 arg  0x00000009 , 0x00000007 
- 00026743  0x00006f73 branch  0x00006882 
- 00026744  0x00006f75 arg  0x00000017 , 0x00000007 
- 00026745  0x00006f76 branch  0x00006882 
- 00026746  0x00006f78 arg  0x00000019 , 0x00000007 
- 00026747  0x00006f79 branch  0x00006884 
- 00026748  0x00006f7b arg  0x0000001e , 0x00000007 
- 00026749  0x00006f7c branch  0x00006884 
- 00026750  0x00006f7e arg  0x00000002 , 0x00000007 
- 00026751  0x00006f7f branch  0x00006884 
- 00026752  0x00006f81 arg  0x00000001 , 0x00000039 
- 00026753  0x00006f82 branch  0x00006885 
- 00026754  0x00006f84 arg  0x00000004 , 0x00000039 
- 00026755  0x00006f85 branch  0x00006885 
- 00026756  0x00006f87 arg  0x00000002 , 0x00000039 
- 00026757  0x00006f89 qset0  0x00000011 
- 00026758  0x00006f8a increase  0x00000001 , 0x00000007 
- 00026759  0x00006f8b loop  0x00006885 
- 00026760  0x00006f8c rtn 
- 00026761  0x00006f95 call  0x00006895 
- 00026762  0x00006f96 arg  0x00000006 , 0x00000002 
- 00026763  0x00006f97 branch  0x0000680e 
- 00026764  0x00006f9a call  0x00006889 
- 00026765  0x00006f9b arg  0x00000006 , 0x00000002 
- 00026766  0x00006f9c branch  0x00006825 
- 00026767  0x00006fa1 call  0x00006895 
- 00026768  0x00006fa2 hfetch  0x00000001 , 0x00008078 
- 00026769  0x00006fa3 set1  0x00000007 , 0x0000003f 
- 00026770  0x00006fa4 hstore  0x00000001 , 0x00008078 
- 00026771  0x00006fa5 arg  0x00000007 , 0x00000002 
- 00026772  0x00006fa6 branch  0x000067fb 
- 00026773  0x00006fa9 hfetch  0x00000001 , 0x00008081 
- 00026774  0x00006faa and_into  0x000000fb , 0x0000003f 
- 00026775  0x00006fab hstore  0x00000001 , 0x00008081 
- 00026776  0x00006fac rtn 
- 00026777  0x00006faf hfetch  0x00000001 , 0x00008081 
- 00026778  0x00006fb0 isolate1  0x00000002 , 0x0000003f 
- 00026779  0x00006fb1 rtn 
- 00026780  0x00006fb4 call  0x0000666a 
- 00026781  0x00006fb5 setarg  0x000007e0 
- 00026782  0x00006fb6 arg  0x00004150 , 0x00000011 
- 00026783  0x00006fb7 arg  0x00000002 , 0x00000002 
- 00026784  0x00006fb8 call  0x000066b3 
- 00026785  0x00006fb9 branch  0x0000666d 
- 00026786  0x00006fbd call  0x0000666a 
- 00026787  0x00006fbe setarg  0x000007e2 
- 00026788  0x00006fbf arg  0x0000421d , 0x00000011 
- 00026789  0x00006fc0 arg  0x0000000e , 0x00000002 
- 00026790  0x00006fc1 call  0x000066b3 
- 00026791  0x00006fc2 branch  0x0000666d 
- 00026792  0x00006fc7 bpatchx  0x0000009e , 0x00004033 
- 00026793  0x00006fc9 call  0x000068a2 
- 00026794  0x00006fcb fetch  0x00000001 , 0x0000422d 
- 00026795  0x00006fcc beq  0x00000000 , 0x000068af 
- 00026796  0x00006fcd beq  0x00000001 , 0x000068c3 
- 00026797  0x00006fce beq  0x00000002 , 0x000068d7 
- 00026798  0x00006fcf rtn 
- 00026799  0x00006fd2 fetcht  0x00000002 , 0x00004229 
- 00026800  0x00006fd3 setarg  0x0000aa55 
- 00026801  0x00006fd4 isub  0x00000002 , 0x0000003e 
- 00026802  0x00006fd5 branch  0x000068b8 , 0x00000005 
- 00026803  0x00006fd6 setarg  0x00004dfa 
- 00026804  0x00006fd7 store  0x00000002 , 0x00004227 
- 00026805  0x00006fd8 setarg  0x00004894 
- 00026806  0x00006fd9 store  0x00000002 , 0x00004221 
- 00026807  0x00006fda branch  0x000068c0 
- 00026808  0x00006fdd fetch  0x00000002 , 0x00004227 
- 00026809  0x00006fde nbranch  0x000068bc , 0x00000034 
- 00026810  0x00006fdf setarg  0x00004dfa 
- 00026811  0x00006fe0 store  0x00000002 , 0x00004227 
- 00026812  0x00006fe2 fetch  0x00000002 , 0x00004221 
- 00026813  0x00006fe3 nbranch  0x000068c0 , 0x00000034 
- 00026814  0x00006fe4 setarg  0x00004894 
- 00026815  0x00006fe5 store  0x00000002 , 0x00004221 
- 00026816  0x00006fe7 setarg  0x00000064 
- 00026817  0x00006fe8 store  0x00000002 , 0x0000422b 
- 00026818  0x00006fe9 rtn 
- 00026819  0x00006fec fetcht  0x00000002 , 0x00004229 
- 00026820  0x00006fed setarg  0x0000aa55 
- 00026821  0x00006fee isub  0x00000002 , 0x0000003e 
- 00026822  0x00006fef branch  0x000068cc , 0x00000005 
- 00026823  0x00006ff0 setarg  0x00005932 
- 00026824  0x00006ff1 store  0x00000002 , 0x00004225 
- 00026825  0x00006ff2 setarg  0x00004323 
- 00026826  0x00006ff3 store  0x00000002 , 0x0000421f 
- 00026827  0x00006ff4 branch  0x000068d4 
- 00026828  0x00006ff7 fetch  0x00000002 , 0x00004225 
- 00026829  0x00006ff8 nbranch  0x000068d0 , 0x00000034 
- 00026830  0x00006ff9 setarg  0x00005932 
- 00026831  0x00006ffa store  0x00000002 , 0x00004225 
- 00026832  0x00006ffc fetch  0x00000002 , 0x0000421f 
- 00026833  0x00006ffd nbranch  0x000068d4 , 0x00000034 
- 00026834  0x00006ffe setarg  0x00004323 
- 00026835  0x00006fff store  0x00000002 , 0x0000421f 
- 00026836  0x00007001 setarg  0x00000190 
- 00026837  0x00007002 store  0x00000002 , 0x0000422b 
- 00026838  0x00007003 rtn 
- 00026839  0x00007006 fetcht  0x00000002 , 0x00004229 
- 00026840  0x00007007 setarg  0x0000aa55 
- 00026841  0x00007008 isub  0x00000002 , 0x0000003e 
- 00026842  0x00007009 branch  0x000068e0 , 0x00000005 
- 00026843  0x0000700a setarg  0x00006946 
- 00026844  0x0000700b store  0x00000002 , 0x00004223 
- 00026845  0x0000700c setarg  0x00005377 
- 00026846  0x0000700d store  0x00000002 , 0x0000421d 
- 00026847  0x0000700e branch  0x000068e8 
- 00026848  0x00007011 fetch  0x00000002 , 0x00004223 
- 00026849  0x00007012 nbranch  0x000068e4 , 0x00000034 
- 00026850  0x00007013 setarg  0x00006946 
- 00026851  0x00007014 store  0x00000002 , 0x00004223 
- 00026852  0x00007016 fetch  0x00000002 , 0x0000421d 
- 00026853  0x00007017 nbranch  0x000068e8 , 0x00000034 
- 00026854  0x00007018 setarg  0x00005377 
- 00026855  0x00007019 store  0x00000002 , 0x0000421d 
- 00026856  0x0000701b setarg  0x00000032 
- 00026857  0x0000701c store  0x00000002 , 0x0000422b 
- 00026858  0x0000701d rtn 
- 00026859  0x00007021 fetch  0x00000001 , 0x0000422d 
- 00026860  0x00007022 beq  0x00000000 , 0x000068f0 
- 00026861  0x00007023 beq  0x00000001 , 0x000068f2 
- 00026862  0x00007024 beq  0x00000002 , 0x000068f4 
- 00026863  0x00007025 rtn 
- 00026864  0x00007027 jam  0x000000bf , 0x00008971 
- 00026865  0x00007028 branch  0x000068f8 
- 00026866  0x0000702a jam  0x000000af , 0x00008971 
- 00026867  0x0000702b branch  0x000068f8 
- 00026868  0x0000702d jam  0x0000008f , 0x00008971 
- 00026869  0x0000702e fetch  0x00000001 , 0x0000422e 
- 00026870  0x0000702f hstore  0x00000001 , 0x00008973 
- 00026871  0x00007030 branch  0x000068f8 
- 00026872  0x00007032 bpatchx  0x0000009f , 0x00004033 
- 00026873  0x00007033 hfetch  0x00000001 , 0x00008053 
- 00026874  0x00007034 set1  0x00000007 , 0x0000003f 
- 00026875  0x00007035 hstore  0x00000001 , 0x00008053 
- 00026876  0x00007036 hfetch  0x00000001 , 0x00008973 
- 00026877  0x00007037 or_into  0x00000030 , 0x0000003f 
- 00026878  0x00007038 hstore  0x00000001 , 0x00008973 
- 00026879  0x00007039 jam  0x0000007c , 0x00008906 
- 00026880  0x0000703a jam  0x000000aa , 0x00008972 
- 00026881  0x0000703b nop  0x00001388 
- 00026882  0x0000703c hfetcht  0x00000002 , 0x00008150 
- 00026883  0x0000703d hfetch  0x00000001 , 0x00008053 
- 00026884  0x0000703e set0  0x00000007 , 0x0000003f 
- 00026885  0x0000703f hstore  0x00000001 , 0x00008053 
- 00026886  0x00007040 storet  0x00000002 , 0x0000422f 
- 00026887  0x00007041 rtn 
- 00026888  0x00007044 bpatchx  0x000000a0 , 0x00004034 
- 00026889  0x00007045 fetch  0x00000001 , 0x0000422d 
- 00026890  0x00007046 beq  0x00000000 , 0x0000690e 
- 00026891  0x00007047 beq  0x00000001 , 0x00006912 
- 00026892  0x00007048 beq  0x00000002 , 0x00006916 
- 00026893  0x00007049 rtn 
- 00026894  0x0000704c fetch  0x00000002 , 0x00004227 
- 00026895  0x0000704d fetcht  0x00000002 , 0x00004221 
- 00026896  0x0000704e arg  0x000000c8 , 0x00000013 
- 00026897  0x0000704f branch  0x0000691a 
- 00026898  0x00007052 fetch  0x00000002 , 0x00004225 
- 00026899  0x00007053 fetcht  0x00000002 , 0x0000421f 
- 00026900  0x00007054 arg  0x00000064 , 0x00000013 
- 00026901  0x00007055 branch  0x0000691a 
- 00026902  0x00007058 fetch  0x00000002 , 0x00004223 
- 00026903  0x00007059 fetcht  0x00000002 , 0x0000421d 
- 00026904  0x0000705a arg  0x00000032 , 0x00000013 
- 00026905  0x0000705b branch  0x0000691a 
- 00026906  0x0000705e isub  0x00000002 , 0x00000011 
- 00026907  0x0000705f fetch  0x00000002 , 0x0000422f 
- 00026908  0x00007060 isub  0x00000002 , 0x0000003f 
- 00026909  0x00007061 nbranch  0x00006927 , 0x00000002 
- 00026910  0x00007062 fetcht  0x00000002 , 0x0000422b 
- 00026911  0x00007063 imul32  0x00000002 , 0x00000012 
- 00026912  0x00007064 copy  0x00000013 , 0x0000003f 
- 00026913  0x00007065 imul32  0x00000011 , 0x0000003f 
- 00026914  0x00007066 iadd  0x00000012 , 0x0000003f 
- 00026915  0x00007068 idiv  0x00000011 
- 00026916  0x00007069 call  0x00007f86 
- 00026917  0x0000706a quotient  0x0000003f 
- 00026918  0x0000706b rtn 
- 00026919  0x0000706e copy  0x00000002 , 0x0000003f 
- 00026920  0x0000706f fetcht  0x00000002 , 0x0000422f 
- 00026921  0x00007070 isub  0x00000002 , 0x0000003f 
- 00026922  0x00007071 fetcht  0x00000002 , 0x0000422b 
- 00026923  0x00007072 imul32  0x00000002 , 0x00000012 
- 00026924  0x00007073 copy  0x00000013 , 0x0000003f 
- 00026925  0x00007074 imul32  0x00000011 , 0x0000003f 
- 00026926  0x00007075 isub  0x00000012 , 0x0000003f 
- 00026927  0x00007076 branch  0x00006923 
- 00026928  0x00007082 ifetch  0x00000008 , 0x00000011 
- 00026929  0x00007083 store  0x00000008 , 0x00000a9a 
- 00026930  0x00007084 fetch  0x00000002 , 0x00000a9a 
- 00026931  0x00007085 fetcht  0x00000002 , 0x00000a9c 
- 00026932  0x00007086 isub  0x00000002 , 0x00000011 
- 00026933  0x00007087 fetch  0x00000002 , 0x00000aa0 
- 00026934  0x00007088 isub  0x00000002 , 0x00000012 
- 00026935  0x00007089 fetcht  0x00000002 , 0x00000a9e 
- 00026936  0x0000708a isub  0x00000002 , 0x0000003e 
- 00026937  0x0000708b ncall  0x00006940 , 0x00000002 
- 00026938  0x0000708c mul32  0x00000012 , 0x00000064 , 0x0000003f 
- 00026939  0x0000708d idiv  0x00000011 
- 00026940  0x0000708e call  0x00007f86 
- 00026941  0x0000708f quotient  0x0000003f 
- 00026942  0x00007090 call  0x00006944 , 0x00000034 
- 00026943  0x00007091 rtn 
- 00026944  0x00007093 fetch  0x00000001 , 0x00004231 
- 00026945  0x00007094 set1  0x00000000 , 0x0000003f 
- 00026946  0x00007095 store  0x00000001 , 0x00004231 
- 00026947  0x00007096 rtn 
- 00026948  0x00007098 fetcht  0x00000001 , 0x00004231 
- 00026949  0x00007099 set1  0x00000001 , 0x00000002 
- 00026950  0x0000709a storet  0x00000001 , 0x00004231 
- 00026951  0x0000709b rtn 
- 00026952  0x000070a1 fetch  0x00000002 , 0x0000423d 
- 00026953  0x000070a2 ifetch  0x00000001 , 0x0000003f 
- 00026954  0x000070a4 rtn  0x00000034 
- 00026955  0x000070a5 copy  0x0000003f , 0x00000039 
- 00026956  0x000070a7 fetch  0x00000002 , 0x0000423d 
- 00026957  0x000070a8 increase  0x00000003 , 0x0000003f 
- 00026958  0x000070a9 copy  0x0000003f , 0x00000011 
- 00026959  0x000070ab ifetcht  0x00000001 , 0x00000011 
- 00026960  0x000070ac call  0x000067fb 
- 00026961  0x000070ad increase  0x00000001 , 0x00000011 
- 00026962  0x000070ae loop  0x0000694f 
- 00026963  0x000070b0 rtn 
- 00026964  0x000070b3 fetch  0x00000002 , 0x0000423d 
- 00026965  0x000070b4 increase  0x00000003 , 0x0000003f 
- 00026966  0x000070b5 copy  0x0000003f , 0x00000011 
- 00026967  0x000070b7 force  0x00000000 , 0x00000012 
- 00026968  0x000070b8 jam  0x00000000 , 0x00000b12 
- 00026969  0x000070ba ifetcht  0x00000001 , 0x00000011 
- 00026970  0x000070bb call  0x0000681d 
- 00026971  0x000070bc bpatchx  0x000000a1 , 0x00004034 
- 00026972  0x000070bd fetch  0x00000002 , 0x00000b12 
- 00026973  0x000070be copy  0x00000012 , 0x00000007 
- 00026974  0x000070bf qsetflag  0x00000001 , 0x0000003f 
- 00026975  0x000070c0 store  0x00000002 , 0x00000b12 
- 00026976  0x000070c1 increase  0x00000001 , 0x00000011 
- 00026977  0x000070c2 increase  0x00000001 , 0x00000012 
- 00026978  0x000070c3 fetch  0x00000002 , 0x0000423d 
- 00026979  0x000070c4 ifetch  0x00000001 , 0x0000003f 
- 00026980  0x000070c6 ixor  0x00000012 , 0x0000003e 
- 00026981  0x000070c7 nbranch  0x00006959 , 0x00000005 
- 00026982  0x000070c8 fetch  0x00000002 , 0x00000b12 
- 00026983  0x000070c9 fetcht  0x00000002 , 0x00000b14 
- 00026984  0x000070ca ixor  0x00000002 , 0x0000003e 
- 00026985  0x000070cb rtn  0x00000005 
- 00026986  0x000070cc enable  0x00000028 
- 00026987  0x000070cd rtn 
- 00026988  0x000070d0 fetch  0x00000002 , 0x0000423d 
- 00026989  0x000070d1 ifetch  0x00000001 , 0x0000003f 
- 00026990  0x000070d3 rtn  0x00000034 
- 00026991  0x000070d4 copy  0x0000003f , 0x00000039 
- 00026992  0x000070d5 fetch  0x00000002 , 0x0000423d 
- 00026993  0x000070d6 increase  0x00000003 , 0x0000003f 
- 00026994  0x000070d7 copy  0x0000003f , 0x00000011 
- 00026995  0x000070d9 ifetcht  0x00000001 , 0x00000011 
- 00026996  0x000070da call  0x000067dd 
- 00026997  0x000070db increase  0x00000001 , 0x00000011 
- 00026998  0x000070dc loop  0x00006973 
- 00026999  0x000070de rtn 
- 00027000  0x000070e1 arg  0x00000009 , 0x00000007 
- 00027001  0x000070e2 call  0x00007f16 
- 00027002  0x000070e3 nrtn  0x00000034 
- 00027003  0x000070e4 setarg  0x00000020 
- 00027004  0x000070e5 arg  0x00000009 , 0x00000007 
- 00027005  0x000070e6 call  0x00007f08 
- 00027006  0x000070e7 disable  0x00000028 
- 00027007  0x000070e8 call  0x0000696c 
- 00027008  0x000070e9 bpatchx  0x000000a2 , 0x00004034 
- 00027009  0x000070ea fetch  0x00000002 , 0x0000423d 
- 00027010  0x000070eb ifetch  0x00000001 , 0x0000003f 
- 00027011  0x000070ed rtn  0x00000034 
- 00027012  0x000070ee call  0x00006954 
- 00027013  0x000070ef nbranch  0x00007d02 , 0x00000028 
- 00027014  0x000070f0 call  0x00007d00 
- 00027015  0x000070f1 disable  0x00000028 
- 00027016  0x000070f2 fetch  0x00000002 , 0x00000b12 
- 00027017  0x000070f3 store  0x00000002 , 0x00000b19 
- 00027018  0x000070f4 jam  0x00000000 , 0x00000b1b 
- 00027019  0x000070f5 force  0x00000000 , 0x00000007 
- 00027020  0x000070f7 fetch  0x00000002 , 0x00000b14 
- 00027021  0x000070f8 rshift  0x0000003f , 0x00000002 
- 00027022  0x000070f9 storet  0x00000002 , 0x00000b14 
- 00027023  0x000070fa and  0x0000003f , 0x00000001 , 0x0000003f 
- 00027024  0x000070fb fetcht  0x00000002 , 0x00000b19 
- 00027025  0x000070fc and  0x00000002 , 0x00000001 , 0x00000011 
- 00027026  0x000070fd rshift  0x00000002 , 0x00000002 
- 00027027  0x000070fe storet  0x00000002 , 0x00000b19 
- 00027028  0x000070ff ixor  0x00000011 , 0x0000003e 
- 00027029  0x00007100 ncall  0x000069a1 , 0x00000005 
- 00027030  0x00007101 fetch  0x00000002 , 0x0000423d 
- 00027031  0x00007102 ifetch  0x00000001 , 0x0000003f 
- 00027032  0x00007104 fetcht  0x00000001 , 0x00000b1b 
- 00027033  0x00007105 increase  0x00000001 , 0x00000002 
- 00027034  0x00007106 storet  0x00000001 , 0x00000b1b 
- 00027035  0x00007107 copy  0x00000002 , 0x00000007 
- 00027036  0x00007108 ixor  0x00000007 , 0x0000003e 
- 00027037  0x00007109 nbranch  0x0000698c , 0x00000005 
- 00027038  0x0000710a fetch  0x00000002 , 0x00000b12 
- 00027039  0x0000710b store  0x00000002 , 0x00000b14 
- 00027040  0x0000710c rtn 
- 00027041  0x0000710e bpatchx  0x000000a3 , 0x00004034 
- 00027042  0x0000710f fetch  0x00000002 , 0x0000423d 
- 00027043  0x00007110 increase  0x00000001 , 0x0000003f 
- 00027044  0x00007111 ifetch  0x00000002 , 0x0000003f 
- 00027045  0x00007112 branch  0x00007f9c 
- 00027046  0x0000711e hfetch  0x00000001 , 0x00008042 
- 00027047  0x0000711f ior  0x00000011 , 0x0000003f 
- 00027048  0x00007120 hstore  0x00000001 , 0x00008042 
- 00027049  0x00007121 hfetch  0x00000002 , 0x00008050 
- 00027050  0x00007122 set0  0x0000000d , 0x0000003f 
- 00027051  0x00007123 hstore  0x00000002 , 0x00008050 
- 00027052  0x00007124 nop  0x00000064 
- 00027053  0x00007125 rtn 
- 00027054  0x00007131 fetcht  0x00000003 , 0x00000a9c 
- 00027055  0x00007132 setarg  0x00b71b00 
- 00027056  0x00007133 idiv  0x00000002 
- 00027057  0x00007134 call  0x00007f86 
- 00027058  0x00007135 quotient  0x00000002 
- 00027059  0x00007136 fetch  0x00000001 , 0x00000a9f 
- 00027060  0x00007137 imul32  0x00000002 , 0x0000003f 
- 00027061  0x00007138 div  0x0000003f , 0x00000064 
- 00027062  0x00007139 call  0x00007f86 
- 00027063  0x0000713a quotient  0x00000011 
- 00027064  0x0000713b copy  0x00000002 , 0x0000003f 
- 00027065  0x0000713c isub  0x00000011 , 0x00000012 
- 00027066  0x0000713d fetch  0x00000001 , 0x00000a9b 
- 00027067  0x0000713e call  0x000069be 
- 00027068  0x0000713f fetch  0x00000001 , 0x00000a9a 
- 00027069  0x00007140 branch  0x000069d5 
- 00027070  0x00007144 beq  0x00000000 , 0x000069c4 
- 00027071  0x00007145 beq  0x00000001 , 0x000069c6 
- 00027072  0x00007146 beq  0x00000002 , 0x000069c8 
- 00027073  0x00007147 beq  0x00000003 , 0x000069ca 
- 00027074  0x00007148 beq  0x00000004 , 0x000069cc 
- 00027075  0x00007149 beq  0x00000005 , 0x000069ce 
- 00027076  0x0000714b arg  0x000080a0 , 0x00000005 
- 00027077  0x0000714c branch  0x000069d0 
- 00027078  0x0000714e arg  0x000080a4 , 0x00000005 
- 00027079  0x0000714f branch  0x000069d0 
- 00027080  0x00007151 arg  0x000080a8 , 0x00000005 
- 00027081  0x00007152 branch  0x000069d0 
- 00027082  0x00007154 arg  0x00008064 , 0x00000005 
- 00027083  0x00007155 branch  0x000069d0 
- 00027084  0x00007157 arg  0x00008068 , 0x00000005 
- 00027085  0x00007158 branch  0x000069d0 
- 00027086  0x0000715a arg  0x0000806c , 0x00000005 
- 00027087  0x0000715b branch  0x000069d0 
- 00027088  0x0000715d copy  0x00000011 , 0x0000003f 
- 00027089  0x0000715e istore  0x00000002 , 0x00000005 
- 00027090  0x0000715f copy  0x00000012 , 0x0000003f 
- 00027091  0x00007160 istore  0x00000002 , 0x00000005 
- 00027092  0x00007161 rtn 
- 00027093  0x00007166 enable  0x00000028 
- 00027094  0x00007167 branch  0x000069d8 
- 00027095  0x00007169 disable  0x00000028 
- 00027096  0x0000716b beq  0x00000004 , 0x000069e3 
- 00027097  0x0000716c beq  0x00000005 , 0x000069e5 
- 00027098  0x0000716d beq  0x0000001b , 0x000069e7 
- 00027099  0x0000716e beq  0x0000001c , 0x000069e9 
- 00027100  0x0000716f beq  0x00000003 , 0x000069eb 
- 00027101  0x00007170 beq  0x00000008 , 0x000069ed 
- 00027102  0x00007171 beq  0x00000014 , 0x000069ef 
- 00027103  0x00007172 beq  0x00000015 , 0x000069f1 
- 00027104  0x00007173 beq  0x00000016 , 0x000069f3 
- 00027105  0x00007174 beq  0x00000017 , 0x000069f5 
- 00027106  0x00007175 rtn 
- 00027107  0x00007179 arg  0x00000006 , 0x00000007 
- 00027108  0x0000717a branch  0x000069ff 
- 00027109  0x0000717c arg  0x00000007 , 0x00000007 
- 00027110  0x0000717d branch  0x000069ff 
- 00027111  0x0000717f arg  0x00000008 , 0x00000007 
- 00027112  0x00007180 branch  0x000069ff 
- 00027113  0x00007182 arg  0x00000009 , 0x00000007 
- 00027114  0x00007183 branch  0x000069ff 
- 00027115  0x00007185 arg  0x0000000a , 0x00000007 
- 00027116  0x00007186 branch  0x000069ff 
- 00027117  0x00007188 arg  0x0000000b , 0x00000007 
- 00027118  0x00007189 branch  0x000069ff 
- 00027119  0x0000718b arg  0x0000000c , 0x00000007 
- 00027120  0x0000718c branch  0x00006a01 
- 00027121  0x0000718e arg  0x0000000d , 0x00000007 
- 00027122  0x0000718f branch  0x00006a01 
- 00027123  0x00007191 arg  0x0000000e , 0x00000007 
- 00027124  0x00007192 branch  0x00006a01 
- 00027125  0x00007194 arg  0x0000000f , 0x00000007 
- 00027126  0x00007195 branch  0x00006a01 
- 00027127  0x00007198 hfetch  0x00000002 , 0x00008081 
- 00027128  0x00007199 qsetflag  0x00000028 , 0x0000003f 
- 00027129  0x0000719a hstore  0x00000002 , 0x00008081 
- 00027130  0x0000719b copy  0x00000011 , 0x00000007 
- 00027131  0x0000719c hfetch  0x00000001 , 0x00008085 
- 00027132  0x0000719d qsetflag  0x00000028 , 0x0000003f 
- 00027133  0x0000719e hstore  0x00000001 , 0x00008085 
- 00027134  0x0000719f rtn 
- 00027135  0x000071a2 add  0x00000007 , 0xfffffffc , 0x00000011 
- 00027136  0x000071a3 branch  0x000069f7 
- 00027137  0x000071a6 add  0x00000007 , 0xfffffff6 , 0x00000011 
- 00027138  0x000071a7 branch  0x000069f7 
- 00027139  0x000071ad rtn  0x0000002b 
- 00027140  0x000071ae jam  0x00000000 , 0x00004567 
- 00027141  0x000071af jam  0x00000003 , 0x000004ed 
- 00027142  0x000071b0 jam  0x00000003 , 0x000004ee 
- 00027143  0x000071b1 jam  0x00000011 , 0x000004f2 
- 00027144  0x000071b2 jam  0x00000013 , 0x000004f3 
- 00027145  0x000071b3 setarg  0x00000000 
- 00027146  0x000071b4 store  0x00000003 , 0x000004ef 
- 00027147  0x000071b5 store  0x00000001 , 0x00004254 
- 00027148  0x000071b6 jam  0x00000000 , 0x00004681 
- 00027149  0x000071b9 bpatchx  0x000000a4 , 0x00004034 
- 00027150  0x000071ba setarg  0x00000000 
- 00027151  0x000071bb store  0x00000001 , 0x00004254 
- 00027152  0x000071bc store  0x00000001 , 0x00004564 
- 00027153  0x000071bd store  0x00000001 , 0x0000455d 
- 00027154  0x000071be fetch  0x00000001 , 0x0000456b 
- 00027155  0x000071bf beq  0x00000001 , 0x00006a16 
- 00027156  0x000071c0 jam  0x00000050 , 0x00004569 
- 00027157  0x000071c1 rtn 
- 00027158  0x000071c4 jam  0x00000000 , 0x00004569 
- 00027159  0x000071c5 rtn 
- 00027160  0x000071c8 or_into  0x00000002 , 0x00000002 
- 00027161  0x000071c9 rtn 
- 00027162  0x000071d6 copy  0x00000002 , 0x0000003f 
- 00027163  0x000071d7 reverse  0x0000003f , 0x0000003f 
- 00027164  0x000071d8 store  0x00000001 , 0x00004562 
- 00027165  0x000071d9 force  0x0000003f , 0x0000003f 
- 00027166  0x000071da reverse  0x0000003f , 0x0000003f 
- 00027167  0x000071db store  0x00000001 , 0x00004561 
- 00027168  0x000071dc force  0x00000001 , 0x0000003f 
- 00027169  0x000071dd reverse  0x0000003f , 0x0000003f 
- 00027170  0x000071de store  0x00000001 , 0x00004560 
- 00027171  0x000071df call  0x00006a50 
- 00027172  0x000071e0 copy  0x00000002 , 0x0000003f 
- 00027173  0x000071e1 rtn 
- 00027174  0x000071e3 reverse  0x0000003f , 0x0000003f 
- 00027175  0x000071e4 store  0x00000001 , 0x00004562 
- 00027176  0x000071e5 force  0x00000073 , 0x0000003f 
- 00027177  0x000071e6 reverse  0x0000003f , 0x0000003f 
- 00027178  0x000071e7 store  0x00000001 , 0x00004561 
- 00027179  0x000071e8 force  0x00000001 , 0x0000003f 
- 00027180  0x000071e9 reverse  0x0000003f , 0x0000003f 
- 00027181  0x000071ea store  0x00000001 , 0x00004560 
- 00027182  0x000071eb branch  0x00006a50 
- 00027183  0x000071ee fetch  0x00000001 , 0x00004563 
- 00027184  0x000071ef branch  0x00006a33 , 0x00000034 
- 00027185  0x000071f0 setarg  0x00000070 
- 00027186  0x000071f1 rtn 
- 00027187  0x000071f3 setarg  0x000000aa 
- 00027188  0x000071f4 rtn 
- 00027189  0x000071f7 reverse  0x0000003f , 0x0000003f 
- 00027190  0x000071f8 store  0x00000001 , 0x00004562 
- 00027191  0x000071f9 force  0x000000ef , 0x0000003f 
- 00027192  0x000071fa call  0x00006a44 
- 00027193  0x000071fb fetcht  0x00000002 , 0x000004f7 
- 00027194  0x000071fc copy  0x00000002 , 0x00000005 
- 00027195  0x000071fd istore  0x00000001 , 0x00000005 
- 00027196  0x000071fe copy  0x00000005 , 0x00000002 
- 00027197  0x000071ff storet  0x00000002 , 0x000004f7 
- 00027198  0x00007200 force  0x000000ff , 0x0000003f 
- 00027199  0x00007201 call  0x00006a44 
- 00027200  0x00007202 fetcht  0x00000002 , 0x000004f7 
- 00027201  0x00007203 copy  0x00000002 , 0x00000005 
- 00027202  0x00007204 istore  0x00000001 , 0x00000005 
- 00027203  0x00007205 rtn 
- 00027204  0x0000720f reverse  0x0000003f , 0x0000003f 
- 00027205  0x00007210 store  0x00000001 , 0x00004561 
- 00027206  0x00007211 fetch  0x00000002 , 0x00004561 
- 00027207  0x00007212 lshift8  0x0000003f , 0x0000003f 
- 00027208  0x00007213 store  0x00000003 , 0x000004f4 
- 00027209  0x00007214 arg  0x00000107 , 0x00000011 
- 00027210  0x00007215 arg  0x0000000f , 0x00000012 
- 00027211  0x00007216 call  0x00006a5d 
- 00027212  0x00007217 xor_into  0x000000d7 , 0x0000003f 
- 00027213  0x00007218 invert  0x0000003f , 0x0000003f 
- 00027214  0x00007219 reverse  0x0000003f , 0x0000003f 
- 00027215  0x0000721a rtn 
- 00027216  0x00007225 fetch  0x00000003 , 0x00004560 
- 00027217  0x00007226 store  0x00000003 , 0x000004f4 
- 00027218  0x00007227 arg  0x00000107 , 0x00000011 
- 00027219  0x00007228 arg  0x0000000f , 0x00000012 
- 00027220  0x00007229 call  0x00006a5d 
- 00027221  0x0000722a lshift8  0x0000003f , 0x0000003f 
- 00027222  0x0000722b arg  0x00000007 , 0x00000012 
- 00027223  0x0000722c call  0x00006a5d 
- 00027224  0x0000722d xor_into  0x0000002b , 0x0000003f 
- 00027225  0x0000722e invert  0x0000003f , 0x0000003f 
- 00027226  0x0000722f reverse  0x0000003f , 0x0000003f 
- 00027227  0x00007230 copy  0x0000003f , 0x00000002 
- 00027228  0x00007231 rtn 
- 00027229  0x00007234 arg  0x00000000 , 0x00000013 
- 00027230  0x00007235 copy  0x00000012 , 0x00000039 
- 00027231  0x00007236 call  0x00007e71 
- 00027232  0x00007237 icopy  0x00000002 
- 00027233  0x0000723d copy  0x00000002 , 0x0000003f 
- 00027234  0x0000723e lshift  0x00000013 , 0x00000013 
- 00027235  0x0000723f bbit0  0x00000008 , 0x00006a66 
- 00027236  0x00007240 ixor  0x00000011 , 0x00000002 
- 00027237  0x00007241 increase  0x00000001 , 0x00000013 
- 00027238  0x00007243 lshift  0x00000002 , 0x00000002 
- 00027239  0x00007244 fetch  0x00000003 , 0x000004f4 
- 00027240  0x00007245 increase  0xffffffff , 0x00000012 
- 00027241  0x00007246 compare  0x000000ff , 0x00000012 , 0x000000ff 
- 00027242  0x00007247 branch  0x00006a70 , 0x00000001 
- 00027243  0x00007248 copy  0x00000012 , 0x00000039 
- 00027244  0x00007249 call  0x00007e71 
- 00027245  0x0000724a isolate1  0x00000000 , 0x0000003f 
- 00027246  0x0000724b setflag  0x00000001 , 0x00000000 , 0x00000002 
- 00027247  0x0000724c branch  0x00006a61 
- 00027248  0x0000724f rshift  0x00000002 , 0x0000003f 
- 00027249  0x00007250 rtn 
- 00027250  0x00007253 fetcht  0x00000001 , 0x0000455d 
- 00027251  0x00007256 lshift2  0x00000002 , 0x00000002 
- 00027252  0x00007257 set1  0x00000000 , 0x00000002 
- 00027253  0x00007258 fetch  0x00000001 , 0x00004563 
- 00027254  0x00007259 ncall  0x00006a18 , 0x00000034 
- 00027255  0x0000725a storet  0x00000001 , 0x0000050d 
- 00027256  0x0000725b rtn 
- 00027257  0x0000725f lshift  0x00000002 , 0x00000002 
- 00027258  0x00007260 fetch  0x00000001 , 0x00004563 
- 00027259  0x00007261 setflag  0x00000034 , 0x00000000 , 0x00000002 
- 00027260  0x00007263 rtn 
- 00027261  0x00007265 fetcht  0x00000001 , 0x000004fc 
- 00027262  0x00007266 jam  0x000000d7 , 0x000004fe 
- 00027263  0x00007267 call  0x00006bb6 
- 00027264  0x00007268 fetch  0x00000001 , 0x00004251 
- 00027265  0x00007269 set1  0x00000006 , 0x0000003f 
- 00027266  0x0000726a set1  0x00000007 , 0x0000003f 
- 00027267  0x0000726b store  0x00000001 , 0x00004251 
- 00027268  0x0000726c jam  0x00000000 , 0x00004563 
- 00027269  0x0000726d branch  0x00006b97 
- 00027270  0x0000726f fetch  0x00000001 , 0x00004251 
- 00027271  0x00007270 set1  0x00000007 , 0x0000003f 
- 00027272  0x00007271 store  0x00000001 , 0x00004251 
- 00027273  0x00007272 branch  0x00006b97 
- 00027274  0x00007276 bpatchx  0x000000a5 , 0x00004034 
- 00027275  0x00007277 fetch  0x00000001 , 0x00004681 
- 00027276  0x00007278 beq  0x00000000 , 0x00006a8e 
- 00027277  0x00007279 branch  0x00006b4c 
- 00027278  0x0000727c fetch  0x00000002 , 0x00000264 
- 00027279  0x0000727d copy  0x0000003f , 0x00000006 
- 00027280  0x0000727e call  0x00006ab8 
- 00027281  0x0000727f fetch  0x00000001 , 0x000004fc 
- 00027282  0x00007280 beq  0x00000000 , 0x00006a94 
- 00027283  0x00007281 branch  0x00006b18 
- 00027284  0x00007283 bpatchx  0x000000a6 , 0x00004034 
- 00027285  0x00007284 fetch  0x00000001 , 0x000004fd 
- 00027286  0x00007285 beq  0x0000003f , 0x00006a7d 
- 00027287  0x00007286 beq  0x00000073 , 0x00006a86 
- 00027288  0x00007287 beq  0x000000ef , 0x00006a9b 
- 00027289  0x00007288 beq  0x00000053 , 0x00006b44 
- 00027290  0x00007289 rtn 
- 00027291  0x0000728d fetch  0x00000002 , 0x00000501 
- 00027292  0x0000728e copy  0x0000003f , 0x00000006 
- 00027293  0x0000728f call  0x00006ac3 
- 00027294  0x00007290 fetch  0x00000001 , 0x00000503 
- 00027295  0x00007291 beq  0x00000041 , 0x00006aa5 
- 00027296  0x00007292 beq  0x00000040 , 0x00006aad 
- 00027297  0x00007293 beq  0x00000071 , 0x00006ae6 
- 00027298  0x00007294 beq  0x00000070 , 0x00006af2 
- 00027299  0x00007295 beq  0x00000049 , 0x00006afd 
- 00027300  0x00007296 branch  0x00006b97 
- 00027301  0x00007299 call  0x00006aaf 
- 00027302  0x0000729b branch  0x00006aa7 
- 00027303  0x0000729e fetch  0x00000001 , 0x00004254 
- 00027304  0x0000729f set1  0x00000000 , 0x0000003f 
- 00027305  0x000072a0 set1  0x00000001 , 0x0000003f 
- 00027306  0x000072a1 store  0x00000001 , 0x00004254 
- 00027307  0x000072a2 call  0x00006be0 
- 00027308  0x000072a3 branch  0x00006b97 
- 00027309  0x000072a6 call  0x00006aaf 
- 00027310  0x000072a7 branch  0x00006b97 
- 00027311  0x000072aa call  0x00006acb 
- 00027312  0x000072ab branch  0x00006ad7 
- 00027313  0x000072ae call  0x00006acb 
- 00027314  0x000072af ifetch  0x00000001 , 0x00000006 
- 00027315  0x000072b0 rshift3  0x0000003f , 0x0000003f 
- 00027316  0x000072b1 store  0x00000001 , 0x0000456a 
- 00027317  0x000072b2 ifetch  0x00000001 , 0x00000006 
- 00027318  0x000072b3 store  0x00000001 , 0x00000508 
- 00027319  0x000072b4 rtn 
- 00027320  0x000072b8 ifetch  0x00000001 , 0x00000006 
- 00027321  0x000072b9 store  0x00000001 , 0x000004fb 
- 00027322  0x000072ba rshift3  0x0000003f , 0x0000003f 
- 00027323  0x000072bb store  0x00000001 , 0x000004fc 
- 00027324  0x000072bc ifetch  0x00000001 , 0x00000006 
- 00027325  0x000072bd store  0x00000001 , 0x000004fd 
- 00027326  0x000072bf call  0x00006ace 
- 00027327  0x000072c0 storet  0x00000002 , 0x000004ff 
- 00027328  0x000072c1 copy  0x00000006 , 0x0000003f 
- 00027329  0x000072c2 store  0x00000002 , 0x00000501 
- 00027330  0x000072c3 rtn 
- 00027331  0x000072c6 ifetch  0x00000001 , 0x00000006 
- 00027332  0x000072c7 rshift  0x0000003f , 0x0000003f 
- 00027333  0x000072c8 store  0x00000001 , 0x00000503 
- 00027334  0x000072c9 call  0x00006ace 
- 00027335  0x000072ca storet  0x00000002 , 0x00000504 
- 00027336  0x000072cb copy  0x00000006 , 0x0000003f 
- 00027337  0x000072cc store  0x00000002 , 0x00000506 
- 00027338  0x000072cd rtn 
- 00027339  0x000072d1 fetch  0x00000002 , 0x00000506 
- 00027340  0x000072d2 copy  0x0000003f , 0x00000006 
- 00027341  0x000072d3 rtn 
- 00027342  0x000072d6 ifetch  0x00000001 , 0x00000006 
- 00027343  0x000072d7 copy  0x0000003f , 0x00000002 
- 00027344  0x000072d8 rshift  0x00000002 , 0x00000002 
- 00027345  0x000072d9 rtnbit1  0x00000000 
- 00027346  0x000072da ifetch  0x00000001 , 0x00000006 
- 00027347  0x000072db lshift3  0x0000003f , 0x0000003f 
- 00027348  0x000072dc lshift4  0x0000003f , 0x0000003f 
- 00027349  0x000072dd iadd  0x00000002 , 0x00000002 
- 00027350  0x000072de rtn 
- 00027351  0x000072e1 ifetch  0x00000001 , 0x00000006 
- 00027352  0x000072e2 store  0x00000001 , 0x0000455d 
- 00027353  0x000072e3 ifetch  0x00000001 , 0x00000006 
- 00027354  0x000072e4 store  0x00000001 , 0x00000509 
- 00027355  0x000072e5 ifetch  0x00000001 , 0x00000006 
- 00027356  0x000072e6 store  0x00000001 , 0x0000050a 
- 00027357  0x000072e7 ifetch  0x00000001 , 0x00000006 
- 00027358  0x000072e8 store  0x00000001 , 0x0000050b 
- 00027359  0x000072e9 ifetch  0x00000002 , 0x00000006 
- 00027360  0x000072ea store  0x00000002 , 0x0000455e 
- 00027361  0x000072eb ifetch  0x00000001 , 0x00000006 
- 00027362  0x000072ec store  0x00000001 , 0x0000050c 
- 00027363  0x000072ed ifetch  0x00000001 , 0x00000006 
- 00027364  0x000072ee store  0x00000001 , 0x00004568 
- 00027365  0x000072ef rtn 
- 00027366  0x000072f3 call  0x00006ab1 
- 00027367  0x000072f5 branch  0x00006ae8 
- 00027368  0x000072f8 fetch  0x00000001 , 0x00004254 
- 00027369  0x000072f9 set1  0x00000005 , 0x0000003f 
- 00027370  0x000072fa set1  0x00000006 , 0x0000003f 
- 00027371  0x000072fb store  0x00000001 , 0x00004254 
- 00027372  0x000072fc fetcht  0x00000001 , 0x0000455d 
- 00027373  0x000072fd lshift2  0x00000002 , 0x00000002 
- 00027374  0x000072fe or_into  0x00000003 , 0x00000002 
- 00027375  0x000072ff call  0x00006c11 
- 00027376  0x00007300 jam  0x00000003 , 0x00004567 
- 00027377  0x00007301 branch  0x00006b97 
- 00027378  0x00007304 jam  0x00000008 , 0x00000a99 
- 00027379  0x00007305 call  0x00007d86 
- 00027380  0x00007306 call  0x00006ab1 
- 00027381  0x00007307 fetch  0x00000001 , 0x0000456a 
- 00027382  0x00007308 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00027383  0x00007309 branch  0x00006af9 , 0x00000005 
- 00027384  0x0000730a branch  0x00002a8c 
- 00027385  0x0000730c fetch  0x00000001 , 0x00004254 
- 00027386  0x0000730d set1  0x00000007 , 0x0000003f 
- 00027387  0x0000730e store  0x00000001 , 0x00004254 
- 00027388  0x0000730f branch  0x00006b97 
- 00027389  0x00007312 call  0x00006acb 
- 00027390  0x00007313 ifetch  0x00000001 , 0x00000006 
- 00027391  0x00007314 store  0x00000001 , 0x00000ac2 
- 00027392  0x00007315 call  0x000052d2 
- 00027393  0x00007316 call  0x000052e0 
- 00027394  0x00007317 setarg  0x0000000e 
- 00027395  0x00007318 istore  0x00000002 , 0x00000005 
- 00027396  0x00007319 fetch  0x00000002 , 0x0000424a 
- 00027397  0x0000731a istore  0x00000002 , 0x00000005 
- 00027398  0x0000731b fetch  0x00000001 , 0x00004563 
- 00027399  0x0000731d lshift  0x0000003f , 0x0000003f 
- 00027400  0x0000731e set1  0x00000000 , 0x0000003f 
- 00027401  0x0000731f istore  0x00000001 , 0x00000005 
- 00027402  0x00007320 bpatchx  0x000000a7 , 0x00004034 
- 00027403  0x00007321 setarg  0x000015ef 
- 00027404  0x00007322 istore  0x00000002 , 0x00000005 
- 00027405  0x00007323 setarg  0x00001191 
- 00027406  0x00007324 istore  0x00000002 , 0x00000005 
- 00027407  0x00007327 fetch  0x00000001 , 0x00000ac2 
- 00027408  0x00007328 istore  0x00000001 , 0x00000005 
- 00027409  0x00007329 setarg  0x00000007 
- 00027410  0x0000732a istore  0x00000005 , 0x00000005 
- 00027411  0x0000732d setarg  0x00000001 
- 00027412  0x0000732e istore  0x00000002 , 0x00000005 
- 00027413  0x00007331 call  0x00006a2f 
- 00027414  0x00007332 istore  0x00000001 , 0x00000005 
- 00027415  0x00007333 rtn 
- 00027416  0x00007338 branch  0x00006b19 
- 00027417  0x0000733b bpatchx  0x000000a8 , 0x00004035 
- 00027418  0x0000733c fetch  0x00000001 , 0x000004fd 
- 00027419  0x0000733d beq  0x00000073 , 0x00006b21 
- 00027420  0x0000733e beq  0x0000003f , 0x00006b25 
- 00027421  0x0000733f beq  0x000000ef , 0x00006b3f 
- 00027422  0x00007340 beq  0x000000ff , 0x00006b37 
- 00027423  0x00007341 beq  0x00000053 , 0x00006b46 
- 00027424  0x00007342 rtn 
- 00027425  0x00007344 fetch  0x00000001 , 0x00004254 
- 00027426  0x00007345 set1  0x00000003 , 0x0000003f 
- 00027427  0x00007346 store  0x00000001 , 0x00004254 
- 00027428  0x00007347 branch  0x00006b97 
- 00027429  0x00007349 fetch  0x00000001 , 0x00004254 
- 00027430  0x0000734a set1  0x00000003 , 0x0000003f 
- 00027431  0x0000734b set1  0x00000002 , 0x0000003f 
- 00027432  0x0000734c store  0x00000001 , 0x00004254 
- 00027433  0x0000734d fetch  0x00000001 , 0x000004fb 
- 00027434  0x0000734e call  0x00006a26 
- 00027435  0x0000734f store  0x00000001 , 0x000004fe 
- 00027436  0x00007350 call  0x00006bb6 
- 00027437  0x00007351 fetch  0x00000001 , 0x000004fb 
- 00027438  0x00007352 rshift2  0x0000003f , 0x0000003f 
- 00027439  0x00007353 store  0x00000001 , 0x0000455d 
- 00027440  0x00007354 lshift2  0x0000003f , 0x0000003f 
- 00027441  0x00007355 set0  0x00000001 , 0x0000003f 
- 00027442  0x00007356 set1  0x00000000 , 0x0000003f 
- 00027443  0x00007357 arg  0x00004565 , 0x00000002 
- 00027444  0x00007358 storet  0x00000002 , 0x000004f7 
- 00027445  0x00007359 call  0x00006a35 
- 00027446  0x0000735a branch  0x00006b97 
- 00027447  0x0000735d fetch  0x00000002 , 0x00000501 
- 00027448  0x0000735e copy  0x0000003f , 0x00000006 
- 00027449  0x0000735f increase  0x00000001 , 0x0000003f 
- 00027450  0x00007360 store  0x00000002 , 0x00000501 
- 00027451  0x00007361 ifetch  0x00000001 , 0x00000006 
- 00027452  0x00007362 fetcht  0x00000001 , 0x00004568 
- 00027453  0x00007363 iadd  0x00000002 , 0x0000003f 
- 00027454  0x00007364 store  0x00000001 , 0x00004568 
- 00027455  0x00007366 call  0x00006c42 
- 00027456  0x00007368 call  0x00006a72 
- 00027457  0x00007369 call  0x00006c28 
- 00027458  0x0000736a call  0x00006c4b 
- 00027459  0x0000736b branch  0x00006b97 
- 00027460  0x0000736e jam  0x00000009 , 0x00000a99 
- 00027461  0x0000736f call  0x00007d86 
- 00027462  0x00007371 call  0x00006a0d 
- 00027463  0x00007372 fetch  0x00000001 , 0x000004fb 
- 00027464  0x00007373 call  0x00006a26 
- 00027465  0x00007374 store  0x00000001 , 0x000004fe 
- 00027466  0x00007375 call  0x00006bb6 
- 00027467  0x00007376 branch  0x00006b97 
- 00027468  0x0000737c fetch  0x00000002 , 0x00000264 
- 00027469  0x0000737d copy  0x0000003f , 0x00000006 
- 00027470  0x0000737e call  0x00006ab8 
- 00027471  0x0000737f fetch  0x00000001 , 0x000004fc 
- 00027472  0x00007380 beq  0x00000000 , 0x00006b52 
- 00027473  0x00007381 branch  0x00006b86 
- 00027474  0x00007384 bpatchx  0x000000a9 , 0x00004035 
- 00027475  0x00007385 fetch  0x00000001 , 0x000004fd 
- 00027476  0x00007386 beq  0x0000003f , 0x00006a7d 
- 00027477  0x00007387 beq  0x00000073 , 0x00006a86 
- 00027478  0x00007388 beq  0x000000ef , 0x00006b58 
- 00027479  0x00007389 branch  0x00006b97 
- 00027480  0x0000738b fetch  0x00000002 , 0x00000501 
- 00027481  0x0000738c copy  0x0000003f , 0x00000006 
- 00027482  0x0000738d call  0x00006ac3 
- 00027483  0x0000738e fetch  0x00000001 , 0x00000503 
- 00027484  0x0000738f beq  0x00000041 , 0x00006b61 
- 00027485  0x00007390 beq  0x00000040 , 0x00006b61 
- 00027486  0x00007391 beq  0x00000071 , 0x00006b6c 
- 00027487  0x00007392 beq  0x00000070 , 0x00006b7c 
- 00027488  0x00007393 branch  0x00006b97 
- 00027489  0x00007396 call  0x00006aaf 
- 00027490  0x00007397 fetch  0x00000001 , 0x0000455d 
- 00027491  0x00007398 rshift  0x0000003f , 0x0000003f 
- 00027492  0x00007399 fetcht  0x00000001 , 0x00004564 
- 00027493  0x0000739a isub  0x00000002 , 0x0000003e 
- 00027494  0x0000739b branch  0x00006b68 , 0x00000005 
- 00027495  0x0000739c branch  0x00002a8c 
- 00027496  0x0000739e fetch  0x00000001 , 0x00004254 
- 00027497  0x0000739f set1  0x00000001 , 0x0000003f 
- 00027498  0x000073a0 store  0x00000001 , 0x00004254 
- 00027499  0x000073a1 branch  0x00006b97 
- 00027500  0x000073a4 call  0x00006ab1 
- 00027501  0x000073a5 fetch  0x00000001 , 0x0000456a 
- 00027502  0x000073a6 fetcht  0x00000001 , 0x00004564 
- 00027503  0x000073a7 isub  0x00000002 , 0x0000003e 
- 00027504  0x000073a8 branch  0x00006b73 , 0x00000005 
- 00027505  0x000073a9 branch  0x00002a8c 
- 00027506  0x000073aa branch  0x00006b97 
- 00027507  0x000073ac fetch  0x00000001 , 0x00004254 
- 00027508  0x000073ad set1  0x00000005 , 0x0000003f 
- 00027509  0x000073ae set1  0x00000006 , 0x0000003f 
- 00027510  0x000073af store  0x00000001 , 0x00004254 
- 00027511  0x000073b0 fetcht  0x00000001 , 0x0000455d 
- 00027512  0x000073b1 lshift2  0x00000002 , 0x00000002 
- 00027513  0x000073b2 or_into  0x00000003 , 0x00000002 
- 00027514  0x000073b3 call  0x00006c11 
- 00027515  0x000073b4 branch  0x00006b97 
- 00027516  0x000073b7 call  0x00006ab1 
- 00027517  0x000073b8 fetch  0x00000001 , 0x0000456a 
- 00027518  0x000073b9 fetcht  0x00000001 , 0x00004564 
- 00027519  0x000073ba isub  0x00000002 , 0x0000003e 
- 00027520  0x000073bb branch  0x00006b82 , 0x00000005 
- 00027521  0x000073bc branch  0x00002a8c 
- 00027522  0x000073be fetch  0x00000001 , 0x00004254 
- 00027523  0x000073bf set1  0x00000007 , 0x0000003f 
- 00027524  0x000073c0 store  0x00000001 , 0x00004254 
- 00027525  0x000073c1 branch  0x00006b97 
- 00027526  0x000073c4 fetch  0x00000001 , 0x000004fc 
- 00027527  0x000073c5 fetcht  0x00000001 , 0x00004564 
- 00027528  0x000073c6 isub  0x00000002 , 0x0000003e 
- 00027529  0x000073c7 branch  0x00006b8c , 0x00000005 
- 00027530  0x000073c8 branch  0x00002a8c 
- 00027531  0x000073c9 branch  0x00006b97 
- 00027532  0x000073cc fetch  0x00000001 , 0x000004fd 
- 00027533  0x000073cd beq  0x00000073 , 0x00006b91 
- 00027534  0x000073ce beq  0x000000ef , 0x00006b3f 
- 00027535  0x000073cf beq  0x000000ff , 0x00006b37 
- 00027536  0x000073d0 beq  0x00000053 , 0x00006b96 
- 00027537  0x000073d2 fetch  0x00000001 , 0x00004254 
- 00027538  0x000073d3 set1  0x00000003 , 0x0000003f 
- 00027539  0x000073d4 store  0x00000001 , 0x00004254 
- 00027540  0x000073d5 branch  0x00006b97 
- 00027541  0x000073d7 branch  0x00006b95 
- 00027542  0x000073d9 branch  0x00006b46 
- 00027543  0x000073db rtn 
- 00027544  0x000073de fetch  0x00000001 , 0x00004567 
- 00027545  0x000073df rtn  0x00000034 
- 00027546  0x000073e0 beq  0x00000003 , 0x00006b9c 
- 00027547  0x000073e1 branch  0x00002a8c 
- 00027548  0x000073e4 jam  0x00000000 , 0x00004567 
- 00027549  0x000073e5 call  0x000052d2 
- 00027550  0x000073e6 arg  0x00000001 , 0x00000002 
- 00027551  0x000073e7 fetcht  0x00000001 , 0x0000455d 
- 00027552  0x000073e8 lshift2  0x00000002 , 0x00000002 
- 00027553  0x000073ea or_into  0x00000003 , 0x00000002 
- 00027554  0x000073eb arg  0x000000aa , 0x00000011 
- 00027555  0x000073ec call  0x00006bfc 
- 00027556  0x000073ed call  0x000052e0 
- 00027557  0x000073ee copy  0x00000005 , 0x00000006 
- 00027558  0x000073ef ifetch  0x00000002 , 0x00000006 
- 00027559  0x000073f0 branch  0x00002a8c , 0x00000034 
- 00027560  0x000073f1 rtn 
- 00027561  0x000073f4 call  0x000052e0 
- 00027562  0x000073f5 setarg  0x00000004 
- 00027563  0x000073f6 istore  0x00000002 , 0x00000005 
- 00027564  0x000073f7 fetch  0x00000002 , 0x0000424a 
- 00027565  0x000073f8 istore  0x00000002 , 0x00000005 
- 00027566  0x000073f9 fetch  0x00000001 , 0x000004fb 
- 00027567  0x000073fa istore  0x00000001 , 0x00000005 
- 00027568  0x000073fb bpatchx  0x000000aa , 0x00004035 
- 00027569  0x000073fc setarg  0x0000013f 
- 00027570  0x000073fd istore  0x00000002 , 0x00000005 
- 00027571  0x000073fe fetch  0x00000001 , 0x000004fe 
- 00027572  0x000073ff istore  0x00000001 , 0x00000005 
- 00027573  0x00007400 rtn 
- 00027574  0x00007402 call  0x000052d2 
- 00027575  0x00007403 call  0x000052e0 
- 00027576  0x00007404 setarg  0x00000004 
- 00027577  0x00007405 istore  0x00000002 , 0x00000005 
- 00027578  0x00007406 fetch  0x00000002 , 0x0000424a 
- 00027579  0x00007407 istore  0x00000002 , 0x00000005 
- 00027580  0x00007408 fetch  0x00000001 , 0x000004fb 
- 00027581  0x00007409 istore  0x00000001 , 0x00000005 
- 00027582  0x0000740a bpatchx  0x000000ab , 0x00004035 
- 00027583  0x0000740b setarg  0x00000173 
- 00027584  0x0000740c istore  0x00000002 , 0x00000005 
- 00027585  0x0000740d fetch  0x00000001 , 0x000004fe 
- 00027586  0x0000740e istore  0x00000001 , 0x00000005 
- 00027587  0x0000740f rtn 
- 00027588  0x00007411 call  0x000052e0 
- 00027589  0x00007412 setarg  0x0000000e 
- 00027590  0x00007413 istore  0x00000002 , 0x00000005 
- 00027591  0x00007414 fetch  0x00000002 , 0x0000424a 
- 00027592  0x00007415 istore  0x00000002 , 0x00000005 
- 00027593  0x00007416 fetch  0x00000001 , 0x00004563 
- 00027594  0x00007417 lshift  0x0000003f , 0x0000003f 
- 00027595  0x00007418 set1  0x00000000 , 0x0000003f 
- 00027596  0x00007419 istore  0x00000001 , 0x00000005 
- 00027597  0x0000741a bpatchx  0x000000ac , 0x00004035 
- 00027598  0x0000741b setarg  0x000015ef 
- 00027599  0x0000741c istore  0x00000002 , 0x00000005 
- 00027600  0x0000741d setarg  0x00001183 
- 00027601  0x0000741e istore  0x00000002 , 0x00000005 
- 00027602  0x0000741f copy  0x00000002 , 0x0000003f 
- 00027603  0x00007420 istore  0x00000001 , 0x00000005 
- 00027604  0x00007421 setarg  0x000000f0 
- 00027605  0x00007422 istore  0x00000003 , 0x00000005 
- 00027606  0x00007423 setarg  0x0000007f 
- 00027607  0x00007424 istore  0x00000002 , 0x00000005 
- 00027608  0x00007425 setarg  0x00000000 
- 00027609  0x00007426 istore  0x00000001 , 0x00000005 
- 00027610  0x00007427 setarg  0x00000001 
- 00027611  0x00007428 istore  0x00000001 , 0x00000005 
- 00027612  0x00007429 call  0x00006a2f 
- 00027613  0x0000742a istore  0x00000001 , 0x00000005 
- 00027614  0x0000742b jam  0x00000010 , 0x00004569 
- 00027615  0x0000742c rtn 
- 00027616  0x0000742e call  0x000052d2 
- 00027617  0x0000742f call  0x000052e0 
- 00027618  0x00007430 setarg  0x0000000e 
- 00027619  0x00007431 istore  0x00000002 , 0x00000005 
- 00027620  0x00007432 fetch  0x00000002 , 0x0000424a 
- 00027621  0x00007433 istore  0x00000002 , 0x00000005 
- 00027622  0x00007434 fetch  0x00000001 , 0x00004563 
- 00027623  0x00007435 lshift  0x0000003f , 0x0000003f 
- 00027624  0x00007436 set1  0x00000000 , 0x0000003f 
- 00027625  0x00007437 istore  0x00000001 , 0x00000005 
- 00027626  0x00007438 bpatchx  0x000000ad , 0x00004035 
- 00027627  0x00007439 setarg  0x000015ef 
- 00027628  0x0000743a istore  0x00000002 , 0x00000005 
- 00027629  0x0000743b setarg  0x00001181 
- 00027630  0x0000743c istore  0x00000002 , 0x00000005 
- 00027631  0x0000743d fetch  0x00000001 , 0x0000455d 
- 00027632  0x0000743e istore  0x00000001 , 0x00000005 
- 00027633  0x0000743f setarg  0x000000e0 
- 00027634  0x00007440 istore  0x00000003 , 0x00000005 
- 00027635  0x00007441 fetch  0x00000002 , 0x0000456c 
- 00027636  0x00007442 istore  0x00000002 , 0x00000005 
- 00027637  0x00007443 setarg  0x00000000 
- 00027638  0x00007444 istore  0x00000001 , 0x00000005 
- 00027639  0x00007445 fetch  0x00000001 , 0x0000456e 
- 00027640  0x00007446 istore  0x00000001 , 0x00000005 
- 00027641  0x00007447 call  0x00006a2f 
- 00027642  0x00007448 istore  0x00000001 , 0x00000005 
- 00027643  0x00007449 rtn 
- 00027644  0x0000744b call  0x000052e0 
- 00027645  0x0000744c setarg  0x00000008 
- 00027646  0x0000744d istore  0x00000002 , 0x00000005 
- 00027647  0x0000744e fetch  0x00000002 , 0x0000424a 
- 00027648  0x0000744f istore  0x00000002 , 0x00000005 
- 00027649  0x00007450 fetch  0x00000001 , 0x00004563 
- 00027650  0x00007451 lshift  0x0000003f , 0x0000003f 
- 00027651  0x00007452 set1  0x00000000 , 0x0000003f 
- 00027652  0x00007453 istore  0x00000001 , 0x00000005 
- 00027653  0x00007454 bpatchx  0x000000ae , 0x00004035 
- 00027654  0x00007455 setarg  0x000009ef 
- 00027655  0x00007456 istore  0x00000002 , 0x00000005 
- 00027656  0x00007457 setarg  0x000005e3 
- 00027657  0x00007458 istore  0x00000002 , 0x00000005 
- 00027658  0x00007459 copy  0x00000002 , 0x0000003f 
- 00027659  0x0000745a istore  0x00000001 , 0x00000005 
- 00027660  0x0000745b setarg  0x0000008d 
- 00027661  0x0000745c istore  0x00000001 , 0x00000005 
- 00027662  0x0000745d call  0x00006a2f 
- 00027663  0x0000745e istore  0x00000001 , 0x00000005 
- 00027664  0x0000745f rtn 
- 00027665  0x00007462 call  0x000052d2 
- 00027666  0x00007463 call  0x000052e0 
- 00027667  0x00007464 setarg  0x00000008 
- 00027668  0x00007465 istore  0x00000002 , 0x00000005 
- 00027669  0x00007466 fetch  0x00000002 , 0x0000424a 
- 00027670  0x00007467 istore  0x00000002 , 0x00000005 
- 00027671  0x00007468 copy  0x00000002 , 0x0000000b 
- 00027672  0x00007469 fetch  0x00000001 , 0x00004563 
- 00027673  0x0000746a lshift  0x0000003f , 0x0000003f 
- 00027674  0x0000746b set1  0x00000000 , 0x0000003f 
- 00027675  0x0000746c istore  0x00000001 , 0x00000005 
- 00027676  0x0000746d bpatchx  0x000000af , 0x00004035 
- 00027677  0x0000746e setarg  0x000009ef 
- 00027678  0x0000746f istore  0x00000002 , 0x00000005 
- 00027679  0x00007470 setarg  0x000005e1 
- 00027680  0x00007471 istore  0x00000002 , 0x00000005 
- 00027681  0x00007472 copy  0x0000000b , 0x0000003f 
- 00027682  0x00007473 istore  0x00000001 , 0x00000005 
- 00027683  0x00007474 setarg  0x0000008d 
- 00027684  0x00007475 istore  0x00000001 , 0x00000005 
- 00027685  0x00007476 call  0x00006a2f 
- 00027686  0x00007477 istore  0x00000001 , 0x00000005 
- 00027687  0x00007478 rtn 
- 00027688  0x0000747b bpatchx  0x000000b0 , 0x00004036 
- 00027689  0x0000747c fetch  0x00000001 , 0x00004569 
- 00027690  0x0000747d rtn  0x00000034 
- 00027691  0x0000747e hfetch  0x00000002 , 0x00008112 
- 00027692  0x0000747f nrtn  0x00000034 
- 00027693  0x00007480 copy  0x00000011 , 0x0000003f 
- 00027694  0x00007481 store  0x00000001 , 0x00000a9b 
- 00027695  0x00007482 storet  0x00000001 , 0x00000a9a 
- 00027696  0x00007483 call  0x0000526e 
- 00027697  0x00007484 nrtn  0x00000034 
- 00027698  0x00007485 call  0x000052d2 
- 00027699  0x00007486 call  0x000052e0 
- 00027700  0x00007487 setarg  0x00000005 
- 00027701  0x00007488 istore  0x00000002 , 0x00000005 
- 00027702  0x00007489 fetch  0x00000002 , 0x0000424a 
- 00027703  0x0000748a istore  0x00000002 , 0x00000005 
- 00027704  0x0000748b fetch  0x00000001 , 0x0000050d 
- 00027705  0x0000748c istore  0x00000001 , 0x00000005 
- 00027706  0x0000748d setarg  0x000001ff 
- 00027707  0x0000748e istore  0x00000002 , 0x00000005 
- 00027708  0x0000748f fetch  0x00000001 , 0x00004569 
- 00027709  0x00007490 istore  0x00000001 , 0x00000005 
- 00027710  0x00007491 fetch  0x00000001 , 0x00004566 
- 00027711  0x00007492 istore  0x00000001 , 0x00000005 
- 00027712  0x00007493 jam  0x00000000 , 0x00004569 
- 00027713  0x00007494 rtn 
- 00027714  0x00007497 bpatchx  0x000000b1 , 0x00004036 
- 00027715  0x00007498 fetch  0x00000001 , 0x0000456b 
- 00027716  0x00007499 rtneq  0x00000001 
- 00027717  0x0000749a fetch  0x00000002 , 0x000004ff 
- 00027718  0x0000749b rtn  0x00000034 
- 00027719  0x0000749c fetch  0x00000001 , 0x00004569 
- 00027720  0x0000749d increase  0x00000001 , 0x0000003f 
- 00027721  0x0000749e store  0x00000001 , 0x00004569 
- 00027722  0x0000749f rtn 
- 00027723  0x000074a2 fetch  0x00000002 , 0x0000456f 
- 00027724  0x000074a3 branch  0x00007f9c 
- 00027725  0x000074a6 bpatchx  0x000000b2 , 0x00004036 
- 00027726  0x000074a8 fetch  0x00000001 , 0x00004568 
- 00027727  0x000074a9 rtn  0x00000034 
- 00027728  0x000074aa increase  0xffffffff , 0x0000003f 
- 00027729  0x000074ab store  0x00000001 , 0x00004568 
- 00027730  0x000074ac fetch  0x00000002 , 0x0000455e 
- 00027731  0x000074ad fetcht  0x00000002 , 0x0000469f 
- 00027732  0x000074ae isub  0x00000002 , 0x0000003e 
- 00027733  0x000074af branch  0x00006c57 , 0x00000002 
- 00027734  0x000074b0 store  0x00000002 , 0x0000469f 
- 00027735  0x000074b2 fetch  0x00000001 , 0x00004569 
- 00027736  0x000074b3 branch  0x00006c5f , 0x00000034 
- 00027737  0x000074b4 jam  0x00000001 , 0x00000510 
- 00027738  0x000074b5 fetch  0x00000001 , 0x00004566 
- 00027739  0x000074b6 store  0x00000001 , 0x0000050f 
- 00027740  0x000074b7 setarg  0x000000ff 
- 00027741  0x000074b8 store  0x00000001 , 0x0000050e 
- 00027742  0x000074b9 branch  0x00006c64 
- 00027743  0x000074bb jam  0x00000000 , 0x00000510 
- 00027744  0x000074bc fetch  0x00000001 , 0x00004565 
- 00027745  0x000074bd store  0x00000001 , 0x0000050f 
- 00027746  0x000074be setarg  0x000000ef 
- 00027747  0x000074bf store  0x00000001 , 0x0000050e 
- 00027748  0x000074c1 bpatchx  0x000000b3 , 0x00004036 
- 00027749  0x000074c2 fetch  0x00000002 , 0x0000469f 
- 00027750  0x000074c3 sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00027751  0x000074c4 branch  0x00006c6b , 0x00000002 
- 00027752  0x000074c5 fetch  0x00000001 , 0x00000510 
- 00027753  0x000074c6 increase  0x00000001 , 0x0000003f 
- 00027754  0x000074c7 store  0x00000001 , 0x00000510 
- 00027755  0x000074c9 call  0x00006a72 
- 00027756  0x000074ca fetch  0x00000002 , 0x0000469f 
- 00027757  0x000074cb increase  0x00000008 , 0x0000003f 
- 00027758  0x000074cc fetcht  0x00000001 , 0x00000510 
- 00027759  0x000074cd iadd  0x00000002 , 0x00000011 
- 00027760  0x000074cf call  0x00005240 
- 00027761  0x000074d0 store  0x00000002 , 0x00000277 
- 00027762  0x000074d1 increase  0x00000004 , 0x0000003f 
- 00027763  0x000074d2 store  0x00000002 , 0x00000279 
- 00027764  0x000074d3 copy  0x0000003f , 0x00000005 
- 00027765  0x000074d4 fetch  0x00000001 , 0x0000050d 
- 00027766  0x000074d5 istore  0x00000001 , 0x00000005 
- 00027767  0x000074d6 fetch  0x00000001 , 0x0000050e 
- 00027768  0x000074d7 istore  0x00000001 , 0x00000005 
- 00027769  0x000074d8 call  0x00006c95 
- 00027770  0x000074d9 call  0x00006ca6 
- 00027771  0x000074da bpatchx  0x000000b4 , 0x00004036 
- 00027772  0x000074db fetch  0x00000002 , 0x00004571 
- 00027773  0x000074dc copy  0x0000003f , 0x00000003 
- 00027774  0x000074dd fetch  0x00000002 , 0x0000469f 
- 00027775  0x000074de copy  0x0000003f , 0x00000039 
- 00027776  0x000074df call  0x000066ea 
- 00027777  0x000074e0 copy  0x00000005 , 0x00000002 
- 00027778  0x000074e1 copy  0x00000003 , 0x0000003f 
- 00027779  0x000074e2 store  0x00000002 , 0x00004571 
- 00027780  0x000074e3 copy  0x00000002 , 0x00000005 
- 00027781  0x000074e4 fetch  0x00000001 , 0x0000050f 
- 00027782  0x000074e5 istore  0x00000001 , 0x00000005 
- 00027783  0x000074e6 fetch  0x00000002 , 0x00000277 
- 00027784  0x000074e7 copy  0x0000003f , 0x00000005 
- 00027785  0x000074e8 fetch  0x00000002 , 0x0000469f 
- 00027786  0x000074e9 fetcht  0x00000001 , 0x00000510 
- 00027787  0x000074ea iadd  0x00000002 , 0x0000003f 
- 00027788  0x000074eb increase  0x00000004 , 0x0000003f 
- 00027789  0x000074ec istore  0x00000002 , 0x00000005 
- 00027790  0x000074ed fetch  0x00000002 , 0x0000424a 
- 00027791  0x000074ee istore  0x00000002 , 0x00000005 
- 00027792  0x000074ef jam  0x00000000 , 0x00004569 
- 00027793  0x000074f0 fetch  0x00000002 , 0x00004573 
- 00027794  0x000074f1 beq  0x00000000 , 0x00003a97 
- 00027795  0x000074f2 jam  0x00000000 , 0x00000b05 
- 00027796  0x000074f3 rtn 
- 00027797  0x000074f6 bpatchx  0x000000b5 , 0x00004036 
- 00027798  0x000074f7 fetch  0x00000002 , 0x0000469f 
- 00027799  0x000074f8 sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00027800  0x000074f9 nbranch  0x00006c9d , 0x00000002 
- 00027801  0x000074fa lshift  0x0000003f , 0x0000003f 
- 00027802  0x000074fb set1  0x00000000 , 0x0000003f 
- 00027803  0x000074fc istore  0x00000001 , 0x00000005 
- 00027804  0x000074fd rtn 
- 00027805  0x000074ff fetch  0x00000002 , 0x0000469f 
- 00027806  0x00007500 rshift3  0x0000003f , 0x0000003f 
- 00027807  0x00007501 rshift4  0x0000003f , 0x00000002 
- 00027808  0x00007502 and_into  0x0000007f , 0x0000003f 
- 00027809  0x00007503 lshift  0x0000003f , 0x0000003f 
- 00027810  0x00007504 set0  0x00000000 , 0x0000003f 
- 00027811  0x00007505 istore  0x00000001 , 0x00000005 
- 00027812  0x00007506 istoret  0x00000001 , 0x00000005 
- 00027813  0x00007507 rtn 
- 00027814  0x00007509 fetch  0x00000001 , 0x00004569 
- 00027815  0x0000750a rtn  0x00000034 
- 00027816  0x0000750b istore  0x00000001 , 0x00000005 
- 00027817  0x0000750c rtn 
- 00027818  0x00007512 bpatchx  0x000000b6 , 0x00004036 
- 00027819  0x00007513 call  0x00007d9c 
- 00027820  0x00007514 call  0x000032f6 
- 00027821  0x00007515 call  0x0000631b 
- 00027822  0x00007517 bpatchx  0x000000b7 , 0x00004036 
- 00027823  0x00007518 call  0x000076dc 
- 00027824  0x00007519 call  0x000076b5 
- 00027825  0x0000751a call  0x000076c6 
- 00027826  0x0000751d call  0x0000526e 
- 00027827  0x0000751e nrtn  0x00000034 
- 00027828  0x00007520 call  0x00004da9 
- 00027829  0x00007521 call  0x0000526e 
- 00027830  0x00007522 nrtn  0x00000034 
- 00027831  0x00007523 bpatchx  0x000000b8 , 0x00004037 
- 00027832  0x00007525 call  0x00006cf5 
- 00027833  0x00007526 call  0x00004f64 
- 00027834  0x00007527 call  0x00006b98 
- 00027835  0x00007529 call  0x00006cbe 
- 00027836  0x0000752a bpatchx  0x000000b9 , 0x00004037 
- 00027837  0x0000752d branch  0x000032f2 
- 00027838  0x00007530 fetch  0x00000001 , 0x0000027f 
- 00027839  0x00007531 bbit1  0x00000000 , 0x00005087 
- 00027840  0x00007532 bbit1  0x00000007 , 0x00005091 
- 00027841  0x00007533 rtn 
- 00027842  0x00007536 bpatchx  0x000000ba , 0x00004037 
- 00027843  0x00007537 call  0x00005274 
- 00027844  0x00007538 rtn  0x00000034 
- 00027845  0x00007539 fetch  0x00000001 , 0x0000004b 
- 00027846  0x0000753a rtnbit1  0x00000006 
- 00027847  0x0000753b call  0x00005258 
- 00027848  0x0000753c store  0x00000002 , 0x0000016f 
- 00027849  0x0000753d copy  0x0000003f , 0x00000006 
- 00027850  0x0000753e ifetch  0x00000002 , 0x00000006 
- 00027851  0x0000753f increase  0x00000004 , 0x0000003f 
- 00027852  0x00007540 store  0x00000002 , 0x000041dc 
- 00027853  0x00007541 jam  0x00000006 , 0x000041db 
- 00027854  0x00007542 bpatchx  0x000000bb , 0x00004037 
- 00027855  0x00007543 fetch  0x00000002 , 0x00004246 
- 00027856  0x00007544 branch  0x00006cdd , 0x00000034 
- 00027857  0x00007545 fetch  0x00000001 , 0x0000004b 
- 00027858  0x00007546 rtnbit0  0x00000007 
- 00027859  0x00007547 set0  0x00000007 , 0x0000003f 
- 00027860  0x00007548 store  0x00000001 , 0x0000004b 
- 00027861  0x00007549 jam  0x00000005 , 0x000041db 
- 00027862  0x0000754a fetcht  0x00000002 , 0x00004246 
- 00027863  0x0000754b fetch  0x00000002 , 0x0000016f 
- 00027864  0x0000754c iadd  0x00000002 , 0x0000003f 
- 00027865  0x0000754d store  0x00000002 , 0x0000016f 
- 00027866  0x0000754e fetch  0x00000002 , 0x000041dc 
- 00027867  0x0000754f isub  0x00000002 , 0x0000003f 
- 00027868  0x00007550 store  0x00000002 , 0x000041dc 
- 00027869  0x00007552 bpatchx  0x000000bc , 0x00004037 
- 00027870  0x00007553 fetch  0x00000002 , 0x000041dc 
- 00027871  0x00007554 branch  0x00002a8c , 0x00000034 
- 00027872  0x00007555 arg  0x00000104 , 0x00000002 
- 00027873  0x00007556 isub  0x00000002 , 0x0000003f 
- 00027874  0x00007557 nbranch  0x00006ce9 , 0x00000002 
- 00027875  0x00007558 bpatchx  0x000000bd , 0x00004037 
- 00027876  0x00007559 storet  0x00000002 , 0x000041dc 
- 00027877  0x0000755a fetch  0x00000002 , 0x00004246 
- 00027878  0x0000755b iadd  0x00000002 , 0x0000003f 
- 00027879  0x0000755c store  0x00000002 , 0x00004246 
- 00027880  0x0000755d branch  0x00006ceb 
- 00027881  0x0000755f setarg  0x00000000 
- 00027882  0x00007560 store  0x00000002 , 0x00004246 
- 00027883  0x00007562 fetch  0x00000001 , 0x0000004b 
- 00027884  0x00007563 set1  0x00000006 , 0x0000003f 
- 00027885  0x00007564 store  0x00000001 , 0x0000004b 
- 00027886  0x00007565 rtn 
- 00027887  0x00007568 fetch  0x00000001 , 0x00004684 
- 00027888  0x00007569 bbit1  0x00000000 , 0x00006cf3 
- 00027889  0x0000756a jam  0x00000001 , 0x00000287 
- 00027890  0x0000756b rtn 
- 00027891  0x0000756d jam  0x0000000f , 0x00000287 
- 00027892  0x0000756e rtn 
- 00027893  0x00007571 fetch  0x00000001 , 0x00004681 
- 00027894  0x00007572 nbranch  0x00006cfb , 0x00000034 
- 00027895  0x00007574 fetch  0x00000001 , 0x00000286 
- 00027896  0x00007576 rtn  0x00000034 
- 00027897  0x00007578 jam  0x00000000 , 0x00000286 
- 00027898  0x0000757a rtn 
- 00027899  0x0000757e bpatchx  0x000000be , 0x00004037 
- 00027900  0x0000757f fetch  0x00000001 , 0x00000287 
- 00027901  0x00007580 rtn  0x00000034 
- 00027902  0x00007581 beq  0x00000001 , 0x00006d1b 
- 00027903  0x00007582 beq  0x00000002 , 0x00006d74 
- 00027904  0x00007583 beq  0x00000003 , 0x00006d21 
- 00027905  0x00007584 beq  0x00000004 , 0x00006d78 
- 00027906  0x00007585 beq  0x0000003b , 0x00006d2b 
- 00027907  0x00007586 beq  0x0000003c , 0x00006d7b 
- 00027908  0x00007587 beq  0x0000000d , 0x00006d30 
- 00027909  0x00007588 beq  0x0000000e , 0x00006d80 
- 00027910  0x00007589 beq  0x0000000f , 0x00006d33 
- 00027911  0x0000758a beq  0x00000010 , 0x00006d86 
- 00027912  0x0000758b beq  0x00000011 , 0x00006d39 
- 00027913  0x0000758c beq  0x00000012 , 0x00006d8a 
- 00027914  0x0000758d beq  0x00000013 , 0x00006d3f 
- 00027915  0x0000758e beq  0x00000014 , 0x00006d8e 
- 00027916  0x0000758f beq  0x00000015 , 0x00006d45 
- 00027917  0x00007590 beq  0x00000016 , 0x00006d92 
- 00027918  0x00007591 beq  0x00000017 , 0x00006d4b 
- 00027919  0x00007592 beq  0x00000018 , 0x00006d97 
- 00027920  0x00007593 beq  0x00000019 , 0x00006d51 
- 00027921  0x00007594 beq  0x0000001a , 0x00006d9b 
- 00027922  0x00007595 beq  0x0000001b , 0x00006d57 
- 00027923  0x00007596 beq  0x0000001c , 0x00006d9f 
- 00027924  0x00007597 beq  0x0000001d , 0x00006d5d 
- 00027925  0x00007598 beq  0x0000001e , 0x00006da4 
- 00027926  0x00007599 beq  0x0000001f , 0x00006d63 
- 00027927  0x0000759a beq  0x00000020 , 0x00006da8 
- 00027928  0x0000759b beq  0x00000021 , 0x00006d6e 
- 00027929  0x0000759c beq  0x00000022 , 0x00006dac 
- 00027930  0x0000759e rtn 
- 00027931  0x000075a0 call  0x00006db7 
- 00027932  0x000075a1 jam  0x00000002 , 0x00000287 
- 00027933  0x000075a2 fetch  0x00000001 , 0x00004250 
- 00027934  0x000075a3 set1  0x00000000 , 0x0000003f 
- 00027935  0x000075a4 store  0x00000001 , 0x00004250 
- 00027936  0x000075a5 rtn 
- 00027937  0x000075a7 jam  0x00000004 , 0x00000287 
- 00027938  0x000075a8 fetch  0x00000001 , 0x00004250 
- 00027939  0x000075a9 rtnbit1  0x00000002 
- 00027940  0x000075aa jam  0x00000003 , 0x00000287 
- 00027941  0x000075ab call  0x00006dbe 
- 00027942  0x000075ac jam  0x00000004 , 0x00000287 
- 00027943  0x000075ad fetch  0x00000001 , 0x00004250 
- 00027944  0x000075ae set1  0x00000002 , 0x0000003f 
- 00027945  0x000075af store  0x00000001 , 0x00004250 
- 00027946  0x000075b0 rtn 
- 00027947  0x000075b2 call  0x00005274 
- 00027948  0x000075b3 nrtn  0x00000034 
- 00027949  0x000075b4 call  0x00006dcd 
- 00027950  0x000075b5 jam  0x0000003c , 0x00000287 
- 00027951  0x000075b6 rtn 
- 00027952  0x000075b8 call  0x00006dc3 
- 00027953  0x000075b9 jam  0x0000000e , 0x00000287 
- 00027954  0x000075ba rtn 
- 00027955  0x000075bc call  0x00006ddd 
- 00027956  0x000075bd jam  0x00000010 , 0x00000287 
- 00027957  0x000075be fetch  0x00000001 , 0x00004252 
- 00027958  0x000075bf set1  0x00000000 , 0x0000003f 
- 00027959  0x000075c0 store  0x00000001 , 0x00004252 
- 00027960  0x000075c1 rtn 
- 00027961  0x000075c3 call  0x00006de4 
- 00027962  0x000075c4 jam  0x00000012 , 0x00000287 
- 00027963  0x000075c5 fetch  0x00000001 , 0x00004252 
- 00027964  0x000075c6 set1  0x00000002 , 0x0000003f 
- 00027965  0x000075c7 store  0x00000001 , 0x00004252 
- 00027966  0x000075c8 rtn 
- 00027967  0x000075ca call  0x00006de9 
- 00027968  0x000075cb jam  0x00000014 , 0x00000287 
- 00027969  0x000075cc fetch  0x00000001 , 0x00004253 
- 00027970  0x000075cd set1  0x00000000 , 0x0000003f 
- 00027971  0x000075ce store  0x00000001 , 0x00004253 
- 00027972  0x000075cf rtn 
- 00027973  0x000075d1 call  0x00006df0 
- 00027974  0x000075d2 jam  0x00000016 , 0x00000287 
- 00027975  0x000075d3 fetch  0x00000001 , 0x00004253 
- 00027976  0x000075d4 set1  0x00000002 , 0x0000003f 
- 00027977  0x000075d5 store  0x00000001 , 0x00004253 
- 00027978  0x000075d6 rtn 
- 00027979  0x000075d8 call  0x00006dd1 
- 00027980  0x000075d9 jam  0x00000018 , 0x00000287 
- 00027981  0x000075da fetch  0x00000001 , 0x00004251 
- 00027982  0x000075db set1  0x00000000 , 0x0000003f 
- 00027983  0x000075dc store  0x00000001 , 0x00004251 
- 00027984  0x000075dd rtn 
- 00027985  0x000075df call  0x00006dd8 
- 00027986  0x000075e0 jam  0x0000001a , 0x00000287 
- 00027987  0x000075e1 fetch  0x00000001 , 0x00004251 
- 00027988  0x000075e2 set1  0x00000002 , 0x0000003f 
- 00027989  0x000075e3 store  0x00000001 , 0x00004251 
- 00027990  0x000075e4 rtn 
- 00027991  0x000075e6 call  0x00006df5 
- 00027992  0x000075e7 jam  0x0000001c , 0x00000287 
- 00027993  0x000075e8 fetch  0x00000001 , 0x00004251 
- 00027994  0x000075e9 set1  0x00000006 , 0x0000003f 
- 00027995  0x000075ea store  0x00000001 , 0x00004251 
- 00027996  0x000075eb rtn 
- 00027997  0x000075ed call  0x00006dfc 
- 00027998  0x000075ee fetch  0x00000001 , 0x00004254 
- 00027999  0x000075ef set1  0x00000000 
- 00028000  0x000075f0 store  0x00000001 , 0x00004254 
- 00028001  0x000075f1 jam  0x0000001e , 0x00000287 
- 00028002  0x000075f2 rtn 
- 00028003  0x000075f4 call  0x00006e02 
- 00028004  0x000075f5 fetch  0x00000001 , 0x00004254 
- 00028005  0x000075f6 set1  0x00000002 
- 00028006  0x000075f7 store  0x00000001 , 0x00004254 
- 00028007  0x000075f8 jam  0x00000020 , 0x00000287 
- 00028008  0x000075f9 fetch  0x00000001 , 0x00004564 
- 00028009  0x000075fa lshift3  0x0000003f , 0x0000003f 
- 00028010  0x000075fb or_into  0x00000003 , 0x0000003f 
- 00028011  0x000075fc arg  0x00004565 , 0x00000002 
- 00028012  0x000075fd storet  0x00000002 , 0x000004f7 
- 00028013  0x000075fe branch  0x00006a35 
- 00028014  0x00007600 call  0x00006e0c 
- 00028015  0x00007601 fetch  0x00000001 , 0x00004254 
- 00028016  0x00007602 set1  0x00000004 
- 00028017  0x00007603 store  0x00000001 , 0x00004254 
- 00028018  0x00007604 jam  0x00000022 , 0x00000287 
- 00028019  0x00007605 rtn 
- 00028020  0x00007608 fetch  0x00000001 , 0x00004250 
- 00028021  0x00007609 rtnbit0  0x00000001 
- 00028022  0x0000760a jam  0x00000003 , 0x00000287 
- 00028023  0x0000760b branch  0x00006cfb 
- 00028024  0x0000760d fetch  0x00000001 , 0x00004250 
- 00028025  0x0000760e rtnne  0x0000003f 
- 00028026  0x0000760f jam  0x0000003b , 0x00000287 
- 00028027  0x00007611 fetch  0x00000001 , 0x00000285 
- 00028028  0x00007612 rtnne  0x00000017 
- 00028029  0x00007613 jam  0x00000000 , 0x00000285 
- 00028030  0x00007614 jam  0x0000000d , 0x00000287 
- 00028031  0x00007615 branch  0x00006cfb 
- 00028032  0x00007617 fetch  0x00000001 , 0x00004250 
- 00028033  0x00007618 nrtn  0x00000034 
- 00028034  0x00007619 fetch  0x00000001 , 0x00004684 
- 00028035  0x0000761a bbit1  0x00000000 , 0x00006daf 
- 00028036  0x0000761b bbit1  0x00000006 , 0x00006db1 
- 00028037  0x0000761c branch  0x00006db5 
- 00028038  0x0000761e fetch  0x00000001 , 0x00004252 
- 00028039  0x0000761f rtnbit0  0x00000001 
- 00028040  0x00007620 jam  0x00000011 , 0x00000287 
- 00028041  0x00007621 branch  0x00006cfb 
- 00028042  0x00007623 fetch  0x00000001 , 0x00004252 
- 00028043  0x00007624 rtnne  0x0000003f 
- 00028044  0x00007625 jam  0x00000013 , 0x00000287 
- 00028045  0x00007626 branch  0x00006cfb 
- 00028046  0x00007628 fetch  0x00000001 , 0x00004253 
- 00028047  0x00007629 rtnbit0  0x00000001 
- 00028048  0x0000762a jam  0x00000015 , 0x00000287 
- 00028049  0x0000762b branch  0x00006cfb 
- 00028050  0x0000762d fetch  0x00000001 , 0x00004253 
- 00028051  0x0000762e rtnne  0x0000003f 
- 00028052  0x0000762f fetch  0x00000001 , 0x00004684 
- 00028053  0x00007630 bbit1  0x00000006 , 0x00006db1 
- 00028054  0x00007631 branch  0x00006db5 
- 00028055  0x00007633 fetch  0x00000001 , 0x00004251 
- 00028056  0x00007634 rtnbit0  0x00000001 
- 00028057  0x00007635 jam  0x00000019 , 0x00000287 
- 00028058  0x00007636 branch  0x00006cfb 
- 00028059  0x00007638 fetch  0x00000001 , 0x00004251 
- 00028060  0x00007639 rtnne  0x0000003f 
- 00028061  0x0000763a jam  0x0000001b , 0x00000287 
- 00028062  0x0000763b branch  0x00006cfb 
- 00028063  0x0000763d fetch  0x00000001 , 0x00004251 
- 00028064  0x0000763e rtnne  0x000000ff 
- 00028065  0x0000763f fetch  0x00000001 , 0x00004684 
- 00028066  0x00007640 bbit1  0x00000006 , 0x00006db3 
- 00028067  0x00007641 branch  0x00006db5 
- 00028068  0x00007643 fetch  0x00000001 , 0x00004254 
- 00028069  0x00007644 rtnbit0  0x00000001 
- 00028070  0x00007645 jam  0x0000001f , 0x00000287 
- 00028071  0x00007646 branch  0x00006cfb 
- 00028072  0x00007648 fetch  0x00000001 , 0x00004254 
- 00028073  0x00007649 rtnbit0  0x00000003 
- 00028074  0x0000764a jam  0x00000021 , 0x00000287 
- 00028075  0x0000764b branch  0x00006cfb 
- 00028076  0x0000764d fetch  0x00000001 , 0x00004254 
- 00028077  0x0000764e rtnne  0x000000ff 
- 00028078  0x0000764f branch  0x00006db5 
- 00028079  0x00007652 jam  0x0000000f , 0x00000287 
- 00028080  0x00007653 branch  0x00006cfb 
- 00028081  0x00007656 jam  0x00000017 , 0x00000287 
- 00028082  0x00007657 branch  0x00006cfb 
- 00028083  0x00007659 jam  0x0000001d , 0x00000287 
- 00028084  0x0000765a branch  0x00006cfb 
- 00028085  0x0000765f jam  0x00000000 , 0x00000287 
- 00028086  0x00007660 rtn 
- 00028087  0x00007662 bpatchx  0x000000bf , 0x00004037 
- 00028088  0x00007663 call  0x000052b8 
- 00028089  0x00007664 setarg  0x00000001 
- 00028090  0x00007665 copy  0x0000003f , 0x00000002 
- 00028091  0x00007666 setarg  0x00000050 
- 00028092  0x00007667 copy  0x0000003f , 0x0000000b 
- 00028093  0x00007668 branch  0x000050a8 
- 00028094  0x0000766b bpatchx  0x000000c0 , 0x00004038 
- 00028095  0x0000766c call  0x000052b8 
- 00028096  0x0000766d fetch  0x00000002 , 0x00004248 
- 00028097  0x0000766e copy  0x0000003f , 0x00000002 
- 00028098  0x0000766f branch  0x000050b7 
- 00028099  0x00007672 bpatchx  0x000000c1 , 0x00004038 
- 00028100  0x00007673 call  0x000052b8 
- 00028101  0x00007674 fetch  0x00000002 , 0x00004248 
- 00028102  0x00007675 copy  0x0000003f , 0x00000002 
- 00028103  0x00007676 arg  0x00000050 , 0x0000000b 
- 00028104  0x00007677 call  0x000050cc 
- 00028105  0x00007678 fetch  0x00000001 , 0x00004250 
- 00028106  0x00007679 set0  0x00000005 , 0x0000003f 
- 00028107  0x0000767a store  0x00000001 , 0x00004250 
- 00028108  0x0000767b rtn 
- 00028109  0x0000767e bpatchx  0x000000c2 , 0x00004038 
- 00028110  0x0000767f call  0x000052c5 
- 00028111  0x00007680 call  0x00007138 
- 00028112  0x00007681 branch  0x000050e7 
- 00028113  0x00007684 bpatchx  0x000000c3 , 0x00004038 
- 00028114  0x00007685 call  0x000052b8 
- 00028115  0x00007686 setarg  0x00000003 
- 00028116  0x00007687 copy  0x0000003f , 0x00000002 
- 00028117  0x00007688 setarg  0x00000051 
- 00028118  0x00007689 copy  0x0000003f , 0x0000000b 
- 00028119  0x0000768a branch  0x000050a8 
- 00028120  0x0000768d bpatchx  0x000000c4 , 0x00004038 
- 00028121  0x0000768e call  0x000052b8 
- 00028122  0x0000768f fetch  0x00000002 , 0x0000424a 
- 00028123  0x00007690 copy  0x0000003f , 0x00000002 
- 00028124  0x00007691 branch  0x000050b7 
- 00028125  0x00007694 bpatchx  0x000000c5 , 0x00004038 
- 00028126  0x00007695 call  0x000052b8 
- 00028127  0x00007696 setarg  0x00000011 
- 00028128  0x00007697 copy  0x0000003f , 0x00000002 
- 00028129  0x00007698 setarg  0x00000052 
- 00028130  0x00007699 copy  0x0000003f , 0x0000000b 
- 00028131  0x0000769a branch  0x000050a8 
- 00028132  0x0000769d bpatchx  0x000000c6 , 0x00004038 
- 00028133  0x0000769e call  0x000052b8 
- 00028134  0x0000769f fetch  0x00000002 , 0x0000424c 
- 00028135  0x000076a0 copy  0x0000003f , 0x00000002 
- 00028136  0x000076a1 branch  0x000050b7 
- 00028137  0x000076a4 bpatchx  0x000000c7 , 0x00004038 
- 00028138  0x000076a5 call  0x000052b8 
- 00028139  0x000076a6 setarg  0x00000013 
- 00028140  0x000076a7 copy  0x0000003f , 0x00000002 
- 00028141  0x000076a8 setarg  0x00000053 
- 00028142  0x000076a9 copy  0x0000003f , 0x0000000b 
- 00028143  0x000076aa branch  0x000050a8 
- 00028144  0x000076ad bpatchx  0x000000c8 , 0x00004039 
- 00028145  0x000076ae call  0x000052b8 
- 00028146  0x000076af fetch  0x00000002 , 0x0000424e 
- 00028147  0x000076b0 copy  0x0000003f , 0x00000002 
- 00028148  0x000076b1 branch  0x000050b7 
- 00028149  0x000076b4 bpatchx  0x000000c9 , 0x00004039 
- 00028150  0x000076b5 call  0x000052d2 
- 00028151  0x000076b7 jam  0x00000003 , 0x000004fb 
- 00028152  0x000076b8 jam  0x0000001c , 0x000004fe 
- 00028153  0x000076b9 call  0x00006ba9 
- 00028154  0x000076ba jam  0x00000001 , 0x00004563 
- 00028155  0x000076bb rtn 
- 00028156  0x000076be bpatchx  0x000000ca , 0x00004039 
- 00028157  0x000076bf call  0x000052d2 
- 00028158  0x000076c0 fetcht  0x00000001 , 0x00004564 
- 00028159  0x000076c1 call  0x00006a79 
- 00028160  0x000076c2 storet  0x00000001 , 0x0000455d 
- 00028161  0x000076c3 branch  0x00006bc4 
- 00028162  0x000076c6 bpatchx  0x000000cb , 0x00004039 
- 00028163  0x000076c7 call  0x000052d2 
- 00028164  0x000076c8 fetcht  0x00000001 , 0x0000455d 
- 00028165  0x000076c9 call  0x00006a73 
- 00028166  0x000076ca call  0x00006a1a 
- 00028167  0x000076cb store  0x00000001 , 0x000004fe 
- 00028168  0x000076cc fetcht  0x00000001 , 0x0000455d 
- 00028169  0x000076cd call  0x00006a73 
- 00028170  0x000076ce storet  0x00000001 , 0x000004fb 
- 00028171  0x000076cf branch  0x00006ba9 
- 00028172  0x000076d2 bpatchx  0x000000cc , 0x00004039 
- 00028173  0x000076d3 call  0x000052d2 
- 00028174  0x000076d4 fetcht  0x00000001 , 0x0000455d 
- 00028175  0x000076d5 call  0x00006a73 
- 00028176  0x000076d6 branch  0x00006bfc 
- 00028177  0x000076e4 bpatchx  0x000000cd , 0x00004039 
- 00028178  0x000076e5 fetch  0x00000002 , 0x00000264 
- 00028179  0x000076e6 iforce  0x00000006 
- 00028180  0x000076e9 ifetch  0x00000001 , 0x00000006 
- 00028181  0x000076ea copy  0x0000003f , 0x00000012 
- 00028182  0x000076eb store  0x00000001 , 0x0000051b 
- 00028183  0x000076ec ifetch  0x00000002 , 0x00000006 
- 00028184  0x000076ed store  0x00000002 , 0x0000051c 
- 00028185  0x000076ee ifetch  0x00000001 , 0x00000006 
- 00028186  0x000076ef lshift8  0x0000003f , 0x0000000b 
- 00028187  0x000076f0 ifetch  0x00000001 , 0x00000006 
- 00028188  0x000076f1 iadd  0x0000000b , 0x0000000b 
- 00028189  0x000076f2 bpatchx  0x000000ce , 0x00004039 
- 00028190  0x000076f3 copy  0x00000006 , 0x00000002 
- 00028191  0x000076f4 arg  0x00000004 , 0x00000039 
- 00028192  0x000076f5 arg  0x0000052a , 0x00000005 
- 00028193  0x000076f6 call  0x00007ec6 
- 00028194  0x000076f7 copy  0x00000002 , 0x00000006 
- 00028195  0x000076f8 deposit  0x00000012 
- 00028196  0x000076f9 beq  0x00000001 , 0x00006fba 
- 00028197  0x000076fa beq  0x00000002 , 0x00006e2c 
- 00028198  0x000076fb beq  0x00000003 , 0x00006fba 
- 00028199  0x000076fc beq  0x00000004 , 0x00006e54 
- 00028200  0x000076fd beq  0x00000005 , 0x00006fba 
- 00028201  0x000076fe beq  0x00000006 , 0x00006f02 
- 00028202  0x000076ff beq  0x00000007 , 0x00006fba 
- 00028203  0x00007700 branch  0x00006fc1 
- 00028204  0x0000770c bpatchx  0x000000cf , 0x00004039 
- 00028205  0x0000770d call  0x00006fd0 
- 00028206  0x0000770e compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00028207  0x0000770f branch  0x00007040 , 0x00000001 
- 00028208  0x00007710 compare  0x000000ff , 0x00000002 , 0x000000ff 
- 00028209  0x00007711 branch  0x00006fc4 , 0x00000001 
- 00028210  0x00007713 ifetch  0x00000002 , 0x00000006 
- 00028211  0x00007714 store  0x00000002 , 0x00000522 
- 00028212  0x00007715 increase  0xfffffffe , 0x0000000b 
- 00028213  0x00007717 increase  0xffffffff , 0x0000000b 
- 00028214  0x00007718 nbranch  0x00006fbe , 0x00000005 
- 00028215  0x00007719 arg  0x00000511 , 0x0000000b 
- 00028216  0x0000771a ifetch  0x00000002 , 0x0000000b 
- 00028217  0x0000771b rtn  0x00000034 
- 00028218  0x0000771c call  0x00007082 
- 00028219  0x0000771d call  0x000052d0 
- 00028220  0x0000771e force  0x00000003 , 0x0000003f 
- 00028221  0x0000771f istore  0x00000001 , 0x00000005 
- 00028222  0x00007720 fetch  0x00000002 , 0x0000051c 
- 00028223  0x00007721 istore  0x00000002 , 0x00000005 
- 00028224  0x00007722 lshift2  0x00000007 , 0x0000003f 
- 00028225  0x00007723 add  0x0000003f , 0x00000005 , 0x0000003f 
- 00028226  0x00007724 add  0x0000003f , 0x00000005 , 0x00000013 
- 00028227  0x00007725 byteswap  0x0000003f , 0x0000003f 
- 00028228  0x00007726 istore  0x00000002 , 0x00000005 
- 00028229  0x00007727 deposit  0x00000007 
- 00028230  0x00007728 byteswap  0x0000003f , 0x0000003f 
- 00028231  0x00007729 istore  0x00000002 , 0x00000005 
- 00028232  0x0000772a istore  0x00000002 , 0x00000005 
- 00028233  0x0000772b arg  0x0000052a , 0x00000006 
- 00028234  0x0000772c copy  0x00000007 , 0x00000039 
- 00028235  0x0000772d branch  0x00006e4f , 0x00000005 
- 00028236  0x0000772f ifetch  0x00000004 , 0x00000006 
- 00028237  0x00007730 istore  0x00000004 , 0x00000005 
- 00028238  0x00007731 loop  0x00006e4c 
- 00028239  0x00007733 force  0x00000000 , 0x0000003f 
- 00028240  0x00007734 istore  0x00000001 , 0x00000005 
- 00028241  0x00007735 deposit  0x00000013 
- 00028242  0x00007736 store  0x00000002 , 0x00000275 
- 00028243  0x00007738 rtn 
- 00028244  0x00007744 bpatchx  0x000000d0 , 0x0000403a 
- 00028245  0x00007745 ifetch  0x00000004 , 0x00000006 
- 00028246  0x00007746 store  0x00000004 , 0x00000524 
- 00028247  0x00007747 increase  0xfffffffc , 0x0000000b 
- 00028248  0x00007748 call  0x00006f2e 
- 00028249  0x00007749 store  0x00000002 , 0x00000520 
- 00028250  0x0000774a increase  0xfffffffe , 0x0000000b 
- 00028251  0x0000774b call  0x00007028 
- 00028252  0x0000774c branch  0x00006fc4 , 0x00000005 
- 00028253  0x0000774d compare  0x00000005 , 0x00000011 , 0x000000ff 
- 00028254  0x0000774f branch  0x00006e62 , 0x00000001 
- 00028255  0x00007751 arg  0x0000052a , 0x00000005 
- 00028256  0x00007752 force  0x00000000 , 0x00000007 
- 00028257  0x00007753 branch  0x00006e71 
- 00028258  0x00007755 ifetch  0x00000001 , 0x00000006 
- 00028259  0x00007756 bne  0x0000000a , 0x00006fc4 
- 00028260  0x00007757 ifetch  0x00000002 , 0x00000006 
- 00028261  0x00007758 nbranch  0x00006e6f , 0x00000034 
- 00028262  0x00007759 ifetch  0x00000001 , 0x00000006 
- 00028263  0x0000775a bne  0x000000ff , 0x00006e6d 
- 00028264  0x0000775b ifetch  0x00000001 , 0x00000006 
- 00028265  0x0000775c bne  0x000000ff , 0x00006e6b 
- 00028266  0x0000775d branch  0x00006eb8 
- 00028267  0x0000775f increase  0xfffffffb , 0x00000006 
- 00028268  0x00007760 branch  0x00006e5f 
- 00028269  0x00007762 increase  0xfffffffc , 0x00000006 
- 00028270  0x00007763 branch  0x00006e5f 
- 00028271  0x00007765 increase  0xfffffffd , 0x00000006 
- 00028272  0x00007766 branch  0x00006e5f 
- 00028273  0x00007768 ifetch  0x00000001 , 0x00000006 
- 00028274  0x00007769 beq  0x00000009 , 0x00006e86 
- 00028275  0x0000776a beq  0x0000000a , 0x00006e74 
- 00028276  0x0000776c ifetch  0x00000002 , 0x00000006 
- 00028277  0x0000776d istore  0x00000002 , 0x00000005 
- 00028278  0x0000776e increase  0x00000001 , 0x00000007 
- 00028279  0x0000776f byteswap  0x0000003f , 0x00000012 
- 00028280  0x00007770 ifetch  0x00000002 , 0x00000006 
- 00028281  0x00007771 byteswap  0x0000003f , 0x0000003f 
- 00028282  0x00007773 increase  0x00000001 , 0x00000012 
- 00028283  0x00007774 isub  0x00000012 , 0x0000003e 
- 00028284  0x00007775 nbranch  0x00006e83 , 0x00000002 
- 00028285  0x00007776 copy  0x0000003f , 0x00000013 
- 00028286  0x00007777 byteswap  0x00000012 , 0x0000003f 
- 00028287  0x00007778 istore  0x00000002 , 0x00000005 
- 00028288  0x00007779 increase  0x00000001 , 0x00000007 
- 00028289  0x0000777a copy  0x00000013 , 0x0000003f 
- 00028290  0x0000777b branch  0x00006e7a 
- 00028291  0x0000777d increase  0xfffffffb , 0x0000000b 
- 00028292  0x0000777e increase  0xfffffffb , 0x00000011 
- 00028293  0x0000777f branch  0x00006e8b 
- 00028294  0x00007781 ifetch  0x00000002 , 0x00000006 
- 00028295  0x00007782 istore  0x00000002 , 0x00000005 
- 00028296  0x00007783 increase  0x00000001 , 0x00000007 
- 00028297  0x00007784 increase  0xfffffffd , 0x0000000b 
- 00028298  0x00007785 increase  0xfffffffd , 0x00000011 
- 00028299  0x00007787 nbranch  0x00006fc4 , 0x00000002 
- 00028300  0x00007788 nbranch  0x00006e71 , 0x00000005 
- 00028301  0x00007789 increase  0xffffffff , 0x0000000b 
- 00028302  0x0000778a nbranch  0x00006fc4 , 0x00000005 
- 00028303  0x0000778c call  0x000052d0 
- 00028304  0x0000778d increase  0x0000000a , 0x00000005 
- 00028305  0x0000778e arg  0x0000052a , 0x00000011 
- 00028306  0x00007790 copy  0x00000007 , 0x0000003f 
- 00028307  0x00007791 branch  0x00006ea5 , 0x00000034 
- 00028308  0x00007792 ifetch  0x00000002 , 0x00000011 
- 00028309  0x00007793 branch  0x00006ea5 , 0x00000034 
- 00028310  0x00007794 iforce  0x00000012 
- 00028311  0x00007795 fetch  0x00000004 , 0x00000524 
- 00028312  0x00007796 iforce  0x00000002 
- 00028313  0x00007797 call  0x000070e7 
- 00028314  0x00007798 copy  0x00000006 , 0x0000003f 
- 00028315  0x00007799 branch  0x00006ea2 , 0x00000034 
- 00028316  0x0000779a increase  0xfffffffd , 0x00000006 
- 00028317  0x0000779b ifetch  0x00000003 , 0x00000006 
- 00028318  0x0000779c istore  0x00000003 , 0x00000005 
- 00028319  0x0000779d call  0x0000705b 
- 00028320  0x0000779e iforce  0x00000039 
- 00028321  0x0000779f call  0x00007f01 
- 00028322  0x000077a1 increase  0x00000002 , 0x00000011 
- 00028323  0x000077a2 increase  0xffffffff , 0x00000007 
- 00028324  0x000077a3 branch  0x00006e92 
- 00028325  0x000077a6 arg  0x00000005 , 0x00000011 
- 00028326  0x000077a7 call  0x00006f84 
- 00028327  0x000077a8 fetch  0x00000002 , 0x00000275 
- 00028328  0x000077a9 beq  0x0000000b , 0x00007043 
- 00028329  0x000077aa branch  0x00006f9a 
- 00028330  0x000077ae ifetch  0x00000001 , 0x00000006 
- 00028331  0x000077af beq  0x00000000 , 0x00006eae 
- 00028332  0x000077b0 beq  0x00000001 , 0x00006eb0 
- 00028333  0x000077b1 beq  0x00000002 , 0x00006eb3 
- 00028334  0x000077b3 increase  0xffffffff , 0x0000000b 
- 00028335  0x000077b4 branch  0x00006eb6 
- 00028336  0x000077b6 ifetch  0x00000001 , 0x00000006 
- 00028337  0x000077b7 increase  0xfffffffe , 0x0000000b 
- 00028338  0x000077b8 branch  0x00006eb6 
- 00028339  0x000077ba ifetch  0x00000002 , 0x00000006 
- 00028340  0x000077bb byteswap  0x0000003f , 0x0000003f 
- 00028341  0x000077bc increase  0xfffffffd , 0x0000000b 
- 00028342  0x000077be store  0x00000002 , 0x00000519 
- 00028343  0x000077bf rtn 
- 00028344  0x000077c2 increase  0xfffffffb , 0x0000000b 
- 00028345  0x000077c3 call  0x00006eaa 
- 00028346  0x000077c4 nbranch  0x00006fbe , 0x00000005 
- 00028347  0x000077c5 fetcht  0x00000004 , 0x00000524 
- 00028348  0x000077c6 call  0x000070b1 
- 00028349  0x000077c7 nbranch  0x00006fbb , 0x00000005 
- 00028350  0x000077c8 copy  0x00000006 , 0x00000011 
- 00028351  0x000077c9 call  0x000052d0 
- 00028352  0x000077ca copy  0x00000011 , 0x00000006 
- 00028353  0x000077cb increase  0x00000003 , 0x00000005 
- 00028354  0x000077cc copy  0x00000006 , 0x0000000b 
- 00028355  0x000077cd call  0x00007062 
- 00028356  0x000077ce copy  0x0000003f , 0x00000011 
- 00028357  0x000077d0 fetch  0x00000002 , 0x00000519 
- 00028358  0x000077d1 copy  0x0000003f , 0x00000012 
- 00028359  0x000077d2 copy  0x00000011 , 0x0000003f 
- 00028360  0x000077d3 isub  0x00000012 , 0x00000012 
- 00028361  0x000077d4 fetch  0x00000002 , 0x00000520 
- 00028362  0x000077d5 isub  0x00000012 , 0x0000003e 
- 00028363  0x000077d6 nbranch  0x00006ee7 , 0x00000002 
- 00028364  0x000077d8 disable  0x00000028 
- 00028365  0x000077d9 fetch  0x00000002 , 0x00000519 
- 00028366  0x000077da branch  0x00006eda , 0x00000034 
- 00028367  0x000077db iadd  0x0000000b , 0x00000006 
- 00028368  0x000077dc increase  0x00000003 , 0x00000012 
- 00028369  0x000077dd copy  0x00000012 , 0x00000039 
- 00028370  0x000077de copy  0x00000039 , 0x0000003f 
- 00028371  0x000077df increase  0x00000003 , 0x0000003f 
- 00028372  0x000077e0 byteswap  0x0000003f , 0x0000003f 
- 00028373  0x000077e1 istore  0x00000002 , 0x00000005 
- 00028374  0x000077e2 copy  0x00000039 , 0x0000003f 
- 00028375  0x000077e3 byteswap  0x0000003f , 0x0000003f 
- 00028376  0x000077e4 istore  0x00000002 , 0x00000005 
- 00028377  0x000077e5 branch  0x00006ef5 
- 00028378  0x000077e7 add  0x00000011 , 0x00000006 , 0x00000039 
- 00028379  0x000077e8 branch  0x00006ede , 0x00000028 
- 00028380  0x000077e9 byteswap  0x00000039 , 0x0000003f 
- 00028381  0x000077ea branch  0x00006ee1 
- 00028382  0x000077ec copy  0x00000039 , 0x0000003f 
- 00028383  0x000077ed increase  0x00000002 , 0x0000003f 
- 00028384  0x000077ee byteswap  0x0000003f , 0x0000003f 
- 00028385  0x000077f0 istore  0x00000002 , 0x00000005 
- 00028386  0x000077f1 increase  0xfffffffd , 0x00000039 
- 00028387  0x000077f2 byteswap  0x00000039 , 0x0000003f 
- 00028388  0x000077f3 istore  0x00000002 , 0x00000005 
- 00028389  0x000077f4 copy  0x0000000b , 0x00000006 
- 00028390  0x000077f5 branch  0x00006ef5 
- 00028391  0x000077f7 enable  0x00000028 
- 00028392  0x000077f9 fetch  0x00000002 , 0x00000520 
- 00028393  0x000077fa copy  0x0000003f , 0x00000011 
- 00028394  0x000077fb copy  0x00000011 , 0x00000039 
- 00028395  0x000077fc fetch  0x00000002 , 0x00000519 
- 00028396  0x000077fd branch  0x00006eda , 0x00000034 
- 00028397  0x000077fe iadd  0x0000000b , 0x00000006 
- 00028398  0x000077ff copy  0x00000011 , 0x0000003f 
- 00028399  0x00007800 increase  0x00000005 , 0x0000003f 
- 00028400  0x00007801 byteswap  0x0000003f , 0x0000003f 
- 00028401  0x00007802 istore  0x00000002 , 0x00000005 
- 00028402  0x00007803 copy  0x00000011 , 0x0000003f 
- 00028403  0x00007804 byteswap  0x0000003f , 0x0000003f 
- 00028404  0x00007805 istore  0x00000002 , 0x00000005 
- 00028405  0x00007807 call  0x00007f01 
- 00028406  0x00007808 nbranch  0x00006efe , 0x00000028 
- 00028407  0x00007809 force  0x00000002 , 0x0000003f 
- 00028408  0x0000780a istore  0x00000001 , 0x00000005 
- 00028409  0x0000780b copy  0x00000006 , 0x0000003f 
- 00028410  0x0000780c isub  0x0000000b , 0x0000003f 
- 00028411  0x0000780d byteswap  0x0000003f , 0x0000003f 
- 00028412  0x0000780e istore  0x00000002 , 0x00000005 
- 00028413  0x0000780f branch  0x00006f00 
- 00028414  0x00007811 force  0x00000000 , 0x0000003f 
- 00028415  0x00007812 istore  0x00000001 , 0x00000005 
- 00028416  0x00007814 arg  0x00000005 , 0x00000011 
- 00028417  0x00007815 branch  0x00006fb0 
- 00028418  0x00007821 bpatchx  0x000000d1 , 0x0000403a 
- 00028419  0x00007822 call  0x00006fd0 
- 00028420  0x00007823 compare  0x000000ff , 0x00000002 , 0x000000ff 
- 00028421  0x00007824 branch  0x00006fc4 , 0x00000001 
- 00028422  0x00007825 call  0x00006f2e 
- 00028423  0x00007826 store  0x00000002 , 0x00000520 
- 00028424  0x00007827 increase  0xfffffffe , 0x0000000b 
- 00028425  0x00007828 call  0x00007028 
- 00028426  0x00007829 arg  0x0000052a , 0x00000005 
- 00028427  0x0000782a force  0x00000000 , 0x00000007 
- 00028428  0x0000782c ifetch  0x00000001 , 0x00000006 
- 00028429  0x0000782d beq  0x0000000a , 0x00006f36 
- 00028430  0x0000782e ifetch  0x00000002 , 0x00000006 
- 00028431  0x0000782f istore  0x00000002 , 0x00000005 
- 00028432  0x00007830 increase  0x00000001 , 0x00000007 
- 00028433  0x00007831 increase  0xfffffffd , 0x0000000b 
- 00028434  0x00007832 increase  0xfffffffd , 0x00000011 
- 00028435  0x00007833 nbranch  0x00006fc4 , 0x00000002 
- 00028436  0x00007834 nbranch  0x00006f0c , 0x00000005 
- 00028437  0x00007835 increase  0xffffffff , 0x0000000b 
- 00028438  0x00007836 nbranch  0x00006fc4 , 0x00000005 
- 00028439  0x00007837 call  0x000052d0 
- 00028440  0x00007838 increase  0x0000000d , 0x00000005 
- 00028441  0x00007839 fetch  0x00000002 , 0x00000511 
- 00028442  0x0000783a iforce  0x00000013 
- 00028443  0x0000783b arg  0x0000052a , 0x00000011 
- 00028444  0x0000783d ifetch  0x00000002 , 0x00000011 
- 00028445  0x0000783e branch  0x00006f29 , 0x00000034 
- 00028446  0x0000783f iforce  0x00000012 
- 00028447  0x00007840 call  0x000070c6 
- 00028448  0x00007841 branch  0x00006f27 , 0x00000034 
- 00028449  0x00007842 increase  0xfffffffd , 0x00000006 
- 00028450  0x00007843 ifetch  0x00000003 , 0x00000006 
- 00028451  0x00007844 istore  0x00000003 , 0x00000005 
- 00028452  0x00007845 call  0x0000705b 
- 00028453  0x00007846 iforce  0x00000039 
- 00028454  0x00007847 call  0x00007f01 
- 00028455  0x00007849 increase  0x00000002 , 0x00000011 
- 00028456  0x0000784a branch  0x00006f1c 
- 00028457  0x0000784d call  0x00006f83 
- 00028458  0x0000784e fetch  0x00000002 , 0x00000275 
- 00028459  0x0000784f beq  0x0000000e , 0x00007046 
- 00028460  0x00007850 call  0x00006f9a 
- 00028461  0x00007851 branch  0x00006f9a 
- 00028462  0x00007855 ifetch  0x00000002 , 0x00000006 
- 00028463  0x00007856 byteswap  0x0000003f , 0x0000003f 
- 00028464  0x00007857 increase  0xfffffffd , 0x0000003f 
- 00028465  0x00007858 arg  0x000000c8 , 0x00000002 
- 00028466  0x00007859 isub  0x00000002 , 0x0000003e 
- 00028467  0x0000785a nrtn  0x00000002 
- 00028468  0x0000785b setarg  0x000000c8 
- 00028469  0x0000785c rtn 
- 00028470  0x00007860 increase  0x00000004 , 0x00000006 
- 00028471  0x00007861 increase  0xfffffffb , 0x0000000b 
- 00028472  0x00007862 increase  0xfffffffb , 0x00000011 
- 00028473  0x00007863 nbranch  0x00006fc4 , 0x00000005 
- 00028474  0x00007864 call  0x00006eaa 
- 00028475  0x00007865 nbranch  0x00006fbe , 0x00000005 
- 00028476  0x00007866 arg  0x00000511 , 0x0000000b 
- 00028477  0x00007867 call  0x00007082 
- 00028478  0x00007868 deposit  0x00000007 
- 00028479  0x00007869 branch  0x00007046 , 0x00000034 
- 00028480  0x0000786a store  0x00000001 , 0x0000054e 
- 00028481  0x0000786c copy  0x00000012 , 0x0000003f 
- 00028482  0x0000786d store  0x00000002 , 0x0000054c 
- 00028483  0x0000786e arg  0x00000000 , 0x00000007 
- 00028484  0x0000786f arg  0x00000000 , 0x00000011 
- 00028485  0x00007870 call  0x000052d0 
- 00028486  0x00007871 increase  0x0000000a , 0x00000005 
- 00028487  0x00007873 call  0x00006f6c 
- 00028488  0x00007874 nbranch  0x00002a8c , 0x00000028 
- 00028489  0x00007875 copy  0x00000006 , 0x0000000b 
- 00028490  0x00007876 copy  0x0000003f , 0x00000013 
- 00028491  0x00007877 iadd  0x00000011 , 0x00000011 
- 00028492  0x0000787a fetch  0x00000002 , 0x00000519 
- 00028493  0x0000787b copy  0x0000003f , 0x00000012 
- 00028494  0x0000787c branch  0x00006f75 , 0x00000034 
- 00028495  0x0000787e copy  0x00000011 , 0x0000003f 
- 00028496  0x0000787f isub  0x00000012 , 0x00000012 
- 00028497  0x00007880 branch  0x00006f67 , 0x00000005 
- 00028498  0x00007881 nbranch  0x00006f67 , 0x00000002 
- 00028499  0x00007882 fetch  0x00000002 , 0x00000520 
- 00028500  0x00007883 isub  0x00000012 , 0x0000003e 
- 00028501  0x00007884 branch  0x00006f5e , 0x00000005 
- 00028502  0x00007885 nbranch  0x00006f5e , 0x00000002 
- 00028503  0x00007889 copy  0x00000012 , 0x00000039 
- 00028504  0x0000788a call  0x00006f61 
- 00028505  0x0000788b fetch  0x00000001 , 0x0000054e 
- 00028506  0x0000788c increase  0x00000001 , 0x00000007 
- 00028507  0x0000788d isub  0x00000007 , 0x0000003e 
- 00028508  0x0000788e branch  0x00006f83 , 0x00000005 
- 00028509  0x0000788f branch  0x00006fa0 
- 00028510  0x00007892 copy  0x0000003f , 0x00000039 
- 00028511  0x00007893 call  0x00006f61 
- 00028512  0x00007894 branch  0x00006fa0 
- 00028513  0x00007897 increase  0xfffffffd , 0x00000005 
- 00028514  0x00007898 copy  0x00000039 , 0x00000002 
- 00028515  0x00007899 copy  0x00000013 , 0x0000003f 
- 00028516  0x0000789a isub  0x00000012 , 0x0000003f 
- 00028517  0x0000789b iadd  0x0000000b , 0x00000006 
- 00028518  0x0000789c branch  0x00007f01 
- 00028519  0x0000789f fetch  0x00000001 , 0x0000054e 
- 00028520  0x000078a0 increase  0x00000001 , 0x00000007 
- 00028521  0x000078a1 isub  0x00000007 , 0x0000003e 
- 00028522  0x000078a2 rtn  0x00000005 
- 00028523  0x000078a3 branch  0x00006f47 
- 00028524  0x000078a6 call  0x00007fe9 
- 00028525  0x000078a7 arg  0x0000052a , 0x00000006 
- 00028526  0x000078a8 lshift2  0x00000007 , 0x0000003f 
- 00028527  0x000078a9 iadd  0x00000006 , 0x00000006 
- 00028528  0x000078aa ifetcht  0x00000004 , 0x00000006 
- 00028529  0x000078ab call  0x000070b1 
- 00028530  0x000078ac nrtn  0x00000005 
- 00028531  0x000078ad call  0x0000705b 
- 00028532  0x000078ae branch  0x00007fe7 
- 00028533  0x000078b1 fetch  0x00000002 , 0x00000520 
- 00028534  0x000078b2 isub  0x00000011 , 0x0000003e 
- 00028535  0x000078b3 nbranch  0x00006f8f , 0x00000002 
- 00028536  0x000078b4 copy  0x00000011 , 0x00000039 
- 00028537  0x000078b5 copy  0x00000039 , 0x00000002 
- 00028538  0x000078b6 copy  0x0000000b , 0x00000006 
- 00028539  0x000078b7 call  0x00007f01 
- 00028540  0x000078b8 fetch  0x00000002 , 0x0000054c 
- 00028541  0x000078b9 isub  0x00000011 , 0x0000003e 
- 00028542  0x000078ba branch  0x00006f81 , 0x00000005 
- 00028543  0x000078bc call  0x00006fa0 
- 00028544  0x000078bd branch  0x00006f94 
- 00028545  0x000078c0 call  0x00006f83 
- 00028546  0x000078c1 branch  0x00006f94 
- 00028547  0x000078c4 arg  0x00000007 , 0x00000011 
- 00028548  0x000078c6 force  0x00000000 , 0x0000003f 
- 00028549  0x000078c7 istore  0x00000001 , 0x00000005 
- 00028550  0x000078c8 call  0x00006fb0 
- 00028551  0x000078c9 fetcht  0x00000002 , 0x00000275 
- 00028552  0x000078ca increase  0xfffffffb , 0x00000002 
- 00028553  0x000078cb byteswap  0x00000002 , 0x0000003f 
- 00028554  0x000078cc istore  0x00000002 , 0x00000005 
- 00028555  0x000078cd increase  0xfffffffd , 0x00000002 
- 00028556  0x000078ce byteswap  0x00000002 , 0x0000003f 
- 00028557  0x000078cf istore  0x00000002 , 0x00000005 
- 00028558  0x000078d0 rtn 
- 00028559  0x000078d3 copy  0x0000003f , 0x00000039 
- 00028560  0x000078d4 copy  0x00000039 , 0x00000002 
- 00028561  0x000078d5 copy  0x0000000b , 0x00000006 
- 00028562  0x000078d6 call  0x00007f01 
- 00028563  0x000078d7 call  0x00006fa0 
- 00028564  0x000078d9 setarg  0x00000036 
- 00028565  0x000078da istore  0x00000001 , 0x00000005 
- 00028566  0x000078db fetch  0x00000002 , 0x0000054c 
- 00028567  0x000078dc byteswap  0x0000003f , 0x0000003f 
- 00028568  0x000078dd istore  0x00000002 , 0x00000005 
- 00028569  0x000078de rtn 
- 00028570  0x000078e1 setarg  0x00000036 
- 00028571  0x000078e2 istore  0x00000001 , 0x00000005 
- 00028572  0x000078e3 increase  0xfffffffd , 0x00000002 
- 00028573  0x000078e4 byteswap  0x00000002 , 0x0000003f 
- 00028574  0x000078e5 istore  0x00000002 , 0x00000005 
- 00028575  0x000078e6 rtn 
- 00028576  0x000078e9 arg  0x00000007 , 0x00000011 
- 00028577  0x000078ea setarg  0x00000002 
- 00028578  0x000078eb istore  0x00000001 , 0x00000005 
- 00028579  0x000078ec fetch  0x00000002 , 0x00000519 
- 00028580  0x000078ed iadd  0x00000002 , 0x00000002 
- 00028581  0x000078ee byteswap  0x00000002 , 0x0000003f 
- 00028582  0x000078ef istore  0x00000002 , 0x00000005 
- 00028583  0x000078f0 call  0x00006fb0 
- 00028584  0x000078f1 fetcht  0x00000002 , 0x00000275 
- 00028585  0x000078f2 increase  0xfffffffb , 0x00000002 
- 00028586  0x000078f3 byteswap  0x00000002 , 0x0000003f 
- 00028587  0x000078f4 istore  0x00000002 , 0x00000005 
- 00028588  0x000078f5 increase  0xfffffffb , 0x00000002 
- 00028589  0x000078f6 byteswap  0x00000002 , 0x0000003f 
- 00028590  0x000078f7 istore  0x00000002 , 0x00000005 
- 00028591  0x000078f8 rtn 
- 00028592  0x000078fb fetch  0x00000002 , 0x00000273 
- 00028593  0x000078fc isub  0x00000005 , 0x0000003f 
- 00028594  0x000078fd sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00028595  0x000078fe store  0x00000002 , 0x00000275 
- 00028596  0x000078ff call  0x000052d0 
- 00028597  0x00007900 copy  0x00000011 , 0x0000003f 
- 00028598  0x00007901 istore  0x00000001 , 0x00000005 
- 00028599  0x00007902 fetch  0x00000002 , 0x0000051c 
- 00028600  0x00007903 istore  0x00000002 , 0x00000005 
- 00028601  0x00007904 rtn 
- 00028602  0x00007915 rtn 
- 00028603  0x00007937 setarg  0x00000200 
- 00028604  0x00007938 store  0x00000002 , 0x0000054a 
- 00028605  0x00007939 branch  0x00006fc6 
- 00028606  0x0000793b setarg  0x00000400 
- 00028607  0x0000793c store  0x00000002 , 0x0000054a 
- 00028608  0x0000793d branch  0x00006fc6 
- 00028609  0x0000793f setarg  0x00000600 
- 00028610  0x00007940 store  0x00000002 , 0x0000054a 
- 00028611  0x00007941 branch  0x00006fc6 
- 00028612  0x00007943 setarg  0x00000300 
- 00028613  0x00007944 store  0x00000002 , 0x0000054a 
- 00028614  0x00007946 call  0x000052d0 
- 00028615  0x00007947 istore  0x00000001 , 0x00000005 
- 00028616  0x00007948 fetch  0x00000002 , 0x0000051c 
- 00028617  0x00007949 istore  0x00000002 , 0x00000005 
- 00028618  0x0000794a setarg  0x00000200 
- 00028619  0x0000794b istore  0x00000002 , 0x00000005 
- 00028620  0x0000794c fetch  0x00000002 , 0x0000054a 
- 00028621  0x0000794d istore  0x00000002 , 0x00000005 
- 00028622  0x0000794e jam  0x00000007 , 0x00000275 
- 00028623  0x0000794f rtn 
- 00028624  0x00007955 arg  0x00000000 , 0x00000012 
- 00028625  0x00007956 force  0x00000000 , 0x00000002 
- 00028626  0x00007957 arg  0x00000511 , 0x00000005 
- 00028627  0x00007958 call  0x00007028 
- 00028628  0x00007959 branch  0x00007026 , 0x00000005 
- 00028629  0x0000795b increase  0x00000001 , 0x00000012 
- 00028630  0x0000795c ifetch  0x00000001 , 0x00000006 
- 00028631  0x0000795d increase  0xffffffff , 0x00000011 
- 00028632  0x0000795e increase  0xffffffff , 0x0000000b 
- 00028633  0x0000795f compare  0x00000018 , 0x0000003f , 0x000000f8 
- 00028634  0x00007960 nbranch  0x00007026 , 0x00000001 
- 00028635  0x00007961 compare  0x00000004 , 0x0000003f , 0x00000007 
- 00028636  0x00007962 nbranch  0x00006ff3 , 0x00000001 
- 00028637  0x00007963 force  0x00000001 , 0x00000002 
- 00028638  0x00007965 ifetch  0x00000001 , 0x00000006 
- 00028639  0x00007966 increase  0xffffffff , 0x00000011 
- 00028640  0x00007967 increase  0xffffffff , 0x0000000b 
- 00028641  0x00007968 bne  0x00000000 , 0x00006fe7 
- 00028642  0x00007969 ifetch  0x00000001 , 0x00000006 
- 00028643  0x0000796a increase  0xffffffff , 0x00000011 
- 00028644  0x0000796b increase  0xffffffff , 0x0000000b 
- 00028645  0x0000796c beq  0x00000000 , 0x00006ff8 
- 00028646  0x0000796d branch  0x00006fea 
- 00028647  0x0000796f increase  0x00000001 , 0x00000006 
- 00028648  0x00007970 increase  0xffffffff , 0x00000011 
- 00028649  0x00007971 increase  0xffffffff , 0x0000000b 
- 00028650  0x00007973 increase  0x00000002 , 0x00000006 
- 00028651  0x00007974 increase  0xfffffffe , 0x00000011 
- 00028652  0x00007975 increase  0xfffffffe , 0x0000000b 
- 00028653  0x00007976 compare  0x00000000 , 0x00000002 , 0x000000ff 
- 00028654  0x00007977 branch  0x00007020 , 0x00000001 
- 00028655  0x00007978 increase  0x0000000c , 0x00000006 
- 00028656  0x00007979 increase  0xfffffff4 , 0x00000011 
- 00028657  0x0000797a increase  0xfffffff4 , 0x0000000b 
- 00028658  0x0000797b branch  0x00007020 
- 00028659  0x0000797d compare  0x00000002 , 0x0000003f , 0x00000007 
- 00028660  0x0000797e nbranch  0x00006ff6 , 0x00000001 
- 00028661  0x0000797f branch  0x00006fde 
- 00028662  0x00007981 compare  0x00000001 , 0x0000003f , 0x00000007 
- 00028663  0x00007982 nbranch  0x00007026 , 0x00000001 
- 00028664  0x00007984 increase  0xfffffffe , 0x00000011 
- 00028665  0x00007985 increase  0xfffffffe , 0x0000000b 
- 00028666  0x00007986 ifetch  0x00000002 , 0x00000006 
- 00028667  0x00007987 sub  0x00000012 , 0x00000004 , 0x0000003e 
- 00028668  0x00007988 branch  0x00006ffe , 0x00000005 
- 00028669  0x00007989 istore  0x00000002 , 0x00000005 
- 00028670  0x0000798b compare  0x00000000 , 0x00000002 , 0x000000ff 
- 00028671  0x0000798c branch  0x00007020 , 0x00000001 
- 00028672  0x0000798d copy  0x00000006 , 0x00000002 
- 00028673  0x0000798e ifetch  0x00000001 , 0x00000006 
- 00028674  0x0000798f bne  0x00000000 , 0x00007019 
- 00028675  0x00007990 ifetch  0x00000001 , 0x00000006 
- 00028676  0x00007991 bne  0x00000000 , 0x00007019 
- 00028677  0x00007992 ifetch  0x00000001 , 0x00000006 
- 00028678  0x00007993 bne  0x00000010 , 0x00007019 
- 00028679  0x00007994 ifetch  0x00000001 , 0x00000006 
- 00028680  0x00007995 bne  0x00000000 , 0x00007019 
- 00028681  0x00007996 ifetch  0x00000001 , 0x00000006 
- 00028682  0x00007997 bne  0x00000080 , 0x00007019 
- 00028683  0x00007998 ifetch  0x00000001 , 0x00000006 
- 00028684  0x00007999 bne  0x00000000 , 0x00007019 
- 00028685  0x0000799a ifetch  0x00000001 , 0x00000006 
- 00028686  0x0000799b bne  0x00000000 , 0x00007019 
- 00028687  0x0000799c ifetch  0x00000001 , 0x00000006 
- 00028688  0x0000799d bne  0x00000080 , 0x00007019 
- 00028689  0x0000799e ifetch  0x00000001 , 0x00000006 
- 00028690  0x0000799f bne  0x0000005f , 0x00007019 
- 00028691  0x000079a0 ifetch  0x00000001 , 0x00000006 
- 00028692  0x000079a1 bne  0x0000009b , 0x00007019 
- 00028693  0x000079a2 ifetch  0x00000001 , 0x00000006 
- 00028694  0x000079a3 bne  0x00000034 , 0x00007019 
- 00028695  0x000079a4 ifetch  0x00000001 , 0x00000006 
- 00028696  0x000079a5 beq  0x000000fb , 0x0000701e 
- 00028697  0x000079a7 copy  0x00000002 , 0x00000006 
- 00028698  0x000079a9 increase  0x0000000c , 0x00000006 
- 00028699  0x000079aa force  0x00000000 , 0x00000007 
- 00028700  0x000079ab force  0x00000000 , 0x00000002 
- 00028701  0x000079ac branch  0x0000701e 
- 00028702  0x000079af increase  0xfffffff4 , 0x0000000b 
- 00028703  0x000079b0 increase  0xfffffff4 , 0x00000011 
- 00028704  0x000079b2 force  0x00000000 , 0x00000002 
- 00028705  0x000079b3 compare  0x00000000 , 0x00000011 , 0x000000ff 
- 00028706  0x000079b4 nbranch  0x00006fd5 , 0x00000001 
- 00028707  0x000079b5 force  0x00000000 , 0x0000003f 
- 00028708  0x000079b6 istore  0x00000002 , 0x00000005 
- 00028709  0x000079b7 rtn 
- 00028710  0x000079b9 arg  0x000000ff , 0x00000002 
- 00028711  0x000079ba rtn 
- 00028712  0x000079c5 bpatchx  0x000000d4 , 0x0000403a 
- 00028713  0x000079c6 ifetch  0x00000001 , 0x00000006 
- 00028714  0x000079c7 increase  0xffffffff , 0x0000000b 
- 00028715  0x000079c8 compare  0x00000030 , 0x0000003f , 0x000000f8 
- 00028716  0x000079c9 nbranch  0x0000703e , 0x00000001 
- 00028717  0x000079ca compare  0x00000007 , 0x0000003f , 0x00000007 
- 00028718  0x000079cb branch  0x00007037 , 0x00000001 
- 00028719  0x000079cc compare  0x00000006 , 0x0000003f , 0x00000007 
- 00028720  0x000079cd branch  0x00007039 , 0x00000001 
- 00028721  0x000079ce compare  0x00000005 , 0x0000003f , 0x00000007 
- 00028722  0x000079cf nbranch  0x0000703e , 0x00000001 
- 00028723  0x000079d1 ifetch  0x00000001 , 0x00000006 
- 00028724  0x000079d2 copy  0x0000003f , 0x00000011 
- 00028725  0x000079d3 increase  0xffffffff , 0x0000000b 
- 00028726  0x000079d4 branch  0x0000703c 
- 00028727  0x000079d6 increase  0x00000002 , 0x00000006 
- 00028728  0x000079d7 increase  0xfffffffe , 0x0000000b 
- 00028729  0x000079d9 ifetch  0x00000002 , 0x00000006 
- 00028730  0x000079da byteswap  0x0000003f , 0x00000011 
- 00028731  0x000079db increase  0xfffffffe , 0x0000000b 
- 00028732  0x000079dd force  0x00000001 , 0x0000003f 
- 00028733  0x000079de rtn 
- 00028734  0x000079e0 force  0x00000000 , 0x0000003f 
- 00028735  0x000079e1 rtn 
- 00028736  0x000079ec setarg  0x00000003 
- 00028737  0x000079ed store  0x00000001 , 0x0000051b 
- 00028738  0x000079ee branch  0x00007048 
- 00028739  0x000079f0 setarg  0x00000005 
- 00028740  0x000079f1 store  0x00000001 , 0x0000051b 
- 00028741  0x000079f2 branch  0x00007048 
- 00028742  0x000079f4 setarg  0x00000007 
- 00028743  0x000079f5 store  0x00000001 , 0x0000051b 
- 00028744  0x000079f7 call  0x000052d0 
- 00028745  0x000079fa fetch  0x00000001 , 0x0000051b 
- 00028746  0x000079fb copy  0x0000003f , 0x00000012 
- 00028747  0x000079fc istore  0x00000001 , 0x00000005 
- 00028748  0x000079fd fetch  0x00000002 , 0x0000051c 
- 00028749  0x000079fe istore  0x00000002 , 0x00000005 
- 00028750  0x000079ff setarg  0x00000500 
- 00028751  0x00007a00 istore  0x00000002 , 0x00000005 
- 00028752  0x00007a01 compare  0x00000005 , 0x00000012 , 0x000000ff 
- 00028753  0x00007a02 branch  0x00007057 , 0x00000001 
- 00028754  0x00007a03 compare  0x00000007 , 0x00000012 , 0x000000ff 
- 00028755  0x00007a04 branch  0x00007057 , 0x00000001 
- 00028756  0x00007a05 setarg  0x00000000 
- 00028757  0x00007a06 istore  0x00000005 , 0x00000005 
- 00028758  0x00007a07 branch  0x00007059 
- 00028759  0x00007a0a setarg  0x00350200 
- 00028760  0x00007a0b istore  0x00000005 , 0x00000005 
- 00028761  0x00007a0d jam  0x0000000a , 0x00000275 
- 00028762  0x00007a0e rtn 
- 00028763  0x00007a12 call  0x00007ea2 
- 00028764  0x00007a13 call  0x00007ea5 
- 00028765  0x00007a14 call  0x00007062 
- 00028766  0x00007a15 call  0x00007e9c 
- 00028767  0x00007a16 call  0x00007e9f 
- 00028768  0x00007a17 copy  0x00000002 , 0x0000003f 
- 00028769  0x00007a18 rtn 
- 00028770  0x00007a1c ifetch  0x00000001 , 0x00000006 
- 00028771  0x00007a1d and  0x0000003f , 0x00000007 , 0x00000039 
- 00028772  0x00007a1e rshift3  0x0000003f , 0x0000003f 
- 00028773  0x00007a1f bne  0x00000000 , 0x0000706c 
- 00028774  0x00007a21 force  0x00000001 , 0x0000003f 
- 00028775  0x00007a22 force  0x00000001 , 0x00000002 
- 00028776  0x00007a23 rtn 
- 00028777  0x00007a26 call  0x00007e76 
- 00028778  0x00007a27 add  0x0000003f , 0x00000001 , 0x00000002 
- 00028779  0x00007a28 rtn 
- 00028780  0x00007a2a deposit  0x00000039 
- 00028781  0x00007a2b sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00028782  0x00007a2c branch  0x00007069 , 0x00000002 
- 00028783  0x00007a2d beq  0x00000005 , 0x00007073 
- 00028784  0x00007a2e beq  0x00000006 , 0x00007076 
- 00028785  0x00007a2f beq  0x00000007 , 0x0000707a 
- 00028786  0x00007a30 rtn 
- 00028787  0x00007a33 ifetch  0x00000001 , 0x00000006 
- 00028788  0x00007a34 add  0x0000003f , 0x00000002 , 0x00000002 
- 00028789  0x00007a35 rtn 
- 00028790  0x00007a37 ifetch  0x00000002 , 0x00000006 
- 00028791  0x00007a38 byteswap  0x0000003f , 0x0000003f 
- 00028792  0x00007a39 add  0x0000003f , 0x00000003 , 0x00000002 
- 00028793  0x00007a3a rtn 
- 00028794  0x00007a3c ifetch  0x00000002 , 0x00000006 
- 00028795  0x00007a3d byteswap  0x0000003f , 0x0000003f 
- 00028796  0x00007a3e ifetcht  0x00000002 , 0x00000006 
- 00028797  0x00007a3f byteswap  0x00000002 , 0x00000002 
- 00028798  0x00007a40 lshift16  0x00000002 , 0x00000002 
- 00028799  0x00007a41 iadd  0x00000002 , 0x0000003f 
- 00028800  0x00007a42 add  0x0000003f , 0x00000005 , 0x00000002 
- 00028801  0x00007a43 rtn 
- 00028802  0x00007a4a bpatchx  0x000000d5 , 0x0000403a 
- 00028803  0x00007a4b force  0x00000000 , 0x00000007 
- 00028804  0x00007a4c arg  0x00000000 , 0x00000012 
- 00028805  0x00007a4d arg  0x0000052a , 0x00000005 
- 00028806  0x00007a4f ifetch  0x00000002 , 0x0000000b 
- 00028807  0x00007a50 rtn  0x00000034 
- 00028808  0x00007a51 call  0x0000708d 
- 00028809  0x00007a52 copy  0x00000007 , 0x0000003f 
- 00028810  0x00007a53 rtneq  0x00000007 
- 00028811  0x00007a54 increase  0x00000002 , 0x0000000b 
- 00028812  0x00007a55 branch  0x00007086 
- 00028813  0x00007a59 iforce  0x00000013 
- 00028814  0x00007a5b fetch  0x00000002 , 0x00004575 
- 00028815  0x00007a5c iforce  0x00000006 
- 00028816  0x00007a5e copy  0x00000007 , 0x0000003f 
- 00028817  0x00007a5f rtneq  0x00000007 
- 00028818  0x00007a60 disable  0x00000028 
- 00028819  0x00007a61 ifetch  0x00000001 , 0x00000006 
- 00028820  0x00007a62 rtn  0x00000034 
- 00028821  0x00007a63 iforce  0x00000039 
- 00028822  0x00007a65 ifetch  0x00000002 , 0x00000006 
- 00028823  0x00007a66 isub  0x00000013 , 0x0000003e 
- 00028824  0x00007a67 nbranch  0x0000709a , 0x00000005 
- 00028825  0x00007a68 enable  0x00000028 
- 00028826  0x00007a6a loop  0x00007096 
- 00028827  0x00007a6b ifetcht  0x00000004 , 0x00000006 
- 00028828  0x00007a6c copy  0x00000006 , 0x00000011 
- 00028829  0x00007a6d nbranch  0x000070ad , 0x00000028 
- 00028830  0x00007a6e arg  0x0000052a , 0x00000006 
- 00028831  0x00007a6f arg  0x00000007 , 0x00000039 
- 00028832  0x00007a71 ifetch  0x00000004 , 0x00000006 
- 00028833  0x00007a72 branch  0x000070a6 , 0x00000034 
- 00028834  0x00007a73 isub  0x00000002 , 0x0000003e 
- 00028835  0x00007a74 branch  0x000070ad , 0x00000005 
- 00028836  0x00007a75 loop  0x000070a0 
- 00028837  0x00007a76 rtn 
- 00028838  0x00007a78 istoret  0x00000004 , 0x00000005 
- 00028839  0x00007a79 increase  0x00000001 , 0x00000007 
- 00028840  0x00007a7a copy  0x00000011 , 0x00000006 
- 00028841  0x00007a7b call  0x0000705b 
- 00028842  0x00007a7c iadd  0x00000012 , 0x00000012 
- 00028843  0x00007a7d iadd  0x00000006 , 0x00000006 
- 00028844  0x00007a7e branch  0x00007090 
- 00028845  0x00007a80 copy  0x00000011 , 0x00000006 
- 00028846  0x00007a81 call  0x00007062 
- 00028847  0x00007a82 iadd  0x00000006 , 0x00000006 
- 00028848  0x00007a83 branch  0x00007090 
- 00028849  0x00007a8a bpatchx  0x000000d6 , 0x0000403a 
- 00028850  0x00007a8b fetch  0x00000002 , 0x00004575 
- 00028851  0x00007a8c iforce  0x00000006 
- 00028852  0x00007a8e ifetch  0x00000001 , 0x00000006 
- 00028853  0x00007a8f branch  0x00007fe3 , 0x00000034 
- 00028854  0x00007a90 lshift  0x0000003f , 0x0000003f 
- 00028855  0x00007a91 iadd  0x00000006 , 0x00000006 
- 00028856  0x00007a92 ifetch  0x00000004 , 0x00000006 
- 00028857  0x00007a93 isub  0x00000002 , 0x0000003e 
- 00028858  0x00007a94 rtn  0x00000005 
- 00028859  0x00007a95 deposit  0x00000005 
- 00028860  0x00007a96 store  0x00000002 , 0x00000abb 
- 00028861  0x00007a97 storet  0x00000008 , 0x00000aa2 
- 00028862  0x00007a98 call  0x00007062 
- 00028863  0x00007a99 iadd  0x00000006 , 0x00000006 
- 00028864  0x00007a9a copy  0x00000006 , 0x0000003f 
- 00028865  0x00007a9b fetcht  0x00000002 , 0x00000abb 
- 00028866  0x00007a9c copy  0x00000002 , 0x00000005 
- 00028867  0x00007a9d fetcht  0x00000008 , 0x00000aa2 
- 00028868  0x00007a9e copy  0x0000003f , 0x00000006 
- 00028869  0x00007a9f branch  0x000070b4 
- 00028870  0x00007aa6 bpatchx  0x000000d7 , 0x0000403a 
- 00028871  0x00007aa7 fetch  0x00000002 , 0x00004575 
- 00028872  0x00007aa8 iforce  0x00000006 
- 00028873  0x00007aaa ifetch  0x00000001 , 0x00000006 
- 00028874  0x00007aab branch  0x000070e4 , 0x00000034 
- 00028875  0x00007aac iforce  0x00000039 
- 00028876  0x00007aae ifetch  0x00000002 , 0x00000006 
- 00028877  0x00007aaf isub  0x00000013 , 0x0000003e 
- 00028878  0x00007ab0 branch  0x000070d4 , 0x00000005 
- 00028879  0x00007ab1 loop  0x000070cc 
- 00028880  0x00007ab2 increase  0x00000004 , 0x00000006 
- 00028881  0x00007ab3 call  0x00007062 
- 00028882  0x00007ab4 iadd  0x00000006 , 0x00000006 
- 00028883  0x00007ab5 branch  0x000070c9 
- 00028884  0x00007ab7 increase  0xffffffff , 0x00000039 
- 00028885  0x00007ab8 lshift  0x00000039 , 0x0000003f 
- 00028886  0x00007ab9 iadd  0x00000006 , 0x00000006 
- 00028887  0x00007aba increase  0x00000004 , 0x00000006 
- 00028888  0x00007abb call  0x00007062 
- 00028889  0x00007abc iadd  0x00000006 , 0x0000000b 
- 00028890  0x00007abe increase  0x00000001 , 0x00000006 
- 00028891  0x00007abf ifetch  0x00000002 , 0x00000006 
- 00028892  0x00007ac0 isub  0x00000012 , 0x0000003e 
- 00028893  0x00007ac4 branch  0x00007fef , 0x00000005 
- 00028894  0x00007ac5 call  0x0000705b 
- 00028895  0x00007ac6 iadd  0x00000006 , 0x00000006 
- 00028896  0x00007ac7 deposit  0x0000000b 
- 00028897  0x00007ac8 isub  0x00000006 , 0x0000003e 
- 00028898  0x00007ac9 branch  0x000070e4 , 0x00000005 
- 00028899  0x00007aca branch  0x000070da 
- 00028900  0x00007acc force  0x00000000 , 0x00000006 
- 00028901  0x00007acd force  0x00000000 , 0x0000003f 
- 00028902  0x00007ace rtn 
- 00028903  0x00007ad5 bpatchx  0x000000d8 , 0x0000403b 
- 00028904  0x00007ad6 fetch  0x00000002 , 0x00004575 
- 00028905  0x00007ad7 iforce  0x00000006 
- 00028906  0x00007ad9 ifetch  0x00000001 , 0x00000006 
- 00028907  0x00007ada branch  0x00007100 , 0x00000034 
- 00028908  0x00007adb lshift  0x0000003f , 0x0000003f 
- 00028909  0x00007adc iadd  0x00000006 , 0x00000006 
- 00028910  0x00007add ifetch  0x00000004 , 0x00000006 
- 00028911  0x00007ade isub  0x00000002 , 0x0000003e 
- 00028912  0x00007adf branch  0x000070f4 , 0x00000005 
- 00028913  0x00007ae0 call  0x00007062 
- 00028914  0x00007ae1 iadd  0x00000006 , 0x00000006 
- 00028915  0x00007ae2 branch  0x000070ea 
- 00028916  0x00007ae4 call  0x00007062 
- 00028917  0x00007ae5 iadd  0x00000006 , 0x0000000b 
- 00028918  0x00007ae7 increase  0x00000001 , 0x00000006 
- 00028919  0x00007ae8 ifetch  0x00000002 , 0x00000006 
- 00028920  0x00007ae9 isub  0x00000012 , 0x0000003e 
- 00028921  0x00007aea rtn  0x00000005 
- 00028922  0x00007aeb call  0x0000705b 
- 00028923  0x00007aec iadd  0x00000006 , 0x00000006 
- 00028924  0x00007aed deposit  0x0000000b 
- 00028925  0x00007aee isub  0x00000006 , 0x0000003e 
- 00028926  0x00007aef branch  0x00007100 , 0x00000005 
- 00028927  0x00007af0 branch  0x000070f6 
- 00028928  0x00007af2 force  0x00000000 , 0x00000006 
- 00028929  0x00007af3 rtn 
- 00028930  0x00007af8 arg  0x00000400 , 0x00000012 
- 00028931  0x00007af9 call  0x000070f4 
- 00028932  0x00007afa arg  0x00000300 , 0x00000012 
- 00028933  0x00007afb call  0x0000710d 
- 00028934  0x00007afc nrtn  0x00000028 
- 00028935  0x00007afd sub  0x00000011 , 0x00000003 , 0x0000003e 
- 00028936  0x00007afe branch  0x00007fe9 , 0x00000002 
- 00028937  0x00007aff ifetch  0x00000001 , 0x00000006 
- 00028938  0x00007b00 bne  0x00000008 , 0x00007fe9 
- 00028939  0x00007b01 ifetch  0x00000001 , 0x00000006 
- 00028940  0x00007b02 rtn 
- 00028941  0x00007b08 bpatchx  0x000000d9 , 0x0000403b 
- 00028942  0x00007b09 call  0x00007062 
- 00028943  0x00007b0a copy  0x0000003f , 0x00000011 
- 00028944  0x00007b0c ifetch  0x00000001 , 0x00000006 
- 00028945  0x00007b0d and  0x0000003f , 0x00000007 , 0x00000039 
- 00028946  0x00007b0e rshift3  0x0000003f , 0x0000003f 
- 00028947  0x00007b0f sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00028948  0x00007b10 branch  0x00007129 , 0x00000005 
- 00028949  0x00007b11 copy  0x00000039 , 0x0000003f 
- 00028950  0x00007b12 beq  0x00000005 , 0x00007120 
- 00028951  0x00007b13 beq  0x00000006 , 0x00007123 
- 00028952  0x00007b14 beq  0x00000007 , 0x00007126 
- 00028953  0x00007b15 increase  0xffffffff , 0x00000006 
- 00028954  0x00007b16 call  0x00007062 
- 00028955  0x00007b17 iadd  0x00000006 , 0x00000006 
- 00028956  0x00007b18 copy  0x00000011 , 0x0000003f 
- 00028957  0x00007b19 isub  0x00000002 , 0x00000011 
- 00028958  0x00007b1a branch  0x00007fe9 , 0x00000005 
- 00028959  0x00007b1b branch  0x00007110 
- 00028960  0x00007b1e increase  0xfffffffe , 0x00000011 
- 00028961  0x00007b1f increase  0x00000001 , 0x00000006 
- 00028962  0x00007b20 branch  0x00007110 
- 00028963  0x00007b22 increase  0xfffffffd , 0x00000011 
- 00028964  0x00007b23 increase  0x00000002 , 0x00000006 
- 00028965  0x00007b24 branch  0x00007110 
- 00028966  0x00007b26 increase  0xfffffffb , 0x00000011 
- 00028967  0x00007b27 increase  0x00000004 , 0x00000006 
- 00028968  0x00007b28 branch  0x00007110 
- 00028969  0x00007b2b increase  0xffffffff , 0x00000011 
- 00028970  0x00007b2c copy  0x00000039 , 0x0000003f 
- 00028971  0x00007b2d beq  0x00000001 , 0x00007132 
- 00028972  0x00007b2e beq  0x00000002 , 0x00007130 
- 00028973  0x00007b2f beq  0x00000004 , 0x0000712f 
- 00028974  0x00007b30 branch  0x00007fe9 
- 00028975  0x00007b32 increase  0xfffffff4 , 0x00000011 
- 00028976  0x00007b34 ifetch  0x00000002 , 0x00000006 
- 00028977  0x00007b35 increase  0xfffffffe , 0x00000011 
- 00028978  0x00007b37 ifetch  0x00000002 , 0x00000006 
- 00028979  0x00007b38 isub  0x00000012 , 0x0000003e 
- 00028980  0x00007b39 branch  0x00007fe7 , 0x00000005 
- 00028981  0x00007b3a increase  0xfffffffe , 0x00000011 
- 00028982  0x00007b3b branch  0x00007fe9 , 0x00000005 
- 00028983  0x00007b3c branch  0x00007110 
- 00028984  0x00007b78 call  0x000052d0 
- 00028985  0x00007b79 copy  0x0000003f , 0x00000005 
- 00028986  0x00007b7a setarg  0x00000006 
- 00028987  0x00007b7b istore  0x00000001 , 0x00000005 
- 00028988  0x00007b7c setarg  0x0000006e 
- 00028989  0x00007b7d istore  0x00000002 , 0x00000005 
- 00028990  0x00007b7e setarg  0x00000f00 
- 00028991  0x00007b7f istore  0x00000002 , 0x00000005 
- 00028992  0x00007b80 setarg  0x001a0535 
- 00028993  0x00007b81 istore  0x00000003 , 0x00000005 
- 00028994  0x00007b82 setarg  0x00000111 
- 00028995  0x00007b83 lshift16  0x0000003f , 0x0000003f 
- 00028996  0x00007b84 istore  0x00000004 , 0x00000005 
- 00028997  0x00007b85 setarg  0x00002600 
- 00028998  0x00007b86 istore  0x00000002 , 0x00000005 
- 00028999  0x00007b87 setarg  0x00000335 
- 00029000  0x00007b88 istore  0x00000002 , 0x00000005 
- 00029001  0x00007b89 setarg  0x00000009 
- 00029002  0x00007b8a istore  0x00000002 , 0x00000005 
- 00029003  0x00007b8b setarg  0x00000004 
- 00029004  0x00007b8c istore  0x00000002 , 0x00000005 
- 00029005  0x00007b8d jam  0x00000014 , 0x00000275 
- 00029006  0x00007b8e rtn 
- 00029007  0x00007b93 bpatchx  0x000000da , 0x0000403b 
- 00029008  0x00007b94 jam  0x00000050 , 0x000005e5 
- 00029009  0x00007b95 arg  0x000005e6 , 0x00000005 
- 00029010  0x00007b96 arg  0x0000443a , 0x00000006 
- 00029011  0x00007b97 call  0x00007ebf 
- 00029012  0x00007b98 arg  0x000045d2 , 0x00000006 
- 00029013  0x00007b99 call  0x00007ebd 
- 00029014  0x00007b9a arg  0x000009be , 0x00000006 
- 00029015  0x00007b9b call  0x00007ebd 
- 00029016  0x00007b9c call  0x0000720a 
- 00029017  0x00007b9d arg  0x0000042f , 0x00000006 
- 00029018  0x00007b9e call  0x00007205 
- 00029019  0x00007b9f call  0x000071d0 
- 00029020  0x00007ba1 arg  0x00000af2 , 0x00000005 
- 00029021  0x00007ba2 call  0x00007201 
- 00029022  0x00007ba3 setarg  0x000f4240 
- 00029023  0x00007ba4 copy  0x0000003f , 0x00000011 
- 00029024  0x00007ba5 fetch  0x00000004 , 0x00000af2 
- 00029025  0x00007ba6 idiv  0x00000011 
- 00029026  0x00007ba7 call  0x00007f86 
- 00029027  0x00007ba8 remainder  0x0000003f 
- 00029028  0x00007ba9 store  0x00000004 , 0x000009ba 
- 00029029  0x00007bab rtn 
- 00029030  0x00007bae jam  0x00000041 , 0x000005e5 
- 00029031  0x00007baf arg  0x000005e6 , 0x00000005 
- 00029032  0x00007bb0 call  0x000071b5 
- 00029033  0x00007bb1 call  0x000071b0 
- 00029034  0x00007bb2 fetch  0x00000003 , 0x00004454 
- 00029035  0x00007bb3 istore  0x00000003 , 0x00000005 
- 00029036  0x00007bb6 call  0x00007176 
- 00029037  0x00007bb8 arg  0x0000042f , 0x00000006 
- 00029038  0x00007bb9 call  0x00007ebf 
- 00029039  0x00007bba arg  0x0000443a , 0x00000006 
- 00029040  0x00007bbb call  0x00007ebf 
- 00029041  0x00007bbc call  0x0000720a 
- 00029042  0x00007bbd arg  0x00000b12 , 0x00000006 
- 00029043  0x00007bbe arg  0x00000ac2 , 0x00000005 
- 00029044  0x00007bbf call  0x00007ebf 
- 00029045  0x00007bc1 branch  0x000071d0 
- 00029046  0x00007bc6 fetch  0x00000004 , 0x000044c7 
- 00029047  0x00007bc7 istore  0x00000004 , 0x00000005 
- 00029048  0x00007bc8 call  0x00007ecd 
- 00029049  0x00007bc9 branch  0x00007eca 
- 00029050  0x00007bcc bpatchx  0x000000db , 0x0000403b 
- 00029051  0x00007bcd jam  0x00000041 , 0x000005e5 
- 00029052  0x00007bce arg  0x000005e6 , 0x00000005 
- 00029053  0x00007bcf call  0x000071b0 
- 00029054  0x00007bd0 call  0x000071b5 
- 00029055  0x00007bd1 fetch  0x00000003 , 0x0000444d 
- 00029056  0x00007bd2 istore  0x00000003 , 0x00000005 
- 00029057  0x00007bd5 call  0x00007176 
- 00029058  0x00007bd6 arg  0x0000443a , 0x00000006 
- 00029059  0x00007bd7 call  0x00007ebf 
- 00029060  0x00007bd8 arg  0x0000042f , 0x00000006 
- 00029061  0x00007bd9 call  0x00007ebf 
- 00029062  0x00007bda call  0x0000720a 
- 00029063  0x00007bdb arg  0x00000b12 , 0x00000006 
- 00029064  0x00007bdc arg  0x00000ac2 , 0x00000005 
- 00029065  0x00007bdd call  0x00007ebf 
- 00029066  0x00007bdf call  0x000071d0 
- 00029067  0x00007be0 arg  0x00000af2 , 0x00000005 
- 00029068  0x00007be1 branch  0x00007201 
- 00029069  0x00007be4 jam  0x00000020 , 0x000005e5 
- 00029070  0x00007be5 arg  0x000009fe , 0x00000006 
- 00029071  0x00007be6 arg  0x000005e6 , 0x00000005 
- 00029072  0x00007be7 call  0x00007ebd 
- 00029073  0x00007be8 call  0x0000720a 
- 00029074  0x00007be9 arg  0x0000099e , 0x00000006 
- 00029075  0x00007bea call  0x00007205 
- 00029076  0x00007beb call  0x000071d0 
- 00029077  0x00007bec arg  0x00000ac2 , 0x00000005 
- 00029078  0x00007bed call  0x00007497 
- 00029079  0x00007bee arg  0x00000001 , 0x00000002 
- 00029080  0x00007bef call  0x0000719f 
- 00029081  0x00007bf0 arg  0x00004419 , 0x00000005 
- 00029082  0x00007bf1 call  0x00007201 
- 00029083  0x00007bf2 arg  0x00000000 , 0x00000002 
- 00029084  0x00007bf3 call  0x0000719f 
- 00029085  0x00007bf4 arg  0x00000b12 , 0x00000005 
- 00029086  0x00007bf6 branch  0x00007497 
- 00029087  0x00007bfa bpatchx  0x000000dc , 0x0000403b 
- 00029088  0x00007bfb jam  0x00000035 , 0x000005e5 
- 00029089  0x00007bfc setarg  0x00000100 
- 00029090  0x00007bfd store  0x00000002 , 0x000005e6 
- 00029091  0x00007bfe call  0x000071b0 
- 00029092  0x00007bff call  0x000071b5 
- 00029093  0x00007c00 arg  0x0000443a , 0x00000006 
- 00029094  0x00007c01 call  0x00007ebf 
- 00029095  0x00007c02 arg  0x0000042f , 0x00000006 
- 00029096  0x00007c03 call  0x00007ebf 
- 00029097  0x00007c05 setarg  0x00006c65 
- 00029098  0x00007c06 istore  0x00000002 , 0x00000005 
- 00029099  0x00007c07 setarg  0x00006274 
- 00029100  0x00007c08 istore  0x00000002 , 0x00000005 
- 00029101  0x00007c09 istoret  0x00000001 , 0x00000005 
- 00029102  0x00007c0a call  0x0000720a 
- 00029103  0x00007c0b branch  0x000071d0 
- 00029104  0x00007c0e fetch  0x00000006 , 0x000044a0 
- 00029105  0x00007c0f istore  0x00000006 , 0x00000005 
- 00029106  0x00007c10 fetch  0x00000001 , 0x00004495 
- 00029107  0x00007c11 istore  0x00000001 , 0x00000005 
- 00029108  0x00007c12 rtn 
- 00029109  0x00007c15 fetch  0x00000006 , 0x0000044f 
- 00029110  0x00007c16 istore  0x00000006 , 0x00000005 
- 00029111  0x00007c1b fetch  0x00000001 , 0x0000448e 
- 00029112  0x00007c1c istore  0x00000001 , 0x00000005 
- 00029113  0x00007c1d rtn 
- 00029114  0x00007c20 jam  0x00000041 , 0x000005e5 
- 00029115  0x00007c21 fetch  0x00000001 , 0x00004664 
- 00029116  0x00007c22 store  0x00000001 , 0x000005e6 
- 00029117  0x00007c23 arg  0x000045d2 , 0x00000006 
- 00029118  0x00007c24 call  0x00007ebd 
- 00029119  0x00007c25 arg  0x000009be , 0x00000006 
- 00029120  0x00007c26 call  0x00007ebd 
- 00029121  0x00007c27 call  0x0000720a 
- 00029122  0x00007c28 arg  0x0000042f , 0x00000006 
- 00029123  0x00007c29 call  0x00007205 
- 00029124  0x00007c2a branch  0x000071d0 
- 00029125  0x00007c2e jam  0x00000041 , 0x000005e5 
- 00029126  0x00007c2f fetch  0x00000001 , 0x00004664 
- 00029127  0x00007c30 store  0x00000001 , 0x000005e6 
- 00029128  0x00007c31 arg  0x000009be , 0x00000006 
- 00029129  0x00007c32 call  0x00007ebd 
- 00029130  0x00007c33 arg  0x000045d2 , 0x00000006 
- 00029131  0x00007c34 call  0x00007ebd 
- 00029132  0x00007c35 call  0x0000720a 
- 00029133  0x00007c36 arg  0x0000443a , 0x00000006 
- 00029134  0x00007c37 call  0x00007205 
- 00029135  0x00007c38 branch  0x000071d0 
- 00029136  0x00007c3b bpatchx  0x000000dd , 0x0000403b 
- 00029137  0x00007c3c call  0x0000721f 
- 00029138  0x00007c40 fetch  0x00000001 , 0x000005e5 
- 00029139  0x00007c41 copy  0x0000003f , 0x00000002 
- 00029140  0x00007c43 increase  0x0000000f , 0x0000003f 
- 00029141  0x00007c44 rshift4  0x0000003f , 0x0000003f 
- 00029142  0x00007c45 copy  0x0000003f , 0x00000012 
- 00029143  0x00007c46 branch  0x000071e2 , 0x00000034 
- 00029144  0x00007c47 and  0x00000002 , 0x0000000f , 0x0000003f 
- 00029145  0x00007c48 nbranch  0x000071e5 , 0x00000034 
- 00029146  0x00007c4a arg  0x00000ad2 , 0x00000013 
- 00029147  0x00007c4b arg  0x000005e6 , 0x0000003f 
- 00029148  0x00007c4c increase  0xfffffff0 , 0x0000003f 
- 00029149  0x00007c4f iadd  0x00000002 , 0x00000011 
- 00029150  0x00007c50 arg  0x00000b02 , 0x00000005 
- 00029151  0x00007c51 arg  0x00000004 , 0x00000039 
- 00029152  0x00007c52 call  0x00007edd 
- 00029153  0x00007c56 branch  0x000071f0 
- 00029154  0x00007c59 arg  0x00000001 , 0x00000012 
- 00029155  0x00007c5a arg  0x00000000 , 0x00000011 
- 00029156  0x00007c5c branch  0x000071e6 
- 00029157  0x00007c61 and  0x00000002 , 0x0000000f , 0x00000011 
- 00029158  0x00007c63 arg  0x000005e6 , 0x0000003f 
- 00029159  0x00007c64 iadd  0x00000002 , 0x0000003f 
- 00029160  0x00007c65 isub  0x00000011 , 0x00000006 
- 00029161  0x00007c67 arg  0x00000af2 , 0x00000005 
- 00029162  0x00007c68 call  0x00007245 
- 00029163  0x00007c6a arg  0x00000ae2 , 0x00000013 
- 00029164  0x00007c6b arg  0x00000af2 , 0x00000011 
- 00029165  0x00007c6c arg  0x00000b02 , 0x00000005 
- 00029166  0x00007c6d arg  0x00000004 , 0x00000039 
- 00029167  0x00007c6e call  0x00007edd 
- 00029168  0x00007c7a call  0x00007491 
- 00029169  0x00007c7b call  0x00007428 
- 00029170  0x00007c7e arg  0x000005e6 , 0x00000006 
- 00029171  0x00007c81 increase  0xffffffff , 0x00000012 
- 00029172  0x00007c82 deposit  0x00000012 
- 00029173  0x00007c83 branch  0x000071f9 , 0x00000034 
- 00029174  0x00007c84 call  0x00007486 
- 00029175  0x00007c85 call  0x00007422 
- 00029176  0x00007c86 branch  0x000071f3 
- 00029177  0x00007c89 arg  0x00000af2 , 0x00000005 
- 00029178  0x00007c8a call  0x00007497 
- 00029179  0x00007c8b arg  0x00000b02 , 0x00000006 
- 00029180  0x00007c8c call  0x00007486 
- 00029181  0x00007c8d call  0x00007428 
- 00029182  0x00007c8e arg  0x00000af2 , 0x00000006 
- 00029183  0x00007c8f call  0x00007486 
- 00029184  0x00007c90 branch  0x00007422 
- 00029185  0x00007c96 copy  0x00000005 , 0x00000011 
- 00029186  0x00007c97 call  0x00007497 
- 00029187  0x00007c99 arg  0x00000010 , 0x00000039 
- 00029188  0x00007c9a branch  0x00007ee5 
- 00029189  0x00007c9d arg  0x00000ac2 , 0x00000005 
- 00029190  0x00007c9e call  0x00007ebf 
- 00029191  0x00007ca0 arg  0x00000010 , 0x00000039 
- 00029192  0x00007ca1 arg  0x00000ac2 , 0x00000011 
- 00029193  0x00007ca2 branch  0x00007ee5 
- 00029194  0x00007ca5 fetch  0x00000001 , 0x000005e5 
- 00029195  0x00007ca6 copy  0x0000003f , 0x00000039 
- 00029196  0x00007ca7 arg  0x000005e6 , 0x00000011 
- 00029197  0x00007ca8 branch  0x00007ee5 
- 00029198  0x00007cab ifetch  0x00000001 , 0x00000011 
- 00029199  0x00007cac lshift  0x0000003f , 0x0000003f 
- 00029200  0x00007cad isolate1  0x00000000 , 0x00000013 
- 00029201  0x00007cae setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00029202  0x00007caf isolate1  0x00000008 , 0x0000003f 
- 00029203  0x00007cb0 setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00029204  0x00007cb1 istore  0x00000001 , 0x00000011 
- 00029205  0x00007cb2 increase  0xffffffff , 0x00000011 
- 00029206  0x00007cb3 loop  0x0000720e 
- 00029207  0x00007cb4 rtn 
- 00029208  0x00007cb7 arg  0x00000ad2 , 0x00000011 
- 00029209  0x00007cb9 increase  0x0000000f , 0x00000011 
- 00029210  0x00007cba force  0x00000010 , 0x00000039 
- 00029211  0x00007cbb force  0x00000000 , 0x00000013 
- 00029212  0x00007cbc branch  0x0000720e 
- 00029213  0x00007cbf arg  0x00000ae2 , 0x00000011 
- 00029214  0x00007cc0 branch  0x00007219 
- 00029215  0x00007cc4 arg  0x00000ac2 , 0x00000006 
- 00029216  0x00007cc5 call  0x00007484 
- 00029217  0x00007cc8 force  0x00000008 , 0x00000038 
- 00029218  0x00007cc9 call  0x00007492 
- 00029219  0x00007cca call  0x00007491 
- 00029220  0x00007ccb call  0x0000741f 
- 00029221  0x00007cd0 arg  0x00000ad2 , 0x00000005 
- 00029222  0x00007cd1 call  0x00007497 
- 00029223  0x00007cd3 bpatchx  0x000000de , 0x0000403b 
- 00029224  0x00007cd4 fetch  0x00000001 , 0x00000ad2 
- 00029225  0x00007cd5 isolate1  0x00000007 , 0x0000003f 
- 00029226  0x00007cd6 nbranch  0x00007230 , 0x00000001 
- 00029227  0x00007cd7 call  0x00007218 
- 00029228  0x00007cda arg  0x00000ad2 , 0x00000013 
- 00029229  0x00007cdc arg  0x00000ad2 , 0x00000005 
- 00029230  0x00007cdf call  0x0000723a 
- 00029231  0x00007ce0 branch  0x00007231 
- 00029232  0x00007ce2 call  0x00007218 
- 00029233  0x00007ce5 arg  0x00000ad2 , 0x00000006 
- 00029234  0x00007ce6 arg  0x00000ae2 , 0x00000005 
- 00029235  0x00007ce7 call  0x00007ebf 
- 00029236  0x00007ce8 fetch  0x00000001 , 0x00000ae2 
- 00029237  0x00007ce9 isolate1  0x00000007 , 0x0000003f 
- 00029238  0x00007cea nbranch  0x0000721d , 0x00000001 
- 00029239  0x00007ceb call  0x0000721d 
- 00029240  0x00007ced arg  0x00000ae2 , 0x00000013 
- 00029241  0x00007cef arg  0x00000ae2 , 0x00000005 
- 00029242  0x00007cf6 arg  0x00000003 , 0x00000039 
- 00029243  0x00007cf8 arg  0x00000000 , 0x00000002 
- 00029244  0x00007cf9 call  0x00007241 
- 00029245  0x00007cfa increase  0x00000004 , 0x00000013 
- 00029246  0x00007cfb loop  0x0000723b 
- 00029247  0x00007cfc arg  0x00008700 , 0x00000002 
- 00029248  0x00007cfd lshift16  0x00000002 , 0x00000002 
- 00029249  0x00007cff ifetch  0x00000004 , 0x00000013 
- 00029250  0x00007d00 ixor  0x00000002 , 0x0000003f 
- 00029251  0x00007d01 istore  0x00000004 , 0x00000005 
- 00029252  0x00007d02 rtn 
- 00029253  0x00007d09 bpatchx  0x000000df , 0x0000403b 
- 00029254  0x00007d0a arg  0x00000010 , 0x00000039 
- 00029255  0x00007d0b arg  0x00000000 , 0x0000003f 
- 00029256  0x00007d0d isub  0x00000011 , 0x0000003e 
- 00029257  0x00007d0e branch  0x00007250 , 0x00000005 
- 00029258  0x00007d0f branch  0x00007253 , 0x00000002 
- 00029259  0x00007d10 ifetcht  0x00000001 , 0x00000006 
- 00029260  0x00007d11 istoret  0x00000001 , 0x00000005 
- 00029261  0x00007d13 increase  0x00000001 , 0x0000003f 
- 00029262  0x00007d14 loop  0x00007248 
- 00029263  0x00007d15 rtn 
- 00029264  0x00007d17 arg  0x00000080 , 0x00000002 
- 00029265  0x00007d19 istoret  0x00000001 , 0x00000005 
- 00029266  0x00007d1a branch  0x0000724d 
- 00029267  0x00007d1d arg  0x00000000 , 0x00000002 
- 00029268  0x00007d1e branch  0x00007251 
- 00029269  0x00007d22 call  0x00007268 
- 00029270  0x00007d23 arg  0x00000592 , 0x00000006 
- 00029271  0x00007d24 arg  0x00000582 , 0x00000005 
- 00029272  0x00007d25 branch  0x00007ebf 
- 00029273  0x00007d29 disable  0x00000028 
- 00029274  0x00007d2a call  0x0000735f 
- 00029275  0x00007d2b arg  0x00000562 , 0x00000006 
- 00029276  0x00007d2c arg  0x000005a2 , 0x00000005 
- 00029277  0x00007d2d force  0x0000000f , 0x00000039 
- 00029278  0x00007d2e call  0x00007f01 
- 00029279  0x00007d2f ifetch  0x00000001 , 0x00000006 
- 00029280  0x00007d30 xor_into  0x00000006 , 0x0000003f 
- 00029281  0x00007d31 istore  0x00000001 , 0x00000005 
- 00029282  0x00007d32 setarg  0x000005b2 
- 00029283  0x00007d33 store  0x00000002 , 0x000005d6 
- 00029284  0x00007d34 setarg  0x000005a2 
- 00029285  0x00007d35 store  0x00000002 , 0x000005d4 
- 00029286  0x00007d36 set1  0x00000012 , 0x00000000 
- 00029287  0x00007d37 branch  0x000072a8 
- 00029288  0x00007d3c fetcht  0x00000001 , 0x00004689 
- 00029289  0x00007d3d force  0x00000010 , 0x00000012 
- 00029290  0x00007d3e add  0x00000002 , 0x00000006 , 0x00000013 
- 00029291  0x00007d3f sub  0x00000013 , 0x00000010 , 0x0000003e 
- 00029292  0x00007d40 branch  0x0000726e , 0x00000002 
- 00029293  0x00007d41 force  0x00000010 , 0x00000013 
- 00029294  0x00007d43 arg  0x000005a2 , 0x00000005 
- 00029295  0x00007d45 arg  0x0000468a , 0x00000006 
- 00029296  0x00007d46 copy  0x00000002 , 0x00000039 
- 00029297  0x00007d47 disable  0x00000028 
- 00029298  0x00007d49 ifetch  0x00000001 , 0x00000006 
- 00029299  0x00007d4a istore  0x00000001 , 0x00000005 
- 00029300  0x00007d4b increase  0xffffffff , 0x00000012 
- 00029301  0x00007d4c branch  0x0000727c , 0x00000005 
- 00029302  0x00007d4d loop  0x00007272 
- 00029303  0x00007d4e branch  0x0000726f , 0x00000028 
- 00029304  0x00007d4f enable  0x00000028 
- 00029305  0x00007d50 force  0x00000006 , 0x00000039 
- 00029306  0x00007d51 copy  0x00000011 , 0x00000006 
- 00029307  0x00007d52 branch  0x00007272 
- 00029308  0x00007d54 arg  0x00000562 , 0x00000006 
- 00029309  0x00007d55 arg  0x000005b2 , 0x00000005 
- 00029310  0x00007d56 call  0x00007ebf 
- 00029311  0x00007d57 fetch  0x00000001 , 0x000005c1 
- 00029312  0x00007d58 ixor  0x00000013 , 0x0000003f 
- 00029313  0x00007d59 store  0x00000001 , 0x000005c1 
- 00029314  0x00007d5a setarg  0x000005b2 
- 00029315  0x00007d5b store  0x00000002 , 0x000005d6 
- 00029316  0x00007d5c setarg  0x000005a2 
- 00029317  0x00007d5d store  0x00000002 , 0x000005d4 
- 00029318  0x00007d5e set1  0x00000012 , 0x00000000 
- 00029319  0x00007d5f branch  0x000072a8 
- 00029320  0x00007d65 disable  0x00000028 
- 00029321  0x00007d66 call  0x0000735f 
- 00029322  0x00007d67 branch  0x00007292 
- 00029323  0x00007d6a arg  0x00000056 , 0x00000011 
- 00029324  0x00007d6b enable  0x00000028 
- 00029325  0x00007d6c call  0x0000735f 
- 00029326  0x00007d6d call  0x00007292 
- 00029327  0x00007d6e arg  0x00000592 , 0x00000006 
- 00029328  0x00007d6f arg  0x00000062 , 0x00000005 
- 00029329  0x00007d70 branch  0x00007ebf 
- 00029330  0x00007d74 setarg  0x00000562 
- 00029331  0x00007d75 store  0x00000002 , 0x000005d6 
- 00029332  0x00007d76 setarg  0x000041be 
- 00029333  0x00007d77 store  0x00000002 , 0x000005d4 
- 00029334  0x00007d78 set0  0x00000012 , 0x00000000 
- 00029335  0x00007d79 call  0x000072a8 
- 00029336  0x00007d7a arg  0x00000592 , 0x00000011 
- 00029337  0x00007d7b arg  0x00000562 , 0x00000012 
- 00029338  0x00007d7c arg  0x000005a2 , 0x00000005 
- 00029339  0x00007d7d call  0x00007352 
- 00029340  0x00007d7e arg  0x000005a2 , 0x00000011 
- 00029341  0x00007d7f arg  0x000005b2 , 0x00000012 
- 00029342  0x00007d80 copy  0x00000012 , 0x00000005 
- 00029343  0x00007d81 enable  0x00000028 
- 00029344  0x00007d82 call  0x00007350 
- 00029345  0x00007d83 call  0x0000736a 
- 00029346  0x00007d84 setarg  0x000005b2 
- 00029347  0x00007d85 store  0x00000002 , 0x000005d6 
- 00029348  0x00007d86 setarg  0x000005a2 
- 00029349  0x00007d87 store  0x00000002 , 0x000005d4 
- 00029350  0x00007d88 set1  0x00000012 , 0x00000000 
- 00029351  0x00007d89 branch  0x000072a8 
- 00029352  0x00007d8e jam  0x00000000 , 0x000005d8 
- 00029353  0x00007d8f fetch  0x00000002 , 0x000005d4 
- 00029354  0x00007d90 iforce  0x00000006 
- 00029355  0x00007d91 arg  0x000005c2 , 0x00000005 
- 00029356  0x00007d92 call  0x00007ebf 
- 00029357  0x00007d93 fetch  0x00000002 , 0x000005d6 
- 00029358  0x00007d94 iforce  0x00000006 
- 00029359  0x00007d95 arg  0x00000592 , 0x00000005 
- 00029360  0x00007d96 call  0x00007ebf 
- 00029361  0x00007d99 call  0x000072cf 
- 00029362  0x00007d9a disable  0x00000028 
- 00029363  0x00007d9b bmark0  0x00000012 , 0x000072b9 
- 00029364  0x00007d9c fetch  0x00000001 , 0x000005d8 
- 00029365  0x00007d9d bne  0x00000004 , 0x000072b9 
- 00029366  0x00007d9e fetch  0x00000002 , 0x000005d6 
- 00029367  0x00007d9f iforce  0x00000012 
- 00029368  0x00007da0 call  0x00007301 
- 00029369  0x00007da2 call  0x00007300 
- 00029370  0x00007da3 call  0x00007313 
- 00029371  0x00007da4 fetch  0x00000001 , 0x000005d8 
- 00029372  0x00007da5 increase  0x00000001 , 0x0000003f 
- 00029373  0x00007da6 store  0x00000001 , 0x000005d8 
- 00029374  0x00007da8 call  0x000072cf 
- 00029375  0x00007da9 enable  0x00000028 
- 00029376  0x00007daa call  0x00007300 
- 00029377  0x00007dab call  0x00007322 
- 00029378  0x00007dac call  0x00007331 
- 00029379  0x00007dad call  0x00007322 
- 00029380  0x00007dae call  0x00007331 
- 00029381  0x00007daf call  0x00007322 
- 00029382  0x00007db0 call  0x00007331 
- 00029383  0x00007db1 call  0x00007322 
- 00029384  0x00007db2 fetch  0x00000001 , 0x000005d8 
- 00029385  0x00007db3 increase  0x00000001 , 0x0000003f 
- 00029386  0x00007db4 store  0x00000001 , 0x000005d8 
- 00029387  0x00007db5 bne  0x00000010 , 0x000072b1 
- 00029388  0x00007db6 call  0x000072cf 
- 00029389  0x00007db7 disable  0x00000028 
- 00029390  0x00007db8 branch  0x00007300 
- 00029391  0x00007dbd fetch  0x00000001 , 0x000005d8 
- 00029392  0x00007dbe arg  0x000005c2 , 0x00000006 
- 00029393  0x00007dbf branch  0x000072f6 , 0x00000034 
- 00029394  0x00007dc0 iforce  0x00000012 
- 00029395  0x00007dc1 force  0x00000011 , 0x00000039 
- 00029396  0x00007dc2 copy  0x00000006 , 0x00000005 
- 00029397  0x00007dc4 ifetch  0x00000001 , 0x00000006 
- 00029398  0x00007dc5 lshift3  0x0000003f , 0x00000002 
- 00029399  0x00007dc6 rshift2  0x0000003f , 0x0000003f 
- 00029400  0x00007dc7 rshift3  0x0000003f , 0x0000003f 
- 00029401  0x00007dc8 ior  0x00000002 , 0x0000003f 
- 00029402  0x00007dc9 istore  0x00000001 , 0x00000005 
- 00029403  0x00007dca loop  0x000072d5 
- 00029404  0x00007dcb setarg  0x000005c2 
- 00029405  0x00007dcc iadd  0x00000012 , 0x00000006 
- 00029406  0x00007dcd force  0x00000010 , 0x00000039 
- 00029407  0x00007dce arg  0x00000572 , 0x00000005 
- 00029408  0x00007dd0 ifetch  0x00000001 , 0x00000006 
- 00029409  0x00007dd1 istore  0x00000001 , 0x00000005 
- 00029410  0x00007dd2 compare  0x000005d3 , 0x00000006 , 0x000000ff 
- 00029411  0x00007dd3 nbranch  0x000072e5 , 0x00000001 
- 00029412  0x00007dd4 increase  0xffffffef , 0x00000006 
- 00029413  0x00007dd6 loop  0x000072e0 
- 00029414  0x00007dd7 force  0x00000000 , 0x00000011 
- 00029415  0x00007dd8 add  0x00000012 , 0xffffffff , 0x00000013 
- 00029416  0x00007dd9 lshift2  0x00000013 , 0x00000013 
- 00029417  0x00007dda lshift2  0x00000013 , 0x00000013 
- 00029418  0x00007ddb call  0x000074b9 
- 00029419  0x00007ddc setarg  0x00008400 
- 00029420  0x00007ddd iadd  0x00000013 , 0x00000013 
- 00029421  0x00007dde arg  0x00000572 , 0x00000005 
- 00029422  0x00007ddf force  0x00000010 , 0x00000039 
- 00029423  0x00007de1 ifetcht  0x00000001 , 0x00000013 
- 00029424  0x00007de2 ifetch  0x00000001 , 0x00000005 
- 00029425  0x00007de3 iadd  0x00000002 , 0x0000003f 
- 00029426  0x00007de4 istore  0x00000001 , 0x00000005 
- 00029427  0x00007de5 increase  0x00000001 , 0x00000013 
- 00029428  0x00007de6 loop  0x000072ef 
- 00029429  0x00007de7 branch  0x000074bd 
- 00029430  0x00007dea force  0x00000010 , 0x00000039 
- 00029431  0x00007deb force  0x00000000 , 0x00000002 
- 00029432  0x00007ded ifetch  0x00000001 , 0x00000006 
- 00029433  0x00007dee ixor  0x00000002 , 0x00000002 
- 00029434  0x00007def loop  0x000072f8 
- 00029435  0x00007df0 deposit  0x00000002 
- 00029436  0x00007df1 istore  0x00000001 , 0x00000006 
- 00029437  0x00007df2 arg  0x000005c2 , 0x00000006 
- 00029438  0x00007df3 arg  0x00000572 , 0x00000005 
- 00029439  0x00007df4 branch  0x00007ebf 
- 00029440  0x00007df7 arg  0x00000572 , 0x00000012 
- 00029441  0x00007df9 force  0x00000010 , 0x00000039 
- 00029442  0x00007dfa arg  0x00000592 , 0x00000011 
- 00029443  0x00007dfb copy  0x00000011 , 0x00000005 
- 00029444  0x00007dfd ifetcht  0x00000001 , 0x00000011 
- 00029445  0x00007dfe ifetch  0x00000001 , 0x00000012 
- 00029446  0x00007dff ixor  0x00000002 , 0x00000030 
- 00029447  0x00007e00 and  0x00000039 , 0x00000003 , 0x00000013 
- 00029448  0x00007e01 nbranch  0x0000730a , 0x00000028 
- 00029449  0x00007e02 xor_into  0x00000003 , 0x00000013 
- 00029450  0x00007e04 sub  0x00000013 , 0x00000001 , 0x00000013 
- 00029451  0x00007e05 branch  0x0000730d , 0x00000002 
- 00029452  0x00007e06 iadd  0x00000002 , 0x00000030 
- 00029453  0x00007e08 deposit  0x00000030 
- 00029454  0x00007e09 istore  0x00000001 , 0x00000005 
- 00029455  0x00007e0a increase  0x00000001 , 0x00000011 
- 00029456  0x00007e0b increase  0x00000001 , 0x00000012 
- 00029457  0x00007e0c loop  0x00007304 
- 00029458  0x00007e0d rtn 
- 00029459  0x00007e10 call  0x000074b9 
- 00029460  0x00007e11 force  0x00000010 , 0x00000039 
- 00029461  0x00007e12 arg  0x00000592 , 0x00000011 
- 00029462  0x00007e14 ifetch  0x00000001 , 0x00000011 
- 00029463  0x00007e15 arg  0x00008500 , 0x00000006 
- 00029464  0x00007e16 and  0x00000039 , 0x00000003 , 0x00000013 
- 00029465  0x00007e17 sub  0x00000013 , 0x00000001 , 0x0000003e 
- 00029466  0x00007e18 branch  0x0000731c , 0x00000002 
- 00029467  0x00007e19 arg  0x00008600 , 0x00000006 
- 00029468  0x00007e1b iadd  0x00000006 , 0x00000006 
- 00029469  0x00007e1c ifetch  0x00000001 , 0x00000006 
- 00029470  0x00007e1d istore  0x00000001 , 0x00000011 
- 00029471  0x00007e1e increase  0x00000001 , 0x00000011 
- 00029472  0x00007e1f loop  0x00007316 
- 00029473  0x00007e20 branch  0x000074bd 
- 00029474  0x00007e23 force  0x00000008 , 0x00000039 
- 00029475  0x00007e24 arg  0x00000592 , 0x00000006 
- 00029476  0x00007e25 copy  0x00000006 , 0x00000005 
- 00029477  0x00007e27 ifetch  0x00000001 , 0x00000006 
- 00029478  0x00007e28 iforce  0x00000011 
- 00029479  0x00007e29 ifetch  0x00000001 , 0x00000006 
- 00029480  0x00007e2a iforce  0x00000012 
- 00029481  0x00007e2b lshift  0x00000011 , 0x0000003f 
- 00029482  0x00007e2c iadd  0x00000012 , 0x0000003f 
- 00029483  0x00007e2d istore  0x00000001 , 0x00000005 
- 00029484  0x00007e2e deposit  0x00000011 
- 00029485  0x00007e2f iadd  0x00000012 , 0x0000003f 
- 00029486  0x00007e30 istore  0x00000001 , 0x00000005 
- 00029487  0x00007e31 loop  0x00007325 
- 00029488  0x00007e32 rtn 
- 00029489  0x00007e36 setarg  0x008ae42c 
- 00029490  0x00007e37 iforce  0x00000002 
- 00029491  0x00007e38 force  0x00000007 , 0x00000039 
- 00029492  0x00007e39 call  0x00007340 
- 00029493  0x00007e3a setarg  0x000d751b 
- 00029494  0x00007e3b iforce  0x00000002 
- 00029495  0x00007e3c force  0x00000005 , 0x00000039 
- 00029496  0x00007e3d call  0x00007340 
- 00029497  0x00007e3e fetch  0x00000001 , 0x000005a1 
- 00029498  0x00007e3f iforce  0x00000011 
- 00029499  0x00007e40 fetch  0x00000001 , 0x00000595 
- 00029500  0x00007e41 store  0x00000001 , 0x000005a1 
- 00029501  0x00007e42 deposit  0x00000011 
- 00029502  0x00007e43 store  0x00000001 , 0x00000595 
- 00029503  0x00007e44 rtn 
- 00029504  0x00007e47 and  0x00000002 , 0x0000000f , 0x00000012 
- 00029505  0x00007e49 and  0x00000002 , 0x0000000f , 0x0000003f 
- 00029506  0x00007e4a arg  0x00000592 , 0x00000005 
- 00029507  0x00007e4b iadd  0x00000005 , 0x00000005 
- 00029508  0x00007e4c ifetch  0x00000001 , 0x00000005 
- 00029509  0x00007e4d iforce  0x00000013 
- 00029510  0x00007e4e deposit  0x00000011 
- 00029511  0x00007e4f istore  0x00000001 , 0x00000005 
- 00029512  0x00007e50 copy  0x00000013 , 0x00000011 
- 00029513  0x00007e51 rshift4  0x00000002 , 0x00000002 
- 00029514  0x00007e52 loop  0x00007341 
- 00029515  0x00007e53 setarg  0x00000592 
- 00029516  0x00007e54 iadd  0x00000012 , 0x00000005 
- 00029517  0x00007e55 deposit  0x00000011 
- 00029518  0x00007e56 istore  0x00000001 , 0x00000005 
- 00029519  0x00007e57 rtn 
- 00029520  0x00007e5a enable  0x00000028 
- 00029521  0x00007e5b branch  0x00007353 
- 00029522  0x00007e5e disable  0x00000028 
- 00029523  0x00007e60 force  0x00000010 , 0x00000039 
- 00029524  0x00007e62 ifetcht  0x00000001 , 0x00000011 
- 00029525  0x00007e63 ifetch  0x00000001 , 0x00000012 
- 00029526  0x00007e64 branch  0x00007359 , 0x00000028 
- 00029527  0x00007e65 ixor  0x00000002 , 0x0000003f 
- 00029528  0x00007e66 branch  0x0000735a 
- 00029529  0x00007e68 iadd  0x00000002 , 0x0000003f 
- 00029530  0x00007e6a istore  0x00000001 , 0x00000005 
- 00029531  0x00007e6b increase  0x00000001 , 0x00000011 
- 00029532  0x00007e6c increase  0x00000001 , 0x00000012 
- 00029533  0x00007e6d loop  0x00007354 
- 00029534  0x00007e6e rtn 
- 00029535  0x00007e72 arg  0x000005b2 , 0x00000005 
- 00029536  0x00007e73 ifetch  0x00000006 , 0x00000011 
- 00029537  0x00007e74 istore  0x00000006 , 0x00000005 
- 00029538  0x00007e75 branch  0x00007365 , 0x00000028 
- 00029539  0x00007e76 ifetch  0x00000006 , 0x00000011 
- 00029540  0x00007e77 branch  0x00007366 
- 00029541  0x00007e79 ifetch  0x00000006 , 0x00000006 
- 00029542  0x00007e7b istore  0x00000006 , 0x00000005 
- 00029543  0x00007e7c ifetch  0x00000004 , 0x00000011 
- 00029544  0x00007e7d istore  0x00000004 , 0x00000005 
- 00029545  0x00007e7e rtn 
- 00029546  0x00007e81 arg  0x000041be , 0x00000006 
- 00029547  0x00007e82 arg  0x000005a2 , 0x00000005 
- 00029548  0x00007e83 arg  0x00000000 , 0x00000002 
- 00029549  0x00007e84 setarg  0x008395a7 
- 00029550  0x00007e85 call  0x0000738b 
- 00029551  0x00007e86 setarg  0x00b3c1df 
- 00029552  0x00007e87 call  0x0000738b 
- 00029553  0x00007e88 setarg  0x0000e5e9 
- 00029554  0x00007e89 call  0x0000738c 
- 00029555  0x00007e8a copy  0x00000002 , 0x00000014 
- 00029556  0x00007e8b disable  0x00000028 
- 00029557  0x00007e8c call  0x00007379 
- 00029558  0x00007e8d copy  0x00000014 , 0x00000002 
- 00029559  0x00007e8e enable  0x00000028 
- 00029560  0x00007e8f branch  0x00007379 
- 00029561  0x00007e92 force  0x00000008 , 0x00000039 
- 00029562  0x00007e94 ifetch  0x00000001 , 0x00000006 
- 00029563  0x00007e95 compare  0x00000001 , 0x00000039 , 0x00000001 
- 00029564  0x00007e96 branch  0x00007380 , 0x00000028 
- 00029565  0x00007e97 branch  0x00007381 , 0x00000001 
- 00029566  0x00007e99 iadd  0x00000002 , 0x0000003f 
- 00029567  0x00007e9a branch  0x00007382 
- 00029568  0x00007e9c branch  0x0000737e , 0x00000001 
- 00029569  0x00007e9e ixor  0x00000002 , 0x0000003f 
- 00029570  0x00007ea0 istore  0x00000001 , 0x00000005 
- 00029571  0x00007ea1 rshift8  0x00000002 , 0x00000002 
- 00029572  0x00007ea2 loop  0x0000737a 
- 00029573  0x00007ea3 rtn 
- 00029574  0x00007ea6 fetch  0x00000006 , 0x00000596 
- 00029575  0x00007ea7 store  0x00000006 , 0x00000056 
- 00029576  0x00007ea8 ifetch  0x00000006 , 0x00000006 
- 00029577  0x00007ea9 istore  0x00000006 , 0x00000005 
- 00029578  0x00007eaa rtn 
- 00029579  0x00007ead lshift8  0x00000002 , 0x00000002 
- 00029580  0x00007eaf lshift16  0x00000002 , 0x00000002 
- 00029581  0x00007eb0 ior  0x00000002 , 0x00000002 
- 00029582  0x00007eb1 rtn 
- 00029583  0x00007eb6 branch  0x0000738f 
- 00029584  0x00007ebb bpatchx  0x000000e0 , 0x0000403c 
- 00029585  0x00007ebc call  0x0000742b 
- 00029586  0x00007ebd arg  0x00004419 , 0x00000005 
- 00029587  0x00007ebe branch  0x00007497 
- 00029588  0x00007ec2 arg  0x0000443a , 0x00000005 
- 00029589  0x00007ec3 branch  0x00007397 , 0x00000029 
- 00029590  0x00007ec4 arg  0x0000042f , 0x00000005 
- 00029591  0x00007ec6 copy  0x00000006 , 0x00000011 
- 00029592  0x00007ec7 call  0x00007ebf 
- 00029593  0x00007ec8 call  0x00007440 
- 00029594  0x00007ec9 arg  0x0000442a , 0x00000006 
- 00029595  0x00007eca branch  0x000074b0 
- 00029596  0x00007ecd arg  0x0000042f , 0x00000011 
- 00029597  0x00007ece branch  0x0000739f , 0x00000029 
- 00029598  0x00007ecf arg  0x0000443a , 0x00000011 
- 00029599  0x00007ed1 copy  0x00000011 , 0x00000005 
- 00029600  0x00007ed2 call  0x0000630c 
- 00029601  0x00007ed3 branch  0x00007440 
- 00029602  0x00007ed6 arg  0x000044aa , 0x00000006 
- 00029603  0x00007ed7 call  0x00007486 
- 00029604  0x00007ed8 arg  0x00004419 , 0x00000006 
- 00029605  0x00007ed9 call  0x00007487 
- 00029606  0x00007eda force  0x00000038 , 0x00000036 
- 00029607  0x00007edb force  0x00000000 , 0x00000036 
- 00029608  0x00007edc call  0x0000741d 
- 00029609  0x00007edd arg  0x0000047c , 0x00000005 
- 00029610  0x00007ede branch  0x00007497 
- 00029611  0x00007ee2 force  0x00000049 , 0x0000003f 
- 00029612  0x00007ee3 branch  0x000073ae 
- 00029613  0x00007ee5 force  0x00000001 , 0x0000003f 
- 00029614  0x00007ee7 force  0x00000000 , 0x00000038 
- 00029615  0x00007ee8 lshift8  0x00000002 , 0x0000002f 
- 00029616  0x00007ee9 ior  0x0000002f , 0x0000002f 
- 00029617  0x00007eea increase  0x00000001 , 0x00000038 
- 00029618  0x00007eeb rshift8  0x00000002 , 0x0000002f 
- 00029619  0x00007eec rshift16  0x0000002f , 0x0000002f 
- 00029620  0x00007eed fetch  0x00000002 , 0x00004411 
- 00029621  0x00007eee lshift16 , 0x0000003f , 0x0000003f 
- 00029622  0x00007eef ior  0x0000002f , 0x0000002f 
- 00029623  0x00007ef0 increase  0x00000001 , 0x00000038 
- 00029624  0x00007ef1 ifetch  0x00000004 , 0x00000006 
- 00029625  0x00007ef2 iforce  0x0000002f 
- 00029626  0x00007ef3 increase  0x00000001 , 0x00000038 
- 00029627  0x00007ef4 ifetch  0x00000002 , 0x00000006 
- 00029628  0x00007ef5 byteswap  0x00000011 , 0x0000002f 
- 00029629  0x00007ef6 lshift16  0x0000002f , 0x0000002f 
- 00029630  0x00007ef7 ior  0x0000002f , 0x0000002f 
- 00029631  0x00007ef8 increase  0x00000001 , 0x00000038 
- 00029632  0x00007ef9 rtn 
- 00029633  0x00007efe add  0x00000013 , 0x00000001 , 0x00000006 
- 00029634  0x00007eff ifetch  0x00000001 , 0x00000006 
- 00029635  0x00007f00 iforce  0x00000011 
- 00029636  0x00007f01 call  0x000073ab 
- 00029637  0x00007f02 call  0x0000741f 
- 00029638  0x00007f04 force  0x00000000 , 0x00000038 
- 00029639  0x00007f05 ifetch  0x00000001 , 0x00000013 
- 00029640  0x00007f06 and_into  0x00000003 , 0x0000003f 
- 00029641  0x00007f07 lshift16  0x0000003f , 0x0000002f 
- 00029642  0x00007f08 set1  0x00000008 , 0x0000002f 
- 00029643  0x00007f09 call  0x0000748f 
- 00029644  0x00007f0a call  0x00007422 
- 00029645  0x00007f0c copy  0x00000011 , 0x00000039 
- 00029646  0x00007f0d add  0x00000013 , 0x00000002 , 0x00000006 
- 00029647  0x00007f0e call  0x0000746e 
- 00029648  0x00007f10 call  0x00007478 
- 00029649  0x00007f11 call  0x00007422 
- 00029650  0x00007f12 deposit  0x00000039 
- 00029651  0x00007f13 branch  0x000073d5 , 0x00000034 
- 00029652  0x00007f14 branch  0x000073d0 
- 00029653  0x00007f16 force  0x0000000c , 0x00000038 
- 00029654  0x00007f17 deposit  0x0000002f 
- 00029655  0x00007f18 store  0x00000004 , 0x00000417 
- 00029656  0x00007f19 rtn 
- 00029657  0x00007f1c increase  0x00000001 , 0x00000011 
- 00029658  0x00007f1d call  0x000073ad 
- 00029659  0x00007f1e copy  0x00000013 , 0x00000006 
- 00029660  0x00007f1f call  0x00007482 
- 00029661  0x00007f20 call  0x00007425 
- 00029662  0x00007f21 call  0x0000749e 
- 00029663  0x00007f22 increase  0x00000010 , 0x00000013 
- 00029664  0x00007f23 increase  0xfffffff0 , 0x00000012 
- 00029665  0x00007f24 branch  0x000073d9 , 0x00000002 
- 00029666  0x00007f25 rtn 
- 00029667  0x00007f28 bpatchx  0x000000e1 , 0x0000403c 
- 00029668  0x00007f29 arg  0x000043dc , 0x00000013 
- 00029669  0x00007f2a fetcht  0x00000005 , 0x00004403 
- 00029670  0x00007f2b call  0x000073c1 
- 00029671  0x00007f2c force  0x00000008 , 0x00000038 
- 00029672  0x00007f2d iforce  0x0000002f 
- 00029673  0x00007f2e force  0x00000000 , 0x00000011 
- 00029674  0x00007f2f call  0x000073ad 
- 00029675  0x00007f30 call  0x00007425 
- 00029676  0x00007f31 arg  0x000043de , 0x00000013 
- 00029677  0x00007f32 fetch  0x00000001 , 0x000043dd 
- 00029678  0x00007f33 add  0x0000003f , 0xffffffff , 0x00000012 
- 00029679  0x00007f34 iadd  0x00000013 , 0x00000005 
- 00029680  0x00007f35 force  0x0000000c , 0x00000038 
- 00029681  0x00007f36 deposit  0x0000002f 
- 00029682  0x00007f37 istore  0x00000004 , 0x00000005 
- 00029683  0x00007f38 call  0x000073d9 
- 00029684  0x00007f39 fetch  0x00000001 , 0x000043dd 
- 00029685  0x00007f3a increase  0x00000004 , 0x0000003f 
- 00029686  0x00007f3b store  0x00000001 , 0x000043dd 
- 00029687  0x00007f3c fetcht  0x00000005 , 0x00004403 
- 00029688  0x00007f3d increase  0x00000001 , 0x00000002 
- 00029689  0x00007f3e storet  0x00000005 , 0x00004403 
- 00029690  0x00007f3f rtn 
- 00029691  0x00007f42 bpatchx  0x000000e2 , 0x0000403c 
- 00029692  0x00007f43 fetch  0x00000001 , 0x000002da 
- 00029693  0x00007f44 sub  0x0000003f , 0x00000014 , 0x0000003e 
- 00029694  0x00007f45 branch  0x000073ff , 0x00000002 
- 00029695  0x00007f47 arg  0x000002db , 0x00000013 
- 00029696  0x00007f48 add  0x0000003f , 0xffffffff , 0x00000012 
- 00029697  0x00007f49 increase  0xfffffffc , 0x0000003f 
- 00029698  0x00007f4a store  0x00000001 , 0x000002da 
- 00029699  0x00007f4b iadd  0x00000013 , 0x00000006 
- 00029700  0x00007f4c ifetch  0x00000004 , 0x00000006 
- 00029701  0x00007f4d force  0x00000008 , 0x00000038 
- 00029702  0x00007f4e iforce  0x0000002f 
- 00029703  0x00007f4f force  0x00000000 , 0x00000011 
- 00029704  0x00007f50 fetcht  0x00000005 , 0x00004408 
- 00029705  0x00007f51 call  0x000073ad 
- 00029706  0x00007f52 call  0x00007425 
- 00029707  0x00007f53 force  0x0000000c , 0x00000038 
- 00029708  0x00007f54 deposit  0x0000002f 
- 00029709  0x00007f55 store  0x00000004 , 0x0000041b 
- 00029710  0x00007f56 call  0x000073d9 
- 00029711  0x00007f57 arg  0x000002d9 , 0x00000013 
- 00029712  0x00007f58 call  0x000073c1 
- 00029713  0x00007f59 fetcht  0x00000004 , 0x0000041b 
- 00029714  0x00007f5a isub  0x00000002 , 0x0000003f 
- 00029715  0x00007f5b nrtn  0x00000034 
- 00029716  0x00007f5c fetch  0x00000004 , 0x0000440d 
- 00029717  0x00007f5d isub  0x00000002 , 0x0000003f 
- 00029718  0x00007f5e rtn  0x00000034 
- 00029719  0x00007f5f storet  0x00000004 , 0x0000440d 
- 00029720  0x00007f60 fetch  0x00000005 , 0x00004408 
- 00029721  0x00007f61 increase  0x00000001 , 0x0000003f 
- 00029722  0x00007f62 store  0x00000005 , 0x00004408 
- 00029723  0x00007f63 force  0x00000000 , 0x0000003f 
- 00029724  0x00007f64 rtn 
- 00029725  0x00007f67 nbranch  0x0000741d , 0x00000037 
- 00029726  0x00007f68 rtn 
- 00029727  0x00007f6b force  0x00000030 , 0x00000036 
- 00029728  0x00007f6c force  0x00000000 , 0x00000036 
- 00029729  0x00007f6d branch  0x0000741d 
- 00029730  0x00007f70 force  0x00000032 , 0x00000036 
- 00029731  0x00007f71 force  0x00000002 , 0x00000036 
- 00029732  0x00007f72 branch  0x0000741d 
- 00029733  0x00007f75 force  0x00000034 , 0x00000036 
- 00029734  0x00007f76 force  0x00000004 , 0x00000036 
- 00029735  0x00007f77 branch  0x0000741d 
- 00029736  0x00007f7b force  0x00000001 , 0x00000036 
- 00029737  0x00007f7c force  0x00000000 , 0x00000036 
- 00029738  0x00007f7d rtn 
- 00029739  0x00007f7f force  0x00000000 , 0x00000038 
- 00029740  0x00007f80 fetch  0x00000004 , 0x0000042f 
- 00029741  0x00007f81 iforce  0x0000002f 
- 00029742  0x00007f82 increase  0x00000001 , 0x00000038 
- 00029743  0x00007f83 ifetch  0x00000004 , 0x00000006 
- 00029744  0x00007f84 iforce  0x0000002f 
- 00029745  0x00007f85 increase  0x00000001 , 0x00000038 
- 00029746  0x00007f86 fetch  0x00000004 , 0x0000443a 
- 00029747  0x00007f87 iforce  0x0000002f 
- 00029748  0x00007f88 increase  0x00000001 , 0x00000038 
- 00029749  0x00007f89 ifetch  0x00000004 , 0x00000006 
- 00029750  0x00007f8a iforce  0x0000002f 
- 00029751  0x00007f8b increase  0x00000001 , 0x00000038 
- 00029752  0x00007f8c call  0x00007492 
- 00029753  0x00007f8d increase  0xfffffffc , 0x00000038 
- 00029754  0x00007f8e fetch  0x00000004 , 0x000044c7 
- 00029755  0x00007f8f copy  0x0000003f , 0x0000002f 
- 00029756  0x00007f90 increase  0x00000004 , 0x00000038 
- 00029757  0x00007f91 force  0x00000038 , 0x00000036 
- 00029758  0x00007f92 force  0x00000008 , 0x00000036 
- 00029759  0x00007f93 branch  0x0000741d 
- 00029760  0x00007f97 bpatchx  0x000000e3 , 0x0000403c 
- 00029761  0x00007f98 fetch  0x00000006 , 0x000044a0 
- 00029762  0x00007f99 fetcht  0x00000006 , 0x0000044f 
- 00029763  0x00007f9a branch  0x00007446 , 0x00000029 
- 00029764  0x00007f9b fetch  0x00000006 , 0x0000044f 
- 00029765  0x00007f9c fetcht  0x00000006 , 0x000044a0 
- 00029766  0x00007f9e force  0x00000008 , 0x00000038 
- 00029767  0x00007f9f copy  0x00000002 , 0x0000002f 
- 00029768  0x00007fa0 increase  0x00000001 , 0x00000038 
- 00029769  0x00007fa1 rshift32  0x00000002 , 0x0000002f 
- 00029770  0x00007fa2 lshift16  0x0000003f , 0x0000003f 
- 00029771  0x00007fa3 ior  0x0000002f , 0x0000002f 
- 00029772  0x00007fa4 increase  0x00000001 , 0x00000038 
- 00029773  0x00007fa5 rshift32  0x0000003f , 0x0000002f 
- 00029774  0x00007fa6 increase  0x00000001 , 0x00000038 
- 00029775  0x00007fa7 force  0x00000000 , 0x0000002f 
- 00029776  0x00007fa8 force  0x00000000 , 0x0000003f 
- 00029777  0x00007fa9 fetch  0x00000001 , 0x0000448e 
- 00029778  0x00007faa fetcht  0x00000001 , 0x00004485 
- 00029779  0x00007fab nbranch  0x00007456 , 0x00000029 
- 00029780  0x00007fad fetch  0x00000001 , 0x00004495 
- 00029781  0x00007fae fetcht  0x00000001 , 0x0000448e 
- 00029782  0x00007fb0 store  0x00000001 , 0x0000444a 
- 00029783  0x00007fb1 storet  0x00000001 , 0x0000444b 
- 00029784  0x00007fb2 force  0x00000000 , 0x00000038 
- 00029785  0x00007fb3 arg  0x0000444a , 0x00000012 
- 00029786  0x00007fb4 force  0x00000004 , 0x00000039 
- 00029787  0x00007fb6 ifetch  0x00000004 , 0x00000011 
- 00029788  0x00007fb7 ifetcht  0x00000004 , 0x00000012 
- 00029789  0x00007fb8 ixor  0x00000002 , 0x0000002f 
- 00029790  0x00007fb9 increase  0x00000001 , 0x00000038 
- 00029791  0x00007fba increase  0x00000004 , 0x00000011 
- 00029792  0x00007fbb increase  0x00000004 , 0x00000012 
- 00029793  0x00007fbc loop  0x0000745b 
- 00029794  0x00007fbd call  0x00007492 
- 00029795  0x00007fbe increase  0xfffffffc , 0x00000038 
- 00029796  0x00007fbf fetch  0x00000004 , 0x000044c7 
- 00029797  0x00007fc0 copy  0x0000003f , 0x0000002f 
- 00029798  0x00007fc1 increase  0x00000004 , 0x00000038 
- 00029799  0x00007fc2 force  0x00000038 , 0x00000036 
- 00029800  0x00007fc3 force  0x0000000c , 0x00000036 
- 00029801  0x00007fc4 call  0x0000741d 
- 00029802  0x00007fc6 call  0x00007491 
- 00029803  0x00007fc7 force  0x0000003a , 0x00000036 
- 00029804  0x00007fc8 force  0x00000008 , 0x00000036 
- 00029805  0x00007fc9 branch  0x0000741d 
- 00029806  0x00007fcc compare  0x00000000 , 0x00000039 , 0x00000003 
- 00029807  0x00007fcd rtn  0x00000001 
- 00029808  0x00007fce deposit  0x00000006 
- 00029809  0x00007fcf iadd  0x00000039 , 0x00000005 
- 00029810  0x00007fd0 force  0x00000000 , 0x0000003f 
- 00029811  0x00007fd2 istore  0x00000001 , 0x00000005 
- 00029812  0x00007fd3 increase  0x00000001 , 0x00000039 
- 00029813  0x00007fd4 compare  0x00000000 , 0x00000039 , 0x00000003 
- 00029814  0x00007fd5 rtn  0x00000001 
- 00029815  0x00007fd6 branch  0x00007473 
- 00029816  0x00007fd9 force  0x00000000 , 0x00000038 
- 00029817  0x00007fdb deposit  0x00000039 
- 00029818  0x00007fdc branch  0x0000747d , 0x00000034 
- 00029819  0x00007fdd ifetch  0x00000004 , 0x00000006 
- 00029820  0x00007fde increase  0xfffffffc , 0x00000039 
- 00029821  0x00007fe0 iforce  0x0000002f 
- 00029822  0x00007fe1 increase  0x00000001 , 0x00000038 
- 00029823  0x00007fe2 compare  0x00000004 , 0x00000038 , 0x0000000f 
- 00029824  0x00007fe3 rtn  0x00000001 
- 00029825  0x00007fe4 branch  0x00007479 
- 00029826  0x00007fe7 force  0x00000008 , 0x00000038 
- 00029827  0x00007fe8 branch  0x00007487 
- 00029828  0x00007fea force  0x00000004 , 0x00000038 
- 00029829  0x00007feb branch  0x00007487 
- 00029830  0x00007fed force  0x00000000 , 0x00000038 
- 00029831  0x00007fef force  0x00000004 , 0x00000039 
- 00029832  0x00007ff1 ifetch  0x00000004 , 0x00000006 
- 00029833  0x00007ff2 iforce  0x0000002f 
- 00029834  0x00007ff3 increase  0x00000001 , 0x00000038 
- 00029835  0x00007ff4 loop  0x00007488 
- 00029836  0x00007ff5 rtn 
- 00029837  0x00007ff8 arg  0x0000047c , 0x00000006 
- 00029838  0x00007ff9 branch  0x00007484 
- 00029839  0x00007ffc force  0x00000004 , 0x00000039 
- 00029840  0x00007ffd branch  0x00007494 
- 00029841  0x00008000 force  0x00000000 , 0x00000038 
- 00029842  0x00008002 force  0x00000004 , 0x00000039 
- 00029843  0x00008004 force  0x00000000 , 0x0000002f 
- 00029844  0x00008006 increase  0x00000001 , 0x00000038 
- 00029845  0x00008007 loop  0x00007493 
- 00029846  0x00008008 rtn 
- 00029847  0x0000800b force  0x0000000c , 0x00000038 
- 00029848  0x0000800c force  0x00000004 , 0x00000039 
- 00029849  0x0000800e deposit  0x0000002f 
- 00029850  0x0000800f istore  0x00000004 , 0x00000005 
- 00029851  0x00008010 increase  0x00000001 , 0x00000038 
- 00029852  0x00008011 loop  0x00007499 
- 00029853  0x00008012 rtn 
- 00029854  0x00008015 force  0x0000000c , 0x00000038 
- 00029855  0x00008016 copy  0x00000013 , 0x00000005 
- 00029856  0x00008017 add  0x00000012 , 0x00000001 , 0x00000039 
- 00029857  0x00008018 sub  0x00000039 , 0x0000000f , 0x0000003e 
- 00029858  0x00008019 branch  0x000074a4 , 0x00000002 
- 00029859  0x0000801a force  0x00000010 , 0x00000039 
- 00029860  0x0000801c deposit  0x0000002f 
- 00029861  0x0000801d sub  0x00000039 , 0x00000003 , 0x0000003e 
- 00029862  0x0000801e branch  0x000074ac , 0x00000002 
- 00029863  0x0000801f istore  0x00000004 , 0x00000005 
- 00029864  0x00008020 increase  0xfffffffc , 0x00000039 
- 00029865  0x00008021 rtn  0x00000005 
- 00029866  0x00008022 increase  0x00000001 , 0x00000038 
- 00029867  0x00008023 branch  0x000074a4 
- 00029868  0x00008025 istore  0x00000001 , 0x00000005 
- 00029869  0x00008026 rshift8  0x0000003f , 0x0000003f 
- 00029870  0x00008027 loop  0x000074ac 
- 00029871  0x00008028 rtn 
- 00029872  0x0000802c force  0x0000000c , 0x00000038 
- 00029873  0x0000802d force  0x00000004 , 0x00000039 
- 00029874  0x0000802f ifetch  0x00000004 , 0x00000006 
- 00029875  0x00008030 isub  0x0000002f , 0x0000003e 
- 00029876  0x00008031 nrtn  0x00000005 
- 00029877  0x00008032 increase  0x00000001 , 0x00000038 
- 00029878  0x00008033 loop  0x000074b2 
- 00029879  0x00008034 force  0x00000000 , 0x0000003e 
- 00029880  0x00008035 rtn 
- 00029881  0x00008038 hfetch  0x00000001 , 0x00008050 
- 00029882  0x00008039 set0  0x00000000 , 0x0000003f 
- 00029883  0x0000803a hstore  0x00000001 , 0x00008050 
- 00029884  0x0000803b rtn 
- 00029885  0x0000803e hfetch  0x00000001 , 0x00008050 
- 00029886  0x0000803f set1  0x00000000 , 0x0000003f 
- 00029887  0x00008040 hstore  0x00000001 , 0x00008050 
- 00029888  0x00008041 rtn 
- 00029889  0x00008044 arg  0x00000886 , 0x00000005 
- 00029890  0x00008045 setsect  0x00000000 , 0x0003ffff 
- 00029891  0x00008046 setsect  0x00000001 , 0x0003ffff 
- 00029892  0x00008047 setsect  0x00000002 , 0x0003ffff 
- 00029893  0x00008048 setsect  0x00000003 , 0x0003fbff 
- 00029894  0x00008049 istore  0x00000009 , 0x00000005 
- 00029895  0x0000804a setsect  0x00000000 , 0x0003ffff 
- 00029896  0x0000804b setsect  0x00000001 , 0x0003ffff 
- 00029897  0x0000804c setsect  0x00000002 , 0x0003ffff 
- 00029898  0x0000804d setsect  0x00000003 , 0x0003ffff 
- 00029899  0x0000804e istore  0x00000009 , 0x00000005 
- 00029900  0x0000804f setsect  0x00000000 , 0x0003ffff 
- 00029901  0x00008050 setsect  0x00000001 , 0x0003ffff 
- 00029902  0x00008051 setsect  0x00000002 , 0x0003cfff 
- 00029903  0x00008052 setsect  0x00000003 , 0x0003ffff 
- 00029904  0x00008053 istore  0x00000009 , 0x00000005 
- 00029905  0x00008054 setsect  0x00000000 , 0x0003ffff 
- 00029906  0x00008055 setsect  0x00000001 , 0x0003ffff 
- 00029907  0x00008056 setsect  0x00000002 , 0x0003ffef 
- 00029908  0x00008057 setsect  0x00000003 , 0x0003ffff 
- 00029909  0x00008058 istore  0x00000009 , 0x00000005 
- 00029910  0x00008059 setsect  0x00000000 , 0x0003ffff 
- 00029911  0x0000805a setsect  0x00000001 , 0x0003ffff 
- 00029912  0x0000805b setsect  0x00000002 , 0x0003ffff 
- 00029913  0x0000805c setsect  0x00000003 , 0x0003ffff 
- 00029914  0x0000805d istore  0x00000009 , 0x00000005 
- 00029915  0x0000805e setsect  0x00000000 , 0x0003ffff 
- 00029916  0x0000805f setsect  0x00000001 , 0x00026c7f 
- 00029917  0x00008060 setsect  0x00000002 , 0x0000146b 
- 00029918  0x00008061 setsect  0x00000003 , 0x00037bb3 
- 00029919  0x00008062 istore  0x00000009 , 0x00000005 
- 00029920  0x00008063 setsect  0x00000000 , 0x0001feb8 
- 00029921  0x00008064 setsect  0x00000001 , 0x00010c12 
- 00029922  0x00008065 setsect  0x00000002 , 0x0002b722 
- 00029923  0x00008066 setsect  0x00000003 , 0x00029fa6 
- 00029924  0x00008067 istore  0x00000009 , 0x00000005 
- 00029925  0x00008068 setsect  0x00000000 , 0x0000e70f 
- 00029926  0x00008069 setsect  0x00000001 , 0x00016720 
- 00029927  0x0000806a setsect  0x00000002 , 0x0000519e 
- 00029928  0x0000806b setsect  0x00000003 , 0x00019084 
- 00029929  0x0000806c istore  0x00000009 , 0x00000005 
- 00029930  0x0000806d setsect  0x00000000 , 0x00031012 
- 00029931  0x0000806e setsect  0x00000001 , 0x000360bf 
- 00029932  0x0000806f setsect  0x00000002 , 0x0003f0af 
- 00029933  0x00008070 setsect  0x00000003 , 0x000003d3 
- 00029934  0x00008071 istore  0x00000009 , 0x00000005 
- 00029935  0x00008072 setsect  0x00000000 , 0x0003a188 
- 00029936  0x00008073 setsect  0x00000001 , 0x00003ad0 
- 00029937  0x00008074 setsect  0x00000002 , 0x0003cbf2 
- 00029938  0x00008075 setsect  0x00000003 , 0x000243d9 
- 00029939  0x00008076 istore  0x00000009 , 0x00000005 
- 00029940  0x00008077 setsect  0x00000000 , 0x0002b030 
- 00029941  0x00008078 setsect  0x00000001 , 0x00036a03 
- 00029942  0x00008079 setsect  0x00000002 , 0x00011188 
- 00029943  0x0000807a setsect  0x00000003 , 0x0001e520 
- 00029944  0x0000807b istore  0x00000009 , 0x00000005 
- 00029945  0x0000807c setsect  0x00000000 , 0x0003a11e 
- 00029946  0x0000807d setsect  0x00000001 , 0x0000fe5d 
- 00029947  0x0000807e setsect  0x00000002 , 0x0000dd57 
- 00029948  0x0000807f setsect  0x00000003 , 0x0001ac93 
- 00029949  0x00008080 istore  0x00000009 , 0x00000005 
- 00029950  0x00008081 setsect  0x00000000 , 0x000011ed 
- 00029951  0x00008082 setsect  0x00000001 , 0x000218c4 
- 00029952  0x00008083 setsect  0x00000002 , 0x00008da7 
- 00029953  0x00008084 setsect  0x00000003 , 0x000257ff 
- 00029954  0x00008085 istore  0x00000009 , 0x00000005 
- 00029955  0x00008086 setsect  0x00000000 , 0x0003192b 
- 00029956  0x00008087 setsect  0x00000001 , 0x00034641 
- 00029957  0x00008088 setsect  0x00000002 , 0x0001be0c 
- 00029958  0x00008089 setsect  0x00000003 , 0x000366ad 
- 00029959  0x0000808a istore  0x00000009 , 0x00000005 
- 00029960  0x0000808b setsect  0x00000000 , 0x00001f83 
- 00029961  0x0000808c setsect  0x00000001 , 0x00015a23 
- 00029962  0x0000808d setsect  0x00000002 , 0x0003f9b0 
- 00029963  0x0000808e setsect  0x00000003 , 0x00003949 
- 00029964  0x0000808f istore  0x00000009 , 0x00000005 
- 00029965  0x00008090 setsect  0x00000000 , 0x00013a51 
- 00029966  0x00008091 setsect  0x00000001 , 0x000153fd 
- 00029967  0x00008092 setsect  0x00000002 , 0x0003372a 
- 00029968  0x00008093 setsect  0x00000003 , 0x0000f1bb 
- 00029969  0x00008094 istore  0x00000009 , 0x00000005 
- 00029970  0x00008095 setsect  0x00000000 , 0x0003ae85 
- 00029971  0x00008096 setsect  0x00000001 , 0x0001eed9 
- 00029972  0x00008097 setsect  0x00000002 , 0x00009e66 
- 00029973  0x00008098 setsect  0x00000003 , 0x000001a8 
- 00029974  0x00008099 istore  0x00000008 , 0x00000005 
- 00029975  0x0000809a rtn 
- 00029976  0x0000809f arg  0x0000091e , 0x00000005 
- 00029977  0x000080a0 setsect  0x00000000 , 0x0003ffff 
- 00029978  0x000080a1 setsect  0x00000001 , 0x0003ffff 
- 00029979  0x000080a2 setsect  0x00000002 , 0x0003ffff 
- 00029980  0x000080a3 setsect  0x00000003 , 0x0003ffff 
- 00029981  0x000080a4 istore  0x00000009 , 0x00000005 
- 00029982  0x000080a5 setsect  0x00000000 , 0x0003ffff 
- 00029983  0x000080a6 setsect  0x00000001 , 0x0000003f 
- 00029984  0x000080a7 setsect  0x00000002 , 0x00000000 
- 00029985  0x000080a8 setsect  0x00000003 , 0x00000000 
- 00029986  0x000080a9 istore  0x00000009 , 0x00000005 
- 00029987  0x000080aa setsect  0x00000000 , 0x00000000 
- 00029988  0x000080ab setsect  0x00000001 , 0x00000000 
- 00029989  0x000080ac setsect  0x00000002 , 0x00001000 
- 00029990  0x000080ad setsect  0x00000003 , 0x00000000 
- 00029991  0x000080ae istore  0x00000009 , 0x00000005 
- 00029992  0x000080af setsect  0x00000000 , 0x0003ff00 
- 00029993  0x000080b0 setsect  0x00000001 , 0x0003ffff 
- 00029994  0x000080b1 setsect  0x00000002 , 0x0003ffcf 
- 00029995  0x000080b2 setsect  0x00000003 , 0x0003ffff 
- 00029996  0x000080b3 istore  0x00000009 , 0x00000005 
- 00029997  0x000080b4 setsect  0x00000000 , 0x0003ffff 
- 00029998  0x000080b5 setsect  0x00000001 , 0x0003ffff 
- 00029999  0x000080b6 setsect  0x00000002 , 0x0003ffff 
- 00030000  0x000080b7 setsect  0x00000003 , 0x000003ff 
- 00030001  0x000080b8 istore  0x00000009 , 0x00000005 
- 00030002  0x000080b9 setsect  0x00000000 , 0x00000000 
- 00030003  0x000080ba setsect  0x00000001 , 0x00000000 
- 00030004  0x000080bb setsect  0x00000002 , 0x00000000 
- 00030005  0x000080bc setsect  0x00000003 , 0x00000000 
- 00030006  0x000080bd istore  0x00000009 , 0x00000005 
- 00030007  0x000080be setsect  0x00000000 , 0x00010000 
- 00030008  0x000080bf setsect  0x00000001 , 0x00000000 
- 00030009  0x000080c0 setsect  0x00000002 , 0x0003f000 
- 00030010  0x000080c1 setsect  0x00000003 , 0x0003ffff 
- 00030011  0x000080c2 istore  0x00000009 , 0x00000005 
- 00030012  0x000080c3 setsect  0x00000000 , 0x000296ff 
- 00030013  0x000080c4 setsect  0x00000001 , 0x00022630 
- 00030014  0x000080c5 setsect  0x00000002 , 0x0003945d 
- 00030015  0x000080c6 setsect  0x00000003 , 0x0003d284 
- 00030016  0x000080c7 istore  0x00000009 , 0x00000005 
- 00030017  0x000080c8 setsect  0x00000000 , 0x000333a0 
- 00030018  0x000080c9 setsect  0x00000001 , 0x00004b7a 
- 00030019  0x000080ca setsect  0x00000002 , 0x000037d8 
- 00030020  0x000080cb setsect  0x00000003 , 0x0003c9dc 
- 00030021  0x000080cc istore  0x00000009 , 0x00000005 
- 00030022  0x000080cd setsect  0x00000000 , 0x0003a440 
- 00030023  0x000080ce setsect  0x00000001 , 0x0001b958 
- 00030024  0x000080cf setsect  0x00000002 , 0x00038bce 
- 00030025  0x000080d0 setsect  0x00000003 , 0x0001091f 
- 00030026  0x000080d1 istore  0x00000009 , 0x00000005 
- 00030027  0x000080d2 setsect  0x00000000 , 0x0002e12c 
- 00030028  0x000080d3 setsect  0x00000001 , 0x0001f47c 
- 00030029  0x000080d4 setsect  0x00000002 , 0x000356b1 
- 00030030  0x000080d5 setsect  0x00000003 , 0x0002fd47 
- 00030031  0x000080d6 istore  0x00000009 , 0x00000005 
- 00030032  0x000080d7 setsect  0x00000000 , 0x00006837 
- 00030033  0x000080d8 setsect  0x00000001 , 0x0002ed90 
- 00030034  0x000080d9 setsect  0x00000002 , 0x0001ecec 
- 00030035  0x000080da setsect  0x00000003 , 0x0001acc5 
- 00030036  0x000080db istore  0x00000009 , 0x00000005 
- 00030037  0x000080dc setsect  0x00000000 , 0x00023357 
- 00030038  0x000080dd setsect  0x00000001 , 0x00018af3 
- 00030039  0x000080de setsect  0x00000002 , 0x0000f9e1 
- 00030040  0x000080df setsect  0x00000003 , 0x000129f0 
- 00030041  0x000080e0 istore  0x00000009 , 0x00000005 
- 00030042  0x000080e1 setsect  0x00000000 , 0x0002e7eb 
- 00030043  0x000080e2 setsect  0x00000001 , 0x0003e6e3 
- 00030044  0x000080e3 setsect  0x00000002 , 0x0003e1a7 
- 00030045  0x000080e4 setsect  0x00000003 , 0x00010b8b 
- 00030046  0x000080e5 istore  0x00000009 , 0x00000005 
- 00030047  0x000080e6 setsect  0x00000000 , 0x00024fe3 
- 00030048  0x000080e7 setsect  0x00000001 , 0x000020ef 
- 00030049  0x000080e8 setsect  0x00000002 , 0x0001b5a6 
- 00030050  0x000080e9 setsect  0x00000003 , 0x0000dc2f 
- 00030051  0x000080ea istore  0x00000009 , 0x00000005 
- 00030052  0x000080eb setsect  0x00000000 , 0x00013860 
- 00030053  0x000080ec setsect  0x00000001 , 0x0002bd69 
- 00030054  0x000080ed setsect  0x00000002 , 0x0000391a 
- 00030055  0x000080ee setsect  0x00000003 , 0x0001b222 
- 00030056  0x000080ef istore  0x00000009 , 0x00000005 
- 00030057  0x000080f0 rtn 
- 00030058  0x000080f4 fetch  0x00000001 , 0x0000465a 
- 00030059  0x000080f5 nbranch  0x0000757d , 0x00000034 
- 00030060  0x000080f6 branch  0x00007a77 
- 00030061  0x000080f9 bpatchx  0x000000e4 , 0x0000403c 
- 00030062  0x000080fa fetch  0x00000001 , 0x0000465a 
- 00030063  0x000080fb rtn  0x00000034 
- 00030064  0x000080fc fetch  0x00000001 , 0x000045b1 
- 00030065  0x000080fd rtnne  0x00000001 
- 00030066  0x000080fe fetch  0x00000001 , 0x000044be 
- 00030067  0x000080ff rtn  0x00000034 
- 00030068  0x00008100 fetch  0x00000001 , 0x000044c3 
- 00030069  0x00008101 rtneq  0x00000003 
- 00030070  0x00008102 fetch  0x00000002 , 0x00004682 
- 00030071  0x00008103 bbit1  0x00000000 , 0x0000757b 
- 00030072  0x00008104 fetch  0x00000001 , 0x000044c0 
- 00030073  0x00008105 beq  0x00000000 , 0x00007a77 
- 00030074  0x00008106 rtn 
- 00030075  0x00008108 jam  0x00000000 , 0x000044c0 
- 00030076  0x00008109 rtn 
- 00030077  0x0000810d bpatchx  0x000000e5 , 0x0000403c 
- 00030078  0x0000810e fetch  0x00000001 , 0x0000465a 
- 00030079  0x0000810f branch  0x0000612b , 0x00000034 
- 00030080  0x00008110 call  0x00006124 
- 00030081  0x00008111 call  0x00007583 
- 00030082  0x00008112 branch  0x0000766d 
- 00030083  0x00008115 setarg  0x00000000 
- 00030084  0x00008116 store  0x00000008 , 0x000009ae 
- 00030085  0x00008117 store  0x00000004 , 0x000009b6 
- 00030086  0x00008118 store  0x00000007 , 0x0000465e 
- 00030087  0x00008119 rtn 
- 00030088  0x0000811c jam  0x00000001 , 0x000009b0 
- 00030089  0x0000811d branch  0x0000758d 
- 00030090  0x0000811f fetch  0x00000001 , 0x000045b1 
- 00030091  0x00008120 beq  0x00000001 , 0x0000768a 
- 00030092  0x00008121 branch  0x00002a8c 
- 00030093  0x00008123 fetch  0x00000001 , 0x000045b1 
- 00030094  0x00008124 beq  0x00000001 , 0x00007590 
- 00030095  0x00008125 branch  0x0000766d 
- 00030096  0x00008128 call  0x0000768a 
- 00030097  0x00008129 fetch  0x00000001 , 0x000009af 
- 00030098  0x0000812a nrtn  0x00000034 
- 00030099  0x0000812b jam  0x00000003 , 0x000009ae 
- 00030100  0x0000812c rtn 
- 00030101  0x00008130 call  0x000075b0 
- 00030102  0x00008131 arg  0x000009de , 0x00000011 
- 00030103  0x00008132 arg  0x00000866 , 0x00000005 
- 00030104  0x00008133 call  0x00007c79 
- 00030105  0x00008134 arg  0x000009be , 0x00000011 
- 00030106  0x00008135 arg  0x00000826 , 0x00000005 
- 00030107  0x00008136 call  0x00007c79 
- 00030108  0x00008137 arg  0x00000826 , 0x00000011 
- 00030109  0x00008138 arg  0x000009be , 0x00000012 
- 00030110  0x00008139 arg  0x00000826 , 0x00000005 
- 00030111  0x0000813a call  0x00007be1 
- 00030112  0x0000813b arg  0x0000093e , 0x00000011 
- 00030113  0x0000813c arg  0x000009be , 0x00000012 
- 00030114  0x0000813d arg  0x00000846 , 0x00000005 
- 00030115  0x0000813e call  0x00007be1 
- 00030116  0x0000813f arg  0x00000846 , 0x00000011 
- 00030117  0x00008140 arg  0x00000826 , 0x00000012 
- 00030118  0x00008141 arg  0x00000826 , 0x00000005 
- 00030119  0x00008142 call  0x00007c7d 
- 00030120  0x00008143 arg  0x00000806 , 0x00000011 
- 00030121  0x00008144 arg  0x00000826 , 0x00000012 
- 00030122  0x00008145 arg  0x00000806 , 0x00000005 
- 00030123  0x00008146 call  0x00007c7d 
- 00030124  0x00008147 arg  0x00000020 , 0x00000039 
- 00030125  0x00008148 arg  0x00000866 , 0x00000011 
- 00030126  0x00008149 arg  0x00000806 , 0x00000012 
- 00030127  0x0000814a branch  0x00007f88 
- 00030128  0x0000814d arg  0x0000097e , 0x00000011 
- 00030129  0x0000814e arg  0x00000806 , 0x00000005 
- 00030130  0x0000814f call  0x00007c79 
- 00030131  0x00008150 arg  0x0000095e , 0x00000011 
- 00030132  0x00008151 arg  0x00000826 , 0x00000005 
- 00030133  0x00008152 call  0x00007c79 
- 00030134  0x00008153 arg  0x00000826 , 0x00000011 
- 00030135  0x00008154 arg  0x0000095e , 0x00000012 
- 00030136  0x00008155 arg  0x00000826 , 0x00000005 
- 00030137  0x00008156 call  0x00007be1 
- 00030138  0x00008157 arg  0x0000093e , 0x00000011 
- 00030139  0x00008158 arg  0x0000095e , 0x00000012 
- 00030140  0x00008159 arg  0x00000846 , 0x00000005 
- 00030141  0x0000815a call  0x00007be1 
- 00030142  0x0000815b arg  0x00000846 , 0x00000011 
- 00030143  0x0000815c arg  0x00000826 , 0x00000012 
- 00030144  0x0000815d arg  0x00000826 , 0x00000005 
- 00030145  0x0000815e call  0x00007c7d 
- 00030146  0x0000815f arg  0x00000806 , 0x00000011 
- 00030147  0x00008160 arg  0x00000826 , 0x00000012 
- 00030148  0x00008161 arg  0x00000806 , 0x00000005 
- 00030149  0x00008162 branch  0x00007c96 
- 00030150  0x00008165 call  0x000075e1 
- 00030151  0x00008166 arg  0x000009e6 , 0x00000011 
- 00030152  0x00008167 arg  0x00000866 , 0x00000005 
- 00030153  0x00008168 call  0x000077a8 
- 00030154  0x00008169 arg  0x000009c6 , 0x00000011 
- 00030155  0x0000816a arg  0x00000826 , 0x00000005 
- 00030156  0x0000816b call  0x000077a8 
- 00030157  0x0000816c arg  0x00000826 , 0x00000011 
- 00030158  0x0000816d arg  0x000009c6 , 0x00000012 
- 00030159  0x0000816e arg  0x00000826 , 0x00000005 
- 00030160  0x0000816f call  0x00007786 
- 00030161  0x00008170 arg  0x0000089e , 0x00000011 
- 00030162  0x00008171 arg  0x000009c6 , 0x00000012 
- 00030163  0x00008172 arg  0x00000846 , 0x00000005 
- 00030164  0x00008173 call  0x00007786 
- 00030165  0x00008174 arg  0x00000846 , 0x00000011 
- 00030166  0x00008175 arg  0x00000826 , 0x00000012 
- 00030167  0x00008176 arg  0x00000826 , 0x00000005 
- 00030168  0x00008177 call  0x00007755 
- 00030169  0x00008178 arg  0x00000806 , 0x00000011 
- 00030170  0x00008179 arg  0x00000826 , 0x00000012 
- 00030171  0x0000817a arg  0x00000806 , 0x00000005 
- 00030172  0x0000817b call  0x00007755 
- 00030173  0x0000817c arg  0x00000018 , 0x00000039 
- 00030174  0x0000817d arg  0x00000866 , 0x00000011 
- 00030175  0x0000817e arg  0x00000806 , 0x00000012 
- 00030176  0x0000817f branch  0x00007f88 
- 00030177  0x00008182 arg  0x000008e6 , 0x00000011 
- 00030178  0x00008183 arg  0x00000806 , 0x00000005 
- 00030179  0x00008184 call  0x000077a8 
- 00030180  0x00008185 arg  0x000008ce , 0x00000011 
- 00030181  0x00008186 arg  0x00000826 , 0x00000005 
- 00030182  0x00008187 call  0x000077a8 
- 00030183  0x00008188 arg  0x00000826 , 0x00000011 
- 00030184  0x00008189 arg  0x000008ce , 0x00000012 
- 00030185  0x0000818a arg  0x00000826 , 0x00000005 
- 00030186  0x0000818b call  0x00007786 
- 00030187  0x0000818c arg  0x0000089e , 0x00000011 
- 00030188  0x0000818d arg  0x000008ce , 0x00000012 
- 00030189  0x0000818e arg  0x00000846 , 0x00000005 
- 00030190  0x0000818f call  0x00007786 
- 00030191  0x00008190 arg  0x00000846 , 0x00000011 
- 00030192  0x00008191 arg  0x00000826 , 0x00000012 
- 00030193  0x00008192 arg  0x00000826 , 0x00000005 
- 00030194  0x00008193 call  0x00007755 
- 00030195  0x00008194 arg  0x00000806 , 0x00000011 
- 00030196  0x00008195 arg  0x00000826 , 0x00000012 
- 00030197  0x00008196 arg  0x00000806 , 0x00000005 
- 00030198  0x00008197 branch  0x00007758 
- 00030199  0x0000819b fetch  0x00000001 , 0x000009b2 
- 00030200  0x0000819c bne  0x00000000 , 0x00007615 
- 00030201  0x0000819d call  0x00007612 
- 00030202  0x0000819e arg  0x00000a7e , 0x00000005 
- 00030203  0x0000819f setarg  0x00000a2e 
- 00030204  0x000081a0 istore  0x00000002 , 0x00000005 
- 00030205  0x000081a1 setarg  0x00004642 
- 00030206  0x000081a2 istore  0x00000002 , 0x00000005 
- 00030207  0x000081a3 setarg  0x000009de 
- 00030208  0x000081a4 istore  0x00000002 , 0x00000005 
- 00030209  0x000081a5 branch  0x00007609 
- 00030210  0x000081a7 arg  0x00000a7e , 0x00000005 
- 00030211  0x000081a8 setarg  0x00000a3e 
- 00030212  0x000081a9 istore  0x00000002 , 0x00000005 
- 00030213  0x000081aa setarg  0x000009de 
- 00030214  0x000081ab istore  0x00000002 , 0x00000005 
- 00030215  0x000081ac setarg  0x00004642 
- 00030216  0x000081ad istore  0x00000002 , 0x00000005 
- 00030217  0x000081af call  0x000079a0 
- 00030218  0x000081b0 fetch  0x00000001 , 0x000009af 
- 00030219  0x000081b1 beq  0x00000004 , 0x0000760f 
- 00030220  0x000081b2 jam  0x00000001 , 0x000009b0 
- 00030221  0x000081b3 jam  0x00000005 , 0x000009ae 
- 00030222  0x000081b4 rtn 
- 00030223  0x000081b6 jam  0x00000014 , 0x000009af 
- 00030224  0x000081b7 call  0x0000758a 
- 00030225  0x000081b8 branch  0x000076d8 
- 00030226  0x000081bb arg  0x00000a1e , 0x00000005 
- 00030227  0x000081bc force  0x00000008 , 0x00000007 
- 00030228  0x000081bd branch  0x000076a2 
- 00030229  0x000081c0 jam  0x00000001 , 0x000009b0 
- 00030230  0x000081c1 rtn 
- 00030231  0x000081c5 bpatchx  0x000000e6 , 0x0000403c 
- 00030232  0x000081c6 arg  0x00000727 , 0x00000005 
- 00030233  0x000081c7 fetch  0x00000006 , 0x000040a0 
- 00030234  0x000081c8 istore  0x00000006 , 0x00000005 
- 00030235  0x000081c9 fetch  0x00000006 , 0x00000040 
- 00030236  0x000081ca istore  0x00000006 , 0x00000005 
- 00030237  0x000081cb fetch  0x00000003 , 0x0000465e 
- 00030238  0x000081cc istore  0x00000003 , 0x00000005 
- 00030239  0x000081ce call  0x00007a0d 
- 00030240  0x000081d0 arg  0x00000a4e , 0x00000011 
- 00030241  0x000081d1 arg  0x00000a5e , 0x00000012 
- 00030242  0x000081d2 force  0x00000004 , 0x00000007 
- 00030243  0x000081d3 call  0x000076a7 
- 00030244  0x000081d4 nbranch  0x00007631 , 0x00000001 
- 00030245  0x000081d6 call  0x00007628 
- 00030246  0x000081d7 jam  0x00000041 , 0x0000007d 
- 00030247  0x000081d8 branch  0x000062f8 
- 00030248  0x000081db fetch  0x00000001 , 0x000009af 
- 00030249  0x000081dc beq  0x00000009 , 0x0000762e 
- 00030250  0x000081dd jam  0x0000000a , 0x000009ae 
- 00030251  0x000081de jam  0x00000001 , 0x000009b0 
- 00030252  0x000081df jam  0x00000003 , 0x0000007c 
- 00030253  0x000081e0 rtn 
- 00030254  0x000081e2 jam  0x00000003 , 0x0000007c 
- 00030255  0x000081e3 jam  0x00000015 , 0x000009af 
- 00030256  0x000081e4 branch  0x000076d8 
- 00030257  0x000081e8 fetch  0x00000001 , 0x000009af 
- 00030258  0x000081e9 beq  0x00000009 , 0x00007637 
- 00030259  0x000081ea jam  0x00000000 , 0x000009ae 
- 00030260  0x000081eb jam  0x00000004 , 0x0000007c 
- 00030261  0x000081ed jam  0x00000005 , 0x0000007e 
- 00030262  0x000081ee rtn 
- 00030263  0x000081f0 jam  0x00000004 , 0x0000007c 
- 00030264  0x000081f1 jam  0x00000000 , 0x000009af 
- 00030265  0x000081f2 rtn 
- 00030266  0x000081f5 fetch  0x00000001 , 0x000009b3 
- 00030267  0x000081f6 beq  0x00000001 , 0x0000763e 
- 00030268  0x000081f7 jam  0x0000000a , 0x000009af 
- 00030269  0x000081f8 branch  0x000076d8 
- 00030270  0x000081fa arg  0x00000727 , 0x00000005 
- 00030271  0x000081fb fetch  0x00000006 , 0x00000040 
- 00030272  0x000081fc istore  0x00000006 , 0x00000005 
- 00030273  0x000081fd fetch  0x00000006 , 0x000040a0 
- 00030274  0x000081fe istore  0x00000006 , 0x00000005 
- 00030275  0x000081ff fetch  0x00000003 , 0x0000465b 
- 00030276  0x00008200 istore  0x00000003 , 0x00000005 
- 00030277  0x00008202 call  0x00007a24 
- 00030278  0x00008203 fetch  0x00000001 , 0x000009af 
- 00030279  0x00008204 beq  0x0000000a , 0x0000764b 
- 00030280  0x00008205 jam  0x0000000b , 0x000009ae 
- 00030281  0x00008206 jam  0x00000001 , 0x000009b0 
- 00030282  0x00008207 rtn 
- 00030283  0x00008209 jam  0x0000000b , 0x000009af 
- 00030284  0x0000820a jam  0x00000001 , 0x000009b1 
- 00030285  0x0000820b rtn 
- 00030286  0x0000820e arg  0x00000a7e , 0x00000005 
- 00030287  0x0000820f fetch  0x00000006 , 0x00000040 
- 00030288  0x00008210 istore  0x00000006 , 0x00000005 
- 00030289  0x00008211 fetch  0x00000006 , 0x000040a0 
- 00030290  0x00008212 istore  0x00000006 , 0x00000005 
- 00030291  0x00008213 setarg  0x00000a2e 
- 00030292  0x00008214 istore  0x00000002 , 0x00000005 
- 00030293  0x00008215 setarg  0x00000a3e 
- 00030294  0x00008216 istore  0x00000002 , 0x00000005 
- 00030295  0x00008217 branch  0x00007662 
- 00030296  0x00008219 jam  0x0000000f , 0x000009ae 
- 00030297  0x0000821a arg  0x00000a7e , 0x00000005 
- 00030298  0x0000821b fetch  0x00000006 , 0x000040a0 
- 00030299  0x0000821c istore  0x00000006 , 0x00000005 
- 00030300  0x0000821d fetch  0x00000006 , 0x00000040 
- 00030301  0x0000821e istore  0x00000006 , 0x00000005 
- 00030302  0x0000821f setarg  0x00000a3e 
- 00030303  0x00008220 istore  0x00000002 , 0x00000005 
- 00030304  0x00008221 setarg  0x00000a2e 
- 00030305  0x00008222 istore  0x00000002 , 0x00000005 
- 00030306  0x00008225 arg  0x00000727 , 0x00000005 
- 00030307  0x00008226 fetch  0x00000006 , 0x00000a7e 
- 00030308  0x00008227 istore  0x00000006 , 0x00000005 
- 00030309  0x00008228 fetch  0x00000006 , 0x00000a84 
- 00030310  0x00008229 istore  0x00000006 , 0x00000005 
- 00030311  0x0000822b call  0x000079d7 
- 00030312  0x0000822e jam  0x00000001 , 0x000041bd 
- 00030313  0x0000822f arg  0x000041be , 0x00000005 
- 00030314  0x00008230 arg  0x00000a4e , 0x00000006 
- 00030315  0x00008231 call  0x00007ebf 
- 00030316  0x00008232 branch  0x000021c4 
- 00030317  0x00008236 bpatchx  0x000000e7 , 0x0000403c 
- 00030318  0x00008237 fetch  0x00000001 , 0x000045b1 
- 00030319  0x00008238 rtnne  0x00000000 
- 00030320  0x00008239 fetch  0x00000001 , 0x000009b2 
- 00030321  0x0000823a rtnne  0x00000000 
- 00030322  0x0000823b arg  0x00004612 , 0x00000005 
- 00030323  0x0000823c force  0x0000000b , 0x00000007 
- 00030324  0x0000823d call  0x000076a2 
- 00030325  0x0000823e random  0x0000003f 
- 00030326  0x0000823f rshift  0x0000003f , 0x0000003f 
- 00030327  0x00008240 istore  0x00000002 , 0x00000005 
- 00030328  0x00008242 arg  0x000006be , 0x00000005 
- 00030329  0x00008243 arg  0x00004612 , 0x00000006 
- 00030330  0x00008244 call  0x00007ebe 
- 00030331  0x00008246 arg  0x000005e6 , 0x00000005 
- 00030332  0x00008247 arg  0x000008ce , 0x00000006 
- 00030333  0x00008248 call  0x00007ebc 
- 00030334  0x0000824a arg  0x00000616 , 0x00000005 
- 00030335  0x0000824b call  0x00007ec5 
- 00030336  0x0000824c jam  0x00000001 , 0x00000616 
- 00030337  0x0000824e call  0x00007a5d 
- 00030338  0x0000824f jam  0x00000001 , 0x000009b2 
- 00030339  0x00008250 rtn 
- 00030340  0x00008253 arg  0x0000462a , 0x00000005 
- 00030341  0x00008254 arg  0x0000062e , 0x00000006 
- 00030342  0x00008255 call  0x00007ebc 
- 00030343  0x00008256 jam  0x00000001 , 0x000045b1 
- 00030344  0x00008257 jam  0x00000000 , 0x000009b2 
- 00030345  0x00008258 rtn 
- 00030346  0x0000825b bpatchx  0x000000e8 , 0x0000403d 
- 00030347  0x0000825c fetch  0x00000001 , 0x000009b9 
- 00030348  0x0000825d rtnne  0x00000000 
- 00030349  0x0000825e fetch  0x00000001 , 0x000009b2 
- 00030350  0x0000825f rtnne  0x00000000 
- 00030351  0x00008261 arg  0x000006be , 0x00000005 
- 00030352  0x00008262 arg  0x00004612 , 0x00000006 
- 00030353  0x00008263 call  0x00007ebe 
- 00030354  0x00008265 arg  0x000005e6 , 0x00000005 
- 00030355  0x00008266 arg  0x000009c6 , 0x00000006 
- 00030356  0x00008267 call  0x00007ebc 
- 00030357  0x00008269 arg  0x00000616 , 0x00000005 
- 00030358  0x0000826a call  0x00007ec5 
- 00030359  0x0000826b jam  0x00000001 , 0x00000616 
- 00030360  0x0000826d call  0x00007a5d 
- 00030361  0x0000826e jam  0x00000002 , 0x000009b2 
- 00030362  0x0000826f rtn 
- 00030363  0x00008272 jam  0x00000001 , 0x000009b3 
- 00030364  0x00008273 arg  0x00000a06 , 0x00000005 
- 00030365  0x00008274 arg  0x0000062e , 0x00000006 
- 00030366  0x00008275 call  0x00007ebe 
- 00030367  0x00008276 jam  0x00000001 , 0x000009b9 
- 00030368  0x00008277 jam  0x00000000 , 0x000009b2 
- 00030369  0x00008278 rtn 
- 00030370  0x0000827b increase  0xffffffff , 0x00000007 
- 00030371  0x0000827c nrtn  0x00000002 
- 00030372  0x0000827d random  0x0000003f 
- 00030373  0x0000827e istore  0x00000002 , 0x00000005 
- 00030374  0x0000827f branch  0x000076a2 
- 00030375  0x00008281 increase  0xffffffff , 0x00000007 
- 00030376  0x00008282 nbranch  0x000076b3 , 0x00000002 
- 00030377  0x00008283 ifetch  0x00000004 , 0x00000011 
- 00030378  0x00008284 copy  0x0000003f , 0x00000002 
- 00030379  0x00008285 ifetch  0x00000004 , 0x00000012 
- 00030380  0x00008286 iflip  0x00000002 , 0x0000003f 
- 00030381  0x00008287 nbranch  0x000076b1 , 0x00000005 
- 00030382  0x00008288 increase  0x00000004 , 0x00000011 
- 00030383  0x00008289 increase  0x00000004 , 0x00000012 
- 00030384  0x0000828a branch  0x000076a7 
- 00030385  0x0000828c disable  0x00000001 
- 00030386  0x0000828d rtn 
- 00030387  0x0000828f enable  0x00000001 
- 00030388  0x00008290 rtn 
- 00030389  0x00008298 bpatchx  0x000000e9 , 0x0000403d 
- 00030390  0x00008299 fetch  0x00000001 , 0x000009b0 
- 00030391  0x0000829a rtn  0x00000034 
- 00030392  0x0000829b call  0x000062bc 
- 00030393  0x0000829c nrtn  0x00000034 
- 00030394  0x0000829d jam  0x00000000 , 0x000009b0 
- 00030395  0x0000829e fetch  0x00000001 , 0x000009ae 
- 00030396  0x0000829f beq  0x00000003 , 0x000061fd 
- 00030397  0x000082a0 beq  0x00000005 , 0x0000621a 
- 00030398  0x000082a1 beq  0x00000007 , 0x00006225 
- 00030399  0x000082a2 beq  0x0000000b , 0x0000623a 
- 00030400  0x000082a3 beq  0x00000002 , 0x00007588 
- 00030401  0x000082a4 beq  0x00000004 , 0x000075f7 
- 00030402  0x000082a5 beq  0x00000009 , 0x00007617 
- 00030403  0x000082a6 beq  0x0000000a , 0x0000763a 
- 00030404  0x000082a7 beq  0x0000000c , 0x00007658 
- 00030405  0x000082a9 rtn 
- 00030406  0x000082ac bpatchx  0x000000ea , 0x0000403d 
- 00030407  0x000082ad fetch  0x00000001 , 0x000009b1 
- 00030408  0x000082ae rtn  0x00000034 
- 00030409  0x000082af call  0x000062bc 
- 00030410  0x000082b0 nrtn  0x00000034 
- 00030411  0x000082b1 jam  0x00000000 , 0x000009b1 
- 00030412  0x000082b2 fetch  0x00000001 , 0x000009af 
- 00030413  0x000082b3 beq  0x00000012 , 0x000061e0 
- 00030414  0x000082b4 beq  0x00000013 , 0x000061e5 
- 00030415  0x000082b5 beq  0x00000003 , 0x000061e9 
- 00030416  0x000082b6 beq  0x00000004 , 0x00007602 
- 00030417  0x000082b7 beq  0x00000014 , 0x000061ed 
- 00030418  0x000082b8 beq  0x00000007 , 0x000061fb 
- 00030419  0x000082b9 beq  0x0000000a , 0x0000763a 
- 00030420  0x000082ba beq  0x0000000b , 0x00006239 
- 00030421  0x000082bb beq  0x00000009 , 0x00007617 
- 00030422  0x000082bc beq  0x00000015 , 0x00006233 
- 00030423  0x000082bd rtn 
- 00030424  0x000082c0 jam  0x00000001 , 0x000009b1 
- 00030425  0x000082c1 rtn 
- 00030426  0x000082c4 jam  0x00000000 , 0x000009b1 
- 00030427  0x000082c5 rtn 
- 00030428  0x000082c7 bpatchx  0x000000eb , 0x0000403d 
- 00030429  0x000082c8 fetch  0x00000001 , 0x0000465a 
- 00030430  0x000082c9 rtn  0x00000034 
- 00030431  0x000082ca fetch  0x00000001 , 0x000009b2 
- 00030432  0x000082cb rtn  0x00000034 
- 00030433  0x000082cc increase  0x00000080 , 0x0000003f 
- 00030434  0x000082cd store  0x00000001 , 0x000009b2 
- 00030435  0x000082ce rtnbit1  0x00000007 
- 00030436  0x000082cf fetch  0x00000001 , 0x000005e3 
- 00030437  0x000082d0 branch  0x000076e7 , 0x00000034 
- 00030438  0x000082d1 branch  0x00007a68 
- 00030439  0x000082d4 call  0x000078d3 
- 00030440  0x000082d5 fetch  0x00000001 , 0x000009b2 
- 00030441  0x000082d6 beq  0x00000001 , 0x00007684 
- 00030442  0x000082d7 beq  0x00000002 , 0x0000769b 
- 00030443  0x000082d8 rtn 
- 00030444  0x000082dc and  0x0000003f , 0x00000007 , 0x00000007 
- 00030445  0x000082dd rshift3  0x0000003f , 0x0000003f 
- 00030446  0x000082de iadd  0x00000006 , 0x00000006 
- 00030447  0x000082df ifetch  0x00000001 , 0x00000006 
- 00030448  0x000082e0 qisolate0  0x0000003f 
- 00030449  0x000082e1 rtn 
- 00030450  0x000082e5 call  0x00007ebe 
- 00030451  0x000082e6 call  0x00007ebe 
- 00030452  0x000082e7 branch  0x00007ebe 
- 00030453  0x000082eb ifetch  0x00000008 , 0x00000006 
- 00030454  0x000082ec nrtn  0x00000034 
- 00030455  0x000082ed ifetch  0x00000008 , 0x00000006 
- 00030456  0x000082ee nrtn  0x00000034 
- 00030457  0x000082ef ifetch  0x00000008 , 0x00000006 
- 00030458  0x000082f0 rtn 
- 00030459  0x000082f6 ifetch  0x00000004 , 0x00000011 
- 00030460  0x000082f7 iforce  0x00000002 
- 00030461  0x000082f8 ifetch  0x00000004 , 0x00000012 
- 00030462  0x000082f9 isub  0x00000002 , 0x0000003e 
- 00030463  0x000082fa nrtn  0x00000005 
- 00030464  0x000082fb increase  0x00000004 , 0x00000011 
- 00030465  0x000082fc increase  0x00000004 , 0x00000012 
- 00030466  0x000082fd loop  0x000076fb 
- 00030467  0x000082fe rtn 
- 00030468  0x00008302 force  0x00000006 , 0x00000039 
- 00030469  0x00008303 increase  0x00000014 , 0x00000011 
- 00030470  0x00008304 increase  0x00000014 , 0x00000012 
- 00030471  0x00008306 ifetch  0x00000004 , 0x00000012 
- 00030472  0x00008307 iforce  0x00000002 
- 00030473  0x00008308 ifetch  0x00000004 , 0x00000011 
- 00030474  0x00008309 isub  0x00000002 , 0x0000003f 
- 00030475  0x0000830a nrtn  0x00000002 
- 00030476  0x0000830b nrtn  0x00000034 
- 00030477  0x0000830c increase  0xfffffffc , 0x00000011 
- 00030478  0x0000830d increase  0xfffffffc , 0x00000012 
- 00030479  0x0000830e loop  0x00007707 
- 00030480  0x0000830f rtn 
- 00030481  0x00008312 force  0x00000006 , 0x00000039 
- 00030482  0x00008313 force  0x00000000 , 0x00000013 
- 00030483  0x00008315 ifetch  0x00000004 , 0x00000011 
- 00030484  0x00008316 iforce  0x00000002 
- 00030485  0x00008317 ifetch  0x00000004 , 0x00000012 
- 00030486  0x00008318 iadd  0x00000002 , 0x0000003f 
- 00030487  0x00008319 iadd  0x00000013 , 0x0000003f 
- 00030488  0x0000831a istore  0x00000004 , 0x00000005 
- 00030489  0x0000831b isolate1  0x00000020 , 0x0000003f 
- 00030490  0x0000831c setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00030491  0x0000831d increase  0x00000004 , 0x00000011 
- 00030492  0x0000831e increase  0x00000004 , 0x00000012 
- 00030493  0x0000831f loop  0x00007713 
- 00030494  0x00008320 rtn 
- 00030495  0x00008323 force  0x00000006 , 0x00000039 
- 00030496  0x00008324 force  0x00000000 , 0x00000013 
- 00030497  0x00008326 ifetch  0x00000004 , 0x00000012 
- 00030498  0x00008327 iforce  0x00000002 
- 00030499  0x00008328 ifetch  0x00000004 , 0x00000011 
- 00030500  0x00008329 isub  0x00000002 , 0x0000003f 
- 00030501  0x0000832a isub  0x00000013 , 0x0000003f 
- 00030502  0x0000832b istore  0x00000004 , 0x00000005 
- 00030503  0x0000832c isolate1  0x00000020 , 0x0000003f 
- 00030504  0x0000832d setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00030505  0x0000832e increase  0x00000004 , 0x00000011 
- 00030506  0x0000832f increase  0x00000004 , 0x00000012 
- 00030507  0x00008330 loop  0x00007721 
- 00030508  0x00008331 rtn 
- 00030509  0x00008334 force  0x00000006 , 0x00000039 
- 00030510  0x00008335 increase  0x00000014 , 0x00000011 
- 00030511  0x00008337 force  0x00000000 , 0x00000013 
- 00030512  0x00008339 ifetch  0x00000004 , 0x00000011 
- 00030513  0x0000833a isolate1  0x00000000 , 0x0000003f 
- 00030514  0x0000833b setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00030515  0x0000833c rshift  0x0000003f , 0x0000003f 
- 00030516  0x0000833d isolate1  0x00000000 , 0x00000013 
- 00030517  0x0000833e setflag  0x00000001 , 0x0000001f , 0x0000003f 
- 00030518  0x0000833f istore  0x00000004 , 0x00000011 
- 00030519  0x00008340 increase  0xfffffffc , 0x00000011 
- 00030520  0x00008341 rshift  0x00000013 , 0x00000013 
- 00030521  0x00008342 loop  0x00007730 
- 00030522  0x00008343 rtn 
- 00030523  0x00008346 force  0x00000006 , 0x00000039 
- 00030524  0x00008347 force  0x00000000 , 0x00000013 
- 00030525  0x00008349 ifetch  0x00000004 , 0x00000011 
- 00030526  0x0000834a isolate1  0x0000001f , 0x0000003f 
- 00030527  0x0000834b setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00030528  0x0000834c lshift  0x0000003f , 0x0000003f 
- 00030529  0x0000834d isolate1  0x00000000 , 0x00000013 
- 00030530  0x0000834e setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00030531  0x0000834f istore  0x00000004 , 0x00000011 
- 00030532  0x00008350 increase  0x00000004 , 0x00000011 
- 00030533  0x00008351 rshift  0x00000013 , 0x00000013 
- 00030534  0x00008352 loop  0x0000773d 
- 00030535  0x00008353 rtn 
- 00030536  0x00008356 call  0x0000773b 
- 00030537  0x00008358 isolate1  0x00000000 , 0x00000013 
- 00030538  0x00008359 branch  0x00007751 , 0x00000001 
- 00030539  0x0000835a arg  0x00000886 , 0x00000012 
- 00030540  0x0000835b copy  0x00000011 , 0x00000013 
- 00030541  0x0000835c increase  0xffffffe8 , 0x00000011 
- 00030542  0x0000835d call  0x00007704 
- 00030543  0x0000835e nrtn  0x00000002 
- 00030544  0x0000835f copy  0x00000013 , 0x00000011 
- 00030545  0x00008361 increase  0xffffffe8 , 0x00000011 
- 00030546  0x00008362 arg  0x00000886 , 0x00000012 
- 00030547  0x00008363 copy  0x00000011 , 0x00000005 
- 00030548  0x00008364 branch  0x0000771f 
- 00030549  0x00008368 call  0x00007711 
- 00030550  0x00008369 copy  0x00000005 , 0x00000011 
- 00030551  0x0000836a branch  0x00007749 
- 00030552  0x0000836d call  0x0000771f 
- 00030553  0x0000836e isolate0  0x00000000 , 0x00000013 
- 00030554  0x0000836f rtn  0x00000001 
- 00030555  0x00008370 arg  0x00000886 , 0x00000012 
- 00030556  0x00008371 add  0x00000005 , 0xffffffe8 , 0x00000011 
- 00030557  0x00008372 copy  0x00000011 , 0x00000005 
- 00030558  0x00008373 branch  0x00007711 
- 00030559  0x00008377 copy  0x00000005 , 0x0000000b 
- 00030560  0x00008378 copy  0x00000011 , 0x00000030 
- 00030561  0x00008379 arg  0x00000716 , 0x00000012 
- 00030562  0x0000837a copy  0x00000012 , 0x00000005 
- 00030563  0x0000837b add  0x00000011 , 0x00000018 , 0x00000006 
- 00030564  0x0000837c ifetch  0x00000008 , 0x00000006 
- 00030565  0x0000837d istore  0x00000008 , 0x00000005 
- 00030566  0x0000837e istore  0x00000008 , 0x00000005 
- 00030567  0x0000837f force  0x00000000 , 0x0000003f 
- 00030568  0x00008380 istore  0x00000008 , 0x00000005 
- 00030569  0x00008381 copy  0x0000000b , 0x00000005 
- 00030570  0x00008382 call  0x00007755 
- 00030571  0x00008383 arg  0x00000716 , 0x00000012 
- 00030572  0x00008384 copy  0x00000012 , 0x00000005 
- 00030573  0x00008385 force  0x00000000 , 0x0000003f 
- 00030574  0x00008386 istore  0x00000008 , 0x00000005 
- 00030575  0x00008387 add  0x00000030 , 0x00000020 , 0x00000006 
- 00030576  0x00008388 ifetch  0x00000008 , 0x00000006 
- 00030577  0x00008389 istore  0x00000008 , 0x00000005 
- 00030578  0x0000838a istore  0x00000008 , 0x00000005 
- 00030579  0x0000838b copy  0x0000000b , 0x00000011 
- 00030580  0x0000838c copy  0x00000011 , 0x00000005 
- 00030581  0x0000838d call  0x00007755 
- 00030582  0x0000838e arg  0x00000716 , 0x00000012 
- 00030583  0x0000838f copy  0x00000012 , 0x00000005 
- 00030584  0x00008390 add  0x00000030 , 0x00000028 , 0x00000006 
- 00030585  0x00008391 ifetch  0x00000008 , 0x00000006 
- 00030586  0x00008392 istore  0x00000008 , 0x00000005 
- 00030587  0x00008393 istore  0x00000008 , 0x00000005 
- 00030588  0x00008394 istore  0x00000008 , 0x00000005 
- 00030589  0x00008395 copy  0x0000000b , 0x00000011 
- 00030590  0x00008396 copy  0x00000011 , 0x00000005 
- 00030591  0x00008397 branch  0x00007755 
- 00030592  0x0000839b force  0x00000006 , 0x00000039 
- 00030593  0x0000839d ifetch  0x00000004 , 0x00000006 
- 00030594  0x0000839e iforce  0x0000002f 
- 00030595  0x0000839f increase  0x00000001 , 0x00000038 
- 00030596  0x000083a0 loop  0x00007781 
- 00030597  0x000083a1 rtn 
- 00030598  0x000083a6 copy  0x00000005 , 0x0000000b 
- 00030599  0x000083a7 arg  0x000006e6 , 0x00000005 
- 00030600  0x000083a8 call  0x00007ec5 
- 00030601  0x000083a9 arg  0x000006e6 , 0x00000005 
- 00030602  0x000083aa copy  0x00000011 , 0x00000006 
- 00030603  0x000083ab force  0x00000000 , 0x00000038 
- 00030604  0x000083ac call  0x00007780 
- 00030605  0x000083ad copy  0x00000012 , 0x00000006 
- 00030606  0x000083ae call  0x00007780 
- 00030607  0x000083af force  0x00000000 , 0x00000012 
- 00030608  0x000083b1 force  0x00000000 , 0x00000002 
- 00030609  0x000083b2 force  0x00000006 , 0x00000013 
- 00030610  0x000083b4 ifetch  0x00000004 , 0x00000005 
- 00030611  0x000083b5 iforce  0x00000011 
- 00030612  0x000083b6 copy  0x00000012 , 0x00000038 
- 00030613  0x000083b7 deposit  0x0000002f 
- 00030614  0x000083b8 copy  0x00000013 , 0x00000038 
- 00030615  0x000083b9 imul32  0x0000002f , 0x0000003f 
- 00030616  0x000083ba iadd  0x00000011 , 0x0000003f 
- 00030617  0x000083bb iadd  0x00000002 , 0x0000003f 
- 00030618  0x000083bc istore  0x00000004 , 0x00000005 
- 00030619  0x000083bd rshift32  0x0000003f , 0x00000002 
- 00030620  0x000083be increase  0x00000001 , 0x00000013 
- 00030621  0x000083bf compare  0x0000000c , 0x00000013 , 0x000000ff 
- 00030622  0x000083c0 nbranch  0x00007792 , 0x00000001 
- 00030623  0x000083c1 deposit  0x00000002 
- 00030624  0x000083c2 istore  0x00000004 , 0x00000005 
- 00030625  0x000083c3 increase  0xffffffe8 , 0x00000005 
- 00030626  0x000083c4 increase  0x00000001 , 0x00000012 
- 00030627  0x000083c5 compare  0x00000006 , 0x00000012 , 0x000000ff 
- 00030628  0x000083c6 nbranch  0x00007790 , 0x00000001 
- 00030629  0x000083c7 arg  0x000006e6 , 0x00000011 
- 00030630  0x000083c8 copy  0x0000000b , 0x00000005 
- 00030631  0x000083c9 branch  0x0000775f 
- 00030632  0x000083cd copy  0x00000011 , 0x00000012 
- 00030633  0x000083ce branch  0x00007786 
- 00030634  0x000083d1 copy  0x00000011 , 0x00000030 
- 00030635  0x000083d3 copy  0x00000030 , 0x00000011 
- 00030636  0x000083d4 ifetch  0x00000001 , 0x00000011 
- 00030637  0x000083d5 isolate1  0x00000000 , 0x0000003f 
- 00030638  0x000083d6 rtn  0x00000001 
- 00030639  0x000083d7 call  0x0000772d 
- 00030640  0x000083d8 ifetch  0x00000001 , 0x00000012 
- 00030641  0x000083d9 isolate0  0x00000000 , 0x0000003f 
- 00030642  0x000083da branch  0x000077ba , 0x00000001 
- 00030643  0x000083db arg  0x00000886 , 0x00000011 
- 00030644  0x000083dc copy  0x00000012 , 0x00000005 
- 00030645  0x000083dd call  0x00007711 
- 00030646  0x000083de ifetch  0x00000001 , 0x00000012 
- 00030647  0x000083df iadd  0x00000013 , 0x0000003f 
- 00030648  0x000083e0 istore  0x00000001 , 0x00000012 
- 00030649  0x000083e1 increase  0xffffffe8 , 0x00000012 
- 00030650  0x000083e3 add  0x00000012 , 0x00000018 , 0x00000011 
- 00030651  0x000083e4 force  0x00000007 , 0x00000039 
- 00030652  0x000083e5 call  0x0000772f 
- 00030653  0x000083e6 branch  0x000077ab 
- 00030654  0x000083ea copy  0x00000005 , 0x0000000b 
- 00030655  0x000083eb arg  0x00000746 , 0x00000005 
- 00030656  0x000083ec call  0x00007ec5 
- 00030657  0x000083ed force  0x00000000 , 0x0000003f 
- 00030658  0x000083ee store  0x00000004 , 0x000006fe 
- 00030659  0x000083ef store  0x00000004 , 0x0000075e 
- 00030660  0x000083f0 jam  0x00000001 , 0x00000746 
- 00030661  0x000083f1 arg  0x000006e6 , 0x00000005 
- 00030662  0x000083f2 call  0x00007ec5 
- 00030663  0x000083f3 arg  0x00000886 , 0x00000006 
- 00030664  0x000083f4 arg  0x00000716 , 0x00000005 
- 00030665  0x000083f5 call  0x00007ebe 
- 00030666  0x000083f6 copy  0x00000011 , 0x00000006 
- 00030667  0x000083f7 arg  0x0000072e , 0x00000005 
- 00030668  0x000083f8 call  0x00007ebe 
- 00030669  0x000083fa arg  0x0000072e , 0x00000006 
- 00030670  0x000083fb call  0x000076f5 
- 00030671  0x000083fc branch  0x000077f6 , 0x00000034 
- 00030672  0x000083fd arg  0x0000072e , 0x00000011 
- 00030673  0x000083fe arg  0x00000746 , 0x00000012 
- 00030674  0x000083ff call  0x000077aa 
- 00030675  0x00008401 arg  0x00000716 , 0x00000011 
- 00030676  0x00008402 arg  0x000006e6 , 0x00000012 
- 00030677  0x00008403 call  0x000077aa 
- 00030678  0x00008404 arg  0x0000072e , 0x00000011 
- 00030679  0x00008405 arg  0x00000716 , 0x00000012 
- 00030680  0x00008406 call  0x00007704 
- 00030681  0x00008407 branch  0x000077e8 , 0x00000002 
- 00030682  0x00008408 arg  0x00000716 , 0x00000011 
- 00030683  0x00008409 arg  0x0000072e , 0x00000012 
- 00030684  0x0000840a copy  0x00000011 , 0x00000005 
- 00030685  0x0000840b call  0x0000771f 
- 00030686  0x0000840c arg  0x00000746 , 0x00000011 
- 00030687  0x0000840d arg  0x000006e6 , 0x00000012 
- 00030688  0x0000840e copy  0x00000012 , 0x00000005 
- 00030689  0x0000840f call  0x00007711 
- 00030690  0x00008410 ifetch  0x00000001 , 0x00000011 
- 00030691  0x00008411 iadd  0x00000013 , 0x00000013 
- 00030692  0x00008412 ifetch  0x00000001 , 0x00000012 
- 00030693  0x00008413 iadd  0x00000013 , 0x0000003f 
- 00030694  0x00008414 istore  0x00000001 , 0x00000012 
- 00030695  0x00008415 branch  0x000077cd 
- 00030696  0x00008417 arg  0x0000072e , 0x00000011 
- 00030697  0x00008418 arg  0x00000716 , 0x00000012 
- 00030698  0x00008419 copy  0x00000011 , 0x00000005 
- 00030699  0x0000841a call  0x0000771f 
- 00030700  0x0000841b arg  0x000006e6 , 0x00000011 
- 00030701  0x0000841c arg  0x00000746 , 0x00000012 
- 00030702  0x0000841d copy  0x00000012 , 0x00000005 
- 00030703  0x0000841e call  0x00007711 
- 00030704  0x0000841f ifetch  0x00000001 , 0x00000011 
- 00030705  0x00008420 iadd  0x00000013 , 0x00000013 
- 00030706  0x00008421 ifetch  0x00000001 , 0x00000012 
- 00030707  0x00008422 iadd  0x00000013 , 0x0000003f 
- 00030708  0x00008423 istore  0x00000001 , 0x00000012 
- 00030709  0x00008424 branch  0x000077cd 
- 00030710  0x00008426 arg  0x00000746 , 0x00000005 
- 00030711  0x00008427 call  0x00007ec5 
- 00030712  0x00008428 fetch  0x00000001 , 0x000006fe 
- 00030713  0x00008429 store  0x00000001 , 0x00000746 
- 00030714  0x0000842a store  0x00000001 , 0x0000074e 
- 00030715  0x0000842b arg  0x00000746 , 0x00000011 
- 00030716  0x0000842c arg  0x000006e6 , 0x00000012 
- 00030717  0x0000842d copy  0x00000012 , 0x00000005 
- 00030718  0x0000842e call  0x00007755 
- 00030719  0x0000842f arg  0x00000886 , 0x00000011 
- 00030720  0x00008430 arg  0x000006e6 , 0x00000012 
- 00030721  0x00008431 copy  0x0000000b , 0x00000005 
- 00030722  0x00008432 branch  0x00007758 
- 00030723  0x00008438 arg  0x000006a6 , 0x00000011 
- 00030724  0x00008439 arg  0x0000075e , 0x00000005 
- 00030725  0x0000843a call  0x000077a8 
- 00030726  0x0000843b arg  0x0000075e , 0x00000011 
- 00030727  0x0000843c arg  0x00000776 , 0x00000005 
- 00030728  0x0000843d call  0x000077a8 
- 00030729  0x0000843e arg  0x0000089e , 0x00000011 
- 00030730  0x0000843f arg  0x00000776 , 0x00000012 
- 00030731  0x00008440 arg  0x00000776 , 0x00000005 
- 00030732  0x00008441 call  0x00007786 
- 00030733  0x00008442 arg  0x00000676 , 0x00000011 
- 00030734  0x00008443 arg  0x0000075e , 0x00000005 
- 00030735  0x00008444 call  0x000077a8 
- 00030736  0x00008445 arg  0x0000075e , 0x00000006 
- 00030737  0x00008446 arg  0x0000072e , 0x00000005 
- 00030738  0x00008447 call  0x00007ebe 
- 00030739  0x00008448 arg  0x0000072e , 0x00000011 
- 00030740  0x00008449 call  0x00007748 
- 00030741  0x0000844a arg  0x0000075e , 0x00000011 
- 00030742  0x0000844b arg  0x0000072e , 0x00000012 
- 00030743  0x0000844c arg  0x0000075e , 0x00000005 
- 00030744  0x0000844d call  0x00007755 
- 00030745  0x0000844e arg  0x0000075e , 0x00000011 
- 00030746  0x0000844f arg  0x00000776 , 0x00000012 
- 00030747  0x00008450 arg  0x0000075e , 0x00000005 
- 00030748  0x00008451 call  0x00007755 
- 00030749  0x00008452 arg  0x00000676 , 0x00000006 
- 00030750  0x00008453 arg  0x0000072e , 0x00000005 
- 00030751  0x00008454 call  0x00007ebe 
- 00030752  0x00008455 arg  0x0000068e , 0x00000011 
- 00030753  0x00008456 arg  0x00000776 , 0x00000005 
- 00030754  0x00008457 call  0x000077a8 
- 00030755  0x00008458 arg  0x0000072e , 0x00000011 
- 00030756  0x00008459 call  0x00007748 
- 00030757  0x0000845a arg  0x0000072e , 0x00000011 
- 00030758  0x0000845b call  0x00007748 
- 00030759  0x0000845c arg  0x0000072e , 0x00000011 
- 00030760  0x0000845d arg  0x00000776 , 0x00000012 
- 00030761  0x0000845e arg  0x0000072e , 0x00000005 
- 00030762  0x0000845f call  0x00007786 
- 00030763  0x00008460 arg  0x00000776 , 0x00000011 
- 00030764  0x00008461 arg  0x00000746 , 0x00000005 
- 00030765  0x00008462 call  0x000077a8 
- 00030766  0x00008463 arg  0x00000746 , 0x00000011 
- 00030767  0x00008464 call  0x00007748 
- 00030768  0x00008465 arg  0x00000746 , 0x00000011 
- 00030769  0x00008466 call  0x00007748 
- 00030770  0x00008467 arg  0x00000746 , 0x00000011 
- 00030771  0x00008468 call  0x00007748 
- 00030772  0x00008469 arg  0x0000068e , 0x00000006 
- 00030773  0x0000846a arg  0x00000776 , 0x00000005 
- 00030774  0x0000846b call  0x00007ebe 
- 00030775  0x0000846c arg  0x00000776 , 0x00000011 
- 00030776  0x0000846d call  0x00007748 
- 00030777  0x0000846e arg  0x00000776 , 0x00000011 
- 00030778  0x0000846f arg  0x000006a6 , 0x00000012 
- 00030779  0x00008470 arg  0x000006a6 , 0x00000005 
- 00030780  0x00008471 call  0x00007786 
- 00030781  0x00008472 arg  0x0000075e , 0x00000011 
- 00030782  0x00008473 arg  0x00000776 , 0x00000005 
- 00030783  0x00008474 call  0x000077a8 
- 00030784  0x00008475 arg  0x00000776 , 0x00000011 
- 00030785  0x00008476 arg  0x0000072e , 0x00000012 
- 00030786  0x00008477 arg  0x00000776 , 0x00000005 
- 00030787  0x00008478 call  0x00007758 
- 00030788  0x00008479 arg  0x00000776 , 0x00000011 
- 00030789  0x0000847a arg  0x0000072e , 0x00000012 
- 00030790  0x0000847b arg  0x00000676 , 0x00000005 
- 00030791  0x0000847c call  0x00007758 
- 00030792  0x0000847d arg  0x0000072e , 0x00000011 
- 00030793  0x0000847e arg  0x00000676 , 0x00000012 
- 00030794  0x0000847f arg  0x00000776 , 0x00000005 
- 00030795  0x00008480 call  0x00007758 
- 00030796  0x00008481 arg  0x00000776 , 0x00000011 
- 00030797  0x00008482 arg  0x0000075e , 0x00000012 
- 00030798  0x00008483 arg  0x00000776 , 0x00000005 
- 00030799  0x00008484 call  0x00007786 
- 00030800  0x00008485 arg  0x00000776 , 0x00000011 
- 00030801  0x00008486 arg  0x00000746 , 0x00000012 
- 00030802  0x00008487 arg  0x0000068e , 0x00000005 
- 00030803  0x00008488 branch  0x00007758 
- 00030804  0x0000848d arg  0x00000616 , 0x00000011 
- 00030805  0x0000848e arg  0x0000078e , 0x00000005 
- 00030806  0x0000848f call  0x000077a8 
- 00030807  0x00008490 arg  0x00000676 , 0x00000011 
- 00030808  0x00008491 arg  0x0000078e , 0x00000012 
- 00030809  0x00008492 arg  0x00000746 , 0x00000005 
- 00030810  0x00008493 call  0x00007786 
- 00030811  0x00008494 arg  0x00000616 , 0x00000011 
- 00030812  0x00008495 arg  0x0000078e , 0x00000012 
- 00030813  0x00008496 arg  0x0000078e , 0x00000005 
- 00030814  0x00008497 call  0x00007786 
- 00030815  0x00008498 arg  0x0000068e , 0x00000011 
- 00030816  0x00008499 arg  0x0000078e , 0x00000012 
- 00030817  0x0000849a arg  0x0000072e , 0x00000005 
- 00030818  0x0000849b call  0x00007786 
- 00030819  0x0000849c arg  0x000006a6 , 0x00000011 
- 00030820  0x0000849d arg  0x0000078e , 0x00000005 
- 00030821  0x0000849e call  0x000077a8 
- 00030822  0x0000849f arg  0x000005e6 , 0x00000011 
- 00030823  0x000084a0 arg  0x0000078e , 0x00000012 
- 00030824  0x000084a1 arg  0x0000075e , 0x00000005 
- 00030825  0x000084a2 call  0x00007786 
- 00030826  0x000084a3 arg  0x000006a6 , 0x00000011 
- 00030827  0x000084a4 arg  0x0000078e , 0x00000012 
- 00030828  0x000084a5 arg  0x0000078e , 0x00000005 
- 00030829  0x000084a6 call  0x00007786 
- 00030830  0x000084a7 arg  0x000005fe , 0x00000011 
- 00030831  0x000084a8 arg  0x0000078e , 0x00000012 
- 00030832  0x000084a9 arg  0x00000776 , 0x00000005 
- 00030833  0x000084aa call  0x00007786 
- 00030834  0x000084ab arg  0x00000746 , 0x00000011 
- 00030835  0x000084ac arg  0x0000075e , 0x00000012 
- 00030836  0x000084ad arg  0x0000078e , 0x00000005 
- 00030837  0x000084ae call  0x00007758 
- 00030838  0x000084af arg  0x00000746 , 0x00000011 
- 00030839  0x000084b0 arg  0x0000075e , 0x00000012 
- 00030840  0x000084b1 arg  0x00000746 , 0x00000005 
- 00030841  0x000084b2 call  0x00007755 
- 00030842  0x000084b3 arg  0x0000072e , 0x00000011 
- 00030843  0x000084b4 arg  0x00000776 , 0x00000012 
- 00030844  0x000084b5 arg  0x0000075e , 0x00000005 
- 00030845  0x000084b6 call  0x00007758 
- 00030846  0x000084b7 arg  0x0000072e , 0x00000011 
- 00030847  0x000084b8 arg  0x00000776 , 0x00000012 
- 00030848  0x000084b9 arg  0x0000072e , 0x00000005 
- 00030849  0x000084ba call  0x00007755 
- 00030850  0x000084bb arg  0x0000072e , 0x00000011 
- 00030851  0x000084bc arg  0x0000078e , 0x00000012 
- 00030852  0x000084bd arg  0x0000072e , 0x00000005 
- 00030853  0x000084be call  0x00007786 
- 00030854  0x000084bf arg  0x000006a6 , 0x00000011 
- 00030855  0x000084c0 arg  0x00000616 , 0x00000012 
- 00030856  0x000084c1 arg  0x00000776 , 0x00000005 
- 00030857  0x000084c2 call  0x00007786 
- 00030858  0x000084c3 arg  0x00000776 , 0x00000011 
- 00030859  0x000084c4 arg  0x0000078e , 0x00000012 
- 00030860  0x000084c5 arg  0x000006a6 , 0x00000005 
- 00030861  0x000084c6 call  0x00007786 
- 00030862  0x000084c7 arg  0x0000078e , 0x00000011 
- 00030863  0x000084c8 arg  0x0000078e , 0x00000005 
- 00030864  0x000084c9 call  0x000077a8 
- 00030865  0x000084ca arg  0x0000078e , 0x00000011 
- 00030866  0x000084cb arg  0x00000746 , 0x00000012 
- 00030867  0x000084cc arg  0x00000776 , 0x00000005 
- 00030868  0x000084cd call  0x00007786 
- 00030869  0x000084ce arg  0x0000078e , 0x00000011 
- 00030870  0x000084cf arg  0x0000072e , 0x00000012 
- 00030871  0x000084d0 arg  0x0000072e , 0x00000005 
- 00030872  0x000084d1 call  0x00007786 
- 00030873  0x000084d2 arg  0x0000075e , 0x00000011 
- 00030874  0x000084d3 arg  0x00000676 , 0x00000005 
- 00030875  0x000084d4 call  0x000077a8 
- 00030876  0x000084d5 arg  0x00000676 , 0x00000011 
- 00030877  0x000084d6 arg  0x00000776 , 0x00000012 
- 00030878  0x000084d7 arg  0x00000676 , 0x00000005 
- 00030879  0x000084d8 call  0x00007758 
- 00030880  0x000084d9 arg  0x00000676 , 0x00000006 
- 00030881  0x000084da arg  0x0000078e , 0x00000005 
- 00030882  0x000084db call  0x00007ebe 
- 00030883  0x000084dc arg  0x0000078e , 0x00000011 
- 00030884  0x000084dd call  0x00007748 
- 00030885  0x000084de arg  0x00000776 , 0x00000011 
- 00030886  0x000084df arg  0x0000078e , 0x00000012 
- 00030887  0x000084e0 arg  0x00000776 , 0x00000005 
- 00030888  0x000084e1 call  0x00007758 
- 00030889  0x000084e2 arg  0x00000776 , 0x00000011 
- 00030890  0x000084e3 arg  0x0000075e , 0x00000012 
- 00030891  0x000084e4 arg  0x0000075e , 0x00000005 
- 00030892  0x000084e5 call  0x00007786 
- 00030893  0x000084e6 arg  0x0000075e , 0x00000011 
- 00030894  0x000084e7 arg  0x0000072e , 0x00000012 
- 00030895  0x000084e8 arg  0x0000068e , 0x00000005 
- 00030896  0x000084e9 call  0x00007758 
- 00030897  0x000084ea arg  0x0000068e , 0x00000011 
- 00030898  0x000084eb arg  0x00000886 , 0x00000012 
- 00030899  0x000084ec arg  0x0000068e , 0x00000005 
- 00030900  0x000084ed force  0x00000000 , 0x00000013 
- 00030901  0x000084ee fetch  0x00000001 , 0x0000068e 
- 00030902  0x000084ef isolate1  0x00000000 , 0x0000003f 
- 00030903  0x000084f0 call  0x00007711 , 0x00000001 
- 00030904  0x000084f1 copy  0x00000013 , 0x00000030 
- 00030905  0x000084f2 arg  0x0000068e , 0x00000011 
- 00030906  0x000084f3 call  0x0000772d 
- 00030907  0x000084f4 fetch  0x00000001 , 0x000006a5 
- 00030908  0x000084f5 isolate1  0x00000000 , 0x00000030 
- 00030909  0x000084f6 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00030910  0x000084f7 store  0x00000001 , 0x000006a5 
- 00030911  0x000084f8 rtn 
- 00030912  0x000084fd fetch  0x00000001 , 0x000005e3 
- 00030913  0x000084fe increase  0xffffffff , 0x0000003f 
- 00030914  0x000084ff nrtn  0x00000002 
- 00030915  0x00008500 store  0x00000001 , 0x000005e3 
- 00030916  0x00008501 fetch  0x00000001 , 0x000005e2 
- 00030917  0x00008502 call  0x00007803 , 0x00000034 
- 00030918  0x00008503 fetch  0x00000001 , 0x000005e3 
- 00030919  0x00008504 arg  0x000006be , 0x00000006 
- 00030920  0x00008505 call  0x000076ec 
- 00030921  0x00008506 branch  0x000078c0 , 0x00000001 
- 00030922  0x00008507 fetch  0x00000001 , 0x000005e2 
- 00030923  0x00008508 nbranch  0x000078ce , 0x00000034 
- 00030924  0x00008509 call  0x00007854 
- 00030925  0x0000850a branch  0x000078c0 
- 00030926  0x0000850c jam  0x00000000 , 0x000005e2 
- 00030927  0x0000850d arg  0x000005e6 , 0x00000006 
- 00030928  0x0000850e arg  0x00000676 , 0x00000005 
- 00030929  0x0000850f call  0x000076f2 
- 00030930  0x00008510 branch  0x000078c0 
- 00030931  0x00008514 arg  0x000006a6 , 0x00000011 
- 00030932  0x00008515 arg  0x00000776 , 0x00000005 
- 00030933  0x00008516 call  0x000077be 
- 00030934  0x00008517 arg  0x00000776 , 0x00000011 
- 00030935  0x00008518 arg  0x0000072e , 0x00000005 
- 00030936  0x00008519 call  0x000077a8 
- 00030937  0x0000851a arg  0x00000676 , 0x00000011 
- 00030938  0x0000851b arg  0x0000072e , 0x00000012 
- 00030939  0x0000851c arg  0x0000062e , 0x00000005 
- 00030940  0x0000851d call  0x00007786 
- 00030941  0x0000851e arg  0x00000776 , 0x00000011 
- 00030942  0x0000851f arg  0x0000072e , 0x00000012 
- 00030943  0x00008520 arg  0x0000075e , 0x00000005 
- 00030944  0x00008521 call  0x00007786 
- 00030945  0x00008522 arg  0x0000068e , 0x00000011 
- 00030946  0x00008523 arg  0x0000075e , 0x00000012 
- 00030947  0x00008524 arg  0x00000646 , 0x00000005 
- 00030948  0x00008525 branch  0x00007786 
- 00030949  0x0000852a ifetch  0x00000004 , 0x00000006 
- 00030950  0x0000852b force  0x00000004 , 0x00000011 
- 00030951  0x0000852c increase  0x00000003 , 0x00000005 
- 00030952  0x0000852e istore  0x00000001 , 0x00000005 
- 00030953  0x0000852f rshift8  0x0000003f , 0x0000003f 
- 00030954  0x00008530 increase  0xfffffffe , 0x00000005 
- 00030955  0x00008531 increase  0xffffffff , 0x00000011 
- 00030956  0x00008532 nbranch  0x000078e8 , 0x00000005 
- 00030957  0x00008533 increase  0x00000005 , 0x00000005 
- 00030958  0x00008534 loop  0x000078e5 
- 00030959  0x00008535 rtn 
- 00030960  0x00008539 lshift2  0x00000007 , 0x0000003f 
- 00030961  0x0000853a iadd  0x0000000b , 0x00000006 
- 00030962  0x0000853b ifetch  0x00000004 , 0x00000006 
- 00030963  0x0000853c rtn 
- 00030964  0x0000853f force  0x00000010 , 0x00000030 
- 00030965  0x00008540 arg  0x000005e6 , 0x0000000b 
- 00030966  0x00008542 add  0x00000030 , 0xfffffff9 , 0x00000007 
- 00030967  0x00008543 call  0x000078f0 
- 00030968  0x00008544 iforce  0x00000002 
- 00030969  0x00008545 add  0x00000030 , 0xfffffff0 , 0x00000007 
- 00030970  0x00008546 call  0x000078f0 
- 00030971  0x00008547 iadd  0x00000002 , 0x00000002 
- 00030972  0x00008548 add  0x00000030 , 0xfffffffe , 0x00000007 
- 00030973  0x00008549 call  0x000078f0 
- 00030974  0x0000854a shasx  0x0000003f , 0x00000001 , 0x0000003f 
- 00030975  0x0000854b iadd  0x00000002 , 0x00000002 
- 00030976  0x0000854c add  0x00000030 , 0xfffffff1 , 0x00000007 
- 00030977  0x0000854d call  0x000078f0 
- 00030978  0x0000854e shasx  0x0000003f , 0x00000000 , 0x0000003f 
- 00030979  0x0000854f iadd  0x00000002 , 0x00000002 
- 00030980  0x00008550 lshift2  0x00000030 , 0x0000003f 
- 00030981  0x00008551 iadd  0x0000000b , 0x00000005 
- 00030982  0x00008552 istoret  0x00000004 , 0x00000005 
- 00030983  0x00008553 increase  0x00000001 , 0x00000030 
- 00030984  0x00008554 compare  0x00000040 , 0x00000030 , 0x000000ff 
- 00030985  0x00008555 nbranch  0x000078f6 , 0x00000001 
- 00030986  0x00008556 rtn 
- 00030987  0x0000855a arg  0x000008fe , 0x00000006 
- 00030988  0x0000855b force  0x00000007 , 0x00000038 
- 00030989  0x0000855d ifetch  0x00000004 , 0x00000006 
- 00030990  0x0000855e iforce  0x0000002f 
- 00030991  0x0000855f increase  0xffffffff , 0x00000038 
- 00030992  0x00008560 branch  0x0000790d , 0x00000002 
- 00030993  0x00008561 rtn 
- 00030994  0x00008564 bpatchx  0x000000ec , 0x0000403d 
- 00030995  0x00008565 call  0x000078f4 
- 00030996  0x00008566 arg  0x000006e6 , 0x00000005 
- 00030997  0x00008567 force  0x00000000 , 0x00000038 
- 00030998  0x00008569 deposit  0x0000002f 
- 00030999  0x0000856a istore  0x00000004 , 0x00000005 
- 00031000  0x0000856b increase  0x00000001 , 0x00000038 
- 00031001  0x0000856c compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00031002  0x0000856d nbranch  0x00007916 , 0x00000001 
- 00031003  0x0000856e call  0x000074b9 
- 00031004  0x0000856f arg  0x00008700 , 0x0000000b 
- 00031005  0x00008570 arg  0x000005e6 , 0x00000030 
- 00031006  0x00008571 force  0x00000040 , 0x00000039 
- 00031007  0x00008573 ifetcht  0x00000004 , 0x00000030 
- 00031008  0x00008574 ifetch  0x00000004 , 0x0000000b 
- 00031009  0x00008575 increase  0x00000004 , 0x0000000b 
- 00031010  0x00008576 increase  0x00000004 , 0x00000030 
- 00031011  0x00008577 iadd  0x00000002 , 0x0000003f 
- 00031012  0x00008578 force  0x00000007 , 0x00000038 
- 00031013  0x00008579 iadd  0x0000002f , 0x00000002 
- 00031014  0x0000857a force  0x00000004 , 0x00000038 
- 00031015  0x0000857b shasx  0x0000002f , 0x00000003 , 0x0000003f 
- 00031016  0x0000857c iadd  0x00000002 , 0x00000002 
- 00031017  0x0000857d force  0x00000005 , 0x00000038 
- 00031018  0x0000857e deposit  0x0000002f 
- 00031019  0x0000857f force  0x00000006 , 0x00000038 
- 00031020  0x00008580 ixor  0x0000002f , 0x0000003f 
- 00031021  0x00008581 force  0x00000004 , 0x00000038 
- 00031022  0x00008582 iand  0x0000002f , 0x0000003f 
- 00031023  0x00008583 force  0x00000006 , 0x00000038 
- 00031024  0x00008584 ixor  0x0000002f , 0x0000003f 
- 00031025  0x00008585 iadd  0x00000002 , 0x00000002 
- 00031026  0x00008586 force  0x00000007 , 0x00000038 
- 00031027  0x00008587 copy  0x00000002 , 0x0000002f 
- 00031028  0x00008588 force  0x00000003 , 0x00000038 
- 00031029  0x00008589 deposit  0x0000002f 
- 00031030  0x0000858a iadd  0x00000002 , 0x0000002f 
- 00031031  0x0000858b force  0x00000000 , 0x00000038 
- 00031032  0x0000858c deposit  0x0000002f 
- 00031033  0x0000858d force  0x00000001 , 0x00000038 
- 00031034  0x0000858e iand  0x0000002f , 0x00000002 
- 00031035  0x0000858f ior  0x0000002f , 0x0000003f 
- 00031036  0x00008590 force  0x00000002 , 0x00000038 
- 00031037  0x00008591 iand  0x0000002f , 0x0000003f 
- 00031038  0x00008592 ior  0x00000002 , 0x00000002 
- 00031039  0x00008593 force  0x00000000 , 0x00000038 
- 00031040  0x00008594 shasx  0x0000002f , 0x00000002 , 0x0000003f 
- 00031041  0x00008595 iadd  0x00000002 , 0x0000003f 
- 00031042  0x00008596 force  0x00000007 , 0x00000038 
- 00031043  0x00008597 iadd  0x0000002f , 0x0000002f 
- 00031044  0x00008598 regexrot 
- 00031045  0x00008599 loop  0x0000791f 
- 00031046  0x0000859a arg  0x000006e6 , 0x00000006 
- 00031047  0x0000859b force  0x00000000 , 0x00000038 
- 00031048  0x0000859d ifetch  0x00000004 , 0x00000006 
- 00031049  0x0000859e iadd  0x0000002f , 0x0000002f 
- 00031050  0x0000859f increase  0x00000001 , 0x00000038 
- 00031051  0x000085a0 compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00031052  0x000085a1 nbranch  0x00007948 , 0x00000001 
- 00031053  0x000085a2 branch  0x000074bd 
- 00031054  0x000085a6 arg  0x00000a3e , 0x00000005 
- 00031055  0x000085a7 force  0x00000007 , 0x00000038 
- 00031056  0x000085a9 deposit  0x0000002f 
- 00031057  0x000085aa istore  0x00000004 , 0x00000005 
- 00031058  0x000085ab increase  0xffffffff , 0x00000038 
- 00031059  0x000085ac branch  0x00007950 , 0x00000002 
- 00031060  0x000085ad rtn 
- 00031061  0x000085b1 arg  0x000005e6 , 0x00000005 
- 00031062  0x000085b2 increase  0xfffffffc , 0x00000006 
- 00031063  0x000085b3 sub  0x00000039 , 0x00000010 , 0x00000011 
- 00031064  0x000085b5 ifetch  0x00000004 , 0x00000006 
- 00031065  0x000085b6 ixor  0x00000002 , 0x0000003f 
- 00031066  0x000085b7 istore  0x00000004 , 0x00000005 
- 00031067  0x000085b8 increase  0xfffffff8 , 0x00000006 
- 00031068  0x000085b9 loop  0x00007958 
- 00031069  0x000085ba copy  0x00000011 , 0x00000039 
- 00031070  0x000085bb deposit  0x00000002 
- 00031071  0x000085bd istore  0x00000004 , 0x00000005 
- 00031072  0x000085be loop  0x0000795f 
- 00031073  0x000085bf rtn 
- 00031074  0x000085c2 call  0x00007967 
- 00031075  0x000085c3 call  0x0000794e 
- 00031076  0x000085c4 branch  0x0000798d 
- 00031077  0x000085c7 call  0x00007967 
- 00031078  0x000085c8 branch  0x0000798d 
- 00031079  0x000085cb arg  0x000009de , 0x00000006 
- 00031080  0x000085cc arg  0x000005e6 , 0x00000005 
- 00031081  0x000085cd force  0x00000006 , 0x00000039 
- 00031082  0x000085ce call  0x00007a71 
- 00031083  0x000085cf arg  0x00004642 , 0x00000006 
- 00031084  0x000085d0 force  0x00000006 , 0x00000039 
- 00031085  0x000085d1 call  0x00007a71 
- 00031086  0x000085d2 arg  0x00000a3e , 0x00000006 
- 00031087  0x000085d3 call  0x00007a70 
- 00031088  0x000085d4 call  0x0000790b 
- 00031089  0x000085d5 call  0x00007912 
- 00031090  0x000085d6 arg  0x00000a2e , 0x00000006 
- 00031091  0x000085d7 arg  0x000005e6 , 0x00000005 
- 00031092  0x000085d8 branch  0x00007984 
- 00031093  0x000085db arg  0x00004642 , 0x00000006 
- 00031094  0x000085dc arg  0x000005e6 , 0x00000005 
- 00031095  0x000085dd force  0x00000006 , 0x00000039 
- 00031096  0x000085de call  0x00007a71 
- 00031097  0x000085df arg  0x000009de , 0x00000006 
- 00031098  0x000085e0 force  0x00000006 , 0x00000039 
- 00031099  0x000085e1 call  0x00007a71 
- 00031100  0x000085e2 arg  0x00000a2e , 0x00000006 
- 00031101  0x000085e3 call  0x00007a70 
- 00031102  0x000085e4 call  0x0000790b 
- 00031103  0x000085e5 call  0x00007912 
- 00031104  0x000085e6 arg  0x00000a3e , 0x00000006 
- 00031105  0x000085e7 arg  0x000005e6 , 0x00000005 
- 00031106  0x000085e8 call  0x00007984 
- 00031107  0x000085e9 branch  0x0000798d 
- 00031108  0x000085ec call  0x00007a70 
- 00031109  0x000085ed setarg  0x00800000 
- 00031110  0x000085ee lshift8  0x0000003f , 0x0000003f 
- 00031111  0x000085ef istore  0x00000004 , 0x00000005 
- 00031112  0x000085f0 force  0x00000005 , 0x00000039 
- 00031113  0x000085f1 call  0x00007ec6 
- 00031114  0x000085f2 setarg  0x00000280 
- 00031115  0x000085f3 istore  0x00000004 , 0x00000005 
- 00031116  0x000085f4 branch  0x00007912 
- 00031117  0x000085f6 fetch  0x00000004 , 0x00000a3e 
- 00031118  0x000085f8 arg  0x000003e8 , 0x00000011 
- 00031119  0x000085f9 idiv  0x00000011 
- 00031120  0x000085fa call  0x00007f86 
- 00031121  0x000085fb remainder  0x0000003f 
- 00031122  0x000085fc store  0x00000004 , 0x000009ba 
- 00031123  0x000085fd quotient  0x0000003f 
- 00031124  0x000085fe arg  0x000003e8 , 0x00000011 
- 00031125  0x000085ff idiv  0x00000011 
- 00031126  0x00008600 call  0x00007f86 
- 00031127  0x00008601 remainder  0x0000003f 
- 00031128  0x00008602 arg  0x000003e8 , 0x00000011 
- 00031129  0x00008603 imul32  0x00000011 , 0x0000003f 
- 00031130  0x00008604 fetcht  0x00000004 , 0x000009ba 
- 00031131  0x00008605 iadd  0x00000002 , 0x0000003f 
- 00031132  0x00008606 store  0x00000004 , 0x000009ba 
- 00031133  0x00008607 rtn 
- 00031134  0x0000860a jam  0x00000000 , 0x00004664 
- 00031135  0x0000860b branch  0x000079a2 
- 00031136  0x0000860e fetch  0x00000001 , 0x00004662 
- 00031137  0x0000860f bne  0x00000002 , 0x0000799e 
- 00031138  0x00008611 bpatchx  0x000000ed , 0x0000403d 
- 00031139  0x00008612 setarg  0x00363636 
- 00031140  0x00008613 lshift8  0x0000003f , 0x00000002 
- 00031141  0x00008614 or_into  0x00000036 , 0x00000002 
- 00031142  0x00008615 fetch  0x00000002 , 0x00000a7e 
- 00031143  0x00008616 copy  0x0000003f , 0x00000006 
- 00031144  0x00008617 force  0x00000004 , 0x00000039 
- 00031145  0x00008618 call  0x00007955 
- 00031146  0x00008619 call  0x0000790b 
- 00031147  0x0000861a call  0x00007912 
- 00031148  0x0000861b fetch  0x00000002 , 0x00000a80 
- 00031149  0x0000861c copy  0x0000003f , 0x00000006 
- 00031150  0x0000861d arg  0x000005e6 , 0x00000005 
- 00031151  0x0000861e force  0x00000006 , 0x00000039 
- 00031152  0x0000861f call  0x00007a71 
- 00031153  0x00008620 fetch  0x00000002 , 0x00000a82 
- 00031154  0x00008621 copy  0x0000003f , 0x00000006 
- 00031155  0x00008622 force  0x00000006 , 0x00000039 
- 00031156  0x00008623 call  0x00007a71 
- 00031157  0x00008624 setarg  0x00800000 
- 00031158  0x00008625 istore  0x00000003 , 0x00000005 
- 00031159  0x00008627 fetch  0x00000001 , 0x00004664 
- 00031160  0x00008629 istore  0x00000001 , 0x00000005 
- 00031161  0x0000862a force  0x00000000 , 0x0000003f 
- 00031162  0x0000862b istore  0x00000008 , 0x00000005 
- 00031163  0x0000862c setarg  0x00000388 
- 00031164  0x0000862d istore  0x00000004 , 0x00000005 
- 00031165  0x0000862e call  0x00007912 
- 00031166  0x0000862f call  0x0000794e 
- 00031167  0x00008630 arg  0x00000a3e , 0x00000006 
- 00031168  0x00008631 arg  0x00000706 , 0x00000005 
- 00031169  0x00008632 call  0x00007ebd 
- 00031170  0x00008634 setarg  0x005c5c5c 
- 00031171  0x00008635 lshift8  0x0000003f , 0x00000002 
- 00031172  0x00008636 or_into  0x0000005c , 0x00000002 
- 00031173  0x00008637 fetch  0x00000002 , 0x00000a7e 
- 00031174  0x00008638 copy  0x0000003f , 0x00000006 
- 00031175  0x00008639 force  0x00000004 , 0x00000039 
- 00031176  0x0000863a call  0x00007955 
- 00031177  0x0000863b call  0x0000790b 
- 00031178  0x0000863c call  0x00007912 
- 00031179  0x0000863d arg  0x00000726 , 0x00000006 
- 00031180  0x0000863e arg  0x000005e6 , 0x00000005 
- 00031181  0x0000863f force  0x00000008 , 0x00000039 
- 00031182  0x00008640 call  0x00007a71 
- 00031183  0x00008641 setarg  0x00800000 
- 00031184  0x00008642 lshift8  0x0000003f , 0x0000003f 
- 00031185  0x00008643 istore  0x00000004 , 0x00000005 
- 00031186  0x00008644 call  0x00007ec5 
- 00031187  0x00008645 setarg  0x00000300 
- 00031188  0x00008646 istore  0x00000004 , 0x00000005 
- 00031189  0x00008647 call  0x00007912 
- 00031190  0x00008648 branch  0x0000794e 
- 00031191  0x0000864c setarg  0x00363636 
- 00031192  0x0000864d lshift8  0x0000003f , 0x00000002 
- 00031193  0x0000864e or_into  0x00000036 , 0x00000002 
- 00031194  0x0000864f arg  0x00000a1e , 0x00000006 
- 00031195  0x00008650 force  0x00000006 , 0x00000039 
- 00031196  0x00008651 call  0x00007955 
- 00031197  0x00008652 call  0x0000790b 
- 00031198  0x00008653 call  0x00007912 
- 00031199  0x00008654 fetch  0x00000002 , 0x00000a8a 
- 00031200  0x00008655 copy  0x0000003f , 0x00000006 
- 00031201  0x00008656 arg  0x000005e6 , 0x00000005 
- 00031202  0x00008657 call  0x00007a70 
- 00031203  0x00008658 fetch  0x00000002 , 0x00000a8c 
- 00031204  0x00008659 copy  0x0000003f , 0x00000006 
- 00031205  0x0000865a call  0x00007a70 
- 00031206  0x0000865c setarg  0x0062746c 
- 00031207  0x0000865d lshift8  0x0000003f , 0x0000003f 
- 00031208  0x0000865e or_into  0x0000006b , 0x0000003f 
- 00031209  0x0000865f istore  0x00000004 , 0x00000005 
- 00031210  0x00008660 arg  0x00000733 , 0x00000006 
- 00031211  0x00008661 force  0x00000003 , 0x00000039 
- 00031212  0x00008662 call  0x00007a71 
- 00031213  0x00008664 setarg  0x00800000 
- 00031214  0x00008665 lshift8  0x0000003f , 0x0000003f 
- 00031215  0x00008666 istore  0x00000004 , 0x00000005 
- 00031216  0x00008667 force  0x00000000 , 0x0000003f 
- 00031217  0x00008668 istore  0x00000008 , 0x00000005 
- 00031218  0x00008669 setarg  0x00000380 
- 00031219  0x0000866a istore  0x00000004 , 0x00000005 
- 00031220  0x0000866b call  0x00007912 
- 00031221  0x0000866d call  0x0000794e 
- 00031222  0x0000866e arg  0x00000a3e , 0x00000006 
- 00031223  0x0000866f arg  0x00000706 , 0x00000005 
- 00031224  0x00008670 call  0x00007ebd 
- 00031225  0x00008672 setarg  0x005c5c5c 
- 00031226  0x00008673 lshift8  0x0000003f , 0x00000002 
- 00031227  0x00008674 or_into  0x0000005c , 0x00000002 
- 00031228  0x00008675 arg  0x00000a1e , 0x00000006 
- 00031229  0x00008676 force  0x00000006 , 0x00000039 
- 00031230  0x00008677 call  0x00007955 
- 00031231  0x00008678 call  0x0000790b 
- 00031232  0x00008679 call  0x00007912 
- 00031233  0x0000867a arg  0x00000726 , 0x00000006 
- 00031234  0x0000867b arg  0x000005e6 , 0x00000005 
- 00031235  0x0000867c force  0x00000008 , 0x00000039 
- 00031236  0x0000867d call  0x00007a71 
- 00031237  0x0000867e setarg  0x00800000 
- 00031238  0x0000867f lshift8  0x0000003f , 0x0000003f 
- 00031239  0x00008680 istore  0x00000004 , 0x00000005 
- 00031240  0x00008681 call  0x00007ec5 
- 00031241  0x00008682 setarg  0x00000300 
- 00031242  0x00008683 istore  0x00000004 , 0x00000005 
- 00031243  0x00008684 call  0x00007912 
- 00031244  0x00008685 branch  0x0000794e 
- 00031245  0x00008689 fetch  0x00000001 , 0x00004662 
- 00031246  0x0000868a bne  0x00000002 , 0x00007a1e 
- 00031247  0x0000868c bpatchx  0x000000ee , 0x0000403d 
- 00031248  0x0000868d setarg  0x00363636 
- 00031249  0x0000868e lshift8  0x0000003f , 0x00000002 
- 00031250  0x0000868f or_into  0x00000036 , 0x00000002 
- 00031251  0x00008690 arg  0x00000a1e , 0x00000006 
- 00031252  0x00008691 force  0x00000006 , 0x00000039 
- 00031253  0x00008692 call  0x00007955 
- 00031254  0x00008693 call  0x0000790b 
- 00031255  0x00008694 call  0x00007912 
- 00031256  0x00008695 arg  0x00000a3e , 0x00000006 
- 00031257  0x00008696 arg  0x000005e6 , 0x00000005 
- 00031258  0x00008697 call  0x00007a70 
- 00031259  0x00008698 arg  0x00000a2e , 0x00000006 
- 00031260  0x00008699 call  0x00007a70 
- 00031261  0x0000869a branch  0x00007a33 
- 00031262  0x0000869d setarg  0x00000000 
- 00031263  0x0000869e store  0x00000004 , 0x0000468a 
- 00031264  0x0000869f branch  0x00007a0f 
- 00031265  0x000086a2 setarg  0x00000000 
- 00031266  0x000086a3 store  0x00000004 , 0x0000468a 
- 00031267  0x000086a4 branch  0x00007a26 
- 00031268  0x000086a8 fetch  0x00000001 , 0x00004662 
- 00031269  0x000086a9 bne  0x00000002 , 0x00007a21 
- 00031270  0x000086ab setarg  0x00363636 
- 00031271  0x000086ac lshift8  0x0000003f , 0x00000002 
- 00031272  0x000086ad or_into  0x00000036 , 0x00000002 
- 00031273  0x000086ae arg  0x00000a1e , 0x00000006 
- 00031274  0x000086af force  0x00000006 , 0x00000039 
- 00031275  0x000086b0 call  0x00007955 
- 00031276  0x000086b1 call  0x0000790b 
- 00031277  0x000086b2 call  0x00007912 
- 00031278  0x000086b4 arg  0x00000a2e , 0x00000006 
- 00031279  0x000086b5 arg  0x000005e6 , 0x00000005 
- 00031280  0x000086b6 call  0x00007a70 
- 00031281  0x000086b7 arg  0x00000a3e , 0x00000006 
- 00031282  0x000086b8 call  0x00007a70 
- 00031283  0x000086ba setarg  0x00000000 
- 00031284  0x000086bb istore  0x00000008 , 0x00000005 
- 00031285  0x000086bc istore  0x00000004 , 0x00000005 
- 00031286  0x000086bd fetch  0x00000004 , 0x0000468a 
- 00031287  0x000086be istore  0x00000004 , 0x00000005 
- 00031288  0x000086c0 copy  0x00000005 , 0x00000002 
- 00031289  0x000086c1 jam  0x00000080 , 0x00000726 
- 00031290  0x000086c2 copy  0x00000002 , 0x00000005 
- 00031291  0x000086c3 arg  0x00000736 , 0x00000006 
- 00031292  0x000086c4 call  0x00007a70 
- 00031293  0x000086c6 call  0x00007912 
- 00031294  0x000086c8 arg  0x000005e6 , 0x00000005 
- 00031295  0x000086c9 force  0x00000007 , 0x00000039 
- 00031296  0x000086ca call  0x00007ec6 
- 00031297  0x000086cb istore  0x00000004 , 0x00000005 
- 00031298  0x000086cc setarg  0x000003f8 
- 00031299  0x000086cd istore  0x00000004 , 0x00000005 
- 00031300  0x000086ce call  0x00007912 
- 00031301  0x000086cf call  0x0000794e 
- 00031302  0x000086d1 arg  0x00000a3e , 0x00000006 
- 00031303  0x000086d2 arg  0x00000706 , 0x00000005 
- 00031304  0x000086d3 call  0x00007ebd 
- 00031305  0x000086d5 setarg  0x005c5c5c 
- 00031306  0x000086d6 lshift8  0x0000003f , 0x00000002 
- 00031307  0x000086d7 or_into  0x0000005c , 0x00000002 
- 00031308  0x000086d8 arg  0x00000a1e , 0x00000006 
- 00031309  0x000086d9 force  0x00000006 , 0x00000039 
- 00031310  0x000086da call  0x00007955 
- 00031311  0x000086db call  0x0000790b 
- 00031312  0x000086dc call  0x00007912 
- 00031313  0x000086dd arg  0x00000726 , 0x00000006 
- 00031314  0x000086de arg  0x000005e6 , 0x00000005 
- 00031315  0x000086df force  0x00000008 , 0x00000039 
- 00031316  0x000086e0 call  0x00007a71 
- 00031317  0x000086e1 setarg  0x00800000 
- 00031318  0x000086e2 lshift8  0x0000003f , 0x0000003f 
- 00031319  0x000086e3 istore  0x00000004 , 0x00000005 
- 00031320  0x000086e4 call  0x00007ec5 
- 00031321  0x000086e5 setarg  0x00000300 
- 00031322  0x000086e6 istore  0x00000004 , 0x00000005 
- 00031323  0x000086e7 call  0x00007912 
- 00031324  0x000086e8 branch  0x0000794e 
- 00031325  0x000086f0 jam  0x000000c0 , 0x000005e3 
- 00031326  0x000086f2 fetch  0x00000001 , 0x000005e3 
- 00031327  0x000086f3 rtn  0x00000034 
- 00031328  0x000086f4 increase  0xffffffff , 0x0000003f 
- 00031329  0x000086f5 store  0x00000001 , 0x000005e3 
- 00031330  0x000086f6 arg  0x000006be , 0x00000006 
- 00031331  0x000086f7 call  0x000076ec 
- 00031332  0x000086f8 branch  0x00007a5e , 0x00000001 
- 00031333  0x000086f9 arg  0x000005e6 , 0x00000006 
- 00031334  0x000086fa arg  0x00000676 , 0x00000005 
- 00031335  0x000086fb branch  0x000076f2 
- 00031336  0x000086fe call  0x00007803 
- 00031337  0x000086ff fetch  0x00000001 , 0x000005e3 
- 00031338  0x00008700 increase  0xffffffff , 0x0000003f 
- 00031339  0x00008701 store  0x00000001 , 0x000005e3 
- 00031340  0x00008702 arg  0x000006be , 0x00000006 
- 00031341  0x00008703 call  0x000076ec 
- 00031342  0x00008704 rtn  0x00000001 
- 00031343  0x00008705 branch  0x00007854 
- 00031344  0x00008708 force  0x00000004 , 0x00000039 
- 00031345  0x0000870a increase  0xfffffffc , 0x00000006 
- 00031346  0x0000870c ifetch  0x00000004 , 0x00000006 
- 00031347  0x0000870d istore  0x00000004 , 0x00000005 
- 00031348  0x0000870e increase  0xfffffff8 , 0x00000006 
- 00031349  0x0000870f loop  0x00007a72 
- 00031350  0x00008710 rtn 
- 00031351  0x00008716 bpatchx  0x000000ef , 0x0000403d 
- 00031352  0x00008717 fetch  0x00000001 , 0x000044be 
- 00031353  0x00008718 branch  0x00005af0 , 0x00000034 
- 00031354  0x00008719 call  0x00005aec 
- 00031355  0x0000871a call  0x00007583 
- 00031356  0x0000871c branch  0x00007a7d 
- 00031357  0x00008722 fetch  0x00000001 , 0x000044c3 
- 00031358  0x00008723 rtnne  0x00000000 
- 00031359  0x00008724 fetch  0x00000001 , 0x000044c0 
- 00031360  0x00008725 rtnne  0x00000000 
- 00031361  0x00008727 arg  0x000045b2 , 0x00000005 
- 00031362  0x00008728 force  0x0000000f , 0x00000007 
- 00031363  0x00008729 call  0x000076a2 
- 00031364  0x0000872a random  0x0000003f 
- 00031365  0x0000872b rshift  0x0000003f , 0x0000003f 
- 00031366  0x0000872c istore  0x00000002 , 0x00000005 
- 00031367  0x0000872e arg  0x00000766 , 0x00000005 
- 00031368  0x0000872f arg  0x000045b2 , 0x00000006 
- 00031369  0x00008730 call  0x00007ebd 
- 00031370  0x00008732 arg  0x00000646 , 0x00000005 
- 00031371  0x00008733 arg  0x0000095e , 0x00000006 
- 00031372  0x00008734 call  0x00007eb3 
- 00031373  0x00008736 arg  0x00000686 , 0x00000005 
- 00031374  0x00008737 call  0x00007ed0 
- 00031375  0x00008738 jam  0x00000001 , 0x00000686 
- 00031376  0x0000873a call  0x00007ac7 
- 00031377  0x0000873b jam  0x00000003 , 0x000044c0 
- 00031378  0x0000873c rtn 
- 00031379  0x0000873f arg  0x000045d2 , 0x00000005 
- 00031380  0x00008740 arg  0x000006a6 , 0x00000006 
- 00031381  0x00008741 call  0x00007eb3 
- 00031382  0x00008742 jam  0x00000003 , 0x000044c3 
- 00031383  0x00008743 jam  0x00000000 , 0x000044c0 
- 00031384  0x00008744 rtn 
- 00031385  0x00008749 fetch  0x00000001 , 0x000009b9 
- 00031386  0x0000874a rtnne  0x00000000 
- 00031387  0x0000874b fetch  0x00000001 , 0x000044c0 
- 00031388  0x0000874c rtnne  0x00000000 
- 00031389  0x0000874e arg  0x00000766 , 0x00000005 
- 00031390  0x0000874f arg  0x000045b2 , 0x00000006 
- 00031391  0x00008750 call  0x00007ebd 
- 00031392  0x00008752 arg  0x00000646 , 0x00000005 
- 00031393  0x00008753 arg  0x000009be , 0x00000006 
- 00031394  0x00008754 call  0x00007eb3 
- 00031395  0x00008756 arg  0x00000686 , 0x00000005 
- 00031396  0x00008757 call  0x00007ed0 
- 00031397  0x00008758 jam  0x00000001 , 0x00000686 
- 00031398  0x0000875a call  0x00007ac7 
- 00031399  0x0000875b jam  0x00000004 , 0x000044c0 
- 00031400  0x0000875c rtn 
- 00031401  0x00008761 arg  0x000009fe , 0x00000005 
- 00031402  0x00008762 arg  0x000006a6 , 0x00000006 
- 00031403  0x00008763 call  0x00007ebd 
- 00031404  0x00008764 jam  0x00000003 , 0x000009b9 
- 00031405  0x00008765 jam  0x00000000 , 0x000044c0 
- 00031406  0x00008766 rtn 
- 00031407  0x0000876b fetch  0x00000001 , 0x000044be 
- 00031408  0x0000876c rtn  0x00000034 
- 00031409  0x0000876d fetch  0x00000001 , 0x000044c0 
- 00031410  0x0000876e rtn  0x00000034 
- 00031411  0x0000876f increase  0x00000080 , 0x0000003f 
- 00031412  0x00008770 store  0x00000001 , 0x000044c0 
- 00031413  0x00008771 rtnbit1  0x00000007 
- 00031414  0x00008772 fetch  0x00000002 , 0x000005e3 
- 00031415  0x00008773 branch  0x00007ab9 , 0x00000034 
- 00031416  0x00008774 branch  0x00007abf 
- 00031417  0x00008777 bpatchx  0x000000f0 , 0x0000403e 
- 00031418  0x00008778 call  0x00007ad4 
- 00031419  0x00008779 fetch  0x00000001 , 0x000044c0 
- 00031420  0x0000877a beq  0x00000003 , 0x00007a93 
- 00031421  0x0000877b beq  0x00000004 , 0x00007aa9 
- 00031422  0x0000877c rtn 
- 00031423  0x00008780 call  0x00007ae6 
- 00031424  0x00008781 fetch  0x00000002 , 0x000005e3 
- 00031425  0x00008782 increase  0xffffffff , 0x0000003f 
- 00031426  0x00008783 store  0x00000002 , 0x000005e3 
- 00031427  0x00008784 arg  0x00000766 , 0x00000006 
- 00031428  0x00008785 call  0x000076ec 
- 00031429  0x00008786 rtn  0x00000001 
- 00031430  0x00008787 branch  0x00007b37 
- 00031431  0x0000878a bpatchx  0x000000f1 , 0x0000403e 
- 00031432  0x0000878b setarg  0x00000100 , 0x0000003f 
- 00031433  0x0000878c store  0x00000002 , 0x000005e3 
- 00031434  0x0000878e fetch  0x00000002 , 0x000005e3 
- 00031435  0x0000878f rtn  0x00000034 
- 00031436  0x00008790 increase  0xffffffff , 0x0000003f 
- 00031437  0x00008791 store  0x00000002 , 0x000005e3 
- 00031438  0x00008792 arg  0x00000766 , 0x00000006 
- 00031439  0x00008793 call  0x000076ec 
- 00031440  0x00008794 branch  0x00007aca , 0x00000001 
- 00031441  0x00008795 arg  0x00000646 , 0x00000006 
- 00031442  0x00008796 arg  0x00000706 , 0x00000005 
- 00031443  0x00008797 branch  0x00007eb2 
- 00031444  0x0000879b arg  0x00000746 , 0x00000011 
- 00031445  0x0000879c arg  0x00000846 , 0x00000005 
- 00031446  0x0000879d call  0x00007ba3 
- 00031447  0x0000879e arg  0x00000846 , 0x00000011 
- 00031448  0x0000879f arg  0x000007e6 , 0x00000005 
- 00031449  0x000087a0 call  0x00007c79 
- 00031450  0x000087a1 arg  0x00000706 , 0x00000011 
- 00031451  0x000087a2 arg  0x000007e6 , 0x00000012 
- 00031452  0x000087a3 arg  0x000006a6 , 0x00000005 
- 00031453  0x000087a4 call  0x00007be1 
- 00031454  0x000087a5 arg  0x00000846 , 0x00000011 
- 00031455  0x000087a6 arg  0x000007e6 , 0x00000012 
- 00031456  0x000087a7 arg  0x00000826 , 0x00000005 
- 00031457  0x000087a8 call  0x00007be1 
- 00031458  0x000087a9 arg  0x00000726 , 0x00000011 
- 00031459  0x000087aa arg  0x00000826 , 0x00000012 
- 00031460  0x000087ab arg  0x000006c6 , 0x00000005 
- 00031461  0x000087ac branch  0x00007be1 
- 00031462  0x000087af arg  0x00000746 , 0x00000011 
- 00031463  0x000087b0 arg  0x00000826 , 0x00000005 
- 00031464  0x000087b1 call  0x00007c79 
- 00031465  0x000087b2 arg  0x00000826 , 0x00000011 
- 00031466  0x000087b3 arg  0x00000846 , 0x00000005 
- 00031467  0x000087b4 call  0x00007c79 
- 00031468  0x000087b6 arg  0x0000093e , 0x00000011 
- 00031469  0x000087b7 arg  0x00000846 , 0x00000012 
- 00031470  0x000087b8 arg  0x00000846 , 0x00000005 
- 00031471  0x000087b9 call  0x00007be1 
- 00031472  0x000087ba arg  0x00000706 , 0x00000011 
- 00031473  0x000087bb arg  0x00000826 , 0x00000005 
- 00031474  0x000087bc call  0x00007c79 
- 00031475  0x000087be arg  0x00000826 , 0x00000006 
- 00031476  0x000087bf arg  0x000007e6 , 0x00000005 
- 00031477  0x000087c0 call  0x00007ebd 
- 00031478  0x000087c1 arg  0x000007e6 , 0x00000011 
- 00031479  0x000087c2 call  0x00007c80 
- 00031480  0x000087c3 arg  0x00000826 , 0x00000011 
- 00031481  0x000087c4 arg  0x000007e6 , 0x00000012 
- 00031482  0x000087c5 arg  0x00000826 , 0x00000005 
- 00031483  0x000087c6 call  0x00007c7d 
- 00031484  0x000087c8 arg  0x00000826 , 0x00000011 
- 00031485  0x000087c9 arg  0x00000846 , 0x00000012 
- 00031486  0x000087ca arg  0x00000826 , 0x00000005 
- 00031487  0x000087cb call  0x00007c7d 
- 00031488  0x000087cd arg  0x00000706 , 0x00000006 
- 00031489  0x000087ce arg  0x000007e6 , 0x00000005 
- 00031490  0x000087cf call  0x00007ebd 
- 00031491  0x000087d0 arg  0x00000726 , 0x00000011 
- 00031492  0x000087d1 arg  0x00000846 , 0x00000005 
- 00031493  0x000087d2 call  0x00007c79 
- 00031494  0x000087d3 arg  0x000007e6 , 0x00000011 
- 00031495  0x000087d4 call  0x00007c80 
- 00031496  0x000087d5 arg  0x000007e6 , 0x00000011 
- 00031497  0x000087d6 call  0x00007c80 
- 00031498  0x000087d7 arg  0x000007e6 , 0x00000011 
- 00031499  0x000087d8 arg  0x00000846 , 0x00000012 
- 00031500  0x000087d9 arg  0x000007e6 , 0x00000005 
- 00031501  0x000087da call  0x00007be1 
- 00031502  0x000087db arg  0x00000846 , 0x00000011 
- 00031503  0x000087dc arg  0x00000806 , 0x00000005 
- 00031504  0x000087dd call  0x00007c79 
- 00031505  0x000087de arg  0x00000806 , 0x00000011 
- 00031506  0x000087df call  0x00007c80 
- 00031507  0x000087e0 arg  0x00000806 , 0x00000011 
- 00031508  0x000087e1 call  0x00007c80 
- 00031509  0x000087e2 arg  0x00000806 , 0x00000011 
- 00031510  0x000087e3 call  0x00007c80 
- 00031511  0x000087e4 arg  0x00000726 , 0x00000006 
- 00031512  0x000087e5 arg  0x00000846 , 0x00000005 
- 00031513  0x000087e6 call  0x00007ebd 
- 00031514  0x000087e7 arg  0x00000846 , 0x00000011 
- 00031515  0x000087e8 call  0x00007c80 
- 00031516  0x000087e9 arg  0x00000846 , 0x00000011 
- 00031517  0x000087ea arg  0x00000746 , 0x00000012 
- 00031518  0x000087eb arg  0x00000746 , 0x00000005 
- 00031519  0x000087ec call  0x00007be1 
- 00031520  0x000087ef arg  0x00000826 , 0x00000011 
- 00031521  0x000087f0 arg  0x00000846 , 0x00000005 
- 00031522  0x000087f1 call  0x00007c79 
- 00031523  0x000087f3 arg  0x00000846 , 0x00000011 
- 00031524  0x000087f4 arg  0x000007e6 , 0x00000012 
- 00031525  0x000087f5 arg  0x00000846 , 0x00000005 
- 00031526  0x000087f6 call  0x00007c96 
- 00031527  0x000087f7 arg  0x00000846 , 0x00000011 
- 00031528  0x000087f8 arg  0x000007e6 , 0x00000012 
- 00031529  0x000087f9 arg  0x00000706 , 0x00000005 
- 00031530  0x000087fa call  0x00007c96 
- 00031531  0x000087fb arg  0x000007e6 , 0x00000011 
- 00031532  0x000087fc arg  0x00000706 , 0x00000012 
- 00031533  0x000087fd arg  0x00000846 , 0x00000005 
- 00031534  0x000087fe call  0x00007c96 
- 00031535  0x000087ff arg  0x00000846 , 0x00000011 
- 00031536  0x00008800 arg  0x00000826 , 0x00000012 
- 00031537  0x00008801 arg  0x00000846 , 0x00000005 
- 00031538  0x00008802 call  0x00007be1 
- 00031539  0x00008803 arg  0x00000846 , 0x00000011 
- 00031540  0x00008804 arg  0x00000806 , 0x00000012 
- 00031541  0x00008805 arg  0x00000726 , 0x00000005 
- 00031542  0x00008806 branch  0x00007c96 
- 00031543  0x0000880a arg  0x00000686 , 0x00000011 
- 00031544  0x0000880b arg  0x00000866 , 0x00000005 
- 00031545  0x0000880c call  0x00007c79 
- 00031546  0x0000880d arg  0x00000706 , 0x00000011 
- 00031547  0x0000880e arg  0x00000866 , 0x00000012 
- 00031548  0x0000880f arg  0x00000806 , 0x00000005 
- 00031549  0x00008810 call  0x00007be1 
- 00031550  0x00008813 arg  0x00000686 , 0x00000011 
- 00031551  0x00008814 arg  0x00000866 , 0x00000012 
- 00031552  0x00008815 arg  0x00000866 , 0x00000005 
- 00031553  0x00008816 call  0x00007be1 
- 00031554  0x00008817 arg  0x00000726 , 0x00000011 
- 00031555  0x00008818 arg  0x00000866 , 0x00000012 
- 00031556  0x00008819 arg  0x000007e6 , 0x00000005 
- 00031557  0x0000881a call  0x00007be1 
- 00031558  0x0000881d arg  0x00000746 , 0x00000011 
- 00031559  0x0000881e arg  0x00000866 , 0x00000005 
- 00031560  0x0000881f call  0x00007c79 
- 00031561  0x00008820 arg  0x00000646 , 0x00000011 
- 00031562  0x00008821 arg  0x00000866 , 0x00000012 
- 00031563  0x00008822 arg  0x00000826 , 0x00000005 
- 00031564  0x00008823 call  0x00007be1 
- 00031565  0x00008825 arg  0x00000746 , 0x00000011 
- 00031566  0x00008826 arg  0x00000866 , 0x00000012 
- 00031567  0x00008827 arg  0x00000866 , 0x00000005 
- 00031568  0x00008828 call  0x00007be1 
- 00031569  0x00008829 arg  0x00000666 , 0x00000011 
- 00031570  0x0000882a arg  0x00000866 , 0x00000012 
- 00031571  0x0000882b arg  0x00000846 , 0x00000005 
- 00031572  0x0000882c call  0x00007be1 
- 00031573  0x00008831 arg  0x00000806 , 0x00000012 
- 00031574  0x00008832 arg  0x00000826 , 0x00000011 
- 00031575  0x00008833 arg  0x00000866 , 0x00000005 
- 00031576  0x00008834 call  0x00007c96 
- 00031577  0x00008835 arg  0x00000806 , 0x00000011 
- 00031578  0x00008836 arg  0x00000826 , 0x00000012 
- 00031579  0x00008837 arg  0x00000806 , 0x00000005 
- 00031580  0x00008838 call  0x00007c7d 
- 00031581  0x0000883b arg  0x000007e6 , 0x00000012 
- 00031582  0x0000883c arg  0x00000846 , 0x00000011 
- 00031583  0x0000883d arg  0x00000826 , 0x00000005 
- 00031584  0x0000883e call  0x00007c96 
- 00031585  0x0000883f arg  0x000007e6 , 0x00000011 
- 00031586  0x00008840 arg  0x00000846 , 0x00000012 
- 00031587  0x00008841 arg  0x000007e6 , 0x00000005 
- 00031588  0x00008842 call  0x00007c7d 
- 00031589  0x00008843 arg  0x000007e6 , 0x00000011 
- 00031590  0x00008844 arg  0x00000866 , 0x00000012 
- 00031591  0x00008845 arg  0x000007e6 , 0x00000005 
- 00031592  0x00008846 call  0x00007be1 
- 00031593  0x00008847 arg  0x00000746 , 0x00000011 
- 00031594  0x00008848 arg  0x00000686 , 0x00000012 
- 00031595  0x00008849 arg  0x00000846 , 0x00000005 
- 00031596  0x0000884a call  0x00007be1 
- 00031597  0x0000884b arg  0x00000846 , 0x00000011 
- 00031598  0x0000884c arg  0x00000866 , 0x00000012 
- 00031599  0x0000884d arg  0x00000746 , 0x00000005 
- 00031600  0x0000884e call  0x00007be1 
- 00031601  0x00008850 arg  0x00000866 , 0x00000011 
- 00031602  0x00008851 arg  0x00000866 , 0x00000005 
- 00031603  0x00008852 call  0x00007c79 
- 00031604  0x00008853 arg  0x00000866 , 0x00000011 
- 00031605  0x00008854 arg  0x00000806 , 0x00000012 
- 00031606  0x00008855 arg  0x00000846 , 0x00000005 
- 00031607  0x00008856 call  0x00007be1 
- 00031608  0x00008857 arg  0x00000866 , 0x00000011 
- 00031609  0x00008858 arg  0x000007e6 , 0x00000012 
- 00031610  0x00008859 arg  0x000007e6 , 0x00000005 
- 00031611  0x0000885a call  0x00007be1 
- 00031612  0x0000885b arg  0x00000826 , 0x00000011 
- 00031613  0x0000885c arg  0x00000706 , 0x00000005 
- 00031614  0x0000885d call  0x00007c79 
- 00031615  0x0000885e arg  0x00000706 , 0x00000011 
- 00031616  0x0000885f arg  0x00000846 , 0x00000012 
- 00031617  0x00008860 arg  0x00000706 , 0x00000005 
- 00031618  0x00008861 call  0x00007c96 
- 00031619  0x00008862 arg  0x00000706 , 0x00000006 
- 00031620  0x00008863 arg  0x00000866 , 0x00000005 
- 00031621  0x00008864 call  0x00007ebd 
- 00031622  0x00008865 arg  0x00000866 , 0x00000011 
- 00031623  0x00008866 call  0x00007c80 
- 00031624  0x00008867 arg  0x00000846 , 0x00000011 
- 00031625  0x00008868 arg  0x00000866 , 0x00000012 
- 00031626  0x00008869 arg  0x00000846 , 0x00000005 
- 00031627  0x0000886a call  0x00007c96 
- 00031628  0x0000886b arg  0x00000846 , 0x00000011 
- 00031629  0x0000886c arg  0x00000826 , 0x00000012 
- 00031630  0x0000886d arg  0x00000826 , 0x00000005 
- 00031631  0x0000886e call  0x00007be1 
- 00031632  0x0000886f arg  0x00000826 , 0x00000011 
- 00031633  0x00008870 arg  0x000007e6 , 0x00000012 
- 00031634  0x00008871 arg  0x00000726 , 0x00000005 
- 00031635  0x00008872 call  0x00007c96 
- 00031636  0x00008873 arg  0x00000726 , 0x00000011 
- 00031637  0x00008874 arg  0x0000091e , 0x00000012 
- 00031638  0x00008875 arg  0x00000726 , 0x00000005 
- 00031639  0x00008876 force  0x00000000 , 0x00000013 
- 00031640  0x00008877 fetch  0x00000001 , 0x00000726 
- 00031641  0x00008878 isolate1  0x00000000 , 0x0000003f 
- 00031642  0x00008879 call  0x00007c7b , 0x00000001 
- 00031643  0x0000887a copy  0x00000013 , 0x00000030 
- 00031644  0x0000887b arg  0x00000726 , 0x00000011 
- 00031645  0x0000887c call  0x00007cab 
- 00031646  0x0000887d fetch  0x00000001 , 0x00000745 
- 00031647  0x0000887e isolate1  0x00000000 , 0x00000030 
- 00031648  0x0000887f setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00031649  0x00008880 store  0x00000001 , 0x00000745 
- 00031650  0x00008881 rtn 
- 00031651  0x00008884 copy  0x00000005 , 0x0000000b 
- 00031652  0x00008885 arg  0x00000806 , 0x00000005 
- 00031653  0x00008886 call  0x00007ed0 
- 00031654  0x00008887 force  0x00000000 , 0x0000003f 
- 00031655  0x00008889 store  0x00000004 , 0x00000826 
- 00031656  0x0000888a jam  0x00000001 , 0x00000806 
- 00031657  0x0000888b arg  0x00000786 , 0x00000005 
- 00031658  0x0000888c call  0x00007ed2 
- 00031659  0x0000888d arg  0x0000091e , 0x00000006 
- 00031660  0x0000888e arg  0x000007c6 , 0x00000005 
- 00031661  0x0000888f call  0x00007ebd 
- 00031662  0x00008890 copy  0x00000011 , 0x00000006 
- 00031663  0x00008891 arg  0x000007e6 , 0x00000005 
- 00031664  0x00008892 call  0x00007ebd 
- 00031665  0x00008899 arg  0x000007e6 , 0x00000006 
- 00031666  0x0000889a call  0x00007cb5 
- 00031667  0x0000889b branch  0x00007bda , 0x00000034 
- 00031668  0x000088a0 arg  0x000007e6 , 0x00000011 
- 00031669  0x000088a1 arg  0x00000806 , 0x00000012 
- 00031670  0x000088a2 call  0x00007cb8 
- 00031671  0x000088a3 arg  0x000007c6 , 0x00000011 
- 00031672  0x000088a4 arg  0x00000786 , 0x00000012 
- 00031673  0x000088a5 call  0x00007cb8 
- 00031674  0x000088a7 arg  0x000007e6 , 0x00000011 
- 00031675  0x000088a8 arg  0x000007c6 , 0x00000012 
- 00031676  0x000088a9 call  0x00007cb1 
- 00031677  0x000088aa branch  0x00007bcc , 0x00000002 
- 00031678  0x000088ab arg  0x000007c6 , 0x00000011 
- 00031679  0x000088ac arg  0x000007e6 , 0x00000012 
- 00031680  0x000088ad copy  0x00000011 , 0x00000005 
- 00031681  0x000088ae call  0x00007ca9 
- 00031682  0x000088af arg  0x00000806 , 0x00000011 
- 00031683  0x000088b0 arg  0x00000786 , 0x00000012 
- 00031684  0x000088b1 copy  0x00000012 , 0x00000005 
- 00031685  0x000088b2 call  0x00007c7b 
- 00031686  0x000088b3 ifetch  0x00000001 , 0x00000011 
- 00031687  0x000088b4 iadd  0x00000013 , 0x00000013 
- 00031688  0x000088b5 ifetch  0x00000001 , 0x00000012 
- 00031689  0x000088b6 iadd  0x00000013 , 0x0000003f 
- 00031690  0x000088b7 istore  0x00000001 , 0x00000012 
- 00031691  0x000088b8 branch  0x00007bb1 
- 00031692  0x000088ba arg  0x000007e6 , 0x00000011 
- 00031693  0x000088bb arg  0x000007c6 , 0x00000012 
- 00031694  0x000088bc copy  0x00000011 , 0x00000005 
- 00031695  0x000088bd call  0x00007ca9 
- 00031696  0x000088be arg  0x00000786 , 0x00000011 
- 00031697  0x000088bf arg  0x00000806 , 0x00000012 
- 00031698  0x000088c0 copy  0x00000012 , 0x00000005 
- 00031699  0x000088c1 call  0x00007c7b 
- 00031700  0x000088c2 ifetch  0x00000001 , 0x00000011 
- 00031701  0x000088c3 iadd  0x00000013 , 0x00000013 
- 00031702  0x000088c4 ifetch  0x00000001 , 0x00000012 
- 00031703  0x000088c5 iadd  0x00000013 , 0x0000003f 
- 00031704  0x000088c6 istore  0x00000001 , 0x00000012 
- 00031705  0x000088c7 branch  0x00007bb1 
- 00031706  0x000088ca arg  0x00000786 , 0x00000011 
- 00031707  0x000088cb copy  0x0000000b , 0x00000005 
- 00031708  0x000088cc call  0x00007c0a 
- 00031709  0x000088ce arg  0x0000091e , 0x00000011 
- 00031710  0x000088cf copy  0x0000000b , 0x00000012 
- 00031711  0x000088d0 copy  0x0000000b , 0x00000005 
- 00031712  0x000088d1 branch  0x00007c96 
- 00031713  0x000088d5 copy  0x00000005 , 0x0000000b 
- 00031714  0x000088d7 force  0x00000000 , 0x00000038 
- 00031715  0x000088d9 arg  0x00000786 , 0x00000005 
- 00031716  0x000088da call  0x00007ed2 
- 00031717  0x000088db arg  0x00000ad2 , 0x00000005 
- 00031718  0x000088dc call  0x00007ed2 
- 00031719  0x000088e0 copy  0x00000011 , 0x00000006 
- 00031720  0x000088e2 jam  0x00000000 , 0x00000ad2 
- 00031721  0x000088e3 setarg  0x00000000 
- 00031722  0x000088e4 call  0x00007c73 
- 00031723  0x000088e5 copy  0x00000012 , 0x00000006 
- 00031724  0x000088e6 call  0x00007c77 
- 00031725  0x000088e9 force  0x00000000 , 0x00000007 
- 00031726  0x000088ea arg  0x00000786 , 0x00000005 
- 00031727  0x000088ee arg  0x00000ad2 , 0x00000002 
- 00031728  0x000088ef copy  0x00000007 , 0x00000012 
- 00031729  0x000088f0 lshift2  0x00000012 , 0x0000003f 
- 00031730  0x000088f2 iadd  0x00000002 , 0x00000012 
- 00031731  0x000088f3 force  0x00000000 , 0x00000002 
- 00031732  0x000088f4 force  0x00000000 , 0x00000013 
- 00031733  0x000088fa ifetch  0x00000004 , 0x00000005 
- 00031734  0x000088fb iforce  0x00000011 
- 00031735  0x000088fe ifetch  0x00000004 , 0x00000012 
- 00031736  0x000088ff copy  0x00000013 , 0x00000038 
- 00031737  0x00008900 imul32  0x0000002f , 0x0000003f 
- 00031738  0x00008901 iadd  0x00000011 , 0x0000003f 
- 00031739  0x00008902 iadd  0x00000002 , 0x0000003f 
- 00031740  0x00008903 istore  0x00000004 , 0x00000005 
- 00031741  0x00008904 rshift32  0x0000003f , 0x00000002 
- 00031742  0x00008905 increase  0x00000001 , 0x00000013 
- 00031743  0x00008906 compare  0x00000008 , 0x00000013 , 0x000000ff 
- 00031744  0x00008907 nbranch  0x00007bf5 , 0x00000001 
- 00031745  0x00008909 deposit  0x00000002 
- 00031746  0x0000890a istore  0x00000004 , 0x00000005 
- 00031747  0x0000890b increase  0xffffffe0 , 0x00000005 
- 00031748  0x0000890e increase  0x00000001 , 0x00000007 
- 00031749  0x0000890f compare  0x00000008 , 0x00000007 , 0x000000ff 
- 00031750  0x00008910 nbranch  0x00007bef , 0x00000001 
- 00031751  0x00008911 arg  0x00000786 , 0x00000011 
- 00031752  0x00008912 copy  0x0000000b , 0x00000005 
- 00031753  0x00008913 branch  0x00007c0a 
- 00031754  0x00008916 bpatchx  0x000000f2 , 0x0000403e 
- 00031755  0x00008917 copy  0x00000005 , 0x0000000b 
- 00031756  0x00008918 copy  0x00000011 , 0x00000030 
- 00031757  0x00008919 arg  0x000007c6 , 0x00000012 
- 00031758  0x0000891a copy  0x00000012 , 0x00000005 
- 00031759  0x0000891b call  0x00007ecd 
- 00031760  0x0000891c istore  0x00000008 , 0x00000005 
- 00031761  0x0000891d add  0x00000011 , 0x0000002c , 0x00000006 
- 00031762  0x0000891e call  0x00007eb9 
- 00031763  0x0000891f call  0x00007eb5 
- 00031764  0x00008920 copy  0x00000012 , 0x00000011 
- 00031765  0x00008921 call  0x00007c80 
- 00031766  0x00008922 arg  0x000007c6 , 0x00000012 
- 00031767  0x00008923 copy  0x00000030 , 0x00000011 
- 00031768  0x00008924 copy  0x0000000b , 0x00000005 
- 00031769  0x00008925 call  0x00007c7d 
- 00031770  0x00008927 arg  0x000007c6 , 0x00000012 
- 00031771  0x00008928 copy  0x00000012 , 0x00000005 
- 00031772  0x00008929 call  0x00007ecd 
- 00031773  0x0000892a istore  0x00000008 , 0x00000005 
- 00031774  0x0000892b add  0x00000030 , 0x00000030 , 0x00000006 
- 00031775  0x0000892c call  0x00007ebf 
- 00031776  0x0000892d call  0x00007ecd 
- 00031777  0x0000892e copy  0x00000012 , 0x00000011 
- 00031778  0x0000892f call  0x00007c80 
- 00031779  0x00008933 arg  0x000007c6 , 0x00000012 
- 00031780  0x00008934 copy  0x0000000b , 0x00000011 
- 00031781  0x00008935 copy  0x00000011 , 0x00000005 
- 00031782  0x00008936 call  0x00007c7d 
- 00031783  0x0000893a arg  0x000007c6 , 0x00000012 
- 00031784  0x0000893b copy  0x00000012 , 0x00000005 
- 00031785  0x0000893c add  0x00000030 , 0x00000020 , 0x00000006 
- 00031786  0x0000893d call  0x00007eb5 
- 00031787  0x0000893e call  0x00007ecd 
- 00031788  0x0000893f istore  0x00000008 , 0x00000005 
- 00031789  0x00008940 add  0x00000030 , 0x00000038 , 0x00000006 
- 00031790  0x00008941 call  0x00007eb9 
- 00031791  0x00008942 copy  0x0000000b , 0x00000011 
- 00031792  0x00008943 copy  0x00000011 , 0x00000005 
- 00031793  0x00008944 call  0x00007c7d 
- 00031794  0x00008948 arg  0x000007c6 , 0x00000012 
- 00031795  0x00008949 copy  0x00000012 , 0x00000005 
- 00031796  0x0000894a add  0x00000030 , 0x00000024 , 0x00000006 
- 00031797  0x0000894b call  0x00007eb5 
- 00031798  0x0000894c add  0x00000030 , 0x00000034 , 0x00000006 
- 00031799  0x0000894d call  0x00007eb5 
- 00031800  0x0000894e add  0x00000030 , 0x00000034 , 0x00000006 
- 00031801  0x0000894f call  0x00007eb6 
- 00031802  0x00008950 add  0x00000030 , 0x00000020 , 0x00000006 
- 00031803  0x00008951 call  0x00007eb6 
- 00031804  0x00008952 copy  0x0000000b , 0x00000011 
- 00031805  0x00008953 copy  0x00000011 , 0x00000005 
- 00031806  0x00008954 call  0x00007c7d 
- 00031807  0x00008957 arg  0x000007c6 , 0x00000012 
- 00031808  0x00008958 copy  0x00000012 , 0x00000005 
- 00031809  0x00008959 add  0x00000030 , 0x0000002c , 0x00000006 
- 00031810  0x0000895a call  0x00007eb5 
- 00031811  0x0000895b call  0x00007ecd 
- 00031812  0x0000895c istore  0x00000008 , 0x00000005 
- 00031813  0x0000895d add  0x00000030 , 0x00000020 , 0x00000006 
- 00031814  0x0000895e call  0x00007eb6 
- 00031815  0x0000895f add  0x00000030 , 0x00000028 , 0x00000006 
- 00031816  0x00008960 call  0x00007eb6 
- 00031817  0x00008961 copy  0x0000000b , 0x00000011 
- 00031818  0x00008962 copy  0x00000011 , 0x00000005 
- 00031819  0x00008963 call  0x00007c96 
- 00031820  0x00008966 arg  0x000007c6 , 0x00000012 
- 00031821  0x00008967 copy  0x00000012 , 0x00000005 
- 00031822  0x00008968 add  0x00000030 , 0x00000030 , 0x00000006 
- 00031823  0x00008969 call  0x00007eb9 
- 00031824  0x0000896a call  0x00007eb9 
- 00031825  0x0000896b force  0x00000000 , 0x0000003f 
- 00031826  0x0000896c istore  0x00000008 , 0x00000005 
- 00031827  0x0000896d add  0x00000030 , 0x00000024 , 0x00000006 
- 00031828  0x0000896e call  0x00007eb6 
- 00031829  0x0000896f add  0x00000030 , 0x0000002c , 0x00000006 
- 00031830  0x00008970 call  0x00007eb6 
- 00031831  0x00008971 copy  0x0000000b , 0x00000011 
- 00031832  0x00008972 copy  0x00000011 , 0x00000005 
- 00031833  0x00008973 call  0x00007c96 
- 00031834  0x00008976 arg  0x000007c6 , 0x00000012 
- 00031835  0x00008977 copy  0x00000012 , 0x00000005 
- 00031836  0x00008978 add  0x00000030 , 0x00000034 , 0x00000006 
- 00031837  0x00008979 call  0x00007eb5 
- 00031838  0x0000897a add  0x00000030 , 0x00000020 , 0x00000006 
- 00031839  0x0000897b call  0x00007eb5 
- 00031840  0x0000897c call  0x00007ecd 
- 00031841  0x0000897d add  0x00000030 , 0x00000030 , 0x00000006 
- 00031842  0x0000897e call  0x00007eb6 
- 00031843  0x0000897f copy  0x0000000b , 0x00000011 
- 00031844  0x00008980 copy  0x00000011 , 0x00000005 
- 00031845  0x00008981 call  0x00007c96 
- 00031846  0x00008984 arg  0x000007c6 , 0x00000012 
- 00031847  0x00008985 copy  0x00000012 , 0x00000005 
- 00031848  0x00008986 add  0x00000030 , 0x00000038 , 0x00000006 
- 00031849  0x00008987 call  0x00007eb9 
- 00031850  0x00008988 call  0x00007ecd 
- 00031851  0x00008989 add  0x00000030 , 0x00000024 , 0x00000006 
- 00031852  0x0000898a call  0x00007eb5 
- 00031853  0x0000898b call  0x00007ecd 
- 00031854  0x0000898c add  0x00000030 , 0x00000034 , 0x00000006 
- 00031855  0x0000898d call  0x00007eb6 
- 00031856  0x0000898e copy  0x0000000b , 0x00000011 
- 00031857  0x0000898f copy  0x00000011 , 0x00000005 
- 00031858  0x00008990 branch  0x00007c96 
- 00031859  0x00008994 force  0x00000020 , 0x00000039 
- 00031860  0x00008995 arg  0x00000ad2 , 0x00000005 
- 00031861  0x00008996 iadd  0x00000005 , 0x00000005 
- 00031862  0x00008997 branch  0x00007f01 
- 00031863  0x0000899a force  0x00000008 , 0x00000039 
- 00031864  0x0000899b branch  0x00007781 
- 00031865  0x0000899e copy  0x00000011 , 0x00000012 
- 00031866  0x0000899f branch  0x00007be1 
- 00031867  0x000089a2 force  0x00000008 , 0x00000039 
- 00031868  0x000089a3 branch  0x00007712 
- 00031869  0x000089a6 call  0x00007c7b 
- 00031870  0x000089a7 copy  0x00000005 , 0x00000011 
- 00031871  0x000089a8 branch  0x00007c81 
- 00031872  0x000089ab call  0x00007cae 
- 00031873  0x000089ad isolate1  0x00000000 , 0x00000013 
- 00031874  0x000089ae branch  0x00007c8a , 0x00000001 
- 00031875  0x000089af arg  0x0000091e , 0x00000012 
- 00031876  0x000089b0 copy  0x00000011 , 0x00000013 
- 00031877  0x000089b1 increase  0xffffffe0 , 0x00000011 
- 00031878  0x000089b2 call  0x00007cb1 
- 00031879  0x000089b3 nrtn  0x00000002 
- 00031880  0x000089b4 copy  0x00000013 , 0x00000011 
- 00031881  0x000089b5 branch  0x00007c92 
- 00031882  0x000089b8 call  0x00007c92 
- 00031883  0x000089ba copy  0x00000011 , 0x00000013 
- 00031884  0x000089bb increase  0xffffffe0 , 0x00000011 
- 00031885  0x000089bc arg  0x0000091e , 0x00000012 
- 00031886  0x000089bd call  0x00007cb1 
- 00031887  0x000089be nrtn  0x00000002 
- 00031888  0x000089bf copy  0x00000013 , 0x00000011 
- 00031889  0x000089c0 branch  0x00007c92 
- 00031890  0x000089c4 increase  0xffffffe0 , 0x00000011 
- 00031891  0x000089c5 arg  0x0000091e , 0x00000012 
- 00031892  0x000089c6 copy  0x00000011 , 0x00000005 
- 00031893  0x000089c7 branch  0x00007ca9 
- 00031894  0x000089cd call  0x00007ca9 
- 00031895  0x000089cf branch  0x00007ca0 , 0x00000001 
- 00031896  0x000089d2 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031897  0x000089d3 arg  0x0000091e , 0x00000012 
- 00031898  0x000089d4 call  0x00007cb1 
- 00031899  0x000089d5 nrtn  0x00000002 
- 00031900  0x000089d6 arg  0x0000091e , 0x00000012 
- 00031901  0x000089d7 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031902  0x000089d9 copy  0x00000011 , 0x00000005 
- 00031903  0x000089da branch  0x00007ca9 
- 00031904  0x000089dc add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031905  0x000089dd arg  0x0000091e , 0x00000012 
- 00031906  0x000089de copy  0x00000011 , 0x00000005 
- 00031907  0x000089df call  0x00007c7b 
- 00031908  0x000089e1 rtn  0x00000001 
- 00031909  0x000089e2 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031910  0x000089e3 arg  0x0000091e , 0x00000012 
- 00031911  0x000089e4 copy  0x00000011 , 0x00000005 
- 00031912  0x000089e5 branch  0x00007c7b 
- 00031913  0x000089ea force  0x00000008 , 0x00000039 
- 00031914  0x000089eb branch  0x00007720 
- 00031915  0x000089ee force  0x00000008 , 0x00000039 
- 00031916  0x000089ef increase  0x0000001c , 0x00000011 
- 00031917  0x000089f0 branch  0x0000772f 
- 00031918  0x000089f3 force  0x00000008 , 0x00000039 
- 00031919  0x000089f4 force  0x00000000 , 0x00000013 
- 00031920  0x000089f5 branch  0x0000773d 
- 00031921  0x000089f8 force  0x00000008 , 0x00000039 
- 00031922  0x000089f9 increase  0x0000001c , 0x00000011 
- 00031923  0x000089fa increase  0x0000001c , 0x00000012 
- 00031924  0x000089fb branch  0x00007707 
- 00031925  0x000089ff ifetch  0x00000008 , 0x00000006 
- 00031926  0x00008a00 nrtn  0x00000034 
- 00031927  0x00008a01 branch  0x000076f5 
- 00031928  0x00008a07 copy  0x00000011 , 0x00000030 
- 00031929  0x00008a09 copy  0x00000030 , 0x00000011 
- 00031930  0x00008a0a ifetch  0x00000001 , 0x00000011 
- 00031931  0x00008a0b isolate1  0x00000000 , 0x0000003f 
- 00031932  0x00008a0c rtn  0x00000001 
- 00031933  0x00008a0d call  0x00007cab 
- 00031934  0x00008a0e ifetch  0x00000001 , 0x00000012 
- 00031935  0x00008a0f isolate0  0x00000000 , 0x0000003f 
- 00031936  0x00008a10 branch  0x00007cc8 , 0x00000001 
- 00031937  0x00008a11 arg  0x0000091e , 0x00000011 
- 00031938  0x00008a12 copy  0x00000012 , 0x00000005 
- 00031939  0x00008a13 call  0x00007c7b 
- 00031940  0x00008a14 ifetch  0x00000001 , 0x00000012 
- 00031941  0x00008a15 iadd  0x00000013 , 0x0000003f 
- 00031942  0x00008a16 istore  0x00000001 , 0x00000012 
- 00031943  0x00008a17 increase  0xffffffe0 , 0x00000012 
- 00031944  0x00008a19 add  0x00000012 , 0x00000020 , 0x00000011 
- 00031945  0x00008a1a force  0x00000009 , 0x00000039 
- 00031946  0x00008a1b call  0x0000772f 
- 00031947  0x00008a1c branch  0x00007cb9 
- 00031948  0x00008a21 call  0x00002c65 
- 00031949  0x00008a22 rtn  0x0000002b 
- 00031950  0x00008a23 call  0x00007cd3 
- 00031951  0x00008a24 call  0x00007d75 
- 00031952  0x00008a25 branch  0x00007d08 
- 00031953  0x00008a28 call  0x00007d29 
- 00031954  0x00008a2a branch  0x00007d64 
- 00031955  0x00008a2d fetch  0x00000001 , 0x00004686 
- 00031956  0x00008a2e rtneq  0x000000ff 
- 00031957  0x00008a2f iforce  0x00000002 
- 00031958  0x00008a30 call  0x0000680e 
- 00031959  0x00008a31 fetcht  0x00000001 , 0x00004686 
- 00031960  0x00008a32 call  0x00006825 
- 00031961  0x00008a33 nop  0x00000064 
- 00031962  0x00008a34 fetcht  0x00000001 , 0x00004686 
- 00031963  0x00008a35 call  0x000067fb 
- 00031964  0x00008a36 branch  0x00007cdd 
- 00031965  0x00008a3b bpatchx  0x000000f3 , 0x0000403e 
- 00031966  0x00008a3c fetch  0x00000001 , 0x00004686 
- 00031967  0x00008a3d rtneq  0x000000ff 
- 00031968  0x00008a3e copy  0x0000003f , 0x00000002 
- 00031969  0x00008a3f call  0x0000681d 
- 00031970  0x00008a40 nbranch  0x00007cef , 0x00000001 
- 00031971  0x00008a43 call  0x00007cf9 
- 00031972  0x00008a44 fetch  0x00000002 , 0x00004682 
- 00031973  0x00008a45 set1  0x0000000c 
- 00031974  0x00008a46 store  0x00000002 , 0x00004682 
- 00031975  0x00008a47 fetch  0x00000001 , 0x00004679 
- 00031976  0x00008a48 rtneq  0x00000000 
- 00031977  0x00008a49 jam  0x00000000 , 0x00004679 
- 00031978  0x00008a4b fetch  0x00000001 , 0x00004685 
- 00031979  0x00008a4c store  0x00000001 , 0x00004678 
- 00031980  0x00008a4d call  0x00007d00 
- 00031981  0x00008a4e jam  0x0000002c , 0x00000a99 
- 00031982  0x00008a4f branch  0x00007d86 
- 00031983  0x00008a51 fetch  0x00000002 , 0x00004682 
- 00031984  0x00008a52 set0  0x0000000c 
- 00031985  0x00008a53 store  0x00000002 , 0x00004682 
- 00031986  0x00008a54 fetch  0x00000001 , 0x00004679 
- 00031987  0x00008a55 rtneq  0x00000001 
- 00031988  0x00008a56 jam  0x00000001 , 0x00004679 
- 00031989  0x00008a58 jam  0x00000000 , 0x00004678 
- 00031990  0x00008a59 call  0x00007d02 
- 00031991  0x00008a5a jam  0x0000002d , 0x00000a99 
- 00031992  0x00008a5b branch  0x00007d86 
- 00031993  0x00008a5e fetch  0x00000001 , 0x00004678 
- 00031994  0x00008a5f rtn  0x00000034 
- 00031995  0x00008a60 increase  0xffffffff , 0x0000003f 
- 00031996  0x00008a61 store  0x00000001 , 0x00004678 
- 00031997  0x00008a62 nrtn  0x00000034 
- 00031998  0x00008a64 jam  0x00000010 , 0x00000a99 
- 00031999  0x00008a65 branch  0x00007d86 
- 00032000  0x00008a68 arg  0x00000007 , 0x00000007 
- 00032001  0x00008a69 branch  0x00002c32 
- 00032002  0x00008a6c arg  0x00000007 , 0x00000007 
- 00032003  0x00008a6d branch  0x00002c36 
- 00032004  0x00008a84 fetch  0x00000002 , 0x0000421b 
- 00032005  0x00008a85 mul32  0x00000011 , 0x0000000b , 0x00000012 
- 00032006  0x00008a86 iadd  0x00000012 , 0x00000012 
- 00032007  0x00008a87 rtn 
- 00032008  0x00008a8b fetch  0x00000001 , 0x0000421a 
- 00032009  0x00008a8c rtn  0x00000034 
- 00032010  0x00008a8d copy  0x0000003f , 0x00000039 
- 00032011  0x00008a8e fetch  0x00000002 , 0x0000421b 
- 00032012  0x00008a8f copy  0x0000003f , 0x00000012 
- 00032013  0x00008a91 add  0x00000012 , 0x00000002 , 0x00000013 
- 00032014  0x00008a92 ifetcht  0x00000001 , 0x00000013 
- 00032015  0x00008a93 call  0x0000680e 
- 00032016  0x00008a94 call  0x00007d32 
- 00032017  0x00008a95 increase  0x0000000b , 0x00000012 
- 00032018  0x00008a96 loop  0x00007d0d 
- 00032019  0x00008a97 rtn 
- 00032020  0x00008a9c call  0x00007d04 
- 00032021  0x00008a9d setarg  0x00000002 
- 00032022  0x00008a9e istore  0x00000001 , 0x00000012 
- 00032023  0x00008a9f call  0x00007d5e 
- 00032024  0x00008aa0 branch  0x00007d35 
- 00032025  0x00008aa6 call  0x00007d04 
- 00032026  0x00008aa7 setarg  0x00000003 
- 00032027  0x00008aa8 istore  0x00000001 , 0x00000012 
- 00032028  0x00008aa9 call  0x00007d5e 
- 00032029  0x00008aaa branch  0x00007d32 
- 00032030  0x00008aaf call  0x00007d04 
- 00032031  0x00008ab0 setarg  0x00000001 
- 00032032  0x00008ab1 istore  0x00000001 , 0x00000012 
- 00032033  0x00008ab2 setarg  0x000000ff 
- 00032034  0x00008ab3 istore  0x00000001 , 0x00000005 
- 00032035  0x00008ab4 branch  0x00007d32 
- 00032036  0x00008aba call  0x00007d04 
- 00032037  0x00008abb arg  0x0000000b , 0x00000039 
- 00032038  0x00008abc copy  0x00000013 , 0x00000006 
- 00032039  0x00008abd copy  0x00000012 , 0x00000005 
- 00032040  0x00008abe branch  0x00007ef4 
- 00032041  0x00008ac3 fetch  0x00000001 , 0x0000421a 
- 00032042  0x00008ac4 rtn  0x00000034 
- 00032043  0x00008ac5 arg  0x00000000 , 0x00000011 
- 00032044  0x00008ac7 call  0x00007d38 
- 00032045  0x00008ac8 increase  0x00000001 , 0x00000011 
- 00032046  0x00008ac9 fetch  0x00000001 , 0x0000421a 
- 00032047  0x00008aca isub  0x00000011 , 0x0000003e 
- 00032048  0x00008acb rtn  0x00000005 
- 00032049  0x00008acc branch  0x00007d2c 
- 00032050  0x00008ad0 add  0x00000012 , 0x00000002 , 0x00000013 
- 00032051  0x00008ad1 ifetcht  0x00000001 , 0x00000013 
- 00032052  0x00008ad2 branch  0x00006825 
- 00032053  0x00008ad6 add  0x00000012 , 0x00000002 , 0x00000013 
- 00032054  0x00008ad7 ifetcht  0x00000001 , 0x00000013 
- 00032055  0x00008ad8 branch  0x00006829 
- 00032056  0x00008add add  0x00000011 , 0x0000000b , 0x00000007 
- 00032057  0x00008ade call  0x00007f16 
- 00032058  0x00008adf nrtn  0x00000034 
- 00032059  0x00008ae1 call  0x00007d04 
- 00032060  0x00008ae3 ifetch  0x00000001 , 0x00000012 
- 00032061  0x00008ae5 beq  0x00000002 , 0x00007d35 
- 00032062  0x00008ae6 beq  0x00000003 , 0x00007d32 
- 00032063  0x00008ae7 beq  0x00000000 , 0x00007d32 
- 00032064  0x00008ae8 beq  0x00000005 , 0x00007d4c 
- 00032065  0x00008aea call  0x00007d35 
- 00032066  0x00008aeb add  0x00000012 , 0x00000007 , 0x00000013 
- 00032067  0x00008aec call  0x00007e7c 
- 00032068  0x00008aed ifetch  0x00000002 , 0x00000013 
- 00032069  0x00008aee call  0x00007f9c 
- 00032070  0x00008aef call  0x00007e8c 
- 00032071  0x00008af0 setarg  0x00000005 
- 00032072  0x00008af1 istore  0x00000001 , 0x00000012 
- 00032073  0x00008af2 add  0x00000012 , 0x00000003 , 0x00000013 
- 00032074  0x00008af3 ifetch  0x00000002 , 0x00000013 
- 00032075  0x00008af4 branch  0x00007d5c 
- 00032076  0x00008af8 call  0x00007d32 
- 00032077  0x00008af9 add  0x00000012 , 0x00000009 , 0x00000013 
- 00032078  0x00008afa call  0x00007e7c 
- 00032079  0x00008afb ifetch  0x00000002 , 0x00000013 
- 00032080  0x00008afc call  0x00007f9c 
- 00032081  0x00008afd call  0x00007e8c 
- 00032082  0x00008aff add  0x00000012 , 0x00000001 , 0x00000013 
- 00032083  0x00008b00 ifetch  0x00000001 , 0x00000013 
- 00032084  0x00008b01 beq  0x000000ff , 0x00007d58 
- 00032085  0x00008b02 increase  0xffffffff , 0x0000003f 
- 00032086  0x00008b03 istore  0x00000001 , 0x00000013 
- 00032087  0x00008b04 branch  0x00007d19 , 0x00000034 
- 00032088  0x00008b06 setarg  0x00000004 
- 00032089  0x00008b07 istore  0x00000001 , 0x00000012 
- 00032090  0x00008b08 add  0x00000012 , 0x00000005 , 0x00000013 
- 00032091  0x00008b09 ifetch  0x00000002 , 0x00000013 
- 00032092  0x00008b0b add  0x00000011 , 0x0000000b , 0x00000007 
- 00032093  0x00008b0c branch  0x00007f08 
- 00032094  0x00008b0f setarg  0x00000000 
- 00032095  0x00008b10 branch  0x00007d5c 
- 00032096  0x00008b17 setarg  0x00001000 
- 00032097  0x00008b18 lshift16  0x0000003f , 0x0000003f 
- 00032098  0x00008b19 iadd  0x00000012 , 0x00000012 
- 00032099  0x00008b1a rtn 
- 00032100  0x00008b1d bpatchx  0x000000f4 , 0x0000403e 
- 00032101  0x00008b1e arg  0x00000000 , 0x00000011 
- 00032102  0x00008b1f fetcht  0x00000004 , 0x0000467a 
- 00032103  0x00008b20 copy  0x00000022 , 0x00000012 
- 00032104  0x00008b21 copy  0x00000012 , 0x0000003f 
- 00032105  0x00008b22 isub  0x00000002 , 0x0000003e 
- 00032106  0x00008b23 ncall  0x00007d60 , 0x00000002 
- 00032107  0x00008b26 copy  0x00000012 , 0x0000003f 
- 00032108  0x00008b27 increase  0x000000a0 , 0x00000002 
- 00032109  0x00008b28 increase  0x000000a0 , 0x00000002 
- 00032110  0x00008b29 isub  0x00000002 , 0x0000003e 
- 00032111  0x00008b2a nbranch  0x00007d78 , 0x00000002 
- 00032112  0x00008b2b increase  0x00000001 , 0x00000011 
- 00032113  0x00008b2c and  0x00000011 , 0x0000000f , 0x0000003f 
- 00032114  0x00008b2d nbranch  0x00007d6b , 0x00000034 
- 00032115  0x00008b2e arg  0x00000000 , 0x00000011 
- 00032116  0x00008b2f call  0x00007d7f 
- 00032117  0x00008b31 copy  0x00000022 , 0x0000003f 
- 00032118  0x00008b32 store  0x00000004 , 0x0000467a 
- 00032119  0x00008b33 rtn 
- 00032120  0x00008b35 bpatchx  0x000000f5 , 0x0000403e 
- 00032121  0x00008b36 copy  0x00000011 , 0x0000003f 
- 00032122  0x00008b37 rtn  0x00000034 
- 00032123  0x00008b38 increase  0xffffff60 , 0x00000002 
- 00032124  0x00008b39 increase  0xffffff60 , 0x00000002 
- 00032125  0x00008b3a set0  0x0000001c , 0x00000002 
- 00032126  0x00008b3b storet  0x00000004 , 0x0000467a 
- 00032127  0x00008b3d branch  0x0000335f 
- 00032128  0x00008b45 jam  0x00000001 , 0x00004666 
- 00032129  0x00008b47 fetch  0x00000001 , 0x00004667 
- 00032130  0x00008b48 nbranch  0x00007d81 , 0x00000034 
- 00032131  0x00008b49 rtn 
- 00032132  0x00008b4c jam  0x00000000 , 0x00004666 
- 00032133  0x00008b4d rtn 
- 00032134  0x00008b52 bpatchx  0x000000f6 , 0x0000403e 
- 00032135  0x00008b53 call  0x00007d80 
- 00032136  0x00008b54 copy  0x00000011 , 0x0000003f 
- 00032137  0x00008b55 store  0x00000004 , 0x00000a91 
- 00032138  0x00008b56 arg  0x00004668 , 0x00000011 
- 00032139  0x00008b57 call  0x00007fb8 
- 00032140  0x00008b58 fetch  0x00000004 , 0x00000a91 
- 00032141  0x00008b59 copy  0x0000003f , 0x00000011 
- 00032142  0x00008b5a branch  0x00007d84 
- 00032143  0x00008b5d bpatchx  0x000000f7 , 0x0000403e 
- 00032144  0x00008b5e call  0x00007d80 
- 00032145  0x00008b5f copy  0x00000011 , 0x0000003f 
- 00032146  0x00008b60 store  0x00000004 , 0x00000a91 
- 00032147  0x00008b61 arg  0x00004670 , 0x00000011 
- 00032148  0x00008b62 call  0x00007fb8 
- 00032149  0x00008b63 fetch  0x00000004 , 0x00000a91 
- 00032150  0x00008b64 copy  0x0000003f , 0x00000011 
- 00032151  0x00008b65 branch  0x00007d84 
- 00032152  0x00008b68 setarg  0x00000000 
- 00032153  0x00008b69 store  0x00000008 , 0x00004670 
- 00032154  0x00008b6a store  0x00000008 , 0x00004668 
- 00032155  0x00008b6b rtn 
- 00032156  0x00008b6e bpatchx  0x000000f8 , 0x0000403f 
- 00032157  0x00008b6f fetch  0x00000001 , 0x000041ce 
- 00032158  0x00008b70 nrtn  0x00000034 
- 00032159  0x00008b71 arg  0x00004670 , 0x00000011 
- 00032160  0x00008b72 call  0x00007fd0 
- 00032161  0x00008b73 rtn  0x00000034 
- 00032162  0x00008b74 jam  0x00000000 , 0x00000a90 
- 00032163  0x00008b75 call  0x00007da7 
- 00032164  0x00008b76 fetch  0x00000001 , 0x00000a90 
- 00032165  0x00008b77 branch  0x00007d9c , 0x00000034 
- 00032166  0x00008b78 rtn 
- 00032167  0x00008b7b call  0x00007d80 
- 00032168  0x00008b7c arg  0x00004670 , 0x00000011 
- 00032169  0x00008b7d call  0x00007fc4 
- 00032170  0x00008b7e copy  0x0000003f , 0x00000002 
- 00032171  0x00008b7f call  0x00007d84 
- 00032172  0x00008b80 bpatchx  0x000000f9 , 0x0000403f 
- 00032173  0x00008b81 copy  0x00000002 , 0x0000003f 
- 00032174  0x00008b82 rtn  0x00000034 
- 00032175  0x00008b83 beq  0x00000001 , 0x00007ddd 
- 00032176  0x00008b84 beq  0x00000002 , 0x00007de2 
- 00032177  0x00008b85 beq  0x00000003 , 0x00007de8 
- 00032178  0x00008b86 beq  0x00000007 , 0x00007ded 
- 00032179  0x00008b87 beq  0x00000008 , 0x00007dee 
- 00032180  0x00008b88 beq  0x00000009 , 0x00007def 
- 00032181  0x00008b89 beq  0x0000000b , 0x00007df2 
- 00032182  0x00008b8a beq  0x0000000c , 0x00007df3 
- 00032183  0x00008b8b beq  0x0000000d , 0x00007df4 
- 00032184  0x00008b8c beq  0x0000000e , 0x00007dfa 
- 00032185  0x00008b8d beq  0x0000000f , 0x00007dff 
- 00032186  0x00008b8e beq  0x00000010 , 0x00007e05 
- 00032187  0x00008b8f beq  0x00000013 , 0x00007e0f 
- 00032188  0x00008b90 beq  0x00000014 , 0x00007e11 
- 00032189  0x00008b91 beq  0x00000015 , 0x00007e13 
- 00032190  0x00008b92 beq  0x00000016 , 0x00007e15 
- 00032191  0x00008b93 beq  0x00000017 , 0x00007e18 
- 00032192  0x00008b94 beq  0x00000018 , 0x00007e1a 
- 00032193  0x00008b95 beq  0x00000019 , 0x00007e1d 
- 00032194  0x00008b96 beq  0x0000001b , 0x00007e25 
- 00032195  0x00008b97 beq  0x0000001e , 0x00007e2f 
- 00032196  0x00008b99 store  0x00000001 , 0x00000a99 
- 00032197  0x00008b9a bpatchx  0x000000fa , 0x0000403f 
- 00032198  0x00008b9b call  0x000062bc 
- 00032199  0x00008b9c nbranch  0x00007ddb , 0x00000034 
- 00032200  0x00008b9e fetch  0x00000001 , 0x00000a99 
- 00032201  0x00008b9f bmark0  0x00000009 , 0x00007dd6 
- 00032202  0x00008ba0 beq  0x00000004 , 0x00007dea 
- 00032203  0x00008ba1 beq  0x00000005 , 0x00004d17 
- 00032204  0x00008ba2 beq  0x00000006 , 0x00004d26 
- 00032205  0x00008ba3 beq  0x0000000a , 0x00007df0 
- 00032206  0x00008ba4 beq  0x00000011 , 0x00007e0a 
- 00032207  0x00008ba5 beq  0x00000012 , 0x00007e0e 
- 00032208  0x00008ba6 beq  0x0000001d , 0x00007e26 
- 00032209  0x00008ba7 beq  0x0000001f , 0x000067cc 
- 00032210  0x00008ba8 beq  0x00000020 , 0x000067d0 
- 00032211  0x00008ba9 beq  0x00000021 , 0x00007e31 
- 00032212  0x00008baa beq  0x00000025 , 0x0000670b 
- 00032213  0x00008bab rtn 
- 00032214  0x00008bae store  0x00000001 , 0x00000a99 
- 00032215  0x00008baf call  0x00002252 
- 00032216  0x00008bb0 branch  0x00007ddb , 0x00000005 
- 00032217  0x00008bb1 call  0x0000225a 
- 00032218  0x00008bb2 nrtn  0x00000005 
- 00032219  0x00008bb4 jam  0x00000001 , 0x00000a90 
- 00032220  0x00008bb5 branch  0x00007d8f 
- 00032221  0x00008bbb fetch  0x00000002 , 0x00004682 
- 00032222  0x00008bbc set1  0x00000006 
- 00032223  0x00008bbd store  0x00000002 , 0x00004682 
- 00032224  0x00008bbe jam  0x00000003 , 0x00004093 
- 00032225  0x00008bbf rtn 
- 00032226  0x00008bc4 jam  0x00000000 , 0x00004680 
- 00032227  0x00008bc5 jam  0x00000000 , 0x00004093 
- 00032228  0x00008bc6 fetch  0x00000002 , 0x00004682 
- 00032229  0x00008bc7 set0  0x00000006 
- 00032230  0x00008bc8 store  0x00000002 , 0x00004682 
- 00032231  0x00008bc9 rtn 
- 00032232  0x00008bce jam  0x00000005 , 0x000041ce 
- 00032233  0x00008bcf rtn 
- 00032234  0x00008bd4 jam  0x00000007 , 0x0000007c 
- 00032235  0x00008bd5 jam  0x00000013 , 0x000004ca 
- 00032236  0x00008bd6 rtn 
- 00032237  0x00008bdb rtn 
- 00032238  0x00008be0 rtn 
- 00032239  0x00008be5 rtn 
- 00032240  0x00008bea jam  0x00000002 , 0x000004d4 
- 00032241  0x00008beb branch  0x00004d0a 
- 00032242  0x00008bf0 rtn 
- 00032243  0x00008bf5 rtn 
- 00032244  0x00008bfa jam  0x00000001 , 0x0000436e 
- 00032245  0x00008bfb jam  0x00000000 , 0x00004484 
- 00032246  0x00008bfc fetch  0x00000002 , 0x00004682 
- 00032247  0x00008bfd set1  0x0000000b , 0x0000003f 
- 00032248  0x00008bfe store  0x00000002 , 0x00004682 
- 00032249  0x00008bff rtn 
- 00032250  0x00008c04 fetch  0x00000002 , 0x00004682 
- 00032251  0x00008c05 set0  0x0000000b , 0x0000003f 
- 00032252  0x00008c06 store  0x00000002 , 0x00004682 
- 00032253  0x00008c07 jam  0x00000000 , 0x0000436e 
- 00032254  0x00008c08 rtn 
- 00032255  0x00008c0d jam  0x00000001 , 0x0000436e 
- 00032256  0x00008c0e jam  0x00000001 , 0x00004484 
- 00032257  0x00008c0f fetch  0x00000002 , 0x00004682 
- 00032258  0x00008c10 set1  0x0000000b , 0x0000003f 
- 00032259  0x00008c11 store  0x00000002 , 0x00004682 
- 00032260  0x00008c12 rtn 
- 00032261  0x00008c17 fetch  0x00000002 , 0x00004682 
- 00032262  0x00008c18 set0  0x0000000b , 0x0000003f 
- 00032263  0x00008c19 store  0x00000002 , 0x00004682 
- 00032264  0x00008c1a jam  0x00000000 , 0x0000436e 
- 00032265  0x00008c1b rtn 
- 00032266  0x00008c20 setarg  0x00000014 
- 00032267  0x00008c21 store  0x00000002 , 0x0000046d 
- 00032268  0x00008c22 store  0x00000002 , 0x000044ba 
- 00032269  0x00008c23 branch  0x00005c92 
- 00032270  0x00008c28 branch  0x00005abf 
- 00032271  0x00008c2d arg  0x00000000 , 0x00000011 
- 00032272  0x00008c2e branch  0x00007d19 
- 00032273  0x00008c33 arg  0x00000000 , 0x00000011 
- 00032274  0x00008c34 branch  0x00007d14 
- 00032275  0x00008c39 arg  0x00000000 , 0x00000011 
- 00032276  0x00008c3a branch  0x00007d1e 
- 00032277  0x00008c3f jam  0x00000001 , 0x00004369 
- 00032278  0x00008c40 jam  0x0000001b , 0x000041ce 
- 00032279  0x00008c43 rtn 
- 00032280  0x00008c48 jam  0x00000001 , 0x00004369 
- 00032281  0x00008c49 rtn 
- 00032282  0x00008c4e jam  0x00000000 , 0x00004369 
- 00032283  0x00008c4f jam  0x00000000 , 0x000041ce 
- 00032284  0x00008c50 rtn 
- 00032285  0x00008c55 fetch  0x00000002 , 0x000041eb 
- 00032286  0x00008c56 call  0x00007f9c 
- 00032287  0x00008c57 fetch  0x00000001 , 0x00004686 
- 00032288  0x00008c58 beq  0x000000ff , 0x00007e23 
- 00032289  0x00008c59 copy  0x0000003f , 0x00000002 
- 00032290  0x00008c5a call  0x000067fb 
- 00032291  0x00008c5c call  0x00007d98 
- 00032292  0x00008c5d branch  0x00002b1f 
- 00032293  0x00008c62 branch  0x00005b02 
- 00032294  0x00008c67 jam  0x00000034 , 0x0000007c 
- 00032295  0x00008c68 set1  0x00000003 , 0x00000000 
- 00032296  0x00008c69 nrtn  0x00000029 
- 00032297  0x00008c6a jam  0x00000000 , 0x0000455b 
- 00032298  0x00008c6b jam  0x00000013 , 0x0000007c 
- 00032299  0x00008c6c fetch  0x00000001 , 0x0000016d 
- 00032300  0x00008c6d set0  0x00000002 , 0x0000003f 
- 00032301  0x00008c6e store  0x00000001 , 0x0000016d 
- 00032302  0x00008c6f rtn 
- 00032303  0x00008c74 force  0x00000003 , 0x00000007 
- 00032304  0x00008c75 branch  0x00007f07 
- 00032305  0x00008c7a call  0x000062f8 
- 00032306  0x00008c7b jam  0x00000041 , 0x0000007d 
- 00032307  0x00008c7c branch  0x00005f9d 
- 00032308  0x00008c80 fetch  0x00000001 , 0x00004682 
- 00032309  0x00008c81 rtnbit0  0x0000000c 
- 00032310  0x00008c82 rtnbit0  0x00000007 
- 00032311  0x00008c83 branch  0x00007e2f 
- 00032312  0x00008c89 fetch  0x00000002 , 0x00004218 
- 00032313  0x00008c8a add  0x0000003f , 0x00000002 , 0x00000005 
- 00032314  0x00008c8b setarg  0x00000000 
- 00032315  0x00008c8c istore  0x00000003 , 0x00000005 
- 00032316  0x00008c8d rtn 
- 00032317  0x00008c92 call  0x00007fe9 
- 00032318  0x00008c93 call  0x00007e69 
- 00032319  0x00008c94 rtn  0x00000034 
- 00032320  0x00008c95 fetch  0x00000002 , 0x00004218 
- 00032321  0x00008c96 add  0x0000003f , 0x00000002 , 0x00000012 
- 00032322  0x00008c97 ifetcht  0x00000001 , 0x00000012 
- 00032323  0x00008c98 increase  0x00000001 , 0x00000002 
- 00032324  0x00008c99 istoret  0x00000001 , 0x00000012 
- 00032325  0x00008c9b ifetcht  0x00000001 , 0x0000003f 
- 00032326  0x00008c9c copy  0x00000002 , 0x00000039 
- 00032327  0x00008c9d add  0x0000003f , 0x00000004 , 0x00000012 
- 00032328  0x00008c9e ifetch  0x00000001 , 0x00000012 
- 00032329  0x00008c9f imul32  0x00000002 , 0x0000003f 
- 00032330  0x00008ca0 iadd  0x00000006 , 0x00000005 
- 00032331  0x00008ca1 copy  0x00000011 , 0x00000006 
- 00032332  0x00008ca3 call  0x00007f01 
- 00032333  0x00008ca4 call  0x00007e6d 
- 00032334  0x00008ca5 pincrease  0xffffffff 
- 00032335  0x00008ca6 ifetcht  0x00000001 , 0x00000012 
- 00032336  0x00008ca7 increase  0x00000001 , 0x00000002 
- 00032337  0x00008ca8 iand  0x00000002 , 0x00000002 
- 00032338  0x00008ca9 istoret  0x00000001 , 0x00000012 
- 00032339  0x00008caa branch  0x00007fe7 
- 00032340  0x00008cb0 call  0x00007fe9 
- 00032341  0x00008cb1 call  0x00007e65 
- 00032342  0x00008cb2 rtn  0x00000034 
- 00032343  0x00008cb3 fetch  0x00000002 , 0x00004218 
- 00032344  0x00008cb4 add  0x0000003f , 0x00000002 , 0x00000012 
- 00032345  0x00008cb5 ifetcht  0x00000001 , 0x00000012 
- 00032346  0x00008cb6 increase  0xffffffff , 0x00000002 
- 00032347  0x00008cb7 istoret  0x00000001 , 0x00000012 
- 00032348  0x00008cb8 ifetcht  0x00000001 , 0x0000003f 
- 00032349  0x00008cb9 copy  0x00000002 , 0x00000039 
- 00032350  0x00008cba add  0x0000003f , 0x00000003 , 0x00000012 
- 00032351  0x00008cbb ifetch  0x00000001 , 0x00000012 
- 00032352  0x00008cbc imul32  0x00000002 , 0x0000003f 
- 00032353  0x00008cbd iadd  0x00000006 , 0x00000006 
- 00032354  0x00008cbe increase  0x00000001 , 0x00000006 
- 00032355  0x00008cbf copy  0x00000011 , 0x00000005 
- 00032356  0x00008cc0 branch  0x00007e4c 
- 00032357  0x00008cc5 fetch  0x00000002 , 0x00004218 
- 00032358  0x00008cc6 add  0x0000003f , 0x00000002 , 0x00000006 
- 00032359  0x00008cc7 ifetch  0x00000001 , 0x00000006 
- 00032360  0x00008cc8 rtn 
- 00032361  0x00008ccc call  0x00007e6d 
- 00032362  0x00008ccd ifetcht  0x00000001 , 0x00000006 
- 00032363  0x00008cce isub  0x00000002 , 0x0000003f 
- 00032364  0x00008ccf rtn 
- 00032365  0x00008cd3 fetch  0x00000002 , 0x00004218 
- 00032366  0x00008cd4 add  0x0000003f , 0x00000001 , 0x00000006 
- 00032367  0x00008cd5 ifetch  0x00000001 , 0x00000006 
- 00032368  0x00008cd6 rtn 
- 00032369  0x00008cdf sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032370  0x00008ce0 rtn  0x00000005 
- 00032371  0x00008ce2 rshift  0x0000003f , 0x0000003f 
- 00032372  0x00008ce3 loop  0x00007e73 
- 00032373  0x00008ce4 rtn 
- 00032374  0x00008ce8 force  0x00000001 , 0x0000003f 
- 00032375  0x00008ce9 sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032376  0x00008cea rtn  0x00000005 
- 00032377  0x00008cec lshift  0x0000003f , 0x0000003f 
- 00032378  0x00008ced loop  0x00007e79 
- 00032379  0x00008cee rtn 
- 00032380  0x00008cf0 deposit  0x00000005 
- 00032381  0x00008cf1 store  0x00000002 , 0x00000abb 
- 00032382  0x00008cf2 storet  0x00000008 , 0x00000aa2 
- 00032383  0x00008cf3 deposit  0x0000000b 
- 00032384  0x00008cf4 store  0x00000004 , 0x00000aaa 
- 00032385  0x00008cf5 call  0x00007e85 
- 00032386  0x00008cf6 deposit  0x00000006 
- 00032387  0x00008cf7 store  0x00000002 , 0x00000ab9 
- 00032388  0x00008cf8 rtn 
- 00032389  0x00008cfb deposit  0x00000011 
- 00032390  0x00008cfc store  0x00000004 , 0x00000aae 
- 00032391  0x00008cfd deposit  0x00000012 
- 00032392  0x00008cfe store  0x00000004 , 0x00000ab2 
- 00032393  0x00008cff deposit  0x00000013 
- 00032394  0x00008d00 store  0x00000003 , 0x00000ab6 
- 00032395  0x00008d01 rtn 
- 00032396  0x00008d04 fetcht  0x00000008 , 0x00000aa2 
- 00032397  0x00008d05 fetch  0x00000004 , 0x00000aaa 
- 00032398  0x00008d06 iforce  0x0000000b 
- 00032399  0x00008d07 call  0x00007e95 
- 00032400  0x00008d08 fetch  0x00000002 , 0x00000abb 
- 00032401  0x00008d09 iforce  0x00000005 
- 00032402  0x00008d0a fetch  0x00000002 , 0x00000ab9 
- 00032403  0x00008d0b iforce  0x00000006 
- 00032404  0x00008d0c rtn 
- 00032405  0x00008d0f fetch  0x00000004 , 0x00000aae 
- 00032406  0x00008d10 iforce  0x00000011 
- 00032407  0x00008d11 fetch  0x00000004 , 0x00000ab2 
- 00032408  0x00008d12 iforce  0x00000012 
- 00032409  0x00008d13 fetch  0x00000003 , 0x00000ab6 
- 00032410  0x00008d14 iforce  0x00000013 
- 00032411  0x00008d15 rtn 
- 00032412  0x00008d18 fetch  0x00000002 , 0x00000abb 
- 00032413  0x00008d19 copy  0x0000003f , 0x00000005 
- 00032414  0x00008d1a rtn 
- 00032415  0x00008d1c fetch  0x00000002 , 0x00000ab9 
- 00032416  0x00008d1d copy  0x0000003f , 0x00000006 
- 00032417  0x00008d1e rtn 
- 00032418  0x00008d20 copy  0x00000005 , 0x0000003f 
- 00032419  0x00008d21 store  0x00000002 , 0x00000abb 
- 00032420  0x00008d22 rtn 
- 00032421  0x00008d24 copy  0x00000006 , 0x0000003f 
- 00032422  0x00008d25 store  0x00000002 , 0x00000ab9 
- 00032423  0x00008d26 rtn 
- 00032424  0x00008d2b copy  0x00000005 , 0x0000003f 
- 00032425  0x00008d2c store  0x00000002 , 0x00000a97 
- 00032426  0x00008d2d copy  0x00000006 , 0x0000003f 
- 00032427  0x00008d2e store  0x00000002 , 0x00000a95 
- 00032428  0x00008d2f rtn 
- 00032429  0x00008d31 fetch  0x00000002 , 0x00000a97 
- 00032430  0x00008d32 copy  0x0000003f , 0x00000005 
- 00032431  0x00008d33 fetch  0x00000002 , 0x00000a95 
- 00032432  0x00008d34 copy  0x0000003f , 0x00000006 
- 00032433  0x00008d35 rtn 
- 00032434  0x00008d38 call  0x00007ebd 
- 00032435  0x00008d3a call  0x00007ebd 
- 00032436  0x00008d3b branch  0x00007ebd 
- 00032437  0x00008d3d call  0x00007eb9 
- 00032438  0x00008d3f ifetch  0x00000004 , 0x00000006 
- 00032439  0x00008d40 istore  0x00000004 , 0x00000005 
- 00032440  0x00008d41 rtn 
- 00032441  0x00008d43 ifetch  0x00000008 , 0x00000006 
- 00032442  0x00008d44 istore  0x00000008 , 0x00000005 
- 00032443  0x00008d45 rtn 
- 00032444  0x00008d48 call  0x00007ebf 
- 00032445  0x00008d4a call  0x00007eb9 
- 00032446  0x00008d4c call  0x00007eb9 
- 00032447  0x00008d4e call  0x00007eb9 
- 00032448  0x00008d4f branch  0x00007eb9 
- 00032449  0x00008d54 arg  0x0000000a , 0x00000039 
- 00032450  0x00008d56 nop  0x00002ee0 
- 00032451  0x00008d57 loop  0x00007ec2 
- 00032452  0x00008d58 rtn 
- 00032453  0x00008d5b force  0x00000003 , 0x00000039 
- 00032454  0x00008d5d force  0x00000000 , 0x0000003f 
- 00032455  0x00008d5f istore  0x00000008 , 0x00000005 
- 00032456  0x00008d60 loop  0x00007ec7 
- 00032457  0x00008d61 rtn 
- 00032458  0x00008d64 force  0x00000000 , 0x0000003f 
- 00032459  0x00008d65 istore  0x00000008 , 0x00000005 
- 00032460  0x00008d66 rtn 
- 00032461  0x00008d68 force  0x00000000 , 0x0000003f 
- 00032462  0x00008d69 istore  0x00000004 , 0x00000005 
- 00032463  0x00008d6a rtn 
- 00032464  0x00008d6d force  0x00000004 , 0x00000039 
- 00032465  0x00008d6e branch  0x00007ec6 
- 00032466  0x00008d70 force  0x00000008 , 0x00000039 
- 00032467  0x00008d71 branch  0x00007ec6 
- 00032468  0x00008d74 deposit  0x00000039 
- 00032469  0x00008d75 rtn  0x00000034 
- 00032470  0x00008d76 setarg  0x00000000 
- 00032471  0x00008d78 istore  0x00000001 , 0x00000005 
- 00032472  0x00008d79 loop  0x00007ed7 
- 00032473  0x00008d7a rtn 
- 00032474  0x00008d7e arg  0x00000020 , 0x00000039 
- 00032475  0x00008d7f arg  0x00000ac2 , 0x00000005 
- 00032476  0x00008d80 branch  0x00007ed4 
- 00032477  0x00008d83 ifetch  0x00000004 , 0x00000013 
- 00032478  0x00008d84 ifetcht  0x00000004 , 0x00000011 
- 00032479  0x00008d85 ixor  0x00000002 , 0x0000003f 
- 00032480  0x00008d86 istore  0x00000004 , 0x00000005 
- 00032481  0x00008d87 increase  0x00000004 , 0x00000011 
- 00032482  0x00008d88 increase  0x00000004 , 0x00000013 
- 00032483  0x00008d89 loop  0x00007edd 
- 00032484  0x00008d8a rtn 
- 00032485  0x00008d8f bpatchx  0x000000fb , 0x0000403f 
- 00032486  0x00008d90 copy  0x00000039 , 0x0000003f 
- 00032487  0x00008d91 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00032488  0x00008d92 rtn  0x00000002 
- 00032489  0x00008d93 iadd  0x00000011 , 0x00000012 
- 00032490  0x00008d94 increase  0xffffffff , 0x00000012 
- 00032491  0x00008d95 rshift  0x00000039 , 0x00000039 
- 00032492  0x00008d97 ifetcht  0x00000001 , 0x00000011 
- 00032493  0x00008d98 ifetch  0x00000001 , 0x00000012 
- 00032494  0x00008d99 istore  0x00000001 , 0x00000011 
- 00032495  0x00008d9a istoret  0x00000001 , 0x00000012 
- 00032496  0x00008d9b increase  0xffffffff , 0x00000012 
- 00032497  0x00008d9c increase  0x00000001 , 0x00000011 
- 00032498  0x00008d9d loop  0x00007eec 
- 00032499  0x00008d9e rtn 
- 00032500  0x00008da2 deposit  0x00000039 
- 00032501  0x00008da3 rtn  0x00000034 
- 00032502  0x00008da5 increase  0xfffffff8 , 0x00000039 
- 00032503  0x00008da6 call  0x00007eb9 , 0x00000002 
- 00032504  0x00008da7 rtn  0x00000005 
- 00032505  0x00008da8 branch  0x00007ef6 , 0x00000002 
- 00032506  0x00008da9 increase  0x00000008 , 0x00000039 
- 00032507  0x00008dab increase  0xfffffffc , 0x00000039 
- 00032508  0x00008dac call  0x00007eb6 , 0x00000002 
- 00032509  0x00008dad rtn  0x00000005 
- 00032510  0x00008dae branch  0x00007efb , 0x00000002 
- 00032511  0x00008daf increase  0x00000004 , 0x00000039 
- 00032512  0x00008db0 branch  0x00007f01 
- 00032513  0x00008db3 deposit  0x00000039 
- 00032514  0x00008db4 rtn  0x00000034 
- 00032515  0x00008db6 ifetch  0x00000001 , 0x00000006 
- 00032516  0x00008db7 istore  0x00000001 , 0x00000005 
- 00032517  0x00008db8 loop  0x00007f03 
- 00032518  0x00008db9 rtn 
- 00032519  0x00008dbc setarg  0x00000000 
- 00032520  0x00008dbe rshift  0x00000022 , 0x00000002 
- 00032521  0x00008dbf storet  0x00000004 , 0x00004094 
- 00032522  0x00008dc0 arg  0x0000419d , 0x00000005 
- 00032523  0x00008dc1 iforce  0x00000002 
- 00032524  0x00008dc2 lshift  0x00000007 , 0x0000003f 
- 00032525  0x00008dc3 iadd  0x00000005 , 0x00000005 
- 00032526  0x00008dc4 istoret  0x00000002 , 0x00000005 
- 00032527  0x00008dc5 bpatchx  0x000000fc , 0x0000403f 
- 00032528  0x00008dc6 rtn 
- 00032529  0x00008dc9 arg  0x00000800 , 0x0000000b 
- 00032530  0x00008dca lshift16  0x0000000b , 0x0000000b 
- 00032531  0x00008dcb iadd  0x0000000b , 0x0000003f 
- 00032532  0x00008dcc rtn 
- 00032533  0x00008dd0 arg  0x00000000 , 0x00000007 
- 00032534  0x00008dd2 bpatchx  0x000000fd , 0x0000403f 
- 00032535  0x00008dd3 fetcht  0x00000004 , 0x00004094 
- 00032536  0x00008dd4 rshift  0x00000022 , 0x0000003f 
- 00032537  0x00008dd5 store  0x00000004 , 0x00004094 
- 00032538  0x00008dd6 isub  0x00000002 , 0x0000003e 
- 00032539  0x00008dd7 ncall  0x00007f11 , 0x00000002 
- 00032540  0x00008dd8 isub  0x00000002 , 0x0000000b 
- 00032541  0x00008dd9 copy  0x0000000b , 0x00000002 
- 00032542  0x00008dda arg  0x0000419d , 0x00000006 
- 00032543  0x00008ddb copy  0x00000006 , 0x00000005 
- 00032544  0x00008ddc arg  0x00000010 , 0x00000039 
- 00032545  0x00008dde ifetch  0x00000002 , 0x00000006 
- 00032546  0x00008ddf isub  0x00000002 , 0x0000003f 
- 00032547  0x00008de0 branch  0x00007f25 , 0x00000002 
- 00032548  0x00008de1 force  0x00000000 , 0x0000003f 
- 00032549  0x00008de3 istore  0x00000002 , 0x00000005 
- 00032550  0x00008de4 loop  0x00007f21 
- 00032551  0x00008de5 arg  0x0000419d , 0x00000006 
- 00032552  0x00008de6 lshift  0x00000007 , 0x0000003f 
- 00032553  0x00008de7 iadd  0x00000006 , 0x00000006 
- 00032554  0x00008de8 ifetch  0x00000002 , 0x00000006 
- 00032555  0x00008de9 rtn 
- 00032556  0x00008def iadd  0x00000002 , 0x00000002 
- 00032557  0x00008df0 copy  0x00000002 , 0x00000039 
- 00032558  0x00008df1 setarg  0x00000ea6 
- 00032559  0x00008df2 isub  0x00000039 , 0x0000003f 
- 00032560  0x00008df3 rtn  0x00000002 
- 00032561  0x00008df4 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032562  0x00008df5 rshift16  0x00000002 , 0x00000002 
- 00032563  0x00008df6 increase  0x00000001 , 0x00000002 
- 00032564  0x00008df7 lshift16  0x00000002 , 0x00000002 
- 00032565  0x00008df8 ior  0x00000002 , 0x00000002 
- 00032566  0x00008df9 rtn 
- 00032567  0x00008dfc call  0x00007f39 
- 00032568  0x00008dfd branch  0x00007f43 
- 00032569  0x00008e01 disable  0x00000028 
- 00032570  0x00008e02 isub  0x00000002 , 0x0000003f 
- 00032571  0x00008e03 branch  0x00007f3e , 0x00000002 
- 00032572  0x00008e04 enable  0x00000028 
- 00032573  0x00008e05 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032574  0x00008e07 rtnbit0  0x0000000f 
- 00032575  0x00008e08 arg  0xffff0ea6 , 0x00000002 
- 00032576  0x00008e09 iadd  0x00000002 , 0x0000003f 
- 00032577  0x00008e0a set0  0x00000040 , 0x0000003f 
- 00032578  0x00008e0b rtn 
- 00032579  0x00008e0e iforce  0x00000006 
- 00032580  0x00008e0f rshift16  0x0000003f , 0x0000003f 
- 00032581  0x00008e10 arg  0x00000ea6 , 0x00000002 
- 00032582  0x00008e11 imul32  0x00000002 , 0x0000003f 
- 00032583  0x00008e12 iadd  0x00000006 , 0x0000003f 
- 00032584  0x00008e13 rtn 
- 00032585  0x00008e17 lshift8  0x0000003f , 0x0000003f 
- 00032586  0x00008e18 lshift4  0x0000003f , 0x0000003f 
- 00032587  0x00008e19 fetcht  0x00000003 , 0x0000416f 
- 00032588  0x00008e1a idiv  0x00000002 
- 00032589  0x00008e1b call  0x00007f86 
- 00032590  0x00008e1c quotient  0x00000002 
- 00032591  0x00008e1d rtn 
- 00032592  0x00008e21 arg  0x00000ea6 , 0x00000002 
- 00032593  0x00008e22 idiv  0x00000002 
- 00032594  0x00008e23 call  0x00007f86 
- 00032595  0x00008e24 quotient  0x0000003f 
- 00032596  0x00008e25 lshift16  0x0000003f , 0x0000003f 
- 00032597  0x00008e26 remainder  0x00000002 
- 00032598  0x00008e27 ior  0x00000002 , 0x00000002 
- 00032599  0x00008e28 rtn 
- 00032600  0x00008e30 arg  0x00000000 , 0x00000002 
- 00032601  0x00008e32 copy  0x00000002 , 0x00000013 
- 00032602  0x00008e33 ifetch  0x00000001 , 0x00000003 
- 00032603  0x00008e34 call  0x00007f64 
- 00032604  0x00008e35 copy  0x00000013 , 0x00000002 
- 00032605  0x00008e36 call  0x00007f95 
- 00032606  0x00008e37 arg  0x0000000a , 0x00000012 
- 00032607  0x00008e38 imul32  0x00000012 , 0x0000003f 
- 00032608  0x00008e39 iadd  0x00000002 , 0x0000003f 
- 00032609  0x00008e3a copy  0x0000003f , 0x00000002 
- 00032610  0x00008e3b loop  0x00007f59 
- 00032611  0x00008e3c rtn 
- 00032612  0x00008e41 arg  0x0000003a , 0x00000002 
- 00032613  0x00008e42 isub  0x00000002 , 0x0000003e 
- 00032614  0x00008e43 nbranch  0x00007f6d , 0x00000002 
- 00032615  0x00008e44 arg  0x00000061 , 0x00000002 
- 00032616  0x00008e45 isub  0x00000002 , 0x0000003e 
- 00032617  0x00008e46 branch  0x00007f70 , 0x00000002 
- 00032618  0x00008e47 arg  0x00000037 , 0x00000002 
- 00032619  0x00008e48 isub  0x00000002 , 0x0000003f 
- 00032620  0x00008e49 rtn 
- 00032621  0x00008e4b arg  0x00000030 , 0x00000002 
- 00032622  0x00008e4c isub  0x00000002 , 0x0000003f 
- 00032623  0x00008e4d rtn 
- 00032624  0x00008e4f arg  0x00000057 , 0x00000002 
- 00032625  0x00008e50 isub  0x00000002 , 0x0000003f 
- 00032626  0x00008e51 rtn 
- 00032627  0x00008e54 copy  0x00000002 , 0x00000030 
- 00032628  0x00008e55 setarg  0x000001ff 
- 00032629  0x00008e56 force  0x00000000 , 0x00000012 
- 00032630  0x00008e58 rshift3  0x0000003f , 0x00000011 
- 00032631  0x00008e59 rshift  0x00000011 , 0x00000011 
- 00032632  0x00008e5a ixor  0x00000011 , 0x00000011 
- 00032633  0x00008e5b isolate1  0x00000000 , 0x00000011 
- 00032634  0x00008e5c setflag  0x00000001 , 0x00000009 , 0x0000003f 
- 00032635  0x00008e5d rshift  0x00000002 , 0x00000002 
- 00032636  0x00008e5e isolate1  0x00000000 , 0x0000003f 
- 00032637  0x00008e5f setflag  0x00000001 , 0x00000007 , 0x00000002 
- 00032638  0x00008e60 rshift  0x0000003f , 0x0000003f 
- 00032639  0x00008e61 increase  0x00000001 , 0x00000012 
- 00032640  0x00008e62 compare  0x00000000 , 0x00000012 , 0x00000007 
- 00032641  0x00008e63 nbranch  0x00007f76 , 0x00000001 
- 00032642  0x00008e64 istoret  0x00000001 , 0x00000005 
- 00032643  0x00008e65 loop  0x00007f76 
- 00032644  0x00008e66 copy  0x00000030 , 0x00000002 
- 00032645  0x00008e67 rtn 
- 00032646  0x00008e6b rtn  0x00000035 
- 00032647  0x00008e6c branch  0x00007f86 
- 00032648  0x00008e78 ifetch  0x00000001 , 0x00000011 
- 00032649  0x00008e79 ifetcht  0x00000001 , 0x00000012 
- 00032650  0x00008e7a isub  0x00000002 , 0x0000003e 
- 00032651  0x00008e7b nrtn  0x00000005 
- 00032652  0x00008e7c increase  0x00000001 , 0x00000011 
- 00032653  0x00008e7d increase  0x00000001 , 0x00000012 
- 00032654  0x00008e7e loop  0x00007f88 
- 00032655  0x00008e7f force  0x00000000 , 0x0000003e 
- 00032656  0x00008e80 rtn 
- 00032657  0x00008e84 isub  0x00000002 , 0x0000003e 
- 00032658  0x00008e85 nrtn  0x00000002 
- 00032659  0x00008e86 deposit  0x00000002 
- 00032660  0x00008e87 rtn 
- 00032661  0x00008e8a iadd  0x00000002 , 0x0000003f 
- 00032662  0x00008e8b isub  0x00000002 , 0x00000002 
- 00032663  0x00008e8c isub  0x00000002 , 0x0000003f 
- 00032664  0x00008e8d rtn 
- 00032665  0x00008e90 arg  0x00000200 , 0x00000039 
- 00032666  0x00008e91 arg  0x00004000 , 0x00000005 
- 00032667  0x00008e92 branch  0x00007ec6 
- 00032668  0x00008e96 rtn  0x00000034 
- 00032669  0x00008e97 copy  0x0000003f , 0x0000003d 
- 00032670  0x00008e9b hfetch  0x00000002 , 0x0000810e 
- 00032671  0x00008e9c nbranch  0x00007f9e , 0x00000034 
- 00032672  0x00008e9d rtn 
- 00032673  0x00008ea0 jam  0x00000001 , 0x00008203 
- 00032674  0x00008ea1 rtn 
- 00032675  0x00008ea4 hstore  0x00000002 , 0x00008205 
- 00032676  0x00008ea5 hfetch  0x00000001 , 0x00008203 
- 00032677  0x00008ea6 set1  0x00000004 , 0x0000003f 
- 00032678  0x00008ea7 hstore  0x00000001 , 0x00008203 
- 00032679  0x00008ea8 rtn 
- 00032680  0x00008eaa hstore  0x00000002 , 0x00008207 
- 00032681  0x00008eab hfetch  0x00000001 , 0x00008203 
- 00032682  0x00008eac set1  0x00000006 , 0x0000003f 
- 00032683  0x00008ead hstore  0x00000001 , 0x00008203 
- 00032684  0x00008eae rtn 
- 00032685  0x00008eb1 hstore  0x00000002 , 0x00008205 
- 00032686  0x00008eb2 jam  0x00000030 , 0x00008203 
- 00032687  0x00008eb3 rtn 
- 00032688  0x00008eb8 hfetch  0x00000001 , 0x00008043 
- 00032689  0x00008eb9 set0  0x00000004 , 0x0000003f 
- 00032690  0x00008eba hstore  0x00000001 , 0x00008043 
- 00032691  0x00008ebb rtn 
- 00032692  0x00008ebe hfetch  0x00000002 , 0x0000810e 
- 00032693  0x00008ebf arg  0x00000200 , 0x00000002 
- 00032694  0x00008ec1 isub  0x00000002 , 0x0000003e 
- 00032695  0x00008ec2 rtn 
- 00032696  0x00008ec9 bpatchx  0x000000fe , 0x0000403f 
- 00032697  0x00008eca ifetcht  0x00000008 , 0x00000011 
- 00032698  0x00008ecb and  0x00000002 , 0x000000ff , 0x0000003f 
- 00032699  0x00008ecc nbranch  0x00007fbe , 0x00000034 
- 00032700  0x00008ecd rshift8  0x00000002 , 0x0000003f 
- 00032701  0x00008ece istore  0x00000008 , 0x00000011 
- 00032702  0x00008ed0 increase  0x00000007 , 0x00000011 
- 00032703  0x00008ed1 ifetch  0x00000001 , 0x00000011 
- 00032704  0x00008ed2 nbranch  0x00002a8c , 0x00000034 
- 00032705  0x00008ed3 fetch  0x00000001 , 0x00000a99 
- 00032706  0x00008ed4 istore  0x00000001 , 0x00000011 
- 00032707  0x00008ed5 rtn 
- 00032708  0x00008edb bpatchx  0x000000ff , 0x0000403f 
- 00032709  0x00008edc arg  0x00000008 , 0x00000039 
- 00032710  0x00008edd ifetch  0x00000008 , 0x00000011 
- 00032711  0x00008ede rtn  0x00000034 
- 00032712  0x00008ee0 ifetch  0x00000001 , 0x00000011 
- 00032713  0x00008ee1 nbranch  0x00007fcd , 0x00000034 
- 00032714  0x00008ee2 increase  0x00000001 , 0x00000011 
- 00032715  0x00008ee3 loop  0x00007fc8 
- 00032716  0x00008ee4 branch  0x00002a8c 
- 00032717  0x00008ee6 arg  0x00000000 , 0x00000002 
- 00032718  0x00008ee7 istoret  0x00000001 , 0x00000011 
- 00032719  0x00008ee8 rtn 
- 00032720  0x00008eee ifetch  0x00000008 , 0x00000011 
- 00032721  0x00008eef rtn 
- 00032722  0x00008ef5 ifetch  0x00000001 , 0x00000011 
- 00032723  0x00008ef6 rtn 
- 00032724  0x00008efa ifetch  0x00000002 , 0x00000011 
- 00032725  0x00008efb rtn 
- 00032726  0x00008f00 arg  0x00000000 , 0x00000002 
- 00032727  0x00008f02 fetch  0x00000001 , 0x00000006 
- 00032728  0x00008f03 loop  0x00007fd7 , 0x00000034 
- 00032729  0x00008f04 increase  0x00000001 , 0x00000002 
- 00032730  0x00008f05 loop  0x00007fd7 
- 00032731  0x00008f06 copy  0x00000002 , 0x0000003f 
- 00032732  0x00008f07 rtn 
- 00032733  0x00008f0a isub  0x00000002 , 0x0000003e 
- 00032734  0x00008f0b nrtn  0x00000002 
- 00032735  0x00008f0c copy  0x00000002 , 0x0000003f 
- 00032736  0x00008f0d rtn 
- 00032737  0x00008f11 force  0xffffffff , 0x0000003e 
- 00032738  0x00008f12 rtn 
- 00032739  0x00008f15 force  0x00000001 , 0x0000003e 
- 00032740  0x00008f16 rtn 
- 00032741  0x00008f18 force  0x00000000 , 0x0000003e 
- 00032742  0x00008f19 rtn 
- 00032743  0x00008f1c enable  0x00000028 
- 00032744  0x00008f1d rtn 
- 00032745  0x00008f20 disable  0x00000028 
- 00032746  0x00008f21 rtn 
- 00032747  0x00008f24 enable  0x0000002c 
- 00032748  0x00008f25 rtn 
- 00032749  0x00008f28 disable  0x0000002c 
- 00032750  0x00008f29 rtn 
- 00032751  0x00008f2c setarg  0x00000001 
- 00032752  0x00008f2d rtn 
- 00032753  0x00008f30 setarg  0x00000000 
- 00032754  0x00008f31 rtn 
- 00032755  0x00008f35 copy  0x00000039 , 0x0000003f 
- 00032756  0x00008f36 rtn  0x00000034 
- 00032757  0x00008f37 copy  0x00000006 , 0x0000003f 
- 00032758  0x00008f38 iadd  0x00000039 , 0x0000003f 
- 00032759  0x00008f39 increase  0xffffffff , 0x0000003f 
- 00032760  0x00008f3a copy  0x0000003f , 0x00000006 
- 00032761  0x00008f3c ifetch  0x00000001 , 0x00000006 
- 00032762  0x00008f3d increase  0xfffffffe , 0x00000006 
- 00032763  0x00008f3e istore  0x00000001 , 0x00000005 
- 00032764  0x00008f3f loop  0x00007ff9 
- 00032765  0x00008f40 rtn 
+ 00000000  0x00000041 bbit1  0x00000008 , 0x00000012 
+ 00000001  0x00000042 beq  0x00000000 , 0x00000029 
+ 00000002  0x00000043 beq  0x00000001 , 0x00000037 
+ 00000003  0x00000044 beq  0x00000085 , 0x000006fa 
+ 00000004  0x00000045 beq  0x00000089 , 0x000006cb 
+ 00000005  0x00000046 beq  0x000000a1 , 0x00000040 
+ 00000006  0x00000047 beq  0x000000b1 , 0x00000045 
+ 00000007  0x00000048 beq  0x000000b2 , 0x00000051 
+ 00000008  0x00000049 beq  0x000000c4 , 0x000002df 
+ 00000009  0x0000004a beq  0x000000c9 , 0x0000034f 
+ 00000010  0x0000004b beq  0x000000ca , 0x00000353 
+ 00000011  0x0000004c beq  0x000000e3 , 0x0000054a 
+ 00000012  0x0000004d beq  0x000000e6 , 0x00000557 
+ 00000013  0x0000004e beq  0x000000e9 , 0x00000583 
+ 00000014  0x0000004f beq  0x000000ea , 0x0000058d 
+ 00000015  0x00000050 beq  0x000000eb , 0x0000059d 
+ 00000016  0x00000051 beq  0x000000ec , 0x000005c2 
+ 00000017  0x00000052 branch  0x00002a8e 
+ 00000018  0x00000054 beq  0x00000039 , 0x000005c8 
+ 00000019  0x00000055 beq  0x00000043 , 0x000005d0 
+ 00000020  0x00000056 beq  0x0000004a , 0x000005d6 
+ 00000021  0x00000057 beq  0x00000057 , 0x000005d9 
+ 00000022  0x00000058 beq  0x00000059 , 0x000005e9 
+ 00000023  0x00000059 beq  0x00000063 , 0x000005f6 
+ 00000024  0x0000005a beq  0x00000066 , 0x00000620 
+ 00000025  0x0000005b beq  0x00000067 , 0x00000637 
+ 00000026  0x0000005c beq  0x0000006a , 0x00000660 
+ 00000027  0x0000005d beq  0x00000077 , 0x0000066b 
+ 00000028  0x0000005e beq  0x000000fa , 0x0000067b 
+ 00000029  0x0000005f beq  0x0000008c , 0x00000684 
+ 00000030  0x00000060 branch  0x00002a8e 
+ 00000031  0x00000064 copy  0x0000003f , 0x00000011 
+ 00000032  0x00000065 fetcht  0x00000001 , 0x00004c80 
+ 00000033  0x00000066 setarg  0x00004c87 
+ 00000034  0x00000067 iadd  0x00000002 , 0x00000005 
+ 00000035  0x00000068 copy  0x00000011 , 0x0000003f 
+ 00000036  0x00000069 istore  0x00000001 , 0x00000005 
+ 00000037  0x0000006a increase  0x00000001 , 0x00000002 
+ 00000038  0x0000006b and_into  0x00000007 , 0x00000002 
+ 00000039  0x0000006c storet  0x00000001 , 0x00004c80 
+ 00000040  0x0000006d rtn 
+ 00000041  0x00000070 call  0x0000002b 
+ 00000042  0x00000071 branch  0x00002002 
+ 00000043  0x00000074 jam  0x00000000 , 0x00004b3d 
+ 00000044  0x00000075 call  0x000004b3 
+ 00000045  0x00000076 rtn  0x00000001 
+ 00000046  0x00000077 call  0x00007ec1 
+ 00000047  0x00000078 call  0x000004b3 
+ 00000048  0x00000079 rtn  0x00000001 
+ 00000049  0x0000007a jam  0x00000001 , 0x00004b3d 
+ 00000050  0x0000007b rtn 
+ 00000051  0x0000007f fetch  0x00000001 , 0x00004b3d 
+ 00000052  0x00000080 rtn  0x00000034 
+ 00000053  0x00000087 call  0x0000049c 
+ 00000054  0x00000089 branch  0x00000431 
+ 00000055  0x0000008c arg  0x000009ae , 0x00000005 
+ 00000056  0x0000008d arg  0x0000000c , 0x00000039 
+ 00000057  0x0000008e call  0x00007ed4 
+ 00000058  0x0000008f call  0x0000038a 
+ 00000059  0x00000090 call  0x00006a03 
+ 00000060  0x00000091 call  0x00005cf6 
+ 00000061  0x00000092 ncall  0x00002c65 , 0x0000002b 
+ 00000062  0x00000093 call  0x00007ccd 
+ 00000063  0x00000094 branch  0x0000200c 
+ 00000064  0x00000097 setarg  0x00000a06 
+ 00000065  0x00000098 store  0x00000003 , 0x00004510 
+ 00000066  0x00000099 setarg  0x00001d87 
+ 00000067  0x0000009a store  0x00000002 , 0x00004513 
+ 00000068  0x0000009b branch  0x00002aa2 
+ 00000069  0x0000009e rtnmark1  0x00000026 
+ 00000070  0x0000009f fetch  0x00000001 , 0x00004b01 
+ 00000071  0x000000a0 nbranch  0x00007fef , 0x00000034 
+ 00000072  0x000000a1 fetch  0x00000001 , 0x00004b07 
+ 00000073  0x000000a2 nbranch  0x00007fef , 0x00000034 
+ 00000074  0x000000a3 fetch  0x00000001 , 0x0000479c 
+ 00000075  0x000000a4 branch  0x00007fef , 0x00000034 
+ 00000076  0x000000a5 fetch  0x00000001 , 0x000047c4 
+ 00000077  0x000000a6 beq  0x00000001 , 0x00007fef 
+ 00000078  0x000000a7 fetch  0x00000001 , 0x00004806 
+ 00000079  0x000000a8 nbranch  0x00007fef , 0x00000034 
+ 00000080  0x000000a9 branch  0x00007ff1 
+ 00000081  0x000000ac rtnmark0  0x00000026 
+ 00000082  0x000000ad fetch  0x00000001 , 0x00004d05 
+ 00000083  0x000000ae beq  0x00000001 , 0x00000067 
+ 00000084  0x000000b0 call  0x00000105 
+ 00000085  0x000000b1 nbranch  0x0000007e , 0x00000028 
+ 00000086  0x000000b2 call  0x000000ec 
+ 00000087  0x000000b4 call  0x00000128 
+ 00000088  0x000000b5 fetch  0x00000001 , 0x00004bd5 
+ 00000089  0x000000b6 rtnne  0x000000ff 
+ 00000090  0x000000b7 call  0x000006a1 
+ 00000091  0x000000b8 call  0x00000063 
+ 00000092  0x000000b9 fetch  0x00000001 , 0x00004b01 
+ 00000093  0x000000ba beq  0x00000001 , 0x000001b6 
+ 00000094  0x000000bc call  0x0000008a 
+ 00000095  0x000000bd nrtn  0x00000028 
+ 00000096  0x000000be call  0x000002dc 
+ 00000097  0x000000bf setarg  0x0000ec54 
+ 00000098  0x000000c0 branch  0x00002b93 
+ 00000099  0x000000c5 setarg  0x00017700 
+ 00000100  0x000000c6 store  0x00000003 , 0x00004bf4 
+ 00000101  0x000000c7 jam  0x00000014 , 0x00004b3c 
+ 00000102  0x000000c8 rtn 
+ 00000103  0x000000cb call  0x000002a7 
+ 00000104  0x000000cc nrtn  0x00000028 
+ 00000105  0x000000cd call  0x00000078 
+ 00000106  0x000000ce fetch  0x00000001 , 0x00004d06 
+ 00000107  0x000000cf increase  0x00000001 , 0x0000003f 
+ 00000108  0x000000d0 store  0x00000001 , 0x00004d06 
+ 00000109  0x000000d1 sub  0x0000003f , 0x00000019 , 0x0000003e 
+ 00000110  0x000000d2 call  0x00000070 , 0x00000005 
+ 00000111  0x000000d3 branch  0x00000054 
+ 00000112  0x000000d5 jam  0x00000000 , 0x00004d05 
+ 00000113  0x000000d6 jam  0x00000000 , 0x00004d06 
+ 00000114  0x000000d8 jam  0x00000000 , 0x00004c00 
+ 00000115  0x000000d9 fetch  0x00000001 , 0x00004beb 
+ 00000116  0x000000db store  0x00000001 , 0x00004bea 
+ 00000117  0x000000dc rtn 
+ 00000118  0x000000de fetch  0x00000001 , 0x00004bec 
+ 00000119  0x000000df branch  0x00000074 
+ 00000120  0x000000e1 fetch  0x00000001 , 0x00004c00 
+ 00000121  0x000000e2 increase  0x00000001 , 0x0000003f 
+ 00000122  0x000000e3 store  0x00000001 , 0x00004c00 
+ 00000123  0x000000e4 beq  0x00000004 , 0x00000076 
+ 00000124  0x000000e5 beq  0x00000005 , 0x00000072 
+ 00000125  0x000000e6 rtn 
+ 00000126  0x000000e9 fetch  0x00000001 , 0x00004bf1 
+ 00000127  0x000000ea call  0x000000a4 , 0x00000034 
+ 00000128  0x000000eb fetch  0x00000001 , 0x00004b06 
+ 00000129  0x000000ec nrtn  0x00000034 
+ 00000130  0x000000ed fetch  0x00000001 , 0x00004b01 
+ 00000131  0x000000ee rtneq  0x00000001 
+ 00000132  0x000000f0 call  0x0000008a 
+ 00000133  0x000000f1 nrtn  0x00000028 
+ 00000134  0x000000f2 fetch  0x00000003 , 0x00004bf4 
+ 00000135  0x000000f3 call  0x00007f49 
+ 00000136  0x000000f4 storet  0x00000004 , 0x0000415b 
+ 00000137  0x000000f5 branch  0x00002b2a 
+ 00000138  0x000000f8 enable  0x00000028 
+ 00000139  0x000000f9 call  0x00002afa 
+ 00000140  0x000000fa fetch  0x00000003 , 0x0000416f 
+ 00000141  0x000000fb branch  0x00007fe9 , 0x00000034 
+ 00000142  0x000000fc fetch  0x00000001 , 0x00004091 
+ 00000143  0x000000fd branch  0x00007fe9 , 0x00000034 
+ 00000144  0x000000fe fetch  0x00000001 , 0x000045b1 
+ 00000145  0x000000ff branch  0x00007fe9 , 0x00000034 
+ 00000146  0x00000100 fetch  0x00000001 , 0x00004d05 
+ 00000147  0x00000101 beq  0x00000001 , 0x00007fe9 
+ 00000148  0x00000104 fetch  0x00000001 , 0x00004b0c 
+ 00000149  0x00000105 rtn  0x00000034 
+ 00000150  0x00000106 call  0x0000054a 
+ 00000151  0x00000107 call  0x000002dc 
+ 00000152  0x00000109 call  0x00003ebf 
+ 00000153  0x0000010a hfetch  0x00000004 , 0x00008070 
+ 00000154  0x0000010b hfetcht  0x00000004 , 0x00008078 
+ 00000155  0x0000010c ior  0x00000002 , 0x00000002 
+ 00000156  0x0000010d invert  0x00000002 , 0x00000002 
+ 00000157  0x0000010e hstoret  0x00000004 , 0x0000807c 
+ 00000158  0x00000110 fetcht  0x00000001 , 0x00004b3e 
+ 00000159  0x00000111 call  0x000067fb 
+ 00000160  0x00000112 fetcht  0x00000001 , 0x00004b3e 
+ 00000161  0x00000113 set1  0x00000007 , 0x00000002 
+ 00000162  0x00000114 arg  0x00008078 , 0x00000005 
+ 00000163  0x00000115 branch  0x00006830 
+ 00000164  0x00000118 jam  0x00000001 , 0x00004bf1 
+ 00000165  0x00000119 jam  0x00000000 , 0x00004cfa 
+ 00000166  0x0000011a call  0x000000b4 
+ 00000167  0x0000011b store  0x00000001 , 0x00004b61 
+ 00000168  0x0000011c setarg  0x00000000 
+ 00000169  0x0000011d store  0x00000007 , 0x00004b62 
+ 00000170  0x0000011e fetch  0x00000004 , 0x00004bfc 
+ 00000171  0x0000011f store  0x00000004 , 0x00004b69 
+ 00000172  0x00000120 jam  0x0000000c , 0x00004bc5 
+ 00000173  0x00000121 fetch  0x00000001 , 0x00004bc6 
+ 00000174  0x00000122 set1  0x00000003 , 0x0000003f 
+ 00000175  0x00000123 store  0x00000001 , 0x00004bc6 
+ 00000176  0x00000124 call  0x00000108 
+ 00000177  0x00000125 branch  0x00000057 
+ 00000178  0x00000131 jam  0x00000001 , 0x00004cfb 
+ 00000179  0x00000132 jam  0x00000000 , 0x00004cfd 
+ 00000180  0x00000134 fetch  0x00000001 , 0x00004bc6 
+ 00000181  0x00000135 and_into  0x00000007 , 0x0000003f 
+ 00000182  0x00000136 store  0x00000001 , 0x00004bc6 
+ 00000183  0x00000137 rtn 
+ 00000184  0x0000013a fetch  0x00000001 , 0x00004bc6 
+ 00000185  0x0000013b set1  0x00000004 , 0x0000003f 
+ 00000186  0x0000013c store  0x00000001 , 0x00004bc6 
+ 00000187  0x0000013e store  0x00000001 , 0x00004b81 
+ 00000188  0x0000013f rtn 
+ 00000189  0x00000141 fetch  0x00000001 , 0x00004bc6 
+ 00000190  0x00000142 set0  0x00000004 , 0x0000003f 
+ 00000191  0x00000143 store  0x00000001 , 0x00004bc6 
+ 00000192  0x00000144 rtn 
+ 00000193  0x00000147 call  0x00000697 
+ 00000194  0x00000148 fetch  0x00000001 , 0x00004cfc 
+ 00000195  0x00000149 beq  0x00000001 , 0x000000c6 
+ 00000196  0x0000014a beq  0x00000002 , 0x000000ca 
+ 00000197  0x0000014b rtn 
+ 00000198  0x0000014d jam  0x00000002 , 0x00004cfd 
+ 00000199  0x0000014f jam  0x00000000 , 0x00004cf9 
+ 00000200  0x00000150 jam  0x00000000 , 0x00004cfb 
+ 00000201  0x00000151 branch  0x000000b4 
+ 00000202  0x00000154 jam  0x00000000 , 0x00004cfa 
+ 00000203  0x00000155 branch  0x000000c7 
+ 00000204  0x00000159 fetch  0x00000002 , 0x00004bcb 
+ 00000205  0x0000015a increase  0x00000001 , 0x0000003f 
+ 00000206  0x0000015b store  0x00000002 , 0x00004bcb 
+ 00000207  0x0000015c bbit1  0x0000000a , 0x00000165 
+ 00000208  0x0000015d fetch  0x00000001 , 0x00004cfa 
+ 00000209  0x0000015e beq  0x00000001 , 0x000000d5 
+ 00000210  0x0000015f jam  0x00000001 , 0x00004cfa 
+ 00000211  0x00000161 fetch  0x00000001 , 0x00004cfa 
+ 00000212  0x00000162 bne  0x00000001 , 0x000000b4 
+ 00000213  0x00000164 fetch  0x00000001 , 0x00004cf8 
+ 00000214  0x00000165 increase  0x00000001 , 0x0000003f 
+ 00000215  0x00000166 store  0x00000001 , 0x00004cf8 
+ 00000216  0x00000167 beq  0x00000004 , 0x000000dc 
+ 00000217  0x00000168 call  0x000001e8 
+ 00000218  0x00000169 jam  0x00000002 , 0x00004c0a 
+ 00000219  0x0000016a branch  0x00000128 
+ 00000220  0x0000016d call  0x00000697 
+ 00000221  0x0000016e jam  0x00000000 , 0x00004cf8 
+ 00000222  0x0000016f branch  0x000000b4 
+ 00000223  0x00000172 jam  0x00000002 , 0x00004cfd 
+ 00000224  0x00000174 jam  0x00000001 , 0x00004cfb 
+ 00000225  0x00000175 jam  0x00000000 , 0x00004cfa 
+ 00000226  0x00000176 branch  0x000000b4 
+ 00000227  0x00000179 fetch  0x00000001 , 0x00004cfc 
+ 00000228  0x0000017a beq  0x00000003 , 0x000000e0 
+ 00000229  0x0000017b fetch  0x00000001 , 0x00004bc6 
+ 00000230  0x0000017c isolate0  0x00000004 , 0x0000003f 
+ 00000231  0x0000017d branch  0x000000b2 , 0x00000001 
+ 00000232  0x0000017e fetch  0x00000001 , 0x00004cfc 
+ 00000233  0x0000017f beq  0x00000001 , 0x000000df 
+ 00000234  0x00000180 beq  0x00000002 , 0x000000e0 
+ 00000235  0x00000181 rtn 
+ 00000236  0x00000184 fetch  0x00000001 , 0x00004bd5 
+ 00000237  0x00000185 rtnne  0x000000ff 
+ 00000238  0x00000186 call  0x000000f1 
+ 00000239  0x00000187 ncall  0x000000f9 , 0x0000002c 
+ 00000240  0x00000188 rtn 
+ 00000241  0x0000018b disable  0x0000002c 
+ 00000242  0x0000018c fetch  0x00000001 , 0x00004cfb 
+ 00000243  0x0000018d rtnne  0x00000001 
+ 00000244  0x0000018e fetch  0x00000001 , 0x00004cfd 
+ 00000245  0x0000018f rtnne  0x00000000 
+ 00000246  0x00000190 jam  0x00000001 , 0x00004cfc 
+ 00000247  0x00000191 jam  0x00000004 , 0x00004c0a 
+ 00000248  0x00000192 branch  0x00007feb 
+ 00000249  0x00000195 fetch  0x00000001 , 0x00004cfd 
+ 00000250  0x00000196 branch  0x00000100 , 0x00000034 
+ 00000251  0x00000197 increase  0xffffffff , 0x0000003f 
+ 00000252  0x00000198 store  0x00000001 , 0x00004cfd 
+ 00000253  0x00000199 jam  0x00000002 , 0x00004cfc 
+ 00000254  0x0000019a jam  0x00000004 , 0x00004c0a 
+ 00000255  0x0000019b branch  0x000001e8 
+ 00000256  0x0000019e jam  0x00000003 , 0x00004cfc 
+ 00000257  0x0000019f fetch  0x00000001 , 0x00004cfa 
+ 00000258  0x000001a0 nbranch  0x000000d3 , 0x00000034 
+ 00000259  0x000001a1 jam  0x00000002 , 0x00004c0a 
+ 00000260  0x000001a2 branch  0x000001e8 
+ 00000261  0x000001a5 fetch  0x00000001 , 0x00004bd5 
+ 00000262  0x000001a6 bne  0x000000ff , 0x00000175 
+ 00000263  0x000001a8 call  0x0000010b 
+ 00000264  0x000001aa call  0x00000214 
+ 00000265  0x000001ab jam  0x00000001 , 0x00004bca 
+ 00000266  0x000001ac rtn 
+ 00000267  0x000001af fetch  0x00000002 , 0x00004cf6 
+ 00000268  0x000001b0 call  0x00007f9c 
+ 00000269  0x000001b1 branch  0x00000111 , 0x00000028 
+ 00000270  0x000001b2 fetch  0x00000007 , 0x00004b62 
+ 00000271  0x000001b3 rtn  0x00000034 
+ 00000272  0x000001b4 branch  0x00007fe7 
+ 00000273  0x000001b6 call  0x000003a8 
+ 00000274  0x000001b7 jam  0x00000000 , 0x00004bf1 
+ 00000275  0x000001b8 add  0x00000011 , 0x00000001 , 0x0000003f 
+ 00000276  0x000001b9 store  0x00000001 , 0x00004bc5 
+ 00000277  0x000001ba call  0x000000b4 
+ 00000278  0x000001bb store  0x00000001 , 0x00004b61 
+ 00000279  0x000001bc ifetcht  0x00000001 , 0x00000005 
+ 00000280  0x000001bd ifetch  0x00000001 , 0x00000012 
+ 00000281  0x000001be ior  0x00000002 , 0x0000003f 
+ 00000282  0x000001bf istore  0x00000001 , 0x00000005 
+ 00000283  0x000001c0 increase  0x00000001 , 0x00000012 
+ 00000284  0x000001c1 ifetch  0x00000004 , 0x00000012 
+ 00000285  0x000001c2 istore  0x00000004 , 0x00000005 
+ 00000286  0x000001c3 increase  0x00000004 , 0x00000012 
+ 00000287  0x000001c4 arg  0x00004b67 , 0x00000005 
+ 00000288  0x000001c5 arg  0x00000002 , 0x00000039 
+ 00000289  0x000001c7 ifetch  0x00000001 , 0x00000012 
+ 00000290  0x000001c8 ifetcht  0x00000001 , 0x00000005 
+ 00000291  0x000001c9 iadd  0x00000002 , 0x0000003f 
+ 00000292  0x000001ca istore  0x00000001 , 0x00000005 
+ 00000293  0x000001cb increase  0x00000001 , 0x00000012 
+ 00000294  0x000001cc loop  0x00000121 
+ 00000295  0x000001cd rtn 
+ 00000296  0x000001d0 jam  0x00000000 , 0x00004bce 
+ 00000297  0x000001d2 arg  0x00000d00 , 0x0000000b 
+ 00000298  0x000001d3 until  0x00000023 , 0x00000026 
+ 00000299  0x000001d4 call  0x00000140 
+ 00000300  0x000001d7 nbranch  0x0000014d , 0x00000018 
+ 00000301  0x000001d8 nbranch  0x0000014d , 0x0000002f 
+ 00000302  0x000001d9 call  0x0000013b 
+ 00000303  0x000001da call  0x00000169 
+ 00000304  0x000001db call  0x00000693 
+ 00000305  0x000001dd fetch  0x00000001 , 0x00004bc4 
+ 00000306  0x000001de increase  0x00000001 , 0x0000003f 
+ 00000307  0x000001df store  0x00000001 , 0x00004bc4 
+ 00000308  0x000001e0 fetch  0x00000001 , 0x00004bd5 
+ 00000309  0x000001e1 bne  0x000000ff , 0x0000013e 
+ 00000310  0x000001e2 call  0x000000e3 
+ 00000311  0x000001e4 setarg  0x00000000 
+ 00000312  0x000001e5 store  0x00000004 , 0x00004bca 
+ 00000313  0x000001e7 store  0x00000001 , 0x00004cf9 
+ 00000314  0x000001e9 rtn 
+ 00000315  0x000001ec arg  0x00000004 , 0x00000039 
+ 00000316  0x000001ed arg  0x00004b61 , 0x00000005 
+ 00000317  0x000001ee branch  0x00007ec6 
+ 00000318  0x000001f1 call  0x00000690 
+ 00000319  0x000001f2 branch  0x0000018f 
+ 00000320  0x000001f5 disable  0x0000002f 
+ 00000321  0x000001f6 call  0x00000286 
+ 00000322  0x000001fb force  0x00000000 , 0x00000015 
+ 00000323  0x000001fc fetch  0x00000004 , 0x00004bed 
+ 00000324  0x000001fd iforce  0x00000009 
+ 00000325  0x000001fe fetcht  0x00000001 , 0x00000017 
+ 00000326  0x000001ff call  0x0000291f 
+ 00000327  0x00000200 call  0x00002924 
+ 00000328  0x00000201 call  0x00000245 
+ 00000329  0x00000202 call  0x0000027e , 0x0000002f 
+ 00000330  0x00000203 rtn 
+ 00000331  0x00000205 call  0x0000027e 
+ 00000332  0x00000206 branch  0x00000131 
+ 00000333  0x00000209 fetch  0x00000001 , 0x00004bcd 
+ 00000334  0x0000020a increase  0x00000001 , 0x0000003f 
+ 00000335  0x0000020b store  0x00000001 , 0x00004bcd 
+ 00000336  0x0000020c fetch  0x00000001 , 0x00004bd5 
+ 00000337  0x0000020d bne  0x000000ff , 0x00000161 
+ 00000338  0x0000020e fetcht  0x00000001 , 0x00004bce 
+ 00000339  0x0000020f increase  0x00000001 , 0x00000002 
+ 00000340  0x00000210 storet  0x00000001 , 0x00004bce 
+ 00000341  0x00000211 fetch  0x00000001 , 0x00004c0a 
+ 00000342  0x00000212 isub  0x00000002 , 0x0000003f 
+ 00000343  0x00000213 nbranch  0x00000129 , 0x00000034 
+ 00000344  0x00000214 fetch  0x00000001 , 0x00004cfc 
+ 00000345  0x00000215 beq  0x00000003 , 0x000000cc 
+ 00000346  0x00000216 fetch  0x00000001 , 0x00004cf9 
+ 00000347  0x00000217 increase  0x00000001 , 0x0000003f 
+ 00000348  0x00000218 store  0x00000001 , 0x00004cf9 
+ 00000349  0x00000219 beq  0x00000002 , 0x000000c1 
+ 00000350  0x0000021a call  0x000000b8 
+ 00000351  0x0000021b jam  0x00000001 , 0x00004c0a 
+ 00000352  0x0000021c branch  0x00000128 
+ 00000353  0x0000021f fetch  0x00000001 , 0x00004bcd 
+ 00000354  0x00000220 rtnne  0x000000ff 
+ 00000355  0x00000221 jam  0x00000000 , 0x00004bcd 
+ 00000356  0x00000222 branch  0x00000167 
+ 00000357  0x00000225 setarg  0x00000000 
+ 00000358  0x00000226 store  0x00000002 , 0x00004bcb 
+ 00000359  0x00000228 jam  0x0000003a , 0x00000a99 
+ 00000360  0x00000229 branch  0x00007d86 
+ 00000361  0x0000022c call  0x000001f9 
+ 00000362  0x0000022d fetch  0x00000001 , 0x00004bc3 
+ 00000363  0x0000022e rtn  0x00000034 
+ 00000364  0x0000022f iforce  0x00000039 
+ 00000365  0x00000230 arg  0x00004b41 , 0x00000006 
+ 00000366  0x00000231 arg  0x00004ba3 , 0x00000005 
+ 00000367  0x00000232 branch  0x00007f01 
+ 00000368  0x00000235 jam  0x00000020 , 0x000041de 
+ 00000369  0x00000236 jam  0x00000000 , 0x00004bc4 
+ 00000370  0x00000237 jam  0x0000004e , 0x00004bcf 
+ 00000371  0x00000238 fetch  0x00000004 , 0x00004bd1 
+ 00000372  0x00000239 branch  0x00000206 
+ 00000373  0x0000023c fetch  0x00000001 , 0x00004bca 
+ 00000374  0x0000023d beq  0x00000001 , 0x00007fe7 
+ 00000375  0x0000023e fetch  0x00000001 , 0x00004bd5 
+ 00000376  0x0000023f beq  0x00000001 , 0x0000017c 
+ 00000377  0x00000240 beq  0x00000002 , 0x0000017f 
+ 00000378  0x00000241 beq  0x00000003 , 0x00000182 
+ 00000379  0x00000242 branch  0x00002a8c 
+ 00000380  0x00000245 jam  0x00000011 , 0x00004bd5 
+ 00000381  0x00000246 jam  0x000000aa , 0x0000119e 
+ 00000382  0x00000247 branch  0x00000184 
+ 00000383  0x00000249 jam  0x00000012 , 0x00004bd5 
+ 00000384  0x0000024a jam  0x00000055 , 0x0000119e 
+ 00000385  0x0000024b branch  0x00000184 
+ 00000386  0x0000024d jam  0x00000013 , 0x00004bd5 
+ 00000387  0x0000024e jam  0x00000022 , 0x0000119e 
+ 00000388  0x00000250 fetch  0x00000001 , 0x00004bc6 
+ 00000389  0x00000251 and_into  0x00000007 , 0x0000003f 
+ 00000390  0x00000252 store  0x00000001 , 0x0000119f 
+ 00000391  0x00000253 fetch  0x00000004 , 0x00004bfc 
+ 00000392  0x00000254 store  0x00000004 , 0x000011a0 
+ 00000393  0x00000256 jam  0x00000000 , 0x000011a4 
+ 00000394  0x00000257 arg  0x0000119e , 0x00000011 
+ 00000395  0x00000258 arg  0x00000007 , 0x00000002 
+ 00000396  0x00000259 call  0x000001f4 
+ 00000397  0x0000025a call  0x00000108 
+ 00000398  0x0000025b branch  0x00007fe7 
+ 00000399  0x0000025e fetch  0x00000001 , 0x00004bd5 
+ 00000400  0x0000025f rtneq  0x000000ff 
+ 00000401  0x00000260 beq  0x00000011 , 0x00000195 
+ 00000402  0x00000261 beq  0x00000012 , 0x00000197 
+ 00000403  0x00000262 beq  0x00000013 , 0x00000199 
+ 00000404  0x00000263 rtn 
+ 00000405  0x00000267 jam  0x00000002 , 0x00004bd5 
+ 00000406  0x00000268 branch  0x00000137 
+ 00000407  0x0000026a jam  0x00000003 , 0x00004bd5 
+ 00000408  0x0000026b branch  0x00000137 
+ 00000409  0x0000026d jam  0x000000ff , 0x00004bd5 
+ 00000410  0x0000026e jam  0x00000039 , 0x00000a99 
+ 00000411  0x0000026f call  0x00007d86 
+ 00000412  0x00000270 fetch  0x00000004 , 0x00004ba5 
+ 00000413  0x00000271 call  0x00000206 
+ 00000414  0x00000272 branch  0x00000137 
+ 00000415  0x00000275 call  0x000004f8 
+ 00000416  0x00000279 call  0x00000362 
+ 00000417  0x0000027a branch  0x000001c7 , 0x00000028 
+ 00000418  0x0000027c set0  0x00000026 , 0x00000000 
+ 00000419  0x0000027d call  0x000001e7 
+ 00000420  0x0000027e fetch  0x00000001 , 0x00004bd5 
+ 00000421  0x0000027f rtnne  0x000000ff 
+ 00000422  0x00000280 call  0x000001b9 
+ 00000423  0x00000282 setarg  0x00000000 
+ 00000424  0x00000283 store  0x00000002 , 0x00004bf2 
+ 00000425  0x00000285 call  0x00002afa 
+ 00000426  0x00000286 nop  0x000007d0 
+ 00000427  0x00000287 fetch  0x00000001 , 0x00004bf2 
+ 00000428  0x00000288 beq  0x000000ff , 0x00000167 
+ 00000429  0x00000289 call  0x00000140 
+ 00000430  0x0000028a nbranch  0x000001c2 , 0x00000018 
+ 00000431  0x0000028b nbranch  0x000001c2 , 0x0000002f 
+ 00000432  0x0000028d set1  0x00000026 , 0x00000000 
+ 00000433  0x0000028e setarg  0x00000000 
+ 00000434  0x0000028f store  0x00000002 , 0x00004bf2 
+ 00000435  0x00000290 jam  0x0000003c , 0x00000a99 
+ 00000436  0x00000291 call  0x00007d86 
+ 00000437  0x00000292 call  0x0000013b 
+ 00000438  0x00000294 jam  0x00000001 , 0x00004d05 
+ 00000439  0x00000295 jam  0x00000000 , 0x00004d06 
+ 00000440  0x00000296 rtn 
+ 00000441  0x00000299 jam  0x000000ff , 0x0000119e 
+ 00000442  0x0000029a fetch  0x00000001 , 0x00004bc6 
+ 00000443  0x0000029b store  0x00000001 , 0x0000119f 
+ 00000444  0x0000029c fetch  0x00000004 , 0x00004bfc 
+ 00000445  0x0000029d store  0x00000004 , 0x000011a0 
+ 00000446  0x0000029e arg  0x00000006 , 0x00000002 
+ 00000447  0x0000029f arg  0x0000119e , 0x00000011 
+ 00000448  0x000002a0 call  0x000001f4 
+ 00000449  0x000002a1 branch  0x00000214 
+ 00000450  0x000002a4 fetch  0x00000002 , 0x00004bf2 
+ 00000451  0x000002a5 increase  0x00000001 , 0x0000003f 
+ 00000452  0x000002a6 store  0x00000002 , 0x00004bf2 
+ 00000453  0x000002a7 call  0x000001e8 
+ 00000454  0x000002a8 branch  0x000001a9 
+ 00000455  0x000002ab set0  0x00000026 , 0x00000000 
+ 00000456  0x000002ac call  0x000001e3 
+ 00000457  0x000002ad call  0x000001b9 
+ 00000458  0x000002af jam  0x00000000 , 0x00004bf2 
+ 00000459  0x000002b1 call  0x00002afa 
+ 00000460  0x000002b2 nop  0x000007d0 
+ 00000461  0x000002b3 fetch  0x00000001 , 0x00004bf2 
+ 00000462  0x000002b4 beq  0x000000ff , 0x00000167 
+ 00000463  0x000002b5 call  0x00000140 
+ 00000464  0x000002b6 nbranch  0x000001d9 , 0x00000018 
+ 00000465  0x000002b7 nbranch  0x000001d9 , 0x0000002f 
+ 00000466  0x000002b8 call  0x00000169 
+ 00000467  0x000002b9 call  0x000002fa 
+ 00000468  0x000002ba fetch  0x00000004 , 0x00004bed 
+ 00000469  0x000002bb fetcht  0x00000004 , 0x00004bd1 
+ 00000470  0x000002bc isub  0x00000002 , 0x0000003e 
+ 00000471  0x000002bd branch  0x00000316 , 0x00000005 
+ 00000472  0x000002be branch  0x000001b0 
+ 00000473  0x000002c1 fetch  0x00000001 , 0x00004bf2 
+ 00000474  0x000002c2 increase  0x00000001 , 0x0000003f 
+ 00000475  0x000002c3 store  0x00000001 , 0x00004bf2 
+ 00000476  0x000002c4 fetch  0x00000001 , 0x00004d03 
+ 00000477  0x000002c5 increase  0x00000001 , 0x0000003f 
+ 00000478  0x000002c6 and_into  0x00000001 , 0x0000003f 
+ 00000479  0x000002c7 store  0x00000001 , 0x00004d03 
+ 00000480  0x000002c8 beq  0x00000000 , 0x000001ec 
+ 00000481  0x000002c9 beq  0x00000001 , 0x000001ee 
+ 00000482  0x000002ca rtn 
+ 00000483  0x000002cd jam  0x00000020 , 0x000041de 
+ 00000484  0x000002ce setarg  0x00000f0f 
+ 00000485  0x000002cf store  0x00000002 , 0x00004bed 
+ 00000486  0x000002d0 istore  0x00000002 , 0x00000005 
+ 00000487  0x000002d2 call  0x00000207 
+ 00000488  0x000002d4 fetcht  0x00000001 , 0x00004bd0 
+ 00000489  0x000002d5 call  0x00000226 
+ 00000490  0x000002d6 storet  0x00000001 , 0x00004bd0 
+ 00000491  0x000002d7 rtn 
+ 00000492  0x000002da call  0x000001e3 
+ 00000493  0x000002db branch  0x000001cb 
+ 00000494  0x000002de call  0x00000170 
+ 00000495  0x000002df branch  0x000001cb 
+ 00000496  0x000002e2 set0  0x00000026 , 0x00000000 
+ 00000497  0x000002e3 call  0x000053ce 
+ 00000498  0x000002e5 arg  0x00000003 , 0x00000007 
+ 00000499  0x000002e6 branch  0x000043d2 
+ 00000500  0x000002e9 storet  0x00000001 , 0x00004bc5 
+ 00000501  0x000002ea copy  0x00000002 , 0x00000039 
+ 00000502  0x000002eb arg  0x00004b61 , 0x00000005 
+ 00000503  0x000002ec copy  0x00000011 , 0x00000006 
+ 00000504  0x000002ed branch  0x00007f01 
+ 00000505  0x000002f1 fetch  0x00000001 , 0x00004b40 
+ 00000506  0x000002f2 rshift3  0x0000003f , 0x0000003f 
+ 00000507  0x000002f3 store  0x00000001 , 0x00004bc3 
+ 00000508  0x000002f5 increase  0x00000001 , 0x0000003f 
+ 00000509  0x000002f6 arg  0x00004b40 , 0x00000006 
+ 00000510  0x000002f7 iadd  0x00000006 , 0x00000006 
+ 00000511  0x000002f8 ifetch  0x00000003 , 0x00000006 
+ 00000512  0x000002f9 store  0x00000003 , 0x00004c02 
+ 00000513  0x000002fb fetch  0x00000001 , 0x00004b40 
+ 00000514  0x000002fc rshift  0x0000003f , 0x0000003f 
+ 00000515  0x000002fd and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00000516  0x000002fe store  0x00000001 , 0x00004c08 
+ 00000517  0x000002ff rtn 
+ 00000518  0x00000302 store  0x00000004 , 0x00004bed 
+ 00000519  0x00000305 arg  0x00000000 , 0x00000011 
+ 00000520  0x00000306 arg  0x00000004 , 0x00000039 
+ 00000521  0x00000307 arg  0x00004bed , 0x00000006 
+ 00000522  0x00000309 ifetch  0x00000001 , 0x00000006 
+ 00000523  0x0000030a iadd  0x00000011 , 0x00000011 
+ 00000524  0x0000030b loop  0x0000020a 
+ 00000525  0x0000030c copy  0x00000011 , 0x0000003f 
+ 00000526  0x0000030d store  0x00000002 , 0x00004c76 
+ 00000527  0x0000030e fetch  0x00000001 , 0x00004c76 
+ 00000528  0x0000030f fetcht  0x00000001 , 0x00004c77 
+ 00000529  0x00000310 iadd  0x00000002 , 0x0000003f 
+ 00000530  0x00000311 store  0x00000001 , 0x00004c78 
+ 00000531  0x00000312 rtn 
+ 00000532  0x00000317 fetch  0x00000001 , 0x00004bc5 
+ 00000533  0x00000318 increase  0x00000002 , 0x0000003f 
+ 00000534  0x00000319 store  0x00000001 , 0x00004bc7 
+ 00000535  0x0000031b fetch  0x00000001 , 0x00004bc6 
+ 00000536  0x0000031c store  0x00000001 , 0x00004b81 
+ 00000537  0x0000031e fetch  0x00000001 , 0x00004bc5 
+ 00000538  0x0000031f lshift3  0x0000003f , 0x0000003f 
+ 00000539  0x00000320 fetcht  0x00000001 , 0x00004bc4 
+ 00000540  0x00000321 and  0x00000002 , 0x00000003 , 0x00000002 
+ 00000541  0x00000322 lshift  0x00000002 , 0x00000002 
+ 00000542  0x00000323 ior  0x00000002 , 0x0000003f 
+ 00000543  0x00000324 fetcht  0x00000001 , 0x00004c01 
+ 00000544  0x00000325 iadd  0x00000002 , 0x0000003f 
+ 00000545  0x00000326 istore  0x00000001 , 0x00000005 
+ 00000546  0x00000328 fetch  0x00000001 , 0x00004bc5 
+ 00000547  0x00000329 iforce  0x00000039 
+ 00000548  0x0000032a arg  0x00004b61 , 0x00000006 
+ 00000549  0x0000032b branch  0x00007f01 
+ 00000550  0x0000032e call  0x0000022a 
+ 00000551  0x0000032f increase  0x00000001 , 0x00000002 
+ 00000552  0x00000330 and_into  0x00000003 , 0x00000002 
+ 00000553  0x00000331 rtn 
+ 00000554  0x00000334 fetch  0x00000001 , 0x00004bed 
+ 00000555  0x00000335 and_into  0x00000003 , 0x0000003f 
+ 00000556  0x00000336 mul32  0x0000003f , 0x00000004 , 0x00000011 
+ 00000557  0x00000337 setarg  0x00004bd6 
+ 00000558  0x00000338 iadd  0x00000011 , 0x0000003f 
+ 00000559  0x00000339 iadd  0x00000002 , 0x00000006 
+ 00000560  0x0000033a ifetch  0x00000001 , 0x00000006 
+ 00000561  0x0000033b store  0x00000001 , 0x00004bcf 
+ 00000562  0x0000033c rtn 
+ 00000563  0x0000033f disable  0x00000009 
+ 00000564  0x00000340 disable  0x00000007 
+ 00000565  0x00000341 setarg  0x00555555 
+ 00000566  0x00000342 iforce  0x0000000f 
+ 00000567  0x00000343 fetch  0x00000001 , 0x00004bcf 
+ 00000568  0x00000344 reverse  0x0000003f , 0x00000002 
+ 00000569  0x00000345 set1  0x00000001 , 0x00000002 
+ 00000570  0x00000346 rshift  0x00000002 , 0x0000000e 
+ 00000571  0x00000347 rtn 
+ 00000572  0x0000034a call  0x000053c4 
+ 00000573  0x0000034b fetch  0x00000004 , 0x00004bed 
+ 00000574  0x0000034c iforce  0x00000009 
+ 00000575  0x0000034d call  0x00002918 
+ 00000576  0x0000034e fetcht  0x00000001 , 0x00004bcf 
+ 00000577  0x0000034f call  0x0000291f 
+ 00000578  0x00000350 setarg  0x00000500 
+ 00000579  0x00000351 call  0x00002a8f 
+ 00000580  0x00000352 call  0x00002924 
+ 00000581  0x00000356 call  0x00000233 
+ 00000582  0x00000357 disable  0x0000002f 
+ 00000583  0x00000358 enable  0x0000000d 
+ 00000584  0x00000359 enable  0x00000021 
+ 00000585  0x0000035a disable  0x00000020 
+ 00000586  0x0000035b enable  0x00000010 
+ 00000587  0x0000035c fetch  0x00000002 , 0x00004bc8 
+ 00000588  0x0000035d iforce  0x0000001b 
+ 00000589  0x0000035e correlate  0x0000003e , 0x00000003 
+ 00000590  0x0000035f nbranch  0x00000282 , 0x00000018 
+ 00000591  0x00000362 disable  0x0000000d 
+ 00000592  0x00000363 enable  0x0000000b 
+ 00000593  0x00000364 enable  0x00000007 
+ 00000594  0x00000365 enable  0x00000009 
+ 00000595  0x00000366 call  0x0000027b 
+ 00000596  0x00000367 store  0x00000001 , 0x00004c79 
+ 00000597  0x00000368 fetcht  0x00000001 , 0x00004c78 
+ 00000598  0x00000369 isub  0x00000002 , 0x0000003e 
+ 00000599  0x0000036a nbranch  0x0000027e , 0x00000005 
+ 00000600  0x0000036b call  0x0000027b 
+ 00000601  0x0000036c store  0x00000001 , 0x00004b3f 
+ 00000602  0x00000370 fetch  0x00000001 , 0x00004b3f 
+ 00000603  0x00000371 fetcht  0x00000001 , 0x00004bc6 
+ 00000604  0x00000372 icompare  0x00000007 , 0x00000002 
+ 00000605  0x00000373 nbranch  0x0000027e , 0x00000001 
+ 00000606  0x00000375 call  0x0000027b 
+ 00000607  0x00000376 istore  0x00000001 , 0x00000005 
+ 00000608  0x00000377 rshift3  0x0000003f , 0x0000003f 
+ 00000609  0x00000378 and  0x0000003f , 0x0000001f , 0x00000039 
+ 00000610  0x00000379 branch  0x00000266 , 0x00000005 
+ 00000611  0x0000037b call  0x0000027b 
+ 00000612  0x0000037c istore  0x00000001 , 0x00000005 
+ 00000613  0x0000037d loop  0x00000263 
+ 00000614  0x00000380 copy  0x00000005 , 0x00000011 
+ 00000615  0x00000381 call  0x0000027b 
+ 00000616  0x00000382 store  0x00000001 , 0x00004d00 
+ 00000617  0x00000383 copy  0x00000011 , 0x00000005 
+ 00000618  0x00000384 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00000619  0x00000385 enable  0x00000010 
+ 00000620  0x00000386 arg  0x00000664 , 0x0000001b 
+ 00000621  0x00000387 rshift32  0x0000003f , 0x0000003f 
+ 00000622  0x00000388 rshift16  0x0000003f , 0x0000003f 
+ 00000623  0x00000389 istore  0x00000003 , 0x00000005 
+ 00000624  0x0000038a disable  0x0000000b 
+ 00000625  0x0000038b branch  0x0000027e , 0x00000006 
+ 00000626  0x0000038e enable  0x0000002f 
+ 00000627  0x0000038f fetch  0x00000001 , 0x00000017 
+ 00000628  0x00000390 add  0x0000003f , 0x00000000 , 0x00000011 
+ 00000629  0x00000391 call  0x00002981 
+ 00000630  0x00000392 disable  0x0000000d 
+ 00000631  0x00000393 call  0x00002918 
+ 00000632  0x00000394 fetch  0x00000001 , 0x00004d00 
+ 00000633  0x00000395 call  0x0000001f 
+ 00000634  0x00000396 rtn 
+ 00000635  0x00000399 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00000636  0x0000039a rshift3  0x0000000c , 0x0000003f 
+ 00000637  0x0000039b rtn 
+ 00000638  0x0000039e disable  0x0000001b 
+ 00000639  0x0000039f disable  0x0000000b 
+ 00000640  0x000003a0 call  0x0000264d 
+ 00000641  0x000003a1 rtn 
+ 00000642  0x000003a4 branch  0x0000027e 
+ 00000643  0x000003a7 call  0x00002918 
+ 00000644  0x000003a8 fetcht  0x00000001 , 0x00004bcf 
+ 00000645  0x000003a9 branch  0x00002933 
+ 00000646  0x000003ac call  0x000053c4 
+ 00000647  0x000003ad fetch  0x00000004 , 0x00004bed 
+ 00000648  0x000003ae iforce  0x00000009 
+ 00000649  0x000003af call  0x00000233 
+ 00000650  0x000003b0 call  0x00000283 
+ 00000651  0x000003b1 set1  0x00000000 , 0x00000015 
+ 00000652  0x000003b2 enable  0x0000001d 
+ 00000653  0x000003b3 enable  0x00000020 
+ 00000654  0x000003b4 disable  0x00000021 
+ 00000655  0x000003b7 rshift16  0x00000009 , 0x0000003f 
+ 00000656  0x000003b8 rshift8  0x0000003f , 0x0000003f 
+ 00000657  0x000003b9 rshift4  0x0000003f , 0x0000003f 
+ 00000658  0x000003ba inject  0x00000003 , 0x00000028 
+ 00000659  0x000003bb disable  0x0000001d 
+ 00000660  0x000003bc enable  0x0000001b 
+ 00000661  0x000003bd enable  0x00000007 
+ 00000662  0x000003be enable  0x00000009 
+ 00000663  0x000003bf fetch  0x00000001 , 0x00004c78 
+ 00000664  0x000003c0 inject  0x00000003 , 0x00000008 
+ 00000665  0x000003c1 fetch  0x00000001 , 0x00004bc7 
+ 00000666  0x000003c2 iforce  0x00000039 
+ 00000667  0x000003c3 arg  0x00004b81 , 0x00000006 
+ 00000668  0x000003c5 ifetch  0x00000001 , 0x00000006 
+ 00000669  0x000003c6 inject  0x00000003 , 0x00000008 
+ 00000670  0x000003c7 loop  0x0000029c 
+ 00000671  0x000003ca enable  0x00000008 
+ 00000672  0x000003cb inject  0x00000003 , 0x00000018 
+ 00000673  0x000003cc disable  0x00000008 
+ 00000674  0x000003cd until  0x0000003e , 0x00000027 
+ 00000675  0x000003ce nop  0x00000064 
+ 00000676  0x000003cf disable  0x0000001d 
+ 00000677  0x000003d0 disable  0x0000001b 
+ 00000678  0x000003d1 rtn 
+ 00000679  0x000003d4 call  0x00007fe9 
+ 00000680  0x000003d5 fetcht  0x00000004 , 0x00004be6 
+ 00000681  0x000003d6 copy  0x00000022 , 0x0000003f 
+ 00000682  0x000003d7 isub  0x00000002 , 0x0000003e 
+ 00000683  0x000003d8 ncall  0x00002d18 , 0x00000002 
+ 00000684  0x000003d9 copy  0x0000003f , 0x00000012 
+ 00000685  0x000003da fetch  0x00000004 , 0x00004be6 
+ 00000686  0x000003db fetcht  0x00000001 , 0x00004bea 
+ 00000687  0x000003dc iadd  0x00000002 , 0x00000002 
+ 00000688  0x000003dd copy  0x00000012 , 0x0000003f 
+ 00000689  0x000003de isub  0x00000002 , 0x0000003e 
+ 00000690  0x000003df nrtn  0x00000002 
+ 00000691  0x000003e0 set0  0x0000001c , 0x0000003f 
+ 00000692  0x000003e1 store  0x00000004 , 0x00004be6 
+ 00000693  0x000003e2 branch  0x00007fe7 
+ 00000694  0x000003e5 call  0x000029bb 
+ 00000695  0x000003e6 rtn  0x00000034 
+ 00000696  0x000003e7 fetcht  0x00000001 , 0x00004c7f 
+ 00000697  0x000003e8 arg  0x00000d9e , 0x00000011 
+ 00000698  0x000003e9 call  0x000002bd 
+ 00000699  0x000003ea storet  0x00000001 , 0x00004c7f 
+ 00000700  0x000003eb rtn 
+ 00000701  0x000003ee copy  0x00000011 , 0x0000003f 
+ 00000702  0x000003ef iadd  0x00000002 , 0x00000005 
+ 00000703  0x000003f0 fetch  0x00000001 , 0x00000018 
+ 00000704  0x000003f1 istore  0x00000001 , 0x00000005 
+ 00000705  0x000003f2 increase  0x00000001 , 0x00000002 
+ 00000706  0x000003f3 and_into  0x00000007 , 0x00000002 
+ 00000707  0x000003f4 rtn 
+ 00000708  0x000003f6 arg  0x00000000 , 0x00000002 
+ 00000709  0x000003f7 arg  0x00000008 , 0x00000039 
+ 00000710  0x000003f8 copy  0x00000011 , 0x00000006 
+ 00000711  0x000003fa ifetch  0x00000001 , 0x00000006 
+ 00000712  0x000003fb iadd  0x00000002 , 0x00000002 
+ 00000713  0x000003fc loop  0x000002c7 
+ 00000714  0x000003fd rshift3  0x00000002 , 0x0000003f 
+ 00000715  0x000003fe copy  0x0000003f , 0x00000002 
+ 00000716  0x000003ff rtnmark0  0x00000026 
+ 00000717  0x00000401 div  0x0000003f , 0x0000000a 
+ 00000718  0x00000402 call  0x00007f86 
+ 00000719  0x00000403 quotient  0x0000003f 
+ 00000720  0x00000404 lshift4  0x0000003f , 0x0000003f 
+ 00000721  0x00000405 remainder  0x00000002 
+ 00000722  0x00000406 ior  0x00000002 , 0x00000002 
+ 00000723  0x00000407 rtn 
+ 00000724  0x00000408 rtn 
+ 00000725  0x0000040c rtnmark1  0x00000026 
+ 00000726  0x0000040d call  0x00000380 
+ 00000727  0x0000040e call  0x00000094 
+ 00000728  0x0000040f fetch  0x00000001 , 0x00004040 
+ 00000729  0x00000410 bbit0  0x00000000 , 0x000002dc 
+ 00000730  0x00000411 fetch  0x00000001 , 0x000000a0 
+ 00000731  0x00000412 nrtn  0x00000034 
+ 00000732  0x00000414 setarg  0x00000000 
+ 00000733  0x00000415 store  0x00000008 , 0x000000a1 
+ 00000734  0x00000416 rtn 
+ 00000735  0x00000419 call  0x00003416 
+ 00000736  0x0000041a branch  0x000002e8 , 0x0000002b 
+ 00000737  0x0000041b call  0x000003b3 
+ 00000738  0x0000041c fetch  0x00000001 , 0x000041de 
+ 00000739  0x0000041d store  0x00000001 , 0x00004c7c 
+ 00000740  0x0000041e call  0x00000690 
+ 00000741  0x0000041f fetch  0x00000001 , 0x00004685 
+ 00000742  0x00000420 store  0x00000001 , 0x000046da 
+ 00000743  0x00000421 call  0x000043ca 
+ 00000744  0x00000423 call  0x000002ea 
+ 00000745  0x00000424 branch  0x000074b9 
+ 00000746  0x00000427 ncall  0x00000338 , 0x0000002b 
+ 00000747  0x00000428 call  0x0000031a 
+ 00000748  0x00000429 rtn  0x0000002b 
+ 00000749  0x0000042a call  0x0000036b 
+ 00000750  0x0000042b call  0x00004083 
+ 00000751  0x0000042c beq  0x00000005 , 0x0000030e 
+ 00000752  0x0000042d call  0x0000035d 
+ 00000753  0x0000042f call  0x000002fa 
+ 00000754  0x00000430 fetch  0x00000001 , 0x00004720 
+ 00000755  0x00000431 beq  0x00000002 , 0x0000019f 
+ 00000756  0x00000437 call  0x000004f8 
+ 00000757  0x00000439 fetch  0x00000001 , 0x00004210 
+ 00000758  0x0000043a beq  0x00000034 , 0x000002fd 
+ 00000759  0x0000043d jam  0x00000001 , 0x0000479d 
+ 00000760  0x0000043e jam  0x00000028 , 0x0000479e 
+ 00000761  0x0000043f rtn 
+ 00000762  0x00000442 fetch  0x00000001 , 0x00004c7c 
+ 00000763  0x00000443 store  0x00000001 , 0x000041de 
+ 00000764  0x00000444 rtn 
+ 00000765  0x0000044a jam  0x00000001 , 0x0000479f 
+ 00000766  0x0000044b fetch  0x00000002 , 0x000046a8 
+ 00000767  0x0000044d store  0x00000002 , 0x000046ae 
+ 00000768  0x0000044e call  0x00003418 
+ 00000769  0x0000044f call  0x00000307 
+ 00000770  0x00000450 setarg  0x00000004 
+ 00000771  0x00000451 istore  0x00000001 , 0x00000006 
+ 00000772  0x00000453 arg  0x00004390 , 0x00000006 
+ 00000773  0x00000454 call  0x000005be 
+ 00000774  0x00000456 branch  0x00007df4 
+ 00000775  0x00000459 arg  0x00004370 , 0x00000011 
+ 00000776  0x0000045b ifetch  0x00000001 , 0x00000011 
+ 00000777  0x0000045c rtn  0x00000034 
+ 00000778  0x0000045d iadd  0x00000006 , 0x00000011 
+ 00000779  0x0000045e ifetch  0x00000001 , 0x00000006 
+ 00000780  0x0000045f rtneq  0x00000001 
+ 00000781  0x00000460 branch  0x00000308 
+ 00000782  0x00000466 rtnmark1  0x00000026 
+ 00000783  0x00000468 arg  0x00000003 , 0x00000007 
+ 00000784  0x00000469 call  0x000043ce 
+ 00000785  0x0000046a setarg  0x00000000 
+ 00000786  0x0000046b store  0x00000002 , 0x000046ae 
+ 00000787  0x0000046c store  0x00000001 , 0x000046b4 
+ 00000788  0x0000046d store  0x00000002 , 0x00004bf2 
+ 00000789  0x0000046e call  0x000042ca 
+ 00000790  0x00000470 set1  0x00000026 , 0x00000000 
+ 00000791  0x00000471 call  0x00000170 
+ 00000792  0x00000473 jam  0x00000001 , 0x00004bd5 
+ 00000793  0x00000474 rtn 
+ 00000794  0x00000479 jam  0x00000076 , 0x00004212 
+ 00000795  0x0000047a branch  0x00003d36 
+ 00000796  0x0000047d call  0x0000031a 
+ 00000797  0x0000047e call  0x000040c0 
+ 00000798  0x00000482 call  0x000040d9 
+ 00000799  0x00000483 beq  0x00000030 , 0x00000328 
+ 00000800  0x00000484 beq  0x00000031 , 0x0000032a 
+ 00000801  0x00000485 call  0x000040d1 
+ 00000802  0x00000486 nop  0x000003e8 
+ 00000803  0x00000487 branch  0x0000031e 
+ 00000804  0x0000048a jam  0x00000001 , 0x00004b0c 
+ 00000805  0x0000048b call  0x0000640f 
+ 00000806  0x0000048c call  0x0000031c 
+ 00000807  0x0000048d branch  0x00006411 
+ 00000808  0x00000490 call  0x000003ad 
+ 00000809  0x00000491 branch  0x000040e0 
+ 00000810  0x00000494 call  0x000003ad 
+ 00000811  0x00000495 fetch  0x00000001 , 0x000046de 
+ 00000812  0x00000496 beq  0x00000070 , 0x000040e8 
+ 00000813  0x00000497 jam  0x00000001 , 0x000046e0 
+ 00000814  0x00000498 rtn 
+ 00000815  0x0000049b fetch  0x00000001 , 0x00004b0c 
+ 00000816  0x0000049c rtn  0x00000034 
+ 00000817  0x0000049d jam  0x00000000 , 0x00004b0c 
+ 00000818  0x0000049f setarg  0x00000006 
+ 00000819  0x000004a0 call  0x00006414 
+ 00000820  0x000004a1 or  0x0000003f , 0x00000008 , 0x0000003f 
+ 00000821  0x000004a2 lshift8  0x0000003f , 0x0000003f 
+ 00000822  0x000004a3 add  0x0000003f , 0x00000006 , 0x0000003f 
+ 00000823  0x000004a4 branch  0x00006413 
+ 00000824  0x000004a7 call  0x000068a8 
+ 00000825  0x000004a8 fetch  0x00000004 , 0x000040a0 
+ 00000826  0x000004a9 store  0x00000004 , 0x00004bfc 
+ 00000827  0x000004ae call  0x00003e6e 
+ 00000828  0x000004af call  0x00003e1e 
+ 00000829  0x000004b0 setarg  0x00000000 
+ 00000830  0x000004b1 store  0x00000002 , 0x00004154 
+ 00000831  0x000004b3 call  0x00003e54 
+ 00000832  0x000004b5 call  0x00005810 
+ 00000833  0x000004b6 call  0x00005839 
+ 00000834  0x000004b7 call  0x0000582c 
+ 00000835  0x000004b8 call  0x00005818 
+ 00000836  0x000004be call  0x0000659c 
+ 00000837  0x000004c1 call  0x000065c2 
+ 00000838  0x000004c2 call  0x0000443f 
+ 00000839  0x000004c3 call  0x0000034b 
+ 00000840  0x000004c4 call  0x0000041f 
+ 00000841  0x000004c5 call  0x000065df 
+ 00000842  0x000004c6 rtn 
+ 00000843  0x000004cc call  0x000033c4 
+ 00000844  0x000004cd branch  0x00000357 , 0x00000005 
+ 00000845  0x000004ce call  0x00000592 
+ 00000846  0x000004cf branch  0x00003dcb 
+ 00000847  0x000004d2 arg  0x00000002 , 0x00000002 
+ 00000848  0x000004d3 arg  0x00000aaa , 0x00000011 
+ 00000849  0x000004d4 arg  0x00000062 , 0x00000012 
+ 00000850  0x000004d5 branch  0x000065d1 
+ 00000851  0x000004d8 arg  0x00000002 , 0x00000002 
+ 00000852  0x000004d9 arg  0x00000a9a , 0x00000011 
+ 00000853  0x000004da arg  0x00000062 , 0x00000012 
+ 00000854  0x000004db branch  0x000033c8 
+ 00000855  0x000004de arg  0x00000058 , 0x00000002 
+ 00000856  0x000004df arg  0x00004720 , 0x00000011 
+ 00000857  0x000004e0 arg  0x00000000 , 0x00000012 
+ 00000858  0x000004e1 call  0x000065df 
+ 00000859  0x000004e2 call  0x00000033 
+ 00000860  0x000004e3 branch  0x0000431a 
+ 00000861  0x000004eb call  0x0000031c 
+ 00000862  0x000004ec call  0x00000332 
+ 00000863  0x000004ee fetch  0x00000001 , 0x0000471f 
+ 00000864  0x000004ef store  0x00000001 , 0x0000471e 
+ 00000865  0x000004f0 rtn 
+ 00000866  0x000004fc arg  0x00000002 , 0x00000039 
+ 00000867  0x000004fd arg  0x00004bed , 0x00000006 
+ 00000868  0x000004ff call  0x00007fe7 
+ 00000869  0x00000500 setarg  0x0000ffff 
+ 00000870  0x00000502 ifetcht  0x00000002 , 0x00000006 
+ 00000871  0x00000503 isub  0x00000002 , 0x0000003e 
+ 00000872  0x00000504 ncall  0x00007fe9 , 0x00000005 
+ 00000873  0x00000505 loop  0x00000366 
+ 00000874  0x00000506 rtn 
+ 00000875  0x00000509 setarg  0x0000037c 
+ 00000876  0x0000050a store  0x00000002 , 0x00004cf6 
+ 00000877  0x0000050b setarg  0x00000393 
+ 00000878  0x0000050c store  0x00000002 , 0x000041ef 
+ 00000879  0x0000050d setarg  0x00000675 
+ 00000880  0x0000050e store  0x00000002 , 0x000041f9 
+ 00000881  0x0000050f setarg  0x000002d5 
+ 00000882  0x00000510 store  0x00000002 , 0x000041ed 
+ 00000883  0x00000511 setarg  0x000003e6 
+ 00000884  0x00000512 store  0x00000002 , 0x000041f5 
+ 00000885  0x00000513 setarg  0x000003d1 
+ 00000886  0x00000514 store  0x00000002 , 0x000041f3 
+ 00000887  0x00000515 setarg  0x00000435 
+ 00000888  0x00000516 store  0x00000002 , 0x000041eb 
+ 00000889  0x00000517 setarg  0x00000447 
+ 00000890  0x00000518 store  0x00000002 , 0x000041fd 
+ 00000891  0x00000519 rtn 
+ 00000892  0x0000051c call  0x00004401 
+ 00000893  0x0000051d fetch  0x00000002 , 0x0000469f 
+ 00000894  0x0000051e rtn  0x00000034 
+ 00000895  0x0000051f branch  0x000001b6 
+ 00000896  0x00000522 arg  0x00001800 , 0x00000006 
+ 00000897  0x00000523 arg  0x0000480a , 0x00000005 
+ 00000898  0x00000524 call  0x00000388 
+ 00000899  0x00000525 arg  0x00001900 , 0x00000006 
+ 00000900  0x00000526 call  0x00000388 
+ 00000901  0x00000527 arg  0x00001a00 , 0x00000006 
+ 00000902  0x00000528 call  0x00000388 
+ 00000903  0x00000529 arg  0x00001b00 , 0x00000006 
+ 00000904  0x0000052b arg  0x0000001b , 0x00000039 
+ 00000905  0x0000052c branch  0x00007f01 
+ 00000906  0x0000052f arg  0x0000480a , 0x00000006 
+ 00000907  0x00000530 arg  0x00001800 , 0x00000005 
+ 00000908  0x00000531 call  0x00000388 
+ 00000909  0x00000532 arg  0x00001900 , 0x00000005 
+ 00000910  0x00000533 call  0x00000388 
+ 00000911  0x00000534 arg  0x00001a00 , 0x00000005 
+ 00000912  0x00000535 call  0x00000388 
+ 00000913  0x00000536 arg  0x00001b00 , 0x00000005 
+ 00000914  0x00000537 branch  0x00000388 
+ 00000915  0x0000053a call  0x00005892 
+ 00000916  0x0000053b nrtn  0x00000034 
+ 00000917  0x0000053c fetch  0x00000001 , 0x000046c5 
+ 00000918  0x0000053d and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00000919  0x0000053e rtnne  0x00000003 
+ 00000920  0x00000540 fetch  0x00000001 , 0x0000479c 
+ 00000921  0x00000541 call  0x000003ce , 0x00000034 
+ 00000922  0x00000542 fetch  0x00000004 , 0x000046d3 
+ 00000923  0x00000545 bbit1  0x00000005 , 0x00004179 
+ 00000924  0x00000546 call  0x00003f97 
+ 00000925  0x00000547 nrtn  0x00000028 
+ 00000926  0x00000548 call  0x000003a5 
+ 00000927  0x00000549 call  0x000003a8 
+ 00000928  0x0000054a call  0x000003c9 
+ 00000929  0x0000054c arg  0x0000469a , 0x00000011 
+ 00000930  0x0000054d call  0x00007e3d 
+ 00000931  0x0000054e call  0x000003b8 , 0x00000028 
+ 00000932  0x00000550 rtn 
+ 00000933  0x00000555 jam  0x00000000 , 0x00004172 
+ 00000934  0x00000556 jam  0x0000001e , 0x00004b3b 
+ 00000935  0x00000557 rtn 
+ 00000936  0x0000055c fetch  0x00000001 , 0x00004b3a 
+ 00000937  0x0000055d rtnne  0x00000001 
+ 00000938  0x0000055e setarg  0x00000000 
+ 00000939  0x0000055f store  0x00000001 , 0x00004b3a 
+ 00000940  0x00000560 store  0x00000004 , 0x0000469b 
+ 00000941  0x00000562 setarg  0x00008006 
+ 00000942  0x00000563 call  0x00006413 
+ 00000943  0x00000564 nop  0x00002ee0 
+ 00000944  0x00000568 fetch  0x00000001 , 0x0000477a 
+ 00000945  0x00000569 beq  0x000000ff , 0x00003d66 
+ 00000946  0x0000056a branch  0x0000054a 
+ 00000947  0x0000056d jam  0x00000007 , 0x000047a0 
+ 00000948  0x0000056e jam  0x00000004 , 0x000047a1 
+ 00000949  0x0000056f setarg  0x000047a0 
+ 00000950  0x00000570 store  0x00000002 , 0x00004218 
+ 00000951  0x00000571 branch  0x00007e38 
+ 00000952  0x00000574 fetch  0x00000001 , 0x000047c1 
+ 00000953  0x00000575 increase  0x00000001 , 0x0000003f 
+ 00000954  0x00000576 store  0x00000001 , 0x000047c1 
+ 00000955  0x00000577 rtn 
+ 00000956  0x0000057a arg  0x0000469a , 0x00000011 
+ 00000957  0x0000057b call  0x00007e54 
+ 00000958  0x0000057c branch  0x000003c0 , 0x00000028 
+ 00000959  0x0000057d rtn 
+ 00000960  0x00000580 call  0x00005652 
+ 00000961  0x00000581 fetch  0x00000001 , 0x000047c1 
+ 00000962  0x00000582 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00000963  0x00000583 ncall  0x00005650 , 0x00000002 
+ 00000964  0x00000584 fetch  0x00000001 , 0x000047c1 
+ 00000965  0x00000585 rtn  0x00000034 
+ 00000966  0x00000586 increase  0xffffffff , 0x0000003f 
+ 00000967  0x00000587 store  0x00000001 , 0x000047c1 
+ 00000968  0x00000588 branch  0x00003f90 
+ 00000969  0x0000058b fetch  0x00000002 , 0x0000469f 
+ 00000970  0x0000058c rtn  0x00000034 
+ 00000971  0x0000058d jam  0x00000001 , 0x00004806 
+ 00000972  0x0000058e jam  0x00000002 , 0x00004807 
+ 00000973  0x0000058f rtn 
+ 00000974  0x00000593 call  0x00005814 
+ 00000975  0x00000594 jam  0x00000001 , 0x0000479c 
+ 00000976  0x00000595 branch  0x000003ad 
+ 00000977  0x00000598 call  0x00007e34 
+ 00000978  0x0000059a branch  0x00003ee0 
+ 00000979  0x0000059d fetcht  0x00000001 , 0x000046e7 
+ 00000980  0x0000059e call  0x00000578 
+ 00000981  0x0000059f fetcht  0x00000001 , 0x000046e7 
+ 00000982  0x000005a0 call  0x0000681d 
+ 00000983  0x000005a1 branch  0x000003e4 , 0x00000001 
+ 00000984  0x000005a2 call  0x0000057e 
+ 00000985  0x000005a4 fetch  0x00000001 , 0x000046b6 
+ 00000986  0x000005a5 rtneq  0x00000000 
+ 00000987  0x000005a6 jam  0x00000000 , 0x000046b6 
+ 00000988  0x000005a7 fetch  0x00000001 , 0x0000477a 
+ 00000989  0x000005a8 increase  0x00000001 , 0x0000003f 
+ 00000990  0x000005a9 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00000991  0x000005aa store  0x00000001 , 0x0000477a 
+ 00000992  0x000005ab increase  0x00000002 , 0x0000003f 
+ 00000993  0x000005ac store  0x00000001 , 0x00004b06 
+ 00000994  0x000005ad call  0x00000508 
+ 00000995  0x000005ae branch  0x00003d74 
+ 00000996  0x000005b0 call  0x0000057e 
+ 00000997  0x000005b1 branch  0x00003d62 
+ 00000998  0x000005b4 copy  0x00000013 , 0x0000003f 
+ 00000999  0x000005b5 beq  0x00000014 , 0x000003f0 
+ 00001000  0x000005b6 beq  0x00000015 , 0x000003f4 
+ 00001001  0x000005b7 beq  0x00000029 , 0x000003fd 
+ 00001002  0x000005b8 beq  0x00000032 , 0x000003ff 
+ 00001003  0x000005b9 beq  0x00000040 , 0x00000406 
+ 00001004  0x000005ba beq  0x00000039 , 0x00000412 
+ 00001005  0x000005bb beq  0x0000003a , 0x00000423 
+ 00001006  0x000005bc beq  0x0000003c , 0x0000042d 
+ 00001007  0x000005bd branch  0x0000417d 
+ 00001008  0x000005c3 call  0x00000324 
+ 00001009  0x000005c4 call  0x0000042a 
+ 00001010  0x000005c5 call  0x000003b3 
+ 00001011  0x000005c6 branch  0x000041c3 
+ 00001012  0x000005c9 call  0x0000032f 
+ 00001013  0x000005ca setarg  0x00000007 
+ 00001014  0x000005cb store  0x00000002 , 0x00004496 
+ 00001015  0x000005cc store  0x00000002 , 0x00004498 
+ 00001016  0x000005cd jam  0x00000000 , 0x000047c4 
+ 00001017  0x000005ce jam  0x00000000 , 0x0000479c 
+ 00001018  0x000005cf call  0x000003b3 
+ 00001019  0x000005d0 call  0x00005816 
+ 00001020  0x000005d1 branch  0x000041d9 
+ 00001021  0x000005d5 jam  0x00000012 , 0x00000a99 
+ 00001022  0x000005d6 branch  0x00007d8f 
+ 00001023  0x000005d9 fetch  0x00000001 , 0x0000479f 
+ 00001024  0x000005da beq  0x00000001 , 0x00000402 
+ 00001025  0x000005db branch  0x00000404 
+ 00001026  0x000005de call  0x000003fd 
+ 00001027  0x000005df jam  0x00000014 , 0x000046c6 
+ 00001028  0x000005e1 arg  0x00000001 , 0x00000007 
+ 00001029  0x000005e2 branch  0x000041b9 
+ 00001030  0x000005e5 fetch  0x00000002 , 0x00004509 
+ 00001031  0x000005e6 rtneq  0x00000000 
+ 00001032  0x000005e7 fetch  0x00000001 , 0x00000441 
+ 00001033  0x000005e8 rshift2  0x0000003f , 0x0000003f 
+ 00001034  0x000005e9 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00001035  0x000005ea rtn  0x00000002 
+ 00001036  0x000005eb setarg  0x00000009 
+ 00001037  0x000005ec store  0x00000002 , 0x00004496 
+ 00001038  0x000005ed store  0x00000002 , 0x00004498 
+ 00001039  0x000005ee call  0x000003fd 
+ 00001040  0x000005f0 jam  0x00000001 , 0x000047c4 
+ 00001041  0x000005f1 rtn 
+ 00001042  0x000005f6 call  0x00000324 
+ 00001043  0x000005f8 jam  0x00000001 , 0x0000478b 
+ 00001044  0x000005f9 arg  0x00000003 , 0x00000007 
+ 00001045  0x000005fa call  0x000043d2 
+ 00001046  0x000005fb setarg  0x00000000 
+ 00001047  0x000005fc store  0x00000002 , 0x00004707 
+ 00001048  0x000005fd jam  0x00000000 , 0x000046a7 
+ 00001049  0x000005ff call  0x0000405d 
+ 00001050  0x00000600 call  0x0000042a 
+ 00001051  0x00000601 call  0x00000430 
+ 00001052  0x00000602 call  0x000002fa 
+ 00001053  0x00000604 call  0x0000041f 
+ 00001054  0x00000605 branch  0x000065d1 
+ 00001055  0x00000608 arg  0x00004bed , 0x00000011 
+ 00001056  0x00000609 arg  0x0000005b , 0x00000012 
+ 00001057  0x0000060a arg  0x00000004 , 0x00000002 
+ 00001058  0x0000060b rtn 
+ 00001059  0x0000060e call  0x0000032f 
+ 00001060  0x0000060f jam  0x00000000 , 0x00004d05 
+ 00001061  0x00000610 call  0x000002fa 
+ 00001062  0x00000611 call  0x000001f0 
+ 00001063  0x00000613 fetch  0x00000001 , 0x00004b09 
+ 00001064  0x00000614 nbranch  0x000002f7 , 0x00000034 
+ 00001065  0x00000615 branch  0x0000340a 
+ 00001066  0x00000618 jam  0x00000000 , 0x0000479d 
+ 00001067  0x00000619 jam  0x00000000 , 0x0000479e 
+ 00001068  0x0000061a rtn 
+ 00001069  0x00000623 call  0x00000324 
+ 00001070  0x00000624 call  0x00003f8d 
+ 00001071  0x00000625 call  0x0000042a 
+ 00001072  0x00000627 call  0x00004366 
+ 00001073  0x00000629 arg  0x00000001 , 0x00000002 
+ 00001074  0x0000062a arg  0x00004720 , 0x00000011 
+ 00001075  0x0000062b arg  0x00000000 , 0x00000012 
+ 00001076  0x0000062c branch  0x000065d1 
+ 00001077  0x00000630 enable  0x00000028 
+ 00001078  0x00000631 hfetch  0x00000004 , 0x00008138 
+ 00001079  0x00000632 setflag  0x00000028 , 0x0000001a , 0x0000003f 
+ 00001080  0x00000633 hstore  0x00000004 , 0x0000804c 
+ 00001081  0x00000634 call  0x00002c21 
+ 00001082  0x00000635 call  0x0000032f 
+ 00001083  0x00000636 call  0x000074bd 
+ 00001084  0x00000638 call  0x00003e9f 
+ 00001085  0x00000639 call  0x00000098 
+ 00001086  0x0000063b fetch  0x00000001 , 0x000000a2 
+ 00001087  0x0000063c and  0x0000003f , 0x000000fe , 0x0000003f 
+ 00001088  0x0000063d store  0x00000001 , 0x000000a2 
+ 00001089  0x0000063f fetcht  0x00000001 , 0x000046ed 
+ 00001090  0x00000640 call  0x00000578 
+ 00001091  0x00000642 fetch  0x00000001 , 0x000000a6 
+ 00001092  0x00000643 or  0x0000003f , 0x00000001 , 0x0000003f 
+ 00001093  0x00000644 store  0x00000001 , 0x000000a6 
+ 00001094  0x00000645 rtn 
+ 00001095  0x00000648 call  0x0000050b 
+ 00001096  0x00000649 call  0x0000053a 
+ 00001097  0x0000064a call  0x00000465 
+ 00001098  0x0000064b call  0x0000047f 
+ 00001099  0x0000064c call  0x0000046a 
+ 00001100  0x0000064d call  0x00000488 
+ 00001101  0x0000064e call  0x00004234 
+ 00001102  0x0000064f call  0x000003d3 
+ 00001103  0x00000650 call  0x00000455 
+ 00001104  0x00000651 call  0x00004237 
+ 00001105  0x00000652 call  0x0000045c 
+ 00001106  0x00000653 call  0x0000045f 
+ 00001107  0x00000654 call  0x000004bf 
+ 00001108  0x00000655 branch  0x0000423a 
+ 00001109  0x00000659 arg  0x00004b3c , 0x00000013 
+ 00001110  0x0000065a arg  0x00000458 , 0x00000012 
+ 00001111  0x0000065b branch  0x0000336d 
+ 00001112  0x0000065d setarg  0x0036ee80 
+ 00001113  0x0000065e store  0x00000003 , 0x00004bf4 
+ 00001114  0x00000660 jam  0x00000001 , 0x00004b3a 
+ 00001115  0x00000661 rtn 
+ 00001116  0x00000665 arg  0x000046c6 , 0x00000013 
+ 00001117  0x00000666 arg  0x00003d60 , 0x00000012 
+ 00001118  0x00000667 branch  0x0000336d 
+ 00001119  0x0000066a arg  0x00004b3b , 0x00000013 
+ 00001120  0x0000066b arg  0x00000462 , 0x00000012 
+ 00001121  0x0000066c branch  0x0000336d 
+ 00001122  0x0000066e fetch  0x00000001 , 0x000047c5 
+ 00001123  0x0000066f store  0x00000001 , 0x00004172 
+ 00001124  0x00000670 branch  0x0000045a 
+ 00001125  0x00000673 arg  0x00004807 , 0x00000013 
+ 00001126  0x00000674 arg  0x00000468 , 0x00000012 
+ 00001127  0x00000675 branch  0x0000336d 
+ 00001128  0x00000677 jam  0x00000000 , 0x00004806 
+ 00001129  0x00000678 rtn 
+ 00001130  0x0000067e call  0x000004b3 
+ 00001131  0x0000067f nbranch  0x0000046f , 0x00000001 
+ 00001132  0x00000681 call  0x000043a9 
+ 00001133  0x00000682 arg  0x00000009 , 0x00000007 
+ 00001134  0x00000683 branch  0x000043d2 
+ 00001135  0x00000686 jam  0x00000028 , 0x0000479e 
+ 00001136  0x00000687 call  0x00000472 
+ 00001137  0x00000688 branch  0x000043b0 
+ 00001138  0x0000068b arg  0x000046da , 0x00000013 
+ 00001139  0x0000068c arg  0x00000475 , 0x00000012 
+ 00001140  0x0000068d branch  0x0000336d 
+ 00001141  0x00000690 fetch  0x00000004 , 0x000046d3 
+ 00001142  0x00000691 rtnbit1  0x00000009 
+ 00001143  0x00000692 jam  0x00000000 , 0x00004b0a 
+ 00001144  0x00000693 call  0x000004bb 
+ 00001145  0x00000694 fetch  0x00000002 , 0x00004682 
+ 00001146  0x00000695 isolate1  0x0000000b , 0x0000003f 
+ 00001147  0x00000696 call  0x000042d4 , 0x00000001 
+ 00001148  0x0000069a arg  0x00000009 , 0x00000007 
+ 00001149  0x0000069b call  0x000043ce 
+ 00001150  0x0000069c branch  0x000043b8 
+ 00001151  0x0000069f fetch  0x00000001 , 0x0000479d 
+ 00001152  0x000006a0 rtn  0x00000034 
+ 00001153  0x000006a1 fetch  0x00000001 , 0x00004b06 
+ 00001154  0x000006a2 nrtn  0x00000034 
+ 00001155  0x000006a3 arg  0x0000479e , 0x00000013 
+ 00001156  0x000006a4 arg  0x00000486 , 0x00000012 
+ 00001157  0x000006a5 branch  0x0000336d 
+ 00001158  0x000006a8 jam  0x00000000 , 0x0000479d 
+ 00001159  0x000006a9 branch  0x0000340a 
+ 00001160  0x000006ad call  0x000004b3 
+ 00001161  0x000006ae nbranch  0x000004a3 , 0x00000001 
+ 00001162  0x000006b0 fetch  0x00000001 , 0x00004afd 
+ 00001163  0x000006b1 store  0x00000001 , 0x00004afe 
+ 00001164  0x000006b2 fetch  0x00000001 , 0x00004b3d 
+ 00001165  0x000006b3 ncall  0x000004b7 , 0x00000034 
+ 00001166  0x000006b4 fetch  0x00000001 , 0x000046d9 
+ 00001167  0x000006b5 rtneq  0x00000001 
+ 00001168  0x000006b6 jam  0x00000001 , 0x000046d9 
+ 00001169  0x000006b7 arg  0x00000001 , 0x00000002 
+ 00001170  0x000006b8 arg  0x00004b0a , 0x00000011 
+ 00001171  0x000006b9 arg  0x00000061 , 0x00000012 
+ 00001172  0x000006ba call  0x000065df 
+ 00001173  0x000006bb fetch  0x00000001 , 0x00004b0a 
+ 00001174  0x000006bc branch  0x000004ba , 0x00000034 
+ 00001175  0x000006be call  0x0000049c 
+ 00001176  0x000006bf jam  0x00000000 , 0x000041bd 
+ 00001177  0x000006c0 call  0x00000431 
+ 00001178  0x000006c1 call  0x000043c0 
+ 00001179  0x000006c2 branch  0x0000437e 
+ 00001180  0x000006c5 fetcht  0x00000001 , 0x00004720 
+ 00001181  0x000006c6 increase  0x00000001 , 0x00000002 
+ 00001182  0x000006c7 fetch  0x00000001 , 0x000046d2 
+ 00001183  0x000006c8 isub  0x00000002 , 0x0000003e 
+ 00001184  0x000006c9 ncall  0x000043cc , 0x00000002 
+ 00001185  0x000006ca storet  0x00000001 , 0x00004720 
+ 00001186  0x000006cb rtn 
+ 00001187  0x000006ce fetch  0x00000001 , 0x00004b3d 
+ 00001188  0x000006cf nrtn  0x00000034 
+ 00001189  0x000006d0 fetch  0x00000002 , 0x00004682 
+ 00001190  0x000006d1 bbit1  0x0000000b , 0x000004a8 
+ 00001191  0x000006d2 jam  0x00000000 , 0x00004aff 
+ 00001192  0x000006d4 fetch  0x00000002 , 0x00004208 
+ 00001193  0x000006d5 rtnbit1  0x0000000a 
+ 00001194  0x000006d7 fetch  0x00000001 , 0x000046d9 
+ 00001195  0x000006d8 rtneq  0x00000000 
+ 00001196  0x000006d9 jam  0x00000000 , 0x000046d9 
+ 00001197  0x000006dd fetch  0x00000002 , 0x00004682 
+ 00001198  0x000006de rtnbit0  0x00000009 
+ 00001199  0x000006e0 fetch  0x00000002 , 0x0000420a 
+ 00001200  0x000006e1 set1  0x0000000a , 0x0000003f 
+ 00001201  0x000006e2 store  0x00000002 , 0x0000420a 
+ 00001202  0x000006e3 branch  0x00004386 
+ 00001203  0x000006e6 fetcht  0x00000001 , 0x000046ed 
+ 00001204  0x000006e7 call  0x00000578 
+ 00001205  0x000006e8 fetcht  0x00000001 , 0x000046ed 
+ 00001206  0x000006e9 branch  0x0000681d 
+ 00001207  0x000006f5 jam  0x00000000 , 0x00004b3d 
+ 00001208  0x000006f6 jam  0x00000001 , 0x000046d9 
+ 00001209  0x000006f9 rtn 
+ 00001210  0x000006fc jam  0x000000ff , 0x00004b0a 
+ 00001211  0x000006fe arg  0x00000001 , 0x00000002 
+ 00001212  0x000006ff arg  0x00004b0a , 0x00000011 
+ 00001213  0x00000700 arg  0x00000061 , 0x00000012 
+ 00001214  0x00000701 branch  0x000065d1 
+ 00001215  0x00000704 fetch  0x00000001 , 0x00004aff 
+ 00001216  0x00000705 rtn  0x00000034 
+ 00001217  0x00000706 fetch  0x00000001 , 0x00004b02 
+ 00001218  0x00000707 beq  0x00000000 , 0x000004c5 
+ 00001219  0x00000708 beq  0x00000001 , 0x000004ce 
+ 00001220  0x00000709 rtn 
+ 00001221  0x0000070c call  0x000004dd 
+ 00001222  0x0000070d fetch  0x00000001 , 0x00004b07 
+ 00001223  0x0000070e increase  0x00000001 , 0x0000003f 
+ 00001224  0x0000070f store  0x00000001 , 0x00004b07 
+ 00001225  0x00000710 fetcht  0x00000001 , 0x00004b03 
+ 00001226  0x00000711 isub  0x00000002 , 0x0000003e 
+ 00001227  0x00000712 nrtn  0x00000005 
+ 00001228  0x00000714 jam  0x00000000 , 0x00004b09 
+ 00001229  0x00000715 branch  0x000004ea 
+ 00001230  0x00000718 arg  0x00004b05 , 0x00000013 
+ 00001231  0x00000719 arg  0x000004d1 , 0x00000012 
+ 00001232  0x0000071a branch  0x0000336d 
+ 00001233  0x0000071c fetch  0x00000001 , 0x00004b04 
+ 00001234  0x0000071d store  0x00000001 , 0x00004b05 
+ 00001235  0x0000071e fetch  0x00000001 , 0x00004b08 
+ 00001236  0x0000071f branch  0x000004d9 , 0x00000034 
+ 00001237  0x00000720 fetch  0x00000001 , 0x00004b06 
+ 00001238  0x00000721 branch  0x000004e8 , 0x00000034 
+ 00001239  0x00000722 increase  0xffffffff , 0x0000003f 
+ 00001240  0x00000723 store  0x00000001 , 0x00004b06 
+ 00001241  0x00000725 fetch  0x00000001 , 0x00004b01 
+ 00001242  0x00000726 beq  0x00000001 , 0x000004ea 
+ 00001243  0x00000727 beq  0x00000000 , 0x000004dd 
+ 00001244  0x00000728 rtn 
+ 00001245  0x0000072b jam  0x00000001 , 0x00004b01 
+ 00001246  0x0000072c fetch  0x00000001 , 0x00004720 
+ 00001247  0x0000072d beq  0x00000002 , 0x000004e4 
+ 00001248  0x0000072f fetcht  0x00000001 , 0x00004b3e 
+ 00001249  0x00000730 call  0x0000680e 
+ 00001250  0x00000731 fetcht  0x00000001 , 0x00004b3e 
+ 00001251  0x00000732 branch  0x00006829 
+ 00001252  0x00000734 fetcht  0x00000001 , 0x00004b00 
+ 00001253  0x00000735 call  0x0000680e 
+ 00001254  0x00000736 fetcht  0x00000001 , 0x00004b00 
+ 00001255  0x00000737 branch  0x00006829 
+ 00001256  0x0000073a setarg  0x00000000 
+ 00001257  0x0000073b store  0x00000003 , 0x00004b05 
+ 00001258  0x0000073d fetch  0x00000001 , 0x00004b06 
+ 00001259  0x0000073e nbranch  0x000004ee , 0x00000034 
+ 00001260  0x0000073f jam  0x00000000 , 0x00004aff 
+ 00001261  0x00000740 jam  0x00000000 , 0x00004b02 
+ 00001262  0x00000742 jam  0x00000000 , 0x00004b07 
+ 00001263  0x00000743 jam  0x00000000 , 0x00004b01 
+ 00001264  0x00000745 fetcht  0x00000001 , 0x00004b00 
+ 00001265  0x00000746 call  0x00006825 
+ 00001266  0x00000747 hfetch  0x00000001 , 0x0000807c 
+ 00001267  0x00000748 set1  0x00000005 , 0x0000003f 
+ 00001268  0x00000749 hstore  0x00000001 , 0x0000807c 
+ 00001269  0x0000074b fetcht  0x00000001 , 0x00004b3e 
+ 00001270  0x0000074c set0  0x00000007 , 0x00000002 
+ 00001271  0x0000074d branch  0x00006806 
+ 00001272  0x00000751 jam  0x00000001 , 0x00004b09 
+ 00001273  0x00000752 jam  0x00000001 , 0x00004aff 
+ 00001274  0x00000753 jam  0x00000000 , 0x00004b02 
+ 00001275  0x00000754 jam  0x00000000 , 0x00004b07 
+ 00001276  0x00000755 rtn 
+ 00001277  0x00000761 jam  0x00000003 , 0x00004b04 
+ 00001278  0x00000764 jam  0x00000001 , 0x00004b06 
+ 00001279  0x00000766 jam  0x00000001 , 0x00004b05 
+ 00001280  0x00000767 jam  0x00000001 , 0x00004aff 
+ 00001281  0x00000768 jam  0x00000001 , 0x00004b02 
+ 00001282  0x00000769 rtn 
+ 00001283  0x0000076c fetch  0x00000001 , 0x00004b07 
+ 00001284  0x0000076d nrtn  0x00000034 
+ 00001285  0x0000076e fetch  0x00000001 , 0x00004b09 
+ 00001286  0x0000076f nrtn  0x00000034 
+ 00001287  0x00000770 branch  0x000004e8 
+ 00001288  0x00000773 jam  0x00000005 , 0x00004b04 
+ 00001289  0x00000774 jam  0x00000001 , 0x00004b08 
+ 00001290  0x00000775 branch  0x000004ff 
+ 00001291  0x0000077d fetch  0x00000002 , 0x00004b06 
+ 00001292  0x0000077e nrtn  0x00000034 
+ 00001293  0x0000077f arg  0x000046ce , 0x00000013 
+ 00001294  0x00000780 arg  0x00000510 , 0x00000012 
+ 00001295  0x00000781 branch  0x0000336d 
+ 00001296  0x00000783 jam  0x0000000a , 0x000046ce 
+ 00001297  0x00000784 call  0x00000521 
+ 00001298  0x00000785 call  0x00006908 
+ 00001299  0x00000786 add  0x0000003f , 0x00000015 , 0x0000003f 
+ 00001300  0x00000787 store  0x00000002 , 0x0000470f 
+ 00001301  0x00000788 arg  0x00004709 , 0x00000011 
+ 00001302  0x00000789 call  0x0000052d 
+ 00001303  0x0000078a fetch  0x00000001 , 0x00004231 
+ 00001304  0x0000078b bbit1  0x00000001 , 0x0000340a 
+ 00001305  0x0000078c bbit0  0x00000000 , 0x0000051c 
+ 00001306  0x0000078d jam  0x00000001 , 0x00004b0b 
+ 00001307  0x0000078e branch  0x000043e7 
+ 00001308  0x00000790 call  0x000043e9 
+ 00001309  0x00000791 fetch  0x00000001 , 0x00004b0b 
+ 00001310  0x00000792 rtn  0x00000034 
+ 00001311  0x00000793 jam  0x00000000 , 0x00004b0b 
+ 00001312  0x00000794 branch  0x000004ea 
+ 00001313  0x00000797 fetch  0x00000001 , 0x0000422d 
+ 00001314  0x00000798 beq  0x00000002 , 0x00000524 
+ 00001315  0x00000799 branch  0x000068ec 
+ 00001316  0x0000079b fetcht  0x00000001 , 0x00004b00 
+ 00001317  0x0000079c call  0x000067fb 
+ 00001318  0x0000079d hfetch  0x00000001 , 0x0000807c 
+ 00001319  0x0000079e set0  0x00000005 , 0x0000003f 
+ 00001320  0x0000079f hstore  0x00000001 , 0x0000807c 
+ 00001321  0x000007a1 hfetch  0x00000001 , 0x00008078 
+ 00001322  0x000007a2 set0  0x00000005 , 0x0000003f 
+ 00001323  0x000007a3 hstore  0x00000001 , 0x00008078 
+ 00001324  0x000007a4 branch  0x000068f4 
+ 00001325  0x000007a7 ifetch  0x00000008 , 0x00000011 
+ 00001326  0x000007a8 store  0x00000008 , 0x00000a9a 
+ 00001327  0x000007a9 fetcht  0x00000002 , 0x00000a9c 
+ 00001328  0x000007aa fetch  0x00000002 , 0x00000aa0 
+ 00001329  0x000007ab isub  0x00000002 , 0x0000003e 
+ 00001330  0x000007ac nbranch  0x00006944 , 0x00000002 
+ 00001331  0x000007ad fetcht  0x00000002 , 0x00000a9e 
+ 00001332  0x000007ae isub  0x00000002 , 0x0000003e 
+ 00001333  0x000007af nbranch  0x00006940 , 0x00000002 
+ 00001334  0x000007b1 fetch  0x00000001 , 0x00004231 
+ 00001335  0x000007b2 set0  0x00000000 , 0x0000003f 
+ 00001336  0x000007b3 store  0x00000001 , 0x00004231 
+ 00001337  0x000007b4 rtn 
+ 00001338  0x000007b7 fetch  0x00000004 , 0x000046d3 
+ 00001339  0x000007b8 rtnbit0  0x00000004 
+ 00001340  0x000007b9 fetch  0x00000002 , 0x00004682 
+ 00001341  0x000007ba rtnbit1  0x0000000b 
+ 00001342  0x000007bc fetch  0x00000002 , 0x00004b06 
+ 00001343  0x000007bd nrtn  0x00000034 
+ 00001344  0x000007be fetch  0x00000001 , 0x000046cf 
+ 00001345  0x000007bf pincrease  0x00000001 
+ 00001346  0x000007c0 store  0x00000001 , 0x000046cf 
+ 00001347  0x000007c1 sub  0x0000003f , 0x00000032 , 0x0000003e 
+ 00001348  0x000007c2 ncall  0x00000548 , 0x00000002 
+ 00001349  0x000007c3 sub  0x0000003f , 0x00000005 , 0x0000003e 
+ 00001350  0x000007c4 branch  0x000004dd , 0x00000002 
+ 00001351  0x000007c5 branch  0x000004ea 
+ 00001352  0x000007c7 jam  0x00000001 , 0x000046cf 
+ 00001353  0x000007c8 rtn 
+ 00001354  0x000007cc fetch  0x00000001 , 0x000046e0 
+ 00001355  0x000007cd beq  0x00000000 , 0x0000054e 
+ 00001356  0x000007ce beq  0x00000006 , 0x0000054e 
+ 00001357  0x000007d0 branch  0x00003d81 
+ 00001358  0x000007d3 fetch  0x00000001 , 0x0000477a 
+ 00001359  0x000007d4 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00001360  0x000007d5 call  0x00000555 , 0x00000005 
+ 00001361  0x000007d6 fetch  0x00000001 , 0x0000477a 
+ 00001362  0x000007d7 beq  0x00000000 , 0x00003d8a 
+ 00001363  0x000007d9 beq  0x00000003 , 0x00003d8e 
+ 00001364  0x000007da branch  0x00003d8c 
+ 00001365  0x000007dc jam  0x00000002 , 0x0000477a 
+ 00001366  0x000007dd rtn 
+ 00001367  0x000007f2 disable  0x00000028 
+ 00001368  0x000007f3 setarg  0x00000000 
+ 00001369  0x000007f4 store  0x00000006 , 0x0000469b 
+ 00001370  0x000007f5 call  0x00000560 
+ 00001371  0x000007f6 call  0x00004079 
+ 00001372  0x000007f7 call  0x0000407e 
+ 00001373  0x000007f8 call  0x00000563 
+ 00001374  0x000007f9 nrtn  0x00000028 
+ 00001375  0x000007fa branch  0x00003fa0 
+ 00001376  0x00000802 call  0x00003fc0 
+ 00001377  0x00000803 disable  0x00000028 
+ 00001378  0x00000809 branch  0x00003fe7 
+ 00001379  0x00000814 call  0x00000565 
+ 00001380  0x00000815 branch  0x0000409a 
+ 00001381  0x00000817 arg  0x00000000 , 0x00000011 
+ 00001382  0x00000818 call  0x00000568 
+ 00001383  0x0000081c branch  0x0000408e 
+ 00001384  0x00000825 fetcht  0x00000001 , 0x000046e2 
+ 00001385  0x00000826 call  0x0000057e 
+ 00001386  0x00000827 fetcht  0x00000001 , 0x000046e2 
+ 00001387  0x00000828 call  0x0000681d 
+ 00001388  0x00000829 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00001389  0x0000082c fetcht  0x00000001 , 0x000046e3 
+ 00001390  0x0000082d call  0x0000057e 
+ 00001391  0x0000082e fetcht  0x00000001 , 0x000046e3 
+ 00001392  0x0000082f call  0x0000681d 
+ 00001393  0x00000830 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00001394  0x00000833 fetcht  0x00000001 , 0x000046e4 
+ 00001395  0x00000834 call  0x0000057e 
+ 00001396  0x00000835 fetcht  0x00000001 , 0x000046e4 
+ 00001397  0x00000836 call  0x0000681d 
+ 00001398  0x00000837 setflag  0x00000001 , 0x00000002 , 0x00000011 
+ 00001399  0x00000838 rtn 
+ 00001400  0x00000848 set0  0x00000007 , 0x00000002 
+ 00001401  0x00000849 arg  0x00008078 , 0x00000005 
+ 00001402  0x0000084a call  0x00006830 
+ 00001403  0x0000084b set1  0x00000007 , 0x00000002 
+ 00001404  0x0000084c arg  0x0000807c , 0x00000005 
+ 00001405  0x0000084d branch  0x0000680a 
+ 00001406  0x0000084f set1  0x00000007 , 0x00000002 
+ 00001407  0x00000850 arg  0x00008078 , 0x00000005 
+ 00001408  0x00000851 call  0x00006830 
+ 00001409  0x00000852 set0  0x00000007 , 0x00000002 
+ 00001410  0x00000853 branch  0x0000057c 
+ 00001411  0x00000856 jam  0x00000000 , 0x00004808 
+ 00001412  0x00000857 jam  0x0000000e , 0x000041e3 
+ 00001413  0x00000858 call  0x000041e7 
+ 00001414  0x00000859 fetch  0x00000002 , 0x00004208 
+ 00001415  0x0000085a bbit1  0x00000007 , 0x00000589 
+ 00001416  0x0000085b branch  0x000041e2 
+ 00001417  0x0000085e call  0x000041c1 
+ 00001418  0x0000085f fetch  0x00000002 , 0x00004208 
+ 00001419  0x00000860 bbit1  0x0000000a , 0x0000048a 
+ 00001420  0x00000861 branch  0x000041f7 
+ 00001421  0x00000864 jam  0x00000000 , 0x0000479d 
+ 00001422  0x00000865 jam  0x00000000 , 0x0000479e 
+ 00001423  0x00000866 isolate1  0x00000026 , 0x00000000 
+ 00001424  0x00000867 call  0x000001f0 , 0x00000001 
+ 00001425  0x00000868 branch  0x0000426d 
+ 00001426  0x0000086b call  0x000068a2 
+ 00001427  0x0000086c fetch  0x00000002 , 0x0000421d 
+ 00001428  0x0000086e store  0x00000002 , 0x000047c2 
+ 00001429  0x00000871 arg  0x00000002 , 0x00000002 
+ 00001430  0x00000872 arg  0x000047c2 , 0x00000011 
+ 00001431  0x00000873 arg  0x0000005f , 0x00000012 
+ 00001432  0x00000874 branch  0x000065d1 
+ 00001433  0x00000876 arg  0x00000002 , 0x00000002 
+ 00001434  0x00000877 arg  0x000047c2 , 0x00000011 
+ 00001435  0x00000878 arg  0x0000005f , 0x00000012 
+ 00001436  0x00000879 branch  0x000065df 
+ 00001437  0x00000882 call  0x000002fa 
+ 00001438  0x00000887 jam  0x00000001 , 0x00004720 
+ 00001439  0x00000889 jam  0x00000000 , 0x0000479c 
+ 00001440  0x0000088a fetch  0x00000002 , 0x00004682 
+ 00001441  0x0000088b bbit1  0x0000000b , 0x000005aa 
+ 00001442  0x0000088e call  0x00000599 
+ 00001443  0x0000088f fetcht  0x00000002 , 0x000047c2 
+ 00001444  0x00000890 increase  0x00000001 , 0x00000002 
+ 00001445  0x00000891 storet  0x00000002 , 0x000047c2 
+ 00001446  0x00000892 storet  0x00000002 , 0x000044a1 
+ 00001447  0x00000893 call  0x00000595 
+ 00001448  0x00000894 random  0x0000003f 
+ 00001449  0x00000895 store  0x00000001 , 0x000044a0 
+ 00001450  0x00000897 call  0x00003418 
+ 00001451  0x00000898 fetch  0x00000002 , 0x00004687 
+ 00001452  0x00000899 store  0x00000002 , 0x000046ac 
+ 00001453  0x0000089a jam  0x00000006 , 0x0000016d 
+ 00001454  0x0000089b setarg  0x00000000 
+ 00001455  0x0000089c store  0x00000002 , 0x000046b0 
+ 00001456  0x0000089d store  0x00000002 , 0x000046ae 
+ 00001457  0x0000089e arg  0x00000007 , 0x00000007 
+ 00001458  0x0000089f call  0x000043ce 
+ 00001459  0x000008a0 call  0x000043ca 
+ 00001460  0x000008a3 call  0x000005b7 
+ 00001461  0x000008a4 call  0x000042c4 
+ 00001462  0x000008a5 branch  0x000004fd 
+ 00001463  0x000008a8 jam  0x00000000 , 0x0000479f 
+ 00001464  0x000008a9 call  0x00000307 
+ 00001465  0x000008aa setarg  0x00000005 
+ 00001466  0x000008ab istore  0x00000001 , 0x00000006 
+ 00001467  0x000008ad arg  0x00004b1f , 0x00000006 
+ 00001468  0x000008ae call  0x000005be 
+ 00001469  0x000008b0 branch  0x00007df4 
+ 00001470  0x000008b3 arg  0x0000437b , 0x00000005 
+ 00001471  0x000008b4 arg  0x00000013 , 0x00000039 
+ 00001472  0x000008b5 call  0x00007f01 
+ 00001473  0x000008b6 branch  0x000057b8 
+ 00001474  0x000008b9 jam  0x00000000 , 0x00004b06 
+ 00001475  0x000008ba call  0x00000503 
+ 00001476  0x000008bb setarg  0x00000000 
+ 00001477  0x000008bc store  0x00000002 , 0x000046ac 
+ 00001478  0x000008bd call  0x000003ad 
+ 00001479  0x000008be branch  0x000042cb 
+ 00001480  0x000008c1 fetch  0x00000001 , 0x0000450f 
+ 00001481  0x000008c2 pincrease  0x00000001 
+ 00001482  0x000008c3 store  0x00000001 , 0x0000450f 
+ 00001483  0x000008c4 beq  0x0000000c , 0x00005395 
+ 00001484  0x000008c5 call  0x000055aa 
+ 00001485  0x000008c6 call  0x0000561e 
+ 00001486  0x000008c7 call  0x000006a1 
+ 00001487  0x000008c8 branch  0x0000538f 
+ 00001488  0x000008cb fetch  0x00000001 , 0x00000016 
+ 00001489  0x000008cc increase  0x00000001 , 0x0000003f 
+ 00001490  0x000008cd store  0x00000001 , 0x00000016 
+ 00001491  0x000008ce rtnne  0x00000028 
+ 00001492  0x000008cf jam  0x00000025 , 0x00000016 
+ 00001493  0x000008d0 rtn 
+ 00001494  0x000008d3 call  0x000029bb 
+ 00001495  0x000008d4 call  0x0000001f 
+ 00001496  0x000008d5 branch  0x000054a3 
+ 00001497  0x000008d8 call  0x000005df 
+ 00001498  0x000008d9 branch  0x0000557d 
+ 00001499  0x000008db fetch  0x00000001 , 0x000047c5 
+ 00001500  0x000008dc store  0x00000001 , 0x00004172 
+ 00001501  0x000008de jam  0x00000000 , 0x000047c4 
+ 00001502  0x000008df rtn 
+ 00001503  0x000008e2 fetch  0x00000001 , 0x000043d6 
+ 00001504  0x000008e3 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00001505  0x000008e4 nbranch  0x00000410 , 0x00000002 
+ 00001506  0x000008e5 fetch  0x00000001 , 0x000043d8 
+ 00001507  0x000008e6 fetcht  0x00000001 , 0x000047c5 
+ 00001508  0x000008e7 isub  0x00000002 , 0x0000003e 
+ 00001509  0x000008e8 branch  0x000005db , 0x00000002 
+ 00001510  0x000008e9 fetch  0x00000001 , 0x000043d8 
+ 00001511  0x000008ea store  0x00000001 , 0x00004172 
+ 00001512  0x000008eb branch  0x000005dd 
+ 00001513  0x000008ee fetch  0x00000001 , 0x0000043f 
+ 00001514  0x000008ef rtnbit0  0x00000006 
+ 00001515  0x000008f0 call  0x000005ee 
+ 00001516  0x000008f1 nrtn  0x00000028 
+ 00001517  0x000008f2 branch  0x000055a0 
+ 00001518  0x000008f4 enable  0x00000028 
+ 00001519  0x000008f5 fetch  0x00000001 , 0x0000045a 
+ 00001520  0x000008f6 rshift4  0x0000003f , 0x0000003f 
+ 00001521  0x000008f7 rtnne  0x0000000f 
+ 00001522  0x000008f8 fetch  0x00000001 , 0x00000460 
+ 00001523  0x000008f9 rshift4  0x0000003f , 0x0000003f 
+ 00001524  0x000008fa rtnne  0x00000000 
+ 00001525  0x000008fb branch  0x00007fe9 
+ 00001526  0x000008fe fetch  0x00000001 , 0x00000456 
+ 00001527  0x000008ff bbit1  0x00000005 , 0x0000060a 
+ 00001528  0x00000900 call  0x00000693 
+ 00001529  0x00000901 fetch  0x00000001 , 0x0000478e 
+ 00001530  0x00000902 nbranch  0x00000600 , 0x00000034 
+ 00001531  0x00000903 fetch  0x00000001 , 0x0000043f 
+ 00001532  0x00000904 bbit0  0x00000004 , 0x00000604 
+ 00001533  0x00000905 fetch  0x00000001 , 0x000002da 
+ 00001534  0x00000906 branch  0x00000604 , 0x00000034 
+ 00001535  0x00000907 branch  0x00005664 
+ 00001536  0x00000909 fetch  0x00000001 , 0x0000478e 
+ 00001537  0x0000090a increase  0xffffffff , 0x0000003f 
+ 00001538  0x0000090b store  0x00000001 , 0x0000478e 
+ 00001539  0x0000090c branch  0x00005664 
+ 00001540  0x0000090e fetch  0x00000001 , 0x000044c4 
+ 00001541  0x0000090f bne  0x00000005 , 0x00000607 
+ 00001542  0x00000910 jam  0x00000003 , 0x0000478e 
+ 00001543  0x00000912 call  0x00005892 
+ 00001544  0x00000913 call  0x000003bc , 0x00000034 
+ 00001545  0x00000914 branch  0x00005622 
+ 00001546  0x00000917 call  0x0000060c 
+ 00001547  0x00000918 branch  0x00000618 
+ 00001548  0x0000091b fetch  0x00000001 , 0x000046c5 
+ 00001549  0x0000091c and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001550  0x0000091d rtnne  0x00000003 
+ 00001551  0x0000091e fetch  0x00000001 , 0x000047c1 
+ 00001552  0x0000091f rtn  0x00000034 
+ 00001553  0x00000920 fetch  0x00000001 , 0x000043dd 
+ 00001554  0x00000921 rtn  0x00000034 
+ 00001555  0x00000922 fetch  0x00000001 , 0x000043dc 
+ 00001556  0x00000923 set1  0x00000004 , 0x0000003f 
+ 00001557  0x00000924 store  0x00000001 , 0x000043dc 
+ 00001558  0x00000925 call  0x00005650 
+ 00001559  0x00000926 rtn 
+ 00001560  0x0000092b branch  0x00000697 
+ 00001561  0x0000092e fetch  0x00000001 , 0x0000479f 
+ 00001562  0x0000092f rtn  0x00000034 
+ 00001563  0x00000930 fetch  0x00000001 , 0x000046c5 
+ 00001564  0x00000931 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001565  0x00000932 rtneq  0x00000003 
+ 00001566  0x00000933 jam  0x0000000a , 0x000046c6 
+ 00001567  0x00000934 rtn 
+ 00001568  0x00000937 rtnmark1  0x0000000f 
+ 00001569  0x00000938 call  0x00005890 
+ 00001570  0x00000939 nrtn  0x00000034 
+ 00001571  0x0000093a fetch  0x00000001 , 0x000002d9 
+ 00001572  0x0000093b and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001573  0x0000093c store  0x00000001 , 0x0000450c 
+ 00001574  0x0000093d ifetch  0x00000001 , 0x00000006 
+ 00001575  0x0000093e and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00001576  0x0000093f store  0x00000001 , 0x0000450b 
+ 00001577  0x00000940 rtn  0x00000034 
+ 00001578  0x00000941 copy  0x00000006 , 0x0000003f 
+ 00001579  0x00000942 store  0x00000002 , 0x0000450d 
+ 00001580  0x00000943 fetch  0x00000001 , 0x0000450c 
+ 00001581  0x00000944 beq  0x00000003 , 0x0000062f 
+ 00001582  0x00000945 branch  0x0000568d 
+ 00001583  0x00000947 fetch  0x00000001 , 0x000002db 
+ 00001584  0x00000948 beq  0x00000001 , 0x00000632 
+ 00001585  0x00000949 branch  0x00005c65 
+ 00001586  0x0000094b ifetch  0x00000005 , 0x00000006 
+ 00001587  0x0000094c store  0x00000005 , 0x000043ce 
+ 00001588  0x0000094d ifetch  0x00000002 , 0x00000006 
+ 00001589  0x0000094e store  0x00000002 , 0x0000045f 
+ 00001590  0x0000094f branch  0x00005c8a 
+ 00001591  0x00000952 ifetch  0x00000002 , 0x00000006 
+ 00001592  0x00000953 beq  0x00000004 , 0x0000063b 
+ 00001593  0x00000954 beq  0x00000006 , 0x00000658 
+ 00001594  0x00000955 branch  0x00005698 
+ 00001595  0x00000957 call  0x00007ea5 
+ 00001596  0x00000958 call  0x00000619 
+ 00001597  0x00000959 call  0x00007e9f 
+ 00001598  0x0000095a ifetch  0x00000003 , 0x00000006 
+ 00001599  0x0000095b store  0x00000003 , 0x00000477 
+ 00001600  0x0000095c beq  0x00000010 , 0x0000064a 
+ 00001601  0x0000095e rshift8  0x0000003f , 0x00000002 
+ 00001602  0x0000095f sub  0x00000002 , 0x00000024 , 0x0000003e 
+ 00001603  0x00000961 branch  0x000058ad , 0x00000002 
+ 00001604  0x00000962 arg  0x000047c6 , 0x00000002 
+ 00001605  0x00000963 storet  0x00000002 , 0x000044bc 
+ 00001606  0x00000964 call  0x000058ad 
+ 00001607  0x00000965 setarg  0x00008e7a 
+ 00001608  0x00000966 store  0x00000002 , 0x000044bc 
+ 00001609  0x00000967 rtn 
+ 00001610  0x0000096a call  0x000059fa 
+ 00001611  0x0000096b call  0x00005879 
+ 00001612  0x0000096c increase  0x00000007 , 0x00000006 
+ 00001613  0x0000096d ifetch  0x00000001 , 0x00000006 
+ 00001614  0x0000096e rtnne  0x00000011 
+ 00001615  0x0000096f increase  0x00000005 , 0x00000006 
+ 00001616  0x00000970 ifetch  0x00000002 , 0x00000006 
+ 00001617  0x00000971 arg  0x00001812 , 0x00000002 
+ 00001618  0x00000972 isub  0x00000002 , 0x0000003e 
+ 00001619  0x00000973 nrtn  0x00000005 
+ 00001620  0x00000974 increase  0xfffffffc , 0x00000006 
+ 00001621  0x00000975 setarg  0x0000002b 
+ 00001622  0x00000976 istore  0x00000002 , 0x00000006 
+ 00001623  0x00000977 rtn 
+ 00001624  0x000009a5 ifetch  0x00000001 , 0x00000006 
+ 00001625  0x000009a6 beq  0x00000005 , 0x0000065b 
+ 00001626  0x000009a7 branch  0x00005af5 
+ 00001627  0x000009a9 call  0x00005b5a 
+ 00001628  0x000009aa fetch  0x00000001 , 0x0000043f 
+ 00001629  0x000009ab set0  0x00000005 , 0x0000003f 
+ 00001630  0x000009ac store  0x00000001 , 0x0000043f 
+ 00001631  0x000009ad branch  0x00005c8e 
+ 00001632  0x000009b0 fetch  0x00000001 , 0x00000016 
+ 00001633  0x000009b1 bne  0x00000027 , 0x000056f2 
+ 00001634  0x000009b2 call  0x00000666 
+ 00001635  0x000009b3 arg  0x00000000 , 0x00000007 
+ 00001636  0x000009b4 fetch  0x00000002 , 0x00004482 
+ 00001637  0x000009b5 branch  0x00007f08 
+ 00001638  0x000009b7 random  0x0000003f 
+ 00001639  0x000009b8 arg  0x000001ff , 0x00000002 
+ 00001640  0x000009b9 iand  0x00000002 , 0x0000003f 
+ 00001641  0x000009ba add  0x0000003f , 0x000000fa , 0x0000003f 
+ 00001642  0x000009bb branch  0x00003cbe 
+ 00001643  0x000009be disable  0x0000002b 
+ 00001644  0x000009bf branch  0x0000066e , 0x0000002e 
+ 00001645  0x000009c0 nbranch  0x00005806 , 0x0000002d 
+ 00001646  0x000009c2 call  0x00002bcb 
+ 00001647  0x000009c3 fetch  0x00000002 , 0x000040c1 
+ 00001648  0x000009c4 store  0x00000002 , 0x0000044d 
+ 00001649  0x000009c5 fetch  0x00000001 , 0x000046c5 
+ 00001650  0x000009c6 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00001651  0x000009c7 nbranch  0x00002bde , 0x00000001 
+ 00001652  0x000009c8 branch  0x000057fb 
+ 00001653  0x000009cb fetch  0x00000001 , 0x0000479f 
+ 00001654  0x000009cc nrtn  0x00000034 
+ 00001655  0x000009cd fetch  0x00000001 , 0x00000478 
+ 00001656  0x000009ce sub  0x0000003f , 0x0000001a , 0x0000003f 
+ 00001657  0x000009cf nrtn  0x00000005 
+ 00001658  0x000009d0 branch  0x00003d60 
+ 00001659  0x000009d3 call  0x000062bc 
+ 00001660  0x000009d4 nbranch  0x00007ddb , 0x00000034 
+ 00001661  0x000009d5 fetch  0x00000001 , 0x00000a99 
+ 00001662  0x000009d6 bmark0  0x00000009 , 0x00007dd6 
+ 00001663  0x000009d7 beq  0x00000012 , 0x00000681 
+ 00001664  0x000009d8 branch  0x00007dca 
+ 00001665  0x000009db call  0x00005890 
+ 00001666  0x000009dc nrtn  0x00000034 
+ 00001667  0x000009dd branch  0x00005abf 
+ 00001668  0x000009e1 hfetch  0x00000001 , 0x00008077 
+ 00001669  0x000009e2 and_into  0x000000fd , 0x0000003f 
+ 00001670  0x000009e3 hstore  0x00000001 , 0x00008077 
+ 00001671  0x000009e4 hfetcht  0x00000001 , 0x00008073 
+ 00001672  0x000009e5 or_into  0x00000002 , 0x00000002 
+ 00001673  0x000009e6 hstoret  0x00000001 , 0x00008073 
+ 00001674  0x000009e7 call  0x000063ee 
+ 00001675  0x000009e8 and_into  0x000000fd , 0x00000002 
+ 00001676  0x000009e9 nop  0x0000000d 
+ 00001677  0x000009ea call  0x000063f2 
+ 00001678  0x000009eb hstoret  0x00000001 , 0x00008073 
+ 00001679  0x000009ec rtn 
+ 00001680  0x000009f3 jam  0x00000001 , 0x00004d01 
+ 00001681  0x000009f4 jam  0x00000000 , 0x00004cfe 
+ 00001682  0x000009f5 rtn 
+ 00001683  0x000009f7 fetch  0x00000001 , 0x00004cfe 
+ 00001684  0x000009f8 increase  0x00000001 , 0x0000003f 
+ 00001685  0x000009f9 store  0x00000001 , 0x00004cfe 
+ 00001686  0x000009fa rtn 
+ 00001687  0x000009fc fetch  0x00000001 , 0x00004cfe 
+ 00001688  0x000009fd sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00001689  0x000009fe ncall  0x0000069f , 0x00000002 
+ 00001690  0x000009ff fetch  0x00000001 , 0x00004cfe 
+ 00001691  0x00000a00 rtneq  0x00000000 
+ 00001692  0x00000a01 increase  0xffffffff , 0x0000003f 
+ 00001693  0x00000a02 store  0x00000001 , 0x00004cfe 
+ 00001694  0x00000a03 rtn 
+ 00001695  0x00000a05 jam  0x00000003 , 0x00004cfe 
+ 00001696  0x00000a06 rtn 
+ 00001697  0x00000a09 fetch  0x00000002 , 0x00004682 
+ 00001698  0x00000a0a rtnbit1  0x0000000b 
+ 00001699  0x00000a0e arg  0x00004c87 , 0x00000011 
+ 00001700  0x00000a0f call  0x000002c4 
+ 00001701  0x00000a10 storet  0x00000001 , 0x00004cff 
+ 00001702  0x00000a12 setarg  0x00000082 
+ 00001703  0x00000a13 bmark1  0x00000026 , 0x000006a9 
+ 00001704  0x00000a14 setarg  0x00000080 
+ 00001705  0x00000a16 isub  0x00000002 , 0x0000003e 
+ 00001706  0x00000a17 nbranch  0x000006c1 , 0x00000002 
+ 00001707  0x00000a19 fetch  0x00000001 , 0x00004cfe 
+ 00001708  0x00000a1a sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00001709  0x00000a1b nbranch  0x000006b1 , 0x00000002 
+ 00001710  0x00000a1c fetch  0x00000001 , 0x00004cfe 
+ 00001711  0x00000a1d beq  0x00000000 , 0x000006c2 
+ 00001712  0x00000a1e rtn 
+ 00001713  0x00000a21 fetch  0x00000001 , 0x00004cfe 
+ 00001714  0x00000a22 rtnne  0x00000020 
+ 00001715  0x00000a23 jam  0x00000000 , 0x00004cfe 
+ 00001716  0x00000a25 fetcht  0x00000001 , 0x00004cff 
+ 00001717  0x00000a26 setarg  0x00000077 
+ 00001718  0x00000a27 bmark1  0x00000026 , 0x000006b8 
+ 00001719  0x00000a28 setarg  0x00000075 
+ 00001720  0x00000a2a isub  0x00000002 , 0x0000003e 
+ 00001721  0x00000a2b nrtn  0x00000002 
+ 00001722  0x00000a2c fetch  0x00000001 , 0x00004d01 
+ 00001723  0x00000a2d beq  0x00000000 , 0x000006c9 
+ 00001724  0x00000a2e increase  0xffffffff , 0x0000003f 
+ 00001725  0x00000a2f store  0x00000001 , 0x00004d01 
+ 00001726  0x00000a30 beq  0x00000000 , 0x000006c9 
+ 00001727  0x00000a33 jam  0x00000000 , 0x000041de 
+ 00001728  0x00000a34 rtn 
+ 00001729  0x00000a37 jam  0x00000000 , 0x00004cfe 
+ 00001730  0x00000a39 fetch  0x00000001 , 0x00004d01 
+ 00001731  0x00000a3a beq  0x00000002 , 0x000006c7 
+ 00001732  0x00000a3b increase  0x00000001 , 0x0000003f 
+ 00001733  0x00000a3c store  0x00000001 , 0x00004d01 
+ 00001734  0x00000a3d beq  0x00000001 , 0x000006bf 
+ 00001735  0x00000a40 jam  0x00000002 , 0x000041de 
+ 00001736  0x00000a41 rtn 
+ 00001737  0x00000a44 jam  0x00000004 , 0x000041de 
+ 00001738  0x00000a45 rtn 
+ 00001739  0x00000a49 storet  0x00000001 , 0x00000017 
+ 00001740  0x00000a4a add  0x00000002 , 0x00000000 , 0x00000011 
+ 00001741  0x00000a4b call  0x00002981 
+ 00001742  0x00000a4c setarg  0x00000500 
+ 00001743  0x00000a4d call  0x00002a8f 
+ 00001744  0x00000a4f jam  0x00000001 , 0x00008906 
+ 00001745  0x00000a50 jam  0x0000003c , 0x00008900 
+ 00001746  0x00000a51 jam  0x000000e0 , 0x00008901 
+ 00001747  0x00000a52 nop  0x0000000a 
+ 00001748  0x00000a53 jam  0x00000001 , 0x00008902 
+ 00001749  0x00000a54 jam  0x0000003d , 0x00008902 
+ 00001750  0x00000a55 nop  0x0000000a 
+ 00001751  0x00000a56 jam  0x000000b7 , 0x00008903 
+ 00001752  0x00000a57 nop  0x0000000a 
+ 00001753  0x00000a58 jam  0x0000007d , 0x00008902 
+ 00001754  0x00000a59 fetch  0x00000001 , 0x000041de 
+ 00001755  0x00000a5c beq  0x00000002 , 0x000006e3 
+ 00001756  0x00000a5e beq  0x00000004 , 0x000006e8 
+ 00001757  0x00000a5f beq  0x00000020 , 0x000006f7 
+ 00001758  0x00000a62 call  0x000006ed 
+ 00001759  0x00000a64 jam  0x000000d0 , 0x00008955 
+ 00001760  0x00000a65 jam  0x000000e0 , 0x00008956 
+ 00001761  0x00000a67 jam  0x0000006c , 0x00008958 
+ 00001762  0x00000a69 branch  0x0000294b 
+ 00001763  0x00000a76 call  0x000006f2 
+ 00001764  0x00000a78 jam  0x000000d0 , 0x00008955 
+ 00001765  0x00000a79 jam  0x000000e0 , 0x00008956 
+ 00001766  0x00000a7b jam  0x0000003c , 0x00008958 
+ 00001767  0x00000a7d branch  0x00002953 
+ 00001768  0x00000a8a call  0x000006ed 
+ 00001769  0x00000a8c jam  0x000000d0 , 0x00008955 
+ 00001770  0x00000a8d jam  0x000000c0 , 0x00008956 
+ 00001771  0x00000a8f jam  0x0000006c , 0x00008958 
+ 00001772  0x00000a91 branch  0x0000295b 
+ 00001773  0x00000a94 jam  0x0000005b , 0x0000894c 
+ 00001774  0x00000a95 jam  0x00000096 , 0x0000894d 
+ 00001775  0x00000a96 jam  0x0000002c , 0x0000894e 
+ 00001776  0x00000a97 jam  0x00000046 , 0x0000894f 
+ 00001777  0x00000a98 rtn 
+ 00001778  0x00000a9b jam  0x000000fb , 0x0000894c 
+ 00001779  0x00000a9c jam  0x000000ef , 0x0000894d 
+ 00001780  0x00000a9d jam  0x000000ec , 0x0000894e 
+ 00001781  0x00000a9e jam  0x0000005e , 0x0000894f 
+ 00001782  0x00000a9f rtn 
+ 00001783  0x00000aa3 jam  0x000000c2 , 0x00008956 
+ 00001784  0x00000aa4 jam  0x000000d0 , 0x00008955 
+ 00001785  0x00000aa5 rtn 
+ 00001786  0x00000aa8 force  0x00000008 , 0x00000015 
+ 00001787  0x00000aa9 branch  0x000028fa 
+ 00008192  0x00000ab9 call  0x00002abc 
+ 00008193  0x00000abc bpatch  0x00000000 , 0x00004000 
+ 00008194  0x00000abd clear_stack 
+ 00008195  0x00000abe call  0x0000640d 
+ 00008196  0x00000abf call  0x0000296c 
+ 00008197  0x00000ac0 call  0x000065a3 
+ 00008198  0x00000ac1 call  0x00002a96 
+ 00008199  0x00000ac2 call  0x00004d6a 
+ 00008200  0x00000ac3 bpatch  0x00000001 , 0x00004000 
+ 00008201  0x00000ac4 call  0x00006a03 
+ 00008202  0x00000ac5 call  0x00005cf6 
+ 00008203  0x00000ac6 call  0x00007ccc 
+ 00008204  0x00000ac7 call  0x000032d8 
+ 00008205  0x00000ac8 ncall  0x0000689c , 0x0000002b 
+ 00008206  0x00000ac9 bpatch  0x00000002 , 0x00004000 
+ 00008207  0x00000aca call  0x000032e3 , 0x0000002b 
+ 00008208  0x00000acb call  0x0000756a 
+ 00008209  0x00000acc call  0x00002b41 , 0x0000002b 
+ 00008210  0x00000ace bpatch  0x00000003 , 0x00004000 
+ 00008211  0x00000acf call  0x000076dc 
+ 00008212  0x00000ad0 call  0x00007aaf 
+ 00008213  0x00000ad1 call  0x0000756d 
+ 00008214  0x00000ad2 call  0x0000535c 
+ 00008215  0x00000ad3 bpatch  0x00000004 , 0x00004000 
+ 00008216  0x00000ad4 call  0x00002038 
+ 00008217  0x00000ad5 call  0x000032ed 
+ 00008218  0x00000ad6 call  0x0000208f 
+ 00008219  0x00000ad7 call  0x000022f8 
+ 00008220  0x00000ad8 call  0x0000236a 
+ 00008221  0x00000ad9 call  0x00002021 
+ 00008222  0x00000ada call  0x00002b6a 
+ 00008223  0x00000adb call  0x00002c72 
+ 00008224  0x00000adc branch  0x00002012 
+ 00008225  0x00000adf call  0x00002026 
+ 00008226  0x00000ae0 rtnmark0  0x00000009 
+ 00008227  0x00000ae1 set0  0x00000009 , 0x00000000 
+ 00008228  0x00000ae2 call  0x00002223 
+ 00008229  0x00000ae3 branch  0x000053ce 
+ 00008230  0x00000ae6 bpatch  0x00000005 , 0x00004000 
+ 00008231  0x00000ae7 call  0x0000225e 
+ 00008232  0x00000ae8 nbranch  0x0000202f , 0x00000005 
+ 00008233  0x00000ae9 call  0x0000220a 
+ 00008234  0x00000aea add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008235  0x00000aeb ifetch  0x00000001 , 0x00000006 
+ 00008236  0x00000aec bbit1  0x00000000 , 0x00005360 
+ 00008237  0x00000aed bbit1  0x00000001 , 0x00002166 
+ 00008238  0x00000aee branch  0x000023cf 
+ 00008239  0x00000af0 call  0x0000222b 
+ 00008240  0x00000af1 copy  0x00000039 , 0x0000003e 
+ 00008241  0x00000af2 rtn  0x00000005 
+ 00008242  0x00000af3 call  0x0000220a 
+ 00008243  0x00000af4 fetch  0x00000001 , 0x00000030 
+ 00008244  0x00000af5 bbit1  0x00000003 , 0x000020d3 
+ 00008245  0x00000af6 fetch  0x00000001 , 0x00000031 
+ 00008246  0x00000af7 bbit1  0x00000001 , 0x00002166 
+ 00008247  0x00000af8 branch  0x000023cf 
+ 00008248  0x00000b01 fetch  0x00000001 , 0x000041ce 
+ 00008249  0x00000b02 rtn  0x00000034 
+ 00008250  0x00000b03 beq  0x00000001 , 0x00002048 
+ 00008251  0x00000b04 beq  0x00000002 , 0x0000204d 
+ 00008252  0x00000b05 beq  0x00000003 , 0x00002050 
+ 00008253  0x00000b06 beq  0x00000005 , 0x00002055 
+ 00008254  0x00000b07 beq  0x0000001b , 0x00002045 
+ 00008255  0x00000b08 call  0x00002257 
+ 00008256  0x00000b09 rtn  0x00000005 
+ 00008257  0x00000b0a call  0x0000225a 
+ 00008258  0x00000b0b rtn  0x00000005 
+ 00008259  0x00000b0d jam  0x00000000 , 0x000041ce 
+ 00008260  0x00000b0e rtn 
+ 00008261  0x00000b11 jam  0x0000001b , 0x0000049b 
+ 00008262  0x00000b12 jam  0x00000000 , 0x000041ce 
+ 00008263  0x00000b13 rtn 
+ 00008264  0x00000b16 set1  0x0000001c , 0x00000000 
+ 00008265  0x00000b17 set0  0x0000001e , 0x00000000 
+ 00008266  0x00000b18 jam  0x000000ff , 0x0000008f 
+ 00008267  0x00000b19 jam  0x0000001f , 0x0000008d 
+ 00008268  0x00000b1a branch  0x00002043 
+ 00008269  0x00000b1d set0  0x0000001c , 0x00000000 
+ 00008270  0x00000b1e force  0x00000000 , 0x0000001b 
+ 00008271  0x00000b1f branch  0x00002043 
+ 00008272  0x00000b22 call  0x0000225a 
+ 00008273  0x00000b23 rtn  0x00000005 
+ 00008274  0x00000b24 force  0x00000001 , 0x00000002 
+ 00008275  0x00000b25 jam  0x00000005 , 0x0000016e 
+ 00008276  0x00000b26 branch  0x0000205c 
+ 00008277  0x00000b29 bpatch  0x00000006 , 0x00004000 
+ 00008278  0x00000b2b fetch  0x00000006 , 0x000041d0 
+ 00008279  0x00000b2c branch  0x00002043 , 0x00000034 
+ 00008280  0x00000b2d jam  0x00000001 , 0x00004681 
+ 00008281  0x00000b2f jam  0x00000003 , 0x00000055 
+ 00008282  0x00000b30 branch  0x0000205b 
+ 00008283  0x00000b33 force  0x00000025 , 0x00000002 
+ 00008284  0x00000b35 bpatch  0x00000007 , 0x00004000 
+ 00008285  0x00000b36 fetch  0x00000001 , 0x000000f1 
+ 00008286  0x00000b37 branch  0x00002062 , 0x00000034 
+ 00008287  0x00000b38 lshift3  0x0000003f , 0x0000003f 
+ 00008288  0x00000b39 lshift4  0x0000003f , 0x0000003f 
+ 00008289  0x00000b3a increase  0xffffffff , 0x0000003f 
+ 00008290  0x00000b3c store  0x00000001 , 0x000040a6 
+ 00008291  0x00000b3d store  0x00000001 , 0x000000f0 
+ 00008292  0x00000b3e jam  0x0000001f , 0x0000008e 
+ 00008293  0x00000b3f set0  0x0000000c , 0x00000000 
+ 00008294  0x00000b40 call  0x0000223b 
+ 00008295  0x00000b41 nbranch  0x00002083 , 0x00000005 
+ 00008296  0x00000b42 call  0x00002a6f 
+ 00008297  0x00000b43 store  0x00000001 , 0x00000077 
+ 00008298  0x00000b44 storet  0x00000001 , 0x0000007c 
+ 00008299  0x00000b45 fetch  0x00000006 , 0x000041d0 
+ 00008300  0x00000b46 store  0x00000006 , 0x00000040 
+ 00008301  0x00000b47 bpatch  0x00000008 , 0x00004001 
+ 00008302  0x00000b48 call  0x00007f15 
+ 00008303  0x00000b49 force  0x00000000 , 0x0000003f 
+ 00008304  0x00000b4a compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008305  0x00000b4b nsetflag  0x00000001 , 0x00000005 , 0x0000003f 
+ 00008306  0x00000b4c set1  0x00000003 , 0x0000003f 
+ 00008307  0x00000b4d store  0x00000001 , 0x00000030 
+ 00008308  0x00000b4e jam  0x00000003 , 0x00000a99 
+ 00008309  0x00000b4f call  0x00007d86 
+ 00008310  0x00000b50 force  0x00000000 , 0x0000003f 
+ 00008311  0x00000b51 setflag  0x00000001 , 0x00000004 , 0x0000003f 
+ 00008312  0x00000b52 store  0x00000001 , 0x0000004c 
+ 00008313  0x00000b53 setarg  0x00000000 
+ 00008314  0x00000b54 set1  0x00000001 , 0x0000003f 
+ 00008315  0x00000b55 store  0x00000001 , 0x00000031 
+ 00008316  0x00000b56 enable  0x00000029 
+ 00008317  0x00000b57 call  0x00002223 
+ 00008318  0x00000b58 disable  0x00000029 
+ 00008319  0x00000b59 force  0x00000003 , 0x00000007 
+ 00008320  0x00000b5a fetch  0x00000002 , 0x000040b9 
+ 00008321  0x00000b5b call  0x00007f08 
+ 00008322  0x00000b5c branch  0x00002043 
+ 00008323  0x00000b5e bpatch  0x00000009 , 0x00004001 
+ 00008324  0x00000b5f fetch  0x00000006 , 0x000041d0 
+ 00008325  0x00000b60 store  0x00000006 , 0x00000040 
+ 00008326  0x00000b61 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008327  0x00000b62 branch  0x00002089 , 0x00000001 
+ 00008328  0x00000b63 branch  0x00002043 
+ 00008329  0x00000b65 arg  0x00000101 , 0x00000005 
+ 00008330  0x00000b66 arg  0x00000008 , 0x00000039 
+ 00008331  0x00000b67 call  0x00007ec6 
+ 00008332  0x00000b68 jam  0x00000004 , 0x00000a99 
+ 00008333  0x00000b69 call  0x00007d86 
+ 00008334  0x00000b6a branch  0x00002043 
+ 00008335  0x00000b72 rtnmark0  0x0000001c 
+ 00008336  0x00000b73 force  0x00000001 , 0x00000007 
+ 00008337  0x00000b74 call  0x00007f16 
+ 00008338  0x00000b75 nsetflag  0x00000034 , 0x0000001c , 0x00000000 
+ 00008339  0x00000b76 nbranch  0x00002095 , 0x00000034 
+ 00008340  0x00000b77 rtn 
+ 00008341  0x00000b7c bpatch  0x0000000a , 0x00004001 
+ 00008342  0x00000b7d fetcht  0x00000002 , 0x000040bb 
+ 00008343  0x00000b7e force  0x00000004 , 0x00000007 
+ 00008344  0x00000b7f call  0x0000271c 
+ 00008345  0x00000b80 rtn  0x00000028 
+ 00008346  0x00000b81 call  0x000028a4 
+ 00008347  0x00000b82 force  0x00000000 , 0x00000024 
+ 00008348  0x00000b84 rtn  0x00000003 
+ 00008349  0x00000b85 set0  0x0000000b , 0x00000000 
+ 00008350  0x00000b86 set0  0x00000000 , 0x00000000 
+ 00008351  0x00000b88 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008352  0x00000b89 isolate1  0x0000001e , 0x00000000 
+ 00008353  0x00000b8a setflag  0x00000001 , 0x00000002 , 0x00000024 
+ 00008354  0x00000b8b compare  0x00000000 , 0x00000021 , 0x00000002 
+ 00008355  0x00000b8c nbranch  0x000020be , 0x00000001 
+ 00008356  0x00000b8f bpatch  0x0000000b , 0x00004001 
+ 00008357  0x00000b90 fetch  0x00000001 , 0x00000012 
+ 00008358  0x00000b91 increase  0x00000001 , 0x0000003f 
+ 00008359  0x00000b92 store  0x00000001 , 0x00000012 
+ 00008360  0x00000b93 call  0x000028d8 
+ 00008361  0x00000b94 call  0x000028d2 
+ 00008362  0x00000b95 call  0x000028f2 
+ 00008363  0x00000b96 call  0x00002a51 
+ 00008364  0x00000b97 call  0x00002a56 
+ 00008365  0x00000b98 call  0x00002a64 
+ 00008366  0x00000b99 call  0x0000264d 
+ 00008367  0x00000b9a call  0x000020b1 
+ 00008368  0x00000b9b branch  0x0000209c 
+ 00008369  0x00000b9e bpatch  0x0000000c , 0x00004001 
+ 00008370  0x00000b9f fetch  0x00000001 , 0x0000008d 
+ 00008371  0x00000ba0 increase  0xffffffff , 0x0000003f 
+ 00008372  0x00000ba1 store  0x00000001 , 0x0000008d 
+ 00008373  0x00000ba2 rtn  0x00000002 
+ 00008374  0x00000ba3 jam  0x0000001f , 0x0000008d 
+ 00008375  0x00000ba4 fetch  0x00000001 , 0x0000008f 
+ 00008376  0x00000ba5 increase  0xffffffff , 0x0000003f 
+ 00008377  0x00000ba6 store  0x00000001 , 0x0000008f 
+ 00008378  0x00000ba7 rtn  0x00000002 
+ 00008379  0x00000ba8 setflip  0x0000001e , 0x00000000 
+ 00008380  0x00000ba9 jam  0x000000ff , 0x0000008f 
+ 00008381  0x00000baa rtn 
+ 00008382  0x00000bad bpatch  0x0000000d , 0x00004001 
+ 00008383  0x00000bae call  0x000028d8 
+ 00008384  0x00000baf call  0x000028cc 
+ 00008385  0x00000bb0 call  0x000028f2 
+ 00008386  0x00000bb1 call  0x00002a5b 
+ 00008387  0x00000bb2 call  0x000029eb 
+ 00008388  0x00000bb3 call  0x00002a0d 
+ 00008389  0x00000bb4 branch  0x000020c8 , 0x00000018 
+ 00008390  0x00000bb5 call  0x000020b1 
+ 00008391  0x00000bb6 branch  0x0000209f 
+ 00008392  0x00000bb8 bpatch  0x0000000e , 0x00004001 
+ 00008393  0x00000bb9 call  0x000029bb 
+ 00008394  0x00000bba call  0x00002a6b 
+ 00008395  0x00000bbb call  0x0000251e 
+ 00008396  0x00000bbc set0  0x00000001 , 0x00000000 
+ 00008397  0x00000bbd rtnmark0  0x0000000b 
+ 00008398  0x00000bbf bpatch  0x0000000f , 0x00004001 
+ 00008399  0x00000bc1 fetch  0x00000001 , 0x00000013 
+ 00008400  0x00000bc2 increase  0x00000001 , 0x0000003f 
+ 00008401  0x00000bc3 store  0x00000001 , 0x00000013 
+ 00008402  0x00000bc4 rtn 
+ 00008403  0x00000bcd bpatch  0x00000010 , 0x00004002 
+ 00008404  0x00000bce enable  0x00000029 
+ 00008405  0x00000bcf enable  0x00000030 
+ 00008406  0x00000bd0 fetch  0x00000002 , 0x000040b5 
+ 00008407  0x00000bd1 branch  0x000020db , 0x00000034 
+ 00008408  0x00000bd2 force  0x00000008 , 0x00000007 
+ 00008409  0x00000bd3 call  0x00007f16 
+ 00008410  0x00000bd4 nrtn  0x00000034 
+ 00008411  0x00000bd6 bpatch  0x00000011 , 0x00004002 
+ 00008412  0x00000bd7 fetcht  0x00000002 , 0x000040b7 
+ 00008413  0x00000bd8 force  0x00000028 , 0x00000007 
+ 00008414  0x00000bd9 call  0x0000271c 
+ 00008415  0x00000bda branch  0x00002114 , 0x00000028 
+ 00008416  0x00000bdb force  0x00000003 , 0x00000007 
+ 00008417  0x00000bdc call  0x00007f16 
+ 00008418  0x00000bdd nbranch  0x000020f0 , 0x00000034 
+ 00008419  0x00000bde fetch  0x00000001 , 0x0000004c 
+ 00008420  0x00000bdf bbit1  0x00000004 , 0x000020e6 
+ 00008421  0x00000be0 branch  0x000020e9 
+ 00008422  0x00000be2 arg  0x00000101 , 0x00000005 
+ 00008423  0x00000be3 arg  0x00000008 , 0x00000039 
+ 00008424  0x00000be4 call  0x00007ec6 
+ 00008425  0x00000be6 bpatch  0x00000012 , 0x00004002 
+ 00008426  0x00000be7 jam  0x00000000 , 0x00000030 
+ 00008427  0x00000be8 call  0x00005cf7 
+ 00008428  0x00000be9 jam  0x00000000 , 0x00004681 
+ 00008429  0x00000bea jam  0x00000013 , 0x00000a99 
+ 00008430  0x00000beb call  0x00007d86 
+ 00008431  0x00000bec branch  0x00002114 
+ 00008432  0x00000bef bpatch  0x00000013 , 0x00004002 
+ 00008433  0x00000bf0 force  0x00000000 , 0x0000000b 
+ 00008434  0x00000bf1 until  0x00000023 , 0x00000026 
+ 00008435  0x00000bf2 fetch  0x00000001 , 0x000000f2 
+ 00008436  0x00000bf3 increase  0xffffffff , 0x0000003f 
+ 00008437  0x00000bf4 ixor  0x00000022 , 0x0000003f 
+ 00008438  0x00000bf5 compare  0x00000000 , 0x0000003f , 0x00000003 
+ 00008439  0x00000bf6 nbranch  0x000020f0 , 0x00000001 
+ 00008440  0x00000bf7 deposit  0x00000004 
+ 00008441  0x00000bf8 store  0x00000001 , 0x00000181 
+ 00008442  0x00000bf9 force  0x00000000 , 0x00000026 
+ 00008443  0x00000bfa force  0x00000000 , 0x00000024 
+ 00008444  0x00000bfd bpatch  0x00000014 , 0x00004002 
+ 00008445  0x00000bfe branch  0x00002114 , 0x00000003 
+ 00008446  0x00000bff call  0x000028dc 
+ 00008447  0x00000c00 arg  0x00000600 , 0x0000000b 
+ 00008448  0x00000c01 until  0x00000023 , 0x00000026 
+ 00008449  0x00000c03 bpatch  0x00000015 , 0x00004002 
+ 00008450  0x00000c04 fetch  0x00000004 , 0x000000f2 
+ 00008451  0x00000c05 iforce  0x00000021 
+ 00008452  0x00000c06 increase  0x00000001 , 0x0000003f 
+ 00008453  0x00000c07 store  0x00000004 , 0x000000f2 
+ 00008454  0x00000c08 isolate1  0x0000000c , 0x00000000 
+ 00008455  0x00000c09 setflag  0x00000001 , 0x00000002 , 0x00000024 
+ 00008456  0x00000c0a compare  0x00000000 , 0x00000021 , 0x00000002 
+ 00008457  0x00000c0b nbranch  0x00002128 , 0x00000001 
+ 00008458  0x00000c0c fetch  0x00000001 , 0x0000000c 
+ 00008459  0x00000c0d increase  0x00000001 , 0x0000003f 
+ 00008460  0x00000c0e store  0x00000001 , 0x0000000c 
+ 00008461  0x00000c0f call  0x000028d2 
+ 00008462  0x00000c10 call  0x00002a51 
+ 00008463  0x00000c11 call  0x00002a56 
+ 00008464  0x00000c12 call  0x00002a64 
+ 00008465  0x00000c13 call  0x0000264d 
+ 00008466  0x00000c14 call  0x0000211a 
+ 00008467  0x00000c15 branch  0x000020fc 
+ 00008468  0x00000c17 bpatch  0x00000016 , 0x00004002 
+ 00008469  0x00000c18 disable  0x00000029 
+ 00008470  0x00000c19 fetch  0x00000002 , 0x000040b5 
+ 00008471  0x00000c1a rtn  0x00000034 
+ 00008472  0x00000c1b force  0x00000008 , 0x00000007 
+ 00008473  0x00000c1c branch  0x00007f08 
+ 00008474  0x00000c1f bpatch  0x00000017 , 0x00004002 
+ 00008475  0x00000c20 fetch  0x00000001 , 0x0000008e 
+ 00008476  0x00000c21 increase  0xffffffff , 0x0000003f 
+ 00008477  0x00000c22 store  0x00000001 , 0x0000008e 
+ 00008478  0x00000c23 rtn  0x00000002 
+ 00008479  0x00000c24 jam  0x0000001f , 0x0000008e 
+ 00008480  0x00000c25 fetch  0x00000001 , 0x000000f0 
+ 00008481  0x00000c26 increase  0xffffffff , 0x0000003f 
+ 00008482  0x00000c27 store  0x00000001 , 0x000000f0 
+ 00008483  0x00000c28 rtn  0x00000002 
+ 00008484  0x00000c29 setflip  0x0000000c , 0x00000000 
+ 00008485  0x00000c2a fetch  0x00000001 , 0x000040a6 
+ 00008486  0x00000c2b store  0x00000001 , 0x000000f0 
+ 00008487  0x00000c2c rtn 
+ 00008488  0x00000c2f bpatch  0x00000018 , 0x00004003 
+ 00008489  0x00000c30 call  0x000028cc 
+ 00008490  0x00000c31 call  0x00002a5b 
+ 00008491  0x00000c32 call  0x000029eb 
+ 00008492  0x00000c33 call  0x00002a0d 
+ 00008493  0x00000c34 branch  0x00002130 , 0x00000018 
+ 00008494  0x00000c35 call  0x0000211a 
+ 00008495  0x00000c36 branch  0x00002101 
+ 00008496  0x00000c38 call  0x0000264d 
+ 00008497  0x00000c39 fetch  0x00000001 , 0x0000000d 
+ 00008498  0x00000c3a increase  0x00000001 , 0x0000003f 
+ 00008499  0x00000c3b store  0x00000001 , 0x0000000d 
+ 00008500  0x00000c3c force  0x00000000 , 0x0000001b 
+ 00008501  0x00000c3d fetch  0x00000004 , 0x000000f2 
+ 00008502  0x00000c3f bpatch  0x00000019 , 0x00004003 
+ 00008503  0x00000c40 call  0x00002a4f 
+ 00008504  0x00000c41 call  0x000028dc 
+ 00008505  0x00000c42 increase  0x00000001 , 0x00000026 
+ 00008506  0x00000c44 and_into  0x000001fd , 0x00000021 
+ 00008507  0x00000c45 and_into  0x000001fc , 0x00000024 
+ 00008508  0x00000c46 call  0x000028d2 
+ 00008509  0x00000c47 call  0x00002a51 
+ 00008510  0x00000c48 call  0x00002a56 
+ 00008511  0x00000c49 call  0x00002a64 
+ 00008512  0x00000c4a deposit  0x00000022 
+ 00008513  0x00000c4b store  0x00000004 , 0x00000161 
+ 00008514  0x00000c4c force  0x00000000 , 0x00000004 
+ 00008515  0x00000c4d force  0x00000002 , 0x00000001 
+ 00008516  0x00000c4e call  0x00002a6b 
+ 00008517  0x00000c4f call  0x00002766 
+ 00008518  0x00000c51 bpatch  0x0000001a , 0x00004003 
+ 00008519  0x00000c52 call  0x00002a4d 
+ 00008520  0x00000c53 or_into  0x00000002 , 0x00000021 
+ 00008521  0x00000c54 and_into  0x000001fc , 0x00000024 
+ 00008522  0x00000c55 call  0x000028cc 
+ 00008523  0x00000c56 call  0x00002a5b 
+ 00008524  0x00000c57 call  0x000029eb 
+ 00008525  0x00000c58 call  0x00002a0d 
+ 00008526  0x00000c59 call  0x0000264d , 0x00000018 
+ 00008527  0x00000c5a branch  0x00002155 , 0x00000018 
+ 00008528  0x00000c5b fetch  0x00000001 , 0x00000010 
+ 00008529  0x00000c5c branch  0x000020fc , 0x00000034 
+ 00008530  0x00000c5d increase  0xffffffff , 0x0000003f 
+ 00008531  0x00000c5e store  0x00000001 , 0x00000010 
+ 00008532  0x00000c5f branch  0x00002136 
+ 00008533  0x00000c62 bpatch  0x0000001b , 0x00004003 
+ 00008534  0x00000c63 fetch  0x00000001 , 0x0000000e 
+ 00008535  0x00000c64 increase  0x00000001 , 0x0000003f 
+ 00008536  0x00000c65 store  0x00000001 , 0x0000000e 
+ 00008537  0x00000c66 call  0x00002435 
+ 00008538  0x00000c68 call  0x000022f2 
+ 00008539  0x00000c69 branch  0x0000215f , 0x00000018 
+ 00008540  0x00000c6a call  0x00002455 
+ 00008541  0x00000c6b nbranch  0x0000215a , 0x00000034 
+ 00008542  0x00000c6c branch  0x000020fc 
+ 00008543  0x00000c6f bpatch  0x0000001c , 0x00004003 
+ 00008544  0x00000c70 fetch  0x00000001 , 0x00000030 
+ 00008545  0x00000c71 set0  0x00000003 , 0x0000003f 
+ 00008546  0x00000c72 store  0x00000001 , 0x00000030 
+ 00008547  0x00000c73 call  0x00002440 
+ 00008548  0x00000c74 disable  0x00000029 
+ 00008549  0x00000c75 rtn 
+ 00008550  0x00000c79 bpatch  0x0000001d , 0x00004003 
+ 00008551  0x00000c7a enable  0x00000029 
+ 00008552  0x00000c7b enable  0x00000030 
+ 00008553  0x00000c7c call  0x000021e1 
+ 00008554  0x00000c7d rtn  0x00000028 
+ 00008555  0x00000c7e call  0x00002c69 
+ 00008556  0x00000c7f call  0x00002a4f 
+ 00008557  0x00000c80 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008558  0x00000c81 call  0x000028e2 
+ 00008559  0x00000c82 force  0x00000003 , 0x00000024 
+ 00008560  0x00000c83 call  0x00006cc2 
+ 00008561  0x00000c84 call  0x00002489 
+ 00008562  0x00000c85 call  0x000028d2 
+ 00008563  0x00000c86 call  0x00002a51 
+ 00008564  0x00000c87 call  0x00002a56 
+ 00008565  0x00000c88 call  0x00002a64 
+ 00008566  0x00000c89 call  0x00002762 
+ 00008567  0x00000c8b bpatch  0x0000001e , 0x00004003 
+ 00008568  0x00000c8c call  0x00005d08 
+ 00008569  0x00000c8d call  0x000022e4 
+ 00008570  0x00000c8e nbranch  0x00002180 , 0x0000002d 
+ 00008571  0x00000c8f call  0x00002a88 
+ 00008572  0x00000c90 call  0x00002728 
+ 00008573  0x00000c91 fetch  0x00000001 , 0x0000000f 
+ 00008574  0x00000c92 increase  0x00000001 , 0x0000003f 
+ 00008575  0x00000c93 store  0x00000001 , 0x0000000f 
+ 00008576  0x00000c95 bpatch  0x0000001f , 0x00004003 
+ 00008577  0x00000c96 call  0x00006caa 
+ 00008578  0x00000c97 call  0x0000218b 
+ 00008579  0x00000c98 nrtn  0x00000029 
+ 00008580  0x00000c99 call  0x000026f3 
+ 00008581  0x00000c9a nbranch  0x00002188 , 0x00000034 
+ 00008582  0x00000c9c disable  0x00000029 
+ 00008583  0x00000c9d rtn 
+ 00008584  0x00000ca0 call  0x00002489 
+ 00008585  0x00000ca1 call  0x000022da 
+ 00008586  0x00000ca2 branch  0x00002177 
+ 00008587  0x00000ca6 branch  0x0000218e , 0x0000002d 
+ 00008588  0x00000ca7 call  0x00002a7f 
+ 00008589  0x00000ca8 branch  0x0000219c , 0x00000002 
+ 00008590  0x00000caa call  0x000021a7 
+ 00008591  0x00000cab nbranch  0x0000219c , 0x00000028 
+ 00008592  0x00000cac fetch  0x00000001 , 0x0000004c 
+ 00008593  0x00000cad rtnbit0  0x00000004 
+ 00008594  0x00000cae rtnbit1  0x00000003 
+ 00008595  0x00000caf fetch  0x00000001 , 0x0000004b 
+ 00008596  0x00000cb0 rtnbit1  0x00000003 
+ 00008597  0x00000cb1 call  0x000021ae 
+ 00008598  0x00000cb2 nrtn  0x00000034 
+ 00008599  0x00000cb3 fetch  0x00000001 , 0x0000016e 
+ 00008600  0x00000cb4 increase  0xffffffff , 0x0000003f 
+ 00008601  0x00000cb5 store  0x00000001 , 0x0000016e 
+ 00008602  0x00000cb6 nrtn  0x00000034 
+ 00008603  0x00000cb7 branch  0x00006006 
+ 00008604  0x00000cba bpatch  0x00000020 , 0x00004004 
+ 00008605  0x00000cbb call  0x0000245d 
+ 00008606  0x00000cbc disable  0x00000029 
+ 00008607  0x00000cbd fetch  0x00000001 , 0x0000004c 
+ 00008608  0x00000cbe bbit1  0x00000004 , 0x000021a2 
+ 00008609  0x00000cbf rtn 
+ 00008610  0x00000cc2 fetch  0x00000001 , 0x0000004c 
+ 00008611  0x00000cc3 rtnbit1  0x00000003 
+ 00008612  0x00000cc5 arg  0x00000101 , 0x00000005 
+ 00008613  0x00000cc6 arg  0x00000008 , 0x00000039 
+ 00008614  0x00000cc7 branch  0x00007ec6 
+ 00008615  0x00000cca bpatch  0x00000021 , 0x00004004 
+ 00008616  0x00000ccb enable  0x00000028 
+ 00008617  0x00000ccc fetch  0x00000001 , 0x0000004b 
+ 00008618  0x00000ccd rtnbit0  0x00000003 
+ 00008619  0x00000cce call  0x000021ae 
+ 00008620  0x00000ccf nrtn  0x00000034 
+ 00008621  0x00000cd0 branch  0x00007fe9 
+ 00008622  0x00000cd3 fetch  0x00000001 , 0x00000072 
+ 00008623  0x00000cd4 increase  0xffffffff , 0x0000003f 
+ 00008624  0x00000cd5 store  0x00000001 , 0x00000072 
+ 00008625  0x00000cd6 rtn 
+ 00008626  0x00000cd9 bpatch  0x00000022 , 0x00004004 
+ 00008627  0x00000cda fetch  0x00000001 , 0x00000030 
+ 00008628  0x00000cdb bbit1  0x00000007 , 0x000021bb 
+ 00008629  0x00000cdc fetch  0x00000001 , 0x000009b5 
+ 00008630  0x00000cdd branch  0x000021bb , 0x00000034 
+ 00008631  0x00000cde jam  0x00000000 , 0x000009b5 
+ 00008632  0x00000cdf jam  0x00000018 , 0x00000a99 
+ 00008633  0x00000ce0 call  0x00007d86 
+ 00008634  0x00000ce1 branch  0x000021bb 
+ 00008635  0x00000ce3 bpatch  0x00000023 , 0x00004004 
+ 00008636  0x00000ce4 call  0x00002254 
+ 00008637  0x00000ce5 fetch  0x00000001 , 0x00000030 
+ 00008638  0x00000ce6 set1  0x00000007 , 0x0000003f 
+ 00008639  0x00000ce7 store  0x00000001 , 0x00000030 
+ 00008640  0x00000ce8 jam  0x00000001 , 0x000041bd 
+ 00008641  0x00000ce9 fetch  0x00000001 , 0x00000055 
+ 00008642  0x00000cea bne  0x00000016 , 0x000021c3 
+ 00008643  0x00000cec rtn 
+ 00008644  0x00000cef jam  0x00000001 , 0x000009b5 
+ 00008645  0x00000cf1 fetch  0x00000001 , 0x00000030 
+ 00008646  0x00000cf2 set0  0x00000007 , 0x0000003f 
+ 00008647  0x00000cf3 store  0x00000001 , 0x00000030 
+ 00008648  0x00000cf4 rtn 
+ 00008649  0x00000cf9 bpatch  0x00000024 , 0x00004004 
+ 00008650  0x00000cfa disable  0x00000028 
+ 00008651  0x00000cfb fetch  0x00000002 , 0x00000032 
+ 00008652  0x00000cfc arg  0x0000ffff , 0x00000002 
+ 00008653  0x00000cfd isub  0x00000002 , 0x0000003e 
+ 00008654  0x00000cfe nrtn  0x00000005 
+ 00008655  0x00000cff fetch  0x00000004 , 0x00000034 
+ 00008656  0x00000d00 branch  0x000021d3 , 0x00000030 
+ 00008657  0x00000d01 isub  0x00000028 , 0x0000003f 
+ 00008658  0x00000d02 branch  0x000021d4 
+ 00008659  0x00000d04 isub  0x00000022 , 0x0000003f 
+ 00008660  0x00000d06 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00008661  0x00000d07 nrtn  0x00000002 
+ 00008662  0x00000d08 force  0x00000000 , 0x0000003f 
+ 00008663  0x00000d09 store  0x00000002 , 0x00000032 
+ 00008664  0x00000d0a branch  0x00007fe7 
+ 00008665  0x00000d0f copy  0x0000003f , 0x00000002 
+ 00008666  0x00000d10 bpatch  0x00000025 , 0x00004004 
+ 00008667  0x00000d11 storet  0x00000004 , 0x00000034 
+ 00008668  0x00000d13 jam  0x00000001 , 0x0000455b 
+ 00008669  0x00000d14 setarg  0x0000ffff 
+ 00008670  0x00000d15 store  0x00000002 , 0x00000032 
+ 00008671  0x00000d16 jam  0x00000001 , 0x00000073 
+ 00008672  0x00000d17 rtn 
+ 00008673  0x00000d1b bpatch  0x00000026 , 0x00004004 
+ 00008674  0x00000d1c call  0x000021c9 
+ 00008675  0x00000d1d nrtn  0x00000028 
+ 00008676  0x00000d1e disable  0x00000028 
+ 00008677  0x00000d1f jam  0x00000020 , 0x00000011 
+ 00008678  0x00000d20 set0  0x0000000b , 0x00000000 
+ 00008679  0x00000d22 call  0x00002a4f 
+ 00008680  0x00000d23 call  0x000022e6 
+ 00008681  0x00000d24 bmark1  0x0000000b , 0x000021f4 
+ 00008682  0x00000d25 call  0x00002455 
+ 00008683  0x00000d26 nbranch  0x000021e7 , 0x00000034 
+ 00008684  0x00000d28 bpatch  0x00000027 , 0x00004004 
+ 00008685  0x00000d29 disable  0x00000028 
+ 00008686  0x00000d2a deposit  0x00000022 
+ 00008687  0x00000d2b store  0x00000004 , 0x000040ca 
+ 00008688  0x00000d2c enable  0x00000030 
+ 00008689  0x00000d2d enable  0x00000029 
+ 00008690  0x00000d2e jam  0x0000002a , 0x00000a99 
+ 00008691  0x00000d2f branch  0x00007d86 
+ 00008692  0x00000d32 bpatch  0x00000028 , 0x00004005 
+ 00008693  0x00000d33 call  0x00002a4d 
+ 00008694  0x00000d34 arg  0x00000010 , 0x00000001 
+ 00008695  0x00000d35 call  0x000022dc 
+ 00008696  0x00000d36 disable  0x00000030 
+ 00008697  0x00000d37 disable  0x00000029 
+ 00008698  0x00000d38 call  0x00002818 
+ 00008699  0x00000d39 call  0x00002435 
+ 00008700  0x00000d3b bpatch  0x00000029 , 0x00004005 
+ 00008701  0x00000d3c call  0x0000247c 
+ 00008702  0x00000d3d branch  0x00002202 , 0x0000002d 
+ 00008703  0x00000d3e call  0x00002455 
+ 00008704  0x00000d3f nbranch  0x000021fc , 0x00000034 
+ 00008705  0x00000d40 branch  0x000021ec 
+ 00008706  0x00000d42 fetch  0x00000001 , 0x00000031 
+ 00008707  0x00000d43 set0  0x00000001 , 0x0000003f 
+ 00008708  0x00000d44 store  0x00000001 , 0x00000031 
+ 00008709  0x00000d45 call  0x00002a88 
+ 00008710  0x00000d46 call  0x00002841 
+ 00008711  0x00000d47 enable  0x00000028 
+ 00008712  0x00000d48 jam  0x0000002b , 0x00000a99 
+ 00008713  0x00000d49 branch  0x00007d86 
+ 00008714  0x00000d4f bpatch  0x0000002a , 0x00004005 
+ 00008715  0x00000d50 set1  0x00000009 , 0x00000000 
+ 00008716  0x00000d51 deposit  0x00000011 
+ 00008717  0x00000d52 store  0x00000002 , 0x0000001e 
+ 00008718  0x00000d53 force  0x00000050 , 0x00000039 
+ 00008719  0x00000d54 arg  0x0000043f , 0x00000005 
+ 00008720  0x00000d55 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008721  0x00000d56 ifetch  0x00000001 , 0x00000006 
+ 00008722  0x00000d57 copy  0x00000011 , 0x00000006 
+ 00008723  0x00000d58 bbit1  0x00000000 , 0x00007f01 
+ 00008724  0x00000d59 arg  0x00000030 , 0x00000005 
+ 00008725  0x00000d5a call  0x00007f01 
+ 00008726  0x00000d5b disable  0x0000002e 
+ 00008727  0x00000d5c fetch  0x00000001 , 0x00000077 
+ 00008728  0x00000d5d iforce  0x00000004 
+ 00008729  0x00000d5e jam  0x00000001 , 0x0000008a 
+ 00008730  0x00000d5f branch  0x0000221c , 0x00000029 
+ 00008731  0x00000d60 jam  0x00000001 , 0x0000008a 
+ 00008732  0x00000d62 fetch  0x00000001 , 0x00000030 
+ 00008733  0x00000d63 rtnbit0  0x00000001 
+ 00008734  0x00000d64 fetch  0x00000001 , 0x00000073 
+ 00008735  0x00000d65 store  0x00000001 , 0x0000008a 
+ 00008736  0x00000d66 fetch  0x00000001 , 0x00000074 
+ 00008737  0x00000d67 store  0x00000001 , 0x0000008b 
+ 00008738  0x00000d68 rtn 
+ 00008739  0x00000d6b bpatch  0x0000002b , 0x00004005 
+ 00008740  0x00000d6c fetch  0x00000002 , 0x0000001e 
+ 00008741  0x00000d6d iforce  0x00000005 
+ 00008742  0x00000d6e force  0x00000050 , 0x00000039 
+ 00008743  0x00000d6f arg  0x0000043f , 0x00000006 
+ 00008744  0x00000d70 branch  0x00007f01 , 0x00000036 
+ 00008745  0x00000d71 arg  0x00000030 , 0x00000006 
+ 00008746  0x00000d72 branch  0x00007f01 
+ 00008747  0x00000d77 arg  0x00000001 , 0x00000039 
+ 00008748  0x00000d78 fetcht  0x00000001 , 0x00000015 
+ 00008749  0x00000d7a increase  0x00000001 , 0x00000002 
+ 00008750  0x00000d7b compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008751  0x00000d7c nbranch  0x00002231 , 0x00000001 
+ 00008752  0x00000d7d arg  0x00000000 , 0x00000002 
+ 00008753  0x00000d7f storet  0x00000001 , 0x00000015 
+ 00008754  0x00000d80 mul32  0x00000002 , 0x00000050 , 0x0000003f 
+ 00008755  0x00000d81 arg  0x00004040 , 0x00000011 
+ 00008756  0x00000d82 iadd  0x00000011 , 0x00000011 
+ 00008757  0x00000d83 ifetch  0x00000001 , 0x00000011 
+ 00008758  0x00000d84 bbit1  0x00000001 , 0x00002239 
+ 00008759  0x00000d85 rtnbit1  0x00000000 
+ 00008760  0x00000d86 rtnbit1  0x00000003 
+ 00008761  0x00000d88 loop  0x0000222d 
+ 00008762  0x00000d89 rtn 
+ 00008763  0x00000d8c bpatch  0x0000002c , 0x00004005 
+ 00008764  0x00000d8d arg  0x0000226a , 0x00000013 
+ 00008765  0x00000d8e call  0x00002261 
+ 00008766  0x00000d8f nrtn  0x00000005 
+ 00008767  0x00000d90 deposit  0x00000011 
+ 00008768  0x00000d91 store  0x00000002 , 0x0000001e 
+ 00008769  0x00000d92 force  0x00000000 , 0x0000003e 
+ 00008770  0x00000d93 rtn 
+ 00008771  0x00000d98 call  0x00002725 
+ 00008772  0x00000d99 branch  0x0000224b , 0x00000001 
+ 00008773  0x00000d9a fetch  0x00000002 , 0x0000001e 
+ 00008774  0x00000d9b add  0x0000003f , 0x00000017 , 0x00000005 
+ 00008775  0x00000d9c fetch  0x00000001 , 0x00000047 
+ 00008776  0x00000d9d istore  0x00000001 , 0x00000005 
+ 00008777  0x00000d9e arg  0x000022aa , 0x00000013 
+ 00008778  0x00000d9f branch  0x00002261 
+ 00008779  0x00000da2 fetch  0x00000001 , 0x00000047 
+ 00008780  0x00000da3 isolate1  0x00000003 , 0x0000003f 
+ 00008781  0x00000da4 branch  0x00002250 , 0x00000001 
+ 00008782  0x00000da5 force  0x00000001 , 0x0000003e 
+ 00008783  0x00000da6 rtn 
+ 00008784  0x00000da8 force  0x00000000 , 0x0000003e 
+ 00008785  0x00000da9 rtn 
+ 00008786  0x00000dad arg  0x000022a7 , 0x00000013 
+ 00008787  0x00000dae branch  0x00002261 
+ 00008788  0x00000db1 fetcht  0x00000002 , 0x0000001e 
+ 00008789  0x00000db2 arg  0x000022cf , 0x00000013 
+ 00008790  0x00000db3 branch  0x00002261 
+ 00008791  0x00000db8 fetcht  0x00000001 , 0x000041cf 
+ 00008792  0x00000dba arg  0x00002275 , 0x00000013 
+ 00008793  0x00000dbb branch  0x00002261 
+ 00008794  0x00000dbe bpatch  0x0000002d , 0x00004005 
+ 00008795  0x00000dbf fetcht  0x00000006 , 0x000041d0 
+ 00008796  0x00000dc1 arg  0x0000226e , 0x00000013 
+ 00008797  0x00000dc2 branch  0x00002261 
+ 00008798  0x00000dc5 arg  0x0000227b , 0x00000013 
+ 00008799  0x00000dc6 branch  0x00002261 
+ 00008800  0x00000dc9 arg  0x000022c6 , 0x00000013 
+ 00008801  0x00000dcb bpatch  0x0000002e , 0x00004005 
+ 00008802  0x00000dcc arg  0x00004040 , 0x00000011 
+ 00008803  0x00000dcd arg  0x00000001 , 0x00000039 
+ 00008804  0x00000dcf ifetch  0x00000001 , 0x00000011 
+ 00008805  0x00000dd0 copy  0x00000013 , 0x0000003d 
+ 00008806  0x00000dd2 increase  0x00000050 , 0x00000011 
+ 00008807  0x00000dd3 loop  0x00002264 
+ 00008808  0x00000dd4 force  0x00000001 , 0x0000003e 
+ 00008809  0x00000dd5 rtn 
+ 00008810  0x00000dd8 bbit1  0x00000000 , 0x00002266 
+ 00008811  0x00000dd9 bbit1  0x00000003 , 0x00002266 
+ 00008812  0x00000dda force  0x00000000 , 0x0000003e 
+ 00008813  0x00000ddb rtn 
+ 00008814  0x00000dde bbit1  0x00000003 , 0x00002270 
+ 00008815  0x00000ddf bbit0  0x00000000 , 0x00002266 
+ 00008816  0x00000de1 add  0x00000011 , 0x00000010 , 0x00000006 
+ 00008817  0x00000de2 ifetch  0x00000006 , 0x00000006 
+ 00008818  0x00000de3 isub  0x00000002 , 0x0000003e 
+ 00008819  0x00000de4 rtn  0x00000005 
+ 00008820  0x00000de5 branch  0x00002266 
+ 00008821  0x00000de8 bbit0  0x00000000 , 0x00002266 
+ 00008822  0x00000de9 add  0x00000011 , 0x00000016 , 0x00000006 
+ 00008823  0x00000dea ifetch  0x00000001 , 0x00000006 
+ 00008824  0x00000deb isub  0x00000002 , 0x0000003e 
+ 00008825  0x00000dec rtn  0x00000005 
+ 00008826  0x00000ded branch  0x00002266 
+ 00008827  0x00000df0 bbit0  0x00000001 , 0x00002266 
+ 00008828  0x00000df2 call  0x000022b3 
+ 00008829  0x00000df3 call  0x00002297 
+ 00008830  0x00000df4 isub  0x00000002 , 0x0000003f 
+ 00008831  0x00000df5 increase  0x00000001 , 0x0000003f 
+ 00008832  0x00000df6 branch  0x00002291 , 0x00000002 
+ 00008833  0x00000df7 copy  0x00000006 , 0x00000012 
+ 00008834  0x00000df8 store  0x00000009 , 0x00000aa2 
+ 00008835  0x00000df9 fetch  0x00000001 , 0x000044c0 
+ 00008836  0x00000dfa nbranch  0x00002289 , 0x00000034 
+ 00008837  0x00000dfb fetch  0x00000009 , 0x00000aa2 
+ 00008838  0x00000dfc copy  0x00000012 , 0x00000006 
+ 00008839  0x00000dfd increase  0x00000005 , 0x0000003f 
+ 00008840  0x00000dfe branch  0x0000228c 
+ 00008841  0x00000e00 fetch  0x00000009 , 0x00000aa2 
+ 00008842  0x00000e01 copy  0x00000012 , 0x00000006 
+ 00008843  0x00000e02 increase  0x00000014 , 0x0000003f 
+ 00008844  0x00000e04 nbranch  0x00002266 , 0x00000002 
+ 00008845  0x00000e06 copy  0x00000002 , 0x00000021 
+ 00008846  0x00000e07 call  0x000022bf 
+ 00008847  0x00000e08 force  0x00000000 , 0x0000003e 
+ 00008848  0x00000e09 rtn 
+ 00008849  0x00000e0d iforce  0x00000012 
+ 00008850  0x00000e0e add  0x00000011 , 0x00000002 , 0x00000006 
+ 00008851  0x00000e0f ifetch  0x00000002 , 0x00000006 
+ 00008852  0x00000e10 branch  0x0000228d , 0x00000034 
+ 00008853  0x00000e11 call  0x000022bf 
+ 00008854  0x00000e12 branch  0x0000227c 
+ 00008855  0x00000e15 rshift16  0x0000003f , 0x0000000b 
+ 00008856  0x00000e16 rshift8  0x0000000b , 0x0000000b 
+ 00008857  0x00000e17 branch  0x000022a1 , 0x00000005 
+ 00008858  0x00000e18 compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00008859  0x00000e19 nrtn  0x00000001 
+ 00008860  0x00000e1a rshift16  0x00000002 , 0x0000000b 
+ 00008861  0x00000e1b rshift8  0x0000000b , 0x0000000b 
+ 00008862  0x00000e1c nrtn  0x00000005 
+ 00008863  0x00000e1d set1  0x0000001c , 0x00000002 
+ 00008864  0x00000e1e rtn 
+ 00008865  0x00000e20 rshift16  0x00000002 , 0x0000000b 
+ 00008866  0x00000e21 rshift8  0x0000000b , 0x0000000b 
+ 00008867  0x00000e22 compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00008868  0x00000e23 nrtn  0x00000001 
+ 00008869  0x00000e24 set1  0x0000001c , 0x0000003f 
+ 00008870  0x00000e25 rtn 
+ 00008871  0x00000e28 bbit0  0x00000000 , 0x00002266 
+ 00008872  0x00000e29 force  0x00000000 , 0x0000003e 
+ 00008873  0x00000e2a rtn 
+ 00008874  0x00000e2d bbit0  0x00000000 , 0x00002266 
+ 00008875  0x00000e2e add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008876  0x00000e2f ifetch  0x00000001 , 0x00000006 
+ 00008877  0x00000e30 bbit1  0x00000000 , 0x00002266 
+ 00008878  0x00000e31 add  0x00000011 , 0x00000017 , 0x00000006 
+ 00008879  0x00000e32 ifetch  0x00000001 , 0x00000006 
+ 00008880  0x00000e33 bbit0  0x00000003 , 0x00002266 
+ 00008881  0x00000e34 force  0x00000000 , 0x0000003e 
+ 00008882  0x00000e35 rtn 
+ 00008883  0x00000e38 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008884  0x00000e39 ifetcht  0x00000001 , 0x00000006 
+ 00008885  0x00000e3a deposit  0x00000022 
+ 00008886  0x00000e3b isolate1  0x00000001 , 0x00000002 
+ 00008887  0x00000e3c add  0x00000011 , 0x00000004 , 0x00000006 
+ 00008888  0x00000e3d ifetcht  0x00000004 , 0x00000006 
+ 00008889  0x00000e3e rtn  0x00000001 
+ 00008890  0x00000e3f add  0x00000011 , 0x00000008 , 0x00000006 
+ 00008891  0x00000e40 ifetch  0x00000006 , 0x00000006 
+ 00008892  0x00000e41 call  0x00002854 
+ 00008893  0x00000e42 deposit  0x00000028 
+ 00008894  0x00000e43 rtn 
+ 00008895  0x00000e46 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00008896  0x00000e47 add  0x00000011 , 0x00000004 , 0x00000005 
+ 00008897  0x00000e48 ifetch  0x00000002 , 0x00000006 
+ 00008898  0x00000e49 iadd  0x00000002 , 0x0000000b 
+ 00008899  0x00000e4a deposit  0x0000000b 
+ 00008900  0x00000e4b istore  0x00000004 , 0x00000005 
+ 00008901  0x00000e4c branch  0x00005449 
+ 00008902  0x00000e50 bbit0  0x00000001 , 0x00002266 
+ 00008903  0x00000e51 call  0x000022b3 
+ 00008904  0x00000e52 iadd  0x0000001b , 0x0000003f 
+ 00008905  0x00000e53 iadd  0x0000001b , 0x0000003f 
+ 00008906  0x00000e54 iadd  0x00000007 , 0x0000003f 
+ 00008907  0x00000e55 isub  0x00000002 , 0x0000003e 
+ 00008908  0x00000e56 nbranch  0x00002266 , 0x00000002 
+ 00008909  0x00000e57 force  0x00000000 , 0x0000003e 
+ 00008910  0x00000e58 rtn 
+ 00008911  0x00000e5b bbit0  0x00000000 , 0x00002266 
+ 00008912  0x00000e5c deposit  0x00000002 
+ 00008913  0x00000e5d isub  0x00000011 , 0x0000003e 
+ 00008914  0x00000e5e branch  0x00002266 , 0x0000003e 
+ 00008915  0x00000e5f add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008916  0x00000e60 ifetch  0x00000001 , 0x00000006 
+ 00008917  0x00000e61 bbit1  0x00000000 , 0x00002266 
+ 00008918  0x00000e62 ifetch  0x00000001 , 0x00000011 
+ 00008919  0x00000e63 set0  0x00000007 , 0x0000003f 
+ 00008920  0x00000e64 istore  0x00000001 , 0x00000011 
+ 00008921  0x00000e65 branch  0x00002266 
+ 00008922  0x00000e69 bpatch  0x0000002f , 0x00004005 
+ 00008923  0x00000e6a call  0x00002a4f 
+ 00008924  0x00000e6c add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008925  0x00000e6d call  0x000028e2 
+ 00008926  0x00000e6e force  0x00000003 , 0x00000024 
+ 00008927  0x00000e6f call  0x000028d2 
+ 00008928  0x00000e70 call  0x00002a51 
+ 00008929  0x00000e71 call  0x00002a56 
+ 00008930  0x00000e72 call  0x00002a64 
+ 00008931  0x00000e73 branch  0x00002762 
+ 00008932  0x00000e76 bpatch  0x00000030 , 0x00004006 
+ 00008933  0x00000e77 call  0x00002a4d 
+ 00008934  0x00000e79 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008935  0x00000e7a call  0x000028e2 
+ 00008936  0x00000e7b force  0x00000003 , 0x00000024 
+ 00008937  0x00000e7c call  0x000028cc 
+ 00008938  0x00000e7d call  0x0000242a 
+ 00008939  0x00000e7e call  0x000029f1 
+ 00008940  0x00000e7f call  0x00002a5b 
+ 00008941  0x00000e80 call  0x000029eb 
+ 00008942  0x00000e82 call  0x00002a0d 
+ 00008943  0x00000e83 nrtn  0x00000018 
+ 00008944  0x00000e84 call  0x000029bb 
+ 00008945  0x00000e85 branch  0x0000251c 
+ 00008946  0x00000e8a bpatch  0x00000031 , 0x00004006 
+ 00008947  0x00000e8b fetch  0x00000001 , 0x00000181 
+ 00008948  0x00000e8c iforce  0x00000004 
+ 00008949  0x00000e8d force  0x00000001 , 0x00000001 
+ 00008950  0x00000e8e call  0x000022da 
+ 00008951  0x00000e8f branch  0x000022e4 
+ 00008952  0x00000e9b fetch  0x00000001 , 0x00004093 
+ 00008953  0x00000e9c rtnbit0  0x00000000 
+ 00008954  0x00000e9d force  0x00000004 , 0x00000007 
+ 00008955  0x00000e9e call  0x00007f16 
+ 00008956  0x00000e9f nrtn  0x00000034 
+ 00008957  0x00000ea0 fetcht  0x00000002 , 0x000040ad 
+ 00008958  0x00000ea1 force  0x00000004 , 0x00000007 
+ 00008959  0x00000ea2 call  0x0000271c 
+ 00008960  0x00000ea3 rtn  0x00000028 
+ 00008961  0x00000ea4 call  0x00002308 
+ 00008962  0x00000ea5 force  0x00000004 , 0x00000007 
+ 00008963  0x00000ea6 fetch  0x00000002 , 0x000040af 
+ 00008964  0x00000ea7 nbranch  0x00007f08 , 0x00000018 
+ 00008965  0x00000ea8 random  0x0000003f 
+ 00008966  0x00000ea9 iand  0x00000035 , 0x0000003f 
+ 00008967  0x00000eaa branch  0x00007f08 
+ 00008968  0x00000eae bpatch  0x00000032 , 0x00004006 
+ 00008969  0x00000eaf jam  0x00000000 , 0x00000181 
+ 00008970  0x00000eb0 disable  0x00000030 
+ 00008971  0x00000eb1 disable  0x0000002e 
+ 00008972  0x00000eb2 call  0x000028a4 
+ 00008973  0x00000eb3 and  0x00000022 , 0x000001fc , 0x00000021 
+ 00008974  0x00000eb4 force  0x00000001 , 0x00000024 
+ 00008975  0x00000eb5 call  0x000028d8 
+ 00008976  0x00000eb6 call  0x000028cc 
+ 00008977  0x00000eb7 setflip  0x0000001d , 0x00000000 
+ 00008978  0x00000eb8 fetch  0x00000001 , 0x00000006 
+ 00008979  0x00000eb9 increase  0x00000001 , 0x0000003f 
+ 00008980  0x00000eba store  0x00000001 , 0x00000006 
+ 00008981  0x00000ebb call  0x000028f2 
+ 00008982  0x00000ebc call  0x000029eb 
+ 00008983  0x00000ebd call  0x00002a14 
+ 00008984  0x00000ebe nrtn  0x00000018 
+ 00008985  0x00000ebf bpatch  0x00000033 , 0x00004006 
+ 00008986  0x00000ec0 force  0x00000000 , 0x0000001b 
+ 00008987  0x00000ec1 call  0x000028f9 
+ 00008988  0x00000ec2 fetch  0x00000001 , 0x00000007 
+ 00008989  0x00000ec3 increase  0x00000001 , 0x0000003f 
+ 00008990  0x00000ec4 store  0x00000001 , 0x00000007 
+ 00008991  0x00000ec5 call  0x000028d8 
+ 00008992  0x00000ec6 call  0x00002a4d 
+ 00008993  0x00000ec7 or_into  0x00000002 , 0x00000021 
+ 00008994  0x00000ec8 force  0x00000001 , 0x00000024 
+ 00008995  0x00000ec9 call  0x000028d2 
+ 00008996  0x00000eca call  0x000028f2 
+ 00008997  0x00000ecb call  0x00002a51 
+ 00008998  0x00000ecc call  0x00002a5f 
+ 00008999  0x00000ecd deposit  0x00000022 
+ 00009000  0x00000ece store  0x00000004 , 0x00000161 
+ 00009001  0x00000ecf call  0x00002a64 
+ 00009002  0x00000ed0 force  0x00000002 , 0x00000001 
+ 00009003  0x00000ed1 force  0x00000000 , 0x00000004 
+ 00009004  0x00000ed2 call  0x00002a6b 
+ 00009005  0x00000ed3 call  0x00002766 
+ 00009006  0x00000ed4 call  0x00002332 
+ 00009007  0x00000ed5 and_into  0x000001fd , 0x00000021 
+ 00009008  0x00000ed6 increase  0x00000001 , 0x00000026 
+ 00009009  0x00000ed7 rtn 
+ 00009010  0x00000eda bpatch  0x00000034 , 0x00004006 
+ 00009011  0x00000edb fetch  0x00000001 , 0x000040d1 
+ 00009012  0x00000edc rtn  0x00000034 
+ 00009013  0x00000edd arg  0x0000018e , 0x00000005 
+ 00009014  0x00000ede fetch  0x00000001 , 0x00004515 
+ 00009015  0x00000edf copy  0x0000003f , 0x00000039 
+ 00009016  0x00000ee0 increase  0x00000001 , 0x0000003f 
+ 00009017  0x00000ee1 istore  0x00000001 , 0x00000005 
+ 00009018  0x00000ee2 copy  0x00000005 , 0x00000002 
+ 00009019  0x00000ee3 increase  0x00000001 , 0x0000003f 
+ 00009020  0x00000ee4 store  0x00000002 , 0x000041dc 
+ 00009021  0x00000ee5 copy  0x00000002 , 0x00000005 
+ 00009022  0x00000ee6 setarg  0x00000009 
+ 00009023  0x00000ee7 istore  0x00000001 , 0x00000005 
+ 00009024  0x00000ee8 arg  0x00004516 , 0x00000006 
+ 00009025  0x00000ee9 call  0x00007f01 
+ 00009026  0x00000eeb arg  0x0000458d , 0x00000013 
+ 00009027  0x00000eec arg  0x00000004 , 0x00000039 
+ 00009028  0x00000eed call  0x00002354 
+ 00009029  0x00000eee arg  0x00004577 , 0x00000013 
+ 00009030  0x00000eef arg  0x00000001 , 0x00000039 
+ 00009031  0x00000ef0 call  0x00002354 
+ 00009032  0x00000ef2 force  0x0000000a , 0x00000001 
+ 00009033  0x00000ef3 jam  0x00000002 , 0x000041db 
+ 00009034  0x00000ef4 setarg  0x0000018e 
+ 00009035  0x00000ef5 store  0x00000002 , 0x0000016f 
+ 00009036  0x00000ef6 call  0x00002a4d 
+ 00009037  0x00000ef7 call  0x000028d2 
+ 00009038  0x00000ef8 call  0x00002a51 
+ 00009039  0x00000ef9 call  0x00002a5f 
+ 00009040  0x00000efa call  0x00002a64 
+ 00009041  0x00000efb call  0x00002a6b 
+ 00009042  0x00000efc call  0x00002766 
+ 00009043  0x00000efd rtn 
+ 00009044  0x00000f01 copy  0x00000005 , 0x00000002 
+ 00009045  0x00000f02 copy  0x00000013 , 0x00000006 
+ 00009046  0x00000f03 ifetch  0x00000001 , 0x00000006 
+ 00009047  0x00000f04 rtn  0x00000034 
+ 00009048  0x00000f06 lshift  0x0000003f , 0x0000003f 
+ 00009049  0x00000f07 loop  0x00002358 
+ 00009050  0x00000f08 copy  0x0000003f , 0x00000011 
+ 00009051  0x00000f09 increase  0x00000002 , 0x0000003f 
+ 00009052  0x00000f0a copy  0x0000003f , 0x00000007 
+ 00009053  0x00000f0b fetch  0x00000002 , 0x000041dc 
+ 00009054  0x00000f0c iadd  0x00000007 , 0x0000003f 
+ 00009055  0x00000f0d store  0x00000002 , 0x000041dc 
+ 00009056  0x00000f0e copy  0x00000002 , 0x00000005 
+ 00009057  0x00000f0f copy  0x00000011 , 0x0000003f 
+ 00009058  0x00000f10 increase  0x00000001 , 0x0000003f 
+ 00009059  0x00000f11 istore  0x00000001 , 0x00000005 
+ 00009060  0x00000f12 copy  0x00000013 , 0x00000006 
+ 00009061  0x00000f13 ifetch  0x00000001 , 0x00000006 
+ 00009062  0x00000f14 ifetch  0x00000001 , 0x00000006 
+ 00009063  0x00000f15 istore  0x00000001 , 0x00000005 
+ 00009064  0x00000f16 copy  0x00000011 , 0x00000039 
+ 00009065  0x00000f17 branch  0x00007f01 
+ 00009066  0x00000f1e fetch  0x00000001 , 0x00004093 
+ 00009067  0x00000f1f rtnbit0  0x00000001 
+ 00009068  0x00000f20 force  0x00000005 , 0x00000007 
+ 00009069  0x00000f21 call  0x00007f16 
+ 00009070  0x00000f22 nrtn  0x00000034 
+ 00009071  0x00000f23 fetcht  0x00000002 , 0x000040b1 
+ 00009072  0x00000f24 force  0x00000028 , 0x00000007 
+ 00009073  0x00000f25 call  0x0000271c 
+ 00009074  0x00000f26 rtn  0x00000028 
+ 00009075  0x00000f27 force  0x00000000 , 0x00000004 
+ 00009076  0x00000f28 jam  0x00000008 , 0x00000010 
+ 00009077  0x00000f29 set0  0x0000000b , 0x00000000 
+ 00009078  0x00000f2a call  0x0000237a 
+ 00009079  0x00000f2b force  0x00000005 , 0x00000007 
+ 00009080  0x00000f2c fetch  0x00000002 , 0x000040b3 
+ 00009081  0x00000f2d branch  0x00007f08 
+ 00009082  0x00000f31 bpatch  0x00000035 , 0x00004006 
+ 00009083  0x00000f32 disable  0x00000030 
+ 00009084  0x00000f33 call  0x000028a4 
+ 00009085  0x00000f34 fetch  0x00000001 , 0x00000008 
+ 00009086  0x00000f35 increase  0x00000001 , 0x0000003f 
+ 00009087  0x00000f36 store  0x00000001 , 0x00000008 
+ 00009088  0x00000f37 force  0x00000000 , 0x00000026 
+ 00009089  0x00000f38 call  0x000028e2 
+ 00009090  0x00000f39 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00009091  0x00000f3a force  0x00000002 , 0x00000024 
+ 00009092  0x00000f3b bpatch  0x00000036 , 0x00004006 
+ 00009093  0x00000f3c call  0x000028cc 
+ 00009094  0x00000f3d call  0x000029eb 
+ 00009095  0x00000f3e call  0x00002a14 
+ 00009096  0x00000f3f nrtn  0x00000018 
+ 00009097  0x00000f40 call  0x000028f9 
+ 00009098  0x00000f41 fetch  0x00000001 , 0x00000009 
+ 00009099  0x00000f42 increase  0x00000001 , 0x0000003f 
+ 00009100  0x00000f43 store  0x00000001 , 0x00000009 
+ 00009101  0x00000f44 force  0x00000000 , 0x0000001b 
+ 00009102  0x00000f45 call  0x00002a4d 
+ 00009103  0x00000f46 or_into  0x00000002 , 0x00000021 
+ 00009104  0x00000f47 force  0x00000001 , 0x00000024 
+ 00009105  0x00000f48 call  0x000028d2 
+ 00009106  0x00000f49 call  0x00002a51 
+ 00009107  0x00000f4a call  0x00002a5f 
+ 00009108  0x00000f4b call  0x00002a64 
+ 00009109  0x00000f4c call  0x0000264d 
+ 00009110  0x00000f4d force  0x00000000 , 0x00000004 
+ 00009111  0x00000f4e arg  0x00000600 , 0x0000000b 
+ 00009112  0x00000f4f until  0x00000029 , 0x00000026 
+ 00009113  0x00000f50 or_into  0x00000003 , 0x00000028 
+ 00009114  0x00000f51 and_into  0x000001fd , 0x00000021 
+ 00009115  0x00000f53 bpatch  0x00000037 , 0x00004006 
+ 00009116  0x00000f54 increase  0x00000001 , 0x00000026 
+ 00009117  0x00000f55 call  0x000028cc 
+ 00009118  0x00000f56 call  0x000029eb 
+ 00009119  0x00000f57 call  0x00002a07 
+ 00009120  0x00000f58 nbranch  0x000023a4 , 0x00000018 
+ 00009121  0x00000f59 call  0x00002a6b 
+ 00009122  0x00000f5a call  0x0000251e 
+ 00009123  0x00000f5b bmark1  0x0000000b , 0x000023ab 
+ 00009124  0x00000f5d bpatch  0x00000038 , 0x00004007 
+ 00009125  0x00000f5e fetch  0x00000001 , 0x00000010 
+ 00009126  0x00000f5f rtn  0x00000034 
+ 00009127  0x00000f60 increase  0xffffffff , 0x0000003f 
+ 00009128  0x00000f61 store  0x00000001 , 0x00000010 
+ 00009129  0x00000f62 call  0x00002a4f 
+ 00009130  0x00000f63 branch  0x0000239b 
+ 00009131  0x00000f67 bpatch  0x00000039 , 0x00004007 
+ 00009132  0x00000f68 set0  0x00000001 , 0x00000028 
+ 00009133  0x00000f69 set1  0x00000000 , 0x00000028 
+ 00009134  0x00000f6a fetch  0x00000001 , 0x0000000a 
+ 00009135  0x00000f6b increase  0x00000001 , 0x0000003f 
+ 00009136  0x00000f6c store  0x00000001 , 0x0000000a 
+ 00009137  0x00000f6d call  0x00002a4d 
+ 00009138  0x00000f6e or_into  0x00000002 , 0x00000021 
+ 00009139  0x00000f6f call  0x000028d2 
+ 00009140  0x00000f70 call  0x00002a51 
+ 00009141  0x00000f71 call  0x00002a5f 
+ 00009142  0x00000f72 call  0x00002a64 
+ 00009143  0x00000f73 call  0x0000264d 
+ 00009144  0x00000f75 compare  0x00000003 , 0x00000028 , 0x00000003 
+ 00009145  0x00000f76 branch  0x000023bc , 0x00000001 
+ 00009146  0x00000f77 until  0x0000003e , 0x00000017 
+ 00009147  0x00000f78 branch  0x000023b8 
+ 00009148  0x00000f7a fetch  0x00000004 , 0x00000165 
+ 00009149  0x00000f7b or_into  0x00000003 , 0x0000003f 
+ 00009150  0x00000f7c icopy  0x00000028 
+ 00009151  0x00000f7f bpatch  0x0000003a , 0x00004007 
+ 00009152  0x00000f80 fetch  0x00000006 , 0x00000178 
+ 00009153  0x00000f81 store  0x00000006 , 0x00000040 
+ 00009154  0x00000f82 call  0x00002435 
+ 00009155  0x00000f84 call  0x0000247c 
+ 00009156  0x00000f85 branch  0x000023c8 , 0x0000002d 
+ 00009157  0x00000f86 call  0x00002455 
+ 00009158  0x00000f87 nbranch  0x000023c3 , 0x00000034 
+ 00009159  0x00000f88 rtn 
+ 00009160  0x00000f8c bpatch  0x0000003b , 0x00004007 
+ 00009161  0x00000f8d call  0x00002440 
+ 00009162  0x00000f8e call  0x0000223b 
+ 00009163  0x00000f8f nrtn  0x00000005 
+ 00009164  0x00000f90 jam  0x00000000 , 0x00000031 
+ 00009165  0x00000f91 call  0x00002841 
+ 00009166  0x00000f92 branch  0x00002223 
+ 00009167  0x00000f98 bpatch  0x0000003c , 0x00004007 
+ 00009168  0x00000f99 call  0x00002850 
+ 00009169  0x00000f9a call  0x000023f3 
+ 00009170  0x00000f9b rtn  0x00000028 
+ 00009171  0x00000f9d bpatch  0x0000003d , 0x00004007 
+ 00009172  0x00000f9e call  0x00002c69 
+ 00009173  0x00000f9f call  0x00006caa 
+ 00009174  0x00000fa0 call  0x00002514 
+ 00009175  0x00000fa1 nbranch  0x000023e2 , 0x0000002d 
+ 00009176  0x00000fa2 call  0x00002a88 
+ 00009177  0x00000fa3 call  0x00006cc2 
+ 00009178  0x00000fa4 call  0x00002489 
+ 00009179  0x00000fa5 call  0x00002757 
+ 00009180  0x00000fa6 call  0x00002728 
+ 00009181  0x00000fa7 call  0x00005d08 
+ 00009182  0x00000fa8 fetch  0x00000001 , 0x0000000b 
+ 00009183  0x00000fa9 increase  0x00000001 , 0x0000003f 
+ 00009184  0x00000faa store  0x00000001 , 0x0000000b 
+ 00009185  0x00000fab call  0x00002841 
+ 00009186  0x00000fad bpatch  0x0000003e , 0x00004007 
+ 00009187  0x00000fae call  0x00002bb1 
+ 00009188  0x00000faf call  0x00002a7f 
+ 00009189  0x00000fb0 branch  0x000023eb , 0x00000002 
+ 00009190  0x00000fb1 call  0x000021a7 
+ 00009191  0x00000fb2 nbranch  0x000023eb , 0x00000028 
+ 00009192  0x00000fb3 call  0x000026f3 
+ 00009193  0x00000fb4 nbranch  0x000023d3 , 0x00000034 
+ 00009194  0x00000fb5 rtn 
+ 00009195  0x00000fb8 bpatch  0x0000003f , 0x00004007 
+ 00009196  0x00000fb9 jam  0x00000000 , 0x00000151 
+ 00009197  0x00000fba jam  0x00000000 , 0x0000017f 
+ 00009198  0x00000fbb call  0x0000245d 
+ 00009199  0x00000fbc set0  0x00000011 , 0x00000000 
+ 00009200  0x00000fbd call  0x00007fb0 
+ 00009201  0x00000fbe fetch  0x00000001 , 0x00000030 
+ 00009202  0x00000fbf rtn 
+ 00009203  0x00000fc3 bpatch  0x00000040 , 0x00004008 
+ 00009204  0x00000fc4 call  0x000021c9 
+ 00009205  0x00000fc5 nrtn  0x00000028 
+ 00009206  0x00000fc6 copy  0x00000004 , 0x00000002 
+ 00009207  0x00000fc7 call  0x00002a6f 
+ 00009208  0x00000fc8 store  0x00000001 , 0x00000181 
+ 00009209  0x00000fc9 copy  0x00000002 , 0x00000004 
+ 00009210  0x00000fca jam  0x00000020 , 0x00000011 
+ 00009211  0x00000fcc bpatch  0x00000041 , 0x00004008 
+ 00009212  0x00000fcd call  0x00002a4f 
+ 00009213  0x00000fce force  0x00000002 , 0x00000001 
+ 00009214  0x00000fcf call  0x0000274f 
+ 00009215  0x00000fd0 deposit  0x00000022 
+ 00009216  0x00000fd1 store  0x00000004 , 0x00000161 
+ 00009217  0x00000fd2 call  0x00002762 
+ 00009218  0x00000fd3 call  0x00002a4d 
+ 00009219  0x00000fd4 enable  0x0000002f 
+ 00009220  0x00000fd5 call  0x000024f6 
+ 00009221  0x00000fd6 branch  0x0000240d , 0x00000018 
+ 00009222  0x00000fd7 call  0x000028f9 
+ 00009223  0x00000fd8 call  0x00002455 
+ 00009224  0x00000fd9 nbranch  0x000023fb , 0x00000034 
+ 00009225  0x00000fda rtnmark0  0x00000004 
+ 00009226  0x00000fdb jam  0x00000034 , 0x0000007c 
+ 00009227  0x00000fdc set1  0x00000003 , 0x00000000 
+ 00009228  0x00000fdd rtn 
+ 00009229  0x00000fdf enable  0x00000030 
+ 00009230  0x00000fe0 call  0x00002435 
+ 00009231  0x00000fe1 call  0x000028a4 
+ 00009232  0x00000fe3 bpatch  0x00000042 , 0x00004008 
+ 00009233  0x00000fe4 call  0x000022f2 
+ 00009234  0x00000fe5 branch  0x00002419 , 0x00000018 
+ 00009235  0x00000fe6 call  0x00002455 
+ 00009236  0x00000fe7 nbranch  0x00002410 , 0x00000034 
+ 00009237  0x00000fe8 disable  0x00000030 
+ 00009238  0x00000fe9 deposit  0x00000028 
+ 00009239  0x00000fea store  0x00000004 , 0x000040ca 
+ 00009240  0x00000feb rtn 
+ 00009241  0x00000fed enable  0x00000029 
+ 00009242  0x00000fee bmark0  0x00000004 , 0x0000241f 
+ 00009243  0x00000fef set0  0x00000004 , 0x00000000 
+ 00009244  0x00000ff0 jam  0x00000003 , 0x0000007c 
+ 00009245  0x00000ff1 jam  0x00000033 , 0x0000007d 
+ 00009246  0x00000ff2 call  0x000062f8 
+ 00009247  0x00000ff4 deposit  0x00000004 
+ 00009248  0x00000ff5 store  0x00000001 , 0x00000077 
+ 00009249  0x00000ff6 force  0x00000000 , 0x0000003f 
+ 00009250  0x00000ff7 store  0x00000006 , 0x00000038 
+ 00009251  0x00000ff8 fetch  0x00000001 , 0x00000031 
+ 00009252  0x00000ff9 set1  0x00000001 , 0x0000003f 
+ 00009253  0x00000ffa store  0x00000001 , 0x00000031 
+ 00009254  0x00000ffb call  0x00002a88 
+ 00009255  0x00000ffc disable  0x00000029 
+ 00009256  0x00000ffd enable  0x00000028 
+ 00009257  0x00000ffe rtn 
+ 00009258  0x00001003 bpatch  0x00000043 , 0x00004008 
+ 00009259  0x00001004 disable  0x0000002d 
+ 00009260  0x00001005 set0  0x00000005 , 0x00000000 
+ 00009261  0x00001006 set0  0x0000000a , 0x00000000 
+ 00009262  0x00001007 set0  0x00000010 , 0x00000000 
+ 00009263  0x00001008 set0  0x0000000f , 0x00000000 
+ 00009264  0x00001009 fetch  0x00000001 , 0x00000047 
+ 00009265  0x0000100a set0  0x00000005 , 0x0000003f 
+ 00009266  0x0000100b set1  0x00000004 , 0x0000003f 
+ 00009267  0x0000100c store  0x00000001 , 0x00000047 
+ 00009268  0x0000100d rtn 
+ 00009269  0x00001010 bpatch  0x00000044 , 0x00004008 
+ 00009270  0x00001011 jam  0x00000020 , 0x00000011 
+ 00009271  0x00001012 jam  0x00000050 , 0x00000047 
+ 00009272  0x00001013 fetch  0x00000002 , 0x000040bf 
+ 00009273  0x00001014 store  0x00000002 , 0x0000003e 
+ 00009274  0x00001015 deposit  0x00000022 
+ 00009275  0x00001016 store  0x00000004 , 0x000040ca 
+ 00009276  0x00001017 rtn  0x00000030 
+ 00009277  0x00001018 deposit  0x00000028 
+ 00009278  0x00001019 store  0x00000004 , 0x000040ca 
+ 00009279  0x0000101a rtn 
+ 00009280  0x0000101d bpatch  0x00000045 , 0x00004008 
+ 00009281  0x0000101e call  0x00005d04 
+ 00009282  0x0000101f call  0x00002459 
+ 00009283  0x00001020 store  0x00000001 , 0x00000046 
+ 00009284  0x00001021 setarg  0x00000000 
+ 00009285  0x00001022 store  0x00000002 , 0x0000025d 
+ 00009286  0x00001023 setarg  0x00001c80 
+ 00009287  0x00001024 store  0x00000002 , 0x00000051 
+ 00009288  0x00001025 fetch  0x00000001 , 0x00000030 
+ 00009289  0x00001026 set1  0x00000000 , 0x0000003f 
+ 00009290  0x00001027 store  0x00000001 , 0x00000030 
+ 00009291  0x00001028 jam  0x00000000 , 0x0000004b 
+ 00009292  0x00001029 jam  0x00000000 , 0x0000004c 
+ 00009293  0x0000102a jam  0x00000000 , 0x000000a0 
+ 00009294  0x0000102b branch  0x00002a88 
+ 00009295  0x0000102f bpatch  0x00000046 , 0x00004008 
+ 00009296  0x00001030 force  0x00000000 , 0x0000003f 
+ 00009297  0x00001031 store  0x00000008 , 0x000041be 
+ 00009298  0x00001032 istore  0x00000008 , 0x00000005 
+ 00009299  0x00001033 call  0x000021c5 
+ 00009300  0x00001034 branch  0x00002254 
+ 00009301  0x00001037 fetch  0x00000001 , 0x00000011 
+ 00009302  0x00001038 increase  0xffffffff , 0x0000003f 
+ 00009303  0x00001039 store  0x00000001 , 0x00000011 
+ 00009304  0x0000103a rtn 
+ 00009305  0x0000103d fetch  0x00000001 , 0x000040cf 
+ 00009306  0x0000103e increase  0x00000001 , 0x0000003f 
+ 00009307  0x0000103f store  0x00000001 , 0x000040cf 
+ 00009308  0x00001040 rtn 
+ 00009309  0x00001044 bpatch  0x00000047 , 0x00004008 
+ 00009310  0x00001045 fetch  0x00000001 , 0x000041ce 
+ 00009311  0x00001046 beq  0x00000003 , 0x00002462 
+ 00009312  0x00001047 fetch  0x00000001 , 0x00000048 
+ 00009313  0x00001048 bne  0x00000001 , 0x00002466 
+ 00009314  0x0000104a call  0x00004d06 
+ 00009315  0x0000104b nbranch  0x00002466 , 0x00000005 
+ 00009316  0x0000104c call  0x000021a4 
+ 00009317  0x0000104d jam  0x00000000 , 0x000041ce 
+ 00009318  0x0000104f bpatch  0x00000048 , 0x00004009 
+ 00009319  0x00001050 call  0x000033af 
+ 00009320  0x00001051 call  0x000026e9 
+ 00009321  0x00001052 jam  0x00000002 , 0x00000a99 
+ 00009322  0x00001053 call  0x00007d86 
+ 00009323  0x00001054 call  0x00005cf7 
+ 00009324  0x00001055 call  0x00004d6b 
+ 00009325  0x00001056 call  0x0000757d 
+ 00009326  0x00001057 fetch  0x00000001 , 0x00000030 
+ 00009327  0x00001058 set0  0x00000000 
+ 00009328  0x00001059 store  0x00000001 , 0x00000030 
+ 00009329  0x0000105a jam  0x00000000 , 0x00004681 
+ 00009330  0x0000105c fetch  0x00000001 , 0x0000004c 
+ 00009331  0x0000105d compare  0x00000000 , 0x0000003f , 0x000000c0 
+ 00009332  0x0000105e branch  0x00002476 , 0x00000001 
+ 00009333  0x0000105f set0  0x00000001 , 0x00000000 
+ 00009334  0x00001061 fetch  0x00000001 , 0x00000047 
+ 00009335  0x00001062 bbit0  0x00000003 , 0x00002478 
+ 00009336  0x00001064 fetch  0x00000001 , 0x0000004b 
+ 00009337  0x00001065 rtnbit0  0x00000006 
+ 00009338  0x00001066 set0  0x00000002 , 0x00000000 
+ 00009339  0x00001067 rtn 
+ 00009340  0x0000106a bpatch  0x00000049 , 0x00004009 
+ 00009341  0x0000106b fetch  0x00000001 , 0x00000174 
+ 00009342  0x0000106c rtn  0x00000034 
+ 00009343  0x0000106d icopy  0x00000004 
+ 00009344  0x0000106e call  0x00002514 
+ 00009345  0x0000106f nrtn  0x0000002d 
+ 00009346  0x00001070 force  0x00000000 , 0x00000001 
+ 00009347  0x00001071 call  0x00002757 
+ 00009348  0x00001072 deposit  0x00000004 
+ 00009349  0x00001073 store  0x00000001 , 0x00000077 
+ 00009350  0x00001074 force  0x00000000 , 0x0000003f 
+ 00009351  0x00001075 store  0x00000001 , 0x00000174 
+ 00009352  0x00001076 rtn 
+ 00009353  0x0000107d bpatch  0x0000004a , 0x00004009 
+ 00009354  0x0000107e fetch  0x00000001 , 0x00000030 
+ 00009355  0x0000107f bbit0  0x00000002 , 0x00002496 
+ 00009356  0x00001080 force  0x00000007 , 0x00000001 
+ 00009357  0x00001081 bmark0  0x00000007 , 0x00002495 
+ 00009358  0x00001082 call  0x00002725 
+ 00009359  0x00001083 nbranch  0x00002496 , 0x00000001 
+ 00009360  0x00001084 branch  0x00002496 , 0x0000002e 
+ 00009361  0x00001085 call  0x000024c1 
+ 00009362  0x00001086 setarg  0x00000002 
+ 00009363  0x00001087 store  0x00000002 , 0x000040c8 
+ 00009364  0x00001088 rtn 
+ 00009365  0x0000108a nrtn  0x0000002e 
+ 00009366  0x0000108c bpatch  0x0000004b , 0x00004009 
+ 00009367  0x0000108d call  0x00002243 
+ 00009368  0x0000108e nbranch  0x000024a7 , 0x00000005 
+ 00009369  0x0000108f fetch  0x00000001 , 0x00000047 
+ 00009370  0x00001090 bbit0  0x00000003 , 0x000024b0 
+ 00009371  0x00001092 bmark1  0x00000005 , 0x000024b4 
+ 00009372  0x00001093 fetch  0x00000001 , 0x0000017f 
+ 00009373  0x00001094 bbit1  0x00000006 , 0x000024ba 
+ 00009374  0x00001095 fetch  0x00000002 , 0x000040c8 
+ 00009375  0x00001096 increase  0xffffffff , 0x0000003f 
+ 00009376  0x00001097 store  0x00000002 , 0x000040c8 
+ 00009377  0x00001098 branch  0x000024a5 , 0x00000034 
+ 00009378  0x00001099 fetch  0x00000001 , 0x000040c5 
+ 00009379  0x0000109a iforce  0x00000001 
+ 00009380  0x0000109b rtn 
+ 00009381  0x0000109e bpatch  0x0000004c , 0x00004009 
+ 00009382  0x0000109f call  0x00002687 
+ 00009383  0x000010a1 call  0x00002725 
+ 00009384  0x000010a2 branch  0x000024b0 , 0x00000001 
+ 00009385  0x000010a3 call  0x0000600a 
+ 00009386  0x000010a4 branch  0x000024be , 0x00000028 
+ 00009387  0x000010a5 fetch  0x00000001 , 0x0000004b 
+ 00009388  0x000010a6 bbit1  0x00000006 , 0x000024c0 
+ 00009389  0x000010a7 bmark1  0x00000005 , 0x000024b4 
+ 00009390  0x000010a8 fetch  0x00000001 , 0x0000017f 
+ 00009391  0x000010a9 bbit1  0x00000006 , 0x000024ba 
+ 00009392  0x000010ab force  0x00000001 , 0x00000001 
+ 00009393  0x000010ac rtn  0x00000029 
+ 00009394  0x000010ad force  0x00000000 , 0x00000001 
+ 00009395  0x000010ae rtn 
+ 00009396  0x000010b0 bpatch  0x0000004d , 0x00004009 
+ 00009397  0x000010b1 fetch  0x00000001 , 0x00000019 
+ 00009398  0x000010b2 iforce  0x00000001 
+ 00009399  0x000010b3 rtnne  0x00000001 
+ 00009400  0x000010b4 force  0x00000000 , 0x00000001 
+ 00009401  0x000010b5 rtn 
+ 00009402  0x000010b7 fetch  0x00000001 , 0x00000158 
+ 00009403  0x000010b8 and  0x0000003f , 0x0000000f , 0x00000001 
+ 00009404  0x000010b9 set1  0x00000005 , 0x00000000 
+ 00009405  0x000010ba rtn 
+ 00009406  0x000010bc force  0x00000013 , 0x00000001 
+ 00009407  0x000010bd branch  0x000024c1 
+ 00009408  0x000010bf call  0x000024ca 
+ 00009409  0x000010c2 bpatch  0x0000004e , 0x00004009 
+ 00009410  0x000010c3 fetcht  0x00000001 , 0x00000047 
+ 00009411  0x000010c4 set1  0x00000003 , 0x00000002 
+ 00009412  0x000010c5 storet  0x00000001 , 0x00000047 
+ 00009413  0x000010c6 deposit  0x00000001 
+ 00009414  0x000010c7 store  0x00000001 , 0x000040c5 
+ 00009415  0x000010c8 setarg  0x0000ffff 
+ 00009416  0x000010c9 store  0x00000002 , 0x000040c8 
+ 00009417  0x000010ca rtn 
+ 00009418  0x000010cd bpatch  0x0000004f , 0x00004009 
+ 00009419  0x000010ce fetch  0x00000001 , 0x0000004c 
+ 00009420  0x000010cf isolate1  0x00000005 , 0x0000003f 
+ 00009421  0x000010d0 fetch  0x00000002 , 0x000041dc 
+ 00009422  0x000010d1 branch  0x000024e0 , 0x00000001 
+ 00009423  0x000010d2 force  0x00000003 , 0x00000001 
+ 00009424  0x000010d3 sub  0x0000003f , 0x00000011 , 0x0000003e 
+ 00009425  0x000010d4 rtn  0x00000002 
+ 00009426  0x000010d5 force  0x00000004 , 0x00000001 
+ 00009427  0x000010d6 sub  0x0000003f , 0x0000001b , 0x0000003e 
+ 00009428  0x000010d7 rtn  0x00000002 
+ 00009429  0x000010d8 force  0x0000000a , 0x00000001 
+ 00009430  0x000010d9 sub  0x0000003f , 0x00000079 , 0x0000003e 
+ 00009431  0x000010da rtn  0x00000002 
+ 00009432  0x000010db force  0x0000000b , 0x00000001 
+ 00009433  0x000010dc sub  0x0000003f , 0x000000b7 , 0x0000003e 
+ 00009434  0x000010dd rtn  0x00000002 
+ 00009435  0x000010de force  0x0000000e , 0x00000001 
+ 00009436  0x000010df sub  0x0000003f , 0x000000e0 , 0x0000003e 
+ 00009437  0x000010e0 rtn  0x00000002 
+ 00009438  0x000010e1 force  0x0000000f , 0x00000001 
+ 00009439  0x000010e2 rtn 
+ 00009440  0x000010e4 force  0x00000003 , 0x00000001 
+ 00009441  0x000010e5 sub  0x0000003f , 0x00000011 , 0x0000003e 
+ 00009442  0x000010e6 rtn  0x00000002 
+ 00009443  0x000010e7 force  0x00000004 , 0x00000001 
+ 00009444  0x000010e8 sub  0x0000003f , 0x00000036 , 0x0000003e 
+ 00009445  0x000010e9 rtn  0x00000002 
+ 00009446  0x000010ea force  0x0000000a , 0x00000001 
+ 00009447  0x000010eb arg  0x0000016f , 0x00000002 
+ 00009448  0x000010ec isub  0x00000002 , 0x0000003e 
+ 00009449  0x000010ed nrtn  0x00000002 
+ 00009450  0x000010ee force  0x0000000e , 0x00000001 
+ 00009451  0x000010ef arg  0x000002a7 , 0x00000002 
+ 00009452  0x000010f0 isub  0x00000002 , 0x0000003e 
+ 00009453  0x000010f1 nrtn  0x00000002 
+ 00009454  0x000010f2 force  0x0000000f , 0x00000001 
+ 00009455  0x000010f3 rtn 
+ 00009456  0x000010fd fetch  0x00000001 , 0x00000030 
+ 00009457  0x000010fe bbit0  0x00000001 , 0x000024f5 
+ 00009458  0x000010ff fetch  0x00000002 , 0x00000032 
+ 00009459  0x00001100 branch  0x000024f5 , 0x00000034 
+ 00009460  0x00001101 nbranch  0x000024f7 , 0x0000002e 
+ 00009461  0x00001103 call  0x00002a4f 
+ 00009462  0x00001105 add  0x00000028 , 0x00000001 , 0x00000021 
+ 00009463  0x00001107 enable  0x00000010 
+ 00009464  0x00001108 fetch  0x00000002 , 0x0000003e 
+ 00009465  0x00001109 rshift  0x0000003f , 0x0000003f 
+ 00009466  0x0000110a arg  0x00000500 , 0x00000002 
+ 00009467  0x0000110b iadd  0x00000002 , 0x0000003f 
+ 00009468  0x0000110c call  0x00002a24 
+ 00009469  0x0000110d call  0x000028ea 
+ 00009470  0x0000110e force  0x00000003 , 0x00000024 
+ 00009471  0x0000110f call  0x000028cc 
+ 00009472  0x00001110 call  0x0000242a 
+ 00009473  0x00001111 call  0x000029f1 
+ 00009474  0x00001112 bpatch  0x00000050 , 0x0000400a 
+ 00009475  0x00001113 fetch  0x00000002 , 0x0000003e 
+ 00009476  0x00001114 rshift  0x0000003f , 0x0000003f 
+ 00009477  0x00001115 call  0x00002a24 
+ 00009478  0x00001116 call  0x000029eb 
+ 00009479  0x00001117 enable  0x0000000d 
+ 00009480  0x00001118 fetch  0x00000002 , 0x0000003e 
+ 00009481  0x00001119 arg  0x000003bb , 0x00000002 
+ 00009482  0x0000111a iadd  0x00000002 , 0x0000001b 
+ 00009483  0x0000111b correlate  0x0000003e , 0x00000003 
+ 00009484  0x0000111c copy  0x0000001a , 0x00000002 
+ 00009485  0x0000111d storet  0x00000006 , 0x0000009a 
+ 00009486  0x0000111e disable  0x0000000d 
+ 00009487  0x0000111f nrtn  0x00000018 
+ 00009488  0x00001120 arg  0x000003bb , 0x00000029 
+ 00009489  0x00001121 copy  0x00000021 , 0x00000028 
+ 00009490  0x00001122 branch  0x00002b05 , 0x0000002b 
+ 00009491  0x00001123 rtn 
+ 00009492  0x00001127 bpatch  0x00000051 , 0x0000400a 
+ 00009493  0x00001128 call  0x000024f0 
+ 00009494  0x00001129 nbranch  0x000028f9 , 0x00000018 
+ 00009495  0x0000112a call  0x000029bb 
+ 00009496  0x0000112b bmark0  0x00000011 , 0x0000251c 
+ 00009497  0x0000112c fetch  0x00000002 , 0x000000f6 
+ 00009498  0x0000112d increase  0x00000001 , 0x0000003f 
+ 00009499  0x0000112e store  0x00000002 , 0x000000f6 
+ 00009500  0x00001130 rshift  0x00000021 , 0x00000002 
+ 00009501  0x00001131 or  0x00000002 , 0x00000040 , 0x0000000e 
+ 00009502  0x00001133 bpatch  0x00000052 , 0x0000400a 
+ 00009503  0x00001134 enable  0x00000007 
+ 00009504  0x00001135 enable  0x0000000a 
+ 00009505  0x00001136 enable  0x0000000b 
+ 00009506  0x00001137 parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009507  0x00001138 rshift8  0x0000000c , 0x0000003f 
+ 00009508  0x00001139 store  0x00000001 , 0x0000015d 
+ 00009509  0x0000113a parse  0x00000003 , 0x00000000 , 0x00000004 
+ 00009510  0x0000113b inject  0x00000000 , 0x00000007 
+ 00009511  0x0000113c copy  0x0000000c , 0x0000003f 
+ 00009512  0x0000113d store  0x00000001 , 0x00000019 
+ 00009513  0x0000113e parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009514  0x0000113f rshift8  0x0000000c , 0x0000003f 
+ 00009515  0x00001140 store  0x00000001 , 0x0000015e 
+ 00009516  0x00001141 fetch  0x00000001 , 0x00000019 
+ 00009517  0x00001142 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00009518  0x00001143 branch  0x00002533 , 0x00000002 
+ 00009519  0x00001144 beq  0x00000007 , 0x00002533 
+ 00009520  0x00001145 fetch  0x00000001 , 0x0000004c 
+ 00009521  0x00001146 isolate1  0x00000005 , 0x0000003f 
+ 00009522  0x00001147 setflag  0x00000001 , 0x00000001 , 0x00000015 
+ 00009523  0x00001149 bpatch  0x00000053 , 0x0000400a 
+ 00009524  0x0000114a parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009525  0x0000114b disable  0x0000000b 
+ 00009526  0x0000114c disable  0x0000000a 
+ 00009527  0x0000114d branch  0x00002631 , 0x00000006 
+ 00009528  0x0000114e bmark0  0x00000011 , 0x0000253c 
+ 00009529  0x0000114f fetch  0x00000002 , 0x000000f8 
+ 00009530  0x00001150 increase  0x00000001 , 0x0000003f 
+ 00009531  0x00001151 store  0x00000002 , 0x000000f8 
+ 00009532  0x00001153 bpatch  0x00000054 , 0x0000400a 
+ 00009533  0x00001154 fetch  0x00000001 , 0x0000015d 
+ 00009534  0x00001155 compare  0x00000000 , 0x0000003f , 0x00000007 
+ 00009535  0x00001156 setflag  0x00000001 , 0x0000000a , 0x00000000 
+ 00009536  0x00001157 branch  0x0000254c , 0x00000001 
+ 00009537  0x00001158 icompare  0x00000007 , 0x00000004 
+ 00009538  0x00001159 branch  0x0000254b , 0x00000001 
+ 00009539  0x0000115a bmark0  0x00000007 , 0x0000264d 
+ 00009540  0x0000115b fetcht  0x00000001 , 0x000000b0 
+ 00009541  0x0000115c icompare  0x00000007 , 0x00000002 
+ 00009542  0x0000115d nbranch  0x0000264d , 0x00000001 
+ 00009543  0x0000115e fetch  0x00000001 , 0x00000047 
+ 00009544  0x0000115f set0  0x00000005 , 0x0000003f 
+ 00009545  0x00001160 set1  0x00000004 , 0x0000003f 
+ 00009546  0x00001161 store  0x00000001 , 0x00000047 
+ 00009547  0x00001163 enable  0x0000002d 
+ 00009548  0x00001165 bpatch  0x00000055 , 0x0000400a 
+ 00009549  0x00001166 fetch  0x00000001 , 0x00000019 
+ 00009550  0x00001167 icopy  0x00000001 
+ 00009551  0x00001168 bmark1  0x0000000a , 0x0000255b 
+ 00009552  0x00001169 fetcht  0x00000001 , 0x0000015e 
+ 00009553  0x0000116a fetch  0x00000001 , 0x00000047 
+ 00009554  0x0000116b set0  0x00000000 , 0x0000003f 
+ 00009555  0x0000116c isolate1  0x00000000 , 0x00000002 
+ 00009556  0x0000116d setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00009557  0x0000116e isolate1  0x00000001 , 0x00000002 
+ 00009558  0x0000116f setflag  0x00000001 , 0x00000001 , 0x0000003f 
+ 00009559  0x00001170 store  0x00000001 , 0x00000047 
+ 00009560  0x00001171 isolate0  0x00000001 , 0x00000002 
+ 00009561  0x00001172 branch  0x0000255b , 0x00000001 
+ 00009562  0x00001173 call  0x00002687 
+ 00009563  0x00001175 bpatch  0x00000056 , 0x0000400a 
+ 00009564  0x00001176 arg  0x00000000 , 0x00000002 
+ 00009565  0x00001177 call  0x00002a1c 
+ 00009566  0x00001178 and  0x00000001 , 0x0000000f , 0x0000003f 
+ 00009567  0x00001179 beq  0x00000001 , 0x00002587 
+ 00009568  0x0000117a beq  0x00000000 , 0x0000264d 
+ 00009569  0x0000117b beq  0x00000002 , 0x00002659 
+ 00009570  0x0000117c fetcht  0x00000001 , 0x0000015e 
+ 00009571  0x0000117d fetch  0x00000001 , 0x00000047 
+ 00009572  0x0000117e icompare  0x00000004 , 0x00000002 
+ 00009573  0x0000117f nbranch  0x00002569 , 0x00000001 
+ 00009574  0x00001180 bmark0  0x0000000a , 0x00002568 
+ 00009575  0x00001181 bbit0  0x00000007 , 0x00002569 
+ 00009576  0x00001183 set1  0x0000000f , 0x00000000 
+ 00009577  0x00001185 bpatch  0x00000057 , 0x0000400a 
+ 00009578  0x00001186 deposit  0x00000001 
+ 00009579  0x00001187 beq  0x00000003 , 0x00002589 
+ 00009580  0x00001188 beq  0x00000004 , 0x0000258d 
+ 00009581  0x00001189 beq  0x00000007 , 0x00002578 
+ 00009582  0x0000118a beq  0x00000008 , 0x0000258c 
+ 00009583  0x0000118b arg  0x00000004 , 0x00000002 
+ 00009584  0x0000118c call  0x00002a1c 
+ 00009585  0x0000118d beq  0x0000000a , 0x00002588 
+ 00009586  0x0000118e beq  0x0000000b , 0x0000258b 
+ 00009587  0x0000118f arg  0x00000008 , 0x00000002 
+ 00009588  0x00001190 call  0x00002a1c 
+ 00009589  0x00001191 beq  0x0000000e , 0x00002588 
+ 00009590  0x00001192 beq  0x0000000f , 0x0000258b 
+ 00009591  0x00001193 rtn 
+ 00009592  0x00001197 bpatch  0x00000058 , 0x0000400b 
+ 00009593  0x00001198 enable  0x0000000d 
+ 00009594  0x00001199 enable  0x00000009 
+ 00009595  0x0000119a enable  0x0000000e 
+ 00009596  0x0000119b arg  0x000000d1 , 0x00000005 
+ 00009597  0x0000119c force  0x0000001e , 0x00000039 
+ 00009598  0x0000119e parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009599  0x0000119f rshift3  0x0000000c , 0x0000003f 
+ 00009600  0x000011a0 istore  0x00000001 , 0x00000005 
+ 00009601  0x000011a1 loop  0x0000257e 
+ 00009602  0x000011a2 bmark0  0x00000007 , 0x0000264d 
+ 00009603  0x000011a3 parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00009604  0x000011a4 nsetflag  0x00000006 , 0x00000008 , 0x00000000 
+ 00009605  0x000011a5 branch  0x0000263d , 0x00000006 
+ 00009606  0x000011a6 branch  0x00002620 
+ 00009607  0x000011aa branch  0x0000264d 
+ 00009608  0x000011ae set1  0x00000010 , 0x00000000 
+ 00009609  0x000011b0 enable  0x0000000c 
+ 00009610  0x000011b1 branch  0x0000258e 
+ 00009611  0x000011b5 set1  0x00000010 , 0x00000000 
+ 00009612  0x000011b7 set1  0x00000002 , 0x00000015 
+ 00009613  0x000011b9 enable  0x0000000d 
+ 00009614  0x000011bb bpatch  0x00000059 , 0x0000400b 
+ 00009615  0x000011bc bmark1  0x00000001 , 0x0000264d 
+ 00009616  0x000011bd isolate0  0x00000001 , 0x00000015 
+ 00009617  0x000011be branch  0x0000259a , 0x00000001 
+ 00009618  0x000011bf disable  0x00000007 
+ 00009619  0x000011c0 enable  0x0000000d 
+ 00009620  0x000011c1 disable  0x0000000c 
+ 00009621  0x000011c2 add  0x00000022 , 0x00000002 , 0x0000000b 
+ 00009622  0x000011c3 correlate  0x00000022 , 0x00000026 
+ 00009623  0x000011c4 nbranch  0x0000263d , 0x00000018 
+ 00009624  0x000011c5 set1  0x00000010 , 0x00000000 
+ 00009625  0x000011c6 enable  0x00000007 
+ 00009626  0x000011c8 bpatch  0x0000005a , 0x0000400b 
+ 00009627  0x000011c9 enable  0x0000000e 
+ 00009628  0x000011ca enable  0x00000009 
+ 00009629  0x000011cb parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009630  0x000011cc rshift8  0x0000000c , 0x0000003f 
+ 00009631  0x000011cd store  0x00000001 , 0x00000180 
+ 00009632  0x000011ce parse  0x00000003 , 0x00000000 , 0x00000005 
+ 00009633  0x000011cf bmark1  0x00000010 , 0x000025a5 
+ 00009634  0x000011d0 rshift3  0x0000000c , 0x00000039 
+ 00009635  0x000011d1 rshift3  0x00000039 , 0x00000039 
+ 00009636  0x000011d2 branch  0x000025a8 
+ 00009637  0x000011d4 parse  0x00000003 , 0x00000000 , 0x00000005 
+ 00009638  0x000011d5 rshift  0x0000000c , 0x00000039 
+ 00009639  0x000011d6 parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009640  0x000011d8 bpatch  0x0000005b , 0x0000400b 
+ 00009641  0x000011d9 deposit  0x00000039 
+ 00009642  0x000011da store  0x00000002 , 0x0000015f 
+ 00009643  0x000011db branch  0x000025e8 , 0x00000034 
+ 00009644  0x000011dc isub  0x00000035 , 0x0000003e 
+ 00009645  0x000011dd branch  0x0000263d , 0x00000002 
+ 00009646  0x000011de bpatch  0x0000005c , 0x0000400b 
+ 00009647  0x000011df set0  0x00000000 , 0x00000000 
+ 00009648  0x000011e0 fetch  0x00000001 , 0x00000180 
+ 00009649  0x000011e1 and_into  0x00000003 , 0x0000003f 
+ 00009650  0x000011e2 arg  0x00000551 , 0x00000005 
+ 00009651  0x000011e3 beq  0x00000003 , 0x000025ba 
+ 00009652  0x000011e4 bmark1  0x00000011 , 0x000025e4 
+ 00009653  0x000011e6 fetch  0x00000001 , 0x00000180 
+ 00009654  0x000011e7 and_into  0x00000003 , 0x0000003f 
+ 00009655  0x000011e8 beq  0x00000002 , 0x000025bf 
+ 00009656  0x000011e9 beq  0x00000001 , 0x000025d3 
+ 00009657  0x000011ea branch  0x0000263d 
+ 00009658  0x000011ed fetch  0x00000002 , 0x0000015f 
+ 00009659  0x000011ee sub  0x0000003f , 0x00000070 , 0x0000003e 
+ 00009660  0x000011ef nbranch  0x0000263d , 0x00000002 
+ 00009661  0x000011f0 bmark1  0x0000000f , 0x00002620 
+ 00009662  0x000011f1 branch  0x000025e4 
+ 00009663  0x000011f5 bpatch  0x0000005d , 0x0000400b 
+ 00009664  0x000011f6 bmark1  0x0000000f , 0x00002620 
+ 00009665  0x000011f7 fetch  0x00000002 , 0x0000015f 
+ 00009666  0x000011f8 arg  0x000002e0 , 0x00000002 
+ 00009667  0x000011f9 isub  0x00000002 , 0x0000003e 
+ 00009668  0x000011fa branch  0x0000263d , 0x00000002 
+ 00009669  0x000011fb fetch  0x00000001 , 0x00000263 
+ 00009670  0x000011fc bbit0  0x00000000 , 0x000025c9 
+ 00009671  0x000011fd bbit0  0x00000001 , 0x000025ce 
+ 00009672  0x000011fe branch  0x0000264d 
+ 00009673  0x00001200 jam  0x00000001 , 0x00000261 
+ 00009674  0x00001201 fetch  0x00000002 , 0x0000025d 
+ 00009675  0x00001202 bne  0x00000000 , 0x0000264d 
+ 00009676  0x00001203 arg  0x00001000 , 0x00000005 
+ 00009677  0x00001204 branch  0x000025e4 
+ 00009678  0x00001206 jam  0x00000002 , 0x00000261 
+ 00009679  0x00001207 fetch  0x00000002 , 0x0000025f 
+ 00009680  0x00001208 bne  0x00000000 , 0x0000264d 
+ 00009681  0x00001209 arg  0x00001400 , 0x00000005 
+ 00009682  0x0000120a branch  0x000025e4 
+ 00009683  0x0000120d bpatch  0x0000005e , 0x0000400b 
+ 00009684  0x0000120e bmark1  0x0000000f , 0x00002620 
+ 00009685  0x0000120f fetch  0x00000002 , 0x0000015f 
+ 00009686  0x00001210 arg  0x000002e0 , 0x00000002 
+ 00009687  0x00001211 isub  0x00000002 , 0x0000003e 
+ 00009688  0x00001212 branch  0x0000263d , 0x00000002 
+ 00009689  0x00001213 fetch  0x00000001 , 0x00000261 
+ 00009690  0x00001214 beq  0x00000001 , 0x000025dd 
+ 00009691  0x00001215 beq  0x00000002 , 0x000025e1 
+ 00009692  0x00001216 branch  0x0000264d 
+ 00009693  0x00001218 arg  0x00001000 , 0x00000005 
+ 00009694  0x00001219 fetch  0x00000002 , 0x0000025d 
+ 00009695  0x0000121a iadd  0x00000005 , 0x00000005 
+ 00009696  0x0000121b branch  0x000025e4 
+ 00009697  0x0000121d arg  0x00001400 , 0x00000005 
+ 00009698  0x0000121e fetch  0x00000002 , 0x0000025f 
+ 00009699  0x0000121f iadd  0x00000005 , 0x00000005 
+ 00009700  0x00001221 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009701  0x00001222 rshift3  0x0000000c , 0x0000003f 
+ 00009702  0x00001223 istore  0x00000001 , 0x00000005 
+ 00009703  0x00001224 loop  0x000025e4 
+ 00009704  0x00001226 bpatch  0x0000005f , 0x0000400b 
+ 00009705  0x00001227 parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00009706  0x00001228 branch  0x00002637 , 0x00000006 
+ 00009707  0x00001229 fetch  0x00000001 , 0x00004363 
+ 00009708  0x0000122a beq  0x00000001 , 0x0000264d 
+ 00009709  0x0000122b bmark1  0x00000011 , 0x0000260d 
+ 00009710  0x0000122c bmark1  0x0000000f , 0x0000264a 
+ 00009711  0x0000122d fetch  0x00000001 , 0x00000180 
+ 00009712  0x0000122e compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00009713  0x0000122f branch  0x0000260d , 0x00000001 
+ 00009714  0x00001230 fetch  0x00000002 , 0x0000015f 
+ 00009715  0x00001231 branch  0x0000260d , 0x00000034 
+ 00009716  0x00001232 bpatch  0x00000060 , 0x0000400c 
+ 00009717  0x00001233 fetch  0x00000001 , 0x00000261 
+ 00009718  0x00001234 beq  0x00000001 , 0x000025f9 
+ 00009719  0x00001235 beq  0x00000002 , 0x00002603 
+ 00009720  0x00001236 branch  0x00002a8c 
+ 00009721  0x00001238 fetch  0x00000002 , 0x0000025d 
+ 00009722  0x00001239 fetcht  0x00000002 , 0x0000015f 
+ 00009723  0x0000123a iadd  0x00000002 , 0x0000003f 
+ 00009724  0x0000123b store  0x00000002 , 0x0000025d 
+ 00009725  0x0000123c beq  0x00000000 , 0x00002a8c 
+ 00009726  0x0000123d fetcht  0x00000002 , 0x00001000 
+ 00009727  0x0000123e increase  0x00000004 , 0x00000002 
+ 00009728  0x0000123f isub  0x00000002 , 0x0000003e 
+ 00009729  0x00001240 call  0x00002747 , 0x00000005 
+ 00009730  0x00001241 branch  0x0000260d 
+ 00009731  0x00001243 fetch  0x00000002 , 0x0000025f 
+ 00009732  0x00001244 fetcht  0x00000002 , 0x0000015f 
+ 00009733  0x00001245 iadd  0x00000002 , 0x0000003f 
+ 00009734  0x00001246 store  0x00000002 , 0x0000025f 
+ 00009735  0x00001247 beq  0x00000000 , 0x00002a8c 
+ 00009736  0x00001248 fetcht  0x00000002 , 0x00001400 
+ 00009737  0x00001249 add  0x00000002 , 0x00000004 , 0x00000002 
+ 00009738  0x0000124a isub  0x00000002 , 0x0000003e 
+ 00009739  0x0000124b call  0x0000274b , 0x00000005 
+ 00009740  0x0000124c branch  0x0000260d 
+ 00009741  0x0000124e bpatch  0x00000061 , 0x0000400c 
+ 00009742  0x0000124f fetcht  0x00000001 , 0x0000004c 
+ 00009743  0x00001250 fetch  0x00000001 , 0x00000180 
+ 00009744  0x00001251 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00009745  0x00001252 setflag  0x00000001 , 0x00000006 , 0x00000002 
+ 00009746  0x00001253 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00009747  0x00001254 storet  0x00000001 , 0x0000004c 
+ 00009748  0x00001255 nbranch  0x00002616 , 0x00000001 
+ 00009749  0x00001256 set1  0x00000001 , 0x00000000 
+ 00009750  0x00001258 bmark0  0x00000011 , 0x00002620 
+ 00009751  0x00001259 isolate1  0x00000006 , 0x00000002 
+ 00009752  0x0000125a branch  0x00002620 , 0x00000001 
+ 00009753  0x0000125b fetch  0x00000002 , 0x000000fa 
+ 00009754  0x0000125c increase  0x00000001 , 0x0000003f 
+ 00009755  0x0000125d store  0x00000002 , 0x000000fa 
+ 00009756  0x0000125e set1  0x00000005 , 0x00000000 
+ 00009757  0x0000125f set0  0x00000007 , 0x00000002 
+ 00009758  0x00001260 set0  0x00000001 , 0x00000000 
+ 00009759  0x00001261 storet  0x00000001 , 0x0000004c 
+ 00009760  0x00001263 bpatch  0x00000062 , 0x0000400c 
+ 00009761  0x00001264 fetcht  0x00000001 , 0x0000015e 
+ 00009762  0x00001265 fetch  0x00000001 , 0x00000047 
+ 00009763  0x00001266 set1  0x00000005 , 0x0000003f 
+ 00009764  0x00001267 isolate1  0x00000002 , 0x00000002 
+ 00009765  0x00001268 setflag  0x00000001 , 0x00000002 , 0x0000003f 
+ 00009766  0x00001269 isolate1  0x0000000a , 0x00000000 
+ 00009767  0x0000126a setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00009768  0x0000126b store  0x00000001 , 0x00000047 
+ 00009769  0x0000126c fetch  0x00000002 , 0x0000015f 
+ 00009770  0x0000126d nbranch  0x0000264d , 0x00000034 
+ 00009771  0x0000126e fetch  0x00000001 , 0x0000004c 
+ 00009772  0x0000126f set0  0x00000007 , 0x0000003f 
+ 00009773  0x00001270 store  0x00000001 , 0x0000004c 
+ 00009774  0x00001271 fetch  0x00000001 , 0x00000180 
+ 00009775  0x00001272 compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00009776  0x00001274 branch  0x0000264d 
+ 00009777  0x00001277 bpatch  0x00000063 , 0x0000400c 
+ 00009778  0x00001278 disable  0x0000002d 
+ 00009779  0x00001279 fetch  0x00000002 , 0x0000001a 
+ 00009780  0x0000127a increase  0x00000001 , 0x0000003f 
+ 00009781  0x0000127b store  0x00000002 , 0x0000001a 
+ 00009782  0x0000127c branch  0x0000264d 
+ 00009783  0x0000127e fetch  0x00000002 , 0x0000001c 
+ 00009784  0x0000127f increase  0x00000001 , 0x0000003f 
+ 00009785  0x00001280 store  0x00000002 , 0x0000001c 
+ 00009786  0x00001281 call  0x0000263e 
+ 00009787  0x00001282 bmark0  0x00000011 , 0x0000263d 
+ 00009788  0x00001283 set1  0x00000005 , 0x00000000 
+ 00009789  0x00001285 branch  0x0000264d 
+ 00009790  0x00001288 bpatch  0x00000064 , 0x0000400c 
+ 00009791  0x00001289 fetch  0x00000001 , 0x00000180 
+ 00009792  0x0000128a compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00009793  0x0000128b nbranch  0x00002646 , 0x00000001 
+ 00009794  0x0000128d fetcht  0x00000001 , 0x0000004c 
+ 00009795  0x0000128e set0  0x00000006 , 0x00000002 
+ 00009796  0x0000128f storet  0x00000001 , 0x0000004c 
+ 00009797  0x00001290 rtn 
+ 00009798  0x00001294 fetcht  0x00000001 , 0x0000004c 
+ 00009799  0x00001295 set0  0x00000007 , 0x00000002 
+ 00009800  0x00001296 storet  0x00000001 , 0x0000004c 
+ 00009801  0x00001297 branch  0x00004c0b 
+ 00009802  0x0000129a fetch  0x00000001 , 0x00000047 
+ 00009803  0x0000129b set1  0x00000005 , 0x0000003f 
+ 00009804  0x0000129c store  0x00000001 , 0x00000047 
+ 00009805  0x0000129e bpatch  0x00000065 , 0x0000400c 
+ 00009806  0x0000129f disable  0x0000001d 
+ 00009807  0x000012a0 disable  0x0000001c 
+ 00009808  0x000012a1 disable  0x0000000d 
+ 00009809  0x000012a2 disable  0x0000000c 
+ 00009810  0x000012a3 disable  0x00000009 
+ 00009811  0x000012a4 disable  0x0000000e 
+ 00009812  0x000012a5 disable  0x00000007 
+ 00009813  0x000012a6 branch  0x000028f9 , 0x00000021 
+ 00009814  0x000012a7 until  0x0000003e , 0x00000027 
+ 00009815  0x000012a8 nop  0x00000064 
+ 00009816  0x000012a9 branch  0x000028f9 
+ 00009817  0x000012ac bpatch  0x00000066 , 0x0000400c 
+ 00009818  0x000012ad enable  0x00000009 
+ 00009819  0x000012ae enable  0x0000000c 
+ 00009820  0x000012af parse  0x00000003 , 0x00000000 , 0x00000048 
+ 00009821  0x000012b0 isolate1  0x0000003a , 0x0000003f 
+ 00009822  0x000012b1 setflag  0x00000001 , 0x00000000 , 0x00000000 
+ 00009823  0x000012b2 copy  0x00000020 , 0x00000002 
+ 00009824  0x000012b3 ialigned  0x00000020 
+ 00009825  0x000012b4 ialigned  0x0000001e 
+ 00009826  0x000012b5 pulse  0x00000015 
+ 00009827  0x000012b6 setsect  0x00000002 , 0x000fffff 
+ 00009828  0x000012b7 setsect  0x00000003 , 0x0000ffff 
+ 00009829  0x000012b8 nop  0x00000020 
+ 00009830  0x000012b9 iverify  0x0000000d 
+ 00009831  0x000012ba deposit  0x0000002c 
+ 00009832  0x000012bb store  0x00000003 , 0x00000178 
+ 00009833  0x000012bc deposit  0x0000002d 
+ 00009834  0x000012bd store  0x00000001 , 0x0000017b 
+ 00009835  0x000012be copy  0x00000002 , 0x00000020 
+ 00009836  0x000012bf branch  0x0000266e , 0x00000001 
+ 00009837  0x000012c0 branch  0x0000263d 
+ 00009838  0x000012c2 bpatch  0x00000067 , 0x0000400c 
+ 00009839  0x000012c3 parse  0x00000003 , 0x00000000 , 0x00000048 
+ 00009840  0x000012c4 ialigned  0x0000001f 
+ 00009841  0x000012c5 ialigned  0x00000004 
+ 00009842  0x000012c6 ialigned  0x0000002e 
+ 00009843  0x000012c7 ialigned  0x00000012 
+ 00009844  0x000012c8 force  0x00000000 , 0x0000003f 
+ 00009845  0x000012c9 parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00009846  0x000012ca branch  0x0000263d , 0x00000006 
+ 00009847  0x000012cb setarg  0x0ffffffc 
+ 00009848  0x000012cc iand  0x00000012 , 0x0000003f 
+ 00009849  0x000012cd store  0x00000004 , 0x00000165 
+ 00009850  0x000012ce deposit  0x0000001d 
+ 00009851  0x000012cf store  0x00000003 , 0x00000175 
+ 00009852  0x000012d0 deposit  0x0000001c 
+ 00009853  0x000012d1 store  0x00000001 , 0x00000173 
+ 00009854  0x000012d2 deposit  0x00000004 
+ 00009855  0x000012d3 store  0x00000001 , 0x00000174 
+ 00009856  0x000012d4 deposit  0x0000002e 
+ 00009857  0x000012d5 store  0x00000002 , 0x0000017c 
+ 00009858  0x000012d6 deposit  0x00000021 
+ 00009859  0x000012d7 inject  0x00000001 , 0x00000020 
+ 00009860  0x000012d8 compare  0x00000002 , 0x00000001 , 0x0000000f 
+ 00009861  0x000012d9 setflag  0x00000001 , 0x0000000b , 0x00000000 
+ 00009862  0x000012da branch  0x0000264d 
+ 00009863  0x000012dd bpatch  0x00000068 , 0x0000400d 
+ 00009864  0x000012de fetch  0x00000001 , 0x00000047 
+ 00009865  0x000012df rtnbit0  0x00000003 
+ 00009866  0x000012e0 set0  0x00000003 , 0x0000003f 
+ 00009867  0x000012e1 setflip  0x00000006 , 0x0000003f 
+ 00009868  0x000012e2 store  0x00000001 , 0x00000047 
+ 00009869  0x000012e3 fetch  0x00000001 , 0x000040c5 
+ 00009870  0x000012e4 beq  0x00000013 , 0x0000269c 
+ 00009871  0x000012e5 rtneq  0x00000007 
+ 00009872  0x000012e6 fetch  0x00000001 , 0x0000004b 
+ 00009873  0x000012e7 rtnbit0  0x00000006 , 0x0000003f 
+ 00009874  0x000012e8 set0  0x00000006 , 0x0000003f 
+ 00009875  0x000012e9 set1  0x00000007 , 0x0000003f 
+ 00009876  0x000012ea store  0x00000001 , 0x0000004b 
+ 00009877  0x000012eb set0  0x00000002 , 0x00000000 
+ 00009878  0x000012ec fetch  0x00000002 , 0x00004246 
+ 00009879  0x000012ed nrtn  0x00000034 
+ 00009880  0x000012ee fetch  0x00000001 , 0x0000004b 
+ 00009881  0x000012ef set0  0x00000007 , 0x0000003f 
+ 00009882  0x000012f0 store  0x00000001 , 0x0000004b 
+ 00009883  0x000012f1 branch  0x0000525d 
+ 00009884  0x000012f4 bpatch  0x00000069 , 0x0000400d 
+ 00009885  0x000012f5 fetch  0x00000001 , 0x000004b7 
+ 00009886  0x000012f6 rshift  0x0000003f , 0x0000003f 
+ 00009887  0x000012f7 beq  0x00000011 , 0x000026b8 
+ 00009888  0x000012f8 beq  0x00000012 , 0x000026c0 
+ 00009889  0x000012f9 beq  0x00000018 , 0x000026e9 
+ 00009890  0x000012fa beq  0x0000007f , 0x000026a8 
+ 00009891  0x000012fb rtnne  0x00000003 
+ 00009892  0x000012fc fetch  0x00000001 , 0x000004b8 
+ 00009893  0x000012fd beq  0x0000002b , 0x000026b0 
+ 00009894  0x000012fe beq  0x00000011 , 0x000026ab 
+ 00009895  0x000012ff rtn 
+ 00009896  0x00001302 fetch  0x00000001 , 0x000004b8 
+ 00009897  0x00001303 set1  0x00000007 , 0x0000003f 
+ 00009898  0x00001304 rtn 
+ 00009899  0x00001306 rtn  0x00000029 
+ 00009900  0x00001307 fetch  0x00000001 , 0x00000030 
+ 00009901  0x00001308 rtnbit1  0x00000004 
+ 00009902  0x00001309 jam  0x00000031 , 0x0000007c 
+ 00009903  0x0000130a rtn 
+ 00009904  0x0000130e rtn  0x00000029 
+ 00009905  0x0000130f fetch  0x00000001 , 0x00000031 
+ 00009906  0x00001310 isolate1  0x00000004 , 0x0000003f 
+ 00009907  0x00001311 branch  0x000026b5 , 0x00000001 
+ 00009908  0x00001313 rtn 
+ 00009909  0x00001315 set0  0x00000004 , 0x0000003f 
+ 00009910  0x00001316 store  0x00000001 , 0x00000031 
+ 00009911  0x00001317 rtn 
+ 00009912  0x0000131a bpatch  0x0000006a , 0x0000400d 
+ 00009913  0x0000131b fetch  0x00000001 , 0x0000004c 
+ 00009914  0x0000131c set1  0x00000002 , 0x0000003f 
+ 00009915  0x0000131d store  0x00000001 , 0x0000004c 
+ 00009916  0x0000131e jam  0x00000001 , 0x00008011 
+ 00009917  0x0000131f fetch  0x00000001 , 0x00000030 
+ 00009918  0x00001320 isolate1  0x00000004 , 0x0000003f 
+ 00009919  0x00001321 rtn 
+ 00009920  0x00001324 bpatch  0x0000006b , 0x0000400d 
+ 00009921  0x00001325 fetch  0x00000001 , 0x0000004c 
+ 00009922  0x00001326 set0  0x00000002 , 0x0000003f 
+ 00009923  0x00001327 store  0x00000001 , 0x0000004c 
+ 00009924  0x00001328 jam  0x00000000 , 0x00008011 
+ 00009925  0x00001329 rtn 
+ 00009926  0x0000132d bpatch  0x0000006c , 0x0000400d 
+ 00009927  0x0000132e copy  0x00000022 , 0x0000003f 
+ 00009928  0x0000132f store  0x00000004 , 0x0000420c 
+ 00009929  0x00001330 add  0x00000022 , 0x00000003 , 0x00000011 
+ 00009930  0x00001331 branch  0x000026cc , 0x00000029 
+ 00009931  0x00001332 add  0x00000028 , 0x00000003 , 0x00000011 
+ 00009932  0x00001334 fetcht  0x00000002 , 0x00000032 
+ 00009933  0x00001335 deposit  0x00000011 
+ 00009934  0x00001336 set0  0x0000001b , 0x0000003f 
+ 00009935  0x00001337 idiv  0x00000002 
+ 00009936  0x00001338 fetch  0x00000002 , 0x00000075 
+ 00009937  0x00001339 call  0x00007f86 
+ 00009938  0x0000133a remainder  0x00000013 
+ 00009939  0x0000133b isub  0x00000013 , 0x0000003f 
+ 00009940  0x0000133c branch  0x000026d6 , 0x00000002 
+ 00009941  0x0000133d iadd  0x00000002 , 0x0000003f 
+ 00009942  0x0000133f iadd  0x00000011 , 0x0000003f 
+ 00009943  0x00001340 store  0x00000004 , 0x00000034 
+ 00009944  0x00001341 jam  0x00000000 , 0x0000455b 
+ 00009945  0x00001342 fetch  0x00000001 , 0x00000030 
+ 00009946  0x00001343 set1  0x00000001 , 0x0000003f 
+ 00009947  0x00001344 store  0x00000001 , 0x00000030 
+ 00009948  0x00001345 fetch  0x00000001 , 0x00000073 
+ 00009949  0x00001346 store  0x00000001 , 0x0000008a 
+ 00009950  0x00001347 setarg  0x00000000 
+ 00009951  0x00001348 store  0x00000003 , 0x00004169 
+ 00009952  0x00001349 store  0x00000003 , 0x0000416c 
+ 00009953  0x0000134a store  0x00000001 , 0x00004159 
+ 00009954  0x0000134b jam  0x0000000b , 0x00000a99 
+ 00009955  0x0000134c call  0x00007d86 
+ 00009956  0x0000134d fetch  0x00000002 , 0x000040c1 
+ 00009957  0x0000134e store  0x00000002 , 0x0000003e 
+ 00009958  0x0000134f nrtn  0x00000029 
+ 00009959  0x00001350 add  0x00000004 , 0xffffffff , 0x00000007 
+ 00009960  0x00001351 rtn 
+ 00009961  0x00001354 bpatch  0x0000006d , 0x0000400d 
+ 00009962  0x00001355 fetch  0x00000001 , 0x00000030 
+ 00009963  0x00001356 rtnbit0  0x00000001 
+ 00009964  0x00001357 set0  0x00000001 , 0x0000003f 
+ 00009965  0x00001358 store  0x00000001 , 0x00000030 
+ 00009966  0x00001359 fetch  0x00000002 , 0x000040bf 
+ 00009967  0x0000135a store  0x00000002 , 0x0000003e 
+ 00009968  0x0000135b disable  0x0000002b 
+ 00009969  0x0000135c jam  0x0000000c , 0x00000a99 
+ 00009970  0x0000135d branch  0x00007d86 
+ 00009971  0x00001361 bpatch  0x0000006e , 0x0000400d 
+ 00009972  0x00001362 enable  0x0000002e 
+ 00009973  0x00001363 fetch  0x00000001 , 0x00000030 
+ 00009974  0x00001364 bbit1  0x00000001 , 0x00002700 
+ 00009975  0x00001365 rtnmark1  0x00000011 
+ 00009976  0x00001366 fetch  0x00000001 , 0x00000047 
+ 00009977  0x00001367 rtnbit1  0x00000003 
+ 00009978  0x00001368 fetch  0x00000001 , 0x00000048 
+ 00009979  0x00001369 nrtn  0x00000034 
+ 00009980  0x0000136a fetch  0x00000001 , 0x0000004b 
+ 00009981  0x0000136b rtnbit1  0x00000006 
+ 00009982  0x0000136d force  0x00000000 , 0x0000003f 
+ 00009983  0x0000136e rtn 
+ 00009984  0x00001371 bbit0  0x00000002 , 0x0000270f 
+ 00009985  0x00001372 fetch  0x00000001 , 0x0000008a 
+ 00009986  0x00001373 beq  0x00000002 , 0x00002706 
+ 00009987  0x00001374 fetch  0x00000001 , 0x00000047 
+ 00009988  0x00001375 bbit1  0x00000003 , 0x00002718 
+ 00009989  0x00001376 bmark0  0x00000008 , 0x00002718 
+ 00009990  0x00001378 nbranch  0x00002718 , 0x00000029 
+ 00009991  0x00001379 fetch  0x00000001 , 0x00000048 
+ 00009992  0x0000137a nbranch  0x00002718 , 0x00000034 
+ 00009993  0x0000137c fetch  0x00000001 , 0x000000ef 
+ 00009994  0x0000137d increase  0xffffffff , 0x0000003f 
+ 00009995  0x0000137e store  0x00000001 , 0x000000ef 
+ 00009996  0x0000137f nbranch  0x000026fe , 0x00000034 
+ 00009997  0x00001380 jam  0x00000010 , 0x000000ef 
+ 00009998  0x00001381 branch  0x00002718 
+ 00009999  0x00001389 fetch  0x00000001 , 0x0000008a 
+ 00010000  0x0000138a bne  0x00000001 , 0x00002718 
+ 00010001  0x0000138b fetch  0x00000001 , 0x0000008b 
+ 00010002  0x0000138c branch  0x00002718 , 0x00000034 
+ 00010003  0x0000138d increase  0xffffffff , 0x0000003f 
+ 00010004  0x0000138e store  0x00000001 , 0x0000008b 
+ 00010005  0x0000138f fetch  0x00000001 , 0x00000047 
+ 00010006  0x00001390 rtnbit1  0x00000003 
+ 00010007  0x00001391 nrtn  0x0000002d 
+ 00010008  0x00001393 fetch  0x00000001 , 0x0000008a 
+ 00010009  0x00001394 increase  0xffffffff , 0x0000003f 
+ 00010010  0x00001395 store  0x00000001 , 0x0000008a 
+ 00010011  0x00001396 rtn 
+ 00010012  0x000013a2 bpatch  0x0000006f , 0x0000400d 
+ 00010013  0x000013a3 disable  0x00000010 
+ 00010014  0x000013a4 copy  0x00000002 , 0x0000001b 
+ 00010015  0x000013a5 call  0x00002260 
+ 00010016  0x000013a6 disable  0x00000028 
+ 00010017  0x000013a7 nrtn  0x00000005 
+ 00010018  0x000013a8 force  0x00000000 , 0x0000001b 
+ 00010019  0x000013a9 enable  0x00000028 
+ 00010020  0x000013aa rtn 
+ 00010021  0x000013ae fetch  0x00000001 , 0x00004158 
+ 00010022  0x000013af icompare  0x000000ff , 0x00000004 
+ 00010023  0x000013b0 rtn 
+ 00010024  0x000013b4 bpatch  0x00000070 , 0x0000400e 
+ 00010025  0x000013b5 set0  0x00000001 , 0x00000000 
+ 00010026  0x000013b7 jam  0x00000000 , 0x0000026a 
+ 00010027  0x000013b8 fetch  0x00000001 , 0x00000263 
+ 00010028  0x000013b9 rtn  0x00000034 
+ 00010029  0x000013ba isolate1  0x00000000 , 0x0000003f 
+ 00010030  0x000013bb arg  0x00001000 , 0x00000006 
+ 00010031  0x000013bc call  0x00004d79 , 0x00000001 
+ 00010032  0x000013bd bpatch  0x00000071 , 0x0000400e 
+ 00010033  0x000013be fetch  0x00000001 , 0x0000026a 
+ 00010034  0x000013bf beq  0x00000001 , 0x0000273b 
+ 00010035  0x000013c1 jam  0x00000000 , 0x0000026a 
+ 00010036  0x000013c2 fetch  0x00000001 , 0x00000263 
+ 00010037  0x000013c3 rtnbit0  0x00000001 
+ 00010038  0x000013c4 arg  0x00001400 , 0x00000006 
+ 00010039  0x000013c5 call  0x00004d79 
+ 00010040  0x000013c6 fetch  0x00000001 , 0x0000026a 
+ 00010041  0x000013c7 beq  0x00000001 , 0x00002741 
+ 00010042  0x000013c8 rtn 
+ 00010043  0x000013cb fetch  0x00000001 , 0x00000263 
+ 00010044  0x000013cc set0  0x00000000 , 0x0000003f 
+ 00010045  0x000013cd store  0x00000001 , 0x00000263 
+ 00010046  0x000013ce setarg  0x00000000 
+ 00010047  0x000013cf store  0x00000002 , 0x0000025d 
+ 00010048  0x000013d0 rtn 
+ 00010049  0x000013d2 fetch  0x00000001 , 0x00000263 
+ 00010050  0x000013d3 set0  0x00000001 , 0x0000003f 
+ 00010051  0x000013d4 store  0x00000001 , 0x00000263 
+ 00010052  0x000013d5 setarg  0x00000000 
+ 00010053  0x000013d6 store  0x00000002 , 0x0000025f 
+ 00010054  0x000013d7 rtn 
+ 00010055  0x000013da fetch  0x00000001 , 0x00000263 
+ 00010056  0x000013db set1  0x00000000 , 0x0000003f 
+ 00010057  0x000013dc store  0x00000001 , 0x00000263 
+ 00010058  0x000013dd rtn 
+ 00010059  0x000013e0 fetch  0x00000001 , 0x00000263 
+ 00010060  0x000013e1 set1  0x00000001 , 0x0000003f 
+ 00010061  0x000013e2 store  0x00000001 , 0x00000263 
+ 00010062  0x000013e3 rtn 
+ 00010063  0x000013ea bpatch  0x00000072 , 0x0000400e 
+ 00010064  0x000013eb add  0x00000028 , 0x00000001 , 0x00000021 
+ 00010065  0x000013ec call  0x000028ea 
+ 00010066  0x000013ed force  0x00000003 , 0x00000024 
+ 00010067  0x000013ee call  0x000028d2 
+ 00010068  0x000013ef call  0x00002a51 
+ 00010069  0x000013f0 call  0x00002a5f 
+ 00010070  0x000013f1 branch  0x00002a64 
+ 00010071  0x000013f5 bpatch  0x00000073 , 0x0000400e 
+ 00010072  0x000013f6 call  0x00002a4d 
+ 00010073  0x000013f7 deposit  0x00000028 
+ 00010074  0x000013f8 fetcht  0x00000004 , 0x000040ca 
+ 00010075  0x000013f9 isub  0x00000002 , 0x0000003f 
+ 00010076  0x000013fa rtnne  0x00000001 
+ 00010077  0x000013fb compare  0x00000000 , 0x00000001 , 0x0000001f 
+ 00010078  0x000013fc nbranch  0x00002761 , 0x00000001 
+ 00010079  0x000013fd fetch  0x00000001 , 0x00000019 
+ 00010080  0x000013fe rtn  0x00000034 
+ 00010081  0x00001400 call  0x0000274f 
+ 00010082  0x00001402 compare  0x00000010 , 0x00000001 , 0x0000001f 
+ 00010083  0x00001403 branch  0x0000264d , 0x00000001 
+ 00010084  0x00001404 rshift  0x00000021 , 0x00000002 
+ 00010085  0x00001405 or  0x00000002 , 0x00000040 , 0x0000000e 
+ 00010086  0x00001407 bpatch  0x00000074 , 0x0000400e 
+ 00010087  0x00001408 enable  0x00000007 
+ 00010088  0x00001409 enable  0x0000000a 
+ 00010089  0x0000140a enable  0x0000001b 
+ 00010090  0x0000140b set0  0x00000010 , 0x00000000 
+ 00010091  0x0000140c deposit  0x00000004 
+ 00010092  0x0000140d inject  0x00000003 , 0x00000003 
+ 00010093  0x0000140e deposit  0x00000001 
+ 00010094  0x0000140f inject  0x00000003 , 0x00000004 
+ 00010095  0x00001410 fetch  0x00000001 , 0x00000047 
+ 00010096  0x00001411 inject  0x00000000 , 0x00000004 
+ 00010097  0x00001412 inject  0x00000003 , 0x00000003 
+ 00010098  0x00001413 enable  0x00000008 
+ 00010099  0x00001414 inject  0x00000003 , 0x00000008 
+ 00010100  0x00001415 disable  0x0000001b 
+ 00010101  0x00001416 disable  0x00000008 
+ 00010102  0x00001417 disable  0x0000000a 
+ 00010103  0x00001418 set0  0x00000002 , 0x00000015 
+ 00010104  0x00001419 arg  0x00000000 , 0x00000002 
+ 00010105  0x0000141a call  0x00002a1c 
+ 00010106  0x0000141b bpatch  0x00000075 , 0x0000400e 
+ 00010107  0x0000141c and  0x00000001 , 0x0000001f , 0x0000003f 
+ 00010108  0x0000141d beq  0x00000013 , 0x000027b4 
+ 00010109  0x0000141e beq  0x00000000 , 0x0000264d 
+ 00010110  0x0000141f beq  0x00000001 , 0x0000264d 
+ 00010111  0x00001420 beq  0x00000002 , 0x00002797 
+ 00010112  0x00001421 beq  0x00000003 , 0x000027c5 
+ 00010113  0x00001422 beq  0x00000004 , 0x000027cb 
+ 00010114  0x00001423 beq  0x00000007 , 0x0000278c 
+ 00010115  0x00001424 beq  0x00000008 , 0x000027ca 
+ 00010116  0x00001425 arg  0x00000004 , 0x00000002 
+ 00010117  0x00001426 call  0x00002a1c 
+ 00010118  0x00001427 beq  0x0000000a , 0x000027c7 
+ 00010119  0x00001428 beq  0x0000000b , 0x000027cd 
+ 00010120  0x00001429 arg  0x00000008 , 0x00000002 
+ 00010121  0x0000142a call  0x00002a1c 
+ 00010122  0x0000142b beq  0x0000000f , 0x000027cd 
+ 00010123  0x0000142c branch  0x000027c7 
+ 00010124  0x00001430 bpatch  0x00000076 , 0x0000400e 
+ 00010125  0x00001431 enable  0x0000001d 
+ 00010126  0x00001432 enable  0x00000009 
+ 00010127  0x00001433 enable  0x0000000e 
+ 00010128  0x00001434 force  0x0000001e , 0x00000039 
+ 00010129  0x00001435 arg  0x000000b3 , 0x00000006 
+ 00010130  0x00001437 ifetch  0x00000001 , 0x00000006 
+ 00010131  0x00001438 inject  0x00000003 , 0x00000008 
+ 00010132  0x00001439 loop  0x00002792 
+ 00010133  0x0000143a bmark1  0x00000007 , 0x000027f7 
+ 00010134  0x0000143b branch  0x0000264d 
+ 00010135  0x0000143e bpatch  0x00000077 , 0x0000400e 
+ 00010136  0x0000143f fetch  0x00000001 , 0x00000181 
+ 00010137  0x00001440 icopy  0x00000004 
+ 00010138  0x00001441 fetch  0x00000001 , 0x00000090 
+ 00010139  0x00001442 icopy  0x0000001c 
+ 00010140  0x00001443 fetch  0x00000003 , 0x000040aa 
+ 00010141  0x00001444 icopy  0x0000001d 
+ 00010142  0x00001445 fetch  0x00000002 , 0x000040a4 
+ 00010143  0x00001446 icopy  0x0000002e 
+ 00010144  0x00001447 enable  0x00000009 
+ 00010145  0x00001448 enable  0x0000001c 
+ 00010146  0x00001449 copy  0x00000020 , 0x00000011 
+ 00010147  0x0000144a call  0x000028e2 
+ 00010148  0x0000144b pulse  0x00000015 
+ 00010149  0x0000144c nop  0x00000020 
+ 00010150  0x0000144d copy  0x00000021 , 0x0000000b 
+ 00010151  0x0000144e fetch  0x00000004 , 0x00000161 
+ 00010152  0x0000144f icopy  0x00000021 
+ 00010153  0x00001450 preload  0x0000001e 
+ 00010154  0x00001451 set1  0x0000003a , 0x0000003f 
+ 00010155  0x00001452 inject  0x00000003 , 0x00000048 
+ 00010156  0x00001453 preload  0x0000001f 
+ 00010157  0x00001454 inject  0x00000003 , 0x00000048 
+ 00010158  0x00001455 copy  0x0000000b , 0x00000021 
+ 00010159  0x00001456 copy  0x00000011 , 0x00000020 
+ 00010160  0x00001457 enable  0x00000008 
+ 00010161  0x00001458 inject  0x00000003 , 0x00000010 
+ 00010162  0x00001459 disable  0x00000008 
+ 00010163  0x0000145a branch  0x0000264d 
+ 00010164  0x0000145d bpatch  0x00000078 , 0x0000400f 
+ 00010165  0x0000145e enable  0x0000000e 
+ 00010166  0x0000145f enable  0x00000009 
+ 00010167  0x00001460 enable  0x0000001c 
+ 00010168  0x00001461 fetch  0x00000001 , 0x000004b6 
+ 00010169  0x00001462 and  0x0000003f , 0x000001f8 , 0x00000002 
+ 00010170  0x00001463 arg  0x000004b6 , 0x00000006 
+ 00010171  0x00001464 increase  0x00000008 , 0x00000002 
+ 00010172  0x00001466 add  0x00000002 , 0xffffffb8 , 0x00000013 
+ 00010173  0x00001467 nbranch  0x000027c2 , 0x00000002 
+ 00010174  0x00001468 ifetch  0x00000009 , 0x00000006 
+ 00010175  0x00001469 inject  0x00000003 , 0x00000048 
+ 00010176  0x0000146a copy  0x00000013 , 0x00000002 
+ 00010177  0x0000146b branch  0x000027bc 
+ 00010178  0x0000146d ifetch  0x00000009 , 0x00000006 
+ 00010179  0x0000146e iinject  0x00000003 , 0x00000002 
+ 00010180  0x0000146f branch  0x000027f7 
+ 00010181  0x00001472 enable  0x0000001c 
+ 00010182  0x00001473 branch  0x000027d0 
+ 00010183  0x00001476 enable  0x0000001c 
+ 00010184  0x00001477 set1  0x00000010 , 0x00000000 
+ 00010185  0x00001478 branch  0x000027d0 
+ 00010186  0x0000147b set1  0x00000002 , 0x00000015 
+ 00010187  0x0000147d enable  0x0000001d 
+ 00010188  0x0000147e branch  0x000027d0 
+ 00010189  0x00001482 set1  0x00000002 , 0x00000015 
+ 00010190  0x00001483 enable  0x0000001d 
+ 00010191  0x00001484 set1  0x00000010 , 0x00000000 
+ 00010192  0x00001487 bpatch  0x00000079 , 0x0000400f 
+ 00010193  0x00001488 fetch  0x00000001 , 0x0000004c 
+ 00010194  0x00001489 bbit0  0x00000005 , 0x000027e5 
+ 00010195  0x0000148a sub  0x00000001 , 0x00000003 , 0x0000003e 
+ 00010196  0x0000148b branch  0x000027e5 , 0x00000002 
+ 00010197  0x0000148c disable  0x0000000e 
+ 00010198  0x0000148d disable  0x0000001c 
+ 00010199  0x0000148e enable  0x0000001d 
+ 00010200  0x0000148f disable  0x00000007 
+ 00010201  0x00001490 set1  0x00000001 , 0x00000015 
+ 00010202  0x00001491 isolate1  0x00000002 , 0x00000015 
+ 00010203  0x00001492 branch  0x000027df , 0x00000001 
+ 00010204  0x00001493 setarg  0x000abeee 
+ 00010205  0x00001494 inject  0x00000003 , 0x00000014 
+ 00010206  0x00001495 branch  0x000027e3 
+ 00010207  0x00001497 setarg  0x005faeba 
+ 00010208  0x00001498 inject  0x00000003 , 0x00000018 
+ 00010209  0x00001499 setarg  0x00000012 
+ 00010210  0x0000149a inject  0x00000003 , 0x00000006 
+ 00010211  0x0000149c enable  0x00000007 
+ 00010212  0x0000149d set1  0x00000010 , 0x00000000 
+ 00010213  0x0000149f enable  0x0000000e 
+ 00010214  0x000014a0 enable  0x00000009 
+ 00010215  0x000014a1 bmark1  0x00000005 , 0x00002800 
+ 00010216  0x000014a2 fetch  0x00000001 , 0x000041db 
+ 00010217  0x000014a3 inject  0x00000003 , 0x00000003 
+ 00010218  0x000014a4 fetch  0x00000002 , 0x000041dc 
+ 00010219  0x000014a5 iforce  0x00000039 
+ 00010220  0x000014a6 bmark1  0x00000010 , 0x000027ef 
+ 00010221  0x000014a7 inject  0x00000003 , 0x00000005 
+ 00010222  0x000014a8 branch  0x000027f0 
+ 00010223  0x000014aa inject  0x00000003 , 0x0000000d 
+ 00010224  0x000014ac deposit  0x00000039 
+ 00010225  0x000014ad branch  0x000027f7 , 0x00000034 
+ 00010226  0x000014ae fetch  0x00000002 , 0x0000016f 
+ 00010227  0x000014af iforce  0x00000006 
+ 00010228  0x000014b1 ifetch  0x00000001 , 0x00000006 
+ 00010229  0x000014b2 inject  0x00000003 , 0x00000008 
+ 00010230  0x000014b3 loop  0x000027f4 
+ 00010231  0x000014b7 enable  0x00000008 
+ 00010232  0x000014b8 inject  0x00000003 , 0x00000010 
+ 00010233  0x000014b9 disable  0x00000008 
+ 00010234  0x000014ba call  0x000024c1 
+ 00010235  0x000014bb fetch  0x00000001 , 0x0000004c 
+ 00010236  0x000014bc bbit0  0x00000005 , 0x0000264d 
+ 00010237  0x000014bd force  0x00000000 , 0x0000003f 
+ 00010238  0x000014be inject  0x00000003 , 0x00000006 
+ 00010239  0x000014bf branch  0x0000264d 
+ 00010240  0x000014c3 bpatch  0x0000007a , 0x0000400f 
+ 00010241  0x000014c4 bmark1  0x00000010 , 0x00002808 
+ 00010242  0x000014c6 fetch  0x00000001 , 0x00000180 
+ 00010243  0x000014c7 inject  0x00000003 , 0x00000003 
+ 00010244  0x000014c8 fetch  0x00000001 , 0x0000015f 
+ 00010245  0x000014c9 iforce  0x00000013 
+ 00010246  0x000014ca inject  0x00000003 , 0x00000005 
+ 00010247  0x000014cb branch  0x0000280d 
+ 00010248  0x000014cd fetch  0x00000001 , 0x00000180 
+ 00010249  0x000014ce inject  0x00000003 , 0x00000003 
+ 00010250  0x000014cf fetch  0x00000002 , 0x0000015f 
+ 00010251  0x000014d0 iforce  0x00000013 
+ 00010252  0x000014d1 inject  0x00000003 , 0x0000000d 
+ 00010253  0x000014d3 arg  0x00000551 , 0x00000006 
+ 00010254  0x000014d5 copy  0x00000013 , 0x0000003e 
+ 00010255  0x000014d6 branch  0x00002814 , 0x00000005 
+ 00010256  0x000014d7 ifetch  0x00000001 , 0x00000006 
+ 00010257  0x000014d8 inject  0x00000003 , 0x00000008 
+ 00010258  0x000014d9 increase  0xffffffff , 0x00000013 
+ 00010259  0x000014da branch  0x0000280e 
+ 00010260  0x000014dc fetch  0x00000002 , 0x000000fc 
+ 00010261  0x000014dd increase  0x00000001 , 0x0000003f 
+ 00010262  0x000014de store  0x00000002 , 0x000000fc 
+ 00010263  0x000014df branch  0x000027f7 
+ 00010264  0x000014e3 fetch  0x00000004 , 0x00000165 
+ 00010265  0x000014e4 add  0x0000003f , 0x00000007 , 0x00000011 
+ 00010266  0x000014e5 fetch  0x00000002 , 0x00000171 
+ 00010267  0x000014e6 nbranch  0x0000281e , 0x00000034 
+ 00010268  0x000014e7 increase  0xfffffffd , 0x00000011 
+ 00010269  0x000014e8 branch  0x00002826 
+ 00010270  0x000014ea mul32  0x0000003f , 0x0000000c , 0x0000003f 
+ 00010271  0x000014eb hfetcht  0x00000002 , 0x00008040 
+ 00010272  0x000014ec increase  0x00000001 , 0x00000002 
+ 00010273  0x000014ee isub  0x00000002 , 0x0000003f 
+ 00010274  0x000014ef nbranch  0x00002825 , 0x00000002 
+ 00010275  0x000014f0 increase  0xffffffff , 0x00000011 
+ 00010276  0x000014f1 branch  0x00002821 
+ 00010277  0x000014f3 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00010278  0x000014f5 until  0x0000003e , 0x00000023 
+ 00010279  0x000014f6 compare  0x00000000 , 0x00000022 , 0x00000003 
+ 00010280  0x000014f7 nbranch  0x00002826 , 0x00000001 
+ 00010281  0x000014f8 iforce  0x00000029 
+ 00010282  0x000014f9 copy  0x00000011 , 0x00000028 
+ 00010283  0x000014fa iforce  0x00000029 
+ 00010284  0x000014fb rtn 
+ 00010285  0x000014ff bpatch  0x0000007b , 0x0000400f 
+ 00010286  0x00001500 until  0x0000003e , 0x00000022 
+ 00010287  0x00001501 deposit  0x0000001a 
+ 00010288  0x00001502 iforce  0x00000006 
+ 00010289  0x00001503 rshift16 , 0x0000003f , 0x0000003f 
+ 00010290  0x00001504 isub  0x00000022 , 0x00000039 
+ 00010291  0x00001505 and_into  0x00000003 , 0x00000039 
+ 00010292  0x00001506 nbranch  0x00002837 , 0x00000005 
+ 00010293  0x00001507 force  0x00000000 , 0x0000003f 
+ 00010294  0x00001508 branch  0x0000283b 
+ 00010295  0x0000150a arg  0x00000ea6 , 0x00000002 
+ 00010296  0x0000150b force  0x00000000 , 0x0000003f 
+ 00010297  0x0000150d iadd  0x00000002 , 0x0000003f 
+ 00010298  0x0000150e loop  0x00002839 
+ 00010299  0x00001510 iadd  0x00000006 , 0x0000003f 
+ 00010300  0x00001511 div  0x0000003f , 0x0000000c 
+ 00010301  0x00001512 call  0x00007f86 
+ 00010302  0x00001513 quotient  0x0000003f 
+ 00010303  0x00001514 store  0x00000002 , 0x00000171 
+ 00010304  0x00001515 rtn 
+ 00010305  0x00001518 bpatch  0x0000007c , 0x0000400f 
+ 00010306  0x00001519 deposit  0x0000001a 
+ 00010307  0x0000151a copy  0x00000019 , 0x00000002 
+ 00010308  0x0000151b isub  0x00000002 , 0x0000003e 
+ 00010309  0x0000151c nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
+ 00010310  0x0000151d isub  0x00000002 , 0x00000002 
+ 00010311  0x0000151e setarg  0x00000ea6 
+ 00010312  0x0000151f isolate0  0x0000000f , 0x00000002 
+ 00010313  0x00001520 branch  0x0000284c , 0x00000001 
+ 00010314  0x00001521 setarg  0xffff0ea6 
+ 00010315  0x00001522 iadd  0x00000002 , 0x00000002 
+ 00010316  0x00001524 storet  0x00000006 , 0x00000447 
+ 00010317  0x00001525 rtn  0x00000036 
+ 00010318  0x00001526 storet  0x00000006 , 0x00000038 
+ 00010319  0x00001527 rtn 
+ 00010320  0x0000152a disable  0x00000030 
+ 00010321  0x0000152b fetch  0x00000006 , 0x00000447 
+ 00010322  0x0000152c branch  0x00002854 , 0x00000036 
+ 00010323  0x0000152d fetch  0x00000006 , 0x00000038 
+ 00010324  0x0000152f iadd  0x00000019 , 0x00000030 
+ 00010325  0x00001530 increase  0x0000000a , 0x00000030 
+ 00010326  0x00001531 setarg  0x00000ea6 
+ 00010327  0x00001532 isub  0x00000030 , 0x0000003f 
+ 00010328  0x00001533 isolate0  0x0000000f , 0x0000003f 
+ 00010329  0x00001534 branch  0x0000285e , 0x00000001 
+ 00010330  0x00001535 setarg  0x0000f15a 
+ 00010331  0x00001536 iadd  0x00000030 , 0x00000030 
+ 00010332  0x00001538 copy  0x00000030 , 0x0000001a 
+ 00010333  0x00001539 rtn 
+ 00010334  0x0000153b force  0x00000000 , 0x0000003e 
+ 00010335  0x0000153c branch  0x0000285c 
+ 00010336  0x00001544 bpatch  0x0000007d , 0x0000400f 
+ 00010337  0x00001545 call  0x00002918 
+ 00010338  0x00001546 copy  0x00000021 , 0x0000003f 
+ 00010339  0x00001547 and_into  0x00000180 , 0x0000003f 
+ 00010340  0x00001548 compare  0x00000003 , 0x00000024 , 0x00000007 
+ 00010341  0x00001549 nbranch  0x00002869 , 0x00000001 
+ 00010342  0x0000154a rshift3  0x0000003f , 0x0000003f 
+ 00010343  0x0000154b iadd  0x00000017 , 0x0000003f 
+ 00010344  0x0000154c branch  0x0000286a 
+ 00010345  0x0000154e copy  0x00000017 , 0x0000003f 
+ 00010346  0x00001550 div  0x0000003f , 0x0000004f 
+ 00010347  0x00001551 pulse  0x00000015 
+ 00010348  0x00001552 call  0x00007f86 
+ 00010349  0x00001553 remainder  0x00000011 
+ 00010350  0x00001554 add  0x00000011 , 0xffffffd8 , 0x00000002 
+ 00010351  0x00001555 branch  0x00002872 , 0x00000002 
+ 00010352  0x00001556 lshift  0x00000011 , 0x00000002 
+ 00010353  0x00001557 branch  0x00002874 
+ 00010354  0x00001559 lshift  0x00000002 , 0x00000002 
+ 00010355  0x0000155a increase  0x00000001 , 0x00000002 
+ 00010356  0x0000155c bpatch  0x0000007e , 0x0000400f 
+ 00010357  0x0000155d fetch  0x00000001 , 0x00000031 
+ 00010358  0x0000155e bbit0  0x00000003 , 0x00002885 
+ 00010359  0x00001560 fetch  0x00000004 , 0x000040d2 
+ 00010360  0x00001561 isub  0x00000021 , 0x0000003e 
+ 00010361  0x00001562 branch  0x00002885 , 0x00000002 
+ 00010362  0x00001563 call  0x000028a4 
+ 00010363  0x00001564 fetch  0x00000001 , 0x000040d9 
+ 00010364  0x00001565 rtn  0x00000034 
+ 00010365  0x00001566 fetch  0x00000001 , 0x00000031 
+ 00010366  0x00001567 set1  0x00000002 , 0x0000003f 
+ 00010367  0x00001568 store  0x00000001 , 0x00000031 
+ 00010368  0x00001569 fetch  0x00000005 , 0x000040e7 
+ 00010369  0x0000156a store  0x00000005 , 0x000040da 
+ 00010370  0x0000156b ifetch  0x00000005 , 0x00000006 
+ 00010371  0x0000156c store  0x00000005 , 0x000040df 
+ 00010372  0x0000156d call  0x000028a9 
+ 00010373  0x0000156f fetch  0x00000001 , 0x00000031 
+ 00010374  0x00001570 rtnbit0  0x00000002 
+ 00010375  0x00001571 isolate1  0x00000001 , 0x00000021 
+ 00010376  0x00001572 branch  0x000028a1 , 0x00000001 
+ 00010377  0x00001573 rshift3  0x00000002 , 0x00000011 
+ 00010378  0x00001574 and  0x00000002 , 0x00000007 , 0x00000007 
+ 00010379  0x00001575 setarg  0x000040da 
+ 00010380  0x00001576 iadd  0x00000011 , 0x00000011 
+ 00010381  0x00001577 ifetch  0x00000001 , 0x00000011 
+ 00010382  0x00001578 qisolate0  0x0000003f 
+ 00010383  0x00001579 branch  0x00002892 , 0x00000001 
+ 00010384  0x0000157a deposit  0x00000002 
+ 00010385  0x0000157b branch  0x0000289e 
+ 00010386  0x0000157d fetch  0x00000001 , 0x000040e4 
+ 00010387  0x0000157e iforce  0x00000012 
+ 00010388  0x0000157f deposit  0x00000021 
+ 00010389  0x00001580 and_into  0x00000180 , 0x0000003f 
+ 00010390  0x00001581 rshift3  0x0000003f , 0x0000003f 
+ 00010391  0x00001582 iadd  0x00000017 , 0x0000003f 
+ 00010392  0x00001583 idiv  0x00000012 
+ 00010393  0x00001584 setarg  0x000040f2 
+ 00010394  0x00001585 call  0x00007f86 
+ 00010395  0x00001586 remainder  0x00000011 
+ 00010396  0x00001587 iadd  0x00000011 , 0x00000006 
+ 00010397  0x00001588 ifetch  0x00000001 , 0x00000006 
+ 00010398  0x0000158a store  0x00000001 , 0x000040e5 
+ 00010399  0x0000158b iforce  0x00000002 
+ 00010400  0x0000158c rtn 
+ 00010401  0x0000158f fetch  0x00000001 , 0x000040e5 
+ 00010402  0x00001590 iforce  0x00000002 
+ 00010403  0x00001591 rtn 
+ 00010404  0x00001594 fetch  0x00000001 , 0x00000031 
+ 00010405  0x00001595 set0  0x00000002 , 0x0000003f 
+ 00010406  0x00001596 set0  0x00000003 , 0x0000003f 
+ 00010407  0x00001597 store  0x00000001 , 0x00000031 
+ 00010408  0x00001598 rtn 
+ 00010409  0x0000159f bpatch  0x0000007f , 0x0000400f 
+ 00010410  0x000015a0 arg  0x000040f2 , 0x00000005 
+ 00010411  0x000015a1 force  0x0000000a , 0x00000039 
+ 00010412  0x000015a2 call  0x00007ec6 
+ 00010413  0x000015a3 arg  0x000040f2 , 0x00000005 
+ 00010414  0x000015a4 force  0x00000000 , 0x00000013 
+ 00010415  0x000015a5 force  0x00000002 , 0x00000007 
+ 00010416  0x000015a7 fetch  0x00000005 , 0x000040da 
+ 00010417  0x000015a8 iforce  0x00000002 
+ 00010418  0x000015a9 compare  0x00000002 , 0x00000007 , 0x000000ff 
+ 00010419  0x000015aa branch  0x000028b5 , 0x00000001 
+ 00010420  0x000015ab rshift  0x00000002 , 0x00000002 
+ 00010421  0x000015ad isolate0  0x00000000 , 0x00000002 
+ 00010422  0x000015ae branch  0x000028b9 , 0x00000001 
+ 00010423  0x000015af deposit  0x00000013 
+ 00010424  0x000015b0 istore  0x00000001 , 0x00000005 
+ 00010425  0x000015b2 rshift2  0x00000002 , 0x00000002 
+ 00010426  0x000015b3 increase  0x00000002 , 0x00000013 
+ 00010427  0x000015b4 compare  0x00000028 , 0x00000013 , 0x000000fe 
+ 00010428  0x000015b5 nbranch  0x000028c2 , 0x00000001 
+ 00010429  0x000015b6 fetch  0x00000005 , 0x000040df 
+ 00010430  0x000015b7 iforce  0x00000002 
+ 00010431  0x000015b8 compare  0x00000002 , 0x00000007 , 0x000000ff 
+ 00010432  0x000015b9 branch  0x000028c2 , 0x00000001 
+ 00010433  0x000015ba rshift  0x00000002 , 0x00000002 
+ 00010434  0x000015bc sub  0x00000013 , 0x0000004e , 0x0000003e 
+ 00010435  0x000015bd branch  0x000028b5 , 0x00000002 
+ 00010436  0x000015be force  0x00000001 , 0x00000013 
+ 00010437  0x000015bf increase  0xffffffff , 0x00000007 
+ 00010438  0x000015c0 nbranch  0x000028b0 , 0x00000005 
+ 00010439  0x000015c1 arg  0x000040f2 , 0x00000011 
+ 00010440  0x000015c2 deposit  0x00000005 
+ 00010441  0x000015c3 isub  0x00000011 , 0x0000003f 
+ 00010442  0x000015c4 store  0x00000001 , 0x000040e4 
+ 00010443  0x000015c5 rtn 
+ 00010444  0x000015c8 bpatch  0x00000080 , 0x00004010 
+ 00010445  0x000015c9 call  0x00002860 
+ 00010446  0x000015ca fetch  0x00000001 , 0x0000017f 
+ 00010447  0x000015cb bbit0  0x00000005 , 0x000028d1 
+ 00010448  0x000015cc fetcht  0x00000001 , 0x000004cc 
+ 00010449  0x000015ce branch  0x0000291f 
+ 00010450  0x000015d2 bpatch  0x00000081 , 0x00004010 
+ 00010451  0x000015d3 call  0x00002860 
+ 00010452  0x000015d4 fetch  0x00000001 , 0x0000017f 
+ 00010453  0x000015d5 bbit0  0x00000004 , 0x000028d7 
+ 00010454  0x000015d6 fetcht  0x00000001 , 0x000004cb 
+ 00010455  0x000015d8 branch  0x00002933 
+ 00010456  0x000015dc force  0x00000000 , 0x0000002d 
+ 00010457  0x000015dd fetch  0x00000003 , 0x000040a7 
+ 00010458  0x000015de iforce  0x0000002c 
+ 00010459  0x000015df rtn 
+ 00010460  0x000015e2 bpatch  0x00000082 , 0x00004010 
+ 00010461  0x000015e3 fetch  0x00000001 , 0x000041d3 
+ 00010462  0x000015e4 icopy  0x0000002d 
+ 00010463  0x000015e5 fetch  0x00000003 , 0x000041d0 
+ 00010464  0x000015e6 icopy  0x0000002c 
+ 00010465  0x000015e7 rtn 
+ 00010466  0x000015ea bpatch  0x00000083 , 0x00004010 
+ 00010467  0x000015eb fetch  0x00000002 , 0x000040a4 
+ 00010468  0x000015ec icopy  0x0000002e 
+ 00010469  0x000015ed fetch  0x00000001 , 0x000040a3 
+ 00010470  0x000015ee icopy  0x0000002d 
+ 00010471  0x000015ef fetch  0x00000003 , 0x000040a0 
+ 00010472  0x000015f0 icopy  0x0000002c 
+ 00010473  0x000015f1 rtn 
+ 00010474  0x000015f4 bpatch  0x00000084 , 0x00004010 
+ 00010475  0x000015f5 fetch  0x00000002 , 0x00000044 
+ 00010476  0x000015f6 icopy  0x0000002e 
+ 00010477  0x000015f7 fetch  0x00000001 , 0x00000043 
+ 00010478  0x000015f8 icopy  0x0000002d 
+ 00010479  0x000015f9 fetch  0x00000003 , 0x00000040 
+ 00010480  0x000015fa icopy  0x0000002c 
+ 00010481  0x000015fb rtn 
+ 00010482  0x000015ff bmark1  0x00000020 , 0x000028f5 
+ 00010483  0x00001600 rtnmark0  0x0000001d 
+ 00010484  0x00001601 rtnmark0  0x0000001f 
+ 00010485  0x00001603 and_into  0xffffff00 , 0x0000002c 
+ 00010486  0x00001604 pulse  0x00000015 
+ 00010487  0x00001605 nop  0x00000020 
+ 00010488  0x00001606 rtn 
+ 00010489  0x0000160a bpatch  0x00000085 , 0x00004010 
+ 00010490  0x0000160b branch  0x0000290a , 0x00000021 
+ 00010491  0x0000160c jam  0x000000d4 , 0x00008955 
+ 00010492  0x0000160d nop  0x00000004 
+ 00010493  0x0000160e jam  0x000000d2 , 0x00008955 
+ 00010494  0x0000160f nop  0x00000004 
+ 00010495  0x00001610 jam  0x000000d1 , 0x00008955 
+ 00010496  0x00001611 nop  0x00000004 
+ 00010497  0x00001612 fetch  0x00000001 , 0x000041de 
+ 00010498  0x00001613 beq  0x00000000 , 0x00002908 
+ 00010499  0x00001614 beq  0x00000001 , 0x00002915 
+ 00010500  0x00001615 beq  0x00000002 , 0x00002908 
+ 00010501  0x00001616 beq  0x00000003 , 0x00002915 
+ 00010502  0x00001617 beq  0x00000004 , 0x00002915 
+ 00010503  0x00001618 beq  0x00000020 , 0x00002915 
+ 00010504  0x0000161b jam  0x000000d0 , 0x00008955 
+ 00010505  0x0000161c jam  0x000000e0 , 0x00008956 
+ 00010506  0x0000161e force  0x00000000 , 0x00000015 
+ 00010507  0x0000161f disable  0x00000021 
+ 00010508  0x00001620 disable  0x00000020 
+ 00010509  0x00001621 pulse  0x0000001e 
+ 00010510  0x00001622 jam  0x00000000 , 0x00008902 
+ 00010511  0x00001623 jam  0x00000000 , 0x00008901 
+ 00010512  0x00001624 jam  0x00000000 , 0x00008900 
+ 00010513  0x00001625 jam  0x00000000 , 0x00008903 
+ 00010514  0x00001626 jam  0x00000070 , 0x00008904 
+ 00010515  0x00001627 jam  0x00000000 , 0x00008906 
+ 00010516  0x00001628 rtn 
+ 00010517  0x0000162e jam  0x000000d0 , 0x00008955 
+ 00010518  0x0000162f jam  0x000000c0 , 0x00008956 
+ 00010519  0x00001630 branch  0x0000290a 
+ 00010520  0x00001633 bpatch  0x00000086 , 0x00004010 
+ 00010521  0x00001634 jam  0x00000000 , 0x00008902 
+ 00010522  0x00001635 jam  0x00000000 , 0x00008901 
+ 00010523  0x00001636 jam  0x00000018 , 0x00008900 
+ 00010524  0x00001637 jam  0x000000a7 , 0x00008903 
+ 00010525  0x00001638 jam  0x0000007f , 0x00008904 
+ 00010526  0x00001639 rtn 
+ 00010527  0x0000163c bpatch  0x00000087 , 0x00004010 
+ 00010528  0x0000163e storet  0x00000001 , 0x00000017 
+ 00010529  0x0000163f add  0x00000002 , 0x00000004 , 0x00000011 
+ 00010530  0x00001640 jam  0x00000007 , 0x0000896d 
+ 00010531  0x00001641 branch  0x00002981 
+ 00010532  0x00001643 bpatch  0x00000088 , 0x00004011 
+ 00010533  0x00001644 jam  0x000000cf , 0x00008901 
+ 00010534  0x00001645 nop  0x0000000a 
+ 00010535  0x00001646 jam  0x000000ff , 0x00008900 
+ 00010536  0x00001647 jam  0x000000af , 0x00008903 
+ 00010537  0x00001648 jam  0x000000ff , 0x00008904 
+ 00010538  0x00001649 nop  0x0000000a 
+ 00010539  0x0000164a jam  0x000000a0 , 0x00008902 
+ 00010540  0x0000164b rtn 
+ 00010541  0x0000164e fetch  0x00000001 , 0x000041e0 
+ 00010542  0x0000164f branch  0x00002931 , 0x00000034 
+ 00010543  0x00001651 add  0x00000002 , 0x00000002 , 0x00000011 
+ 00010544  0x00001652 rtn 
+ 00010545  0x00001654 add  0x00000002 , 0x00000000 , 0x00000011 
+ 00010546  0x00001655 rtn 
+ 00010547  0x00001658 bpatch  0x00000089 , 0x00004011 
+ 00010548  0x00001659 storet  0x00000001 , 0x00000017 
+ 00010549  0x0000165a call  0x0000292d 
+ 00010550  0x0000165b call  0x00002981 
+ 00010551  0x0000165c setarg  0x00000500 
+ 00010552  0x0000165d call  0x00002a8f 
+ 00010553  0x0000165f jam  0x00000001 , 0x00008906 
+ 00010554  0x00001660 jam  0x0000003c , 0x00008900 
+ 00010555  0x00001661 jam  0x000000e0 , 0x00008901 
+ 00010556  0x00001662 jam  0x00000012 , 0x0000896d 
+ 00010557  0x00001663 nop  0x0000000a 
+ 00010558  0x00001664 jam  0x00000001 , 0x00008902 
+ 00010559  0x00001665 jam  0x0000003d , 0x00008902 
+ 00010560  0x00001666 nop  0x0000000a 
+ 00010561  0x00001667 jam  0x000000b7 , 0x00008903 
+ 00010562  0x00001668 nop  0x0000000a 
+ 00010563  0x00001669 jam  0x0000007f , 0x00008902 
+ 00010564  0x0000166b fetch  0x00000001 , 0x000041de 
+ 00010565  0x0000166c beq  0x00000000 , 0x0000294b 
+ 00010566  0x0000166d beq  0x00000001 , 0x0000294f 
+ 00010567  0x0000166e beq  0x00000002 , 0x00002953 
+ 00010568  0x0000166f beq  0x00000003 , 0x00002957 
+ 00010569  0x00001670 beq  0x00000004 , 0x0000295b 
+ 00010570  0x00001671 beq  0x00000020 , 0x0000295f 
+ 00010571  0x00001673 jam  0x000000f0 , 0x00008956 
+ 00010572  0x00001674 call  0x00002965 
+ 00010573  0x00001675 jam  0x000000d8 , 0x00008955 
+ 00010574  0x00001676 rtn 
+ 00010575  0x00001679 jam  0x000000df , 0x00008956 
+ 00010576  0x0000167a call  0x00002965 
+ 00010577  0x0000167b jam  0x000000df , 0x00008955 
+ 00010578  0x0000167c rtn 
+ 00010579  0x0000167f jam  0x000000ff , 0x00008956 
+ 00010580  0x00001680 call  0x00002965 
+ 00010581  0x00001681 jam  0x000000df , 0x00008955 
+ 00010582  0x00001682 rtn 
+ 00010583  0x00001684 jam  0x000000ce , 0x00008956 
+ 00010584  0x00001685 call  0x00002965 
+ 00010585  0x00001686 jam  0x000000d8 , 0x00008955 
+ 00010586  0x00001687 rtn 
+ 00010587  0x0000168a jam  0x000000cb , 0x00008956 
+ 00010588  0x0000168b call  0x00002965 
+ 00010589  0x0000168c jam  0x000000d8 , 0x00008955 
+ 00010590  0x0000168d rtn 
+ 00010591  0x00001690 jam  0x000000d0 , 0x00008955 
+ 00010592  0x00001691 jam  0x000000c0 , 0x00008956 
+ 00010593  0x00001692 jam  0x0000004c , 0x00008957 
+ 00010594  0x00001693 jam  0x0000006c , 0x00008958 
+ 00010595  0x00001694 jam  0x00000050 , 0x00008959 
+ 00010596  0x00001695 rtn 
+ 00010597  0x00001698 nop  0x00000004 
+ 00010598  0x00001699 jam  0x000000d1 , 0x00008955 
+ 00010599  0x0000169a nop  0x00000004 
+ 00010600  0x0000169b jam  0x000000d2 , 0x00008955 
+ 00010601  0x0000169c nop  0x00000004 
+ 00010602  0x0000169d jam  0x000000d4 , 0x00008955 
+ 00010603  0x0000169e rtn 
+ 00010604  0x000016a2 jam  0x00000006 , 0x00008042 
+ 00010605  0x000016a4 fetch  0x00000002 , 0x000040c3 
+ 00010606  0x000016a5 bbit0  0x0000000e , 0x0000296d 
+ 00010607  0x000016a6 iforce  0x00000006 
+ 00010608  0x000016a7 arg  0x00008900 , 0x00000002 
+ 00010609  0x000016a9 ifetch  0x00000001 , 0x00000006 
+ 00010610  0x000016aa beq  0x000000ff , 0x00002977 
+ 00010611  0x000016ab ior  0x00000002 , 0x00000005 
+ 00010612  0x000016ac ifetch  0x00000001 , 0x00000006 
+ 00010613  0x000016ad istore  0x00000001 , 0x00000005 
+ 00010614  0x000016ae branch  0x00002971 
+ 00010615  0x000016b0 bpatch  0x0000008a , 0x00004011 
+ 00010616  0x000016b1 call  0x00002be5 
+ 00010617  0x000016b2 call  0x000029c9 
+ 00010618  0x000016b4 setarg  0x000007d0 
+ 00010619  0x000016b5 iadd  0x00000022 , 0x0000003f 
+ 00010620  0x000016b6 store  0x00000004 , 0x00000169 
+ 00010621  0x000016b7 set1  0x00000003 , 0x00000015 
+ 00010622  0x000016b8 force  0x00000000 , 0x00000015 
+ 00010623  0x000016b9 ncall  0x00002998 , 0x0000002b 
+ 00010624  0x000016ba branch  0x000029ab 
+ 00010625  0x000016be bpatch  0x0000008b , 0x00004011 
+ 00010626  0x000016bf setarg  0x00000960 
+ 00010627  0x000016c0 iadd  0x00000011 , 0x00000002 
+ 00010628  0x000016c1 fetch  0x00000001 , 0x000040bd 
+ 00010629  0x000016c2 jam  0x00000004 , 0x0000895f 
+ 00010630  0x000016c3 imul32  0x00000002 , 0x0000003f 
+ 00010631  0x000016c4 fetcht  0x00000001 , 0x000040be 
+ 00010632  0x000016c5 idiv  0x00000002 
+ 00010633  0x000016c6 call  0x00007f86 
+ 00010634  0x000016c7 quotient  0x00000011 
+ 00010635  0x000016c8 remainder  0x0000003f 
+ 00010636  0x000016c9 lshift16  0x0000003f , 0x0000003f 
+ 00010637  0x000016ca lshift4  0x0000003f , 0x0000003f 
+ 00010638  0x000016cb idiv  0x00000002 
+ 00010639  0x000016cc call  0x00007f86 
+ 00010640  0x000016cd quotient  0x0000003f 
+ 00010641  0x000016ce lshift8  0x0000003f , 0x0000003f 
+ 00010642  0x000016cf lshift  0x0000003f , 0x0000003f 
+ 00010643  0x000016d0 ior  0x00000011 , 0x0000003f 
+ 00010644  0x000016d1 hstore  0x00000004 , 0x00008960 
+ 00010645  0x000016d2 jam  0x00000044 , 0x0000895f 
+ 00010646  0x000016d3 jam  0x000000c4 , 0x0000895f 
+ 00010647  0x000016d4 rtn 
+ 00010648  0x000016d8 bpatch  0x0000008c , 0x00004011 
+ 00010649  0x000016d9 jam  0x00000002 , 0x00008906 
+ 00010650  0x000016da setarg  0x0003d090 
+ 00010651  0x000016db call  0x00002a8f 
+ 00010652  0x000016dc jam  0x0000007f , 0x00008900 
+ 00010653  0x000016dd nop  0x00000082 
+ 00010654  0x000016de jam  0x00000030 , 0x00008952 
+ 00010655  0x000016df jam  0x000000d0 , 0x00008901 
+ 00010656  0x000016e0 jam  0x00000070 , 0x00008952 
+ 00010657  0x000016e1 jam  0x000000f0 , 0x00008952 
+ 00010658  0x000016e2 force  0x00000032 , 0x00000039 
+ 00010659  0x000016e4 hfetch  0x00000001 , 0x00008980 
+ 00010660  0x000016e5 bbit1  0x00000005 , 0x000029a6 
+ 00010661  0x000016e6 loop  0x000029a3 
+ 00010662  0x000016e8 store  0x00000001 , 0x000040ce 
+ 00010663  0x000016e9 jam  0x00000000 , 0x00008901 
+ 00010664  0x000016ea jam  0x00000000 , 0x00008900 
+ 00010665  0x000016eb jam  0x00000000 , 0x00008906 
+ 00010666  0x000016ec rtn 
+ 00010667  0x000016ef bpatch  0x0000008d , 0x00004011 
+ 00010668  0x000016f0 fetch  0x00000001 , 0x000040ce 
+ 00010669  0x000016f1 set1  0x00000005 , 0x0000003f 
+ 00010670  0x000016f2 hstore  0x00000001 , 0x00008952 
+ 00010671  0x000016f3 hfetcht  0x00000001 , 0x00008950 
+ 00010672  0x000016f4 and_into  0x00000007 , 0x00000002 
+ 00010673  0x000016f5 lshift3  0x0000003f , 0x0000003f 
+ 00010674  0x000016f6 ior  0x00000002 , 0x0000003f 
+ 00010675  0x000016f7 hstore  0x00000001 , 0x00008950 
+ 00010676  0x000016f8 hfetch  0x00000001 , 0x00008951 
+ 00010677  0x000016f9 set0  0x00000000 , 0x0000003f 
+ 00010678  0x000016fa hstore  0x00000001 , 0x00008951 
+ 00010679  0x000016fb hfetch  0x00000001 , 0x00008952 
+ 00010680  0x000016fc set0  0x00000005 , 0x0000003f 
+ 00010681  0x000016fd hstore  0x00000001 , 0x00008952 
+ 00010682  0x000016fe rtn 
+ 00010683  0x00001701 bpatch  0x0000008e , 0x00004011 
+ 00010684  0x00001702 hfetch  0x00000002 , 0x00008981 
+ 00010685  0x00001703 rshift4  0x0000003f , 0x0000003f 
+ 00010686  0x00001704 rshift3  0x0000003f , 0x0000003f 
+ 00010687  0x00001705 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00010688  0x00001707 and_into  0x000000ff , 0x0000003f 
+ 00010689  0x00001708 div  0x0000003f , 0x0000000a 
+ 00010690  0x00001709 call  0x00007f86 
+ 00010691  0x0000170a quotient  0x0000003f 
+ 00010692  0x0000170b lshift4  0x0000003f , 0x0000003f 
+ 00010693  0x0000170c remainder  0x00000002 
+ 00010694  0x0000170d ior  0x00000002 , 0x0000003f 
+ 00010695  0x0000170e store  0x00000001 , 0x00000018 
+ 00010696  0x0000170f rtn 
+ 00010697  0x00001713 jam  0x00000006 , 0x00008042 
+ 00010698  0x00001714 hfetch  0x00000001 , 0x0000896b 
+ 00010699  0x00001715 set0  0x00000004 , 0x0000003f 
+ 00010700  0x00001716 set0  0x00000005 , 0x0000003f 
+ 00010701  0x00001717 hstore  0x00000001 , 0x0000896b 
+ 00010702  0x00001718 jam  0x00000000 , 0x00008905 
+ 00010703  0x00001719 jam  0x00000000 , 0x00008904 
+ 00010704  0x0000171a jam  0x00000070 , 0x00008904 
+ 00010705  0x0000171b jam  0x000000ff , 0x00008905 
+ 00010706  0x0000171c hfetch  0x00000001 , 0x0000896b 
+ 00010707  0x0000171d set1  0x00000004 , 0x0000003f 
+ 00010708  0x0000171e set1  0x00000005 , 0x0000003f 
+ 00010709  0x0000171f hstore  0x00000001 , 0x0000896b 
+ 00010710  0x00001720 call  0x000029e9 
+ 00010711  0x00001721 hfetch  0x00000001 , 0x00008968 
+ 00010712  0x00001722 set1  0x00000007 , 0x0000003f 
+ 00010713  0x00001723 hstore  0x00000001 , 0x00008968 
+ 00010714  0x00001724 set0  0x00000007 , 0x0000003f 
+ 00010715  0x00001725 hstore  0x00000001 , 0x00008968 
+ 00010716  0x00001726 set1  0x00000007 , 0x0000003f 
+ 00010717  0x00001727 hstore  0x00000001 , 0x00008968 
+ 00010718  0x00001728 jam  0x00000005 , 0x00008042 
+ 00010719  0x00001729 nop  0x00000001 
+ 00010720  0x0000172a jam  0x00000004 , 0x00008042 
+ 00010721  0x0000172b hfetch  0x00000001 , 0x0000896b 
+ 00010722  0x0000172c and_into  0x000000cf , 0x0000003f 
+ 00010723  0x0000172d hstore  0x00000001 , 0x0000896b 
+ 00010724  0x0000172e or_into  0x00000030 , 0x0000003f 
+ 00010725  0x0000172f hstore  0x00000001 , 0x0000896b 
+ 00010726  0x00001730 rtn 
+ 00010727  0x00001734 setarg  0x00000f0f 
+ 00010728  0x00001735 branch  0x00002c18 
+ 00010729  0x00001738 setarg  0x0000080f 
+ 00010730  0x00001739 branch  0x00002c18 
+ 00010731  0x0000173e bpatch  0x0000008f , 0x00004011 
+ 00010732  0x0000173f call  0x00002924 
+ 00010733  0x00001740 disable  0x00000020 
+ 00010734  0x00001741 enable  0x00000021 
+ 00010735  0x00001742 pulse  0x00000016 
+ 00010736  0x00001743 rtn 
+ 00010737  0x00001746 bpatch  0x00000090 , 0x00004012 
+ 00010738  0x00001747 fetch  0x00000001 , 0x0000004c 
+ 00010739  0x00001748 isolate1  0x00000002 , 0x0000003f 
+ 00010740  0x00001749 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00010741  0x0000174a hstore  0x00000001 , 0x00008011 
+ 00010742  0x0000174b arg  0x00000062 , 0x00000006 
+ 00010743  0x0000174c ifetch  0x00000009 , 0x00000006 
+ 00010744  0x0000174d iforce  0x00000032 
+ 00010745  0x0000174e ifetch  0x00000007 , 0x00000006 
+ 00010746  0x0000174f iforce  0x00000033 
+ 00010747  0x00001750 fetch  0x00000001 , 0x00000054 
+ 00010748  0x00001751 add  0x0000003f , 0xffffffff , 0x00000034 
+ 00010749  0x00001752 pulse  0x0000001a 
+ 00010750  0x00001753 rtn 
+ 00010751  0x00001756 deposit  0x0000001a 
+ 00010752  0x00001757 store  0x00000006 , 0x0000009a 
+ 00010753  0x00001758 disable  0x0000000d 
+ 00010754  0x00001759 nbranch  0x000028f9 , 0x00000018 
+ 00010755  0x0000175a arg  0x000003bb , 0x00000029 
+ 00010756  0x0000175b increase  0x00000001 , 0x00000028 
+ 00010757  0x0000175c and_into  0x000001fc , 0x00000028 
+ 00010758  0x0000175d rtn 
+ 00010759  0x00001762 enable  0x0000000d 
+ 00010760  0x00001764 correlate  0x0000003e , 0x00000017 
+ 00010761  0x00001765 branch  0x000029ff , 0x00000018 
+ 00010762  0x00001766 compare  0x00000002 , 0x00000028 , 0x00000002 
+ 00010763  0x00001767 nbranch  0x00002a08 , 0x00000001 
+ 00010764  0x00001768 branch  0x000029ff 
+ 00010765  0x0000176b bpatch  0x00000091 , 0x00004012 
+ 00010766  0x0000176c arg  0x00000600 , 0x0000000b 
+ 00010767  0x0000176d enable  0x0000000d 
+ 00010768  0x0000176e correlate  0x00000023 , 0x00000026 
+ 00010769  0x0000176f disable  0x0000000d 
+ 00010770  0x00001770 nbranch  0x000028f9 , 0x00000018 
+ 00010771  0x00001771 rtn 
+ 00010772  0x00001774 bpatch  0x00000092 , 0x00004012 
+ 00010773  0x00001775 enable  0x0000000d 
+ 00010774  0x00001776 correlate  0x0000003e , 0x00000003 
+ 00010775  0x00001777 disable  0x0000000d 
+ 00010776  0x00001778 nbranch  0x000028f9 , 0x00000018 
+ 00010777  0x00001779 arg  0x000003bb , 0x00000029 
+ 00010778  0x0000177a and_into  0x000001fc , 0x00000028 
+ 00010779  0x0000177b rtn 
+ 00010780  0x0000177f bpatch  0x00000093 , 0x00004012 
+ 00010781  0x00001780 iforce  0x00000011 
+ 00010782  0x00001781 deposit  0x00000021 
+ 00010783  0x00001782 iadd  0x00000002 , 0x0000000b 
+ 00010784  0x00001783 copy  0x0000000b , 0x0000003f 
+ 00010785  0x00001784 store  0x00000004 , 0x000040ca 
+ 00010786  0x00001785 deposit  0x00000011 
+ 00010787  0x00001786 rtn 
+ 00010788  0x0000178a copy  0x0000003f , 0x00000002 
+ 00010789  0x0000178b bpatch  0x00000094 , 0x00004012 
+ 00010790  0x0000178c copy  0x00000002 , 0x0000003f 
+ 00010791  0x0000178d call  0x00007f50 
+ 00010792  0x0000178e lshift16  0x00000021 , 0x0000003f 
+ 00010793  0x0000178f set1  0x0000002c , 0x0000003f 
+ 00010794  0x00001790 call  0x00007f39 
+ 00010795  0x00001791 set0  0x0000002c , 0x0000003f 
+ 00010796  0x00001792 call  0x00002a77 
+ 00010797  0x00001793 call  0x00007f39 
+ 00010798  0x00001794 rtn  0x00000028 
+ 00010799  0x00001795 call  0x00007f43 
+ 00010800  0x00001796 iforce  0x0000001b 
+ 00010801  0x00001797 until  0x0000003e , 0x00000003 
+ 00010802  0x00001798 rtn 
+ 00010803  0x0000179c bpatch  0x00000095 , 0x00004012 
+ 00010804  0x0000179d branch  0x00002a38 , 0x00000030 
+ 00010805  0x0000179e until  0x00000029 , 0x00000026 
+ 00010806  0x000017a0 copy  0x00000028 , 0x00000002 
+ 00010807  0x000017a1 branch  0x00002a3b 
+ 00010808  0x000017a3 branch  0x00002a3a , 0x0000002e 
+ 00010809  0x000017a4 until  0x00000023 , 0x00000026 
+ 00010810  0x000017a6 copy  0x00000022 , 0x00000002 
+ 00010811  0x000017a8 branch  0x00002a47 , 0x00000028 
+ 00010812  0x000017a9 compare  0x00000001 , 0x00000002 , 0x00000003 
+ 00010813  0x000017aa nbranch  0x00002a33 , 0x00000001 
+ 00010814  0x000017ac bpatch  0x00000096 , 0x00004012 
+ 00010815  0x000017ad fetch  0x00000001 , 0x00000030 
+ 00010816  0x000017ae rtnbit0  0x00000000 
+ 00010817  0x000017af fetch  0x00000004 , 0x000040ca 
+ 00010818  0x000017b0 isub  0x00000002 , 0x0000003f 
+ 00010819  0x000017b1 nrtn  0x00000002 
+ 00010820  0x000017b2 sub  0x0000003f , 0x000000ff , 0x0000003e 
+ 00010821  0x000017b3 branch  0x00002a33 , 0x00000002 
+ 00010822  0x000017b4 rtn 
+ 00010823  0x000017b6 compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00010824  0x000017b7 nbranch  0x00002a33 , 0x00000001 
+ 00010825  0x000017b8 branch  0x00002a3e 
+ 00010826  0x000017bb bpatch  0x00000097 , 0x00004012 
+ 00010827  0x000017bc arg  0x00000600 , 0x0000000b 
+ 00010828  0x000017bd branch  0x00002a33 
+ 00010829  0x000017c0 disable  0x00000028 
+ 00010830  0x000017c1 branch  0x00002a4a 
+ 00010831  0x000017c4 enable  0x00000028 
+ 00010832  0x000017c5 branch  0x00002a4a 
+ 00010833  0x000017c8 bpatch  0x00000098 , 0x00004013 
+ 00010834  0x000017c9 call  0x000029f1 
+ 00010835  0x000017ca disable  0x00000021 
+ 00010836  0x000017cb enable  0x00000020 
+ 00010837  0x000017cc rtn 
+ 00010838  0x000017d1 bpatch  0x00000099 , 0x00004013 
+ 00010839  0x000017d2 arg  0x00000e43 , 0x0000000b 
+ 00010840  0x000017d3 until  0x00000023 , 0x00000026 
+ 00010841  0x000017d4 pulse  0x00000016 
+ 00010842  0x000017d5 rtn 
+ 00010843  0x000017d8 bpatch  0x0000009a , 0x00004013 
+ 00010844  0x000017d9 arg  0x00000d00 , 0x0000000b 
+ 00010845  0x000017da until  0x00000023 , 0x00000026 
+ 00010846  0x000017db rtn 
+ 00010847  0x000017df bpatch  0x0000009b , 0x00004013 
+ 00010848  0x000017e0 arg  0x00000e43 , 0x0000000b 
+ 00010849  0x000017e1 until  0x00000029 , 0x00000026 
+ 00010850  0x000017e2 pulse  0x00000016 
+ 00010851  0x000017e3 rtn 
+ 00010852  0x000017e6 bpatch  0x0000009c , 0x00004013 
+ 00010853  0x000017e7 preload  0x00000009 
+ 00010854  0x000017e8 enable  0x0000001d 
+ 00010855  0x000017e9 set1  0x00000000 , 0x00000015 
+ 00010856  0x000017ea inject  0x00000003 , 0x00000048 
+ 00010857  0x000017eb disable  0x0000001d 
+ 00010858  0x000017ec rtn 
+ 00010859  0x000017f0 copy  0x00000025 , 0x00000002 
+ 00010860  0x000017f1 or_into  0x00000060 , 0x00000002 
+ 00010861  0x000017f2 copy  0x00000002 , 0x0000000e 
+ 00010862  0x000017f3 rtn 
+ 00010863  0x000017f9 bpatch  0x0000009d , 0x00004013 
+ 00010864  0x000017fa fetch  0x00000001 , 0x00004090 
+ 00010865  0x000017fb increase  0x00000001 , 0x0000003f 
+ 00010866  0x000017fc bne  0x00000007 , 0x00002a74 
+ 00010867  0x000017fd force  0x00000001 , 0x0000003f 
+ 00010868  0x000017ff store  0x00000001 , 0x00004090 
+ 00010869  0x00001800 iforce  0x00000004 
+ 00010870  0x00001801 rtn 
+ 00010871  0x00001804 copy  0x00000019 , 0x00000002 
+ 00010872  0x00001805 rtn  0x00000029 
+ 00010873  0x00001806 copy  0x0000001a , 0x00000002 
+ 00010874  0x00001807 rtn 
+ 00010875  0x0000180a deposit  0x00000022 
+ 00010876  0x0000180b rtn  0x00000029 
+ 00010877  0x0000180c deposit  0x00000028 
+ 00010878  0x0000180d rtn 
+ 00010879  0x00001811 bpatch  0x0000009e , 0x00004013 
+ 00010880  0x00001812 fetcht  0x00000004 , 0x0000004d 
+ 00010881  0x00001813 call  0x00002a7b 
+ 00010882  0x00001814 isub  0x00000002 , 0x0000000b 
+ 00010883  0x00001815 deposit  0x0000000b 
+ 00010884  0x00001816 fetcht  0x00000002 , 0x00000051 
+ 00010885  0x00001817 lshift  0x00000002 , 0x00000002 
+ 00010886  0x00001818 isub  0x00000002 , 0x0000003f 
+ 00010887  0x00001819 rtn 
+ 00010888  0x0000181c bpatch  0x0000009f , 0x00004013 
+ 00010889  0x0000181d call  0x00002a7b 
+ 00010890  0x0000181e store  0x00000004 , 0x0000004d 
+ 00010891  0x0000181f rtn 
+ 00010892  0x00001822 bpatch  0x000000a0 , 0x00004014 
+ 00010893  0x00001823 branch  0x00002a8c 
+ 00010894  0x00001826 branch  0x00002a8e 
+ 00010895  0x00001829 rtn  0x00000034 
+ 00010896  0x0000182b rshift  0x0000003f , 0x0000003f 
+ 00010897  0x0000182c increase  0xfffffffd , 0x0000003f 
+ 00010898  0x0000182e increase  0xffffffff , 0x0000003f 
+ 00010899  0x0000182f nbranch  0x00002a92 , 0x00000005 
+ 00010900  0x00001830 force  0x00000000 , 0x0000003f 
+ 00010901  0x00001831 rtn 
+ 00010902  0x00001837 arg  0x00000010 , 0x00000039 
+ 00010903  0x00001838 arg  0x00000000 , 0x00000005 
+ 00010904  0x00001839 call  0x00007ec6 
+ 00010905  0x0000183a arg  0x0000043f , 0x00000005 
+ 00010906  0x0000183b arg  0x0000000a , 0x00000039 
+ 00010907  0x0000183c call  0x00007ec6 
+ 00010908  0x0000183d jam  0x00000000 , 0x000009b2 
+ 00010909  0x0000183e jam  0x00000000 , 0x00000a99 
+ 00010910  0x0000183f jam  0x00000000 , 0x0000048c 
+ 00010911  0x00001840 jam  0x00000000 , 0x0000017f 
+ 00010912  0x00001841 jam  0x00000000 , 0x000004d1 
+ 00010913  0x00001842 bpatch  0x000000a1 , 0x00004014 
+ 00010914  0x00001843 jam  0x00000000 , 0x0000016d 
+ 00010915  0x00001844 jam  0x00000000 , 0x00000151 
+ 00010916  0x00001845 jam  0x00000000 , 0x0000015c 
+ 00010917  0x00001846 setarg  0x009e8b33 
+ 00010918  0x00001847 store  0x00000003 , 0x000040a7 
+ 00010919  0x00001848 setarg  0x00000153 
+ 00010920  0x00001849 store  0x00000002 , 0x00000083 
+ 00010921  0x0000184a jam  0x0000001e , 0x00000085 
+ 00010922  0x0000184b jam  0x00000001 , 0x00000086 
+ 00010923  0x0000184c jam  0x00000007 , 0x00000088 
+ 00010924  0x0000184d setarg  0x0012e904 
+ 00010925  0x0000184e store  0x00000003 , 0x00000080 
+ 00010926  0x00001853 jam  0x00000060 , 0x00000090 
+ 00010927  0x00001854 jam  0x00000005 , 0x000040d0 
+ 00010928  0x00001855 jam  0x00000002 , 0x00000014 
+ 00010929  0x00001856 fetch  0x00000001 , 0x0000465a 
+ 00010930  0x00001857 ncall  0x000074c1 , 0x00000034 
+ 00010931  0x00001858 fetch  0x00000001 , 0x000044be 
+ 00010932  0x00001859 ncall  0x00007518 , 0x00000034 
+ 00010933  0x0000185a bpatch  0x000000a2 , 0x00004014 
+ 00010934  0x0000185b rtn  0x0000002b 
+ 00010935  0x0000185c setarg  0x00000000 
+ 00010936  0x0000185d store  0x00000002 , 0x000041dc 
+ 00010937  0x0000185e rshift  0x00000022 , 0x0000003f 
+ 00010938  0x0000185f store  0x00000004 , 0x00004094 
+ 00010939  0x00001860 rtn 
+ 00010940  0x00001868 setarg  0x0000ee21 
+ 00010941  0x00001869 hstore  0x00000002 , 0x00008050 
+ 00010942  0x0000186a hfetch  0x00000004 , 0x0000811c 
+ 00010943  0x0000186b store  0x00000004 , 0x00000abe 
+ 00010944  0x0000186c hfetch  0x00000001 , 0x0000813e 
+ 00010945  0x0000186d store  0x00000001 , 0x00000abd 
+ 00010946  0x0000186e bbit0  0x00000003 , 0x0000645b 
+ 00010947  0x0000186f enable  0x0000002b 
+ 00010948  0x00001870 bbit0  0x00000007 , 0x00002acc 
+ 00010949  0x00001871 disable  0x0000002b 
+ 00010950  0x00001872 deposit  0x00000027 
+ 00010951  0x00001873 nbranch  0x00002acc , 0x00000034 
+ 00010952  0x00001874 hfetch  0x00000001 , 0x0000813b 
+ 00010953  0x00001875 bbit1  0x00000002 , 0x00002acc 
+ 00010954  0x00001876 arg  0xffffffff , 0x00000002 
+ 00010955  0x00001877 branch  0x00002b3c 
+ 00010956  0x00001879 hfetch  0x00000003 , 0x0000813c 
+ 00010957  0x0000187a hstore  0x00000003 , 0x0000804c 
+ 00010958  0x0000187b ifetch  0x00000001 , 0x00000006 
+ 00010959  0x0000187c or_into  0x000000ef , 0x0000003f 
+ 00010960  0x0000187d istore  0x00000001 , 0x00000005 
+ 00010961  0x0000187e call  0x00002c23 
+ 00010962  0x0000187f hfetch  0x00000001 , 0x0000804f 
+ 00010963  0x00001880 set1  0x00000004 , 0x0000003f 
+ 00010964  0x00001881 hstore  0x00000001 , 0x0000804f 
+ 00010965  0x00001882 call  0x00002c23 
+ 00010966  0x00001883 call  0x00002adf , 0x0000002b 
+ 00010967  0x00001884 hfetch  0x00000001 , 0x0000804e 
+ 00010968  0x00001885 set0  0x00000003 , 0x0000003f 
+ 00010969  0x00001886 hstore  0x00000001 , 0x0000804e 
+ 00010970  0x00001887 call  0x00002c23 
+ 00010971  0x00001888 nbranch  0x0000645b , 0x0000002b 
+ 00010972  0x00001889 rtnmark0  0x0000002b 
+ 00010973  0x0000188a jam  0x00000008 , 0x00008006 
+ 00010974  0x0000188b rtn 
+ 00010975  0x0000188e fetch  0x00000001 , 0x00004198 
+ 00010976  0x0000188f hstore  0x00000001 , 0x00008086 
+ 00010977  0x00001890 fetch  0x00000003 , 0x0000418d 
+ 00010978  0x00001891 hstore  0x00000003 , 0x00008080 
+ 00010979  0x00001892 fetch  0x00000004 , 0x00004181 
+ 00010980  0x00001893 hstore  0x00000004 , 0x00008074 
+ 00010981  0x00001894 fetch  0x00000004 , 0x0000417d 
+ 00010982  0x00001895 hstore  0x00000004 , 0x00008070 
+ 00010983  0x00001896 fetch  0x00000008 , 0x00004185 
+ 00010984  0x00001897 hstore  0x00000008 , 0x00008078 
+ 00010985  0x00001898 fetch  0x00000008 , 0x00004190 
+ 00010986  0x00001899 iforce  0x00000000 
+ 00010987  0x0000189a hfetch  0x00000008 , 0x00008140 
+ 00010988  0x0000189b store  0x00000008 , 0x000000a1 
+ 00010989  0x0000189c call  0x000064ca 
+ 00010990  0x0000189d rtn 
+ 00010991  0x000018a0 deposit  0x00000000 
+ 00010992  0x000018a1 store  0x00000008 , 0x00004190 
+ 00010993  0x000018a2 hfetch  0x00000008 , 0x00008070 
+ 00010994  0x000018a3 store  0x00000008 , 0x0000417d 
+ 00010995  0x000018a4 ifetch  0x00000008 , 0x00000006 
+ 00010996  0x000018a5 istore  0x00000008 , 0x00000005 
+ 00010997  0x000018a6 hfetch  0x00000003 , 0x00008080 
+ 00010998  0x000018a7 store  0x00000003 , 0x0000418d 
+ 00010999  0x000018a8 hfetch  0x00000001 , 0x00008086 
+ 00011000  0x000018a9 store  0x00000001 , 0x00004198 
+ 00011001  0x000018aa branch  0x00002c29 
+ 00011002  0x000018ad hfetch  0x00000001 , 0x00008063 
+ 00011003  0x000018ae nbranch  0x00002b00 , 0x00000034 
+ 00011004  0x000018af fetch  0x00000003 , 0x0000416f 
+ 00011005  0x000018b0 nrtn  0x00000034 
+ 00011006  0x000018b1 jam  0x000000c0 , 0x00008063 
+ 00011007  0x000018b2 jam  0x00000080 , 0x00008006 
+ 00011008  0x000018b4 hfetch  0x00000001 , 0x0000812d 
+ 00011009  0x000018b5 rtnbit0  0x00000001 
+ 00011010  0x000018b6 hfetch  0x00000003 , 0x00008149 
+ 00011011  0x000018b7 store  0x00000003 , 0x0000416f 
+ 00011012  0x000018b8 rtn 
+ 00011013  0x000018bd bpatch  0x000000a3 , 0x00004014 
+ 00011014  0x000018be deposit  0x0000001a 
+ 00011015  0x000018bf call  0x00007f37 
+ 00011016  0x000018c0 fetcht  0x00000004 , 0x0000415f 
+ 00011017  0x000018c1 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00011018  0x000018c2 rtn  0x00000002 
+ 00011019  0x000018c3 lshift8  0x0000003f , 0x0000003f 
+ 00011020  0x000018c4 lshift4  0x0000003f , 0x0000003f 
+ 00011021  0x000018c5 idiv  0x00000002 
+ 00011022  0x000018c6 call  0x00007f86 
+ 00011023  0x000018c7 quotient  0x0000003f 
+ 00011024  0x000018c8 arg  0x000000c8 , 0x00000002 
+ 00011025  0x000018c9 call  0x00007f91 
+ 00011026  0x000018ca store  0x00000001 , 0x00000099 
+ 00011027  0x000018cb nbranch  0x00002b15 , 0x00000028 
+ 00011028  0x000018cc sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00011029  0x000018ce fetcht  0x00000003 , 0x0000416f 
+ 00011030  0x000018cf iadd  0x00000002 , 0x0000003f 
+ 00011031  0x000018d0 store  0x00000003 , 0x0000416f 
+ 00011032  0x000018d2 setarg  0x00000000 
+ 00011033  0x000018d3 store  0x00000004 , 0x0000415f 
+ 00011034  0x000018d4 rtn 
+ 00011035  0x000018d9 fetch  0x00000001 , 0x00004177 
+ 00011036  0x000018da set1  0x00000002 , 0x0000003f 
+ 00011037  0x000018db store  0x00000001 , 0x00004177 
+ 00011038  0x000018dc branch  0x00002b23 
+ 00011039  0x000018e1 arg  0xffffffff , 0x00000002 
+ 00011040  0x000018e2 fetch  0x00000001 , 0x00004176 
+ 00011041  0x000018e3 set0  0x00000007 , 0x0000003f 
+ 00011042  0x000018e4 store  0x00000001 , 0x00004176 
+ 00011043  0x000018e6 bpatch  0x000000a4 , 0x00004014 
+ 00011044  0x000018e7 call  0x00002c29 
+ 00011045  0x000018e8 fetch  0x00000001 , 0x00004157 
+ 00011046  0x000018e9 store  0x00000001 , 0x0000417c 
+ 00011047  0x000018ea fetch  0x00000001 , 0x0000417a 
+ 00011048  0x000018eb set1  0x00000007 , 0x0000003f 
+ 00011049  0x000018ec store  0x00000001 , 0x0000417a 
+ 00011050  0x000018f0 bpatch  0x000000a5 , 0x00004014 
+ 00011051  0x000018f1 call  0x000029e7 
+ 00011052  0x000018f2 fetch  0x00000004 , 0x0000415f 
+ 00011053  0x000018f3 iadd  0x00000002 , 0x0000003f 
+ 00011054  0x000018f4 store  0x00000004 , 0x0000415f 
+ 00011055  0x000018f5 call  0x00002aef 
+ 00011056  0x000018f6 fetch  0x00000005 , 0x00004178 
+ 00011057  0x000018f7 hstore  0x00000004 , 0x0000804c 
+ 00011058  0x000018f8 rshift32  0x0000003f , 0x00000011 
+ 00011059  0x000018f9 until  0x0000003e , 0x00000033 
+ 00011060  0x000018fa deposit  0x00000019 
+ 00011061  0x000018fb store  0x00000006 , 0x00004163 
+ 00011062  0x000018fc jam  0x00000002 , 0x00008005 
+ 00011063  0x000018fd until  0x0000003e , 0x00000033 
+ 00011064  0x000018fe until  0x0000003e , 0x00000033 
+ 00011065  0x000018ff deposit  0x00000011 
+ 00011066  0x00001900 hstore  0x00000001 , 0x0000804f 
+ 00011067  0x00001901 jam  0x00000002 , 0x00008005 
+ 00011068  0x00001903 until  0x0000003e , 0x00000033 
+ 00011069  0x00001904 until  0x0000003e , 0x00000033 
+ 00011070  0x00001905 hstoret  0x00000004 , 0x0000804c 
+ 00011071  0x00001906 jam  0x00000010 , 0x00008005 
+ 00011072  0x00001907 until  0x0000003e , 0x0000003f 
+ 00011073  0x0000190d bpatch  0x000000a6 , 0x00004014 
+ 00011074  0x0000190e setarg  0x00000000 
+ 00011075  0x0000190f copy  0x00000027 , 0x0000003e 
+ 00011076  0x00001910 branch  0x00002b4c , 0x00000005 
+ 00011077  0x00001911 hfetch  0x00000001 , 0x0000813c 
+ 00011078  0x00001912 hfetcht  0x00000001 , 0x0000813d 
+ 00011079  0x00001913 isub  0x00000002 , 0x0000003e 
+ 00011080  0x00001914 branch  0x00002b4a , 0x00000002 
+ 00011081  0x00001915 deposit  0x00000002 
+ 00011082  0x00001917 isub  0x00000027 , 0x0000003f 
+ 00011083  0x00001918 increase  0x00000001 , 0x0000003f 
+ 00011084  0x0000191a increase  0x00000008 , 0x0000003f 
+ 00011085  0x0000191b until  0x0000003e , 0x00000033 
+ 00011086  0x0000191c iadd  0x00000031 , 0x0000003f 
+ 00011087  0x0000191d fetcht  0x00000004 , 0x0000415b 
+ 00011088  0x0000191e iadd  0x00000002 , 0x0000003f 
+ 00011089  0x0000191f fetcht  0x00000003 , 0x0000416f 
+ 00011090  0x00001920 imul32  0x00000002 , 0x0000003f 
+ 00011091  0x00001921 rshift8  0x0000003f , 0x0000003f 
+ 00011092  0x00001922 rshift4  0x0000003f , 0x0000003f 
+ 00011093  0x00001923 increase  0x0000006e , 0x0000003f 
+ 00011094  0x00001924 arg  0x00000ea6 , 0x00000002 
+ 00011095  0x00001925 idiv  0x00000002 
+ 00011096  0x00001926 call  0x00007f86 
+ 00011097  0x00001927 quotient  0x0000003f 
+ 00011098  0x00001928 lshift16  0x0000003f , 0x0000003f 
+ 00011099  0x00001929 remainder  0x00000002 
+ 00011100  0x0000192a ior  0x00000002 , 0x0000003f 
+ 00011101  0x0000192b fetcht  0x00000006 , 0x00004163 
+ 00011102  0x0000192c call  0x00007f2c 
+ 00011103  0x0000192d copy  0x00000002 , 0x00000019 
+ 00011104  0x0000192e fetch  0x00000006 , 0x00004048 
+ 00011105  0x0000192f call  0x00002854 
+ 00011106  0x00001930 deposit  0x0000001a 
+ 00011107  0x00001931 store  0x00000006 , 0x00000a9a 
+ 00011108  0x00001932 deposit  0x00000027 
+ 00011109  0x00001933 istore  0x00000001 , 0x00000005 
+ 00011110  0x00001934 hfetch  0x00000001 , 0x0000811d 
+ 00011111  0x00001935 or_into  0x000000f0 , 0x0000003f 
+ 00011112  0x00001936 istore  0x00000001 , 0x00000005 
+ 00011113  0x00001937 rtn 
+ 00011114  0x0000193a bpatch  0x000000a7 , 0x00004014 
+ 00011115  0x0000193b call  0x00002afa 
+ 00011116  0x0000193c fetch  0x00000003 , 0x0000416f 
+ 00011117  0x0000193d rtn  0x00000034 
+ 00011118  0x0000193e fetch  0x00000001 , 0x00004091 
+ 00011119  0x0000193f rtn  0x00000034 
+ 00011120  0x00001940 fetch  0x00000001 , 0x0000465a 
+ 00011121  0x00001941 branch  0x00002b74 , 0x00000034 
+ 00011122  0x00001942 fetch  0x00000001 , 0x000045b1 
+ 00011123  0x00001943 rtn  0x00000034 
+ 00011124  0x00001945 fetch  0x00000001 , 0x000044c0 
+ 00011125  0x00001946 nrtn  0x00000034 
+ 00011126  0x00001947 call  0x00002c3a 
+ 00011127  0x00001948 nrtn  0x00000034 
+ 00011128  0x00001949 fetch  0x00000001 , 0x00004040 
+ 00011129  0x0000194a compare  0x00000003 , 0x0000003f , 0x00000007 
+ 00011130  0x0000194b nbranch  0x00002b9d , 0x00000001 
+ 00011131  0x0000194c fetch  0x00000002 , 0x00004042 
+ 00011132  0x0000194d rtn  0x00000034 
+ 00011133  0x0000194e rtn  0x0000002b 
+ 00011134  0x0000194f bpatch  0x000000a8 , 0x00004015 
+ 00011135  0x00001951 fetcht  0x00000001 , 0x000000a0 
+ 00011136  0x00001952 fetch  0x00000002 , 0x00004042 
+ 00011137  0x00001953 imul32  0x00000002 , 0x0000003f 
+ 00011138  0x00001954 rshift4  0x00000002 , 0x00000002 
+ 00011139  0x00001955 rshift2  0x00000002 , 0x00000002 
+ 00011140  0x00001956 isub  0x00000002 , 0x0000003f 
+ 00011141  0x00001957 fetcht  0x00000004 , 0x00004044 
+ 00011142  0x00001958 iadd  0x00000002 , 0x0000003f 
+ 00011143  0x00001959 fetcht  0x00000001 , 0x00004156 
+ 00011144  0x0000195a isub  0x00000002 , 0x0000003f 
+ 00011145  0x0000195b lshift16  0x0000003f , 0x00000030 
+ 00011146  0x0000195c bpatch  0x000000a9 , 0x00004015 
+ 00011147  0x0000195d fetch  0x00000002 , 0x0000404e 
+ 00011148  0x0000195e rshift  0x0000003f , 0x0000003f 
+ 00011149  0x0000195f call  0x00007f50 
+ 00011150  0x00001960 deposit  0x00000030 
+ 00011151  0x00001961 call  0x00007f39 
+ 00011152  0x00001962 copy  0x0000001a , 0x00000002 
+ 00011153  0x00001963 call  0x00007f37 
+ 00011154  0x00001964 rtn  0x00000028 
+ 00011155  0x00001966 call  0x00007f49 
+ 00011156  0x00001968 bpatch  0x000000aa , 0x00004015 
+ 00011157  0x00001969 fetch  0x00000001 , 0x00004178 
+ 00011158  0x0000196a isub  0x00000002 , 0x0000003e 
+ 00011159  0x0000196b branch  0x00002b18 , 0x00000002 
+ 00011160  0x0000196c storet  0x00000004 , 0x0000415b 
+ 00011161  0x0000196d call  0x00003328 
+ 00011162  0x0000196e call  0x000052fb 
+ 00011163  0x0000196f fetcht  0x00000004 , 0x0000415b 
+ 00011164  0x00001970 branch  0x00002b2a 
+ 00011165  0x00001973 bpatch  0x000000ab , 0x00004015 
+ 00011166  0x00001974 fetch  0x00000001 , 0x00004040 
+ 00011167  0x00001975 rtnbit1  0x00000000 
+ 00011168  0x00001976 rtnbit1  0x00000003 
+ 00011169  0x00001977 fetch  0x00000001 , 0x0000465a 
+ 00011170  0x00001978 branch  0x00002ba5 , 0x00000034 
+ 00011171  0x00001979 fetch  0x00000001 , 0x000045b1 
+ 00011172  0x0000197a rtn  0x00000034 
+ 00011173  0x0000197c bpatch  0x000000ac , 0x00004015 
+ 00011174  0x0000197d fetch  0x00000001 , 0x0000436e 
+ 00011175  0x0000197e nbranch  0x00002baa , 0x00000034 
+ 00011176  0x0000197f fetch  0x00000001 , 0x00004093 
+ 00011177  0x00001980 rtn  0x00000034 
+ 00011178  0x00001982 fetch  0x00000002 , 0x00004154 
+ 00011179  0x00001983 rtn  0x00000034 
+ 00011180  0x00001985 fetcht  0x00000001 , 0x00004156 
+ 00011181  0x00001986 isub  0x00000002 , 0x0000003f 
+ 00011182  0x00001987 arg  0x00001d4c , 0x00000002 
+ 00011183  0x00001988 imul32  0x00000002 , 0x0000003f 
+ 00011184  0x00001989 branch  0x00002b93 
+ 00011185  0x0000198c bpatch  0x000000ad , 0x00004015 
+ 00011186  0x0000198d disable  0x0000002b 
+ 00011187  0x0000198e fetch  0x00000001 , 0x00000030 
+ 00011188  0x0000198f rtnbit0  0x00000001 
+ 00011189  0x00001990 nbranch  0x00002bd0 , 0x0000002d 
+ 00011190  0x00001991 call  0x00002bcb 
+ 00011191  0x00001992 fetch  0x00000002 , 0x000040c1 
+ 00011192  0x00001993 store  0x00000002 , 0x0000003e 
+ 00011193  0x00001994 fetch  0x00000001 , 0x00000047 
+ 00011194  0x00001995 bbit1  0x00000003 , 0x00002bde 
+ 00011195  0x00001996 bmark0  0x0000000d , 0x00002bde 
+ 00011196  0x00001997 call  0x00005274 
+ 00011197  0x00001998 nbranch  0x00002bde , 0x00000034 
+ 00011198  0x00001999 fetch  0x00000001 , 0x0000455c 
+ 00011199  0x0000199a bbit1  0x00000001 , 0x00002bde 
+ 00011200  0x0000199c jam  0x00000000 , 0x000000a0 
+ 00011201  0x0000199d bmark0  0x0000000d , 0x00002bde 
+ 00011202  0x0000199e fetch  0x00000001 , 0x00004174 
+ 00011203  0x0000199f branch  0x00002be2 , 0x00000034 
+ 00011204  0x000019a0 increase  0xffffffff , 0x0000003f 
+ 00011205  0x000019a1 store  0x00000001 , 0x00004174 
+ 00011206  0x000019a2 rtn 
+ 00011207  0x000019a6 arg  0x00000001 , 0x00000007 
+ 00011208  0x000019a7 branch  0x000060cd 
+ 00011209  0x000019aa arg  0x00000001 , 0x00000007 
+ 00011210  0x000019ab branch  0x000060d1 
+ 00011211  0x000019b0 jam  0x00000000 , 0x00004159 
+ 00011212  0x000019b1 fetch  0x00000003 , 0x00004169 
+ 00011213  0x000019b2 increase  0x00000001 , 0x0000003f 
+ 00011214  0x000019b3 store  0x00000003 , 0x00004169 
+ 00011215  0x000019b4 rtn 
+ 00011216  0x000019b7 bpatch  0x000000ae , 0x00004015 
+ 00011217  0x000019b8 fetcht  0x00000002 , 0x000040c1 
+ 00011218  0x000019b9 rshift  0x00000002 , 0x00000002 
+ 00011219  0x000019ba fetch  0x00000002 , 0x0000003e 
+ 00011220  0x000019bb iadd  0x00000002 , 0x0000003f 
+ 00011221  0x000019bc store  0x00000002 , 0x0000003e 
+ 00011222  0x000019be jam  0x00000000 , 0x000000a0 
+ 00011223  0x000019bf fetch  0x00000003 , 0x0000416c 
+ 00011224  0x000019c0 increase  0x00000001 , 0x0000003f 
+ 00011225  0x000019c1 store  0x00000003 , 0x0000416c 
+ 00011226  0x000019c2 fetch  0x00000001 , 0x00004159 
+ 00011227  0x000019c3 increase  0x00000001 , 0x0000003f 
+ 00011228  0x000019c4 store  0x00000001 , 0x00004159 
+ 00011229  0x000019c5 rtn 
+ 00011230  0x000019c8 jam  0x00000000 , 0x000000a0 
+ 00011231  0x000019c9 fetch  0x00000001 , 0x00004173 
+ 00011232  0x000019ca store  0x00000001 , 0x00004174 
+ 00011233  0x000019cb rtn 
+ 00011234  0x000019ce fetcht  0x00000001 , 0x00004172 
+ 00011235  0x000019cf storet  0x00000001 , 0x000000a0 
+ 00011236  0x000019d0 rtn 
+ 00011237  0x000019d3 bpatch  0x000000af , 0x00004015 
+ 00011238  0x000019d4 fetch  0x00000001 , 0x00004178 
+ 00011239  0x000019d5 nrtn  0x00000034 
+ 00011240  0x000019d6 jam  0x00000006 , 0x00008042 
+ 00011241  0x000019d7 setarg  0x00000f0c 
+ 00011242  0x000019d8 call  0x00002c18 
+ 00011243  0x000019d9 setarg  0x00030d40 
+ 00011244  0x000019da call  0x00002a8f 
+ 00011245  0x000019db until  0x0000003e , 0x00000033 
+ 00011246  0x000019dc copy  0x00000031 , 0x00000030 
+ 00011247  0x000019dd call  0x000029e7 
+ 00011248  0x000019de jam  0x00000004 , 0x00008042 
+ 00011249  0x000019df nop  0x0000000a 
+ 00011250  0x000019e0 until  0x0000003e , 0x00000033 
+ 00011251  0x000019e1 deposit  0x00000031 
+ 00011252  0x000019e2 isub  0x00000030 , 0x0000003f 
+ 00011253  0x000019e3 increase  0x00000030 , 0x0000003f 
+ 00011254  0x000019e4 arg  0x000000ff , 0x00000002 
+ 00011255  0x000019e5 call  0x00007f91 
+ 00011256  0x000019e6 store  0x00000001 , 0x00004178 
+ 00011257  0x000019e7 nop  0x00007530 
+ 00011258  0x000019e8 nop  0x00007530 
+ 00011259  0x000019e9 nop  0x00007530 
+ 00011260  0x000019ea rtn 
+ 00011261  0x000019ed fetch  0x00000001 , 0x00004178 
+ 00011262  0x000019ee nrtn  0x00000034 
+ 00011263  0x000019ef jam  0x000000ff , 0x00008044 
+ 00011264  0x000019f0 jam  0x00000006 , 0x00008042 
+ 00011265  0x000019f1 call  0x000029e7 
+ 00011266  0x000019f2 setarg  0x000003e8 
+ 00011267  0x000019f3 iadd  0x00000031 , 0x00000030 
+ 00011268  0x000019f4 snooze 
+ 00011269  0x000019f5 deposit  0x00000031 
+ 00011270  0x000019f6 nop  0x00002ee0 
+ 00011271  0x000019f7 nop  0x00002ee0 
+ 00011272  0x000019f8 nop  0x00002ee0 
+ 00011273  0x000019f9 nop  0x00002ee0 
+ 00011274  0x000019fa nop  0x00002ee0 
+ 00011275  0x000019fb nop  0x00002ee0 
+ 00011276  0x000019fc nop  0x00002ee0 
+ 00011277  0x000019fd nop  0x00002ee0 
+ 00011278  0x000019fe nop  0x00002ee0 
+ 00011279  0x000019ff isub  0x00000030 , 0x0000003f 
+ 00011280  0x00001a00 add  0x0000003f , 0x00000030 , 0x0000003f 
+ 00011281  0x00001a01 arg  0x000000ff , 0x00000002 
+ 00011282  0x00001a02 call  0x00007f91 
+ 00011283  0x00001a03 store  0x00000001 , 0x00004178 
+ 00011284  0x00001a04 nop  0x00007530 
+ 00011285  0x00001a05 nop  0x00007530 
+ 00011286  0x00001a06 nop  0x00007530 
+ 00011287  0x00001a07 rtn 
+ 00011288  0x00001a0d arg  0x00000fff , 0x00000005 
+ 00011289  0x00001a0e iand  0x00000005 , 0x00000005 
+ 00011290  0x00001a0f fetch  0x00000001 , 0x00004175 
+ 00011291  0x00001a10 and_into  0x000000f0 , 0x0000003f 
+ 00011292  0x00001a11 lshift8  0x0000003f , 0x0000003f 
+ 00011293  0x00001a12 ior  0x00000005 , 0x0000003f 
+ 00011294  0x00001a13 hstore  0x00000002 , 0x0000804c 
+ 00011295  0x00001a14 ifetch  0x00000002 , 0x00000006 
+ 00011296  0x00001a15 istore  0x00000002 , 0x00000005 
+ 00011297  0x00001a18 setarg  0x00000001 
+ 00011298  0x00001a19 branch  0x00002c24 
+ 00011299  0x00001a1c setarg  0x00000002 
+ 00011300  0x00001a1e until  0x0000003e , 0x00000033 
+ 00011301  0x00001a1f hstore  0x00000001 , 0x00008005 
+ 00011302  0x00001a20 until  0x0000003e , 0x00000033 
+ 00011303  0x00001a21 until  0x0000003e , 0x00000033 
+ 00011304  0x00001a22 rtn 
+ 00011305  0x00001a26 bpatch  0x000000b0 , 0x00004016 
+ 00011306  0x00001a27 fetch  0x00000004 , 0x000000a1 
+ 00011307  0x00001a28 hstore  0x00000004 , 0x0000804c 
+ 00011308  0x00001a29 setarg  0x00000004 
+ 00011309  0x00001a2a call  0x00002c24 
+ 00011310  0x00001a2b fetch  0x00000004 , 0x000000a5 
+ 00011311  0x00001a2c hstore  0x00000004 , 0x0000804c 
+ 00011312  0x00001a2d setarg  0x00000008 
+ 00011313  0x00001a2e branch  0x00002c24 
+ 00011314  0x00001a31 fetch  0x00000002 , 0x00004152 
+ 00011315  0x00001a32 qset1  0x0000003f 
+ 00011316  0x00001a33 store  0x00000002 , 0x00004152 
+ 00011317  0x00001a34 rtn 
+ 00011318  0x00001a37 fetch  0x00000002 , 0x00004152 
+ 00011319  0x00001a38 qset0  0x0000003f 
+ 00011320  0x00001a39 store  0x00000002 , 0x00004152 
+ 00011321  0x00001a3a rtn 
+ 00011322  0x00001a3f bpatch  0x000000b1 , 0x00004016 
+ 00011323  0x00001a40 call  0x00003326 
+ 00011324  0x00001a41 fetch  0x00000002 , 0x00004152 
+ 00011325  0x00001a42 copy  0x0000003f , 0x00000011 
+ 00011326  0x00001a43 fetch  0x00000001 , 0x0000004c 
+ 00011327  0x00001a44 isolate1  0x00000006 , 0x0000003f 
+ 00011328  0x00001a45 setflag  0x00000001 , 0x0000000b , 0x00000011 
+ 00011329  0x00001a46 fetch  0x00000001 , 0x00000078 
+ 00011330  0x00001a47 fetcht  0x00000001 , 0x0000007c 
+ 00011331  0x00001a48 iadd  0x00000002 , 0x0000003f 
+ 00011332  0x00001a49 fetcht  0x00000001 , 0x00000048 
+ 00011333  0x00001a4a iadd  0x00000002 , 0x0000003f 
+ 00011334  0x00001a4b nsetflag  0x00000034 , 0x0000000a , 0x00000011 
+ 00011335  0x00001a4c fetch  0x00000001 , 0x000044ff 
+ 00011336  0x00001a4d nsetflag  0x00000034 , 0x00000001 , 0x00000011 
+ 00011337  0x00001a4e fetch  0x00000002 , 0x0000025d 
+ 00011338  0x00001a4f fetcht  0x00000002 , 0x0000025f 
+ 00011339  0x00001a50 iadd  0x00000002 , 0x0000003f 
+ 00011340  0x00001a51 nsetflag  0x00000034 , 0x0000000d , 0x00000011 
+ 00011341  0x00001a52 fetch  0x00000008 , 0x00004668 
+ 00011342  0x00001a53 nsetflag  0x00000034 , 0x0000000f , 0x00000011 
+ 00011343  0x00001a54 fetch  0x00000008 , 0x00004670 
+ 00011344  0x00001a55 nsetflag  0x00000034 , 0x0000000e , 0x00000011 
+ 00011345  0x00001a56 fetch  0x00000001 , 0x000041ce 
+ 00011346  0x00001a57 nsetflag  0x00000034 , 0x00000008 , 0x00000011 
+ 00011347  0x00001a58 fetch  0x00000001 , 0x00004092 
+ 00011348  0x00001a59 compare  0x0000000a , 0x0000003f , 0x000000ff 
+ 00011349  0x00001a5a call  0x00002c5b , 0x00000001 
+ 00011350  0x00001a5b setarg  0xfffffff8 
+ 00011351  0x00001a5c iand  0x00000011 , 0x00000011 
+ 00011352  0x00001a5d copy  0x00000011 , 0x0000003f 
+ 00011353  0x00001a5e store  0x00000002 , 0x00004152 
+ 00011354  0x00001a5f rtn 
+ 00011355  0x00001a62 hfetch  0x00000002 , 0x00008112 
+ 00011356  0x00001a63 nsetflag  0x00000034 , 0x00000006 , 0x00000011 
+ 00011357  0x00001a64 hfetch  0x00000002 , 0x0000810e 
+ 00011358  0x00001a65 nsetflag  0x00000034 , 0x00000005 , 0x00000011 
+ 00011359  0x00001a66 rtn 
+ 00011360  0x00001a69 hfetch  0x00000004 , 0x00008138 
+ 00011361  0x00001a6a set0  0x0000001b , 0x0000003f 
+ 00011362  0x00001a6b hstore  0x00000004 , 0x0000804c 
+ 00011363  0x00001a6c call  0x00002c21 
+ 00011364  0x00001a6d branch  0x00002a8c 
+ 00011365  0x00001a70 hfetch  0x00000004 , 0x0000813c 
+ 00011366  0x00001a71 set0  0x00000014 , 0x0000003f 
+ 00011367  0x00001a72 hstore  0x00000004 , 0x0000804c 
+ 00011368  0x00001a73 branch  0x00002c23 
+ 00011369  0x00001a76 fetch  0x00000002 , 0x00004150 
+ 00011370  0x00001a77 bbit1  0x00000000 , 0x00002a8c 
+ 00011371  0x00001a78 rtn 
+ 00011372  0x00001a7a fetch  0x00000002 , 0x00004150 
+ 00011373  0x00001a7b bbit1  0x00000001 , 0x00002a8c 
+ 00011374  0x00001a7c rtn 
+ 00011375  0x00001a7e fetch  0x00000002 , 0x00004150 
+ 00011376  0x00001a7f bbit1  0x00000002 , 0x00002a8c 
+ 00011377  0x00001a80 rtn 
+ 00011378  0x00001abe bpatch  0x000000b2 , 0x00004016 
+ 00011379  0x00001abf call  0x00002c7a 
+ 00011380  0x00001ac0 add  0x00000013 , 0x000000cd , 0x00000012 
+ 00011381  0x00001ac1 ifetch  0x00000001 , 0x00000012 
+ 00011382  0x00001ac3 rtneq  0x00000000 
+ 00011383  0x00001ac4 beq  0x00000001 , 0x00002d06 
+ 00011384  0x00001ac5 beq  0x00000002 , 0x00002c7f 
+ 00011385  0x00001ac6 rtn 
+ 00011386  0x00001ac9 fetcht  0x00000002 , 0x00004241 
+ 00011387  0x00001aca copy  0x00000002 , 0x00000013 
+ 00011388  0x00001acb rtn 
+ 00011389  0x00001ace call  0x00002f3d 
+ 00011390  0x00001acf branch  0x0000307d 
+ 00011391  0x00001ad2 call  0x00003084 
+ 00011392  0x00001ad3 call  0x0000305a 
+ 00011393  0x00001ad4 call  0x0000305e 
+ 00011394  0x00001ad5 branch  0x000030a2 
+ 00011395  0x00001adb call  0x00003231 
+ 00011396  0x00001adc setarg  0x0000004e 
+ 00011397  0x00001add call  0x0000322f 
+ 00011398  0x00001ade call  0x000032ba 
+ 00011399  0x00001ae1 add  0x00000013 , 0x00000092 , 0x00000011 
+ 00011400  0x00001ae2 ifetch  0x00000004 , 0x00000011 
+ 00011401  0x00001ae3 branch  0x0000322c 
+ 00011402  0x00001ae6 call  0x00002c7a 
+ 00011403  0x00001ae7 add  0x00000013 , 0x00000091 , 0x00000012 
+ 00011404  0x00001ae8 ifetcht  0x00000001 , 0x00000012 
+ 00011405  0x00001aea call  0x00002c90 
+ 00011406  0x00001aeb add  0x00000013 , 0x00000091 , 0x00000005 
+ 00011407  0x00001aed branch  0x00002e56 
+ 00011408  0x00001af0 call  0x00002c94 
+ 00011409  0x00001af1 increase  0x00000001 , 0x00000002 
+ 00011410  0x00001af2 and_into  0x00000003 , 0x00000002 
+ 00011411  0x00001af3 rtn 
+ 00011412  0x00001af6 add  0x00000013 , 0x000000ae , 0x00000012 
+ 00011413  0x00001af7 ifetch  0x00000001 , 0x00000012 
+ 00011414  0x00001af9 and_into  0x00000003 , 0x0000003f 
+ 00011415  0x00001afa mul32  0x0000003f , 0x00000004 , 0x00000011 
+ 00011416  0x00001afb add  0x00000013 , 0x00000097 , 0x0000003f 
+ 00011417  0x00001afd iadd  0x00000011 , 0x0000003f 
+ 00011418  0x00001afe iadd  0x00000002 , 0x00000006 
+ 00011419  0x00001aff ifetch  0x00000001 , 0x00000006 
+ 00011420  0x00001b01 branch  0x0000322f 
+ 00011421  0x00001b04 call  0x0000326c 
+ 00011422  0x00001b05 call  0x0000666a 
+ 00011423  0x00001b06 setarg  0x000007e2 
+ 00011424  0x00001b07 arg  0x00000aa2 , 0x00000011 
+ 00011425  0x00001b08 arg  0x00000004 , 0x00000002 
+ 00011426  0x00001b09 call  0x000066b3 
+ 00011427  0x00001b0a call  0x0000666d 
+ 00011428  0x00001b0b fetch  0x00000004 , 0x00000aa2 
+ 00011429  0x00001b0c call  0x00003227 
+ 00011430  0x00001b0e nrtn  0x00000034 
+ 00011431  0x00001b0f fetch  0x00000004 , 0x000040a0 
+ 00011432  0x00001b11 branch  0x00003227 
+ 00011433  0x00001b14 call  0x00003241 
+ 00011434  0x00001b16 setarg  0x00000000 
+ 00011435  0x00001b17 call  0x0000323f 
+ 00011436  0x00001b1a call  0x0000323a 
+ 00011437  0x00001b1c and_into  0x00000007 , 0x0000003f 
+ 00011438  0x00001b1e branch  0x0000323c 
+ 00011439  0x00001b21 call  0x0000323a 
+ 00011440  0x00001b23 set1  0x00000004 , 0x0000003f 
+ 00011441  0x00001b24 call  0x0000323c 
+ 00011442  0x00001b27 branch  0x00003235 
+ 00011443  0x00001b2a call  0x0000325d 
+ 00011444  0x00001b2c beq  0x00000001 , 0x00002cb7 
+ 00011445  0x00001b2d beq  0x00000002 , 0x00002cbc 
+ 00011446  0x00001b2e rtn 
+ 00011447  0x00001b31 call  0x0000323e 
+ 00011448  0x00001b34 add  0x00000013 , 0x000000d1 , 0x00000005 
+ 00011449  0x00001b35 call  0x000032d6 
+ 00011450  0x00001b37 call  0x00003242 
+ 00011451  0x00001b39 branch  0x00002cac 
+ 00011452  0x00001b3c call  0x0000325a 
+ 00011453  0x00001b3e branch  0x00002cb8 
+ 00011454  0x00001b41 add  0x00000013 , 0x0000008c , 0x00000011 
+ 00011455  0x00001b42 ifetch  0x00000001 , 0x00000011 
+ 00011456  0x00001b44 increase  0x00000001 , 0x0000003f 
+ 00011457  0x00001b45 add  0x00000013 , 0x0000008c , 0x00000005 
+ 00011458  0x00001b46 istore  0x00000001 , 0x00000005 
+ 00011459  0x00001b48 beq  0x00000020 , 0x00002dd2 
+ 00011460  0x00001b49 call  0x00003258 
+ 00011461  0x00001b4b beq  0x00000001 , 0x00002cca 
+ 00011462  0x00001b4c setarg  0x00000001 
+ 00011463  0x00001b4d call  0x0000325b 
+ 00011464  0x00001b50 call  0x00003258 
+ 00011465  0x00001b52 bne  0x00000001 , 0x00002cac 
+ 00011466  0x00001b54 add  0x00000013 , 0x000000d3 , 0x00000011 
+ 00011467  0x00001b55 ifetch  0x00000001 , 0x00000011 
+ 00011468  0x00001b57 increase  0x00000001 , 0x0000003f 
+ 00011469  0x00001b58 call  0x00002cd5 
+ 00011470  0x00001b5a beq  0x00000004 , 0x00002cd2 
+ 00011471  0x00001b5b call  0x00002c8a 
+ 00011472  0x00001b5c call  0x00002d04 
+ 00011473  0x00001b5e branch  0x00002d8f 
+ 00011474  0x00001b61 call  0x00002cd4 
+ 00011475  0x00001b63 branch  0x00002cac 
+ 00011476  0x00001b66 setarg  0x00000000 
+ 00011477  0x00001b68 add  0x00000013 , 0x000000d3 , 0x00000005 
+ 00011478  0x00001b69 branch  0x000032b4 
+ 00011479  0x00001b6c call  0x0000323e 
+ 00011480  0x00001b6f call  0x0000325a 
+ 00011481  0x00001b71 call  0x00003241 
+ 00011482  0x00001b73 branch  0x00002cac 
+ 00011483  0x00001b76 call  0x0000325d 
+ 00011484  0x00001b78 beq  0x00000003 , 0x00002cd8 
+ 00011485  0x00001b79 call  0x0000323a 
+ 00011486  0x00001b7b isolate0  0x00000004 , 0x0000003f 
+ 00011487  0x00001b7c branch  0x00002ca9 , 0x00000001 
+ 00011488  0x00001b7d call  0x0000325d 
+ 00011489  0x00001b7f beq  0x00000001 , 0x00002cd7 
+ 00011490  0x00001b80 beq  0x00000002 , 0x00002cd8 
+ 00011491  0x00001b81 rtn 
+ 00011492  0x00001b84 call  0x00003253 
+ 00011493  0x00001b86 rtnne  0x000000ff 
+ 00011494  0x00001b87 call  0x00002ce9 
+ 00011495  0x00001b88 ncall  0x00002cf4 , 0x0000002c 
+ 00011496  0x00001b89 rtn 
+ 00011497  0x00001b8c disable  0x0000002c 
+ 00011498  0x00001b8d add  0x00000013 , 0x000000ce , 0x00000011 
+ 00011499  0x00001b8e ifetch  0x00000001 , 0x00000011 
+ 00011500  0x00001b90 rtnne  0x00000001 
+ 00011501  0x00001b91 add  0x00000013 , 0x000000d0 , 0x00000011 
+ 00011502  0x00001b92 ifetch  0x00000001 , 0x00000011 
+ 00011503  0x00001b94 rtnne  0x00000000 
+ 00011504  0x00001b95 setarg  0x00000001 
+ 00011505  0x00001b96 call  0x00002cfd 
+ 00011506  0x00001b98 call  0x00003237 
+ 00011507  0x00001b9a branch  0x00007feb 
+ 00011508  0x00001b9d add  0x00000013 , 0x000000d0 , 0x00000011 
+ 00011509  0x00001b9e ifetch  0x00000001 , 0x00000011 
+ 00011510  0x00001ba0 branch  0x00002cff , 0x00000034 
+ 00011511  0x00001ba1 increase  0xffffffff , 0x0000003f 
+ 00011512  0x00001ba2 call  0x0000323f 
+ 00011513  0x00001ba4 setarg  0x00000002 
+ 00011514  0x00001ba5 call  0x00002cfd 
+ 00011515  0x00001ba7 call  0x00002c8a 
+ 00011516  0x00001ba9 branch  0x00003237 
+ 00011517  0x00001bac add  0x00000013 , 0x000000d2 , 0x00000005 
+ 00011518  0x00001bad branch  0x000032b4 
+ 00011519  0x00001bb1 setarg  0x00000003 
+ 00011520  0x00001bb2 call  0x00002cfd 
+ 00011521  0x00001bb4 call  0x00003258 
+ 00011522  0x00001bb6 nbranch  0x00002cc8 , 0x00000034 
+ 00011523  0x00001bb7 call  0x00002c8a 
+ 00011524  0x00001bba setarg  0x00000002 
+ 00011525  0x00001bbb branch  0x00003238 
+ 00011526  0x00001bbe rtnmark0  0x00000026 
+ 00011527  0x00001bbf set1  0x00000027 , 0x00000000 
+ 00011528  0x00001bc0 bpatch  0x000000b3 , 0x00004016 
+ 00011529  0x00001bc1 add  0x00000013 , 0x0000008e , 0x00000011 
+ 00011530  0x00001bc2 ifetch  0x00000001 , 0x00000011 
+ 00011531  0x00001bc4 beq  0x00000001 , 0x00002d0f 
+ 00011532  0x00001bc5 call  0x0000306a 
+ 00011533  0x00001bc6 nbranch  0x00002d16 , 0x00000028 
+ 00011534  0x00001bc7 call  0x00002d1b 
+ 00011535  0x00001bc9 add  0x00000013 , 0x0000008e , 0x00000005 
+ 00011536  0x00001bca call  0x000032d6 
+ 00011537  0x00001bcc call  0x00002d2c 
+ 00011538  0x00001bcd nbranch  0x00002d7d , 0x00000028 
+ 00011539  0x00001bce call  0x00002ce4 
+ 00011540  0x00001bd0 call  0x00002d8f 
+ 00011541  0x00001bd1 call  0x00002e7a 
+ 00011542  0x00001bd3 set0  0x00000027 , 0x00000000 
+ 00011543  0x00001bd4 rtn 
+ 00011544  0x00001bd7 rtn  0x00000005 
+ 00011545  0x00001bd8 set1  0x0000001c , 0x0000003f 
+ 00011546  0x00001bd9 rtn 
+ 00011547  0x00001bdc add  0x00000013 , 0x000000c2 , 0x00000011 
+ 00011548  0x00001bdd ifetch  0x00000001 , 0x00000011 
+ 00011549  0x00001bdf increase  0x00000001 , 0x0000003f 
+ 00011550  0x00001be0 add  0x00000013 , 0x000000c2 , 0x00000005 
+ 00011551  0x00001be1 istore  0x00000001 , 0x00000005 
+ 00011552  0x00001be3 beq  0x00000004 , 0x00002d23 
+ 00011553  0x00001be4 beq  0x00000005 , 0x00002d27 
+ 00011554  0x00001be5 rtn 
+ 00011555  0x00001be7 add  0x00000013 , 0x000000ad , 0x00000011 
+ 00011556  0x00001be8 ifetch  0x00000001 , 0x00000011 
+ 00011557  0x00001bec add  0x00000013 , 0x000000ab , 0x00000005 
+ 00011558  0x00001bed branch  0x000032b4 
+ 00011559  0x00001bf0 add  0x00000013 , 0x000000c2 , 0x00000005 
+ 00011560  0x00001bf1 call  0x000032d6 
+ 00011561  0x00001bf3 add  0x00000013 , 0x000000ac , 0x00000011 
+ 00011562  0x00001bf4 ifetch  0x00000001 , 0x00000011 
+ 00011563  0x00001bf6 branch  0x00002d25 
+ 00011564  0x00001bf9 call  0x00003253 
+ 00011565  0x00001bfb bne  0x000000ff , 0x00002eb1 
+ 00011566  0x00001bfc bpatch  0x000000b4 , 0x00004016 
+ 00011567  0x00001bfd call  0x00002d3a 
+ 00011568  0x00001bfe nbranch  0x00002d36 , 0x00000028 
+ 00011569  0x00001bff call  0x00002d53 
+ 00011570  0x00001c00 call  0x00002e71 
+ 00011571  0x00001c03 setarg  0x00000001 
+ 00011572  0x00001c05 add  0x00000013 , 0x0000008b , 0x00000005 
+ 00011573  0x00001c06 branch  0x000032b4 
+ 00011574  0x00001c09 add  0x00000013 , 0x0000008b , 0x00000011 
+ 00011575  0x00001c0a ifetch  0x00000001 , 0x00000011 
+ 00011576  0x00001c0c beq  0x00000001 , 0x00007fe7 
+ 00011577  0x00001c0d rtn 
+ 00011578  0x00001c11 add  0x00000013 , 0x000000d8 , 0x00000002 
+ 00011579  0x00001c12 ifetch  0x00000002 , 0x00000002 
+ 00011580  0x00001c14 call  0x00007f9c 
+ 00011581  0x00001c15 nrtn  0x00000028 
+ 00011582  0x00001c16 copy  0x00000011 , 0x0000003f 
+ 00011583  0x00001c17 store  0x00000001 , 0x00000aae 
+ 00011584  0x00001c18 add  0x00000013 , 0x000000b2 , 0x00000005 
+ 00011585  0x00001c19 call  0x000032d6 
+ 00011586  0x00001c1b call  0x00002cac 
+ 00011587  0x00001c1c store  0x00000001 , 0x0000119e 
+ 00011588  0x00001c1d fetch  0x00000001 , 0x00000aae 
+ 00011589  0x00001c1e copy  0x0000003f , 0x00000011 
+ 00011590  0x00001c1f add  0x00000011 , 0x00000001 , 0x00000002 
+ 00011591  0x00001c20 arg  0x0000119f , 0x00000005 
+ 00011592  0x00001c21 copy  0x00000011 , 0x00000039 
+ 00011593  0x00001c22 copy  0x00000012 , 0x00000006 
+ 00011594  0x00001c23 call  0x00007f01 
+ 00011595  0x00001c24 arg  0x0000119e , 0x00000011 
+ 00011596  0x00001c26 rtnmark0  0x00000027 
+ 00011597  0x00001c27 add  0x00000013 , 0x00000086 , 0x00000005 
+ 00011598  0x00001c28 istoret  0x00000001 , 0x00000005 
+ 00011599  0x00001c2a copy  0x00000002 , 0x00000039 
+ 00011600  0x00001c2b add  0x00000013 , 0x00000022 , 0x00000005 
+ 00011601  0x00001c2d copy  0x00000011 , 0x00000006 
+ 00011602  0x00001c2e branch  0x00007f01 
+ 00011603  0x00001c32 add  0x00000013 , 0x00000086 , 0x00000011 
+ 00011604  0x00001c33 ifetch  0x00000001 , 0x00000011 
+ 00011605  0x00001c35 increase  0x00000002 , 0x0000003f 
+ 00011606  0x00001c36 add  0x00000013 , 0x00000088 , 0x00000005 
+ 00011607  0x00001c37 istore  0x00000001 , 0x00000005 
+ 00011608  0x00001c3a call  0x0000323a 
+ 00011609  0x00001c3c call  0x00003235 
+ 00011610  0x00001c3f add  0x00000013 , 0x00000086 , 0x00000011 
+ 00011611  0x00001c40 ifetch  0x00000001 , 0x00000011 
+ 00011612  0x00001c42 lshift3  0x0000003f , 0x0000003f 
+ 00011613  0x00001c43 add  0x00000013 , 0x00000085 , 0x00000011 
+ 00011614  0x00001c44 ifetcht  0x00000001 , 0x00000011 
+ 00011615  0x00001c46 and  0x00000002 , 0x00000003 , 0x00000002 
+ 00011616  0x00001c47 lshift  0x00000002 , 0x00000002 
+ 00011617  0x00001c48 ior  0x00000002 , 0x0000003f 
+ 00011618  0x00001c49 add  0x00000013 , 0x000000c3 , 0x00000011 
+ 00011619  0x00001c4a ifetcht  0x00000001 , 0x00000011 
+ 00011620  0x00001c4c iadd  0x00000002 , 0x0000003f 
+ 00011621  0x00001c4d istore  0x00000001 , 0x00000005 
+ 00011622  0x00001c4f add  0x00000013 , 0x00000086 , 0x00000011 
+ 00011623  0x00001c50 ifetch  0x00000001 , 0x00000011 
+ 00011624  0x00001c52 iforce  0x00000039 
+ 00011625  0x00001c53 add  0x00000013 , 0x00000022 , 0x00000006 
+ 00011626  0x00001c55 branch  0x00007f01 
+ 00011627  0x00001c58 call  0x0000324f 
+ 00011628  0x00001c5a call  0x0000325a 
+ 00011629  0x00001c5c call  0x00002e6d 
+ 00011630  0x00001c5d call  0x00002cac 
+ 00011631  0x00001c5e store  0x00000001 , 0x0000119e 
+ 00011632  0x00001c5f call  0x00002d77 
+ 00011633  0x00001c60 call  0x0000323a 
+ 00011634  0x00001c62 set1  0x00000003 , 0x0000003f 
+ 00011635  0x00001c63 call  0x0000323c 
+ 00011636  0x00001c65 call  0x00002d53 
+ 00011637  0x00001c66 call  0x00002d33 
+ 00011638  0x00001c67 branch  0x00002d14 
+ 00011639  0x00001c6a store  0x00000001 , 0x0000119f 
+ 00011640  0x00001c6b call  0x00003224 
+ 00011641  0x00001c6d store  0x00000004 , 0x000011a0 
+ 00011642  0x00001c6e arg  0x00000006 , 0x00000002 
+ 00011643  0x00001c6f arg  0x0000119e , 0x00000011 
+ 00011644  0x00001c70 branch  0x00002d4c 
+ 00011645  0x00001c73 add  0x00000013 , 0x000000b2 , 0x00000011 
+ 00011646  0x00001c74 ifetch  0x00000001 , 0x00000011 
+ 00011647  0x00001c76 branch  0x00002d6b , 0x00000034 
+ 00011648  0x00001c79 add  0x00000013 , 0x000000da , 0x00000011 
+ 00011649  0x00001c7a ifetch  0x00000002 , 0x00000011 
+ 00011650  0x00001c7c branch  0x00007f9c 
+ 00011651  0x00001c7f call  0x00002c7a 
+ 00011652  0x00001c81 call  0x00002afa 
+ 00011653  0x00001c82 fetch  0x00000003 , 0x0000416f 
+ 00011654  0x00001c83 rtn  0x00000034 
+ 00011655  0x00001c84 add  0x00000013 , 0x000000dc , 0x00000002 
+ 00011656  0x00001c85 ifetch  0x00000002 , 0x00000002 
+ 00011657  0x00001c87 call  0x00007f9c 
+ 00011658  0x00001c88 add  0x00000013 , 0x000000b6 , 0x00000002 
+ 00011659  0x00001c89 ifetch  0x00000008 , 0x00000002 
+ 00011660  0x00001c8a call  0x00007f49 
+ 00011661  0x00001c8b storet  0x00000004 , 0x0000415b 
+ 00011662  0x00001c8c branch  0x00002b2a 
+ 00011663  0x00001c8f call  0x00002c7a 
+ 00011664  0x00001c90 add  0x00000013 , 0x0000008f , 0x00000005 
+ 00011665  0x00001c91 call  0x000032d6 
+ 00011666  0x00001c94 call  0x00002da4 
+ 00011667  0x00001c95 nbranch  0x00002dae , 0x00000018 
+ 00011668  0x00001c96 nbranch  0x00002dae , 0x0000002f 
+ 00011669  0x00001c97 call  0x00002dd6 
+ 00011670  0x00001c98 call  0x00002e75 
+ 00011671  0x00001c9a call  0x00002c7a 
+ 00011672  0x00001c9b add  0x00000013 , 0x00000085 , 0x00000011 
+ 00011673  0x00001c9c ifetch  0x00000001 , 0x00000011 
+ 00011674  0x00001c9e increase  0x00000001 , 0x0000003f 
+ 00011675  0x00001c9f call  0x00003232 
+ 00011676  0x00001ca1 call  0x00003253 
+ 00011677  0x00001ca3 bne  0x000000ff , 0x00002ed0 
+ 00011678  0x00001ca4 call  0x00002cdb 
+ 00011679  0x00001ca6 setarg  0x00000000 
+ 00011680  0x00001ca7 add  0x00000013 , 0x0000008c , 0x00000005 
+ 00011681  0x00001ca8 istore  0x00000002 , 0x00000005 
+ 00011682  0x00001cac setarg  0x00000000 
+ 00011683  0x00001cad branch  0x00002d34 
+ 00011684  0x00001cb1 disable  0x0000002f 
+ 00011685  0x00001cb2 call  0x00002df7 
+ 00011686  0x00001cb3 call  0x00002c7a 
+ 00011687  0x00001cb4 add  0x00000013 , 0x000000c3 , 0x00000011 
+ 00011688  0x00001cb5 ifetch  0x00000001 , 0x00000011 
+ 00011689  0x00001cb7 beq  0x00000001 , 0x00002dac 
+ 00011690  0x00001cb8 call  0x00002e11 
+ 00011691  0x00001cb9 branch  0x00002e45 
+ 00011692  0x00001cbb call  0x00002e45 
+ 00011693  0x00001cbc branch  0x00002d97 
+ 00011694  0x00001cc0 bpatch  0x000000b5 , 0x00004016 
+ 00011695  0x00001cc1 add  0x00000013 , 0x0000008d , 0x00000011 
+ 00011696  0x00001cc2 ifetch  0x00000001 , 0x00000011 
+ 00011697  0x00001cc4 increase  0x00000001 , 0x0000003f 
+ 00011698  0x00001cc5 add  0x00000013 , 0x0000008d , 0x00000005 
+ 00011699  0x00001cc6 istore  0x00000001 , 0x00000005 
+ 00011700  0x00001cc8 call  0x00003253 
+ 00011701  0x00001cca bne  0x000000ff , 0x00002dcc 
+ 00011702  0x00001ccb add  0x00000013 , 0x0000008f , 0x00000011 
+ 00011703  0x00001ccc ifetcht  0x00000001 , 0x00000011 
+ 00011704  0x00001cce increase  0x00000001 , 0x00000002 
+ 00011705  0x00001ccf add  0x00000013 , 0x0000008f , 0x00000005 
+ 00011706  0x00001cd0 istoret  0x00000001 , 0x00000005 
+ 00011707  0x00001cd2 add  0x00000013 , 0x000000cc , 0x00000011 
+ 00011708  0x00001cd3 ifetch  0x00000001 , 0x00000011 
+ 00011709  0x00001cd5 isub  0x00000002 , 0x0000003f 
+ 00011710  0x00001cd6 nbranch  0x00002d92 , 0x00000034 
+ 00011711  0x00001cd7 bpatch  0x000000b6 , 0x00004016 
+ 00011712  0x00001cd8 call  0x0000325d 
+ 00011713  0x00001cda beq  0x00000003 , 0x00002cbe 
+ 00011714  0x00001cdb add  0x00000013 , 0x000000d1 , 0x00000011 
+ 00011715  0x00001cdc ifetch  0x00000001 , 0x00000011 
+ 00011716  0x00001cde increase  0x00000001 , 0x0000003f 
+ 00011717  0x00001cdf add  0x00000013 , 0x000000d1 , 0x00000005 
+ 00011718  0x00001ce0 istore  0x00000001 , 0x00000005 
+ 00011719  0x00001ce2 beq  0x00000002 , 0x00002cb3 
+ 00011720  0x00001ce3 call  0x00002caf 
+ 00011721  0x00001ce4 setarg  0x00000001 
+ 00011722  0x00001ce5 call  0x00003238 
+ 00011723  0x00001ce7 branch  0x00002d8f 
+ 00011724  0x00001cea add  0x00000013 , 0x0000008d , 0x00000011 
+ 00011725  0x00001ceb ifetch  0x00000001 , 0x00000011 
+ 00011726  0x00001ced rtnne  0x000000ff 
+ 00011727  0x00001cee add  0x00000013 , 0x0000008d , 0x00000005 
+ 00011728  0x00001cef call  0x000032d6 
+ 00011729  0x00001cf1 branch  0x00002dd4 
+ 00011730  0x00001cf4 add  0x00000013 , 0x0000008c , 0x00000005 
+ 00011731  0x00001cf5 call  0x000032d6 
+ 00011732  0x00001cf8 jam  0x0000003a , 0x00000a99 
+ 00011733  0x00001cf9 branch  0x00007d86 
+ 00011734  0x00001cfc call  0x00002dde 
+ 00011735  0x00001cfd add  0x00000013 , 0x00000084 , 0x00000011 
+ 00011736  0x00001cfe ifetch  0x00000001 , 0x00000011 
+ 00011737  0x00001d00 rtn  0x00000034 
+ 00011738  0x00001d01 iforce  0x00000039 
+ 00011739  0x00001d02 add  0x00000013 , 0x00000002 , 0x00000006 
+ 00011740  0x00001d04 add  0x00000013 , 0x00000064 , 0x00000005 
+ 00011741  0x00001d06 branch  0x00007f01 
+ 00011742  0x00001d0b call  0x0000325f 
+ 00011743  0x00001d0d rshift3  0x0000003f , 0x0000003f 
+ 00011744  0x00001d0e add  0x00000013 , 0x00000084 , 0x00000005 
+ 00011745  0x00001d0f istore  0x00000001 , 0x00000005 
+ 00011746  0x00001d12 increase  0x00000001 , 0x0000003f 
+ 00011747  0x00001d13 add  0x00000013 , 0x00000001 , 0x00000006 
+ 00011748  0x00001d15 iadd  0x00000006 , 0x00000006 
+ 00011749  0x00001d16 ifetch  0x00000003 , 0x00000006 
+ 00011750  0x00001d17 add  0x00000013 , 0x000000c4 , 0x00000005 
+ 00011751  0x00001d18 istore  0x00000003 , 0x00000005 
+ 00011752  0x00001d1b call  0x0000325f 
+ 00011753  0x00001d1d rshift  0x0000003f , 0x0000003f 
+ 00011754  0x00001d1e and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00011755  0x00001d1f add  0x00000013 , 0x000000ca , 0x00000005 
+ 00011756  0x00001d20 istore  0x00000001 , 0x00000005 
+ 00011757  0x00001d22 rtn 
+ 00011758  0x00001d25 disable  0x00000009 
+ 00011759  0x00001d26 disable  0x00000007 
+ 00011760  0x00001d27 setarg  0x00555555 
+ 00011761  0x00001d28 iforce  0x0000000f 
+ 00011762  0x00001d29 rtn 
+ 00011763  0x00001d2c call  0x00002918 
+ 00011764  0x00001d2d add  0x00000013 , 0x00000090 , 0x00000011 
+ 00011765  0x00001d2e ifetcht  0x00000001 , 0x00000011 
+ 00011766  0x00001d30 branch  0x00002933 
+ 00011767  0x00001d33 call  0x00002dee 
+ 00011768  0x00001d34 call  0x00002df3 
+ 00011769  0x00001d35 set1  0x00000000 , 0x00000015 
+ 00011770  0x00001d36 enable  0x0000001d 
+ 00011771  0x00001d37 enable  0x00000020 
+ 00011772  0x00001d38 disable  0x00000021 
+ 00011773  0x00001d39 call  0x000053c4 
+ 00011774  0x00001d3a call  0x0000322a 
+ 00011775  0x00001d3c iforce  0x00000009 
+ 00011776  0x00001d3d inject  0x00000003 , 0x00000020 
+ 00011777  0x00001d3e enable  0x00000009 
+ 00011778  0x00001d3f add  0x00000013 , 0x00000088 , 0x00000011 
+ 00011779  0x00001d40 ifetch  0x00000001 , 0x00000011 
+ 00011780  0x00001d42 iforce  0x00000039 
+ 00011781  0x00001d43 add  0x00000013 , 0x00000042 , 0x00000006 
+ 00011782  0x00001d46 ifetch  0x00000001 , 0x00000006 
+ 00011783  0x00001d47 inject  0x00000003 , 0x00000008 
+ 00011784  0x00001d48 loop  0x00002e06 
+ 00011785  0x00001d49 enable  0x00000008 
+ 00011786  0x00001d4a inject  0x00000003 , 0x00000018 
+ 00011787  0x00001d4b disable  0x00000008 
+ 00011788  0x00001d4c until  0x0000003e , 0x00000027 
+ 00011789  0x00001d4d bpatch  0x000000b7 , 0x00004016 
+ 00011790  0x00001d4e nop  0x00000064 
+ 00011791  0x00001d4f disable  0x0000001d 
+ 00011792  0x00001d50 rtn 
+ 00011793  0x00001d53 disable  0x0000002f 
+ 00011794  0x00001d54 force  0x00000000 , 0x00000015 
+ 00011795  0x00001d55 add  0x00000013 , 0x00000090 , 0x00000011 
+ 00011796  0x00001d56 ifetcht  0x00000001 , 0x00000011 
+ 00011797  0x00001d58 call  0x0000291f 
+ 00011798  0x00001d59 call  0x00002924 
+ 00011799  0x00001d5b call  0x00002dee 
+ 00011800  0x00001d5c enable  0x0000000d 
+ 00011801  0x00001d5d enable  0x00000021 
+ 00011802  0x00001d5e disable  0x00000020 
+ 00011803  0x00001d5f call  0x000053c4 
+ 00011804  0x00001d60 call  0x0000322a 
+ 00011805  0x00001d62 iforce  0x00000009 
+ 00011806  0x00001d63 enable  0x00000010 
+ 00011807  0x00001d64 add  0x00000013 , 0x00000089 , 0x00000011 
+ 00011808  0x00001d65 ifetch  0x00000002 , 0x00000011 
+ 00011809  0x00001d67 iforce  0x0000001b 
+ 00011810  0x00001d68 correlate  0x0000003e , 0x00000003 
+ 00011811  0x00001d69 nbranch  0x00002e4d , 0x00000018 
+ 00011812  0x00001d6a enable  0x00000009 
+ 00011813  0x00001d6b parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00011814  0x00001d6c rshift3  0x0000000c , 0x0000003f 
+ 00011815  0x00001d6d add  0x00000013 , 0x00000000 , 0x00000005 
+ 00011816  0x00001d6e istore  0x00000001 , 0x00000005 
+ 00011817  0x00001d70 add  0x00000013 , 0x000000cd , 0x00000011 
+ 00011818  0x00001d71 ifetch  0x00000001 , 0x00000011 
+ 00011819  0x00001d73 beq  0x00000002 , 0x00002e33 
+ 00011820  0x00001d74 bpatch  0x000000b8 , 0x00004017 
+ 00011821  0x00001d75 add  0x00000013 , 0x00000000 , 0x00000011 
+ 00011822  0x00001d76 ifetch  0x00000001 , 0x00000011 
+ 00011823  0x00001d78 add  0x00000013 , 0x00000087 , 0x00000011 
+ 00011824  0x00001d79 ifetcht  0x00000001 , 0x00000011 
+ 00011825  0x00001d7b icompare  0x00000007 , 0x00000002 
+ 00011826  0x00001d7c nbranch  0x00002e45 , 0x00000001 
+ 00011827  0x00001d7e parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00011828  0x00001d7f rshift3  0x0000000c , 0x0000003f 
+ 00011829  0x00001d80 istore  0x00000001 , 0x00000005 
+ 00011830  0x00001d81 rshift3  0x0000003f , 0x0000003f 
+ 00011831  0x00001d82 and  0x0000003f , 0x0000001f , 0x00000039 
+ 00011832  0x00001d83 branch  0x00002e3d , 0x00000005 
+ 00011833  0x00001d85 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00011834  0x00001d86 rshift3  0x0000000c , 0x0000003f 
+ 00011835  0x00001d87 istore  0x00000001 , 0x00000005 
+ 00011836  0x00001d88 loop  0x00002e39 
+ 00011837  0x00001d8a parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00011838  0x00001d8b rshift32  0x0000003f , 0x0000003f 
+ 00011839  0x00001d8c rshift16  0x0000003f , 0x0000003f 
+ 00011840  0x00001d8d istore  0x00000003 , 0x00000005 
+ 00011841  0x00001d8e branch  0x00002e45 , 0x00000006 
+ 00011842  0x00001d8f enable  0x0000002f 
+ 00011843  0x00001d90 disable  0x0000000d 
+ 00011844  0x00001d91 rtn 
+ 00011845  0x00001d95 disable  0x0000001d 
+ 00011846  0x00001d96 disable  0x0000000d 
+ 00011847  0x00001d97 disable  0x00000009 
+ 00011848  0x00001d98 disable  0x00000007 
+ 00011849  0x00001d99 branch  0x000028f9 , 0x00000021 
+ 00011850  0x00001d9a until  0x0000003e , 0x00000027 
+ 00011851  0x00001d9b nop  0x00000064 
+ 00011852  0x00001d9c branch  0x000028f9 
+ 00011853  0x00001d9f call  0x00002e4f 
+ 00011854  0x00001da0 branch  0x00002e45 
+ 00011855  0x00001da3 call  0x000029bb 
+ 00011856  0x00001da4 rtn  0x00000034 
+ 00011857  0x00001da5 add  0x00000013 , 0x000000ea , 0x00000011 
+ 00011858  0x00001da6 ifetcht  0x00000001 , 0x00000011 
+ 00011859  0x00001da8 arg  0x00000d9e , 0x00000011 
+ 00011860  0x00001daa call  0x00002e58 
+ 00011861  0x00001dab add  0x00000013 , 0x000000ea , 0x00000005 
+ 00011862  0x00001dae istoret  0x00000001 , 0x00000005 
+ 00011863  0x00001daf rtn 
+ 00011864  0x00001db2 arg  0x000000ff , 0x00000012 
+ 00011865  0x00001db3 branch  0x00002e5a 
+ 00011866  0x00001dc6 copy  0x00000011 , 0x0000003f 
+ 00011867  0x00001dc7 iadd  0x00000002 , 0x00000005 
+ 00011868  0x00001dc8 fetch  0x00000001 , 0x00000018 
+ 00011869  0x00001dc9 istore  0x00000001 , 0x00000005 
+ 00011870  0x00001dca increase  0x00000001 , 0x00000002 
+ 00011871  0x00001dcb copy  0x00000012 , 0x0000003f 
+ 00011872  0x00001dcc iand_into  0x00000002 
+ 00011873  0x00001dcd rtn 
+ 00011874  0x00001dd0 arg  0x00000000 , 0x00000002 
+ 00011875  0x00001dd1 copy  0x00000011 , 0x00000006 
+ 00011876  0x00001dd3 ifetch  0x00000001 , 0x00000006 
+ 00011877  0x00001dd4 iadd  0x00000002 , 0x00000002 
+ 00011878  0x00001dd5 loop  0x00002e64 
+ 00011879  0x00001dd6 rshift8  0x00000002 , 0x00000002 
+ 00011880  0x00001dd7 rtn 
+ 00011881  0x00001dda call  0x00002c7a 
+ 00011882  0x00001ddb call  0x00002e9f 
+ 00011883  0x00001ddc setarg  0x00000001 
+ 00011884  0x00001ddd call  0x00003272 
+ 00011885  0x00001de0 setarg  0x00000000 
+ 00011886  0x00001de1 call  0x00002e73 
+ 00011887  0x00001de3 istore  0x00000001 , 0x00000005 
+ 00011888  0x00001de5 rtn 
+ 00011889  0x00001de8 call  0x00003270 
+ 00011890  0x00001dea increase  0x00000001 , 0x0000003f 
+ 00011891  0x00001ded add  0x00000013 , 0x000000fc , 0x00000005 
+ 00011892  0x00001dee branch  0x000032b4 
+ 00011893  0x00001df3 add  0x00000013 , 0x000000fd , 0x00000011 
+ 00011894  0x00001df4 ifetch  0x00000001 , 0x00000011 
+ 00011895  0x00001df5 increase  0x00000001 , 0x0000003f 
+ 00011896  0x00001df6 add  0x00000013 , 0x000000fd , 0x00000005 
+ 00011897  0x00001df7 branch  0x000032b4 
+ 00011898  0x00001dfa bpatch  0x000000b9 , 0x00004017 
+ 00011899  0x00001dfb call  0x00003270 
+ 00011900  0x00001dfd sub  0x0000003f , 0x0000007c , 0x0000003e 
+ 00011901  0x00001dfe rtn  0x00000002 
+ 00011902  0x00001dff add  0x00000013 , 0x000000fd , 0x00000011 
+ 00011903  0x00001e00 ifetcht  0x00000001 , 0x00000011 
+ 00011904  0x00001e02 isub  0x00000002 , 0x00000002 
+ 00011905  0x00001e03 call  0x00002e6d 
+ 00011906  0x00001e04 setarg  0x00000102 
+ 00011907  0x00001e05 iadd  0x00000013 , 0x00000011 
+ 00011908  0x00001e06 ifetch  0x00000001 , 0x00000011 
+ 00011909  0x00001e08 isub  0x00000002 , 0x0000003e 
+ 00011910  0x00001e09 nbranch  0x00002e8d , 0x00000002 
+ 00011911  0x00001e0a setarg  0x00000103 
+ 00011912  0x00001e0b iadd  0x00000013 , 0x00000011 
+ 00011913  0x00001e0c ifetch  0x00000001 , 0x00000011 
+ 00011914  0x00001e0e isub  0x00000002 , 0x0000003e 
+ 00011915  0x00001e0f branch  0x00002e99 , 0x00000002 
+ 00011916  0x00001e10 rtn 
+ 00011917  0x00001e13 add  0x00000013 , 0x000000fe , 0x00000011 
+ 00011918  0x00001e14 ifetch  0x00000001 , 0x00000011 
+ 00011919  0x00001e16 beq  0x00000002 , 0x00002e93 
+ 00011920  0x00001e17 increase  0x00000001 , 0x0000003f 
+ 00011921  0x00001e18 call  0x00003272 
+ 00011922  0x00001e1a beq  0x00000001 , 0x00002e9f 
+ 00011923  0x00001e1c setarg  0x0000000a 
+ 00011924  0x00001e1d call  0x000032b0 
+ 00011925  0x00001e1f setarg  0x00000000 
+ 00011926  0x00001e20 call  0x000032b2 
+ 00011927  0x00001e23 add  0x00000013 , 0x000000ff , 0x00000011 
+ 00011928  0x00001e25 branch  0x00002ea5 
+ 00011929  0x00001e28 add  0x00000013 , 0x000000fe , 0x00000011 
+ 00011930  0x00001e29 ifetch  0x00000001 , 0x00000011 
+ 00011931  0x00001e2b beq  0x00000000 , 0x00002ea7 
+ 00011932  0x00001e2c increase  0xffffffff , 0x0000003f 
+ 00011933  0x00001e2d call  0x00003272 
+ 00011934  0x00001e2f beq  0x00000000 , 0x00002ea7 
+ 00011935  0x00001e34 setarg  0x00000005 
+ 00011936  0x00001e35 call  0x000032b0 
+ 00011937  0x00001e37 setarg  0x00000000 
+ 00011938  0x00001e38 call  0x000032b2 
+ 00011939  0x00001e3b setarg  0x00000100 
+ 00011940  0x00001e3d iadd  0x00000013 , 0x00000011 
+ 00011941  0x00001e3f ifetch  0x00000001 , 0x00000011 
+ 00011942  0x00001e41 branch  0x0000326a 
+ 00011943  0x00001e46 setarg  0x00000002 
+ 00011944  0x00001e47 call  0x000032b0 
+ 00011945  0x00001e49 setarg  0x00000000 
+ 00011946  0x00001e4a call  0x000032b2 
+ 00011947  0x00001e4d setarg  0x00000101 
+ 00011948  0x00001e4f branch  0x00002ea4 
+ 00011949  0x00001e5e set1  0x00000026 , 0x00000000 
+ 00011950  0x00001e5f call  0x00002c83 
+ 00011951  0x00001e62 setarg  0x00000001 
+ 00011952  0x00001e63 branch  0x00003256 
+ 00011953  0x00001e66 add  0x00000013 , 0x0000008b , 0x00000011 
+ 00011954  0x00001e67 ifetch  0x00000001 , 0x00000011 
+ 00011955  0x00001e69 beq  0x00000001 , 0x00007fe7 
+ 00011956  0x00001e6a call  0x00003253 
+ 00011957  0x00001e6c beq  0x00000001 , 0x00002eb9 
+ 00011958  0x00001e6d beq  0x00000002 , 0x00002ebd 
+ 00011959  0x00001e6e beq  0x00000003 , 0x00002ec1 
+ 00011960  0x00001e6f branch  0x00002a8c 
+ 00011961  0x00001e72 setarg  0x00000011 
+ 00011962  0x00001e73 call  0x00003256 
+ 00011963  0x00001e75 jam  0x000000aa , 0x0000119e 
+ 00011964  0x00001e76 branch  0x00002ec4 
+ 00011965  0x00001e78 setarg  0x00000012 
+ 00011966  0x00001e79 call  0x00003256 
+ 00011967  0x00001e7b jam  0x00000055 , 0x0000119e 
+ 00011968  0x00001e7c branch  0x00002ec4 
+ 00011969  0x00001e7e setarg  0x00000013 
+ 00011970  0x00001e7f call  0x00003256 
+ 00011971  0x00001e81 jam  0x00000022 , 0x0000119e 
+ 00011972  0x00001e83 call  0x0000323a 
+ 00011973  0x00001e85 and_into  0x00000007 , 0x0000003f 
+ 00011974  0x00001e86 store  0x00000001 , 0x0000119f 
+ 00011975  0x00001e87 call  0x00003224 
+ 00011976  0x00001e89 store  0x00000004 , 0x000011a0 
+ 00011977  0x00001e8b jam  0x00000000 , 0x000011a4 
+ 00011978  0x00001e8c arg  0x0000119e , 0x00000011 
+ 00011979  0x00001e8d arg  0x00000007 , 0x00000002 
+ 00011980  0x00001e8e call  0x00002d4c 
+ 00011981  0x00001e8f call  0x00002d53 
+ 00011982  0x00001e90 call  0x00002d33 
+ 00011983  0x00001e91 branch  0x00007fe7 
+ 00011984  0x00001e94 call  0x00003253 
+ 00011985  0x00001e96 rtneq  0x000000ff 
+ 00011986  0x00001e97 beq  0x00000011 , 0x00002ed6 
+ 00011987  0x00001e98 beq  0x00000012 , 0x00002ed9 
+ 00011988  0x00001e99 beq  0x00000013 , 0x00002edc 
+ 00011989  0x00001e9a rtn 
+ 00011990  0x00001e9d setarg  0x00000002 
+ 00011991  0x00001e9e call  0x00003256 
+ 00011992  0x00001ea0 branch  0x00002d9f 
+ 00011993  0x00001ea2 setarg  0x00000003 
+ 00011994  0x00001ea3 call  0x00003256 
+ 00011995  0x00001ea5 branch  0x00002d9f 
+ 00011996  0x00001ea7 setarg  0x000000ff 
+ 00011997  0x00001ea8 call  0x00003256 
+ 00011998  0x00001eaa jam  0x00000039 , 0x00000a99 
+ 00011999  0x00001eab call  0x00007d86 
+ 00012000  0x00001eac add  0x00000013 , 0x00000066 , 0x00000011 
+ 00012001  0x00001ead ifetch  0x00000004 , 0x00000011 
+ 00012002  0x00001eaf call  0x0000322c 
+ 00012003  0x00001eb1 branch  0x00002d9f 
+ 00012004  0x00001eb4 set0  0x00000026 , 0x00000000 
+ 00012005  0x00001eb5 call  0x00002f08 
+ 00012006  0x00001eb6 call  0x00002f22 
+ 00012007  0x00001eb8 call  0x00003263 
+ 00012008  0x00001eba nop  0x000007d0 
+ 00012009  0x00001ebb call  0x00003261 
+ 00012010  0x00001ebc beq  0x000000ff , 0x00002dd4 
+ 00012011  0x00001ebd call  0x00002da4 
+ 00012012  0x00001ebe nbranch  0x00002efa , 0x00000018 
+ 00012013  0x00001ebf nbranch  0x00002efa , 0x0000002f 
+ 00012014  0x00001ec0 call  0x00002dd6 
+ 00012015  0x00001ec1 call  0x00002c7a 
+ 00012016  0x00001ec2 add  0x00000013 , 0x00000092 , 0x00000011 
+ 00012017  0x00001ec3 ifetcht  0x00000004 , 0x00000011 
+ 00012018  0x00001ec4 call  0x000030be 
+ 00012019  0x00001ec5 branch  0x00002ead , 0x00000005 
+ 00012020  0x00001ec6 call  0x00002c7a 
+ 00012021  0x00001ec7 add  0x00000013 , 0x00000066 , 0x00000011 
+ 00012022  0x00001ec8 ifetch  0x00000004 , 0x00000011 
+ 00012023  0x00001ec9 beq  0x00000000 , 0x00002ee7 
+ 00012024  0x00001eca call  0x0000322c 
+ 00012025  0x00001ecb branch  0x00002f1c 
+ 00012026  0x00001ece call  0x00003261 
+ 00012027  0x00001ecf increase  0x00000001 , 0x0000003f 
+ 00012028  0x00001ed0 call  0x00003264 
+ 00012029  0x00001ed2 call  0x00002f04 
+ 00012030  0x00001ed3 increase  0x00000001 , 0x0000003f 
+ 00012031  0x00001ed4 and_into  0x00000001 , 0x0000003f 
+ 00012032  0x00001ed5 call  0x00002f06 
+ 00012033  0x00001ed6 beq  0x00000000 , 0x00002f0c 
+ 00012034  0x00001ed7 beq  0x00000001 , 0x00002f0e 
+ 00012035  0x00001ed8 rtn 
+ 00012036  0x00001edb setarg  0x0000018b 
+ 00012037  0x00001edc branch  0x000032d0 
+ 00012038  0x00001ede arg  0x0000018b , 0x00000011 
+ 00012039  0x00001edf branch  0x000032b3 
+ 00012040  0x00001ee2 call  0x00003267 
+ 00012041  0x00001ee3 call  0x00003224 
+ 00012042  0x00001ee4 call  0x0000322c 
+ 00012043  0x00001ee5 branch  0x00002c8a 
+ 00012044  0x00001ee8 call  0x00002f08 
+ 00012045  0x00001ee9 branch  0x00002ee8 
+ 00012046  0x00001eec call  0x00002c83 
+ 00012047  0x00001eed branch  0x00002ee8 
+ 00012048  0x00001ef1 set0  0x00000026 , 0x00000000 
+ 00012049  0x00001ef2 call  0x00002c8a 
+ 00012050  0x00001ef3 call  0x00003253 
+ 00012051  0x00001ef5 rtnne  0x000000ff 
+ 00012052  0x00001ef6 call  0x00002f22 
+ 00012053  0x00001ef7 call  0x00003263 
+ 00012054  0x00001efa nop  0x000007d0 
+ 00012055  0x00001efb call  0x00003261 
+ 00012056  0x00001efd beq  0x000000ff , 0x00002dd4 
+ 00012057  0x00001efe call  0x00002da4 
+ 00012058  0x00001eff nbranch  0x00002f27 , 0x00000018 
+ 00012059  0x00001f00 nbranch  0x00002f27 , 0x0000002f 
+ 00012060  0x00001f02 set1  0x00000026 , 0x00000000 
+ 00012061  0x00001f03 call  0x00003263 
+ 00012062  0x00001f04 setarg  0x000000ff 
+ 00012063  0x00001f05 call  0x00003256 
+ 00012064  0x00001f07 jam  0x0000003c , 0x00000a99 
+ 00012065  0x00001f08 branch  0x00007d86 
+ 00012066  0x00001f0b set1  0x00000027 , 0x00000000 
+ 00012067  0x00001f0c jam  0x000000ff , 0x0000119e 
+ 00012068  0x00001f0d call  0x0000323a 
+ 00012069  0x00001f0f call  0x00002d77 
+ 00012070  0x00001f10 branch  0x00002d53 
+ 00012071  0x00001f13 call  0x00003261 
+ 00012072  0x00001f15 increase  0x00000001 , 0x0000003f 
+ 00012073  0x00001f16 call  0x00003264 
+ 00012074  0x00001f18 call  0x00002c8a 
+ 00012075  0x00001f19 branch  0x00002f16 
+ 00012076  0x00001f1c call  0x00003267 
+ 00012077  0x00001f1f setarg  0x000000ff 
+ 00012078  0x00001f20 call  0x00003256 
+ 00012079  0x00001f22 branch  0x00002f10 
+ 00012080  0x00001f2c bpatch  0x000000ba , 0x00004017 
+ 00012081  0x00001f2d call  0x00002c7a 
+ 00012082  0x00001f2e setarg  0x000031b0 
+ 00012083  0x00001f2f add  0x00000013 , 0x000000de , 0x00000005 
+ 00012084  0x00001f30 istore  0x00000002 , 0x00000005 
+ 00012085  0x00001f32 call  0x00002f3d 
+ 00012086  0x00001f33 call  0x000048ea 
+ 00012087  0x00001f34 call  0x000032b6 
+ 00012088  0x00001f36 bpatch  0x000000bb , 0x00004017 
+ 00012089  0x00001f37 beq  0x00000000 , 0x00003055 
+ 00012090  0x00001f38 beq  0x00000001 , 0x00002f45 
+ 00012091  0x00001f39 beq  0x0000000f , 0x00002f41 
+ 00012092  0x00001f3a branch  0x00002a8c 
+ 00012093  0x00001f3d call  0x0000326c 
+ 00012094  0x00001f3e arg  0x00000080 , 0x00000039 
+ 00012095  0x00001f3f arg  0x00000d9e , 0x00000005 
+ 00012096  0x00001f40 branch  0x00007ec6 
+ 00012097  0x00001f43 call  0x00002f4c 
+ 00012098  0x00001f45 call  0x00002f4f 
+ 00012099  0x00001f46 call  0x000048d3 
+ 00012100  0x00001f47 branch  0x00002f42 
+ 00012101  0x00001f4a bpatch  0x000000bc , 0x00004017 
+ 00012102  0x00001f4b call  0x00002f4c 
+ 00012103  0x00001f4d call  0x00002f4f 
+ 00012104  0x00001f4e call  0x00002fbd 
+ 00012105  0x00001f4f call  0x000048d3 
+ 00012106  0x00001f50 call  0x00003019 
+ 00012107  0x00001f51 branch  0x00002f47 
+ 00012108  0x00001f57 call  0x00003291 
+ 00012109  0x00001f58 call  0x00003296 
+ 00012110  0x00001f59 branch  0x00003299 
+ 00012111  0x00001f5c call  0x0000328f 
+ 00012112  0x00001f5e rtnne  0x00000000 
+ 00012113  0x00001f60 call  0x00002f55 
+ 00012114  0x00001f61 call  0x00002f65 
+ 00012115  0x00001f62 call  0x0000316b 
+ 00012116  0x00001f63 branch  0x00002f96 
+ 00012117  0x00001f66 call  0x00003294 
+ 00012118  0x00001f68 rtnbit1  0x00000000 
+ 00012119  0x00001f69 set1  0x00000000 , 0x0000003f 
+ 00012120  0x00001f6a call  0x00003297 
+ 00012121  0x00001f6c call  0x00003267 
+ 00012122  0x00001f6f call  0x00003299 
+ 00012123  0x00001f71 jam  0x00000000 , 0x00000d38 
+ 00012124  0x00001f72 call  0x0000324f 
+ 00012125  0x00001f74 call  0x00002f61 
+ 00012126  0x00001f76 add  0x00000013 , 0x00000000 , 0x00000005 
+ 00012127  0x00001f78 arg  0x00000042 , 0x00000039 
+ 00012128  0x00001f79 branch  0x00007ed4 
+ 00012129  0x00001f7c call  0x00003231 
+ 00012130  0x00001f7e call  0x0000327d 
+ 00012131  0x00001f80 call  0x0000322c 
+ 00012132  0x00001f82 branch  0x00002c8a 
+ 00012133  0x00001f85 bpatch  0x000000bd , 0x00004017 
+ 00012134  0x00001f86 call  0x0000324c 
+ 00012135  0x00001f88 beq  0x00000001 , 0x00002f8d 
+ 00012136  0x00001f89 call  0x00003245 
+ 00012137  0x00001f8b beq  0x00000001 , 0x00002c8a 
+ 00012138  0x00001f8c setarg  0x00000136 
+ 00012139  0x00001f8d iadd  0x00000013 , 0x00000011 
+ 00012140  0x00001f8e ifetcht  0x00000004 , 0x00000011 
+ 00012141  0x00001f90 copy  0x00000022 , 0x0000003f 
+ 00012142  0x00001f91 isub  0x00000002 , 0x0000003e 
+ 00012143  0x00001f92 ncall  0x00002d18 , 0x00000002 
+ 00012144  0x00001f93 copy  0x0000003f , 0x00000012 
+ 00012145  0x00001f94 setarg  0x00000136 
+ 00012146  0x00001f95 iadd  0x00000013 , 0x00000011 
+ 00012147  0x00001f96 ifetch  0x00000004 , 0x00000011 
+ 00012148  0x00001f97 copy  0x0000003f , 0x00000002 
+ 00012149  0x00001f99 setarg  0x0000013a 
+ 00012150  0x00001f9a iadd  0x00000013 , 0x00000011 
+ 00012151  0x00001f9b copy  0x00000002 , 0x0000003f 
+ 00012152  0x00001f9c ifetcht  0x00000001 , 0x00000011 
+ 00012153  0x00001f9e iadd  0x00000002 , 0x00000002 
+ 00012154  0x00001f9f copy  0x00000012 , 0x0000003f 
+ 00012155  0x00001fa0 isub  0x00000002 , 0x0000003e 
+ 00012156  0x00001fa1 nrtn  0x00000002 
+ 00012157  0x00001fa2 set0  0x0000001c , 0x0000003f 
+ 00012158  0x00001fa3 setarg  0x00000136 
+ 00012159  0x00001fa4 iadd  0x00000013 , 0x00000005 
+ 00012160  0x00001fa5 istore  0x00000004 , 0x00000005 
+ 00012161  0x00001fa8 call  0x00002c8a 
+ 00012162  0x00001fa9 call  0x00003278 
+ 00012163  0x00001fab increase  0x00000001 , 0x0000003f 
+ 00012164  0x00001fac call  0x0000327b 
+ 00012165  0x00001fae rtnne  0x00000002 
+ 00012166  0x00001faf call  0x0000327a 
+ 00012167  0x00001fb3 branch  0x0000324f 
+ 00012168  0x00001fb6 copy  0x00000022 , 0x0000003f 
+ 00012169  0x00001fb7 arg  0x00000136 , 0x00000011 
+ 00012170  0x00001fb8 call  0x000032bf 
+ 00012171  0x00001fb9 istore  0x00000004 , 0x00000005 
+ 00012172  0x00001fbd branch  0x0000327a 
+ 00012173  0x00001fc0 arg  0x00000d9e , 0x00000011 
+ 00012174  0x00001fc1 call  0x00002f94 
+ 00012175  0x00001fc2 add  0x00000013 , 0x000000eb , 0x00000005 
+ 00012176  0x00001fc3 istoret  0x00000001 , 0x00000005 
+ 00012177  0x00001fc5 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012178  0x00001fc6 nrtn  0x00000002 
+ 00012179  0x00001fc7 branch  0x00002c8a 
+ 00012180  0x00001fca arg  0x00000100 , 0x00000039 
+ 00012181  0x00001fcb branch  0x00002e62 
+ 00012182  0x00001fce call  0x00002f99 
+ 00012183  0x00001fcf call  0x00002fa5 
+ 00012184  0x00001fd0 branch  0x00002fb1 
+ 00012185  0x00001fd3 setarg  0x00000180 
+ 00012186  0x00001fd4 call  0x000032d0 
+ 00012187  0x00001fd6 rtn  0x00000034 
+ 00012188  0x00001fd7 arg  0x0000000b , 0x00000007 
+ 00012189  0x00001fd8 call  0x00007f16 
+ 00012190  0x00001fd9 nrtn  0x00000034 
+ 00012191  0x00001fda call  0x000032a7 
+ 00012192  0x00001fdd setarg  0x00000001 
+ 00012193  0x00001fde store  0x00000001 , 0x00000d54 
+ 00012194  0x00001fdf setarg  0x00000000 
+ 00012195  0x00001fe0 istore  0x00000007 , 0x00000005 
+ 00012196  0x00001fe1 branch  0x000031b8 
+ 00012197  0x00001fe4 setarg  0x0000017e 
+ 00012198  0x00001fe5 call  0x000032d0 
+ 00012199  0x00001fe7 rtn  0x00000034 
+ 00012200  0x00001fe8 arg  0x0000000e , 0x00000007 
+ 00012201  0x00001fe9 call  0x00007f16 
+ 00012202  0x00001fea nrtn  0x00000034 
+ 00012203  0x00001feb call  0x000032aa 
+ 00012204  0x00001fee arg  0x00000d64 , 0x00000005 
+ 00012205  0x00001fef arg  0x00000002 , 0x00000039 
+ 00012206  0x00001ff0 call  0x00007ec6 
+ 00012207  0x00001ff1 jam  0x00000000 , 0x00000d64 
+ 00012208  0x00001ff2 branch  0x000031ed 
+ 00012209  0x00001ff5 setarg  0x0000017f 
+ 00012210  0x00001ff6 call  0x000032d0 
+ 00012211  0x00001ff8 rtn  0x00000034 
+ 00012212  0x00001ff9 arg  0x0000000c , 0x00000007 
+ 00012213  0x00001ffa call  0x00007f16 
+ 00012214  0x00001ffb nrtn  0x00000034 
+ 00012215  0x00001ffc call  0x000032ad 
+ 00012216  0x00001fff arg  0x00000d74 , 0x00000005 
+ 00012217  0x00002000 arg  0x00000002 , 0x00000039 
+ 00012218  0x00002001 call  0x00007ec6 
+ 00012219  0x00002002 jam  0x00000003 , 0x00000d74 
+ 00012220  0x00002003 branch  0x00003207 
+ 00012221  0x00002006 call  0x0000328f 
+ 00012222  0x00002008 rtnne  0x00000001 
+ 00012223  0x00002009 call  0x00002fc1 
+ 00012224  0x0000200a branch  0x00002fcb 
+ 00012225  0x0000200d call  0x00003294 
+ 00012226  0x0000200f rtnbit1  0x00000001 
+ 00012227  0x00002010 set1  0x00000001 , 0x0000003f 
+ 00012228  0x00002011 call  0x00003297 
+ 00012229  0x00002013 call  0x0000329c 
+ 00012230  0x00002015 call  0x00002c83 
+ 00012231  0x00002016 setarg  0x00000000 
+ 00012232  0x00002017 arg  0x00000106 , 0x00000011 
+ 00012233  0x00002018 call  0x000032bf 
+ 00012234  0x0000201a branch  0x000032c5 
+ 00012235  0x0000201d call  0x0000316e 
+ 00012236  0x0000201e nbranch  0x00002f5e , 0x0000002f 
+ 00012237  0x0000201f add  0x00000013 , 0x00000000 , 0x00000006 
+ 00012238  0x00002020 setarg  0x00000109 
+ 00012239  0x00002021 iadd  0x00000013 , 0x00000005 
+ 00012240  0x00002022 arg  0x00000008 , 0x00000039 
+ 00012241  0x00002023 call  0x00007f01 
+ 00012242  0x00002024 setarg  0x0000010b 
+ 00012243  0x00002025 call  0x000032d0 
+ 00012244  0x00002026 beq  0x000000aa , 0x00002fd9 
+ 00012245  0x00002027 beq  0x00000055 , 0x00002fed 
+ 00012246  0x00002028 beq  0x00000022 , 0x00003001 
+ 00012247  0x00002029 beq  0x000000ff , 0x00003212 
+ 00012248  0x0000202a branch  0x00002f5e 
+ 00012249  0x0000202d call  0x000032bd 
+ 00012250  0x0000202e beq  0x00000001 , 0x00002fdd 
+ 00012251  0x0000202f beq  0x00000002 , 0x00002fe8 
+ 00012252  0x00002030 rtn 
+ 00012253  0x00002032 setarg  0x00000001 
+ 00012254  0x00002033 call  0x00002ff7 
+ 00012255  0x00002036 setarg  0x00000001 
+ 00012256  0x00002037 call  0x00003289 
+ 00012257  0x0000203a setarg  0x00000080 
+ 00012258  0x0000203b arg  0x00000130 , 0x00000011 
+ 00012259  0x0000203c call  0x000032b3 
+ 00012260  0x0000203e call  0x0000327d 
+ 00012261  0x00002040 arg  0x00000131 , 0x00000011 
+ 00012262  0x00002041 call  0x000032bf 
+ 00012263  0x00002043 branch  0x0000322d 
+ 00012264  0x00002046 setarg  0x00000001 
+ 00012265  0x00002047 call  0x00002fff 
+ 00012266  0x0000204a setarg  0x00000002 
+ 00012267  0x0000204b call  0x00003289 
+ 00012268  0x0000204d branch  0x00002fe1 
+ 00012269  0x00002050 call  0x000032bd 
+ 00012270  0x00002051 beq  0x00000001 , 0x00002ff1 
+ 00012271  0x00002052 beq  0x00000002 , 0x00002ff9 
+ 00012272  0x00002053 rtn 
+ 00012273  0x00002055 call  0x00002fdf 
+ 00012274  0x00002056 setarg  0x00000106 
+ 00012275  0x00002057 call  0x000032d0 
+ 00012276  0x00002059 beq  0x00000001 , 0x00002ff6 
+ 00012277  0x0000205a rtn 
+ 00012278  0x0000205c setarg  0x00000002 
+ 00012279  0x0000205f arg  0x00000106 , 0x00000011 
+ 00012280  0x00002060 branch  0x000032b3 
+ 00012281  0x00002063 call  0x00002fea 
+ 00012282  0x00002064 setarg  0x00000107 
+ 00012283  0x00002065 call  0x000032d0 
+ 00012284  0x00002067 beq  0x00000001 , 0x00002ffe 
+ 00012285  0x00002068 rtn 
+ 00012286  0x0000206a setarg  0x00000002 
+ 00012287  0x0000206d arg  0x00000107 , 0x00000011 
+ 00012288  0x0000206e branch  0x000032b3 
+ 00012289  0x00002071 call  0x000032bd 
+ 00012290  0x00002072 beq  0x00000001 , 0x00003005 
+ 00012291  0x00002073 beq  0x00000002 , 0x00003011 
+ 00012292  0x00002074 rtn 
+ 00012293  0x00002076 setarg  0x00000106 
+ 00012294  0x00002077 call  0x000032d0 
+ 00012295  0x00002079 beq  0x00000002 , 0x00003009 
+ 00012296  0x0000207a rtn 
+ 00012297  0x0000207c call  0x0000328b 
+ 00012298  0x0000207e or_into  0x00000001 , 0x0000003f 
+ 00012299  0x0000207f call  0x0000328d 
+ 00012300  0x00002082 setarg  0x00000000 
+ 00012301  0x00002083 setarg  0x00000106 
+ 00012302  0x00002084 iadd  0x00000013 , 0x00000005 
+ 00012303  0x00002085 istore  0x00000002 , 0x00000005 
+ 00012304  0x00002086 branch  0x00002f5e 
+ 00012305  0x00002089 setarg  0x00000107 
+ 00012306  0x0000208a call  0x000032d0 
+ 00012307  0x0000208c bne  0x00000000 , 0x00003015 
+ 00012308  0x0000208d rtn 
+ 00012309  0x0000208f call  0x0000328b 
+ 00012310  0x00002091 or_into  0x00000002 , 0x0000003f 
+ 00012311  0x00002092 call  0x0000328d 
+ 00012312  0x00002094 branch  0x0000300c 
+ 00012313  0x00002098 fetch  0x00000001 , 0x00000d50 
+ 00012314  0x00002099 rtn  0x00000034 
+ 00012315  0x0000209a jam  0x00000000 , 0x00000d50 
+ 00012316  0x0000209b fetch  0x00000002 , 0x00000d4e 
+ 00012317  0x0000209c arg  0x000002ba , 0x00000002 
+ 00012318  0x0000209d isub  0x00000002 , 0x0000003e 
+ 00012319  0x0000209e nrtn  0x00000005 
+ 00012320  0x000020a0 fetch  0x00000001 , 0x00000cb6 
+ 00012321  0x000020a1 rtnne  0x000000ba 
+ 00012322  0x000020a2 fetch  0x00000001 , 0x00000cb7 
+ 00012323  0x000020a3 bpatch  0x000000be , 0x00004017 
+ 00012324  0x000020a4 beq  0x000000a0 , 0x0000303b 
+ 00012325  0x000020a5 beq  0x000000a1 , 0x0000302c 
+ 00012326  0x000020a6 beq  0x000000a6 , 0x00003041 
+ 00012327  0x000020a7 beq  0x000000a7 , 0x00003043 
+ 00012328  0x000020a8 beq  0x000000a9 , 0x00003049 
+ 00012329  0x000020a9 beq  0x000000b0 , 0x0000304d 
+ 00012330  0x000020ab jam  0x00000000 , 0x00000d42 
+ 00012331  0x000020ac rtn 
+ 00012332  0x000020ae fetch  0x00000001 , 0x00000cb8 
+ 00012333  0x000020af beq  0x00000001 , 0x00003031 
+ 00012334  0x000020b0 beq  0x00000084 , 0x00003034 
+ 00012335  0x000020b1 beq  0x000000a7 , 0x00003039 
+ 00012336  0x000020b2 branch  0x0000302a 
+ 00012337  0x000020b4 call  0x0000328b 
+ 00012338  0x000020b6 store  0x00000001 , 0x00000cf7 
+ 00012339  0x000020b7 branch  0x0000303f 
+ 00012340  0x000020b9 call  0x00003291 
+ 00012341  0x000020bb call  0x00003296 
+ 00012342  0x000020bd call  0x0000328b 
+ 00012343  0x000020bf store  0x00000001 , 0x00000cf7 
+ 00012344  0x000020c0 branch  0x0000303f 
+ 00012345  0x000020c4 jam  0x000000a1 , 0x00000cf7 
+ 00012346  0x000020c5 branch  0x0000303f 
+ 00012347  0x000020c8 fetch  0x00000001 , 0x00000cb8 
+ 00012348  0x000020c9 beq  0x00000081 , 0x0000303e 
+ 00012349  0x000020cb branch  0x0000302a 
+ 00012350  0x000020cf call  0x00003090 
+ 00012351  0x000020d1 jam  0x00000001 , 0x00000d42 
+ 00012352  0x000020d2 rtn 
+ 00012353  0x000020d8 jam  0x00000015 , 0x00000cf7 
+ 00012354  0x000020d9 branch  0x0000303f 
+ 00012355  0x000020dc call  0x0000328f 
+ 00012356  0x000020de beq  0x00000000 , 0x00003047 
+ 00012357  0x000020df beq  0x00000001 , 0x00003039 
+ 00012358  0x000020e1 rtn 
+ 00012359  0x000020e3 jam  0x000000a0 , 0x00000cf7 
+ 00012360  0x000020e4 branch  0x0000303f 
+ 00012361  0x000020ea jam  0x00000000 , 0x00000cf7 
+ 00012362  0x000020eb jam  0x00000000 , 0x00000cf8 
+ 00012363  0x000020ec jam  0x00000001 , 0x00000cf9 
+ 00012364  0x000020ed branch  0x0000303f 
+ 00012365  0x000020f1 call  0x0000329c 
+ 00012366  0x000020f2 fetch  0x00000001 , 0x00000cb8 
+ 00012367  0x000020f3 increase  0x00000002 , 0x0000003f 
+ 00012368  0x000020f4 copy  0x0000003f , 0x00000039 
+ 00012369  0x000020f5 arg  0x00000cb6 , 0x00000006 
+ 00012370  0x000020f6 setarg  0x0000013c 
+ 00012371  0x000020f7 iadd  0x00000013 , 0x00000005 
+ 00012372  0x000020f8 branch  0x00007f01 
+ 00012373  0x000020fc bpatch  0x000000bf , 0x00004017 
+ 00012374  0x000020fd call  0x0000307d 
+ 00012375  0x000020ff call  0x00002c7f 
+ 00012376  0x00002100 call  0x000048d3 
+ 00012377  0x00002101 branch  0x00003057 
+ 00012378  0x00002104 call  0x0000328f 
+ 00012379  0x00002106 rtnne  0x00000000 
+ 00012380  0x00002107 call  0x00002f51 
+ 00012381  0x00002108 branch  0x00003098 
+ 00012382  0x0000210b call  0x0000328f 
+ 00012383  0x0000210d rtnne  0x00000001 
+ 00012384  0x0000210e call  0x00002fc1 
+ 00012385  0x0000210f call  0x00002fcb 
+ 00012386  0x00002110 call  0x0000328b 
+ 00012387  0x00002112 rtn  0x00000034 
+ 00012388  0x00002113 call  0x00003286 
+ 00012389  0x00002115 call  0x00002f4c 
+ 00012390  0x00002116 call  0x00003093 
+ 00012391  0x00002118 setarg  0x00000000 
+ 00012392  0x00002119 add  0x00000013 , 0x000000a7 , 0x00000005 
+ 00012393  0x0000211b branch  0x0000322d 
+ 00012394  0x0000211e call  0x00007fe9 
+ 00012395  0x0000211f add  0x00000013 , 0x000000a7 , 0x00000011 
+ 00012396  0x00002120 ifetcht  0x00000004 , 0x00000011 
+ 00012397  0x00002122 copy  0x00000022 , 0x0000003f 
+ 00012398  0x00002123 isub  0x00000002 , 0x0000003e 
+ 00012399  0x00002124 ncall  0x00002d18 , 0x00000002 
+ 00012400  0x00002125 copy  0x0000003f , 0x00000012 
+ 00012401  0x00002126 add  0x00000013 , 0x000000a7 , 0x00000011 
+ 00012402  0x00002127 ifetch  0x00000004 , 0x00000011 
+ 00012403  0x00002129 add  0x00000013 , 0x000000ab , 0x00000011 
+ 00012404  0x0000212a ifetcht  0x00000001 , 0x00000011 
+ 00012405  0x0000212c iadd  0x00000002 , 0x00000002 
+ 00012406  0x0000212d copy  0x00000012 , 0x0000003f 
+ 00012407  0x0000212e isub  0x00000002 , 0x0000003e 
+ 00012408  0x0000212f nrtn  0x00000002 
+ 00012409  0x00002130 set0  0x0000001c , 0x0000003f 
+ 00012410  0x00002131 add  0x00000013 , 0x000000a7 , 0x00000005 
+ 00012411  0x00002132 istore  0x00000004 , 0x00000005 
+ 00012412  0x00002134 branch  0x00007fe7 
+ 00012413  0x00002137 setarg  0x00000001 
+ 00012414  0x00002138 call  0x00003287 
+ 00012415  0x0000213a call  0x00003283 
+ 00012416  0x0000213c setarg  0x000000ff 
+ 00012417  0x0000213d add  0x00000013 , 0x000000ab , 0x00000005 
+ 00012418  0x0000213e istore  0x00000001 , 0x00000005 
+ 00012419  0x00002140 branch  0x00003067 
+ 00012420  0x00002143 setarg  0x0000015c 
+ 00012421  0x00002144 call  0x000032d0 
+ 00012422  0x00002146 rtn  0x00000034 
+ 00012423  0x00002147 call  0x0000306a 
+ 00012424  0x00002148 nrtn  0x00000028 
+ 00012425  0x00002149 call  0x00003281 
+ 00012426  0x0000214b increase  0x00000001 , 0x0000003f 
+ 00012427  0x0000214c and_into  0x00000001 , 0x0000003f 
+ 00012428  0x0000214d call  0x00003284 
+ 00012429  0x0000214f beq  0x00000000 , 0x00002f4c 
+ 00012430  0x00002150 beq  0x00000001 , 0x00003090 
+ 00012431  0x00002151 rtn 
+ 00012432  0x00002157 setarg  0x00000001 
+ 00012433  0x00002158 call  0x00003292 
+ 00012434  0x00002159 branch  0x00003296 
+ 00012435  0x0000215c setarg  0x00000001 
+ 00012436  0x0000215d call  0x000032a5 
+ 00012437  0x00002160 setarg  0x00000280 
+ 00012438  0x00002161 arg  0x00000008 , 0x00000007 
+ 00012439  0x00002162 branch  0x00007f08 
+ 00012440  0x00002165 call  0x000032a2 
+ 00012441  0x00002167 rtn  0x00000034 
+ 00012442  0x00002168 arg  0x00000008 , 0x00000007 
+ 00012443  0x00002169 call  0x00007f16 
+ 00012444  0x0000216a nrtn  0x00000034 
+ 00012445  0x0000216b call  0x000032a4 
+ 00012446  0x0000216e setarg  0x00000007 
+ 00012447  0x0000216f call  0x00003292 
+ 00012448  0x00002171 call  0x00003296 
+ 00012449  0x00002173 branch  0x00002f5e 
+ 00012450  0x00002176 bpatch  0x000000c0 , 0x00004018 
+ 00012451  0x00002177 call  0x0000328f 
+ 00012452  0x00002179 rtnne  0x00000007 
+ 00012453  0x0000217a call  0x000030cb 
+ 00012454  0x0000217b call  0x000030e0 
+ 00012455  0x0000217c call  0x0000316e 
+ 00012456  0x0000217d nbranch  0x00002f5e , 0x0000002f 
+ 00012457  0x0000217f call  0x000030bc 
+ 00012458  0x00002180 call  0x00003172 , 0x00000005 
+ 00012459  0x00002184 call  0x00002f4c 
+ 00012460  0x00002185 call  0x00003294 
+ 00012461  0x00002187 set1  0x00000000 , 0x0000003f 
+ 00012462  0x00002188 call  0x00003297 
+ 00012463  0x0000218a call  0x00002f5e 
+ 00012464  0x0000218b call  0x00003093 
+ 00012465  0x0000218c call  0x000030bc 
+ 00012466  0x0000218d branch  0x000030c1 , 0x00000005 
+ 00012467  0x0000218e setarg  0x00000164 
+ 00012468  0x0000218f call  0x000032d3 
+ 00012469  0x00002191 call  0x000030be 
+ 00012470  0x00002192 branch  0x000030c5 , 0x00000005 
+ 00012471  0x00002193 setarg  0x00000160 
+ 00012472  0x00002194 call  0x000032d3 
+ 00012473  0x00002196 call  0x000030be 
+ 00012474  0x00002197 branch  0x000030c8 , 0x00000005 
+ 00012475  0x00002198 rtn 
+ 00012476  0x0000219b setarg  0x0000012b 
+ 00012477  0x0000219c call  0x000032d3 
+ 00012478  0x0000219f call  0x0000322a 
+ 00012479  0x000021a1 isub  0x00000002 , 0x0000003e 
+ 00012480  0x000021a2 rtn 
+ 00012481  0x000021a5 setarg  0x00000182 
+ 00012482  0x000021a6 call  0x000032d0 
+ 00012483  0x000021aa add  0x00000013 , 0x00000091 , 0x00000005 
+ 00012484  0x000021ab branch  0x000032b4 
+ 00012485  0x000021ae setarg  0x00000185 
+ 00012486  0x000021af call  0x000032d0 
+ 00012487  0x000021b1 branch  0x000030c3 
+ 00012488  0x000021b3 setarg  0x00000188 
+ 00012489  0x000021b4 call  0x000032d0 
+ 00012490  0x000021b6 branch  0x000030c3 
+ 00012491  0x000021b9 call  0x00003294 
+ 00012492  0x000021bb rtnbit1  0x00000007 
+ 00012493  0x000021bc set1  0x00000007 , 0x0000003f 
+ 00012494  0x000021bd call  0x00003297 
+ 00012495  0x000021bf call  0x00003283 
+ 00012496  0x000021c1 call  0x0000329c 
+ 00012497  0x000021c3 setarg  0x00000000 
+ 00012498  0x000021c4 add  0x00000013 , 0x000000f5 , 0x00000005 
+ 00012499  0x000021c5 istore  0x00000003 , 0x00000005 
+ 00012500  0x000021c7 arg  0x00000183 , 0x00000011 
+ 00012501  0x000021c8 call  0x000032bf 
+ 00012502  0x000021c9 istore  0x00000007 , 0x00000005 
+ 00012503  0x000021cc call  0x000030bc 
+ 00012504  0x000021cd nrtn  0x00000005 
+ 00012505  0x000021ce add  0x00000013 , 0x00000091 , 0x00000011 
+ 00012506  0x000021cf ifetch  0x00000001 , 0x00000011 
+ 00012507  0x000021d1 arg  0x00000182 , 0x00000011 
+ 00012508  0x000021d2 call  0x000032b3 
+ 00012509  0x000021d4 add  0x00000013 , 0x00000090 , 0x00000011 
+ 00012510  0x000021d5 ifetch  0x00000001 , 0x00000011 
+ 00012511  0x000021d8 branch  0x0000314a 
+ 00012512  0x000021db bpatch  0x000000c1 , 0x00004018 
+ 00012513  0x000021dc call  0x00003281 
+ 00012514  0x000021de increase  0x00000001 , 0x0000003f 
+ 00012515  0x000021df and_into  0x00000003 , 0x0000003f 
+ 00012516  0x000021e0 call  0x00003284 
+ 00012517  0x000021e3 beq  0x00000000 , 0x0000310e 
+ 00012518  0x000021e4 beq  0x00000001 , 0x00003132 
+ 00012519  0x000021e5 beq  0x00000002 , 0x000030ea 
+ 00012520  0x000021e6 beq  0x00000003 , 0x00003132 
+ 00012521  0x000021e7 rtn 
+ 00012522  0x000021ea call  0x00002fdf 
+ 00012523  0x000021eb setarg  0x00000160 
+ 00012524  0x000021ec call  0x0000327e 
+ 00012525  0x000021ee branch  0x000030e0 , 0x00000034 
+ 00012526  0x000021ef call  0x0000322c 
+ 00012527  0x000021f1 setarg  0x00000189 
+ 00012528  0x000021f2 call  0x000032d0 
+ 00012529  0x000021f4 call  0x00003108 , 0x00000034 
+ 00012530  0x000021f5 setarg  0x00000187 
+ 00012531  0x000021f6 call  0x000032d0 
+ 00012532  0x000021f8 call  0x0000322f 
+ 00012533  0x000021fa add  0x00000013 , 0x000000f7 , 0x00000011 
+ 00012534  0x000021fb ifetcht  0x00000001 , 0x00000011 
+ 00012535  0x000021fd arg  0x00000f9e , 0x00000011 
+ 00012536  0x000021fe call  0x00002e58 
+ 00012537  0x000021ff add  0x00000013 , 0x000000f7 , 0x00000005 
+ 00012538  0x00002200 istoret  0x00000001 , 0x00000005 
+ 00012539  0x00002202 call  0x00002f94 
+ 00012540  0x00002203 add  0x00000013 , 0x000000fa , 0x00000005 
+ 00012541  0x00002204 istoret  0x00000001 , 0x00000005 
+ 00012542  0x00002206 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012543  0x00002207 nrtn  0x00000002 
+ 00012544  0x00002208 setarg  0x00000188 
+ 00012545  0x00002209 call  0x00003275 
+ 00012546  0x0000220b call  0x00002c90 
+ 00012547  0x0000220c arg  0x00000188 , 0x00000011 
+ 00012548  0x0000220d call  0x000032c8 
+ 00012549  0x0000220e istoret  0x00000001 , 0x00000005 
+ 00012550  0x00002212 arg  0x00000187 , 0x00000011 
+ 00012551  0x00002213 branch  0x000032b3 
+ 00012552  0x00002216 setarg  0x00000001 
+ 00012553  0x00002217 arg  0x00000189 , 0x00000011 
+ 00012554  0x00002218 call  0x000032b3 
+ 00012555  0x0000221a arg  0x00000000 , 0x00000002 
+ 00012556  0x0000221b call  0x00002c94 
+ 00012557  0x0000221e branch  0x00003106 
+ 00012558  0x00002221 call  0x00002fea 
+ 00012559  0x00002222 setarg  0x00000164 
+ 00012560  0x00002223 call  0x0000327e 
+ 00012561  0x00002225 branch  0x000030e0 , 0x00000034 
+ 00012562  0x00002226 call  0x0000322c 
+ 00012563  0x00002228 setarg  0x00000186 
+ 00012564  0x00002229 call  0x000032d0 
+ 00012565  0x0000222b call  0x0000312c , 0x00000034 
+ 00012566  0x0000222c setarg  0x00000184 
+ 00012567  0x0000222d call  0x000032d0 
+ 00012568  0x0000222f call  0x0000322f 
+ 00012569  0x00002231 add  0x00000013 , 0x000000f6 , 0x00000011 
+ 00012570  0x00002232 ifetcht  0x00000001 , 0x00000011 
+ 00012571  0x00002234 arg  0x0000109e , 0x00000011 
+ 00012572  0x00002235 call  0x00002e58 
+ 00012573  0x00002236 add  0x00000013 , 0x000000f6 , 0x00000005 
+ 00012574  0x00002237 istoret  0x00000001 , 0x00000005 
+ 00012575  0x00002239 call  0x00002f94 
+ 00012576  0x0000223a add  0x00000013 , 0x000000f9 , 0x00000005 
+ 00012577  0x0000223b istoret  0x00000001 , 0x00000005 
+ 00012578  0x0000223d sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012579  0x0000223e nrtn  0x00000002 
+ 00012580  0x0000223f setarg  0x00000185 
+ 00012581  0x00002240 call  0x00003275 
+ 00012582  0x00002242 call  0x00002c90 
+ 00012583  0x00002243 arg  0x00000185 , 0x00000011 
+ 00012584  0x00002244 call  0x000032c8 
+ 00012585  0x00002245 istoret  0x00000001 , 0x00000005 
+ 00012586  0x00002249 arg  0x00000184 , 0x00000011 
+ 00012587  0x0000224a branch  0x000032b3 
+ 00012588  0x0000224d setarg  0x00000001 
+ 00012589  0x0000224e arg  0x00000186 , 0x00000011 
+ 00012590  0x0000224f call  0x000032b3 
+ 00012591  0x00002251 arg  0x00000000 , 0x00000002 
+ 00012592  0x00002252 call  0x00002c94 
+ 00012593  0x00002255 branch  0x0000312a 
+ 00012594  0x00002258 call  0x00002fdf 
+ 00012595  0x00002259 call  0x0000327d 
+ 00012596  0x0000225b call  0x0000322c 
+ 00012597  0x0000225d setarg  0x00000183 
+ 00012598  0x0000225e call  0x000032d0 
+ 00012599  0x00002260 call  0x0000314c , 0x00000034 
+ 00012600  0x00002261 call  0x0000314f 
+ 00012601  0x00002262 add  0x00000013 , 0x000000f5 , 0x00000011 
+ 00012602  0x00002263 ifetcht  0x00000001 , 0x00000011 
+ 00012603  0x00002265 arg  0x00000e9e , 0x00000011 
+ 00012604  0x00002266 call  0x00002e58 
+ 00012605  0x00002267 add  0x00000013 , 0x000000f5 , 0x00000005 
+ 00012606  0x00002268 istoret  0x00000001 , 0x00000005 
+ 00012607  0x0000226a call  0x00002f94 
+ 00012608  0x0000226b add  0x00000013 , 0x000000f8 , 0x00000005 
+ 00012609  0x0000226c istoret  0x00000001 , 0x00000005 
+ 00012610  0x0000226e sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012611  0x0000226f nrtn  0x00000002 
+ 00012612  0x00002270 setarg  0x00000182 
+ 00012613  0x00002271 call  0x00003275 
+ 00012614  0x00002273 call  0x00002c90 
+ 00012615  0x00002274 arg  0x00000182 , 0x00000011 
+ 00012616  0x00002275 call  0x000032c8 
+ 00012617  0x00002276 istoret  0x00000001 , 0x00000005 
+ 00012618  0x0000227b arg  0x00000181 , 0x00000011 
+ 00012619  0x0000227c branch  0x000032b3 
+ 00012620  0x00002284 setarg  0x00000001 
+ 00012621  0x00002285 arg  0x00000183 , 0x00000011 
+ 00012622  0x00002286 call  0x000032b3 
+ 00012623  0x00002288 setarg  0x00000181 
+ 00012624  0x00002289 call  0x000032d0 
+ 00012625  0x0000228a branch  0x0000322f 
+ 00012626  0x0000228f add  0x00000013 , 0x00000000 , 0x00000011 
+ 00012627  0x00002290 ifetch  0x00000001 , 0x00000011 
+ 00012628  0x00002292 call  0x0000323c 
+ 00012629  0x00002295 call  0x00002dde 
+ 00012630  0x00002297 call  0x0000325f 
+ 00012631  0x00002299 isolate1  0x00000000 , 0x0000003f 
+ 00012632  0x0000229a branch  0x0000315c , 0x00000001 
+ 00012633  0x0000229c call  0x0000315d 
+ 00012634  0x0000229d call  0x00002d53 
+ 00012635  0x0000229e call  0x00002df7 
+ 00012636  0x000022a0 branch  0x00002e45 
+ 00012637  0x000022a3 bpatch  0x000000c2 , 0x00004018 
+ 00012638  0x000022a4 add  0x00000013 , 0x00000086 , 0x00000005 
+ 00012639  0x000022a5 call  0x000032d6 
+ 00012640  0x000022a7 setarg  0x0000013b 
+ 00012641  0x000022a8 call  0x000032d0 
+ 00012642  0x000022aa rtn  0x00000034 
+ 00012643  0x000022ab setarg  0x00000006 
+ 00012644  0x000022ac add  0x00000013 , 0x00000086 , 0x00000005 
+ 00012645  0x000022ad istore  0x00000001 , 0x00000005 
+ 00012646  0x000022af arg  0x00000006 , 0x00000039 
+ 00012647  0x000022b0 setarg  0x0000012f 
+ 00012648  0x000022b1 iadd  0x00000013 , 0x00000006 
+ 00012649  0x000022b3 add  0x00000013 , 0x00000022 , 0x00000005 
+ 00012650  0x000022b5 branch  0x00007f01 
+ 00012651  0x000022b9 call  0x0000316e 
+ 00012652  0x000022ba nbranch  0x00002f5e , 0x0000002f 
+ 00012653  0x000022bb branch  0x00003172 
+ 00012654  0x000022be call  0x00002f5e 
+ 00012655  0x000022bf call  0x00002e11 
+ 00012656  0x000022c0 nrtn  0x0000002f 
+ 00012657  0x000022c1 branch  0x00003152 
+ 00012658  0x000022c4 bpatch  0x000000c3 , 0x00004018 
+ 00012659  0x000022c5 call  0x00003188 
+ 00012660  0x000022c6 nbranch  0x00002f5e , 0x00000028 
+ 00012661  0x000022c7 add  0x00000013 , 0x00000084 , 0x00000011 
+ 00012662  0x000022c8 ifetch  0x00000001 , 0x00000011 
+ 00012663  0x000022ca branch  0x00002f5e , 0x00000034 
+ 00012664  0x000022cb increase  0x00000002 , 0x0000003f 
+ 00012665  0x000022cc iforce  0x00000039 
+ 00012666  0x000022cd add  0x00000013 , 0x00000000 , 0x00000006 
+ 00012667  0x000022cf setarg  0x00000109 
+ 00012668  0x000022d0 iadd  0x00000013 , 0x00000005 
+ 00012669  0x000022d2 call  0x00007f01 
+ 00012670  0x000022d3 call  0x00003286 
+ 00012671  0x000022d5 call  0x000032b6 
+ 00012672  0x000022d7 call  0x00003093 , 0x00000034 
+ 00012673  0x000022d8 setarg  0x0000010b 
+ 00012674  0x000022d9 call  0x000032d0 
+ 00012675  0x000022db beq  0x00000001 , 0x0000319e 
+ 00012676  0x000022dc beq  0x00000002 , 0x000031c6 
+ 00012677  0x000022dd beq  0x00000003 , 0x000031f2 
+ 00012678  0x000022de beq  0x000000ff , 0x00003212 
+ 00012679  0x000022df branch  0x00002f5e 
+ 00012680  0x000022e2 call  0x00002c7a 
+ 00012681  0x000022e3 call  0x00007fe9 
+ 00012682  0x000022e4 add  0x00000013 , 0x000000ca , 0x00000011 
+ 00012683  0x000022e5 ifetch  0x00000001 , 0x00000011 
+ 00012684  0x000022e7 add  0x00000013 , 0x000000cb , 0x00000011 
+ 00012685  0x000022e8 ifetcht  0x00000001 , 0x00000011 
+ 00012686  0x000022ea isub  0x00000002 , 0x0000003e 
+ 00012687  0x000022eb ncall  0x00007fe7 , 0x00000005 
+ 00012688  0x000022ec add  0x00000013 , 0x000000ca , 0x00000011 
+ 00012689  0x000022ed ifetch  0x00000001 , 0x00000011 
+ 00012690  0x000022ef add  0x00000013 , 0x000000cb , 0x00000005 
+ 00012691  0x000022f0 istore  0x00000001 , 0x00000005 
+ 00012692  0x000022f2 add  0x00000013 , 0x000000c4 , 0x00000011 
+ 00012693  0x000022f3 ifetch  0x00000003 , 0x00000011 
+ 00012694  0x000022f5 add  0x00000013 , 0x000000c7 , 0x00000011 
+ 00012695  0x000022f6 ifetcht  0x00000003 , 0x00000011 
+ 00012696  0x000022f8 isub  0x00000002 , 0x0000003e 
+ 00012697  0x000022f9 ncall  0x00007fe7 , 0x00000005 
+ 00012698  0x000022fa add  0x00000013 , 0x000000c4 , 0x00000011 
+ 00012699  0x000022fb ifetch  0x00000003 , 0x00000011 
+ 00012700  0x000022fd add  0x00000013 , 0x000000c7 , 0x00000005 
+ 00012701  0x000022ff branch  0x000032c5 
+ 00012702  0x00002302 call  0x00002f88 
+ 00012703  0x00002303 call  0x0000324c 
+ 00012704  0x00002304 store  0x00000001 , 0x00000aa2 
+ 00012705  0x00002306 call  0x00003274 
+ 00012706  0x00002307 fetch  0x00000001 , 0x00000aa2 
+ 00012707  0x00002309 isolate1  0x00000003 , 0x00000002 
+ 00012708  0x0000230a setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00012709  0x0000230b add  0x00000013 , 0x000000b2 , 0x00000005 
+ 00012710  0x0000230c istore  0x00000001 , 0x00000005 
+ 00012711  0x0000230e beq  0x00000001 , 0x00003216 
+ 00012712  0x0000230f call  0x00003245 
+ 00012713  0x00002311 call  0x00003274 
+ 00012714  0x00002313 isolate1  0x00000004 , 0x00000002 
+ 00012715  0x00002314 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00012716  0x00002315 call  0x00003249 
+ 00012717  0x00002317 add  0x00000013 , 0x000000de , 0x00000011 
+ 00012718  0x00002318 ifetch  0x00000002 , 0x00000011 
+ 00012719  0x0000231a branch  0x00007f9c 
+ 00012720  0x0000231d setarg  0x00000001 
+ 00012721  0x0000231e store  0x00000001 , 0x00000d54 
+ 00012722  0x0000231f call  0x0000329e 
+ 00012723  0x00002321 istore  0x00000007 , 0x00000005 
+ 00012724  0x00002322 call  0x0000329e 
+ 00012725  0x00002324 ncall  0x000031bd , 0x00000034 
+ 00012726  0x00002325 call  0x0000329e 
+ 00012727  0x00002327 call  0x000031c2 , 0x00000034 
+ 00012728  0x00002329 jam  0x00000020 , 0x00000d52 
+ 00012729  0x0000232b fetch  0x00000001 , 0x00000d38 
+ 00012730  0x0000232c set1  0x00000002 , 0x0000003f 
+ 00012731  0x0000232d store  0x00000001 , 0x00000d38 
+ 00012732  0x0000232e rtn 
+ 00012733  0x00002331 setarg  0x00000001 
+ 00012734  0x00002332 call  0x000032a8 
+ 00012735  0x00002335 setarg  0x00000140 
+ 00012736  0x00002336 arg  0x0000000b , 0x00000007 
+ 00012737  0x00002337 branch  0x00007f08 
+ 00012738  0x00002339 call  0x000032a7 
+ 00012739  0x0000233c setarg  0x00000000 
+ 00012740  0x0000233d arg  0x0000000b , 0x00000007 
+ 00012741  0x0000233e branch  0x00007f08 
+ 00012742  0x00002341 call  0x00003274 
+ 00012743  0x00002343 isolate1  0x00000003 , 0x00000002 
+ 00012744  0x00002344 branch  0x0000321b , 0x00000001 
+ 00012745  0x00002345 arg  0x00000d64 , 0x00000005 
+ 00012746  0x00002346 call  0x000031e0 
+ 00012747  0x00002347 fetch  0x00000008 , 0x00000d64 
+ 00012748  0x00002348 ncall  0x000031e4 , 0x00000034 
+ 00012749  0x00002349 fetch  0x00000008 , 0x00000d64 
+ 00012750  0x0000234a call  0x000031e9 , 0x00000034 
+ 00012751  0x0000234b call  0x00002c7a 
+ 00012752  0x0000234c fetch  0x00000008 , 0x00000d64 
+ 00012753  0x0000234d arg  0x00000168 , 0x00000011 
+ 00012754  0x0000234e call  0x000032bf 
+ 00012755  0x0000234f istore  0x00000008 , 0x00000005 
+ 00012756  0x00002351 setarg  0x00000170 
+ 00012757  0x00002352 iadd  0x00000013 , 0x00000011 
+ 00012758  0x00002353 ifetcht  0x00000008 , 0x00000011 
+ 00012759  0x00002355 isub  0x00000002 , 0x0000003e 
+ 00012760  0x00002356 ncall  0x000031ed , 0x00000005 
+ 00012761  0x00002357 setarg  0x00000168 
+ 00012762  0x00002358 iadd  0x00000013 , 0x00000011 
+ 00012763  0x00002359 ifetch  0x00000008 , 0x00000011 
+ 00012764  0x0000235b arg  0x00000170 , 0x00000011 
+ 00012765  0x0000235c call  0x000032bf 
+ 00012766  0x0000235d istore  0x00000008 , 0x00000005 
+ 00012767  0x0000235f branch  0x00002f5e 
+ 00012768  0x00002362 setarg  0x0000010b 
+ 00012769  0x00002363 iadd  0x00000013 , 0x00000006 
+ 00012770  0x00002365 arg  0x00000009 , 0x00000039 
+ 00012771  0x00002366 branch  0x00007ff3 
+ 00012772  0x00002369 setarg  0x00000001 
+ 00012773  0x0000236a call  0x000032ab 
+ 00012774  0x0000236d setarg  0x00000140 
+ 00012775  0x0000236e arg  0x0000000e , 0x00000007 
+ 00012776  0x0000236f branch  0x00007f08 
+ 00012777  0x00002372 call  0x000032aa 
+ 00012778  0x00002375 setarg  0x00000000 
+ 00012779  0x00002376 arg  0x0000000e , 0x00000007 
+ 00012780  0x00002377 branch  0x00007f08 
+ 00012781  0x0000237b jam  0x00000010 , 0x00000d51 
+ 00012782  0x0000237c fetch  0x00000001 , 0x00000d38 
+ 00012783  0x0000237d set1  0x00000001 , 0x0000003f 
+ 00012784  0x0000237e store  0x00000001 , 0x00000d38 
+ 00012785  0x0000237f rtn 
+ 00012786  0x00002382 arg  0x00000d74 , 0x00000005 
+ 00012787  0x00002383 call  0x000031e0 
+ 00012788  0x00002384 fetch  0x00000002 , 0x00000d75 
+ 00012789  0x00002385 ncall  0x00003209 , 0x00000034 
+ 00012790  0x00002386 fetch  0x00000002 , 0x00000d75 
+ 00012791  0x00002387 call  0x0000320e , 0x00000034 
+ 00012792  0x00002388 call  0x00002c7a 
+ 00012793  0x00002389 fetch  0x00000003 , 0x00000d74 
+ 00012794  0x0000238a arg  0x00000178 , 0x00000011 
+ 00012795  0x0000238b call  0x000032c4 
+ 00012796  0x0000238d setarg  0x0000017b 
+ 00012797  0x0000238e iadd  0x00000013 , 0x00000011 
+ 00012798  0x0000238f ifetcht  0x00000003 , 0x00000011 
+ 00012799  0x00002391 isub  0x00000002 , 0x0000003e 
+ 00012800  0x00002392 ncall  0x00003207 , 0x00000005 
+ 00012801  0x00002393 setarg  0x00000178 
+ 00012802  0x00002394 iadd  0x00000013 , 0x00000011 
+ 00012803  0x00002395 ifetch  0x00000003 , 0x00000011 
+ 00012804  0x00002397 arg  0x0000017b , 0x00000011 
+ 00012805  0x00002398 call  0x000032c4 
+ 00012806  0x0000239a branch  0x00002f5e 
+ 00012807  0x0000239d jam  0x00000021 , 0x00000d52 
+ 00012808  0x0000239e branch  0x000031b9 
+ 00012809  0x000023a1 setarg  0x00000001 
+ 00012810  0x000023a2 call  0x000032ae 
+ 00012811  0x000023a5 setarg  0x00000140 
+ 00012812  0x000023a6 arg  0x0000000c , 0x00000007 
+ 00012813  0x000023a7 branch  0x00007f08 
+ 00012814  0x000023aa call  0x000032ad 
+ 00012815  0x000023ad setarg  0x00000000 
+ 00012816  0x000023ae arg  0x0000000c , 0x00000007 
+ 00012817  0x000023af branch  0x00007f08 
+ 00012818  0x000023b2 call  0x000032bd 
+ 00012819  0x000023b4 beq  0x00000001 , 0x00003216 
+ 00012820  0x000023b5 beq  0x00000002 , 0x0000321b 
+ 00012821  0x000023b6 rtn 
+ 00012822  0x000023b8 setarg  0x0000010d 
+ 00012823  0x000023b9 call  0x0000327e 
+ 00012824  0x000023ba arg  0x00000160 , 0x00000011 
+ 00012825  0x000023bb call  0x000032bf 
+ 00012826  0x000023be branch  0x0000322d 
+ 00012827  0x000023c1 setarg  0x0000010d 
+ 00012828  0x000023c2 call  0x0000327e 
+ 00012829  0x000023c3 arg  0x00000164 , 0x00000011 
+ 00012830  0x000023c4 call  0x000032bf 
+ 00012831  0x000023c7 branch  0x0000322d 
+ 00012832  0x000023ca call  0x00002c7a 
+ 00012833  0x000023cb add  0x00000013 , 0x000000cd , 0x00000005 
+ 00012834  0x000023cc istore  0x00000001 , 0x00000005 
+ 00012835  0x000023cd rtn 
+ 00012836  0x000023d0 call  0x00002c7a 
+ 00012837  0x000023d1 add  0x00000013 , 0x000000be , 0x00000011 
+ 00012838  0x000023d2 branch  0x0000327f 
+ 00012839  0x000023d4 call  0x00002c7a 
+ 00012840  0x000023d5 add  0x00000013 , 0x000000be , 0x00000005 
+ 00012841  0x000023d6 branch  0x0000322d 
+ 00012842  0x000023d9 add  0x00000013 , 0x000000ae , 0x00000011 
+ 00012843  0x000023da branch  0x0000327f 
+ 00012844  0x000023dc add  0x00000013 , 0x000000ae , 0x00000005 
+ 00012845  0x000023de istore  0x00000004 , 0x00000005 
+ 00012846  0x000023df rtn 
+ 00012847  0x000023e2 add  0x00000013 , 0x00000090 , 0x00000005 
+ 00012848  0x000023e3 branch  0x000032b4 
+ 00012849  0x000023e6 setarg  0x00000000 
+ 00012850  0x000023e8 call  0x00002c7a 
+ 00012851  0x000023e9 add  0x00000013 , 0x00000085 , 0x00000005 
+ 00012852  0x000023ea branch  0x000032b4 
+ 00012853  0x000023ed add  0x00000013 , 0x00000042 , 0x00000005 
+ 00012854  0x000023ee branch  0x000032b4 
+ 00012855  0x000023f1 setarg  0x00000004 
+ 00012856  0x000023f3 add  0x00000013 , 0x000000cc , 0x00000005 
+ 00012857  0x000023f4 branch  0x000032b4 
+ 00012858  0x000023f7 add  0x00000013 , 0x00000087 , 0x00000011 
+ 00012859  0x000023f8 branch  0x000032d1 
+ 00012860  0x000023fa add  0x00000013 , 0x00000087 , 0x00000005 
+ 00012861  0x000023fb branch  0x000032b4 
+ 00012862  0x000023fe setarg  0x00000002 
+ 00012863  0x00002400 add  0x00000013 , 0x000000d0 , 0x00000005 
+ 00012864  0x00002401 branch  0x000032b4 
+ 00012865  0x00002404 setarg  0x00000001 
+ 00012866  0x00002406 call  0x00002c7a 
+ 00012867  0x00002407 add  0x00000013 , 0x000000ce , 0x00000005 
+ 00012868  0x00002408 branch  0x000032b4 
+ 00012869  0x0000240b call  0x00002c7a 
+ 00012870  0x0000240c add  0x00000013 , 0x000000b4 , 0x00000011 
+ 00012871  0x0000240d branch  0x000032d1 
+ 00012872  0x0000240f setarg  0x00000001 
+ 00012873  0x00002411 call  0x00002c7a 
+ 00012874  0x00002412 add  0x00000013 , 0x000000b4 , 0x00000005 
+ 00012875  0x00002413 branch  0x000032b4 
+ 00012876  0x00002416 call  0x00002c7a 
+ 00012877  0x00002417 add  0x00000013 , 0x000000b2 , 0x00000011 
+ 00012878  0x00002418 branch  0x000032d1 
+ 00012879  0x0000241a setarg  0x00000001 
+ 00012880  0x0000241c call  0x00002c7a 
+ 00012881  0x0000241d add  0x00000013 , 0x000000b2 , 0x00000005 
+ 00012882  0x0000241e branch  0x000032b4 
+ 00012883  0x00002421 call  0x00002c7a 
+ 00012884  0x00002422 add  0x00000013 , 0x00000096 , 0x00000011 
+ 00012885  0x00002423 branch  0x000032d1 
+ 00012886  0x00002425 add  0x00000013 , 0x00000096 , 0x00000005 
+ 00012887  0x00002426 branch  0x000032b4 
+ 00012888  0x00002429 add  0x00000013 , 0x000000cf , 0x00000011 
+ 00012889  0x0000242a branch  0x000032d1 
+ 00012890  0x0000242c setarg  0x00000000 
+ 00012891  0x0000242e add  0x00000013 , 0x000000cf , 0x00000005 
+ 00012892  0x0000242f branch  0x000032b4 
+ 00012893  0x00002432 add  0x00000013 , 0x000000d2 , 0x00000011 
+ 00012894  0x00002433 branch  0x000032d1 
+ 00012895  0x00002436 add  0x00000013 , 0x00000001 , 0x00000011 
+ 00012896  0x00002437 branch  0x000032d1 
+ 00012897  0x0000243a add  0x00000013 , 0x000000b5 , 0x00000011 
+ 00012898  0x0000243b branch  0x000032d1 
+ 00012899  0x0000243d setarg  0x00000000 
+ 00012900  0x0000243f call  0x00002c7a 
+ 00012901  0x00002440 add  0x00000013 , 0x000000b5 , 0x00000005 
+ 00012902  0x00002441 branch  0x000032b4 
+ 00012903  0x00002444 call  0x00002c7a 
+ 00012904  0x00002445 add  0x00000013 , 0x000000fb , 0x00000011 
+ 00012905  0x00002446 ifetch  0x00000001 , 0x00000011 
+ 00012906  0x00002448 store  0x00000001 , 0x000041de 
+ 00012907  0x00002449 rtn 
+ 00012908  0x0000244c call  0x00002c7a 
+ 00012909  0x0000244d fetch  0x00000001 , 0x000041de 
+ 00012910  0x0000244f add  0x00000013 , 0x000000fb , 0x00000005 
+ 00012911  0x00002450 branch  0x000032b4 
+ 00012912  0x00002453 add  0x00000013 , 0x000000fc , 0x00000011 
+ 00012913  0x00002454 branch  0x000032d1 
+ 00012914  0x00002457 add  0x00000013 , 0x000000fe , 0x00000005 
+ 00012915  0x00002458 branch  0x000032b4 
+ 00012916  0x0000245b setarg  0x00000109 
+ 00012917  0x0000245d iadd  0x00000013 , 0x00000011 
+ 00012918  0x0000245e ifetcht  0x00000001 , 0x00000011 
+ 00012919  0x0000245f rtn 
+ 00012920  0x00002462 setarg  0x00000135 
+ 00012921  0x00002463 branch  0x000032d0 
+ 00012922  0x00002465 setarg  0x00000000 
+ 00012923  0x00002467 arg  0x00000135 , 0x00000011 
+ 00012924  0x00002468 branch  0x000032b3 
+ 00012925  0x0000246b setarg  0x0000012b 
+ 00012926  0x0000246d call  0x000032cd 
+ 00012927  0x0000246f ifetch  0x00000004 , 0x00000011 
+ 00012928  0x00002470 rtn 
+ 00012929  0x00002473 setarg  0x0000015f 
+ 00012930  0x00002474 branch  0x000032d0 
+ 00012931  0x00002476 setarg  0x00000000 
+ 00012932  0x00002478 arg  0x0000015f , 0x00000011 
+ 00012933  0x00002479 branch  0x000032b3 
+ 00012934  0x0000247c setarg  0x00000000 
+ 00012935  0x0000247e arg  0x0000015c , 0x00000011 
+ 00012936  0x0000247f branch  0x000032b3 
+ 00012937  0x00002482 arg  0x0000012f , 0x00000011 
+ 00012938  0x00002483 branch  0x000032b3 
+ 00012939  0x00002486 setarg  0x00000108 
+ 00012940  0x00002487 branch  0x000032d0 
+ 00012941  0x00002489 arg  0x00000108 , 0x00000011 
+ 00012942  0x0000248a branch  0x000032b3 
+ 00012943  0x0000248d setarg  0x00000105 
+ 00012944  0x0000248e branch  0x000032d0 
+ 00012945  0x00002490 setarg  0x00000000 
+ 00012946  0x00002492 arg  0x00000105 , 0x00000011 
+ 00012947  0x00002493 branch  0x000032b3 
+ 00012948  0x00002496 setarg  0x00000104 
+ 00012949  0x00002497 branch  0x000032d0 
+ 00012950  0x00002499 setarg  0x00000000 
+ 00012951  0x0000249b arg  0x00000104 , 0x00000011 
+ 00012952  0x0000249c branch  0x000032b3 
+ 00012953  0x0000249f setarg  0x00000000 
+ 00012954  0x000024a1 arg  0x0000013b , 0x00000011 
+ 00012955  0x000024a2 branch  0x000032b3 
+ 00012956  0x000024a4 setarg  0x00000001 
+ 00012957  0x000024a5 branch  0x0000329a 
+ 00012958  0x000024a8 setarg  0x0000010c 
+ 00012959  0x000024a9 call  0x000032cd 
+ 00012960  0x000024aa ifetch  0x00000007 , 0x00000011 
+ 00012961  0x000024ab rtn 
+ 00012962  0x000024ae setarg  0x0000015e 
+ 00012963  0x000024af branch  0x000032d0 
+ 00012964  0x000024b1 setarg  0x00000000 
+ 00012965  0x000024b3 arg  0x0000015e , 0x00000011 
+ 00012966  0x000024b4 branch  0x000032b3 
+ 00012967  0x000024b7 setarg  0x00000000 
+ 00012968  0x000024b9 arg  0x00000180 , 0x00000011 
+ 00012969  0x000024ba branch  0x000032b3 
+ 00012970  0x000024bd setarg  0x00000000 
+ 00012971  0x000024bf arg  0x0000017e , 0x00000011 
+ 00012972  0x000024c0 branch  0x000032b3 
+ 00012973  0x000024c3 setarg  0x00000000 
+ 00012974  0x000024c5 arg  0x0000017f , 0x00000011 
+ 00012975  0x000024c6 branch  0x000032b3 
+ 00012976  0x000024c9 arg  0x00000102 , 0x00000011 
+ 00012977  0x000024ca branch  0x000032b3 
+ 00012978  0x000024cd arg  0x00000103 , 0x00000011 
+ 00012979  0x000024cf call  0x000032c7 
+ 00012980  0x000024d1 istore  0x00000001 , 0x00000005 
+ 00012981  0x000024d2 rtn 
+ 00012982  0x000024d5 setarg  0x0000015d 
+ 00012983  0x000024d6 branch  0x000032d0 
+ 00012984  0x000024d9 arg  0x0000015d , 0x00000011 
+ 00012985  0x000024da branch  0x000032b3 
+ 00012986  0x000024dd setarg  0x0000018a 
+ 00012987  0x000024de call  0x000032d0 
+ 00012988  0x000024df branch  0x0000326a 
+ 00012989  0x000024e2 setarg  0x0000010c 
+ 00012990  0x000024e3 branch  0x000032d0 
+ 00012991  0x000024e6 copy  0x0000003f , 0x00000002 
+ 00012992  0x000024e7 copy  0x00000011 , 0x0000003f 
+ 00012993  0x000024e8 iadd  0x00000013 , 0x00000005 
+ 00012994  0x000024e9 copy  0x00000002 , 0x0000003f 
+ 00012995  0x000024ea rtn 
+ 00012996  0x000024ed call  0x000032bf 
+ 00012997  0x000024ef istore  0x00000003 , 0x00000005 
+ 00012998  0x000024f0 rtn 
+ 00012999  0x000024f3 call  0x00002c7a 
+ 00013000  0x000024f5 copy  0x0000003f , 0x00000012 
+ 00013001  0x000024f6 copy  0x00000011 , 0x0000003f 
+ 00013002  0x000024f7 iadd  0x00000013 , 0x00000005 
+ 00013003  0x000024f8 copy  0x00000012 , 0x0000003f 
+ 00013004  0x000024f9 rtn 
+ 00013005  0x000024fc call  0x00002c7a 
+ 00013006  0x000024fd iadd  0x00000013 , 0x00000011 
+ 00013007  0x000024fe rtn 
+ 00013008  0x00002501 call  0x000032cd 
+ 00013009  0x00002503 ifetch  0x00000001 , 0x00000011 
+ 00013010  0x00002504 rtn 
+ 00013011  0x00002507 call  0x000032cd 
+ 00013012  0x00002508 ifetcht  0x00000004 , 0x00000011 
+ 00013013  0x00002509 rtn 
+ 00013014  0x0000250c setarg  0x00000000 
+ 00013015  0x0000250d branch  0x000032b4 
+ 00013016  0x00002512 bpatch  0x000000c4 , 0x00004018 
+ 00013017  0x00002513 fetch  0x00000001 , 0x00004092 
+ 00013018  0x00002514 branch  0x000032d8 , 0x00000034 
+ 00013019  0x00002516 beq  0x00000004 , 0x00002f30 
+ 00013020  0x00002517 beq  0x0000000f , 0x00003436 
+ 00013021  0x00002518 beq  0x00000009 , 0x000045de 
+ 00013022  0x00002519 beq  0x0000000a , 0x0000392a 
+ 00013023  0x0000251a beq  0x0000000e , 0x000035bf 
+ 00013024  0x0000251b beq  0x00000010 , 0x000044a4 
+ 00013025  0x0000251c bbit1  0x00000006 , 0x00003d00 
+ 00013026  0x0000251d rtn 
+ 00013027  0x00002520 bpatch  0x000000c5 , 0x00004018 
+ 00013028  0x00002521 jam  0x00000000 , 0x00000151 
+ 00013029  0x00002522 jam  0x00000000 , 0x0000017f 
+ 00013030  0x00002523 jam  0x00000000 , 0x00000180 
+ 00013031  0x00002524 setarg  0x00000000 
+ 00013032  0x00002525 store  0x00000005 , 0x000009ae 
+ 00013033  0x00002526 fetch  0x00000001 , 0x00004092 
+ 00013034  0x00002527 branch  0x000032e3 , 0x00000034 
+ 00013035  0x00002528 beq  0x0000000a , 0x00003962 
+ 00013036  0x0000252a rtn 
+ 00013037  0x0000252e call  0x00007cd1 
+ 00013038  0x0000252f call  0x00007d9c 
+ 00013039  0x00002530 call  0x000032f6 
+ 00013040  0x00002531 fetch  0x00000002 , 0x000041f3 
+ 00013041  0x00002532 branch  0x00007f9c 
+ 00013042  0x00002535 fetch  0x00000002 , 0x000041f1 
+ 00013043  0x00002536 branch  0x00007f9c 
+ 00013044  0x00002539 fetch  0x00000002 , 0x000041ef 
+ 00013045  0x0000253a branch  0x00007f9c 
+ 00013046  0x0000253d bpatch  0x000000c6 , 0x00004018 
+ 00013047  0x0000253f arg  0x00004668 , 0x00000011 
+ 00013048  0x00002540 call  0x00007fc4 
+ 00013049  0x00002541 rtn  0x00000034 
+ 00013050  0x00002543 copy  0x0000003f , 0x00000013 
+ 00013051  0x00002544 call  0x000032ff 
+ 00013052  0x00002545 branch  0x00003324 
+ 00013053  0x00002548 arg  0x00000000 , 0x00000013 
+ 00013054  0x00002549 rtn 
+ 00013055  0x0000254f beq  0x00000001 , 0x00003311 
+ 00013056  0x00002550 beq  0x00000010 , 0x00003357 
+ 00013057  0x00002551 beq  0x00000005 , 0x00003335 
+ 00013058  0x00002552 beq  0x00000012 , 0x0000333c 
+ 00013059  0x00002553 beq  0x00000006 , 0x00003353 
+ 00013060  0x00002554 beq  0x00000004 , 0x00003394 
+ 00013061  0x00002555 beq  0x00000002 , 0x00003399 
+ 00013062  0x00002556 beq  0x00000013 , 0x00003394 
+ 00013063  0x00002557 beq  0x00000014 , 0x0000334b 
+ 00013064  0x00002558 beq  0x00000015 , 0x0000334f 
+ 00013065  0x00002559 beq  0x00000003 , 0x0000332e 
+ 00013066  0x0000255a beq  0x0000000b , 0x00003340 
+ 00013067  0x0000255b beq  0x0000000c , 0x00003347 
+ 00013068  0x0000255d beq  0x00000016 , 0x0000335b 
+ 00013069  0x0000255e beq  0x00000018 , 0x0000332a 
+ 00013070  0x0000255f beq  0x0000002a , 0x0000331a 
+ 00013071  0x00002560 beq  0x0000002b , 0x00003318 
+ 00013072  0x00002561 rtn 
+ 00013073  0x00002565 fetch  0x00000002 , 0x00004682 
+ 00013074  0x00002566 set1  0x00000000 , 0x0000003f 
+ 00013075  0x00002567 store  0x00000002 , 0x00004682 
+ 00013076  0x00002568 fetch  0x00000002 , 0x0000420a 
+ 00013077  0x00002569 set0  0x00000000 , 0x0000003f 
+ 00013078  0x0000256a store  0x00000002 , 0x0000420a 
+ 00013079  0x0000256b rtn 
+ 00013080  0x0000256e jam  0x00000000 , 0x00000229 
+ 00013081  0x0000256f rtn 
+ 00013082  0x00002572 fetch  0x00000001 , 0x00000229 
+ 00013083  0x00002573 increase  0x00000001 , 0x0000003f 
+ 00013084  0x00002574 store  0x00000001 , 0x00000229 
+ 00013085  0x00002575 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00013086  0x00002576 branch  0x000033df , 0x00000002 
+ 00013087  0x00002577 jam  0x00000000 , 0x00000229 
+ 00013088  0x00002578 fetch  0x00000002 , 0x0000420a 
+ 00013089  0x00002579 set1  0x00000009 , 0x0000003f 
+ 00013090  0x0000257a store  0x00000002 , 0x0000420a 
+ 00013091  0x0000257b branch  0x000033e9 
+ 00013092  0x0000257e fetch  0x00000002 , 0x000041f5 
+ 00013093  0x0000257f branch  0x00007f9c 
+ 00013094  0x00002582 fetch  0x00000002 , 0x000041e9 
+ 00013095  0x00002583 branch  0x00007f9c 
+ 00013096  0x00002586 fetch  0x00000002 , 0x000041ed 
+ 00013097  0x00002587 branch  0x00007f9c 
+ 00013098  0x0000258a fetch  0x00000002 , 0x0000420a 
+ 00013099  0x0000258b set1  0x00000001 , 0x0000003f 
+ 00013100  0x0000258c store  0x00000002 , 0x0000420a 
+ 00013101  0x0000258d branch  0x00003412 
+ 00013102  0x00002590 fetch  0x00000002 , 0x00004682 
+ 00013103  0x00002591 set1  0x00000007 , 0x0000003f 
+ 00013104  0x00002592 store  0x00000002 , 0x00004682 
+ 00013105  0x00002593 fetch  0x00000002 , 0x0000420a 
+ 00013106  0x00002594 set1  0x00000002 , 0x0000003f 
+ 00013107  0x00002595 store  0x00000002 , 0x0000420a 
+ 00013108  0x00002596 rtn 
+ 00013109  0x00002599 fetch  0x00000002 , 0x00004682 
+ 00013110  0x0000259a set1  0x00000001 , 0x0000003f 
+ 00013111  0x0000259b store  0x00000002 , 0x00004682 
+ 00013112  0x0000259c fetch  0x00000002 , 0x0000420a 
+ 00013113  0x0000259d set1  0x00000004 , 0x0000003f 
+ 00013114  0x0000259e store  0x00000002 , 0x0000420a 
+ 00013115  0x0000259f rtn 
+ 00013116  0x000025a2 fetch  0x00000002 , 0x00004682 
+ 00013117  0x000025a3 set1  0x00000003 , 0x0000003f 
+ 00013118  0x000025a4 store  0x00000002 , 0x00004682 
+ 00013119  0x000025a5 rtn 
+ 00013120  0x000025a8 fetch  0x00000002 , 0x00004682 
+ 00013121  0x000025a9 set1  0x00000005 , 0x0000003f 
+ 00013122  0x000025aa store  0x00000002 , 0x00004682 
+ 00013123  0x000025ab fetch  0x00000002 , 0x0000420a 
+ 00013124  0x000025ac set1  0x00000003 , 0x0000003f 
+ 00013125  0x000025ad store  0x00000002 , 0x0000420a 
+ 00013126  0x000025ae rtn 
+ 00013127  0x000025b1 fetch  0x00000002 , 0x00004682 
+ 00013128  0x000025b2 set0  0x00000005 , 0x0000003f 
+ 00013129  0x000025b3 store  0x00000002 , 0x00004682 
+ 00013130  0x000025b4 rtn 
+ 00013131  0x000025b7 fetch  0x00000002 , 0x00004682 
+ 00013132  0x000025b8 set1  0x00000009 , 0x0000003f 
+ 00013133  0x000025b9 store  0x00000002 , 0x00004682 
+ 00013134  0x000025ba rtn 
+ 00013135  0x000025bd fetch  0x00000002 , 0x00004682 
+ 00013136  0x000025be set0  0x00000009 , 0x0000003f 
+ 00013137  0x000025bf store  0x00000002 , 0x00004682 
+ 00013138  0x000025c0 branch  0x00003418 
+ 00013139  0x000025c3 fetch  0x00000002 , 0x00004682 
+ 00013140  0x000025c4 set1  0x00000002 , 0x0000003f 
+ 00013141  0x000025c5 store  0x00000002 , 0x00004682 
+ 00013142  0x000025c6 rtn 
+ 00013143  0x000025c9 fetch  0x00000002 , 0x0000420a 
+ 00013144  0x000025ca set1  0x00000000 , 0x0000003f 
+ 00013145  0x000025cb store  0x00000002 , 0x0000420a 
+ 00013146  0x000025cc rtn 
+ 00013147  0x000025cf fetch  0x00000002 , 0x0000420a 
+ 00013148  0x000025d0 set1  0x00000008 , 0x0000003f 
+ 00013149  0x000025d1 store  0x00000002 , 0x0000420a 
+ 00013150  0x000025d2 branch  0x000033e9 
+ 00013151  0x000025d6 bpatch  0x000000c7 , 0x00004018 
+ 00013152  0x000025d7 store  0x00000001 , 0x0000022a 
+ 00013153  0x000025d9 fetch  0x00000001 , 0x0000022a 
+ 00013154  0x000025da rtn  0x00000034 
+ 00013155  0x000025db increase  0xffffffff , 0x0000003f 
+ 00013156  0x000025dc store  0x00000001 , 0x0000022a 
+ 00013157  0x000025dd call  0x00007cdd 
+ 00013158  0x000025de call  0x000033d6 
+ 00013159  0x000025df call  0x00003387 
+ 00013160  0x000025e0 call  0x0000338d 
+ 00013161  0x000025e1 call  0x0000651b 
+ 00013162  0x000025e2 fetch  0x00000002 , 0x000041fd 
+ 00013163  0x000025e3 call  0x00007f9c 
+ 00013164  0x000025e4 branch  0x00003361 
+ 00013165  0x000025ea ifetch  0x00000001 , 0x00000013 
+ 00013166  0x000025eb rtn  0x00000034 
+ 00013167  0x000025ec pincrease  0xffffffff 
+ 00013168  0x000025ed istore  0x00000001 , 0x00000013 
+ 00013169  0x000025ee nrtn  0x00000034 
+ 00013170  0x000025ef copy  0x00000012 , 0x0000003f 
+ 00013171  0x000025f0 branch  0x00007f9c 
+ 00013172  0x000025f5 ifetch  0x00000002 , 0x00000013 
+ 00013173  0x000025f6 rtn  0x00000034 
+ 00013174  0x000025f7 pincrease  0xffffffff 
+ 00013175  0x000025f8 istore  0x00000002 , 0x00000013 
+ 00013176  0x000025f9 nrtn  0x00000034 
+ 00013177  0x000025fa copy  0x00000012 , 0x0000003f 
+ 00013178  0x000025fb branch  0x00007f9c 
+ 00013179  0x000025fe fetcht  0x00000002 , 0x0000423f 
+ 00013180  0x000025ff add  0x00000002 , 0x00000001 , 0x00000013 
+ 00013181  0x00002600 arg  0x0000337f , 0x00000012 
+ 00013182  0x00002601 branch  0x0000336d 
+ 00013183  0x00002604 call  0x0000342d 
+ 00013184  0x00002605 beq  0x00000001 , 0x00003382 
+ 00013185  0x00002607 branch  0x0000340a 
+ 00013186  0x00002609 setarg  0x00000002 
+ 00013187  0x0000260a istore  0x00000001 , 0x00000013 
+ 00013188  0x0000260b add  0x00000002 , 0x00000008 , 0x00000012 
+ 00013189  0x0000260d ifetch  0x00000002 , 0x00000012 
+ 00013190  0x0000260e branch  0x00007f9c 
+ 00013191  0x00002611 arg  0x00004205 , 0x00000013 
+ 00013192  0x00002612 arg  0x0000338a , 0x00000012 
+ 00013193  0x00002613 branch  0x0000336d 
+ 00013194  0x00002616 call  0x00002252 
+ 00013195  0x00002617 branch  0x0000340e , 0x00000005 
+ 00013196  0x00002618 rtn 
+ 00013197  0x0000261c arg  0x0000467e , 0x00000013 
+ 00013198  0x0000261d arg  0x00003390 , 0x00000012 
+ 00013199  0x0000261e branch  0x00003374 
+ 00013200  0x00002621 call  0x000033f0 
+ 00013201  0x00002622 call  0x00003408 
+ 00013202  0x00002623 fetch  0x00000002 , 0x000041f7 
+ 00013203  0x00002624 branch  0x00007f9c 
+ 00013204  0x00002628 call  0x000033ac 
+ 00013205  0x0000262a fetch  0x00000002 , 0x00004682 
+ 00013206  0x0000262b set0  0x00000007 , 0x0000003f 
+ 00013207  0x0000262c store  0x00000002 , 0x00004682 
+ 00013208  0x0000262d rtn 
+ 00013209  0x00002630 jam  0x00000000 , 0x00004205 
+ 00013210  0x00002631 fetch  0x00000002 , 0x00004682 
+ 00013211  0x00002632 bbit1  0x00000007 , 0x0000339e 
+ 00013212  0x00002633 isolate0  0x00000001 , 0x0000003f 
+ 00013213  0x00002634 call  0x000032fd , 0x00000001 
+ 00013214  0x00002636 bpatch  0x000000c8 , 0x00004019 
+ 00013215  0x00002637 fetch  0x00000002 , 0x00004682 
+ 00013216  0x00002638 set0  0x00000000 , 0x0000003f 
+ 00013217  0x00002639 set0  0x00000001 , 0x0000003f 
+ 00013218  0x0000263a set0  0x00000002 , 0x0000003f 
+ 00013219  0x0000263b set0  0x00000003 , 0x0000003f 
+ 00013220  0x0000263c set0  0x00000007 , 0x0000003f 
+ 00013221  0x0000263d store  0x00000002 , 0x00004682 
+ 00013222  0x0000263e branch  0x00003418 
+ 00013223  0x00002641 call  0x000033a9 
+ 00013224  0x00002642 branch  0x0000340a 
+ 00013225  0x00002646 setarg  0x00000000 
+ 00013226  0x00002647 store  0x00000002 , 0x00004208 
+ 00013227  0x00002648 rtn 
+ 00013228  0x0000264a setarg  0x00000000 
+ 00013229  0x0000264b store  0x00000002 , 0x0000420a 
+ 00013230  0x0000264c rtn 
+ 00013231  0x0000264f fetch  0x00000002 , 0x0000420a 
+ 00013232  0x00002650 store  0x00000002 , 0x00004208 
+ 00013233  0x00002651 setarg  0x00000000 
+ 00013234  0x00002652 store  0x00000002 , 0x0000420a 
+ 00013235  0x00002653 rtn 
+ 00013236  0x00002656 fetch  0x00000002 , 0x0000420a 
+ 00013237  0x00002657 set1  0x00000007 , 0x0000003f 
+ 00013238  0x00002658 store  0x00000002 , 0x00004208 
+ 00013239  0x00002659 setarg  0x00000000 
+ 00013240  0x0000265a store  0x00000002 , 0x0000420a 
+ 00013241  0x0000265b rtn 
+ 00013242  0x00002664 fetch  0x00000001 , 0x00004682 
+ 00013243  0x00002665 isolate1  0x00000005 , 0x0000003f 
+ 00013244  0x00002666 rtn 
+ 00013245  0x0000266f setarg  0x0000aa55 
+ 00013246  0x00002671 store  0x00000002 , 0x00000aaa 
+ 00013247  0x00002672 bpatch  0x000000c9 , 0x00004019 
+ 00013248  0x00002673 arg  0x00000002 , 0x00000002 
+ 00013249  0x00002674 arg  0x00000aaa , 0x00000011 
+ 00013250  0x00002675 arg  0x000000c3 , 0x00000012 
+ 00013251  0x00002676 branch  0x00006606 
+ 00013252  0x0000267a bpatch  0x000000ca , 0x00004019 
+ 00013253  0x0000267b arg  0x00000002 , 0x00000002 
+ 00013254  0x0000267c arg  0x00000a9a , 0x00000011 
+ 00013255  0x0000267d arg  0x000000c3 , 0x00000012 
+ 00013256  0x0000267e call  0x000065df 
+ 00013257  0x0000267f fetch  0x00000002 , 0x00000a9a 
+ 00013258  0x00002680 arg  0x0000aa55 , 0x00000002 
+ 00013259  0x00002681 isub  0x00000002 , 0x0000003e 
+ 00013260  0x00002682 rtn 
+ 00013261  0x00002686 fetch  0x00000001 , 0x0000455a 
+ 00013262  0x00002687 store  0x00000001 , 0x00004205 
+ 00013263  0x00002688 rtn 
+ 00013264  0x0000268b arg  0x00000009 , 0x00000007 
+ 00013265  0x0000268c branch  0x00002c32 
+ 00013266  0x0000268f arg  0x00000009 , 0x00000007 
+ 00013267  0x00002690 branch  0x00002c36 
+ 00013268  0x00002693 jam  0x00000005 , 0x00004206 
+ 00013269  0x00002694 branch  0x000033d0 
+ 00013270  0x00002697 arg  0x00004206 , 0x00000013 
+ 00013271  0x00002698 arg  0x000033d2 , 0x00000012 
+ 00013272  0x00002699 branch  0x0000336d 
+ 00013273  0x0000269c jam  0x00000001 , 0x00004363 
+ 00013274  0x0000269d rtn 
+ 00013275  0x000026a0 jam  0x00000000 , 0x00004363 
+ 00013276  0x000026a1 rtn 
+ 00013277  0x000026a4 jam  0x0000000a , 0x00000a99 
+ 00013278  0x000026a5 branch  0x00007d8f 
+ 00013279  0x000026a8 jam  0x0000001d , 0x00000a99 
+ 00013280  0x000026a9 branch  0x00007d8f 
+ 00013281  0x000026ac bpatch  0x000000cb , 0x00004019 
+ 00013282  0x000026ad fetch  0x00000001 , 0x00004207 
+ 00013283  0x000026ae store  0x00000001 , 0x0000016d 
+ 00013284  0x000026af jam  0x00000001 , 0x00000228 
+ 00013285  0x000026b0 jam  0x00000003 , 0x00000a99 
+ 00013286  0x000026b1 branch  0x00007d8f 
+ 00013287  0x000026b4 jam  0x0000001e , 0x00000a99 
+ 00013288  0x000026b5 branch  0x00007d8f 
+ 00013289  0x000026b8 jam  0x00000004 , 0x00000a99 
+ 00013290  0x000026b9 branch  0x00007d8f 
+ 00013291  0x000026bc fetch  0x00000002 , 0x00004687 
+ 00013292  0x000026bd store  0x00000002 , 0x0000467e 
+ 00013293  0x000026bf call  0x00003404 
+ 00013294  0x000026c1 jam  0x00000001 , 0x00000a99 
+ 00013295  0x000026c2 branch  0x00007d8f 
+ 00013296  0x000026c5 setarg  0x00000000 
+ 00013297  0x000026c6 store  0x00000002 , 0x0000467e 
+ 00013298  0x000026c7 jam  0x00000002 , 0x00000a99 
+ 00013299  0x000026c8 branch  0x00007d8f 
+ 00013300  0x000026cb jam  0x0000000f , 0x00000a99 
+ 00013301  0x000026cc branch  0x00007d8f 
+ 00013302  0x000026cf jam  0x00000010 , 0x00000a99 
+ 00013303  0x000026d0 branch  0x00007d8f 
+ 00013304  0x000026d3 jam  0x0000000e , 0x00000a99 
+ 00013305  0x000026d4 branch  0x00007d8f 
+ 00013306  0x000026d7 jam  0x0000000d , 0x00000a99 
+ 00013307  0x000026d8 branch  0x00007d8f 
+ 00013308  0x000026db jam  0x00000017 , 0x00000a99 
+ 00013309  0x000026dc branch  0x00007d8f 
+ 00013310  0x000026df jam  0x00000018 , 0x00000a99 
+ 00013311  0x000026e0 branch  0x00007d8f 
+ 00013312  0x000026e3 jam  0x00000016 , 0x00000a99 
+ 00013313  0x000026e4 branch  0x00007d8f 
+ 00013314  0x000026e7 jam  0x00000011 , 0x00000a99 
+ 00013315  0x000026e8 branch  0x00007d8f 
+ 00013316  0x000026eb jam  0x00000015 , 0x00000a99 
+ 00013317  0x000026ec branch  0x00007d8f 
+ 00013318  0x000026ef jam  0x00000014 , 0x00000a99 
+ 00013319  0x000026f0 branch  0x00007d8f 
+ 00013320  0x000026f4 jam  0x00000013 , 0x00000a99 
+ 00013321  0x000026f5 branch  0x00007d8f 
+ 00013322  0x000026f8 jam  0x00000019 , 0x00000a99 
+ 00013323  0x000026f9 branch  0x00007d8f 
+ 00013324  0x000026fc jam  0x00000006 , 0x00000a99 
+ 00013325  0x000026fd branch  0x00007d8f 
+ 00013326  0x00002700 jam  0x00000005 , 0x00000a99 
+ 00013327  0x00002701 branch  0x00007d8f 
+ 00013328  0x00002704 jam  0x0000001f , 0x00000a99 
+ 00013329  0x00002705 branch  0x00007d8f 
+ 00013330  0x00002708 jam  0x00000020 , 0x00000a99 
+ 00013331  0x00002709 branch  0x00007d8f 
+ 00013332  0x0000270c jam  0x00000025 , 0x00000a99 
+ 00013333  0x0000270d branch  0x00007d8f 
+ 00013334  0x00002710 set1  0x0000000d , 0x00000000 
+ 00013335  0x00002711 rtn 
+ 00013336  0x00002714 set0  0x0000000d , 0x00000000 
+ 00013337  0x00002715 rtn 
+ 00013338  0x0000272a call  0x0000342d 
+ 00013339  0x0000272b beq  0x00000002 , 0x00003424 
+ 00013340  0x0000272d setarg  0x00000001 
+ 00013341  0x0000272e istore  0x00000001 , 0x00000013 
+ 00013342  0x0000272f add  0x00000002 , 0x00000003 , 0x00000011 
+ 00013343  0x00002730 add  0x00000002 , 0x00000006 , 0x00000012 
+ 00013344  0x00002732 ifetcht  0x00000001 , 0x00000011 
+ 00013345  0x00002733 increase  0x00000001 , 0x00000013 
+ 00013346  0x00002734 istoret  0x00000001 , 0x00000013 
+ 00013347  0x00002735 branch  0x00003385 
+ 00013348  0x00002738 setarg  0x00000000 
+ 00013349  0x00002739 istore  0x00000001 , 0x00000013 
+ 00013350  0x0000273a fetch  0x00000002 , 0x00004682 
+ 00013351  0x0000273b bbit0  0x00000009 , 0x00003429 
+ 00013352  0x0000273c call  0x00003402 
+ 00013353  0x0000273e fetcht  0x00000002 , 0x0000423f 
+ 00013354  0x0000273f add  0x00000002 , 0x00000002 , 0x00000011 
+ 00013355  0x00002740 add  0x00000002 , 0x00000004 , 0x00000012 
+ 00013356  0x00002741 branch  0x00003420 
+ 00013357  0x00002744 fetcht  0x00000002 , 0x0000423f 
+ 00013358  0x00002745 add  0x00000002 , 0x00000000 , 0x00000013 
+ 00013359  0x00002746 ifetch  0x00000001 , 0x00000013 
+ 00013360  0x00002747 rtn 
+ 00013361  0x0000274a call  0x0000342d 
+ 00013362  0x0000274b bne  0x00000000 , 0x00003434 
+ 00013363  0x0000274c branch  0x0000340a 
+ 00013364  0x0000274e add  0x00000002 , 0x0000000a , 0x00000012 
+ 00013365  0x0000274f branch  0x00003385 
+ 00013366  0x00002752 rtn  0x0000002b 
+ 00013367  0x00002753 jam  0x00000000 , 0x00008081 
+ 00013368  0x00002754 setarg  0x00003463 
+ 00013369  0x00002755 store  0x00000002 , 0x000041eb 
+ 00013370  0x00002756 setarg  0x0000696c 
+ 00013371  0x00002757 store  0x00000002 , 0x000041ed 
+ 00013372  0x00002758 setarg  0x000034f5 
+ 00013373  0x00002759 store  0x00000002 , 0x000041f3 
+ 00013374  0x0000275a setarg  0x000034f4 
+ 00013375  0x0000275b store  0x00000002 , 0x000041ef 
+ 00013376  0x0000275c setarg  0x0000347e 
+ 00013377  0x0000275d store  0x00000002 , 0x000041f5 
+ 00013378  0x0000275e setarg  0x000034b2 
+ 00013379  0x0000275f store  0x00000002 , 0x000041fd 
+ 00013380  0x00002760 setarg  0x00003465 
+ 00013381  0x00002761 store  0x00000002 , 0x000041fb 
+ 00013382  0x00002762 setarg  0x00003470 
+ 00013383  0x00002763 store  0x00000002 , 0x000041e9 
+ 00013384  0x00002764 setarg  0x00003501 
+ 00013385  0x00002765 store  0x00000002 , 0x000041f9 
+ 00013386  0x00002766 bpatch  0x000000cc , 0x00004019 
+ 00013387  0x00002767 call  0x0000359b 
+ 00013388  0x00002768 call  0x00006948 
+ 00013389  0x00002769 call  0x000035ad 
+ 00013390  0x0000276a call  0x00007d08 
+ 00013391  0x0000276b call  0x00007cd3 
+ 00013392  0x0000276c setarg  0x0000350b 
+ 00013393  0x0000276d store  0x00000002 , 0x00004766 
+ 00013394  0x0000276e setarg  0x000034fc 
+ 00013395  0x0000276f store  0x00000002 , 0x0000475d 
+ 00013396  0x00002770 setarg  0x000034f8 
+ 00013397  0x00002771 store  0x00000002 , 0x0000475f 
+ 00013398  0x00002772 setarg  0x0000346c 
+ 00013399  0x00002773 store  0x00000002 , 0x00004761 
+ 00013400  0x00002774 setarg  0x000035a2 
+ 00013401  0x00002775 store  0x00000002 , 0x000046a9 
+ 00013402  0x00002776 setarg  0x000035a4 
+ 00013403  0x00002777 store  0x00000002 , 0x000046ab 
+ 00013404  0x00002778 setarg  0x000035a9 
+ 00013405  0x00002779 store  0x00000002 , 0x000046b4 
+ 00013406  0x0000277a setarg  0x000035a6 
+ 00013407  0x0000277b store  0x00000002 , 0x000046b6 
+ 00013408  0x0000277c fetch  0x00000002 , 0x00004682 
+ 00013409  0x0000277d rtnbit1  0x0000000c 
+ 00013410  0x0000277e branch  0x0000340a 
+ 00013411  0x00002781 call  0x00003586 
+ 00013412  0x00002782 branch  0x0000340a 
+ 00013413  0x00002785 call  0x00005892 
+ 00013414  0x00002786 nrtn  0x00000034 
+ 00013415  0x00002787 arg  0x00000b06 , 0x00000011 
+ 00013416  0x00002788 call  0x00007e54 
+ 00013417  0x00002789 nrtn  0x00000028 
+ 00013418  0x0000278a arg  0x00000b06 , 0x00000006 
+ 00013419  0x0000278b branch  0x00004746 
+ 00013420  0x0000278e fetch  0x00000002 , 0x00004797 
+ 00013421  0x0000278f store  0x00000002 , 0x00004791 
+ 00013422  0x00002790 jam  0x00000001 , 0x00004753 
+ 00013423  0x00002791 branch  0x0000358f 
+ 00013424  0x00002794 fetch  0x00000001 , 0x0000479d 
+ 00013425  0x00002795 beq  0x00000001 , 0x00003479 
+ 00013426  0x00002796 fetch  0x00000002 , 0x00004682 
+ 00013427  0x00002797 bbit0  0x00000009 , 0x00003479 
+ 00013428  0x00002798 fetch  0x00000001 , 0x0000479e 
+ 00013429  0x00002799 beq  0x00000001 , 0x000033d0 
+ 00013430  0x0000279a fetch  0x00000001 , 0x00004700 
+ 00013431  0x0000279b nbranch  0x000033d0 , 0x00000034 
+ 00013432  0x0000279c branch  0x000033d2 
+ 00013433  0x0000279f fetch  0x00000001 , 0x0000479b 
+ 00013434  0x000027a0 fetcht  0x00000001 , 0x0000479c 
+ 00013435  0x000027a1 ior  0x00000002 , 0x0000003f 
+ 00013436  0x000027a2 beq  0x00000001 , 0x000033d0 
+ 00013437  0x000027a3 branch  0x000033d2 
+ 00013438  0x000027a6 copy  0x00000013 , 0x0000003f 
+ 00013439  0x000027a7 beq  0x0000002d , 0x00003431 
+ 00013440  0x000027a8 beq  0x00000010 , 0x0000341a 
+ 00013441  0x000027a9 beq  0x00000014 , 0x000034df 
+ 00013442  0x000027aa beq  0x00000015 , 0x000034e8 
+ 00013443  0x000027ab beq  0x00000040 , 0x00003485 
+ 00013444  0x000027ac rtn 
+ 00013445  0x000027ae fetch  0x00000002 , 0x00004509 
+ 00013446  0x000027af beq  0x00000001 , 0x0000348c 
+ 00013447  0x000027b1 fetch  0x00000002 , 0x000043d8 
+ 00013448  0x000027b2 branch  0x000034a2 , 0x00000034 
+ 00013449  0x000027b4 jam  0x00000002 , 0x0000478a 
+ 00013450  0x000027b5 jam  0x0000003c , 0x0000478f 
+ 00013451  0x000027b6 rtn 
+ 00013452  0x000027b9 fetch  0x00000002 , 0x0000449a 
+ 00013453  0x000027ba branch  0x000034a0 , 0x00000034 
+ 00013454  0x000027bc jam  0x00000001 , 0x0000478a 
+ 00013455  0x000027bd fetcht  0x00000002 , 0x000047b4 
+ 00013456  0x000027be fetch  0x00000002 , 0x00004496 
+ 00013457  0x000027bf iadd  0x00000002 , 0x0000003f 
+ 00013458  0x000027c0 store  0x00000002 , 0x00004496 
+ 00013459  0x000027c1 copy  0x0000003f , 0x00000011 
+ 00013460  0x000027c2 fetch  0x00000002 , 0x00004498 
+ 00013461  0x000027c3 iadd  0x00000002 , 0x0000003f 
+ 00013462  0x000027c4 store  0x00000002 , 0x00004498 
+ 00013463  0x000027c5 iadd  0x00000011 , 0x0000003f 
+ 00013464  0x000027c6 rshift  0x0000003f , 0x00000002 
+ 00013465  0x000027c7 fetch  0x00000002 , 0x000047c0 
+ 00013466  0x000027c8 idiv  0x00000002 
+ 00013467  0x000027c9 call  0x00007f86 
+ 00013468  0x000027ca quotient  0x0000003f 
+ 00013469  0x000027cb store  0x00000002 , 0x0000449a 
+ 00013470  0x000027cc jam  0x00000001 , 0x00004790 
+ 00013471  0x000027cd rtn 
+ 00013472  0x000027cf jam  0x00000003 , 0x0000478a 
+ 00013473  0x000027d0 rtn 
+ 00013474  0x000027d3 jam  0x00000000 , 0x00004172 
+ 00013475  0x000027d4 jam  0x00000000 , 0x00004790 
+ 00013476  0x000027d5 fetch  0x00000002 , 0x000043d6 
+ 00013477  0x000027d6 fetcht  0x00000002 , 0x000047be 
+ 00013478  0x000027d7 isub  0x00000002 , 0x0000003e 
+ 00013479  0x000027d8 setflag  0x00000002 , 0x00000000 , 0x00000011 
+ 00013480  0x000027d9 fetch  0x00000002 , 0x000047c0 
+ 00013481  0x000027da fetcht  0x00000002 , 0x000043d6 
+ 00013482  0x000027db isub  0x00000002 , 0x0000003f 
+ 00013483  0x000027dc setflag  0x00000002 , 0x00000001 , 0x00000011 
+ 00013484  0x000027dd compare  0x00000003 , 0x00000011 , 0x00000003 
+ 00013485  0x000027de rtn  0x00000001 
+ 00013486  0x000027df fetch  0x00000008 , 0x000047be 
+ 00013487  0x000027e0 store  0x00000008 , 0x00004496 
+ 00013488  0x000027e1 jam  0x00000001 , 0x00004790 
+ 00013489  0x000027e2 rtn 
+ 00013490  0x000027e7 call  0x0000337b 
+ 00013491  0x000027e8 call  0x000034b9 
+ 00013492  0x000027e9 call  0x000034be 
+ 00013493  0x000027ea call  0x000034d5 
+ 00013494  0x000027eb call  0x000034ca 
+ 00013495  0x000027ec call  0x000034c4 
+ 00013496  0x000027ed branch  0x000034d9 
+ 00013497  0x000027f1 arg  0x00004799 , 0x00000013 
+ 00013498  0x000027f2 arg  0x000034bc , 0x00000012 
+ 00013499  0x000027f3 branch  0x0000336d 
+ 00013500  0x000027f5 jam  0x00000000 , 0x0000479a 
+ 00013501  0x000027f6 rtn 
+ 00013502  0x000027f8 arg  0x00004793 , 0x00000013 
+ 00013503  0x000027f9 arg  0x000034c1 , 0x00000012 
+ 00013504  0x000027fa branch  0x00003374 
+ 00013505  0x000027fc arg  0x000046bf , 0x00000013 
+ 00013506  0x000027fd arg  0x0000469e , 0x00000012 
+ 00013507  0x000027fe branch  0x00003591 
+ 00013508  0x00002802 arg  0x0000478f , 0x00000013 
+ 00013509  0x00002803 arg  0x000034c7 , 0x00000012 
+ 00013510  0x00002804 branch  0x0000336d 
+ 00013511  0x00002807 fetch  0x00000002 , 0x0000449a 
+ 00013512  0x00002808 store  0x00000001 , 0x00004172 
+ 00013513  0x00002809 rtn 
+ 00013514  0x0000280b arg  0x00004790 , 0x00000013 
+ 00013515  0x0000280c arg  0x000034cd , 0x00000012 
+ 00013516  0x0000280d branch  0x0000336d 
+ 00013517  0x0000280f fetch  0x00000001 , 0x0000043f 
+ 00013518  0x00002810 compare  0x00000000 , 0x0000003f , 0x00000060 
+ 00013519  0x00002811 nbranch  0x000034d3 , 0x00000001 
+ 00013520  0x00002812 jam  0x00000001 , 0x0000478a 
+ 00013521  0x00002813 call  0x00003416 
+ 00013522  0x00002814 branch  0x00005abf 
+ 00013523  0x00002816 jam  0x00000001 , 0x00004790 
+ 00013524  0x00002817 rtn 
+ 00013525  0x0000281a arg  0x00004791 , 0x00000013 
+ 00013526  0x0000281b arg  0x000034d8 , 0x00000012 
+ 00013527  0x0000281c branch  0x00003374 
+ 00013528  0x00002820 branch  0x0000341a 
+ 00013529  0x00002825 arg  0x0000478d , 0x00000013 
+ 00013530  0x00002826 arg  0x000034dc , 0x00000012 
+ 00013531  0x00002827 branch  0x00003374 
+ 00013532  0x00002829 fetch  0x00000002 , 0x000047a7 
+ 00013533  0x0000282a store  0x00000002 , 0x0000478d 
+ 00013534  0x0000282b branch  0x000035af 
+ 00013535  0x0000282f fetch  0x00000002 , 0x000047a7 
+ 00013536  0x00002830 store  0x00000002 , 0x0000478d 
+ 00013537  0x00002831 setarg  0x00000000 
+ 00013538  0x00002832 store  0x00000002 , 0x00004793 
+ 00013539  0x00002833 store  0x00000002 , 0x00004791 
+ 00013540  0x00002834 call  0x0000355c 
+ 00013541  0x00002835 call  0x00003586 
+ 00013542  0x00002836 jam  0x00000000 , 0x00004172 
+ 00013543  0x00002837 branch  0x000033f8 
+ 00013544  0x0000283d setarg  0x00000000 
+ 00013545  0x0000283e store  0x00000004 , 0x0000478d 
+ 00013546  0x0000283f store  0x00000003 , 0x0000478a 
+ 00013547  0x00002840 store  0x00000002 , 0x00004509 
+ 00013548  0x00002842 jam  0x00000001 , 0x000047a0 
+ 00013549  0x00002843 fetch  0x00000002 , 0x00004797 
+ 00013550  0x00002844 store  0x00000002 , 0x00004791 
+ 00013551  0x00002845 call  0x00007e38 
+ 00013552  0x00002846 fetch  0x00000001 , 0x00004759 
+ 00013553  0x00002847 rtneq  0x00000000 
+ 00013554  0x00002848 call  0x0000358f 
+ 00013555  0x00002849 branch  0x0000356e 
+ 00013556  0x0000284e branch  0x00003508 
+ 00013557  0x00002852 fetch  0x00000001 , 0x00004759 
+ 00013558  0x00002853 rtnne  0x00000002 
+ 00013559  0x00002854 branch  0x00003508 
+ 00013560  0x0000285a arg  0x000046cd , 0x00000013 
+ 00013561  0x0000285b call  0x00003582 
+ 00013562  0x0000285c arg  0x000046c6 , 0x00000013 
+ 00013563  0x0000285e branch  0x00003584 
+ 00013564  0x00002861 jam  0x00000000 , 0x0000436e 
+ 00013565  0x00002862 arg  0x000046db , 0x00000013 
+ 00013566  0x00002863 call  0x00003582 
+ 00013567  0x00002864 arg  0x000046d4 , 0x00000013 
+ 00013568  0x00002865 branch  0x000034fb 
+ 00013569  0x00002868 fetch  0x00000001 , 0x00000477 
+ 00013570  0x00002869 beq  0x00000012 , 0x00003504 
+ 00013571  0x0000286a rtn 
+ 00013572  0x0000286c fetch  0x00000002 , 0x00000478 
+ 00013573  0x0000286e beq  0x0000000d , 0x00003536 
+ 00013574  0x0000286f beq  0x0000000b , 0x00003571 
+ 00013575  0x00002870 rtn 
+ 00013576  0x00002876 fetch  0x00000001 , 0x00004753 
+ 00013577  0x00002877 rtn  0x00000034 
+ 00013578  0x00002878 branch  0x00006978 
+ 00013579  0x0000287d copy  0x00000011 , 0x0000003f 
+ 00013580  0x0000287e branch  0x00003510 , 0x00000034 
+ 00013581  0x00002880 copy  0x00000007 , 0x0000003f 
+ 00013582  0x00002881 beq  0x00000000 , 0x00003513 
+ 00013583  0x00002882 rtn 
+ 00013584  0x00002884 copy  0x00000007 , 0x0000003f 
+ 00013585  0x00002885 beq  0x00000000 , 0x0000351b 
+ 00013586  0x00002886 rtn 
+ 00013587  0x00002889 jam  0x00000001 , 0x0000479d 
+ 00013588  0x0000288a arg  0x000046f7 , 0x00000013 
+ 00013589  0x0000288b call  0x00003582 
+ 00013590  0x0000288c arg  0x000046f0 , 0x00000013 
+ 00013591  0x0000288d call  0x00003584 
+ 00013592  0x0000288e fetch  0x00000002 , 0x00004682 
+ 00013593  0x0000288f bbit0  0x00000009 , 0x00003532 
+ 00013594  0x00002890 branch  0x00003521 
+ 00013595  0x00002893 jam  0x00000000 , 0x0000479d 
+ 00013596  0x00002894 branch  0x0000351d 
+ 00013597  0x00002899 fetch  0x00000001 , 0x0000479a 
+ 00013598  0x0000289a rtnne  0x00000001 
+ 00013599  0x0000289b jam  0x00000005 , 0x00004799 
+ 00013600  0x0000289c rtn 
+ 00013601  0x0000289f fetch  0x00000001 , 0x0000479a 
+ 00013602  0x000028a0 pincrease  0x00000001 
+ 00013603  0x000028a1 store  0x00000001 , 0x0000479a 
+ 00013604  0x000028a2 beq  0x00000001 , 0x00003527 
+ 00013605  0x000028a3 beq  0x00000002 , 0x0000352b 
+ 00013606  0x000028a4 rtn 
+ 00013607  0x000028a6 call  0x0000355c 
+ 00013608  0x000028a7 jam  0x00000001 , 0x00004771 
+ 00013609  0x000028a8 arg  0x0000476c , 0x00000013 
+ 00013610  0x000028a9 branch  0x00003544 
+ 00013611  0x000028ab jam  0x00000000 , 0x0000479a 
+ 00013612  0x000028ac jam  0x00000002 , 0x00004771 
+ 00013613  0x000028ad arg  0x0000476c , 0x00000013 
+ 00013614  0x000028ae call  0x00003544 
+ 00013615  0x000028af fetch  0x00000001 , 0x0000479e 
+ 00013616  0x000028b0 beq  0x00000001 , 0x00003551 
+ 00013617  0x000028b1 rtn 
+ 00013618  0x000028b4 fetch  0x00000002 , 0x00004797 
+ 00013619  0x000028b5 store  0x00000002 , 0x00004791 
+ 00013620  0x000028b6 call  0x0000355c 
+ 00013621  0x000028b7 branch  0x0000358f 
+ 00013622  0x000028bb bpatch  0x000000cd , 0x00004019 
+ 00013623  0x000028bc call  0x000036fc 
+ 00013624  0x000028bd ifetch  0x00000001 , 0x00000011 
+ 00013625  0x000028be beq  0x00000003 , 0x0000353c 
+ 00013626  0x000028bf beq  0x00000007 , 0x00003540 
+ 00013627  0x000028c0 rtn 
+ 00013628  0x000028c3 fetch  0x00000001 , 0x0000479e 
+ 00013629  0x000028c4 beq  0x00000000 , 0x00003551 
+ 00013630  0x000028c5 beq  0x00000001 , 0x0000355c 
+ 00013631  0x000028c6 rtn 
+ 00013632  0x000028c9 ifetch  0x00000001 , 0x00000012 
+ 00013633  0x000028ca beq  0x00000001 , 0x00003564 
+ 00013634  0x000028cb beq  0x00000000 , 0x00003569 
+ 00013635  0x000028cc rtn 
+ 00013636  0x000028d4 bpatch  0x000000ce , 0x00004019 
+ 00013637  0x000028d5 fetch  0x00000001 , 0x0000478b 
+ 00013638  0x000028d6 isolate1  0x00000000 , 0x0000003f 
+ 00013639  0x000028d7 nrtn  0x00000001 
+ 00013640  0x000028d8 add  0x00000013 , 0x00000006 , 0x00000006 
+ 00013641  0x000028d9 ifetch  0x00000002 , 0x00000006 
+ 00013642  0x000028da byteswap  0x0000003f , 0x0000003f 
+ 00013643  0x000028db add  0x0000003f , 0x00000005 , 0x00000039 
+ 00013644  0x000028dc add  0x00000013 , 0x00000003 , 0x00000006 
+ 00013645  0x000028dd call  0x000036f0 
+ 00013646  0x000028de istore  0x00000001 , 0x00000006 
+ 00013647  0x000028df copy  0x00000013 , 0x00000011 
+ 00013648  0x000028e0 branch  0x00007e3d 
+ 00013649  0x000028e7 fetch  0x00000001 , 0x00004759 
+ 00013650  0x000028e8 rtn  0x00000034 
+ 00013651  0x000028e9 jam  0x00000001 , 0x0000479e 
+ 00013652  0x000028ea arg  0x000046e9 , 0x00000013 
+ 00013653  0x000028eb call  0x00003582 
+ 00013654  0x000028ec arg  0x000046e2 , 0x00000013 
+ 00013655  0x000028ed call  0x00003584 
+ 00013656  0x000028ee jam  0x00000004 , 0x00004780 
+ 00013657  0x000028ef jam  0x00000001 , 0x00004783 
+ 00013658  0x000028f0 arg  0x0000477b , 0x00000013 
+ 00013659  0x000028f1 branch  0x00003544 
+ 00013660  0x000028f3 fetch  0x00000001 , 0x0000479e 
+ 00013661  0x000028f4 rtn  0x00000034 
+ 00013662  0x000028f5 jam  0x00000000 , 0x0000479e 
+ 00013663  0x000028f6 call  0x00003586 
+ 00013664  0x000028f7 jam  0x00000004 , 0x00004780 
+ 00013665  0x000028f8 jam  0x00000000 , 0x00004783 
+ 00013666  0x000028f9 arg  0x0000477b , 0x00000013 
+ 00013667  0x000028fa branch  0x00003544 
+ 00013668  0x000028fd jam  0x00000001 , 0x0000479f 
+ 00013669  0x000028fe jam  0x00000007 , 0x00004780 
+ 00013670  0x000028ff jam  0x00000001 , 0x00004783 
+ 00013671  0x00002900 arg  0x0000477b , 0x00000013 
+ 00013672  0x00002901 branch  0x00003544 
+ 00013673  0x00002903 jam  0x00000000 , 0x0000479f 
+ 00013674  0x00002904 jam  0x00000007 , 0x00004780 
+ 00013675  0x00002905 jam  0x00000000 , 0x00004783 
+ 00013676  0x00002906 arg  0x0000477b , 0x00000013 
+ 00013677  0x00002907 branch  0x00003544 
+ 00013678  0x00002909 fetch  0x00000001 , 0x0000479f 
+ 00013679  0x0000290a rtn  0x00000034 
+ 00013680  0x0000290b branch  0x00003551 
+ 00013681  0x0000290e ifetch  0x00000002 , 0x00000011 
+ 00013682  0x0000290f store  0x00000002 , 0x0000478b 
+ 00013683  0x00002910 isolate1  0x00000000 , 0x0000003f 
+ 00013684  0x00002911 nrtn  0x00000001 
+ 00013685  0x00002912 fetch  0x00000001 , 0x000047a0 
+ 00013686  0x00002913 rtn  0x00000034 
+ 00013687  0x00002914 jam  0x00000000 , 0x000047a0 
+ 00013688  0x00002915 fetch  0x00000008 , 0x000047b6 
+ 00013689  0x00002916 store  0x00000008 , 0x00004496 
+ 00013690  0x00002917 jam  0x00000002 , 0x00004790 
+ 00013691  0x00002918 call  0x000035af 
+ 00013692  0x00002919 call  0x000035b9 
+ 00013693  0x0000291a jam  0x00000007 , 0x00004780 
+ 00013694  0x0000291b fetch  0x00000001 , 0x0000479f 
+ 00013695  0x0000291c store  0x00000001 , 0x00004783 
+ 00013696  0x0000291d arg  0x0000477b , 0x00000013 
+ 00013697  0x0000291e branch  0x00003544 
+ 00013698  0x00002923 arg  0x00000001 , 0x00000011 
+ 00013699  0x00002924 branch  0x00003585 
+ 00013700  0x00002926 arg  0x00000000 , 0x00000011 
+ 00013701  0x00002928 branch  0x0000358c 
+ 00013702  0x0000292b arg  0x00000000 , 0x00000011 
+ 00013703  0x0000292c call  0x00007d19 
+ 00013704  0x0000292d arg  0x00000001 , 0x00000011 
+ 00013705  0x0000292e call  0x00007d19 
+ 00013706  0x0000292f fetch  0x00000001 , 0x000047a1 
+ 00013707  0x00002930 branch  0x000069d7 
+ 00013708  0x00002933 call  0x00007d04 
+ 00013709  0x00002934 arg  0x00000007 , 0x00000039 
+ 00013710  0x00002935 branch  0x00007d26 
+ 00013711  0x0000293a arg  0x000046b8 , 0x00000013 
+ 00013712  0x0000293b arg  0x0000469a , 0x00000012 
+ 00013713  0x0000293d call  0x00003596 
+ 00013714  0x0000293e call  0x00003584 
+ 00013715  0x0000293f fetch  0x00000002 , 0x00004795 
+ 00013716  0x00002940 store  0x00000002 , 0x00004793 
+ 00013717  0x00002941 branch  0x000033fa 
+ 00013718  0x00002944 ifetch  0x00000002 , 0x00000012 
+ 00013719  0x00002945 store  0x00000002 , 0x00004154 
+ 00013720  0x00002946 ifetch  0x00000002 , 0x00000006 
+ 00013721  0x00002947 store  0x00000002 , 0x00004482 
+ 00013722  0x00002948 rtn 
+ 00013723  0x0000294b arg  0x00000000 , 0x00000011 
+ 00013724  0x0000294c call  0x000069a6 
+ 00013725  0x0000294d fetch  0x00000006 , 0x000047a1 
+ 00013726  0x0000294e store  0x00000006 , 0x00000a9a 
+ 00013727  0x0000294f call  0x000069ae 
+ 00013728  0x00002950 fetch  0x00000001 , 0x000047a1 
+ 00013729  0x00002951 branch  0x000069d7 
+ 00013730  0x00002954 jam  0x00000001 , 0x0000479b 
+ 00013731  0x00002955 rtn 
+ 00013732  0x00002957 jam  0x00000000 , 0x0000479b 
+ 00013733  0x00002958 rtn 
+ 00013734  0x0000295d jam  0x00000000 , 0x0000479c 
+ 00013735  0x0000295e fetch  0x00000001 , 0x000047a1 
+ 00013736  0x0000295f branch  0x000069d7 
+ 00013737  0x00002962 jam  0x00000001 , 0x0000479c 
+ 00013738  0x00002963 fetch  0x00000006 , 0x000047a1 
+ 00013739  0x00002964 store  0x00000006 , 0x00000a9a 
+ 00013740  0x00002965 branch  0x000069ae 
+ 00013741  0x0000296a jam  0x00000000 , 0x0000422d 
+ 00013742  0x0000296b branch  0x000068a8 
+ 00013743  0x0000296e call  0x000068eb 
+ 00013744  0x0000296f call  0x00006908 
+ 00013745  0x00002970 store  0x00000002 , 0x000047b0 
+ 00013746  0x00002971 arg  0x000047aa , 0x00000011 
+ 00013747  0x00002972 call  0x00006930 
+ 00013748  0x00002973 store  0x00000001 , 0x000047a9 
+ 00013749  0x00002974 beq  0x00000000 , 0x000035be 
+ 00013750  0x00002975 sub  0x0000003f , 0x00000064 , 0x0000003e 
+ 00013751  0x00002976 nbranch  0x000035bc , 0x00000002 
+ 00013752  0x00002977 store  0x00000001 , 0x00004783 
+ 00013753  0x00002979 jam  0x00000005 , 0x00004780 
+ 00013754  0x0000297a arg  0x0000477b , 0x00000013 
+ 00013755  0x0000297b branch  0x00003544 
+ 00013756  0x0000297d jam  0x00000064 , 0x00004783 
+ 00013757  0x0000297e branch  0x000035b9 
+ 00013758  0x00002981 branch  0x0000341a 
+ 00013759  0x00002986 rtn  0x0000002b 
+ 00013760  0x00002987 hfetch  0x00000001 , 0x00008081 
+ 00013761  0x00002988 and_into  0x000000f0 , 0x0000003f 
+ 00013762  0x00002989 hstore  0x00000001 , 0x00008081 
+ 00013763  0x0000298a setarg  0x00003631 
+ 00013764  0x0000298b store  0x00000002 , 0x000041eb 
+ 00013765  0x0000298d setarg  0x00003633 
+ 00013766  0x0000298e store  0x00000002 , 0x000041ed 
+ 00013767  0x00002990 setarg  0x0000340a 
+ 00013768  0x00002991 store  0x00000002 , 0x000041f7 
+ 00013769  0x00002993 setarg  0x00003635 
+ 00013770  0x00002994 store  0x00000002 , 0x000041f3 
+ 00013771  0x00002996 setarg  0x0000364b 
+ 00013772  0x00002997 store  0x00000002 , 0x000041f5 
+ 00013773  0x00002999 setarg  0x000033d0 
+ 00013774  0x0000299a store  0x00000002 , 0x000041e9 
+ 00013775  0x0000299c setarg  0x000036f6 
+ 00013776  0x0000299d store  0x00000002 , 0x000041f9 
+ 00013777  0x0000299f setarg  0x0000367a 
+ 00013778  0x000029a0 store  0x00000002 , 0x000041fd 
+ 00013779  0x000029a2 call  0x00002c7a 
+ 00013780  0x000029a3 setarg  0x00003722 
+ 00013781  0x000029a4 add  0x00000013 , 0x000000de , 0x00000005 
+ 00013782  0x000029a5 istore  0x00000002 , 0x00000005 
+ 00013783  0x000029a7 setarg  0x000035ed 
+ 00013784  0x000029a8 store  0x00000002 , 0x0000475b 
+ 00013785  0x000029aa setarg  0x000035ef 
+ 00013786  0x000029ab store  0x00000002 , 0x0000475f 
+ 00013787  0x000029ad bpatch  0x000000cf , 0x00004019 
+ 00013788  0x000029ae call  0x00003628 
+ 00013789  0x000029af call  0x00007e38 
+ 00013790  0x000029b0 jam  0x00000002 , 0x00004172 
+ 00013791  0x000029b1 jam  0x00000000 , 0x000049f6 
+ 00013792  0x000029b2 fetch  0x00000001 , 0x000047cb 
+ 00013793  0x000029b3 store  0x00000001 , 0x0000469a 
+ 00013794  0x000029b4 beq  0x00000000 , 0x000035ee 
+ 00013795  0x000029b5 fetch  0x00000001 , 0x000047cc 
+ 00013796  0x000029b6 store  0x00000001 , 0x00004686 
+ 00013797  0x000029b7 jam  0x00000000 , 0x0000436e 
+ 00013798  0x000029b9 call  0x0000360f 
+ 00013799  0x000029ba call  0x00007cd3 
+ 00013800  0x000029bb call  0x00007cdd 
+ 00013801  0x000029bc jam  0x00000001 , 0x000047f3 
+ 00013802  0x000029bd fetch  0x00000002 , 0x00004682 
+ 00013803  0x000029be rtnbit1  0x0000000c 
+ 00013804  0x000029bf branch  0x0000340a 
+ 00013805  0x000029c2 branch  0x0000360f 
+ 00013806  0x000029c5 jam  0x00000002 , 0x000047f3 
+ 00013807  0x000029c7 jam  0x00000001 , 0x0000436e 
+ 00013808  0x000029c8 call  0x0000360f 
+ 00013809  0x000029c9 arg  0x00000000 , 0x00000011 
+ 00013810  0x000029ca call  0x00007d1e 
+ 00013811  0x000029cc setarg  0x00000020 
+ 00013812  0x000029cd call  0x000046f0 
+ 00013813  0x000029cf arg  0x000043b7 , 0x00000005 
+ 00013814  0x000029d0 fetch  0x00000001 , 0x000044a0 
+ 00013815  0x000029d2 and  0x0000003f , 0x000000f0 , 0x00000002 
+ 00013816  0x000029d3 rshift4  0x00000002 , 0x00000002 
+ 00013817  0x000029d4 call  0x00003609 
+ 00013818  0x000029d5 istoret  0x00000001 , 0x00000005 
+ 00013819  0x000029d6 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00013820  0x000029d7 call  0x00003609 
+ 00013821  0x000029d8 istoret  0x00000001 , 0x00000005 
+ 00013822  0x000029d9 call  0x000057a6 
+ 00013823  0x000029da fetcht  0x00000001 , 0x000043af 
+ 00013824  0x000029db copy  0x00000002 , 0x00000039 
+ 00013825  0x000029dc arg  0x00004372 , 0x00000005 
+ 00013826  0x000029dd arg  0x000043b0 , 0x00000006 
+ 00013827  0x000029de call  0x00007f01 
+ 00013828  0x000029e0 fetcht  0x00000001 , 0x000043af 
+ 00013829  0x000029e1 copy  0x00000002 , 0x00000039 
+ 00013830  0x000029e2 arg  0x00004392 , 0x00000005 
+ 00013831  0x000029e3 arg  0x000043b0 , 0x00000006 
+ 00013832  0x000029e4 branch  0x00007f01 
+ 00013833  0x000029e6 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00013834  0x000029e7 branch  0x0000360d , 0x00000002 
+ 00013835  0x000029e8 add  0x00000002 , 0x00000037 , 0x00000002 
+ 00013836  0x000029e9 rtn 
+ 00013837  0x000029eb add  0x00000002 , 0x00000030 , 0x00000002 
+ 00013838  0x000029ec rtn 
+ 00013839  0x000029ef fetch  0x00000001 , 0x000047c0 
+ 00013840  0x000029f0 bne  0x000000ff , 0x00003621 
+ 00013841  0x000029f2 fetch  0x00000001 , 0x000047be 
+ 00013842  0x000029f3 bne  0x000000ff , 0x00003624 
+ 00013843  0x000029f5 fetch  0x00000001 , 0x000047c9 
+ 00013844  0x000029f6 bne  0x000000ff , 0x00003626 
+ 00013845  0x000029f8 fetch  0x00000001 , 0x0000472c 
+ 00013846  0x000029f9 copy  0x0000003f , 0x00000039 
+ 00013847  0x000029fa setarg  0x0000472d 
+ 00013848  0x000029fb copy  0x0000003f , 0x00000011 
+ 00013849  0x000029fd copy  0x00000011 , 0x00000006 
+ 00013850  0x000029fe ifetch  0x00000001 , 0x00000006 
+ 00013851  0x000029ff copy  0x00000006 , 0x00000011 
+ 00013852  0x00002a00 beq  0x000000ff , 0x0000361f 
+ 00013853  0x00002a01 copy  0x0000003f , 0x00000002 
+ 00013854  0x00002a02 call  0x0000680e 
+ 00013855  0x00002a04 loop  0x00003619 
+ 00013856  0x00002a06 rtn 
+ 00013857  0x00002a08 fetch  0x00000008 , 0x000047c0 
+ 00013858  0x00002a09 store  0x00000008 , 0x0000472f 
+ 00013859  0x00002a0a branch  0x00003611 
+ 00013860  0x00002a0c store  0x00000001 , 0x0000472d 
+ 00013861  0x00002a0d branch  0x00003613 
+ 00013862  0x00002a0f store  0x00000001 , 0x0000472e 
+ 00013863  0x00002a10 branch  0x00003615 
+ 00013864  0x00002a14 arg  0x00000000 , 0x00000011 
+ 00013865  0x00002a15 call  0x000069a6 
+ 00013866  0x00002a16 call  0x000037e4 
+ 00013867  0x00002a17 call  0x00002c7d 
+ 00013868  0x00002a18 branch  0x0000362d 
+ 00013869  0x00002a1b jam  0x00000064 , 0x000047cf 
+ 00013870  0x00002a1c fetch  0x00000001 , 0x000047c9 
+ 00013871  0x00002a1d store  0x00000001 , 0x00004744 
+ 00013872  0x00002a1e branch  0x000068a8 
+ 00013873  0x00002a21 call  0x00006835 
+ 00013874  0x00002a22 branch  0x0000696c 
+ 00013875  0x00002a25 branch  0x0000696c 
+ 00013876  0x00002a2a branch  0x00006978 
+ 00013877  0x00002a2d call  0x00003642 
+ 00013878  0x00002a2e call  0x000037ee 
+ 00013879  0x00002a2f call  0x00003639 
+ 00013880  0x00002a30 branch  0x00003634 
+ 00013881  0x00002a33 fetch  0x00000002 , 0x00004682 
+ 00013882  0x00002a34 rtnbit1  0x00000009 
+ 00013883  0x00002a35 fetch  0x00000001 , 0x000049f6 
+ 00013884  0x00002a36 beq  0x00000001 , 0x0000363e 
+ 00013885  0x00002a37 rtn 
+ 00013886  0x00002a39 fetch  0x00000001 , 0x000047ea 
+ 00013887  0x00002a3a rtneq  0x00000001 
+ 00013888  0x00002a3b jam  0x00000001 , 0x000047ea 
+ 00013889  0x00002a3c branch  0x00003654 
+ 00013890  0x00002a3f fetch  0x00000002 , 0x00004682 
+ 00013891  0x00002a40 rtnbit0  0x00000009 
+ 00013892  0x00002a41 call  0x00005892 
+ 00013893  0x00002a42 nrtn  0x00000034 
+ 00013894  0x00002a43 arg  0x00004718 , 0x00000011 
+ 00013895  0x00002a44 call  0x00007e54 
+ 00013896  0x00002a45 nrtn  0x00000028 
+ 00013897  0x00002a46 arg  0x00004718 , 0x00000006 
+ 00013898  0x00002a47 branch  0x00004746 
+ 00013899  0x00002a4a copy  0x00000013 , 0x0000003f 
+ 00013900  0x00002a4b beq  0x0000002d , 0x00003431 
+ 00013901  0x00002a4c beq  0x00000010 , 0x0000341a 
+ 00013902  0x00002a4d beq  0x00000014 , 0x00003651 
+ 00013903  0x00002a4e beq  0x00000015 , 0x00003660 
+ 00013904  0x00002a4f rtn 
+ 00013905  0x00002a52 setarg  0x00000000 
+ 00013906  0x00002a53 call  0x00003220 
+ 00013907  0x00002a54 branch  0x00003656 
+ 00013908  0x00002a56 fetch  0x00000002 , 0x000047eb 
+ 00013909  0x00002a57 store  0x00000002 , 0x000047ed 
+ 00013910  0x00002a59 jam  0x00000014 , 0x000047ce 
+ 00013911  0x00002a5a jam  0x00000000 , 0x00004091 
+ 00013912  0x00002a5b call  0x000033f8 
+ 00013913  0x00002a5c call  0x00003416 
+ 00013914  0x00002a5d fetch  0x00000001 , 0x000047bd 
+ 00013915  0x00002a5e beq  0x00000001 , 0x0000365e 
+ 00013916  0x00002a60 arg  0x00000000 , 0x00000011 
+ 00013917  0x00002a61 branch  0x00007d14 
+ 00013918  0x00002a63 arg  0x00000000 , 0x00000011 
+ 00013919  0x00002a64 branch  0x00007d19 
+ 00013920  0x00002a67 setarg  0x00000002 
+ 00013921  0x00002a68 call  0x00003220 
+ 00013922  0x00002a6a setarg  0x00000000 
+ 00013923  0x00002a6b store  0x00000005 , 0x0000479c 
+ 00013924  0x00002a6c setarg  0x00000004 
+ 00013925  0x00002a6d call  0x000069d7 
+ 00013926  0x00002a6e setarg  0x00000005 
+ 00013927  0x00002a6f call  0x000069d7 
+ 00013928  0x00002a70 setarg  0x00000014 
+ 00013929  0x00002a71 call  0x000069d7 
+ 00013930  0x00002a72 setarg  0x00000015 
+ 00013931  0x00002a73 call  0x000069d7 
+ 00013932  0x00002a74 setarg  0x00000016 
+ 00013933  0x00002a75 call  0x000069d7 
+ 00013934  0x00002a76 setarg  0x00000007 
+ 00013935  0x00002a77 call  0x000069d7 
+ 00013936  0x00002a78 call  0x00007e38 
+ 00013937  0x00002a79 jam  0x0000000a , 0x0000475e 
+ 00013938  0x00002a7a jam  0x0000000a , 0x00004760 
+ 00013939  0x00002a7b jam  0x0000000a , 0x00004762 
+ 00013940  0x00002a7d jam  0x00000002 , 0x00004172 
+ 00013941  0x00002a7e arg  0x00000000 , 0x00000011 
+ 00013942  0x00002a7f call  0x00007d1e 
+ 00013943  0x00002a81 setarg  0x00000020 
+ 00013944  0x00002a82 call  0x000046f0 
+ 00013945  0x00002a83 branch  0x000033fa 
+ 00013946  0x00002a87 call  0x0000373b 
+ 00013947  0x00002a88 call  0x0000373e 
+ 00013948  0x00002a89 call  0x00003741 
+ 00013949  0x00002a8a call  0x0000337b 
+ 00013950  0x00002a8b call  0x000036c8 
+ 00013951  0x00002a8c call  0x000036a1 
+ 00013952  0x00002a8d call  0x0000368a 
+ 00013953  0x00002a8e call  0x00003683 
+ 00013954  0x00002a8f branch  0x0000368f 
+ 00013955  0x00002a92 arg  0x0000479a , 0x00000013 
+ 00013956  0x00002a93 arg  0x00003686 , 0x00000012 
+ 00013957  0x00002a94 branch  0x0000336d 
+ 00013958  0x00002a96 call  0x00003847 
+ 00013959  0x00002a97 nrtn  0x00000001 
+ 00013960  0x00002a98 jam  0x00000001 , 0x0000479b 
+ 00013961  0x00002a99 rtn 
+ 00013962  0x00002a9c arg  0x000047ed , 0x00000013 
+ 00013963  0x00002a9d arg  0x0000368d , 0x00000012 
+ 00013964  0x00002a9e branch  0x00003374 
+ 00013965  0x00002aa0 jam  0x00000002 , 0x000047ea 
+ 00013966  0x00002aa1 branch  0x00003662 
+ 00013967  0x00002aa4 arg  0x000047f1 , 0x00000013 
+ 00013968  0x00002aa5 arg  0x00003692 , 0x00000012 
+ 00013969  0x00002aa6 branch  0x0000336d 
+ 00013970  0x00002aa8 fetch  0x00000001 , 0x000047f2 
+ 00013971  0x00002aa9 branch  0x0000369e , 0x00000034 
+ 00013972  0x00002aaa jam  0x00000002 , 0x000047f1 
+ 00013973  0x00002aab jam  0x00000000 , 0x000047f2 
+ 00013974  0x00002aac setarg  0x00000a02 
+ 00013975  0x00002aad store  0x00000002 , 0x00004752 
+ 00013976  0x00002aae fetch  0x00000001 , 0x000047b9 
+ 00013977  0x00002aaf beq  0x00000003 , 0x0000369b 
+ 00013978  0x00002ab1 branch  0x00003762 
+ 00013979  0x00002ab3 setarg  0x00000a02 
+ 00013980  0x00002ab4 store  0x00000002 , 0x00004754 
+ 00013981  0x00002ab5 branch  0x00003762 
+ 00013982  0x00002ab7 setarg  0x00000000 
+ 00013983  0x00002ab8 store  0x00000004 , 0x00004752 
+ 00013984  0x00002ab9 branch  0x00003762 
+ 00013985  0x00002abc fetch  0x00000001 , 0x000047c8 
+ 00013986  0x00002abd rtn  0x00000034 
+ 00013987  0x00002abe fetch  0x00000002 , 0x00004682 
+ 00013988  0x00002abf bbit0  0x00000009 , 0x000036c6 
+ 00013989  0x00002ac0 arg  0x000047ce , 0x00000013 
+ 00013990  0x00002ac1 arg  0x000036a8 , 0x00000012 
+ 00013991  0x00002ac2 branch  0x0000336d 
+ 00013992  0x00002ac4 fetch  0x00000001 , 0x000047cd 
+ 00013993  0x00002ac5 store  0x00000001 , 0x000047ce 
+ 00013994  0x00002ac6 fetch  0x00000001 , 0x000047d1 
+ 00013995  0x00002ac7 nrtn  0x00000034 
+ 00013996  0x00002ac9 call  0x000068eb 
+ 00013997  0x00002aca call  0x00006908 
+ 00013998  0x00002acb store  0x00000002 , 0x000047e8 
+ 00013999  0x00002acc arg  0x000047e2 , 0x00000011 
+ 00014000  0x00002acd call  0x00006930 
+ 00014001  0x00002ace fetcht  0x00000001 , 0x000047cf 
+ 00014002  0x00002acf isub  0x00000002 , 0x0000003e 
+ 00014003  0x00002ad0 branch  0x000036b6 , 0x00000002 
+ 00014004  0x00002ad1 store  0x00000001 , 0x000047cf 
+ 00014005  0x00002ad2 copy  0x0000003f , 0x00000002 
+ 00014006  0x00002ad4 storet  0x00000001 , 0x000047d0 
+ 00014007  0x00002ad5 fetch  0x00000001 , 0x000047ca 
+ 00014008  0x00002ad6 isub  0x00000002 , 0x0000003e 
+ 00014009  0x00002ad7 call  0x000036c1 , 0x00000002 
+ 00014010  0x00002ad8 storet  0x00000001 , 0x000047db 
+ 00014011  0x00002ad9 arg  0x00000006 , 0x00000039 
+ 00014012  0x00002ada arg  0x000047d6 , 0x00000006 
+ 00014013  0x00002adb call  0x000036f0 
+ 00014014  0x00002adc store  0x00000001 , 0x000047dc 
+ 00014015  0x00002add arg  0x000047d3 , 0x00000011 
+ 00014016  0x00002ade branch  0x00007e3d 
+ 00014017  0x00002ae0 fetch  0x00000001 , 0x000047d2 
+ 00014018  0x00002ae1 nrtn  0x00000034 
+ 00014019  0x00002ae2 jam  0x00000001 , 0x000047d2 
+ 00014020  0x00002ae3 arg  0x00000001 , 0x00000011 
+ 00014021  0x00002ae4 branch  0x00007d1e 
+ 00014022  0x00002ae6 arg  0x00000001 , 0x00000011 
+ 00014023  0x00002ae7 branch  0x00007d19 
+ 00014024  0x00002aea arg  0x000047a4 , 0x00000013 
+ 00014025  0x00002aeb arg  0x000036cb , 0x00000012 
+ 00014026  0x00002aec branch  0x0000336d 
+ 00014027  0x00002aee jam  0x00000005 , 0x000047a4 
+ 00014028  0x00002aef jam  0x00000000 , 0x000047a6 
+ 00014029  0x00002af0 fetch  0x00000001 , 0x000047a5 
+ 00014030  0x00002af1 beq  0x00000001 , 0x000036ee 
+ 00014031  0x00002af2 beq  0x00000000 , 0x000036ec 
+ 00014032  0x00002af4 arg  0x0000479c , 0x00000006 
+ 00014033  0x00002af5 copy  0x00000006 , 0x00000011 
+ 00014034  0x00002af6 arg  0x00000008 , 0x00000039 
+ 00014035  0x00002af8 copy  0x00000011 , 0x00000006 
+ 00014036  0x00002af9 ifetch  0x00000001 , 0x00000006 
+ 00014037  0x00002afa copy  0x00000006 , 0x00000011 
+ 00014038  0x00002afb beq  0x00000000 , 0x000036e3 
+ 00014039  0x00002afc beq  0x00000001 , 0x000036e6 
+ 00014040  0x00002afd beq  0x00000002 , 0x000036e9 
+ 00014041  0x00002aff fetch  0x00000001 , 0x000047a6 
+ 00014042  0x00002b00 increase  0x00000001 , 0x0000003f 
+ 00014043  0x00002b01 store  0x00000001 , 0x000047a6 
+ 00014044  0x00002b02 loop  0x000036d3 
+ 00014045  0x00002b03 rtn 
+ 00014046  0x00002b05 fetch  0x00000001 , 0x000047a6 
+ 00014047  0x00002b06 arg  0x000047c0 , 0x00000012 
+ 00014048  0x00002b07 iadd  0x00000012 , 0x00000012 
+ 00014049  0x00002b08 ifetcht  0x00000001 , 0x00000012 
+ 00014050  0x00002b09 rtn 
+ 00014051  0x00002b0b call  0x000036de 
+ 00014052  0x00002b0c call  0x00006825 
+ 00014053  0x00002b0d branch  0x000036d9 
+ 00014054  0x00002b0f call  0x000036de 
+ 00014055  0x00002b10 call  0x00006829 
+ 00014056  0x00002b11 branch  0x000036d9 
+ 00014057  0x00002b13 fetch  0x00000001 , 0x000047a5 
+ 00014058  0x00002b14 beq  0x00000001 , 0x000036e3 
+ 00014059  0x00002b15 branch  0x000036e6 
+ 00014060  0x00002b17 jam  0x00000001 , 0x000047a5 
+ 00014061  0x00002b18 branch  0x000036d0 
+ 00014062  0x00002b1a jam  0x00000000 , 0x000047a5 
+ 00014063  0x00002b1b branch  0x000036d0 
+ 00014064  0x00002b20 arg  0x00000000 , 0x00000011 
+ 00014065  0x00002b22 ifetch  0x00000001 , 0x00000006 
+ 00014066  0x00002b23 iadd  0x00000011 , 0x00000011 
+ 00014067  0x00002b24 loop  0x000036f1 
+ 00014068  0x00002b26 and  0x00000011 , 0x000000ff , 0x0000003f 
+ 00014069  0x00002b27 rtn 
+ 00014070  0x00002b2a fetch  0x00000001 , 0x00000477 
+ 00014071  0x00002b2b beq  0x00000012 , 0x000036f9 
+ 00014072  0x00002b2c rtn 
+ 00014073  0x00002b2e fetch  0x00000002 , 0x00000478 
+ 00014074  0x00002b2f beq  0x00000014 , 0x00003710 
+ 00014075  0x00002b30 rtn 
+ 00014076  0x00002b3d bpatch  0x000000d0 , 0x0000401a 
+ 00014077  0x00002b3e ifetch  0x00000005 , 0x00000011 
+ 00014078  0x00002b3f store  0x00000005 , 0x00000b12 
+ 00014079  0x00002b40 fetch  0x00000002 , 0x00000b12 
+ 00014080  0x00002b41 arg  0x00006b5a , 0x00000002 
+ 00014081  0x00002b42 isub  0x00000002 , 0x0000003e 
+ 00014082  0x00002b43 nrtn  0x00000005 
+ 00014083  0x00002b44 fetch  0x00000002 , 0x00000b15 
+ 00014084  0x00002b45 byteswap  0x0000003f , 0x0000003f 
+ 00014085  0x00002b46 store  0x00000002 , 0x00000b15 
+ 00014086  0x00002b47 copy  0x0000003f , 0x00000039 
+ 00014087  0x00002b48 increase  0x00000005 , 0x00000011 
+ 00014088  0x00002b49 copy  0x00000011 , 0x00000006 
+ 00014089  0x00002b4a arg  0x00000b17 , 0x00000005 
+ 00014090  0x00002b4b call  0x00007f01 
+ 00014091  0x00002b4c ifetch  0x00000001 , 0x00000006 
+ 00014092  0x00002b4d store  0x00000001 , 0x00000b21 
+ 00014093  0x00002b4e arg  0x00000b14 , 0x00000011 
+ 00014094  0x00002b4f arg  0x00000b17 , 0x00000012 
+ 00014095  0x00002b50 rtn 
+ 00014096  0x00002b53 setarg  0x00000000 
+ 00014097  0x00002b54 store  0x00000005 , 0x00004752 
+ 00014098  0x00002b55 store  0x00000005 , 0x00004757 
+ 00014099  0x00002b56 call  0x000036fc 
+ 00014100  0x00002b57 copy  0x00000012 , 0x00000006 
+ 00014101  0x00002b58 arg  0x00004752 , 0x00000005 
+ 00014102  0x00002b59 arg  0x0000000a , 0x00000039 
+ 00014103  0x00002b5a call  0x00007f01 
+ 00014104  0x00002b5c bpatch  0x000000d1 , 0x0000401a 
+ 00014105  0x00002b5d ifetch  0x00000001 , 0x00000011 
+ 00014106  0x00002b5e beq  0x00000002 , 0x0000374a 
+ 00014107  0x00002b5f beq  0x00000003 , 0x0000375c 
+ 00014108  0x00002b60 beq  0x00000004 , 0x00003762 
+ 00014109  0x00002b61 beq  0x00000005 , 0x00003762 
+ 00014110  0x00002b62 beq  0x00000006 , 0x000037b1 
+ 00014111  0x00002b63 beq  0x00000007 , 0x00003849 
+ 00014112  0x00002b64 beq  0x00000008 , 0x0000384c 
+ 00014113  0x00002b65 rtn 
+ 00014114  0x00002b68 fetch  0x00000002 , 0x00004682 
+ 00014115  0x00002b69 rtnbit1  0x00000009 
+ 00014116  0x00002b6b fetch  0x00000002 , 0x000047eb 
+ 00014117  0x00002b6c store  0x00000002 , 0x000047ed 
+ 00014118  0x00002b6e jam  0x00000001 , 0x000049f6 
+ 00014119  0x00002b70 setarg  0x0000010c 
+ 00014120  0x00002b71 call  0x000032cd 
+ 00014121  0x00002b72 call  0x00003710 
+ 00014122  0x00002b74 fetch  0x00000001 , 0x00000b14 
+ 00014123  0x00002b75 beq  0x00000004 , 0x0000372e 
+ 00014124  0x00002b76 beq  0x00000005 , 0x0000372e 
+ 00014125  0x00002b77 rtn 
+ 00014126  0x00002b79 fetch  0x00000001 , 0x00004752 
+ 00014127  0x00002b7a ncall  0x00003735 , 0x00000034 
+ 00014128  0x00002b7b fetch  0x00000001 , 0x00004754 
+ 00014129  0x00002b7c ncall  0x00003737 , 0x00000034 
+ 00014130  0x00002b7d fetch  0x00000001 , 0x00004756 
+ 00014131  0x00002b7e ncall  0x00003739 , 0x00000034 
+ 00014132  0x00002b7f rtn 
+ 00014133  0x00002b82 jam  0x00000005 , 0x000049f3 
+ 00014134  0x00002b83 rtn 
+ 00014135  0x00002b85 jam  0x00000005 , 0x000049f4 
+ 00014136  0x00002b86 rtn 
+ 00014137  0x00002b88 jam  0x00000005 , 0x000049f5 
+ 00014138  0x00002b89 rtn 
+ 00014139  0x00002b8c arg  0x000049f3 , 0x00000013 
+ 00014140  0x00002b8d arg  0x00003744 , 0x00000012 
+ 00014141  0x00002b8e branch  0x0000336d 
+ 00014142  0x00002b90 arg  0x000049f4 , 0x00000013 
+ 00014143  0x00002b91 arg  0x00003746 , 0x00000012 
+ 00014144  0x00002b92 branch  0x0000336d 
+ 00014145  0x00002b94 arg  0x000049f5 , 0x00000013 
+ 00014146  0x00002b95 arg  0x00003748 , 0x00000012 
+ 00014147  0x00002b96 branch  0x0000336d 
+ 00014148  0x00002b99 jam  0x00000000 , 0x00004752 
+ 00014149  0x00002b9a branch  0x00003762 
+ 00014150  0x00002b9c jam  0x00000000 , 0x00004754 
+ 00014151  0x00002b9d branch  0x00003762 
+ 00014152  0x00002b9f jam  0x00000000 , 0x00004756 
+ 00014153  0x00002ba0 branch  0x00003762 
+ 00014154  0x00002ba6 call  0x0000374c 
+ 00014155  0x00002ba7 branch  0x0000374f 
+ 00014156  0x00002ba9 fetch  0x00000001 , 0x00004752 
+ 00014157  0x00002baa store  0x00000001 , 0x0000475f 
+ 00014158  0x00002bab branch  0x00003773 
+ 00014159  0x00002bad fetch  0x00000001 , 0x0000475e 
+ 00014160  0x00002bae call  0x00003754 
+ 00014161  0x00002baf fetch  0x00000001 , 0x00004753 
+ 00014162  0x00002bb0 store  0x00000001 , 0x0000475d 
+ 00014163  0x00002bb1 branch  0x00003770 
+ 00014164  0x00002bb3 beq  0x00000002 , 0x00003758 
+ 00014165  0x00002bb4 beq  0x00000003 , 0x0000375a 
+ 00014166  0x00002bb5 store  0x00000001 , 0x0000475e 
+ 00014167  0x00002bb6 rtn 
+ 00014168  0x00002bb8 jam  0x00000005 , 0x0000475e 
+ 00014169  0x00002bb9 rtn 
+ 00014170  0x00002bbb jam  0x0000000a , 0x0000475e 
+ 00014171  0x00002bbc rtn 
+ 00014172  0x00002bbe fetch  0x00000001 , 0x00004752 
+ 00014173  0x00002bbf call  0x00003754 
+ 00014174  0x00002bc0 fetch  0x00000001 , 0x0000475e 
+ 00014175  0x00002bc1 call  0x0000379e 
+ 00014176  0x00002bc2 call  0x000037a1 
+ 00014177  0x00002bc3 branch  0x000069c4 
+ 00014178  0x00002bc6 fetch  0x00000001 , 0x000047f0 
+ 00014179  0x00002bc7 nrtn  0x00000034 
+ 00014180  0x00002bc8 fetch  0x00000006 , 0x00004752 
+ 00014181  0x00002bc9 store  0x00000006 , 0x0000475d 
+ 00014182  0x00002bca fetch  0x00000001 , 0x0000475e 
+ 00014183  0x00002bcb fetcht  0x00000001 , 0x00004760 
+ 00014184  0x00002bcc iand  0x00000002 , 0x0000003f 
+ 00014185  0x00002bcd fetcht  0x00000001 , 0x00004762 
+ 00014186  0x00002bce iand  0x00000002 , 0x0000003f 
+ 00014187  0x00002bcf call  0x00003779 , 0x00000034 
+ 00014188  0x00002bd0 bpatch  0x000000d2 , 0x0000401a 
+ 00014189  0x00002bd1 call  0x00003770 
+ 00014190  0x00002bd2 call  0x00003773 
+ 00014191  0x00002bd3 branch  0x00003776 
+ 00014192  0x00002bd5 arg  0x00004763 , 0x00000012 
+ 00014193  0x00002bd6 arg  0x0000475d , 0x00000006 
+ 00014194  0x00002bd7 branch  0x0000377b 
+ 00014195  0x00002bd9 arg  0x0000476b , 0x00000012 
+ 00014196  0x00002bda arg  0x0000475f , 0x00000006 
+ 00014197  0x00002bdb branch  0x0000377b 
+ 00014198  0x00002bdd arg  0x00004773 , 0x00000012 
+ 00014199  0x00002bde arg  0x00004761 , 0x00000006 
+ 00014200  0x00002bdf branch  0x0000377b 
+ 00014201  0x00002be1 jam  0x00000000 , 0x000047d1 
+ 00014202  0x00002be2 rtn 
+ 00014203  0x00002be5 ifetch  0x00000001 , 0x00000006 
+ 00014204  0x00002be6 beq  0x00000000 , 0x00003787 
+ 00014205  0x00002be7 beq  0x00000001 , 0x00003780 
+ 00014206  0x00002be8 beq  0x00000002 , 0x00003782 
+ 00014207  0x00002be9 rtn 
+ 00014208  0x00002beb jam  0x00000000 , 0x0000477b 
+ 00014209  0x00002bec branch  0x00003783 
+ 00014210  0x00002bee jam  0x00000001 , 0x0000477b 
+ 00014211  0x00002bef ifetch  0x00000001 , 0x00000006 
+ 00014212  0x00002bf0 store  0x00000001 , 0x0000477d 
+ 00014213  0x00002bf1 ifetch  0x00000008 , 0x00000012 
+ 00014214  0x00002bf2 branch  0x0000378c 
+ 00014215  0x00002bf5 ifetch  0x00000001 , 0x00000012 
+ 00014216  0x00002bf6 call  0x000069d7 
+ 00014217  0x00002bf7 increase  0x00000001 , 0x00000012 
+ 00014218  0x00002bf8 ifetch  0x00000001 , 0x00000012 
+ 00014219  0x00002bf9 branch  0x000069d7 
+ 00014220  0x00002bfb store  0x00000008 , 0x0000477e 
+ 00014221  0x00002bfc jam  0x00000001 , 0x000047d1 
+ 00014222  0x00002bfd fetch  0x00000001 , 0x0000477b 
+ 00014223  0x00002bfe beq  0x00000000 , 0x0000379a 
+ 00014224  0x00002c00 fetch  0x00000001 , 0x0000477f 
+ 00014225  0x00002c01 store  0x00000001 , 0x00004780 
+ 00014226  0x00002c02 fetch  0x00000001 , 0x0000477e 
+ 00014227  0x00002c04 call  0x000069d7 
+ 00014228  0x00002c05 fetch  0x00000001 , 0x0000477d 
+ 00014229  0x00002c06 call  0x0000379e 
+ 00014230  0x00002c07 store  0x00000001 , 0x00004785 
+ 00014231  0x00002c08 fetch  0x00000006 , 0x00004780 
+ 00014232  0x00002c09 store  0x00000006 , 0x00000a9a 
+ 00014233  0x00002c0a branch  0x000069ae 
+ 00014234  0x00002c0c fetch  0x00000001 , 0x0000477e 
+ 00014235  0x00002c0d store  0x00000001 , 0x00004780 
+ 00014236  0x00002c0e fetch  0x00000001 , 0x0000477f 
+ 00014237  0x00002c0f branch  0x00003793 
+ 00014238  0x00002c12 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00014239  0x00002c13 add  0x0000003f , 0x00000032 , 0x0000003f 
+ 00014240  0x00002c14 rtn 
+ 00014241  0x00002c16 arg  0x00002ee0 , 0x00000002 
+ 00014242  0x00002c17 imul32  0x00000002 , 0x0000003f 
+ 00014243  0x00002c18 div  0x0000003f , 0x00000064 
+ 00014244  0x00002c19 call  0x00007f86 
+ 00014245  0x00002c1a quotient  0x00000002 
+ 00014246  0x00002c1b copy  0x00000002 , 0x00000011 
+ 00014247  0x00002c1c setarg  0x00002ee0 
+ 00014248  0x00002c1d isub  0x00000002 , 0x00000012 
+ 00014249  0x00002c1e rtn 
+ 00014250  0x00002c22 hfetch  0x00000001 , 0x00008082 
+ 00014251  0x00002c23 set1  0x00000002 , 0x0000003f 
+ 00014252  0x00002c24 hstore  0x00000001 , 0x00008082 
+ 00014253  0x00002c25 setarg  0x0000009e 
+ 00014254  0x00002c26 hstore  0x00000002 , 0x00008068 
+ 00014255  0x00002c27 hstore  0x00000002 , 0x0000806a 
+ 00014256  0x00002c28 rtn 
+ 00014257  0x00002c2b fetch  0x00000001 , 0x000047f0 
+ 00014258  0x00002c2c nrtn  0x00000034 
+ 00014259  0x00002c2d fetch  0x00000002 , 0x00004752 
+ 00014260  0x00002c2e store  0x00000002 , 0x00004787 
+ 00014261  0x00002c2f fetch  0x00000001 , 0x000047ea 
+ 00014262  0x00002c30 bne  0x00000001 , 0x000037b9 
+ 00014263  0x00002c31 fetch  0x00000002 , 0x000044a0 
+ 00014264  0x00002c32 store  0x00000002 , 0x00004787 
+ 00014265  0x00002c34 bpatch  0x000000d3 , 0x0000401a 
+ 00014266  0x00002c35 call  0x000037aa 
+ 00014267  0x00002c36 call  0x000037dc 
+ 00014268  0x00002c37 setarg  0x0000bb80 
+ 00014269  0x00002c38 call  0x00002a8f 
+ 00014270  0x00002c39 call  0x000037e0 
+ 00014271  0x00002c3a setarg  0x00001c20 
+ 00014272  0x00002c3b call  0x00002a8f 
+ 00014273  0x00002c3c arg  0x00000010 , 0x00000039 
+ 00014274  0x00002c3e call  0x000037dc 
+ 00014275  0x00002c3f fetch  0x00000002 , 0x00004787 
+ 00014276  0x00002c40 bbit1  0x00000000 , 0x000037c9 
+ 00014277  0x00002c41 setarg  0x00001c20 
+ 00014278  0x00002c42 call  0x00002a8f 
+ 00014279  0x00002c43 call  0x000037e0 
+ 00014280  0x00002c44 branch  0x000037cc 
+ 00014281  0x00002c47 setarg  0x00003840 
+ 00014282  0x00002c48 call  0x00002a8f 
+ 00014283  0x00002c49 call  0x000037e0 
+ 00014284  0x00002c4b setarg  0x00001c20 
+ 00014285  0x00002c4c call  0x00002a8f 
+ 00014286  0x00002c4d fetch  0x00000002 , 0x00004787 
+ 00014287  0x00002c4e rshift  0x0000003f , 0x0000003f 
+ 00014288  0x00002c4f store  0x00000002 , 0x00004787 
+ 00014289  0x00002c50 loop  0x000037c2 
+ 00014290  0x00002c52 jam  0x00000002 , 0x000047f1 
+ 00014291  0x00002c53 jam  0x00000001 , 0x000047f2 
+ 00014292  0x00002c54 setarg  0x00000a01 
+ 00014293  0x00002c55 store  0x00000002 , 0x00004752 
+ 00014294  0x00002c56 fetch  0x00000001 , 0x000047b9 
+ 00014295  0x00002c57 beq  0x00000003 , 0x000037d9 
+ 00014296  0x00002c59 branch  0x00003762 
+ 00014297  0x00002c5b setarg  0x00000a01 
+ 00014298  0x00002c5c store  0x00000002 , 0x00004754 
+ 00014299  0x00002c5d branch  0x00003762 
+ 00014300  0x00002c60 hfetch  0x00000001 , 0x00008085 
+ 00014301  0x00002c61 or_into  0x00000040 , 0x0000003f 
+ 00014302  0x00002c62 hstore  0x00000001 , 0x00008085 
+ 00014303  0x00002c63 rtn 
+ 00014304  0x00002c65 hfetch  0x00000001 , 0x00008085 
+ 00014305  0x00002c66 and_into  0x000000bf , 0x0000003f 
+ 00014306  0x00002c67 hstore  0x00000001 , 0x00008085 
+ 00014307  0x00002c68 rtn 
+ 00014308  0x00002c6b fetch  0x00000001 , 0x000047bb 
+ 00014309  0x00002c6c rtneq  0x00000000 
+ 00014310  0x00002c6d call  0x00002c65 
+ 00014311  0x00002c6e fetcht  0x00000001 , 0x000047bc 
+ 00014312  0x00002c6f storet  0x00000001 , 0x00004786 
+ 00014313  0x00002c70 call  0x000067fb 
+ 00014314  0x00002c71 call  0x00003847 
+ 00014315  0x00002c72 nrtn  0x00000001 
+ 00014316  0x00002c73 jam  0x00000001 , 0x0000479a 
+ 00014317  0x00002c74 rtn 
+ 00014318  0x00002c77 fetch  0x00000001 , 0x000047bb 
+ 00014319  0x00002c78 rtneq  0x00000000 
+ 00014320  0x00002c79 fetch  0x00000001 , 0x0000479b 
+ 00014321  0x00002c7a nrtn  0x00000034 
+ 00014322  0x00002c7b fetch  0x00000002 , 0x00004682 
+ 00014323  0x00002c7c bbit1  0x00000009 , 0x000037f6 
+ 00014324  0x00002c7d fetch  0x00000001 , 0x000047ea 
+ 00014325  0x00002c7e rtnne  0x00000001 
+ 00014326  0x00002c80 bpatch  0x000000d4 , 0x0000401a 
+ 00014327  0x00002c81 call  0x00003847 
+ 00014328  0x00002c82 nrtn  0x00000001 
+ 00014329  0x00002c83 setarg  0x00008ca0 
+ 00014330  0x00002c84 call  0x00002a8f 
+ 00014331  0x00002c85 call  0x00003847 
+ 00014332  0x00002c86 nrtn  0x00000001 
+ 00014333  0x00002c87 call  0x0000383f 
+ 00014334  0x00002c89 call  0x00003842 
+ 00014335  0x00002c8a nrtn  0x00000002 
+ 00014336  0x00002c8b call  0x00003847 
+ 00014337  0x00002c8c branch  0x000037fe , 0x00000001 
+ 00014338  0x00002c8d arg  0x00000000 , 0x00000011 
+ 00014339  0x00002c8e arg  0x00000010 , 0x00000039 
+ 00014340  0x00002c8f call  0x0000383f 
+ 00014341  0x00002c91 call  0x00003842 
+ 00014342  0x00002c92 nrtn  0x00000002 
+ 00014343  0x00002c93 call  0x00003847 
+ 00014344  0x00002c94 nbranch  0x00003805 , 0x00000001 
+ 00014345  0x00002c95 setarg  0x00002a30 
+ 00014346  0x00002c96 call  0x00002a8f 
+ 00014347  0x00002c97 call  0x00003847 
+ 00014348  0x00002c98 branch  0x00003812 , 0x00000001 
+ 00014349  0x00002c9a setarg  0x00000000 
+ 00014350  0x00002c9b rshift  0x00000011 , 0x00000011 
+ 00014351  0x00002c9c ior  0x00000011 , 0x00000011 
+ 00014352  0x00002c9d loop  0x00003805 
+ 00014353  0x00002c9e branch  0x0000381b 
+ 00014354  0x00002ca0 setarg  0x00008000 
+ 00014355  0x00002ca1 rshift  0x00000011 , 0x00000011 
+ 00014356  0x00002ca2 ior  0x00000011 , 0x00000011 
+ 00014357  0x00002ca3 call  0x0000383f 
+ 00014358  0x00002ca5 call  0x00003842 
+ 00014359  0x00002ca6 nrtn  0x00000002 
+ 00014360  0x00002ca7 call  0x00003847 
+ 00014361  0x00002ca8 branch  0x00003816 , 0x00000001 
+ 00014362  0x00002ca9 loop  0x00003805 
+ 00014363  0x00002cab bpatch  0x000000d5 , 0x0000401a 
+ 00014364  0x00002cac copy  0x00000011 , 0x0000003f 
+ 00014365  0x00002cad store  0x00000002 , 0x00004789 
+ 00014366  0x00002cae store  0x00000002 , 0x00004797 
+ 00014367  0x00002caf fetch  0x00000001 , 0x000047ea 
+ 00014368  0x00002cb0 beq  0x00000001 , 0x00003827 
+ 00014369  0x00002cb2 arg  0x00000007 , 0x00000039 
+ 00014370  0x00002cb3 arg  0x00004792 , 0x00000006 
+ 00014371  0x00002cb4 call  0x000036f0 
+ 00014372  0x00002cb5 store  0x00000001 , 0x00004799 
+ 00014373  0x00002cb6 arg  0x0000478f , 0x00000011 
+ 00014374  0x00002cb7 branch  0x00007e3d 
+ 00014375  0x00002cba fetch  0x00000001 , 0x000047ef 
+ 00014376  0x00002cbb increase  0x00000001 , 0x0000003f 
+ 00014377  0x00002cbc store  0x00000001 , 0x000047ef 
+ 00014378  0x00002cbd div  0x0000003f , 0x00000002 
+ 00014379  0x00002cbe call  0x00007f86 
+ 00014380  0x00002cbf quotient  0x00000002 
+ 00014381  0x00002cc0 remainder  0x0000003f 
+ 00014382  0x00002cc1 nbranch  0x00003838 , 0x00000034 
+ 00014383  0x00002cc3 fetch  0x00000001 , 0x000047bf 
+ 00014384  0x00002cc4 isub  0x00000002 , 0x0000003e 
+ 00014385  0x00002cc5 call  0x0000383d , 0x00000005 
+ 00014386  0x00002cc6 arg  0x0000479c , 0x0000003f 
+ 00014387  0x00002cc7 increase  0xffffffff , 0x00000002 
+ 00014388  0x00002cc8 iadd  0x00000002 , 0x00000011 
+ 00014389  0x00002cc9 arg  0x00000000 , 0x0000003f 
+ 00014390  0x00002cca istore  0x00000001 , 0x00000011 
+ 00014391  0x00002ccb rtn 
+ 00014392  0x00002ccd arg  0x0000479c , 0x0000003f 
+ 00014393  0x00002cce iadd  0x00000002 , 0x00000011 
+ 00014394  0x00002ccf arg  0x00000002 , 0x0000003f 
+ 00014395  0x00002cd0 istore  0x00000001 , 0x00000011 
+ 00014396  0x00002cd1 rtn 
+ 00014397  0x00002cd3 jam  0x00000001 , 0x000047f0 
+ 00014398  0x00002cd4 rtn 
+ 00014399  0x00002cd6 copy  0x00000022 , 0x0000003f 
+ 00014400  0x00002cd7 store  0x00000004 , 0x0000478b 
+ 00014401  0x00002cd8 rtn 
+ 00014402  0x00002cda copy  0x00000022 , 0x0000003f 
+ 00014403  0x00002cdb fetcht  0x00000004 , 0x0000478b 
+ 00014404  0x00002cdc isub  0x00000002 , 0x0000003f 
+ 00014405  0x00002cdd sub  0x0000003f , 0x000000c8 , 0x0000003e 
+ 00014406  0x00002cde rtn 
+ 00014407  0x00002ce1 fetcht  0x00000001 , 0x00004786 
+ 00014408  0x00002ce2 branch  0x0000681d 
+ 00014409  0x00002ce5 fetch  0x00000008 , 0x00004752 
+ 00014410  0x00002ce6 store  0x00000008 , 0x0000479c 
+ 00014411  0x00002ce7 rtn 
+ 00014412  0x00002cea fetch  0x00000001 , 0x000047b9 
+ 00014413  0x00002ceb store  0x00000001 , 0x000047af 
+ 00014414  0x00002cec fetch  0x00000001 , 0x000047ba 
+ 00014415  0x00002ced store  0x00000001 , 0x000047b0 
+ 00014416  0x00002cee fetch  0x00000001 , 0x000047bb 
+ 00014417  0x00002cef store  0x00000001 , 0x000047b1 
+ 00014418  0x00002cf0 arg  0x0000000d , 0x00000039 
+ 00014419  0x00002cf1 arg  0x000047aa , 0x00000006 
+ 00014420  0x00002cf2 call  0x000036f0 
+ 00014421  0x00002cf3 store  0x00000001 , 0x000047b7 
+ 00014422  0x00002cf4 arg  0x000047a7 , 0x00000011 
+ 00014423  0x00002cf5 branch  0x00007e3d 
+ 00014424  0x00002cfc call  0x000065c2 
+ 00014425  0x00002cfd jam  0x0000007a , 0x000046f6 
+ 00014426  0x00002cfe call  0x0000386d 
+ 00014427  0x00002cff call  0x00003867 
+ 00014428  0x00002d00 setarg  0x00003860 
+ 00014429  0x00002d01 store  0x00000002 , 0x000041fd 
+ 00014430  0x00002d02 arg  0x00000000 , 0x00000011 
+ 00014431  0x00002d03 branch  0x000069a6 
+ 00014432  0x00002d06 fetch  0x00000002 , 0x000046a1 
+ 00014433  0x00002d07 rtn  0x00000034 
+ 00014434  0x00002d08 increase  0xffffffff , 0x0000003f 
+ 00014435  0x00002d09 store  0x00000002 , 0x000046a1 
+ 00014436  0x00002d0a rtnne  0x00000000 
+ 00014437  0x00002d0b jam  0x00000000 , 0x000046a0 
+ 00014438  0x00002d0c rtn 
+ 00014439  0x00002d0f bpatch  0x000000d6 , 0x0000401a 
+ 00014440  0x00002d10 fetch  0x00000001 , 0x000046a4 
+ 00014441  0x00002d11 sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00014442  0x00002d12 rtn  0x00000002 
+ 00014443  0x00002d13 jam  0x00000000 , 0x000046a4 
+ 00014444  0x00002d14 rtn 
+ 00014445  0x00002d17 arg  0x000046a4 , 0x00000011 
+ 00014446  0x00002d18 arg  0x00000000 , 0x00000012 
+ 00014447  0x00002d19 arg  0x00000051 , 0x00000002 
+ 00014448  0x00002d1a branch  0x000065df 
+ 00014449  0x00002d1e disable  0x00000028 
+ 00014450  0x00002d1f fetch  0x00000001 , 0x000046a3 
+ 00014451  0x00002d20 copy  0x0000003f , 0x00000039 
+ 00014452  0x00002d22 arg  0x000046a5 , 0x00000011 
+ 00014453  0x00002d23 copy  0x00000013 , 0x00000012 
+ 00014454  0x00002d25 bpatch  0x000000d7 , 0x0000401a 
+ 00014455  0x00002d26 call  0x0000387c 
+ 00014456  0x00002d27 branch  0x00007fe7 , 0x00000005 
+ 00014457  0x00002d29 increase  0x00000004 , 0x00000011 
+ 00014458  0x00002d2a loop  0x00003876 
+ 00014459  0x00002d2b rtn 
+ 00014460  0x00002d2f bpatch  0x000000d8 , 0x0000401b 
+ 00014461  0x00002d30 ifetch  0x00000003 , 0x00000011 
+ 00014462  0x00002d31 ifetcht  0x00000003 , 0x00000012 
+ 00014463  0x00002d32 isub  0x00000002 , 0x0000003e 
+ 00014464  0x00002d33 rtn 
+ 00014465  0x00002d36 bpatch  0x000000d9 , 0x0000401b 
+ 00014466  0x00002d37 ifetch  0x00000003 , 0x00000011 
+ 00014467  0x00002d38 ifetcht  0x00000003 , 0x00000012 
+ 00014468  0x00002d39 isub  0x00000002 , 0x0000003e 
+ 00014469  0x00002d3a nrtn  0x00000005 
+ 00014470  0x00002d3b ifetch  0x00000001 , 0x00000006 
+ 00014471  0x00002d3c sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00014472  0x00002d3d rtn  0x00000005 
+ 00014473  0x00002d3e add  0x00000011 , 0x00000003 , 0x00000006 
+ 00014474  0x00002d3f ifetcht  0x00000001 , 0x00000006 
+ 00014475  0x00002d40 isub  0x00000002 , 0x0000003e 
+ 00014476  0x00002d41 rtn 
+ 00014477  0x00002d45 bpatch  0x000000da , 0x0000401b 
+ 00014478  0x00002d46 disable  0x00000028 
+ 00014479  0x00002d47 fetch  0x00000001 , 0x000046a3 
+ 00014480  0x00002d48 copy  0x0000003f , 0x00000039 
+ 00014481  0x00002d4a arg  0x000046a5 , 0x00000011 
+ 00014482  0x00002d4b copy  0x00000013 , 0x00000012 
+ 00014483  0x00002d4d call  0x00003881 
+ 00014484  0x00002d4e branch  0x00007fe7 , 0x00000005 
+ 00014485  0x00002d4f increase  0x00000004 , 0x00000011 
+ 00014486  0x00002d50 loop  0x00003893 
+ 00014487  0x00002d51 rtn 
+ 00014488  0x00002d55 fetch  0x00000001 , 0x00000004 
+ 00014489  0x00002d56 increase  0x00000001 , 0x0000003f 
+ 00014490  0x00002d57 store  0x00000001 , 0x00000004 
+ 00014491  0x00002d58 arg  0x000002e5 , 0x00000013 
+ 00014492  0x00002d5b ifetch  0x00000002 , 0x00000013 
+ 00014493  0x00002d5c arg  0x000055aa , 0x00000002 
+ 00014494  0x00002d5d isub  0x00000002 , 0x0000003e 
+ 00014495  0x00002d5e nrtn  0x00000005 
+ 00014496  0x00002d5f copy  0x00000006 , 0x00000013 
+ 00014497  0x00002d60 ifetcht  0x00000003 , 0x00000013 
+ 00014498  0x00002d61 setarg  0x00ffffff 
+ 00014499  0x00002d62 isub  0x00000002 , 0x0000003e 
+ 00014500  0x00002d63 branch  0x000038a8 , 0x00000005 
+ 00014501  0x00002d64 call  0x0000388d 
+ 00014502  0x00002d65 branch  0x000038a8 , 0x00000028 
+ 00014503  0x00002d66 rtn 
+ 00014504  0x00002d69 bpatch  0x000000db , 0x0000401b 
+ 00014505  0x00002d6a increase  0x00000004 , 0x00000013 
+ 00014506  0x00002d6b ifetch  0x00000001 , 0x00000013 
+ 00014507  0x00002d6c fetcht  0x00000001 , 0x000046f6 
+ 00014508  0x00002d6d isub  0x00000002 , 0x0000003e 
+ 00014509  0x00002d6e rtn  0x00000005 
+ 00014510  0x00002d6f store  0x00000001 , 0x000046f6 
+ 00014511  0x00002d70 fetch  0x00000001 , 0x00000003 
+ 00014512  0x00002d71 increase  0x00000001 , 0x0000003f 
+ 00014513  0x00002d72 store  0x00000001 , 0x00000003 
+ 00014514  0x00002d74 increase  0x00000001 , 0x00000013 
+ 00014515  0x00002d75 ifetch  0x00000001 , 0x00000013 
+ 00014516  0x00002d76 store  0x00000001 , 0x000046f5 
+ 00014517  0x00002d77 copy  0x0000003f , 0x00000039 
+ 00014518  0x00002d78 rtn  0x00000034 
+ 00014519  0x00002d7a ifetch  0x00000001 , 0x00000006 
+ 00014520  0x00002d7b beq  0x00000000 , 0x000038c2 
+ 00014521  0x00002d7c beq  0x00000001 , 0x000038cf 
+ 00014522  0x00002d7d beq  0x00000002 , 0x000038d4 
+ 00014523  0x00002d7e beq  0x00000003 , 0x000038d9 
+ 00014524  0x00002d7f beq  0x00000004 , 0x000038de 
+ 00014525  0x00002d80 beq  0x00000005 , 0x000038e3 
+ 00014526  0x00002d81 beq  0x00000006 , 0x000038e8 
+ 00014527  0x00002d82 beq  0x000000ff , 0x000038ea 
+ 00014528  0x00002d83 loop  0x000038b7 
+ 00014529  0x00002d84 rtn 
+ 00014530  0x00002d87 copy  0x00000006 , 0x00000013 
+ 00014531  0x00002d88 fetch  0x00000001 , 0x0000469a 
+ 00014532  0x00002d89 store  0x00000001 , 0x00000a9a 
+ 00014533  0x00002d8a arg  0x00000000 , 0x00000002 
+ 00014534  0x00002d8c storet  0x00000001 , 0x00000a9b 
+ 00014535  0x00002d8d setarg  0x00002710 
+ 00014536  0x00002d8e store  0x00000003 , 0x00000a9c 
+ 00014537  0x00002d8f ifetch  0x00000001 , 0x00000013 
+ 00014538  0x00002d90 store  0x00000001 , 0x00000a9f 
+ 00014539  0x00002d91 call  0x000069ae 
+ 00014540  0x00002d92 and  0x00000013 , 0x00000001 , 0x00000006 
+ 00014541  0x00002d93 loop  0x000038b7 
+ 00014542  0x00002d94 rtn 
+ 00014543  0x00002d96 copy  0x00000013 , 0x00000006 
+ 00014544  0x00002d97 fetch  0x00000001 , 0x0000469b 
+ 00014545  0x00002d98 store  0x00000001 , 0x00000a9a 
+ 00014546  0x00002d99 arg  0x00000001 , 0x00000002 
+ 00014547  0x00002d9a branch  0x000038c6 
+ 00014548  0x00002d9c copy  0x00000013 , 0x00000006 
+ 00014549  0x00002d9d fetch  0x00000001 , 0x0000469c 
+ 00014550  0x00002d9e store  0x00000001 , 0x00000a9a 
+ 00014551  0x00002d9f arg  0x00000002 , 0x00000002 
+ 00014552  0x00002da0 branch  0x000038c6 
+ 00014553  0x00002da2 copy  0x00000013 , 0x00000006 
+ 00014554  0x00002da3 fetch  0x00000001 , 0x0000469d 
+ 00014555  0x00002da4 store  0x00000001 , 0x00000a9a 
+ 00014556  0x00002da5 arg  0x00000003 , 0x00000002 
+ 00014557  0x00002da6 branch  0x000038c6 
+ 00014558  0x00002da8 copy  0x00000013 , 0x00000006 
+ 00014559  0x00002da9 fetch  0x00000001 , 0x0000469e 
+ 00014560  0x00002daa store  0x00000001 , 0x00000a9a 
+ 00014561  0x00002dab arg  0x00000004 , 0x00000002 
+ 00014562  0x00002dac branch  0x000038c6 
+ 00014563  0x00002dae copy  0x00000013 , 0x00000006 
+ 00014564  0x00002daf fetch  0x00000001 , 0x0000469f 
+ 00014565  0x00002db0 store  0x00000001 , 0x00000a9a 
+ 00014566  0x00002db1 arg  0x00000005 , 0x00000002 
+ 00014567  0x00002db2 branch  0x000038c6 
+ 00014568  0x00002db5 ifetch  0x00000001 , 0x00000006 
+ 00014569  0x00002db6 rtn 
+ 00014570  0x00002db9 copy  0x00000006 , 0x00000013 
+ 00014571  0x00002dba fetch  0x00000001 , 0x000046a0 
+ 00014572  0x00002dbb bne  0x00000001 , 0x000038ee 
+ 00014573  0x00002dbc call  0x000038f0 
+ 00014574  0x00002dbe and  0x00000013 , 0x00000004 , 0x00000006 
+ 00014575  0x00002dbf rtn 
+ 00014576  0x00002dc1 bpatch  0x000000dc , 0x0000401b 
+ 00014577  0x00002dc2 call  0x00003871 
+ 00014578  0x00002dc3 branch  0x000038fe , 0x00000028 
+ 00014579  0x00002dc4 fetch  0x00000001 , 0x000046a4 
+ 00014580  0x00002dc5 copy  0x0000003f , 0x00000002 
+ 00014581  0x00002dc6 increase  0x00000001 , 0x0000003f 
+ 00014582  0x00002dc7 store  0x00000001 , 0x000046a4 
+ 00014583  0x00002dc8 call  0x00003867 
+ 00014584  0x00002dc9 lshift2  0x00000002 , 0x00000002 
+ 00014585  0x00002dca setarg  0x000046a5 
+ 00014586  0x00002dcb iadd  0x00000002 , 0x00000005 
+ 00014587  0x00002dcc ifetch  0x00000004 , 0x00000013 
+ 00014588  0x00002dcd istore  0x00000004 , 0x00000005 
+ 00014589  0x00002dce branch  0x00003903 
+ 00014590  0x00002dd0 add  0x00000013 , 0x00000003 , 0x00000006 
+ 00014591  0x00002dd1 ifetch  0x00000001 , 0x00000006 
+ 00014592  0x00002dd2 rtn  0x00000034 
+ 00014593  0x00002dd3 ifetch  0x00000004 , 0x00000013 
+ 00014594  0x00002dd4 istore  0x00000004 , 0x00000011 
+ 00014595  0x00002dd6 arg  0x000046a4 , 0x00000011 
+ 00014596  0x00002dd7 arg  0x00000000 , 0x00000012 
+ 00014597  0x00002dd8 arg  0x00000051 , 0x00000002 
+ 00014598  0x00002dd9 branch  0x00006606 
+ 00014599  0x00002de1 fetcht  0x00000001 , 0x0000469a 
+ 00014600  0x00002de2 call  0x00006825 
+ 00014601  0x00002de3 rtn 
+ 00014602  0x00002de9 fetcht  0x00000001 , 0x0000469a 
+ 00014603  0x00002dea call  0x00006829 
+ 00014604  0x00002ded fetcht  0x00000001 , 0x0000469a 
+ 00014605  0x00002dee call  0x00006825 
+ 00014606  0x00002df1 call  0x0000391d 
+ 00014607  0x00002df3 fetch  0x00000001 , 0x000046a7 
+ 00014608  0x00002df4 nrtn  0x00000034 
+ 00014609  0x00002df6 call  0x00002c29 
+ 00014610  0x00002df7 hfetch  0x00000004 , 0x00008138 
+ 00014611  0x00002df8 set0  0x0000000f , 0x0000003f 
+ 00014612  0x00002df9 hstore  0x00000004 , 0x0000804c 
+ 00014613  0x00002dfa call  0x00002c21 
+ 00014614  0x00002dfb arg  0xffffffff , 0x00000002 
+ 00014615  0x00002dfc branch  0x00002b2a 
+ 00014616  0x00002dff fetch  0x00000001 , 0x000046a7 
+ 00014617  0x00002e00 branch  0x000056f9 , 0x00000034 
+ 00014618  0x00002e01 increase  0xffffffff , 0x0000003f 
+ 00014619  0x00002e02 store  0x00000001 , 0x000046a7 
+ 00014620  0x00002e03 branch  0x000056f9 
+ 00014621  0x00002e06 mul32  0x0000003f , 0x00000014 , 0x0000003f 
+ 00014622  0x00002e07 arg  0x000046a8 , 0x00000006 
+ 00014623  0x00002e08 iadd  0x00000006 , 0x00000006 
+ 00014624  0x00002e09 ifetch  0x00000001 , 0x00000006 
+ 00014625  0x00002e0a rtn  0x00000034 
+ 00014626  0x00002e0b copy  0x0000003f , 0x00000011 
+ 00014627  0x00002e0c copy  0x00000011 , 0x00000039 
+ 00014628  0x00002e0d arg  0x00004372 , 0x00000005 
+ 00014629  0x00002e0e call  0x00007f01 
+ 00014630  0x00002e0f copy  0x00000011 , 0x0000003f 
+ 00014631  0x00002e10 increase  0x00000002 , 0x0000003f 
+ 00014632  0x00002e11 store  0x00000001 , 0x0000436f 
+ 00014633  0x00002e12 rtn 
+ 00014634  0x00002e1b rtn  0x0000002b 
+ 00014635  0x00002e1c call  0x000057a3 
+ 00014636  0x00002e1d call  0x000068a8 
+ 00014637  0x00002e1e setarg  0x00003982 
+ 00014638  0x00002e1f store  0x00000002 , 0x000041f3 
+ 00014639  0x00002e20 setarg  0x0000396e 
+ 00014640  0x00002e21 store  0x00000002 , 0x000041f1 
+ 00014641  0x00002e22 setarg  0x00003986 
+ 00014642  0x00002e23 store  0x00000002 , 0x000041f5 
+ 00014643  0x00002e24 setarg  0x0000396d 
+ 00014644  0x00002e25 store  0x00000002 , 0x000041ef 
+ 00014645  0x00002e26 setarg  0x00003969 
+ 00014646  0x00002e27 store  0x00000002 , 0x000041e9 
+ 00014647  0x00002e28 setarg  0x00003ab7 
+ 00014648  0x00002e29 store  0x00000002 , 0x000041fb 
+ 00014649  0x00002e2a setarg  0x00003c32 
+ 00014650  0x00002e2b store  0x00000002 , 0x0000456f 
+ 00014651  0x00002e2c setarg  0x00003cc2 
+ 00014652  0x00002e2d store  0x00000002 , 0x000041f9 
+ 00014653  0x00002e2e setarg  0x00003cd7 
+ 00014654  0x00002e2f store  0x00000002 , 0x000041fd 
+ 00014655  0x00002e31 call  0x0000397f 
+ 00014656  0x00002e32 bpatch  0x000000dd , 0x0000401b 
+ 00014657  0x00002e33 call  0x00003945 
+ 00014658  0x00002e34 call  0x00003964 
+ 00014659  0x00002e35 call  0x00002c6f 
+ 00014660  0x00002e36 branch  0x00003c48 
+ 00014661  0x00002e3a fetch  0x00000004 , 0x000046aa 
+ 00014662  0x00002e3b hstore  0x00000004 , 0x00008054 
+ 00014663  0x00002e3d fetch  0x00000004 , 0x000046ae 
+ 00014664  0x00002e3e hstore  0x00000004 , 0x0000805a 
+ 00014665  0x00002e40 hfetch  0x00000001 , 0x00008081 
+ 00014666  0x00002e41 or_into  0x00000004 , 0x0000003f 
+ 00014667  0x00002e42 and_into  0x000000fc , 0x0000003f 
+ 00014668  0x00002e43 hstore  0x00000001 , 0x00008081 
+ 00014669  0x00002e44 jam  0x00000000 , 0x00008062 
+ 00014670  0x00002e46 fetch  0x00000002 , 0x000046aa 
+ 00014671  0x00002e47 hstore  0x00000002 , 0x00008058 
+ 00014672  0x00002e48 fetch  0x00000002 , 0x000046ae 
+ 00014673  0x00002e49 hstore  0x00000002 , 0x0000805e 
+ 00014674  0x00002e4a hstore  0x00000002 , 0x00008060 
+ 00014675  0x00002e4c hfetch  0x00000004 , 0x00008078 
+ 00014676  0x00002e4d set1  0x00000007 , 0x0000003f 
+ 00014677  0x00002e4e hstore  0x00000004 , 0x00008078 
+ 00014678  0x00002e50 hfetch  0x00000002 , 0x00008050 
+ 00014679  0x00002e51 set0  0x0000000f , 0x0000003f 
+ 00014680  0x00002e52 hstore  0x00000002 , 0x00008050 
+ 00014681  0x00002e53 call  0x000066ce 
+ 00014682  0x00002e54 jam  0x00000000 , 0x00008043 
+ 00014683  0x00002e55 jam  0x00000081 , 0x00008062 
+ 00014684  0x00002e57 fetch  0x00000001 , 0x000046bf 
+ 00014685  0x00002e58 isolate1  0x00000000 , 0x0000003f 
+ 00014686  0x00002e59 hfetcht  0x00000001 , 0x00008062 
+ 00014687  0x00002e5a setflag  0x00000001 , 0x00000004 , 0x00000002 
+ 00014688  0x00002e5b hstoret  0x00000001 , 0x00008062 
+ 00014689  0x00002e5c rtn 
+ 00014690  0x00002e61 call  0x0000397f 
+ 00014691  0x00002e62 branch  0x00003945 
+ 00014692  0x00002e6a fetcht  0x00000001 , 0x0000469e 
+ 00014693  0x00002e6b call  0x0000680e 
+ 00014694  0x00002e6c call  0x000039e6 
+ 00014695  0x00002e6e fetcht  0x00000001 , 0x0000469c 
+ 00014696  0x00002e6f branch  0x000067fb 
+ 00014697  0x00002e72 fetcht  0x00000001 , 0x0000469c 
+ 00014698  0x00002e73 call  0x0000681d 
+ 00014699  0x00002e74 nbranch  0x000033d2 , 0x00000001 
+ 00014700  0x00002e75 branch  0x000033d0 
+ 00014701  0x00002e79 rtn 
+ 00014702  0x00002e7c call  0x00003970 
+ 00014703  0x00002e7d branch  0x00003ce9 
+ 00014704  0x00002e80 fetch  0x00000001 , 0x00004682 
+ 00014705  0x00002e81 bbit0  0x00000004 , 0x0000397f 
+ 00014706  0x00002e82 bpatch  0x000000de , 0x0000401b 
+ 00014707  0x00002e83 setarg  0x00003eff 
+ 00014708  0x00002e84 fetcht  0x00000004 , 0x000046c5 
+ 00014709  0x00002e85 iadd  0x00000002 , 0x00000002 
+ 00014710  0x00002e86 copy  0x00000022 , 0x0000003f 
+ 00014711  0x00002e87 isub  0x00000002 , 0x0000003e 
+ 00014712  0x00002e88 nrtn  0x00000002 
+ 00014713  0x00002e89 fetch  0x00000002 , 0x00004682 
+ 00014714  0x00002e8a bbit1  0x00000005 , 0x0000397f 
+ 00014715  0x00002e8b fetch  0x00000001 , 0x000046bf 
+ 00014716  0x00002e8c rtnbit1  0x00000006 
+ 00014717  0x00002e8d call  0x00003cec 
+ 00014718  0x00002e8e call  0x0000340e 
+ 00014719  0x00002e90 copy  0x00000022 , 0x0000003f 
+ 00014720  0x00002e91 store  0x00000004 , 0x000046c5 
+ 00014721  0x00002e92 rtn 
+ 00014722  0x00002e96 call  0x00003ce9 
+ 00014723  0x00002e97 call  0x0000526e 
+ 00014724  0x00002e98 nrtn  0x00000034 
+ 00014725  0x00002e99 branch  0x000039eb 
+ 00014726  0x00002e9d copy  0x00000013 , 0x0000003f 
+ 00014727  0x00002e9e beq  0x00000001 , 0x000039d4 
+ 00014728  0x00002e9f beq  0x00000002 , 0x000039a3 
+ 00014729  0x00002ea0 beq  0x00000004 , 0x000039d7 
+ 00014730  0x00002ea1 beq  0x00000005 , 0x000039c4 
+ 00014731  0x00002ea2 beq  0x00000008 , 0x000039aa 
+ 00014732  0x00002ea3 beq  0x00000009 , 0x000039b1 
+ 00014733  0x00002ea4 beq  0x0000000a , 0x000039c9 
+ 00014734  0x00002ea5 beq  0x0000000b , 0x000039b6 
+ 00014735  0x00002ea6 beq  0x0000000c , 0x000039c2 
+ 00014736  0x00002ea7 beq  0x00000013 , 0x000039d7 
+ 00014737  0x00002ea8 beq  0x00000014 , 0x000039cf 
+ 00014738  0x00002ea9 beq  0x00000015 , 0x000039c6 
+ 00014739  0x00002eaa beq  0x00000021 , 0x000039ca 
+ 00014740  0x00002eab beq  0x00000023 , 0x000039cb 
+ 00014741  0x00002eac beq  0x00000024 , 0x000039ce 
+ 00014742  0x00002ead beq  0x00000030 , 0x00003c8a 
+ 00014743  0x00002eae beq  0x00000031 , 0x00003c8c 
+ 00014744  0x00002eaf beq  0x00000032 , 0x00003c9a 
+ 00014745  0x00002eb0 beq  0x00000033 , 0x00003c98 
+ 00014746  0x00002eb1 beq  0x00000034 , 0x00003c84 
+ 00014747  0x00002eb2 beq  0x00000035 , 0x00003c73 
+ 00014748  0x00002eb3 beq  0x00000036 , 0x00003c82 
+ 00014749  0x00002eb4 beq  0x00000037 , 0x00003c8e 
+ 00014750  0x00002eb5 beq  0x00000038 , 0x00003c90 
+ 00014751  0x00002eb6 beq  0x0000003b , 0x00003ca1 
+ 00014752  0x00002eb7 beq  0x0000003d , 0x00003c6a 
+ 00014753  0x00002eb8 beq  0x00000041 , 0x000039d9 
+ 00014754  0x00002eb9 rtn 
+ 00014755  0x00002ebd call  0x0000397f 
+ 00014756  0x00002ebe fetch  0x00000001 , 0x00004665 
+ 00014757  0x00002ebf ncall  0x00003c8e , 0x00000034 
+ 00014758  0x00002ec0 call  0x000039d7 
+ 00014759  0x00002ec1 fetch  0x00000002 , 0x00004682 
+ 00014760  0x00002ec2 rtnbit0  0x00000004 
+ 00014761  0x00002ec3 branch  0x000039b1 
+ 00014762  0x00002ec6 fetch  0x00000002 , 0x00004682 
+ 00014763  0x00002ec7 set1  0x00000004 , 0x0000003f 
+ 00014764  0x00002ec8 store  0x00000002 , 0x00004682 
+ 00014765  0x00002ec9 fetch  0x00000001 , 0x000046a7 
+ 00014766  0x00002eca store  0x00000001 , 0x00004172 
+ 00014767  0x00002ecb call  0x000039e6 
+ 00014768  0x00002ecc branch  0x00003c1d 
+ 00014769  0x00002ed1 fetch  0x00000002 , 0x00004682 
+ 00014770  0x00002ed2 rtnbit0  0x00000004 
+ 00014771  0x00002ed3 set0  0x00000004 , 0x0000003f 
+ 00014772  0x00002ed4 store  0x00000002 , 0x00004682 
+ 00014773  0x00002ed5 branch  0x00003c21 
+ 00014774  0x00002edb call  0x0000397f 
+ 00014775  0x00002ede fetch  0x00000002 , 0x00004042 
+ 00014776  0x00002edf rshift  0x0000003f , 0x0000003f 
+ 00014777  0x00002ee0 fetcht  0x00000002 , 0x000041e3 
+ 00014778  0x00002ee1 isub  0x00000002 , 0x0000003e 
+ 00014779  0x00002ee2 nbranch  0x000039bd , 0x00000005 
+ 00014780  0x00002ee3 branch  0x00003416 
+ 00014781  0x00002ee5 fetch  0x00000001 , 0x000046bf 
+ 00014782  0x00002ee6 rtnbit1  0x00000005 
+ 00014783  0x00002ee7 hfetch  0x00000002 , 0x00008112 
+ 00014784  0x00002ee8 ncall  0x00003cf0 , 0x00000034 
+ 00014785  0x00002ee9 branch  0x0000340c 
+ 00014786  0x00002eec call  0x00003cee 
+ 00014787  0x00002eed branch  0x00003418 
+ 00014788  0x00002ef0 call  0x0000397f 
+ 00014789  0x00002ef1 branch  0x000039dd 
+ 00014790  0x00002ef4 call  0x00005816 
+ 00014791  0x00002ef5 call  0x000039d7 
+ 00014792  0x00002ef6 branch  0x00003c23 
+ 00014793  0x00002ef9 branch  0x000033dd 
+ 00014794  0x00002efd branch  0x00003cee 
+ 00014795  0x00002f01 fetch  0x00000001 , 0x000046bf 
+ 00014796  0x00002f02 bbit0  0x00000005 , 0x0000340e 
+ 00014797  0x00002f03 branch  0x00003cf2 
+ 00014798  0x00002f07 branch  0x00003cf2 
+ 00014799  0x00002f0b call  0x000058ba 
+ 00014800  0x00002f0c call  0x000039dd 
+ 00014801  0x00002f0d fetch  0x00000001 , 0x000046a8 
+ 00014802  0x00002f0e store  0x00000001 , 0x00004172 
+ 00014803  0x00002f0f branch  0x00003c1f 
+ 00014804  0x00002f13 jam  0x00000000 , 0x00004661 
+ 00014805  0x00002f14 call  0x00003cee 
+ 00014806  0x00002f15 branch  0x00003cf2 
+ 00014807  0x00002f1a call  0x00003a52 
+ 00014808  0x00002f1b branch  0x000039db 
+ 00014809  0x00002f1f call  0x00005cc9 
+ 00014810  0x00002f20 branch  0x00005b02 
+ 00014811  0x00002f24 fetcht  0x00000001 , 0x0000469e 
+ 00014812  0x00002f25 branch  0x00006829 
+ 00014813  0x00002f28 call  0x000039df 
+ 00014814  0x00002f29 branch  0x000039e6 
+ 00014815  0x00002f2c fetch  0x00000001 , 0x000046a1 
+ 00014816  0x00002f2d isolate1  0x00000000 , 0x0000003f 
+ 00014817  0x00002f2e call  0x000033f0 , 0x00000001 
+ 00014818  0x00002f2f fetch  0x00000001 , 0x000046a1 
+ 00014819  0x00002f30 isolate1  0x00000001 , 0x0000003f 
+ 00014820  0x00002f31 call  0x000033f8 , 0x00000001 
+ 00014821  0x00002f32 rtn 
+ 00014822  0x00002f34 fetcht  0x00000001 , 0x0000469e 
+ 00014823  0x00002f35 branch  0x00006825 
+ 00014824  0x00002f38 fetch  0x00000001 , 0x0000456b 
+ 00014825  0x00002f39 rtneq  0x00000000 
+ 00014826  0x00002f3a branch  0x00006c28 
+ 00014827  0x00002f3d hfetch  0x00000001 , 0x0000810c 
+ 00014828  0x00002f3e bbit1  0x00000003 , 0x000039e8 
+ 00014829  0x00002f3f call  0x000066cb 
+ 00014830  0x00002f40 ifetch  0x00000001 , 0x00000003 
+ 00014831  0x00002f41 bne  0x00000001 , 0x00003a01 
+ 00014832  0x00002f42 hfetch  0x00000002 , 0x00008112 
+ 00014833  0x00002f43 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00014834  0x00002f44 rtn  0x00000002 
+ 00014835  0x00002f45 ifetch  0x00000001 , 0x00000003 
+ 00014836  0x00002f46 store  0x00000001 , 0x00000b03 
+ 00014837  0x00002f47 ifetcht  0x00000001 , 0x00000003 
+ 00014838  0x00002f48 copy  0x00000003 , 0x00000011 
+ 00014839  0x00002f49 storet  0x00000001 , 0x00000b04 
+ 00014840  0x00002f4a add  0x00000002 , 0x00000003 , 0x00000002 
+ 00014841  0x00002f4b hfetch  0x00000002 , 0x00008112 
+ 00014842  0x00002f4c isub  0x00000002 , 0x00000002 
+ 00014843  0x00002f4d nrtn  0x00000002 
+ 00014844  0x00002f4e jam  0x00000001 , 0x00000b05 
+ 00014845  0x00002f4f call  0x00003a17 
+ 00014846  0x00002f50 fetch  0x00000001 , 0x00000b05 
+ 00014847  0x00002f51 rtneq  0x00000000 
+ 00014848  0x00002f52 branch  0x00003a12 
+ 00014849  0x00002f55 call  0x00007ec1 
+ 00014850  0x00002f56 call  0x00003c79 
+ 00014851  0x00002f57 branch  0x00003a04 
+ 00014852  0x00002f5b bpatch  0x000000df , 0x0000401b 
+ 00014853  0x00002f5c hfetch  0x00000002 , 0x00008112 
+ 00014854  0x00002f5d rtn  0x00000034 
+ 00014855  0x00002f5e call  0x000066cb 
+ 00014856  0x00002f5f ifetch  0x00000001 , 0x00000003 
+ 00014857  0x00002f60 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00014858  0x00002f61 ncall  0x00003a16 , 0x00000005 
+ 00014859  0x00002f62 nbranch  0x00003a04 , 0x00000005 
+ 00014860  0x00002f63 ifetch  0x00000001 , 0x00000003 
+ 00014861  0x00002f64 rtneq  0x00000005 
+ 00014862  0x00002f65 rtneq  0x00000029 
+ 00014863  0x00002f66 increase  0xffffffff , 0x00000003 
+ 00014864  0x00002f67 call  0x00003a16 
+ 00014865  0x00002f68 branch  0x00003a04 
+ 00014866  0x00002f6b call  0x000066cb 
+ 00014867  0x00002f6c increase  0x00000002 , 0x00000003 
+ 00014868  0x00002f6d ifetch  0x00000001 , 0x00000003 
+ 00014869  0x00002f6e iadd  0x00000003 , 0x00000003 
+ 00014870  0x00002f70 branch  0x000066c8 
+ 00014871  0x00002f74 bpatch  0x000000e0 , 0x0000401c 
+ 00014872  0x00002f75 fetch  0x00000001 , 0x00000b03 
+ 00014873  0x00002f76 beq  0x00000000 , 0x00003a3f 
+ 00014874  0x00002f77 beq  0x00000001 , 0x00003a44 
+ 00014875  0x00002f78 beq  0x00000002 , 0x00003a49 
+ 00014876  0x00002f79 beq  0x00000003 , 0x00003a5f 
+ 00014877  0x00002f7a beq  0x00000004 , 0x00003a6b 
+ 00014878  0x00002f7b beq  0x00000005 , 0x00003a75 
+ 00014879  0x00002f7c beq  0x00000009 , 0x00003a9a 
+ 00014880  0x00002f7d beq  0x0000000b , 0x00003ad7 
+ 00014881  0x00002f7e beq  0x0000000c , 0x00003ad8 
+ 00014882  0x00002f7f beq  0x0000000d , 0x00003aec 
+ 00014883  0x00002f80 beq  0x0000000e , 0x00003af4 
+ 00014884  0x00002f81 beq  0x0000000f , 0x00003afa 
+ 00014885  0x00002f82 beq  0x00000010 , 0x00003b06 
+ 00014886  0x00002f83 beq  0x00000011 , 0x00003b0e 
+ 00014887  0x00002f84 beq  0x00000012 , 0x00003b12 
+ 00014888  0x00002f85 beq  0x00000026 , 0x00003b16 
+ 00014889  0x00002f86 beq  0x00000028 , 0x00003b1d 
+ 00014890  0x00002f87 beq  0x00000029 , 0x00003b2d 
+ 00014891  0x00002f88 beq  0x0000002a , 0x00003b36 
+ 00014892  0x00002f89 beq  0x0000002b , 0x00003b69 
+ 00014893  0x00002f8a beq  0x0000002c , 0x00003b6f 
+ 00014894  0x00002f8b beq  0x00000030 , 0x00003b76 
+ 00014895  0x00002f8c beq  0x00000031 , 0x00003b7c 
+ 00014896  0x00002f8d beq  0x00000032 , 0x00003b90 
+ 00014897  0x00002f8e beq  0x00000033 , 0x00003b98 
+ 00014898  0x00002f8f beq  0x00000034 , 0x00003bbb 
+ 00014899  0x00002f90 beq  0x00000035 , 0x00003bc4 
+ 00014900  0x00002f91 beq  0x00000036 , 0x00003bcd 
+ 00014901  0x00002f92 beq  0x00000037 , 0x00003bd7 
+ 00014902  0x00002f93 beq  0x00000038 , 0x00003bda 
+ 00014903  0x00002f94 beq  0x00000040 , 0x00003be2 
+ 00014904  0x00002f95 beq  0x00000042 , 0x00003bec 
+ 00014905  0x00002f96 beq  0x00000048 , 0x00003bf1 
+ 00014906  0x00002f97 beq  0x00000049 , 0x00003bfc 
+ 00014907  0x00002f98 beq  0x00000051 , 0x00003c02 
+ 00014908  0x00002f99 beq  0x00000061 , 0x00003c06 
+ 00014909  0x00002f9a beq  0x000000ff , 0x00003c15 
+ 00014910  0x00002f9b branch  0x00003c17 
+ 00014911  0x00002fa1 fetch  0x00000001 , 0x00000b04 
+ 00014912  0x00002fa2 bne  0x00000006 , 0x00003c17 
+ 00014913  0x00002fa3 ifetch  0x00000006 , 0x00000003 
+ 00014914  0x00002fa4 store  0x00000006 , 0x000040a0 
+ 00014915  0x00002fa5 branch  0x00003c1a 
+ 00014916  0x00002fa9 fetch  0x00000001 , 0x00000b04 
+ 00014917  0x00002faa bne  0x00000006 , 0x00003c17 
+ 00014918  0x00002fab ifetch  0x00000006 , 0x00000003 
+ 00014919  0x00002fac store  0x00000006 , 0x000044a0 
+ 00014920  0x00002fad branch  0x00003c1a 
+ 00014921  0x00002fb2 fetch  0x00000001 , 0x00000b04 
+ 00014922  0x00002fb3 bne  0x00000001 , 0x00003c17 
+ 00014923  0x00002fb4 copy  0x00000011 , 0x00000003 
+ 00014924  0x00002fb5 call  0x00003c1a 
+ 00014925  0x00002fb6 ifetcht  0x00000001 , 0x00000003 
+ 00014926  0x00002fb7 storet  0x00000001 , 0x000046a9 
+ 00014927  0x00002fb8 fetch  0x00000002 , 0x00004682 
+ 00014928  0x00002fb9 rtnbit1  0x00000009 
+ 00014929  0x00002fba rtnbit1  0x00000000 
+ 00014930  0x00002fbc fetch  0x00000001 , 0x000046a1 
+ 00014931  0x00002fbd isolate1  0x00000000 , 0x0000003f 
+ 00014932  0x00002fbe nbranch  0x00003a58 , 0x00000001 
+ 00014933  0x00002fbf fetcht  0x00000001 , 0x000046a9 
+ 00014934  0x00002fc0 and  0x00000002 , 0x00000003 , 0x0000003f 
+ 00014935  0x00002fc1 store  0x00000001 , 0x00004093 
+ 00014936  0x00002fc3 fetch  0x00000001 , 0x000046a1 
+ 00014937  0x00002fc4 isolate1  0x00000001 , 0x0000003f 
+ 00014938  0x00002fc5 nrtn  0x00000001 
+ 00014939  0x00002fc6 fetcht  0x00000001 , 0x000046a9 
+ 00014940  0x00002fc7 isolate1  0x00000002 , 0x00000002 
+ 00014941  0x00002fc8 branch  0x000033fa , 0x00000001 
+ 00014942  0x00002fc9 branch  0x000033f8 
+ 00014943  0x00002fce fetch  0x00000001 , 0x00000b04 
+ 00014944  0x00002fcf sub  0x0000003f , 0x00000043 , 0x0000003e 
+ 00014945  0x00002fd0 nbranch  0x00003c17 , 0x00000002 
+ 00014946  0x00002fd1 store  0x00000001 , 0x00004515 
+ 00014947  0x00002fd2 arg  0x00000008 , 0x00000039 
+ 00014948  0x00002fd3 call  0x00007ec6 
+ 00014949  0x00002fd4 fetch  0x00000001 , 0x00000b04 
+ 00014950  0x00002fd5 copy  0x0000003f , 0x00000039 
+ 00014951  0x00002fd6 copy  0x00000011 , 0x00000003 
+ 00014952  0x00002fd7 arg  0x00004516 , 0x00000005 
+ 00014953  0x00002fd8 call  0x000066ea 
+ 00014954  0x00002fd9 branch  0x00003c1a 
+ 00014955  0x00002fde fetch  0x00000001 , 0x00000b04 
+ 00014956  0x00002fdf sub  0x0000003f , 0x0000001d , 0x0000003e 
+ 00014957  0x00002fe0 nbranch  0x00003c17 , 0x00000002 
+ 00014958  0x00002fe1 store  0x00000001 , 0x000043af 
+ 00014959  0x00002fe2 copy  0x0000003f , 0x00000039 
+ 00014960  0x00002fe3 copy  0x00000011 , 0x00000003 
+ 00014961  0x00002fe4 arg  0x000043b0 , 0x00000005 
+ 00014962  0x00002fe5 call  0x000066ea 
+ 00014963  0x00002fe6 call  0x000057a3 
+ 00014964  0x00002fe7 branch  0x00003c1a 
+ 00014965  0x00002fec fetch  0x00000001 , 0x00004682 
+ 00014966  0x00002fed bbit0  0x00000004 , 0x00003c17 
+ 00014967  0x00002fee call  0x000033ba 
+ 00014968  0x00002fef branch  0x00003a86 , 0x00000001 
+ 00014969  0x00002ff0 jam  0x00000000 , 0x00000b05 
+ 00014970  0x00002ff2 call  0x0000397f 
+ 00014971  0x00002ff3 fetch  0x00000001 , 0x00004568 
+ 00014972  0x00002ff4 rtn  0x00000034 
+ 00014973  0x00002ff5 fetch  0x00000002 , 0x00004573 
+ 00014974  0x00002ff6 bne  0x00000000 , 0x00003a84 
+ 00014975  0x00002ff7 fetch  0x00000001 , 0x00000b04 
+ 00014976  0x00002ff8 store  0x00000002 , 0x00004573 
+ 00014977  0x00002ffa copy  0x00000011 , 0x00000003 
+ 00014978  0x00002ffd copy  0x00000003 , 0x0000003f 
+ 00014979  0x00002ffe store  0x00000002 , 0x00004571 
+ 00014980  0x00003000 call  0x00003a88 
+ 00014981  0x00003001 branch  0x00006c4d 
+ 00014982  0x00003004 jam  0x00000000 , 0x00000b05 
+ 00014983  0x00003005 branch  0x00003cd1 
+ 00014984  0x00003008 call  0x00003a8e 
+ 00014985  0x00003009 fetch  0x00000002 , 0x00004573 
+ 00014986  0x0000300a fetcht  0x00000002 , 0x0000469f 
+ 00014987  0x0000300b isub  0x00000002 , 0x0000003f 
+ 00014988  0x0000300c store  0x00000002 , 0x00004573 
+ 00014989  0x0000300d rtn 
+ 00014990  0x00003010 fetch  0x00000002 , 0x00004573 
+ 00014991  0x00003011 arg  0x0000006e , 0x00000002 
+ 00014992  0x00003012 call  0x00007fdd 
+ 00014993  0x00003013 fetcht  0x00000002 , 0x0000456c 
+ 00014994  0x00003014 call  0x00007fdd 
+ 00014995  0x00003015 fetcht  0x00000002 , 0x0000455e 
+ 00014996  0x00003016 call  0x00007fdd 
+ 00014997  0x00003017 store  0x00000002 , 0x0000469f 
+ 00014998  0x00003018 rtn 
+ 00014999  0x0000301b jam  0x00000001 , 0x00000b05 
+ 00015000  0x0000301c jam  0x00000005 , 0x00000b03 
+ 00015001  0x0000301d branch  0x00003c1a 
+ 00015002  0x00003022 fetch  0x00000002 , 0x00004682 
+ 00015003  0x00003023 bbit0  0x00000009 , 0x00003c17 
+ 00015004  0x00003024 call  0x00003ad4 
+ 00015005  0x00003025 branch  0x00003c17 , 0x00000028 
+ 00015006  0x00003026 jam  0x00000000 , 0x00000b05 
+ 00015007  0x00003027 fetch  0x00000001 , 0x000046bf 
+ 00015008  0x00003028 bbit1  0x00000004 , 0x00003ab4 
+ 00015009  0x00003029 fetch  0x00000001 , 0x000046c0 
+ 00015010  0x0000302a nrtn  0x00000034 
+ 00015011  0x0000302b jam  0x00000001 , 0x00000b05 
+ 00015012  0x0000302c ifetch  0x00000002 , 0x00000003 
+ 00015013  0x0000302d store  0x00000002 , 0x000046c1 
+ 00015014  0x0000302e copy  0x00000003 , 0x0000003f 
+ 00015015  0x0000302f store  0x00000002 , 0x000046c3 
+ 00015016  0x00003030 fetch  0x00000001 , 0x00000b04 
+ 00015017  0x00003031 pincrease  0xfffffffe 
+ 00015018  0x00003032 nbranch  0x00003c17 , 0x00000002 
+ 00015019  0x00003033 branch  0x00003c17 , 0x00000005 
+ 00015020  0x00003034 store  0x00000001 , 0x000046c0 
+ 00015021  0x00003035 jam  0x00000000 , 0x00000b05 
+ 00015022  0x00003036 call  0x00005814 
+ 00015023  0x00003037 call  0x00003ab7 
+ 00015024  0x00003038 call  0x00003ab7 
+ 00015025  0x00003039 call  0x00003ab7 
+ 00015026  0x0000303a fetch  0x00000001 , 0x000046bf 
+ 00015027  0x0000303b rtnbit0  0x00000004 
+ 00015028  0x0000303d jam  0x00000001 , 0x00000b05 
+ 00015029  0x0000303e call  0x00003cf6 
+ 00015030  0x0000303f branch  0x00003c1a 
+ 00015031  0x00003042 fetch  0x00000001 , 0x000046c0 
+ 00015032  0x00003043 rtn  0x00000034 
+ 00015033  0x00003044 call  0x00005892 
+ 00015034  0x00003045 nrtn  0x00000034 
+ 00015035  0x00003046 call  0x00003acf 
+ 00015036  0x00003047 bpatch  0x000000e1 , 0x0000401c 
+ 00015037  0x00003048 add  0x00000002 , 0xfffffffd , 0x0000003f 
+ 00015038  0x00003049 fetcht  0x00000001 , 0x000046c0 
+ 00015039  0x0000304a call  0x00007fdd 
+ 00015040  0x0000304b copy  0x0000003f , 0x00000011 
+ 00015041  0x0000304c copy  0x00000002 , 0x0000003f 
+ 00015042  0x0000304d isub  0x00000011 , 0x0000003f 
+ 00015043  0x0000304e store  0x00000001 , 0x000046c0 
+ 00015044  0x0000304f fetcht  0x00000002 , 0x000046c1 
+ 00015045  0x00003050 call  0x00005a64 
+ 00015046  0x00003051 fetch  0x00000002 , 0x000046c3 
+ 00015047  0x00003052 copy  0x0000003f , 0x00000003 
+ 00015048  0x00003053 copy  0x00000011 , 0x00000039 
+ 00015049  0x00003054 call  0x000066ea 
+ 00015050  0x00003055 copy  0x00000003 , 0x0000003f 
+ 00015051  0x00003056 store  0x00000002 , 0x000046c3 
+ 00015052  0x00003057 fetch  0x00000001 , 0x000046c0 
+ 00015053  0x00003058 nrtn  0x00000034 
+ 00015054  0x00003059 branch  0x00003cf4 
+ 00015055  0x0000305e arg  0x00000017 , 0x00000002 
+ 00015056  0x0000305f fetch  0x00000001 , 0x000046bf 
+ 00015057  0x00003060 rtnbit1  0x00000001 
+ 00015058  0x00003061 fetcht  0x00000002 , 0x000044a8 
+ 00015059  0x00003062 rtn 
+ 00015060  0x00003065 fetch  0x00000001 , 0x000046bf 
+ 00015061  0x00003066 bbit1  0x00000002 , 0x00005a42 
+ 00015062  0x00003067 branch  0x00007fe9 
+ 00015063  0x0000306c branch  0x00003c4c 
+ 00015064  0x00003071 copy  0x00000011 , 0x00000003 
+ 00015065  0x00003072 ifetch  0x00000001 , 0x00000003 
+ 00015066  0x00003073 beq  0x00000000 , 0x00003adf 
+ 00015067  0x00003074 beq  0x00000001 , 0x00003ae2 
+ 00015068  0x00003075 beq  0x00000002 , 0x00003ae8 
+ 00015069  0x00003076 beq  0x00000003 , 0x00003aea 
+ 00015070  0x00003077 branch  0x00003c17 
+ 00015071  0x00003079 call  0x0000612b 
+ 00015072  0x0000307a jam  0x00000000 , 0x0000465a 
+ 00015073  0x0000307b branch  0x00003c1a 
+ 00015074  0x0000307d setarg  0x00040003 
+ 00015075  0x0000307f store  0x00000003 , 0x0000465b 
+ 00015076  0x00003080 store  0x00000001 , 0x00004662 
+ 00015077  0x00003081 call  0x00006124 
+ 00015078  0x00003082 jam  0x00000001 , 0x0000465a 
+ 00015079  0x00003083 branch  0x00003c1a 
+ 00015080  0x00003085 setarg  0x00040002 
+ 00015081  0x00003086 branch  0x00003ae3 
+ 00015082  0x00003089 setarg  0x00040001 
+ 00015083  0x0000308a branch  0x00003ae3 
+ 00015084  0x0000308e fetch  0x00000001 , 0x00000b04 
+ 00015085  0x0000308f sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00015086  0x00003090 nbranch  0x00003c17 , 0x00000002 
+ 00015087  0x00003091 store  0x00000001 , 0x00004689 
+ 00015088  0x00003092 copy  0x0000003f , 0x00000039 
+ 00015089  0x00003093 arg  0x0000468a , 0x00000005 
+ 00015090  0x00003094 call  0x000066fd 
+ 00015091  0x00003095 branch  0x00003c1a 
+ 00015092  0x0000309a copy  0x00000011 , 0x00000003 
+ 00015093  0x0000309b ifetch  0x00000001 , 0x00000003 
+ 00015094  0x0000309c hfetcht  0x00000001 , 0x00008062 
+ 00015095  0x0000309d nsetflag  0x00000034 , 0x00000004 , 0x00000002 
+ 00015096  0x0000309e hstoret  0x00000001 , 0x00008062 
+ 00015097  0x0000309f branch  0x00003c1a 
+ 00015098  0x000030a4 fetch  0x00000001 , 0x00000b04 
+ 00015099  0x000030a5 copy  0x0000003f , 0x00000039 
+ 00015100  0x000030a6 copy  0x00000011 , 0x00000003 
+ 00015101  0x000030a7 call  0x00007f58 
+ 00015102  0x000030a8 setarg  0x016e3600 
+ 00015103  0x000030a9 idiv  0x00000002 
+ 00015104  0x000030aa call  0x00007f86 
+ 00015105  0x000030ab quotient  0x0000003f 
+ 00015106  0x000030ad store  0x00000002 , 0x00004243 
+ 00015107  0x000030ae call  0x00003c1a 
+ 00015108  0x000030af call  0x00007f9e 
+ 00015109  0x000030b0 branch  0x000066ce 
+ 00015110  0x000030b5 arg  0x00000002 , 0x00000011 
+ 00015111  0x000030b6 arg  0x0000469a , 0x00000012 
+ 00015112  0x000030b7 arg  0x00000000 , 0x00000002 
+ 00015113  0x000030b8 branch  0x00003c25 
+ 00015114  0x000030ba store  0x00000002 , 0x00000ac2 
+ 00015115  0x000030bb arg  0x00000ac2 , 0x00000012 
+ 00015116  0x000030bc arg  0x00000000 , 0x00000002 
+ 00015117  0x000030bd branch  0x00003c25 
+ 00015118  0x000030c2 fetch  0x00000002 , 0x00004682 
+ 00015119  0x000030c3 bbit0  0x00000000 , 0x00003c17 
+ 00015120  0x000030c5 call  0x00003c1a 
+ 00015121  0x000030c6 branch  0x000033e9 
+ 00015122  0x000030cb fetch  0x00000002 , 0x00004682 
+ 00015123  0x000030cc bbit0  0x00000009 , 0x00003c17 
+ 00015124  0x000030ce call  0x00003c1a 
+ 00015125  0x000030cf branch  0x00003402 
+ 00015126  0x000030d6 fetch  0x00000001 , 0x00000b04 
+ 00015127  0x000030d7 copy  0x0000003f , 0x00000039 
+ 00015128  0x000030d8 copy  0x00000011 , 0x00000003 
+ 00015129  0x000030d9 fetch  0x00000002 , 0x00004215 
+ 00015130  0x000030da icopy  0x00000005 
+ 00015131  0x000030db call  0x000066ea 
+ 00015132  0x000030dc branch  0x00003c1a 
+ 00015133  0x000030e1 fetch  0x00000001 , 0x00004682 
+ 00015134  0x000030e2 bbit0  0x00000000 , 0x00003c17 
+ 00015135  0x000030e3 ifetch  0x00000001 , 0x00000003 
+ 00015136  0x000030e4 fetcht  0x00000001 , 0x00004661 
+ 00015137  0x000030e5 setflag  0x00000034 , 0x00000000 , 0x00000002 
+ 00015138  0x000030e6 set1  0x00000007 , 0x00000002 
+ 00015139  0x000030e7 storet  0x00000001 , 0x00004661 
+ 00015140  0x000030e9 call  0x00003c1a 
+ 00015141  0x000030eb fetch  0x00000001 , 0x00004661 
+ 00015142  0x000030ec bbit1  0x00000006 , 0x00003b2b 
+ 00015143  0x000030ed rtn 
+ 00015144  0x000030f0 jam  0x00000000 , 0x00004661 
+ 00015145  0x000030f1 jam  0x00000021 , 0x00000a99 
+ 00015146  0x000030f2 branch  0x00007d8f 
+ 00015147  0x000030f6 bbit1  0x00000000 , 0x00005f95 
+ 00015148  0x000030f7 branch  0x00003b28 
+ 00015149  0x000030fc fetch  0x00000001 , 0x00004682 
+ 00015150  0x000030fd rtnbit0  0x00000004 
+ 00015151  0x000030fe fetch  0x00000001 , 0x0000456b 
+ 00015152  0x000030ff rtneq  0x00000000 
+ 00015153  0x00003100 ifetch  0x00000001 , 0x00000003 
+ 00015154  0x00003101 fetcht  0x00000001 , 0x00004569 
+ 00015155  0x00003102 iadd  0x00000002 , 0x00000002 
+ 00015156  0x00003103 storet  0x00000001 , 0x00004569 
+ 00015157  0x00003104 rtn 
+ 00015158  0x00003109 arg  0x00000040 , 0x00000039 
+ 00015159  0x0000310a arg  0x0000436f , 0x00000005 
+ 00015160  0x0000310b call  0x00007ed4 
+ 00015161  0x0000310c setarg  0x00000000 
+ 00015162  0x0000310d store  0x00000001 , 0x00000ab2 
+ 00015163  0x0000310e copy  0x00000011 , 0x00000003 
+ 00015164  0x00003110 copy  0x00000003 , 0x0000003f 
+ 00015165  0x00003111 store  0x00000002 , 0x00000ab6 
+ 00015166  0x00003112 call  0x00003b64 
+ 00015167  0x00003114 fetch  0x00000001 , 0x00000ab2 
+ 00015168  0x00003115 fetcht  0x00000001 , 0x00000aa2 
+ 00015169  0x00003116 increase  0x00000001 , 0x00000002 
+ 00015170  0x00003117 iadd  0x00000002 , 0x0000003f 
+ 00015171  0x00003118 store  0x00000001 , 0x00000ab2 
+ 00015172  0x0000311a sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00015173  0x0000311b nbranch  0x00003b50 , 0x00000002 
+ 00015174  0x0000311d fetcht  0x00000001 , 0x0000436f 
+ 00015175  0x0000311e setarg  0x00004370 
+ 00015176  0x0000311f iadd  0x00000002 , 0x0000003f 
+ 00015177  0x00003120 store  0x00000002 , 0x00000abb 
+ 00015178  0x00003121 fetcht  0x00000001 , 0x00000aa2 
+ 00015179  0x00003122 increase  0x00000001 , 0x00000002 
+ 00015180  0x00003123 fetch  0x00000001 , 0x0000436f 
+ 00015181  0x00003124 iadd  0x00000002 , 0x0000003f 
+ 00015182  0x00003125 store  0x00000001 , 0x0000436f 
+ 00015183  0x00003126 branch  0x00003b59 
+ 00015184  0x00003128 fetcht  0x00000001 , 0x0000438f 
+ 00015185  0x00003129 setarg  0x00004390 
+ 00015186  0x0000312a iadd  0x00000002 , 0x0000003f 
+ 00015187  0x0000312b store  0x00000002 , 0x00000abb 
+ 00015188  0x0000312c fetcht  0x00000001 , 0x00000aa2 
+ 00015189  0x0000312d increase  0x00000001 , 0x00000002 
+ 00015190  0x0000312e fetch  0x00000001 , 0x0000438f 
+ 00015191  0x0000312f iadd  0x00000002 , 0x0000003f 
+ 00015192  0x00003130 store  0x00000001 , 0x0000438f 
+ 00015193  0x00003132 fetch  0x00000002 , 0x00000abb 
+ 00015194  0x00003133 copy  0x0000003f , 0x00000005 
+ 00015195  0x00003134 fetch  0x00000002 , 0x00000ab6 
+ 00015196  0x00003135 copy  0x0000003f , 0x00000003 
+ 00015197  0x00003137 copy  0x00000002 , 0x00000039 
+ 00015198  0x00003138 call  0x000066ea 
+ 00015199  0x0000313a fetch  0x00000001 , 0x00000b04 
+ 00015200  0x0000313b fetcht  0x00000001 , 0x00000ab2 
+ 00015201  0x0000313c isub  0x00000002 , 0x0000003e 
+ 00015202  0x0000313d nbranch  0x00003b3c , 0x00000005 
+ 00015203  0x0000313e branch  0x00003c1a 
+ 00015204  0x00003142 ifetch  0x00000001 , 0x00000003 
+ 00015205  0x00003143 store  0x00000001 , 0x00000aa2 
+ 00015206  0x00003144 ifetch  0x00000001 , 0x00000003 
+ 00015207  0x00003145 store  0x00000001 , 0x00000aae 
+ 00015208  0x00003146 rtn 
+ 00015209  0x0000314b arg  0x00000000 , 0x00000002 
+ 00015210  0x0000314c arg  0x00000002 , 0x00000011 
+ 00015211  0x0000314d fetch  0x00000002 , 0x000046b4 
+ 00015212  0x0000314e store  0x00000002 , 0x00000ac2 
+ 00015213  0x0000314f arg  0x00000ac2 , 0x00000012 
+ 00015214  0x00003150 branch  0x00003c25 
+ 00015215  0x00003155 fetch  0x00000001 , 0x00000b04 
+ 00015216  0x00003156 bne  0x00000001 , 0x00003c17 
+ 00015217  0x00003157 ifetch  0x00000001 , 0x00000003 
+ 00015218  0x00003158 store  0x00000001 , 0x000046b2 
+ 00015219  0x00003159 setarg  0x00000000 
+ 00015220  0x0000315a store  0x00000002 , 0x000046b4 
+ 00015221  0x0000315b branch  0x00003c1a 
+ 00015222  0x00003160 ifetch  0x00000004 , 0x00000003 
+ 00015223  0x00003161 store  0x00000004 , 0x0000468a 
+ 00015224  0x00003162 jam  0x00000004 , 0x00004689 
+ 00015225  0x00003163 jam  0x00000000 , 0x00004663 
+ 00015226  0x00003164 call  0x00003c1a 
+ 00015227  0x00003165 branch  0x00005f31 
+ 00015228  0x0000316a fetch  0x00000001 , 0x00000b04 
+ 00015229  0x0000316b bne  0x00000003 , 0x00003c17 
+ 00015230  0x0000316c ifetch  0x00000001 , 0x00000003 
+ 00015231  0x0000316d beq  0x00000000 , 0x00003b82 
+ 00015232  0x0000316e beq  0x00000001 , 0x00003b8a 
+ 00015233  0x0000316f branch  0x00003c17 
+ 00015234  0x00003172 ifetcht  0x00000001 , 0x00000003 
+ 00015235  0x00003173 ifetch  0x00000001 , 0x00000003 
+ 00015236  0x00003174 beq  0x00000002 , 0x00003b88 
+ 00015237  0x00003175 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00015238  0x00003176 call  0x000067fb 
+ 00015239  0x00003177 branch  0x00003c1a 
+ 00015240  0x0000317a call  0x00006806 
+ 00015241  0x0000317b branch  0x00003c1a 
+ 00015242  0x0000317e ifetcht  0x00000001 , 0x00000003 
+ 00015243  0x0000317f call  0x00006812 
+ 00015244  0x00003180 ifetch  0x00000001 , 0x00000003 
+ 00015245  0x00003181 isolate1  0x00000000 , 0x0000003f 
+ 00015246  0x00003182 call  0x0000682c 
+ 00015247  0x00003183 branch  0x00003c1a 
+ 00015248  0x00003188 fetch  0x00000001 , 0x00000b04 
+ 00015249  0x00003189 bne  0x00000001 , 0x00003c17 
+ 00015250  0x0000318a ifetcht  0x00000001 , 0x00000003 
+ 00015251  0x0000318b call  0x0000681d 
+ 00015252  0x0000318c setarg  0x00000000 
+ 00015253  0x0000318d nsetflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00015254  0x0000318e arg  0x00000001 , 0x00000011 
+ 00015255  0x0000318f branch  0x00003b0a 
+ 00015256  0x00003194 copy  0x00000011 , 0x00000003 
+ 00015257  0x00003195 ifetch  0x00000001 , 0x00000003 
+ 00015258  0x00003196 copy  0x0000003f , 0x00000002 
+ 00015259  0x00003197 beq  0x00000081 , 0x00003ba3 
+ 00015260  0x00003198 beq  0x00000082 , 0x00003ba8 
+ 00015261  0x00003199 beq  0x00000083 , 0x00003bae 
+ 00015262  0x0000319a store  0x00000001 , 0x000044c6 
+ 00015263  0x0000319b beq  0x00000000 , 0x00003bb3 
+ 00015264  0x0000319c beq  0x00000001 , 0x00003bb6 
+ 00015265  0x0000319d beq  0x00000002 , 0x00003bb8 
+ 00015266  0x0000319e branch  0x00003c17 
+ 00015267  0x000031a1 fetch  0x00000001 , 0x000044be 
+ 00015268  0x000031a2 branch  0x00003c17 , 0x00000034 
+ 00015269  0x000031a3 storet  0x00000001 , 0x000044c6 
+ 00015270  0x000031a4 jam  0x0000000d , 0x00004456 
+ 00015271  0x000031a5 branch  0x00003bb4 
+ 00015272  0x000031a7 fetch  0x00000001 , 0x000044be 
+ 00015273  0x000031a8 branch  0x00003c17 , 0x00000034 
+ 00015274  0x000031a9 storet  0x00000001 , 0x000044c6 
+ 00015275  0x000031aa jam  0x0000000d , 0x00004456 
+ 00015276  0x000031ab jam  0x00000001 , 0x00004454 
+ 00015277  0x000031ac branch  0x00003c1a 
+ 00015278  0x000031ae fetch  0x00000001 , 0x000044be 
+ 00015279  0x000031af branch  0x00003c17 , 0x00000034 
+ 00015280  0x000031b0 storet  0x00000001 , 0x000044c6 
+ 00015281  0x000031b1 jam  0x0000000d , 0x00004456 
+ 00015282  0x000031b2 branch  0x00003bb9 
+ 00015283  0x000031b4 jam  0x00000000 , 0x00004456 
+ 00015284  0x000031b6 jam  0x00000003 , 0x00004454 
+ 00015285  0x000031b7 branch  0x00003c1a 
+ 00015286  0x000031b9 jam  0x00000005 , 0x00004456 
+ 00015287  0x000031ba branch  0x00003bb4 
+ 00015288  0x000031bc jam  0x00000005 , 0x00004456 
+ 00015289  0x000031be jam  0x00000000 , 0x00004454 
+ 00015290  0x000031bf branch  0x00003c1a 
+ 00015291  0x000031c4 fetch  0x00000001 , 0x00000b04 
+ 00015292  0x000031c5 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00015293  0x000031c6 nbranch  0x00003c17 , 0x00000002 
+ 00015294  0x000031c7 store  0x00000001 , 0x0000436f 
+ 00015295  0x000031c8 copy  0x0000003f , 0x00000039 
+ 00015296  0x000031c9 copy  0x00000011 , 0x00000003 
+ 00015297  0x000031ca arg  0x00004370 , 0x00000005 
+ 00015298  0x000031cb call  0x000066ea 
+ 00015299  0x000031cc branch  0x00003c1a 
+ 00015300  0x000031d1 fetch  0x00000001 , 0x00000b04 
+ 00015301  0x000031d2 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00015302  0x000031d3 nbranch  0x00003c17 , 0x00000002 
+ 00015303  0x000031d4 store  0x00000001 , 0x0000438f 
+ 00015304  0x000031d5 copy  0x0000003f , 0x00000039 
+ 00015305  0x000031d6 copy  0x00000011 , 0x00000003 
+ 00015306  0x000031d7 arg  0x00004390 , 0x00000005 
+ 00015307  0x000031d8 call  0x000066ea 
+ 00015308  0x000031d9 branch  0x00003c1a 
+ 00015309  0x000031de fetch  0x00000002 , 0x00004682 
+ 00015310  0x000031df bbit0  0x00000009 , 0x00003c17 
+ 00015311  0x000031e0 fetch  0x00000001 , 0x00000b04 
+ 00015312  0x000031e1 bne  0x00000008 , 0x00003c17 
+ 00015313  0x000031e2 copy  0x00000011 , 0x00000003 
+ 00015314  0x000031e3 ifetch  0x00000008 , 0x00000003 
+ 00015315  0x000031e4 store  0x00000008 , 0x00004496 
+ 00015316  0x000031e5 jam  0x00000012 , 0x00000a99 
+ 00015317  0x000031e6 call  0x00007d8f 
+ 00015318  0x000031e7 branch  0x00003c1a 
+ 00015319  0x000031ec ifetch  0x00000002 , 0x00000003 
+ 00015320  0x000031ed store  0x00000002 , 0x00004482 
+ 00015321  0x000031ee branch  0x00003c1a 
+ 00015322  0x000031f3 fetch  0x00000001 , 0x000044c6 
+ 00015323  0x000031f4 branch  0x00003c17 , 0x00000034 
+ 00015324  0x000031f5 fetch  0x00000001 , 0x000044c4 
+ 00015325  0x000031f6 bne  0x00000000 , 0x00003c17 
+ 00015326  0x000031f7 fetch  0x00000001 , 0x000044c5 
+ 00015327  0x000031f8 bne  0x00000000 , 0x00003c17 
+ 00015328  0x000031f9 call  0x00007e25 
+ 00015329  0x000031fa branch  0x00003c1a 
+ 00015330  0x000031ff fetch  0x00000001 , 0x00000b04 
+ 00015331  0x00003200 bne  0x00000005 , 0x00003c17 
+ 00015332  0x00003201 ifetch  0x00000001 , 0x00000003 
+ 00015333  0x00003202 store  0x00000001 , 0x000046a2 
+ 00015334  0x00003203 ifetch  0x00000004 , 0x00000003 
+ 00015335  0x00003204 store  0x00000004 , 0x000046a3 
+ 00015336  0x00003205 fetcht  0x00000001 , 0x000046a2 
+ 00015337  0x00003206 call  0x0000680e 
+ 00015338  0x00003207 call  0x00003cbc 
+ 00015339  0x00003208 branch  0x00003c1a 
+ 00015340  0x0000320d fetch  0x00000001 , 0x00000b04 
+ 00015341  0x0000320e bne  0x00000001 , 0x00003c17 
+ 00015342  0x0000320f ifetch  0x00000001 , 0x00000003 
+ 00015343  0x00003210 store  0x00000001 , 0x000041de 
+ 00015344  0x00003211 branch  0x00003c1a 
+ 00015345  0x00003216 ifetch  0x00000001 , 0x00000003 
+ 00015346  0x00003217 beq  0x00000001 , 0x00003bfa 
+ 00015347  0x00003218 fetch  0x00000001 , 0x000044c1 
+ 00015348  0x00003219 beq  0x00000003 , 0x00003bf8 
+ 00015349  0x0000321a beq  0x00000006 , 0x00003bf8 
+ 00015350  0x0000321b beq  0x00000007 , 0x00003bf8 
+ 00015351  0x0000321c branch  0x00003c17 
+ 00015352  0x0000321e jam  0x00000001 , 0x000044c2 
+ 00015353  0x0000321f branch  0x00003c1a 
+ 00015354  0x00003222 call  0x00005b53 
+ 00015355  0x00003223 branch  0x00003c1a 
+ 00015356  0x00003228 fetch  0x00000001 , 0x00000b04 
+ 00015357  0x00003229 bne  0x00000001 , 0x00003c17 
+ 00015358  0x0000322a call  0x00003c1a 
+ 00015359  0x0000322b ifetch  0x00000001 , 0x00000003 
+ 00015360  0x0000322c branch  0x000060cb , 0x00000034 
+ 00015361  0x0000322d branch  0x000060c9 
+ 00015362  0x00003232 call  0x00003c1a 
+ 00015363  0x00003233 call  0x00007f9e 
+ 00015364  0x00003234 jam  0x00000001 , 0x00008010 
+ 00015365  0x00003235 branch  0x00002a8e 
+ 00015366  0x0000323a fetch  0x00000001 , 0x00000b04 
+ 00015367  0x0000323b beq  0x00000000 , 0x00003c17 
+ 00015368  0x0000323c ifetch  0x00000001 , 0x00000003 
+ 00015369  0x0000323d branch  0x00003c13 , 0x00000034 
+ 00015370  0x0000323e fetch  0x00000001 , 0x00000b04 
+ 00015371  0x0000323f bne  0x00000005 , 0x00003c17 
+ 00015372  0x00003240 ifetch  0x00000004 , 0x00000003 
+ 00015373  0x00003241 arg  0x000f4240 , 0x00000002 
+ 00015374  0x00003242 isub  0x00000002 , 0x0000003e 
+ 00015375  0x00003243 branch  0x00003c17 , 0x00000002 
+ 00015376  0x00003244 store  0x00000004 , 0x000044c7 
+ 00015377  0x00003245 call  0x0000580c 
+ 00015378  0x00003246 branch  0x00003c1a 
+ 00015379  0x00003249 call  0x0000580e 
+ 00015380  0x0000324a branch  0x00003c1a 
+ 00015381  0x0000324f jam  0x00000000 , 0x00004091 
+ 00015382  0x00003250 branch  0x00003c1a 
+ 00015383  0x00003256 arg  0x00000001 , 0x00000002 
+ 00015384  0x00003257 arg  0x00000000 , 0x00000011 
+ 00015385  0x00003258 branch  0x00003c25 
+ 00015386  0x0000325c arg  0x00000000 , 0x00000002 
+ 00015387  0x0000325d arg  0x00000000 , 0x00000011 
+ 00015388  0x0000325e branch  0x00003c25 
+ 00015389  0x00003263 jam  0x00000000 , 0x00000b03 
+ 00015390  0x00003264 branch  0x00003c49 
+ 00015391  0x00003269 jam  0x00000002 , 0x00000b03 
+ 00015392  0x0000326a branch  0x00003c49 
+ 00015393  0x0000326f jam  0x00000003 , 0x00000b03 
+ 00015394  0x00003270 branch  0x00003c49 
+ 00015395  0x00003275 jam  0x00000005 , 0x00000b03 
+ 00015396  0x00003276 branch  0x00003c49 
+ 00015397  0x0000327f fetch  0x00000001 , 0x00000b03 
+ 00015398  0x00003280 copy  0x0000003f , 0x00000013 
+ 00015399  0x00003281 jam  0x00000006 , 0x00000b03 
+ 00015400  0x00003282 setarg  0x00000002 
+ 00015401  0x00003283 iadd  0x00000011 , 0x0000003f 
+ 00015402  0x00003284 call  0x00003ca7 
+ 00015403  0x00003285 copy  0x00000013 , 0x0000003f 
+ 00015404  0x00003286 istore  0x00000001 , 0x0000000a 
+ 00015405  0x00003287 istoret  0x00000001 , 0x0000000a 
+ 00015406  0x00003288 copy  0x00000011 , 0x00000039 
+ 00015407  0x00003289 copy  0x00000012 , 0x00000006 
+ 00015408  0x0000328a call  0x000066e4 
+ 00015409  0x0000328b branch  0x000066c5 
+ 00015410  0x00003291 call  0x0000397f 
+ 00015411  0x00003292 jam  0x00000007 , 0x00000b03 
+ 00015412  0x00003293 fetch  0x00000001 , 0x000004ff 
+ 00015413  0x00003294 rtn  0x00000034 
+ 00015414  0x00003295 call  0x00003ca7 
+ 00015415  0x00003296 fetch  0x00000001 , 0x000004ff 
+ 00015416  0x00003297 copy  0x0000003f , 0x00000039 
+ 00015417  0x00003298 fetch  0x00000002 , 0x00000501 
+ 00015418  0x00003299 copy  0x0000003f , 0x00000006 
+ 00015419  0x0000329a call  0x000066d1 
+ 00015420  0x0000329b branch  0x000066c5 
+ 00015421  0x000032a0 jam  0x00000008 , 0x00000b03 
+ 00015422  0x000032a1 fetch  0x00000001 , 0x000046b6 
+ 00015423  0x000032a2 icopy  0x00000039 
+ 00015424  0x000032a3 increase  0x00000002 , 0x0000003f 
+ 00015425  0x000032a4 call  0x00003ca7 
+ 00015426  0x000032a5 fetch  0x00000002 , 0x000046b9 
+ 00015427  0x000032a6 istore  0x00000002 , 0x0000000a 
+ 00015428  0x000032a7 fetch  0x00000002 , 0x000046b7 
+ 00015429  0x000032a8 icopy  0x00000006 
+ 00015430  0x000032a9 call  0x000066d1 
+ 00015431  0x000032aa branch  0x000066c5 
+ 00015432  0x000032af jam  0x00000009 , 0x00000b03 
+ 00015433  0x000032b1 setarg  0x00000000 
+ 00015434  0x000032b2 call  0x00003ca7 
+ 00015435  0x000032b3 branch  0x000066c5 
+ 00015436  0x000032b8 jam  0x0000000a , 0x00000b03 
+ 00015437  0x000032b9 setarg  0x00000001 
+ 00015438  0x000032ba call  0x00003ca7 
+ 00015439  0x000032bc call  0x00003c5d 
+ 00015440  0x000032be fetch  0x00000002 , 0x00004682 
+ 00015441  0x000032bf arg  0x00000002 , 0x00000007 
+ 00015442  0x000032c0 qisolate1  0x0000003f 
+ 00015443  0x000032c1 setflag  0x00000001 , 0x00000003 , 0x00000002 
+ 00015444  0x000032c3 arg  0x00000009 , 0x00000007 
+ 00015445  0x000032c4 qisolate1  0x0000003f 
+ 00015446  0x000032c5 setflag  0x00000001 , 0x00000005 , 0x00000002 
+ 00015447  0x000032c7 fetch  0x00000001 , 0x00004682 
+ 00015448  0x000032c8 arg  0x00000004 , 0x00000007 
+ 00015449  0x000032c9 qisolate1  0x0000003f 
+ 00015450  0x000032ca setflag  0x00000001 , 0x00000004 , 0x00000002 
+ 00015451  0x000032cc istoret  0x00000001 , 0x0000000a 
+ 00015452  0x000032cd branch  0x000066c5 
+ 00015453  0x000032d2 arg  0x00000000 , 0x00000002 
+ 00015454  0x000032d3 fetch  0x00000001 , 0x00004093 
+ 00015455  0x000032d4 arg  0x00000000 , 0x00000007 
+ 00015456  0x000032d5 qisolate1  0x0000003f 
+ 00015457  0x000032d6 setflag  0x00000001 , 0x00000000 , 0x00000002 
+ 00015458  0x000032d7 arg  0x00000001 , 0x00000007 
+ 00015459  0x000032d8 qisolate1  0x0000003f 
+ 00015460  0x000032d9 setflag  0x00000001 , 0x00000001 , 0x00000002 
+ 00015461  0x000032db fetch  0x00000001 , 0x0000436e 
+ 00015462  0x000032dc arg  0x00000000 , 0x00000007 
+ 00015463  0x000032dd qisolate1  0x0000003f 
+ 00015464  0x000032de setflag  0x00000001 , 0x00000002 , 0x00000002 
+ 00015465  0x000032df rtn 
+ 00015466  0x000032e4 jam  0x0000000d , 0x00000b03 
+ 00015467  0x000032e5 fetch  0x00000001 , 0x00004217 
+ 00015468  0x000032e6 mul32  0x0000003f , 0x00000022 , 0x0000003f 
+ 00015469  0x000032e7 icopy  0x00000039 
+ 00015470  0x000032e8 call  0x00003ca7 
+ 00015471  0x000032e9 fetch  0x00000002 , 0x00004215 
+ 00015472  0x000032ea icopy  0x00000006 
+ 00015473  0x000032eb call  0x000066d1 
+ 00015474  0x000032ec branch  0x000066c5 
+ 00015475  0x000032f1 jam  0x0000000e , 0x00000b03 
+ 00015476  0x000032f2 setarg  0x00000004 
+ 00015477  0x000032f3 call  0x00003ca7 
+ 00015478  0x000032f4 fetch  0x00000004 , 0x000009ba 
+ 00015479  0x000032f5 istore  0x00000004 , 0x0000000a 
+ 00015480  0x000032f6 branch  0x000066c5 
+ 00015481  0x000032fb jam  0x0000000f , 0x00000b03 
+ 00015482  0x000032fc hfetch  0x00000002 , 0x00008112 
+ 00015483  0x000032fd arg  0x000000ff , 0x00000002 
+ 00015484  0x000032fe call  0x00007fdd 
+ 00015485  0x000032ff copy  0x0000003f , 0x00000039 
+ 00015486  0x00003300 call  0x00003ca7 
+ 00015487  0x00003301 call  0x000066cb 
+ 00015488  0x00003302 call  0x00006703 
+ 00015489  0x00003303 branch  0x000066c5 
+ 00015490  0x00003308 jam  0x00000010 , 0x00000b03 
+ 00015491  0x00003309 branch  0x00003c49 
+ 00015492  0x0000330e jam  0x00000011 , 0x00000b03 
+ 00015493  0x0000330f setarg  0x00000004 
+ 00015494  0x00003310 call  0x00003ca7 
+ 00015495  0x00003311 fetch  0x00000004 , 0x000044c7 
+ 00015496  0x00003312 istore  0x00000004 , 0x0000000a 
+ 00015497  0x00003313 branch  0x000066c5 
+ 00015498  0x00003318 arg  0x00000180 , 0x00000011 
+ 00015499  0x00003319 branch  0x00003c91 
+ 00015500  0x0000331c arg  0x00000080 , 0x00000011 
+ 00015501  0x0000331d branch  0x00003c91 
+ 00015502  0x00003320 arg  0x00000101 , 0x00000011 
+ 00015503  0x00003321 branch  0x00003c91 
+ 00015504  0x00003324 arg  0x00000001 , 0x00000011 
+ 00015505  0x00003327 jam  0x00000000 , 0x00004661 
+ 00015506  0x00003328 jam  0x00000014 , 0x00000b03 
+ 00015507  0x00003329 setarg  0x00000002 
+ 00015508  0x0000332a call  0x00003ca7 
+ 00015509  0x0000332b copy  0x00000011 , 0x0000003f 
+ 00015510  0x0000332c istore  0x00000002 , 0x0000000a 
+ 00015511  0x0000332d branch  0x000066c5 
+ 00015512  0x00003332 arg  0x00000000 , 0x00000013 
+ 00015513  0x00003333 branch  0x00003c9b 
+ 00015514  0x00003336 arg  0x00000001 , 0x00000013 
+ 00015515  0x00003339 jam  0x00000015 , 0x00000b03 
+ 00015516  0x0000333a setarg  0x00000001 
+ 00015517  0x0000333b call  0x00003ca7 
+ 00015518  0x0000333c copy  0x00000013 , 0x0000003f 
+ 00015519  0x0000333d istore  0x00000001 , 0x0000000a 
+ 00015520  0x0000333e branch  0x000066c5 
+ 00015521  0x00003343 jam  0x0000001d , 0x00000b03 
+ 00015522  0x00003344 setarg  0x00000004 
+ 00015523  0x00003345 call  0x00003ca7 
+ 00015524  0x00003346 fetch  0x00000004 , 0x000009ba 
+ 00015525  0x00003347 istore  0x00000004 , 0x0000000a 
+ 00015526  0x00003348 branch  0x000066c5 
+ 00015527  0x00003354 jam  0x00000002 , 0x00000b02 
+ 00015528  0x00003355 store  0x00000001 , 0x00000b04 
+ 00015529  0x00003356 storet  0x00000008 , 0x00000aa2 
+ 00015530  0x00003357 bpatch  0x000000e2 , 0x0000401c 
+ 00015531  0x00003358 call  0x00003cb1 
+ 00015532  0x00003359 fetcht  0x00000008 , 0x00000aa2 
+ 00015533  0x0000335a call  0x000066c2 
+ 00015534  0x0000335b fetch  0x00000003 , 0x00000b02 
+ 00015535  0x0000335c istore  0x00000003 , 0x0000000a 
+ 00015536  0x0000335d rtn 
+ 00015537  0x00003361 call  0x00003cba 
+ 00015538  0x00003362 rtn  0x00000001 
+ 00015539  0x00003364 call  0x00003cb8 
+ 00015540  0x00003365 fetch  0x00000004 , 0x000046a3 
+ 00015541  0x00003366 rshift2  0x0000003f , 0x0000003f 
+ 00015542  0x00003367 rtn  0x00000034 
+ 00015543  0x00003368 branch  0x00003cbe 
+ 00015544  0x0000336c fetcht  0x00000001 , 0x000046a2 
+ 00015545  0x0000336d branch  0x00006829 
+ 00015546  0x00003370 fetcht  0x00000001 , 0x000046a2 
+ 00015547  0x00003371 branch  0x0000681b 
+ 00015548  0x00003374 fetcht  0x00000001 , 0x000046a2 
+ 00015549  0x00003375 branch  0x00006825 
+ 00015550  0x00003379 increase  0xffffffff , 0x0000003f 
+ 00015551  0x0000337a nop  0x00000026 
+ 00015552  0x0000337b nbranch  0x00003cbe , 0x00000034 
+ 00015553  0x0000337c rtn 
+ 00015554  0x00003386 call  0x00003ad4 
+ 00015555  0x00003387 rtn  0x00000028 
+ 00015556  0x00003388 copy  0x00000011 , 0x0000003f 
+ 00015557  0x00003389 store  0x00000002 , 0x000046b7 
+ 00015558  0x0000338a copy  0x00000012 , 0x0000003f 
+ 00015559  0x0000338b store  0x00000001 , 0x000046b6 
+ 00015560  0x0000338c fetch  0x00000002 , 0x00000478 
+ 00015561  0x0000338d fetcht  0x00000002 , 0x000046bb 
+ 00015562  0x0000338e isub  0x00000002 , 0x0000003e 
+ 00015563  0x0000338f branch  0x00003ccf , 0x00000005 
+ 00015564  0x00003390 fetcht  0x00000002 , 0x000046bd 
+ 00015565  0x00003391 isub  0x00000002 , 0x0000003e 
+ 00015566  0x00003392 nrtn  0x00000005 
+ 00015567  0x00003394 store  0x00000002 , 0x000046b9 
+ 00015568  0x00003395 branch  0x00003c3d 
+ 00015569  0x0000339b fetch  0x00000001 , 0x000046bf 
+ 00015570  0x0000339c rtnbit1  0x00000005 
+ 00015571  0x0000339d call  0x00003cf0 
+ 00015572  0x0000339e branch  0x0000340c 
+ 00015573  0x000033a2 jam  0x00000002 , 0x00004172 
+ 00015574  0x000033a3 rtn 
+ 00015575  0x000033a8 branch  0x00003cd8 
+ 00015576  0x000033ab fetch  0x00000001 , 0x000046b2 
+ 00015577  0x000033ac rtn  0x00000034 
+ 00015578  0x000033ad fetch  0x00000001 , 0x000046b3 
+ 00015579  0x000033ae rtn  0x00000034 
+ 00015580  0x000033af increase  0xffffffff , 0x0000003f 
+ 00015581  0x000033b0 store  0x00000001 , 0x000046b3 
+ 00015582  0x000033b1 nrtn  0x00000034 
+ 00015583  0x000033b2 jam  0x0000000a , 0x000046b3 
+ 00015584  0x000033b3 call  0x000068eb 
+ 00015585  0x000033b4 call  0x00006908 
+ 00015586  0x000033b5 div  0x0000003f , 0x00000064 
+ 00015587  0x000033b6 call  0x00007f86 
+ 00015588  0x000033b7 quotient  0x0000003f 
+ 00015589  0x000033b8 remainder  0x00000002 
+ 00015590  0x000033b9 store  0x00000001 , 0x000046b4 
+ 00015591  0x000033ba storet  0x00000001 , 0x000046b5 
+ 00015592  0x000033bb rtn 
+ 00015593  0x000033bf call  0x00007fb4 
+ 00015594  0x000033c0 branch  0x000033d9 , 0x00000002 
+ 00015595  0x000033c1 branch  0x000033db 
+ 00015596  0x000033c6 arg  0x00000006 , 0x00000007 
+ 00015597  0x000033c7 branch  0x00003cfc 
+ 00015598  0x000033ca arg  0x00000006 , 0x00000007 
+ 00015599  0x000033cb branch  0x00003cf8 
+ 00015600  0x000033ce arg  0x00000005 , 0x00000007 
+ 00015601  0x000033cf branch  0x00003cfc 
+ 00015602  0x000033d2 arg  0x00000005 , 0x00000007 
+ 00015603  0x000033d3 branch  0x00003cf8 
+ 00015604  0x000033d6 arg  0x00000004 , 0x00000007 
+ 00015605  0x000033d7 branch  0x00003cfc 
+ 00015606  0x000033da arg  0x00000004 , 0x00000007 
+ 00015607  0x000033db branch  0x00003cf8 
+ 00015608  0x000033de fetch  0x00000001 , 0x000046bf 
+ 00015609  0x000033df qset0  0x0000003f 
+ 00015610  0x000033e0 store  0x00000001 , 0x000046bf 
+ 00015611  0x000033e1 rtn 
+ 00015612  0x000033e4 fetch  0x00000001 , 0x000046bf 
+ 00015613  0x000033e5 qset1  0x0000003f 
+ 00015614  0x000033e6 store  0x00000001 , 0x000046bf 
+ 00015615  0x000033e7 rtn 
+ 00015616  0x000033f2 call  0x00003d39 
+ 00015617  0x000033f3 call  0x0000640f 
+ 00015618  0x000033f4 call  0x000040c6 
+ 00015619  0x000033f5 call  0x00003d66 
+ 00015620  0x000033f6 call  0x00006411 
+ 00015621  0x000033f7 rtn  0x0000002b 
+ 00015622  0x000033f8 call  0x00003d16 
+ 00015623  0x000033f9 call  0x00003d19 
+ 00015624  0x000033fc fetch  0x00000004 , 0x000046d3 
+ 00015625  0x000033fd rtnbit1  0x00000010 
+ 00015626  0x000033fe call  0x00003d4e 
+ 00015627  0x000033ff rtnmark1  0x00000026 
+ 00015628  0x00003400 fetch  0x00000002 , 0x00004682 
+ 00015629  0x00003401 bbit1  0x0000000c , 0x000042b0 
+ 00015630  0x00003402 branch  0x000042a2 
+ 00015631  0x00003406 fetch  0x00000004 , 0x000046d3 
+ 00015632  0x00003407 rtnbit0  0x0000001b 
+ 00015633  0x00003408 arg  0x00000014 , 0x00000039 
+ 00015634  0x0000340a setarg  0x00030d40 
+ 00015635  0x0000340b call  0x00002a8f 
+ 00015636  0x0000340c loop  0x00007ec1 
+ 00015637  0x0000340d rtn 
+ 00015638  0x00003411 fetch  0x00000004 , 0x000046d3 
+ 00015639  0x00003412 rtnbit0  0x00000010 
+ 00015640  0x00003413 branch  0x000048ea 
+ 00015641  0x00003417 setarg  0x0000416d 
+ 00015642  0x00003418 store  0x00000002 , 0x000041ef 
+ 00015643  0x00003419 setarg  0x00003f77 
+ 00015644  0x0000341a store  0x00000002 , 0x000041f1 
+ 00015645  0x0000341b setarg  0x00003ebb 
+ 00015646  0x0000341c store  0x00000002 , 0x000041ed 
+ 00015647  0x0000341d setarg  0x0000417c 
+ 00015648  0x0000341e store  0x00000002 , 0x000041f5 
+ 00015649  0x0000341f setarg  0x00003de3 
+ 00015650  0x00003420 store  0x00000002 , 0x000041f3 
+ 00015651  0x00003421 setarg  0x00003eb3 
+ 00015652  0x00003422 store  0x00000002 , 0x000041eb 
+ 00015653  0x00003423 setarg  0x00003d5b 
+ 00015654  0x00003424 store  0x00000002 , 0x000041f9 
+ 00015655  0x00003426 call  0x00002c7a 
+ 00015656  0x00003427 setarg  0x00004401 
+ 00015657  0x00003428 add  0x00000013 , 0x000000d8 , 0x00000005 
+ 00015658  0x00003429 istore  0x00000002 , 0x00000005 
+ 00015659  0x0000342a setarg  0x00004406 
+ 00015660  0x0000342b add  0x00000013 , 0x000000da , 0x00000005 
+ 00015661  0x0000342c istore  0x00000002 , 0x00000005 
+ 00015662  0x0000342d setarg  0x00003ebf 
+ 00015663  0x0000342e add  0x00000013 , 0x000000dc , 0x00000005 
+ 00015664  0x0000342f istore  0x00000002 , 0x00000005 
+ 00015665  0x00003431 setarg  0x000041f9 
+ 00015666  0x00003432 store  0x00000002 , 0x000041fd 
+ 00015667  0x00003433 setarg  0x00003d36 
+ 00015668  0x00003434 store  0x00000002 , 0x00004201 
+ 00015669  0x00003435 rtn 
+ 00015670  0x00003438 fetch  0x00000004 , 0x000046d3 
+ 00015671  0x00003439 bbit0  0x00000012 , 0x000064d7 
+ 00015672  0x0000343a branch  0x000064da 
+ 00015673  0x0000343d rtn  0x0000002b 
+ 00015674  0x0000343e call  0x00002c9d 
+ 00015675  0x0000343f call  0x00003e6e 
+ 00015676  0x00003440 call  0x00003e1e 
+ 00015677  0x00003441 call  0x00003e54 
+ 00015678  0x00003442 call  0x00005810 
+ 00015679  0x00003443 call  0x00005839 
+ 00015680  0x00003444 call  0x0000582c 
+ 00015681  0x00003445 call  0x00005818 
+ 00015682  0x00003446 fetch  0x00000004 , 0x000046d3 
+ 00015683  0x00003447 bbit1  0x00000014 , 0x00003d46 
+ 00015684  0x00003448 bbit1  0x00000013 , 0x00004414 
+ 00015685  0x00003449 rtn 
+ 00015686  0x0000344c call  0x0000659c 
+ 00015687  0x0000344d fetch  0x00000004 , 0x000046d3 
+ 00015688  0x0000344e isolate1  0x00000019 , 0x0000003f 
+ 00015689  0x0000344f ncall  0x000065c2 , 0x00000001 
+ 00015690  0x00003450 call  0x0000443f 
+ 00015691  0x00003451 call  0x00003dc9 
+ 00015692  0x00003452 call  0x000041aa 
+ 00015693  0x00003453 branch  0x000065df 
+ 00015694  0x00003456 fetch  0x00000004 , 0x000046d3 
+ 00015695  0x00003457 bbit0  0x0000001e , 0x00003d53 
+ 00015696  0x00003458 fetch  0x00000001 , 0x00000abd 
+ 00015697  0x00003459 isolate0  0x00000003 , 0x0000003f 
+ 00015698  0x0000345a nrtn  0x00000001 
+ 00015699  0x0000345c fetch  0x00000001 , 0x0000471f 
+ 00015700  0x0000345d store  0x00000001 , 0x0000471e 
+ 00015701  0x0000345e fetch  0x00000001 , 0x000046f5 
+ 00015702  0x0000345f rtnbit1  0x00000006 
+ 00015703  0x00003461 fetch  0x00000004 , 0x000046d3 
+ 00015704  0x00003462 rtnbit0  0x00000011 
+ 00015705  0x00003463 bbit1  0x0000001d , 0x00002ee4 
+ 00015706  0x00003464 branch  0x00002f2c 
+ 00015707  0x00003466 fetch  0x00000001 , 0x00000478 
+ 00015708  0x00003467 sub  0x0000003f , 0x0000001a , 0x0000003f 
+ 00015709  0x00003468 nrtn  0x00000005 
+ 00015710  0x00003469 jam  0x00000012 , 0x00000a99 
+ 00015711  0x0000346a call  0x00007d8f 
+ 00015712  0x0000346c arg  0x00000000 , 0x00000007 
+ 00015713  0x0000346d branch  0x000041b9 
+ 00015714  0x00003470 fetch  0x00000001 , 0x000046b6 
+ 00015715  0x00003471 rtneq  0x00000001 
+ 00015716  0x00003472 jam  0x00000001 , 0x000046b6 
+ 00015717  0x00003473 rtn 
+ 00015718  0x00003475 fetch  0x00000001 , 0x000046e1 
+ 00015719  0x00003476 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00015720  0x00003477 store  0x00000001 , 0x0000477a 
+ 00015721  0x00003478 branch  0x00003d80 
+ 00015722  0x0000347c fetcht  0x00000001 , 0x000046e7 
+ 00015723  0x0000347d call  0x0000681d 
+ 00015724  0x0000347e nbranch  0x00003d62 , 0x00000001 
+ 00015725  0x00003480 fetch  0x00000001 , 0x000046b6 
+ 00015726  0x00003481 rtneq  0x00000000 
+ 00015727  0x00003482 jam  0x00000000 , 0x000046b6 
+ 00015728  0x00003483 fetch  0x00000001 , 0x0000477a 
+ 00015729  0x00003484 increase  0x00000001 , 0x0000003f 
+ 00015730  0x00003485 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00015731  0x00003486 store  0x00000001 , 0x0000477a 
+ 00015732  0x00003487 call  0x00003d7e 
+ 00015733  0x00003488 fetch  0x00000004 , 0x000046d3 
+ 00015734  0x00003489 bbit1  0x00000014 , 0x0000443b 
+ 00015735  0x0000348a bbit1  0x00000013 , 0x00003d79 
+ 00015736  0x0000348b rtn 
+ 00015737  0x0000348d arg  0x0000001e , 0x00000002 
+ 00015738  0x0000348e call  0x0000680e 
+ 00015739  0x0000348f arg  0x0000001f , 0x00000002 
+ 00015740  0x00003490 call  0x0000680e 
+ 00015741  0x00003491 branch  0x00004435 
+ 00015742  0x00003494 bpatch  0x000000e3 , 0x0000401c 
+ 00015743  0x00003495 call  0x0000424a 
+ 00015744  0x00003496 fetch  0x00000001 , 0x000046e0 
+ 00015745  0x00003497 beq  0x00000005 , 0x00003daa 
+ 00015746  0x00003498 beq  0x00000004 , 0x00003d96 
+ 00015747  0x00003499 fetch  0x00000001 , 0x0000477a 
+ 00015748  0x0000349a beq  0x00000000 , 0x00003d8a 
+ 00015749  0x0000349b beq  0x00000001 , 0x00003d88 
+ 00015750  0x0000349c beq  0x00000002 , 0x00003d8c 
+ 00015751  0x0000349d beq  0x00000003 , 0x00003d8e 
+ 00015752  0x0000349f fetch  0x00000001 , 0x00004780 
+ 00015753  0x000034a0 branch  0x00003dbe 
+ 00015754  0x000034a2 fetch  0x00000001 , 0x0000477f 
+ 00015755  0x000034a3 branch  0x00003dbe 
+ 00015756  0x000034a5 fetch  0x00000001 , 0x00004781 
+ 00015757  0x000034a6 branch  0x00003dbe 
+ 00015758  0x000034a8 fetch  0x00000001 , 0x00004782 
+ 00015759  0x000034a9 branch  0x00003dbe 
+ 00015760  0x000034ab fetch  0x00000001 , 0x000046e0 
+ 00015761  0x000034ac rtneq  0x00000006 
+ 00015762  0x000034ad fetch  0x00000001 , 0x000046b5 
+ 00015763  0x000034ae increase  0x00000001 , 0x0000003f 
+ 00015764  0x000034af store  0x00000001 , 0x000046b5 
+ 00015765  0x000034b0 rtn 
+ 00015766  0x000034b3 fetch  0x00000001 , 0x0000477a 
+ 00015767  0x000034b4 beq  0x00000000 , 0x00003d9d 
+ 00015768  0x000034b5 beq  0x00000001 , 0x00003d9b 
+ 00015769  0x000034b6 beq  0x00000002 , 0x00003d9f 
+ 00015770  0x000034b7 beq  0x00000003 , 0x00003da1 
+ 00015771  0x000034b9 fetch  0x00000001 , 0x00004784 
+ 00015772  0x000034ba branch  0x00003da2 
+ 00015773  0x000034bc fetch  0x00000001 , 0x00004783 
+ 00015774  0x000034bd branch  0x00003da2 
+ 00015775  0x000034bf fetch  0x00000001 , 0x00004785 
+ 00015776  0x000034c0 branch  0x00003da2 
+ 00015777  0x000034c2 fetch  0x00000001 , 0x00004786 
+ 00015778  0x000034c4 store  0x00000001 , 0x000046b5 
+ 00015779  0x000034c5 lshift8  0x0000003f , 0x0000003f 
+ 00015780  0x000034c6 copy  0x0000003f , 0x00000011 
+ 00015781  0x000034c7 add  0x0000003f , 0x0000000d , 0x0000003f 
+ 00015782  0x000034c8 call  0x00006413 
+ 00015783  0x000034c9 copy  0x00000011 , 0x0000003f 
+ 00015784  0x000034ca add  0x0000003f , 0x0000000e , 0x0000003f 
+ 00015785  0x000034cb branch  0x00006413 
+ 00015786  0x000034ce fetch  0x00000001 , 0x0000477a 
+ 00015787  0x000034cf beq  0x00000000 , 0x00003db1 
+ 00015788  0x000034d0 beq  0x00000001 , 0x00003daf 
+ 00015789  0x000034d1 beq  0x00000002 , 0x00003db3 
+ 00015790  0x000034d2 beq  0x00000003 , 0x00003db5 
+ 00015791  0x000034d4 fetch  0x00000001 , 0x00004788 
+ 00015792  0x000034d5 branch  0x00003db6 
+ 00015793  0x000034d7 fetch  0x00000001 , 0x00004787 
+ 00015794  0x000034d8 branch  0x00003db6 
+ 00015795  0x000034da fetch  0x00000001 , 0x00004789 
+ 00015796  0x000034db branch  0x00003db6 
+ 00015797  0x000034dd fetch  0x00000001 , 0x0000478a 
+ 00015798  0x000034df store  0x00000001 , 0x000046b5 
+ 00015799  0x000034e0 call  0x000040c0 
+ 00015800  0x000034e1 fetch  0x00000001 , 0x000046b5 
+ 00015801  0x000034e3 add  0x0000003f , 0x00000080 , 0x0000003f 
+ 00015802  0x000034e4 lshift8  0x0000003f , 0x0000003f 
+ 00015803  0x000034e5 add  0x0000003f , 0x00000005 , 0x0000003f 
+ 00015804  0x000034e6 copy  0x0000003f , 0x00000011 
+ 00015805  0x000034e7 branch  0x0000415a 
+ 00015806  0x000034ea store  0x00000001 , 0x000046b5 
+ 00015807  0x000034eb call  0x00003d90 
+ 00015808  0x000034ec fetch  0x00000001 , 0x000046b5 
+ 00015809  0x000034ed setarg  0x00000006 
+ 00015810  0x000034ee call  0x00006414 
+ 00015811  0x000034ef and  0x0000003f , 0x000000f8 , 0x00000002 
+ 00015812  0x000034f0 fetch  0x00000001 , 0x000046b5 
+ 00015813  0x000034f1 iadd  0x00000002 , 0x0000003f 
+ 00015814  0x000034f2 lshift8  0x0000003f , 0x0000003f 
+ 00015815  0x000034f3 add  0x0000003f , 0x00000006 , 0x0000003f 
+ 00015816  0x000034f4 branch  0x00006413 
+ 00015817  0x000034f8 call  0x000033c4 
+ 00015818  0x000034f9 branch  0x00004316 , 0x00000005 
+ 00015819  0x000034fa call  0x0000441c 
+ 00015820  0x000034fb call  0x000042e4 
+ 00015821  0x000034fc branch  0x000033bd 
+ 00015822  0x00003500 fetch  0x00000002 , 0x00004707 
+ 00015823  0x00003501 rtn  0x00000034 
+ 00015824  0x00003502 fetch  0x00000004 , 0x000046d3 
+ 00015825  0x00003503 rtnbit0  0x00000011 
+ 00015826  0x00003504 rtnbit1  0x00000003 
+ 00015827  0x00003505 rtnmark1  0x00000026 
+ 00015828  0x00003506 call  0x00004083 
+ 00015829  0x00003507 rtnne  0x00000007 
+ 00015830  0x00003508 call  0x00004482 
+ 00015831  0x00003509 arg  0x00000003 , 0x00000007 
+ 00015832  0x0000350a call  0x000043ce 
+ 00015833  0x0000350b setarg  0x00000000 
+ 00015834  0x0000350c store  0x00000002 , 0x000046ae 
+ 00015835  0x0000350d store  0x00000001 , 0x000046b4 
+ 00015836  0x0000350e call  0x00003263 
+ 00015837  0x00003510 fetch  0x00000002 , 0x00004682 
+ 00015838  0x00003511 bbit1  0x00000007 , 0x00004392 
+ 00015839  0x00003512 bbit1  0x00000009 , 0x00003402 
+ 00015840  0x00003513 bbit1  0x00000000 , 0x000033e9 
+ 00015841  0x00003514 call  0x000042ca 
+ 00015842  0x00003515 branch  0x00002ead 
+ 00015843  0x00003519 call  0x00003dce 
+ 00015844  0x0000351a call  0x00007e34 
+ 00015845  0x0000351b call  0x00003d6a 
+ 00015846  0x0000351c call  0x00003de9 
+ 00015847  0x0000351d call  0x00003ee0 
+ 00015848  0x0000351e branch  0x00003df7 
+ 00015849  0x00003520 fetch  0x00000004 , 0x000046d3 
+ 00015850  0x00003521 rtnbit0  0x00000010 
+ 00015851  0x00003522 call  0x000048d3 
+ 00015852  0x00003523 branch  0x000048fd 
+ 00015853  0x00003526 hfetch  0x00000001 , 0x00008a04 
+ 00015854  0x00003527 bbit0  0x00000007 , 0x00003df1 
+ 00015855  0x00003528 bbit1  0x00000007 , 0x00003df4 
+ 00015856  0x00003529 rtn 
+ 00015857  0x0000352b fetch  0x00000001 , 0x000046ff 
+ 00015858  0x0000352c rtnbit0  0x00000007 
+ 00015859  0x0000352d branch  0x0000659a 
+ 00015860  0x0000352f fetch  0x00000001 , 0x000046ff 
+ 00015861  0x00003530 rtnbit1  0x00000007 
+ 00015862  0x00003531 branch  0x00004381 
+ 00015863  0x00003534 call  0x00003ded 
+ 00015864  0x00003535 hfetch  0x00000001 , 0x00008a04 
+ 00015865  0x00003536 store  0x00000001 , 0x000046ff 
+ 00015866  0x00003537 rtnbit0  0x00000007 
+ 00015867  0x00003538 call  0x00003e07 
+ 00015868  0x00003539 fetch  0x00000004 , 0x000046f9 
+ 00015869  0x0000353a fetcht  0x00000001 , 0x000046fd 
+ 00015870  0x0000353b iadd  0x00000002 , 0x00000002 
+ 00015871  0x0000353c copy  0x00000022 , 0x0000003f 
+ 00015872  0x0000353d isub  0x00000002 , 0x0000003e 
+ 00015873  0x0000353e nrtn  0x00000002 
+ 00015874  0x0000353f store  0x00000004 , 0x000046f9 
+ 00015875  0x00003540 call  0x00003f97 
+ 00015876  0x00003541 nrtn  0x00000028 
+ 00015877  0x00003542 jam  0x00000004 , 0x00000d38 
+ 00015878  0x00003543 branch  0x00003e0f 
+ 00015879  0x00003546 fetcht  0x00000004 , 0x000046f9 
+ 00015880  0x00003547 copy  0x00000022 , 0x0000003f 
+ 00015881  0x00003548 isub  0x00000002 , 0x0000003e 
+ 00015882  0x00003549 ncall  0x00003e0c , 0x00000002 
+ 00015883  0x0000354a rtn 
+ 00015884  0x0000354c setarg  0x00000000 
+ 00015885  0x0000354d store  0x00000004 , 0x000046f9 
+ 00015886  0x0000354e rtn 
+ 00015887  0x00003553 fetch  0x00000001 , 0x00000d38 
+ 00015888  0x00003554 rtnbit0  0x00000002 
+ 00015889  0x00003555 branch  0x00003e12 
+ 00015890  0x00003557 hfetch  0x00000001 , 0x00008a04 
+ 00015891  0x00003558 rtnbit0  0x00000007 
+ 00015892  0x00003559 jam  0x00000020 , 0x00000d52 
+ 00015893  0x0000355a setarg  0x00000001 
+ 00015894  0x0000355b store  0x00000001 , 0x00000d54 
+ 00015895  0x0000355c fetch  0x00000007 , 0x0000469a 
+ 00015896  0x0000355d istore  0x00000007 , 0x00000005 
+ 00015897  0x0000355e rtn 
+ 00015898  0x00003562 hfetch  0x00000002 , 0x00008050 
+ 00015899  0x00003563 set0  0x0000000b , 0x0000003f 
+ 00015900  0x00003564 hstore  0x00000002 , 0x00008050 
+ 00015901  0x00003565 rtn 
+ 00015902  0x00003568 setarg  0x00008c00 
+ 00015903  0x00003569 store  0x00000002 , 0x00004575 
+ 00015904  0x0000356a setarg  0x00008e7a 
+ 00015905  0x0000356b store  0x00000002 , 0x000044bc 
+ 00015906  0x0000356c setarg  0x00002402 
+ 00015907  0x0000356d store  0x00000002 , 0x000040bd 
+ 00015908  0x0000356e setarg  0x00002580 
+ 00015909  0x0000356f store  0x00000003 , 0x000040aa 
+ 00015910  0x00003570 jam  0x00000003 , 0x00004173 
+ 00015911  0x00003571 jam  0x00000008 , 0x00004156 
+ 00015912  0x00003572 jam  0x00000001 , 0x000046d9 
+ 00015913  0x00003573 setarg  0x00000200 
+ 00015914  0x00003574 store  0x00000002 , 0x00004154 
+ 00015915  0x00003575 jam  0x00000017 , 0x000044a6 
+ 00015916  0x00003576 jam  0x00000017 , 0x000044a8 
+ 00015917  0x00003578 setarg  0x00000a77 
+ 00015918  0x00003579 store  0x00000002 , 0x00004212 
+ 00015919  0x00003589 setsect  0x00000000 , 0x00000306 
+ 00015920  0x0000358a setsect  0x00000001 , 0x00004440 
+ 00015921  0x0000358b setsect  0x00000002 , 0x00010000 
+ 00015922  0x0000358c setsect  0x00000003 , 0x00004408 
+ 00015923  0x0000358d store  0x00000009 , 0x00004577 
+ 00015924  0x0000358e setsect  0x00000000 , 0x00001224 
+ 00015925  0x0000358f setsect  0x00000001 , 0x00004000 
+ 00015926  0x00003590 setsect  0x00000002 , 0x00000000 
+ 00015927  0x00003591 istore  0x00000005 , 0x00000005 
+ 00015928  0x00003593 setsect  0x00000000 , 0x0003ffff 
+ 00015929  0x00003594 setsect  0x00000001 , 0x0002fe23 
+ 00015930  0x00003595 setsect  0x00000002 , 0x000199d9 
+ 00015931  0x00003596 setsect  0x00000003 , 0x0000020d 
+ 00015932  0x00003597 store  0x00000008 , 0x00004098 
+ 00015933  0x00003599 setarg  0x0000012c 
+ 00015934  0x0000359a store  0x00000002 , 0x00004707 
+ 00015935  0x0000359b call  0x000057a3 
+ 00015936  0x0000359c fetch  0x00000004 , 0x000046d3 
+ 00015937  0x0000359d rtnbit0  0x0000001f 
+ 00015938  0x0000359e call  0x00003e44 
+ 00015939  0x0000359f branch  0x00003e4c 
+ 00015940  0x000035a2 fetcht  0x00000001 , 0x000046f7 
+ 00015941  0x000035a3 call  0x000067fb 
+ 00015942  0x000035a4 fetcht  0x00000001 , 0x000046f7 
+ 00015943  0x000035a5 call  0x0000681d 
+ 00015944  0x000035a6 jam  0x00000003 , 0x000046f6 
+ 00015945  0x000035a7 rtn  0x00000001 
+ 00015946  0x000035a8 jam  0x00000002 , 0x000046f6 
+ 00015947  0x000035a9 rtn 
+ 00015948  0x000035ac fetcht  0x00000001 , 0x000046f8 
+ 00015949  0x000035ad call  0x000067fb 
+ 00015950  0x000035ae fetcht  0x00000001 , 0x000046f8 
+ 00015951  0x000035af call  0x0000681d 
+ 00015952  0x000035b0 jam  0x00000000 , 0x0000422d 
+ 00015953  0x000035b1 rtn  0x00000001 
+ 00015954  0x000035b2 jam  0x00000002 , 0x0000422d 
+ 00015955  0x000035b3 rtn 
+ 00015956  0x000035b7 fetch  0x00000001 , 0x0000422d 
+ 00015957  0x000035b8 beq  0x00000000 , 0x00003e59 
+ 00015958  0x000035b9 beq  0x00000001 , 0x00003e62 
+ 00015959  0x000035ba beq  0x00000002 , 0x00003e6b 
+ 00015960  0x000035bb branch  0x00003e59 
+ 00015961  0x000035be fetcht  0x00000002 , 0x00004221 
+ 00015962  0x000035bf fetch  0x00000002 , 0x00004227 
+ 00015963  0x000035c0 isub  0x00000002 , 0x0000003f 
+ 00015964  0x000035c1 mul32  0x0000003f , 0x00000014 , 0x0000003f 
+ 00015965  0x000035c2 div  0x0000003f , 0x00000064 
+ 00015966  0x000035c3 call  0x00007f86 
+ 00015967  0x000035c4 quotient  0x0000003f 
+ 00015968  0x000035c5 store  0x00000002 , 0x000046d0 
+ 00015969  0x000035c6 rtn 
+ 00015970  0x000035c8 fetcht  0x00000002 , 0x0000421f 
+ 00015971  0x000035c9 fetch  0x00000002 , 0x00004225 
+ 00015972  0x000035ca isub  0x00000002 , 0x0000003f 
+ 00015973  0x000035cb mul32  0x0000003f , 0x000000e6 , 0x0000003f 
+ 00015974  0x000035cc div  0x0000003f , 0x00000190 
+ 00015975  0x000035cd call  0x00007f86 
+ 00015976  0x000035ce quotient  0x0000003f 
+ 00015977  0x000035cf store  0x00000002 , 0x000046d0 
+ 00015978  0x000035d0 rtn 
+ 00015979  0x000035d2 fetch  0x00000002 , 0x00004223 
+ 00015980  0x000035d3 store  0x00000002 , 0x000046d0 
+ 00015981  0x000035d4 rtn 
+ 00015982  0x000035d6 fetcht  0x00000001 , 0x0000423a 
+ 00015983  0x000035d7 call  0x0000680e 
+ 00015984  0x000035d8 call  0x000048fb 
+ 00015985  0x000035d9 fetcht  0x00000001 , 0x000046e2 
+ 00015986  0x000035da call  0x000067fb 
+ 00015987  0x000035db fetcht  0x00000001 , 0x000046e3 
+ 00015988  0x000035dc call  0x000067fb 
+ 00015989  0x000035dd fetcht  0x00000001 , 0x000046e4 
+ 00015990  0x000035de call  0x000067fb 
+ 00015991  0x000035df fetcht  0x00000001 , 0x000046f3 
+ 00015992  0x000035e0 call  0x000067fb 
+ 00015993  0x000035e2 fetcht  0x00000001 , 0x000046dc 
+ 00015994  0x000035e3 call  0x0000680e 
+ 00015995  0x000035e5 fetcht  0x00000001 , 0x000046e8 
+ 00015996  0x000035e6 call  0x000067fb 
+ 00015997  0x000035e8 fetcht  0x00000001 , 0x000046e9 
+ 00015998  0x000035e9 call  0x000067fb 
+ 00015999  0x000035eb fetcht  0x00000001 , 0x000046ea 
+ 00016000  0x000035ec call  0x000067fb 
+ 00016001  0x000035ed fetcht  0x00000001 , 0x000046eb 
+ 00016002  0x000035ee call  0x000067fb 
+ 00016003  0x000035f0 fetcht  0x00000001 , 0x000046e5 
+ 00016004  0x000035f1 call  0x000067fb 
+ 00016005  0x000035f2 fetcht  0x00000001 , 0x000046e6 
+ 00016006  0x000035f3 call  0x000067fb 
+ 00016007  0x000035f5 fetcht  0x00000001 , 0x000046ef 
+ 00016008  0x000035f6 call  0x0000680e 
+ 00016009  0x000035f8 fetcht  0x00000001 , 0x000046f0 
+ 00016010  0x000035f9 call  0x0000680e 
+ 00016011  0x000035fb fetcht  0x00000001 , 0x000046f1 
+ 00016012  0x000035fc call  0x0000680e 
+ 00016013  0x000035fe fetcht  0x00000001 , 0x000046f2 
+ 00016014  0x000035ff call  0x0000680e 
+ 00016015  0x00003601 fetcht  0x00000001 , 0x000046f4 
+ 00016016  0x00003602 call  0x0000680e 
+ 00016017  0x00003604 fetcht  0x00000001 , 0x000046ed 
+ 00016018  0x00003605 call  0x000067fb 
+ 00016019  0x00003607 fetcht  0x00000001 , 0x000046ec 
+ 00016020  0x00003608 call  0x000067fb 
+ 00016021  0x0000360a fetcht  0x00000001 , 0x000046e7 
+ 00016022  0x0000360b branch  0x000067fb 
+ 00016023  0x0000360e fetcht  0x00000001 , 0x000046e8 
+ 00016024  0x0000360f call  0x000067dd 
+ 00016025  0x00003610 fetcht  0x00000001 , 0x000046e9 
+ 00016026  0x00003611 call  0x000067dd 
+ 00016027  0x00003612 fetcht  0x00000001 , 0x000046ea 
+ 00016028  0x00003613 call  0x000067dd 
+ 00016029  0x00003614 fetcht  0x00000001 , 0x000046eb 
+ 00016030  0x00003615 branch  0x000067dd 
+ 00016031  0x00003618 fetcht  0x00000001 , 0x000046e8 
+ 00016032  0x00003619 call  0x00003ea7 
+ 00016033  0x0000361a fetcht  0x00000001 , 0x000046e9 
+ 00016034  0x0000361b call  0x00003ea7 
+ 00016035  0x0000361c fetcht  0x00000001 , 0x000046ea 
+ 00016036  0x0000361d call  0x00003ea7 
+ 00016037  0x0000361e fetcht  0x00000001 , 0x000046eb 
+ 00016038  0x0000361f branch  0x00003ea7 
+ 00016039  0x00003622 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00016040  0x00003623 rtn  0x00000005 
+ 00016041  0x00003624 and  0x00000002 , 0x0000007f , 0x00000007 
+ 00016042  0x00003625 hfetch  0x00000004 , 0x0000811c 
+ 00016043  0x00003626 qisolate1  0x0000003f 
+ 00016044  0x00003627 hfetch  0x00000004 , 0x00008078 
+ 00016045  0x00003628 qsetflag  0x00000001 , 0x0000003f 
+ 00016046  0x00003629 hstore  0x00000004 , 0x00008078 
+ 00016047  0x0000362a hfetch  0x00000004 , 0x0000807c 
+ 00016048  0x0000362b nqsetflag  0x00000001 , 0x0000003f 
+ 00016049  0x0000362c hstore  0x00000004 , 0x0000807c 
+ 00016050  0x0000362d rtn 
+ 00016051  0x00003630 enable  0x00000028 
+ 00016052  0x00003631 hfetch  0x00000004 , 0x00008138 
+ 00016053  0x00003632 setflag  0x00000028 , 0x0000001a , 0x0000003f 
+ 00016054  0x00003633 hstore  0x00000004 , 0x0000804c 
+ 00016055  0x00003634 call  0x00002c21 
+ 00016056  0x00003635 call  0x00004482 
+ 00016057  0x00003636 call  0x00003e9f 
+ 00016058  0x00003638 branch  0x00003ebf 
+ 00016059  0x0000363d call  0x00003ebf 
+ 00016060  0x0000363e fetch  0x00000001 , 0x000000a0 
+ 00016061  0x0000363f nrtn  0x00000034 
+ 00016062  0x00003640 branch  0x000067ed 
+ 00016063  0x00003643 call  0x00003ee0 
+ 00016064  0x00003644 arg  0x00000019 , 0x00000002 
+ 00016065  0x00003645 fetch  0x00000004 , 0x000046d3 
+ 00016066  0x00003646 isolate1  0x00000012 , 0x0000003f 
+ 00016067  0x00003647 call  0x00003ede , 0x00000001 
+ 00016068  0x00003648 call  0x0000680e 
+ 00016069  0x00003649 call  0x000063ee 
+ 00016070  0x0000364d fetcht  0x00000001 , 0x000046e2 
+ 00016071  0x0000364e call  0x000067dd 
+ 00016072  0x0000364f fetcht  0x00000001 , 0x000046e3 
+ 00016073  0x00003650 call  0x000067dd 
+ 00016074  0x00003651 fetcht  0x00000001 , 0x000046e4 
+ 00016075  0x00003652 call  0x000067dd 
+ 00016076  0x00003654 fetcht  0x00000001 , 0x000046e5 
+ 00016077  0x00003655 call  0x000067dd 
+ 00016078  0x00003656 fetcht  0x00000001 , 0x000046e6 
+ 00016079  0x00003657 call  0x000067dd 
+ 00016080  0x00003658 fetcht  0x00000001 , 0x000046e7 
+ 00016081  0x00003659 call  0x000067dd 
+ 00016082  0x0000365a fetcht  0x00000001 , 0x000046ed 
+ 00016083  0x0000365b call  0x000067dd 
+ 00016084  0x0000365c fetcht  0x00000001 , 0x000046e8 
+ 00016085  0x0000365d call  0x000067dd 
+ 00016086  0x0000365e fetcht  0x00000001 , 0x000046e9 
+ 00016087  0x0000365f call  0x000067dd 
+ 00016088  0x00003660 fetcht  0x00000001 , 0x000046ea 
+ 00016089  0x00003661 call  0x000067dd 
+ 00016090  0x00003662 fetcht  0x00000001 , 0x000046eb 
+ 00016091  0x00003663 call  0x000067dd 
+ 00016092  0x00003664 fetcht  0x00000001 , 0x000046f3 
+ 00016093  0x00003665 branch  0x000067e1 
+ 00016094  0x0000366a arg  0x0000001e , 0x00000002 
+ 00016095  0x0000366b rtn 
+ 00016096  0x0000366e bpatch  0x000000e4 , 0x0000401c 
+ 00016097  0x0000366f call  0x00003eee 
+ 00016098  0x00003670 call  0x00003f36 
+ 00016099  0x00003671 fetch  0x00000001 , 0x000046b8 
+ 00016100  0x00003672 fetcht  0x00000001 , 0x000046b7 
+ 00016101  0x00003673 store  0x00000001 , 0x000046b7 
+ 00016102  0x00003674 isub  0x00000002 , 0x0000003e 
+ 00016103  0x00003675 nbranch  0x000033d4 , 0x00000005 
+ 00016104  0x00003676 fetch  0x00000001 , 0x000046be 
+ 00016105  0x00003677 fetcht  0x00000001 , 0x000046bd 
+ 00016106  0x00003678 store  0x00000001 , 0x000046bd 
+ 00016107  0x00003679 isub  0x00000002 , 0x0000003e 
+ 00016108  0x0000367a nbranch  0x000033d4 , 0x00000005 
+ 00016109  0x0000367b rtn 
+ 00016110  0x0000367d fetch  0x00000001 , 0x000046ea 
+ 00016111  0x0000367e rtneq  0x000000ff 
+ 00016112  0x0000367f arg  0x00000000 , 0x00000011 
+ 00016113  0x00003680 fetcht  0x00000001 , 0x000046ea 
+ 00016114  0x00003681 call  0x0000681d 
+ 00016115  0x00003682 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016116  0x00003683 fetcht  0x00000001 , 0x000046eb 
+ 00016117  0x00003684 call  0x0000681d 
+ 00016118  0x00003685 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016119  0x00003686 copy  0x00000011 , 0x0000003f 
+ 00016120  0x00003687 store  0x00000001 , 0x000046b8 
+ 00016121  0x00003688 beq  0x00000001 , 0x00003efe 
+ 00016122  0x00003689 beq  0x00000002 , 0x00003f02 
+ 00016123  0x0000368a fetch  0x00000001 , 0x000046b9 
+ 00016124  0x0000368b bbit1  0x00000007 , 0x00003f0e 
+ 00016125  0x0000368c rtn 
+ 00016126  0x0000368f fetch  0x00000001 , 0x000046b7 
+ 00016127  0x00003690 beq  0x00000000 , 0x00003f06 
+ 00016128  0x00003691 beq  0x00000003 , 0x00003f08 
+ 00016129  0x00003692 rtn 
+ 00016130  0x00003694 fetch  0x00000001 , 0x000046b7 
+ 00016131  0x00003695 beq  0x00000000 , 0x00003f0a 
+ 00016132  0x00003696 beq  0x00000003 , 0x00003f0c 
+ 00016133  0x00003697 rtn 
+ 00016134  0x00003699 jam  0x00000082 , 0x000046b9 
+ 00016135  0x0000369a rtn 
+ 00016136  0x0000369c jam  0x00000081 , 0x000046b9 
+ 00016137  0x0000369d rtn 
+ 00016138  0x0000369f jam  0x00000080 , 0x000046b9 
+ 00016139  0x000036a0 rtn 
+ 00016140  0x000036a2 jam  0x00000083 , 0x000046b9 
+ 00016141  0x000036a3 rtn 
+ 00016142  0x000036a5 fetch  0x00000001 , 0x000046b9 
+ 00016143  0x000036a6 set0  0x00000007 , 0x0000003f 
+ 00016144  0x000036a7 store  0x00000001 , 0x000046b9 
+ 00016145  0x000036a8 beq  0x00000000 , 0x00003f16 
+ 00016146  0x000036a9 beq  0x00000001 , 0x00003f19 
+ 00016147  0x000036aa beq  0x00000002 , 0x00003f1c 
+ 00016148  0x000036ab beq  0x00000003 , 0x00003f1f 
+ 00016149  0x000036ac rtn 
+ 00016150  0x000036ae fetch  0x00000001 , 0x000046b8 
+ 00016151  0x000036af beq  0x00000003 , 0x00003f22 
+ 00016152  0x000036b0 rtn 
+ 00016153  0x000036b2 fetch  0x00000001 , 0x000046b8 
+ 00016154  0x000036b3 beq  0x00000000 , 0x00003f22 
+ 00016155  0x000036b4 rtn 
+ 00016156  0x000036b6 fetch  0x00000001 , 0x000046b8 
+ 00016157  0x000036b7 beq  0x00000003 , 0x00003f2c 
+ 00016158  0x000036b8 rtn 
+ 00016159  0x000036ba fetch  0x00000001 , 0x000046b8 
+ 00016160  0x000036bb beq  0x00000000 , 0x00003f2c 
+ 00016161  0x000036bc rtn 
+ 00016162  0x000036be fetch  0x00000001 , 0x000046bc 
+ 00016163  0x000036bf increase  0x00000001 , 0x0000003f 
+ 00016164  0x000036c0 store  0x00000001 , 0x000046bc 
+ 00016165  0x000036c1 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00016166  0x000036c2 rtn  0x00000002 
+ 00016167  0x000036c3 jam  0x00000000 , 0x000046bc 
+ 00016168  0x000036c4 fetch  0x00000001 , 0x000046ba 
+ 00016169  0x000036c5 increase  0x00000001 , 0x0000003f 
+ 00016170  0x000036c6 store  0x00000001 , 0x000046ba 
+ 00016171  0x000036c7 rtn 
+ 00016172  0x000036c9 fetch  0x00000001 , 0x000046bb 
+ 00016173  0x000036ca increase  0x00000001 , 0x0000003f 
+ 00016174  0x000036cb store  0x00000001 , 0x000046bb 
+ 00016175  0x000036cc sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00016176  0x000036cd rtn  0x00000002 
+ 00016177  0x000036ce jam  0x00000000 , 0x000046bb 
+ 00016178  0x000036cf fetch  0x00000001 , 0x000046ba 
+ 00016179  0x000036d0 increase  0xffffffff , 0x0000003f 
+ 00016180  0x000036d1 store  0x00000001 , 0x000046ba 
+ 00016181  0x000036d2 rtn 
+ 00016182  0x000036d6 fetch  0x00000001 , 0x000046e8 
+ 00016183  0x000036d7 rtneq  0x000000ff 
+ 00016184  0x000036d8 arg  0x00000000 , 0x00000011 
+ 00016185  0x000036d9 fetcht  0x00000001 , 0x000046e8 
+ 00016186  0x000036da call  0x0000681d 
+ 00016187  0x000036db setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016188  0x000036dc fetcht  0x00000001 , 0x000046e9 
+ 00016189  0x000036dd call  0x0000681d 
+ 00016190  0x000036de setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016191  0x000036df copy  0x00000011 , 0x0000003f 
+ 00016192  0x000036e0 store  0x00000001 , 0x000046be 
+ 00016193  0x000036e1 beq  0x00000001 , 0x00003f46 
+ 00016194  0x000036e2 beq  0x00000002 , 0x00003f4a 
+ 00016195  0x000036e3 fetch  0x00000001 , 0x000046bf 
+ 00016196  0x000036e4 bbit1  0x00000007 , 0x00003f56 
+ 00016197  0x000036e5 rtn 
+ 00016198  0x000036e8 fetch  0x00000001 , 0x000046bd 
+ 00016199  0x000036e9 beq  0x00000000 , 0x00003f4e 
+ 00016200  0x000036ea beq  0x00000003 , 0x00003f50 
+ 00016201  0x000036eb rtn 
+ 00016202  0x000036ed fetch  0x00000001 , 0x000046bd 
+ 00016203  0x000036ee beq  0x00000000 , 0x00003f52 
+ 00016204  0x000036ef beq  0x00000003 , 0x00003f54 
+ 00016205  0x000036f0 rtn 
+ 00016206  0x000036f2 jam  0x00000082 , 0x000046bf 
+ 00016207  0x000036f3 rtn 
+ 00016208  0x000036f5 jam  0x00000081 , 0x000046bf 
+ 00016209  0x000036f6 rtn 
+ 00016210  0x000036f8 jam  0x00000080 , 0x000046bf 
+ 00016211  0x000036f9 rtn 
+ 00016212  0x000036fb jam  0x00000083 , 0x000046bf 
+ 00016213  0x000036fc rtn 
+ 00016214  0x000036fe fetch  0x00000001 , 0x000046bf 
+ 00016215  0x000036ff set0  0x00000007 , 0x0000003f 
+ 00016216  0x00003700 store  0x00000001 , 0x000046bf 
+ 00016217  0x00003701 beq  0x00000000 , 0x00003f5e 
+ 00016218  0x00003702 beq  0x00000001 , 0x00003f61 
+ 00016219  0x00003703 beq  0x00000002 , 0x00003f64 
+ 00016220  0x00003704 beq  0x00000003 , 0x00003f67 
+ 00016221  0x00003705 rtn 
+ 00016222  0x00003707 fetch  0x00000001 , 0x000046be 
+ 00016223  0x00003708 beq  0x00000003 , 0x00003f6a 
+ 00016224  0x00003709 rtn 
+ 00016225  0x0000370b fetch  0x00000001 , 0x000046be 
+ 00016226  0x0000370c beq  0x00000000 , 0x00003f6a 
+ 00016227  0x0000370d rtn 
+ 00016228  0x0000370f fetch  0x00000001 , 0x000046be 
+ 00016229  0x00003710 beq  0x00000003 , 0x00003f6f 
+ 00016230  0x00003711 rtn 
+ 00016231  0x00003713 fetch  0x00000001 , 0x000046be 
+ 00016232  0x00003714 beq  0x00000000 , 0x00003f6f 
+ 00016233  0x00003715 rtn 
+ 00016234  0x00003717 jam  0x00000000 , 0x000046c2 
+ 00016235  0x00003718 fetch  0x00000001 , 0x000046c0 
+ 00016236  0x00003719 increase  0x00000001 , 0x0000003f 
+ 00016237  0x0000371a store  0x00000001 , 0x000046c0 
+ 00016238  0x0000371b rtn 
+ 00016239  0x0000371d jam  0x00000000 , 0x000046c1 
+ 00016240  0x0000371e fetch  0x00000001 , 0x000046c0 
+ 00016241  0x0000371f increase  0xffffffff , 0x0000003f 
+ 00016242  0x00003720 store  0x00000001 , 0x000046c0 
+ 00016243  0x00003721 rtn 
+ 00016244  0x00003725 setarg  0x00000002 
+ 00016245  0x00003726 store  0x00000001 , 0x00004680 
+ 00016246  0x00003727 rtn 
+ 00016247  0x0000372a fetch  0x00000001 , 0x000041e2 
+ 00016248  0x0000372b rtn  0x00000034 
+ 00016249  0x0000372c call  0x00005271 
+ 00016250  0x0000372d nrtn  0x00000034 
+ 00016251  0x0000372e fetch  0x00000004 , 0x000046d3 
+ 00016252  0x0000372f bbit1  0x00000003 , 0x00003f8a 
+ 00016253  0x00003730 bbit1  0x00000000 , 0x00003f8a 
+ 00016254  0x00003731 bbit1  0x00000005 , 0x00003f8a 
+ 00016255  0x00003732 call  0x00003f97 
+ 00016256  0x00003733 nrtn  0x00000028 
+ 00016257  0x00003735 arg  0x00000009 , 0x00000011 
+ 00016258  0x00003736 call  0x00004d63 
+ 00016259  0x00003737 fetch  0x00000002 , 0x0000424e 
+ 00016260  0x00003738 istore  0x00000002 , 0x00000005 
+ 00016261  0x00003739 setarg  0x000002a1 
+ 00016262  0x0000373a istore  0x00000002 , 0x00000005 
+ 00016263  0x0000373b fetch  0x00000007 , 0x0000469a 
+ 00016264  0x0000373c istore  0x00000007 , 0x00000005 
+ 00016265  0x0000373d rtn 
+ 00016266  0x00003741 setarg  0x00000000 
+ 00016267  0x00003742 store  0x00000007 , 0x0000469a 
+ 00016268  0x00003743 branch  0x00003f81 
+ 00016269  0x00003747 fetch  0x00000002 , 0x000046aa 
+ 00016270  0x00003748 store  0x00000002 , 0x000046b0 
+ 00016271  0x00003749 rtn 
+ 00016272  0x0000374d bpatch  0x000000e5 , 0x0000401c 
+ 00016273  0x0000374e arg  0x00000007 , 0x00000011 
+ 00016274  0x0000374f fetcht  0x00000002 , 0x0000446f 
+ 00016275  0x00003750 call  0x00005a64 
+ 00016276  0x00003751 fetch  0x00000007 , 0x0000469a 
+ 00016277  0x00003752 istore  0x00000007 , 0x00000005 
+ 00016278  0x00003753 rtn 
+ 00016279  0x00003756 bpatch  0x000000e6 , 0x0000401c 
+ 00016280  0x00003757 disable  0x00000028 
+ 00016281  0x00003758 setarg  0x00000000 
+ 00016282  0x00003759 store  0x00000006 , 0x0000469b 
+ 00016283  0x0000375a call  0x00003fb5 
+ 00016284  0x0000375b call  0x00004079 
+ 00016285  0x0000375c call  0x0000407e 
+ 00016286  0x0000375d call  0x00004099 
+ 00016287  0x0000375e nrtn  0x00000028 
+ 00016288  0x0000375f call  0x00003f8d 
+ 00016289  0x00003760 arg  0x00000008 , 0x00000007 
+ 00016290  0x00003761 branch  0x000043ce 
+ 00016291  0x00003764 fetch  0x00000002 , 0x0000469b 
+ 00016292  0x00003765 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016293  0x00003766 store  0x00000002 , 0x0000469b 
+ 00016294  0x00003767 branch  0x00007fe7 
+ 00016295  0x00003769 fetch  0x00000002 , 0x0000469d 
+ 00016296  0x0000376a sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016297  0x0000376b store  0x00000002 , 0x0000469d 
+ 00016298  0x0000376c branch  0x00007fe7 
+ 00016299  0x0000376e fetch  0x00000002 , 0x0000469d 
+ 00016300  0x0000376f sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016301  0x00003770 store  0x00000002 , 0x0000469d 
+ 00016302  0x00003771 fetch  0x00000002 , 0x0000469b 
+ 00016303  0x00003772 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016304  0x00003773 store  0x00000002 , 0x0000469b 
+ 00016305  0x00003774 call  0x00004002 
+ 00016306  0x00003775 branch  0x00007fe7 
+ 00016307  0x00003777 call  0x00004002 
+ 00016308  0x00003778 branch  0x00007fe7 
+ 00016309  0x0000377a fetch  0x00000001 , 0x00004239 
+ 00016310  0x0000377b rtnne  0x00000000 
+ 00016311  0x0000377c fetch  0x00000001 , 0x000046e0 
+ 00016312  0x0000377d beq  0x00000000 , 0x00003fe2 
+ 00016313  0x0000377e beq  0x00000001 , 0x00003fe2 
+ 00016314  0x0000377f beq  0x00000002 , 0x00003fe2 
+ 00016315  0x00003780 beq  0x00000003 , 0x00003fe2 
+ 00016316  0x00003781 beq  0x00000004 , 0x00003fc4 
+ 00016317  0x00003782 beq  0x00000005 , 0x00004010 
+ 00016318  0x00003783 beq  0x00000006 , 0x00003fe2 
+ 00016319  0x00003784 branch  0x00003fe2 
+ 00016320  0x00003787 fetch  0x00000001 , 0x000046a7 
+ 00016321  0x00003788 call  0x0000405d , 0x00000034 
+ 00016322  0x00003789 jam  0x00000001 , 0x000046a7 
+ 00016323  0x0000378a rtn 
+ 00016324  0x0000378e call  0x00003fc0 
+ 00016325  0x0000378f fetcht  0x00000001 , 0x000046f3 
+ 00016326  0x00003790 call  0x0000681d 
+ 00016327  0x00003791 nrtn  0x00000001 
+ 00016328  0x00003793 setarg  0x00000000 
+ 00016329  0x00003794 call  0x00006414 
+ 00016330  0x00003795 bne  0x00000030 , 0x000040d1 
+ 00016331  0x00003796 setarg  0x00000002 
+ 00016332  0x00003797 call  0x00006414 
+ 00016333  0x00003798 rtnbit0  0x00000007 
+ 00016334  0x00003799 call  0x0000405d 
+ 00016335  0x0000379a call  0x00003fde 
+ 00016336  0x0000379b store  0x00000001 , 0x000046a1 
+ 00016337  0x0000379c rshift4  0x0000003f , 0x0000003f 
+ 00016338  0x0000379d call  0x00004169 
+ 00016339  0x0000379e store  0x00000001 , 0x0000469c 
+ 00016340  0x0000379f fetch  0x00000001 , 0x000046a1 
+ 00016341  0x000037a0 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00016342  0x000037a1 call  0x00004169 
+ 00016343  0x000037a2 store  0x00000001 , 0x0000469e 
+ 00016344  0x000037a3 fetch  0x00000001 , 0x000046f6 
+ 00016345  0x000037a4 beq  0x00000000 , 0x00003fa3 
+ 00016346  0x000037a5 beq  0x00000001 , 0x00003fab 
+ 00016347  0x000037a6 beq  0x00000002 , 0x00003fa7 
+ 00016348  0x000037a7 beq  0x00000003 , 0x00003fb3 
+ 00016349  0x000037a8 rtn 
+ 00016350  0x000037ab setarg  0x00000012 
+ 00016351  0x000037ac branch  0x00006414 
+ 00016352  0x000037af beq  0x00000031 , 0x00003fea 
+ 00016353  0x000037b0 branch  0x000040d1 
+ 00016354  0x000037b3 call  0x00003fc0 
+ 00016355  0x000037b4 disable  0x00000028 
+ 00016356  0x000037b5 fetcht  0x00000001 , 0x000046f3 
+ 00016357  0x000037b6 call  0x0000681d 
+ 00016358  0x000037b7 nrtn  0x00000001 
+ 00016359  0x000037b9 setarg  0x00000000 
+ 00016360  0x000037ba call  0x00006414 
+ 00016361  0x000037bb bne  0x00000030 , 0x00003fe0 
+ 00016362  0x000037bd setarg  0x00000002 
+ 00016363  0x000037be call  0x00006414 
+ 00016364  0x000037bf rtnbit0  0x00000007 
+ 00016365  0x000037c0 call  0x0000405d 
+ 00016366  0x000037c1 fetch  0x00000001 , 0x0000469b 
+ 00016367  0x000037c2 call  0x00004165 
+ 00016368  0x000037c3 store  0x00000002 , 0x0000469b 
+ 00016369  0x000037c4 fetch  0x00000001 , 0x0000469d 
+ 00016370  0x000037c5 call  0x00004165 
+ 00016371  0x000037c6 store  0x00000002 , 0x0000469d 
+ 00016372  0x000037c7 fetch  0x00000001 , 0x000046f6 
+ 00016373  0x000037c8 beq  0x00000000 , 0x00003ffa 
+ 00016374  0x000037c9 beq  0x00000001 , 0x00003ffc 
+ 00016375  0x000037ca beq  0x00000002 , 0x00003ffe 
+ 00016376  0x000037cb beq  0x00000003 , 0x00004000 
+ 00016377  0x000037cc rtn 
+ 00016378  0x000037cf call  0x00003fa3 
+ 00016379  0x000037d0 branch  0x000040b3 
+ 00016380  0x000037d2 call  0x00003fab 
+ 00016381  0x000037d3 branch  0x000040b3 
+ 00016382  0x000037d5 call  0x00003fa7 
+ 00016383  0x000037d6 branch  0x000040b3 
+ 00016384  0x000037d8 call  0x00003fb3 
+ 00016385  0x000037d9 branch  0x000040b3 
+ 00016386  0x000037dc fetch  0x00000002 , 0x0000469d 
+ 00016387  0x000037dd fetcht  0x00000002 , 0x0000469b 
+ 00016388  0x000037de store  0x00000002 , 0x0000469b 
+ 00016389  0x000037df storet  0x00000002 , 0x0000469d 
+ 00016390  0x000037e0 rtn 
+ 00016391  0x000037e3 call  0x0000640f 
+ 00016392  0x000037e4 nop  0x00000064 
+ 00016393  0x000037e5 copy  0x00000012 , 0x0000003f 
+ 00016394  0x000037e6 call  0x00006414 
+ 00016395  0x000037e7 copy  0x0000003f , 0x00000012 
+ 00016396  0x000037e8 call  0x00006411 
+ 00016397  0x000037e9 nop  0x00000064 
+ 00016398  0x000037ea copy  0x00000012 , 0x0000003f 
+ 00016399  0x000037eb rtn 
+ 00016400  0x000037ed disable  0x00000028 
+ 00016401  0x000037ee fetcht  0x00000001 , 0x000046f3 
+ 00016402  0x000037ef call  0x0000681d 
+ 00016403  0x000037f0 nrtn  0x00000001 
+ 00016404  0x000037f1 arg  0x00000002 , 0x00000012 
+ 00016405  0x000037f2 call  0x00004007 
+ 00016406  0x000037f3 rtnbit0  0x00000007 
+ 00016407  0x000037f4 arg  0x00000000 , 0x00000012 
+ 00016408  0x000037f5 call  0x00004007 
+ 00016409  0x000037f6 store  0x00000001 , 0x000046dd 
+ 00016410  0x000037f7 bne  0x0000003e , 0x00004145 
+ 00016411  0x000037f8 fetch  0x00000001 , 0x000046a7 
+ 00016412  0x000037f9 call  0x00004039 , 0x00000034 
+ 00016413  0x000037fa jam  0x00000001 , 0x000046a7 
+ 00016414  0x000037fb call  0x00004039 
+ 00016415  0x000037fc fetch  0x00000001 , 0x000046a1 
+ 00016416  0x000037fd rshift4  0x0000003f , 0x0000003f 
+ 00016417  0x000037fe call  0x00004169 
+ 00016418  0x000037ff store  0x00000001 , 0x0000469c 
+ 00016419  0x00003800 fetch  0x00000001 , 0x000046a1 
+ 00016420  0x00003801 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00016421  0x00003802 call  0x00004169 
+ 00016422  0x00003803 store  0x00000001 , 0x0000469e 
+ 00016423  0x00003804 fetch  0x00000001 , 0x000046f6 
+ 00016424  0x00003805 beq  0x00000000 , 0x00004031 
+ 00016425  0x00003806 beq  0x00000001 , 0x00004035 
+ 00016426  0x00003807 beq  0x00000002 , 0x00004033 
+ 00016427  0x00003808 beq  0x00000003 , 0x00004037 
+ 00016428  0x00003809 rtn 
+ 00016429  0x0000380c fetch  0x00000001 , 0x000046a4 
+ 00016430  0x0000380d beq  0x00000000 , 0x00004051 
+ 00016431  0x0000380e beq  0x00000001 , 0x00004045 
+ 00016432  0x0000380f rtn 
+ 00016433  0x00003813 call  0x00003fa3 
+ 00016434  0x00003814 branch  0x0000402d 
+ 00016435  0x00003817 call  0x00003fa7 
+ 00016436  0x00003818 branch  0x0000402d 
+ 00016437  0x0000381b call  0x00003fab 
+ 00016438  0x0000381c branch  0x0000402d 
+ 00016439  0x0000381f call  0x00003fb3 
+ 00016440  0x00003820 branch  0x0000402d 
+ 00016441  0x00003823 call  0x0000640f 
+ 00016442  0x00003824 call  0x0000405d 
+ 00016443  0x00003825 arg  0x00000005 , 0x0000003f 
+ 00016444  0x00003826 call  0x00006414 
+ 00016445  0x00003827 store  0x00000001 , 0x000046a1 
+ 00016446  0x00003828 arg  0x00000007 , 0x0000003f 
+ 00016447  0x00003829 call  0x00006414 
+ 00016448  0x0000382a store  0x00000001 , 0x000046a2 
+ 00016449  0x0000382b arg  0x00000008 , 0x0000003f 
+ 00016450  0x0000382c call  0x00006414 
+ 00016451  0x0000382d store  0x00000001 , 0x000046a3 
+ 00016452  0x0000382e branch  0x00006411 
+ 00016453  0x00003832 fetch  0x00000001 , 0x000046a2 
+ 00016454  0x00003833 rtnne  0x00000000 
+ 00016455  0x00003834 fetch  0x00000001 , 0x000046a3 
+ 00016456  0x00003835 sub  0x0000003f , 0x0000002d , 0x0000003e 
+ 00016457  0x00003836 rtn  0x00000002 
+ 00016458  0x00003837 jam  0x00000000 , 0x000046a4 
+ 00016459  0x00003838 setarg  0x0000ba41 
+ 00016460  0x00003839 call  0x00006405 
+ 00016461  0x0000383a setarg  0x00000032 
+ 00016462  0x0000383b call  0x00006405 
+ 00016463  0x0000383c setarg  0x0000b541 
+ 00016464  0x0000383d branch  0x00006405 
+ 00016465  0x0000383f fetch  0x00000001 , 0x000046a2 
+ 00016466  0x00003840 rtnne  0x00000000 
+ 00016467  0x00003841 fetch  0x00000001 , 0x000046a3 
+ 00016468  0x00003842 sub  0x0000003f , 0x0000002d , 0x0000003e 
+ 00016469  0x00003843 nrtn  0x00000002 
+ 00016470  0x00003844 jam  0x00000001 , 0x000046a4 
+ 00016471  0x00003845 setarg  0x0000ba41 
+ 00016472  0x00003846 call  0x00006405 
+ 00016473  0x00003847 setarg  0x00008032 
+ 00016474  0x00003848 call  0x00006405 
+ 00016475  0x00003849 setarg  0x0000b541 
+ 00016476  0x0000384a branch  0x00006405 
+ 00016477  0x0000384f arg  0x00000003 , 0x0000003f 
+ 00016478  0x00003850 call  0x00006414 
+ 00016479  0x00003851 store  0x00000002 , 0x0000469b 
+ 00016480  0x00003852 arg  0x00000004 , 0x0000003f 
+ 00016481  0x00003853 call  0x00006414 
+ 00016482  0x00003854 store  0x00000002 , 0x0000469d 
+ 00016483  0x00003855 rtn 
+ 00016484  0x00003858 arg  0x0000001b , 0x00000002 
+ 00016485  0x00003859 call  0x000067fb 
+ 00016486  0x0000385a arg  0x0000001b , 0x00000002 
+ 00016487  0x0000385b call  0x0000681d 
+ 00016488  0x0000385c rtn  0x00000001 
+ 00016489  0x0000385d hfetch  0x00000001 , 0x00008109 
+ 00016490  0x0000385e set1  0x00000004 , 0x0000003f 
+ 00016491  0x0000385f hstore  0x00000001 , 0x00008109 
+ 00016492  0x00003860 rtn 
+ 00016493  0x00003863 fetcht  0x00000001 , 0x000046c0 
+ 00016494  0x00003864 hfetch  0x00000001 , 0x00008109 
+ 00016495  0x00003865 iadd  0x00000002 , 0x0000003f 
+ 00016496  0x00003866 rtn  0x00000034 
+ 00016497  0x00003867 store  0x00000001 , 0x0000469f 
+ 00016498  0x00003868 jam  0x00000000 , 0x000046c0 
+ 00016499  0x00003869 branch  0x00007fe7 
+ 00016500  0x0000386b fetcht  0x00000001 , 0x000046c0 
+ 00016501  0x0000386c hfetch  0x00000001 , 0x00008109 
+ 00016502  0x0000386d iadd  0x00000002 , 0x0000003f 
+ 00016503  0x0000386e store  0x00000001 , 0x000046c0 
+ 00016504  0x0000386f rtn 
+ 00016505  0x00003871 fetch  0x00000001 , 0x000046c0 
+ 00016506  0x00003872 rtn  0x00000034 
+ 00016507  0x00003873 store  0x00000001 , 0x0000469f 
+ 00016508  0x00003874 jam  0x00000000 , 0x000046c0 
+ 00016509  0x00003875 branch  0x00007fe7 
+ 00016510  0x00003878 fetch  0x00000001 , 0x000046ba 
+ 00016511  0x00003879 rtn  0x00000034 
+ 00016512  0x0000387a store  0x00000001 , 0x000046a0 
+ 00016513  0x0000387b jam  0x00000000 , 0x000046ba 
+ 00016514  0x0000387c branch  0x00007fe7 
+ 00016515  0x0000387f arg  0x00000000 , 0x00000011 
+ 00016516  0x00003880 fetcht  0x00000001 , 0x000046e2 
+ 00016517  0x00003881 call  0x0000681d 
+ 00016518  0x00003882 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016519  0x00003883 fetcht  0x00000001 , 0x000046e3 
+ 00016520  0x00003884 call  0x0000681d 
+ 00016521  0x00003885 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016522  0x00003886 fetcht  0x00000001 , 0x000046e4 
+ 00016523  0x00003887 call  0x0000681d 
+ 00016524  0x00003888 setflag  0x00000001 , 0x00000002 , 0x00000011 
+ 00016525  0x00003889 call  0x00004090 
+ 00016526  0x0000388a copy  0x00000011 , 0x0000003f 
+ 00016527  0x0000388b rtn 
+ 00016528  0x0000388d fetch  0x00000001 , 0x000046e5 
+ 00016529  0x0000388e rtneq  0x000000ff 
+ 00016530  0x0000388f fetcht  0x00000001 , 0x000046e5 
+ 00016531  0x00003890 call  0x0000681d 
+ 00016532  0x00003891 setflag  0x00000001 , 0x00000003 , 0x00000011 
+ 00016533  0x00003892 fetcht  0x00000001 , 0x000046e6 
+ 00016534  0x00003893 call  0x0000681d 
+ 00016535  0x00003894 setflag  0x00000001 , 0x00000004 , 0x00000011 
+ 00016536  0x00003895 rtn 
+ 00016537  0x00003898 call  0x00004083 
+ 00016538  0x00003899 call  0x000040a8 
+ 00016539  0x0000389a call  0x000040a3 
+ 00016540  0x0000389b copy  0x00000011 , 0x0000003f 
+ 00016541  0x0000389c fetcht  0x00000001 , 0x0000469a 
+ 00016542  0x0000389d store  0x00000001 , 0x0000469a 
+ 00016543  0x0000389e ixor  0x00000002 , 0x0000003f 
+ 00016544  0x0000389f sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00016545  0x000038a0 rtn  0x00000005 
+ 00016546  0x000038a1 branch  0x00007fe7 
+ 00016547  0x000038a4 rtnmark0  0x00000026 
+ 00016548  0x000038a5 copy  0x00000011 , 0x0000003f 
+ 00016549  0x000038a6 rtn  0x00000034 
+ 00016550  0x000038a7 store  0x00000001 , 0x0000469a 
+ 00016551  0x000038a8 branch  0x00007fe7 
+ 00016552  0x000038ac fetch  0x00000002 , 0x00004682 
+ 00016553  0x000038ad bbit1  0x00000009 , 0x000040ad 
+ 00016554  0x000038ae fetch  0x00000002 , 0x00004682 
+ 00016555  0x000038af bbit1  0x00000000 , 0x000040b0 
+ 00016556  0x000038b0 rtn 
+ 00016557  0x000038b2 copy  0x00000011 , 0x0000003f 
+ 00016558  0x000038b3 nbranch  0x00005820 , 0x00000034 
+ 00016559  0x000038b4 branch  0x00005822 
+ 00016560  0x000038b6 copy  0x00000011 , 0x0000003f 
+ 00016561  0x000038b7 nbranch  0x00002bc7 , 0x00000034 
+ 00016562  0x000038b8 branch  0x00002bc9 
+ 00016563  0x000038bc bpatch  0x000000e7 , 0x0000401c 
+ 00016564  0x000038bd arg  0x0000001a , 0x00000002 
+ 00016565  0x000038be fetch  0x00000004 , 0x000046d3 
+ 00016566  0x000038bf isolate1  0x00000012 , 0x0000003f 
+ 00016567  0x000038c0 call  0x000040be , 0x00000001 
+ 00016568  0x000038c1 call  0x0000681d 
+ 00016569  0x000038c2 rtn  0x00000001 
+ 00016570  0x000038c3 setarg  0x0000000a 
+ 00016571  0x000038c4 call  0x00006414 
+ 00016572  0x000038c5 nop  0x000003e8 
+ 00016573  0x000038c6 branch  0x000040b3 
+ 00016574  0x000038c8 arg  0x0000001f , 0x00000002 
+ 00016575  0x000038c9 rtn 
+ 00016576  0x000038cc fetch  0x00000004 , 0x000046d3 
+ 00016577  0x000038cd bbit1  0x00000012 , 0x000040c4 
+ 00016578  0x000038cf arg  0x0000001a , 0x00000002 
+ 00016579  0x000038d0 branch  0x000067fe 
+ 00016580  0x000038d2 arg  0x0000001f , 0x00000002 
+ 00016581  0x000038d3 branch  0x000067fe 
+ 00016582  0x000038d7 call  0x00003d36 
+ 00016583  0x000038d8 rtn  0x0000002b 
+ 00016584  0x000038d9 call  0x000040c0 
+ 00016585  0x000038da fetch  0x00000001 , 0x000046e0 
+ 00016586  0x000038db beq  0x00000005 , 0x000040d5 
+ 00016587  0x000038dd call  0x000040d9 
+ 00016588  0x000038de beq  0x00000030 , 0x000040e0 
+ 00016589  0x000038df beq  0x00000031 , 0x000040ea 
+ 00016590  0x000038e0 call  0x000040d1 
+ 00016591  0x000038e1 nop  0x000003e8 
+ 00016592  0x000038e2 branch  0x000040cb 
+ 00016593  0x000038e4 bpatch  0x000000e8 , 0x0000401d 
+ 00016594  0x000038e5 fetch  0x00000004 , 0x000046d3 
+ 00016595  0x000038e6 bbit1  0x00000012 , 0x000063e0 
+ 00016596  0x000038e7 branch  0x000063d1 
+ 00016597  0x000038ea call  0x000040d9 
+ 00016598  0x000038eb beq  0x0000003e , 0x0000414b 
+ 00016599  0x000038ec call  0x00004145 
+ 00016600  0x000038ed branch  0x000040d5 
+ 00016601  0x000038f0 setarg  0x00000001 
+ 00016602  0x000038f1 call  0x00006414 
+ 00016603  0x000038f2 store  0x00000001 , 0x000046de 
+ 00016604  0x000038f3 setarg  0x00000000 
+ 00016605  0x000038f4 call  0x00006414 
+ 00016606  0x000038f5 store  0x00000001 , 0x000046dd 
+ 00016607  0x000038f6 rtn 
+ 00016608  0x000038f8 fetch  0x00000001 , 0x000046de 
+ 00016609  0x000038f9 beq  0x000000d1 , 0x00004139 
+ 00016610  0x000038fa beq  0x000000d2 , 0x000040f8 
+ 00016611  0x000038fb beq  0x00000002 , 0x000040ee 
+ 00016612  0x000038fc beq  0x00000054 , 0x000040e6 
+ 00016613  0x000038fd rtn 
+ 00016614  0x000038ff jam  0x00000002 , 0x000046e0 
+ 00016615  0x00003900 rtn 
+ 00016616  0x00003902 jam  0x00000006 , 0x000046e0 
+ 00016617  0x00003903 rtn 
+ 00016618  0x00003905 fetch  0x00000001 , 0x000046de 
+ 00016619  0x00003906 beq  0x00000070 , 0x000040e8 
+ 00016620  0x00003907 jam  0x00000001 , 0x000046e0 
+ 00016621  0x00003908 rtn 
+ 00016622  0x0000390a jam  0x00000004 , 0x000046e0 
+ 00016623  0x0000390b call  0x000040f6 
+ 00016624  0x0000390c setarg  0x00003426 
+ 00016625  0x0000390d call  0x00006413 
+ 00016626  0x0000390e setarg  0x00000419 
+ 00016627  0x0000390f call  0x00006413 
+ 00016628  0x00003911 setarg  0x00000009 
+ 00016629  0x00003912 branch  0x00006413 
+ 00016630  0x00003914 setarg  0x00005a09 
+ 00016631  0x00003915 branch  0x00006413 
+ 00016632  0x00003918 jam  0x00000003 , 0x000046e0 
+ 00016633  0x00003919 call  0x000040f6 
+ 00016634  0x0000391a setarg  0x00000f0d 
+ 00016635  0x0000391b call  0x00006413 
+ 00016636  0x0000391c setarg  0x0000e31d 
+ 00016637  0x0000391d call  0x00006413 
+ 00016638  0x0000391e setarg  0x0000d27d 
+ 00016639  0x0000391f call  0x00006413 
+ 00016640  0x00003920 call  0x00004102 
+ 00016641  0x00003921 branch  0x0000411a 
+ 00016642  0x00003924 setarg  0x0000351b 
+ 00016643  0x00003925 call  0x00006413 
+ 00016644  0x00003926 setarg  0x0000b428 
+ 00016645  0x00003927 call  0x00006413 
+ 00016646  0x00003928 setarg  0x00004629 
+ 00016647  0x00003929 call  0x00006413 
+ 00016648  0x0000392a setarg  0x0000962a 
+ 00016649  0x0000392b call  0x00006413 
+ 00016650  0x0000392c setarg  0x00008c2b 
+ 00016651  0x0000392d call  0x00006413 
+ 00016652  0x0000392e setarg  0x00006e2c 
+ 00016653  0x0000392f call  0x00006413 
+ 00016654  0x00003930 setarg  0x0000642d 
+ 00016655  0x00003931 call  0x00006413 
+ 00016656  0x00003932 setarg  0x00005f38 
+ 00016657  0x00003933 call  0x00006413 
+ 00016658  0x00003934 setarg  0x00000f39 
+ 00016659  0x00003935 call  0x00006413 
+ 00016660  0x00003936 setarg  0x0000323a 
+ 00016661  0x00003937 call  0x00006413 
+ 00016662  0x00003938 setarg  0x0000473b 
+ 00016663  0x00003939 call  0x00006413 
+ 00016664  0x0000393a setarg  0x00001042 
+ 00016665  0x0000393b branch  0x00006413 
+ 00016666  0x0000393d setarg  0x00002e54 
+ 00016667  0x0000393e call  0x00006413 
+ 00016668  0x0000393f setarg  0x0000f255 
+ 00016669  0x00003940 call  0x00006413 
+ 00016670  0x00003941 setarg  0x0000f461 
+ 00016671  0x00003942 call  0x00006413 
+ 00016672  0x00003943 setarg  0x00007063 
+ 00016673  0x00003944 call  0x00006413 
+ 00016674  0x00003945 setarg  0x00005275 
+ 00016675  0x00003946 call  0x00006413 
+ 00016676  0x00003947 setarg  0x00004176 
+ 00016677  0x00003948 call  0x00006413 
+ 00016678  0x00003949 setarg  0x0000ed77 
+ 00016679  0x0000394a call  0x00006413 
+ 00016680  0x0000394b setarg  0x00002378 
+ 00016681  0x0000394c call  0x00006413 
+ 00016682  0x0000394d setarg  0x00004679 
+ 00016683  0x0000394e call  0x00006413 
+ 00016684  0x0000394f setarg  0x0000e57a 
+ 00016685  0x00003950 call  0x00006413 
+ 00016686  0x00003951 setarg  0x0000487c 
+ 00016687  0x00003952 call  0x00006413 
+ 00016688  0x00003953 setarg  0x0000777e 
+ 00016689  0x00003954 call  0x00006413 
+ 00016690  0x00003955 setarg  0x0000017f 
+ 00016691  0x00003956 call  0x00006413 
+ 00016692  0x00003957 setarg  0x0000000b 
+ 00016693  0x00003958 call  0x00006413 
+ 00016694  0x00003959 setarg  0x0000007f 
+ 00016695  0x0000395a call  0x00006413 
+ 00016696  0x0000395b branch  0x000040f4 
+ 00016697  0x0000395f jam  0x00000000 , 0x000046e0 
+ 00016698  0x00003960 call  0x000040f6 
+ 00016699  0x00003961 setarg  0x0000100d 
+ 00016700  0x00003962 call  0x00006413 
+ 00016701  0x00003963 setarg  0x0000ed1d 
+ 00016702  0x00003964 call  0x00006413 
+ 00016703  0x00003965 setarg  0x0000807d 
+ 00016704  0x00003966 call  0x00006413 
+ 00016705  0x00003967 call  0x00004102 
+ 00016706  0x00003968 setarg  0x00000943 
+ 00016707  0x00003969 call  0x00006413 
+ 00016708  0x0000396a branch  0x0000411a 
+ 00016709  0x0000396e fetcht  0x00000001 , 0x000046dc 
+ 00016710  0x0000396f call  0x00006829 
+ 00016711  0x00003970 call  0x00007ec1 
+ 00016712  0x00003971 fetcht  0x00000001 , 0x000046dc 
+ 00016713  0x00003972 call  0x00006825 
+ 00016714  0x00003973 branch  0x00007ec1 
+ 00016715  0x00003976 jam  0x00000005 , 0x000046e0 
+ 00016716  0x00003977 setarg  0x0000ba41 
+ 00016717  0x00003978 call  0x00006405 
+ 00016718  0x00003979 setarg  0x00000d11 
+ 00016719  0x0000397a call  0x00006405 
+ 00016720  0x0000397b setarg  0x0000041b 
+ 00016721  0x0000397c call  0x00006405 
+ 00016722  0x0000397d setarg  0x0000041c 
+ 00016723  0x0000397e call  0x00006405 
+ 00016724  0x0000397f setarg  0x00000f1d 
+ 00016725  0x00003980 call  0x00006405 
+ 00016726  0x00003981 setarg  0x00000032 
+ 00016727  0x00003982 call  0x00006405 
+ 00016728  0x00003983 setarg  0x0000b541 
+ 00016729  0x00003984 branch  0x00006405 
+ 00016730  0x00003989 setarg  0x0000ba41 
+ 00016731  0x0000398a call  0x00006405 
+ 00016732  0x0000398b nop  0x00000fa0 
+ 00016733  0x0000398c setarg  0x0000ff7f 
+ 00016734  0x0000398d call  0x00006405 
+ 00016735  0x0000398e copy  0x00000011 , 0x0000003f 
+ 00016736  0x0000398f call  0x00006405 
+ 00016737  0x00003990 setarg  0x0000007f 
+ 00016738  0x00003991 call  0x00006405 
+ 00016739  0x00003992 setarg  0x0000b541 
+ 00016740  0x00003993 branch  0x00006405 
+ 00016741  0x00003996 rtnbit0  0x00000007 
+ 00016742  0x00003997 arg  0x0000ff00 , 0x00000002 
+ 00016743  0x00003998 ior  0x00000002 , 0x0000003f 
+ 00016744  0x00003999 rtn 
+ 00016745  0x0000399c rtnbit0  0x00000003 
+ 00016746  0x0000399d arg  0x000000f0 , 0x00000002 
+ 00016747  0x0000399e ior  0x00000002 , 0x0000003f 
+ 00016748  0x0000399f rtn 
+ 00016749  0x000039a3 call  0x00005892 
+ 00016750  0x000039a4 nrtn  0x00000034 
+ 00016751  0x000039a5 fetch  0x00000001 , 0x000046c5 
+ 00016752  0x000039a6 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00016753  0x000039a7 rtnne  0x00000003 
+ 00016754  0x000039a8 fetch  0x00000004 , 0x000046d3 
+ 00016755  0x000039a9 bbit1  0x00000003 , 0x00004179 
+ 00016756  0x000039aa bbit1  0x00000000 , 0x00004179 
+ 00016757  0x000039ab bbit1  0x00000005 , 0x00004179 
+ 00016758  0x000039ac call  0x00003f97 
+ 00016759  0x000039ad nrtn  0x00000028 
+ 00016760  0x000039ae branch  0x00003f90 
+ 00016761  0x000039b1 setarg  0x00000000 
+ 00016762  0x000039b2 store  0x00000007 , 0x0000469a 
+ 00016763  0x000039b3 branch  0x00003f90 
+ 00016764  0x000039b6 copy  0x00000013 , 0x0000003f 
+ 00016765  0x000039b7 beq  0x00000014 , 0x000041c3 
+ 00016766  0x000039b8 beq  0x00000001 , 0x000042ca 
+ 00016767  0x000039b9 beq  0x00000015 , 0x000041d9 
+ 00016768  0x000039ba beq  0x00000002 , 0x000041d9 
+ 00016769  0x000039bb beq  0x00000005 , 0x000041d6 
+ 00016770  0x000039bc beq  0x00000010 , 0x0000426c 
+ 00016771  0x000039bd beq  0x00000012 , 0x0000429b 
+ 00016772  0x000039be beq  0x00000006 , 0x000041d5 
+ 00016773  0x000039bf beq  0x00000004 , 0x000041cc 
+ 00016774  0x000039c0 beq  0x00000013 , 0x000041cc 
+ 00016775  0x000039c1 beq  0x0000000a , 0x000041ca 
+ 00016776  0x000039c2 beq  0x0000002e , 0x000033cd 
+ 00016777  0x000039c3 beq  0x00000031 , 0x000041b4 
+ 00016778  0x000039c4 beq  0x00000032 , 0x000041b6 
+ 00016779  0x000039c5 beq  0x0000003e , 0x00004191 
+ 00016780  0x000039c6 beq  0x00000027 , 0x0000438e 
+ 00016781  0x000039c7 beq  0x00000039 , 0x0000419c 
+ 00016782  0x000039c8 beq  0x0000003a , 0x00004192 
+ 00016783  0x000039c9 beq  0x0000003c , 0x0000419a 
+ 00016784  0x000039ca rtn 
+ 00016785  0x000039ce branch  0x00003410 
+ 00016786  0x000039d1 jam  0x00000001 , 0x0000478b 
+ 00016787  0x000039d2 fetch  0x00000001 , 0x0000471e 
+ 00016788  0x000039d3 nbranch  0x00004492 , 0x00000034 
+ 00016789  0x000039d4 fetch  0x00000001 , 0x00004720 
+ 00016790  0x000039d5 fetcht  0x00000001 , 0x00004703 
+ 00016791  0x000039d6 isub  0x00000002 , 0x0000003e 
+ 00016792  0x000039d7 branch  0x0000340a , 0x00000005 
+ 00016793  0x000039d8 rtn 
+ 00016794  0x000039da jam  0x00000001 , 0x0000478b 
+ 00016795  0x000039db rtn 
+ 00016796  0x000039dd jam  0x00000001 , 0x0000478b 
+ 00016797  0x000039de arg  0x00000003 , 0x00000007 
+ 00016798  0x000039df call  0x000043d2 
+ 00016799  0x000039e0 setarg  0x00000000 
+ 00016800  0x000039e1 store  0x00000002 , 0x00004707 
+ 00016801  0x000039e2 jam  0x00000000 , 0x000046a7 
+ 00016802  0x000039e4 fetch  0x00000001 , 0x000046e0 
+ 00016803  0x000039e5 sub  0x0000003f , 0x00000005 , 0x0000003e 
+ 00016804  0x000039e6 call  0x00004039 , 0x00000005 
+ 00016805  0x000039e7 ncall  0x0000405d , 0x00000005 
+ 00016806  0x000039e9 fetch  0x00000001 , 0x00000004 , 0x000046d3 
+ 00016807  0x000039ea bbit1  0x00000013 , 0x000041af 
+ 00016808  0x000039eb call  0x000041aa 
+ 00016809  0x000039ec branch  0x000065d1 
+ 00016810  0x000039ef call  0x00002c7a 
+ 00016811  0x000039f0 add  0x00000013 , 0x000000ae , 0x00000011 
+ 00016812  0x000039f1 arg  0x0000005b , 0x00000012 
+ 00016813  0x000039f2 arg  0x00000004 , 0x00000002 
+ 00016814  0x000039f3 rtn 
+ 00016815  0x000039f6 call  0x00002c7a 
+ 00016816  0x000039f7 add  0x00000013 , 0x000000ae , 0x00000012 
+ 00016817  0x000039f8 ifetch  0x00000001 , 0x00000012 
+ 00016818  0x000039f9 store  0x00000001 , 0x0000477b 
+ 00016819  0x000039fa branch  0x00004435 
+ 00016820  0x000039fe arg  0x00000002 , 0x00000007 
+ 00016821  0x000039ff branch  0x000041b9 
+ 00016822  0x00003a01 jam  0x00000002 , 0x000046c6 
+ 00016823  0x00003a02 arg  0x00000001 , 0x00000007 
+ 00016824  0x00003a03 branch  0x000041b9 
+ 00016825  0x00003a07 fetch  0x00000001 , 0x000046c5 
+ 00016826  0x00003a08 qset1  0x0000003f 
+ 00016827  0x00003a09 store  0x00000001 , 0x000046c5 
+ 00016828  0x00003a0a rtn 
+ 00016829  0x00003a0d fetch  0x00000001 , 0x000046c5 
+ 00016830  0x00003a0e qset0  0x0000003f 
+ 00016831  0x00003a0f store  0x00000001 , 0x000046c5 
+ 00016832  0x00003a10 rtn 
+ 00016833  0x00003a12 jam  0x00000000 , 0x000046c5 
+ 00016834  0x00003a13 rtn 
+ 00016835  0x00003a16 fetch  0x00000002 , 0x0000420a 
+ 00016836  0x00003a17 set0  0x00000000 , 0x0000003f 
+ 00016837  0x00003a18 store  0x00000002 , 0x0000420a 
+ 00016838  0x00003a19 setarg  0x00000000 
+ 00016839  0x00003a1a store  0x00000002 , 0x000046ae 
+ 00016840  0x00003a1b call  0x00003f8d 
+ 00016841  0x00003a1c branch  0x000042ca 
+ 00016842  0x00003a1f call  0x000063cb 
+ 00016843  0x00003a20 branch  0x000033dd 
+ 00016844  0x00003a23 fetch  0x00000001 , 0x0000471e 
+ 00016845  0x00003a24 nbranch  0x00004492 , 0x00000034 
+ 00016846  0x00003a25 fetch  0x00000002 , 0x00004682 
+ 00016847  0x00003a26 bbit1  0x0000000c , 0x000042b0 
+ 00016848  0x00003a27 fetch  0x00000004 , 0x000046d3 
+ 00016849  0x00003a28 bbit1  0x00000000 , 0x000041d7 
+ 00016850  0x00003a29 bbit1  0x00000005 , 0x000042b0 
+ 00016851  0x00003a2a bbit1  0x00000003 , 0x00002ead 
+ 00016852  0x00003a2b branch  0x000033a7 
+ 00016853  0x00003a2f branch  0x00003f74 
+ 00016854  0x00003a32 rtn 
+ 00016855  0x00003a35 call  0x000043c0 
+ 00016856  0x00003a36 branch  0x0000659a 
+ 00016857  0x00003a39 bpatch  0x000000e9 , 0x0000401d 
+ 00016858  0x00003a3a call  0x000041e7 
+ 00016859  0x00003a3b fetch  0x00000004 , 0x000046d3 
+ 00016860  0x00003a3c bbit1  0x00000000 , 0x000041d7 
+ 00016861  0x00003a3d bbit1  0x00000003 , 0x00002ead 
+ 00016862  0x00003a3e fetch  0x00000001 , 0x0000471e 
+ 00016863  0x00003a3f nbranch  0x00004492 , 0x00000034 
+ 00016864  0x00003a40 fetch  0x00000002 , 0x00004208 
+ 00016865  0x00003a41 bbit1  0x00000007 , 0x000041f5 
+ 00016866  0x00003a42 bbit1  0x00000000 , 0x000033a9 
+ 00016867  0x00003a43 bbit1  0x00000001 , 0x000041ef 
+ 00016868  0x00003a44 bbit1  0x00000002 , 0x000041f2 
+ 00016869  0x00003a45 bbit1  0x00000003 , 0x000041f2 
+ 00016870  0x00003a46 branch  0x000042b0 
+ 00016871  0x00003a48 setarg  0x00000000 
+ 00016872  0x00003a49 store  0x00000008 , 0x000046b7 
+ 00016873  0x00003a4a istore  0x00000004 , 0x00000005 
+ 00016874  0x00003a4b jam  0x00000000 , 0x000046b4 
+ 00016875  0x00003a4c jam  0x00000000 , 0x000046a7 
+ 00016876  0x00003a4d jam  0x00000000 , 0x000041e2 
+ 00016877  0x00003a4e jam  0x00000000 , 0x00004429 
+ 00016878  0x00003a4f rtn 
+ 00016879  0x00003a52 bbit1  0x00000005 , 0x000041f2 
+ 00016880  0x00003a53 bbit1  0x00000003 , 0x000041f2 
+ 00016881  0x00003a54 branch  0x000042b0 
+ 00016882  0x00003a56 fetch  0x00000002 , 0x00004682 
+ 00016883  0x00003a57 bbit1  0x0000000c , 0x000042b0 
+ 00016884  0x00003a58 branch  0x000033a7 
+ 00016885  0x00003a5b call  0x000041c1 
+ 00016886  0x00003a5c fetch  0x00000002 , 0x00004208 
+ 00016887  0x00003a5d bbit1  0x00000000 , 0x000033a9 
+ 00016888  0x00003a5e branch  0x000033a7 
+ 00016889  0x00003a61 call  0x000043d6 
+ 00016890  0x00003a62 call  0x00004243 
+ 00016891  0x00003a63 call  0x00004246 
+ 00016892  0x00003a64 call  0x00004250 
+ 00016893  0x00003a65 call  0x0000445d 
+ 00016894  0x00003a67 call  0x00004443 
+ 00016895  0x00003a68 call  0x00004333 
+ 00016896  0x00003a69 call  0x000043a5 
+ 00016897  0x00003a6a call  0x000043eb 
+ 00016898  0x00003a6b call  0x00004209 
+ 00016899  0x00003a6c call  0x00004231 
+ 00016900  0x00003a6d call  0x00004234 
+ 00016901  0x00003a6e call  0x00004237 
+ 00016902  0x00003a6f call  0x0000423a 
+ 00016903  0x00003a70 call  0x0000423d 
+ 00016904  0x00003a71 branch  0x00004240 
+ 00016905  0x00003a76 fetch  0x00000001 , 0x00004711 
+ 00016906  0x00003a77 rtn  0x00000034 
+ 00016907  0x00003a78 increase  0xffffffff , 0x0000003f 
+ 00016908  0x00003a79 store  0x00000001 , 0x00004711 
+ 00016909  0x00003a7a nrtn  0x00000034 
+ 00016910  0x00003a7b branch  0x0000420f 
+ 00016911  0x00003a7d fetch  0x00000001 , 0x00004712 
+ 00016912  0x00003a7e rtneq  0x00000000 
+ 00016913  0x00003a7f beq  0x00000005 , 0x00004216 
+ 00016914  0x00003a81 call  0x00004225 
+ 00016915  0x00003a82 jam  0x00000005 , 0x00004712 
+ 00016916  0x00003a83 jam  0x00000005 , 0x00004711 
+ 00016917  0x00003a84 rtn 
+ 00016918  0x00003a86 call  0x0000422c 
+ 00016919  0x00003a87 jam  0x00000004 , 0x00004712 
+ 00016920  0x00003a88 jam  0x00000005 , 0x00004711 
+ 00016921  0x00003a89 rtn 
+ 00016922  0x00003a8d setarg  0x00008006 
+ 00016923  0x00003a8e call  0x00006413 
+ 00016924  0x00003a8f nop  0x000003e8 
+ 00016925  0x00003a90 jam  0x00000000 , 0x00004711 
+ 00016926  0x00003a91 jam  0x00000000 , 0x00004712 
+ 00016927  0x00003a92 branch  0x000040e0 
+ 00016928  0x00003a95 setarg  0x0000a006 
+ 00016929  0x00003a96 call  0x00006413 
+ 00016930  0x00003a97 setarg  0x0000a005 
+ 00016931  0x00003a98 branch  0x00006413 
+ 00016932  0x00003a9a jam  0x00000000 , 0x00004711 
+ 00016933  0x00003a9c fetch  0x00000001 , 0x000046e0 
+ 00016934  0x00003a9d beq  0x00000004 , 0x00004220 
+ 00016935  0x00003a9e setarg  0x00000106 
+ 00016936  0x00003a9f call  0x00006413 
+ 00016937  0x00003aa0 setarg  0x0000a105 
+ 00016938  0x00003aa1 branch  0x00006413 
+ 00016939  0x00003aa4 jam  0x00000000 , 0x00004711 
+ 00016940  0x00003aa6 setarg  0x00000906 
+ 00016941  0x00003aa7 branch  0x00006413 
+ 00016942  0x00003aa9 jam  0x00000005 , 0x00004711 
+ 00016943  0x00003aaa jam  0x00000001 , 0x00004712 
+ 00016944  0x00003aab rtn 
+ 00016945  0x00003aae arg  0x00004680 , 0x00000013 
+ 00016946  0x00003aaf arg  0x0000429b , 0x00000012 
+ 00016947  0x00003ab0 branch  0x0000336d 
+ 00016948  0x00003ab3 arg  0x000046ac , 0x00000013 
+ 00016949  0x00003ab4 arg  0x00004264 , 0x00000012 
+ 00016950  0x00003ab5 branch  0x00003374 
+ 00016951  0x00003ab8 arg  0x000046ae , 0x00000013 
+ 00016952  0x00003ab9 arg  0x00004266 , 0x00000012 
+ 00016953  0x00003aba branch  0x00003374 
+ 00016954  0x00003abd arg  0x000046b0 , 0x00000013 
+ 00016955  0x00003abe arg  0x0000426a , 0x00000012 
+ 00016956  0x00003abf branch  0x00003374 
+ 00016957  0x00003ac2 arg  0x000046c4 , 0x00000013 
+ 00016958  0x00003ac3 arg  0x00004478 , 0x00000012 
+ 00016959  0x00003ac4 branch  0x0000336d 
+ 00016960  0x00003ac9 arg  0x000046c6 , 0x00000013 
+ 00016961  0x00003aca arg  0x0000425e , 0x00000012 
+ 00016962  0x00003acb branch  0x0000336d 
+ 00016963  0x00003ace arg  0x00004704 , 0x00000013 
+ 00016964  0x00003acf arg  0x00004249 , 0x00000012 
+ 00016965  0x00003ad0 branch  0x0000336d 
+ 00016966  0x00003ad3 arg  0x00004707 , 0x00000013 
+ 00016967  0x00003ad4 arg  0x00004249 , 0x00000012 
+ 00016968  0x00003ad5 branch  0x00003374 
+ 00016969  0x00003ad8 rtn 
+ 00016970  0x00003adc fetch  0x00000004 , 0x000046d3 
+ 00016971  0x00003add rtnbit0  0x00000017 
+ 00016972  0x00003ade jam  0x0000000a , 0x000046df 
+ 00016973  0x00003adf fetch  0x00000001 , 0x000046f4 
+ 00016974  0x00003ae0 store  0x00000001 , 0x00004715 
+ 00016975  0x00003ae1 rtn 
+ 00016976  0x00003ae5 arg  0x000046df , 0x00000013 
+ 00016977  0x00003ae6 arg  0x00004253 , 0x00000012 
+ 00016978  0x00003ae7 branch  0x0000336d 
+ 00016979  0x00003ae9 fetch  0x00000001 , 0x000046f4 
+ 00016980  0x00003aea store  0x00000001 , 0x00004715 
+ 00016981  0x00003aeb setarg  0x00000190 
+ 00016982  0x00003aec store  0x00000002 , 0x00004716 
+ 00016983  0x00003aed store  0x00000002 , 0x00004718 
+ 00016984  0x00003aee arg  0x00000000 , 0x00000011 
+ 00016985  0x00003aef fetcht  0x00000001 , 0x0000477a 
+ 00016986  0x00003af0 increase  0x00000001 , 0x00000002 
+ 00016987  0x00003af1 storet  0x00000001 , 0x00004714 
+ 00016988  0x00003af2 jam  0x00000001 , 0x00004713 
+ 00016989  0x00003af3 rtn 
+ 00016990  0x00003af6 fetch  0x00000001 , 0x000046c5 
+ 00016991  0x00003af7 rtnbit1  0x00000002 
+ 00016992  0x00003af8 jam  0x00000012 , 0x00000a99 
+ 00016993  0x00003af9 call  0x00007d8f 
+ 00016994  0x00003afa arg  0x00000000 , 0x00000007 
+ 00016995  0x00003afb branch  0x000041b9 
+ 00016996  0x00003aff call  0x000042ca 
+ 00016997  0x00003b00 branch  0x0000340a 
+ 00016998  0x00003b03 call  0x000033f6 
+ 00016999  0x00003b04 fetch  0x00000001 , 0x0000471e 
+ 00017000  0x00003b05 nbranch  0x00004492 , 0x00000034 
+ 00017001  0x00003b06 branch  0x0000340a 
+ 00017002  0x00003b09 bmark1  0x00000026 , 0x00007e1d 
+ 00017003  0x00003b0a branch  0x00004386 
+ 00017004  0x00003b0f bpatch  0x000000ea , 0x0000401d 
+ 00017005  0x00003b10 jam  0x00000000 , 0x000046b4 
+ 00017006  0x00003b11 call  0x00004386 
+ 00017007  0x00003b12 call  0x000041c1 
+ 00017008  0x00003b13 branch  0x000042b0 
+ 00017009  0x00003b18 fetch  0x00000006 , 0x000041d0 
+ 00017010  0x00003b19 branch  0x000033eb , 0x00000034 
+ 00017011  0x00003b1a call  0x0000427e 
+ 00017012  0x00003b1b jam  0x00000017 , 0x0000016d 
+ 00017013  0x00003b1c fetch  0x00000001 , 0x0000465a 
+ 00017014  0x00003b1d nbranch  0x000033e1 , 0x00000034 
+ 00017015  0x00003b1e jam  0x00000004 , 0x0000016d 
+ 00017016  0x00003b1f branch  0x000033e1 
+ 00017017  0x00003b22 fetch  0x00000002 , 0x000046a8 
+ 00017018  0x00003b23 store  0x00000002 , 0x000046ae 
+ 00017019  0x00003b24 call  0x0000427e 
+ 00017020  0x00003b25 call  0x00003418 
+ 00017021  0x00003b26 branch  0x00007df4 
+ 00017022  0x00003b29 setarg  0x000000c8 
+ 00017023  0x00003b2a store  0x00000002 , 0x00004716 
+ 00017024  0x00003b2b store  0x00000002 , 0x00004718 
+ 00017025  0x00003b2c branch  0x00004285 
+ 00017026  0x00003b2f setarg  0x000003e8 
+ 00017027  0x00003b30 store  0x00000002 , 0x00004716 
+ 00017028  0x00003b31 store  0x00000002 , 0x00004718 
+ 00017029  0x00003b33 fetch  0x00000001 , 0x00004720 
+ 00017030  0x00003b34 beq  0x00000001 , 0x0000428a 
+ 00017031  0x00003b35 beq  0x00000002 , 0x0000428c 
+ 00017032  0x00003b36 beq  0x00000003 , 0x0000428e 
+ 00017033  0x00003b37 rtn 
+ 00017034  0x00003b39 fetch  0x00000001 , 0x000046f0 
+ 00017035  0x00003b3a branch  0x0000428f 
+ 00017036  0x00003b3c fetch  0x00000001 , 0x000046f1 
+ 00017037  0x00003b3d branch  0x0000428f 
+ 00017038  0x00003b3f fetch  0x00000001 , 0x000046f2 
+ 00017039  0x00003b41 store  0x00000001 , 0x00000aa2 
+ 00017040  0x00003b42 call  0x00004482 
+ 00017041  0x00003b43 fetch  0x00000001 , 0x00000aa2 
+ 00017042  0x00003b44 store  0x00000001 , 0x00004715 
+ 00017043  0x00003b45 arg  0x00000000 , 0x00000011 
+ 00017044  0x00003b46 jam  0x00000001 , 0x00004713 
+ 00017045  0x00003b47 branch  0x00007d1e 
+ 00017046  0x00003b4a arg  0x00000000 , 0x00000011 
+ 00017047  0x00003b4b branch  0x00007d19 
+ 00017048  0x00003b4d arg  0x00000000 , 0x00000011 
+ 00017049  0x00003b4e branch  0x00007d14 
+ 00017050  0x00003b51 branch  0x000041c1 
+ 00017051  0x00003b54 jam  0x00000001 , 0x000041e2 
+ 00017052  0x00003b55 call  0x00003416 
+ 00017053  0x00003b56 call  0x00003412 
+ 00017054  0x00003b57 setarg  0x00000000 
+ 00017055  0x00003b58 store  0x00000002 , 0x0000467e 
+ 00017056  0x00003b59 store  0x00000001 , 0x00004680 
+ 00017057  0x00003b5a branch  0x0000340e 
+ 00017058  0x00003b5d call  0x0000435f 
+ 00017059  0x00003b5e fetch  0x00000001 , 0x00004720 
+ 00017060  0x00003b5f fetcht  0x00000001 , 0x00004703 
+ 00017061  0x00003b60 isub  0x00000002 , 0x0000003e 
+ 00017062  0x00003b61 branch  0x000042ab , 0x00000005 
+ 00017063  0x00003b62 fetch  0x00000001 , 0x00004210 
+ 00017064  0x00003b63 beq  0x00000033 , 0x00004271 
+ 00017065  0x00003b64 beq  0x00000034 , 0x00004279 
+ 00017066  0x00003b65 branch  0x000042b0 
+ 00017067  0x00003b67 call  0x00003d57 
+ 00017068  0x00003b68 rtnmark1  0x00000026 
+ 00017069  0x00003b69 fetch  0x00000001 , 0x0000471e 
+ 00017070  0x00003b6a nbranch  0x00004492 , 0x00000034 
+ 00017071  0x00003b6b rtn 
+ 00017072  0x00003b6e bpatch  0x000000eb , 0x0000401d 
+ 00017073  0x00003b6f fetch  0x00000002 , 0x00004682 
+ 00017074  0x00003b70 bbit1  0x0000000b , 0x000042b7 
+ 00017075  0x00003b71 fetch  0x00000004 , 0x000046d3 
+ 00017076  0x00003b72 bbit0  0x00000018 , 0x000042b7 
+ 00017077  0x00003b73 random  0x0000003f 
+ 00017078  0x00003b74 store  0x00000001 , 0x000044a1 
+ 00017079  0x00003b76 call  0x00003418 
+ 00017080  0x00003b77 fetch  0x00000002 , 0x00004687 
+ 00017081  0x00003b78 store  0x00000002 , 0x000046ac 
+ 00017082  0x00003b79 jam  0x00000006 , 0x0000016d 
+ 00017083  0x00003b7a setarg  0x00000000 
+ 00017084  0x00003b7b store  0x00000002 , 0x000046b0 
+ 00017085  0x00003b7c store  0x00000002 , 0x000046ae 
+ 00017086  0x00003b7d arg  0x00000007 , 0x00000007 
+ 00017087  0x00003b7e call  0x000043ce 
+ 00017088  0x00003b7f call  0x000043ca 
+ 00017089  0x00003b80 fetch  0x00000001 , 0x00004092 
+ 00017090  0x00003b81 isolate1  0x00000001 , 0x0000003f 
+ 00017091  0x00003b82 call  0x00007df4 , 0x00000001 
+ 00017092  0x00003b83 fetch  0x00000001 , 0x00004092 
+ 00017093  0x00003b84 isolate1  0x00000000 , 0x0000003f 
+ 00017094  0x00003b85 call  0x00007ddd , 0x00000001 
+ 00017095  0x00003b86 fetch  0x00000004 , 0x000046d3 
+ 00017096  0x00003b87 bbit1  0x0000001c , 0x0000422e 
+ 00017097  0x00003b88 branch  0x00004282 
+ 00017098  0x00003b8b bpatch  0x000000ec , 0x0000401d 
+ 00017099  0x00003b8c fetch  0x00000001 , 0x00004092 
+ 00017100  0x00003b8d isolate1  0x00000001 , 0x0000003f 
+ 00017101  0x00003b8e call  0x000042d4 , 0x00000001 
+ 00017102  0x00003b8f fetch  0x00000001 , 0x00004092 
+ 00017103  0x00003b90 isolate1  0x00000000 , 0x0000003f 
+ 00017104  0x00003b91 call  0x000042d7 , 0x00000001 
+ 00017105  0x00003b92 fetch  0x00000004 , 0x000046d3 
+ 00017106  0x00003b93 bbit1  0x0000001c , 0x0000421a 
+ 00017107  0x00003b94 branch  0x00004482 
+ 00017108  0x00003b96 setarg  0x00000000 
+ 00017109  0x00003b97 store  0x00000002 , 0x000046ae 
+ 00017110  0x00003b98 branch  0x00007dfa 
+ 00017111  0x00003b9a setarg  0x00000000 
+ 00017112  0x00003b9b store  0x00000002 , 0x000046ac 
+ 00017113  0x00003b9c branch  0x00007de2 
+ 00017114  0x00003ba3 fetch  0x00000004 , 0x000046d3 
+ 00017115  0x00003ba4 rtnbit0  0x00000007 
+ 00017116  0x00003ba5 arg  0x00000007 , 0x00000007 
+ 00017117  0x00003ba6 call  0x000043d2 
+ 00017118  0x00003ba7 call  0x000042e8 
+ 00017119  0x00003ba9 call  0x000042fb 
+ 00017120  0x00003baa fetch  0x00000004 , 0x000046d3 
+ 00017121  0x00003bab bbit1  0x00000013 , 0x00004435 
+ 00017122  0x00003bac bbit1  0x00000014 , 0x000042e4 
+ 00017123  0x00003bad rtn 
+ 00017124  0x00003baf arg  0x00000058 , 0x00000002 
+ 00017125  0x00003bb0 arg  0x00004720 , 0x00000011 
+ 00017126  0x00003bb1 arg  0x00000000 , 0x00000012 
+ 00017127  0x00003bb2 branch  0x000065d1 
+ 00017128  0x00003bb5 fetch  0x00000001 , 0x00000185 
+ 00017129  0x00003bb6 beq  0x00000034 , 0x000042ec 
+ 00017130  0x00003bb7 beq  0x00000033 , 0x000042ef 
+ 00017131  0x00003bb8 rtn 
+ 00017132  0x00003bba store  0x00000001 , 0x000046c7 
+ 00017133  0x00003bbb fetch  0x00000006 , 0x0000044f 
+ 00017134  0x00003bbc branch  0x000042f1 
+ 00017135  0x00003bbe store  0x00000001 , 0x000046c7 
+ 00017136  0x00003bbf fetch  0x00000006 , 0x00000040 
+ 00017137  0x00003bc1 store  0x00000006 , 0x000046c8 
+ 00017138  0x00003bc2 fetch  0x00000007 , 0x000046c7 
+ 00017139  0x00003bc3 arg  0x00004721 , 0x00000006 
+ 00017140  0x00003bc4 arg  0x00000003 , 0x00000039 
+ 00017141  0x00003bc6 ifetcht  0x00000007 , 0x00000006 
+ 00017142  0x00003bc7 isub  0x00000002 , 0x0000003e 
+ 00017143  0x00003bc8 branch  0x00004310 , 0x00000005 
+ 00017144  0x00003bc9 increase  0x00000016 , 0x00000006 
+ 00017145  0x00003bca loop  0x000042f5 
+ 00017146  0x00003bcb rtn 
+ 00017147  0x00003bcd arg  0x00004721 , 0x00000011 
+ 00017148  0x00003bce fetch  0x00000001 , 0x00004720 
+ 00017149  0x00003bcf increase  0xffffffff , 0x0000003f 
+ 00017150  0x00003bd0 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00017151  0x00003bd1 iadd  0x00000011 , 0x00000011 
+ 00017152  0x00003bd2 fetch  0x00000001 , 0x00000185 
+ 00017153  0x00003bd3 istore  0x00000001 , 0x00000011 
+ 00017154  0x00003bd4 beq  0x00000034 , 0x00004305 
+ 00017155  0x00003bd5 beq  0x00000033 , 0x0000430c 
+ 00017156  0x00003bd6 rtn 
+ 00017157  0x00003bd9 fetch  0x00000006 , 0x0000044f 
+ 00017158  0x00003bda istore  0x00000006 , 0x00000005 
+ 00017159  0x00003bdb arg  0x00004419 , 0x00000006 
+ 00017160  0x00003bdc call  0x00007ebf 
+ 00017161  0x00003bdd fetch  0x00000006 , 0x000044a0 
+ 00017162  0x00003bde istore  0x00000006 , 0x00000005 
+ 00017163  0x00003bdf rtn 
+ 00017164  0x00003be1 fetch  0x00000006 , 0x00000040 
+ 00017165  0x00003be2 istore  0x00000006 , 0x00000005 
+ 00017166  0x00003be3 arg  0x000041be , 0x00000006 
+ 00017167  0x00003be4 branch  0x00007ebf 
+ 00017168  0x00003be7 increase  0xfffffffa , 0x00000006 
+ 00017169  0x00003be8 copy  0x00000006 , 0x00000005 
+ 00017170  0x00003be9 fetcht  0x00000006 , 0x000046c8 
+ 00017171  0x00003bea increase  0x00000003 , 0x00000002 
+ 00017172  0x00003beb istoret  0x00000006 , 0x00000005 
+ 00017173  0x00003bec rtn 
+ 00017174  0x00003bf1 arg  0x00000058 , 0x00000002 
+ 00017175  0x00003bf2 arg  0x00004720 , 0x00000011 
+ 00017176  0x00003bf3 arg  0x00000000 , 0x00000012 
+ 00017177  0x00003bf4 call  0x000065df 
+ 00017178  0x00003bf6 arg  0x00004721 , 0x00000011 
+ 00017179  0x00003bf7 fetch  0x00000001 , 0x00004720 
+ 00017180  0x00003bf8 fetcht  0x00000001 , 0x00004703 
+ 00017181  0x00003bf9 isub  0x00000002 , 0x0000003e 
+ 00017182  0x00003bfa rtn  0x00000005 
+ 00017183  0x00003bfb increase  0xffffffff , 0x0000003f 
+ 00017184  0x00003bfc mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00017185  0x00003bfd iadd  0x00000011 , 0x00000011 
+ 00017186  0x00003bfe ifetch  0x00000001 , 0x00000011 
+ 00017187  0x00003bff store  0x00000001 , 0x00004210 
+ 00017188  0x00003c00 beq  0x00000033 , 0x00004327 
+ 00017189  0x00003c01 beq  0x00000034 , 0x0000432c 
+ 00017190  0x00003c02 rtn 
+ 00017191  0x00003c05 ifetch  0x00000006 , 0x00000006 
+ 00017192  0x00003c07 store  0x00000006 , 0x000041d0 
+ 00017193  0x00003c08 arg  0x000041be , 0x00000005 
+ 00017194  0x00003c09 call  0x00007ebf 
+ 00017195  0x00003c0a branch  0x000067d7 
+ 00017196  0x00003c0d ifetch  0x00000006 , 0x00000006 
+ 00017197  0x00003c0f store  0x00000006 , 0x000041d0 
+ 00017198  0x00003c10 arg  0x00004419 , 0x00000005 
+ 00017199  0x00003c11 call  0x00007ebf 
+ 00017200  0x00003c12 ifetch  0x00000006 , 0x00000006 
+ 00017201  0x00003c13 store  0x00000006 , 0x000044a0 
+ 00017202  0x00003c14 rtn 
+ 00017203  0x00003c18 fetch  0x00000001 , 0x000046f5 
+ 00017204  0x00003c19 bbit1  0x00000005 , 0x00004349 
+ 00017205  0x00003c1a bbit1  0x00000006 , 0x00004359 
+ 00017206  0x00003c1b branch  0x00004337 
+ 00017207  0x00003c1e call  0x00004083 
+ 00017208  0x00003c1f beq  0x00000006 , 0x0000433e 
+ 00017209  0x00003c21 jam  0x0000001e , 0x000046d8 
+ 00017210  0x00003c22 fetch  0x00000001 , 0x000046d9 
+ 00017211  0x00003c23 rtneq  0x00000001 
+ 00017212  0x00003c24 jam  0x00000001 , 0x000046d9 
+ 00017213  0x00003c25 rtn 
+ 00017214  0x00003c28 call  0x00004343 
+ 00017215  0x00003c29 fetch  0x00000001 , 0x000046d9 
+ 00017216  0x00003c2a rtneq  0x00000000 
+ 00017217  0x00003c2b jam  0x00000000 , 0x000046d9 
+ 00017218  0x00003c2c branch  0x000043c0 
+ 00017219  0x00003c2f fetch  0x00000001 , 0x000046d8 
+ 00017220  0x00003c30 rtn  0x00000034 
+ 00017221  0x00003c31 pincrease  0xffffffff 
+ 00017222  0x00003c32 store  0x00000001 , 0x000046d8 
+ 00017223  0x00003c33 nrtn  0x00000034 
+ 00017224  0x00003c34 branch  0x00004370 
+ 00017225  0x00003c37 fetch  0x00000001 , 0x000046ed 
+ 00017226  0x00003c38 rtneq  0x000000ff 
+ 00017227  0x00003c39 fetcht  0x00000001 , 0x000046ed 
+ 00017228  0x00003c3a call  0x0000681d 
+ 00017229  0x00003c3b branch  0x00004354 , 0x00000001 
+ 00017230  0x00003c3d fetch  0x00000001 , 0x000046d9 
+ 00017231  0x00003c3e rtneq  0x00000001 
+ 00017232  0x00003c3f jam  0x00000001 , 0x000046d9 
+ 00017233  0x00003c40 fetch  0x00000004 , 0x000046d3 
+ 00017234  0x00003c41 rtnbit1  0x00000006 
+ 00017235  0x00003c42 branch  0x00004370 
+ 00017236  0x00003c45 fetch  0x00000001 , 0x000046d9 
+ 00017237  0x00003c46 rtneq  0x00000000 
+ 00017238  0x00003c47 jam  0x00000000 , 0x000046d9 
+ 00017239  0x00003c48 arg  0x00000006 , 0x00000007 
+ 00017240  0x00003c49 branch  0x000043d2 
+ 00017241  0x00003c4e fetch  0x00000001 , 0x00000004 , 0x000046d3 
+ 00017242  0x00003c4f rtnbit0  0x00000006 
+ 00017243  0x00003c50 fetch  0x00000001 , 0x00004720 
+ 00017244  0x00003c51 beq  0x00000001 , 0x00004369 
+ 00017245  0x00003c52 beq  0x00000002 , 0x0000436c 
+ 00017246  0x00003c53 rtn 
+ 00017247  0x00003c55 fetch  0x00000001 , 0x00000004 , 0x000046d3 
+ 00017248  0x00003c56 rtnbit0  0x00000006 
+ 00017249  0x00003c57 fetcht  0x00000001 , 0x000046ed 
+ 00017250  0x00003c58 call  0x0000681d 
+ 00017251  0x00003c59 branch  0x00004366 , 0x00000001 
+ 00017252  0x00003c5b jam  0x00000001 , 0x00004720 
+ 00017253  0x00003c5c rtn 
+ 00017254  0x00003c5e fetch  0x00000001 , 0x00004703 
+ 00017255  0x00003c5f store  0x00000001 , 0x00004720 
+ 00017256  0x00003c60 rtn 
+ 00017257  0x00003c62 fetcht  0x00000001 , 0x000046ed 
+ 00017258  0x00003c63 nbranch  0x00004370 , 0x00000001 
+ 00017259  0x00003c64 rtn 
+ 00017260  0x00003c66 fetcht  0x00000001 , 0x000046ed 
+ 00017261  0x00003c67 call  0x0000681d 
+ 00017262  0x00003c68 branch  0x00004354 , 0x00000001 
+ 00017263  0x00003c69 rtn 
+ 00017264  0x00003c6f fetcht  0x00000001 , 0x00004720 
+ 00017265  0x00003c70 increase  0x00000001 , 0x00000002 
+ 00017266  0x00003c71 fetch  0x00000001 , 0x000046d2 
+ 00017267  0x00003c72 isub  0x00000002 , 0x0000003e 
+ 00017268  0x00003c73 ncall  0x000043cc , 0x00000002 
+ 00017269  0x00003c74 storet  0x00000001 , 0x00004720 
+ 00017270  0x00003c75 jam  0x00000000 , 0x000041bd 
+ 00017271  0x00003c76 call  0x0000437a 
+ 00017272  0x00003c77 call  0x000043c0 
+ 00017273  0x00003c79 branch  0x0000437e 
+ 00017274  0x00003c7c arg  0x00000001 , 0x00000002 
+ 00017275  0x00003c7d arg  0x00004720 , 0x00000011 
+ 00017276  0x00003c7e arg  0x00000000 , 0x00000012 
+ 00017277  0x00003c7f branch  0x00006606 
+ 00017278  0x00003c82 call  0x00004381 
+ 00017279  0x00003c83 call  0x000043c2 
+ 00017280  0x00003c84 branch  0x000041d7 
+ 00017281  0x00003c86 fetch  0x00000002 , 0x00004682 
+ 00017282  0x00003c87 bbit1  0x00000007 , 0x00004392 
+ 00017283  0x00003c88 bbit1  0x00000009 , 0x00003402 
+ 00017284  0x00003c89 bbit1  0x00000000 , 0x000033e9 
+ 00017285  0x00003c8a branch  0x000042ca 
+ 00017286  0x00003c8d bpatch  0x000000ed , 0x0000401d 
+ 00017287  0x00003c8e setarg  0x00000000 
+ 00017288  0x00003c8f store  0x00000002 , 0x000046b0 
+ 00017289  0x00003c90 fetch  0x00000002 , 0x00004682 
+ 00017290  0x00003c91 bbit1  0x00000009 , 0x00003402 
+ 00017291  0x00003c92 fetch  0x00000002 , 0x00004682 
+ 00017292  0x00003c93 bbit1  0x00000000 , 0x000033e9 
+ 00017293  0x00003c94 rtn 
+ 00017294  0x00003c97 setarg  0x00000001 
+ 00017295  0x00003c98 store  0x00000006 , 0x00000040 
+ 00017296  0x00003c99 jam  0x00000033 , 0x00000185 
+ 00017297  0x00003c9a branch  0x000042df 
+ 00017298  0x00003c9e call  0x000043c4 
+ 00017299  0x00003c9f branch  0x00007e2f 
+ 00017300  0x00003ca2 fetch  0x00000001 , 0x000046ec 
+ 00017301  0x00003ca3 rtneq  0x000000ff 
+ 00017302  0x00003ca4 fetcht  0x00000001 , 0x000046ec 
+ 00017303  0x00003ca5 call  0x0000681d 
+ 00017304  0x00003ca6 branch  0x0000439f , 0x00000001 
+ 00017305  0x00003ca8 fetch  0x00000001 , 0x00004685 
+ 00017306  0x00003ca9 store  0x00000001 , 0x000046da 
+ 00017307  0x00003caa fetch  0x00000001 , 0x000046db 
+ 00017308  0x00003cab rtneq  0x00000001 
+ 00017309  0x00003cac jam  0x00000001 , 0x000046db 
+ 00017310  0x00003cad branch  0x000043ca 
+ 00017311  0x00003caf call  0x000043b5 
+ 00017312  0x00003cb0 fetch  0x00000001 , 0x000046db 
+ 00017313  0x00003cb1 rtneq  0x00000000 
+ 00017314  0x00003cb2 jam  0x00000000 , 0x000046db 
+ 00017315  0x00003cb3 call  0x00007e2f 
+ 00017316  0x00003cb4 branch  0x000043c8 
+ 00017317  0x00003cb8 fetch  0x00000001 , 0x000046f5 
+ 00017318  0x00003cb9 bbit1  0x00000004 , 0x00004394 
+ 00017319  0x00003cbb call  0x00004083 
+ 00017320  0x00003cbc beq  0x00000007 , 0x000043af 
+ 00017321  0x00003cbe fetch  0x00000001 , 0x00004685 
+ 00017322  0x00003cbf store  0x00000001 , 0x000046da 
+ 00017323  0x00003cc0 fetch  0x00000001 , 0x000046db 
+ 00017324  0x00003cc1 rtneq  0x00000001 
+ 00017325  0x00003cc2 jam  0x00000001 , 0x000046db 
+ 00017326  0x00003cc3 branch  0x000043ca 
+ 00017327  0x00003cc7 call  0x000043b5 
+ 00017328  0x00003cc8 fetch  0x00000001 , 0x000046db 
+ 00017329  0x00003cc9 rtneq  0x00000000 
+ 00017330  0x00003cca jam  0x00000000 , 0x000046db 
+ 00017331  0x00003ccb call  0x00007e2f 
+ 00017332  0x00003ccc branch  0x000043c8 
+ 00017333  0x00003ccf arg  0x000046da , 0x00000013 
+ 00017334  0x00003cd0 arg  0x000043b8 , 0x00000012 
+ 00017335  0x00003cd1 branch  0x0000336d 
+ 00017336  0x00003cd4 arg  0x00000006 , 0x00000007 
+ 00017337  0x00003cd5 call  0x000043ce 
+ 00017338  0x00003cd6 call  0x00003357 
+ 00017339  0x00003cd7 branch  0x0000426c 
+ 00017340  0x00003cdb arg  0x00000001 , 0x00000007 
+ 00017341  0x00003cdc branch  0x000043ce 
+ 00017342  0x00003cde arg  0x00000001 , 0x00000007 
+ 00017343  0x00003cdf branch  0x000043d2 
+ 00017344  0x00003ce1 arg  0x00000000 , 0x00000007 
+ 00017345  0x00003ce2 branch  0x000043ce 
+ 00017346  0x00003ce4 arg  0x00000000 , 0x00000007 
+ 00017347  0x00003ce5 branch  0x000043d2 
+ 00017348  0x00003ce7 arg  0x00000002 , 0x00000007 
+ 00017349  0x00003ce8 branch  0x000043ce 
+ 00017350  0x00003cea arg  0x00000002 , 0x00000007 
+ 00017351  0x00003ceb branch  0x000043d2 
+ 00017352  0x00003ced arg  0x00000005 , 0x00000007 
+ 00017353  0x00003cee branch  0x000043ce 
+ 00017354  0x00003cf0 arg  0x00000005 , 0x00000007 
+ 00017355  0x00003cf1 branch  0x000043d2 
+ 00017356  0x00003cf6 arg  0x00000001 , 0x00000002 
+ 00017357  0x00003cf7 rtn 
+ 00017358  0x00003cfa fetch  0x00000004 , 0x000046d3 
+ 00017359  0x00003cfb qset1  0x0000003f 
+ 00017360  0x00003cfc store  0x00000004 , 0x000046d3 
+ 00017361  0x00003cfd rtn 
+ 00017362  0x00003d00 fetch  0x00000004 , 0x000046d3 
+ 00017363  0x00003d01 qset0  0x0000003f 
+ 00017364  0x00003d02 store  0x00000004 , 0x000046d3 
+ 00017365  0x00003d03 rtn 
+ 00017366  0x00003d06 fetch  0x00000004 , 0x000046d3 
+ 00017367  0x00003d07 rtnbit0  0x0000001a 
+ 00017368  0x00003d08 fetch  0x00000001 , 0x000046ce 
+ 00017369  0x00003d09 increase  0x00000001 , 0x0000003f 
+ 00017370  0x00003d0a store  0x00000001 , 0x000046ce 
+ 00017371  0x00003d0b sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00017372  0x00003d0c rtn  0x00000002 
+ 00017373  0x00003d0d jam  0x00000000 , 0x000046ce 
+ 00017374  0x00003d0e call  0x000068eb 
+ 00017375  0x00003d0f call  0x00006908 
+ 00017376  0x00003d10 store  0x00000002 , 0x0000470f 
+ 00017377  0x00003d11 arg  0x00004709 , 0x00000011 
+ 00017378  0x00003d12 call  0x00006930 
+ 00017379  0x00003d13 fetch  0x00000001 , 0x00004231 
+ 00017380  0x00003d14 bbit1  0x00000001 , 0x000044a0 
+ 00017381  0x00003d15 bbit0  0x00000000 , 0x000043e9 
+ 00017382  0x00003d16 branch  0x000043e7 
+ 00017383  0x00003d18 arg  0x00000004 , 0x00000007 
+ 00017384  0x00003d19 branch  0x000043ce 
+ 00017385  0x00003d1b arg  0x00000004 , 0x00000007 
+ 00017386  0x00003d1c branch  0x000043d2 
+ 00017387  0x00003d1f fetch  0x00000004 , 0x000046d3 
+ 00017388  0x00003d20 rtnbit0  0x00000004 
+ 00017389  0x00003d21 fetch  0x00000001 , 0x000046ef 
+ 00017390  0x00003d22 store  0x00000001 , 0x00004715 
+ 00017391  0x00003d23 fetch  0x00000001 , 0x000046cf 
+ 00017392  0x00003d24 pincrease  0x00000001 
+ 00017393  0x00003d25 store  0x00000001 , 0x000046cf 
+ 00017394  0x00003d26 sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00017395  0x00003d27 ncall  0x000043f9 , 0x00000002 
+ 00017396  0x00003d28 beq  0x00000002 , 0x000043fb 
+ 00017397  0x00003d29 beq  0x00000004 , 0x000043fe 
+ 00017398  0x00003d2a beq  0x00000006 , 0x000043fb 
+ 00017399  0x00003d2b beq  0x00000008 , 0x000043fe 
+ 00017400  0x00003d2c rtn 
+ 00017401  0x00003d2e jam  0x00000001 , 0x000046cf 
+ 00017402  0x00003d2f branch  0x000043fe 
+ 00017403  0x00003d31 arg  0x00000000 , 0x00000011 
+ 00017404  0x00003d32 jam  0x00000002 , 0x00004713 
+ 00017405  0x00003d33 branch  0x00007d14 
+ 00017406  0x00003d35 arg  0x00000000 , 0x00000011 
+ 00017407  0x00003d36 jam  0x00000002 , 0x00004713 
+ 00017408  0x00003d37 branch  0x00007d19 
+ 00017409  0x00003d3a call  0x00003f97 
+ 00017410  0x00003d3b nrtn  0x00000028 
+ 00017411  0x00003d3c arg  0x00000007 , 0x00000011 
+ 00017412  0x00003d3d arg  0x0000469a , 0x00000012 
+ 00017413  0x00003d3e rtn 
+ 00017414  0x00003d41 fetch  0x00000001 , 0x0000478b 
+ 00017415  0x00003d42 rtn  0x00000034 
+ 00017416  0x00003d44 fetcht  0x00000001 , 0x000046e7 
+ 00017417  0x00003d45 call  0x0000681d 
+ 00017418  0x00003d46 call  0x00004410 , 0x00000001 
+ 00017419  0x00003d47 fetch  0x00000001 , 0x00004704 
+ 00017420  0x00003d48 nrtn  0x00000034 
+ 00017421  0x00003d49 call  0x00004083 
+ 00017422  0x00003d4a nrtn  0x00000034 
+ 00017423  0x00003d4b branch  0x00002d83 
+ 00017424  0x00003d4e fetch  0x00000001 , 0x000046e7 
+ 00017425  0x00003d4f rtneq  0x000000ff 
+ 00017426  0x00003d50 jam  0x0000000a , 0x00004704 
+ 00017427  0x00003d51 rtn 
+ 00017428  0x00003d55 call  0x00004423 
+ 00017429  0x00003d56 fetch  0x00000002 , 0x00004778 
+ 00017430  0x00003d57 arg  0x0000aa55 , 0x00000002 
+ 00017431  0x00003d58 isub  0x00000002 , 0x0000003e 
+ 00017432  0x00003d59 branch  0x0000442b , 0x00000005 
+ 00017433  0x00003d5a storet  0x00000002 , 0x00004778 
+ 00017434  0x00003d5b call  0x0000441c 
+ 00017435  0x00003d5c branch  0x00004435 
+ 00017436  0x00003d5e fetch  0x00000006 , 0x000044a0 
+ 00017437  0x00003d5f store  0x00000006 , 0x00004738 
+ 00017438  0x00003d60 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00017439  0x00003d61 store  0x00000006 , 0x00004755 
+ 00017440  0x00003d62 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00017441  0x00003d63 store  0x00000006 , 0x00004772 
+ 00017442  0x00003d64 rtn 
+ 00017443  0x00003d68 setarg  0x00004778 
+ 00017444  0x00003d69 arg  0x00004720 , 0x00000002 
+ 00017445  0x00003d6a isub  0x00000002 , 0x00000002 
+ 00017446  0x00003d6b fetch  0x00000003 , 0x00004700 
+ 00017447  0x00003d6c iadd  0x00000002 , 0x0000003f 
+ 00017448  0x00003d6d arg  0x00000002 , 0x00000002 
+ 00017449  0x00003d6e arg  0x00004778 , 0x00000011 
+ 00017450  0x00003d6f branch  0x00006562 
+ 00017451  0x00003d73 setarg  0x0000477f 
+ 00017452  0x00003d74 arg  0x00004720 , 0x00000002 
+ 00017453  0x00003d75 isub  0x00000002 , 0x00000002 
+ 00017454  0x00003d76 fetch  0x00000003 , 0x00004700 
+ 00017455  0x00003d77 arg  0x00004720 , 0x00000011 
+ 00017456  0x00003d78 call  0x00006562 
+ 00017457  0x00003d79 call  0x0000431a 
+ 00017458  0x00003d7a fetch  0x00000004 , 0x0000477b 
+ 00017459  0x00003d7b call  0x00002c7a 
+ 00017460  0x00003d7c branch  0x0000322c 
+ 00017461  0x00003d7f setarg  0x0000477f 
+ 00017462  0x00003d80 arg  0x00004720 , 0x00000002 
+ 00017463  0x00003d81 isub  0x00000002 , 0x00000002 
+ 00017464  0x00003d82 arg  0x00004720 , 0x00000011 
+ 00017465  0x00003d83 fetch  0x00000003 , 0x00004700 
+ 00017466  0x00003d84 branch  0x00006514 
+ 00017467  0x00003d87 arg  0x00000001 , 0x00000002 
+ 00017468  0x00003d88 arg  0x0000477a , 0x00000011 
+ 00017469  0x00003d89 arg  0x0000005a , 0x00000012 
+ 00017470  0x00003d8a branch  0x000065d1 
+ 00017471  0x00003d8d arg  0x00000001 , 0x00000002 
+ 00017472  0x00003d8e arg  0x0000477a , 0x00000011 
+ 00017473  0x00003d8f arg  0x0000005a , 0x00000012 
+ 00017474  0x00003d90 branch  0x000065df 
+ 00017475  0x00003d93 rtnmark1  0x00000026 
+ 00017476  0x00003d94 fetch  0x00000004 , 0x000046d3 
+ 00017477  0x00003d95 rtnbit0  0x00000016 
+ 00017478  0x00003d96 fetch  0x00000001 , 0x00004705 
+ 00017479  0x00003d97 pincrease  0x00000001 
+ 00017480  0x00003d98 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00017481  0x00003d99 store  0x00000001 , 0x00004705 
+ 00017482  0x00003d9a rtnne  0x00000007 
+ 00017483  0x00003d9b fetch  0x00000002 , 0x00004682 
+ 00017484  0x00003d9c bbit1  0x00000000 , 0x0000444f 
+ 00017485  0x00003d9d bbit1  0x00000009 , 0x0000444f 
+ 00017486  0x00003d9e rtn 
+ 00017487  0x00003da4 bpatch  0x000000ee , 0x0000401d 
+ 00017488  0x00003da5 fetch  0x00000001 , 0x00004706 
+ 00017489  0x00003da6 nrtn  0x00000034 
+ 00017490  0x00003da7 fetch  0x00000004 , 0x000046d3 
+ 00017491  0x00003da8 rtnbit0  0x00000008 
+ 00017492  0x00003da9 fetch  0x00000001 , 0x000046a5 
+ 00017493  0x00003daa call  0x000063fb 
+ 00017494  0x00003dab store  0x00000001 , 0x000046a6 
+ 00017495  0x00003dac sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00017496  0x00003dad branch  0x0000445b , 0x00000002 
+ 00017497  0x00003dae jam  0x00000000 , 0x00004706 
+ 00017498  0x00003daf rtn 
+ 00017499  0x00003db2 jam  0x0000001e , 0x00004706 
+ 00017500  0x00003db3 rtn 
+ 00017501  0x00003db5 arg  0x00004706 , 0x00000013 
+ 00017502  0x00003db6 arg  0x00004460 , 0x00000012 
+ 00017503  0x00003db7 branch  0x0000336d 
+ 00017504  0x00003dba fetch  0x00000001 , 0x000046a5 
+ 00017505  0x00003dbb call  0x00006414 
+ 00017506  0x00003dbc sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00017507  0x00003dbd nrtn  0x00000002 
+ 00017508  0x00003dbe fetch  0x00000004 , 0x000046d3 
+ 00017509  0x00003dbf rtnbit0  0x00000008 
+ 00017510  0x00003dc0 arg  0x00000008 , 0x00000007 
+ 00017511  0x00003dc1 call  0x000043d2 
+ 00017512  0x00003dc2 jam  0x00000000 , 0x00004172 
+ 00017513  0x00003dc3 jam  0x0000001e , 0x000046c4 
+ 00017514  0x00003dc4 call  0x00004482 
+ 00017515  0x00003dc5 fetch  0x00000004 , 0x000046d3 
+ 00017516  0x00003dc6 bbit1  0x00000015 , 0x00004471 
+ 00017517  0x00003dc8 fetch  0x00000001 , 0x00004720 
+ 00017518  0x00003dc9 beq  0x00000001 , 0x00004489 
+ 00017519  0x00003dca beq  0x00000002 , 0x00004476 
+ 00017520  0x00003dcb rtn 
+ 00017521  0x00003dcd fetch  0x00000001 , 0x00004720 
+ 00017522  0x00003dce beq  0x00000001 , 0x00004489 
+ 00017523  0x00003dcf beq  0x00000002 , 0x0000448c 
+ 00017524  0x00003dd0 beq  0x00000003 , 0x0000448f 
+ 00017525  0x00003dd1 rtn 
+ 00017526  0x00003dd4 fetch  0x00000001 , 0x000046f0 
+ 00017527  0x00003dd5 branch  0x0000428f 
+ 00017528  0x00003dda jam  0x00000020 , 0x00004172 
+ 00017529  0x00003ddb branch  0x00004482 
+ 00017530  0x00003de0 fetch  0x00000001 , 0x000046f0 
+ 00017531  0x00003de1 rtneq  0x000000ff 
+ 00017532  0x00003de2 store  0x00000001 , 0x00004715 
+ 00017533  0x00003de3 branch  0x00004296 
+ 00017534  0x00003de6 fetch  0x00000001 , 0x000046f1 
+ 00017535  0x00003de7 rtneq  0x000000ff 
+ 00017536  0x00003de8 store  0x00000001 , 0x00004715 
+ 00017537  0x00003de9 branch  0x00004296 
+ 00017538  0x00003dec call  0x00004296 
+ 00017539  0x00003ded call  0x0000447a 
+ 00017540  0x00003dee call  0x0000447e 
+ 00017541  0x00003df0 fetch  0x00000001 , 0x000046f2 
+ 00017542  0x00003df1 rtneq  0x000000ff 
+ 00017543  0x00003df2 store  0x00000001 , 0x00004715 
+ 00017544  0x00003df3 branch  0x00004296 
+ 00017545  0x00003df6 fetch  0x00000001 , 0x000046f0 
+ 00017546  0x00003df7 store  0x00000001 , 0x00004715 
+ 00017547  0x00003df8 branch  0x00004298 
+ 00017548  0x00003dfa fetch  0x00000001 , 0x000046f1 
+ 00017549  0x00003dfb store  0x00000001 , 0x00004715 
+ 00017550  0x00003dfc branch  0x00004298 
+ 00017551  0x00003dfe fetch  0x00000001 , 0x000046f2 
+ 00017552  0x00003dff store  0x00000001 , 0x00004715 
+ 00017553  0x00003e00 branch  0x00004298 
+ 00017554  0x00003e05 bpatch  0x000000ef , 0x0000401d 
+ 00017555  0x00003e06 fetch  0x00000001 , 0x0000471e 
+ 00017556  0x00003e07 increase  0xffffffff , 0x0000003f 
+ 00017557  0x00003e08 store  0x00000001 , 0x0000471e 
+ 00017558  0x00003e09 fetcht  0x00000001 , 0x00004720 
+ 00017559  0x00003e0a increase  0x00000001 , 0x00000002 
+ 00017560  0x00003e0b fetch  0x00000001 , 0x000046d2 
+ 00017561  0x00003e0c isub  0x00000002 , 0x0000003e 
+ 00017562  0x00003e0d ncall  0x000043cc , 0x00000002 
+ 00017563  0x00003e0e storet  0x00000001 , 0x00004720 
+ 00017564  0x00003e0f jam  0x00000000 , 0x000041bd 
+ 00017565  0x00003e10 call  0x0000437a 
+ 00017566  0x00003e11 call  0x000042fb 
+ 00017567  0x00003e12 branch  0x000042a2 
+ 00017568  0x00003e15 call  0x00004482 
+ 00017569  0x00003e16 setarg  0x00000000 
+ 00017570  0x00003e17 store  0x00000008 , 0x000000a1 
+ 00017571  0x00003e18 branch  0x00002b1f 
+ 00017572  0x00003e24 rtn  0x0000002b 
+ 00017573  0x00003e25 hfetch  0x00000001 , 0x00008081 
+ 00017574  0x00003e26 and_into  0x000000f0 , 0x0000003f 
+ 00017575  0x00003e27 hstore  0x00000001 , 0x00008081 
+ 00017576  0x00003e28 call  0x00006948 
+ 00017577  0x00003e29 setarg  0x000044e6 
+ 00017578  0x00003e2a store  0x00000002 , 0x000041eb 
+ 00017579  0x00003e2c setarg  0x000044e9 
+ 00017580  0x00003e2d store  0x00000002 , 0x000041ed 
+ 00017581  0x00003e2f setarg  0x000044ef 
+ 00017582  0x00003e30 store  0x00000002 , 0x000041f3 
+ 00017583  0x00003e32 setarg  0x000044f2 
+ 00017584  0x00003e33 store  0x00000002 , 0x000041f5 
+ 00017585  0x00003e35 setarg  0x000033d0 
+ 00017586  0x00003e36 store  0x00000002 , 0x000041e9 
+ 00017587  0x00003e38 call  0x00002c7a 
+ 00017588  0x00003e39 setarg  0x000045c2 
+ 00017589  0x00003e3a add  0x00000013 , 0x000000d8 , 0x00000005 
+ 00017590  0x00003e3b istore  0x00000002 , 0x00000005 
+ 00017591  0x00003e3d setarg  0x000044ea 
+ 00017592  0x00003e3e add  0x00000013 , 0x000000da , 0x00000005 
+ 00017593  0x00003e3f istore  0x00000002 , 0x00000005 
+ 00017594  0x00003e41 setarg  0x000044e9 
+ 00017595  0x00003e42 add  0x00000013 , 0x000000dc , 0x00000005 
+ 00017596  0x00003e43 istore  0x00000002 , 0x00000005 
+ 00017597  0x00003e45 setarg  0x0000450e 
+ 00017598  0x00003e46 store  0x00000002 , 0x000041fd 
+ 00017599  0x00003e48 setarg  0x000044da 
+ 00017600  0x00003e49 store  0x00000002 , 0x0000475b 
+ 00017601  0x00003e4b setarg  0x000044d6 
+ 00017602  0x00003e4c store  0x00000002 , 0x0000475f 
+ 00017603  0x00003e4e setarg  0x00004560 
+ 00017604  0x00003e4f store  0x00000002 , 0x0000470f 
+ 00017605  0x00003e51 bpatch  0x000000f0 , 0x0000401e 
+ 00017606  0x00003e52 call  0x000044e2 
+ 00017607  0x00003e53 call  0x00007e38 
+ 00017608  0x00003e54 jam  0x00000002 , 0x00004172 
+ 00017609  0x00003e55 fetch  0x00000001 , 0x0000472b 
+ 00017610  0x00003e56 store  0x00000001 , 0x0000469a 
+ 00017611  0x00003e57 beq  0x00000000 , 0x000044d5 
+ 00017612  0x00003e58 fetch  0x00000001 , 0x0000472c 
+ 00017613  0x00003e59 store  0x00000001 , 0x00004686 
+ 00017614  0x00003e5b call  0x000044db 
+ 00017615  0x00003e5c call  0x00007cd3 
+ 00017616  0x00003e5d call  0x00007cdd 
+ 00017617  0x00003e5e jam  0x00000001 , 0x00004757 
+ 00017618  0x00003e5f fetch  0x00000002 , 0x00004682 
+ 00017619  0x00003e60 rtnbit1  0x0000000c 
+ 00017620  0x00003e61 branch  0x0000340a 
+ 00017621  0x00003e66 jam  0x00000002 , 0x00004757 
+ 00017622  0x00003e68 call  0x000044db 
+ 00017623  0x00003e6a arg  0x00000000 , 0x00000011 
+ 00017624  0x00003e6b call  0x00007d1e 
+ 00017625  0x00003e6d branch  0x00002ee4 
+ 00017626  0x00003e70 branch  0x000044db 
+ 00017627  0x00003e73 bpatch  0x000000f1 , 0x0000401e 
+ 00017628  0x00003e74 fetch  0x00000001 , 0x00004729 
+ 00017629  0x00003e75 bne  0x000000ff , 0x000044e0 
+ 00017630  0x00003e77 fetcht  0x00000001 , 0x00004706 
+ 00017631  0x00003e78 branch  0x0000680e 
+ 00017632  0x00003e7a store  0x00000001 , 0x00004706 
+ 00017633  0x00003e7b branch  0x000044de 
+ 00017634  0x00003e7f call  0x00002c9d 
+ 00017635  0x00003e80 fetch  0x00000002 , 0x00004753 
+ 00017636  0x00003e81 store  0x00000002 , 0x00004755 
+ 00017637  0x00003e82 branch  0x00004515 
+ 00017638  0x00003e8a call  0x00006835 
+ 00017639  0x00003e8b call  0x000044e9 
+ 00017640  0x00003e8c branch  0x0000340a 
+ 00017641  0x00003e8f branch  0x0000696c 
+ 00017642  0x00003e92 fetch  0x00000001 , 0x00004765 
+ 00017643  0x00003e93 rtn  0x00000034 
+ 00017644  0x00003e95 branch  0x00002d83 
+ 00017645  0x00003e98 rtn 
+ 00017646  0x00003e9b branch  0x00006978 
+ 00017647  0x00003e9e call  0x00004544 
+ 00017648  0x00003e9f call  0x00004503 
+ 00017649  0x00003ea0 branch  0x000044ee 
+ 00017650  0x00003ea3 copy  0x00000013 , 0x0000003f 
+ 00017651  0x00003ea4 beq  0x0000002d , 0x00003431 
+ 00017652  0x00003ea5 beq  0x00000010 , 0x0000341a 
+ 00017653  0x00003ea6 beq  0x00000039 , 0x000044fb 
+ 00017654  0x00003ea7 beq  0x0000003c , 0x000044ff 
+ 00017655  0x00003ea8 beq  0x0000003a , 0x000044f9 
+ 00017656  0x00003ea9 rtn 
+ 00017657  0x00003eac jam  0x00000001 , 0x00004765 
+ 00017658  0x00003ead rtn 
+ 00017659  0x00003eb0 jam  0x00000001 , 0x00004765 
+ 00017660  0x00003eb1 jam  0x00000001 , 0x00004763 
+ 00017661  0x00003eb2 jam  0x00000001 , 0x00004764 
+ 00017662  0x00003eb3 rtn 
+ 00017663  0x00003eb6 jam  0x00000001 , 0x00004765 
+ 00017664  0x00003eb7 jam  0x00000001 , 0x00004763 
+ 00017665  0x00003eb8 jam  0x00000001 , 0x00004764 
+ 00017666  0x00003eb9 rtn 
+ 00017667  0x00003ebc fetch  0x00000001 , 0x00004763 
+ 00017668  0x00003ebd rtneq  0x00000000 
+ 00017669  0x00003ebe fetch  0x00000001 , 0x00004762 
+ 00017670  0x00003ebf rtneq  0x00000001 
+ 00017671  0x00003ec0 jam  0x00000001 , 0x00004762 
+ 00017672  0x00003ec2 arg  0x00000000 , 0x00000011 
+ 00017673  0x00003ec3 branch  0x00007d19 
+ 00017674  0x00003ec5 arg  0x00000000 , 0x00000011 
+ 00017675  0x00003ec6 call  0x00007d19 
+ 00017676  0x00003ec7 call  0x000044db 
+ 00017677  0x00003ec8 branch  0x0000340a 
+ 00017678  0x00003ecb call  0x0000337b 
+ 00017679  0x00003ecc branch  0x00004510 
+ 00017680  0x00003ecf fetch  0x00000001 , 0x0000472d 
+ 00017681  0x00003ed0 rtn  0x00000034 
+ 00017682  0x00003ed1 arg  0x00004755 , 0x00000013 
+ 00017683  0x00003ed2 arg  0x0000450a , 0x00000012 
+ 00017684  0x00003ed3 branch  0x00003374 
+ 00017685  0x00003ed7 call  0x0000451a 
+ 00017686  0x00003ed8 storet  0x00000002 , 0x0000471a 
+ 00017687  0x00003ed9 call  0x0000451f 
+ 00017688  0x00003eda storet  0x00000002 , 0x0000471c 
+ 00017689  0x00003edb rtn 
+ 00017690  0x00003ede fetch  0x00000002 , 0x0000471a 
+ 00017691  0x00003edf store  0x00000002 , 0x0000471e 
+ 00017692  0x00003ee0 call  0x00004540 
+ 00017693  0x00003ee1 call  0x00004525 
+ 00017694  0x00003ee2 store  0x00000001 , 0x00004724 
+ 00017695  0x00003ee4 fetch  0x00000002 , 0x0000471c 
+ 00017696  0x00003ee5 store  0x00000002 , 0x0000471e 
+ 00017697  0x00003ee6 call  0x00004542 
+ 00017698  0x00003ee7 call  0x00004525 
+ 00017699  0x00003ee8 store  0x00000001 , 0x00004725 
+ 00017700  0x00003ee9 rtn 
+ 00017701  0x00003eeb fetch  0x00000002 , 0x00004720 
+ 00017702  0x00003eec copy  0x0000003f , 0x00000011 
+ 00017703  0x00003eed fetch  0x00000002 , 0x0000471e 
+ 00017704  0x00003eee call  0x0000452e 
+ 00017705  0x00003eef fetch  0x00000001 , 0x00004719 
+ 00017706  0x00003ef0 nbranch  0x00004537 , 0x00000034 
+ 00017707  0x00003ef1 nrtn  0x00000002 
+ 00017708  0x00003ef2 fetcht  0x00000002 , 0x0000471e 
+ 00017709  0x00003ef3 rtn 
+ 00017710  0x00003ef5 isub  0x00000002 , 0x0000003f 
+ 00017711  0x00003ef6 branch  0x00004534 , 0x00000002 
+ 00017712  0x00003ef7 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00017713  0x00003ef8 jam  0x00000001 , 0x00004718 
+ 00017714  0x00003ef9 isub  0x00000011 , 0x0000003e 
+ 00017715  0x00003efa rtn 
+ 00017716  0x00003efc jam  0x00000000 , 0x00004718 
+ 00017717  0x00003efd isub  0x00000011 , 0x0000003e 
+ 00017718  0x00003efe rtn 
+ 00017719  0x00003f00 nbranch  0x0000453e , 0x00000002 
+ 00017720  0x00003f01 fetch  0x00000001 , 0x00004718 
+ 00017721  0x00003f02 nbranch  0x0000453c , 0x00000034 
+ 00017722  0x00003f04 setarg  0x00000001 
+ 00017723  0x00003f05 rtn 
+ 00017724  0x00003f07 setarg  0x00000002 
+ 00017725  0x00003f08 rtn 
+ 00017726  0x00003f0a setarg  0x00000000 
+ 00017727  0x00003f0b rtn 
+ 00017728  0x00003f0d jam  0x00000033 , 0x0000422e 
+ 00017729  0x00003f0e branch  0x000068eb 
+ 00017730  0x00003f10 jam  0x00000034 , 0x0000422e 
+ 00017731  0x00003f11 branch  0x000068eb 
+ 00017732  0x00003f15 fetch  0x00000001 , 0x0000472a 
+ 00017733  0x00003f16 rtnne  0x00000001 
+ 00017734  0x00003f18 bpatch  0x000000f2 , 0x0000401e 
+ 00017735  0x00003f19 jam  0x00000001 , 0x00004719 
+ 00017736  0x00003f1a call  0x0000451a 
+ 00017737  0x00003f1b fetch  0x00000002 , 0x00004724 
+ 00017738  0x00003f1c fetcht  0x00000002 , 0x00004722 
+ 00017739  0x00003f1d isub  0x00000002 , 0x0000003e 
+ 00017740  0x00003f1e rtn  0x00000005 
+ 00017741  0x00003f1f store  0x00000002 , 0x00004722 
+ 00017742  0x00003f20 call  0x00004550 
+ 00017743  0x00003f21 branch  0x00004554 
+ 00017744  0x00003f24 fetch  0x00000001 , 0x00004724 
+ 00017745  0x00003f25 branch  0x0000455a , 0x00000034 
+ 00017746  0x00003f26 increase  0xffffffff , 0x0000003f 
+ 00017747  0x00003f27 branch  0x00004557 
+ 00017748  0x00003f29 fetch  0x00000001 , 0x00004725 
+ 00017749  0x00003f2a branch  0x0000455d , 0x00000034 
+ 00017750  0x00003f2b increase  0x00000001 , 0x0000003f 
+ 00017751  0x00003f2d copy  0x0000003f , 0x00000007 
+ 00017752  0x00003f2e arg  0x00000001 , 0x00000011 
+ 00017753  0x00003f2f branch  0x00004560 
+ 00017754  0x00003f32 arg  0x00000000 , 0x00000007 
+ 00017755  0x00003f33 arg  0x00000000 , 0x00000011 
+ 00017756  0x00003f34 branch  0x00004560 
+ 00017757  0x00003f36 arg  0x00000002 , 0x00000007 
+ 00017758  0x00003f37 arg  0x00000000 , 0x00000011 
+ 00017759  0x00003f38 branch  0x00004560 
+ 00017760  0x00003f3b copy  0x00000011 , 0x0000003f 
+ 00017761  0x00003f3c store  0x00000001 , 0x00004761 
+ 00017762  0x00003f3d fetch  0x00000001 , 0x00004763 
+ 00017763  0x00003f3e beq  0x00000000 , 0x00002ee4 
+ 00017764  0x00003f3f fetch  0x00000002 , 0x00004753 
+ 00017765  0x00003f40 store  0x00000002 , 0x00004755 
+ 00017766  0x00003f41 fetch  0x00000001 , 0x00004761 
+ 00017767  0x00003f42 branch  0x00004580 , 0x00000034 
+ 00017768  0x00003f44 bpatch  0x000000f3 , 0x0000401e 
+ 00017769  0x00003f45 arg  0x00000000 , 0x00000011 
+ 00017770  0x00003f46 call  0x00007d14 
+ 00017771  0x00003f48 copy  0x00000007 , 0x0000003f 
+ 00017772  0x00003f49 beq  0x00000004 , 0x000045a3 
+ 00017773  0x00003f4a beq  0x00000005 , 0x000045a5 
+ 00017774  0x00003f4b beq  0x00000006 , 0x000045a7 
+ 00017775  0x00003f4f call  0x0000458b 
+ 00017776  0x00003f50 beq  0x00000000 , 0x00004574 
+ 00017777  0x00003f51 beq  0x00000002 , 0x0000457a 
+ 00017778  0x00003f52 beq  0x00000003 , 0x00004574 
+ 00017779  0x00003f53 rtn 
+ 00017780  0x00003f56 copy  0x00000007 , 0x0000003f 
+ 00017781  0x00003f57 beq  0x00000000 , 0x0000458f 
+ 00017782  0x00003f58 beq  0x00000001 , 0x00004591 
+ 00017783  0x00003f59 beq  0x00000002 , 0x00004593 
+ 00017784  0x00003f5a beq  0x00000003 , 0x00004595 
+ 00017785  0x00003f5b rtn 
+ 00017786  0x00003f5e copy  0x00000007 , 0x0000003f 
+ 00017787  0x00003f5f beq  0x00000000 , 0x00004597 
+ 00017788  0x00003f60 beq  0x00000001 , 0x0000459a 
+ 00017789  0x00003f61 beq  0x00000002 , 0x0000459d 
+ 00017790  0x00003f62 beq  0x00000003 , 0x000045a0 
+ 00017791  0x00003f63 rtn 
+ 00017792  0x00003f66 bpatch  0x000000f4 , 0x0000401e 
+ 00017793  0x00003f67 arg  0x00000000 , 0x00000011 
+ 00017794  0x00003f68 call  0x00007d19 
+ 00017795  0x00003f6a copy  0x00000007 , 0x0000003f 
+ 00017796  0x00003f6b beq  0x00000004 , 0x000045bc 
+ 00017797  0x00003f6c beq  0x00000005 , 0x000045bc 
+ 00017798  0x00003f70 call  0x0000458b 
+ 00017799  0x00003f71 beq  0x00000000 , 0x000045a9 
+ 00017800  0x00003f72 beq  0x00000002 , 0x000045af 
+ 00017801  0x00003f73 beq  0x00000003 , 0x000045a9 
+ 00017802  0x00003f74 rtn 
+ 00017803  0x00003f77 fetch  0x00000001 , 0x00004728 
+ 00017804  0x00003f78 fetcht  0x00000001 , 0x00004727 
+ 00017805  0x00003f79 ior  0x00000002 , 0x0000003f 
+ 00017806  0x00003f7a rtn 
+ 00017807  0x00003f7e jam  0x00000001 , 0x00004734 
+ 00017808  0x00003f7f branch  0x000045be 
+ 00017809  0x00003f81 jam  0x00000002 , 0x00004734 
+ 00017810  0x00003f82 branch  0x000045be 
+ 00017811  0x00003f84 jam  0x00000001 , 0x00004736 
+ 00017812  0x00003f85 branch  0x000045be 
+ 00017813  0x00003f87 jam  0x00000002 , 0x00004736 
+ 00017814  0x00003f88 branch  0x000045be 
+ 00017815  0x00003f8c jam  0x00000001 , 0x00004734 
+ 00017816  0x00003f8d jam  0x00000001 , 0x00004736 
+ 00017817  0x00003f8e branch  0x000045be 
+ 00017818  0x00003f90 jam  0x00000002 , 0x00004734 
+ 00017819  0x00003f91 jam  0x00000002 , 0x00004736 
+ 00017820  0x00003f92 branch  0x000045be 
+ 00017821  0x00003f94 jam  0x00000002 , 0x00004734 
+ 00017822  0x00003f95 jam  0x00000001 , 0x00004736 
+ 00017823  0x00003f96 branch  0x000045be 
+ 00017824  0x00003f98 jam  0x00000001 , 0x00004734 
+ 00017825  0x00003f99 jam  0x00000002 , 0x00004736 
+ 00017826  0x00003f9a branch  0x000045be 
+ 00017827  0x00003f9e jam  0x00000001 , 0x00004738 
+ 00017828  0x00003f9f branch  0x000045be 
+ 00017829  0x00003fa1 jam  0x00000002 , 0x00004738 
+ 00017830  0x00003fa2 branch  0x000045be 
+ 00017831  0x00003fa5 jam  0x00000001 , 0x00004741 
+ 00017832  0x00003fa6 branch  0x000045c0 
+ 00017833  0x00003fa9 copy  0x00000007 , 0x0000003f 
+ 00017834  0x00003faa beq  0x00000000 , 0x000045b5 
+ 00017835  0x00003fab beq  0x00000001 , 0x000045b5 
+ 00017836  0x00003fac beq  0x00000002 , 0x000045b7 
+ 00017837  0x00003fad beq  0x00000003 , 0x000045b7 
+ 00017838  0x00003fae rtn 
+ 00017839  0x00003fb1 copy  0x00000007 , 0x0000003f 
+ 00017840  0x00003fb2 beq  0x00000000 , 0x000045b9 
+ 00017841  0x00003fb3 beq  0x00000001 , 0x000045b9 
+ 00017842  0x00003fb4 beq  0x00000002 , 0x000045b9 
+ 00017843  0x00003fb5 beq  0x00000003 , 0x000045b9 
+ 00017844  0x00003fb6 rtn 
+ 00017845  0x00003fba jam  0x00000000 , 0x00004734 
+ 00017846  0x00003fbb branch  0x000045be 
+ 00017847  0x00003fbe jam  0x00000000 , 0x00004736 
+ 00017848  0x00003fbf branch  0x000045be 
+ 00017849  0x00003fc5 jam  0x00000000 , 0x00004734 
+ 00017850  0x00003fc6 jam  0x00000000 , 0x00004736 
+ 00017851  0x00003fc7 branch  0x000045be 
+ 00017852  0x00003fcb jam  0x00000000 , 0x00004738 
+ 00017853  0x00003fcc branch  0x000045be 
+ 00017854  0x00003fcf arg  0x0000472e , 0x00000011 
+ 00017855  0x00003fd0 branch  0x00007e3d 
+ 00017856  0x00003fd2 arg  0x0000473b , 0x00000011 
+ 00017857  0x00003fd3 branch  0x00007e3d 
+ 00017858  0x00003fd6 fetch  0x00000001 , 0x00004764 
+ 00017859  0x00003fd7 beq  0x00000001 , 0x000045cc 
+ 00017860  0x00003fd8 arg  0x00004744 , 0x00000011 
+ 00017861  0x00003fd9 call  0x00007e54 
+ 00017862  0x00003fda nbranch  0x000045d1 , 0x00000028 
+ 00017863  0x00003fdc arg  0x00004744 , 0x00000006 
+ 00017864  0x00003fdd ifetch  0x00000001 , 0x00000006 
+ 00017865  0x00003fde copy  0x0000003f , 0x00000011 
+ 00017866  0x00003fdf arg  0x00004745 , 0x00000012 
+ 00017867  0x00003fe2 rtn 
+ 00017868  0x00003fe5 jam  0x00000000 , 0x00004764 
+ 00017869  0x00003fe6 enable  0x00000028 
+ 00017870  0x00003fe7 arg  0x00000001 , 0x00000011 
+ 00017871  0x00003fe8 arg  0x00004766 , 0x00000012 
+ 00017872  0x00003fe9 rtn 
+ 00017873  0x00003fec fetch  0x00000001 , 0x00004747 
+ 00017874  0x00003fed beq  0x00000004 , 0x000045d5 
+ 00017875  0x00003fee beq  0x00000005 , 0x000045d5 
+ 00017876  0x00003fef rtn 
+ 00017877  0x00003ff1 fetch  0x00000001 , 0x0000474a 
+ 00017878  0x00003ff2 nbranch  0x000045dc , 0x00000034 
+ 00017879  0x00003ff3 fetch  0x00000001 , 0x0000474c 
+ 00017880  0x00003ff4 nbranch  0x000045dc , 0x00000034 
+ 00017881  0x00003ff5 fetch  0x00000001 , 0x0000474e 
+ 00017882  0x00003ff6 nbranch  0x000045dc , 0x00000034 
+ 00017883  0x00003ff7 rtn 
+ 00017884  0x00003ff9 enable  0x00000028 
+ 00017885  0x00003ffa branch  0x000045c7 
+ 00017886  0x00004003 rtn  0x0000002b 
+ 00017887  0x00004004 hfetch  0x00000001 , 0x00008081 
+ 00017888  0x00004005 and_into  0x000000fc , 0x0000003f 
+ 00017889  0x00004006 hstore  0x00000001 , 0x00008081 
+ 00017890  0x00004007 setarg  0x000046b4 
+ 00017891  0x00004008 store  0x00000002 , 0x000041eb 
+ 00017892  0x0000400a setarg  0x000046b3 
+ 00017893  0x0000400b store  0x00000002 , 0x000041ed 
+ 00017894  0x0000400d setarg  0x0000340a 
+ 00017895  0x0000400e store  0x00000002 , 0x000041f7 
+ 00017896  0x00004010 setarg  0x000046b1 
+ 00017897  0x00004011 store  0x00000002 , 0x000041f3 
+ 00017898  0x00004013 setarg  0x00004612 
+ 00017899  0x00004014 store  0x00000002 , 0x000041f5 
+ 00017900  0x00004016 setarg  0x0000460c 
+ 00017901  0x00004017 store  0x00000002 , 0x000041e9 
+ 00017902  0x00004019 setarg  0x0000476a 
+ 00017903  0x0000401a store  0x00000002 , 0x000041f9 
+ 00017904  0x0000401c setarg  0x00004686 
+ 00017905  0x0000401d store  0x00000002 , 0x000041fd 
+ 00017906  0x0000401f setarg  0x00004729 
+ 00017907  0x00004020 store  0x00000002 , 0x000046e7 
+ 00017908  0x00004022 setarg  0x00004806 
+ 00017909  0x00004023 store  0x00000002 , 0x000046e2 
+ 00017910  0x00004024 setarg  0x00004807 
+ 00017911  0x00004025 store  0x00000002 , 0x000046e4 
+ 00017912  0x00004027 call  0x000057a3 
+ 00017913  0x00004028 call  0x000047da 
+ 00017914  0x00004029 call  0x00004788 
+ 00017915  0x0000402a call  0x0000476d 
+ 00017916  0x0000402b call  0x00006948 
+ 00017917  0x0000402c call  0x0000477a 
+ 00017918  0x0000402d call  0x00007e38 
+ 00017919  0x0000402e call  0x00007d08 
+ 00017920  0x0000402f call  0x00004793 
+ 00017921  0x00004030 call  0x000047c7 
+ 00017922  0x00004032 bpatch  0x000000f5 , 0x0000401e 
+ 00017923  0x00004033 call  0x0000464f 
+ 00017924  0x00004034 fetch  0x00000001 , 0x000046dd 
+ 00017925  0x00004035 beq  0x00000000 , 0x00004609 
+ 00017926  0x00004036 fetch  0x00000001 , 0x000046de 
+ 00017927  0x00004037 store  0x00000001 , 0x00004686 
+ 00017928  0x00004038 branch  0x0000480e 
+ 00017929  0x0000403c jam  0x000000ff , 0x00004686 
+ 00017930  0x0000403d jam  0x00000001 , 0x000046df 
+ 00017931  0x0000403e branch  0x000046d9 
+ 00017932  0x00004043 fetch  0x00000001 , 0x000046df 
+ 00017933  0x00004044 beq  0x00000002 , 0x000033d0 
+ 00017934  0x00004045 call  0x0000527e 
+ 00017935  0x00004046 fetch  0x00000001 , 0x00004256 
+ 00017936  0x00004047 nbranch  0x000033d0 , 0x00000034 
+ 00017937  0x00004048 branch  0x000033d2 
+ 00017938  0x0000404d copy  0x00000013 , 0x0000003f 
+ 00017939  0x0000404f beq  0x00000001 , 0x00004626 
+ 00017940  0x00004050 beq  0x00000002 , 0x00004629 
+ 00017941  0x00004051 beq  0x00000004 , 0x00004631 
+ 00017942  0x00004052 beq  0x00000005 , 0x00004633 
+ 00017943  0x00004053 beq  0x00000006 , 0x00004635 
+ 00017944  0x00004054 beq  0x00000007 , 0x00004638 
+ 00017945  0x00004055 beq  0x00000012 , 0x0000463c 
+ 00017946  0x00004056 beq  0x00000013 , 0x00004644 
+ 00017947  0x00004057 beq  0x00000027 , 0x00004645 
+ 00017948  0x00004058 beq  0x0000002e , 0x00004648 
+ 00017949  0x00004059 beq  0x0000003d , 0x00004649 
+ 00017950  0x0000405b beq  0x00000014 , 0x00004658 
+ 00017951  0x0000405c beq  0x00000015 , 0x0000465c 
+ 00017952  0x0000405d beq  0x0000003f , 0x0000465f 
+ 00017953  0x0000405e beq  0x00000040 , 0x00004665 
+ 00017954  0x00004060 beq  0x00000010 , 0x0000466b 
+ 00017955  0x00004061 beq  0x0000002c , 0x0000466c 
+ 00017956  0x00004062 beq  0x0000002d , 0x00004677 
+ 00017957  0x00004063 rtn 
+ 00017958  0x00004069 jam  0x00000000 , 0x000046ad 
+ 00017959  0x0000406a jam  0x00000000 , 0x000046ac 
+ 00017960  0x0000406b rtn 
+ 00017961  0x0000406f call  0x0000462b 
+ 00017962  0x00004070 branch  0x00004631 
+ 00017963  0x00004073 jam  0x00000000 , 0x000041e2 
+ 00017964  0x00004074 jam  0x00000000 , 0x00004680 
+ 00017965  0x00004075 jam  0x00000000 , 0x00004205 
+ 00017966  0x00004076 jam  0x00000000 , 0x000046ac 
+ 00017967  0x00004077 jam  0x00000000 , 0x000046ad 
+ 00017968  0x00004078 branch  0x00007e38 
+ 00017969  0x0000407c call  0x000033a9 
+ 00017970  0x0000407d branch  0x000046c2 
+ 00017971  0x00004081 call  0x000046b6 
+ 00017972  0x00004082 branch  0x00003408 
+ 00017973  0x00004086 setarg  0x00000002 
+ 00017974  0x00004087 store  0x00000001 , 0x00004680 
+ 00017975  0x00004088 rtn 
+ 00017976  0x0000408c jam  0x00000000 , 0x000046ac 
+ 00017977  0x0000408d setarg  0x00000001 
+ 00017978  0x0000408e store  0x00000001 , 0x000046ad 
+ 00017979  0x0000408f rtn 
+ 00017980  0x00004093 fetch  0x00000001 , 0x000041e2 
+ 00017981  0x00004094 rtneq  0x00000001 
+ 00017982  0x00004095 jam  0x00000001 , 0x000041e2 
+ 00017983  0x00004096 call  0x00003416 
+ 00017984  0x00004097 call  0x00003414 
+ 00017985  0x00004098 call  0x000046b6 
+ 00017986  0x00004099 call  0x00003408 
+ 00017987  0x0000409a branch  0x0000340e 
+ 00017988  0x0000409e branch  0x00004631 
+ 00017989  0x000040a2 setarg  0x00000005 
+ 00017990  0x000040a3 store  0x00000001 , 0x000046ac 
+ 00017991  0x000040a4 rtn 
+ 00017992  0x000040a8 branch  0x000033cd 
+ 00017993  0x000040ad arg  0x00000000 , 0x00000012 
+ 00017994  0x000040ae fetch  0x00000001 , 0x00004217 
+ 00017995  0x000040af mul32  0x0000003f , 0x00000022 , 0x00000002 
+ 00017996  0x000040b0 fetch  0x00000002 , 0x00004215 
+ 00017997  0x000040b1 copy  0x0000003f , 0x00000011 
+ 00017998  0x000040b2 branch  0x00006606 
+ 00017999  0x000040b5 arg  0x00000000 , 0x00000012 
+ 00018000  0x000040b6 fetch  0x00000001 , 0x0000469a 
+ 00018001  0x000040b7 rtnbit0  0x00000001 
+ 00018002  0x000040b8 fetch  0x00000001 , 0x00004217 
+ 00018003  0x000040b9 rtn  0x00000034 
+ 00018004  0x000040ba mul32  0x0000003f , 0x00000022 , 0x00000002 
+ 00018005  0x000040bb fetch  0x00000002 , 0x00004215 
+ 00018006  0x000040bc copy  0x0000003f , 0x00000011 
+ 00018007  0x000040bd branch  0x000065df 
+ 00018008  0x000040c2 call  0x000046b6 
+ 00018009  0x000040c3 setarg  0x00000000 
+ 00018010  0x000040c4 store  0x00000002 , 0x000046b7 
+ 00018011  0x000040c5 branch  0x00003408 
+ 00018012  0x000040c9 call  0x00007e38 
+ 00018013  0x000040ca jam  0x00000000 , 0x000046b0 
+ 00018014  0x000040cb branch  0x000046d9 
+ 00018015  0x000040cf call  0x00007e38 
+ 00018016  0x000040d0 jam  0x00000001 , 0x000046b0 
+ 00018017  0x000040d1 fetch  0x00000008 , 0x000046c1 
+ 00018018  0x000040d2 store  0x00000008 , 0x00004496 
+ 00018019  0x000040d3 call  0x00003416 
+ 00018020  0x000040d4 branch  0x00005abf 
+ 00018021  0x000040d8 fetch  0x00000002 , 0x00004509 
+ 00018022  0x000040d9 rtneq  0x00000000 
+ 00018023  0x000040da fetch  0x00000008 , 0x000046c9 
+ 00018024  0x000040db rtn  0x00000034 
+ 00018025  0x000040dc store  0x00000008 , 0x00004496 
+ 00018026  0x000040dd branch  0x00005abf 
+ 00018027  0x000040e2 branch  0x0000481f 
+ 00018028  0x000040e5 fetch  0x00000001 , 0x000046dd 
+ 00018029  0x000040e6 rtneq  0x00000000 
+ 00018030  0x000040e7 fetch  0x00000001 , 0x000046df 
+ 00018031  0x000040e8 rtnne  0x00000001 
+ 00018032  0x000040e9 call  0x00004672 
+ 00018033  0x000040ea branch  0x00003406 
+ 00018034  0x000040ed jam  0x00000001 , 0x000048df 
+ 00018035  0x000040ee arg  0x0000000b , 0x00000039 
+ 00018036  0x000040ef arg  0x000048e0 , 0x00000005 
+ 00018037  0x000040f0 arg  0x000048c9 , 0x00000006 
+ 00018038  0x000040f1 branch  0x00007f01 
+ 00018039  0x000040f4 fetch  0x00000001 , 0x000046dd 
+ 00018040  0x000040f5 rtneq  0x00000000 
+ 00018041  0x000040f6 fetch  0x00000001 , 0x000046df 
+ 00018042  0x000040f7 beq  0x00000001 , 0x0000467c 
+ 00018043  0x000040f8 branch  0x0000481b 
+ 00018044  0x000040fb fetch  0x00000001 , 0x000048df 
+ 00018045  0x000040fc rtnne  0x00000001 
+ 00018046  0x000040fd jam  0x00000000 , 0x000048df 
+ 00018047  0x000040fe fetch  0x00000002 , 0x00004682 
+ 00018048  0x000040ff bbit1  0x00000000 , 0x00003408 
+ 00018049  0x00004100 bbit1  0x00000009 , 0x00003408 
+ 00018050  0x00004101 arg  0x0000000b , 0x00000039 
+ 00018051  0x00004102 arg  0x000048e0 , 0x00000006 
+ 00018052  0x00004103 arg  0x000048c9 , 0x00000005 
+ 00018053  0x00004104 branch  0x00007f01 
+ 00018054  0x0000410b call  0x0000468c 
+ 00018055  0x0000410e call  0x00004693 
+ 00018056  0x00004111 call  0x0000469e 
+ 00018057  0x00004112 call  0x000046a6 
+ 00018058  0x00004113 call  0x000046a9 
+ 00018059  0x00004116 branch  0x000046ac 
+ 00018060  0x0000411b arg  0x000046db , 0x00000013 
+ 00018061  0x0000411c arg  0x0000468f , 0x00000012 
+ 00018062  0x0000411d branch  0x00003374 
+ 00018063  0x0000411f jam  0x00000002 , 0x000046df 
+ 00018064  0x00004120 call  0x00003408 
+ 00018065  0x00004121 call  0x000046f4 
+ 00018066  0x00004122 branch  0x0000480b 
+ 00018067  0x00004126 arg  0x000048ec , 0x00000013 
+ 00018068  0x00004127 arg  0x00004696 , 0x00000012 
+ 00018069  0x00004128 branch  0x0000336d 
+ 00018070  0x0000412b fetch  0x00000002 , 0x00004682 
+ 00018071  0x0000412c bbit1  0x00000009 , 0x0000480b 
+ 00018072  0x0000412d bbit1  0x00000000 , 0x0000480b 
+ 00018073  0x0000412e fetch  0x00000001 , 0x000048c9 
+ 00018074  0x0000412f beq  0x00000001 , 0x0000480b 
+ 00018075  0x00004130 beq  0x00000004 , 0x0000480b 
+ 00018076  0x00004131 beq  0x00000005 , 0x0000480b 
+ 00018077  0x00004132 branch  0x0000340a 
+ 00018078  0x00004137 arg  0x000046ac , 0x00000013 
+ 00018079  0x00004138 arg  0x000046a1 , 0x00000012 
+ 00018080  0x00004139 branch  0x0000336d 
+ 00018081  0x0000413c fetch  0x00000001 , 0x0000027f 
+ 00018082  0x0000413d set1  0x00000000 , 0x0000003f 
+ 00018083  0x0000413e set1  0x00000007 , 0x0000003f 
+ 00018084  0x0000413f store  0x00000001 , 0x0000027f 
+ 00018085  0x00004140 rtn 
+ 00018086  0x00004143 arg  0x00004680 , 0x00000013 
+ 00018087  0x00004144 arg  0x0000463c , 0x00000012 
+ 00018088  0x00004145 branch  0x0000336d 
+ 00018089  0x00004148 arg  0x000046ad , 0x00000013 
+ 00018090  0x00004149 arg  0x000033e9 , 0x00000012 
+ 00018091  0x0000414a branch  0x0000336d 
+ 00018092  0x00004150 fetch  0x00000001 , 0x000046df 
+ 00018093  0x00004151 rtnne  0x00000001 
+ 00018094  0x00004152 arg  0x000046b7 , 0x00000013 
+ 00018095  0x00004153 arg  0x000046c2 , 0x00000012 
+ 00018096  0x00004154 branch  0x00003374 
+ 00018097  0x00004158 call  0x0000473a 
+ 00018098  0x00004159 branch  0x00006978 
+ 00018099  0x0000415d branch  0x0000696c 
+ 00018100  0x00004160 call  0x00006835 
+ 00018101  0x00004161 branch  0x000046b3 
+ 00018102  0x00004168 fetch  0x00000001 , 0x0000469a 
+ 00018103  0x00004169 bbit1  0x00000001 , 0x000046be 
+ 00018104  0x0000416a bbit1  0x00000000 , 0x000046ba 
+ 00018105  0x0000416b rtn 
+ 00018106  0x0000416e fetch  0x00000002 , 0x000046d7 
+ 00018107  0x0000416f store  0x00000002 , 0x000046d9 
+ 00018108  0x00004170 store  0x00000002 , 0x000046db 
+ 00018109  0x00004171 branch  0x000033f8 
+ 00018110  0x00004174 fetch  0x00000002 , 0x000046d3 
+ 00018111  0x00004175 store  0x00000002 , 0x000046d9 
+ 00018112  0x00004176 store  0x00000002 , 0x000046db 
+ 00018113  0x00004177 branch  0x000033f0 
+ 00018114  0x0000417a fetch  0x00000001 , 0x000046df 
+ 00018115  0x0000417b rtnne  0x00000001 
+ 00018116  0x0000417c fetch  0x00000001 , 0x0000469a 
+ 00018117  0x0000417d bbit1  0x00000001 , 0x000046c8 
+ 00018118  0x0000417e bbit1  0x00000000 , 0x000046cc 
+ 00018119  0x0000417f rtn 
+ 00018120  0x00004182 fetch  0x00000002 , 0x000046d1 ,
+ 00018121  0x00004183 store  0x00000002 , 0x000046d9 
+ 00018122  0x00004184 store  0x00000002 , 0x000046db 
+ 00018123  0x00004185 branch  0x000033eb 
+ 00018124  0x00004188 fetch  0x00000002 , 0x00004682 
+ 00018125  0x00004189 rtnbit1  0x00000009 
+ 00018126  0x0000418a fetch  0x00000002 , 0x000046d5 
+ 00018127  0x0000418b store  0x00000002 , 0x000046d9 
+ 00018128  0x0000418c store  0x00000002 , 0x000046db 
+ 00018129  0x0000418d fetch  0x00000002 , 0x000046b3 
+ 00018130  0x0000418e call  0x000046f0 
+ 00018131  0x0000418f call  0x00003404 
+ 00018132  0x00004190 fetch  0x00000004 , 0x000046bd 
+ 00018133  0x00004191 store  0x00000004 , 0x000048cc 
+ 00018134  0x00004192 fetch  0x00000002 , 0x00004682 
+ 00018135  0x00004193 rtnbit1  0x0000000b 
+ 00018136  0x00004194 branch  0x000033fa 
+ 00018137  0x00004198 fetch  0x00000001 , 0x000046df 
+ 00018138  0x00004199 rtnne  0x00000001 
+ 00018139  0x0000419a fetch  0x00000001 , 0x0000469a 
+ 00018140  0x0000419b bbit1  0x00000001 , 0x000046df 
+ 00018141  0x0000419c bbit1  0x00000000 , 0x000046e4 
+ 00018142  0x0000419d rtn 
+ 00018143  0x000041a0 call  0x000046f8 
+ 00018144  0x000041a1 branch  0x000046c2 , 0x00000034 
+ 00018145  0x000041a2 call  0x00003406 
+ 00018146  0x000041a3 call  0x000033f0 
+ 00018147  0x000041a4 branch  0x000033e1 
+ 00018148  0x000041a7 fetch  0x00000002 , 0x000046b7 
+ 00018149  0x000041a8 fetcht  0x00000002 , 0x000046b5 
+ 00018150  0x000041a9 storet  0x00000002 , 0x000046b7 
+ 00018151  0x000041aa nrtn  0x00000034 
+ 00018152  0x000041ab fetch  0x00000002 , 0x000046b1 
+ 00018153  0x000041ac call  0x000046f0 
+ 00018154  0x000041ad call  0x00003404 
+ 00018155  0x000041ae fetch  0x00000004 , 0x000046b9 
+ 00018156  0x000041af store  0x00000004 , 0x000048cc 
+ 00018157  0x000041b0 fetch  0x00000002 , 0x00004682 
+ 00018158  0x000041b1 rtnbit1  0x0000000b 
+ 00018159  0x000041b2 branch  0x000033fa 
+ 00018160  0x000041b6 store  0x00000002 , 0x00004154 
+ 00018161  0x000041b7 increase  0xfffffffc , 0x0000003f 
+ 00018162  0x000041b8 store  0x00000002 , 0x00004482 
+ 00018163  0x000041b9 rtn 
+ 00018164  0x000041bd fetch  0x00000002 , 0x00004682 
+ 00018165  0x000041be bbit1  0x00000009 , 0x00003402 
+ 00018166  0x000041bf bbit1  0x00000000 , 0x000033e9 
+ 00018167  0x000041c0 branch  0x000046b6 
+ 00018168  0x000041c5 fetch  0x00000001 , 0x00004217 
+ 00018169  0x000041c6 copy  0x0000003f , 0x00000039 
+ 00018170  0x000041c7 fetch  0x00000002 , 0x00004215 
+ 00018171  0x000041c8 copy  0x0000003f , 0x00000011 
+ 00018172  0x000041ca ifetch  0x00000002 , 0x00000011 
+ 00018173  0x000041cb beq  0x00000000 , 0x00004701 
+ 00018174  0x000041cc increase  0x00000022 , 0x00000011 
+ 00018175  0x000041cd loop  0x000046fc 
+ 00018176  0x000041ce branch  0x00007ff1 
+ 00018177  0x000041d1 ifetch  0x00000006 , 0x00000006 
+ 00018178  0x000041d2 store  0x00000006 , 0x000041d0 
+ 00018179  0x000041d3 increase  0x0000000a , 0x00000006 
+ 00018180  0x000041d4 arg  0x000041be , 0x00000005 
+ 00018181  0x000041d5 call  0x00007ebf 
+ 00018182  0x000041d6 call  0x000067d7 
+ 00018183  0x000041d7 branch  0x00007fef 
+ 00018184  0x000041de call  0x00007fe9 
+ 00018185  0x000041df fetch  0x00000002 , 0x00004682 
+ 00018186  0x000041e0 bbit1  0x00000000 , 0x0000470d 
+ 00018187  0x000041e1 bbit1  0x00000009 , 0x00004710 
+ 00018188  0x000041e2 rtn 
+ 00018189  0x000041e5 fetch  0x00000001 , 0x00004253 
+ 00018190  0x000041e6 rtnne  0x0000003f 
+ 00018191  0x000041e7 branch  0x00007fe7 
+ 00018192  0x000041ea fetch  0x00000001 , 0x000046b0 
+ 00018193  0x000041eb rtn  0x00000034 
+ 00018194  0x000041ec branch  0x00007fe7 
+ 00018195  0x000041f2 call  0x00007fe9 
+ 00018196  0x000041f3 fetch  0x00000002 , 0x00004682 
+ 00018197  0x000041f4 rtnbit1  0x00000000 
+ 00018198  0x000041f5 rtnbit1  0x00000009 
+ 00018199  0x000041f6 branch  0x00007fe7 
+ 00018200  0x000041fb fetch  0x00000001 , 0x0000469a 
+ 00018201  0x000041fc bbit1  0x00000001 , 0x0000471c 
+ 00018202  0x000041fd bbit1  0x00000000 , 0x0000471f 
+ 00018203  0x000041fe rtn 
+ 00018204  0x00004201 fetch  0x00000001 , 0x00004093 
+ 00018205  0x00004202 rtnne  0x00000003 
+ 00018206  0x00004203 branch  0x000046d9 
+ 00018207  0x00004206 branch  0x000046d9 
+ 00018208  0x0000420a disable  0x0000002c 
+ 00018209  0x0000420b fetch  0x00000002 , 0x000046d9 
+ 00018210  0x0000420c store  0x00000002 , 0x000046db 
+ 00018211  0x0000420e call  0x00004713 
+ 00018212  0x0000420f branch  0x00004718 , 0x00000028 
+ 00018213  0x00004211 call  0x00004708 
+ 00018214  0x00004212 nrtn  0x00000028 
+ 00018215  0x00004213 enable  0x0000002c 
+ 00018216  0x00004214 rtn 
+ 00018217  0x00004219 call  0x00004720 
+ 00018218  0x0000421a nrtn  0x0000002c 
+ 00018219  0x0000421b deposit  0x00000011 
+ 00018220  0x0000421c branch  0x00004730 , 0x00000034 
+ 00018221  0x0000421e call  0x00003406 
+ 00018222  0x0000421f arg  0x000046f1 , 0x00000013 
+ 00018223  0x00004220 branch  0x00004732 
+ 00018224  0x00004223 call  0x00003408 
+ 00018225  0x00004224 arg  0x00004719 , 0x00000013 
+ 00018226  0x00004227 arg  0x00000005 , 0x0000003f 
+ 00018227  0x00004228 imul32  0x00000007 , 0x0000003f 
+ 00018228  0x00004229 iadd  0x00000013 , 0x00000013 
+ 00018229  0x0000422d ifetch  0x00000001 , 0x00000013 
+ 00018230  0x0000422e rtn  0x00000034 
+ 00018231  0x0000422f call  0x00004762 
+ 00018232  0x00004230 increase  0x00000001 , 0x00000013 
+ 00018233  0x00004231 branch  0x00004735 
+ 00018234  0x00004235 fetch  0x00000002 , 0x00004682 
+ 00018235  0x00004236 bbit1  0x00000009 , 0x0000473e 
+ 00018236  0x00004237 bbit1  0x00000000 , 0x0000474e 
+ 00018237  0x00004238 rtn 
+ 00018238  0x0000423b call  0x00005892 
+ 00018239  0x0000423c nrtn  0x00000034 
+ 00018240  0x0000423d call  0x00004765 
+ 00018241  0x0000423e nrtn  0x00000028 
+ 00018242  0x0000423f pincrease  0xffffffff 
+ 00018243  0x00004240 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00018244  0x00004241 arg  0x00004741 , 0x00000002 
+ 00018245  0x00004242 iadd  0x00000002 , 0x00000006 
+ 00018246  0x00004244 ifetch  0x00000001 , 0x00000006 
+ 00018247  0x00004245 copy  0x0000003f , 0x00000011 
+ 00018248  0x00004246 ifetcht  0x00000002 , 0x00000006 
+ 00018249  0x00004247 call  0x00007ea5 
+ 00018250  0x00004248 call  0x00005a64 
+ 00018251  0x00004249 copy  0x00000011 , 0x00000039 
+ 00018252  0x0000424a call  0x00007e9f 
+ 00018253  0x0000424b branch  0x00007f01 
+ 00018254  0x0000424f call  0x00005271 
+ 00018255  0x00004250 nrtn  0x00000034 
+ 00018256  0x00004251 call  0x00004765 
+ 00018257  0x00004252 nrtn  0x00000028 
+ 00018258  0x00004253 pincrease  0xffffffff 
+ 00018259  0x00004254 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00018260  0x00004255 arg  0x000047a0 , 0x00000002 
+ 00018261  0x00004256 iadd  0x00000002 , 0x00000006 
+ 00018262  0x00004257 ifetch  0x00000005 , 0x00000006 
+ 00018263  0x00004258 store  0x00000005 , 0x0000479b 
+ 00018264  0x0000425a fetch  0x00000001 , 0x0000479b 
+ 00018265  0x0000425b copy  0x0000003f , 0x00000011 
+ 00018266  0x0000425c call  0x00004d63 
+ 00018267  0x0000425d fetch  0x00000002 , 0x0000424e 
+ 00018268  0x0000425e istore  0x00000002 , 0x00000005 
+ 00018269  0x0000425f setarg  0x000000a1 
+ 00018270  0x00004260 istore  0x00000001 , 0x00000005 
+ 00018271  0x00004261 fetch  0x00000004 , 0x0000479c 
+ 00018272  0x00004262 istore  0x00000009 , 0x00000005 
+ 00018273  0x00004263 rtn 
+ 00018274  0x00004268 store  0x00000001 , 0x00000a9a 
+ 00018275  0x00004269 arg  0x00000a9a , 0x00000011 
+ 00018276  0x0000426a branch  0x00007e3d 
+ 00018277  0x0000426d arg  0x00000a9a , 0x00000011 
+ 00018278  0x0000426e call  0x00007e54 
+ 00018279  0x0000426f nrtn  0x00000028 
+ 00018280  0x00004270 fetch  0x00000001 , 0x00000a9a 
+ 00018281  0x00004271 rtn 
+ 00018282  0x00004275 fetch  0x00000002 , 0x00000478 
+ 00018283  0x00004276 beq  0x00000018 , 0x0000465f 
+ 00018284  0x00004277 rtn 
+ 00018285  0x0000427a setarg  0x00000002 
+ 00018286  0x0000427b store  0x00000001 , 0x000048eb 
+ 00018287  0x0000427d setarg  0x00200008 
+ 00018288  0x0000427e store  0x00000004 , 0x000046c1 
+ 00018289  0x0000427f setarg  0x012c0005 
+ 00018290  0x00004280 istore  0x00000004 , 0x00000005 
+ 00018291  0x00004283 jam  0x00000017 , 0x000044a6 
+ 00018292  0x00004286 setarg  0x0000001b 
+ 00018293  0x00004287 store  0x00000002 , 0x000044fa 
+ 00018294  0x00004288 call  0x00005810 
+ 00018295  0x00004289 call  0x0000582c 
+ 00018296  0x0000428a call  0x00005839 
+ 00018297  0x0000428b branch  0x00005818 
+ 00018298  0x00004290 arg  0x00000028 , 0x00000039 
+ 00018299  0x00004291 arg  0x00004741 , 0x00000005 
+ 00018300  0x00004292 arg  0x0000949f , 0x00000006 
+ 00018301  0x00004293 call  0x00007ef4 
+ 00018302  0x00004294 arg  0x00000028 , 0x00000039 
+ 00018303  0x00004295 arg  0x000047a0 , 0x00000005 
+ 00018304  0x00004296 arg  0x000094c7 , 0x00000006 
+ 00018305  0x00004297 branch  0x00007ef4 
+ 00018306  0x0000429b arg  0x0000017e , 0x00000039 
+ 00018307  0x0000429c arg  0x0000913a , 0x00000006 
+ 00018308  0x0000429d branch  0x00007ef4 
+ 00018309  0x000042a1 arg  0x000001e7 , 0x00000039 
+ 00018310  0x000042a2 arg  0x000092b8 , 0x00000006 
+ 00018311  0x000042a3 branch  0x00007ef4 
+ 00018312  0x000042a8 call  0x000047ae 
+ 00018313  0x000042a9 nrtn  0x00000028 
+ 00018314  0x000042aa fetch  0x00000001 , 0x0000469f 
+ 00018315  0x000042ab call  0x00004790 
+ 00018316  0x000042ac fetch  0x00000001 , 0x000046a0 
+ 00018317  0x000042ad call  0x00004790 
+ 00018318  0x000042ae fetch  0x00000001 , 0x000046a1 
+ 00018319  0x000042af branch  0x00004790 
+ 00018320  0x000042b2 rtn  0x00000034 
+ 00018321  0x000042b3 or  0x0000003f , 0x00000080 , 0x00000002 
+ 00018322  0x000042b4 branch  0x000067f9 
+ 00018323  0x000042b8 call  0x000047ae 
+ 00018324  0x000042b9 nrtn  0x00000028 
+ 00018325  0x000042ba call  0x00004797 
+ 00018326  0x000042bb branch  0x000047b4 
+ 00018327  0x000042be arg  0x00000000 , 0x00000011 
+ 00018328  0x000042bf fetch  0x00000001 , 0x0000469f 
+ 00018329  0x000042c0 call  0x000047a9 
+ 00018330  0x000042c1 nsetflag  0x00000034 , 0x00000000 , 0x00000011 
+ 00018331  0x000042c2 fetch  0x00000001 , 0x000046a0 
+ 00018332  0x000042c3 call  0x000047a9 
+ 00018333  0x000042c4 nsetflag  0x00000034 , 0x00000001 , 0x00000011 
+ 00018334  0x000042c5 fetch  0x00000001 , 0x000046a1 
+ 00018335  0x000042c6 call  0x000047a9 
+ 00018336  0x000042c7 nsetflag  0x00000034 , 0x00000002 , 0x00000011 
+ 00018337  0x000042c8 copy  0x00000011 , 0x0000003f 
+ 00018338  0x000042c9 store  0x00000001 , 0x000046a9 
+ 00018339  0x000042ca fetch  0x00000001 , 0x0000469e 
+ 00018340  0x000042cb imul32  0x00000011 , 0x0000003f 
+ 00018341  0x000042cc fetcht  0x00000002 , 0x0000469c 
+ 00018342  0x000042cd iadd  0x00000002 , 0x0000003f 
+ 00018343  0x000042ce store  0x00000002 , 0x000046aa 
+ 00018344  0x000042cf rtn 
+ 00018345  0x000042d2 rtn  0x00000034 
+ 00018346  0x000042d3 or  0x0000003f , 0x00000080 , 0x00000002 
+ 00018347  0x000042d4 call  0x0000681d 
+ 00018348  0x000042d5 nbranch  0x00007ff1 , 0x00000001 
+ 00018349  0x000042d6 branch  0x00007fef 
+ 00018350  0x000042da call  0x00007fe9 
+ 00018351  0x000042db fetch  0x00000001 , 0x000046a8 
+ 00018352  0x000042dc nrtn  0x00000034 
+ 00018353  0x000042dd fetch  0x00000001 , 0x0000469b 
+ 00018354  0x000042de rtn  0x00000034 
+ 00018355  0x000042df branch  0x00007fe7 
+ 00018356  0x000042e3 call  0x0000666a 
+ 00018357  0x000042e4 fetch  0x00000002 , 0x000046aa 
+ 00018358  0x000042e5 arg  0x00000ac2 , 0x00000011 
+ 00018359  0x000042e6 fetcht  0x00000001 , 0x0000469e 
+ 00018360  0x000042e7 call  0x000066b3 
+ 00018361  0x000042e8 call  0x0000666d 
+ 00018362  0x000042ea fetch  0x00000001 , 0x00000ac2 
+ 00018363  0x000042eb copy  0x0000003f , 0x00000039 
+ 00018364  0x000042ec store  0x00000001 , 0x000043af 
+ 00018365  0x000042ed call  0x00007ef4 
+ 00018366  0x000042ee fetch  0x00000001 , 0x00000ac2 
+ 00018367  0x000042ef copy  0x0000003f , 0x00000039 
+ 00018368  0x000042f0 store  0x00000001 , 0x00004515 
+ 00018369  0x000042f1 call  0x00007ef4 
+ 00018370  0x000042f2 ifetch  0x00000001 , 0x00000006 
+ 00018371  0x000042f3 store  0x00000001 , 0x000046e6 
+ 00018372  0x000042f4 ifetch  0x00000001 , 0x00000006 
+ 00018373  0x000042f5 store  0x00000001 , 0x000046dd 
+ 00018374  0x000042f6 rtn 
+ 00018375  0x000042fa fetch  0x00000001 , 0x0000469a 
+ 00018376  0x000042fb rtnbit0  0x00000001 
+ 00018377  0x000042fc arg  0x00000003 , 0x00000002 
+ 00018378  0x000042fd fetch  0x00000002 , 0x000046a4 
+ 00018379  0x000042fe copy  0x0000003f , 0x00000012 
+ 00018380  0x000042ff arg  0x000046a6 , 0x00000011 
+ 00018381  0x00004300 call  0x000065df 
+ 00018382  0x00004301 fetcht  0x00000002 , 0x000046a6 
+ 00018383  0x00004302 setarg  0x00001b3a 
+ 00018384  0x00004303 isub  0x00000002 , 0x0000003e 
+ 00018385  0x00004304 nrtn  0x00000005 
+ 00018386  0x00004305 fetch  0x00000001 , 0x000046a8 
+ 00018387  0x00004306 rtn  0x00000034 
+ 00018388  0x00004307 copy  0x0000003f , 0x00000002 
+ 00018389  0x00004308 fetch  0x00000002 , 0x000046a4 
+ 00018390  0x00004309 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00018391  0x0000430a arg  0x00000ac2 , 0x00000011 
+ 00018392  0x0000430b call  0x000065df 
+ 00018393  0x0000430c branch  0x000047e8 
+ 00018394  0x0000430f fetch  0x00000002 , 0x000046a2 
+ 00018395  0x00004310 rtn  0x00000034 
+ 00018396  0x00004311 call  0x0000666a 
+ 00018397  0x00004312 arg  0x00000001 , 0x00000002 
+ 00018398  0x00004313 arg  0x000046a8 , 0x00000011 
+ 00018399  0x00004314 call  0x000066b3 
+ 00018400  0x00004316 fetch  0x00000001 , 0x000046a8 
+ 00018401  0x00004317 rtn  0x00000034 
+ 00018402  0x00004319 fetch  0x00000002 , 0x000046a2 
+ 00018403  0x0000431a pincrease  0x00000001 
+ 00018404  0x0000431b arg  0x00000ac2 , 0x00000011 
+ 00018405  0x0000431c fetcht  0x00000001 , 0x000046a8 
+ 00018406  0x0000431d call  0x000066b3 
+ 00018407  0x0000431e call  0x0000666d 
+ 00018408  0x00004320 call  0x000047ba 
+ 00018409  0x00004322 ifetch  0x00000002 , 0x00000006 
+ 00018410  0x00004323 rtn  0x00000034 
+ 00018411  0x00004324 copy  0x0000003f , 0x00000005 
+ 00018412  0x00004325 ifetcht  0x00000001 , 0x00000006 
+ 00018413  0x00004326 copy  0x00000002 , 0x00000039 
+ 00018414  0x00004327 call  0x00007f01 
+ 00018415  0x00004328 branch  0x000047e9 
+ 00018416  0x0000432d fetch  0x00000001 , 0x0000469a 
+ 00018417  0x0000432e rtnbit0  0x00000001 
+ 00018418  0x0000432f fetch  0x00000002 , 0x000046ae 
+ 00018419  0x00004330 copy  0x0000003f , 0x00000012 
+ 00018420  0x00004331 arg  0x00000004 , 0x00000002 
+ 00018421  0x00004332 arg  0x00000ac2 , 0x00000011 
+ 00018422  0x00004333 call  0x000065df 
+ 00018423  0x00004334 fetch  0x00000001 , 0x00000ac2 
+ 00018424  0x00004335 bne  0x00000001 , 0x000047f9 
+ 00018425  0x00004337 setarg  0x00000001 
+ 00018426  0x00004338 store  0x00000001 , 0x00000ac2 
+ 00018427  0x00004339 force  0x00000003 , 0x00000039 
+ 00018428  0x0000433a call  0x0000630d 
+ 00018429  0x0000433b fetch  0x00000002 , 0x000046ae 
+ 00018430  0x0000433c copy  0x0000003f , 0x00000012 
+ 00018431  0x0000433d arg  0x00000004 , 0x00000002 
+ 00018432  0x0000433e arg  0x00000ac2 , 0x00000011 
+ 00018433  0x0000433f call  0x00006606 
+ 00018434  0x00004341 fetch  0x00000003 , 0x00000ac3 
+ 00018435  0x00004342 store  0x00000003 , 0x000040a0 
+ 00018436  0x00004343 store  0x00000003 , 0x000044a0 
+ 00018437  0x00004344 rtn 
+ 00018438  0x00004348 branch  0x000046d9 
+ 00018439  0x0000434c arg  0x00000000 , 0x00000011 
+ 00018440  0x0000434d arg  0x000048d4 , 0x00000013 
+ 00018441  0x0000434e call  0x00007d24 
+ 00018442  0x0000434f call  0x000046f4 
+ 00018443  0x00004351 fetch  0x00000001 , 0x000048eb 
+ 00018444  0x00004352 store  0x00000001 , 0x000048ec 
+ 00018445  0x00004353 rtn 
+ 00018446  0x00004358 setarg  0x00000000 
+ 00018447  0x00004359 call  0x00004816 
+ 00018448  0x0000435a jam  0x00000001 , 0x00004679 
+ 00018449  0x0000435b call  0x00007cd3 
+ 00018450  0x0000435c call  0x00007cdd 
+ 00018451  0x0000435d fetch  0x00000002 , 0x00004682 
+ 00018452  0x0000435e rtnbit1  0x0000000c 
+ 00018453  0x0000435f branch  0x0000340a 
+ 00018454  0x00004362 fetcht  0x00000002 , 0x0000423f 
+ 00018455  0x00004363 istore  0x00000001 , 0x00000002 
+ 00018456  0x00004364 ifetch  0x00000001 , 0x00000005 
+ 00018457  0x00004365 store  0x00000001 , 0x00004685 
+ 00018458  0x00004366 rtn 
+ 00018459  0x0000436a fetch  0x00000002 , 0x0000423f 
+ 00018460  0x0000436b ifetch  0x00000001 , 0x0000003f 
+ 00018461  0x0000436c rtnne  0x00000000 
+ 00018462  0x0000436d branch  0x0000340a 
+ 00018463  0x00004371 fetcht  0x00000002 , 0x0000423f 
+ 00018464  0x00004372 ifetch  0x00000001 , 0x00000002 
+ 00018465  0x00004373 beq  0x00000001 , 0x0000482a 
+ 00018466  0x00004375 setarg  0x00000001 
+ 00018467  0x00004376 fetcht  0x00000002 , 0x0000423f 
+ 00018468  0x00004377 istore  0x00000001 , 0x00000002 
+ 00018469  0x00004378 add  0x00000002 , 0x00000002 , 0x00000006 
+ 00018470  0x00004379 ifetch  0x00000001 , 0x00000006 
+ 00018471  0x0000437a istore  0x00000001 , 0x00004685 
+ 00018472  0x0000437b ifetch  0x00000002 , 0x00000006 
+ 00018473  0x0000437c branch  0x00007f9c 
+ 00018474  0x0000437f setarg  0x00000002 
+ 00018475  0x00004380 call  0x00004816 
+ 00018476  0x00004381 add  0x00000002 , 0x00000005 , 0x00000006 
+ 00018477  0x00004382 ifetch  0x00000002 , 0x00000006 
+ 00018478  0x00004383 branch  0x0000340a , 0x00000034 
+ 00018479  0x00004384 branch  0x00007f9c 
+ 00018480  0x0000438b store  0x00000006 , 0x00000101 
+ 00018481  0x0000438c fetch  0x00000001 , 0x00000101 
+ 00018482  0x0000438d store  0x00000001 , 0x0000010c 
+ 00018483  0x0000438e ifetch  0x00000001 , 0x00000006 
+ 00018484  0x0000438f store  0x00000001 , 0x0000010b 
+ 00018485  0x00004390 ifetch  0x00000001 , 0x00000006 
+ 00018486  0x00004391 store  0x00000001 , 0x0000010a 
+ 00018487  0x00004392 ifetch  0x00000001 , 0x00000006 
+ 00018488  0x00004393 store  0x00000001 , 0x00000109 
+ 00018489  0x00004394 ifetch  0x00000001 , 0x00000006 
+ 00018490  0x00004395 store  0x00000001 , 0x00000108 
+ 00018491  0x00004396 ifetch  0x00000001 , 0x00000006 
+ 00018492  0x00004397 store  0x00000001 , 0x00000107 
+ 00018493  0x00004398 fetch  0x00000006 , 0x00000107 
+ 00018494  0x00004399 rtn 
+ 00018495  0x0000439c call  0x000068a2 
+ 00018496  0x0000439d fetch  0x00000001 , 0x00004223 
+ 00018497  0x0000439e store  0x00000001 , 0x000044a0 
+ 00018498  0x0000439f fetch  0x00000001 , 0x00004225 
+ 00018499  0x000043a0 istore  0x00000001 , 0x00000005 
+ 00018500  0x000043a1 fetch  0x00000001 , 0x00004227 
+ 00018501  0x000043a2 istore  0x00000001 , 0x00000005 
+ 00018502  0x000043a3 fetch  0x00000003 , 0x000044a0 
+ 00018503  0x000043a4 store  0x00000003 , 0x000040a0 
+ 00018504  0x000043a5 rtn 
+ 00018505  0x000043b2 fetch  0x00000002 , 0x00004203 
+ 00018506  0x000043b3 iadd  0x00000012 , 0x0000003f 
+ 00018507  0x000043b4 byteswap  0x0000003f , 0x0000003f 
+ 00018508  0x000043b5 store  0x00000002 , 0x000001f7 
+ 00018509  0x000043b6 copy  0x00000002 , 0x00000012 
+ 00018510  0x000043b8 call  0x0000489b 
+ 00018511  0x000043b9 setarg  0x000000a0 
+ 00018512  0x000043ba call  0x0000488d 
+ 00018513  0x000043bb fetch  0x00000001 , 0x000001f7 
+ 00018514  0x000043bc call  0x0000488d 
+ 00018515  0x000043bd bmark1  0x00000028 , 0x00004856 
+ 00018516  0x000043be fetch  0x00000001 , 0x000001f8 
+ 00018517  0x000043bf call  0x0000488d 
+ 00018518  0x000043c1 call  0x000048a1 
+ 00018519  0x000043c3 call  0x0000489b 
+ 00018520  0x000043c4 setarg  0x000000a1 
+ 00018521  0x000043c5 call  0x0000488d 
+ 00018522  0x000043c8 call  0x0000487f 
+ 00018523  0x000043c9 istore  0x00000001 , 0x00000011 
+ 00018524  0x000043ca increase  0x00000001 , 0x00000011 
+ 00018525  0x000043cb increase  0xffffffff , 0x00000012 
+ 00018526  0x000043cc nbranch  0x0000485a , 0x00000005 
+ 00018527  0x000043cd branch  0x000048a1 
+ 00018528  0x000043d9 byteswap  0x00000012 , 0x0000003f 
+ 00018529  0x000043da store  0x00000002 , 0x000001f7 
+ 00018530  0x000043db copy  0x00000002 , 0x00000012 
+ 00018531  0x000043dd call  0x0000489b 
+ 00018532  0x000043de setarg  0x000000a0 
+ 00018533  0x000043df call  0x0000488d 
+ 00018534  0x000043e1 fetch  0x00000001 , 0x000001f7 
+ 00018535  0x000043e2 call  0x0000488d 
+ 00018536  0x000043e3 bmark1  0x00000028 , 0x0000486b 
+ 00018537  0x000043e4 fetch  0x00000001 , 0x000001f8 
+ 00018538  0x000043e5 call  0x0000488d 
+ 00018539  0x000043e7 ifetch  0x00000001 , 0x00000011 
+ 00018540  0x000043e8 call  0x0000488d 
+ 00018541  0x000043e9 increase  0x00000001 , 0x00000011 
+ 00018542  0x000043ea increase  0xffffffff , 0x00000012 
+ 00018543  0x000043eb nbranch  0x0000486b , 0x00000005 
+ 00018544  0x000043ec branch  0x000048a1 
+ 00018545  0x000043f1 arg  0x0000000a , 0x00000039 
+ 00018546  0x000043f2 call  0x000048be 
+ 00018547  0x000043f3 call  0x000048a6 
+ 00018548  0x000043f4 call  0x000048d2 
+ 00018549  0x000043f6 call  0x000048c7 
+ 00018550  0x000043f7 branch  0x000048a9 , 0x00000034 
+ 00018551  0x000043f8 loop  0x00004875 
+ 00018552  0x000043f9 branch  0x000048a9 
+ 00018553  0x000043fe call  0x000048a9 
+ 00018554  0x000043ff call  0x000048af 
+ 00018555  0x00004400 call  0x000048d2 
+ 00018556  0x00004401 call  0x000048a6 
+ 00018557  0x00004402 call  0x000048d2 
+ 00018558  0x00004403 branch  0x000048a9 
+ 00018559  0x00004409 arg  0x00000008 , 0x00000039 
+ 00018560  0x0000440a arg  0x00000000 , 0x00000013 
+ 00018561  0x0000440b call  0x000048be 
+ 00018562  0x0000440d call  0x000048a6 
+ 00018563  0x0000440e call  0x000048d2 
+ 00018564  0x0000440f lshift  0x00000013 , 0x00000013 
+ 00018565  0x00004410 call  0x000048c7 
+ 00018566  0x00004411 iadd  0x00000013 , 0x00000013 
+ 00018567  0x00004412 call  0x000048d2 
+ 00018568  0x00004413 call  0x000048a9 
+ 00018569  0x00004414 loop  0x00004882 
+ 00018570  0x00004415 call  0x00004879 
+ 00018571  0x00004416 copy  0x00000013 , 0x0000003f 
+ 00018572  0x00004417 rtn 
+ 00018573  0x0000441c arg  0x00000008 , 0x00000039 
+ 00018574  0x0000441d copy  0x0000003f , 0x00000013 
+ 00018575  0x0000441e call  0x000048a9 
+ 00018576  0x00004420 isolate1  0x00000007 , 0x00000013 
+ 00018577  0x00004421 call  0x000048ac , 0x00000001 
+ 00018578  0x00004422 ncall  0x000048af , 0x00000001 
+ 00018579  0x00004423 lshift  0x00000013 , 0x00000013 
+ 00018580  0x00004424 call  0x000048d2 
+ 00018581  0x00004425 call  0x000048a6 
+ 00018582  0x00004426 call  0x000048d2 
+ 00018583  0x00004427 call  0x000048a9 
+ 00018584  0x00004428 call  0x000048d2 
+ 00018585  0x00004429 loop  0x00004890 
+ 00018586  0x0000442a branch  0x00004871 
+ 00018587  0x0000442f call  0x000048ac 
+ 00018588  0x00004430 call  0x000048a6 
+ 00018589  0x00004431 call  0x000048d2 
+ 00018590  0x00004432 call  0x000048af 
+ 00018591  0x00004433 call  0x000048d2 
+ 00018592  0x00004434 branch  0x000048a9 
+ 00018593  0x00004439 call  0x000048af 
+ 00018594  0x0000443a call  0x000048a6 
+ 00018595  0x0000443b call  0x000048d2 
+ 00018596  0x0000443c call  0x000048ac 
+ 00018597  0x0000443d branch  0x000048d2 
+ 00018598  0x00004442 enable  0x00000028 
+ 00018599  0x00004443 fetch  0x00000001 , 0x00004ffe 
+ 00018600  0x00004444 branch  0x000048b2 
+ 00018601  0x00004448 disable  0x00000028 
+ 00018602  0x00004449 fetch  0x00000001 , 0x00004ffe 
+ 00018603  0x0000444a branch  0x000048b2 
+ 00018604  0x0000444e enable  0x00000028 
+ 00018605  0x0000444f fetch  0x00000001 , 0x00004fff 
+ 00018606  0x00004450 branch  0x000048b2 
+ 00018607  0x00004454 disable  0x00000028 
+ 00018608  0x00004455 fetch  0x00000001 , 0x00004fff 
+ 00018609  0x00004456 branch  0x000048b2 
+ 00018610  0x0000445c and  0x0000003f , 0x00000007 , 0x00000007 
+ 00018611  0x0000445d rshift3  0x0000003f , 0x0000003f 
+ 00018612  0x0000445e arg  0x00008070 , 0x00000002 
+ 00018613  0x0000445f iadd  0x00000002 , 0x00000002 
+ 00018614  0x00004460 ifetch  0x00000001 , 0x00000002 
+ 00018615  0x00004461 qset1  0x0000003f 
+ 00018616  0x00004462 istore  0x00000001 , 0x00000002 
+ 00018617  0x00004463 increase  0x00000004 , 0x00000002 
+ 00018618  0x00004464 ifetch  0x00000001 , 0x00000002 
+ 00018619  0x00004465 qsetflag  0x00000028 , 0x0000003f 
+ 00018620  0x00004466 istore  0x00000001 , 0x00000002 
+ 00018621  0x00004467 rtn 
+ 00018622  0x0000446b fetch  0x00000001 , 0x00004fff 
+ 00018623  0x0000446c and  0x0000003f , 0x00000007 , 0x00000007 
+ 00018624  0x0000446d rshift3  0x0000003f , 0x0000003f 
+ 00018625  0x0000446e arg  0x00008070 , 0x00000002 
+ 00018626  0x0000446f iadd  0x00000002 , 0x00000002 
+ 00018627  0x00004470 ifetch  0x00000001 , 0x00000002 
+ 00018628  0x00004471 qset0  0x0000003f 
+ 00018629  0x00004472 istore  0x00000001 , 0x00000002 
+ 00018630  0x00004473 rtn 
+ 00018631  0x00004479 nop  0x00000004 
+ 00018632  0x0000447a fetch  0x00000001 , 0x00004fff 
+ 00018633  0x0000447b and  0x0000003f , 0x00000007 , 0x00000007 
+ 00018634  0x0000447c rshift3  0x0000003f , 0x0000003f 
+ 00018635  0x0000447d arg  0x0000811c , 0x00000002 
+ 00018636  0x0000447e iadd  0x00000002 , 0x00000002 
+ 00018637  0x0000447f setarg  0x00000000 
+ 00018638  0x00004480 ifetcht  0x00000001 , 0x00000002 
+ 00018639  0x00004481 qisolate1  0x00000002 
+ 00018640  0x00004482 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00018641  0x00004483 rtn 
+ 00018642  0x00004488 rtn 
+ 00018643  0x0000448f bpatch  0x000000f6 , 0x0000401e 
+ 00018644  0x00004490 hfetch  0x00000001 , 0x00008a26 
+ 00018645  0x00004491 isolate1  0x00000007 , 0x0000003f 
+ 00018646  0x00004492 call  0x000048ea , 0x00000001 
+ 00018647  0x00004493 call  0x0000492e 
+ 00018648  0x00004494 hfetch  0x00000001 , 0x00008a26 
+ 00018649  0x00004495 store  0x00000001 , 0x00000b22 
+ 00018650  0x00004496 hfetch  0x00000001 , 0x00008a27 
+ 00018651  0x00004497 store  0x00000001 , 0x00000b23 
+ 00018652  0x00004498 hstore  0x00000001 , 0x00008a27 
+ 00018653  0x00004499 pinvert 
+ 00018654  0x0000449a fetcht  0x00000001 , 0x00000d37 
+ 00018655  0x0000449b iand  0x00000002 , 0x0000003f 
+ 00018656  0x0000449c store  0x00000001 , 0x00000d37 
+ 00018657  0x0000449d jam  0x000000e0 , 0x00008a26 
+ 00018658  0x0000449e fetch  0x00000001 , 0x00000b23 
+ 00018659  0x0000449f compare  0x00000001 , 0x0000003f , 0x00000001 
+ 00018660  0x000044a0 call  0x00004941 , 0x00000001 
+ 00018661  0x000044a1 fetch  0x00000001 , 0x00000b22 
+ 00018662  0x000044a2 compare  0x00000001 , 0x0000003f , 0x00000001 
+ 00018663  0x000044a3 call  0x0000494a , 0x00000001 
+ 00018664  0x000044a4 call  0x00004b61 
+ 00018665  0x000044a5 branch  0x00004903 
+ 00018666  0x000044a8 bpatch  0x000000f7 , 0x0000401e 
+ 00018667  0x000044a9 call  0x00004919 
+ 00018668  0x000044aa jam  0x00000000 , 0x00008a00 
+ 00018669  0x000044ab nop  0x00002710 
+ 00018670  0x000044ac jam  0x000000c0 , 0x00008a10 
+ 00018671  0x000044ad hfetch  0x00000002 , 0x00008050 
+ 00018672  0x000044ae set0  0x0000000a , 0x0000003f 
+ 00018673  0x000044af hstore  0x00000002 , 0x00008050 
+ 00018674  0x000044b0 jam  0x0000003c , 0x00008a00 
+ 00018675  0x000044b1 jam  0x000000ff , 0x00008a26 
+ 00018676  0x000044b2 jam  0x000000ff , 0x00008a27 
+ 00018677  0x000044b3 jam  0x00000000 , 0x00008a04 
+ 00018678  0x000044b4 jam  0x00000002 , 0x00000c6b 
+ 00018679  0x000044b5 setarg  0x00000d9d 
+ 00018680  0x000044b6 arg  0x00000c6e , 0x00000005 
+ 00018681  0x000044b7 isub  0x00000005 , 0x00000039 
+ 00018682  0x000044b8 branch  0x00007ed4 
+ 00018683  0x000044bb fetcht  0x00000001 , 0x00000c6c 
+ 00018684  0x000044bc branch  0x000067fb 
+ 00018685  0x000044be fetch  0x00000001 , 0x00000d45 
+ 00018686  0x000044bf rtn  0x00000034 
+ 00018687  0x000044c0 fetcht  0x00000001 , 0x00000c6c 
+ 00018688  0x000044c1 call  0x0000681d 
+ 00018689  0x000044c2 branch  0x000048ea , 0x00000001 
+ 00018690  0x000044c3 rtn 
+ 00018691  0x000044c7 arg  0x00000000 , 0x00000007 
+ 00018692  0x000044c8 call  0x00007f16 
+ 00018693  0x000044c9 nrtn  0x00000034 
+ 00018694  0x000044ca fetch  0x00000001 , 0x00000d46 
+ 00018695  0x000044cb nrtn  0x00000034 
+ 00018696  0x000044cc fetch  0x00000001 , 0x00000d45 
+ 00018697  0x000044cd ncall  0x00004bb7 , 0x00000034 
+ 00018698  0x000044ce rtn 
+ 00018699  0x000044d1 arg  0x00000b68 , 0x00000005 
+ 00018700  0x000044d2 setsect  0x00000000 , 0x00011212 
+ 00018701  0x000044d3 setsect  0x00000001 , 0x00008000 
+ 00018702  0x000044d4 setsect  0x00000002 , 0x00000000 
+ 00018703  0x000044d5 setsect  0x00000003 , 0x00010000 
+ 00018704  0x000044d6 istore  0x00000009 , 0x00000005 
+ 00018705  0x000044d7 setsect  0x00000000 , 0x00022412 
+ 00018706  0x000044d8 setsect  0x00000001 , 0x00008604 
+ 00018707  0x000044d9 setsect  0x00000002 , 0x00001000 
+ 00018708  0x000044da setsect  0x00000003 , 0x00000008 
+ 00018709  0x000044db istore  0x00000009 , 0x00000005 
+ 00018710  0x000044dc setsect  0x00000000 , 0x00000001 
+ 00018711  0x000044dd istore  0x00000001 , 0x00000005 
+ 00018712  0x000044de rtn 
+ 00018713  0x000044e1 jam  0x00000002 , 0x00000c6b 
+ 00018714  0x000044e2 setarg  0x00000000 
+ 00018715  0x000044e3 store  0x00000001 , 0x00000b67 
+ 00018716  0x000044e4 store  0x00000002 , 0x00000c65 
+ 00018717  0x000044e5 pincrease  0x00000001 
+ 00018718  0x000044e6 store  0x00000002 , 0x00000c67 
+ 00018719  0x000044e7 pincrease  0x00000001 
+ 00018720  0x000044e8 store  0x00000002 , 0x00000c69 
+ 00018721  0x000044e9 setarg  0x00008ffa 
+ 00018722  0x000044ea store  0x00000002 , 0x00000b7c 
+ 00018723  0x000044eb setarg  0x0000903a 
+ 00018724  0x000044ec store  0x00000002 , 0x00000b7e 
+ 00018725  0x000044ed arg  0x00000b80 , 0x00000005 
+ 00018726  0x000044ee arg  0x000090fe , 0x00000006 
+ 00018727  0x000044ef call  0x00007eb3 
+ 00018728  0x000044f0 fetch  0x00000001 , 0x00000c6d 
+ 00018729  0x000044f1 ncall  0x0000492b , 0x00000034 
+ 00018730  0x000044f2 branch  0x0000490b 
+ 00018731  0x000044f5 store  0x00000001 , 0x00000ba2 
+ 00018732  0x000044f6 store  0x00000001 , 0x00000bbb 
+ 00018733  0x000044f7 rtn 
+ 00018734  0x000044f9 hfetch  0x00000001 , 0x00008a26 
+ 00018735  0x000044fa bbit1  0x00000006 , 0x00004931 
+ 00018736  0x000044fb rtn 
+ 00018737  0x000044fe call  0x00004936 
+ 00018738  0x000044ff call  0x00007f15 
+ 00018739  0x00004500 setarg  0x00000280 
+ 00018740  0x00004501 arg  0x00000000 , 0x00000007 
+ 00018741  0x00004502 branch  0x00007f08 
+ 00018742  0x00004505 fetch  0x00000001 , 0x00000d36 
+ 00018743  0x00004506 bne  0x00000002 , 0x0000493b 
+ 00018744  0x00004507 jam  0x00000000 , 0x00000d46 
+ 00018745  0x00004508 jam  0x00000000 , 0x00000d47 
+ 00018746  0x00004509 rtn 
+ 00018747  0x0000450b fetch  0x00000001 , 0x00000d53 
+ 00018748  0x0000450c rtn  0x00000034 
+ 00018749  0x0000450d jam  0x00000000 , 0x00000d53 
+ 00018750  0x0000450e jam  0x00000002 , 0x00000d36 
+ 00018751  0x0000450f jam  0x00000001 , 0x00000d45 
+ 00018752  0x00004510 rtn 
+ 00018753  0x00004513 jam  0x00000001 , 0x00008a27 
+ 00018754  0x00004514 branch  0x00004b37 
+ 00018755  0x00004517 fetch  0x00000001 , 0x00000b22 
+ 00018756  0x00004518 bbit1  0x00000004 , 0x00004955 
+ 00018757  0x00004519 rtn 
+ 00018758  0x0000451c hfetch  0x00000001 , 0x00008a18 
+ 00018759  0x0000451d istore  0x00000001 , 0x00000005 
+ 00018760  0x0000451e loop  0x00004946 
+ 00018761  0x0000451f rtn 
+ 00018762  0x00004522 bpatch  0x000000f8 , 0x0000401f 
+ 00018763  0x00004523 jam  0x00000011 , 0x00008a26 
+ 00018764  0x00004524 hfetch  0x00000001 , 0x00008a20 
+ 00018765  0x00004525 store  0x00000001 , 0x00000b24 
+ 00018766  0x00004526 copy  0x0000003f , 0x00000039 
+ 00018767  0x00004527 branch  0x00004943 , 0x00000034 
+ 00018768  0x00004528 arg  0x00000c6e , 0x00000005 
+ 00018769  0x00004529 call  0x00004946 
+ 00018770  0x0000452a fetch  0x00000001 , 0x00000b24 
+ 00018771  0x0000452b sub  0x0000003f , 0x00000007 , 0x0000003e 
+ 00018772  0x0000452c rtn  0x00000002 
+ 00018773  0x0000452e fetch  0x00000001 , 0x00000c6e 
+ 00018774  0x0000452f and_into  0x00000080 , 0x0000003f 
+ 00018775  0x00004530 beq  0x00000080 , 0x0000495a 
+ 00018776  0x00004531 beq  0x00000000 , 0x00004962 
+ 00018777  0x00004532 branch  0x00002a8c 
+ 00018778  0x00004535 fetch  0x00000001 , 0x00000c6e 
+ 00018779  0x00004536 rshift4  0x0000003f , 0x0000003f 
+ 00018780  0x00004537 rshift  0x0000003f , 0x0000003f 
+ 00018781  0x00004538 and_into  0x00000003 , 0x0000003f 
+ 00018782  0x00004539 beq  0x00000000 , 0x0000496a 
+ 00018783  0x0000453a beq  0x00000001 , 0x00004970 
+ 00018784  0x0000453b beq  0x00000002 , 0x00004975 
+ 00018785  0x0000453c branch  0x00002a8c 
+ 00018786  0x0000453f fetch  0x00000001 , 0x00000c6e 
+ 00018787  0x00004540 rshift4  0x0000003f , 0x0000003f 
+ 00018788  0x00004541 rshift  0x0000003f , 0x0000003f 
+ 00018789  0x00004542 and_into  0x00000003 , 0x0000003f 
+ 00018790  0x00004543 beq  0x00000000 , 0x00004976 
+ 00018791  0x00004544 beq  0x00000001 , 0x0000497e 
+ 00018792  0x00004545 beq  0x00000002 , 0x00004983 
+ 00018793  0x00004546 branch  0x00002a8c 
+ 00018794  0x00004549 fetch  0x00000001 , 0x00000c6f 
+ 00018795  0x0000454a beq  0x00000008 , 0x0000498a 
+ 00018796  0x0000454b beq  0x00000006 , 0x000049a0 
+ 00018797  0x0000454c beq  0x0000000a , 0x000049ea 
+ 00018798  0x0000454d beq  0x00000000 , 0x000049fc 
+ 00018799  0x0000454e branch  0x00004984 
+ 00018800  0x00004551 fetch  0x00000001 , 0x00000c6f 
+ 00018801  0x00004552 beq  0x00000002 , 0x00004a2f 
+ 00018802  0x00004553 beq  0x00000001 , 0x00004a33 
+ 00018803  0x00004554 beq  0x00000003 , 0x00004a45 
+ 00018804  0x00004555 branch  0x00004984 
+ 00018805  0x00004558 branch  0x00004984 
+ 00018806  0x0000455b fetch  0x00000001 , 0x00000c6f 
+ 00018807  0x0000455c beq  0x00000001 , 0x00004a4f 
+ 00018808  0x0000455d beq  0x00000003 , 0x00004a79 
+ 00018809  0x0000455e beq  0x00000005 , 0x00004aa3 
+ 00018810  0x0000455f beq  0x00000009 , 0x00004abc 
+ 00018811  0x00004560 beq  0x0000000b , 0x00004ad7 
+ 00018812  0x00004561 beq  0x00000007 , 0x00004984 
+ 00018813  0x00004562 branch  0x00004984 
+ 00018814  0x00004565 fetch  0x00000001 , 0x00000c6f 
+ 00018815  0x00004566 beq  0x0000000a , 0x00004ae8 
+ 00018816  0x00004567 beq  0x00000009 , 0x00004af9 
+ 00018817  0x00004568 beq  0x0000000b , 0x00004b11 
+ 00018818  0x00004569 branch  0x00004984 
+ 00018819  0x0000456c branch  0x00004984 
+ 00018820  0x0000456f hfetch  0x00000001 , 0x00008a11 
+ 00018821  0x00004570 set1  0x00000000 , 0x0000003f 
+ 00018822  0x00004571 hstore  0x00000001 , 0x00008a11 
+ 00018823  0x00004572 branch  0x00004988 
+ 00018824  0x00004575 jam  0x00000040 , 0x00008a12 
+ 00018825  0x00004576 rtn 
+ 00018826  0x00004579 fetch  0x00000001 , 0x00000c6e 
+ 00018827  0x0000457a bne  0x00000080 , 0x00004984 
+ 00018828  0x0000457b fetch  0x00000001 , 0x00000c72 
+ 00018829  0x0000457c bne  0x00000000 , 0x00004984 
+ 00018830  0x0000457d fetch  0x00000001 , 0x00000c73 
+ 00018831  0x0000457e bne  0x00000000 , 0x00004984 
+ 00018832  0x0000457f fetch  0x00000001 , 0x00000c74 
+ 00018833  0x00004580 bne  0x00000001 , 0x00004984 
+ 00018834  0x00004581 fetch  0x00000001 , 0x00000c75 
+ 00018835  0x00004582 bne  0x00000000 , 0x00004984 
+ 00018836  0x00004583 fetch  0x00000001 , 0x00000c70 
+ 00018837  0x00004584 bne  0x00000000 , 0x00004984 
+ 00018838  0x00004585 fetch  0x00000001 , 0x00000c71 
+ 00018839  0x00004586 bne  0x00000000 , 0x00004984 
+ 00018840  0x00004587 fetch  0x00000001 , 0x00000c6b 
+ 00018841  0x00004588 beq  0x00000004 , 0x0000499c 
+ 00018842  0x00004589 beq  0x00000003 , 0x0000499e 
+ 00018843  0x0000458a branch  0x00004984 
+ 00018844  0x0000458d arg  0x00000001 , 0x00000012 
+ 00018845  0x0000458e branch  0x00004a14 
+ 00018846  0x00004591 arg  0x00000001 , 0x00000012 
+ 00018847  0x00004592 branch  0x00004a12 
+ 00018848  0x00004595 bpatch  0x000000f9 , 0x0000401f 
+ 00018849  0x00004596 set0  0x00000023 , 0x00000000 
+ 00018850  0x00004597 fetch  0x00000001 , 0x00000c71 
+ 00018851  0x00004598 beq  0x00000001 , 0x000049b6 
+ 00018852  0x00004599 beq  0x00000002 , 0x000049cf 
+ 00018853  0x0000459a beq  0x00000003 , 0x000049d2 
+ 00018854  0x0000459b beq  0x00000021 , 0x000049a9 
+ 00018855  0x0000459c beq  0x00000022 , 0x000049e0 
+ 00018856  0x0000459d branch  0x00004984 
+ 00018857  0x000045a0 jam  0x00000000 , 0x00000d4b 
+ 00018858  0x000045a1 fetch  0x00000001 , 0x00000c72 
+ 00018859  0x000045a2 beq  0x00000000 , 0x000049ae 
+ 00018860  0x000045a3 beq  0x00000001 , 0x000049b2 
+ 00018861  0x000045a4 branch  0x00004984 
+ 00018862  0x000045a7 arg  0x00000b93 , 0x00000011 
+ 00018863  0x000045a8 ifetch  0x00000001 , 0x00000011 
+ 00018864  0x000045a9 iforce  0x00000012 
+ 00018865  0x000045aa branch  0x00004b21 
+ 00018866  0x000045ad arg  0x00000bac , 0x00000011 
+ 00018867  0x000045ae ifetch  0x00000001 , 0x00000011 
+ 00018868  0x000045af iforce  0x00000012 
+ 00018869  0x000045b0 branch  0x00004b21 
+ 00018870  0x000045b6 fetch  0x00000001 , 0x00000d48 
+ 00018871  0x000045b7 ncall  0x000049c7 , 0x00000034 
+ 00018872  0x000045b8 setarg  0x00000b68 
+ 00018873  0x000045b9 fetcht  0x00000001 , 0x00000b68 
+ 00018874  0x000045bb store  0x00000002 , 0x00000d3f 
+ 00018875  0x000045bc storet  0x00000001 , 0x00000d41 
+ 00018876  0x000045bd fetch  0x00000001 , 0x00000c74 
+ 00018877  0x000045be isub  0x00000002 , 0x0000003e 
+ 00018878  0x000045bf nbranch  0x000049c5 , 0x00000002 
+ 00018879  0x000045c1 fetch  0x00000001 , 0x00000d41 
+ 00018880  0x000045c3 iforce  0x00000012 
+ 00018881  0x000045c4 fetch  0x00000002 , 0x00000d3f 
+ 00018882  0x000045c5 add  0x0000003f , 0x00000001 , 0x0000003f 
+ 00018883  0x000045c6 iforce  0x00000011 
+ 00018884  0x000045c7 branch  0x00004b21 
+ 00018885  0x000045c9 fetch  0x00000001 , 0x00000c74 
+ 00018886  0x000045ca branch  0x000049c0 
+ 00018887  0x000045cd hfetch  0x00000001 , 0x00008a04 
+ 00018888  0x000045ce ncall  0x000049cb , 0x00000034 
+ 00018889  0x000045cf jam  0x00000000 , 0x00000d48 
+ 00018890  0x000045d0 rtn 
+ 00018891  0x000045d2 hfetch  0x00000001 , 0x00008a04 
+ 00018892  0x000045d3 set1  0x00000007 , 0x0000003f 
+ 00018893  0x000045d4 hstore  0x00000001 , 0x00008a04 
+ 00018894  0x000045d5 rtn 
+ 00018895  0x000045d8 setarg  0x00000b80 
+ 00018896  0x000045d9 fetcht  0x00000001 , 0x00000b80 
+ 00018897  0x000045da branch  0x000049ba 
+ 00018898  0x000045dd fetch  0x00000001 , 0x00000c70 
+ 00018899  0x000045de sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00018900  0x000045df nbranch  0x00004984 , 0x00000002 
+ 00018901  0x000045e0 fetch  0x00000001 , 0x00000c70 
+ 00018902  0x000045e1 arg  0x00000be4 , 0x00000011 
+ 00018903  0x000045e2 beq  0x00000000 , 0x00004b1e 
+ 00018904  0x000045e3 set1  0x00000023 , 0x00000000 
+ 00018905  0x000045e4 arg  0x00000be9 , 0x00000011 
+ 00018906  0x000045e5 beq  0x00000001 , 0x00004b1e 
+ 00018907  0x000045e6 arg  0x00000c07 , 0x00000011 
+ 00018908  0x000045e7 beq  0x00000002 , 0x00004b1e 
+ 00018909  0x000045e8 arg  0x00000c47 , 0x00000011 
+ 00018910  0x000045e9 beq  0x00000003 , 0x00004b1e 
+ 00018911  0x000045ea rtn 
+ 00018912  0x000045ed fetch  0x00000002 , 0x00000c72 
+ 00018913  0x000045ee beq  0x00000001 , 0x000049e5 
+ 00018914  0x000045ef fetch  0x00000002 , 0x00000b7c 
+ 00018915  0x000045f0 copy  0x0000003f , 0x00000011 
+ 00018916  0x000045f2 branch  0x00004b1e 
+ 00018917  0x000045f4 jam  0x00000001 , 0x00000d45 
+ 00018918  0x000045f5 jam  0x00000001 , 0x00000d36 
+ 00018919  0x000045f6 fetch  0x00000002 , 0x00000b7e 
+ 00018920  0x000045f7 copy  0x0000003f , 0x00000011 
+ 00018921  0x000045f9 branch  0x00004b1e 
+ 00018922  0x000045fd fetch  0x00000001 , 0x00000c6b 
+ 00018923  0x000045fe bne  0x00000004 , 0x00004984 
+ 00018924  0x000045ff fetch  0x00000001 , 0x00000c6e 
+ 00018925  0x00004600 bne  0x00000081 , 0x00004984 
+ 00018926  0x00004601 fetch  0x00000001 , 0x00000c70 
+ 00018927  0x00004602 bne  0x00000000 , 0x00004984 
+ 00018928  0x00004603 fetch  0x00000001 , 0x00000c71 
+ 00018929  0x00004604 bne  0x00000000 , 0x00004984 
+ 00018930  0x00004605 fetch  0x00000001 , 0x00000c74 
+ 00018931  0x00004606 bne  0x00000001 , 0x00004984 
+ 00018932  0x00004607 fetch  0x00000001 , 0x00000c75 
+ 00018933  0x00004608 bne  0x00000000 , 0x00004984 
+ 00018934  0x00004609 fetch  0x00000001 , 0x00000c72 
+ 00018935  0x0000460a bne  0x00000000 , 0x00004984 
+ 00018936  0x0000460b fetch  0x00000001 , 0x00000c73 
+ 00018937  0x0000460c bne  0x00000000 , 0x00004984 
+ 00018938  0x0000460d arg  0x00000001 , 0x00000012 
+ 00018939  0x0000460e branch  0x00004a12 
+ 00018940  0x00004612 fetch  0x00000001 , 0x00000c6b 
+ 00018941  0x00004613 beq  0x00000002 , 0x00004984 
+ 00018942  0x00004614 fetch  0x00000001 , 0x00000c70 
+ 00018943  0x00004615 bne  0x00000000 , 0x00004984 
+ 00018944  0x00004616 fetch  0x00000001 , 0x00000c71 
+ 00018945  0x00004617 bne  0x00000000 , 0x00004984 
+ 00018946  0x00004618 fetch  0x00000001 , 0x00000c74 
+ 00018947  0x00004619 bne  0x00000002 , 0x00004984 
+ 00018948  0x0000461a fetch  0x00000001 , 0x00000c75 
+ 00018949  0x0000461b bne  0x00000000 , 0x00004984 
+ 00018950  0x0000461c fetch  0x00000001 , 0x00000c73 
+ 00018951  0x0000461d bne  0x00000000 , 0x00004984 
+ 00018952  0x0000461e fetch  0x00000001 , 0x00000c6e 
+ 00018953  0x0000461f beq  0x00000080 , 0x00004a0d 
+ 00018954  0x00004620 beq  0x00000081 , 0x00004a18 
+ 00018955  0x00004621 beq  0x00000082 , 0x00004a1c 
+ 00018956  0x00004622 branch  0x00004984 
+ 00018957  0x00004625 fetch  0x00000001 , 0x00000c72 
+ 00018958  0x00004626 bne  0x00000000 , 0x00004984 
+ 00018959  0x00004627 arg  0x00000002 , 0x00000012 
+ 00018960  0x00004628 fetch  0x00000001 , 0x00000d39 
+ 00018961  0x00004629 beq  0x00000001 , 0x00004a16 
+ 00018962  0x0000462c arg  0x00000c65 , 0x00000011 
+ 00018963  0x0000462d branch  0x00004b21 
+ 00018964  0x0000462f arg  0x00000c67 , 0x00000011 
+ 00018965  0x00004630 branch  0x00004b21 
+ 00018966  0x00004632 arg  0x00000c69 , 0x00000011 
+ 00018967  0x00004633 branch  0x00004b21 
+ 00018968  0x00004636 fetch  0x00000001 , 0x00000c6b 
+ 00018969  0x00004637 bne  0x00000004 , 0x00004984 
+ 00018970  0x00004638 arg  0x00000002 , 0x00000012 
+ 00018971  0x00004639 branch  0x00004a12 
+ 00018972  0x0000463c fetch  0x00000001 , 0x00000c6b 
+ 00018973  0x0000463d bne  0x00000004 , 0x00004984 
+ 00018974  0x0000463e fetch  0x00000001 , 0x00000c72 
+ 00018975  0x0000463f beq  0x00000081 , 0x00004a29 
+ 00018976  0x00004640 beq  0x00000082 , 0x00004a2b 
+ 00018977  0x00004641 beq  0x00000083 , 0x00004a2d 
+ 00018978  0x00004642 and_into  0x0000007f , 0x0000003f 
+ 00018979  0x00004643 beq  0x00000000 , 0x00004a25 
+ 00018980  0x00004644 branch  0x00004984 
+ 00018981  0x00004647 fetch  0x00000001 , 0x00000d3b 
+ 00018982  0x00004649 arg  0x00000002 , 0x00000012 
+ 00018983  0x0000464a beq  0x00000001 , 0x00004a14 
+ 00018984  0x0000464b branch  0x00004a12 
+ 00018985  0x0000464d fetch  0x00000001 , 0x00000d3c 
+ 00018986  0x0000464e branch  0x00004a26 
+ 00018987  0x00004650 fetch  0x00000001 , 0x00000d3d 
+ 00018988  0x00004651 branch  0x00004a26 
+ 00018989  0x00004653 fetch  0x00000001 , 0x00000d3e 
+ 00018990  0x00004654 branch  0x00004a26 
+ 00018991  0x00004657 jam  0x00000001 , 0x00000d4c 
+ 00018992  0x00004658 arg  0x00000d4d , 0x00000011 
+ 00018993  0x00004659 arg  0x00000001 , 0x00000012 
+ 00018994  0x0000465a branch  0x00004b21 
+ 00018995  0x0000465d fetch  0x00000002 , 0x00000c70 
+ 00018996  0x0000465e arg  0x000001ba , 0x00000002 
+ 00018997  0x0000465f isub  0x00000002 , 0x0000003e 
+ 00018998  0x00004660 nbranch  0x00004984 , 0x00000005 
+ 00018999  0x00004661 set0  0x00000023 , 0x00000000 
+ 00019000  0x00004663 fetch  0x00000001 , 0x00000d42 
+ 00019001  0x00004664 nbranch  0x00004a42 , 0x00000034 
+ 00019002  0x00004665 jam  0x00000000 , 0x00000cf6 
+ 00019003  0x00004667 fetch  0x00000001 , 0x00000c74 
+ 00019004  0x00004668 iforce  0x00000012 
+ 00019005  0x00004669 arg  0x00000cf6 , 0x00000011 
+ 00019006  0x0000466a call  0x00004b21 
+ 00019007  0x0000466c arg  0x00000cf6 , 0x00000005 
+ 00019008  0x0000466d arg  0x00000008 , 0x00000039 
+ 00019009  0x0000466e branch  0x00007ec6 
+ 00019010  0x00004670 jam  0x00000000 , 0x00000d42 
+ 00019011  0x00004671 jam  0x00000001 , 0x00000cf6 
+ 00019012  0x00004672 branch  0x00004a3b 
+ 00019013  0x00004675 fetch  0x00000001 , 0x00000c74 
+ 00019014  0x00004676 bne  0x00000001 , 0x00004984 
+ 00019015  0x00004677 jam  0x00000001 , 0x00000d4b 
+ 00019016  0x00004678 arg  0x00000001 , 0x00000012 
+ 00019017  0x00004679 fetch  0x00000001 , 0x00000d49 
+ 00019018  0x0000467a beq  0x00000000 , 0x00004a4d 
+ 00019019  0x0000467b beq  0x00000001 , 0x00004a4e 
+ 00019020  0x0000467c branch  0x00004a12 
+ 00019021  0x0000467e branch  0x00004a14 
+ 00019022  0x00004680 branch  0x00004a12 
+ 00019023  0x00004686 fetch  0x00000001 , 0x00000c6b 
+ 00019024  0x00004687 bne  0x00000004 , 0x00004984 
+ 00019025  0x00004688 fetch  0x00000001 , 0x00000c74 
+ 00019026  0x00004689 bne  0x00000000 , 0x00004984 
+ 00019027  0x0000468a fetch  0x00000001 , 0x00000c75 
+ 00019028  0x0000468b bne  0x00000000 , 0x00004984 
+ 00019029  0x0000468c fetch  0x00000001 , 0x00000c71 
+ 00019030  0x0000468d bne  0x00000000 , 0x00004984 
+ 00019031  0x0000468e fetch  0x00000001 , 0x00000c73 
+ 00019032  0x0000468f bne  0x00000000 , 0x00004984 
+ 00019033  0x00004690 fetch  0x00000001 , 0x00000c6e 
+ 00019034  0x00004691 beq  0x00000000 , 0x00004a5e 
+ 00019035  0x00004692 beq  0x00000001 , 0x00004a66 
+ 00019036  0x00004693 beq  0x00000002 , 0x00004a67 
+ 00019037  0x00004694 branch  0x00004984 
+ 00019038  0x00004697 fetch  0x00000001 , 0x00000c70 
+ 00019039  0x00004698 bne  0x00000001 , 0x00004984 
+ 00019040  0x00004699 hfetch  0x00000001 , 0x00008a00 
+ 00019041  0x0000469a set0  0x00000007 , 0x0000003f 
+ 00019042  0x0000469b hstore  0x00000001 , 0x00008a00 
+ 00019043  0x0000469c jam  0x00000000 , 0x00000d39 
+ 00019044  0x0000469d jam  0x00000001 , 0x00000d3a 
+ 00019045  0x0000469e branch  0x00004988 
+ 00019046  0x000046a1 branch  0x00004984 
+ 00019047  0x000046a4 fetch  0x00000001 , 0x00000c70 
+ 00019048  0x000046a5 bne  0x00000000 , 0x00004984 
+ 00019049  0x000046a6 fetch  0x00000001 , 0x00000c72 
+ 00019050  0x000046a7 beq  0x00000081 , 0x00004a72 
+ 00019051  0x000046a8 beq  0x00000082 , 0x00004a75 
+ 00019052  0x000046a9 beq  0x00000083 , 0x00004a77 
+ 00019053  0x000046aa and_into  0x0000007f , 0x0000003f 
+ 00019054  0x000046ab beq  0x00000000 , 0x00004a70 
+ 00019055  0x000046ac branch  0x00004984 
+ 00019056  0x000046af jam  0x00000000 , 0x00000d3b 
+ 00019057  0x000046b0 branch  0x00004988 
+ 00019058  0x000046b2 jam  0x00000000 , 0x00000d3c 
+ 00019059  0x000046b4 jam  0x00000001 , 0x00000d53 
+ 00019060  0x000046b5 branch  0x00004988 
+ 00019061  0x000046b7 jam  0x00000000 , 0x00000d3d 
+ 00019062  0x000046b8 branch  0x00004a73 
+ 00019063  0x000046ba jam  0x00000000 , 0x00000d3e 
+ 00019064  0x000046bb branch  0x00004a73 
+ 00019065  0x000046bf fetch  0x00000001 , 0x00000c74 
+ 00019066  0x000046c0 bne  0x00000000 , 0x00004984 
+ 00019067  0x000046c1 fetch  0x00000001 , 0x00000c75 
+ 00019068  0x000046c2 bne  0x00000000 , 0x00004984 
+ 00019069  0x000046c3 fetch  0x00000001 , 0x00000c6e 
+ 00019070  0x000046c4 beq  0x00000000 , 0x00004a82 
+ 00019071  0x000046c5 beq  0x00000001 , 0x00004a8f 
+ 00019072  0x000046c6 beq  0x00000002 , 0x00004a90 
+ 00019073  0x000046c7 branch  0x00004984 
+ 00019074  0x000046ca fetch  0x00000001 , 0x00000c70 
+ 00019075  0x000046cb bne  0x00000001 , 0x00004984 
+ 00019076  0x000046cc hfetch  0x00000001 , 0x00008a00 
+ 00019077  0x000046cd set1  0x00000007 , 0x0000003f 
+ 00019078  0x000046ce hstore  0x00000001 , 0x00008a00 
+ 00019079  0x000046cf jam  0x00000001 , 0x00000d39 
+ 00019080  0x000046d0 jam  0x00000003 , 0x00000d36 
+ 00019081  0x000046d1 jam  0x00000000 , 0x00000d43 
+ 00019082  0x000046d2 call  0x00004988 
+ 00019083  0x000046d4 call  0x00007f15 
+ 00019084  0x000046d5 setarg  0x00001388 
+ 00019085  0x000046d6 arg  0x0000000f , 0x00000007 
+ 00019086  0x000046d7 branch  0x00007f08 
+ 00019087  0x000046da branch  0x00004984 
+ 00019088  0x000046dd fetch  0x00000001 , 0x00000c70 
+ 00019089  0x000046de bne  0x00000000 , 0x00004984 
+ 00019090  0x000046df fetch  0x00000001 , 0x00000c71 
+ 00019091  0x000046e0 bne  0x00000000 , 0x00004984 
+ 00019092  0x000046e1 fetch  0x00000001 , 0x00000c72 
+ 00019093  0x000046e2 beq  0x00000081 , 0x00004a9d 
+ 00019094  0x000046e3 beq  0x00000082 , 0x00004a9f 
+ 00019095  0x000046e4 beq  0x00000083 , 0x00004aa1 
+ 00019096  0x000046e5 and_into  0x0000007f , 0x0000003f 
+ 00019097  0x000046e6 beq  0x00000000 , 0x00004a9b 
+ 00019098  0x000046e7 branch  0x00004984 
+ 00019099  0x000046ea jam  0x00000001 , 0x00000d3b 
+ 00019100  0x000046eb branch  0x00004988 
+ 00019101  0x000046ed jam  0x00000001 , 0x00000d3c 
+ 00019102  0x000046ee branch  0x00004988 
+ 00019103  0x000046f0 jam  0x00000001 , 0x00000d3d 
+ 00019104  0x000046f1 branch  0x00004988 
+ 00019105  0x000046f3 jam  0x00000001 , 0x00000d3e 
+ 00019106  0x000046f4 branch  0x00004988 
+ 00019107  0x000046f8 fetch  0x00000001 , 0x00000c6e 
+ 00019108  0x000046f9 bne  0x00000000 , 0x00004984 
+ 00019109  0x000046fa fetch  0x00000001 , 0x00000c72 
+ 00019110  0x000046fb bne  0x00000000 , 0x00004984 
+ 00019111  0x000046fc fetch  0x00000001 , 0x00000c73 
+ 00019112  0x000046fd bne  0x00000000 , 0x00004984 
+ 00019113  0x000046fe fetch  0x00000001 , 0x00000c74 
+ 00019114  0x000046ff bne  0x00000000 , 0x00004984 
+ 00019115  0x00004700 fetch  0x00000001 , 0x00000c75 
+ 00019116  0x00004701 bne  0x00000000 , 0x00004984 
+ 00019117  0x00004702 fetch  0x00000001 , 0x00000c71 
+ 00019118  0x00004703 bne  0x00000000 , 0x00004984 
+ 00019119  0x00004704 fetch  0x00000001 , 0x00000c70 
+ 00019120  0x00004705 and_into  0x00000080 , 0x0000003f 
+ 00019121  0x00004706 bne  0x00000000 , 0x00004984 
+ 00019122  0x00004707 fetch  0x00000001 , 0x00000c70 
+ 00019123  0x00004708 bne  0x00000000 , 0x00004aba 
+ 00019124  0x0000470a jam  0x00000002 , 0x00000c6b 
+ 00019125  0x0000470c fetch  0x00000001 , 0x00000c70 
+ 00019126  0x0000470d hstore  0x00000001 , 0x00008a04 
+ 00019127  0x0000470e call  0x00004988 
+ 00019128  0x0000470f jam  0x00000001 , 0x00000d48 
+ 00019129  0x00004710 rtn 
+ 00019130  0x00004712 jam  0x00000003 , 0x00000c6b 
+ 00019131  0x00004713 branch  0x00004ab5 
+ 00019132  0x00004717 fetch  0x00000001 , 0x00000c6b 
+ 00019133  0x00004718 beq  0x00000002 , 0x00004984 
+ 00019134  0x00004719 fetch  0x00000001 , 0x00000c6e 
+ 00019135  0x0000471a bne  0x00000000 , 0x00004984 
+ 00019136  0x0000471b fetch  0x00000001 , 0x00000c72 
+ 00019137  0x0000471c bne  0x00000000 , 0x00004984 
+ 00019138  0x0000471d fetch  0x00000001 , 0x00000c73 
+ 00019139  0x0000471e bne  0x00000000 , 0x00004984 
+ 00019140  0x0000471f fetch  0x00000001 , 0x00000c74 
+ 00019141  0x00004720 bne  0x00000000 , 0x00004984 
+ 00019142  0x00004721 fetch  0x00000001 , 0x00000c75 
+ 00019143  0x00004722 bne  0x00000000 , 0x00004984 
+ 00019144  0x00004723 fetch  0x00000001 , 0x00000c71 
+ 00019145  0x00004724 bne  0x00000000 , 0x00004984 
+ 00019146  0x00004725 fetch  0x00000001 , 0x00000c70 
+ 00019147  0x00004726 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00019148  0x00004727 nbranch  0x00004984 , 0x00000002 
+ 00019149  0x00004728 fetch  0x00000001 , 0x00000c6b 
+ 00019150  0x00004729 beq  0x00000003 , 0x00004ad1 
+ 00019151  0x0000472a beq  0x00000004 , 0x00004ad1 
+ 00019152  0x0000472b branch  0x00004984 
+ 00019153  0x0000472f fetch  0x00000001 , 0x00000c70 
+ 00019154  0x00004730 beq  0x00000000 , 0x00004ad5 
+ 00019155  0x00004731 jam  0x00000004 , 0x00000c6b 
+ 00019156  0x00004732 branch  0x00004988 
+ 00019157  0x00004734 jam  0x00000003 , 0x00000c6b 
+ 00019158  0x00004735 branch  0x00004988 
+ 00019159  0x00004739 fetch  0x00000001 , 0x00000c6b 
+ 00019160  0x0000473a bne  0x00000004 , 0x00004984 
+ 00019161  0x0000473b fetch  0x00000001 , 0x00000c6e 
+ 00019162  0x0000473c bne  0x00000001 , 0x00004984 
+ 00019163  0x0000473d fetch  0x00000001 , 0x00000c70 
+ 00019164  0x0000473e bne  0x00000000 , 0x00004984 
+ 00019165  0x0000473f fetch  0x00000001 , 0x00000c71 
+ 00019166  0x00004740 bne  0x00000000 , 0x00004984 
+ 00019167  0x00004741 fetch  0x00000001 , 0x00000c74 
+ 00019168  0x00004742 bne  0x00000000 , 0x00004984 
+ 00019169  0x00004743 fetch  0x00000001 , 0x00000c75 
+ 00019170  0x00004744 bne  0x00000000 , 0x00004984 
+ 00019171  0x00004745 fetch  0x00000001 , 0x00000c72 
+ 00019172  0x00004746 bne  0x00000000 , 0x00004984 
+ 00019173  0x00004747 fetch  0x00000001 , 0x00000c73 
+ 00019174  0x00004748 bne  0x00000000 , 0x00004984 
+ 00019175  0x00004749 branch  0x00004988 
+ 00019176  0x0000474d jam  0x00000001 , 0x00000d4c 
+ 00019177  0x0000474e fetch  0x00000001 , 0x00000c71 
+ 00019178  0x0000474f store  0x00000001 , 0x00000d4d 
+ 00019179  0x00004750 fetch  0x00000001 , 0x00000c72 
+ 00019180  0x00004751 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00019181  0x00004752 call  0x00004af5 , 0x00000005 
+ 00019182  0x00004753 fetch  0x00000001 , 0x00000d36 
+ 00019183  0x00004754 bne  0x00000004 , 0x00004988 
+ 00019184  0x00004755 jam  0x00000002 , 0x00000d36 
+ 00019185  0x00004756 call  0x00004988 
+ 00019186  0x00004757 nop  0x00007530 
+ 00019187  0x00004758 nop  0x00007530 
+ 00019188  0x00004759 rtn 
+ 00019189  0x0000475b jam  0x00000001 , 0x00000d45 
+ 00019190  0x0000475c jam  0x00000000 , 0x00000d3a 
+ 00019191  0x0000475d jam  0x00000004 , 0x00000d36 
+ 00019192  0x0000475e rtn 
+ 00019193  0x00004762 jam  0x00000001 , 0x00000d50 
+ 00019194  0x00004763 call  0x00004b03 
+ 00019195  0x00004764 fetch  0x00000002 , 0x00000c70 
+ 00019196  0x00004765 store  0x00000002 , 0x00000d4e 
+ 00019197  0x00004766 fetch  0x00000001 , 0x00000c74 
+ 00019198  0x00004767 iforce  0x00000039 
+ 00019199  0x00004768 arg  0x00000c76 , 0x00000006 
+ 00019200  0x00004769 arg  0x00000cb6 , 0x00000005 
+ 00019201  0x0000476a call  0x00007f01 
+ 00019202  0x0000476b branch  0x00004988 
+ 00019203  0x0000476e fetch  0x00000002 , 0x00000c70 
+ 00019204  0x0000476f arg  0x00000200 , 0x00000002 
+ 00019205  0x00004770 isub  0x00000002 , 0x0000003e 
+ 00019206  0x00004771 nrtn  0x00000005 
+ 00019207  0x00004772 fetch  0x00000002 , 0x00000c72 
+ 00019208  0x00004773 arg  0x00000000 , 0x00000002 
+ 00019209  0x00004774 isub  0x00000002 , 0x0000003e 
+ 00019210  0x00004775 nrtn  0x00000005 
+ 00019211  0x00004776 fetch  0x00000002 , 0x00000c74 
+ 00019212  0x00004777 arg  0x00000001 , 0x00000002 
+ 00019213  0x00004778 isub  0x00000002 , 0x0000003e 
+ 00019214  0x00004779 nrtn  0x00000005 
+ 00019215  0x0000477a jam  0x00000001 , 0x00000d43 
+ 00019216  0x0000477b rtn 
+ 00019217  0x0000477f fetch  0x00000001 , 0x00000c74 
+ 00019218  0x00004780 bne  0x00000000 , 0x00004984 
+ 00019219  0x00004781 fetch  0x00000001 , 0x00000c70 
+ 00019220  0x00004782 beq  0x00000000 , 0x00004b17 
+ 00019221  0x00004783 beq  0x00000001 , 0x00004b1a 
+ 00019222  0x00004784 branch  0x00004984 
+ 00019223  0x00004786 jam  0x00000000 , 0x00000d4a 
+ 00019224  0x00004787 jam  0x00000001 , 0x00000d49 
+ 00019225  0x00004788 branch  0x00004988 
+ 00019226  0x0000478a jam  0x00000001 , 0x00000d44 
+ 00019227  0x0000478b jam  0x00000001 , 0x00000d4a 
+ 00019228  0x0000478c jam  0x00000000 , 0x00000d49 
+ 00019229  0x0000478d branch  0x00004988 
+ 00019230  0x00004791 ifetch  0x00000001 , 0x00000011 
+ 00019231  0x00004792 iforce  0x00000012 
+ 00019232  0x00004793 increase  0x00000001 , 0x00000011 
+ 00019233  0x00004796 bpatch  0x000000fa , 0x0000401f 
+ 00019234  0x00004797 bmark0  0x00000023 , 0x00004b2c 
+ 00019235  0x00004798 add  0x00000012 , 0x00000001 , 0x0000003f 
+ 00019236  0x00004799 lshift  0x0000003f , 0x0000003f 
+ 00019237  0x0000479a hstore  0x00000001 , 0x00008a18 
+ 00019238  0x0000479b jam  0x00000003 , 0x00008a18 
+ 00019239  0x0000479c fetch  0x00000001 , 0x00000c74 
+ 00019240  0x0000479d increase  0xfffffffe , 0x0000003f 
+ 00019241  0x0000479e rshift  0x0000003f , 0x0000003f 
+ 00019242  0x0000479f store  0x00000001 , 0x00000c74 
+ 00019243  0x000047a0 beq  0x00000000 , 0x00004b35 
+ 00019244  0x000047a2 fetch  0x00000002 , 0x00000c74 
+ 00019245  0x000047a3 isub  0x00000012 , 0x0000003e 
+ 00019246  0x000047a4 branch  0x00004b30 , 0x00000002 
+ 00019247  0x000047a5 copy  0x0000003f , 0x00000012 
+ 00019248  0x000047a7 deposit  0x00000011 
+ 00019249  0x000047a8 store  0x00000002 , 0x00000b65 
+ 00019250  0x000047a9 deposit  0x00000012 
+ 00019251  0x000047aa store  0x00000001 , 0x00000b67 
+ 00019252  0x000047ab branch  0x00004b37 
+ 00019253  0x000047ae arg  0x00000000 , 0x00000007 
+ 00019254  0x000047af branch  0x00004b57 
+ 00019255  0x000047b3 bpatch  0x000000fb , 0x0000401f 
+ 00019256  0x000047b4 fetch  0x00000001 , 0x00000b67 
+ 00019257  0x000047b5 rtn  0x00000034 
+ 00019258  0x000047b6 copy  0x0000003f , 0x00000039 
+ 00019259  0x000047b7 sub  0x0000003f , 0x00000040 , 0x0000003e 
+ 00019260  0x000047b8 branch  0x00004b3e , 0x00000002 
+ 00019261  0x000047b9 arg  0x00000040 , 0x00000039 
+ 00019262  0x000047bb fetch  0x00000001 , 0x00000b67 
+ 00019263  0x000047bc isub  0x00000039 , 0x0000003f 
+ 00019264  0x000047bd store  0x00000001 , 0x00000b67 
+ 00019265  0x000047be fetch  0x00000002 , 0x00000b65 
+ 00019266  0x000047bf copy  0x0000003f , 0x00000006 
+ 00019267  0x000047c1 ifetch  0x00000001 , 0x00000006 
+ 00019268  0x000047c2 hstore  0x00000001 , 0x00008a18 
+ 00019269  0x000047c3 bmark0  0x00000023 , 0x00004b47 
+ 00019270  0x000047c4 jam  0x00000000 , 0x00008a18 
+ 00019271  0x000047c6 loop  0x00004b43 
+ 00019272  0x000047c7 copy  0x00000006 , 0x0000003f 
+ 00019273  0x000047c8 store  0x00000002 , 0x00000b65 
+ 00019274  0x000047c9 arg  0x00000000 , 0x00000007 
+ 00019275  0x000047ca call  0x00004b57 
+ 00019276  0x000047cb fetch  0x00000001 , 0x00000b67 
+ 00019277  0x000047cc nrtn  0x00000034 
+ 00019278  0x000047cd fetch  0x00000001 , 0x00000d36 
+ 00019279  0x000047ce rtnne  0x00000001 
+ 00019280  0x000047cf jam  0x00000002 , 0x00000d36 
+ 00019281  0x000047d0 rtn 
+ 00019282  0x000047d4 arg  0x00008a19 , 0x00000011 
+ 00019283  0x000047d5 arg  0x00000001 , 0x00000007 
+ 00019284  0x000047d7 ifetch  0x00000001 , 0x00000006 
+ 00019285  0x000047d8 istore  0x00000001 , 0x00000011 
+ 00019286  0x000047d9 loop  0x00004b54 
+ 00019287  0x000047db setarg  0x00000000 
+ 00019288  0x000047dc qset1  0x0000003f 
+ 00019289  0x000047dd hstore  0x00000001 , 0x00008a10 
+ 00019290  0x000047de fetcht  0x00000001 , 0x00000d37 
+ 00019291  0x000047df ior  0x00000002 , 0x0000003f 
+ 00019292  0x000047e0 store  0x00000001 , 0x00000d37 
+ 00019293  0x000047e1 rtn 
+ 00019294  0x000047e4 arg  0x00000002 , 0x00000007 
+ 00019295  0x000047e5 arg  0x00008a1a , 0x00000011 
+ 00019296  0x000047e6 branch  0x00004b54 
+ 00019297  0x000047e9 bpatch  0x000000fc , 0x0000401f 
+ 00019298  0x000047ea fetch  0x00000001 , 0x00000d38 
+ 00019299  0x000047eb rtn  0x00000034 
+ 00019300  0x000047ec fetch  0x00000001 , 0x00000d37 
+ 00019301  0x000047ed nbranch  0x00004bac , 0x00000034 
+ 00019302  0x000047ee fetch  0x00000001 , 0x00000d45 
+ 00019303  0x000047ef branch  0x00004b86 , 0x00000034 
+ 00019304  0x000047f0 fetch  0x00000001 , 0x00000d36 
+ 00019305  0x000047f1 beq  0x00000003 , 0x00004bbf 
+ 00019306  0x000047f2 bne  0x00000002 , 0x00004b86 
+ 00019307  0x000047f3 fetch  0x00000001 , 0x00000d3a 
+ 00019308  0x000047f4 nbranch  0x00004b86 , 0x00000034 
+ 00019309  0x000047f5 call  0x00004b6f 
+ 00019310  0x000047f6 branch  0x00004b7a 
+ 00019311  0x000047f9 fetch  0x00000001 , 0x00000d38 
+ 00019312  0x000047fa rtnbit0  0x00000001 
+ 00019313  0x000047fb fetch  0x00000001 , 0x00000d37 
+ 00019314  0x000047fc rtnbit1  0x00000001 
+ 00019315  0x000047fd fetch  0x00000001 , 0x00000d38 
+ 00019316  0x000047fe set0  0x00000001 , 0x0000003f 
+ 00019317  0x000047ff store  0x00000001 , 0x00000d38 
+ 00019318  0x00004800 fetch  0x00000001 , 0x00000d51 
+ 00019319  0x00004801 rtn  0x00000034 
+ 00019320  0x00004802 beq  0x00000010 , 0x00004ba8 
+ 00019321  0x00004803 branch  0x00002a8c 
+ 00019322  0x00004806 fetch  0x00000001 , 0x00000d38 
+ 00019323  0x00004807 rtnbit0  0x00000002 
+ 00019324  0x00004808 fetch  0x00000001 , 0x00000d37 
+ 00019325  0x00004809 rtnbit1  0x00000002 
+ 00019326  0x0000480a fetch  0x00000001 , 0x00000d38 
+ 00019327  0x0000480b set0  0x00000002 , 0x0000003f 
+ 00019328  0x0000480c store  0x00000001 , 0x00000d38 
+ 00019329  0x0000480d fetch  0x00000001 , 0x00000d52 
+ 00019330  0x0000480e rtn  0x00000034 
+ 00019331  0x0000480f beq  0x00000020 , 0x00004b89 
+ 00019332  0x00004810 beq  0x00000021 , 0x00004ba4 
+ 00019333  0x00004811 branch  0x00002a8c 
+ 00019334  0x00004815 arg  0x00000d54 , 0x00000005 
+ 00019335  0x00004816 arg  0x00000006 , 0x00000039 
+ 00019336  0x00004817 branch  0x00007ec6 
+ 00019337  0x0000481a fetch  0x00000001 , 0x00000d4c 
+ 00019338  0x0000481b fetcht  0x00000001 , 0x00000d4b 
+ 00019339  0x0000481c iand  0x00000002 , 0x0000003f 
+ 00019340  0x0000481d branch  0x00004ba0 , 0x00000034 
+ 00019341  0x0000481e fetcht  0x00000001 , 0x00000d4a 
+ 00019342  0x0000481f iadd  0x00000002 , 0x0000003f 
+ 00019343  0x00004820 beq  0x00000001 , 0x00004b91 
+ 00019344  0x00004821 branch  0x00004ba0 
+ 00019345  0x00004824 jam  0x00000000 , 0x00000d52 
+ 00019346  0x00004826 fetch  0x00000001 , 0x00000d55 
+ 00019347  0x00004827 beq  0x00000002 , 0x00004ba1 
+ 00019348  0x00004828 beq  0x00000003 , 0x00004ba1 
+ 00019349  0x00004829 fetch  0x00000001 , 0x00000d55 
+ 00019350  0x0000482a store  0x00000001 , 0x00000d54 
+ 00019351  0x0000482b fetch  0x00000001 , 0x00000d56 
+ 00019352  0x0000482c istore  0x00000001 , 0x00000005 
+ 00019353  0x0000482d fetch  0x00000001 , 0x00000d58 
+ 00019354  0x0000482e istore  0x00000001 , 0x00000005 
+ 00019355  0x0000482f fetch  0x00000001 , 0x00000d5a 
+ 00019356  0x00004830 istore  0x00000001 , 0x00000005 
+ 00019357  0x00004831 arg  0x00000004 , 0x00000039 
+ 00019358  0x00004832 arg  0x00000d54 , 0x00000006 
+ 00019359  0x00004833 branch  0x00004b5e 
+ 00019360  0x00004836 jam  0x00000000 , 0x00000d52 
+ 00019361  0x00004838 arg  0x00000008 , 0x00000039 
+ 00019362  0x00004839 arg  0x00000d54 , 0x00000006 
+ 00019363  0x0000483a branch  0x00004b5e 
+ 00019364  0x0000483d jam  0x00000000 , 0x00000d52 
+ 00019365  0x0000483e arg  0x00000003 , 0x00000039 
+ 00019366  0x0000483f arg  0x00000d74 , 0x00000006 
+ 00019367  0x00004840 branch  0x00004b5e 
+ 00019368  0x00004843 jam  0x00000000 , 0x00000d51 
+ 00019369  0x00004844 arg  0x00000008 , 0x00000039 
+ 00019370  0x00004845 arg  0x00000d64 , 0x00000006 
+ 00019371  0x00004846 branch  0x00004b52 
+ 00019372  0x00004849 fetch  0x00000001 , 0x00000d36 
+ 00019373  0x0000484a beq  0x00000003 , 0x00004bb0 
+ 00019374  0x0000484b beq  0x00000002 , 0x00004bb2 
+ 00019375  0x0000484c rtn 
+ 00019376  0x0000484e jam  0x00000000 , 0x00000d37 
+ 00019377  0x0000484f rtn 
+ 00019378  0x00004851 hfetch  0x00000001 , 0x00008a00 
+ 00019379  0x00004852 set1  0x00000007 , 0x0000003f 
+ 00019380  0x00004853 hstore  0x00000001 , 0x00008a00 
+ 00019381  0x00004854 jam  0x00000001 , 0x00000d47 
+ 00019382  0x00004855 rtn 
+ 00019383  0x00004858 fetch  0x00000001 , 0x00000d36 
+ 00019384  0x00004859 rtneq  0x00000003 
+ 00019385  0x0000485a beq  0x00000002 , 0x00004bbb 
+ 00019386  0x0000485b rtn 
+ 00019387  0x0000485d fetch  0x00000001 , 0x00000d47 
+ 00019388  0x0000485e rtn  0x00000034 
+ 00019389  0x0000485f jam  0x00000001 , 0x00000d46 
+ 00019390  0x00004860 branch  0x00004bc2 
+ 00019391  0x00004863 arg  0x0000000f , 0x00000007 
+ 00019392  0x00004864 call  0x00007f16 
+ 00019393  0x00004865 nrtn  0x00000034 
+ 00019394  0x00004867 hfetch  0x00000001 , 0x00008a00 
+ 00019395  0x00004868 rtnbit0  0x00000007 
+ 00019396  0x00004869 jam  0x000000fc , 0x00008a00 
+ 00019397  0x0000486a nop  0x00007530 
+ 00019398  0x0000486b jam  0x0000003c , 0x00008a00 
+ 00019399  0x0000486c rtn 
+ 00019400  0x00004874 bpatch  0x000000fd , 0x0000401f 
+ 00019401  0x00004875 fetch  0x00000001 , 0x000041ce 
+ 00019402  0x00004876 nrtn  0x00000034 
+ 00019403  0x00004878 call  0x00004bce 
+ 00019404  0x00004879 ncall  0x00004be6 , 0x00000028 
+ 00019405  0x0000487a rtn 
+ 00019406  0x0000487d bpatch  0x000000fe , 0x0000401f 
+ 00019407  0x0000487e copy  0x00000003 , 0x00000011 
+ 00019408  0x0000487f arg  0x00000004 , 0x00000002 
+ 00019409  0x00004880 ifetch  0x00000001 , 0x00000003 
+ 00019410  0x00004881 beq  0x00000001 , 0x00004bd8 
+ 00019411  0x00004882 increase  0x00000001 , 0x00000002 
+ 00019412  0x00004883 beq  0x00000002 , 0x00004bd8 
+ 00019413  0x00004884 copy  0x00000003 , 0x0000003f 
+ 00019414  0x00004885 hstore  0x00000002 , 0x00008058 
+ 00019415  0x00004886 rtn 
+ 00019416  0x00004888 hfetch  0x00000002 , 0x00008112 
+ 00019417  0x00004889 isub  0x00000002 , 0x0000003e 
+ 00019418  0x0000488a nbranch  0x00004bd8 , 0x00000002 
+ 00019419  0x0000488c disable  0x00000028 
+ 00019420  0x0000488d copy  0x00000011 , 0x00000003 
+ 00019421  0x0000488e call  0x00004bee 
+ 00019422  0x0000488f iadd  0x00000002 , 0x00000002 
+ 00019423  0x00004891 hfetch  0x00000002 , 0x00008112 
+ 00019424  0x00004892 isub  0x00000002 , 0x0000003e 
+ 00019425  0x00004893 nbranch  0x00004bdf , 0x00000002 
+ 00019426  0x00004894 copy  0x00000011 , 0x00000003 
+ 00019427  0x00004895 ifetch  0x00000001 , 0x00000003 
+ 00019428  0x00004896 beq  0x00000001 , 0x00004c3f 
+ 00019429  0x00004897 branch  0x00002a8c 
+ 00019430  0x0000489a bpatch  0x000000ff , 0x0000401f 
+ 00019431  0x0000489b hfetch  0x00000002 , 0x00008058 
+ 00019432  0x0000489c iforce  0x00000003 
+ 00019433  0x0000489d call  0x00004bee 
+ 00019434  0x0000489e iadd  0x00000003 , 0x00000003 
+ 00019435  0x0000489f deposit  0x00000003 
+ 00019436  0x000048a0 hstore  0x00000002 , 0x00008058 
+ 00019437  0x000048a1 rtn 
+ 00019438  0x000048a7 ifetch  0x00000001 , 0x00000003 
+ 00019439  0x000048a8 increase  0x00000002 , 0x00000003 
+ 00019440  0x000048a9 beq  0x00000002 , 0x00004bf3 
+ 00019441  0x000048aa ifetch  0x00000001 , 0x00000003 
+ 00019442  0x000048ab rtn 
+ 00019443  0x000048ad ifetch  0x00000002 , 0x00000003 
+ 00019444  0x000048ae rtn 
+ 00019445  0x000048b1 hfetch  0x00000002 , 0x0000805e 
+ 00019446  0x000048b2 increase  0xfffffffb , 0x0000000a 
+ 00019447  0x000048b3 iadd  0x0000000a , 0x0000000a 
+ 00019448  0x000048b4 rtn 
+ 00019449  0x000048b7 arg  0x00000004 , 0x00000002 
+ 00019450  0x000048b8 branch  0x00004bfc 
+ 00019451  0x000048ba arg  0x00000002 , 0x00000002 
+ 00019452  0x000048bc bpatchx  0x00000000 , 0x00004020 
+ 00019453  0x000048bd increase  0x00000001 , 0x00000039 
+ 00019454  0x000048be hfetch  0x00000002 , 0x0000805e 
+ 00019455  0x000048bf copy  0x0000003f , 0x0000000a 
+ 00019456  0x000048c0 copy  0x00000039 , 0x0000003f 
+ 00019457  0x000048c1 istoret  0x00000001 , 0x0000000a 
+ 00019458  0x000048c2 increase  0xffffffff , 0x0000003f 
+ 00019459  0x000048c3 iadd  0x0000000a , 0x0000000a 
+ 00019460  0x000048c4 copy  0x0000000a , 0x0000003f 
+ 00019461  0x000048c5 store  0x00000002 , 0x00000258 
+ 00019462  0x000048c6 copy  0x00000002 , 0x0000003f 
+ 00019463  0x000048c7 rtneq  0x00000002 
+ 00019464  0x000048c8 fetch  0x00000002 , 0x00000258 
+ 00019465  0x000048c9 hstore  0x00000002 , 0x0000805e 
+ 00019466  0x000048ca branch  0x00004c0b 
+ 00019467  0x000048ce setarg  0x00000000 
+ 00019468  0x000048cf store  0x00000002 , 0x00000258 
+ 00019469  0x000048d0 rtn 
+ 00019470  0x000048d8 rtn  0x0000002b 
+ 00019471  0x000048d9 setarg  0x00004d28 
+ 00019472  0x000048da store  0x00000002 , 0x000041f3 
+ 00019473  0x000048dc setarg  0x000001a0 
+ 00019474  0x000048dd store  0x00000002 , 0x00004243 
+ 00019475  0x000048df setarg  0x00001800 
+ 00019476  0x000048e0 hstore  0x00000002 , 0x00008054 
+ 00019477  0x000048e1 setarg  0x00001bff 
+ 00019478  0x000048e2 hstore  0x00000002 , 0x00008056 
+ 00019479  0x000048e3 setarg  0x00001c00 
+ 00019480  0x000048e4 hstore  0x00000002 , 0x0000805a 
+ 00019481  0x000048e5 call  0x00004c28 
+ 00019482  0x000048e7 jam  0x00000000 , 0x00008062 
+ 00019483  0x000048e8 setarg  0x00001c00 
+ 00019484  0x000048e9 hstore  0x00000002 , 0x0000805e 
+ 00019485  0x000048ea hstore  0x00000002 , 0x00008060 
+ 00019486  0x000048eb setarg  0x00001800 
+ 00019487  0x000048ec hstore  0x00000002 , 0x00008058 
+ 00019488  0x000048ed store  0x00000002 , 0x00000244 
+ 00019489  0x000048ef hfetch  0x00000002 , 0x00008050 
+ 00019490  0x000048f0 set0  0x0000000f , 0x0000003f 
+ 00019491  0x000048f1 hstore  0x00000002 , 0x00008050 
+ 00019492  0x000048f2 call  0x000066ce 
+ 00019493  0x000048f3 jam  0x00000001 , 0x00008043 
+ 00019494  0x000048f4 jam  0x00000081 , 0x00008062 
+ 00019495  0x000048f5 rtn 
+ 00019496  0x000048f8 setarg  0x00001fff 
+ 00019497  0x000048f9 hstore  0x00000002 , 0x0000805c 
+ 00019498  0x000048fa hfetch  0x00000001 , 0x00008081 
+ 00019499  0x000048fb or_into  0x00000007 , 0x0000003f 
+ 00019500  0x000048fc hstore  0x00000001 , 0x00008081 
+ 00019501  0x000048fd rtn 
+ 00019502  0x00004901 bpatchx  0x00000001 , 0x00004020 
+ 00019503  0x00004902 hfetch  0x00000001 , 0x0000810c 
+ 00019504  0x00004903 iforce  0x00000012 
+ 00019505  0x00004904 bbit0  0x00000003 , 0x00004c37 
+ 00019506  0x00004905 hfetch  0x00000002 , 0x00008112 
+ 00019507  0x00004906 iforce  0x00000013 
+ 00019508  0x00004907 arg  0x0000044f , 0x00000002 
+ 00019509  0x00004908 isub  0x00000002 , 0x0000003e 
+ 00019510  0x00004909 nrtn  0x00000005 
+ 00019511  0x0000490b hfetch  0x00000002 , 0x00008058 
+ 00019512  0x0000490c iforce  0x00000003 
+ 00019513  0x0000490d branch  0x00004bc8 
+ 00019514  0x00004910 hfetcht  0x00000001 , 0x0000810c 
+ 00019515  0x00004911 isolate1  0x00000006 , 0x00000002 
+ 00019516  0x00004912 branch  0x00004c3a , 0x00000001 
+ 00019517  0x00004913 hstore  0x00000001 , 0x00008015 
+ 00019518  0x00004914 rtn 
+ 00019519  0x00004917 bpatchx  0x00000002 , 0x00004020 
+ 00019520  0x00004918 fetch  0x00000001 , 0x000041ce 
+ 00019521  0x00004919 branch  0x00004c44 , 0x00000034 
+ 00019522  0x0000491a enable  0x00000028 
+ 00019523  0x0000491b rtn 
+ 00019524  0x0000491d ifetch  0x00000002 , 0x00000003 
+ 00019525  0x0000491e iforce  0x00000030 
+ 00019526  0x0000491f iforce  0x00000007 
+ 00019527  0x00004920 ifetch  0x00000001 , 0x00000003 
+ 00019528  0x00004921 iforce  0x00000002 
+ 00019529  0x00004922 rshift2  0x00000030 , 0x0000003f 
+ 00019530  0x00004923 rshift8  0x0000003f , 0x0000003f 
+ 00019531  0x00004924 beq  0x0000003f , 0x00004c4d 
+ 00019532  0x00004925 rtn 
+ 00019533  0x00004929 bpatchx  0x00000003 , 0x00004020 
+ 00019534  0x0000492a deposit  0x00000007 
+ 00019535  0x0000492b beq  0x00000000 , 0x00004cdc 
+ 00019536  0x0000492c beq  0x00000001 , 0x00004c66 
+ 00019537  0x0000492d beq  0x00000002 , 0x00004c6b 
+ 00019538  0x0000492e beq  0x00000003 , 0x00004c7a 
+ 00019539  0x0000492f beq  0x00000004 , 0x00004cb3 
+ 00019540  0x00004930 beq  0x00000005 , 0x00004cdc 
+ 00019541  0x00004931 beq  0x00000006 , 0x00004cc6 
+ 00019542  0x00004932 beq  0x00000007 , 0x00004c5c 
+ 00019543  0x00004934 beq  0x00000010 , 0x00004cc9 
+ 00019544  0x00004935 beq  0x00000011 , 0x00004cd1 
+ 00019545  0x00004936 beq  0x00000012 , 0x00004ca5 
+ 00019546  0x00004937 beq  0x00000013 , 0x00004c85 
+ 00019547  0x00004938 branch  0x00004cdc 
+ 00019548  0x0000493b call  0x00004cdc 
+ 00019549  0x0000493c call  0x00007f9e 
+ 00019550  0x0000493d call  0x0000688c 
+ 00019551  0x0000493f call  0x000033d2 
+ 00019552  0x00004940 call  0x000033d9 
+ 00019553  0x00004941 branch  0x0000688f 
+ 00019554  0x00004944 jam  0x00000000 , 0x00004245 
+ 00019555  0x00004945 call  0x000033d0 
+ 00019556  0x00004946 call  0x00004c13 
+ 00019557  0x00004947 branch  0x000033db 
+ 00019558  0x0000494a call  0x00004cf2 
+ 00019559  0x0000494b hfetch  0x00000002 , 0x00008000 
+ 00019560  0x0000494c istore  0x00000002 , 0x0000000a 
+ 00019561  0x0000494d force  0x00000006 , 0x00000039 
+ 00019562  0x0000494e branch  0x00004cdd 
+ 00019563  0x00004951 ifetch  0x00000002 , 0x00000003 
+ 00019564  0x00004952 store  0x00000002 , 0x00004243 
+ 00019565  0x00004953 hstore  0x00000002 , 0x00008052 
+ 00019566  0x00004954 rtn 
+ 00019567  0x00004959 ifetch  0x00000001 , 0x00000003 
+ 00019568  0x0000495a copy  0x0000003f , 0x00000002 
+ 00019569  0x0000495b hstore  0x00000001 , 0x00008024 
+ 00019570  0x0000495c ifetch  0x00000001 , 0x00000003 
+ 00019571  0x0000495d iadd  0x00000002 , 0x00000002 
+ 00019572  0x0000495e set1  0x00000007 , 0x0000003f 
+ 00019573  0x0000495f hstore  0x00000001 , 0x00008023 
+ 00019574  0x00004960 ifetch  0x00000001 , 0x00000003 
+ 00019575  0x00004961 iadd  0x00000002 , 0x00000002 
+ 00019576  0x00004962 copy  0x0000003f , 0x00000039 
+ 00019577  0x00004963 rtn 
+ 00019578  0x00004966 bmark1  0x0000002b , 0x00004cc4 
+ 00019579  0x00004967 call  0x00004c6f 
+ 00019580  0x00004969 ifetch  0x00000001 , 0x00000003 
+ 00019581  0x0000496a hstore  0x00000001 , 0x00008025 
+ 00019582  0x0000496b iadd  0x00000002 , 0x00000002 
+ 00019583  0x0000496c loop  0x00004c7c 
+ 00019584  0x0000496e and  0x00000002 , 0x000000ff , 0x00000002 
+ 00019585  0x0000496f ifetch  0x00000001 , 0x00000003 
+ 00019586  0x00004970 isub  0x00000002 , 0x0000003e 
+ 00019587  0x00004971 nbranch  0x00004cc4 , 0x00000005 
+ 00019588  0x00004972 branch  0x00004cdc 
+ 00019589  0x00004976 bmark0  0x0000002b , 0x00004cc4 
+ 00019590  0x00004977 call  0x00004c6f 
+ 00019591  0x00004978 store  0x00000008 , 0x00000a9a 
+ 00019592  0x0000497a call  0x00007422 
+ 00019593  0x0000497b arg  0x00000010 , 0x00000039 
+ 00019594  0x0000497c arg  0x00000ac2 , 0x00000005 
+ 00019595  0x0000497d call  0x00004ca0 
+ 00019596  0x0000497e storet  0x00000008 , 0x00000aa2 
+ 00019597  0x0000497f arg  0x00000ad2 , 0x00000005 
+ 00019598  0x00004980 call  0x00007497 
+ 00019599  0x00004981 arg  0x00000ad2 , 0x00000011 
+ 00019600  0x00004982 arg  0x00000ac2 , 0x00000012 
+ 00019601  0x00004983 arg  0x00000ae2 , 0x00000005 
+ 00019602  0x00004984 call  0x00007352 
+ 00019603  0x00004985 arg  0x00000010 , 0x00000039 
+ 00019604  0x00004986 arg  0x00000ae2 , 0x00000006 
+ 00019605  0x00004987 call  0x00004c9c 
+ 00019606  0x00004988 fetcht  0x00000008 , 0x00000aa2 
+ 00019607  0x00004989 fetch  0x00000008 , 0x00000a9a 
+ 00019608  0x0000498a increase  0xfffffff0 , 0x0000003f 
+ 00019609  0x0000498b store  0x00000008 , 0x00000a9a 
+ 00019610  0x0000498c nbranch  0x00004c88 , 0x00000034 
+ 00019611  0x0000498d branch  0x00004c80 
+ 00019612  0x00004990 ifetch  0x00000001 , 0x00000006 
+ 00019613  0x00004991 hstore  0x00000001 , 0x00008025 
+ 00019614  0x00004992 loop  0x00004c9c 
+ 00019615  0x00004993 rtn 
+ 00019616  0x00004996 ifetch  0x00000001 , 0x00000003 
+ 00019617  0x00004997 istore  0x00000001 , 0x00000005 
+ 00019618  0x00004998 iadd  0x00000002 , 0x00000002 
+ 00019619  0x00004999 loop  0x00004ca0 
+ 00019620  0x0000499a rtn 
+ 00019621  0x0000499d bmark0  0x0000002b , 0x00004cc4 
+ 00019622  0x0000499e arg  0x00000000 , 0x00000002 
+ 00019623  0x0000499f arg  0x00000010 , 0x00000039 
+ 00019624  0x000049a0 arg  0x00000ac2 , 0x00000005 
+ 00019625  0x000049a1 call  0x00004ca0 
+ 00019626  0x000049a2 hfetch  0x00000001 , 0x00008085 
+ 00019627  0x000049a3 and_into  0x000000fd , 0x0000003f 
+ 00019628  0x000049a4 hstore  0x00000001 , 0x00008085 
+ 00019629  0x000049a5 arg  0x00000ac2 , 0x00000006 
+ 00019630  0x000049a6 arg  0x00000010 , 0x00000039 
+ 00019631  0x000049a7 call  0x00007478 
+ 00019632  0x000049a8 call  0x00007428 
+ 00019633  0x000049a9 call  0x00007491 
+ 00019634  0x000049aa branch  0x00004c80 
+ 00019635  0x000049ae arg  0x00000020 , 0x00000039 
+ 00019636  0x000049af arg  0x00004000 , 0x00000005 
+ 00019637  0x000049b0 arg  0x00000000 , 0x00000002 
+ 00019638  0x000049b2 ifetch  0x00000001 , 0x00000003 
+ 00019639  0x000049b3 istore  0x00000001 , 0x00000005 
+ 00019640  0x000049b4 iadd  0x00000002 , 0x00000002 
+ 00019641  0x000049b5 loop  0x00004cb6 
+ 00019642  0x000049b6 and  0x00000002 , 0x000000ff , 0x00000002 
+ 00019643  0x000049b7 ifetch  0x00000001 , 0x00000003 
+ 00019644  0x000049b8 isub  0x00000002 , 0x0000003e 
+ 00019645  0x000049b9 nbranch  0x00004cc4 , 0x00000005 
+ 00019646  0x000049ba jam  0x00000000 , 0x00008023 
+ 00019647  0x000049bb call  0x00004cdc 
+ 00019648  0x000049bc call  0x00004be6 
+ 00019649  0x000049bd call  0x000064a3 
+ 00019650  0x000049be call  0x00007f9e 
+ 00019651  0x000049bf branch  0x00002001 
+ 00019652  0x000049c2 jam  0x00000000 , 0x00008023 
+ 00019653  0x000049c3 branch  0x00002000 
+ 00019654  0x000049c6 ifetch  0x00000006 , 0x00000003 
+ 00019655  0x000049c7 store  0x00000006 , 0x000040a0 
+ 00019656  0x000049c8 branch  0x00004cdc 
+ 00019657  0x000049cc ifetch  0x00000001 , 0x00000003 
+ 00019658  0x000049cd store  0x00000001 , 0x0000025a 
+ 00019659  0x000049ce copy  0x0000003f , 0x00000039 
+ 00019660  0x000049cf ifetch  0x00000002 , 0x00000003 
+ 00019661  0x000049d0 store  0x00000002 , 0x0000025b 
+ 00019662  0x000049d1 copy  0x0000003f , 0x00000005 
+ 00019663  0x000049d2 call  0x000066fd 
+ 00019664  0x000049d3 branch  0x00004cdc 
+ 00019665  0x000049d7 ifetch  0x00000001 , 0x00000003 
+ 00019666  0x000049d8 store  0x00000001 , 0x0000025a 
+ 00019667  0x000049d9 copy  0x0000003f , 0x00000039 
+ 00019668  0x000049da ifetch  0x00000002 , 0x00000003 
+ 00019669  0x000049db store  0x00000002 , 0x0000025b 
+ 00019670  0x000049dc arg  0x00001000 , 0x00000005 
+ 00019671  0x000049dd call  0x000066fd 
+ 00019672  0x000049de fetcht  0x00000001 , 0x0000025a 
+ 00019673  0x000049df arg  0x00001000 , 0x00000011 
+ 00019674  0x000049e0 fetch  0x00000002 , 0x0000025b 
+ 00019675  0x000049e1 branch  0x00006608 
+ 00019676  0x000049e7 force  0x00000004 , 0x00000039 
+ 00019677  0x000049e9 call  0x00004cf4 
+ 00019678  0x000049ea force  0x00000001 , 0x0000003f 
+ 00019679  0x000049eb istore  0x00000001 , 0x0000000a 
+ 00019680  0x000049ec deposit  0x00000030 
+ 00019681  0x000049ed istore  0x00000003 , 0x0000000a 
+ 00019682  0x000049ee force  0x0000000e , 0x00000007 
+ 00019683  0x000049f0 bpatchx  0x00000004 , 0x00004020 
+ 00019684  0x000049f1 call  0x00004cf6 
+ 00019685  0x000049f2 deposit  0x00000007 
+ 00019686  0x000049f3 istore  0x00000001 , 0x0000000a 
+ 00019687  0x000049f4 deposit  0x00000039 
+ 00019688  0x000049f5 istore  0x00000001 , 0x0000000a 
+ 00019689  0x000049f7 force  0x00000005 , 0x00000007 
+ 00019690  0x000049f8 increase  0x00000002 , 0x00000039 
+ 00019691  0x000049fa branch  0x00004bf9 
+ 00019692  0x000049fd force  0x000000ff , 0x00000007 
+ 00019693  0x000049fe call  0x00004cf4 
+ 00019694  0x000049ff setarg  0x00000001 
+ 00019695  0x00004a00 istore  0x00000001 , 0x0000000a 
+ 00019696  0x00004a01 force  0x00000001 , 0x00000039 
+ 00019697  0x00004a02 branch  0x00004ce3 
+ 00019698  0x00004a05 force  0x0000000c , 0x0000000a 
+ 00019699  0x00004a06 branch  0x00004cf7 
+ 00019700  0x00004a09 force  0x00000008 , 0x0000000a 
+ 00019701  0x00004a0a branch  0x00004cf7 
+ 00019702  0x00004a0d force  0x00000006 , 0x0000000a 
+ 00019703  0x00004a0f branch  0x00004bf5 
+ 00019704  0x00004a14 pulse  0x0000000f 
+ 00019705  0x00004a15 enable  0x00000009 
+ 00019706  0x00004a17 ifetch  0x00000001 , 0x0000000a 
+ 00019707  0x00004a18 inject  0x00000000 , 0x00000008 
+ 00019708  0x00004a19 loop  0x00004cfa 
+ 00019709  0x00004a1a enable  0x00000008 
+ 00019710  0x00004a1b inject  0x00000000 , 0x00000010 
+ 00019711  0x00004a1c disable  0x00000008 
+ 00019712  0x00004a1d disable  0x00000009 
+ 00019713  0x00004a1e disable  0x0000000f 
+ 00019714  0x00004a1f byteswap  0x0000003f , 0x0000003f 
+ 00019715  0x00004a20 rtn 
+ 00019716  0x00004a25 jam  0x00000000 , 0x000041ce 
+ 00019717  0x00004a26 rtn 
+ 00019718  0x00004a28 fetch  0x00000006 , 0x000041d0 
+ 00019719  0x00004a29 fetcht  0x00000006 , 0x00000040 
+ 00019720  0x00004a2a isub  0x00000002 , 0x0000003e 
+ 00019721  0x00004a2b rtn 
+ 00019722  0x00004a31 fetch  0x00000001 , 0x0000004b 
+ 00019723  0x00004a32 bbit1  0x00000002 , 0x00004d0f 
+ 00019724  0x00004a33 call  0x000062ef 
+ 00019725  0x00004a34 jam  0x00000008 , 0x0000007c 
+ 00019726  0x00004a35 branch  0x00004d04 
+ 00019727  0x00004a37 set0  0x00000002 , 0x0000003f 
+ 00019728  0x00004a38 store  0x00000001 , 0x0000004b 
+ 00019729  0x00004a39 call  0x00006001 
+ 00019730  0x00004a3a setarg  0x00000000 
+ 00019731  0x00004a3b setflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00019732  0x00004a3c store  0x00000001 , 0x0000007f 
+ 00019733  0x00004a3d branch  0x00004d04 
+ 00019734  0x00004a3e rtn 
+ 00019735  0x00004a40 jam  0x00000017 , 0x0000007c 
+ 00019736  0x00004a41 arg  0x000004d9 , 0x00000005 
+ 00019737  0x00004a42 setarg  0x00000000 
+ 00019738  0x00004a43 isolate1  0x0000001b , 0x00000028 
+ 00019739  0x00004a44 setflag  0x00000001 , 0x00000001 , 0x0000003f 
+ 00019740  0x00004a45 istore  0x00000001 , 0x00000005 
+ 00019741  0x00004a46 setarg  0x00000000 
+ 00019742  0x00004a47 istore  0x00000002 , 0x00000005 
+ 00019743  0x00004a48 fetch  0x00000002 , 0x000041e3 
+ 00019744  0x00004a49 istore  0x00000002 , 0x00000005 
+ 00019745  0x00004a4a fetch  0x00000001 , 0x000041e5 
+ 00019746  0x00004a4b istore  0x00000002 , 0x00000005 
+ 00019747  0x00004a4c fetch  0x00000001 , 0x000041e7 
+ 00019748  0x00004a4d istore  0x00000002 , 0x00000005 
+ 00019749  0x00004a4e branch  0x00004d04 
+ 00019750  0x00004a51 jam  0x00000018 , 0x0000007c 
+ 00019751  0x00004a52 branch  0x00004d04 
+ 00019752  0x00004a55 call  0x00006899 
+ 00019753  0x00004a56 rtn  0x00000001 
+ 00019754  0x00004a57 arg  0x00000007 , 0x00000002 
+ 00019755  0x00004a58 call  0x0000681d 
+ 00019756  0x00004a59 nbranch  0x00004d2f , 0x00000001 
+ 00019757  0x00004a5a jam  0x00000001 , 0x00004245 
+ 00019758  0x00004a5b rtn 
+ 00019759  0x00004a5d fetch  0x00000001 , 0x00004245 
+ 00019760  0x00004a5e rtnne  0x00000001 
+ 00019761  0x00004a5f call  0x00004c62 
+ 00019762  0x00004a60 branch  0x00004cec 
+ 00019763  0x00004a6f bpatchx  0x00000005 , 0x00004020 
+ 00019764  0x00004a70 fetch  0x00000002 , 0x00000264 
+ 00019765  0x00004a71 copy  0x0000003f , 0x00000006 
+ 00019766  0x00004a72 ifetch  0x00000001 , 0x00000006 
+ 00019767  0x00004a73 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00019768  0x00004a74 rshift4  0x0000003f , 0x0000003f 
+ 00019769  0x00004a75 beq  0x00000009 , 0x00004d53 
+ 00019770  0x00004a76 beq  0x00000007 , 0x00004d53 
+ 00019771  0x00004a77 beq  0x0000000a , 0x00004d5f 
+ 00019772  0x00004a78 beq  0x00000005 , 0x00004d4b 
+ 00019773  0x00004a79 beq  0x00000001 , 0x00004d3f 
+ 00019774  0x00004a7a rtn 
+ 00019775  0x00004a7d copy  0x00000002 , 0x0000003f 
+ 00019776  0x00004a7e beq  0x00000005 , 0x00004d43 
+ 00019777  0x00004a7f beq  0x00000003 , 0x00004d4a 
+ 00019778  0x00004a80 rtn 
+ 00019779  0x00004a83 jam  0x00000027 , 0x00000a99 
+ 00019780  0x00004a84 call  0x00007d86 
+ 00019781  0x00004a85 fetch  0x00000001 , 0x00004092 
+ 00019782  0x00004a86 rtnbit0  0x00000006 
+ 00019783  0x00004a87 copy  0x00000002 , 0x0000003f 
+ 00019784  0x00004a88 beq  0x00000005 , 0x0000438e 
+ 00019785  0x00004a89 rtn 
+ 00019786  0x00004a8b rtn 
+ 00019787  0x00004a8e call  0x00004d5f 
+ 00019788  0x00004a8f arg  0x00000001 , 0x00000011 
+ 00019789  0x00004a90 call  0x00004d63 
+ 00019790  0x00004a91 fetch  0x00000002 , 0x0000424c 
+ 00019791  0x00004a92 istore  0x00000002 , 0x00000005 
+ 00019792  0x00004a93 setarg  0x00000000 
+ 00019793  0x00004a94 istore  0x00000001 , 0x00000005 
+ 00019794  0x00004a95 rtn 
+ 00019795  0x00004a98 arg  0x00000001 , 0x00000011 
+ 00019796  0x00004a99 call  0x00004d63 
+ 00019797  0x00004a9a fetch  0x00000002 , 0x0000424c 
+ 00019798  0x00004a9b istore  0x00000002 , 0x00000005 
+ 00019799  0x00004a9c setarg  0x00000000 
+ 00019800  0x00004a9d istore  0x00000001 , 0x00000005 
+ 00019801  0x00004a9e jam  0x00000001 , 0x00000a8e 
+ 00019802  0x00004a9f fetch  0x00000001 , 0x00004252 
+ 00019803  0x00004aa0 set1  0x00000006 
+ 00019804  0x00004aa1 store  0x00000001 , 0x00004252 
+ 00019805  0x00004aa2 jam  0x00000012 , 0x00000a99 
+ 00019806  0x00004aa3 branch  0x00007d86 
+ 00019807  0x00004aa6 ifetch  0x00000001 , 0x00000006 
+ 00019808  0x00004aa7 beq  0x00000001 , 0x00004d62 
+ 00019809  0x00004aa8 rtn 
+ 00019810  0x00004aab rtn 
+ 00019811  0x00004aaf call  0x00005240 
+ 00019812  0x00004ab0 copy  0x00000011 , 0x00000002 
+ 00019813  0x00004ab1 storet  0x00000001 , 0x00000a8e 
+ 00019814  0x00004ab2 copy  0x0000003f , 0x00000005 
+ 00019815  0x00004ab3 copy  0x00000011 , 0x0000003f 
+ 00019816  0x00004ab4 istore  0x00000002 , 0x00000005 
+ 00019817  0x00004ab5 rtn 
+ 00019818  0x00004ac7 branch  0x00004d6f , 0x0000002b 
+ 00019819  0x00004ac9 setarg  0x00004365 
+ 00019820  0x00004aca arg  0x00004246 , 0x00000005 
+ 00019821  0x00004acb isub  0x00000005 , 0x00000039 
+ 00019822  0x00004acc call  0x00007ed4 
+ 00019823  0x00004ace bpatchx  0x00000006 , 0x00004020 
+ 00019824  0x00004acf setarg  0x00000551 
+ 00019825  0x00004ad0 arg  0x00000511 , 0x00000005 
+ 00019826  0x00004ad1 isub  0x00000005 , 0x00000039 
+ 00019827  0x00004ad2 call  0x00007ed4 
+ 00019828  0x00004ad3 setarg  0x000002c9 
+ 00019829  0x00004ad4 arg  0x0000025d , 0x00000005 
+ 00019830  0x00004ad5 isub  0x00000005 , 0x00000039 
+ 00019831  0x00004ad6 call  0x00007ed4 
+ 00019832  0x00004ad7 branch  0x00005318 
+ 00019833  0x00004ada bpatchx  0x00000007 , 0x00004020 
+ 00019834  0x00004adb copy  0x00000006 , 0x00000002 
+ 00019835  0x00004ade copy  0x00000002 , 0x00000006 
+ 00019836  0x00004adf ifetch  0x00000002 , 0x00000006 
+ 00019837  0x00004ae0 store  0x00000002 , 0x00000266 
+ 00019838  0x00004ae1 ifetch  0x00000002 , 0x00000006 
+ 00019839  0x00004ae2 store  0x00000002 , 0x00000268 
+ 00019840  0x00004ae3 deposit  0x00000006 
+ 00019841  0x00004ae4 store  0x00000002 , 0x00000264 
+ 00019842  0x00004ae5 fetch  0x00000001 , 0x00004681 
+ 00019843  0x00004ae6 beq  0x00000000 , 0x00004d85 
+ 00019844  0x00004ae7 branch  0x000050ef 
+ 00019845  0x00004aea fetch  0x00000002 , 0x00000266 
+ 00019846  0x00004aeb branch  0x00004dfc , 0x00000034 
+ 00019847  0x00004aec bpatchx  0x00000008 , 0x00004021 
+ 00019848  0x00004aed fetch  0x00000001 , 0x00000268 
+ 00019849  0x00004aee beq  0x00000001 , 0x00004d9d 
+ 00019850  0x00004af0 beq  0x00000050 , 0x00004de0 
+ 00019851  0x00004af1 beq  0x00000051 , 0x00004df5 
+ 00019852  0x00004af2 beq  0x00000052 , 0x00004df3 
+ 00019853  0x00004af3 beq  0x00000053 , 0x00004df3 
+ 00019854  0x00004af4 branch  0x00004dfc 
+ 00019855  0x00004af9 bpatchx  0x00000009 , 0x00004021 
+ 00019856  0x00004afa call  0x0000527e 
+ 00019857  0x00004afb fetch  0x00000001 , 0x00004256 
+ 00019858  0x00004afc beq  0x00000000 , 0x00004d9b 
+ 00019859  0x00004afd beq  0x00000001 , 0x00004d9b 
+ 00019860  0x00004afe beq  0x00000002 , 0x00004d9b 
+ 00019861  0x00004aff beq  0x00000003 , 0x00004d9b 
+ 00019862  0x00004b00 beq  0x00000081 , 0x00004d9b 
+ 00019863  0x00004b01 beq  0x000000c0 , 0x00004d9b 
+ 00019864  0x00004b02 beq  0x00000080 , 0x00004d9b 
+ 00019865  0x00004b03 beq  0x00000040 , 0x00004d9b 
+ 00019866  0x00004b04 rtn 
+ 00019867  0x00004b07 setarg  0x00000000 
+ 00019868  0x00004b08 rtn 
+ 00019869  0x00004b0c call  0x00004d8f 
+ 00019870  0x00004b0d nrtn  0x00000034 
+ 00019871  0x00004b0f call  0x000052b8 
+ 00019872  0x00004b10 call  0x00004e01 
+ 00019873  0x00004b11 fetcht  0x00000002 , 0x0000026f 
+ 00019874  0x00004b12 branch  0x00004dfb , 0x00000034 
+ 00019875  0x00004b13 call  0x000052c1 
+ 00019876  0x00004b14 fetch  0x00000002 , 0x0000026f 
+ 00019877  0x00004b15 istore  0x00000002 , 0x00000005 
+ 00019878  0x00004b16 force  0x00000001 , 0x0000003f 
+ 00019879  0x00004b17 istore  0x00000002 , 0x00000005 
+ 00019880  0x00004b18 branch  0x00004dfc 
+ 00019881  0x00004b1b fetch  0x00000001 , 0x00004364 
+ 00019882  0x00004b1c rtn  0x00000034 
+ 00019883  0x00004b1d copy  0x0000003f , 0x00000011 
+ 00019884  0x00004b1e bpatchx  0x0000000a , 0x00004021 
+ 00019885  0x00004b1f fetch  0x00000004 , 0x000002d5 
+ 00019886  0x00004b20 arg  0x00000100 , 0x00000002 
+ 00019887  0x00004b21 iadd  0x00000002 , 0x00000002 
+ 00019888  0x00004b22 copy  0x00000022 , 0x0000003f 
+ 00019889  0x00004b23 isub  0x00000002 , 0x0000003e 
+ 00019890  0x00004b24 nrtn  0x00000002 
+ 00019891  0x00004b25 jam  0x00000000 , 0x00004364 
+ 00019892  0x00004b26 copy  0x00000011 , 0x0000003f 
+ 00019893  0x00004b27 beq  0x00000050 , 0x00004db7 
+ 00019894  0x00004b28 branch  0x00002a8c 
+ 00019895  0x00004b2a arg  0x00000000 , 0x00000008 
+ 00019896  0x00004b2b call  0x000052b8 
+ 00019897  0x00004b2c call  0x00004e7a 
+ 00019898  0x00004b2d call  0x000052c3 
+ 00019899  0x00004b2e call  0x00007ea8 
+ 00019900  0x00004b2f call  0x00004ead 
+ 00019901  0x00004b30 call  0x000052c1 
+ 00019902  0x00004b32 setarg  0x0000000c 
+ 00019903  0x00004b33 istore  0x00000002 , 0x00000005 
+ 00019904  0x00004b34 force  0x00000001 , 0x0000003f 
+ 00019905  0x00004b35 istore  0x00000002 , 0x00000005 
+ 00019906  0x00004b36 branch  0x00004dfc 
+ 00019907  0x00004b3b bpatchx  0x0000000b , 0x00004021 
+ 00019908  0x00004b3c fetch  0x00000002 , 0x00000275 
+ 00019909  0x00004b3d increase  0x00000004 , 0x0000003f 
+ 00019910  0x00004b3e rshift4  0x0000003f , 0x0000003f 
+ 00019911  0x00004b3f rshift3  0x0000003f , 0x0000003f 
+ 00019912  0x00004b40 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00019913  0x00004b41 arg  0x00004260 , 0x00000006 
+ 00019914  0x00004b42 ifetch  0x00000003 , 0x00000006 
+ 00019915  0x00004b43 rtn  0x00000034 
+ 00019916  0x00004b44 store  0x00000003 , 0x00000ac2 
+ 00019917  0x00004b45 fetch  0x00000001 , 0x00000ac2 
+ 00019918  0x00004b46 copy  0x0000003f , 0x00000011 
+ 00019919  0x00004b47 call  0x00004dd3 
+ 00019920  0x00004b48 copy  0x00000012 , 0x0000003f 
+ 00019921  0x00004b49 store  0x00000001 , 0x00004260 
+ 00019922  0x00004b4a rtn 
+ 00019923  0x00004b4d arg  0x00000000 , 0x00000007 
+ 00019924  0x00004b4e arg  0x00000000 , 0x00000012 
+ 00019925  0x00004b51 sub  0x00000007 , 0x00000007 , 0x0000003e 
+ 00019926  0x00004b52 nrtn  0x00000002 
+ 00019927  0x00004b53 qisolate1  0x00000011 
+ 00019928  0x00004b54 branch  0x00004dda , 0x00000001 
+ 00019929  0x00004b55 branch  0x00004dde 
+ 00019930  0x00004b58 copy  0x00000002 , 0x0000003f 
+ 00019931  0x00004b59 branch  0x00004dde , 0x00000034 
+ 00019932  0x00004b5a qset1  0x00000012 
+ 00019933  0x00004b5b increase  0xffffffff , 0x00000002 
+ 00019934  0x00004b5e increase  0x00000001 , 0x00000007 
+ 00019935  0x00004b5f branch  0x00004dd5 
+ 00019936  0x00004b62 call  0x00005274 
+ 00019937  0x00004b63 nrtn  0x00000034 
+ 00019938  0x00004b64 call  0x00004d8f 
+ 00019939  0x00004b65 nrtn  0x00000034 
+ 00019940  0x00004b66 call  0x000052c5 
+ 00019941  0x00004b67 call  0x00006e11 
+ 00019942  0x00004b68 call  0x00004dc3 
+ 00019943  0x00004b69 branch  0x00004dec 
+ 00019944  0x00004b6d call  0x00005274 
+ 00019945  0x00004b6e nrtn  0x00000034 
+ 00019946  0x00004b6f call  0x000052c5 
+ 00019947  0x00004b70 call  0x00006e11 
+ 00019948  0x00004b72 call  0x000052ce 
+ 00019949  0x00004b73 fetch  0x00000002 , 0x00000275 
+ 00019950  0x00004b74 branch  0x00004dfb , 0x00000034 
+ 00019951  0x00004b75 istore  0x00000002 , 0x00000005 
+ 00019952  0x00004b76 fetch  0x00000002 , 0x00004248 
+ 00019953  0x00004b77 istore  0x00000002 , 0x00000005 
+ 00019954  0x00004b78 branch  0x00004dfc 
+ 00019955  0x00004b7b call  0x00004d33 
+ 00019956  0x00004b7c branch  0x00004dfc 
+ 00019957  0x00004b7f bpatchx  0x0000000c , 0x00004021 
+ 00019958  0x00004b80 jam  0x00000000 , 0x00000284 
+ 00019959  0x00004b81 call  0x00006a8a 
+ 00019960  0x00004b82 fetch  0x00000001 , 0x00000284 
+ 00019961  0x00004b83 rtneq  0x00000001 
+ 00019962  0x00004b84 branch  0x00004dfc 
+ 00019963  0x00004b86 call  0x00005264 
+ 00019964  0x00004b89 setarg  0x00000000 
+ 00019965  0x00004b8a store  0x00000002 , 0x00000266 
+ 00019966  0x00004b8b store  0x00000002 , 0x00000268 
+ 00019967  0x00004b8c jam  0x00000001 , 0x0000026a 
+ 00019968  0x00004b8d rtn 
+ 00019969  0x00004b90 bpatchx  0x0000000d , 0x00004021 
+ 00019970  0x00004b91 call  0x000052c3 
+ 00019971  0x00004b92 force  0x00000000 , 0x00000012 
+ 00019972  0x00004b93 fetch  0x00000002 , 0x00000266 
+ 00019973  0x00004b94 copy  0x0000003f , 0x00000013 
+ 00019974  0x00004b95 fetch  0x00000002 , 0x00000264 
+ 00019975  0x00004b96 iforce  0x00000006 
+ 00019976  0x00004b98 call  0x00004e10 
+ 00019977  0x00004b99 deposit  0x00000013 
+ 00019978  0x00004b9a increase  0xfffffffc , 0x00000013 
+ 00019979  0x00004b9b increase  0xfffffffc , 0x0000003f 
+ 00019980  0x00004b9c nbranch  0x00004e08 , 0x00000034 
+ 00019981  0x00004b9d copy  0x00000012 , 0x0000003f 
+ 00019982  0x00004b9e store  0x00000002 , 0x0000026f 
+ 00019983  0x00004b9f rtn 
+ 00019984  0x00004ba2 bpatchx  0x0000000e , 0x00004021 
+ 00019985  0x00004ba3 ifetch  0x00000001 , 0x00000006 
+ 00019986  0x00004ba4 beq  0x00000001 , 0x00004e49 
+ 00019987  0x00004ba5 beq  0x00000002 , 0x00004e51 
+ 00019988  0x00004ba6 beq  0x00000003 , 0x00004ed5 
+ 00019989  0x00004ba7 beq  0x00000004 , 0x00004f05 
+ 00019990  0x00004ba8 beq  0x00000005 , 0x00004fa2 
+ 00019991  0x00004ba9 beq  0x00000006 , 0x00004fcb 
+ 00019992  0x00004baa beq  0x00000007 , 0x0000501b 
+ 00019993  0x00004bab beq  0x00000008 , 0x00005050 
+ 00019994  0x00004bac beq  0x00000009 , 0x00005060 
+ 00019995  0x00004bad beq  0x0000000a , 0x00004e1f 
+ 00019996  0x00004bae beq  0x0000000b , 0x00005061 
+ 00019997  0x00004baf call  0x00005062 
+ 00019998  0x00004bb1 rtn 
+ 00019999  0x00004bb4 ifetch  0x00000001 , 0x00000006 
+ 00020000  0x00004bb5 copy  0x0000003f , 0x00000007 
+ 00020001  0x00004bb6 ifetch  0x00000002 , 0x00000006 
+ 00020002  0x00004bb7 copy  0x0000003f , 0x00000011 
+ 00020003  0x00004bb8 copy  0x00000013 , 0x0000003f 
+ 00020004  0x00004bb9 isub  0x00000011 , 0x00000013 
+ 00020005  0x00004bba setarg  0x0000000b 
+ 00020006  0x00004bbb istore  0x00000001 , 0x00000005 
+ 00020007  0x00004bbc copy  0x00000007 , 0x0000003f 
+ 00020008  0x00004bbd istore  0x00000001 , 0x00000005 
+ 00020009  0x00004bbe ifetch  0x00000002 , 0x00000006 
+ 00020010  0x00004bc0 beq  0x00000002 , 0x00004e2d 
+ 00020011  0x00004bc1 beq  0x00000003 , 0x00004e33 
+ 00020012  0x00004bc2 rtn 
+ 00020013  0x00004bc4 setarg  0x00020008 
+ 00020014  0x00004bc5 istore  0x00000006 , 0x00000005 
+ 00020015  0x00004bc6 setarg  0x00000280 
+ 00020016  0x00004bc7 istore  0x00000004 , 0x00000005 
+ 00020017  0x00004bc8 force  0x0000000c , 0x0000003f 
+ 00020018  0x00004bc9 branch  0x00004e38 
+ 00020019  0x00004bcb setarg  0x0003000c 
+ 00020020  0x00004bcc istore  0x00000006 , 0x00000005 
+ 00020021  0x00004bcd setarg  0x00000006 
+ 00020022  0x00004bce istore  0x00000008 , 0x00000005 
+ 00020023  0x00004bcf force  0x00000010 , 0x0000003f 
+ 00020024  0x00004bd1 iadd  0x00000012 , 0x00000012 
+ 00020025  0x00004bd2 branch  0x00004e1e 
+ 00020026  0x00004bd5 ifetch  0x00000001 , 0x00000006 
+ 00020027  0x00004bd6 copy  0x0000003f , 0x00000007 
+ 00020028  0x00004bd7 ifetch  0x00000002 , 0x00000006 
+ 00020029  0x00004bd8 copy  0x0000003f , 0x00000011 
+ 00020030  0x00004bd9 ifetch  0x00000002 , 0x00000006 
+ 00020031  0x00004bda store  0x00000002 , 0x00000aa2 
+ 00020032  0x00004bdb copy  0x00000013 , 0x0000003f 
+ 00020033  0x00004bdc isub  0x00000011 , 0x00000013 
+ 00020034  0x00004bdd call  0x000052c3 
+ 00020035  0x00004bde setarg  0x0000000b 
+ 00020036  0x00004bdf istore  0x00000001 , 0x00000005 
+ 00020037  0x00004be0 copy  0x00000007 , 0x0000003f 
+ 00020038  0x00004be1 istore  0x00000001 , 0x00000005 
+ 00020039  0x00004be2 fetch  0x00000002 , 0x00000aa2 
+ 00020040  0x00004be3 branch  0x00004e2a 
+ 00020041  0x00004be8 ifetch  0x00000001 , 0x00000006 
+ 00020042  0x00004be9 copy  0x0000003f , 0x00000007 
+ 00020043  0x00004bea ifetch  0x00000002 , 0x00000006 
+ 00020044  0x00004beb copy  0x0000003f , 0x00000011 
+ 00020045  0x00004bec iadd  0x00000006 , 0x00000006 
+ 00020046  0x00004bed copy  0x00000013 , 0x0000003f 
+ 00020047  0x00004bee isub  0x00000011 , 0x00000013 
+ 00020048  0x00004bf0 branch  0x00004e1e 
+ 00020049  0x00004bf3 call  0x00007ea8 
+ 00020050  0x00004bf6 call  0x00007ead 
+ 00020051  0x00004bf7 arg  0x00000000 , 0x00000008 
+ 00020052  0x00004bf8 ifetch  0x00000001 , 0x00000006 
+ 00020053  0x00004bf9 copy  0x0000003f , 0x00000007 
+ 00020054  0x00004bfa ifetch  0x00000002 , 0x00000006 
+ 00020055  0x00004bfb copy  0x0000003f , 0x00000011 
+ 00020056  0x00004bfc ifetch  0x00000002 , 0x00000006 
+ 00020057  0x00004bfd copy  0x0000003f , 0x00000002 
+ 00020058  0x00004bfe ifetch  0x00000002 , 0x00000006 
+ 00020059  0x00004bff copy  0x0000003f , 0x0000000b 
+ 00020060  0x00004c00 bpatchx  0x0000000f , 0x00004021 
+ 00020061  0x00004c01 copy  0x00000002 , 0x0000003f 
+ 00020062  0x00004c02 beq  0x00000001 , 0x00004e64 
+ 00020063  0x00004c03 beq  0x00000003 , 0x00004e86 
+ 00020064  0x00004c04 beq  0x00000011 , 0x00004e92 
+ 00020065  0x00004c05 beq  0x00000013 , 0x00004e9d 
+ 00020066  0x00004c06 call  0x00005062 
+ 00020067  0x00004c07 branch  0x00004ed4 
+ 00020068  0x00004c0a call  0x00007ea8 
+ 00020069  0x00004c0b arg  0x00000050 , 0x00000002 
+ 00020070  0x00004c0c fetch  0x00000002 , 0x00004248 
+ 00020071  0x00004c0d nbranch  0x00004ece , 0x00000034 
+ 00020072  0x00004c0e copy  0x0000000b , 0x0000003f 
+ 00020073  0x00004c0f store  0x00000002 , 0x00004248 
+ 00020074  0x00004c10 copy  0x00000022 , 0x0000003f 
+ 00020075  0x00004c11 store  0x00000004 , 0x000002d5 
+ 00020076  0x00004c12 call  0x00004e6e 
+ 00020077  0x00004c13 branch  0x00004ea9 
+ 00020078  0x00004c16 storet  0x00000002 , 0x000002d3 
+ 00020079  0x00004c17 deposit  0x0000000b 
+ 00020080  0x00004c18 store  0x00000002 , 0x000002c9 
+ 00020081  0x00004c19 deposit  0x00000011 
+ 00020082  0x00004c1a store  0x00000002 , 0x000002cb 
+ 00020083  0x00004c1b deposit  0x00000012 
+ 00020084  0x00004c1c store  0x00000002 , 0x000002cd 
+ 00020085  0x00004c1d deposit  0x00000013 
+ 00020086  0x00004c1e store  0x00000002 , 0x000002cf 
+ 00020087  0x00004c1f deposit  0x00000007 
+ 00020088  0x00004c20 store  0x00000002 , 0x000002d1 
+ 00020089  0x00004c21 rtn 
+ 00020090  0x00004c24 fetcht  0x00000002 , 0x000002d3 
+ 00020091  0x00004c25 fetch  0x00000002 , 0x000002c9 
+ 00020092  0x00004c26 copy  0x0000003f , 0x0000000b 
+ 00020093  0x00004c27 fetch  0x00000002 , 0x000002cb 
+ 00020094  0x00004c28 copy  0x0000003f , 0x00000011 
+ 00020095  0x00004c29 fetch  0x00000002 , 0x000002cd 
+ 00020096  0x00004c2a copy  0x0000003f , 0x00000012 
+ 00020097  0x00004c2b fetch  0x00000002 , 0x000002cf 
+ 00020098  0x00004c2c copy  0x0000003f , 0x00000013 
+ 00020099  0x00004c2d fetch  0x00000002 , 0x000002d1 
+ 00020100  0x00004c2e copy  0x0000003f , 0x00000007 
+ 00020101  0x00004c2f rtn 
+ 00020102  0x00004c32 call  0x00007ea8 
+ 00020103  0x00004c33 setarg  0x00000051 
+ 00020104  0x00004c34 arg  0x00000051 , 0x00000002 
+ 00020105  0x00004c35 fetch  0x00000002 , 0x0000424a 
+ 00020106  0x00004c36 nbranch  0x00004ece , 0x00000034 
+ 00020107  0x00004c37 copy  0x0000000b , 0x0000003f 
+ 00020108  0x00004c38 store  0x00000002 , 0x0000424a 
+ 00020109  0x00004c39 fetch  0x00000001 , 0x00004251 
+ 00020110  0x00004c3a set1  0x00000000 , 0x0000003f 
+ 00020111  0x00004c3b set1  0x00000001 , 0x0000003f 
+ 00020112  0x00004c3c store  0x00000001 , 0x00004251 
+ 00020113  0x00004c3d branch  0x00004eb1 
+ 00020114  0x00004c3f call  0x00007ea8 
+ 00020115  0x00004c40 arg  0x00000052 , 0x00000002 
+ 00020116  0x00004c41 fetch  0x00000002 , 0x0000424c 
+ 00020117  0x00004c42 nbranch  0x00004ece , 0x00000034 
+ 00020118  0x00004c43 copy  0x0000000b , 0x0000003f 
+ 00020119  0x00004c44 store  0x00000002 , 0x0000424c 
+ 00020120  0x00004c45 fetch  0x00000001 , 0x00004252 
+ 00020121  0x00004c46 set1  0x00000000 , 0x0000003f 
+ 00020122  0x00004c47 set1  0x00000001 , 0x0000003f 
+ 00020123  0x00004c48 store  0x00000001 , 0x00004252 
+ 00020124  0x00004c49 branch  0x00004eb1 
+ 00020125  0x00004c4b call  0x00007ea8 
+ 00020126  0x00004c4c deposit  0x0000001a 
+ 00020127  0x00004c4d arg  0x00000053 , 0x00000002 
+ 00020128  0x00004c4e fetch  0x00000002 , 0x0000424e 
+ 00020129  0x00004c4f nbranch  0x00004ece , 0x00000034 
+ 00020130  0x00004c50 copy  0x0000000b , 0x0000003f 
+ 00020131  0x00004c51 store  0x00000002 , 0x0000424e 
+ 00020132  0x00004c52 fetch  0x00000001 , 0x00004253 
+ 00020133  0x00004c53 set1  0x00000000 , 0x0000003f 
+ 00020134  0x00004c54 set1  0x00000001 , 0x0000003f 
+ 00020135  0x00004c55 store  0x00000001 , 0x00004253 
+ 00020136  0x00004c56 branch  0x00004eb1 
+ 00020137  0x00004c59 setarg  0x00000001 
+ 00020138  0x00004c5a store  0x00000002 , 0x0000027d 
+ 00020139  0x00004c5b jam  0x00000050 , 0x00004364 
+ 00020140  0x00004c5c branch  0x00004eb3 
+ 00020141  0x00004c5e fetch  0x00000001 , 0x00004250 
+ 00020142  0x00004c5f set1  0x00000000 , 0x0000003f 
+ 00020143  0x00004c60 set1  0x00000001 , 0x0000003f 
+ 00020144  0x00004c61 store  0x00000001 , 0x00004250 
+ 00020145  0x00004c63 setarg  0x00000000 
+ 00020146  0x00004c64 store  0x00000002 , 0x0000027d 
+ 00020147  0x00004c66 bpatchx  0x00000010 , 0x00004022 
+ 00020148  0x00004c67 call  0x00007ead 
+ 00020149  0x00004c68 setarg  0x00000003 
+ 00020150  0x00004c69 istore  0x00000001 , 0x00000005 
+ 00020151  0x00004c6a copy  0x00000007 , 0x0000003f 
+ 00020152  0x00004c6b istore  0x00000001 , 0x00000005 
+ 00020153  0x00004c6c setarg  0x00000008 
+ 00020154  0x00004c6d istore  0x00000002 , 0x00000005 
+ 00020155  0x00004c6e copy  0x00000002 , 0x0000003f 
+ 00020156  0x00004c6f istore  0x00000002 , 0x00000005 
+ 00020157  0x00004c70 copy  0x0000000b , 0x0000003f 
+ 00020158  0x00004c71 istore  0x00000002 , 0x00000005 
+ 00020159  0x00004c72 fetch  0x00000002 , 0x0000027d 
+ 00020160  0x00004c73 beq  0x00000001 , 0x00004ec9 
+ 00020161  0x00004c74 isolate0  0x00000000 , 0x00000008 
+ 00020162  0x00004c75 branch  0x00004ec4 , 0x00000001 
+ 00020163  0x00004c76 setarg  0x00000004 
+ 00020164  0x00004c78 istore  0x00000002 , 0x00000005 
+ 00020165  0x00004c79 force  0x00000000 , 0x0000003f 
+ 00020166  0x00004c7a istore  0x00000002 , 0x00000005 
+ 00020167  0x00004c7b setarg  0x0000000c 
+ 00020168  0x00004c7c branch  0x00004ed0 
+ 00020169  0x00004c7e istore  0x00000002 , 0x00000005 
+ 00020170  0x00004c7f force  0x00000002 , 0x0000003f 
+ 00020171  0x00004c80 istore  0x00000002 , 0x00000005 
+ 00020172  0x00004c81 setarg  0x0000000c 
+ 00020173  0x00004c82 branch  0x00004ed0 
+ 00020174  0x00004c85 set1  0x00000000 , 0x00000008 
+ 00020175  0x00004c86 branch  0x00004eb1 
+ 00020176  0x00004c88 iadd  0x00000012 , 0x00000012 
+ 00020177  0x00004c89 copy  0x00000013 , 0x0000003f 
+ 00020178  0x00004c8a isub  0x00000011 , 0x00000013 
+ 00020179  0x00004c8b branch  0x00004ed4 
+ 00020180  0x00004c8d branch  0x00004e1e 
+ 00020181  0x00004c90 ifetch  0x00000001 , 0x00000006 
+ 00020182  0x00004c91 copy  0x0000003f , 0x00000007 
+ 00020183  0x00004c92 ifetch  0x00000002 , 0x00000006 
+ 00020184  0x00004c93 copy  0x0000003f , 0x00000011 
+ 00020185  0x00004c94 copy  0x00000013 , 0x0000003f 
+ 00020186  0x00004c95 isub  0x00000011 , 0x00000013 
+ 00020187  0x00004c96 ifetch  0x00000002 , 0x00000006 
+ 00020188  0x00004c97 copy  0x0000003f , 0x0000000b 
+ 00020189  0x00004c98 ifetch  0x00000002 , 0x00000006 
+ 00020190  0x00004c99 copy  0x0000003f , 0x00000002 
+ 00020191  0x00004c9a bpatchx  0x00000011 , 0x00004022 
+ 00020192  0x00004c9b setarg  0x00000050 
+ 00020193  0x00004c9c isub  0x00000002 , 0x0000003e 
+ 00020194  0x00004c9d branch  0x00004eed , 0x00000005 
+ 00020195  0x00004c9e setarg  0x00000051 
+ 00020196  0x00004c9f isub  0x00000002 , 0x0000003e 
+ 00020197  0x00004ca0 branch  0x00004ef3 , 0x00000005 
+ 00020198  0x00004ca1 setarg  0x00000052 
+ 00020199  0x00004ca2 isub  0x00000002 , 0x0000003e 
+ 00020200  0x00004ca3 branch  0x00004eff , 0x00000005 
+ 00020201  0x00004ca4 setarg  0x00000053 
+ 00020202  0x00004ca5 isub  0x00000002 , 0x0000003e 
+ 00020203  0x00004ca6 branch  0x00004ef9 , 0x00000005 
+ 00020204  0x00004ca7 rtn 
+ 00020205  0x00004caa copy  0x0000000b , 0x0000003f 
+ 00020206  0x00004cab store  0x00000002 , 0x00004248 
+ 00020207  0x00004cac fetch  0x00000001 , 0x00004250 
+ 00020208  0x00004cad set1  0x00000001 , 0x0000003f 
+ 00020209  0x00004cae store  0x00000001 , 0x00004250 
+ 00020210  0x00004caf branch  0x00004e1e 
+ 00020211  0x00004cb1 copy  0x0000000b , 0x0000003f 
+ 00020212  0x00004cb2 store  0x00000002 , 0x0000424a 
+ 00020213  0x00004cb3 fetch  0x00000001 , 0x00004251 
+ 00020214  0x00004cb4 set1  0x00000001 , 0x0000003f 
+ 00020215  0x00004cb5 store  0x00000001 , 0x00004251 
+ 00020216  0x00004cb6 rtn 
+ 00020217  0x00004cb8 copy  0x0000000b , 0x0000003f 
+ 00020218  0x00004cb9 store  0x00000002 , 0x0000424c 
+ 00020219  0x00004cba fetch  0x00000001 , 0x00004253 
+ 00020220  0x00004cbb set1  0x00000001 , 0x0000003f 
+ 00020221  0x00004cbc store  0x00000001 , 0x00004253 
+ 00020222  0x00004cbd rtn 
+ 00020223  0x00004cbf copy  0x0000000b , 0x0000003f 
+ 00020224  0x00004cc0 store  0x00000002 , 0x0000424e 
+ 00020225  0x00004cc1 fetch  0x00000001 , 0x00004252 
+ 00020226  0x00004cc2 set1  0x00000001 , 0x0000003f 
+ 00020227  0x00004cc3 store  0x00000001 , 0x00004252 
+ 00020228  0x00004cc4 rtn 
+ 00020229  0x00004cc7 ifetch  0x00000001 , 0x00000006 
+ 00020230  0x00004cc8 copy  0x0000003f , 0x00000007 
+ 00020231  0x00004cc9 ifetch  0x00000002 , 0x00000006 
+ 00020232  0x00004cca copy  0x0000003f , 0x00000011 
+ 00020233  0x00004ccb copy  0x00000013 , 0x0000003f 
+ 00020234  0x00004ccc isub  0x00000011 , 0x00000013 
+ 00020235  0x00004ccd ifetch  0x00000002 , 0x00000006 
+ 00020236  0x00004cce copy  0x0000003f , 0x00000002 
+ 00020237  0x00004ccf copy  0x00000002 , 0x00000011 
+ 00020238  0x00004cd0 bpatchx  0x00000012 , 0x00004022 
+ 00020239  0x00004cd1 setarg  0x00000050 
+ 00020240  0x00004cd2 isub  0x00000002 , 0x0000003e 
+ 00020241  0x00004cd3 branch  0x00004f1c , 0x00000005 
+ 00020242  0x00004cd4 setarg  0x00000051 
+ 00020243  0x00004cd5 isub  0x00000002 , 0x0000003e 
+ 00020244  0x00004cd6 branch  0x00004f3a , 0x00000005 
+ 00020245  0x00004cd7 setarg  0x00000052 
+ 00020246  0x00004cd8 isub  0x00000002 , 0x0000003e 
+ 00020247  0x00004cd9 branch  0x00004f26 , 0x00000005 
+ 00020248  0x00004cda setarg  0x00000053 
+ 00020249  0x00004cdb isub  0x00000002 , 0x0000003e 
+ 00020250  0x00004cdc branch  0x00004f30 , 0x00000005 
+ 00020251  0x00004cdd branch  0x00005062 
+ 00020252  0x00004ce0 copy  0x00000005 , 0x0000000b 
+ 00020253  0x00004ce1 fetch  0x00000001 , 0x00004250 
+ 00020254  0x00004ce2 set1  0x00000004 , 0x0000003f 
+ 00020255  0x00004ce3 set1  0x00000003 , 0x0000003f 
+ 00020256  0x00004ce5 store  0x00000001 , 0x00004250 
+ 00020257  0x00004ce6 copy  0x0000000b , 0x00000005 
+ 00020258  0x00004ce7 arg  0x00000050 , 0x0000000b 
+ 00020259  0x00004ce8 fetch  0x00000002 , 0x00004248 
+ 00020260  0x00004ce9 copy  0x0000003f , 0x00000002 
+ 00020261  0x00004cea branch  0x00004f43 
+ 00020262  0x00004cec copy  0x00000005 , 0x0000000b 
+ 00020263  0x00004ced fetch  0x00000001 , 0x00004252 
+ 00020264  0x00004cee set1  0x00000004 , 0x0000003f 
+ 00020265  0x00004cef set1  0x00000003 , 0x0000003f 
+ 00020266  0x00004cf1 store  0x00000001 , 0x00004252 
+ 00020267  0x00004cf2 copy  0x0000000b , 0x00000005 
+ 00020268  0x00004cf3 arg  0x00000052 , 0x0000000b 
+ 00020269  0x00004cf4 fetch  0x00000002 , 0x0000424c 
+ 00020270  0x00004cf5 copy  0x0000003f , 0x00000002 
+ 00020271  0x00004cf6 branch  0x00004f43 
+ 00020272  0x00004cf8 copy  0x00000005 , 0x0000000b 
+ 00020273  0x00004cf9 fetch  0x00000001 , 0x00004253 
+ 00020274  0x00004cfa set1  0x00000004 , 0x0000003f 
+ 00020275  0x00004cfb set1  0x00000003 , 0x0000003f 
+ 00020276  0x00004cfd store  0x00000001 , 0x00004253 
+ 00020277  0x00004cfe copy  0x0000000b , 0x00000005 
+ 00020278  0x00004cff arg  0x00000053 , 0x0000000b 
+ 00020279  0x00004d00 fetch  0x00000002 , 0x0000424e 
+ 00020280  0x00004d01 copy  0x0000003f , 0x00000002 
+ 00020281  0x00004d02 branch  0x00004f43 
+ 00020282  0x00004d04 copy  0x00000005 , 0x0000000b 
+ 00020283  0x00004d05 fetch  0x00000001 , 0x00004251 
+ 00020284  0x00004d06 set1  0x00000004 , 0x0000003f 
+ 00020285  0x00004d07 set1  0x00000003 , 0x0000003f 
+ 00020286  0x00004d09 store  0x00000001 , 0x00004251 
+ 00020287  0x00004d0b copy  0x0000000b , 0x00000005 
+ 00020288  0x00004d0c arg  0x00000051 , 0x0000000b 
+ 00020289  0x00004d0d fetch  0x00000002 , 0x0000424a 
+ 00020290  0x00004d0e copy  0x0000003f , 0x00000002 
+ 00020291  0x00004d10 bpatchx  0x00000013 , 0x00004022 
+ 00020292  0x00004d11 setarg  0x00000005 
+ 00020293  0x00004d12 istore  0x00000001 , 0x00000005 
+ 00020294  0x00004d13 copy  0x00000007 , 0x0000003f 
+ 00020295  0x00004d14 istore  0x00000001 , 0x00000005 
+ 00020296  0x00004d15 setarg  0x00000006 
+ 00020297  0x00004d16 istore  0x00000002 , 0x00000005 
+ 00020298  0x00004d17 copy  0x00000002 , 0x0000003f 
+ 00020299  0x00004d18 istore  0x00000002 , 0x00000005 
+ 00020300  0x00004d19 force  0x00000000 , 0x0000003f 
+ 00020301  0x00004d1a istore  0x00000002 , 0x00000005 
+ 00020302  0x00004d1b force  0x00000000 , 0x0000003f 
+ 00020303  0x00004d1c istore  0x00000002 , 0x00000005 
+ 00020304  0x00004d1d force  0x0000000a , 0x0000003f 
+ 00020305  0x00004d1e iadd  0x00000012 , 0x00000012 
+ 00020306  0x00004d20 storet  0x00000002 , 0x00000282 
+ 00020307  0x00004d21 copy  0x00000007 , 0x0000003f 
+ 00020308  0x00004d22 store  0x00000001 , 0x00000281 
+ 00020309  0x00004d23 force  0x00000050 , 0x0000003f 
+ 00020310  0x00004d24 icompare  0x000000ff , 0x0000000b 
+ 00020311  0x00004d25 branch  0x00004f59 , 0x00000001 
+ 00020312  0x00004d26 increase  0x00000001 , 0x0000003f 
+ 00020313  0x00004d29 rtn 
+ 00020314  0x00004d2b disable  0x00000028 
+ 00020315  0x00004d2c rtnbit1  0x00000002 , 0x0000003f 
+ 00020316  0x00004d2d rtnbit0  0x00000000 , 0x0000003f 
+ 00020317  0x00004d2e rtnbit0  0x00000001 , 0x0000003f 
+ 00020318  0x00004d2f set1  0x00000002 , 0x0000003f 
+ 00020319  0x00004d30 copy  0x00000006 , 0x00000005 
+ 00020320  0x00004d31 increase  0xffffffff , 0x00000005 
+ 00020321  0x00004d32 istore  0x00000001 , 0x00000005 
+ 00020322  0x00004d33 enable  0x00000028 
+ 00020323  0x00004d34 rtn 
+ 00020324  0x00004d37 fetch  0x00000001 , 0x00004250 
+ 00020325  0x00004d38 call  0x00004f5a 
+ 00020326  0x00004d39 nbranch  0x00004f6b , 0x00000028 
+ 00020327  0x00004d3a jam  0x00000050 , 0x00000280 
+ 00020328  0x00004d3b fetch  0x00000002 , 0x00004248 
+ 00020329  0x00004d3c store  0x00000002 , 0x00000282 
+ 00020330  0x00004d3d branch  0x00004f7f 
+ 00020331  0x00004d3f fetch  0x00000001 , 0x00004251 
+ 00020332  0x00004d40 call  0x00004f5a 
+ 00020333  0x00004d41 nbranch  0x00004f72 , 0x00000028 
+ 00020334  0x00004d42 jam  0x00000051 , 0x00000280 
+ 00020335  0x00004d43 fetch  0x00000002 , 0x0000424a 
+ 00020336  0x00004d44 store  0x00000002 , 0x00000282 
+ 00020337  0x00004d45 branch  0x00004f7f 
+ 00020338  0x00004d47 fetch  0x00000001 , 0x00004252 
+ 00020339  0x00004d48 call  0x00004f5a 
+ 00020340  0x00004d49 nbranch  0x00004f79 , 0x00000028 
+ 00020341  0x00004d4a jam  0x00000052 , 0x00000280 
+ 00020342  0x00004d4b fetch  0x00000002 , 0x0000424c 
+ 00020343  0x00004d4c store  0x00000002 , 0x00000282 
+ 00020344  0x00004d4d branch  0x00004f7f 
+ 00020345  0x00004d4f fetch  0x00000001 , 0x00004253 
+ 00020346  0x00004d50 call  0x00004f5a 
+ 00020347  0x00004d51 nrtn  0x00000028 
+ 00020348  0x00004d52 jam  0x00000053 , 0x00000280 
+ 00020349  0x00004d53 fetch  0x00000002 , 0x0000424e 
+ 00020350  0x00004d54 store  0x00000002 , 0x00000282 
+ 00020351  0x00004d58 bpatchx  0x00000014 , 0x00004022 
+ 00020352  0x00004d59 call  0x0000523a 
+ 00020353  0x00004d5a call  0x000052b8 
+ 00020354  0x00004d5b force  0x00000000 , 0x00000012 
+ 00020355  0x00004d5c call  0x000052c3 
+ 00020356  0x00004d5d force  0x00000004 , 0x0000003f 
+ 00020357  0x00004d5e istore  0x00000001 , 0x00000005 
+ 00020358  0x00004d5f fetch  0x00000001 , 0x00004255 
+ 00020359  0x00004d60 istore  0x00000001 , 0x00000005 
+ 00020360  0x00004d61 setarg  0x00000008 
+ 00020361  0x00004d62 istore  0x00000002 , 0x00000005 
+ 00020362  0x00004d63 fetch  0x00000002 , 0x00000282 
+ 00020363  0x00004d64 istore  0x00000002 , 0x00000005 
+ 00020364  0x00004d65 setarg  0x00000000 
+ 00020365  0x00004d66 istore  0x00000002 , 0x00000005 
+ 00020366  0x00004d67 force  0x00000001 , 0x0000003f 
+ 00020367  0x00004d68 istore  0x00000001 , 0x00000005 
+ 00020368  0x00004d69 force  0x00000002 , 0x0000003f 
+ 00020369  0x00004d6a istore  0x00000001 , 0x00000005 
+ 00020370  0x00004d6b fetch  0x00000001 , 0x00000280 
+ 00020371  0x00004d6c beq  0x00000051 , 0x00004f97 
+ 00020372  0x00004d6d setarg  0x00000030 
+ 00020373  0x00004d6e istore  0x00000002 , 0x00000005 
+ 00020374  0x00004d6f branch  0x00004f99 
+ 00020375  0x00004d71 setarg  0x000003e3 
+ 00020376  0x00004d72 istore  0x00000002 , 0x00000005 
+ 00020377  0x00004d74 arg  0x0000000c , 0x00000002 
+ 00020378  0x00004d75 storet  0x00000002 , 0x0000026f 
+ 00020379  0x00004d76 call  0x000052c1 
+ 00020380  0x00004d77 fetch  0x00000002 , 0x0000026f 
+ 00020381  0x00004d78 istore  0x00000002 , 0x00000005 
+ 00020382  0x00004d79 force  0x00000001 , 0x0000003f 
+ 00020383  0x00004d7a istore  0x00000002 , 0x00000005 
+ 00020384  0x00004d7b jam  0x00000000 , 0x00000280 
+ 00020385  0x00004d7d branch  0x00004e1e 
+ 00020386  0x00004d80 increase  0x00000001 , 0x00000006 
+ 00020387  0x00004d81 ifetch  0x00000002 , 0x00000006 
+ 00020388  0x00004d82 copy  0x0000003f , 0x00000011 
+ 00020389  0x00004d83 copy  0x00000013 , 0x0000003f 
+ 00020390  0x00004d84 isub  0x00000011 , 0x00000013 
+ 00020391  0x00004d85 ifetch  0x00000002 , 0x00000006 
+ 00020392  0x00004d86 copy  0x0000003f , 0x00000011 
+ 00020393  0x00004d87 bpatchx  0x00000015 , 0x00004022 
+ 00020394  0x00004d88 setarg  0x00000050 
+ 00020395  0x00004d89 isub  0x00000011 , 0x0000003e 
+ 00020396  0x00004d8a branch  0x00004fba , 0x00000005 
+ 00020397  0x00004d8b setarg  0x00000051 
+ 00020398  0x00004d8c isub  0x00000011 , 0x0000003e 
+ 00020399  0x00004d8d branch  0x00004fbe , 0x00000005 
+ 00020400  0x00004d8e setarg  0x00000052 
+ 00020401  0x00004d8f isub  0x00000011 , 0x0000003e 
+ 00020402  0x00004d90 branch  0x00004fc2 , 0x00000005 
+ 00020403  0x00004d91 setarg  0x00000053 
+ 00020404  0x00004d92 isub  0x00000011 , 0x0000003e 
+ 00020405  0x00004d93 branch  0x00004fc6 , 0x00000005 
+ 00020406  0x00004d94 increase  0x00000002 , 0x00000006 
+ 00020407  0x00004d95 ifetch  0x00000002 , 0x00000006 
+ 00020408  0x00004d96 iforce  0x0000003e 
+ 00020409  0x00004d97 branch  0x00004e1e 
+ 00020410  0x00004d99 fetch  0x00000001 , 0x00004250 
+ 00020411  0x00004d9a set1  0x00000005 , 0x0000003f 
+ 00020412  0x00004d9b store  0x00000001 , 0x00004250 
+ 00020413  0x00004d9c branch  0x00004e1e 
+ 00020414  0x00004d9e fetch  0x00000001 , 0x00004251 
+ 00020415  0x00004d9f set1  0x00000005 , 0x0000003f 
+ 00020416  0x00004da0 store  0x00000001 , 0x00004251 
+ 00020417  0x00004da1 branch  0x00004e1e 
+ 00020418  0x00004da3 fetch  0x00000001 , 0x00004252 
+ 00020419  0x00004da4 set1  0x00000005 , 0x0000003f 
+ 00020420  0x00004da5 store  0x00000001 , 0x00004252 
+ 00020421  0x00004da6 branch  0x00004e1e 
+ 00020422  0x00004da8 fetch  0x00000001 , 0x00004253 
+ 00020423  0x00004da9 set1  0x00000005 , 0x0000003f 
+ 00020424  0x00004daa store  0x00000001 , 0x00004253 
+ 00020425  0x00004dab jam  0x00000006 , 0x00000a99 
+ 00020426  0x00004dac branch  0x00007d86 
+ 00020427  0x00004db1 ifetch  0x00000001 , 0x00000006 
+ 00020428  0x00004db2 copy  0x0000003f , 0x00000007 
+ 00020429  0x00004db3 ifetch  0x00000002 , 0x00000006 
+ 00020430  0x00004db4 copy  0x0000003f , 0x00000011 
+ 00020431  0x00004db5 copy  0x00000013 , 0x0000003f 
+ 00020432  0x00004db6 isub  0x00000011 , 0x00000013 
+ 00020433  0x00004db7 ifetch  0x00000002 , 0x00000006 
+ 00020434  0x00004db8 copy  0x0000003f , 0x00000011 
+ 00020435  0x00004db9 ifetch  0x00000002 , 0x00000006 
+ 00020436  0x00004dba copy  0x0000003f , 0x0000000b 
+ 00020437  0x00004dbb copy  0x00000011 , 0x00000002 
+ 00020438  0x00004dbc call  0x00007ea8 
+ 00020439  0x00004dbd bpatchx  0x00000016 , 0x00004022 
+ 00020440  0x00004dbe setarg  0x00000050 
+ 00020441  0x00004dbf isub  0x00000002 , 0x0000003e 
+ 00020442  0x00004dc0 branch  0x00004ff2 , 0x00000005 
+ 00020443  0x00004dc1 setarg  0x00000051 
+ 00020444  0x00004dc2 isub  0x00000002 , 0x0000003e 
+ 00020445  0x00004dc3 branch  0x00005002 , 0x00000005 
+ 00020446  0x00004dc4 setarg  0x00000052 
+ 00020447  0x00004dc5 isub  0x00000002 , 0x0000003e 
+ 00020448  0x00004dc6 branch  0x00004fe6 , 0x00000005 
+ 00020449  0x00004dc7 setarg  0x00000053 
+ 00020450  0x00004dc8 isub  0x00000002 , 0x0000003e 
+ 00020451  0x00004dc9 branch  0x00004fec , 0x00000005 
+ 00020452  0x00004dca call  0x00005062 
+ 00020453  0x00004dcb branch  0x00005017 
+ 00020454  0x00004dcd copy  0x0000000b , 0x00000002 
+ 00020455  0x00004dce fetch  0x00000002 , 0x0000424c 
+ 00020456  0x00004dcf isub  0x00000002 , 0x0000003e 
+ 00020457  0x00004dd0 branch  0x00004ff8 , 0x00000005 
+ 00020458  0x00004dd1 call  0x00005062 
+ 00020459  0x00004dd2 branch  0x00005017 
+ 00020460  0x00004dd4 copy  0x0000000b , 0x00000002 
+ 00020461  0x00004dd5 fetch  0x00000002 , 0x0000424e 
+ 00020462  0x00004dd6 isub  0x00000002 , 0x0000003e 
+ 00020463  0x00004dd7 branch  0x00004ffa , 0x00000005 
+ 00020464  0x00004dd8 call  0x00005062 
+ 00020465  0x00004dd9 branch  0x00005017 
+ 00020466  0x00004ddc copy  0x0000000b , 0x00000002 
+ 00020467  0x00004ddd fetch  0x00000002 , 0x00004248 
+ 00020468  0x00004dde isub  0x00000002 , 0x0000003e 
+ 00020469  0x00004ddf branch  0x00004ffe , 0x00000005 
+ 00020470  0x00004de0 call  0x00005062 
+ 00020471  0x00004de1 branch  0x00005017 
+ 00020472  0x00004de3 call  0x00005079 
+ 00020473  0x00004de4 branch  0x0000500a 
+ 00020474  0x00004de6 call  0x0000507f 
+ 00020475  0x00004de7 fetch  0x00000002 , 0x0000424c 
+ 00020476  0x00004de8 branch  0x0000500a , 0x00000034 
+ 00020477  0x00004df0 branch  0x0000500a 
+ 00020478  0x00004df3 call  0x00005074 
+ 00020479  0x00004df4 fetch  0x00000001 , 0x00000288 
+ 00020480  0x00004df5 nbranch  0x0000500a , 0x00000034 
+ 00020481  0x00004df8 branch  0x0000500a 
+ 00020482  0x00004dfa copy  0x0000000b , 0x00000002 
+ 00020483  0x00004dfb fetch  0x00000002 , 0x0000424a 
+ 00020484  0x00004dfc isub  0x00000002 , 0x0000003e 
+ 00020485  0x00004dfd branch  0x00005008 , 0x00000005 
+ 00020486  0x00004dfe call  0x00005062 
+ 00020487  0x00004dff branch  0x00005017 
+ 00020488  0x00004e01 call  0x0000506f 
+ 00020489  0x00004e02 branch  0x0000500a 
+ 00020490  0x00004e04 call  0x00007ead 
+ 00020491  0x00004e05 setarg  0x00000007 
+ 00020492  0x00004e06 istore  0x00000001 , 0x00000005 
+ 00020493  0x00004e07 copy  0x00000007 , 0x0000003f 
+ 00020494  0x00004e08 istore  0x00000001 , 0x00000005 
+ 00020495  0x00004e09 setarg  0x00000004 
+ 00020496  0x00004e0a istore  0x00000002 , 0x00000005 
+ 00020497  0x00004e0b copy  0x00000011 , 0x0000003f 
+ 00020498  0x00004e0c istore  0x00000002 , 0x00000005 
+ 00020499  0x00004e0d copy  0x0000000b , 0x0000003f 
+ 00020500  0x00004e0e istore  0x00000002 , 0x00000005 
+ 00020501  0x00004e0f force  0x00000008 , 0x0000003f 
+ 00020502  0x00004e10 branch  0x00005019 
+ 00020503  0x00004e12 call  0x00007ead 
+ 00020504  0x00004e13 branch  0x00005019 
+ 00020505  0x00004e15 iadd  0x00000012 , 0x00000012 
+ 00020506  0x00004e16 branch  0x00004e1e 
+ 00020507  0x00004e18 ifetch  0x00000001 , 0x00000006 
+ 00020508  0x00004e19 copy  0x0000003f , 0x00000007 
+ 00020509  0x00004e1a ifetch  0x00000002 , 0x00000006 
+ 00020510  0x00004e1b copy  0x0000003f , 0x00000011 
+ 00020511  0x00004e1c copy  0x00000013 , 0x0000003f 
+ 00020512  0x00004e1d isub  0x00000011 , 0x00000013 
+ 00020513  0x00004e1e ifetch  0x00000002 , 0x00000006 
+ 00020514  0x00004e1f copy  0x0000003f , 0x0000000b 
+ 00020515  0x00004e20 ifetch  0x00000002 , 0x00000006 
+ 00020516  0x00004e21 copy  0x0000003f , 0x00000002 
+ 00020517  0x00004e22 call  0x00007ea8 
+ 00020518  0x00004e23 bpatchx  0x00000017 , 0x00004022 
+ 00020519  0x00004e24 setarg  0x00000050 
+ 00020520  0x00004e25 isub  0x00000002 , 0x0000003e 
+ 00020521  0x00004e26 branch  0x00005035 , 0x00000005 
+ 00020522  0x00004e27 setarg  0x00000051 
+ 00020523  0x00004e28 isub  0x00000002 , 0x0000003e 
+ 00020524  0x00004e29 branch  0x0000503b , 0x00000005 
+ 00020525  0x00004e2a setarg  0x00000052 
+ 00020526  0x00004e2b isub  0x00000002 , 0x0000003e 
+ 00020527  0x00004e2c branch  0x00005041 , 0x00000005 
+ 00020528  0x00004e2d setarg  0x00000053 
+ 00020529  0x00004e2e isub  0x00000002 , 0x0000003e 
+ 00020530  0x00004e2f branch  0x00005047 , 0x00000005 
+ 00020531  0x00004e30 call  0x00005062 
+ 00020532  0x00004e31 branch  0x0000504f 
+ 00020533  0x00004e33 copy  0x00000002 , 0x00000011 
+ 00020534  0x00004e34 copy  0x0000000b , 0x00000002 
+ 00020535  0x00004e35 fetch  0x00000002 , 0x00004248 
+ 00020536  0x00004e36 isub  0x00000002 , 0x0000003e 
+ 00020537  0x00004e37 call  0x00005074 , 0x00000005 
+ 00020538  0x00004e38 branch  0x0000504d 
+ 00020539  0x00004e3a copy  0x00000002 , 0x00000011 
+ 00020540  0x00004e3b copy  0x0000000b , 0x00000002 
+ 00020541  0x00004e3c fetch  0x00000002 , 0x0000424a 
+ 00020542  0x00004e3d isub  0x00000002 , 0x0000003e 
+ 00020543  0x00004e3e call  0x0000506f , 0x00000005 
+ 00020544  0x00004e3f branch  0x0000504d 
+ 00020545  0x00004e41 copy  0x00000002 , 0x00000011 
+ 00020546  0x00004e42 copy  0x0000000b , 0x00000002 
+ 00020547  0x00004e43 fetch  0x00000002 , 0x0000424c 
+ 00020548  0x00004e44 isub  0x00000002 , 0x0000003e 
+ 00020549  0x00004e45 call  0x00005079 , 0x00000005 
+ 00020550  0x00004e46 branch  0x0000504d 
+ 00020551  0x00004e48 copy  0x00000002 , 0x00000011 
+ 00020552  0x00004e49 copy  0x0000000b , 0x00000002 
+ 00020553  0x00004e4a fetch  0x00000002 , 0x0000424e 
+ 00020554  0x00004e4b isub  0x00000002 , 0x0000003e 
+ 00020555  0x00004e4c call  0x0000507f , 0x00000005 
+ 00020556  0x00004e4d branch  0x0000504d 
+ 00020557  0x00004e4f call  0x00007ead 
+ 00020558  0x00004e50 branch  0x00004e1e 
+ 00020559  0x00004e52 branch  0x00004e1e 
+ 00020560  0x00004e56 ifetch  0x00000001 , 0x00000006 
+ 00020561  0x00004e57 copy  0x0000003f , 0x00000007 
+ 00020562  0x00004e58 ifetch  0x00000002 , 0x00000006 
+ 00020563  0x00004e59 copy  0x0000003f , 0x00000011 
+ 00020564  0x00004e5a iadd  0x00000006 , 0x00000006 
+ 00020565  0x00004e5b setarg  0x00000009 
+ 00020566  0x00004e5c istore  0x00000001 , 0x00000005 
+ 00020567  0x00004e5d copy  0x00000007 , 0x0000003f 
+ 00020568  0x00004e5e istore  0x00000001 , 0x00000005 
+ 00020569  0x00004e5f force  0x00000000 , 0x0000003f 
+ 00020570  0x00004e60 istore  0x00000002 , 0x00000005 
+ 00020571  0x00004e61 force  0x00000004 , 0x0000003f 
+ 00020572  0x00004e62 iadd  0x00000012 , 0x00000012 
+ 00020573  0x00004e63 copy  0x00000013 , 0x0000003f 
+ 00020574  0x00004e64 isub  0x00000011 , 0x00000013 
+ 00020575  0x00004e65 branch  0x00004e1e 
+ 00020576  0x00004e67 branch  0x00004e1e 
+ 00020577  0x00004e6a branch  0x00004e1e 
+ 00020578  0x00004e6c force  0x00000000 , 0x00000012 
+ 00020579  0x00004e6d call  0x000052c3 
+ 00020580  0x00004e6e setarg  0x00000001 
+ 00020581  0x00004e6f istore  0x00000001 , 0x00000005 
+ 00020582  0x00004e70 copy  0x00000007 , 0x0000003f 
+ 00020583  0x00004e71 istore  0x00000001 , 0x00000005 
+ 00020584  0x00004e72 setarg  0x00000002 
+ 00020585  0x00004e73 istore  0x00000002 , 0x00000005 
+ 00020586  0x00004e74 setarg  0x00000000 
+ 00020587  0x00004e75 istore  0x00000002 , 0x00000005 
+ 00020588  0x00004e76 increase  0x00000006 , 0x00000012 
+ 00020589  0x00004e77 arg  0x00000004 , 0x00000013 
+ 00020590  0x00004e78 branch  0x00004e1e 
+ 00020591  0x00004e7d setarg  0x00000000 
+ 00020592  0x00004e7e store  0x00000002 , 0x0000027b 
+ 00020593  0x00004e7f store  0x00000002 , 0x0000424a 
+ 00020594  0x00004e80 jam  0x00000000 , 0x00004251 
+ 00020595  0x00004e81 rtn 
+ 00020596  0x00004e83 setarg  0x00000000 
+ 00020597  0x00004e84 store  0x00000002 , 0x00000275 
+ 00020598  0x00004e85 store  0x00000002 , 0x00004248 
+ 00020599  0x00004e86 jam  0x00000000 , 0x00004250 
+ 00020600  0x00004e87 rtn 
+ 00020601  0x00004e89 setarg  0x00000000 
+ 00020602  0x00004e8a store  0x00000002 , 0x0000424c 
+ 00020603  0x00004e8b jam  0x00000000 , 0x00004252 
+ 00020604  0x00004e8c fetch  0x00000001 , 0x00004253 
+ 00020605  0x00004e8d beq  0x00000000 , 0x00005085 
+ 00020606  0x00004e8e rtn 
+ 00020607  0x00004e91 setarg  0x00000000 
+ 00020608  0x00004e92 store  0x00000002 , 0x0000424e 
+ 00020609  0x00004e93 jam  0x00000000 , 0x00004253 
+ 00020610  0x00004e94 fetch  0x00000001 , 0x00004252 
+ 00020611  0x00004e95 beq  0x00000000 , 0x00005085 
+ 00020612  0x00004e96 rtn 
+ 00020613  0x00004e99 jam  0x00000007 , 0x00000a99 
+ 00020614  0x00004e9a branch  0x00007d86 
+ 00020615  0x00004e9d fetch  0x00000001 , 0x0000027f 
+ 00020616  0x00004e9e set0  0x00000000 , 0x0000003f 
+ 00020617  0x00004e9f store  0x00000001 , 0x0000027f 
+ 00020618  0x00004ea0 fetch  0x00000002 , 0x0000424e 
+ 00020619  0x00004ea1 rtn  0x00000034 
+ 00020620  0x00004ea2 call  0x000052b8 
+ 00020621  0x00004ea3 fetch  0x00000002 , 0x0000424e 
+ 00020622  0x00004ea4 copy  0x0000003f , 0x00000011 
+ 00020623  0x00004ea5 force  0x00000053 , 0x00000012 
+ 00020624  0x00004ea6 branch  0x0000509a 
+ 00020625  0x00004ea8 fetch  0x00000001 , 0x0000027f 
+ 00020626  0x00004ea9 set0  0x00000007 , 0x0000003f 
+ 00020627  0x00004eaa store  0x00000001 , 0x0000027f 
+ 00020628  0x00004eab fetch  0x00000002 , 0x0000424c 
+ 00020629  0x00004eac rtn  0x00000034 
+ 00020630  0x00004ead call  0x000052b8 
+ 00020631  0x00004eae fetch  0x00000002 , 0x0000424c 
+ 00020632  0x00004eaf copy  0x0000003f , 0x00000011 
+ 00020633  0x00004eb0 force  0x00000052 , 0x00000012 
+ 00020634  0x00004eb2 call  0x0000523a 
+ 00020635  0x00004eb3 call  0x000052c3 
+ 00020636  0x00004eb4 force  0x00000006 , 0x0000003f 
+ 00020637  0x00004eb5 istore  0x00000001 , 0x00000005 
+ 00020638  0x00004eb6 fetch  0x00000001 , 0x00004255 
+ 00020639  0x00004eb7 istore  0x00000001 , 0x00000005 
+ 00020640  0x00004eb8 setarg  0x00000004 
+ 00020641  0x00004eb9 istore  0x00000002 , 0x00000005 
+ 00020642  0x00004eba copy  0x00000011 , 0x0000003f 
+ 00020643  0x00004ebb istore  0x00000002 , 0x00000005 
+ 00020644  0x00004ebc copy  0x00000012 , 0x0000003f 
+ 00020645  0x00004ebd istore  0x00000002 , 0x00000005 
+ 00020646  0x00004ebe force  0x00000008 , 0x00000002 
+ 00020647  0x00004ebf branch  0x000050de 
+ 00020648  0x00004ec2 bpatchx  0x00000018 , 0x00004023 
+ 00020649  0x00004ec3 call  0x0000523a 
+ 00020650  0x00004ec4 call  0x000052c3 
+ 00020651  0x00004ec5 setarg  0x00000002 
+ 00020652  0x00004ec6 istore  0x00000001 , 0x00000005 
+ 00020653  0x00004ec7 fetch  0x00000001 , 0x00004255 
+ 00020654  0x00004ec8 istore  0x00000001 , 0x00000005 
+ 00020655  0x00004ec9 setarg  0x00000004 
+ 00020656  0x00004eca istore  0x00000002 , 0x00000005 
+ 00020657  0x00004ecb copy  0x00000002 , 0x0000003f 
+ 00020658  0x00004ecc istore  0x00000002 , 0x00000005 
+ 00020659  0x00004ecd copy  0x0000000b , 0x0000003f 
+ 00020660  0x00004ece istore  0x00000002 , 0x00000005 
+ 00020661  0x00004ecf arg  0x00000008 , 0x00000002 
+ 00020662  0x00004ed0 branch  0x000050de 
+ 00020663  0x00004ed2 bpatchx  0x00000019 , 0x00004023 
+ 00020664  0x00004ed3 call  0x0000523a 
+ 00020665  0x00004ed4 call  0x000052c3 
+ 00020666  0x00004ed5 setarg  0x00000004 
+ 00020667  0x00004ed6 istore  0x00000001 , 0x00000005 
+ 00020668  0x00004ed7 fetch  0x00000001 , 0x00004255 
+ 00020669  0x00004ed8 istore  0x00000001 , 0x00000005 
+ 00020670  0x00004ed9 setarg  0x00000008 
+ 00020671  0x00004eda istore  0x00000002 , 0x00000005 
+ 00020672  0x00004edc copy  0x00000002 , 0x0000003f 
+ 00020673  0x00004ede istore  0x00000002 , 0x00000005 
+ 00020674  0x00004edf setarg  0x00000000 
+ 00020675  0x00004ee0 istore  0x00000002 , 0x00000005 
+ 00020676  0x00004ee1 setarg  0x00000001 
+ 00020677  0x00004ee2 istore  0x00000001 , 0x00000005 
+ 00020678  0x00004ee3 setarg  0x00000002 
+ 00020679  0x00004ee4 istore  0x00000001 , 0x00000005 
+ 00020680  0x00004ee5 setarg  0x000003e3 
+ 00020681  0x00004ee6 istore  0x00000002 , 0x00000005 
+ 00020682  0x00004ee7 arg  0x0000000c , 0x00000002 
+ 00020683  0x00004ee8 branch  0x000050de 
+ 00020684  0x00004eea bpatchx  0x0000001a , 0x00004023 
+ 00020685  0x00004eeb call  0x0000523a 
+ 00020686  0x00004eec call  0x000052c3 
+ 00020687  0x00004eed setarg  0x00000006 
+ 00020688  0x00004eee istore  0x00000001 , 0x00000005 
+ 00020689  0x00004eef fetch  0x00000001 , 0x00004255 
+ 00020690  0x00004ef0 increase  0x00000001 , 0x0000003f 
+ 00020691  0x00004ef1 copy  0x00000005 , 0x00000011 
+ 00020692  0x00004ef2 store  0x00000001 , 0x00004255 
+ 00020693  0x00004ef3 copy  0x00000011 , 0x00000005 
+ 00020694  0x00004ef4 istore  0x00000001 , 0x00000005 
+ 00020695  0x00004ef5 setarg  0x00000004 
+ 00020696  0x00004ef6 istore  0x00000002 , 0x00000005 
+ 00020697  0x00004ef7 copy  0x00000002 , 0x0000003f 
+ 00020698  0x00004ef8 istore  0x00000002 , 0x00000005 
+ 00020699  0x00004ef9 copy  0x0000000b , 0x0000003f 
+ 00020700  0x00004efa istore  0x00000002 , 0x00000005 
+ 00020701  0x00004efb arg  0x00000008 , 0x00000002 
+ 00020702  0x00004eff storet  0x00000002 , 0x0000026f 
+ 00020703  0x00004f00 copy  0x00000002 , 0x0000003f 
+ 00020704  0x00004f01 branch  0x00005264 , 0x00000034 
+ 00020705  0x00004f02 call  0x000052c1 
+ 00020706  0x00004f03 fetch  0x00000002 , 0x0000026f 
+ 00020707  0x00004f04 istore  0x00000002 , 0x00000005 
+ 00020708  0x00004f05 force  0x00000001 , 0x0000003f 
+ 00020709  0x00004f06 istore  0x00000002 , 0x00000005 
+ 00020710  0x00004f07 rtn 
+ 00020711  0x00004f0a fetch  0x00000002 , 0x00000275 
+ 00020712  0x00004f0b branch  0x00002a8c , 0x00000034 
+ 00020713  0x00004f0c call  0x000052ce 
+ 00020714  0x00004f0d fetch  0x00000002 , 0x00000275 
+ 00020715  0x00004f0e istore  0x00000002 , 0x00000005 
+ 00020716  0x00004f0f fetch  0x00000002 , 0x00004248 
+ 00020717  0x00004f10 istore  0x00000002 , 0x00000005 
+ 00020718  0x00004f11 rtn 
+ 00020719  0x00004f13 fetch  0x00000002 , 0x00000266 
+ 00020720  0x00004f14 branch  0x00004dfc , 0x00000034 
+ 00020721  0x00004f15 bpatchx  0x0000001b , 0x00004023 
+ 00020722  0x00004f16 fetch  0x00000001 , 0x00000268 
+ 00020723  0x00004f17 beq  0x00000001 , 0x000050f9 
+ 00020724  0x00004f18 beq  0x00000050 , 0x00004de8 
+ 00020725  0x00004f19 beq  0x00000051 , 0x00004df5 
+ 00020726  0x00004f1a beq  0x00000052 , 0x00004df3 
+ 00020727  0x00004f1b beq  0x00000053 , 0x00004df3 
+ 00020728  0x00004f1c branch  0x00004dfc 
+ 00020729  0x00004f1f bpatchx  0x0000001c , 0x00004023 
+ 00020730  0x00004f20 call  0x000052b8 
+ 00020731  0x00004f21 force  0x00000000 , 0x00000012 
+ 00020732  0x00004f22 call  0x000052c3 
+ 00020733  0x00004f23 copy  0x0000003f , 0x00000005 
+ 00020734  0x00004f24 fetch  0x00000002 , 0x00000266 
+ 00020735  0x00004f25 copy  0x0000003f , 0x00000013 
+ 00020736  0x00004f26 fetch  0x00000002 , 0x00000264 
+ 00020737  0x00004f27 iforce  0x00000006 
+ 00020738  0x00004f29 call  0x00005108 
+ 00020739  0x00004f2a increase  0xfffffffc , 0x00000013 
+ 00020740  0x00004f2b nbranch  0x00005102 , 0x00000005 
+ 00020741  0x00004f2c copy  0x00000012 , 0x00000002 
+ 00020742  0x00004f2d call  0x000050de 
+ 00020743  0x00004f2e branch  0x00004dfc 
+ 00020744  0x00004f31 ifetch  0x00000001 , 0x00000006 
+ 00020745  0x00004f32 beq  0x00000002 , 0x00005113 
+ 00020746  0x00004f33 beq  0x00000001 , 0x00005116 
+ 00020747  0x00004f34 beq  0x00000003 , 0x00005120 
+ 00020748  0x00004f35 beq  0x00000005 , 0x0000515c 
+ 00020749  0x00004f36 beq  0x00000004 , 0x0000518e 
+ 00020750  0x00004f37 beq  0x00000007 , 0x00005213 
+ 00020751  0x00004f38 beq  0x00000006 , 0x000051e1 
+ 00020752  0x00004f39 beq  0x00000008 , 0x00005050 
+ 00020753  0x00004f3a beq  0x0000000a , 0x00004e3a 
+ 00020754  0x00004f3b branch  0x0000522e 
+ 00020755  0x00004f3e call  0x00007ea8 
+ 00020756  0x00004f40 call  0x00007ead 
+ 00020757  0x00004f41 branch  0x00004e51 
+ 00020758  0x00004f43 ifetch  0x00000001 , 0x00000006 
+ 00020759  0x00004f44 copy  0x0000003f , 0x00000007 
+ 00020760  0x00004f45 ifetch  0x00000002 , 0x00000006 
+ 00020761  0x00004f46 copy  0x0000003f , 0x00000011 
+ 00020762  0x00004f47 copy  0x00000013 , 0x0000003f 
+ 00020763  0x00004f48 isub  0x00000011 , 0x00000013 
+ 00020764  0x00004f4a ifetch  0x00000001 , 0x00000006 
+ 00020765  0x00004f4b increase  0xffffffff , 0x00000011 
+ 00020766  0x00004f4c nbranch  0x0000511c , 0x00000005 
+ 00020767  0x00004f4d rtn 
+ 00020768  0x00004f4f ifetch  0x00000001 , 0x00000006 
+ 00020769  0x00004f50 copy  0x0000003f , 0x00000007 
+ 00020770  0x00004f51 ifetch  0x00000002 , 0x00000006 
+ 00020771  0x00004f52 copy  0x0000003f , 0x00000011 
+ 00020772  0x00004f53 ifetch  0x00000002 , 0x00000006 
+ 00020773  0x00004f54 copy  0x0000003f , 0x0000000b 
+ 00020774  0x00004f55 ifetch  0x00000002 , 0x00000006 
+ 00020775  0x00004f56 copy  0x0000003f , 0x00000002 
+ 00020776  0x00004f57 ifetch  0x00000002 , 0x00000006 
+ 00020777  0x00004f58 sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00020778  0x00004f59 branch  0x00005132 , 0x00000005 
+ 00020779  0x00004f5a beq  0x00000002 , 0x0000512e 
+ 00020780  0x00004f5b beq  0x00000004 , 0x0000512e 
+ 00020781  0x00004f5c branch  0x00005130 
+ 00020782  0x00004f5e jam  0x00000016 , 0x00000a99 
+ 00020783  0x00004f5f call  0x00007d86 
+ 00020784  0x00004f61 ifetch  0x00000002 , 0x00000006 
+ 00020785  0x00004f62 branch  0x00005159 
+ 00020786  0x00004f64 call  0x00007ea8 
+ 00020787  0x00004f68 bpatchx  0x0000001d , 0x00004023 
+ 00020788  0x00004f69 setarg  0x00000050 
+ 00020789  0x00004f6a isub  0x00000002 , 0x0000003e 
+ 00020790  0x00004f6b branch  0x00005141 , 0x00000005 
+ 00020791  0x00004f6c setarg  0x00000051 
+ 00020792  0x00004f6d isub  0x00000002 , 0x0000003e 
+ 00020793  0x00004f6e branch  0x00005147 , 0x00000005 
+ 00020794  0x00004f6f setarg  0x00000053 
+ 00020795  0x00004f70 isub  0x00000002 , 0x0000003e 
+ 00020796  0x00004f71 branch  0x00005153 , 0x00000005 
+ 00020797  0x00004f72 setarg  0x00000052 
+ 00020798  0x00004f73 isub  0x00000002 , 0x0000003e 
+ 00020799  0x00004f74 branch  0x0000514d , 0x00000005 
+ 00020800  0x00004f75 branch  0x00005159 
+ 00020801  0x00004f77 copy  0x0000000b , 0x0000003f 
+ 00020802  0x00004f78 store  0x00000002 , 0x00004248 
+ 00020803  0x00004f79 fetch  0x00000001 , 0x00004250 
+ 00020804  0x00004f7a set1  0x00000001 
+ 00020805  0x00004f7b store  0x00000001 , 0x00004250 
+ 00020806  0x00004f7c branch  0x00005158 
+ 00020807  0x00004f7e copy  0x0000000b , 0x0000003f 
+ 00020808  0x00004f7f store  0x00000002 , 0x0000424a 
+ 00020809  0x00004f80 fetch  0x00000001 , 0x00004251 
+ 00020810  0x00004f81 set1  0x00000001 
+ 00020811  0x00004f82 store  0x00000001 , 0x00004251 
+ 00020812  0x00004f83 branch  0x00005158 
+ 00020813  0x00004f85 copy  0x0000000b , 0x0000003f 
+ 00020814  0x00004f86 store  0x00000002 , 0x0000424c 
+ 00020815  0x00004f87 fetch  0x00000001 , 0x00004252 
+ 00020816  0x00004f88 set1  0x00000001 
+ 00020817  0x00004f89 store  0x00000001 , 0x00004252 
+ 00020818  0x00004f8a branch  0x00005158 
+ 00020819  0x00004f8c copy  0x0000000b , 0x0000003f 
+ 00020820  0x00004f8d store  0x00000002 , 0x0000424e 
+ 00020821  0x00004f8e fetch  0x00000001 , 0x00004253 
+ 00020822  0x00004f8f set1  0x00000001 
+ 00020823  0x00004f90 store  0x00000001 , 0x00004253 
+ 00020824  0x00004f94 call  0x00007ead 
+ 00020825  0x00004f96 copy  0x00000013 , 0x0000003f 
+ 00020826  0x00004f97 isub  0x00000011 , 0x00000013 
+ 00020827  0x00004f98 rtn 
+ 00020828  0x00004f9b ifetch  0x00000001 , 0x00000006 
+ 00020829  0x00004f9c copy  0x0000003f , 0x00000007 
+ 00020830  0x00004f9d ifetch  0x00000002 , 0x00000006 
+ 00020831  0x00004f9e copy  0x0000003f , 0x00000011 
+ 00020832  0x00004f9f copy  0x00000013 , 0x0000003f 
+ 00020833  0x00004fa0 isub  0x00000011 , 0x00000013 
+ 00020834  0x00004fa1 ifetch  0x00000002 , 0x00000006 
+ 00020835  0x00004fa2 copy  0x0000003f , 0x0000000b 
+ 00020836  0x00004fa3 ifetch  0x00000002 , 0x00000006 
+ 00020837  0x00004fa4 ifetch  0x00000002 , 0x00000006 
+ 00020838  0x00004fa5 nbranch  0x00005188 , 0x00000034 
+ 00020839  0x00004fa6 call  0x00007ea8 
+ 00020840  0x00004faa copy  0x0000000b , 0x00000002 
+ 00020841  0x00004fab bpatchx  0x0000001e , 0x00004023 
+ 00020842  0x00004fac setarg  0x00000050 
+ 00020843  0x00004fad isub  0x00000002 , 0x0000003e 
+ 00020844  0x00004fae branch  0x00005176 , 0x00000005 
+ 00020845  0x00004faf setarg  0x00000051 
+ 00020846  0x00004fb0 isub  0x00000002 , 0x0000003e 
+ 00020847  0x00004fb1 branch  0x0000517a , 0x00000005 
+ 00020848  0x00004fb2 setarg  0x00000052 
+ 00020849  0x00004fb3 isub  0x00000002 , 0x0000003e 
+ 00020850  0x00004fb4 branch  0x0000517e , 0x00000005 
+ 00020851  0x00004fb5 setarg  0x00000053 
+ 00020852  0x00004fb6 isub  0x00000002 , 0x0000003e 
+ 00020853  0x00004fb7 branch  0x00005182 , 0x00000005 
+ 00020854  0x00004fb9 fetch  0x00000001 , 0x00004250 
+ 00020855  0x00004fba set1  0x00000005 
+ 00020856  0x00004fbb store  0x00000001 , 0x00004250 
+ 00020857  0x00004fbc rtn 
+ 00020858  0x00004fbe fetch  0x00000001 , 0x00004251 
+ 00020859  0x00004fbf set1  0x00000005 
+ 00020860  0x00004fc0 store  0x00000001 , 0x00004251 
+ 00020861  0x00004fc1 rtn 
+ 00020862  0x00004fc3 fetch  0x00000001 , 0x00004252 
+ 00020863  0x00004fc4 set1  0x00000005 
+ 00020864  0x00004fc5 store  0x00000001 , 0x00004252 
+ 00020865  0x00004fc6 rtn 
+ 00020866  0x00004fc8 fetch  0x00000001 , 0x00004253 
+ 00020867  0x00004fc9 set1  0x00000005 
+ 00020868  0x00004fca store  0x00000001 , 0x00004253 
+ 00020869  0x00004fcb jam  0x00000006 , 0x00000a99 
+ 00020870  0x00004fcc branch  0x00007d86 
+ 00020871  0x00004fd0 call  0x00007ead 
+ 00020872  0x00004fd2 increase  0xfffffffa , 0x00000011 
+ 00020873  0x00004fd4 branch  0x0000518d , 0x00000005 
+ 00020874  0x00004fd5 increase  0x00000001 , 0x00000006 
+ 00020875  0x00004fd6 increase  0xffffffff , 0x00000011 
+ 00020876  0x00004fd7 branch  0x00005189 
+ 00020877  0x00004fd9 rtn 
+ 00020878  0x00004fdb ifetch  0x00000001 , 0x00000006 
+ 00020879  0x00004fdc copy  0x0000003f , 0x00000007 
+ 00020880  0x00004fdd ifetch  0x00000002 , 0x00000006 
+ 00020881  0x00004fde copy  0x0000003f , 0x00000011 
+ 00020882  0x00004fdf copy  0x00000013 , 0x0000003f 
+ 00020883  0x00004fe0 isub  0x00000011 , 0x00000013 
+ 00020884  0x00004fe1 ifetch  0x00000002 , 0x00000006 
+ 00020885  0x00004fe2 increase  0x00000002 , 0x00000006 
+ 00020886  0x00004fe3 copy  0x0000003f , 0x00000002 
+ 00020887  0x00004fe4 setarg  0x00000005 
+ 00020888  0x00004fe5 istore  0x00000001 , 0x00000005 
+ 00020889  0x00004fe6 copy  0x00000007 , 0x0000003f 
+ 00020890  0x00004fe7 istore  0x00000001 , 0x00000005 
+ 00020891  0x00004fe8 increase  0x00000002 , 0x00000011 
+ 00020892  0x00004fe9 copy  0x00000011 , 0x0000003f 
+ 00020893  0x00004fea istore  0x00000002 , 0x00000005 
+ 00020894  0x00004feb call  0x00007ea8 
+ 00020895  0x00004fec bpatchx  0x0000001f , 0x00004023 
+ 00020896  0x00004fed setarg  0x00000050 
+ 00020897  0x00004fee isub  0x00000002 , 0x0000003e 
+ 00020898  0x00004fef branch  0x000051ad , 0x00000005 
+ 00020899  0x00004ff0 setarg  0x00000051 
+ 00020900  0x00004ff1 isub  0x00000002 , 0x0000003e 
+ 00020901  0x00004ff2 branch  0x000051be , 0x00000005 
+ 00020902  0x00004ff3 setarg  0x00000052 
+ 00020903  0x00004ff4 isub  0x00000002 , 0x0000003e 
+ 00020904  0x00004ff5 branch  0x000051c4 , 0x00000005 
+ 00020905  0x00004ff6 setarg  0x00000053 
+ 00020906  0x00004ff7 isub  0x00000002 , 0x0000003e 
+ 00020907  0x00004ff8 branch  0x000051ca , 0x00000005 
+ 00020908  0x00004ff9 branch  0x000051cf 
+ 00020909  0x00004ffb fetch  0x00000001 , 0x00004250 
+ 00020910  0x00004ffc set1  0x00000004 , 0x0000003f 
+ 00020911  0x00004ffd set1  0x00000003 , 0x0000003f 
+ 00020912  0x00004ffe store  0x00000001 , 0x00004250 
+ 00020913  0x00004fff bbit1  0x00000002 , 0x000051bb 
+ 00020914  0x00005000 fetcht  0x00000001 , 0x0000027f 
+ 00020915  0x00005001 set1  0x00000006 , 0x00000002 
+ 00020916  0x00005002 storet  0x00000001 , 0x0000027f 
+ 00020917  0x00005003 copy  0x00000007 , 0x0000003f 
+ 00020918  0x00005004 increase  0x00000001 , 0x0000003f 
+ 00020919  0x00005005 store  0x00000001 , 0x00000281 
+ 00020920  0x00005006 fetch  0x00000001 , 0x00004250 
+ 00020921  0x00005007 set1  0x00000002 , 0x0000003f 
+ 00020922  0x00005008 store  0x00000001 , 0x00004250 
+ 00020923  0x0000500a fetch  0x00000002 , 0x00004248 
+ 00020924  0x0000500b store  0x00000002 , 0x00000282 
+ 00020925  0x0000500c branch  0x000051cf 
+ 00020926  0x0000500e fetch  0x00000001 , 0x00004251 
+ 00020927  0x0000500f set1  0x00000004 , 0x0000003f 
+ 00020928  0x00005010 set1  0x00000003 , 0x0000003f 
+ 00020929  0x00005011 store  0x00000001 , 0x00004251 
+ 00020930  0x00005012 fetch  0x00000002 , 0x0000424a 
+ 00020931  0x00005013 branch  0x000051cf 
+ 00020932  0x00005015 fetch  0x00000001 , 0x00004252 
+ 00020933  0x00005016 set1  0x00000004 , 0x0000003f 
+ 00020934  0x00005017 set1  0x00000003 , 0x0000003f 
+ 00020935  0x00005018 store  0x00000001 , 0x00004252 
+ 00020936  0x00005019 fetch  0x00000002 , 0x0000424c 
+ 00020937  0x0000501a branch  0x000051cf 
+ 00020938  0x0000501c fetch  0x00000001 , 0x00004253 
+ 00020939  0x0000501d set1  0x00000004 , 0x0000003f 
+ 00020940  0x0000501e set1  0x00000003 , 0x0000003f 
+ 00020941  0x0000501f store  0x00000001 , 0x00004253 
+ 00020942  0x00005020 fetch  0x00000002 , 0x0000424e 
+ 00020943  0x00005024 copy  0x0000003f , 0x0000000b 
+ 00020944  0x00005025 call  0x00007ead 
+ 00020945  0x00005027 copy  0x0000000b , 0x0000003f 
+ 00020946  0x00005029 istore  0x00000002 , 0x00000005 
+ 00020947  0x0000502a force  0x00000000 , 0x0000003f 
+ 00020948  0x0000502b istore  0x00000002 , 0x00000005 
+ 00020949  0x0000502c force  0x00000000 , 0x0000003f 
+ 00020950  0x0000502d istore  0x00000002 , 0x00000005 
+ 00020951  0x0000502e force  0x0000000a , 0x0000003f 
+ 00020952  0x0000502f iadd  0x00000012 , 0x00000012 
+ 00020953  0x00005030 increase  0xfffffffa , 0x00000011 
+ 00020954  0x00005032 branch  0x000051e0 , 0x00000005 
+ 00020955  0x00005033 ifetch  0x00000001 , 0x00000006 
+ 00020956  0x00005034 istore  0x00000001 , 0x00000005 
+ 00020957  0x00005035 increase  0x00000001 , 0x00000012 
+ 00020958  0x00005036 increase  0xffffffff , 0x00000011 
+ 00020959  0x00005037 branch  0x000051da 
+ 00020960  0x00005039 rtn 
+ 00020961  0x0000503b ifetch  0x00000001 , 0x00000006 
+ 00020962  0x0000503c copy  0x0000003f , 0x00000007 
+ 00020963  0x0000503d ifetch  0x00000002 , 0x00000006 
+ 00020964  0x0000503e copy  0x0000003f , 0x00000011 
+ 00020965  0x0000503f copy  0x00000013 , 0x0000003f 
+ 00020966  0x00005040 isub  0x00000011 , 0x00000013 
+ 00020967  0x00005042 ifetch  0x00000002 , 0x00000006 
+ 00020968  0x00005043 copy  0x0000003f , 0x00000011 
+ 00020969  0x00005044 ifetch  0x00000002 , 0x00000006 
+ 00020970  0x00005045 copy  0x0000003f , 0x0000000b 
+ 00020971  0x00005046 call  0x00007ea8 
+ 00020972  0x00005047 bpatchx  0x00000020 , 0x00004024 
+ 00020973  0x00005048 setarg  0x00000050 
+ 00020974  0x00005049 copy  0x00000011 , 0x00000002 
+ 00020975  0x0000504a isub  0x00000002 , 0x0000003e 
+ 00020976  0x0000504b branch  0x000051fa , 0x00000005 
+ 00020977  0x0000504c setarg  0x00000052 
+ 00020978  0x0000504d copy  0x00000011 , 0x00000002 
+ 00020979  0x0000504e isub  0x00000002 , 0x0000003e 
+ 00020980  0x0000504f branch  0x000051ff , 0x00000005 
+ 00020981  0x00005050 setarg  0x00000053 
+ 00020982  0x00005051 copy  0x00000011 , 0x00000002 
+ 00020983  0x00005052 isub  0x00000002 , 0x0000003e 
+ 00020984  0x00005053 branch  0x00005201 , 0x00000005 
+ 00020985  0x00005054 branch  0x00005203 
+ 00020986  0x00005056 setarg  0x00000000 
+ 00020987  0x00005057 store  0x00000002 , 0x00000275 
+ 00020988  0x00005058 store  0x00000002 , 0x00004248 
+ 00020989  0x00005059 store  0x00000001 , 0x00004250 
+ 00020990  0x0000505a branch  0x00005205 
+ 00020991  0x0000505c call  0x00005079 
+ 00020992  0x0000505d branch  0x00005205 
+ 00020993  0x0000505f call  0x0000507f 
+ 00020994  0x00005065 branch  0x00005205 
+ 00020995  0x00005067 setarg  0x00000000 
+ 00020996  0x00005068 store  0x00000002 , 0x0000027b 
+ 00020997  0x0000506a call  0x00007ead 
+ 00020998  0x0000506b setarg  0x00000007 
+ 00020999  0x0000506c istore  0x00000001 , 0x00000005 
+ 00021000  0x0000506d copy  0x00000007 , 0x0000003f 
+ 00021001  0x0000506e istore  0x00000001 , 0x00000005 
+ 00021002  0x0000506f setarg  0x00000004 
+ 00021003  0x00005070 istore  0x00000002 , 0x00000005 
+ 00021004  0x00005071 copy  0x00000011 , 0x0000003f 
+ 00021005  0x00005072 istore  0x00000002 , 0x00000005 
+ 00021006  0x00005073 copy  0x0000000b , 0x0000003f 
+ 00021007  0x00005074 istore  0x00000002 , 0x00000005 
+ 00021008  0x00005075 force  0x00000008 , 0x0000003f 
+ 00021009  0x00005076 iadd  0x00000012 , 0x00000012 
+ 00021010  0x00005077 rtn 
+ 00021011  0x0000507a ifetch  0x00000001 , 0x00000006 
+ 00021012  0x0000507b copy  0x0000003f , 0x00000007 
+ 00021013  0x0000507c ifetch  0x00000002 , 0x00000006 
+ 00021014  0x0000507d copy  0x0000003f , 0x00000011 
+ 00021015  0x0000507e ifetch  0x00000002 , 0x00000006 
+ 00021016  0x0000507f copy  0x0000003f , 0x0000000b 
+ 00021017  0x00005080 ifetch  0x00000002 , 0x00000006 
+ 00021018  0x00005081 copy  0x0000003f , 0x00000002 
+ 00021019  0x00005082 call  0x00007ea8 
+ 00021020  0x00005083 bpatchx  0x00000021 , 0x00004024 
+ 00021021  0x00005084 fetch  0x00000001 , 0x00004255 
+ 00021022  0x00005085 icompare  0x000000ff , 0x00000007 
+ 00021023  0x00005086 nbranch  0x0000522a , 0x00000001 
+ 00021024  0x00005087 setarg  0x00000050 
+ 00021025  0x00005088 isub  0x00000002 , 0x0000003e 
+ 00021026  0x00005089 branch  0x00005227 , 0x00000005 
+ 00021027  0x0000508a setarg  0x00000051 
+ 00021028  0x0000508b isub  0x00000002 , 0x0000003e 
+ 00021029  0x0000508c branch  0x0000522a , 0x00000005 
+ 00021030  0x0000508d branch  0x0000522a 
+ 00021031  0x0000508f jam  0x00000000 , 0x00004248 
+ 00021032  0x00005090 jam  0x00000000 , 0x00004250 
+ 00021033  0x00005091 branch  0x0000522a 
+ 00021034  0x00005096 call  0x00007ead 
+ 00021035  0x00005097 copy  0x00000013 , 0x0000003f 
+ 00021036  0x00005098 isub  0x00000011 , 0x00000013 
+ 00021037  0x00005099 rtn 
+ 00021038  0x0000509c setarg  0x00000001 
+ 00021039  0x0000509d istore  0x00000001 , 0x00000005 
+ 00021040  0x0000509e ifetch  0x00000001 , 0x00000006 
+ 00021041  0x0000509f istore  0x00000001 , 0x00000005 
+ 00021042  0x000050a0 setarg  0x00000002 
+ 00021043  0x000050a1 istore  0x00000002 , 0x00000005 
+ 00021044  0x000050a2 setarg  0x00000000 
+ 00021045  0x000050a3 istore  0x00000002 , 0x00000005 
+ 00021046  0x000050a4 setarg  0x00000006 
+ 00021047  0x000050a5 iadd  0x00000012 , 0x00000012 
+ 00021048  0x000050a6 force  0x00000004 , 0x00000013 
+ 00021049  0x000050a7 rtn 
+ 00021050  0x000050ab fetch  0x00000001 , 0x00004255 
+ 00021051  0x000050ac increase  0x00000001 , 0x0000003f 
+ 00021052  0x000050ad bne  0x00000000 , 0x0000523e 
+ 00021053  0x000050ae increase  0x00000001 , 0x0000003f 
+ 00021054  0x000050b0 store  0x00000001 , 0x00004255 
+ 00021055  0x000050b1 rtn 
+ 00021056  0x000050bc bpatchx  0x00000022 , 0x00004024 
+ 00021057  0x000050bd arg  0x00000000 , 0x00000012 
+ 00021058  0x000050be call  0x0000526e 
+ 00021059  0x000050bf nbranch  0x00002a8c , 0x00000034 
+ 00021060  0x000050c0 call  0x0000527e 
+ 00021061  0x000050c1 arg  0x00001800 , 0x00000012 
+ 00021062  0x000050c2 arg  0x00000000 , 0x00000007 
+ 00021063  0x000050c4 fetcht  0x00000001 , 0x00004256 
+ 00021064  0x000050c5 qisolate1  0x00000002 
+ 00021065  0x000050c6 branch  0x0000524f , 0x00000001 
+ 00021066  0x000050c7 call  0x000052a0 
+ 00021067  0x000050c8 sub  0x0000000b , 0x00000000 , 0x0000003e 
+ 00021068  0x000050c9 branch  0x0000524f , 0x00000002 
+ 00021069  0x000050ca call  0x00005288 
+ 00021070  0x000050cb branch  0x00005255 
+ 00021071  0x000050cd increase  0x00000080 , 0x00000012 
+ 00021072  0x000050ce increase  0x00000001 , 0x00000007 
+ 00021073  0x000050cf setarg  0x00000008 
+ 00021074  0x000050d0 isub  0x00000007 , 0x0000003e 
+ 00021075  0x000050d1 branch  0x00005247 , 0x00000002 
+ 00021076  0x000050d2 arg  0x00000000 , 0x00000012 
+ 00021077  0x000050d4 copy  0x00000012 , 0x0000003f 
+ 00021078  0x000050d5 branch  0x00002a8c , 0x00000034 
+ 00021079  0x000050d6 rtn 
+ 00021080  0x000050df bpatchx  0x00000023 , 0x00004024 
+ 00021081  0x000050e0 call  0x00005277 
+ 00021082  0x000050e1 increase  0x00000001 , 0x00000006 
+ 00021083  0x000050e2 ifetch  0x00000002 , 0x00000006 
+ 00021084  0x000050e3 rtn 
+ 00021085  0x000050ea bpatchx  0x00000024 , 0x00004024 
+ 00021086  0x000050eb call  0x00005277 
+ 00021087  0x000050ec copy  0x00000006 , 0x00000005 
+ 00021088  0x000050ed copy  0x00000006 , 0x00000002 
+ 00021089  0x000050ee setarg  0x00000000 
+ 00021090  0x000050ef istore  0x00000003 , 0x00000005 
+ 00021091  0x000050f0 rtn 
+ 00021092  0x000050f6 bpatchx  0x00000025 , 0x00004024 
+ 00021093  0x000050f7 call  0x00005274 
+ 00021094  0x000050f8 branch  0x00002a8c , 0x00000034 
+ 00021095  0x000050f9 fetch  0x00000003 , 0x0000425d 
+ 00021096  0x000050fa store  0x00000003 , 0x00004260 
+ 00021097  0x000050fb fetch  0x00000003 , 0x0000425a 
+ 00021098  0x000050fc store  0x00000003 , 0x0000425d 
+ 00021099  0x000050fd fetch  0x00000003 , 0x00004257 
+ 00021100  0x000050fe store  0x00000003 , 0x0000425a 
+ 00021101  0x000050ff rtn 
+ 00021102  0x00005106 bpatchx  0x00000026 , 0x00004024 
+ 00021103  0x00005107 fetch  0x00000003 , 0x00004257 
+ 00021104  0x00005108 rtn 
+ 00021105  0x0000510f bpatchx  0x00000027 , 0x00004024 
+ 00021106  0x00005110 fetch  0x00000003 , 0x0000425a 
+ 00021107  0x00005111 rtn 
+ 00021108  0x00005118 bpatchx  0x00000028 , 0x00004025 
+ 00021109  0x00005119 fetch  0x00000003 , 0x00004260 
+ 00021110  0x0000511a rtn 
+ 00021111  0x00005120 call  0x00005274 
+ 00021112  0x00005121 branch  0x00002a8c , 0x00000034 
+ 00021113  0x00005122 arg  0x00004257 , 0x00000006 
+ 00021114  0x00005124 ifetch  0x00000003 , 0x00000006 
+ 00021115  0x00005125 branch  0x0000527a , 0x00000034 
+ 00021116  0x00005126 increase  0xfffffffd , 0x00000006 
+ 00021117  0x00005127 rtn 
+ 00021118  0x0000512f bpatchx  0x00000029 , 0x00004025 
+ 00021119  0x00005130 arg  0x00000004 , 0x00000039 
+ 00021120  0x00005131 arg  0x00004257 , 0x00000006 
+ 00021121  0x00005132 arg  0x00000000 , 0x00000002 
+ 00021122  0x00005134 ifetch  0x00000003 , 0x00000006 
+ 00021123  0x00005135 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00021124  0x00005136 ior  0x00000002 , 0x00000002 
+ 00021125  0x00005137 loop  0x00005282 
+ 00021126  0x00005138 storet  0x00000001 , 0x00004256 
+ 00021127  0x00005139 rtn 
+ 00021128  0x00005142 bpatchx  0x0000002a , 0x00004025 
+ 00021129  0x00005143 call  0x0000526e 
+ 00021130  0x00005144 nbranch  0x00002a8c , 0x00000034 
+ 00021131  0x00005145 call  0x00005274 
+ 00021132  0x00005146 branch  0x00005295 , 0x00000034 
+ 00021133  0x00005147 fetch  0x00000003 , 0x0000425a 
+ 00021134  0x00005148 store  0x00000003 , 0x00004257 
+ 00021135  0x00005149 ifetch  0x00000003 , 0x00000006 
+ 00021136  0x0000514a istore  0x00000003 , 0x00000005 
+ 00021137  0x0000514b ifetch  0x00000003 , 0x00000006 
+ 00021138  0x0000514c istore  0x00000003 , 0x00000005 
+ 00021139  0x0000514d setarg  0x00000000 
+ 00021140  0x0000514e istore  0x00000003 , 0x00000005 
+ 00021141  0x00005150 arg  0x00000000 , 0x00000002 
+ 00021142  0x00005151 copy  0x0000000b , 0x0000003f 
+ 00021143  0x00005152 iadd  0x00000007 , 0x0000003f 
+ 00021144  0x00005154 qset1  0x00000002 
+ 00021145  0x00005155 increase  0x00000001 , 0x00000007 
+ 00021146  0x00005156 isub  0x00000007 , 0x0000003e 
+ 00021147  0x00005157 nbranch  0x00005298 , 0x00000005 
+ 00021148  0x00005159 lshift8  0x00000012 , 0x0000003f 
+ 00021149  0x0000515a ior  0x00000002 , 0x0000003f 
+ 00021150  0x0000515b store  0x00000003 , 0x00004260 
+ 00021151  0x0000515c rtn 
+ 00021152  0x00005167 bpatchx  0x0000002b , 0x00004025 
+ 00021153  0x00005168 call  0x0000527e 
+ 00021154  0x00005169 copy  0x00000007 , 0x00000013 
+ 00021155  0x0000516a arg  0x00000000 , 0x00000002 
+ 00021156  0x0000516b arg  0x00000000 , 0x0000000b 
+ 00021157  0x0000516e copy  0x00000007 , 0x0000003f 
+ 00021158  0x0000516f beq  0x00000008 , 0x000052b0 
+ 00021159  0x00005170 fetch  0x00000001 , 0x00004256 
+ 00021160  0x00005171 qisolate1  0x0000003f 
+ 00021161  0x00005172 branch  0x000052b0 , 0x00000001 
+ 00021162  0x00005173 increase  0x00000080 , 0x00000002 
+ 00021163  0x00005174 increase  0x00000001 , 0x00000007 
+ 00021164  0x00005175 copy  0x00000011 , 0x0000003f 
+ 00021165  0x00005176 isub  0x00000002 , 0x0000003e 
+ 00021166  0x00005177 branch  0x000052b0 , 0x00000005 
+ 00021167  0x00005178 branch  0x000052a5 , 0x00000002 
+ 00021168  0x0000517a copy  0x00000002 , 0x0000003f 
+ 00021169  0x0000517b isub  0x00000011 , 0x0000003e 
+ 00021170  0x0000517c nbranch  0x000052b6 , 0x00000002 
+ 00021171  0x0000517d copy  0x00000007 , 0x0000003f 
+ 00021172  0x0000517e copy  0x00000013 , 0x00000002 
+ 00021173  0x0000517f isub  0x00000002 , 0x0000000b 
+ 00021174  0x00005181 copy  0x00000013 , 0x00000007 
+ 00021175  0x00005182 rtn 
+ 00021176  0x00005186 bpatchx  0x0000002c , 0x00004025 
+ 00021177  0x00005187 arg  0x0000007f , 0x00000011 
+ 00021178  0x00005188 call  0x00005240 
+ 00021179  0x00005189 store  0x00000002 , 0x0000026b 
+ 00021180  0x0000518a increase  0x00000004 , 0x0000003f 
+ 00021181  0x0000518b store  0x00000002 , 0x0000026d 
+ 00021182  0x0000518c setarg  0x00000000 
+ 00021183  0x0000518d store  0x00000002 , 0x0000026f 
+ 00021184  0x0000518e rtn 
+ 00021185  0x00005191 fetch  0x00000002 , 0x0000026b 
+ 00021186  0x00005192 branch  0x000052e2 
+ 00021187  0x00005195 fetch  0x00000002 , 0x0000026d 
+ 00021188  0x00005196 branch  0x000052e2 
+ 00021189  0x0000519a bpatchx  0x0000002d , 0x00004025 
+ 00021190  0x0000519b arg  0x000000fa , 0x00000011 
+ 00021191  0x0000519c call  0x00005240 
+ 00021192  0x0000519d store  0x00000002 , 0x00000271 
+ 00021193  0x0000519e increase  0x00000004 , 0x0000003f 
+ 00021194  0x0000519f store  0x00000002 , 0x00000273 
+ 00021195  0x000051a0 setarg  0x00000000 
+ 00021196  0x000051a1 store  0x00000002 , 0x00000275 
+ 00021197  0x000051a2 rtn 
+ 00021198  0x000051a5 fetch  0x00000002 , 0x00000271 
+ 00021199  0x000051a6 branch  0x000052e2 
+ 00021200  0x000051a9 fetch  0x00000002 , 0x00000273 
+ 00021201  0x000051aa branch  0x000052e2 
+ 00021202  0x000051ae bpatchx  0x0000002e , 0x00004025 
+ 00021203  0x000051af call  0x00007e7c 
+ 00021204  0x000051b0 jam  0x00000001 , 0x00000284 
+ 00021205  0x000051b1 call  0x0000526e 
+ 00021206  0x000051b2 nrtn  0x00000034 
+ 00021207  0x000051b3 arg  0x0000007f , 0x00000011 
+ 00021208  0x000051b4 call  0x00005240 
+ 00021209  0x000051b5 store  0x00000002 , 0x00000277 
+ 00021210  0x000051b6 increase  0x00000004 , 0x0000003f 
+ 00021211  0x000051b7 store  0x00000002 , 0x00000279 
+ 00021212  0x000051b8 setarg  0x00000000 
+ 00021213  0x000051b9 store  0x00000002 , 0x0000027b 
+ 00021214  0x000051ba jam  0x00000000 , 0x00000284 
+ 00021215  0x000051bb branch  0x00007e8c 
+ 00021216  0x000051be fetch  0x00000002 , 0x00000277 
+ 00021217  0x000051bf branch  0x000052e2 
+ 00021218  0x000051c2 branch  0x00002a8c , 0x00000034 
+ 00021219  0x000051c3 copy  0x0000003f , 0x00000005 
+ 00021220  0x000051c4 rtn 
+ 00021221  0x000051c8 bpatchx  0x0000002f , 0x00004025 
+ 00021222  0x000051c9 arg  0x00000000 , 0x00000012 
+ 00021223  0x000051ca arg  0x00004257 , 0x00000011 
+ 00021224  0x000051cb increase  0xfffffffe , 0x00000011 
+ 00021225  0x000051cd increase  0x00000002 , 0x00000011 
+ 00021226  0x000051ce setarg  0x00004263 
+ 00021227  0x000051cf isub  0x00000011 , 0x0000003e 
+ 00021228  0x000051d0 branch  0x000052f5 , 0x00000005 
+ 00021229  0x000051d1 ifetch  0x00000001 , 0x00000011 
+ 00021230  0x000051d2 increase  0x00000001 , 0x00000011 
+ 00021231  0x000051d3 branch  0x000052e9 , 0x00000034 
+ 00021232  0x000051d4 ifetcht  0x00000002 , 0x00000011 
+ 00021233  0x000051d5 ifetch  0x00000002 , 0x00000002 
+ 00021234  0x000051d6 iadd  0x00000012 , 0x00000012 
+ 00021235  0x000051d7 increase  0x00000004 , 0x00000012 
+ 00021236  0x000051d8 branch  0x000052e9 
+ 00021237  0x000051da copy  0x00000012 , 0x0000003f 
+ 00021238  0x000051db rtn 
+ 00021239  0x000051df arg  0x0000000c , 0x00000007 
+ 00021240  0x000051e0 branch  0x00002c32 
+ 00021241  0x000051e3 arg  0x0000000c , 0x00000007 
+ 00021242  0x000051e4 branch  0x00002c36 
+ 00021243  0x000051e7 bpatchx  0x00000030 , 0x00004026 
+ 00021244  0x000051e8 call  0x0000527e 
+ 00021245  0x000051e9 fetch  0x00000001 , 0x00004256 
+ 00021246  0x000051ea rtn  0x00000034 
+ 00021247  0x000051eb call  0x000052e5 
+ 00021248  0x000051ec arg  0x00000100 , 0x00000002 
+ 00021249  0x000051ed isub  0x00000002 , 0x0000003e 
+ 00021250  0x000051ee branch  0x000052f7 , 0x00000002 
+ 00021251  0x000051ef call  0x000052f9 
+ 00021252  0x000051f0 arg  0x00004263 , 0x00000005 
+ 00021253  0x000051f1 arg  0x00004257 , 0x00000011 
+ 00021254  0x000051f3 setarg  0x00004263 
+ 00021255  0x000051f4 isub  0x00000011 , 0x0000003e 
+ 00021256  0x000051f5 rtn  0x00000005 
+ 00021257  0x000051f6 ifetch  0x00000001 , 0x00000011 
+ 00021258  0x000051f7 increase  0x00000001 , 0x00000011 
+ 00021259  0x000051f8 nbranch  0x0000530f , 0x00000034 
+ 00021260  0x000051f9 istore  0x00000002 , 0x00000005 
+ 00021261  0x000051fa increase  0x00000002 , 0x00000011 
+ 00021262  0x000051fb branch  0x00005306 
+ 00021263  0x000051fd ifetch  0x00000002 , 0x00000011 
+ 00021264  0x000051fe increase  0x00000002 , 0x00000011 
+ 00021265  0x000051ff copy  0x0000003f , 0x00000006 
+ 00021266  0x00005200 ifetch  0x00000002 , 0x00000006 
+ 00021267  0x00005201 istore  0x00000002 , 0x00000005 
+ 00021268  0x00005202 copy  0x0000003f , 0x00000039 
+ 00021269  0x00005203 increase  0x00000002 , 0x00000039 
+ 00021270  0x00005204 call  0x00007f01 
+ 00021271  0x00005205 branch  0x00005306 
+ 00021272  0x00005208 bpatchx  0x00000031 , 0x00004026 
+ 00021273  0x00005209 call  0x0000527e 
+ 00021274  0x0000520a fetch  0x00000001 , 0x00004256 
+ 00021275  0x0000520b rtn  0x00000034 
+ 00021276  0x0000520c arg  0x00004258 , 0x00000011 
+ 00021277  0x0000520d increase  0xfffffffd , 0x00000011 
+ 00021278  0x0000520e arg  0x00004263 , 0x00000006 
+ 00021279  0x00005210 increase  0x00000003 , 0x00000011 
+ 00021280  0x00005211 setarg  0x00004264 
+ 00021281  0x00005212 isub  0x00000011 , 0x0000003e 
+ 00021282  0x00005213 rtn  0x00000005 
+ 00021283  0x00005214 ifetch  0x00000002 , 0x00000006 
+ 00021284  0x00005215 branch  0x0000531f , 0x00000034 
+ 00021285  0x00005216 increase  0x00000004 , 0x0000003f 
+ 00021286  0x00005217 copy  0x0000003f , 0x00000039 
+ 00021287  0x00005218 copy  0x00000006 , 0x00000012 
+ 00021288  0x00005219 ifetch  0x00000002 , 0x00000011 
+ 00021289  0x0000521a copy  0x0000003f , 0x00000005 
+ 00021290  0x0000521b copy  0x00000012 , 0x00000006 
+ 00021291  0x0000521c increase  0xfffffffe , 0x00000006 
+ 00021292  0x0000521d call  0x00007f01 
+ 00021293  0x0000521e branch  0x0000531f 
+ 00021294  0x00005229 bpatchx  0x00000032 , 0x00004026 
+ 00021295  0x0000522a disable  0x0000002b 
+ 00021296  0x0000522b jam  0x00000001 , 0x00000455 
+ 00021297  0x0000522c jam  0x00000003 , 0x0000043f 
+ 00021298  0x0000522d jam  0x00000001 , 0x00000456 
+ 00021299  0x0000522e setarg  0xffffffff 
+ 00021300  0x0000522f store  0x00000002 , 0x00000459 
+ 00021301  0x00005230 force  0x00000000 , 0x0000003f 
+ 00021302  0x00005231 store  0x00000001 , 0x00000457 
+ 00021303  0x00005232 store  0x00000001 , 0x00000462 
+ 00021304  0x00005233 store  0x00000003 , 0x00004169 
+ 00021305  0x00005234 store  0x00000003 , 0x0000416c 
+ 00021306  0x00005235 store  0x00000005 , 0x00004403 
+ 00021307  0x00005236 set1  0x00000027 , 0x0000003f 
+ 00021308  0x00005237 store  0x00000005 , 0x00004408 
+ 00021309  0x00005238 jam  0x00000001 , 0x000043dc 
+ 00021310  0x00005239 jam  0x00000000 , 0x000043dd 
+ 00021311  0x0000523a branch  0x000056ed 
+ 00021312  0x0000523d bpatchx  0x00000033 , 0x00004026 
+ 00021313  0x0000523e enable  0x00000029 
+ 00021314  0x0000523f jam  0x00000003 , 0x00000440 
+ 00021315  0x00005240 jam  0x00000001 , 0x00000478 
+ 00021316  0x00005241 jam  0x00000001 , 0x0000445a 
+ 00021317  0x00005242 setarg  0x0000ffff 
+ 00021318  0x00005243 store  0x00000002 , 0x0000445c 
+ 00021319  0x00005244 force  0x00000000 , 0x0000003f 
+ 00021320  0x00005245 store  0x00000005 , 0x00004408 
+ 00021321  0x00005246 set1  0x00000027 , 0x0000003f 
+ 00021322  0x00005247 store  0x00000005 , 0x00004403 
+ 00021323  0x00005248 branch  0x0000532e 
+ 00021324  0x0000524c bpatchx  0x00000034 , 0x00004026 
+ 00021325  0x0000524d disable  0x00000029 
+ 00021326  0x0000524e setarg  0x00000017 
+ 00021327  0x0000524f store  0x00000002 , 0x000044a8 
+ 00021328  0x00005250 jam  0x00000001 , 0x00000440 
+ 00021329  0x00005251 jam  0x00000000 , 0x0000436e 
+ 00021330  0x00005252 jam  0x00000000 , 0x000000a0 
+ 00021331  0x00005253 jam  0x00000000 , 0x000044c4 
+ 00021332  0x00005254 jam  0x00000000 , 0x000044c5 
+ 00021333  0x00005255 fetch  0x00000002 , 0x0000046d 
+ 00021334  0x00005256 store  0x00000002 , 0x000044ba 
+ 00021335  0x00005257 fetch  0x00000002 , 0x00000441 
+ 00021336  0x00005258 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00021337  0x00005259 rshift4  0x0000003f , 0x0000003f 
+ 00021338  0x0000525a store  0x00000002 , 0x0000046d 
+ 00021339  0x0000525b branch  0x0000532e 
+ 00021340  0x00005262 call  0x000053c4 
+ 00021341  0x00005263 call  0x000055e8 
+ 00021342  0x00005264 call  0x000056f0 
+ 00021343  0x00005265 branch  0x000053ce 
+ 00021344  0x00005268 bpatchx  0x00000035 , 0x00004026 
+ 00021345  0x00005269 call  0x000053c4 
+ 00021346  0x0000526a call  0x000032f4 
+ 00021347  0x0000526b fetch  0x00000001 , 0x00000440 
+ 00021348  0x0000526c beq  0x00000003 , 0x00005366 
+ 00021349  0x0000526d branch  0x0000537a 
+ 00021350  0x00005274 bpatchx  0x00000036 , 0x00004026 
+ 00021351  0x00005275 enable  0x00000029 
+ 00021352  0x00005276 call  0x000056e4 
+ 00021353  0x00005277 branch  0x00005377 , 0x00000002 
+ 00021354  0x00005278 call  0x00002c6c 
+ 00021355  0x00005279 call  0x00005413 
+ 00021356  0x0000527a call  0x0000561e 
+ 00021357  0x0000527b disable  0x0000002d 
+ 00021358  0x0000527c call  0x000054bf 
+ 00021359  0x0000527d nrtn  0x0000002d 
+ 00021360  0x0000527e bpatchx  0x00000037 , 0x00004026 
+ 00021361  0x0000527f fetch  0x00000001 , 0x00000005 
+ 00021362  0x00005280 increase  0x00000001 , 0x0000003f 
+ 00021363  0x00005281 store  0x00000001 , 0x00000005 
+ 00021364  0x00005282 call  0x000055aa 
+ 00021365  0x00005283 disable  0x00000029 
+ 00021366  0x00005284 rtn 
+ 00021367  0x00005287 call  0x000053a9 
+ 00021368  0x00005288 disable  0x00000029 
+ 00021369  0x00005289 rtn 
+ 00021370  0x0000528f bpatchx  0x00000038 , 0x00004027 
+ 00021371  0x00005290 jam  0x00000000 , 0x0000450f 
+ 00021372  0x00005291 call  0x00007aaf 
+ 00021373  0x00005292 call  0x00005c18 
+ 00021374  0x00005293 disable  0x0000002e 
+ 00021375  0x00005294 call  0x000056e4 
+ 00021376  0x00005295 branch  0x000053a9 , 0x00000002 
+ 00021377  0x00005296 call  0x00002c6c 
+ 00021378  0x00005297 call  0x00005413 
+ 00021379  0x00005298 call  0x00005489 
+ 00021380  0x00005299 nbranch  0x0000539b , 0x00000018 
+ 00021381  0x0000529a call  0x000053b7 
+ 00021382  0x0000529b branch  0x00005388 , 0x0000002d 
+ 00021383  0x0000529c branch  0x00005395 
+ 00021384  0x000052a0 bpatchx  0x00000039 , 0x00004027 
+ 00021385  0x000052a1 fetch  0x00000001 , 0x0000450f 
+ 00021386  0x000052a2 pincrease  0x00000001 
+ 00021387  0x000052a3 store  0x00000001 , 0x0000450f 
+ 00021388  0x000052a4 beq  0x0000000c , 0x00005395 
+ 00021389  0x000052a5 call  0x000055aa 
+ 00021390  0x000052a6 call  0x0000561e 
+ 00021391  0x000052a7 call  0x000054c7 
+ 00021392  0x000052a8 call  0x0000567e 
+ 00021393  0x000052a9 fetch  0x00000002 , 0x000041fb 
+ 00021394  0x000052aa call  0x00007f9c 
+ 00021395  0x000052ab call  0x000053a0 
+ 00021396  0x000052ac branch  0x000053a4 , 0x00000028 
+ 00021397  0x000052ae bpatchx  0x0000003a , 0x00004027 
+ 00021398  0x000052af call  0x00005be4 
+ 00021399  0x000052b0 call  0x00005bdb 
+ 00021400  0x000052b1 call  0x00007d9c 
+ 00021401  0x000052b2 fetch  0x00000001 , 0x00000462 
+ 00021402  0x000052b3 bbit1  0x00000003 , 0x000053a9 
+ 00021403  0x000052b5 bpatchx  0x0000003b , 0x00004027 
+ 00021404  0x000052b6 call  0x000057f4 
+ 00021405  0x000052b7 call  0x0000559d 
+ 00021406  0x000052b8 call  0x00005575 
+ 00021407  0x000052b9 branch  0x00002841 
+ 00021408  0x000052bd disable  0x00000028 
+ 00021409  0x000052be bmark1  0x0000002a , 0x00007fe7 
+ 00021410  0x000052bf bmark1  0x00000029 , 0x00007fe7 
+ 00021411  0x000052c0 rtn 
+ 00021412  0x000052c4 bpatchx  0x0000003c , 0x00004027 
+ 00021413  0x000052c5 enable  0x0000002e 
+ 00021414  0x000052c6 call  0x000054c1 
+ 00021415  0x000052c7 branch  0x00005388 , 0x0000002d 
+ 00021416  0x000052c8 branch  0x00005395 
+ 00021417  0x000052ce bpatchx  0x0000003d , 0x00004027 
+ 00021418  0x000052cf call  0x000053af 
+ 00021419  0x000052d0 call  0x000033b4 
+ 00021420  0x000052d1 call  0x00007a77 
+ 00021421  0x000052d2 jam  0x00000015 , 0x00000a99 
+ 00021422  0x000052d3 branch  0x00007d86 
+ 00021423  0x000052d6 setarg  0x00000000 
+ 00021424  0x000052d7 store  0x00000009 , 0x000044ff 
+ 00021425  0x000052d8 jam  0x00000000 , 0x00000455 
+ 00021426  0x000052d9 jam  0x00000000 , 0x00000440 
+ 00021427  0x000052da jam  0x00000000 , 0x0000043f 
+ 00021428  0x000052db jam  0x00000000 , 0x000044c5 
+ 00021429  0x000052dc jam  0x00000000 , 0x000044c4 
+ 00021430  0x000052dd rtn 
+ 00021431  0x000052e0 bpatchx  0x0000003e , 0x00004027 
+ 00021432  0x000052e1 fetch  0x00000001 , 0x00000005 
+ 00021433  0x000052e2 increase  0x00000001 , 0x0000003f 
+ 00021434  0x000052e3 store  0x00000001 , 0x00000005 
+ 00021435  0x000052e4 fetch  0x00000001 , 0x0000043f 
+ 00021436  0x000052e5 rtnbit1  0x00000003 
+ 00021437  0x000052e6 set1  0x00000003 
+ 00021438  0x000052e7 store  0x00000001 , 0x0000043f 
+ 00021439  0x000052e8 fetch  0x00000002 , 0x000044ba 
+ 00021440  0x000052e9 store  0x00000002 , 0x0000046d 
+ 00021441  0x000052ea setarg  0x00000000 
+ 00021442  0x000052eb store  0x00000004 , 0x000044e5 
+ 00021443  0x000052ec rtn 
+ 00021444  0x000052f0 bpatchx  0x0000003f , 0x00004027 
+ 00021445  0x000052f1 jam  0x00000036 , 0x0000890f 
+ 00021446  0x000052f2 jam  0x0000005f , 0x0000890b 
+ 00021447  0x000052f3 enable  0x00000036 
+ 00021448  0x000052f4 jam  0x00000007 , 0x00008914 
+ 00021449  0x000052f5 call  0x00002c6c 
+ 00021450  0x000052f6 fetch  0x00000001 , 0x000041e0 
+ 00021451  0x000052f7 rtn  0x00000034 
+ 00021452  0x000052f8 jam  0x000000b8 , 0x0000890a 
+ 00021453  0x000052f9 rtn 
+ 00021454  0x000052fc bpatchx  0x00000040 , 0x00004028 
+ 00021455  0x000052fd jam  0x0000002e , 0x0000890f 
+ 00021456  0x000052fe jam  0x000000ff , 0x0000890b 
+ 00021457  0x000052ff disable  0x00000036 
+ 00021458  0x00005300 jam  0x00000003 , 0x00008914 
+ 00021459  0x00005301 arg  0x00000000 , 0x0000001b 
+ 00021460  0x00005302 rtn 
+ 00021461  0x00005305 disable  0x00000009 
+ 00021462  0x00005306 disable  0x00000007 
+ 00021463  0x00005307 fetch  0x00000003 , 0x00000467 
+ 00021464  0x00005308 iforce  0x0000000f 
+ 00021465  0x00005309 fetch  0x00000001 , 0x00000016 
+ 00021466  0x0000530a reverse  0x0000003f , 0x00000002 
+ 00021467  0x0000530b set1  0x00000001 , 0x00000002 
+ 00021468  0x0000530c rshift  0x00000002 , 0x0000000e 
+ 00021469  0x0000530d rtn 
+ 00021470  0x00005311 call  0x000053e6 
+ 00021471  0x00005312 call  0x0000291f 
+ 00021472  0x00005313 setarg  0x00000500 
+ 00021473  0x00005314 call  0x00002a8f 
+ 00021474  0x00005315 branch  0x00002924 
+ 00021475  0x00005318 branch  0x00002939 , 0x0000002d 
+ 00021476  0x0000531a call  0x000053e6 
+ 00021477  0x0000531b branch  0x00002933 
+ 00021478  0x0000531d bpatchx  0x00000041 , 0x00004028 
+ 00021479  0x0000531e call  0x00002918 
+ 00021480  0x0000531f fetch  0x00000001 , 0x0000048c 
+ 00021481  0x00005320 nbranch  0x000053f9 , 0x00000034 
+ 00021482  0x00005321 fetch  0x00000001 , 0x00000016 
+ 00021483  0x00005322 sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00021484  0x00005323 branch  0x000053f3 , 0x00000002 
+ 00021485  0x00005324 force  0x00000000 , 0x00000002 
+ 00021486  0x00005325 rtneq  0x00000025 
+ 00021487  0x00005326 force  0x00000018 , 0x00000002 
+ 00021488  0x00005327 rtneq  0x00000026 
+ 00021489  0x00005328 force  0x0000004e , 0x00000002 
+ 00021490  0x00005329 rtn 
+ 00021491  0x0000532c sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00021492  0x0000532d branch  0x000053f6 , 0x00000002 
+ 00021493  0x0000532e increase  0x00000001 , 0x0000003f 
+ 00021494  0x00005331 lshift  0x0000003f , 0x0000003f 
+ 00021495  0x00005332 add  0x0000003f , 0x00000002 , 0x00000002 
+ 00021496  0x00005333 rtn 
+ 00021497  0x00005336 fetch  0x00000001 , 0x00000016 
+ 00021498  0x00005337 lshift  0x0000003f , 0x00000002 
+ 00021499  0x00005338 rtn 
+ 00021500  0x0000533b arg  0x000001f4 , 0x00000002 
+ 00021501  0x0000533c rtn  0x00000034 
+ 00021502  0x0000533d arg  0x000000fa , 0x00000002 
+ 00021503  0x0000533e rtneq  0x00000001 
+ 00021504  0x0000533f arg  0x00000096 , 0x00000002 
+ 00021505  0x00005340 rtneq  0x00000002 
+ 00021506  0x00005341 arg  0x00000064 , 0x00000002 
+ 00021507  0x00005342 rtneq  0x00000003 
+ 00021508  0x00005343 arg  0x0000004b , 0x00000002 
+ 00021509  0x00005344 rtneq  0x00000004 
+ 00021510  0x00005345 arg  0x00000032 , 0x00000002 
+ 00021511  0x00005346 rtneq  0x00000005 
+ 00021512  0x00005347 arg  0x00000028 , 0x00000002 
+ 00021513  0x00005348 rtneq  0x00000006 
+ 00021514  0x00005349 arg  0x00000014 , 0x00000002 
+ 00021515  0x0000534a rtn 
+ 00021516  0x0000534f setarg  0x008e89be 
+ 00021517  0x00005350 lshift8  0x0000003f , 0x0000003f 
+ 00021518  0x00005351 or_into  0x000000d6 , 0x0000003f 
+ 00021519  0x00005352 iforce  0x00000009 
+ 00021520  0x00005353 setarg  0x00555555 
+ 00021521  0x00005354 store  0x00000003 , 0x00000467 
+ 00021522  0x00005355 rtn 
+ 00021523  0x00005358 bpatchx  0x00000042 , 0x00004028 
+ 00021524  0x00005359 enable  0x00000010 
+ 00021525  0x0000535a fetch  0x00000004 , 0x00000463 
+ 00021526  0x0000535b iforce  0x00000009 
+ 00021527  0x0000535c call  0x00005466 
+ 00021528  0x0000535d setarg  0x00000200 
+ 00021529  0x0000535e branch  0x0000541c , 0x00000029 
+ 00021530  0x0000535f fetch  0x00000002 , 0x0000044d 
+ 00021531  0x00005360 rshift  0x0000003f , 0x0000003f 
+ 00021532  0x00005362 arg  0x00000500 , 0x00000002 
+ 00021533  0x00005363 iadd  0x00000002 , 0x0000003f 
+ 00021534  0x00005364 call  0x00002a24 
+ 00021535  0x00005365 deposit  0x0000001a 
+ 00021536  0x00005366 store  0x00000006 , 0x00000491 
+ 00021537  0x00005367 rtn 
+ 00021538  0x0000536a bpatchx  0x00000043 , 0x00004028 
+ 00021539  0x0000536b fetch  0x00000001 , 0x00000016 
+ 00021540  0x0000536c beq  0x00000025 , 0x00005428 
+ 00021541  0x0000536d beq  0x00000026 , 0x0000542e 
+ 00021542  0x0000536e beq  0x00000027 , 0x00005434 
+ 00021543  0x0000536f branch  0x00005434 
+ 00021544  0x00005372 fetcht  0x00000001 , 0x0000448d 
+ 00021545  0x00005373 isolate1  0x00000001 , 0x00000002 
+ 00021546  0x00005374 branch  0x0000543f , 0x00000001 
+ 00021547  0x00005375 isolate1  0x00000002 , 0x00000002 
+ 00021548  0x00005376 branch  0x00005444 , 0x00000001 
+ 00021549  0x00005377 branch  0x0000543a 
+ 00021550  0x0000537b fetcht  0x00000001 , 0x0000448d 
+ 00021551  0x0000537c isolate1  0x00000002 , 0x00000002 
+ 00021552  0x0000537d branch  0x00005444 , 0x00000001 
+ 00021553  0x0000537e isolate1  0x00000000 , 0x00000002 
+ 00021554  0x0000537f branch  0x0000543a , 0x00000001 
+ 00021555  0x00005380 branch  0x0000543f 
+ 00021556  0x00005384 fetcht  0x00000001 , 0x0000448d 
+ 00021557  0x00005385 isolate1  0x00000000 , 0x00000002 
+ 00021558  0x00005386 branch  0x0000543a , 0x00000001 
+ 00021559  0x00005387 isolate1  0x00000001 , 0x00000002 
+ 00021560  0x00005388 branch  0x0000543f , 0x00000001 
+ 00021561  0x00005389 branch  0x00005444 
+ 00021562  0x0000538e jam  0x00000025 , 0x00000016 
+ 00021563  0x0000538f fetch  0x00000001 , 0x00000ac2 
+ 00021564  0x00005390 set1  0x00000000 , 0x0000003f 
+ 00021565  0x00005391 store  0x00000001 , 0x00000ac2 
+ 00021566  0x00005392 rtn 
+ 00021567  0x00005395 jam  0x00000026 , 0x00000016 
+ 00021568  0x00005396 fetch  0x00000001 , 0x00000ac2 
+ 00021569  0x00005397 set1  0x00000001 , 0x0000003f 
+ 00021570  0x00005398 store  0x00000001 , 0x00000ac2 
+ 00021571  0x00005399 rtn 
+ 00021572  0x0000539c jam  0x00000027 , 0x00000016 
+ 00021573  0x0000539d fetch  0x00000001 , 0x00000ac2 
+ 00021574  0x0000539e set1  0x00000002 , 0x0000003f 
+ 00021575  0x0000539f store  0x00000001 , 0x00000ac2 
+ 00021576  0x000053a0 rtn 
+ 00021577  0x000053a5 bpatchx  0x00000044 , 0x00004028 
+ 00021578  0x000053a6 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00021579  0x000053a7 ifetch  0x00000001 , 0x00000006 
+ 00021580  0x000053a8 rtnbit0  0x00000000 
+ 00021581  0x000053a9 add  0x00000011 , 0x0000001a , 0x00000005 
+ 00021582  0x000053aa ifetch  0x00000002 , 0x00000005 
+ 00021583  0x000053ab increase  0x00000001 , 0x0000003f 
+ 00021584  0x000053ac istore  0x00000002 , 0x00000005 
+ 00021585  0x000053ad add  0x00000011 , 0x00000019 , 0x00000006 
+ 00021586  0x000053ae ifetch  0x00000001 , 0x00000006 
+ 00021587  0x000053af add  0x00000011 , 0x00000018 , 0x00000005 
+ 00021588  0x000053b0 ifetcht  0x00000001 , 0x00000005 
+ 00021589  0x000053b1 iadd  0x00000002 , 0x0000003f 
+ 00021590  0x000053b2 sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00021591  0x000053b3 branch  0x00005459 , 0x00000002 
+ 00021592  0x000053b4 increase  0xffffffdb , 0x0000003f 
+ 00021593  0x000053b6 istore  0x00000001 , 0x00000005 
+ 00021594  0x000053b7 rtn 
+ 00021595  0x000053bb bpatchx  0x00000045 , 0x00004028 
+ 00021596  0x000053bc fetch  0x00000005 , 0x0000046f 
+ 00021597  0x000053bd force  0x00000000 , 0x00000002 
+ 00021598  0x000053be force  0x00000025 , 0x00000039 
+ 00021599  0x000053c0 bbit0  0x00000000 , 0x00005461 
+ 00021600  0x000053c1 increase  0x00000001 , 0x00000002 
+ 00021601  0x000053c3 rshift  0x0000003f , 0x0000003f 
+ 00021602  0x000053c4 loop  0x0000545f 
+ 00021603  0x000053c5 add  0x00000002 , 0xffffffff , 0x0000003f 
+ 00021604  0x000053c6 store  0x00000001 , 0x00000461 
+ 00021605  0x000053c7 rtn 
+ 00021606  0x000053ca bpatchx  0x00000046 , 0x00004028 
+ 00021607  0x000053cb fetch  0x00000001 , 0x00000457 
+ 00021608  0x000053cc iforce  0x00000007 
+ 00021609  0x000053cd fetcht  0x00000005 , 0x0000046f 
+ 00021610  0x000053ce qisolate1  0x00000002 
+ 00021611  0x000053cf branch  0x0000547c , 0x00000001 
+ 00021612  0x000053d1 bpatchx  0x00000047 , 0x00004028 
+ 00021613  0x000053d2 fetch  0x00000001 , 0x00000461 
+ 00021614  0x000053d3 isub  0x00000007 , 0x0000003f 
+ 00021615  0x000053d4 branch  0x00005472 , 0x00000002 
+ 00021616  0x000053d5 sub  0x0000003f , 0xffffffff , 0x00000007 
+ 00021617  0x000053d6 branch  0x0000546c 
+ 00021618  0x000053d8 copy  0x00000007 , 0x00000039 
+ 00021619  0x000053d9 force  0x00000000 , 0x00000007 
+ 00021620  0x000053db qisolate1  0x00000002 
+ 00021621  0x000053dc branch  0x00005477 , 0x00000001 
+ 00021622  0x000053dd increase  0x00000001 , 0x00000039 
+ 00021623  0x000053df deposit  0x00000039 
+ 00021624  0x000053e0 branch  0x0000547c , 0x00000034 
+ 00021625  0x000053e1 increase  0x00000001 , 0x00000007 
+ 00021626  0x000053e2 increase  0xffffffff , 0x00000039 
+ 00021627  0x000053e3 branch  0x00005474 
+ 00021628  0x000053e5 deposit  0x00000007 
+ 00021629  0x000053e6 store  0x00000001 , 0x00000016 
+ 00021630  0x000053e7 rtn 
+ 00021631  0x000053eb branch  0x00005482 , 0x00000029 
+ 00021632  0x000053ec until  0x0000003e , 0x00000003 
+ 00021633  0x000053ed rtn 
+ 00021634  0x000053f0 arg  0x00000ea0 , 0x0000000b 
+ 00021635  0x000053f1 until  0x00000023 , 0x00000026 
+ 00021636  0x000053f2 rtn 
+ 00021637  0x000053f5 disable  0x00000010 
+ 00021638  0x000053f6 fetch  0x00000002 , 0x0000436c 
+ 00021639  0x000053f7 copy  0x0000003f , 0x0000000b 
+ 00021640  0x000053f8 branch  0x0000548e 
+ 00021641  0x000053fc bpatchx  0x00000048 , 0x00004029 
+ 00021642  0x000053fd enable  0x00000010 
+ 00021643  0x000053fe fetch  0x00000002 , 0x0000044d 
+ 00021644  0x000053ff fetcht  0x00000004 , 0x000044e5 
+ 00021645  0x00005400 iadd  0x00000002 , 0x0000000b 
+ 00021646  0x00005402 call  0x000053de 
+ 00021647  0x00005404 bpatchx  0x00000049 , 0x00004029 
+ 00021648  0x00005405 call  0x000053d5 
+ 00021649  0x00005406 disable  0x0000002d 
+ 00021650  0x00005407 enable  0x0000000d 
+ 00021651  0x00005408 enable  0x00000021 
+ 00021652  0x00005409 disable  0x00000020 
+ 00021653  0x0000540a copy  0x0000000b , 0x0000001b 
+ 00021654  0x0000540b correlate  0x0000003e , 0x00000003 
+ 00021655  0x0000540c branch  0x0000549a , 0x0000002e 
+ 00021656  0x0000540d copy  0x0000001a , 0x00000002 
+ 00021657  0x0000540e storet  0x00000006 , 0x0000009a 
+ 00021658  0x00005410 nbranch  0x0000264d , 0x00000018 
+ 00021659  0x00005411 branch  0x000054a1 , 0x0000002e 
+ 00021660  0x00005412 arg  0x000001e0 , 0x00000029 
+ 00021661  0x00005413 copy  0x00000021 , 0x00000028 
+ 00021662  0x00005414 fetch  0x00000001 , 0x0000043f 
+ 00021663  0x00005415 bbit0  0x00000003 , 0x000054a1 
+ 00021664  0x00005416 call  0x00002b05 , 0x0000002b 
+ 00021665  0x00005418 bpatchx  0x0000004a , 0x00004029 
+ 00021666  0x00005419 call  0x000029bb 
+ 00021667  0x0000541a enable  0x00000007 
+ 00021668  0x0000541b enable  0x00000009 
+ 00021669  0x0000541c parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021670  0x0000541d rshift3  0x0000000c , 0x0000003f 
+ 00021671  0x0000541e store  0x00000001 , 0x000002d9 
+ 00021672  0x0000541f parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021673  0x00005420 rshift3  0x0000000c , 0x0000003f 
+ 00021674  0x00005421 istore  0x00000001 , 0x00000005 
+ 00021675  0x00005422 and  0x0000003f , 0x0000003f , 0x00000039 
+ 00021676  0x00005423 branch  0x000054b1 , 0x00000005 
+ 00021677  0x00005426 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021678  0x00005427 rshift3  0x0000000c , 0x0000003f 
+ 00021679  0x00005428 istore  0x00000001 , 0x00000005 
+ 00021680  0x00005429 loop  0x000054ad 
+ 00021681  0x0000542c bpatchx  0x0000004b , 0x00004029 
+ 00021682  0x0000542d parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00021683  0x0000542e enable  0x00000010 
+ 00021684  0x0000542f arg  0x00000664 , 0x0000001b 
+ 00021685  0x00005430 rshift32  0x0000003f , 0x0000003f 
+ 00021686  0x00005431 rshift16  0x0000003f , 0x0000003f 
+ 00021687  0x00005432 istore  0x00000003 , 0x00000005 
+ 00021688  0x00005433 branch  0x0000264d , 0x00000006 
+ 00021689  0x00005434 enable  0x0000002d 
+ 00021690  0x00005435 fetch  0x00000001 , 0x00000017 
+ 00021691  0x00005436 add  0x0000003f , 0x00000000 , 0x00000011 
+ 00021692  0x00005437 call  0x00002981 
+ 00021693  0x00005438 disable  0x0000000d 
+ 00021694  0x00005439 branch  0x00002918 
+ 00021695  0x0000543c bpatchx  0x0000004c , 0x00004029 
+ 00021696  0x0000543d call  0x000054c9 
+ 00021697  0x0000543f fetcht  0x00000001 , 0x00000017 
+ 00021698  0x00005440 call  0x0000291f 
+ 00021699  0x00005441 call  0x00002924 
+ 00021700  0x00005442 enable  0x00000010 
+ 00021701  0x00005443 arg  0x0000157c , 0x0000000b 
+ 00021702  0x00005444 branch  0x0000548f 
+ 00021703  0x00005447 call  0x000054c9 
+ 00021704  0x00005448 branch  0x0000264d 
+ 00021705  0x0000544b bpatchx  0x0000004d , 0x00004029 
+ 00021706  0x0000544c call  0x000053d5 
+ 00021707  0x0000544d call  0x000053e3 
+ 00021708  0x0000544e branch  0x000054cd 
+ 00021709  0x00005451 set1  0x00000000 , 0x00000015 
+ 00021710  0x00005452 enable  0x0000001d 
+ 00021711  0x00005453 enable  0x00000020 
+ 00021712  0x00005454 disable  0x00000021 
+ 00021713  0x00005455 call  0x0000547f 
+ 00021714  0x00005456 rshift16  0x00000009 , 0x0000003f 
+ 00021715  0x00005457 rshift8  0x0000003f , 0x0000003f 
+ 00021716  0x00005458 rshift4  0x0000003f , 0x0000003f 
+ 00021717  0x00005459 inject  0x00000003 , 0x00000028 
+ 00021718  0x0000545a enable  0x00000007 
+ 00021719  0x0000545b enable  0x00000009 
+ 00021720  0x0000545c bpatchx  0x0000004e , 0x00004029 
+ 00021721  0x0000545d fetch  0x00000001 , 0x000043dc 
+ 00021722  0x0000545e inject  0x00000003 , 0x00000008 
+ 00021723  0x0000545f ifetch  0x00000001 , 0x00000006 
+ 00021724  0x00005460 and  0x0000003f , 0x0000003f , 0x00000039 
+ 00021725  0x00005461 inject  0x00000003 , 0x00000008 
+ 00021726  0x00005462 branch  0x000054e2 , 0x00000005 
+ 00021727  0x00005464 ifetch  0x00000001 , 0x00000006 
+ 00021728  0x00005465 inject  0x00000003 , 0x00000008 
+ 00021729  0x00005466 loop  0x000054df 
+ 00021730  0x00005469 enable  0x00000008 
+ 00021731  0x0000546a inject  0x00000003 , 0x00000018 
+ 00021732  0x0000546b disable  0x00000008 
+ 00021733  0x0000546c until  0x0000003e , 0x00000027 
+ 00021734  0x0000546d nop  0x00000064 
+ 00021735  0x0000546e disable  0x0000001d 
+ 00021736  0x0000546f rtn 
+ 00021737  0x00005472 bpatchx  0x0000004f , 0x00004029 
+ 00021738  0x00005473 fetch  0x00000001 , 0x00004484 
+ 00021739  0x00005474 beq  0x00000001 , 0x000054f9 
+ 00021740  0x00005475 fetch  0x00000001 , 0x00004485 
+ 00021741  0x00005476 lshift4  0x0000003f , 0x0000003f 
+ 00021742  0x00005477 lshift2  0x0000003f , 0x0000003f 
+ 00021743  0x00005478 store  0x00000001 , 0x000043dc 
+ 00021744  0x00005479 fetcht  0x00000001 , 0x0000436f 
+ 00021745  0x0000547a add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00021746  0x0000547b store  0x00000001 , 0x000043dd 
+ 00021747  0x0000547c fetch  0x00000006 , 0x000044a0 
+ 00021748  0x0000547d store  0x00000006 , 0x000043de 
+ 00021749  0x0000547e copy  0x00000002 , 0x00000039 
+ 00021750  0x0000547f arg  0x00004370 , 0x00000006 
+ 00021751  0x00005480 call  0x00007ef4 
+ 00021752  0x00005481 branch  0x00005504 
+ 00021753  0x00005483 fetch  0x00000001 , 0x00004486 
+ 00021754  0x00005484 lshift4  0x0000003f , 0x0000003f 
+ 00021755  0x00005485 lshift2  0x0000003f , 0x0000003f 
+ 00021756  0x00005486 increase  0x00000001 , 0x0000003f 
+ 00021757  0x00005487 store  0x00000001 , 0x000043dc 
+ 00021758  0x00005488 setarg  0x0000000c 
+ 00021759  0x00005489 store  0x00000001 , 0x000043dd 
+ 00021760  0x0000548a fetch  0x00000006 , 0x000044a0 
+ 00021761  0x0000548b store  0x00000006 , 0x000043de 
+ 00021762  0x0000548c fetch  0x00000006 , 0x000041d0 
+ 00021763  0x0000548d istore  0x00000006 , 0x00000005 
+ 00021764  0x0000548f bpatchx  0x00000050 , 0x0000402a 
+ 00021765  0x00005490 fetch  0x00000001 , 0x00000000 
+ 00021766  0x00005491 increase  0x00000001 , 0x0000003f 
+ 00021767  0x00005492 store  0x00000001 , 0x00000000 
+ 00021768  0x00005493 arg  0x00000708 , 0x0000001b 
+ 00021769  0x00005494 disable  0x0000002d 
+ 00021770  0x00005495 branch  0x000054bf 
+ 00021771  0x00005498 bpatchx  0x00000051 , 0x0000402a 
+ 00021772  0x00005499 fetch  0x00000001 , 0x0000449e 
+ 00021773  0x0000549a rtnne  0x00000001 
+ 00021774  0x0000549b fetch  0x00000001 , 0x00000000 
+ 00021775  0x0000549c increase  0x00000001 , 0x0000003f 
+ 00021776  0x0000549d store  0x00000001 , 0x00000000 
+ 00021777  0x0000549e arg  0x00000c03 , 0x00000002 
+ 00021778  0x0000549f fetch  0x00000001 , 0x0000449f 
+ 00021779  0x000054a0 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00021780  0x000054a1 copy  0x00000011 , 0x0000003f 
+ 00021781  0x000054a2 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00021782  0x000054a3 storet  0x00000002 , 0x000043dc 
+ 00021783  0x000054a4 fetch  0x00000006 , 0x000044a0 
+ 00021784  0x000054a5 istore  0x00000006 , 0x00000005 
+ 00021785  0x000054a6 fetch  0x00000006 , 0x0000044f 
+ 00021786  0x000054a7 istore  0x00000006 , 0x00000005 
+ 00021787  0x000054a8 branch  0x000054bf 
+ 00021788  0x000054ac bpatchx  0x00000052 , 0x0000402a 
+ 00021789  0x000054ad arg  0x00000004 , 0x00000002 
+ 00021790  0x000054ae fetch  0x00000001 , 0x00004485 
+ 00021791  0x000054af nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00021792  0x000054b0 storet  0x00000001 , 0x000043dc 
+ 00021793  0x000054b1 fetcht  0x00000001 , 0x0000438f 
+ 00021794  0x000054b2 add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00021795  0x000054b3 store  0x00000001 , 0x000043dd 
+ 00021796  0x000054b4 fetch  0x00000006 , 0x000044a0 
+ 00021797  0x000054b5 store  0x00000006 , 0x000043de 
+ 00021798  0x000054b6 arg  0x00004390 , 0x00000006 
+ 00021799  0x000054b7 copy  0x00000002 , 0x00000039 
+ 00021800  0x000054b8 call  0x00007ef4 
+ 00021801  0x000054b9 call  0x000054c7 
+ 00021802  0x000054ba branch  0x00005706 
+ 00021803  0x000054bd bpatchx  0x00000053 , 0x0000402a 
+ 00021804  0x000054be force  0xffffffff , 0x0000003f 
+ 00021805  0x000054bf setsect  0x00000002 , 0x00000001 
+ 00021806  0x000054c0 store  0x00000005 , 0x0000046f 
+ 00021807  0x000054c1 call  0x0000545b 
+ 00021808  0x000054c2 force  0x00000004 , 0x00000039 
+ 00021809  0x000054c3 arg  0x00000463 , 0x00000005 
+ 00021810  0x000054c4 call  0x0000630d 
+ 00021811  0x000054c5 fetch  0x00000002 , 0x0000449c 
+ 00021812  0x000054c6 store  0x00000002 , 0x0000046d 
+ 00021813  0x000054c8 random  0x0000003f 
+ 00021814  0x000054c9 and_into  0x0000000f , 0x0000003f 
+ 00021815  0x000054ca sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00021816  0x000054cb branch  0x00005535 , 0x00000002 
+ 00021817  0x000054cc store  0x00000001 , 0x00000458 
+ 00021818  0x000054cd store  0x00000001 , 0x000006e6 
+ 00021819  0x000054ce bpatchx  0x00000054 , 0x0000402a 
+ 00021820  0x000054cf fetcht  0x00000002 , 0x00004367 
+ 00021821  0x000054d0 storet  0x00000002 , 0x00000441 
+ 00021822  0x000054d1 copy  0x00000002 , 0x00000013 
+ 00021823  0x000054d2 add  0x00000022 , 0x00000007 , 0x0000003f 
+ 00021824  0x000054d3 idiv  0x00000013 
+ 00021825  0x000054d4 call  0x00007f86 
+ 00021826  0x000054d5 remainder  0x00000011 
+ 00021827  0x000054d6 isub  0x00000011 , 0x0000003f 
+ 00021828  0x000054d7 iadd  0x00000013 , 0x0000003f 
+ 00021829  0x000054d8 fetcht  0x00000002 , 0x00004365 
+ 00021830  0x000054d9 iadd  0x00000002 , 0x0000003f 
+ 00021831  0x000054da store  0x00000004 , 0x00000443 
+ 00021832  0x000054db isub  0x00000022 , 0x00000011 
+ 00021833  0x000054dc increase  0xfffffffa , 0x00000011 
+ 00021834  0x000054dd arg  0x00002205 , 0x00000012 
+ 00021835  0x000054de fetch  0x00000001 , 0x00004495 
+ 00021836  0x000054df nsetflag  0x00000034 , 0x00000006 , 0x00000012 
+ 00021837  0x000054e0 fetch  0x00000001 , 0x0000448e 
+ 00021838  0x000054e1 nsetflag  0x00000034 , 0x00000007 , 0x00000012 
+ 00021839  0x000054e2 copy  0x00000012 , 0x0000003f 
+ 00021840  0x000054e3 store  0x00000002 , 0x000043dc 
+ 00021841  0x000054e4 fetch  0x00000006 , 0x000044a0 
+ 00021842  0x000054e5 istore  0x00000006 , 0x00000005 
+ 00021843  0x000054e6 fetch  0x00000006 , 0x0000044f 
+ 00021844  0x000054e7 istore  0x00000006 , 0x00000005 
+ 00021845  0x000054e8 fetch  0x00000004 , 0x00000463 
+ 00021846  0x000054e9 istore  0x00000004 , 0x00000005 
+ 00021847  0x000054ea random  0x0000003f 
+ 00021848  0x000054eb istore  0x00000002 , 0x00000005 
+ 00021849  0x000054ec random  0x0000003f 
+ 00021850  0x000054ed istore  0x00000001 , 0x00000005 
+ 00021851  0x000054ee force  0x00000002 , 0x0000003f 
+ 00021852  0x000054ef istore  0x00000001 , 0x00000005 
+ 00021853  0x000054f0 rshift2  0x00000011 , 0x0000003f 
+ 00021854  0x000054f1 istore  0x00000002 , 0x00000005 
+ 00021855  0x000054f2 rshift2  0x00000013 , 0x0000003f 
+ 00021856  0x000054f3 istore  0x00000002 , 0x00000005 
+ 00021857  0x000054f4 bpatchx  0x00000055 , 0x0000402a 
+ 00021858  0x000054f5 setarg  0x00000000 
+ 00021859  0x000054f6 istore  0x00000002 , 0x00000005 
+ 00021860  0x000054f7 fetch  0x00000002 , 0x0000449c 
+ 00021861  0x000054f8 istore  0x00000002 , 0x00000005 
+ 00021862  0x000054f9 fetch  0x00000005 , 0x0000046f 
+ 00021863  0x000054fa istore  0x00000005 , 0x00000005 
+ 00021864  0x000054fb fetch  0x00000001 , 0x00000458 
+ 00021865  0x000054fc arg  0x000000a0 , 0x00000002 
+ 00021866  0x000054fd ior  0x00000002 , 0x0000003f 
+ 00021867  0x000054fe istore  0x00000001 , 0x00000005 
+ 00021868  0x000054ff call  0x000054c7 
+ 00021869  0x00005500 setarg  0x000043dc 
+ 00021870  0x00005501 add  0x0000003f , 0x00000012 , 0x00000006 
+ 00021871  0x00005502 ifetch  0x00000003 , 0x00000006 
+ 00021872  0x00005503 store  0x00000003 , 0x00000467 
+ 00021873  0x00005504 rtn 
+ 00021874  0x00005507 bpatchx  0x00000056 , 0x0000402a 
+ 00021875  0x00005508 disable  0x00000029 
+ 00021876  0x00005509 branch  0x0000540c 
+ 00021877  0x0000550e fetch  0x00000001 , 0x0000043f 
+ 00021878  0x0000550f rtnbit0  0x00000005 
+ 00021879  0x00005510 fetch  0x00000002 , 0x00000459 
+ 00021880  0x00005511 fetcht  0x00000002 , 0x0000045f 
+ 00021881  0x00005512 isub  0x00000002 , 0x0000003f 
+ 00021882  0x00005513 nrtn  0x00000002 
+ 00021883  0x00005514 store  0x00000002 , 0x00000a9a 
+ 00021884  0x00005515 bpatchx  0x00000057 , 0x0000402a 
+ 00021885  0x00005516 fetch  0x00000001 , 0x0000043f 
+ 00021886  0x00005517 set0  0x00000005 , 0x0000003f 
+ 00021887  0x00005518 set0  0x00000003 , 0x0000003f 
+ 00021888  0x00005519 store  0x00000001 , 0x0000043f 
+ 00021889  0x0000551a fetch  0x00000004 , 0x00000443 
+ 00021890  0x0000551b fetcht  0x00000002 , 0x00000441 
+ 00021891  0x0000551c storet  0x00000002 , 0x00000aa2 
+ 00021892  0x0000551d isub  0x00000002 , 0x00000011 
+ 00021893  0x0000551e bpatchx  0x00000058 , 0x0000402b 
+ 00021894  0x0000551f fetch  0x00000001 , 0x000043d3 
+ 00021895  0x00005520 store  0x00000001 , 0x0000046a 
+ 00021896  0x00005521 ifetcht  0x00000002 , 0x00000006 
+ 00021897  0x00005522 ifetch  0x00000002 , 0x00000006 
+ 00021898  0x00005523 lshift2  0x0000003f , 0x0000003f 
+ 00021899  0x00005524 store  0x00000002 , 0x00000441 
+ 00021900  0x00005525 lshift2  0x00000002 , 0x00000002 
+ 00021901  0x00005526 iadd  0x00000002 , 0x0000003f 
+ 00021902  0x00005527 ifetcht  0x00000004 , 0x00000006 
+ 00021903  0x00005528 storet  0x00000004 , 0x0000046b 
+ 00021904  0x00005529 iadd  0x00000011 , 0x0000003f 
+ 00021905  0x0000552a copy  0x0000003f , 0x00000014 
+ 00021906  0x0000552b fetch  0x00000002 , 0x00000441 
+ 00021907  0x0000552c fetcht  0x00000002 , 0x00000aa2 
+ 00021908  0x0000552d isub  0x00000002 , 0x0000003f 
+ 00021909  0x0000552e fetcht  0x00000002 , 0x00000a9a 
+ 00021910  0x0000552f imul32  0x00000002 , 0x0000003f 
+ 00021911  0x00005530 iadd  0x00000014 , 0x0000003f 
+ 00021912  0x00005531 store  0x00000004 , 0x00000443 
+ 00021913  0x00005532 call  0x00005713 
+ 00021914  0x00005533 fetch  0x00000002 , 0x0000046d 
+ 00021915  0x00005534 store  0x00000002 , 0x000044ba 
+ 00021916  0x00005535 rtn 
+ 00021917  0x00005539 bpatchx  0x00000059 , 0x0000402b 
+ 00021918  0x0000553a fetch  0x00000001 , 0x0000043f 
+ 00021919  0x0000553b rtnbit0  0x00000006 
+ 00021920  0x0000553c fetch  0x00000002 , 0x00000459 
+ 00021921  0x0000553d fetcht  0x00000002 , 0x0000045f 
+ 00021922  0x0000553e isub  0x00000002 , 0x0000003f 
+ 00021923  0x0000553f nrtn  0x00000002 
+ 00021924  0x00005540 fetch  0x00000001 , 0x0000043f 
+ 00021925  0x00005541 set0  0x00000006 , 0x0000003f 
+ 00021926  0x00005542 store  0x00000001 , 0x0000043f 
+ 00021927  0x00005543 fetch  0x00000005 , 0x000043ce 
+ 00021928  0x00005544 store  0x00000005 , 0x0000046f 
+ 00021929  0x00005545 branch  0x0000545b 
+ 00021930  0x00005549 bpatchx  0x0000005a , 0x0000402b 
+ 00021931  0x0000554a call  0x000056ed 
+ 00021932  0x0000554b call  0x000055c0 
+ 00021933  0x0000554c fetch  0x00000001 , 0x000002d9 
+ 00021934  0x0000554d isolate1  0x00000004 , 0x0000003f 
+ 00021935  0x0000554e setflag  0x00000001 , 0x0000002a , 0x00000000 
+ 00021936  0x0000554f rshift  0x0000003f , 0x0000003f 
+ 00021937  0x00005550 ixor  0x00000002 , 0x0000003f 
+ 00021938  0x00005551 isolate1  0x00000002 , 0x0000003f 
+ 00021939  0x00005552 setflag  0x00000001 , 0x0000000f , 0x00000000 
+ 00021940  0x00005553 rtnmark1  0x0000000f 
+ 00021941  0x00005554 fetch  0x00000001 , 0x000002da 
+ 00021942  0x00005555 branch  0x000055bc , 0x00000034 
+ 00021943  0x00005556 fetch  0x00000001 , 0x0000043f 
+ 00021944  0x00005557 bbit0  0x00000004 , 0x000055bc 
+ 00021945  0x00005558 call  0x0000748d 
+ 00021946  0x00005559 call  0x000073fb 
+ 00021947  0x0000555a nrtn  0x00000034 
+ 00021948  0x0000555c fetcht  0x00000001 , 0x00000456 
+ 00021949  0x0000555d setflip  0x00000002 , 0x00000002 
+ 00021950  0x0000555e storet  0x00000001 , 0x00000456 
+ 00021951  0x0000555f rtn 
+ 00021952  0x00005563 bpatchx  0x0000005b , 0x0000402b 
+ 00021953  0x00005564 fetcht  0x00000001 , 0x00000456 
+ 00021954  0x00005565 isolate0  0x00000005 , 0x00000002 
+ 00021955  0x00005566 rtn  0x00000001 
+ 00021956  0x00005567 fetch  0x00000001 , 0x000002d9 
+ 00021957  0x00005568 lshift  0x0000003f , 0x0000003f 
+ 00021958  0x00005569 ixor  0x00000002 , 0x0000003f 
+ 00021959  0x0000556a rtnbit0  0x00000003 
+ 00021960  0x0000556b set0  0x00000005 , 0x00000002 
+ 00021961  0x0000556c setflip  0x00000003 , 0x00000002 
+ 00021962  0x0000556d storet  0x00000001 , 0x00000456 
+ 00021963  0x0000556e compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00021964  0x0000556f nrtn  0x00000001 
+ 00021965  0x00005570 fetch  0x00000001 , 0x000043de 
+ 00021966  0x00005571 beq  0x00000005 , 0x000055d2 
+ 00021967  0x00005572 fetch  0x00000001 , 0x000044c5 
+ 00021968  0x00005573 beq  0x00000002 , 0x000055d6 
+ 00021969  0x00005574 rtn 
+ 00021970  0x00005578 fetch  0x00000001 , 0x0000043f 
+ 00021971  0x00005579 set1  0x00000004 , 0x0000003f 
+ 00021972  0x0000557a store  0x00000001 , 0x0000043f 
+ 00021973  0x0000557b rtn 
+ 00021974  0x0000557e bpatchx  0x0000005c , 0x0000402b 
+ 00021975  0x0000557f jam  0x00000000 , 0x000044c5 
+ 00021976  0x00005580 arg  0x00000000 , 0x0000003f 
+ 00021977  0x00005581 store  0x00000004 , 0x0000440d 
+ 00021978  0x00005582 store  0x00000005 , 0x00004403 
+ 00021979  0x00005583 set1  0x00000027 , 0x0000003f 
+ 00021980  0x00005584 store  0x00000005 , 0x00004408 
+ 00021981  0x00005585 fetch  0x00000001 , 0x0000043f 
+ 00021982  0x00005586 set0  0x00000004 , 0x0000003f 
+ 00021983  0x00005587 store  0x00000001 , 0x0000043f 
+ 00021984  0x00005588 rtn 
+ 00021985  0x0000558c bpatchx  0x0000005d , 0x0000402b 
+ 00021986  0x0000558d call  0x00005422 
+ 00021987  0x0000558e call  0x00005485 
+ 00021988  0x0000558f fetch  0x00000001 , 0x00000001 
+ 00021989  0x00005590 increase  0x00000001 , 0x0000003f 
+ 00021990  0x00005591 store  0x00000001 , 0x00000001 
+ 00021991  0x00005592 rtn 
+ 00021992  0x00005596 bpatchx  0x0000005e , 0x0000402b 
+ 00021993  0x00005597 fetch  0x00000001 , 0x00004369 
+ 00021994  0x00005598 rtnne  0x00000001 
+ 00021995  0x00005599 arg  0x00000002 , 0x00000007 
+ 00021996  0x0000559a call  0x00007f16 
+ 00021997  0x0000559b nrtn  0x00000034 
+ 00021998  0x0000559c fetch  0x00000002 , 0x0000436a 
+ 00021999  0x0000559d fetcht  0x00000002 , 0x0000436c 
+ 00022000  0x0000559e isub  0x00000002 , 0x0000003f 
+ 00022001  0x0000559f arg  0x00000002 , 0x00000007 
+ 00022002  0x000055a0 call  0x00007f08 
+ 00022003  0x000055a1 disable  0x00000029 
+ 00022004  0x000055a2 call  0x00005572 
+ 00022005  0x000055a3 call  0x000055e1 
+ 00022006  0x000055a4 nrtn  0x0000002d 
+ 00022007  0x000055a5 bpatchx  0x0000005f , 0x0000402b 
+ 00022008  0x000055a6 fetch  0x00000006 , 0x000002db 
+ 00022009  0x000055a7 store  0x00000006 , 0x0000044f 
+ 00022010  0x000055aa fetch  0x00000001 , 0x00000002 
+ 00022011  0x000055ab increase  0x00000001 , 0x0000003f 
+ 00022012  0x000055ac store  0x00000001 , 0x00000002 
+ 00022013  0x000055ad call  0x00005608 
+ 00022014  0x000055ae rtn  0x00000029 
+ 00022015  0x000055af call  0x0000550b 
+ 00022016  0x000055b0 nrtn  0x0000002d 
+ 00022017  0x000055b1 bpatchx  0x00000060 , 0x0000402c 
+ 00022018  0x000055b2 fetch  0x00000001 , 0x00000004 
+ 00022019  0x000055b3 increase  0x00000001 , 0x0000003f 
+ 00022020  0x000055b4 store  0x00000001 , 0x00000004 
+ 00022021  0x000055b5 fetch  0x00000009 , 0x000002e1 
+ 00022022  0x000055b6 store  0x00000009 , 0x00000101 
+ 00022023  0x000055b7 rtn 
+ 00022024  0x000055ba bpatchx  0x00000061 , 0x0000402c 
+ 00022025  0x000055bb fetch  0x00000001 , 0x0000049b 
+ 00022026  0x000055bc rtnne  0x0000001b 
+ 00022027  0x000055bd fetch  0x00000006 , 0x0000044f 
+ 00022028  0x000055be fetcht  0x00000006 , 0x0000448f 
+ 00022029  0x000055bf isub  0x00000002 , 0x0000003e 
+ 00022030  0x000055c0 nrtn  0x00000005 
+ 00022031  0x000055c1 call  0x0000223b 
+ 00022032  0x000055c2 nrtn  0x00000005 
+ 00022033  0x000055c3 call  0x0000552b 
+ 00022034  0x000055c4 call  0x00005340 
+ 00022035  0x000055c5 bpatchx  0x00000062 , 0x0000402c 
+ 00022036  0x000055c6 jam  0x00000000 , 0x000041ce 
+ 00022037  0x000055c7 jam  0x00000000 , 0x00000476 
+ 00022038  0x000055c8 jam  0x00000000 , 0x00004369 
+ 00022039  0x000055c9 jam  0x00000000 , 0x0000049b 
+ 00022040  0x000055ca branch  0x00002223 
+ 00022041  0x000055cd arg  0x00000001 , 0x00000011 
+ 00022042  0x000055ce fetch  0x00000001 , 0x000002d9 
+ 00022043  0x000055cf rtnbit1  0x00000006 
+ 00022044  0x000055d0 arg  0x00000000 , 0x00000011 
+ 00022045  0x000055d1 rtn 
+ 00022046  0x000055d6 bpatchx  0x00000063 , 0x0000402c 
+ 00022047  0x000055d7 fetch  0x00000001 , 0x00000456 
+ 00022048  0x000055d8 rtnbit1  0x00000005 
+ 00022049  0x000055d9 call  0x00005642 
+ 00022050  0x000055da call  0x00005873 
+ 00022051  0x000055db branch  0x00005664 , 0x00000034 
+ 00022052  0x000055dc ifetch  0x00000001 , 0x00000006 
+ 00022053  0x000055dd ifetcht  0x00000001 , 0x00000006 
+ 00022054  0x000055de copy  0x00000002 , 0x00000011 
+ 00022055  0x000055df isub  0x00000011 , 0x0000003f 
+ 00022056  0x000055e0 arg  0x0000001b , 0x00000002 
+ 00022057  0x000055e1 call  0x00007fdd 
+ 00022058  0x000055e2 copy  0x0000003f , 0x00000002 
+ 00022059  0x000055e3 ifetch  0x00000001 , 0x00000006 
+ 00022060  0x000055e4 copy  0x0000003f , 0x00000001 
+ 00022061  0x000055e5 copy  0x00000011 , 0x0000003f 
+ 00022062  0x000055e6 iadd  0x00000006 , 0x00000006 
+ 00022063  0x000055e7 arg  0x000043de , 0x00000005 
+ 00022064  0x000055e8 copy  0x00000002 , 0x00000039 
+ 00022065  0x000055e9 call  0x00007f01 
+ 00022066  0x000055ea call  0x00005654 
+ 00022067  0x000055eb call  0x00005666 
+ 00022068  0x000055ed call  0x00005873 
+ 00022069  0x000055ee ifetch  0x00000001 , 0x00000006 
+ 00022070  0x000055ef copy  0x0000003f , 0x00000011 
+ 00022071  0x000055f0 copy  0x00000006 , 0x00000013 
+ 00022072  0x000055f1 ifetcht  0x00000001 , 0x00000006 
+ 00022073  0x000055f2 copy  0x00000002 , 0x00000012 
+ 00022074  0x000055f3 isub  0x00000012 , 0x0000003f 
+ 00022075  0x000055f4 arg  0x0000001b , 0x00000002 
+ 00022076  0x000055f5 call  0x00007fdd 
+ 00022077  0x000055f6 iadd  0x00000012 , 0x0000003f 
+ 00022078  0x000055f7 istore  0x00000001 , 0x00000013 
+ 00022079  0x000055f8 isub  0x00000011 , 0x0000003e 
+ 00022080  0x000055f9 nrtn  0x00000005 
+ 00022081  0x000055fa branch  0x00005896 
+ 00022082  0x000055fe call  0x00005649 
+ 00022083  0x000055ff rtnmark1  0x00000029 
+ 00022084  0x00005600 fetch  0x00000001 , 0x000044e9 
+ 00022085  0x00005601 bbit0  0x00000002 , 0x00005652 
+ 00022086  0x00005602 call  0x00005876 
+ 00022087  0x00005603 branch  0x00005652 , 0x00000034 
+ 00022088  0x00005604 branch  0x00005650 
+ 00022089  0x00005608 call  0x00005873 
+ 00022090  0x00005609 branch  0x00005652 , 0x00000034 
+ 00022091  0x0000560a ifetch  0x00000001 , 0x00000006 
+ 00022092  0x0000560b ifetcht  0x00000001 , 0x00000006 
+ 00022093  0x0000560c isub  0x00000002 , 0x0000003f 
+ 00022094  0x0000560d sub  0x0000003f , 0x0000001b , 0x0000003e 
+ 00022095  0x0000560e branch  0x00005652 , 0x00000002 
+ 00022096  0x00005610 set1  0x00000029 , 0x00000000 
+ 00022097  0x00005611 rtn 
+ 00022098  0x00005614 set0  0x00000029 , 0x00000000 
+ 00022099  0x00005615 rtn 
+ 00022100  0x00005618 copy  0x00000011 , 0x0000003f 
+ 00022101  0x00005619 rtn  0x00000034 
+ 00022102  0x0000561a arg  0x00000001 , 0x00000001 
+ 00022103  0x0000561b rtn 
+ 00022104  0x0000561f bpatchx  0x00000064 , 0x0000402c 
+ 00022105  0x00005620 increase  0x00000001 , 0x00000002 
+ 00022106  0x00005621 call  0x0000576a 
+ 00022107  0x00005622 increase  0xfffffffe , 0x00000006 
+ 00022108  0x00005623 ifetch  0x00000002 , 0x00000006 
+ 00022109  0x00005624 arg  0x00002902 , 0x00000002 
+ 00022110  0x00005625 isub  0x00000002 , 0x0000003e 
+ 00022111  0x00005626 nrtn  0x00000005 
+ 00022112  0x00005627 increase  0x00000001 , 0x00000006 
+ 00022113  0x00005628 copy  0x00000006 , 0x00000011 
+ 00022114  0x00005629 ifetch  0x00000001 , 0x00000006 
+ 00022115  0x0000562a rtn 
+ 00022116  0x0000562e force  0x00000000 , 0x00000002 
+ 00022117  0x0000562f force  0x00000001 , 0x00000001 
+ 00022118  0x00005632 bpatchx  0x00000065 , 0x0000402c 
+ 00022119  0x00005633 storet  0x00000001 , 0x000043dd 
+ 00022120  0x00005634 fetcht  0x00000001 , 0x00000456 
+ 00022121  0x00005635 set1  0x00000005 , 0x00000002 
+ 00022122  0x00005636 and  0x00000002 , 0x000000fc , 0x0000003f 
+ 00022123  0x00005637 ior  0x00000001 , 0x0000003f 
+ 00022124  0x00005638 store  0x00000001 , 0x00000456 
+ 00022125  0x00005639 and_into  0x0000001f , 0x0000003f 
+ 00022126  0x0000563a isolate1  0x00000029 , 0x00000000 
+ 00022127  0x0000563b setflag  0x00000001 , 0x00000004 , 0x0000003f 
+ 00022128  0x0000563c store  0x00000001 , 0x000043dc 
+ 00022129  0x0000563e fetch  0x00000001 , 0x000043dc 
+ 00022130  0x0000563f compare  0x00000001 , 0x00000001 , 0x00000003 
+ 00022131  0x00005640 nbranch  0x00005676 , 0x00000001 
+ 00022132  0x00005641 fetch  0x00000001 , 0x000043dd 
+ 00022133  0x00005642 rtn  0x00000034 
+ 00022134  0x00005644 fetch  0x00000001 , 0x0000043f 
+ 00022135  0x00005645 rtnbit0  0x00000004 
+ 00022136  0x00005646 call  0x0000748d 
+ 00022137  0x00005647 branch  0x000073e3 
+ 00022138  0x0000564b arg  0x00000000 , 0x00000007 
+ 00022139  0x0000564c branch  0x00002c32 
+ 00022140  0x0000564f arg  0x00000000 , 0x00000007 
+ 00022141  0x00005650 branch  0x00002c36 
+ 00022142  0x00005654 bpatchx  0x00000066 , 0x0000402c 
+ 00022143  0x00005655 rtnmark1  0x0000000f 
+ 00022144  0x00005656 call  0x00005890 
+ 00022145  0x00005657 nrtn  0x00000034 
+ 00022146  0x00005658 fetch  0x00000001 , 0x000002d9 
+ 00022147  0x00005659 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00022148  0x0000565a store  0x00000001 , 0x0000450c 
+ 00022149  0x0000565b ifetch  0x00000001 , 0x00000006 
+ 00022150  0x0000565c and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00022151  0x0000565d store  0x00000001 , 0x0000450b 
+ 00022152  0x0000565e rtn  0x00000034 
+ 00022153  0x0000565f copy  0x00000006 , 0x0000003f 
+ 00022154  0x00005660 store  0x00000002 , 0x0000450d 
+ 00022155  0x00005661 fetch  0x00000001 , 0x0000450c 
+ 00022156  0x00005662 beq  0x00000003 , 0x00005c64 
+ 00022157  0x00005664 call  0x0000569a 
+ 00022158  0x00005665 nbranch  0x0000567a , 0x00000028 
+ 00022159  0x00005666 call  0x0000567c 
+ 00022160  0x00005667 fetch  0x00000002 , 0x0000450d 
+ 00022161  0x00005668 copy  0x0000003f , 0x00000006 
+ 00022162  0x00005669 ifetch  0x00000002 , 0x00000006 
+ 00022163  0x0000566a store  0x00000002 , 0x000044fc 
+ 00022164  0x0000566b bpatchx  0x00000067 , 0x0000402c 
+ 00022165  0x0000566c ifetch  0x00000002 , 0x00000006 
+ 00022166  0x0000566d beq  0x00000004 , 0x000058ab 
+ 00022167  0x0000566e beq  0x00000006 , 0x00005af4 
+ 00022168  0x0000566f beq  0x00000005 , 0x00005ab6 
+ 00022169  0x00005670 rtn 
+ 00022170  0x00005674 fetch  0x00000001 , 0x0000450c 
+ 00022171  0x00005675 beq  0x00000002 , 0x000056a9 
+ 00022172  0x00005676 beq  0x00000001 , 0x000056c1 
+ 00022173  0x00005677 rtn 
+ 00022174  0x0000567d call  0x00007fe7 
+ 00022175  0x0000567e arg  0x00000004 , 0x00000002 
+ 00022176  0x0000567f isub  0x0000003f , 0x0000003e 
+ 00022177  0x00005680 rtn  0x00000005 
+ 00022178  0x00005681 arg  0x00000005 , 0x00000002 
+ 00022179  0x00005682 isub  0x0000003f , 0x0000003e 
+ 00022180  0x00005683 rtn  0x00000005 
+ 00022181  0x00005684 arg  0x00000006 , 0x00000002 
+ 00022182  0x00005685 isub  0x0000003f , 0x0000003e 
+ 00022183  0x00005686 rtn  0x00000005 
+ 00022184  0x00005687 branch  0x00007fe9 
+ 00022185  0x0000568b fetch  0x00000002 , 0x0000450d 
+ 00022186  0x0000568c copy  0x0000003f , 0x00000006 
+ 00022187  0x0000568d ifetch  0x00000002 , 0x00000006 
+ 00022188  0x0000568e store  0x00000002 , 0x000044fc 
+ 00022189  0x0000568f ifetch  0x00000002 , 0x00000006 
+ 00022190  0x00005690 call  0x0000569e 
+ 00022191  0x00005691 nrtn  0x00000028 
+ 00022192  0x00005692 fetcht  0x00000001 , 0x0000450b 
+ 00022193  0x00005693 storet  0x00000001 , 0x000044fe 
+ 00022194  0x00005694 fetch  0x00000002 , 0x000044fc 
+ 00022195  0x00005695 increase  0x00000004 , 0x0000003f 
+ 00022196  0x00005696 isub  0x00000002 , 0x0000003e 
+ 00022197  0x00005697 branch  0x00007fe7 , 0x00000005 
+ 00022198  0x00005698 fetch  0x00000001 , 0x0000450b 
+ 00022199  0x00005699 copy  0x0000003f , 0x00000039 
+ 00022200  0x0000569a arg  0x00000311 , 0x00000005 
+ 00022201  0x0000569b fetch  0x00000002 , 0x0000450d 
+ 00022202  0x0000569c copy  0x0000003f , 0x00000006 
+ 00022203  0x0000569d call  0x00007f01 
+ 00022204  0x0000569e branch  0x00007fe9 
+ 00022205  0x000056a4 call  0x00007fe7 
+ 00022206  0x000056a5 fetch  0x00000001 , 0x000044fe 
+ 00022207  0x000056a6 nrtn  0x00000034 
+ 00022208  0x000056a7 branch  0x00007fe9 
+ 00022209  0x000056aa call  0x000056bd 
+ 00022210  0x000056ab nrtn  0x00000028 
+ 00022211  0x000056ac fetch  0x00000001 , 0x000044fe 
+ 00022212  0x000056ad arg  0x00000311 , 0x00000005 
+ 00022213  0x000056ae iadd  0x00000005 , 0x00000011 
+ 00022214  0x000056af fetcht  0x00000001 , 0x0000450b 
+ 00022215  0x000056b0 iadd  0x00000002 , 0x0000003f 
+ 00022216  0x000056b1 store  0x00000001 , 0x000044fe 
+ 00022217  0x000056b2 fetch  0x00000001 , 0x0000450b 
+ 00022218  0x000056b3 copy  0x0000003f , 0x00000039 
+ 00022219  0x000056b4 copy  0x00000011 , 0x00000005 
+ 00022220  0x000056b5 fetch  0x00000002 , 0x0000450d 
+ 00022221  0x000056b6 copy  0x0000003f , 0x00000006 
+ 00022222  0x000056b7 call  0x00007ef4 
+ 00022223  0x000056b8 setarg  0x00000311 
+ 00022224  0x000056b9 store  0x00000002 , 0x0000450d 
+ 00022225  0x000056ba fetch  0x00000002 , 0x000044fc 
+ 00022226  0x000056bb increase  0x00000004 , 0x0000003f 
+ 00022227  0x000056bc fetcht  0x00000001 , 0x000044fe 
+ 00022228  0x000056bd isub  0x00000002 , 0x0000003e 
+ 00022229  0x000056be branch  0x00007fe7 , 0x00000005 
+ 00022230  0x000056bf branch  0x00007fe9 
+ 00022231  0x000056c6 call  0x00007ea5 
+ 00022232  0x000056c7 arg  0x0000445e , 0x00000005 
+ 00022233  0x000056c9 fetch  0x00000002 , 0x000044fc 
+ 00022234  0x000056ca increase  0xfffffffb , 0x0000003f 
+ 00022235  0x000056cc istore  0x00000001 , 0x00000005 
+ 00022236  0x000056cd copy  0x0000003f , 0x00000039 
+ 00022237  0x000056ce call  0x00007e9f 
+ 00022238  0x000056cf branch  0x00007ef4 
+ 00022239  0x000056d2 call  0x00007ea5 
+ 00022240  0x000056d3 arg  0x00004471 , 0x00000005 
+ 00022241  0x000056d4 branch  0x000056d9 
+ 00022242  0x000056d9 fetch  0x00000002 , 0x000041f9 
+ 00022243  0x000056da branch  0x00007f9c 
+ 00022244  0x000056dd fetcht  0x00000004 , 0x0000045b 
+ 00022245  0x000056de call  0x00002a7b 
+ 00022246  0x000056df isub  0x00000002 , 0x0000000b 
+ 00022247  0x000056e0 deposit  0x0000000b 
+ 00022248  0x000056e1 fetcht  0x00000002 , 0x0000046d 
+ 00022249  0x000056e2 lshift4  0x00000002 , 0x00000002 
+ 00022250  0x000056e3 lshift  0x00000002 , 0x00000002 
+ 00022251  0x000056e4 isub  0x00000002 , 0x0000003f 
+ 00022252  0x000056e5 rtn 
+ 00022253  0x000056e8 call  0x00002a7b 
+ 00022254  0x000056e9 store  0x00000004 , 0x0000045b 
+ 00022255  0x000056ea rtn 
+ 00022256  0x000056ee jam  0x00000024 , 0x00000016 
+ 00022257  0x000056ef jam  0x00000000 , 0x00000ac2 
+ 00022258  0x000056f1 bpatchx  0x00000068 , 0x0000402d 
+ 00022259  0x000056f2 fetch  0x00000001 , 0x0000436e 
+ 00022260  0x000056f3 rtn  0x00000034 
+ 00022261  0x000056f4 arg  0x00000000 , 0x00000007 
+ 00022262  0x000056f5 call  0x00007f16 
+ 00022263  0x000056f6 nrtn  0x00000034 
+ 00022264  0x000056f7 bpatchx  0x00000069 , 0x0000402d 
+ 00022265  0x000056f9 disable  0x00000029 
+ 00022266  0x000056fa enable  0x00000010 
+ 00022267  0x000056fb call  0x00005572 
+ 00022268  0x000056fc call  0x00005422 
+ 00022269  0x000056fd call  0x000054e9 
+ 00022270  0x000056fe nbranch  0x00005706 , 0x0000002d 
+ 00022271  0x000056ff fetch  0x00000001 , 0x00000003 
+ 00022272  0x00005700 increase  0x00000001 , 0x0000003f 
+ 00022273  0x00005701 store  0x00000001 , 0x00000003 
+ 00022274  0x00005702 fetch  0x00000001 , 0x000002d9 
+ 00022275  0x00005703 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00022276  0x00005704 beq  0x00000003 , 0x0000551c 
+ 00022277  0x00005705 beq  0x00000005 , 0x00005728 
+ 00022278  0x00005707 bpatchx  0x0000006a , 0x0000402d 
+ 00022279  0x00005708 random  0x0000003f 
+ 00022280  0x00005709 arg  0x000001ff , 0x00000002 
+ 00022281  0x0000570a iand  0x00000002 , 0x0000003f 
+ 00022282  0x0000570b add  0x0000003f , 0x000000fa , 0x0000003f 
+ 00022283  0x0000570c call  0x00003cbe 
+ 00022284  0x0000570d fetch  0x00000001 , 0x00000ac2 
+ 00022285  0x0000570e fetcht  0x00000001 , 0x0000448d 
+ 00022286  0x0000570f isub  0x00000002 , 0x0000003e 
+ 00022287  0x00005710 nbranch  0x000056f2 , 0x00000005 
+ 00022288  0x00005711 arg  0x00000000 , 0x00000007 
+ 00022289  0x00005712 fetch  0x00000002 , 0x00004482 
+ 00022290  0x00005713 branch  0x00007f08 
+ 00022291  0x00005717 bpatchx  0x0000006b , 0x0000402d 
+ 00022292  0x00005718 fetch  0x00000001 , 0x00000476 
+ 00022293  0x00005719 call  0x000053fc 
+ 00022294  0x0000571a fetch  0x00000002 , 0x00000441 
+ 00022295  0x0000571b imul32  0x00000002 , 0x0000003f 
+ 00022296  0x0000571c arg  0x00000177 , 0x00000002 
+ 00022297  0x0000571d imul32  0x00000002 , 0x0000003f 
+ 00022298  0x0000571e arg  0x000186a0 , 0x00000002 
+ 00022299  0x0000571f idiv  0x00000002 
+ 00022300  0x00005720 fetch  0x00000001 , 0x0000046a 
+ 00022301  0x00005721 arg  0x00004e20 , 0x00000002 
+ 00022302  0x00005722 imul32  0x00000002 , 0x0000003f 
+ 00022303  0x00005723 iadd  0x00000002 , 0x0000003f 
+ 00022304  0x00005724 store  0x00000004 , 0x000044e5 
+ 00022305  0x00005725 bpatchx  0x0000006c , 0x0000402d 
+ 00022306  0x00005726 fetch  0x00000002 , 0x000040c1 
+ 00022307  0x00005727 call  0x00007f86 
+ 00022308  0x00005728 quotient  0x00000002 
+ 00022309  0x00005729 iadd  0x00000002 , 0x0000003f 
+ 00022310  0x0000572a store  0x00000002 , 0x0000044d 
+ 00022311  0x0000572b rtn 
+ 00022312  0x0000572e bpatchx  0x0000006d , 0x0000402d 
+ 00022313  0x0000572f fetch  0x00000006 , 0x000002e1 
+ 00022314  0x00005730 fetcht  0x00000006 , 0x000044a0 
+ 00022315  0x00005731 isub  0x00000002 , 0x0000003e 
+ 00022316  0x00005732 nrtn  0x00000005 
+ 00022317  0x00005733 call  0x00005619 
+ 00022318  0x00005734 copy  0x00000011 , 0x0000003f 
+ 00022319  0x00005735 store  0x00000001 , 0x0000448e 
+ 00022320  0x00005736 fetch  0x00000007 , 0x000002ee 
+ 00022321  0x00005737 store  0x00000007 , 0x00000101 
+ 00022322  0x00005738 ifetch  0x00000008 , 0x00000006 
+ 00022323  0x00005739 istore  0x00000008 , 0x00000005 
+ 00022324  0x0000573a fetch  0x00000006 , 0x000002db 
+ 00022325  0x0000573b store  0x00000006 , 0x0000044f 
+ 00022326  0x0000573c increase  0x00000006 , 0x00000006 
+ 00022327  0x0000573d ifetch  0x00000008 , 0x00000006 
+ 00022328  0x0000573e store  0x00000008 , 0x00000463 
+ 00022329  0x0000573f ifetcht  0x00000002 , 0x00000006 
+ 00022330  0x00005740 bpatchx  0x0000006e , 0x0000402d 
+ 00022331  0x00005741 lshift2  0x00000002 , 0x00000002 
+ 00022332  0x00005742 ifetch  0x00000002 , 0x00000006 
+ 00022333  0x00005743 lshift2  0x0000003f , 0x0000003f 
+ 00022334  0x00005744 store  0x00000002 , 0x00000441 
+ 00022335  0x00005745 store  0x00000004 , 0x00000443 
+ 00022336  0x00005746 isub  0x00000002 , 0x0000003f 
+ 00022337  0x00005747 add  0x0000003f , 0xfffffffe , 0x00000028 
+ 00022338  0x00005748 ifetch  0x00000009 , 0x00000006 
+ 00022339  0x00005749 store  0x00000009 , 0x0000046b 
+ 00022340  0x0000574a bpatchx  0x0000006f , 0x0000402d 
+ 00022341  0x0000574b ifetch  0x00000001 , 0x00000006 
+ 00022342  0x0000574c rshift4  0x0000003f , 0x00000002 
+ 00022343  0x0000574d rshift  0x00000002 , 0x00000002 
+ 00022344  0x0000574e storet  0x00000001 , 0x00000476 
+ 00022345  0x0000574f and_into  0x0000001f , 0x0000003f 
+ 00022346  0x00005750 store  0x00000001 , 0x00000458 
+ 00022347  0x00005751 call  0x00005713 
+ 00022348  0x00005752 call  0x0000545b 
+ 00022349  0x00005753 call  0x0000534c 
+ 00022350  0x00005754 call  0x0000223b 
+ 00022351  0x00005755 nrtn  0x00000005 
+ 00022352  0x00005756 bpatchx  0x00000070 , 0x0000402e 
+ 00022353  0x00005757 call  0x00002841 
+ 00022354  0x00005758 call  0x00005ad3 
+ 00022355  0x00005759 jam  0x00000014 , 0x00000a99 
+ 00022356  0x0000575a call  0x00007d86 
+ 00022357  0x0000575b branch  0x00002223 
+ 00022358  0x0000575f bpatchx  0x00000071 , 0x0000402e 
+ 00022359  0x00005760 fetch  0x00000002 , 0x0000445a 
+ 00022360  0x00005761 iforce  0x00000012 
+ 00022361  0x00005762 fetch  0x00000002 , 0x0000445c 
+ 00022362  0x00005763 iforce  0x00000013 
+ 00022363  0x00005764 fetch  0x00000002 , 0x000044bc 
+ 00022364  0x00005765 iforce  0x00000006 
+ 00022365  0x00005766 enable  0x00000028 
+ 00022366  0x00005767 rtn 
+ 00022367  0x0000576b ifetch  0x00000002 , 0x00000006 
+ 00022368  0x0000576c rtn  0x00000034 
+ 00022369  0x0000576d isub  0x00000012 , 0x0000003e 
+ 00022370  0x0000576e nrtn  0x00000002 
+ 00022371  0x0000576f isub  0x00000013 , 0x0000003e 
+ 00022372  0x00005770 rtn  0x00000005 
+ 00022373  0x00005771 branch  0x00005768 , 0x00000002 
+ 00022374  0x00005772 force  0x00000001 , 0x0000003e 
+ 00022375  0x00005773 rtn 
+ 00022376  0x00005775 force  0x00000000 , 0x0000003f 
+ 00022377  0x00005776 rtn 
+ 00022378  0x0000577b call  0x0000576d 
+ 00022379  0x0000577c branch  0x00005779 , 0x00000005 
+ 00022380  0x0000577d rtn 
+ 00022381  0x00005780 bpatchx  0x00000072 , 0x0000402e 
+ 00022382  0x00005781 fetch  0x00000002 , 0x000044bc 
+ 00022383  0x00005782 iforce  0x00000006 
+ 00022384  0x00005784 ifetch  0x00000002 , 0x00000006 
+ 00022385  0x00005785 rtn  0x00000034 
+ 00022386  0x00005786 isub  0x00000002 , 0x0000003e 
+ 00022387  0x00005787 rtn  0x00000005 
+ 00022388  0x00005788 ifetch  0x00000001 , 0x00000006 
+ 00022389  0x00005789 iadd  0x00000006 , 0x00000006 
+ 00022390  0x0000578a ifetch  0x00000001 , 0x00000006 
+ 00022391  0x0000578b iadd  0x00000006 , 0x00000006 
+ 00022392  0x0000578c branch  0x00005770 
+ 00022393  0x0000578e ifetch  0x00000001 , 0x00000006 
+ 00022394  0x0000578f iadd  0x00000006 , 0x00000006 
+ 00022395  0x00005790 rtn 
+ 00022396  0x00005795 bpatchx  0x00000073 , 0x0000402e 
+ 00022397  0x00005796 fetch  0x00000002 , 0x000044bc 
+ 00022398  0x00005797 iforce  0x00000006 
+ 00022399  0x00005799 ifetch  0x00000002 , 0x00000006 
+ 00022400  0x0000579a rtn  0x00000034 
+ 00022401  0x0000579b ifetch  0x00000001 , 0x00000006 
+ 00022402  0x0000579c iadd  0x00000006 , 0x00000006 
+ 00022403  0x0000579d increase  0xfffffffe , 0x00000006 
+ 00022404  0x0000579e ifetch  0x00000002 , 0x00000006 
+ 00022405  0x0000579f isub  0x00000002 , 0x0000003e 
+ 00022406  0x000057a0 rtn  0x00000005 
+ 00022407  0x000057a1 ifetch  0x00000001 , 0x00000006 
+ 00022408  0x000057a2 iadd  0x00000006 , 0x00000006 
+ 00022409  0x000057a3 branch  0x0000577f 
+ 00022410  0x000057a8 fetch  0x00000002 , 0x0000049c 
+ 00022411  0x000057a9 branch  0x0000578e 
+ 00022412  0x000057ac bpatchx  0x00000074 , 0x0000402e 
+ 00022413  0x000057ad fetch  0x00000002 , 0x000044bc 
+ 00022414  0x000057af iforce  0x00000006 
+ 00022415  0x000057b0 copy  0x00000002 , 0x00000011 
+ 00022416  0x000057b2 ifetch  0x00000002 , 0x00000006 
+ 00022417  0x000057b3 branch  0x00005799 , 0x00000034 
+ 00022418  0x000057b4 isub  0x00000011 , 0x0000003e 
+ 00022419  0x000057b5 branch  0x0000579a , 0x00000005 
+ 00022420  0x000057b6 ifetch  0x00000001 , 0x00000006 
+ 00022421  0x000057b7 iadd  0x00000006 , 0x00000006 
+ 00022422  0x000057b8 ifetch  0x00000001 , 0x00000006 
+ 00022423  0x000057b9 iadd  0x00000006 , 0x00000006 
+ 00022424  0x000057ba branch  0x00005790 
+ 00022425  0x000057bc branch  0x00007fef 
+ 00022426  0x000057bf ifetch  0x00000001 , 0x00000006 
+ 00022427  0x000057c0 store  0x00000001 , 0x000004a2 
+ 00022428  0x000057c1 copy  0x0000003f , 0x00000039 
+ 00022429  0x000057c2 arg  0x000004a3 , 0x00000005 
+ 00022430  0x000057c3 call  0x00007ef4 
+ 00022431  0x000057c4 ifetch  0x00000001 , 0x00000006 
+ 00022432  0x000057c5 store  0x00000001 , 0x000004b3 
+ 00022433  0x000057c6 call  0x00007ea5 
+ 00022434  0x000057c7 branch  0x00007ff1 
+ 00022435  0x000057cb bpatchx  0x00000075 , 0x0000402e 
+ 00022436  0x000057cc call  0x000057a6 
+ 00022437  0x000057cd branch  0x000057b8 
+ 00022438  0x000057d0 arg  0x00002a00 , 0x00000002 
+ 00022439  0x000057d1 call  0x0000577c 
+ 00022440  0x000057d2 rtn  0x00000034 
+ 00022441  0x000057d3 ifetch  0x00000001 , 0x00000006 
+ 00022442  0x000057d4 copy  0x00000006 , 0x00000005 
+ 00022443  0x000057d5 fetcht  0x00000001 , 0x000043af 
+ 00022444  0x000057d6 copy  0x00000002 , 0x00000039 
+ 00022445  0x000057d7 isub  0x00000002 , 0x0000003e 
+ 00022446  0x000057d8 nbranch  0x000057b5 , 0x00000002 
+ 00022447  0x000057d9 isub  0x00000002 , 0x00000002 
+ 00022448  0x000057da arg  0x000043b0 , 0x00000006 
+ 00022449  0x000057db call  0x00007f01 
+ 00022450  0x000057dc copy  0x00000002 , 0x00000039 
+ 00022451  0x000057dd ncall  0x000057f0 , 0x00000005 
+ 00022452  0x000057de rtn 
+ 00022453  0x000057e0 copy  0x0000003f , 0x00000039 
+ 00022454  0x000057e1 arg  0x000043b0 , 0x00000006 
+ 00022455  0x000057e2 branch  0x00007ef4 
+ 00022456  0x000057e6 arg  0x0000438f , 0x00000013 
+ 00022457  0x000057e7 arg  0x00004370 , 0x00000011 
+ 00022458  0x000057e8 call  0x000057c5 
+ 00022459  0x000057e9 setarg  0x00000000 
+ 00022460  0x000057ea setflag  0x00000028 , 0x00000000 , 0x0000003f 
+ 00022461  0x000057eb store  0x00000001 , 0x00000a9a 
+ 00022462  0x000057ec arg  0x000043af , 0x00000013 
+ 00022463  0x000057ed arg  0x00004390 , 0x00000011 
+ 00022464  0x000057ee call  0x000057c5 
+ 00022465  0x000057ef rtn  0x00000028 
+ 00022466  0x000057f0 fetch  0x00000001 , 0x00000a9a 
+ 00022467  0x000057f1 branch  0x00002a8c , 0x00000034 
+ 00022468  0x000057f2 rtn 
+ 00022469  0x000057f6 bpatchx  0x00000076 , 0x0000402e 
+ 00022470  0x000057f7 call  0x00007fe7 
+ 00022471  0x000057f8 call  0x00007eda 
+ 00022472  0x000057f9 arg  0x00000000 , 0x00000012 
+ 00022473  0x000057fa arg  0x00000ac3 , 0x00000005 
+ 00022474  0x000057fb call  0x000057df 
+ 00022475  0x000057fc fetch  0x00000001 , 0x000043af 
+ 00022476  0x000057fd add  0x0000003f , 0x00000001 , 0x00000002 
+ 00022477  0x000057fe iadd  0x00000012 , 0x00000011 
+ 00022478  0x000057ff increase  0x00000002 , 0x00000011 
+ 00022479  0x00005800 sub  0x00000011 , 0x0000001f , 0x0000003e 
+ 00022480  0x00005801 nbranch  0x000057dd , 0x00000002 
+ 00022481  0x00005802 istoret  0x00000001 , 0x00000005 
+ 00022482  0x00005803 arg  0x00000009 , 0x00000002 
+ 00022483  0x00005804 istoret  0x00000001 , 0x00000005 
+ 00022484  0x00005805 iforce  0x00000039 
+ 00022485  0x00005806 call  0x00007ef4 
+ 00022486  0x00005807 copy  0x00000011 , 0x00000012 
+ 00022487  0x00005809 deposit  0x00000012 
+ 00022488  0x0000580a store  0x00000001 , 0x00000ac2 
+ 00022489  0x0000580b arg  0x00000ac2 , 0x00000006 
+ 00022490  0x0000580c setarg  0xffffffe0 
+ 00022491  0x0000580d iadd  0x00000013 , 0x00000005 
+ 00022492  0x0000580e branch  0x00007ebd 
+ 00022493  0x00005811 call  0x00007fe9 
+ 00022494  0x00005812 branch  0x000057d7 
+ 00022495  0x00005815 ifetch  0x00000001 , 0x00000011 
+ 00022496  0x00005816 rtn  0x00000034 
+ 00022497  0x00005817 pincrease  0x00000001 
+ 00022498  0x00005818 ifetcht  0x00000001 , 0x00000006 
+ 00022499  0x00005819 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00022500  0x0000581a branch  0x000057ee , 0x00000005 
+ 00022501  0x0000581b iadd  0x00000012 , 0x00000012 
+ 00022502  0x0000581c copy  0x00000011 , 0x00000006 
+ 00022503  0x0000581d iforce  0x00000039 
+ 00022504  0x0000581e call  0x00007ef4 
+ 00022505  0x0000581f copy  0x00000006 , 0x00000011 
+ 00022506  0x00005821 deposit  0x00000011 
+ 00022507  0x00005822 isub  0x00000013 , 0x0000003e 
+ 00022508  0x00005823 rtn  0x00000002 
+ 00022509  0x00005824 branch  0x000057df 
+ 00022510  0x00005827 iadd  0x00000011 , 0x00000011 
+ 00022511  0x00005828 branch  0x000057ea 
+ 00022512  0x0000582c setarg  0x00000020 
+ 00022513  0x0000582d istore  0x00000001 , 0x00000005 
+ 00022514  0x0000582e loop  0x000057f0 
+ 00022515  0x0000582f rtn 
+ 00022516  0x00005833 bpatchx  0x00000077 , 0x0000402e 
+ 00022517  0x00005834 disable  0x0000002b 
+ 00022518  0x00005835 branch  0x000057f8 , 0x0000002e 
+ 00022519  0x00005836 nbranch  0x00005806 , 0x0000002d 
+ 00022520  0x00005838 call  0x00002bcb 
+ 00022521  0x00005839 fetch  0x00000002 , 0x000040c1 
+ 00022522  0x0000583a store  0x00000002 , 0x0000044d 
+ 00022523  0x0000583c nbranch  0x00002bde , 0x0000002d 
+ 00022524  0x0000583d bmark1  0x0000000f , 0x00002bde 
+ 00022525  0x0000583f fetch  0x00000001 , 0x0000450b 
+ 00022526  0x00005840 nbranch  0x00002bde , 0x00000034 
+ 00022527  0x00005841 fetch  0x00000001 , 0x000043dd 
+ 00022528  0x00005842 nbranch  0x00002bde , 0x00000034 
+ 00022529  0x00005844 fetch  0x00000001 , 0x000044e9 
+ 00022530  0x00005845 bbit1  0x00000005 , 0x00002bde 
+ 00022531  0x00005847 fetch  0x00000001 , 0x0000043f 
+ 00022532  0x00005848 bbit1  0x00000005 , 0x00002bde 
+ 00022533  0x00005849 branch  0x00002bc0 
+ 00022534  0x0000584c fetcht  0x00000002 , 0x000040c1 
+ 00022535  0x0000584d rshift  0x00000002 , 0x00000002 
+ 00022536  0x0000584e fetch  0x00000002 , 0x0000044d 
+ 00022537  0x0000584f iadd  0x00000002 , 0x0000003f 
+ 00022538  0x00005850 store  0x00000002 , 0x0000044d 
+ 00022539  0x00005851 branch  0x00002bd6 
+ 00022540  0x00005855 arg  0x00000000 , 0x00000007 
+ 00022541  0x00005856 branch  0x00005824 
+ 00022542  0x00005859 arg  0x00000000 , 0x00000007 
+ 00022543  0x0000585a branch  0x00005828 
+ 00022544  0x0000585d arg  0x00000001 , 0x00000007 
+ 00022545  0x0000585e branch  0x00005824 
+ 00022546  0x00005861 arg  0x00000001 , 0x00000007 
+ 00022547  0x00005862 branch  0x00005828 
+ 00022548  0x00005865 arg  0x00000002 , 0x00000007 
+ 00022549  0x00005866 branch  0x00005824 
+ 00022550  0x00005869 arg  0x00000002 , 0x00000007 
+ 00022551  0x0000586a branch  0x00005828 
+ 00022552  0x0000586d arg  0x00000003 , 0x00000007 
+ 00022553  0x0000586e branch  0x00005824 
+ 00022554  0x00005871 arg  0x00000003 , 0x00000007 
+ 00022555  0x00005872 branch  0x00005828 
+ 00022556  0x00005875 arg  0x00000004 , 0x00000007 
+ 00022557  0x00005876 branch  0x00005824 
+ 00022558  0x00005879 arg  0x00000004 , 0x00000007 
+ 00022559  0x0000587a branch  0x00005828 
+ 00022560  0x0000587d arg  0x00000005 , 0x00000007 
+ 00022561  0x0000587e branch  0x00005824 
+ 00022562  0x00005881 arg  0x00000005 , 0x00000007 
+ 00022563  0x00005882 branch  0x00005828 
+ 00022564  0x00005886 fetch  0x00000001 , 0x000044e9 
+ 00022565  0x00005887 qset1  0x0000003f 
+ 00022566  0x00005888 store  0x00000001 , 0x000044e9 
+ 00022567  0x00005889 rtn 
+ 00022568  0x0000588c fetch  0x00000001 , 0x000044e9 
+ 00022569  0x0000588d qset0  0x0000003f 
+ 00022570  0x0000588e store  0x00000001 , 0x000044e9 
+ 00022571  0x0000588f rtn 
+ 00022572  0x00005892 setarg  0x00112233 
+ 00022573  0x00005893 store  0x00000003 , 0x000044ea 
+ 00022574  0x00005894 setarg  0x00445566 
+ 00022575  0x00005895 istore  0x00000003 , 0x00000005 
+ 00022576  0x00005896 setarg  0x00778899 
+ 00022577  0x00005897 istore  0x00000003 , 0x00000005 
+ 00022578  0x00005898 setarg  0x00001122 
+ 00022579  0x00005899 istore  0x00000003 , 0x00000005 
+ 00022580  0x0000589a setarg  0x00334455 
+ 00022581  0x0000589b istore  0x00000003 , 0x00000005 
+ 00022582  0x0000589c setarg  0x00000066 
+ 00022583  0x0000589d istore  0x00000001 , 0x00000005 
+ 00022584  0x0000589e rtn 
+ 00022585  0x000058a2 setarg  0x01000302 
+ 00022586  0x000058a3 store  0x00000004 , 0x00004453 
+ 00022587  0x000058a4 setarg  0x00010010 
+ 00022588  0x000058a5 store  0x00000003 , 0x00004457 
+ 00022589  0x000058a6 jam  0x00000001 , 0x000044c6 
+ 00022590  0x000058a7 rtn 
+ 00022591  0x000058ac arg  0x00000000 , 0x00000011 
+ 00022592  0x000058ad arg  0x00000001 , 0x00000001 
+ 00022593  0x000058ae branch  0x00005850 
+ 00022594  0x000058b3 arg  0x00000003 , 0x00000001 
+ 00022595  0x000058b4 call  0x00005850 
+ 00022596  0x000058b5 copy  0x00000012 , 0x0000003f 
+ 00022597  0x000058b6 istore  0x00000001 , 0x00000005 
+ 00022598  0x000058b7 rtn 
+ 00022599  0x000058bc force  0x00000002 , 0x00000001 
+ 00022600  0x000058bd increase  0x00000004 , 0x00000011 
+ 00022601  0x000058be call  0x00005850 
+ 00022602  0x000058bf increase  0xfffffffc , 0x00000011 
+ 00022603  0x000058c0 copy  0x00000011 , 0x0000003f 
+ 00022604  0x000058c1 istore  0x00000002 , 0x00000005 
+ 00022605  0x000058c2 copy  0x00000012 , 0x0000003f 
+ 00022606  0x000058c3 istore  0x00000002 , 0x00000005 
+ 00022607  0x000058c4 rtn 
+ 00022608  0x000058c9 sub  0x00000011 , 0x000000f0 , 0x0000003e 
+ 00022609  0x000058ca nbranch  0x00002a8c , 0x00000002 
+ 00022610  0x000058cb fetch  0x00000001 , 0x000044ff 
+ 00022611  0x000058cc arg  0x00000001 , 0x00000002 
+ 00022612  0x000058cd arg  0x00000004 , 0x00000039 
+ 00022613  0x000058cf iand  0x00000002 , 0x0000003e 
+ 00022614  0x000058d0 branch  0x0000585a , 0x00000005 
+ 00022615  0x000058d1 lshift  0x00000002 , 0x00000002 
+ 00022616  0x000058d2 loop  0x00005855 
+ 00022617  0x000058d3 branch  0x00002a8c 
+ 00022618  0x000058d5 ixor  0x00000002 , 0x0000003f 
+ 00022619  0x000058d6 store  0x00000001 , 0x000044ff 
+ 00022620  0x000058d7 sub  0x00000039 , 0x00000004 , 0x0000003f 
+ 00022621  0x000058d8 lshift4  0x0000003f , 0x0000003f 
+ 00022622  0x000058d9 lshift4  0x0000003f , 0x0000003f 
+ 00022623  0x000058da arg  0x00001800 , 0x00000002 
+ 00022624  0x000058db iadd  0x00000002 , 0x00000002 
+ 00022625  0x000058dd arg  0x00000000 , 0x00000039 
+ 00022626  0x000058de arg  0x00004500 , 0x00000006 
+ 00022627  0x000058e0 ifetch  0x00000002 , 0x00000006 
+ 00022628  0x000058e1 branch  0x00005869 , 0x00000034 
+ 00022629  0x000058e2 copy  0x00000039 , 0x0000003f 
+ 00022630  0x000058e3 increase  0x00000001 , 0x00000039 
+ 00022631  0x000058e4 bne  0x00000004 , 0x00005863 
+ 00022632  0x000058e5 branch  0x00002a8c 
+ 00022633  0x000058e9 increase  0xfffffffe , 0x00000006 
+ 00022634  0x000058ea istoret  0x00000002 , 0x00000006 
+ 00022635  0x000058eb copy  0x00000002 , 0x00000005 
+ 00022636  0x000058ec copy  0x00000011 , 0x0000003f 
+ 00022637  0x000058ed istore  0x00000001 , 0x00000005 
+ 00022638  0x000058ee setarg  0x00000000 
+ 00022639  0x000058ef istore  0x00000001 , 0x00000005 
+ 00022640  0x000058f0 copy  0x00000001 , 0x0000003f 
+ 00022641  0x000058f1 istore  0x00000001 , 0x00000005 
+ 00022642  0x000058f2 rtn 
+ 00022643  0x000058f7 fetch  0x00000002 , 0x00004500 
+ 00022644  0x000058f8 copy  0x0000003f , 0x00000006 
+ 00022645  0x000058f9 rtn 
+ 00022646  0x000058fc fetch  0x00000002 , 0x00004502 
+ 00022647  0x000058fd copy  0x0000003f , 0x00000006 
+ 00022648  0x000058fe rtn 
+ 00022649  0x00005901 call  0x0000587c 
+ 00022650  0x00005902 copy  0x0000003f , 0x00000006 
+ 00022651  0x00005903 rtn 
+ 00022652  0x00005905 fetch  0x00000002 , 0x00004506 
+ 00022653  0x00005906 nrtn  0x00000034 
+ 00022654  0x00005907 fetch  0x00000002 , 0x00004504 
+ 00022655  0x00005908 nrtn  0x00000034 
+ 00022656  0x00005909 fetch  0x00000002 , 0x00004502 
+ 00022657  0x0000590a nrtn  0x00000034 
+ 00022658  0x0000590b fetch  0x00000002 , 0x00004500 
+ 00022659  0x0000590c rtn 
+ 00022660  0x0000590f call  0x00005873 
+ 00022661  0x00005910 increase  0x00000003 , 0x00000006 
+ 00022662  0x00005911 rtn 
+ 00022663  0x00005914 call  0x00005873 
+ 00022664  0x00005915 increase  0x00000007 , 0x00000006 
+ 00022665  0x00005916 rtn 
+ 00022666  0x00005919 call  0x00005879 
+ 00022667  0x0000591a increase  0x00000007 , 0x00000006 
+ 00022668  0x0000591b rtn 
+ 00022669  0x0000591e call  0x00005879 
+ 00022670  0x0000591f increase  0x00000003 , 0x00000006 
+ 00022671  0x00005920 rtn 
+ 00022672  0x00005925 fetch  0x00000002 , 0x00004506 
+ 00022673  0x00005926 rtn 
+ 00022674  0x0000592a fetch  0x00000002 , 0x00004504 
+ 00022675  0x0000592b rtn 
+ 00022676  0x0000592f fetch  0x00000002 , 0x00004500 
+ 00022677  0x00005930 rtn 
+ 00022678  0x00005934 fetch  0x00000002 , 0x00004500 
+ 00022679  0x00005935 arg  0x00001800 , 0x00000002 
+ 00022680  0x00005936 isub  0x00000002 , 0x0000003f 
+ 00022681  0x00005937 rshift4  0x0000003f , 0x0000003f 
+ 00022682  0x00005938 rshift4  0x0000003f , 0x00000007 
+ 00022683  0x00005939 fetch  0x00000001 , 0x000044ff 
+ 00022684  0x0000593a qset0  0x0000003f 
+ 00022685  0x0000593b store  0x00000001 , 0x000044ff 
+ 00022686  0x0000593c arg  0x00000000 , 0x00000039 
+ 00022687  0x0000593e lshift  0x00000039 , 0x0000003f 
+ 00022688  0x0000593f arg  0x00004502 , 0x00000002 
+ 00022689  0x00005940 iadd  0x00000002 , 0x00000002 
+ 00022690  0x00005941 ifetch  0x00000002 , 0x00000002 
+ 00022691  0x00005942 increase  0xfffffffe , 0x00000002 
+ 00022692  0x00005943 istore  0x00000002 , 0x00000002 
+ 00022693  0x00005944 copy  0x00000039 , 0x0000003f 
+ 00022694  0x00005945 increase  0x00000001 , 0x00000039 
+ 00022695  0x00005946 bne  0x00000003 , 0x0000589f 
+ 00022696  0x00005947 setarg  0x00000000 
+ 00022697  0x00005948 istore  0x00000002 , 0x00000002 
+ 00022698  0x00005949 rtn 
+ 00022699  0x00005950 ifetch  0x00000003 , 0x00000006 
+ 00022700  0x00005951 store  0x00000003 , 0x00000477 
+ 00022701  0x00005952 beq  0x00000002 , 0x000058c1 
+ 00022702  0x00005953 beq  0x00000003 , 0x000058c9 
+ 00022703  0x00005954 beq  0x00000004 , 0x000058cc 
+ 00022704  0x00005955 beq  0x00000006 , 0x000058f2 
+ 00022705  0x00005956 beq  0x00000008 , 0x0000593f 
+ 00022706  0x00005957 beq  0x0000000a , 0x000059bc 
+ 00022707  0x00005958 beq  0x0000000c , 0x000059e4 
+ 00022708  0x00005959 beq  0x00000010 , 0x000059fa 
+ 00022709  0x0000595a beq  0x00000012 , 0x00005a2f 
+ 00022710  0x0000595b beq  0x00000016 , 0x00005a48 
+ 00022711  0x0000595c beq  0x00000018 , 0x00005a5b 
+ 00022712  0x0000595d beq  0x00000052 , 0x00005a60 
+ 00022713  0x0000595e rtn 
+ 00022714  0x00005962 force  0x00000003 , 0x00000011 
+ 00022715  0x00005963 call  0x00005a82 
+ 00022716  0x00005964 setarg  0x00000002 
+ 00022717  0x00005965 istore  0x00000001 , 0x00000005 
+ 00022718  0x00005966 fetch  0x00000002 , 0x000044a6 
+ 00022719  0x00005967 istore  0x00000002 , 0x00000005 
+ 00022720  0x00005968 rtn 
+ 00022721  0x0000596c call  0x000058c9 
+ 00022722  0x0000596e force  0x00000003 , 0x00000011 
+ 00022723  0x0000596f call  0x00005a82 
+ 00022724  0x00005970 setarg  0x00000003 
+ 00022725  0x00005971 istore  0x00000001 , 0x00000005 
+ 00022726  0x00005972 fetch  0x00000002 , 0x000044a6 
+ 00022727  0x00005973 istore  0x00000002 , 0x00000005 
+ 00022728  0x00005974 rtn 
+ 00022729  0x00005977 rshift8  0x0000003f , 0x0000003f 
+ 00022730  0x00005978 store  0x00000002 , 0x000044a8 
+ 00022731  0x00005979 rtn 
+ 00022732  0x0000597c call  0x00005ab1 
+ 00022733  0x0000597d call  0x00007fe7 
+ 00022734  0x0000597e branch  0x000058cf 
+ 00022735  0x00005981 arg  0x00000003 , 0x0000000b 
+ 00022736  0x00005982 call  0x00005756 
+ 00022737  0x00005984 call  0x0000575f 
+ 00022738  0x00005985 branch  0x000058f0 , 0x00000034 
+ 00022739  0x00005986 nbranch  0x000058ed , 0x00000002 
+ 00022740  0x00005987 increase  0xfffffffe , 0x00000006 
+ 00022741  0x00005988 call  0x00007ea5 
+ 00022742  0x00005989 call  0x00007e9c 
+ 00022743  0x0000598a nbranch  0x000058e1 , 0x00000028 
+ 00022744  0x0000598b call  0x00007e85 
+ 00022745  0x0000598c call  0x00007fe9 
+ 00022746  0x0000598d force  0x00000014 , 0x00000011 
+ 00022747  0x0000598e call  0x00005a82 
+ 00022748  0x0000598f call  0x00007e95 
+ 00022749  0x00005990 setarg  0x00000005 
+ 00022750  0x00005991 istore  0x00000001 , 0x00000005 
+ 00022751  0x00005992 setarg  0x00000001 
+ 00022752  0x00005993 istore  0x00000001 , 0x00000005 
+ 00022753  0x00005995 call  0x00007e9f 
+ 00022754  0x00005996 ifetch  0x00000002 , 0x00000006 
+ 00022755  0x00005997 istore  0x00000002 , 0x00000005 
+ 00022756  0x00005998 ifetch  0x00000001 , 0x00000006 
+ 00022757  0x00005999 copy  0x0000003f , 0x00000039 
+ 00022758  0x0000599a call  0x00007f01 
+ 00022759  0x0000599b call  0x00007ea2 
+ 00022760  0x0000599c increase  0xffffffff , 0x0000000b 
+ 00022761  0x0000599d branch  0x000058f0 , 0x00000005 
+ 00022762  0x0000599f ifetch  0x00000001 , 0x00000006 
+ 00022763  0x000059a0 iadd  0x00000006 , 0x00000006 
+ 00022764  0x000059a1 branch  0x000058d1 
+ 00022765  0x000059a3 ifetch  0x00000001 , 0x00000006 
+ 00022766  0x000059a4 iadd  0x00000006 , 0x00000006 
+ 00022767  0x000059a5 branch  0x000058ea 
+ 00022768  0x000059a7 branch  0x00005a76 , 0x00000028 
+ 00022769  0x000059a8 branch  0x00005aa5 
+ 00022770  0x000059ac call  0x00005ab1 
+ 00022771  0x000059ad ifetch  0x00000002 , 0x00000006 
+ 00022772  0x000059ae store  0x00000002 , 0x00004472 
+ 00022773  0x000059af call  0x00007ea5 
+ 00022774  0x000059b0 arg  0x0000445e , 0x00000005 
+ 00022775  0x000059b1 fetch  0x00000002 , 0x000044fc 
+ 00022776  0x000059b2 increase  0xfffffff9 , 0x0000003f 
+ 00022777  0x000059b3 call  0x000056db 
+ 00022778  0x000059b4 branch  0x00005905 
+ 00022779  0x000059b8 disable  0x00000028 
+ 00022780  0x000059b9 fetcht  0x00000002 , 0x0000445a 
+ 00022781  0x000059ba fetch  0x00000002 , 0x0000445c 
+ 00022782  0x000059bb isub  0x00000002 , 0x0000003e 
+ 00022783  0x000059bc nbranch  0x00005902 , 0x00000002 
+ 00022784  0x000059bd deposit  0x00000002 
+ 00022785  0x000059be rtnne  0x00000000 
+ 00022786  0x000059c0 enable  0x00000028 
+ 00022787  0x000059c1 jam  0x00000001 , 0x0000047a 
+ 00022788  0x000059c2 branch  0x00005a77 
+ 00022789  0x000059c6 call  0x000058fb 
+ 00022790  0x000059c7 rtn  0x00000028 
+ 00022791  0x000059c8 fetcht  0x00000002 , 0x00004472 
+ 00022792  0x000059c9 setarg  0x00002800 
+ 00022793  0x000059ca isub  0x00000002 , 0x0000003e 
+ 00022794  0x000059cb branch  0x0000590c , 0x00000005 
+ 00022795  0x000059cc branch  0x00005a76 
+ 00022796  0x000059d0 jam  0x00000000 , 0x000004b4 
+ 00022797  0x000059d1 fetcht  0x00000002 , 0x0000445a 
+ 00022798  0x000059d2 storet  0x00000002 , 0x00000aa2 
+ 00022799  0x000059d3 call  0x0000578c 
+ 00022800  0x000059d4 nbranch  0x00005a76 , 0x00000034 
+ 00022801  0x000059d6 fetcht  0x00000002 , 0x00000aa2 
+ 00022802  0x000059d7 call  0x0000578c 
+ 00022803  0x000059d8 nbranch  0x00005925 , 0x00000034 
+ 00022804  0x000059d9 copy  0x00000006 , 0x00000011 
+ 00022805  0x000059da fetch  0x00000001 , 0x000004b3 
+ 00022806  0x000059db copy  0x0000003f , 0x00000039 
+ 00022807  0x000059dc fetcht  0x00000001 , 0x0000445e 
+ 00022808  0x000059dd isub  0x00000002 , 0x0000003e 
+ 00022809  0x000059de nbranch  0x00005921 , 0x00000005 
+ 00022810  0x000059df arg  0x0000445f , 0x00000012 
+ 00022811  0x000059e0 call  0x00007f88 
+ 00022812  0x000059e2 branch  0x00005928 , 0x00000005 
+ 00022813  0x000059e4 fetch  0x00000002 , 0x000004a3 
+ 00022814  0x000059e5 fetcht  0x00000002 , 0x00004472 
+ 00022815  0x000059e6 isub  0x00000002 , 0x0000003e 
+ 00022816  0x000059e7 branch  0x00005930 , 0x00000005 
+ 00022817  0x000059e9 fetch  0x00000002 , 0x00000aa2 
+ 00022818  0x000059ea increase  0x00000001 , 0x0000003f 
+ 00022819  0x000059eb store  0x00000002 , 0x00000aa2 
+ 00022820  0x000059ec branch  0x00005911 
+ 00022821  0x000059ef fetch  0x00000001 , 0x000004b4 
+ 00022822  0x000059f0 beq  0x00000001 , 0x00005930 
+ 00022823  0x000059f1 branch  0x00005a76 
+ 00022824  0x000059f5 fetch  0x00000002 , 0x000004a3 
+ 00022825  0x000059f6 fetcht  0x00000002 , 0x00004472 
+ 00022826  0x000059f7 isub  0x00000002 , 0x0000003e 
+ 00022827  0x000059f8 nbranch  0x00005921 , 0x00000005 
+ 00022828  0x000059f9 jam  0x00000001 , 0x000004b4 
+ 00022829  0x000059fb fetcht  0x00000002 , 0x00000aa2 
+ 00022830  0x000059fc storet  0x00000002 , 0x0000049e 
+ 00022831  0x000059fd branch  0x00005921 
+ 00022832  0x00005a00 fetch  0x00000001 , 0x000004b4 
+ 00022833  0x00005a01 beq  0x00000000 , 0x00005921 
+ 00022834  0x00005a02 jam  0x00000002 , 0x000004b4 
+ 00022835  0x00005a03 fetcht  0x00000002 , 0x00000aa2 
+ 00022836  0x00005a04 increase  0xffffffff , 0x00000002 
+ 00022837  0x00005a05 storet  0x00000002 , 0x000004a0 
+ 00022838  0x00005a08 arg  0x00000005 , 0x00000011 
+ 00022839  0x00005a09 call  0x00005a82 
+ 00022840  0x00005a0a setarg  0x00000007 
+ 00022841  0x00005a0b istore  0x00000001 , 0x00000005 
+ 00022842  0x00005a0c fetch  0x00000002 , 0x0000049e 
+ 00022843  0x00005a0d istore  0x00000002 , 0x00000005 
+ 00022844  0x00005a0e fetch  0x00000002 , 0x000004a0 
+ 00022845  0x00005a0f istore  0x00000002 , 0x00000005 
+ 00022846  0x00005a10 rtn 
+ 00022847  0x00005a15 call  0x00005ab1 
+ 00022848  0x00005a16 call  0x000056df 
+ 00022849  0x00005a17 branch  0x00005942 
+ 00022850  0x00005a1a fetcht  0x00000002 , 0x0000445a 
+ 00022851  0x00005a1b storet  0x00000002 , 0x00000aa2 
+ 00022852  0x00005a1c call  0x00005756 
+ 00022853  0x00005a1d call  0x0000576d 
+ 00022854  0x00005a1e increase  0xfffffffe , 0x00000006 
+ 00022855  0x00005a1f copy  0x00000006 , 0x0000003f 
+ 00022856  0x00005a20 store  0x00000002 , 0x0000049c 
+ 00022857  0x00005a22 fetcht  0x00000002 , 0x00004472 
+ 00022858  0x00005a23 setarg  0x00002a00 
+ 00022859  0x00005a24 isub  0x00000002 , 0x0000003e 
+ 00022860  0x00005a25 branch  0x000059a8 , 0x00000005 
+ 00022861  0x00005a26 setarg  0x00002803 
+ 00022862  0x00005a27 isub  0x00000002 , 0x0000003e 
+ 00022863  0x00005a28 nbranch  0x00005990 , 0x00000005 
+ 00022864  0x00005a29 arg  0x00000002 , 0x0000000b 
+ 00022865  0x00005a2b call  0x00005a88 
+ 00022866  0x00005a2c nbranch  0x0000596d , 0x00000002 
+ 00022867  0x00005a2d fetcht  0x00000002 , 0x00000aa2 
+ 00022868  0x00005a2e call  0x0000578a 
+ 00022869  0x00005a2f beq  0x00000001 , 0x0000596d 
+ 00022870  0x00005a30 call  0x00005a94 
+ 00022871  0x00005a31 nbranch  0x0000596b , 0x00000005 
+ 00022872  0x00005a32 nbranch  0x0000596f , 0x00000028 
+ 00022873  0x00005a33 disable  0x00000028 
+ 00022874  0x00005a34 arg  0x00000014 , 0x00000011 
+ 00022875  0x00005a35 call  0x00005a82 
+ 00022876  0x00005a36 setarg  0x00000009 
+ 00022877  0x00005a37 istore  0x00000001 , 0x00000005 
+ 00022878  0x00005a38 copy  0x00000005 , 0x00000030 
+ 00022879  0x00005a39 increase  0x00000001 , 0x00000005 
+ 00022880  0x00005a3b call  0x0000597d 
+ 00022881  0x00005a3c call  0x00005a84 
+ 00022882  0x00005a3d call  0x0000578a 
+ 00022883  0x00005a3e call  0x00005984 
+ 00022884  0x00005a3f fetch  0x00000001 , 0x000004a2 
+ 00022885  0x00005a40 increase  0x00000005 , 0x0000003f 
+ 00022886  0x00005a41 istore  0x00000001 , 0x00000030 
+ 00022887  0x00005a42 fetch  0x00000001 , 0x000004a2 
+ 00022888  0x00005a43 beq  0x00000010 , 0x0000596d 
+ 00022889  0x00005a44 increase  0xffffffff , 0x0000000b 
+ 00022890  0x00005a45 branch  0x0000596d , 0x00000005 
+ 00022891  0x00005a47 call  0x00005a84 
+ 00022892  0x00005a48 branch  0x00005951 
+ 00022893  0x00005a4a branch  0x00005a76 , 0x00000028 
+ 00022894  0x00005a4b branch  0x00005aa5 
+ 00022895  0x00005a4e call  0x00005a97 
+ 00022896  0x00005a4f call  0x00005a84 
+ 00022897  0x00005a50 call  0x0000578a 
+ 00022898  0x00005a51 fetch  0x00000001 , 0x000004a2 
+ 00022899  0x00005a52 beq  0x00000010 , 0x0000596d 
+ 00022900  0x00005a54 call  0x00007e9c 
+ 00022901  0x00005a55 fetch  0x00000002 , 0x00000aa2 
+ 00022902  0x00005a56 increase  0xffffffff , 0x0000003f 
+ 00022903  0x00005a57 istore  0x00000002 , 0x00000005 
+ 00022904  0x00005a58 call  0x00005aa1 
+ 00022905  0x00005a59 call  0x00005984 
+ 00022906  0x00005a5a increase  0xffffffff , 0x0000000b 
+ 00022907  0x00005a5b branch  0x0000596d , 0x00000005 
+ 00022908  0x00005a5c branch  0x0000596b 
+ 00022909  0x00005a60 fetch  0x00000002 , 0x00000aa2 
+ 00022910  0x00005a61 istore  0x00000002 , 0x00000005 
+ 00022911  0x00005a63 fetch  0x00000001 , 0x000004b3 
+ 00022912  0x00005a64 copy  0x0000003f , 0x00000039 
+ 00022913  0x00005a65 call  0x00007e9f 
+ 00022914  0x00005a66 call  0x00007ef4 
+ 00022915  0x00005a67 branch  0x00007ea2 
+ 00022916  0x00005a69 call  0x00007e9c 
+ 00022917  0x00005a6a fetch  0x00000002 , 0x00000aa2 
+ 00022918  0x00005a6b istore  0x00000002 , 0x00000005 
+ 00022919  0x00005a6c call  0x00007ea2 
+ 00022920  0x00005a6d fetch  0x00000001 , 0x000004a2 
+ 00022921  0x00005a6e copy  0x0000003f , 0x00000039 
+ 00022922  0x00005a6f call  0x00007e9c 
+ 00022923  0x00005a70 call  0x00007e9f 
+ 00022924  0x00005a71 isub  0x00000039 , 0x00000006 
+ 00022925  0x00005a72 increase  0xffffffff , 0x00000006 
+ 00022926  0x00005a73 call  0x00007ef4 
+ 00022927  0x00005a74 branch  0x00007ea2 
+ 00022928  0x00005a79 fetcht  0x00000002 , 0x0000445a 
+ 00022929  0x00005a7a storet  0x00000002 , 0x00000aa2 
+ 00022930  0x00005a7c call  0x00005a88 
+ 00022931  0x00005a7d nbranch  0x00005a76 , 0x00000002 
+ 00022932  0x00005a7e call  0x0000578a 
+ 00022933  0x00005a7f beq  0x00000001 , 0x00005a76 
+ 00022934  0x00005a80 call  0x00005a94 
+ 00022935  0x00005a81 nbranch  0x000059a6 , 0x00000005 
+ 00022936  0x00005a84 arg  0x00000014 , 0x00000011 
+ 00022937  0x00005a85 call  0x00005a82 
+ 00022938  0x00005a86 setarg  0x00000009 
+ 00022939  0x00005a87 istore  0x00000001 , 0x00000005 
+ 00022940  0x00005a88 fetch  0x00000001 , 0x000004b3 
+ 00022941  0x00005a89 copy  0x0000003f , 0x00000039 
+ 00022942  0x00005a8a increase  0x00000002 , 0x0000003f 
+ 00022943  0x00005a8b istore  0x00000001 , 0x00000005 
+ 00022944  0x00005a8c fetch  0x00000002 , 0x00000aa2 
+ 00022945  0x00005a8d istore  0x00000002 , 0x00000005 
+ 00022946  0x00005a8e call  0x00007e9f 
+ 00022947  0x00005a8f call  0x00007ef4 
+ 00022948  0x00005a90 call  0x00007ea2 
+ 00022949  0x00005a91 branch  0x00005aa5 
+ 00022950  0x00005a94 call  0x00005a84 
+ 00022951  0x00005a95 branch  0x00005992 
+ 00022952  0x00005a99 arg  0x00002a00 , 0x00000002 
+ 00022953  0x00005a9a call  0x0000577c 
+ 00022954  0x00005a9b rtn  0x00000034 
+ 00022955  0x00005a9c increase  0xfffffffb , 0x00000006 
+ 00022956  0x00005a9d ifetch  0x00000002 , 0x00000006 
+ 00022957  0x00005a9e store  0x00000002 , 0x00000aa2 
+ 00022958  0x00005a9f arg  0x00000014 , 0x00000011 
+ 00022959  0x00005aa0 call  0x00005a82 
+ 00022960  0x00005aa1 setarg  0x00000009 
+ 00022961  0x00005aa2 istore  0x00000001 , 0x00000005 
+ 00022962  0x00005aa3 fetch  0x00000001 , 0x000043af 
+ 00022963  0x00005aa4 copy  0x0000003f , 0x00000039 
+ 00022964  0x00005aa5 increase  0x00000002 , 0x0000003f 
+ 00022965  0x00005aa6 istore  0x00000001 , 0x00000005 
+ 00022966  0x00005aa7 fetch  0x00000002 , 0x00000aa2 
+ 00022967  0x00005aa8 istore  0x00000002 , 0x00000005 
+ 00022968  0x00005aa9 arg  0x000043b0 , 0x00000006 
+ 00022969  0x00005aaa call  0x00007ef4 
+ 00022970  0x00005aab call  0x00007ea2 
+ 00022971  0x00005aac branch  0x00005aa5 
+ 00022972  0x00005ab1 fetcht  0x00000002 , 0x00000478 
+ 00022973  0x00005ab2 fetch  0x00000001 , 0x000044e9 
+ 00022974  0x00005ab3 bbit1  0x00000003 , 0x000059dd 
+ 00022975  0x00005ab6 call  0x0000576a 
+ 00022976  0x00005ab7 branch  0x00005a76 , 0x00000034 
+ 00022977  0x00005ab8 increase  0xfffffffe , 0x00000006 
+ 00022978  0x00005ab9 ifetch  0x00000002 , 0x00000006 
+ 00022979  0x00005aba arg  0x00002a00 , 0x00000002 
+ 00022980  0x00005abb isub  0x00000002 , 0x0000003e 
+ 00022981  0x00005abc branch  0x000059d3 , 0x00000005 
+ 00022982  0x00005abd ifetch  0x00000001 , 0x00000006 
+ 00022983  0x00005abe sub  0x0000003f , 0x00000016 , 0x0000003e 
+ 00022984  0x00005abf branch  0x000059ca , 0x00000002 
+ 00022985  0x00005ac0 force  0x00000016 , 0x0000003f 
+ 00022986  0x00005ac2 copy  0x0000003f , 0x00000013 
+ 00022987  0x00005ac3 call  0x00007ea5 
+ 00022988  0x00005ac4 add  0x00000013 , 0x00000001 , 0x00000011 
+ 00022989  0x00005ac5 call  0x00005a82 
+ 00022990  0x00005ac6 setarg  0x0000000b 
+ 00022991  0x00005ac7 istore  0x00000001 , 0x00000005 
+ 00022992  0x00005ac8 copy  0x00000013 , 0x00000039 
+ 00022993  0x00005ac9 call  0x00007e9f 
+ 00022994  0x00005aca branch  0x00007f01 
+ 00022995  0x00005acd call  0x00007ea5 
+ 00022996  0x00005ace fetch  0x00000001 , 0x000043af 
+ 00022997  0x00005acf add  0x0000003f , 0x00000001 , 0x00000011 
+ 00022998  0x00005ad0 call  0x00005a82 
+ 00022999  0x00005ad1 setarg  0x0000000b 
+ 00023000  0x00005ad2 istore  0x00000001 , 0x00000005 
+ 00023001  0x00005ad3 fetch  0x00000001 , 0x000043af 
+ 00023002  0x00005ad4 copy  0x0000003f , 0x00000039 
+ 00023003  0x00005ad5 arg  0x000043b0 , 0x00000006 
+ 00023004  0x00005ad6 branch  0x00007f01 
+ 00023005  0x00005ada fetch  0x00000002 , 0x000044fa 
+ 00023006  0x00005adb isub  0x00000002 , 0x0000003e 
+ 00023007  0x00005adc nbranch  0x000059bf , 0x00000005 
+ 00023008  0x00005ade call  0x00005a42 
+ 00023009  0x00005adf nbranch  0x000059bf , 0x00000028 
+ 00023010  0x00005ae0 jam  0x00000005 , 0x0000047a 
+ 00023011  0x00005ae1 branch  0x00005a77 
+ 00023012  0x00005ae5 ifetch  0x00000002 , 0x00000006 
+ 00023013  0x00005ae6 store  0x00000002 , 0x0000445e 
+ 00023014  0x00005ae8 arg  0x00000014 , 0x00000011 
+ 00023015  0x00005ae9 call  0x00005a82 
+ 00023016  0x00005aea setarg  0x0000000d 
+ 00023017  0x00005aeb istore  0x00000001 , 0x00000005 
+ 00023018  0x00005aec fetch  0x00000002 , 0x0000445e 
+ 00023019  0x00005aed iforce  0x00000011 
+ 00023020  0x00005aee fetcht  0x00000002 , 0x00000478 
+ 00023021  0x00005aef call  0x0000576a 
+ 00023022  0x00005af0 branch  0x00005a76 , 0x00000034 
+ 00023023  0x00005af1 ifetch  0x00000001 , 0x00000006 
+ 00023024  0x00005af2 isub  0x00000011 , 0x00000039 
+ 00023025  0x00005af3 nbranch  0x00005a76 , 0x00000002 
+ 00023026  0x00005af4 sub  0x00000039 , 0x00000016 , 0x0000003e 
+ 00023027  0x00005af5 branch  0x000059f5 , 0x00000002 
+ 00023028  0x00005af6 force  0x00000016 , 0x00000039 
+ 00023029  0x00005af8 deposit  0x00000011 
+ 00023030  0x00005af9 iadd  0x00000006 , 0x00000006 
+ 00023031  0x00005afa call  0x00007ef4 
+ 00023032  0x00005afb call  0x00007ea2 
+ 00023033  0x00005afc branch  0x00005aa5 
+ 00023034  0x00005b00 call  0x00005ab1 
+ 00023035  0x00005b01 call  0x000056d7 
+ 00023036  0x00005b02 branch  0x000059fd 
+ 00023037  0x00005b08 arg  0x00000002 , 0x0000000b 
+ 00023038  0x00005b09 fetcht  0x00000002 , 0x0000445a 
+ 00023039  0x00005b0d storet  0x00000002 , 0x00000aa2 
+ 00023040  0x00005b0e call  0x00005756 
+ 00023041  0x00005b0f call  0x0000576d 
+ 00023042  0x00005b10 increase  0xfffffffe , 0x00000006 
+ 00023043  0x00005b11 copy  0x00000006 , 0x0000003f 
+ 00023044  0x00005b12 store  0x00000002 , 0x0000049c 
+ 00023045  0x00005b14 call  0x00005a88 
+ 00023046  0x00005b15 nbranch  0x00005a25 , 0x00000002 
+ 00023047  0x00005b16 fetcht  0x00000002 , 0x00000aa2 
+ 00023048  0x00005b17 call  0x0000578a 
+ 00023049  0x00005b18 beq  0x00000001 , 0x00005a28 
+ 00023050  0x00005b1a call  0x00005a8c 
+ 00023051  0x00005b1b nbranch  0x00005a23 , 0x00000005 
+ 00023052  0x00005b1c copy  0x0000000b , 0x0000003f 
+ 00023053  0x00005b1d beq  0x00000000 , 0x00005a28 
+ 00023054  0x00005b1e nbranch  0x00005a19 , 0x00000028 
+ 00023055  0x00005b1f disable  0x00000028 
+ 00023056  0x00005b21 arg  0x00000014 , 0x00000011 
+ 00023057  0x00005b22 call  0x00005a82 
+ 00023058  0x00005b23 setarg  0x00000011 
+ 00023059  0x00005b24 istore  0x00000001 , 0x00000005 
+ 00023060  0x00005b25 fetch  0x00000001 , 0x000004b3 
+ 00023061  0x00005b26 increase  0x00000004 , 0x0000003f 
+ 00023062  0x00005b27 istore  0x00000001 , 0x00000005 
+ 00023063  0x00005b28 call  0x00007ea2 
+ 00023064  0x00005b29 branch  0x00005a1f 
+ 00023065  0x00005b2b fetch  0x00000001 , 0x000004b3 
+ 00023066  0x00005b2c beq  0x00000010 , 0x00005a28 
+ 00023067  0x00005b2d fetch  0x00000002 , 0x00000aa2 
+ 00023068  0x00005b2e increase  0xffffffff , 0x0000003f 
+ 00023069  0x00005b2f store  0x00000002 , 0x000004a0 
+ 00023070  0x00005b30 call  0x00005a9c 
+ 00023071  0x00005b32 fetch  0x00000002 , 0x00000aa2 
+ 00023072  0x00005b33 store  0x00000002 , 0x0000049e 
+ 00023073  0x00005b34 call  0x00005a97 
+ 00023074  0x00005b35 increase  0xffffffff , 0x0000000b 
+ 00023075  0x00005b38 call  0x00005a84 
+ 00023076  0x00005b39 branch  0x00005a05 
+ 00023077  0x00005b3c fetch  0x00000002 , 0x00000aa2 
+ 00023078  0x00005b3d store  0x00000002 , 0x000004a0 
+ 00023079  0x00005b3e branch  0x00005a2c 
+ 00023080  0x00005b40 fetch  0x00000002 , 0x00000aa2 
+ 00023081  0x00005b41 increase  0xffffffff , 0x0000003f 
+ 00023082  0x00005b42 store  0x00000002 , 0x000004a0 
+ 00023083  0x00005b43 branch  0x00005a2c 
+ 00023084  0x00005b45 branch  0x00005a76 , 0x00000028 
+ 00023085  0x00005b46 call  0x00005a9c 
+ 00023086  0x00005b47 branch  0x00005aa5 
+ 00023087  0x00005b4d copy  0x00000006 , 0x00000011 
+ 00023088  0x00005b4e fetch  0x00000002 , 0x000044fc 
+ 00023089  0x00005b4f add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00023090  0x00005b50 call  0x000056e2 
+ 00023091  0x00005b52 fetch  0x00000001 , 0x000044e9 
+ 00023092  0x00005b53 bbit0  0x00000004 , 0x00005a3d 
+ 00023093  0x00005b55 fetcht  0x00000002 , 0x00000478 
+ 00023094  0x00005b56 fetch  0x00000002 , 0x000044fa 
+ 00023095  0x00005b57 isub  0x00000002 , 0x0000003e 
+ 00023096  0x00005b58 nbranch  0x00005a3d , 0x00000005 
+ 00023097  0x00005b59 call  0x00005a42 
+ 00023098  0x00005b5a nbranch  0x00005a3d , 0x00000028 
+ 00023099  0x00005b5b jam  0x00000005 , 0x0000047a 
+ 00023100  0x00005b5c branch  0x00005a77 
+ 00023101  0x00005b5f force  0x00000001 , 0x00000011 
+ 00023102  0x00005b60 call  0x00005a82 
+ 00023103  0x00005b61 setarg  0x00000013 
+ 00023104  0x00005b62 istore  0x00000001 , 0x00000005 
+ 00023105  0x00005b63 rtn 
+ 00023106  0x00005b66 call  0x00007fe9 
+ 00023107  0x00005b67 fetch  0x00000001 , 0x000044c6 
+ 00023108  0x00005b68 rtneq  0x00000000 
+ 00023109  0x00005b69 fetch  0x00000001 , 0x00004040 
+ 00023110  0x00005b6a rtnbit1  0x00000004 
+ 00023111  0x00005b6b branch  0x00007fe7 
+ 00023112  0x00005b6f add  0x00000006 , 0x00000002 , 0x00000011 
+ 00023113  0x00005b70 fetch  0x00000002 , 0x000044fc 
+ 00023114  0x00005b71 add  0x0000003f , 0xfffffffb , 0x00000012 
+ 00023115  0x00005b72 call  0x000056e2 
+ 00023116  0x00005b73 branch  0x00005a4d 
+ 00023117  0x00005b77 fetch  0x00000002 , 0x000044fc 
+ 00023118  0x00005b78 copy  0x0000003f , 0x00000011 
+ 00023119  0x00005b79 call  0x00005a82 
+ 00023120  0x00005b7a setarg  0x00000017 
+ 00023121  0x00005b7b istore  0x00000001 , 0x00000005 
+ 00023122  0x00005b7c fetch  0x00000002 , 0x00000478 
+ 00023123  0x00005b7d istore  0x00000002 , 0x00000005 
+ 00023124  0x00005b7e fetch  0x00000002 , 0x000044fc 
+ 00023125  0x00005b7f add  0x0000003f , 0xfffffffb , 0x00000039 
+ 00023126  0x00005b80 fetch  0x00000002 , 0x0000450d 
+ 00023127  0x00005b81 add  0x0000003f , 0x00000007 , 0x00000006 
+ 00023128  0x00005b82 ifetch  0x00000002 , 0x00000006 
+ 00023129  0x00005b83 istore  0x00000002 , 0x00000005 
+ 00023130  0x00005b84 branch  0x00007ef4 
+ 00023131  0x00005b8b force  0x00000001 , 0x00000011 
+ 00023132  0x00005b8c call  0x00005a82 
+ 00023133  0x00005b8d setarg  0x00000019 
+ 00023134  0x00005b8e istore  0x00000001 , 0x00000005 
+ 00023135  0x00005b8f rtn 
+ 00023136  0x00005b94 copy  0x00000006 , 0x00000011 
+ 00023137  0x00005b95 fetch  0x00000002 , 0x000044fc 
+ 00023138  0x00005b96 add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00023139  0x00005b97 branch  0x000056e2 
+ 00023140  0x00005b9d copy  0x00000002 , 0x00000013 
+ 00023141  0x00005b9e increase  0x00000003 , 0x00000011 
+ 00023142  0x00005b9f call  0x00005a82 
+ 00023143  0x00005ba0 increase  0xfffffffd , 0x00000011 
+ 00023144  0x00005ba1 setarg  0x0000001b 
+ 00023145  0x00005ba2 istore  0x00000001 , 0x00000005 
+ 00023146  0x00005ba3 copy  0x00000013 , 0x00000002 
+ 00023147  0x00005ba4 istoret  0x00000002 , 0x00000005 
+ 00023148  0x00005ba5 rtn 
+ 00023149  0x00005ba9 copy  0x00000002 , 0x00000013 
+ 00023150  0x00005baa increase  0x00000003 , 0x00000011 
+ 00023151  0x00005bab call  0x00005a82 
+ 00023152  0x00005bac increase  0xfffffffd , 0x00000011 
+ 00023153  0x00005bad setarg  0x0000001d 
+ 00023154  0x00005bae istore  0x00000001 , 0x00000005 
+ 00023155  0x00005baf copy  0x00000013 , 0x00000002 
+ 00023156  0x00005bb0 istoret  0x00000002 , 0x00000005 
+ 00023157  0x00005bb1 rtn 
+ 00023158  0x00005bb7 jam  0x0000000a , 0x0000047a 
+ 00023159  0x00005bb9 force  0x00000005 , 0x00000011 
+ 00023160  0x00005bba call  0x00005a82 
+ 00023161  0x00005bbb setarg  0x00000001 
+ 00023162  0x00005bbc istore  0x00000001 , 0x00000005 
+ 00023163  0x00005bbd fetch  0x00000001 , 0x00000477 
+ 00023164  0x00005bbe istore  0x00000001 , 0x00000005 
+ 00023165  0x00005bbf fetch  0x00000002 , 0x00000478 
+ 00023166  0x00005bc0 istore  0x00000002 , 0x00000005 
+ 00023167  0x00005bc1 fetch  0x00000001 , 0x0000047a 
+ 00023168  0x00005bc2 istore  0x00000001 , 0x00000005 
+ 00023169  0x00005bc3 rtn 
+ 00023170  0x00005bc7 force  0x00000004 , 0x00000012 
+ 00023171  0x00005bc8 branch  0x00005847 
+ 00023172  0x00005bcc fetcht  0x00000002 , 0x00000aa2 
+ 00023173  0x00005bcd increase  0x00000001 , 0x00000002 
+ 00023174  0x00005bce storet  0x00000002 , 0x00000aa2 
+ 00023175  0x00005bcf rtn 
+ 00023176  0x00005bd2 fetcht  0x00000002 , 0x00000aa2 
+ 00023177  0x00005bd3 fetch  0x00000002 , 0x0000445c 
+ 00023178  0x00005bd4 isub  0x00000002 , 0x0000003e 
+ 00023179  0x00005bd5 rtn 
+ 00023180  0x00005bd9 fetcht  0x00000001 , 0x0000445e 
+ 00023181  0x00005bda arg  0x0000445f , 0x00000011 
+ 00023182  0x00005bdc fetch  0x00000001 , 0x000004a2 
+ 00023183  0x00005bdd copy  0x0000003f , 0x00000039 
+ 00023184  0x00005bde isub  0x00000002 , 0x0000003e 
+ 00023185  0x00005bdf nrtn  0x00000005 
+ 00023186  0x00005be0 arg  0x000004a3 , 0x00000012 
+ 00023187  0x00005be1 branch  0x00007f88 
+ 00023188  0x00005be4 fetcht  0x00000001 , 0x00004471 
+ 00023189  0x00005be5 arg  0x00004472 , 0x00000011 
+ 00023190  0x00005be6 branch  0x00005a8e 
+ 00023191  0x00005bea fetch  0x00000001 , 0x000004b3 
+ 00023192  0x00005beb store  0x00000001 , 0x00000101 
+ 00023193  0x00005bec copy  0x0000003f , 0x00000039 
+ 00023194  0x00005bed call  0x00007e9f 
+ 00023195  0x00005bee branch  0x00007ef4 
+ 00023196  0x00005bf2 call  0x00007e9c 
+ 00023197  0x00005bf3 fetch  0x00000002 , 0x0000049e 
+ 00023198  0x00005bf4 istore  0x00000002 , 0x00000005 
+ 00023199  0x00005bf5 fetch  0x00000002 , 0x000004a0 
+ 00023200  0x00005bf6 istore  0x00000002 , 0x00000005 
+ 00023201  0x00005bf8 fetch  0x00000001 , 0x00000101 
+ 00023202  0x00005bf9 copy  0x0000003f , 0x00000039 
+ 00023203  0x00005bfa call  0x00007ef4 
+ 00023204  0x00005bfb branch  0x00007ea2 
+ 00023205  0x00005c00 call  0x00007e9c 
+ 00023206  0x00005c01 call  0x0000588a 
+ 00023207  0x00005c02 copy  0x00000005 , 0x0000003f 
+ 00023208  0x00005c03 isub  0x00000006 , 0x00000011 
+ 00023209  0x00005c04 call  0x0000588d 
+ 00023210  0x00005c05 copy  0x00000011 , 0x0000003f 
+ 00023211  0x00005c06 istore  0x00000002 , 0x00000006 
+ 00023212  0x00005c07 increase  0x00000004 , 0x00000011 
+ 00023213  0x00005c08 call  0x00005879 
+ 00023214  0x00005c09 copy  0x00000011 , 0x0000003f 
+ 00023215  0x00005c0a istore  0x00000001 , 0x00000006 
+ 00023216  0x00005c0b rtn 
+ 00023217  0x00005c0f rshift8  0x0000003f , 0x0000003f 
+ 00023218  0x00005c10 store  0x00000002 , 0x0000445a 
+ 00023219  0x00005c11 ifetch  0x00000002 , 0x00000006 
+ 00023220  0x00005c12 store  0x00000002 , 0x0000445c 
+ 00023221  0x00005c13 rtn 
+ 00023222  0x00005c19 ifetch  0x00000001 , 0x00000006 
+ 00023223  0x00005c1a ifetcht  0x00000001 , 0x00000006 
+ 00023224  0x00005c1b ifetcht  0x00000002 , 0x00000006 
+ 00023225  0x00005c1c beq  0x00000013 , 0x00005abb 
+ 00023226  0x00005c1d rtn 
+ 00023227  0x00005c1f ifetch  0x00000002 , 0x00000006 
+ 00023228  0x00005c20 store  0x00000002 , 0x00004509 
+ 00023229  0x00005c21 jam  0x00000040 , 0x00000a99 
+ 00023230  0x00005c22 branch  0x00007d86 
+ 00023231  0x00005c29 arg  0x0000000c , 0x00000011 
+ 00023232  0x00005c2a arg  0x00000012 , 0x00000013 
+ 00023233  0x00005c2b call  0x00005ac7 
+ 00023234  0x00005c2c setarg  0x00000008 
+ 00023235  0x00005c2d istore  0x00000002 , 0x00000005 
+ 00023236  0x00005c2e fetch  0x00000008 , 0x00004496 
+ 00023237  0x00005c2f istore  0x00000008 , 0x00000005 
+ 00023238  0x00005c30 rtn 
+ 00023239  0x00005c35 call  0x00005acf 
+ 00023240  0x00005c36 arg  0x00000005 , 0x00000012 
+ 00023241  0x00005c37 call  0x00005847 
+ 00023242  0x00005c38 copy  0x00000013 , 0x0000003f 
+ 00023243  0x00005c39 istore  0x00000001 , 0x00000005 
+ 00023244  0x00005c3a fetch  0x00000001 , 0x00004508 
+ 00023245  0x00005c3b istore  0x00000001 , 0x00000005 
+ 00023246  0x00005c3c rtn 
+ 00023247  0x00005c40 fetch  0x00000001 , 0x00004508 
+ 00023248  0x00005c42 pincrease  0x00000001 
+ 00023249  0x00005c43 store  0x00000001 , 0x00004508 
+ 00023250  0x00005c44 rtnne  0x00000000 
+ 00023251  0x00005c47 jam  0x00000001 , 0x00004508 
+ 00023252  0x00005c48 rtn 
+ 00023253  0x00005c4e fetch  0x00000001 , 0x000044c6 
+ 00023254  0x00005c4f beq  0x00000000 , 0x00005ae4 
+ 00023255  0x00005c50 beq  0x00000001 , 0x00005ae7 
+ 00023256  0x00005c51 beq  0x00000002 , 0x00005ae9 
+ 00023257  0x00005c52 beq  0x00000081 , 0x00005add 
+ 00023258  0x00005c53 beq  0x00000082 , 0x00005adf 
+ 00023259  0x00005c54 beq  0x00000083 , 0x00005ae2 
+ 00023260  0x00005c55 rtn 
+ 00023261  0x00005c58 jam  0x0000000d , 0x00004456 
+ 00023262  0x00005c59 branch  0x00005ae5 
+ 00023263  0x00005c5b jam  0x0000000d , 0x00004456 
+ 00023264  0x00005c5c jam  0x00000001 , 0x00004454 
+ 00023265  0x00005c5d rtn 
+ 00023266  0x00005c5f jam  0x0000000d , 0x00004456 
+ 00023267  0x00005c60 branch  0x00005aea 
+ 00023268  0x00005c62 jam  0x00000000 , 0x00004456 
+ 00023269  0x00005c64 jam  0x00000003 , 0x00004454 
+ 00023270  0x00005c65 rtn 
+ 00023271  0x00005c67 jam  0x00000005 , 0x00004456 
+ 00023272  0x00005c68 branch  0x00005ae5 
+ 00023273  0x00005c6a jam  0x00000005 , 0x00004456 
+ 00023274  0x00005c6c jam  0x00000000 , 0x00004454 
+ 00023275  0x00005c6d rtn 
+ 00023276  0x00005c71 fetch  0x00000001 , 0x00004456 
+ 00023277  0x00005c72 set1  0x00000003 , 0x0000003f 
+ 00023278  0x00005c73 store  0x00000001 , 0x00004456 
+ 00023279  0x00005c74 rtn 
+ 00023280  0x00005c76 fetch  0x00000001 , 0x00004456 
+ 00023281  0x00005c77 set0  0x00000003 , 0x0000003f 
+ 00023282  0x00005c78 store  0x00000001 , 0x00004456 
+ 00023283  0x00005c79 rtn 
+ 00023284  0x00005c7c ifetch  0x00000001 , 0x00000006 
+ 00023285  0x00005c7d beq  0x00000001 , 0x00005b09 
+ 00023286  0x00005c7f beq  0x00000003 , 0x00005b30 
+ 00023287  0x00005c80 beq  0x00000004 , 0x00005b4d 
+ 00023288  0x00005c81 beq  0x00000005 , 0x00005b5a 
+ 00023289  0x00005c82 beq  0x00000006 , 0x00005b80 
+ 00023290  0x00005c83 beq  0x00000007 , 0x00005bc4 
+ 00023291  0x00005c84 beq  0x00000008 , 0x00005baf 
+ 00023292  0x00005c85 beq  0x00000009 , 0x00005bc0 
+ 00023293  0x00005c86 beq  0x0000000a , 0x00005bc4 
+ 00023294  0x00005c87 beq  0x0000000b , 0x00005bc4 
+ 00023295  0x00005c88 beq  0x0000000c , 0x00005bc5 
+ 00023296  0x00005c89 beq  0x0000000d , 0x00005bca 
+ 00023297  0x00005c8a rtn 
+ 00023298  0x00005c8f force  0x00000002 , 0x00000011 
+ 00023299  0x00005c90 call  0x00005c62 
+ 00023300  0x00005c91 setarg  0x0000000b 
+ 00023301  0x00005c92 istore  0x00000001 , 0x00000005 
+ 00023302  0x00005c93 fetch  0x00000001 , 0x00004456 
+ 00023303  0x00005c94 istore  0x00000001 , 0x00000005 
+ 00023304  0x00005c95 rtn 
+ 00023305  0x00005c98 store  0x00000001 , 0x0000444c 
+ 00023306  0x00005c99 ifetch  0x00000006 , 0x00000006 
+ 00023307  0x00005c9a istore  0x00000006 , 0x00000005 
+ 00023308  0x00005c9b fetch  0x00000001 , 0x000044c6 
+ 00023309  0x00005c9c beq  0x00000000 , 0x00005b5f 
+ 00023310  0x00005c9d call  0x00005b2b 
+ 00023311  0x00005c9e call  0x00005b26 
+ 00023312  0x00005c9f jam  0x00000003 , 0x000044c4 
+ 00023313  0x00005ca0 fetch  0x00000001 , 0x0000444d 
+ 00023314  0x00005ca1 beq  0x00000000 , 0x00005b18 
+ 00023315  0x00005ca2 beq  0x00000001 , 0x00005b18 
+ 00023316  0x00005ca3 beq  0x00000003 , 0x00005b18 
+ 00023317  0x00005ca4 fetch  0x00000001 , 0x000044c6 
+ 00023318  0x00005ca5 beq  0x00000002 , 0x00005b1b 
+ 00023319  0x00005ca6 rtneq  0x00000083 
+ 00023320  0x00005ca8 arg  0x00000000 , 0x0000003f 
+ 00023321  0x00005ca9 store  0x00000004 , 0x000044c7 
+ 00023322  0x00005caa rtn 
+ 00023323  0x00005cad fetch  0x00000001 , 0x000044e9 
+ 00023324  0x00005cae bbit1  0x00000000 , 0x00005b24 
+ 00023325  0x00005cb0 arg  0x000044c7 , 0x00000011 
+ 00023326  0x00005cb1 copy  0x00000011 , 0x00000005 
+ 00023327  0x00005cb2 arg  0x00000003 , 0x00000039 
+ 00023328  0x00005cb3 call  0x0000630d 
+ 00023329  0x00005cb4 fetch  0x00000002 , 0x000044c9 
+ 00023330  0x00005cb5 and_into  0x00000007 , 0x0000003f 
+ 00023331  0x00005cb6 store  0x00000002 , 0x000044c9 
+ 00023332  0x00005cb8 jam  0x00000034 , 0x00000a99 
+ 00023333  0x00005cb9 branch  0x00007d86 
+ 00023334  0x00005cbc fetch  0x00000001 , 0x0000444f 
+ 00023335  0x00005cbd rtnbit1  0x00000003 
+ 00023336  0x00005cbe fetch  0x00000001 , 0x000044c6 
+ 00023337  0x00005cbf rtnbit0  0x00000007 
+ 00023338  0x00005cc0 branch  0x00003402 
+ 00023339  0x00005cc3 force  0x00000007 , 0x00000011 
+ 00023340  0x00005cc4 call  0x00005c62 
+ 00023341  0x00005cc5 fetch  0x00000007 , 0x00004453 
+ 00023342  0x00005cc6 istore  0x00000007 , 0x00000005 
+ 00023343  0x00005cc7 rtn 
+ 00023344  0x00005ccb copy  0x00000006 , 0x00000011 
+ 00023345  0x00005ccc fetch  0x00000001 , 0x000044c6 
+ 00023346  0x00005ccd beq  0x00000083 , 0x00005b37 
+ 00023347  0x00005cce copy  0x00000011 , 0x00000006 
+ 00023348  0x00005ccf arg  0x0000442a , 0x00000005 
+ 00023349  0x00005cd0 call  0x00007ebf 
+ 00023350  0x00005cd1 branch  0x00005b3d 
+ 00023351  0x00005cd3 copy  0x00000011 , 0x00000006 
+ 00023352  0x00005cd4 arg  0x0000442a , 0x00000005 
+ 00023353  0x00005cd5 call  0x00007ebf 
+ 00023354  0x00005cd6 jam  0x00000002 , 0x000044bf 
+ 00023355  0x00005cd7 jam  0x00000008 , 0x000044c1 
+ 00023356  0x00005cd8 rtn 
+ 00023357  0x00005cdc fetch  0x00000001 , 0x000044c6 
+ 00023358  0x00005cdd bbit1  0x00000007 , 0x00005b45 
+ 00023359  0x00005cde call  0x0000739c 
+ 00023360  0x00005cdf force  0x00000011 , 0x00000011 
+ 00023361  0x00005ce0 call  0x00005c62 
+ 00023362  0x00005ce1 setarg  0x00000003 
+ 00023363  0x00005ce2 istore  0x00000001 , 0x00000005 
+ 00023364  0x00005ce3 branch  0x00007497 
+ 00023365  0x00005ce7 arg  0x0000443a , 0x00000005 
+ 00023366  0x00005ce8 call  0x0000630c 
+ 00023367  0x00005ce9 call  0x000071c5 
+ 00023368  0x00005cea force  0x00000011 , 0x00000011 
+ 00023369  0x00005ceb call  0x00005c62 
+ 00023370  0x00005cec setarg  0x00000003 
+ 00023371  0x00005ced istore  0x00000001 , 0x00000005 
+ 00023372  0x00005cee branch  0x00007201 
+ 00023373  0x00005cf3 copy  0x00000006 , 0x00000011 
+ 00023374  0x00005cf4 fetch  0x00000001 , 0x000044c6 
+ 00023375  0x00005cf5 bbit1  0x00000007 , 0x00005b61 
+ 00023376  0x00005cf6 copy  0x00000011 , 0x00000006 
+ 00023377  0x00005cf7 call  0x00007394 
+ 00023378  0x00005cf8 branch  0x00005b75 , 0x00000005 
+ 00023379  0x00005cfa jam  0x00000004 , 0x0000047b 
+ 00023380  0x00005cfc force  0x00000002 , 0x00000011 
+ 00023381  0x00005cfd call  0x00005c62 
+ 00023382  0x00005cfe setarg  0x00000005 
+ 00023383  0x00005cff istore  0x00000001 , 0x00000005 
+ 00023384  0x00005d00 fetch  0x00000001 , 0x0000047b 
+ 00023385  0x00005d01 istore  0x00000001 , 0x00000005 
+ 00023386  0x00005d03 force  0x0000000a , 0x00000007 
+ 00023387  0x00005d04 call  0x00007f07 
+ 00023388  0x00005d05 jam  0x00000000 , 0x000044c4 
+ 00023389  0x00005d06 jam  0x00000030 , 0x00000a99 
+ 00023390  0x00005d07 branch  0x00007d86 
+ 00023391  0x00005d0a jam  0x00000005 , 0x0000047b 
+ 00023392  0x00005d0b branch  0x00005b54 
+ 00023393  0x00005d0f arg  0x0000042f , 0x00000005 
+ 00023394  0x00005d10 copy  0x00000011 , 0x00000006 
+ 00023395  0x00005d11 call  0x00007ebf 
+ 00023396  0x00005d12 fetch  0x00000001 , 0x000044c6 
+ 00023397  0x00005d13 beq  0x00000083 , 0x00005b6c 
+ 00023398  0x00005d14 call  0x0000714f 
+ 00023399  0x00005d17 call  0x00005b7a 
+ 00023400  0x00005d18 fetch  0x00000001 , 0x000044c6 
+ 00023401  0x00005d19 rtnne  0x00000082 
+ 00023402  0x00005d1a jam  0x0000003b , 0x00000a99 
+ 00023403  0x00005d1b branch  0x00007d86 
+ 00023404  0x00005d1e call  0x000071ba 
+ 00023405  0x00005d1f arg  0x00000af2 , 0x00000005 
+ 00023406  0x00005d20 call  0x00007201 
+ 00023407  0x00005d21 arg  0x00000af2 , 0x00000011 
+ 00023408  0x00005d22 arg  0x0000442a , 0x00000012 
+ 00023409  0x00005d23 arg  0x00000010 , 0x00000039 
+ 00023410  0x00005d24 call  0x00007f88 
+ 00023411  0x00005d25 nbranch  0x00005b53 , 0x00000005 
+ 00023412  0x00005d26 branch  0x00005b7a 
+ 00023413  0x00005d29 call  0x00007390 
+ 00023414  0x00005d2a jam  0x00000031 , 0x00000a99 
+ 00023415  0x00005d2b call  0x00007d86 
+ 00023416  0x00005d2c jam  0x00000001 , 0x00004429 
+ 00023417  0x00005d2d jam  0x00000005 , 0x000044c4 
+ 00023418  0x00005d30 force  0x00000011 , 0x00000011 
+ 00023419  0x00005d31 call  0x00005c62 
+ 00023420  0x00005d32 setarg  0x00000004 
+ 00023421  0x00005d33 istore  0x00000001 , 0x00000005 
+ 00023422  0x00005d34 arg  0x0000443a , 0x00000006 
+ 00023423  0x00005d35 branch  0x00007ebf 
+ 00023424  0x00005d38 arg  0x0000041f , 0x00000005 
+ 00023425  0x00005d39 branch  0x00007ebf 
+ 00023426  0x00005d3c force  0x00000011 , 0x00000011 
+ 00023427  0x00005d3d call  0x00005c62 
+ 00023428  0x00005d3e setarg  0x00000006 
+ 00023429  0x00005d3f istore  0x00000001 , 0x00000005 
+ 00023430  0x00005d40 fetch  0x00000001 , 0x000044e9 
+ 00023431  0x00005d41 bbit1  0x00000001 , 0x00005b8a 
+ 00023432  0x00005d42 arg  0x00004419 , 0x00000006 
+ 00023433  0x00005d43 branch  0x00007ebf 
+ 00023434  0x00005d46 arg  0x000044ea , 0x00000006 
+ 00023435  0x00005d47 branch  0x00007ebf 
+ 00023436  0x00005d4b arg  0x000044cb , 0x00000005 
+ 00023437  0x00005d4c force  0x0000000a , 0x00000039 
+ 00023438  0x00005d4d call  0x0000630d 
+ 00023439  0x00005d4e force  0x0000000b , 0x00000011 
+ 00023440  0x00005d4f call  0x00005c62 
+ 00023441  0x00005d50 setarg  0x00000007 
+ 00023442  0x00005d51 istore  0x00000001 , 0x00000005 
+ 00023443  0x00005d52 fetch  0x00000002 , 0x000044cb 
+ 00023444  0x00005d53 istore  0x00000002 , 0x00000005 
+ 00023445  0x00005d54 fetch  0x00000008 , 0x000044cd 
+ 00023446  0x00005d55 istore  0x00000008 , 0x00000005 
+ 00023447  0x00005d56 rtn 
+ 00023448  0x00005d59 force  0x00000011 , 0x00000011 
+ 00023449  0x00005d5a call  0x00005c62 
+ 00023450  0x00005d5b setarg  0x00000008 
+ 00023451  0x00005d5c istore  0x00000001 , 0x00000005 
+ 00023452  0x00005d5d setarg  0x00000000 
+ 00023453  0x00005d5e istore  0x00000008 , 0x00000005 
+ 00023454  0x00005d5f istore  0x00000008 , 0x00000005 
+ 00023455  0x00005d60 rtn 
+ 00023456  0x00005d64 force  0x00000008 , 0x00000011 
+ 00023457  0x00005d65 call  0x00005c62 
+ 00023458  0x00005d66 setarg  0x00000009 
+ 00023459  0x00005d67 istore  0x00000001 , 0x00000005 
+ 00023460  0x00005d68 fetch  0x00000001 , 0x00004495 
+ 00023461  0x00005d69 istore  0x00000001 , 0x00000005 
+ 00023462  0x00005d6a fetch  0x00000006 , 0x000044a0 
+ 00023463  0x00005d6b istore  0x00000006 , 0x00000005 
+ 00023464  0x00005d6c rtn 
+ 00023465  0x00005d70 jam  0x00000008 , 0x0000047b 
+ 00023466  0x00005d71 branch  0x00005b54 
+ 00023467  0x00005d74 fetch  0x00000001 , 0x00004458 
+ 00023468  0x00005d75 fetcht  0x00000001 , 0x00004458 
+ 00023469  0x00005d76 iand  0x00000002 , 0x0000003f 
+ 00023470  0x00005d77 rtn 
+ 00023471  0x00005d7a arg  0x000044d5 , 0x00000005 
+ 00023472  0x00005d7b call  0x00007ebf 
+ 00023473  0x00005d7c call  0x00005bab 
+ 00023474  0x00005d7d isolate0  0x00000001 , 0x0000003f 
+ 00023475  0x00005d7e branch  0x00005ba9 , 0x00000001 
+ 00023476  0x00005d7f fetch  0x00000001 , 0x00004092 
+ 00023477  0x00005d80 rtnne  0x0000000a 
+ 00023478  0x00005d81 call  0x00005bb9 
+ 00023479  0x00005d82 nrtn  0x00000028 
+ 00023480  0x00005d83 branch  0x00003410 
+ 00023481  0x00005d87 call  0x00007fe9 
+ 00023482  0x00005d88 fetch  0x00000001 , 0x0000448e 
+ 00023483  0x00005d89 rtneq  0x00000000 
+ 00023484  0x00005d8a fetch  0x00000001 , 0x00000454 
+ 00023485  0x00005d8b compare  0x000000c0 , 0x0000003f , 0x000000c0 
+ 00023486  0x00005d8c rtn  0x00000001 
+ 00023487  0x00005d8d branch  0x00007fe7 
+ 00023488  0x00005d90 call  0x00005bab 
+ 00023489  0x00005d91 isolate0  0x00000001 , 0x0000003f 
+ 00023490  0x00005d92 branch  0x00005ba9 , 0x00000001 
+ 00023491  0x00005d93 rtn 
+ 00023492  0x00005d98 rtn 
+ 00023493  0x00005d9b arg  0x000009be , 0x00000005 
+ 00023494  0x00005d9c call  0x00007eb3 
+ 00023495  0x00005d9d jam  0x00000002 , 0x000044bf 
+ 00023496  0x00005d9e jam  0x00000001 , 0x000044c1 
+ 00023497  0x00005d9f rtn 
+ 00023498  0x00005da2 arg  0x00000a6e , 0x00000005 
+ 00023499  0x00005da3 call  0x00007ebf 
+ 00023500  0x00005da4 jam  0x00000006 , 0x000044c1 
+ 00023501  0x00005da5 jam  0x00000002 , 0x000044bf 
+ 00023502  0x00005da6 rtn 
+ 00023503  0x00005da9 force  0x00000041 , 0x00000011 
+ 00023504  0x00005daa call  0x00005c62 
+ 00023505  0x00005dab setarg  0x0000000c 
+ 00023506  0x00005dac istore  0x00000001 , 0x00000005 
+ 00023507  0x00005dad arg  0x000045d2 , 0x00000006 
+ 00023508  0x00005dae branch  0x00007eb3 
+ 00023509  0x00005db1 call  0x00007166 
+ 00023510  0x00005db2 force  0x00000011 , 0x00000011 
+ 00023511  0x00005db3 call  0x00005c62 
+ 00023512  0x00005db4 setarg  0x0000000d 
+ 00023513  0x00005db5 istore  0x00000001 , 0x00000005 
+ 00023514  0x00005db6 branch  0x00007201 
+ 00023515  0x00005dba fetch  0x00000001 , 0x000044c4 
+ 00023516  0x00005dbb rtneq  0x000000ff 
+ 00023517  0x00005dbc arg  0x00000003 , 0x00000002 
+ 00023518  0x00005dbd isub  0x00000002 , 0x0000003e 
+ 00023519  0x00005dbe nrtn  0x00000002 
+ 00023520  0x00005dbf arg  0x0000000a , 0x00000007 
+ 00023521  0x00005dc0 call  0x00007f16 
+ 00023522  0x00005dc1 nrtn  0x00000034 
+ 00023523  0x00005dc2 branch  0x00005ba9 
+ 00023524  0x00005dc5 bpatchx  0x00000078 , 0x0000402f 
+ 00023525  0x00005dc6 fetch  0x00000001 , 0x000044c4 
+ 00023526  0x00005dc7 beq  0x00000000 , 0x00005bef 
+ 00023527  0x00005dc8 beq  0x00000001 , 0x00005bf5 
+ 00023528  0x00005dc9 beq  0x00000002 , 0x00005bef 
+ 00023529  0x00005dca beq  0x00000003 , 0x00005bf7 
+ 00023530  0x00005dcb beq  0x00000005 , 0x00005bfb 
+ 00023531  0x00005dcc beq  0x00000007 , 0x00005c07 
+ 00023532  0x00005dcd beq  0x00000008 , 0x00005c09 
+ 00023533  0x00005dce beq  0x00000009 , 0x00005c10 
+ 00023534  0x00005dcf rtn 
+ 00023535  0x00005dd3 fetch  0x00000001 , 0x000044c5 
+ 00023536  0x00005dd4 rtnne  0x00000004 
+ 00023537  0x00005dd5 jam  0x000000ff , 0x000044c5 
+ 00023538  0x00005dd6 jam  0x000000ff , 0x000044c4 
+ 00023539  0x00005dd7 jam  0x0000003f , 0x00000a99 
+ 00023540  0x00005dd8 branch  0x00007d86 
+ 00023541  0x00005ddc jam  0x00000002 , 0x000044c4 
+ 00023542  0x00005ddd branch  0x00005b02 
+ 00023543  0x00005de0 jam  0x00000004 , 0x000044c4 
+ 00023544  0x00005de1 setarg  0x00017700 
+ 00023545  0x00005de2 arg  0x0000000a , 0x00000007 
+ 00023546  0x00005de3 branch  0x00007f08 
+ 00023547  0x00005de6 fetch  0x00000001 , 0x000044c5 
+ 00023548  0x00005de7 beq  0x00000004 , 0x00005bfe 
+ 00023549  0x00005de8 rtn 
+ 00023550  0x00005deb jam  0x00000007 , 0x000044c4 
+ 00023551  0x00005dec jam  0x00000029 , 0x00000a99 
+ 00023552  0x00005ded call  0x00007d86 
+ 00023553  0x00005dee call  0x00005b82 
+ 00023554  0x00005def fetch  0x00000001 , 0x00004092 
+ 00023555  0x00005df0 rtnne  0x0000000a 
+ 00023556  0x00005df1 call  0x00005bb9 
+ 00023557  0x00005df2 rtn  0x00000028 
+ 00023558  0x00005df3 branch  0x00003410 
+ 00023559  0x00005df7 jam  0x00000008 , 0x000044c4 
+ 00023560  0x00005df8 branch  0x00005b8c 
+ 00023561  0x00005dfb fetch  0x00000001 , 0x00004452 
+ 00023562  0x00005dfc fetcht  0x00000001 , 0x00004459 
+ 00023563  0x00005dfd iand  0x00000002 , 0x0000003f 
+ 00023564  0x00005dfe isolate0  0x00000001 , 0x0000003f 
+ 00023565  0x00005dff branch  0x00005c12 , 0x00000001 
+ 00023566  0x00005e00 jam  0x00000009 , 0x000044c4 
+ 00023567  0x00005e01 branch  0x00005b98 
+ 00023568  0x00005e04 call  0x00005ba0 
+ 00023569  0x00005e05 branch  0x00005c12 
+ 00023570  0x00005e09 force  0x0000000a , 0x00000007 
+ 00023571  0x00005e0a call  0x00007f07 
+ 00023572  0x00005e0b jam  0x000000ff , 0x000044c5 
+ 00023573  0x00005e0c jam  0x000000ff , 0x000044c4 
+ 00023574  0x00005e0d jam  0x0000003e , 0x00000a99 
+ 00023575  0x00005e0e branch  0x00007d86 
+ 00023576  0x00005e13 bpatchx  0x00000079 , 0x0000402f 
+ 00023577  0x00005e14 fetch  0x00000001 , 0x000044c6 
+ 00023578  0x00005e15 rtnbit0  0x00000007 
+ 00023579  0x00005e16 fetch  0x00000001 , 0x000044bf 
+ 00023580  0x00005e17 rtnne  0x00000002 
+ 00023581  0x00005e18 jam  0x00000000 , 0x000044bf 
+ 00023582  0x00005e19 fetch  0x00000001 , 0x000044c1 
+ 00023583  0x00005e1a beq  0x00000001 , 0x00005c58 
+ 00023584  0x00005e1b beq  0x00000002 , 0x00005c5f 
+ 00023585  0x00005e1c beq  0x00000003 , 0x00005c52 
+ 00023586  0x00005e1d beq  0x00000006 , 0x00005c39 
+ 00023587  0x00005e1e beq  0x00000007 , 0x00005c30 
+ 00023588  0x00005e1f beq  0x00000008 , 0x00005c26 
+ 00023589  0x00005e20 rtn 
+ 00023590  0x00005e24 fetch  0x00000001 , 0x00004663 
+ 00023591  0x00005e25 copy  0x0000003f , 0x00000007 
+ 00023592  0x00005e26 increase  0x00000001 , 0x0000003f 
+ 00023593  0x00005e27 store  0x00000001 , 0x00004663 
+ 00023594  0x00005e28 fetch  0x00000004 , 0x000044c7 
+ 00023595  0x00005e29 qisolate1  0x0000003f 
+ 00023596  0x00005e2a setarg  0x00000080 
+ 00023597  0x00005e2b setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00023598  0x00005e2c store  0x00000001 , 0x00004664 
+ 00023599  0x00005e2d branch  0x00005c55 
+ 00023600  0x00005e30 fetch  0x00000001 , 0x000044c2 
+ 00023601  0x00005e31 jam  0x00000000 , 0x000044c2 
+ 00023602  0x00005e32 beq  0x00000001 , 0x00005c35 
+ 00023603  0x00005e33 jam  0x00000002 , 0x000044bf 
+ 00023604  0x00005e34 rtn 
+ 00023605  0x00005e37 jam  0x00000031 , 0x00000a99 
+ 00023606  0x00005e38 call  0x00007d86 
+ 00023607  0x00005e39 jam  0x00000005 , 0x000044c4 
+ 00023608  0x00005e3a branch  0x00005bd5 
+ 00023609  0x00005e3d fetch  0x00000001 , 0x000009b9 
+ 00023610  0x00005e3e beq  0x00000003 , 0x00005c3d 
+ 00023611  0x00005e3f jam  0x00000002 , 0x000044bf 
+ 00023612  0x00005e40 rtn 
+ 00023613  0x00005e43 call  0x0000718d 
+ 00023614  0x00005e47 fetch  0x00000001 , 0x000044c6 
+ 00023615  0x00005e48 beq  0x00000083 , 0x00005c41 
+ 00023616  0x00005e49 call  0x00005b18 
+ 00023617  0x00005e4b call  0x0000717a 
+ 00023618  0x00005e4c arg  0x00000af2 , 0x00000011 
+ 00023619  0x00005e4d arg  0x00000a6e , 0x00000012 
+ 00023620  0x00005e4e arg  0x00000010 , 0x00000039 
+ 00023621  0x00005e4f call  0x00007f88 
+ 00023622  0x00005e50 branch  0x00005c49 , 0x00000005 
+ 00023623  0x00005e52 jam  0x0000000b , 0x0000047b 
+ 00023624  0x00005e53 branch  0x00005b54 
+ 00023625  0x00005e57 call  0x00007595 
+ 00023626  0x00005e58 nbranch  0x00005c47 , 0x00000005 
+ 00023627  0x00005e59 jam  0x00000001 , 0x00004429 
+ 00023628  0x00005e5a fetch  0x00000001 , 0x000044c6 
+ 00023629  0x00005e5b beq  0x00000081 , 0x00005c35 
+ 00023630  0x00005e5c beq  0x00000083 , 0x00005c35 
+ 00023631  0x00005e5d jam  0x00000002 , 0x000044bf 
+ 00023632  0x00005e5e jam  0x00000007 , 0x000044c1 
+ 00023633  0x00005e5f rtn 
+ 00023634  0x00005e62 fetch  0x00000001 , 0x000044c6 
+ 00023635  0x00005e63 beq  0x00000083 , 0x00005c56 
+ 00023636  0x00005e64 jam  0x00000000 , 0x00004664 
+ 00023637  0x00005e66 branch  0x00005b3d 
+ 00023638  0x00005e6c jam  0x00000000 , 0x00004663 
+ 00023639  0x00005e6d branch  0x00005b1b 
+ 00023640  0x00005e71 jam  0x00000002 , 0x000044bf 
+ 00023641  0x00005e72 fetch  0x00000001 , 0x000044c3 
+ 00023642  0x00005e73 beq  0x00000003 , 0x00005c5c 
+ 00023643  0x00005e75 rtn 
+ 00023644  0x00005e78 jam  0x00000002 , 0x000044c1 
+ 00023645  0x00005e79 jam  0x00000000 , 0x000009b9 
+ 00023646  0x00005e7a branch  0x00007a99 
+ 00023647  0x00005e7d jam  0x00000002 , 0x000044bf 
+ 00023648  0x00005e7e jam  0x00000003 , 0x000044c1 
+ 00023649  0x00005e7f branch  0x00005bcf 
+ 00023650  0x00005e84 force  0x00000006 , 0x00000012 
+ 00023651  0x00005e85 branch  0x00005847 
+ 00023652  0x00005e8a fetch  0x00000001 , 0x000002db 
+ 00023653  0x00005e8b beq  0x00000000 , 0x00005c7b 
+ 00023654  0x00005e8c beq  0x00000001 , 0x00005c83 
+ 00023655  0x00005e8d beq  0x00000002 , 0x00005c8e 
+ 00023656  0x00005e8e beq  0x00000003 , 0x00005caa 
+ 00023657  0x00005e8f beq  0x00000004 , 0x00005ce1 
+ 00023658  0x00005e90 beq  0x00000005 , 0x00005ce6 
+ 00023659  0x00005e91 beq  0x00000006 , 0x00005cea 
+ 00023660  0x00005e92 beq  0x00000007 , 0x00005cf5 
+ 00023661  0x00005e93 beq  0x00000008 , 0x00005c99 
+ 00023662  0x00005e94 beq  0x00000009 , 0x00005cf5 
+ 00023663  0x00005e95 beq  0x0000000a , 0x00005cef 
+ 00023664  0x00005e96 beq  0x0000000b , 0x00005cf5 
+ 00023665  0x00005e97 beq  0x0000000c , 0x00005c9f 
+ 00023666  0x00005e98 beq  0x0000000d , 0x00005cf5 
+ 00023667  0x00005e99 beq  0x00000012 , 0x00005ca6 
+ 00023668  0x00005e9a beq  0x00000013 , 0x00005cf5 
+ 00023669  0x00005e9b arg  0x00000002 , 0x00000011 
+ 00023670  0x00005e9c arg  0x00000007 , 0x00000012 
+ 00023671  0x00005e9d call  0x00005842 
+ 00023672  0x00005e9e fetch  0x00000001 , 0x000002db 
+ 00023673  0x00005e9f istore  0x00000001 , 0x00000005 
+ 00023674  0x00005ea0 rtn 
+ 00023675  0x00005ea4 ifetch  0x00000009 , 0x00000006 
+ 00023676  0x00005ea5 store  0x00000009 , 0x000043d3 
+ 00023677  0x00005ea6 ifetch  0x00000002 , 0x00000006 
+ 00023678  0x00005ea7 store  0x00000002 , 0x0000045f 
+ 00023679  0x00005ea8 fetch  0x00000001 , 0x0000043f 
+ 00023680  0x00005ea9 set1  0x00000005 , 0x0000003f 
+ 00023681  0x00005eaa store  0x00000001 , 0x0000043f 
+ 00023682  0x00005eab rtn 
+ 00023683  0x00005eae ifetch  0x00000005 , 0x00000006 
+ 00023684  0x00005eaf store  0x00000005 , 0x000043ce 
+ 00023685  0x00005eb0 ifetch  0x00000002 , 0x00000006 
+ 00023686  0x00005eb1 store  0x00000002 , 0x0000045f 
+ 00023687  0x00005eb2 fetcht  0x00000002 , 0x00000459 
+ 00023688  0x00005eb3 isub  0x00000002 , 0x0000003e 
+ 00023689  0x00005eb4 nbranch  0x00005c8e , 0x00000002 
+ 00023690  0x00005eb5 fetch  0x00000001 , 0x0000043f 
+ 00023691  0x00005eb6 set1  0x00000006 , 0x0000003f 
+ 00023692  0x00005eb7 store  0x00000001 , 0x0000043f 
+ 00023693  0x00005eb8 rtn 
+ 00023694  0x00005ebc setarg  0x00000014 
+ 00023695  0x00005ebd store  0x00000002 , 0x0000046d 
+ 00023696  0x00005ebe store  0x00000002 , 0x000044ba 
+ 00023697  0x00005ebf rtn 
+ 00023698  0x00005ec2 arg  0x00000013 , 0x00000013 
+ 00023699  0x00005ec6 arg  0x00000002 , 0x00000011 
+ 00023700  0x00005ec7 arg  0x00000002 , 0x00000012 
+ 00023701  0x00005ec8 call  0x00005842 
+ 00023702  0x00005ec9 copy  0x00000013 , 0x0000003f 
+ 00023703  0x00005eca istore  0x00000001 , 0x00000005 
+ 00023704  0x00005ecb rtn 
+ 00023705  0x00005ed0 arg  0x00000009 , 0x00000011 
+ 00023706  0x00005ed1 arg  0x00000009 , 0x00000012 
+ 00023707  0x00005ed2 call  0x00005842 
+ 00023708  0x00005ed3 setarg  0x00000001 
+ 00023709  0x00005ed4 istore  0x00000008 , 0x00000005 
+ 00023710  0x00005ed5 rtn 
+ 00023711  0x00005ed9 rtn  0x00000029 
+ 00023712  0x00005edb arg  0x00000006 , 0x00000011 
+ 00023713  0x00005edc arg  0x0000000c , 0x00000012 
+ 00023714  0x00005edd call  0x00005842 
+ 00023715  0x00005ede fetch  0x00000005 , 0x00004510 
+ 00023716  0x00005edf istore  0x00000005 , 0x00000005 
+ 00023717  0x00005ee0 rtn 
+ 00023718  0x00005ee4 arg  0x00000013 , 0x00000012 
+ 00023719  0x00005ee5 branch  0x00005ca8 
+ 00023720  0x00005ee9 arg  0x00000001 , 0x00000011 
+ 00023721  0x00005eea branch  0x00005842 
+ 00023722  0x00005eee ifetch  0x00000008 , 0x00000006 
+ 00023723  0x00005eef store  0x00000008 , 0x000044cd 
+ 00023724  0x00005ef0 ifetch  0x00000002 , 0x00000006 
+ 00023725  0x00005ef1 store  0x00000002 , 0x000044cb 
+ 00023726  0x00005ef2 ifetch  0x00000008 , 0x00000006 
+ 00023727  0x00005ef3 store  0x00000008 , 0x000044aa 
+ 00023728  0x00005ef4 ifetch  0x00000004 , 0x00000006 
+ 00023729  0x00005ef5 store  0x00000004 , 0x00004411 
+ 00023730  0x00005ef6 call  0x00005ccf 
+ 00023731  0x00005ef7 bpatchx  0x0000007a , 0x0000402f 
+ 00023732  0x00005ef8 fetch  0x00000001 , 0x000044c4 
+ 00023733  0x00005ef9 beq  0x00000005 , 0x00005cbc 
+ 00023734  0x00005efa fetch  0x00000001 , 0x000044e9 
+ 00023735  0x00005efb bbit1  0x00000001 , 0x00005cbf 
+ 00023736  0x00005efc fetch  0x00000001 , 0x00004217 
+ 00023737  0x00005efd ncall  0x000067be , 0x00000034 
+ 00023738  0x00005efe fetch  0x00000001 , 0x00004429 
+ 00023739  0x00005eff beq  0x00000000 , 0x00005cc4 
+ 00023740  0x00005f01 jam  0x00000001 , 0x000044c5 
+ 00023741  0x00005f02 call  0x00005cdd 
+ 00023742  0x00005f03 branch  0x000073a2 
+ 00023743  0x00005f06 jam  0x00000001 , 0x00004429 
+ 00023744  0x00005f07 arg  0x000044ea , 0x00000006 
+ 00023745  0x00005f08 arg  0x00004419 , 0x00000005 
+ 00023746  0x00005f09 call  0x00007ebf 
+ 00023747  0x00005f0a branch  0x00005cbc 
+ 00023748  0x00005f0e bpatchx  0x0000007b , 0x0000402f 
+ 00023749  0x00005f0f jam  0x00000000 , 0x000044c5 
+ 00023750  0x00005f10 jam  0x00000000 , 0x000044c4 
+ 00023751  0x00005f11 jam  0x00000041 , 0x00000a99 
+ 00023752  0x00005f12 branch  0x00007d86 
+ 00023753  0x00005f15 arg  0x00000002 , 0x00000011 
+ 00023754  0x00005f16 arg  0x0000000d , 0x00000012 
+ 00023755  0x00005f17 call  0x00005842 
+ 00023756  0x00005f18 setarg  0x00000006 
+ 00023757  0x00005f19 istore  0x00000001 , 0x00000005 
+ 00023758  0x00005f1a rtn 
+ 00023759  0x00005f1d arg  0x000044b2 , 0x00000005 
+ 00023760  0x00005f1e force  0x00000008 , 0x00000039 
+ 00023761  0x00005f1f call  0x0000630d 
+ 00023762  0x00005f20 arg  0x00004415 , 0x00000005 
+ 00023763  0x00005f21 force  0x00000004 , 0x00000039 
+ 00023764  0x00005f22 call  0x0000630d 
+ 00023765  0x00005f23 arg  0x0000000d , 0x00000011 
+ 00023766  0x00005f24 arg  0x00000004 , 0x00000012 
+ 00023767  0x00005f25 call  0x00005842 
+ 00023768  0x00005f26 fetch  0x00000008 , 0x000044b2 
+ 00023769  0x00005f27 istore  0x00000008 , 0x00000005 
+ 00023770  0x00005f28 fetch  0x00000004 , 0x00004415 
+ 00023771  0x00005f29 istore  0x00000004 , 0x00000005 
+ 00023772  0x00005f2a rtn 
+ 00023773  0x00005f2d arg  0x00000005 , 0x00000012 
+ 00023774  0x00005f2e branch  0x00005ca8 
+ 00023775  0x00005f31 arg  0x00000006 , 0x00000012 
+ 00023776  0x00005f32 branch  0x00005ca8 
+ 00023777  0x00005f36 ifetch  0x00000008 , 0x00000006 
+ 00023778  0x00005f37 store  0x00000008 , 0x000044b2 
+ 00023779  0x00005f38 ifetch  0x00000004 , 0x00000006 
+ 00023780  0x00005f39 store  0x00000004 , 0x00004415 
+ 00023781  0x00005f3a branch  0x000073a2 
+ 00023782  0x00005f3d fetch  0x00000001 , 0x0000043f 
+ 00023783  0x00005f3e set1  0x00000004 , 0x0000003f 
+ 00023784  0x00005f3f store  0x00000001 , 0x0000043f 
+ 00023785  0x00005f40 rtn 
+ 00023786  0x00005f43 rtn  0x00000029 
+ 00023787  0x00005f44 jam  0x00000032 , 0x00000a99 
+ 00023788  0x00005f45 call  0x00007d86 
+ 00023789  0x00005f46 jam  0x00000004 , 0x000044c5 
+ 00023790  0x00005f47 branch  0x00005cdf 
+ 00023791  0x00005f4a jam  0x00000002 , 0x000044c5 
+ 00023792  0x00005f4b call  0x00005cf3 
+ 00023793  0x00005f4c jam  0x00000033 , 0x00000a99 
+ 00023794  0x00005f4d branch  0x00007d86 
+ 00023795  0x00005f50 arg  0x0000000b , 0x00000012 
+ 00023796  0x00005f51 branch  0x00005ca8 
+ 00023797  0x00005f59 rtn 
+ 00023798  0x00005f61 rtn  0x0000002b 
+ 00023799  0x00005f63 bpatchx  0x0000007c , 0x0000402f 
+ 00023800  0x00005f64 setarg  0x00000000 
+ 00023801  0x00005f65 store  0x00000001 , 0x00000048 
+ 00023802  0x00005f66 store  0x00000001 , 0x00000055 
+ 00023803  0x00005f67 store  0x00000001 , 0x00000078 
+ 00023804  0x00005f68 store  0x00000001 , 0x0000007c 
+ 00023805  0x00005f69 store  0x00000001 , 0x00004158 
+ 00023806  0x00005f6a store  0x00000001 , 0x000004d7 
+ 00023807  0x00005f6b store  0x00000001 , 0x0000016d 
+ 00023808  0x00005f6c store  0x00000001 , 0x000009b5 
+ 00023809  0x00005f6d jam  0x00000000 , 0x0000455b 
+ 00023810  0x00005f6e jam  0x00000000 , 0x00000229 
+ 00023811  0x00005f6f jam  0x00000000 , 0x000004d8 
+ 00023812  0x00005f71 jam  0x00000000 , 0x000009b5 
+ 00023813  0x00005f72 jam  0x00000000 , 0x000009b4 
+ 00023814  0x00005f73 jam  0x00000000 , 0x000004d1 
+ 00023815  0x00005f76 rtn 
+ 00023816  0x00005f79 bpatchx  0x0000007d , 0x0000402f 
+ 00023817  0x00005f7a call  0x000062ff , 0x00000029 
+ 00023818  0x00005f7b ncall  0x00006303 , 0x00000029 
+ 00023819  0x00005f7c call  0x000062bc 
+ 00023820  0x00005f7d nrtn  0x00000034 
+ 00023821  0x00005f7e fetch  0x00000001 , 0x0000004c 
+ 00023822  0x00005f7f rtnbit0  0x00000006 
+ 00023823  0x00005f80 set0  0x00000006 , 0x0000003f 
+ 00023824  0x00005f81 set0  0x00000001 , 0x00000000 
+ 00023825  0x00005f82 store  0x00000001 , 0x0000004c 
+ 00023826  0x00005f83 fetch  0x00000001 , 0x00000551 
+ 00023827  0x00005f84 fetcht  0x00000001 , 0x0000004c 
+ 00023828  0x00005f85 isolate1  0x00000000 , 0x0000003f 
+ 00023829  0x00005f86 setflag  0x00000001 , 0x00000001 , 0x00000002 
+ 00023830  0x00005f87 storet  0x00000001 , 0x0000004c 
+ 00023831  0x00005f88 and_into  0x00000002 , 0x00000002 
+ 00023832  0x00005f89 storet  0x00000001 , 0x0000007f 
+ 00023833  0x00005f8a fetcht  0x00000001 , 0x0000004c 
+ 00023834  0x00005f8b rshift  0x0000003f , 0x0000003f 
+ 00023835  0x00005f8c store  0x00000001 , 0x0000007d 
+ 00023836  0x00005f8d bpatchx  0x0000007e , 0x0000402f 
+ 00023837  0x00005f8e fetch  0x00000001 , 0x0000007d 
+ 00023838  0x00005f8f beq  0x0000007f , 0x00005d66 
+ 00023839  0x00005f90 beq  0x00000003 , 0x00005db1 
+ 00023840  0x00005f91 beq  0x00000004 , 0x00005dc2 
+ 00023841  0x00005f92 beq  0x0000003c , 0x00005d59 
+ 00023842  0x00005f93 beq  0x00000005 , 0x00005d55 
+ 00023843  0x00005f94 beq  0x0000000f , 0x00005fa8 
+ 00023844  0x00005f95 beq  0x00000010 , 0x00005e24 
+ 00023845  0x00005f96 beq  0x00000023 , 0x00005e42 
+ 00023846  0x00005f97 beq  0x00000039 , 0x00005fc1 
+ 00023847  0x00005f98 beq  0x00000038 , 0x00005fbc 
+ 00023848  0x00005f99 beq  0x00000031 , 0x00005e27 
+ 00023849  0x00005f9a beq  0x00000037 , 0x00005eb0 
+ 00023850  0x00005f9b beq  0x00000027 , 0x00005eac 
+ 00023851  0x00005f9c beq  0x00000033 , 0x00005ea9 
+ 00023852  0x00005f9d beq  0x00000025 , 0x00005eae 
+ 00023853  0x00005f9e beq  0x00000026 , 0x00005e3e 
+ 00023854  0x00005f9f beq  0x00000007 , 0x00005e36 
+ 00023855  0x00005fa0 beq  0x0000002d , 0x00005e2d 
+ 00023856  0x00005fa1 beq  0x0000002e , 0x00005e2e 
+ 00023857  0x00005fa2 beq  0x00000001 , 0x00005ea5 
+ 00023858  0x00005fa3 beq  0x00000002 , 0x00005e90 
+ 00023859  0x00005fa4 beq  0x00000028 , 0x00005fb3 
+ 00023860  0x00005fa5 beq  0x00000009 , 0x00005e86 
+ 00023861  0x00005fa6 beq  0x0000000b , 0x00005e5f 
+ 00023862  0x00005fa7 beq  0x00000008 , 0x00005e43 
+ 00023863  0x00005fa8 beq  0x0000000c , 0x00005e6a 
+ 00023864  0x00005fa9 beq  0x0000001f , 0x00005e3a 
+ 00023865  0x00005faa beq  0x00000020 , 0x00005e3c 
+ 00023866  0x00005fab beq  0x00000021 , 0x00005eca 
+ 00023867  0x00005fac beq  0x00000022 , 0x00005eca 
+ 00023868  0x00005fad beq  0x00000035 , 0x00005ecb 
+ 00023869  0x00005fae beq  0x00000036 , 0x00005ecc 
+ 00023870  0x00005faf beq  0x00000024 , 0x00005eca 
+ 00023871  0x00005fb0 beq  0x00000034 , 0x00005ecd 
+ 00023872  0x00005fb1 beq  0x00000017 , 0x00005ed6 
+ 00023873  0x00005fb2 beq  0x00000011 , 0x00005ef2 
+ 00023874  0x00005fb3 beq  0x00000012 , 0x00005ef6 
+ 00023875  0x00005fb4 beq  0x00000013 , 0x00005ef8 
+ 00023876  0x00005fb5 beq  0x0000000d , 0x00005f0a 
+ 00023877  0x00005fb6 beq  0x0000000e , 0x00005f0a 
+ 00023878  0x00005fb7 beq  0x0000002f , 0x00005eaa 
+ 00023879  0x00005fb8 beq  0x00000030 , 0x00005f0a 
+ 00023880  0x00005fb9 beq  0x0000000a , 0x00005f0a 
+ 00023881  0x00005fba beq  0x00000018 , 0x00005f0b 
+ 00023882  0x00005fbb beq  0x00000032 , 0x00005f0a 
+ 00023883  0x00005fbc beq  0x0000003d , 0x00005f10 
+ 00023884  0x00005fbd beq  0x0000003e , 0x00005f51 
+ 00023885  0x00005fbe beq  0x0000003f , 0x00005f4b 
+ 00023886  0x00005fbf beq  0x00000040 , 0x00005f78 
+ 00023887  0x00005fc0 beq  0x00000041 , 0x00005f8a 
+ 00023888  0x00005fc1 beq  0x00000006 , 0x00005fa7 
+ 00023889  0x00005fc2 beq  0x0000003a , 0x00005d57 
+ 00023890  0x00005fc6 jam  0x00000019 , 0x0000007e 
+ 00023891  0x00005fc8 jam  0x00000004 , 0x0000007c 
+ 00023892  0x00005fc9 rtn 
+ 00023893  0x00005fcc jam  0x00000006 , 0x0000007c 
+ 00023894  0x00005fcd rtn 
+ 00023895  0x00005fd0 jam  0x0000003b , 0x0000007c 
+ 00023896  0x00005fd1 rtn 
+ 00023897  0x00005fd4 fetch  0x00000004 , 0x00000552 
+ 00023898  0x00005fd5 lshift  0x0000003f , 0x0000003f 
+ 00023899  0x00005fd6 store  0x00000004 , 0x000040d2 
+ 00023900  0x00005fd7 fetch  0x00000001 , 0x00000556 
+ 00023901  0x00005fd8 store  0x00000001 , 0x000040d9 
+ 00023902  0x00005fd9 fetch  0x00000005 , 0x00000557 
+ 00023903  0x00005fda store  0x00000005 , 0x000040e7 
+ 00023904  0x00005fdb fetch  0x00000005 , 0x0000055c 
+ 00023905  0x00005fdc istore  0x00000005 , 0x00000005 
+ 00023906  0x00005fdd fetch  0x00000001 , 0x00000031 
+ 00023907  0x00005fde set1  0x00000003 , 0x0000003f 
+ 00023908  0x00005fdf store  0x00000001 , 0x00000031 
+ 00023909  0x00005fe0 rtn 
+ 00023910  0x00005fe2 bpatchx  0x0000007f , 0x0000402f 
+ 00023911  0x00005fe3 fetch  0x00000001 , 0x00000552 
+ 00023912  0x00005fe4 set1  0x00000007 , 0x0000003f 
+ 00023913  0x00005fe5 store  0x00000001 , 0x0000007d 
+ 00023914  0x00005fe6 beq  0x00000081 , 0x00005d88 
+ 00023915  0x00005fe7 beq  0x00000082 , 0x00005d8d 
+ 00023916  0x00005fe8 beq  0x00000095 , 0x00005eb1 
+ 00023917  0x00005fe9 beq  0x00000096 , 0x00005eca 
+ 00023918  0x00005fea beq  0x0000008b , 0x00005ebf 
+ 00023919  0x00005feb beq  0x00000083 , 0x00005da5 
+ 00023920  0x00005fec beq  0x00000084 , 0x00005da7 
+ 00023921  0x00005fed beq  0x00000090 , 0x00005d7a 
+ 00023922  0x00005fee beq  0x00000097 , 0x00005d9e 
+ 00023923  0x00005fef beq  0x00000098 , 0x00005da3 
+ 00023924  0x00005ff0 beq  0x00000099 , 0x00005d7d 
+ 00023925  0x00005ff1 beq  0x0000009a , 0x00005d80 
+ 00023926  0x00005ff2 rtneq  0x00000084 
+ 00023927  0x00005ff6 jam  0x00000082 , 0x0000007c 
+ 00023928  0x00005ff7 jam  0x00000019 , 0x0000007e 
+ 00023929  0x00005ff9 rtn 
+ 00023930  0x00005ffb jam  0x00000082 , 0x0000007c 
+ 00023931  0x00005ffc jam  0x0000002e , 0x0000007e 
+ 00023932  0x00005ffd rtn 
+ 00023933  0x00006000 call  0x00005d82 
+ 00023934  0x00006001 jam  0x0000009a , 0x0000007c 
+ 00023935  0x00006002 rtn 
+ 00023936  0x00006005 call  0x00005d82 
+ 00023937  0x00006006 branch  0x00005d86 
+ 00023938  0x00006009 arg  0x0000465e , 0x00000005 
+ 00023939  0x0000600a fetch  0x00000003 , 0x00000553 
+ 00023940  0x0000600b istore  0x00000003 , 0x00000005 
+ 00023941  0x0000600c rtn 
+ 00023942  0x0000600f branch  0x000076d8 , 0x00000001 
+ 00023943  0x00006010 rtn 
+ 00023944  0x00006012 fetch  0x00000001 , 0x00000554 
+ 00023945  0x00006013 set1  0x00000007 , 0x0000003f 
+ 00023946  0x00006014 store  0x00000001 , 0x000004c9 
+ 00023947  0x00006015 beq  0x0000008b , 0x00005d92 
+ 00023948  0x00006016 rtn 
+ 00023949  0x0000601a fetch  0x00000001 , 0x00000554 
+ 00023950  0x0000601b set1  0x00000007 , 0x0000003f 
+ 00023951  0x0000601c store  0x00000001 , 0x000004c9 
+ 00023952  0x0000601d beq  0x0000008b , 0x00005d96 
+ 00023953  0x0000601e rtn 
+ 00023954  0x00006021 fetch  0x00000001 , 0x0000415a 
+ 00023955  0x00006022 fetcht  0x00000001 , 0x0000004c 
+ 00023956  0x00006023 nsetflag  0x00000034 , 0x00000005 , 0x00000002 
+ 00023957  0x00006024 storet  0x00000001 , 0x0000004c 
+ 00023958  0x00006026 fetch  0x00000001 , 0x00000030 
+ 00023959  0x00006027 rtnbit0  0x00000005 
+ 00023960  0x00006028 set0  0x00000005 , 0x0000003f 
+ 00023961  0x00006029 store  0x00000001 , 0x00000030 
+ 00023962  0x0000602a fetch  0x00000001 , 0x000004d7 
+ 00023963  0x0000602b nrtn  0x00000034 
+ 00023964  0x0000602c jam  0x00000031 , 0x0000007c 
+ 00023965  0x0000602d rtn 
+ 00023966  0x00006030 nbranch  0x00005da1 , 0x00000029 
+ 00023967  0x00006031 jam  0x00000012 , 0x0000007c 
+ 00023968  0x00006032 branch  0x000062eb 
+ 00023969  0x00006035 jam  0x00000097 , 0x0000007c 
+ 00023970  0x00006036 rtn 
+ 00023971  0x0000603b call  0x000062eb 
+ 00023972  0x0000603c branch  0x00005ffe 
+ 00023973  0x0000603f jam  0x00000084 , 0x0000007c 
+ 00023974  0x00006040 rtn 
+ 00023975  0x00006043 fetcht  0x00000001 , 0x00000555 
+ 00023976  0x00006044 and  0x00000002 , 0x00000001 , 0x00000002 
+ 00023977  0x00006045 storet  0x00000001 , 0x000004d0 
+ 00023978  0x00006046 fetch  0x00000001 , 0x000041ce 
+ 00023979  0x00006047 bne  0x00000051 , 0x00005dad 
+ 00023980  0x00006048 jam  0x00000000 , 0x000041ce 
+ 00023981  0x0000604a fetch  0x00000001 , 0x00000055 
+ 00023982  0x0000604b rtnne  0x00000015 
+ 00023983  0x0000604c jam  0x00000004 , 0x00000055 
+ 00023984  0x0000604d branch  0x0000631b 
+ 00023985  0x00006050 bpatchx  0x00000080 , 0x00004030 
+ 00023986  0x00006051 fetch  0x00000001 , 0x00000552 
+ 00023987  0x00006052 store  0x00000001 , 0x000004c9 
+ 00023988  0x00006053 beq  0x00000033 , 0x00005dd8 
+ 00023989  0x00006054 beq  0x00000008 , 0x00005de7 
+ 00023990  0x00006055 beq  0x0000000f , 0x00005dee 
+ 00023991  0x00006056 beq  0x00000010 , 0x00005df4 
+ 00023992  0x00006057 beq  0x00000011 , 0x00005df5 
+ 00023993  0x00006058 beq  0x00000012 , 0x00005dfd 
+ 00023994  0x00006059 beq  0x00000018 , 0x00005e13 
+ 00023995  0x0000605a beq  0x00000017 , 0x00005e16 
+ 00023996  0x0000605b beq  0x00000013 , 0x00005dcf 
+ 00023997  0x0000605d beq  0x0000003d , 0x00005f1e 
+ 00023998  0x0000605e beq  0x0000003e , 0x00005f6a 
+ 00023999  0x0000605f beq  0x00000040 , 0x00005f20 
+ 00024000  0x00006060 beq  0x00000041 , 0x00005f3d 
+ 00024001  0x00006061 rtn 
+ 00024002  0x00006064 bpatchx  0x00000081 , 0x00004030 
+ 00024003  0x00006065 fetch  0x00000001 , 0x00000552 
+ 00024004  0x00006066 store  0x00000001 , 0x000004c9 
+ 00024005  0x00006067 beq  0x00000001 , 0x00005e0a 
+ 00024006  0x00006068 beq  0x00000033 , 0x00005de2 
+ 00024007  0x00006069 beq  0x0000000b , 0x00005dfe 
+ 00024008  0x0000606a beq  0x00000008 , 0x00005e01 
+ 00024009  0x0000606b beq  0x00000013 , 0x00005dd2 
+ 00024010  0x0000606d beq  0x00000040 , 0x00005e0b 
+ 00024011  0x0000606e beq  0x00000041 , 0x00005e0e 
+ 00024012  0x0000606f beq  0x00000018 , 0x00005e11 
+ 00024013  0x00006070 beq  0x00000017 , 0x00005e22 
+ 00024014  0x00006071 rtn 
+ 00024015  0x00006074 jam  0x00000020 , 0x00000a99 
+ 00024016  0x00006075 call  0x00007d86 
+ 00024017  0x00006076 branch  0x000021dc 
+ 00024018  0x00006078 jam  0x00000019 , 0x00000a99 
+ 00024019  0x00006079 call  0x00007d86 
+ 00024020  0x0000607a jam  0x00000002 , 0x0000455b 
+ 00024021  0x0000607b setarg  0x00000050 
+ 00024022  0x0000607c arg  0x00000006 , 0x00000007 
+ 00024023  0x0000607d branch  0x00007f08 
+ 00024024  0x00006083 fetch  0x00000001 , 0x000004d1 
+ 00024025  0x00006084 set1  0x00000000 , 0x0000003f 
+ 00024026  0x00006085 store  0x00000001 , 0x000004d1 
+ 00024027  0x00006086 jam  0x00000001 , 0x00000a99 
+ 00024028  0x00006087 call  0x00007d86 
+ 00024029  0x00006088 jam  0x0000008b , 0x0000007c 
+ 00024030  0x0000608c fetch  0x00000001 , 0x00000055 
+ 00024031  0x0000608d bne  0x00000005 , 0x00005d07 
+ 00024032  0x00006090 jam  0x00000006 , 0x00000055 
+ 00024033  0x00006091 rtn 
+ 00024034  0x0000609a jam  0x0000000b , 0x000004ca 
+ 00024035  0x0000609b jam  0x00000007 , 0x0000007c 
+ 00024036  0x0000609d jam  0x00000000 , 0x00000055 
+ 00024037  0x0000609f branch  0x00005d07 , 0x00000001 
+ 00024038  0x000060a0 rtn 
+ 00024039  0x000060a3 fetch  0x00000001 , 0x000041bd 
+ 00024040  0x000060a4 nrtn  0x00000034 
+ 00024041  0x000060a5 call  0x0000244f 
+ 00024042  0x000060a6 call  0x00005ffc 
+ 00024043  0x000060a7 rtn  0x00000029 
+ 00024044  0x000060a8 set1  0x00000021 , 0x00000000 
+ 00024045  0x000060a9 rtn 
+ 00024046  0x000060ac nrtn  0x00000029 
+ 00024047  0x000060ad jam  0x00000010 , 0x0000007c 
+ 00024048  0x000060ae fetch  0x00000001 , 0x0000004c 
+ 00024049  0x000060af rtnbit0  0x00000002 
+ 00024050  0x000060b0 jam  0x00000012 , 0x0000007c 
+ 00024051  0x000060b1 rtn 
+ 00024052  0x000060b4 branch  0x00005ffe 
+ 00024053  0x000060b7 call  0x00006059 
+ 00024054  0x000060b8 fetch  0x00000001 , 0x00000030 
+ 00024055  0x000060b9 rtnbit1  0x00000004 
+ 00024056  0x000060ba jam  0x00000031 , 0x0000007c 
+ 00024057  0x000060bb fetch  0x00000001 , 0x00000055 
+ 00024058  0x000060bc rtnne  0x0000000a 
+ 00024059  0x000060bd jam  0x0000000b , 0x00000055 
+ 00024060  0x000060be rtn 
+ 00024061  0x000060c8 rtn 
+ 00024062  0x000060cc jam  0x00000007 , 0x0000007c 
+ 00024063  0x000060cd jam  0x00000013 , 0x000004ca 
+ 00024064  0x000060ce rtn 
+ 00024065  0x000060d1 fetch  0x00000001 , 0x00000553 
+ 00024066  0x000060d2 beq  0x00000006 , 0x00005e07 
+ 00024067  0x000060d3 rtnne  0x00000018 
+ 00024068  0x000060d4 jam  0x00000018 , 0x000004ca 
+ 00024069  0x000060d5 jam  0x00000007 , 0x0000007c 
+ 00024070  0x000060d6 rtn 
+ 00024071  0x000060d8 jam  0x00000006 , 0x000004ca 
+ 00024072  0x000060d9 jam  0x00000007 , 0x0000007c 
+ 00024073  0x000060da rtn 
+ 00024074  0x000060dd rtn 
+ 00024075  0x000060e0 jam  0x00000000 , 0x000009ae 
+ 00024076  0x000060e1 jam  0x00000007 , 0x0000007c 
+ 00024077  0x000060e2 branch  0x00005d07 
+ 00024078  0x000060e5 jam  0x00000000 , 0x000009ae 
+ 00024079  0x000060e6 jam  0x00000007 , 0x0000007c 
+ 00024080  0x000060e7 branch  0x00005d07 
+ 00024081  0x000060e9 jam  0x00000024 , 0x00000a99 
+ 00024082  0x000060ea branch  0x00007d86 
+ 00024083  0x000060ed jam  0x00000023 , 0x00000a99 
+ 00024084  0x000060ee call  0x00007d86 
+ 00024085  0x000060ef branch  0x000026e9 
+ 00024086  0x000060f2 jam  0x00000022 , 0x00000a99 
+ 00024087  0x000060f3 call  0x00007d86 
+ 00024088  0x000060f4 setarg  0x00000000 
+ 00024089  0x000060f5 store  0x00000002 , 0x00000075 
+ 00024090  0x000060f6 fetch  0x00000002 , 0x000041e3 
+ 00024091  0x000060f7 lshift  0x0000003f , 0x0000003f 
+ 00024092  0x000060f8 store  0x00000002 , 0x00000032 
+ 00024093  0x000060f9 fetch  0x00000001 , 0x000041e5 
+ 00024094  0x000060fa store  0x00000001 , 0x00000073 
+ 00024095  0x000060fb fetch  0x00000001 , 0x000041e7 
+ 00024096  0x000060fc store  0x00000001 , 0x00000074 
+ 00024097  0x000060fd branch  0x000026c6 
+ 00024098  0x00006100 jam  0x00000021 , 0x00000a99 
+ 00024099  0x00006101 branch  0x00007d86 
+ 00024100  0x00006104 fetcht  0x00000001 , 0x00000552 
+ 00024101  0x00006105 storet  0x00000001 , 0x00000054 
+ 00024102  0x00006106 branch  0x00005e38 
+ 00024103  0x00006109 fetch  0x00000001 , 0x000004d1 
+ 00024104  0x0000610a set1  0x00000002 , 0x0000003f 
+ 00024105  0x0000610b store  0x00000001 , 0x000004d1 
+ 00024106  0x0000610c rtnbit1  0x00000003 
+ 00024107  0x0000610d jam  0x00000031 , 0x0000007c 
+ 00024108  0x0000610e branch  0x00005d07 
+ 00024109  0x00006113 rtn 
+ 00024110  0x00006116 fetch  0x00000001 , 0x000040d0 
+ 00024111  0x00006117 fetcht  0x00000001 , 0x00000552 
+ 00024112  0x00006118 isub  0x00000002 , 0x0000003e 
+ 00024113  0x0000611a branch  0x00005e38 , 0x00000002 
+ 00024114  0x0000611b jam  0x00000004 , 0x0000007c 
+ 00024115  0x0000611c jam  0x0000001f , 0x0000007e 
+ 00024116  0x0000611d jam  0x0000002e , 0x0000007d 
+ 00024117  0x0000611e rtn 
+ 00024118  0x00006121 call  0x00006157 
+ 00024119  0x00006122 branch  0x00005e38 
+ 00024120  0x00006125 jam  0x00000003 , 0x0000007c 
+ 00024121  0x00006126 rtn 
+ 00024122  0x00006129 jam  0x00000021 , 0x0000007c 
+ 00024123  0x0000612a rtn 
+ 00024124  0x0000612d jam  0x00000022 , 0x0000007c 
+ 00024125  0x0000612e rtn 
+ 00024126  0x00006131 fetch  0x00000001 , 0x00000055 
+ 00024127  0x00006132 rtneq  0x00000013 
+ 00024128  0x00006134 jam  0x00000002 , 0x00000055 
+ 00024129  0x00006136 rtn 
+ 00024130  0x0000613a rtn 
+ 00024131  0x0000613d call  0x00005ff9 
+ 00024132  0x0000613e jam  0x00000001 , 0x000004d4 
+ 00024133  0x0000613f jam  0x0000000a , 0x00000a99 
+ 00024134  0x00006140 call  0x00007d86 
+ 00024135  0x00006142 call  0x000062f3 
+ 00024136  0x00006143 nbranch  0x00006001 , 0x00000001 
+ 00024137  0x00006145 nbranch  0x00005e4e , 0x00000029 
+ 00024138  0x00006146 jam  0x00000004 , 0x0000007c 
+ 00024139  0x00006147 jam  0x00000008 , 0x0000007d 
+ 00024140  0x00006148 jam  0x00000023 , 0x0000007e 
+ 00024141  0x00006149 rtn 
+ 00024142  0x0000614b fetch  0x00000001 , 0x0000004b 
+ 00024143  0x0000614c set1  0x00000002 , 0x0000003f 
+ 00024144  0x0000614d store  0x00000001 , 0x0000004b 
+ 00024145  0x0000614e rtn 
+ 00024146  0x00006152 fetcht  0x00000001 , 0x0000004c 
+ 00024147  0x00006153 nsetflag  0x00000034 , 0x00000001 , 0x00000002 
+ 00024148  0x00006154 storet  0x00000001 , 0x0000004c 
+ 00024149  0x00006155 rtn 
+ 00024150  0x00006159 fetch  0x00000001 , 0x0000007f 
+ 00024151  0x0000615a rshift  0x0000003f , 0x0000003f 
+ 00024152  0x0000615b and_into  0x00000001 , 0x0000003f 
+ 00024153  0x0000615c rtn 
+ 00024154  0x0000615f fetch  0x00000001 , 0x00004217 
+ 00024155  0x00006160 rtn  0x00000034 
+ 00024156  0x00006161 fetch  0x00000001 , 0x000009b5 
+ 00024157  0x00006162 call  0x000067b2 , 0x00000034 
+ 00024158  0x00006163 rtn 
+ 00024159  0x00006166 call  0x00005e5a 
+ 00024160  0x00006167 call  0x00005e56 
+ 00024161  0x00006168 store  0x00000001 , 0x000004d5 
+ 00024162  0x00006169 call  0x00005ff9 
+ 00024163  0x0000616a jam  0x0000000c , 0x0000007c 
+ 00024164  0x0000616b fetch  0x00000001 , 0x000041bd 
+ 00024165  0x0000616c nrtn  0x00000034 
+ 00024166  0x0000616d fetch  0x00000001 , 0x00000030 
+ 00024167  0x0000616e rtnbit1  0x00000006 
+ 00024168  0x0000616f jam  0x00000006 , 0x0000007e 
+ 00024169  0x00006170 branch  0x00005d53 
+ 00024170  0x00006173 arg  0x00000040 , 0x00000011 
+ 00024171  0x00006174 call  0x00007288 
+ 00024172  0x00006175 fetch  0x00000004 , 0x00000552 
+ 00024173  0x00006176 fetcht  0x00000004 , 0x00000592 
+ 00024174  0x00006177 isub  0x00000002 , 0x0000003e 
+ 00024175  0x00006178 branch  0x00005e73 , 0x00000005 
+ 00024176  0x00006179 jam  0x00000007 , 0x0000007c 
+ 00024177  0x0000617a jam  0x00000005 , 0x000004ca 
+ 00024178  0x0000617b rtn 
+ 00024179  0x0000617d call  0x00005e77 
+ 00024180  0x0000617e fetch  0x00000001 , 0x0000465a 
+ 00024181  0x0000617f branch  0x00005f3e , 0x00000034 
+ 00024182  0x00006180 rtn 
+ 00024183  0x00006184 call  0x00007386 
+ 00024184  0x00006185 call  0x000021b2 
+ 00024185  0x00006186 fetch  0x00000001 , 0x0000004b 
+ 00024186  0x00006187 isolate1  0x00000001 , 0x0000003f 
+ 00024187  0x00006188 set0  0x00000001 , 0x0000003f 
+ 00024188  0x00006189 store  0x00000001 , 0x0000004b 
+ 00024189  0x0000618a fetch  0x00000001 , 0x00000055 
+ 00024190  0x0000618b beq  0x00000019 , 0x00005e81 
+ 00024191  0x0000618c beq  0x00000018 , 0x00005e81 
+ 00024192  0x0000618d rtn 
+ 00024193  0x0000618f fetch  0x00000001 , 0x000009b5 
+ 00024194  0x00006190 rtnne  0x00000000 
+ 00024195  0x00006191 fetch  0x00000001 , 0x0000004c 
+ 00024196  0x00006192 rtnbit1  0x00000002 
+ 00024197  0x00006193 branch  0x000063b1 
+ 00024198  0x00006196 arg  0x00000552 , 0x00000011 
+ 00024199  0x00006197 arg  0x00000582 , 0x00000012 
+ 00024200  0x00006198 arg  0x00000562 , 0x00000005 
+ 00024201  0x00006199 call  0x00007352 
+ 00024202  0x0000619a arg  0x00000040 , 0x00000011 
+ 00024203  0x0000619b call  0x00006311 
+ 00024204  0x0000619c jam  0x0000000b , 0x0000007c 
+ 00024205  0x0000619d fetch  0x00000001 , 0x00000030 
+ 00024206  0x0000619e bbit0  0x00000006 , 0x00005ffc 
+ 00024207  0x0000619f rtn 
+ 00024208  0x000061a2 fetch  0x00000002 , 0x0000015f 
+ 00024209  0x000061a3 add  0x0000003f , 0xfffffffd , 0x00000039 
+ 00024210  0x000061a4 fetcht  0x00000001 , 0x00000552 
+ 00024211  0x000061a5 setarg  0x00000101 
+ 00024212  0x000061a6 iadd  0x00000002 , 0x00000005 
+ 00024213  0x000061a7 arg  0x00000554 , 0x00000006 
+ 00024214  0x000061a8 call  0x00007f01 
+ 00024215  0x000061a9 fetcht  0x00000001 , 0x00000053 
+ 00024216  0x000061aa fetch  0x00000001 , 0x00000553 
+ 00024217  0x000061ab isub  0x00000002 , 0x0000003f 
+ 00024218  0x000061ac sub  0x0000003f , 0x0000000e , 0x0000003e 
+ 00024219  0x000061ad branch  0x00005ea0 , 0x00000002 
+ 00024220  0x000061ae add  0x00000002 , 0x0000000e , 0x0000003f 
+ 00024221  0x000061af store  0x00000001 , 0x00000053 
+ 00024222  0x000061b0 jam  0x00000001 , 0x0000007c 
+ 00024223  0x000061b1 rtn 
+ 00024224  0x000061b3 fetch  0x00000001 , 0x0000004c 
+ 00024225  0x000061b4 set1  0x00000003 , 0x0000003f 
+ 00024226  0x000061b5 store  0x00000001 , 0x0000004c 
+ 00024227  0x000061b6 bbit1  0x00000004 , 0x00006006 
+ 00024228  0x000061b7 rtn 
+ 00024229  0x000061b9 fetch  0x00000001 , 0x00000552 
+ 00024230  0x000061ba store  0x00000001 , 0x0000007d 
+ 00024231  0x000061bb jam  0x00000002 , 0x0000007c 
+ 00024232  0x000061bc rtn 
+ 00024233  0x000061bf branch  0x00005e38 
+ 00024234  0x000061c2 jam  0x00000030 , 0x0000007c 
+ 00024235  0x000061c3 rtn 
+ 00024236  0x000061c6 jam  0x00000028 , 0x0000007c 
+ 00024237  0x000061c7 rtn 
+ 00024238  0x000061ca jam  0x00000026 , 0x0000007c 
+ 00024239  0x000061cb rtn 
+ 00024240  0x000061d0 rtn 
+ 00024241  0x000061d5 fetch  0x00000002 , 0x00000032 
+ 00024242  0x000061d6 iforce  0x00000002 
+ 00024243  0x000061d7 fetch  0x00000001 , 0x00000553 
+ 00024244  0x000061d8 store  0x00000001 , 0x00000095 
+ 00024245  0x000061d9 imul32  0x00000002 , 0x00000002 
+ 00024246  0x000061da fetch  0x00000002 , 0x00000554 
+ 00024247  0x000061db lshift  0x0000003f , 0x0000003f 
+ 00024248  0x000061dc store  0x00000002 , 0x00000096 
+ 00024249  0x000061dd fetch  0x00000004 , 0x00000556 
+ 00024250  0x000061de lshift  0x0000003f , 0x0000003f 
+ 00024251  0x000061df store  0x00000004 , 0x00000091 
+ 00024252  0x000061e1 deposit  0x00000002 
+ 00024253  0x000061e2 store  0x00000002 , 0x00000098 
+ 00024254  0x000061e3 rtn 
+ 00024255  0x000061e5 fetcht  0x00000001 , 0x0000415a 
+ 00024256  0x000061e6 fetch  0x00000001 , 0x00000553 
+ 00024257  0x000061e7 ixor  0x00000002 , 0x0000003e 
+ 00024258  0x000061e8 nbranch  0x00005d77 , 0x00000005 
+ 00024259  0x000061e9 isolate1  0x00000000 , 0x0000003f 
+ 00024260  0x000061ea fetch  0x00000001 , 0x0000004c 
+ 00024261  0x000061eb setflag  0x00000001 , 0x00000005 , 0x0000003f 
+ 00024262  0x000061ec store  0x00000001 , 0x0000004c 
+ 00024263  0x000061ed jam  0x00000081 , 0x0000007c 
+ 00024264  0x000061ee jam  0x0000008b , 0x0000007d 
+ 00024265  0x000061ef rtn 
+ 00024266  0x000061f6 rtn 
+ 00024267  0x000061f9 branch  0x00005e38 
+ 00024268  0x000061fd branch  0x00005e38 
+ 00024269  0x00006202 fetch  0x00000002 , 0x00000552 
+ 00024270  0x00006203 store  0x00000002 , 0x00000171 
+ 00024271  0x00006204 rtn 
+ 00024272  0x00006207 fetch  0x00000002 , 0x00000555 
+ 00024273  0x00006208 fetcht  0x00000001 , 0x00004172 
+ 00024274  0x00006209 imul32  0x00000002 , 0x0000003f 
+ 00024275  0x0000620a arg  0x00000640 , 0x00000002 
+ 00024276  0x0000620b isub  0x00000002 , 0x0000003e 
+ 00024277  0x0000620d rtn 
+ 00024278  0x00006210 fetch  0x00000002 , 0x00000557 
+ 00024279  0x00006211 branch  0x00005ef0 , 0x00000034 
+ 00024280  0x00006212 call  0x00005ed0 
+ 00024281  0x00006213 branch  0x00005ef0 , 0x00000002 
+ 00024282  0x00006214 fetch  0x00000001 , 0x00004092 
+ 00024283  0x00006215 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00024284  0x00006216 call  0x00003cd5 , 0x00000005 
+ 00024285  0x00006217 fetch  0x00000001 , 0x00000030 
+ 00024286  0x00006218 bbit1  0x00000001 , 0x00005ef0 
+ 00024287  0x00006219 fetch  0x00000002 , 0x00000553 
+ 00024288  0x0000621a lshift  0x0000003f , 0x0000003f 
+ 00024289  0x0000621b store  0x00000002 , 0x00000075 
+ 00024290  0x0000621c fetch  0x00000002 , 0x00000555 
+ 00024291  0x0000621d lshift  0x0000003f , 0x0000003f 
+ 00024292  0x0000621e store  0x00000002 , 0x00000032 
+ 00024293  0x0000621f fetch  0x00000002 , 0x00000557 
+ 00024294  0x00006220 store  0x00000001 , 0x00000073 
+ 00024295  0x00006221 iforce  0x00000002 
+ 00024296  0x00006222 fetch  0x00000002 , 0x00000559 
+ 00024297  0x00006223 store  0x00000001 , 0x00000074 
+ 00024298  0x00006224 isub  0x00000002 , 0x0000003e 
+ 00024299  0x00006225 nbranch  0x00005eed , 0x00000002 
+ 00024300  0x00006226 store  0x00000001 , 0x00000073 
+ 00024301  0x00006229 jam  0x00000003 , 0x0000007c 
+ 00024302  0x0000622a jam  0x00000017 , 0x0000007d 
+ 00024303  0x0000622b rtn 
+ 00024304  0x0000622e jam  0x00000024 , 0x0000007e 
+ 00024305  0x0000622f branch  0x00005d53 
+ 00024306  0x00006232 call  0x00005e38 
+ 00024307  0x00006233 call  0x00005ff9 
+ 00024308  0x00006234 call  0x0000728b 
+ 00024309  0x00006235 branch  0x000026b8 
+ 00024310  0x00006238 call  0x00005e38 
+ 00024311  0x00006239 branch  0x000026c0 
+ 00024312  0x0000623d fetch  0x00000004 , 0x00000552 
+ 00024313  0x0000623e lshift  0x0000003f , 0x0000003f 
+ 00024314  0x00006240 branch  0x00005f04 , 0x00000029 
+ 00024315  0x00006241 fetcht  0x00000001 , 0x000041bd 
+ 00024316  0x00006242 nbranch  0x00005f01 , 0x00000034 
+ 00024317  0x00006244 jam  0x00000004 , 0x0000007c 
+ 00024318  0x00006245 jam  0x00000013 , 0x0000007d 
+ 00024319  0x00006246 jam  0x00000024 , 0x0000007e 
+ 00024320  0x00006247 rtn 
+ 00024321  0x00006249 jam  0x00000034 , 0x0000007c 
+ 00024322  0x0000624a jam  0x00000000 , 0x00000055 
+ 00024323  0x0000624b branch  0x000021d9 
+ 00024324  0x0000624e call  0x000021d9 
+ 00024325  0x0000624f set1  0x00000022 , 0x00000000 
+ 00024326  0x00006250 fetch  0x00000001 , 0x0000016d 
+ 00024327  0x00006251 set0  0x00000002 , 0x0000003f 
+ 00024328  0x00006252 store  0x00000001 , 0x0000016d 
+ 00024329  0x00006253 branch  0x00005e38 
+ 00024330  0x0000625c rtn 
+ 00024331  0x00006260 jam  0x00000003 , 0x0000007c 
+ 00024332  0x00006261 jam  0x00000018 , 0x0000007d 
+ 00024333  0x00006262 jam  0x0000002e , 0x00000a99 
+ 00024334  0x00006263 call  0x00007d86 
+ 00024335  0x00006264 branch  0x000026e9 
+ 00024336  0x00006267 fetch  0x00000001 , 0x00000552 
+ 00024337  0x00006268 bne  0x00000001 , 0x00005f1c 
+ 00024338  0x00006269 fetch  0x00000001 , 0x00000553 
+ 00024339  0x0000626a bne  0x00000001 , 0x00005f1c 
+ 00024340  0x0000626b fetch  0x00000001 , 0x00000554 
+ 00024341  0x0000626c bne  0x00000030 , 0x00005f1c 
+ 00024342  0x0000626d call  0x000062fc 
+ 00024343  0x0000626e branch  0x00005f19 , 0x00000001 
+ 00024344  0x0000626f jam  0x00000001 , 0x000009ae 
+ 00024345  0x00006271 jam  0x00000003 , 0x0000007c 
+ 00024346  0x00006272 jam  0x0000003d , 0x0000007d 
+ 00024347  0x00006273 branch  0x00005d07 
+ 00024348  0x00006276 jam  0x00000024 , 0x0000007e 
+ 00024349  0x00006277 branch  0x00005d53 
+ 00024350  0x0000627c jam  0x0000003e , 0x0000007c 
+ 00024351  0x0000627e rtn 
+ 00024352  0x00006280 fetch  0x00000001 , 0x00004662 
+ 00024353  0x00006281 beq  0x00000001 , 0x00005f27 
+ 00024354  0x00006282 beq  0x00000002 , 0x00005f2b 
+ 00024355  0x00006284 call  0x000062fc 
+ 00024356  0x00006285 rtn  0x00000001 
+ 00024357  0x00006286 jam  0x00000008 , 0x000009ae 
+ 00024358  0x00006287 rtn 
+ 00024359  0x0000628a call  0x00007962 
+ 00024360  0x0000628b jam  0x00000035 , 0x00000a99 
+ 00024361  0x0000628c call  0x00007d86 
+ 00024362  0x0000628d branch  0x00005f23 
+ 00024363  0x00006291 call  0x000062fc 
+ 00024364  0x00006292 rtn  0x00000001 
+ 00024365  0x00006293 fetch  0x00000001 , 0x00004663 
+ 00024366  0x00006294 beq  0x00000013 , 0x00005f3b 
+ 00024367  0x00006295 increase  0x00000001 , 0x0000003f 
+ 00024368  0x00006296 store  0x00000001 , 0x00004663 
+ 00024369  0x0000629a jam  0x00000001 , 0x000009b0 
+ 00024370  0x0000629b jam  0x00000004 , 0x000009ae 
+ 00024371  0x0000629c fetch  0x00000001 , 0x00004663 
+ 00024372  0x0000629d copy  0x0000003f , 0x00000007 
+ 00024373  0x0000629e fetch  0x00000006 , 0x0000468a 
+ 00024374  0x0000629f qisolate1  0x0000003f 
+ 00024375  0x000062a0 setarg  0x00000080 
+ 00024376  0x000062a1 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00024377  0x000062a2 store  0x00000001 , 0x00004664 
+ 00024378  0x000062a3 rtn 
+ 00024379  0x000062a6 jam  0x00000008 , 0x000009ae 
+ 00024380  0x000062a7 rtn 
+ 00024381  0x000062aa call  0x00005f43 
+ 00024382  0x000062ac fetch  0x00000001 , 0x00004665 
+ 00024383  0x000062ad rtn  0x00000034 
+ 00024384  0x000062ae jam  0x00000000 , 0x00004665 
+ 00024385  0x000062af jam  0x00000038 , 0x00000a99 
+ 00024386  0x000062b0 branch  0x00007d86 
+ 00024387  0x000062b5 call  0x000062fc 
+ 00024388  0x000062b6 ncall  0x00007965 , 0x00000001 
+ 00024389  0x000062b7 call  0x00007975 , 0x00000001 
+ 00024390  0x000062b8 call  0x000062fc 
+ 00024391  0x000062b9 rtn  0x00000001 
+ 00024392  0x000062ba jam  0x0000000c , 0x000009ae 
+ 00024393  0x000062bb jam  0x00000001 , 0x000009b0 
+ 00024394  0x000062bc rtn 
+ 00024395  0x000062bf arg  0x00000a6e , 0x00000005 
+ 00024396  0x000062c0 arg  0x00000552 , 0x00000006 
+ 00024397  0x000062c1 call  0x00007ebf 
+ 00024398  0x000062c2 fetch  0x00000001 , 0x00004662 
+ 00024399  0x000062c3 rtneq  0x00000002 
+ 00024400  0x000062c4 branch  0x000076d8 
+ 00024401  0x000062c7 fetch  0x00000001 , 0x000009af 
+ 00024402  0x000062c8 beq  0x00000007 , 0x00005f55 
+ 00024403  0x000062c9 fetch  0x00000001 , 0x000009ae 
+ 00024404  0x000062ca bne  0x00000001 , 0x00005f68 
+ 00024405  0x000062cc fetch  0x00000001 , 0x000009b7 
+ 00024406  0x000062cd sub  0x0000003f , 0x00000020 , 0x00000005 
+ 00024407  0x000062ce nbranch  0x00005f68 , 0x00000002 
+ 00024408  0x000062cf arg  0x000009c6 , 0x00000005 
+ 00024409  0x000062d0 iadd  0x00000005 , 0x00000005 
+ 00024410  0x000062d1 fetch  0x00000008 , 0x00000552 
+ 00024411  0x000062d2 istore  0x00000008 , 0x00000005 
+ 00024412  0x000062d3 fetch  0x00000008 , 0x0000055a 
+ 00024413  0x000062d4 istore  0x00000008 , 0x00000005 
+ 00024414  0x000062d5 fetch  0x00000001 , 0x000009b7 
+ 00024415  0x000062d6 increase  0x00000010 , 0x0000003f 
+ 00024416  0x000062d7 store  0x00000001 , 0x000009b7 
+ 00024417  0x000062d8 bne  0x00000030 , 0x00005e38 
+ 00024418  0x000062da call  0x000062fc 
+ 00024419  0x000062db branch  0x00005e38 , 0x00000001 
+ 00024420  0x000062dc jam  0x00000001 , 0x000009b8 
+ 00024421  0x000062dd jam  0x00000002 , 0x000009ae 
+ 00024422  0x000062de jam  0x00000001 , 0x000009b0 
+ 00024423  0x000062df branch  0x00005e38 
+ 00024424  0x000062e1 jam  0x00000024 , 0x0000007e 
+ 00024425  0x000062e2 branch  0x00005d53 
+ 00024426  0x000062e4 fetch  0x00000001 , 0x000009b6 
+ 00024427  0x000062e5 beq  0x00000030 , 0x00005f6e 
+ 00024428  0x000062e6 jam  0x0000003e , 0x0000007c 
+ 00024429  0x000062e7 branch  0x00005d07 
+ 00024430  0x000062ea call  0x000062fc 
+ 00024431  0x000062eb branch  0x00005f77 , 0x00000001 
+ 00024432  0x000062ec fetch  0x00000001 , 0x00004662 
+ 00024433  0x000062ed beq  0x00000002 , 0x00005f75 
+ 00024434  0x000062ee jam  0x00000001 , 0x000009b0 
+ 00024435  0x000062ef jam  0x00000004 , 0x000009ae 
+ 00024436  0x000062f0 branch  0x00005d07 
+ 00024437  0x000062f3 jam  0x00000036 , 0x00000a99 
+ 00024438  0x000062f4 branch  0x00007d86 
+ 00024439  0x000062f9 branch  0x00005d07 
+ 00024440  0x000062fc fetch  0x00000001 , 0x000009af 
+ 00024441  0x000062fd beq  0x00000007 , 0x00005f7c 
+ 00024442  0x000062fe fetch  0x00000001 , 0x000009ae 
+ 00024443  0x000062ff bne  0x00000006 , 0x00005f88 
+ 00024444  0x00006301 arg  0x00000a2e , 0x00000005 
+ 00024445  0x00006302 fetch  0x00000008 , 0x00000552 
+ 00024446  0x00006303 istore  0x00000008 , 0x00000005 
+ 00024447  0x00006304 fetch  0x00000008 , 0x0000055a 
+ 00024448  0x00006305 istore  0x00000008 , 0x00000005 
+ 00024449  0x00006306 call  0x000062fc 
+ 00024450  0x00006307 branch  0x00005f86 , 0x00000001 
+ 00024451  0x00006308 jam  0x00000007 , 0x000009ae 
+ 00024452  0x00006309 jam  0x00000001 , 0x000009b0 
+ 00024453  0x0000630a branch  0x00005e38 
+ 00024454  0x0000630c jam  0x00000004 , 0x000009af 
+ 00024455  0x0000630d branch  0x000076d8 
+ 00024456  0x00006311 jam  0x00000024 , 0x0000007e 
+ 00024457  0x00006312 branch  0x00005d53 
+ 00024458  0x00006315 fetch  0x00000001 , 0x000009af 
+ 00024459  0x00006316 beq  0x0000000b , 0x00005f8e 
+ 00024460  0x00006317 fetch  0x00000001 , 0x000009ae 
+ 00024461  0x00006318 bne  0x00000008 , 0x00005f9d 
+ 00024462  0x0000631a arg  0x00000a5e , 0x00000005 
+ 00024463  0x0000631b arg  0x00000552 , 0x00000006 
+ 00024464  0x0000631c call  0x00007ebf 
+ 00024465  0x0000631d call  0x000062fc 
+ 00024466  0x0000631e branch  0x00005f9a , 0x00000001 
+ 00024467  0x0000631f fetch  0x00000001 , 0x00004662 
+ 00024468  0x00006320 beq  0x00000001 , 0x00005f9f 
+ 00024469  0x00006322 jam  0x00000000 , 0x00004661 
+ 00024470  0x00006323 jam  0x00000009 , 0x000009ae 
+ 00024471  0x00006324 jam  0x00000001 , 0x000009b0 
+ 00024472  0x00006325 jam  0x00000041 , 0x0000007d 
+ 00024473  0x00006326 branch  0x00005d07 
+ 00024474  0x00006329 jam  0x00000009 , 0x000009af 
+ 00024475  0x0000632a jam  0x00000001 , 0x000009b1 
+ 00024476  0x0000632b branch  0x00005d07 
+ 00024477  0x0000632d jam  0x00000024 , 0x0000007e 
+ 00024478  0x0000632e branch  0x00005d53 
+ 00024479  0x00006331 fetch  0x00000001 , 0x00004661 
+ 00024480  0x00006332 bbit1  0x00000007 , 0x00005fa4 
+ 00024481  0x00006333 set1  0x00000006 , 0x0000003f 
+ 00024482  0x00006334 store  0x00000001 , 0x00004661 
+ 00024483  0x00006335 rtn 
+ 00024484  0x00006338 bbit1  0x00000000 , 0x00005f95 
+ 00024485  0x00006339 jam  0x00000000 , 0x00004661 
+ 00024486  0x0000633a branch  0x00005f9d 
+ 00024487  0x0000633e branch  0x00005d07 
+ 00024488  0x00006341 fetch  0x00000001 , 0x0000016d 
+ 00024489  0x00006342 set0  0x00000001 
+ 00024490  0x00006343 store  0x00000001 , 0x0000016d 
+ 00024491  0x00006344 call  0x00005e38 
+ 00024492  0x00006345 nrtn  0x00000029 
+ 00024493  0x00006346 fetch  0x00000001 , 0x00000552 
+ 00024494  0x00006347 fetcht  0x00000001 , 0x0000004b 
+ 00024495  0x00006348 setflag  0x00000034 , 0x00000004 , 0x00000002 
+ 00024496  0x00006349 nsetflag  0x00000034 , 0x00000005 , 0x00000002 
+ 00024497  0x0000634a storet  0x00000001 , 0x0000004b 
+ 00024498  0x0000634b rtn 
+ 00024499  0x0000634e fetcht  0x00000008 , 0x00000552 
+ 00024500  0x00006350 fetch  0x00000001 , 0x00000055 
+ 00024501  0x00006351 rtnne  0x00000003 
+ 00024502  0x00006353 fetch  0x00000001 , 0x0000016d 
+ 00024503  0x00006354 bbit0  0x00000004 , 0x00005fba 
+ 00024504  0x00006356 jam  0x00000014 , 0x00000055 
+ 00024505  0x00006357 rtn 
+ 00024506  0x00006359 jam  0x00000004 , 0x00000055 
+ 00024507  0x0000635a rtn 
+ 00024508  0x0000635c fetch  0x00000001 , 0x0000017f 
+ 00024509  0x0000635d store  0x00000001 , 0x0000015b 
+ 00024510  0x0000635e jam  0x00000003 , 0x0000007c 
+ 00024511  0x0000635f jam  0x00000038 , 0x0000007d 
+ 00024512  0x00006360 rtn 
+ 00024513  0x00006364 jam  0x00000003 , 0x0000007c 
+ 00024514  0x00006365 jam  0x00000039 , 0x0000007d 
+ 00024515  0x00006366 force  0x00000009 , 0x00000039 
+ 00024516  0x00006367 arg  0x00000552 , 0x00000006 
+ 00024517  0x00006368 arg  0x00000152 , 0x00000005 
+ 00024518  0x0000636a ifetch  0x00000001 , 0x00000006 
+ 00024519  0x0000636b xor_into  0x00000055 , 0x0000003f 
+ 00024520  0x0000636c istore  0x00000001 , 0x00000005 
+ 00024521  0x0000636d loop  0x00005fc6 
+ 00024522  0x0000636e fetch  0x00000001 , 0x00000152 
+ 00024523  0x0000636f fetcht  0x00000001 , 0x00000151 
+ 00024524  0x00006370 set0  0x00000007 , 0x00000002 
+ 00024525  0x00006371 set0  0x00000004 , 0x00000002 
+ 00024526  0x00006372 beq  0x000000ff , 0x00005fda 
+ 00024527  0x00006373 beq  0x00000000 , 0x00005ff3 
+ 00024528  0x00006374 beq  0x00000005 , 0x00005fe7 
+ 00024529  0x00006375 beq  0x00000007 , 0x00005fe6 
+ 00024530  0x00006376 beq  0x00000006 , 0x00005fe7 
+ 00024531  0x00006377 beq  0x00000008 , 0x00005fe6 
+ 00024532  0x00006378 beq  0x00000001 , 0x00005fdf 
+ 00024533  0x00006379 beq  0x00000002 , 0x00005fdf 
+ 00024534  0x0000637a beq  0x00000003 , 0x00005fdf 
+ 00024535  0x0000637b beq  0x00000009 , 0x00005fdf 
+ 00024536  0x0000637c beq  0x00000004 , 0x00005fdf 
+ 00024537  0x0000637d rtn 
+ 00024538  0x00006380 fetch  0x00000001 , 0x00000151 
+ 00024539  0x00006381 set1  0x00000003 , 0x0000003f 
+ 00024540  0x00006382 set1  0x00000002 , 0x0000003f 
+ 00024541  0x00006383 store  0x00000001 , 0x00000151 
+ 00024542  0x00006384 rtn 
+ 00024543  0x00006386 set1  0x00000004 , 0x00000002 
+ 00024544  0x00006387 jam  0x00000005 , 0x00000180 
+ 00024545  0x00006388 fetch  0x00000002 , 0x00000159 
+ 00024546  0x00006389 iforce  0x00000039 
+ 00024547  0x0000638a store  0x00000002 , 0x0000015f 
+ 00024548  0x0000638b arg  0x00000551 , 0x00000005 
+ 00024549  0x0000638c call  0x00007f73 
+ 00024550  0x0000638e set1  0x00000007 , 0x00000002 
+ 00024551  0x00006390 set1  0x00000002 , 0x00000002 
+ 00024552  0x00006391 force  0x00000000 , 0x0000003f 
+ 00024553  0x00006392 store  0x00000001 , 0x0000000b 
+ 00024554  0x00006393 store  0x00000002 , 0x000000fa 
+ 00024555  0x00006394 store  0x00000002 , 0x000000fc 
+ 00024556  0x00006395 store  0x00000002 , 0x000000f8 
+ 00024557  0x00006396 store  0x00000002 , 0x000000f6 
+ 00024558  0x00006397 fetch  0x00000001 , 0x00000153 
+ 00024559  0x00006398 compare  0x00000000 , 0x0000003f , 0x000000ff 
+ 00024560  0x00006399 setflag  0x00000001 , 0x00000006 , 0x00000002 
+ 00024561  0x0000639a storet  0x00000001 , 0x00000151 
+ 00024562  0x0000639b rtn 
+ 00024563  0x0000639e set0  0x00000011 , 0x00000000 
+ 00024564  0x0000639f jam  0x00000000 , 0x00000151 
+ 00024565  0x000063a0 fetch  0x00000001 , 0x0000017f 
+ 00024566  0x000063a1 set0  0x00000006 , 0x0000003f 
+ 00024567  0x000063a2 store  0x00000001 , 0x0000017f 
+ 00024568  0x000063a3 rtn 
+ 00024569  0x000063aa arg  0x00000552 , 0x00000006 
+ 00024570  0x000063ab arg  0x00000562 , 0x00000005 
+ 00024571  0x000063ac branch  0x00007ebf 
+ 00024572  0x000063af jam  0x00000009 , 0x0000007c 
+ 00024573  0x000063b0 rtn 
+ 00024574  0x000063b3 nrtn  0x00000029 
+ 00024575  0x000063b4 jam  0x00000011 , 0x0000007c 
+ 00024576  0x000063b5 rtn 
+ 00024577  0x000063b8 arg  0x000040a0 , 0x00000011 
+ 00024578  0x000063b9 call  0x00007255 
+ 00024579  0x000063ba jam  0x00000003 , 0x0000007c 
+ 00024580  0x000063bb jam  0x00000008 , 0x0000007d 
+ 00024581  0x000063bc rtn 
+ 00024582  0x000063bf jam  0x0000000a , 0x00000072 
+ 00024583  0x000063c0 jam  0x00000007 , 0x0000007c 
+ 00024584  0x000063c1 jam  0x00000016 , 0x000004ca 
+ 00024585  0x000063c2 rtn 
+ 00024586  0x000063c9 bpatchx  0x00000082 , 0x00004030 
+ 00024587  0x000063ca disable  0x00000028 
+ 00024588  0x000063cb call  0x000062c1 
+ 00024589  0x000063cc fetch  0x00000001 , 0x00000048 
+ 00024590  0x000063cd rtn  0x00000034 
+ 00024591  0x000063d2 bbit1  0x00000007 , 0x0000603f 
+ 00024592  0x000063d4 beq  0x00000001 , 0x0000616f 
+ 00024593  0x000063d5 beq  0x00000002 , 0x000060e4 
+ 00024594  0x000063d6 beq  0x00000003 , 0x0000604a 
+ 00024595  0x000063d7 beq  0x00000004 , 0x00006060 
+ 00024596  0x000063d8 beq  0x00000027 , 0x000061db 
+ 00024597  0x000063d9 beq  0x00000028 , 0x00006108 
+ 00024598  0x000063da beq  0x00000030 , 0x000060f4 
+ 00024599  0x000063db beq  0x00000025 , 0x000061d6 
+ 00024600  0x000063dc beq  0x00000026 , 0x00006103 
+ 00024601  0x000063dd beq  0x00000031 , 0x000061c3 
+ 00024602  0x000063de beq  0x00000037 , 0x0000616a 
+ 00024603  0x000063df beq  0x00000033 , 0x0000615c 
+ 00024604  0x000063e0 beq  0x00000008 , 0x00006259 
+ 00024605  0x000063e1 beq  0x00000009 , 0x0000624f 
+ 00024606  0x000063e2 beq  0x0000000b , 0x00006264 
+ 00024607  0x000063e3 beq  0x0000000c , 0x0000626d 
+ 00024608  0x000063e4 beq  0x0000000f , 0x00006162 
+ 00024609  0x000063e5 beq  0x00000010 , 0x00006292 
+ 00024610  0x000063e6 beq  0x00000011 , 0x00006288 
+ 00024611  0x000063e7 beq  0x00000007 , 0x00006152 
+ 00024612  0x000063e8 beq  0x0000002a , 0x0000617e 
+ 00024613  0x000063e9 beq  0x0000000a , 0x0000617f 
+ 00024614  0x000063eb beq  0x0000001f , 0x000061bc 
+ 00024615  0x000063ec beq  0x00000006 , 0x000060f9 
+ 00024616  0x000063ed beq  0x00000021 , 0x0000615f 
+ 00024617  0x000063ee beq  0x0000002d , 0x000061b2 
+ 00024618  0x000063ef beq  0x0000002e , 0x000061b7 
+ 00024619  0x000063f0 beq  0x00000022 , 0x0000615f 
+ 00024620  0x000063f1 beq  0x00000034 , 0x00006180 
+ 00024621  0x000063f2 beq  0x00000013 , 0x00006195 
+ 00024622  0x000063f3 beq  0x00000017 , 0x000061a4 
+ 00024623  0x000063f4 beq  0x00000012 , 0x0000628f 
+ 00024624  0x000063f5 beq  0x0000002f , 0x000061aa 
+ 00024625  0x000063f6 beq  0x00000018 , 0x000061af 
+ 00024626  0x000063f7 beq  0x0000003d , 0x000061ff 
+ 00024627  0x000063f8 beq  0x0000003e , 0x0000620b 
+ 00024628  0x000063f9 beq  0x0000003f , 0x0000621d 
+ 00024629  0x000063fa beq  0x00000040 , 0x00006227 
+ 00024630  0x000063fb beq  0x00000041 , 0x0000623c 
+ 00024631  0x000063fc beq  0x00000023 , 0x0000624b 
+ 00024632  0x000063fd beq  0x0000003b , 0x00006246 
+ 00024633  0x000063ff beq  0x00000005 , 0x0000624c 
+ 00024634  0x00006400 beq  0x00000029 , 0x0000624d 
+ 00024635  0x00006401 beq  0x00000038 , 0x0000624e 
+ 00024636  0x00006402 beq  0x00000039 , 0x00006175 
+ 00024637  0x00006404 branch  0x00002a8c 
+ 00024638  0x00006405 rtn 
+ 00024639  0x00006407 beq  0x00000081 , 0x0000606d 
+ 00024640  0x00006408 beq  0x00000084 , 0x00006099 
+ 00024641  0x00006409 beq  0x00000082 , 0x00006076 
+ 00024642  0x0000640a beq  0x00000083 , 0x0000610d 
+ 00024643  0x0000640b beq  0x0000008b , 0x00006118 
+ 00024644  0x0000640c beq  0x00000097 , 0x0000614e 
+ 00024645  0x0000640d beq  0x00000099 , 0x000060d5 
+ 00024646  0x0000640e beq  0x0000009a , 0x000060a4 
+ 00024647  0x0000640f beq  0x00000095 , 0x000060da 
+ 00024648  0x00006410 beq  0x00000096 , 0x000060db 
+ 00024649  0x00006411 branch  0x00002a8c 
+ 00024650  0x00006418 force  0x00000002 , 0x0000003f 
+ 00024651  0x00006419 call  0x00006298 
+ 00024652  0x0000641a fetch  0x00000001 , 0x00000049 
+ 00024653  0x0000641b istore  0x00000001 , 0x00000005 
+ 00024654  0x0000641c call  0x000062a7 
+ 00024655  0x0000641d bpatchx  0x00000083 , 0x00004030 
+ 00024656  0x0000641e fetch  0x00000001 , 0x00000049 
+ 00024657  0x0000641f beq  0x00000008 , 0x00006080 
+ 00024658  0x00006420 beq  0x0000000f , 0x00006084 
+ 00024659  0x00006421 beq  0x00000010 , 0x0000608f 
+ 00024660  0x00006422 beq  0x00000017 , 0x0000605f 
+ 00024661  0x00006423 beq  0x00000033 , 0x00006092 
+ 00024662  0x00006424 beq  0x00000041 , 0x00006098 
+ 00024663  0x00006425 beq  0x00000011 , 0x00006059 
+ 00024664  0x00006426 rtn 
+ 00024665  0x00006429 fetch  0x00000001 , 0x00000055 
+ 00024666  0x0000642a rtn  0x00000034 
+ 00024667  0x0000642b jam  0x0000001b , 0x00000055 
+ 00024668  0x0000642c setarg  0x0000000c 
+ 00024669  0x0000642d arg  0x00000007 , 0x00000007 
+ 00024670  0x0000642e branch  0x00007f08 
+ 00024671  0x00006431 branch  0x000026c6 
+ 00024672  0x00006433 force  0x00000003 , 0x0000003f 
+ 00024673  0x00006434 call  0x00006298 
+ 00024674  0x00006435 fetch  0x00000001 , 0x00000049 
+ 00024675  0x00006436 beq  0x0000000b , 0x00006068 
+ 00024676  0x00006437 istore  0x00000001 , 0x00000005 
+ 00024677  0x00006438 fetch  0x00000001 , 0x0000004a 
+ 00024678  0x00006439 istore  0x00000001 , 0x00000005 
+ 00024679  0x0000643a branch  0x000062a7 
+ 00024680  0x0000643d istore  0x00000001 , 0x00000005 
+ 00024681  0x0000643e fetch  0x00000001 , 0x0000004a 
+ 00024682  0x0000643f istore  0x00000001 , 0x00000005 
+ 00024683  0x00006440 arg  0x000004d5 , 0x00000002 
+ 00024684  0x00006441 branch  0x000062e2 
+ 00024685  0x00006444 force  0x00000004 , 0x00000007 
+ 00024686  0x00006445 call  0x000062a0 
+ 00024687  0x00006446 setarg  0x0000007f 
+ 00024688  0x00006447 istore  0x00000001 , 0x00000005 
+ 00024689  0x00006448 fetch  0x00000001 , 0x00000049 
+ 00024690  0x00006449 set0  0x00000007 , 0x0000003f 
+ 00024691  0x0000644a istore  0x00000001 , 0x00000005 
+ 00024692  0x0000644b fetch  0x00000001 , 0x00000049 
+ 00024693  0x0000644c branch  0x000062a7 
+ 00024694  0x0000644f force  0x00000005 , 0x00000007 
+ 00024695  0x00006450 call  0x000062a0 
+ 00024696  0x00006451 setarg  0x0000007f 
+ 00024697  0x00006452 istore  0x00000001 , 0x00000005 
+ 00024698  0x00006453 fetch  0x00000001 , 0x00000049 
+ 00024699  0x00006454 set0  0x00000007 , 0x0000003f 
+ 00024700  0x00006455 istore  0x00000001 , 0x00000005 
+ 00024701  0x00006456 fetch  0x00000001 , 0x0000004a 
+ 00024702  0x00006457 istore  0x00000001 , 0x00000005 
+ 00024703  0x00006458 branch  0x000062a7 
+ 00024704  0x0000645c call  0x0000244f 
+ 00024705  0x0000645d call  0x000062f3 
+ 00024706  0x0000645e rtn  0x00000001 
+ 00024707  0x0000645f branch  0x00005ffc 
+ 00024708  0x00006462 fetch  0x00000001 , 0x0000004b 
+ 00024709  0x00006463 bbit1  0x00000005 , 0x0000608b 
+ 00024710  0x00006464 rtnbit0  0x00000004 
+ 00024711  0x00006465 jam  0x00000012 , 0x0000007c 
+ 00024712  0x00006466 set0  0x00000004 , 0x0000003f 
+ 00024713  0x00006467 call  0x000062eb 
+ 00024714  0x00006468 branch  0x0000608d 
+ 00024715  0x0000646a jam  0x00000010 , 0x0000007c 
+ 00024716  0x0000646b set0  0x00000005 , 0x0000003f 
+ 00024717  0x0000646d store  0x00000001 , 0x0000004b 
+ 00024718  0x0000646e rtn 
+ 00024719  0x00006471 call  0x000062fc 
+ 00024720  0x00006472 branch  0x00005ffe , 0x00000001 
+ 00024721  0x00006473 rtn 
+ 00024722  0x00006476 jam  0x0000008b , 0x0000007c 
+ 00024723  0x00006478 fetch  0x00000001 , 0x000004d1 
+ 00024724  0x00006479 set1  0x00000000 , 0x0000003f 
+ 00024725  0x0000647a store  0x00000001 , 0x000004d1 
+ 00024726  0x0000647b jam  0x00000001 , 0x00000a99 
+ 00024727  0x0000647c branch  0x00007d86 
+ 00024728  0x00006480 rtn 
+ 00024729  0x00006485 force  0x0000000c , 0x00000007 
+ 00024730  0x00006486 call  0x000062a0 
+ 00024731  0x00006487 setarg  0x00000001 
+ 00024732  0x00006488 istore  0x00000001 , 0x00000005 
+ 00024733  0x00006489 fetch  0x00000002 , 0x000004ce 
+ 00024734  0x0000648a istore  0x00000002 , 0x00000005 
+ 00024735  0x0000648b setarg  0x00000000 
+ 00024736  0x0000648c istore  0x00000003 , 0x00000005 
+ 00024737  0x0000648d setarg  0x00000000 
+ 00024738  0x0000648e istore  0x00000004 , 0x00000005 
+ 00024739  0x0000648f branch  0x000062b0 
+ 00024740  0x00006491 force  0x00000005 , 0x00000007 
+ 00024741  0x00006492 call  0x000062a0 
+ 00024742  0x00006493 fetch  0x00000003 , 0x0000465b 
+ 00024743  0x00006494 istore  0x00000003 , 0x00000005 
+ 00024744  0x00006495 call  0x000062b0 
+ 00024745  0x00006496 jam  0x00000001 , 0x00004665 
+ 00024746  0x00006497 fetch  0x00000001 , 0x0000465b 
+ 00024747  0x00006498 beq  0x00000001 , 0x000060b5 
+ 00024748  0x00006499 beq  0x00000002 , 0x000060af 
+ 00024749  0x0000649a beq  0x00000003 , 0x000060bb 
+ 00024750  0x0000649b rtn 
+ 00024751  0x0000649e fetch  0x00000001 , 0x0000465e 
+ 00024752  0x0000649f beq  0x00000000 , 0x000060c7 
+ 00024753  0x000064a0 beq  0x00000001 , 0x000060c7 
+ 00024754  0x000064a1 beq  0x00000002 , 0x000060c7 
+ 00024755  0x000064a2 beq  0x00000003 , 0x000060c1 
+ 00024756  0x000064a3 rtn 
+ 00024757  0x000064a7 fetch  0x00000001 , 0x0000465e 
+ 00024758  0x000064a8 beq  0x00000000 , 0x000060c1 
+ 00024759  0x000064a9 beq  0x00000001 , 0x000060c5 
+ 00024760  0x000064aa beq  0x00000002 , 0x000060c7 
+ 00024761  0x000064ab beq  0x00000003 , 0x000060c1 
+ 00024762  0x000064ac rtn 
+ 00024763  0x000064b0 fetch  0x00000001 , 0x0000465e 
+ 00024764  0x000064b1 beq  0x00000000 , 0x000060c1 
+ 00024765  0x000064b2 beq  0x00000001 , 0x000060c1 
+ 00024766  0x000064b3 beq  0x00000002 , 0x000060c1 
+ 00024767  0x000064b4 beq  0x00000003 , 0x000060c1 
+ 00024768  0x000064b5 rtn 
+ 00024769  0x000064bf jam  0x00000003 , 0x00004662 
+ 00024770  0x000064c0 fetch  0x00000001 , 0x0000455c 
+ 00024771  0x000064c1 bbit1  0x00000000 , 0x000033e9 
+ 00024772  0x000064c2 rtn 
+ 00024773  0x000064c6 jam  0x00000001 , 0x00004662 
+ 00024774  0x000064c7 rtn 
+ 00024775  0x000064ce jam  0x00000002 , 0x00004662 
+ 00024776  0x000064cf rtn 
+ 00024777  0x000064d3 arg  0x00000000 , 0x00000007 
+ 00024778  0x000064d4 branch  0x000060cd 
+ 00024779  0x000064d7 arg  0x00000000 , 0x00000007 
+ 00024780  0x000064d8 branch  0x000060d1 
+ 00024781  0x000064db fetch  0x00000001 , 0x0000455c 
+ 00024782  0x000064dc qset1  0x0000003f 
+ 00024783  0x000064dd store  0x00000001 , 0x0000455c 
+ 00024784  0x000064de rtn 
+ 00024785  0x000064e1 fetch  0x00000001 , 0x0000455c 
+ 00024786  0x000064e2 qset0  0x0000003f 
+ 00024787  0x000064e3 store  0x00000001 , 0x0000455c 
+ 00024788  0x000064e4 rtn 
+ 00024789  0x000064e8 force  0x00000005 , 0x00000007 
+ 00024790  0x000064e9 call  0x000062a0 
+ 00024791  0x000064ea fetch  0x00000003 , 0x0000465b 
+ 00024792  0x000064eb istore  0x00000003 , 0x00000005 
+ 00024793  0x000064ec branch  0x000062b2 
+ 00024794  0x000064f1 rtn 
+ 00024795  0x000064f3 force  0x00000009 , 0x00000007 
+ 00024796  0x000064f4 call  0x000062a0 
+ 00024797  0x000064f5 fetch  0x00000001 , 0x00000095 
+ 00024798  0x000064f6 istore  0x00000001 , 0x00000005 
+ 00024799  0x000064f7 fetch  0x00000002 , 0x00000096 
+ 00024800  0x000064f8 istore  0x00000002 , 0x00000005 
+ 00024801  0x000064f9 fetch  0x00000004 , 0x00000091 
+ 00024802  0x000064fa istore  0x00000004 , 0x00000005 
+ 00024803  0x000064fb branch  0x000062b0 
+ 00024804  0x000064fe force  0x00000011 , 0x0000003f 
+ 00024805  0x000064ff call  0x00006298 
+ 00024806  0x00006500 fetch  0x00000001 , 0x00000049 
+ 00024807  0x00006501 copy  0x0000003f , 0x00000002 
+ 00024808  0x00006502 beq  0x00000000 , 0x000060ec 
+ 00024809  0x00006503 beq  0x0000000e , 0x000060ec 
+ 00024810  0x00006504 beq  0x0000001c , 0x000060ec 
+ 00024811  0x00006505 rtn 
+ 00024812  0x00006507 istore  0x00000001 , 0x00000005 
+ 00024813  0x00006508 fetch  0x00000001 , 0x00004515 
+ 00024814  0x00006509 istore  0x00000001 , 0x00000005 
+ 00024815  0x0000650a arg  0x0000000e , 0x00000039 
+ 00024816  0x0000650b setarg  0x00004516 
+ 00024817  0x0000650c iadd  0x00000002 , 0x00000006 
+ 00024818  0x0000650d call  0x00007f01 
+ 00024819  0x0000650e branch  0x000062b0 
+ 00024820  0x00006512 force  0x00000003 , 0x0000003f 
+ 00024821  0x00006513 call  0x00006298 
+ 00024822  0x00006514 setarg  0x00000114 
+ 00024823  0x00006515 istore  0x00000002 , 0x00000005 
+ 00024824  0x00006516 branch  0x000062b0 
+ 00024825  0x0000651a force  0x00000003 , 0x0000003f 
+ 00024826  0x0000651b call  0x00006298 
+ 00024827  0x0000651c fetch  0x00000004 , 0x00000165 
+ 00024828  0x0000651d isub  0x00000022 , 0x0000003f 
+ 00024829  0x0000651e branch  0x000060ff , 0x00000029 
+ 00024830  0x0000651f sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024831  0x00006522 rshift2  0x0000003f , 0x0000003f 
+ 00024832  0x00006523 set0  0x0000000f , 0x0000003f 
+ 00024833  0x00006524 istore  0x00000002 , 0x00000005 
+ 00024834  0x00006525 branch  0x000062b0 
+ 00024835  0x00006528 force  0x00000006 , 0x0000003f 
+ 00024836  0x00006529 call  0x00006298 
+ 00024837  0x0000652a fetch  0x00000005 , 0x00004510 
+ 00024838  0x0000652b istore  0x00000005 , 0x00000005 
+ 00024839  0x0000652c branch  0x000062b0 
+ 00024840  0x0000652f force  0x00000009 , 0x0000003f 
+ 00024841  0x00006530 call  0x00006298 
+ 00024842  0x00006531 fetch  0x00000008 , 0x00004098 
+ 00024843  0x00006532 istore  0x00000008 , 0x00000005 
+ 00024844  0x00006533 branch  0x000062b0 
+ 00024845  0x0000653b force  0x0000000c , 0x00000007 
+ 00024846  0x0000653c call  0x000062a0 
+ 00024847  0x0000653d setarg  0x00000001 
+ 00024848  0x0000653e istore  0x00000001 , 0x00000005 
+ 00024849  0x0000653f fetch  0x00000002 , 0x000004ce 
+ 00024850  0x00006540 istore  0x00000002 , 0x00000005 
+ 00024851  0x00006541 setarg  0x00000000 
+ 00024852  0x00006542 istore  0x00000003 , 0x00000005 
+ 00024853  0x00006543 setarg  0x00000000 
+ 00024854  0x00006544 istore  0x00000004 , 0x00000005 
+ 00024855  0x00006545 branch  0x000062b2 
+ 00024856  0x00006548 force  0x00000003 , 0x00000007 
+ 00024857  0x00006549 call  0x000062a0 
+ 00024858  0x0000654a fetch  0x00000001 , 0x0000415a 
+ 00024859  0x0000654b istore  0x00000001 , 0x00000005 
+ 00024860  0x0000654c disable  0x00000028 
+ 00024861  0x0000654d call  0x000062b2 
+ 00024862  0x0000654e nrtn  0x00000028 
+ 00024863  0x0000654f nrtn  0x00000029 
+ 00024864  0x00006550 fetch  0x00000001 , 0x000040d8 
+ 00024865  0x00006551 rtnbit0  0x00000000 
+ 00024866  0x00006552 call  0x00006132 
+ 00024867  0x00006553 branch  0x0000613c 
+ 00024868  0x00006557 bpatchx  0x00000084 , 0x00004030 
+ 00024869  0x00006558 fetch  0x00000001 , 0x0000409e 
+ 00024870  0x00006559 set1  0x00000003 , 0x0000003f 
+ 00024871  0x0000655a store  0x00000001 , 0x0000409e 
+ 00024872  0x0000655b setarg  0x00000101 
+ 00024873  0x0000655c store  0x00000002 , 0x000004ce 
+ 00024874  0x0000655d rtn 
+ 00024875  0x00006560 bpatchx  0x00000085 , 0x00004030 
+ 00024876  0x00006561 fetch  0x00000001 , 0x0000409e 
+ 00024877  0x00006562 set0  0x00000003 , 0x0000003f 
+ 00024878  0x00006563 store  0x00000001 , 0x0000409e 
+ 00024879  0x00006564 setarg  0x00000000 
+ 00024880  0x00006565 store  0x00000002 , 0x000004ce 
+ 00024881  0x00006566 rtn 
+ 00024882  0x00006569 jam  0x00000003 , 0x000040d8 
+ 00024883  0x0000656a setarg  0x00000000 
+ 00024884  0x0000656b store  0x00000004 , 0x00004142 
+ 00024885  0x0000656c arg  0x000040da , 0x00000005 
+ 00024886  0x0000656d call  0x00006140 
+ 00024887  0x0000656e arg  0x000040e7 , 0x00000005 
+ 00024888  0x0000656f call  0x00006140 
+ 00024889  0x00006570 arg  0x00004146 , 0x00000005 
+ 00024890  0x00006571 call  0x00006140 
+ 00024891  0x00006572 branch  0x00006147 
+ 00024892  0x00006574 arg  0x000040e7 , 0x00000005 
+ 00024893  0x00006575 call  0x00006140 
+ 00024894  0x00006576 call  0x00006147 
+ 00024895  0x00006577 branch  0x0000614a 
+ 00024896  0x0000657b setarg  0x00ffffff 
+ 00024897  0x0000657c istore  0x00000003 , 0x00000005 
+ 00024898  0x0000657d istore  0x00000003 , 0x00000005 
+ 00024899  0x0000657e istore  0x00000003 , 0x00000005 
+ 00024900  0x0000657f setarg  0x0000007f 
+ 00024901  0x00006580 istore  0x00000001 , 0x00000005 
+ 00024902  0x00006581 rtn 
+ 00024903  0x00006583 setarg  0x00000000 
+ 00024904  0x00006584 store  0x00000002 , 0x000040d6 
+ 00024905  0x00006585 rtn 
+ 00024906  0x00006587 fetch  0x00000001 , 0x000040d8 
+ 00024907  0x00006588 set1  0x00000002 , 0x0000003f 
+ 00024908  0x00006589 store  0x00000001 , 0x000040d8 
+ 00024909  0x0000658a rtn 
+ 00024910  0x0000658e force  0x00000002 , 0x00000007 
+ 00024911  0x0000658f call  0x000062a0 
+ 00024912  0x00006590 nbranch  0x000062b0 , 0x00000029 
+ 00024913  0x00006592 branch  0x000062b2 
+ 00024914  0x00006597 force  0x00000002 , 0x0000003f 
+ 00024915  0x00006598 call  0x00006298 
+ 00024916  0x00006599 fetch  0x00000001 , 0x000004ca 
+ 00024917  0x0000659a istore  0x00000001 , 0x00000005 
+ 00024918  0x0000659b call  0x000062b2 
+ 00024919  0x0000659d fetch  0x00000001 , 0x0000004b 
+ 00024920  0x0000659e set1  0x00000003 , 0x0000003f 
+ 00024921  0x0000659f store  0x00000001 , 0x0000004b 
+ 00024922  0x000065a0 jam  0x00000032 , 0x00000072 
+ 00024923  0x000065a1 rtn 
+ 00024924  0x000065a5 force  0x00000001 , 0x0000003f 
+ 00024925  0x000065a6 call  0x00006298 
+ 00024926  0x000065a7 branch  0x000062b2 
+ 00024927  0x000065a9 force  0x00000001 , 0x0000003f 
+ 00024928  0x000065aa call  0x00006298 
+ 00024929  0x000065ab branch  0x000062b0 
+ 00024930  0x000065af force  0x00000002 , 0x0000003f 
+ 00024931  0x000065b0 call  0x00006298 
+ 00024932  0x000065b1 fetch  0x00000001 , 0x0000004c 
+ 00024933  0x000065b2 isolate0  0x00000002 , 0x0000003f 
+ 00024934  0x000065b3 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00024935  0x000065b4 and_into  0x00000001 , 0x0000003f 
+ 00024936  0x000065b5 istore  0x00000001 , 0x00000005 
+ 00024937  0x000065b6 branch  0x000062b2 
+ 00024938  0x000065ba force  0x00000003 , 0x0000003f 
+ 00024939  0x000065bb call  0x00006298 
+ 00024940  0x000065bc fetch  0x00000002 , 0x00000051 
+ 00024941  0x000065bd istore  0x00000002 , 0x00000005 
+ 00024942  0x000065be branch  0x000062b2 
+ 00024943  0x000065c1 jam  0x000000fa , 0x00000072 
+ 00024944  0x000065c2 force  0x00000002 , 0x0000003f 
+ 00024945  0x000065c3 call  0x00006298 
+ 00024946  0x000065c4 fetch  0x00000001 , 0x00000053 
+ 00024947  0x000065c5 istore  0x00000001 , 0x00000005 
+ 00024948  0x000065c6 branch  0x000062b2 
+ 00024949  0x000065c9 force  0x0000000a , 0x0000003f 
+ 00024950  0x000065ca call  0x00006298 
+ 00024951  0x000065cb arg  0x00000152 , 0x00000006 
+ 00024952  0x000065cc force  0x00000009 , 0x00000039 
+ 00024953  0x000065ce ifetch  0x00000001 , 0x00000006 
+ 00024954  0x000065cf xor_into  0x00000055 , 0x0000003f 
+ 00024955  0x000065d0 istore  0x00000001 , 0x00000005 
+ 00024956  0x000065d1 loop  0x00006179 
+ 00024957  0x000065d2 branch  0x000062b2 
+ 00024958  0x000065d5 branch  0x000062b2 
+ 00024959  0x000065d7 branch  0x000062b2 
+ 00024960  0x000065da rtn  0x00000029 
+ 00024961  0x000065db call  0x0000282d 
+ 00024962  0x000065dc force  0x00000009 , 0x0000003f 
+ 00024963  0x000065dd call  0x00006298 
+ 00024964  0x000065de fetch  0x00000002 , 0x00000171 
+ 00024965  0x000065df istore  0x00000002 , 0x00000005 
+ 00024966  0x000065e0 fetch  0x00000003 , 0x000040a0 
+ 00024967  0x000065e1 istore  0x00000003 , 0x00000005 
+ 00024968  0x000065e2 fetch  0x00000001 , 0x000040a3 
+ 00024969  0x000065e3 istore  0x00000001 , 0x00000005 
+ 00024970  0x000065e4 fetch  0x00000002 , 0x000040a4 
+ 00024971  0x000065e5 istore  0x00000002 , 0x00000005 
+ 00024972  0x000065e6 bmark0  0x00000003 , 0x00006191 
+ 00024973  0x000065e7 set0  0x00000003 , 0x00000000 
+ 00024974  0x000065e8 call  0x000062b2 
+ 00024975  0x000065e9 jam  0x00000013 , 0x0000007c 
+ 00024976  0x000065ea rtn 
+ 00024977  0x000065ec call  0x000062b0 
+ 00024978  0x000065ed jam  0x00000003 , 0x0000007c 
+ 00024979  0x000065ee jam  0x00000013 , 0x0000007d 
+ 00024980  0x000065ef rtn 
+ 00024981  0x000065f2 arg  0x00000200 , 0x00000002 
+ 00024982  0x000065f3 branch  0x00006199 , 0x00000029 
+ 00024983  0x000065f4 deposit  0x00000028 
+ 00024984  0x000065f5 branch  0x0000619a 
+ 00024985  0x000065f7 deposit  0x00000022 
+ 00024986  0x000065f9 deposit  0x00000021 
+ 00024987  0x000065fa iadd  0x00000002 , 0x0000003f 
+ 00024988  0x000065fb and_into  0x000001fc , 0x0000003f 
+ 00024989  0x000065fc store  0x00000004 , 0x00000034 
+ 00024990  0x000065fd force  0x00000005 , 0x0000003f 
+ 00024991  0x000065fe call  0x00006298 
+ 00024992  0x000065ff fetch  0x00000004 , 0x00000034 
+ 00024993  0x00006600 rshift  0x0000003f , 0x0000003f 
+ 00024994  0x00006601 istore  0x00000004 , 0x00000005 
+ 00024995  0x00006602 branch  0x000062b2 
+ 00024996  0x00006605 force  0x0000000a , 0x0000003f 
+ 00024997  0x00006606 call  0x00006298 
+ 00024998  0x00006607 arg  0x000004d9 , 0x00000006 
+ 00024999  0x00006608 ifetch  0x00000009 , 0x00000006 
+ 00025000  0x00006609 istore  0x00000009 , 0x00000005 
+ 00025001  0x0000660a branch  0x000062b2 
+ 00025002  0x0000660f force  0x00000003 , 0x0000003f 
+ 00025003  0x00006610 call  0x00006298 
+ 00025004  0x00006611 setarg  0x00000114 
+ 00025005  0x00006612 istore  0x00000002 , 0x00000005 
+ 00025006  0x00006613 branch  0x000062b2 
+ 00025007  0x00006617 force  0x00000001 , 0x0000003f 
+ 00025008  0x00006618 call  0x00006298 
+ 00025009  0x00006621 branch  0x000062b2 
+ 00025010  0x00006625 force  0x00000002 , 0x0000003f 
+ 00025011  0x00006626 call  0x00006298 
+ 00025012  0x00006627 fetch  0x00000001 , 0x000040d0 
+ 00025013  0x00006628 istore  0x00000001 , 0x00000005 
+ 00025014  0x00006629 branch  0x000062b2 
+ 00025015  0x0000662d force  0x00000002 , 0x0000003f 
+ 00025016  0x0000662e call  0x00006298 
+ 00025017  0x0000662f setarg  0x00000005 
+ 00025018  0x00006630 istore  0x00000001 , 0x00000005 
+ 00025019  0x00006631 branch  0x000062b2 
+ 00025020  0x00006635 force  0x00000002 , 0x0000003f 
+ 00025021  0x00006636 call  0x00006298 
+ 00025022  0x00006637 setarg  0x00000000 
+ 00025023  0x00006638 istore  0x00000001 , 0x00000005 
+ 00025024  0x00006639 branch  0x000062b2 
+ 00025025  0x0000663d jam  0x0000002e , 0x0000007c 
+ 00025026  0x0000663e rtn 
+ 00025027  0x00006640 fetch  0x00000001 , 0x00004092 
+ 00025028  0x00006641 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00025029  0x00006642 call  0x000061c1 , 0x00000005 
+ 00025030  0x00006643 fetch  0x00000001 , 0x00000030 
+ 00025031  0x00006644 set1  0x00000004 , 0x0000003f 
+ 00025032  0x00006645 store  0x00000001 , 0x00000030 
+ 00025033  0x00006646 copy  0x00000022 , 0x0000003f 
+ 00025034  0x00006647 store  0x00000004 , 0x000004e9 
+ 00025035  0x00006648 fetch  0x00000001 , 0x000004d1 
+ 00025036  0x00006649 bbit1  0x00000003 , 0x000061d4 
+ 00025037  0x0000664a set1  0x00000003 , 0x0000003f 
+ 00025038  0x0000664b store  0x00000001 , 0x000004d1 
+ 00025039  0x0000664c jam  0x00000005 , 0x00000a99 
+ 00025040  0x0000664d call  0x00007d86 
+ 00025041  0x0000664e force  0x00000001 , 0x0000003f 
+ 00025042  0x0000664f call  0x00006298 
+ 00025043  0x00006650 branch  0x000062b2 
+ 00025044  0x00006652 jam  0x00000000 , 0x00000048 
+ 00025045  0x00006653 rtn 
+ 00025046  0x00006656 force  0x00000006 , 0x0000003f 
+ 00025047  0x00006657 call  0x00006298 
+ 00025048  0x00006658 fetch  0x00000005 , 0x00004510 
+ 00025049  0x00006659 istore  0x00000005 , 0x00000005 
+ 00025050  0x0000665a branch  0x000062b2 
+ 00025051  0x0000665d force  0x00000009 , 0x0000003f 
+ 00025052  0x0000665e call  0x00006298 
+ 00025053  0x0000665f fetch  0x00000008 , 0x00004098 
+ 00025054  0x00006660 istore  0x00000008 , 0x00000005 
+ 00025055  0x00006661 branch  0x000062b2 
+ 00025056  0x00006664 jam  0x00000001 , 0x000009b1 
+ 00025057  0x00006665 fetch  0x00000001 , 0x000045b1 
+ 00025058  0x00006666 rtnne  0x00000001 
+ 00025059  0x00006667 jam  0x00000013 , 0x000009af 
+ 00025060  0x00006668 rtn 
+ 00025061  0x0000666b call  0x000062ef 
+ 00025062  0x0000666c jam  0x00000099 , 0x0000007c 
+ 00025063  0x0000666d jam  0x00000003 , 0x000009af 
+ 00025064  0x0000666e rtn 
+ 00025065  0x00006672 call  0x000062ef 
+ 00025066  0x00006673 jam  0x0000003d , 0x0000007c 
+ 00025067  0x00006674 jam  0x00000007 , 0x000009af 
+ 00025068  0x00006675 rtn 
+ 00025069  0x00006678 arg  0x00000a4e , 0x00000011 
+ 00025070  0x00006679 arg  0x00000a6e , 0x00000012 
+ 00025071  0x0000667a arg  0x00000010 , 0x00000039 
+ 00025072  0x0000667b call  0x00007f88 
+ 00025073  0x0000667c branch  0x000061f7 , 0x00000005 
+ 00025074  0x0000667d jam  0x00000000 , 0x000009af 
+ 00025075  0x0000667e call  0x000076da 
+ 00025076  0x0000667f jam  0x00000024 , 0x0000007e 
+ 00025077  0x00006680 jam  0x00000040 , 0x0000007d 
+ 00025078  0x00006681 branch  0x00005d53 
+ 00025079  0x00006683 jam  0x0000000a , 0x000009af 
+ 00025080  0x00006684 call  0x000076d8 
+ 00025081  0x00006685 jam  0x00000040 , 0x0000007d 
+ 00025082  0x00006686 branch  0x00005e38 
+ 00025083  0x0000668b jam  0x00000040 , 0x0000007c 
+ 00025084  0x0000668c rtn 
+ 00025085  0x00006693 jam  0x0000003d , 0x0000007c 
+ 00025086  0x00006695 rtn 
+ 00025087  0x0000669c jam  0x00000000 , 0x000009b6 
+ 00025088  0x0000669d force  0x00000004 , 0x0000003f 
+ 00025089  0x0000669e call  0x00006298 
+ 00025090  0x0000669f force  0x00000001 , 0x0000003f 
+ 00025091  0x000066a0 istore  0x00000001 , 0x00000005 
+ 00025092  0x000066a1 force  0x00000001 , 0x0000003f 
+ 00025093  0x000066a2 istore  0x00000001 , 0x00000005 
+ 00025094  0x000066a3 force  0x00000030 , 0x0000003f 
+ 00025095  0x000066a4 istore  0x00000001 , 0x00000005 
+ 00025096  0x000066a5 call  0x000062fc 
+ 00025097  0x000066a6 branch  0x000062b2 , 0x00000001 
+ 00025098  0x000066a7 branch  0x000062b0 
+ 00025099  0x000066ab force  0x00000011 , 0x0000003f 
+ 00025100  0x000066ac call  0x00006298 
+ 00025101  0x000066ad fetch  0x00000001 , 0x000009b6 
+ 00025102  0x000066ae arg  0x0000462a , 0x00000006 
+ 00025103  0x000066af iadd  0x00000006 , 0x00000006 
+ 00025104  0x000066b0 ifetch  0x00000008 , 0x00000006 
+ 00025105  0x000066b1 istore  0x00000008 , 0x00000005 
+ 00025106  0x000066b2 ifetch  0x00000008 , 0x00000006 
+ 00025107  0x000066b3 istore  0x00000008 , 0x00000005 
+ 00025108  0x000066b4 fetch  0x00000001 , 0x000009b6 
+ 00025109  0x000066b5 increase  0x00000010 , 0x0000003f 
+ 00025110  0x000066b6 store  0x00000001 , 0x000009b6 
+ 00025111  0x000066b7 call  0x000062fc 
+ 00025112  0x000066b8 branch  0x000062b2 , 0x00000001 
+ 00025113  0x000066b9 branch  0x000062b0 
+ 00025114  0x000066bd jam  0x00000006 , 0x000009ae 
+ 00025115  0x000066be jam  0x0000003f , 0x0000007c 
+ 00025116  0x000066bf rtn 
+ 00025117  0x000066c3 force  0x00000011 , 0x0000003f 
+ 00025118  0x000066c4 call  0x00006298 
+ 00025119  0x000066c5 arg  0x00000a4e , 0x00000006 
+ 00025120  0x000066c6 ifetch  0x00000008 , 0x00000006 
+ 00025121  0x000066c7 istore  0x00000008 , 0x00000005 
+ 00025122  0x000066c8 ifetch  0x00000008 , 0x00000006 
+ 00025123  0x000066c9 istore  0x00000008 , 0x00000005 
+ 00025124  0x000066ca branch  0x000062b0 
+ 00025125  0x000066cd jam  0x00000040 , 0x0000007c 
+ 00025126  0x000066ce rtn 
+ 00025127  0x000066d2 call  0x000062fc 
+ 00025128  0x000066d3 call  0x00007612 , 0x00000001 
+ 00025129  0x000066d4 force  0x00000011 , 0x0000003f 
+ 00025130  0x000066d5 call  0x00006298 
+ 00025131  0x000066d6 arg  0x00000a1e , 0x00000006 
+ 00025132  0x000066d7 ifetch  0x00000008 , 0x00000006 
+ 00025133  0x000066d8 istore  0x00000008 , 0x00000005 
+ 00025134  0x000066d9 ifetch  0x00000008 , 0x00000006 
+ 00025135  0x000066da istore  0x00000008 , 0x00000005 
+ 00025136  0x000066db call  0x000062fc 
+ 00025137  0x000066dc nbranch  0x000062b0 , 0x00000001 
+ 00025138  0x000066dd branch  0x000062b2 , 0x00000001 
+ 00025139  0x000066e1 jam  0x0000000f , 0x000009af 
+ 00025140  0x000066e3 call  0x000062ef 
+ 00025141  0x000066e4 jam  0x0000000b , 0x0000007c 
+ 00025142  0x000066e5 call  0x00006307 
+ 00025143  0x000066e6 branch  0x0000764e , 0x00000001 
+ 00025144  0x000066e7 branch  0x00007658 
+ 00025145  0x000066e9 call  0x000062eb 
+ 00025146  0x000066eb jam  0x00000041 , 0x0000007c 
+ 00025147  0x000066ec rtn 
+ 00025148  0x000066ef force  0x00000011 , 0x0000003f 
+ 00025149  0x000066f0 call  0x00006298 
+ 00025150  0x000066f1 arg  0x00000a4e , 0x00000006 
+ 00025151  0x000066f2 ifetch  0x00000008 , 0x00000006 
+ 00025152  0x000066f3 istore  0x00000008 , 0x00000005 
+ 00025153  0x000066f4 ifetch  0x00000008 , 0x00000006 
+ 00025154  0x000066f5 istore  0x00000008 , 0x00000005 
+ 00025155  0x000066f6 call  0x000062fc 
+ 00025156  0x000066f7 nbranch  0x000062b0 , 0x00000001 
+ 00025157  0x000066f8 branch  0x000062b2 , 0x00000001 
+ 00025158  0x000066fb force  0x00000003 , 0x0000003f 
+ 00025159  0x000066fc call  0x00006298 
+ 00025160  0x000066fd setarg  0x0000fffe 
+ 00025161  0x000066fe istore  0x00000002 , 0x00000005 
+ 00025162  0x000066ff branch  0x000062b0 
+ 00025163  0x00006702 branch  0x000062b2 
+ 00025164  0x00006704 branch  0x000062b2 
+ 00025165  0x00006706 branch  0x000062b2 
+ 00025166  0x00006708 branch  0x000062b2 
+ 00025167  0x0000670e call  0x0000630b 
+ 00025168  0x0000670f arg  0x000040a0 , 0x00000011 
+ 00025169  0x00006710 call  0x00006311 
+ 00025170  0x00006711 force  0x00000011 , 0x0000003f 
+ 00025171  0x00006712 call  0x00006298 
+ 00025172  0x00006713 arg  0x00000582 , 0x00000011 
+ 00025173  0x00006714 arg  0x00000562 , 0x00000012 
+ 00025174  0x00006715 call  0x00007352 
+ 00025175  0x00006716 nbranch  0x000062a7 , 0x00000029 
+ 00025176  0x00006717 branch  0x000062ad 
+ 00025177  0x0000671a call  0x0000630b 
+ 00025178  0x0000671b arg  0x00000040 , 0x00000011 
+ 00025179  0x0000671c call  0x00007255 
+ 00025180  0x0000671e force  0x00000011 , 0x0000003f 
+ 00025181  0x0000671f call  0x00006298 
+ 00025182  0x00006720 arg  0x00000562 , 0x00000006 
+ 00025183  0x00006721 call  0x00007ebf 
+ 00025184  0x00006722 fetch  0x00000001 , 0x00000055 
+ 00025185  0x00006723 beq  0x00000019 , 0x000062b2 
+ 00025186  0x00006724 beq  0x00000018 , 0x000062b2 
+ 00025187  0x00006725 branch  0x000062ad 
+ 00025188  0x00006728 fetch  0x00000001 , 0x000009b5 
+ 00025189  0x00006729 branch  0x0000626a , 0x00000034 
+ 00025190  0x0000672a call  0x000062fc 
+ 00025191  0x0000672b call  0x000062ef , 0x00000001 
+ 00025192  0x0000672c ncall  0x000062eb , 0x00000001 
+ 00025193  0x0000672d branch  0x0000626b 
+ 00025194  0x0000672f call  0x000062ef 
+ 00025195  0x00006731 call  0x0000630b 
+ 00025196  0x00006732 branch  0x0000625c 
+ 00025197  0x00006735 arg  0x000040a0 , 0x00000011 
+ 00025198  0x00006736 call  0x00007288 
+ 00025199  0x00006737 force  0x00000005 , 0x0000003f 
+ 00025200  0x00006738 call  0x00006298 
+ 00025201  0x00006739 fetch  0x00000004 , 0x00000592 
+ 00025202  0x0000673a istore  0x00000004 , 0x00000005 
+ 00025203  0x0000673b arg  0x000004d5 , 0x00000002 
+ 00025204  0x0000673c call  0x000062e2 
+ 00025205  0x0000673d call  0x00007386 
+ 00025206  0x0000673e call  0x000062fc 
+ 00025207  0x0000673f branch  0x0000627c , 0x00000001 
+ 00025208  0x00006740 jam  0x00000001 , 0x000004d8 
+ 00025209  0x00006741 fetch  0x00000001 , 0x000009b5 
+ 00025210  0x00006742 rtn  0x00000034 
+ 00025211  0x00006743 jam  0x0000000b , 0x0000007c 
+ 00025212  0x00006745 fetch  0x00000001 , 0x000041bd 
+ 00025213  0x00006746 rtn  0x00000034 
+ 00025214  0x00006748 call  0x000062fc 
+ 00025215  0x00006749 nbranch  0x00006284 , 0x00000001 
+ 00025216  0x0000674a fetch  0x00000001 , 0x000004d7 
+ 00025217  0x0000674b rtn  0x00000034 
+ 00025218  0x0000674c jam  0x0000000f , 0x0000007c 
+ 00025219  0x0000674d rtn 
+ 00025220  0x0000674f rtnmark0  0x00000021 
+ 00025221  0x00006750 set0  0x00000021 , 0x00000000 
+ 00025222  0x00006751 jam  0x0000000f , 0x0000007c 
+ 00025223  0x00006752 rtn 
+ 00025224  0x00006757 call  0x0000630b 
+ 00025225  0x00006758 call  0x0000728b 
+ 00025226  0x00006759 force  0x00000011 , 0x0000003f 
+ 00025227  0x0000675a call  0x00006298 
+ 00025228  0x0000675b arg  0x00000562 , 0x00000006 
+ 00025229  0x0000675c call  0x00007ebf 
+ 00025230  0x0000675d branch  0x000062ad 
+ 00025231  0x00006760 force  0x00000001 , 0x0000003f 
+ 00025232  0x00006761 call  0x00006298 
+ 00025233  0x00006762 branch  0x000062ad 
+ 00025234  0x00006765 force  0x00000002 , 0x0000003f 
+ 00025235  0x00006766 call  0x00006298 
+ 00025236  0x00006767 force  0x00000010 , 0x0000003f 
+ 00025237  0x00006768 istore  0x00000001 , 0x00000005 
+ 00025238  0x00006769 store  0x00000001 , 0x00000054 
+ 00025239  0x0000676a branch  0x000062ad 
+ 00025240  0x0000676e lshift3  0x0000003f , 0x0000003f 
+ 00025241  0x0000676f or_into  0x00000007 , 0x0000003f 
+ 00025242  0x00006770 store  0x00000001 , 0x000004b6 
+ 00025243  0x00006771 arg  0x00000011 , 0x00000039 
+ 00025244  0x00006772 arg  0x000004b8 , 0x00000005 
+ 00025245  0x00006773 call  0x00007ed4 
+ 00025246  0x00006774 arg  0x000004b8 , 0x00000005 
+ 00025247  0x00006775 rtn 
+ 00025248  0x00006778 and  0x0000003f , 0x0000007f , 0x00000011 
+ 00025249  0x00006779 jam  0x0000007f , 0x00000048 
+ 00025250  0x0000677a deposit  0x00000007 
+ 00025251  0x0000677b call  0x00006298 
+ 00025252  0x0000677c deposit  0x00000011 
+ 00025253  0x0000677d istore  0x00000001 , 0x00000005 
+ 00025254  0x0000677e rtn 
+ 00025255  0x00006781 fetch  0x00000001 , 0x00000048 
+ 00025256  0x00006782 lshift  0x0000003f , 0x0000003f 
+ 00025257  0x00006783 fetcht  0x00000001 , 0x0000004c 
+ 00025258  0x00006784 isolate1  0x00000001 , 0x00000002 
+ 00025259  0x00006785 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00025260  0x00006786 branch  0x000062b7 
+ 00025261  0x0000678a fetcht  0x00000001 , 0x0000004c 
+ 00025262  0x0000678b and_into  0x00000001 , 0x00000002 
+ 00025263  0x0000678c branch  0x000062b3 
+ 00025264  0x0000678f force  0x00000000 , 0x00000002 
+ 00025265  0x00006790 branch  0x000062b3 
+ 00025266  0x00006793 force  0x00000001 , 0x00000002 
+ 00025267  0x00006795 fetch  0x00000001 , 0x00000048 
+ 00025268  0x00006796 lshift  0x0000003f , 0x0000003f 
+ 00025269  0x00006797 setflag  0x00000029 , 0x00000000 , 0x0000003f 
+ 00025270  0x00006798 ixor  0x00000002 , 0x0000003f 
+ 00025271  0x0000679a store  0x00000001 , 0x000004b7 
+ 00025272  0x0000679b jam  0x00000000 , 0x00000048 
+ 00025273  0x0000679c call  0x000062c7 
+ 00025274  0x0000679d enable  0x00000028 
+ 00025275  0x0000679e rtn 
+ 00025276  0x000067a2 fetch  0x00000001 , 0x0000007c 
+ 00025277  0x000067a3 rtn  0x00000034 
+ 00025278  0x000067a4 call  0x000062c1 
+ 00025279  0x000067a5 fetch  0x00000001 , 0x0000007c 
+ 00025280  0x000067a6 rtn 
+ 00025281  0x000067a9 bpatchx  0x00000086 , 0x00004030 
+ 00025282  0x000067aa fetch  0x00000001 , 0x00000048 
+ 00025283  0x000067ab branch  0x000062c7 , 0x00000034 
+ 00025284  0x000067ac fetch  0x00000001 , 0x00000078 
+ 00025285  0x000067ad nrtn  0x00000034 
+ 00025286  0x000067ae branch  0x000062d1 
+ 00025287  0x000067b0 fetch  0x00000001 , 0x00000078 
+ 00025288  0x000067b1 branch  0x000062d7 , 0x00000034 
+ 00025289  0x000067b2 fetch  0x00000003 , 0x00000078 
+ 00025290  0x000067b3 store  0x00000003 , 0x00000048 
+ 00025291  0x000067b4 fetcht  0x00000001 , 0x0000007b 
+ 00025292  0x000067b5 fetch  0x00000001 , 0x0000004c 
+ 00025293  0x000067b6 set0  0x00000001 , 0x0000003f 
+ 00025294  0x000067b7 ior  0x00000002 , 0x0000003f 
+ 00025295  0x000067b8 store  0x00000001 , 0x0000004c 
+ 00025296  0x000067b9 jam  0x00000000 , 0x00000078 
+ 00025297  0x000067bb fetch  0x00000001 , 0x0000007c 
+ 00025298  0x000067bc rtn  0x00000034 
+ 00025299  0x000067bd fetch  0x00000004 , 0x0000007c 
+ 00025300  0x000067be store  0x00000004 , 0x00000078 
+ 00025301  0x000067bf jam  0x00000000 , 0x0000007c 
+ 00025302  0x000067c0 rtn 
+ 00025303  0x000067c2 fetch  0x00000001 , 0x0000007c 
+ 00025304  0x000067c3 rtn  0x00000034 
+ 00025305  0x000067c4 fetch  0x00000003 , 0x0000007c 
+ 00025306  0x000067c5 store  0x00000003 , 0x00000048 
+ 00025307  0x000067c6 fetcht  0x00000001 , 0x0000007f 
+ 00025308  0x000067c7 fetch  0x00000001 , 0x0000004c 
+ 00025309  0x000067c8 set0  0x00000001 , 0x0000003f 
+ 00025310  0x000067c9 ior  0x00000002 , 0x0000003f 
+ 00025311  0x000067ca store  0x00000001 , 0x0000004c 
+ 00025312  0x000067cb jam  0x00000000 , 0x0000007c 
+ 00025313  0x000067cc rtn 
+ 00025314  0x000067d0 bpatchx  0x00000087 , 0x00004030 
+ 00025315  0x000067d1 fetch  0x00000001 , 0x0000004c 
+ 00025316  0x000067d2 copy  0x0000003f , 0x00000013 
+ 00025317  0x000067d3 ifetch  0x00000001 , 0x00000002 
+ 00025318  0x000067d4 call  0x00005e52 
+ 00025319  0x000067d5 call  0x000062a7 
+ 00025320  0x000067d6 copy  0x00000013 , 0x0000003f 
+ 00025321  0x000067d7 store  0x00000001 , 0x0000004c 
+ 00025322  0x000067d8 rtn 
+ 00025323  0x000067db fetcht  0x00000001 , 0x0000004c 
+ 00025324  0x000067dc set0  0x00000000 , 0x00000002 
+ 00025325  0x000067dd storet  0x00000001 , 0x0000004c 
+ 00025326  0x000067de rtn 
+ 00025327  0x000067e1 fetcht  0x00000001 , 0x0000004c 
+ 00025328  0x000067e2 set1  0x00000000 , 0x00000002 
+ 00025329  0x000067e3 storet  0x00000001 , 0x0000004c 
+ 00025330  0x000067e4 rtn 
+ 00025331  0x000067e8 nsetflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00025332  0x000067e9 fetcht  0x00000001 , 0x0000004c 
+ 00025333  0x000067ea ixor  0x00000002 , 0x0000003f 
+ 00025334  0x000067eb isolate1  0x00000001 , 0x0000003f 
+ 00025335  0x000067ec rtn 
+ 00025336  0x000067f0 fetch  0x00000001 , 0x0000004c 
+ 00025337  0x000067f1 setflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00025338  0x000067f2 store  0x00000001 , 0x0000004c 
+ 00025339  0x000067f3 rtn 
+ 00025340  0x000067f7 fetch  0x00000001 , 0x000009b4 
+ 00025341  0x000067f8 compare  0x00000001 , 0x0000003f , 0x0000007f 
+ 00025342  0x000067f9 rtn 
+ 00025343  0x000067fb fetch  0x00000001 , 0x000009b4 
+ 00025344  0x000067fc set1  0x00000007 , 0x0000003f 
+ 00025345  0x000067fd store  0x00000001 , 0x000009b4 
+ 00025346  0x000067fe rtn 
+ 00025347  0x00006800 fetch  0x00000001 , 0x000009b4 
+ 00025348  0x00006801 set0  0x00000007 , 0x0000003f 
+ 00025349  0x00006802 store  0x00000001 , 0x000009b4 
+ 00025350  0x00006803 rtn 
+ 00025351  0x00006805 fetch  0x00000001 , 0x000009b4 
+ 00025352  0x00006806 isolate1  0x00000007 , 0x0000003f 
+ 00025353  0x00006807 store  0x00000001 , 0x000009b4 
+ 00025354  0x00006808 rtn 
+ 00025355  0x0000680c arg  0x00000562 , 0x00000005 
+ 00025356  0x0000680e force  0x00000010 , 0x00000039 
+ 00025357  0x00006811 random  0x0000003f 
+ 00025358  0x00006812 istore  0x00000001 , 0x00000005 
+ 00025359  0x00006813 loop  0x0000630d 
+ 00025360  0x00006814 rtn 
+ 00025361  0x00006817 call  0x00007259 
+ 00025362  0x00006818 arg  0x000041be , 0x00000011 
+ 00025363  0x00006819 arg  0x00000592 , 0x00000012 
+ 00025364  0x0000681a ifetch  0x00000008 , 0x00000011 
+ 00025365  0x0000681b fetcht  0x00000001 , 0x00000030 
+ 00025366  0x0000681c nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00025367  0x0000681d storet  0x00000001 , 0x00000030 
+ 00025368  0x0000681e copy  0x00000011 , 0x00000005 
+ 00025369  0x0000681f call  0x00007352 
+ 00025370  0x00006820 branch  0x000021c4 
+ 00025371  0x00006828 bpatchx  0x00000088 , 0x00004031 
+ 00025372  0x0000682a call  0x000062bc 
+ 00025373  0x0000682b nrtn  0x00000034 
+ 00025374  0x0000682d fetch  0x00000001 , 0x00000055 
+ 00025375  0x0000682e rtn  0x00000034 
+ 00025376  0x00006832 beq  0x00000004 , 0x0000636f 
+ 00025377  0x00006833 beq  0x00000005 , 0x00006374 
+ 00025378  0x00006834 beq  0x00000002 , 0x00006366 
+ 00025379  0x00006835 beq  0x00000003 , 0x0000637c 
+ 00025380  0x00006836 beq  0x0000000e , 0x00006369 
+ 00025381  0x00006837 beq  0x00000006 , 0x00006398 
+ 00025382  0x00006838 beq  0x00000007 , 0x000063b0 
+ 00025383  0x00006839 beq  0x00000009 , 0x000063b1 
+ 00025384  0x0000683a beq  0x0000000a , 0x000063ba 
+ 00025385  0x0000683b beq  0x0000000b , 0x000063be 
+ 00025386  0x0000683c beq  0x0000000c , 0x00006386 
+ 00025387  0x0000683d beq  0x0000000d , 0x00006389 
+ 00025388  0x0000683e beq  0x0000000f , 0x0000638f 
+ 00025389  0x0000683f beq  0x00000012 , 0x00006359 
+ 00025390  0x00006840 beq  0x00000013 , 0x0000637c 
+ 00025391  0x00006841 beq  0x00000010 , 0x0000635c 
+ 00025392  0x00006842 beq  0x00000014 , 0x00006356 
+ 00025393  0x00006843 beq  0x00000015 , 0x0000637c 
+ 00025394  0x00006844 beq  0x00000016 , 0x00006350 
+ 00025395  0x00006845 beq  0x00000018 , 0x00006355 
+ 00025396  0x00006846 beq  0x00000017 , 0x00006349 
+ 00025397  0x00006847 beq  0x00000019 , 0x0000634f 
+ 00025398  0x00006848 beq  0x0000001a , 0x0000633a 
+ 00025399  0x00006849 beq  0x0000001b , 0x00006344 
+ 00025400  0x0000684a jam  0x00000000 , 0x00000055 
+ 00025401  0x0000684c rtn 
+ 00025402  0x0000684e fetch  0x00000001 , 0x000004d1 
+ 00025403  0x0000684f rtnbit0  0x00000002 
+ 00025404  0x00006850 rtnbit0  0x00000003 
+ 00025405  0x00006851 jam  0x00000000 , 0x00000055 
+ 00025406  0x00006852 call  0x00006340 
+ 00025407  0x00006853 branch  0x00006cef 
+ 00025408  0x00006856 fetch  0x00000001 , 0x0000016d 
+ 00025409  0x00006857 rtnbit0  0x00000001 
+ 00025410  0x00006858 jam  0x0000000a , 0x00000055 
+ 00025411  0x00006859 rtn 
+ 00025412  0x0000685c arg  0x00000007 , 0x00000007 
+ 00025413  0x0000685d call  0x00007f16 
+ 00025414  0x0000685e nrtn  0x00000034 
+ 00025415  0x0000685f jam  0x0000001a , 0x00000055 
+ 00025416  0x00006860 rtn 
+ 00025417  0x00006863 fetch  0x00000001 , 0x0000016d 
+ 00025418  0x00006864 set0  0x00000000 , 0x0000003f 
+ 00025419  0x00006865 store  0x00000001 , 0x0000016d 
+ 00025420  0x00006866 jam  0x00000019 , 0x00000055 
+ 00025421  0x00006867 jam  0x0000000b , 0x0000007c 
+ 00025422  0x00006868 rtn 
+ 00025423  0x0000686a rtn 
+ 00025424  0x0000686c fetch  0x00000001 , 0x000004d4 
+ 00025425  0x0000686d rtnne  0x00000002 
+ 00025426  0x0000686e call  0x000063c0 
+ 00025427  0x0000686f jam  0x00000018 , 0x00000055 
+ 00025428  0x00006870 rtn 
+ 00025429  0x00006873 rtn 
+ 00025430  0x00006875 jam  0x00000015 , 0x00000055 
+ 00025431  0x00006876 jam  0x00000083 , 0x0000007c 
+ 00025432  0x00006877 rtn 
+ 00025433  0x00006879 jam  0x00000013 , 0x00000055 
+ 00025434  0x0000687a jam  0x00000025 , 0x0000007c 
+ 00025435  0x0000687b rtn 
+ 00025436  0x0000687e fetch  0x00000001 , 0x0000455b 
+ 00025437  0x0000687f rtneq  0x00000000 
+ 00025438  0x00006880 beq  0x00000001 , 0x00006364 
+ 00025439  0x00006881 arg  0x00000006 , 0x00000007 
+ 00025440  0x00006882 call  0x00007f16 
+ 00025441  0x00006883 nrtn  0x00000034 
+ 00025442  0x00006884 jam  0x00000000 , 0x0000455b 
+ 00025443  0x00006885 branch  0x0000637d 
+ 00025444  0x00006887 rtn  0x00000029 
+ 00025445  0x00006888 branch  0x00006398 
+ 00025446  0x0000688b jam  0x00000003 , 0x00000055 
+ 00025447  0x0000688c jam  0x00000027 , 0x0000007c 
+ 00025448  0x0000688d rtn 
+ 00025449  0x0000688f jam  0x00000013 , 0x0000007c 
+ 00025450  0x00006890 set1  0x00000003 , 0x00000000 
+ 00025451  0x00006891 jam  0x00000005 , 0x00000055 
+ 00025452  0x00006892 setarg  0x000001ff 
+ 00025453  0x00006893 store  0x00000002 , 0x000004d2 
+ 00025454  0x00006894 rtn 
+ 00025455  0x00006896 jam  0x00000005 , 0x00000055 
+ 00025456  0x00006897 jam  0x000000ff , 0x000004d2 
+ 00025457  0x00006898 set0  0x00000022 , 0x00000000 
+ 00025458  0x00006899 jam  0x00000033 , 0x0000007c 
+ 00025459  0x0000689a branch  0x00005d04 
+ 00025460  0x0000689c rtnmark1  0x00000022 
+ 00025461  0x0000689d fetch  0x00000002 , 0x000004d2 
+ 00025462  0x0000689e sub  0x0000003f , 0x00000001 , 0x0000003f 
+ 00025463  0x0000689f branch  0x0000637a , 0x00000005 
+ 00025464  0x000068a0 store  0x00000002 , 0x000004d2 
+ 00025465  0x000068a1 rtn 
+ 00025466  0x000068a3 jam  0x0000000e , 0x00000055 
+ 00025467  0x000068a4 rtn 
+ 00025468  0x000068a7 rtn 
+ 00025469  0x000068aa fetch  0x00000001 , 0x000004d1 
+ 00025470  0x000068ab rtnbit0  0x00000003 
+ 00025471  0x000068ac rtnbit0  0x00000002 
+ 00025472  0x000068ad fetch  0x00000001 , 0x0000016d 
+ 00025473  0x000068ae set0  0x00000002 , 0x0000003f 
+ 00025474  0x000068af store  0x00000001 , 0x0000016d 
+ 00025475  0x000068b0 jam  0x00000013 , 0x0000007c 
+ 00025476  0x000068b1 jam  0x00000010 , 0x00000055 
+ 00025477  0x000068b2 rtn 
+ 00025478  0x000068b5 jam  0x0000000d , 0x00000055 
+ 00025479  0x000068b6 jam  0x00000031 , 0x0000007c 
+ 00025480  0x000068b7 rtn 
+ 00025481  0x000068ba fetch  0x00000001 , 0x000004d1 
+ 00025482  0x000068bb rtnbit0  0x00000002 
+ 00025483  0x000068bc jam  0x00000000 , 0x00000055 
+ 00025484  0x000068be rtn 
+ 00025485  0x000068c0 jam  0x00000006 , 0x00000055 
+ 00025486  0x000068c1 rtn 
+ 00025487  0x000068c4 fetch  0x00000001 , 0x000004d2 
+ 00025488  0x000068c5 increase  0xffffffff , 0x0000003f 
+ 00025489  0x000068c6 branch  0x00006394 , 0x00000034 
+ 00025490  0x000068c7 store  0x00000001 , 0x000004d2 
+ 00025491  0x000068c8 rtn 
+ 00025492  0x000068ca jam  0x00000007 , 0x0000007c 
+ 00025493  0x000068cb jam  0x00000016 , 0x000004ca 
+ 00025494  0x000068cc jam  0x00000000 , 0x00000055 
+ 00025495  0x000068cd rtn 
+ 00025496  0x000068d0 fetch  0x00000001 , 0x0000016d 
+ 00025497  0x000068d1 bbit1  0x00000002 , 0x0000637d 
+ 00025498  0x000068d2 bbit1  0x00000000 , 0x0000639d 
+ 00025499  0x000068d4 jam  0x0000001a , 0x00000055 
+ 00025500  0x000068d5 rtn 
+ 00025501  0x000068d7 fetch  0x00000001 , 0x000041bd 
+ 00025502  0x000068d8 branch  0x000063a9 , 0x00000034 
+ 00025503  0x000068d9 fetch  0x00000001 , 0x000004d1 
+ 00025504  0x000068da rtnbit0  0x00000003 
+ 00025505  0x000068db rtnbit0  0x00000002 
+ 00025506  0x000068dc fetch  0x00000004 , 0x000004e9 
+ 00025507  0x000068dd arg  0x00000064 , 0x00000002 
+ 00025508  0x000068de iadd  0x00000002 , 0x00000002 
+ 00025509  0x000068df copy  0x00000022 , 0x0000003f 
+ 00025510  0x000068e0 isub  0x00000002 , 0x0000003e 
+ 00025511  0x000068e1 nrtn  0x00000002 
+ 00025512  0x000068e2 branch  0x00006349 
+ 00025513  0x000068e7 jam  0x00000016 , 0x00000055 
+ 00025514  0x000068e8 jam  0x00000004 , 0x00004689 
+ 00025515  0x000068e9 setarg  0x00003030 
+ 00025516  0x000068ea store  0x00000002 , 0x0000468a 
+ 00025517  0x000068eb istore  0x00000002 , 0x00000005 
+ 00025518  0x000068ec jam  0x00000002 , 0x000004d4 
+ 00025519  0x000068ed branch  0x00006350 
+ 00025520  0x000068f0 rtn 
+ 00025521  0x000068f2 fetch  0x00000001 , 0x0000016d 
+ 00025522  0x000068f3 bbit1  0x00000001 , 0x000063b5 
+ 00025523  0x000068f4 jam  0x0000001a , 0x00000055 
+ 00025524  0x000068f5 rtn 
+ 00025525  0x000068f8 fetch  0x00000001 , 0x0000016d 
+ 00025526  0x000068f9 set0  0x00000001 , 0x0000003f 
+ 00025527  0x000068fa store  0x00000001 , 0x0000016d 
+ 00025528  0x000068fb jam  0x0000000f , 0x0000007c 
+ 00025529  0x000068fc rtn 
+ 00025530  0x000068ff fetch  0x00000001 , 0x000004d8 
+ 00025531  0x00006900 rtn  0x00000034 
+ 00025532  0x00006901 jam  0x00000000 , 0x00000055 
+ 00025533  0x00006902 branch  0x000063b5 
+ 00025534  0x00006905 jam  0x0000000c , 0x00000055 
+ 00025535  0x00006906 rtn 
+ 00025536  0x00006909 fetch  0x00000001 , 0x0000004b 
+ 00025537  0x0000690a bbit1  0x00000002 , 0x000063c5 
+ 00025538  0x0000690b call  0x000062ef 
+ 00025539  0x0000690c jam  0x00000008 , 0x0000007c 
+ 00025540  0x0000690d branch  0x00004d04 
+ 00025541  0x0000690f fetch  0x00000001 , 0x0000004b 
+ 00025542  0x00006910 set0  0x00000002 , 0x0000003f 
+ 00025543  0x00006911 store  0x00000001 , 0x0000004b 
+ 00025544  0x00006912 call  0x00006001 
+ 00025545  0x00006913 call  0x000062f8 
+ 00025546  0x00006914 branch  0x00004d04 
+ 00025547  0x00006917 setarg  0x00000004 
+ 00025548  0x00006918 store  0x00000001 , 0x00004689 
+ 00025549  0x00006919 setarg  0x00003030 
+ 00025550  0x0000691a istore  0x00000002 , 0x00000005 
+ 00025551  0x0000691b istore  0x00000002 , 0x00000005 
+ 00025552  0x0000691c rtn 
+ 00025553  0x00006923 bpatchx  0x0000008c , 0x00004031 
+ 00025554  0x00006924 hfetch  0x00000001 , 0x00008073 
+ 00025555  0x00006925 arg  0x00000006 , 0x00000002 
+ 00025556  0x00006926 ior  0x00000002 , 0x0000003f 
+ 00025557  0x00006927 hstore  0x00000001 , 0x00008073 
+ 00025558  0x00006928 hfetch  0x00000001 , 0x00008077 
+ 00025559  0x00006929 ior  0x00000002 , 0x0000003f 
+ 00025560  0x0000692a hstore  0x00000001 , 0x00008077 
+ 00025561  0x0000692b call  0x000063ee 
+ 00025562  0x0000692c hfetch  0x00000001 , 0x00008077 
+ 00025563  0x0000692d set0  0x00000001 , 0x0000003f 
+ 00025564  0x0000692e set0  0x00000002 , 0x0000003f 
+ 00025565  0x0000692f hstore  0x00000001 , 0x00008077 
+ 00025566  0x00006930 nop  0x0000001e 
+ 00025567  0x00006931 branch  0x000063f2 
+ 00025568  0x00006934 hfetch  0x00000001 , 0x00008073 
+ 00025569  0x00006935 arg  0x000000c0 , 0x00000002 
+ 00025570  0x00006936 ior  0x00000002 , 0x0000003f 
+ 00025571  0x00006937 hstore  0x00000001 , 0x00008073 
+ 00025572  0x00006938 hfetch  0x00000001 , 0x00008077 
+ 00025573  0x00006939 ior  0x00000002 , 0x0000003f 
+ 00025574  0x0000693a hstore  0x00000001 , 0x00008077 
+ 00025575  0x0000693b call  0x000063ee 
+ 00025576  0x0000693c hfetch  0x00000001 , 0x00008077 
+ 00025577  0x0000693d set0  0x00000006 , 0x0000003f 
+ 00025578  0x0000693e set0  0x00000007 , 0x0000003f 
+ 00025579  0x0000693f hstore  0x00000001 , 0x00008077 
+ 00025580  0x00006940 nop  0x0000001e 
+ 00025581  0x00006941 branch  0x000063f6 
+ 00025582  0x00006944 hfetch  0x00000001 , 0x00008081 
+ 00025583  0x00006945 and  0x0000003f , 0x000000fc , 0x0000003f 
+ 00025584  0x00006946 hstore  0x00000001 , 0x00008081 
+ 00025585  0x00006947 rtn 
+ 00025586  0x00006949 hfetch  0x00000001 , 0x00008081 
+ 00025587  0x0000694a or  0x0000003f , 0x00000001 , 0x0000003f 
+ 00025588  0x0000694b hstore  0x00000001 , 0x00008081 
+ 00025589  0x0000694c rtn 
+ 00025590  0x0000694e hfetch  0x00000001 , 0x00008081 
+ 00025591  0x0000694f or  0x0000003f , 0x00000003 , 0x0000003f 
+ 00025592  0x00006950 set0  0x00000004 , 0x0000003f 
+ 00025593  0x00006951 hstore  0x00000001 , 0x00008081 
+ 00025594  0x00006952 rtn 
+ 00025595  0x00006957 copy  0x0000003f , 0x00000012 
+ 00025596  0x00006958 call  0x0000640f 
+ 00025597  0x00006959 nop  0x00000064 
+ 00025598  0x0000695a copy  0x00000012 , 0x0000003f 
+ 00025599  0x0000695b call  0x00006414 
+ 00025600  0x0000695c copy  0x0000003f , 0x00000012 
+ 00025601  0x0000695d call  0x00006411 
+ 00025602  0x0000695e nop  0x00000064 
+ 00025603  0x0000695f copy  0x00000012 , 0x0000003f 
+ 00025604  0x00006960 rtn 
+ 00025605  0x00006963 copy  0x0000003f , 0x00000012 
+ 00025606  0x00006964 call  0x0000640f 
+ 00025607  0x00006965 nop  0x00000064 
+ 00025608  0x00006966 copy  0x00000012 , 0x0000003f 
+ 00025609  0x00006967 call  0x00006413 
+ 00025610  0x00006968 call  0x00006411 
+ 00025611  0x00006969 nop  0x00000064 
+ 00025612  0x0000696a rtn 
+ 00025613  0x0000696e fetcht  0x00000001 , 0x00004214 
+ 00025614  0x0000696f branch  0x0000680e 
+ 00025615  0x00006973 fetcht  0x00000001 , 0x00004214 
+ 00025616  0x00006974 branch  0x00006829 
+ 00025617  0x00006978 fetcht  0x00000001 , 0x00004214 
+ 00025618  0x00006979 branch  0x00006825 
+ 00025619  0x0000697d branch  0x000064ec 
+ 00025620  0x00006980 branch  0x000064f3 
+ 00025621  0x00006988 nbranch  0x00006419 , 0x00000028 
+ 00025622  0x00006989 hfetch  0x00000001 , 0x00008085 
+ 00025623  0x0000698a or_into  0x00000002 , 0x0000003f 
+ 00025624  0x0000698b hstore  0x00000001 , 0x00008085 
+ 00025625  0x0000698d copy  0x00000002 , 0x0000003e 
+ 00025626  0x0000698e branch  0x0000641c , 0x00000005 
+ 00025627  0x0000698f copy  0x00000013 , 0x0000003d 
+ 00025628  0x00006991 isolate0  0x00000000 , 0x0000003e 
+ 00025629  0x00006992 branch  0x000064b9 
+ 00025630  0x00006996 force  0x00000004 , 0x00000002 
+ 00025631  0x00006998 arg  0x000001fe , 0x00000011 
+ 00025632  0x00006999 hfetch  0x00000001 , 0x00008085 
+ 00025633  0x0000699a and_into  0x000000fd , 0x0000003f 
+ 00025634  0x0000699b hstore  0x00000001 , 0x00008085 
+ 00025635  0x0000699c call  0x00006419 
+ 00025636  0x0000699d arg  0x000055aa , 0x00000011 
+ 00025637  0x0000699e fetch  0x00000002 , 0x000001fe 
+ 00025638  0x0000699f ifetcht  0x00000002 , 0x00000006 
+ 00025639  0x000069a0 isub  0x00000011 , 0x0000003e 
+ 00025640  0x000069a1 rtn 
+ 00025641  0x000069a4 arg  0x00000002 , 0x00000002 
+ 00025642  0x000069a5 arg  0x00000204 , 0x00000011 
+ 00025643  0x000069a6 call  0x00006419 
+ 00025644  0x000069a7 fetch  0x00000002 , 0x00000204 
+ 00025645  0x000069a8 store  0x00000002 , 0x000001f7 
+ 00025646  0x000069a9 call  0x00006430 , 0x00000028 
+ 00025647  0x000069aa rtn 
+ 00025648  0x000069ad arg  0x00000010 , 0x00000002 
+ 00025649  0x000069ae arg  0x00000206 , 0x00000011 
+ 00025650  0x000069af hfetch  0x00000001 , 0x00008085 
+ 00025651  0x000069b0 and_into  0x000000fd , 0x0000003f 
+ 00025652  0x000069b1 hstore  0x00000001 , 0x00008085 
+ 00025653  0x000069b2 call  0x00006419 
+ 00025654  0x000069b3 arg  0x00000206 , 0x00000006 
+ 00025655  0x000069b4 arg  0x00000010 , 0x00000039 
+ 00025656  0x000069b5 call  0x00007478 
+ 00025657  0x000069b6 call  0x00007428 
+ 00025658  0x000069b7 call  0x00007491 
+ 00025659  0x000069b8 branch  0x00007422 
+ 00025660  0x000069bb disable  0x0000002d 
+ 00025661  0x000069bc call  0x0000641e 
+ 00025662  0x000069bd nrtn  0x00000005 
+ 00025663  0x000069be enable  0x0000002d 
+ 00025664  0x000069bf jam  0x00000080 , 0x00008023 
+ 00025665  0x000069c0 jam  0x00000000 , 0x00008022 
+ 00025666  0x000069c1 jam  0x00000000 , 0x00008024 
+ 00025667  0x000069c2 arg  0x00008025 , 0x00000011 
+ 00025668  0x000069c3 call  0x00006415 
+ 00025669  0x000069c4 jam  0x00000000 , 0x00008023 
+ 00025670  0x000069c6 arg  0x00000006 , 0x00000002 
+ 00025671  0x000069c7 call  0x0000641f 
+ 00025672  0x000069c8 nrtn  0x00000005 
+ 00025673  0x000069c9 ifetch  0x00000002 , 0x00000006 
+ 00025674  0x000069ca iforce  0x00000011 
+ 00025675  0x000069cb call  0x00006419 
+ 00025676  0x000069cc branch  0x00006446 
+ 00025677  0x000069d1 call  0x00007f99 
+ 00025678  0x000069d2 setarg  0x00001000 
+ 00025679  0x000069d3 store  0x00000002 , 0x000001f7 
+ 00025680  0x000069d4 arg  0x000065e5 , 0x00000013 
+ 00025681  0x000069d5 arg  0x00000002 , 0x00000039 
+ 00025682  0x000069d7 call  0x0000641e 
+ 00025683  0x000069d8 nrtn  0x00000005 
+ 00025684  0x000069d9 fetch  0x00000002 , 0x000001f7 
+ 00025685  0x000069da byteswap  0x0000003f , 0x0000003f 
+ 00025686  0x000069db iadd  0x00000002 , 0x0000003f 
+ 00025687  0x000069dc byteswap  0x0000003f , 0x0000003f 
+ 00025688  0x000069dd store  0x00000002 , 0x000001f7 
+ 00025689  0x000069de loop  0x00006452 
+ 00025690  0x000069df branch  0x00006446 
+ 00025691  0x000069e2 call  0x00007f99 
+ 00025692  0x000069e3 disable  0x00000028 
+ 00025693  0x000069e4 call  0x0000666a 
+ 00025694  0x000069e5 setarg  0x00000000 
+ 00025695  0x000069e6 arg  0x000001f3 , 0x00000011 
+ 00025696  0x000069e7 arg  0x00000002 , 0x00000002 
+ 00025697  0x000069e8 call  0x000066b3 
+ 00025698  0x000069e9 fetch  0x00000002 , 0x000001f3 
+ 00025699  0x000069ea bbit0  0x00000007 , 0x0000646e 
+ 00025700  0x000069eb jam  0x00000025 , 0x00008050 
+ 00025701  0x000069ec setarg  0x000007f0 
+ 00025702  0x000069ed arg  0x00000206 , 0x00000011 
+ 00025703  0x000069ee arg  0x00000010 , 0x00000002 
+ 00025704  0x000069ef call  0x000066b3 
+ 00025705  0x000069f0 jam  0x00000008 , 0x00008006 
+ 00025706  0x000069f1 set1  0x0000002b , 0x00000000 
+ 00025707  0x000069f2 arg  0x00000206 , 0x00000006 
+ 00025708  0x000069f3 call  0x00007484 
+ 00025709  0x000069f4 enable  0x00000028 
+ 00025710  0x000069f6 jam  0x00000000 , 0x000041da 
+ 00025711  0x000069f8 call  0x000064b0 
+ 00025712  0x000069f9 fetch  0x00000002 , 0x000001f3 
+ 00025713  0x000069fa byteswap  0x0000003f , 0x0000003f 
+ 00025714  0x000069fb arg  0x000007ff , 0x00000002 
+ 00025715  0x000069fc iand  0x00000002 , 0x0000003f 
+ 00025716  0x000069fd branch  0x0000647b , 0x00000005 
+ 00025717  0x000069fe call  0x0000666f 
+ 00025718  0x000069ff arg  0x000066b8 , 0x00000013 
+ 00025719  0x00006a00 call  0x00006430 , 0x00000028 
+ 00025720  0x00006a01 call  0x0000643c 
+ 00025721  0x00006a02 fetch  0x00000001 , 0x000001f2 
+ 00025722  0x00006a03 bbit0  0x00000000 , 0x0000646f 
+ 00025723  0x00006a06 call  0x0000666d 
+ 00025724  0x00006a07 jam  0x00000000 , 0x000041da 
+ 00025725  0x00006a09 call  0x000064b0 
+ 00025726  0x00006a0a call  0x000065c2 
+ 00025727  0x00006a0b fetch  0x00000001 , 0x000001f3 
+ 00025728  0x00006a0c bbit1  0x00000006 , 0x0000648e 
+ 00025729  0x00006a0d call  0x000064aa 
+ 00025730  0x00006a0e nbranch  0x00006486 , 0x0000002d 
+ 00025731  0x00006a0f fetch  0x00000001 , 0x000001f2 
+ 00025732  0x00006a10 bbit0  0x00000000 , 0x0000647d 
+ 00025733  0x00006a11 branch  0x0000649b 
+ 00025734  0x00006a13 call  0x000065bf 
+ 00025735  0x00006a14 fetch  0x00000001 , 0x000001f3 
+ 00025736  0x00006a15 bbit1  0x00000006 , 0x0000648e 
+ 00025737  0x00006a16 call  0x000064aa 
+ 00025738  0x00006a17 nbranch  0x0000648e , 0x0000002d 
+ 00025739  0x00006a18 fetch  0x00000001 , 0x000001f2 
+ 00025740  0x00006a19 bbit0  0x00000000 , 0x0000647d 
+ 00025741  0x00006a1a branch  0x0000649b 
+ 00025742  0x00006a1d jam  0x00000000 , 0x000041da 
+ 00025743  0x00006a1f call  0x000064b0 
+ 00025744  0x00006a20 fetch  0x00000001 , 0x000001f3 
+ 00025745  0x00006a21 bbit1  0x00000005 , 0x0000649b 
+ 00025746  0x00006a22 setarg  0x00000000 
+ 00025747  0x00006a23 store  0x00000003 , 0x000001f6 
+ 00025748  0x00006a24 call  0x00006502 
+ 00025749  0x00006a25 arg  0x00006578 , 0x00000013 
+ 00025750  0x00006a26 call  0x00006429 
+ 00025751  0x00006a27 call  0x0000643c 
+ 00025752  0x00006a28 nbranch  0x0000649b , 0x0000002d 
+ 00025753  0x00006a29 fetch  0x00000001 , 0x000001f2 
+ 00025754  0x00006a2a bbit0  0x00000000 , 0x0000648f 
+ 00025755  0x00006a2d bmark1  0x0000002b , 0x0000649d 
+ 00025756  0x00006a2e call  0x000064a3 
+ 00025757  0x00006a30 fetch  0x00000001 , 0x000001f3 
+ 00025758  0x00006a31 bbit0  0x00000004 , 0x000064a3 
+ 00025759  0x00006a32 jam  0x00000021 , 0x00008050 
+ 00025760  0x00006a33 call  0x00004c0e 
+ 00025761  0x00006a35 call  0x00004c2e 
+ 00025762  0x00006a36 branch  0x000064a1 
+ 00025763  0x00006a39 setarg  0x00000000 
+ 00025764  0x00006a3a store  0x00000008 , 0x00000206 
+ 00025765  0x00006a3b store  0x00000008 , 0x0000020e 
+ 00025766  0x00006a3c force  0x00000004 , 0x00000038 
+ 00025767  0x00006a3d call  0x00007492 
+ 00025768  0x00006a3e jam  0x00000021 , 0x00008050 
+ 00025769  0x00006a3f rtn 
+ 00025770  0x00006a43 setarg  0x00000000 
+ 00025771  0x00006a44 store  0x00000002 , 0x000001f7 
+ 00025772  0x00006a45 arg  0x000065e5 , 0x00000013 
+ 00025773  0x00006a46 call  0x000065a3 
+ 00025774  0x00006a47 call  0x00006429 
+ 00025775  0x00006a48 branch  0x0000643c 
+ 00025776  0x00006a4c fetch  0x00000001 , 0x000041da 
+ 00025777  0x00006a4d increase  0x00000001 , 0x0000003f 
+ 00025778  0x00006a4e sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00025779  0x00006a4f nbranch  0x000064b6 , 0x00000002 
+ 00025780  0x00006a50 store  0x00000001 , 0x000041da 
+ 00025781  0x00006a51 rtn 
+ 00025782  0x00006a54 call  0x000064a3 
+ 00025783  0x00006a55 call  0x00007fa1 
+ 00025784  0x00006a56 rtn 
+ 00025785  0x00006a5b fetch  0x00000001 , 0x000001f2 
+ 00025786  0x00006a5c lshift  0x0000003f , 0x0000003f 
+ 00025787  0x00006a5d setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00025788  0x00006a5e isolate0  0x0000000f , 0x00000011 
+ 00025789  0x00006a5f rtn  0x00000001 
+ 00025790  0x00006a60 store  0x00000001 , 0x000001f2 
+ 00025791  0x00006a61 rtn 
+ 00025792  0x00006a65 hfetch  0x00000001 , 0x00008085 
+ 00025793  0x00006a66 rtnbit0  0x00000001 
+ 00025794  0x00006a67 branch  0x000064c6 
+ 00025795  0x00006a69 hfetch  0x00000001 , 0x0000812c 
+ 00025796  0x00006a6a qisolate1  0x0000003f 
+ 00025797  0x00006a6b rtn  0x00000001 
+ 00025798  0x00006a6d hfetch  0x00000001 , 0x00008108 
+ 00025799  0x00006a6e bbit0  0x00000001 , 0x000064c3 
+ 00025800  0x00006a6f call  0x00007422 
+ 00025801  0x00006a70 branch  0x000064c3 
+ 00025802  0x00006a75 fetch  0x00000002 , 0x00004199 
+ 00025803  0x00006a76 rtn  0x00000034 
+ 00025804  0x00006a77 jam  0x00000080 , 0x00008023 
+ 00025805  0x00006a78 jam  0x00000000 , 0x00008022 
+ 00025806  0x00006a79 jam  0x00000000 , 0x00008024 
+ 00025807  0x00006a7a fetcht  0x00000002 , 0x0000419b 
+ 00025808  0x00006a7b lshift2  0x00000002 , 0x00000039 
+ 00025809  0x00006a7c iforce  0x00000006 
+ 00025810  0x00006a7e ifetch  0x00000001 , 0x00000006 
+ 00025811  0x00006a7f hstore  0x00000001 , 0x00008025 
+ 00025812  0x00006a80 loop  0x000064d2 
+ 00025813  0x00006a81 jam  0x00000000 , 0x00008023 
+ 00025814  0x00006a82 rtn 
+ 00025815  0x00006a88 bpatchx  0x0000008d , 0x00004031 
+ 00025816  0x00006a89 call  0x000064dd 
+ 00025817  0x00006a8a branch  0x000063f2 
+ 00025818  0x00006a8d call  0x000064dd 
+ 00025819  0x00006a8e call  0x000063ee 
+ 00025820  0x00006a8f branch  0x000063f6 
+ 00025821  0x00006a92 fetch  0x00000001 , 0x00004212 
+ 00025822  0x00006a93 hstore  0x00000001 , 0x00008086 
+ 00025823  0x00006a94 fetch  0x00000001 , 0x00004213 
+ 00025824  0x00006a95 hstore  0x00000001 , 0x00008087 
+ 00025825  0x00006a96 setarg  0x000001f5 
+ 00025826  0x00006a97 hstore  0x00000002 , 0x0000808a 
+ 00025827  0x00006a98 setarg  0x000001fa 
+ 00025828  0x00006a99 hstore  0x00000002 , 0x0000808c 
+ 00025829  0x00006a9a branch  0x000063ee 
+ 00025830  0x00006a9d hfetch  0x00000001 , 0x00008086 
+ 00025831  0x00006a9e set1  0x00000007 , 0x0000003f 
+ 00025832  0x00006a9f hstore  0x00000001 , 0x00008086 
+ 00025833  0x00006aa0 set0  0x00000007 , 0x0000003f 
+ 00025834  0x00006aa1 hstore  0x00000001 , 0x00008086 
+ 00025835  0x00006aa2 rtn 
+ 00025836  0x00006aa7 set1  0x00000007 , 0x0000003f 
+ 00025837  0x00006aa8 store  0x00000002 , 0x000001f5 
+ 00025838  0x00006aa9 bpatchx  0x0000008e , 0x00004031 
+ 00025839  0x00006aaa jam  0x00000002 , 0x00008088 
+ 00025840  0x00006aab jam  0x00000000 , 0x0000808e 
+ 00025841  0x00006aac jam  0x00000002 , 0x00008006 
+ 00025842  0x00006aad branch  0x000064fc 
+ 00025843  0x00006ab1 force  0x00000001 , 0x00000002 
+ 00025844  0x00006ab5 store  0x00000001 , 0x000001f5 
+ 00025845  0x00006ab6 bpatchx  0x0000008f , 0x00004031 
+ 00025846  0x00006ab7 jam  0x00000001 , 0x00008088 
+ 00025847  0x00006ab8 hstoret  0x00000002 , 0x0000808e 
+ 00025848  0x00006ab9 jam  0x00000002 , 0x00008006 
+ 00025849  0x00006aba call  0x000064fc 
+ 00025850  0x00006abb fetch  0x00000001 , 0x000001fa 
+ 00025851  0x00006abc rtn 
+ 00025852  0x00006abf fetch  0x00000002 , 0x000040d6 
+ 00025853  0x00006ac0 increase  0x00000001 , 0x0000003f 
+ 00025854  0x00006ac1 store  0x00000002 , 0x000040d6 
+ 00025855  0x00006ac2 hfetch  0x00000001 , 0x0000812c 
+ 00025856  0x00006ac3 bbit0  0x00000003 , 0x000064fc 
+ 00025857  0x00006ac4 rtn 
+ 00025858  0x00006ac7 jam  0x00000040 , 0x00008086 
+ 00025859  0x00006ac8 jam  0x00000000 , 0x00008087 
+ 00025860  0x00006ac9 hfetch  0x00000001 , 0x00008081 
+ 00025861  0x00006aca set0  0x00000000 , 0x0000003f 
+ 00025862  0x00006acb set1  0x00000001 , 0x0000003f 
+ 00025863  0x00006acc hstore  0x00000001 , 0x00008081 
+ 00025864  0x00006acd setarg  0x00000000 
+ 00025865  0x00006ace store  0x00000004 , 0x000001f5 
+ 00025866  0x00006acf rtn 
+ 00025867  0x00006ad3 setarg  0x00000000 
+ 00025868  0x00006ad4 hstore  0x00000002 , 0x0000808e 
+ 00025869  0x00006ad5 setarg  0x00000001 
+ 00025870  0x00006ad6 hstore  0x00000002 , 0x00008088 
+ 00025871  0x00006ad7 setarg  0x000001f5 
+ 00025872  0x00006ad8 hstore  0x00000002 , 0x0000808a 
+ 00025873  0x00006ad9 jam  0x00000006 , 0x000001f5 
+ 00025874  0x00006ada jam  0x00000002 , 0x00008006 
+ 00025875  0x00006adb branch  0x000064fc 
+ 00025876  0x00006aeb disable  0x00000028 
+ 00025877  0x00006aec copy  0x0000003f , 0x00000012 
+ 00025878  0x00006aed fetch  0x00000001 , 0x00004239 
+ 00025879  0x00006aee rtnne  0x00000000 
+ 00025880  0x00006aef enable  0x00000028 
+ 00025881  0x00006af0 copy  0x00000012 , 0x0000003f 
+ 00025882  0x00006af1 branch  0x00006522 
+ 00025883  0x00006af5 fetch  0x00000001 , 0x00004239 
+ 00025884  0x00006af6 beq  0x00000001 , 0x00006522 
+ 00025885  0x00006af7 beq  0x00000002 , 0x00006528 
+ 00025886  0x00006af8 beq  0x00000003 , 0x00006530 
+ 00025887  0x00006af9 beq  0x00000004 , 0x00006537 
+ 00025888  0x00006afa beq  0x00000005 , 0x0000653d 
+ 00025889  0x00006afb rtn 
+ 00025890  0x00006afe store  0x00000003 , 0x00004232 
+ 00025891  0x00006aff copy  0x00000011 , 0x0000003f 
+ 00025892  0x00006b00 store  0x00000002 , 0x00004235 
+ 00025893  0x00006b01 storet  0x00000002 , 0x00004237 
+ 00025894  0x00006b02 jam  0x00000002 , 0x00004239 
+ 00025895  0x00006b03 branch  0x00006502 
+ 00025896  0x00006b05 call  0x00006502 
+ 00025897  0x00006b06 jam  0x00000003 , 0x00004239 
+ 00025898  0x00006b07 call  0x0000650b 
+ 00025899  0x00006b08 arg  0x000001f5 , 0x00000011 
+ 00025900  0x00006b09 fetch  0x00000003 , 0x00004232 
+ 00025901  0x00006b0a jam  0x00000004 , 0x00008088 
+ 00025902  0x00006b0b arg  0x00000020 , 0x00000002 
+ 00025903  0x00006b0c branch  0x00006556 
+ 00025904  0x00006b0f call  0x00006502 
+ 00025905  0x00006b10 call  0x0000650b 
+ 00025906  0x00006b11 setarg  0x00000005 
+ 00025907  0x00006b12 call  0x000064f3 
+ 00025908  0x00006b13 rtnbit1  0x00000000 
+ 00025909  0x00006b14 jam  0x00000004 , 0x00004239 
+ 00025910  0x00006b15 rtn 
+ 00025911  0x00006b17 call  0x00006502 
+ 00025912  0x00006b18 jam  0x00000005 , 0x00004239 
+ 00025913  0x00006b19 call  0x0000650b 
+ 00025914  0x00006b1a call  0x0000654a 
+ 00025915  0x00006b1b call  0x00006552 
+ 00025916  0x00006b1c branch  0x00006545 
+ 00025917  0x00006b1e call  0x00006502 
+ 00025918  0x00006b1f call  0x0000650b 
+ 00025919  0x00006b20 setarg  0x00000005 
+ 00025920  0x00006b21 call  0x000064f3 
+ 00025921  0x00006b22 rtnbit1  0x00000000 
+ 00025922  0x00006b23 jam  0x00000000 , 0x00004239 
+ 00025923  0x00006b24 fetch  0x00000002 , 0x00004201 
+ 00025924  0x00006b25 branch  0x00007f9c 
+ 00025925  0x00006b27 fetch  0x00000004 , 0x00000aa2 
+ 00025926  0x00006b28 fetcht  0x00000002 , 0x00004235 
+ 00025927  0x00006b29 increase  0xfffffffc , 0x00000002 
+ 00025928  0x00006b2a istore  0x00000004 , 0x00000002 
+ 00025929  0x00006b2b rtn 
+ 00025930  0x00006b2d fetcht  0x00000002 , 0x00004235 
+ 00025931  0x00006b2e copy  0x00000002 , 0x00000011 
+ 00025932  0x00006b2f increase  0xfffffffc , 0x00000002 
+ 00025933  0x00006b30 ifetch  0x00000004 , 0x00000002 
+ 00025934  0x00006b31 store  0x00000004 , 0x00000aa2 
+ 00025935  0x00006b32 fetcht  0x00000002 , 0x00004237 
+ 00025936  0x00006b33 fetch  0x00000003 , 0x00004232 
+ 00025937  0x00006b34 rtn 
+ 00025938  0x00006b39 increase  0x00000004 , 0x00000002 
+ 00025939  0x00006b3a hstoret  0x00000002 , 0x00008088 
+ 00025940  0x00006b3b arg  0x00000002 , 0x00000002 
+ 00025941  0x00006b3c increase  0xfffffffc , 0x00000011 
+ 00025942  0x00006b3f istoret  0x00000001 , 0x00000011 
+ 00025943  0x00006b40 rshift16  0x0000003f , 0x00000002 
+ 00025944  0x00006b41 istoret  0x00000001 , 0x00000005 
+ 00025945  0x00006b42 rshift8  0x0000003f , 0x00000002 
+ 00025946  0x00006b43 istoret  0x00000001 , 0x00000005 
+ 00025947  0x00006b44 istore  0x00000001 , 0x00000005 
+ 00025948  0x00006b45 deposit  0x00000011 
+ 00025949  0x00006b46 hstore  0x00000002 , 0x0000808a 
+ 00025950  0x00006b47 setarg  0x00000000 
+ 00025951  0x00006b48 hstore  0x00000002 , 0x0000808e 
+ 00025952  0x00006b49 jam  0x00000002 , 0x00008006 
+ 00025953  0x00006b4a branch  0x000064fc 
+ 00025954  0x00006b4f hstoret  0x00000002 , 0x0000808e 
+ 00025955  0x00006b50 rshift16  0x0000003f , 0x00000002 
+ 00025956  0x00006b51 storet  0x00000001 , 0x000001f6 
+ 00025957  0x00006b52 rshift8  0x0000003f , 0x00000002 
+ 00025958  0x00006b53 storet  0x00000001 , 0x000001f7 
+ 00025959  0x00006b54 store  0x00000001 , 0x000001f8 
+ 00025960  0x00006b55 setarg  0x00000004 
+ 00025961  0x00006b56 hstore  0x00000002 , 0x00008088 
+ 00025962  0x00006b57 jam  0x00000003 , 0x000001f5 
+ 00025963  0x00006b58 setarg  0x000001f5 
+ 00025964  0x00006b59 hstore  0x00000002 , 0x0000808a 
+ 00025965  0x00006b5a deposit  0x00000011 
+ 00025966  0x00006b5b hstore  0x00000002 , 0x0000808c 
+ 00025967  0x00006b5c hfetch  0x00000001 , 0x00008086 
+ 00025968  0x00006b5d isolate0  0x0000000f , 0x00000011 
+ 00025969  0x00006b5e setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00025970  0x00006b5f hstore  0x00000001 , 0x00008086 
+ 00025971  0x00006b60 jam  0x00000002 , 0x00008006 
+ 00025972  0x00006b62 hfetch  0x00000001 , 0x0000812c 
+ 00025973  0x00006b63 bbit1  0x00000007 , 0x00006574 
+ 00025974  0x00006b64 arg  0x00000003 , 0x00000007 
+ 00025975  0x00006b65 branch  0x000064fc 
+ 00025976  0x00006b6a hstoret  0x00000002 , 0x0000808e 
+ 00025977  0x00006b6b setarg  0x00000004 
+ 00025978  0x00006b6c hstore  0x00000002 , 0x00008088 
+ 00025979  0x00006b6d jam  0x00000003 , 0x000001f5 
+ 00025980  0x00006b6e setarg  0x000001f5 
+ 00025981  0x00006b6f hstore  0x00000002 , 0x0000808a 
+ 00025982  0x00006b70 deposit  0x00000011 
+ 00025983  0x00006b71 hstore  0x00000002 , 0x0000808c 
+ 00025984  0x00006b72 hfetch  0x00000001 , 0x00008086 
+ 00025985  0x00006b73 isolate0  0x0000000f , 0x00000011 
+ 00025986  0x00006b74 setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00025987  0x00006b75 hstore  0x00000001 , 0x00008086 
+ 00025988  0x00006b76 jam  0x00000002 , 0x00008006 
+ 00025989  0x00006b78 hfetch  0x00000001 , 0x0000812c 
+ 00025990  0x00006b79 bbit1  0x00000007 , 0x00006585 
+ 00025991  0x00006b7a arg  0x00000003 , 0x00000007 
+ 00025992  0x00006b7b call  0x000064c0 
+ 00025993  0x00006b7c call  0x000064fc 
+ 00025994  0x00006b7d isolate1  0x00000002 , 0x0000003f 
+ 00025995  0x00006b7e call  0x000064b9 
+ 00025996  0x00006b7f fetch  0x00000001 , 0x000001f6 
+ 00025997  0x00006b80 lshift16  0x0000003f , 0x00000012 
+ 00025998  0x00006b81 fetch  0x00000001 , 0x000001f7 
+ 00025999  0x00006b82 lshift8  0x0000003f , 0x0000003f 
+ 00026000  0x00006b83 ior  0x00000012 , 0x00000012 
+ 00026001  0x00006b84 fetch  0x00000001 , 0x000001f8 
+ 00026002  0x00006b85 ior  0x00000012 , 0x0000003f 
+ 00026003  0x00006b86 iadd  0x00000002 , 0x0000003f 
+ 00026004  0x00006b87 store  0x00000001 , 0x000001f8 
+ 00026005  0x00006b88 rshift8  0x0000003f , 0x0000003f 
+ 00026006  0x00006b89 store  0x00000001 , 0x000001f7 
+ 00026007  0x00006b8a rshift8  0x0000003f , 0x0000003f 
+ 00026008  0x00006b8b store  0x00000001 , 0x000001f6 
+ 00026009  0x00006b8c rtn 
+ 00026010  0x00006b92 jam  0x00000001 , 0x00008010 
+ 00026011  0x00006b93 rtn 
+ 00026012  0x00006b9a jam  0x0000000c , 0x00008091 
+ 00026013  0x00006b9b jam  0x0000000d , 0x00008092 
+ 00026014  0x00006b9c jam  0x0000000d , 0x00008093 
+ 00026015  0x00006b9d jam  0x0000000d , 0x00008094 
+ 00026016  0x00006b9e jam  0x0000000d , 0x00008095 
+ 00026017  0x00006b9f jam  0x0000000c , 0x00008096 
+ 00026018  0x00006ba0 branch  0x000065a9 
+ 00026019  0x00006ba4 jam  0x00000005 , 0x00008091 
+ 00026020  0x00006ba5 jam  0x00000007 , 0x00008092 
+ 00026021  0x00006ba6 jam  0x00000007 , 0x00008093 
+ 00026022  0x00006ba7 jam  0x00000007 , 0x00008094 
+ 00026023  0x00006ba8 jam  0x00000007 , 0x00008095 
+ 00026024  0x00006ba9 jam  0x00000005 , 0x00008096 
+ 00026025  0x00006bab hfetch  0x00000001 , 0x0000807b 
+ 00026026  0x00006bac or_into  0x000000c0 , 0x0000003f 
+ 00026027  0x00006bad hstore  0x00000001 , 0x0000807b 
+ 00026028  0x00006bae hfetch  0x00000001 , 0x00008081 
+ 00026029  0x00006baf or_into  0x00000010 , 0x0000003f 
+ 00026030  0x00006bb0 hstore  0x00000001 , 0x00008081 
+ 00026031  0x00006bb1 rtn 
+ 00026032  0x00006bb6 hfetch  0x00000001 , 0x0000812c 
+ 00026033  0x00006bb7 bbit0  0x00000005 , 0x000065b0 
+ 00026034  0x00006bb8 rtn 
+ 00026035  0x00006bc1 hstore  0x00000002 , 0x00008098 
+ 00026036  0x00006bc2 deposit  0x00000011 
+ 00026037  0x00006bc3 hstore  0x00000002 , 0x0000809a 
+ 00026038  0x00006bc4 deposit  0x00000012 
+ 00026039  0x00006bc5 hstore  0x00000002 , 0x0000809c 
+ 00026040  0x00006bc6 deposit  0x00000002 
+ 00026041  0x00006bc7 hstore  0x00000002 , 0x0000809e 
+ 00026042  0x00006bc8 arg  0x00000001 , 0x00000002 
+ 00026043  0x00006bc9 nsetflag  0x00000034 , 0x00000001 , 0x00000002 
+ 00026044  0x00006bca hstore  0x00000001 , 0x00008090 
+ 00026045  0x00006bcb jam  0x00000004 , 0x00008006 
+ 00026046  0x00006bcc branch  0x000065b0 
+ 00026047  0x00006bd0 set1  0x00000028 , 0x00000000 
+ 00026048  0x00006bd1 jam  0x00000008 , 0x00004211 
+ 00026049  0x00006bd2 rtn 
+ 00026050  0x00006bd5 set0  0x00000028 , 0x00000000 
+ 00026051  0x00006bd6 jam  0x00000020 , 0x00004211 
+ 00026052  0x00006bd7 rtn 
+ 00026053  0x00006bdb fetch  0x00000001 , 0x00004203 
+ 00026054  0x00006bdc iadd  0x00000012 , 0x0000003f 
+ 00026055  0x00006bdd store  0x00000001 , 0x000001f7 
+ 00026056  0x00006bde branch  0x000065cc 
+ 00026057  0x00006be1 fetch  0x00000002 , 0x000001f7 
+ 00026058  0x00006be2 byteswap  0x0000003f , 0x0000003f 
+ 00026059  0x00006be3 store  0x00000001 , 0x000001f7 
+ 00026060  0x00006be9 setarg  0x00000003 
+ 00026061  0x00006bea hstore  0x00000002 , 0x00008098 
+ 00026062  0x00006beb jam  0x000000a0 , 0x000001f6 
+ 00026063  0x00006bec jam  0x000000a1 , 0x000001f8 
+ 00026064  0x00006bed branch  0x000065eb 
+ 00026065  0x00006bf4 storet  0x00000002 , 0x00000aa2 
+ 00026066  0x00006bf5 call  0x000065d6 
+ 00026067  0x00006bf6 fetcht  0x00000002 , 0x00000aa2 
+ 00026068  0x00006bf7 call  0x00006606 
+ 00026069  0x00006bf8 branch  0x000065dd 
+ 00026070  0x00006bfb fetch  0x00000001 , 0x0000423a 
+ 00026071  0x00006bfc rtneq  0x000000ff 
+ 00026072  0x00006bfd bbit0  0x00000006 , 0x000065db 
+ 00026073  0x00006bfe setarg  0x000249f0 
+ 00026074  0x00006bff call  0x00002a8f 
+ 00026075  0x00006c01 fetcht  0x00000001 , 0x0000423a 
+ 00026076  0x00006c02 branch  0x00006829 
+ 00026077  0x00006c05 fetcht  0x00000001 , 0x0000423a 
+ 00026078  0x00006c06 branch  0x00006825 
+ 00026079  0x00006c0c bpatchx  0x00000090 , 0x00004032 
+ 00026080  0x00006c0d bmark1  0x00000028 , 0x000065c5 
+ 00026081  0x00006c0e fetch  0x00000002 , 0x00004203 
+ 00026082  0x00006c0f iadd  0x00000012 , 0x0000003f 
+ 00026083  0x00006c10 byteswap  0x0000003f , 0x0000003f 
+ 00026084  0x00006c11 store  0x00000002 , 0x000001f7 
+ 00026085  0x00006c15 bpatchx  0x00000091 , 0x00004032 
+ 00026086  0x00006c16 bmark1  0x00000028 , 0x000065c9 
+ 00026087  0x00006c17 setarg  0x00000004 
+ 00026088  0x00006c18 hstore  0x00000002 , 0x00008098 
+ 00026089  0x00006c19 jam  0x000000a0 , 0x000001f6 
+ 00026090  0x00006c1a jam  0x000000a1 , 0x000001f9 
+ 00026091  0x00006c1c setarg  0x000001f6 
+ 00026092  0x00006c1d hstore  0x00000002 , 0x0000809a 
+ 00026093  0x00006c1e hstoret  0x00000002 , 0x0000809e 
+ 00026094  0x00006c1f deposit  0x00000011 
+ 00026095  0x00006c20 hstore  0x00000002 , 0x0000809c 
+ 00026096  0x00006c21 setarg  0x00000002 
+ 00026097  0x00006c22 isolate0  0x0000000f , 0x00000011 
+ 00026098  0x00006c23 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00026099  0x00006c24 hstore  0x00000001 , 0x00008090 
+ 00026100  0x00006c25 jam  0x00000004 , 0x00008006 
+ 00026101  0x00006c26 arg  0x00000005 , 0x00000007 
+ 00026102  0x00006c27 call  0x000064c0 
+ 00026103  0x00006c28 call  0x000065b0 
+ 00026104  0x00006c29 isolate1  0x00000004 , 0x0000003f 
+ 00026105  0x00006c2a call  0x000064b9 
+ 00026106  0x00006c2b bmark1  0x00000028 , 0x00006601 
+ 00026107  0x00006c2c fetch  0x00000002 , 0x000001f7 
+ 00026108  0x00006c2d byteswap  0x0000003f , 0x0000003f 
+ 00026109  0x00006c2e iadd  0x00000002 , 0x0000003f 
+ 00026110  0x00006c2f byteswap  0x0000003f , 0x0000003f 
+ 00026111  0x00006c30 store  0x00000002 , 0x000001f7 
+ 00026112  0x00006c31 rtn 
+ 00026113  0x00006c34 fetch  0x00000001 , 0x000001f7 
+ 00026114  0x00006c35 iadd  0x00000002 , 0x0000003f 
+ 00026115  0x00006c36 byteswap  0x0000003f , 0x0000003f 
+ 00026116  0x00006c37 store  0x00000002 , 0x000001f7 
+ 00026117  0x00006c38 rtn 
+ 00026118  0x00006c3f fetch  0x00000002 , 0x00004203 
+ 00026119  0x00006c40 iadd  0x00000012 , 0x0000003f 
+ 00026120  0x00006c44 store  0x00000002 , 0x00000a9a 
+ 00026121  0x00006c45 bpatchx  0x00000092 , 0x00004032 
+ 00026122  0x00006c46 storet  0x00000002 , 0x00000aa2 
+ 00026123  0x00006c47 copy  0x00000011 , 0x0000003f 
+ 00026124  0x00006c48 store  0x00000002 , 0x00000ab9 
+ 00026125  0x00006c4a call  0x0000661d 
+ 00026126  0x00006c4c fetcht  0x00000002 , 0x00000ab2 
+ 00026127  0x00006c4d fetch  0x00000002 , 0x00000ab9 
+ 00026128  0x00006c4e copy  0x0000003f , 0x00000011 
+ 00026129  0x00006c4f fetch  0x00000002 , 0x00000a9a 
+ 00026130  0x00006c51 call  0x0000663d 
+ 00026131  0x00006c53 fetch  0x00000002 , 0x00000ab2 
+ 00026132  0x00006c54 fetcht  0x00000002 , 0x00000ab9 
+ 00026133  0x00006c55 iadd  0x00000002 , 0x00000002 
+ 00026134  0x00006c56 storet  0x00000002 , 0x00000ab9 
+ 00026135  0x00006c57 fetcht  0x00000002 , 0x00000a9a 
+ 00026136  0x00006c58 iadd  0x00000002 , 0x00000002 
+ 00026137  0x00006c59 storet  0x00000002 , 0x00000a9a 
+ 00026138  0x00006c5a fetch  0x00000002 , 0x00000aa2 
+ 00026139  0x00006c5b nbranch  0x0000660d , 0x00000034 
+ 00026140  0x00006c5c rtn 
+ 00026141  0x00006c65 bpatchx  0x00000093 , 0x00004032 
+ 00026142  0x00006c66 fetch  0x00000001 , 0x00004211 
+ 00026143  0x00006c67 increase  0xffffffff , 0x0000003f 
+ 00026144  0x00006c68 fetcht  0x00000002 , 0x00000a9a 
+ 00026145  0x00006c69 ior  0x00000002 , 0x0000003f 
+ 00026146  0x00006c6a increase  0x00000001 , 0x0000003f 
+ 00026147  0x00006c6b store  0x00000003 , 0x00000ab6 
+ 00026148  0x00006c6d fetch  0x00000002 , 0x00000aa2 
+ 00026149  0x00006c6e iadd  0x00000002 , 0x0000003f 
+ 00026150  0x00006c70 fetcht  0x00000003 , 0x00000ab6 
+ 00026151  0x00006c71 isub  0x00000002 , 0x0000003f 
+ 00026152  0x00006c72 nbranch  0x0000662f , 0x00000002 
+ 00026153  0x00006c73 store  0x00000002 , 0x00000aa2 
+ 00026154  0x00006c74 fetch  0x00000003 , 0x00000ab6 
+ 00026155  0x00006c75 fetcht  0x00000002 , 0x00000a9a 
+ 00026156  0x00006c76 isub  0x00000002 , 0x0000003f 
+ 00026157  0x00006c77 store  0x00000002 , 0x00000ab2 
+ 00026158  0x00006c78 rtn 
+ 00026159  0x00006c7a fetch  0x00000002 , 0x00000aa2 
+ 00026160  0x00006c7b store  0x00000002 , 0x00000ab2 
+ 00026161  0x00006c7c setarg  0x00000000 
+ 00026162  0x00006c7d store  0x00000002 , 0x00000aa2 
+ 00026163  0x00006c7e rtn 
+ 00026164  0x00006c81 increase  0x00000002 , 0x00000002 
+ 00026165  0x00006c82 hstoret  0x00000002 , 0x00008098 
+ 00026166  0x00006c83 increase  0xfffffffe , 0x00000011 
+ 00026167  0x00006c84 ifetcht  0x00000003 , 0x00000011 
+ 00026168  0x00006c85 copy  0x00000002 , 0x00000012 
+ 00026169  0x00006c86 arg  0x000000a0 , 0x00000002 
+ 00026170  0x00006c87 istoret  0x00000001 , 0x00000011 
+ 00026171  0x00006c89 istore  0x00000001 , 0x00000005 
+ 00026172  0x00006c8a branch  0x0000664a 
+ 00026173  0x00006c8e copy  0x0000003f , 0x00000012 
+ 00026174  0x00006c8f bpatchx  0x00000094 , 0x00004032 
+ 00026175  0x00006c90 bmark1  0x00000028 , 0x00006634 
+ 00026176  0x00006c91 copy  0x00000012 , 0x0000003f 
+ 00026177  0x00006c92 increase  0x00000003 , 0x00000002 
+ 00026178  0x00006c93 hstoret  0x00000002 , 0x00008098 
+ 00026179  0x00006c94 increase  0xfffffffd , 0x00000011 
+ 00026180  0x00006c95 ifetcht  0x00000003 , 0x00000011 
+ 00026181  0x00006c96 copy  0x00000002 , 0x00000012 
+ 00026182  0x00006c97 arg  0x000000a0 , 0x00000002 
+ 00026183  0x00006c98 istoret  0x00000001 , 0x00000011 
+ 00026184  0x00006c99 byteswap  0x0000003f , 0x0000003f 
+ 00026185  0x00006c9a istore  0x00000002 , 0x00000005 
+ 00026186  0x00006c9c deposit  0x00000011 
+ 00026187  0x00006c9d hstore  0x00000002 , 0x0000809a 
+ 00026188  0x00006c9e setarg  0x00000000 
+ 00026189  0x00006c9f hstore  0x00000002 , 0x0000809e 
+ 00026190  0x00006ca0 jam  0x00000001 , 0x00008090 
+ 00026191  0x00006ca1 jam  0x00000004 , 0x00008006 
+ 00026192  0x00006ca2 call  0x000065b0 
+ 00026193  0x00006ca3 copy  0x00000012 , 0x0000003f 
+ 00026194  0x00006ca4 istore  0x00000003 , 0x00000011 
+ 00026195  0x00006ca7 bpatchx  0x00000095 , 0x00004032 
+ 00026196  0x00006ca8 jam  0x00000000 , 0x000001f9 
+ 00026197  0x00006caa setarg  0x00000001 
+ 00026198  0x00006cab hstore  0x00000002 , 0x00008098 
+ 00026199  0x00006cac jam  0x000000a0 , 0x000001f6 
+ 00026200  0x00006cad setarg  0x000001f6 
+ 00026201  0x00006cae hstore  0x00000002 , 0x0000809a 
+ 00026202  0x00006caf setarg  0x00000000 
+ 00026203  0x00006cb0 hstore  0x00000002 , 0x0000809e 
+ 00026204  0x00006cb1 hstore  0x00000002 , 0x0000809c 
+ 00026205  0x00006cb2 setarg  0x00000003 
+ 00026206  0x00006cb3 hstore  0x00000001 , 0x00008090 
+ 00026207  0x00006cb4 jam  0x00000004 , 0x00008006 
+ 00026208  0x00006cb5 call  0x000065b0 
+ 00026209  0x00006cb6 hfetch  0x00000001 , 0x0000812c 
+ 00026210  0x00006cb7 rtnbit0  0x00000006 
+ 00026211  0x00006cb8 nop  0x000005dc 
+ 00026212  0x00006cb9 fetch  0x00000001 , 0x000001f9 
+ 00026213  0x00006cba increase  0x00000001 , 0x0000003f 
+ 00026214  0x00006cbb store  0x00000001 , 0x000001f9 
+ 00026215  0x00006cbc sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00026216  0x00006cbd nrtn  0x00000002 
+ 00026217  0x00006cbe branch  0x00006655 
+ 00026218  0x00006cc3 jam  0x00000070 , 0x00008973 
+ 00026219  0x00006cc4 nop  0x00000bb8 
+ 00026220  0x00006cc5 rtn 
+ 00026221  0x00006cc8 jam  0x00000030 , 0x00008973 
+ 00026222  0x00006cc9 rtn 
+ 00026223  0x00006ccc lshift3  0x0000003f , 0x0000003f 
+ 00026224  0x00006ccd hstore  0x00000002 , 0x00008045 
+ 00026225  0x00006cce jam  0x00000000 , 0x0000804b 
+ 00026226  0x00006ccf rtn 
+ 00026227  0x00006cd3 call  0x0000666f 
+ 00026228  0x00006cd4 call  0x000066a0 
+ 00026229  0x00006cd6 ifetcht  0x00000001 , 0x00000011 
+ 00026230  0x00006cd7 increase  0x00000001 , 0x00000011 
+ 00026231  0x00006cd8 force  0x00000000 , 0x00000007 
+ 00026232  0x00006cda qisolate0  0x00000002 
+ 00026233  0x00006cdb branch  0x00006697 , 0x00000001 
+ 00026234  0x00006cdc hfetch  0x00000001 , 0x00008046 
+ 00026235  0x00006cdd set1  0x00000006 , 0x0000003f 
+ 00026236  0x00006cde set1  0x00000007 , 0x0000003f 
+ 00026237  0x00006cdf hstore  0x00000001 , 0x00008046 
+ 00026238  0x00006ce0 jam  0x00000002 , 0x00008047 
+ 00026239  0x00006ce1 jam  0x00000082 , 0x00008047 
+ 00026240  0x00006ce2 set0  0x00000007 , 0x0000003f 
+ 00026241  0x00006ce3 hstore  0x00000001 , 0x00008046 
+ 00026242  0x00006ce4 jam  0x0000008a , 0x00008047 
+ 00026243  0x00006ce5 nop  0x0000000b 
+ 00026244  0x00006ce6 jam  0x000000ca , 0x00008047 
+ 00026245  0x00006ce7 nop  0x00000021 
+ 00026246  0x00006ce8 jam  0x0000004a , 0x00008047 
+ 00026247  0x00006ce9 nop  0x0000002c 
+ 00026248  0x00006cea jam  0x000000ca , 0x00008047 
+ 00026249  0x00006ceb nop  0x00000016 
+ 00026250  0x00006cec jam  0x0000008a , 0x00008047 
+ 00026251  0x00006ced nop  0x00000021 
+ 00026252  0x00006cee jam  0x00000082 , 0x00008047 
+ 00026253  0x00006cef nop  0x00000001 
+ 00026254  0x00006cf0 jam  0x00000092 , 0x00008047 
+ 00026255  0x00006cf1 nop  0x0000000a 
+ 00026256  0x00006cf2 jam  0x000000b2 , 0x00008047 
+ 00026257  0x00006cf3 hfetch  0x00000001 , 0x00008007 
+ 00026258  0x00006cf4 jam  0x00000092 , 0x00008047 
+ 00026259  0x00006cf5 nop  0x00000001 
+ 00026260  0x00006cf6 jam  0x00000082 , 0x00008047 
+ 00026261  0x00006cf7 qisolate0  0x0000003f 
+ 00026262  0x00006cf8 branch  0x00006678 , 0x00000001 
+ 00026263  0x00006cfa hfetch  0x00000002 , 0x00008045 
+ 00026264  0x00006cfb increase  0x00000001 , 0x0000003f 
+ 00026265  0x00006cfc hstore  0x00000002 , 0x00008045 
+ 00026266  0x00006cfd increase  0x00000001 , 0x00000007 
+ 00026267  0x00006cfe compare  0x00000008 , 0x00000007 , 0x0000000f 
+ 00026268  0x00006cff nbranch  0x00006678 , 0x00000001 
+ 00026269  0x00006d00 loop  0x00006675 
+ 00026270  0x00006d01 jam  0x00000083 , 0x00008047 
+ 00026271  0x00006d02 rtn 
+ 00026272  0x00006d05 jam  0x00000082 , 0x00008047 
+ 00026273  0x00006d06 nop  0x0000000c 
+ 00026274  0x00006d07 jam  0x00000080 , 0x00008047 
+ 00026275  0x00006d08 jam  0x00000082 , 0x00008047 
+ 00026276  0x00006d09 nop  0x00000096 
+ 00026277  0x00006d0a rtn 
+ 00026278  0x00006d0e call  0x000066a0 
+ 00026279  0x00006d0f jam  0x000000a2 , 0x00008047 
+ 00026280  0x00006d10 deposit  0x00000011 
+ 00026281  0x00006d11 hstore  0x00000002 , 0x00008048 
+ 00026282  0x00006d12 set1  0x0000000b , 0x00000002 
+ 00026283  0x00006d13 isolate0  0x0000000f , 0x0000003f 
+ 00026284  0x00006d14 setflag  0x00000001 , 0x0000000f , 0x00000002 
+ 00026285  0x00006d15 hstoret  0x00000002 , 0x0000804a 
+ 00026286  0x00006d16 jam  0x00000001 , 0x00008006 
+ 00026287  0x00006d17 rtn 
+ 00026288  0x00006d1a hfetch  0x00000001 , 0x0000812c 
+ 00026289  0x00006d1b bbit0  0x00000001 , 0x000066b0 
+ 00026290  0x00006d1c rtn 
+ 00026291  0x00006d20 call  0x0000666f 
+ 00026292  0x00006d21 call  0x000066a6 
+ 00026293  0x00006d22 call  0x000066b0 
+ 00026294  0x00006d23 jam  0x00000083 , 0x00008047 
+ 00026295  0x00006d24 rtn 
+ 00026296  0x00006d2a hfetch  0x00000002 , 0x00008124 
+ 00026297  0x00006d2b hstore  0x00000002 , 0x00008045 
+ 00026298  0x00006d2c call  0x000066a6 
+ 00026299  0x00006d2d arg  0x00000001 , 0x00000007 
+ 00026300  0x00006d2e call  0x000064c0 
+ 00026301  0x00006d2f call  0x000066b0 
+ 00026302  0x00006d30 isolate1  0x00000000 , 0x0000003f 
+ 00026303  0x00006d31 call  0x000064b9 
+ 00026304  0x00006d32 jam  0x00000083 , 0x00008047 
+ 00026305  0x00006d33 rtn 
+ 00026306  0x00006d37 hfetch  0x00000002 , 0x0000805e 
+ 00026307  0x00006d38 iforce  0x0000000a 
+ 00026308  0x00006d39 rtn 
+ 00026309  0x00006d3c deposit  0x0000000a 
+ 00026310  0x00006d3d hstore  0x00000002 , 0x0000805e 
+ 00026311  0x00006d3e rtn 
+ 00026312  0x00006d41 deposit  0x00000003 
+ 00026313  0x00006d42 hstore  0x00000002 , 0x00008058 
+ 00026314  0x00006d43 rtn 
+ 00026315  0x00006d46 hfetch  0x00000002 , 0x00008058 
+ 00026316  0x00006d47 copy  0x0000003f , 0x00000003 
+ 00026317  0x00006d48 rtn 
+ 00026318  0x00006d4b fetch  0x00000002 , 0x00004243 
+ 00026319  0x00006d4c hstore  0x00000002 , 0x00008052 
+ 00026320  0x00006d4d rtn 
+ 00026321  0x00006d50 deposit  0x00000039 
+ 00026322  0x00006d51 rtn  0x00000034 
+ 00026323  0x00006d53 increase  0xfffffff8 , 0x00000039 
+ 00026324  0x00006d54 call  0x000066de , 0x00000002 
+ 00026325  0x00006d55 rtn  0x00000005 
+ 00026326  0x00006d56 branch  0x000066d3 , 0x00000002 
+ 00026327  0x00006d57 increase  0x00000008 , 0x00000039 
+ 00026328  0x00006d59 increase  0xfffffffc , 0x00000039 
+ 00026329  0x00006d5a call  0x000066e1 , 0x00000002 
+ 00026330  0x00006d5b rtn  0x00000005 
+ 00026331  0x00006d5c branch  0x000066d8 , 0x00000002 
+ 00026332  0x00006d5d increase  0x00000004 , 0x00000039 
+ 00026333  0x00006d5e branch  0x000066e4 
+ 00026334  0x00006d61 ifetch  0x00000008 , 0x00000006 
+ 00026335  0x00006d62 istore  0x00000008 , 0x0000000a 
+ 00026336  0x00006d63 rtn 
+ 00026337  0x00006d66 ifetch  0x00000004 , 0x00000006 
+ 00026338  0x00006d67 istore  0x00000004 , 0x0000000a 
+ 00026339  0x00006d68 rtn 
+ 00026340  0x00006d6b deposit  0x00000039 
+ 00026341  0x00006d6c rtn  0x00000034 
+ 00026342  0x00006d6e ifetch  0x00000001 , 0x00000006 
+ 00026343  0x00006d6f istore  0x00000001 , 0x0000000a 
+ 00026344  0x00006d70 loop  0x000066e6 
+ 00026345  0x00006d71 rtn 
+ 00026346  0x00006d74 deposit  0x00000039 
+ 00026347  0x00006d75 rtn  0x00000034 
+ 00026348  0x00006d77 increase  0xfffffff8 , 0x00000039 
+ 00026349  0x00006d78 call  0x000066f7 , 0x00000002 
+ 00026350  0x00006d79 rtn  0x00000005 
+ 00026351  0x00006d7a branch  0x000066ec , 0x00000002 
+ 00026352  0x00006d7b increase  0x00000008 , 0x00000039 
+ 00026353  0x00006d7d increase  0xfffffffc , 0x00000039 
+ 00026354  0x00006d7e call  0x000066fa , 0x00000002 
+ 00026355  0x00006d7f rtn  0x00000005 
+ 00026356  0x00006d80 branch  0x000066f1 , 0x00000002 
+ 00026357  0x00006d81 increase  0x00000004 , 0x00000039 
+ 00026358  0x00006d82 branch  0x000066fd 
+ 00026359  0x00006d85 ifetch  0x00000008 , 0x00000003 
+ 00026360  0x00006d86 istore  0x00000008 , 0x00000005 
+ 00026361  0x00006d87 rtn 
+ 00026362  0x00006d8a ifetch  0x00000004 , 0x00000003 
+ 00026363  0x00006d8b istore  0x00000004 , 0x00000005 
+ 00026364  0x00006d8c rtn 
+ 00026365  0x00006d90 deposit  0x00000039 
+ 00026366  0x00006d91 rtn  0x00000034 
+ 00026367  0x00006d93 ifetch  0x00000001 , 0x00000003 
+ 00026368  0x00006d94 istore  0x00000001 , 0x00000005 
+ 00026369  0x00006d95 loop  0x000066ff 
+ 00026370  0x00006d96 rtn 
+ 00026371  0x00006d9a deposit  0x00000039 
+ 00026372  0x00006d9b rtn  0x00000034 
+ 00026373  0x00006d9d ifetch  0x00000001 , 0x00000003 
+ 00026374  0x00006d9e istore  0x00000001 , 0x0000000a 
+ 00026375  0x00006d9f loop  0x00006705 
+ 00026376  0x00006da0 rtn 
+ 00026377  0x00006da6 jam  0x0000003d , 0x00000a99 
+ 00026378  0x00006da7 branch  0x00007d86 
+ 00026379  0x00006dab bpatchx  0x00000096 , 0x00004032 
+ 00026380  0x00006dac fetch  0x00000001 , 0x00004217 
+ 00026381  0x00006dad rtn  0x00000034 
+ 00026382  0x00006dae call  0x000067a3 
+ 00026383  0x00006daf call  0x000067a9 , 0x00000005 
+ 00026384  0x00006db0 call  0x0000673e 
+ 00026385  0x00006db2 fetch  0x00000001 , 0x00004217 
+ 00026386  0x00006db3 icopy  0x00000013 
+ 00026387  0x00006db4 fetcht  0x00000002 , 0x00004215 
+ 00026388  0x00006db5 storet  0x00000002 , 0x0000018c 
+ 00026389  0x00006db7 copy  0x00000013 , 0x0000003f 
+ 00026390  0x00006db8 branch  0x00006709 , 0x00000034 
+ 00026391  0x00006db9 increase  0xffffffff , 0x00000013 
+ 00026392  0x00006dba copy  0x00000002 , 0x00000011 
+ 00026393  0x00006dbb ifetch  0x00000001 , 0x00000011 
+ 00026394  0x00006dbc fetcht  0x00000001 , 0x00000184 
+ 00026395  0x00006dbd isub  0x00000002 , 0x0000003e 
+ 00026396  0x00006dbe call  0x00006725 , 0x00000005 
+ 00026397  0x00006dbf branch  0x00006721 , 0x00000002 
+ 00026398  0x00006dc0 ifetch  0x00000001 , 0x00000011 
+ 00026399  0x00006dc1 increase  0x00000001 , 0x0000003f 
+ 00026400  0x00006dc2 istore  0x00000001 , 0x00000011 
+ 00026401  0x00006dc4 fetcht  0x00000002 , 0x0000018c 
+ 00026402  0x00006dc5 increase  0x00000022 , 0x00000002 
+ 00026403  0x00006dc6 storet  0x00000002 , 0x0000018c 
+ 00026404  0x00006dc7 branch  0x00006715 
+ 00026405  0x00006dca setarg  0x00000000 
+ 00026406  0x00006dcb istore  0x00000001 , 0x00000011 
+ 00026407  0x00006dcc fetch  0x00000001 , 0x00000185 
+ 00026408  0x00006dcd istore  0x00000001 , 0x00000005 
+ 00026409  0x00006dce bne  0x00000033 , 0x00006733 
+ 00026410  0x00006dcf arg  0x000041be , 0x00000012 
+ 00026411  0x00006dd1 ifetch  0x00000006 , 0x00000006 
+ 00026412  0x00006dd2 istore  0x00000008 , 0x00000005 
+ 00026413  0x00006dd3 setarg  0x00000000 
+ 00026414  0x00006dd4 istore  0x00000008 , 0x00000005 
+ 00026415  0x00006dd5 copy  0x00000012 , 0x00000006 
+ 00026416  0x00006dd7 call  0x00007ebf 
+ 00026417  0x00006dd8 force  0x00000001 , 0x0000003e 
+ 00026418  0x00006dd9 rtn 
+ 00026419  0x00006ddc beq  0x00000036 , 0x00006737 
+ 00026420  0x00006ddd beq  0x00000037 , 0x0000673b 
+ 00026421  0x00006dde arg  0x00004419 , 0x00000012 
+ 00026422  0x00006ddf branch  0x0000672b 
+ 00026423  0x00006de2 arg  0x000044d5 , 0x00000006 
+ 00026424  0x00006de3 call  0x00007ebf 
+ 00026425  0x00006de5 arg  0x00004419 , 0x00000006 
+ 00026426  0x00006de6 branch  0x00006730 
+ 00026427  0x00006de9 arg  0x000044cd , 0x00000006 
+ 00026428  0x00006dea call  0x00007ebf 
+ 00026429  0x00006deb branch  0x00006739 
+ 00026430  0x00006def call  0x00007fe9 
+ 00026431  0x00006df0 fetch  0x00000001 , 0x00004217 
+ 00026432  0x00006df1 rtn  0x00000034 
+ 00026433  0x00006df2 fetch  0x00000002 , 0x00004682 
+ 00026434  0x00006df3 bbit1  0x00000000 , 0x00006754 
+ 00026435  0x00006df5 bpatchx  0x00000097 , 0x00004032 
+ 00026436  0x00006df6 fetch  0x00000001 , 0x0000448e 
+ 00026437  0x00006df7 beq  0x00000000 , 0x0000674d 
+ 00026438  0x00006df8 fetch  0x00000001 , 0x00000454 
+ 00026439  0x00006df9 compare  0x000000c0 , 0x0000003f , 0x000000c0 
+ 00026440  0x00006dfa branch  0x0000674d , 0x00000001 
+ 00026441  0x00006dfb compare  0x00000040 , 0x0000003f , 0x000000c0 
+ 00026442  0x00006dfc branch  0x00006752 , 0x00000001 
+ 00026443  0x00006dfd compare  0x00000000 , 0x0000003f , 0x000000c0 
+ 00026444  0x00006dfe branch  0x00006750 , 0x00000001 
+ 00026445  0x00006e00 jam  0x00000035 , 0x00000185 
+ 00026446  0x00006e01 fetch  0x00000006 , 0x0000044f 
+ 00026447  0x00006e02 branch  0x00006757 
+ 00026448  0x00006e05 jam  0x00000037 , 0x00000185 
+ 00026449  0x00006e06 branch  0x00006757 
+ 00026450  0x00006e0a jam  0x00000036 , 0x00000185 
+ 00026451  0x00006e0b branch  0x00006757 
+ 00026452  0x00006e0f bpatchx  0x00000098 , 0x00004033 
+ 00026453  0x00006e10 jam  0x00000033 , 0x00000185 
+ 00026454  0x00006e11 fetch  0x00000006 , 0x00000040 
+ 00026455  0x00006e13 store  0x00000006 , 0x00000186 
+ 00026456  0x00006e14 fetch  0x00000002 , 0x00004215 
+ 00026457  0x00006e15 ifetcht  0x00000001 , 0x0000003f 
+ 00026458  0x00006e16 pincrease  0x00000001 
+ 00026459  0x00006e17 store  0x00000002 , 0x0000018c 
+ 00026460  0x00006e18 storet  0x00000001 , 0x00000184 
+ 00026461  0x00006e19 fetch  0x00000001 , 0x00004217 
+ 00026462  0x00006e1a icopy  0x00000013 
+ 00026463  0x00006e1c fetch  0x00000002 , 0x0000018c 
+ 00026464  0x00006e1d copy  0x0000003f , 0x00000011 
+ 00026465  0x00006e1e call  0x0000676f 
+ 00026466  0x00006e1f rtn  0x00000028 
+ 00026467  0x00006e20 fetcht  0x00000002 , 0x0000018c 
+ 00026468  0x00006e21 increase  0x00000022 , 0x00000002 
+ 00026469  0x00006e22 storet  0x00000002 , 0x0000018c 
+ 00026470  0x00006e23 increase  0xffffffff , 0x00000002 
+ 00026471  0x00006e24 ifetch  0x00000001 , 0x00000002 
+ 00026472  0x00006e25 store  0x00000001 , 0x00000184 
+ 00026473  0x00006e26 increase  0xffffffff , 0x00000013 
+ 00026474  0x00006e27 nbranch  0x0000675f , 0x00000005 
+ 00026475  0x00006e28 fetch  0x00000001 , 0x00004217 
+ 00026476  0x00006e29 pincrease  0xffffffff 
+ 00026477  0x00006e2a store  0x00000001 , 0x00000184 
+ 00026478  0x00006e2b rtn 
+ 00026479  0x00006e2d fetch  0x00000001 , 0x00000185 
+ 00026480  0x00006e2e bne  0x00000033 , 0x00006776 
+ 00026481  0x00006e30 arg  0x00000185 , 0x00000012 
+ 00026482  0x00006e31 arg  0x00000007 , 0x00000039 
+ 00026483  0x00006e32 call  0x00007f88 
+ 00026484  0x00006e33 branch  0x00007fe7 , 0x00000005 
+ 00026485  0x00006e34 rtn 
+ 00026486  0x00006e37 beq  0x00000036 , 0x00006779 
+ 00026487  0x00006e38 beq  0x00000037 , 0x00006794 
+ 00026488  0x00006e39 branch  0x00006771 
+ 00026489  0x00006e3c ifetcht  0x00000001 , 0x00000011 
+ 00026490  0x00006e3d isub  0x00000002 , 0x0000003e 
+ 00026491  0x00006e3e nrtn  0x00000005 
+ 00026492  0x00006e3f arg  0x00000ac2 , 0x00000005 
+ 00026493  0x00006e40 arg  0x00000010 , 0x00000039 
+ 00026494  0x00006e41 call  0x00007ed4 
+ 00026495  0x00006e42 fetch  0x00000003 , 0x00000452 
+ 00026496  0x00006e43 store  0x00000003 , 0x00000ac2 
+ 00026497  0x00006e44 call  0x0000678b 
+ 00026498  0x00006e45 fetch  0x00000002 , 0x00000adf 
+ 00026499  0x00006e46 byteswap  0x0000003f , 0x0000003f 
+ 00026500  0x00006e47 lshift8  0x0000003f , 0x00000002 
+ 00026501  0x00006e48 ifetch  0x00000001 , 0x00000006 
+ 00026502  0x00006e49 iadd  0x00000002 , 0x0000003f 
+ 00026503  0x00006e4a fetcht  0x00000003 , 0x0000044f 
+ 00026504  0x00006e4b isub  0x00000002 , 0x0000003e 
+ 00026505  0x00006e4c branch  0x00007fe7 , 0x00000005 
+ 00026506  0x00006e4d rtn 
+ 00026507  0x00006e51 arg  0x00000ac2 , 0x00000006 
+ 00026508  0x00006e52 call  0x00007486 
+ 00026509  0x00006e54 ifetch  0x00000001 , 0x00000011 
+ 00026510  0x00006e55 call  0x00007487 
+ 00026511  0x00006e56 force  0x00000038 , 0x00000036 
+ 00026512  0x00006e57 force  0x00000000 , 0x00000036 
+ 00026513  0x00006e58 call  0x0000741d 
+ 00026514  0x00006e59 arg  0x00000ad2 , 0x00000005 
+ 00026515  0x00006e5a branch  0x00007497 
+ 00026516  0x00006e5d ifetcht  0x00000001 , 0x00000011 
+ 00026517  0x00006e5e isub  0x00000002 , 0x0000003e 
+ 00026518  0x00006e5f nrtn  0x00000005 
+ 00026519  0x00006e60 copy  0x00000006 , 0x00000011 
+ 00026520  0x00006e61 add  0x00000006 , 0x00000008 , 0x00000013 
+ 00026521  0x00006e62 arg  0x000044cd , 0x00000012 
+ 00026522  0x00006e63 arg  0x00000008 , 0x00000039 
+ 00026523  0x00006e64 call  0x00007f88 
+ 00026524  0x00006e65 branch  0x00007fe7 , 0x00000005 
+ 00026525  0x00006e66 copy  0x00000013 , 0x00000011 
+ 00026526  0x00006e67 arg  0x000044d5 , 0x00000012 
+ 00026527  0x00006e68 arg  0x00000008 , 0x00000039 
+ 00026528  0x00006e69 call  0x00007f88 
+ 00026529  0x00006e6a branch  0x00007fe7 , 0x00000005 
+ 00026530  0x00006e6b rtn 
+ 00026531  0x00006e6e fetch  0x00000002 , 0x00004215 
+ 00026532  0x00006e6f ifetcht  0x00000001 , 0x0000003f 
+ 00026533  0x00006e70 pincrease  0x00000022 
+ 00026534  0x00006e71 ifetch  0x00000001 , 0x0000003f 
+ 00026535  0x00006e72 isub  0x00000002 , 0x0000003e 
+ 00026536  0x00006e73 rtn 
+ 00026537  0x00006e76 fetch  0x00000001 , 0x00004217 
+ 00026538  0x00006e77 icopy  0x00000039 
+ 00026539  0x00006e78 fetcht  0x00000002 , 0x00004215 
+ 00026540  0x00006e79 setarg  0x00000000 
+ 00026541  0x00006e7b istore  0x00000001 , 0x00000002 
+ 00026542  0x00006e7c increase  0x00000022 , 0x00000002 
+ 00026543  0x00006e7d pincrease  0x00000001 
+ 00026544  0x00006e7e loop  0x000067ad 
+ 00026545  0x00006e7f rtn 
+ 00026546  0x00006e82 bpatchx  0x00000099 , 0x00004033 
+ 00026547  0x00006e83 call  0x0000673e 
+ 00026548  0x00006e84 fetch  0x00000001 , 0x00000030 
+ 00026549  0x00006e85 setflag  0x00000028 , 0x00000006 , 0x0000003f 
+ 00026550  0x00006e86 store  0x00000001 , 0x00000030 
+ 00026551  0x00006e87 nbranch  0x000067bc , 0x00000028 
+ 00026552  0x00006e88 add  0x00000011 , 0x0000000a , 0x00000006 
+ 00026553  0x00006e8a arg  0x000041be , 0x00000005 
+ 00026554  0x00006e8b call  0x00007ebf 
+ 00026555  0x00006e8c branch  0x000067d7 
+ 00026556  0x00006e8e jam  0x00000000 , 0x000041bd 
+ 00026557  0x00006e8f rtn 
+ 00026558  0x00006e92 fetch  0x00000009 , 0x000044cb 
+ 00026559  0x00006e93 branch  0x000067ca , 0x00000034 
+ 00026560  0x00006e94 call  0x0000673e 
+ 00026561  0x00006e95 nbranch  0x000067ca , 0x00000028 
+ 00026562  0x00006e96 fetch  0x00000002 , 0x0000018c 
+ 00026563  0x00006e97 add  0x0000003f , 0x00000001 , 0x00000006 
+ 00026564  0x00006e98 arg  0x000044d5 , 0x00000005 
+ 00026565  0x00006e99 call  0x00007ebf 
+ 00026566  0x00006e9a arg  0x00004419 , 0x00000005 
+ 00026567  0x00006e9b call  0x00007ebf 
+ 00026568  0x00006e9c jam  0x00000001 , 0x00004429 
+ 00026569  0x00006e9d rtn 
+ 00026570  0x00006ea0 jam  0x00000000 , 0x00004429 
+ 00026571  0x00006ea1 rtn 
+ 00026572  0x00006ea5 fetch  0x00000006 , 0x0000044f 
+ 00026573  0x00006ea6 store  0x00000006 , 0x00000186 
+ 00026574  0x00006ea7 jam  0x00000034 , 0x00000185 
+ 00026575  0x00006ea8 branch  0x000067d3 
+ 00026576  0x00006eaa fetch  0x00000006 , 0x00000040 
+ 00026577  0x00006eab store  0x00000006 , 0x00000186 
+ 00026578  0x00006eac jam  0x00000033 , 0x00000185 
+ 00026579  0x00006eae fetch  0x00000001 , 0x00004092 
+ 00026580  0x00006eaf beq  0x0000000a , 0x0000670b 
+ 00026581  0x00006eb0 bbit1  0x00000006 , 0x000042da 
+ 00026582  0x00006eb1 rtn 
+ 00026583  0x00006eb5 fetch  0x00000008 , 0x000041be 
+ 00026584  0x00006eb6 fetcht  0x00000008 , 0x000041c6 
+ 00026585  0x00006eb7 ior  0x00000002 , 0x0000003f 
+ 00026586  0x00006eb8 rtn  0x00000034 
+ 00026587  0x00006eb9 jam  0x00000001 , 0x000041bd 
+ 00026588  0x00006eba rtn 
+ 00026589  0x00006ec2 bpatchx  0x0000009a , 0x00004033 
+ 00026590  0x00006ec3 set1  0x00000007 , 0x00000002 
+ 00026591  0x00006ec4 call  0x0000681d 
+ 00026592  0x00006ec5 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00026593  0x00006ecb bpatchx  0x0000009b , 0x00004033 
+ 00026594  0x00006ecc sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026595  0x00006ecd rtn  0x00000005 
+ 00026596  0x00006ece isolate0  0x00000007 , 0x00000002 
+ 00026597  0x00006ecf and  0x00000002 , 0x0000001f , 0x00000007 
+ 00026598  0x00006ed0 fetch  0x00000004 , 0x000000a1 
+ 00026599  0x00006ed1 qsetflag  0x00000001 , 0x0000003f 
+ 00026600  0x00006ed2 store  0x00000004 , 0x000000a1 
+ 00026601  0x00006ed3 fetch  0x00000004 , 0x000000a5 
+ 00026602  0x00006ed4 nqsetflag  0x00000001 , 0x0000003f 
+ 00026603  0x00006ed5 store  0x00000004 , 0x000000a5 
+ 00026604  0x00006ed6 rtn 
+ 00026605  0x00006eda bpatchx  0x0000009c , 0x00004033 
+ 00026606  0x00006edb sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026607  0x00006edc rtn  0x00000005 
+ 00026608  0x00006edd isolate0  0x00000007 , 0x00000002 
+ 00026609  0x00006ede and  0x00000002 , 0x0000001f , 0x00000007 
+ 00026610  0x00006edf fetch  0x00000004 , 0x000000a1 
+ 00026611  0x00006ee0 qset0  0x0000003f 
+ 00026612  0x00006ee1 store  0x00000004 , 0x000000a1 
+ 00026613  0x00006ee2 fetch  0x00000004 , 0x000000a5 
+ 00026614  0x00006ee3 qset0  0x0000003f 
+ 00026615  0x00006ee4 store  0x00000004 , 0x000000a5 
+ 00026616  0x00006ee5 rtn 
+ 00026617  0x00006ee9 call  0x000067ed 
+ 00026618  0x00006eea branch  0x000067fe 
+ 00026619  0x00006eee sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026620  0x00006eef rtn  0x00000005 
+ 00026621  0x00006ef0 ncall  0x000067e1 , 0x0000002b 
+ 00026622  0x00006ef3 arg  0x0000807c , 0x00000005 
+ 00026623  0x00006ef4 call  0x00006830 
+ 00026624  0x00006ef5 setflip  0x00000007 , 0x00000002 
+ 00026625  0x00006ef6 arg  0x00008078 , 0x00000005 
+ 00026626  0x00006ef7 call  0x00006830 
+ 00026627  0x00006ef8 set0  0x00000007 , 0x00000002 
+ 00026628  0x00006ef9 arg  0x00008070 , 0x00000005 
+ 00026629  0x00006efa branch  0x00006830 
+ 00026630  0x00006efe arg  0x0000807c , 0x00000005 
+ 00026631  0x00006eff call  0x00006830 
+ 00026632  0x00006f00 set0  0x00000007 , 0x00000002 
+ 00026633  0x00006f01 arg  0x00008078 , 0x00000005 
+ 00026634  0x00006f02 call  0x00006830 
+ 00026635  0x00006f03 set0  0x00000007 , 0x00000002 
+ 00026636  0x00006f04 arg  0x00008070 , 0x00000005 
+ 00026637  0x00006f05 branch  0x00006830 
+ 00026638  0x00006f0a sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026639  0x00006f0b rtn  0x00000005 
+ 00026640  0x00006f0c setflip  0x00000007 , 0x00000002 
+ 00026641  0x00006f0d call  0x0000682f 
+ 00026642  0x00006f0f set1  0x00000007 , 0x00000002 
+ 00026643  0x00006f10 arg  0x00008070 , 0x00000005 
+ 00026644  0x00006f11 branch  0x00006830 
+ 00026645  0x00006f14 and  0x00000002 , 0x00000007 , 0x00000007 
+ 00026646  0x00006f15 rshift3  0x00000002 , 0x0000003f 
+ 00026647  0x00006f16 and_into  0x00000003 , 0x0000003f 
+ 00026648  0x00006f17 iadd  0x00000005 , 0x00000005 
+ 00026649  0x00006f18 ifetch  0x00000001 , 0x00000005 
+ 00026650  0x00006f19 rtn 
+ 00026651  0x00006f1c arg  0x00008074 , 0x00000005 
+ 00026652  0x00006f1d branch  0x0000681e 
+ 00026653  0x00006f22 arg  0x0000811c , 0x00000005 
+ 00026654  0x00006f24 call  0x00006815 
+ 00026655  0x00006f25 isolate1  0x00000007 , 0x00000002 
+ 00026656  0x00006f26 branch  0x00006823 , 0x00000001 
+ 00026657  0x00006f27 qisolate0  0x0000003f 
+ 00026658  0x00006f28 rtn 
+ 00026659  0x00006f2a qisolate1  0x0000003f 
+ 00026660  0x00006f2b rtn 
+ 00026661  0x00006f2e sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026662  0x00006f2f rtn  0x00000005 
+ 00026663  0x00006f30 isolate1  0x00000007 , 0x0000003e 
+ 00026664  0x00006f31 branch  0x0000682c 
+ 00026665  0x00006f34 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026666  0x00006f35 rtn  0x00000005 
+ 00026667  0x00006f36 isolate0  0x00000007 , 0x0000003e 
+ 00026668  0x00006f3a setarg  0x00000000 
+ 00026669  0x00006f3b nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00026670  0x00006f3c ixor  0x00000002 , 0x00000002 
+ 00026671  0x00006f40 arg  0x00008074 , 0x00000005 
+ 00026672  0x00006f44 call  0x00006815 
+ 00026673  0x00006f45 isolate1  0x00000007 , 0x00000002 
+ 00026674  0x00006f46 qsetflag  0x00000001 , 0x0000003f 
+ 00026675  0x00006f47 istore  0x00000001 , 0x00000005 
+ 00026676  0x00006f48 rtn 
+ 00026677  0x00006f4b arg  0xffffffff , 0x00000011 
+ 00026678  0x00006f4c hfetch  0x00000001 , 0x00008081 
+ 00026679  0x00006f4d compare  0x00000002 , 0x0000003f , 0x00000003 
+ 00026680  0x00006f4e call  0x00006878 , 0x00000001 
+ 00026681  0x00006f50 compare  0x00000001 , 0x0000003f , 0x00000003 
+ 00026682  0x00006f51 call  0x0000687a , 0x00000001 
+ 00026683  0x00006f53 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026684  0x00006f54 call  0x0000687a , 0x00000001 
+ 00026685  0x00006f56 isolate1  0x00000002 , 0x0000003f 
+ 00026686  0x00006f57 call  0x00006874 , 0x00000001 
+ 00026687  0x00006f59 isolate1  0x00000003 , 0x0000003f 
+ 00026688  0x00006f5a call  0x00006876 , 0x00000001 
+ 00026689  0x00006f5c isolate1  0x00000004 , 0x0000003f 
+ 00026690  0x00006f5d call  0x0000687c , 0x00000001 
+ 00026691  0x00006f5f isolate1  0x00000006 , 0x0000003f 
+ 00026692  0x00006f60 nsetflag  0x00000001 , 0x00000004 , 0x00000011 
+ 00026693  0x00006f62 isolate1  0x00000007 , 0x0000003f 
+ 00026694  0x00006f63 nsetflag  0x00000001 , 0x00000005 , 0x00000011 
+ 00026695  0x00006f65 hfetch  0x00000001 , 0x00008082 
+ 00026696  0x00006f66 isolate1  0x00000000 , 0x0000003f 
+ 00026697  0x00006f67 nsetflag  0x00000001 , 0x0000001b , 0x00000011 
+ 00026698  0x00006f68 isolate1  0x00000001 , 0x0000003f 
+ 00026699  0x00006f69 nsetflag  0x00000001 , 0x0000001c , 0x00000011 
+ 00026700  0x00006f6a isolate1  0x00000002 , 0x0000003f 
+ 00026701  0x00006f6b nsetflag  0x00000001 , 0x00000003 , 0x00000011 
+ 00026702  0x00006f6c isolate1  0x00000003 , 0x0000003f 
+ 00026703  0x00006f6d nsetflag  0x00000001 , 0x00000008 , 0x00000011 
+ 00026704  0x00006f6e isolate1  0x00000004 , 0x0000003f 
+ 00026705  0x00006f6f nsetflag  0x00000001 , 0x00000014 , 0x00000011 
+ 00026706  0x00006f70 isolate1  0x00000005 , 0x0000003f 
+ 00026707  0x00006f71 nsetflag  0x00000001 , 0x00000015 , 0x00000011 
+ 00026708  0x00006f72 isolate1  0x00000006 , 0x0000003f 
+ 00026709  0x00006f73 nsetflag  0x00000001 , 0x00000016 , 0x00000011 
+ 00026710  0x00006f74 isolate1  0x00000007 , 0x0000003f 
+ 00026711  0x00006f75 nsetflag  0x00000001 , 0x00000017 , 0x00000011 
+ 00026712  0x00006f77 hfetch  0x00000001 , 0x00008080 
+ 00026713  0x00006f78 isolate1  0x00000000 , 0x0000003f 
+ 00026714  0x00006f79 nsetflag  0x00000001 , 0x00000005 , 0x00000011 
+ 00026715  0x00006f7a isolate1  0x00000001 , 0x0000003f 
+ 00026716  0x00006f7b nsetflag  0x00000001 , 0x00000006 , 0x00000011 
+ 00026717  0x00006f7c isolate1  0x00000002 , 0x0000003f 
+ 00026718  0x00006f7d nsetflag  0x00000001 , 0x00000007 , 0x00000011 
+ 00026719  0x00006f7e isolate1  0x00000003 , 0x0000003f 
+ 00026720  0x00006f7f nsetflag  0x00000001 , 0x00000012 , 0x00000011 
+ 00026721  0x00006f80 isolate1  0x00000004 , 0x0000003f 
+ 00026722  0x00006f81 nsetflag  0x00000001 , 0x00000013 , 0x00000011 
+ 00026723  0x00006f82 isolate1  0x00000005 , 0x0000003f 
+ 00026724  0x00006f83 nsetflag  0x00000001 , 0x00000014 , 0x00000011 
+ 00026725  0x00006f84 isolate1  0x00000006 , 0x0000003f 
+ 00026726  0x00006f85 nsetflag  0x00000001 , 0x00000015 , 0x00000011 
+ 00026727  0x00006f86 isolate1  0x00000007 , 0x0000003f 
+ 00026728  0x00006f87 nsetflag  0x00000001 , 0x00000016 , 0x00000011 
+ 00026729  0x00006f89 hfetch  0x00000001 , 0x00008062 
+ 00026730  0x00006f8a isolate1  0x00000004 , 0x0000003f 
+ 00026731  0x00006f8b call  0x0000687e , 0x00000001 
+ 00026732  0x00006f8c bpatchx  0x0000009d , 0x00004033 
+ 00026733  0x00006f8e hfetch  0x00000004 , 0x00008078 
+ 00026734  0x00006f8f hfetcht  0x00000004 , 0x0000807c 
+ 00026735  0x00006f90 ior  0x00000002 , 0x0000003f 
+ 00026736  0x00006f91 invert  0x0000003f , 0x0000003f 
+ 00026737  0x00006f92 iand  0x00000011 , 0x0000003f 
+ 00026738  0x00006f94 hstore  0x00000004 , 0x00008070 
+ 00026739  0x00006f95 rtn 
+ 00026740  0x00006f99 arg  0x00000006 , 0x00000007 
+ 00026741  0x00006f9a branch  0x00006884 
+ 00026742  0x00006f9c arg  0x00000009 , 0x00000007 
+ 00026743  0x00006f9d branch  0x00006882 
+ 00026744  0x00006f9f arg  0x00000017 , 0x00000007 
+ 00026745  0x00006fa0 branch  0x00006882 
+ 00026746  0x00006fa2 arg  0x00000019 , 0x00000007 
+ 00026747  0x00006fa3 branch  0x00006884 
+ 00026748  0x00006fa5 arg  0x0000001e , 0x00000007 
+ 00026749  0x00006fa6 branch  0x00006884 
+ 00026750  0x00006fa8 arg  0x00000002 , 0x00000007 
+ 00026751  0x00006fa9 branch  0x00006884 
+ 00026752  0x00006fab arg  0x00000001 , 0x00000039 
+ 00026753  0x00006fac branch  0x00006885 
+ 00026754  0x00006fae arg  0x00000004 , 0x00000039 
+ 00026755  0x00006faf branch  0x00006885 
+ 00026756  0x00006fb1 arg  0x00000002 , 0x00000039 
+ 00026757  0x00006fb3 qset0  0x00000011 
+ 00026758  0x00006fb4 increase  0x00000001 , 0x00000007 
+ 00026759  0x00006fb5 loop  0x00006885 
+ 00026760  0x00006fb6 rtn 
+ 00026761  0x00006fbf call  0x00006895 
+ 00026762  0x00006fc0 arg  0x00000006 , 0x00000002 
+ 00026763  0x00006fc1 branch  0x0000680e 
+ 00026764  0x00006fc4 call  0x00006889 
+ 00026765  0x00006fc5 arg  0x00000006 , 0x00000002 
+ 00026766  0x00006fc6 branch  0x00006825 
+ 00026767  0x00006fcb call  0x00006895 
+ 00026768  0x00006fcc hfetch  0x00000001 , 0x00008078 
+ 00026769  0x00006fcd set1  0x00000007 , 0x0000003f 
+ 00026770  0x00006fce hstore  0x00000001 , 0x00008078 
+ 00026771  0x00006fcf arg  0x00000007 , 0x00000002 
+ 00026772  0x00006fd0 branch  0x000067fb 
+ 00026773  0x00006fd3 hfetch  0x00000001 , 0x00008081 
+ 00026774  0x00006fd4 and_into  0x000000fb , 0x0000003f 
+ 00026775  0x00006fd5 hstore  0x00000001 , 0x00008081 
+ 00026776  0x00006fd6 rtn 
+ 00026777  0x00006fd9 hfetch  0x00000001 , 0x00008081 
+ 00026778  0x00006fda isolate1  0x00000002 , 0x0000003f 
+ 00026779  0x00006fdb rtn 
+ 00026780  0x00006fde call  0x0000666a 
+ 00026781  0x00006fdf setarg  0x000007e0 
+ 00026782  0x00006fe0 arg  0x00004150 , 0x00000011 
+ 00026783  0x00006fe1 arg  0x00000002 , 0x00000002 
+ 00026784  0x00006fe2 call  0x000066b3 
+ 00026785  0x00006fe3 branch  0x0000666d 
+ 00026786  0x00006fe7 call  0x0000666a 
+ 00026787  0x00006fe8 setarg  0x000007e2 
+ 00026788  0x00006fe9 arg  0x0000421d , 0x00000011 
+ 00026789  0x00006fea arg  0x0000000e , 0x00000002 
+ 00026790  0x00006feb call  0x000066b3 
+ 00026791  0x00006fec branch  0x0000666d 
+ 00026792  0x00006ff1 bpatchx  0x0000009e , 0x00004033 
+ 00026793  0x00006ff3 call  0x000068a2 
+ 00026794  0x00006ff5 fetch  0x00000001 , 0x0000422d 
+ 00026795  0x00006ff6 beq  0x00000000 , 0x000068af 
+ 00026796  0x00006ff7 beq  0x00000001 , 0x000068c3 
+ 00026797  0x00006ff8 beq  0x00000002 , 0x000068d7 
+ 00026798  0x00006ff9 rtn 
+ 00026799  0x00006ffc fetcht  0x00000002 , 0x00004229 
+ 00026800  0x00006ffd setarg  0x0000aa55 
+ 00026801  0x00006ffe isub  0x00000002 , 0x0000003e 
+ 00026802  0x00006fff branch  0x000068b8 , 0x00000005 
+ 00026803  0x00007000 setarg  0x00004dfa 
+ 00026804  0x00007001 store  0x00000002 , 0x00004227 
+ 00026805  0x00007002 setarg  0x00004894 
+ 00026806  0x00007003 store  0x00000002 , 0x00004221 
+ 00026807  0x00007004 branch  0x000068c0 
+ 00026808  0x00007007 fetch  0x00000002 , 0x00004227 
+ 00026809  0x00007008 nbranch  0x000068bc , 0x00000034 
+ 00026810  0x00007009 setarg  0x00004dfa 
+ 00026811  0x0000700a store  0x00000002 , 0x00004227 
+ 00026812  0x0000700c fetch  0x00000002 , 0x00004221 
+ 00026813  0x0000700d nbranch  0x000068c0 , 0x00000034 
+ 00026814  0x0000700e setarg  0x00004894 
+ 00026815  0x0000700f store  0x00000002 , 0x00004221 
+ 00026816  0x00007011 setarg  0x00000064 
+ 00026817  0x00007012 store  0x00000002 , 0x0000422b 
+ 00026818  0x00007013 rtn 
+ 00026819  0x00007016 fetcht  0x00000002 , 0x00004229 
+ 00026820  0x00007017 setarg  0x0000aa55 
+ 00026821  0x00007018 isub  0x00000002 , 0x0000003e 
+ 00026822  0x00007019 branch  0x000068cc , 0x00000005 
+ 00026823  0x0000701a setarg  0x00005932 
+ 00026824  0x0000701b store  0x00000002 , 0x00004225 
+ 00026825  0x0000701c setarg  0x00004323 
+ 00026826  0x0000701d store  0x00000002 , 0x0000421f 
+ 00026827  0x0000701e branch  0x000068d4 
+ 00026828  0x00007021 fetch  0x00000002 , 0x00004225 
+ 00026829  0x00007022 nbranch  0x000068d0 , 0x00000034 
+ 00026830  0x00007023 setarg  0x00005932 
+ 00026831  0x00007024 store  0x00000002 , 0x00004225 
+ 00026832  0x00007026 fetch  0x00000002 , 0x0000421f 
+ 00026833  0x00007027 nbranch  0x000068d4 , 0x00000034 
+ 00026834  0x00007028 setarg  0x00004323 
+ 00026835  0x00007029 store  0x00000002 , 0x0000421f 
+ 00026836  0x0000702b setarg  0x00000190 
+ 00026837  0x0000702c store  0x00000002 , 0x0000422b 
+ 00026838  0x0000702d rtn 
+ 00026839  0x00007030 fetcht  0x00000002 , 0x00004229 
+ 00026840  0x00007031 setarg  0x0000aa55 
+ 00026841  0x00007032 isub  0x00000002 , 0x0000003e 
+ 00026842  0x00007033 branch  0x000068e0 , 0x00000005 
+ 00026843  0x00007034 setarg  0x00006946 
+ 00026844  0x00007035 store  0x00000002 , 0x00004223 
+ 00026845  0x00007036 setarg  0x00005377 
+ 00026846  0x00007037 store  0x00000002 , 0x0000421d 
+ 00026847  0x00007038 branch  0x000068e8 
+ 00026848  0x0000703b fetch  0x00000002 , 0x00004223 
+ 00026849  0x0000703c nbranch  0x000068e4 , 0x00000034 
+ 00026850  0x0000703d setarg  0x00006946 
+ 00026851  0x0000703e store  0x00000002 , 0x00004223 
+ 00026852  0x00007040 fetch  0x00000002 , 0x0000421d 
+ 00026853  0x00007041 nbranch  0x000068e8 , 0x00000034 
+ 00026854  0x00007042 setarg  0x00005377 
+ 00026855  0x00007043 store  0x00000002 , 0x0000421d 
+ 00026856  0x00007045 setarg  0x00000032 
+ 00026857  0x00007046 store  0x00000002 , 0x0000422b 
+ 00026858  0x00007047 rtn 
+ 00026859  0x0000704b fetch  0x00000001 , 0x0000422d 
+ 00026860  0x0000704c beq  0x00000000 , 0x000068f0 
+ 00026861  0x0000704d beq  0x00000001 , 0x000068f2 
+ 00026862  0x0000704e beq  0x00000002 , 0x000068f4 
+ 00026863  0x0000704f rtn 
+ 00026864  0x00007051 jam  0x000000bf , 0x00008971 
+ 00026865  0x00007052 branch  0x000068f8 
+ 00026866  0x00007054 jam  0x000000af , 0x00008971 
+ 00026867  0x00007055 branch  0x000068f8 
+ 00026868  0x00007057 jam  0x0000008f , 0x00008971 
+ 00026869  0x00007058 fetch  0x00000001 , 0x0000422e 
+ 00026870  0x00007059 hstore  0x00000001 , 0x00008973 
+ 00026871  0x0000705a branch  0x000068f8 
+ 00026872  0x0000705c bpatchx  0x0000009f , 0x00004033 
+ 00026873  0x0000705d hfetch  0x00000001 , 0x00008053 
+ 00026874  0x0000705e set1  0x00000007 , 0x0000003f 
+ 00026875  0x0000705f hstore  0x00000001 , 0x00008053 
+ 00026876  0x00007060 hfetch  0x00000001 , 0x00008973 
+ 00026877  0x00007061 or_into  0x00000030 , 0x0000003f 
+ 00026878  0x00007062 hstore  0x00000001 , 0x00008973 
+ 00026879  0x00007063 jam  0x0000007c , 0x00008906 
+ 00026880  0x00007064 jam  0x000000aa , 0x00008972 
+ 00026881  0x00007065 nop  0x00001388 
+ 00026882  0x00007066 hfetcht  0x00000002 , 0x00008150 
+ 00026883  0x00007067 hfetch  0x00000001 , 0x00008053 
+ 00026884  0x00007068 set0  0x00000007 , 0x0000003f 
+ 00026885  0x00007069 hstore  0x00000001 , 0x00008053 
+ 00026886  0x0000706a storet  0x00000002 , 0x0000422f 
+ 00026887  0x0000706b rtn 
+ 00026888  0x0000706e bpatchx  0x000000a0 , 0x00004034 
+ 00026889  0x0000706f fetch  0x00000001 , 0x0000422d 
+ 00026890  0x00007070 beq  0x00000000 , 0x0000690e 
+ 00026891  0x00007071 beq  0x00000001 , 0x00006912 
+ 00026892  0x00007072 beq  0x00000002 , 0x00006916 
+ 00026893  0x00007073 rtn 
+ 00026894  0x00007076 fetch  0x00000002 , 0x00004227 
+ 00026895  0x00007077 fetcht  0x00000002 , 0x00004221 
+ 00026896  0x00007078 arg  0x000000c8 , 0x00000013 
+ 00026897  0x00007079 branch  0x0000691a 
+ 00026898  0x0000707c fetch  0x00000002 , 0x00004225 
+ 00026899  0x0000707d fetcht  0x00000002 , 0x0000421f 
+ 00026900  0x0000707e arg  0x00000064 , 0x00000013 
+ 00026901  0x0000707f branch  0x0000691a 
+ 00026902  0x00007082 fetch  0x00000002 , 0x00004223 
+ 00026903  0x00007083 fetcht  0x00000002 , 0x0000421d 
+ 00026904  0x00007084 arg  0x00000032 , 0x00000013 
+ 00026905  0x00007085 branch  0x0000691a 
+ 00026906  0x00007088 isub  0x00000002 , 0x00000011 
+ 00026907  0x00007089 fetch  0x00000002 , 0x0000422f 
+ 00026908  0x0000708a isub  0x00000002 , 0x0000003f 
+ 00026909  0x0000708b nbranch  0x00006927 , 0x00000002 
+ 00026910  0x0000708c fetcht  0x00000002 , 0x0000422b 
+ 00026911  0x0000708d imul32  0x00000002 , 0x00000012 
+ 00026912  0x0000708e copy  0x00000013 , 0x0000003f 
+ 00026913  0x0000708f imul32  0x00000011 , 0x0000003f 
+ 00026914  0x00007090 iadd  0x00000012 , 0x0000003f 
+ 00026915  0x00007092 idiv  0x00000011 
+ 00026916  0x00007093 call  0x00007f86 
+ 00026917  0x00007094 quotient  0x0000003f 
+ 00026918  0x00007095 rtn 
+ 00026919  0x00007098 copy  0x00000002 , 0x0000003f 
+ 00026920  0x00007099 fetcht  0x00000002 , 0x0000422f 
+ 00026921  0x0000709a isub  0x00000002 , 0x0000003f 
+ 00026922  0x0000709b fetcht  0x00000002 , 0x0000422b 
+ 00026923  0x0000709c imul32  0x00000002 , 0x00000012 
+ 00026924  0x0000709d copy  0x00000013 , 0x0000003f 
+ 00026925  0x0000709e imul32  0x00000011 , 0x0000003f 
+ 00026926  0x0000709f isub  0x00000012 , 0x0000003f 
+ 00026927  0x000070a0 branch  0x00006923 
+ 00026928  0x000070ac ifetch  0x00000008 , 0x00000011 
+ 00026929  0x000070ad store  0x00000008 , 0x00000a9a 
+ 00026930  0x000070ae fetch  0x00000002 , 0x00000a9a 
+ 00026931  0x000070af fetcht  0x00000002 , 0x00000a9c 
+ 00026932  0x000070b0 isub  0x00000002 , 0x00000011 
+ 00026933  0x000070b1 fetch  0x00000002 , 0x00000aa0 
+ 00026934  0x000070b2 isub  0x00000002 , 0x00000012 
+ 00026935  0x000070b3 fetcht  0x00000002 , 0x00000a9e 
+ 00026936  0x000070b4 isub  0x00000002 , 0x0000003e 
+ 00026937  0x000070b5 ncall  0x00006940 , 0x00000002 
+ 00026938  0x000070b6 mul32  0x00000012 , 0x00000064 , 0x0000003f 
+ 00026939  0x000070b7 idiv  0x00000011 
+ 00026940  0x000070b8 call  0x00007f86 
+ 00026941  0x000070b9 quotient  0x0000003f 
+ 00026942  0x000070ba call  0x00006944 , 0x00000034 
+ 00026943  0x000070bb rtn 
+ 00026944  0x000070bd fetch  0x00000001 , 0x00004231 
+ 00026945  0x000070be set1  0x00000000 , 0x0000003f 
+ 00026946  0x000070bf store  0x00000001 , 0x00004231 
+ 00026947  0x000070c0 rtn 
+ 00026948  0x000070c2 fetcht  0x00000001 , 0x00004231 
+ 00026949  0x000070c3 set1  0x00000001 , 0x00000002 
+ 00026950  0x000070c4 storet  0x00000001 , 0x00004231 
+ 00026951  0x000070c5 rtn 
+ 00026952  0x000070cb fetch  0x00000002 , 0x0000423d 
+ 00026953  0x000070cc ifetch  0x00000001 , 0x0000003f 
+ 00026954  0x000070ce rtn  0x00000034 
+ 00026955  0x000070cf copy  0x0000003f , 0x00000039 
+ 00026956  0x000070d1 fetch  0x00000002 , 0x0000423d 
+ 00026957  0x000070d2 increase  0x00000003 , 0x0000003f 
+ 00026958  0x000070d3 copy  0x0000003f , 0x00000011 
+ 00026959  0x000070d5 ifetcht  0x00000001 , 0x00000011 
+ 00026960  0x000070d6 call  0x000067fb 
+ 00026961  0x000070d7 increase  0x00000001 , 0x00000011 
+ 00026962  0x000070d8 loop  0x0000694f 
+ 00026963  0x000070da rtn 
+ 00026964  0x000070dd fetch  0x00000002 , 0x0000423d 
+ 00026965  0x000070de increase  0x00000003 , 0x0000003f 
+ 00026966  0x000070df copy  0x0000003f , 0x00000011 
+ 00026967  0x000070e1 force  0x00000000 , 0x00000012 
+ 00026968  0x000070e2 jam  0x00000000 , 0x00000b12 
+ 00026969  0x000070e4 ifetcht  0x00000001 , 0x00000011 
+ 00026970  0x000070e5 call  0x0000681d 
+ 00026971  0x000070e6 bpatchx  0x000000a1 , 0x00004034 
+ 00026972  0x000070e7 fetch  0x00000002 , 0x00000b12 
+ 00026973  0x000070e8 copy  0x00000012 , 0x00000007 
+ 00026974  0x000070e9 qsetflag  0x00000001 , 0x0000003f 
+ 00026975  0x000070ea store  0x00000002 , 0x00000b12 
+ 00026976  0x000070eb increase  0x00000001 , 0x00000011 
+ 00026977  0x000070ec increase  0x00000001 , 0x00000012 
+ 00026978  0x000070ed fetch  0x00000002 , 0x0000423d 
+ 00026979  0x000070ee ifetch  0x00000001 , 0x0000003f 
+ 00026980  0x000070f0 ixor  0x00000012 , 0x0000003e 
+ 00026981  0x000070f1 nbranch  0x00006959 , 0x00000005 
+ 00026982  0x000070f2 fetch  0x00000002 , 0x00000b12 
+ 00026983  0x000070f3 fetcht  0x00000002 , 0x00000b14 
+ 00026984  0x000070f4 ixor  0x00000002 , 0x0000003e 
+ 00026985  0x000070f5 rtn  0x00000005 
+ 00026986  0x000070f6 enable  0x00000028 
+ 00026987  0x000070f7 rtn 
+ 00026988  0x000070fa fetch  0x00000002 , 0x0000423d 
+ 00026989  0x000070fb ifetch  0x00000001 , 0x0000003f 
+ 00026990  0x000070fd rtn  0x00000034 
+ 00026991  0x000070fe copy  0x0000003f , 0x00000039 
+ 00026992  0x000070ff fetch  0x00000002 , 0x0000423d 
+ 00026993  0x00007100 increase  0x00000003 , 0x0000003f 
+ 00026994  0x00007101 copy  0x0000003f , 0x00000011 
+ 00026995  0x00007103 ifetcht  0x00000001 , 0x00000011 
+ 00026996  0x00007104 call  0x000067dd 
+ 00026997  0x00007105 increase  0x00000001 , 0x00000011 
+ 00026998  0x00007106 loop  0x00006973 
+ 00026999  0x00007108 rtn 
+ 00027000  0x0000710b arg  0x00000009 , 0x00000007 
+ 00027001  0x0000710c call  0x00007f16 
+ 00027002  0x0000710d nrtn  0x00000034 
+ 00027003  0x0000710e setarg  0x00000020 
+ 00027004  0x0000710f arg  0x00000009 , 0x00000007 
+ 00027005  0x00007110 call  0x00007f08 
+ 00027006  0x00007111 disable  0x00000028 
+ 00027007  0x00007112 call  0x0000696c 
+ 00027008  0x00007113 bpatchx  0x000000a2 , 0x00004034 
+ 00027009  0x00007114 fetch  0x00000002 , 0x0000423d 
+ 00027010  0x00007115 ifetch  0x00000001 , 0x0000003f 
+ 00027011  0x00007117 rtn  0x00000034 
+ 00027012  0x00007118 call  0x00006954 
+ 00027013  0x00007119 nbranch  0x00007d02 , 0x00000028 
+ 00027014  0x0000711a call  0x00007d00 
+ 00027015  0x0000711b disable  0x00000028 
+ 00027016  0x0000711c fetch  0x00000002 , 0x00000b12 
+ 00027017  0x0000711d store  0x00000002 , 0x00000b19 
+ 00027018  0x0000711e jam  0x00000000 , 0x00000b1b 
+ 00027019  0x0000711f force  0x00000000 , 0x00000007 
+ 00027020  0x00007121 fetch  0x00000002 , 0x00000b14 
+ 00027021  0x00007122 rshift  0x0000003f , 0x00000002 
+ 00027022  0x00007123 storet  0x00000002 , 0x00000b14 
+ 00027023  0x00007124 and  0x0000003f , 0x00000001 , 0x0000003f 
+ 00027024  0x00007125 fetcht  0x00000002 , 0x00000b19 
+ 00027025  0x00007126 and  0x00000002 , 0x00000001 , 0x00000011 
+ 00027026  0x00007127 rshift  0x00000002 , 0x00000002 
+ 00027027  0x00007128 storet  0x00000002 , 0x00000b19 
+ 00027028  0x00007129 ixor  0x00000011 , 0x0000003e 
+ 00027029  0x0000712a ncall  0x000069a1 , 0x00000005 
+ 00027030  0x0000712b fetch  0x00000002 , 0x0000423d 
+ 00027031  0x0000712c ifetch  0x00000001 , 0x0000003f 
+ 00027032  0x0000712e fetcht  0x00000001 , 0x00000b1b 
+ 00027033  0x0000712f increase  0x00000001 , 0x00000002 
+ 00027034  0x00007130 storet  0x00000001 , 0x00000b1b 
+ 00027035  0x00007131 copy  0x00000002 , 0x00000007 
+ 00027036  0x00007132 ixor  0x00000007 , 0x0000003e 
+ 00027037  0x00007133 nbranch  0x0000698c , 0x00000005 
+ 00027038  0x00007134 fetch  0x00000002 , 0x00000b12 
+ 00027039  0x00007135 store  0x00000002 , 0x00000b14 
+ 00027040  0x00007136 rtn 
+ 00027041  0x00007138 bpatchx  0x000000a3 , 0x00004034 
+ 00027042  0x00007139 fetch  0x00000002 , 0x0000423d 
+ 00027043  0x0000713a increase  0x00000001 , 0x0000003f 
+ 00027044  0x0000713b ifetch  0x00000002 , 0x0000003f 
+ 00027045  0x0000713c branch  0x00007f9c 
+ 00027046  0x00007148 hfetch  0x00000001 , 0x00008042 
+ 00027047  0x00007149 ior  0x00000011 , 0x0000003f 
+ 00027048  0x0000714a hstore  0x00000001 , 0x00008042 
+ 00027049  0x0000714b hfetch  0x00000002 , 0x00008050 
+ 00027050  0x0000714c set0  0x0000000d , 0x0000003f 
+ 00027051  0x0000714d hstore  0x00000002 , 0x00008050 
+ 00027052  0x0000714e nop  0x00000064 
+ 00027053  0x0000714f rtn 
+ 00027054  0x0000715b fetcht  0x00000003 , 0x00000a9c 
+ 00027055  0x0000715c setarg  0x00b71b00 
+ 00027056  0x0000715d idiv  0x00000002 
+ 00027057  0x0000715e call  0x00007f86 
+ 00027058  0x0000715f quotient  0x00000002 
+ 00027059  0x00007160 fetch  0x00000001 , 0x00000a9f 
+ 00027060  0x00007161 imul32  0x00000002 , 0x0000003f 
+ 00027061  0x00007162 div  0x0000003f , 0x00000064 
+ 00027062  0x00007163 call  0x00007f86 
+ 00027063  0x00007164 quotient  0x00000011 
+ 00027064  0x00007165 copy  0x00000002 , 0x0000003f 
+ 00027065  0x00007166 isub  0x00000011 , 0x00000012 
+ 00027066  0x00007167 fetch  0x00000001 , 0x00000a9b 
+ 00027067  0x00007168 call  0x000069be 
+ 00027068  0x00007169 fetch  0x00000001 , 0x00000a9a 
+ 00027069  0x0000716a branch  0x000069d5 
+ 00027070  0x0000716e beq  0x00000000 , 0x000069c4 
+ 00027071  0x0000716f beq  0x00000001 , 0x000069c6 
+ 00027072  0x00007170 beq  0x00000002 , 0x000069c8 
+ 00027073  0x00007171 beq  0x00000003 , 0x000069ca 
+ 00027074  0x00007172 beq  0x00000004 , 0x000069cc 
+ 00027075  0x00007173 beq  0x00000005 , 0x000069ce 
+ 00027076  0x00007175 arg  0x000080a0 , 0x00000005 
+ 00027077  0x00007176 branch  0x000069d0 
+ 00027078  0x00007178 arg  0x000080a4 , 0x00000005 
+ 00027079  0x00007179 branch  0x000069d0 
+ 00027080  0x0000717b arg  0x000080a8 , 0x00000005 
+ 00027081  0x0000717c branch  0x000069d0 
+ 00027082  0x0000717e arg  0x00008064 , 0x00000005 
+ 00027083  0x0000717f branch  0x000069d0 
+ 00027084  0x00007181 arg  0x00008068 , 0x00000005 
+ 00027085  0x00007182 branch  0x000069d0 
+ 00027086  0x00007184 arg  0x0000806c , 0x00000005 
+ 00027087  0x00007185 branch  0x000069d0 
+ 00027088  0x00007187 copy  0x00000011 , 0x0000003f 
+ 00027089  0x00007188 istore  0x00000002 , 0x00000005 
+ 00027090  0x00007189 copy  0x00000012 , 0x0000003f 
+ 00027091  0x0000718a istore  0x00000002 , 0x00000005 
+ 00027092  0x0000718b rtn 
+ 00027093  0x00007190 enable  0x00000028 
+ 00027094  0x00007191 branch  0x000069d8 
+ 00027095  0x00007193 disable  0x00000028 
+ 00027096  0x00007195 beq  0x00000004 , 0x000069e3 
+ 00027097  0x00007196 beq  0x00000005 , 0x000069e5 
+ 00027098  0x00007197 beq  0x0000001b , 0x000069e7 
+ 00027099  0x00007198 beq  0x0000001c , 0x000069e9 
+ 00027100  0x00007199 beq  0x00000003 , 0x000069eb 
+ 00027101  0x0000719a beq  0x00000008 , 0x000069ed 
+ 00027102  0x0000719b beq  0x00000014 , 0x000069ef 
+ 00027103  0x0000719c beq  0x00000015 , 0x000069f1 
+ 00027104  0x0000719d beq  0x00000016 , 0x000069f3 
+ 00027105  0x0000719e beq  0x00000017 , 0x000069f5 
+ 00027106  0x0000719f rtn 
+ 00027107  0x000071a3 arg  0x00000006 , 0x00000007 
+ 00027108  0x000071a4 branch  0x000069ff 
+ 00027109  0x000071a6 arg  0x00000007 , 0x00000007 
+ 00027110  0x000071a7 branch  0x000069ff 
+ 00027111  0x000071a9 arg  0x00000008 , 0x00000007 
+ 00027112  0x000071aa branch  0x000069ff 
+ 00027113  0x000071ac arg  0x00000009 , 0x00000007 
+ 00027114  0x000071ad branch  0x000069ff 
+ 00027115  0x000071af arg  0x0000000a , 0x00000007 
+ 00027116  0x000071b0 branch  0x000069ff 
+ 00027117  0x000071b2 arg  0x0000000b , 0x00000007 
+ 00027118  0x000071b3 branch  0x000069ff 
+ 00027119  0x000071b5 arg  0x0000000c , 0x00000007 
+ 00027120  0x000071b6 branch  0x00006a01 
+ 00027121  0x000071b8 arg  0x0000000d , 0x00000007 
+ 00027122  0x000071b9 branch  0x00006a01 
+ 00027123  0x000071bb arg  0x0000000e , 0x00000007 
+ 00027124  0x000071bc branch  0x00006a01 
+ 00027125  0x000071be arg  0x0000000f , 0x00000007 
+ 00027126  0x000071bf branch  0x00006a01 
+ 00027127  0x000071c2 hfetch  0x00000002 , 0x00008081 
+ 00027128  0x000071c3 qsetflag  0x00000028 , 0x0000003f 
+ 00027129  0x000071c4 hstore  0x00000002 , 0x00008081 
+ 00027130  0x000071c5 copy  0x00000011 , 0x00000007 
+ 00027131  0x000071c6 hfetch  0x00000001 , 0x00008085 
+ 00027132  0x000071c7 qsetflag  0x00000028 , 0x0000003f 
+ 00027133  0x000071c8 hstore  0x00000001 , 0x00008085 
+ 00027134  0x000071c9 rtn 
+ 00027135  0x000071cc add  0x00000007 , 0xfffffffc , 0x00000011 
+ 00027136  0x000071cd branch  0x000069f7 
+ 00027137  0x000071d0 add  0x00000007 , 0xfffffff6 , 0x00000011 
+ 00027138  0x000071d1 branch  0x000069f7 
+ 00027139  0x000071d7 rtn  0x0000002b 
+ 00027140  0x000071d8 jam  0x00000000 , 0x00004567 
+ 00027141  0x000071d9 jam  0x00000003 , 0x000004ed 
+ 00027142  0x000071da jam  0x00000003 , 0x000004ee 
+ 00027143  0x000071db jam  0x00000011 , 0x000004f2 
+ 00027144  0x000071dc jam  0x00000013 , 0x000004f3 
+ 00027145  0x000071dd setarg  0x00000000 
+ 00027146  0x000071de store  0x00000003 , 0x000004ef 
+ 00027147  0x000071df store  0x00000001 , 0x00004254 
+ 00027148  0x000071e0 jam  0x00000000 , 0x00004681 
+ 00027149  0x000071e3 bpatchx  0x000000a4 , 0x00004034 
+ 00027150  0x000071e4 setarg  0x00000000 
+ 00027151  0x000071e5 store  0x00000001 , 0x00004254 
+ 00027152  0x000071e6 store  0x00000001 , 0x00004564 
+ 00027153  0x000071e7 store  0x00000001 , 0x0000455d 
+ 00027154  0x000071e8 fetch  0x00000001 , 0x0000456b 
+ 00027155  0x000071e9 beq  0x00000001 , 0x00006a16 
+ 00027156  0x000071ea jam  0x00000050 , 0x00004569 
+ 00027157  0x000071eb rtn 
+ 00027158  0x000071ee jam  0x00000000 , 0x00004569 
+ 00027159  0x000071ef rtn 
+ 00027160  0x000071f2 or_into  0x00000002 , 0x00000002 
+ 00027161  0x000071f3 rtn 
+ 00027162  0x00007200 copy  0x00000002 , 0x0000003f 
+ 00027163  0x00007201 reverse  0x0000003f , 0x0000003f 
+ 00027164  0x00007202 store  0x00000001 , 0x00004562 
+ 00027165  0x00007203 force  0x0000003f , 0x0000003f 
+ 00027166  0x00007204 reverse  0x0000003f , 0x0000003f 
+ 00027167  0x00007205 store  0x00000001 , 0x00004561 
+ 00027168  0x00007206 force  0x00000001 , 0x0000003f 
+ 00027169  0x00007207 reverse  0x0000003f , 0x0000003f 
+ 00027170  0x00007208 store  0x00000001 , 0x00004560 
+ 00027171  0x00007209 call  0x00006a50 
+ 00027172  0x0000720a copy  0x00000002 , 0x0000003f 
+ 00027173  0x0000720b rtn 
+ 00027174  0x0000720d reverse  0x0000003f , 0x0000003f 
+ 00027175  0x0000720e store  0x00000001 , 0x00004562 
+ 00027176  0x0000720f force  0x00000073 , 0x0000003f 
+ 00027177  0x00007210 reverse  0x0000003f , 0x0000003f 
+ 00027178  0x00007211 store  0x00000001 , 0x00004561 
+ 00027179  0x00007212 force  0x00000001 , 0x0000003f 
+ 00027180  0x00007213 reverse  0x0000003f , 0x0000003f 
+ 00027181  0x00007214 store  0x00000001 , 0x00004560 
+ 00027182  0x00007215 branch  0x00006a50 
+ 00027183  0x00007218 fetch  0x00000001 , 0x00004563 
+ 00027184  0x00007219 branch  0x00006a33 , 0x00000034 
+ 00027185  0x0000721a setarg  0x00000070 
+ 00027186  0x0000721b rtn 
+ 00027187  0x0000721d setarg  0x000000aa 
+ 00027188  0x0000721e rtn 
+ 00027189  0x00007221 reverse  0x0000003f , 0x0000003f 
+ 00027190  0x00007222 store  0x00000001 , 0x00004562 
+ 00027191  0x00007223 force  0x000000ef , 0x0000003f 
+ 00027192  0x00007224 call  0x00006a44 
+ 00027193  0x00007225 fetcht  0x00000002 , 0x000004f7 
+ 00027194  0x00007226 copy  0x00000002 , 0x00000005 
+ 00027195  0x00007227 istore  0x00000001 , 0x00000005 
+ 00027196  0x00007228 copy  0x00000005 , 0x00000002 
+ 00027197  0x00007229 storet  0x00000002 , 0x000004f7 
+ 00027198  0x0000722a force  0x000000ff , 0x0000003f 
+ 00027199  0x0000722b call  0x00006a44 
+ 00027200  0x0000722c fetcht  0x00000002 , 0x000004f7 
+ 00027201  0x0000722d copy  0x00000002 , 0x00000005 
+ 00027202  0x0000722e istore  0x00000001 , 0x00000005 
+ 00027203  0x0000722f rtn 
+ 00027204  0x00007239 reverse  0x0000003f , 0x0000003f 
+ 00027205  0x0000723a store  0x00000001 , 0x00004561 
+ 00027206  0x0000723b fetch  0x00000002 , 0x00004561 
+ 00027207  0x0000723c lshift8  0x0000003f , 0x0000003f 
+ 00027208  0x0000723d store  0x00000003 , 0x000004f4 
+ 00027209  0x0000723e arg  0x00000107 , 0x00000011 
+ 00027210  0x0000723f arg  0x0000000f , 0x00000012 
+ 00027211  0x00007240 call  0x00006a5d 
+ 00027212  0x00007241 xor_into  0x000000d7 , 0x0000003f 
+ 00027213  0x00007242 invert  0x0000003f , 0x0000003f 
+ 00027214  0x00007243 reverse  0x0000003f , 0x0000003f 
+ 00027215  0x00007244 rtn 
+ 00027216  0x0000724f fetch  0x00000003 , 0x00004560 
+ 00027217  0x00007250 store  0x00000003 , 0x000004f4 
+ 00027218  0x00007251 arg  0x00000107 , 0x00000011 
+ 00027219  0x00007252 arg  0x0000000f , 0x00000012 
+ 00027220  0x00007253 call  0x00006a5d 
+ 00027221  0x00007254 lshift8  0x0000003f , 0x0000003f 
+ 00027222  0x00007255 arg  0x00000007 , 0x00000012 
+ 00027223  0x00007256 call  0x00006a5d 
+ 00027224  0x00007257 xor_into  0x0000002b , 0x0000003f 
+ 00027225  0x00007258 invert  0x0000003f , 0x0000003f 
+ 00027226  0x00007259 reverse  0x0000003f , 0x0000003f 
+ 00027227  0x0000725a copy  0x0000003f , 0x00000002 
+ 00027228  0x0000725b rtn 
+ 00027229  0x0000725e arg  0x00000000 , 0x00000013 
+ 00027230  0x0000725f copy  0x00000012 , 0x00000039 
+ 00027231  0x00007260 call  0x00007e71 
+ 00027232  0x00007261 icopy  0x00000002 
+ 00027233  0x00007267 copy  0x00000002 , 0x0000003f 
+ 00027234  0x00007268 lshift  0x00000013 , 0x00000013 
+ 00027235  0x00007269 bbit0  0x00000008 , 0x00006a66 
+ 00027236  0x0000726a ixor  0x00000011 , 0x00000002 
+ 00027237  0x0000726b increase  0x00000001 , 0x00000013 
+ 00027238  0x0000726d lshift  0x00000002 , 0x00000002 
+ 00027239  0x0000726e fetch  0x00000003 , 0x000004f4 
+ 00027240  0x0000726f increase  0xffffffff , 0x00000012 
+ 00027241  0x00007270 compare  0x000000ff , 0x00000012 , 0x000000ff 
+ 00027242  0x00007271 branch  0x00006a70 , 0x00000001 
+ 00027243  0x00007272 copy  0x00000012 , 0x00000039 
+ 00027244  0x00007273 call  0x00007e71 
+ 00027245  0x00007274 isolate1  0x00000000 , 0x0000003f 
+ 00027246  0x00007275 setflag  0x00000001 , 0x00000000 , 0x00000002 
+ 00027247  0x00007276 branch  0x00006a61 
+ 00027248  0x00007279 rshift  0x00000002 , 0x0000003f 
+ 00027249  0x0000727a rtn 
+ 00027250  0x0000727d fetcht  0x00000001 , 0x0000455d 
+ 00027251  0x00007280 lshift2  0x00000002 , 0x00000002 
+ 00027252  0x00007281 set1  0x00000000 , 0x00000002 
+ 00027253  0x00007282 fetch  0x00000001 , 0x00004563 
+ 00027254  0x00007283 ncall  0x00006a18 , 0x00000034 
+ 00027255  0x00007284 storet  0x00000001 , 0x0000050d 
+ 00027256  0x00007285 rtn 
+ 00027257  0x00007289 lshift  0x00000002 , 0x00000002 
+ 00027258  0x0000728a fetch  0x00000001 , 0x00004563 
+ 00027259  0x0000728b setflag  0x00000034 , 0x00000000 , 0x00000002 
+ 00027260  0x0000728d rtn 
+ 00027261  0x0000728f fetcht  0x00000001 , 0x000004fc 
+ 00027262  0x00007290 jam  0x000000d7 , 0x000004fe 
+ 00027263  0x00007291 call  0x00006bb6 
+ 00027264  0x00007292 fetch  0x00000001 , 0x00004251 
+ 00027265  0x00007293 set1  0x00000006 , 0x0000003f 
+ 00027266  0x00007294 set1  0x00000007 , 0x0000003f 
+ 00027267  0x00007295 store  0x00000001 , 0x00004251 
+ 00027268  0x00007296 jam  0x00000000 , 0x00004563 
+ 00027269  0x00007297 branch  0x00006b97 
+ 00027270  0x00007299 fetch  0x00000001 , 0x00004251 
+ 00027271  0x0000729a set1  0x00000007 , 0x0000003f 
+ 00027272  0x0000729b store  0x00000001 , 0x00004251 
+ 00027273  0x0000729c branch  0x00006b97 
+ 00027274  0x000072a0 bpatchx  0x000000a5 , 0x00004034 
+ 00027275  0x000072a1 fetch  0x00000001 , 0x00004681 
+ 00027276  0x000072a2 beq  0x00000000 , 0x00006a8e 
+ 00027277  0x000072a3 branch  0x00006b4c 
+ 00027278  0x000072a6 fetch  0x00000002 , 0x00000264 
+ 00027279  0x000072a7 copy  0x0000003f , 0x00000006 
+ 00027280  0x000072a8 call  0x00006ab8 
+ 00027281  0x000072a9 fetch  0x00000001 , 0x000004fc 
+ 00027282  0x000072aa beq  0x00000000 , 0x00006a94 
+ 00027283  0x000072ab branch  0x00006b18 
+ 00027284  0x000072ad bpatchx  0x000000a6 , 0x00004034 
+ 00027285  0x000072ae fetch  0x00000001 , 0x000004fd 
+ 00027286  0x000072af beq  0x0000003f , 0x00006a7d 
+ 00027287  0x000072b0 beq  0x00000073 , 0x00006a86 
+ 00027288  0x000072b1 beq  0x000000ef , 0x00006a9b 
+ 00027289  0x000072b2 beq  0x00000053 , 0x00006b44 
+ 00027290  0x000072b3 rtn 
+ 00027291  0x000072b7 fetch  0x00000002 , 0x00000501 
+ 00027292  0x000072b8 copy  0x0000003f , 0x00000006 
+ 00027293  0x000072b9 call  0x00006ac3 
+ 00027294  0x000072ba fetch  0x00000001 , 0x00000503 
+ 00027295  0x000072bb beq  0x00000041 , 0x00006aa5 
+ 00027296  0x000072bc beq  0x00000040 , 0x00006aad 
+ 00027297  0x000072bd beq  0x00000071 , 0x00006ae6 
+ 00027298  0x000072be beq  0x00000070 , 0x00006af2 
+ 00027299  0x000072bf beq  0x00000049 , 0x00006afd 
+ 00027300  0x000072c0 branch  0x00006b97 
+ 00027301  0x000072c3 call  0x00006aaf 
+ 00027302  0x000072c5 branch  0x00006aa7 
+ 00027303  0x000072c8 fetch  0x00000001 , 0x00004254 
+ 00027304  0x000072c9 set1  0x00000000 , 0x0000003f 
+ 00027305  0x000072ca set1  0x00000001 , 0x0000003f 
+ 00027306  0x000072cb store  0x00000001 , 0x00004254 
+ 00027307  0x000072cc call  0x00006be0 
+ 00027308  0x000072cd branch  0x00006b97 
+ 00027309  0x000072d0 call  0x00006aaf 
+ 00027310  0x000072d1 branch  0x00006b97 
+ 00027311  0x000072d4 call  0x00006acb 
+ 00027312  0x000072d5 branch  0x00006ad7 
+ 00027313  0x000072d8 call  0x00006acb 
+ 00027314  0x000072d9 ifetch  0x00000001 , 0x00000006 
+ 00027315  0x000072da rshift3  0x0000003f , 0x0000003f 
+ 00027316  0x000072db store  0x00000001 , 0x0000456a 
+ 00027317  0x000072dc ifetch  0x00000001 , 0x00000006 
+ 00027318  0x000072dd store  0x00000001 , 0x00000508 
+ 00027319  0x000072de rtn 
+ 00027320  0x000072e2 ifetch  0x00000001 , 0x00000006 
+ 00027321  0x000072e3 store  0x00000001 , 0x000004fb 
+ 00027322  0x000072e4 rshift3  0x0000003f , 0x0000003f 
+ 00027323  0x000072e5 store  0x00000001 , 0x000004fc 
+ 00027324  0x000072e6 ifetch  0x00000001 , 0x00000006 
+ 00027325  0x000072e7 store  0x00000001 , 0x000004fd 
+ 00027326  0x000072e9 call  0x00006ace 
+ 00027327  0x000072ea storet  0x00000002 , 0x000004ff 
+ 00027328  0x000072eb copy  0x00000006 , 0x0000003f 
+ 00027329  0x000072ec store  0x00000002 , 0x00000501 
+ 00027330  0x000072ed rtn 
+ 00027331  0x000072f0 ifetch  0x00000001 , 0x00000006 
+ 00027332  0x000072f1 rshift  0x0000003f , 0x0000003f 
+ 00027333  0x000072f2 store  0x00000001 , 0x00000503 
+ 00027334  0x000072f3 call  0x00006ace 
+ 00027335  0x000072f4 storet  0x00000002 , 0x00000504 
+ 00027336  0x000072f5 copy  0x00000006 , 0x0000003f 
+ 00027337  0x000072f6 store  0x00000002 , 0x00000506 
+ 00027338  0x000072f7 rtn 
+ 00027339  0x000072fb fetch  0x00000002 , 0x00000506 
+ 00027340  0x000072fc copy  0x0000003f , 0x00000006 
+ 00027341  0x000072fd rtn 
+ 00027342  0x00007300 ifetch  0x00000001 , 0x00000006 
+ 00027343  0x00007301 copy  0x0000003f , 0x00000002 
+ 00027344  0x00007302 rshift  0x00000002 , 0x00000002 
+ 00027345  0x00007303 rtnbit1  0x00000000 
+ 00027346  0x00007304 ifetch  0x00000001 , 0x00000006 
+ 00027347  0x00007305 lshift3  0x0000003f , 0x0000003f 
+ 00027348  0x00007306 lshift4  0x0000003f , 0x0000003f 
+ 00027349  0x00007307 iadd  0x00000002 , 0x00000002 
+ 00027350  0x00007308 rtn 
+ 00027351  0x0000730b ifetch  0x00000001 , 0x00000006 
+ 00027352  0x0000730c store  0x00000001 , 0x0000455d 
+ 00027353  0x0000730d ifetch  0x00000001 , 0x00000006 
+ 00027354  0x0000730e store  0x00000001 , 0x00000509 
+ 00027355  0x0000730f ifetch  0x00000001 , 0x00000006 
+ 00027356  0x00007310 store  0x00000001 , 0x0000050a 
+ 00027357  0x00007311 ifetch  0x00000001 , 0x00000006 
+ 00027358  0x00007312 store  0x00000001 , 0x0000050b 
+ 00027359  0x00007313 ifetch  0x00000002 , 0x00000006 
+ 00027360  0x00007314 store  0x00000002 , 0x0000455e 
+ 00027361  0x00007315 ifetch  0x00000001 , 0x00000006 
+ 00027362  0x00007316 store  0x00000001 , 0x0000050c 
+ 00027363  0x00007317 ifetch  0x00000001 , 0x00000006 
+ 00027364  0x00007318 store  0x00000001 , 0x00004568 
+ 00027365  0x00007319 rtn 
+ 00027366  0x0000731d call  0x00006ab1 
+ 00027367  0x0000731f branch  0x00006ae8 
+ 00027368  0x00007322 fetch  0x00000001 , 0x00004254 
+ 00027369  0x00007323 set1  0x00000005 , 0x0000003f 
+ 00027370  0x00007324 set1  0x00000006 , 0x0000003f 
+ 00027371  0x00007325 store  0x00000001 , 0x00004254 
+ 00027372  0x00007326 fetcht  0x00000001 , 0x0000455d 
+ 00027373  0x00007327 lshift2  0x00000002 , 0x00000002 
+ 00027374  0x00007328 or_into  0x00000003 , 0x00000002 
+ 00027375  0x00007329 call  0x00006c11 
+ 00027376  0x0000732a jam  0x00000003 , 0x00004567 
+ 00027377  0x0000732b branch  0x00006b97 
+ 00027378  0x0000732e jam  0x00000008 , 0x00000a99 
+ 00027379  0x0000732f call  0x00007d86 
+ 00027380  0x00007330 call  0x00006ab1 
+ 00027381  0x00007331 fetch  0x00000001 , 0x0000456a 
+ 00027382  0x00007332 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00027383  0x00007333 branch  0x00006af9 , 0x00000005 
+ 00027384  0x00007334 branch  0x00002a8c 
+ 00027385  0x00007336 fetch  0x00000001 , 0x00004254 
+ 00027386  0x00007337 set1  0x00000007 , 0x0000003f 
+ 00027387  0x00007338 store  0x00000001 , 0x00004254 
+ 00027388  0x00007339 branch  0x00006b97 
+ 00027389  0x0000733c call  0x00006acb 
+ 00027390  0x0000733d ifetch  0x00000001 , 0x00000006 
+ 00027391  0x0000733e store  0x00000001 , 0x00000ac2 
+ 00027392  0x0000733f call  0x000052d2 
+ 00027393  0x00007340 call  0x000052e0 
+ 00027394  0x00007341 setarg  0x0000000e 
+ 00027395  0x00007342 istore  0x00000002 , 0x00000005 
+ 00027396  0x00007343 fetch  0x00000002 , 0x0000424a 
+ 00027397  0x00007344 istore  0x00000002 , 0x00000005 
+ 00027398  0x00007345 fetch  0x00000001 , 0x00004563 
+ 00027399  0x00007347 lshift  0x0000003f , 0x0000003f 
+ 00027400  0x00007348 set1  0x00000000 , 0x0000003f 
+ 00027401  0x00007349 istore  0x00000001 , 0x00000005 
+ 00027402  0x0000734a bpatchx  0x000000a7 , 0x00004034 
+ 00027403  0x0000734b setarg  0x000015ef 
+ 00027404  0x0000734c istore  0x00000002 , 0x00000005 
+ 00027405  0x0000734d setarg  0x00001191 
+ 00027406  0x0000734e istore  0x00000002 , 0x00000005 
+ 00027407  0x00007351 fetch  0x00000001 , 0x00000ac2 
+ 00027408  0x00007352 istore  0x00000001 , 0x00000005 
+ 00027409  0x00007353 setarg  0x00000007 
+ 00027410  0x00007354 istore  0x00000005 , 0x00000005 
+ 00027411  0x00007357 setarg  0x00000001 
+ 00027412  0x00007358 istore  0x00000002 , 0x00000005 
+ 00027413  0x0000735b call  0x00006a2f 
+ 00027414  0x0000735c istore  0x00000001 , 0x00000005 
+ 00027415  0x0000735d rtn 
+ 00027416  0x00007362 branch  0x00006b19 
+ 00027417  0x00007365 bpatchx  0x000000a8 , 0x00004035 
+ 00027418  0x00007366 fetch  0x00000001 , 0x000004fd 
+ 00027419  0x00007367 beq  0x00000073 , 0x00006b21 
+ 00027420  0x00007368 beq  0x0000003f , 0x00006b25 
+ 00027421  0x00007369 beq  0x000000ef , 0x00006b3f 
+ 00027422  0x0000736a beq  0x000000ff , 0x00006b37 
+ 00027423  0x0000736b beq  0x00000053 , 0x00006b46 
+ 00027424  0x0000736c rtn 
+ 00027425  0x0000736e fetch  0x00000001 , 0x00004254 
+ 00027426  0x0000736f set1  0x00000003 , 0x0000003f 
+ 00027427  0x00007370 store  0x00000001 , 0x00004254 
+ 00027428  0x00007371 branch  0x00006b97 
+ 00027429  0x00007373 fetch  0x00000001 , 0x00004254 
+ 00027430  0x00007374 set1  0x00000003 , 0x0000003f 
+ 00027431  0x00007375 set1  0x00000002 , 0x0000003f 
+ 00027432  0x00007376 store  0x00000001 , 0x00004254 
+ 00027433  0x00007377 fetch  0x00000001 , 0x000004fb 
+ 00027434  0x00007378 call  0x00006a26 
+ 00027435  0x00007379 store  0x00000001 , 0x000004fe 
+ 00027436  0x0000737a call  0x00006bb6 
+ 00027437  0x0000737b fetch  0x00000001 , 0x000004fb 
+ 00027438  0x0000737c rshift2  0x0000003f , 0x0000003f 
+ 00027439  0x0000737d store  0x00000001 , 0x0000455d 
+ 00027440  0x0000737e lshift2  0x0000003f , 0x0000003f 
+ 00027441  0x0000737f set0  0x00000001 , 0x0000003f 
+ 00027442  0x00007380 set1  0x00000000 , 0x0000003f 
+ 00027443  0x00007381 arg  0x00004565 , 0x00000002 
+ 00027444  0x00007382 storet  0x00000002 , 0x000004f7 
+ 00027445  0x00007383 call  0x00006a35 
+ 00027446  0x00007384 branch  0x00006b97 
+ 00027447  0x00007387 fetch  0x00000002 , 0x00000501 
+ 00027448  0x00007388 copy  0x0000003f , 0x00000006 
+ 00027449  0x00007389 increase  0x00000001 , 0x0000003f 
+ 00027450  0x0000738a store  0x00000002 , 0x00000501 
+ 00027451  0x0000738b ifetch  0x00000001 , 0x00000006 
+ 00027452  0x0000738c fetcht  0x00000001 , 0x00004568 
+ 00027453  0x0000738d iadd  0x00000002 , 0x0000003f 
+ 00027454  0x0000738e store  0x00000001 , 0x00004568 
+ 00027455  0x00007390 call  0x00006c42 
+ 00027456  0x00007392 call  0x00006a72 
+ 00027457  0x00007393 call  0x00006c28 
+ 00027458  0x00007394 call  0x00006c4b 
+ 00027459  0x00007395 branch  0x00006b97 
+ 00027460  0x00007398 jam  0x00000009 , 0x00000a99 
+ 00027461  0x00007399 call  0x00007d86 
+ 00027462  0x0000739b call  0x00006a0d 
+ 00027463  0x0000739c fetch  0x00000001 , 0x000004fb 
+ 00027464  0x0000739d call  0x00006a26 
+ 00027465  0x0000739e store  0x00000001 , 0x000004fe 
+ 00027466  0x0000739f call  0x00006bb6 
+ 00027467  0x000073a0 branch  0x00006b97 
+ 00027468  0x000073a6 fetch  0x00000002 , 0x00000264 
+ 00027469  0x000073a7 copy  0x0000003f , 0x00000006 
+ 00027470  0x000073a8 call  0x00006ab8 
+ 00027471  0x000073a9 fetch  0x00000001 , 0x000004fc 
+ 00027472  0x000073aa beq  0x00000000 , 0x00006b52 
+ 00027473  0x000073ab branch  0x00006b86 
+ 00027474  0x000073ae bpatchx  0x000000a9 , 0x00004035 
+ 00027475  0x000073af fetch  0x00000001 , 0x000004fd 
+ 00027476  0x000073b0 beq  0x0000003f , 0x00006a7d 
+ 00027477  0x000073b1 beq  0x00000073 , 0x00006a86 
+ 00027478  0x000073b2 beq  0x000000ef , 0x00006b58 
+ 00027479  0x000073b3 branch  0x00006b97 
+ 00027480  0x000073b5 fetch  0x00000002 , 0x00000501 
+ 00027481  0x000073b6 copy  0x0000003f , 0x00000006 
+ 00027482  0x000073b7 call  0x00006ac3 
+ 00027483  0x000073b8 fetch  0x00000001 , 0x00000503 
+ 00027484  0x000073b9 beq  0x00000041 , 0x00006b61 
+ 00027485  0x000073ba beq  0x00000040 , 0x00006b61 
+ 00027486  0x000073bb beq  0x00000071 , 0x00006b6c 
+ 00027487  0x000073bc beq  0x00000070 , 0x00006b7c 
+ 00027488  0x000073bd branch  0x00006b97 
+ 00027489  0x000073c0 call  0x00006aaf 
+ 00027490  0x000073c1 fetch  0x00000001 , 0x0000455d 
+ 00027491  0x000073c2 rshift  0x0000003f , 0x0000003f 
+ 00027492  0x000073c3 fetcht  0x00000001 , 0x00004564 
+ 00027493  0x000073c4 isub  0x00000002 , 0x0000003e 
+ 00027494  0x000073c5 branch  0x00006b68 , 0x00000005 
+ 00027495  0x000073c6 branch  0x00002a8c 
+ 00027496  0x000073c8 fetch  0x00000001 , 0x00004254 
+ 00027497  0x000073c9 set1  0x00000001 , 0x0000003f 
+ 00027498  0x000073ca store  0x00000001 , 0x00004254 
+ 00027499  0x000073cb branch  0x00006b97 
+ 00027500  0x000073ce call  0x00006ab1 
+ 00027501  0x000073cf fetch  0x00000001 , 0x0000456a 
+ 00027502  0x000073d0 fetcht  0x00000001 , 0x00004564 
+ 00027503  0x000073d1 isub  0x00000002 , 0x0000003e 
+ 00027504  0x000073d2 branch  0x00006b73 , 0x00000005 
+ 00027505  0x000073d3 branch  0x00002a8c 
+ 00027506  0x000073d4 branch  0x00006b97 
+ 00027507  0x000073d6 fetch  0x00000001 , 0x00004254 
+ 00027508  0x000073d7 set1  0x00000005 , 0x0000003f 
+ 00027509  0x000073d8 set1  0x00000006 , 0x0000003f 
+ 00027510  0x000073d9 store  0x00000001 , 0x00004254 
+ 00027511  0x000073da fetcht  0x00000001 , 0x0000455d 
+ 00027512  0x000073db lshift2  0x00000002 , 0x00000002 
+ 00027513  0x000073dc or_into  0x00000003 , 0x00000002 
+ 00027514  0x000073dd call  0x00006c11 
+ 00027515  0x000073de branch  0x00006b97 
+ 00027516  0x000073e1 call  0x00006ab1 
+ 00027517  0x000073e2 fetch  0x00000001 , 0x0000456a 
+ 00027518  0x000073e3 fetcht  0x00000001 , 0x00004564 
+ 00027519  0x000073e4 isub  0x00000002 , 0x0000003e 
+ 00027520  0x000073e5 branch  0x00006b82 , 0x00000005 
+ 00027521  0x000073e6 branch  0x00002a8c 
+ 00027522  0x000073e8 fetch  0x00000001 , 0x00004254 
+ 00027523  0x000073e9 set1  0x00000007 , 0x0000003f 
+ 00027524  0x000073ea store  0x00000001 , 0x00004254 
+ 00027525  0x000073eb branch  0x00006b97 
+ 00027526  0x000073ee fetch  0x00000001 , 0x000004fc 
+ 00027527  0x000073ef fetcht  0x00000001 , 0x00004564 
+ 00027528  0x000073f0 isub  0x00000002 , 0x0000003e 
+ 00027529  0x000073f1 branch  0x00006b8c , 0x00000005 
+ 00027530  0x000073f2 branch  0x00002a8c 
+ 00027531  0x000073f3 branch  0x00006b97 
+ 00027532  0x000073f6 fetch  0x00000001 , 0x000004fd 
+ 00027533  0x000073f7 beq  0x00000073 , 0x00006b91 
+ 00027534  0x000073f8 beq  0x000000ef , 0x00006b3f 
+ 00027535  0x000073f9 beq  0x000000ff , 0x00006b37 
+ 00027536  0x000073fa beq  0x00000053 , 0x00006b96 
+ 00027537  0x000073fc fetch  0x00000001 , 0x00004254 
+ 00027538  0x000073fd set1  0x00000003 , 0x0000003f 
+ 00027539  0x000073fe store  0x00000001 , 0x00004254 
+ 00027540  0x000073ff branch  0x00006b97 
+ 00027541  0x00007401 branch  0x00006b95 
+ 00027542  0x00007403 branch  0x00006b46 
+ 00027543  0x00007405 rtn 
+ 00027544  0x00007408 fetch  0x00000001 , 0x00004567 
+ 00027545  0x00007409 rtn  0x00000034 
+ 00027546  0x0000740a beq  0x00000003 , 0x00006b9c 
+ 00027547  0x0000740b branch  0x00002a8c 
+ 00027548  0x0000740e jam  0x00000000 , 0x00004567 
+ 00027549  0x0000740f call  0x000052d2 
+ 00027550  0x00007410 arg  0x00000001 , 0x00000002 
+ 00027551  0x00007411 fetcht  0x00000001 , 0x0000455d 
+ 00027552  0x00007412 lshift2  0x00000002 , 0x00000002 
+ 00027553  0x00007414 or_into  0x00000003 , 0x00000002 
+ 00027554  0x00007415 arg  0x000000aa , 0x00000011 
+ 00027555  0x00007416 call  0x00006bfc 
+ 00027556  0x00007417 call  0x000052e0 
+ 00027557  0x00007418 copy  0x00000005 , 0x00000006 
+ 00027558  0x00007419 ifetch  0x00000002 , 0x00000006 
+ 00027559  0x0000741a branch  0x00002a8c , 0x00000034 
+ 00027560  0x0000741b rtn 
+ 00027561  0x0000741e call  0x000052e0 
+ 00027562  0x0000741f setarg  0x00000004 
+ 00027563  0x00007420 istore  0x00000002 , 0x00000005 
+ 00027564  0x00007421 fetch  0x00000002 , 0x0000424a 
+ 00027565  0x00007422 istore  0x00000002 , 0x00000005 
+ 00027566  0x00007423 fetch  0x00000001 , 0x000004fb 
+ 00027567  0x00007424 istore  0x00000001 , 0x00000005 
+ 00027568  0x00007425 bpatchx  0x000000aa , 0x00004035 
+ 00027569  0x00007426 setarg  0x0000013f 
+ 00027570  0x00007427 istore  0x00000002 , 0x00000005 
+ 00027571  0x00007428 fetch  0x00000001 , 0x000004fe 
+ 00027572  0x00007429 istore  0x00000001 , 0x00000005 
+ 00027573  0x0000742a rtn 
+ 00027574  0x0000742c call  0x000052d2 
+ 00027575  0x0000742d call  0x000052e0 
+ 00027576  0x0000742e setarg  0x00000004 
+ 00027577  0x0000742f istore  0x00000002 , 0x00000005 
+ 00027578  0x00007430 fetch  0x00000002 , 0x0000424a 
+ 00027579  0x00007431 istore  0x00000002 , 0x00000005 
+ 00027580  0x00007432 fetch  0x00000001 , 0x000004fb 
+ 00027581  0x00007433 istore  0x00000001 , 0x00000005 
+ 00027582  0x00007434 bpatchx  0x000000ab , 0x00004035 
+ 00027583  0x00007435 setarg  0x00000173 
+ 00027584  0x00007436 istore  0x00000002 , 0x00000005 
+ 00027585  0x00007437 fetch  0x00000001 , 0x000004fe 
+ 00027586  0x00007438 istore  0x00000001 , 0x00000005 
+ 00027587  0x00007439 rtn 
+ 00027588  0x0000743b call  0x000052e0 
+ 00027589  0x0000743c setarg  0x0000000e 
+ 00027590  0x0000743d istore  0x00000002 , 0x00000005 
+ 00027591  0x0000743e fetch  0x00000002 , 0x0000424a 
+ 00027592  0x0000743f istore  0x00000002 , 0x00000005 
+ 00027593  0x00007440 fetch  0x00000001 , 0x00004563 
+ 00027594  0x00007441 lshift  0x0000003f , 0x0000003f 
+ 00027595  0x00007442 set1  0x00000000 , 0x0000003f 
+ 00027596  0x00007443 istore  0x00000001 , 0x00000005 
+ 00027597  0x00007444 bpatchx  0x000000ac , 0x00004035 
+ 00027598  0x00007445 setarg  0x000015ef 
+ 00027599  0x00007446 istore  0x00000002 , 0x00000005 
+ 00027600  0x00007447 setarg  0x00001183 
+ 00027601  0x00007448 istore  0x00000002 , 0x00000005 
+ 00027602  0x00007449 copy  0x00000002 , 0x0000003f 
+ 00027603  0x0000744a istore  0x00000001 , 0x00000005 
+ 00027604  0x0000744b setarg  0x000000f0 
+ 00027605  0x0000744c istore  0x00000003 , 0x00000005 
+ 00027606  0x0000744d setarg  0x0000007f 
+ 00027607  0x0000744e istore  0x00000002 , 0x00000005 
+ 00027608  0x0000744f setarg  0x00000000 
+ 00027609  0x00007450 istore  0x00000001 , 0x00000005 
+ 00027610  0x00007451 setarg  0x00000001 
+ 00027611  0x00007452 istore  0x00000001 , 0x00000005 
+ 00027612  0x00007453 call  0x00006a2f 
+ 00027613  0x00007454 istore  0x00000001 , 0x00000005 
+ 00027614  0x00007455 jam  0x00000010 , 0x00004569 
+ 00027615  0x00007456 rtn 
+ 00027616  0x00007458 call  0x000052d2 
+ 00027617  0x00007459 call  0x000052e0 
+ 00027618  0x0000745a setarg  0x0000000e 
+ 00027619  0x0000745b istore  0x00000002 , 0x00000005 
+ 00027620  0x0000745c fetch  0x00000002 , 0x0000424a 
+ 00027621  0x0000745d istore  0x00000002 , 0x00000005 
+ 00027622  0x0000745e fetch  0x00000001 , 0x00004563 
+ 00027623  0x0000745f lshift  0x0000003f , 0x0000003f 
+ 00027624  0x00007460 set1  0x00000000 , 0x0000003f 
+ 00027625  0x00007461 istore  0x00000001 , 0x00000005 
+ 00027626  0x00007462 bpatchx  0x000000ad , 0x00004035 
+ 00027627  0x00007463 setarg  0x000015ef 
+ 00027628  0x00007464 istore  0x00000002 , 0x00000005 
+ 00027629  0x00007465 setarg  0x00001181 
+ 00027630  0x00007466 istore  0x00000002 , 0x00000005 
+ 00027631  0x00007467 fetch  0x00000001 , 0x0000455d 
+ 00027632  0x00007468 istore  0x00000001 , 0x00000005 
+ 00027633  0x00007469 setarg  0x000000e0 
+ 00027634  0x0000746a istore  0x00000003 , 0x00000005 
+ 00027635  0x0000746b fetch  0x00000002 , 0x0000456c 
+ 00027636  0x0000746c istore  0x00000002 , 0x00000005 
+ 00027637  0x0000746d setarg  0x00000000 
+ 00027638  0x0000746e istore  0x00000001 , 0x00000005 
+ 00027639  0x0000746f fetch  0x00000001 , 0x0000456e 
+ 00027640  0x00007470 istore  0x00000001 , 0x00000005 
+ 00027641  0x00007471 call  0x00006a2f 
+ 00027642  0x00007472 istore  0x00000001 , 0x00000005 
+ 00027643  0x00007473 rtn 
+ 00027644  0x00007475 call  0x000052e0 
+ 00027645  0x00007476 setarg  0x00000008 
+ 00027646  0x00007477 istore  0x00000002 , 0x00000005 
+ 00027647  0x00007478 fetch  0x00000002 , 0x0000424a 
+ 00027648  0x00007479 istore  0x00000002 , 0x00000005 
+ 00027649  0x0000747a fetch  0x00000001 , 0x00004563 
+ 00027650  0x0000747b lshift  0x0000003f , 0x0000003f 
+ 00027651  0x0000747c set1  0x00000000 , 0x0000003f 
+ 00027652  0x0000747d istore  0x00000001 , 0x00000005 
+ 00027653  0x0000747e bpatchx  0x000000ae , 0x00004035 
+ 00027654  0x0000747f setarg  0x000009ef 
+ 00027655  0x00007480 istore  0x00000002 , 0x00000005 
+ 00027656  0x00007481 setarg  0x000005e3 
+ 00027657  0x00007482 istore  0x00000002 , 0x00000005 
+ 00027658  0x00007483 copy  0x00000002 , 0x0000003f 
+ 00027659  0x00007484 istore  0x00000001 , 0x00000005 
+ 00027660  0x00007485 setarg  0x0000008d 
+ 00027661  0x00007486 istore  0x00000001 , 0x00000005 
+ 00027662  0x00007487 call  0x00006a2f 
+ 00027663  0x00007488 istore  0x00000001 , 0x00000005 
+ 00027664  0x00007489 rtn 
+ 00027665  0x0000748c call  0x000052d2 
+ 00027666  0x0000748d call  0x000052e0 
+ 00027667  0x0000748e setarg  0x00000008 
+ 00027668  0x0000748f istore  0x00000002 , 0x00000005 
+ 00027669  0x00007490 fetch  0x00000002 , 0x0000424a 
+ 00027670  0x00007491 istore  0x00000002 , 0x00000005 
+ 00027671  0x00007492 copy  0x00000002 , 0x0000000b 
+ 00027672  0x00007493 fetch  0x00000001 , 0x00004563 
+ 00027673  0x00007494 lshift  0x0000003f , 0x0000003f 
+ 00027674  0x00007495 set1  0x00000000 , 0x0000003f 
+ 00027675  0x00007496 istore  0x00000001 , 0x00000005 
+ 00027676  0x00007497 bpatchx  0x000000af , 0x00004035 
+ 00027677  0x00007498 setarg  0x000009ef 
+ 00027678  0x00007499 istore  0x00000002 , 0x00000005 
+ 00027679  0x0000749a setarg  0x000005e1 
+ 00027680  0x0000749b istore  0x00000002 , 0x00000005 
+ 00027681  0x0000749c copy  0x0000000b , 0x0000003f 
+ 00027682  0x0000749d istore  0x00000001 , 0x00000005 
+ 00027683  0x0000749e setarg  0x0000008d 
+ 00027684  0x0000749f istore  0x00000001 , 0x00000005 
+ 00027685  0x000074a0 call  0x00006a2f 
+ 00027686  0x000074a1 istore  0x00000001 , 0x00000005 
+ 00027687  0x000074a2 rtn 
+ 00027688  0x000074a5 bpatchx  0x000000b0 , 0x00004036 
+ 00027689  0x000074a6 fetch  0x00000001 , 0x00004569 
+ 00027690  0x000074a7 rtn  0x00000034 
+ 00027691  0x000074a8 hfetch  0x00000002 , 0x00008112 
+ 00027692  0x000074a9 nrtn  0x00000034 
+ 00027693  0x000074aa copy  0x00000011 , 0x0000003f 
+ 00027694  0x000074ab store  0x00000001 , 0x00000a9b 
+ 00027695  0x000074ac storet  0x00000001 , 0x00000a9a 
+ 00027696  0x000074ad call  0x0000526e 
+ 00027697  0x000074ae nrtn  0x00000034 
+ 00027698  0x000074af call  0x000052d2 
+ 00027699  0x000074b0 call  0x000052e0 
+ 00027700  0x000074b1 setarg  0x00000005 
+ 00027701  0x000074b2 istore  0x00000002 , 0x00000005 
+ 00027702  0x000074b3 fetch  0x00000002 , 0x0000424a 
+ 00027703  0x000074b4 istore  0x00000002 , 0x00000005 
+ 00027704  0x000074b5 fetch  0x00000001 , 0x0000050d 
+ 00027705  0x000074b6 istore  0x00000001 , 0x00000005 
+ 00027706  0x000074b7 setarg  0x000001ff 
+ 00027707  0x000074b8 istore  0x00000002 , 0x00000005 
+ 00027708  0x000074b9 fetch  0x00000001 , 0x00004569 
+ 00027709  0x000074ba istore  0x00000001 , 0x00000005 
+ 00027710  0x000074bb fetch  0x00000001 , 0x00004566 
+ 00027711  0x000074bc istore  0x00000001 , 0x00000005 
+ 00027712  0x000074bd jam  0x00000000 , 0x00004569 
+ 00027713  0x000074be rtn 
+ 00027714  0x000074c1 bpatchx  0x000000b1 , 0x00004036 
+ 00027715  0x000074c2 fetch  0x00000001 , 0x0000456b 
+ 00027716  0x000074c3 rtneq  0x00000001 
+ 00027717  0x000074c4 fetch  0x00000002 , 0x000004ff 
+ 00027718  0x000074c5 rtn  0x00000034 
+ 00027719  0x000074c6 fetch  0x00000001 , 0x00004569 
+ 00027720  0x000074c7 increase  0x00000001 , 0x0000003f 
+ 00027721  0x000074c8 store  0x00000001 , 0x00004569 
+ 00027722  0x000074c9 rtn 
+ 00027723  0x000074cc fetch  0x00000002 , 0x0000456f 
+ 00027724  0x000074cd branch  0x00007f9c 
+ 00027725  0x000074d0 bpatchx  0x000000b2 , 0x00004036 
+ 00027726  0x000074d2 fetch  0x00000001 , 0x00004568 
+ 00027727  0x000074d3 rtn  0x00000034 
+ 00027728  0x000074d4 increase  0xffffffff , 0x0000003f 
+ 00027729  0x000074d5 store  0x00000001 , 0x00004568 
+ 00027730  0x000074d6 fetch  0x00000002 , 0x0000455e 
+ 00027731  0x000074d7 fetcht  0x00000002 , 0x0000469f 
+ 00027732  0x000074d8 isub  0x00000002 , 0x0000003e 
+ 00027733  0x000074d9 branch  0x00006c57 , 0x00000002 
+ 00027734  0x000074da store  0x00000002 , 0x0000469f 
+ 00027735  0x000074dc fetch  0x00000001 , 0x00004569 
+ 00027736  0x000074dd branch  0x00006c5f , 0x00000034 
+ 00027737  0x000074de jam  0x00000001 , 0x00000510 
+ 00027738  0x000074df fetch  0x00000001 , 0x00004566 
+ 00027739  0x000074e0 store  0x00000001 , 0x0000050f 
+ 00027740  0x000074e1 setarg  0x000000ff 
+ 00027741  0x000074e2 store  0x00000001 , 0x0000050e 
+ 00027742  0x000074e3 branch  0x00006c64 
+ 00027743  0x000074e5 jam  0x00000000 , 0x00000510 
+ 00027744  0x000074e6 fetch  0x00000001 , 0x00004565 
+ 00027745  0x000074e7 store  0x00000001 , 0x0000050f 
+ 00027746  0x000074e8 setarg  0x000000ef 
+ 00027747  0x000074e9 store  0x00000001 , 0x0000050e 
+ 00027748  0x000074eb bpatchx  0x000000b3 , 0x00004036 
+ 00027749  0x000074ec fetch  0x00000002 , 0x0000469f 
+ 00027750  0x000074ed sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00027751  0x000074ee branch  0x00006c6b , 0x00000002 
+ 00027752  0x000074ef fetch  0x00000001 , 0x00000510 
+ 00027753  0x000074f0 increase  0x00000001 , 0x0000003f 
+ 00027754  0x000074f1 store  0x00000001 , 0x00000510 
+ 00027755  0x000074f3 call  0x00006a72 
+ 00027756  0x000074f4 fetch  0x00000002 , 0x0000469f 
+ 00027757  0x000074f5 increase  0x00000008 , 0x0000003f 
+ 00027758  0x000074f6 fetcht  0x00000001 , 0x00000510 
+ 00027759  0x000074f7 iadd  0x00000002 , 0x00000011 
+ 00027760  0x000074f9 call  0x00005240 
+ 00027761  0x000074fa store  0x00000002 , 0x00000277 
+ 00027762  0x000074fb increase  0x00000004 , 0x0000003f 
+ 00027763  0x000074fc store  0x00000002 , 0x00000279 
+ 00027764  0x000074fd copy  0x0000003f , 0x00000005 
+ 00027765  0x000074fe fetch  0x00000001 , 0x0000050d 
+ 00027766  0x000074ff istore  0x00000001 , 0x00000005 
+ 00027767  0x00007500 fetch  0x00000001 , 0x0000050e 
+ 00027768  0x00007501 istore  0x00000001 , 0x00000005 
+ 00027769  0x00007502 call  0x00006c95 
+ 00027770  0x00007503 call  0x00006ca6 
+ 00027771  0x00007504 bpatchx  0x000000b4 , 0x00004036 
+ 00027772  0x00007505 fetch  0x00000002 , 0x00004571 
+ 00027773  0x00007506 copy  0x0000003f , 0x00000003 
+ 00027774  0x00007507 fetch  0x00000002 , 0x0000469f 
+ 00027775  0x00007508 copy  0x0000003f , 0x00000039 
+ 00027776  0x00007509 call  0x000066ea 
+ 00027777  0x0000750a copy  0x00000005 , 0x00000002 
+ 00027778  0x0000750b copy  0x00000003 , 0x0000003f 
+ 00027779  0x0000750c store  0x00000002 , 0x00004571 
+ 00027780  0x0000750d copy  0x00000002 , 0x00000005 
+ 00027781  0x0000750e fetch  0x00000001 , 0x0000050f 
+ 00027782  0x0000750f istore  0x00000001 , 0x00000005 
+ 00027783  0x00007510 fetch  0x00000002 , 0x00000277 
+ 00027784  0x00007511 copy  0x0000003f , 0x00000005 
+ 00027785  0x00007512 fetch  0x00000002 , 0x0000469f 
+ 00027786  0x00007513 fetcht  0x00000001 , 0x00000510 
+ 00027787  0x00007514 iadd  0x00000002 , 0x0000003f 
+ 00027788  0x00007515 increase  0x00000004 , 0x0000003f 
+ 00027789  0x00007516 istore  0x00000002 , 0x00000005 
+ 00027790  0x00007517 fetch  0x00000002 , 0x0000424a 
+ 00027791  0x00007518 istore  0x00000002 , 0x00000005 
+ 00027792  0x00007519 jam  0x00000000 , 0x00004569 
+ 00027793  0x0000751a fetch  0x00000002 , 0x00004573 
+ 00027794  0x0000751b beq  0x00000000 , 0x00003a97 
+ 00027795  0x0000751c jam  0x00000000 , 0x00000b05 
+ 00027796  0x0000751d rtn 
+ 00027797  0x00007520 bpatchx  0x000000b5 , 0x00004036 
+ 00027798  0x00007521 fetch  0x00000002 , 0x0000469f 
+ 00027799  0x00007522 sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00027800  0x00007523 nbranch  0x00006c9d , 0x00000002 
+ 00027801  0x00007524 lshift  0x0000003f , 0x0000003f 
+ 00027802  0x00007525 set1  0x00000000 , 0x0000003f 
+ 00027803  0x00007526 istore  0x00000001 , 0x00000005 
+ 00027804  0x00007527 rtn 
+ 00027805  0x00007529 fetch  0x00000002 , 0x0000469f 
+ 00027806  0x0000752a rshift3  0x0000003f , 0x0000003f 
+ 00027807  0x0000752b rshift4  0x0000003f , 0x00000002 
+ 00027808  0x0000752c and_into  0x0000007f , 0x0000003f 
+ 00027809  0x0000752d lshift  0x0000003f , 0x0000003f 
+ 00027810  0x0000752e set0  0x00000000 , 0x0000003f 
+ 00027811  0x0000752f istore  0x00000001 , 0x00000005 
+ 00027812  0x00007530 istoret  0x00000001 , 0x00000005 
+ 00027813  0x00007531 rtn 
+ 00027814  0x00007533 fetch  0x00000001 , 0x00004569 
+ 00027815  0x00007534 rtn  0x00000034 
+ 00027816  0x00007535 istore  0x00000001 , 0x00000005 
+ 00027817  0x00007536 rtn 
+ 00027818  0x0000753c bpatchx  0x000000b6 , 0x00004036 
+ 00027819  0x0000753d call  0x00007d9c 
+ 00027820  0x0000753e call  0x000032f6 
+ 00027821  0x0000753f call  0x0000631b 
+ 00027822  0x00007541 bpatchx  0x000000b7 , 0x00004036 
+ 00027823  0x00007542 call  0x000076dc 
+ 00027824  0x00007543 call  0x000076b5 
+ 00027825  0x00007544 call  0x000076c6 
+ 00027826  0x00007547 call  0x0000526e 
+ 00027827  0x00007548 nrtn  0x00000034 
+ 00027828  0x0000754a call  0x00004da9 
+ 00027829  0x0000754b call  0x0000526e 
+ 00027830  0x0000754c nrtn  0x00000034 
+ 00027831  0x0000754d bpatchx  0x000000b8 , 0x00004037 
+ 00027832  0x0000754f call  0x00006cf5 
+ 00027833  0x00007550 call  0x00004f64 
+ 00027834  0x00007551 call  0x00006b98 
+ 00027835  0x00007553 call  0x00006cbe 
+ 00027836  0x00007554 bpatchx  0x000000b9 , 0x00004037 
+ 00027837  0x00007557 branch  0x000032f2 
+ 00027838  0x0000755a fetch  0x00000001 , 0x0000027f 
+ 00027839  0x0000755b bbit1  0x00000000 , 0x00005087 
+ 00027840  0x0000755c bbit1  0x00000007 , 0x00005091 
+ 00027841  0x0000755d rtn 
+ 00027842  0x00007560 bpatchx  0x000000ba , 0x00004037 
+ 00027843  0x00007561 call  0x00005274 
+ 00027844  0x00007562 rtn  0x00000034 
+ 00027845  0x00007563 fetch  0x00000001 , 0x0000004b 
+ 00027846  0x00007564 rtnbit1  0x00000006 
+ 00027847  0x00007565 call  0x00005258 
+ 00027848  0x00007566 store  0x00000002 , 0x0000016f 
+ 00027849  0x00007567 copy  0x0000003f , 0x00000006 
+ 00027850  0x00007568 ifetch  0x00000002 , 0x00000006 
+ 00027851  0x00007569 increase  0x00000004 , 0x0000003f 
+ 00027852  0x0000756a store  0x00000002 , 0x000041dc 
+ 00027853  0x0000756b jam  0x00000006 , 0x000041db 
+ 00027854  0x0000756c bpatchx  0x000000bb , 0x00004037 
+ 00027855  0x0000756d fetch  0x00000002 , 0x00004246 
+ 00027856  0x0000756e branch  0x00006cdd , 0x00000034 
+ 00027857  0x0000756f fetch  0x00000001 , 0x0000004b 
+ 00027858  0x00007570 rtnbit0  0x00000007 
+ 00027859  0x00007571 set0  0x00000007 , 0x0000003f 
+ 00027860  0x00007572 store  0x00000001 , 0x0000004b 
+ 00027861  0x00007573 jam  0x00000005 , 0x000041db 
+ 00027862  0x00007574 fetcht  0x00000002 , 0x00004246 
+ 00027863  0x00007575 fetch  0x00000002 , 0x0000016f 
+ 00027864  0x00007576 iadd  0x00000002 , 0x0000003f 
+ 00027865  0x00007577 store  0x00000002 , 0x0000016f 
+ 00027866  0x00007578 fetch  0x00000002 , 0x000041dc 
+ 00027867  0x00007579 isub  0x00000002 , 0x0000003f 
+ 00027868  0x0000757a store  0x00000002 , 0x000041dc 
+ 00027869  0x0000757c bpatchx  0x000000bc , 0x00004037 
+ 00027870  0x0000757d fetch  0x00000002 , 0x000041dc 
+ 00027871  0x0000757e branch  0x00002a8c , 0x00000034 
+ 00027872  0x0000757f arg  0x00000104 , 0x00000002 
+ 00027873  0x00007580 isub  0x00000002 , 0x0000003f 
+ 00027874  0x00007581 nbranch  0x00006ce9 , 0x00000002 
+ 00027875  0x00007582 bpatchx  0x000000bd , 0x00004037 
+ 00027876  0x00007583 storet  0x00000002 , 0x000041dc 
+ 00027877  0x00007584 fetch  0x00000002 , 0x00004246 
+ 00027878  0x00007585 iadd  0x00000002 , 0x0000003f 
+ 00027879  0x00007586 store  0x00000002 , 0x00004246 
+ 00027880  0x00007587 branch  0x00006ceb 
+ 00027881  0x00007589 setarg  0x00000000 
+ 00027882  0x0000758a store  0x00000002 , 0x00004246 
+ 00027883  0x0000758c fetch  0x00000001 , 0x0000004b 
+ 00027884  0x0000758d set1  0x00000006 , 0x0000003f 
+ 00027885  0x0000758e store  0x00000001 , 0x0000004b 
+ 00027886  0x0000758f rtn 
+ 00027887  0x00007592 fetch  0x00000001 , 0x00004684 
+ 00027888  0x00007593 bbit1  0x00000000 , 0x00006cf3 
+ 00027889  0x00007594 jam  0x00000001 , 0x00000287 
+ 00027890  0x00007595 rtn 
+ 00027891  0x00007597 jam  0x0000000f , 0x00000287 
+ 00027892  0x00007598 rtn 
+ 00027893  0x0000759b fetch  0x00000001 , 0x00004681 
+ 00027894  0x0000759c nbranch  0x00006cfb , 0x00000034 
+ 00027895  0x0000759e fetch  0x00000001 , 0x00000286 
+ 00027896  0x000075a0 rtn  0x00000034 
+ 00027897  0x000075a2 jam  0x00000000 , 0x00000286 
+ 00027898  0x000075a4 rtn 
+ 00027899  0x000075a8 bpatchx  0x000000be , 0x00004037 
+ 00027900  0x000075a9 fetch  0x00000001 , 0x00000287 
+ 00027901  0x000075aa rtn  0x00000034 
+ 00027902  0x000075ab beq  0x00000001 , 0x00006d1b 
+ 00027903  0x000075ac beq  0x00000002 , 0x00006d74 
+ 00027904  0x000075ad beq  0x00000003 , 0x00006d21 
+ 00027905  0x000075ae beq  0x00000004 , 0x00006d78 
+ 00027906  0x000075af beq  0x0000003b , 0x00006d2b 
+ 00027907  0x000075b0 beq  0x0000003c , 0x00006d7b 
+ 00027908  0x000075b1 beq  0x0000000d , 0x00006d30 
+ 00027909  0x000075b2 beq  0x0000000e , 0x00006d80 
+ 00027910  0x000075b3 beq  0x0000000f , 0x00006d33 
+ 00027911  0x000075b4 beq  0x00000010 , 0x00006d86 
+ 00027912  0x000075b5 beq  0x00000011 , 0x00006d39 
+ 00027913  0x000075b6 beq  0x00000012 , 0x00006d8a 
+ 00027914  0x000075b7 beq  0x00000013 , 0x00006d3f 
+ 00027915  0x000075b8 beq  0x00000014 , 0x00006d8e 
+ 00027916  0x000075b9 beq  0x00000015 , 0x00006d45 
+ 00027917  0x000075ba beq  0x00000016 , 0x00006d92 
+ 00027918  0x000075bb beq  0x00000017 , 0x00006d4b 
+ 00027919  0x000075bc beq  0x00000018 , 0x00006d97 
+ 00027920  0x000075bd beq  0x00000019 , 0x00006d51 
+ 00027921  0x000075be beq  0x0000001a , 0x00006d9b 
+ 00027922  0x000075bf beq  0x0000001b , 0x00006d57 
+ 00027923  0x000075c0 beq  0x0000001c , 0x00006d9f 
+ 00027924  0x000075c1 beq  0x0000001d , 0x00006d5d 
+ 00027925  0x000075c2 beq  0x0000001e , 0x00006da4 
+ 00027926  0x000075c3 beq  0x0000001f , 0x00006d63 
+ 00027927  0x000075c4 beq  0x00000020 , 0x00006da8 
+ 00027928  0x000075c5 beq  0x00000021 , 0x00006d6e 
+ 00027929  0x000075c6 beq  0x00000022 , 0x00006dac 
+ 00027930  0x000075c8 rtn 
+ 00027931  0x000075ca call  0x00006db7 
+ 00027932  0x000075cb jam  0x00000002 , 0x00000287 
+ 00027933  0x000075cc fetch  0x00000001 , 0x00004250 
+ 00027934  0x000075cd set1  0x00000000 , 0x0000003f 
+ 00027935  0x000075ce store  0x00000001 , 0x00004250 
+ 00027936  0x000075cf rtn 
+ 00027937  0x000075d1 jam  0x00000004 , 0x00000287 
+ 00027938  0x000075d2 fetch  0x00000001 , 0x00004250 
+ 00027939  0x000075d3 rtnbit1  0x00000002 
+ 00027940  0x000075d4 jam  0x00000003 , 0x00000287 
+ 00027941  0x000075d5 call  0x00006dbe 
+ 00027942  0x000075d6 jam  0x00000004 , 0x00000287 
+ 00027943  0x000075d7 fetch  0x00000001 , 0x00004250 
+ 00027944  0x000075d8 set1  0x00000002 , 0x0000003f 
+ 00027945  0x000075d9 store  0x00000001 , 0x00004250 
+ 00027946  0x000075da rtn 
+ 00027947  0x000075dc call  0x00005274 
+ 00027948  0x000075dd nrtn  0x00000034 
+ 00027949  0x000075de call  0x00006dcd 
+ 00027950  0x000075df jam  0x0000003c , 0x00000287 
+ 00027951  0x000075e0 rtn 
+ 00027952  0x000075e2 call  0x00006dc3 
+ 00027953  0x000075e3 jam  0x0000000e , 0x00000287 
+ 00027954  0x000075e4 rtn 
+ 00027955  0x000075e6 call  0x00006ddd 
+ 00027956  0x000075e7 jam  0x00000010 , 0x00000287 
+ 00027957  0x000075e8 fetch  0x00000001 , 0x00004252 
+ 00027958  0x000075e9 set1  0x00000000 , 0x0000003f 
+ 00027959  0x000075ea store  0x00000001 , 0x00004252 
+ 00027960  0x000075eb rtn 
+ 00027961  0x000075ed call  0x00006de4 
+ 00027962  0x000075ee jam  0x00000012 , 0x00000287 
+ 00027963  0x000075ef fetch  0x00000001 , 0x00004252 
+ 00027964  0x000075f0 set1  0x00000002 , 0x0000003f 
+ 00027965  0x000075f1 store  0x00000001 , 0x00004252 
+ 00027966  0x000075f2 rtn 
+ 00027967  0x000075f4 call  0x00006de9 
+ 00027968  0x000075f5 jam  0x00000014 , 0x00000287 
+ 00027969  0x000075f6 fetch  0x00000001 , 0x00004253 
+ 00027970  0x000075f7 set1  0x00000000 , 0x0000003f 
+ 00027971  0x000075f8 store  0x00000001 , 0x00004253 
+ 00027972  0x000075f9 rtn 
+ 00027973  0x000075fb call  0x00006df0 
+ 00027974  0x000075fc jam  0x00000016 , 0x00000287 
+ 00027975  0x000075fd fetch  0x00000001 , 0x00004253 
+ 00027976  0x000075fe set1  0x00000002 , 0x0000003f 
+ 00027977  0x000075ff store  0x00000001 , 0x00004253 
+ 00027978  0x00007600 rtn 
+ 00027979  0x00007602 call  0x00006dd1 
+ 00027980  0x00007603 jam  0x00000018 , 0x00000287 
+ 00027981  0x00007604 fetch  0x00000001 , 0x00004251 
+ 00027982  0x00007605 set1  0x00000000 , 0x0000003f 
+ 00027983  0x00007606 store  0x00000001 , 0x00004251 
+ 00027984  0x00007607 rtn 
+ 00027985  0x00007609 call  0x00006dd8 
+ 00027986  0x0000760a jam  0x0000001a , 0x00000287 
+ 00027987  0x0000760b fetch  0x00000001 , 0x00004251 
+ 00027988  0x0000760c set1  0x00000002 , 0x0000003f 
+ 00027989  0x0000760d store  0x00000001 , 0x00004251 
+ 00027990  0x0000760e rtn 
+ 00027991  0x00007610 call  0x00006df5 
+ 00027992  0x00007611 jam  0x0000001c , 0x00000287 
+ 00027993  0x00007612 fetch  0x00000001 , 0x00004251 
+ 00027994  0x00007613 set1  0x00000006 , 0x0000003f 
+ 00027995  0x00007614 store  0x00000001 , 0x00004251 
+ 00027996  0x00007615 rtn 
+ 00027997  0x00007617 call  0x00006dfc 
+ 00027998  0x00007618 fetch  0x00000001 , 0x00004254 
+ 00027999  0x00007619 set1  0x00000000 
+ 00028000  0x0000761a store  0x00000001 , 0x00004254 
+ 00028001  0x0000761b jam  0x0000001e , 0x00000287 
+ 00028002  0x0000761c rtn 
+ 00028003  0x0000761e call  0x00006e02 
+ 00028004  0x0000761f fetch  0x00000001 , 0x00004254 
+ 00028005  0x00007620 set1  0x00000002 
+ 00028006  0x00007621 store  0x00000001 , 0x00004254 
+ 00028007  0x00007622 jam  0x00000020 , 0x00000287 
+ 00028008  0x00007623 fetch  0x00000001 , 0x00004564 
+ 00028009  0x00007624 lshift3  0x0000003f , 0x0000003f 
+ 00028010  0x00007625 or_into  0x00000003 , 0x0000003f 
+ 00028011  0x00007626 arg  0x00004565 , 0x00000002 
+ 00028012  0x00007627 storet  0x00000002 , 0x000004f7 
+ 00028013  0x00007628 branch  0x00006a35 
+ 00028014  0x0000762a call  0x00006e0c 
+ 00028015  0x0000762b fetch  0x00000001 , 0x00004254 
+ 00028016  0x0000762c set1  0x00000004 
+ 00028017  0x0000762d store  0x00000001 , 0x00004254 
+ 00028018  0x0000762e jam  0x00000022 , 0x00000287 
+ 00028019  0x0000762f rtn 
+ 00028020  0x00007632 fetch  0x00000001 , 0x00004250 
+ 00028021  0x00007633 rtnbit0  0x00000001 
+ 00028022  0x00007634 jam  0x00000003 , 0x00000287 
+ 00028023  0x00007635 branch  0x00006cfb 
+ 00028024  0x00007637 fetch  0x00000001 , 0x00004250 
+ 00028025  0x00007638 rtnne  0x0000003f 
+ 00028026  0x00007639 jam  0x0000003b , 0x00000287 
+ 00028027  0x0000763b fetch  0x00000001 , 0x00000285 
+ 00028028  0x0000763c rtnne  0x00000017 
+ 00028029  0x0000763d jam  0x00000000 , 0x00000285 
+ 00028030  0x0000763e jam  0x0000000d , 0x00000287 
+ 00028031  0x0000763f branch  0x00006cfb 
+ 00028032  0x00007641 fetch  0x00000001 , 0x00004250 
+ 00028033  0x00007642 nrtn  0x00000034 
+ 00028034  0x00007643 fetch  0x00000001 , 0x00004684 
+ 00028035  0x00007644 bbit1  0x00000000 , 0x00006daf 
+ 00028036  0x00007645 bbit1  0x00000006 , 0x00006db1 
+ 00028037  0x00007646 branch  0x00006db5 
+ 00028038  0x00007648 fetch  0x00000001 , 0x00004252 
+ 00028039  0x00007649 rtnbit0  0x00000001 
+ 00028040  0x0000764a jam  0x00000011 , 0x00000287 
+ 00028041  0x0000764b branch  0x00006cfb 
+ 00028042  0x0000764d fetch  0x00000001 , 0x00004252 
+ 00028043  0x0000764e rtnne  0x0000003f 
+ 00028044  0x0000764f jam  0x00000013 , 0x00000287 
+ 00028045  0x00007650 branch  0x00006cfb 
+ 00028046  0x00007652 fetch  0x00000001 , 0x00004253 
+ 00028047  0x00007653 rtnbit0  0x00000001 
+ 00028048  0x00007654 jam  0x00000015 , 0x00000287 
+ 00028049  0x00007655 branch  0x00006cfb 
+ 00028050  0x00007657 fetch  0x00000001 , 0x00004253 
+ 00028051  0x00007658 rtnne  0x0000003f 
+ 00028052  0x00007659 fetch  0x00000001 , 0x00004684 
+ 00028053  0x0000765a bbit1  0x00000006 , 0x00006db1 
+ 00028054  0x0000765b branch  0x00006db5 
+ 00028055  0x0000765d fetch  0x00000001 , 0x00004251 
+ 00028056  0x0000765e rtnbit0  0x00000001 
+ 00028057  0x0000765f jam  0x00000019 , 0x00000287 
+ 00028058  0x00007660 branch  0x00006cfb 
+ 00028059  0x00007662 fetch  0x00000001 , 0x00004251 
+ 00028060  0x00007663 rtnne  0x0000003f 
+ 00028061  0x00007664 jam  0x0000001b , 0x00000287 
+ 00028062  0x00007665 branch  0x00006cfb 
+ 00028063  0x00007667 fetch  0x00000001 , 0x00004251 
+ 00028064  0x00007668 rtnne  0x000000ff 
+ 00028065  0x00007669 fetch  0x00000001 , 0x00004684 
+ 00028066  0x0000766a bbit1  0x00000006 , 0x00006db3 
+ 00028067  0x0000766b branch  0x00006db5 
+ 00028068  0x0000766d fetch  0x00000001 , 0x00004254 
+ 00028069  0x0000766e rtnbit0  0x00000001 
+ 00028070  0x0000766f jam  0x0000001f , 0x00000287 
+ 00028071  0x00007670 branch  0x00006cfb 
+ 00028072  0x00007672 fetch  0x00000001 , 0x00004254 
+ 00028073  0x00007673 rtnbit0  0x00000003 
+ 00028074  0x00007674 jam  0x00000021 , 0x00000287 
+ 00028075  0x00007675 branch  0x00006cfb 
+ 00028076  0x00007677 fetch  0x00000001 , 0x00004254 
+ 00028077  0x00007678 rtnne  0x000000ff 
+ 00028078  0x00007679 branch  0x00006db5 
+ 00028079  0x0000767c jam  0x0000000f , 0x00000287 
+ 00028080  0x0000767d branch  0x00006cfb 
+ 00028081  0x00007680 jam  0x00000017 , 0x00000287 
+ 00028082  0x00007681 branch  0x00006cfb 
+ 00028083  0x00007683 jam  0x0000001d , 0x00000287 
+ 00028084  0x00007684 branch  0x00006cfb 
+ 00028085  0x00007689 jam  0x00000000 , 0x00000287 
+ 00028086  0x0000768a rtn 
+ 00028087  0x0000768c bpatchx  0x000000bf , 0x00004037 
+ 00028088  0x0000768d call  0x000052b8 
+ 00028089  0x0000768e setarg  0x00000001 
+ 00028090  0x0000768f copy  0x0000003f , 0x00000002 
+ 00028091  0x00007690 setarg  0x00000050 
+ 00028092  0x00007691 copy  0x0000003f , 0x0000000b 
+ 00028093  0x00007692 branch  0x000050a8 
+ 00028094  0x00007695 bpatchx  0x000000c0 , 0x00004038 
+ 00028095  0x00007696 call  0x000052b8 
+ 00028096  0x00007697 fetch  0x00000002 , 0x00004248 
+ 00028097  0x00007698 copy  0x0000003f , 0x00000002 
+ 00028098  0x00007699 branch  0x000050b7 
+ 00028099  0x0000769c bpatchx  0x000000c1 , 0x00004038 
+ 00028100  0x0000769d call  0x000052b8 
+ 00028101  0x0000769e fetch  0x00000002 , 0x00004248 
+ 00028102  0x0000769f copy  0x0000003f , 0x00000002 
+ 00028103  0x000076a0 arg  0x00000050 , 0x0000000b 
+ 00028104  0x000076a1 call  0x000050cc 
+ 00028105  0x000076a2 fetch  0x00000001 , 0x00004250 
+ 00028106  0x000076a3 set0  0x00000005 , 0x0000003f 
+ 00028107  0x000076a4 store  0x00000001 , 0x00004250 
+ 00028108  0x000076a5 rtn 
+ 00028109  0x000076a8 bpatchx  0x000000c2 , 0x00004038 
+ 00028110  0x000076a9 call  0x000052c5 
+ 00028111  0x000076aa call  0x00007138 
+ 00028112  0x000076ab branch  0x000050e7 
+ 00028113  0x000076ae bpatchx  0x000000c3 , 0x00004038 
+ 00028114  0x000076af call  0x000052b8 
+ 00028115  0x000076b0 setarg  0x00000003 
+ 00028116  0x000076b1 copy  0x0000003f , 0x00000002 
+ 00028117  0x000076b2 setarg  0x00000051 
+ 00028118  0x000076b3 copy  0x0000003f , 0x0000000b 
+ 00028119  0x000076b4 branch  0x000050a8 
+ 00028120  0x000076b7 bpatchx  0x000000c4 , 0x00004038 
+ 00028121  0x000076b8 call  0x000052b8 
+ 00028122  0x000076b9 fetch  0x00000002 , 0x0000424a 
+ 00028123  0x000076ba copy  0x0000003f , 0x00000002 
+ 00028124  0x000076bb branch  0x000050b7 
+ 00028125  0x000076be bpatchx  0x000000c5 , 0x00004038 
+ 00028126  0x000076bf call  0x000052b8 
+ 00028127  0x000076c0 setarg  0x00000011 
+ 00028128  0x000076c1 copy  0x0000003f , 0x00000002 
+ 00028129  0x000076c2 setarg  0x00000052 
+ 00028130  0x000076c3 copy  0x0000003f , 0x0000000b 
+ 00028131  0x000076c4 branch  0x000050a8 
+ 00028132  0x000076c7 bpatchx  0x000000c6 , 0x00004038 
+ 00028133  0x000076c8 call  0x000052b8 
+ 00028134  0x000076c9 fetch  0x00000002 , 0x0000424c 
+ 00028135  0x000076ca copy  0x0000003f , 0x00000002 
+ 00028136  0x000076cb branch  0x000050b7 
+ 00028137  0x000076ce bpatchx  0x000000c7 , 0x00004038 
+ 00028138  0x000076cf call  0x000052b8 
+ 00028139  0x000076d0 setarg  0x00000013 
+ 00028140  0x000076d1 copy  0x0000003f , 0x00000002 
+ 00028141  0x000076d2 setarg  0x00000053 
+ 00028142  0x000076d3 copy  0x0000003f , 0x0000000b 
+ 00028143  0x000076d4 branch  0x000050a8 
+ 00028144  0x000076d7 bpatchx  0x000000c8 , 0x00004039 
+ 00028145  0x000076d8 call  0x000052b8 
+ 00028146  0x000076d9 fetch  0x00000002 , 0x0000424e 
+ 00028147  0x000076da copy  0x0000003f , 0x00000002 
+ 00028148  0x000076db branch  0x000050b7 
+ 00028149  0x000076de bpatchx  0x000000c9 , 0x00004039 
+ 00028150  0x000076df call  0x000052d2 
+ 00028151  0x000076e1 jam  0x00000003 , 0x000004fb 
+ 00028152  0x000076e2 jam  0x0000001c , 0x000004fe 
+ 00028153  0x000076e3 call  0x00006ba9 
+ 00028154  0x000076e4 jam  0x00000001 , 0x00004563 
+ 00028155  0x000076e5 rtn 
+ 00028156  0x000076e8 bpatchx  0x000000ca , 0x00004039 
+ 00028157  0x000076e9 call  0x000052d2 
+ 00028158  0x000076ea fetcht  0x00000001 , 0x00004564 
+ 00028159  0x000076eb call  0x00006a79 
+ 00028160  0x000076ec storet  0x00000001 , 0x0000455d 
+ 00028161  0x000076ed branch  0x00006bc4 
+ 00028162  0x000076f0 bpatchx  0x000000cb , 0x00004039 
+ 00028163  0x000076f1 call  0x000052d2 
+ 00028164  0x000076f2 fetcht  0x00000001 , 0x0000455d 
+ 00028165  0x000076f3 call  0x00006a73 
+ 00028166  0x000076f4 call  0x00006a1a 
+ 00028167  0x000076f5 store  0x00000001 , 0x000004fe 
+ 00028168  0x000076f6 fetcht  0x00000001 , 0x0000455d 
+ 00028169  0x000076f7 call  0x00006a73 
+ 00028170  0x000076f8 storet  0x00000001 , 0x000004fb 
+ 00028171  0x000076f9 branch  0x00006ba9 
+ 00028172  0x000076fc bpatchx  0x000000cc , 0x00004039 
+ 00028173  0x000076fd call  0x000052d2 
+ 00028174  0x000076fe fetcht  0x00000001 , 0x0000455d 
+ 00028175  0x000076ff call  0x00006a73 
+ 00028176  0x00007700 branch  0x00006bfc 
+ 00028177  0x0000770e bpatchx  0x000000cd , 0x00004039 
+ 00028178  0x0000770f fetch  0x00000002 , 0x00000264 
+ 00028179  0x00007710 iforce  0x00000006 
+ 00028180  0x00007713 ifetch  0x00000001 , 0x00000006 
+ 00028181  0x00007714 copy  0x0000003f , 0x00000012 
+ 00028182  0x00007715 store  0x00000001 , 0x0000051b 
+ 00028183  0x00007716 ifetch  0x00000002 , 0x00000006 
+ 00028184  0x00007717 store  0x00000002 , 0x0000051c 
+ 00028185  0x00007718 ifetch  0x00000001 , 0x00000006 
+ 00028186  0x00007719 lshift8  0x0000003f , 0x0000000b 
+ 00028187  0x0000771a ifetch  0x00000001 , 0x00000006 
+ 00028188  0x0000771b iadd  0x0000000b , 0x0000000b 
+ 00028189  0x0000771c bpatchx  0x000000ce , 0x00004039 
+ 00028190  0x0000771d copy  0x00000006 , 0x00000002 
+ 00028191  0x0000771e arg  0x00000004 , 0x00000039 
+ 00028192  0x0000771f arg  0x0000052a , 0x00000005 
+ 00028193  0x00007720 call  0x00007ec6 
+ 00028194  0x00007721 copy  0x00000002 , 0x00000006 
+ 00028195  0x00007722 deposit  0x00000012 
+ 00028196  0x00007723 beq  0x00000001 , 0x00006fba 
+ 00028197  0x00007724 beq  0x00000002 , 0x00006e2c 
+ 00028198  0x00007725 beq  0x00000003 , 0x00006fba 
+ 00028199  0x00007726 beq  0x00000004 , 0x00006e54 
+ 00028200  0x00007727 beq  0x00000005 , 0x00006fba 
+ 00028201  0x00007728 beq  0x00000006 , 0x00006f02 
+ 00028202  0x00007729 beq  0x00000007 , 0x00006fba 
+ 00028203  0x0000772a branch  0x00006fc1 
+ 00028204  0x00007736 bpatchx  0x000000cf , 0x00004039 
+ 00028205  0x00007737 call  0x00006fd0 
+ 00028206  0x00007738 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00028207  0x00007739 branch  0x00007040 , 0x00000001 
+ 00028208  0x0000773a compare  0x000000ff , 0x00000002 , 0x000000ff 
+ 00028209  0x0000773b branch  0x00006fc4 , 0x00000001 
+ 00028210  0x0000773d ifetch  0x00000002 , 0x00000006 
+ 00028211  0x0000773e store  0x00000002 , 0x00000522 
+ 00028212  0x0000773f increase  0xfffffffe , 0x0000000b 
+ 00028213  0x00007741 increase  0xffffffff , 0x0000000b 
+ 00028214  0x00007742 nbranch  0x00006fbe , 0x00000005 
+ 00028215  0x00007743 arg  0x00000511 , 0x0000000b 
+ 00028216  0x00007744 ifetch  0x00000002 , 0x0000000b 
+ 00028217  0x00007745 rtn  0x00000034 
+ 00028218  0x00007746 call  0x00007082 
+ 00028219  0x00007747 call  0x000052d0 
+ 00028220  0x00007748 force  0x00000003 , 0x0000003f 
+ 00028221  0x00007749 istore  0x00000001 , 0x00000005 
+ 00028222  0x0000774a fetch  0x00000002 , 0x0000051c 
+ 00028223  0x0000774b istore  0x00000002 , 0x00000005 
+ 00028224  0x0000774c lshift2  0x00000007 , 0x0000003f 
+ 00028225  0x0000774d add  0x0000003f , 0x00000005 , 0x0000003f 
+ 00028226  0x0000774e add  0x0000003f , 0x00000005 , 0x00000013 
+ 00028227  0x0000774f byteswap  0x0000003f , 0x0000003f 
+ 00028228  0x00007750 istore  0x00000002 , 0x00000005 
+ 00028229  0x00007751 deposit  0x00000007 
+ 00028230  0x00007752 byteswap  0x0000003f , 0x0000003f 
+ 00028231  0x00007753 istore  0x00000002 , 0x00000005 
+ 00028232  0x00007754 istore  0x00000002 , 0x00000005 
+ 00028233  0x00007755 arg  0x0000052a , 0x00000006 
+ 00028234  0x00007756 copy  0x00000007 , 0x00000039 
+ 00028235  0x00007757 branch  0x00006e4f , 0x00000005 
+ 00028236  0x00007759 ifetch  0x00000004 , 0x00000006 
+ 00028237  0x0000775a istore  0x00000004 , 0x00000005 
+ 00028238  0x0000775b loop  0x00006e4c 
+ 00028239  0x0000775d force  0x00000000 , 0x0000003f 
+ 00028240  0x0000775e istore  0x00000001 , 0x00000005 
+ 00028241  0x0000775f deposit  0x00000013 
+ 00028242  0x00007760 store  0x00000002 , 0x00000275 
+ 00028243  0x00007762 rtn 
+ 00028244  0x0000776e bpatchx  0x000000d0 , 0x0000403a 
+ 00028245  0x0000776f ifetch  0x00000004 , 0x00000006 
+ 00028246  0x00007770 store  0x00000004 , 0x00000524 
+ 00028247  0x00007771 increase  0xfffffffc , 0x0000000b 
+ 00028248  0x00007772 call  0x00006f2e 
+ 00028249  0x00007773 store  0x00000002 , 0x00000520 
+ 00028250  0x00007774 increase  0xfffffffe , 0x0000000b 
+ 00028251  0x00007775 call  0x00007028 
+ 00028252  0x00007776 branch  0x00006fc4 , 0x00000005 
+ 00028253  0x00007777 compare  0x00000005 , 0x00000011 , 0x000000ff 
+ 00028254  0x00007779 branch  0x00006e62 , 0x00000001 
+ 00028255  0x0000777b arg  0x0000052a , 0x00000005 
+ 00028256  0x0000777c force  0x00000000 , 0x00000007 
+ 00028257  0x0000777d branch  0x00006e71 
+ 00028258  0x0000777f ifetch  0x00000001 , 0x00000006 
+ 00028259  0x00007780 bne  0x0000000a , 0x00006fc4 
+ 00028260  0x00007781 ifetch  0x00000002 , 0x00000006 
+ 00028261  0x00007782 nbranch  0x00006e6f , 0x00000034 
+ 00028262  0x00007783 ifetch  0x00000001 , 0x00000006 
+ 00028263  0x00007784 bne  0x000000ff , 0x00006e6d 
+ 00028264  0x00007785 ifetch  0x00000001 , 0x00000006 
+ 00028265  0x00007786 bne  0x000000ff , 0x00006e6b 
+ 00028266  0x00007787 branch  0x00006eb8 
+ 00028267  0x00007789 increase  0xfffffffb , 0x00000006 
+ 00028268  0x0000778a branch  0x00006e5f 
+ 00028269  0x0000778c increase  0xfffffffc , 0x00000006 
+ 00028270  0x0000778d branch  0x00006e5f 
+ 00028271  0x0000778f increase  0xfffffffd , 0x00000006 
+ 00028272  0x00007790 branch  0x00006e5f 
+ 00028273  0x00007792 ifetch  0x00000001 , 0x00000006 
+ 00028274  0x00007793 beq  0x00000009 , 0x00006e86 
+ 00028275  0x00007794 beq  0x0000000a , 0x00006e74 
+ 00028276  0x00007796 ifetch  0x00000002 , 0x00000006 
+ 00028277  0x00007797 istore  0x00000002 , 0x00000005 
+ 00028278  0x00007798 increase  0x00000001 , 0x00000007 
+ 00028279  0x00007799 byteswap  0x0000003f , 0x00000012 
+ 00028280  0x0000779a ifetch  0x00000002 , 0x00000006 
+ 00028281  0x0000779b byteswap  0x0000003f , 0x0000003f 
+ 00028282  0x0000779d increase  0x00000001 , 0x00000012 
+ 00028283  0x0000779e isub  0x00000012 , 0x0000003e 
+ 00028284  0x0000779f nbranch  0x00006e83 , 0x00000002 
+ 00028285  0x000077a0 copy  0x0000003f , 0x00000013 
+ 00028286  0x000077a1 byteswap  0x00000012 , 0x0000003f 
+ 00028287  0x000077a2 istore  0x00000002 , 0x00000005 
+ 00028288  0x000077a3 increase  0x00000001 , 0x00000007 
+ 00028289  0x000077a4 copy  0x00000013 , 0x0000003f 
+ 00028290  0x000077a5 branch  0x00006e7a 
+ 00028291  0x000077a7 increase  0xfffffffb , 0x0000000b 
+ 00028292  0x000077a8 increase  0xfffffffb , 0x00000011 
+ 00028293  0x000077a9 branch  0x00006e8b 
+ 00028294  0x000077ab ifetch  0x00000002 , 0x00000006 
+ 00028295  0x000077ac istore  0x00000002 , 0x00000005 
+ 00028296  0x000077ad increase  0x00000001 , 0x00000007 
+ 00028297  0x000077ae increase  0xfffffffd , 0x0000000b 
+ 00028298  0x000077af increase  0xfffffffd , 0x00000011 
+ 00028299  0x000077b1 nbranch  0x00006fc4 , 0x00000002 
+ 00028300  0x000077b2 nbranch  0x00006e71 , 0x00000005 
+ 00028301  0x000077b3 increase  0xffffffff , 0x0000000b 
+ 00028302  0x000077b4 nbranch  0x00006fc4 , 0x00000005 
+ 00028303  0x000077b6 call  0x000052d0 
+ 00028304  0x000077b7 increase  0x0000000a , 0x00000005 
+ 00028305  0x000077b8 arg  0x0000052a , 0x00000011 
+ 00028306  0x000077ba copy  0x00000007 , 0x0000003f 
+ 00028307  0x000077bb branch  0x00006ea5 , 0x00000034 
+ 00028308  0x000077bc ifetch  0x00000002 , 0x00000011 
+ 00028309  0x000077bd branch  0x00006ea5 , 0x00000034 
+ 00028310  0x000077be iforce  0x00000012 
+ 00028311  0x000077bf fetch  0x00000004 , 0x00000524 
+ 00028312  0x000077c0 iforce  0x00000002 
+ 00028313  0x000077c1 call  0x000070e7 
+ 00028314  0x000077c2 copy  0x00000006 , 0x0000003f 
+ 00028315  0x000077c3 branch  0x00006ea2 , 0x00000034 
+ 00028316  0x000077c4 increase  0xfffffffd , 0x00000006 
+ 00028317  0x000077c5 ifetch  0x00000003 , 0x00000006 
+ 00028318  0x000077c6 istore  0x00000003 , 0x00000005 
+ 00028319  0x000077c7 call  0x0000705b 
+ 00028320  0x000077c8 iforce  0x00000039 
+ 00028321  0x000077c9 call  0x00007f01 
+ 00028322  0x000077cb increase  0x00000002 , 0x00000011 
+ 00028323  0x000077cc increase  0xffffffff , 0x00000007 
+ 00028324  0x000077cd branch  0x00006e92 
+ 00028325  0x000077d0 arg  0x00000005 , 0x00000011 
+ 00028326  0x000077d1 call  0x00006f84 
+ 00028327  0x000077d2 fetch  0x00000002 , 0x00000275 
+ 00028328  0x000077d3 beq  0x0000000b , 0x00007043 
+ 00028329  0x000077d4 branch  0x00006f9a 
+ 00028330  0x000077d8 ifetch  0x00000001 , 0x00000006 
+ 00028331  0x000077d9 beq  0x00000000 , 0x00006eae 
+ 00028332  0x000077da beq  0x00000001 , 0x00006eb0 
+ 00028333  0x000077db beq  0x00000002 , 0x00006eb3 
+ 00028334  0x000077dd increase  0xffffffff , 0x0000000b 
+ 00028335  0x000077de branch  0x00006eb6 
+ 00028336  0x000077e0 ifetch  0x00000001 , 0x00000006 
+ 00028337  0x000077e1 increase  0xfffffffe , 0x0000000b 
+ 00028338  0x000077e2 branch  0x00006eb6 
+ 00028339  0x000077e4 ifetch  0x00000002 , 0x00000006 
+ 00028340  0x000077e5 byteswap  0x0000003f , 0x0000003f 
+ 00028341  0x000077e6 increase  0xfffffffd , 0x0000000b 
+ 00028342  0x000077e8 store  0x00000002 , 0x00000519 
+ 00028343  0x000077e9 rtn 
+ 00028344  0x000077ec increase  0xfffffffb , 0x0000000b 
+ 00028345  0x000077ed call  0x00006eaa 
+ 00028346  0x000077ee nbranch  0x00006fbe , 0x00000005 
+ 00028347  0x000077ef fetcht  0x00000004 , 0x00000524 
+ 00028348  0x000077f0 call  0x000070b1 
+ 00028349  0x000077f1 nbranch  0x00006fbb , 0x00000005 
+ 00028350  0x000077f2 copy  0x00000006 , 0x00000011 
+ 00028351  0x000077f3 call  0x000052d0 
+ 00028352  0x000077f4 copy  0x00000011 , 0x00000006 
+ 00028353  0x000077f5 increase  0x00000003 , 0x00000005 
+ 00028354  0x000077f6 copy  0x00000006 , 0x0000000b 
+ 00028355  0x000077f7 call  0x00007062 
+ 00028356  0x000077f8 copy  0x0000003f , 0x00000011 
+ 00028357  0x000077fa fetch  0x00000002 , 0x00000519 
+ 00028358  0x000077fb copy  0x0000003f , 0x00000012 
+ 00028359  0x000077fc copy  0x00000011 , 0x0000003f 
+ 00028360  0x000077fd isub  0x00000012 , 0x00000012 
+ 00028361  0x000077fe fetch  0x00000002 , 0x00000520 
+ 00028362  0x000077ff isub  0x00000012 , 0x0000003e 
+ 00028363  0x00007800 nbranch  0x00006ee7 , 0x00000002 
+ 00028364  0x00007802 disable  0x00000028 
+ 00028365  0x00007803 fetch  0x00000002 , 0x00000519 
+ 00028366  0x00007804 branch  0x00006eda , 0x00000034 
+ 00028367  0x00007805 iadd  0x0000000b , 0x00000006 
+ 00028368  0x00007806 increase  0x00000003 , 0x00000012 
+ 00028369  0x00007807 copy  0x00000012 , 0x00000039 
+ 00028370  0x00007808 copy  0x00000039 , 0x0000003f 
+ 00028371  0x00007809 increase  0x00000003 , 0x0000003f 
+ 00028372  0x0000780a byteswap  0x0000003f , 0x0000003f 
+ 00028373  0x0000780b istore  0x00000002 , 0x00000005 
+ 00028374  0x0000780c copy  0x00000039 , 0x0000003f 
+ 00028375  0x0000780d byteswap  0x0000003f , 0x0000003f 
+ 00028376  0x0000780e istore  0x00000002 , 0x00000005 
+ 00028377  0x0000780f branch  0x00006ef5 
+ 00028378  0x00007811 add  0x00000011 , 0x00000006 , 0x00000039 
+ 00028379  0x00007812 branch  0x00006ede , 0x00000028 
+ 00028380  0x00007813 byteswap  0x00000039 , 0x0000003f 
+ 00028381  0x00007814 branch  0x00006ee1 
+ 00028382  0x00007816 copy  0x00000039 , 0x0000003f 
+ 00028383  0x00007817 increase  0x00000002 , 0x0000003f 
+ 00028384  0x00007818 byteswap  0x0000003f , 0x0000003f 
+ 00028385  0x0000781a istore  0x00000002 , 0x00000005 
+ 00028386  0x0000781b increase  0xfffffffd , 0x00000039 
+ 00028387  0x0000781c byteswap  0x00000039 , 0x0000003f 
+ 00028388  0x0000781d istore  0x00000002 , 0x00000005 
+ 00028389  0x0000781e copy  0x0000000b , 0x00000006 
+ 00028390  0x0000781f branch  0x00006ef5 
+ 00028391  0x00007821 enable  0x00000028 
+ 00028392  0x00007823 fetch  0x00000002 , 0x00000520 
+ 00028393  0x00007824 copy  0x0000003f , 0x00000011 
+ 00028394  0x00007825 copy  0x00000011 , 0x00000039 
+ 00028395  0x00007826 fetch  0x00000002 , 0x00000519 
+ 00028396  0x00007827 branch  0x00006eda , 0x00000034 
+ 00028397  0x00007828 iadd  0x0000000b , 0x00000006 
+ 00028398  0x00007829 copy  0x00000011 , 0x0000003f 
+ 00028399  0x0000782a increase  0x00000005 , 0x0000003f 
+ 00028400  0x0000782b byteswap  0x0000003f , 0x0000003f 
+ 00028401  0x0000782c istore  0x00000002 , 0x00000005 
+ 00028402  0x0000782d copy  0x00000011 , 0x0000003f 
+ 00028403  0x0000782e byteswap  0x0000003f , 0x0000003f 
+ 00028404  0x0000782f istore  0x00000002 , 0x00000005 
+ 00028405  0x00007831 call  0x00007f01 
+ 00028406  0x00007832 nbranch  0x00006efe , 0x00000028 
+ 00028407  0x00007833 force  0x00000002 , 0x0000003f 
+ 00028408  0x00007834 istore  0x00000001 , 0x00000005 
+ 00028409  0x00007835 copy  0x00000006 , 0x0000003f 
+ 00028410  0x00007836 isub  0x0000000b , 0x0000003f 
+ 00028411  0x00007837 byteswap  0x0000003f , 0x0000003f 
+ 00028412  0x00007838 istore  0x00000002 , 0x00000005 
+ 00028413  0x00007839 branch  0x00006f00 
+ 00028414  0x0000783b force  0x00000000 , 0x0000003f 
+ 00028415  0x0000783c istore  0x00000001 , 0x00000005 
+ 00028416  0x0000783e arg  0x00000005 , 0x00000011 
+ 00028417  0x0000783f branch  0x00006fb0 
+ 00028418  0x0000784b bpatchx  0x000000d1 , 0x0000403a 
+ 00028419  0x0000784c call  0x00006fd0 
+ 00028420  0x0000784d compare  0x000000ff , 0x00000002 , 0x000000ff 
+ 00028421  0x0000784e branch  0x00006fc4 , 0x00000001 
+ 00028422  0x0000784f call  0x00006f2e 
+ 00028423  0x00007850 store  0x00000002 , 0x00000520 
+ 00028424  0x00007851 increase  0xfffffffe , 0x0000000b 
+ 00028425  0x00007852 call  0x00007028 
+ 00028426  0x00007853 arg  0x0000052a , 0x00000005 
+ 00028427  0x00007854 force  0x00000000 , 0x00000007 
+ 00028428  0x00007856 ifetch  0x00000001 , 0x00000006 
+ 00028429  0x00007857 beq  0x0000000a , 0x00006f36 
+ 00028430  0x00007858 ifetch  0x00000002 , 0x00000006 
+ 00028431  0x00007859 istore  0x00000002 , 0x00000005 
+ 00028432  0x0000785a increase  0x00000001 , 0x00000007 
+ 00028433  0x0000785b increase  0xfffffffd , 0x0000000b 
+ 00028434  0x0000785c increase  0xfffffffd , 0x00000011 
+ 00028435  0x0000785d nbranch  0x00006fc4 , 0x00000002 
+ 00028436  0x0000785e nbranch  0x00006f0c , 0x00000005 
+ 00028437  0x0000785f increase  0xffffffff , 0x0000000b 
+ 00028438  0x00007860 nbranch  0x00006fc4 , 0x00000005 
+ 00028439  0x00007861 call  0x000052d0 
+ 00028440  0x00007862 increase  0x0000000d , 0x00000005 
+ 00028441  0x00007863 fetch  0x00000002 , 0x00000511 
+ 00028442  0x00007864 iforce  0x00000013 
+ 00028443  0x00007865 arg  0x0000052a , 0x00000011 
+ 00028444  0x00007867 ifetch  0x00000002 , 0x00000011 
+ 00028445  0x00007868 branch  0x00006f29 , 0x00000034 
+ 00028446  0x00007869 iforce  0x00000012 
+ 00028447  0x0000786a call  0x000070c6 
+ 00028448  0x0000786b branch  0x00006f27 , 0x00000034 
+ 00028449  0x0000786c increase  0xfffffffd , 0x00000006 
+ 00028450  0x0000786d ifetch  0x00000003 , 0x00000006 
+ 00028451  0x0000786e istore  0x00000003 , 0x00000005 
+ 00028452  0x0000786f call  0x0000705b 
+ 00028453  0x00007870 iforce  0x00000039 
+ 00028454  0x00007871 call  0x00007f01 
+ 00028455  0x00007873 increase  0x00000002 , 0x00000011 
+ 00028456  0x00007874 branch  0x00006f1c 
+ 00028457  0x00007877 call  0x00006f83 
+ 00028458  0x00007878 fetch  0x00000002 , 0x00000275 
+ 00028459  0x00007879 beq  0x0000000e , 0x00007046 
+ 00028460  0x0000787a call  0x00006f9a 
+ 00028461  0x0000787b branch  0x00006f9a 
+ 00028462  0x0000787f ifetch  0x00000002 , 0x00000006 
+ 00028463  0x00007880 byteswap  0x0000003f , 0x0000003f 
+ 00028464  0x00007881 increase  0xfffffffd , 0x0000003f 
+ 00028465  0x00007882 arg  0x000000c8 , 0x00000002 
+ 00028466  0x00007883 isub  0x00000002 , 0x0000003e 
+ 00028467  0x00007884 nrtn  0x00000002 
+ 00028468  0x00007885 setarg  0x000000c8 
+ 00028469  0x00007886 rtn 
+ 00028470  0x0000788a increase  0x00000004 , 0x00000006 
+ 00028471  0x0000788b increase  0xfffffffb , 0x0000000b 
+ 00028472  0x0000788c increase  0xfffffffb , 0x00000011 
+ 00028473  0x0000788d nbranch  0x00006fc4 , 0x00000005 
+ 00028474  0x0000788e call  0x00006eaa 
+ 00028475  0x0000788f nbranch  0x00006fbe , 0x00000005 
+ 00028476  0x00007890 arg  0x00000511 , 0x0000000b 
+ 00028477  0x00007891 call  0x00007082 
+ 00028478  0x00007892 deposit  0x00000007 
+ 00028479  0x00007893 branch  0x00007046 , 0x00000034 
+ 00028480  0x00007894 store  0x00000001 , 0x0000054e 
+ 00028481  0x00007896 copy  0x00000012 , 0x0000003f 
+ 00028482  0x00007897 store  0x00000002 , 0x0000054c 
+ 00028483  0x00007898 arg  0x00000000 , 0x00000007 
+ 00028484  0x00007899 arg  0x00000000 , 0x00000011 
+ 00028485  0x0000789a call  0x000052d0 
+ 00028486  0x0000789b increase  0x0000000a , 0x00000005 
+ 00028487  0x0000789d call  0x00006f6c 
+ 00028488  0x0000789e nbranch  0x00002a8c , 0x00000028 
+ 00028489  0x0000789f copy  0x00000006 , 0x0000000b 
+ 00028490  0x000078a0 copy  0x0000003f , 0x00000013 
+ 00028491  0x000078a1 iadd  0x00000011 , 0x00000011 
+ 00028492  0x000078a4 fetch  0x00000002 , 0x00000519 
+ 00028493  0x000078a5 copy  0x0000003f , 0x00000012 
+ 00028494  0x000078a6 branch  0x00006f75 , 0x00000034 
+ 00028495  0x000078a8 copy  0x00000011 , 0x0000003f 
+ 00028496  0x000078a9 isub  0x00000012 , 0x00000012 
+ 00028497  0x000078aa branch  0x00006f67 , 0x00000005 
+ 00028498  0x000078ab nbranch  0x00006f67 , 0x00000002 
+ 00028499  0x000078ac fetch  0x00000002 , 0x00000520 
+ 00028500  0x000078ad isub  0x00000012 , 0x0000003e 
+ 00028501  0x000078ae branch  0x00006f5e , 0x00000005 
+ 00028502  0x000078af nbranch  0x00006f5e , 0x00000002 
+ 00028503  0x000078b3 copy  0x00000012 , 0x00000039 
+ 00028504  0x000078b4 call  0x00006f61 
+ 00028505  0x000078b5 fetch  0x00000001 , 0x0000054e 
+ 00028506  0x000078b6 increase  0x00000001 , 0x00000007 
+ 00028507  0x000078b7 isub  0x00000007 , 0x0000003e 
+ 00028508  0x000078b8 branch  0x00006f83 , 0x00000005 
+ 00028509  0x000078b9 branch  0x00006fa0 
+ 00028510  0x000078bc copy  0x0000003f , 0x00000039 
+ 00028511  0x000078bd call  0x00006f61 
+ 00028512  0x000078be branch  0x00006fa0 
+ 00028513  0x000078c1 increase  0xfffffffd , 0x00000005 
+ 00028514  0x000078c2 copy  0x00000039 , 0x00000002 
+ 00028515  0x000078c3 copy  0x00000013 , 0x0000003f 
+ 00028516  0x000078c4 isub  0x00000012 , 0x0000003f 
+ 00028517  0x000078c5 iadd  0x0000000b , 0x00000006 
+ 00028518  0x000078c6 branch  0x00007f01 
+ 00028519  0x000078c9 fetch  0x00000001 , 0x0000054e 
+ 00028520  0x000078ca increase  0x00000001 , 0x00000007 
+ 00028521  0x000078cb isub  0x00000007 , 0x0000003e 
+ 00028522  0x000078cc rtn  0x00000005 
+ 00028523  0x000078cd branch  0x00006f47 
+ 00028524  0x000078d0 call  0x00007fe9 
+ 00028525  0x000078d1 arg  0x0000052a , 0x00000006 
+ 00028526  0x000078d2 lshift2  0x00000007 , 0x0000003f 
+ 00028527  0x000078d3 iadd  0x00000006 , 0x00000006 
+ 00028528  0x000078d4 ifetcht  0x00000004 , 0x00000006 
+ 00028529  0x000078d5 call  0x000070b1 
+ 00028530  0x000078d6 nrtn  0x00000005 
+ 00028531  0x000078d7 call  0x0000705b 
+ 00028532  0x000078d8 branch  0x00007fe7 
+ 00028533  0x000078db fetch  0x00000002 , 0x00000520 
+ 00028534  0x000078dc isub  0x00000011 , 0x0000003e 
+ 00028535  0x000078dd nbranch  0x00006f8f , 0x00000002 
+ 00028536  0x000078de copy  0x00000011 , 0x00000039 
+ 00028537  0x000078df copy  0x00000039 , 0x00000002 
+ 00028538  0x000078e0 copy  0x0000000b , 0x00000006 
+ 00028539  0x000078e1 call  0x00007f01 
+ 00028540  0x000078e2 fetch  0x00000002 , 0x0000054c 
+ 00028541  0x000078e3 isub  0x00000011 , 0x0000003e 
+ 00028542  0x000078e4 branch  0x00006f81 , 0x00000005 
+ 00028543  0x000078e6 call  0x00006fa0 
+ 00028544  0x000078e7 branch  0x00006f94 
+ 00028545  0x000078ea call  0x00006f83 
+ 00028546  0x000078eb branch  0x00006f94 
+ 00028547  0x000078ee arg  0x00000007 , 0x00000011 
+ 00028548  0x000078f0 force  0x00000000 , 0x0000003f 
+ 00028549  0x000078f1 istore  0x00000001 , 0x00000005 
+ 00028550  0x000078f2 call  0x00006fb0 
+ 00028551  0x000078f3 fetcht  0x00000002 , 0x00000275 
+ 00028552  0x000078f4 increase  0xfffffffb , 0x00000002 
+ 00028553  0x000078f5 byteswap  0x00000002 , 0x0000003f 
+ 00028554  0x000078f6 istore  0x00000002 , 0x00000005 
+ 00028555  0x000078f7 increase  0xfffffffd , 0x00000002 
+ 00028556  0x000078f8 byteswap  0x00000002 , 0x0000003f 
+ 00028557  0x000078f9 istore  0x00000002 , 0x00000005 
+ 00028558  0x000078fa rtn 
+ 00028559  0x000078fd copy  0x0000003f , 0x00000039 
+ 00028560  0x000078fe copy  0x00000039 , 0x00000002 
+ 00028561  0x000078ff copy  0x0000000b , 0x00000006 
+ 00028562  0x00007900 call  0x00007f01 
+ 00028563  0x00007901 call  0x00006fa0 
+ 00028564  0x00007903 setarg  0x00000036 
+ 00028565  0x00007904 istore  0x00000001 , 0x00000005 
+ 00028566  0x00007905 fetch  0x00000002 , 0x0000054c 
+ 00028567  0x00007906 byteswap  0x0000003f , 0x0000003f 
+ 00028568  0x00007907 istore  0x00000002 , 0x00000005 
+ 00028569  0x00007908 rtn 
+ 00028570  0x0000790b setarg  0x00000036 
+ 00028571  0x0000790c istore  0x00000001 , 0x00000005 
+ 00028572  0x0000790d increase  0xfffffffd , 0x00000002 
+ 00028573  0x0000790e byteswap  0x00000002 , 0x0000003f 
+ 00028574  0x0000790f istore  0x00000002 , 0x00000005 
+ 00028575  0x00007910 rtn 
+ 00028576  0x00007913 arg  0x00000007 , 0x00000011 
+ 00028577  0x00007914 setarg  0x00000002 
+ 00028578  0x00007915 istore  0x00000001 , 0x00000005 
+ 00028579  0x00007916 fetch  0x00000002 , 0x00000519 
+ 00028580  0x00007917 iadd  0x00000002 , 0x00000002 
+ 00028581  0x00007918 byteswap  0x00000002 , 0x0000003f 
+ 00028582  0x00007919 istore  0x00000002 , 0x00000005 
+ 00028583  0x0000791a call  0x00006fb0 
+ 00028584  0x0000791b fetcht  0x00000002 , 0x00000275 
+ 00028585  0x0000791c increase  0xfffffffb , 0x00000002 
+ 00028586  0x0000791d byteswap  0x00000002 , 0x0000003f 
+ 00028587  0x0000791e istore  0x00000002 , 0x00000005 
+ 00028588  0x0000791f increase  0xfffffffb , 0x00000002 
+ 00028589  0x00007920 byteswap  0x00000002 , 0x0000003f 
+ 00028590  0x00007921 istore  0x00000002 , 0x00000005 
+ 00028591  0x00007922 rtn 
+ 00028592  0x00007925 fetch  0x00000002 , 0x00000273 
+ 00028593  0x00007926 isub  0x00000005 , 0x0000003f 
+ 00028594  0x00007927 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00028595  0x00007928 store  0x00000002 , 0x00000275 
+ 00028596  0x00007929 call  0x000052d0 
+ 00028597  0x0000792a copy  0x00000011 , 0x0000003f 
+ 00028598  0x0000792b istore  0x00000001 , 0x00000005 
+ 00028599  0x0000792c fetch  0x00000002 , 0x0000051c 
+ 00028600  0x0000792d istore  0x00000002 , 0x00000005 
+ 00028601  0x0000792e rtn 
+ 00028602  0x0000793f rtn 
+ 00028603  0x00007961 setarg  0x00000200 
+ 00028604  0x00007962 store  0x00000002 , 0x0000054a 
+ 00028605  0x00007963 branch  0x00006fc6 
+ 00028606  0x00007965 setarg  0x00000400 
+ 00028607  0x00007966 store  0x00000002 , 0x0000054a 
+ 00028608  0x00007967 branch  0x00006fc6 
+ 00028609  0x00007969 setarg  0x00000600 
+ 00028610  0x0000796a store  0x00000002 , 0x0000054a 
+ 00028611  0x0000796b branch  0x00006fc6 
+ 00028612  0x0000796d setarg  0x00000300 
+ 00028613  0x0000796e store  0x00000002 , 0x0000054a 
+ 00028614  0x00007970 call  0x000052d0 
+ 00028615  0x00007971 istore  0x00000001 , 0x00000005 
+ 00028616  0x00007972 fetch  0x00000002 , 0x0000051c 
+ 00028617  0x00007973 istore  0x00000002 , 0x00000005 
+ 00028618  0x00007974 setarg  0x00000200 
+ 00028619  0x00007975 istore  0x00000002 , 0x00000005 
+ 00028620  0x00007976 fetch  0x00000002 , 0x0000054a 
+ 00028621  0x00007977 istore  0x00000002 , 0x00000005 
+ 00028622  0x00007978 jam  0x00000007 , 0x00000275 
+ 00028623  0x00007979 rtn 
+ 00028624  0x0000797f arg  0x00000000 , 0x00000012 
+ 00028625  0x00007980 force  0x00000000 , 0x00000002 
+ 00028626  0x00007981 arg  0x00000511 , 0x00000005 
+ 00028627  0x00007982 call  0x00007028 
+ 00028628  0x00007983 branch  0x00007026 , 0x00000005 
+ 00028629  0x00007985 increase  0x00000001 , 0x00000012 
+ 00028630  0x00007986 ifetch  0x00000001 , 0x00000006 
+ 00028631  0x00007987 increase  0xffffffff , 0x00000011 
+ 00028632  0x00007988 increase  0xffffffff , 0x0000000b 
+ 00028633  0x00007989 compare  0x00000018 , 0x0000003f , 0x000000f8 
+ 00028634  0x0000798a nbranch  0x00007026 , 0x00000001 
+ 00028635  0x0000798b compare  0x00000004 , 0x0000003f , 0x00000007 
+ 00028636  0x0000798c nbranch  0x00006ff3 , 0x00000001 
+ 00028637  0x0000798d force  0x00000001 , 0x00000002 
+ 00028638  0x0000798f ifetch  0x00000001 , 0x00000006 
+ 00028639  0x00007990 increase  0xffffffff , 0x00000011 
+ 00028640  0x00007991 increase  0xffffffff , 0x0000000b 
+ 00028641  0x00007992 bne  0x00000000 , 0x00006fe7 
+ 00028642  0x00007993 ifetch  0x00000001 , 0x00000006 
+ 00028643  0x00007994 increase  0xffffffff , 0x00000011 
+ 00028644  0x00007995 increase  0xffffffff , 0x0000000b 
+ 00028645  0x00007996 beq  0x00000000 , 0x00006ff8 
+ 00028646  0x00007997 branch  0x00006fea 
+ 00028647  0x00007999 increase  0x00000001 , 0x00000006 
+ 00028648  0x0000799a increase  0xffffffff , 0x00000011 
+ 00028649  0x0000799b increase  0xffffffff , 0x0000000b 
+ 00028650  0x0000799d increase  0x00000002 , 0x00000006 
+ 00028651  0x0000799e increase  0xfffffffe , 0x00000011 
+ 00028652  0x0000799f increase  0xfffffffe , 0x0000000b 
+ 00028653  0x000079a0 compare  0x00000000 , 0x00000002 , 0x000000ff 
+ 00028654  0x000079a1 branch  0x00007020 , 0x00000001 
+ 00028655  0x000079a2 increase  0x0000000c , 0x00000006 
+ 00028656  0x000079a3 increase  0xfffffff4 , 0x00000011 
+ 00028657  0x000079a4 increase  0xfffffff4 , 0x0000000b 
+ 00028658  0x000079a5 branch  0x00007020 
+ 00028659  0x000079a7 compare  0x00000002 , 0x0000003f , 0x00000007 
+ 00028660  0x000079a8 nbranch  0x00006ff6 , 0x00000001 
+ 00028661  0x000079a9 branch  0x00006fde 
+ 00028662  0x000079ab compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00028663  0x000079ac nbranch  0x00007026 , 0x00000001 
+ 00028664  0x000079ae increase  0xfffffffe , 0x00000011 
+ 00028665  0x000079af increase  0xfffffffe , 0x0000000b 
+ 00028666  0x000079b0 ifetch  0x00000002 , 0x00000006 
+ 00028667  0x000079b1 sub  0x00000012 , 0x00000004 , 0x0000003e 
+ 00028668  0x000079b2 branch  0x00006ffe , 0x00000005 
+ 00028669  0x000079b3 istore  0x00000002 , 0x00000005 
+ 00028670  0x000079b5 compare  0x00000000 , 0x00000002 , 0x000000ff 
+ 00028671  0x000079b6 branch  0x00007020 , 0x00000001 
+ 00028672  0x000079b7 copy  0x00000006 , 0x00000002 
+ 00028673  0x000079b8 ifetch  0x00000001 , 0x00000006 
+ 00028674  0x000079b9 bne  0x00000000 , 0x00007019 
+ 00028675  0x000079ba ifetch  0x00000001 , 0x00000006 
+ 00028676  0x000079bb bne  0x00000000 , 0x00007019 
+ 00028677  0x000079bc ifetch  0x00000001 , 0x00000006 
+ 00028678  0x000079bd bne  0x00000010 , 0x00007019 
+ 00028679  0x000079be ifetch  0x00000001 , 0x00000006 
+ 00028680  0x000079bf bne  0x00000000 , 0x00007019 
+ 00028681  0x000079c0 ifetch  0x00000001 , 0x00000006 
+ 00028682  0x000079c1 bne  0x00000080 , 0x00007019 
+ 00028683  0x000079c2 ifetch  0x00000001 , 0x00000006 
+ 00028684  0x000079c3 bne  0x00000000 , 0x00007019 
+ 00028685  0x000079c4 ifetch  0x00000001 , 0x00000006 
+ 00028686  0x000079c5 bne  0x00000000 , 0x00007019 
+ 00028687  0x000079c6 ifetch  0x00000001 , 0x00000006 
+ 00028688  0x000079c7 bne  0x00000080 , 0x00007019 
+ 00028689  0x000079c8 ifetch  0x00000001 , 0x00000006 
+ 00028690  0x000079c9 bne  0x0000005f , 0x00007019 
+ 00028691  0x000079ca ifetch  0x00000001 , 0x00000006 
+ 00028692  0x000079cb bne  0x0000009b , 0x00007019 
+ 00028693  0x000079cc ifetch  0x00000001 , 0x00000006 
+ 00028694  0x000079cd bne  0x00000034 , 0x00007019 
+ 00028695  0x000079ce ifetch  0x00000001 , 0x00000006 
+ 00028696  0x000079cf beq  0x000000fb , 0x0000701e 
+ 00028697  0x000079d1 copy  0x00000002 , 0x00000006 
+ 00028698  0x000079d3 increase  0x0000000c , 0x00000006 
+ 00028699  0x000079d4 force  0x00000000 , 0x00000007 
+ 00028700  0x000079d5 force  0x00000000 , 0x00000002 
+ 00028701  0x000079d6 branch  0x0000701e 
+ 00028702  0x000079d9 increase  0xfffffff4 , 0x0000000b 
+ 00028703  0x000079da increase  0xfffffff4 , 0x00000011 
+ 00028704  0x000079dc force  0x00000000 , 0x00000002 
+ 00028705  0x000079dd compare  0x00000000 , 0x00000011 , 0x000000ff 
+ 00028706  0x000079de nbranch  0x00006fd5 , 0x00000001 
+ 00028707  0x000079df force  0x00000000 , 0x0000003f 
+ 00028708  0x000079e0 istore  0x00000002 , 0x00000005 
+ 00028709  0x000079e1 rtn 
+ 00028710  0x000079e3 arg  0x000000ff , 0x00000002 
+ 00028711  0x000079e4 rtn 
+ 00028712  0x000079ef bpatchx  0x000000d4 , 0x0000403a 
+ 00028713  0x000079f0 ifetch  0x00000001 , 0x00000006 
+ 00028714  0x000079f1 increase  0xffffffff , 0x0000000b 
+ 00028715  0x000079f2 compare  0x00000030 , 0x0000003f , 0x000000f8 
+ 00028716  0x000079f3 nbranch  0x0000703e , 0x00000001 
+ 00028717  0x000079f4 compare  0x00000007 , 0x0000003f , 0x00000007 
+ 00028718  0x000079f5 branch  0x00007037 , 0x00000001 
+ 00028719  0x000079f6 compare  0x00000006 , 0x0000003f , 0x00000007 
+ 00028720  0x000079f7 branch  0x00007039 , 0x00000001 
+ 00028721  0x000079f8 compare  0x00000005 , 0x0000003f , 0x00000007 
+ 00028722  0x000079f9 nbranch  0x0000703e , 0x00000001 
+ 00028723  0x000079fb ifetch  0x00000001 , 0x00000006 
+ 00028724  0x000079fc copy  0x0000003f , 0x00000011 
+ 00028725  0x000079fd increase  0xffffffff , 0x0000000b 
+ 00028726  0x000079fe branch  0x0000703c 
+ 00028727  0x00007a00 increase  0x00000002 , 0x00000006 
+ 00028728  0x00007a01 increase  0xfffffffe , 0x0000000b 
+ 00028729  0x00007a03 ifetch  0x00000002 , 0x00000006 
+ 00028730  0x00007a04 byteswap  0x0000003f , 0x00000011 
+ 00028731  0x00007a05 increase  0xfffffffe , 0x0000000b 
+ 00028732  0x00007a07 force  0x00000001 , 0x0000003f 
+ 00028733  0x00007a08 rtn 
+ 00028734  0x00007a0a force  0x00000000 , 0x0000003f 
+ 00028735  0x00007a0b rtn 
+ 00028736  0x00007a16 setarg  0x00000003 
+ 00028737  0x00007a17 store  0x00000001 , 0x0000051b 
+ 00028738  0x00007a18 branch  0x00007048 
+ 00028739  0x00007a1a setarg  0x00000005 
+ 00028740  0x00007a1b store  0x00000001 , 0x0000051b 
+ 00028741  0x00007a1c branch  0x00007048 
+ 00028742  0x00007a1e setarg  0x00000007 
+ 00028743  0x00007a1f store  0x00000001 , 0x0000051b 
+ 00028744  0x00007a21 call  0x000052d0 
+ 00028745  0x00007a24 fetch  0x00000001 , 0x0000051b 
+ 00028746  0x00007a25 copy  0x0000003f , 0x00000012 
+ 00028747  0x00007a26 istore  0x00000001 , 0x00000005 
+ 00028748  0x00007a27 fetch  0x00000002 , 0x0000051c 
+ 00028749  0x00007a28 istore  0x00000002 , 0x00000005 
+ 00028750  0x00007a29 setarg  0x00000500 
+ 00028751  0x00007a2a istore  0x00000002 , 0x00000005 
+ 00028752  0x00007a2b compare  0x00000005 , 0x00000012 , 0x000000ff 
+ 00028753  0x00007a2c branch  0x00007057 , 0x00000001 
+ 00028754  0x00007a2d compare  0x00000007 , 0x00000012 , 0x000000ff 
+ 00028755  0x00007a2e branch  0x00007057 , 0x00000001 
+ 00028756  0x00007a2f setarg  0x00000000 
+ 00028757  0x00007a30 istore  0x00000005 , 0x00000005 
+ 00028758  0x00007a31 branch  0x00007059 
+ 00028759  0x00007a34 setarg  0x00350200 
+ 00028760  0x00007a35 istore  0x00000005 , 0x00000005 
+ 00028761  0x00007a37 jam  0x0000000a , 0x00000275 
+ 00028762  0x00007a38 rtn 
+ 00028763  0x00007a3c call  0x00007ea2 
+ 00028764  0x00007a3d call  0x00007ea5 
+ 00028765  0x00007a3e call  0x00007062 
+ 00028766  0x00007a3f call  0x00007e9c 
+ 00028767  0x00007a40 call  0x00007e9f 
+ 00028768  0x00007a41 copy  0x00000002 , 0x0000003f 
+ 00028769  0x00007a42 rtn 
+ 00028770  0x00007a46 ifetch  0x00000001 , 0x00000006 
+ 00028771  0x00007a47 and  0x0000003f , 0x00000007 , 0x00000039 
+ 00028772  0x00007a48 rshift3  0x0000003f , 0x0000003f 
+ 00028773  0x00007a49 bne  0x00000000 , 0x0000706c 
+ 00028774  0x00007a4b force  0x00000001 , 0x0000003f 
+ 00028775  0x00007a4c force  0x00000001 , 0x00000002 
+ 00028776  0x00007a4d rtn 
+ 00028777  0x00007a50 call  0x00007e76 
+ 00028778  0x00007a51 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00028779  0x00007a52 rtn 
+ 00028780  0x00007a54 deposit  0x00000039 
+ 00028781  0x00007a55 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00028782  0x00007a56 branch  0x00007069 , 0x00000002 
+ 00028783  0x00007a57 beq  0x00000005 , 0x00007073 
+ 00028784  0x00007a58 beq  0x00000006 , 0x00007076 
+ 00028785  0x00007a59 beq  0x00000007 , 0x0000707a 
+ 00028786  0x00007a5a rtn 
+ 00028787  0x00007a5d ifetch  0x00000001 , 0x00000006 
+ 00028788  0x00007a5e add  0x0000003f , 0x00000002 , 0x00000002 
+ 00028789  0x00007a5f rtn 
+ 00028790  0x00007a61 ifetch  0x00000002 , 0x00000006 
+ 00028791  0x00007a62 byteswap  0x0000003f , 0x0000003f 
+ 00028792  0x00007a63 add  0x0000003f , 0x00000003 , 0x00000002 
+ 00028793  0x00007a64 rtn 
+ 00028794  0x00007a66 ifetch  0x00000002 , 0x00000006 
+ 00028795  0x00007a67 byteswap  0x0000003f , 0x0000003f 
+ 00028796  0x00007a68 ifetcht  0x00000002 , 0x00000006 
+ 00028797  0x00007a69 byteswap  0x00000002 , 0x00000002 
+ 00028798  0x00007a6a lshift16  0x00000002 , 0x00000002 
+ 00028799  0x00007a6b iadd  0x00000002 , 0x0000003f 
+ 00028800  0x00007a6c add  0x0000003f , 0x00000005 , 0x00000002 
+ 00028801  0x00007a6d rtn 
+ 00028802  0x00007a74 bpatchx  0x000000d5 , 0x0000403a 
+ 00028803  0x00007a75 force  0x00000000 , 0x00000007 
+ 00028804  0x00007a76 arg  0x00000000 , 0x00000012 
+ 00028805  0x00007a77 arg  0x0000052a , 0x00000005 
+ 00028806  0x00007a79 ifetch  0x00000002 , 0x0000000b 
+ 00028807  0x00007a7a rtn  0x00000034 
+ 00028808  0x00007a7b call  0x0000708d 
+ 00028809  0x00007a7c copy  0x00000007 , 0x0000003f 
+ 00028810  0x00007a7d rtneq  0x00000007 
+ 00028811  0x00007a7e increase  0x00000002 , 0x0000000b 
+ 00028812  0x00007a7f branch  0x00007086 
+ 00028813  0x00007a83 iforce  0x00000013 
+ 00028814  0x00007a85 fetch  0x00000002 , 0x00004575 
+ 00028815  0x00007a86 iforce  0x00000006 
+ 00028816  0x00007a88 copy  0x00000007 , 0x0000003f 
+ 00028817  0x00007a89 rtneq  0x00000007 
+ 00028818  0x00007a8a disable  0x00000028 
+ 00028819  0x00007a8b ifetch  0x00000001 , 0x00000006 
+ 00028820  0x00007a8c rtn  0x00000034 
+ 00028821  0x00007a8d iforce  0x00000039 
+ 00028822  0x00007a8f ifetch  0x00000002 , 0x00000006 
+ 00028823  0x00007a90 isub  0x00000013 , 0x0000003e 
+ 00028824  0x00007a91 nbranch  0x0000709a , 0x00000005 
+ 00028825  0x00007a92 enable  0x00000028 
+ 00028826  0x00007a94 loop  0x00007096 
+ 00028827  0x00007a95 ifetcht  0x00000004 , 0x00000006 
+ 00028828  0x00007a96 copy  0x00000006 , 0x00000011 
+ 00028829  0x00007a97 nbranch  0x000070ad , 0x00000028 
+ 00028830  0x00007a98 arg  0x0000052a , 0x00000006 
+ 00028831  0x00007a99 arg  0x00000007 , 0x00000039 
+ 00028832  0x00007a9b ifetch  0x00000004 , 0x00000006 
+ 00028833  0x00007a9c branch  0x000070a6 , 0x00000034 
+ 00028834  0x00007a9d isub  0x00000002 , 0x0000003e 
+ 00028835  0x00007a9e branch  0x000070ad , 0x00000005 
+ 00028836  0x00007a9f loop  0x000070a0 
+ 00028837  0x00007aa0 rtn 
+ 00028838  0x00007aa2 istoret  0x00000004 , 0x00000005 
+ 00028839  0x00007aa3 increase  0x00000001 , 0x00000007 
+ 00028840  0x00007aa4 copy  0x00000011 , 0x00000006 
+ 00028841  0x00007aa5 call  0x0000705b 
+ 00028842  0x00007aa6 iadd  0x00000012 , 0x00000012 
+ 00028843  0x00007aa7 iadd  0x00000006 , 0x00000006 
+ 00028844  0x00007aa8 branch  0x00007090 
+ 00028845  0x00007aaa copy  0x00000011 , 0x00000006 
+ 00028846  0x00007aab call  0x00007062 
+ 00028847  0x00007aac iadd  0x00000006 , 0x00000006 
+ 00028848  0x00007aad branch  0x00007090 
+ 00028849  0x00007ab4 bpatchx  0x000000d6 , 0x0000403a 
+ 00028850  0x00007ab5 fetch  0x00000002 , 0x00004575 
+ 00028851  0x00007ab6 iforce  0x00000006 
+ 00028852  0x00007ab8 ifetch  0x00000001 , 0x00000006 
+ 00028853  0x00007ab9 branch  0x00007fe3 , 0x00000034 
+ 00028854  0x00007aba lshift  0x0000003f , 0x0000003f 
+ 00028855  0x00007abb iadd  0x00000006 , 0x00000006 
+ 00028856  0x00007abc ifetch  0x00000004 , 0x00000006 
+ 00028857  0x00007abd isub  0x00000002 , 0x0000003e 
+ 00028858  0x00007abe rtn  0x00000005 
+ 00028859  0x00007abf deposit  0x00000005 
+ 00028860  0x00007ac0 store  0x00000002 , 0x00000abb 
+ 00028861  0x00007ac1 storet  0x00000008 , 0x00000aa2 
+ 00028862  0x00007ac2 call  0x00007062 
+ 00028863  0x00007ac3 iadd  0x00000006 , 0x00000006 
+ 00028864  0x00007ac4 copy  0x00000006 , 0x0000003f 
+ 00028865  0x00007ac5 fetcht  0x00000002 , 0x00000abb 
+ 00028866  0x00007ac6 copy  0x00000002 , 0x00000005 
+ 00028867  0x00007ac7 fetcht  0x00000008 , 0x00000aa2 
+ 00028868  0x00007ac8 copy  0x0000003f , 0x00000006 
+ 00028869  0x00007ac9 branch  0x000070b4 
+ 00028870  0x00007ad0 bpatchx  0x000000d7 , 0x0000403a 
+ 00028871  0x00007ad1 fetch  0x00000002 , 0x00004575 
+ 00028872  0x00007ad2 iforce  0x00000006 
+ 00028873  0x00007ad4 ifetch  0x00000001 , 0x00000006 
+ 00028874  0x00007ad5 branch  0x000070e4 , 0x00000034 
+ 00028875  0x00007ad6 iforce  0x00000039 
+ 00028876  0x00007ad8 ifetch  0x00000002 , 0x00000006 
+ 00028877  0x00007ad9 isub  0x00000013 , 0x0000003e 
+ 00028878  0x00007ada branch  0x000070d4 , 0x00000005 
+ 00028879  0x00007adb loop  0x000070cc 
+ 00028880  0x00007adc increase  0x00000004 , 0x00000006 
+ 00028881  0x00007add call  0x00007062 
+ 00028882  0x00007ade iadd  0x00000006 , 0x00000006 
+ 00028883  0x00007adf branch  0x000070c9 
+ 00028884  0x00007ae1 increase  0xffffffff , 0x00000039 
+ 00028885  0x00007ae2 lshift  0x00000039 , 0x0000003f 
+ 00028886  0x00007ae3 iadd  0x00000006 , 0x00000006 
+ 00028887  0x00007ae4 increase  0x00000004 , 0x00000006 
+ 00028888  0x00007ae5 call  0x00007062 
+ 00028889  0x00007ae6 iadd  0x00000006 , 0x0000000b 
+ 00028890  0x00007ae8 increase  0x00000001 , 0x00000006 
+ 00028891  0x00007ae9 ifetch  0x00000002 , 0x00000006 
+ 00028892  0x00007aea isub  0x00000012 , 0x0000003e 
+ 00028893  0x00007aee branch  0x00007fef , 0x00000005 
+ 00028894  0x00007aef call  0x0000705b 
+ 00028895  0x00007af0 iadd  0x00000006 , 0x00000006 
+ 00028896  0x00007af1 deposit  0x0000000b 
+ 00028897  0x00007af2 isub  0x00000006 , 0x0000003e 
+ 00028898  0x00007af3 branch  0x000070e4 , 0x00000005 
+ 00028899  0x00007af4 branch  0x000070da 
+ 00028900  0x00007af6 force  0x00000000 , 0x00000006 
+ 00028901  0x00007af7 force  0x00000000 , 0x0000003f 
+ 00028902  0x00007af8 rtn 
+ 00028903  0x00007aff bpatchx  0x000000d8 , 0x0000403b 
+ 00028904  0x00007b00 fetch  0x00000002 , 0x00004575 
+ 00028905  0x00007b01 iforce  0x00000006 
+ 00028906  0x00007b03 ifetch  0x00000001 , 0x00000006 
+ 00028907  0x00007b04 branch  0x00007100 , 0x00000034 
+ 00028908  0x00007b05 lshift  0x0000003f , 0x0000003f 
+ 00028909  0x00007b06 iadd  0x00000006 , 0x00000006 
+ 00028910  0x00007b07 ifetch  0x00000004 , 0x00000006 
+ 00028911  0x00007b08 isub  0x00000002 , 0x0000003e 
+ 00028912  0x00007b09 branch  0x000070f4 , 0x00000005 
+ 00028913  0x00007b0a call  0x00007062 
+ 00028914  0x00007b0b iadd  0x00000006 , 0x00000006 
+ 00028915  0x00007b0c branch  0x000070ea 
+ 00028916  0x00007b0e call  0x00007062 
+ 00028917  0x00007b0f iadd  0x00000006 , 0x0000000b 
+ 00028918  0x00007b11 increase  0x00000001 , 0x00000006 
+ 00028919  0x00007b12 ifetch  0x00000002 , 0x00000006 
+ 00028920  0x00007b13 isub  0x00000012 , 0x0000003e 
+ 00028921  0x00007b14 rtn  0x00000005 
+ 00028922  0x00007b15 call  0x0000705b 
+ 00028923  0x00007b16 iadd  0x00000006 , 0x00000006 
+ 00028924  0x00007b17 deposit  0x0000000b 
+ 00028925  0x00007b18 isub  0x00000006 , 0x0000003e 
+ 00028926  0x00007b19 branch  0x00007100 , 0x00000005 
+ 00028927  0x00007b1a branch  0x000070f6 
+ 00028928  0x00007b1c force  0x00000000 , 0x00000006 
+ 00028929  0x00007b1d rtn 
+ 00028930  0x00007b22 arg  0x00000400 , 0x00000012 
+ 00028931  0x00007b23 call  0x000070f4 
+ 00028932  0x00007b24 arg  0x00000300 , 0x00000012 
+ 00028933  0x00007b25 call  0x0000710d 
+ 00028934  0x00007b26 nrtn  0x00000028 
+ 00028935  0x00007b27 sub  0x00000011 , 0x00000003 , 0x0000003e 
+ 00028936  0x00007b28 branch  0x00007fe9 , 0x00000002 
+ 00028937  0x00007b29 ifetch  0x00000001 , 0x00000006 
+ 00028938  0x00007b2a bne  0x00000008 , 0x00007fe9 
+ 00028939  0x00007b2b ifetch  0x00000001 , 0x00000006 
+ 00028940  0x00007b2c rtn 
+ 00028941  0x00007b32 bpatchx  0x000000d9 , 0x0000403b 
+ 00028942  0x00007b33 call  0x00007062 
+ 00028943  0x00007b34 copy  0x0000003f , 0x00000011 
+ 00028944  0x00007b36 ifetch  0x00000001 , 0x00000006 
+ 00028945  0x00007b37 and  0x0000003f , 0x00000007 , 0x00000039 
+ 00028946  0x00007b38 rshift3  0x0000003f , 0x0000003f 
+ 00028947  0x00007b39 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00028948  0x00007b3a branch  0x00007129 , 0x00000005 
+ 00028949  0x00007b3b copy  0x00000039 , 0x0000003f 
+ 00028950  0x00007b3c beq  0x00000005 , 0x00007120 
+ 00028951  0x00007b3d beq  0x00000006 , 0x00007123 
+ 00028952  0x00007b3e beq  0x00000007 , 0x00007126 
+ 00028953  0x00007b3f increase  0xffffffff , 0x00000006 
+ 00028954  0x00007b40 call  0x00007062 
+ 00028955  0x00007b41 iadd  0x00000006 , 0x00000006 
+ 00028956  0x00007b42 copy  0x00000011 , 0x0000003f 
+ 00028957  0x00007b43 isub  0x00000002 , 0x00000011 
+ 00028958  0x00007b44 branch  0x00007fe9 , 0x00000005 
+ 00028959  0x00007b45 branch  0x00007110 
+ 00028960  0x00007b48 increase  0xfffffffe , 0x00000011 
+ 00028961  0x00007b49 increase  0x00000001 , 0x00000006 
+ 00028962  0x00007b4a branch  0x00007110 
+ 00028963  0x00007b4c increase  0xfffffffd , 0x00000011 
+ 00028964  0x00007b4d increase  0x00000002 , 0x00000006 
+ 00028965  0x00007b4e branch  0x00007110 
+ 00028966  0x00007b50 increase  0xfffffffb , 0x00000011 
+ 00028967  0x00007b51 increase  0x00000004 , 0x00000006 
+ 00028968  0x00007b52 branch  0x00007110 
+ 00028969  0x00007b55 increase  0xffffffff , 0x00000011 
+ 00028970  0x00007b56 copy  0x00000039 , 0x0000003f 
+ 00028971  0x00007b57 beq  0x00000001 , 0x00007132 
+ 00028972  0x00007b58 beq  0x00000002 , 0x00007130 
+ 00028973  0x00007b59 beq  0x00000004 , 0x0000712f 
+ 00028974  0x00007b5a branch  0x00007fe9 
+ 00028975  0x00007b5c increase  0xfffffff4 , 0x00000011 
+ 00028976  0x00007b5e ifetch  0x00000002 , 0x00000006 
+ 00028977  0x00007b5f increase  0xfffffffe , 0x00000011 
+ 00028978  0x00007b61 ifetch  0x00000002 , 0x00000006 
+ 00028979  0x00007b62 isub  0x00000012 , 0x0000003e 
+ 00028980  0x00007b63 branch  0x00007fe7 , 0x00000005 
+ 00028981  0x00007b64 increase  0xfffffffe , 0x00000011 
+ 00028982  0x00007b65 branch  0x00007fe9 , 0x00000005 
+ 00028983  0x00007b66 branch  0x00007110 
+ 00028984  0x00007ba2 call  0x000052d0 
+ 00028985  0x00007ba3 copy  0x0000003f , 0x00000005 
+ 00028986  0x00007ba4 setarg  0x00000006 
+ 00028987  0x00007ba5 istore  0x00000001 , 0x00000005 
+ 00028988  0x00007ba6 setarg  0x0000006e 
+ 00028989  0x00007ba7 istore  0x00000002 , 0x00000005 
+ 00028990  0x00007ba8 setarg  0x00000f00 
+ 00028991  0x00007ba9 istore  0x00000002 , 0x00000005 
+ 00028992  0x00007baa setarg  0x001a0535 
+ 00028993  0x00007bab istore  0x00000003 , 0x00000005 
+ 00028994  0x00007bac setarg  0x00000111 
+ 00028995  0x00007bad lshift16  0x0000003f , 0x0000003f 
+ 00028996  0x00007bae istore  0x00000004 , 0x00000005 
+ 00028997  0x00007baf setarg  0x00002600 
+ 00028998  0x00007bb0 istore  0x00000002 , 0x00000005 
+ 00028999  0x00007bb1 setarg  0x00000335 
+ 00029000  0x00007bb2 istore  0x00000002 , 0x00000005 
+ 00029001  0x00007bb3 setarg  0x00000009 
+ 00029002  0x00007bb4 istore  0x00000002 , 0x00000005 
+ 00029003  0x00007bb5 setarg  0x00000004 
+ 00029004  0x00007bb6 istore  0x00000002 , 0x00000005 
+ 00029005  0x00007bb7 jam  0x00000014 , 0x00000275 
+ 00029006  0x00007bb8 rtn 
+ 00029007  0x00007bbd bpatchx  0x000000da , 0x0000403b 
+ 00029008  0x00007bbe jam  0x00000050 , 0x000005e5 
+ 00029009  0x00007bbf arg  0x000005e6 , 0x00000005 
+ 00029010  0x00007bc0 arg  0x0000443a , 0x00000006 
+ 00029011  0x00007bc1 call  0x00007ebf 
+ 00029012  0x00007bc2 arg  0x000045d2 , 0x00000006 
+ 00029013  0x00007bc3 call  0x00007ebd 
+ 00029014  0x00007bc4 arg  0x000009be , 0x00000006 
+ 00029015  0x00007bc5 call  0x00007ebd 
+ 00029016  0x00007bc6 call  0x0000720a 
+ 00029017  0x00007bc7 arg  0x0000042f , 0x00000006 
+ 00029018  0x00007bc8 call  0x00007205 
+ 00029019  0x00007bc9 call  0x000071d0 
+ 00029020  0x00007bcb arg  0x00000af2 , 0x00000005 
+ 00029021  0x00007bcc call  0x00007201 
+ 00029022  0x00007bcd setarg  0x000f4240 
+ 00029023  0x00007bce copy  0x0000003f , 0x00000011 
+ 00029024  0x00007bcf fetch  0x00000004 , 0x00000af2 
+ 00029025  0x00007bd0 idiv  0x00000011 
+ 00029026  0x00007bd1 call  0x00007f86 
+ 00029027  0x00007bd2 remainder  0x0000003f 
+ 00029028  0x00007bd3 store  0x00000004 , 0x000009ba 
+ 00029029  0x00007bd5 rtn 
+ 00029030  0x00007bd8 jam  0x00000041 , 0x000005e5 
+ 00029031  0x00007bd9 arg  0x000005e6 , 0x00000005 
+ 00029032  0x00007bda call  0x000071b5 
+ 00029033  0x00007bdb call  0x000071b0 
+ 00029034  0x00007bdc fetch  0x00000003 , 0x00004454 
+ 00029035  0x00007bdd istore  0x00000003 , 0x00000005 
+ 00029036  0x00007be0 call  0x00007176 
+ 00029037  0x00007be2 arg  0x0000042f , 0x00000006 
+ 00029038  0x00007be3 call  0x00007ebf 
+ 00029039  0x00007be4 arg  0x0000443a , 0x00000006 
+ 00029040  0x00007be5 call  0x00007ebf 
+ 00029041  0x00007be6 call  0x0000720a 
+ 00029042  0x00007be7 arg  0x00000b12 , 0x00000006 
+ 00029043  0x00007be8 arg  0x00000ac2 , 0x00000005 
+ 00029044  0x00007be9 call  0x00007ebf 
+ 00029045  0x00007beb branch  0x000071d0 
+ 00029046  0x00007bf0 fetch  0x00000004 , 0x000044c7 
+ 00029047  0x00007bf1 istore  0x00000004 , 0x00000005 
+ 00029048  0x00007bf2 call  0x00007ecd 
+ 00029049  0x00007bf3 branch  0x00007eca 
+ 00029050  0x00007bf6 bpatchx  0x000000db , 0x0000403b 
+ 00029051  0x00007bf7 jam  0x00000041 , 0x000005e5 
+ 00029052  0x00007bf8 arg  0x000005e6 , 0x00000005 
+ 00029053  0x00007bf9 call  0x000071b0 
+ 00029054  0x00007bfa call  0x000071b5 
+ 00029055  0x00007bfb fetch  0x00000003 , 0x0000444d 
+ 00029056  0x00007bfc istore  0x00000003 , 0x00000005 
+ 00029057  0x00007bff call  0x00007176 
+ 00029058  0x00007c00 arg  0x0000443a , 0x00000006 
+ 00029059  0x00007c01 call  0x00007ebf 
+ 00029060  0x00007c02 arg  0x0000042f , 0x00000006 
+ 00029061  0x00007c03 call  0x00007ebf 
+ 00029062  0x00007c04 call  0x0000720a 
+ 00029063  0x00007c05 arg  0x00000b12 , 0x00000006 
+ 00029064  0x00007c06 arg  0x00000ac2 , 0x00000005 
+ 00029065  0x00007c07 call  0x00007ebf 
+ 00029066  0x00007c09 call  0x000071d0 
+ 00029067  0x00007c0a arg  0x00000af2 , 0x00000005 
+ 00029068  0x00007c0b branch  0x00007201 
+ 00029069  0x00007c0e jam  0x00000020 , 0x000005e5 
+ 00029070  0x00007c0f arg  0x000009fe , 0x00000006 
+ 00029071  0x00007c10 arg  0x000005e6 , 0x00000005 
+ 00029072  0x00007c11 call  0x00007ebd 
+ 00029073  0x00007c12 call  0x0000720a 
+ 00029074  0x00007c13 arg  0x0000099e , 0x00000006 
+ 00029075  0x00007c14 call  0x00007205 
+ 00029076  0x00007c15 call  0x000071d0 
+ 00029077  0x00007c16 arg  0x00000ac2 , 0x00000005 
+ 00029078  0x00007c17 call  0x00007497 
+ 00029079  0x00007c18 arg  0x00000001 , 0x00000002 
+ 00029080  0x00007c19 call  0x0000719f 
+ 00029081  0x00007c1a arg  0x00004419 , 0x00000005 
+ 00029082  0x00007c1b call  0x00007201 
+ 00029083  0x00007c1c arg  0x00000000 , 0x00000002 
+ 00029084  0x00007c1d call  0x0000719f 
+ 00029085  0x00007c1e arg  0x00000b12 , 0x00000005 
+ 00029086  0x00007c20 branch  0x00007497 
+ 00029087  0x00007c24 bpatchx  0x000000dc , 0x0000403b 
+ 00029088  0x00007c25 jam  0x00000035 , 0x000005e5 
+ 00029089  0x00007c26 setarg  0x00000100 
+ 00029090  0x00007c27 store  0x00000002 , 0x000005e6 
+ 00029091  0x00007c28 call  0x000071b0 
+ 00029092  0x00007c29 call  0x000071b5 
+ 00029093  0x00007c2a arg  0x0000443a , 0x00000006 
+ 00029094  0x00007c2b call  0x00007ebf 
+ 00029095  0x00007c2c arg  0x0000042f , 0x00000006 
+ 00029096  0x00007c2d call  0x00007ebf 
+ 00029097  0x00007c2f setarg  0x00006c65 
+ 00029098  0x00007c30 istore  0x00000002 , 0x00000005 
+ 00029099  0x00007c31 setarg  0x00006274 
+ 00029100  0x00007c32 istore  0x00000002 , 0x00000005 
+ 00029101  0x00007c33 istoret  0x00000001 , 0x00000005 
+ 00029102  0x00007c34 call  0x0000720a 
+ 00029103  0x00007c35 branch  0x000071d0 
+ 00029104  0x00007c38 fetch  0x00000006 , 0x000044a0 
+ 00029105  0x00007c39 istore  0x00000006 , 0x00000005 
+ 00029106  0x00007c3a fetch  0x00000001 , 0x00004495 
+ 00029107  0x00007c3b istore  0x00000001 , 0x00000005 
+ 00029108  0x00007c3c rtn 
+ 00029109  0x00007c3f fetch  0x00000006 , 0x0000044f 
+ 00029110  0x00007c40 istore  0x00000006 , 0x00000005 
+ 00029111  0x00007c45 fetch  0x00000001 , 0x0000448e 
+ 00029112  0x00007c46 istore  0x00000001 , 0x00000005 
+ 00029113  0x00007c47 rtn 
+ 00029114  0x00007c4a jam  0x00000041 , 0x000005e5 
+ 00029115  0x00007c4b fetch  0x00000001 , 0x00004664 
+ 00029116  0x00007c4c store  0x00000001 , 0x000005e6 
+ 00029117  0x00007c4d arg  0x000045d2 , 0x00000006 
+ 00029118  0x00007c4e call  0x00007ebd 
+ 00029119  0x00007c4f arg  0x000009be , 0x00000006 
+ 00029120  0x00007c50 call  0x00007ebd 
+ 00029121  0x00007c51 call  0x0000720a 
+ 00029122  0x00007c52 arg  0x0000042f , 0x00000006 
+ 00029123  0x00007c53 call  0x00007205 
+ 00029124  0x00007c54 branch  0x000071d0 
+ 00029125  0x00007c58 jam  0x00000041 , 0x000005e5 
+ 00029126  0x00007c59 fetch  0x00000001 , 0x00004664 
+ 00029127  0x00007c5a store  0x00000001 , 0x000005e6 
+ 00029128  0x00007c5b arg  0x000009be , 0x00000006 
+ 00029129  0x00007c5c call  0x00007ebd 
+ 00029130  0x00007c5d arg  0x000045d2 , 0x00000006 
+ 00029131  0x00007c5e call  0x00007ebd 
+ 00029132  0x00007c5f call  0x0000720a 
+ 00029133  0x00007c60 arg  0x0000443a , 0x00000006 
+ 00029134  0x00007c61 call  0x00007205 
+ 00029135  0x00007c62 branch  0x000071d0 
+ 00029136  0x00007c65 bpatchx  0x000000dd , 0x0000403b 
+ 00029137  0x00007c66 call  0x0000721f 
+ 00029138  0x00007c6a fetch  0x00000001 , 0x000005e5 
+ 00029139  0x00007c6b copy  0x0000003f , 0x00000002 
+ 00029140  0x00007c6d increase  0x0000000f , 0x0000003f 
+ 00029141  0x00007c6e rshift4  0x0000003f , 0x0000003f 
+ 00029142  0x00007c6f copy  0x0000003f , 0x00000012 
+ 00029143  0x00007c70 branch  0x000071e2 , 0x00000034 
+ 00029144  0x00007c71 and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00029145  0x00007c72 nbranch  0x000071e5 , 0x00000034 
+ 00029146  0x00007c74 arg  0x00000ad2 , 0x00000013 
+ 00029147  0x00007c75 arg  0x000005e6 , 0x0000003f 
+ 00029148  0x00007c76 increase  0xfffffff0 , 0x0000003f 
+ 00029149  0x00007c79 iadd  0x00000002 , 0x00000011 
+ 00029150  0x00007c7a arg  0x00000b02 , 0x00000005 
+ 00029151  0x00007c7b arg  0x00000004 , 0x00000039 
+ 00029152  0x00007c7c call  0x00007edd 
+ 00029153  0x00007c80 branch  0x000071f0 
+ 00029154  0x00007c83 arg  0x00000001 , 0x00000012 
+ 00029155  0x00007c84 arg  0x00000000 , 0x00000011 
+ 00029156  0x00007c86 branch  0x000071e6 
+ 00029157  0x00007c8b and  0x00000002 , 0x0000000f , 0x00000011 
+ 00029158  0x00007c8d arg  0x000005e6 , 0x0000003f 
+ 00029159  0x00007c8e iadd  0x00000002 , 0x0000003f 
+ 00029160  0x00007c8f isub  0x00000011 , 0x00000006 
+ 00029161  0x00007c91 arg  0x00000af2 , 0x00000005 
+ 00029162  0x00007c92 call  0x00007245 
+ 00029163  0x00007c94 arg  0x00000ae2 , 0x00000013 
+ 00029164  0x00007c95 arg  0x00000af2 , 0x00000011 
+ 00029165  0x00007c96 arg  0x00000b02 , 0x00000005 
+ 00029166  0x00007c97 arg  0x00000004 , 0x00000039 
+ 00029167  0x00007c98 call  0x00007edd 
+ 00029168  0x00007ca4 call  0x00007491 
+ 00029169  0x00007ca5 call  0x00007428 
+ 00029170  0x00007ca8 arg  0x000005e6 , 0x00000006 
+ 00029171  0x00007cab increase  0xffffffff , 0x00000012 
+ 00029172  0x00007cac deposit  0x00000012 
+ 00029173  0x00007cad branch  0x000071f9 , 0x00000034 
+ 00029174  0x00007cae call  0x00007486 
+ 00029175  0x00007caf call  0x00007422 
+ 00029176  0x00007cb0 branch  0x000071f3 
+ 00029177  0x00007cb3 arg  0x00000af2 , 0x00000005 
+ 00029178  0x00007cb4 call  0x00007497 
+ 00029179  0x00007cb5 arg  0x00000b02 , 0x00000006 
+ 00029180  0x00007cb6 call  0x00007486 
+ 00029181  0x00007cb7 call  0x00007428 
+ 00029182  0x00007cb8 arg  0x00000af2 , 0x00000006 
+ 00029183  0x00007cb9 call  0x00007486 
+ 00029184  0x00007cba branch  0x00007422 
+ 00029185  0x00007cc0 copy  0x00000005 , 0x00000011 
+ 00029186  0x00007cc1 call  0x00007497 
+ 00029187  0x00007cc3 arg  0x00000010 , 0x00000039 
+ 00029188  0x00007cc4 branch  0x00007ee5 
+ 00029189  0x00007cc7 arg  0x00000ac2 , 0x00000005 
+ 00029190  0x00007cc8 call  0x00007ebf 
+ 00029191  0x00007cca arg  0x00000010 , 0x00000039 
+ 00029192  0x00007ccb arg  0x00000ac2 , 0x00000011 
+ 00029193  0x00007ccc branch  0x00007ee5 
+ 00029194  0x00007ccf fetch  0x00000001 , 0x000005e5 
+ 00029195  0x00007cd0 copy  0x0000003f , 0x00000039 
+ 00029196  0x00007cd1 arg  0x000005e6 , 0x00000011 
+ 00029197  0x00007cd2 branch  0x00007ee5 
+ 00029198  0x00007cd5 ifetch  0x00000001 , 0x00000011 
+ 00029199  0x00007cd6 lshift  0x0000003f , 0x0000003f 
+ 00029200  0x00007cd7 isolate1  0x00000000 , 0x00000013 
+ 00029201  0x00007cd8 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00029202  0x00007cd9 isolate1  0x00000008 , 0x0000003f 
+ 00029203  0x00007cda setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00029204  0x00007cdb istore  0x00000001 , 0x00000011 
+ 00029205  0x00007cdc increase  0xffffffff , 0x00000011 
+ 00029206  0x00007cdd loop  0x0000720e 
+ 00029207  0x00007cde rtn 
+ 00029208  0x00007ce1 arg  0x00000ad2 , 0x00000011 
+ 00029209  0x00007ce3 increase  0x0000000f , 0x00000011 
+ 00029210  0x00007ce4 force  0x00000010 , 0x00000039 
+ 00029211  0x00007ce5 force  0x00000000 , 0x00000013 
+ 00029212  0x00007ce6 branch  0x0000720e 
+ 00029213  0x00007ce9 arg  0x00000ae2 , 0x00000011 
+ 00029214  0x00007cea branch  0x00007219 
+ 00029215  0x00007cee arg  0x00000ac2 , 0x00000006 
+ 00029216  0x00007cef call  0x00007484 
+ 00029217  0x00007cf2 force  0x00000008 , 0x00000038 
+ 00029218  0x00007cf3 call  0x00007492 
+ 00029219  0x00007cf4 call  0x00007491 
+ 00029220  0x00007cf5 call  0x0000741f 
+ 00029221  0x00007cfa arg  0x00000ad2 , 0x00000005 
+ 00029222  0x00007cfb call  0x00007497 
+ 00029223  0x00007cfd bpatchx  0x000000de , 0x0000403b 
+ 00029224  0x00007cfe fetch  0x00000001 , 0x00000ad2 
+ 00029225  0x00007cff isolate1  0x00000007 , 0x0000003f 
+ 00029226  0x00007d00 nbranch  0x00007230 , 0x00000001 
+ 00029227  0x00007d01 call  0x00007218 
+ 00029228  0x00007d04 arg  0x00000ad2 , 0x00000013 
+ 00029229  0x00007d06 arg  0x00000ad2 , 0x00000005 
+ 00029230  0x00007d09 call  0x0000723a 
+ 00029231  0x00007d0a branch  0x00007231 
+ 00029232  0x00007d0c call  0x00007218 
+ 00029233  0x00007d0f arg  0x00000ad2 , 0x00000006 
+ 00029234  0x00007d10 arg  0x00000ae2 , 0x00000005 
+ 00029235  0x00007d11 call  0x00007ebf 
+ 00029236  0x00007d12 fetch  0x00000001 , 0x00000ae2 
+ 00029237  0x00007d13 isolate1  0x00000007 , 0x0000003f 
+ 00029238  0x00007d14 nbranch  0x0000721d , 0x00000001 
+ 00029239  0x00007d15 call  0x0000721d 
+ 00029240  0x00007d17 arg  0x00000ae2 , 0x00000013 
+ 00029241  0x00007d19 arg  0x00000ae2 , 0x00000005 
+ 00029242  0x00007d20 arg  0x00000003 , 0x00000039 
+ 00029243  0x00007d22 arg  0x00000000 , 0x00000002 
+ 00029244  0x00007d23 call  0x00007241 
+ 00029245  0x00007d24 increase  0x00000004 , 0x00000013 
+ 00029246  0x00007d25 loop  0x0000723b 
+ 00029247  0x00007d26 arg  0x00008700 , 0x00000002 
+ 00029248  0x00007d27 lshift16  0x00000002 , 0x00000002 
+ 00029249  0x00007d29 ifetch  0x00000004 , 0x00000013 
+ 00029250  0x00007d2a ixor  0x00000002 , 0x0000003f 
+ 00029251  0x00007d2b istore  0x00000004 , 0x00000005 
+ 00029252  0x00007d2c rtn 
+ 00029253  0x00007d33 bpatchx  0x000000df , 0x0000403b 
+ 00029254  0x00007d34 arg  0x00000010 , 0x00000039 
+ 00029255  0x00007d35 arg  0x00000000 , 0x0000003f 
+ 00029256  0x00007d37 isub  0x00000011 , 0x0000003e 
+ 00029257  0x00007d38 branch  0x00007250 , 0x00000005 
+ 00029258  0x00007d39 branch  0x00007253 , 0x00000002 
+ 00029259  0x00007d3a ifetcht  0x00000001 , 0x00000006 
+ 00029260  0x00007d3b istoret  0x00000001 , 0x00000005 
+ 00029261  0x00007d3d increase  0x00000001 , 0x0000003f 
+ 00029262  0x00007d3e loop  0x00007248 
+ 00029263  0x00007d3f rtn 
+ 00029264  0x00007d41 arg  0x00000080 , 0x00000002 
+ 00029265  0x00007d43 istoret  0x00000001 , 0x00000005 
+ 00029266  0x00007d44 branch  0x0000724d 
+ 00029267  0x00007d47 arg  0x00000000 , 0x00000002 
+ 00029268  0x00007d48 branch  0x00007251 
+ 00029269  0x00007d4c call  0x00007268 
+ 00029270  0x00007d4d arg  0x00000592 , 0x00000006 
+ 00029271  0x00007d4e arg  0x00000582 , 0x00000005 
+ 00029272  0x00007d4f branch  0x00007ebf 
+ 00029273  0x00007d53 disable  0x00000028 
+ 00029274  0x00007d54 call  0x0000735f 
+ 00029275  0x00007d55 arg  0x00000562 , 0x00000006 
+ 00029276  0x00007d56 arg  0x000005a2 , 0x00000005 
+ 00029277  0x00007d57 force  0x0000000f , 0x00000039 
+ 00029278  0x00007d58 call  0x00007f01 
+ 00029279  0x00007d59 ifetch  0x00000001 , 0x00000006 
+ 00029280  0x00007d5a xor_into  0x00000006 , 0x0000003f 
+ 00029281  0x00007d5b istore  0x00000001 , 0x00000005 
+ 00029282  0x00007d5c setarg  0x000005b2 
+ 00029283  0x00007d5d store  0x00000002 , 0x000005d6 
+ 00029284  0x00007d5e setarg  0x000005a2 
+ 00029285  0x00007d5f store  0x00000002 , 0x000005d4 
+ 00029286  0x00007d60 set1  0x00000012 , 0x00000000 
+ 00029287  0x00007d61 branch  0x000072a8 
+ 00029288  0x00007d66 fetcht  0x00000001 , 0x00004689 
+ 00029289  0x00007d67 force  0x00000010 , 0x00000012 
+ 00029290  0x00007d68 add  0x00000002 , 0x00000006 , 0x00000013 
+ 00029291  0x00007d69 sub  0x00000013 , 0x00000010 , 0x0000003e 
+ 00029292  0x00007d6a branch  0x0000726e , 0x00000002 
+ 00029293  0x00007d6b force  0x00000010 , 0x00000013 
+ 00029294  0x00007d6d arg  0x000005a2 , 0x00000005 
+ 00029295  0x00007d6f arg  0x0000468a , 0x00000006 
+ 00029296  0x00007d70 copy  0x00000002 , 0x00000039 
+ 00029297  0x00007d71 disable  0x00000028 
+ 00029298  0x00007d73 ifetch  0x00000001 , 0x00000006 
+ 00029299  0x00007d74 istore  0x00000001 , 0x00000005 
+ 00029300  0x00007d75 increase  0xffffffff , 0x00000012 
+ 00029301  0x00007d76 branch  0x0000727c , 0x00000005 
+ 00029302  0x00007d77 loop  0x00007272 
+ 00029303  0x00007d78 branch  0x0000726f , 0x00000028 
+ 00029304  0x00007d79 enable  0x00000028 
+ 00029305  0x00007d7a force  0x00000006 , 0x00000039 
+ 00029306  0x00007d7b copy  0x00000011 , 0x00000006 
+ 00029307  0x00007d7c branch  0x00007272 
+ 00029308  0x00007d7e arg  0x00000562 , 0x00000006 
+ 00029309  0x00007d7f arg  0x000005b2 , 0x00000005 
+ 00029310  0x00007d80 call  0x00007ebf 
+ 00029311  0x00007d81 fetch  0x00000001 , 0x000005c1 
+ 00029312  0x00007d82 ixor  0x00000013 , 0x0000003f 
+ 00029313  0x00007d83 store  0x00000001 , 0x000005c1 
+ 00029314  0x00007d84 setarg  0x000005b2 
+ 00029315  0x00007d85 store  0x00000002 , 0x000005d6 
+ 00029316  0x00007d86 setarg  0x000005a2 
+ 00029317  0x00007d87 store  0x00000002 , 0x000005d4 
+ 00029318  0x00007d88 set1  0x00000012 , 0x00000000 
+ 00029319  0x00007d89 branch  0x000072a8 
+ 00029320  0x00007d8f disable  0x00000028 
+ 00029321  0x00007d90 call  0x0000735f 
+ 00029322  0x00007d91 branch  0x00007292 
+ 00029323  0x00007d94 arg  0x00000056 , 0x00000011 
+ 00029324  0x00007d95 enable  0x00000028 
+ 00029325  0x00007d96 call  0x0000735f 
+ 00029326  0x00007d97 call  0x00007292 
+ 00029327  0x00007d98 arg  0x00000592 , 0x00000006 
+ 00029328  0x00007d99 arg  0x00000062 , 0x00000005 
+ 00029329  0x00007d9a branch  0x00007ebf 
+ 00029330  0x00007d9e setarg  0x00000562 
+ 00029331  0x00007d9f store  0x00000002 , 0x000005d6 
+ 00029332  0x00007da0 setarg  0x000041be 
+ 00029333  0x00007da1 store  0x00000002 , 0x000005d4 
+ 00029334  0x00007da2 set0  0x00000012 , 0x00000000 
+ 00029335  0x00007da3 call  0x000072a8 
+ 00029336  0x00007da4 arg  0x00000592 , 0x00000011 
+ 00029337  0x00007da5 arg  0x00000562 , 0x00000012 
+ 00029338  0x00007da6 arg  0x000005a2 , 0x00000005 
+ 00029339  0x00007da7 call  0x00007352 
+ 00029340  0x00007da8 arg  0x000005a2 , 0x00000011 
+ 00029341  0x00007da9 arg  0x000005b2 , 0x00000012 
+ 00029342  0x00007daa copy  0x00000012 , 0x00000005 
+ 00029343  0x00007dab enable  0x00000028 
+ 00029344  0x00007dac call  0x00007350 
+ 00029345  0x00007dad call  0x0000736a 
+ 00029346  0x00007dae setarg  0x000005b2 
+ 00029347  0x00007daf store  0x00000002 , 0x000005d6 
+ 00029348  0x00007db0 setarg  0x000005a2 
+ 00029349  0x00007db1 store  0x00000002 , 0x000005d4 
+ 00029350  0x00007db2 set1  0x00000012 , 0x00000000 
+ 00029351  0x00007db3 branch  0x000072a8 
+ 00029352  0x00007db8 jam  0x00000000 , 0x000005d8 
+ 00029353  0x00007db9 fetch  0x00000002 , 0x000005d4 
+ 00029354  0x00007dba iforce  0x00000006 
+ 00029355  0x00007dbb arg  0x000005c2 , 0x00000005 
+ 00029356  0x00007dbc call  0x00007ebf 
+ 00029357  0x00007dbd fetch  0x00000002 , 0x000005d6 
+ 00029358  0x00007dbe iforce  0x00000006 
+ 00029359  0x00007dbf arg  0x00000592 , 0x00000005 
+ 00029360  0x00007dc0 call  0x00007ebf 
+ 00029361  0x00007dc3 call  0x000072cf 
+ 00029362  0x00007dc4 disable  0x00000028 
+ 00029363  0x00007dc5 bmark0  0x00000012 , 0x000072b9 
+ 00029364  0x00007dc6 fetch  0x00000001 , 0x000005d8 
+ 00029365  0x00007dc7 bne  0x00000004 , 0x000072b9 
+ 00029366  0x00007dc8 fetch  0x00000002 , 0x000005d6 
+ 00029367  0x00007dc9 iforce  0x00000012 
+ 00029368  0x00007dca call  0x00007301 
+ 00029369  0x00007dcc call  0x00007300 
+ 00029370  0x00007dcd call  0x00007313 
+ 00029371  0x00007dce fetch  0x00000001 , 0x000005d8 
+ 00029372  0x00007dcf increase  0x00000001 , 0x0000003f 
+ 00029373  0x00007dd0 store  0x00000001 , 0x000005d8 
+ 00029374  0x00007dd2 call  0x000072cf 
+ 00029375  0x00007dd3 enable  0x00000028 
+ 00029376  0x00007dd4 call  0x00007300 
+ 00029377  0x00007dd5 call  0x00007322 
+ 00029378  0x00007dd6 call  0x00007331 
+ 00029379  0x00007dd7 call  0x00007322 
+ 00029380  0x00007dd8 call  0x00007331 
+ 00029381  0x00007dd9 call  0x00007322 
+ 00029382  0x00007dda call  0x00007331 
+ 00029383  0x00007ddb call  0x00007322 
+ 00029384  0x00007ddc fetch  0x00000001 , 0x000005d8 
+ 00029385  0x00007ddd increase  0x00000001 , 0x0000003f 
+ 00029386  0x00007dde store  0x00000001 , 0x000005d8 
+ 00029387  0x00007ddf bne  0x00000010 , 0x000072b1 
+ 00029388  0x00007de0 call  0x000072cf 
+ 00029389  0x00007de1 disable  0x00000028 
+ 00029390  0x00007de2 branch  0x00007300 
+ 00029391  0x00007de7 fetch  0x00000001 , 0x000005d8 
+ 00029392  0x00007de8 arg  0x000005c2 , 0x00000006 
+ 00029393  0x00007de9 branch  0x000072f6 , 0x00000034 
+ 00029394  0x00007dea iforce  0x00000012 
+ 00029395  0x00007deb force  0x00000011 , 0x00000039 
+ 00029396  0x00007dec copy  0x00000006 , 0x00000005 
+ 00029397  0x00007dee ifetch  0x00000001 , 0x00000006 
+ 00029398  0x00007def lshift3  0x0000003f , 0x00000002 
+ 00029399  0x00007df0 rshift2  0x0000003f , 0x0000003f 
+ 00029400  0x00007df1 rshift3  0x0000003f , 0x0000003f 
+ 00029401  0x00007df2 ior  0x00000002 , 0x0000003f 
+ 00029402  0x00007df3 istore  0x00000001 , 0x00000005 
+ 00029403  0x00007df4 loop  0x000072d5 
+ 00029404  0x00007df5 setarg  0x000005c2 
+ 00029405  0x00007df6 iadd  0x00000012 , 0x00000006 
+ 00029406  0x00007df7 force  0x00000010 , 0x00000039 
+ 00029407  0x00007df8 arg  0x00000572 , 0x00000005 
+ 00029408  0x00007dfa ifetch  0x00000001 , 0x00000006 
+ 00029409  0x00007dfb istore  0x00000001 , 0x00000005 
+ 00029410  0x00007dfc compare  0x000005d3 , 0x00000006 , 0x000000ff 
+ 00029411  0x00007dfd nbranch  0x000072e5 , 0x00000001 
+ 00029412  0x00007dfe increase  0xffffffef , 0x00000006 
+ 00029413  0x00007e00 loop  0x000072e0 
+ 00029414  0x00007e01 force  0x00000000 , 0x00000011 
+ 00029415  0x00007e02 add  0x00000012 , 0xffffffff , 0x00000013 
+ 00029416  0x00007e03 lshift2  0x00000013 , 0x00000013 
+ 00029417  0x00007e04 lshift2  0x00000013 , 0x00000013 
+ 00029418  0x00007e05 call  0x000074b9 
+ 00029419  0x00007e06 setarg  0x00008400 
+ 00029420  0x00007e07 iadd  0x00000013 , 0x00000013 
+ 00029421  0x00007e08 arg  0x00000572 , 0x00000005 
+ 00029422  0x00007e09 force  0x00000010 , 0x00000039 
+ 00029423  0x00007e0b ifetcht  0x00000001 , 0x00000013 
+ 00029424  0x00007e0c ifetch  0x00000001 , 0x00000005 
+ 00029425  0x00007e0d iadd  0x00000002 , 0x0000003f 
+ 00029426  0x00007e0e istore  0x00000001 , 0x00000005 
+ 00029427  0x00007e0f increase  0x00000001 , 0x00000013 
+ 00029428  0x00007e10 loop  0x000072ef 
+ 00029429  0x00007e11 branch  0x000074bd 
+ 00029430  0x00007e14 force  0x00000010 , 0x00000039 
+ 00029431  0x00007e15 force  0x00000000 , 0x00000002 
+ 00029432  0x00007e17 ifetch  0x00000001 , 0x00000006 
+ 00029433  0x00007e18 ixor  0x00000002 , 0x00000002 
+ 00029434  0x00007e19 loop  0x000072f8 
+ 00029435  0x00007e1a deposit  0x00000002 
+ 00029436  0x00007e1b istore  0x00000001 , 0x00000006 
+ 00029437  0x00007e1c arg  0x000005c2 , 0x00000006 
+ 00029438  0x00007e1d arg  0x00000572 , 0x00000005 
+ 00029439  0x00007e1e branch  0x00007ebf 
+ 00029440  0x00007e21 arg  0x00000572 , 0x00000012 
+ 00029441  0x00007e23 force  0x00000010 , 0x00000039 
+ 00029442  0x00007e24 arg  0x00000592 , 0x00000011 
+ 00029443  0x00007e25 copy  0x00000011 , 0x00000005 
+ 00029444  0x00007e27 ifetcht  0x00000001 , 0x00000011 
+ 00029445  0x00007e28 ifetch  0x00000001 , 0x00000012 
+ 00029446  0x00007e29 ixor  0x00000002 , 0x00000030 
+ 00029447  0x00007e2a and  0x00000039 , 0x00000003 , 0x00000013 
+ 00029448  0x00007e2b nbranch  0x0000730a , 0x00000028 
+ 00029449  0x00007e2c xor_into  0x00000003 , 0x00000013 
+ 00029450  0x00007e2e sub  0x00000013 , 0x00000001 , 0x00000013 
+ 00029451  0x00007e2f branch  0x0000730d , 0x00000002 
+ 00029452  0x00007e30 iadd  0x00000002 , 0x00000030 
+ 00029453  0x00007e32 deposit  0x00000030 
+ 00029454  0x00007e33 istore  0x00000001 , 0x00000005 
+ 00029455  0x00007e34 increase  0x00000001 , 0x00000011 
+ 00029456  0x00007e35 increase  0x00000001 , 0x00000012 
+ 00029457  0x00007e36 loop  0x00007304 
+ 00029458  0x00007e37 rtn 
+ 00029459  0x00007e3a call  0x000074b9 
+ 00029460  0x00007e3b force  0x00000010 , 0x00000039 
+ 00029461  0x00007e3c arg  0x00000592 , 0x00000011 
+ 00029462  0x00007e3e ifetch  0x00000001 , 0x00000011 
+ 00029463  0x00007e3f arg  0x00008500 , 0x00000006 
+ 00029464  0x00007e40 and  0x00000039 , 0x00000003 , 0x00000013 
+ 00029465  0x00007e41 sub  0x00000013 , 0x00000001 , 0x0000003e 
+ 00029466  0x00007e42 branch  0x0000731c , 0x00000002 
+ 00029467  0x00007e43 arg  0x00008600 , 0x00000006 
+ 00029468  0x00007e45 iadd  0x00000006 , 0x00000006 
+ 00029469  0x00007e46 ifetch  0x00000001 , 0x00000006 
+ 00029470  0x00007e47 istore  0x00000001 , 0x00000011 
+ 00029471  0x00007e48 increase  0x00000001 , 0x00000011 
+ 00029472  0x00007e49 loop  0x00007316 
+ 00029473  0x00007e4a branch  0x000074bd 
+ 00029474  0x00007e4d force  0x00000008 , 0x00000039 
+ 00029475  0x00007e4e arg  0x00000592 , 0x00000006 
+ 00029476  0x00007e4f copy  0x00000006 , 0x00000005 
+ 00029477  0x00007e51 ifetch  0x00000001 , 0x00000006 
+ 00029478  0x00007e52 iforce  0x00000011 
+ 00029479  0x00007e53 ifetch  0x00000001 , 0x00000006 
+ 00029480  0x00007e54 iforce  0x00000012 
+ 00029481  0x00007e55 lshift  0x00000011 , 0x0000003f 
+ 00029482  0x00007e56 iadd  0x00000012 , 0x0000003f 
+ 00029483  0x00007e57 istore  0x00000001 , 0x00000005 
+ 00029484  0x00007e58 deposit  0x00000011 
+ 00029485  0x00007e59 iadd  0x00000012 , 0x0000003f 
+ 00029486  0x00007e5a istore  0x00000001 , 0x00000005 
+ 00029487  0x00007e5b loop  0x00007325 
+ 00029488  0x00007e5c rtn 
+ 00029489  0x00007e60 setarg  0x008ae42c 
+ 00029490  0x00007e61 iforce  0x00000002 
+ 00029491  0x00007e62 force  0x00000007 , 0x00000039 
+ 00029492  0x00007e63 call  0x00007340 
+ 00029493  0x00007e64 setarg  0x000d751b 
+ 00029494  0x00007e65 iforce  0x00000002 
+ 00029495  0x00007e66 force  0x00000005 , 0x00000039 
+ 00029496  0x00007e67 call  0x00007340 
+ 00029497  0x00007e68 fetch  0x00000001 , 0x000005a1 
+ 00029498  0x00007e69 iforce  0x00000011 
+ 00029499  0x00007e6a fetch  0x00000001 , 0x00000595 
+ 00029500  0x00007e6b store  0x00000001 , 0x000005a1 
+ 00029501  0x00007e6c deposit  0x00000011 
+ 00029502  0x00007e6d store  0x00000001 , 0x00000595 
+ 00029503  0x00007e6e rtn 
+ 00029504  0x00007e71 and  0x00000002 , 0x0000000f , 0x00000012 
+ 00029505  0x00007e73 and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00029506  0x00007e74 arg  0x00000592 , 0x00000005 
+ 00029507  0x00007e75 iadd  0x00000005 , 0x00000005 
+ 00029508  0x00007e76 ifetch  0x00000001 , 0x00000005 
+ 00029509  0x00007e77 iforce  0x00000013 
+ 00029510  0x00007e78 deposit  0x00000011 
+ 00029511  0x00007e79 istore  0x00000001 , 0x00000005 
+ 00029512  0x00007e7a copy  0x00000013 , 0x00000011 
+ 00029513  0x00007e7b rshift4  0x00000002 , 0x00000002 
+ 00029514  0x00007e7c loop  0x00007341 
+ 00029515  0x00007e7d setarg  0x00000592 
+ 00029516  0x00007e7e iadd  0x00000012 , 0x00000005 
+ 00029517  0x00007e7f deposit  0x00000011 
+ 00029518  0x00007e80 istore  0x00000001 , 0x00000005 
+ 00029519  0x00007e81 rtn 
+ 00029520  0x00007e84 enable  0x00000028 
+ 00029521  0x00007e85 branch  0x00007353 
+ 00029522  0x00007e88 disable  0x00000028 
+ 00029523  0x00007e8a force  0x00000010 , 0x00000039 
+ 00029524  0x00007e8c ifetcht  0x00000001 , 0x00000011 
+ 00029525  0x00007e8d ifetch  0x00000001 , 0x00000012 
+ 00029526  0x00007e8e branch  0x00007359 , 0x00000028 
+ 00029527  0x00007e8f ixor  0x00000002 , 0x0000003f 
+ 00029528  0x00007e90 branch  0x0000735a 
+ 00029529  0x00007e92 iadd  0x00000002 , 0x0000003f 
+ 00029530  0x00007e94 istore  0x00000001 , 0x00000005 
+ 00029531  0x00007e95 increase  0x00000001 , 0x00000011 
+ 00029532  0x00007e96 increase  0x00000001 , 0x00000012 
+ 00029533  0x00007e97 loop  0x00007354 
+ 00029534  0x00007e98 rtn 
+ 00029535  0x00007e9c arg  0x000005b2 , 0x00000005 
+ 00029536  0x00007e9d ifetch  0x00000006 , 0x00000011 
+ 00029537  0x00007e9e istore  0x00000006 , 0x00000005 
+ 00029538  0x00007e9f branch  0x00007365 , 0x00000028 
+ 00029539  0x00007ea0 ifetch  0x00000006 , 0x00000011 
+ 00029540  0x00007ea1 branch  0x00007366 
+ 00029541  0x00007ea3 ifetch  0x00000006 , 0x00000006 
+ 00029542  0x00007ea5 istore  0x00000006 , 0x00000005 
+ 00029543  0x00007ea6 ifetch  0x00000004 , 0x00000011 
+ 00029544  0x00007ea7 istore  0x00000004 , 0x00000005 
+ 00029545  0x00007ea8 rtn 
+ 00029546  0x00007eab arg  0x000041be , 0x00000006 
+ 00029547  0x00007eac arg  0x000005a2 , 0x00000005 
+ 00029548  0x00007ead arg  0x00000000 , 0x00000002 
+ 00029549  0x00007eae setarg  0x008395a7 
+ 00029550  0x00007eaf call  0x0000738b 
+ 00029551  0x00007eb0 setarg  0x00b3c1df 
+ 00029552  0x00007eb1 call  0x0000738b 
+ 00029553  0x00007eb2 setarg  0x0000e5e9 
+ 00029554  0x00007eb3 call  0x0000738c 
+ 00029555  0x00007eb4 copy  0x00000002 , 0x00000014 
+ 00029556  0x00007eb5 disable  0x00000028 
+ 00029557  0x00007eb6 call  0x00007379 
+ 00029558  0x00007eb7 copy  0x00000014 , 0x00000002 
+ 00029559  0x00007eb8 enable  0x00000028 
+ 00029560  0x00007eb9 branch  0x00007379 
+ 00029561  0x00007ebc force  0x00000008 , 0x00000039 
+ 00029562  0x00007ebe ifetch  0x00000001 , 0x00000006 
+ 00029563  0x00007ebf compare  0x00000001 , 0x00000039 , 0x00000001 
+ 00029564  0x00007ec0 branch  0x00007380 , 0x00000028 
+ 00029565  0x00007ec1 branch  0x00007381 , 0x00000001 
+ 00029566  0x00007ec3 iadd  0x00000002 , 0x0000003f 
+ 00029567  0x00007ec4 branch  0x00007382 
+ 00029568  0x00007ec6 branch  0x0000737e , 0x00000001 
+ 00029569  0x00007ec8 ixor  0x00000002 , 0x0000003f 
+ 00029570  0x00007eca istore  0x00000001 , 0x00000005 
+ 00029571  0x00007ecb rshift8  0x00000002 , 0x00000002 
+ 00029572  0x00007ecc loop  0x0000737a 
+ 00029573  0x00007ecd rtn 
+ 00029574  0x00007ed0 fetch  0x00000006 , 0x00000596 
+ 00029575  0x00007ed1 store  0x00000006 , 0x00000056 
+ 00029576  0x00007ed2 ifetch  0x00000006 , 0x00000006 
+ 00029577  0x00007ed3 istore  0x00000006 , 0x00000005 
+ 00029578  0x00007ed4 rtn 
+ 00029579  0x00007ed7 lshift8  0x00000002 , 0x00000002 
+ 00029580  0x00007ed9 lshift16  0x00000002 , 0x00000002 
+ 00029581  0x00007eda ior  0x00000002 , 0x00000002 
+ 00029582  0x00007edb rtn 
+ 00029583  0x00007ee0 branch  0x0000738f 
+ 00029584  0x00007ee5 bpatchx  0x000000e0 , 0x0000403c 
+ 00029585  0x00007ee6 call  0x0000742b 
+ 00029586  0x00007ee7 arg  0x00004419 , 0x00000005 
+ 00029587  0x00007ee8 branch  0x00007497 
+ 00029588  0x00007eec arg  0x0000443a , 0x00000005 
+ 00029589  0x00007eed branch  0x00007397 , 0x00000029 
+ 00029590  0x00007eee arg  0x0000042f , 0x00000005 
+ 00029591  0x00007ef0 copy  0x00000006 , 0x00000011 
+ 00029592  0x00007ef1 call  0x00007ebf 
+ 00029593  0x00007ef2 call  0x00007440 
+ 00029594  0x00007ef3 arg  0x0000442a , 0x00000006 
+ 00029595  0x00007ef4 branch  0x000074b0 
+ 00029596  0x00007ef7 arg  0x0000042f , 0x00000011 
+ 00029597  0x00007ef8 branch  0x0000739f , 0x00000029 
+ 00029598  0x00007ef9 arg  0x0000443a , 0x00000011 
+ 00029599  0x00007efb copy  0x00000011 , 0x00000005 
+ 00029600  0x00007efc call  0x0000630c 
+ 00029601  0x00007efd branch  0x00007440 
+ 00029602  0x00007f00 arg  0x000044aa , 0x00000006 
+ 00029603  0x00007f01 call  0x00007486 
+ 00029604  0x00007f02 arg  0x00004419 , 0x00000006 
+ 00029605  0x00007f03 call  0x00007487 
+ 00029606  0x00007f04 force  0x00000038 , 0x00000036 
+ 00029607  0x00007f05 force  0x00000000 , 0x00000036 
+ 00029608  0x00007f06 call  0x0000741d 
+ 00029609  0x00007f07 arg  0x0000047c , 0x00000005 
+ 00029610  0x00007f08 branch  0x00007497 
+ 00029611  0x00007f0c force  0x00000049 , 0x0000003f 
+ 00029612  0x00007f0d branch  0x000073ae 
+ 00029613  0x00007f0f force  0x00000001 , 0x0000003f 
+ 00029614  0x00007f11 force  0x00000000 , 0x00000038 
+ 00029615  0x00007f12 lshift8  0x00000002 , 0x0000002f 
+ 00029616  0x00007f13 ior  0x0000002f , 0x0000002f 
+ 00029617  0x00007f14 increase  0x00000001 , 0x00000038 
+ 00029618  0x00007f15 rshift8  0x00000002 , 0x0000002f 
+ 00029619  0x00007f16 rshift16  0x0000002f , 0x0000002f 
+ 00029620  0x00007f17 fetch  0x00000002 , 0x00004411 
+ 00029621  0x00007f18 lshift16 , 0x0000003f , 0x0000003f 
+ 00029622  0x00007f19 ior  0x0000002f , 0x0000002f 
+ 00029623  0x00007f1a increase  0x00000001 , 0x00000038 
+ 00029624  0x00007f1b ifetch  0x00000004 , 0x00000006 
+ 00029625  0x00007f1c iforce  0x0000002f 
+ 00029626  0x00007f1d increase  0x00000001 , 0x00000038 
+ 00029627  0x00007f1e ifetch  0x00000002 , 0x00000006 
+ 00029628  0x00007f1f byteswap  0x00000011 , 0x0000002f 
+ 00029629  0x00007f20 lshift16  0x0000002f , 0x0000002f 
+ 00029630  0x00007f21 ior  0x0000002f , 0x0000002f 
+ 00029631  0x00007f22 increase  0x00000001 , 0x00000038 
+ 00029632  0x00007f23 rtn 
+ 00029633  0x00007f28 add  0x00000013 , 0x00000001 , 0x00000006 
+ 00029634  0x00007f29 ifetch  0x00000001 , 0x00000006 
+ 00029635  0x00007f2a iforce  0x00000011 
+ 00029636  0x00007f2b call  0x000073ab 
+ 00029637  0x00007f2c call  0x0000741f 
+ 00029638  0x00007f2e force  0x00000000 , 0x00000038 
+ 00029639  0x00007f2f ifetch  0x00000001 , 0x00000013 
+ 00029640  0x00007f30 and_into  0x00000003 , 0x0000003f 
+ 00029641  0x00007f31 lshift16  0x0000003f , 0x0000002f 
+ 00029642  0x00007f32 set1  0x00000008 , 0x0000002f 
+ 00029643  0x00007f33 call  0x0000748f 
+ 00029644  0x00007f34 call  0x00007422 
+ 00029645  0x00007f36 copy  0x00000011 , 0x00000039 
+ 00029646  0x00007f37 add  0x00000013 , 0x00000002 , 0x00000006 
+ 00029647  0x00007f38 call  0x0000746e 
+ 00029648  0x00007f3a call  0x00007478 
+ 00029649  0x00007f3b call  0x00007422 
+ 00029650  0x00007f3c deposit  0x00000039 
+ 00029651  0x00007f3d branch  0x000073d5 , 0x00000034 
+ 00029652  0x00007f3e branch  0x000073d0 
+ 00029653  0x00007f40 force  0x0000000c , 0x00000038 
+ 00029654  0x00007f41 deposit  0x0000002f 
+ 00029655  0x00007f42 store  0x00000004 , 0x00000417 
+ 00029656  0x00007f43 rtn 
+ 00029657  0x00007f46 increase  0x00000001 , 0x00000011 
+ 00029658  0x00007f47 call  0x000073ad 
+ 00029659  0x00007f48 copy  0x00000013 , 0x00000006 
+ 00029660  0x00007f49 call  0x00007482 
+ 00029661  0x00007f4a call  0x00007425 
+ 00029662  0x00007f4b call  0x0000749e 
+ 00029663  0x00007f4c increase  0x00000010 , 0x00000013 
+ 00029664  0x00007f4d increase  0xfffffff0 , 0x00000012 
+ 00029665  0x00007f4e branch  0x000073d9 , 0x00000002 
+ 00029666  0x00007f4f rtn 
+ 00029667  0x00007f52 bpatchx  0x000000e1 , 0x0000403c 
+ 00029668  0x00007f53 arg  0x000043dc , 0x00000013 
+ 00029669  0x00007f54 fetcht  0x00000005 , 0x00004403 
+ 00029670  0x00007f55 call  0x000073c1 
+ 00029671  0x00007f56 force  0x00000008 , 0x00000038 
+ 00029672  0x00007f57 iforce  0x0000002f 
+ 00029673  0x00007f58 force  0x00000000 , 0x00000011 
+ 00029674  0x00007f59 call  0x000073ad 
+ 00029675  0x00007f5a call  0x00007425 
+ 00029676  0x00007f5b arg  0x000043de , 0x00000013 
+ 00029677  0x00007f5c fetch  0x00000001 , 0x000043dd 
+ 00029678  0x00007f5d add  0x0000003f , 0xffffffff , 0x00000012 
+ 00029679  0x00007f5e iadd  0x00000013 , 0x00000005 
+ 00029680  0x00007f5f force  0x0000000c , 0x00000038 
+ 00029681  0x00007f60 deposit  0x0000002f 
+ 00029682  0x00007f61 istore  0x00000004 , 0x00000005 
+ 00029683  0x00007f62 call  0x000073d9 
+ 00029684  0x00007f63 fetch  0x00000001 , 0x000043dd 
+ 00029685  0x00007f64 increase  0x00000004 , 0x0000003f 
+ 00029686  0x00007f65 store  0x00000001 , 0x000043dd 
+ 00029687  0x00007f66 fetcht  0x00000005 , 0x00004403 
+ 00029688  0x00007f67 increase  0x00000001 , 0x00000002 
+ 00029689  0x00007f68 storet  0x00000005 , 0x00004403 
+ 00029690  0x00007f69 rtn 
+ 00029691  0x00007f6c bpatchx  0x000000e2 , 0x0000403c 
+ 00029692  0x00007f6d fetch  0x00000001 , 0x000002da 
+ 00029693  0x00007f6e sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00029694  0x00007f6f branch  0x000073ff , 0x00000002 
+ 00029695  0x00007f71 arg  0x000002db , 0x00000013 
+ 00029696  0x00007f72 add  0x0000003f , 0xffffffff , 0x00000012 
+ 00029697  0x00007f73 increase  0xfffffffc , 0x0000003f 
+ 00029698  0x00007f74 store  0x00000001 , 0x000002da 
+ 00029699  0x00007f75 iadd  0x00000013 , 0x00000006 
+ 00029700  0x00007f76 ifetch  0x00000004 , 0x00000006 
+ 00029701  0x00007f77 force  0x00000008 , 0x00000038 
+ 00029702  0x00007f78 iforce  0x0000002f 
+ 00029703  0x00007f79 force  0x00000000 , 0x00000011 
+ 00029704  0x00007f7a fetcht  0x00000005 , 0x00004408 
+ 00029705  0x00007f7b call  0x000073ad 
+ 00029706  0x00007f7c call  0x00007425 
+ 00029707  0x00007f7d force  0x0000000c , 0x00000038 
+ 00029708  0x00007f7e deposit  0x0000002f 
+ 00029709  0x00007f7f store  0x00000004 , 0x0000041b 
+ 00029710  0x00007f80 call  0x000073d9 
+ 00029711  0x00007f81 arg  0x000002d9 , 0x00000013 
+ 00029712  0x00007f82 call  0x000073c1 
+ 00029713  0x00007f83 fetcht  0x00000004 , 0x0000041b 
+ 00029714  0x00007f84 isub  0x00000002 , 0x0000003f 
+ 00029715  0x00007f85 nrtn  0x00000034 
+ 00029716  0x00007f86 fetch  0x00000004 , 0x0000440d 
+ 00029717  0x00007f87 isub  0x00000002 , 0x0000003f 
+ 00029718  0x00007f88 rtn  0x00000034 
+ 00029719  0x00007f89 storet  0x00000004 , 0x0000440d 
+ 00029720  0x00007f8a fetch  0x00000005 , 0x00004408 
+ 00029721  0x00007f8b increase  0x00000001 , 0x0000003f 
+ 00029722  0x00007f8c store  0x00000005 , 0x00004408 
+ 00029723  0x00007f8d force  0x00000000 , 0x0000003f 
+ 00029724  0x00007f8e rtn 
+ 00029725  0x00007f91 nbranch  0x0000741d , 0x00000037 
+ 00029726  0x00007f92 rtn 
+ 00029727  0x00007f95 force  0x00000030 , 0x00000036 
+ 00029728  0x00007f96 force  0x00000000 , 0x00000036 
+ 00029729  0x00007f97 branch  0x0000741d 
+ 00029730  0x00007f9a force  0x00000032 , 0x00000036 
+ 00029731  0x00007f9b force  0x00000002 , 0x00000036 
+ 00029732  0x00007f9c branch  0x0000741d 
+ 00029733  0x00007f9f force  0x00000034 , 0x00000036 
+ 00029734  0x00007fa0 force  0x00000004 , 0x00000036 
+ 00029735  0x00007fa1 branch  0x0000741d 
+ 00029736  0x00007fa5 force  0x00000001 , 0x00000036 
+ 00029737  0x00007fa6 force  0x00000000 , 0x00000036 
+ 00029738  0x00007fa7 rtn 
+ 00029739  0x00007fa9 force  0x00000000 , 0x00000038 
+ 00029740  0x00007faa fetch  0x00000004 , 0x0000042f 
+ 00029741  0x00007fab iforce  0x0000002f 
+ 00029742  0x00007fac increase  0x00000001 , 0x00000038 
+ 00029743  0x00007fad ifetch  0x00000004 , 0x00000006 
+ 00029744  0x00007fae iforce  0x0000002f 
+ 00029745  0x00007faf increase  0x00000001 , 0x00000038 
+ 00029746  0x00007fb0 fetch  0x00000004 , 0x0000443a 
+ 00029747  0x00007fb1 iforce  0x0000002f 
+ 00029748  0x00007fb2 increase  0x00000001 , 0x00000038 
+ 00029749  0x00007fb3 ifetch  0x00000004 , 0x00000006 
+ 00029750  0x00007fb4 iforce  0x0000002f 
+ 00029751  0x00007fb5 increase  0x00000001 , 0x00000038 
+ 00029752  0x00007fb6 call  0x00007492 
+ 00029753  0x00007fb7 increase  0xfffffffc , 0x00000038 
+ 00029754  0x00007fb8 fetch  0x00000004 , 0x000044c7 
+ 00029755  0x00007fb9 copy  0x0000003f , 0x0000002f 
+ 00029756  0x00007fba increase  0x00000004 , 0x00000038 
+ 00029757  0x00007fbb force  0x00000038 , 0x00000036 
+ 00029758  0x00007fbc force  0x00000008 , 0x00000036 
+ 00029759  0x00007fbd branch  0x0000741d 
+ 00029760  0x00007fc1 bpatchx  0x000000e3 , 0x0000403c 
+ 00029761  0x00007fc2 fetch  0x00000006 , 0x000044a0 
+ 00029762  0x00007fc3 fetcht  0x00000006 , 0x0000044f 
+ 00029763  0x00007fc4 branch  0x00007446 , 0x00000029 
+ 00029764  0x00007fc5 fetch  0x00000006 , 0x0000044f 
+ 00029765  0x00007fc6 fetcht  0x00000006 , 0x000044a0 
+ 00029766  0x00007fc8 force  0x00000008 , 0x00000038 
+ 00029767  0x00007fc9 copy  0x00000002 , 0x0000002f 
+ 00029768  0x00007fca increase  0x00000001 , 0x00000038 
+ 00029769  0x00007fcb rshift32  0x00000002 , 0x0000002f 
+ 00029770  0x00007fcc lshift16  0x0000003f , 0x0000003f 
+ 00029771  0x00007fcd ior  0x0000002f , 0x0000002f 
+ 00029772  0x00007fce increase  0x00000001 , 0x00000038 
+ 00029773  0x00007fcf rshift32  0x0000003f , 0x0000002f 
+ 00029774  0x00007fd0 increase  0x00000001 , 0x00000038 
+ 00029775  0x00007fd1 force  0x00000000 , 0x0000002f 
+ 00029776  0x00007fd2 force  0x00000000 , 0x0000003f 
+ 00029777  0x00007fd3 fetch  0x00000001 , 0x0000448e 
+ 00029778  0x00007fd4 fetcht  0x00000001 , 0x00004485 
+ 00029779  0x00007fd5 nbranch  0x00007456 , 0x00000029 
+ 00029780  0x00007fd7 fetch  0x00000001 , 0x00004495 
+ 00029781  0x00007fd8 fetcht  0x00000001 , 0x0000448e 
+ 00029782  0x00007fda store  0x00000001 , 0x0000444a 
+ 00029783  0x00007fdb storet  0x00000001 , 0x0000444b 
+ 00029784  0x00007fdc force  0x00000000 , 0x00000038 
+ 00029785  0x00007fdd arg  0x0000444a , 0x00000012 
+ 00029786  0x00007fde force  0x00000004 , 0x00000039 
+ 00029787  0x00007fe0 ifetch  0x00000004 , 0x00000011 
+ 00029788  0x00007fe1 ifetcht  0x00000004 , 0x00000012 
+ 00029789  0x00007fe2 ixor  0x00000002 , 0x0000002f 
+ 00029790  0x00007fe3 increase  0x00000001 , 0x00000038 
+ 00029791  0x00007fe4 increase  0x00000004 , 0x00000011 
+ 00029792  0x00007fe5 increase  0x00000004 , 0x00000012 
+ 00029793  0x00007fe6 loop  0x0000745b 
+ 00029794  0x00007fe7 call  0x00007492 
+ 00029795  0x00007fe8 increase  0xfffffffc , 0x00000038 
+ 00029796  0x00007fe9 fetch  0x00000004 , 0x000044c7 
+ 00029797  0x00007fea copy  0x0000003f , 0x0000002f 
+ 00029798  0x00007feb increase  0x00000004 , 0x00000038 
+ 00029799  0x00007fec force  0x00000038 , 0x00000036 
+ 00029800  0x00007fed force  0x0000000c , 0x00000036 
+ 00029801  0x00007fee call  0x0000741d 
+ 00029802  0x00007ff0 call  0x00007491 
+ 00029803  0x00007ff1 force  0x0000003a , 0x00000036 
+ 00029804  0x00007ff2 force  0x00000008 , 0x00000036 
+ 00029805  0x00007ff3 branch  0x0000741d 
+ 00029806  0x00007ff6 compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00029807  0x00007ff7 rtn  0x00000001 
+ 00029808  0x00007ff8 deposit  0x00000006 
+ 00029809  0x00007ff9 iadd  0x00000039 , 0x00000005 
+ 00029810  0x00007ffa force  0x00000000 , 0x0000003f 
+ 00029811  0x00007ffc istore  0x00000001 , 0x00000005 
+ 00029812  0x00007ffd increase  0x00000001 , 0x00000039 
+ 00029813  0x00007ffe compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00029814  0x00007fff rtn  0x00000001 
+ 00029815  0x00008000 branch  0x00007473 
+ 00029816  0x00008003 force  0x00000000 , 0x00000038 
+ 00029817  0x00008005 deposit  0x00000039 
+ 00029818  0x00008006 branch  0x0000747d , 0x00000034 
+ 00029819  0x00008007 ifetch  0x00000004 , 0x00000006 
+ 00029820  0x00008008 increase  0xfffffffc , 0x00000039 
+ 00029821  0x0000800a iforce  0x0000002f 
+ 00029822  0x0000800b increase  0x00000001 , 0x00000038 
+ 00029823  0x0000800c compare  0x00000004 , 0x00000038 , 0x0000000f 
+ 00029824  0x0000800d rtn  0x00000001 
+ 00029825  0x0000800e branch  0x00007479 
+ 00029826  0x00008011 force  0x00000008 , 0x00000038 
+ 00029827  0x00008012 branch  0x00007487 
+ 00029828  0x00008014 force  0x00000004 , 0x00000038 
+ 00029829  0x00008015 branch  0x00007487 
+ 00029830  0x00008017 force  0x00000000 , 0x00000038 
+ 00029831  0x00008019 force  0x00000004 , 0x00000039 
+ 00029832  0x0000801b ifetch  0x00000004 , 0x00000006 
+ 00029833  0x0000801c iforce  0x0000002f 
+ 00029834  0x0000801d increase  0x00000001 , 0x00000038 
+ 00029835  0x0000801e loop  0x00007488 
+ 00029836  0x0000801f rtn 
+ 00029837  0x00008022 arg  0x0000047c , 0x00000006 
+ 00029838  0x00008023 branch  0x00007484 
+ 00029839  0x00008026 force  0x00000004 , 0x00000039 
+ 00029840  0x00008027 branch  0x00007494 
+ 00029841  0x0000802a force  0x00000000 , 0x00000038 
+ 00029842  0x0000802c force  0x00000004 , 0x00000039 
+ 00029843  0x0000802e force  0x00000000 , 0x0000002f 
+ 00029844  0x00008030 increase  0x00000001 , 0x00000038 
+ 00029845  0x00008031 loop  0x00007493 
+ 00029846  0x00008032 rtn 
+ 00029847  0x00008035 force  0x0000000c , 0x00000038 
+ 00029848  0x00008036 force  0x00000004 , 0x00000039 
+ 00029849  0x00008038 deposit  0x0000002f 
+ 00029850  0x00008039 istore  0x00000004 , 0x00000005 
+ 00029851  0x0000803a increase  0x00000001 , 0x00000038 
+ 00029852  0x0000803b loop  0x00007499 
+ 00029853  0x0000803c rtn 
+ 00029854  0x0000803f force  0x0000000c , 0x00000038 
+ 00029855  0x00008040 copy  0x00000013 , 0x00000005 
+ 00029856  0x00008041 add  0x00000012 , 0x00000001 , 0x00000039 
+ 00029857  0x00008042 sub  0x00000039 , 0x0000000f , 0x0000003e 
+ 00029858  0x00008043 branch  0x000074a4 , 0x00000002 
+ 00029859  0x00008044 force  0x00000010 , 0x00000039 
+ 00029860  0x00008046 deposit  0x0000002f 
+ 00029861  0x00008047 sub  0x00000039 , 0x00000003 , 0x0000003e 
+ 00029862  0x00008048 branch  0x000074ac , 0x00000002 
+ 00029863  0x00008049 istore  0x00000004 , 0x00000005 
+ 00029864  0x0000804a increase  0xfffffffc , 0x00000039 
+ 00029865  0x0000804b rtn  0x00000005 
+ 00029866  0x0000804c increase  0x00000001 , 0x00000038 
+ 00029867  0x0000804d branch  0x000074a4 
+ 00029868  0x0000804f istore  0x00000001 , 0x00000005 
+ 00029869  0x00008050 rshift8  0x0000003f , 0x0000003f 
+ 00029870  0x00008051 loop  0x000074ac 
+ 00029871  0x00008052 rtn 
+ 00029872  0x00008056 force  0x0000000c , 0x00000038 
+ 00029873  0x00008057 force  0x00000004 , 0x00000039 
+ 00029874  0x00008059 ifetch  0x00000004 , 0x00000006 
+ 00029875  0x0000805a isub  0x0000002f , 0x0000003e 
+ 00029876  0x0000805b nrtn  0x00000005 
+ 00029877  0x0000805c increase  0x00000001 , 0x00000038 
+ 00029878  0x0000805d loop  0x000074b2 
+ 00029879  0x0000805e force  0x00000000 , 0x0000003e 
+ 00029880  0x0000805f rtn 
+ 00029881  0x00008062 hfetch  0x00000001 , 0x00008050 
+ 00029882  0x00008063 set0  0x00000000 , 0x0000003f 
+ 00029883  0x00008064 hstore  0x00000001 , 0x00008050 
+ 00029884  0x00008065 rtn 
+ 00029885  0x00008068 hfetch  0x00000001 , 0x00008050 
+ 00029886  0x00008069 set1  0x00000000 , 0x0000003f 
+ 00029887  0x0000806a hstore  0x00000001 , 0x00008050 
+ 00029888  0x0000806b rtn 
+ 00029889  0x0000806e arg  0x00000886 , 0x00000005 
+ 00029890  0x0000806f setsect  0x00000000 , 0x0003ffff 
+ 00029891  0x00008070 setsect  0x00000001 , 0x0003ffff 
+ 00029892  0x00008071 setsect  0x00000002 , 0x0003ffff 
+ 00029893  0x00008072 setsect  0x00000003 , 0x0003fbff 
+ 00029894  0x00008073 istore  0x00000009 , 0x00000005 
+ 00029895  0x00008074 setsect  0x00000000 , 0x0003ffff 
+ 00029896  0x00008075 setsect  0x00000001 , 0x0003ffff 
+ 00029897  0x00008076 setsect  0x00000002 , 0x0003ffff 
+ 00029898  0x00008077 setsect  0x00000003 , 0x0003ffff 
+ 00029899  0x00008078 istore  0x00000009 , 0x00000005 
+ 00029900  0x00008079 setsect  0x00000000 , 0x0003ffff 
+ 00029901  0x0000807a setsect  0x00000001 , 0x0003ffff 
+ 00029902  0x0000807b setsect  0x00000002 , 0x0003cfff 
+ 00029903  0x0000807c setsect  0x00000003 , 0x0003ffff 
+ 00029904  0x0000807d istore  0x00000009 , 0x00000005 
+ 00029905  0x0000807e setsect  0x00000000 , 0x0003ffff 
+ 00029906  0x0000807f setsect  0x00000001 , 0x0003ffff 
+ 00029907  0x00008080 setsect  0x00000002 , 0x0003ffef 
+ 00029908  0x00008081 setsect  0x00000003 , 0x0003ffff 
+ 00029909  0x00008082 istore  0x00000009 , 0x00000005 
+ 00029910  0x00008083 setsect  0x00000000 , 0x0003ffff 
+ 00029911  0x00008084 setsect  0x00000001 , 0x0003ffff 
+ 00029912  0x00008085 setsect  0x00000002 , 0x0003ffff 
+ 00029913  0x00008086 setsect  0x00000003 , 0x0003ffff 
+ 00029914  0x00008087 istore  0x00000009 , 0x00000005 
+ 00029915  0x00008088 setsect  0x00000000 , 0x0003ffff 
+ 00029916  0x00008089 setsect  0x00000001 , 0x00026c7f 
+ 00029917  0x0000808a setsect  0x00000002 , 0x0000146b 
+ 00029918  0x0000808b setsect  0x00000003 , 0x00037bb3 
+ 00029919  0x0000808c istore  0x00000009 , 0x00000005 
+ 00029920  0x0000808d setsect  0x00000000 , 0x0001feb8 
+ 00029921  0x0000808e setsect  0x00000001 , 0x00010c12 
+ 00029922  0x0000808f setsect  0x00000002 , 0x0002b722 
+ 00029923  0x00008090 setsect  0x00000003 , 0x00029fa6 
+ 00029924  0x00008091 istore  0x00000009 , 0x00000005 
+ 00029925  0x00008092 setsect  0x00000000 , 0x0000e70f 
+ 00029926  0x00008093 setsect  0x00000001 , 0x00016720 
+ 00029927  0x00008094 setsect  0x00000002 , 0x0000519e 
+ 00029928  0x00008095 setsect  0x00000003 , 0x00019084 
+ 00029929  0x00008096 istore  0x00000009 , 0x00000005 
+ 00029930  0x00008097 setsect  0x00000000 , 0x00031012 
+ 00029931  0x00008098 setsect  0x00000001 , 0x000360bf 
+ 00029932  0x00008099 setsect  0x00000002 , 0x0003f0af 
+ 00029933  0x0000809a setsect  0x00000003 , 0x000003d3 
+ 00029934  0x0000809b istore  0x00000009 , 0x00000005 
+ 00029935  0x0000809c setsect  0x00000000 , 0x0003a188 
+ 00029936  0x0000809d setsect  0x00000001 , 0x00003ad0 
+ 00029937  0x0000809e setsect  0x00000002 , 0x0003cbf2 
+ 00029938  0x0000809f setsect  0x00000003 , 0x000243d9 
+ 00029939  0x000080a0 istore  0x00000009 , 0x00000005 
+ 00029940  0x000080a1 setsect  0x00000000 , 0x0002b030 
+ 00029941  0x000080a2 setsect  0x00000001 , 0x00036a03 
+ 00029942  0x000080a3 setsect  0x00000002 , 0x00011188 
+ 00029943  0x000080a4 setsect  0x00000003 , 0x0001e520 
+ 00029944  0x000080a5 istore  0x00000009 , 0x00000005 
+ 00029945  0x000080a6 setsect  0x00000000 , 0x0003a11e 
+ 00029946  0x000080a7 setsect  0x00000001 , 0x0000fe5d 
+ 00029947  0x000080a8 setsect  0x00000002 , 0x0000dd57 
+ 00029948  0x000080a9 setsect  0x00000003 , 0x0001ac93 
+ 00029949  0x000080aa istore  0x00000009 , 0x00000005 
+ 00029950  0x000080ab setsect  0x00000000 , 0x000011ed 
+ 00029951  0x000080ac setsect  0x00000001 , 0x000218c4 
+ 00029952  0x000080ad setsect  0x00000002 , 0x00008da7 
+ 00029953  0x000080ae setsect  0x00000003 , 0x000257ff 
+ 00029954  0x000080af istore  0x00000009 , 0x00000005 
+ 00029955  0x000080b0 setsect  0x00000000 , 0x0003192b 
+ 00029956  0x000080b1 setsect  0x00000001 , 0x00034641 
+ 00029957  0x000080b2 setsect  0x00000002 , 0x0001be0c 
+ 00029958  0x000080b3 setsect  0x00000003 , 0x000366ad 
+ 00029959  0x000080b4 istore  0x00000009 , 0x00000005 
+ 00029960  0x000080b5 setsect  0x00000000 , 0x00001f83 
+ 00029961  0x000080b6 setsect  0x00000001 , 0x00015a23 
+ 00029962  0x000080b7 setsect  0x00000002 , 0x0003f9b0 
+ 00029963  0x000080b8 setsect  0x00000003 , 0x00003949 
+ 00029964  0x000080b9 istore  0x00000009 , 0x00000005 
+ 00029965  0x000080ba setsect  0x00000000 , 0x00013a51 
+ 00029966  0x000080bb setsect  0x00000001 , 0x000153fd 
+ 00029967  0x000080bc setsect  0x00000002 , 0x0003372a 
+ 00029968  0x000080bd setsect  0x00000003 , 0x0000f1bb 
+ 00029969  0x000080be istore  0x00000009 , 0x00000005 
+ 00029970  0x000080bf setsect  0x00000000 , 0x0003ae85 
+ 00029971  0x000080c0 setsect  0x00000001 , 0x0001eed9 
+ 00029972  0x000080c1 setsect  0x00000002 , 0x00009e66 
+ 00029973  0x000080c2 setsect  0x00000003 , 0x000001a8 
+ 00029974  0x000080c3 istore  0x00000008 , 0x00000005 
+ 00029975  0x000080c4 rtn 
+ 00029976  0x000080c9 arg  0x0000091e , 0x00000005 
+ 00029977  0x000080ca setsect  0x00000000 , 0x0003ffff 
+ 00029978  0x000080cb setsect  0x00000001 , 0x0003ffff 
+ 00029979  0x000080cc setsect  0x00000002 , 0x0003ffff 
+ 00029980  0x000080cd setsect  0x00000003 , 0x0003ffff 
+ 00029981  0x000080ce istore  0x00000009 , 0x00000005 
+ 00029982  0x000080cf setsect  0x00000000 , 0x0003ffff 
+ 00029983  0x000080d0 setsect  0x00000001 , 0x0000003f 
+ 00029984  0x000080d1 setsect  0x00000002 , 0x00000000 
+ 00029985  0x000080d2 setsect  0x00000003 , 0x00000000 
+ 00029986  0x000080d3 istore  0x00000009 , 0x00000005 
+ 00029987  0x000080d4 setsect  0x00000000 , 0x00000000 
+ 00029988  0x000080d5 setsect  0x00000001 , 0x00000000 
+ 00029989  0x000080d6 setsect  0x00000002 , 0x00001000 
+ 00029990  0x000080d7 setsect  0x00000003 , 0x00000000 
+ 00029991  0x000080d8 istore  0x00000009 , 0x00000005 
+ 00029992  0x000080d9 setsect  0x00000000 , 0x0003ff00 
+ 00029993  0x000080da setsect  0x00000001 , 0x0003ffff 
+ 00029994  0x000080db setsect  0x00000002 , 0x0003ffcf 
+ 00029995  0x000080dc setsect  0x00000003 , 0x0003ffff 
+ 00029996  0x000080dd istore  0x00000009 , 0x00000005 
+ 00029997  0x000080de setsect  0x00000000 , 0x0003ffff 
+ 00029998  0x000080df setsect  0x00000001 , 0x0003ffff 
+ 00029999  0x000080e0 setsect  0x00000002 , 0x0003ffff 
+ 00030000  0x000080e1 setsect  0x00000003 , 0x000003ff 
+ 00030001  0x000080e2 istore  0x00000009 , 0x00000005 
+ 00030002  0x000080e3 setsect  0x00000000 , 0x00000000 
+ 00030003  0x000080e4 setsect  0x00000001 , 0x00000000 
+ 00030004  0x000080e5 setsect  0x00000002 , 0x00000000 
+ 00030005  0x000080e6 setsect  0x00000003 , 0x00000000 
+ 00030006  0x000080e7 istore  0x00000009 , 0x00000005 
+ 00030007  0x000080e8 setsect  0x00000000 , 0x00010000 
+ 00030008  0x000080e9 setsect  0x00000001 , 0x00000000 
+ 00030009  0x000080ea setsect  0x00000002 , 0x0003f000 
+ 00030010  0x000080eb setsect  0x00000003 , 0x0003ffff 
+ 00030011  0x000080ec istore  0x00000009 , 0x00000005 
+ 00030012  0x000080ed setsect  0x00000000 , 0x000296ff 
+ 00030013  0x000080ee setsect  0x00000001 , 0x00022630 
+ 00030014  0x000080ef setsect  0x00000002 , 0x0003945d 
+ 00030015  0x000080f0 setsect  0x00000003 , 0x0003d284 
+ 00030016  0x000080f1 istore  0x00000009 , 0x00000005 
+ 00030017  0x000080f2 setsect  0x00000000 , 0x000333a0 
+ 00030018  0x000080f3 setsect  0x00000001 , 0x00004b7a 
+ 00030019  0x000080f4 setsect  0x00000002 , 0x000037d8 
+ 00030020  0x000080f5 setsect  0x00000003 , 0x0003c9dc 
+ 00030021  0x000080f6 istore  0x00000009 , 0x00000005 
+ 00030022  0x000080f7 setsect  0x00000000 , 0x0003a440 
+ 00030023  0x000080f8 setsect  0x00000001 , 0x0001b958 
+ 00030024  0x000080f9 setsect  0x00000002 , 0x00038bce 
+ 00030025  0x000080fa setsect  0x00000003 , 0x0001091f 
+ 00030026  0x000080fb istore  0x00000009 , 0x00000005 
+ 00030027  0x000080fc setsect  0x00000000 , 0x0002e12c 
+ 00030028  0x000080fd setsect  0x00000001 , 0x0001f47c 
+ 00030029  0x000080fe setsect  0x00000002 , 0x000356b1 
+ 00030030  0x000080ff setsect  0x00000003 , 0x0002fd47 
+ 00030031  0x00008100 istore  0x00000009 , 0x00000005 
+ 00030032  0x00008101 setsect  0x00000000 , 0x00006837 
+ 00030033  0x00008102 setsect  0x00000001 , 0x0002ed90 
+ 00030034  0x00008103 setsect  0x00000002 , 0x0001ecec 
+ 00030035  0x00008104 setsect  0x00000003 , 0x0001acc5 
+ 00030036  0x00008105 istore  0x00000009 , 0x00000005 
+ 00030037  0x00008106 setsect  0x00000000 , 0x00023357 
+ 00030038  0x00008107 setsect  0x00000001 , 0x00018af3 
+ 00030039  0x00008108 setsect  0x00000002 , 0x0000f9e1 
+ 00030040  0x00008109 setsect  0x00000003 , 0x000129f0 
+ 00030041  0x0000810a istore  0x00000009 , 0x00000005 
+ 00030042  0x0000810b setsect  0x00000000 , 0x0002e7eb 
+ 00030043  0x0000810c setsect  0x00000001 , 0x0003e6e3 
+ 00030044  0x0000810d setsect  0x00000002 , 0x0003e1a7 
+ 00030045  0x0000810e setsect  0x00000003 , 0x00010b8b 
+ 00030046  0x0000810f istore  0x00000009 , 0x00000005 
+ 00030047  0x00008110 setsect  0x00000000 , 0x00024fe3 
+ 00030048  0x00008111 setsect  0x00000001 , 0x000020ef 
+ 00030049  0x00008112 setsect  0x00000002 , 0x0001b5a6 
+ 00030050  0x00008113 setsect  0x00000003 , 0x0000dc2f 
+ 00030051  0x00008114 istore  0x00000009 , 0x00000005 
+ 00030052  0x00008115 setsect  0x00000000 , 0x00013860 
+ 00030053  0x00008116 setsect  0x00000001 , 0x0002bd69 
+ 00030054  0x00008117 setsect  0x00000002 , 0x0000391a 
+ 00030055  0x00008118 setsect  0x00000003 , 0x0001b222 
+ 00030056  0x00008119 istore  0x00000009 , 0x00000005 
+ 00030057  0x0000811a rtn 
+ 00030058  0x0000811e fetch  0x00000001 , 0x0000465a 
+ 00030059  0x0000811f nbranch  0x0000757d , 0x00000034 
+ 00030060  0x00008120 branch  0x00007a77 
+ 00030061  0x00008123 bpatchx  0x000000e4 , 0x0000403c 
+ 00030062  0x00008124 fetch  0x00000001 , 0x0000465a 
+ 00030063  0x00008125 rtn  0x00000034 
+ 00030064  0x00008126 fetch  0x00000001 , 0x000045b1 
+ 00030065  0x00008127 rtnne  0x00000001 
+ 00030066  0x00008128 fetch  0x00000001 , 0x000044be 
+ 00030067  0x00008129 rtn  0x00000034 
+ 00030068  0x0000812a fetch  0x00000001 , 0x000044c3 
+ 00030069  0x0000812b rtneq  0x00000003 
+ 00030070  0x0000812c fetch  0x00000002 , 0x00004682 
+ 00030071  0x0000812d bbit1  0x00000000 , 0x0000757b 
+ 00030072  0x0000812e fetch  0x00000001 , 0x000044c0 
+ 00030073  0x0000812f beq  0x00000000 , 0x00007a77 
+ 00030074  0x00008130 rtn 
+ 00030075  0x00008132 jam  0x00000000 , 0x000044c0 
+ 00030076  0x00008133 rtn 
+ 00030077  0x00008137 bpatchx  0x000000e5 , 0x0000403c 
+ 00030078  0x00008138 fetch  0x00000001 , 0x0000465a 
+ 00030079  0x00008139 branch  0x0000612b , 0x00000034 
+ 00030080  0x0000813a call  0x00006124 
+ 00030081  0x0000813b call  0x00007583 
+ 00030082  0x0000813c branch  0x0000766d 
+ 00030083  0x0000813f setarg  0x00000000 
+ 00030084  0x00008140 store  0x00000008 , 0x000009ae 
+ 00030085  0x00008141 store  0x00000004 , 0x000009b6 
+ 00030086  0x00008142 store  0x00000007 , 0x0000465e 
+ 00030087  0x00008143 rtn 
+ 00030088  0x00008146 jam  0x00000001 , 0x000009b0 
+ 00030089  0x00008147 branch  0x0000758d 
+ 00030090  0x00008149 fetch  0x00000001 , 0x000045b1 
+ 00030091  0x0000814a beq  0x00000001 , 0x0000768a 
+ 00030092  0x0000814b branch  0x00002a8c 
+ 00030093  0x0000814d fetch  0x00000001 , 0x000045b1 
+ 00030094  0x0000814e beq  0x00000001 , 0x00007590 
+ 00030095  0x0000814f branch  0x0000766d 
+ 00030096  0x00008152 call  0x0000768a 
+ 00030097  0x00008153 fetch  0x00000001 , 0x000009af 
+ 00030098  0x00008154 nrtn  0x00000034 
+ 00030099  0x00008155 jam  0x00000003 , 0x000009ae 
+ 00030100  0x00008156 rtn 
+ 00030101  0x0000815a call  0x000075b0 
+ 00030102  0x0000815b arg  0x000009de , 0x00000011 
+ 00030103  0x0000815c arg  0x00000866 , 0x00000005 
+ 00030104  0x0000815d call  0x00007c79 
+ 00030105  0x0000815e arg  0x000009be , 0x00000011 
+ 00030106  0x0000815f arg  0x00000826 , 0x00000005 
+ 00030107  0x00008160 call  0x00007c79 
+ 00030108  0x00008161 arg  0x00000826 , 0x00000011 
+ 00030109  0x00008162 arg  0x000009be , 0x00000012 
+ 00030110  0x00008163 arg  0x00000826 , 0x00000005 
+ 00030111  0x00008164 call  0x00007be1 
+ 00030112  0x00008165 arg  0x0000093e , 0x00000011 
+ 00030113  0x00008166 arg  0x000009be , 0x00000012 
+ 00030114  0x00008167 arg  0x00000846 , 0x00000005 
+ 00030115  0x00008168 call  0x00007be1 
+ 00030116  0x00008169 arg  0x00000846 , 0x00000011 
+ 00030117  0x0000816a arg  0x00000826 , 0x00000012 
+ 00030118  0x0000816b arg  0x00000826 , 0x00000005 
+ 00030119  0x0000816c call  0x00007c7d 
+ 00030120  0x0000816d arg  0x00000806 , 0x00000011 
+ 00030121  0x0000816e arg  0x00000826 , 0x00000012 
+ 00030122  0x0000816f arg  0x00000806 , 0x00000005 
+ 00030123  0x00008170 call  0x00007c7d 
+ 00030124  0x00008171 arg  0x00000020 , 0x00000039 
+ 00030125  0x00008172 arg  0x00000866 , 0x00000011 
+ 00030126  0x00008173 arg  0x00000806 , 0x00000012 
+ 00030127  0x00008174 branch  0x00007f88 
+ 00030128  0x00008177 arg  0x0000097e , 0x00000011 
+ 00030129  0x00008178 arg  0x00000806 , 0x00000005 
+ 00030130  0x00008179 call  0x00007c79 
+ 00030131  0x0000817a arg  0x0000095e , 0x00000011 
+ 00030132  0x0000817b arg  0x00000826 , 0x00000005 
+ 00030133  0x0000817c call  0x00007c79 
+ 00030134  0x0000817d arg  0x00000826 , 0x00000011 
+ 00030135  0x0000817e arg  0x0000095e , 0x00000012 
+ 00030136  0x0000817f arg  0x00000826 , 0x00000005 
+ 00030137  0x00008180 call  0x00007be1 
+ 00030138  0x00008181 arg  0x0000093e , 0x00000011 
+ 00030139  0x00008182 arg  0x0000095e , 0x00000012 
+ 00030140  0x00008183 arg  0x00000846 , 0x00000005 
+ 00030141  0x00008184 call  0x00007be1 
+ 00030142  0x00008185 arg  0x00000846 , 0x00000011 
+ 00030143  0x00008186 arg  0x00000826 , 0x00000012 
+ 00030144  0x00008187 arg  0x00000826 , 0x00000005 
+ 00030145  0x00008188 call  0x00007c7d 
+ 00030146  0x00008189 arg  0x00000806 , 0x00000011 
+ 00030147  0x0000818a arg  0x00000826 , 0x00000012 
+ 00030148  0x0000818b arg  0x00000806 , 0x00000005 
+ 00030149  0x0000818c branch  0x00007c96 
+ 00030150  0x0000818f call  0x000075e1 
+ 00030151  0x00008190 arg  0x000009e6 , 0x00000011 
+ 00030152  0x00008191 arg  0x00000866 , 0x00000005 
+ 00030153  0x00008192 call  0x000077a8 
+ 00030154  0x00008193 arg  0x000009c6 , 0x00000011 
+ 00030155  0x00008194 arg  0x00000826 , 0x00000005 
+ 00030156  0x00008195 call  0x000077a8 
+ 00030157  0x00008196 arg  0x00000826 , 0x00000011 
+ 00030158  0x00008197 arg  0x000009c6 , 0x00000012 
+ 00030159  0x00008198 arg  0x00000826 , 0x00000005 
+ 00030160  0x00008199 call  0x00007786 
+ 00030161  0x0000819a arg  0x0000089e , 0x00000011 
+ 00030162  0x0000819b arg  0x000009c6 , 0x00000012 
+ 00030163  0x0000819c arg  0x00000846 , 0x00000005 
+ 00030164  0x0000819d call  0x00007786 
+ 00030165  0x0000819e arg  0x00000846 , 0x00000011 
+ 00030166  0x0000819f arg  0x00000826 , 0x00000012 
+ 00030167  0x000081a0 arg  0x00000826 , 0x00000005 
+ 00030168  0x000081a1 call  0x00007755 
+ 00030169  0x000081a2 arg  0x00000806 , 0x00000011 
+ 00030170  0x000081a3 arg  0x00000826 , 0x00000012 
+ 00030171  0x000081a4 arg  0x00000806 , 0x00000005 
+ 00030172  0x000081a5 call  0x00007755 
+ 00030173  0x000081a6 arg  0x00000018 , 0x00000039 
+ 00030174  0x000081a7 arg  0x00000866 , 0x00000011 
+ 00030175  0x000081a8 arg  0x00000806 , 0x00000012 
+ 00030176  0x000081a9 branch  0x00007f88 
+ 00030177  0x000081ac arg  0x000008e6 , 0x00000011 
+ 00030178  0x000081ad arg  0x00000806 , 0x00000005 
+ 00030179  0x000081ae call  0x000077a8 
+ 00030180  0x000081af arg  0x000008ce , 0x00000011 
+ 00030181  0x000081b0 arg  0x00000826 , 0x00000005 
+ 00030182  0x000081b1 call  0x000077a8 
+ 00030183  0x000081b2 arg  0x00000826 , 0x00000011 
+ 00030184  0x000081b3 arg  0x000008ce , 0x00000012 
+ 00030185  0x000081b4 arg  0x00000826 , 0x00000005 
+ 00030186  0x000081b5 call  0x00007786 
+ 00030187  0x000081b6 arg  0x0000089e , 0x00000011 
+ 00030188  0x000081b7 arg  0x000008ce , 0x00000012 
+ 00030189  0x000081b8 arg  0x00000846 , 0x00000005 
+ 00030190  0x000081b9 call  0x00007786 
+ 00030191  0x000081ba arg  0x00000846 , 0x00000011 
+ 00030192  0x000081bb arg  0x00000826 , 0x00000012 
+ 00030193  0x000081bc arg  0x00000826 , 0x00000005 
+ 00030194  0x000081bd call  0x00007755 
+ 00030195  0x000081be arg  0x00000806 , 0x00000011 
+ 00030196  0x000081bf arg  0x00000826 , 0x00000012 
+ 00030197  0x000081c0 arg  0x00000806 , 0x00000005 
+ 00030198  0x000081c1 branch  0x00007758 
+ 00030199  0x000081c5 fetch  0x00000001 , 0x000009b2 
+ 00030200  0x000081c6 bne  0x00000000 , 0x00007615 
+ 00030201  0x000081c7 call  0x00007612 
+ 00030202  0x000081c8 arg  0x00000a7e , 0x00000005 
+ 00030203  0x000081c9 setarg  0x00000a2e 
+ 00030204  0x000081ca istore  0x00000002 , 0x00000005 
+ 00030205  0x000081cb setarg  0x00004642 
+ 00030206  0x000081cc istore  0x00000002 , 0x00000005 
+ 00030207  0x000081cd setarg  0x000009de 
+ 00030208  0x000081ce istore  0x00000002 , 0x00000005 
+ 00030209  0x000081cf branch  0x00007609 
+ 00030210  0x000081d1 arg  0x00000a7e , 0x00000005 
+ 00030211  0x000081d2 setarg  0x00000a3e 
+ 00030212  0x000081d3 istore  0x00000002 , 0x00000005 
+ 00030213  0x000081d4 setarg  0x000009de 
+ 00030214  0x000081d5 istore  0x00000002 , 0x00000005 
+ 00030215  0x000081d6 setarg  0x00004642 
+ 00030216  0x000081d7 istore  0x00000002 , 0x00000005 
+ 00030217  0x000081d9 call  0x000079a0 
+ 00030218  0x000081da fetch  0x00000001 , 0x000009af 
+ 00030219  0x000081db beq  0x00000004 , 0x0000760f 
+ 00030220  0x000081dc jam  0x00000001 , 0x000009b0 
+ 00030221  0x000081dd jam  0x00000005 , 0x000009ae 
+ 00030222  0x000081de rtn 
+ 00030223  0x000081e0 jam  0x00000014 , 0x000009af 
+ 00030224  0x000081e1 call  0x0000758a 
+ 00030225  0x000081e2 branch  0x000076d8 
+ 00030226  0x000081e5 arg  0x00000a1e , 0x00000005 
+ 00030227  0x000081e6 force  0x00000008 , 0x00000007 
+ 00030228  0x000081e7 branch  0x000076a2 
+ 00030229  0x000081ea jam  0x00000001 , 0x000009b0 
+ 00030230  0x000081eb rtn 
+ 00030231  0x000081ef bpatchx  0x000000e6 , 0x0000403c 
+ 00030232  0x000081f0 arg  0x00000727 , 0x00000005 
+ 00030233  0x000081f1 fetch  0x00000006 , 0x000040a0 
+ 00030234  0x000081f2 istore  0x00000006 , 0x00000005 
+ 00030235  0x000081f3 fetch  0x00000006 , 0x00000040 
+ 00030236  0x000081f4 istore  0x00000006 , 0x00000005 
+ 00030237  0x000081f5 fetch  0x00000003 , 0x0000465e 
+ 00030238  0x000081f6 istore  0x00000003 , 0x00000005 
+ 00030239  0x000081f8 call  0x00007a0d 
+ 00030240  0x000081fa arg  0x00000a4e , 0x00000011 
+ 00030241  0x000081fb arg  0x00000a5e , 0x00000012 
+ 00030242  0x000081fc force  0x00000004 , 0x00000007 
+ 00030243  0x000081fd call  0x000076a7 
+ 00030244  0x000081fe nbranch  0x00007631 , 0x00000001 
+ 00030245  0x00008200 call  0x00007628 
+ 00030246  0x00008201 jam  0x00000041 , 0x0000007d 
+ 00030247  0x00008202 branch  0x000062f8 
+ 00030248  0x00008205 fetch  0x00000001 , 0x000009af 
+ 00030249  0x00008206 beq  0x00000009 , 0x0000762e 
+ 00030250  0x00008207 jam  0x0000000a , 0x000009ae 
+ 00030251  0x00008208 jam  0x00000001 , 0x000009b0 
+ 00030252  0x00008209 jam  0x00000003 , 0x0000007c 
+ 00030253  0x0000820a rtn 
+ 00030254  0x0000820c jam  0x00000003 , 0x0000007c 
+ 00030255  0x0000820d jam  0x00000015 , 0x000009af 
+ 00030256  0x0000820e branch  0x000076d8 
+ 00030257  0x00008212 fetch  0x00000001 , 0x000009af 
+ 00030258  0x00008213 beq  0x00000009 , 0x00007637 
+ 00030259  0x00008214 jam  0x00000000 , 0x000009ae 
+ 00030260  0x00008215 jam  0x00000004 , 0x0000007c 
+ 00030261  0x00008217 jam  0x00000005 , 0x0000007e 
+ 00030262  0x00008218 rtn 
+ 00030263  0x0000821a jam  0x00000004 , 0x0000007c 
+ 00030264  0x0000821b jam  0x00000000 , 0x000009af 
+ 00030265  0x0000821c rtn 
+ 00030266  0x0000821f fetch  0x00000001 , 0x000009b3 
+ 00030267  0x00008220 beq  0x00000001 , 0x0000763e 
+ 00030268  0x00008221 jam  0x0000000a , 0x000009af 
+ 00030269  0x00008222 branch  0x000076d8 
+ 00030270  0x00008224 arg  0x00000727 , 0x00000005 
+ 00030271  0x00008225 fetch  0x00000006 , 0x00000040 
+ 00030272  0x00008226 istore  0x00000006 , 0x00000005 
+ 00030273  0x00008227 fetch  0x00000006 , 0x000040a0 
+ 00030274  0x00008228 istore  0x00000006 , 0x00000005 
+ 00030275  0x00008229 fetch  0x00000003 , 0x0000465b 
+ 00030276  0x0000822a istore  0x00000003 , 0x00000005 
+ 00030277  0x0000822c call  0x00007a24 
+ 00030278  0x0000822d fetch  0x00000001 , 0x000009af 
+ 00030279  0x0000822e beq  0x0000000a , 0x0000764b 
+ 00030280  0x0000822f jam  0x0000000b , 0x000009ae 
+ 00030281  0x00008230 jam  0x00000001 , 0x000009b0 
+ 00030282  0x00008231 rtn 
+ 00030283  0x00008233 jam  0x0000000b , 0x000009af 
+ 00030284  0x00008234 jam  0x00000001 , 0x000009b1 
+ 00030285  0x00008235 rtn 
+ 00030286  0x00008238 arg  0x00000a7e , 0x00000005 
+ 00030287  0x00008239 fetch  0x00000006 , 0x00000040 
+ 00030288  0x0000823a istore  0x00000006 , 0x00000005 
+ 00030289  0x0000823b fetch  0x00000006 , 0x000040a0 
+ 00030290  0x0000823c istore  0x00000006 , 0x00000005 
+ 00030291  0x0000823d setarg  0x00000a2e 
+ 00030292  0x0000823e istore  0x00000002 , 0x00000005 
+ 00030293  0x0000823f setarg  0x00000a3e 
+ 00030294  0x00008240 istore  0x00000002 , 0x00000005 
+ 00030295  0x00008241 branch  0x00007662 
+ 00030296  0x00008243 jam  0x0000000f , 0x000009ae 
+ 00030297  0x00008244 arg  0x00000a7e , 0x00000005 
+ 00030298  0x00008245 fetch  0x00000006 , 0x000040a0 
+ 00030299  0x00008246 istore  0x00000006 , 0x00000005 
+ 00030300  0x00008247 fetch  0x00000006 , 0x00000040 
+ 00030301  0x00008248 istore  0x00000006 , 0x00000005 
+ 00030302  0x00008249 setarg  0x00000a3e 
+ 00030303  0x0000824a istore  0x00000002 , 0x00000005 
+ 00030304  0x0000824b setarg  0x00000a2e 
+ 00030305  0x0000824c istore  0x00000002 , 0x00000005 
+ 00030306  0x0000824f arg  0x00000727 , 0x00000005 
+ 00030307  0x00008250 fetch  0x00000006 , 0x00000a7e 
+ 00030308  0x00008251 istore  0x00000006 , 0x00000005 
+ 00030309  0x00008252 fetch  0x00000006 , 0x00000a84 
+ 00030310  0x00008253 istore  0x00000006 , 0x00000005 
+ 00030311  0x00008255 call  0x000079d7 
+ 00030312  0x00008258 jam  0x00000001 , 0x000041bd 
+ 00030313  0x00008259 arg  0x000041be , 0x00000005 
+ 00030314  0x0000825a arg  0x00000a4e , 0x00000006 
+ 00030315  0x0000825b call  0x00007ebf 
+ 00030316  0x0000825c branch  0x000021c4 
+ 00030317  0x00008260 bpatchx  0x000000e7 , 0x0000403c 
+ 00030318  0x00008261 fetch  0x00000001 , 0x000045b1 
+ 00030319  0x00008262 rtnne  0x00000000 
+ 00030320  0x00008263 fetch  0x00000001 , 0x000009b2 
+ 00030321  0x00008264 rtnne  0x00000000 
+ 00030322  0x00008265 arg  0x00004612 , 0x00000005 
+ 00030323  0x00008266 force  0x0000000b , 0x00000007 
+ 00030324  0x00008267 call  0x000076a2 
+ 00030325  0x00008268 random  0x0000003f 
+ 00030326  0x00008269 rshift  0x0000003f , 0x0000003f 
+ 00030327  0x0000826a istore  0x00000002 , 0x00000005 
+ 00030328  0x0000826c arg  0x000006be , 0x00000005 
+ 00030329  0x0000826d arg  0x00004612 , 0x00000006 
+ 00030330  0x0000826e call  0x00007ebe 
+ 00030331  0x00008270 arg  0x000005e6 , 0x00000005 
+ 00030332  0x00008271 arg  0x000008ce , 0x00000006 
+ 00030333  0x00008272 call  0x00007ebc 
+ 00030334  0x00008274 arg  0x00000616 , 0x00000005 
+ 00030335  0x00008275 call  0x00007ec5 
+ 00030336  0x00008276 jam  0x00000001 , 0x00000616 
+ 00030337  0x00008278 call  0x00007a5d 
+ 00030338  0x00008279 jam  0x00000001 , 0x000009b2 
+ 00030339  0x0000827a rtn 
+ 00030340  0x0000827d arg  0x0000462a , 0x00000005 
+ 00030341  0x0000827e arg  0x0000062e , 0x00000006 
+ 00030342  0x0000827f call  0x00007ebc 
+ 00030343  0x00008280 jam  0x00000001 , 0x000045b1 
+ 00030344  0x00008281 jam  0x00000000 , 0x000009b2 
+ 00030345  0x00008282 rtn 
+ 00030346  0x00008285 bpatchx  0x000000e8 , 0x0000403d 
+ 00030347  0x00008286 fetch  0x00000001 , 0x000009b9 
+ 00030348  0x00008287 rtnne  0x00000000 
+ 00030349  0x00008288 fetch  0x00000001 , 0x000009b2 
+ 00030350  0x00008289 rtnne  0x00000000 
+ 00030351  0x0000828b arg  0x000006be , 0x00000005 
+ 00030352  0x0000828c arg  0x00004612 , 0x00000006 
+ 00030353  0x0000828d call  0x00007ebe 
+ 00030354  0x0000828f arg  0x000005e6 , 0x00000005 
+ 00030355  0x00008290 arg  0x000009c6 , 0x00000006 
+ 00030356  0x00008291 call  0x00007ebc 
+ 00030357  0x00008293 arg  0x00000616 , 0x00000005 
+ 00030358  0x00008294 call  0x00007ec5 
+ 00030359  0x00008295 jam  0x00000001 , 0x00000616 
+ 00030360  0x00008297 call  0x00007a5d 
+ 00030361  0x00008298 jam  0x00000002 , 0x000009b2 
+ 00030362  0x00008299 rtn 
+ 00030363  0x0000829c jam  0x00000001 , 0x000009b3 
+ 00030364  0x0000829d arg  0x00000a06 , 0x00000005 
+ 00030365  0x0000829e arg  0x0000062e , 0x00000006 
+ 00030366  0x0000829f call  0x00007ebe 
+ 00030367  0x000082a0 jam  0x00000001 , 0x000009b9 
+ 00030368  0x000082a1 jam  0x00000000 , 0x000009b2 
+ 00030369  0x000082a2 rtn 
+ 00030370  0x000082a5 increase  0xffffffff , 0x00000007 
+ 00030371  0x000082a6 nrtn  0x00000002 
+ 00030372  0x000082a7 random  0x0000003f 
+ 00030373  0x000082a8 istore  0x00000002 , 0x00000005 
+ 00030374  0x000082a9 branch  0x000076a2 
+ 00030375  0x000082ab increase  0xffffffff , 0x00000007 
+ 00030376  0x000082ac nbranch  0x000076b3 , 0x00000002 
+ 00030377  0x000082ad ifetch  0x00000004 , 0x00000011 
+ 00030378  0x000082ae copy  0x0000003f , 0x00000002 
+ 00030379  0x000082af ifetch  0x00000004 , 0x00000012 
+ 00030380  0x000082b0 iflip  0x00000002 , 0x0000003f 
+ 00030381  0x000082b1 nbranch  0x000076b1 , 0x00000005 
+ 00030382  0x000082b2 increase  0x00000004 , 0x00000011 
+ 00030383  0x000082b3 increase  0x00000004 , 0x00000012 
+ 00030384  0x000082b4 branch  0x000076a7 
+ 00030385  0x000082b6 disable  0x00000001 
+ 00030386  0x000082b7 rtn 
+ 00030387  0x000082b9 enable  0x00000001 
+ 00030388  0x000082ba rtn 
+ 00030389  0x000082c2 bpatchx  0x000000e9 , 0x0000403d 
+ 00030390  0x000082c3 fetch  0x00000001 , 0x000009b0 
+ 00030391  0x000082c4 rtn  0x00000034 
+ 00030392  0x000082c5 call  0x000062bc 
+ 00030393  0x000082c6 nrtn  0x00000034 
+ 00030394  0x000082c7 jam  0x00000000 , 0x000009b0 
+ 00030395  0x000082c8 fetch  0x00000001 , 0x000009ae 
+ 00030396  0x000082c9 beq  0x00000003 , 0x000061fd 
+ 00030397  0x000082ca beq  0x00000005 , 0x0000621a 
+ 00030398  0x000082cb beq  0x00000007 , 0x00006225 
+ 00030399  0x000082cc beq  0x0000000b , 0x0000623a 
+ 00030400  0x000082cd beq  0x00000002 , 0x00007588 
+ 00030401  0x000082ce beq  0x00000004 , 0x000075f7 
+ 00030402  0x000082cf beq  0x00000009 , 0x00007617 
+ 00030403  0x000082d0 beq  0x0000000a , 0x0000763a 
+ 00030404  0x000082d1 beq  0x0000000c , 0x00007658 
+ 00030405  0x000082d3 rtn 
+ 00030406  0x000082d6 bpatchx  0x000000ea , 0x0000403d 
+ 00030407  0x000082d7 fetch  0x00000001 , 0x000009b1 
+ 00030408  0x000082d8 rtn  0x00000034 
+ 00030409  0x000082d9 call  0x000062bc 
+ 00030410  0x000082da nrtn  0x00000034 
+ 00030411  0x000082db jam  0x00000000 , 0x000009b1 
+ 00030412  0x000082dc fetch  0x00000001 , 0x000009af 
+ 00030413  0x000082dd beq  0x00000012 , 0x000061e0 
+ 00030414  0x000082de beq  0x00000013 , 0x000061e5 
+ 00030415  0x000082df beq  0x00000003 , 0x000061e9 
+ 00030416  0x000082e0 beq  0x00000004 , 0x00007602 
+ 00030417  0x000082e1 beq  0x00000014 , 0x000061ed 
+ 00030418  0x000082e2 beq  0x00000007 , 0x000061fb 
+ 00030419  0x000082e3 beq  0x0000000a , 0x0000763a 
+ 00030420  0x000082e4 beq  0x0000000b , 0x00006239 
+ 00030421  0x000082e5 beq  0x00000009 , 0x00007617 
+ 00030422  0x000082e6 beq  0x00000015 , 0x00006233 
+ 00030423  0x000082e7 rtn 
+ 00030424  0x000082ea jam  0x00000001 , 0x000009b1 
+ 00030425  0x000082eb rtn 
+ 00030426  0x000082ee jam  0x00000000 , 0x000009b1 
+ 00030427  0x000082ef rtn 
+ 00030428  0x000082f1 bpatchx  0x000000eb , 0x0000403d 
+ 00030429  0x000082f2 fetch  0x00000001 , 0x0000465a 
+ 00030430  0x000082f3 rtn  0x00000034 
+ 00030431  0x000082f4 fetch  0x00000001 , 0x000009b2 
+ 00030432  0x000082f5 rtn  0x00000034 
+ 00030433  0x000082f6 increase  0x00000080 , 0x0000003f 
+ 00030434  0x000082f7 store  0x00000001 , 0x000009b2 
+ 00030435  0x000082f8 rtnbit1  0x00000007 
+ 00030436  0x000082f9 fetch  0x00000001 , 0x000005e3 
+ 00030437  0x000082fa branch  0x000076e7 , 0x00000034 
+ 00030438  0x000082fb branch  0x00007a68 
+ 00030439  0x000082fe call  0x000078d3 
+ 00030440  0x000082ff fetch  0x00000001 , 0x000009b2 
+ 00030441  0x00008300 beq  0x00000001 , 0x00007684 
+ 00030442  0x00008301 beq  0x00000002 , 0x0000769b 
+ 00030443  0x00008302 rtn 
+ 00030444  0x00008306 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00030445  0x00008307 rshift3  0x0000003f , 0x0000003f 
+ 00030446  0x00008308 iadd  0x00000006 , 0x00000006 
+ 00030447  0x00008309 ifetch  0x00000001 , 0x00000006 
+ 00030448  0x0000830a qisolate0  0x0000003f 
+ 00030449  0x0000830b rtn 
+ 00030450  0x0000830f call  0x00007ebe 
+ 00030451  0x00008310 call  0x00007ebe 
+ 00030452  0x00008311 branch  0x00007ebe 
+ 00030453  0x00008315 ifetch  0x00000008 , 0x00000006 
+ 00030454  0x00008316 nrtn  0x00000034 
+ 00030455  0x00008317 ifetch  0x00000008 , 0x00000006 
+ 00030456  0x00008318 nrtn  0x00000034 
+ 00030457  0x00008319 ifetch  0x00000008 , 0x00000006 
+ 00030458  0x0000831a rtn 
+ 00030459  0x00008320 ifetch  0x00000004 , 0x00000011 
+ 00030460  0x00008321 iforce  0x00000002 
+ 00030461  0x00008322 ifetch  0x00000004 , 0x00000012 
+ 00030462  0x00008323 isub  0x00000002 , 0x0000003e 
+ 00030463  0x00008324 nrtn  0x00000005 
+ 00030464  0x00008325 increase  0x00000004 , 0x00000011 
+ 00030465  0x00008326 increase  0x00000004 , 0x00000012 
+ 00030466  0x00008327 loop  0x000076fb 
+ 00030467  0x00008328 rtn 
+ 00030468  0x0000832c force  0x00000006 , 0x00000039 
+ 00030469  0x0000832d increase  0x00000014 , 0x00000011 
+ 00030470  0x0000832e increase  0x00000014 , 0x00000012 
+ 00030471  0x00008330 ifetch  0x00000004 , 0x00000012 
+ 00030472  0x00008331 iforce  0x00000002 
+ 00030473  0x00008332 ifetch  0x00000004 , 0x00000011 
+ 00030474  0x00008333 isub  0x00000002 , 0x0000003f 
+ 00030475  0x00008334 nrtn  0x00000002 
+ 00030476  0x00008335 nrtn  0x00000034 
+ 00030477  0x00008336 increase  0xfffffffc , 0x00000011 
+ 00030478  0x00008337 increase  0xfffffffc , 0x00000012 
+ 00030479  0x00008338 loop  0x00007707 
+ 00030480  0x00008339 rtn 
+ 00030481  0x0000833c force  0x00000006 , 0x00000039 
+ 00030482  0x0000833d force  0x00000000 , 0x00000013 
+ 00030483  0x0000833f ifetch  0x00000004 , 0x00000011 
+ 00030484  0x00008340 iforce  0x00000002 
+ 00030485  0x00008341 ifetch  0x00000004 , 0x00000012 
+ 00030486  0x00008342 iadd  0x00000002 , 0x0000003f 
+ 00030487  0x00008343 iadd  0x00000013 , 0x0000003f 
+ 00030488  0x00008344 istore  0x00000004 , 0x00000005 
+ 00030489  0x00008345 isolate1  0x00000020 , 0x0000003f 
+ 00030490  0x00008346 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00030491  0x00008347 increase  0x00000004 , 0x00000011 
+ 00030492  0x00008348 increase  0x00000004 , 0x00000012 
+ 00030493  0x00008349 loop  0x00007713 
+ 00030494  0x0000834a rtn 
+ 00030495  0x0000834d force  0x00000006 , 0x00000039 
+ 00030496  0x0000834e force  0x00000000 , 0x00000013 
+ 00030497  0x00008350 ifetch  0x00000004 , 0x00000012 
+ 00030498  0x00008351 iforce  0x00000002 
+ 00030499  0x00008352 ifetch  0x00000004 , 0x00000011 
+ 00030500  0x00008353 isub  0x00000002 , 0x0000003f 
+ 00030501  0x00008354 isub  0x00000013 , 0x0000003f 
+ 00030502  0x00008355 istore  0x00000004 , 0x00000005 
+ 00030503  0x00008356 isolate1  0x00000020 , 0x0000003f 
+ 00030504  0x00008357 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00030505  0x00008358 increase  0x00000004 , 0x00000011 
+ 00030506  0x00008359 increase  0x00000004 , 0x00000012 
+ 00030507  0x0000835a loop  0x00007721 
+ 00030508  0x0000835b rtn 
+ 00030509  0x0000835e force  0x00000006 , 0x00000039 
+ 00030510  0x0000835f increase  0x00000014 , 0x00000011 
+ 00030511  0x00008361 force  0x00000000 , 0x00000013 
+ 00030512  0x00008363 ifetch  0x00000004 , 0x00000011 
+ 00030513  0x00008364 isolate1  0x00000000 , 0x0000003f 
+ 00030514  0x00008365 setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00030515  0x00008366 rshift  0x0000003f , 0x0000003f 
+ 00030516  0x00008367 isolate1  0x00000000 , 0x00000013 
+ 00030517  0x00008368 setflag  0x00000001 , 0x0000001f , 0x0000003f 
+ 00030518  0x00008369 istore  0x00000004 , 0x00000011 
+ 00030519  0x0000836a increase  0xfffffffc , 0x00000011 
+ 00030520  0x0000836b rshift  0x00000013 , 0x00000013 
+ 00030521  0x0000836c loop  0x00007730 
+ 00030522  0x0000836d rtn 
+ 00030523  0x00008370 force  0x00000006 , 0x00000039 
+ 00030524  0x00008371 force  0x00000000 , 0x00000013 
+ 00030525  0x00008373 ifetch  0x00000004 , 0x00000011 
+ 00030526  0x00008374 isolate1  0x0000001f , 0x0000003f 
+ 00030527  0x00008375 setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00030528  0x00008376 lshift  0x0000003f , 0x0000003f 
+ 00030529  0x00008377 isolate1  0x00000000 , 0x00000013 
+ 00030530  0x00008378 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00030531  0x00008379 istore  0x00000004 , 0x00000011 
+ 00030532  0x0000837a increase  0x00000004 , 0x00000011 
+ 00030533  0x0000837b rshift  0x00000013 , 0x00000013 
+ 00030534  0x0000837c loop  0x0000773d 
+ 00030535  0x0000837d rtn 
+ 00030536  0x00008380 call  0x0000773b 
+ 00030537  0x00008382 isolate1  0x00000000 , 0x00000013 
+ 00030538  0x00008383 branch  0x00007751 , 0x00000001 
+ 00030539  0x00008384 arg  0x00000886 , 0x00000012 
+ 00030540  0x00008385 copy  0x00000011 , 0x00000013 
+ 00030541  0x00008386 increase  0xffffffe8 , 0x00000011 
+ 00030542  0x00008387 call  0x00007704 
+ 00030543  0x00008388 nrtn  0x00000002 
+ 00030544  0x00008389 copy  0x00000013 , 0x00000011 
+ 00030545  0x0000838b increase  0xffffffe8 , 0x00000011 
+ 00030546  0x0000838c arg  0x00000886 , 0x00000012 
+ 00030547  0x0000838d copy  0x00000011 , 0x00000005 
+ 00030548  0x0000838e branch  0x0000771f 
+ 00030549  0x00008392 call  0x00007711 
+ 00030550  0x00008393 copy  0x00000005 , 0x00000011 
+ 00030551  0x00008394 branch  0x00007749 
+ 00030552  0x00008397 call  0x0000771f 
+ 00030553  0x00008398 isolate0  0x00000000 , 0x00000013 
+ 00030554  0x00008399 rtn  0x00000001 
+ 00030555  0x0000839a arg  0x00000886 , 0x00000012 
+ 00030556  0x0000839b add  0x00000005 , 0xffffffe8 , 0x00000011 
+ 00030557  0x0000839c copy  0x00000011 , 0x00000005 
+ 00030558  0x0000839d branch  0x00007711 
+ 00030559  0x000083a1 copy  0x00000005 , 0x0000000b 
+ 00030560  0x000083a2 copy  0x00000011 , 0x00000030 
+ 00030561  0x000083a3 arg  0x00000716 , 0x00000012 
+ 00030562  0x000083a4 copy  0x00000012 , 0x00000005 
+ 00030563  0x000083a5 add  0x00000011 , 0x00000018 , 0x00000006 
+ 00030564  0x000083a6 ifetch  0x00000008 , 0x00000006 
+ 00030565  0x000083a7 istore  0x00000008 , 0x00000005 
+ 00030566  0x000083a8 istore  0x00000008 , 0x00000005 
+ 00030567  0x000083a9 force  0x00000000 , 0x0000003f 
+ 00030568  0x000083aa istore  0x00000008 , 0x00000005 
+ 00030569  0x000083ab copy  0x0000000b , 0x00000005 
+ 00030570  0x000083ac call  0x00007755 
+ 00030571  0x000083ad arg  0x00000716 , 0x00000012 
+ 00030572  0x000083ae copy  0x00000012 , 0x00000005 
+ 00030573  0x000083af force  0x00000000 , 0x0000003f 
+ 00030574  0x000083b0 istore  0x00000008 , 0x00000005 
+ 00030575  0x000083b1 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00030576  0x000083b2 ifetch  0x00000008 , 0x00000006 
+ 00030577  0x000083b3 istore  0x00000008 , 0x00000005 
+ 00030578  0x000083b4 istore  0x00000008 , 0x00000005 
+ 00030579  0x000083b5 copy  0x0000000b , 0x00000011 
+ 00030580  0x000083b6 copy  0x00000011 , 0x00000005 
+ 00030581  0x000083b7 call  0x00007755 
+ 00030582  0x000083b8 arg  0x00000716 , 0x00000012 
+ 00030583  0x000083b9 copy  0x00000012 , 0x00000005 
+ 00030584  0x000083ba add  0x00000030 , 0x00000028 , 0x00000006 
+ 00030585  0x000083bb ifetch  0x00000008 , 0x00000006 
+ 00030586  0x000083bc istore  0x00000008 , 0x00000005 
+ 00030587  0x000083bd istore  0x00000008 , 0x00000005 
+ 00030588  0x000083be istore  0x00000008 , 0x00000005 
+ 00030589  0x000083bf copy  0x0000000b , 0x00000011 
+ 00030590  0x000083c0 copy  0x00000011 , 0x00000005 
+ 00030591  0x000083c1 branch  0x00007755 
+ 00030592  0x000083c5 force  0x00000006 , 0x00000039 
+ 00030593  0x000083c7 ifetch  0x00000004 , 0x00000006 
+ 00030594  0x000083c8 iforce  0x0000002f 
+ 00030595  0x000083c9 increase  0x00000001 , 0x00000038 
+ 00030596  0x000083ca loop  0x00007781 
+ 00030597  0x000083cb rtn 
+ 00030598  0x000083d0 copy  0x00000005 , 0x0000000b 
+ 00030599  0x000083d1 arg  0x000006e6 , 0x00000005 
+ 00030600  0x000083d2 call  0x00007ec5 
+ 00030601  0x000083d3 arg  0x000006e6 , 0x00000005 
+ 00030602  0x000083d4 copy  0x00000011 , 0x00000006 
+ 00030603  0x000083d5 force  0x00000000 , 0x00000038 
+ 00030604  0x000083d6 call  0x00007780 
+ 00030605  0x000083d7 copy  0x00000012 , 0x00000006 
+ 00030606  0x000083d8 call  0x00007780 
+ 00030607  0x000083d9 force  0x00000000 , 0x00000012 
+ 00030608  0x000083db force  0x00000000 , 0x00000002 
+ 00030609  0x000083dc force  0x00000006 , 0x00000013 
+ 00030610  0x000083de ifetch  0x00000004 , 0x00000005 
+ 00030611  0x000083df iforce  0x00000011 
+ 00030612  0x000083e0 copy  0x00000012 , 0x00000038 
+ 00030613  0x000083e1 deposit  0x0000002f 
+ 00030614  0x000083e2 copy  0x00000013 , 0x00000038 
+ 00030615  0x000083e3 imul32  0x0000002f , 0x0000003f 
+ 00030616  0x000083e4 iadd  0x00000011 , 0x0000003f 
+ 00030617  0x000083e5 iadd  0x00000002 , 0x0000003f 
+ 00030618  0x000083e6 istore  0x00000004 , 0x00000005 
+ 00030619  0x000083e7 rshift32  0x0000003f , 0x00000002 
+ 00030620  0x000083e8 increase  0x00000001 , 0x00000013 
+ 00030621  0x000083e9 compare  0x0000000c , 0x00000013 , 0x000000ff 
+ 00030622  0x000083ea nbranch  0x00007792 , 0x00000001 
+ 00030623  0x000083eb deposit  0x00000002 
+ 00030624  0x000083ec istore  0x00000004 , 0x00000005 
+ 00030625  0x000083ed increase  0xffffffe8 , 0x00000005 
+ 00030626  0x000083ee increase  0x00000001 , 0x00000012 
+ 00030627  0x000083ef compare  0x00000006 , 0x00000012 , 0x000000ff 
+ 00030628  0x000083f0 nbranch  0x00007790 , 0x00000001 
+ 00030629  0x000083f1 arg  0x000006e6 , 0x00000011 
+ 00030630  0x000083f2 copy  0x0000000b , 0x00000005 
+ 00030631  0x000083f3 branch  0x0000775f 
+ 00030632  0x000083f7 copy  0x00000011 , 0x00000012 
+ 00030633  0x000083f8 branch  0x00007786 
+ 00030634  0x000083fb copy  0x00000011 , 0x00000030 
+ 00030635  0x000083fd copy  0x00000030 , 0x00000011 
+ 00030636  0x000083fe ifetch  0x00000001 , 0x00000011 
+ 00030637  0x000083ff isolate1  0x00000000 , 0x0000003f 
+ 00030638  0x00008400 rtn  0x00000001 
+ 00030639  0x00008401 call  0x0000772d 
+ 00030640  0x00008402 ifetch  0x00000001 , 0x00000012 
+ 00030641  0x00008403 isolate0  0x00000000 , 0x0000003f 
+ 00030642  0x00008404 branch  0x000077ba , 0x00000001 
+ 00030643  0x00008405 arg  0x00000886 , 0x00000011 
+ 00030644  0x00008406 copy  0x00000012 , 0x00000005 
+ 00030645  0x00008407 call  0x00007711 
+ 00030646  0x00008408 ifetch  0x00000001 , 0x00000012 
+ 00030647  0x00008409 iadd  0x00000013 , 0x0000003f 
+ 00030648  0x0000840a istore  0x00000001 , 0x00000012 
+ 00030649  0x0000840b increase  0xffffffe8 , 0x00000012 
+ 00030650  0x0000840d add  0x00000012 , 0x00000018 , 0x00000011 
+ 00030651  0x0000840e force  0x00000007 , 0x00000039 
+ 00030652  0x0000840f call  0x0000772f 
+ 00030653  0x00008410 branch  0x000077ab 
+ 00030654  0x00008414 copy  0x00000005 , 0x0000000b 
+ 00030655  0x00008415 arg  0x00000746 , 0x00000005 
+ 00030656  0x00008416 call  0x00007ec5 
+ 00030657  0x00008417 force  0x00000000 , 0x0000003f 
+ 00030658  0x00008418 store  0x00000004 , 0x000006fe 
+ 00030659  0x00008419 store  0x00000004 , 0x0000075e 
+ 00030660  0x0000841a jam  0x00000001 , 0x00000746 
+ 00030661  0x0000841b arg  0x000006e6 , 0x00000005 
+ 00030662  0x0000841c call  0x00007ec5 
+ 00030663  0x0000841d arg  0x00000886 , 0x00000006 
+ 00030664  0x0000841e arg  0x00000716 , 0x00000005 
+ 00030665  0x0000841f call  0x00007ebe 
+ 00030666  0x00008420 copy  0x00000011 , 0x00000006 
+ 00030667  0x00008421 arg  0x0000072e , 0x00000005 
+ 00030668  0x00008422 call  0x00007ebe 
+ 00030669  0x00008424 arg  0x0000072e , 0x00000006 
+ 00030670  0x00008425 call  0x000076f5 
+ 00030671  0x00008426 branch  0x000077f6 , 0x00000034 
+ 00030672  0x00008427 arg  0x0000072e , 0x00000011 
+ 00030673  0x00008428 arg  0x00000746 , 0x00000012 
+ 00030674  0x00008429 call  0x000077aa 
+ 00030675  0x0000842b arg  0x00000716 , 0x00000011 
+ 00030676  0x0000842c arg  0x000006e6 , 0x00000012 
+ 00030677  0x0000842d call  0x000077aa 
+ 00030678  0x0000842e arg  0x0000072e , 0x00000011 
+ 00030679  0x0000842f arg  0x00000716 , 0x00000012 
+ 00030680  0x00008430 call  0x00007704 
+ 00030681  0x00008431 branch  0x000077e8 , 0x00000002 
+ 00030682  0x00008432 arg  0x00000716 , 0x00000011 
+ 00030683  0x00008433 arg  0x0000072e , 0x00000012 
+ 00030684  0x00008434 copy  0x00000011 , 0x00000005 
+ 00030685  0x00008435 call  0x0000771f 
+ 00030686  0x00008436 arg  0x00000746 , 0x00000011 
+ 00030687  0x00008437 arg  0x000006e6 , 0x00000012 
+ 00030688  0x00008438 copy  0x00000012 , 0x00000005 
+ 00030689  0x00008439 call  0x00007711 
+ 00030690  0x0000843a ifetch  0x00000001 , 0x00000011 
+ 00030691  0x0000843b iadd  0x00000013 , 0x00000013 
+ 00030692  0x0000843c ifetch  0x00000001 , 0x00000012 
+ 00030693  0x0000843d iadd  0x00000013 , 0x0000003f 
+ 00030694  0x0000843e istore  0x00000001 , 0x00000012 
+ 00030695  0x0000843f branch  0x000077cd 
+ 00030696  0x00008441 arg  0x0000072e , 0x00000011 
+ 00030697  0x00008442 arg  0x00000716 , 0x00000012 
+ 00030698  0x00008443 copy  0x00000011 , 0x00000005 
+ 00030699  0x00008444 call  0x0000771f 
+ 00030700  0x00008445 arg  0x000006e6 , 0x00000011 
+ 00030701  0x00008446 arg  0x00000746 , 0x00000012 
+ 00030702  0x00008447 copy  0x00000012 , 0x00000005 
+ 00030703  0x00008448 call  0x00007711 
+ 00030704  0x00008449 ifetch  0x00000001 , 0x00000011 
+ 00030705  0x0000844a iadd  0x00000013 , 0x00000013 
+ 00030706  0x0000844b ifetch  0x00000001 , 0x00000012 
+ 00030707  0x0000844c iadd  0x00000013 , 0x0000003f 
+ 00030708  0x0000844d istore  0x00000001 , 0x00000012 
+ 00030709  0x0000844e branch  0x000077cd 
+ 00030710  0x00008450 arg  0x00000746 , 0x00000005 
+ 00030711  0x00008451 call  0x00007ec5 
+ 00030712  0x00008452 fetch  0x00000001 , 0x000006fe 
+ 00030713  0x00008453 store  0x00000001 , 0x00000746 
+ 00030714  0x00008454 store  0x00000001 , 0x0000074e 
+ 00030715  0x00008455 arg  0x00000746 , 0x00000011 
+ 00030716  0x00008456 arg  0x000006e6 , 0x00000012 
+ 00030717  0x00008457 copy  0x00000012 , 0x00000005 
+ 00030718  0x00008458 call  0x00007755 
+ 00030719  0x00008459 arg  0x00000886 , 0x00000011 
+ 00030720  0x0000845a arg  0x000006e6 , 0x00000012 
+ 00030721  0x0000845b copy  0x0000000b , 0x00000005 
+ 00030722  0x0000845c branch  0x00007758 
+ 00030723  0x00008462 arg  0x000006a6 , 0x00000011 
+ 00030724  0x00008463 arg  0x0000075e , 0x00000005 
+ 00030725  0x00008464 call  0x000077a8 
+ 00030726  0x00008465 arg  0x0000075e , 0x00000011 
+ 00030727  0x00008466 arg  0x00000776 , 0x00000005 
+ 00030728  0x00008467 call  0x000077a8 
+ 00030729  0x00008468 arg  0x0000089e , 0x00000011 
+ 00030730  0x00008469 arg  0x00000776 , 0x00000012 
+ 00030731  0x0000846a arg  0x00000776 , 0x00000005 
+ 00030732  0x0000846b call  0x00007786 
+ 00030733  0x0000846c arg  0x00000676 , 0x00000011 
+ 00030734  0x0000846d arg  0x0000075e , 0x00000005 
+ 00030735  0x0000846e call  0x000077a8 
+ 00030736  0x0000846f arg  0x0000075e , 0x00000006 
+ 00030737  0x00008470 arg  0x0000072e , 0x00000005 
+ 00030738  0x00008471 call  0x00007ebe 
+ 00030739  0x00008472 arg  0x0000072e , 0x00000011 
+ 00030740  0x00008473 call  0x00007748 
+ 00030741  0x00008474 arg  0x0000075e , 0x00000011 
+ 00030742  0x00008475 arg  0x0000072e , 0x00000012 
+ 00030743  0x00008476 arg  0x0000075e , 0x00000005 
+ 00030744  0x00008477 call  0x00007755 
+ 00030745  0x00008478 arg  0x0000075e , 0x00000011 
+ 00030746  0x00008479 arg  0x00000776 , 0x00000012 
+ 00030747  0x0000847a arg  0x0000075e , 0x00000005 
+ 00030748  0x0000847b call  0x00007755 
+ 00030749  0x0000847c arg  0x00000676 , 0x00000006 
+ 00030750  0x0000847d arg  0x0000072e , 0x00000005 
+ 00030751  0x0000847e call  0x00007ebe 
+ 00030752  0x0000847f arg  0x0000068e , 0x00000011 
+ 00030753  0x00008480 arg  0x00000776 , 0x00000005 
+ 00030754  0x00008481 call  0x000077a8 
+ 00030755  0x00008482 arg  0x0000072e , 0x00000011 
+ 00030756  0x00008483 call  0x00007748 
+ 00030757  0x00008484 arg  0x0000072e , 0x00000011 
+ 00030758  0x00008485 call  0x00007748 
+ 00030759  0x00008486 arg  0x0000072e , 0x00000011 
+ 00030760  0x00008487 arg  0x00000776 , 0x00000012 
+ 00030761  0x00008488 arg  0x0000072e , 0x00000005 
+ 00030762  0x00008489 call  0x00007786 
+ 00030763  0x0000848a arg  0x00000776 , 0x00000011 
+ 00030764  0x0000848b arg  0x00000746 , 0x00000005 
+ 00030765  0x0000848c call  0x000077a8 
+ 00030766  0x0000848d arg  0x00000746 , 0x00000011 
+ 00030767  0x0000848e call  0x00007748 
+ 00030768  0x0000848f arg  0x00000746 , 0x00000011 
+ 00030769  0x00008490 call  0x00007748 
+ 00030770  0x00008491 arg  0x00000746 , 0x00000011 
+ 00030771  0x00008492 call  0x00007748 
+ 00030772  0x00008493 arg  0x0000068e , 0x00000006 
+ 00030773  0x00008494 arg  0x00000776 , 0x00000005 
+ 00030774  0x00008495 call  0x00007ebe 
+ 00030775  0x00008496 arg  0x00000776 , 0x00000011 
+ 00030776  0x00008497 call  0x00007748 
+ 00030777  0x00008498 arg  0x00000776 , 0x00000011 
+ 00030778  0x00008499 arg  0x000006a6 , 0x00000012 
+ 00030779  0x0000849a arg  0x000006a6 , 0x00000005 
+ 00030780  0x0000849b call  0x00007786 
+ 00030781  0x0000849c arg  0x0000075e , 0x00000011 
+ 00030782  0x0000849d arg  0x00000776 , 0x00000005 
+ 00030783  0x0000849e call  0x000077a8 
+ 00030784  0x0000849f arg  0x00000776 , 0x00000011 
+ 00030785  0x000084a0 arg  0x0000072e , 0x00000012 
+ 00030786  0x000084a1 arg  0x00000776 , 0x00000005 
+ 00030787  0x000084a2 call  0x00007758 
+ 00030788  0x000084a3 arg  0x00000776 , 0x00000011 
+ 00030789  0x000084a4 arg  0x0000072e , 0x00000012 
+ 00030790  0x000084a5 arg  0x00000676 , 0x00000005 
+ 00030791  0x000084a6 call  0x00007758 
+ 00030792  0x000084a7 arg  0x0000072e , 0x00000011 
+ 00030793  0x000084a8 arg  0x00000676 , 0x00000012 
+ 00030794  0x000084a9 arg  0x00000776 , 0x00000005 
+ 00030795  0x000084aa call  0x00007758 
+ 00030796  0x000084ab arg  0x00000776 , 0x00000011 
+ 00030797  0x000084ac arg  0x0000075e , 0x00000012 
+ 00030798  0x000084ad arg  0x00000776 , 0x00000005 
+ 00030799  0x000084ae call  0x00007786 
+ 00030800  0x000084af arg  0x00000776 , 0x00000011 
+ 00030801  0x000084b0 arg  0x00000746 , 0x00000012 
+ 00030802  0x000084b1 arg  0x0000068e , 0x00000005 
+ 00030803  0x000084b2 branch  0x00007758 
+ 00030804  0x000084b7 arg  0x00000616 , 0x00000011 
+ 00030805  0x000084b8 arg  0x0000078e , 0x00000005 
+ 00030806  0x000084b9 call  0x000077a8 
+ 00030807  0x000084ba arg  0x00000676 , 0x00000011 
+ 00030808  0x000084bb arg  0x0000078e , 0x00000012 
+ 00030809  0x000084bc arg  0x00000746 , 0x00000005 
+ 00030810  0x000084bd call  0x00007786 
+ 00030811  0x000084be arg  0x00000616 , 0x00000011 
+ 00030812  0x000084bf arg  0x0000078e , 0x00000012 
+ 00030813  0x000084c0 arg  0x0000078e , 0x00000005 
+ 00030814  0x000084c1 call  0x00007786 
+ 00030815  0x000084c2 arg  0x0000068e , 0x00000011 
+ 00030816  0x000084c3 arg  0x0000078e , 0x00000012 
+ 00030817  0x000084c4 arg  0x0000072e , 0x00000005 
+ 00030818  0x000084c5 call  0x00007786 
+ 00030819  0x000084c6 arg  0x000006a6 , 0x00000011 
+ 00030820  0x000084c7 arg  0x0000078e , 0x00000005 
+ 00030821  0x000084c8 call  0x000077a8 
+ 00030822  0x000084c9 arg  0x000005e6 , 0x00000011 
+ 00030823  0x000084ca arg  0x0000078e , 0x00000012 
+ 00030824  0x000084cb arg  0x0000075e , 0x00000005 
+ 00030825  0x000084cc call  0x00007786 
+ 00030826  0x000084cd arg  0x000006a6 , 0x00000011 
+ 00030827  0x000084ce arg  0x0000078e , 0x00000012 
+ 00030828  0x000084cf arg  0x0000078e , 0x00000005 
+ 00030829  0x000084d0 call  0x00007786 
+ 00030830  0x000084d1 arg  0x000005fe , 0x00000011 
+ 00030831  0x000084d2 arg  0x0000078e , 0x00000012 
+ 00030832  0x000084d3 arg  0x00000776 , 0x00000005 
+ 00030833  0x000084d4 call  0x00007786 
+ 00030834  0x000084d5 arg  0x00000746 , 0x00000011 
+ 00030835  0x000084d6 arg  0x0000075e , 0x00000012 
+ 00030836  0x000084d7 arg  0x0000078e , 0x00000005 
+ 00030837  0x000084d8 call  0x00007758 
+ 00030838  0x000084d9 arg  0x00000746 , 0x00000011 
+ 00030839  0x000084da arg  0x0000075e , 0x00000012 
+ 00030840  0x000084db arg  0x00000746 , 0x00000005 
+ 00030841  0x000084dc call  0x00007755 
+ 00030842  0x000084dd arg  0x0000072e , 0x00000011 
+ 00030843  0x000084de arg  0x00000776 , 0x00000012 
+ 00030844  0x000084df arg  0x0000075e , 0x00000005 
+ 00030845  0x000084e0 call  0x00007758 
+ 00030846  0x000084e1 arg  0x0000072e , 0x00000011 
+ 00030847  0x000084e2 arg  0x00000776 , 0x00000012 
+ 00030848  0x000084e3 arg  0x0000072e , 0x00000005 
+ 00030849  0x000084e4 call  0x00007755 
+ 00030850  0x000084e5 arg  0x0000072e , 0x00000011 
+ 00030851  0x000084e6 arg  0x0000078e , 0x00000012 
+ 00030852  0x000084e7 arg  0x0000072e , 0x00000005 
+ 00030853  0x000084e8 call  0x00007786 
+ 00030854  0x000084e9 arg  0x000006a6 , 0x00000011 
+ 00030855  0x000084ea arg  0x00000616 , 0x00000012 
+ 00030856  0x000084eb arg  0x00000776 , 0x00000005 
+ 00030857  0x000084ec call  0x00007786 
+ 00030858  0x000084ed arg  0x00000776 , 0x00000011 
+ 00030859  0x000084ee arg  0x0000078e , 0x00000012 
+ 00030860  0x000084ef arg  0x000006a6 , 0x00000005 
+ 00030861  0x000084f0 call  0x00007786 
+ 00030862  0x000084f1 arg  0x0000078e , 0x00000011 
+ 00030863  0x000084f2 arg  0x0000078e , 0x00000005 
+ 00030864  0x000084f3 call  0x000077a8 
+ 00030865  0x000084f4 arg  0x0000078e , 0x00000011 
+ 00030866  0x000084f5 arg  0x00000746 , 0x00000012 
+ 00030867  0x000084f6 arg  0x00000776 , 0x00000005 
+ 00030868  0x000084f7 call  0x00007786 
+ 00030869  0x000084f8 arg  0x0000078e , 0x00000011 
+ 00030870  0x000084f9 arg  0x0000072e , 0x00000012 
+ 00030871  0x000084fa arg  0x0000072e , 0x00000005 
+ 00030872  0x000084fb call  0x00007786 
+ 00030873  0x000084fc arg  0x0000075e , 0x00000011 
+ 00030874  0x000084fd arg  0x00000676 , 0x00000005 
+ 00030875  0x000084fe call  0x000077a8 
+ 00030876  0x000084ff arg  0x00000676 , 0x00000011 
+ 00030877  0x00008500 arg  0x00000776 , 0x00000012 
+ 00030878  0x00008501 arg  0x00000676 , 0x00000005 
+ 00030879  0x00008502 call  0x00007758 
+ 00030880  0x00008503 arg  0x00000676 , 0x00000006 
+ 00030881  0x00008504 arg  0x0000078e , 0x00000005 
+ 00030882  0x00008505 call  0x00007ebe 
+ 00030883  0x00008506 arg  0x0000078e , 0x00000011 
+ 00030884  0x00008507 call  0x00007748 
+ 00030885  0x00008508 arg  0x00000776 , 0x00000011 
+ 00030886  0x00008509 arg  0x0000078e , 0x00000012 
+ 00030887  0x0000850a arg  0x00000776 , 0x00000005 
+ 00030888  0x0000850b call  0x00007758 
+ 00030889  0x0000850c arg  0x00000776 , 0x00000011 
+ 00030890  0x0000850d arg  0x0000075e , 0x00000012 
+ 00030891  0x0000850e arg  0x0000075e , 0x00000005 
+ 00030892  0x0000850f call  0x00007786 
+ 00030893  0x00008510 arg  0x0000075e , 0x00000011 
+ 00030894  0x00008511 arg  0x0000072e , 0x00000012 
+ 00030895  0x00008512 arg  0x0000068e , 0x00000005 
+ 00030896  0x00008513 call  0x00007758 
+ 00030897  0x00008514 arg  0x0000068e , 0x00000011 
+ 00030898  0x00008515 arg  0x00000886 , 0x00000012 
+ 00030899  0x00008516 arg  0x0000068e , 0x00000005 
+ 00030900  0x00008517 force  0x00000000 , 0x00000013 
+ 00030901  0x00008518 fetch  0x00000001 , 0x0000068e 
+ 00030902  0x00008519 isolate1  0x00000000 , 0x0000003f 
+ 00030903  0x0000851a call  0x00007711 , 0x00000001 
+ 00030904  0x0000851b copy  0x00000013 , 0x00000030 
+ 00030905  0x0000851c arg  0x0000068e , 0x00000011 
+ 00030906  0x0000851d call  0x0000772d 
+ 00030907  0x0000851e fetch  0x00000001 , 0x000006a5 
+ 00030908  0x0000851f isolate1  0x00000000 , 0x00000030 
+ 00030909  0x00008520 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00030910  0x00008521 store  0x00000001 , 0x000006a5 
+ 00030911  0x00008522 rtn 
+ 00030912  0x00008527 fetch  0x00000001 , 0x000005e3 
+ 00030913  0x00008528 increase  0xffffffff , 0x0000003f 
+ 00030914  0x00008529 nrtn  0x00000002 
+ 00030915  0x0000852a store  0x00000001 , 0x000005e3 
+ 00030916  0x0000852b fetch  0x00000001 , 0x000005e2 
+ 00030917  0x0000852c call  0x00007803 , 0x00000034 
+ 00030918  0x0000852d fetch  0x00000001 , 0x000005e3 
+ 00030919  0x0000852e arg  0x000006be , 0x00000006 
+ 00030920  0x0000852f call  0x000076ec 
+ 00030921  0x00008530 branch  0x000078c0 , 0x00000001 
+ 00030922  0x00008531 fetch  0x00000001 , 0x000005e2 
+ 00030923  0x00008532 nbranch  0x000078ce , 0x00000034 
+ 00030924  0x00008533 call  0x00007854 
+ 00030925  0x00008534 branch  0x000078c0 
+ 00030926  0x00008536 jam  0x00000000 , 0x000005e2 
+ 00030927  0x00008537 arg  0x000005e6 , 0x00000006 
+ 00030928  0x00008538 arg  0x00000676 , 0x00000005 
+ 00030929  0x00008539 call  0x000076f2 
+ 00030930  0x0000853a branch  0x000078c0 
+ 00030931  0x0000853e arg  0x000006a6 , 0x00000011 
+ 00030932  0x0000853f arg  0x00000776 , 0x00000005 
+ 00030933  0x00008540 call  0x000077be 
+ 00030934  0x00008541 arg  0x00000776 , 0x00000011 
+ 00030935  0x00008542 arg  0x0000072e , 0x00000005 
+ 00030936  0x00008543 call  0x000077a8 
+ 00030937  0x00008544 arg  0x00000676 , 0x00000011 
+ 00030938  0x00008545 arg  0x0000072e , 0x00000012 
+ 00030939  0x00008546 arg  0x0000062e , 0x00000005 
+ 00030940  0x00008547 call  0x00007786 
+ 00030941  0x00008548 arg  0x00000776 , 0x00000011 
+ 00030942  0x00008549 arg  0x0000072e , 0x00000012 
+ 00030943  0x0000854a arg  0x0000075e , 0x00000005 
+ 00030944  0x0000854b call  0x00007786 
+ 00030945  0x0000854c arg  0x0000068e , 0x00000011 
+ 00030946  0x0000854d arg  0x0000075e , 0x00000012 
+ 00030947  0x0000854e arg  0x00000646 , 0x00000005 
+ 00030948  0x0000854f branch  0x00007786 
+ 00030949  0x00008554 ifetch  0x00000004 , 0x00000006 
+ 00030950  0x00008555 force  0x00000004 , 0x00000011 
+ 00030951  0x00008556 increase  0x00000003 , 0x00000005 
+ 00030952  0x00008558 istore  0x00000001 , 0x00000005 
+ 00030953  0x00008559 rshift8  0x0000003f , 0x0000003f 
+ 00030954  0x0000855a increase  0xfffffffe , 0x00000005 
+ 00030955  0x0000855b increase  0xffffffff , 0x00000011 
+ 00030956  0x0000855c nbranch  0x000078e8 , 0x00000005 
+ 00030957  0x0000855d increase  0x00000005 , 0x00000005 
+ 00030958  0x0000855e loop  0x000078e5 
+ 00030959  0x0000855f rtn 
+ 00030960  0x00008563 lshift2  0x00000007 , 0x0000003f 
+ 00030961  0x00008564 iadd  0x0000000b , 0x00000006 
+ 00030962  0x00008565 ifetch  0x00000004 , 0x00000006 
+ 00030963  0x00008566 rtn 
+ 00030964  0x00008569 force  0x00000010 , 0x00000030 
+ 00030965  0x0000856a arg  0x000005e6 , 0x0000000b 
+ 00030966  0x0000856c add  0x00000030 , 0xfffffff9 , 0x00000007 
+ 00030967  0x0000856d call  0x000078f0 
+ 00030968  0x0000856e iforce  0x00000002 
+ 00030969  0x0000856f add  0x00000030 , 0xfffffff0 , 0x00000007 
+ 00030970  0x00008570 call  0x000078f0 
+ 00030971  0x00008571 iadd  0x00000002 , 0x00000002 
+ 00030972  0x00008572 add  0x00000030 , 0xfffffffe , 0x00000007 
+ 00030973  0x00008573 call  0x000078f0 
+ 00030974  0x00008574 shasx  0x0000003f , 0x00000001 , 0x0000003f 
+ 00030975  0x00008575 iadd  0x00000002 , 0x00000002 
+ 00030976  0x00008576 add  0x00000030 , 0xfffffff1 , 0x00000007 
+ 00030977  0x00008577 call  0x000078f0 
+ 00030978  0x00008578 shasx  0x0000003f , 0x00000000 , 0x0000003f 
+ 00030979  0x00008579 iadd  0x00000002 , 0x00000002 
+ 00030980  0x0000857a lshift2  0x00000030 , 0x0000003f 
+ 00030981  0x0000857b iadd  0x0000000b , 0x00000005 
+ 00030982  0x0000857c istoret  0x00000004 , 0x00000005 
+ 00030983  0x0000857d increase  0x00000001 , 0x00000030 
+ 00030984  0x0000857e compare  0x00000040 , 0x00000030 , 0x000000ff 
+ 00030985  0x0000857f nbranch  0x000078f6 , 0x00000001 
+ 00030986  0x00008580 rtn 
+ 00030987  0x00008584 arg  0x000008fe , 0x00000006 
+ 00030988  0x00008585 force  0x00000007 , 0x00000038 
+ 00030989  0x00008587 ifetch  0x00000004 , 0x00000006 
+ 00030990  0x00008588 iforce  0x0000002f 
+ 00030991  0x00008589 increase  0xffffffff , 0x00000038 
+ 00030992  0x0000858a branch  0x0000790d , 0x00000002 
+ 00030993  0x0000858b rtn 
+ 00030994  0x0000858e bpatchx  0x000000ec , 0x0000403d 
+ 00030995  0x0000858f call  0x000078f4 
+ 00030996  0x00008590 arg  0x000006e6 , 0x00000005 
+ 00030997  0x00008591 force  0x00000000 , 0x00000038 
+ 00030998  0x00008593 deposit  0x0000002f 
+ 00030999  0x00008594 istore  0x00000004 , 0x00000005 
+ 00031000  0x00008595 increase  0x00000001 , 0x00000038 
+ 00031001  0x00008596 compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00031002  0x00008597 nbranch  0x00007916 , 0x00000001 
+ 00031003  0x00008598 call  0x000074b9 
+ 00031004  0x00008599 arg  0x00008700 , 0x0000000b 
+ 00031005  0x0000859a arg  0x000005e6 , 0x00000030 
+ 00031006  0x0000859b force  0x00000040 , 0x00000039 
+ 00031007  0x0000859d ifetcht  0x00000004 , 0x00000030 
+ 00031008  0x0000859e ifetch  0x00000004 , 0x0000000b 
+ 00031009  0x0000859f increase  0x00000004 , 0x0000000b 
+ 00031010  0x000085a0 increase  0x00000004 , 0x00000030 
+ 00031011  0x000085a1 iadd  0x00000002 , 0x0000003f 
+ 00031012  0x000085a2 force  0x00000007 , 0x00000038 
+ 00031013  0x000085a3 iadd  0x0000002f , 0x00000002 
+ 00031014  0x000085a4 force  0x00000004 , 0x00000038 
+ 00031015  0x000085a5 shasx  0x0000002f , 0x00000003 , 0x0000003f 
+ 00031016  0x000085a6 iadd  0x00000002 , 0x00000002 
+ 00031017  0x000085a7 force  0x00000005 , 0x00000038 
+ 00031018  0x000085a8 deposit  0x0000002f 
+ 00031019  0x000085a9 force  0x00000006 , 0x00000038 
+ 00031020  0x000085aa ixor  0x0000002f , 0x0000003f 
+ 00031021  0x000085ab force  0x00000004 , 0x00000038 
+ 00031022  0x000085ac iand  0x0000002f , 0x0000003f 
+ 00031023  0x000085ad force  0x00000006 , 0x00000038 
+ 00031024  0x000085ae ixor  0x0000002f , 0x0000003f 
+ 00031025  0x000085af iadd  0x00000002 , 0x00000002 
+ 00031026  0x000085b0 force  0x00000007 , 0x00000038 
+ 00031027  0x000085b1 copy  0x00000002 , 0x0000002f 
+ 00031028  0x000085b2 force  0x00000003 , 0x00000038 
+ 00031029  0x000085b3 deposit  0x0000002f 
+ 00031030  0x000085b4 iadd  0x00000002 , 0x0000002f 
+ 00031031  0x000085b5 force  0x00000000 , 0x00000038 
+ 00031032  0x000085b6 deposit  0x0000002f 
+ 00031033  0x000085b7 force  0x00000001 , 0x00000038 
+ 00031034  0x000085b8 iand  0x0000002f , 0x00000002 
+ 00031035  0x000085b9 ior  0x0000002f , 0x0000003f 
+ 00031036  0x000085ba force  0x00000002 , 0x00000038 
+ 00031037  0x000085bb iand  0x0000002f , 0x0000003f 
+ 00031038  0x000085bc ior  0x00000002 , 0x00000002 
+ 00031039  0x000085bd force  0x00000000 , 0x00000038 
+ 00031040  0x000085be shasx  0x0000002f , 0x00000002 , 0x0000003f 
+ 00031041  0x000085bf iadd  0x00000002 , 0x0000003f 
+ 00031042  0x000085c0 force  0x00000007 , 0x00000038 
+ 00031043  0x000085c1 iadd  0x0000002f , 0x0000002f 
+ 00031044  0x000085c2 regexrot 
+ 00031045  0x000085c3 loop  0x0000791f 
+ 00031046  0x000085c4 arg  0x000006e6 , 0x00000006 
+ 00031047  0x000085c5 force  0x00000000 , 0x00000038 
+ 00031048  0x000085c7 ifetch  0x00000004 , 0x00000006 
+ 00031049  0x000085c8 iadd  0x0000002f , 0x0000002f 
+ 00031050  0x000085c9 increase  0x00000001 , 0x00000038 
+ 00031051  0x000085ca compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00031052  0x000085cb nbranch  0x00007948 , 0x00000001 
+ 00031053  0x000085cc branch  0x000074bd 
+ 00031054  0x000085d0 arg  0x00000a3e , 0x00000005 
+ 00031055  0x000085d1 force  0x00000007 , 0x00000038 
+ 00031056  0x000085d3 deposit  0x0000002f 
+ 00031057  0x000085d4 istore  0x00000004 , 0x00000005 
+ 00031058  0x000085d5 increase  0xffffffff , 0x00000038 
+ 00031059  0x000085d6 branch  0x00007950 , 0x00000002 
+ 00031060  0x000085d7 rtn 
+ 00031061  0x000085db arg  0x000005e6 , 0x00000005 
+ 00031062  0x000085dc increase  0xfffffffc , 0x00000006 
+ 00031063  0x000085dd sub  0x00000039 , 0x00000010 , 0x00000011 
+ 00031064  0x000085df ifetch  0x00000004 , 0x00000006 
+ 00031065  0x000085e0 ixor  0x00000002 , 0x0000003f 
+ 00031066  0x000085e1 istore  0x00000004 , 0x00000005 
+ 00031067  0x000085e2 increase  0xfffffff8 , 0x00000006 
+ 00031068  0x000085e3 loop  0x00007958 
+ 00031069  0x000085e4 copy  0x00000011 , 0x00000039 
+ 00031070  0x000085e5 deposit  0x00000002 
+ 00031071  0x000085e7 istore  0x00000004 , 0x00000005 
+ 00031072  0x000085e8 loop  0x0000795f 
+ 00031073  0x000085e9 rtn 
+ 00031074  0x000085ec call  0x00007967 
+ 00031075  0x000085ed call  0x0000794e 
+ 00031076  0x000085ee branch  0x0000798d 
+ 00031077  0x000085f1 call  0x00007967 
+ 00031078  0x000085f2 branch  0x0000798d 
+ 00031079  0x000085f5 arg  0x000009de , 0x00000006 
+ 00031080  0x000085f6 arg  0x000005e6 , 0x00000005 
+ 00031081  0x000085f7 force  0x00000006 , 0x00000039 
+ 00031082  0x000085f8 call  0x00007a71 
+ 00031083  0x000085f9 arg  0x00004642 , 0x00000006 
+ 00031084  0x000085fa force  0x00000006 , 0x00000039 
+ 00031085  0x000085fb call  0x00007a71 
+ 00031086  0x000085fc arg  0x00000a3e , 0x00000006 
+ 00031087  0x000085fd call  0x00007a70 
+ 00031088  0x000085fe call  0x0000790b 
+ 00031089  0x000085ff call  0x00007912 
+ 00031090  0x00008600 arg  0x00000a2e , 0x00000006 
+ 00031091  0x00008601 arg  0x000005e6 , 0x00000005 
+ 00031092  0x00008602 branch  0x00007984 
+ 00031093  0x00008605 arg  0x00004642 , 0x00000006 
+ 00031094  0x00008606 arg  0x000005e6 , 0x00000005 
+ 00031095  0x00008607 force  0x00000006 , 0x00000039 
+ 00031096  0x00008608 call  0x00007a71 
+ 00031097  0x00008609 arg  0x000009de , 0x00000006 
+ 00031098  0x0000860a force  0x00000006 , 0x00000039 
+ 00031099  0x0000860b call  0x00007a71 
+ 00031100  0x0000860c arg  0x00000a2e , 0x00000006 
+ 00031101  0x0000860d call  0x00007a70 
+ 00031102  0x0000860e call  0x0000790b 
+ 00031103  0x0000860f call  0x00007912 
+ 00031104  0x00008610 arg  0x00000a3e , 0x00000006 
+ 00031105  0x00008611 arg  0x000005e6 , 0x00000005 
+ 00031106  0x00008612 call  0x00007984 
+ 00031107  0x00008613 branch  0x0000798d 
+ 00031108  0x00008616 call  0x00007a70 
+ 00031109  0x00008617 setarg  0x00800000 
+ 00031110  0x00008618 lshift8  0x0000003f , 0x0000003f 
+ 00031111  0x00008619 istore  0x00000004 , 0x00000005 
+ 00031112  0x0000861a force  0x00000005 , 0x00000039 
+ 00031113  0x0000861b call  0x00007ec6 
+ 00031114  0x0000861c setarg  0x00000280 
+ 00031115  0x0000861d istore  0x00000004 , 0x00000005 
+ 00031116  0x0000861e branch  0x00007912 
+ 00031117  0x00008620 fetch  0x00000004 , 0x00000a3e 
+ 00031118  0x00008622 arg  0x000003e8 , 0x00000011 
+ 00031119  0x00008623 idiv  0x00000011 
+ 00031120  0x00008624 call  0x00007f86 
+ 00031121  0x00008625 remainder  0x0000003f 
+ 00031122  0x00008626 store  0x00000004 , 0x000009ba 
+ 00031123  0x00008627 quotient  0x0000003f 
+ 00031124  0x00008628 arg  0x000003e8 , 0x00000011 
+ 00031125  0x00008629 idiv  0x00000011 
+ 00031126  0x0000862a call  0x00007f86 
+ 00031127  0x0000862b remainder  0x0000003f 
+ 00031128  0x0000862c arg  0x000003e8 , 0x00000011 
+ 00031129  0x0000862d imul32  0x00000011 , 0x0000003f 
+ 00031130  0x0000862e fetcht  0x00000004 , 0x000009ba 
+ 00031131  0x0000862f iadd  0x00000002 , 0x0000003f 
+ 00031132  0x00008630 store  0x00000004 , 0x000009ba 
+ 00031133  0x00008631 rtn 
+ 00031134  0x00008634 jam  0x00000000 , 0x00004664 
+ 00031135  0x00008635 branch  0x000079a2 
+ 00031136  0x00008638 fetch  0x00000001 , 0x00004662 
+ 00031137  0x00008639 bne  0x00000002 , 0x0000799e 
+ 00031138  0x0000863b bpatchx  0x000000ed , 0x0000403d 
+ 00031139  0x0000863c setarg  0x00363636 
+ 00031140  0x0000863d lshift8  0x0000003f , 0x00000002 
+ 00031141  0x0000863e or_into  0x00000036 , 0x00000002 
+ 00031142  0x0000863f fetch  0x00000002 , 0x00000a7e 
+ 00031143  0x00008640 copy  0x0000003f , 0x00000006 
+ 00031144  0x00008641 force  0x00000004 , 0x00000039 
+ 00031145  0x00008642 call  0x00007955 
+ 00031146  0x00008643 call  0x0000790b 
+ 00031147  0x00008644 call  0x00007912 
+ 00031148  0x00008645 fetch  0x00000002 , 0x00000a80 
+ 00031149  0x00008646 copy  0x0000003f , 0x00000006 
+ 00031150  0x00008647 arg  0x000005e6 , 0x00000005 
+ 00031151  0x00008648 force  0x00000006 , 0x00000039 
+ 00031152  0x00008649 call  0x00007a71 
+ 00031153  0x0000864a fetch  0x00000002 , 0x00000a82 
+ 00031154  0x0000864b copy  0x0000003f , 0x00000006 
+ 00031155  0x0000864c force  0x00000006 , 0x00000039 
+ 00031156  0x0000864d call  0x00007a71 
+ 00031157  0x0000864e setarg  0x00800000 
+ 00031158  0x0000864f istore  0x00000003 , 0x00000005 
+ 00031159  0x00008651 fetch  0x00000001 , 0x00004664 
+ 00031160  0x00008653 istore  0x00000001 , 0x00000005 
+ 00031161  0x00008654 force  0x00000000 , 0x0000003f 
+ 00031162  0x00008655 istore  0x00000008 , 0x00000005 
+ 00031163  0x00008656 setarg  0x00000388 
+ 00031164  0x00008657 istore  0x00000004 , 0x00000005 
+ 00031165  0x00008658 call  0x00007912 
+ 00031166  0x00008659 call  0x0000794e 
+ 00031167  0x0000865a arg  0x00000a3e , 0x00000006 
+ 00031168  0x0000865b arg  0x00000706 , 0x00000005 
+ 00031169  0x0000865c call  0x00007ebd 
+ 00031170  0x0000865e setarg  0x005c5c5c 
+ 00031171  0x0000865f lshift8  0x0000003f , 0x00000002 
+ 00031172  0x00008660 or_into  0x0000005c , 0x00000002 
+ 00031173  0x00008661 fetch  0x00000002 , 0x00000a7e 
+ 00031174  0x00008662 copy  0x0000003f , 0x00000006 
+ 00031175  0x00008663 force  0x00000004 , 0x00000039 
+ 00031176  0x00008664 call  0x00007955 
+ 00031177  0x00008665 call  0x0000790b 
+ 00031178  0x00008666 call  0x00007912 
+ 00031179  0x00008667 arg  0x00000726 , 0x00000006 
+ 00031180  0x00008668 arg  0x000005e6 , 0x00000005 
+ 00031181  0x00008669 force  0x00000008 , 0x00000039 
+ 00031182  0x0000866a call  0x00007a71 
+ 00031183  0x0000866b setarg  0x00800000 
+ 00031184  0x0000866c lshift8  0x0000003f , 0x0000003f 
+ 00031185  0x0000866d istore  0x00000004 , 0x00000005 
+ 00031186  0x0000866e call  0x00007ec5 
+ 00031187  0x0000866f setarg  0x00000300 
+ 00031188  0x00008670 istore  0x00000004 , 0x00000005 
+ 00031189  0x00008671 call  0x00007912 
+ 00031190  0x00008672 branch  0x0000794e 
+ 00031191  0x00008676 setarg  0x00363636 
+ 00031192  0x00008677 lshift8  0x0000003f , 0x00000002 
+ 00031193  0x00008678 or_into  0x00000036 , 0x00000002 
+ 00031194  0x00008679 arg  0x00000a1e , 0x00000006 
+ 00031195  0x0000867a force  0x00000006 , 0x00000039 
+ 00031196  0x0000867b call  0x00007955 
+ 00031197  0x0000867c call  0x0000790b 
+ 00031198  0x0000867d call  0x00007912 
+ 00031199  0x0000867e fetch  0x00000002 , 0x00000a8a 
+ 00031200  0x0000867f copy  0x0000003f , 0x00000006 
+ 00031201  0x00008680 arg  0x000005e6 , 0x00000005 
+ 00031202  0x00008681 call  0x00007a70 
+ 00031203  0x00008682 fetch  0x00000002 , 0x00000a8c 
+ 00031204  0x00008683 copy  0x0000003f , 0x00000006 
+ 00031205  0x00008684 call  0x00007a70 
+ 00031206  0x00008686 setarg  0x0062746c 
+ 00031207  0x00008687 lshift8  0x0000003f , 0x0000003f 
+ 00031208  0x00008688 or_into  0x0000006b , 0x0000003f 
+ 00031209  0x00008689 istore  0x00000004 , 0x00000005 
+ 00031210  0x0000868a arg  0x00000733 , 0x00000006 
+ 00031211  0x0000868b force  0x00000003 , 0x00000039 
+ 00031212  0x0000868c call  0x00007a71 
+ 00031213  0x0000868e setarg  0x00800000 
+ 00031214  0x0000868f lshift8  0x0000003f , 0x0000003f 
+ 00031215  0x00008690 istore  0x00000004 , 0x00000005 
+ 00031216  0x00008691 force  0x00000000 , 0x0000003f 
+ 00031217  0x00008692 istore  0x00000008 , 0x00000005 
+ 00031218  0x00008693 setarg  0x00000380 
+ 00031219  0x00008694 istore  0x00000004 , 0x00000005 
+ 00031220  0x00008695 call  0x00007912 
+ 00031221  0x00008697 call  0x0000794e 
+ 00031222  0x00008698 arg  0x00000a3e , 0x00000006 
+ 00031223  0x00008699 arg  0x00000706 , 0x00000005 
+ 00031224  0x0000869a call  0x00007ebd 
+ 00031225  0x0000869c setarg  0x005c5c5c 
+ 00031226  0x0000869d lshift8  0x0000003f , 0x00000002 
+ 00031227  0x0000869e or_into  0x0000005c , 0x00000002 
+ 00031228  0x0000869f arg  0x00000a1e , 0x00000006 
+ 00031229  0x000086a0 force  0x00000006 , 0x00000039 
+ 00031230  0x000086a1 call  0x00007955 
+ 00031231  0x000086a2 call  0x0000790b 
+ 00031232  0x000086a3 call  0x00007912 
+ 00031233  0x000086a4 arg  0x00000726 , 0x00000006 
+ 00031234  0x000086a5 arg  0x000005e6 , 0x00000005 
+ 00031235  0x000086a6 force  0x00000008 , 0x00000039 
+ 00031236  0x000086a7 call  0x00007a71 
+ 00031237  0x000086a8 setarg  0x00800000 
+ 00031238  0x000086a9 lshift8  0x0000003f , 0x0000003f 
+ 00031239  0x000086aa istore  0x00000004 , 0x00000005 
+ 00031240  0x000086ab call  0x00007ec5 
+ 00031241  0x000086ac setarg  0x00000300 
+ 00031242  0x000086ad istore  0x00000004 , 0x00000005 
+ 00031243  0x000086ae call  0x00007912 
+ 00031244  0x000086af branch  0x0000794e 
+ 00031245  0x000086b3 fetch  0x00000001 , 0x00004662 
+ 00031246  0x000086b4 bne  0x00000002 , 0x00007a1e 
+ 00031247  0x000086b6 bpatchx  0x000000ee , 0x0000403d 
+ 00031248  0x000086b7 setarg  0x00363636 
+ 00031249  0x000086b8 lshift8  0x0000003f , 0x00000002 
+ 00031250  0x000086b9 or_into  0x00000036 , 0x00000002 
+ 00031251  0x000086ba arg  0x00000a1e , 0x00000006 
+ 00031252  0x000086bb force  0x00000006 , 0x00000039 
+ 00031253  0x000086bc call  0x00007955 
+ 00031254  0x000086bd call  0x0000790b 
+ 00031255  0x000086be call  0x00007912 
+ 00031256  0x000086bf arg  0x00000a3e , 0x00000006 
+ 00031257  0x000086c0 arg  0x000005e6 , 0x00000005 
+ 00031258  0x000086c1 call  0x00007a70 
+ 00031259  0x000086c2 arg  0x00000a2e , 0x00000006 
+ 00031260  0x000086c3 call  0x00007a70 
+ 00031261  0x000086c4 branch  0x00007a33 
+ 00031262  0x000086c7 setarg  0x00000000 
+ 00031263  0x000086c8 store  0x00000004 , 0x0000468a 
+ 00031264  0x000086c9 branch  0x00007a0f 
+ 00031265  0x000086cc setarg  0x00000000 
+ 00031266  0x000086cd store  0x00000004 , 0x0000468a 
+ 00031267  0x000086ce branch  0x00007a26 
+ 00031268  0x000086d2 fetch  0x00000001 , 0x00004662 
+ 00031269  0x000086d3 bne  0x00000002 , 0x00007a21 
+ 00031270  0x000086d5 setarg  0x00363636 
+ 00031271  0x000086d6 lshift8  0x0000003f , 0x00000002 
+ 00031272  0x000086d7 or_into  0x00000036 , 0x00000002 
+ 00031273  0x000086d8 arg  0x00000a1e , 0x00000006 
+ 00031274  0x000086d9 force  0x00000006 , 0x00000039 
+ 00031275  0x000086da call  0x00007955 
+ 00031276  0x000086db call  0x0000790b 
+ 00031277  0x000086dc call  0x00007912 
+ 00031278  0x000086de arg  0x00000a2e , 0x00000006 
+ 00031279  0x000086df arg  0x000005e6 , 0x00000005 
+ 00031280  0x000086e0 call  0x00007a70 
+ 00031281  0x000086e1 arg  0x00000a3e , 0x00000006 
+ 00031282  0x000086e2 call  0x00007a70 
+ 00031283  0x000086e4 setarg  0x00000000 
+ 00031284  0x000086e5 istore  0x00000008 , 0x00000005 
+ 00031285  0x000086e6 istore  0x00000004 , 0x00000005 
+ 00031286  0x000086e7 fetch  0x00000004 , 0x0000468a 
+ 00031287  0x000086e8 istore  0x00000004 , 0x00000005 
+ 00031288  0x000086ea copy  0x00000005 , 0x00000002 
+ 00031289  0x000086eb jam  0x00000080 , 0x00000726 
+ 00031290  0x000086ec copy  0x00000002 , 0x00000005 
+ 00031291  0x000086ed arg  0x00000736 , 0x00000006 
+ 00031292  0x000086ee call  0x00007a70 
+ 00031293  0x000086f0 call  0x00007912 
+ 00031294  0x000086f2 arg  0x000005e6 , 0x00000005 
+ 00031295  0x000086f3 force  0x00000007 , 0x00000039 
+ 00031296  0x000086f4 call  0x00007ec6 
+ 00031297  0x000086f5 istore  0x00000004 , 0x00000005 
+ 00031298  0x000086f6 setarg  0x000003f8 
+ 00031299  0x000086f7 istore  0x00000004 , 0x00000005 
+ 00031300  0x000086f8 call  0x00007912 
+ 00031301  0x000086f9 call  0x0000794e 
+ 00031302  0x000086fb arg  0x00000a3e , 0x00000006 
+ 00031303  0x000086fc arg  0x00000706 , 0x00000005 
+ 00031304  0x000086fd call  0x00007ebd 
+ 00031305  0x000086ff setarg  0x005c5c5c 
+ 00031306  0x00008700 lshift8  0x0000003f , 0x00000002 
+ 00031307  0x00008701 or_into  0x0000005c , 0x00000002 
+ 00031308  0x00008702 arg  0x00000a1e , 0x00000006 
+ 00031309  0x00008703 force  0x00000006 , 0x00000039 
+ 00031310  0x00008704 call  0x00007955 
+ 00031311  0x00008705 call  0x0000790b 
+ 00031312  0x00008706 call  0x00007912 
+ 00031313  0x00008707 arg  0x00000726 , 0x00000006 
+ 00031314  0x00008708 arg  0x000005e6 , 0x00000005 
+ 00031315  0x00008709 force  0x00000008 , 0x00000039 
+ 00031316  0x0000870a call  0x00007a71 
+ 00031317  0x0000870b setarg  0x00800000 
+ 00031318  0x0000870c lshift8  0x0000003f , 0x0000003f 
+ 00031319  0x0000870d istore  0x00000004 , 0x00000005 
+ 00031320  0x0000870e call  0x00007ec5 
+ 00031321  0x0000870f setarg  0x00000300 
+ 00031322  0x00008710 istore  0x00000004 , 0x00000005 
+ 00031323  0x00008711 call  0x00007912 
+ 00031324  0x00008712 branch  0x0000794e 
+ 00031325  0x0000871a jam  0x000000c0 , 0x000005e3 
+ 00031326  0x0000871c fetch  0x00000001 , 0x000005e3 
+ 00031327  0x0000871d rtn  0x00000034 
+ 00031328  0x0000871e increase  0xffffffff , 0x0000003f 
+ 00031329  0x0000871f store  0x00000001 , 0x000005e3 
+ 00031330  0x00008720 arg  0x000006be , 0x00000006 
+ 00031331  0x00008721 call  0x000076ec 
+ 00031332  0x00008722 branch  0x00007a5e , 0x00000001 
+ 00031333  0x00008723 arg  0x000005e6 , 0x00000006 
+ 00031334  0x00008724 arg  0x00000676 , 0x00000005 
+ 00031335  0x00008725 branch  0x000076f2 
+ 00031336  0x00008728 call  0x00007803 
+ 00031337  0x00008729 fetch  0x00000001 , 0x000005e3 
+ 00031338  0x0000872a increase  0xffffffff , 0x0000003f 
+ 00031339  0x0000872b store  0x00000001 , 0x000005e3 
+ 00031340  0x0000872c arg  0x000006be , 0x00000006 
+ 00031341  0x0000872d call  0x000076ec 
+ 00031342  0x0000872e rtn  0x00000001 
+ 00031343  0x0000872f branch  0x00007854 
+ 00031344  0x00008732 force  0x00000004 , 0x00000039 
+ 00031345  0x00008734 increase  0xfffffffc , 0x00000006 
+ 00031346  0x00008736 ifetch  0x00000004 , 0x00000006 
+ 00031347  0x00008737 istore  0x00000004 , 0x00000005 
+ 00031348  0x00008738 increase  0xfffffff8 , 0x00000006 
+ 00031349  0x00008739 loop  0x00007a72 
+ 00031350  0x0000873a rtn 
+ 00031351  0x00008740 bpatchx  0x000000ef , 0x0000403d 
+ 00031352  0x00008741 fetch  0x00000001 , 0x000044be 
+ 00031353  0x00008742 branch  0x00005af0 , 0x00000034 
+ 00031354  0x00008743 call  0x00005aec 
+ 00031355  0x00008744 call  0x00007583 
+ 00031356  0x00008746 branch  0x00007a7d 
+ 00031357  0x0000874c fetch  0x00000001 , 0x000044c3 
+ 00031358  0x0000874d rtnne  0x00000000 
+ 00031359  0x0000874e fetch  0x00000001 , 0x000044c0 
+ 00031360  0x0000874f rtnne  0x00000000 
+ 00031361  0x00008751 arg  0x000045b2 , 0x00000005 
+ 00031362  0x00008752 force  0x0000000f , 0x00000007 
+ 00031363  0x00008753 call  0x000076a2 
+ 00031364  0x00008754 random  0x0000003f 
+ 00031365  0x00008755 rshift  0x0000003f , 0x0000003f 
+ 00031366  0x00008756 istore  0x00000002 , 0x00000005 
+ 00031367  0x00008758 arg  0x00000766 , 0x00000005 
+ 00031368  0x00008759 arg  0x000045b2 , 0x00000006 
+ 00031369  0x0000875a call  0x00007ebd 
+ 00031370  0x0000875c arg  0x00000646 , 0x00000005 
+ 00031371  0x0000875d arg  0x0000095e , 0x00000006 
+ 00031372  0x0000875e call  0x00007eb3 
+ 00031373  0x00008760 arg  0x00000686 , 0x00000005 
+ 00031374  0x00008761 call  0x00007ed0 
+ 00031375  0x00008762 jam  0x00000001 , 0x00000686 
+ 00031376  0x00008764 call  0x00007ac7 
+ 00031377  0x00008765 jam  0x00000003 , 0x000044c0 
+ 00031378  0x00008766 rtn 
+ 00031379  0x00008769 arg  0x000045d2 , 0x00000005 
+ 00031380  0x0000876a arg  0x000006a6 , 0x00000006 
+ 00031381  0x0000876b call  0x00007eb3 
+ 00031382  0x0000876c jam  0x00000003 , 0x000044c3 
+ 00031383  0x0000876d jam  0x00000000 , 0x000044c0 
+ 00031384  0x0000876e rtn 
+ 00031385  0x00008773 fetch  0x00000001 , 0x000009b9 
+ 00031386  0x00008774 rtnne  0x00000000 
+ 00031387  0x00008775 fetch  0x00000001 , 0x000044c0 
+ 00031388  0x00008776 rtnne  0x00000000 
+ 00031389  0x00008778 arg  0x00000766 , 0x00000005 
+ 00031390  0x00008779 arg  0x000045b2 , 0x00000006 
+ 00031391  0x0000877a call  0x00007ebd 
+ 00031392  0x0000877c arg  0x00000646 , 0x00000005 
+ 00031393  0x0000877d arg  0x000009be , 0x00000006 
+ 00031394  0x0000877e call  0x00007eb3 
+ 00031395  0x00008780 arg  0x00000686 , 0x00000005 
+ 00031396  0x00008781 call  0x00007ed0 
+ 00031397  0x00008782 jam  0x00000001 , 0x00000686 
+ 00031398  0x00008784 call  0x00007ac7 
+ 00031399  0x00008785 jam  0x00000004 , 0x000044c0 
+ 00031400  0x00008786 rtn 
+ 00031401  0x0000878b arg  0x000009fe , 0x00000005 
+ 00031402  0x0000878c arg  0x000006a6 , 0x00000006 
+ 00031403  0x0000878d call  0x00007ebd 
+ 00031404  0x0000878e jam  0x00000003 , 0x000009b9 
+ 00031405  0x0000878f jam  0x00000000 , 0x000044c0 
+ 00031406  0x00008790 rtn 
+ 00031407  0x00008795 fetch  0x00000001 , 0x000044be 
+ 00031408  0x00008796 rtn  0x00000034 
+ 00031409  0x00008797 fetch  0x00000001 , 0x000044c0 
+ 00031410  0x00008798 rtn  0x00000034 
+ 00031411  0x00008799 increase  0x00000080 , 0x0000003f 
+ 00031412  0x0000879a store  0x00000001 , 0x000044c0 
+ 00031413  0x0000879b rtnbit1  0x00000007 
+ 00031414  0x0000879c fetch  0x00000002 , 0x000005e3 
+ 00031415  0x0000879d branch  0x00007ab9 , 0x00000034 
+ 00031416  0x0000879e branch  0x00007abf 
+ 00031417  0x000087a1 bpatchx  0x000000f0 , 0x0000403e 
+ 00031418  0x000087a2 call  0x00007ad4 
+ 00031419  0x000087a3 fetch  0x00000001 , 0x000044c0 
+ 00031420  0x000087a4 beq  0x00000003 , 0x00007a93 
+ 00031421  0x000087a5 beq  0x00000004 , 0x00007aa9 
+ 00031422  0x000087a6 rtn 
+ 00031423  0x000087aa call  0x00007ae6 
+ 00031424  0x000087ab fetch  0x00000002 , 0x000005e3 
+ 00031425  0x000087ac increase  0xffffffff , 0x0000003f 
+ 00031426  0x000087ad store  0x00000002 , 0x000005e3 
+ 00031427  0x000087ae arg  0x00000766 , 0x00000006 
+ 00031428  0x000087af call  0x000076ec 
+ 00031429  0x000087b0 rtn  0x00000001 
+ 00031430  0x000087b1 branch  0x00007b37 
+ 00031431  0x000087b4 bpatchx  0x000000f1 , 0x0000403e 
+ 00031432  0x000087b5 setarg  0x00000100 , 0x0000003f 
+ 00031433  0x000087b6 store  0x00000002 , 0x000005e3 
+ 00031434  0x000087b8 fetch  0x00000002 , 0x000005e3 
+ 00031435  0x000087b9 rtn  0x00000034 
+ 00031436  0x000087ba increase  0xffffffff , 0x0000003f 
+ 00031437  0x000087bb store  0x00000002 , 0x000005e3 
+ 00031438  0x000087bc arg  0x00000766 , 0x00000006 
+ 00031439  0x000087bd call  0x000076ec 
+ 00031440  0x000087be branch  0x00007aca , 0x00000001 
+ 00031441  0x000087bf arg  0x00000646 , 0x00000006 
+ 00031442  0x000087c0 arg  0x00000706 , 0x00000005 
+ 00031443  0x000087c1 branch  0x00007eb2 
+ 00031444  0x000087c5 arg  0x00000746 , 0x00000011 
+ 00031445  0x000087c6 arg  0x00000846 , 0x00000005 
+ 00031446  0x000087c7 call  0x00007ba3 
+ 00031447  0x000087c8 arg  0x00000846 , 0x00000011 
+ 00031448  0x000087c9 arg  0x000007e6 , 0x00000005 
+ 00031449  0x000087ca call  0x00007c79 
+ 00031450  0x000087cb arg  0x00000706 , 0x00000011 
+ 00031451  0x000087cc arg  0x000007e6 , 0x00000012 
+ 00031452  0x000087cd arg  0x000006a6 , 0x00000005 
+ 00031453  0x000087ce call  0x00007be1 
+ 00031454  0x000087cf arg  0x00000846 , 0x00000011 
+ 00031455  0x000087d0 arg  0x000007e6 , 0x00000012 
+ 00031456  0x000087d1 arg  0x00000826 , 0x00000005 
+ 00031457  0x000087d2 call  0x00007be1 
+ 00031458  0x000087d3 arg  0x00000726 , 0x00000011 
+ 00031459  0x000087d4 arg  0x00000826 , 0x00000012 
+ 00031460  0x000087d5 arg  0x000006c6 , 0x00000005 
+ 00031461  0x000087d6 branch  0x00007be1 
+ 00031462  0x000087d9 arg  0x00000746 , 0x00000011 
+ 00031463  0x000087da arg  0x00000826 , 0x00000005 
+ 00031464  0x000087db call  0x00007c79 
+ 00031465  0x000087dc arg  0x00000826 , 0x00000011 
+ 00031466  0x000087dd arg  0x00000846 , 0x00000005 
+ 00031467  0x000087de call  0x00007c79 
+ 00031468  0x000087e0 arg  0x0000093e , 0x00000011 
+ 00031469  0x000087e1 arg  0x00000846 , 0x00000012 
+ 00031470  0x000087e2 arg  0x00000846 , 0x00000005 
+ 00031471  0x000087e3 call  0x00007be1 
+ 00031472  0x000087e4 arg  0x00000706 , 0x00000011 
+ 00031473  0x000087e5 arg  0x00000826 , 0x00000005 
+ 00031474  0x000087e6 call  0x00007c79 
+ 00031475  0x000087e8 arg  0x00000826 , 0x00000006 
+ 00031476  0x000087e9 arg  0x000007e6 , 0x00000005 
+ 00031477  0x000087ea call  0x00007ebd 
+ 00031478  0x000087eb arg  0x000007e6 , 0x00000011 
+ 00031479  0x000087ec call  0x00007c80 
+ 00031480  0x000087ed arg  0x00000826 , 0x00000011 
+ 00031481  0x000087ee arg  0x000007e6 , 0x00000012 
+ 00031482  0x000087ef arg  0x00000826 , 0x00000005 
+ 00031483  0x000087f0 call  0x00007c7d 
+ 00031484  0x000087f2 arg  0x00000826 , 0x00000011 
+ 00031485  0x000087f3 arg  0x00000846 , 0x00000012 
+ 00031486  0x000087f4 arg  0x00000826 , 0x00000005 
+ 00031487  0x000087f5 call  0x00007c7d 
+ 00031488  0x000087f7 arg  0x00000706 , 0x00000006 
+ 00031489  0x000087f8 arg  0x000007e6 , 0x00000005 
+ 00031490  0x000087f9 call  0x00007ebd 
+ 00031491  0x000087fa arg  0x00000726 , 0x00000011 
+ 00031492  0x000087fb arg  0x00000846 , 0x00000005 
+ 00031493  0x000087fc call  0x00007c79 
+ 00031494  0x000087fd arg  0x000007e6 , 0x00000011 
+ 00031495  0x000087fe call  0x00007c80 
+ 00031496  0x000087ff arg  0x000007e6 , 0x00000011 
+ 00031497  0x00008800 call  0x00007c80 
+ 00031498  0x00008801 arg  0x000007e6 , 0x00000011 
+ 00031499  0x00008802 arg  0x00000846 , 0x00000012 
+ 00031500  0x00008803 arg  0x000007e6 , 0x00000005 
+ 00031501  0x00008804 call  0x00007be1 
+ 00031502  0x00008805 arg  0x00000846 , 0x00000011 
+ 00031503  0x00008806 arg  0x00000806 , 0x00000005 
+ 00031504  0x00008807 call  0x00007c79 
+ 00031505  0x00008808 arg  0x00000806 , 0x00000011 
+ 00031506  0x00008809 call  0x00007c80 
+ 00031507  0x0000880a arg  0x00000806 , 0x00000011 
+ 00031508  0x0000880b call  0x00007c80 
+ 00031509  0x0000880c arg  0x00000806 , 0x00000011 
+ 00031510  0x0000880d call  0x00007c80 
+ 00031511  0x0000880e arg  0x00000726 , 0x00000006 
+ 00031512  0x0000880f arg  0x00000846 , 0x00000005 
+ 00031513  0x00008810 call  0x00007ebd 
+ 00031514  0x00008811 arg  0x00000846 , 0x00000011 
+ 00031515  0x00008812 call  0x00007c80 
+ 00031516  0x00008813 arg  0x00000846 , 0x00000011 
+ 00031517  0x00008814 arg  0x00000746 , 0x00000012 
+ 00031518  0x00008815 arg  0x00000746 , 0x00000005 
+ 00031519  0x00008816 call  0x00007be1 
+ 00031520  0x00008819 arg  0x00000826 , 0x00000011 
+ 00031521  0x0000881a arg  0x00000846 , 0x00000005 
+ 00031522  0x0000881b call  0x00007c79 
+ 00031523  0x0000881d arg  0x00000846 , 0x00000011 
+ 00031524  0x0000881e arg  0x000007e6 , 0x00000012 
+ 00031525  0x0000881f arg  0x00000846 , 0x00000005 
+ 00031526  0x00008820 call  0x00007c96 
+ 00031527  0x00008821 arg  0x00000846 , 0x00000011 
+ 00031528  0x00008822 arg  0x000007e6 , 0x00000012 
+ 00031529  0x00008823 arg  0x00000706 , 0x00000005 
+ 00031530  0x00008824 call  0x00007c96 
+ 00031531  0x00008825 arg  0x000007e6 , 0x00000011 
+ 00031532  0x00008826 arg  0x00000706 , 0x00000012 
+ 00031533  0x00008827 arg  0x00000846 , 0x00000005 
+ 00031534  0x00008828 call  0x00007c96 
+ 00031535  0x00008829 arg  0x00000846 , 0x00000011 
+ 00031536  0x0000882a arg  0x00000826 , 0x00000012 
+ 00031537  0x0000882b arg  0x00000846 , 0x00000005 
+ 00031538  0x0000882c call  0x00007be1 
+ 00031539  0x0000882d arg  0x00000846 , 0x00000011 
+ 00031540  0x0000882e arg  0x00000806 , 0x00000012 
+ 00031541  0x0000882f arg  0x00000726 , 0x00000005 
+ 00031542  0x00008830 branch  0x00007c96 
+ 00031543  0x00008834 arg  0x00000686 , 0x00000011 
+ 00031544  0x00008835 arg  0x00000866 , 0x00000005 
+ 00031545  0x00008836 call  0x00007c79 
+ 00031546  0x00008837 arg  0x00000706 , 0x00000011 
+ 00031547  0x00008838 arg  0x00000866 , 0x00000012 
+ 00031548  0x00008839 arg  0x00000806 , 0x00000005 
+ 00031549  0x0000883a call  0x00007be1 
+ 00031550  0x0000883d arg  0x00000686 , 0x00000011 
+ 00031551  0x0000883e arg  0x00000866 , 0x00000012 
+ 00031552  0x0000883f arg  0x00000866 , 0x00000005 
+ 00031553  0x00008840 call  0x00007be1 
+ 00031554  0x00008841 arg  0x00000726 , 0x00000011 
+ 00031555  0x00008842 arg  0x00000866 , 0x00000012 
+ 00031556  0x00008843 arg  0x000007e6 , 0x00000005 
+ 00031557  0x00008844 call  0x00007be1 
+ 00031558  0x00008847 arg  0x00000746 , 0x00000011 
+ 00031559  0x00008848 arg  0x00000866 , 0x00000005 
+ 00031560  0x00008849 call  0x00007c79 
+ 00031561  0x0000884a arg  0x00000646 , 0x00000011 
+ 00031562  0x0000884b arg  0x00000866 , 0x00000012 
+ 00031563  0x0000884c arg  0x00000826 , 0x00000005 
+ 00031564  0x0000884d call  0x00007be1 
+ 00031565  0x0000884f arg  0x00000746 , 0x00000011 
+ 00031566  0x00008850 arg  0x00000866 , 0x00000012 
+ 00031567  0x00008851 arg  0x00000866 , 0x00000005 
+ 00031568  0x00008852 call  0x00007be1 
+ 00031569  0x00008853 arg  0x00000666 , 0x00000011 
+ 00031570  0x00008854 arg  0x00000866 , 0x00000012 
+ 00031571  0x00008855 arg  0x00000846 , 0x00000005 
+ 00031572  0x00008856 call  0x00007be1 
+ 00031573  0x0000885b arg  0x00000806 , 0x00000012 
+ 00031574  0x0000885c arg  0x00000826 , 0x00000011 
+ 00031575  0x0000885d arg  0x00000866 , 0x00000005 
+ 00031576  0x0000885e call  0x00007c96 
+ 00031577  0x0000885f arg  0x00000806 , 0x00000011 
+ 00031578  0x00008860 arg  0x00000826 , 0x00000012 
+ 00031579  0x00008861 arg  0x00000806 , 0x00000005 
+ 00031580  0x00008862 call  0x00007c7d 
+ 00031581  0x00008865 arg  0x000007e6 , 0x00000012 
+ 00031582  0x00008866 arg  0x00000846 , 0x00000011 
+ 00031583  0x00008867 arg  0x00000826 , 0x00000005 
+ 00031584  0x00008868 call  0x00007c96 
+ 00031585  0x00008869 arg  0x000007e6 , 0x00000011 
+ 00031586  0x0000886a arg  0x00000846 , 0x00000012 
+ 00031587  0x0000886b arg  0x000007e6 , 0x00000005 
+ 00031588  0x0000886c call  0x00007c7d 
+ 00031589  0x0000886d arg  0x000007e6 , 0x00000011 
+ 00031590  0x0000886e arg  0x00000866 , 0x00000012 
+ 00031591  0x0000886f arg  0x000007e6 , 0x00000005 
+ 00031592  0x00008870 call  0x00007be1 
+ 00031593  0x00008871 arg  0x00000746 , 0x00000011 
+ 00031594  0x00008872 arg  0x00000686 , 0x00000012 
+ 00031595  0x00008873 arg  0x00000846 , 0x00000005 
+ 00031596  0x00008874 call  0x00007be1 
+ 00031597  0x00008875 arg  0x00000846 , 0x00000011 
+ 00031598  0x00008876 arg  0x00000866 , 0x00000012 
+ 00031599  0x00008877 arg  0x00000746 , 0x00000005 
+ 00031600  0x00008878 call  0x00007be1 
+ 00031601  0x0000887a arg  0x00000866 , 0x00000011 
+ 00031602  0x0000887b arg  0x00000866 , 0x00000005 
+ 00031603  0x0000887c call  0x00007c79 
+ 00031604  0x0000887d arg  0x00000866 , 0x00000011 
+ 00031605  0x0000887e arg  0x00000806 , 0x00000012 
+ 00031606  0x0000887f arg  0x00000846 , 0x00000005 
+ 00031607  0x00008880 call  0x00007be1 
+ 00031608  0x00008881 arg  0x00000866 , 0x00000011 
+ 00031609  0x00008882 arg  0x000007e6 , 0x00000012 
+ 00031610  0x00008883 arg  0x000007e6 , 0x00000005 
+ 00031611  0x00008884 call  0x00007be1 
+ 00031612  0x00008885 arg  0x00000826 , 0x00000011 
+ 00031613  0x00008886 arg  0x00000706 , 0x00000005 
+ 00031614  0x00008887 call  0x00007c79 
+ 00031615  0x00008888 arg  0x00000706 , 0x00000011 
+ 00031616  0x00008889 arg  0x00000846 , 0x00000012 
+ 00031617  0x0000888a arg  0x00000706 , 0x00000005 
+ 00031618  0x0000888b call  0x00007c96 
+ 00031619  0x0000888c arg  0x00000706 , 0x00000006 
+ 00031620  0x0000888d arg  0x00000866 , 0x00000005 
+ 00031621  0x0000888e call  0x00007ebd 
+ 00031622  0x0000888f arg  0x00000866 , 0x00000011 
+ 00031623  0x00008890 call  0x00007c80 
+ 00031624  0x00008891 arg  0x00000846 , 0x00000011 
+ 00031625  0x00008892 arg  0x00000866 , 0x00000012 
+ 00031626  0x00008893 arg  0x00000846 , 0x00000005 
+ 00031627  0x00008894 call  0x00007c96 
+ 00031628  0x00008895 arg  0x00000846 , 0x00000011 
+ 00031629  0x00008896 arg  0x00000826 , 0x00000012 
+ 00031630  0x00008897 arg  0x00000826 , 0x00000005 
+ 00031631  0x00008898 call  0x00007be1 
+ 00031632  0x00008899 arg  0x00000826 , 0x00000011 
+ 00031633  0x0000889a arg  0x000007e6 , 0x00000012 
+ 00031634  0x0000889b arg  0x00000726 , 0x00000005 
+ 00031635  0x0000889c call  0x00007c96 
+ 00031636  0x0000889d arg  0x00000726 , 0x00000011 
+ 00031637  0x0000889e arg  0x0000091e , 0x00000012 
+ 00031638  0x0000889f arg  0x00000726 , 0x00000005 
+ 00031639  0x000088a0 force  0x00000000 , 0x00000013 
+ 00031640  0x000088a1 fetch  0x00000001 , 0x00000726 
+ 00031641  0x000088a2 isolate1  0x00000000 , 0x0000003f 
+ 00031642  0x000088a3 call  0x00007c7b , 0x00000001 
+ 00031643  0x000088a4 copy  0x00000013 , 0x00000030 
+ 00031644  0x000088a5 arg  0x00000726 , 0x00000011 
+ 00031645  0x000088a6 call  0x00007cab 
+ 00031646  0x000088a7 fetch  0x00000001 , 0x00000745 
+ 00031647  0x000088a8 isolate1  0x00000000 , 0x00000030 
+ 00031648  0x000088a9 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00031649  0x000088aa store  0x00000001 , 0x00000745 
+ 00031650  0x000088ab rtn 
+ 00031651  0x000088ae copy  0x00000005 , 0x0000000b 
+ 00031652  0x000088af arg  0x00000806 , 0x00000005 
+ 00031653  0x000088b0 call  0x00007ed0 
+ 00031654  0x000088b1 force  0x00000000 , 0x0000003f 
+ 00031655  0x000088b3 store  0x00000004 , 0x00000826 
+ 00031656  0x000088b4 jam  0x00000001 , 0x00000806 
+ 00031657  0x000088b5 arg  0x00000786 , 0x00000005 
+ 00031658  0x000088b6 call  0x00007ed2 
+ 00031659  0x000088b7 arg  0x0000091e , 0x00000006 
+ 00031660  0x000088b8 arg  0x000007c6 , 0x00000005 
+ 00031661  0x000088b9 call  0x00007ebd 
+ 00031662  0x000088ba copy  0x00000011 , 0x00000006 
+ 00031663  0x000088bb arg  0x000007e6 , 0x00000005 
+ 00031664  0x000088bc call  0x00007ebd 
+ 00031665  0x000088c3 arg  0x000007e6 , 0x00000006 
+ 00031666  0x000088c4 call  0x00007cb5 
+ 00031667  0x000088c5 branch  0x00007bda , 0x00000034 
+ 00031668  0x000088ca arg  0x000007e6 , 0x00000011 
+ 00031669  0x000088cb arg  0x00000806 , 0x00000012 
+ 00031670  0x000088cc call  0x00007cb8 
+ 00031671  0x000088cd arg  0x000007c6 , 0x00000011 
+ 00031672  0x000088ce arg  0x00000786 , 0x00000012 
+ 00031673  0x000088cf call  0x00007cb8 
+ 00031674  0x000088d1 arg  0x000007e6 , 0x00000011 
+ 00031675  0x000088d2 arg  0x000007c6 , 0x00000012 
+ 00031676  0x000088d3 call  0x00007cb1 
+ 00031677  0x000088d4 branch  0x00007bcc , 0x00000002 
+ 00031678  0x000088d5 arg  0x000007c6 , 0x00000011 
+ 00031679  0x000088d6 arg  0x000007e6 , 0x00000012 
+ 00031680  0x000088d7 copy  0x00000011 , 0x00000005 
+ 00031681  0x000088d8 call  0x00007ca9 
+ 00031682  0x000088d9 arg  0x00000806 , 0x00000011 
+ 00031683  0x000088da arg  0x00000786 , 0x00000012 
+ 00031684  0x000088db copy  0x00000012 , 0x00000005 
+ 00031685  0x000088dc call  0x00007c7b 
+ 00031686  0x000088dd ifetch  0x00000001 , 0x00000011 
+ 00031687  0x000088de iadd  0x00000013 , 0x00000013 
+ 00031688  0x000088df ifetch  0x00000001 , 0x00000012 
+ 00031689  0x000088e0 iadd  0x00000013 , 0x0000003f 
+ 00031690  0x000088e1 istore  0x00000001 , 0x00000012 
+ 00031691  0x000088e2 branch  0x00007bb1 
+ 00031692  0x000088e4 arg  0x000007e6 , 0x00000011 
+ 00031693  0x000088e5 arg  0x000007c6 , 0x00000012 
+ 00031694  0x000088e6 copy  0x00000011 , 0x00000005 
+ 00031695  0x000088e7 call  0x00007ca9 
+ 00031696  0x000088e8 arg  0x00000786 , 0x00000011 
+ 00031697  0x000088e9 arg  0x00000806 , 0x00000012 
+ 00031698  0x000088ea copy  0x00000012 , 0x00000005 
+ 00031699  0x000088eb call  0x00007c7b 
+ 00031700  0x000088ec ifetch  0x00000001 , 0x00000011 
+ 00031701  0x000088ed iadd  0x00000013 , 0x00000013 
+ 00031702  0x000088ee ifetch  0x00000001 , 0x00000012 
+ 00031703  0x000088ef iadd  0x00000013 , 0x0000003f 
+ 00031704  0x000088f0 istore  0x00000001 , 0x00000012 
+ 00031705  0x000088f1 branch  0x00007bb1 
+ 00031706  0x000088f4 arg  0x00000786 , 0x00000011 
+ 00031707  0x000088f5 copy  0x0000000b , 0x00000005 
+ 00031708  0x000088f6 call  0x00007c0a 
+ 00031709  0x000088f8 arg  0x0000091e , 0x00000011 
+ 00031710  0x000088f9 copy  0x0000000b , 0x00000012 
+ 00031711  0x000088fa copy  0x0000000b , 0x00000005 
+ 00031712  0x000088fb branch  0x00007c96 
+ 00031713  0x000088ff copy  0x00000005 , 0x0000000b 
+ 00031714  0x00008901 force  0x00000000 , 0x00000038 
+ 00031715  0x00008903 arg  0x00000786 , 0x00000005 
+ 00031716  0x00008904 call  0x00007ed2 
+ 00031717  0x00008905 arg  0x00000ad2 , 0x00000005 
+ 00031718  0x00008906 call  0x00007ed2 
+ 00031719  0x0000890a copy  0x00000011 , 0x00000006 
+ 00031720  0x0000890c jam  0x00000000 , 0x00000ad2 
+ 00031721  0x0000890d setarg  0x00000000 
+ 00031722  0x0000890e call  0x00007c73 
+ 00031723  0x0000890f copy  0x00000012 , 0x00000006 
+ 00031724  0x00008910 call  0x00007c77 
+ 00031725  0x00008913 force  0x00000000 , 0x00000007 
+ 00031726  0x00008914 arg  0x00000786 , 0x00000005 
+ 00031727  0x00008918 arg  0x00000ad2 , 0x00000002 
+ 00031728  0x00008919 copy  0x00000007 , 0x00000012 
+ 00031729  0x0000891a lshift2  0x00000012 , 0x0000003f 
+ 00031730  0x0000891c iadd  0x00000002 , 0x00000012 
+ 00031731  0x0000891d force  0x00000000 , 0x00000002 
+ 00031732  0x0000891e force  0x00000000 , 0x00000013 
+ 00031733  0x00008924 ifetch  0x00000004 , 0x00000005 
+ 00031734  0x00008925 iforce  0x00000011 
+ 00031735  0x00008928 ifetch  0x00000004 , 0x00000012 
+ 00031736  0x00008929 copy  0x00000013 , 0x00000038 
+ 00031737  0x0000892a imul32  0x0000002f , 0x0000003f 
+ 00031738  0x0000892b iadd  0x00000011 , 0x0000003f 
+ 00031739  0x0000892c iadd  0x00000002 , 0x0000003f 
+ 00031740  0x0000892d istore  0x00000004 , 0x00000005 
+ 00031741  0x0000892e rshift32  0x0000003f , 0x00000002 
+ 00031742  0x0000892f increase  0x00000001 , 0x00000013 
+ 00031743  0x00008930 compare  0x00000008 , 0x00000013 , 0x000000ff 
+ 00031744  0x00008931 nbranch  0x00007bf5 , 0x00000001 
+ 00031745  0x00008933 deposit  0x00000002 
+ 00031746  0x00008934 istore  0x00000004 , 0x00000005 
+ 00031747  0x00008935 increase  0xffffffe0 , 0x00000005 
+ 00031748  0x00008938 increase  0x00000001 , 0x00000007 
+ 00031749  0x00008939 compare  0x00000008 , 0x00000007 , 0x000000ff 
+ 00031750  0x0000893a nbranch  0x00007bef , 0x00000001 
+ 00031751  0x0000893b arg  0x00000786 , 0x00000011 
+ 00031752  0x0000893c copy  0x0000000b , 0x00000005 
+ 00031753  0x0000893d branch  0x00007c0a 
+ 00031754  0x00008940 bpatchx  0x000000f2 , 0x0000403e 
+ 00031755  0x00008941 copy  0x00000005 , 0x0000000b 
+ 00031756  0x00008942 copy  0x00000011 , 0x00000030 
+ 00031757  0x00008943 arg  0x000007c6 , 0x00000012 
+ 00031758  0x00008944 copy  0x00000012 , 0x00000005 
+ 00031759  0x00008945 call  0x00007ecd 
+ 00031760  0x00008946 istore  0x00000008 , 0x00000005 
+ 00031761  0x00008947 add  0x00000011 , 0x0000002c , 0x00000006 
+ 00031762  0x00008948 call  0x00007eb9 
+ 00031763  0x00008949 call  0x00007eb5 
+ 00031764  0x0000894a copy  0x00000012 , 0x00000011 
+ 00031765  0x0000894b call  0x00007c80 
+ 00031766  0x0000894c arg  0x000007c6 , 0x00000012 
+ 00031767  0x0000894d copy  0x00000030 , 0x00000011 
+ 00031768  0x0000894e copy  0x0000000b , 0x00000005 
+ 00031769  0x0000894f call  0x00007c7d 
+ 00031770  0x00008951 arg  0x000007c6 , 0x00000012 
+ 00031771  0x00008952 copy  0x00000012 , 0x00000005 
+ 00031772  0x00008953 call  0x00007ecd 
+ 00031773  0x00008954 istore  0x00000008 , 0x00000005 
+ 00031774  0x00008955 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00031775  0x00008956 call  0x00007ebf 
+ 00031776  0x00008957 call  0x00007ecd 
+ 00031777  0x00008958 copy  0x00000012 , 0x00000011 
+ 00031778  0x00008959 call  0x00007c80 
+ 00031779  0x0000895d arg  0x000007c6 , 0x00000012 
+ 00031780  0x0000895e copy  0x0000000b , 0x00000011 
+ 00031781  0x0000895f copy  0x00000011 , 0x00000005 
+ 00031782  0x00008960 call  0x00007c7d 
+ 00031783  0x00008964 arg  0x000007c6 , 0x00000012 
+ 00031784  0x00008965 copy  0x00000012 , 0x00000005 
+ 00031785  0x00008966 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031786  0x00008967 call  0x00007eb5 
+ 00031787  0x00008968 call  0x00007ecd 
+ 00031788  0x00008969 istore  0x00000008 , 0x00000005 
+ 00031789  0x0000896a add  0x00000030 , 0x00000038 , 0x00000006 
+ 00031790  0x0000896b call  0x00007eb9 
+ 00031791  0x0000896c copy  0x0000000b , 0x00000011 
+ 00031792  0x0000896d copy  0x00000011 , 0x00000005 
+ 00031793  0x0000896e call  0x00007c7d 
+ 00031794  0x00008972 arg  0x000007c6 , 0x00000012 
+ 00031795  0x00008973 copy  0x00000012 , 0x00000005 
+ 00031796  0x00008974 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00031797  0x00008975 call  0x00007eb5 
+ 00031798  0x00008976 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031799  0x00008977 call  0x00007eb5 
+ 00031800  0x00008978 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031801  0x00008979 call  0x00007eb6 
+ 00031802  0x0000897a add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031803  0x0000897b call  0x00007eb6 
+ 00031804  0x0000897c copy  0x0000000b , 0x00000011 
+ 00031805  0x0000897d copy  0x00000011 , 0x00000005 
+ 00031806  0x0000897e call  0x00007c7d 
+ 00031807  0x00008981 arg  0x000007c6 , 0x00000012 
+ 00031808  0x00008982 copy  0x00000012 , 0x00000005 
+ 00031809  0x00008983 add  0x00000030 , 0x0000002c , 0x00000006 
+ 00031810  0x00008984 call  0x00007eb5 
+ 00031811  0x00008985 call  0x00007ecd 
+ 00031812  0x00008986 istore  0x00000008 , 0x00000005 
+ 00031813  0x00008987 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031814  0x00008988 call  0x00007eb6 
+ 00031815  0x00008989 add  0x00000030 , 0x00000028 , 0x00000006 
+ 00031816  0x0000898a call  0x00007eb6 
+ 00031817  0x0000898b copy  0x0000000b , 0x00000011 
+ 00031818  0x0000898c copy  0x00000011 , 0x00000005 
+ 00031819  0x0000898d call  0x00007c96 
+ 00031820  0x00008990 arg  0x000007c6 , 0x00000012 
+ 00031821  0x00008991 copy  0x00000012 , 0x00000005 
+ 00031822  0x00008992 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00031823  0x00008993 call  0x00007eb9 
+ 00031824  0x00008994 call  0x00007eb9 
+ 00031825  0x00008995 force  0x00000000 , 0x0000003f 
+ 00031826  0x00008996 istore  0x00000008 , 0x00000005 
+ 00031827  0x00008997 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00031828  0x00008998 call  0x00007eb6 
+ 00031829  0x00008999 add  0x00000030 , 0x0000002c , 0x00000006 
+ 00031830  0x0000899a call  0x00007eb6 
+ 00031831  0x0000899b copy  0x0000000b , 0x00000011 
+ 00031832  0x0000899c copy  0x00000011 , 0x00000005 
+ 00031833  0x0000899d call  0x00007c96 
+ 00031834  0x000089a0 arg  0x000007c6 , 0x00000012 
+ 00031835  0x000089a1 copy  0x00000012 , 0x00000005 
+ 00031836  0x000089a2 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031837  0x000089a3 call  0x00007eb5 
+ 00031838  0x000089a4 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031839  0x000089a5 call  0x00007eb5 
+ 00031840  0x000089a6 call  0x00007ecd 
+ 00031841  0x000089a7 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00031842  0x000089a8 call  0x00007eb6 
+ 00031843  0x000089a9 copy  0x0000000b , 0x00000011 
+ 00031844  0x000089aa copy  0x00000011 , 0x00000005 
+ 00031845  0x000089ab call  0x00007c96 
+ 00031846  0x000089ae arg  0x000007c6 , 0x00000012 
+ 00031847  0x000089af copy  0x00000012 , 0x00000005 
+ 00031848  0x000089b0 add  0x00000030 , 0x00000038 , 0x00000006 
+ 00031849  0x000089b1 call  0x00007eb9 
+ 00031850  0x000089b2 call  0x00007ecd 
+ 00031851  0x000089b3 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00031852  0x000089b4 call  0x00007eb5 
+ 00031853  0x000089b5 call  0x00007ecd 
+ 00031854  0x000089b6 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031855  0x000089b7 call  0x00007eb6 
+ 00031856  0x000089b8 copy  0x0000000b , 0x00000011 
+ 00031857  0x000089b9 copy  0x00000011 , 0x00000005 
+ 00031858  0x000089ba branch  0x00007c96 
+ 00031859  0x000089be force  0x00000020 , 0x00000039 
+ 00031860  0x000089bf arg  0x00000ad2 , 0x00000005 
+ 00031861  0x000089c0 iadd  0x00000005 , 0x00000005 
+ 00031862  0x000089c1 branch  0x00007f01 
+ 00031863  0x000089c4 force  0x00000008 , 0x00000039 
+ 00031864  0x000089c5 branch  0x00007781 
+ 00031865  0x000089c8 copy  0x00000011 , 0x00000012 
+ 00031866  0x000089c9 branch  0x00007be1 
+ 00031867  0x000089cc force  0x00000008 , 0x00000039 
+ 00031868  0x000089cd branch  0x00007712 
+ 00031869  0x000089d0 call  0x00007c7b 
+ 00031870  0x000089d1 copy  0x00000005 , 0x00000011 
+ 00031871  0x000089d2 branch  0x00007c81 
+ 00031872  0x000089d5 call  0x00007cae 
+ 00031873  0x000089d7 isolate1  0x00000000 , 0x00000013 
+ 00031874  0x000089d8 branch  0x00007c8a , 0x00000001 
+ 00031875  0x000089d9 arg  0x0000091e , 0x00000012 
+ 00031876  0x000089da copy  0x00000011 , 0x00000013 
+ 00031877  0x000089db increase  0xffffffe0 , 0x00000011 
+ 00031878  0x000089dc call  0x00007cb1 
+ 00031879  0x000089dd nrtn  0x00000002 
+ 00031880  0x000089de copy  0x00000013 , 0x00000011 
+ 00031881  0x000089df branch  0x00007c92 
+ 00031882  0x000089e2 call  0x00007c92 
+ 00031883  0x000089e4 copy  0x00000011 , 0x00000013 
+ 00031884  0x000089e5 increase  0xffffffe0 , 0x00000011 
+ 00031885  0x000089e6 arg  0x0000091e , 0x00000012 
+ 00031886  0x000089e7 call  0x00007cb1 
+ 00031887  0x000089e8 nrtn  0x00000002 
+ 00031888  0x000089e9 copy  0x00000013 , 0x00000011 
+ 00031889  0x000089ea branch  0x00007c92 
+ 00031890  0x000089ee increase  0xffffffe0 , 0x00000011 
+ 00031891  0x000089ef arg  0x0000091e , 0x00000012 
+ 00031892  0x000089f0 copy  0x00000011 , 0x00000005 
+ 00031893  0x000089f1 branch  0x00007ca9 
+ 00031894  0x000089f7 call  0x00007ca9 
+ 00031895  0x000089f9 branch  0x00007ca0 , 0x00000001 
+ 00031896  0x000089fc add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031897  0x000089fd arg  0x0000091e , 0x00000012 
+ 00031898  0x000089fe call  0x00007cb1 
+ 00031899  0x000089ff nrtn  0x00000002 
+ 00031900  0x00008a00 arg  0x0000091e , 0x00000012 
+ 00031901  0x00008a01 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031902  0x00008a03 copy  0x00000011 , 0x00000005 
+ 00031903  0x00008a04 branch  0x00007ca9 
+ 00031904  0x00008a06 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031905  0x00008a07 arg  0x0000091e , 0x00000012 
+ 00031906  0x00008a08 copy  0x00000011 , 0x00000005 
+ 00031907  0x00008a09 call  0x00007c7b 
+ 00031908  0x00008a0b rtn  0x00000001 
+ 00031909  0x00008a0c add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031910  0x00008a0d arg  0x0000091e , 0x00000012 
+ 00031911  0x00008a0e copy  0x00000011 , 0x00000005 
+ 00031912  0x00008a0f branch  0x00007c7b 
+ 00031913  0x00008a14 force  0x00000008 , 0x00000039 
+ 00031914  0x00008a15 branch  0x00007720 
+ 00031915  0x00008a18 force  0x00000008 , 0x00000039 
+ 00031916  0x00008a19 increase  0x0000001c , 0x00000011 
+ 00031917  0x00008a1a branch  0x0000772f 
+ 00031918  0x00008a1d force  0x00000008 , 0x00000039 
+ 00031919  0x00008a1e force  0x00000000 , 0x00000013 
+ 00031920  0x00008a1f branch  0x0000773d 
+ 00031921  0x00008a22 force  0x00000008 , 0x00000039 
+ 00031922  0x00008a23 increase  0x0000001c , 0x00000011 
+ 00031923  0x00008a24 increase  0x0000001c , 0x00000012 
+ 00031924  0x00008a25 branch  0x00007707 
+ 00031925  0x00008a29 ifetch  0x00000008 , 0x00000006 
+ 00031926  0x00008a2a nrtn  0x00000034 
+ 00031927  0x00008a2b branch  0x000076f5 
+ 00031928  0x00008a31 copy  0x00000011 , 0x00000030 
+ 00031929  0x00008a33 copy  0x00000030 , 0x00000011 
+ 00031930  0x00008a34 ifetch  0x00000001 , 0x00000011 
+ 00031931  0x00008a35 isolate1  0x00000000 , 0x0000003f 
+ 00031932  0x00008a36 rtn  0x00000001 
+ 00031933  0x00008a37 call  0x00007cab 
+ 00031934  0x00008a38 ifetch  0x00000001 , 0x00000012 
+ 00031935  0x00008a39 isolate0  0x00000000 , 0x0000003f 
+ 00031936  0x00008a3a branch  0x00007cc8 , 0x00000001 
+ 00031937  0x00008a3b arg  0x0000091e , 0x00000011 
+ 00031938  0x00008a3c copy  0x00000012 , 0x00000005 
+ 00031939  0x00008a3d call  0x00007c7b 
+ 00031940  0x00008a3e ifetch  0x00000001 , 0x00000012 
+ 00031941  0x00008a3f iadd  0x00000013 , 0x0000003f 
+ 00031942  0x00008a40 istore  0x00000001 , 0x00000012 
+ 00031943  0x00008a41 increase  0xffffffe0 , 0x00000012 
+ 00031944  0x00008a43 add  0x00000012 , 0x00000020 , 0x00000011 
+ 00031945  0x00008a44 force  0x00000009 , 0x00000039 
+ 00031946  0x00008a45 call  0x0000772f 
+ 00031947  0x00008a46 branch  0x00007cb9 
+ 00031948  0x00008a4b call  0x00002c65 
+ 00031949  0x00008a4c rtn  0x0000002b 
+ 00031950  0x00008a4d call  0x00007cd3 
+ 00031951  0x00008a4e call  0x00007d75 
+ 00031952  0x00008a4f branch  0x00007d08 
+ 00031953  0x00008a52 call  0x00007d29 
+ 00031954  0x00008a54 branch  0x00007d64 
+ 00031955  0x00008a57 fetch  0x00000001 , 0x00004686 
+ 00031956  0x00008a58 rtneq  0x000000ff 
+ 00031957  0x00008a59 iforce  0x00000002 
+ 00031958  0x00008a5a call  0x0000680e 
+ 00031959  0x00008a5b fetcht  0x00000001 , 0x00004686 
+ 00031960  0x00008a5c call  0x00006825 
+ 00031961  0x00008a5d nop  0x00000064 
+ 00031962  0x00008a5e fetcht  0x00000001 , 0x00004686 
+ 00031963  0x00008a5f call  0x000067fb 
+ 00031964  0x00008a60 branch  0x00007cdd 
+ 00031965  0x00008a65 bpatchx  0x000000f3 , 0x0000403e 
+ 00031966  0x00008a66 fetch  0x00000001 , 0x00004686 
+ 00031967  0x00008a67 rtneq  0x000000ff 
+ 00031968  0x00008a68 copy  0x0000003f , 0x00000002 
+ 00031969  0x00008a69 call  0x0000681d 
+ 00031970  0x00008a6a nbranch  0x00007cef , 0x00000001 
+ 00031971  0x00008a6d call  0x00007cf9 
+ 00031972  0x00008a6e fetch  0x00000002 , 0x00004682 
+ 00031973  0x00008a6f set1  0x0000000c 
+ 00031974  0x00008a70 store  0x00000002 , 0x00004682 
+ 00031975  0x00008a71 fetch  0x00000001 , 0x00004679 
+ 00031976  0x00008a72 rtneq  0x00000000 
+ 00031977  0x00008a73 jam  0x00000000 , 0x00004679 
+ 00031978  0x00008a75 fetch  0x00000001 , 0x00004685 
+ 00031979  0x00008a76 store  0x00000001 , 0x00004678 
+ 00031980  0x00008a77 call  0x00007d00 
+ 00031981  0x00008a78 jam  0x0000002c , 0x00000a99 
+ 00031982  0x00008a79 branch  0x00007d86 
+ 00031983  0x00008a7b fetch  0x00000002 , 0x00004682 
+ 00031984  0x00008a7c set0  0x0000000c 
+ 00031985  0x00008a7d store  0x00000002 , 0x00004682 
+ 00031986  0x00008a7e fetch  0x00000001 , 0x00004679 
+ 00031987  0x00008a7f rtneq  0x00000001 
+ 00031988  0x00008a80 jam  0x00000001 , 0x00004679 
+ 00031989  0x00008a82 jam  0x00000000 , 0x00004678 
+ 00031990  0x00008a83 call  0x00007d02 
+ 00031991  0x00008a84 jam  0x0000002d , 0x00000a99 
+ 00031992  0x00008a85 branch  0x00007d86 
+ 00031993  0x00008a88 fetch  0x00000001 , 0x00004678 
+ 00031994  0x00008a89 rtn  0x00000034 
+ 00031995  0x00008a8a increase  0xffffffff , 0x0000003f 
+ 00031996  0x00008a8b store  0x00000001 , 0x00004678 
+ 00031997  0x00008a8c nrtn  0x00000034 
+ 00031998  0x00008a8e jam  0x00000010 , 0x00000a99 
+ 00031999  0x00008a8f branch  0x00007d86 
+ 00032000  0x00008a92 arg  0x00000007 , 0x00000007 
+ 00032001  0x00008a93 branch  0x00002c32 
+ 00032002  0x00008a96 arg  0x00000007 , 0x00000007 
+ 00032003  0x00008a97 branch  0x00002c36 
+ 00032004  0x00008aae fetch  0x00000002 , 0x0000421b 
+ 00032005  0x00008aaf mul32  0x00000011 , 0x0000000b , 0x00000012 
+ 00032006  0x00008ab0 iadd  0x00000012 , 0x00000012 
+ 00032007  0x00008ab1 rtn 
+ 00032008  0x00008ab5 fetch  0x00000001 , 0x0000421a 
+ 00032009  0x00008ab6 rtn  0x00000034 
+ 00032010  0x00008ab7 copy  0x0000003f , 0x00000039 
+ 00032011  0x00008ab8 fetch  0x00000002 , 0x0000421b 
+ 00032012  0x00008ab9 copy  0x0000003f , 0x00000012 
+ 00032013  0x00008abb add  0x00000012 , 0x00000002 , 0x00000013 
+ 00032014  0x00008abc ifetcht  0x00000001 , 0x00000013 
+ 00032015  0x00008abd call  0x0000680e 
+ 00032016  0x00008abe call  0x00007d32 
+ 00032017  0x00008abf increase  0x0000000b , 0x00000012 
+ 00032018  0x00008ac0 loop  0x00007d0d 
+ 00032019  0x00008ac1 rtn 
+ 00032020  0x00008ac6 call  0x00007d04 
+ 00032021  0x00008ac7 setarg  0x00000002 
+ 00032022  0x00008ac8 istore  0x00000001 , 0x00000012 
+ 00032023  0x00008ac9 call  0x00007d5e 
+ 00032024  0x00008aca branch  0x00007d35 
+ 00032025  0x00008ad0 call  0x00007d04 
+ 00032026  0x00008ad1 setarg  0x00000003 
+ 00032027  0x00008ad2 istore  0x00000001 , 0x00000012 
+ 00032028  0x00008ad3 call  0x00007d5e 
+ 00032029  0x00008ad4 branch  0x00007d32 
+ 00032030  0x00008ad9 call  0x00007d04 
+ 00032031  0x00008ada setarg  0x00000001 
+ 00032032  0x00008adb istore  0x00000001 , 0x00000012 
+ 00032033  0x00008adc setarg  0x000000ff 
+ 00032034  0x00008add istore  0x00000001 , 0x00000005 
+ 00032035  0x00008ade branch  0x00007d32 
+ 00032036  0x00008ae4 call  0x00007d04 
+ 00032037  0x00008ae5 arg  0x0000000b , 0x00000039 
+ 00032038  0x00008ae6 copy  0x00000013 , 0x00000006 
+ 00032039  0x00008ae7 copy  0x00000012 , 0x00000005 
+ 00032040  0x00008ae8 branch  0x00007ef4 
+ 00032041  0x00008aed fetch  0x00000001 , 0x0000421a 
+ 00032042  0x00008aee rtn  0x00000034 
+ 00032043  0x00008aef arg  0x00000000 , 0x00000011 
+ 00032044  0x00008af1 call  0x00007d38 
+ 00032045  0x00008af2 increase  0x00000001 , 0x00000011 
+ 00032046  0x00008af3 fetch  0x00000001 , 0x0000421a 
+ 00032047  0x00008af4 isub  0x00000011 , 0x0000003e 
+ 00032048  0x00008af5 rtn  0x00000005 
+ 00032049  0x00008af6 branch  0x00007d2c 
+ 00032050  0x00008afa add  0x00000012 , 0x00000002 , 0x00000013 
+ 00032051  0x00008afb ifetcht  0x00000001 , 0x00000013 
+ 00032052  0x00008afc branch  0x00006825 
+ 00032053  0x00008b00 add  0x00000012 , 0x00000002 , 0x00000013 
+ 00032054  0x00008b01 ifetcht  0x00000001 , 0x00000013 
+ 00032055  0x00008b02 branch  0x00006829 
+ 00032056  0x00008b07 add  0x00000011 , 0x0000000b , 0x00000007 
+ 00032057  0x00008b08 call  0x00007f16 
+ 00032058  0x00008b09 nrtn  0x00000034 
+ 00032059  0x00008b0b call  0x00007d04 
+ 00032060  0x00008b0d ifetch  0x00000001 , 0x00000012 
+ 00032061  0x00008b0f beq  0x00000002 , 0x00007d35 
+ 00032062  0x00008b10 beq  0x00000003 , 0x00007d32 
+ 00032063  0x00008b11 beq  0x00000000 , 0x00007d32 
+ 00032064  0x00008b12 beq  0x00000005 , 0x00007d4c 
+ 00032065  0x00008b14 call  0x00007d35 
+ 00032066  0x00008b15 add  0x00000012 , 0x00000007 , 0x00000013 
+ 00032067  0x00008b16 call  0x00007e7c 
+ 00032068  0x00008b17 ifetch  0x00000002 , 0x00000013 
+ 00032069  0x00008b18 call  0x00007f9c 
+ 00032070  0x00008b19 call  0x00007e8c 
+ 00032071  0x00008b1a setarg  0x00000005 
+ 00032072  0x00008b1b istore  0x00000001 , 0x00000012 
+ 00032073  0x00008b1c add  0x00000012 , 0x00000003 , 0x00000013 
+ 00032074  0x00008b1d ifetch  0x00000002 , 0x00000013 
+ 00032075  0x00008b1e branch  0x00007d5c 
+ 00032076  0x00008b22 call  0x00007d32 
+ 00032077  0x00008b23 add  0x00000012 , 0x00000009 , 0x00000013 
+ 00032078  0x00008b24 call  0x00007e7c 
+ 00032079  0x00008b25 ifetch  0x00000002 , 0x00000013 
+ 00032080  0x00008b26 call  0x00007f9c 
+ 00032081  0x00008b27 call  0x00007e8c 
+ 00032082  0x00008b29 add  0x00000012 , 0x00000001 , 0x00000013 
+ 00032083  0x00008b2a ifetch  0x00000001 , 0x00000013 
+ 00032084  0x00008b2b beq  0x000000ff , 0x00007d58 
+ 00032085  0x00008b2c increase  0xffffffff , 0x0000003f 
+ 00032086  0x00008b2d istore  0x00000001 , 0x00000013 
+ 00032087  0x00008b2e branch  0x00007d19 , 0x00000034 
+ 00032088  0x00008b30 setarg  0x00000004 
+ 00032089  0x00008b31 istore  0x00000001 , 0x00000012 
+ 00032090  0x00008b32 add  0x00000012 , 0x00000005 , 0x00000013 
+ 00032091  0x00008b33 ifetch  0x00000002 , 0x00000013 
+ 00032092  0x00008b35 add  0x00000011 , 0x0000000b , 0x00000007 
+ 00032093  0x00008b36 branch  0x00007f08 
+ 00032094  0x00008b39 setarg  0x00000000 
+ 00032095  0x00008b3a branch  0x00007d5c 
+ 00032096  0x00008b41 setarg  0x00001000 
+ 00032097  0x00008b42 lshift16  0x0000003f , 0x0000003f 
+ 00032098  0x00008b43 iadd  0x00000012 , 0x00000012 
+ 00032099  0x00008b44 rtn 
+ 00032100  0x00008b47 bpatchx  0x000000f4 , 0x0000403e 
+ 00032101  0x00008b48 arg  0x00000000 , 0x00000011 
+ 00032102  0x00008b49 fetcht  0x00000004 , 0x0000467a 
+ 00032103  0x00008b4a copy  0x00000022 , 0x00000012 
+ 00032104  0x00008b4b copy  0x00000012 , 0x0000003f 
+ 00032105  0x00008b4c isub  0x00000002 , 0x0000003e 
+ 00032106  0x00008b4d ncall  0x00007d60 , 0x00000002 
+ 00032107  0x00008b50 copy  0x00000012 , 0x0000003f 
+ 00032108  0x00008b51 increase  0x000000a0 , 0x00000002 
+ 00032109  0x00008b52 increase  0x000000a0 , 0x00000002 
+ 00032110  0x00008b53 isub  0x00000002 , 0x0000003e 
+ 00032111  0x00008b54 nbranch  0x00007d78 , 0x00000002 
+ 00032112  0x00008b55 increase  0x00000001 , 0x00000011 
+ 00032113  0x00008b56 and  0x00000011 , 0x0000000f , 0x0000003f 
+ 00032114  0x00008b57 nbranch  0x00007d6b , 0x00000034 
+ 00032115  0x00008b58 arg  0x00000000 , 0x00000011 
+ 00032116  0x00008b59 call  0x00007d7f 
+ 00032117  0x00008b5b copy  0x00000022 , 0x0000003f 
+ 00032118  0x00008b5c store  0x00000004 , 0x0000467a 
+ 00032119  0x00008b5d rtn 
+ 00032120  0x00008b5f bpatchx  0x000000f5 , 0x0000403e 
+ 00032121  0x00008b60 copy  0x00000011 , 0x0000003f 
+ 00032122  0x00008b61 rtn  0x00000034 
+ 00032123  0x00008b62 increase  0xffffff60 , 0x00000002 
+ 00032124  0x00008b63 increase  0xffffff60 , 0x00000002 
+ 00032125  0x00008b64 set0  0x0000001c , 0x00000002 
+ 00032126  0x00008b65 storet  0x00000004 , 0x0000467a 
+ 00032127  0x00008b67 branch  0x0000335f 
+ 00032128  0x00008b6f jam  0x00000001 , 0x00004666 
+ 00032129  0x00008b71 fetch  0x00000001 , 0x00004667 
+ 00032130  0x00008b72 nbranch  0x00007d81 , 0x00000034 
+ 00032131  0x00008b73 rtn 
+ 00032132  0x00008b76 jam  0x00000000 , 0x00004666 
+ 00032133  0x00008b77 rtn 
+ 00032134  0x00008b7c bpatchx  0x000000f6 , 0x0000403e 
+ 00032135  0x00008b7d call  0x00007d80 
+ 00032136  0x00008b7e copy  0x00000011 , 0x0000003f 
+ 00032137  0x00008b7f store  0x00000004 , 0x00000a91 
+ 00032138  0x00008b80 arg  0x00004668 , 0x00000011 
+ 00032139  0x00008b81 call  0x00007fb8 
+ 00032140  0x00008b82 fetch  0x00000004 , 0x00000a91 
+ 00032141  0x00008b83 copy  0x0000003f , 0x00000011 
+ 00032142  0x00008b84 branch  0x00007d84 
+ 00032143  0x00008b87 bpatchx  0x000000f7 , 0x0000403e 
+ 00032144  0x00008b88 call  0x00007d80 
+ 00032145  0x00008b89 copy  0x00000011 , 0x0000003f 
+ 00032146  0x00008b8a store  0x00000004 , 0x00000a91 
+ 00032147  0x00008b8b arg  0x00004670 , 0x00000011 
+ 00032148  0x00008b8c call  0x00007fb8 
+ 00032149  0x00008b8d fetch  0x00000004 , 0x00000a91 
+ 00032150  0x00008b8e copy  0x0000003f , 0x00000011 
+ 00032151  0x00008b8f branch  0x00007d84 
+ 00032152  0x00008b92 setarg  0x00000000 
+ 00032153  0x00008b93 store  0x00000008 , 0x00004670 
+ 00032154  0x00008b94 store  0x00000008 , 0x00004668 
+ 00032155  0x00008b95 rtn 
+ 00032156  0x00008b98 bpatchx  0x000000f8 , 0x0000403f 
+ 00032157  0x00008b99 fetch  0x00000001 , 0x000041ce 
+ 00032158  0x00008b9a nrtn  0x00000034 
+ 00032159  0x00008b9b arg  0x00004670 , 0x00000011 
+ 00032160  0x00008b9c call  0x00007fd0 
+ 00032161  0x00008b9d rtn  0x00000034 
+ 00032162  0x00008b9e jam  0x00000000 , 0x00000a90 
+ 00032163  0x00008b9f call  0x00007da7 
+ 00032164  0x00008ba0 fetch  0x00000001 , 0x00000a90 
+ 00032165  0x00008ba1 branch  0x00007d9c , 0x00000034 
+ 00032166  0x00008ba2 rtn 
+ 00032167  0x00008ba5 call  0x00007d80 
+ 00032168  0x00008ba6 arg  0x00004670 , 0x00000011 
+ 00032169  0x00008ba7 call  0x00007fc4 
+ 00032170  0x00008ba8 copy  0x0000003f , 0x00000002 
+ 00032171  0x00008ba9 call  0x00007d84 
+ 00032172  0x00008baa bpatchx  0x000000f9 , 0x0000403f 
+ 00032173  0x00008bab copy  0x00000002 , 0x0000003f 
+ 00032174  0x00008bac rtn  0x00000034 
+ 00032175  0x00008bad beq  0x00000001 , 0x00007ddd 
+ 00032176  0x00008bae beq  0x00000002 , 0x00007de2 
+ 00032177  0x00008baf beq  0x00000003 , 0x00007de8 
+ 00032178  0x00008bb0 beq  0x00000007 , 0x00007ded 
+ 00032179  0x00008bb1 beq  0x00000008 , 0x00007dee 
+ 00032180  0x00008bb2 beq  0x00000009 , 0x00007def 
+ 00032181  0x00008bb3 beq  0x0000000b , 0x00007df2 
+ 00032182  0x00008bb4 beq  0x0000000c , 0x00007df3 
+ 00032183  0x00008bb5 beq  0x0000000d , 0x00007df4 
+ 00032184  0x00008bb6 beq  0x0000000e , 0x00007dfa 
+ 00032185  0x00008bb7 beq  0x0000000f , 0x00007dff 
+ 00032186  0x00008bb8 beq  0x00000010 , 0x00007e05 
+ 00032187  0x00008bb9 beq  0x00000013 , 0x00007e0f 
+ 00032188  0x00008bba beq  0x00000014 , 0x00007e11 
+ 00032189  0x00008bbb beq  0x00000015 , 0x00007e13 
+ 00032190  0x00008bbc beq  0x00000016 , 0x00007e15 
+ 00032191  0x00008bbd beq  0x00000017 , 0x00007e18 
+ 00032192  0x00008bbe beq  0x00000018 , 0x00007e1a 
+ 00032193  0x00008bbf beq  0x00000019 , 0x00007e1d 
+ 00032194  0x00008bc0 beq  0x0000001b , 0x00007e25 
+ 00032195  0x00008bc1 beq  0x0000001e , 0x00007e2f 
+ 00032196  0x00008bc3 store  0x00000001 , 0x00000a99 
+ 00032197  0x00008bc4 bpatchx  0x000000fa , 0x0000403f 
+ 00032198  0x00008bc5 call  0x000062bc 
+ 00032199  0x00008bc6 nbranch  0x00007ddb , 0x00000034 
+ 00032200  0x00008bc8 fetch  0x00000001 , 0x00000a99 
+ 00032201  0x00008bc9 bmark0  0x00000009 , 0x00007dd6 
+ 00032202  0x00008bca beq  0x00000004 , 0x00007dea 
+ 00032203  0x00008bcb beq  0x00000005 , 0x00004d17 
+ 00032204  0x00008bcc beq  0x00000006 , 0x00004d26 
+ 00032205  0x00008bcd beq  0x0000000a , 0x00007df0 
+ 00032206  0x00008bce beq  0x00000011 , 0x00007e0a 
+ 00032207  0x00008bcf beq  0x00000012 , 0x00007e0e 
+ 00032208  0x00008bd0 beq  0x0000001d , 0x00007e26 
+ 00032209  0x00008bd1 beq  0x0000001f , 0x000067cc 
+ 00032210  0x00008bd2 beq  0x00000020 , 0x000067d0 
+ 00032211  0x00008bd3 beq  0x00000021 , 0x00007e31 
+ 00032212  0x00008bd4 beq  0x00000025 , 0x0000670b 
+ 00032213  0x00008bd5 rtn 
+ 00032214  0x00008bd8 store  0x00000001 , 0x00000a99 
+ 00032215  0x00008bd9 call  0x00002252 
+ 00032216  0x00008bda branch  0x00007ddb , 0x00000005 
+ 00032217  0x00008bdb call  0x0000225a 
+ 00032218  0x00008bdc nrtn  0x00000005 
+ 00032219  0x00008bde jam  0x00000001 , 0x00000a90 
+ 00032220  0x00008bdf branch  0x00007d8f 
+ 00032221  0x00008be5 fetch  0x00000002 , 0x00004682 
+ 00032222  0x00008be6 set1  0x00000006 
+ 00032223  0x00008be7 store  0x00000002 , 0x00004682 
+ 00032224  0x00008be8 jam  0x00000003 , 0x00004093 
+ 00032225  0x00008be9 rtn 
+ 00032226  0x00008bee jam  0x00000000 , 0x00004680 
+ 00032227  0x00008bef jam  0x00000000 , 0x00004093 
+ 00032228  0x00008bf0 fetch  0x00000002 , 0x00004682 
+ 00032229  0x00008bf1 set0  0x00000006 
+ 00032230  0x00008bf2 store  0x00000002 , 0x00004682 
+ 00032231  0x00008bf3 rtn 
+ 00032232  0x00008bf8 jam  0x00000005 , 0x000041ce 
+ 00032233  0x00008bf9 rtn 
+ 00032234  0x00008bfe jam  0x00000007 , 0x0000007c 
+ 00032235  0x00008bff jam  0x00000013 , 0x000004ca 
+ 00032236  0x00008c00 rtn 
+ 00032237  0x00008c05 rtn 
+ 00032238  0x00008c0a rtn 
+ 00032239  0x00008c0f rtn 
+ 00032240  0x00008c14 jam  0x00000002 , 0x000004d4 
+ 00032241  0x00008c15 branch  0x00004d0a 
+ 00032242  0x00008c1a rtn 
+ 00032243  0x00008c1f rtn 
+ 00032244  0x00008c24 jam  0x00000001 , 0x0000436e 
+ 00032245  0x00008c25 jam  0x00000000 , 0x00004484 
+ 00032246  0x00008c26 fetch  0x00000002 , 0x00004682 
+ 00032247  0x00008c27 set1  0x0000000b , 0x0000003f 
+ 00032248  0x00008c28 store  0x00000002 , 0x00004682 
+ 00032249  0x00008c29 rtn 
+ 00032250  0x00008c2e fetch  0x00000002 , 0x00004682 
+ 00032251  0x00008c2f set0  0x0000000b , 0x0000003f 
+ 00032252  0x00008c30 store  0x00000002 , 0x00004682 
+ 00032253  0x00008c31 jam  0x00000000 , 0x0000436e 
+ 00032254  0x00008c32 rtn 
+ 00032255  0x00008c37 jam  0x00000001 , 0x0000436e 
+ 00032256  0x00008c38 jam  0x00000001 , 0x00004484 
+ 00032257  0x00008c39 fetch  0x00000002 , 0x00004682 
+ 00032258  0x00008c3a set1  0x0000000b , 0x0000003f 
+ 00032259  0x00008c3b store  0x00000002 , 0x00004682 
+ 00032260  0x00008c3c rtn 
+ 00032261  0x00008c41 fetch  0x00000002 , 0x00004682 
+ 00032262  0x00008c42 set0  0x0000000b , 0x0000003f 
+ 00032263  0x00008c43 store  0x00000002 , 0x00004682 
+ 00032264  0x00008c44 jam  0x00000000 , 0x0000436e 
+ 00032265  0x00008c45 rtn 
+ 00032266  0x00008c4a setarg  0x00000014 
+ 00032267  0x00008c4b store  0x00000002 , 0x0000046d 
+ 00032268  0x00008c4c store  0x00000002 , 0x000044ba 
+ 00032269  0x00008c4d branch  0x00005c92 
+ 00032270  0x00008c52 branch  0x00005abf 
+ 00032271  0x00008c57 arg  0x00000000 , 0x00000011 
+ 00032272  0x00008c58 branch  0x00007d19 
+ 00032273  0x00008c5d arg  0x00000000 , 0x00000011 
+ 00032274  0x00008c5e branch  0x00007d14 
+ 00032275  0x00008c63 arg  0x00000000 , 0x00000011 
+ 00032276  0x00008c64 branch  0x00007d1e 
+ 00032277  0x00008c69 jam  0x00000001 , 0x00004369 
+ 00032278  0x00008c6a jam  0x0000001b , 0x000041ce 
+ 00032279  0x00008c6d rtn 
+ 00032280  0x00008c72 jam  0x00000001 , 0x00004369 
+ 00032281  0x00008c73 rtn 
+ 00032282  0x00008c78 jam  0x00000000 , 0x00004369 
+ 00032283  0x00008c79 jam  0x00000000 , 0x000041ce 
+ 00032284  0x00008c7a rtn 
+ 00032285  0x00008c7f fetch  0x00000002 , 0x000041eb 
+ 00032286  0x00008c80 call  0x00007f9c 
+ 00032287  0x00008c81 fetch  0x00000001 , 0x00004686 
+ 00032288  0x00008c82 beq  0x000000ff , 0x00007e23 
+ 00032289  0x00008c83 copy  0x0000003f , 0x00000002 
+ 00032290  0x00008c84 call  0x000067fb 
+ 00032291  0x00008c86 call  0x00007d98 
+ 00032292  0x00008c87 branch  0x00002b1f 
+ 00032293  0x00008c8c branch  0x00005b02 
+ 00032294  0x00008c91 jam  0x00000034 , 0x0000007c 
+ 00032295  0x00008c92 set1  0x00000003 , 0x00000000 
+ 00032296  0x00008c93 nrtn  0x00000029 
+ 00032297  0x00008c94 jam  0x00000000 , 0x0000455b 
+ 00032298  0x00008c95 jam  0x00000013 , 0x0000007c 
+ 00032299  0x00008c96 fetch  0x00000001 , 0x0000016d 
+ 00032300  0x00008c97 set0  0x00000002 , 0x0000003f 
+ 00032301  0x00008c98 store  0x00000001 , 0x0000016d 
+ 00032302  0x00008c99 rtn 
+ 00032303  0x00008c9e force  0x00000003 , 0x00000007 
+ 00032304  0x00008c9f branch  0x00007f07 
+ 00032305  0x00008ca4 call  0x000062f8 
+ 00032306  0x00008ca5 jam  0x00000041 , 0x0000007d 
+ 00032307  0x00008ca6 branch  0x00005f9d 
+ 00032308  0x00008caa fetch  0x00000001 , 0x00004682 
+ 00032309  0x00008cab rtnbit0  0x0000000c 
+ 00032310  0x00008cac rtnbit0  0x00000007 
+ 00032311  0x00008cad branch  0x00007e2f 
+ 00032312  0x00008cb3 fetch  0x00000002 , 0x00004218 
+ 00032313  0x00008cb4 add  0x0000003f , 0x00000002 , 0x00000005 
+ 00032314  0x00008cb5 setarg  0x00000000 
+ 00032315  0x00008cb6 istore  0x00000003 , 0x00000005 
+ 00032316  0x00008cb7 rtn 
+ 00032317  0x00008cbc call  0x00007fe9 
+ 00032318  0x00008cbd call  0x00007e69 
+ 00032319  0x00008cbe rtn  0x00000034 
+ 00032320  0x00008cbf fetch  0x00000002 , 0x00004218 
+ 00032321  0x00008cc0 add  0x0000003f , 0x00000002 , 0x00000012 
+ 00032322  0x00008cc1 ifetcht  0x00000001 , 0x00000012 
+ 00032323  0x00008cc2 increase  0x00000001 , 0x00000002 
+ 00032324  0x00008cc3 istoret  0x00000001 , 0x00000012 
+ 00032325  0x00008cc5 ifetcht  0x00000001 , 0x0000003f 
+ 00032326  0x00008cc6 copy  0x00000002 , 0x00000039 
+ 00032327  0x00008cc7 add  0x0000003f , 0x00000004 , 0x00000012 
+ 00032328  0x00008cc8 ifetch  0x00000001 , 0x00000012 
+ 00032329  0x00008cc9 imul32  0x00000002 , 0x0000003f 
+ 00032330  0x00008cca iadd  0x00000006 , 0x00000005 
+ 00032331  0x00008ccb copy  0x00000011 , 0x00000006 
+ 00032332  0x00008ccd call  0x00007f01 
+ 00032333  0x00008cce call  0x00007e6d 
+ 00032334  0x00008ccf pincrease  0xffffffff 
+ 00032335  0x00008cd0 ifetcht  0x00000001 , 0x00000012 
+ 00032336  0x00008cd1 increase  0x00000001 , 0x00000002 
+ 00032337  0x00008cd2 iand  0x00000002 , 0x00000002 
+ 00032338  0x00008cd3 istoret  0x00000001 , 0x00000012 
+ 00032339  0x00008cd4 branch  0x00007fe7 
+ 00032340  0x00008cda call  0x00007fe9 
+ 00032341  0x00008cdb call  0x00007e65 
+ 00032342  0x00008cdc rtn  0x00000034 
+ 00032343  0x00008cdd fetch  0x00000002 , 0x00004218 
+ 00032344  0x00008cde add  0x0000003f , 0x00000002 , 0x00000012 
+ 00032345  0x00008cdf ifetcht  0x00000001 , 0x00000012 
+ 00032346  0x00008ce0 increase  0xffffffff , 0x00000002 
+ 00032347  0x00008ce1 istoret  0x00000001 , 0x00000012 
+ 00032348  0x00008ce2 ifetcht  0x00000001 , 0x0000003f 
+ 00032349  0x00008ce3 copy  0x00000002 , 0x00000039 
+ 00032350  0x00008ce4 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00032351  0x00008ce5 ifetch  0x00000001 , 0x00000012 
+ 00032352  0x00008ce6 imul32  0x00000002 , 0x0000003f 
+ 00032353  0x00008ce7 iadd  0x00000006 , 0x00000006 
+ 00032354  0x00008ce8 increase  0x00000001 , 0x00000006 
+ 00032355  0x00008ce9 copy  0x00000011 , 0x00000005 
+ 00032356  0x00008cea branch  0x00007e4c 
+ 00032357  0x00008cef fetch  0x00000002 , 0x00004218 
+ 00032358  0x00008cf0 add  0x0000003f , 0x00000002 , 0x00000006 
+ 00032359  0x00008cf1 ifetch  0x00000001 , 0x00000006 
+ 00032360  0x00008cf2 rtn 
+ 00032361  0x00008cf6 call  0x00007e6d 
+ 00032362  0x00008cf7 ifetcht  0x00000001 , 0x00000006 
+ 00032363  0x00008cf8 isub  0x00000002 , 0x0000003f 
+ 00032364  0x00008cf9 rtn 
+ 00032365  0x00008cfd fetch  0x00000002 , 0x00004218 
+ 00032366  0x00008cfe add  0x0000003f , 0x00000001 , 0x00000006 
+ 00032367  0x00008cff ifetch  0x00000001 , 0x00000006 
+ 00032368  0x00008d00 rtn 
+ 00032369  0x00008d09 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032370  0x00008d0a rtn  0x00000005 
+ 00032371  0x00008d0c rshift  0x0000003f , 0x0000003f 
+ 00032372  0x00008d0d loop  0x00007e73 
+ 00032373  0x00008d0e rtn 
+ 00032374  0x00008d12 force  0x00000001 , 0x0000003f 
+ 00032375  0x00008d13 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032376  0x00008d14 rtn  0x00000005 
+ 00032377  0x00008d16 lshift  0x0000003f , 0x0000003f 
+ 00032378  0x00008d17 loop  0x00007e79 
+ 00032379  0x00008d18 rtn 
+ 00032380  0x00008d1a deposit  0x00000005 
+ 00032381  0x00008d1b store  0x00000002 , 0x00000abb 
+ 00032382  0x00008d1c storet  0x00000008 , 0x00000aa2 
+ 00032383  0x00008d1d deposit  0x0000000b 
+ 00032384  0x00008d1e store  0x00000004 , 0x00000aaa 
+ 00032385  0x00008d1f call  0x00007e85 
+ 00032386  0x00008d20 deposit  0x00000006 
+ 00032387  0x00008d21 store  0x00000002 , 0x00000ab9 
+ 00032388  0x00008d22 rtn 
+ 00032389  0x00008d25 deposit  0x00000011 
+ 00032390  0x00008d26 store  0x00000004 , 0x00000aae 
+ 00032391  0x00008d27 deposit  0x00000012 
+ 00032392  0x00008d28 store  0x00000004 , 0x00000ab2 
+ 00032393  0x00008d29 deposit  0x00000013 
+ 00032394  0x00008d2a store  0x00000003 , 0x00000ab6 
+ 00032395  0x00008d2b rtn 
+ 00032396  0x00008d2e fetcht  0x00000008 , 0x00000aa2 
+ 00032397  0x00008d2f fetch  0x00000004 , 0x00000aaa 
+ 00032398  0x00008d30 iforce  0x0000000b 
+ 00032399  0x00008d31 call  0x00007e95 
+ 00032400  0x00008d32 fetch  0x00000002 , 0x00000abb 
+ 00032401  0x00008d33 iforce  0x00000005 
+ 00032402  0x00008d34 fetch  0x00000002 , 0x00000ab9 
+ 00032403  0x00008d35 iforce  0x00000006 
+ 00032404  0x00008d36 rtn 
+ 00032405  0x00008d39 fetch  0x00000004 , 0x00000aae 
+ 00032406  0x00008d3a iforce  0x00000011 
+ 00032407  0x00008d3b fetch  0x00000004 , 0x00000ab2 
+ 00032408  0x00008d3c iforce  0x00000012 
+ 00032409  0x00008d3d fetch  0x00000003 , 0x00000ab6 
+ 00032410  0x00008d3e iforce  0x00000013 
+ 00032411  0x00008d3f rtn 
+ 00032412  0x00008d42 fetch  0x00000002 , 0x00000abb 
+ 00032413  0x00008d43 copy  0x0000003f , 0x00000005 
+ 00032414  0x00008d44 rtn 
+ 00032415  0x00008d46 fetch  0x00000002 , 0x00000ab9 
+ 00032416  0x00008d47 copy  0x0000003f , 0x00000006 
+ 00032417  0x00008d48 rtn 
+ 00032418  0x00008d4a copy  0x00000005 , 0x0000003f 
+ 00032419  0x00008d4b store  0x00000002 , 0x00000abb 
+ 00032420  0x00008d4c rtn 
+ 00032421  0x00008d4e copy  0x00000006 , 0x0000003f 
+ 00032422  0x00008d4f store  0x00000002 , 0x00000ab9 
+ 00032423  0x00008d50 rtn 
+ 00032424  0x00008d55 copy  0x00000005 , 0x0000003f 
+ 00032425  0x00008d56 store  0x00000002 , 0x00000a97 
+ 00032426  0x00008d57 copy  0x00000006 , 0x0000003f 
+ 00032427  0x00008d58 store  0x00000002 , 0x00000a95 
+ 00032428  0x00008d59 rtn 
+ 00032429  0x00008d5b fetch  0x00000002 , 0x00000a97 
+ 00032430  0x00008d5c copy  0x0000003f , 0x00000005 
+ 00032431  0x00008d5d fetch  0x00000002 , 0x00000a95 
+ 00032432  0x00008d5e copy  0x0000003f , 0x00000006 
+ 00032433  0x00008d5f rtn 
+ 00032434  0x00008d62 call  0x00007ebd 
+ 00032435  0x00008d64 call  0x00007ebd 
+ 00032436  0x00008d65 branch  0x00007ebd 
+ 00032437  0x00008d67 call  0x00007eb9 
+ 00032438  0x00008d69 ifetch  0x00000004 , 0x00000006 
+ 00032439  0x00008d6a istore  0x00000004 , 0x00000005 
+ 00032440  0x00008d6b rtn 
+ 00032441  0x00008d6d ifetch  0x00000008 , 0x00000006 
+ 00032442  0x00008d6e istore  0x00000008 , 0x00000005 
+ 00032443  0x00008d6f rtn 
+ 00032444  0x00008d72 call  0x00007ebf 
+ 00032445  0x00008d74 call  0x00007eb9 
+ 00032446  0x00008d76 call  0x00007eb9 
+ 00032447  0x00008d78 call  0x00007eb9 
+ 00032448  0x00008d79 branch  0x00007eb9 
+ 00032449  0x00008d7e arg  0x0000000a , 0x00000039 
+ 00032450  0x00008d80 nop  0x00002ee0 
+ 00032451  0x00008d81 loop  0x00007ec2 
+ 00032452  0x00008d82 rtn 
+ 00032453  0x00008d85 force  0x00000003 , 0x00000039 
+ 00032454  0x00008d87 force  0x00000000 , 0x0000003f 
+ 00032455  0x00008d89 istore  0x00000008 , 0x00000005 
+ 00032456  0x00008d8a loop  0x00007ec7 
+ 00032457  0x00008d8b rtn 
+ 00032458  0x00008d8e force  0x00000000 , 0x0000003f 
+ 00032459  0x00008d8f istore  0x00000008 , 0x00000005 
+ 00032460  0x00008d90 rtn 
+ 00032461  0x00008d92 force  0x00000000 , 0x0000003f 
+ 00032462  0x00008d93 istore  0x00000004 , 0x00000005 
+ 00032463  0x00008d94 rtn 
+ 00032464  0x00008d97 force  0x00000004 , 0x00000039 
+ 00032465  0x00008d98 branch  0x00007ec6 
+ 00032466  0x00008d9a force  0x00000008 , 0x00000039 
+ 00032467  0x00008d9b branch  0x00007ec6 
+ 00032468  0x00008d9e deposit  0x00000039 
+ 00032469  0x00008d9f rtn  0x00000034 
+ 00032470  0x00008da0 setarg  0x00000000 
+ 00032471  0x00008da2 istore  0x00000001 , 0x00000005 
+ 00032472  0x00008da3 loop  0x00007ed7 
+ 00032473  0x00008da4 rtn 
+ 00032474  0x00008da8 arg  0x00000020 , 0x00000039 
+ 00032475  0x00008da9 arg  0x00000ac2 , 0x00000005 
+ 00032476  0x00008daa branch  0x00007ed4 
+ 00032477  0x00008dad ifetch  0x00000004 , 0x00000013 
+ 00032478  0x00008dae ifetcht  0x00000004 , 0x00000011 
+ 00032479  0x00008daf ixor  0x00000002 , 0x0000003f 
+ 00032480  0x00008db0 istore  0x00000004 , 0x00000005 
+ 00032481  0x00008db1 increase  0x00000004 , 0x00000011 
+ 00032482  0x00008db2 increase  0x00000004 , 0x00000013 
+ 00032483  0x00008db3 loop  0x00007edd 
+ 00032484  0x00008db4 rtn 
+ 00032485  0x00008db9 bpatchx  0x000000fb , 0x0000403f 
+ 00032486  0x00008dba copy  0x00000039 , 0x0000003f 
+ 00032487  0x00008dbb sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00032488  0x00008dbc rtn  0x00000002 
+ 00032489  0x00008dbd iadd  0x00000011 , 0x00000012 
+ 00032490  0x00008dbe increase  0xffffffff , 0x00000012 
+ 00032491  0x00008dbf rshift  0x00000039 , 0x00000039 
+ 00032492  0x00008dc1 ifetcht  0x00000001 , 0x00000011 
+ 00032493  0x00008dc2 ifetch  0x00000001 , 0x00000012 
+ 00032494  0x00008dc3 istore  0x00000001 , 0x00000011 
+ 00032495  0x00008dc4 istoret  0x00000001 , 0x00000012 
+ 00032496  0x00008dc5 increase  0xffffffff , 0x00000012 
+ 00032497  0x00008dc6 increase  0x00000001 , 0x00000011 
+ 00032498  0x00008dc7 loop  0x00007eec 
+ 00032499  0x00008dc8 rtn 
+ 00032500  0x00008dcc deposit  0x00000039 
+ 00032501  0x00008dcd rtn  0x00000034 
+ 00032502  0x00008dcf increase  0xfffffff8 , 0x00000039 
+ 00032503  0x00008dd0 call  0x00007eb9 , 0x00000002 
+ 00032504  0x00008dd1 rtn  0x00000005 
+ 00032505  0x00008dd2 branch  0x00007ef6 , 0x00000002 
+ 00032506  0x00008dd3 increase  0x00000008 , 0x00000039 
+ 00032507  0x00008dd5 increase  0xfffffffc , 0x00000039 
+ 00032508  0x00008dd6 call  0x00007eb6 , 0x00000002 
+ 00032509  0x00008dd7 rtn  0x00000005 
+ 00032510  0x00008dd8 branch  0x00007efb , 0x00000002 
+ 00032511  0x00008dd9 increase  0x00000004 , 0x00000039 
+ 00032512  0x00008dda branch  0x00007f01 
+ 00032513  0x00008ddd deposit  0x00000039 
+ 00032514  0x00008dde rtn  0x00000034 
+ 00032515  0x00008de0 ifetch  0x00000001 , 0x00000006 
+ 00032516  0x00008de1 istore  0x00000001 , 0x00000005 
+ 00032517  0x00008de2 loop  0x00007f03 
+ 00032518  0x00008de3 rtn 
+ 00032519  0x00008de6 setarg  0x00000000 
+ 00032520  0x00008de8 rshift  0x00000022 , 0x00000002 
+ 00032521  0x00008de9 storet  0x00000004 , 0x00004094 
+ 00032522  0x00008dea arg  0x0000419d , 0x00000005 
+ 00032523  0x00008deb iforce  0x00000002 
+ 00032524  0x00008dec lshift  0x00000007 , 0x0000003f 
+ 00032525  0x00008ded iadd  0x00000005 , 0x00000005 
+ 00032526  0x00008dee istoret  0x00000002 , 0x00000005 
+ 00032527  0x00008def bpatchx  0x000000fc , 0x0000403f 
+ 00032528  0x00008df0 rtn 
+ 00032529  0x00008df3 arg  0x00000800 , 0x0000000b 
+ 00032530  0x00008df4 lshift16  0x0000000b , 0x0000000b 
+ 00032531  0x00008df5 iadd  0x0000000b , 0x0000003f 
+ 00032532  0x00008df6 rtn 
+ 00032533  0x00008dfa arg  0x00000000 , 0x00000007 
+ 00032534  0x00008dfc bpatchx  0x000000fd , 0x0000403f 
+ 00032535  0x00008dfd fetcht  0x00000004 , 0x00004094 
+ 00032536  0x00008dfe rshift  0x00000022 , 0x0000003f 
+ 00032537  0x00008dff store  0x00000004 , 0x00004094 
+ 00032538  0x00008e00 isub  0x00000002 , 0x0000003e 
+ 00032539  0x00008e01 ncall  0x00007f11 , 0x00000002 
+ 00032540  0x00008e02 isub  0x00000002 , 0x0000000b 
+ 00032541  0x00008e03 copy  0x0000000b , 0x00000002 
+ 00032542  0x00008e04 arg  0x0000419d , 0x00000006 
+ 00032543  0x00008e05 copy  0x00000006 , 0x00000005 
+ 00032544  0x00008e06 arg  0x00000010 , 0x00000039 
+ 00032545  0x00008e08 ifetch  0x00000002 , 0x00000006 
+ 00032546  0x00008e09 isub  0x00000002 , 0x0000003f 
+ 00032547  0x00008e0a branch  0x00007f25 , 0x00000002 
+ 00032548  0x00008e0b force  0x00000000 , 0x0000003f 
+ 00032549  0x00008e0d istore  0x00000002 , 0x00000005 
+ 00032550  0x00008e0e loop  0x00007f21 
+ 00032551  0x00008e0f arg  0x0000419d , 0x00000006 
+ 00032552  0x00008e10 lshift  0x00000007 , 0x0000003f 
+ 00032553  0x00008e11 iadd  0x00000006 , 0x00000006 
+ 00032554  0x00008e12 ifetch  0x00000002 , 0x00000006 
+ 00032555  0x00008e13 rtn 
+ 00032556  0x00008e19 iadd  0x00000002 , 0x00000002 
+ 00032557  0x00008e1a copy  0x00000002 , 0x00000039 
+ 00032558  0x00008e1b setarg  0x00000ea6 
+ 00032559  0x00008e1c isub  0x00000039 , 0x0000003f 
+ 00032560  0x00008e1d rtn  0x00000002 
+ 00032561  0x00008e1e sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032562  0x00008e1f rshift16  0x00000002 , 0x00000002 
+ 00032563  0x00008e20 increase  0x00000001 , 0x00000002 
+ 00032564  0x00008e21 lshift16  0x00000002 , 0x00000002 
+ 00032565  0x00008e22 ior  0x00000002 , 0x00000002 
+ 00032566  0x00008e23 rtn 
+ 00032567  0x00008e26 call  0x00007f39 
+ 00032568  0x00008e27 branch  0x00007f43 
+ 00032569  0x00008e2b disable  0x00000028 
+ 00032570  0x00008e2c isub  0x00000002 , 0x0000003f 
+ 00032571  0x00008e2d branch  0x00007f3e , 0x00000002 
+ 00032572  0x00008e2e enable  0x00000028 
+ 00032573  0x00008e2f sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032574  0x00008e31 rtnbit0  0x0000000f 
+ 00032575  0x00008e32 arg  0xffff0ea6 , 0x00000002 
+ 00032576  0x00008e33 iadd  0x00000002 , 0x0000003f 
+ 00032577  0x00008e34 set0  0x00000040 , 0x0000003f 
+ 00032578  0x00008e35 rtn 
+ 00032579  0x00008e38 iforce  0x00000006 
+ 00032580  0x00008e39 rshift16  0x0000003f , 0x0000003f 
+ 00032581  0x00008e3a arg  0x00000ea6 , 0x00000002 
+ 00032582  0x00008e3b imul32  0x00000002 , 0x0000003f 
+ 00032583  0x00008e3c iadd  0x00000006 , 0x0000003f 
+ 00032584  0x00008e3d rtn 
+ 00032585  0x00008e41 lshift8  0x0000003f , 0x0000003f 
+ 00032586  0x00008e42 lshift4  0x0000003f , 0x0000003f 
+ 00032587  0x00008e43 fetcht  0x00000003 , 0x0000416f 
+ 00032588  0x00008e44 idiv  0x00000002 
+ 00032589  0x00008e45 call  0x00007f86 
+ 00032590  0x00008e46 quotient  0x00000002 
+ 00032591  0x00008e47 rtn 
+ 00032592  0x00008e4b arg  0x00000ea6 , 0x00000002 
+ 00032593  0x00008e4c idiv  0x00000002 
+ 00032594  0x00008e4d call  0x00007f86 
+ 00032595  0x00008e4e quotient  0x0000003f 
+ 00032596  0x00008e4f lshift16  0x0000003f , 0x0000003f 
+ 00032597  0x00008e50 remainder  0x00000002 
+ 00032598  0x00008e51 ior  0x00000002 , 0x00000002 
+ 00032599  0x00008e52 rtn 
+ 00032600  0x00008e5a arg  0x00000000 , 0x00000002 
+ 00032601  0x00008e5c copy  0x00000002 , 0x00000013 
+ 00032602  0x00008e5d ifetch  0x00000001 , 0x00000003 
+ 00032603  0x00008e5e call  0x00007f64 
+ 00032604  0x00008e5f copy  0x00000013 , 0x00000002 
+ 00032605  0x00008e60 call  0x00007f95 
+ 00032606  0x00008e61 arg  0x0000000a , 0x00000012 
+ 00032607  0x00008e62 imul32  0x00000012 , 0x0000003f 
+ 00032608  0x00008e63 iadd  0x00000002 , 0x0000003f 
+ 00032609  0x00008e64 copy  0x0000003f , 0x00000002 
+ 00032610  0x00008e65 loop  0x00007f59 
+ 00032611  0x00008e66 rtn 
+ 00032612  0x00008e6b arg  0x0000003a , 0x00000002 
+ 00032613  0x00008e6c isub  0x00000002 , 0x0000003e 
+ 00032614  0x00008e6d nbranch  0x00007f6d , 0x00000002 
+ 00032615  0x00008e6e arg  0x00000061 , 0x00000002 
+ 00032616  0x00008e6f isub  0x00000002 , 0x0000003e 
+ 00032617  0x00008e70 branch  0x00007f70 , 0x00000002 
+ 00032618  0x00008e71 arg  0x00000037 , 0x00000002 
+ 00032619  0x00008e72 isub  0x00000002 , 0x0000003f 
+ 00032620  0x00008e73 rtn 
+ 00032621  0x00008e75 arg  0x00000030 , 0x00000002 
+ 00032622  0x00008e76 isub  0x00000002 , 0x0000003f 
+ 00032623  0x00008e77 rtn 
+ 00032624  0x00008e79 arg  0x00000057 , 0x00000002 
+ 00032625  0x00008e7a isub  0x00000002 , 0x0000003f 
+ 00032626  0x00008e7b rtn 
+ 00032627  0x00008e7e copy  0x00000002 , 0x00000030 
+ 00032628  0x00008e7f setarg  0x000001ff 
+ 00032629  0x00008e80 force  0x00000000 , 0x00000012 
+ 00032630  0x00008e82 rshift3  0x0000003f , 0x00000011 
+ 00032631  0x00008e83 rshift  0x00000011 , 0x00000011 
+ 00032632  0x00008e84 ixor  0x00000011 , 0x00000011 
+ 00032633  0x00008e85 isolate1  0x00000000 , 0x00000011 
+ 00032634  0x00008e86 setflag  0x00000001 , 0x00000009 , 0x0000003f 
+ 00032635  0x00008e87 rshift  0x00000002 , 0x00000002 
+ 00032636  0x00008e88 isolate1  0x00000000 , 0x0000003f 
+ 00032637  0x00008e89 setflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00032638  0x00008e8a rshift  0x0000003f , 0x0000003f 
+ 00032639  0x00008e8b increase  0x00000001 , 0x00000012 
+ 00032640  0x00008e8c compare  0x00000000 , 0x00000012 , 0x00000007 
+ 00032641  0x00008e8d nbranch  0x00007f76 , 0x00000001 
+ 00032642  0x00008e8e istoret  0x00000001 , 0x00000005 
+ 00032643  0x00008e8f loop  0x00007f76 
+ 00032644  0x00008e90 copy  0x00000030 , 0x00000002 
+ 00032645  0x00008e91 rtn 
+ 00032646  0x00008e95 rtn  0x00000035 
+ 00032647  0x00008e96 branch  0x00007f86 
+ 00032648  0x00008ea2 ifetch  0x00000001 , 0x00000011 
+ 00032649  0x00008ea3 ifetcht  0x00000001 , 0x00000012 
+ 00032650  0x00008ea4 isub  0x00000002 , 0x0000003e 
+ 00032651  0x00008ea5 nrtn  0x00000005 
+ 00032652  0x00008ea6 increase  0x00000001 , 0x00000011 
+ 00032653  0x00008ea7 increase  0x00000001 , 0x00000012 
+ 00032654  0x00008ea8 loop  0x00007f88 
+ 00032655  0x00008ea9 force  0x00000000 , 0x0000003e 
+ 00032656  0x00008eaa rtn 
+ 00032657  0x00008eae isub  0x00000002 , 0x0000003e 
+ 00032658  0x00008eaf nrtn  0x00000002 
+ 00032659  0x00008eb0 deposit  0x00000002 
+ 00032660  0x00008eb1 rtn 
+ 00032661  0x00008eb4 iadd  0x00000002 , 0x0000003f 
+ 00032662  0x00008eb5 isub  0x00000002 , 0x00000002 
+ 00032663  0x00008eb6 isub  0x00000002 , 0x0000003f 
+ 00032664  0x00008eb7 rtn 
+ 00032665  0x00008eba arg  0x00000200 , 0x00000039 
+ 00032666  0x00008ebb arg  0x00004000 , 0x00000005 
+ 00032667  0x00008ebc branch  0x00007ec6 
+ 00032668  0x00008ec0 rtn  0x00000034 
+ 00032669  0x00008ec1 copy  0x0000003f , 0x0000003d 
+ 00032670  0x00008ec5 hfetch  0x00000002 , 0x0000810e 
+ 00032671  0x00008ec6 nbranch  0x00007f9e , 0x00000034 
+ 00032672  0x00008ec7 rtn 
+ 00032673  0x00008eca jam  0x00000001 , 0x00008203 
+ 00032674  0x00008ecb rtn 
+ 00032675  0x00008ece hstore  0x00000002 , 0x00008205 
+ 00032676  0x00008ecf hfetch  0x00000001 , 0x00008203 
+ 00032677  0x00008ed0 set1  0x00000004 , 0x0000003f 
+ 00032678  0x00008ed1 hstore  0x00000001 , 0x00008203 
+ 00032679  0x00008ed2 rtn 
+ 00032680  0x00008ed4 hstore  0x00000002 , 0x00008207 
+ 00032681  0x00008ed5 hfetch  0x00000001 , 0x00008203 
+ 00032682  0x00008ed6 set1  0x00000006 , 0x0000003f 
+ 00032683  0x00008ed7 hstore  0x00000001 , 0x00008203 
+ 00032684  0x00008ed8 rtn 
+ 00032685  0x00008edb hstore  0x00000002 , 0x00008205 
+ 00032686  0x00008edc jam  0x00000030 , 0x00008203 
+ 00032687  0x00008edd rtn 
+ 00032688  0x00008ee2 hfetch  0x00000001 , 0x00008043 
+ 00032689  0x00008ee3 set0  0x00000004 , 0x0000003f 
+ 00032690  0x00008ee4 hstore  0x00000001 , 0x00008043 
+ 00032691  0x00008ee5 rtn 
+ 00032692  0x00008ee8 hfetch  0x00000002 , 0x0000810e 
+ 00032693  0x00008ee9 arg  0x00000200 , 0x00000002 
+ 00032694  0x00008eeb isub  0x00000002 , 0x0000003e 
+ 00032695  0x00008eec rtn 
+ 00032696  0x00008ef3 bpatchx  0x000000fe , 0x0000403f 
+ 00032697  0x00008ef4 ifetcht  0x00000008 , 0x00000011 
+ 00032698  0x00008ef5 and  0x00000002 , 0x000000ff , 0x0000003f 
+ 00032699  0x00008ef6 nbranch  0x00007fbe , 0x00000034 
+ 00032700  0x00008ef7 rshift8  0x00000002 , 0x0000003f 
+ 00032701  0x00008ef8 istore  0x00000008 , 0x00000011 
+ 00032702  0x00008efa increase  0x00000007 , 0x00000011 
+ 00032703  0x00008efb ifetch  0x00000001 , 0x00000011 
+ 00032704  0x00008efc nbranch  0x00002a8c , 0x00000034 
+ 00032705  0x00008efd fetch  0x00000001 , 0x00000a99 
+ 00032706  0x00008efe istore  0x00000001 , 0x00000011 
+ 00032707  0x00008eff rtn 
+ 00032708  0x00008f05 bpatchx  0x000000ff , 0x0000403f 
+ 00032709  0x00008f06 arg  0x00000008 , 0x00000039 
+ 00032710  0x00008f07 ifetch  0x00000008 , 0x00000011 
+ 00032711  0x00008f08 rtn  0x00000034 
+ 00032712  0x00008f0a ifetch  0x00000001 , 0x00000011 
+ 00032713  0x00008f0b nbranch  0x00007fcd , 0x00000034 
+ 00032714  0x00008f0c increase  0x00000001 , 0x00000011 
+ 00032715  0x00008f0d loop  0x00007fc8 
+ 00032716  0x00008f0e branch  0x00002a8c 
+ 00032717  0x00008f10 arg  0x00000000 , 0x00000002 
+ 00032718  0x00008f11 istoret  0x00000001 , 0x00000011 
+ 00032719  0x00008f12 rtn 
+ 00032720  0x00008f18 ifetch  0x00000008 , 0x00000011 
+ 00032721  0x00008f19 rtn 
+ 00032722  0x00008f1f ifetch  0x00000001 , 0x00000011 
+ 00032723  0x00008f20 rtn 
+ 00032724  0x00008f24 ifetch  0x00000002 , 0x00000011 
+ 00032725  0x00008f25 rtn 
+ 00032726  0x00008f2a arg  0x00000000 , 0x00000002 
+ 00032727  0x00008f2c fetch  0x00000001 , 0x00000006 
+ 00032728  0x00008f2d loop  0x00007fd7 , 0x00000034 
+ 00032729  0x00008f2e increase  0x00000001 , 0x00000002 
+ 00032730  0x00008f2f loop  0x00007fd7 
+ 00032731  0x00008f30 copy  0x00000002 , 0x0000003f 
+ 00032732  0x00008f31 rtn 
+ 00032733  0x00008f34 isub  0x00000002 , 0x0000003e 
+ 00032734  0x00008f35 nrtn  0x00000002 
+ 00032735  0x00008f36 copy  0x00000002 , 0x0000003f 
+ 00032736  0x00008f37 rtn 
+ 00032737  0x00008f3b force  0xffffffff , 0x0000003e 
+ 00032738  0x00008f3c rtn 
+ 00032739  0x00008f3f force  0x00000001 , 0x0000003e 
+ 00032740  0x00008f40 rtn 
+ 00032741  0x00008f42 force  0x00000000 , 0x0000003e 
+ 00032742  0x00008f43 rtn 
+ 00032743  0x00008f46 enable  0x00000028 
+ 00032744  0x00008f47 rtn 
+ 00032745  0x00008f4a disable  0x00000028 
+ 00032746  0x00008f4b rtn 
+ 00032747  0x00008f4e enable  0x0000002c 
+ 00032748  0x00008f4f rtn 
+ 00032749  0x00008f52 disable  0x0000002c 
+ 00032750  0x00008f53 rtn 
+ 00032751  0x00008f56 setarg  0x00000001 
+ 00032752  0x00008f57 rtn 
+ 00032753  0x00008f5a setarg  0x00000000 
+ 00032754  0x00008f5b rtn 
+ 00032755  0x00008f5f copy  0x00000039 , 0x0000003f 
+ 00032756  0x00008f60 rtn  0x00000034 
+ 00032757  0x00008f61 copy  0x00000006 , 0x0000003f 
+ 00032758  0x00008f62 iadd  0x00000039 , 0x0000003f 
+ 00032759  0x00008f63 increase  0xffffffff , 0x0000003f 
+ 00032760  0x00008f64 copy  0x0000003f , 0x00000006 
+ 00032761  0x00008f66 ifetch  0x00000001 , 0x00000006 
+ 00032762  0x00008f67 increase  0xfffffffe , 0x00000006 
+ 00032763  0x00008f68 istore  0x00000001 , 0x00000005 
+ 00032764  0x00008f69 loop  0x00007ff9 
+ 00032765  0x00008f6a rtn 
Index: output/bt_program23.list
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/output/bt_program23.list	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/output/bt_program23.list	(working copy)
@@ -1,11 +1,11 @@
               include "bt_format "
               org 0x0000
 0x0000 000065 bbit1 8 ,pf_patch_ext 
-0x0001 000066 beq patch10_5 ,p_shutdown_radio 
-0x0002 000067 beq patch11_1 ,p_set_freq_tx 
-0x0003 000068 beq patch00_1 ,p_soft_reset_1 
-0x0004 000069 beq patch14_1 ,p_init_param 
-0x0005 000070 beq patch15_0 ,p_lpm_dispatch_next2 
+0x0001 000066 beq patch00_0 ,p_soft_reset_0 
+0x0002 000067 beq patch00_1 ,p_soft_reset_1 
+0x0003 000068 beq patch10_5 ,p_shutdown_radio 
+0x0004 000069 beq patch11_1 ,p_set_freq_tx 
+0x0005 000070 beq patch14_1 ,p_init_param 
 0x0006 000071 beq patch16_1 ,p_lpm_check_wake_lock 
 0x0007 000072 beq patch16_2 ,p_g24_dispatch 
 0x0008 000073 beq patch18_4 ,p_device_init 
@@ -13,30749 +13,30708 @@
 0x000a 000075 beq patch19_2 ,p_app_initflag_check 
 0x000b 000076 beq patch1c_3 ,p_mouse_seting_dpi 
 0x000c 000077 beq patch1c_6 ,p_mouse_motion 
-0x000d 000078 beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
-0x000e 000079 beq patch1d_3 ,p_mouse_start_discovery 
-0x000f 000080 beq patch1d_4 ,p_mouse_stop_discovery 
-0x0010 000081 branch loop 
-:      000082 pf_patch_ext:
-0x0011 000083 beq patch27_1 ,p_le_slave_match 
-0x0012 000084 beq patch28_3 ,p_le_next_adv_channel 
-0x0013 000085 beq patch29_2 ,p_le_receive_skip 
-0x0014 000086 beq patch2a_7 ,p_le_update_param 
-0x0015 000087 beq patch2b_1 ,p_le_update_channel_map 
-0x0016 000088 beq patch2c_3 ,p_le_prepare_tx 
-0x0017 000089 beq patch2c_6 ,p_le_parse 
-0x0018 000090 beq patch2c_7 ,p_le_parse_l2cap 
-0x0019 000091 beq patch2d_2 ,p_le_adv_not_match 
-0x001a 000092 beq patch2e_7 ,p_le_lpm_setmult 
-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_dispatch_next2:
-0x0035 000127 fetch 1 ,mem_mouse_wheel_trigger 
-0x0036 000128 nrtn blank 
-0x0037 000129 branch lpm_dispatch_next2 
-:      000131 p_lpm_check_wake_lock:
-0x0038 000132 rtnmark1 mark_24g 
-0x0039 000133 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x003a 000134 beq 0 ,disable_blank 
-0x003b 000135 fetch 1 ,mem_mouse_le_conn_param_reject 
-0x003c 000136 beq le_lpm_disable ,disable_blank 
-0x003d 000137 fetch 2 ,mem_sdp_remote_cid 
-0x003e 000138 nbranch disable_blank ,blank 
-0x003f 000139 branch enable_blank 
-:      000141 p_g24_dispatch:
-0x0040 000142 rtnmark0 mark_24g 
-0x0041 000143 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x0042 000144 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
-:      000145 p_g24_transmit_process:
-0x0043 000146 call p_g24_txdata_prep 
-0x0044 000147 nbranch p_g24_nodata_transmit ,user 
-0x0045 000148 call p_g24_rf_sta_check 
-:      000149 p_g24_transmit_start:
-0x0046 000150 call p_g24_transmit_packet 
-0x0047 000151 fetch 1 ,mem_24g_pairing_sm 
-0x0048 000152 rtnne state_24g_pairing_success 
-0x0049 000153 call power_ctrl_start 
-0x004a 000154 call g24_long_sleep_shorter_param_update 
-0x004b 000155 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x004c 000156 rtneq g24_tx_timer_int_enable 
-0x004d 000157 fetch 1 ,mem_mouse_multi_led_state 
-0x004e 000158 beq on ,p_g24_transmit_by_interrupt_enable 
-:      000159 p_g24_short_sleep:
-0x004f 000160 call p_g24_lpm_wait 
-0x0050 000161 nrtn user 
-0x0051 000162 call p_clear_wake 
-0x0052 000163 setarg 60500 
-0x0053 000164 branch lpm_dispatch_sleep 
-:      000166 g24_long_sleep_shorter_param_update:
-0x0054 000167 fetch 1 ,mem_config_function_enable 
-0x0055 000168 rtnbit1 enable_sensor_motion_pin 
-0x0056 000169 setarg g24_long_sleep_step1 
-0x0057 000170 store 3 ,mem_24g_enter_hibernate 
-0x0058 000171 jam 30 ,mem_24g_long_sleep_param_update_timer 
-0x0059 000172 rtn 
-:      000174 p_g24_transmit_by_interrupt:
-0x005a 000175 call p_g24_timer_check 
-0x005b 000176 nrtn user 
-0x005c 000177 call p_g24_interval_calibrate 
-0x005d 000178 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x005e 000179 increase 1 ,pdata 
-0x005f 000180 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x0060 000181 fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-0x0061 000182 isub temp ,null 
-0x0062 000183 call p_g24_transmit_by_interrupt_exit ,zero 
-0x0063 000184 branch p_g24_transmit_process 
-:      000185 p_g24_transmit_by_interrupt_exit:
-0x0064 000186 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-0x0065 000187 setarg 0 
-0x0066 000188 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x0067 000189 setarg 25 
-0x0068 000190 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-:      000191 p_g24_interval_min:
-0x0069 000192 jam 0 ,mem_24g_pac_index 
-0x006a 000193 fetch 1 ,mem_24g_interval_min 
-0x006b 000194 store 1 ,mem_24g_interval 
-0x006c 000195 rtn 
-:      000196 p_g24_interval_max:
-0x006d 000197 fetch 1 ,mem_24g_interval_max 
-0x006e 000198 store 1 ,mem_24g_interval 
-0x006f 000199 rtn 
-:      000200 p_g24_interval_calibrate:
-0x0070 000201 fetch 1 ,mem_24g_pac_index 
-0x0071 000202 increase 1 ,pdata 
-0x0072 000203 store 1 ,mem_24g_pac_index 
-0x0073 000204 beq 4 ,p_g24_interval_max 
-0x0074 000205 beq 5 ,p_g24_interval_min 
-0x0075 000206 rtn 
-:      000207 p_g24_transmit_by_interrupt_enable:
-0x0076 000208 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
-0x0077 000209 setarg 0 
-0x0078 000210 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x0079 000211 rtn 
-:      000212 p_g24_nodata_transmit:
-0x007a 000213 fetch 1 ,mem_24g_abort_pac 
-0x007b 000214 call p_g24_send_abort_packet ,blank 
-:      000215 p_g24_long_sleep:
-0x007c 000216 fetch 1 ,mem_mouse_multi_led_blink_count 
-0x007d 000217 nrtn blank 
-0x007e 000218 fetch 1 ,mem_mouse_multi_led_state 
-0x007f 000219 rtneq on 
-0x0080 000220 call p_g24_lpm_wait 
-0x0081 000221 nrtn user 
-0x0082 000222 fetch 3 ,mem_24g_enter_hibernate 
-0x0083 000223 call clk2lpo 
-0x0084 000224 storet 4 ,mem_sleep_counter 
-0x0085 000225 branch lpm_sleep 
-:      000227 p_g24_lpm_wait:
-0x0086 000228 enable user 
-0x0087 000229 call lpo_calibration 
-0x0088 000230 fetch 3 ,mem_clks_per_lpo 
-0x0089 000231 branch disable_user ,blank 
-0x008a 000232 fetch 1 ,mem_lpm_mode 
-0x008b 000233 branch disable_user ,blank 
-0x008c 000234 fetch 1 ,mem_sp_local_key_invalid 
-0x008d 000235 branch disable_user ,blank 
-0x008e 000236 branch p_mouse_setgpio_lpm 
-:      000238 p_g24_send_abort_packet:
-0x008f 000239 jam 1 ,mem_24g_abort_pac 
-0x0090 000240 jam 0 ,mem_24g_rf_hop_ch 
-0x0091 000241 call p_g24_transmit_rf_ctrl_clear 
-0x0092 000242 store 1 ,mem_24g_txbuf 
-0x0093 000243 setarg 0 
-0x0094 000244 store 7 ,mem_24g_txbuf + 1 
-0x0095 000245 fetch 4 ,mem_24g_device_addr 
-0x0096 000246 store 4 ,mem_24g_txbuf + 8 
-0x0097 000247 jam 12 ,mem_24g_datalen 
-0x0098 000248 fetch 1 ,mem_24g_data_type 
-0x0099 000249 set1 bit_abort ,pdata 
-0x009a 000250 store 1 ,mem_24g_data_type 
-0x009b 000251 call p_g24_transmit_prep 
-0x009c 000252 call p_g24_txdata_enable_tx 
-0x009d 000253 branch p_g24_transmit_start 
-:      000256 p_mouse_before_lpm:
-0x009e 000257 rtnmark1 mark_24g 
-0x009f 000258 call p_mouse_le_txbuff_save 
-0x00a0 000259 call p_mouse_setgpio_lpm 
-0x00a1 000260 fetch 1 ,mem_context 
-0x00a2 000261 bbit0 state_inconn ,p_clear_wake 
-0x00a3 000262 fetch 1 ,mem_lpm_current_mult 
-0x00a4 000263 nrtn blank 
-:      000264 p_clear_wake:
-0x00a5 000265 setarg 0 
-0x00a6 000266 store 8 ,mem_gpio_wakeup_low 
-0x00a7 000267 rtn 
-:      000269 p_mouse_setgpio_lpm:
-0x00a8 000270 call p_set_ice_gpio 
-0x00a9 000271 call p_mouse_set_sdio_high 
-0x00aa 000272 call p_clear_wake 
-0x00ab 000273 call mouse_lpm_before_common 
-0x00ac 000274 hfetch 4 ,core_gpio_oe0 
-0x00ad 000275 hfetcht 4 ,core_gpio_pu0 
-0x00ae 000276 ior temp ,temp 
-0x00af 000277 invert temp ,temp 
-0x00b0 000278 hstoret 4 ,core_gpio_pd0 
-0x00b1 000279 rtn 
-:      000281 p_mouse_set_sdio_high:
-0x00b2 000282 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-0x00b3 000283 rtn blank 
-0x00b4 000284 branch p_mouse_seting_dpi_sensor_type 
-:      000286 p_mouse_le_txbuff_save:
-0x00b5 000287 arg mem_le_tx_buffer0 ,contr 
-0x00b6 000288 arg mem_le_tx_buffer0_omemalloc ,contw 
-0x00b7 000289 call p_mouse_le_txbuff_copy 
-0x00b8 000290 arg mem_le_tx_buffer1 ,contr 
-0x00b9 000291 call p_mouse_le_txbuff_copy 
-0x00ba 000292 arg mem_le_tx_buffer2 ,contr 
-0x00bb 000293 call p_mouse_le_txbuff_copy 
-0x00bc 000294 arg mem_le_tx_buffer3 ,contr 
-:      000295 p_mouse_le_txbuff_copy:
-0x00bd 000296 arg 27 ,loopcnt 
-0x00be 000297 branch memcpy 
-:      000299 p_mouse_le_txbuff_load:
-0x00bf 000300 arg mem_le_tx_buffer0_omemalloc ,contr 
-0x00c0 000301 arg mem_le_tx_buffer0 ,contw 
-0x00c1 000302 call p_mouse_le_txbuff_copy 
-0x00c2 000303 arg mem_le_tx_buffer1 ,contw 
-0x00c3 000304 call p_mouse_le_txbuff_copy 
-0x00c4 000305 arg mem_le_tx_buffer2 ,contw 
-0x00c5 000306 call p_mouse_le_txbuff_copy 
-0x00c6 000307 arg mem_le_tx_buffer3 ,contw 
-0x00c7 000308 branch p_mouse_le_txbuff_copy 
-:      000310 p_device_init:
-0x00c8 000311 call app_lpm_mult_enable 
-0x00c9 000312 branch p_device_init_common ,wake 
-0x00ca 000313 call p_mouse_data_init 
-0x00cb 000314 fetch 1 ,mem_tx_power 
-0x00cc 000315 store 1 ,mem_tx_power_temp 
-0x00cd 000316 call power_ctrl_pac_succ_cnt_init 
-0x00ce 000317 fetch 1 ,mem_ui_button_timeout 
-0x00cf 000318 store 1 ,mem_combination_ui_button_count 
-0x00d0 000319 call mouse_bt_discovery_button_down_disable 
-:      000320 p_device_init_common:
-0x00d1 000321 call p_mouse_init 
-0x00d2 000322 branch enable_authrom 
-:      000324 p_mouse_init:
-0x00d3 000325 ncall p_mouse_setting_config ,wake 
-0x00d4 000326 call p_mouse_spi_init 
-0x00d5 000327 rtn wake 
-0x00d6 000328 call p_mouse_cb_fuction 
-0x00d7 000329 call p_mouse_check_key_gpio 
-0x00d8 000330 beq mouse_lm_button ,p_mouse_24g_pairing_button 
-0x00d9 000331 branch p_mouse_wakeup_from_power 
-:      000333 p_mouse_tx_power_init:
-0x00da 000334 fetch 1 ,mem_tx_power_temp 
-0x00db 000335 store 1 ,mem_tx_power 
-0x00dc 000336 rtn 
-:      000338 p_mouse_check_reconn_target:
-0x00dd 000339 fetch 1 ,mem_mouse_multi_led_on_timer_init 
-0x00de 000340 store 1 ,mem_mouse_device_led_on_timer_count 
-0x00df 000341 jam 1 ,mem_mouse_ble_reconn_enable 
-0x00e0 000342 call p_mouse_store_le_mode_flag 
-0x00e1 000343 call p_mouse_tx_power_init 
-0x00e2 000344 fetch 1 ,mem_xrecord_mode 
-0x00e3 000345 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
-0x00e4 000346 rtn 
-:      000350 p_mouse4_0_check_reconn_target:
-0x00e5 000351 jam 1 ,mem_mouse_le_reconnect_flag 
-0x00e6 000352 fetch 2 ,mem_mouse_direct_timeout 
-0x00e7 000353 fetcht 1 ,mem_mouse_fast_conn_flag 
-0x00e8 000354 sub temp ,0xff ,null 
-0x00e9 000355 nbranch p_mouse4_0_check_reconn_target_next ,zero 
-0x00ea 000356 setarg 0x0258 
-:      000357 p_mouse4_0_check_reconn_target_next:
-0x00eb 000358 store 2 ,mem_mouse_direct_timer 
-0x00ec 000359 call app_lpm_mult_disable 
-0x00ed 000360 call p_le_check_adv_flag 
-0x00ee 000361 setarg adv_flag_bredr_not_supported 
-0x00ef 000362 istore 1 ,contr 
-0x00f0 000363 arg mem_le_scan_data ,contr 
-0x00f1 000364 call p_le_adv_data_update 
-0x00f2 000365 branch check_51cmd_adv 
-:      000367 p_le_check_adv_flag:
-0x00f3 000368 arg mem_le_adv_data ,rega 
-:      000369 p_le_check_adv_flag_loop:
-0x00f4 000370 ifetch 1 ,rega 
-0x00f5 000371 rtn blank 
-0x00f6 000372 iadd contr ,rega 
-0x00f7 000373 ifetch 1 ,contr 
-0x00f8 000374 rtneq 0x01 
-0x00f9 000375 branch p_le_check_adv_flag_loop 
-:      000377 p_mouse_24g_pairing_button:
-0x00fa 000378 fetch mouse_flag_len ,mem_mouse_flag 
-0x00fb 000379 rtnbit0 mouse_enable_24g 
-0x00fc 000380 rtnbit1 mosue_24g_pairing_flag 
-0x00fd 000381 rtnmark1 mark_24g 
-0x00fe 000382 call mouse_devce_led_off 
-0x00ff 000383 arg mosue_24g_pairing_flag ,queue 
-0x0100 000384 call mouse_enable_function_flag 
-0x0101 000385 setarg 0 
-0x0102 000386 store 2 ,mem_mouse_direct_timer 
-0x0103 000387 store 1 ,mem_mouse_send_blank_timer 
-0x0104 000388 store 2 ,mem_24g_check_dongle_times 
-0x0105 000389 call mouse_stop_discovery 
-0x0106 000390 branch p_g24_start_pairing_sm1 
-:      000392 p_mouse_dpi_config:
-0x0107 000393 fetch mouse_flag_len ,mem_mouse_flag 
-0x0108 000394 bbit0 mouse_enable_eeprom ,mouse_dpi_config 
-0x0109 000395 fetch 1 ,mem_mouse_dpi 
-0x010a 000396 beq 0xff ,mouse_dpi_config 
-0x010b 000397 branch mouse_seting_dpi + 2 
-:      000399 p_mouse_spi_init:
-0x010c 000400 jam 0x76 ,mem_spi_init_clk 
-0x010d 000401 branch mouse_spi_init 
-:      000403 p_mouse_init_sunt:
-0x010e 000404 call p_mouse_spi_init 
-0x010f 000405 call mouse_spi_sdio_gpio_pollup 
-0x0110 000406 fetch 1 ,mem_config_sensor_type 
-0x0111 000407 beq p3610 ,mouse_init_3610sensor 
-:      000408 p_mouse_init_sensor:
-0x0112 000409 call mouse_read_sensor_id 
-0x0113 000410 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
-0x0114 000411 beq p3065_id1 ,p_mouse_p3065_init_param 
-0x0115 000412 call mouse_twspi_reset 
-0x0116 000413 nop 1000 
-0x0117 000414 branch p_mouse_init_sensor 
-:      000416 p_mouse_init_sensor_reset:
-0x0118 000417 jam 1 ,mem_mouse_init_sensor_reset_flag 
-0x0119 000418 call spi_ncs_enable 
-0x011a 000419 call p_mouse_init_sunt 
-0x011b 000420 branch spi_ncs_disable 
-:      000422 p_mouse_init_p32xx_id2_judge:
-0x011c 000423 call p_mouse_sensor_poweron 
-0x011d 000424 branch mouse_init_p32xx_id2_judge 
-:      000427 p_mouse_p3065_init_param:
-0x011e 000428 call p_mouse_sensor_poweron 
-0x011f 000429 fetch 1 ,mem_sensor_id2 
-0x0120 000430 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-0x0121 000431 jam p3065 ,mem_config_sensor_type 
-0x0122 000432 rtn 
-:      000434 p_mouse_sensor_poweron:
-0x0123 000435 setarg 0x8006 
-0x0124 000436 call twspi_write 
-0x0125 000437 nop 12000 
-0x0126 000438 branch p_mouse_dpi_config 
-:      000439 p_mouse_sensor_powerdown:
-0x0127 000440 setarg 0x06 
-0x0128 000441 call twspi_read 
-0x0129 000442 or pdata ,0x08 ,pdata 
-0x012a 000443 lshift8 pdata ,pdata 
-0x012b 000444 add pdata ,0x06 ,pdata 
-0x012c 000445 branch twspi_write 
-:      000447 p_mouse_setting_config:
-0x012d 000448 fetch 1 ,mem_mouse_button_select_device_timer_init 
-0x012e 000449 store 1 ,mem_mouse_button_select_device_count 
-0x012f 000451 call p_g24_set_device_addr 
-0x0130 000456 call mouse_gpio_init 
-0x0131 000457 call p_mouse_multi_led_init 
-0x0132 000458 call mouse_param_init 
-0x0133 000459 setarg 0 
-0x0134 000460 store 2 ,mem_lpm_interval 
-0x0135 000461 call mouse_adc_init 
-0x0136 000462 call le_set_config_fixed_ltk 
-0x0137 000463 call le_set_justwork 
-0x0138 000464 call le_set_fixed_ltk 
-0x0139 000465 call le_set_config_read_authentication 
-:      000466 p_mouse_init_iic:
-0x013a 000467 call iic_init_390k 
-0x013b 000468 fetch mouse_flag_len ,mem_mouse_flag 
-0x013c 000469 isolate1 mouse_enable_2k_eeprom ,pdata 
-0x013d 000470 ncall clear_eeprom_size_2k ,true 
-0x013e 000471 call mouse_load_eeprom_dpi 
-0x013f 000472 call p_mouse_load_eeprom_switch_mode 
-0x0140 000473 call p_mouse_init_environment 
-0x0141 000474 call p_mouse_set_24g_addr_eeprom 
-0x0142 000475 call iicd_read_eep_data 
-0x0143 000476 call p_mouse_load_fast_conn_flag 
-0x0144 000477 fetch 1 ,mem_mouse_fast_conn_flag 
-0x0145 000478 beq 0xff ,p_mouse_fast_conn_init 
-0x0146 000479 rtn 
-:      000481 p_mouse_load_fast_conn_flag:
-0x0147 000482 arg 1 ,temp 
-0x0148 000483 arg mem_mouse_fast_conn_flag ,rega 
-0x0149 000484 arg mouse_fast_conn_flag_offset ,regb 
-0x014a 000485 branch iicd_read_eep_data 
-:      000486 p_mouse_store_fast_conn_flag:
-0x014b 000487 arg 1 ,temp 
-0x014c 000488 arg mem_mouse_fast_conn_flag ,rega 
-0x014d 000489 arg mouse_fast_conn_flag_offset ,regb 
-0x014e 000490 branch iicd_write_protect_eep_data 
-:      000491 p_mouse_fast_conn_init:
-0x014f 000492 jam 0x34 ,mem_xrecord_mode 
-0x0150 000493 setarg 0 
-0x0151 000494 invert pdata ,pdata 
-0x0152 000495 store 6 ,mem_le_lap 
-0x0153 000496 rtn 
-:      000499 p_mouse_init_environment:
-0x0154 000500 call app_initflag_check 
-0x0155 000501 branch mouse_eeprom_load_recon_info ,zero 
-0x0156 000502 call p_le_addr_random_config 
-0x0157 000503 branch mouse_init_environment + 2 
-:      000505 p_app_flag_store:
-0x0158 000506 arg 2 ,temp 
-0x0159 000507 arg mem_timeup ,rega 
-0x015a 000508 arg mouse_eeprom_module_init_flag ,regb 
-0x015b 000509 branch iicd_write_protect_eep_data 
-:      000511 p_app_initflag_check:
-0x015c 000512 arg 2 ,temp 
-0x015d 000513 arg mem_pdatatemp ,rega 
-0x015e 000514 arg mouse_eeprom_module_init_flag ,regb 
-0x015f 000515 branch app_initflag_check + 4 
-:      000540 p_mouse_24g_transmit_by_interrupt_exit_count_max:
-0x0160 000541 setarg 375 
-0x0161 000542 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-0x0162 000543 rtn 
-:      000545 p_mouse_wakeup_from_power:
-0x0163 000546 setarg 25 
-0x0164 000547 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-0x0165 000548 ncall p_mouse_24g_transmit_by_interrupt_exit_count_max ,wake 
-0x0166 000550 fetch 1 ,mem_wakup_from_power_flag 
-0x0167 000551 isolate0 gpio_latch ,pdata 
-0x0168 000552 nbranch p_mouse_wakeup_no_from_power ,true 
-0x0169 000554 call p_mouse_init_sunt 
-0x016a 000555 call p_mouse_sensor_powerdown 
-:      000556 p_mouse_wakeup_no_from_power:
-0x016b 000557 fetch 1 ,mem_reconn_times_init 
-0x016c 000558 store 1 ,mem_reconn_times 
-0x016d 000561 fetch 1 ,mem_mouse_switch_device_flag 
-0x016e 000562 beq 0x01 ,p_g24_start_24g_mode 
-0x016f 000563 beq 0x02 ,p_mouse_check_reconn_target 
-:      000564 p_mouse_start_24g_mode:
-0x0170 000567 call p_mouse_store_24g_mode_flag 
-0x0171 000568 call p_g24_factory_check 
-0x0172 000569 branch p_g24_auto_pair_start ,user 
-0x0173 000570 branch p_g24_start_24g_mode 
-:      000572 p_mouse_store_24g_mode_flag:
-0x0174 000573 jam 0x01 ,mem_mouse_switch_device_flag 
-0x0175 000574 branch p_mouse_store_eerpom_switch_mode 
-:      000576 p_mouse_store_le_mode_flag:
-0x0176 000577 jam 0x02 ,mem_mouse_switch_device_flag 
-0x0177 000578 branch p_mouse_store_eerpom_switch_mode 
-:      000581 p_g24_factory_check:
-0x0178 000582 arg 2 ,loopcnt 
-0x0179 000583 arg mem_24g_addr ,contr 
-:      000584 p_pdata_0xff_check:
-0x017a 000585 call enable_user 
-0x017b 000586 setarg 0xffff 
-:      000587 p_pdata_0xff_check_loop:
-0x017c 000588 ifetcht 2 ,contr 
-0x017d 000589 isub temp ,null 
-0x017e 000590 ncall disable_user ,zero 
-0x017f 000591 loop p_pdata_0xff_check_loop 
-0x0180 000592 rtn 
-:      000594 p_mouse_cb_fuction:
-0x0181 000595 setarg p_mouse_g24_package_data 
-0x0182 000596 store 2 ,mem_cb_24g_data 
-0x0183 000597 setarg p_mouse_le 
-0x0184 000598 store 2 ,mem_cb_le_process 
-0x0185 000599 setarg p_le_mouse_bb_event_connect_complete 
-0x0186 000600 store 2 ,mem_cb_att_write 
-0x0187 000601 setarg p_mouse_before_lpm 
-0x0188 000602 store 2 ,mem_cb_before_lpm 
-0x0189 000603 setarg p_mouse_priority_bb_event 
-0x018a 000604 store 2 ,mem_cb_bb_event_process 
-0x018b 000605 setarg p_mouse_idle 
-0x018c 000606 store 2 ,mem_cb_idle_process 
-0x018d 000607 setarg p_mouse_before_hibernate 
-0x018e 000608 store 2 ,mem_cb_before_hibernate 
-0x018f 000609 setarg p_mouse_bb_event_timer 
-0x0190 000610 store 2 ,mem_cb_event_timer 
-0x0191 000611 rtn 
-:      000613 p_mouse_g24_package_data:
-0x0192 000614 call mouse_g24_package_data 
-0x0193 000615 fetch 2 ,mem_mouse_z 
-0x0194 000616 rtn blank 
-0x0195 000617 branch p_g24_transmit_by_interrupt_enable 
-:      000619 p_mouse_le:
-0x0196 000620 call le_fifo_check_nearly_full 
-0x0197 000621 nrtn blank 
-0x0198 000622 fetch 1 ,mem_mouse_fast_conn_flag 
-0x0199 000623 beq 0xff ,p_mouse_le_next 
-0x019a 000624 fetch 1 ,mem_le_connect_status_flag 
-0x019b 000625 and pdata ,0x03 ,pdata 
-0x019c 000626 rtnne 0x03 
-:      000627 p_mouse_le_next:
-0x019d 000628 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x019e 000629 call p_mouse_clear_sensor_data ,blank 
-0x019f 000630 fetch mouse_flag_len ,mem_mouse_flag 
-0x01a0 000633 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x01a1 000634 call mouse_motion 
-0x01a2 000635 nrtn user 
-0x01a3 000636 call p_mouse_le_current_mult_update 
-0x01a4 000637 call p_mouse_data_xy_release 
-0x01a5 000638 fetch 2 ,mem_mouse_z 
-0x01a6 000639 ncall p_mouse_wheel_trigger ,blank 
-0x01a7 000640 branch p_mouse_data_push 
-:      000642 p_mouse_le_current_mult_update:
-0x01a8 000643 fetch 1 ,mem_config_function_enable 
-0x01a9 000644 rtnbit1 enable_sensor_motion_pin 
-0x01aa 000645 jam 0 ,mem_lpm_mult 
-0x01ab 000646 jam 30 ,mem_mouse_le_current_mult_timer 
-0x01ac 000647 rtn 
-:      000649 p_mouse_wheel_trigger:
-0x01ad 000650 jam 1 ,mem_mouse_wheel_trigger 
-0x01ae 000651 jam 2 ,mem_mouse_wheel_trigger_timer 
-0x01af 000652 rtn 
-:      000655 p_mouse_clear_sensor_data:
-0x01b0 000656 call le_set_config_more_data 
-0x01b1 000657 jam 1 ,mem_mouse_clear_sensor_data_flag 
-0x01b2 000658 branch p_mouse_sensor_poweron 
-:      000660 p_mouse_idle:
-0x01b3 000661 call ui_check_paring_button 
-0x01b4 000662 call p_mouse_dpi_check 
-0x01b5 000663 branch mouse_wheel_check 
-:      000665 p_mouse_dpi_check:
-0x01b6 000666 fetcht 1 ,mem_dpi_button_gpio 
-0x01b7 000667 call p_gpio_set_input_pd 
-0x01b8 000668 fetcht 1 ,mem_dpi_button_gpio 
-0x01b9 000669 call gpio_get_bit 
-0x01ba 000670 branch p_mouse_dpi_up ,true 
-0x01bb 000671 call p_gpio_set_input_pu 
-:      000672 p_mouse_dpi_down:
-0x01bc 000673 fetch 1 ,mem_mouse_dpi_button_state 
-0x01bd 000674 rtneq dpi_button_state_down 
-0x01be 000675 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
-0x01bf 000676 fetch 1 ,mem_mouse_dpi 
-0x01c0 000677 increase 1 ,pdata 
-0x01c1 000678 and pdata ,0x03 ,pdata 
-0x01c2 000679 store 1 ,mem_mouse_dpi 
-0x01c3 000680 increase 2 ,pdata 
-0x01c4 000681 store 2 ,mem_mouse_multi_led_blink_count 
-0x01c5 000682 call p_mouse_dpi_multi_led_blink 
-0x01c6 000683 branch mouse_dpi_down + 7 
-:      000685 p_mouse_dpi_up:
-0x01c7 000686 call p_gpio_set_input_pu 
-0x01c8 000687 branch mouse_dpi_up 
-:      000689 p_mouse_priority_bb_event:
-0x01c9 000690 copy regc ,pdata 
-0x01ca 000691 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
-0x01cb 000692 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-0x01cc 000693 beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
-0x01cd 000694 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-0x01ce 000695 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
-0x01cf 000696 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-0x01d0 000697 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-0x01d1 000698 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-0x01d2 000699 branch mouse_priority_bb_event + 1 
-:      000701 p_mouse_le_bb_event_connected:
-0x01d3 000702 jam 0 ,mem_mouse_ble_led_on_enable 
-0x01d4 000703 jam 0 ,mem_mouse_long_mult_flag 
-0x01d5 000704 call p_mouse_store_le_mode_flag 
-0x01d6 000705 call p_mouse_init_sensor_reset 
-0x01d7 000706 call p_mouse_data_init 
-0x01d8 000707 branch mouse_le_bb_event_connected 
-:      000709 p_mouse_le_bb_disconnected:
-0x01d9 000710 call p_mouse_sensor_powerdown_check 
-0x01da 000711 setarg le_interval_8_75ms 
-0x01db 000712 store 2 ,mem_le_interval_min 
-0x01dc 000713 store 2 ,mem_le_interval_min + 2 
-0x01dd 000714 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x01de 000715 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0x01df 000716 call p_mouse_data_init 
-0x01e0 000717 call le_clr_config_more_data 
-0x01e1 000718 branch mouse_bb_disconnected 
-:      000720 p_mouse_le_enc_info:
-:      000721 p_app_updata_le_param:
-0x01e2 000722 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x01e3 000723 branch ui_ipc_send_cmd 
-:      000725 p_mouse_le_ll_start_encryt:
-0x01e4 000726 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x01e5 000727 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
-0x01e6 000728 branch p_mouse_le_ll_enable_start_enc_flag 
-:      000730 p_mouse_le_ll_reconn_start_encryt:
-0x01e7 000731 call p_app_updata_le_param 
-0x01e8 000732 jam 20 ,mem_le_start_encrypt_timer 
-:      000733 p_mouse_le_ll_enable_start_enc_flag:
-0x01e9 000734 arg ll_start_enc_flag ,queue 
-0x01ea 000735 branch mouse_le_enable_connect_flag 
-:      000737 p_mouse_le_conn_param_update_rsp_recieved:
-0x01eb 000738 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x01ec 000739 rtneq ble_signaling_connect_parameter_update_accepted 
-0x01ed 000740 fetch 1 ,mem_le_tsniff 
-0x01ee 000741 rshift2 pdata ,pdata 
-0x01ef 000742 sub pdata ,le_interval_15ms ,null 
-0x01f0 000743 rtn positive 
-0x01f1 000744 setarg le_interval_11_25ms 
-0x01f2 000745 store 2 ,mem_le_interval_min 
-0x01f3 000746 store 2 ,mem_le_interval_min + 2 
-0x01f4 000747 call p_app_updata_le_param 
-0x01f5 000748 branch p_mouse_le_conn_param_lpm_disable 
-:      000752 p_mouse_24g_pairing_complete:
-0x01f6 000753 call p_mouse_store_24g_mode_flag 
-0x01f7 000754 call p_mouse_init_sensor_reset 
-0x01f8 000756 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x01f9 000757 arg mosue_24g_pairing_flag ,queue 
-0x01fa 000758 call mouse_disable_function_flag 
-0x01fb 000759 setarg 0 
-0x01fc 000760 store 2 ,mem_24g_pairing_timer_count 
-0x01fd 000761 jam 0 ,mem_mouse_move_flag 
-0x01fe 000762 call mouse_read_sensor_common 
-0x01ff 000763 call p_mouse_tx_power_init 
-0x0200 000764 call p_mouse_set_24g_addr_eeprom 
-0x0201 000765 branch iicd_write_protect_eep_data 
-:      000767 p_mouse_set_24g_addr_eeprom:
-0x0202 000768 arg mem_24g_addr ,rega 
-0x0203 000769 arg mouse_g24_addr_eeprom_offect ,regb 
-0x0204 000770 arg 4 ,temp 
-0x0205 000771 rtn 
-:      000773 p_mouse_24g_attempt_fail:
-0x0206 000774 call p_mouse_sensor_powerdown_check 
-0x0207 000775 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-0x0208 000776 call p_mouse_tx_power_init 
-0x0209 000777 call p_g24_check_51cmd_stop_24g 
-0x020a 000778 branch p_mouse_null_enter_hibernate_enable 
-:      000779 p_mouse_null_enter_hibernate_enable:
-0x020b 000780 jam 1 ,mem_mouse_null_enter_hibernate_flag 
-0x020c 000781 jam 40 ,mem_mouse_null_enter_hibernate_timer 
-0x020d 000782 rtn 
-:      000784 p_mouse_24g_attempt_success:
-0x020e 000785 call p_mouse_store_24g_mode_flag 
-0x020f 000786 call p_mouse_init_sensor_reset 
-0x0210 000787 branch mouse_no_data_timer_init 
-:      000789 p_mouse_before_hibernate:
-0x0211 000790 enable user 
-0x0212 000791 hfetch 4 ,0x8138 
-0x0213 000792 setflag user ,26 ,pdata 
-0x0214 000793 hstore 4 ,core_lpm_reg 
-0x0215 000794 call lpm_write_ctrl 
-0x0216 000795 call p_mouse_sensor_powerdown_check 
-0x0217 000796 call disable_authrom 
-0x0218 000797 call mouse_devce_led_off 
-0x0219 000798 call mouse_before_hibernate_wheel_gpio_set 
-0x021a 000799 call mouse_lpm_before_common 
-0x021b 000800 call p_mouse_multi_led_off2 
-:      000801 p_set_ice_gpio:
-0x021c 000802 fetcht 1 ,mem_device_state_led_gpio 
-0x021d 000803 call gpio_config_input 
-0x021e 000804 fetcht 1 ,mem_device_state_led_gpio 
-0x021f 000805 set1 gpio_active_bit ,temp 
-0x0220 000806 arg core_gpio_pu0 ,contw 
-0x0221 000807 branch gpio_set_bit 
-:      000809 p_mouse_sensor_powerdown_check:
-0x0222 000810 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-0x0223 000811 rtn blank 
-0x0224 000812 jam 0 ,mem_mouse_init_sensor_reset_flag 
-0x0225 000813 branch p_mouse_sensor_powerdown 
-:      000816 p_mouse_bb_event_timer:
-0x0226 000817 call p_mouse_multi_led_blink_timer 
-0x0227 000818 call p_mouse_24g_long_sleep_param_update_timer 
-0x0228 000819 call p_mouse_le_current_mult_update_timer 
-0x0229 000820 call p_mouse_wheel_trigger_timer 
-0x022a 000822 call p_mouse_null_enter_hibernate_timer 
-0x022b 000823 call p_mouse_bt_discovery_check 
-0x022c 000824 call mouse_check_discovery_timeout_timer 
-0x022d 000825 call mouse_check_direct_timeout_timer 
-0x022e 000826 call p_mouse_select_device 
-0x022f 000827 call mouse_check_no_data_timeout_timer 
-0x0230 000828 call p_mouse_device_ble_led_timer 
-0x0231 000829 branch p_mouse_le_enable_att_list_timer 
-:      000831 p_mouse_wheel_trigger_timer:
-0x0232 000832 arg mem_mouse_wheel_trigger_timer ,regc 
-0x0233 000833 arg p_mouse_wheel_trigger_disable ,regb 
-0x0234 000834 branch timer_single_step 
-:      000835 p_mouse_wheel_trigger_disable:
-0x0235 000836 jam 0 ,mem_mouse_wheel_trigger 
-0x0236 000837 rtn 
-:      000839 p_mouse_24g_long_sleep_param_update_timer:
-0x0237 000840 arg mem_24g_long_sleep_param_update_timer ,regc 
-0x0238 000841 arg p_mouse_24g_long_sleep_normal_param ,regb 
-0x0239 000842 branch timer_single_step 
-:      000843 p_mouse_24g_long_sleep_normal_param:
-0x023a 000844 setarg g24_long_sleep_step2 
-0x023b 000845 store 3 ,mem_24g_enter_hibernate 
-0x023c 000846 jam 1 ,mem_mouse_long_mult_flag 
-0x023d 000847 rtn 
-:      000849 p_mouse_le_current_mult_update_timer:
-0x023e 000850 arg mem_mouse_le_current_mult_timer ,regc 
-0x023f 000851 arg p_mouse_le_current_mult_reinit ,regb 
-0x0240 000852 branch timer_single_step 
-:      000853 p_mouse_le_current_mult_reinit:
-0x0241 000854 fetch 1 ,mem_lpm_mult_init 
-0x0242 000855 store 1 ,mem_lpm_mult 
-0x0243 000856 jam 1 ,mem_mouse_long_mult_flag 
-0x0244 000857 rtn 
-:      000859 p_mouse_le_enable_att_list_timer:
-0x0245 000860 arg mem_le_start_encrypt_timer ,regc 
-0x0246 000861 arg mouse_le_write_enable ,regb 
-0x0247 000862 branch timer_single_step 
-:      000864 p_mouse_bt_discovery_check:
-:      000867 p_mouse_bt_discovery_commbination_key:
-0x0248 000868 call p_mouse_check_key_gpio 
-0x0249 000870 fetch 1 ,mem_mouse_id_key_state 
-0x024a 000871 branch p_mouse_bt_discovery_commbination_key_down ,blank 
-:      000872 p_mouse_bt_discovery_commbination_key_up:
-0x024b 000873 fetch 1 ,mem_ui_button_timeout 
-0x024c 000874 store 1 ,mem_combination_ui_button_count 
-0x024d 000875 fetch 1 ,mem_bt_discovey_button_statue 
-0x024e 000876 rtneq dpi_button_state_up 
-0x024f 000877 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
-0x0250 000878 arg mouse_bt_discovery_button_long_down_flag ,queue 
-0x0251 000879 call mouse_disable_function_flag 
-0x0252 000880 branch mouse_bt_discovery_button_down_disable 
-:      000881 p_mouse_bt_discovery_commbination_key_down:
-0x0253 000882 jam 40 ,mem_mouse_null_enter_hibernate_timer 
-0x0254 000883 call p_mouse_bt_discovery_timer 
-0x0255 000884 branch mouse_bt_discovery_commbination_key_down + 1 
-:      000886 p_mouse_bt_discovery_timer:
-0x0256 000887 arg mem_combination_ui_button_count ,regc 
-0x0257 000888 arg p_mouse_long_button_bt_discovery ,regb 
-0x0258 000889 branch timer_single_step 
-:      000891 p_mouse_long_button_bt_discovery:
-0x0259 000892 fetch 2 ,mem_ui_state_map 
-0x025a 000893 isolate1 ui_state_ble_adv ,pdata 
-0x025b 000894 call mouse_stop_le_adv ,true 
-0x025c 000895 jam 1 ,mem_mouse_ble_led_on_enable 
-0x025d 000896 branch mouse_long_button_bt_discovry 
-:      000898 p_mouse_null_enter_hibernate_timer:
-0x025e 000899 fetch 1 ,mem_mouse_null_enter_hibernate_flag 
-0x025f 000900 rtn blank 
-0x0260 000901 fetch 1 ,mem_mouse_null_enter_hibernate_timer 
-0x0261 000902 branch p_mouse_null_enter_hibernate ,blank 
-0x0262 000903 increase -1 ,pdata 
-0x0263 000904 store 1 ,mem_mouse_null_enter_hibernate_timer 
-0x0264 000905 rtn 
-:      000906 p_mouse_null_enter_hibernate:
-0x0265 000907 jam 0 ,mem_mouse_null_enter_hibernate_flag 
-0x0266 000908 branch app_enter_hibernate 
-:      000910 p_mouse_select_device:
-:      000911 p_mouse_select_device_by_button:
-0x0267 000912 fetch 1 ,mem_mouse_dpi_button_state 
-0x0268 000913 branch p_mouse_select_device_button_down ,blank 
-:      000914 p_mouse_select_device_button_up:
-0x0269 000915 fetch 1 ,mem_mouse_button_select_device_timer_init 
-0x026a 000916 store 1 ,mem_mouse_button_select_device_count 
-0x026b 000917 fetch 1 ,mem_mouse_dpi_button_state 
-0x026c 000918 rtneq dpi_button_state_up 
-0x026d 000919 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-0x026e 000920 arg mouse_long_bt_button_flag ,queue 
-0x026f 000921 branch mouse_disable_function_flag 
-:      000923 p_mouse_select_device_button_down:
-:      000924 p_mouse_button_select_device_timer:
-0x0270 000925 arg mem_mouse_button_select_device_count ,regc 
-0x0271 000926 arg p_mouse_long_button_select_device ,regb 
-0x0272 000927 branch timer_single_step 
-:      000928 p_mouse_long_button_select_device:
-0x0273 000931 branch p_mouse_switch_device_decide 
-:      000933 p_mouse_switch_device_decide:
-0x0274 000934 fetch 1 ,mem_mouse_switch_device_flag 
-0x0275 000936 beq 0x01 ,p_mouse_24g_to_ble 
-0x0276 000937 beq 0x02 ,p_mouse_ble_to_24g 
-0x0277 000938 rtn 
-:      000940 p_mouse_24g_to_ble:
-0x0278 000941 call p_mouse_store_le_mode_flag 
-0x0279 000942 branch soft_reset_chip 
-:      000944 p_mouse_ble_to_24g:
-0x027a 000945 call p_mouse_store_24g_mode_flag 
-0x027b 000946 branch soft_reset_chip 
-:      000948 p_mouse_store_eerpom_switch_mode:
-0x027c 000949 arg 1 ,temp 
-0x027d 000950 arg mem_mouse_switch_device_flag ,rega 
-0x027e 000951 arg mouse_device_mode_eeprom_offset ,regb 
-0x027f 000952 branch iicd_write_protect_eep_data 
-:      000954 p_mouse_load_eeprom_switch_mode:
-0x0280 000955 arg 1 ,temp 
-0x0281 000956 arg mem_mouse_switch_device_flag ,rega 
-0x0282 000957 arg mouse_device_mode_eeprom_offset ,regb 
-0x0283 000958 branch iicd_read_eep_data 
-:      000960 p_mouse_device_ble_led_timer:
-0x0284 000961 fetch 1 ,mem_mouse_ble_led_on_enable 
-0x0285 000962 nbranch p_mouse_device_ble_led_blink ,blank 
-0x0286 000963 fetch 1 ,mem_mouse_ble_reconn_enable 
-0x0287 000964 rtn blank 
-:      000965 p_mouse_device_ble_led_on_timer:
-0x0288 000966 call p_mouse_led_output_low 
-:      000967 p_mouse_device_led_on_comm:
-0x0289 000968 arg mem_mouse_device_led_on_timer_count ,regc 
-0x028a 000969 arg p_mouse_device_ble_led_on_timeout ,regb 
-0x028b 000970 branch timer_single_step 
-:      000971 p_mouse_device_ble_led_on_timeout:
-0x028c 000972 jam 0 ,mem_mouse_ble_reconn_enable 
-0x028d 000973 branch p_mouse_device_state_led_off 
-:      000975 p_mouse_device_ble_led_blink:
-0x028e 000976 fetch 2 ,mem_mouse_discovery_timer 
-0x028f 000977 div pdata ,2 
-0x0290 000978 call wait_div_end 
-0x0291 000979 remainder pdata 
-0x0292 000980 branch p_mouse_device_ble_led_check ,blank 
-0x0293 000981 rtn 
-:      000983 p_mouse_device_ble_led_check:
-0x0294 000984 fetch 1 ,mem_device_led_blink_flag 
-0x0295 000985 beq 1 ,p_mouse_led_output_low_before 
-0x0296 000986 beq 2 ,p_mouse_device_state_led_off_before 
-0x0297 000987 rtn 
-:      000988 p_mouse_led_output_low_before:
-0x0298 000989 jam 2 ,mem_device_led_blink_flag 
-0x0299 000990 branch p_mouse_led_output_low 
-:      000991 p_mouse_device_state_led_off_before:
-0x029a 000992 jam 1 ,mem_device_led_blink_flag 
-0x029b 000993 branch p_mouse_device_state_led_off 
-:      000995 p_mouse_led_output_init:
-0x029c 000996 fetcht 1 ,mem_device_state_led_gpio 
-0x029d 000997 branch gpio_config_output 
-:      000998 p_mouse_led_output_low:
-0x029e 000999 call p_mouse_led_output_init 
-0x029f 001000 fetcht 1 ,mem_device_state_led_gpio 
-0x02a0 001001 branch gpio_out_active 
-:      001007 p_mouse_device_state_led_off:
-0x02a1 001008 fetcht 1 ,mem_device_state_led_gpio 
-:      001009 p_gpio_set_input_suspended:
-0x02a2 001010 set0 gpio_active_bit ,temp 
-0x02a3 001011 arg core_gpio_pu0 ,contw 
-0x02a4 001012 call gpio_set_bit 
-0x02a5 001013 set0 gpio_active_bit ,temp 
-0x02a6 001014 arg core_gpio_pd0 ,contw 
-0x02a7 001015 call gpio_set_bit 
-0x02a8 001016 set0 gpio_active_bit ,temp 
-0x02a9 001017 arg core_gpio_oe0 ,contw 
-0x02aa 001018 branch gpio_set_bit 
-:      001021 p_mouse_multi_led_blink_timer:
-0x02ab 001022 fetch 1 ,mem_mouse_multi_led_blink_enable 
-0x02ac 001023 rtn blank 
-0x02ad 001024 fetch 1 ,mem_mouse_multi_led_type 
-0x02ae 001026 beq multi_led_blink ,p_mouse_multi_led_type_blink 
-0x02af 001027 rtn 
-:      001042 p_mouse_multi_led_type_blink:
-0x02b0 001043 fetch 1 ,mem_mouse_multi_led_blink_timer 
-0x02b1 001044 increase -1 ,pdata 
-0x02b2 001045 store 1 ,mem_mouse_multi_led_blink_timer 
-0x02b3 001046 nrtn blank 
-0x02b4 001047 fetch 1 ,mem_mouse_multi_led_blink_timer_init 
-0x02b5 001048 store 1 ,mem_mouse_multi_led_blink_timer 
-0x02b6 001049 fetch 1 ,mem_mouse_multi_led_blink_count_limited 
-0x02b7 001050 branch p_mouse_multi_led_blink_count_no_limited ,blank 
-0x02b8 001051 fetch 1 ,mem_mouse_multi_led_blink_count 
-0x02b9 001052 branch p_mouse_multi_led_blink_off ,blank 
-0x02ba 001053 increase -1 ,pdata 
-0x02bb 001054 store 1 ,mem_mouse_multi_led_blink_count 
-:      001055 p_mouse_multi_led_blink_count_no_limited:
-0x02bc 001056 fetch 1 ,mem_mouse_multi_led_state 
-0x02bd 001057 beq on ,p_mouse_multi_led_off 
-0x02be 001058 beq off ,p_mouse_multi_led_on 
-0x02bf 001059 rtn 
-:      001061 p_mouse_multi_led_init:
-0x02c0 001062 fetcht 1 ,mem_mouse_multi_led_gpio 
-0x02c1 001063 branch gpio_config_output 
-:      001064 p_mouse_multi_led_on:
-0x02c2 001065 jam on ,mem_mouse_multi_led_state 
-0x02c3 001066 call p_mouse_multi_led_init 
-0x02c4 001067 fetcht 1 ,mem_mouse_multi_led_gpio 
-0x02c5 001068 branch gpio_out_active 
-:      001070 p_mouse_multi_led_blink_off:
-0x02c6 001071 setarg 0 
-0x02c7 001072 store 3 ,mem_mouse_multi_led_blink_timer 
-:      001073 p_mouse_multi_led_off:
-0x02c8 001074 fetch 1 ,mem_mouse_multi_led_blink_count 
-0x02c9 001075 nbranch p_mouse_multi_led_off_wait_blink_over ,blank 
-0x02ca 001076 jam 0 ,mem_mouse_multi_led_blink_enable 
-0x02cb 001077 jam 0 ,mem_mouse_multi_led_type 
-:      001078 p_mouse_multi_led_off_wait_blink_over:
-0x02cc 001079 jam 0 ,mem_mouse_multi_led_on_timer 
-0x02cd 001080 jam off ,mem_mouse_multi_led_state 
-:      001081 p_mouse_multi_led_off2:
-0x02ce 001082 fetcht 1 ,mem_mouse_multi_led_gpio 
-0x02cf 001083 call gpio_out_inactive 
-0x02d0 001084 hfetch 1 ,core_gpio_pd0 
-0x02d1 001085 set1 5 ,pdata 
-0x02d2 001086 hstore 1 ,core_gpio_pd0 
-0x02d3 001087 rtn 
-:      001101 p_mouse_multi_led_blink_enable:
-0x02d4 001102 jam 1 ,mem_mouse_multi_led_blink_timer 
-0x02d5 001103 jam on ,mem_mouse_multi_led_blink_enable 
-0x02d6 001104 jam multi_led_blink ,mem_mouse_multi_led_type 
-0x02d7 001105 rtn 
-:      001114 p_mouse_dpi_multi_led_blink:
-0x02d8 001115 jam 3 ,mem_mouse_multi_led_blink_timer_init 
-0x02d9 001116 jam 1 ,mem_mouse_multi_led_blink_count_limited 
-0x02da 001117 branch p_mouse_multi_led_blink_enable 
-:      001119 p_mouse_motion:
-0x02db 001120 disable user 
-0x02dc 001121 setarg 0 
-0x02dd 001122 store 6 ,mem_mouse_x 
-0x02de 001123 call p_mouse_cheak_sensor_data 
-0x02df 001124 call mouse_zwheel 
-0x02e0 001125 call mouse_t_zwheel 
-0x02e1 001126 call p_mouse_key 
-0x02e2 001127 branch mouse_motion + 8 
-:      001128 p_mouse_key:
-0x02e3 001129 call p_mouse_check_key_gpio 
-0x02e4 001130 branch mouse_key + 1 
-:      001131 p_mouse_check_key_gpio:
-0x02e5 001132 arg 0 ,rega 
-0x02e6 001133 call p_mouse_check_lkey_gpio 
-0x02e7 001134 call p_mouse_check_rkey_gpio 
-0x02e8 001135 call p_mouse_check_mkey_gpio 
-0x02e9 001137 call p_mouse_check_id_gpio 
-0x02ea 001138 copy rega ,pdata 
-0x02eb 001139 rtn 
-:      001146 p_mouse_check_lkey_gpio:
-0x02ec 001147 fetcht 1 ,mem_lbutton_gpio 
-0x02ed 001148 call p_gpio_set_input_pu 
-0x02ee 001149 fetcht 1 ,mem_lbutton_gpio 
-0x02ef 001150 call gpio_get_bit 
-0x02f0 001151 setflag true ,0 ,rega 
-0x02f1 001152 rtn 
-:      001153 p_mouse_check_rkey_gpio:
-0x02f2 001154 fetcht 1 ,mem_rbutton_gpio 
-0x02f3 001155 call p_gpio_set_input_pu 
-0x02f4 001156 fetcht 1 ,mem_rbutton_gpio 
-0x02f5 001157 call gpio_get_bit 
-0x02f6 001158 setflag true ,1 ,rega 
-0x02f7 001159 rtn 
-:      001160 p_mouse_check_mkey_gpio:
-0x02f8 001161 fetcht 1 ,mem_mbutton_gpio 
-0x02f9 001162 call p_gpio_set_input_pu 
-0x02fa 001163 fetcht 1 ,mem_mbutton_gpio 
-0x02fb 001164 call gpio_get_bit 
-0x02fc 001165 setflag true ,2 ,rega 
-0x02fd 001166 rtn 
-:      001182 p_mouse_check_id_gpio:
-0x02fe 001183 fetcht 1 ,mem_mouse_id_key_gpio 
-0x02ff 001184 call p_gpio_set_input_pd 
-0x0300 001185 fetcht 1 ,mem_mouse_id_key_gpio 
-0x0301 001186 call gpio_get_bit 
-0x0302 001187 branch p_mouse_id_up ,true 
-0x0303 001188 call p_gpio_set_input_pu 
-0x0304 001189 branch p_mouse_id_down 
-:      001191 p_mouse_id_up:
-0x0305 001192 call p_gpio_set_input_pu 
-0x0306 001193 fetch 1 ,mem_mouse_id_key_state 
-0x0307 001194 rtneq dpi_button_state_up 
-0x0308 001195 jam dpi_button_state_up ,mem_mouse_id_key_state 
-0x0309 001196 rtn 
-:      001197 p_mouse_id_down:
-0x030a 001198 fetch 1 ,mem_mouse_id_key_state 
-0x030b 001199 rtneq dpi_button_state_down 
-0x030c 001200 jam dpi_button_state_down ,mem_mouse_id_key_state 
-0x030d 001201 rtn 
-:      001203 p_gpio_set_input_pd:
-0x030e 001204 set0 gpio_active_bit ,temp 
-0x030f 001205 arg core_gpio_pu0 ,contw 
-0x0310 001206 call gpio_set_bit 
-0x0311 001207 set1 gpio_active_bit ,temp 
-0x0312 001208 arg core_gpio_pd0 ,contw 
-0x0313 001209 call gpio_set_bit 
-0x0314 001210 set0 gpio_active_bit ,temp 
-0x0315 001211 arg core_gpio_oe0 ,contw 
-0x0316 001212 branch gpio_set_bit 
-:      001214 p_gpio_set_input_pu:
-0x0317 001215 set1 gpio_active_bit ,temp 
-0x0318 001216 arg core_gpio_pu0 ,contw 
-0x0319 001217 call gpio_set_bit 
-0x031a 001218 set0 gpio_active_bit ,temp 
-0x031b 001219 branch p_gpio_set_input_pd + 4 
-:      001221 p_mouse_cheak_sensor_data:
-0x031c 001222 fetch 1 ,mem_config_sensor_type 
-0x031d 001223 beq p3212 ,p_mouse_p3212_sensor_motion 
-0x031e 001224 beq p3610 ,mouse_p3610_sensor_motion 
-:      001225 p_mouse_p32xx_sensor_motion:
-0x031f 001226 call mouse_clear_sensor_data 
-0x0320 001227 disable user 
-0x0321 001228 fetch 1 ,mem_config_function_enable 
-0x0322 001229 bbit0 enable_sensor_motion_pin ,mouse_p32xx_sensor_motion_2 
-0x0323 001230 fetcht 1 ,mem_sensor_data_gpio 
-0x0324 001231 call gpio_get_bit 
-0x0325 001232 nrtn true 
-0x0326 001233 branch mouse_p32xx_sensor_motion_2 
-:      001234 p_mouse_p3212_sensor_motion:
-0x0327 001235 call mouse_clear_sensor_data 
-0x0328 001236 fetch 1 ,mem_config_function_enable 
-0x0329 001237 bbit0 enable_sensor_motion_pin ,mouse_p3212_sensor_motion_1 
-0x032a 001238 fetcht 1 ,mem_sensor_data_gpio 
-0x032b 001239 call gpio_get_bit 
-0x032c 001240 nrtn true 
-0x032d 001241 branch mouse_p3212_sensor_motion_1 
-:      001243 p_mouse_seting_dpi:
-:      001245 p_mouse_seting_dpi_sensor_type:
-0x032e 001246 fetch 1 ,mem_config_sensor_type 
-0x032f 001247 beq p3610 ,mouse_seting_3610_dpi 
-0x0330 001248 beq p3212 ,mouse_seting_3212_dpi 
-0x0331 001249 beq p3065_xy ,p_mouse_seting_3065xy_dpi 
-0x0332 001250 beq p3204 ,p_mouse_seting_3065xy_dpi 
-:      001251 p_mouse_seting_3205_dpi:
-0x0333 001252 fetch 1 ,mem_mouse_dpi 
-0x0334 001253 sub pdata ,mouse_dpi_level2 ,null 
-0x0335 001254 call p_mouse_3205_dpi_recount ,zero 
-0x0336 001255 fetch 1 ,mem_mouse_dpi 
-0x0337 001256 beq mouse_dpi_level1 ,p_mouse_set_cpi1 
-0x0338 001257 beq mouse_dpi_level2 ,mouse_set_cpi2 
-0x0339 001258 beq mouse_dpi_level4 ,p_mouse_set_cpi4 
-:      001259 p_mouse_set_cpi3:
-0x033a 001260 jam 2 ,mem_mouse_dpi_blink_count 
-0x033b 001261 branch mouse_set_cpi3 
-:      001262 p_mouse_3205_dpi_recount:
-0x033c 001263 jam mouse_dpi_level3 ,mem_mouse_dpi 
-0x033d 001264 rtn 
-:      001266 p_mouse_set_cpi1:
-0x033e 001267 jam 1 ,mem_mouse_dpi_blink_count 
-0x033f 001268 branch mouse_set_cpi1 
-:      001269 p_mouse_set_cpi4:
-0x0340 001270 jam 3 ,mem_mouse_dpi_blink_count 
-0x0341 001271 branch mouse_set_cpi4 
-:      001273 p_mouse_seting_3065xy_dpi:
-0x0342 001274 fetch 1 ,mem_mouse_dpi 
-0x0343 001275 sub pdata ,mouse_dpi_level2 ,null 
-0x0344 001276 call p_mouse_3065xy_dpi_recount ,zero 
-0x0345 001277 fetch 1 ,mem_mouse_dpi 
-0x0346 001278 beq mouse_dpi_level1 ,p_mouse_3065xy_set_cpi1 
-0x0347 001279 beq mouse_dpi_level2 ,p_mouse_3065xy_set_cpi2 
-0x0348 001280 beq mouse_dpi_level4 ,p_mouse_3065xy_set_cpi4 
-:      001281 p_mouse_3065xy_set_cpi3:
-0x0349 001282 jam 2 ,mem_mouse_dpi_blink_count 
-0x034a 001283 fetch 1 ,mem_320x_dpi_3 
-0x034b 001284 increase -1 ,pdata 
-0x034c 001285 branch mouse_p3205_dpi 
-:      001286 p_mouse_3065xy_dpi_recount:
-0x034d 001287 jam mouse_dpi_level3 ,mem_mouse_dpi 
-0x034e 001288 rtn 
-:      001289 p_mouse_3065xy_set_cpi1:
-0x034f 001290 jam 1 ,mem_mouse_dpi_blink_count 
-0x0350 001291 fetch 1 ,mem_320x_dpi_1 
-0x0351 001292 increase -1 ,pdata 
-0x0352 001293 branch mouse_p3205_dpi 
-:      001294 p_mouse_3065xy_set_cpi2:
-0x0353 001295 fetch 1 ,mem_320x_dpi_2 
-0x0354 001296 increase -1 ,pdata 
-0x0355 001297 branch mouse_p3205_dpi 
-:      001298 p_mouse_3065xy_set_cpi4:
-0x0356 001299 jam 3 ,mem_mouse_dpi_blink_count 
-0x0357 001300 fetch 1 ,mem_320x_dpi_4 
-0x0358 001301 increase -1 ,pdata 
-0x0359 001302 branch mouse_p3205_dpi 
-:      001304 p_mouse_bb_event_discovery_btn:
-0x035a 001305 jam 0 ,mem_mouse_null_enter_hibernate_flag 
-0x035b 001306 jam 0 ,mem_mouse_null_enter_hibernate_timer 
-0x035c 001307 bmark1 mark_24g ,p_mouse_switch_to_bt 
-0x035d 001308 branch mouse_bb_event_discovery_btn + 1 
-:      001309 p_mouse_switch_to_bt:
-0x035e 001310 call p_g24_check_51cmd_stop_24g 
-0x035f 001311 branch mouse_bb_event_discovery_btn + 1 
-:      001313 p_le_addr_random_config:
-0x0360 001314 call load_adc_init 
-0x0361 001315 fetch 2 ,mem_0_5_adc_io_data 
-0x0362 001316 branch p_le_otp_adc_empty ,blank 
-0x0363 001317 store 2 ,mem_random_addr_increase_count 
-:      001318 p_le_addr_random_store:
-0x0364 001319 branch p_mouse_store_eerpom_random_addr_increase_count 
-:      001321 p_le_otp_adc_empty:
-0x0365 001322 setarg 0x1122 
-0x0366 001323 store 2 ,mem_random_addr_increase_count 
-0x0367 001324 branch p_le_addr_random_store 
-:      001326 p_mouse_start_discovery:
-0x0368 001327 call p_mouse_tx_power_init 
-0x0369 001328 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0x036a 001329 fetch 2 ,mem_ui_state_map 
-0x036b 001330 bbit1 ui_state_ble_adv ,p_mouse_start_discovery_norandom 
-0x036c 001331 fetch mouse_flag_len ,mem_mouse_flag 
-0x036d 001332 bbit0 mouse_enable_ble_random_addre ,p_mouse_start_discovery_norandom 
-0x036e 001334 call p_mouse_load_eeprom_random_addr_increase_count 
-0x036f 001335 fetcht 2 ,mem_random_addr_increase_count 
-0x0370 001336 increase 1 ,temp 
-0x0371 001337 storet 2 ,mem_random_addr_increase_count 
-0x0372 001338 storet 2 ,mem_le_lap + 1 
-0x0373 001339 call p_mouse_store_eerpom_random_addr_increase_count 
-0x0374 001340 random pdata 
-0x0375 001341 store 1 ,mem_le_lap 
-:      001343 p_mouse_start_discovery_norandom:
-0x0376 001344 call app_ble_disconnect 
-0x0377 001345 setarg 0xed8e0e 
-0x0378 001346 store 3 ,mem_le_lap + 3 
-0x0379 001347 jam 0x5a ,mem_mouse_fast_conn_flag 
-0x037a 001348 call p_mouse_store_fast_conn_flag 
-0x037b 001349 call app_lpm_mult_disable 
-0x037c 001350 fetch 2 ,mem_discovery_timeout 
-0x037d 001351 store 2 ,mem_mouse_discovery_timer 
-0x037e 001352 jam 6 ,mem_connection_options 
-0x037f 001353 setarg 0 
-0x0380 001354 store 2 ,mem_mouse_no_data_timer 
-0x0381 001355 store 2 ,mem_mouse_direct_timer 
-0x0382 001356 arg mouse_store_eeprom_flag ,queue 
-0x0383 001357 call mouse_enable_function_flag 
-0x0384 001358 call mouse_bt_discovery_button_down_disable 
-0x0385 001359 fetch 1 ,mem_device_option 
-0x0386 001360 isolate1 mode_4_mouse ,pdata 
-0x0387 001361 call p_check_51cmd_adv ,true 
-0x0388 001362 branch mouse_start_discovery_norandom + 13 
-:      001364 p_mouse_store_eerpom_random_addr_increase_count:
-0x0389 001365 arg 2 ,temp 
-0x038a 001366 arg mem_random_addr_increase_count ,rega 
-0x038b 001367 arg mouse_random_addr_count_eeprom_offset ,regb 
-0x038c 001368 branch iicd_write_protect_eep_data 
-:      001370 p_mouse_load_eeprom_random_addr_increase_count:
-0x038d 001371 arg 2 ,temp 
-0x038e 001372 arg mem_random_addr_increase_count ,rega 
-0x038f 001373 arg mouse_random_addr_count_eeprom_offset ,regb 
-0x0390 001374 branch iicd_read_eep_data 
-:      001376 p_check_51cmd_adv:
-0x0391 001377 jam 0 ,mem_mouse_le_reconnect_flag 
-0x0392 001378 call p_le_check_adv_flag 
-0x0393 001379 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
-0x0394 001380 istore 1 ,contr 
-0x0395 001381 arg mem_le_adv_swift_pair ,contr 
-0x0396 001382 call p_le_adv_data_update 
-0x0397 001383 branch check_51cmd_adv 
-:      001385 p_le_adv_data_update:
-0x0398 001386 arg mem_le_adv_data + 11 ,contw 
-0x0399 001387 arg 19 ,loopcnt 
-0x039a 001388 call memcpy 
-0x039b 001389 branch le_modified_name_adv 
-:      001391 p_mouse_stop_discovery:
-0x039c 001392 setarg 0 
-0x039d 001393 store 2 ,mem_mouse_discovery_timer 
-0x039e 001394 call p_mouse_sensor_poweron 
-0x039f 001395 branch mouse_stop_discovery + 1 
-:      001397 p_le_slave_match:
-0x03a0 001398 fetch 1 ,mem_le_md_count 
-0x03a1 001399 pincrease 1 
-0x03a2 001400 store 1 ,mem_le_md_count 
-0x03a3 001401 beq le_md_max_count ,le_slave_cont 
-0x03a4 001402 call le_acknowledge 
-0x03a5 001403 call le_prepare_tx 
-0x03a6 001404 call power_ctrl_start 
-0x03a7 001405 branch le_slave_match + 7 
-:      001407 p_le_next_adv_channel:
-0x03a8 001408 fetch 1 ,mem_le_ch_mapped 
-0x03a9 001409 increase 1 ,pdata 
-0x03aa 001410 store 1 ,mem_le_ch_mapped 
-0x03ab 001411 rtnne 40 
-0x03ac 001412 jam 37 ,mem_le_ch_mapped 
-0x03ad 001413 rtn 
-:      001415 p_le_receive_skip:
-0x03ae 001416 call save_rssi 
-0x03af 001417 call p_rssi_signal 
-0x03b0 001418 branch le_receive_skip + 2 
-:      001420 p_le_update_param:
-0x03b1 001421 call p_mouse_le_conn_param_check 
-0x03b2 001422 branch le_update_param + 8 
-:      001423 p_mouse_le_lpm_mult_reinit:
-0x03b3 001424 fetch 1 ,mem_lpm_mult_init 
-0x03b4 001425 store 1 ,mem_lpm_mult 
-:      001426 p_mouse_le_conn_param_lpm_enable:
-0x03b5 001427 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x03b6 001428 rtn 
-:      001429 p_mouse_le_conn_param_lpm_disable:
-0x03b7 001430 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
-0x03b8 001431 rtn 
-:      001432 p_mouse_le_conn_param_check:
-0x03b9 001433 fetch 1 ,mem_le_new_conninterval 
-0x03ba 001434 sub pdata ,le_interval_15ms ,null 
-0x03bb 001435 nbranch p_mouse_le_conn_param_lpm_disable ,positive 
-0x03bc 001436 fetch 1 ,mem_le_new_connslavelatency 
-0x03bd 001437 fetcht 1 ,mem_lpm_mult_init 
-0x03be 001438 isub temp ,null 
-0x03bf 001439 branch p_mouse_le_lpm_mult_reinit ,positive 
-0x03c0 001440 fetch 1 ,mem_le_new_connslavelatency 
-0x03c1 001441 store 1 ,mem_lpm_mult 
-0x03c2 001442 branch p_mouse_le_conn_param_lpm_enable 
-:      001444 p_le_update_channel_map:
-0x03c3 001445 fetch 1 ,mem_le_state 
-0x03c4 001446 rtnbit0 lestate_update_map 
-0x03c5 001447 call p_le_channel_map_overflow_check 
-0x03c6 001448 nrtn user 
-0x03c7 001449 branch le_update_channel_map + 3 
-:      001450 p_le_channel_map_overflow_check:
-0x03c8 001451 enable user 
-0x03c9 001452 fetch 1 ,mem_le_event_count + 1 
-0x03ca 001453 rshift4 pdata ,pdata 
-0x03cb 001454 rtnne 0x0f 
-0x03cc 001455 fetch 1 ,mem_le_instant + 1 
-0x03cd 001456 rshift4 pdata ,pdata 
-0x03ce 001457 rtnne 0x00 
-0x03cf 001458 branch disable_user 
-:      001460 p_le_prepare_tx:
-0x03d0 001461 fetch 1 ,mem_le_arq 
-0x03d1 001462 bbit1 wak ,p_le_prepare_tx_wak 
-0x03d2 001463 call power_ctrl_pac_succ_incrs 
-0x03d3 001464 fetch 1 ,mem_empty_count 
-0x03d4 001465 nbranch p_le_send_empyt ,blank 
-0x03d5 001466 fetch 1 ,mem_le_state 
-0x03d6 001467 bbit0 lestate_encryption ,p_le_tx_4 
-0x03d7 001468 fetch 1 ,mem_le_rxbuf + 1 
-0x03d8 001469 branch p_le_tx_4 ,blank 
-0x03d9 001470 branch le_send_empty 
-:      001471 p_le_send_empyt:
-0x03da 001472 fetch 1 ,mem_empty_count 
-0x03db 001473 increase -1 ,pdata 
-0x03dc 001474 store 1 ,mem_empty_count 
-0x03dd 001475 branch le_send_empty 
-:      001476 p_le_tx_4:
-0x03de 001477 fetch 1 ,mem_le_pairing_state 
-0x03df 001478 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
-0x03e0 001479 jam 3 ,mem_empty_count 
-:      001480 p_in_le_tx_4:
-0x03e1 001481 call le_fifo_check_nearly_full 
-0x03e2 001482 call p_mouse_data_pull ,blank 
-0x03e3 001483 branch le_prepare_tx + 4 
-:      001485 p_le_prepare_tx_wak:
-0x03e4 001486 call p_le_check_tx_retransmit_setmd 
-0x03e5 001487 branch p_le_power_ctrl_pac_succ_decrs 
-:      001489 p_le_check_tx_retransmit_setmd:
-0x03e6 001490 fetch 1 ,mem_le_connect_status_flag 
-0x03e7 001491 and pdata ,0x03 ,pdata 
-0x03e8 001492 rtnne 0x03 
-0x03e9 001493 fetch 1 ,mem_mouse_data_queue_num 
-0x03ea 001494 rtn blank 
-0x03eb 001495 fetch 1 ,mem_le_txlen 
-0x03ec 001496 rtn blank 
-0x03ed 001497 fetch 1 ,mem_le_txheader 
-0x03ee 001498 set1 md ,pdata 
-0x03ef 001499 store 1 ,mem_le_txheader 
-0x03f0 001500 call le_set_md 
-0x03f1 001501 rtn 
-:      001503 p_le_power_ctrl_pac_succ_decrs:
-0x03f2 001504 branch power_ctrl_pac_succ_decrs 
-:      001506 p_mouse_le_reconn_write_enable_timer_reinit:
-0x03f3 001507 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x03f4 001508 rtn blank 
-0x03f5 001509 fetch 1 ,mem_le_connect_status_flag 
-0x03f6 001510 and pdata ,0x03 ,pdata 
-0x03f7 001511 rtneq 0x03 
-0x03f8 001512 jam 10 ,mem_le_start_encrypt_timer 
-0x03f9 001513 rtn 
-:      001515 p_le_parse:
-0x03fa 001516 rtnmark1 mark_old_packet 
-0x03fb 001517 call le_fifo_check_full 
-0x03fc 001518 nrtn blank 
-0x03fd 001519 fetch 1 ,mem_le_rxbuf 
-0x03fe 001520 and pdata ,0x3 ,pdata 
-0x03ff 001521 store 1 ,mem_le_packet_llid 
-0x0400 001522 ifetch 1 ,contr 
-0x0401 001523 and pdata ,0x1f ,pdata 
-0x0402 001524 store 1 ,mem_le_packet_size 
-0x0403 001525 rtn blank 
-0x0404 001526 copy contr ,pdata 
-0x0405 001527 store 2 ,mem_le_payload_ptr 
-0x0406 001528 fetch 1 ,mem_le_packet_llid 
-0x0407 001529 beq llid_le_ll ,p_le_parse_ll 
-0x0408 001530 branch le_parse_l2cap 
-:      001531 p_le_parse_ll:
-0x0409 001532 fetch 1 ,mem_le_rxbuf + 2 
-0x040a 001533 beq ll_channel_map_req ,p_le_parse_channel_map_req 
-0x040b 001534 branch le_parse_ll + 1 
-:      001535 p_le_parse_channel_map_req:
-0x040c 001536 ifetch 5 ,contr 
-0x040d 001537 store 5 ,mem_le_new_map 
-0x040e 001538 ifetch 2 ,contr 
-0x040f 001539 store 2 ,mem_le_instant 
-0x0410 001540 branch le_parse_channel_map_req + 7 
-:      001542 p_le_parse_l2cap:
-0x0411 001543 ifetch 2 ,contr 
-0x0412 001544 beq le_l2cap_cid_att ,p_le_parse_att 
-0x0413 001545 beq le_l2cap_cid_smp ,p_le_parse_smp 
-0x0414 001546 branch le_parse_l2cap + 11 
-:      001547 p_le_parse_att:
-0x0415 001548 call store_contr 
-0x0416 001549 call p_mouse_le_reconn_write_enable_timer_reinit 
-0x0417 001550 call get_contr 
-0x0418 001551 ifetch 3 ,contr 
-0x0419 001552 store 3 ,mem_le_att_opcode 
-0x041a 001553 beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
-0x041b 001554 rshift8 pdata ,temp 
-0x041c 001555 sub temp ,0x24 ,null 
-0x041d 001556 branch le_parse_att + 2 ,positive 
-0x041e 001557 arg mem_mouse_le_uuid_sup ,temp 
-0x041f 001558 storet 2 ,mem_ui_le_uuid_table 
-0x0420 001559 call le_parse_att + 2 
-0x0421 001560 setarg 0x8e7a 
-0x0422 001561 store 2 ,mem_ui_le_uuid_table 
-0x0423 001562 rtn 
-:      001564 p_le_parse_att_read_by_group_type_request:
-0x0424 001565 call le_parse_att_read_by_group_type_request 
-0x0425 001566 call le_fifo_get_last_tx_ptr 
-0x0426 001567 increase 7 ,contr 
-0x0427 001568 ifetch 1 ,contr 
-0x0428 001569 rtnne attop_read_by_group_type_response 
-0x0429 001570 increase 5 ,contr 
-0x042a 001571 ifetch 2 ,contr 
-0x042b 001572 arg uuid_service_hids ,temp 
-0x042c 001573 isub temp ,null 
-0x042d 001574 nrtn zero 
-0x042e 001575 increase -4 ,contr 
-0x042f 001576 setarg 0x2b 
-0x0430 001577 istore 2 ,contr 
-0x0431 001578 rtn 
-:      001580 p_le_parse_smp:
-0x0432 001581 ifetch 1 ,contr 
-0x0433 001582 beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
-0x0434 001583 branch le_parse_smp + 1 
-:      001584 p_le_parse_smp_pairing_failed:
-0x0435 001585 call le_parse_smp_pairing_failed 
-0x0436 001586 fetch 1 ,mem_le_state 
-0x0437 001587 set0 lestate_update_param ,pdata 
-0x0438 001588 store 1 ,mem_le_state 
-0x0439 001589 branch le_parse_terminate_ind 
-:      001591 p_le_adv_not_match:
-0x043a 001592 fetch 1 ,mem_le_ch_mapped 
-0x043b 001593 bne 39 ,le_adv_loop 
-0x043c 001594 call p_le_adv_random_delay 
-0x043d 001595 arg le_adv_interval_timer ,queue 
-0x043e 001596 fetch 2 ,mem_le_adv_interval 
-0x043f 001597 branch timer_init 
-:      001598 p_le_adv_random_delay:
-0x0440 001599 random pdata 
-0x0441 001600 arg 0x1ff ,temp 
-0x0442 001601 iand temp ,pdata 
-0x0443 001602 add pdata ,250 ,pdata 
-0x0444 001603 branch delay 
-:      001605 p_le_lpm_setmult:
-0x0445 001606 disable wake 
-0x0446 001607 branch p_le_lpm_set_mult_attempt ,attempt 
-0x0447 001608 nbranch le_lpm_lost ,match 
-:      001609 p_le_lpm_set_mult_attempt:
-0x0448 001610 call lpm_match 
-0x0449 001611 fetch 2 ,mem_rx_window_sniff 
-0x044a 001612 store 2 ,mem_le_receive_window 
-0x044b 001613 fetch 1 ,mem_le_connect_status_flag 
-0x044c 001614 compare 3 ,pdata ,3 
-0x044d 001615 nbranch lpm_mult_short ,true 
-0x044e 001616 branch le_lpm_set_mult_attempt + 3 
-:      001618 p_le_mouse_bb_event_connect_complete:
-0x044f 001619 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x0450 001620 nrtn blank 
-0x0451 001621 fetch 1 ,mem_le_att_handle 
-0x0452 001622 sub pdata ,26 ,pdata 
-0x0453 001623 nrtn zero 
-0x0454 001624 branch mouse_le_write_enable 
-:      001626 p_twspi_reset:
-0x0455 001627 hfetch 1 ,core_gpio_out3 
-0x0456 001628 and_into 0xfd ,pdata 
-0x0457 001629 hstore 1 ,core_gpio_out3 
-0x0458 001630 hfetcht 1 ,core_gpio_oe3 
-0x0459 001631 or_into 0x2 ,temp 
-0x045a 001632 hstoret 1 ,core_gpio_oe3 
-0x045b 001633 call twspi_disable 
-0x045c 001634 and_into 0xfd ,temp 
-0x045d 001635 nop 13 
-0x045e 001636 call twspi_enable 
-0x045f 001637 hstoret 1 ,core_gpio_oe3 
-0x0460 001638 rtn 
-:      001644 p_g24_set_device_addr:
-0x0461 001645 call adc_init_data 
-0x0462 001649 fetch 4 ,mem_lap 
-0x0463 001650 store 4 ,mem_24g_device_addr 
-0x0464 001651 rtn 
-:      001654 p_g24_transmit_rf_sta_init:
-0x0465 001655 jam 1 ,mem_24g_rf_last_sta 
-0x0466 001656 jam 0 ,mem_24g_sync_cnt 
-:      001657 p_g24_transmit_rf_ctrl_clear:
-0x0467 001658 fetch 1 ,mem_24g_data_type 
-0x0468 001659 and_into bits_data ,pdata 
-0x0469 001660 store 1 ,mem_24g_data_type 
-0x046a 001661 rtn 
-:      001663 p_g24_hop_ch_enable:
-0x046b 001664 fetch 1 ,mem_24g_data_type 
-0x046c 001665 set1 bit_hop ,pdata 
-0x046d 001666 store 1 ,mem_24g_data_type 
-0x046e 001668 store 1 ,mem_24g_txpayload 
-0x046f 001669 rtn 
-:      001670 p_g24_hop_ch_disable:
-0x0470 001671 fetch 1 ,mem_24g_data_type 
-0x0471 001672 set0 bit_hop ,pdata 
-0x0472 001673 store 1 ,mem_24g_data_type 
-0x0473 001674 rtn 
-:      001676 p_g24_transmit_hop_pac_fail:
-0x0474 001677 call power_ctrl_pac_succ_decrs 
-0x0475 001678 fetch 1 ,mem_24g_rf_work_stage 
-0x0476 001679 beq 1 ,p_g24_transmit_hop_pac_fail_wo_hop 
-0x0477 001680 beq 2 ,p_g24_transmit_hop_pac_fail_hop_stage2 
-0x0478 001681 rtn 
-:      001682 p_g24_transmit_hop_pac_fail_wo_hop:
-0x0479 001683 jam 2 ,mem_24g_sync_cnt 
-:      001684 p_g24_transmit_hop_pac_fail_stage1:
-0x047a 001685 jam 0 ,mem_24g_hop_pac_retry 
-0x047b 001686 jam 0 ,mem_24g_rf_last_sta 
-0x047c 001687 branch p_g24_transmit_rf_ctrl_clear 
-:      001689 p_g24_transmit_hop_pac_fail_hop_stage2:
-0x047d 001690 jam 0 ,mem_24g_rf_hop_ch 
-0x047e 001691 branch p_g24_transmit_hop_pac_fail_stage1 
-:      001694 p_g24_transmit_pac_fail_hop_stage3:
-0x047f 001695 fetch 2 ,mem_24g_txfail_cnt 
-0x0480 001696 increase 1 ,pdata 
-0x0481 001697 store 2 ,mem_24g_txfail_cnt 
-0x0482 001698 bbit1 10 ,p_g24_tx_attempt_fail 
-0x0483 001699 fetch 1 ,mem_24g_rf_hop_ch 
-0x0484 001700 beq 1 ,p_g24_rf_hop_fastly 
-0x0485 001701 jam 1 ,mem_24g_rf_hop_ch 
-:      001702 p_g24_rf_hop_attemp_again:
-0x0486 001703 fetch 1 ,mem_24g_rf_hop_ch 
-0x0487 001704 bne 1 ,p_g24_transmit_rf_ctrl_clear 
-:      001705 p_g24_rf_hop_fastly:
-0x0488 001706 fetch 1 ,mem_24g_hop_fastly_cnt 
-0x0489 001707 increase 1 ,pdata 
-0x048a 001708 store 1 ,mem_24g_hop_fastly_cnt 
-0x048b 001709 beq 4 ,p_g24_rf_hop_fastly_exit 
-0x048c 001710 call p_g24_ch 
-0x048d 001711 jam 2 ,mem_24g_max_retry 
-0x048e 001712 branch p_g24_transmit_packet 
-:      001714 p_g24_rf_hop_fastly_exit:
-0x048f 001715 call power_ctrl_pac_succ_decrs 
-0x0490 001716 jam 0 ,mem_24g_hop_fastly_cnt 
-0x0491 001717 branch p_g24_transmit_rf_ctrl_clear 
-:      001719 p_g24_transmit_hop_pac_succ_wo_hop:
-0x0492 001720 jam 2 ,mem_24g_sync_cnt 
-:      001721 p_g24_transmit_hop_pac_succ:
-0x0493 001722 jam 1 ,mem_24g_rf_last_sta 
-0x0494 001723 jam 0 ,mem_24g_rf_hop_ch 
-0x0495 001724 branch p_g24_transmit_rf_ctrl_clear 
-:      001726 p_g24_transmit_succ_rf_config:
-0x0496 001727 fetch 1 ,mem_24g_rf_work_stage 
-0x0497 001728 beq 3 ,p_g24_transmit_hop_pac_succ 
-0x0498 001729 fetch 1 ,mem_24g_data_type 
-0x0499 001730 isolate0 bit_hop ,pdata 
-0x049a 001731 branch p_g24_transmit_rf_sta_init ,true 
-0x049b 001732 fetch 1 ,mem_24g_rf_work_stage 
-0x049c 001733 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
-0x049d 001734 beq 2 ,p_g24_transmit_hop_pac_succ 
-0x049e 001735 rtn 
-:      001737 p_g24_rf_sta_check:
-0x049f 001738 fetch 1 ,mem_24g_pairing_sm 
-0x04a0 001739 rtnne state_24g_pairing_success 
-0x04a1 001740 call p_g24_rf_laststa_synccnt_check 
-0x04a2 001741 ncall p_g24_rf_sync_cnt_check ,user2 
-0x04a3 001742 rtn 
-:      001744 p_g24_rf_laststa_synccnt_check:
-0x04a4 001745 disable user2 
-0x04a5 001746 fetch 1 ,mem_24g_rf_last_sta 
-0x04a6 001747 rtnne 1 
-0x04a7 001748 fetch 1 ,mem_24g_sync_cnt 
-0x04a8 001749 rtnne 0 
-0x04a9 001750 jam 1 ,mem_24g_rf_work_stage 
-0x04aa 001751 jam 4 ,mem_24g_max_retry 
-0x04ab 001752 branch enable_user2 
-:      001754 p_g24_rf_sync_cnt_check:
-0x04ac 001755 fetch 1 ,mem_24g_sync_cnt 
-0x04ad 001756 branch p_g24_rf_hop_attemp ,blank 
-0x04ae 001757 increase -1 ,pdata 
-0x04af 001758 store 1 ,mem_24g_sync_cnt 
-0x04b0 001759 jam 2 ,mem_24g_rf_work_stage 
-0x04b1 001760 call p_g24_ch 
-0x04b2 001761 jam 4 ,mem_24g_max_retry 
-0x04b3 001762 rtn 
-:      001764 p_g24_rf_hop_attemp:
-0x04b4 001765 jam 3 ,mem_24g_rf_work_stage 
-0x04b5 001766 fetch 1 ,mem_24g_rf_hop_ch 
-0x04b6 001767 nbranch p_g24_rf_hop_attemp_again ,blank 
-0x04b7 001768 call p_g24_ch 
-0x04b8 001769 jam 2 ,mem_24g_max_retry 
-0x04b9 001770 rtn 
-:      001772 p_g24_txdata_prep:
-0x04ba 001773 fetch 1 ,mem_24g_pairing_sm 
-0x04bb 001774 bne state_24g_pairing_success ,p_g24_pairing_sm 
-:      001775 p_g24_txdata_prep_packeage_data:
-0x04bc 001776 call p_g24_package_data 
-0x04bd 001777 call p_g24_transmit_prep 
-:      001778 p_g24_txdata_enable_tx:
-0x04be 001779 jam ensure_on_24g ,mem_24g_ensure 
-0x04bf 001780 rtn 
-:      001782 p_g24_package_data:
-0x04c0 001783 fetch 2 ,mem_cb_24g_data 
-0x04c1 001784 call callback_func 
-0x04c2 001785 branch p_g24_accumulate_mouse_data ,user 
-0x04c3 001786 fetch 7 ,mem_24g_txbuf + 1 
-0x04c4 001787 rtn blank 
-0x04c5 001788 branch enable_user 
-:      001789 p_g24_accumulate_mouse_data:
-0x04c6 001790 call p_mouse_data_xy_release 
-0x04c7 001791 jam 0 ,mem_24g_abort_pac 
-0x04c8 001792 add rega ,1 ,pdata 
-0x04c9 001793 store 1 ,mem_24g_datalen 
-0x04ca 001794 call p_g24_transmit_rf_ctrl_clear 
-0x04cb 001795 store 1 ,mem_24g_txbuf 
-0x04cc 001796 ifetcht 1 ,contw 
-0x04cd 001797 ifetch 1 ,regb 
-0x04ce 001798 ior temp ,pdata 
-0x04cf 001799 istore 1 ,contw 
-0x04d0 001800 increase 1 ,regb 
-0x04d1 001801 ifetch 4 ,regb 
-0x04d2 001802 istore 4 ,contw 
-0x04d3 001803 increase 4 ,regb 
-0x04d4 001804 arg mem_24g_txbuf + 6 ,contw 
-0x04d5 001805 arg 2 ,loopcnt 
-:      001806 p_g24_accumulation_loop2:
-0x04d6 001807 ifetch 1 ,regb 
-0x04d7 001808 ifetcht 1 ,contw 
-0x04d8 001809 iadd temp ,pdata 
-0x04d9 001810 istore 1 ,contw 
-0x04da 001811 increase 1 ,regb 
-0x04db 001812 loop p_g24_accumulation_loop2 
-0x04dc 001813 rtn 
-:      001815 p_mouse_data_xy_release:
-0x04dd 001816 fetch 1 ,mem_config_function_enable 
-0x04de 001817 rtnbit1 enable_sensor_motion_pin 
-0x04df 001818 fetch 1 ,mem_mouse_long_mult_flag 
-0x04e0 001819 rtnne 1 
-0x04e1 001820 setarg 0 
-0x04e2 001821 store 1 ,mem_mouse_long_mult_flag 
-0x04e3 001822 store 4 ,mem_mouse_x 
-0x04e4 001823 branch p_mouse_sensor_poweron 
-:      001825 p_g24_transmit_packet:
-0x04e5 001826 jam 0 ,mem_24g_retry 
-:      001827 p_g24_transmit_loop:
-0x04e6 001828 arg param_rx_setup ,timeup 
-0x04e7 001829 until clkn_rt ,meet 
-0x04e8 001830 call p_g24_transmit_receive_ack 
-0x04e9 001831 fetch 1 ,mem_24g_no_ack 
-0x04ea 001832 rtneq no_ack_24g 
-0x04eb 001833 nbranch p_g24_retransmit ,sync 
-0x04ec 001834 nbranch p_g24_retransmit ,user3 
-0x04ed 001835 call p_g24_txbuf_clear 
-0x04ee 001836 call p_g24_ackpayload_parse 
-0x04ef 001837 call power_ctrl_pac_succ_incrs 
-:      001838 p_g24_transmit_next_packet:
-0x04f0 001839 fetch 1 ,mem_24g_pid 
-0x04f1 001840 increase 1 ,pdata 
-0x04f2 001841 store 1 ,mem_24g_pid 
-0x04f3 001842 fetch 1 ,mem_24g_pairing_sm 
-0x04f4 001843 bne state_24g_pairing_success ,p_g24_paring_mode_start 
-0x04f5 001844 call p_g24_transmit_succ_rf_config 
-:      001845 p_g24_transmit_abandon:
-0x04f6 001846 setarg 0 
-0x04f7 001847 store 2 ,mem_24g_txfail_cnt 
-0x04f8 001848 store 1 ,mem_24g_get_ack_fail 
-0x04f9 001849 store 1 ,mem_24g_hop_pac_retry 
-0x04fa 001850 jam ensure_off_24g ,mem_24g_ensure 
-0x04fb 001851 rtn 
-:      001853 p_g24_txbuf_clear:
-0x04fc 001854 arg 4 ,loopcnt 
-0x04fd 001855 arg mem_24g_txbuf ,contw 
-0x04fe 001856 branch memset0 
-:      001858 p_g24_paring_mode_start:
-0x04ff 001859 call power_ctrl_pac_succ_cnt_init 
-0x0500 001860 branch p_g24_paring_mode 
-:      001862 p_g24_transmit_receive_ack:
-0x0501 001863 disable user3 
-0x0502 001864 call p_g24_transmit 
-0x0503 001867 fetch 1 ,mem_24g_no_ack 
-0x0504 001868 beq no_ack_24g ,p_g24_transmit_no_ack 
-0x0505 001869 force 0 ,radio_ctrl 
-0x0506 001870 fetch 4 ,mem_24g_addr 
-0x0507 001871 iforce access 
-0x0508 001872 fetcht 1 ,mem_last_freq 
-0x0509 001873 call set_freq_rx 
-0x050a 001874 call rf_rx_enable 
-0x050b 001875 call p_g24_receive_rxon 
-0x050c 001876 call p_g24_end_of_packet ,user3 
-0x050d 001877 rtn 
-:      001878 p_g24_transmit_no_ack:
-0x050e 001879 call p_g24_end_of_packet 
-0x050f 001880 branch p_g24_transmit_next_packet 
-:      001882 p_g24_retransmit:
-0x0510 001883 fetch 1 ,mem_24g_get_ack_fail 
-0x0511 001884 increase 1 ,pdata 
-0x0512 001885 store 1 ,mem_24g_get_ack_fail 
-0x0513 001886 fetch 1 ,mem_24g_pairing_sm 
-0x0514 001887 bne state_24g_pairing_success ,p_g24_tx_paring_retry 
-0x0515 001888 fetcht 1 ,mem_24g_retry 
-0x0516 001889 increase 1 ,temp 
-0x0517 001890 storet 1 ,mem_24g_retry 
-0x0518 001891 fetch 1 ,mem_24g_max_retry 
-0x0519 001892 isub temp ,pdata 
-0x051a 001893 nbranch p_g24_transmit_loop ,blank 
-0x051b 001894 fetch 1 ,mem_24g_rf_work_stage 
-0x051c 001895 beq 3 ,p_g24_transmit_pac_fail_hop_stage3 
-0x051d 001896 fetch 1 ,mem_24g_hop_pac_retry 
-0x051e 001897 increase 1 ,pdata 
-0x051f 001898 store 1 ,mem_24g_hop_pac_retry 
-0x0520 001899 beq 2 ,p_g24_transmit_hop_pac_fail 
-0x0521 001900 call p_g24_hop_ch_enable 
-0x0522 001901 jam 1 ,mem_24g_max_retry 
-0x0523 001902 branch p_g24_transmit_packet 
-:      001904 p_g24_tx_paring_retry:
-0x0524 001905 fetch 1 ,mem_24g_get_ack_fail 
-0x0525 001906 rtnne 0xff 
-0x0526 001907 jam 0 ,mem_24g_get_ack_fail 
-0x0527 001908 branch p_g24_stop_g24_mode 
-:      001910 p_g24_tx_attempt_fail:
-0x0528 001911 setarg 0 
-0x0529 001912 store 2 ,mem_24g_txfail_cnt 
-:      001913 p_g24_stop_g24_mode:
-0x052a 001914 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
-0x052b 001915 branch ui_ipc_send_event 
-:      001917 p_g24_ackpayload_parse:
-0x052c 001918 call p_g24_read_len_pid_crc 
-0x052d 001919 fetch 1 ,mem_24g_rxdata_length 
-0x052e 001920 rtn blank 
-0x052f 001921 iforce loopcnt 
-0x0530 001922 arg mem_24g_rxbuf + 2 ,contr 
-0x0531 001923 arg mem_24g_rxpayload ,contw 
-0x0532 001924 branch memcpy 
-:      001926 power_ctrl_pac_succ_cnt_init:
-0x0533 001927 jam 1 ,mem_power_ctrl_level 
-0x0534 001928 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-0x0535 001929 rtn 
-:      001930 power_ctrl_pac_succ_incrs:
-0x0536 001931 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0537 001932 increase 1 ,pdata 
-0x0538 001933 store 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0539 001934 rtn 
-:      001935 power_ctrl_pac_succ_decrs:
-0x053a 001936 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x053b 001937 sub pdata ,2 ,null 
-0x053c 001938 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
-0x053d 001939 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x053e 001940 rtneq 0 
-0x053f 001941 increase -1 ,pdata 
-0x0540 001942 store 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0541 001943 rtn 
-:      001944 power_ctrl_pac_succ_cnt_reinit:
-0x0542 001945 jam 3 ,mem_power_ctrl_pac_succ_cnt 
-0x0543 001946 rtn 
-:      001948 power_ctrl_start:
-0x0544 001949 fetch 2 ,mem_ui_state_map 
-0x0545 001950 rtnbit1 ui_state_ble_adv 
-0x0546 001951 rtnbit1 ui_state_bt_reconnect 
-0x0547 001952 rtnbit1 ui_state_bt_discovery 
-0x0548 001954 arg mem_rssi_signal_buf ,rega 
-0x0549 001955 call p_rssi_average 
-0x054a 001956 storet 1 ,mem_rssi_avg_received 
-0x054b 001958 setarg rssi_dis_max_24g 
-0x054c 001959 bmark1 mark_24g ,power_ctrl_start_next 
-0x054d 001960 setarg rssi_dis_max_ble 
-:      001961 power_ctrl_start_next:
-0x054e 001962 isub temp ,null 
-0x054f 001963 nbranch power_ctrl_txpower_incrs_force ,positive 
-0x0550 001965 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0551 001966 sub pdata ,2 ,null 
-0x0552 001967 nbranch power_ctrl_txpower_decrs_check ,positive 
-0x0553 001968 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0554 001969 beq 0 ,power_ctrl_txpower_incrs 
-0x0555 001970 rtn 
-:      001972 power_ctrl_txpower_decrs_check:
-0x0556 001973 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0557 001974 rtnne 32 
-0x0558 001975 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      001976 power_ctrl_txpower_decrs:
-0x0559 001977 fetcht 1 ,mem_rssi_avg_received 
-0x055a 001978 setarg rssi_dis_min_24g 
-0x055b 001979 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
-0x055c 001980 setarg rssi_dis_min_ble 
-:      001981 power_ctrl_txpower_decrs_next:
-0x055d 001982 isub temp ,null 
-0x055e 001983 nrtn positive 
-0x055f 001984 fetch 1 ,mem_power_ctrl_level 
-0x0560 001985 beq 0 ,power_ctrl_decrs_level0 
-0x0561 001986 increase -1 ,pdata 
-0x0562 001987 store 1 ,mem_power_ctrl_level 
-0x0563 001988 beq 0 ,power_ctrl_decrs_level0 
-:      001989 power_ctrl_decrs_level1:
-:      001990 power_ctrl_incrs_level1:
-0x0564 001991 jam tx_power_0db ,mem_tx_power 
-0x0565 001992 rtn 
-:      001994 power_ctrl_txpower_incrs_force:
-0x0566 001995 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      001996 power_ctrl_txpower_incrs:
-0x0567 001997 fetch 1 ,mem_power_ctrl_level 
-0x0568 001998 beq 2 ,power_ctrl_incrs_level2 
-0x0569 001999 increase 1 ,pdata 
-0x056a 002000 store 1 ,mem_power_ctrl_level 
-0x056b 002001 beq 1 ,power_ctrl_incrs_level1 
-:      002002 power_ctrl_incrs_level2:
-0x056c 002004 jam tx_power_5db ,mem_tx_power 
-0x056d 002005 rtn 
-:      002007 power_ctrl_decrs_level0:
-0x056e 002009 jam tx_power_f5db ,mem_tx_power 
-0x056f 002010 rtn 
-:      002012 p_g24_start_pairing_sm1:
-0x0570 002013 set1 mark_24g ,mark 
-0x0571 002014 call p_g24_pair_init 
-:      002015 p_g24_set_pairing_sm_1:
-0x0572 002016 jam state_24g_pairing_1 ,mem_24g_pairing_sm 
-0x0573 002017 rtn 
-:      002019 p_g24_pair_init:
-0x0574 002020 jam tx_power_pair ,mem_tx_power 
-0x0575 002021 jam 0 ,mem_24g_pid 
-0x0576 002022 jam g24_pair_ch ,mem_24g_ch 
-0x0577 002023 fetch 4 ,mem_24g_paring_addr 
-0x0578 002024 branch p_g24_update_addr_and_synccrc8 
-:      002026 p_g24_pairing_sm:
-0x0579 002027 fetch 1 ,mem_24g_ensure 
-0x057a 002028 beq ensure_on_24g ,enable_user 
-0x057b 002029 fetch 1 ,mem_24g_pairing_sm 
-0x057c 002030 beq state_24g_pairing_1 ,p_g24_pairing_sm_1 
-0x057d 002031 beq state_24g_pairing_2 ,p_g24_pairing_sm_2 
-0x057e 002032 beq state_24g_pairing_3 ,p_g24_pairing_sm_3 
-0x057f 002033 branch assert 
-:      002035 p_g24_pairing_sm_1:
-0x0580 002036 jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm 
-0x0581 002037 jam 0xaa ,mem_24g_common_temp 
-0x0582 002038 branch p_g24_pairing_sm_common 
-:      002039 p_g24_pairing_sm_2:
-0x0583 002040 jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm 
-0x0584 002041 jam 0x55 ,mem_24g_common_temp 
-0x0585 002042 branch p_g24_pairing_sm_common 
-:      002043 p_g24_pairing_sm_3:
-0x0586 002044 jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm 
-0x0587 002045 jam 0x22 ,mem_24g_common_temp 
-:      002046 p_g24_pairing_sm_common:
-0x0588 002047 fetch 1 ,mem_24g_data_type 
-0x0589 002048 and_into bits_data ,pdata 
-0x058a 002049 store 1 ,mem_24g_common_temp + 1 
-0x058b 002050 fetch 4 ,mem_24g_device_addr 
-0x058c 002051 store 4 ,mem_24g_common_temp + 2 
-:      002052 p_g24_put_pairing_data_in_buff:
-0x058d 002053 jam 0 ,mem_24g_common_temp + 6 
-0x058e 002054 arg mem_24g_common_temp ,rega 
-0x058f 002055 arg 7 ,temp 
-0x0590 002056 call p_g24_put_data_in_buff 
-0x0591 002057 call p_g24_transmit_prep 
-0x0592 002058 call p_g24_txdata_enable_tx 
-0x0593 002059 branch enable_user 
-:      002061 p_g24_paring_mode:
-0x0594 002062 fetch 1 ,mem_24g_pairing_sm 
-0x0595 002063 rtneq state_24g_pairing_success 
-0x0596 002064 beq state_24g_pairing_1_waiting_ack ,p_g24_pairing_sm_1_waiting_ack 
-0x0597 002065 beq state_24g_pairing_2_waiting_ack ,p_g24_pairing_sm_2_waiting_ack 
-0x0598 002066 beq state_24g_pairing_3_waiting_ack ,p_g24_pairing_sm_3_waiting_ack 
-0x0599 002067 rtn 
-:      002070 p_g24_pairing_sm_1_waiting_ack:
-0x059a 002071 jam state_24g_pairing_2 ,mem_24g_pairing_sm 
-0x059b 002072 branch p_g24_transmit_abandon 
-:      002073 p_g24_pairing_sm_2_waiting_ack:
-0x059c 002074 jam state_24g_pairing_3 ,mem_24g_pairing_sm 
-0x059d 002075 branch p_g24_transmit_abandon 
-:      002076 p_g24_pairing_sm_3_waiting_ack:
-0x059e 002077 jam state_24g_pairing_success ,mem_24g_pairing_sm 
-0x059f 002078 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
-0x05a0 002079 call ui_ipc_send_event 
-0x05a1 002080 fetch 4 ,mem_24g_rxpayload + 2 
-0x05a2 002081 call p_g24_update_addr_and_synccrc8 
-0x05a3 002082 branch p_g24_transmit_abandon 
-:      002084 p_g24_start_24g_mode:
-0x05a4 002085 set0 mark_24g ,mark 
-0x05a5 002086 call p_g24_ch_syncword_crc8_init 
-0x05a6 002087 fetch 1 ,mem_24g_pairing_sm 
-0x05a7 002088 rtnne state_24g_pairing_success 
-0x05a8 002089 call p_g24_tx_attemp_data_prep 
-:      002090 p_g24_tx_attemp_dongle:
-0x05a9 002091 setarg 0 
-0x05aa 002092 store 2 ,mem_24g_check_dongle_times 
-:      002093 p_g24_tx_attemp_dongle_loop:
-0x05ab 002094 call lpo_calibration 
-0x05ac 002095 nop 2000 
-0x05ad 002096 fetch 1 ,mem_24g_check_dongle_times 
-0x05ae 002097 beq 0xff ,p_g24_stop_g24_mode 
-0x05af 002098 call p_g24_transmit_receive_ack 
-0x05b0 002099 nbranch p_g24_attemp_txdata_retry ,sync 
-0x05b1 002100 nbranch p_g24_attemp_txdata_retry ,user3 
-:      002101 p_g24_tx_attemp_dongle_succ:
-0x05b2 002102 set1 mark_24g ,mark 
-0x05b3 002103 setarg 0 
-0x05b4 002104 store 2 ,mem_24g_check_dongle_times 
-0x05b5 002105 jam 0 ,mem_mouse_long_mult_flag 
-0x05b6 002106 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
-0x05b7 002107 call ui_ipc_send_event 
-0x05b8 002108 call p_g24_txbuf_clear 
-0x05b9 002109 branch p_g24_transmit_by_interrupt_enable 
-:      002111 p_g24_tx_attemp_data_prep:
-0x05ba 002112 jam 0xff ,mem_24g_common_temp 
-0x05bb 002113 fetch 1 ,mem_24g_data_type 
-0x05bc 002114 store 1 ,mem_24g_common_temp + 1 
-0x05bd 002115 fetch 4 ,mem_24g_device_addr 
-0x05be 002116 store 4 ,mem_24g_common_temp + 2 
-0x05bf 002117 arg 6 ,temp 
-0x05c0 002118 arg mem_24g_common_temp ,rega 
-0x05c1 002119 call p_g24_put_data_in_buff 
-0x05c2 002120 branch p_g24_transmit_prep 
-:      002122 p_g24_attemp_txdata_retry:
-0x05c3 002123 fetch 2 ,mem_24g_check_dongle_times 
-0x05c4 002124 increase 1 ,pdata 
-0x05c5 002125 store 2 ,mem_24g_check_dongle_times 
-0x05c6 002126 call p_g24_ch 
-0x05c7 002127 branch p_g24_tx_attemp_dongle_loop 
-:      002129 p_g24_auto_pair_start:
-0x05c8 002130 set0 mark_24g ,mark 
-0x05c9 002131 call p_g24_auto_pair_all_powerful 
-0x05ca 002132 call p_g24_tx_attemp_data_prep 
-:      002133 p_g24_auto_pair_restart:
-0x05cb 002134 jam 0 ,mem_24g_check_dongle_times 
-:      002135 p_g24_auto_pair_start_loop:
-0x05cc 002136 call lpo_calibration 
-0x05cd 002137 nop 2000 
-0x05ce 002138 fetch 1 ,mem_24g_check_dongle_times 
-0x05cf 002139 beq 0xff ,p_g24_stop_g24_mode 
-0x05d0 002140 call p_g24_transmit_receive_ack 
-0x05d1 002141 nbranch p_g24_auto_pair_retry ,sync 
-0x05d2 002142 nbranch p_g24_auto_pair_retry ,user3 
-0x05d3 002143 call p_g24_ackpayload_parse 
-0x05d4 002144 call p_mouse_tx_power_init 
-0x05d5 002145 fetch 4 ,mem_24g_addr 
-0x05d6 002146 fetcht 4 ,mem_24g_paring_addr 
-0x05d7 002147 isub temp ,null 
-0x05d8 002148 branch p_g24_start_pairing_sm1 ,zero 
-0x05d9 002149 branch p_g24_tx_attemp_dongle_succ 
-:      002151 p_g24_auto_pair_retry:
-0x05da 002152 fetch 1 ,mem_24g_check_dongle_times 
-0x05db 002153 increase 1 ,pdata 
-0x05dc 002154 store 1 ,mem_24g_check_dongle_times 
-0x05dd 002155 fetch 1 ,mem_24g_auto_paring_switch 
-0x05de 002156 increase 1 ,pdata 
-0x05df 002157 and_into 1 ,pdata 
-0x05e0 002158 store 1 ,mem_24g_auto_paring_switch 
-0x05e1 002159 beq 0 ,p_g24_auto_pair_device_attemp 
-0x05e2 002160 beq 1 ,p_g24_auto_pair_pair_attemp 
-0x05e3 002161 rtn 
-:      002163 p_g24_auto_pair_all_powerful:
-0x05e4 002164 jam tx_power_pair ,mem_tx_power 
-0x05e5 002165 setarg 0x0f0f 
-0x05e6 002166 store 2 ,mem_24g_addr 
-0x05e7 002167 istore 2 ,contw 
-:      002168 p_g24_ch_syncword_crc8_init:
-0x05e8 002169 call p_g24_syncword_crc8 
-0x05e9 002170 branch p_g24_ch 
-:      002172 p_g24_auto_pair_device_attemp:
-0x05ea 002173 call p_g24_auto_pair_all_powerful 
-0x05eb 002174 branch p_g24_auto_pair_start_loop 
-:      002176 p_g24_auto_pair_pair_attemp:
-0x05ec 002177 call p_g24_pair_init 
-0x05ed 002178 branch p_g24_auto_pair_start_loop 
-:      002180 p_g24_check_51cmd_stop_24g:
-0x05ee 002181 set0 mark_24g ,mark 
-0x05ef 002182 call le_disable 
-:      002183 p_mouse_disable_g24_pairing_flag:
-0x05f0 002184 arg mosue_24g_pairing_flag ,queue 
-0x05f1 002185 branch mouse_disable_function_flag 
-:      002187 p_g24_put_data_in_buff:
-0x05f2 002188 storet 1 ,mem_24g_datalen 
-0x05f3 002189 copy temp ,loopcnt 
-0x05f4 002190 arg mem_24g_txbuf ,contw 
-0x05f5 002191 copy rega ,contr 
-0x05f6 002192 branch memcpy 
-:      002194 p_g24_read_len_pid_crc:
-0x05f7 002196 fetch 1 ,mem_24g_rxbuf + 1 
-0x05f8 002197 rshift3 pdata ,pdata 
-0x05f9 002198 store 1 ,mem_24g_rxdata_length 
-0x05fa 002200 increase 1 ,pdata 
-0x05fb 002201 arg mem_24g_rxbuf + 1 ,contr 
-0x05fc 002202 iadd contr ,contr 
-0x05fd 002203 ifetch 3 ,contr 
-0x05fe 002204 store 3 ,mem_24g_sta_crc 
-0x05ff 002206 fetch 1 ,mem_24g_rxbuf + 1 
-0x0600 002207 rshift pdata ,pdata 
-0x0601 002208 and pdata ,0x03 ,pdata 
-0x0602 002209 store 1 ,mem_24g_sta_pid 
-0x0603 002210 rtn 
-:      002213 p_set_freq_tx:
-0x0604 002214 storet 1 ,mem_last_freq 
-0x0605 002215 add temp ,0 ,rega 
-0x0606 002216 call rf_write_freq 
-0x0607 002217 setarg param_pll_setup 
-0x0608 002218 call sleep 
-:      002219 p_rf_tx_enable:
-0x0609 002220 jam 0x1 ,rfen_adc 
-0x060a 002221 jam 0x3c ,rfen_rx 
-0x060b 002222 jam 0xe0 ,rfen_tx 
-0x060c 002223 nop 10 
-0x060d 002224 jam 0x01 ,rfen_mdm 
-0x060e 002225 jam 0x3d ,rfen_mdm 
-0x060f 002226 nop 10 
-0x0610 002227 jam 0xb7 ,rfen_sn 
-0x0611 002228 nop 10 
-0x0612 002229 jam 0x7d ,rfen_mdm 
-0x0613 002230 fetch 1 ,mem_tx_power 
-0x0614 002231 beq tx_power_0db ,p_set_tx_power_0db 
-0x0615 002233 beq tx_power_5db ,p_set_tx_power_5db 
-0x0616 002235 beq tx_power_f5db ,p_set_tx_power_f5db 
-0x0617 002236 beq tx_power_pair ,p_set_tx_power_pair 
-0x0618 002237 branch p_set_tx_power_0db 
-:      002239 p_set_tx_power_0db:
-0x0619 002240 call p_rx_low_sens 
-0x061a 002241 jam 0xd0 ,0x8955 
-0x061b 002242 jam 0xe0 ,0x8956 
-0x061c 002243 jam 0x6c ,0x8958 
-0x061d 002244 branch set_tx_power_0db 
-:      002256 p_set_tx_power_5db:
-0x061e 002257 call p_rx_high_sens 
-0x061f 002258 jam 0xd0 ,0x8955 
-0x0620 002259 jam 0xe0 ,0x8956 
-0x0621 002260 jam 0x3c ,0x8958 
-0x0622 002261 branch set_tx_power_5db 
-:      002273 p_set_tx_power_f5db:
-0x0623 002274 call p_rx_low_sens 
-0x0624 002275 jam 0xd0 ,0x8955 
-0x0625 002276 jam 0xc0 ,0x8956 
-0x0626 002277 jam 0x6c ,0x8958 
-0x0627 002278 branch set_tx_power_f5db 
-:      002280 p_rx_low_sens:
-0x0628 002281 jam 0x5b ,0x894c 
-0x0629 002282 jam 0x96 ,0x894d 
-0x062a 002283 jam 0x2c ,0x894e 
-0x062b 002284 jam 0x46 ,0x894f 
-0x062c 002285 rtn 
-:      002287 p_rx_high_sens:
-0x062d 002288 jam 0xfb ,0x894c 
-0x062e 002289 jam 0xef ,0x894d 
-0x062f 002290 jam 0xec ,0x894e 
-0x0630 002291 jam 0x5e ,0x894f 
-0x0631 002292 rtn 
-:      002294 p_set_tx_power_pair:
-0x0632 002295 jam 0xc2 ,0x8956 
-0x0633 002296 jam 0xd0 ,0x8955 
-0x0634 002297 rtn 
-:      002299 p_shutdown_radio:
-0x0635 002300 force 8 ,radio_ctrl 
-0x0636 002301 branch shutdown_radio + 1 
-:      002304 p_g24_timer_check:
-0x0637 002305 call disable_user 
-0x0638 002306 fetcht 4 ,mem_24g_tx_btclk 
-0x0639 002307 copy clkn_bt ,pdata 
-0x063a 002308 isub temp ,null 
-0x063b 002309 ncall g24_timer_timeout ,positive 
-0x063c 002310 copy pdata ,regb 
-0x063d 002311 fetch 4 ,mem_24g_tx_btclk 
-0x063e 002312 fetcht 1 ,mem_24g_interval 
-0x063f 002313 iadd temp ,temp 
-0x0640 002314 copy regb ,pdata 
-0x0641 002315 isub temp ,null 
-0x0642 002316 nrtn positive 
-0x0643 002317 set0 28 ,pdata 
-0x0644 002318 store 4 ,mem_24g_tx_btclk 
-0x0645 002319 branch enable_user 
-:      002321 p_rssi_noise:
-0x0646 002322 call save_rssi 
-0x0647 002323 rtn blank 
-0x0648 002324 fetcht 1 ,mem_rssi_noise_index 
-0x0649 002325 arg mem_rssi_noise_buffer ,rega 
-0x064a 002326 call p_rssi_store 
-0x064b 002327 storet 1 ,mem_rssi_noise_index 
-0x064c 002328 rtn 
-:      002330 p_rssi_store:
-0x064d 002331 copy rega ,pdata 
-0x064e 002332 iadd temp ,contw 
-0x064f 002333 fetch 1 ,mem_rssi 
-0x0650 002334 istore 1 ,contw 
-0x0651 002335 increase 1 ,temp 
-0x0652 002336 and_into rssi_buf_len_signal ,temp 
-0x0653 002337 rtn 
-:      002338 p_rssi_average:
-0x0654 002339 arg 0 ,temp 
-0x0655 002340 arg rssi_buf_len_signal + 1 ,loopcnt 
-0x0656 002341 copy rega ,contr 
-:      002342 p_rssi_average_loop:
-0x0657 002343 ifetch 1 ,contr 
-0x0658 002344 iadd temp ,temp 
-0x0659 002345 loop p_rssi_average_loop 
-0x065a 002346 rshift3 temp ,pdata 
-0x065b 002347 copy pdata ,temp 
-0x065c 002348 rtnmark0 mark_24g 
-0x065d 002350 div pdata ,10 
-0x065e 002351 call wait_div_end 
-0x065f 002352 quotient pdata 
-0x0660 002353 lshift4 pdata ,pdata 
-0x0661 002354 remainder temp 
-0x0662 002355 ior temp ,temp 
-0x0663 002356 rtn 
-0x0664 002357 rtn 
-:      002359 p_g24_update_addr_and_synccrc8:
-0x0665 002360 store 4 ,mem_24g_addr 
-:      002363 p_g24_syncword_crc8:
-0x0666 002364 arg 0 ,rega 
-0x0667 002365 arg 4 ,loopcnt 
-0x0668 002366 arg mem_24g_addr ,contr 
-:      002367 p_g24_syncword_crc8_loop:
-0x0669 002368 ifetch 1 ,contr 
-0x066a 002369 iadd rega ,rega 
-0x066b 002370 loop p_g24_syncword_crc8_loop 
-0x066c 002371 copy rega ,pdata 
-0x066d 002372 store 2 ,mem_24g_syncword 
-0x066e 002373 fetch 1 ,mem_24g_syncword 
-0x066f 002374 fetcht 1 ,mem_24g_syncword + 1 
-0x0670 002375 iadd temp ,pdata 
-0x0671 002376 store 1 ,mem_24g_syncword_crc8 
-0x0672 002377 rtn 
-:      002380 p_g24_transmit_prep:
-0x0673 002383 fetch 1 ,mem_24g_datalen 
-0x0674 002384 increase 2 ,pdata 
-0x0675 002385 store 1 ,mem_24g_txlen 
-0x0676 002387 fetch 1 ,mem_24g_data_type 
-0x0677 002388 store 1 ,mem_24g_txpayload 
-0x0678 002390 fetch 1 ,mem_24g_datalen 
-0x0679 002391 lshift3 pdata ,pdata 
-0x067a 002392 fetcht 1 ,mem_24g_pid 
-0x067b 002393 and temp ,0x03 ,temp 
-0x067c 002394 lshift temp ,temp 
-0x067d 002395 ior temp ,pdata 
-0x067e 002396 fetcht 1 ,mem_24g_no_ack 
-0x067f 002397 iadd temp ,pdata 
-0x0680 002398 istore 1 ,contw 
-0x0681 002400 fetch 1 ,mem_24g_datalen 
-0x0682 002401 iforce loopcnt 
-0x0683 002402 arg mem_24g_txbuf ,contr 
-0x0684 002403 branch memcpy 
-:      002405 p_g24_ch:
-0x0685 002406 fetcht 1 ,mem_24g_current_ch_number 
-0x0686 002407 call p_g24_ch_map_size 
-0x0687 002408 storet 1 ,mem_24g_current_ch_number 
-0x0688 002409 rtn 
-:      002411 p_g24_ch_map_size:
-0x0689 002412 call p_g24_ch_calc 
-0x068a 002413 increase 1 ,temp 
-0x068b 002414 and_into 3 ,temp 
-0x068c 002415 rtn 
-:      002417 p_g24_ch_calc:
-0x068d 002418 fetch 1 ,mem_24g_addr 
-0x068e 002419 and_into 0x03 ,pdata 
-0x068f 002420 mul32 pdata ,4 ,rega 
-0x0690 002421 setarg mem_24g_ch_map1 
-0x0691 002422 iadd rega ,pdata 
-0x0692 002423 iadd temp ,contr 
-0x0693 002424 ifetch 1 ,contr 
-0x0694 002425 store 1 ,mem_24g_ch 
-0x0695 002426 rtn 
-:      002428 p_g24_prep:
-0x0696 002429 disable enable_crc 
-0x0697 002430 disable enable_white 
-0x0698 002431 setarg 0x555555 
-0x0699 002432 iforce crc24_init 
-0x069a 002433 fetch 1 ,mem_24g_ch 
-0x069b 002434 reverse pdata ,temp 
-0x069c 002435 set1 1 ,temp 
-0x069d 002436 rshift temp ,white_init 
-0x069e 002437 rtn 
-:      002439 p_g24_receive_packet:
-0x069f 002440 call le_enable 
-0x06a0 002441 fetch 4 ,mem_24g_addr 
-0x06a1 002442 iforce access 
-0x06a2 002443 call set_sync_on 
-0x06a3 002444 fetcht 1 ,mem_24g_ch 
-0x06a4 002445 call set_freq_rx 
-0x06a5 002446 setarg param_pll_setup 
-0x06a6 002447 call sleep 
-0x06a7 002448 call rf_rx_enable 
-:      002449 p_g24_receive_rxon:
-0x06a8 002452 call p_g24_prep 
-0x06a9 002453 disable user3 
-0x06aa 002454 enable decode_fec0 
-0x06ab 002455 enable is_rx 
-0x06ac 002456 disable is_tx 
-0x06ad 002457 enable swfine 
-0x06ae 002458 fetch 2 ,mem_24g_rx_window 
-0x06af 002459 iforce stop_watch 
-0x06b0 002460 correlate null ,timeout 
-0x06b1 002461 nbranch p_g24_sync_timeout ,sync 
-0x06b2 002464 disable decode_fec0 
-0x06b3 002465 enable decode_fec1 
-0x06b4 002466 enable enable_white 
-0x06b5 002467 enable enable_crc 
-0x06b6 002468 call p_g24_receive_byte 
-0x06b7 002469 store 1 ,mem_24g_get_syncword_crc8 
-0x06b8 002470 fetcht 1 ,mem_24g_syncword_crc8 
-0x06b9 002471 isub temp ,null 
-0x06ba 002472 nbranch p_g24_end_of_packet ,zero 
-0x06bb 002473 call p_g24_receive_byte 
-0x06bc 002474 store 1 ,mem_24g_rxbuf 
-0x06bd 002475 fetch 1 ,mem_24g_mode 
-0x06be 002476 sub pdata ,rx_24g ,null 
-0x06bf 002477 branch p_g24_receive_skip ,zero 
-0x06c0 002478 fetch 1 ,mem_24g_rxbuf 
-0x06c1 002479 fetcht 1 ,mem_24g_data_type 
-0x06c2 002480 icompare bits_data ,temp 
-0x06c3 002481 nbranch p_g24_end_of_packet ,true 
-:      002482 p_g24_receive_skip:
-0x06c4 002483 call p_g24_receive_byte 
-0x06c5 002484 istore 1 ,contw 
-0x06c6 002485 rshift3 pdata ,pdata 
-0x06c7 002486 and pdata ,0x1f ,loopcnt 
-0x06c8 002487 branch p_g24rx_nopayload ,zero 
-:      002488 p_g24rx_loop:
-0x06c9 002489 call p_g24_receive_byte 
-0x06ca 002490 istore 1 ,contw 
-0x06cb 002491 loop p_g24rx_loop 
-:      002492 p_g24rx_nopayload:
-0x06cc 002494 copy contw ,rega 
-0x06cd 002495 call p_g24_receive_byte 
-0x06ce 002496 store 1 ,mem_rssi_hex_received 
-0x06cf 002497 copy rega ,contw 
-0x06d0 002498 parse demod ,bucket ,24 
-0x06d1 002499 enable swfine 
-0x06d2 002500 arg param_sifs ,stop_watch 
-0x06d3 002501 rshift32 pdata ,pdata 
-0x06d4 002502 rshift16 pdata ,pdata 
-0x06d5 002503 istore 3 ,contw 
-0x06d6 002504 disable decode_fec1 
-0x06d7 002505 branch p_g24_end_of_packet ,crc_failed 
-0x06d8 002508 enable user3 
-0x06d9 002509 fetch 1 ,mem_last_freq 
-0x06da 002510 add pdata ,0 ,rega 
-0x06db 002511 call rf_write_freq 
-0x06dc 002512 disable decode_fec0 
-0x06dd 002513 call set_sync_on 
-0x06de 002514 fetch 1 ,mem_rssi_hex_received 
-0x06df 002515 call p_rssi_signal 
-0x06e0 002516 rtn 
-:      002518 p_g24_receive_byte:
-0x06e1 002519 parse demod ,bucket ,8 
-0x06e2 002520 rshift3 pwindow ,pdata 
-0x06e3 002521 rtn 
-:      002523 p_g24_end_of_packet:
-0x06e4 002524 disable encode_fec1 
-0x06e5 002525 disable decode_fec1 
-0x06e6 002526 call end_of_packet 
-0x06e7 002527 rtn 
-:      002529 p_g24_sync_timeout:
-0x06e8 002530 branch p_g24_end_of_packet 
-:      002532 p_g24_set_freq_tx:
-0x06e9 002533 call set_sync_on 
-0x06ea 002534 fetcht 1 ,mem_24g_ch 
-0x06eb 002535 branch set_freq_tx 
-:      002537 p_g24_transmit:
-0x06ec 002538 call le_enable 
-0x06ed 002539 fetch 4 ,mem_24g_addr 
-0x06ee 002540 iforce access 
-0x06ef 002541 call p_g24_prep 
-0x06f0 002542 call p_g24_set_freq_tx 
-0x06f1 002543 set1 txgfsk ,radio_ctrl 
-0x06f2 002544 enable encode_fec0 
-0x06f3 002545 enable is_tx 
-0x06f4 002546 disable is_rx 
-0x06f5 002549 rshift16 access ,pdata 
-0x06f6 002550 rshift8 pdata ,pdata 
-0x06f7 002551 rshift4 pdata ,pdata 
-0x06f8 002552 inject mod ,40 
-0x06f9 002553 disable encode_fec0 
-0x06fa 002554 enable encode_fec1 
-0x06fb 002555 enable enable_white 
-0x06fc 002556 enable enable_crc 
-0x06fd 002557 fetch 1 ,mem_24g_syncword_crc8 
-0x06fe 002558 inject mod ,8 
-0x06ff 002559 fetch 1 ,mem_24g_txlen 
-0x0700 002560 iforce loopcnt 
-0x0701 002561 arg mem_24g_txpayload ,contr 
-:      002562 p_g24tr_loop:
-0x0702 002563 ifetch 1 ,contr 
-0x0703 002564 inject mod ,8 
-0x0704 002565 loop p_g24tr_loop 
-0x0705 002568 enable enable_parity 
-0x0706 002569 inject mod ,24 
-0x0707 002570 disable enable_parity 
-0x0708 002571 until null ,tx_clear 
-0x0709 002572 nop 100 
-0x070a 002573 disable encode_fec0 
-0x070b 002574 disable encode_fec1 
-0x070c 002575 rtn 
-:      002579 p_mouse_data_init:
-0x070d 002580 jam 7 ,mem_mouse_data_queue 
-0x070e 002581 jam 4 ,mem_mouse_data_queue + 1 
-0x070f 002582 setarg mem_mouse_data_queue 
-0x0710 002583 store 2 ,mem_queue_ptr 
-0x0711 002584 branch queue_init 
-:      002586 p_mouse_data_push:
-0x0712 002587 arg mem_mouse_key ,rega 
-0x0713 002588 call queue_push 
-0x0714 002589 call p_mouse_queue_increase ,user 
-0x0715 002591 rtn 
-:      002592 p_mouse_queue_increase:
-0x0716 002593 fetch 1 ,mem_mouse_data_queue_num 
-0x0717 002594 increase 1 ,pdata 
-0x0718 002595 store 1 ,mem_mouse_data_queue_num 
-0x0719 002596 rtn 
-:      002598 p_mouse_data_pull:
-0x071a 002599 arg mem_mouse_key ,rega 
-0x071b 002600 call queue_pop 
-0x071c 002601 branch p_mouse_fill_data_le ,user 
-0x071d 002602 rtn 
-:      002604 p_mouse_fill_data_le:
-0x071e 002605 call le_clear_md 
-0x071f 002606 fetch 1 ,mem_mouse_data_queue_num 
-0x0720 002607 sub pdata ,1 ,null 
-0x0721 002608 ncall le_set_md ,positive 
-0x0722 002609 fetch 1 ,mem_mouse_data_queue_num 
-0x0723 002610 rtn blank 
-0x0724 002611 increase -1 ,pdata 
-0x0725 002612 store 1 ,mem_mouse_data_queue_num 
-0x0726 002613 branch mouse_fill_data_le 
+0x000d 000078 beq patch1d_1 ,p_mouse_bb_disconnected 
+0x000e 000079 beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
+0x000f 000080 beq patch1d_3 ,p_mouse_start_discovery 
+0x0010 000081 beq patch1d_4 ,p_mouse_stop_discovery 
+0x0011 000082 branch loop 
+:      000083 pf_patch_ext:
+0x0012 000084 beq patch27_1 ,p_le_slave_match 
+0x0013 000085 beq patch28_3 ,p_le_next_adv_channel 
+0x0014 000086 beq patch29_2 ,p_le_receive_skip 
+0x0015 000087 beq patch2a_7 ,p_le_update_param 
+0x0016 000088 beq patch2b_1 ,p_le_update_channel_map 
+0x0017 000089 beq patch2c_3 ,p_le_prepare_tx 
+0x0018 000090 beq patch2c_6 ,p_le_parse 
+0x0019 000091 beq patch2c_7 ,p_le_parse_l2cap 
+0x001a 000092 beq patch2d_2 ,p_le_adv_not_match 
+0x001b 000093 beq patch2e_7 ,p_le_lpm_setmult 
+0x001c 000094 beq patch3f_2 ,p_check_51cmd_once_continue 
+0x001d 000095 beq patch31_4 ,p_twspi_reset 
+0x001e 000096 branch loop 
+:      000099 p_rssi_signal:
+0x001f 000100 copy pdata ,rega 
+0x0020 000101 fetcht 1 ,mem_rssi_signal_index 
+0x0021 000102 setarg mem_rssi_signal_buf 
+0x0022 000103 iadd temp ,contw 
+0x0023 000104 copy rega ,pdata 
+0x0024 000105 istore 1 ,contw 
+0x0025 000106 increase 1 ,temp 
+0x0026 000107 and_into rssi_buf_len_signal ,temp 
+0x0027 000108 storet 1 ,mem_rssi_signal_index 
+0x0028 000109 rtn 
+:      000111 p_soft_reset_0:
+0x0029 000112 call p_mouse_select_device_button_wakeup_check 
+0x002a 000113 branch soft_reset + 1 
+:      000115 p_mouse_select_device_button_wakeup_check:
+0x002b 000116 jam 0 ,mem_mouse_select_device_button_wakeup_flag 
+0x002c 000117 call p_mouse_pb_button_check 
+0x002d 000118 rtn true 
+0x002e 000119 call delay_10ms 
+0x002f 000120 call p_mouse_pb_button_check 
+0x0030 000121 rtn true 
+0x0031 000122 jam 1 ,mem_mouse_select_device_button_wakeup_flag 
+0x0032 000123 rtn 
+:      000126 p_mouse_switch_hwakeup_bypb:
+0x0033 000127 fetch 1 ,mem_mouse_select_device_button_wakeup_flag 
+0x0034 000128 rtn blank 
+0x0035 000135 call p_mouse_switch_device_flag 
+0x0036 000137 branch p_mouse_store_device_number2eeprom 
+:      000139 p_soft_reset_1:
+0x0037 000140 arg mem_sp_state ,contw 
+0x0038 000141 arg 12 ,loopcnt 
+0x0039 000142 call clear_mem 
+0x003a 000143 call p_mouse_le_txbuff_load 
+0x003b 000144 call rfcomm_init 
+0x003c 000145 call init_lmp 
+0x003d 000146 ncall lpm_disable_exen_output ,wake 
+0x003e 000147 call ui_init + 1 
+0x003f 000148 branch soft_reset + 11 
+:      000150 p_init_param:
+0x0040 000151 setarg param_le_version 
+0x0041 000152 store 3 ,mem_lmp_version 
+0x0042 000153 setarg param_le_subversion 
+0x0043 000154 store 2 ,mem_lmp_version + 3 
+0x0044 000155 branch init_param + 12 
+:      000157 p_lpm_check_wake_lock:
+0x0045 000158 rtnmark1 mark_24g 
+0x0046 000159 fetch 1 ,mem_mouse_multi_led_state 
+0x0047 000160 nbranch disable_blank ,blank 
+0x0048 000161 fetch 1 ,mem_mouse_multi_led_on_timer 
+0x0049 000162 nbranch disable_blank ,blank 
+0x004a 000163 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x004b 000164 branch disable_blank ,blank 
+0x004c 000165 fetch 1 ,mem_mouse_le_conn_param_reject 
+0x004d 000166 beq le_lpm_disable ,disable_blank 
+0x004e 000167 fetch 1 ,mem_mouse_wheel_trigger 
+0x004f 000168 nbranch disable_blank ,blank 
+0x0050 000169 branch enable_blank 
+:      000171 p_g24_dispatch:
+0x0051 000172 rtnmark0 mark_24g 
+0x0052 000173 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x0053 000174 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
+:      000175 p_g24_transmit_process:
+0x0054 000176 call p_g24_txdata_prep 
+0x0055 000177 nbranch p_g24_nodata_transmit ,user 
+0x0056 000178 call p_g24_rf_sta_check 
+:      000179 p_g24_transmit_start:
+0x0057 000180 call p_g24_transmit_packet 
+0x0058 000181 fetch 1 ,mem_24g_pairing_sm 
+0x0059 000182 rtnne state_24g_pairing_success 
+0x005a 000183 call power_ctrl_start 
+0x005b 000184 call g24_long_sleep_shorter_param_update 
+0x005c 000185 fetch 1 ,mem_mouse_multi_led_state 
+0x005d 000186 beq on ,p_g24_transmit_by_interrupt_enable 
+:      000187 p_g24_short_sleep:
+0x005e 000188 call p_g24_lpm_wait 
+0x005f 000189 nrtn user 
+0x0060 000190 call p_clear_wake 
+0x0061 000191 setarg 60500 
+0x0062 000192 branch lpm_dispatch_sleep 
+:      000194 g24_long_sleep_shorter_param_update:
+0x0063 000197 setarg g24_long_sleep_step1 
+0x0064 000198 store 3 ,mem_24g_enter_hibernate 
+0x0065 000199 jam 20 ,mem_24g_long_sleep_param_update_timer 
+0x0066 000200 rtn 
+:      000202 p_g24_transmit_by_interrupt:
+0x0067 000203 call p_g24_timer_check 
+0x0068 000204 nrtn user 
+0x0069 000205 call p_g24_interval_calibrate 
+0x006a 000206 fetch 1 ,mem_24g_transmit_by_interrupt_exit_count 
+0x006b 000207 increase 1 ,pdata 
+0x006c 000208 store 1 ,mem_24g_transmit_by_interrupt_exit_count 
+0x006d 000209 sub pdata ,25 ,null 
+0x006e 000210 call p_g24_transmit_by_interrupt_exit ,zero 
+0x006f 000211 branch p_g24_transmit_process 
+:      000212 p_g24_transmit_by_interrupt_exit:
+0x0070 000213 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0x0071 000214 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
+:      000215 p_g24_interval_min:
+0x0072 000216 jam 0 ,mem_24g_pac_index 
+0x0073 000217 fetch 1 ,mem_24g_interval_min 
+:      000218 p_g24_current_interval_store:
+0x0074 000219 store 1 ,mem_24g_interval 
+0x0075 000220 rtn 
+:      000221 p_g24_interval_max:
+0x0076 000222 fetch 1 ,mem_24g_interval_max 
+0x0077 000223 branch p_g24_current_interval_store 
+:      000224 p_g24_interval_calibrate:
+0x0078 000225 fetch 1 ,mem_24g_pac_index 
+0x0079 000226 increase 1 ,pdata 
+0x007a 000227 store 1 ,mem_24g_pac_index 
+0x007b 000228 beq 4 ,p_g24_interval_max 
+0x007c 000229 beq 5 ,p_g24_interval_min 
+0x007d 000230 rtn 
+:      000232 p_g24_nodata_transmit:
+0x007e 000233 fetch 1 ,mem_24g_abort_pac 
+0x007f 000234 call p_g24_send_abort_packet ,blank 
+0x0080 000235 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x0081 000236 nrtn blank 
+0x0082 000237 fetch 1 ,mem_mouse_multi_led_state 
+0x0083 000238 rtneq on 
+:      000239 p_g24_long_sleep:
+0x0084 000240 call p_g24_lpm_wait 
+0x0085 000241 nrtn user 
+0x0086 000242 fetch 3 ,mem_24g_enter_hibernate 
+0x0087 000243 call clk2lpo 
+0x0088 000244 storet 4 ,mem_sleep_counter 
+0x0089 000245 branch lpm_sleep 
+:      000247 p_g24_lpm_wait:
+0x008a 000248 enable user 
+0x008b 000249 call lpo_calibration 
+0x008c 000250 fetch 3 ,mem_clks_per_lpo 
+0x008d 000251 branch disable_user ,blank 
+0x008e 000252 fetch 1 ,mem_lpm_mode 
+0x008f 000253 branch disable_user ,blank 
+0x0090 000254 fetch 1 ,mem_sp_local_key_invalid 
+0x0091 000255 branch disable_user ,blank 
+0x0092 000256 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x0093 000257 beq g24_tx_timer_int_enable ,disable_user 
+:      000258 p_mouse_setgpio_lpm:
+:      000259 p_mouse_set_sdio_high:
+0x0094 000260 fetch 1 ,mem_mouse_init_sensor_reset_flag 
+0x0095 000261 rtn blank 
+0x0096 000262 call p_mouse_seting_dpi_diff 
+0x0097 000263 call p_clear_wake 
+:      000264 p_mouse_setgpio_lpm_before:
+0x0098 000265 call mouse_lpm_before_common 
+0x0099 000266 hfetch 4 ,core_gpio_oe0 
+0x009a 000267 hfetcht 4 ,core_gpio_pu0 
+0x009b 000268 ior temp ,temp 
+0x009c 000269 invert temp ,temp 
+0x009d 000270 hstoret 4 ,core_gpio_pd0 
+:      000271 p_set_ice_gpio:
+0x009e 000272 fetcht 1 ,mem_mouse_bt_led_gpio 
+0x009f 000273 call gpio_config_input 
+0x00a0 000274 fetcht 1 ,mem_mouse_bt_led_gpio 
+0x00a1 000275 set1 gpio_active_bit ,temp 
+0x00a2 000276 arg core_gpio_pu0 ,contw 
+0x00a3 000277 branch gpio_set_bit 
+:      000279 p_g24_send_abort_packet:
+0x00a4 000280 jam 1 ,mem_24g_abort_pac 
+0x00a5 000281 jam 0 ,mem_24g_rf_hop_ch 
+0x00a6 000282 call p_g24_transmit_rf_ctrl_clear 
+0x00a7 000283 store 1 ,mem_24g_txbuf 
+0x00a8 000284 setarg 0 
+0x00a9 000285 store 7 ,mem_24g_txbuf + 1 
+0x00aa 000286 fetch 4 ,mem_24g_device_addr 
+0x00ab 000287 store 4 ,mem_24g_txbuf + 8 
+0x00ac 000288 jam 12 ,mem_24g_datalen 
+0x00ad 000289 fetch 1 ,mem_24g_data_type 
+0x00ae 000290 set1 bit_abort ,pdata 
+0x00af 000291 store 1 ,mem_24g_data_type 
+0x00b0 000292 call p_g24_txdata_enable_tx 
+0x00b1 000293 branch p_g24_transmit_start 
+:      000304 p_g24_transmit_rf_sta_init:
+0x00b2 000305 jam 1 ,mem_24g_rf_last_sta 
+0x00b3 000306 jam 0 ,mem_24g_sync_cnt 
+:      000307 p_g24_transmit_rf_ctrl_clear:
+0x00b4 000308 fetch 1 ,mem_24g_data_type 
+0x00b5 000309 and_into bits_data ,pdata 
+0x00b6 000310 store 1 ,mem_24g_data_type 
+0x00b7 000311 rtn 
+:      000313 p_g24_hop_ch_enable:
+0x00b8 000314 fetch 1 ,mem_24g_data_type 
+0x00b9 000315 set1 bit_hop ,pdata 
+0x00ba 000316 store 1 ,mem_24g_data_type 
+0x00bb 000318 store 1 ,mem_24g_txpayload 
+0x00bc 000319 rtn 
+:      000320 p_g24_hop_ch_disable:
+0x00bd 000321 fetch 1 ,mem_24g_data_type 
+0x00be 000322 set0 bit_hop ,pdata 
+0x00bf 000323 store 1 ,mem_24g_data_type 
+0x00c0 000324 rtn 
+:      000326 p_g24_transmit_hop_pac_fail:
+0x00c1 000327 call power_ctrl_pac_succ_decrs 
+0x00c2 000328 fetch 1 ,mem_24g_rf_work_stage 
+0x00c3 000329 beq 1 ,p_g24_transmit_hop_pac_fail_wo_hop 
+0x00c4 000330 beq 2 ,p_g24_transmit_hop_pac_fail_hop_stage2 
+0x00c5 000331 rtn 
+:      000332 p_g24_transmit_hop_pac_fail_wo_hop:
+0x00c6 000333 jam 2 ,mem_24g_sync_cnt 
+:      000334 p_g24_transmit_hop_pac_fail_stage1:
+0x00c7 000335 jam 0 ,mem_24g_hop_pac_retry 
+0x00c8 000336 jam 0 ,mem_24g_rf_last_sta 
+0x00c9 000337 branch p_g24_transmit_rf_ctrl_clear 
+:      000339 p_g24_transmit_hop_pac_fail_hop_stage2:
+0x00ca 000340 jam 0 ,mem_24g_rf_hop_ch 
+0x00cb 000341 branch p_g24_transmit_hop_pac_fail_stage1 
+:      000344 p_g24_transmit_pac_fail_hop_stage3:
+0x00cc 000345 fetch 2 ,mem_24g_txfail_cnt 
+0x00cd 000346 increase 1 ,pdata 
+0x00ce 000347 store 2 ,mem_24g_txfail_cnt 
+0x00cf 000348 bbit1 10 ,p_g24_tx_attempt_fail 
+0x00d0 000349 fetch 1 ,mem_24g_rf_hop_ch 
+0x00d1 000350 beq 1 ,p_g24_rf_hop_fastly 
+0x00d2 000351 jam 1 ,mem_24g_rf_hop_ch 
+:      000352 p_g24_rf_hop_attemp_again:
+0x00d3 000353 fetch 1 ,mem_24g_rf_hop_ch 
+0x00d4 000354 bne 1 ,p_g24_transmit_rf_ctrl_clear 
+:      000355 p_g24_rf_hop_fastly:
+0x00d5 000356 fetch 1 ,mem_24g_hop_fastly_cnt 
+0x00d6 000357 increase 1 ,pdata 
+0x00d7 000358 store 1 ,mem_24g_hop_fastly_cnt 
+0x00d8 000359 beq 4 ,p_g24_rf_hop_fastly_exit 
+0x00d9 000360 call p_g24_ch 
+0x00da 000361 jam 2 ,mem_24g_max_retry 
+0x00db 000362 branch p_g24_transmit_packet 
+:      000364 p_g24_rf_hop_fastly_exit:
+0x00dc 000365 call power_ctrl_pac_succ_decrs 
+0x00dd 000366 jam 0 ,mem_24g_hop_fastly_cnt 
+0x00de 000367 branch p_g24_transmit_rf_ctrl_clear 
+:      000369 p_g24_transmit_hop_pac_succ_wo_hop:
+0x00df 000370 jam 2 ,mem_24g_sync_cnt 
+:      000371 p_g24_transmit_hop_pac_succ:
+0x00e0 000372 jam 1 ,mem_24g_rf_last_sta 
+0x00e1 000373 jam 0 ,mem_24g_rf_hop_ch 
+0x00e2 000374 branch p_g24_transmit_rf_ctrl_clear 
+:      000376 p_g24_transmit_succ_rf_config:
+0x00e3 000377 fetch 1 ,mem_24g_rf_work_stage 
+0x00e4 000378 beq 3 ,p_g24_transmit_hop_pac_succ 
+0x00e5 000379 fetch 1 ,mem_24g_data_type 
+0x00e6 000380 isolate0 bit_hop ,pdata 
+0x00e7 000381 branch p_g24_transmit_rf_sta_init ,true 
+0x00e8 000382 fetch 1 ,mem_24g_rf_work_stage 
+0x00e9 000383 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
+0x00ea 000384 beq 2 ,p_g24_transmit_hop_pac_succ 
+0x00eb 000385 rtn 
+:      000387 p_g24_rf_sta_check:
+0x00ec 000388 fetch 1 ,mem_24g_pairing_sm 
+0x00ed 000389 rtnne state_24g_pairing_success 
+0x00ee 000390 call p_g24_rf_laststa_synccnt_check 
+0x00ef 000391 ncall p_g24_rf_sync_cnt_check ,user2 
+0x00f0 000392 rtn 
+:      000394 p_g24_rf_laststa_synccnt_check:
+0x00f1 000395 disable user2 
+0x00f2 000396 fetch 1 ,mem_24g_rf_last_sta 
+0x00f3 000397 rtnne 1 
+0x00f4 000398 fetch 1 ,mem_24g_sync_cnt 
+0x00f5 000399 rtnne 0 
+0x00f6 000400 jam 1 ,mem_24g_rf_work_stage 
+0x00f7 000401 jam 4 ,mem_24g_max_retry 
+0x00f8 000402 branch enable_user2 
+:      000404 p_g24_rf_sync_cnt_check:
+0x00f9 000405 fetch 1 ,mem_24g_sync_cnt 
+0x00fa 000406 branch p_g24_rf_hop_attemp ,blank 
+0x00fb 000407 increase -1 ,pdata 
+0x00fc 000408 store 1 ,mem_24g_sync_cnt 
+0x00fd 000409 jam 2 ,mem_24g_rf_work_stage 
+0x00fe 000410 jam 4 ,mem_24g_max_retry 
+0x00ff 000411 branch p_g24_ch 
+:      000413 p_g24_rf_hop_attemp:
+0x0100 000414 jam 3 ,mem_24g_rf_work_stage 
+0x0101 000415 fetch 1 ,mem_24g_rf_hop_ch 
+0x0102 000416 nbranch p_g24_rf_hop_attemp_again ,blank 
+0x0103 000417 jam 2 ,mem_24g_max_retry 
+0x0104 000418 branch p_g24_ch 
+:      000420 p_g24_txdata_prep:
+0x0105 000421 fetch 1 ,mem_24g_pairing_sm 
+0x0106 000422 bne state_24g_pairing_success ,p_g24_pairing_sm 
+:      000423 p_g24_txdata_prep_packeage_data:
+0x0107 000424 call p_g24_package_data 
+:      000425 p_g24_txdata_enable_tx:
+0x0108 000426 call p_g24_transmit_prep 
+0x0109 000427 jam ensure_on_24g ,mem_24g_ensure 
+0x010a 000428 rtn 
+:      000430 p_g24_package_data:
+0x010b 000431 fetch 2 ,mem_cb_24g_data 
+0x010c 000432 call callback_func 
+0x010d 000433 branch p_g24_accumulate_mouse_data ,user 
+0x010e 000434 fetch 7 ,mem_24g_txbuf + 1 
+0x010f 000435 rtn blank 
+0x0110 000436 branch enable_user 
+:      000437 p_g24_accumulate_mouse_data:
+0x0111 000438 call p_mouse_data_xy_release 
+0x0112 000439 jam 0 ,mem_24g_abort_pac 
+0x0113 000440 add rega ,1 ,pdata 
+0x0114 000441 store 1 ,mem_24g_datalen 
+0x0115 000442 call p_g24_transmit_rf_ctrl_clear 
+0x0116 000443 store 1 ,mem_24g_txbuf 
+0x0117 000444 ifetcht 1 ,contw 
+0x0118 000445 ifetch 1 ,regb 
+0x0119 000446 ior temp ,pdata 
+0x011a 000447 istore 1 ,contw 
+0x011b 000448 increase 1 ,regb 
+0x011c 000449 ifetch 4 ,regb 
+0x011d 000450 istore 4 ,contw 
+0x011e 000451 increase 4 ,regb 
+0x011f 000452 arg mem_24g_txbuf + 6 ,contw 
+0x0120 000453 arg 2 ,loopcnt 
+:      000454 p_g24_accumulation_loop:
+0x0121 000455 ifetch 1 ,regb 
+0x0122 000456 ifetcht 1 ,contw 
+0x0123 000457 iadd temp ,pdata 
+0x0124 000458 istore 1 ,contw 
+0x0125 000459 increase 1 ,regb 
+0x0126 000460 loop p_g24_accumulation_loop 
+0x0127 000461 rtn 
+:      000463 p_g24_transmit_packet:
+0x0128 000464 jam 0 ,mem_24g_retry 
+:      000465 p_g24_transmit_loop:
+0x0129 000466 arg param_rx_setup ,timeup 
+0x012a 000467 until clkn_rt ,meet 
+0x012b 000468 call p_g24_transmit_receive_ack 
+0x012c 000471 nbranch p_g24_retransmit ,sync 
+0x012d 000472 nbranch p_g24_retransmit ,user3 
+0x012e 000473 call p_g24_txbuf_clear 
+0x012f 000474 call p_g24_ackpayload_parse 
+0x0130 000475 call power_ctrl_pac_succ_incrs 
+:      000476 p_g24_transmit_next_packet:
+0x0131 000477 fetch 1 ,mem_24g_pid 
+0x0132 000478 increase 1 ,pdata 
+0x0133 000479 store 1 ,mem_24g_pid 
+0x0134 000480 fetch 1 ,mem_24g_pairing_sm 
+0x0135 000481 bne state_24g_pairing_success ,p_g24_paring_mode_start 
+0x0136 000482 call p_g24_transmit_succ_rf_config 
+:      000483 p_g24_transmit_abandon:
+0x0137 000484 setarg 0 
+0x0138 000485 store 4 ,mem_24g_ensure 
+0x0139 000487 store 1 ,mem_24g_hop_pac_retry 
+0x013a 000489 rtn 
+:      000491 p_g24_txbuf_clear:
+0x013b 000492 arg 4 ,loopcnt 
+0x013c 000493 arg mem_24g_txbuf ,contw 
+0x013d 000494 branch memset0 
+:      000496 p_g24_paring_mode_start:
+0x013e 000497 call power_ctrl_pac_succ_cnt_init 
+0x013f 000498 branch p_g24_paring_mode 
+:      000500 p_g24_transmit_receive_ack:
+0x0140 000501 disable user3 
+0x0141 000502 call p_g24_transmit 
+0x0142 000507 force 0 ,radio_ctrl 
+0x0143 000508 fetch 4 ,mem_24g_addr 
+0x0144 000509 iforce access 
+0x0145 000510 fetcht 1 ,mem_last_freq 
+0x0146 000511 call set_freq_rx 
+0x0147 000512 call rf_rx_enable 
+0x0148 000513 call p_g24_receive_rxon 
+0x0149 000514 call p_g24_end_of_packet ,user3 
+0x014a 000515 rtn 
+:      000516 p_g24_transmit_no_ack:
+0x014b 000517 call p_g24_end_of_packet 
+0x014c 000518 branch p_g24_transmit_next_packet 
+:      000520 p_g24_retransmit:
+0x014d 000521 fetch 1 ,mem_24g_get_ack_fail 
+0x014e 000522 increase 1 ,pdata 
+0x014f 000523 store 1 ,mem_24g_get_ack_fail 
+0x0150 000524 fetch 1 ,mem_24g_pairing_sm 
+0x0151 000525 bne state_24g_pairing_success ,p_g24_tx_paring_retry 
+0x0152 000526 fetcht 1 ,mem_24g_retry 
+0x0153 000527 increase 1 ,temp 
+0x0154 000528 storet 1 ,mem_24g_retry 
+0x0155 000529 fetch 1 ,mem_24g_max_retry 
+0x0156 000530 isub temp ,pdata 
+0x0157 000531 nbranch p_g24_transmit_loop ,blank 
+0x0158 000532 fetch 1 ,mem_24g_rf_work_stage 
+0x0159 000533 beq 3 ,p_g24_transmit_pac_fail_hop_stage3 
+0x015a 000534 fetch 1 ,mem_24g_hop_pac_retry 
+0x015b 000535 increase 1 ,pdata 
+0x015c 000536 store 1 ,mem_24g_hop_pac_retry 
+0x015d 000537 beq 2 ,p_g24_transmit_hop_pac_fail 
+0x015e 000538 call p_g24_hop_ch_enable 
+0x015f 000539 jam 1 ,mem_24g_max_retry 
+0x0160 000540 branch p_g24_transmit_packet 
+:      000542 p_g24_tx_paring_retry:
+0x0161 000543 fetch 1 ,mem_24g_get_ack_fail 
+0x0162 000544 rtnne 0xff 
+0x0163 000545 jam 0 ,mem_24g_get_ack_fail 
+0x0164 000546 branch p_g24_stop_g24_mode 
+:      000548 p_g24_tx_attempt_fail:
+0x0165 000549 setarg 0 
+0x0166 000550 store 2 ,mem_24g_txfail_cnt 
+:      000551 p_g24_stop_g24_mode:
+0x0167 000552 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+0x0168 000553 branch ui_ipc_send_event 
+:      000555 p_g24_ackpayload_parse:
+0x0169 000556 call p_g24_read_len_pid_crc 
+0x016a 000557 fetch 1 ,mem_24g_rxdata_length 
+0x016b 000558 rtn blank 
+0x016c 000559 iforce loopcnt 
+0x016d 000560 arg mem_24g_rxbuf + 2 ,contr 
+0x016e 000561 arg mem_24g_rxpayload ,contw 
+0x016f 000562 branch memcpy 
+:      000564 p_g24_pair_init:
+0x0170 000565 jam tx_power_pair ,mem_tx_power 
+0x0171 000566 jam 0 ,mem_24g_pid 
+0x0172 000567 jam g24_pair_ch ,mem_24g_ch 
+0x0173 000568 fetch 4 ,mem_24g_paring_addr 
+0x0174 000569 branch p_g24_update_addr_and_synccrc8 
+:      000571 p_g24_pairing_sm:
+0x0175 000572 fetch 1 ,mem_24g_ensure 
+0x0176 000573 beq ensure_on_24g ,enable_user 
+0x0177 000574 fetch 1 ,mem_24g_pairing_sm 
+0x0178 000575 beq state_24g_pairing_1 ,p_g24_pairing_sm_1 
+0x0179 000576 beq state_24g_pairing_2 ,p_g24_pairing_sm_2 
+0x017a 000577 beq state_24g_pairing_3 ,p_g24_pairing_sm_3 
+0x017b 000578 branch assert 
+:      000580 p_g24_pairing_sm_1:
+0x017c 000581 jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm 
+0x017d 000582 jam 0xaa ,mem_24g_common_temp 
+0x017e 000583 branch p_g24_pairing_sm_common 
+:      000584 p_g24_pairing_sm_2:
+0x017f 000585 jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm 
+0x0180 000586 jam 0x55 ,mem_24g_common_temp 
+0x0181 000587 branch p_g24_pairing_sm_common 
+:      000588 p_g24_pairing_sm_3:
+0x0182 000589 jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm 
+0x0183 000590 jam 0x22 ,mem_24g_common_temp 
+:      000591 p_g24_pairing_sm_common:
+0x0184 000592 fetch 1 ,mem_24g_data_type 
+0x0185 000593 and_into bits_data ,pdata 
+0x0186 000594 store 1 ,mem_24g_common_temp + 1 
+0x0187 000595 fetch 4 ,mem_24g_device_addr 
+0x0188 000596 store 4 ,mem_24g_common_temp + 2 
+:      000597 p_g24_put_pairing_data_in_buff:
+0x0189 000598 jam 0 ,mem_24g_common_temp + 6 
+0x018a 000599 arg mem_24g_common_temp ,rega 
+0x018b 000600 arg 7 ,temp 
+0x018c 000601 call p_g24_put_data_in_buff 
+0x018d 000602 call p_g24_txdata_enable_tx 
+0x018e 000603 branch enable_user 
+:      000605 p_g24_paring_mode:
+0x018f 000606 fetch 1 ,mem_24g_pairing_sm 
+0x0190 000607 rtneq state_24g_pairing_success 
+0x0191 000608 beq state_24g_pairing_1_waiting_ack ,p_g24_pairing_sm_1_waiting_ack 
+0x0192 000609 beq state_24g_pairing_2_waiting_ack ,p_g24_pairing_sm_2_waiting_ack 
+0x0193 000610 beq state_24g_pairing_3_waiting_ack ,p_g24_pairing_sm_3_waiting_ack 
+0x0194 000611 rtn 
+:      000614 p_g24_pairing_sm_1_waiting_ack:
+0x0195 000615 jam state_24g_pairing_2 ,mem_24g_pairing_sm 
+0x0196 000616 branch p_g24_transmit_abandon 
+:      000617 p_g24_pairing_sm_2_waiting_ack:
+0x0197 000618 jam state_24g_pairing_3 ,mem_24g_pairing_sm 
+0x0198 000619 branch p_g24_transmit_abandon 
+:      000620 p_g24_pairing_sm_3_waiting_ack:
+0x0199 000621 jam state_24g_pairing_success ,mem_24g_pairing_sm 
+0x019a 000622 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+0x019b 000623 call ui_ipc_send_event 
+0x019c 000624 fetch 4 ,mem_24g_rxpayload + 2 
+0x019d 000625 call p_g24_update_addr_and_synccrc8 
+0x019e 000626 branch p_g24_transmit_abandon 
+:      000628 p_mouse_connect_24g_mode:
+0x019f 000629 call p_mouse_mode_24g_device_multi_led_on 
+:      000630 p_mouse_start_24g_mode:
+0x01a0 000633 call p_g24_factory_check 
+0x01a1 000634 branch p_g24_auto_pair_start ,user 
+:      000635 p_g24_start_24g_mode:
+0x01a2 000636 set0 mark_24g ,mark 
+0x01a3 000637 call p_g24_ch_syncword_crc8_init 
+0x01a4 000638 fetch 1 ,mem_24g_pairing_sm 
+0x01a5 000639 rtnne state_24g_pairing_success 
+0x01a6 000640 call p_g24_tx_attemp_data_prep 
+:      000641 p_g24_tx_attemp_dongle:
+0x01a7 000642 setarg 0 
+0x01a8 000643 store 2 ,mem_24g_check_dongle_times 
+:      000644 p_g24_tx_attemp_dongle_loop:
+0x01a9 000645 call lpo_calibration 
+0x01aa 000646 nop 2000 
+0x01ab 000647 fetch 1 ,mem_24g_check_dongle_times 
+0x01ac 000648 beq 0xff ,p_g24_stop_g24_mode 
+0x01ad 000649 call p_g24_transmit_receive_ack 
+0x01ae 000650 nbranch p_g24_attemp_txdata_retry ,sync 
+0x01af 000651 nbranch p_g24_attemp_txdata_retry ,user3 
+:      000652 p_g24_tx_attemp_dongle_succ:
+0x01b0 000653 set1 mark_24g ,mark 
+0x01b1 000654 setarg 0 
+0x01b2 000655 store 2 ,mem_24g_check_dongle_times 
+0x01b3 000656 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+0x01b4 000657 call ui_ipc_send_event 
+0x01b5 000658 call p_g24_txbuf_clear 
+:      000659 p_g24_transmit_by_interrupt_enable:
+0x01b6 000660 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+0x01b7 000661 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
+0x01b8 000662 rtn 
+:      000664 p_g24_tx_attemp_data_prep:
+0x01b9 000665 jam 0xff ,mem_24g_common_temp 
+0x01ba 000666 fetch 1 ,mem_24g_data_type 
+0x01bb 000667 store 1 ,mem_24g_common_temp + 1 
+0x01bc 000668 fetch 4 ,mem_24g_device_addr 
+0x01bd 000669 store 4 ,mem_24g_common_temp + 2 
+0x01be 000670 arg 6 ,temp 
+0x01bf 000671 arg mem_24g_common_temp ,rega 
+0x01c0 000672 call p_g24_put_data_in_buff 
+0x01c1 000673 branch p_g24_transmit_prep 
+:      000675 p_g24_attemp_txdata_retry:
+0x01c2 000676 fetch 2 ,mem_24g_check_dongle_times 
+0x01c3 000677 increase 1 ,pdata 
+0x01c4 000678 store 2 ,mem_24g_check_dongle_times 
+0x01c5 000679 call p_g24_ch 
+0x01c6 000680 branch p_g24_tx_attemp_dongle_loop 
+:      000682 p_g24_auto_pair_start:
+0x01c7 000683 set0 mark_24g ,mark 
+0x01c8 000684 call p_g24_auto_pair_all_powerful 
+0x01c9 000685 call p_g24_tx_attemp_data_prep 
+:      000686 p_g24_auto_pair_restart:
+0x01ca 000687 jam 0 ,mem_24g_check_dongle_times 
+:      000688 p_g24_auto_pair_start_loop:
+0x01cb 000689 call lpo_calibration 
+0x01cc 000690 nop 2000 
+0x01cd 000691 fetch 1 ,mem_24g_check_dongle_times 
+0x01ce 000692 beq 0xff ,p_g24_stop_g24_mode 
+0x01cf 000693 call p_g24_transmit_receive_ack 
+0x01d0 000694 nbranch p_g24_auto_pair_retry ,sync 
+0x01d1 000695 nbranch p_g24_auto_pair_retry ,user3 
+0x01d2 000696 call p_g24_ackpayload_parse 
+0x01d3 000697 call p_mouse_tx_power_init 
+0x01d4 000698 fetch 4 ,mem_24g_addr 
+0x01d5 000699 fetcht 4 ,mem_24g_paring_addr 
+0x01d6 000700 isub temp ,null 
+0x01d7 000701 branch p_g24_start_pairing_sm1 ,zero 
+0x01d8 000702 branch p_g24_tx_attemp_dongle_succ 
+:      000704 p_g24_auto_pair_retry:
+0x01d9 000705 fetch 1 ,mem_24g_check_dongle_times 
+0x01da 000706 increase 1 ,pdata 
+0x01db 000707 store 1 ,mem_24g_check_dongle_times 
+0x01dc 000708 fetch 1 ,mem_24g_auto_paring_switch 
+0x01dd 000709 increase 1 ,pdata 
+0x01de 000710 and_into 1 ,pdata 
+0x01df 000711 store 1 ,mem_24g_auto_paring_switch 
+0x01e0 000712 beq 0 ,p_g24_auto_pair_device_attemp 
+0x01e1 000713 beq 1 ,p_g24_auto_pair_pair_attemp 
+0x01e2 000714 rtn 
+:      000716 p_g24_auto_pair_all_powerful:
+0x01e3 000717 jam tx_power_pair ,mem_tx_power 
+0x01e4 000718 setarg 0x0f0f 
+0x01e5 000719 store 2 ,mem_24g_addr 
+0x01e6 000720 istore 2 ,contw 
+:      000721 p_g24_ch_syncword_crc8_init:
+0x01e7 000722 call p_g24_syncword_crc8 
+:      000723 p_g24_ch:
+0x01e8 000724 fetcht 1 ,mem_24g_current_ch_number 
+0x01e9 000725 call p_g24_ch_map_size 
+0x01ea 000726 storet 1 ,mem_24g_current_ch_number 
+0x01eb 000727 rtn 
+:      000729 p_g24_auto_pair_device_attemp:
+0x01ec 000730 call p_g24_auto_pair_all_powerful 
+0x01ed 000731 branch p_g24_auto_pair_start_loop 
+:      000733 p_g24_auto_pair_pair_attemp:
+0x01ee 000734 call p_g24_pair_init 
+0x01ef 000735 branch p_g24_auto_pair_start_loop 
+:      000737 p_g24_check_51cmd_stop_24g:
+0x01f0 000738 set0 mark_24g ,mark 
+0x01f1 000739 call le_disable 
+:      000740 p_mouse_disable_g24_pairing_flag:
+0x01f2 000741 arg mosue_24g_pairing_flag ,queue 
+0x01f3 000742 branch mouse_disable_function_flag 
+:      000744 p_g24_put_data_in_buff:
+0x01f4 000745 storet 1 ,mem_24g_datalen 
+0x01f5 000746 copy temp ,loopcnt 
+0x01f6 000747 arg mem_24g_txbuf ,contw 
+0x01f7 000748 copy rega ,contr 
+0x01f8 000749 branch memcpy 
+:      000751 p_g24_read_len_pid_crc:
+0x01f9 000753 fetch 1 ,mem_24g_rxbuf + 1 
+0x01fa 000754 rshift3 pdata ,pdata 
+0x01fb 000755 store 1 ,mem_24g_rxdata_length 
+0x01fc 000757 increase 1 ,pdata 
+0x01fd 000758 arg mem_24g_rxbuf + 1 ,contr 
+0x01fe 000759 iadd contr ,contr 
+0x01ff 000760 ifetch 3 ,contr 
+0x0200 000761 store 3 ,mem_24g_sta_crc 
+0x0201 000763 fetch 1 ,mem_24g_rxbuf + 1 
+0x0202 000764 rshift pdata ,pdata 
+0x0203 000765 and pdata ,0x03 ,pdata 
+0x0204 000766 store 1 ,mem_24g_sta_pid 
+0x0205 000767 rtn 
+:      000769 p_g24_update_addr_and_synccrc8:
+0x0206 000770 store 4 ,mem_24g_addr 
+:      000772 p_g24_syncword_crc8:
+0x0207 000773 arg 0 ,rega 
+0x0208 000774 arg 4 ,loopcnt 
+0x0209 000775 arg mem_24g_addr ,contr 
+:      000776 p_g24_syncword_crc8_loop:
+0x020a 000777 ifetch 1 ,contr 
+0x020b 000778 iadd rega ,rega 
+0x020c 000779 loop p_g24_syncword_crc8_loop 
+0x020d 000780 copy rega ,pdata 
+0x020e 000781 store 2 ,mem_24g_syncword 
+0x020f 000782 fetch 1 ,mem_24g_syncword 
+0x0210 000783 fetcht 1 ,mem_24g_syncword + 1 
+0x0211 000784 iadd temp ,pdata 
+0x0212 000785 store 1 ,mem_24g_syncword_crc8 
+0x0213 000786 rtn 
+:      000788 p_g24_transmit_prep:
+0x0214 000791 fetch 1 ,mem_24g_datalen 
+0x0215 000792 increase 2 ,pdata 
+0x0216 000793 store 1 ,mem_24g_txlen 
+0x0217 000795 fetch 1 ,mem_24g_data_type 
+0x0218 000796 store 1 ,mem_24g_txpayload 
+0x0219 000798 fetch 1 ,mem_24g_datalen 
+0x021a 000799 lshift3 pdata ,pdata 
+0x021b 000800 fetcht 1 ,mem_24g_pid 
+0x021c 000801 and temp ,0x03 ,temp 
+0x021d 000802 lshift temp ,temp 
+0x021e 000803 ior temp ,pdata 
+0x021f 000804 fetcht 1 ,mem_24g_no_ack 
+0x0220 000805 iadd temp ,pdata 
+0x0221 000806 istore 1 ,contw 
+0x0222 000808 fetch 1 ,mem_24g_datalen 
+0x0223 000809 iforce loopcnt 
+0x0224 000810 arg mem_24g_txbuf ,contr 
+0x0225 000811 branch memcpy 
+:      000813 p_g24_ch_map_size:
+0x0226 000814 call p_g24_ch_calc 
+0x0227 000815 increase 1 ,temp 
+0x0228 000816 and_into 3 ,temp 
+0x0229 000817 rtn 
+:      000819 p_g24_ch_calc:
+0x022a 000820 fetch 1 ,mem_24g_addr 
+0x022b 000821 and_into 0x03 ,pdata 
+0x022c 000822 mul32 pdata ,4 ,rega 
+0x022d 000823 setarg mem_24g_ch_map1 
+0x022e 000824 iadd rega ,pdata 
+0x022f 000825 iadd temp ,contr 
+0x0230 000826 ifetch 1 ,contr 
+0x0231 000827 store 1 ,mem_24g_ch 
+0x0232 000828 rtn 
+:      000830 p_g24_prep:
+0x0233 000831 disable enable_crc 
+0x0234 000832 disable enable_white 
+0x0235 000833 setarg 0x555555 
+0x0236 000834 iforce crc24_init 
+0x0237 000835 fetch 1 ,mem_24g_ch 
+0x0238 000836 reverse pdata ,temp 
+0x0239 000837 set1 1 ,temp 
+0x023a 000838 rshift temp ,white_init 
+0x023b 000839 rtn 
+:      000841 p_g24_receive_packet:
+0x023c 000842 call le_enable 
+0x023d 000843 fetch 4 ,mem_24g_addr 
+0x023e 000844 iforce access 
+0x023f 000845 call set_sync_on 
+0x0240 000846 fetcht 1 ,mem_24g_ch 
+0x0241 000847 call set_freq_rx 
+0x0242 000848 setarg param_pll_setup 
+0x0243 000849 call sleep 
+0x0244 000850 call rf_rx_enable 
+:      000851 p_g24_receive_rxon:
+0x0245 000854 call p_g24_prep 
+0x0246 000855 disable user3 
+0x0247 000856 enable decode_fec0 
+0x0248 000857 enable is_rx 
+0x0249 000858 disable is_tx 
+0x024a 000859 enable swfine 
+0x024b 000860 fetch 2 ,mem_24g_rx_window 
+0x024c 000861 iforce stop_watch 
+0x024d 000862 correlate null ,timeout 
+0x024e 000863 nbranch p_g24_sync_timeout ,sync 
+0x024f 000866 disable decode_fec0 
+0x0250 000867 enable decode_fec1 
+0x0251 000868 enable enable_white 
+0x0252 000869 enable enable_crc 
+0x0253 000870 call p_g24_receive_byte 
+0x0254 000871 store 1 ,mem_24g_get_syncword_crc8 
+0x0255 000872 fetcht 1 ,mem_24g_syncword_crc8 
+0x0256 000873 isub temp ,null 
+0x0257 000874 nbranch p_g24_end_of_packet ,zero 
+0x0258 000875 call p_g24_receive_byte 
+0x0259 000876 store 1 ,mem_24g_rxbuf 
+0x025a 000880 fetch 1 ,mem_24g_rxbuf 
+0x025b 000881 fetcht 1 ,mem_24g_data_type 
+0x025c 000882 icompare bits_data ,temp 
+0x025d 000883 nbranch p_g24_end_of_packet ,true 
+:      000884 p_g24_receive_skip:
+0x025e 000885 call p_g24_receive_byte 
+0x025f 000886 istore 1 ,contw 
+0x0260 000887 rshift3 pdata ,pdata 
+0x0261 000888 and pdata ,0x1f ,loopcnt 
+0x0262 000889 branch p_g24rx_nopayload ,zero 
+:      000890 p_g24rx_loop:
+0x0263 000891 call p_g24_receive_byte 
+0x0264 000892 istore 1 ,contw 
+0x0265 000893 loop p_g24rx_loop 
+:      000894 p_g24rx_nopayload:
+0x0266 000896 copy contw ,rega 
+0x0267 000897 call p_g24_receive_byte 
+0x0268 000898 store 1 ,mem_rssi_hex_received 
+0x0269 000899 copy rega ,contw 
+0x026a 000900 parse demod ,bucket ,24 
+0x026b 000901 enable swfine 
+0x026c 000902 arg param_sifs ,stop_watch 
+0x026d 000903 rshift32 pdata ,pdata 
+0x026e 000904 rshift16 pdata ,pdata 
+0x026f 000905 istore 3 ,contw 
+0x0270 000906 disable decode_fec1 
+0x0271 000907 branch p_g24_end_of_packet ,crc_failed 
+0x0272 000910 enable user3 
+0x0273 000911 fetch 1 ,mem_last_freq 
+0x0274 000912 add pdata ,0 ,rega 
+0x0275 000913 call rf_write_freq 
+0x0276 000914 disable decode_fec0 
+0x0277 000915 call set_sync_on 
+0x0278 000916 fetch 1 ,mem_rssi_hex_received 
+0x0279 000917 call p_rssi_signal 
+0x027a 000918 rtn 
+:      000920 p_g24_receive_byte:
+0x027b 000921 parse demod ,bucket ,8 
+0x027c 000922 rshift3 pwindow ,pdata 
+0x027d 000923 rtn 
+:      000925 p_g24_end_of_packet:
+0x027e 000926 disable encode_fec1 
+0x027f 000927 disable decode_fec1 
+0x0280 000928 call end_of_packet 
+0x0281 000929 rtn 
+:      000931 p_g24_sync_timeout:
+0x0282 000932 branch p_g24_end_of_packet 
+:      000934 p_g24_set_freq_tx:
+0x0283 000935 call set_sync_on 
+0x0284 000936 fetcht 1 ,mem_24g_ch 
+0x0285 000937 branch set_freq_tx 
+:      000939 p_g24_transmit:
+0x0286 000940 call le_enable 
+0x0287 000941 fetch 4 ,mem_24g_addr 
+0x0288 000942 iforce access 
+0x0289 000943 call p_g24_prep 
+0x028a 000944 call p_g24_set_freq_tx 
+0x028b 000945 set1 txgfsk ,radio_ctrl 
+0x028c 000946 enable encode_fec0 
+0x028d 000947 enable is_tx 
+0x028e 000948 disable is_rx 
+0x028f 000951 rshift16 access ,pdata 
+0x0290 000952 rshift8 pdata ,pdata 
+0x0291 000953 rshift4 pdata ,pdata 
+0x0292 000954 inject mod ,40 
+0x0293 000955 disable encode_fec0 
+0x0294 000956 enable encode_fec1 
+0x0295 000957 enable enable_white 
+0x0296 000958 enable enable_crc 
+0x0297 000959 fetch 1 ,mem_24g_syncword_crc8 
+0x0298 000960 inject mod ,8 
+0x0299 000961 fetch 1 ,mem_24g_txlen 
+0x029a 000962 iforce loopcnt 
+0x029b 000963 arg mem_24g_txpayload ,contr 
+:      000964 p_g24tr_loop:
+0x029c 000965 ifetch 1 ,contr 
+0x029d 000966 inject mod ,8 
+0x029e 000967 loop p_g24tr_loop 
+0x029f 000970 enable enable_parity 
+0x02a0 000971 inject mod ,24 
+0x02a1 000972 disable enable_parity 
+0x02a2 000973 until null ,tx_clear 
+0x02a3 000974 nop 100 
+0x02a4 000975 disable encode_fec0 
+0x02a5 000976 disable encode_fec1 
+0x02a6 000977 rtn 
+:      000979 p_g24_timer_check:
+0x02a7 000980 call disable_user 
+0x02a8 000981 fetcht 4 ,mem_24g_tx_btclk 
+0x02a9 000982 copy clkn_bt ,pdata 
+0x02aa 000983 isub temp ,null 
+0x02ab 000984 ncall g24_timer_timeout ,positive 
+0x02ac 000985 copy pdata ,regb 
+0x02ad 000986 fetch 4 ,mem_24g_tx_btclk 
+0x02ae 000987 fetcht 1 ,mem_24g_interval 
+0x02af 000988 iadd temp ,temp 
+0x02b0 000989 copy regb ,pdata 
+0x02b1 000990 isub temp ,null 
+0x02b2 000991 nrtn positive 
+0x02b3 000992 set0 28 ,pdata 
+0x02b4 000993 store 4 ,mem_24g_tx_btclk 
+0x02b5 000994 branch enable_user 
+:      000996 p_rssi_noise:
+0x02b6 000997 call save_rssi 
+0x02b7 000998 rtn blank 
+0x02b8 000999 fetcht 1 ,mem_rssi_noise_index 
+0x02b9 001000 arg mem_rssi_noise_buffer ,rega 
+0x02ba 001001 call p_rssi_store 
+0x02bb 001002 storet 1 ,mem_rssi_noise_index 
+0x02bc 001003 rtn 
+:      001005 p_rssi_store:
+0x02bd 001006 copy rega ,pdata 
+0x02be 001007 iadd temp ,contw 
+0x02bf 001008 fetch 1 ,mem_rssi 
+0x02c0 001009 istore 1 ,contw 
+0x02c1 001010 increase 1 ,temp 
+0x02c2 001011 and_into rssi_buf_len_signal ,temp 
+0x02c3 001012 rtn 
+:      001013 p_rssi_average:
+0x02c4 001014 arg 0 ,temp 
+0x02c5 001015 arg rssi_buf_len_signal + 1 ,loopcnt 
+0x02c6 001016 copy rega ,contr 
+:      001017 p_rssi_average_loop:
+0x02c7 001018 ifetch 1 ,contr 
+0x02c8 001019 iadd temp ,temp 
+0x02c9 001020 loop p_rssi_average_loop 
+0x02ca 001021 rshift3 temp ,pdata 
+0x02cb 001022 copy pdata ,temp 
+0x02cc 001023 rtnmark0 mark_24g 
+0x02cd 001025 div pdata ,10 
+0x02ce 001026 call wait_div_end 
+0x02cf 001027 quotient pdata 
+0x02d0 001028 lshift4 pdata ,pdata 
+0x02d1 001029 remainder temp 
+0x02d2 001030 ior temp ,temp 
+0x02d3 001031 rtn 
+0x02d4 001032 rtn 
+:      001035 p_mouse_before_lpm:
+0x02d5 001036 rtnmark1 mark_24g 
+0x02d6 001037 call p_mouse_le_txbuff_save 
+0x02d7 001038 call p_mouse_setgpio_lpm 
+0x02d8 001039 fetch 1 ,mem_context 
+0x02d9 001040 bbit0 state_inconn ,p_clear_wake 
+0x02da 001041 fetch 1 ,mem_lpm_current_mult 
+0x02db 001042 nrtn blank 
+:      001043 p_clear_wake:
+0x02dc 001044 setarg 0 
+0x02dd 001045 store 8 ,mem_gpio_wakeup_low 
+0x02de 001046 rtn 
+:      001048 p_device_init:
+0x02df 001049 call app_lpm_mult_enable 
+0x02e0 001050 branch p_device_init_common ,wake 
+0x02e1 001051 call p_mouse_data_init 
+0x02e2 001052 fetch 1 ,mem_tx_power 
+0x02e3 001053 store 1 ,mem_tx_power_temp 
+0x02e4 001054 call power_ctrl_pac_succ_cnt_init 
+0x02e5 001055 fetch 1 ,mem_ui_button_timeout 
+0x02e6 001056 store 1 ,mem_combination_ui_button_count 
+0x02e7 001057 call mouse_bt_discovery_button_down_disable 
+:      001058 p_device_init_common:
+0x02e8 001059 call p_mouse_init 
+0x02e9 001060 branch enable_authrom 
+:      001062 p_mouse_init:
+0x02ea 001063 ncall p_mouse_setting_config ,wake 
+0x02eb 001064 call p_mouse_spi_init 
+0x02ec 001065 rtn wake 
+0x02ed 001066 call p_mouse_cb_fuction 
+0x02ee 001067 call mouse_check_key_gpio 
+0x02ef 001068 beq mouse_lm_button ,p_mouse_24g_pairing_button 
+0x02f0 001069 call p_mouse_wakeup_from_power 
+:      001070 p_mouse_check_reconn_target:
+0x02f1 001071 call p_mouse_tx_power_init 
+0x02f2 001072 fetch 1 ,mem_device_flag 
+0x02f3 001073 beq mode_24g_device ,p_mouse_connect_24g_mode 
+:      001077 p_mouse_check_bt_reconn_target:
+0x02f4 001079 call p_mouse_mode_bt_device1_multi_led_on 
+0x02f5 001081 fetch 1 ,mem_xrecord_mode 
+0x02f6 001082 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
+:      001084 p_mouse_null_enter_hibernate_enable:
+0x02f7 001085 jam 1 ,mem_mouse_null_enter_hibernate_flag 
+0x02f8 001086 jam 40 ,mem_mouse_null_enter_hibernate_timer 
+0x02f9 001087 rtn 
+:      001089 p_mouse_tx_power_init:
+0x02fa 001090 fetch 1 ,mem_tx_power_temp 
+0x02fb 001091 store 1 ,mem_tx_power 
+0x02fc 001092 rtn 
+:      001095 p_mouse4_0_check_reconn_target:
+0x02fd 001098 jam 1 ,mem_mouse_le_reconnect_flag 
+0x02fe 001099 fetch 2 ,mem_mouse_direct_timeout 
+:      001100 p_mouse4_0_check_reconn_target_next:
+0x02ff 001101 store 2 ,mem_mouse_direct_timer 
+0x0300 001102 call app_lpm_mult_disable 
+0x0301 001103 call p_le_check_adv_flag 
+0x0302 001104 setarg adv_flag_bredr_not_supported 
+0x0303 001105 istore 1 ,contr 
+0x0304 001107 arg mem_le_scan_data ,contr 
+0x0305 001108 call p_le_adv_data_update 
+0x0306 001110 branch check_51cmd_adv 
+:      001112 p_le_check_adv_flag:
+0x0307 001113 arg mem_le_adv_data ,rega 
+:      001114 p_le_check_adv_flag_loop:
+0x0308 001115 ifetch 1 ,rega 
+0x0309 001116 rtn blank 
+0x030a 001117 iadd contr ,rega 
+0x030b 001118 ifetch 1 ,contr 
+0x030c 001119 rtneq 0x01 
+0x030d 001120 branch p_le_check_adv_flag_loop 
+:      001122 p_mouse_24g_pairing_button:
+0x030e 001126 rtnmark1 mark_24g 
+0x030f 001128 arg mosue_24g_pairing_flag ,queue 
+0x0310 001129 call mouse_enable_function_flag 
+0x0311 001130 setarg 0 
+0x0312 001131 store 2 ,mem_mouse_direct_timer 
+0x0313 001132 store 1 ,mem_mouse_send_blank_timer 
+0x0314 001133 store 2 ,mem_24g_check_dongle_times 
+0x0315 001134 call mouse_stop_discovery 
+:      001135 p_g24_start_pairing_sm1:
+0x0316 001136 set1 mark_24g ,mark 
+0x0317 001137 call p_g24_pair_init 
+:      001138 p_g24_set_pairing_sm_1:
+0x0318 001139 jam state_24g_pairing_1 ,mem_24g_pairing_sm 
+0x0319 001140 rtn 
+:      001144 p_mouse_spi_init:
+0x031a 001145 jam 0x76 ,mem_spi_init_clk 
+0x031b 001146 branch mouse_spi_init 
+:      001148 p_mouse_init_sunt:
+0x031c 001149 call p_mouse_spi_init 
+0x031d 001150 call mouse_spi_sdio_gpio_pollup 
+:      001153 p_mouse_init_sensor:
+0x031e 001154 call mouse_read_sensor_id 
+0x031f 001155 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
+0x0320 001156 beq p3065_id1 ,p_mouse_p3065_init_param 
+0x0321 001157 call mouse_twspi_reset 
+0x0322 001158 nop 1000 
+0x0323 001159 branch p_mouse_init_sensor 
+:      001161 p_mouse_init_sensor_reset:
+0x0324 001162 jam 1 ,mem_mouse_init_sensor_reset_flag 
+0x0325 001163 call spi_ncs_enable 
+0x0326 001164 call p_mouse_init_sunt 
+0x0327 001165 branch spi_ncs_disable 
+:      001167 p_mouse_init_p32xx_id2_judge:
+0x0328 001168 call p_mouse_sensor_poweron 
+0x0329 001169 branch mouse_init_p32xx_id2_judge 
+:      001171 p_mouse_p3065_init_param:
+0x032a 001172 call p_mouse_sensor_poweron 
+0x032b 001173 fetch 1 ,mem_sensor_id2 
+0x032c 001174 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0x032d 001175 jam p3065 ,mem_config_sensor_type 
+0x032e 001176 rtn 
+:      001178 p_mouse_sensor_powerdown_check:
+0x032f 001179 fetch 1 ,mem_mouse_init_sensor_reset_flag 
+0x0330 001180 rtn blank 
+0x0331 001181 jam 0 ,mem_mouse_init_sensor_reset_flag 
+:      001182 p_mouse_sensor_powerdown:
+0x0332 001183 setarg 0x06 
+0x0333 001184 call twspi_read 
+0x0334 001185 or pdata ,0x08 ,pdata 
+0x0335 001186 lshift8 pdata ,pdata 
+0x0336 001187 add pdata ,0x06 ,pdata 
+0x0337 001188 branch twspi_write 
+:      001190 p_mouse_setting_config:
+0x0338 001191 call adc_init_data 
+0x0339 001192 fetch 4 ,mem_lap 
+0x033a 001193 store 4 ,mem_24g_device_addr 
+0x033b 001198 call mouse_gpio_init 
+0x033c 001199 call mouse_param_init 
+0x033d 001200 setarg 0 
+0x033e 001201 store 2 ,mem_lpm_interval 
+0x033f 001203 call mouse_adc_init 
+0x0340 001205 call le_set_config_fixed_ltk 
+0x0341 001206 call le_set_justwork 
+0x0342 001207 call le_set_fixed_ltk 
+0x0343 001208 call le_set_config_read_authentication 
+:      001213 p_mouse_init_iic:
+0x0344 001214 call iic_init_390k 
+0x0345 001217 call clear_eeprom_size_2k 
+0x0346 001218 call mouse_load_eeprom_dpi 
+0x0347 001219 call p_mouse_init_environment 
+0x0348 001220 call p_mouse_set_24g_addr_eeprom 
+0x0349 001221 call iicd_read_eep_data 
+0x034a 001222 rtn 
+:      001227 p_mouse_init_environment:
+0x034b 001228 call app_initflag_check 
+0x034c 001229 branch p_mouse_eeprom_load_recon_info ,zero 
+0x034d 001230 call p_le_addr_random_config 
+0x034e 001231 branch mouse_init_environment + 2 
+:      001233 p_app_flag_store:
+0x034f 001234 arg 2 ,temp 
+0x0350 001235 arg mem_timeup ,rega 
+0x0351 001236 arg mouse_eeprom_module_init_flag ,regb 
+0x0352 001237 branch iicd_write_protect_eep_data 
+:      001239 p_app_initflag_check:
+0x0353 001240 arg 2 ,temp 
+0x0354 001241 arg mem_pdatatemp ,rega 
+0x0355 001242 arg mouse_eeprom_module_init_flag ,regb 
+0x0356 001243 branch app_initflag_check + 4 
+:      001245 p_mouse_eeprom_load_recon_info:
+0x0357 001246 arg 88 ,temp 
+0x0358 001247 arg mem_device_flag ,rega 
+0x0359 001248 arg mouse_info_eeprom_offect ,regb 
+0x035a 001249 call iicd_read_eep_data 
+0x035b 001250 call p_mouse_switch_hwakeup_bypb 
+0x035c 001251 branch mouse_select_reconn_device 
+:      001253 p_mouse_wakeup_from_power:
+0x035d 001259 call p_mouse_init_sunt 
+0x035e 001260 call p_mouse_sensor_powerdown 
+:      001261 p_mouse_wakeup_no_from_power:
+0x035f 001262 fetch 1 ,mem_reconn_times_init 
+0x0360 001263 store 1 ,mem_reconn_times 
+0x0361 001264 rtn 
+:      001275 p_g24_factory_check:
+0x0362 001276 arg 2 ,loopcnt 
+0x0363 001277 arg mem_24g_addr ,contr 
+:      001278 p_pdata_0xff_check:
+0x0364 001279 call enable_user 
+0x0365 001280 setarg 0xffff 
+:      001281 p_pdata_0xff_check_loop:
+0x0366 001282 ifetcht 2 ,contr 
+0x0367 001283 isub temp ,null 
+0x0368 001284 ncall disable_user ,zero 
+0x0369 001285 loop p_pdata_0xff_check_loop 
+0x036a 001286 rtn 
+:      001288 p_mouse_cb_fuction:
+0x036b 001289 setarg p_mouse_g24_package_data 
+0x036c 001290 store 2 ,mem_cb_24g_data 
+0x036d 001291 setarg p_mouse_le 
+0x036e 001292 store 2 ,mem_cb_le_process 
+0x036f 001293 setarg p_le_mouse_bb_event_connect_complete 
+0x0370 001294 store 2 ,mem_cb_att_write 
+0x0371 001295 setarg p_mouse_before_lpm 
+0x0372 001296 store 2 ,mem_cb_before_lpm 
+0x0373 001297 setarg p_mouse_priority_bb_event 
+0x0374 001298 store 2 ,mem_cb_bb_event_process 
+0x0375 001299 setarg p_mouse_idle 
+0x0376 001300 store 2 ,mem_cb_idle_process 
+0x0377 001301 setarg p_mouse_before_hibernate 
+0x0378 001302 store 2 ,mem_cb_before_hibernate 
+0x0379 001303 setarg p_mouse_bb_event_timer 
+0x037a 001304 store 2 ,mem_cb_event_timer 
+0x037b 001305 rtn 
+:      001307 p_mouse_g24_package_data:
+0x037c 001308 call mouse_g24_package_data 
+0x037d 001309 fetch 2 ,mem_mouse_z 
+0x037e 001310 rtn blank 
+0x037f 001311 branch p_g24_transmit_by_interrupt_enable 
+:      001313 p_mouse_le_txbuff_save:
+0x0380 001314 arg mem_le_tx_buffer0 ,contr 
+0x0381 001315 arg mem_le_tx_buffer0_omemalloc ,contw 
+0x0382 001316 call p_mouse_le_txbuff_copy 
+0x0383 001317 arg mem_le_tx_buffer1 ,contr 
+0x0384 001318 call p_mouse_le_txbuff_copy 
+0x0385 001319 arg mem_le_tx_buffer2 ,contr 
+0x0386 001320 call p_mouse_le_txbuff_copy 
+0x0387 001321 arg mem_le_tx_buffer3 ,contr 
+:      001322 p_mouse_le_txbuff_copy:
+0x0388 001323 arg 27 ,loopcnt 
+0x0389 001324 branch memcpy 
+:      001326 p_mouse_le_txbuff_load:
+0x038a 001327 arg mem_le_tx_buffer0_omemalloc ,contr 
+0x038b 001328 arg mem_le_tx_buffer0 ,contw 
+0x038c 001329 call p_mouse_le_txbuff_copy 
+0x038d 001330 arg mem_le_tx_buffer1 ,contw 
+0x038e 001331 call p_mouse_le_txbuff_copy 
+0x038f 001332 arg mem_le_tx_buffer2 ,contw 
+0x0390 001333 call p_mouse_le_txbuff_copy 
+0x0391 001334 arg mem_le_tx_buffer3 ,contw 
+0x0392 001335 branch p_mouse_le_txbuff_copy 
+:      001337 p_mouse_le:
+0x0393 001338 call le_fifo_check_nearly_full 
+0x0394 001339 nrtn blank 
+0x0395 001340 fetch 1 ,mem_le_connect_status_flag 
+0x0396 001341 and pdata ,0x03 ,pdata 
+0x0397 001342 rtnne 0x03 
+:      001343 p_mouse_le_next:
+0x0398 001344 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x0399 001345 call p_mouse_clear_sensor_data ,blank 
+0x039a 001346 fetch mouse_flag_len ,mem_mouse_flag 
+0x039b 001349 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x039c 001350 call mouse_motion 
+0x039d 001351 nrtn user 
+0x039e 001352 call p_mouse_le_current_mult_update 
+0x039f 001353 call p_mouse_data_xy_release 
+0x03a0 001354 call p_mouse_wheel_trigger 
+:      001355 p_mouse_data_push:
+0x03a1 001356 arg mem_mouse_key ,rega 
+0x03a2 001357 call queue_push 
+0x03a3 001358 call p_mouse_queue_increase ,user 
+0x03a4 001360 rtn 
+:      001362 p_mouse_le_current_mult_update:
+0x03a5 001365 jam 0 ,mem_lpm_mult 
+0x03a6 001366 jam 30 ,mem_mouse_le_current_mult_timer 
+0x03a7 001367 rtn 
+:      001369 p_mouse_data_xy_release:
+0x03a8 001372 fetch 1 ,mem_mouse_long_mult_flag 
+0x03a9 001373 rtnne 1 
+0x03aa 001374 setarg 0 
+0x03ab 001375 store 1 ,mem_mouse_long_mult_flag 
+0x03ac 001376 store 4 ,mem_mouse_x 
+:      001377 p_mouse_sensor_poweron:
+0x03ad 001378 setarg 0x8006 
+0x03ae 001379 call twspi_write 
+0x03af 001380 nop 12000 
+:      001381 p_mouse_dpi_config:
+0x03b0 001384 fetch 1 ,mem_mouse_dpi 
+0x03b1 001385 beq 0xff ,mouse_dpi_config 
+0x03b2 001386 branch p_mouse_seting_dpi 
+:      001388 p_mouse_data_init:
+0x03b3 001389 jam 7 ,mem_mouse_data_queue 
+0x03b4 001390 jam 4 ,mem_mouse_data_queue + 1 
+0x03b5 001391 setarg mem_mouse_data_queue 
+0x03b6 001392 store 2 ,mem_queue_ptr 
+0x03b7 001393 branch queue_init 
+:      001395 p_mouse_queue_increase:
+0x03b8 001396 fetch 1 ,mem_mouse_data_queue_num 
+0x03b9 001397 increase 1 ,pdata 
+0x03ba 001398 store 1 ,mem_mouse_data_queue_num 
+0x03bb 001399 rtn 
+:      001401 p_mouse_data_pull:
+0x03bc 001402 arg mem_mouse_key ,rega 
+0x03bd 001403 call queue_pop 
+0x03be 001404 branch p_mouse_fill_data_le ,user 
+0x03bf 001405 rtn 
+:      001407 p_mouse_fill_data_le:
+0x03c0 001408 call le_clear_md 
+0x03c1 001409 fetch 1 ,mem_mouse_data_queue_num 
+0x03c2 001410 sub pdata ,1 ,null 
+0x03c3 001411 ncall le_set_md ,positive 
+0x03c4 001412 fetch 1 ,mem_mouse_data_queue_num 
+0x03c5 001413 rtn blank 
+0x03c6 001414 increase -1 ,pdata 
+0x03c7 001415 store 1 ,mem_mouse_data_queue_num 
+0x03c8 001416 branch mouse_fill_data_le 
+:      001418 p_mouse_wheel_trigger:
+0x03c9 001419 fetch 2 ,mem_mouse_z 
+0x03ca 001420 rtn blank 
+0x03cb 001421 jam 1 ,mem_mouse_wheel_trigger 
+0x03cc 001422 jam 2 ,mem_mouse_wheel_trigger_timer 
+0x03cd 001423 rtn 
+:      001426 p_mouse_clear_sensor_data:
+0x03ce 001427 call le_set_config_more_data 
+0x03cf 001428 jam 1 ,mem_mouse_clear_sensor_data_flag 
+0x03d0 001429 branch p_mouse_sensor_poweron 
+:      001431 p_mouse_idle:
+0x03d1 001432 call ui_check_paring_button 
+0x03d2 001434 branch mouse_wheel_check 
+:      001436 p_mouse_dpi_check:
+0x03d3 001437 fetcht 1 ,mem_dpi_button_gpio 
+0x03d4 001438 call p_gpio_set_input_pd 
+0x03d5 001439 fetcht 1 ,mem_dpi_button_gpio 
+0x03d6 001440 call gpio_get_bit 
+0x03d7 001441 branch p_mouse_dpi_up ,true 
+0x03d8 001442 call p_gpio_set_input_pu 
+:      001443 p_mouse_dpi_down:
+0x03d9 001444 fetch 1 ,mem_mouse_dpi_button_state 
+0x03da 001445 rtneq dpi_button_state_down 
+0x03db 001446 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+0x03dc 001447 fetch 1 ,mem_mouse_dpi 
+0x03dd 001448 increase 1 ,pdata 
+0x03de 001449 and pdata ,0x03 ,pdata 
+0x03df 001450 store 1 ,mem_mouse_dpi 
+0x03e0 001451 increase 2 ,pdata 
+0x03e1 001452 store 1 ,mem_mouse_multi_led_blink_count 
+0x03e2 001453 call p_mouse_dpi_multi_led_blink 
+0x03e3 001454 branch mouse_dpi_down + 7 
+:      001455 p_mouse_dpi_up:
+0x03e4 001456 call p_gpio_set_input_pu 
+0x03e5 001457 branch mouse_dpi_up 
+:      001459 p_mouse_priority_bb_event:
+0x03e6 001460 copy regc ,pdata 
+0x03e7 001461 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+0x03e8 001462 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+0x03e9 001463 beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
+0x03ea 001464 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+0x03eb 001465 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+0x03ec 001466 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+0x03ed 001467 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0x03ee 001468 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+0x03ef 001469 branch mouse_priority_bb_event + 1 
+:      001471 p_mouse_le_bb_event_connected:
+0x03f0 001475 call p_mouse_init_sensor_reset 
+0x03f1 001476 call p_mouse_null_enter_hibernate_disable 
+0x03f2 001477 call p_mouse_data_init 
+0x03f3 001478 branch mouse_le_bb_event_connected 
+:      001480 p_mouse_le_bb_disconnected:
+0x03f4 001481 call p_mouse_sensor_powerdown_check 
+0x03f5 001482 setarg le_interval_8_75ms 
+0x03f6 001483 store 2 ,mem_le_interval_min 
+0x03f7 001484 store 2 ,mem_le_interval_min + 2 
+0x03f8 001485 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x03f9 001486 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0x03fa 001487 call p_mouse_data_init 
+0x03fb 001488 call le_clr_config_more_data 
+0x03fc 001489 branch mouse_bb_disconnected 
+:      001491 p_mouse_le_enc_info:
+:      001492 p_app_updata_le_param:
+0x03fd 001493 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x03fe 001494 branch ui_ipc_send_cmd 
+:      001496 p_mouse_le_ll_start_encryt:
+0x03ff 001497 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x0400 001498 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+0x0401 001499 branch p_mouse_le_ll_enable_start_enc_flag 
+:      001501 p_mouse_le_ll_reconn_start_encryt:
+0x0402 001502 call p_app_updata_le_param 
+0x0403 001503 jam 20 ,mem_le_start_encrypt_timer 
+:      001504 p_mouse_le_ll_enable_start_enc_flag:
+0x0404 001505 arg ll_start_enc_flag ,queue 
+0x0405 001506 branch mouse_le_enable_connect_flag 
+:      001508 p_mouse_le_conn_param_update_rsp_recieved:
+0x0406 001509 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x0407 001510 rtneq ble_signaling_connect_parameter_update_accepted 
+0x0408 001511 fetch 1 ,mem_le_tsniff 
+0x0409 001512 rshift2 pdata ,pdata 
+0x040a 001513 sub pdata ,le_interval_15ms ,null 
+0x040b 001514 rtn positive 
+0x040c 001515 setarg le_interval_11_25ms 
+0x040d 001516 store 2 ,mem_le_interval_min 
+0x040e 001517 store 2 ,mem_le_interval_min + 2 
+0x040f 001518 call p_app_updata_le_param 
+:      001519 p_mouse_le_conn_param_lpm_disable:
+0x0410 001520 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
+0x0411 001521 rtn 
+:      001525 p_mouse_24g_pairing_complete:
+0x0412 001526 call p_mouse_init_sensor_reset 
+0x0413 001528 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x0414 001529 arg mosue_24g_pairing_flag ,queue 
+0x0415 001530 call mouse_disable_function_flag 
+0x0416 001531 setarg 0 
+0x0417 001532 store 2 ,mem_24g_pairing_timer_count 
+0x0418 001533 jam 0 ,mem_mouse_move_flag 
+0x0419 001535 call mouse_read_sensor_common 
+0x041a 001536 call p_mouse_null_enter_hibernate_disable 
+0x041b 001537 call p_mouse_store_24g_device_2eeprom 
+0x041c 001538 call p_mouse_tx_power_init 
+0x041d 001540 call p_mouse_set_24g_addr_eeprom 
+0x041e 001541 branch iicd_write_protect_eep_data 
+:      001543 p_mouse_set_24g_addr_eeprom:
+0x041f 001544 arg mem_24g_addr ,rega 
+0x0420 001545 arg mouse_g24_addr_eeprom_offect ,regb 
+0x0421 001546 arg 4 ,temp 
+0x0422 001547 rtn 
+:      001549 p_mouse_24g_attempt_fail:
+0x0423 001550 call p_mouse_sensor_powerdown_check 
+0x0424 001551 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0x0425 001552 call p_mouse_tx_power_init 
+0x0426 001553 call p_g24_check_51cmd_stop_24g 
+:      001554 p_app_enter_hibernate_before_check:
+0x0427 001555 fetch 1 ,mem_mouse_multi_led_on_poweron2s_flag 
+0x0428 001556 nbranch p_mouse_null_enter_hibernate_enable ,blank 
+0x0429 001557 branch app_enter_hibernate 
+:      001559 p_mouse_null_enter_hibernate_disable:
+0x042a 001560 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+0x042b 001561 jam 0 ,mem_mouse_null_enter_hibernate_timer 
+0x042c 001562 rtn 
+:      001570 p_mouse_24g_attempt_success:
+0x042d 001571 call p_mouse_init_sensor_reset 
+0x042e 001572 call mouse_no_data_timer_init 
+0x042f 001573 call p_mouse_null_enter_hibernate_disable 
+:      001574 p_mouse_store_24g_device_2eeprom:
+0x0430 001575 call mouse_cheak_select_24gdevice 
+:      001576 p_mouse_store_device_number2eeprom:
+0x0431 001577 arg 1 ,temp 
+0x0432 001578 arg mem_device_flag ,rega 
+0x0433 001579 arg 0 ,regb 
+0x0434 001580 branch iicd_write_protect_eep_data 
+:      001583 p_mouse_before_hibernate:
+0x0435 001584 enable user 
+0x0436 001585 hfetch 4 ,0x8138 
+0x0437 001586 setflag user ,26 ,pdata 
+0x0438 001587 hstore 4 ,core_lpm_reg 
+0x0439 001588 call lpm_write_ctrl 
+0x043a 001589 call p_mouse_sensor_powerdown_check 
+0x043b 001590 call disable_authrom 
+0x043c 001592 call mouse_before_hibernate_wheel_gpio_set 
+0x043d 001593 call p_mouse_setgpio_lpm_before 
+0x043e 001595 fetch 1 ,mem_gpio_wakeup_low + 1 
+0x043f 001596 and pdata ,0xfe ,pdata 
+0x0440 001597 store 1 ,mem_gpio_wakeup_low + 1 
+0x0441 001599 fetcht 1 ,mem_config_select_device_button_gpio 
+0x0442 001600 call p_gpio_set_input_pd 
+0x0443 001602 fetch 1 ,mem_gpio_wakeup_high + 1 
+0x0444 001603 or pdata ,0x01 ,pdata 
+0x0445 001604 store 1 ,mem_gpio_wakeup_high + 1 
+0x0446 001605 rtn 
+:      001607 p_mouse_bb_event_timer:
+0x0447 001608 call p_mouse_adc_read 
+0x0448 001609 call p_mouse_low_voltage_led_timer 
+0x0449 001610 call p_mouse_wheel_trigger_timer 
+0x044a 001611 call p_mouse_null_enter_hibernate_timer 
+0x044b 001612 call p_mouse_bt_discovery_check 
+0x044c 001613 call p_mouse_select_device 
+0x044d 001614 call mouse_check_discovery_timeout_timer 
+0x044e 001615 call p_mouse_dpi_check 
+0x044f 001616 call p_mouse_24g_long_sleep_param_update_timer 
+0x0450 001617 call mouse_check_direct_timeout_timer 
+0x0451 001618 call p_mouse_le_enable_att_list_timer 
+0x0452 001619 call p_mouse_le_current_mult_update_timer 
+0x0453 001620 call p_mouse_multi_led_blink_timer 
+0x0454 001621 branch mouse_check_no_data_timeout_timer 
+:      001624 p_mouse_24g_long_sleep_param_update_timer:
+0x0455 001625 arg mem_24g_long_sleep_param_update_timer ,regc 
+0x0456 001626 arg p_mouse_24g_long_sleep_normal_param ,regb 
+0x0457 001627 branch timer_single_step 
+:      001628 p_mouse_24g_long_sleep_normal_param:
+0x0458 001629 setarg g24_long_sleep_step2 
+0x0459 001630 store 3 ,mem_24g_enter_hibernate 
+:      001631 p_mouse_long_mult_flag_enable:
+0x045a 001632 jam 1 ,mem_mouse_long_mult_flag 
+0x045b 001633 rtn 
+:      001636 p_mouse_le_enable_att_list_timer:
+0x045c 001637 arg mem_le_start_encrypt_timer ,regc 
+0x045d 001638 arg mouse_le_write_enable ,regb 
+0x045e 001639 branch timer_single_step 
+:      001641 p_mouse_le_current_mult_update_timer:
+0x045f 001642 arg mem_mouse_le_current_mult_timer ,regc 
+0x0460 001643 arg p_mouse_le_current_mult_reinit ,regb 
+0x0461 001644 branch timer_single_step 
+:      001645 p_mouse_le_current_mult_reinit:
+0x0462 001646 fetch 1 ,mem_lpm_mult_init 
+0x0463 001647 store 1 ,mem_lpm_mult 
+0x0464 001648 branch p_mouse_long_mult_flag_enable 
+:      001650 p_mouse_wheel_trigger_timer:
+0x0465 001651 arg mem_mouse_wheel_trigger_timer ,regc 
+0x0466 001652 arg p_mouse_wheel_trigger_disable ,regb 
+0x0467 001653 branch timer_single_step 
+:      001654 p_mouse_wheel_trigger_disable:
+0x0468 001655 jam 0 ,mem_mouse_wheel_trigger 
+0x0469 001656 rtn 
+:      001658 p_mouse_bt_discovery_check:
+:      001661 p_mouse_bt_discovery_by_button:
+0x046a 001662 call p_mouse_pb_button_check 
+0x046b 001663 nbranch p_mouse_bt_discovery_commbination_key_down ,true 
+:      001664 p_mouse_bt_discovery_commbination_key_up:
+0x046c 001665 call mouse_bt_discovery_commbination_key_up 
+0x046d 001666 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x046e 001667 branch mouse_disable_function_flag 
+:      001669 p_mouse_bt_discovery_commbination_key_down:
+0x046f 001670 jam 40 ,mem_mouse_null_enter_hibernate_timer 
+0x0470 001671 call p_mouse_bt_discovery_timer 
+0x0471 001672 branch mouse_bt_discovery_commbination_key_down + 1 
+:      001674 p_mouse_bt_discovery_timer:
+0x0472 001675 arg mem_combination_ui_button_count ,regc 
+0x0473 001676 arg p_mouse_long_button_bt_discovery ,regb 
+0x0474 001677 branch timer_single_step 
+:      001679 p_mouse_long_button_bt_discovery:
+0x0475 001680 fetch mouse_flag_len ,mem_mouse_flag 
+0x0476 001681 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+0x0477 001682 jam 0 ,mem_mouse_long_button_select_device 
+0x0478 001683 call p_mouse_store_device_mode_2eeporm 
+0x0479 001684 fetch 2 ,mem_ui_state_map 
+0x047a 001685 isolate1 ui_state_ble_adv ,pdata 
+0x047b 001686 call mouse_stop_le_adv ,true 
+0x047c 001690 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x047d 001691 call mouse_enable_function_flag 
+0x047e 001692 branch mouse_long_button_bt_discovry 
+:      001694 p_mouse_null_enter_hibernate_timer:
+0x047f 001695 fetch 1 ,mem_mouse_null_enter_hibernate_flag 
+0x0480 001696 rtn blank 
+0x0481 001697 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x0482 001698 nrtn blank 
+0x0483 001699 arg mem_mouse_null_enter_hibernate_timer ,regc 
+0x0484 001700 arg p_mouse_null_enter_hibernate ,regb 
+0x0485 001701 branch timer_single_step 
+:      001703 p_mouse_null_enter_hibernate:
+0x0486 001704 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+0x0487 001705 branch app_enter_hibernate 
+:      001707 p_mouse_select_device:
+:      001708 p_mouse_select_device_by_button:
+0x0488 001709 call p_mouse_pb_button_check 
+0x0489 001710 nbranch p_mouse_select_device_button_down ,true 
+:      001711 p_mouse_select_device_button_up:
+0x048a 001712 fetch 1 ,mem_mouse_button_select_device_timer_init 
+0x048b 001713 store 1 ,mem_mouse_button_select_device_count 
+0x048c 001714 fetch 1 ,mem_mouse_select_device_button_wakeup_flag 
+0x048d 001715 ncall p_mouse_select_button_wakeup_firstup ,blank 
+0x048e 001716 fetch 1 ,mem_select_device_button_statue 
+0x048f 001717 rtneq dpi_button_state_up 
+0x0490 001718 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x0491 001719 arg 1 ,temp 
+0x0492 001720 arg mem_mouse_long_button_select_device ,rega 
+0x0493 001721 arg mouse_device_mode_eeprom_offset ,regb 
+0x0494 001722 call iicd_read_eep_data 
+0x0495 001723 fetch 1 ,mem_mouse_long_button_select_device 
+0x0496 001724 branch p_mouse_select_device_and_reset ,blank 
+:      001725 p_mouse_ready_reconnection_by_button:
+0x0497 001726 call p_mouse_switch_device_flag 
+0x0498 001727 jam 0 ,mem_link_key_exists 
+0x0499 001728 call p_mouse_store_device_number2eeprom 
+0x049a 001729 call mouse_select_device_enable 
+0x049b 001730 branch mouse_set_reconnection 
+:      001732 p_mouse_switch_device_flag:
+0x049c 001733 fetcht 1 ,mem_device_flag 
+0x049d 001734 increase 1 ,temp 
+0x049e 001735 fetch 1 ,mem_device_number 
+0x049f 001736 isub temp ,null 
+0x04a0 001737 ncall mouse_select_device_count_clean ,positive 
+0x04a1 001738 storet 1 ,mem_device_flag 
+0x04a2 001739 rtn 
+:      001741 p_mouse_select_device_button_down:
+0x04a3 001742 fetch 1 ,mem_mouse_select_device_button_wakeup_flag 
+0x04a4 001743 nrtn blank 
+0x04a5 001744 fetch 2 ,mem_ui_state_map 
+0x04a6 001745 bbit1 ui_state_ble_adv ,p_mouse_select_device_button_down_next 
+0x04a7 001746 jam off ,mem_mouse_multi_led_blink_enable 
+:      001747 p_mouse_select_device_button_down_next:
+0x04a8 001748 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x04a9 001749 rtnbit1 app_disc_pb_button 
+0x04aa 001751 fetch 1 ,mem_select_device_button_statue 
+0x04ab 001752 rtneq dpi_button_state_down 
+0x04ac 001753 jam dpi_button_state_down ,mem_select_device_button_statue 
+0x04ad 001757 fetch 2 ,mem_ui_state_map 
+0x04ae 001758 rtnbit0 ui_state_ble_connected 
+:      001759 p_mouse_pb_button_2ble_disconnect:
+0x04af 001760 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x04b0 001761 set1 app_disc_pb_button ,pdata 
+0x04b1 001762 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x04b2 001763 branch mouse_disconnect 
+:      001765 p_mouse_pb_button_check:
+0x04b3 001766 fetcht 1 ,mem_config_select_device_button_gpio 
+0x04b4 001767 call p_gpio_set_input_pd 
+0x04b5 001768 fetcht 1 ,mem_config_select_device_button_gpio 
+0x04b6 001769 branch gpio_get_bit 
+:      001780 p_mouse_select_button_wakeup_firstup:
+0x04b7 001781 jam 0 ,mem_mouse_select_device_button_wakeup_flag 
+0x04b8 001782 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x04b9 001785 rtn 
+:      001787 p_mouse_select_device_and_reset:
+0x04ba 001788 jam 0xff ,mem_mouse_long_button_select_device 
+:      001789 p_mouse_store_device_mode_2eeporm:
+0x04bb 001790 arg 1 ,temp 
+0x04bc 001791 arg mem_mouse_long_button_select_device ,rega 
+0x04bd 001792 arg mouse_device_mode_eeprom_offset ,regb 
+0x04be 001793 branch iicd_write_protect_eep_data 
+:      001795 p_mouse_multi_led_blink_timer:
+0x04bf 001796 fetch 1 ,mem_mouse_multi_led_blink_enable 
+0x04c0 001797 rtn blank 
+0x04c1 001798 fetch 1 ,mem_mouse_multi_led_type 
+0x04c2 001799 beq multi_led_on ,p_mouse_multi_led_type_on 
+0x04c3 001800 beq multi_led_blink ,p_mouse_multi_led_type_blink 
+0x04c4 001801 rtn 
+:      001803 p_mouse_multi_led_type_on:
+0x04c5 001804 call p_mouse_multi_led_on 
+0x04c6 001805 fetch 1 ,mem_mouse_multi_led_on_timer 
+0x04c7 001806 increase 1 ,pdata 
+0x04c8 001807 store 1 ,mem_mouse_multi_led_on_timer 
+0x04c9 001808 fetcht 1 ,mem_mouse_multi_led_on_timer_init 
+0x04ca 001809 isub temp ,null 
+0x04cb 001810 nrtn zero 
+:      001811 p_mouse_multi_led_off_poweron2s:
+0x04cc 001812 jam 0 ,mem_mouse_multi_led_on_poweron2s_flag 
+0x04cd 001813 branch p_mouse_multi_led_off 
+:      001815 p_mouse_multi_led_type_blink:
+0x04ce 001816 arg mem_mouse_multi_led_blink_timer ,regc 
+0x04cf 001817 arg p_mouse_multi_led_type_blink_timeout ,regb 
+0x04d0 001818 branch timer_single_step 
+:      001819 p_mouse_multi_led_type_blink_timeout:
+0x04d1 001820 fetch 1 ,mem_mouse_multi_led_blink_timer_init 
+0x04d2 001821 store 1 ,mem_mouse_multi_led_blink_timer 
+0x04d3 001822 fetch 1 ,mem_mouse_multi_led_blink_count_limited 
+0x04d4 001823 branch p_mouse_multi_led_blink_count_no_limited ,blank 
+0x04d5 001824 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x04d6 001825 branch p_mouse_multi_led_blink_off ,blank 
+0x04d7 001826 increase -1 ,pdata 
+0x04d8 001827 store 1 ,mem_mouse_multi_led_blink_count 
+:      001828 p_mouse_multi_led_blink_count_no_limited:
+0x04d9 001829 fetch 1 ,mem_mouse_multi_led_state 
+0x04da 001830 beq on ,p_mouse_multi_led_off 
+0x04db 001831 beq off ,p_mouse_multi_led_on 
+0x04dc 001832 rtn 
+:      001834 p_mouse_multi_led_on:
+0x04dd 001835 jam on ,mem_mouse_multi_led_state 
+0x04de 001836 fetch 1 ,mem_device_flag 
+0x04df 001837 beq mode_24g_device ,p_mouse_multi_down_led_on 
+:      001838 p_mouse_multi_up_led_on:
+0x04e0 001839 fetcht 1 ,mem_mouse_bt_led_gpio 
+0x04e1 001840 call gpio_config_output 
+0x04e2 001841 fetcht 1 ,mem_mouse_bt_led_gpio 
+0x04e3 001842 branch gpio_out_active 
+:      001843 p_mouse_multi_down_led_on:
+0x04e4 001844 fetcht 1 ,mem_mouse_multi_led_gpio 
+0x04e5 001845 call gpio_config_output 
+0x04e6 001846 fetcht 1 ,mem_mouse_multi_led_gpio 
+0x04e7 001847 branch gpio_out_active 
+:      001849 p_mouse_multi_led_blink_off:
+0x04e8 001850 setarg 0 
+0x04e9 001851 store 3 ,mem_mouse_multi_led_blink_timer 
+:      001852 p_mouse_multi_led_off:
+0x04ea 001853 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x04eb 001854 nbranch p_mouse_multi_led_off_wait_blink_over ,blank 
+0x04ec 001855 jam 0 ,mem_mouse_multi_led_blink_enable 
+0x04ed 001856 jam 0 ,mem_mouse_multi_led_type 
+:      001857 p_mouse_multi_led_off_wait_blink_over:
+0x04ee 001858 jam 0 ,mem_mouse_multi_led_on_timer 
+0x04ef 001859 jam off ,mem_mouse_multi_led_state 
+:      001860 p_mouse_multi_led_off2:
+0x04f0 001861 fetcht 1 ,mem_mouse_multi_led_gpio 
+0x04f1 001862 call gpio_out_inactive 
+0x04f2 001863 hfetch 1 ,core_gpio_pd0 
+0x04f3 001864 set1 5 ,pdata 
+0x04f4 001865 hstore 1 ,core_gpio_pd0 
+:      001866 p_mouse_bt_led_suspend:
+0x04f5 001867 fetcht 1 ,mem_mouse_bt_led_gpio 
+0x04f6 001868 set0 gpio_active_bit ,temp 
+0x04f7 001869 branch gpio_set_high_impedance 
+:      001871 p_mouse_mode_bt_device1_multi_led_on:
+:      001872 p_mouse_mode_24g_device_multi_led_on:
+0x04f8 001873 jam 1 ,mem_mouse_multi_led_on_poweron2s_flag 
+0x04f9 001874 jam on ,mem_mouse_multi_led_blink_enable 
+0x04fa 001875 jam multi_led_on ,mem_mouse_multi_led_type 
+0x04fb 001876 jam 0 ,mem_mouse_multi_led_on_timer 
+0x04fc 001877 rtn 
+:      001888 p_mouse_discovery_multi_led_blink:
+0x04fd 001889 jam 3 ,mem_mouse_multi_led_blink_timer_init 
+:      001890 p_mouse_discovery_multi_led_blink2:
+0x04fe 001892 jam 1 ,mem_mouse_multi_led_blink_count 
+:      001893 p_mouse_multi_led_blink_enable:
+0x04ff 001894 jam 1 ,mem_mouse_multi_led_blink_timer 
+0x0500 001895 jam on ,mem_mouse_multi_led_blink_enable 
+0x0501 001896 jam multi_led_blink ,mem_mouse_multi_led_type 
+0x0502 001897 rtn 
+:      001899 p_mouse_discovey_led_blink_off:
+0x0503 001900 fetch 1 ,mem_mouse_multi_led_on_timer 
+0x0504 001901 nrtn blank 
+0x0505 001902 fetch 1 ,mem_mouse_multi_led_on_poweron2s_flag 
+0x0506 001903 nrtn blank 
+0x0507 001904 branch p_mouse_multi_led_blink_off 
+:      001906 p_mouse_dpi_multi_led_blink:
+0x0508 001907 jam 5 ,mem_mouse_multi_led_blink_timer_init 
+0x0509 001908 jam 1 ,mem_mouse_multi_led_blink_count_limited 
+0x050a 001909 branch p_mouse_multi_led_blink_enable 
+:      001913 p_mouse_adc_read:
+0x050b 001917 fetch 2 ,mem_mouse_multi_led_blink_count 
+0x050c 001918 nrtn blank 
+0x050d 001919 arg mem_adc_read_timer ,regc 
+0x050e 001920 arg p_mouse_adc_read_timeout ,regb 
+0x050f 001921 branch timer_single_step 
+:      001922 p_mouse_adc_read_timeout:
+0x0510 001923 jam 10 ,mem_adc_read_timer 
+0x0511 001924 call p_adc_set_mode 
+0x0512 001925 call vdd_calculate_by_mode 
+0x0513 001926 add pdata ,0x15 ,pdata 
+0x0514 001927 store 2 ,mem_mouse_vdd_now_vol 
+0x0515 001928 arg mem_mouse_vdd_calculate_set ,rega 
+0x0516 001929 call p_adc_bat_percent_lowpower_out 
+0x0517 001930 fetch 1 ,mem_adc_power_flag 
+0x0518 001931 bbit1 1 ,app_enter_hibernate 
+0x0519 001932 bbit0 0 ,p_mouse_adc_no_low_voltage 
+0x051a 001933 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x051b 001934 branch mouse_adc_low_voltage 
+:      001935 p_mouse_adc_no_low_voltage:
+0x051c 001936 call mouse_adc_no_low_voltage 
+0x051d 001937 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x051e 001938 rtn blank 
+0x051f 001939 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+0x0520 001940 branch p_mouse_multi_led_off 
+:      001942 p_adc_set_mode:
+0x0521 001943 fetch 1 ,mem_adc_config_flag 
+0x0522 001944 beq adc_config_gpio ,p_adc_check_gpio 
+0x0523 001945 branch adc_set_mode + 1 
+:      001946 p_adc_check_gpio:
+0x0524 001947 fetcht 1 ,mem_mouse_multi_led_gpio 
+0x0525 001948 call gpio_config_input 
+0x0526 001949 hfetch 1 ,core_gpio_pd0 
+0x0527 001950 set0 5 ,pdata 
+0x0528 001951 hstore 1 ,core_gpio_pd0 
+0x0529 001953 hfetch 1 ,core_gpio_pu0 
+0x052a 001954 set0 5 ,pdata 
+0x052b 001955 hstore 1 ,core_gpio_pu0 
+0x052c 001956 branch adc_check_gpio 
+:      001958 p_adc_bat_percent_lowpower_out:
+0x052d 001959 ifetch 8 ,rega 
+0x052e 001960 store 8 ,mem_pdatatemp 
+0x052f 001961 fetcht 2 ,mem_pdatatemp + 2 
+0x0530 001962 fetch 2 ,mem_pdatatemp + 6 
+0x0531 001963 isub temp ,null 
+0x0532 001964 nbranch adc_set_no_power_flag ,positive 
+0x0533 001965 fetcht 2 ,mem_pdatatemp + 4 
+0x0534 001966 isub temp ,null 
+0x0535 001967 nbranch adc_set_low_power_flag ,positive 
+:      001968 p_adc_clear_low_power_flag:
+0x0536 001969 fetch 1 ,mem_adc_power_flag 
+0x0537 001970 set0 0 ,pdata 
+0x0538 001971 store 1 ,mem_adc_power_flag 
+0x0539 001972 rtn 
+:      001974 p_mouse_low_voltage_led_timer:
+0x053a 001975 fetch mouse_flag_len ,mem_mouse_flag 
+0x053b 001976 rtnbit0 mouse_low_voltage_flag 
+0x053c 001977 fetch 2 ,mem_ui_state_map 
+0x053d 001978 rtnbit1 ui_state_ble_adv 
+0x053e 001980 fetch 2 ,mem_mouse_multi_led_blink_count 
+0x053f 001981 nrtn blank 
+0x0540 001982 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x0541 001983 pincrease 1 
+0x0542 001984 store 1 ,mem_adc_low_volatage_led_timer_count 
+0x0543 001985 sub pdata ,50 ,null 
+0x0544 001986 ncall p_mouse_adc_low_volatage_led_timer_count_clean ,positive 
+0x0545 001987 sub pdata ,5 ,null 
+0x0546 001988 branch p_mouse_multi_led_on ,positive 
+0x0547 001989 branch p_mouse_multi_led_off 
+:      001990 p_mouse_adc_low_volatage_led_timer_count_clean:
+0x0548 001991 jam 1 ,mem_adc_low_volatage_led_timer_count 
+0x0549 001992 rtn 
+:      001994 p_mouse_seting_dpi:
+:      001995 p_mouse_seting_dpi_diff:
+0x054a 001996 fetch 1 ,mem_config_sensor_type 
+0x054b 001997 beq p3205 ,p_mouse_seting_3065xy_dpi 
+0x054c 001998 beq p3065_xy ,p_mouse_seting_3065xy_dpi 
+0x054d 002000 branch mouse_seting_dpi + 3 
+:      002002 p_mouse_seting_3065xy_dpi:
+0x054e 002003 fetch 1 ,mem_mouse_dpi 
+0x054f 002004 sub pdata ,mouse_dpi_level2 ,null 
+0x0550 002005 call p_mouse_3065xy_dpi_recount ,zero 
+0x0551 002006 fetch 1 ,mem_mouse_dpi 
+0x0552 002007 beq mouse_dpi_level1 ,mouse_set_cpi1 
+0x0553 002009 beq mouse_dpi_level4 ,mouse_set_cpi4 
+0x0554 002010 branch mouse_set_cpi3 
+:      002011 p_mouse_3065xy_dpi_recount:
+0x0555 002012 jam mouse_dpi_level3 ,mem_mouse_dpi 
+0x0556 002013 rtn 
+:      002033 p_mouse_motion:
+0x0557 002034 disable user 
+0x0558 002035 setarg 0 
+0x0559 002036 store 6 ,mem_mouse_x 
+0x055a 002037 call p_mouse_cheak_sensor_data 
+0x055b 002038 call mouse_zwheel 
+0x055c 002039 call mouse_t_zwheel 
+0x055d 002040 call p_mouse_key 
+0x055e 002041 nrtn user 
+0x055f 002042 branch mouse_motion + 9 
+:      002045 p_mouse_cheak_sensor_data:
+:      002049 p_mouse_p32xx_sensor_motion:
+0x0560 002050 call mouse_clear_sensor_data 
+0x0561 002051 disable user 
+0x0562 002057 branch mouse_p32xx_sensor_motion_2 
+:      002067 p_mouse_key:
+0x0563 002068 call p_mouse_check_key_gpio 
+0x0564 002069 branch mouse_key + 1 
+:      002070 p_mouse_check_key_gpio:
+0x0565 002071 arg 0 ,rega 
+0x0566 002072 call p_mouse_check_lkey_gpio 
+0x0567 002076 branch mouse_check_key_gpio + 11 
+:      002084 p_mouse_check_lkey_gpio:
+0x0568 002085 fetcht 1 ,mem_lbutton_gpio 
+0x0569 002086 call p_gpio_set_input_pu 
+0x056a 002087 fetcht 1 ,mem_lbutton_gpio 
+0x056b 002088 call gpio_get_bit 
+0x056c 002089 setflag true ,0 ,rega 
+:      002091 p_mouse_check_rkey_gpio:
+0x056d 002092 fetcht 1 ,mem_rbutton_gpio 
+0x056e 002093 call p_gpio_set_input_pu 
+0x056f 002094 fetcht 1 ,mem_rbutton_gpio 
+0x0570 002095 call gpio_get_bit 
+0x0571 002096 setflag true ,1 ,rega 
+:      002098 p_mouse_check_mkey_gpio:
+0x0572 002099 fetcht 1 ,mem_mbutton_gpio 
+0x0573 002100 call p_gpio_set_input_pu 
+0x0574 002101 fetcht 1 ,mem_mbutton_gpio 
+0x0575 002102 call gpio_get_bit 
+0x0576 002103 setflag true ,2 ,rega 
+0x0577 002104 rtn 
+:      002119 p_gpio_set_input_pd:
+0x0578 002120 set0 gpio_active_bit ,temp 
+0x0579 002121 arg core_gpio_pu0 ,contw 
+0x057a 002122 call gpio_set_bit 
+0x057b 002123 set1 gpio_active_bit ,temp 
+0x057c 002124 arg core_gpio_pd0 ,contw 
+0x057d 002125 branch gpio_set_high_impedance + 4 
+:      002126 p_gpio_set_input_pu:
+0x057e 002127 set1 gpio_active_bit ,temp 
+0x057f 002128 arg core_gpio_pu0 ,contw 
+0x0580 002129 call gpio_set_bit 
+0x0581 002130 set0 gpio_active_bit ,temp 
+0x0582 002131 branch p_gpio_set_input_pd + 4 
+:      002133 p_mouse_bb_disconnected:
+0x0583 002134 jam 0 ,mem_mouse_enter_sniff_count 
+0x0584 002135 jam 0x0e ,mem_sniff_param_interval 
+0x0585 002136 call mouse_bb_discon_clear_stack 
+0x0586 002137 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x0587 002138 bbit1 app_disc_ble ,p_mouse4_0_event_bb_disconn 
+0x0588 002139 branch mouse_bb_disconnected + 9 
+:      002141 p_mouse4_0_event_bb_disconn:
+0x0589 002142 call mouse_le_clean_connect_flag 
+0x058a 002143 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x058b 002144 bbit1 app_disc_pb_button ,p_mouse_select_device_button_up 
+0x058c 002145 branch mouse4_0_event_bb_disconn + 2 
+:      002147 p_mouse_bb_event_discovery_btn:
+0x058d 002148 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+0x058e 002149 jam 0 ,mem_mouse_null_enter_hibernate_timer 
+0x058f 002150 isolate1 mark_24g ,mark 
+0x0590 002151 call p_g24_check_51cmd_stop_24g ,true 
+0x0591 002152 branch mouse_bb_event_discovery_btn + 1 
+:      002154 p_le_addr_random_config:
+0x0592 002155 call load_adc_init 
+0x0593 002156 fetch 2 ,mem_0_5_adc_io_data 
+0x0594 002158 store 2 ,mem_random_addr_increase_count 
+:      002159 p_le_addr_random_store:
+:      002160 p_mouse_store_eerpom_random_addr_increase_count:
+0x0595 002161 arg 2 ,temp 
+0x0596 002162 arg mem_random_addr_increase_count ,rega 
+0x0597 002163 arg mouse_random_addr_count_eeprom_offset ,regb 
+0x0598 002164 branch iicd_write_protect_eep_data 
+:      002165 p_mouse_load_eeprom_random_addr_increase_count:
+0x0599 002166 arg 2 ,temp 
+0x059a 002167 arg mem_random_addr_increase_count ,rega 
+0x059b 002168 arg mouse_random_addr_count_eeprom_offset ,regb 
+0x059c 002169 branch iicd_read_eep_data 
+:      002177 p_mouse_start_discovery:
+0x059d 002178 call p_mouse_tx_power_init 
+0x059e 002183 jam 1 ,mem_device_flag 
+0x059f 002185 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0x05a0 002186 fetch 2 ,mem_ui_state_map 
+0x05a1 002187 bbit1 ui_state_ble_adv ,p_mouse_start_discovery_norandom 
+0x05a2 002190 call p_mouse_load_eeprom_random_addr_increase_count 
+0x05a3 002191 fetcht 2 ,mem_random_addr_increase_count 
+0x05a4 002192 increase 1 ,temp 
+0x05a5 002193 storet 2 ,mem_random_addr_increase_count 
+0x05a6 002194 storet 2 ,mem_le_lap + 1 
+0x05a7 002195 call p_mouse_store_eerpom_random_addr_increase_count 
+0x05a8 002196 random pdata 
+0x05a9 002197 store 1 ,mem_le_lap 
+:      002198 p_mouse_start_discovery_norandom:
+0x05aa 002199 call app_lpm_mult_disable 
+0x05ab 002200 fetch 2 ,mem_discovery_timeout 
+0x05ac 002201 store 2 ,mem_mouse_discovery_timer 
+0x05ad 002202 jam 6 ,mem_connection_options 
+0x05ae 002203 setarg 0 
+0x05af 002204 store 2 ,mem_mouse_no_data_timer 
+0x05b0 002205 store 2 ,mem_mouse_direct_timer 
+0x05b1 002206 arg mouse_store_eeprom_flag ,queue 
+0x05b2 002207 call mouse_enable_function_flag 
+0x05b3 002208 call mouse_bt_discovery_button_down_disable 
+0x05b4 002211 call p_check_51cmd_adv 
+0x05b5 002212 call mouse_start_discovery_norandom + 13 
+0x05b6 002213 branch p_mouse_discovery_multi_led_blink 
+:      002215 p_check_51cmd_adv:
+0x05b7 002216 jam 0 ,mem_mouse_le_reconnect_flag 
+0x05b8 002217 call p_le_check_adv_flag 
+0x05b9 002218 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
+0x05ba 002219 istore 1 ,contr 
+0x05bb 002221 arg mem_le_adv_swift_pair ,contr 
+0x05bc 002222 call p_le_adv_data_update 
+0x05bd 002224 branch check_51cmd_adv 
+:      002226 p_le_adv_data_update:
+0x05be 002227 arg mem_le_adv_data + 11 ,contw 
+0x05bf 002228 arg 19 ,loopcnt 
+0x05c0 002229 call memcpy 
+0x05c1 002230 branch le_modified_name_adv 
+:      002232 p_mouse_stop_discovery:
+0x05c2 002233 jam 0 ,mem_mouse_multi_led_blink_count 
+0x05c3 002234 call p_mouse_discovey_led_blink_off 
+0x05c4 002235 setarg 0 
+0x05c5 002236 store 2 ,mem_mouse_discovery_timer 
+0x05c6 002237 call p_mouse_sensor_poweron 
+0x05c7 002238 branch mouse_stop_discovery + 1 
+:      002240 p_le_slave_match:
+0x05c8 002241 fetch 1 ,mem_le_md_count 
+0x05c9 002242 pincrease 1 
+0x05ca 002243 store 1 ,mem_le_md_count 
+0x05cb 002244 beq le_md_max_count ,le_slave_cont 
+0x05cc 002245 call le_acknowledge 
+0x05cd 002246 call le_prepare_tx 
+0x05ce 002247 call power_ctrl_start 
+0x05cf 002248 branch le_slave_match + 7 
+:      002250 p_le_next_adv_channel:
+0x05d0 002251 fetch 1 ,mem_le_ch_mapped 
+0x05d1 002252 increase 1 ,pdata 
+0x05d2 002253 store 1 ,mem_le_ch_mapped 
+0x05d3 002254 rtnne 40 
+0x05d4 002255 jam 37 ,mem_le_ch_mapped 
+0x05d5 002256 rtn 
+:      002258 p_le_receive_skip:
+0x05d6 002259 call save_rssi 
+0x05d7 002260 call p_rssi_signal 
+0x05d8 002261 branch le_receive_skip + 2 
+:      002263 p_le_update_param:
+0x05d9 002264 call p_mouse_le_conn_param_check 
+0x05da 002265 branch le_update_param + 8 
+:      002266 p_mouse_le_lpm_mult_reinit:
+0x05db 002267 fetch 1 ,mem_lpm_mult_init 
+0x05dc 002268 store 1 ,mem_lpm_mult 
+:      002269 p_mouse_le_conn_param_lpm_enable:
+0x05dd 002270 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x05de 002271 rtn 
+:      002273 p_mouse_le_conn_param_check:
+0x05df 002274 fetch 1 ,mem_le_new_conninterval 
+0x05e0 002275 sub pdata ,le_interval_15ms ,null 
+0x05e1 002276 nbranch p_mouse_le_conn_param_lpm_disable ,positive 
+0x05e2 002277 fetch 1 ,mem_le_new_connslavelatency 
+0x05e3 002278 fetcht 1 ,mem_lpm_mult_init 
+0x05e4 002279 isub temp ,null 
+0x05e5 002280 branch p_mouse_le_lpm_mult_reinit ,positive 
+0x05e6 002281 fetch 1 ,mem_le_new_connslavelatency 
+0x05e7 002282 store 1 ,mem_lpm_mult 
+0x05e8 002283 branch p_mouse_le_conn_param_lpm_enable 
+:      002285 p_le_update_channel_map:
+0x05e9 002286 fetch 1 ,mem_le_state 
+0x05ea 002287 rtnbit0 lestate_update_map 
+0x05eb 002288 call p_le_channel_map_overflow_check 
+0x05ec 002289 nrtn user 
+0x05ed 002290 branch le_update_channel_map + 3 
+:      002291 p_le_channel_map_overflow_check:
+0x05ee 002292 enable user 
+0x05ef 002293 fetch 1 ,mem_le_event_count + 1 
+0x05f0 002294 rshift4 pdata ,pdata 
+0x05f1 002295 rtnne 0x0f 
+0x05f2 002296 fetch 1 ,mem_le_instant + 1 
+0x05f3 002297 rshift4 pdata ,pdata 
+0x05f4 002298 rtnne 0x00 
+0x05f5 002299 branch disable_user 
+:      002301 p_le_prepare_tx:
+0x05f6 002302 fetch 1 ,mem_le_arq 
+0x05f7 002303 bbit1 wak ,p_le_prepare_tx_wak 
+0x05f8 002304 call power_ctrl_pac_succ_incrs 
+0x05f9 002305 fetch 1 ,mem_empty_count 
+0x05fa 002306 nbranch p_le_send_empyt ,blank 
+0x05fb 002307 fetch 1 ,mem_le_state 
+0x05fc 002308 bbit0 lestate_encryption ,p_le_tx_4 
+0x05fd 002309 fetch 1 ,mem_le_rxbuf + 1 
+0x05fe 002310 branch p_le_tx_4 ,blank 
+0x05ff 002311 branch le_send_empty 
+:      002312 p_le_send_empyt:
+0x0600 002313 fetch 1 ,mem_empty_count 
+0x0601 002314 increase -1 ,pdata 
+0x0602 002315 store 1 ,mem_empty_count 
+0x0603 002316 branch le_send_empty 
+:      002317 p_le_tx_4:
+0x0604 002318 fetch 1 ,mem_le_pairing_state 
+0x0605 002319 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
+0x0606 002320 jam 3 ,mem_empty_count 
+:      002321 p_in_le_tx_4:
+0x0607 002322 call le_fifo_check_nearly_full 
+0x0608 002323 call p_mouse_data_pull ,blank 
+0x0609 002324 branch le_prepare_tx + 4 
+:      002326 p_le_prepare_tx_wak:
+0x060a 002327 call p_le_check_tx_retransmit_setmd 
+0x060b 002328 branch p_le_power_ctrl_pac_succ_decrs 
+:      002330 p_le_check_tx_retransmit_setmd:
+0x060c 002331 fetch 1 ,mem_le_connect_status_flag 
+0x060d 002332 and pdata ,0x03 ,pdata 
+0x060e 002333 rtnne 0x03 
+0x060f 002334 fetch 1 ,mem_mouse_data_queue_num 
+0x0610 002335 rtn blank 
+0x0611 002336 fetch 1 ,mem_le_txlen 
+0x0612 002337 rtn blank 
+0x0613 002338 fetch 1 ,mem_le_txheader 
+0x0614 002339 set1 md ,pdata 
+0x0615 002340 store 1 ,mem_le_txheader 
+0x0616 002341 call le_set_md 
+0x0617 002342 rtn 
+:      002346 p_le_power_ctrl_pac_succ_decrs:
+0x0618 002347 branch power_ctrl_pac_succ_decrs 
+:      002349 p_mouse_le_reconn_write_enable_timer_reinit:
+0x0619 002350 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x061a 002351 rtn blank 
+0x061b 002352 fetch 1 ,mem_le_connect_status_flag 
+0x061c 002353 and pdata ,0x03 ,pdata 
+0x061d 002354 rtneq 0x03 
+0x061e 002355 jam 10 ,mem_le_start_encrypt_timer 
+0x061f 002356 rtn 
+:      002358 p_le_parse:
+0x0620 002359 rtnmark1 mark_old_packet 
+0x0621 002360 call le_fifo_check_full 
+0x0622 002361 nrtn blank 
+0x0623 002362 fetch 1 ,mem_le_rxbuf 
+0x0624 002363 and pdata ,0x3 ,pdata 
+0x0625 002364 store 1 ,mem_le_packet_llid 
+0x0626 002365 ifetch 1 ,contr 
+0x0627 002366 and pdata ,0x1f ,pdata 
+0x0628 002367 store 1 ,mem_le_packet_size 
+0x0629 002368 rtn blank 
+0x062a 002369 copy contr ,pdata 
+0x062b 002370 store 2 ,mem_le_payload_ptr 
+0x062c 002371 fetch 1 ,mem_le_packet_llid 
+0x062d 002372 beq llid_le_ll ,p_le_parse_ll 
+0x062e 002373 branch le_parse_l2cap 
+:      002374 p_le_parse_ll:
+0x062f 002375 fetch 1 ,mem_le_rxbuf + 2 
+0x0630 002376 beq ll_channel_map_req ,p_le_parse_channel_map_req 
+0x0631 002377 branch le_parse_ll + 1 
+:      002378 p_le_parse_channel_map_req:
+0x0632 002379 ifetch 5 ,contr 
+0x0633 002380 store 5 ,mem_le_new_map 
+0x0634 002381 ifetch 2 ,contr 
+0x0635 002382 store 2 ,mem_le_instant 
+0x0636 002383 branch le_parse_channel_map_req + 7 
+:      002385 p_le_parse_l2cap:
+0x0637 002386 ifetch 2 ,contr 
+0x0638 002387 beq le_l2cap_cid_att ,p_le_parse_att 
+0x0639 002388 beq le_l2cap_cid_smp ,p_le_parse_smp 
+0x063a 002389 branch le_parse_l2cap + 11 
+:      002390 p_le_parse_att:
+0x063b 002391 call store_contr 
+0x063c 002392 call p_mouse_le_reconn_write_enable_timer_reinit 
+0x063d 002393 call get_contr 
+0x063e 002394 ifetch 3 ,contr 
+0x063f 002395 store 3 ,mem_le_att_opcode 
+0x0640 002396 beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
+0x0641 002398 rshift8 pdata ,temp 
+0x0642 002399 sub temp ,0x24 ,null 
+0x0643 002401 branch le_parse_att + 2 ,positive 
+0x0644 002402 arg mem_mouse_le_uuid_sup ,temp 
+0x0645 002403 storet 2 ,mem_ui_le_uuid_table 
+0x0646 002404 call le_parse_att + 2 
+0x0647 002405 setarg 0x8e7a 
+0x0648 002406 store 2 ,mem_ui_le_uuid_table 
+0x0649 002407 rtn 
+:      002409 p_le_parse_att_read_by_group_type_request:
+0x064a 002410 call le_parse_att_read_by_group_type_request 
+0x064b 002411 call le_fifo_get_last_tx_ptr 
+0x064c 002412 increase 7 ,contr 
+0x064d 002413 ifetch 1 ,contr 
+0x064e 002414 rtnne attop_read_by_group_type_response 
+0x064f 002415 increase 5 ,contr 
+0x0650 002416 ifetch 2 ,contr 
+0x0651 002417 arg uuid_service_hids ,temp 
+0x0652 002418 isub temp ,null 
+0x0653 002419 nrtn zero 
+0x0654 002420 increase -4 ,contr 
+0x0655 002421 setarg 0x2b 
+0x0656 002422 istore 2 ,contr 
+0x0657 002423 rtn 
+:      002468 p_le_parse_smp:
+0x0658 002469 ifetch 1 ,contr 
+0x0659 002470 beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
+0x065a 002471 branch le_parse_smp + 1 
+:      002472 p_le_parse_smp_pairing_failed:
+0x065b 002473 call le_parse_smp_pairing_failed 
+0x065c 002474 fetch 1 ,mem_le_state 
+0x065d 002475 set0 lestate_update_param ,pdata 
+0x065e 002476 store 1 ,mem_le_state 
+0x065f 002477 branch le_parse_terminate_ind 
+:      002479 p_le_adv_not_match:
+0x0660 002480 fetch 1 ,mem_le_ch_mapped 
+0x0661 002481 bne 39 ,le_adv_loop 
+0x0662 002482 call p_le_adv_random_delay 
+0x0663 002483 arg le_adv_interval_timer ,queue 
+0x0664 002484 fetch 2 ,mem_le_adv_interval 
+0x0665 002485 branch timer_init 
+:      002486 p_le_adv_random_delay:
+0x0666 002487 random pdata 
+0x0667 002488 arg 0x1ff ,temp 
+0x0668 002489 iand temp ,pdata 
+0x0669 002490 add pdata ,250 ,pdata 
+0x066a 002491 branch delay 
+:      002493 p_le_lpm_setmult:
+0x066b 002494 disable wake 
+0x066c 002495 branch p_le_lpm_set_mult_attempt ,attempt 
+0x066d 002496 nbranch le_lpm_lost ,match 
+:      002497 p_le_lpm_set_mult_attempt:
+0x066e 002498 call lpm_match 
+0x066f 002499 fetch 2 ,mem_rx_window_sniff 
+0x0670 002500 store 2 ,mem_le_receive_window 
+0x0671 002501 fetch 1 ,mem_le_connect_status_flag 
+0x0672 002502 compare 3 ,pdata ,3 
+0x0673 002503 nbranch lpm_mult_short ,true 
+0x0674 002504 branch le_lpm_set_mult_attempt + 3 
+:      002506 p_le_mouse_bb_event_connect_complete:
+0x0675 002507 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x0676 002508 nrtn blank 
+0x0677 002509 fetch 1 ,mem_le_att_handle 
+0x0678 002510 sub pdata ,26 ,pdata 
+0x0679 002511 nrtn zero 
+0x067a 002512 branch mouse_le_write_enable 
+:      002514 p_check_51cmd_once_continue:
+0x067b 002515 call lmo_fifo_check 
+0x067c 002516 nbranch check_51cmd_restore ,blank 
+0x067d 002517 fetch 1 ,mem_fifo_temp 
+0x067e 002518 bmark0 mark_context ,check_51cmd_check_idle 
+0x067f 002519 beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
+0x0680 002520 branch check_51cmd_once_continue + 2 
+:      002522 p_check_51cmd_ble_update_connect_param:
+0x0681 002523 call le_fifo_check_full 
+0x0682 002524 nrtn blank 
+0x0683 002525 branch le_l2cap_tx_update_req 
+:      002528 p_twspi_reset:
+0x0684 002529 hfetch 1 ,core_gpio_out3 
+0x0685 002530 and_into 0xfd ,pdata 
+0x0686 002531 hstore 1 ,core_gpio_out3 
+0x0687 002532 hfetcht 1 ,core_gpio_oe3 
+0x0688 002533 or_into 0x2 ,temp 
+0x0689 002534 hstoret 1 ,core_gpio_oe3 
+0x068a 002535 call twspi_disable 
+0x068b 002536 and_into 0xfd ,temp 
+0x068c 002537 nop 13 
+0x068d 002538 call twspi_enable 
+0x068e 002539 hstoret 1 ,core_gpio_oe3 
+0x068f 002540 rtn 
+:      002546 power_ctrl_pac_succ_cnt_init:
+0x0690 002547 jam 1 ,mem_power_ctrl_level 
+0x0691 002548 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0x0692 002549 rtn 
+:      002550 power_ctrl_pac_succ_incrs:
+0x0693 002551 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0694 002552 increase 1 ,pdata 
+0x0695 002553 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0696 002554 rtn 
+:      002555 power_ctrl_pac_succ_decrs:
+0x0697 002556 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0698 002557 sub pdata ,2 ,null 
+0x0699 002558 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+0x069a 002559 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x069b 002560 rtneq 0 
+0x069c 002561 increase -1 ,pdata 
+0x069d 002562 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x069e 002563 rtn 
+:      002564 power_ctrl_pac_succ_cnt_reinit:
+0x069f 002565 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+0x06a0 002566 rtn 
+:      002568 power_ctrl_start:
+0x06a1 002569 fetch 2 ,mem_ui_state_map 
+0x06a2 002570 rtnbit1 ui_state_ble_adv 
+0x06a3 002574 arg mem_rssi_signal_buf ,rega 
+0x06a4 002575 call p_rssi_average 
+0x06a5 002576 storet 1 ,mem_rssi_avg_received 
+0x06a6 002578 setarg rssi_dis_max_24g 
+0x06a7 002579 bmark1 mark_24g ,power_ctrl_start_next 
+0x06a8 002580 setarg rssi_dis_max_ble 
+:      002581 power_ctrl_start_next:
+0x06a9 002582 isub temp ,null 
+0x06aa 002583 nbranch power_ctrl_txpower_incrs_force ,positive 
+0x06ab 002585 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x06ac 002586 sub pdata ,2 ,null 
+0x06ad 002587 nbranch power_ctrl_txpower_decrs_check ,positive 
+0x06ae 002588 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x06af 002589 beq 0 ,power_ctrl_txpower_incrs 
+0x06b0 002590 rtn 
+:      002592 power_ctrl_txpower_decrs_check:
+0x06b1 002593 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x06b2 002594 rtnne 32 
+0x06b3 002595 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      002596 power_ctrl_txpower_decrs:
+0x06b4 002597 fetcht 1 ,mem_rssi_avg_received 
+0x06b5 002598 setarg rssi_dis_min_24g 
+0x06b6 002599 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+0x06b7 002600 setarg rssi_dis_min_ble 
+:      002601 power_ctrl_txpower_decrs_next:
+0x06b8 002602 isub temp ,null 
+0x06b9 002603 nrtn positive 
+0x06ba 002604 fetch 1 ,mem_power_ctrl_level 
+0x06bb 002605 beq 0 ,power_ctrl_decrs_level0 
+0x06bc 002606 increase -1 ,pdata 
+0x06bd 002607 store 1 ,mem_power_ctrl_level 
+0x06be 002608 beq 0 ,power_ctrl_decrs_level0 
+:      002609 power_ctrl_decrs_level1:
+:      002610 power_ctrl_incrs_level1:
+0x06bf 002611 jam tx_power_0db ,mem_tx_power 
+0x06c0 002612 rtn 
+:      002614 power_ctrl_txpower_incrs_force:
+0x06c1 002615 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      002616 power_ctrl_txpower_incrs:
+0x06c2 002617 fetch 1 ,mem_power_ctrl_level 
+0x06c3 002618 beq 2 ,power_ctrl_incrs_level2 
+0x06c4 002619 increase 1 ,pdata 
+0x06c5 002620 store 1 ,mem_power_ctrl_level 
+0x06c6 002621 beq 1 ,power_ctrl_incrs_level1 
+:      002622 power_ctrl_incrs_level2:
+0x06c7 002624 jam tx_power_5db ,mem_tx_power 
+0x06c8 002625 rtn 
+:      002627 power_ctrl_decrs_level0:
+0x06c9 002628 jam tx_power_f5db ,mem_tx_power 
+0x06ca 002629 rtn 
+:      002632 p_set_freq_tx:
+0x06cb 002633 storet 1 ,mem_last_freq 
+0x06cc 002634 add temp ,0 ,rega 
+0x06cd 002635 call rf_write_freq 
+0x06ce 002636 setarg param_pll_setup 
+0x06cf 002637 call sleep 
+:      002638 p_rf_tx_enable:
+0x06d0 002639 jam 0x1 ,rfen_adc 
+0x06d1 002640 jam 0x3c ,rfen_rx 
+0x06d2 002641 jam 0xe0 ,rfen_tx 
+0x06d3 002642 nop 10 
+0x06d4 002643 jam 0x01 ,rfen_mdm 
+0x06d5 002644 jam 0x3d ,rfen_mdm 
+0x06d6 002645 nop 10 
+0x06d7 002646 jam 0xb7 ,rfen_sn 
+0x06d8 002647 nop 10 
+0x06d9 002648 jam 0x7d ,rfen_mdm 
+0x06da 002649 fetch 1 ,mem_tx_power 
+0x06db 002652 beq tx_power_5db ,p_set_tx_power_5db 
+0x06dc 002654 beq tx_power_f5db ,p_set_tx_power_f5db 
+0x06dd 002655 beq tx_power_pair ,p_set_tx_power_pair 
+:      002657 p_set_tx_power_0db:
+0x06de 002658 call p_rx_low_sens 
+0x06df 002660 jam 0xd0 ,0x8955 
+0x06e0 002661 jam 0xe0 ,0x8956 
+0x06e1 002663 jam 0x6c ,0x8958 
+0x06e2 002665 branch set_tx_power_0db 
+:      002677 p_set_tx_power_5db:
+0x06e3 002678 call p_rx_high_sens 
+0x06e4 002680 jam 0xd0 ,0x8955 
+0x06e5 002681 jam 0xe0 ,0x8956 
+0x06e6 002683 jam 0x3c ,0x8958 
+0x06e7 002685 branch set_tx_power_5db 
+:      002697 p_set_tx_power_f5db:
+0x06e8 002698 call p_rx_low_sens 
+0x06e9 002700 jam 0xd0 ,0x8955 
+0x06ea 002701 jam 0xc0 ,0x8956 
+0x06eb 002703 jam 0x6c ,0x8958 
+0x06ec 002705 branch set_tx_power_f5db 
+:      002707 p_rx_low_sens:
+0x06ed 002708 jam 0x5b ,0x894c 
+0x06ee 002709 jam 0x96 ,0x894d 
+0x06ef 002710 jam 0x2c ,0x894e 
+0x06f0 002711 jam 0x46 ,0x894f 
+0x06f1 002712 rtn 
+:      002714 p_rx_high_sens:
+0x06f2 002715 jam 0xfb ,0x894c 
+0x06f3 002716 jam 0xef ,0x894d 
+0x06f4 002717 jam 0xec ,0x894e 
+0x06f5 002718 jam 0x5e ,0x894f 
+0x06f6 002719 rtn 
+:      002721 p_set_tx_power_pair:
+0x06f7 002723 jam 0xc2 ,0x8956 
+0x06f8 002724 jam 0xd0 ,0x8955 
+0x06f9 002725 rtn 
+:      002727 p_shutdown_radio:
+0x06fa 002728 force 8 ,radio_ctrl 
+0x06fb 002729 branch shutdown_radio + 1 
               org 0x2000
-:      002702 start:
-0x2000 002703 call lpmstate 
-:      002705 soft_reset:
-0x2001 002706 bpatch patch00_0 ,mem_patch00 
-0x2002 002707 clear_stack 
-0x2003 002708 call spi_ncs_gpio_init 
-0x2004 002709 call initialize_radio 
-0x2005 002710 call iicd_init_12m 
-0x2006 002711 call init_param 
-0x2007 002712 call l2cap_init 
-0x2008 002713 bpatch patch00_1 ,mem_patch00 
-0x2009 002714 call rfcomm_init 
-0x200a 002715 call init_lmp 
-0x200b 002716 call ui_init 
-0x200c 002717 call app_init 
-0x200d 002718 ncall load_chip_option ,wake 
-0x200e 002719 bpatch patch00_2 ,mem_patch00 
-0x200f 002720 call app_lpm_init ,wake 
-0x2010 002721 call publickey_init 
-0x2011 002722 call lpm_recover_clk ,wake 
-:      002723 main_loop:
-0x2012 002724 bpatch patch00_3 ,mem_patch00 
-0x2013 002725 call sp_calc_sequence 
-0x2014 002726 call sp_calc_sequence_256 
-0x2015 002727 call sp_calc_sequence_256_check 
-0x2016 002728 call le_dispatch 
-0x2017 002729 bpatch patch00_4 ,mem_patch00 
-0x2018 002730 call idle_dispatch 
-0x2019 002731 call app_process_idle 
-0x201a 002732 call inquiry_dispatch 
-0x201b 002733 call inquiry_scan_dispatch 
-0x201c 002734 call page_scan_dispatch 
-0x201d 002735 call connection_dispatch 
-0x201e 002736 call lpm_dispatch 
-0x201f 002737 call g24_dispatch 
-0x2020 002738 branch main_loop 
-:      002740 connection_dispatch:
-0x2021 002741 call connection_incontext 
-0x2022 002742 rtnmark0 mark_context 
-0x2023 002743 set0 mark_context ,mark 
-0x2024 002744 call context_save 
-0x2025 002745 branch le_disable 
-:      002747 connection_incontext:
-0x2026 002748 bpatch patch00_5 ,mem_patch00 
-0x2027 002749 call context_search_insniff 
-0x2028 002750 nbranch connection_nosniff ,zero 
-0x2029 002751 call context_load 
-0x202a 002752 add rega ,coffset_mode ,contr 
-0x202b 002753 ifetch 1 ,contr 
-0x202c 002754 bbit1 mode_le ,le_conn_dispatch 
-0x202d 002755 bbit1 mode_master ,master_dispatch 
-0x202e 002756 branch slave_dispatch 
-:      002757 connection_nosniff:
-0x202f 002758 call context_get_next 
-0x2030 002759 copy loopcnt ,null 
-0x2031 002760 rtn zero 
-0x2032 002761 call context_load 
-0x2033 002762 fetch 1 ,mem_state 
-0x2034 002763 bbit1 state_inpage ,master_page 
-0x2035 002764 fetch 1 ,mem_mode 
-0x2036 002765 bbit1 mode_master ,master_dispatch 
-0x2037 002766 branch slave_dispatch 
-:      002774 idle_dispatch:
-0x2038 002775 fetch 1 ,mem_hci_cmd 
-0x2039 002776 rtn blank 
-0x203a 002777 beq hci_cmd_inquiry ,idle_inquiry 
-0x203b 002778 beq hci_cmd_inquiry_cancel ,idle_inquiry_cancel 
-0x203c 002779 beq hci_cmd_remote_name_req ,idle_remote_name_req 
-0x203d 002780 beq hci_cmd_create_conn ,idle_create_conn 
-0x203e 002781 beq hci_cmd_le_create_conn ,idle_le_create_conn 
-0x203f 002782 call context_search_conn_handle 
-0x2040 002783 rtn zero 
-0x2041 002784 call context_search_plap 
-0x2042 002785 rtn zero 
-:      002786 idle_exit:
-0x2043 002787 jam 0 ,mem_hci_cmd 
-0x2044 002788 rtn 
-:      002790 idle_le_create_conn:
-0x2045 002791 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
-0x2046 002792 jam 0 ,mem_hci_cmd 
-0x2047 002793 rtn 
-:      002795 idle_inquiry:
-0x2048 002796 set1 mark_inquiry_on ,mark 
-0x2049 002797 set0 mark_inquiry_trainb ,mark 
-0x204a 002798 jam param_ninquiry ,mem_ninqy_index 
-0x204b 002799 jam 31 ,mem_nfreq_index_inq 
-0x204c 002800 branch idle_exit 
-:      002802 idle_inquiry_cancel:
-0x204d 002803 set0 mark_inquiry_on ,mark 
-0x204e 002804 force 0 ,stop_watch 
-0x204f 002805 branch idle_exit 
-:      002807 idle_remote_name_req:
-0x2050 002808 call context_search_plap 
-0x2051 002809 rtn zero 
-0x2052 002810 force lmp_name_req ,temp 
-0x2053 002811 jam 5 ,mem_nameres_cnt 
-0x2054 002812 branch idle_start_page 
-:      002814 idle_create_conn:
-0x2055 002815 bpatch patch00_6 ,mem_patch00 
-:      002816 idle_create_conn_device:
-0x2056 002817 fetch 6 ,mem_hci_plap 
-0x2057 002818 branch idle_exit ,blank 
-0x2058 002819 jam reconnect_hid ,memui_reconnect_mode 
-0x2059 002821 jam conn_sm_wait_features_res ,mem_conn_sm 
-0x205a 002822 branch idle_create_conn_cont 
-:      002824 idle_create_conn_cont:
-0x205b 002825 force lmp_version_req ,temp 
-:      002826 idle_start_page:
-0x205c 002827 bpatch patch00_7 ,mem_patch00 
-0x205d 002828 fetch 1 ,mem_page_mode 
-0x205e 002829 branch idle_page_mode_r0 ,blank 
-0x205f 002830 lshift3 pdata ,pdata 
-0x2060 002831 lshift4 pdata ,pdata 
-0x2061 002832 increase -1 ,pdata 
-:      002833 idle_page_mode_r0:
-0x2062 002834 store 1 ,mem_npage 
-0x2063 002835 store 1 ,mem_npage_index 
-0x2064 002836 jam 31 ,mem_nfreq_index_page 
-0x2065 002837 set0 mark_page_trainb ,mark 
-0x2066 002838 call context_new 
-0x2067 002839 nbranch idle_page_fail ,zero 
-0x2068 002840 call get_free_amaddr 
-0x2069 002841 store 1 ,mem_amaddr 
-0x206a 002842 storet 1 ,mem_lmo_opcode2 
-0x206b 002843 fetch 6 ,mem_hci_plap 
-0x206c 002844 store 6 ,mem_plap 
-0x206d 002845 bpatch patch01_0 ,mem_patch01 
-0x206e 002846 call timer_reinit 
-0x206f 002847 force 0 ,pdata 
-0x2070 002848 compare lmp_name_req ,temp ,0xff 
-0x2071 002849 nsetflag true ,state_init_seq ,pdata 
-0x2072 002850 set1 state_inpage ,pdata 
-0x2073 002851 store 1 ,mem_state 
-0x2074 002852 jam bt_evt_reconn_started ,mem_fifo_temp 
-0x2075 002853 call ui_ipc_send_event 
-0x2076 002854 force 0 ,pdata 
-0x2077 002855 setflag true ,smap_name_req ,pdata 
-0x2078 002856 store 1 ,mem_state_map 
-0x2079 002857 setarg 0 
-0x207a 002858 set1 mode_master ,pdata 
-0x207b 002859 store 1 ,mem_mode 
-0x207c 002860 enable master 
-0x207d 002861 call context_save 
-0x207e 002862 disable master 
-0x207f 002863 force page_length_timer ,queue 
-0x2080 002864 fetch 2 ,mem_page_to 
-0x2081 002865 call timer_init 
-0x2082 002866 branch idle_exit 
-:      002867 idle_page_fail:
-0x2083 002868 bpatch patch01_1 ,mem_patch01 
-0x2084 002869 fetch 6 ,mem_hci_plap 
-0x2085 002870 store 6 ,mem_plap 
-0x2086 002871 compare lmp_name_req ,temp ,0xff 
-0x2087 002872 branch idle_name_fail ,true 
-0x2088 002873 branch idle_exit 
-:      002874 idle_name_fail:
-0x2089 002875 arg mem_tmp_buffer ,contw 
-0x208a 002876 arg 8 ,loopcnt 
-0x208b 002877 call memset0 
-0x208c 002878 jam bt_evt_reconn_failed ,mem_fifo_temp 
-0x208d 002879 call ui_ipc_send_event 
-0x208e 002880 branch idle_exit 
-:      002887 inquiry_dispatch:
-0x208f 002888 rtnmark0 mark_inquiry_on 
-0x2090 002889 force inquiry_length_timer ,queue 
-0x2091 002890 call timer_check 
-0x2092 002891 nsetflag blank ,mark_inquiry_on ,mark 
-0x2093 002892 nbranch inquiry_start ,blank 
-0x2094 002893 rtn 
-:      002897 inquiry_start:
-0x2095 002898 bpatch patch01_2 ,mem_patch01 
-0x2096 002899 fetcht 2 ,mem_inq_window 
-0x2097 002900 force 4 ,queue 
-0x2098 002901 call sniff_check_window 
-0x2099 002902 rtn user 
-0x209a 002903 call afh_clear 
-0x209b 002904 force 0 ,freq_mode 
-:      002905 inquiry_restart:
-0x209c 002906 rtn timeout 
-0x209d 002907 set0 mark_fhs_already_good ,mark 
-0x209e 002908 set0 mark_fhs_eir ,mark 
-:      002909 inquiry_rx_restart:
-0x209f 002910 add clkn_bt ,1 ,bt_clk 
-0x20a0 002911 isolate1 mark_inquiry_trainb ,mark 
-0x20a1 002912 setflag true ,2 ,freq_mode 
-0x20a2 002913 compare 0x00 ,bt_clk ,0x02 
-0x20a3 002914 nbranch inquiry_receive ,true 
-:      002916 inquiry_transmit:
-0x20a4 002917 bpatch patch01_3 ,mem_patch01 
-0x20a5 002918 fetch 1 ,mem_inquiry_transmit 
-0x20a6 002919 increase 1 ,pdata 
-0x20a7 002920 store 1 ,mem_inquiry_transmit 
-0x20a8 002921 call fetch_giac 
-0x20a9 002922 call tx_radio_freq 
-0x20aa 002923 call fetch_diac 
-0x20ab 002924 call start_transmitter 
-0x20ac 002925 call start_tx_native 
-0x20ad 002926 call send_access_word 
-0x20ae 002927 call end_of_packet 
-0x20af 002928 call inquiry_check_train 
-0x20b0 002929 branch inquiry_restart 
-:      002931 inquiry_check_train:
-0x20b1 002932 bpatch patch01_4 ,mem_patch01 
-0x20b2 002933 fetch 1 ,mem_nfreq_index_inq 
-0x20b3 002934 increase -1 ,pdata 
-0x20b4 002935 store 1 ,mem_nfreq_index_inq 
-0x20b5 002936 rtn positive 
-0x20b6 002937 jam 31 ,mem_nfreq_index_inq 
-0x20b7 002938 fetch 1 ,mem_ninqy_index 
-0x20b8 002939 increase -1 ,pdata 
-0x20b9 002940 store 1 ,mem_ninqy_index 
-0x20ba 002941 rtn positive 
-0x20bb 002942 setflip mark_inquiry_trainb ,mark 
-0x20bc 002943 jam param_ninquiry ,mem_ninqy_index 
-0x20bd 002944 rtn 
-:      002946 inquiry_receive:
-0x20be 002947 bpatch patch01_5 ,mem_patch01 
-0x20bf 002948 call fetch_giac 
-0x20c0 002949 call rx_radio_freq 
-0x20c1 002950 call fetch_diac 
-0x20c2 002951 call start_rx_native 
-0x20c3 002952 call start_receiver 
-0x20c4 002953 call wait_access_clkn_rt 
-0x20c5 002954 branch inquiry_sync ,sync 
-0x20c6 002955 call inquiry_check_train 
-0x20c7 002956 branch inquiry_rx_restart 
-:      002957 inquiry_sync:
-0x20c8 002958 bpatch patch01_6 ,mem_patch01 
-0x20c9 002959 call save_rssi 
-0x20ca 002960 call scan_mode_whiten 
-0x20cb 002961 call receive_packet_whitened 
-0x20cc 002962 set0 mark_rxbuf_inuse ,mark 
-0x20cd 002963 rtnmark0 mark_fhs_already_good 
-:      002964 inquiry_receive_rtn:
-0x20ce 002965 bpatch patch01_7 ,mem_patch01 
-:      002966 inquiry_receive_eir_rtn:
-0x20cf 002967 fetch 1 ,mem_inquiry_rcv 
-0x20d0 002968 increase 1 ,pdata 
-0x20d1 002969 store 1 ,mem_inquiry_rcv 
-0x20d2 002970 rtn 
-:      002978 master_page:
-0x20d3 002979 bpatch patch02_0 ,mem_patch02 
-0x20d4 002980 enable master 
-0x20d5 002981 enable clknt 
-0x20d6 002982 fetch 2 ,mem_page_interval 
-0x20d7 002983 branch master_page_no_interval ,blank 
-0x20d8 002984 force page_interval_timer ,queue 
-0x20d9 002985 call timer_check 
-0x20da 002986 nrtn blank 
-:      002987 master_page_no_interval:
-0x20db 002988 bpatch patch02_1 ,mem_patch02 
-0x20dc 002989 fetcht 2 ,mem_page_window 
-0x20dd 002990 force 40 ,queue 
-0x20de 002991 call sniff_check_window 
-0x20df 002992 branch page_exit ,user 
-0x20e0 002993 force page_length_timer ,queue 
-0x20e1 002994 call timer_check 
-0x20e2 002995 nbranch page_start ,blank 
-0x20e3 002996 fetch 1 ,mem_state_map 
-0x20e4 002997 bbit1 smap_name_req ,master_npage_timeout 
-0x20e5 002998 branch master_page_timeout 
-:      002999 master_npage_timeout:
-0x20e6 003000 arg mem_tmp_buffer ,contw 
-0x20e7 003001 arg 8 ,loopcnt 
-0x20e8 003002 call memset0 
-:      003003 master_page_timeout:
-0x20e9 003004 bpatch patch02_2 ,mem_patch02 
-0x20ea 003005 jam 0 ,mem_state 
-0x20eb 003006 call init_lmp_work 
-0x20ec 003007 jam 0 ,memui_reconnect_mode 
-0x20ed 003008 jam bt_evt_reconn_page_timeout ,mem_fifo_temp 
-0x20ee 003009 call ui_ipc_send_event 
-0x20ef 003010 branch page_exit 
-:      003012 page_start:
-0x20f0 003013 bpatch patch02_3 ,mem_patch02 
-0x20f1 003014 force 0 ,timeup 
-0x20f2 003015 until clkn_rt ,meet 
-0x20f3 003016 fetch 1 ,mem_page_clk 
-0x20f4 003017 increase -1 ,pdata 
-0x20f5 003018 ixor clkn_bt ,pdata 
-0x20f6 003019 compare 0 ,pdata ,3 
-0x20f7 003020 nbranch page_start ,true 
-0x20f8 003021 deposit am_addr 
-0x20f9 003022 store 1 ,mem_fhs_am_addr 
-0x20fa 003023 force 0 ,n_tx_slot 
-0x20fb 003024 force 0 ,freq_mode 
-:      003026 page_restart:
-0x20fc 003027 bpatch patch02_4 ,mem_patch02 
-0x20fd 003028 branch page_exit ,timeout 
-0x20fe 003029 call fetch_page_bt_adr 
-0x20ff 003030 arg param_rf_setup ,timeup 
-0x2100 003031 until clkn_rt ,meet 
-:      003032 page_rx_restart:
-0x2101 003033 bpatch patch02_5 ,mem_patch02 
-0x2102 003034 fetch 4 ,mem_page_clk 
-0x2103 003035 iforce bt_clk 
-0x2104 003036 increase 1 ,pdata 
-0x2105 003037 store 4 ,mem_page_clk 
-0x2106 003038 isolate1 mark_page_trainb ,mark 
-0x2107 003039 setflag true ,2 ,freq_mode 
-0x2108 003040 compare 0x00 ,bt_clk ,0x02 
-0x2109 003041 nbranch page_receive ,true 
-0x210a 003042 fetch 1 ,mem_page_transmit 
-0x210b 003043 increase 1 ,pdata 
-0x210c 003044 store 1 ,mem_page_transmit 
-0x210d 003045 call tx_radio_freq 
-0x210e 003046 call start_transmitter 
-0x210f 003047 call start_tx_native 
-0x2110 003048 call send_access_word 
-0x2111 003049 call end_of_packet 
-0x2112 003050 call page_check_train 
-0x2113 003051 branch page_restart 
-:      003052 page_exit:
-0x2114 003053 bpatch patch02_6 ,mem_patch02 
-0x2115 003054 disable master 
-0x2116 003055 fetch 2 ,mem_page_interval 
-0x2117 003056 rtn blank 
-0x2118 003057 force page_interval_timer ,queue 
-0x2119 003058 branch timer_init 
-:      003060 page_check_train:
-0x211a 003061 bpatch patch02_7 ,mem_patch02 
-0x211b 003062 fetch 1 ,mem_nfreq_index_page 
-0x211c 003063 increase -1 ,pdata 
-0x211d 003064 store 1 ,mem_nfreq_index_page 
-0x211e 003065 rtn positive 
-0x211f 003066 jam 31 ,mem_nfreq_index_page 
-0x2120 003067 fetch 1 ,mem_npage_index 
-0x2121 003068 increase -1 ,pdata 
-0x2122 003069 store 1 ,mem_npage_index 
-0x2123 003070 rtn positive 
-0x2124 003071 setflip mark_page_trainb ,mark 
-0x2125 003072 fetch 1 ,mem_npage 
-0x2126 003073 store 1 ,mem_npage_index 
-0x2127 003074 rtn 
-:      003076 page_receive:
-0x2128 003077 bpatch patch03_0 ,mem_patch03 
-0x2129 003078 call rx_radio_freq 
-0x212a 003079 call start_rx_native 
-0x212b 003080 call start_receiver 
-0x212c 003081 call wait_access_clkn_rt 
-0x212d 003082 branch page_sync ,sync 
-0x212e 003083 call page_check_train 
-0x212f 003084 branch page_rx_restart 
-:      003085 page_sync:
-0x2130 003086 call end_of_packet 
-0x2131 003087 fetch 1 ,mem_page_rcv 
-0x2132 003088 increase 1 ,pdata 
-0x2133 003089 store 1 ,mem_page_rcv 
-0x2134 003090 force 0 ,stop_watch 
-0x2135 003091 fetch 4 ,mem_page_clk 
-:      003092 page_send_fhs:
-0x2136 003093 bpatch patch03_1 ,mem_patch03 
-0x2137 003094 call rf_setup_time_master_slot 
-0x2138 003095 call fetch_page_bt_adr 
-0x2139 003096 increase 1 ,n_tx_slot 
-:      003097 page_send_fhs_continue:
-0x213a 003098 and_into 0x1fd ,bt_clk 
-0x213b 003099 and_into 0x1fc ,freq_mode 
-0x213c 003100 call tx_radio_freq 
-0x213d 003101 call start_transmitter 
-0x213e 003102 call start_tx_native 
-0x213f 003103 call send_access_word 
-0x2140 003104 deposit clkn_bt 
-0x2141 003105 store 4 ,mem_clkn_bt 
-0x2142 003106 force 0 ,am_addr 
-0x2143 003107 force type_fhs ,type 
-0x2144 003108 call scan_mode_whiten 
-0x2145 003109 call transmit_packet_whitened 
-:      003110 page_wait_fhs_reply:
-0x2146 003111 bpatch patch03_2 ,mem_patch03 
-0x2147 003112 call rf_setup_time_slave_slot 
-0x2148 003113 or_into 0x02 ,bt_clk 
-0x2149 003114 and_into 0x1fc ,freq_mode 
-0x214a 003115 call rx_radio_freq 
-0x214b 003116 call start_rx_native 
-0x214c 003117 call start_receiver 
-0x214d 003118 call wait_access_clkn_rt 
-0x214e 003119 call end_of_packet ,sync 
-0x214f 003120 branch page_wait_fhs_reply_ok ,sync 
-0x2150 003121 fetch 1 ,mem_fhs_wait_counter 
-0x2151 003122 branch page_restart ,blank 
-0x2152 003123 increase -1 ,pdata 
-0x2153 003124 store 1 ,mem_fhs_wait_counter 
-0x2154 003125 branch page_send_fhs 
-:      003127 page_wait_fhs_reply_ok:
-0x2155 003128 bpatch patch03_3 ,mem_patch03 
-0x2156 003129 fetch 1 ,mem_page_rcv_fhs 
-0x2157 003130 increase 1 ,pdata 
-0x2158 003131 store 1 ,mem_page_rcv_fhs 
-0x2159 003132 call prepare_newconn 
-:      003133 master_newconn_loop:
-0x215a 003134 call master_newconn_once 
-0x215b 003135 branch newconn_poll_responded ,sync 
-0x215c 003136 call new_conn_timeout 
-0x215d 003137 nbranch master_newconn_loop ,blank 
-0x215e 003138 branch page_restart 
-:      003140 newconn_poll_responded:
-0x215f 003141 bpatch patch03_4 ,mem_patch03 
-0x2160 003142 fetch 1 ,mem_state 
-0x2161 003143 set0 state_inpage ,pdata 
-0x2162 003144 store 1 ,mem_state 
-0x2163 003145 call newconn_init 
-0x2164 003146 disable master 
-0x2165 003147 rtn 
-:      003150 master_dispatch:
-0x2166 003151 bpatch patch03_5 ,mem_patch03 
-0x2167 003152 enable master 
-0x2168 003153 enable clknt 
-0x2169 003154 call role_switch_master 
-0x216a 003155 rtn user 
-0x216b 003156 call check_bt_disabled 
-0x216c 003157 call rf_setup_time_master_slot 
-0x216d 003158 add clkn_bt ,1 ,bt_clk 
-0x216e 003159 call fetch_self_bt_adr 
-0x216f 003160 force 0x03 ,freq_mode 
-0x2170 003161 call scheduler_tx_l2cap_pkt 
-0x2171 003162 call prepare_tx 
-0x2172 003163 call tx_radio_freq 
-0x2173 003164 call start_transmitter 
-0x2174 003165 call start_tx_native 
-0x2175 003166 call send_access_word 
-0x2176 003167 call transmit_packet 
-:      003168 master_loop:
-0x2177 003169 bpatch patch03_6 ,mem_patch03 
-0x2178 003170 call parse_lmp 
-0x2179 003171 call master_conn_recv_packet 
-0x217a 003172 nbranch master_notmatch ,match 
-0x217b 003173 call supervision_flush 
-0x217c 003174 call parse_l2cap 
-0x217d 003175 fetch 1 ,mem_master_rcvcnt 
-0x217e 003176 increase 1 ,pdata 
-0x217f 003177 store 1 ,mem_master_rcvcnt 
-:      003178 master_notmatch:
-0x2180 003179 bpatch patch03_7 ,mem_patch03 
-0x2181 003180 call scheduler_process 
-0x2182 003181 call check_master_disconnect 
-0x2183 003182 nrtn master 
-0x2184 003183 call check_attempt 
-0x2185 003184 nbranch master_attempt ,blank 
-:      003185 master_exit:
-0x2186 003186 disable master 
-0x2187 003187 rtn 
-:      003189 master_attempt:
-0x2188 003190 call prepare_tx 
-0x2189 003191 call master_conn_send_packet 
-0x218a 003192 branch master_loop 
-:      003195 check_master_disconnect:
-0x218b 003196 branch check_master_match ,match 
-0x218c 003197 call supervision_update 
-0x218d 003198 branch master_disconnect ,positive 
-:      003199 check_master_match:
-0x218e 003200 call check_disconnect_timeout 
-0x218f 003201 nbranch master_disconnect ,user 
-0x2190 003202 fetch 1 ,mem_state_map 
-0x2191 003203 rtnbit0 smap_name_req 
-0x2192 003204 rtnbit1 smap_name_res 
-0x2193 003205 fetch 1 ,mem_op 
-0x2194 003206 rtnbit1 op_disconn 
-0x2195 003207 call conn_timer_expired 
-0x2196 003208 nrtn blank 
-0x2197 003209 fetch 1 ,mem_nameres_cnt 
-0x2198 003210 increase -1 ,pdata 
-0x2199 003211 store 1 ,mem_nameres_cnt 
-0x219a 003212 nrtn blank 
-0x219b 003213 branch lmp_disconnect 
-:      003215 master_disconnect:
-0x219c 003216 bpatch patch04_0 ,mem_patch04 
-0x219d 003217 call quit_connection 
-0x219e 003218 disable master 
-0x219f 003219 fetch 1 ,mem_state_map 
-0x21a0 003220 bbit1 smap_name_req ,master_name_disconnect 
-0x21a1 003221 rtn 
-:      003223 master_name_disconnect:
-0x21a2 003224 fetch 1 ,mem_state_map 
-0x21a3 003225 rtnbit1 smap_name_res 
-:      003226 master_name_error:
-0x21a4 003227 arg mem_tmp_buffer ,contw 
-0x21a5 003228 arg 8 ,loopcnt 
-0x21a6 003229 branch memset0 
-:      003231 check_disconnect_timeout:
-0x21a7 003232 bpatch patch04_1 ,mem_patch04 
-0x21a8 003233 enable user 
-0x21a9 003234 fetch 1 ,mem_op 
-0x21aa 003235 rtnbit0 op_disconn 
-0x21ab 003236 call conn_timer_expired 
-0x21ac 003237 nrtn blank 
-0x21ad 003238 branch disable_user 
-:      003240 conn_timer_expired:
-0x21ae 003241 fetch 1 ,mem_conn_timer 
-0x21af 003242 increase -1 ,pdata 
-0x21b0 003243 store 1 ,mem_conn_timer 
-0x21b1 003244 rtn 
-:      003246 linkkey_ready:
-0x21b2 003247 bpatch patch04_2 ,mem_patch04 
-0x21b3 003248 fetch 1 ,mem_state 
-0x21b4 003249 bbit1 state_linkkey ,linkkey_set 
-0x21b5 003250 fetch 1 ,mem_pairing_auth 
-0x21b6 003251 branch linkkey_set ,blank 
-0x21b7 003252 jam defalt_pairing_auth ,mem_pairing_auth 
-0x21b8 003253 jam bt_evt_linkkey_generate ,mem_fifo_temp 
-0x21b9 003254 call ui_ipc_send_event 
-0x21ba 003255 branch linkkey_set 
-:      003256 linkkey_set:
-0x21bb 003257 bpatch patch04_3 ,mem_patch04 
-0x21bc 003258 call context_traverse_linkkey 
-0x21bd 003259 fetch 1 ,mem_state 
-0x21be 003260 set1 state_linkkey ,pdata 
-0x21bf 003261 store 1 ,mem_state 
-0x21c0 003262 jam 1 ,mem_link_key_exists 
-0x21c1 003263 fetch 1 ,mem_conn_sm 
-0x21c2 003264 bne conn_sm_pairing ,linkkey_set_continue 
-:      003265 linkkey_set_continue:
-0x21c3 003266 rtn 
-:      003268 generate_linkkey_continue:
-0x21c4 003269 jam pairing_auth ,mem_pairing_auth 
-:      003270 clear_linkstate:
-0x21c5 003271 fetch 1 ,mem_state 
-0x21c6 003272 set0 state_linkkey ,pdata 
-0x21c7 003273 store 1 ,mem_state 
-0x21c8 003274 rtn 
-:      003278 role_switch_check:
-0x21c9 003279 bpatch patch04_4 ,mem_patch04 
-0x21ca 003280 disable user 
-0x21cb 003281 fetch 2 ,mem_tsniff 
-0x21cc 003282 arg 0xffff ,temp 
-0x21cd 003283 isub temp ,null 
-0x21ce 003284 nrtn zero 
-0x21cf 003285 fetch 4 ,mem_sniff_anchor 
-0x21d0 003286 branch role_switch_clkn ,clknt 
-0x21d1 003287 isub clke_bt ,pdata 
-0x21d2 003288 branch role_switch_clke 
-:      003289 role_switch_clkn:
-0x21d3 003290 isub clkn_bt ,pdata 
-:      003291 role_switch_clke:
-0x21d4 003292 sub pdata ,4 ,null 
-0x21d5 003293 nrtn positive 
-0x21d6 003294 force 0 ,pdata 
-0x21d7 003295 store 2 ,mem_tsniff 
-0x21d8 003296 branch enable_user 
-:      003300 role_switch_prepare:
-0x21d9 003301 copy pdata ,temp 
-0x21da 003302 bpatch patch04_5 ,mem_patch04 
-0x21db 003303 storet 4 ,mem_sniff_anchor 
-:      003304 role_switch_prepare0:
-0x21dc 003305 jam switch_flag_accept ,mem_switch_flag 
-0x21dd 003306 setarg 0xffff 
-0x21de 003307 store 2 ,mem_tsniff 
-0x21df 003308 jam 1 ,mem_sniff_attempt 
-0x21e0 003309 rtn 
-:      003312 role_switch_master:
-0x21e1 003313 bpatch patch04_6 ,mem_patch04 
-0x21e2 003314 call role_switch_check 
-0x21e3 003315 nrtn user 
-0x21e4 003316 disable user 
-0x21e5 003317 jam param_newconnto ,mem_newconnto_counter 
-0x21e6 003318 set0 mark_fhs_already_good ,mark 
-:      003319 roles_waitfhs_loop:
-0x21e7 003320 call rf_setup_time_master_slot 
-0x21e8 003321 call master_recv_packet 
-0x21e9 003322 bmark1 mark_fhs_already_good ,roles_replyto_fhs 
-0x21ea 003323 call new_conn_timeout 
-0x21eb 003324 nbranch roles_waitfhs_loop ,blank 
-:      003325 role_switch_fail_master:
-0x21ec 003326 bpatch patch04_7 ,mem_patch04 
-0x21ed 003327 disable user 
-0x21ee 003328 deposit clkn_bt 
-0x21ef 003329 store 4 ,mem_next_btclk 
-0x21f0 003330 enable clknt 
-0x21f1 003331 enable master 
-0x21f2 003332 jam bt_evt_switch_fail_master ,mem_fifo_temp 
-0x21f3 003333 branch ui_ipc_send_event 
-:      003335 roles_replyto_fhs:
-0x21f4 003336 bpatch patch05_0 ,mem_patch05 
-0x21f5 003337 call rf_setup_time_slave_slot 
-0x21f6 003338 arg type_id ,type 
-0x21f7 003339 call master_send_packet 
-0x21f8 003340 disable clknt 
-0x21f9 003341 disable master 
-0x21fa 003342 call apply_switch_clke 
-0x21fb 003343 call prepare_newconn 
-:      003344 roles_newconns_loop:
-0x21fc 003345 bpatch patch05_1 ,mem_patch05 
-0x21fd 003346 call slave_newconn_once 
-0x21fe 003347 branch roles_newconns_responded ,match 
-0x21ff 003348 call new_conn_timeout 
-0x2200 003349 nbranch roles_newconns_loop ,blank 
-0x2201 003350 branch role_switch_fail_master 
-:      003351 roles_newconns_responded:
-0x2202 003352 fetch 1 ,mem_mode 
-0x2203 003353 set0 mode_master ,pdata 
-0x2204 003354 store 1 ,mem_mode 
-0x2205 003355 call supervision_flush 
-0x2206 003356 call calc_clke_offset 
-0x2207 003357 enable user 
-0x2208 003358 jam bt_evt_switch_success_master ,mem_fifo_temp 
-0x2209 003359 branch ui_ipc_send_event 
-:      003364 context_load:
-0x220a 003365 bpatch patch05_2 ,mem_patch05 
-0x220b 003366 set1 mark_context ,mark 
-0x220c 003367 deposit rega 
-0x220d 003368 store 2 ,mem_context_ptr 
-0x220e 003369 force context_size ,loopcnt 
-0x220f 003370 arg mem_le_state ,contw 
-0x2210 003371 add rega ,coffset_mode ,contr 
-0x2211 003372 ifetch 1 ,contr 
-0x2212 003373 copy rega ,contr 
-0x2213 003374 bbit1 mode_le ,memcpy 
-0x2214 003375 arg mem_state ,contw 
-0x2215 003376 call memcpy 
-0x2216 003377 disable attempt 
-0x2217 003378 fetch 1 ,mem_amaddr 
-0x2218 003379 iforce am_addr 
-0x2219 003380 jam 1 ,mem_current_sniff_attempt 
-0x221a 003381 branch context_load_master ,master 
-0x221b 003382 jam 1 ,mem_current_sniff_attempt 
-:      003383 context_load_master:
-0x221c 003384 fetch 1 ,mem_state 
-0x221d 003385 rtnbit0 state_insniff 
-0x221e 003386 fetch 1 ,mem_sniff_attempt 
-0x221f 003387 store 1 ,mem_current_sniff_attempt 
-0x2220 003388 fetch 1 ,mem_sniff_timeout 
-0x2221 003389 store 1 ,mem_current_sniff_timeout 
-0x2222 003390 rtn 
-:      003392 context_save:
-0x2223 003393 bpatch patch05_3 ,mem_patch05 
-0x2224 003394 fetch 2 ,mem_context_ptr 
-0x2225 003395 iforce contw 
-0x2226 003396 force context_size ,loopcnt 
-0x2227 003397 arg mem_le_state ,contr 
-0x2228 003398 branch memcpy ,le 
-0x2229 003399 arg mem_state ,contr 
-0x222a 003400 branch memcpy 
-:      003404 context_get_next:
-0x222b 003405 arg context_num ,loopcnt 
-0x222c 003406 fetcht 1 ,mem_current_context 
-:      003407 context_get_next_loop:
-0x222d 003408 increase 1 ,temp 
-0x222e 003409 compare context_num ,temp ,0xff 
-0x222f 003410 nbranch context_get_next_cont ,true 
-0x2230 003411 arg 0 ,temp 
-:      003412 context_get_next_cont:
-0x2231 003413 storet 1 ,mem_current_context 
-0x2232 003414 mul32 temp ,context_size ,pdata 
-0x2233 003415 arg mem_context ,rega 
-0x2234 003416 iadd rega ,rega 
-0x2235 003417 ifetch 1 ,rega 
-0x2236 003418 bbit1 state_insniff ,context_get_next_sniff 
-0x2237 003419 rtnbit1 state_inconn 
-0x2238 003420 rtnbit1 state_inpage 
-:      003421 context_get_next_sniff:
-0x2239 003422 loop context_get_next_loop 
-0x223a 003423 rtn 
-:      003425 context_new:
-0x223b 003426 bpatch patch05_4 ,mem_patch05 
-0x223c 003427 arg context_search_empty ,regc 
-0x223d 003428 call context_search 
-0x223e 003429 nrtn zero 
-0x223f 003430 deposit rega 
-0x2240 003431 store 2 ,mem_context_ptr 
-0x2241 003432 force 0 ,null 
-0x2242 003433 rtn 
-:      003437 context_check_all_wack:
-0x2243 003438 call check_esco_amaddr 
-0x2244 003439 branch context_check_esco_wack ,true 
-0x2245 003440 fetch 2 ,mem_context_ptr 
-0x2246 003441 add pdata ,coffset_arq ,contw 
-0x2247 003442 fetch 1 ,mem_arq 
-0x2248 003443 istore 1 ,contw 
-0x2249 003444 arg context_check_a_wack ,regc 
-0x224a 003445 branch context_search 
-:      003447 context_check_esco_wack:
-0x224b 003448 fetch 1 ,mem_arq 
-0x224c 003449 isolate1 wack ,pdata 
-0x224d 003450 branch context_esco_wack ,true 
-0x224e 003451 force 1 ,null 
-0x224f 003452 rtn 
-:      003453 context_esco_wack:
-0x2250 003454 force 0 ,null 
-0x2251 003455 rtn 
-:      003458 context_check_idle:
-0x2252 003459 arg context_check_inconn ,regc 
-0x2253 003460 branch context_search 
-:      003462 context_traverse_linkkey:
-0x2254 003463 fetcht 2 ,mem_context_ptr 
-0x2255 003464 arg context_traverse_clearkey ,regc 
-0x2256 003465 branch context_search 
-:      003469 context_search_conn_handle:
-0x2257 003470 fetcht 1 ,mem_hci_conn_handle 
-:      003471 context_search_conn_handle2:
-0x2258 003472 arg context_search_handle ,regc 
-0x2259 003473 branch context_search 
-:      003475 context_search_plap:
-0x225a 003476 bpatch patch05_5 ,mem_patch05 
-0x225b 003477 fetcht 6 ,mem_hci_plap 
-:      003478 context_search_plap2:
-0x225c 003479 arg context_search_lap ,regc 
-0x225d 003480 branch context_search 
-:      003482 context_search_insniff:
-0x225e 003483 arg context_search_sniff ,regc 
-0x225f 003484 branch context_search 
-:      003486 context_search_sniff_window:
-0x2260 003487 arg context_search_window ,regc 
-:      003488 context_search:
-0x2261 003489 bpatch patch05_6 ,mem_patch05 
-0x2262 003490 arg mem_context ,rega 
-0x2263 003491 arg context_num ,loopcnt 
-:      003492 context_search_loop:
-0x2264 003493 ifetch 1 ,rega 
-0x2265 003494 copy regc ,pc 
-:      003495 context_search_next:
-0x2266 003496 increase context_size ,rega 
-0x2267 003497 loop context_search_loop 
-0x2268 003498 force 1 ,null 
-0x2269 003499 rtn 
-:      003501 context_search_empty:
-0x226a 003502 bbit1 state_inconn ,context_search_next 
-0x226b 003503 bbit1 state_inpage ,context_search_next 
-0x226c 003504 force 0 ,null 
-0x226d 003505 rtn 
-:      003507 context_search_lap:
-0x226e 003508 bbit1 state_inpage ,context_search_lap_cont 
-0x226f 003509 bbit0 state_inconn ,context_search_next 
-:      003510 context_search_lap_cont:
-0x2270 003511 add rega ,coffset_plap ,contr 
-0x2271 003512 ifetch 6 ,contr 
-0x2272 003513 isub temp ,null 
-0x2273 003514 rtn zero 
-0x2274 003515 branch context_search_next 
-:      003517 context_search_handle:
-0x2275 003518 bbit0 state_inconn ,context_search_next 
-0x2276 003519 add rega ,coffset_conn_handle ,contr 
-0x2277 003520 ifetch 1 ,contr 
-0x2278 003521 isub temp ,null 
-0x2279 003522 rtn zero 
-0x227a 003523 branch context_search_next 
-:      003525 context_search_sniff:
-0x227b 003526 bbit0 state_insniff ,context_search_next 
-:      003527 context_search_sniff_loop:
-0x227c 003528 call context_get_anchor 
-0x227d 003529 call sign_pdata_temp 
-0x227e 003530 isub temp ,pdata 
-0x227f 003531 increase 1 ,pdata 
-0x2280 003532 branch context_search_sniff_miss ,positive 
-0x2281 003533 copy contr ,regb 
-0x2282 003534 store 9 ,mem_temp 
-0x2283 003535 fetch 1 ,mem_le_sc_calc 
-0x2284 003536 nbranch context_search_sniff_sc ,blank 
-0x2285 003537 fetch 9 ,mem_temp 
-0x2286 003538 copy regb ,contr 
-0x2287 003539 increase 5 ,pdata 
-0x2288 003540 branch context_search_meet1 
-:      003541 context_search_sniff_sc:
-0x2289 003542 fetch 9 ,mem_temp 
-0x228a 003543 copy regb ,contr 
-0x228b 003544 increase 20 ,pdata 
-:      003545 context_search_meet1:
-0x228c 003546 nbranch context_search_next ,positive 
-:      003547 context_search_meet:
-0x228d 003548 copy temp ,bt_clk 
-0x228e 003549 call context_next_anchor 
-0x228f 003550 force 0 ,null 
-0x2290 003551 rtn 
-:      003554 context_search_sniff_miss:
-0x2291 003555 iforce regb 
-0x2292 003556 add rega ,coffset_tsniff ,contr 
-0x2293 003557 ifetch 2 ,contr 
-0x2294 003558 branch context_search_meet ,blank 
-0x2295 003559 call context_next_anchor 
-0x2296 003560 branch context_search_sniff_loop 
-:      003562 sign_pdata_temp:
-0x2297 003563 rshift16 pdata ,timeup 
-0x2298 003564 rshift8 timeup ,timeup 
-0x2299 003565 branch sign_pdata_temp_p0 ,zero 
-0x229a 003566 compare 0xf ,timeup ,0xf 
-0x229b 003567 nrtn true 
-0x229c 003568 rshift16 temp ,timeup 
-0x229d 003569 rshift8 timeup ,timeup 
-0x229e 003570 nrtn zero 
-0x229f 003571 set1 28 ,temp 
-0x22a0 003572 rtn 
-:      003573 sign_pdata_temp_p0:
-0x22a1 003574 rshift16 temp ,timeup 
-0x22a2 003575 rshift8 timeup ,timeup 
-0x22a3 003576 compare 0xf ,timeup ,0xf 
-0x22a4 003577 nrtn true 
-0x22a5 003578 set1 28 ,pdata 
-0x22a6 003579 rtn 
-:      003581 context_check_inconn:
-0x22a7 003582 bbit0 state_inconn ,context_search_next 
-0x22a8 003583 force 0 ,null 
-0x22a9 003584 rtn 
-:      003586 context_check_a_wack:
-0x22aa 003587 bbit0 state_inconn ,context_search_next 
-0x22ab 003588 add rega ,coffset_mode ,contr 
-0x22ac 003589 ifetch 1 ,contr 
-0x22ad 003590 bbit1 mode_le ,context_search_next 
-0x22ae 003591 add rega ,coffset_arq ,contr 
-0x22af 003592 ifetch 1 ,contr 
-0x22b0 003593 bbit0 wack ,context_search_next 
-0x22b1 003594 force 0 ,null 
-0x22b2 003595 rtn 
-:      003597 context_get_anchor:
-0x22b3 003598 add rega ,coffset_mode ,contr 
-0x22b4 003599 ifetcht 1 ,contr 
-0x22b5 003600 deposit clkn_bt 
-0x22b6 003601 isolate1 mode_master ,temp 
-0x22b7 003602 add rega ,coffset_sniff_anchor ,contr 
-0x22b8 003603 ifetcht 4 ,contr 
-0x22b9 003604 rtn true 
-0x22ba 003605 add rega ,coffset_clk_offset ,contr 
-0x22bb 003606 ifetch 6 ,contr 
-0x22bc 003607 call calc_clke2 
-0x22bd 003608 deposit clke_bt 
-0x22be 003609 rtn 
-:      003611 context_next_anchor:
-0x22bf 003612 add rega ,coffset_tsniff ,contr 
-0x22c0 003613 add rega ,coffset_sniff_anchor ,contw 
-0x22c1 003614 ifetch 2 ,contr 
-0x22c2 003615 iadd temp ,timeup 
-0x22c3 003616 deposit timeup 
-0x22c4 003617 istore 4 ,contw 
-0x22c5 003618 branch le_context_nexthop 
-:      003621 context_search_window:
-0x22c6 003622 bbit0 state_insniff ,context_search_next 
-0x22c7 003623 call context_get_anchor 
-0x22c8 003624 iadd stop_watch ,pdata 
-0x22c9 003625 iadd stop_watch ,pdata 
-0x22ca 003626 iadd queue ,pdata 
-0x22cb 003627 isub temp ,null 
-0x22cc 003628 nbranch context_search_next ,positive 
-0x22cd 003629 force 0 ,null 
-0x22ce 003630 rtn 
-:      003632 context_traverse_clearkey:
-0x22cf 003633 bbit0 state_inconn ,context_search_next 
-0x22d0 003634 deposit temp 
-0x22d1 003635 isub rega ,null 
-0x22d2 003636 branch context_search_next ,null 
-0x22d3 003637 add rega ,coffset_mode ,contr 
-0x22d4 003638 ifetch 1 ,contr 
-0x22d5 003639 bbit1 mode_le ,context_search_next 
-0x22d6 003640 ifetch 1 ,rega 
-0x22d7 003641 set0 state_linkkey ,pdata 
-0x22d8 003642 istore 1 ,rega 
-0x22d9 003643 branch context_search_next 
-:      003646 master_conn_send_packet:
-0x22da 003647 bpatch patch05_7 ,mem_patch05 
-0x22db 003648 call rf_setup_time_master_slot 
-:      003649 master_send_packet:
-0x22dc 003650 add clkn_bt ,1 ,bt_clk 
-0x22dd 003651 call fetch_self_bt_adr 
-0x22de 003652 force 0x03 ,freq_mode 
-0x22df 003653 call tx_radio_freq 
-0x22e0 003654 call start_transmitter 
-0x22e1 003655 call start_tx_native 
-0x22e2 003656 call send_access_word 
-0x22e3 003657 branch transmit_packet 
-:      003659 master_conn_recv_packet:
-0x22e4 003660 bpatch patch06_0 ,mem_patch06 
-0x22e5 003661 call rf_setup_time_slave_slot 
-:      003662 master_recv_packet:
-0x22e6 003663 add clkn_bt ,1 ,bt_clk 
-0x22e7 003664 call fetch_self_bt_adr 
-0x22e8 003665 force 0x03 ,freq_mode 
-0x22e9 003666 call rx_radio_freq 
-0x22ea 003667 call init_rx_packet_flags 
-0x22eb 003668 call prep_crypt 
-0x22ec 003669 call start_rx_native 
-0x22ed 003670 call start_receiver 
-:      003671 master_rx_conn_finish_packet:
-0x22ee 003672 call wait_access_clkn_rt 
-0x22ef 003673 nrtn sync 
-0x22f0 003674 call save_rssi 
-0x22f1 003675 branch receive_packet 
-:      003679 master_newconn_once:
-0x22f2 003680 bpatch patch06_1 ,mem_patch06 
-0x22f3 003681 fetch 1 ,mem_fhs_am_addr 
-0x22f4 003682 iforce am_addr 
-0x22f5 003683 force type_poll ,type 
-0x22f6 003684 call master_conn_send_packet 
-0x22f7 003685 branch master_conn_recv_packet 
-:      003696 inquiry_scan_dispatch:
-0x22f8 003697 fetch 1 ,mem_scan_mode 
-0x22f9 003698 rtnbit0 inq_scan_mode 
-0x22fa 003699 force iscan_interval_timer ,queue 
-0x22fb 003700 call timer_check 
-0x22fc 003701 nrtn blank 
-0x22fd 003702 fetcht 2 ,mem_iscan_window 
-0x22fe 003703 force 4 ,queue 
-0x22ff 003704 call sniff_check_window 
-0x2300 003705 rtn user 
-0x2301 003706 call inquiry_scan_start 
-0x2302 003707 force iscan_interval_timer ,queue 
-0x2303 003708 fetch 2 ,mem_iscan_interval 
-0x2304 003709 nbranch timer_init ,sync 
-0x2305 003710 random pdata 
-0x2306 003711 iand mask3ff ,pdata 
-0x2307 003712 branch timer_init 
-:      003715 inquiry_scan_start:
-0x2308 003716 bpatch patch06_2 ,mem_patch06 
-0x2309 003717 jam 0 ,mem_fhs_am_addr 
-0x230a 003718 disable clknt 
-0x230b 003719 disable attempt 
-0x230c 003720 call afh_clear 
-0x230d 003721 and clkn_bt ,0x1fc ,bt_clk 
-0x230e 003722 force 0x01 ,freq_mode 
-0x230f 003723 call fetch_giac 
-0x2310 003724 call rx_radio_freq 
-0x2311 003725 setflip mark_inquiry_state ,mark 
-0x2312 003726 fetch 1 ,mem_inquiryscan_waitcnt 
-0x2313 003727 increase 1 ,pdata 
-0x2314 003728 store 1 ,mem_inquiryscan_waitcnt 
-0x2315 003729 call fetch_diac 
-0x2316 003730 call start_receiver 
-0x2317 003731 call wait_access_forever 
-0x2318 003732 nrtn sync 
-0x2319 003733 bpatch patch06_3 ,mem_patch06 
-0x231a 003734 force 0 ,stop_watch 
-0x231b 003735 call shutdown_radio 
-0x231c 003736 fetch 1 ,mem_inquiryscan_rcvcnt 
-0x231d 003737 increase 1 ,pdata 
-0x231e 003738 store 1 ,mem_inquiryscan_rcvcnt 
-0x231f 003739 call fetch_giac 
-0x2320 003740 call rf_setup_time_slave_slot 
-0x2321 003741 or_into 0x002 ,bt_clk 
-0x2322 003742 force 0x01 ,freq_mode 
-0x2323 003743 call tx_radio_freq 
-0x2324 003744 call fetch_diac 
-0x2325 003745 call start_transmitter 
-0x2326 003746 call start_tx_external 
-0x2327 003747 deposit clkn_bt 
-0x2328 003748 store 4 ,mem_clkn_bt 
-0x2329 003749 call send_access_word 
-0x232a 003750 force type_fhs ,type 
-0x232b 003751 force 0 ,am_addr 
-0x232c 003752 call scan_mode_whiten 
-0x232d 003753 call transmit_packet_whitened 
-0x232e 003754 call send_eir 
-0x232f 003755 and_into 0x1fd ,bt_clk 
-0x2330 003756 increase 1 ,n_tx_slot 
-0x2331 003757 rtn 
-:      003759 send_eir:
-0x2332 003760 bpatch patch06_4 ,mem_patch06 
-0x2333 003761 fetch 1 ,mem_eir_enable 
-0x2334 003762 rtn blank 
-0x2335 003763 arg mem_eir ,contw 
-0x2336 003764 fetch 1 ,mem_local_name_length 
-0x2337 003765 copy pdata ,loopcnt 
-0x2338 003766 increase 1 ,pdata 
-0x2339 003767 istore 1 ,contw 
-0x233a 003768 copy contw ,temp 
-0x233b 003769 increase 1 ,pdata 
-0x233c 003770 store 2 ,mem_tx_len 
-0x233d 003771 copy temp ,contw 
-0x233e 003772 setarg 0x09 
-0x233f 003773 istore 1 ,contw 
-0x2340 003774 arg mem_local_name ,contr 
-0x2341 003775 call memcpy 
-0x2342 003777 arg mem_all_uuid_128bits ,regc 
-0x2343 003778 arg 4 ,loopcnt 
-0x2344 003779 call get_all_uuid 
-0x2345 003780 arg mem_all_uuid_16bits ,regc 
-0x2346 003781 arg 1 ,loopcnt 
-0x2347 003782 call get_all_uuid 
-0x2348 003784 force type_dm3 ,type 
-0x2349 003785 jam 2 ,mem_tx_lch 
-0x234a 003786 setarg mem_eir 
-0x234b 003787 store 2 ,mem_txptr 
-0x234c 003788 call rf_setup_time_slave_slot 
-0x234d 003789 call tx_radio_freq 
-0x234e 003790 call start_transmitter 
-0x234f 003791 call start_tx_external 
-0x2350 003792 call send_access_word 
-0x2351 003793 call scan_mode_whiten 
-0x2352 003794 call transmit_packet_whitened 
-0x2353 003795 rtn 
-:      003798 get_all_uuid:
-0x2354 003799 copy contw ,temp 
-0x2355 003800 copy regc ,contr 
-0x2356 003801 ifetch 1 ,contr 
-0x2357 003802 rtn blank 
-:      003803 lshift_loop:
-0x2358 003804 lshift pdata ,pdata 
-0x2359 003805 loop lshift_loop 
-0x235a 003806 copy pdata ,rega 
-0x235b 003807 increase 2 ,pdata 
-0x235c 003808 copy pdata ,queue 
-0x235d 003809 fetch 2 ,mem_tx_len 
-0x235e 003810 iadd queue ,pdata 
-0x235f 003811 store 2 ,mem_tx_len 
-0x2360 003812 copy temp ,contw 
-0x2361 003813 copy rega ,pdata 
-0x2362 003814 increase 1 ,pdata 
-0x2363 003815 istore 1 ,contw 
-0x2364 003816 copy regc ,contr 
-0x2365 003817 ifetch 1 ,contr 
-0x2366 003818 ifetch 1 ,contr 
-0x2367 003819 istore 1 ,contw 
-0x2368 003820 copy rega ,loopcnt 
-0x2369 003821 branch memcpy 
-:      003827 page_scan_dispatch:
-0x236a 003828 fetch 1 ,mem_scan_mode 
-0x236b 003829 rtnbit0 page_scan_mode 
-0x236c 003830 force pscan_interval_timer ,queue 
-0x236d 003831 call timer_check 
-0x236e 003832 nrtn blank 
-0x236f 003833 fetcht 2 ,mem_pscan_window 
-0x2370 003834 force 40 ,queue 
-0x2371 003835 call sniff_check_window 
-0x2372 003836 rtn user 
-0x2373 003837 force 0 ,am_addr 
-0x2374 003838 jam param_pagerespto ,mem_fhs_wait_counter 
-0x2375 003839 set0 mark_fhs_already_good ,mark 
-0x2376 003840 call page_scan_start 
-0x2377 003841 force pscan_interval_timer ,queue 
-0x2378 003842 fetch 2 ,mem_pscan_interval 
-0x2379 003843 branch timer_init 
-:      003846 page_scan_start:
-0x237a 003847 bpatch patch06_5 ,mem_patch06 
-0x237b 003848 disable clknt 
-0x237c 003849 call afh_clear 
-0x237d 003850 fetch 1 ,mem_pagescan_waitcnt 
-0x237e 003851 increase 1 ,pdata 
-0x237f 003852 store 1 ,mem_pagescan_waitcnt 
-0x2380 003853 force 0 ,n_tx_slot 
-0x2381 003854 call fetch_self_bt_adr 
-0x2382 003855 add clkn_bt ,1 ,bt_clk 
-0x2383 003856 force 0x02 ,freq_mode 
-0x2384 003857 bpatch patch06_6 ,mem_patch06 
-0x2385 003858 call rx_radio_freq 
-0x2386 003859 call start_receiver 
-0x2387 003860 call wait_access_forever 
-0x2388 003861 nrtn sync 
-0x2389 003862 call shutdown_radio 
-0x238a 003863 fetch 1 ,mem_pagescan_rcvcnt 
-0x238b 003864 increase 1 ,pdata 
-0x238c 003865 store 1 ,mem_pagescan_rcvcnt 
-0x238d 003866 force 0 ,stop_watch 
-0x238e 003867 call rf_setup_time_slave_slot 
-0x238f 003868 or_into 0x002 ,bt_clk 
-0x2390 003869 force 0x01 ,freq_mode 
-0x2391 003870 call tx_radio_freq 
-0x2392 003871 call start_transmitter 
-0x2393 003872 call start_tx_external 
-0x2394 003873 call send_access_word 
-0x2395 003874 call end_of_packet 
-0x2396 003875 force 0 ,am_addr 
-0x2397 003876 arg param_rf_setup ,timeup 
-0x2398 003877 until clke_rt ,meet 
-0x2399 003878 or_into 0x03 ,clke_bt 
-0x239a 003879 and_into 0x1fd ,bt_clk 
-:      003880 page_scan_wait_fhs_restart:
-0x239b 003881 bpatch patch06_7 ,mem_patch06 
-0x239c 003882 increase 1 ,n_tx_slot 
-0x239d 003883 call rx_radio_freq 
-0x239e 003884 call start_receiver 
-0x239f 003885 call wait_access_mhalfbnd 
-0x23a0 003886 nbranch page_scan_wait_fhs_again ,sync 
-0x23a1 003887 call scan_mode_whiten 
-0x23a2 003888 call receive_packet_whitened 
-0x23a3 003889 bmark1 mark_fhs_already_good ,page_scan_reply_to_fhs 
-:      003890 page_scan_wait_fhs_again:
-0x23a4 003891 bpatch patch07_0 ,mem_patch07 
-0x23a5 003892 fetch 1 ,mem_fhs_wait_counter 
-0x23a6 003893 rtn blank 
-0x23a7 003894 increase -1 ,pdata 
-0x23a8 003895 store 1 ,mem_fhs_wait_counter 
-0x23a9 003896 call rf_setup_time_master_slot 
-0x23aa 003897 branch page_scan_wait_fhs_restart 
-:      003900 page_scan_reply_to_fhs:
-0x23ab 003901 bpatch patch07_1 ,mem_patch07 
-0x23ac 003902 set0 1 ,clke_bt 
-0x23ad 003903 set1 0 ,clke_bt 
-0x23ae 003904 fetch 1 ,mem_pagescan_rcvfhscnt 
-0x23af 003905 increase 1 ,pdata 
-0x23b0 003906 store 1 ,mem_pagescan_rcvfhscnt 
-0x23b1 003907 call rf_setup_time_slave_slot 
-0x23b2 003908 or_into 0x02 ,bt_clk 
-0x23b3 003909 call tx_radio_freq 
-0x23b4 003910 call start_transmitter 
-0x23b5 003911 call start_tx_external 
-0x23b6 003912 call send_access_word 
-0x23b7 003913 call end_of_packet 
-:      003914 slave_apply_clke_bt:
-0x23b8 003915 compare 0x03 ,clke_bt ,0x03 
-0x23b9 003916 branch slave_apply_clke_bt_now ,true 
-0x23ba 003917 until null ,mhalfbnd 
-0x23bb 003918 branch slave_apply_clke_bt 
-:      003919 slave_apply_clke_bt_now:
-0x23bc 003920 fetch 4 ,mem_clke_bt 
-0x23bd 003921 or_into 0x03 ,pdata 
-0x23be 003922 icopy clke_bt 
-:      003924 start_slave_connection:
-0x23bf 003925 bpatch patch07_2 ,mem_patch07 
-0x23c0 003926 fetch 6 ,extm_lap 
-0x23c1 003927 store 6 ,mem_plap 
-0x23c2 003928 call prepare_newconn 
-:      003929 slave_newconn_loop:
-0x23c3 003930 call slave_newconn_once 
-0x23c4 003931 branch sconn_successful ,match 
-0x23c5 003932 call new_conn_timeout 
-0x23c6 003933 nbranch slave_newconn_loop ,blank 
-0x23c7 003934 rtn 
-:      003937 sconn_successful:
-0x23c8 003938 bpatch patch07_3 ,mem_patch07 
-0x23c9 003939 call newconn_init 
-0x23ca 003940 call context_new 
-0x23cb 003941 nrtn zero 
-0x23cc 003942 jam 0 ,mem_mode 
-0x23cd 003943 call calc_clke_offset 
-0x23ce 003944 branch context_save 
-:      003949 slave_dispatch:
-0x23cf 003950 bpatch patch07_4 ,mem_patch07 
-0x23d0 003951 call calc_clke 
-0x23d1 003952 call role_switch_slave 
-0x23d2 003953 rtn user 
-:      003954 slave_loop:
-0x23d3 003955 bpatch patch07_5 ,mem_patch07 
-0x23d4 003956 call check_bt_disabled 
-0x23d5 003957 call scheduler_process 
-0x23d6 003958 call slave_conn_recv_packet 
-0x23d7 003959 nbranch slave_notmatch ,match 
-0x23d8 003960 call supervision_flush 
-0x23d9 003961 call scheduler_tx_l2cap_pkt 
-0x23da 003962 call prepare_tx 
-0x23db 003963 call slave_conn_send_packet 
-0x23dc 003964 call parse_l2cap 
-0x23dd 003965 call parse_lmp 
-0x23de 003966 fetch 1 ,mem_slave_rcvcnt 
-0x23df 003967 increase 1 ,pdata 
-0x23e0 003968 store 1 ,mem_slave_rcvcnt 
-0x23e1 003969 call calc_clke_offset 
-:      003970 slave_notmatch:
-0x23e2 003971 bpatch patch07_6 ,mem_patch07 
-0x23e3 003972 call lpm_set_mult 
-0x23e4 003973 call supervision_update 
-0x23e5 003974 branch slave_disconnect ,positive 
-0x23e6 003975 call check_disconnect_timeout 
-0x23e7 003976 nbranch slave_disconnect ,user 
-0x23e8 003977 call check_attempt 
-0x23e9 003978 nbranch slave_loop ,blank 
-0x23ea 003979 rtn 
-:      003981 slave_disconnect:
-0x23eb 003982 bpatch patch07_7 ,mem_patch07 
-0x23ec 003983 jam 0 ,mem_tester_emulate 
-0x23ed 003984 jam 0 ,mem_debug_config 
-0x23ee 003985 call quit_connection 
-0x23ef 003986 set0 mark_testmode ,mark 
-0x23f0 003987 call test_enable_white 
-0x23f1 003988 fetch 1 ,mem_state 
-0x23f2 003989 rtn 
-:      003992 role_switch_slave:
-0x23f3 003993 bpatch patch08_0 ,mem_patch08 
-0x23f4 003994 call role_switch_check 
-0x23f5 003995 nrtn user 
-0x23f6 003996 copy am_addr ,temp 
-0x23f7 003997 call get_free_amaddr 
-0x23f8 003998 store 1 ,mem_fhs_am_addr 
-0x23f9 003999 copy temp ,am_addr 
-0x23fa 004000 jam param_newconnto ,mem_newconnto_counter 
-:      004001 roles_sendfhs_loop:
-0x23fb 004002 bpatch patch08_1 ,mem_patch08 
-0x23fc 004003 call rf_setup_time_master_slot 
-0x23fd 004004 force type_fhs ,type 
-0x23fe 004005 call slave_send_access 
-0x23ff 004006 deposit clkn_bt 
-0x2400 004007 store 4 ,mem_clkn_bt 
-0x2401 004008 call transmit_packet 
-0x2402 004009 call rf_setup_time_slave_slot 
-0x2403 004010 enable user3 
-0x2404 004011 call slave_receive_access 
-0x2405 004012 branch roles_got_fhs_reply ,sync 
-0x2406 004013 call shutdown_radio 
-0x2407 004014 call new_conn_timeout 
-0x2408 004015 nbranch roles_sendfhs_loop ,blank 
-0x2409 004016 rtnmark0 mark_accept_switch 
-0x240a 004017 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x240b 004018 set1 mark_switch_initiated ,mark 
-0x240c 004019 rtn 
-:      004020 roles_got_fhs_reply:
-0x240d 004021 enable clknt 
-0x240e 004022 call prepare_newconn 
-0x240f 004023 call afh_clear 
-:      004024 roles_newconn_loop:
-0x2410 004025 bpatch patch08_2 ,mem_patch08 
-0x2411 004026 call master_newconn_once 
-0x2412 004027 branch roles_newconn_responded ,sync 
-0x2413 004028 call new_conn_timeout 
-0x2414 004029 nbranch roles_newconn_loop ,blank 
-0x2415 004030 disable clknt 
-0x2416 004031 deposit clke_bt 
-0x2417 004032 store 4 ,mem_next_btclk 
-0x2418 004033 rtn 
-:      004034 roles_newconn_responded:
-0x2419 004035 enable master 
-0x241a 004036 bmark0 mark_accept_switch ,roles_newconn_nolmp 
-0x241b 004037 set0 mark_accept_switch ,mark 
-0x241c 004038 jam lmp_accepted ,mem_lmo_opcode2 
-0x241d 004039 jam lmp_host_connection_req ,mem_lmi_opcode2 
-0x241e 004040 call tid_set_reply 
-:      004041 roles_newconn_nolmp:
-0x241f 004042 deposit am_addr 
-0x2420 004043 store 1 ,mem_amaddr 
-0x2421 004044 force 0 ,pdata 
-0x2422 004045 store 6 ,mem_clk_offset 
-0x2423 004046 fetch 1 ,mem_mode 
-0x2424 004047 set1 mode_master ,pdata 
-0x2425 004048 store 1 ,mem_mode 
-0x2426 004049 call supervision_flush 
-0x2427 004050 disable master 
-0x2428 004051 enable user 
-0x2429 004052 rtn 
-:      004056 init_rx_packet_flags:
-0x242a 004057 bpatch patch08_3 ,mem_patch08 
-0x242b 004058 disable match 
-0x242c 004059 set0 mark_loopback ,mark 
-0x242d 004060 set0 mark_am_addr_broadcast ,mark 
-0x242e 004061 set0 mark_longpacket ,mark 
-0x242f 004062 set0 mark_old_packet ,mark 
-0x2430 004063 fetch 1 ,mem_arq 
-0x2431 004064 set0 arqnx ,pdata 
-0x2432 004065 set1 flowx ,pdata 
-0x2433 004066 store 1 ,mem_arq 
-0x2434 004067 rtn 
-:      004069 prepare_newconn:
-0x2435 004070 bpatch patch08_4 ,mem_patch08 
-0x2436 004071 jam param_newconnto ,mem_newconnto_counter 
-0x2437 004072 jam param_newconn_arq ,mem_arq 
-0x2438 004073 fetch 2 ,mem_rx_window_init 
-0x2439 004074 store 2 ,mem_rx_window 
-0x243a 004075 deposit clkn_bt 
-0x243b 004076 store 4 ,mem_next_btclk 
-0x243c 004077 rtn clknt 
-0x243d 004078 deposit clke_bt 
-0x243e 004079 store 4 ,mem_next_btclk 
-0x243f 004080 rtn 
-:      004082 newconn_init:
-0x2440 004083 bpatch patch08_5 ,mem_patch08 
-0x2441 004084 call init_lmp_reinit 
-0x2442 004085 call new_conn_handle 
-0x2443 004086 store 1 ,mem_conn_handle 
-0x2444 004087 setarg 0 
-0x2445 004088 store 2 ,mem_l2cap_rxbuff1_len 
-0x2446 004089 setarg param_supervision_to 
-0x2447 004090 store 2 ,mem_supervision_to 
-0x2448 004091 fetch 1 ,mem_state 
-0x2449 004092 set1 state_inconn ,pdata 
-0x244a 004093 store 1 ,mem_state 
-0x244b 004094 jam 0 ,mem_op 
-0x244c 004095 jam 0 ,mem_state_map 
-0x244d 004096 jam 0 ,mem_lpm_current_mult 
-0x244e 004097 branch supervision_flush 
-:      004100 clear_linkkey:
-0x244f 004101 bpatch patch08_6 ,mem_patch08 
-0x2450 004102 force 0 ,pdata 
-0x2451 004103 store 8 ,mem_link_key 
-0x2452 004104 istore 8 ,contw 
-0x2453 004105 call clear_linkstate 
-0x2454 004106 branch context_traverse_linkkey 
-:      004108 new_conn_timeout:
-0x2455 004109 fetch 1 ,mem_newconnto_counter 
-0x2456 004110 increase -1 ,pdata 
-0x2457 004111 store 1 ,mem_newconnto_counter 
-0x2458 004112 rtn 
-:      004114 new_conn_handle:
-0x2459 004115 fetch 1 ,mem_handle_num 
-0x245a 004116 increase 1 ,pdata 
-0x245b 004117 store 1 ,mem_handle_num 
-0x245c 004118 rtn 
-:      004121 quit_connection:
-0x245d 004122 bpatch patch08_7 ,mem_patch08 
-0x245e 004123 fetch 1 ,mem_hci_cmd 
-0x245f 004124 beq hci_cmd_remote_name_req ,quit_connection_name 
-0x2460 004125 fetch 1 ,mem_lmp_to_send 
-0x2461 004126 bne lmp_name_req ,quit_connection_cont 
-:      004127 quit_connection_name:
-0x2462 004128 call cmd_check_plap 
-0x2463 004129 nbranch quit_connection_cont ,zero 
-0x2464 004130 call master_name_error 
-0x2465 004131 jam 0 ,mem_hci_cmd 
-:      004132 quit_connection_cont:
-0x2466 004133 bpatch patch09_0 ,mem_patch09 
-0x2467 004134 call app_disconn_reason_collect_bt 
-0x2468 004135 call sniff_exit 
-0x2469 004136 jam bt_evt_bb_disconnected ,mem_fifo_temp 
-0x246a 004137 call ui_ipc_send_event 
-0x246b 004138 call init_lmp_work 
-0x246c 004139 call l2cap_init_work 
-0x246d 004140 call sp_initialize 
-0x246e 004141 fetch 1 ,mem_state 
-0x246f 004142 set0 state_inconn 
-0x2470 004143 store 1 ,mem_state 
-0x2471 004144 jam 0 ,memui_reconnect_mode 
-0x2472 004146 fetch 1 ,mem_state_map 
-0x2473 004147 compare 0x0 ,pdata ,0xc0 
-0x2474 004148 branch quit_connection_not_clear_mark ,true 
-0x2475 004149 set0 mark_rxbuf_inuse ,mark 
-:      004150 quit_connection_not_clear_mark:
-0x2476 004151 fetch 1 ,mem_arq 
-0x2477 004152 bbit0 wack ,quit_connection_not_clear_tx 
-:      004153 quit_connection_not_clear_tx:
-0x2478 004154 fetch 1 ,mem_op 
-0x2479 004155 rtnbit0 op_txl2cap 
-0x247a 004156 set0 mark_tx_l2cap ,mark 
-0x247b 004157 rtn 
-:      004159 slave_newconn_once:
-0x247c 004160 bpatch patch09_1 ,mem_patch09 
-0x247d 004161 fetch 1 ,extm_newconn_am_addr 
-0x247e 004162 rtn blank 
-0x247f 004163 icopy am_addr 
-0x2480 004164 call slave_conn_recv_packet 
-0x2481 004165 nrtn match 
-0x2482 004166 force type_null ,type 
-0x2483 004167 call slave_conn_send_packet 
-0x2484 004168 deposit am_addr 
-0x2485 004169 store 1 ,mem_amaddr 
-0x2486 004170 force 0 ,pdata 
-0x2487 004171 store 1 ,extm_newconn_am_addr 
-0x2488 004172 rtn 
-:      004178 prepare_tx:
-0x2489 004179 bpatch patch09_2 ,mem_patch09 
-0x248a 004180 fetch 1 ,mem_state 
-0x248b 004181 bbit0 state_insco ,prepare_tx_not_sco 
-0x248c 004182 force type_hv3 ,type 
-0x248d 004183 bmark0 mark_esco ,prepare_tx_not_esco 
-0x248e 004184 call check_esco_amaddr 
-0x248f 004185 nbranch prepare_tx_not_sco ,true 
-0x2490 004186 branch prepare_tx_not_sco ,attempt 
-0x2491 004187 call set_wait_ack 
-0x2492 004188 setarg 2 
-0x2493 004189 store 2 ,mem_retransmission_cnt 
-0x2494 004190 rtn 
-:      004191 prepare_tx_not_esco:
-0x2495 004192 nrtn attempt 
-:      004193 prepare_tx_not_sco:
-0x2496 004194 bpatch patch09_3 ,mem_patch09 
-0x2497 004195 call context_check_all_wack 
-0x2498 004196 nbranch prepare_tx_no_retransmit ,zero 
-0x2499 004197 fetch 1 ,mem_arq 
-0x249a 004198 bbit0 wack ,prepare_tx_pollnull 
-:      004199 prepare_tx_retransmit:
-0x249b 004200 bmark1 mark_loopback ,prepare_tx_loopback 
-0x249c 004201 fetch 1 ,mem_debug_config 
-0x249d 004202 bbit1 debug_tx_pattern ,prepare_tx_txpat 
-0x249e 004203 fetch 2 ,mem_retransmission_cnt 
-0x249f 004204 increase -1 ,pdata 
-0x24a0 004205 store 2 ,mem_retransmission_cnt 
-0x24a1 004206 branch prepare_tx_nomore_retransmit ,blank 
-0x24a2 004207 fetch 1 ,mem_last_type 
-0x24a3 004208 iforce type 
-0x24a4 004209 rtn 
-:      004211 prepare_tx_nomore_retransmit:
-0x24a5 004212 bpatch patch09_4 ,mem_patch09 
-0x24a6 004213 call clear_got_tx 
-:      004214 prepare_tx_no_retransmit:
-0x24a7 004215 call check_esco_amaddr 
-0x24a8 004216 branch prepare_tx_pollnull ,true 
-0x24a9 004217 call send_lmp 
-0x24aa 004218 branch prepare_tx_sendlmp ,user 
-0x24ab 004219 fetch 1 ,mem_op 
-0x24ac 004220 bbit1 op_txl2cap ,prepare_tx_sendl2cap 
-0x24ad 004221 bmark1 mark_loopback ,prepare_tx_loopback 
-0x24ae 004222 fetch 1 ,mem_debug_config 
-0x24af 004223 bbit1 debug_tx_pattern ,prepare_tx_txpat 
-:      004224 prepare_tx_pollnull:
-0x24b0 004225 force type_poll ,type 
-0x24b1 004226 rtn master 
-0x24b2 004227 force type_null ,type 
-0x24b3 004228 rtn 
-:      004229 prepare_tx_loopback:
-0x24b4 004230 bpatch patch09_5 ,mem_patch09 
-0x24b5 004231 fetch 1 ,mem_rx_type 
-0x24b6 004232 iforce type 
-0x24b7 004233 rtnne 1 
-0x24b8 004234 force type_null ,type 
-0x24b9 004235 rtn 
-:      004236 prepare_tx_txpat:
-0x24ba 004237 fetch 1 ,test_mode_packet_type 
-0x24bb 004238 and pdata ,0xf ,type 
-0x24bc 004239 set1 mark_loopback ,mark 
-0x24bd 004240 rtn 
-:      004241 prepare_tx_sendlmp:
-0x24be 004242 force type_lmp ,type 
-0x24bf 004243 branch set_wait_ack 
-:      004244 prepare_tx_sendl2cap:
-0x24c0 004245 call tx_l2cap_type 
-:      004247 set_wait_ack:
-0x24c1 004248 bpatch patch09_6 ,mem_patch09 
-0x24c2 004249 fetcht 1 ,mem_arq 
-0x24c3 004250 set1 wack ,temp 
-0x24c4 004251 storet 1 ,mem_arq 
-0x24c5 004252 deposit type 
-0x24c6 004253 store 1 ,mem_last_type 
-0x24c7 004254 setarg 0xffff 
-0x24c8 004255 store 2 ,mem_retransmission_cnt 
-0x24c9 004256 rtn 
-:      004258 tx_l2cap_type:
-0x24ca 004259 bpatch patch09_7 ,mem_patch09 
-0x24cb 004260 fetch 1 ,mem_state_map 
-0x24cc 004261 isolate1 smap_edr ,pdata 
-0x24cd 004262 fetch 2 ,mem_tx_len 
-0x24ce 004263 branch tx_l2cap_type_edr ,true 
-0x24cf 004264 force type_dm1 ,type 
-0x24d0 004265 sub pdata ,17 ,null 
-0x24d1 004266 rtn positive 
-0x24d2 004267 force type_dh1 ,type 
-0x24d3 004268 sub pdata ,27 ,null 
-0x24d4 004269 rtn positive 
-0x24d5 004270 force type_dm3 ,type 
-0x24d6 004271 sub pdata ,121 ,null 
-0x24d7 004272 rtn positive 
-0x24d8 004273 force type_dh3 ,type 
-0x24d9 004274 sub pdata ,183 ,null 
-0x24da 004275 rtn positive 
-0x24db 004276 force type_dm5 ,type 
-0x24dc 004277 sub pdata ,224 ,null 
-0x24dd 004278 rtn positive 
-0x24de 004279 force type_dh5 ,type 
-0x24df 004280 rtn 
-:      004281 tx_l2cap_type_edr:
-0x24e0 004282 force type_dm1 ,type 
-0x24e1 004283 sub pdata ,17 ,null 
-0x24e2 004284 rtn positive 
-0x24e3 004285 force type_dh1 ,type 
-0x24e4 004286 sub pdata ,54 ,null 
-0x24e5 004287 rtn positive 
-0x24e6 004288 force type_dm3 ,type 
-0x24e7 004289 arg 367 ,temp 
-0x24e8 004290 isub temp ,null 
-0x24e9 004291 nrtn positive 
-0x24ea 004292 force type_dm5 ,type 
-0x24eb 004293 arg 679 ,temp 
-0x24ec 004294 isub temp ,null 
-0x24ed 004295 nrtn positive 
-0x24ee 004296 force type_dh5 ,type 
-0x24ef 004297 rtn 
-:      004306 slave_receive_master_slot:
-0x24f0 004307 fetch 1 ,mem_state 
-0x24f1 004308 bbit0 state_insniff ,slave_receive_notsniff 
-0x24f2 004309 fetch 2 ,mem_tsniff 
-0x24f3 004310 branch slave_receive_notsniff ,blank 
-0x24f4 004311 nbranch slave_receive_sniff ,attempt 
-:      004312 slave_receive_notsniff:
-0x24f5 004313 call rf_setup_time_master_slot 
-:      004314 slave_receive_access:
-0x24f6 004315 add clke_bt ,1 ,bt_clk 
-:      004316 slave_receive_sniff:
-0x24f7 004317 enable swfine 
-0x24f8 004318 fetch 2 ,mem_rx_window 
-0x24f9 004319 rshift pdata ,pdata 
-0x24fa 004320 arg param_pll_setup ,temp 
-0x24fb 004321 iadd temp ,pdata 
-0x24fc 004322 call ahead_window 
-0x24fd 004323 call fetch_extm_bt_adr 
-0x24fe 004324 force 0x03 ,freq_mode 
-0x24ff 004325 call rx_radio_freq 
-0x2500 004326 call init_rx_packet_flags 
-0x2501 004327 call prep_crypt 
-0x2502 004328 bpatch patch0a_0 ,mem_patch0a 
-0x2503 004329 fetch 2 ,mem_rx_window 
-0x2504 004330 rshift pdata ,pdata 
-0x2505 004331 call ahead_window 
-0x2506 004332 call start_receiver 
-0x2507 004333 enable decode_fec0 
-0x2508 004334 fetch 2 ,mem_rx_window 
-0x2509 004335 arg param_clke_cal ,temp 
-0x250a 004336 iadd temp ,stop_watch 
-0x250b 004337 correlate null ,timeout 
-0x250c 004338 copy clke ,temp 
-0x250d 004339 storet 6 ,mem_sync_clke 
-0x250e 004340 disable decode_fec0 
-0x250f 004341 nrtn sync 
-0x2510 004342 arg param_clke_cal ,clke_rt 
-0x2511 004343 copy bt_clk ,clke_bt 
-0x2512 004344 branch lpm_adjust_clk ,wake 
-0x2513 004345 rtn 
-:      004348 slave_conn_recv_packet:
-0x2514 004349 bpatch patch0a_1 ,mem_patch0a 
-0x2515 004350 call slave_receive_master_slot 
-0x2516 004351 nbranch shutdown_radio ,sync 
-0x2517 004352 call save_rssi 
-0x2518 004353 bmark0 mark_testmode ,receive_packet 
-0x2519 004354 fetch 2 ,mem_tst_pktcnt_sync 
-0x251a 004355 increase 1 ,pdata 
-0x251b 004356 store 2 ,mem_tst_pktcnt_sync 
-:      004357 receive_packet:
-0x251c 004358 rshift bt_clk ,temp 
-0x251d 004359 or temp ,0x40 ,white_init 
-:      004360 receive_packet_whitened:
-0x251e 004361 bpatch patch0a_2 ,mem_patch0a 
-0x251f 004362 enable enable_white 
-0x2520 004363 enable enable_hec 
-0x2521 004364 enable decode_fec1 
-0x2522 004365 parse demod ,bucket ,3 
-0x2523 004366 rshift8 pwindow ,pdata 
-0x2524 004367 store 1 ,mem_temp_am_addr 
-0x2525 004368 parse demod ,bucket ,4 
-0x2526 004369 inject bucket ,7 
-0x2527 004370 copy pwindow ,pdata 
-0x2528 004371 store 1 ,mem_rx_type 
-0x2529 004372 parse demod ,bucket ,3 
-0x252a 004373 rshift8 pwindow ,pdata 
-0x252b 004374 store 1 ,mem_temp_arq 
-0x252c 004375 fetch 1 ,mem_rx_type 
-0x252d 004376 sub pdata ,3 ,null 
-0x252e 004377 branch receive_packet_noedr ,positive 
-0x252f 004378 beq 7 ,receive_packet_noedr 
-0x2530 004379 fetch 1 ,mem_state_map 
-0x2531 004380 isolate1 smap_edr ,pdata 
-0x2532 004381 setflag true ,psk ,radio_ctrl 
-:      004382 receive_packet_noedr:
-0x2533 004383 bpatch patch0a_3 ,mem_patch0a 
-0x2534 004384 parse demod ,bucket ,8 
-0x2535 004385 disable decode_fec1 
-0x2536 004386 disable enable_hec 
-0x2537 004387 branch error_header ,crc_failed 
-0x2538 004388 bmark0 mark_testmode ,receive_packet_amchk 
-0x2539 004389 fetch 2 ,mem_tst_pktcnt_hec 
-0x253a 004390 increase 1 ,pdata 
-0x253b 004391 store 2 ,mem_tst_pktcnt_hec 
-:      004392 receive_packet_amchk:
-0x253c 004393 bpatch patch0a_4 ,mem_patch0a 
-0x253d 004394 fetch 1 ,mem_temp_am_addr 
-0x253e 004395 compare 0 ,pdata ,0x07 
-0x253f 004396 setflag true ,mark_am_addr_broadcast ,mark 
-0x2540 004397 branch am_addr_ok ,true 
-0x2541 004398 icompare 0x07 ,am_addr 
-0x2542 004399 branch am_addr_match ,true 
-0x2543 004400 bmark0 mark_esco ,end_of_packet 
-0x2544 004401 fetcht 1 ,mem_saved_amaddr 
-0x2545 004402 icompare 0x7 ,temp 
-0x2546 004403 nbranch end_of_packet ,true 
-0x2547 004404 fetch 1 ,mem_arq 
-0x2548 004405 set0 arqnx ,pdata 
-0x2549 004406 set1 flowx ,pdata 
-0x254a 004407 store 1 ,mem_arq 
-:      004408 am_addr_match:
-0x254b 004409 enable match 
-:      004410 am_addr_ok:
-0x254c 004411 bpatch patch0a_5 ,mem_patch0a 
-0x254d 004412 fetch 1 ,mem_rx_type 
-0x254e 004413 icopy type 
-0x254f 004414 bmark1 mark_am_addr_broadcast ,arqn_bypass 
-0x2550 004415 fetcht 1 ,mem_temp_arq 
-0x2551 004416 fetch 1 ,mem_arq 
-0x2552 004417 set0 flow ,pdata 
-0x2553 004418 isolate1 flow ,temp 
-0x2554 004419 setflag true ,flow ,pdata 
-0x2555 004420 isolate1 arqn ,temp 
-0x2556 004421 setflag true ,arqn ,pdata 
-0x2557 004422 store 1 ,mem_arq 
-0x2558 004423 isolate0 arqn ,temp 
-0x2559 004424 branch arqn_bypass ,true 
-0x255a 004425 call clear_got_tx 
-:      004426 arqn_bypass:
-0x255b 004427 bpatch patch0a_6 ,mem_patch0a 
-0x255c 004428 arg 0 ,temp 
-0x255d 004429 call reserve_slot 
-0x255e 004430 and type ,0xf ,pdata 
-0x255f 004431 beq type_poll ,process_poll 
-0x2560 004432 beq type_null ,end_of_packet 
-0x2561 004433 beq type_fhs ,process_fhs 
-0x2562 004434 fetcht 1 ,mem_temp_arq 
-0x2563 004435 fetch 1 ,mem_arq 
-0x2564 004436 icompare 0x04 ,temp 
-0x2565 004437 nbranch rx_type_dispatch ,true 
-0x2566 004438 bmark0 mark_am_addr_broadcast ,failed_seqn 
-0x2567 004439 bbit0 bcast1 ,rx_type_dispatch 
-:      004440 failed_seqn:
-0x2568 004441 set1 mark_old_packet ,mark 
-:      004442 rx_type_dispatch:
-0x2569 004443 bpatch patch0a_7 ,mem_patch0a 
-0x256a 004444 deposit type 
-0x256b 004445 beq type_dm1 ,process_dm1 
-0x256c 004446 beq type_dh1 ,process_dh1 
-0x256d 004447 beq type_hv3 ,process_hev 
-0x256e 004448 beq type_3dh1 ,process_3dh1 
-0x256f 004449 arg 4 ,temp 
-0x2570 004450 call reserve_slot 
-0x2571 004451 beq type_dm3 ,process_dm3 
-0x2572 004452 beq type_dh3 ,process_dh3 
-0x2573 004453 arg 8 ,temp 
-0x2574 004454 call reserve_slot 
-0x2575 004455 beq type_dm5 ,process_dm5 
-0x2576 004456 beq type_dh5 ,process_dh5 
-0x2577 004457 rtn 
-:      004460 process_hev:
-0x2578 004461 bpatch patch0b_0 ,mem_patch0b 
-0x2579 004462 enable decode_fec0 
-0x257a 004463 enable enable_crc 
-0x257b 004464 enable encrypt 
-0x257c 004465 arg mem_sco_ibuf ,contw 
-0x257d 004466 force 30 ,loopcnt 
-:      004467 process_hev_loop:
-0x257e 004468 parse demod ,bucket ,8 
-0x257f 004469 rshift3 pwindow ,pdata 
-0x2580 004470 istore 1 ,contw 
-0x2581 004471 loop process_hev_loop 
-0x2582 004472 bmark0 mark_esco ,end_of_packet 
-0x2583 004473 parse demod ,bucket ,16 
-0x2584 004474 nsetflag crc_failed ,mark_esco_rxok ,mark 
-0x2585 004475 branch error_payload ,crc_failed 
-0x2586 004476 branch ack_payload 
-:      004479 process_poll:
-0x2587 004480 branch end_of_packet 
-:      004482 process_dm3:
-:      004483 process_dm5:
-0x2588 004484 set1 mark_longpacket ,mark 
-:      004485 process_dm1:
-0x2589 004486 enable decode_fec2 
-0x258a 004487 branch process_dmh 
-:      004489 process_dh3:
-:      004490 process_dh5:
-0x258b 004491 set1 mark_longpacket ,mark 
-:      004492 process_3dh1:
-0x258c 004493 set1 psk3m ,radio_ctrl 
-:      004494 process_dh1:
-0x258d 004495 enable decode_fec0 
-:      004496 process_dmh:
-0x258e 004497 bpatch patch0b_1 ,mem_patch0b 
-0x258f 004498 bmark1 mark_rxbuf_inuse ,end_of_packet 
-0x2590 004499 isolate0 psk ,radio_ctrl 
-0x2591 004500 branch process_dmh_noedr ,true 
-0x2592 004501 disable enable_white 
-0x2593 004502 enable decode_fec0 
-0x2594 004503 disable decode_fec2 
-0x2595 004504 add clkn_bt ,2 ,timeup 
-0x2596 004505 correlate clkn_bt ,meet 
-0x2597 004506 nbranch error_payload ,sync 
-0x2598 004507 set1 mark_longpacket ,mark 
-0x2599 004508 enable enable_white 
-:      004509 process_dmh_noedr:
-0x259a 004510 bpatch patch0b_2 ,mem_patch0b 
-0x259b 004511 enable encrypt 
-0x259c 004512 enable enable_crc 
-0x259d 004513 parse demod ,bucket ,3 
-0x259e 004514 rshift8 pwindow ,pdata 
-0x259f 004515 store 1 ,mem_lch_code 
-0x25a0 004516 parse demod ,bucket ,5 
-0x25a1 004517 bmark1 mark_longpacket ,process_dmh_long 
-0x25a2 004518 rshift3 pwindow ,loopcnt 
-0x25a3 004519 rshift3 loopcnt ,loopcnt 
-0x25a4 004520 branch process_dmh_common 
-:      004521 process_dmh_long:
-0x25a5 004522 parse demod ,bucket ,5 
-0x25a6 004523 rshift pwindow ,loopcnt 
-0x25a7 004524 parse demod ,bucket ,3 
-:      004525 process_dmh_common:
-0x25a8 004526 bpatch patch0b_3 ,mem_patch0b 
-0x25a9 004527 deposit loopcnt 
-0x25aa 004528 store 2 ,mem_len 
-0x25ab 004529 branch process_dmh_data_end ,blank 
-0x25ac 004530 isub mask3ff ,null 
-0x25ad 004531 branch error_payload ,positive 
-0x25ae 004532 bpatch patch0b_4 ,mem_patch0b 
-0x25af 004533 set0 mark_fhs_eir ,mark 
-0x25b0 004534 fetch 1 ,mem_lch_code 
-0x25b1 004535 and_into 0x03 ,pdata 
-0x25b2 004536 arg mem_rxbuf ,contw 
-0x25b3 004537 beq llid_lmp ,process_lmp 
-0x25b4 004538 bmark1 mark_testmode ,process_dmh_data 
-0x25b5 004540 fetch 1 ,mem_lch_code 
-0x25b6 004541 and_into 0x03 ,pdata 
-0x25b7 004542 beq llid_l2cap_start ,process_dmh_data_l2cap_start_pkt 
-0x25b8 004543 beq llid_l2cap_cont ,process_dmh_data_l2cap_continue_pkt 
-0x25b9 004544 branch error_payload 
-:      004546 process_lmp:
-0x25ba 004547 fetch 2 ,mem_len 
-0x25bb 004548 sub pdata ,0x70 ,null 
-0x25bc 004549 nbranch error_payload ,positive 
-0x25bd 004550 bmark1 mark_old_packet ,ack_payload 
-0x25be 004551 branch process_dmh_data 
-:      004554 process_dmh_data_l2cap_start_pkt:
-0x25bf 004555 bpatch patch0b_5 ,mem_patch0b 
-0x25c0 004556 bmark1 mark_old_packet ,ack_payload 
-0x25c1 004557 fetch 2 ,mem_len 
-0x25c2 004558 arg 0x2e0 ,temp 
-0x25c3 004559 isub temp ,null 
-0x25c4 004560 branch error_payload ,positive 
-0x25c5 004561 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x25c6 004562 bbit0 l2cap_inuse_buff1 ,process_dmh_data_into_buff1 
-0x25c7 004563 bbit0 l2cap_inuse_buff2 ,process_dmh_data_into_buff2 
-0x25c8 004564 branch end_of_packet 
-:      004565 process_dmh_data_into_buff1:
-0x25c9 004566 jam 1 ,mem_l2cap_rxbuff_new 
-0x25ca 004567 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x25cb 004568 bne 0 ,end_of_packet 
-0x25cc 004569 arg mem_l2cap_rxbuff1 ,contw 
-0x25cd 004570 branch process_dmh_data 
-:      004571 process_dmh_data_into_buff2:
-0x25ce 004572 jam 2 ,mem_l2cap_rxbuff_new 
-0x25cf 004573 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x25d0 004574 bne 0 ,end_of_packet 
-0x25d1 004575 arg mem_l2cap_rxbuff2 ,contw 
-0x25d2 004576 branch process_dmh_data 
-:      004578 process_dmh_data_l2cap_continue_pkt:
-0x25d3 004579 bpatch patch0b_6 ,mem_patch0b 
-0x25d4 004580 bmark1 mark_old_packet ,ack_payload 
-0x25d5 004581 fetch 2 ,mem_len 
-0x25d6 004582 arg 0x2e0 ,temp 
-0x25d7 004583 isub temp ,null 
-0x25d8 004584 branch error_payload ,positive 
-0x25d9 004585 fetch 1 ,mem_l2cap_rxbuff_new 
-0x25da 004586 beq 1 ,process_dmh_data_l2cap_continue_pkt1 
-0x25db 004587 beq 2 ,process_dmh_data_l2cap_continue_pkt2 
-0x25dc 004588 branch end_of_packet 
-:      004589 process_dmh_data_l2cap_continue_pkt1:
-0x25dd 004590 arg mem_l2cap_rxbuff1 ,contw 
-0x25de 004591 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x25df 004592 iadd contw ,contw 
-0x25e0 004593 branch process_dmh_data 
-:      004594 process_dmh_data_l2cap_continue_pkt2:
-0x25e1 004595 arg mem_l2cap_rxbuff2 ,contw 
-0x25e2 004596 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x25e3 004597 iadd contw ,contw 
-:      004598 process_dmh_data:
-0x25e4 004599 parse demod ,bucket ,8 
-0x25e5 004600 rshift3 pwindow ,pdata 
-0x25e6 004601 istore 1 ,contw 
-0x25e7 004602 loop process_dmh_data 
-:      004603 process_dmh_data_end:
-0x25e8 004604 bpatch patch0b_7 ,mem_patch0b 
-0x25e9 004605 parse demod ,bucket ,16 
-0x25ea 004606 branch error_payload_crc ,crc_failed 
-0x25eb 004607 fetch 1 ,mem_l2cap_flow_ctrl_flag 
-0x25ec 004608 beq l2cap_flow_ctrl_enable ,end_of_packet 
-0x25ed 004609 bmark1 mark_testmode ,process_dmh_cont 
-0x25ee 004610 bmark1 mark_old_packet ,redundant_payload 
-0x25ef 004611 fetch 1 ,mem_lch_code 
-0x25f0 004612 compare 3 ,pdata ,3 
-0x25f1 004613 branch process_dmh_cont ,true 
-0x25f2 004614 fetch 2 ,mem_len 
-0x25f3 004615 branch process_dmh_cont ,blank 
-0x25f4 004616 bpatch patch0c_0 ,mem_patch0c 
-0x25f5 004617 fetch 1 ,mem_l2cap_rxbuff_new 
-0x25f6 004618 beq 1 ,process_l2cap_pass_crc_buff1 
-0x25f7 004619 beq 2 ,process_l2cap_pass_crc_buff2 
-0x25f8 004620 branch assert 
-:      004621 process_l2cap_pass_crc_buff1:
-0x25f9 004622 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x25fa 004623 fetcht 2 ,mem_len 
-0x25fb 004624 iadd temp ,pdata 
-0x25fc 004625 store 2 ,mem_l2cap_rxbuff1_len 
-0x25fd 004626 beq 0 ,assert 
-0x25fe 004627 fetcht 2 ,mem_l2cap_rxbuff1 
-0x25ff 004628 increase 4 ,temp 
-0x2600 004629 isub temp ,null 
-0x2601 004630 call l2cap_buff1_inuse ,zero 
-0x2602 004631 branch process_dmh_cont 
-:      004632 process_l2cap_pass_crc_buff2:
-0x2603 004633 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x2604 004634 fetcht 2 ,mem_len 
-0x2605 004635 iadd temp ,pdata 
-0x2606 004636 store 2 ,mem_l2cap_rxbuff2_len 
-0x2607 004637 beq 0 ,assert 
-0x2608 004638 fetcht 2 ,mem_l2cap_rxbuff2 
-0x2609 004639 add temp ,4 ,temp 
-0x260a 004640 isub temp ,null 
-0x260b 004641 call l2cap_buff2_inuse ,zero 
-0x260c 004642 branch process_dmh_cont 
-:      004643 process_dmh_cont:
-0x260d 004644 bpatch patch0c_1 ,mem_patch0c 
-0x260e 004645 fetcht 1 ,mem_state_map 
-0x260f 004646 fetch 1 ,mem_lch_code 
-0x2610 004647 compare 3 ,pdata ,0x03 
-0x2611 004648 setflag true ,smap_rxlmp ,temp 
-0x2612 004649 nsetflag true ,smap_rxl2cap ,temp 
-0x2613 004650 storet 1 ,mem_state_map 
-0x2614 004651 nbranch process_dmh_cont_rxbuf_not_use ,true 
-0x2615 004652 set1 mark_rxbuf_inuse ,mark 
-:      004653 process_dmh_cont_rxbuf_not_use:
-0x2616 004654 bmark0 mark_testmode ,ack_payload 
-0x2617 004655 isolate1 smap_rxlmp ,temp 
-0x2618 004656 branch ack_payload ,true 
-0x2619 004657 fetch 2 ,mem_tst_pktcnt_crc 
-0x261a 004658 increase 1 ,pdata 
-0x261b 004659 store 2 ,mem_tst_pktcnt_crc 
-0x261c 004660 set1 mark_loopback ,mark 
-0x261d 004661 set0 smap_rxl2cap ,temp 
-0x261e 004662 set0 mark_rxbuf_inuse ,mark 
-0x261f 004663 storet 1 ,mem_state_map 
-:      004664 ack_payload:
-0x2620 004665 bpatch patch0c_2 ,mem_patch0c 
-0x2621 004666 fetcht 1 ,mem_temp_arq 
-0x2622 004667 fetch 1 ,mem_arq 
-0x2623 004668 set1 arqnx ,pdata 
-0x2624 004669 isolate1 seqn ,temp 
-0x2625 004670 setflag true ,seqn ,pdata 
-0x2626 004671 isolate1 mark_am_addr_broadcast ,mark 
-0x2627 004672 setflag true ,bcast1 ,pdata 
-0x2628 004673 store 1 ,mem_arq 
-0x2629 004674 fetch 2 ,mem_len 
-0x262a 004675 nbranch end_of_packet ,blank 
-0x262b 004676 fetch 1 ,mem_state_map 
-0x262c 004677 set0 smap_rxl2cap ,pdata 
-0x262d 004678 store 1 ,mem_state_map 
-0x262e 004679 fetch 1 ,mem_lch_code 
-0x262f 004680 compare 0x01 ,pdata ,0x07 
-0x2630 004682 branch end_of_packet 
-:      004684 error_header:
-0x2631 004685 bpatch patch0c_3 ,mem_patch0c 
-0x2632 004686 disable match 
-0x2633 004687 fetch 2 ,mem_rx_hec_err 
-0x2634 004688 increase 1 ,pdata 
-0x2635 004689 store 2 ,mem_rx_hec_err 
-0x2636 004690 branch end_of_packet 
-:      004691 error_payload_crc:
-0x2637 004692 fetch 2 ,mem_rx_crc_err 
-0x2638 004693 increase 1 ,pdata 
-0x2639 004694 store 2 ,mem_rx_crc_err 
-0x263a 004695 call discard_pkt 
-0x263b 004696 bmark0 mark_testmode ,error_payload 
-0x263c 004697 set1 mark_loopback ,mark 
-:      004698 error_payload:
-0x263d 004699 branch end_of_packet 
-:      004701 discard_pkt:
-0x263e 004702 bpatch patch0c_4 ,mem_patch0c 
-0x263f 004703 fetch 1 ,mem_lch_code 
-0x2640 004704 compare 3 ,pdata ,0x03 
-0x2641 004705 nbranch discard_pkt_l2cap ,true 
-:      004706 discard_pkt_lmp:
-0x2642 004707 fetcht 1 ,mem_state_map 
-0x2643 004708 set0 smap_rxlmp ,temp 
-0x2644 004709 storet 1 ,mem_state_map 
-0x2645 004710 rtn 
-:      004711 discard_pkt_l2cap:
-0x2646 004714 fetcht 1 ,mem_state_map 
-0x2647 004715 set0 smap_rxl2cap ,temp 
-0x2648 004716 storet 1 ,mem_state_map 
-0x2649 004717 branch h4_send_acl_trigger_clear 
-:      004719 redundant_payload:
-0x264a 004720 fetch 1 ,mem_arq 
-0x264b 004721 set1 arqnx ,pdata 
-0x264c 004722 store 1 ,mem_arq 
-:      004723 end_of_packet:
-0x264d 004724 bpatch patch0c_5 ,mem_patch0c 
-0x264e 004725 disable encode_fec0 
-0x264f 004726 disable encode_fec2 
-0x2650 004727 disable decode_fec0 
-0x2651 004728 disable decode_fec2 
-0x2652 004729 disable enable_crc 
-0x2653 004730 disable encrypt 
-0x2654 004731 disable enable_white 
-0x2655 004732 branch shutdown_radio ,is_rx 
-0x2656 004733 until null ,tx_clear 
-0x2657 004734 nop 100 
-0x2658 004735 branch shutdown_radio 
-:      004737 process_fhs:
-0x2659 004738 bpatch patch0c_6 ,mem_patch0c 
-0x265a 004739 enable enable_crc 
-0x265b 004740 enable decode_fec2 
-0x265c 004741 parse demod ,bucket ,72 
-0x265d 004742 isolate1 58 ,pdata 
-0x265e 004743 setflag true ,mark_fhs_eir ,mark 
-0x265f 004744 copy bt_adr ,temp 
-0x2660 004745 ialigned bt_adr 
-0x2661 004746 ialigned fhs0 
-0x2662 004747 pulse recalc 
-0x2663 004748 setsect 2 ,0xfffff 
-0x2664 004749 setsect 3 ,0x0ffff 
-0x2665 004750 nop 32 
-0x2666 004751 iverify fhs_parity 
-0x2667 004752 deposit lap 
-0x2668 004753 store 3 ,extm_lap 
-0x2669 004754 deposit uap 
-0x266a 004755 store 1 ,extm_uap 
-0x266b 004756 copy temp ,bt_adr 
-0x266c 004757 branch fhs_parity_ok ,true 
-0x266d 004758 branch error_payload 
-:      004759 fhs_parity_ok:
-0x266e 004760 bpatch patch0c_7 ,mem_patch0c 
-0x266f 004761 parse demod ,bucket ,72 
-0x2670 004762 ialigned fhs1 
-0x2671 004763 ialigned am_addr 
-0x2672 004764 ialigned nap 
-0x2673 004765 ialigned regb 
-0x2674 004766 force 0 ,pdata 
-0x2675 004767 parse demod ,bucket ,16 
-0x2676 004768 branch error_payload ,crc_failed 
-0x2677 004769 setarg 0x0ffffffc 
-0x2678 004770 iand regb ,pdata 
-0x2679 004771 store 4 ,mem_clke_bt 
-0x267a 004772 deposit fhs_class 
-0x267b 004773 store 3 ,extm_class 
-0x267c 004774 deposit fhs_misc 
-0x267d 004775 store 1 ,extm_fhs_misc 
-0x267e 004776 deposit am_addr 
-0x267f 004777 store 1 ,extm_newconn_am_addr 
-0x2680 004778 deposit nap 
-0x2681 004779 store 2 ,extm_nap 
-0x2682 004780 deposit bt_clk 
-0x2683 004781 inject rxf ,32 
-0x2684 004782 compare type_fhs ,type ,0x0f 
-0x2685 004783 setflag true ,mark_fhs_already_good ,mark 
-0x2686 004784 branch end_of_packet 
-:      004786 clear_got_tx:
-0x2687 004787 bpatch patch0d_0 ,mem_patch0d 
-0x2688 004788 fetch 1 ,mem_arq 
-0x2689 004789 rtnbit0 wack 
-0x268a 004790 set0 wack ,pdata 
-0x268b 004791 setflip seqnx ,pdata 
-0x268c 004792 store 1 ,mem_arq 
-0x268d 004793 fetch 1 ,mem_last_type 
-0x268e 004794 beq type_lmp ,clear_got_txlmp 
-0x268f 004795 rtneq type_hv3 
-0x2690 004796 fetch 1 ,mem_op 
-0x2691 004797 rtnbit0 op_txl2cap ,pdata 
-0x2692 004798 set0 op_txl2cap ,pdata 
-0x2693 004799 set1 op_pkt_comp ,pdata 
-0x2694 004800 store 1 ,mem_op 
-0x2695 004801 set0 mark_tx_l2cap ,mark 
-0x2696 004802 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x2697 004803 nrtn blank 
-0x2698 004804 fetch 1 ,mem_op 
-0x2699 004805 set0 op_pkt_comp ,pdata 
-0x269a 004806 store 1 ,mem_op 
-0x269b 004807 branch l2cap_malloc_free 
-:      004809 clear_got_txlmp:
-0x269c 004810 bpatch patch0d_1 ,mem_patch0d 
-0x269d 004811 fetch 1 ,mem_lmo_header_opcode 
-0x269e 004812 rshift pdata ,pdata 
-0x269f 004813 beq lmp_start_encryption_req ,start_encryption 
-0x26a0 004814 beq lmp_stop_encryption_req ,stop_encryption 
-0x26a1 004815 beq lmp_unsniff_req ,sniff_exit 
-0x26a2 004816 beq lmp_escape ,clear_lmp_escape 
-0x26a3 004817 rtnne lmp_accepted 
-0x26a4 004818 fetch 1 ,mem_lmo_payload 
-0x26a5 004819 beq lmp_sco_link_req ,sco_link_req_by_slave 
-0x26a6 004820 beq lmp_start_encryption_req ,clear_send_setup_complete 
-0x26a7 004821 rtn 
-:      004823 clear_lmp_escape:
-0x26a8 004824 fetch 1 ,mem_lmo_payload 
-0x26a9 004825 set1 7 ,pdata 
-0x26aa 004826 rtn 
-:      004827 clear_send_setup_complete:
-0x26ab 004828 rtn master 
-0x26ac 004829 fetch 1 ,mem_state 
-0x26ad 004830 rtnbit1 state_conn_comp 
-0x26ae 004831 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x26af 004832 rtn 
-:      004835 sco_link_req_by_slave:
-0x26b0 004836 rtn master 
-0x26b1 004837 fetch 1 ,mem_mode 
-0x26b2 004838 isolate1 send_sco_when_slave ,pdata 
-0x26b3 004839 branch clean_mem_mode ,true 
-0x26b4 004841 rtn 
-:      004842 clean_mem_mode:
-0x26b5 004843 set0 send_sco_when_slave ,pdata 
-0x26b6 004844 store 1 ,mem_mode 
-0x26b7 004845 rtn 
-:      004847 start_encryption:
-0x26b8 004848 bpatch patch0d_2 ,mem_patch0d 
-0x26b9 004849 fetch 1 ,mem_state_map 
-0x26ba 004850 set1 smap_encryption ,pdata 
-0x26bb 004851 store 1 ,mem_state_map 
-0x26bc 004852 jam 1 ,core_encrypt 
-0x26bd 004853 fetch 1 ,mem_state 
-0x26be 004854 isolate1 state_conn_comp ,pdata 
-0x26bf 004855 rtn 
-:      004857 stop_encryption:
-0x26c0 004858 bpatch patch0d_3 ,mem_patch0d 
-0x26c1 004859 fetch 1 ,mem_state_map 
-0x26c2 004860 set0 smap_encryption ,pdata 
-0x26c3 004861 store 1 ,mem_state_map 
-0x26c4 004862 jam 0 ,core_encrypt 
-0x26c5 004863 rtn 
-:      004866 sniff_init:
-0x26c6 004867 bpatch patch0d_4 ,mem_patch0d 
-0x26c7 004868 copy clkn_bt ,pdata 
-0x26c8 004869 store 4 ,mem_lpm_delay_after_sniff 
-0x26c9 004870 add clkn_bt ,3 ,rega 
-0x26ca 004871 branch sniff_init_master ,master 
-0x26cb 004872 add clke_bt ,3 ,rega 
-:      004873 sniff_init_master:
-0x26cc 004874 fetcht 2 ,mem_tsniff 
-0x26cd 004875 deposit rega 
-0x26ce 004876 set0 27 ,pdata 
-0x26cf 004877 idiv temp 
-0x26d0 004878 fetch 2 ,mem_dsniff 
-0x26d1 004879 call wait_div_end 
-0x26d2 004880 remainder regc 
-0x26d3 004881 isub regc ,pdata 
-0x26d4 004882 branch sniff_init_nowrap ,positive 
-0x26d5 004883 iadd temp ,pdata 
-:      004884 sniff_init_nowrap:
-0x26d6 004885 iadd rega ,pdata 
-0x26d7 004886 store 4 ,mem_sniff_anchor 
-0x26d8 004887 jam switch_flag_init ,mem_switch_flag 
-0x26d9 004888 fetch 1 ,mem_state 
-0x26da 004889 set1 state_insniff ,pdata 
-0x26db 004890 store 1 ,mem_state 
-0x26dc 004891 fetch 1 ,mem_sniff_attempt 
-0x26dd 004892 store 1 ,mem_current_sniff_attempt 
-0x26de 004893 setarg 0 
-0x26df 004894 store 3 ,mem_sniff_rcv 
-0x26e0 004895 store 3 ,mem_sniff_lost 
-0x26e1 004896 store 1 ,mem_sniff_unint_lost 
-0x26e2 004897 jam bt_evt_enter_sniff ,mem_fifo_temp 
-0x26e3 004898 call ui_ipc_send_event 
-0x26e4 004899 fetch 2 ,mem_rx_window_sniff 
-0x26e5 004900 store 2 ,mem_rx_window 
-0x26e6 004901 nrtn master 
-0x26e7 004902 add am_addr ,-1 ,queue 
-0x26e8 004903 rtn 
-:      004905 sniff_exit:
-0x26e9 004906 bpatch patch0d_5 ,mem_patch0d 
-0x26ea 004907 fetch 1 ,mem_state 
-0x26eb 004908 rtnbit0 state_insniff 
-0x26ec 004909 set0 state_insniff ,pdata 
-0x26ed 004910 store 1 ,mem_state 
-0x26ee 004911 fetch 2 ,mem_rx_window_init 
-0x26ef 004912 store 2 ,mem_rx_window 
-0x26f0 004913 disable wake 
-0x26f1 004914 jam bt_evt_exit_sniff ,mem_fifo_temp 
-0x26f2 004915 branch ui_ipc_send_event 
-:      004918 check_attempt:
-0x26f3 004919 bpatch patch0d_6 ,mem_patch0d 
-0x26f4 004920 enable attempt 
-0x26f5 004921 fetch 1 ,mem_state 
-0x26f6 004922 bbit1 state_insniff ,check_attempt_sniff 
-0x26f7 004923 rtnmark1 mark_testmode 
-0x26f8 004924 fetch 1 ,mem_arq 
-0x26f9 004925 rtnbit1 wack 
-0x26fa 004926 fetch 1 ,mem_lmp_to_send 
-0x26fb 004927 nrtn blank 
-0x26fc 004928 fetch 1 ,mem_op 
-0x26fd 004929 rtnbit1 op_txl2cap 
-:      004930 check_attempt_nomore:
-0x26fe 004931 force 0 ,pdata 
-0x26ff 004932 rtn 
-:      004934 check_attempt_sniff:
-0x2700 004935 bbit0 state_insco ,check_attempt_not_sco 
-0x2701 004936 fetch 1 ,mem_current_sniff_attempt 
-0x2702 004937 beq 2 ,check_attempt_sniff_restore_sco 
-0x2703 004938 fetch 1 ,mem_arq 
-0x2704 004939 bbit1 wack ,check_attempt_notimeout 
-0x2705 004940 bmark0 mark_esco_rxok ,check_attempt_notimeout 
-:      004941 check_attempt_sniff_restore_sco:
-0x2706 004942 nbranch check_attempt_notimeout ,master 
-0x2707 004943 fetch 1 ,mem_lmp_to_send 
-0x2708 004944 nbranch check_attempt_notimeout ,blank 
-:      004945 check_attempt_sco_master:
-0x2709 004946 fetch 1 ,mem_sco_poll 
-0x270a 004947 increase -1 ,pdata 
-0x270b 004948 store 1 ,mem_sco_poll 
-0x270c 004949 nbranch check_attempt_nomore ,blank 
-0x270d 004950 jam param_sco_poll ,mem_sco_poll 
-0x270e 004951 branch check_attempt_notimeout 
-:      004958 check_attempt_not_sco:
-0x270f 004959 fetch 1 ,mem_current_sniff_attempt 
-0x2710 004960 bne 1 ,check_attempt_notimeout 
-0x2711 004961 fetch 1 ,mem_current_sniff_timeout 
-0x2712 004962 branch check_attempt_notimeout ,blank 
-0x2713 004963 increase -1 ,pdata 
-0x2714 004964 store 1 ,mem_current_sniff_timeout 
-0x2715 004965 fetch 1 ,mem_arq 
-0x2716 004966 rtnbit1 wack 
-0x2717 004967 nrtn match 
-:      004968 check_attempt_notimeout:
-0x2718 004969 fetch 1 ,mem_current_sniff_attempt 
-0x2719 004970 increase -1 ,pdata 
-0x271a 004971 store 1 ,mem_current_sniff_attempt 
-0x271b 004972 rtn 
-:      004983 sniff_check_window:
-0x271c 004984 bpatch patch0d_7 ,mem_patch0d 
-0x271d 004985 disable swfine 
-0x271e 004986 copy temp ,stop_watch 
-0x271f 004987 call context_search_sniff_window 
-0x2720 004988 disable user 
-0x2721 004989 nrtn zero 
-0x2722 004990 force 0 ,stop_watch 
-0x2723 004991 enable user 
-0x2724 004992 rtn 
-:      004995 check_esco_amaddr:
-0x2725 004996 fetch 1 ,mem_esco_addr 
-0x2726 004997 icompare 0xff ,am_addr 
-0x2727 004998 rtn 
-:      005001 parse_l2cap:
-0x2728 005002 bpatch patch0e_0 ,mem_patch0e 
-0x2729 005003 set0 mark_rxbuf_inuse ,mark 
-:      005004 parse_l2cap_cont:
-0x272a 005005 jam l2cap_rx_clear ,mem_l2cap_rx_done 
-0x272b 005006 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x272c 005007 rtn blank 
-0x272d 005008 isolate1 l2cap_inuse_buff1 ,pdata 
-0x272e 005009 arg mem_l2cap_rxbuff1 ,contr 
-0x272f 005010 call process_rx_l2cap_pkt ,true 
-0x2730 005011 bpatch patch0e_1 ,mem_patch0e 
-0x2731 005012 fetch 1 ,mem_l2cap_rx_done 
-0x2732 005013 beq l2cap_rx_done ,parse_l2cap_release_buff1 
-0x2733 005015 jam l2cap_rx_clear ,mem_l2cap_rx_done 
-0x2734 005016 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x2735 005017 rtnbit0 l2cap_inuse_buff2 
-0x2736 005018 arg mem_l2cap_rxbuff2 ,contr 
-0x2737 005019 call process_rx_l2cap_pkt 
-0x2738 005020 fetch 1 ,mem_l2cap_rx_done 
-0x2739 005021 beq l2cap_rx_done ,parse_l2cap_release_buff2 
-0x273a 005022 rtn 
-:      005024 parse_l2cap_release_buff1:
-0x273b 005025 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x273c 005026 set0 l2cap_inuse_buff1 ,pdata 
-0x273d 005027 store 1 ,mem_l2cap_rxbuff_inuse 
-0x273e 005028 setarg 0 
-0x273f 005029 store 2 ,mem_l2cap_rxbuff1_len 
-0x2740 005030 rtn 
-:      005031 parse_l2cap_release_buff2:
-0x2741 005032 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x2742 005033 set0 l2cap_inuse_buff2 ,pdata 
-0x2743 005034 store 1 ,mem_l2cap_rxbuff_inuse 
-0x2744 005035 setarg 0 
-0x2745 005036 store 2 ,mem_l2cap_rxbuff2_len 
-0x2746 005037 rtn 
-:      005039 l2cap_buff1_inuse:
-0x2747 005040 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x2748 005041 set1 l2cap_inuse_buff1 ,pdata 
-0x2749 005042 store 1 ,mem_l2cap_rxbuff_inuse 
-0x274a 005043 rtn 
-:      005045 l2cap_buff2_inuse:
-0x274b 005046 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x274c 005047 set1 l2cap_inuse_buff2 ,pdata 
-0x274d 005048 store 1 ,mem_l2cap_rxbuff_inuse 
-0x274e 005049 rtn 
-:      005055 slave_send_access:
-0x274f 005056 bpatch patch0e_2 ,mem_patch0e 
-0x2750 005057 add clke_bt ,1 ,bt_clk 
-0x2751 005058 call fetch_extm_bt_adr 
-0x2752 005059 force 0x03 ,freq_mode 
-0x2753 005060 call tx_radio_freq 
-0x2754 005061 call start_transmitter 
-0x2755 005062 call start_tx_external 
-0x2756 005063 branch send_access_word 
-:      005066 slave_conn_send_packet:
-0x2757 005067 bpatch patch0e_3 ,mem_patch0e 
-0x2758 005068 call rf_setup_time_slave_slot 
-0x2759 005069 deposit clke_bt 
-0x275a 005070 fetcht 4 ,mem_next_btclk 
-0x275b 005071 isub temp ,pdata 
-0x275c 005072 rtnne 1 
-0x275d 005073 compare type_null ,type ,0x1f 
-0x275e 005074 nbranch slave_conn_send_access ,true 
-0x275f 005075 fetch 1 ,mem_rx_type 
-0x2760 005076 rtn blank 
-:      005077 slave_conn_send_access:
-0x2761 005078 call slave_send_access 
-:      005079 transmit_packet:
-0x2762 005080 compare type_id ,type ,0x1f 
-0x2763 005081 branch end_of_packet ,true 
-0x2764 005082 rshift bt_clk ,temp 
-0x2765 005083 or temp ,0x40 ,white_init 
-:      005084 transmit_packet_whitened:
-0x2766 005085 bpatch patch0e_4 ,mem_patch0e 
-0x2767 005086 enable enable_white 
-0x2768 005087 enable enable_hec 
-0x2769 005088 enable encode_fec1 
-0x276a 005089 set0 mark_longpacket ,mark 
-0x276b 005090 deposit am_addr 
-0x276c 005091 inject mod ,3 
-0x276d 005092 deposit type 
-0x276e 005093 inject mod ,4 
-0x276f 005094 fetch 1 ,mem_arq 
-0x2770 005095 inject bucket ,4 
-0x2771 005096 inject mod ,3 
-0x2772 005097 enable enable_parity 
-0x2773 005098 inject mod ,8 
-0x2774 005099 disable encode_fec1 
-0x2775 005100 disable enable_parity 
-0x2776 005101 disable enable_hec 
-0x2777 005102 set0 psk3m ,radio_ctrl 
-0x2778 005103 arg 0 ,temp 
-0x2779 005104 call reserve_slot 
-0x277a 005105 bpatch patch0e_5 ,mem_patch0e 
-0x277b 005106 and type ,0x1f ,pdata 
-0x277c 005107 beq type_lmp ,transmit_lmp 
-0x277d 005108 beq type_null ,end_of_packet 
-0x277e 005109 beq type_poll ,end_of_packet 
-0x277f 005110 beq type_fhs ,transmit_fhs 
-0x2780 005111 beq type_dm1 ,transmit_dm1 
-0x2781 005112 beq type_dh1 ,transmit_dh1 
-0x2782 005113 beq type_hv3 ,transmit_hev 
-0x2783 005114 beq type_3dh1 ,transmit_3dh1 
-0x2784 005115 arg 4 ,temp 
-0x2785 005116 call reserve_slot 
-0x2786 005117 beq type_dm3 ,transmit_dm3 
-0x2787 005118 beq type_dh3 ,transmit_dh3 
-0x2788 005119 arg 8 ,temp 
-0x2789 005120 call reserve_slot 
-0x278a 005121 beq type_dh5 ,transmit_dh5 
-0x278b 005122 branch transmit_dm5 
-:      005125 transmit_hev:
-0x278c 005126 bpatch patch0e_6 ,mem_patch0e 
-0x278d 005127 enable encode_fec0 
-0x278e 005128 enable enable_crc 
-0x278f 005129 enable encrypt 
-0x2790 005130 force 30 ,loopcnt 
-0x2791 005131 arg mem_sco_obuf ,contr 
-:      005132 transmit_ev_loop:
-0x2792 005133 ifetch 1 ,contr 
-0x2793 005134 inject mod ,8 
-0x2794 005135 loop transmit_ev_loop 
-0x2795 005136 bmark1 mark_esco ,transmit_end 
-0x2796 005137 branch end_of_packet 
-:      005139 transmit_fhs:
-0x2797 005140 bpatch patch0e_7 ,mem_patch0e 
-0x2798 005141 fetch 1 ,mem_fhs_am_addr 
-0x2799 005142 icopy am_addr 
-0x279a 005143 fetch 1 ,mem_fhs_misc 
-0x279b 005144 icopy fhs_misc 
-0x279c 005145 fetch 3 ,mem_class 
-0x279d 005146 icopy fhs_class 
-0x279e 005147 fetch 2 ,mem_nap 
-0x279f 005148 icopy nap 
-0x27a0 005149 enable enable_crc 
-0x27a1 005150 enable encode_fec2 
-0x27a2 005151 copy bt_adr ,rega 
-0x27a3 005152 call fetch_self_bt_adr 
-0x27a4 005153 pulse recalc 
-0x27a5 005154 nop 32 
-0x27a6 005155 copy bt_clk ,timeup 
-0x27a7 005156 fetch 4 ,mem_clkn_bt 
-0x27a8 005157 icopy bt_clk 
-0x27a9 005158 preload fhs0 
-0x27aa 005159 set1 58 ,pdata 
-0x27ab 005160 inject mod ,72 
-0x27ac 005161 preload fhs1 
-0x27ad 005162 inject mod ,72 
-0x27ae 005163 copy timeup ,bt_clk 
-0x27af 005164 copy rega ,bt_adr 
-0x27b0 005165 enable enable_parity 
-0x27b1 005166 inject mod ,16 
-0x27b2 005167 disable enable_parity 
-0x27b3 005168 branch end_of_packet 
-:      005170 transmit_lmp:
-0x27b4 005171 bpatch patch0f_0 ,mem_patch0f 
-0x27b5 005172 enable encrypt 
-0x27b6 005173 enable enable_crc 
-0x27b7 005174 enable encode_fec2 
-0x27b8 005175 fetch 1 ,mem_lmo_header_length 
-0x27b9 005176 and pdata ,0x1f8 ,temp 
-0x27ba 005177 arg mem_lmo_header_length ,contr 
-0x27bb 005178 increase 8 ,temp 
-:      005179 transmit_lmp_loop:
-0x27bc 005180 add temp ,-72 ,regc 
-0x27bd 005181 nbranch transmit_lmp_finish ,positive 
-0x27be 005182 ifetch 9 ,contr 
-0x27bf 005183 inject mod ,72 
-0x27c0 005184 copy regc ,temp 
-0x27c1 005185 branch transmit_lmp_loop 
-:      005186 transmit_lmp_finish:
-0x27c2 005187 ifetch 9 ,contr 
-0x27c3 005188 iinject mod ,temp 
-0x27c4 005189 branch transmit_end 
-:      005191 transmit_dm1:
-0x27c5 005192 enable encode_fec2 
-0x27c6 005193 branch transmit_dmh 
-:      005194 transmit_dm3:
-:      005195 transmit_dm5:
-0x27c7 005196 enable encode_fec2 
-0x27c8 005197 set1 mark_longpacket ,mark 
-0x27c9 005198 branch transmit_dmh 
-:      005200 transmit_3dh1:
-0x27ca 005201 set1 psk3m ,radio_ctrl 
-:      005202 transmit_dh1:
-0x27cb 005203 enable encode_fec0 
-0x27cc 005204 branch transmit_dmh 
-:      005206 transmit_dh3:
-:      005207 transmit_dh5:
-0x27cd 005208 set1 psk3m ,radio_ctrl 
-0x27ce 005209 enable encode_fec0 
-0x27cf 005210 set1 mark_longpacket ,mark 
-:      005212 transmit_dmh:
-0x27d0 005213 bpatch patch0f_1 ,mem_patch0f 
-0x27d1 005214 fetch 1 ,mem_state_map 
-0x27d2 005215 bbit0 smap_edr ,transmit_noedr 
-0x27d3 005216 sub type ,3 ,null 
-0x27d4 005217 branch transmit_noedr ,positive 
-0x27d5 005218 disable encrypt 
-0x27d6 005219 disable encode_fec2 
-0x27d7 005220 enable encode_fec0 
-0x27d8 005221 disable enable_white 
-0x27d9 005222 set1 psk ,radio_ctrl 
-0x27da 005223 isolate1 psk3m ,radio_ctrl 
-0x27db 005224 branch transmit_edr3m ,true 
-0x27dc 005225 setarg 0xabeee 
-0x27dd 005226 inject mod ,20 
-0x27de 005227 branch transmit_edr_sync_end 
-:      005228 transmit_edr3m:
-0x27df 005229 setarg 0x5faeba 
-0x27e0 005230 inject mod ,24 
-0x27e1 005231 setarg 0x12 
-0x27e2 005232 inject mod ,6 
-:      005233 transmit_edr_sync_end:
-0x27e3 005234 enable enable_white 
-0x27e4 005235 set1 mark_longpacket ,mark 
-:      005236 transmit_noedr:
-0x27e5 005237 enable encrypt 
-0x27e6 005238 enable enable_crc 
-0x27e7 005239 bmark1 mark_loopback ,transmit_loopback 
-0x27e8 005240 fetch 1 ,mem_tx_lch 
-0x27e9 005241 inject mod ,3 
-0x27ea 005242 fetch 2 ,mem_tx_len 
-0x27eb 005243 iforce loopcnt 
-0x27ec 005244 bmark1 mark_longpacket ,transmit_long 
-0x27ed 005245 inject mod ,5 
-0x27ee 005246 branch transmit_stuff 
-:      005247 transmit_long:
-0x27ef 005248 inject mod ,13 
-:      005249 transmit_stuff:
-0x27f0 005250 deposit loopcnt 
-0x27f1 005251 branch transmit_end ,blank 
-0x27f2 005252 fetch 2 ,mem_txptr 
-0x27f3 005253 iforce contr 
-:      005254 transmit_stuff_loop:
-0x27f4 005255 ifetch 1 ,contr 
-0x27f5 005256 inject mod ,8 
-0x27f6 005257 loop transmit_stuff_loop 
-:      005260 transmit_end:
-0x27f7 005261 enable enable_parity 
-0x27f8 005262 inject mod ,16 
-0x27f9 005263 disable enable_parity 
-0x27fa 005264 call set_wait_ack 
-0x27fb 005265 fetch 1 ,mem_state_map 
-0x27fc 005266 bbit0 smap_edr ,end_of_packet 
-0x27fd 005267 force 0 ,pdata 
-0x27fe 005268 inject mod ,6 
-0x27ff 005269 branch end_of_packet 
-:      005272 transmit_loopback:
-0x2800 005273 bpatch patch0f_2 ,mem_patch0f 
-0x2801 005274 bmark1 mark_longpacket ,transmit_loopback_long 
-:      005275 transmit_loopback_short:
-0x2802 005276 fetch 1 ,mem_lch_code 
-0x2803 005277 inject mod ,3 
-0x2804 005278 fetch 1 ,mem_len 
-0x2805 005279 iforce regc 
-0x2806 005280 inject mod ,5 
-0x2807 005281 branch transmit_loopback_cont 
-:      005282 transmit_loopback_long:
-0x2808 005283 fetch 1 ,mem_lch_code 
-0x2809 005284 inject mod ,3 
-0x280a 005285 fetch 2 ,mem_len 
-0x280b 005286 iforce regc 
-0x280c 005287 inject mod ,13 
-:      005288 transmit_loopback_cont:
-0x280d 005289 arg mem_rxbuf ,contr 
-:      005290 transmit_loopback_loop:
-0x280e 005291 copy regc ,null 
-0x280f 005292 branch transmit_loopback_end ,zero 
-0x2810 005293 ifetch 1 ,contr 
-0x2811 005294 inject mod ,8 
-0x2812 005295 increase -1 ,regc 
-0x2813 005296 branch transmit_loopback_loop 
-:      005297 transmit_loopback_end:
-0x2814 005298 fetch 2 ,mem_tst_pktcnt_dmh 
-0x2815 005299 increase 1 ,pdata 
-0x2816 005300 store 2 ,mem_tst_pktcnt_dmh 
-0x2817 005301 branch transmit_end 
-:      005304 apply_switch_clke:
-0x2818 005305 fetch 4 ,mem_clke_bt 
-0x2819 005306 add pdata ,7 ,rega 
-0x281a 005307 fetch 2 ,mem_slot_offset 
-0x281b 005308 nbranch apply_switch_nozero ,blank 
-0x281c 005309 increase -3 ,rega 
-0x281d 005310 branch apply_switch_wait_loop 
-:      005311 apply_switch_nozero:
-0x281e 005312 mul32 pdata ,12 ,pdata 
-0x281f 005313 hfetcht 2 ,core_halfslot 
-0x2820 005314 increase 1 ,temp 
-:      005315 apply_switch_loop:
-0x2821 005316 isub temp ,pdata 
-0x2822 005317 nbranch apply_switch_bt ,positive 
-0x2823 005318 increase -1 ,rega 
-0x2824 005319 branch apply_switch_loop 
-:      005320 apply_switch_bt:
-0x2825 005321 sub pdata ,0 ,pdata 
-:      005322 apply_switch_wait_loop:
-0x2826 005323 until null ,oneslot 
-0x2827 005324 compare 0 ,clkn_bt ,3 
-0x2828 005325 nbranch apply_switch_wait_loop ,true 
-0x2829 005326 iforce clke_rt 
-0x282a 005327 copy rega ,clke_bt 
-0x282b 005328 iforce clke_rt 
-0x282c 005329 rtn 
-:      005332 calc_slot_offset:
-0x282d 005333 bpatch patch0f_3 ,mem_patch0f 
-0x282e 005334 until null ,halfslot 
-0x282f 005335 deposit clke 
-0x2830 005336 iforce contr 
-0x2831 005337 rshift16 ,pdata ,pdata 
-0x2832 005338 isub clkn_bt ,loopcnt 
-0x2833 005339 and_into 3 ,loopcnt 
-0x2834 005340 nbranch calc_bt_portion ,zero 
-0x2835 005341 force 0 ,pdata 
-0x2836 005342 branch calc_skip_bt 
-:      005343 calc_bt_portion:
-0x2837 005344 arg 3750 ,temp 
-0x2838 005345 force 0 ,pdata 
-:      005346 calc_slot_offset_loop:
-0x2839 005347 iadd temp ,pdata 
-0x283a 005348 loop calc_slot_offset_loop 
-:      005349 calc_skip_bt:
-0x283b 005350 iadd contr ,pdata 
-0x283c 005351 div pdata ,12 
-0x283d 005352 call wait_div_end 
-0x283e 005353 quotient pdata 
-0x283f 005354 store 2 ,mem_slot_offset 
-0x2840 005355 rtn 
-:      005357 calc_clke_offset:
-0x2841 005358 bpatch patch0f_4 ,mem_patch0f 
-0x2842 005359 deposit clke 
-0x2843 005360 copy clkn ,temp 
-0x2844 005361 isub temp ,null 
-0x2845 005362 nsetflag positive ,44 ,pdata 
-0x2846 005363 isub temp ,temp 
-0x2847 005364 setarg 3750 
-0x2848 005365 isolate0 15 ,temp 
-0x2849 005366 branch calc_clke_pos ,true 
-0x284a 005367 setarg -61786 
-0x284b 005368 iadd temp ,temp 
-:      005369 calc_clke_pos:
-0x284c 005370 storet 6 ,mem_le_clk_offset 
-0x284d 005371 rtn le 
-0x284e 005372 storet 6 ,mem_clk_offset 
-0x284f 005373 rtn 
-:      005375 calc_clke:
-0x2850 005376 disable clknt 
-0x2851 005377 fetch 6 ,mem_le_clk_offset 
-0x2852 005378 branch calc_clke2 ,le 
-0x2853 005379 fetch 6 ,mem_clk_offset 
-:      005380 calc_clke2:
-0x2854 005381 iadd clkn ,alarm 
-0x2855 005382 increase 10 ,alarm 
-0x2856 005383 setarg 3750 
-0x2857 005384 isub alarm ,pdata 
-0x2858 005385 isolate0 15 ,pdata 
-0x2859 005386 branch calc_clke_pos_adj ,true 
-0x285a 005387 setarg 0xf15a 
-0x285b 005388 iadd alarm ,alarm 
-:      005389 calc_clke_pos2:
-0x285c 005390 copy alarm ,clke 
-0x285d 005391 rtn 
-:      005392 calc_clke_pos_adj:
-0x285e 005393 force 0 ,null 
-0x285f 005394 branch calc_clke_pos2 
-:      005401 calc_radio_freq:
-0x2860 005402 bpatch patch0f_5 ,mem_patch0f 
-0x2861 005403 call set_sync_on 
-0x2862 005404 copy bt_clk ,pdata 
-0x2863 005405 and_into 0x180 ,pdata 
-0x2864 005406 compare 3 ,freq_mode ,0x07 
-0x2865 005407 nbranch freq_not_connection ,true 
-0x2866 005408 rshift3 pdata ,pdata 
-0x2867 005409 iadd freq_index ,pdata 
-0x2868 005410 branch do_hop_mod_now 
-:      005411 freq_not_connection:
-0x2869 005412 copy freq_index ,pdata 
-:      005413 do_hop_mod_now:
-0x286a 005414 div pdata ,79 
-0x286b 005415 pulse recalc 
-0x286c 005416 call wait_div_end 
-0x286d 005417 remainder rega 
-0x286e 005418 add rega ,-40 ,temp 
-0x286f 005419 branch odd_half ,positive 
-0x2870 005420 lshift rega ,temp 
-0x2871 005421 branch freq_result 
-:      005422 odd_half:
-0x2872 005423 lshift temp ,temp 
-0x2873 005424 increase 1 ,temp 
-:      005425 freq_result:
-0x2874 005426 bpatch patch0f_6 ,mem_patch0f 
-0x2875 005427 fetch 1 ,mem_mode 
-0x2876 005428 bbit0 afh_change ,afh_process_con 
-:      005429 afh_process_0:
-0x2877 005430 fetch 4 ,mem_afh_instant 
-0x2878 005431 isub bt_clk ,null 
-0x2879 005432 branch afh_process_con ,positive 
-0x287a 005433 call afh_clear 
-0x287b 005434 fetch 1 ,mem_afh_new_mod 
-0x287c 005435 rtn blank 
-0x287d 005436 fetch 1 ,mem_mode 
-0x287e 005437 set1 afh_enable ,pdata 
-0x287f 005438 store 1 ,mem_mode 
-0x2880 005439 fetch 5 ,mem_afh_map_new 
-0x2881 005440 store 5 ,mem_afh_map_lo 
-0x2882 005441 ifetch 5 ,contr 
-0x2883 005442 store 5 ,mem_afh_map_hi 
-0x2884 005443 call afh_process_freq_map 
-:      005444 afh_process_con:
-0x2885 005445 fetch 1 ,mem_mode 
-0x2886 005446 rtnbit0 afh_enable 
-0x2887 005447 isolate1 1 ,bt_clk 
-0x2888 005448 branch afh_same_channel ,true 
-0x2889 005449 rshift3 temp ,rega 
-0x288a 005450 and temp ,7 ,queue 
-0x288b 005451 setarg mem_afh_map_lo 
-0x288c 005452 iadd rega ,rega 
-0x288d 005453 ifetch 1 ,rega 
-0x288e 005454 qisolate0 pdata 
-0x288f 005455 branch afh_process_1 ,true 
-0x2890 005456 deposit temp 
-0x2891 005457 branch afh_process_end 
-:      005458 afh_process_1:
-0x2892 005459 fetch 1 ,mem_afh_used 
-0x2893 005460 iforce regb 
-0x2894 005461 deposit bt_clk 
-0x2895 005462 and_into 0x180 ,pdata 
-0x2896 005463 rshift3 pdata ,pdata 
-0x2897 005464 iadd freq_index ,pdata 
-0x2898 005465 idiv regb 
-0x2899 005466 setarg mem_afh_map 
-0x289a 005467 call wait_div_end 
-0x289b 005468 remainder rega 
-0x289c 005469 iadd rega ,contr 
-0x289d 005470 ifetch 1 ,contr 
-:      005471 afh_process_end:
-0x289e 005472 store 1 ,mem_afh_index 
-0x289f 005473 iforce temp 
-0x28a0 005474 rtn 
-:      005476 afh_same_channel:
-0x28a1 005477 fetch 1 ,mem_afh_index 
-0x28a2 005478 iforce temp 
-0x28a3 005479 rtn 
-:      005481 afh_clear:
-0x28a4 005482 fetch 1 ,mem_mode 
-0x28a5 005483 set0 afh_enable ,pdata 
-0x28a6 005484 set0 afh_change ,pdata 
-0x28a7 005485 store 1 ,mem_mode 
-0x28a8 005486 rtn 
-:      005492 afh_process_freq_map:
-0x28a9 005493 bpatch patch0f_7 ,mem_patch0f 
-0x28aa 005494 arg mem_afh_map ,contw 
-0x28ab 005495 force 10 ,loopcnt 
-0x28ac 005496 call memset0 
-0x28ad 005497 arg mem_afh_map ,contw 
-0x28ae 005498 force 0 ,regc 
-0x28af 005499 force 2 ,queue 
-:      005500 process_freq_3:
-0x28b0 005501 fetch 5 ,mem_afh_map_lo 
-0x28b1 005502 iforce temp 
-0x28b2 005503 compare 2 ,queue ,0xff 
-0x28b3 005504 branch process_freq_1 ,true 
-0x28b4 005505 rshift temp ,temp 
-:      005506 process_freq_1:
-0x28b5 005507 isolate0 0 ,temp 
-0x28b6 005508 branch process_freq_0 ,true 
-0x28b7 005509 deposit regc 
-0x28b8 005510 istore 1 ,contw 
-:      005511 process_freq_0:
-0x28b9 005512 rshift2 temp ,temp 
-0x28ba 005513 increase 2 ,regc 
-0x28bb 005514 compare 40 ,regc ,0xfe 
-0x28bc 005515 nbranch process_freq_2 ,true 
-0x28bd 005516 fetch 5 ,mem_afh_map_hi 
-0x28be 005517 iforce temp 
-0x28bf 005518 compare 2 ,queue ,0xff 
-0x28c0 005519 branch process_freq_2 ,true 
-0x28c1 005520 rshift temp ,temp 
-:      005521 process_freq_2:
-0x28c2 005522 sub regc ,78 ,null 
-0x28c3 005523 branch process_freq_1 ,positive 
-0x28c4 005524 force 1 ,regc 
-0x28c5 005525 increase -1 ,queue 
-0x28c6 005526 nbranch process_freq_3 ,zero 
-0x28c7 005527 arg mem_afh_map ,rega 
-0x28c8 005528 deposit contw 
-0x28c9 005529 isub rega ,pdata 
-0x28ca 005530 store 1 ,mem_afh_used 
-0x28cb 005531 rtn 
-:      005533 rx_radio_freq:
-0x28cc 005534 bpatch patch10_0 ,mem_patch10 
-0x28cd 005535 call calc_radio_freq 
-0x28ce 005536 fetch 1 ,mem_debug_config 
-0x28cf 005537 bbit0 debug_rx_fixed_freq ,rx_radio_freq_now 
-0x28d0 005538 fetcht 1 ,mem_rx_fixed_freq 
-:      005539 rx_radio_freq_now:
-0x28d1 005540 branch set_freq_rx 
-:      005543 tx_radio_freq:
-0x28d2 005544 bpatch patch10_1 ,mem_patch10 
-0x28d3 005545 call calc_radio_freq 
-0x28d4 005546 fetch 1 ,mem_debug_config 
-0x28d5 005547 bbit0 debug_tx_fixed_freq ,tx_radio_freq_now 
-0x28d6 005548 fetcht 1 ,mem_tx_fixed_freq 
-:      005549 tx_radio_freq_now:
-0x28d7 005550 branch set_freq_tx 
-:      005553 fetch_giac:
-0x28d8 005554 force 0 ,uap 
-0x28d9 005555 fetch 3 ,mem_glap 
-0x28da 005556 iforce lap 
-0x28db 005557 rtn 
-:      005559 fetch_page_bt_adr:
-0x28dc 005560 bpatch patch10_2 ,mem_patch10 
-0x28dd 005561 fetch 1 ,mem_hci_puap 
-0x28de 005562 icopy uap 
-0x28df 005563 fetch 3 ,mem_hci_plap 
-0x28e0 005564 icopy lap 
-0x28e1 005565 rtn 
-:      005567 fetch_self_bt_adr:
-0x28e2 005568 bpatch patch10_3 ,mem_patch10 
-0x28e3 005569 fetch 2 ,mem_nap 
-0x28e4 005570 icopy nap 
-0x28e5 005571 fetch 1 ,mem_uap 
-0x28e6 005572 icopy uap 
-0x28e7 005573 fetch 3 ,mem_lap 
-0x28e8 005574 icopy lap 
-0x28e9 005575 rtn 
-:      005577 fetch_extm_bt_adr:
-0x28ea 005578 bpatch patch10_4 ,mem_patch10 
-0x28eb 005579 fetch 2 ,mem_pnap 
-0x28ec 005580 icopy nap 
-0x28ed 005581 fetch 1 ,mem_puap 
-0x28ee 005582 icopy uap 
-0x28ef 005583 fetch 3 ,mem_plap 
-0x28f0 005584 icopy lap 
-0x28f1 005585 rtn 
-:      005588 fetch_diac:
-0x28f2 005589 bmark1 mark_all_diac ,fetch_diac_do 
-0x28f3 005590 rtnmark0 mark_inquiry_state 
-0x28f4 005591 rtnmark0 mark_periodical_diac 
-:      005592 fetch_diac_do:
-0x28f5 005593 and_into -256 ,lap 
-0x28f6 005594 pulse recalc 
-0x28f7 005595 nop 32 
-0x28f8 005596 rtn 
-:      005599 shutdown_radio:
-0x28f9 005600 bpatch patch10_5 ,mem_patch10 
-0x28fa 005601 branch shutdown_radio0 ,is_rx 
-0x28fb 005602 jam 0xd4 ,rf_tx_pa_ib 
-0x28fc 005603 nop 4 
-0x28fd 005604 jam 0xd2 ,rf_tx_pa_ib 
-0x28fe 005605 nop 4 
-0x28ff 005606 jam 0xd1 ,rf_tx_pa_ib 
-0x2900 005607 nop 4 
-0x2901 005608 fetch 1 ,mem_tx_power 
-0x2902 005609 beq tx_power_0db ,shutdown_radio_0db 
-0x2903 005610 beq tx_power_3db ,shutdown_radio_3db 
-0x2904 005611 beq tx_power_5db ,shutdown_radio_5db 
-0x2905 005612 beq tx_power_f3db ,shutdown_radio_f3db 
-0x2906 005613 beq tx_power_f5db ,shutdown_radio_f5db 
-0x2907 005614 beq tx_power_pair ,shutdown_radio_pair 
-:      005615 shutdown_radio_5db:
-:      005616 shutdown_radio_0db:
-0x2908 005617 jam 0xd0 ,rf_tx_pa_ib 
-0x2909 005618 jam 0xe0 ,rf_tx_pa_gc 
-:      005619 shutdown_radio0:
-0x290a 005620 force 0 ,radio_ctrl 
-0x290b 005621 disable is_rx 
-0x290c 005622 disable is_tx 
-0x290d 005623 pulse packet_end 
-0x290e 005624 jam 0x0 ,rfen_mdm 
-0x290f 005625 jam 0x0 ,rfen_tx 
-0x2910 005626 jam 0x0 ,rfen_rx 
-0x2911 005627 jam 0 ,rfen_sn 
-0x2912 005628 jam 0x70 ,rfen_msc 
-0x2913 005629 jam 0x0 ,rfen_adc 
-0x2914 005630 rtn 
-:      005632 shutdown_radio_pair:
-:      005633 shutdown_radio_f5db:
-:      005634 shutdown_radio_f3db:
-:      005635 shutdown_radio_3db:
-0x2915 005636 jam 0xd0 ,rf_tx_pa_ib 
-0x2916 005637 jam 0xc0 ,rf_tx_pa_gc 
-0x2917 005638 branch shutdown_radio0 
-:      005640 set_sync_on:
-0x2918 005641 bpatch patch10_6 ,mem_patch10 
-0x2919 005642 jam 0x0 ,rfen_mdm 
-0x291a 005643 jam 0x0 ,rfen_tx 
-0x291b 005644 jam 0x18 ,rfen_rx 
-0x291c 005645 jam 0xa7 ,rfen_sn 
-0x291d 005646 jam 0x7f ,rfen_msc 
-0x291e 005647 rtn 
-:      005649 set_freq_rx:
-0x291f 005650 bpatch patch10_7 ,mem_patch10 
-0x2920 005652 storet 1 ,mem_last_freq 
-0x2921 005653 add temp ,rx_freq_offset ,rega 
-0x2922 005654 jam 0x07 ,rf_balun_ctrim 
-0x2923 005655 branch rf_write_freq 
-:      005656 rf_rx_enable:
-0x2924 005657 bpatch patch11_0 ,mem_patch11 
-0x2925 005658 jam 0xcf ,rfen_tx 
-0x2926 005659 nop 10 
-0x2927 005660 jam 0xff ,rfen_rx 
-0x2928 005661 jam 0xaf ,rfen_sn 
-0x2929 005662 jam 0xff ,rfen_msc 
-0x292a 005663 nop 10 
-0x292b 005664 jam 0xa0 ,rfen_mdm 
-0x292c 005665 rtn 
-:      005667 set_freq_tx_offset:
-0x292d 005668 fetch 1 ,mem_250k_freq_enable 
-0x292e 005669 branch set_freq_tx_2m_offset ,blank 
-:      005670 set_freq_tx_0m_offset:
-0x292f 005671 add temp ,2 ,rega 
-0x2930 005672 rtn 
-:      005673 set_freq_tx_2m_offset:
-0x2931 005674 add temp ,0 ,rega 
-0x2932 005675 rtn 
-:      005677 set_freq_tx:
-0x2933 005678 bpatch patch11_1 ,mem_patch11 
-0x2934 005679 storet 1 ,mem_last_freq 
-0x2935 005680 call set_freq_tx_offset 
-0x2936 005681 call rf_write_freq 
-0x2937 005682 setarg param_pll_setup 
-0x2938 005683 call sleep 
-:      005684 txon:
-0x2939 005685 jam 0x1 ,rfen_adc 
-0x293a 005686 jam 0x3c ,rfen_rx 
-0x293b 005687 jam 0xe0 ,rfen_tx 
-0x293c 005688 jam 0x12 ,rf_balun_ctrim 
-0x293d 005689 nop 10 
-0x293e 005690 jam 0x01 ,rfen_mdm 
-0x293f 005691 jam 0x3d ,rfen_mdm 
-0x2940 005692 nop 10 
-0x2941 005693 jam 0xb7 ,rfen_sn 
-0x2942 005694 nop 10 
-0x2943 005695 jam 0x7f ,rfen_mdm 
-:      005696 txon_power_select:
-0x2944 005697 fetch 1 ,mem_tx_power 
-0x2945 005698 beq tx_power_0db ,set_tx_power_0db 
-0x2946 005699 beq tx_power_3db ,set_tx_power_3db 
-0x2947 005700 beq tx_power_5db ,set_tx_power_5db 
-0x2948 005701 beq tx_power_f3db ,set_tx_power_f3db 
-0x2949 005702 beq tx_power_f5db ,set_tx_power_f5db 
-0x294a 005703 beq tx_power_pair ,set_tx_power_pair 
-:      005704 set_tx_power_0db:
-0x294b 005705 jam 0xf0 ,rf_tx_pa_gc 
-0x294c 005706 call txon_common 
-0x294d 005707 jam 0xd8 ,rf_tx_pa_ib 
-0x294e 005708 rtn 
-:      005710 set_tx_power_3db:
-0x294f 005711 jam 0xdf ,rf_tx_pa_gc 
-0x2950 005712 call txon_common 
-0x2951 005713 jam 0xdf ,rf_tx_pa_ib 
-0x2952 005714 rtn 
-:      005716 set_tx_power_5db:
-0x2953 005717 jam 0xff ,rf_tx_pa_gc 
-0x2954 005718 call txon_common 
-0x2955 005719 jam 0xdf ,rf_tx_pa_ib 
-0x2956 005720 rtn 
-:      005721 set_tx_power_f3db:
-0x2957 005722 jam 0xce ,rf_tx_pa_gc 
-0x2958 005723 call txon_common 
-0x2959 005724 jam 0xd8 ,rf_tx_pa_ib 
-0x295a 005725 rtn 
-:      005727 set_tx_power_f5db:
-0x295b 005728 jam 0xcb ,rf_tx_pa_gc 
-0x295c 005729 call txon_common 
-0x295d 005730 jam 0xd8 ,rf_tx_pa_ib 
-0x295e 005731 rtn 
-:      005733 set_tx_power_pair:
-0x295f 005734 jam 0xd0 ,rf_tx_pa_ib 
-0x2960 005735 jam 0xc0 ,rf_tx_pa_gc 
-0x2961 005736 jam 0x4c ,0x8957 
-0x2962 005737 jam 0x6c ,0x8958 
-0x2963 005738 jam 0x50 ,0x8959 
-0x2964 005739 rtn 
-:      005741 txon_common:
-0x2965 005742 nop 4 
-0x2966 005743 jam 0xd1 ,rf_tx_pa_ib 
-0x2967 005744 nop 4 
-0x2968 005745 jam 0xd2 ,rf_tx_pa_ib 
-0x2969 005746 nop 4 
-0x296a 005747 jam 0xd4 ,rf_tx_pa_ib 
-0x296b 005748 rtn 
-:      005751 initialize_radio:
-0x296c 005752 jam clksel_rc ,core_clksel 
-:      005753 initialize_radio_wait:
-0x296d 005754 fetch 2 ,mem_rf_init_ptr 
-0x296e 005755 bbit0 14 ,initialize_radio_wait 
-0x296f 005756 iforce contr 
-0x2970 005757 arg 0x8900 ,temp 
-:      005758 initialize_radio_loop:
-0x2971 005759 ifetch 1 ,contr 
-0x2972 005760 beq 0xff ,initialize_radio_cont 
-0x2973 005761 ior temp ,contw 
-0x2974 005762 ifetch 1 ,contr 
-0x2975 005763 istore 1 ,contw 
-0x2976 005764 branch initialize_radio_loop 
-:      005765 initialize_radio_cont:
-0x2977 005766 bpatch patch11_2 ,mem_patch11 
-0x2978 005767 call lpm_cal_xtal_startup 
-0x2979 005768 call switchto_dpllclk 
-0x297a 005770 setarg param_dpll_start_delay 
-0x297b 005771 iadd clkn_bt ,pdata 
-0x297c 005772 store 4 ,mem_dpll_clkn 
-0x297d 005773 set1 reset ,radio_ctrl 
-0x297e 005774 force 0 ,radio_ctrl 
-0x297f 005775 ncall do_rccal ,wake 
-0x2980 005776 branch set_rccal 
-:      005779 rf_write_freq:
-0x2981 005780 bpatch patch11_3 ,mem_patch11 
-0x2982 005781 setarg 2400 
-0x2983 005782 iadd rega ,temp 
-0x2984 005783 fetch 1 ,mem_fcomp_mul 
-0x2985 005784 jam 0x04 ,rf_pll_rstn 
-0x2986 005785 imul32 temp ,pdata 
-0x2987 005786 fetcht 1 ,mem_fcomp_div 
-0x2988 005787 idiv temp 
-0x2989 005788 call wait_div_end 
-0x298a 005789 quotient rega 
-0x298b 005790 remainder pdata 
-0x298c 005791 lshift16 pdata ,pdata 
-0x298d 005792 lshift4 pdata ,pdata 
-0x298e 005793 idiv temp 
-0x298f 005794 call wait_div_end 
-0x2990 005795 quotient pdata 
-0x2991 005796 lshift8 pdata ,pdata 
-0x2992 005797 lshift pdata ,pdata 
-0x2993 005798 ior rega ,pdata 
-0x2994 005799 hstore 4 ,rf_pll_intg 
-0x2995 005800 jam 0x44 ,rf_pll_rstn 
-0x2996 005801 jam 0xc4 ,rf_pll_rstn 
-0x2997 005802 rtn 
-:      005805 do_rccal:
-0x2998 005806 bpatch patch11_4 ,mem_patch11 
-0x2999 005807 jam 0x02 ,rfen_adc 
-0x299a 005808 setarg 250000 
-0x299b 005809 call sleep 
-0x299c 005810 jam 0x7f ,rfen_rx 
-0x299d 005811 nop 130 
-0x299e 005812 jam 0x30 ,rf_rccal_ctrl 
-0x299f 005813 jam 0xd0 ,rfen_tx 
-0x29a0 005814 jam 0x70 ,rf_rccal_ctrl 
-0x29a1 005815 jam 0xf0 ,rf_rccal_ctrl 
-0x29a2 005816 force 50 ,loopcnt 
-:      005817 do_rccal_loop:
-0x29a3 005818 hfetch 1 ,rf_rccal_result 
-0x29a4 005819 bbit1 5 ,do_rccal_end 
-0x29a5 005820 loop do_rccal_loop 
-:      005821 do_rccal_end:
-0x29a6 005822 store 1 ,mem_rf_rccal 
-0x29a7 005823 jam 0 ,rfen_tx 
-0x29a8 005824 jam 0 ,rfen_rx 
-0x29a9 005825 jam 0x00 ,rfen_adc 
-0x29aa 005826 rtn 
-:      005828 set_rccal:
-0x29ab 005829 bpatch patch11_5 ,mem_patch11 
-0x29ac 005830 fetch 1 ,mem_rf_rccal 
-0x29ad 005831 set1 5 ,pdata 
-0x29ae 005832 hstore 1 ,rf_rccal_ctrl 
-0x29af 005833 hfetcht 1 ,rf_bpf_ctrim 
-0x29b0 005834 and_into 7 ,temp 
-0x29b1 005835 lshift3 pdata ,pdata 
-0x29b2 005836 ior temp ,pdata 
-0x29b3 005837 hstore 1 ,rf_bpf_ctrim 
-0x29b4 005838 hfetch 1 ,rf_bpf_ib 
-0x29b5 005839 set0 bpf_rccal ,pdata 
-0x29b6 005840 hstore 1 ,rf_bpf_ib 
-0x29b7 005841 hfetch 1 ,rf_adc_rccal 
-0x29b8 005842 set0 adc_rccal ,pdata 
-0x29b9 005843 hstore 1 ,rf_adc_rccal 
-0x29ba 005844 rtn 
-:      005846 save_rssi:
-0x29bb 005847 bpatch patch11_6 ,mem_patch11 
-0x29bc 005848 hfetch 2 ,rf_afc_d2a 
-0x29bd 005849 rshift4 pdata ,pdata 
-0x29be 005850 rshift3 pdata ,pdata 
-0x29bf 005851 sub pdata ,0 ,pdata 
-:      005852 bcd:
-0x29c0 005853 and_into 0xff ,pdata 
-0x29c1 005854 div pdata ,10 
-0x29c2 005855 call wait_div_end 
-0x29c3 005856 quotient pdata 
-0x29c4 005857 lshift4 pdata ,pdata 
-0x29c5 005858 remainder temp 
-0x29c6 005859 ior temp ,pdata 
-0x29c7 005860 store 1 ,mem_rssi 
-0x29c8 005861 rtn 
-:      005864 switchto_dpllclk:
-0x29c9 005865 jam clksel_rc ,core_clksel 
-0x29ca 005866 hfetch 1 ,rf_clkpll_frac + 2 
-0x29cb 005867 set0 4 ,pdata 
-0x29cc 005868 set0 5 ,pdata 
-0x29cd 005869 hstore 1 ,rf_clkpll_frac + 2 
-0x29ce 005870 jam 0x00 ,rfen_ck 
-0x29cf 005871 jam 0x00 ,rfen_msc 
-0x29d0 005872 jam 0x70 ,rfen_msc 
-0x29d1 005873 jam 0xff ,rfen_ck 
-0x29d2 005874 hfetch 1 ,rf_clkpll_frac + 2 
-0x29d3 005875 set1 4 ,pdata 
-0x29d4 005876 set1 5 ,pdata 
-0x29d5 005877 hstore 1 ,rf_clkpll_frac + 2 
-0x29d6 005878 call init_lpm_ctrl 
-0x29d7 005879 hfetch 1 ,rf_clkpll_int 
-0x29d8 005880 set1 7 ,pdata 
-0x29d9 005881 hstore 1 ,rf_clkpll_int 
-0x29da 005882 set0 7 ,pdata 
-0x29db 005883 hstore 1 ,rf_clkpll_int 
-0x29dc 005884 set1 7 ,pdata 
-0x29dd 005885 hstore 1 ,rf_clkpll_int 
-0x29de 005886 jam clksel_dpll ,core_clksel 
-0x29df 005887 nop 1 
-0x29e0 005888 jam clksel_xtal ,core_clksel 
-0x29e1 005889 hfetch 1 ,rf_clkpll_frac + 2 
-0x29e2 005890 and_into 0xcf ,pdata 
-0x29e3 005891 hstore 1 ,rf_clkpll_frac + 2 
-0x29e4 005892 or_into 0x30 ,pdata 
-0x29e5 005893 hstore 1 ,rf_clkpll_frac + 2 
-0x29e6 005894 rtn 
-:      005897 xtal_fast_wake:
-0x29e7 005898 setarg 0xf0f 
-0x29e8 005899 branch lpm_write_config 
-:      005901 init_lpm_ctrl:
-0x29e9 005902 setarg 0x80f 
-0x29ea 005903 branch lpm_write_config 
-:      005907 start_receiver:
-0x29eb 005908 bpatch patch11_7 ,mem_patch11 
-0x29ec 005909 call rf_rx_enable 
-0x29ed 005910 disable is_tx 
-0x29ee 005911 enable is_rx 
-0x29ef 005912 pulse init_encrypt 
-0x29f0 005913 rtn 
-:      005915 prep_crypt:
-0x29f1 005916 bpatch patch12_0 ,mem_patch12 
-0x29f2 005917 fetch 1 ,mem_state_map 
-0x29f3 005918 isolate1 smap_encryption ,pdata 
-0x29f4 005919 setflag true ,0 ,pdata 
-0x29f5 005920 hstore 1 ,core_encrypt 
-0x29f6 005921 arg mem_kc ,contr 
-0x29f7 005922 ifetch 9 ,contr 
-0x29f8 005923 iforce kc_ls 
-0x29f9 005924 ifetch 7 ,contr 
-0x29fa 005925 iforce kc_ms 
-0x29fb 005926 fetch 1 ,mem_key_size 
-0x29fc 005927 add pdata ,-1 ,g1l 
-0x29fd 005928 pulse kc_p_activate 
-0x29fe 005929 rtn 
-:      005931 wait_access_end:
-0x29ff 005932 deposit clke 
-0x2a00 005933 store 6 ,mem_sync_clke 
-0x2a01 005934 disable decode_fec0 
-0x2a02 005935 nbranch shutdown_radio ,sync 
-0x2a03 005936 arg param_clke_cal ,clke_rt 
-0x2a04 005937 increase 1 ,clke_bt 
-0x2a05 005938 and_into 0x1fc ,clke_bt 
-0x2a06 005939 rtn 
-:      005943 wait_access_mhalfbnd:
-0x2a07 005944 enable decode_fec0 
-:      005945 wait_access_mhalfbnd_correlate:
-0x2a08 005946 correlate null ,mhalfbnd 
-0x2a09 005947 branch wait_access_end ,sync 
-0x2a0a 005948 compare 0x02 ,clke_bt ,0x02 
-0x2a0b 005949 nbranch wait_access_mhalfbnd_correlate ,true 
-0x2a0c 005950 branch wait_access_end 
-:      005952 wait_access_clkn_rt:
-0x2a0d 005953 bpatch patch12_1 ,mem_patch12 
-0x2a0e 005954 arg param_conn_access ,timeup 
-0x2a0f 005955 enable decode_fec0 
-0x2a10 005956 correlate clkn_rt ,meet 
-0x2a11 005957 disable decode_fec0 
-0x2a12 005958 nbranch shutdown_radio ,sync 
-0x2a13 005959 rtn 
-:      005961 wait_access_forever:
-0x2a14 005962 bpatch patch12_2 ,mem_patch12 
-0x2a15 005963 enable decode_fec0 
-0x2a16 005964 correlate null ,timeout 
-0x2a17 005965 disable decode_fec0 
-0x2a18 005966 nbranch shutdown_radio ,sync 
-0x2a19 005967 arg param_clke_cal ,clke_rt 
-0x2a1a 005968 and_into 0x1fc ,clke_bt 
-0x2a1b 005969 rtn 
-:      005972 reserve_slot:
-0x2a1c 005973 bpatch patch12_3 ,mem_patch12 
-0x2a1d 005974 iforce rega 
-0x2a1e 005975 deposit bt_clk 
-0x2a1f 005976 iadd temp ,timeup 
-0x2a20 005977 copy timeup ,pdata 
-0x2a21 005978 store 4 ,mem_next_btclk 
-0x2a22 005979 deposit rega 
-0x2a23 005980 rtn 
-:      005983 ahead_window:
-0x2a24 005984 copy pdata ,temp 
-0x2a25 005985 bpatch patch12_4 ,mem_patch12 
-0x2a26 005986 copy temp ,pdata 
-0x2a27 005987 call clk2bt 
-0x2a28 005988 lshift16 bt_clk ,pdata 
-0x2a29 005989 set1 44 ,pdata 
-0x2a2a 005990 call clk_diff 
-0x2a2b 005991 set0 44 ,pdata 
-0x2a2c 005992 call get_clk 
-0x2a2d 005993 call clk_diff 
-0x2a2e 005994 rtn user 
-0x2a2f 005995 call clk2rt 
-0x2a30 005996 iforce stop_watch 
-0x2a31 005997 until null ,timeout 
-0x2a32 005998 rtn 
-:      006001 setup_clk:
-0x2a33 006002 bpatch patch12_5 ,mem_patch12 
-0x2a34 006003 branch setup_clkn ,clknt 
-0x2a35 006004 until clke_rt ,meet 
-:      006005 skip_setup_clke:
-0x2a36 006006 copy clke_bt ,temp 
-0x2a37 006007 branch setup_clknbt 
-:      006008 setup_clkn:
-0x2a38 006009 branch skip_setup_clkn ,attempt 
-0x2a39 006010 until clkn_rt ,meet 
-:      006011 skip_setup_clkn:
-0x2a3a 006012 copy clkn_bt ,temp 
-:      006013 setup_clknbt:
-0x2a3b 006014 branch setup_clk11 ,user 
-0x2a3c 006015 compare 1 ,temp ,3 
-0x2a3d 006016 nbranch setup_clk ,true 
-:      006017 setup_complete:
-0x2a3e 006018 bpatch patch12_6 ,mem_patch12 
-0x2a3f 006019 fetch 1 ,mem_state 
-0x2a40 006020 rtnbit0 state_inconn 
-0x2a41 006021 fetch 4 ,mem_next_btclk 
-0x2a42 006022 isub temp ,pdata 
-0x2a43 006023 nrtn positive 
-0x2a44 006024 sub pdata ,0xff ,null 
-0x2a45 006025 branch setup_clk ,positive 
-0x2a46 006026 rtn 
-:      006027 setup_clk11:
-0x2a47 006028 compare 3 ,temp ,3 
-0x2a48 006029 nbranch setup_clk ,true 
-0x2a49 006030 branch setup_complete 
-:      006032 rf_setup_time:
-0x2a4a 006033 bpatch patch12_7 ,mem_patch12 
-0x2a4b 006034 arg param_rf_setup ,timeup 
-0x2a4c 006035 branch setup_clk 
-:      006037 rf_setup_time_slave_slot:
-0x2a4d 006038 disable user 
-0x2a4e 006039 branch rf_setup_time 
-:      006041 rf_setup_time_master_slot:
-0x2a4f 006042 enable user 
-0x2a50 006043 branch rf_setup_time 
-:      006045 start_transmitter:
-0x2a51 006046 bpatch patch13_0 ,mem_patch13 
-0x2a52 006047 call prep_crypt 
-0x2a53 006048 disable is_rx 
-0x2a54 006049 enable is_tx 
-0x2a55 006050 rtn 
-:      006054 start_tx_native:
-0x2a56 006055 bpatch patch13_1 ,mem_patch13 
-0x2a57 006056 arg param_tx_setup ,timeup 
-0x2a58 006057 until clkn_rt ,meet 
-0x2a59 006058 pulse init_encrypt 
-0x2a5a 006059 rtn 
-:      006061 start_rx_native:
-0x2a5b 006062 bpatch patch13_2 ,mem_patch13 
-0x2a5c 006063 arg param_rx_setup ,timeup 
-0x2a5d 006064 until clkn_rt ,meet 
-0x2a5e 006065 rtn 
-:      006068 start_tx_external:
-0x2a5f 006069 bpatch patch13_3 ,mem_patch13 
-0x2a60 006070 arg param_tx_setup ,timeup 
-0x2a61 006071 until clke_rt ,meet 
-0x2a62 006072 pulse init_encrypt 
-0x2a63 006073 rtn 
-:      006075 send_access_word:
-0x2a64 006076 bpatch patch13_4 ,mem_patch13 
-0x2a65 006077 preload access 
-0x2a66 006078 enable encode_fec0 
-0x2a67 006079 set1 txgfsk ,radio_ctrl 
-0x2a68 006080 inject mod ,72 
-0x2a69 006081 disable encode_fec0 
-0x2a6a 006082 rtn 
-:      006085 scan_mode_whiten:
-0x2a6b 006086 copy xin ,temp 
-0x2a6c 006087 or_into 0x60 ,temp 
-0x2a6d 006088 copy temp ,white_init 
-0x2a6e 006089 rtn 
-:      006094 get_free_amaddr:
-0x2a6f 006095 bpatch patch13_5 ,mem_patch13 
-0x2a70 006096 fetch 1 ,mem_current_amaddr 
-0x2a71 006097 increase 1 ,pdata 
-0x2a72 006098 bne param_esco_addr ,get_free_amaddr_cont 
-0x2a73 006099 force 1 ,pdata 
-:      006100 get_free_amaddr_cont:
-0x2a74 006101 store 1 ,mem_current_amaddr 
-0x2a75 006102 iforce am_addr 
-0x2a76 006103 rtn 
-:      006105 get_clk:
-0x2a77 006106 copy clkn ,temp 
-0x2a78 006107 rtn master 
-0x2a79 006108 copy clke ,temp 
-0x2a7a 006109 rtn 
-:      006111 get_clkbt:
-0x2a7b 006112 deposit clkn_bt 
-0x2a7c 006113 rtn master 
-0x2a7d 006114 deposit clke_bt 
-0x2a7e 006115 rtn 
-:      006118 supervision_update:
-0x2a7f 006119 bpatch patch13_6 ,mem_patch13 
-0x2a80 006120 fetcht 4 ,mem_supervision_timer 
-0x2a81 006121 call get_clkbt 
-0x2a82 006122 isub temp ,timeup 
-0x2a83 006123 deposit timeup 
-0x2a84 006124 fetcht 2 ,mem_supervision_to 
-0x2a85 006125 lshift temp ,temp 
-0x2a86 006126 isub temp ,pdata 
-0x2a87 006127 rtn 
-:      006129 supervision_flush:
-0x2a88 006130 bpatch patch13_7 ,mem_patch13 
-0x2a89 006131 call get_clkbt 
-0x2a8a 006132 store 4 ,mem_supervision_timer 
-0x2a8b 006133 rtn 
-:      006135 assert:
-0x2a8c 006136 bpatch patch14_0 ,mem_patch14 
-0x2a8d 006137 branch assert 
-:      006139 loop:
-0x2a8e 006140 branch loop 
-:      006142 sleep:
-0x2a8f 006143 rtn blank 
-0x2a90 006145 rshift pdata ,pdata 
-0x2a91 006146 increase -3 ,pdata 
-:      006147 sleep_loop:
-0x2a92 006148 increase -1 ,pdata 
-0x2a93 006149 nbranch sleep_loop ,zero 
-0x2a94 006150 force 0 ,pdata 
-0x2a95 006151 rtn 
-:      006155 init_param:
-0x2a96 006157 arg 0x10 ,loopcnt 
-0x2a97 006158 arg 0 ,contw 
-0x2a98 006159 call memset0 
-0x2a99 006160 arg mem_le_state ,contw 
-0x2a9a 006161 arg 10 ,loopcnt 
-0x2a9b 006162 call memset0 
-0x2a9c 006163 jam 0 ,mem_sp_calc 
-0x2a9d 006164 jam 0 ,mem_fifo_temp 
-0x2a9e 006165 jam 0 ,mem_le_testtype 
-0x2a9f 006166 jam 0 ,mem_debug_config 
-0x2aa0 006167 jam 0 ,mem_lmp_conn_state 
-0x2aa1 006168 bpatch patch14_1 ,mem_patch14 
-0x2aa2 006169 jam 0 ,mem_connection_options 
-0x2aa3 006170 jam 0 ,mem_tester_emulate 
-0x2aa4 006171 jam 0 ,mem_tester_cnt 
-0x2aa5 006172 setarg param_glap 
-0x2aa6 006173 store 3 ,mem_glap 
-0x2aa7 006174 setarg param_acl_pktlen 
-0x2aa8 006175 store 2 ,mem_acl_pktlen 
-0x2aa9 006176 jam param_sco_pktlen ,mem_sco_pktlen 
-0x2aaa 006177 jam param_acl_pktcnt ,mem_acl_pktcnt 
-0x2aab 006178 jam param_sco_pktcnt ,mem_sco_pktcnt 
-0x2aac 006179 setarg param_hci_version 
-0x2aad 006180 store 3 ,mem_hci_version 
-0x2aae 006185 jam 0x60 ,mem_fhs_misc 
-0x2aaf 006186 jam param_max_slot ,mem_max_slot 
-0x2ab0 006187 jam 0x02 ,mem_fw_ver 
-0x2ab1 006188 fetch 1 ,mem_ssp_enable 
-0x2ab2 006189 ncall init_memp ,blank 
-0x2ab3 006190 fetch 1 ,mem_le_secure_connect_enable 
-0x2ab4 006191 ncall init_memp_256 ,blank 
-0x2ab5 006192 bpatch patch14_2 ,mem_patch14 
-0x2ab6 006193 rtn wake 
-0x2ab7 006194 setarg 0 
-0x2ab8 006195 store 2 ,mem_tx_len 
-0x2ab9 006196 rshift clkn_bt ,pdata 
-0x2aba 006197 store 4 ,mem_last_clkn 
-0x2abb 006198 rtn 
-:      006205 lpmstate:
-0x2abc 006206 setarg 0xee21 
-0x2abd 006207 hstore 2 ,core_clkoff 
-0x2abe 006208 hfetch 4 ,core_gpio_in 
-0x2abf 006209 store 4 ,mem_saved_gpio_in 
-0x2ac0 006210 hfetch 1 ,core_lpm_ldocnt 
-0x2ac1 006211 store 1 ,mem_wakup_from_power_flag 
-0x2ac2 006212 bbit0 gpio_latch ,loadcode 
-0x2ac3 006213 enable wake 
-0x2ac4 006214 bbit0 cold_wake ,lpmwake 
-0x2ac5 006215 disable wake 
-0x2ac6 006216 deposit auxcnt 
-0x2ac7 006217 nbranch lpmwake ,blank 
-0x2ac8 006218 hfetch 1 ,core_lpm_ctrl + 3 
-0x2ac9 006219 bbit1 reload_code ,lpmwake 
-0x2aca 006220 arg param_hibernate_clks ,temp 
-0x2acb 006221 branch lpm_enter_sleep 
-:      006222 lpmwake:
-0x2acc 006223 hfetch 3 ,core_lpm_xtalcnt 
-0x2acd 006224 hstore 3 ,core_lpm_reg 
-0x2ace 006225 ifetch 1 ,contr 
-0x2acf 006226 or_into isogate_mask ,pdata 
-0x2ad0 006227 istore 1 ,contw 
-0x2ad1 006228 call lpm_write_ctrl2 
-0x2ad2 006229 hfetch 1 ,core_lpm_isogate 
-0x2ad3 006230 set1 enable_retmem ,pdata 
-0x2ad4 006231 hstore 1 ,core_lpm_isogate 
-0x2ad5 006232 call lpm_write_ctrl2 
-0x2ad6 006233 call lpm_load_context ,wake 
-0x2ad7 006234 hfetch 1 ,core_lpm_reg + 2 
-0x2ad8 006235 set0 gpio_latch ,pdata 
-0x2ad9 006236 hstore 1 ,core_lpm_reg + 2 
-0x2ada 006237 call lpm_write_ctrl2 
-0x2adb 006238 nbranch loadcode ,wake 
-0x2adc 006239 rtnmark0 mark_otp_encrypt 
-0x2add 006240 jam lock_otp ,core_misc_ctrl 
-0x2ade 006241 rtn 
-:      006243 lpm_load_context:
-0x2adf 006244 fetch 1 ,mem_saved_spidctrl 
-0x2ae0 006245 hstore 1 ,core_spid_ctrl 
-0x2ae1 006246 fetch 3 ,mem_saved_gsel 
-0x2ae2 006247 hstore 3 ,core_gpio_sel 
-0x2ae3 006248 fetch 4 ,mem_saved_gpio + 4 
-0x2ae4 006249 hstore 4 ,core_gpio_out0 
-0x2ae5 006250 fetch 4 ,mem_saved_gpio 
-0x2ae6 006251 hstore 4 ,core_gpio_oe0 
-0x2ae7 006252 fetch 8 ,mem_saved_gpio + 8 
-0x2ae8 006253 hstore 8 ,core_gpio_pu0 
-0x2ae9 006254 fetch 8 ,mem_saved_mark 
-0x2aea 006255 iforce mark 
-0x2aeb 006256 hfetch 8 ,core_gpio_wakeup_low 
-0x2aec 006257 store 8 ,mem_gpio_wakeup_low 
-0x2aed 006258 call load_ucode 
-0x2aee 006259 rtn 
-:      006261 lpm_save_context:
-0x2aef 006262 deposit mark 
-0x2af0 006263 store 8 ,mem_saved_mark 
-0x2af1 006264 hfetch 8 ,core_gpio_oe0 
-0x2af2 006265 store 8 ,mem_saved_gpio 
-0x2af3 006266 ifetch 8 ,contr 
-0x2af4 006267 istore 8 ,contw 
-0x2af5 006268 hfetch 3 ,core_gpio_sel 
-0x2af6 006269 store 3 ,mem_saved_gsel 
-0x2af7 006270 hfetch 1 ,core_spid_ctrl 
-0x2af8 006271 store 1 ,mem_saved_spidctrl 
-0x2af9 006272 branch lpm_write_gpio_wakeup 
-:      006274 lpo_calibration:
-0x2afa 006275 hfetch 1 ,core_bist_ctrl 
-0x2afb 006276 nbranch lpo_cal_inited ,blank 
-0x2afc 006277 fetch 3 ,mem_clks_per_lpo 
-0x2afd 006278 nrtn blank 
-0x2afe 006279 jam 0xc0 ,core_bist_ctrl 
-0x2aff 006280 jam ccnt_start ,core_misc_ctrl 
-:      006281 lpo_cal_inited:
-0x2b00 006282 hfetch 1 ,core_perf_status 
-0x2b01 006283 rtnbit0 1 
-0x2b02 006284 hfetch 3 ,core_clk_counter 
-0x2b03 006285 store 3 ,mem_clks_per_lpo 
-0x2b04 006286 rtn 
-:      006290 lpm_adjust_clk:
-0x2b05 006291 bpatch patch14_3 ,mem_patch14 
-0x2b06 006292 deposit clke 
-0x2b07 006293 call clk_diff_rt 
-0x2b08 006294 fetcht 4 ,mem_sleep_counter_all 
-0x2b09 006295 sub temp ,0xff ,null 
-0x2b0a 006296 rtn positive 
-0x2b0b 006297 lshift8 pdata ,pdata 
-0x2b0c 006298 lshift4 pdata ,pdata 
-0x2b0d 006299 idiv temp 
-0x2b0e 006300 call wait_div_end 
-0x2b0f 006301 quotient pdata 
-0x2b10 006302 arg param_lpm_adjmax ,temp 
-0x2b11 006303 call ceiling 
-0x2b12 006304 store 1 ,mem_lpm_adjust 
-0x2b13 006305 nbranch lpm_adjust_positive ,user 
-0x2b14 006306 sub pdata ,0 ,pdata 
-:      006307 lpm_adjust_positive:
-0x2b15 006308 fetcht 3 ,mem_clks_per_lpo 
-0x2b16 006309 iadd temp ,pdata 
-0x2b17 006310 store 3 ,mem_clks_per_lpo 
-:      006311 lpm_clear_counter:
-0x2b18 006312 setarg 0 
-0x2b19 006313 store 4 ,mem_sleep_counter_all 
-0x2b1a 006314 rtn 
-:      006318 lpm_doze:
-0x2b1b 006319 fetch 1 ,mem_lpm_config + 2 
-0x2b1c 006320 set1 reload_code ,pdata 
-0x2b1d 006321 store 1 ,mem_lpm_config + 2 
-0x2b1e 006322 branch lpm_hibernate_normal 
-:      006326 lpm_hibernate:
-0x2b1f 006327 arg param_hibernate_clks ,temp 
-0x2b20 006328 fetch 1 ,mem_lpm_config + 1 
-0x2b21 006329 set0 7 ,pdata 
-0x2b22 006330 store 1 ,mem_lpm_config + 1 
-:      006331 lpm_hibernate_normal:
-0x2b23 006332 bpatch patch14_4 ,mem_patch14 
-0x2b24 006333 call lpm_write_gpio_wakeup 
-0x2b25 006334 fetch 1 ,mem_lpm_hibernate_switch 
-0x2b26 006335 store 1 ,mem_lpm_xtalcnt + 4 
-0x2b27 006336 fetch 1 ,mem_lpm_xtalcnt + 2 
-0x2b28 006337 set1 cold_wake ,pdata 
-0x2b29 006338 store 1 ,mem_lpm_xtalcnt + 2 
-:      006341 lpm_sleep:
-0x2b2a 006342 bpatch patch14_5 ,mem_patch14 
-0x2b2b 006343 call xtal_fast_wake 
-0x2b2c 006344 fetch 4 ,mem_sleep_counter_all 
-0x2b2d 006345 iadd temp ,pdata 
-0x2b2e 006346 store 4 ,mem_sleep_counter_all 
-0x2b2f 006347 call lpm_save_context 
-0x2b30 006348 fetch 5 ,mem_lpm_xtalcnt 
-0x2b31 006349 hstore 4 ,core_lpm_reg 
-0x2b32 006350 rshift32 pdata ,rega 
-0x2b33 006351 until null ,lpo_edge 
-0x2b34 006352 deposit clkn 
-0x2b35 006353 store 6 ,mem_sleep_clkn 
-0x2b36 006354 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
-0x2b37 006355 until null ,lpo_edge 
-0x2b38 006356 until null ,lpo_edge 
-0x2b39 006357 deposit rega 
-0x2b3a 006358 hstore 1 ,core_lpm_isogate 
-0x2b3b 006359 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
-:      006360 lpm_enter_sleep:
-0x2b3c 006361 until null ,lpo_edge 
-0x2b3d 006362 until null ,lpo_edge 
-0x2b3e 006363 hstoret 4 ,core_lpm_reg 
-0x2b3f 006364 jam lpmreg_sel_counter ,core_lpm_wr 
-0x2b40 006365 until null ,never 
-:      006370 lpm_recover_clk:
-0x2b41 006371 bpatch patch14_6 ,mem_patch14 
-0x2b42 006372 setarg 0 
-0x2b43 006373 copy auxcnt ,null 
-0x2b44 006374 branch lpm_recover_timeout ,zero 
-0x2b45 006375 hfetch 1 ,core_lpm_xtalcnt 
-0x2b46 006376 hfetcht 1 ,core_lpm_buckcnt 
-0x2b47 006377 isub temp ,null 
-0x2b48 006378 branch lpm_recover_xtal ,positive 
-0x2b49 006379 deposit temp 
-:      006380 lpm_recover_xtal:
-0x2b4a 006381 isub auxcnt ,pdata 
-0x2b4b 006382 increase 1 ,pdata 
-:      006383 lpm_recover_timeout:
-0x2b4c 006384 increase 8 ,pdata 
-0x2b4d 006385 until null ,lpo_edge 
-0x2b4e 006386 iadd lpo_time ,pdata 
-0x2b4f 006387 fetcht 4 ,mem_sleep_counter 
-0x2b50 006388 iadd temp ,pdata 
-0x2b51 006389 fetcht 3 ,mem_clks_per_lpo 
-0x2b52 006390 imul32 temp ,pdata 
-0x2b53 006391 rshift8 pdata ,pdata 
-0x2b54 006392 rshift4 pdata ,pdata 
-0x2b55 006393 increase param_lpm_fix ,pdata 
-0x2b56 006394 arg 3750 ,temp 
-0x2b57 006395 idiv temp 
-0x2b58 006396 call wait_div_end 
-0x2b59 006397 quotient pdata 
-0x2b5a 006398 lshift16 pdata ,pdata 
-0x2b5b 006399 remainder temp 
-0x2b5c 006400 ior temp ,pdata 
-0x2b5d 006401 fetcht 6 ,mem_sleep_clkn 
-0x2b5e 006402 call clk_add 
-0x2b5f 006403 copy temp ,clkn 
-0x2b60 006404 fetch 6 ,mem_context + coffset_clk_offset 
-0x2b61 006405 call calc_clke2 
-0x2b62 006406 deposit clke 
-0x2b63 006407 store 6 ,mem_pdatatemp 
-0x2b64 006408 deposit auxcnt 
-0x2b65 006409 istore 1 ,contw 
-0x2b66 006410 hfetch 1 ,core_gpio_in1 
-0x2b67 006411 or_into 0xf0 ,pdata 
-0x2b68 006412 istore 1 ,contw 
-0x2b69 006413 rtn 
-:      006415 lpm_dispatch:
-0x2b6a 006416 bpatch patch14_7 ,mem_patch14 
-0x2b6b 006417 call lpo_calibration 
-0x2b6c 006418 fetch 3 ,mem_clks_per_lpo 
-0x2b6d 006419 rtn blank 
-0x2b6e 006420 fetch 1 ,mem_lpm_mode 
-0x2b6f 006421 rtn blank 
-0x2b70 006422 fetch 1 ,mem_ssp_enable 
-0x2b71 006423 branch lpm_dispatch_next ,blank 
-0x2b72 006424 fetch 1 ,mem_sp_local_key_invalid 
-0x2b73 006425 rtn blank 
-:      006426 lpm_dispatch_next:
-0x2b74 006427 fetch 1 ,mem_le_sc_calc 
-0x2b75 006428 nrtn blank 
-0x2b76 006429 call lpm_check_wake_lock 
-0x2b77 006430 nrtn blank 
-0x2b78 006431 fetch 1 ,mem_context 
-0x2b79 006432 compare 3 ,pdata ,0x7 
-0x2b7a 006433 nbranch lpm_dispatch_unconn ,true 
-0x2b7b 006434 fetch 2 ,mem_context + coffset_tsniff 
-0x2b7c 006435 rtn blank 
-0x2b7d 006436 rtn wake 
-0x2b7e 006437 bpatch patch15_0 ,mem_patch15 
-:      006438 lpm_dispatch_next2:
-0x2b7f 006439 fetcht 1 ,mem_lpm_current_mult 
-0x2b80 006440 fetch 2 ,mem_context + coffset_tsniff 
-0x2b81 006441 imul32 temp ,pdata 
-0x2b82 006442 rshift4 temp ,temp 
-0x2b83 006443 rshift2 temp ,temp 
-0x2b84 006444 isub temp ,pdata 
-0x2b85 006445 fetcht 4 ,mem_context + coffset_sniff_anchor 
-0x2b86 006446 iadd temp ,pdata 
-0x2b87 006447 fetcht 1 ,mem_lpm_overhead 
-0x2b88 006448 isub temp ,pdata 
-0x2b89 006449 lshift16 pdata ,alarm 
-0x2b8a 006450 bpatch patch15_1 ,mem_patch15 
-0x2b8b 006451 fetch 2 ,mem_context + coffset_rx_window 
-0x2b8c 006452 rshift pdata ,pdata 
-0x2b8d 006453 call clk2bt 
-0x2b8e 006454 deposit alarm 
-0x2b8f 006455 call clk_diff 
-0x2b90 006456 copy clke ,temp 
-0x2b91 006457 call clk_diff_rt 
-0x2b92 006458 rtn user 
-:      006459 lpm_dispatch_sleep:
-0x2b93 006460 call clk2lpo 
-:      006461 lpm_dispatch_lpo:
-0x2b94 006462 bpatch patch15_2 ,mem_patch15 
-0x2b95 006463 fetch 1 ,mem_lpm_xtalcnt 
-0x2b96 006464 isub temp ,null 
-0x2b97 006465 branch lpm_clear_counter ,positive 
-0x2b98 006466 storet 4 ,mem_sleep_counter 
-0x2b99 006467 call app_will_enter_lpm 
-0x2b9a 006468 call l2cap_lpm_save_txbuf 
-0x2b9b 006469 fetcht 4 ,mem_sleep_counter 
-0x2b9c 006470 branch lpm_sleep 
-:      006472 lpm_dispatch_unconn:
-0x2b9d 006473 bpatch patch15_3 ,mem_patch15 
-0x2b9e 006474 fetch 1 ,mem_context 
-0x2b9f 006475 rtnbit1 state_inconn 
-0x2ba0 006476 rtnbit1 state_inpage 
-0x2ba1 006477 fetch 1 ,mem_ssp_enable 
-0x2ba2 006478 branch lpm_unconn_nossp ,blank 
-0x2ba3 006479 fetch 1 ,mem_sp_local_key_invalid 
-0x2ba4 006480 rtn blank 
-:      006481 lpm_unconn_nossp:
-0x2ba5 006482 bpatch patch15_4 ,mem_patch15 
-0x2ba6 006483 fetch 1 ,mem_le_adv_enable 
-0x2ba7 006484 nbranch lpm_unconn_cont ,blank 
-0x2ba8 006485 fetch 1 ,mem_scan_mode 
-0x2ba9 006486 rtn blank 
-:      006487 lpm_unconn_cont:
-0x2baa 006488 fetch 2 ,mem_lpm_interval 
-0x2bab 006489 rtn blank 
-:      006490 lpm_sleep_btclk:
-0x2bac 006491 fetcht 1 ,mem_lpm_overhead 
-0x2bad 006492 isub temp ,pdata 
-0x2bae 006493 arg 7500 ,temp 
-0x2baf 006494 imul32 temp ,pdata 
-0x2bb0 006495 branch lpm_dispatch_sleep 
-:      006497 lpm_set_mult:
-0x2bb1 006498 bpatch patch15_5 ,mem_patch15 
-0x2bb2 006499 disable wake 
-0x2bb3 006500 fetch 1 ,mem_state 
-0x2bb4 006501 rtnbit0 state_insniff 
-0x2bb5 006502 nbranch lpm_not_match ,match 
-0x2bb6 006503 call lpm_match 
-0x2bb7 006504 fetch 2 ,mem_rx_window_sniff 
-0x2bb8 006505 store 2 ,mem_rx_window 
-0x2bb9 006506 fetch 1 ,mem_arq 
-0x2bba 006507 bbit1 wack ,lpm_mult_short 
-0x2bbb 006508 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x2bbc 006509 call l2cap_malloc_is_fifo_empty 
-0x2bbd 006510 nbranch lpm_mult_short ,blank 
-0x2bbe 006511 fetch 1 ,mem_classic_bt_flag 
-0x2bbf 006512 bbit1 short_mult_flag ,lpm_mult_short 
-:      006513 lpm_mult_wait_timeout:
-0x2bc0 006514 jam 0 ,mem_lpm_current_mult 
-0x2bc1 006515 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x2bc2 006516 fetch 1 ,mem_lpm_mult_cnt 
-0x2bc3 006517 branch lpm_mult_long ,blank 
-0x2bc4 006518 increase -1 ,pdata 
-0x2bc5 006519 store 1 ,mem_lpm_mult_cnt 
-0x2bc6 006520 rtn 
-:      006523 classic_bt_set_mult_short_flag:
-0x2bc7 006524 arg short_mult_flag ,queue 
-0x2bc8 006525 branch classic_bluetooth_set_flag 
-:      006527 classic_bt_clr_mult_short_flag:
-0x2bc9 006528 arg short_mult_flag ,queue 
-0x2bca 006529 branch classic_bluetooth_clr_flag 
-:      006533 lpm_match:
-0x2bcb 006534 jam 0 ,mem_sniff_unint_lost 
-0x2bcc 006535 fetch 3 ,mem_sniff_rcv 
-0x2bcd 006536 increase 1 ,pdata 
-0x2bce 006537 store 3 ,mem_sniff_rcv 
-0x2bcf 006538 rtn 
-:      006540 lpm_not_match:
-0x2bd0 006541 bpatch patch15_6 ,mem_patch15 
-0x2bd1 006542 fetcht 2 ,mem_rx_window_sniff 
-0x2bd2 006543 rshift temp ,temp 
-0x2bd3 006544 fetch 2 ,mem_rx_window 
-0x2bd4 006545 iadd temp ,pdata 
-0x2bd5 006546 store 2 ,mem_rx_window 
-:      006547 lpm_lost:
-0x2bd6 006548 jam 0 ,mem_lpm_current_mult 
-0x2bd7 006549 fetch 3 ,mem_sniff_lost 
-0x2bd8 006550 increase 1 ,pdata 
-0x2bd9 006551 store 3 ,mem_sniff_lost 
-0x2bda 006552 fetch 1 ,mem_sniff_unint_lost 
-0x2bdb 006553 increase 1 ,pdata 
-0x2bdc 006554 store 1 ,mem_sniff_unint_lost 
-0x2bdd 006555 rtn 
-:      006557 lpm_mult_short:
-0x2bde 006558 jam 0 ,mem_lpm_current_mult 
-0x2bdf 006559 fetch 1 ,mem_lpm_mult_timeout 
-0x2be0 006560 store 1 ,mem_lpm_mult_cnt 
-0x2be1 006561 rtn 
-:      006563 lpm_mult_long:
-0x2be2 006564 fetcht 1 ,mem_lpm_mult 
-0x2be3 006565 storet 1 ,mem_lpm_current_mult 
-0x2be4 006566 rtn 
-:      006568 lpm_cal_xtal_startup:
-0x2be5 006569 bpatch patch15_7 ,mem_patch15 
-0x2be6 006570 fetch 1 ,mem_lpm_xtalcnt 
-0x2be7 006571 nrtn blank 
-0x2be8 006572 jam clksel_rc ,core_clksel 
-0x2be9 006573 setarg 0xf0c 
-0x2bea 006574 call lpm_write_config 
-0x2beb 006575 setarg 200000 
-0x2bec 006576 call sleep 
-0x2bed 006577 until null ,lpo_edge 
-0x2bee 006578 copy lpo_time ,alarm 
-0x2bef 006579 call xtal_fast_wake 
-0x2bf0 006580 jam clksel_xtal ,core_clksel 
-0x2bf1 006581 nop 10 
-0x2bf2 006582 until null ,lpo_edge 
-0x2bf3 006583 deposit lpo_time 
-0x2bf4 006584 isub alarm ,pdata 
-0x2bf5 006585 increase 0x30 ,pdata 
-0x2bf6 006586 arg 0xff ,temp 
-0x2bf7 006587 call ceiling 
-0x2bf8 006588 store 1 ,mem_lpm_xtalcnt 
-0x2bf9 006589 nop 30000 
-0x2bfa 006590 nop 30000 
-0x2bfb 006591 nop 30000 
-0x2bfc 006592 rtn 
-:      006594 lpm_cal_xtal_startup_by_snooze:
-0x2bfd 006595 fetch 1 ,mem_lpm_xtalcnt 
-0x2bfe 006596 nrtn blank 
-0x2bff 006597 jam 0xff ,core_xtal_stable_time 
-0x2c00 006598 jam clksel_rc ,core_clksel 
-0x2c01 006599 call xtal_fast_wake 
-0x2c02 006600 setarg 1000 
-0x2c03 006601 iadd lpo_time ,alarm 
-0x2c04 006602 snooze 
-0x2c05 006603 deposit lpo_time 
-0x2c06 006604 nop 12000 
-0x2c07 006605 nop 12000 
-0x2c08 006606 nop 12000 
-0x2c09 006607 nop 12000 
-0x2c0a 006608 nop 12000 
-0x2c0b 006609 nop 12000 
-0x2c0c 006610 nop 12000 
-0x2c0d 006611 nop 12000 
-0x2c0e 006612 nop 12000 
-0x2c0f 006613 isub alarm ,pdata 
-0x2c10 006614 add pdata ,0x30 ,pdata 
-0x2c11 006615 arg 0xff ,temp 
-0x2c12 006616 call ceiling 
-0x2c13 006617 store 1 ,mem_lpm_xtalcnt 
-0x2c14 006618 nop 30000 
-0x2c15 006619 nop 30000 
-0x2c16 006620 nop 30000 
-0x2c17 006621 rtn 
-:      006626 lpm_write_config:
-0x2c18 006627 arg 0xfff ,contw 
-0x2c19 006628 iand contw ,contw 
-0x2c1a 006629 fetch 1 ,mem_lpm_config 
-0x2c1b 006630 and_into 0xf0 ,pdata 
-0x2c1c 006631 lshift8 pdata ,pdata 
-0x2c1d 006632 ior contw ,pdata 
-0x2c1e 006633 hstore 2 ,core_lpm_reg 
-0x2c1f 006634 ifetch 2 ,contr 
-0x2c20 006635 istore 2 ,contw 
-:      006637 lpm_write_ctrl:
-0x2c21 006638 setarg lpmreg_sel_ctrl 
-0x2c22 006639 branch lpm_write 
-:      006641 lpm_write_ctrl2:
-0x2c23 006642 setarg lpmreg_sel_ctrl2 
-:      006643 lpm_write:
-0x2c24 006644 until null ,lpo_edge 
-0x2c25 006645 hstore 1 ,core_lpm_wr 
-0x2c26 006646 until null ,lpo_edge 
-0x2c27 006647 until null ,lpo_edge 
-0x2c28 006648 rtn 
-:      006651 lpm_write_gpio_wakeup:
-0x2c29 006652 bpatch patch16_0 ,mem_patch16 
-0x2c2a 006653 fetch 4 ,mem_gpio_wakeup_low 
-0x2c2b 006654 hstore 4 ,core_lpm_reg 
-0x2c2c 006655 setarg lpmreg_sel_gpiolow 
-0x2c2d 006656 call lpm_write 
-0x2c2e 006657 fetch 4 ,mem_gpio_wakeup_high 
-0x2c2f 006658 hstore 4 ,core_lpm_reg 
-0x2c30 006659 setarg lpmreg_sel_gpiohigh 
-0x2c31 006660 branch lpm_write 
-:      006662 lpm_get_wake_lock:
-0x2c32 006663 fetch 2 ,mem_lpm_wake_lock 
-0x2c33 006664 qset1 pdata 
-0x2c34 006665 store 2 ,mem_lpm_wake_lock 
-0x2c35 006666 rtn 
-:      006668 lpm_put_wake_lock:
-0x2c36 006669 fetch 2 ,mem_lpm_wake_lock 
-0x2c37 006670 qset0 pdata 
-0x2c38 006671 store 2 ,mem_lpm_wake_lock 
-0x2c39 006672 rtn 
-:      006676 lpm_check_wake_lock:
-0x2c3a 006677 bpatch patch16_1 ,mem_patch16 
-0x2c3b 006678 call app_check_wake_lock 
-0x2c3c 006679 fetch 2 ,mem_lpm_wake_lock 
-0x2c3d 006680 copy pdata ,rega 
-0x2c3e 006681 fetch 1 ,mem_state_map 
-0x2c3f 006682 isolate1 smap_rxlmp ,pdata 
-0x2c40 006683 setflag true ,wake_lock_lmp_rx ,rega 
-0x2c41 006684 fetch 1 ,mem_lmo_opcode1 
-0x2c42 006685 fetcht 1 ,mem_lmo_opcode2 
-0x2c43 006686 iadd temp ,pdata 
-0x2c44 006687 fetcht 1 ,mem_lmp_to_send 
-0x2c45 006688 iadd temp ,pdata 
-0x2c46 006689 nsetflag blank ,wake_lock_lmp_tx ,rega 
-0x2c47 006690 fetch 1 ,mem_le_tx_buff_used 
-0x2c48 006691 nsetflag blank ,wake_lock_ble_tx ,rega 
-0x2c49 006692 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x2c4a 006693 fetcht 2 ,mem_l2cap_rxbuff2_len 
-0x2c4b 006694 iadd temp ,pdata 
-0x2c4c 006695 nsetflag blank ,wake_lock_l2cap_rx ,rega 
-0x2c4d 006696 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
-0x2c4e 006697 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
-0x2c4f 006698 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
-0x2c50 006699 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
-0x2c51 006700 fetch 1 ,mem_hci_cmd 
-0x2c52 006701 nsetflag blank ,wake_lock_cmd ,rega 
-0x2c53 006702 fetch 1 ,mem_device_option 
-0x2c54 006703 compare dvc_op_module ,pdata ,0xff 
-0x2c55 006704 call lpm_uart_wake_lock ,true 
-0x2c56 006705 setarg -8 
-0x2c57 006706 iand rega ,rega 
-0x2c58 006707 copy rega ,pdata 
-0x2c59 006708 store 2 ,mem_lpm_wake_lock 
-0x2c5a 006709 rtn 
-:      006711 lpm_uart_wake_lock:
-0x2c5b 006712 hfetch 2 ,core_uart_rxitems 
-0x2c5c 006713 nsetflag blank ,wake_lock_uart_rx ,rega 
-0x2c5d 006714 hfetch 2 ,core_uart_txitems 
-0x2c5e 006715 nsetflag blank ,wake_lock_uart_tx ,rega 
-0x2c5f 006716 rtn 
-:      006718 lpm_shut_down:
-0x2c60 006719 hfetch 4 ,core_lpm_ctrl 
-0x2c61 006720 set0 27 ,pdata 
-0x2c62 006721 hstore 4 ,core_lpm_reg 
-0x2c63 006722 call lpm_write_ctrl 
-0x2c64 006723 branch assert 
-:      006725 lpm_disable_exen_output:
-0x2c65 006726 hfetch 4 ,core_lpm_xtalcnt 
-0x2c66 006727 set0 20 ,pdata 
-0x2c67 006728 hstore 4 ,core_lpm_reg 
-0x2c68 006729 branch lpm_write_ctrl2 
-:      006731 check_bt_disabled:
-0x2c69 006732 fetch 2 ,mem_chip_functions 
-0x2c6a 006733 bbit1 bt_disabled ,assert 
-0x2c6b 006734 rtn 
-:      006735 check_ble_disabled:
-0x2c6c 006736 fetch 2 ,mem_chip_functions 
-0x2c6d 006737 bbit1 ble_disabled ,assert 
-0x2c6e 006738 rtn 
-:      006739 check_module_disabled:
-0x2c6f 006740 fetch 2 ,mem_chip_functions 
-0x2c70 006741 bbit1 module_disable ,assert 
-0x2c71 006742 rtn 
-:      006803 g24_dispatch:
-0x2c72 006804 bpatch patch16_2 ,mem_patch16 
-0x2c73 006805 call g24_head_ptr2regc 
-0x2c74 006806 add regc ,offset_24g_mode ,regb 
-0x2c75 006807 ifetch 1 ,regb 
-0x2c76 006809 rtneq disable_24g 
-0x2c77 006810 beq tx_24g ,g24_transmit_process 
-0x2c78 006811 beq rx_24g ,g24_receive_process 
-0x2c79 006812 rtn 
-:      006814 g24_head_ptr2regc:
-0x2c7a 006815 fetcht 2 ,mem_24g_head_ptr 
-0x2c7b 006816 copy temp ,regc 
-0x2c7c 006817 rtn 
-:      006819 g24_receive_process_init:
-0x2c7d 006820 call g24_receive_init 
-0x2c7e 006821 branch g24_mode_switch_init 
-:      006823 g24_receive_process:
-0x2c7f 006824 call g24_mode_switch 
-0x2c80 006825 call g24_dongle_work_mode_auto 
-0x2c81 006826 call g24_dongle_bind_mode_auto 
-0x2c82 006827 branch g24_dongle_search_mode_auto 
-:      006830 g24_pair_init:
-0x2c83 006833 call g24_set0_mem_pid 
-0x2c84 006834 setarg g24_pair_ch 
-0x2c85 006835 call g24_store_mem_ch 
-0x2c86 006836 call g24_store_mem_pair_txpower 
-0x2c87 006839 add regc ,offset_24g_paring_addr ,rega 
-0x2c88 006840 ifetch 4 ,rega 
-0x2c89 006841 branch g24_store_mem_addr 
-:      006843 g24_ch:
-0x2c8a 006844 call g24_head_ptr2regc 
-0x2c8b 006845 add regc ,offset_24g_current_ch_number ,regb 
-0x2c8c 006846 ifetcht 1 ,regb 
-0x2c8d 006848 call g24_ch_temp_incre_size4 
-0x2c8e 006849 add regc ,offset_24g_current_ch_number ,contw 
-0x2c8f 006851 branch g24_contw_istoret_1byte 
-:      006853 g24_ch_temp_incre_size4:
-0x2c90 006854 call g24_ch_calc 
-0x2c91 006855 increase 1 ,temp 
-0x2c92 006856 and_into 3 ,temp 
-0x2c93 006857 rtn 
-:      006859 g24_ch_calc:
-0x2c94 006860 add regc ,offset_24g_addr ,regb 
-0x2c95 006861 ifetch 1 ,regb 
-0x2c96 006863 and_into 0x03 ,pdata 
-0x2c97 006864 mul32 pdata ,4 ,rega 
-0x2c98 006865 add regc ,offset_24g_ch_map1 ,pdata 
-0x2c99 006867 iadd rega ,pdata 
-0x2c9a 006868 iadd temp ,contr 
-0x2c9b 006869 ifetch 1 ,contr 
-0x2c9c 006871 branch g24_store_mem_ch 
-:      006873 g24_set_device_addr:
-0x2c9d 006874 call g24_store_mem_tx_power_temp 
-0x2c9e 006875 call otp_enable_chgpump 
-0x2c9f 006876 setarg 0x7e2 
-0x2ca0 006877 arg mem_temp ,rega 
-0x2ca1 006878 arg 4 ,temp 
-0x2ca2 006879 call otpd_read_data 
-0x2ca3 006880 call otp_disable_chgpump 
-0x2ca4 006881 fetch 4 ,mem_temp 
-0x2ca5 006882 call g24_store_mem_device_addr 
-0x2ca6 006884 nrtn blank 
-0x2ca7 006885 fetch 4 ,mem_lap 
-0x2ca8 006887 branch g24_store_mem_device_addr 
-:      006889 g24_transmit_rf_sta_init:
-0x2ca9 006890 call g24_set1_mem_rf_last_sta 
-0x2caa 006892 setarg 0 
-0x2cab 006893 call g24_store_mem_sync_cnt 
-:      006895 g24_transmit_rf_ctrl_clear:
-0x2cac 006896 call g24_fetch_mem_data_type 
-0x2cad 006898 and_into bits_data ,pdata 
-0x2cae 006900 branch g24_store_mem_data_type 
-:      006902 g24_hop_ch_enable:
-0x2caf 006903 call g24_fetch_mem_data_type 
-0x2cb0 006905 set1 bit_hop ,pdata 
-0x2cb1 006906 call g24_store_mem_data_type 
-0x2cb2 006909 branch g24_store_mem_txpayload 
-:      006911 g24_transmit_hop_pac_fail:
-0x2cb3 006912 call g24_fetch_mem_rf_work_stage 
-0x2cb4 006914 beq 1 ,g24_transmit_hop_pac_fail_wo_hop 
-0x2cb5 006915 beq 2 ,g24_transmit_hop_pac_fail_hop_stage2 
-0x2cb6 006916 rtn 
-:      006918 g24_transmit_hop_pac_fail_wo_hop:
-0x2cb7 006919 call g24_set2_mem_sync_cnt 
-:      006921 g24_transmit_hop_pac_fail_stage1:
-0x2cb8 006922 add regc ,offset_24g_hop_pac_retry ,contw 
-0x2cb9 006923 call g24_mem_set0 
-0x2cba 006925 call g24_store_mem_rf_last_sta 
-0x2cbb 006927 branch g24_transmit_rf_ctrl_clear 
-:      006929 g24_transmit_hop_pac_fail_hop_stage2:
-0x2cbc 006930 call g24_set0_mem_rf_hop_ch 
-0x2cbd 006932 branch g24_transmit_hop_pac_fail_stage1 
-:      006934 g24_transmit_pac_fail_hop_stage3:
-0x2cbe 006935 add regc ,offset_24g_txfail_cnt ,rega 
-0x2cbf 006936 ifetch 1 ,rega 
-0x2cc0 006938 increase 1 ,pdata 
-0x2cc1 006939 add regc ,offset_24g_txfail_cnt ,contw 
-0x2cc2 006940 istore 1 ,contw 
-0x2cc3 006942 beq 0x20 ,g24_tx_attempt_fail 
-0x2cc4 006943 call g24_fetch_mem_rf_hop_ch 
-0x2cc5 006945 beq 1 ,g24_rf_hop_fastly 
-0x2cc6 006946 setarg 1 
-0x2cc7 006947 call g24_store_mem_rf_hop_ch 
-:      006949 g24_rf_hop_attemp_again:
-0x2cc8 006950 call g24_fetch_mem_rf_hop_ch 
-0x2cc9 006952 bne 1 ,g24_transmit_rf_ctrl_clear 
-:      006953 g24_rf_hop_fastly:
-0x2cca 006954 add regc ,offset_24g_hop_fastly_cnt ,rega 
-0x2ccb 006955 ifetch 1 ,rega 
-0x2ccc 006957 increase 1 ,pdata 
-0x2ccd 006958 call g24_store_mem_hop_fastly_cnt 
-0x2cce 006960 beq 4 ,g24_rf_hop_fastly_exit 
-0x2ccf 006961 call g24_ch 
-0x2cd0 006962 call g24_set2_mem_max_retry 
-0x2cd1 006964 branch g24_transmit_packet 
-:      006966 g24_rf_hop_fastly_exit:
-0x2cd2 006967 call g24_set0_mem_hop_fastly_cnt 
-0x2cd3 006969 branch g24_transmit_rf_ctrl_clear 
-:      006971 g24_set0_mem_hop_fastly_cnt:
-0x2cd4 006972 setarg 0 
-:      006973 g24_store_mem_hop_fastly_cnt:
-0x2cd5 006974 add regc ,offset_24g_hop_fastly_cnt ,contw 
-0x2cd6 006975 branch g24_contw_istore_1byte 
-:      006977 g24_transmit_hop_pac_succ_wo_hop:
-0x2cd7 006978 call g24_set2_mem_sync_cnt 
-:      006980 g24_transmit_hop_pac_succ:
-0x2cd8 006981 call g24_set0_mem_rf_hop_ch 
-0x2cd9 006983 call g24_set1_mem_rf_last_sta 
-0x2cda 006985 branch g24_transmit_rf_ctrl_clear 
-:      006987 g24_transmit_succ_rf_config:
-0x2cdb 006988 call g24_fetch_mem_rf_work_stage 
-0x2cdc 006990 beq 3 ,g24_transmit_hop_pac_succ 
-0x2cdd 006991 call g24_fetch_mem_data_type 
-0x2cde 006993 isolate0 bit_hop ,pdata 
-0x2cdf 006994 branch g24_transmit_rf_sta_init ,true 
-0x2ce0 006995 call g24_fetch_mem_rf_work_stage 
-0x2ce1 006997 beq 1 ,g24_transmit_hop_pac_succ_wo_hop 
-0x2ce2 006998 beq 2 ,g24_transmit_hop_pac_succ 
-0x2ce3 006999 rtn 
-:      007001 g24_rf_sta_check:
-0x2ce4 007002 call g24_fetch_mem_pairing_sm 
-0x2ce5 007004 rtnne state_24g_pairing_success 
-0x2ce6 007005 call g24_rf_laststa_synccnt_check 
-0x2ce7 007006 ncall g24_rf_sync_cnt_check ,user2 
-0x2ce8 007007 rtn 
-:      007009 g24_rf_laststa_synccnt_check:
-0x2ce9 007010 disable user2 
-0x2cea 007011 add regc ,offset_24g_rf_last_sta ,rega 
-0x2ceb 007012 ifetch 1 ,rega 
-0x2cec 007014 rtnne 1 
-0x2ced 007015 add regc ,offset_24g_sync_cnt ,rega 
-0x2cee 007016 ifetch 1 ,rega 
-0x2cef 007018 rtnne 0 
-0x2cf0 007019 setarg 1 
-0x2cf1 007020 call g24_store_mem_rf_work_stage 
-0x2cf2 007022 call g24_set4_mem_max_retry 
-0x2cf3 007024 branch enable_user2 
-:      007026 g24_rf_sync_cnt_check:
-0x2cf4 007027 add regc ,offset_24g_sync_cnt ,rega 
-0x2cf5 007028 ifetch 1 ,rega 
-0x2cf6 007030 branch g24_rf_hop_attemp ,blank 
-0x2cf7 007031 increase -1 ,pdata 
-0x2cf8 007032 call g24_store_mem_sync_cnt 
-0x2cf9 007034 setarg 2 
-0x2cfa 007035 call g24_store_mem_rf_work_stage 
-0x2cfb 007037 call g24_ch 
-0x2cfc 007039 branch g24_set4_mem_max_retry 
-:      007041 g24_store_mem_rf_work_stage:
-0x2cfd 007042 add regc ,offset_24g_rf_work_stage ,contw 
-0x2cfe 007043 branch g24_contw_istore_1byte 
-:      007046 g24_rf_hop_attemp:
-0x2cff 007047 setarg 3 
-0x2d00 007048 call g24_store_mem_rf_work_stage 
-0x2d01 007050 call g24_fetch_mem_rf_hop_ch 
-0x2d02 007052 nbranch g24_rf_hop_attemp_again ,blank 
-0x2d03 007053 call g24_ch 
-:      007055 g24_set2_mem_max_retry:
-0x2d04 007056 setarg 2 
-0x2d05 007057 branch g24_store_mem_max_retry 
-:      007059 g24_transmit_process:
-0x2d06 007060 rtnmark0 mark_24g 
-0x2d07 007061 set1 mark_24g_conext ,mark 
-0x2d08 007062 bpatch patch16_3 ,mem_patch16 
-0x2d09 007063 add regc ,offset_24g_tx_without_int ,rega 
-0x2d0a 007064 ifetch 1 ,rega 
-0x2d0b 007066 beq 1 ,g24_transmit_without_int 
-0x2d0c 007067 call g24_timer_check 
-0x2d0d 007068 nbranch g24_transmit_exit ,user 
-0x2d0e 007069 call g24_interval_calibrate 
-:      007070 g24_transmit_without_int:
-0x2d0f 007071 add regc ,offset_24g_tx_without_int ,contw 
-0x2d10 007072 call g24_mem_set0 
-0x2d11 007074 call g24_txdata_prep 
-0x2d12 007075 nbranch g24_enter_lpm ,user 
-0x2d13 007076 call g24_rf_sta_check 
-:      007077 g24_transmit_start:
-0x2d14 007078 call g24_transmit_packet 
-0x2d15 007079 call g24_power_ctrl 
-:      007080 g24_transmit_exit:
-0x2d16 007081 set0 mark_24g_conext ,mark 
-0x2d17 007082 rtn 
-:      007084 g24_timer_timeout:
-0x2d18 007085 rtn zero 
-0x2d19 007086 set1 28 ,pdata 
-0x2d1a 007087 rtn 
-:      007089 g24_interval_calibrate:
-0x2d1b 007090 add regc ,offset_24g_pac_index ,rega 
-0x2d1c 007091 ifetch 1 ,rega 
-0x2d1d 007093 increase 1 ,pdata 
-0x2d1e 007094 add regc ,offset_24g_pac_index ,contw 
-0x2d1f 007095 istore 1 ,contw 
-0x2d20 007097 beq 4 ,g24_interval_max 
-0x2d21 007098 beq 5 ,g24_interval_min 
-0x2d22 007099 rtn 
-:      007100 g24_interval_max:
-0x2d23 007101 add regc ,offset_24g_interval_max ,rega 
-0x2d24 007102 ifetch 1 ,rega 
-:      007104 g24_interval_update:
-0x2d25 007106 add regc ,offset_24g_interval ,contw 
-0x2d26 007107 branch g24_contw_istore_1byte 
-:      007109 g24_interval_min:
-0x2d27 007110 add regc ,offset_24g_pac_index ,contw 
-0x2d28 007111 call g24_mem_set0 
-0x2d29 007113 add regc ,offset_24g_interval_min ,rega 
-0x2d2a 007114 ifetch 1 ,rega 
-0x2d2b 007116 branch g24_interval_update 
-:      007118 g24_txdata_prep:
-0x2d2c 007119 call g24_fetch_mem_pairing_sm 
-0x2d2d 007121 bne state_24g_pairing_success ,g24_pairing_sm 
-0x2d2e 007122 bpatch patch16_4 ,mem_patch16 
-0x2d2f 007123 call g24_package_data 
-0x2d30 007124 nbranch g24_txdata_last_pac ,user 
-0x2d31 007125 call g24_transmit_prep 
-0x2d32 007126 call g24_power_ctrl_pac_incrs 
-:      007127 g24_txdata_enable_tx:
-0x2d33 007129 setarg ensure_on_24g 
-:      007130 g24_store_mem_ensure:
-0x2d34 007131 add regc ,offset_24g_ensure ,contw 
-0x2d35 007132 branch g24_contw_istore_1byte 
-:      007134 g24_txdata_last_pac:
-0x2d36 007135 add regc ,offset_24g_ensure ,rega 
-0x2d37 007136 ifetch 1 ,rega 
-0x2d38 007138 beq ensure_on_24g ,enable_user 
-0x2d39 007139 rtn 
-:      007141 g24_package_data:
-0x2d3a 007143 add regc ,offset_24g_cb_data ,temp 
-0x2d3b 007144 ifetch 2 ,temp 
-0x2d3c 007146 call callback_func 
-0x2d3d 007147 nrtn user 
-0x2d3e 007148 copy rega ,pdata 
-0x2d3f 007149 store 1 ,mem_rega 
-0x2d40 007150 add regc ,offset_24g_abort_pac ,contw 
-0x2d41 007151 call g24_mem_set0 
-0x2d42 007153 call g24_transmit_rf_ctrl_clear 
-0x2d43 007154 store 1 ,mem_24g_common_temp 
-0x2d44 007155 fetch 1 ,mem_rega 
-0x2d45 007156 copy pdata ,rega 
-0x2d46 007157 add rega ,1 ,temp 
-0x2d47 007158 arg mem_24g_common_temp + 1 ,contw 
-0x2d48 007159 copy rega ,loopcnt 
-0x2d49 007160 copy regb ,contr 
-0x2d4a 007161 call memcpy 
-0x2d4b 007162 arg mem_24g_common_temp ,rega 
-:      007163 g24_put_data_in_buff:
-0x2d4c 007164 rtnmark0 mark_24g_conext 
-0x2d4d 007165 add regc ,offset_24g_datalen ,contw 
-0x2d4e 007166 istoret 1 ,contw 
-0x2d4f 007168 copy temp ,loopcnt 
-0x2d50 007169 add regc ,offset_24g_txbuf ,contw 
-0x2d51 007171 copy rega ,contr 
-0x2d52 007172 branch memcpy 
-:      007174 g24_transmit_prep:
-0x2d53 007176 add regc ,offset_24g_datalen ,rega 
-0x2d54 007177 ifetch 1 ,rega 
-0x2d55 007179 increase 2 ,pdata 
-0x2d56 007180 add regc ,offset_24g_txlen ,contw 
-0x2d57 007181 istore 1 ,contw 
-0x2d58 007184 call g24_fetch_mem_data_type 
-0x2d59 007186 call g24_store_mem_txpayload 
-0x2d5a 007189 add regc ,offset_24g_datalen ,rega 
-0x2d5b 007190 ifetch 1 ,rega 
-0x2d5c 007192 lshift3 pdata ,pdata 
-0x2d5d 007193 add regc ,offset_24g_pid ,rega 
-0x2d5e 007194 ifetcht 1 ,rega 
-0x2d5f 007196 and temp ,0x03 ,temp 
-0x2d60 007197 lshift temp ,temp 
-0x2d61 007198 ior temp ,pdata 
-0x2d62 007199 add regc ,offset_24g_no_ack ,rega 
-0x2d63 007200 ifetcht 1 ,rega 
-0x2d64 007202 iadd temp ,pdata 
-0x2d65 007203 istore 1 ,contw 
-0x2d66 007205 add regc ,offset_24g_datalen ,rega 
-0x2d67 007206 ifetch 1 ,rega 
-0x2d68 007208 iforce loopcnt 
-0x2d69 007209 add regc ,offset_24g_txbuf ,contr 
-0x2d6a 007211 branch memcpy 
-:      007213 g24_send_abort_packet:
-0x2d6b 007214 call g24_set1_mem_abort_pac 
-0x2d6c 007216 call g24_set0_mem_rf_hop_ch 
-0x2d6d 007218 call g24_power_ctrl_reinit 
-0x2d6e 007219 call g24_transmit_rf_ctrl_clear 
-0x2d6f 007220 store 1 ,mem_24g_common_temp 
-0x2d70 007221 call g24_put_data_in_buff_pre 
-0x2d71 007222 call g24_fetch_mem_data_type 
-0x2d72 007224 set1 bit_abort ,pdata 
-0x2d73 007225 call g24_store_mem_data_type 
-0x2d74 007227 call g24_transmit_prep 
-0x2d75 007228 call g24_txdata_enable_tx 
-0x2d76 007229 branch g24_transmit_start 
-:      007231 g24_put_data_in_buff_pre:
-0x2d77 007232 store 1 ,mem_24g_common_temp + 1 
-0x2d78 007233 call g24_fetch_mem_device_addr 
-0x2d79 007235 store 4 ,mem_24g_common_temp + 2 
-0x2d7a 007236 arg 6 ,temp 
-0x2d7b 007237 arg mem_24g_common_temp ,rega 
-0x2d7c 007238 branch g24_put_data_in_buff 
-:      007240 g24_enter_lpm:
-0x2d7d 007241 add regc ,offset_24g_abort_pac ,rega 
-0x2d7e 007242 ifetch 1 ,rega 
-0x2d7f 007244 branch g24_send_abort_packet ,blank 
-:      007245 g24_enter_lpm_prepare:
-0x2d80 007247 add regc ,offset_24g_cb_lpm_prepare ,rega 
-0x2d81 007248 ifetch 2 ,rega 
-0x2d82 007250 branch callback_func 
-:      007252 g24_lpm_long_sleep:
-0x2d83 007253 call g24_head_ptr2regc 
-0x2d84 007255 call lpo_calibration 
-0x2d85 007256 fetch 3 ,mem_clks_per_lpo 
-0x2d86 007257 rtn blank 
-0x2d87 007258 add regc ,offset_24g_cb_lpm_before ,temp 
-0x2d88 007259 ifetch 2 ,temp 
-0x2d89 007261 call callback_func 
-0x2d8a 007262 add regc ,offset_24g_enter_hibernate ,temp 
-0x2d8b 007263 ifetch 8 ,temp 
-0x2d8c 007264 call clk2lpo 
-0x2d8d 007265 storet 4 ,mem_sleep_counter 
-0x2d8e 007266 branch lpm_sleep 
-:      007268 g24_transmit_packet:
-0x2d8f 007269 call g24_head_ptr2regc 
-0x2d90 007270 add regc ,offset_24g_retry ,contw 
-0x2d91 007271 call g24_mem_set0 
-:      007273 g24_transmit_loop:
-0x2d92 007274 call g24_transmit_receive_ack 
-0x2d93 007275 nbranch g24_retransmit ,sync 
-0x2d94 007276 nbranch g24_retransmit ,user3 
-0x2d95 007277 call g24_ackpayload_parse 
-0x2d96 007278 call g24_power_ctrl_ack_incrs 
-:      007279 g24_transmit_next_packet:
-0x2d97 007280 call g24_head_ptr2regc 
-0x2d98 007281 add regc ,offset_24g_pid ,rega 
-0x2d99 007282 ifetch 1 ,rega 
-0x2d9a 007284 increase 1 ,pdata 
-0x2d9b 007285 call g24_store_mem_pid 
-0x2d9c 007287 call g24_fetch_mem_pairing_sm 
-0x2d9d 007289 bne state_24g_pairing_success ,g24_paring_mode 
-0x2d9e 007290 call g24_transmit_succ_rf_config 
-:      007291 g24_transmit_abandon:
-0x2d9f 007292 setarg 0 
-0x2da0 007293 add regc ,offset_24g_txfail_cnt ,contw 
-0x2da1 007294 istore 2 ,contw 
-0x2da2 007298 setarg ensure_off_24g 
-0x2da3 007299 branch g24_store_mem_ensure 
-:      007302 g24_transmit_receive_ack:
-0x2da4 007303 disable user3 
-0x2da5 007304 call g24_transmit 
-0x2da6 007305 call g24_head_ptr2regc 
-0x2da7 007306 add regc ,offset_24g_no_ack ,rega 
-0x2da8 007307 ifetch 1 ,rega 
-0x2da9 007309 beq no_ack_24g ,g24_transmit_no_ack 
-0x2daa 007310 call g24_receive_packet 
-0x2dab 007311 branch g24_end_of_packet 
-:      007312 g24_transmit_no_ack:
-0x2dac 007313 call g24_end_of_packet 
-0x2dad 007314 branch g24_transmit_next_packet 
-:      007317 g24_retransmit:
-0x2dae 007318 bpatch patch16_5 ,mem_patch16 
-0x2daf 007319 add regc ,offset_24g_get_ack_fail ,rega 
-0x2db0 007320 ifetch 1 ,rega 
-0x2db1 007322 increase 1 ,pdata 
-0x2db2 007323 add regc ,offset_24g_get_ack_fail ,contw 
-0x2db3 007324 istore 1 ,contw 
-0x2db4 007326 call g24_fetch_mem_pairing_sm 
-0x2db5 007328 bne state_24g_pairing_success ,g24_tx_paring_retry 
-0x2db6 007329 add regc ,offset_24g_retry ,rega 
-0x2db7 007330 ifetcht 1 ,rega 
-0x2db8 007332 increase 1 ,temp 
-0x2db9 007333 add regc ,offset_24g_retry ,contw 
-0x2dba 007334 istoret 1 ,contw 
-0x2dbb 007336 add regc ,offset_24g_max_retry ,rega 
-0x2dbc 007337 ifetch 1 ,rega 
-0x2dbd 007339 isub temp ,pdata 
-0x2dbe 007340 nbranch g24_transmit_loop ,blank 
-0x2dbf 007341 bpatch patch16_6 ,mem_patch16 
-0x2dc0 007342 call g24_fetch_mem_rf_work_stage 
-0x2dc1 007344 beq 3 ,g24_transmit_pac_fail_hop_stage3 
-0x2dc2 007345 add regc ,offset_24g_hop_pac_retry ,rega 
-0x2dc3 007346 ifetch 1 ,rega 
-0x2dc4 007348 increase 1 ,pdata 
-0x2dc5 007349 add regc ,offset_24g_hop_pac_retry ,contw 
-0x2dc6 007350 istore 1 ,contw 
-0x2dc7 007352 beq 2 ,g24_transmit_hop_pac_fail 
-0x2dc8 007353 call g24_hop_ch_enable 
-0x2dc9 007354 setarg 1 
-0x2dca 007355 call g24_store_mem_max_retry 
-0x2dcb 007357 branch g24_transmit_packet 
-:      007359 g24_tx_paring_retry:
-0x2dcc 007360 add regc ,offset_24g_get_ack_fail ,rega 
-0x2dcd 007361 ifetch 1 ,rega 
-0x2dce 007363 rtnne 0xff 
-0x2dcf 007364 add regc ,offset_24g_get_ack_fail ,contw 
-0x2dd0 007365 call g24_mem_set0 
-0x2dd1 007367 branch g24_stop_24g_mode 
-:      007369 g24_tx_attempt_fail:
-0x2dd2 007370 add regc ,offset_24g_txfail_cnt ,contw 
-0x2dd3 007371 call g24_mem_set0 
-:      007373 g24_stop_24g_mode:
-0x2dd4 007374 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
-0x2dd5 007375 branch ui_ipc_send_event 
-:      007377 g24_ackpayload_parse:
-0x2dd6 007378 call g24_read_len_pid_crc 
-0x2dd7 007379 add regc ,offset_24g_rxdata_length ,rega 
-0x2dd8 007380 ifetch 1 ,rega 
-0x2dd9 007382 rtn blank 
-0x2dda 007383 iforce loopcnt 
-0x2ddb 007384 add regc ,offset_24g_rxbuf_add2 ,contr 
-0x2ddc 007386 add regc ,offset_24g_rxpayload ,contw 
-0x2ddd 007388 branch memcpy 
-:      007391 g24_read_len_pid_crc:
-0x2dde 007393 call g24_fetch_mem_rxbuf_add1 
-0x2ddf 007395 rshift3 pdata ,pdata 
-0x2de0 007396 add regc ,offset_24g_rxdata_length ,contw 
-0x2de1 007397 istore 1 ,contw 
-0x2de2 007400 increase 1 ,pdata 
-0x2de3 007401 add regc ,offset_24g_rxbuf_add1 ,contr 
-0x2de4 007403 iadd contr ,contr 
-0x2de5 007404 ifetch 3 ,contr 
-0x2de6 007405 add regc ,offset_24g_sta_crc ,contw 
-0x2de7 007406 istore 3 ,contw 
-0x2de8 007409 call g24_fetch_mem_rxbuf_add1 
-0x2de9 007411 rshift pdata ,pdata 
-0x2dea 007412 and pdata ,0x03 ,pdata 
-0x2deb 007413 add regc ,offset_24g_sta_pid ,contw 
-0x2dec 007414 istore 1 ,contw 
-0x2ded 007416 rtn 
-:      007418 g24_prep:
-0x2dee 007419 disable enable_crc 
-0x2def 007420 disable enable_white 
-0x2df0 007421 setarg 0x555555 
-0x2df1 007422 iforce crc24_init 
-0x2df2 007423 rtn 
-:      007425 g24_set_freq_tx:
-0x2df3 007426 call set_sync_on 
-0x2df4 007427 add regc ,offset_24g_ch ,rega 
-0x2df5 007428 ifetcht 1 ,rega 
-0x2df6 007430 branch set_freq_tx 
-:      007432 g24_transmit:
-0x2df7 007433 call g24_prep 
-0x2df8 007434 call g24_set_freq_tx 
-0x2df9 007435 set1 txgfsk ,radio_ctrl 
-0x2dfa 007436 enable encode_fec0 
-0x2dfb 007437 enable is_tx 
-0x2dfc 007438 disable is_rx 
-0x2dfd 007439 call le_enable 
-0x2dfe 007440 call g24_fetch_mem_addr 
-0x2dff 007442 iforce access 
-0x2e00 007443 inject mod ,32 
-0x2e01 007444 enable enable_crc 
-0x2e02 007445 add regc ,offset_24g_txlen ,rega 
-0x2e03 007446 ifetch 1 ,rega 
-0x2e04 007448 iforce loopcnt 
-0x2e05 007449 add regc ,offset_24g_txpayload ,contr 
-:      007451 g24tr_loop:
-0x2e06 007452 ifetch 1 ,contr 
-0x2e07 007453 inject mod ,8 
-0x2e08 007454 loop g24tr_loop 
-0x2e09 007455 enable enable_parity 
-0x2e0a 007456 inject mod ,24 
-0x2e0b 007457 disable enable_parity 
-0x2e0c 007458 until null ,tx_clear 
-0x2e0d 007459 bpatch patch16_7 ,mem_patch16 
-0x2e0e 007460 nop 100 
-0x2e0f 007461 disable encode_fec0 
-0x2e10 007462 rtn 
-:      007464 g24_receive_packet:
-0x2e11 007465 disable user3 
-0x2e12 007466 force 0 ,radio_ctrl 
-0x2e13 007467 add regc ,offset_24g_ch ,rega 
-0x2e14 007468 ifetcht 1 ,rega 
-0x2e15 007470 call set_freq_rx 
-0x2e16 007471 call rf_rx_enable 
-:      007472 g24_receive_rxon:
-0x2e17 007473 call g24_prep 
-0x2e18 007474 enable decode_fec0 
-0x2e19 007475 enable is_rx 
-0x2e1a 007476 disable is_tx 
-0x2e1b 007477 call le_enable 
-0x2e1c 007478 call g24_fetch_mem_addr 
-0x2e1d 007480 iforce access 
-0x2e1e 007481 enable swfine 
-0x2e1f 007482 add regc ,offset_24g_rx_window ,rega 
-0x2e20 007483 ifetch 2 ,rega 
-0x2e21 007485 iforce stop_watch 
-0x2e22 007486 correlate null ,timeout 
-0x2e23 007487 nbranch g24_sync_timeout ,sync 
-0x2e24 007488 enable enable_crc 
-0x2e25 007489 parse demod ,bucket ,8 
-0x2e26 007490 rshift3 pwindow ,pdata 
-0x2e27 007491 add regc ,offset_24g_rxbuf ,contw 
-0x2e28 007492 istore 1 ,contw 
-0x2e29 007494 add regc ,offset_24g_mode ,rega 
-0x2e2a 007495 ifetch 1 ,rega 
-0x2e2b 007497 beq rx_24g ,g24_receive_skip 
-0x2e2c 007498 bpatch patch17_0 ,mem_patch17 
-0x2e2d 007499 add regc ,offset_24g_rxbuf ,rega 
-0x2e2e 007500 ifetch 1 ,rega 
-0x2e2f 007502 add regc ,offset_24g_data_type ,rega 
-0x2e30 007503 ifetcht 1 ,rega 
-0x2e31 007505 icompare bits_data ,temp 
-0x2e32 007506 nbranch g24_end_of_packet ,true 
-:      007507 g24_receive_skip:
-0x2e33 007508 parse demod ,bucket ,8 
-0x2e34 007509 rshift3 pwindow ,pdata 
-0x2e35 007510 istore 1 ,contw 
-0x2e36 007511 rshift3 pdata ,pdata 
-0x2e37 007512 and pdata ,0x1f ,loopcnt 
-0x2e38 007513 branch g24rx_nopayload ,zero 
-:      007514 g24rx_loop:
-0x2e39 007515 parse demod ,bucket ,8 
-0x2e3a 007516 rshift3 pwindow ,pdata 
-0x2e3b 007517 istore 1 ,contw 
-0x2e3c 007518 loop g24rx_loop 
-:      007519 g24rx_nopayload:
-0x2e3d 007520 parse demod ,bucket ,24 
-0x2e3e 007521 rshift32 pdata ,pdata 
-0x2e3f 007522 rshift16 pdata ,pdata 
-0x2e40 007523 istore 3 ,contw 
-0x2e41 007524 branch g24_end_of_packet ,crc_failed 
-0x2e42 007525 enable user3 
-0x2e43 007526 disable decode_fec0 
-0x2e44 007527 rtn 
-:      007530 g24_end_of_packet:
-0x2e45 007531 disable encode_fec0 
-0x2e46 007532 disable decode_fec0 
-0x2e47 007533 disable enable_crc 
-0x2e48 007534 disable enable_white 
-0x2e49 007535 branch shutdown_radio ,is_rx 
-0x2e4a 007536 until null ,tx_clear 
-0x2e4b 007537 nop 100 
-0x2e4c 007538 branch shutdown_radio 
-:      007540 g24_sync_timeout:
-0x2e4d 007541 call rssi_noise 
-0x2e4e 007542 branch g24_end_of_packet 
-:      007544 rssi_noise:
-0x2e4f 007545 call save_rssi 
-0x2e50 007546 rtn blank 
-0x2e51 007547 add regc ,offset_rssi_noise_index ,rega 
-0x2e52 007548 ifetcht 1 ,rega 
-0x2e53 007550 arg mem_rssi_noise_buffer ,rega 
-0x2e54 007552 call rssi_noise_store 
-0x2e55 007553 add regc ,offset_rssi_noise_index ,contw 
-:      007555 g24_contw_istoret_1byte:
-0x2e56 007556 istoret 1 ,contw 
-0x2e57 007557 rtn 
-:      007559 rssi_noise_store:
-0x2e58 007560 arg rssi_buf_len_noise ,regb 
-0x2e59 007561 branch rssi_store 
-:      007579 rssi_store:
-0x2e5a 007580 copy rega ,pdata 
-0x2e5b 007581 iadd temp ,contw 
-0x2e5c 007582 fetch 1 ,mem_rssi 
-0x2e5d 007583 istore 1 ,contw 
-0x2e5e 007584 increase 1 ,temp 
-0x2e5f 007585 copy regb ,pdata 
-0x2e60 007586 iand_into temp 
-0x2e61 007587 rtn 
-:      007589 rssi_average:
-0x2e62 007590 arg 0 ,temp 
-0x2e63 007591 copy rega ,contr 
-:      007592 rssi_average_loop:
-0x2e64 007593 ifetch 1 ,contr 
-0x2e65 007594 iadd temp ,temp 
-0x2e66 007595 loop rssi_average_loop 
-0x2e67 007596 rshift8 temp ,temp 
-0x2e68 007597 rtn 
-:      007599 g24_power_ctrl_init:
-0x2e69 007600 call g24_head_ptr2regc 
-0x2e6a 007601 call g24_power_ctrl_incrs_level1 
-0x2e6b 007602 setarg 1 
-0x2e6c 007603 call g24_store_mem_power_ctrl_level 
-:      007605 g24_power_ctrl_reinit:
-0x2e6d 007606 setarg 0 
-0x2e6e 007607 call g24_store_mem_power_ctrl_pac 
-0x2e6f 007609 istore 1 ,contw 
-0x2e70 007611 rtn 
-:      007613 g24_power_ctrl_pac_incrs:
-0x2e71 007614 call g24_fetch_mem_power_ctrl_pac 
-0x2e72 007616 increase 1 ,pdata 
-:      007617 g24_store_mem_power_ctrl_pac:
-0x2e73 007619 add regc ,offset_power_ctrl_packet_cnt ,contw 
-0x2e74 007620 branch g24_contw_istore_1byte 
-:      007622 g24_power_ctrl_ack_incrs:
-0x2e75 007625 add regc ,offset_power_ctrl_ack_cnt ,rega 
-0x2e76 007626 ifetch 1 ,rega 
-0x2e77 007627 increase 1 ,pdata 
-0x2e78 007628 add regc ,offset_power_ctrl_ack_cnt ,contw 
-0x2e79 007629 branch g24_contw_istore_1byte 
-:      007631 g24_power_ctrl:
-0x2e7a 007632 bpatch patch17_1 ,mem_patch17 
-0x2e7b 007633 call g24_fetch_mem_power_ctrl_pac 
-0x2e7c 007635 sub pdata ,power_ctrl_max_packet_cnt ,null 
-0x2e7d 007636 rtn positive 
-0x2e7e 007637 add regc ,offset_power_ctrl_ack_cnt ,rega 
-0x2e7f 007638 ifetcht 1 ,rega 
-0x2e80 007640 isub temp ,temp 
-0x2e81 007641 call g24_power_ctrl_reinit 
-0x2e82 007642 setarg offset_power_ctrl_threshold_up 
-0x2e83 007643 iadd regc ,rega 
-0x2e84 007644 ifetch 1 ,rega 
-0x2e85 007646 isub temp ,null 
-0x2e86 007647 nbranch g24_power_ctrl_incrs ,positive 
-0x2e87 007648 setarg offset_power_ctrl_threshold_down 
-0x2e88 007649 iadd regc ,rega 
-0x2e89 007650 ifetch 1 ,rega 
-0x2e8a 007652 isub temp ,null 
-0x2e8b 007653 branch g24_power_ctrl_decrs ,positive 
-0x2e8c 007654 rtn 
-:      007656 g24_power_ctrl_incrs:
-0x2e8d 007657 add regc ,offset_power_ctrl_level ,rega 
-0x2e8e 007658 ifetch 1 ,rega 
-0x2e8f 007660 beq 2 ,g24_power_ctrl_incrs_level2 
-0x2e90 007661 increase 1 ,pdata 
-0x2e91 007662 call g24_store_mem_power_ctrl_level 
-0x2e92 007664 beq 1 ,g24_power_ctrl_incrs_level1 
-:      007665 g24_power_ctrl_incrs_level2:
-0x2e93 007666 setarg power_ctrl_losspac_thresh_up2 
-0x2e94 007667 call g24_store_mem_power_ctrl_threshold_up 
-0x2e95 007669 setarg power_ctrl_losspac_thresh_down2 
-0x2e96 007670 call g24_store_mem_power_ctrl_threshold_down 
-0x2e97 007673 add regc ,offset_power_ctrl_txpwr_level2 ,rega 
-0x2e98 007675 branch g24_ifetch_rega_store_mem_txpower 
-:      007677 g24_power_ctrl_decrs:
-0x2e99 007678 add regc ,offset_power_ctrl_level ,rega 
-0x2e9a 007679 ifetch 1 ,rega 
-0x2e9b 007681 beq 0 ,g24_power_ctrl_decrs_level0 
-0x2e9c 007682 increase -1 ,pdata 
-0x2e9d 007683 call g24_store_mem_power_ctrl_level 
-0x2e9e 007685 beq 0 ,g24_power_ctrl_decrs_level0 
-:      007686 g24_power_ctrl_decrs_level1:
-:      007689 g24_power_ctrl_incrs_level1:
-0x2e9f 007690 setarg power_ctrl_losspac_thresh_up1 
-0x2ea0 007691 call g24_store_mem_power_ctrl_threshold_up 
-0x2ea1 007693 setarg power_ctrl_losspac_thresh_down1 
-0x2ea2 007694 call g24_store_mem_power_ctrl_threshold_down 
-0x2ea3 007697 setarg offset_power_ctrl_txpwr_level1 
-:      007698 g24_iadd_offset_mem_txpower:
-0x2ea4 007699 iadd regc ,rega 
-:      007700 g24_ifetch_rega_store_mem_txpower:
-0x2ea5 007701 ifetch 1 ,rega 
-0x2ea6 007703 branch g24_store_mem_txpower 
-:      007705 g24_power_ctrl_decrs_level0:
-0x2ea7 007708 setarg power_ctrl_losspac_thresh_up0 
-0x2ea8 007709 call g24_store_mem_power_ctrl_threshold_up 
-0x2ea9 007711 setarg power_ctrl_losspac_thresh_down0 
-0x2eaa 007712 call g24_store_mem_power_ctrl_threshold_down 
-0x2eab 007715 setarg offset_power_ctrl_txpwr_level0 
-0x2eac 007717 branch g24_iadd_offset_mem_txpower 
-:      007731 g24_start_pairing_sm1:
-0x2ead 007732 set1 mark_24g ,mark 
-0x2eae 007733 call g24_pair_init 
-:      007734 g24_set_pairing_sm_1:
-0x2eaf 007736 setarg state_24g_pairing_1 
-0x2eb0 007737 branch g24_store_mem_pairing_sm 
-:      007739 g24_pairing_sm:
-0x2eb1 007740 add regc ,offset_24g_ensure ,rega 
-0x2eb2 007741 ifetch 1 ,rega 
-0x2eb3 007743 beq ensure_on_24g ,enable_user 
-0x2eb4 007744 call g24_fetch_mem_pairing_sm 
-0x2eb5 007746 beq state_24g_pairing_1 ,g24_pairing_sm_1 
-0x2eb6 007747 beq state_24g_pairing_2 ,g24_pairing_sm_2 
-0x2eb7 007748 beq state_24g_pairing_3 ,g24_pairing_sm_3 
-0x2eb8 007749 branch assert 
-:      007751 g24_pairing_sm_1:
-0x2eb9 007752 setarg state_24g_pairing_1_waiting_ack 
-0x2eba 007753 call g24_store_mem_pairing_sm 
-0x2ebb 007755 jam 0xaa ,mem_24g_common_temp 
-0x2ebc 007756 branch g24_pairing_sm_common 
-:      007757 g24_pairing_sm_2:
-0x2ebd 007758 setarg state_24g_pairing_2_waiting_ack 
-0x2ebe 007759 call g24_store_mem_pairing_sm 
-0x2ebf 007761 jam 0x55 ,mem_24g_common_temp 
-0x2ec0 007762 branch g24_pairing_sm_common 
-:      007763 g24_pairing_sm_3:
-0x2ec1 007764 setarg state_24g_pairing_3_waiting_ack 
-0x2ec2 007765 call g24_store_mem_pairing_sm 
-0x2ec3 007767 jam 0x22 ,mem_24g_common_temp 
-:      007768 g24_pairing_sm_common:
-0x2ec4 007769 call g24_fetch_mem_data_type 
-0x2ec5 007771 and_into bits_data ,pdata 
-0x2ec6 007772 store 1 ,mem_24g_common_temp + 1 
-0x2ec7 007773 call g24_fetch_mem_device_addr 
-0x2ec8 007775 store 4 ,mem_24g_common_temp + 2 
-:      007776 g24_put_pairing_data_in_buff:
-0x2ec9 007777 jam 0 ,mem_24g_common_temp + 6 
-0x2eca 007778 arg mem_24g_common_temp ,rega 
-0x2ecb 007779 arg 7 ,temp 
-0x2ecc 007780 call g24_put_data_in_buff 
-0x2ecd 007781 call g24_transmit_prep 
-0x2ece 007782 call g24_txdata_enable_tx 
-0x2ecf 007783 branch enable_user 
-:      007785 g24_paring_mode:
-0x2ed0 007786 call g24_fetch_mem_pairing_sm 
-0x2ed1 007788 rtneq state_24g_pairing_success 
-0x2ed2 007789 beq state_24g_pairing_1_waiting_ack ,g24_pairing_sm_1_waiting_ack 
-0x2ed3 007790 beq state_24g_pairing_2_waiting_ack ,g24_pairing_sm_2_waiting_ack 
-0x2ed4 007791 beq state_24g_pairing_3_waiting_ack ,g24_pairing_sm_3_waiting_ack 
-0x2ed5 007792 rtn 
-:      007794 g24_pairing_sm_1_waiting_ack:
-0x2ed6 007795 setarg state_24g_pairing_2 
-0x2ed7 007796 call g24_store_mem_pairing_sm 
-0x2ed8 007798 branch g24_transmit_abandon 
-:      007799 g24_pairing_sm_2_waiting_ack:
-0x2ed9 007800 setarg state_24g_pairing_3 
-0x2eda 007801 call g24_store_mem_pairing_sm 
-0x2edb 007803 branch g24_transmit_abandon 
-:      007804 g24_pairing_sm_3_waiting_ack:
-0x2edc 007805 setarg state_24g_pairing_success 
-0x2edd 007806 call g24_store_mem_pairing_sm 
-0x2ede 007808 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
-0x2edf 007809 call ui_ipc_send_event 
-0x2ee0 007810 add regc ,offset_24g_rxpayload_add2 ,rega 
-0x2ee1 007811 ifetch 4 ,rega 
-0x2ee2 007813 call g24_store_mem_addr 
-0x2ee3 007815 branch g24_transmit_abandon 
-:      007817 g24_auto_pair_start:
-0x2ee4 007818 set0 mark_24g ,mark 
-0x2ee5 007819 call g24_auto_pair_set_device_info 
-0x2ee6 007820 call g24_tx_attemp_data_prep 
-:      007821 g24_auto_pair_restart:
-0x2ee7 007822 call g24_set0_mem_check_dongle_times 
-:      007823 g24_auto_pair_start_loop:
-0x2ee8 007824 nop 2000 
-0x2ee9 007825 call g24_fetch_mem_check_dongle_times 
-0x2eea 007826 beq 0xff ,g24_stop_24g_mode 
-0x2eeb 007827 call g24_transmit_receive_ack 
-0x2eec 007828 nbranch g24_auto_pair_retry ,sync 
-0x2eed 007829 nbranch g24_auto_pair_retry ,user3 
-0x2eee 007830 call g24_ackpayload_parse 
-0x2eef 007831 call g24_head_ptr2regc 
-0x2ef0 007832 add regc ,offset_24g_paring_addr ,rega 
-0x2ef1 007833 ifetcht 4 ,rega 
-0x2ef2 007834 call g24_fetch_mem_addr_isub_temp 
-0x2ef3 007835 branch g24_start_pairing_sm1 ,zero 
-0x2ef4 007836 call g24_head_ptr2regc 
-0x2ef5 007837 add regc ,offset_24g_rxpayload_add2 ,rega 
-0x2ef6 007838 ifetch 4 ,rega 
-0x2ef7 007839 beq 0 ,g24_auto_pair_restart 
-0x2ef8 007840 call g24_store_mem_addr 
-0x2ef9 007841 branch g24_tx_attemp_dongle_succ 
-:      007843 g24_auto_pair_retry:
-0x2efa 007844 call g24_fetch_mem_check_dongle_times 
-0x2efb 007845 increase 1 ,pdata 
-0x2efc 007846 call g24_store_mem_check_dongle_times 
-0x2efd 007848 call g24_fetch_mem_auto_paring_switch 
-0x2efe 007849 increase 1 ,pdata 
-0x2eff 007850 and_into 1 ,pdata 
-0x2f00 007851 call g24_store_mem_auto_paring_switch 
-0x2f01 007852 beq 0 ,g24_auto_pair_device_attemp 
-0x2f02 007853 beq 1 ,g24_auto_pair_pair_attemp 
-0x2f03 007854 rtn 
-:      007856 g24_fetch_mem_auto_paring_switch:
-0x2f04 007857 setarg offset_24g_auto_pair_switch 
-0x2f05 007858 branch g24_set_rega_ifetch_1byte 
-:      007859 g24_store_mem_auto_paring_switch:
-0x2f06 007860 arg offset_24g_auto_pair_switch ,rega 
-0x2f07 007861 branch g24_set_contw_with_regb_store_1byte 
-:      007863 g24_auto_pair_set_device_info:
-0x2f08 007864 call g24_store_mem_tx_power 
-0x2f09 007865 call g24_fetch_mem_device_addr 
-0x2f0a 007866 call g24_store_mem_addr 
-0x2f0b 007867 branch g24_ch 
-:      007869 g24_auto_pair_device_attemp:
-0x2f0c 007870 call g24_auto_pair_set_device_info 
-0x2f0d 007871 branch g24_auto_pair_start_loop 
-:      007873 g24_auto_pair_pair_attemp:
-0x2f0e 007874 call g24_pair_init 
-0x2f0f 007875 branch g24_auto_pair_start_loop 
-:      007878 g24_start_24g_mode:
-0x2f10 007879 set0 mark_24g ,mark 
-0x2f11 007880 call g24_ch 
-0x2f12 007881 call g24_fetch_mem_pairing_sm 
-0x2f13 007883 rtnne state_24g_pairing_success 
-0x2f14 007884 call g24_tx_attemp_data_prep 
-0x2f15 007885 call g24_set0_mem_check_dongle_times 
-:      007887 g24_tx_attemp_dongle_loop:
-0x2f16 007888 nop 2000 
-0x2f17 007889 call g24_fetch_mem_check_dongle_times 
-0x2f18 007891 beq 0xff ,g24_stop_24g_mode 
-0x2f19 007892 call g24_transmit_receive_ack 
-0x2f1a 007893 nbranch g24_attemp_txdata_retry ,sync 
-0x2f1b 007894 nbranch g24_attemp_txdata_retry ,user3 
-:      007895 g24_tx_attemp_dongle_succ:
-0x2f1c 007896 set1 mark_24g ,mark 
-0x2f1d 007897 call g24_set0_mem_check_dongle_times 
-0x2f1e 007898 setarg state_24g_pairing_success 
-0x2f1f 007899 call g24_store_mem_pairing_sm 
-0x2f20 007901 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
-0x2f21 007902 branch ui_ipc_send_event 
-:      007904 g24_tx_attemp_data_prep:
-0x2f22 007905 set1 mark_24g_conext ,mark 
-0x2f23 007906 jam 0xff ,mem_24g_common_temp 
-0x2f24 007907 call g24_fetch_mem_data_type 
-0x2f25 007909 call g24_put_data_in_buff_pre 
-0x2f26 007910 branch g24_transmit_prep 
-:      007912 g24_attemp_txdata_retry:
-0x2f27 007913 call g24_fetch_mem_check_dongle_times 
-0x2f28 007915 increase 1 ,pdata 
-0x2f29 007916 call g24_store_mem_check_dongle_times 
-0x2f2a 007918 call g24_ch 
-0x2f2b 007919 branch g24_tx_attemp_dongle_loop 
-:      007921 g24_check_51cmd_start_24g:
-0x2f2c 007922 call g24_store_mem_tx_power 
-0x2f2d 007925 setarg state_24g_pairing_success 
-0x2f2e 007926 call g24_store_mem_pairing_sm 
-0x2f2f 007928 branch g24_start_24g_mode 
-:      007937 dongle_init:
-0x2f30 007938 bpatch patch17_2 ,mem_patch17 
-0x2f31 007939 call g24_head_ptr2regc 
-0x2f32 007940 setarg dongle_rxdata_type1 
-0x2f33 007941 add regc ,offset_24g_cb_rxdata_type1 ,contw 
-0x2f34 007942 istore 2 ,contw 
-0x2f35 007944 call g24_receive_init 
-0x2f36 007945 call usb_init 
-0x2f37 007946 call g24_fetch_mem_pair_mode 
-0x2f38 007948 bpatch patch17_3 ,mem_patch17 
-0x2f39 007949 beq 0x00 ,dongle_auto_bind 
-0x2f3a 007950 beq 0x01 ,dongle_pc_bind 
-0x2f3b 007951 beq 0x0f ,dongle_all_powerful 
-0x2f3c 007952 branch assert 
-:      007954 g24_receive_init:
-0x2f3d 007955 call g24_store_mem_tx_power_temp 
-0x2f3e 007956 arg 0x80 ,loopcnt 
-0x2f3f 007957 arg mem_rssi_noise_buffer ,contw 
-0x2f40 007958 branch memset0 
-:      007960 dongle_all_powerful:
-0x2f41 007961 call dongle_check_mode 
-:      007962 dongle_all_powerful_loop:
-0x2f42 007963 call g24_dongle_work_mode 
-0x2f43 007964 call usb_isr 
-0x2f44 007965 branch dongle_all_powerful_loop 
-:      007967 dongle_pc_bind:
-0x2f45 007968 bpatch patch17_4 ,mem_patch17 
-0x2f46 007969 call dongle_check_mode 
-:      007970 dongle_pc_bind_loop:
-0x2f47 007971 call g24_dongle_work_mode 
-0x2f48 007972 call g24_dongle_bind_mode 
-0x2f49 007973 call usb_isr 
-0x2f4a 007974 call dongle_usb_dispatch 
-0x2f4b 007975 branch dongle_pc_bind_loop 
-:      007977 dongle_check_mode:
-0x2f4c 007981 call g24_set_work_mem_dongle_work_mode 
-0x2f4d 007982 call g24_set0_mem_dongle_mode_init 
-0x2f4e 007983 branch g24_set0_mem_ackpayload_enable 
-:      007985 g24_dongle_work_mode:
-0x2f4f 007986 call g24_fetch_mem_dongle_work_mode 
-0x2f50 007988 rtnne dongle_work 
-:      007989 g24_dongle_work_mode_start:
-0x2f51 007990 call g24_dongle_work_init 
-0x2f52 007991 call g24_ch_process 
-0x2f53 007992 call g24_receive_packet_start 
-0x2f54 007993 branch g24_blank_data_process 
-:      007995 g24_dongle_work_init:
-0x2f55 007996 call g24_fetch_mem_dongle_mode_init 
-0x2f56 007998 rtnbit1 dongle_work 
-0x2f57 007999 set1 dongle_work ,pdata 
-0x2f58 008000 call g24_store_mem_dongle_mode_init 
-0x2f59 008002 call g24_store_mem_tx_power 
-0x2f5a 008005 call g24_set0_mem_ackpayload_enable 
-0x2f5b 008007 jam 0 ,mem_usb_tx_enable 
-0x2f5c 008008 call g24_set1_mem_abort_pac 
-0x2f5d 008010 call g24_dongle_init 
-:      008011 g24_rx_interrupt_clear:
-0x2f5e 008012 add regc ,offset_24g_rxbuf ,contw 
-0x2f5f 008014 arg 66 ,loopcnt 
-0x2f60 008015 branch clear_mem 
-:      008017 g24_dongle_init:
-0x2f61 008018 call g24_set0_mem_pid 
-0x2f62 008020 call g24_fetch_mem_rx_addr 
-0x2f63 008022 call g24_store_mem_addr 
-0x2f64 008024 branch g24_ch 
-:      008026 g24_ch_process:
-0x2f65 008027 bpatch patch17_5 ,mem_patch17 
-0x2f66 008028 call g24_fetch_mem_abort_pac 
-0x2f67 008030 beq 1 ,g24_noise_rssi 
-0x2f68 008031 call g24_fetch_mem_hop_pac 
-0x2f69 008033 beq 1 ,g24_ch 
-0x2f6a 008034 setarg offset_24g_hop_btclk 
-0x2f6b 008035 iadd regc ,rega 
-0x2f6c 008036 ifetcht 4 ,rega 
-0x2f6d 008038 copy clkn_bt ,pdata 
-0x2f6e 008039 isub temp ,null 
-0x2f6f 008040 ncall g24_timer_timeout ,positive 
-0x2f70 008041 copy pdata ,regb 
-0x2f71 008042 setarg offset_24g_hop_btclk 
-0x2f72 008043 iadd regc ,rega 
-0x2f73 008044 ifetch 4 ,rega 
-0x2f74 008045 copy pdata ,temp 
-0x2f75 008047 setarg offset_24g_hop_interval 
-0x2f76 008048 iadd regc ,rega 
-0x2f77 008049 copy temp ,pdata 
-0x2f78 008050 ifetcht 1 ,rega 
-0x2f79 008052 iadd temp ,temp 
-0x2f7a 008053 copy regb ,pdata 
-0x2f7b 008054 isub temp ,null 
-0x2f7c 008055 nrtn positive 
-0x2f7d 008056 set0 28 ,pdata 
-0x2f7e 008057 setarg offset_24g_hop_btclk 
-0x2f7f 008058 iadd regc ,contw 
-0x2f80 008059 istore 4 ,contw 
-:      008061 g24_ch_update:
-0x2f81 008062 call g24_ch 
-0x2f82 008063 call g24_fetch_mem_rf_laststa 
-0x2f83 008065 increase 1 ,pdata 
-0x2f84 008066 call g24_store_mem_rf_laststa 
-0x2f85 008068 rtnne 2 
-0x2f86 008069 call g24_set0_mem_rf_laststa 
-0x2f87 008073 branch g24_set1_mem_abort_pac 
-:      008075 g24_ch_timer_reinit:
-0x2f88 008076 copy clkn_bt ,pdata 
-0x2f89 008077 arg offset_24g_hop_btclk ,rega 
-0x2f8a 008078 call g24_set_contw_with_temp 
-0x2f8b 008079 istore 4 ,contw 
-0x2f8c 008083 branch g24_set0_mem_rf_laststa 
-:      008085 g24_noise_rssi:
-0x2f8d 008086 arg mem_rssi_noise_buffer ,rega 
-0x2f8e 008087 call g24_noise_rssi_average 
-0x2f8f 008088 add regc ,offset_rssi_noise_avg ,contw 
-0x2f90 008089 istoret 1 ,contw 
-0x2f91 008091 sub temp ,rssi_thresh_noise ,null 
-0x2f92 008092 nrtn positive 
-0x2f93 008093 branch g24_ch 
-:      008095 g24_noise_rssi_average:
-0x2f94 008096 arg rssi_buf_len_noise + 1 ,loopcnt 
-0x2f95 008097 branch rssi_average 
-:      008099 g24_blank_data_process:
-0x2f96 008100 call g24_ms_blank_data 
-0x2f97 008101 call g24_kb_blank_data 
-0x2f98 008102 branch g24_kb_mul_blank_data 
-:      008104 g24_ms_blank_data:
-0x2f99 008105 setarg offset_24g_ms_blank_data_enable 
-0x2f9a 008106 call g24_set_rega_ifetch_1byte 
-0x2f9b 008108 rtn blank 
-0x2f9c 008109 arg timer_ms_blank ,queue 
-0x2f9d 008110 call timer_check 
-0x2f9e 008111 nrtn blank 
-0x2f9f 008112 call g24_set0_mem_ms_blank_data_enable 
-:      008114 g24_ms_blank_data_2usb:
-0x2fa0 008115 setarg ms_report_id 
-0x2fa1 008116 store 1 ,mem_usb_mouse_data 
-0x2fa2 008117 setarg 0 
-0x2fa3 008118 istore 7 ,contw 
-0x2fa4 008119 branch g24_data_type1_usbtx_enable 
-:      008121 g24_kb_blank_data:
-0x2fa5 008122 setarg offset_24g_kb_blank_data_enable 
-0x2fa6 008123 call g24_set_rega_ifetch_1byte 
-0x2fa7 008125 rtn blank 
-0x2fa8 008126 arg timer_kb_blank ,queue 
-0x2fa9 008127 call timer_check 
-0x2faa 008128 nrtn blank 
-0x2fab 008129 call g24_set0_mem_kb_blank_data_enable 
-:      008131 g24_kb_blank_data_2usb:
-0x2fac 008132 arg mem_usb_kb_data ,contw 
-0x2fad 008133 arg 2 ,loopcnt 
-0x2fae 008134 call memset0 
-0x2faf 008135 jam kb_normal_report_id ,mem_usb_kb_data 
-0x2fb0 008136 branch g24_kb_data_into_ep1_fifo 
-:      008138 g24_kb_mul_blank_data:
-0x2fb1 008139 setarg offset_24g_kb_mul_blank_data_enable 
-0x2fb2 008140 call g24_set_rega_ifetch_1byte 
-0x2fb3 008142 rtn blank 
-0x2fb4 008143 arg timer_kb_mul_blank ,queue 
-0x2fb5 008144 call timer_check 
-0x2fb6 008145 nrtn blank 
-0x2fb7 008146 call g24_set0_mem_kb_mul_blank_data_enable 
-:      008148 g24_kb_mul_blank_data_2usb:
-0x2fb8 008149 arg mem_usb_kb_multikey ,contw 
-0x2fb9 008150 arg 2 ,loopcnt 
-0x2fba 008151 call memset0 
-0x2fbb 008152 jam kb_multikey_report_id ,mem_usb_kb_multikey 
-0x2fbc 008153 branch g24_kb_mul_data_into_ep2_fifo 
-:      008155 g24_dongle_bind_mode:
-0x2fbd 008156 call g24_fetch_mem_dongle_work_mode 
-0x2fbe 008158 rtnne dongle_bind 
-0x2fbf 008159 call g24_dongle_bind_init 
-0x2fc0 008160 branch g24_dongle_bind_data_process 
-:      008162 g24_dongle_bind_init:
-0x2fc1 008163 call g24_fetch_mem_dongle_mode_init 
-0x2fc2 008165 rtnbit1 dongle_bind 
-0x2fc3 008166 set1 dongle_bind ,pdata 
-0x2fc4 008167 call g24_store_mem_dongle_mode_init 
-0x2fc5 008169 call g24_set1_mem_ackpayload_enable 
-0x2fc6 008171 call g24_pair_init 
-0x2fc7 008172 setarg 0 
-0x2fc8 008173 arg offset_dongle_ms_bind_step ,rega 
-0x2fc9 008174 call g24_set_contw_with_temp 
-0x2fca 008176 branch g24_contw_istore_3byte 
-:      008178 g24_dongle_bind_data_process:
-0x2fcb 008179 call g24_receive_transmit_ack 
-0x2fcc 008180 nbranch g24_rx_interrupt_clear ,user3 
-0x2fcd 008181 add regc ,offset_24g_rxbuf ,contr 
-0x2fce 008182 setarg offset_24g_rxdata_temp 
-0x2fcf 008183 iadd regc ,contw 
-0x2fd0 008184 arg 8 ,loopcnt 
-0x2fd1 008185 call memcpy 
-0x2fd2 008186 setarg offset_24g_rxdata_temp_add2 
-0x2fd3 008187 call g24_set_rega_ifetch_1byte 
-0x2fd4 008188 beq datatype_bind ,g24_dongle_bind_first_step 
-0x2fd5 008189 beq datatype_config ,g24_dongle_bind_second_step 
-0x2fd6 008190 beq datatype_ok ,g24_dongle_bind_third_step 
-0x2fd7 008191 beq 0xff ,g24_data_attemp 
-0x2fd8 008192 branch g24_rx_interrupt_clear 
-:      008194 g24_dongle_bind_first_step:
-0x2fd9 008195 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x2fda 008196 beq bind_mouse ,g24_dongle_bind_first_step_mouse 
-0x2fdb 008197 beq bind_keyboard ,g24_dongle_bind_first_step_keyboard 
-0x2fdc 008198 rtn 
-:      008199 g24_dongle_bind_first_step_mouse:
-0x2fdd 008200 setarg 1 
-0x2fde 008201 call g24_store_mem_ms_bind_step 
-:      008203 g24_dongle_bind_ms_payload_cfg:
-0x2fdf 008204 setarg datatype_mouse 
-0x2fe0 008205 call g24_store_mem_bind_payload 
-:      008207 g24_dongle_bind_payload_cfg:
-0x2fe1 008208 setarg 0x80 
-0x2fe2 008209 arg offset_24g_bind_payload_add1 ,rega 
-0x2fe3 008210 call g24_set_contw_with_regb_store_1byte 
-0x2fe4 008212 call g24_fetch_mem_rx_addr 
-0x2fe5 008214 arg offset_24g_bind_payload_add2 ,rega 
-0x2fe6 008215 call g24_set_contw_with_temp 
-0x2fe7 008217 branch g24_contw_istore_4byte 
-:      008219 g24_dongle_bind_first_step_keyboard:
-0x2fe8 008220 setarg 1 
-0x2fe9 008221 call g24_store_mem_kb_bind_step 
-:      008223 g24_dongle_bind_kb_payload_cfg:
-0x2fea 008224 setarg datatype_keyboard 
-0x2feb 008225 call g24_store_mem_bind_payload 
-0x2fec 008227 branch g24_dongle_bind_payload_cfg 
-:      008229 g24_dongle_bind_second_step:
-0x2fed 008230 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x2fee 008231 beq bind_mouse ,g24_dongle_bind_second_step_mouse 
-0x2fef 008232 beq bind_keyboard ,g24_dongle_bind_second_step_keyboard 
-0x2ff0 008233 rtn 
-:      008234 g24_dongle_bind_second_step_mouse:
-0x2ff1 008235 call g24_dongle_bind_ms_payload_cfg 
-0x2ff2 008236 setarg offset_dongle_ms_bind_step 
-0x2ff3 008237 call g24_set_rega_ifetch_1byte 
-0x2ff4 008239 beq 1 ,g24_dongle_ms_bind_step_set2 
-0x2ff5 008240 rtn 
-:      008241 g24_dongle_ms_bind_step_set2:
-0x2ff6 008242 setarg 2 
-:      008244 g24_store_mem_ms_bind_step:
-0x2ff7 008245 arg offset_dongle_ms_bind_step ,rega 
-0x2ff8 008246 branch g24_set_contw_with_regb_store_1byte 
-:      008248 g24_dongle_bind_second_step_keyboard:
-0x2ff9 008249 call g24_dongle_bind_kb_payload_cfg 
-0x2ffa 008250 setarg offset_dongle_kb_bind_step 
-0x2ffb 008251 call g24_set_rega_ifetch_1byte 
-0x2ffc 008253 beq 1 ,g24_dongle_kb_bind_step_set2 
-0x2ffd 008254 rtn 
-:      008255 g24_dongle_kb_bind_step_set2:
-0x2ffe 008256 setarg 2 
-:      008258 g24_store_mem_kb_bind_step:
-0x2fff 008259 arg offset_dongle_kb_bind_step ,rega 
-0x3000 008260 branch g24_set_contw_with_regb_store_1byte 
-:      008262 g24_dongle_bind_third_step:
-0x3001 008263 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x3002 008264 beq bind_mouse ,g24_dongle_bind_third_step_mouse 
-0x3003 008265 beq bind_keyboard ,g24_dongle_bind_third_step_keyboard 
-0x3004 008266 rtn 
-:      008267 g24_dongle_bind_third_step_mouse:
-0x3005 008268 setarg offset_dongle_ms_bind_step 
-0x3006 008269 call g24_set_rega_ifetch_1byte 
-0x3007 008271 beq 2 ,g24_dongle_ms_bind_step_success 
-0x3008 008272 rtn 
-:      008273 g24_dongle_ms_bind_step_success:
-0x3009 008274 call g24_fetch_mem_bind_device_status 
-0x300a 008276 or_into 0x01 ,pdata 
-0x300b 008277 call g24_store_mem_bind_device_status 
-:      008279 g24_dongle_bind_exit:
-0x300c 008280 setarg 0 
-0x300d 008281 setarg offset_dongle_ms_bind_step 
-0x300e 008282 iadd regc ,contw 
-0x300f 008283 istore 2 ,contw 
-0x3010 008284 branch g24_rx_interrupt_clear 
-:      008286 g24_dongle_bind_third_step_keyboard:
-0x3011 008287 setarg offset_dongle_kb_bind_step 
-0x3012 008288 call g24_set_rega_ifetch_1byte 
-0x3013 008290 bne 0 ,g24_dongle_kb_bind_step_success 
-0x3014 008291 rtn 
-:      008292 g24_dongle_kb_bind_step_success:
-0x3015 008293 call g24_fetch_mem_bind_device_status 
-0x3016 008295 or_into 0x02 ,pdata 
-0x3017 008296 call g24_store_mem_bind_device_status 
-0x3018 008298 branch g24_dongle_bind_exit 
-:      008301 dongle_usb_dispatch:
-0x3019 008302 fetch 1 ,mem_usb0_get_set_report 
-0x301a 008303 rtn blank 
-0x301b 008304 jam 0 ,mem_usb0_get_set_report 
-0x301c 008305 fetch 2 ,mem_usb_setup_bvalue_temp 
-0x301d 008306 arg pc_set_report ,temp 
-0x301e 008307 isub temp ,null 
-0x301f 008308 nrtn zero 
-0x3020 008310 fetch 1 ,mem_usb0_set_report_data 
-0x3021 008311 rtnne pc_report_id 
-0x3022 008312 fetch 1 ,mem_usb0_set_report_data + 1 
-0x3023 008313 bpatch patch17_6 ,mem_patch17 
-0x3024 008314 beq command_mode ,dongle_dispose_cmd_mode 
-0x3025 008315 beq command_bind ,dongle_dispose_cmd_bind 
-0x3026 008316 beq command_current_project ,dongle_dispose_cmd_current_project 
-0x3027 008317 beq command_current_mode ,dongle_dispose_cmd_current_mode 
-0x3028 008318 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
-0x3029 008319 beq command_user_defined ,dongle_dispose_cmd_user_defined 
-:      008320 usb0_data_ready_report_set0:
-0x302a 008321 jam 0 ,mem_usb0_data_ready_report 
-0x302b 008322 rtn 
-:      008323 dongle_dispose_cmd_bind:
-0x302c 008324 fetch 1 ,mem_usb0_set_report_data + 2 
-0x302d 008325 beq com_bind_get ,dongle_dispose_cmd_get_bind 
-0x302e 008326 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
-0x302f 008327 beq com_read_mode ,dongle_dispose_cmd_read_mode 
-0x3030 008328 branch usb0_data_ready_report_set0 
-:      008329 dongle_dispose_cmd_get_bind:
-0x3031 008330 call g24_fetch_mem_bind_device_status 
-0x3032 008332 store 1 ,mem_usb0_get_report_data + 1 
-0x3033 008333 branch usb0_data_ready_report_set1 
-:      008334 dongle_dispose_cmd_exit_bind:
-0x3034 008335 call g24_set_work_mem_dongle_work_mode 
-0x3035 008337 call g24_set0_mem_dongle_mode_init 
-0x3036 008339 call g24_fetch_mem_bind_device_status 
-0x3037 008341 store 1 ,mem_usb0_get_report_data + 1 
-0x3038 008342 branch usb0_data_ready_report_set1 
-:      008344 dongle_dispose_cmd_read_mode:
-:      008345 dongle_dispose_in_bind_mode:
-0x3039 008346 jam command_bind ,mem_usb0_get_report_data + 1 
-0x303a 008347 branch usb0_data_ready_report_set1 
-:      008349 dongle_dispose_cmd_mode:
-0x303b 008350 fetch 1 ,mem_usb0_set_report_data + 2 
-0x303c 008351 beq com_mode_bind ,dongle_enter_bind_mode 
-0x303d 008353 branch usb0_data_ready_report_set0 
-:      008354 dongle_enter_bind_mode:
-0x303e 008357 call g24_bind_mode_enable 
-:      008358 usb0_data_ready_report_set1:
-0x303f 008359 jam 1 ,mem_usb0_data_ready_report 
-0x3040 008360 rtn 
-:      008365 dongle_dispose_cmd_current_project:
-0x3041 008366 jam product_id ,mem_usb0_get_report_data + 1 
-0x3042 008367 branch usb0_data_ready_report_set1 
-:      008369 dongle_dispose_cmd_current_mode:
-0x3043 008370 call g24_fetch_mem_dongle_work_mode 
-0x3044 008372 beq dongle_work ,dongle_dispose_in_work_mode 
-0x3045 008373 beq dongle_bind ,dongle_dispose_in_bind_mode 
-0x3046 008375 rtn 
-:      008376 dongle_dispose_in_work_mode:
-0x3047 008377 jam command_mode ,mem_usb0_get_report_data + 1 
-0x3048 008378 branch usb0_data_ready_report_set1 
-:      008383 dongle_dispose_cmd_current_fw_version:
-0x3049 008384 jam fw_version0 ,mem_usb0_get_report_data + 1 
-0x304a 008385 jam fw_version1 ,mem_usb0_get_report_data + 2 
-0x304b 008386 jam fw_version2 ,mem_usb0_get_report_data + 3 
-0x304c 008387 branch usb0_data_ready_report_set1 
-:      008389 dongle_dispose_cmd_user_defined:
-0x304d 008391 call g24_set1_mem_ackpayload_enable 
-0x304e 008392 fetch 1 ,mem_usb0_set_report_data + 2 
-0x304f 008393 increase 2 ,pdata 
-0x3050 008394 copy pdata ,loopcnt 
-0x3051 008395 arg mem_usb0_set_report_data ,contr 
-0x3052 008396 setarg offset_24g_ackpayload 
-0x3053 008397 iadd regc ,contw 
-0x3054 008398 branch memcpy 
-:      008401 dongle_auto_bind:
-0x3055 008402 bpatch patch17_7 ,mem_patch17 
-0x3056 008403 call g24_mode_switch_init 
-:      008404 dongle_auto_bind_loop:
-0x3057 008405 call g24_receive_process 
-0x3058 008406 call usb_isr 
-0x3059 008407 branch dongle_auto_bind_loop 
-:      008409 g24_dongle_work_mode_auto:
-0x305a 008410 call g24_fetch_mem_dongle_work_mode 
-0x305b 008412 rtnne dongle_work 
-0x305c 008413 call g24_dongle_work_mode_start 
-0x305d 008414 branch g24_rx_nodata_process 
-:      008416 g24_dongle_bind_mode_auto:
-0x305e 008417 call g24_fetch_mem_dongle_work_mode 
-0x305f 008419 rtnne dongle_bind 
-0x3060 008420 call g24_dongle_bind_init 
-0x3061 008421 call g24_dongle_bind_data_process 
-0x3062 008422 call g24_fetch_mem_bind_device_status 
-0x3063 008424 rtn blank 
-0x3064 008425 call g24_set0_mem_mode_switch 
-0x3065 008427 call dongle_check_mode 
-0x3066 008428 call g24_enable_nodata_timer 
-:      008429 g24_timer_init:
-0x3067 008430 setarg 0 
-0x3068 008431 add regc ,offset_24g_tx_btclk ,contw 
-0x3069 008433 branch g24_contw_istore_4byte 
-:      008435 g24_timer_check:
-0x306a 008436 call disable_user 
-0x306b 008437 add regc ,offset_24g_tx_btclk ,rega 
-0x306c 008438 ifetcht 4 ,rega 
-0x306d 008440 copy clkn_bt ,pdata 
-0x306e 008441 isub temp ,null 
-0x306f 008442 ncall g24_timer_timeout ,positive 
-0x3070 008443 copy pdata ,regb 
-0x3071 008444 add regc ,offset_24g_tx_btclk ,rega 
-0x3072 008445 ifetch 4 ,rega 
-0x3073 008447 add regc ,offset_24g_interval ,rega 
-0x3074 008448 ifetcht 1 ,rega 
-0x3075 008450 iadd temp ,temp 
-0x3076 008451 copy regb ,pdata 
-0x3077 008452 isub temp ,null 
-0x3078 008453 nrtn positive 
-0x3079 008454 set0 28 ,pdata 
-0x307a 008455 add regc ,offset_24g_tx_btclk ,contw 
-0x307b 008456 istore 4 ,contw 
-0x307c 008458 branch enable_user 
-:      008460 g24_mode_switch_init:
-0x307d 008461 setarg 1 
-0x307e 008462 call g24_store_mem_mode_switch 
-0x307f 008464 call g24_set0_mem_time_slice 
-0x3080 008466 setarg 0xff 
-0x3081 008467 add regc ,offset_24g_interval ,contw 
-0x3082 008468 istore 1 ,contw 
-0x3083 008470 branch g24_timer_init 
-:      008472 g24_mode_switch:
-0x3084 008473 setarg offset_24g_mode_switch 
-0x3085 008474 call g24_set_rega_ifetch_1byte 
-0x3086 008476 rtn blank 
-0x3087 008477 call g24_timer_check 
-0x3088 008478 nrtn user 
-0x3089 008479 call g24_fetch_mem_time_slice 
-0x308a 008481 increase 1 ,pdata 
-0x308b 008482 and_into 1 ,pdata 
-0x308c 008483 call g24_store_mem_time_slice 
-0x308d 008485 beq 0 ,dongle_check_mode 
-0x308e 008486 beq 1 ,g24_bind_mode_enable 
-0x308f 008487 rtn 
-:      008489 g24_bind_mode_enable:
-0x3090 008493 setarg dongle_bind 
-0x3091 008494 call g24_store_mem_dongle_work_mode 
-0x3092 008495 branch g24_set0_mem_dongle_mode_init 
-:      008497 g24_enable_nodata_timer:
-0x3093 008498 setarg 1 
-0x3094 008499 call g24_store_mem_nodata_timer_enable 
-:      008501 g24_enable_nodata_timer_init:
-0x3095 008502 setarg timer_nodata_delay 
-0x3096 008503 arg timer_nodata ,queue 
-0x3097 008504 branch timer_init 
-:      008506 g24_rx_nodata_process:
-0x3098 008507 call g24_fetch_mem_nodata_timer_enable 
-0x3099 008509 rtn blank 
-0x309a 008510 arg timer_nodata ,queue 
-0x309b 008511 call timer_check 
-0x309c 008512 nrtn blank 
-0x309d 008513 call g24_set0_mem_nodata_timer_enable 
-0x309e 008516 setarg dongle_search 
-0x309f 008517 call g24_store_mem_dongle_work_mode 
-0x30a0 008519 call g24_set0_mem_dongle_mode_init 
-0x30a1 008521 branch g24_rx_interrupt_clear 
-:      008523 g24_dongle_search_mode_auto:
-0x30a2 008524 bpatch patch18_0 ,mem_patch18 
-0x30a3 008525 call g24_fetch_mem_dongle_work_mode 
-0x30a4 008527 rtnne dongle_search 
-0x30a5 008528 call g24_dongle_search_mode_init 
-0x30a6 008529 call g24_rx_auto_addr_ch_search 
-0x30a7 008530 call g24_receive_transmit_ack 
-0x30a8 008531 nbranch g24_rx_interrupt_clear ,user3 
-0x30a9 008533 call g24_dongle_search_addr_check 
-0x30aa 008534 call g24_receive_packet_parse ,zero 
-0x30ab 008538 call dongle_check_mode 
-0x30ac 008539 call g24_fetch_mem_dongle_mode_init 
-0x30ad 008541 set1 dongle_work ,pdata 
-0x30ae 008542 call g24_store_mem_dongle_mode_init 
-0x30af 008544 call g24_rx_interrupt_clear 
-0x30b0 008545 call g24_enable_nodata_timer 
-0x30b1 008546 call g24_dongle_search_addr_check 
-0x30b2 008547 branch g24_dg_ch_num_reinit ,zero 
-0x30b3 008548 setarg offset_24g_kb_addr 
-0x30b4 008549 call g24_set_rega_ifetcht_4byte 
-0x30b5 008551 call g24_fetch_mem_addr_isub_temp 
-0x30b6 008552 branch g24_kb_ch_num_reinit ,zero 
-0x30b7 008553 setarg offset_24g_mouse_addr 
-0x30b8 008554 call g24_set_rega_ifetcht_4byte 
-0x30b9 008556 call g24_fetch_mem_addr_isub_temp 
-0x30ba 008557 branch g24_ms_ch_num_reinit ,zero 
-0x30bb 008558 rtn 
-:      008560 g24_dongle_search_addr_check:
-0x30bc 008561 setarg offset_24g_rx_addr 
-0x30bd 008562 call g24_set_rega_ifetcht_4byte 
-:      008564 g24_fetch_mem_addr_isub_temp:
-0x30be 008565 call g24_fetch_mem_addr 
-0x30bf 008567 isub temp ,null 
-0x30c0 008568 rtn 
-:      008570 g24_dg_ch_num_reinit:
-0x30c1 008571 setarg offset_24g_dg_ch_number 
-0x30c2 008572 call g24_set_rega_ifetch_1byte 
-:      008574 g24_current_ch_num_reinit:
-0x30c3 008576 add regc ,offset_24g_current_ch_number ,contw 
-0x30c4 008577 branch g24_contw_istore_1byte 
-:      008579 g24_kb_ch_num_reinit:
-0x30c5 008580 setarg offset_24g_kb_ch_number 
-0x30c6 008581 call g24_set_rega_ifetch_1byte 
-0x30c7 008583 branch g24_current_ch_num_reinit 
-:      008584 g24_ms_ch_num_reinit:
-0x30c8 008585 setarg offset_24g_ms_ch_number 
-0x30c9 008586 call g24_set_rega_ifetch_1byte 
-0x30ca 008588 branch g24_current_ch_num_reinit 
-:      008590 g24_dongle_search_mode_init:
-0x30cb 008591 call g24_fetch_mem_dongle_mode_init 
-0x30cc 008593 rtnbit1 dongle_search 
-0x30cd 008594 set1 dongle_search ,pdata 
-0x30ce 008595 call g24_store_mem_dongle_mode_init 
-0x30cf 008597 call g24_set0_mem_time_slice 
-0x30d0 008599 call g24_set1_mem_ackpayload_enable 
-0x30d1 008601 setarg 0 
-0x30d2 008602 add regc ,offset_rssi_noise_dg_index ,contw 
-0x30d3 008603 istore 3 ,contw 
-0x30d4 008605 arg offset_24g_dg_config_ch_once ,rega 
-0x30d5 008606 call g24_set_contw_with_temp 
-0x30d6 008607 istore 7 ,contw 
-0x30d7 008610 call g24_dongle_search_addr_check 
-0x30d8 008611 nrtn zero 
-0x30d9 008612 add regc ,offset_24g_current_ch_number ,rega 
-0x30da 008613 ifetch 1 ,rega 
-0x30db 008615 arg offset_24g_dg_ch_number ,rega 
-0x30dc 008616 call g24_set_contw_with_regb_store_1byte 
-0x30dd 008618 add regc ,offset_24g_ch ,rega 
-0x30de 008619 ifetch 1 ,rega 
-0x30df 008622 branch g24_store_mem_dg_last_ch 
-:      008624 g24_rx_auto_addr_ch_search:
-0x30e0 008625 bpatch patch18_1 ,mem_patch18 
-0x30e1 008626 call g24_fetch_mem_time_slice 
-0x30e2 008628 increase 1 ,pdata 
-0x30e3 008629 and_into 3 ,pdata 
-0x30e4 008630 call g24_store_mem_time_slice 
-0x30e5 008633 beq 0 ,g24_rx_auto_bind_config_kb 
-0x30e6 008634 beq 1 ,g24_rx_auto_bind_config_dongle 
-0x30e7 008635 beq 2 ,g24_rx_auto_bind_config_mouse 
-0x30e8 008636 beq 3 ,g24_rx_auto_bind_config_dongle 
-0x30e9 008637 rtn 
-:      008639 g24_rx_auto_bind_config_mouse:
-0x30ea 008640 call g24_dongle_bind_ms_payload_cfg 
-0x30eb 008641 setarg offset_24g_mouse_addr 
-0x30ec 008642 call g24_set_rega_ifetch_4byte 
-0x30ed 008644 branch g24_rx_auto_addr_ch_search ,blank 
-0x30ee 008645 call g24_store_mem_addr 
-0x30ef 008647 setarg offset_24g_ms_config_ch_once 
-0x30f0 008648 call g24_set_rega_ifetch_1byte 
-0x30f1 008650 call g24_ms_config_ch_once ,blank 
-0x30f2 008651 setarg offset_24g_ms_last_ch 
-0x30f3 008652 call g24_set_rega_ifetch_1byte 
-0x30f4 008654 call g24_store_mem_ch 
-0x30f5 008656 add regc ,offset_rssi_noise_ms_index ,rega 
-0x30f6 008657 ifetcht 1 ,rega 
-0x30f7 008659 arg mem_rssi_noise_ms_buffer ,rega 
-0x30f8 008660 call rssi_noise_store 
-0x30f9 008661 add regc ,offset_rssi_noise_ms_index ,contw 
-0x30fa 008662 istoret 1 ,contw 
-0x30fb 008664 call g24_noise_rssi_average 
-0x30fc 008665 add regc ,offset_rssi_noise_ms_avg ,contw 
-0x30fd 008666 istoret 1 ,contw 
-0x30fe 008668 sub temp ,rssi_thresh_noise ,null 
-0x30ff 008669 nrtn positive 
-0x3100 008670 setarg offset_24g_ms_ch_number 
-0x3101 008671 call g24_set_rega_ifetcht_1byte 
-0x3102 008673 call g24_ch_temp_incre_size4 
-0x3103 008674 arg offset_24g_ms_ch_number ,rega 
-0x3104 008675 call g24_set_contw_with_regb2 
-0x3105 008676 istoret 1 ,contw 
-:      008678 g24_store_mem_ms_last_ch:
-0x3106 008680 arg offset_24g_ms_last_ch ,rega 
-0x3107 008681 branch g24_set_contw_with_regb_store_1byte 
-:      008683 g24_ms_config_ch_once:
-0x3108 008684 setarg 1 
-0x3109 008685 arg offset_24g_ms_config_ch_once ,rega 
-0x310a 008686 call g24_set_contw_with_regb_store_1byte 
-0x310b 008688 arg 0 ,temp 
-0x310c 008689 call g24_ch_calc 
-0x310d 008692 branch g24_store_mem_ms_last_ch 
-:      008694 g24_rx_auto_bind_config_kb:
-0x310e 008695 call g24_dongle_bind_kb_payload_cfg 
-0x310f 008696 setarg offset_24g_kb_addr 
-0x3110 008697 call g24_set_rega_ifetch_4byte 
-0x3111 008699 branch g24_rx_auto_addr_ch_search ,blank 
-0x3112 008700 call g24_store_mem_addr 
-0x3113 008702 setarg offset_24g_kb_config_ch_once 
-0x3114 008703 call g24_set_rega_ifetch_1byte 
-0x3115 008705 call g24_kb_config_ch_once ,blank 
-0x3116 008706 setarg offset_24g_kb_last_ch 
-0x3117 008707 call g24_set_rega_ifetch_1byte 
-0x3118 008709 call g24_store_mem_ch 
-0x3119 008711 add regc ,offset_rssi_noise_kb_index ,rega 
-0x311a 008712 ifetcht 1 ,rega 
-0x311b 008714 arg mem_rssi_noise_kb_buffer ,rega 
-0x311c 008715 call rssi_noise_store 
-0x311d 008716 add regc ,offset_rssi_noise_kb_index ,contw 
-0x311e 008717 istoret 1 ,contw 
-0x311f 008719 call g24_noise_rssi_average 
-0x3120 008720 add regc ,offset_rssi_noise_kb_avg ,contw 
-0x3121 008721 istoret 1 ,contw 
-0x3122 008723 sub temp ,rssi_thresh_noise ,null 
-0x3123 008724 nrtn positive 
-0x3124 008725 setarg offset_24g_kb_ch_number 
-0x3125 008726 call g24_set_rega_ifetcht_1byte 
-0x3126 008728 call g24_ch_temp_incre_size4 
-0x3127 008729 arg offset_24g_kb_ch_number ,rega 
-0x3128 008730 call g24_set_contw_with_regb2 
-0x3129 008731 istoret 1 ,contw 
-:      008733 g24_store_mem_kb_last_ch:
-0x312a 008735 arg offset_24g_kb_last_ch ,rega 
-0x312b 008736 branch g24_set_contw_with_regb_store_1byte 
-:      008738 g24_kb_config_ch_once:
-0x312c 008739 setarg 1 
-0x312d 008740 arg offset_24g_kb_config_ch_once ,rega 
-0x312e 008741 call g24_set_contw_with_regb_store_1byte 
-0x312f 008743 arg 0 ,temp 
-0x3130 008744 call g24_ch_calc 
-0x3131 008747 branch g24_store_mem_kb_last_ch 
-:      008749 g24_rx_auto_bind_config_dongle:
-0x3132 008750 call g24_dongle_bind_ms_payload_cfg 
-0x3133 008751 call g24_fetch_mem_rx_addr 
-0x3134 008753 call g24_store_mem_addr 
-0x3135 008755 setarg offset_24g_dg_config_ch_once 
-0x3136 008756 call g24_set_rega_ifetch_1byte 
-0x3137 008758 call g24_dg_config_ch_once ,blank 
-0x3138 008759 call g24_dg_store_config_ch 
-0x3139 008760 add regc ,offset_rssi_noise_dg_index ,rega 
-0x313a 008761 ifetcht 1 ,rega 
-0x313b 008763 arg mem_rssi_noise_dg_buffer ,rega 
-0x313c 008764 call rssi_noise_store 
-0x313d 008765 add regc ,offset_rssi_noise_dg_index ,contw 
-0x313e 008766 istoret 1 ,contw 
-0x313f 008768 call g24_noise_rssi_average 
-0x3140 008769 add regc ,offset_rssi_noise_dg_avg ,contw 
-0x3141 008770 istoret 1 ,contw 
-0x3142 008772 sub temp ,rssi_thresh_noise ,null 
-0x3143 008773 nrtn positive 
-0x3144 008774 setarg offset_24g_dg_ch_number 
-0x3145 008775 call g24_set_rega_ifetcht_1byte 
-0x3146 008777 call g24_ch_temp_incre_size4 
-0x3147 008778 arg offset_24g_dg_ch_number ,rega 
-0x3148 008779 call g24_set_contw_with_regb2 
-0x3149 008780 istoret 1 ,contw 
-:      008782 g24_store_mem_dg_last_ch:
-0x314a 008785 arg offset_24g_dg_last_ch ,rega 
-0x314b 008786 branch g24_set_contw_with_regb_store_1byte 
-:      008789 g24_dg_config_ch_once:
-0x314c 008794 setarg 1 
-0x314d 008795 arg offset_24g_dg_config_ch_once ,rega 
-0x314e 008796 call g24_set_contw_with_regb_store_1byte 
-:      008797 g24_dg_store_config_ch:
-0x314f 008798 setarg offset_24g_dg_last_ch 
-0x3150 008799 call g24_set_rega_ifetch_1byte 
-0x3151 008800 branch g24_store_mem_ch 
-:      008803 g24_transmit_ack:
-0x3152 008805 add regc ,offset_24g_rxbuf ,rega 
-0x3153 008806 ifetch 1 ,rega 
-0x3154 008808 call g24_store_mem_data_type 
-0x3155 008811 call g24_read_len_pid_crc 
-0x3156 008813 call g24_fetch_mem_rxbuf_add1 
-0x3157 008815 isolate1 bit_ack_24g ,pdata 
-0x3158 008816 branch g24tx_no_ack ,true 
-:      008817 g24tx_with_ack:
-0x3159 008818 call g24_ackpayload_prep 
-0x315a 008819 call g24_transmit_prep 
-0x315b 008820 call g24_transmit 
-:      008821 g24tx_no_ack:
-0x315c 008822 branch g24_end_of_packet 
-:      008824 g24_ackpayload_prep:
-0x315d 008825 bpatch patch18_2 ,mem_patch18 
-0x315e 008826 add regc ,offset_24g_datalen ,contw 
-0x315f 008827 call g24_mem_set0 
-0x3160 008829 setarg offset_24g_ackpayload_enable 
-0x3161 008830 call g24_set_rega_ifetch_1byte 
-0x3162 008832 rtn blank 
-0x3163 008833 setarg 0x06 
-0x3164 008834 add regc ,offset_24g_datalen ,contw 
-0x3165 008835 istore 1 ,contw 
-0x3166 008837 arg 0x06 ,loopcnt 
-0x3167 008838 setarg offset_24g_bind_payload 
-0x3168 008839 iadd regc ,contr 
-0x3169 008841 add regc ,offset_24g_txbuf ,contw 
-0x316a 008843 branch memcpy 
-:      008846 g24_receive_packet_start:
-0x316b 008847 call g24_receive_transmit_ack 
-0x316c 008848 nbranch g24_rx_interrupt_clear ,user3 
-0x316d 008849 branch g24_receive_packet_parse 
-:      008851 g24_receive_transmit_ack:
-0x316e 008852 call g24_rx_interrupt_clear 
-0x316f 008853 call g24_receive_packet 
-0x3170 008854 nrtn user3 
-0x3171 008855 branch g24_transmit_ack 
-:      008857 g24_receive_packet_parse:
-0x3172 008858 bpatch patch18_3 ,mem_patch18 
-0x3173 008859 call g24_receive_packet_parse_pid_crc 
-0x3174 008860 nbranch g24_rx_interrupt_clear ,user 
-0x3175 008861 add regc ,offset_24g_rxdata_length ,rega 
-0x3176 008862 ifetch 1 ,rega 
-0x3177 008864 branch g24_rx_interrupt_clear ,blank 
-0x3178 008865 increase 2 ,pdata 
-0x3179 008866 iforce loopcnt 
-0x317a 008867 add regc ,offset_24g_rxbuf ,contr 
-0x317b 008869 setarg offset_24g_rxdata_temp 
-0x317c 008870 iadd regc ,contw 
-0x317d 008872 call memcpy 
-0x317e 008873 call g24_set0_mem_mode_switch 
-0x317f 008875 call g24_fetch_mem_pair_mode 
-0x3180 008877 call g24_enable_nodata_timer ,blank 
-0x3181 008878 setarg offset_24g_rxdata_temp_add2 
-0x3182 008879 call g24_set_rega_ifetch_1byte 
-0x3183 008881 beq 0x01 ,g24_data_type1 
-0x3184 008882 beq 0x02 ,g24_data_type2 
-0x3185 008883 beq 0x03 ,g24_data_type3 
-0x3186 008884 beq 0xff ,g24_data_attemp 
-0x3187 008885 branch g24_rx_interrupt_clear 
-:      008887 g24_receive_packet_parse_pid_crc:
-0x3188 008888 call g24_head_ptr2regc 
-0x3189 008889 call disable_user 
-0x318a 008890 add regc ,offset_24g_sta_pid ,rega 
-0x318b 008891 ifetch 1 ,rega 
-0x318c 008893 add regc ,offset_24g_last_pid ,rega 
-0x318d 008894 ifetcht 1 ,rega 
-0x318e 008896 isub temp ,null 
-0x318f 008897 ncall enable_user ,zero 
-0x3190 008898 add regc ,offset_24g_sta_pid ,rega 
-0x3191 008899 ifetch 1 ,rega 
-0x3192 008901 add regc ,offset_24g_last_pid ,contw 
-0x3193 008902 istore 1 ,contw 
-0x3194 008904 add regc ,offset_24g_sta_crc ,rega 
-0x3195 008905 ifetch 3 ,rega 
-0x3196 008907 add regc ,offset_24g_last_crc ,rega 
-0x3197 008908 ifetcht 3 ,rega 
-0x3198 008910 isub temp ,null 
-0x3199 008911 ncall enable_user ,zero 
-0x319a 008912 add regc ,offset_24g_sta_crc ,rega 
-0x319b 008913 ifetch 3 ,rega 
-0x319c 008915 add regc ,offset_24g_last_crc ,contw 
-0x319d 008917 branch g24_contw_istore_3byte 
-:      008919 g24_data_type1:
-0x319e 008920 call g24_ch_timer_reinit 
-0x319f 008921 call g24_fetch_mem_abort_pac 
-0x31a0 008922 store 1 ,mem_temp 
-0x31a1 008924 call g24_fetcht_mem_rxdata_temp 
-0x31a2 008925 fetch 1 ,mem_temp 
-0x31a3 008927 isolate1 bit_abort ,temp 
-0x31a4 008928 setflag true ,0 ,pdata 
-0x31a5 008929 add regc ,offset_24g_abort_pac ,contw 
-0x31a6 008930 istore 1 ,contw 
-0x31a7 008932 beq 1 ,g24_data_attemp_mouse 
-0x31a8 008933 call g24_fetch_mem_hop_pac 
-0x31a9 008935 call g24_fetcht_mem_rxdata_temp 
-0x31aa 008937 isolate1 bit_hop ,temp 
-0x31ab 008938 setflag true ,0 ,pdata 
-0x31ac 008939 call g24_store_mem_hop_pac 
-0x31ad 008941 add regc ,offset_24g_cb_rxdata_type1 ,rega 
-0x31ae 008942 ifetch 2 ,rega 
-0x31af 008944 branch callback_func 
-:      008946 dongle_rxdata_type1:
-0x31b0 008947 setarg ms_report_id 
-0x31b1 008948 store 1 ,mem_usb_mouse_data 
-0x31b2 008949 call g24_fetch_mem_rxdata_temp_add3_7byte 
-0x31b3 008951 istore 7 ,contw 
-0x31b4 008952 call g24_fetch_mem_rxdata_temp_add3_7byte 
-0x31b5 008954 ncall g24_ms_enable_blank_data_forcibly ,blank 
-0x31b6 008955 call g24_fetch_mem_rxdata_temp_add3_7byte 
-0x31b7 008957 call g24_ms_disable_blank_data_forcibly ,blank 
-:      008958 g24_data_type1_usbtx_enable:
-0x31b8 008959 jam usb_ep2_ms ,mem_usb_ep2_data 
-:      008960 g24_data_type1_usbtx_enable_ep2:
-0x31b9 008961 fetch 1 ,mem_usb_tx_enable 
-0x31ba 008962 set1 2 ,pdata 
-0x31bb 008963 store 1 ,mem_usb_tx_enable 
-0x31bc 008964 rtn 
-:      008966 g24_ms_enable_blank_data_forcibly:
-0x31bd 008967 setarg 1 
-0x31be 008968 call g24_store_mem_ms_blank_data_enable 
-:      008970 g24_ms_enable_blank_data_timer:
-0x31bf 008971 setarg timer_ms_blank_delay 
-0x31c0 008972 arg timer_ms_blank ,queue 
-0x31c1 008973 branch timer_init 
-:      008974 g24_ms_disable_blank_data_forcibly:
-0x31c2 008975 call g24_set0_mem_ms_blank_data_enable 
-:      008977 g24_ms_disable_blank_data_timer:
-0x31c3 008978 setarg 0 
-0x31c4 008979 arg timer_ms_blank ,queue 
-0x31c5 008980 branch timer_init 
-:      008982 g24_data_type2:
-0x31c6 008983 call g24_fetcht_mem_rxdata_temp 
-0x31c7 008985 isolate1 bit_abort ,temp 
-0x31c8 008986 branch g24_data_attemp_kbd ,true 
-0x31c9 008987 arg mem_usb_kb_data ,contw 
-0x31ca 008988 call g24_data_type2_reverse_data 
-0x31cb 008989 fetch 8 ,mem_usb_kb_data 
-0x31cc 008990 ncall g24_kb_enable_blank_data_forcibly ,blank 
-0x31cd 008991 fetch 8 ,mem_usb_kb_data 
-0x31ce 008992 call g24_kb_disable_blank_data_forcibly ,blank 
-0x31cf 008993 call g24_head_ptr2regc 
-0x31d0 008994 fetch 8 ,mem_usb_kb_data 
-0x31d1 008995 arg offset_24g_kb_data_sta_data ,rega 
-0x31d2 008996 call g24_set_contw_with_temp 
-0x31d3 008997 istore 8 ,contw 
-0x31d4 008999 setarg offset_24g_kb_data_last_data 
-0x31d5 009000 iadd regc ,rega 
-0x31d6 009001 ifetcht 8 ,rega 
-0x31d7 009003 isub temp ,null 
-0x31d8 009004 ncall g24_kb_data_dispose ,zero 
-0x31d9 009005 setarg offset_24g_kb_data_sta_data 
-0x31da 009006 iadd regc ,rega 
-0x31db 009007 ifetch 8 ,rega 
-0x31dc 009009 arg offset_24g_kb_data_last_data ,rega 
-0x31dd 009010 call g24_set_contw_with_temp 
-0x31de 009011 istore 8 ,contw 
-0x31df 009013 branch g24_rx_interrupt_clear 
-:      009015 g24_data_type2_reverse_data:
-0x31e0 009016 setarg offset_24g_rxdata_temp_add2 
-0x31e1 009017 iadd regc ,contr 
-0x31e2 009019 arg 9 ,loopcnt 
-0x31e3 009020 branch reverse_byte 
-:      009022 g24_kb_enable_blank_data_forcibly:
-0x31e4 009023 setarg 1 
-0x31e5 009024 call g24_store_mem_kb_blank_data_enable 
-:      009026 g24_kb_enable_blank_data_timer:
-0x31e6 009027 setarg timer_kb_blank_delay 
-0x31e7 009028 arg timer_kb_blank ,queue 
-0x31e8 009029 branch timer_init 
-:      009031 g24_kb_disable_blank_data_forcibly:
-0x31e9 009032 call g24_set0_mem_kb_blank_data_enable 
-:      009034 g24_kb_disable_blank_data_timer:
-0x31ea 009035 setarg 0 
-0x31eb 009036 arg timer_kb_blank ,queue 
-0x31ec 009037 branch timer_init 
-:      009039 g24_kb_data_dispose:
-:      009040 g24_kb_data_into_ep1_fifo:
-0x31ed 009041 jam usb_ep1_kb ,mem_usb_ep1_data 
-0x31ee 009042 fetch 1 ,mem_usb_tx_enable 
-0x31ef 009043 set1 1 ,pdata 
-0x31f0 009044 store 1 ,mem_usb_tx_enable 
-0x31f1 009045 rtn 
-:      009047 g24_data_type3:
-0x31f2 009048 arg mem_usb_kb_multikey ,contw 
-0x31f3 009049 call g24_data_type2_reverse_data 
-0x31f4 009050 fetch 2 ,mem_usb_kb_multikey + 1 
-0x31f5 009051 ncall g24_kb_mul_enable_blank_data_forcibly ,blank 
-0x31f6 009052 fetch 2 ,mem_usb_kb_multikey + 1 
-0x31f7 009053 call g24_kb_mul_disable_blank_data_forcibly ,blank 
-0x31f8 009054 call g24_head_ptr2regc 
-0x31f9 009055 fetch 3 ,mem_usb_kb_multikey 
-0x31fa 009056 arg offset_24g_kb_multikey_sta_data ,rega 
-0x31fb 009057 call g24_set_contw_with_temp_store_3byte 
-0x31fc 009059 setarg offset_24g_kb_multikey_last_data 
-0x31fd 009060 iadd regc ,rega 
-0x31fe 009061 ifetcht 3 ,rega 
-0x31ff 009063 isub temp ,null 
-0x3200 009064 ncall g24_kb_mul_data_into_ep2_fifo ,zero 
-0x3201 009065 setarg offset_24g_kb_multikey_sta_data 
-0x3202 009066 iadd regc ,rega 
-0x3203 009067 ifetch 3 ,rega 
-0x3204 009069 arg offset_24g_kb_multikey_last_data ,rega 
-0x3205 009070 call g24_set_contw_with_temp_store_3byte 
-0x3206 009072 branch g24_rx_interrupt_clear 
-:      009074 g24_kb_mul_data_into_ep2_fifo:
-0x3207 009075 jam usb_ep2_multikey ,mem_usb_ep2_data 
-0x3208 009076 branch g24_data_type1_usbtx_enable_ep2 
-:      009078 g24_kb_mul_enable_blank_data_forcibly:
-0x3209 009079 setarg 1 
-0x320a 009080 call g24_store_mem_kb_mul_blank_data_enable 
-:      009082 g24_kb_mul_enable_blank_data_timer:
-0x320b 009083 setarg timer_kb_mul_blank_delay 
-0x320c 009084 arg timer_kb_mul_blank ,queue 
-0x320d 009085 branch timer_init 
-:      009087 g24_kb_mul_disable_blank_data_forcibly:
-0x320e 009088 call g24_set0_mem_kb_mul_blank_data_enable 
-:      009090 g24_kb_mul_disable_blank_data_timer:
-0x320f 009091 setarg 0 
-0x3210 009092 arg timer_kb_mul_blank ,queue 
-0x3211 009093 branch timer_init 
-:      009095 g24_data_attemp:
-0x3212 009096 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x3213 009098 beq datatype_mouse ,g24_data_attemp_mouse 
-0x3214 009099 beq datatype_keyboard ,g24_data_attemp_kbd 
-0x3215 009100 rtn 
-:      009101 g24_data_attemp_mouse:
-0x3216 009102 setarg offset_24g_rxdata_temp_add4 
-0x3217 009103 call g24_set_rega_ifetch_4byte 
-0x3218 009104 arg offset_24g_mouse_addr ,rega 
-0x3219 009105 call g24_set_contw_with_temp 
-0x321a 009108 branch g24_contw_istore_4byte 
-:      009110 g24_data_attemp_kbd:
-0x321b 009111 setarg offset_24g_rxdata_temp_add4 
-0x321c 009112 call g24_set_rega_ifetch_4byte 
-0x321d 009113 arg offset_24g_kb_addr ,rega 
-0x321e 009114 call g24_set_contw_with_temp 
-0x321f 009117 branch g24_contw_istore_4byte 
-:      009119 g24_store_mem_24g_mode:
-0x3220 009120 call g24_head_ptr2regc 
-0x3221 009121 add regc ,offset_24g_mode ,contw 
-0x3222 009122 istore 1 ,contw 
-0x3223 009123 rtn 
-:      009125 g24_fetch_mem_device_addr:
-0x3224 009126 call g24_head_ptr2regc 
-0x3225 009127 add regc ,offset_24g_device_addr ,rega 
-0x3226 009128 branch g24_rega_ifetch_4byte 
-:      009129 g24_store_mem_device_addr:
-0x3227 009130 call g24_head_ptr2regc 
-0x3228 009131 add regc ,offset_24g_device_addr ,contw 
-0x3229 009132 branch g24_contw_istore_4byte 
-:      009134 g24_fetch_mem_addr:
-0x322a 009135 add regc ,offset_24g_addr ,rega 
-0x322b 009136 branch g24_rega_ifetch_4byte 
-:      009137 g24_store_mem_addr:
-0x322c 009138 add regc ,offset_24g_addr ,contw 
-:      009139 g24_contw_istore_4byte:
-0x322d 009140 istore 4 ,contw 
-0x322e 009141 rtn 
-:      009143 g24_store_mem_ch:
-0x322f 009144 add regc ,offset_24g_ch ,contw 
-0x3230 009145 branch g24_contw_istore_1byte 
-:      009147 g24_set0_mem_pid:
-0x3231 009148 setarg 0 
-:      009149 g24_store_mem_pid:
-0x3232 009150 call g24_head_ptr2regc 
-0x3233 009151 add regc ,offset_24g_pid ,contw 
-0x3234 009152 branch g24_contw_istore_1byte 
-:      009154 g24_store_mem_txpayload:
-0x3235 009155 add regc ,offset_24g_txpayload ,contw 
-0x3236 009156 branch g24_contw_istore_1byte 
-:      009158 g24_set4_mem_max_retry:
-0x3237 009159 setarg 4 
-:      009160 g24_store_mem_max_retry:
-0x3238 009161 add regc ,offset_24g_max_retry ,contw 
-0x3239 009162 branch g24_contw_istore_1byte 
-:      009164 g24_fetch_mem_data_type:
-0x323a 009165 add regc ,offset_24g_data_type ,rega 
-0x323b 009166 branch g24_rega_ifetch_1byte 
-:      009167 g24_store_mem_data_type:
-0x323c 009168 add regc ,offset_24g_data_type ,contw 
-0x323d 009169 branch g24_contw_istore_1byte 
-:      009171 g24_set2_mem_sync_cnt:
-0x323e 009172 setarg 2 
-:      009173 g24_store_mem_sync_cnt:
-0x323f 009174 add regc ,offset_24g_sync_cnt ,contw 
-0x3240 009175 branch g24_contw_istore_1byte 
-:      009177 g24_set1_mem_rf_last_sta:
-0x3241 009178 setarg 1 
-:      009179 g24_store_mem_rf_last_sta:
-0x3242 009180 call g24_head_ptr2regc 
-0x3243 009181 add regc ,offset_24g_rf_last_sta ,contw 
-0x3244 009182 branch g24_contw_istore_1byte 
-:      009184 g24_fetch_mem_hop_pac:
-0x3245 009185 call g24_head_ptr2regc 
-0x3246 009186 add regc ,offset_24g_hop_pac ,rega 
-0x3247 009187 branch g24_rega_ifetch_1byte 
-:      009188 g24_set1_mem_hop_pac:
-0x3248 009189 setarg 1 
-:      009190 g24_store_mem_hop_pac:
-0x3249 009191 call g24_head_ptr2regc 
-0x324a 009192 add regc ,offset_24g_hop_pac ,contw 
-0x324b 009193 branch g24_contw_istore_1byte 
-:      009195 g24_fetch_mem_abort_pac:
-0x324c 009196 call g24_head_ptr2regc 
-0x324d 009197 add regc ,offset_24g_abort_pac ,rega 
-0x324e 009198 branch g24_rega_ifetch_1byte 
-:      009199 g24_set1_mem_abort_pac:
-0x324f 009200 setarg 1 
-:      009201 g24_store_mem_abort_pac:
-0x3250 009202 call g24_head_ptr2regc 
-0x3251 009203 add regc ,offset_24g_abort_pac ,contw 
-0x3252 009204 branch g24_contw_istore_1byte 
-:      009206 g24_fetch_mem_pairing_sm:
-0x3253 009207 call g24_head_ptr2regc 
-0x3254 009208 add regc ,offset_24g_pairing_sm ,rega 
-0x3255 009209 branch g24_rega_ifetch_1byte 
-:      009210 g24_store_mem_pairing_sm:
-0x3256 009211 add regc ,offset_24g_pairing_sm ,contw 
-0x3257 009212 branch g24_contw_istore_1byte 
-:      009214 g24_fetch_mem_rf_hop_ch:
-0x3258 009215 add regc ,offset_24g_rf_hop_ch ,rega 
-0x3259 009216 branch g24_rega_ifetch_1byte 
-:      009217 g24_set0_mem_rf_hop_ch:
-0x325a 009218 setarg 0 
-:      009219 g24_store_mem_rf_hop_ch:
-0x325b 009220 add regc ,offset_24g_rf_hop_ch ,contw 
-0x325c 009221 branch g24_contw_istore_1byte 
-:      009223 g24_fetch_mem_rf_work_stage:
-0x325d 009224 add regc ,offset_24g_rf_work_stage ,rega 
-0x325e 009225 branch g24_rega_ifetch_1byte 
-:      009227 g24_fetch_mem_rxbuf_add1:
-0x325f 009228 add regc ,offset_24g_rxbuf_add1 ,rega 
-0x3260 009229 branch g24_rega_ifetch_1byte 
-:      009231 g24_fetch_mem_check_dongle_times:
-0x3261 009232 add regc ,offset_24g_check_dongle_times ,rega 
-0x3262 009233 branch g24_rega_ifetch_1byte 
-:      009234 g24_set0_mem_check_dongle_times:
-0x3263 009235 setarg 0 
-:      009236 g24_store_mem_check_dongle_times:
-0x3264 009237 call g24_head_ptr2regc 
-0x3265 009238 add regc ,offset_24g_check_dongle_times ,contw 
-0x3266 009239 branch g24_contw_istore_1byte 
-:      009241 g24_store_mem_tx_power:
-0x3267 009242 call g24_head_ptr2regc 
-0x3268 009243 add regc ,offset_tx_power_temp ,rega 
-0x3269 009244 ifetch 1 ,rega 
-:      009245 g24_store_mem_txpower:
-0x326a 009246 store 1 ,mem_tx_power 
-0x326b 009247 rtn 
-:      009249 g24_store_mem_tx_power_temp:
-0x326c 009250 call g24_head_ptr2regc 
-0x326d 009251 fetch 1 ,mem_tx_power 
-0x326e 009253 add regc ,offset_tx_power_temp ,contw 
-0x326f 009254 branch g24_contw_istore_1byte 
-:      009256 g24_fetch_mem_power_ctrl_pac:
-0x3270 009257 add regc ,offset_power_ctrl_packet_cnt ,rega 
-0x3271 009258 branch g24_rega_ifetch_1byte 
-:      009260 g24_store_mem_power_ctrl_level:
-0x3272 009261 add regc ,offset_power_ctrl_level ,contw 
-0x3273 009262 branch g24_contw_istore_1byte 
-:      009264 g24_fetcht_mem_rxdata_temp:
-0x3274 009265 setarg offset_24g_rxdata_temp 
-:      009266 g24_set_rega_ifetcht_1byte:
-0x3275 009267 iadd regc ,rega 
-0x3276 009268 ifetcht 1 ,rega 
-0x3277 009269 rtn 
-:      009271 g24_fetch_mem_rf_laststa:
-0x3278 009272 setarg offset_24g_rf_laststa 
-0x3279 009273 branch g24_set_rega_ifetch_1byte 
-:      009274 g24_set0_mem_rf_laststa:
-0x327a 009275 setarg 0 
-:      009276 g24_store_mem_rf_laststa:
-0x327b 009277 arg offset_24g_rf_laststa ,rega 
-0x327c 009278 branch g24_set_contw_with_regb_store_1byte 
-:      009280 g24_fetch_mem_rx_addr:
-0x327d 009281 setarg offset_24g_rx_addr 
-:      009282 g24_set_rega_ifetch_4byte:
-0x327e 009283 call g24_set_rega 
-:      009284 g24_rega_ifetch_4byte:
-0x327f 009285 ifetch 4 ,rega 
-0x3280 009286 rtn 
-:      009288 g24_fetch_mem_time_slice:
-0x3281 009289 setarg offset_24g_time_slice 
-0x3282 009290 branch g24_set_rega_ifetch_1byte 
-:      009291 g24_set0_mem_time_slice:
-0x3283 009292 setarg 0 
-:      009293 g24_store_mem_time_slice:
-0x3284 009294 arg offset_24g_time_slice ,rega 
-0x3285 009295 branch g24_set_contw_with_regb_store_1byte 
-:      009297 g24_set0_mem_mode_switch:
-0x3286 009298 setarg 0 
-:      009299 g24_store_mem_mode_switch:
-0x3287 009300 arg offset_24g_mode_switch ,rega 
-0x3288 009301 branch g24_set_contw_with_regb_store_1byte 
-:      009303 g24_store_mem_bind_payload:
-0x3289 009304 arg offset_24g_bind_payload ,rega 
-0x328a 009305 branch g24_set_contw_with_regb_store_1byte 
-:      009307 g24_fetch_mem_bind_device_status:
-0x328b 009308 setarg offset_dongle_bind_device_status 
-0x328c 009309 branch g24_set_rega_ifetch_1byte 
-:      009310 g24_store_mem_bind_device_status:
-0x328d 009311 arg offset_dongle_bind_device_status ,rega 
-0x328e 009312 branch g24_set_contw_with_regb_store_1byte 
-:      009314 g24_fetch_mem_dongle_work_mode:
-0x328f 009315 setarg offset_dongle_work_mode 
-0x3290 009316 branch g24_set_rega_ifetch_1byte 
-:      009317 g24_set_work_mem_dongle_work_mode:
-0x3291 009318 setarg dongle_work 
-:      009319 g24_store_mem_dongle_work_mode:
-0x3292 009320 arg offset_dongle_work_mode ,rega 
-0x3293 009321 branch g24_set_contw_with_regb_store_1byte 
-:      009323 g24_fetch_mem_dongle_mode_init:
-0x3294 009324 setarg offset_dongle_mode_init 
-0x3295 009325 branch g24_set_rega_ifetch_1byte 
-:      009326 g24_set0_mem_dongle_mode_init:
-0x3296 009327 setarg clear_init 
-:      009328 g24_store_mem_dongle_mode_init:
-0x3297 009329 arg offset_dongle_mode_init ,rega 
-0x3298 009330 branch g24_set_contw_with_regb_store_1byte 
-:      009332 g24_set0_mem_ackpayload_enable:
-0x3299 009333 setarg 0 
-:      009334 g24_store_mem_ackpayload_enable:
-0x329a 009335 arg offset_24g_ackpayload_enable ,rega 
-0x329b 009336 branch g24_set_contw_with_regb_store_1byte 
-:      009337 g24_set1_mem_ackpayload_enable:
-0x329c 009338 setarg 1 
-0x329d 009339 branch g24_store_mem_ackpayload_enable 
-:      009341 g24_fetch_mem_rxdata_temp_add3_7byte:
-0x329e 009342 setarg offset_24g_rxdata_temp_add3 
-0x329f 009343 call g24_set_rega 
-0x32a0 009344 ifetch 7 ,rega 
-0x32a1 009345 rtn 
-:      009347 g24_fetch_mem_nodata_timer_enable:
-0x32a2 009348 setarg offset_24g_nodata_timer_enable 
-0x32a3 009349 branch g24_set_rega_ifetch_1byte 
-:      009350 g24_set0_mem_nodata_timer_enable:
-0x32a4 009351 setarg 0 
-:      009352 g24_store_mem_nodata_timer_enable:
-0x32a5 009353 arg offset_24g_nodata_timer_enable ,rega 
-0x32a6 009354 branch g24_set_contw_with_regb_store_1byte 
-:      009356 g24_set0_mem_ms_blank_data_enable:
-0x32a7 009357 setarg 0 
-:      009358 g24_store_mem_ms_blank_data_enable:
-0x32a8 009359 arg offset_24g_ms_blank_data_enable ,rega 
-0x32a9 009360 branch g24_set_contw_with_regb_store_1byte 
-:      009362 g24_set0_mem_kb_blank_data_enable:
-0x32aa 009363 setarg 0 
-:      009364 g24_store_mem_kb_blank_data_enable:
-0x32ab 009365 arg offset_24g_kb_blank_data_enable ,rega 
-0x32ac 009366 branch g24_set_contw_with_regb_store_1byte 
-:      009368 g24_set0_mem_kb_mul_blank_data_enable:
-0x32ad 009369 setarg 0 
-:      009370 g24_store_mem_kb_mul_blank_data_enable:
-0x32ae 009371 arg offset_24g_kb_mul_blank_data_enable ,rega 
-0x32af 009372 branch g24_set_contw_with_regb_store_1byte 
-:      009374 g24_store_mem_power_ctrl_threshold_up:
-0x32b0 009375 arg offset_power_ctrl_threshold_up ,rega 
-0x32b1 009376 branch g24_set_contw_with_regb_store_1byte 
-:      009378 g24_store_mem_power_ctrl_threshold_down:
-0x32b2 009379 arg offset_power_ctrl_threshold_down ,rega 
-:      009380 g24_set_contw_with_regb_store_1byte:
-0x32b3 009381 call g24_set_contw_with_regb 
-:      009382 g24_contw_istore_1byte:
-0x32b4 009383 istore 1 ,contw 
-0x32b5 009384 rtn 
-:      009386 g24_fetch_mem_pair_mode:
-0x32b6 009387 setarg offset_24g_pair_mode 
-0x32b7 009388 branch g24_set_rega_ifetch_1byte 
-:      009390 g24_store_mem_pair_mode:
-0x32b8 009391 arg offset_24g_pair_mode ,rega 
-0x32b9 009392 branch g24_set_contw_with_regb_store_1byte 
-:      009394 g24_store_mem_pair_txpower:
-0x32ba 009395 setarg offset_24g_pair_txpower 
-0x32bb 009396 call g24_set_rega_ifetch_1byte 
-0x32bc 009397 branch g24_store_mem_txpower 
-:      009399 g24_fetch_mem_rxdata_temp_add3_1byte:
-0x32bd 009400 setarg offset_24g_rxdata_temp_add3 
-0x32be 009401 branch g24_set_rega_ifetch_1byte 
-:      009403 g24_set_contw_with_temp:
-0x32bf 009404 copy pdata ,temp 
-0x32c0 009405 copy rega ,pdata 
-0x32c1 009406 iadd regc ,contw 
-0x32c2 009407 copy temp ,pdata 
-0x32c3 009408 rtn 
-:      009410 g24_set_contw_with_temp_store_3byte:
-0x32c4 009411 call g24_set_contw_with_temp 
-:      009412 g24_contw_istore_3byte:
-0x32c5 009413 istore 3 ,contw 
-0x32c6 009414 rtn 
-:      009416 g24_set_contw_with_regb:
-0x32c7 009417 call g24_head_ptr2regc 
-:      009418 g24_set_contw_with_regb2:
-0x32c8 009419 copy pdata ,regb 
-0x32c9 009420 copy rega ,pdata 
-0x32ca 009421 iadd regc ,contw 
-0x32cb 009422 copy regb ,pdata 
-0x32cc 009423 rtn 
-:      009425 g24_set_rega:
-0x32cd 009426 call g24_head_ptr2regc 
-0x32ce 009427 iadd regc ,rega 
-0x32cf 009428 rtn 
-:      009430 g24_set_rega_ifetch_1byte:
-0x32d0 009431 call g24_set_rega 
-:      009432 g24_rega_ifetch_1byte:
-0x32d1 009433 ifetch 1 ,rega 
-0x32d2 009434 rtn 
-:      009436 g24_set_rega_ifetcht_4byte:
-0x32d3 009437 call g24_set_rega 
-0x32d4 009438 ifetcht 4 ,rega 
-0x32d5 009439 rtn 
-:      009441 g24_mem_set0:
-0x32d6 009442 setarg 0 
-0x32d7 009443 branch g24_contw_istore_1byte 
-:      009447 app_init:
-0x32d8 009448 bpatch patch18_4 ,mem_patch18 
-0x32d9 009449 fetch 1 ,mem_device_option 
-0x32da 009450 branch app_init ,blank 
-0x32db 009452 beq dvc_op_dongle ,dongle_init 
-0x32dc 009453 beq dvc_op_antilost ,antilost_init 
-0x32dd 009454 beq dvc_op_shutter ,shutter_init 
-0x32de 009455 beq dvc_op_module ,module_init 
-0x32df 009456 beq dvc_op_car ,car_init 
-0x32e0 009457 beq dvc_op_remote_car ,remote_car_init 
-0x32e1 009458 bbit1 dvc_op_mouse ,mouse_init 
-0x32e2 009459 rtn 
-:      009461 app_lpm_init:
-0x32e3 009462 bpatch patch18_5 ,mem_patch18 
-0x32e4 009463 jam 0 ,mem_tester_emulate 
-0x32e5 009464 jam 0 ,mem_debug_config 
-0x32e6 009465 jam 0 ,mem_lch_code 
-0x32e7 009466 setarg 0 
-0x32e8 009467 store 5 ,mem_sp_state_start 
-0x32e9 009468 fetch 1 ,mem_device_option 
-0x32ea 009469 branch app_lpm_init ,blank 
-0x32eb 009470 beq dvc_op_module ,module_lpm_init 
-:      009471 app_lpm_init0:
-0x32ec 009472 rtn 
-:      009475 app_process_idle:
-0x32ed 009476 call ui_dispatch 
-0x32ee 009477 call check_51cmd 
-0x32ef 009478 call app_process_bb_event 
-0x32f0 009479 fetch 2 ,mem_cb_idle_process 
-0x32f1 009480 branch callback_func 
-:      009482 app_process_bt:
-0x32f2 009483 fetch 2 ,mem_cb_bt_process 
-0x32f3 009484 branch callback_func 
-:      009486 app_process_ble:
-0x32f4 009487 fetch 2 ,mem_cb_le_process 
-0x32f5 009488 branch callback_func 
-:      009490 app_process_bb_event:
-0x32f6 009491 bpatch patch18_6 ,mem_patch18 
-0x32f7 009493 arg mem_ipc_fifo_bt2c51 ,rega 
-0x32f8 009494 call fifo_out 
-0x32f9 009495 rtn blank 
-0x32fa 009497 copy pdata ,regc 
-0x32fb 009498 call app_event_normal_process 
-0x32fc 009499 branch app_process_bb_event_priority 
-:      009501 app_discard_event:
-0x32fd 009502 arg 0 ,regc 
-0x32fe 009503 rtn 
-:      009508 app_event_normal_process:
-0x32ff 009509 beq bt_evt_bb_connected ,app_evt_bt_conn 
-0x3300 009510 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
-0x3301 009511 beq bt_evt_setup_complete ,app_evt_setup_complete 
-0x3302 009512 beq bt_evt_hid_handshake ,app_evt_hid_handshake 
-0x3303 009513 beq bt_evt_hid_connected ,app_bb_event_hid_connected 
-0x3304 009514 beq bt_evt_reconn_failed ,app_bb_event_reconn_failed 
-0x3305 009515 beq bt_evt_bb_disconnected ,app_bb_event_bb_disconn 
-0x3306 009516 beq bt_evt_reconn_page_timeout ,app_bb_event_reconn_failed 
-0x3307 009517 beq bt_evt_le_connected ,app_le_event_bb_connected 
-0x3308 009518 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
-0x3309 009519 beq bt_evt_reconn_started ,app_event_reconn_start 
-0x330a 009520 beq bt_evt_enter_sniff ,app_event_enter_sniff 
-0x330b 009521 beq bt_evt_exit_sniff ,app_event_exit_sniff 
-0x330c 009523 beq bt_evt_ml2cap_conn_refused ,app_event_ml2cap_conn_refused 
-0x330d 009524 beq bt_evt_linkkey_generate ,app_event_linkkey_generate 
-0x330e 009525 beq bt_evt_switch_fail_master ,app_event_switch_fail_master 
-0x330f 009526 beq bt_evt_switch_success_master ,app_event_switch_success 
-0x3310 009527 rtn 
-:      009530 app_evt_bt_conn:
-0x3311 009531 fetch 2 ,mem_ui_state_map 
-0x3312 009532 set1 ui_state_bt_connected ,pdata 
-0x3313 009533 store 2 ,mem_ui_state_map 
-0x3314 009534 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3315 009535 set0 app_disc_by_button ,pdata 
-0x3316 009536 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3317 009537 rtn 
-:      009539 app_event_switch_success:
-0x3318 009540 jam 0 ,mem_switch_fail_master_count 
-0x3319 009541 rtn 
-:      009543 app_event_switch_fail_master:
-0x331a 009544 fetch 1 ,mem_switch_fail_master_count 
-0x331b 009545 increase 1 ,pdata 
-0x331c 009546 store 1 ,mem_switch_fail_master_count 
-0x331d 009547 sub pdata ,1 ,null 
-0x331e 009548 branch app_bt_role_switch ,positive 
-0x331f 009549 jam 0 ,mem_switch_fail_master_count 
-0x3320 009550 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3321 009551 set1 app_disc_switch_fail ,pdata 
-0x3322 009552 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3323 009553 branch app_bt_disconnect 
-:      009555 app_process_bb_event_priority:
-0x3324 009556 fetch 2 ,mem_cb_bb_event_process 
-0x3325 009557 branch callback_func 
-:      009559 app_check_wake_lock:
-0x3326 009560 fetch 2 ,mem_cb_check_wakelock 
-0x3327 009561 branch callback_func 
-:      009563 app_will_enter_lpm:
-0x3328 009564 fetch 2 ,mem_cb_before_lpm 
-0x3329 009565 branch callback_func 
-:      009567 app_event_linkkey_generate:
-0x332a 009568 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x332b 009569 set1 app_disc_after_pairing ,pdata 
-0x332c 009570 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x332d 009571 branch app_bt_store_reconn_info 
-:      009573 app_event_reconn_start:
-0x332e 009574 fetch 2 ,mem_ui_state_map 
-0x332f 009575 set1 ui_state_bt_reconnect ,pdata 
-0x3330 009576 store 2 ,mem_ui_state_map 
-0x3331 009577 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3332 009578 set1 app_disc_after_reconn ,pdata 
-0x3333 009579 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3334 009580 rtn 
-:      009582 app_evt_setup_complete:
-0x3335 009583 fetch 2 ,mem_ui_state_map 
-0x3336 009584 set1 ui_state_bt_setup_complete ,pdata 
-0x3337 009585 store 2 ,mem_ui_state_map 
-0x3338 009586 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3339 009587 set1 app_disc_after_setup_done ,pdata 
-0x333a 009588 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x333b 009589 rtn 
-:      009591 app_evt_hid_handshake:
-0x333c 009592 fetch 2 ,mem_ui_state_map 
-0x333d 009593 set1 ui_state_bt_hid_handshake ,pdata 
-0x333e 009594 store 2 ,mem_ui_state_map 
-0x333f 009595 rtn 
-:      009597 app_event_enter_sniff:
-0x3340 009598 fetch 2 ,mem_ui_state_map 
-0x3341 009599 set1 ui_state_bt_sniff ,pdata 
-0x3342 009600 store 2 ,mem_ui_state_map 
-0x3343 009601 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3344 009602 set1 app_disc_after_sniff ,pdata 
-0x3345 009603 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3346 009604 rtn 
-:      009606 app_event_exit_sniff:
-0x3347 009607 fetch 2 ,mem_ui_state_map 
-0x3348 009608 set0 ui_state_bt_sniff ,pdata 
-0x3349 009609 store 2 ,mem_ui_state_map 
-0x334a 009610 rtn 
-:      009612 app_le_event_bb_connected:
-0x334b 009613 fetch 2 ,mem_ui_state_map 
-0x334c 009614 set1 ui_state_ble_connected ,pdata 
-0x334d 009615 store 2 ,mem_ui_state_map 
-0x334e 009616 rtn 
-:      009618 app_le_event_bb_disconn:
-0x334f 009619 fetch 2 ,mem_ui_state_map 
-0x3350 009620 set0 ui_state_ble_connected ,pdata 
-0x3351 009621 store 2 ,mem_ui_state_map 
-0x3352 009622 branch app_lpm_mult_disable 
-:      009624 app_bb_event_hid_connected:
-0x3353 009625 fetch 2 ,mem_ui_state_map 
-0x3354 009626 set1 ui_state_bt_hid_conn ,pdata 
-0x3355 009627 store 2 ,mem_ui_state_map 
-0x3356 009628 rtn 
-:      009630 app_evt_button_long_pressed:
-0x3357 009631 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3358 009632 set1 app_disc_by_button ,pdata 
-0x3359 009633 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x335a 009634 rtn 
-:      009636 app_event_ml2cap_conn_refused:
-0x335b 009637 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x335c 009638 set1 app_disc_l2cap_refused ,pdata 
-0x335d 009639 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x335e 009640 branch app_bt_disconnect 
-:      009643 app_evt_timer:
-0x335f 009644 bpatch patch18_7 ,mem_patch18 
-0x3360 009645 store 1 ,mem_app_evt_timer_count 
-:      009646 app_evt_100ms_loop:
-0x3361 009647 fetch 1 ,mem_app_evt_timer_count 
-0x3362 009648 rtn blank 
-0x3363 009649 increase -1 ,pdata 
-0x3364 009650 store 1 ,mem_app_evt_timer_count 
-0x3365 009651 call ui_button_polling 
-0x3366 009652 call app_lpm_wake_auto_lock_timer 
-0x3367 009653 call app_unsniff_delay_timer 
-0x3368 009654 call app_discovery_timer 
-0x3369 009655 call flash_write_spi_sm_timer 
-0x336a 009656 fetch 2 ,mem_cb_event_timer 
-0x336b 009657 call callback_func 
-0x336c 009658 branch app_evt_100ms_loop 
-:      009663 timer_single_step:
-0x336d 009664 ifetch 1 ,regc 
-0x336e 009665 rtn blank 
-0x336f 009666 pincrease -1 
-0x3370 009667 istore 1 ,regc 
-0x3371 009668 nrtn blank 
-0x3372 009669 copy regb ,pdata 
-0x3373 009670 branch callback_func 
-:      009674 timer_single_step_2b:
-0x3374 009675 ifetch 2 ,regc 
-0x3375 009676 rtn blank 
-0x3376 009677 pincrease -1 
-0x3377 009678 istore 2 ,regc 
-0x3378 009679 nrtn blank 
-0x3379 009680 copy regb ,pdata 
-0x337a 009681 branch callback_func 
-:      009683 app_power_timer:
-0x337b 009684 fetcht 2 ,mem_power_param_ptr 
-0x337c 009685 add temp ,power_timer_offset ,regc 
-0x337d 009686 arg app_power_timer_timeout ,regb 
-0x337e 009687 branch timer_single_step 
-:      009689 app_power_timer_timeout:
-0x337f 009690 call app_got_power_state_common 
-0x3380 009691 beq power_starting ,app_enter_power_stanby_state 
-:      009692 app_enter_power_off_state:
-0x3381 009693 branch app_enter_hibernate 
-:      009694 app_enter_power_stanby_state:
-0x3382 009695 setarg power_standby 
-0x3383 009696 istore 1 ,regc 
-0x3384 009697 add temp ,power_standby_cb_offset ,regb 
-:      009698 app_power_cb_common:
-0x3385 009699 ifetch 2 ,regb 
-0x3386 009700 branch callback_func 
-:      009702 app_unsniff_delay_timer:
-0x3387 009703 arg mem_unsniff2sniff_timer_count ,regc 
-0x3388 009704 arg app_unsniff_delay_timeout ,regb 
-0x3389 009705 branch timer_single_step 
-:      009707 app_unsniff_delay_timeout:
-0x338a 009708 call context_check_idle 
-0x338b 009709 branch app_bt_enter_sniff ,zero 
-0x338c 009710 rtn 
-:      009713 app_discovery_timer:
-0x338d 009714 arg mem_discovery_timeout_timer_count ,regc 
-0x338e 009715 arg app_discovery_timeout ,regb 
-0x338f 009716 branch timer_single_step_2b 
-:      009718 app_discovery_timeout:
-0x3390 009719 call app_bt_stop_discovery 
-0x3391 009720 call app_led_off 
-0x3392 009721 fetch 2 ,mem_cb_discovry_timeout 
-0x3393 009722 branch callback_func 
-:      009725 app_bb_event_reconn_failed:
-0x3394 009726 call app_disconn_reason_flag_clear 
-:      009727 app_clear_reconnect_flag:
-0x3395 009728 fetch 2 ,mem_ui_state_map 
-0x3396 009729 set0 ui_state_bt_reconnect ,pdata 
-0x3397 009730 store 2 ,mem_ui_state_map 
-0x3398 009731 rtn 
-:      009733 app_bb_event_bb_disconn:
-0x3399 009734 jam 0 ,mem_unsniff2sniff_timer_count 
-0x339a 009735 fetch 2 ,mem_ui_state_map 
-0x339b 009736 bbit1 ui_state_bt_reconnect ,app_bb_event_bb_reconn_disconn 
-0x339c 009737 isolate0 ui_state_bt_setup_complete ,pdata 
-0x339d 009738 call app_discard_event ,true 
-:      009739 app_bb_event_bb_reconn_disconn:
-0x339e 009740 bpatch patch19_0 ,mem_patch19 
-0x339f 009741 fetch 2 ,mem_ui_state_map 
-0x33a0 009742 set0 ui_state_bt_connected ,pdata 
-0x33a1 009743 set0 ui_state_bt_setup_complete ,pdata 
-0x33a2 009744 set0 ui_state_bt_hid_conn ,pdata 
-0x33a3 009745 set0 ui_state_bt_hid_handshake ,pdata 
-0x33a4 009746 set0 ui_state_bt_reconnect ,pdata 
-0x33a5 009747 store 2 ,mem_ui_state_map 
-0x33a6 009748 branch app_lpm_mult_disable 
-:      009750 app_bb_hibernate:
-0x33a7 009751 call app_disconn_reason_clear 
-0x33a8 009752 branch app_enter_hibernate 
-:      009755 app_disconn_reason_clear:
-0x33a9 009756 setarg 0 
-0x33aa 009757 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x33ab 009758 rtn 
-:      009759 app_disconn_reason_flag_clear:
-0x33ac 009760 setarg 0 
-0x33ad 009761 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33ae 009762 rtn 
-:      009764 app_disconn_reason_collect_bt:
-0x33af 009765 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b0 009766 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x33b1 009767 setarg 0 
-0x33b2 009768 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b3 009769 rtn 
-:      009771 app_disconn_reason_collect_ble:
-0x33b4 009772 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b5 009773 set1 app_disc_ble ,pdata 
-0x33b6 009774 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x33b7 009775 setarg 0 
-0x33b8 009776 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b9 009777 rtn 
-:      009785 app_check_sniff:
-0x33ba 009786 fetch 1 ,mem_ui_state_map 
-0x33bb 009787 isolate1 ui_state_bt_sniff ,pdata 
-0x33bc 009788 rtn 
-:      009796 app_initflag_store:
-0x33bd 009797 setarg eeprom_init_flag 
-:      009798 app_flag_store:
-0x33be 009799 store 2 ,mem_timeup 
-0x33bf 009800 bpatch patch19_1 ,mem_patch19 
-0x33c0 009801 arg 2 ,temp 
-0x33c1 009802 arg mem_timeup ,rega 
-0x33c2 009803 arg eeprom_module_init_flag ,regb 
-0x33c3 009804 branch iicd_write_eep_data 
-:      009807 app_initflag_check:
-0x33c4 009808 bpatch patch19_2 ,mem_patch19 
-0x33c5 009809 arg 2 ,temp 
-0x33c6 009810 arg mem_pdatatemp ,rega 
-0x33c7 009811 arg eeprom_module_init_flag ,regb 
-0x33c8 009812 call iicd_read_eep_data 
-0x33c9 009813 fetch 2 ,mem_pdatatemp 
-0x33ca 009814 arg eeprom_init_flag ,temp 
-0x33cb 009815 isub temp ,null 
-0x33cc 009816 rtn 
-:      009819 app_start_auto_sniff:
-0x33cd 009820 fetch 1 ,mem_unsniff2sniff_timer 
-0x33ce 009821 store 1 ,mem_unsniff2sniff_timer_count 
-0x33cf 009822 rtn 
-:      009824 app_get_lpm_wake_lock:
-0x33d0 009825 arg wake_lock_app ,queue 
-0x33d1 009826 branch lpm_get_wake_lock 
-:      009828 app_put_lpm_wake_lock:
-0x33d2 009829 arg wake_lock_app ,queue 
-0x33d3 009830 branch lpm_put_wake_lock 
-:      009832 app_lpm_wake_auto_lock:
-0x33d4 009833 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
-0x33d5 009834 branch app_get_lpm_wake_lock 
-:      009836 app_lpm_wake_auto_lock_timer:
-0x33d6 009837 arg mem_wake_up_delay_timer ,regc 
-0x33d7 009838 arg app_put_lpm_wake_lock ,regb 
-0x33d8 009839 branch timer_single_step 
-:      009841 app_l2cap_flow_control_enable:
-0x33d9 009842 jam l2cap_flow_ctrl_enable ,mem_l2cap_flow_ctrl_flag 
-0x33da 009843 rtn 
-:      009845 app_l2cap_flow_control_disable:
-0x33db 009846 jam l2cap_flow_ctrl_disable ,mem_l2cap_flow_ctrl_flag 
-0x33dc 009847 rtn 
-:      009849 app_bt_set_pincode:
-0x33dd 009850 jam bt_cmd_set_pin_code ,mem_fifo_temp 
-0x33de 009851 branch ui_ipc_send_cmd 
-:      009853 app_bt_role_switch:
-0x33df 009854 jam bt_cmd_role_switch ,mem_fifo_temp 
-0x33e0 009855 branch ui_ipc_send_cmd 
-:      009857 app_bt_start_reconnect:
-0x33e1 009858 bpatch patch19_3 ,mem_patch19 
-0x33e2 009859 fetch 1 ,mem_app_connection_options 
-0x33e3 009860 store 1 ,mem_connection_options 
-0x33e4 009861 jam app_flag_reconnect ,mem_reconnect_flag 
-0x33e5 009862 jam bt_cmd_reconnect ,mem_fifo_temp 
-0x33e6 009863 branch ui_ipc_send_cmd 
-:      009865 app_bt_reconnect_cancel:
-0x33e7 009866 jam bt_cmd_bb_reconn_cancel ,mem_fifo_temp 
-0x33e8 009867 branch ui_ipc_send_cmd 
-:      009869 app_bt_disconnect:
-0x33e9 009870 jam bt_cmd_disconnect ,mem_fifo_temp 
-0x33ea 009871 branch ui_ipc_send_cmd 
-:      009873 app_bt_start_discovery_short:
-0x33eb 009874 fetch 2 ,mem_discovery_timeout 
-0x33ec 009875 store 2 ,mem_discovery_timeout_timer_count 
-:      009876 app_bt_start_discovery_led_blink:
-0x33ed 009877 call app_led_start_blink 
-:      009878 app_bt_start_discovery:
-0x33ee 009879 jam bt_cmd_start_discovery ,mem_fifo_temp 
-0x33ef 009880 branch ui_ipc_send_cmd 
-:      009882 app_bt_stop_discovery:
-0x33f0 009883 setarg 0 
-0x33f1 009884 store 2 ,mem_discovery_timeout_timer_count 
-0x33f2 009885 jam bt_cmd_stop_discovery ,mem_fifo_temp 
-0x33f3 009886 branch ui_ipc_send_cmd 
-:      009888 app_ble_start_direct_adv:
-0x33f4 009889 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
-0x33f5 009890 branch ui_ipc_send_cmd 
-:      009892 app_ble_stop_direct_adv:
-0x33f6 009893 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
-0x33f7 009894 branch ui_ipc_send_cmd 
-:      009896 app_ble_stop_adv:
-0x33f8 009897 jam bt_cmd_stop_adv ,mem_fifo_temp 
-0x33f9 009898 branch ui_ipc_send_cmd 
-:      009900 app_ble_start_adv:
-0x33fa 009901 jam bt_cmd_start_adv ,mem_fifo_temp 
-0x33fb 009902 branch ui_ipc_send_cmd 
-:      009904 app_ble_start_scan:
-0x33fc 009905 jam bt_cmd_le_start_scan ,mem_fifo_temp 
-0x33fd 009906 branch ui_ipc_send_cmd 
-:      009908 app_ble_stop_scan:
-0x33fe 009909 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
-0x33ff 009910 branch ui_ipc_send_cmd 
-:      009912 app_ble_start_conn:
-0x3400 009913 jam bt_cmd_le_start_conn ,mem_fifo_temp 
-0x3401 009914 branch ui_ipc_send_cmd 
-:      009916 app_ble_disconnect:
-0x3402 009917 jam bt_cmd_le_disconnect ,mem_fifo_temp 
-0x3403 009918 branch ui_ipc_send_cmd 
-:      009920 app_led_start_blink:
-0x3404 009921 jam bt_cmd_led_blink ,mem_fifo_temp 
-0x3405 009922 branch ui_ipc_send_cmd 
-:      009924 app_led_on:
-0x3406 009925 jam bt_cmd_led_on ,mem_fifo_temp 
-0x3407 009926 branch ui_ipc_send_cmd 
-:      009928 app_led_stop_blink:
-:      009929 app_led_off:
-0x3408 009930 jam bt_cmd_led_off ,mem_fifo_temp 
-0x3409 009931 branch ui_ipc_send_cmd 
-:      009933 app_enter_hibernate:
-0x340a 009934 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
-0x340b 009935 branch ui_ipc_send_cmd 
-:      009937 app_bt_sniff_exit:
-0x340c 009938 jam bt_cmd_exit_sniff ,mem_fifo_temp 
-0x340d 009939 branch ui_ipc_send_cmd 
-:      009941 app_bt_enter_sniff:
-0x340e 009942 jam bt_cmd_enter_sniff ,mem_fifo_temp 
-0x340f 009943 branch ui_ipc_send_cmd 
-:      009945 app_ble_store_reconn_info:
-0x3410 009946 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
-0x3411 009947 branch ui_ipc_send_cmd 
-:      009949 app_bt_store_reconn_info:
-0x3412 009950 jam bt_cmd_store_reconn_info_bt ,mem_fifo_temp 
-0x3413 009951 branch ui_ipc_send_cmd 
-:      009953 app_store_reconn_info:
-0x3414 009954 jam bt_cmd_store_reconn_info ,mem_fifo_temp 
-0x3415 009955 branch ui_ipc_send_cmd 
-:      009957 app_lpm_mult_enable:
-0x3416 009958 set1 mark_lpm_mult_enable ,mark 
-0x3417 009959 rtn 
-:      009961 app_lpm_mult_disable:
-0x3418 009962 set0 mark_lpm_mult_enable ,mark 
-0x3419 009963 rtn 
-:      009983 app_button_long_pressed:
-0x341a 009984 call app_got_power_state_common 
-0x341b 009985 beq power_standby ,app_power_shutting_down 
-:      009986 app_power_starting:
-0x341c 009987 setarg power_starting 
-0x341d 009988 istore 1 ,regc 
-0x341e 009989 add temp ,power_starting_timeout_offset ,rega 
-0x341f 009990 add temp ,power_starting_cb_offset ,regb 
-:      009991 app_power_common:
-0x3420 009992 ifetcht 1 ,rega 
-0x3421 009993 increase 1 ,regc 
-0x3422 009994 istoret 1 ,regc 
-0x3423 009995 branch app_power_cb_common 
-:      009997 app_power_shutting_down:
-0x3424 009998 setarg power_off 
-0x3425 009999 istore 1 ,regc 
-0x3426 010000 fetch 2 ,mem_ui_state_map 
-0x3427 010001 bbit0 ui_state_ble_connected ,app_power_off_end 
-0x3428 010002 call app_ble_disconnect 
-:      010003 app_power_off_end:
-0x3429 010004 fetcht 2 ,mem_power_param_ptr 
-0x342a 010005 add temp ,power_off_timeout_offset ,rega 
-0x342b 010006 add temp ,power_off_cb_offset ,regb 
-0x342c 010007 branch app_power_common 
-:      010009 app_got_power_state_common:
-0x342d 010010 fetcht 2 ,mem_power_param_ptr 
-0x342e 010011 add temp ,power_state_offset ,regc 
-0x342f 010012 ifetch 1 ,regc 
-0x3430 010013 rtn 
-:      010015 app_event_button_up:
-0x3431 010016 call app_got_power_state_common 
-0x3432 010017 bne power_off ,app_power_release 
-0x3433 010018 branch app_enter_hibernate 
-:      010019 app_power_release:
-0x3434 010020 add temp ,ui_butten_up_cb_offset ,regb 
-0x3435 010021 branch app_power_cb_common 
-:      010023 antilost_init:
-0x3436 010024 rtn wake 
-0x3437 010025 jam 0x00 ,core_gpio_sel1 
-0x3438 010026 setarg antilost_le_before_hibernate 
-0x3439 010027 store 2 ,mem_cb_before_hibernate 
-0x343a 010028 setarg keyscan_process_lpm_before 
-0x343b 010029 store 2 ,mem_cb_before_lpm 
-0x343c 010030 setarg antilost_idle_process 
-0x343d 010031 store 2 ,mem_cb_idle_process 
-0x343e 010032 setarg antilost_le_conn_process 
-0x343f 010033 store 2 ,mem_cb_le_process 
-0x3440 010034 setarg antilost_bb_event_process 
-0x3441 010035 store 2 ,mem_cb_bb_event_process 
-0x3442 010036 setarg antilost_le_bb_event_timer 
-0x3443 010037 store 2 ,mem_cb_event_timer 
-0x3444 010038 setarg antilost_le_notification 
-0x3445 010039 store 2 ,mem_cb_ble_transmit 
-0x3446 010040 setarg antilost_lpm_lock_process 
-0x3447 010041 store 2 ,mem_cb_check_wakelock 
-0x3448 010042 setarg antilost_le_receive_data_process 
-0x3449 010043 store 2 ,mem_cb_att_write 
-0x344a 010044 bpatch patch19_4 ,mem_patch19 
-0x344b 010045 call antilost_buzzer_pwm_init 
-0x344c 010046 call keyscan_key_init 
-0x344d 010047 call antilost_adc_init 
-0x344e 010048 call ui_led_init_global 
-0x344f 010049 call ui_button_init 
-0x3450 010050 setarg antilost_key_up_down 
-0x3451 010051 store 2 ,mem_cb_antl_key 
-0x3452 010052 setarg antilost_power_off_cb 
-0x3453 010053 store 2 ,mem_antl_power_off_cb 
-0x3454 010054 setarg antilost_power_starting_cb 
-0x3455 010055 store 2 ,mem_antl_power_starting_cb 
-0x3456 010056 setarg antilost_power_standby_cb 
-0x3457 010057 store 2 ,mem_antl_power_standby_cb 
-0x3458 010058 setarg antilost_led_on_cb 
-0x3459 010059 store 2 ,mem_antl_led_cb_on 
-0x345a 010060 setarg antilost_led_off_cb 
-0x345b 010061 store 2 ,mem_antl_led_cb_off 
-0x345c 010062 setarg antilost_buzzer_on 
-0x345d 010063 store 2 ,mem_antl_buzzer_cb_on 
-0x345e 010064 setarg antilost_buzzer_off 
-0x345f 010065 store 2 ,mem_antl_buzzer_cb_off 
-0x3460 010066 fetch 2 ,mem_ui_state_map 
-0x3461 010067 rtnbit1 ui_state_btn_down 
-0x3462 010068 branch app_enter_hibernate 
-:      010070 antilost_le_before_hibernate:
-0x3463 010071 call antilost_led_buzzer_stop_blink 
-0x3464 010072 branch app_enter_hibernate 
-:      010074 antilost_le_notification:
-0x3465 010075 call le_fifo_check_nearly_full 
-0x3466 010076 nrtn blank 
-0x3467 010077 arg mem_temp_block5 ,rega 
-0x3468 010078 call queue_pop 
-0x3469 010079 nrtn user 
-0x346a 010080 arg mem_temp_block5 ,contr 
-0x346b 010081 branch le_send_notify_from_list 
-:      010083 antilost_power_standby_cb:
-0x346c 010084 fetch 2 ,mem_antl_le_sleep_timeout 
-0x346d 010085 store 2 ,mem_antl_le_sleep_timer 
-0x346e 010086 jam 1 ,mem_antl_key_scan_enable 
-0x346f 010087 branch antilost_fast_adv_start 
-:      010089 antilost_lpm_lock_process:
-0x3470 010090 fetch 1 ,mem_antl_key_state 
-0x3471 010091 beq 1 ,antilost_lpm_ctrl_for_led_buzzer 
-0x3472 010092 fetch 2 ,mem_ui_state_map 
-0x3473 010093 bbit0 ui_state_ble_connected ,antilost_lpm_ctrl_for_led_buzzer 
-0x3474 010094 fetch 1 ,mem_antl_lost_mode 
-0x3475 010095 beq 1 ,app_get_lpm_wake_lock 
-0x3476 010096 fetch 1 ,mem_antl_queue_curr_num 
-0x3477 010097 nbranch app_get_lpm_wake_lock ,blank 
-0x3478 010098 branch app_put_lpm_wake_lock 
-:      010100 antilost_lpm_ctrl_for_led_buzzer:
-0x3479 010101 fetch 1 ,mem_antl_led_state 
-0x347a 010102 fetcht 1 ,mem_antl_buzzer_state 
-0x347b 010103 ior temp ,pdata 
-0x347c 010104 beq 1 ,app_get_lpm_wake_lock 
-0x347d 010105 branch app_put_lpm_wake_lock 
-:      010107 antilost_bb_event_process:
-0x347e 010108 copy regc ,pdata 
-0x347f 010109 beq bt_evt_button_up ,app_event_button_up 
-0x3480 010110 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x3481 010111 beq bt_evt_le_connected ,antilost_le_process_conn 
-0x3482 010112 beq bt_evt_le_disconnected ,antilost_le_process_discon 
-0x3483 010113 beq bt_evt_le_parse_conn_papa_update_rsp ,antilost_le_conn_param_update_rsp_recieved 
-0x3484 010114 rtn 
-:      010115 antilost_le_conn_param_update_rsp_recieved:
-0x3485 010116 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x3486 010117 beq ble_signaling_connect_parameter_update_rejected ,antilost_le_conn_param_rejected 
-:      010118 antilost_le_conn_param_accepted:
-0x3487 010119 fetch 2 ,mem_le_new_connslavelatency 
-0x3488 010120 branch antilost_master_nonsupport_latency ,blank 
-:      010121 antilost_le_conn_param_updata_procedure_sucsess:
-0x3489 010122 jam conn_param_updata_procedure_complete ,mem_antl_conn_updata_procedure_state 
-0x348a 010123 jam 60 ,mem_antl_conn_update_timer 
-0x348b 010124 rtn 
-:      010126 antilost_le_conn_param_rejected:
-0x348c 010127 fetch 2 ,mem_le_latency 
-0x348d 010128 branch antilost_conn_param_updata_procedure_faild ,blank 
-:      010129 antilost_conn_param_retransimiting:
-0x348e 010130 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
-0x348f 010131 fetcht 2 ,mem_interval_increment 
-0x3490 010132 fetch 2 ,mem_le_interval_min 
-0x3491 010133 iadd temp ,pdata 
-0x3492 010134 store 2 ,mem_le_interval_min 
-0x3493 010135 copy pdata ,rega 
-0x3494 010136 fetch 2 ,mem_le_interval_max 
-0x3495 010137 iadd temp ,pdata 
-0x3496 010138 store 2 ,mem_le_interval_max 
-0x3497 010139 iadd rega ,pdata 
-0x3498 010140 rshift pdata ,temp 
-0x3499 010141 fetch 2 ,mem_antl_le_unnormal_interval_max 
-0x349a 010142 idiv temp 
-0x349b 010143 call wait_div_end 
-0x349c 010144 quotient pdata 
-0x349d 010145 store 2 ,mem_le_latency 
-0x349e 010146 jam 1 ,mem_antl_send_updata_le_param_timer 
-0x349f 010147 rtn 
-:      010148 antilost_conn_param_updata_procedure_faild:
-0x34a0 010149 jam conn_param_updata_procedure_faild ,mem_antl_conn_updata_procedure_state 
-0x34a1 010150 rtn 
-:      010152 antilost_master_nonsupport_latency:
-0x34a2 010153 jam 0 ,mem_lpm_mult 
-0x34a3 010154 jam 0 ,mem_antl_send_updata_le_param_timer 
-0x34a4 010155 fetch 2 ,mem_le_new_conninterval 
-0x34a5 010156 fetcht 2 ,mem_antl_le_unnormal_interval_min 
-0x34a6 010157 isub temp ,null 
-0x34a7 010158 setflag positive ,0 ,rega 
-0x34a8 010159 fetch 2 ,mem_antl_le_unnormal_interval_max 
-0x34a9 010160 fetcht 2 ,mem_le_new_conninterval 
-0x34aa 010161 isub temp ,pdata 
-0x34ab 010162 setflag positive ,1 ,rega 
-0x34ac 010163 compare 0x03 ,rega ,0x03 
-0x34ad 010164 rtn true 
-0x34ae 010165 fetch 8 ,mem_antl_le_unnormal_interval_min 
-0x34af 010166 store 8 ,mem_le_interval_min 
-0x34b0 010167 jam 1 ,mem_antl_send_updata_le_param_timer 
-0x34b1 010168 rtn 
-:      010171 antilost_le_bb_event_timer:
-0x34b2 010173 call app_power_timer 
-0x34b3 010174 call antilost_double_click_timer 
-0x34b4 010175 call antilost_le_fast_adv_timer 
-0x34b5 010176 call antilost_le_sleep_timer 
-0x34b6 010177 call antilost_app_updata_le_param_timer 
-0x34b7 010178 call antilost_conn_update_timer 
-0x34b8 010179 branch antilost_adc_check_timer 
-:      010182 antilost_double_click_timer:
-0x34b9 010183 arg mem_double_click_timer ,regc 
-0x34ba 010184 arg antilost_double_click_timeout ,regb 
-0x34bb 010185 branch timer_single_step 
-:      010186 antilost_double_click_timeout:
-0x34bc 010187 jam 0 ,mem_butten_click_cnt 
-0x34bd 010188 rtn 
-:      010189 antilost_le_fast_adv_timer:
-0x34be 010190 arg mem_antl_fast_adv_timer ,regc 
-0x34bf 010191 arg antilost_le_fast_adv_timeout ,regb 
-0x34c0 010192 branch timer_single_step_2b 
-:      010193 antilost_le_fast_adv_timeout:
-0x34c1 010194 arg mem_antl_slow_adv_led_style ,regc 
-0x34c2 010195 arg mem_antl_slow_adv_lpm_interval ,regb 
-0x34c3 010196 branch antilost_adv_start_common 
-:      010199 antilost_conn_update_timer:
-0x34c4 010200 arg mem_antl_conn_update_timer ,regc 
-0x34c5 010201 arg antilost_conn_update_timer_time_out ,regb 
-0x34c6 010202 branch timer_single_step 
-:      010204 antilost_conn_update_timer_time_out:
-0x34c7 010205 fetch 2 ,mem_le_latency 
-0x34c8 010206 store 1 ,mem_lpm_mult 
-0x34c9 010207 rtn 
-:      010208 antilost_app_updata_le_param_timer:
-0x34ca 010209 arg mem_antl_send_updata_le_param_timer ,regc 
-0x34cb 010210 arg antilost_app_updata_le_param_timeout ,regb 
-0x34cc 010211 branch timer_single_step 
-:      010212 antilost_app_updata_le_param_timeout:
-0x34cd 010213 fetch 1 ,mem_le_state 
-0x34ce 010214 compare 0 ,pdata ,0x60 
-0x34cf 010215 nbranch antilost_wait_for_updata_param_instant_expire ,true 
-0x34d0 010216 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
-0x34d1 010217 call app_lpm_mult_enable 
-0x34d2 010218 branch le_l2cap_tx_update_req 
-:      010219 antilost_wait_for_updata_param_instant_expire:
-0x34d3 010220 jam 1 ,mem_antl_send_updata_le_param_timer 
-0x34d4 010221 rtn 
-:      010223 antilost_le_sleep_timer:
-0x34d5 010224 arg mem_antl_le_sleep_timer ,regc 
-0x34d6 010225 arg antilost_le_sleep_timer_timeout ,regb 
-0x34d7 010226 branch timer_single_step_2b 
-:      010229 antilost_le_sleep_timer_timeout:
-0x34d8 010230 branch app_button_long_pressed 
-:      010232 antilost_adc_check_timer:
-0x34d9 010235 arg mem_adc_timer ,regc 
-0x34da 010236 arg antilost_adc_check_timer_timeout ,regb 
-0x34db 010237 branch timer_single_step_2b 
-:      010238 antilost_adc_check_timer_timeout:
-0x34dc 010239 fetch 2 ,mem_adc_timeout 
-0x34dd 010240 store 2 ,mem_adc_timer 
-0x34de 010241 branch antilost_battery_process 
-:      010244 antilost_le_process_conn:
-0x34df 010245 fetch 2 ,mem_adc_timeout 
-0x34e0 010246 store 2 ,mem_adc_timer 
-0x34e1 010247 setarg 0 
-0x34e2 010248 store 2 ,mem_antl_fast_adv_timer 
-0x34e3 010249 store 2 ,mem_antl_le_sleep_timer 
-0x34e4 010250 call antilost_alert_off 
-0x34e5 010251 call antilost_led_buzzer_stop_blink 
-0x34e6 010252 jam 0 ,mem_lpm_mult 
-0x34e7 010253 branch app_ble_stop_adv 
-:      010256 antilost_le_process_discon:
-0x34e8 010259 setarg 0 
-0x34e9 010260 store 4 ,mem_adc_timer 
-0x34ea 010261 store 3 ,mem_antl_conn_updata_procedure_state 
-0x34eb 010262 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x34ec 010264 jam 1 ,mem_alarm_config_notfy_cnt 
-0x34ed 010265 fetch 2 ,mem_antl_le_sleep_timeout 
-0x34ee 010266 store 2 ,mem_antl_le_sleep_timer 
-0x34ef 010267 call queue_init 
-0x34f0 010268 fetch 1 ,mem_antl_power_state 
-0x34f1 010269 rtneq power_off 
-0x34f2 010270 call antilost_fast_adv_start 
-0x34f3 010271 branch antilost_on_off_alarm_after_disconn 
-:      010274 antilost_le_conn_process:
-0x34f4 010276 branch antilost_key_process 
-:      010278 antilost_idle_process:
-0x34f5 010280 fetch 1 ,mem_antl_power_state 
-0x34f6 010281 rtnne power_standby 
-0x34f7 010282 branch antilost_key_process 
-:      010287 antilost_power_starting_cb:
-0x34f8 010288 arg mem_antl_power_starting_buzzer_style ,regc 
-0x34f9 010289 call antilost_buzzer_configuration 
-0x34fa 010290 arg mem_antl_power_starting_led_style ,regc 
-:      010291 antilost_power_common:
-0x34fb 010292 branch antilost_led_configuration 
-:      010294 antilost_power_off_cb:
-0x34fc 010295 jam off ,mem_le_adv_enable 
-0x34fd 010296 arg mem_antl_power_off_buzzer_style ,regc 
-0x34fe 010297 call antilost_buzzer_configuration 
-0x34ff 010298 arg mem_antl_power_off_led_style ,regc 
-0x3500 010299 branch antilost_power_common 
-:      010301 antilost_le_receive_data_process:
-0x3501 010302 fetch 1 ,mem_le_att_opcode 
-0x3502 010303 beq attop_write_request ,antilost_le_parse_att_write_request 
-0x3503 010304 rtn 
-:      010305 antilost_le_parse_att_write_request:
-0x3504 010306 fetch 2 ,mem_le_att_handle 
-0x3505 010308 beq new_spec_write_handle ,antilost_cmd_parse_for_application 
-0x3506 010309 beq new_spec_notification_enable_handle ,antilost_notify_alarm_config_first_time 
-0x3507 010310 rtn 
-:      010315 antilost_key_process:
-0x3508 010316 fetch 1 ,mem_antl_key_scan_enable 
-0x3509 010317 rtn blank 
-0x350a 010318 branch keyscan_key_process 
-:      010322 antilost_key_up_down:
-0x350b 010323 copy rega ,pdata 
-0x350c 010324 branch antilost_key_is_up ,blank 
-:      010325 antilost_key_is_down:
-0x350d 010326 copy queue ,pdata 
-0x350e 010327 beq 0 ,antilost_key0_down 
-0x350f 010328 rtn 
-:      010329 antilost_key_is_up:
-0x3510 010330 copy queue ,pdata 
-0x3511 010331 beq 0 ,antilost_key0_up 
-0x3512 010332 rtn 
-:      010334 antilost_key0_down:
-0x3513 010335 jam 1 ,mem_antl_key_state 
-0x3514 010336 arg mem_antl_key_buzzer_style ,regc 
-0x3515 010337 call antilost_buzzer_configuration 
-0x3516 010338 arg mem_antl_key_led_style ,regc 
-0x3517 010339 call antilost_led_configuration 
-0x3518 010340 fetch 2 ,mem_ui_state_map 
-0x3519 010341 bbit0 ui_state_ble_connected ,antilost_butten_down_while_disconn 
-0x351a 010342 branch antilost_butten_down_after_conn 
-:      010344 antilost_key0_up:
-0x351b 010345 jam 0 ,mem_antl_key_state 
-0x351c 010346 branch antilost_double_click_timer_init 
-:      010350 antilost_double_click_timer_init:
-0x351d 010351 fetch 1 ,mem_butten_click_cnt 
-0x351e 010352 rtnne 1 
-0x351f 010353 jam 5 ,mem_double_click_timer 
-0x3520 010354 rtn 
-:      010356 antilost_butten_down_after_conn:
-0x3521 010357 fetch 1 ,mem_butten_click_cnt 
-0x3522 010358 pincrease 1 
-0x3523 010359 store 1 ,mem_butten_click_cnt 
-0x3524 010360 beq 1 ,antilost_click_once 
-0x3525 010361 beq 2 ,antilost_click_twice 
-0x3526 010362 rtn 
-:      010363 antilost_click_once:
-0x3527 010364 call antilost_alert_off 
-0x3528 010365 jam opcode1_butten_click_once ,mem_antl_key0_press + 5 
-0x3529 010366 arg mem_antl_key0_press ,regc 
-0x352a 010367 branch antilost_prepare_data_and_send 
-:      010368 antilost_click_twice:
-0x352b 010369 jam 0 ,mem_butten_click_cnt 
-0x352c 010370 jam opcode2_butten_double_click ,mem_antl_key0_press + 5 
-0x352d 010371 arg mem_antl_key0_press ,regc 
-0x352e 010372 call antilost_prepare_data_and_send 
-0x352f 010373 fetch 1 ,mem_antl_lost_mode 
-0x3530 010374 beq 1 ,antilost_alert_on 
-0x3531 010375 rtn 
-:      010377 antilost_butten_down_while_disconn:
-0x3532 010378 fetch 2 ,mem_antl_le_sleep_timeout 
-0x3533 010379 store 2 ,mem_antl_le_sleep_timer 
-0x3534 010380 call antilost_alert_off 
-0x3535 010381 branch antilost_fast_adv_start 
-:      010384 antilost_cmd_parse_for_application:
-0x3536 010385 bpatch patch19_5 ,mem_patch19 
-0x3537 010386 call le_app_receive_data 
-0x3538 010387 ifetch 1 ,rega 
-0x3539 010388 beq opcode3_antl_start_alram ,antilost_on_of_alram 
-0x353a 010389 beq opcode7_antl_config_alram ,antilost_configuration_for_alram 
-0x353b 010390 rtn 
-:      010392 antilost_on_of_alram:
-0x353c 010393 fetch 1 ,mem_antl_lost_mode 
-0x353d 010394 beq anti_le_alarm_off ,antilost_alert_on 
-0x353e 010395 beq anti_le_alarm_on ,antilost_alert_off 
-0x353f 010396 rtn 
-:      010398 antilost_configuration_for_alram:
-0x3540 010399 ifetch 1 ,regb 
-0x3541 010400 beq 1 ,antilost_set_start_alarm_after_disconn 
-0x3542 010401 beq 0 ,antilost_set_no_alarm_after_disconn 
-0x3543 010402 rtn 
-:      010409 antilost_prepare_data_and_send:
-0x3544 010410 bpatch patch19_6 ,mem_patch19 
-0x3545 010411 fetch 1 ,mem_client_characteristic_configuration_descriptor 
-0x3546 010412 isolate1 notification_enable_bit ,pdata 
-0x3547 010413 nrtn true 
-0x3548 010414 add regc ,6 ,contr 
-0x3549 010415 ifetch 2 ,contr 
-0x354a 010416 byteswap pdata ,pdata 
-0x354b 010417 add pdata ,5 ,loopcnt 
-0x354c 010418 add regc ,3 ,contr 
-0x354d 010419 call calc_check_sum_start 
-0x354e 010420 istore 1 ,contr 
-0x354f 010421 copy regc ,rega 
-0x3550 010422 branch queue_push 
-:      010428 antilost_alert_on:
-0x3551 010429 fetch 1 ,mem_antl_power_state 
-0x3552 010430 rtn blank 
-0x3553 010431 jam 1 ,mem_antl_lost_mode 
-0x3554 010432 arg mem_antl_alert_buzzer_stlye ,regc 
-0x3555 010433 call antilost_buzzer_configuration 
-0x3556 010434 arg mem_antl_alert_led_stlye ,regc 
-0x3557 010435 call antilost_led_configuration 
-0x3558 010436 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
-0x3559 010437 jam 1 ,mem_antl_key0_release + 8 
-0x355a 010438 arg mem_antl_key0_release ,regc 
-0x355b 010439 branch antilost_prepare_data_and_send 
-:      010440 antilost_alert_off:
-0x355c 010441 fetch 1 ,mem_antl_lost_mode 
-0x355d 010442 rtn blank 
-0x355e 010443 jam 0 ,mem_antl_lost_mode 
-0x355f 010444 call antilost_led_buzzer_stop_blink 
-0x3560 010445 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
-0x3561 010446 jam 0 ,mem_antl_key0_release + 8 
-0x3562 010447 arg mem_antl_key0_release ,regc 
-0x3563 010448 branch antilost_prepare_data_and_send 
-:      010450 antilost_set_start_alarm_after_disconn:
-0x3564 010451 jam 1 ,mem_alarm_config 
-0x3565 010452 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
-0x3566 010453 jam 1 ,mem_antl_key0_release + 8 
-0x3567 010454 arg mem_antl_key0_release ,regc 
-0x3568 010455 branch antilost_prepare_data_and_send 
-:      010456 antilost_set_no_alarm_after_disconn:
-0x3569 010457 jam 0 ,mem_alarm_config 
-0x356a 010458 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
-0x356b 010459 jam 0 ,mem_antl_key0_release + 8 
-0x356c 010460 arg mem_antl_key0_release ,regc 
-0x356d 010461 branch antilost_prepare_data_and_send 
-:      010462 antilost_on_off_alarm_after_disconn:
-0x356e 010463 fetch 1 ,mem_alarm_config 
-0x356f 010464 rtn blank 
-0x3570 010465 branch antilost_alert_on 
-:      010467 antilost_notify_alarm_config_first_time:
-0x3571 010468 ifetch 2 ,rega 
-0x3572 010469 store 2 ,mem_client_characteristic_configuration_descriptor 
-0x3573 010470 isolate1 notification_enable_bit ,pdata 
-0x3574 010471 nrtn true 
-0x3575 010472 fetch 1 ,mem_alarm_config_notfy_cnt 
-0x3576 010473 rtn blank 
-0x3577 010474 jam 0 ,mem_alarm_config_notfy_cnt 
-0x3578 010475 fetch 8 ,mem_antl_le_interval_min 
-0x3579 010476 store 8 ,mem_le_interval_min 
-0x357a 010477 jam 2 ,mem_antl_send_updata_le_param_timer 
-0x357b 010478 call antilost_battery_process 
-0x357c 010479 call antilost_battery_calculate_end 
-0x357d 010480 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
-0x357e 010481 fetch 1 ,mem_alarm_config 
-0x357f 010482 store 1 ,mem_antl_key0_release + 8 
-0x3580 010483 arg mem_antl_key0_release ,regc 
-0x3581 010484 branch antilost_prepare_data_and_send 
-:      010488 antilost_buzzer_configuration:
-0x3582 010489 arg 1 ,rega 
-0x3583 010490 branch antilost_configuration_common 
-:      010491 antilost_led_configuration:
-0x3584 010492 arg 0 ,rega 
-:      010493 antilost_configuration_common:
-0x3585 010494 branch antilost_led_buzzer_style_configuration 
-:      010496 antilost_led_buzzer_stop_blink:
-0x3586 010497 arg 0 ,rega 
-0x3587 010498 call ui_led_blink_stop_global 
-0x3588 010499 arg 1 ,rega 
-0x3589 010500 call ui_led_blink_stop_global 
-0x358a 010501 fetch 1 ,mem_buzzer_pwm_conf 
-0x358b 010502 branch pwm_disable 
-:      010504 antilost_led_buzzer_style_configuration:
-0x358c 010505 call calc_curr_struct_prt 
-0x358d 010506 arg 7 ,loopcnt 
-0x358e 010507 branch ui_led_set_style_global + 2 
-:      010511 antilost_fast_adv_start:
-0x358f 010512 arg mem_antl_fast_adv_led_style ,regc 
-0x3590 010513 arg mem_antl_lpm_interval ,regb 
-:      010514 antilost_adv_start_common:
-0x3591 010515 call antilost_adv_interval_lpm_interval_set 
-0x3592 010516 call antilost_led_configuration 
-0x3593 010517 fetch 2 ,mem_antl_fast_adv_timeout 
-0x3594 010518 store 2 ,mem_antl_fast_adv_timer 
-0x3595 010519 branch app_ble_start_adv 
-:      010521 antilost_adv_interval_lpm_interval_set:
-0x3596 010522 ifetch 2 ,regb 
-0x3597 010523 store 2 ,mem_lpm_interval 
-0x3598 010524 ifetch 2 ,contr 
-0x3599 010525 store 2 ,mem_le_adv_interval 
-0x359a 010526 rtn 
-:      010528 antilost_buzzer_pwm_init:
-0x359b 010529 arg 0 ,rega 
-0x359c 010530 call pwm_init 
-0x359d 010531 fetch 6 ,mem_buzzer_pwm_conf 
-0x359e 010532 store 6 ,mem_pdatatemp 
-0x359f 010533 call pwm_out_set 
-0x35a0 010534 fetch 1 ,mem_buzzer_pwm_conf 
-0x35a1 010535 branch pwm_disable 
-:      010537 antilost_led_on_cb:
-0x35a2 010538 jam 1 ,mem_antl_led_state 
-0x35a3 010539 rtn 
-:      010540 antilost_led_off_cb:
-0x35a4 010541 jam 0 ,mem_antl_led_state 
-0x35a5 010542 rtn 
-:      010546 antilost_buzzer_off:
-0x35a6 010547 jam 0 ,mem_antl_buzzer_state 
-0x35a7 010548 fetch 1 ,mem_buzzer_pwm_conf 
-0x35a8 010549 branch pwm_disable 
-:      010551 antilost_buzzer_on:
-0x35a9 010552 jam 1 ,mem_antl_buzzer_state 
-0x35aa 010553 fetch 6 ,mem_buzzer_pwm_conf 
-0x35ab 010554 store 6 ,mem_pdatatemp 
-0x35ac 010555 branch pwm_out_set 
-:      010559 antilost_adc_init:
-0x35ad 010560 jam 0 ,mem_adc_config_flag 
-0x35ae 010561 branch adc_init_data 
-:      010563 antilost_battery_process:
-0x35af 010564 call adc_set_mode 
-0x35b0 010565 call vdd_calculate_by_mode 
-0x35b1 010566 store 2 ,mem_battery_current_voltage 
-0x35b2 010567 arg mem_battery_calculate_set ,rega 
-0x35b3 010568 call adc_bat_percent_lowpower_out 
-0x35b4 010569 store 1 ,mem_voltage_remain_percent 
-0x35b5 010570 beq 0 ,antilost_low_battery 
-0x35b6 010571 sub pdata ,0x64 ,null 
-0x35b7 010572 nbranch antilost_full_battery ,positive 
-0x35b8 010573 store 1 ,mem_antl_key0_release + 8 
-:      010574 antilost_battery_calculate_end:
-0x35b9 010575 jam opcode5_batter_information ,mem_antl_key0_release + 5 
-0x35ba 010576 arg mem_antl_key0_release ,regc 
-0x35bb 010577 branch antilost_prepare_data_and_send 
-:      010578 antilost_full_battery:
-0x35bc 010579 jam 100 ,mem_antl_key0_release + 8 
-0x35bd 010580 branch antilost_battery_calculate_end 
-:      010582 antilost_low_battery:
-0x35be 010583 branch app_button_long_pressed 
-:      010587 car_init:
-0x35bf 010588 rtn wake 
-0x35c0 010589 hfetch 1 ,core_gpio_sel1 
-0x35c1 010590 and_into 0xf0 ,pdata 
-0x35c2 010591 hstore 1 ,core_gpio_sel1 
-0x35c3 010592 setarg car_le_before_hibernate 
-0x35c4 010593 store 2 ,mem_cb_before_hibernate 
-0x35c5 010595 setarg car_le_process_lpm_before 
-0x35c6 010596 store 2 ,mem_cb_before_lpm 
-0x35c7 010598 setarg app_enter_hibernate 
-0x35c8 010599 store 2 ,mem_cb_discovry_timeout 
-0x35c9 010601 setarg car_scale_process_idle 
-0x35ca 010602 store 2 ,mem_cb_idle_process 
-0x35cb 010604 setarg car_scale_process_bb_event 
-0x35cc 010605 store 2 ,mem_cb_bb_event_process 
-0x35cd 010607 setarg app_get_lpm_wake_lock 
-0x35ce 010608 store 2 ,mem_cb_check_wakelock 
-0x35cf 010610 setarg car_le_receive_data 
-0x35d0 010611 store 2 ,mem_cb_att_write 
-0x35d1 010613 setarg car_le_bb_event_timer 
-0x35d2 010614 store 2 ,mem_cb_event_timer 
-0x35d3 010616 call g24_head_ptr2regc 
-0x35d4 010617 setarg car_24g_receive_data 
-0x35d5 010618 add regc ,offset_24g_cb_rxdata_type1 ,contw 
-0x35d6 010619 istore 2 ,contw 
-0x35d7 010621 setarg car_power_off_signal 
-0x35d8 010622 store 2 ,mem_remote_car_power_off_cb 
-0x35d9 010624 setarg car_soft_switch_power_on_signal 
-0x35da 010625 store 2 ,mem_remote_car_power_standby_cb 
-0x35db 010627 bpatch patch19_7 ,mem_patch19 
-0x35dc 010628 call car_init_environment 
-0x35dd 010629 call queue_init 
-0x35de 010630 jam 2 ,mem_lpm_mult 
-0x35df 010631 jam power_on ,mem_car_24g_received_pac 
-0x35e0 010632 fetch 1 ,mem_car_config_soft_switch_enable 
-0x35e1 010633 store 1 ,mem_car_hard_soft_switch 
-0x35e2 010634 beq hard_switch ,car_hard_switch_power_on_signal 
-0x35e3 010635 fetch 1 ,mem_car_config_soft_switch_gpio 
-0x35e4 010636 store 1 ,mem_ui_button_gpio 
-0x35e5 010637 jam off ,mem_le_adv_enable 
-:      010638 car_soft_switch_power_on_init:
-0x35e6 010639 call car_ui_led_init 
-0x35e7 010640 call ui_button_init 
-0x35e8 010641 call ui_button_polling 
-0x35e9 010642 jam power_starting ,mem_car_power_state 
-0x35ea 010643 fetch 2 ,mem_ui_state_map 
-0x35eb 010644 rtnbit1 ui_state_btn_down 
-0x35ec 010645 branch app_enter_hibernate 
-:      010647 car_power_off_signal:
-0x35ed 010648 branch car_ui_led_init 
-:      010650 car_hard_switch_power_on_signal:
-0x35ee 010651 jam power_standby ,mem_car_power_state 
-:      010652 car_soft_switch_power_on_signal:
-0x35ef 010653 jam on ,mem_le_adv_enable 
-0x35f0 010654 call car_ui_led_init 
-0x35f1 010655 arg 0 ,rega 
-0x35f2 010656 call ui_led_blink_start_global 
-0x35f3 010658 setarg fast_adv_interval_value_car 
-0x35f4 010659 call shutter_ble_adv_interval_set 
-:      010660 car_le_modified_name_adv:
-0x35f5 010661 arg mem_le_name + 7 ,contw 
-0x35f6 010662 fetch 1 ,mem_le_lap 
-:      010663 car_name_loop:
-0x35f7 010664 and pdata ,0xF0 ,temp 
-0x35f8 010665 rshift4 temp ,temp 
-0x35f9 010666 call car_hex_to_ascii 
-0x35fa 010667 istoret 1 ,contw 
-0x35fb 010668 and pdata ,0x0F ,temp 
-0x35fc 010669 call car_hex_to_ascii 
-0x35fd 010670 istoret 1 ,contw 
-0x35fe 010671 call le_modified_name_att_list 
-0x35ff 010672 fetcht 1 ,mem_le_name_len 
-0x3600 010673 copy temp ,loopcnt 
-0x3601 010674 arg mem_le_adv_data + 2 ,contw 
-0x3602 010675 arg mem_le_name ,contr 
-0x3603 010676 call memcpy 
-:      010677 car_le_modified_name_scan:
-0x3604 010678 fetcht 1 ,mem_le_name_len 
-0x3605 010679 copy temp ,loopcnt 
-0x3606 010680 arg mem_le_scan_data + 2 ,contw 
-0x3607 010681 arg mem_le_name ,contr 
-0x3608 010682 branch memcpy 
-:      010683 car_hex_to_ascii:
-0x3609 010684 sub temp ,9 ,null 
-0x360a 010685 branch car_hex_num ,positive 
-0x360b 010686 add temp ,55 ,temp 
-0x360c 010687 rtn 
-:      010688 car_hex_num:
-0x360d 010689 add temp ,48 ,temp 
-0x360e 010690 rtn 
-:      010692 car_ui_led_init:
-0x360f 010693 fetch 1 ,mem_car_config_blood_led1_gpio 
-0x3610 010694 bne invalid_pin_num ,car_blood_led_gpio_set 
-:      010695 car_ui_led_init_1:
-0x3611 010696 fetch 1 ,mem_car_config_pairing_led_gpio 
-0x3612 010697 bne invalid_pin_num ,car_pairing_led_gpio_set 
-:      010698 car_ui_led_init_2:
-0x3613 010699 fetch 1 ,mem_car_config_low_voltage_led_gpio 
-0x3614 010700 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
-:      010701 car_ui_led_init_3:
-0x3615 010702 fetch 1 ,mem_car_led_num 
-0x3616 010703 copy pdata ,loopcnt 
-0x3617 010704 setarg mem_car_led_map 
-0x3618 010705 copy pdata ,rega 
-:      010706 car_in_lp1:
-0x3619 010707 copy rega ,contr 
-0x361a 010708 ifetch 1 ,contr 
-0x361b 010709 copy contr ,rega 
-0x361c 010710 beq invalid_pin_num ,car_in_lp1_end 
-0x361d 010711 copy pdata ,temp 
-0x361e 010712 call gpio_config_output 
-:      010713 car_in_lp1_end:
-0x361f 010714 loop car_in_lp1 
-:      010715 car_ui_led_init_end:
-0x3620 010716 rtn 
-:      010717 car_blood_led_gpio_set:
-0x3621 010718 fetch 8 ,mem_car_config_blood_led1_gpio 
-0x3622 010719 store 8 ,mem_car_led_map + 2 
-0x3623 010720 branch car_ui_led_init_1 
-:      010721 car_pairing_led_gpio_set:
-0x3624 010722 store 1 ,mem_car_led_map 
-0x3625 010723 branch car_ui_led_init_2 
-:      010724 car_low_voltage_led_gpio_set:
-0x3626 010725 store 1 ,mem_car_led_map + 1 
-0x3627 010726 branch car_ui_led_init_3 
-:      010729 car_init_environment:
-0x3628 010730 arg 0 ,rega 
-0x3629 010731 call pwm_init 
-0x362a 010732 call car_ir_rx_init 
-0x362b 010733 call g24_receive_process_init 
-0x362c 010734 branch car_init_adc_hvin 
-:      010736 car_init_adc_hvin:
-0x362d 010737 jam 100 ,mem_car_notify_vdd_value_last 
-0x362e 010738 fetch 1 ,mem_car_config_low_voltage_led_gpio 
-0x362f 010739 store 1 ,mem_car_style2_struct_led_gpio 
-0x3630 010740 branch adc_init_data 
-:      010742 car_le_before_hibernate:
-0x3631 010743 call gpio_set_before_lpm_common 
-0x3632 010744 branch keyscan_process_lpm_before 
-:      010746 car_le_process_lpm_before:
-0x3633 010747 branch keyscan_process_lpm_before 
-:      010749 car_key_scan_process:
-0x3634 010752 branch keyscan_key_process 
-:      010754 car_scale_process_idle:
-0x3635 010755 call car_le_send_packet 
-0x3636 010756 call car_ir_receive_process 
-0x3637 010757 call car_g24_status_process 
-0x3638 010758 branch car_key_scan_process 
-:      010760 car_g24_status_process:
-0x3639 010761 fetch 2 ,mem_ui_state_map 
-0x363a 010762 rtnbit1 ui_state_ble_connected 
-0x363b 010763 fetch 1 ,mem_car_24g_received_pac 
-0x363c 010764 beq work_paired ,car_g24_connected_event 
-0x363d 010765 rtn 
-:      010766 car_g24_connected_event:
-0x363e 010767 fetch 1 ,mem_car_24g_status 
-0x363f 010768 rtneq work_paired 
-0x3640 010769 jam work_paired ,mem_car_24g_status 
-0x3641 010770 branch car_g24_connected 
-:      010772 car_le_send_packet:
-0x3642 010773 fetch 2 ,mem_ui_state_map 
-0x3643 010774 rtnbit0 ui_state_ble_connected 
-0x3644 010775 call le_fifo_check_nearly_full 
-0x3645 010776 nrtn blank 
-0x3646 010777 arg mem_car_pop_queue_buff ,rega 
-0x3647 010778 call queue_pop 
-0x3648 010779 nrtn user 
-0x3649 010780 arg mem_car_pop_queue_buff ,contr 
-0x364a 010781 branch le_send_notify_from_list 
-:      010783 car_scale_process_bb_event:
-0x364b 010784 copy regc ,pdata 
-0x364c 010785 beq bt_evt_button_up ,app_event_button_up 
-0x364d 010786 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x364e 010787 beq bt_evt_le_connected ,car_scale_event_le_conn 
-0x364f 010788 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
-0x3650 010789 rtn 
-:      010791 car_scale_event_le_conn:
-0x3651 010792 setarg disable_24g 
-0x3652 010793 call g24_store_mem_24g_mode 
-0x3653 010794 branch car_scale_process_conn 
-:      010795 car_g24_connected:
-0x3654 010796 fetch 2 ,mem_car_24g_no_data_timeout_count 
-0x3655 010797 store 2 ,mem_car_24g_no_data_timeout_timer 
-:      010798 car_scale_process_conn:
-0x3656 010799 jam 0x14 ,mem_car_notify_vdd_timer 
-0x3657 010800 jam 0 ,mem_lpm_mode 
-0x3658 010801 call app_ble_stop_adv 
-0x3659 010802 call app_lpm_mult_enable 
-0x365a 010803 fetch 1 ,mem_car_config_pairing_led_conn_status 
-0x365b 010804 beq 0x01 ,car_pairing_led_conn_status_setting 
-:      010805 car_scale_process_conn_next:
-0x365c 010806 arg 0 ,rega 
-0x365d 010807 branch ui_led_on_global 
-:      010808 car_pairing_led_conn_status_setting:
-0x365e 010809 arg 0 ,rega 
-0x365f 010810 branch ui_led_blink_stop_global 
-:      010812 car_scale_event_le_discon:
-0x3660 010813 setarg rx_24g 
-0x3661 010814 call g24_store_mem_24g_mode 
-:      010815 car_g24_disconnect:
-0x3662 010816 setarg 0 
-0x3663 010817 store 5 ,mem_car_led_control 
-0x3664 010818 setarg 4 
-0x3665 010819 call pwm_disable 
-0x3666 010820 setarg 5 
-0x3667 010821 call pwm_disable 
-0x3668 010822 setarg 20 
-0x3669 010823 call pwm_disable 
-0x366a 010824 setarg 21 
-0x366b 010825 call pwm_disable 
-0x366c 010826 setarg 22 
-0x366d 010827 call pwm_disable 
-0x366e 010828 setarg 7 
-0x366f 010829 call pwm_disable 
-0x3670 010830 call queue_init 
-0x3671 010831 jam 10 ,mem_motor1_speed 
-0x3672 010832 jam 10 ,mem_motor2_speed 
-0x3673 010833 jam 10 ,mem_motor3_speed 
-0x3674 010835 jam 2 ,mem_lpm_mult 
-0x3675 010836 arg 0 ,rega 
-0x3676 010837 call ui_led_blink_start_global 
-0x3677 010839 setarg fast_adv_interval_value_car 
-0x3678 010840 call shutter_ble_adv_interval_set 
-0x3679 010841 branch app_ble_start_adv 
-:      010843 car_le_bb_event_timer:
-0x367a 010845 call car_moto1_blank_data_timer 
-0x367b 010846 call car_moto2_blank_data_timer 
-0x367c 010847 call car_moto3_blank_data_timer 
-0x367d 010848 call app_power_timer 
-0x367e 010849 call car_led_control_timer 
-0x367f 010850 call car_notify_vdd_timer 
-0x3680 010851 call car_24g_no_data_timeout_timer 
-0x3681 010852 call car_ir_breakdown_timer 
-0x3682 010853 branch car_attack_shake_timer 
-:      010855 car_ir_breakdown_timer:
-0x3683 010856 arg mem_car_ir_breakdown_check_timer ,regc 
-0x3684 010857 arg car_ir_breakdown_timeout ,regb 
-0x3685 010858 branch timer_single_step 
-:      010859 car_ir_breakdown_timeout:
-0x3686 010860 call car_ir_gpio_get_status 
-0x3687 010861 nrtn true 
-0x3688 010862 jam 1 ,mem_car_ir_breakdown_flag 
-0x3689 010863 rtn 
-:      010865 car_24g_no_data_timeout_timer:
-0x368a 010866 arg mem_car_24g_no_data_timeout_timer ,regc 
-0x368b 010867 arg car_24g_no_data_timer_timeout ,regb 
-0x368c 010868 branch timer_single_step_2b 
-:      010869 car_24g_no_data_timer_timeout:
-0x368d 010870 jam work_search ,mem_car_24g_status 
-0x368e 010871 branch car_g24_disconnect 
-:      010873 car_attack_shake_timer:
-0x368f 010874 arg mem_car_attack_shake_timer ,regc 
-0x3690 010875 arg car_attack_shake ,regb 
-0x3691 010876 branch timer_single_step 
-:      010877 car_attack_shake:
-0x3692 010878 fetch 1 ,mem_car_attack_shake_flag 
-0x3693 010879 branch car_attack_shake_stop ,blank 
-0x3694 010880 jam 2 ,mem_car_attack_shake_timer 
-0x3695 010881 jam 0 ,mem_car_attack_shake_flag 
-0x3696 010882 setarg 0x0a02 
-0x3697 010883 store 2 ,mem_le_receive_payload 
-0x3698 010884 fetch 1 ,mem_car_config_device_select 
-0x3699 010885 beq device_battle_tank ,car_attack_shake_front_battle_tank 
-:      010886 car_attack_shake_front_battle_car:
-0x369a 010887 branch car_motor_control 
-:      010888 car_attack_shake_front_battle_tank:
-0x369b 010889 setarg 0x0a02 
-0x369c 010890 store 2 ,mem_le_receive_payload + 2 
-0x369d 010891 branch car_motor_control 
-:      010892 car_attack_shake_stop:
-0x369e 010893 setarg 0 
-0x369f 010894 store 4 ,mem_le_receive_payload 
-0x36a0 010895 branch car_motor_control 
-:      010897 car_notify_vdd_timer:
-0x36a1 010898 fetch 1 ,mem_car_config_bat_notify_enable 
-0x36a2 010899 rtn blank 
-0x36a3 010900 fetch 2 ,mem_ui_state_map 
-0x36a4 010901 bbit0 ui_state_ble_connected ,car_low_bat_led_off 
-0x36a5 010902 arg mem_car_notify_vdd_timer ,regc 
-0x36a6 010903 arg car_notify_vdd ,regb 
-0x36a7 010904 branch timer_single_step 
-:      010905 car_notify_vdd:
-0x36a8 010906 fetch 1 ,mem_car_notify_vdd_count 
-0x36a9 010907 store 1 ,mem_car_notify_vdd_timer 
-0x36aa 010908 fetch 1 ,mem_car_working_flag 
-0x36ab 010909 nrtn blank 
-:      010910 car_read_hvin:
-0x36ac 010911 call adc_set_mode 
-0x36ad 010912 call vdd_calculate_by_mode 
-0x36ae 010913 store 2 ,mem_vdd_now_vol 
-0x36af 010914 arg mem_vdd_calculate_set ,rega 
-0x36b0 010915 call adc_bat_percent_lowpower_out 
-0x36b1 010916 fetcht 1 ,mem_car_notify_vdd_value_last 
-0x36b2 010917 isub temp ,null 
-0x36b3 010918 branch car_notify_vdd_next2 ,positive 
-0x36b4 010919 store 1 ,mem_car_notify_vdd_value_last 
-0x36b5 010920 copy pdata ,temp 
-:      010921 car_notify_vdd_next2:
-0x36b6 010922 storet 1 ,mem_car_notify_vdd_percent 
-0x36b7 010923 fetch 1 ,mem_car_config_low_voltage_percent 
-0x36b8 010924 isub temp ,null 
-0x36b9 010925 call car_enter_low_bat ,positive 
-0x36ba 010926 storet 1 ,mem_notify_bat_payload 
-0x36bb 010927 arg 6 ,loopcnt 
-0x36bc 010928 arg mem_notify_bat_head ,contr 
-0x36bd 010929 call calc_check_sum_start 
-0x36be 010930 store 1 ,mem_notify_bat_check_sum 
-0x36bf 010931 arg mem_notify_bat_packet ,rega 
-0x36c0 010932 branch queue_push 
-:      010933 car_enter_low_bat:
-0x36c1 010934 fetch 1 ,mem_low_bat_flag 
-0x36c2 010935 nrtn blank 
-0x36c3 010936 jam 1 ,mem_low_bat_flag 
-0x36c4 010937 arg 1 ,rega 
-0x36c5 010938 branch ui_led_blink_start_global 
-:      010939 car_low_bat_led_off:
-0x36c6 010940 arg 1 ,rega 
-0x36c7 010941 branch ui_led_blink_stop_global 
-:      010943 car_led_control_timer:
-0x36c8 010944 arg mem_car_led_control_timer ,regc 
-0x36c9 010945 arg car_led_control ,regb 
-0x36ca 010946 branch timer_single_step 
-:      010947 car_led_control:
-0x36cb 010948 jam 5 ,mem_car_led_control_timer 
-0x36cc 010949 jam 0 ,mem_car_led_no 
-0x36cd 010950 fetch 1 ,mem_car_led_blink_status 
-0x36ce 010951 beq led_on ,car_led_control_blink_off 
-0x36cf 010952 beq led_off ,car_led_control_blink_on 
-:      010953 car_led_control_set:
-0x36d0 010954 arg mem_car_led_control ,contr 
-0x36d1 010955 copy contr ,rega 
-0x36d2 010956 arg 8 ,loopcnt 
-:      010957 car_led_control_timer_next:
-0x36d3 010958 copy rega ,contr 
-0x36d4 010959 ifetch 1 ,contr 
-0x36d5 010960 copy contr ,rega 
-0x36d6 010961 beq led_off ,car_led_control_off 
-0x36d7 010962 beq led_on ,car_led_control_on 
-0x36d8 010963 beq led_blink ,car_led_control_blink 
-:      010964 car_led_control_timer_next_2:
-0x36d9 010965 fetch 1 ,mem_car_led_no 
-0x36da 010966 increase 1 ,pdata 
-0x36db 010967 store 1 ,mem_car_led_no 
-0x36dc 010968 loop car_led_control_timer_next 
-0x36dd 010969 rtn 
-:      010970 car_led_switch:
-0x36de 010971 fetch 1 ,mem_car_led_no 
-0x36df 010972 arg mem_car_config_blood_led_gpio ,regb 
-0x36e0 010973 iadd regb ,regb 
-0x36e1 010974 ifetcht 1 ,regb 
-0x36e2 010975 rtn 
-:      010976 car_led_control_off:
-0x36e3 010977 call car_led_switch 
-0x36e4 010978 call gpio_out_inactive 
-0x36e5 010979 branch car_led_control_timer_next_2 
-:      010980 car_led_control_on:
-0x36e6 010981 call car_led_switch 
-0x36e7 010982 call gpio_out_active 
-0x36e8 010983 branch car_led_control_timer_next_2 
-:      010984 car_led_control_blink:
-0x36e9 010985 fetch 1 ,mem_car_led_blink_status 
-0x36ea 010986 beq led_on ,car_led_control_off 
-0x36eb 010987 branch car_led_control_on 
-:      010988 car_led_control_blink_on:
-0x36ec 010989 jam led_on ,mem_car_led_blink_status 
-0x36ed 010990 branch car_led_control_set 
-:      010991 car_led_control_blink_off:
-0x36ee 010992 jam led_off ,mem_car_led_blink_status 
-0x36ef 010993 branch car_led_control_set 
-:      010997 calc_check_sum_start:
-0x36f0 010998 arg 0 ,rega 
-:      010999 calc_check_sum_loop:
-0x36f1 011000 ifetch 1 ,contr 
-0x36f2 011001 iadd rega ,rega 
-0x36f3 011002 loop calc_check_sum_loop 
-:      011003 calc_check_sum_and:
-0x36f4 011004 and rega ,0xff ,pdata 
-0x36f5 011005 rtn 
-:      011007 car_le_receive_data:
-0x36f6 011008 fetch 1 ,mem_le_att_opcode 
-0x36f7 011009 beq attop_write_request ,car_le_parse_att_write_request 
-0x36f8 011010 rtn 
-:      011011 car_le_parse_att_write_request:
-0x36f9 011012 fetch 2 ,mem_le_att_handle 
-0x36fa 011013 beq att_car_control_handle ,car_control_le_receive 
-0x36fb 011014 rtn 
-:      011026 le_app_receive_data:
-0x36fc 011027 bpatch patch1a_0 ,mem_patch1a 
-0x36fd 011028 ifetch 5 ,rega 
-0x36fe 011029 store 5 ,mem_app_receive_temp 
-0x36ff 011030 fetch 2 ,mem_app_receive_temp 
-0x3700 011031 arg le_receive_packet_head ,temp 
-0x3701 011032 isub temp ,null 
-0x3702 011033 nrtn zero 
-0x3703 011034 fetch 2 ,mem_app_receive_temp + 3 
-0x3704 011035 byteswap pdata ,pdata 
-0x3705 011036 store 2 ,mem_app_receive_temp + 3 
-0x3706 011037 copy pdata ,loopcnt 
-0x3707 011038 increase 5 ,rega 
-0x3708 011039 copy rega ,contr 
-0x3709 011040 arg mem_app_receive_temp + 5 ,contw 
-0x370a 011041 call memcpy 
-0x370b 011042 ifetch 1 ,contr 
-0x370c 011043 store 1 ,mem_app_receive_temp + 15 
-0x370d 011044 arg mem_app_receive_temp + 2 ,rega 
-0x370e 011045 arg mem_app_receive_temp + 5 ,regb 
-0x370f 011046 rtn 
-:      011048 car_control_le_receive:
-0x3710 011049 setarg 0 
-0x3711 011050 store 5 ,mem_le_receive_payload 
-0x3712 011051 store 5 ,mem_le_receive_payload + 5 
-0x3713 011052 call le_app_receive_data 
-0x3714 011053 copy regb ,contr 
-0x3715 011054 arg mem_le_receive_payload ,contw 
-0x3716 011055 arg 10 ,loopcnt 
-0x3717 011056 call memcpy 
-:      011057 car_receive_cmd_select:
-0x3718 011058 bpatch patch1a_1 ,mem_patch1a 
-0x3719 011059 ifetch 1 ,rega 
-0x371a 011060 beq car_cmd_old_car_control ,car_drive_old 
-0x371b 011061 beq car_cmd_old_speed_control ,car_speed_set_old 
-0x371c 011062 beq car_cmd_l_r_motor_control ,car_motor_control 
-0x371d 011063 beq car_cmd_f_b_motor_control ,car_motor_control 
-0x371e 011064 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
-0x371f 011065 beq car_cmd_led_control ,car_led_control_receive 
-0x3720 011066 beq car_cmd_device_info ,car_info_request 
-0x3721 011067 rtn 
-:      011069 car_24g_receive_data:
-0x3722 011070 fetch 2 ,mem_ui_state_map 
-0x3723 011071 rtnbit1 ui_state_ble_connected 
-0x3724 011073 fetch 2 ,mem_car_24g_no_data_timeout_count 
-0x3725 011074 store 2 ,mem_car_24g_no_data_timeout_timer 
-0x3726 011076 jam work_paired ,mem_car_24g_received_pac 
-0x3727 011078 setarg offset_24g_rxdata_temp_add3 
-0x3728 011079 call g24_set_rega 
-0x3729 011080 call car_control_le_receive 
-0x372a 011082 fetch 1 ,mem_app_receive_temp + 2 
-0x372b 011083 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
-0x372c 011084 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
-0x372d 011085 rtn 
-:      011086 car_24g_receive_data_next:
-0x372e 011087 fetch 1 ,mem_le_receive_payload 
-0x372f 011088 ncall car_moto1_enable_blank_data_timer ,blank 
-0x3730 011089 fetch 1 ,mem_le_receive_payload + 2 
-0x3731 011090 ncall car_moto2_enable_blank_data_timer ,blank 
-0x3732 011091 fetch 1 ,mem_le_receive_payload + 4 
-0x3733 011092 ncall car_moto3_enable_blank_data_timer ,blank 
-0x3734 011093 rtn 
-:      011095 car_moto1_enable_blank_data_timer:
-0x3735 011096 jam 5 ,mem_car_moto1_blank_timer 
-0x3736 011097 rtn 
-:      011098 car_moto2_enable_blank_data_timer:
-0x3737 011099 jam 5 ,mem_car_moto2_blank_timer 
-0x3738 011100 rtn 
-:      011101 car_moto3_enable_blank_data_timer:
-0x3739 011102 jam 5 ,mem_car_moto3_blank_timer 
-0x373a 011103 rtn 
-:      011105 car_moto1_blank_data_timer:
-0x373b 011106 arg mem_car_moto1_blank_timer ,regc 
-0x373c 011107 arg car_moto1_blank_data ,regb 
-0x373d 011108 branch timer_single_step 
-:      011109 car_moto2_blank_data_timer:
-0x373e 011110 arg mem_car_moto2_blank_timer ,regc 
-0x373f 011111 arg car_moto2_blank_data ,regb 
-0x3740 011112 branch timer_single_step 
-:      011113 car_moto3_blank_data_timer:
-0x3741 011114 arg mem_car_moto3_blank_timer ,regc 
-0x3742 011115 arg car_moto3_blank_data ,regb 
-0x3743 011116 branch timer_single_step 
-:      011118 car_moto1_blank_data:
-0x3744 011119 jam 0 ,mem_le_receive_payload 
-0x3745 011120 branch car_motor_control 
-:      011121 car_moto2_blank_data:
-0x3746 011122 jam 0 ,mem_le_receive_payload + 2 
-0x3747 011123 branch car_motor_control 
-:      011124 car_moto3_blank_data:
-0x3748 011125 jam 0 ,mem_le_receive_payload + 4 
-0x3749 011126 branch car_motor_control 
-:      011131 car_drive_old:
-0x374a 011132 call car_left_right_control_old 
-0x374b 011133 branch car_front_back_control_old 
-:      011134 car_left_right_control_old:
-0x374c 011135 fetch 1 ,mem_le_receive_payload 
-0x374d 011136 store 1 ,mem_motor2_status 
-0x374e 011137 branch car_motor2_control 
-:      011138 car_front_back_control_old:
-0x374f 011139 fetch 1 ,mem_motor1_speed 
-0x3750 011140 call car_reset_old_speed 
-0x3751 011141 fetch 1 ,mem_le_receive_payload + 1 
-0x3752 011142 store 1 ,mem_motor1_status 
-0x3753 011143 branch car_motor1_control 
-:      011144 car_reset_old_speed:
-0x3754 011145 beq speed_level_2 ,car_reset_old_speed2 
-0x3755 011146 beq speed_level_3 ,car_reset_old_speed3 
-0x3756 011147 store 1 ,mem_motor1_speed 
-0x3757 011148 rtn 
-:      011149 car_reset_old_speed2:
-0x3758 011150 jam speed_level_5 ,mem_motor1_speed 
-0x3759 011151 rtn 
-:      011152 car_reset_old_speed3:
-0x375a 011153 jam speed_level_10 ,mem_motor1_speed 
-0x375b 011154 rtn 
-:      011155 car_speed_set_old:
-0x375c 011156 fetch 1 ,mem_le_receive_payload 
-0x375d 011157 call car_reset_old_speed 
-0x375e 011158 fetch 1 ,mem_motor1_speed 
-0x375f 011159 call car_motor_speed_duty_setting 
-0x3760 011160 call car_motor_speed_duty_transform 
-0x3761 011161 branch pwm_pwm0_duty_set 
-:      011163 car_motor_control:
-0x3762 011164 fetch 1 ,mem_car_24g_go_die_flag 
-0x3763 011165 nrtn blank 
-0x3764 011166 fetch 6 ,mem_le_receive_payload 
-0x3765 011167 store 6 ,mem_motor1_status 
-0x3766 011168 fetch 1 ,mem_motor1_speed 
-0x3767 011169 fetcht 1 ,mem_motor2_speed 
-0x3768 011170 iand temp ,pdata 
-0x3769 011171 fetcht 1 ,mem_motor3_speed 
-0x376a 011172 iand temp ,pdata 
-0x376b 011173 call car_motor_working_flag ,blank 
-0x376c 011174 bpatch patch1a_2 ,mem_patch1a 
-0x376d 011175 call car_motor1_control 
-0x376e 011176 call car_motor2_control 
-0x376f 011177 branch car_motor3_control 
-:      011178 car_motor1_control:
-0x3770 011179 arg mem_motor1_pwm_set ,regb 
-0x3771 011180 arg mem_motor1_status ,contr 
-0x3772 011181 branch car_motor_status_select 
-:      011182 car_motor2_control:
-0x3773 011183 arg mem_motor2_pwm_set ,regb 
-0x3774 011184 arg mem_motor2_status ,contr 
-0x3775 011185 branch car_motor_status_select 
-:      011186 car_motor3_control:
-0x3776 011187 arg mem_motor3_pwm_set ,regb 
-0x3777 011188 arg mem_motor3_status ,contr 
-0x3778 011189 branch car_motor_status_select 
-:      011190 car_motor_working_flag:
-0x3779 011191 jam 0 ,mem_car_working_flag 
-0x377a 011192 rtn 
-:      011194 car_motor_status_select:
-0x377b 011195 ifetch 1 ,contr 
-0x377c 011196 beq motor_stop ,car_motor_stop 
-0x377d 011197 beq go_front ,car_motor_positive 
-0x377e 011198 beq go_back ,car_motor_negative 
-0x377f 011199 rtn 
-:      011200 car_motor_positive:
-0x3780 011201 jam 0 ,mem_motor_select_p_n 
-0x3781 011202 branch car_motor_negative + 1 
-:      011203 car_motor_negative:
-0x3782 011204 jam 1 ,mem_motor_select_p_n 
-0x3783 011205 ifetch 1 ,contr 
-0x3784 011206 store 1 ,mem_car_motor_speed 
-0x3785 011207 ifetch 8 ,regb 
-0x3786 011208 branch car_motor_work 
-:      011210 car_motor_stop:
-0x3787 011211 ifetch 1 ,regb 
-0x3788 011212 call pwm_disable 
-0x3789 011213 increase 1 ,regb 
-0x378a 011214 ifetch 1 ,regb 
-0x378b 011215 branch pwm_disable 
-:      011216 car_motor_work:
-0x378c 011217 store 8 ,mem_motor_pwm_pin1_set 
-0x378d 011218 jam 1 ,mem_car_working_flag 
-0x378e 011219 fetch 1 ,mem_motor_select_p_n 
-0x378f 011220 beq 0 ,car_motor_select_positive 
-:      011221 car_motor_select_negative:
-0x3790 011222 fetch 1 ,mem_motor_pwm_pin2_set 
-0x3791 011223 store 1 ,mem_motor_pwm_pin_set 
-0x3792 011224 fetch 1 ,mem_motor_pwm_pin1_set 
-:      011225 car_motor_work_next:
-0x3793 011226 call pwm_disable 
-0x3794 011227 fetch 1 ,mem_car_motor_speed 
-0x3795 011228 call car_motor_speed_duty_setting 
-0x3796 011229 store 1 ,mem_motor_pwm_dute_set 
-0x3797 011230 fetch 6 ,mem_motor_pwm_pin_set 
-0x3798 011231 store 6 ,mem_pdatatemp 
-0x3799 011232 branch pwm_out_set 
-:      011233 car_motor_select_positive:
-0x379a 011234 fetch 1 ,mem_motor_pwm_pin1_set 
-0x379b 011235 store 1 ,mem_motor_pwm_pin_set 
-0x379c 011236 fetch 1 ,mem_motor_pwm_pin2_set 
-0x379d 011237 branch car_motor_work_next 
-:      011239 car_motor_speed_duty_setting:
-0x379e 011240 mul32 pdata ,5 ,pdata 
-0x379f 011241 add pdata ,50 ,pdata 
-0x37a0 011242 rtn 
-:      011243 car_motor_speed_duty_transform:
-0x37a1 011244 arg 12000 ,temp 
-0x37a2 011245 imul32 temp ,pdata 
-0x37a3 011246 div pdata ,100 
-0x37a4 011247 call wait_div_end 
-0x37a5 011248 quotient temp 
-0x37a6 011249 copy temp ,rega 
-0x37a7 011250 setarg 12000 
-0x37a8 011251 isub temp ,regb 
-0x37a9 011252 rtn 
-:      011255 car_ir_init:
-0x37aa 011256 hfetch 1 ,core_gpio_sel2 
-0x37ab 011257 set1 2 ,pdata 
-0x37ac 011258 hstore 1 ,core_gpio_sel2 
-0x37ad 011259 setarg 158 
-0x37ae 011260 hstore 2 ,core_pwm_pcnt4 
-0x37af 011261 hstore 2 ,core_pwm_ncnt4 
-0x37b0 011262 rtn 
-:      011264 car_ir_data_rx_from_app:
-0x37b1 011265 fetch 1 ,mem_car_24g_go_die_flag 
-0x37b2 011266 nrtn blank 
-0x37b3 011267 fetch 2 ,mem_le_receive_payload 
-0x37b4 011268 store 2 ,mem_ir_data 
-0x37b5 011269 fetch 1 ,mem_car_24g_status 
-0x37b6 011270 bne work_paired ,car_ir_data_tx 
-0x37b7 011271 fetch 2 ,mem_le_lap 
-0x37b8 011272 store 2 ,mem_ir_data 
-:      011273 car_ir_data_tx:
-0x37b9 011274 bpatch patch1a_3 ,mem_patch1a 
-0x37ba 011275 call car_ir_init 
-0x37bb 011276 call car_ir_enable 
-0x37bc 011277 setarg 48000 
-0x37bd 011278 call sleep 
-0x37be 011279 call car_ir_disable 
-0x37bf 011280 setarg 7200 
-0x37c0 011281 call sleep 
-0x37c1 011282 arg 16 ,loopcnt 
-:      011283 car_ir_send_loop:
-0x37c2 011284 call car_ir_enable 
-0x37c3 011285 fetch 2 ,mem_ir_data 
-0x37c4 011286 bbit1 0 ,car_ir_is_bit1 
-0x37c5 011287 setarg 7200 
-0x37c6 011288 call sleep 
-0x37c7 011289 call car_ir_disable 
-0x37c8 011290 branch car_ir_wait_finish 
-:      011292 car_ir_is_bit1:
-0x37c9 011293 setarg 14400 
-0x37ca 011294 call sleep 
-0x37cb 011295 call car_ir_disable 
-:      011296 car_ir_wait_finish:
-0x37cc 011297 setarg 7200 
-0x37cd 011298 call sleep 
-0x37ce 011299 fetch 2 ,mem_ir_data 
-0x37cf 011300 rshift pdata ,pdata 
-0x37d0 011301 store 2 ,mem_ir_data 
-0x37d1 011302 loop car_ir_send_loop 
-0x37d2 011304 jam 2 ,mem_car_attack_shake_timer 
-0x37d3 011305 jam 1 ,mem_car_attack_shake_flag 
-0x37d4 011306 setarg 0x0a01 
-0x37d5 011307 store 2 ,mem_le_receive_payload 
-0x37d6 011308 fetch 1 ,mem_car_config_device_select 
-0x37d7 011309 beq device_battle_tank ,car_attack_shake_back_battle_tank 
-:      011310 car_attack_shake_back_battle_car:
-0x37d8 011311 branch car_motor_control 
-:      011312 car_attack_shake_back_battle_tank:
-0x37d9 011313 setarg 0x0a01 
-0x37da 011314 store 2 ,mem_le_receive_payload + 2 
-0x37db 011315 branch car_motor_control 
-:      011317 car_ir_enable:
-0x37dc 011318 hfetch 1 ,core_gpio_key2 
-0x37dd 011319 or_into 0x40 ,pdata 
-0x37de 011320 hstore 1 ,core_gpio_key2 
-0x37df 011321 rtn 
-:      011322 car_ir_disable:
-0x37e0 011323 hfetch 1 ,core_gpio_key2 
-0x37e1 011324 and_into 0xbf ,pdata 
-0x37e2 011325 hstore 1 ,core_gpio_key2 
-0x37e3 011326 rtn 
-:      011328 car_ir_rx_init:
-0x37e4 011329 fetch 1 ,mem_car_config_ir_enable 
-0x37e5 011330 rtneq 0x00 
-0x37e6 011331 call lpm_disable_exen_output 
-0x37e7 011332 fetcht 1 ,mem_car_config_ir_rx_gpio 
-0x37e8 011333 storet 1 ,mem_ir_rx_gpio 
-0x37e9 011334 call gpio_config_input 
-0x37ea 011335 call car_ir_gpio_get_status 
-0x37eb 011336 nrtn true 
-0x37ec 011337 jam 1 ,mem_car_ir_breakdown_check_timer 
-0x37ed 011338 rtn 
-:      011340 car_ir_receive_process:
-0x37ee 011341 fetch 1 ,mem_car_config_ir_enable 
-0x37ef 011342 rtneq flag_ir_disable 
-0x37f0 011343 fetch 1 ,mem_car_ir_breakdown_flag 
-0x37f1 011344 nrtn blank 
-0x37f2 011345 fetch 2 ,mem_ui_state_map 
-0x37f3 011346 bbit1 ui_state_ble_connected ,car_ir_receive_process_next 
-0x37f4 011347 fetch 1 ,mem_car_24g_status 
-0x37f5 011348 rtnne work_paired 
-:      011349 car_ir_receive_process_next:
-0x37f6 011350 bpatch patch1a_4 ,mem_patch1a 
-0x37f7 011351 call car_ir_gpio_get_status 
-0x37f8 011352 nrtn true 
-0x37f9 011353 setarg 36000 
-0x37fa 011354 call sleep 
-0x37fb 011355 call car_ir_gpio_get_status 
-0x37fc 011356 nrtn true 
-0x37fd 011357 call car_ir_clk_get 
-:      011358 car_ir_packet_head_wait_end:
-0x37fe 011359 call car_ir_clk_check 
-0x37ff 011360 nrtn positive 
-0x3800 011361 call car_ir_gpio_get_status 
-0x3801 011362 branch car_ir_packet_head_wait_end ,true 
-0x3802 011363 arg 0 ,rega 
-0x3803 011364 arg 16 ,loopcnt 
-0x3804 011365 call car_ir_clk_get 
-:      011366 car_ir_receive_process_loop:
-0x3805 011367 call car_ir_clk_check 
-0x3806 011368 nrtn positive 
-0x3807 011369 call car_ir_gpio_get_status 
-0x3808 011370 nbranch car_ir_receive_process_loop ,true 
-0x3809 011371 setarg 10800 
-0x380a 011372 call sleep 
-0x380b 011373 call car_ir_gpio_get_status 
-0x380c 011374 branch car_ir_get_bit1 ,true 
-:      011375 car_ir_get_bit0:
-0x380d 011376 setarg 0 
-0x380e 011377 rshift rega ,rega 
-0x380f 011378 ior rega ,rega 
-0x3810 011379 loop car_ir_receive_process_loop 
-0x3811 011380 branch car_ir_receive_process_end 
-:      011381 car_ir_get_bit1:
-0x3812 011382 setarg 0x8000 
-0x3813 011383 rshift rega ,rega 
-0x3814 011384 ior rega ,rega 
-0x3815 011385 call car_ir_clk_get 
-:      011386 car_ir_get_bit1_wait_low_end:
-0x3816 011387 call car_ir_clk_check 
-0x3817 011388 nrtn positive 
-0x3818 011389 call car_ir_gpio_get_status 
-0x3819 011390 branch car_ir_get_bit1_wait_low_end ,true 
-0x381a 011391 loop car_ir_receive_process_loop 
-:      011392 car_ir_receive_process_end:
-0x381b 011393 bpatch patch1a_5 ,mem_patch1a 
-0x381c 011394 copy rega ,pdata 
-0x381d 011395 store 2 ,mem_ir_rx_buf 
-0x381e 011396 store 2 ,mem_ir_notify_data + 8 
-0x381f 011397 fetch 1 ,mem_car_24g_status 
-0x3820 011398 beq work_paired ,car_ir_24g_receive_attack 
-:      011399 car_ir_data_notify:
-0x3821 011400 arg 0x07 ,loopcnt 
-0x3822 011401 arg mem_ir_notify_data_head ,contr 
-0x3823 011402 call calc_check_sum_start 
-0x3824 011403 store 1 ,mem_ir_notify_data_check_sum 
-0x3825 011404 arg mem_ir_notify_data ,rega 
-0x3826 011405 branch queue_push 
-:      011407 car_ir_24g_receive_attack:
-0x3827 011408 fetch 1 ,mem_car_24g_ir_receive_attack_count 
-0x3828 011409 increase 1 ,pdata 
-0x3829 011410 store 1 ,mem_car_24g_ir_receive_attack_count 
-0x382a 011411 div pdata ,2 
-0x382b 011412 call wait_div_end 
-0x382c 011413 quotient temp 
-0x382d 011414 remainder pdata 
-0x382e 011415 nbranch car_ir_24g_receive_attack_blink ,blank 
-:      011416 car_ir_24g_receive_attack_off:
-0x382f 011417 fetch 1 ,mem_car_config_led_num 
-0x3830 011418 isub temp ,null 
-0x3831 011419 call car_ir_24g_go_die ,zero 
-0x3832 011420 arg mem_car_led_control ,pdata 
-0x3833 011421 increase -1 ,temp 
-0x3834 011422 iadd temp ,rega 
-0x3835 011423 arg 0 ,pdata 
-0x3836 011424 istore 1 ,rega 
-0x3837 011425 rtn 
-:      011426 car_ir_24g_receive_attack_blink:
-0x3838 011427 arg mem_car_led_control ,pdata 
-0x3839 011428 iadd temp ,rega 
-0x383a 011429 arg 2 ,pdata 
-0x383b 011430 istore 1 ,rega 
-0x383c 011431 rtn 
-:      011432 car_ir_24g_go_die:
-0x383d 011433 jam 1 ,mem_car_24g_go_die_flag 
-0x383e 011434 rtn 
-:      011435 car_ir_clk_get:
-0x383f 011436 copy clkn_bt ,pdata 
-0x3840 011437 store 4 ,mem_ir_receive_clkn 
-0x3841 011438 rtn 
-:      011439 car_ir_clk_check:
-0x3842 011440 copy clkn_bt ,pdata 
-0x3843 011441 fetcht 4 ,mem_ir_receive_clkn 
-0x3844 011442 isub temp ,pdata 
-0x3845 011443 sub pdata ,200 ,null 
-0x3846 011444 rtn 
-:      011446 car_ir_gpio_get_status:
-0x3847 011447 fetcht 1 ,mem_ir_rx_gpio 
-0x3848 011448 branch gpio_get_bit 
-:      011450 car_led_control_receive:
-0x3849 011451 fetch 8 ,mem_le_receive_payload 
-0x384a 011452 store 8 ,mem_car_led_control 
-0x384b 011453 rtn 
-:      011455 car_info_request:
-0x384c 011456 fetch 1 ,mem_car_config_device_select 
-0x384d 011457 store 1 ,mem_car_info_request_payload 
-0x384e 011458 fetch 1 ,mem_car_config_motor_layout 
-0x384f 011459 store 1 ,mem_car_info_request_payload + 1 
-0x3850 011460 fetch 1 ,mem_car_config_ir_enable 
-0x3851 011461 store 1 ,mem_car_info_request_payload + 2 
-0x3852 011462 arg 13 ,loopcnt 
-0x3853 011463 arg mem_car_info_request_head ,contr 
-0x3854 011464 call calc_check_sum_start 
-0x3855 011465 store 1 ,mem_car_info_request_checksum 
-0x3856 011466 arg mem_car_info_request ,rega 
-0x3857 011467 branch queue_push 
-:      011473 light_init:
-0x3858 011474 call clear_eeprom_size_2k 
-0x3859 011475 jam 0x7a ,mem_curr_packet_num 
-0x385a 011476 call light_load_controler_list 
-0x385b 011477 call light_init_crr_cmd_count 
-0x385c 011478 setarg light_pairing_timer 
-0x385d 011479 store 2 ,mem_cb_event_timer 
-0x385e 011480 arg 0 ,rega 
-0x385f 011481 branch pwm_init 
-:      011483 light_pairing_timer:
-0x3860 011484 fetch 2 ,mem_light_pairing_timer 
-0x3861 011485 rtn blank 
-0x3862 011486 increase -1 ,pdata 
-0x3863 011487 store 2 ,mem_light_pairing_timer 
-0x3864 011488 rtnne 0 
-0x3865 011489 jam 0 ,mem_light_pairing_enable 
-0x3866 011490 rtn 
-:      011492 light_init_crr_cmd_count:
-0x3867 011493 bpatch patch1a_6 ,mem_patch1a 
-0x3868 011494 fetch 1 ,mem_light_next_record 
-0x3869 011495 sub pdata ,40 ,null 
-0x386a 011496 rtn positive 
-0x386b 011497 jam 0 ,mem_light_next_record 
-0x386c 011498 rtn 
-:      011500 light_load_controler_list:
-0x386d 011501 arg mem_light_next_record ,rega 
-0x386e 011502 arg 0 ,regb 
-0x386f 011503 arg 81 ,temp 
-0x3870 011504 branch iicd_read_eep_data 
-:      011507 light_find_controler_pairing:
-0x3871 011508 disable user 
-0x3872 011509 fetch 1 ,mem_light_cnum 
-0x3873 011510 copy pdata ,loopcnt 
-0x3874 011512 arg mem_light_clist ,rega 
-0x3875 011513 copy regc ,regb 
-:      011514 light_find_controler_pairing_loop:
-0x3876 011515 bpatch patch1a_7 ,mem_patch1a 
-0x3877 011516 call light_compare_addr_record 
-0x3878 011517 branch enable_user ,zero 
-:      011518 light_find_single_pairing_diff:
-0x3879 011519 increase 4 ,rega 
-0x387a 011520 loop light_find_controler_pairing_loop 
-0x387b 011521 rtn 
-:      011524 light_compare_addr_record:
-0x387c 011525 bpatch patch1b_0 ,mem_patch1b 
-0x387d 011526 ifetch 3 ,rega 
-0x387e 011527 ifetcht 3 ,regb 
-0x387f 011528 isub temp ,null 
-0x3880 011529 rtn 
-:      011531 light_compare_single_record:
-0x3881 011532 bpatch patch1b_1 ,mem_patch1b 
-0x3882 011533 ifetch 3 ,rega 
-0x3883 011534 ifetcht 3 ,regb 
-0x3884 011535 isub temp ,null 
-0x3885 011536 nrtn zero 
-0x3886 011537 ifetch 1 ,contr 
-0x3887 011538 sub pdata ,0 ,null 
-0x3888 011539 rtn zero 
-0x3889 011540 add rega ,3 ,contr 
-0x388a 011541 ifetcht 1 ,contr 
-0x388b 011542 isub temp ,null 
-0x388c 011543 rtn 
-:      011546 light_find_controler_cmd:
-0x388d 011547 bpatch patch1b_2 ,mem_patch1b 
-0x388e 011548 disable user 
-0x388f 011549 fetch 1 ,mem_light_cnum 
-0x3890 011550 copy pdata ,loopcnt 
-0x3891 011552 arg mem_light_clist ,rega 
-0x3892 011553 copy regc ,regb 
-:      011554 light_find_controler_cmd_loop:
-0x3893 011555 call light_compare_single_record 
-0x3894 011556 branch enable_user ,zero 
-0x3895 011557 increase 4 ,rega 
-0x3896 011558 loop light_find_controler_cmd_loop 
-0x3897 011559 rtn 
-:      011562 light_recv_adv:
-0x3898 011563 fetch 1 ,mem_le_scanrsp_rcv 
-0x3899 011564 increase 1 ,pdata 
-0x389a 011565 store 1 ,mem_le_scanrsp_rcv 
-0x389b 011566 arg mem_le_rxbuf + 12 ,regc 
-:      011568 light_anylize_command:
-0x389c 011569 ifetch 2 ,regc 
-0x389d 011570 arg 0x55aa ,temp 
-0x389e 011571 isub temp ,null 
-0x389f 011572 nrtn zero 
-0x38a0 011573 copy contr ,regc 
-0x38a1 011574 ifetcht 3 ,regc 
-0x38a2 011575 setarg 0xffffff 
-0x38a3 011576 isub temp ,null 
-0x38a4 011577 branch light_parse_cmd ,zero 
-0x38a5 011578 call light_find_controler_cmd 
-0x38a6 011579 branch light_parse_cmd ,user 
-0x38a7 011580 rtn 
-:      011582 light_parse_cmd:
-0x38a8 011583 bpatch patch1b_3 ,mem_patch1b 
-0x38a9 011584 increase 4 ,regc 
-0x38aa 011585 ifetch 1 ,regc 
-0x38ab 011586 fetcht 1 ,mem_curr_packet_num 
-0x38ac 011587 isub temp ,null 
-0x38ad 011588 rtn zero 
-0x38ae 011589 store 1 ,mem_curr_packet_num 
-0x38af 011590 fetch 1 ,mem_le_req_rcv 
-0x38b0 011591 increase 1 ,pdata 
-0x38b1 011592 store 1 ,mem_le_req_rcv 
-0x38b2 011594 increase 1 ,regc 
-0x38b3 011595 ifetch 1 ,regc 
-0x38b4 011596 store 1 ,mem_light_crr_cmd_count 
-0x38b5 011597 copy pdata ,loopcnt 
-0x38b6 011598 rtn blank 
-:      011599 light_parse_cmd_loop:
-0x38b7 011600 ifetch 1 ,contr 
-0x38b8 011601 beq light_cmd_pwm0 ,light_parse_cmd_pwm0 
-0x38b9 011602 beq light_cmd_pwm1 ,light_parse_cmd_pwm1 
-0x38ba 011603 beq light_cmd_pwm2 ,light_parse_cmd_pwm2 
-0x38bb 011604 beq light_cmd_pwm3 ,light_parse_cmd_pwm3 
-0x38bc 011605 beq light_cmd_pwm4 ,light_parse_cmd_pwm4 
-0x38bd 011606 beq light_cmd_pwm5 ,light_parse_cmd_pwm5 
-0x38be 011607 beq light_cmd_auto_mode ,light_parse_auto_mode 
-0x38bf 011608 beq light_cmd_pairing ,light_parse_pairing 
-0x38c0 011609 loop light_parse_cmd_loop 
-0x38c1 011610 rtn 
-:      011612 light_parse_cmd_pwm0:
-0x38c2 011613 copy contr ,regc 
-0x38c3 011614 fetch 1 ,mem_light_pwm0 
-0x38c4 011615 store 1 ,mem_pdatatemp 
-0x38c5 011616 arg 0 ,temp 
-:      011617 light_parse_cmd_pwm_common:
-0x38c6 011618 storet 1 ,mem_pdatatemp + 1 
-0x38c7 011619 setarg 10000 
-0x38c8 011620 store 3 ,mem_pdatatemp + 2 
-0x38c9 011621 ifetch 1 ,regc 
-0x38ca 011622 store 1 ,mem_pdatatemp + 5 
-0x38cb 011623 call pwm_out_set 
-0x38cc 011624 and regc ,1 ,contr 
-0x38cd 011625 loop light_parse_cmd_loop 
-0x38ce 011626 rtn 
-:      011627 light_parse_cmd_pwm1:
-0x38cf 011628 copy regc ,contr 
-0x38d0 011629 fetch 1 ,mem_light_pwm1 
-0x38d1 011630 store 1 ,mem_pdatatemp 
-0x38d2 011631 arg 1 ,temp 
-0x38d3 011632 branch light_parse_cmd_pwm_common 
-:      011633 light_parse_cmd_pwm2:
-0x38d4 011634 copy regc ,contr 
-0x38d5 011635 fetch 1 ,mem_light_pwm2 
-0x38d6 011636 store 1 ,mem_pdatatemp 
-0x38d7 011637 arg 2 ,temp 
-0x38d8 011638 branch light_parse_cmd_pwm_common 
-:      011639 light_parse_cmd_pwm3:
-0x38d9 011640 copy regc ,contr 
-0x38da 011641 fetch 1 ,mem_light_pwm3 
-0x38db 011642 store 1 ,mem_pdatatemp 
-0x38dc 011643 arg 3 ,temp 
-0x38dd 011644 branch light_parse_cmd_pwm_common 
-:      011645 light_parse_cmd_pwm4:
-0x38de 011646 copy regc ,contr 
-0x38df 011647 fetch 1 ,mem_light_pwm4 
-0x38e0 011648 store 1 ,mem_pdatatemp 
-0x38e1 011649 arg 4 ,temp 
-0x38e2 011650 branch light_parse_cmd_pwm_common 
-:      011651 light_parse_cmd_pwm5:
-0x38e3 011652 copy regc ,contr 
-0x38e4 011653 fetch 1 ,mem_light_pwm5 
-0x38e5 011654 store 1 ,mem_pdatatemp 
-0x38e6 011655 arg 5 ,temp 
-0x38e7 011656 branch light_parse_cmd_pwm_common 
-:      011658 light_parse_auto_mode:
-0x38e8 011659 ifetch 1 ,contr 
-0x38e9 011660 rtn 
-:      011662 light_parse_pairing:
-0x38ea 011663 copy contr ,regc 
-0x38eb 011664 fetch 1 ,mem_light_pairing_enable 
-0x38ec 011665 bne 1 ,light_parse_pairing_abandon 
-0x38ed 011666 call update_controler_list 
-:      011667 light_parse_pairing_abandon:
-0x38ee 011668 and regc ,4 ,contr 
-0x38ef 011669 rtn 
-:      011670 update_controler_list:
-0x38f0 011671 bpatch patch1b_4 ,mem_patch1b 
-0x38f1 011672 call light_find_controler_pairing 
-0x38f2 011673 branch update_conrtoler_list_found ,user 
-0x38f3 011674 fetch 1 ,mem_light_next_record 
-0x38f4 011675 copy pdata ,temp 
-0x38f5 011676 increase 1 ,pdata 
-0x38f6 011677 store 1 ,mem_light_next_record 
-0x38f7 011678 call light_init_crr_cmd_count 
-0x38f8 011679 lshift2 temp ,temp 
-0x38f9 011680 setarg mem_light_clist 
-0x38fa 011681 iadd temp ,contw 
-0x38fb 011682 ifetch 4 ,regc 
-0x38fc 011683 istore 4 ,contw 
-0x38fd 011684 branch update_conrtoler_store_list 
-:      011685 update_conrtoler_list_found:
-0x38fe 011686 add regc ,3 ,contr 
-0x38ff 011687 ifetch 1 ,contr 
-0x3900 011688 rtn blank 
-0x3901 011689 ifetch 4 ,regc 
-0x3902 011690 istore 4 ,rega 
-:      011691 update_conrtoler_store_list:
-0x3903 011692 arg mem_light_next_record ,rega 
-0x3904 011693 arg 0 ,regb 
-0x3905 011694 arg 81 ,temp 
-0x3906 011695 branch iicd_write_eep_data 
-:      011699 lightc_init:
-0x3907 011703 fetcht 1 ,mem_lightc_led_gpio 
-0x3908 011704 call gpio_out_inactive 
-0x3909 011705 rtn 
-:      011708 lightc_dispatch:
-0x390a 011711 fetcht 1 ,mem_lightc_led_gpio 
-0x390b 011712 call gpio_out_active 
-0x390c 011715 fetcht 1 ,mem_lightc_led_gpio 
-0x390d 011716 call gpio_out_inactive 
-0x390e 011719 call lightc_start_adv 
-0x390f 011721 fetch 1 ,mem_adv_time 
-0x3910 011722 nrtn blank 
-0x3911 011724 call lpm_write_gpio_wakeup 
-0x3912 011725 hfetch 4 ,core_lpm_ctrl 
-0x3913 011726 set0 15 ,pdata 
-0x3914 011727 hstore 4 ,core_lpm_reg 
-0x3915 011728 call lpm_write_ctrl 
-0x3916 011729 arg param_hibernate_clks ,temp 
-0x3917 011730 branch lpm_sleep 
-:      011732 lightc_adv:
-0x3918 011733 fetch 1 ,mem_adv_time 
-0x3919 011734 branch le_adv_loop_tx ,blank 
-0x391a 011735 increase -1 ,pdata 
-0x391b 011736 store 1 ,mem_adv_time 
-0x391c 011737 branch le_adv_loop_tx 
-:      011739 lightc_start_adv:
-0x391d 011740 mul32 pdata ,20 ,pdata 
-0x391e 011741 arg mem_cmd0_string ,contr 
-0x391f 011742 iadd contr ,contr 
-0x3920 011743 ifetch 1 ,contr 
-0x3921 011744 rtn blank 
-0x3922 011745 copy pdata ,rega 
-0x3923 011746 copy rega ,loopcnt 
-0x3924 011747 arg mem_le_adv_data + 2 ,contw 
-0x3925 011748 call memcpy 
-0x3926 011749 copy rega ,pdata 
-0x3927 011750 increase 2 ,pdata 
-0x3928 011751 store 1 ,mem_le_adv_data_len 
-0x3929 011752 rtn 
-:      011759 module_init:
-0x392a 011761 rtn wake 
-0x392b 011762 call le_modified_name 
-0x392c 011763 call adc_init_data 
-0x392d 011764 setarg module_process_idle 
-0x392e 011765 store 2 ,mem_cb_idle_process 
-0x392f 011766 setarg module_bt_conn_process 
-0x3930 011767 store 2 ,mem_cb_bt_process 
-0x3931 011768 setarg module_process_bb_event 
-0x3932 011769 store 2 ,mem_cb_bb_event_process 
-0x3933 011770 setarg module_le_conn_process 
-0x3934 011771 store 2 ,mem_cb_le_process 
-0x3935 011772 setarg module_lpm_lock 
-0x3936 011773 store 2 ,mem_cb_check_wakelock 
-0x3937 011774 setarg module_hci_cmd_transmit_le_notify 
-0x3938 011775 store 2 ,mem_cb_ble_transmit 
-0x3939 011776 setarg module_hci_event_receive_spp_data 
-0x393a 011777 store 2 ,mem_cb_receive_spp_data 
-0x393b 011778 setarg module_le_receive_data 
-0x393c 011779 store 2 ,mem_cb_att_write 
-0x393d 011780 setarg module_bb_event_timer 
-0x393e 011781 store 2 ,mem_cb_event_timer 
-0x393f 011783 call module_spp_clear_last_transmite_clock 
-0x3940 011784 bpatch patch1b_5 ,mem_patch1b 
-0x3941 011785 call module_lpm_uart_init 
-0x3942 011786 call module_gpio_init 
-0x3943 011787 call check_module_disabled 
-0x3944 011788 branch module_hci_event_enter_standby_mode 
-:      011791 module_lpm_uart_init:
-0x3945 011792 fetch 4 ,mem_module_uart_rx_buffer 
-0x3946 011793 hstore 4 ,core_uart_rsaddr 
-0x3947 011795 fetch 4 ,mem_module_uart_tx_buffer 
-0x3948 011796 hstore 4 ,core_uart_tsaddr 
-0x3949 011798 hfetch 1 ,core_gpio_sel1 
-0x394a 011799 or_into 0x04 ,pdata 
-0x394b 011800 and_into 0xfc ,pdata 
-0x394c 011801 hstore 1 ,core_gpio_sel1 
-0x394d 011802 jam 0x00 ,core_uart_ctrl 
-0x394e 011804 fetch 2 ,mem_module_uart_rx_buffer 
-0x394f 011805 hstore 2 ,core_uart_rrptr 
-0x3950 011806 fetch 2 ,mem_module_uart_tx_buffer 
-0x3951 011807 hstore 2 ,core_uart_twptr 
-0x3952 011808 hstore 2 ,core_uart_trptrp 
-0x3953 011810 hfetch 4 ,core_gpio_pu0 
-0x3954 011811 set1 7 ,pdata 
-0x3955 011812 hstore 4 ,core_gpio_pu0 
-0x3956 011814 hfetch 2 ,core_clkoff 
-0x3957 011815 set0 clock_off_uart ,pdata 
-0x3958 011816 hstore 2 ,core_clkoff 
-0x3959 011817 call uart_set_baud_by_mem 
-0x395a 011818 jam uartclk_crystal ,core_uart_clksel 
-0x395b 011819 jam uart_ctrl_h4 ,core_uart_ctrl 
-0x395c 011821 fetch 1 ,mem_module_flag 
-0x395d 011822 isolate1 module_flag_uart_flow_control ,pdata 
-0x395e 011823 hfetcht 1 ,core_uart_ctrl 
-0x395f 011824 setflag true ,4 ,temp 
-0x3960 011825 hstoret 1 ,core_uart_ctrl 
-0x3961 011826 rtn 
-:      011830 module_lpm_init:
-0x3962 011831 call module_spp_clear_last_transmite_clock 
-0x3963 011832 branch module_lpm_uart_init 
-:      011835 module_gpio_init:
-0x3964 011840 fetcht 1 ,mem_module_connect_state_gpio 
-0x3965 011841 call gpio_config_output 
-0x3966 011842 call module_set_conn_pin_low 
-0x3967 011844 fetcht 1 ,mem_module_wake_up_gpio 
-0x3968 011845 branch gpio_config_input 
-:      011847 module_lpm_lock:
-0x3969 011848 fetcht 1 ,mem_module_wake_up_gpio 
-0x396a 011849 call gpio_get_bit 
-0x396b 011850 nbranch app_put_lpm_wake_lock ,true 
-0x396c 011851 branch app_get_lpm_wake_lock 
-:      011854 module_le_conn_process:
-0x396d 011855 rtn 
-:      011857 module_bt_conn_process:
-0x396e 011858 call module_spp_enter_sniff 
-0x396f 011859 branch module_control_air_flow 
-:      011861 module_spp_enter_sniff:
-0x3970 011862 fetch 1 ,mem_ui_state_map 
-0x3971 011863 bbit0 ui_state_bt_spp_conn ,module_spp_clear_last_transmite_clock 
-0x3972 011864 bpatch patch1b_6 ,mem_patch1b 
-0x3973 011865 setarg 0x3eff 
-0x3974 011866 fetcht 4 ,mem_last_transmite_clock 
-0x3975 011867 iadd temp ,temp 
-0x3976 011868 copy clkn_bt ,pdata 
-0x3977 011869 isub temp ,null 
-0x3978 011870 nrtn positive 
-0x3979 011871 fetch 2 ,mem_ui_state_map 
-0x397a 011872 bbit1 ui_state_bt_sniff ,module_spp_clear_last_transmite_clock 
-0x397b 011873 fetch 1 ,mem_module_flag 
-0x397c 011874 rtnbit1 moudle_task_sniff 
-0x397d 011875 call module_set_sniff_task_flag 
-0x397e 011876 call app_bt_enter_sniff 
-:      011877 module_spp_clear_last_transmite_clock:
-0x397f 011878 copy clkn_bt ,pdata 
-0x3980 011879 store 4 ,mem_last_transmite_clock 
-0x3981 011880 rtn 
-:      011883 module_process_idle:
-0x3982 011884 call module_control_air_flow 
-0x3983 011885 call l2cap_malloc_is_fifo_full 
-0x3984 011886 nrtn blank 
-0x3985 011887 branch module_process 
-:      011890 module_process_bb_event:
-0x3986 011891 copy regc ,pdata 
-0x3987 011892 beq bt_evt_bb_connected ,module_process_bb_conn 
-0x3988 011893 beq bt_evt_bb_disconnected ,module_process_bb_event_disconned 
-0x3989 011894 beq bt_evt_reconn_failed ,module_process_reconn_fail 
-0x398a 011895 beq bt_evt_setup_complete ,module_process_setup_complete 
-0x398b 011896 beq bt_evt_spp_connected ,module_process_spp_connected 
-0x398c 011897 beq bt_evt_spp_disconnected ,module_process_spp_disconnected 
-0x398d 011898 beq bt_evt_pincode_req ,module_process_evt_pincode_req 
-0x398e 011899 beq bt_evt_enter_sniff ,module_process_enter_sniff 
-0x398f 011900 beq bt_evt_exit_sniff ,module_process_exit_sniff 
-0x3990 011901 beq bt_evt_reconn_page_timeout ,module_process_page_time_out 
-0x3991 011902 beq bt_evt_le_connected ,module_process_le_conn 
-0x3992 011903 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
-0x3993 011904 beq bt_evt_sniff_not_accept ,module_process_sniff_not_accept 
-0x3994 011905 beq bt_evt_unsniff_accept ,module_process_unsniff_accept 
-0x3995 011906 beq bt_evt_unsniff_not_accept ,module_process_unsniff_not_accept 
-0x3996 011907 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
-0x3997 011908 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
-0x3998 011909 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
-0x3999 011910 beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
-0x399a 011911 beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
-0x399b 011912 beq bt_evt_bt_gkey_generate ,module_hci_event_gkey_generate 
-0x399c 011913 beq bt_evt_bt_get_passkey ,module_hci_event_passkey_entry_mode 
-0x399d 011914 beq bt_evt_bt_pairing_fail ,module_hci_event_bt_pairing_fail 
-0x399e 011915 beq bt_evt_bt_pairing_success ,module_hci_event_bt_pairing_success 
-0x399f 011916 beq bt_evt_le_gkey_generate ,module_hci_event_le_gkey 
-0x39a0 011917 beq bt_evt_store_nvram ,module_hci_event_store_device 
-0x39a1 011918 beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
-0x39a2 011919 rtn 
-:      011922 module_process_bb_event_disconned:
-0x39a3 011923 call module_spp_clear_last_transmite_clock 
-0x39a4 011924 fetch 1 ,mem_flag_pairing_state 
-0x39a5 011925 ncall module_hci_event_bt_pairing_fail ,blank 
-0x39a6 011926 call module_disconn_start 
-0x39a7 011927 fetch 2 ,mem_ui_state_map 
-0x39a8 011928 rtnbit0 ui_state_bt_spp_conn 
-0x39a9 011929 branch module_spp_disconnected 
-:      011931 module_process_spp_connected:
-0x39aa 011932 fetch 2 ,mem_ui_state_map 
-0x39ab 011933 set1 ui_state_bt_spp_conn ,pdata 
-0x39ac 011934 store 2 ,mem_ui_state_map 
-0x39ad 011935 fetch 1 ,mem_module_spp_lpm_mult 
-0x39ae 011936 store 1 ,mem_lpm_mult 
-0x39af 011937 call module_set_conn_pin_low 
-0x39b0 011938 branch module_hci_event_spp_connect 
-:      011940 module_process_spp_disconnected:
-:      011942 module_spp_disconnected:
-0x39b1 011943 fetch 2 ,mem_ui_state_map 
-0x39b2 011944 rtnbit0 ui_state_bt_spp_conn 
-0x39b3 011945 set0 ui_state_bt_spp_conn ,pdata 
-0x39b4 011946 store 2 ,mem_ui_state_map 
-0x39b5 011947 branch module_hci_event_spp_disconnect 
-:      011950 module_process_enter_sniff:
-:      011952 module_sniff_param_check:
-0x39b6 011953 call module_spp_clear_last_transmite_clock 
-0x39b7 011956 fetch 2 ,mem_context + coffset_tsniff 
-0x39b8 011957 rshift pdata ,pdata 
-0x39b9 011958 fetcht 2 ,mem_sniff_param_interval 
-0x39ba 011959 isub temp ,null 
-0x39bb 011960 nbranch module_sniff_param_check_unsniff ,zero 
-0x39bc 011961 branch app_lpm_mult_enable 
-:      011962 module_sniff_param_check_unsniff:
-0x39bd 011963 fetch 1 ,mem_module_flag 
-0x39be 011964 rtnbit1 moudle_task_unsniff 
-0x39bf 011965 hfetch 2 ,core_uart_rxitems 
-0x39c0 011966 ncall module_set_unsniff_task_flag ,blank 
-0x39c1 011967 branch app_bt_sniff_exit 
-:      011969 module_process_exit_sniff:
-0x39c2 011970 call module_clear_sniff_task_flag 
-0x39c3 011971 branch app_lpm_mult_disable 
-:      011973 module_process_setup_complete:
-0x39c4 011974 call module_spp_clear_last_transmite_clock 
-0x39c5 011975 branch module_conn_start 
-:      011977 module_process_bb_even_le_disconn:
-0x39c6 011978 call le_clr_config_more_data 
-0x39c7 011979 call module_disconn_start 
-0x39c8 011980 branch module_hci_event_le_disconnect 
-:      011982 module_process_evt_pincode_req:
-0x39c9 011983 branch app_bt_set_pincode 
-:      011986 module_process_sniff_not_accept:
-0x39ca 011987 branch module_clear_sniff_task_flag 
-:      011990 module_process_unsniff_accept:
-0x39cb 011991 fetch 1 ,mem_module_flag 
-0x39cc 011992 bbit0 moudle_task_unsniff ,app_bt_enter_sniff 
-0x39cd 011993 branch module_clear_unsniff_task_flag 
-:      011996 module_process_unsniff_not_accept:
-0x39ce 011997 branch module_clear_unsniff_task_flag 
-:      012000 module_process_le_conn:
-0x39cf 012001 call le_send_att_exchange_mtu_requset 
-0x39d0 012002 call module_conn_start 
-0x39d1 012003 fetch 1 ,mem_module_le_lpm_mult 
-0x39d2 012004 store 1 ,mem_lpm_mult 
-0x39d3 012005 branch module_hci_event_le_connect 
-:      012008 module_process_bb_conn:
-0x39d4 012009 jam 0 ,mem_flag_mode_ssp_pin 
-0x39d5 012010 call module_clear_sniff_task_flag 
-0x39d6 012011 branch module_clear_unsniff_task_flag 
-:      012013 module_process_page_time_out:
-:      012014 module_process_reconn_fail:
-:      012015 module_disconn_start:
-0x39d7 012016 call module_start_adv_discovery_by_command 
-0x39d8 012017 branch module_set_conn_pin_high 
-:      012020 module_process_ble_ltk_lost:
-0x39d9 012021 call le_send_reject_ind 
-0x39da 012022 branch le_send_smp_security_request 
-:      012025 module_set_conn_pin_high:
-0x39db 012026 fetcht 1 ,mem_module_connect_state_gpio 
-0x39dc 012027 branch gpio_out_active 
-:      012029 module_conn_start:
-0x39dd 012030 call module_stop_adv_discovery 
-0x39de 012031 branch module_set_conn_pin_low 
-:      012033 module_stop_adv_discovery:
-0x39df 012034 fetch 1 ,mem_module_state 
-0x39e0 012035 isolate1 moudle_state_bt_bit ,pdata 
-0x39e1 012036 call app_bt_stop_discovery ,true 
-0x39e2 012037 fetch 1 ,mem_module_state 
-0x39e3 012038 isolate1 moudle_state_ble_bit ,pdata 
-0x39e4 012039 call app_ble_stop_adv ,true 
-0x39e5 012040 rtn 
-:      012041 module_set_conn_pin_low:
-0x39e6 012042 fetcht 1 ,mem_module_connect_state_gpio 
-0x39e7 012043 branch gpio_out_inactive 
-:      012045 module_process_with_credit:
-0x39e8 012046 fetch 1 ,mem_credit_flag 
-0x39e9 012047 rtneq credit_disable 
-0x39ea 012048 branch rfcomm_send_uih_without_payload 
-:      012050 module_process:
-0x39eb 012051 hfetch 1 ,core_uart_status 
-0x39ec 012052 bbit1 uart_status_rx_fifo_empty ,module_process_with_credit 
-0x39ed 012053 call uartd_prepare_rx 
-0x39ee 012054 ifetch 1 ,contru 
-0x39ef 012055 bne 0x01 ,module_hci_in_excp 
-0x39f0 012056 hfetch 2 ,core_uart_rxitems 
-0x39f1 012057 sub pdata ,2 ,null 
-0x39f2 012058 rtn positive 
-0x39f3 012059 ifetch 1 ,contru 
-0x39f4 012060 store 1 ,mem_module_uart_opcode 
-0x39f5 012061 ifetcht 1 ,contru 
-0x39f6 012062 copy contru ,rega 
-0x39f7 012063 storet 1 ,mem_module_uart_len 
-0x39f8 012064 add temp ,3 ,temp 
-0x39f9 012065 hfetch 2 ,core_uart_rxitems 
-0x39fa 012066 isub temp ,temp 
-0x39fb 012067 nrtn positive 
-0x39fc 012068 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x39fd 012069 call module_hci_cmd_control 
-0x39fe 012070 fetch 1 ,mem_module_temp_nl_discard_packet 
-0x39ff 012071 rtneq hci_not_discard_packet 
-0x3a00 012072 branch module_hci_dicard_packet 
-:      012074 module_hci_in_excp:
-0x3a01 012075 call delay_10ms 
-0x3a02 012076 call module_hci_event_invalid_packet 
-0x3a03 012077 branch module_hci_release_except 
-:      012080 module_hci_release_except:
-0x3a04 012081 bpatch patch1b_7 ,mem_patch1b 
-0x3a05 012082 hfetch 2 ,core_uart_rxitems 
-0x3a06 012083 rtn blank 
-0x3a07 012084 call uartd_prepare_rx 
-0x3a08 012085 ifetch 1 ,contru 
-0x3a09 012086 sub pdata ,0x01 ,null 
-0x3a0a 012087 ncall module_hci_dicard_bytes ,zero 
-0x3a0b 012088 nbranch module_hci_release_except ,zero 
-0x3a0c 012089 ifetch 1 ,contru 
-0x3a0d 012090 rtneq hci_cmd_spp_data_req 
-0x3a0e 012091 rtneq hci_cmd_set_credit_given 
-0x3a0f 012092 increase -1 ,contru 
-0x3a10 012093 call module_hci_dicard_bytes 
-0x3a11 012094 branch module_hci_release_except 
-:      012096 module_hci_dicard_packet:
-0x3a12 012097 call uartd_prepare_rx 
-0x3a13 012098 increase 2 ,contru 
-0x3a14 012099 ifetch 1 ,contru 
-0x3a15 012100 iadd contru ,contru 
-:      012101 module_hci_dicard_bytes:
-0x3a16 012102 branch uartd_rxdone 
-:      012105 module_hci_cmd_control:
-0x3a17 012106 bpatch patch1c_0 ,mem_patch1c 
-0x3a18 012107 fetch 1 ,mem_module_uart_opcode 
-0x3a19 012108 beq hci_cmd_set_bt_addr_req ,module_hci_cmd_set_bt_addr 
-0x3a1a 012109 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
-0x3a1b 012110 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
-0x3a1c 012111 beq hci_cmd_set_bt_name_req ,module_hci_cmd_set_bt_name 
-0x3a1d 012112 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
-0x3a1e 012113 beq hci_cmd_spp_data_req ,module_hci_cmd_receive_spp_data 
-0x3a1f 012114 beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
-0x3a20 012115 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
-0x3a21 012116 beq hci_cmd_set_pairing_req ,module_hci_cmd_set_pairing_mode 
-0x3a22 012117 beq hci_cmd_set_pincode_req ,module_hci_cmd_set_pincode 
-0x3a23 012118 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
-0x3a24 012119 beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
-0x3a25 012120 beq hci_cmd_version_req ,module_hci_cmd_version_request 
-0x3a26 012121 beq hci_cmd_bt_disconnect ,module_hci_cmd_bt_disconnect 
-0x3a27 012122 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
-0x3a28 012123 beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
-0x3a29 012124 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
-0x3a2a 012125 beq hci_cmd_set_credit_given ,module_hci_cmd_set_credit_given 
-0x3a2b 012126 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
-0x3a2c 012127 beq hci_cmd_power_req ,module_hci_cmd_power_request 
-0x3a2d 012128 beq hci_cmd_power_set ,module_hci_cmd_power_set 
-0x3a2e 012129 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
-0x3a2f 012130 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
-0x3a30 012131 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
-0x3a31 012132 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
-0x3a32 012133 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
-0x3a33 012134 beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
-0x3a34 012135 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
-0x3a35 012136 beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
-0x3a36 012137 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
-0x3a37 012138 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
-0x3a38 012139 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
-0x3a39 012140 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
-0x3a3a 012141 beq hci_cmd_reject_justwork ,module_hci_cmd_set_reject_justwork_flag 
-0x3a3b 012142 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
-0x3a3c 012143 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
-0x3a3d 012144 beq hci_test_cmd_close_lpm ,module_hci_test_cmde_close_lpm 
-0x3a3e 012145 branch module_hci_event_receive_invalid_cmd 
-:      012150 module_hci_cmd_set_bt_addr:
-0x3a3f 012151 fetch 1 ,mem_module_uart_len 
-0x3a40 012152 bne 6 ,module_hci_event_receive_invalid_cmd 
-0x3a41 012153 ifetch 6 ,contru 
-0x3a42 012154 store 6 ,mem_lap 
-0x3a43 012155 branch module_hci_event_receive_valid_cmd 
-:      012158 module_hci_cmd_set_le_addr:
-0x3a44 012159 fetch 1 ,mem_module_uart_len 
-0x3a45 012160 bne 6 ,module_hci_event_receive_invalid_cmd 
-0x3a46 012161 ifetch 6 ,contru 
-0x3a47 012162 store 6 ,mem_le_lap 
-0x3a48 012163 branch module_hci_event_receive_valid_cmd 
-:      012167 module_hci_cmd_set_visibility:
-0x3a49 012168 fetch 1 ,mem_module_uart_len 
-0x3a4a 012169 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x3a4b 012170 copy rega ,contru 
-0x3a4c 012171 call module_hci_event_receive_valid_cmd 
-0x3a4d 012172 ifetcht 1 ,contru 
-0x3a4e 012173 storet 1 ,mem_module_bluetooth_stauts_by_command 
-0x3a4f 012174 fetch 2 ,mem_ui_state_map 
-0x3a50 012175 rtnbit1 ui_state_ble_connected 
-0x3a51 012176 rtnbit1 ui_state_bt_connected 
-:      012177 module_start_adv_discovery_by_command:
-0x3a52 012178 fetch 1 ,mem_module_state 
-0x3a53 012179 isolate1 moudle_state_bt_bit ,pdata 
-0x3a54 012180 nbranch moudle_start_adv_by_command ,true 
-0x3a55 012181 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
-0x3a56 012182 and temp ,0x03 ,pdata 
-0x3a57 012183 store 1 ,mem_scan_mode 
-:      012184 moudle_start_adv_by_command:
-0x3a58 012185 fetch 1 ,mem_module_state 
-0x3a59 012186 isolate1 moudle_state_ble_bit ,pdata 
-0x3a5a 012187 nrtn true 
-0x3a5b 012188 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
-0x3a5c 012189 isolate1 2 ,temp 
-0x3a5d 012190 branch app_ble_start_adv ,true 
-0x3a5e 012191 branch app_ble_stop_adv 
-:      012195 module_hci_cmd_set_bt_name:
-0x3a5f 012196 fetch 1 ,mem_module_uart_len 
-0x3a60 012197 sub pdata ,67 ,null 
-0x3a61 012198 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3a62 012199 store 1 ,mem_local_name_length 
-0x3a63 012200 arg 8 ,loopcnt 
-0x3a64 012201 call memset0 
-0x3a65 012202 fetch 1 ,mem_module_uart_len 
-0x3a66 012203 copy pdata ,loopcnt 
-0x3a67 012204 copy rega ,contru 
-0x3a68 012205 arg mem_local_name ,contw 
-0x3a69 012206 call uart_copy_rx_bytes_fast 
-0x3a6a 012207 branch module_hci_event_receive_valid_cmd 
-:      012211 module_hci_cmd_set_le_name:
-0x3a6b 012212 fetch 1 ,mem_module_uart_len 
-0x3a6c 012213 sub pdata ,29 ,null 
-0x3a6d 012214 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3a6e 012215 store 1 ,mem_le_name_len 
-0x3a6f 012216 copy pdata ,loopcnt 
-0x3a70 012217 copy rega ,contru 
-0x3a71 012218 arg mem_le_name ,contw 
-0x3a72 012219 call uart_copy_rx_bytes_fast 
-0x3a73 012220 call le_modified_name 
-0x3a74 012221 branch module_hci_event_receive_valid_cmd 
-:      012225 module_hci_cmd_receive_spp_data:
-0x3a75 012226 fetch 1 ,mem_ui_state_map 
-0x3a76 012227 bbit0 ui_state_bt_spp_conn ,module_hci_event_receive_invalid_cmd 
-0x3a77 012228 call app_check_sniff 
-0x3a78 012229 branch module_hci_cmd_spp_exit_sniff ,true 
-0x3a79 012230 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a7a 012232 call module_spp_clear_last_transmite_clock 
-0x3a7b 012233 fetch 1 ,mem_remote_credits 
-0x3a7c 012234 rtn blank 
-0x3a7d 012235 fetch 2 ,mem_nl_rx_len_all 
-0x3a7e 012236 bne 0 ,module_hci_cmd_pass_init_ng_rx_len_all 
-0x3a7f 012237 fetch 1 ,mem_module_uart_len 
-0x3a80 012238 store 2 ,mem_nl_rx_len_all 
-0x3a81 012240 copy rega ,contru 
-0x3a82 012243 copy contru ,pdata 
-0x3a83 012244 store 2 ,mem_nl_rx_data_src 
-:      012245 module_hci_cmd_pass_init_ng_rx_len_all:
-0x3a84 012246 call module_hci_cmd_get_current_packet_len_and_remain_len 
-0x3a85 012247 branch spp_tx_rfcomm_packet 
-:      012249 module_hci_cmd_spp_exit_sniff:
-0x3a86 012250 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a87 012251 branch module_exit_sniff 
-:      012253 module_hci_cmd_get_current_packet_len_and_remain_len:
-0x3a88 012254 call module_hci_cmd_get_current_patcket_len 
-0x3a89 012255 fetch 2 ,mem_nl_rx_len_all 
-0x3a8a 012256 fetcht 2 ,mem_current_packet_length 
-0x3a8b 012257 isub temp ,pdata 
-0x3a8c 012258 store 2 ,mem_nl_rx_len_all 
-0x3a8d 012259 rtn 
-:      012261 module_hci_cmd_get_current_patcket_len:
-0x3a8e 012262 fetch 2 ,mem_nl_rx_len_all 
-0x3a8f 012263 arg dm_refcom_buff_len ,temp 
-0x3a90 012264 call not_greater_than 
-0x3a91 012265 fetcht 2 ,mem_rfcomm_max_frame_size 
-0x3a92 012266 call not_greater_than 
-0x3a93 012267 fetcht 2 ,mem_pn_max_frame_size 
-0x3a94 012268 call not_greater_than 
-0x3a95 012269 store 2 ,mem_current_packet_length 
-0x3a96 012270 rtn 
-:      012272 module_hci_command_tx_spp_tx_complete:
-0x3a97 012273 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a98 012274 jam hci_cmd_spp_data_req ,mem_module_uart_opcode 
-0x3a99 012275 branch module_hci_event_receive_valid_cmd 
-:      012279 module_hci_cmd_receive_le_data:
-0x3a9a 012280 fetch 2 ,mem_ui_state_map 
-0x3a9b 012281 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-0x3a9c 012282 call module_check_ble_encrypt_state 
-0x3a9d 012283 branch module_hci_event_receive_invalid_cmd ,user 
-0x3a9e 012284 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a9f 012285 fetch 1 ,mem_module_flag 
-0x3aa0 012286 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
-0x3aa1 012287 fetch 1 ,mem_module_hci_notify_len 
-0x3aa2 012288 nrtn blank 
-0x3aa3 012289 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3aa4 012290 ifetch 2 ,contru 
-0x3aa5 012291 store 2 ,mem_module_hci_notify_handle 
-0x3aa6 012292 copy contru ,pdata 
-0x3aa7 012293 store 2 ,mem_module_hci_nofiy_addr 
-0x3aa8 012294 fetch 1 ,mem_module_uart_len 
-0x3aa9 012295 pincrease -2 
-0x3aaa 012296 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3aab 012297 branch module_hci_event_receive_invalid_cmd ,zero 
-0x3aac 012298 store 1 ,mem_module_hci_notify_len 
-0x3aad 012299 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3aae 012300 call le_set_config_more_data 
-0x3aaf 012301 call module_hci_cmd_transmit_le_notify 
-0x3ab0 012302 call module_hci_cmd_transmit_le_notify 
-0x3ab1 012303 call module_hci_cmd_transmit_le_notify 
-0x3ab2 012304 fetch 1 ,mem_module_flag 
-0x3ab3 012305 rtnbit0 module_flag_ble_data_finish 
-:      012306 module_hci_cmd_receive_le_data_finish:
-0x3ab4 012307 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3ab5 012308 call module_clear_le_tx_data_flag 
-0x3ab6 012309 branch module_hci_event_receive_valid_cmd 
-:      012311 module_hci_cmd_transmit_le_notify:
-0x3ab7 012312 fetch 1 ,mem_module_hci_notify_len 
-0x3ab8 012313 rtn blank 
-0x3ab9 012314 call le_fifo_check_nearly_full 
-0x3aba 012315 nrtn blank 
-0x3abb 012316 call module_get_le_remote_mtu 
-0x3abc 012317 bpatch patch1c_1 ,mem_patch1c 
-0x3abd 012318 add temp ,-3 ,pdata 
-0x3abe 012319 fetcht 1 ,mem_module_hci_notify_len 
-0x3abf 012320 call not_greater_than 
-0x3ac0 012321 copy pdata ,rega 
-0x3ac1 012322 copy temp ,pdata 
-0x3ac2 012323 isub rega ,pdata 
-0x3ac3 012324 store 1 ,mem_module_hci_notify_len 
-0x3ac4 012325 fetcht 2 ,mem_module_hci_notify_handle 
-0x3ac5 012326 call le_att_malloc_tx_notify 
-0x3ac6 012327 fetch 2 ,mem_module_hci_nofiy_addr 
-0x3ac7 012328 copy pdata ,contru 
-0x3ac8 012329 copy rega ,loopcnt 
-0x3ac9 012330 call uart_copy_rx_bytes_fast 
-0x3aca 012331 copy contru ,pdata 
-0x3acb 012332 store 2 ,mem_module_hci_nofiy_addr 
-0x3acc 012333 fetch 1 ,mem_module_hci_notify_len 
-0x3acd 012334 nrtn blank 
-0x3ace 012335 branch module_set_le_tx_data_flag 
-:      012339 module_get_le_remote_mtu:
-0x3acf 012340 arg 0x17 ,temp 
-0x3ad0 012341 fetch 1 ,mem_module_flag 
-0x3ad1 012342 rtnbit1 module_flag_ble_send_mtu23 
-0x3ad2 012343 fetcht 2 ,mem_le_remote_mtu 
-0x3ad3 012344 rtn 
-:      012346 module_check_ble_encrypt_state:
-0x3ad4 012347 fetch 1 ,mem_module_flag 
-0x3ad5 012348 bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
-0x3ad6 012349 branch disable_user 
-:      012353 module_hci_cmd_inquire_status:
-0x3ad7 012354 branch module_hci_event_status_res 
-:      012358 module_hci_cmd_set_pairing_mode:
-0x3ad8 012359 copy rega ,contru 
-0x3ad9 012360 ifetch 1 ,contru 
-0x3ada 012361 beq pairing_pincode ,module_hci_pairing_pincode_mode 
-0x3adb 012362 beq pairing_justwork ,module_hci_pairing_just_work_mode 
-0x3adc 012363 beq pairing_passkey ,module_hci_pairing_passkey 
-0x3add 012364 beq pairing_confirm ,module_hci_pairing_numeric_comparison 
-0x3ade 012365 branch module_hci_event_receive_invalid_cmd 
-:      012366 module_hci_pairing_pincode_mode:
-0x3adf 012367 call ssp_disable 
-0x3ae0 012368 jam 0 ,mem_ssp_enable 
-0x3ae1 012369 branch module_hci_event_receive_valid_cmd 
-:      012370 module_hci_pairing_just_work_mode:
-0x3ae2 012371 setarg ssp_mode_just_work_io_cap_data 
-:      012372 module_hci_sspairing_mode:
-0x3ae3 012373 store 3 ,mem_sp_iocap_local 
-0x3ae4 012374 store 1 ,mem_ssp_mode_flag 
-0x3ae5 012375 call ssp_enable 
-0x3ae6 012376 jam 1 ,mem_ssp_enable 
-0x3ae7 012377 branch module_hci_event_receive_valid_cmd 
-:      012378 module_hci_pairing_passkey:
-0x3ae8 012379 setarg ssp_mode_passkey_io_cap_data 
-0x3ae9 012380 branch module_hci_sspairing_mode 
-:      012382 module_hci_pairing_numeric_comparison:
-0x3aea 012383 setarg ssp_mode_ssp_pin_io_cap_data 
-0x3aeb 012384 branch module_hci_sspairing_mode 
-:      012387 module_hci_cmd_set_pincode:
-0x3aec 012388 fetch 1 ,mem_module_uart_len 
-0x3aed 012389 sub pdata ,16 ,null 
-0x3aee 012390 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3aef 012391 store 1 ,mem_pin_length 
-0x3af0 012392 copy pdata ,loopcnt 
-0x3af1 012393 arg mem_pin ,contw 
-0x3af2 012394 call uart_copy_rx_bytes 
-0x3af3 012395 branch module_hci_event_receive_valid_cmd 
-:      012399 module_hci_cmd_set_uart_control_mode:
-0x3af4 012400 copy rega ,contru 
-0x3af5 012401 ifetch 1 ,contru 
-0x3af6 012402 hfetcht 1 ,core_uart_ctrl 
-0x3af7 012403 nsetflag blank ,4 ,temp 
-0x3af8 012404 hstoret 1 ,core_uart_ctrl 
-0x3af9 012405 branch module_hci_event_receive_valid_cmd 
-:      012409 module_hci_cmd_set_uart_baud:
-0x3afa 012410 fetch 1 ,mem_module_uart_len 
-0x3afb 012411 copy pdata ,loopcnt 
-0x3afc 012412 copy rega ,contru 
-0x3afd 012413 call string2dec_from_uart 
-0x3afe 012414 setarg uart_clk_24 
-0x3aff 012415 idiv temp 
-0x3b00 012416 call wait_div_end 
-0x3b01 012417 quotient pdata 
-:      012418 module_hci_cmd_set_uart_baud_ok:
-0x3b02 012419 store uart_baud_len ,mem_baud 
-0x3b03 012420 call module_hci_event_receive_valid_cmd 
-0x3b04 012421 call wait_uarttx 
-0x3b05 012422 branch uart_set_baud_by_mem 
-:      012426 module_hci_cmd_version_request:
-0x3b06 012427 arg 2 ,rega 
-0x3b07 012428 arg mem_soft_version_num ,regb 
-0x3b08 012429 arg 0 ,temp 
-0x3b09 012430 branch module_hci_event_set_cmd 
-:      012431 module_hci_event_set_cmd_send_response:
-0x3b0a 012432 store 2 ,mem_event_cmd_response_content 
-0x3b0b 012433 arg mem_event_cmd_response_content ,regb 
-0x3b0c 012434 arg 0 ,temp 
-0x3b0d 012435 branch module_hci_event_set_cmd 
-:      012439 module_hci_cmd_bt_disconnect:
-0x3b0e 012440 fetch 2 ,mem_ui_state_map 
-0x3b0f 012441 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
-:      012442 module_hci_cmd_bt_disconnect_doing:
-0x3b10 012443 call module_hci_event_receive_valid_cmd 
-0x3b11 012444 branch app_bt_disconnect 
-:      012448 module_hci_cmd_ble_disconnect:
-0x3b12 012449 fetch 2 ,mem_ui_state_map 
-0x3b13 012450 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-:      012451 module_hci_cmd_ble_disconnect_doing:
-0x3b14 012452 call module_hci_event_receive_valid_cmd 
-0x3b15 012453 branch app_ble_disconnect 
-:      012459 module_hci_cmd_set_nvram:
-0x3b16 012460 fetch 1 ,mem_module_uart_len 
-0x3b17 012461 copy pdata ,loopcnt 
-0x3b18 012462 copy rega ,contru 
-0x3b19 012463 fetch 2 ,mem_nv_data_ptr 
-0x3b1a 012464 icopy contw 
-0x3b1b 012465 call uart_copy_rx_bytes_fast 
-0x3b1c 012466 branch module_hci_event_receive_valid_cmd 
-:      012470 module_hci_cmd_confirm_gkey:
-0x3b1d 012471 fetch 1 ,mem_ui_state_map 
-0x3b1e 012472 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
-0x3b1f 012473 ifetch 1 ,contru 
-0x3b20 012474 fetcht 1 ,mem_flag_mode_ssp_pin 
-0x3b21 012475 setflag blank ,flag_mode_ssp_pin_comparison_result_bit ,temp 
-0x3b22 012476 set1 flag_mode_ssp_pin_reviceve_comparison_bit ,temp 
-0x3b23 012477 storet 1 ,mem_flag_mode_ssp_pin 
-0x3b24 012479 call module_hci_event_receive_valid_cmd 
-0x3b25 012481 fetch 1 ,mem_flag_mode_ssp_pin 
-0x3b26 012482 bbit1 flag_mode_ssp_pin_recieve_dhkey_bit ,module_hci_cmd_spp_number_comparison_result_is1 
-0x3b27 012483 rtn 
-:      012485 dhkey_not_accept:
-0x3b28 012486 jam 0 ,mem_flag_mode_ssp_pin 
-0x3b29 012487 jam bt_cmd_dhkey_not_accept ,mem_fifo_temp 
-0x3b2a 012488 branch ui_ipc_send_cmd 
-:      012491 module_hci_cmd_spp_number_comparison_result_is1:
-0x3b2b 012492 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
-0x3b2c 012493 branch dhkey_not_accept 
-:      012497 module_hci_cmd_set_credit_given:
-0x3b2d 012498 fetch 1 ,mem_ui_state_map 
-0x3b2e 012499 rtnbit0 ui_state_bt_spp_conn 
-0x3b2f 012500 fetch 1 ,mem_credit_flag 
-0x3b30 012501 rtneq credit_disable 
-0x3b31 012502 ifetch 1 ,contru 
-0x3b32 012503 fetcht 1 ,mem_credit_given 
-0x3b33 012504 iadd temp ,temp 
-0x3b34 012505 storet 1 ,mem_credit_given 
-0x3b35 012506 rtn 
-:      012510 module_hci_cmd_auto_adv:
-0x3b36 012511 arg 0x40 ,loopcnt 
-0x3b37 012512 arg mem_le_adv_data_len ,contw 
-0x3b38 012513 call clear_mem 
-0x3b39 012514 setarg 0 
-0x3b3a 012515 store 1 ,mem_regb 
-0x3b3b 012516 copy rega ,contru 
-:      012517 module_hci_cmd_auto_adv_loop:
-0x3b3c 012518 copy contru ,pdata 
-0x3b3d 012519 store 2 ,mem_regc 
-0x3b3e 012520 call module_hci_cmd_auto_adv_adv_analys 
-0x3b3f 012522 fetch 1 ,mem_regb 
-0x3b40 012523 fetcht 1 ,mem_temp 
-0x3b41 012524 increase 1 ,temp 
-0x3b42 012525 iadd temp ,pdata 
-0x3b43 012526 store 1 ,mem_regb 
-0x3b44 012528 sub pdata ,31 ,null 
-0x3b45 012529 nbranch module_hci_cmd_auto_adv_store_scan ,positive 
-:      012530 module_hci_cmd_auto_adv_store_adv:
-0x3b46 012531 fetcht 1 ,mem_le_adv_data_len 
-0x3b47 012532 setarg mem_le_adv_data 
-0x3b48 012533 iadd temp ,pdata 
-0x3b49 012534 store 2 ,mem_contw 
-0x3b4a 012535 fetcht 1 ,mem_temp 
-0x3b4b 012536 increase 1 ,temp 
-0x3b4c 012537 fetch 1 ,mem_le_adv_data_len 
-0x3b4d 012538 iadd temp ,pdata 
-0x3b4e 012539 store 1 ,mem_le_adv_data_len 
-0x3b4f 012540 branch module_hci_cmd_auto_adv_store_common 
-:      012541 module_hci_cmd_auto_adv_store_scan:
-0x3b50 012542 fetcht 1 ,mem_le_scan_data_len 
-0x3b51 012543 setarg mem_le_scan_data 
-0x3b52 012544 iadd temp ,pdata 
-0x3b53 012545 store 2 ,mem_contw 
-0x3b54 012546 fetcht 1 ,mem_temp 
-0x3b55 012547 increase 1 ,temp 
-0x3b56 012548 fetch 1 ,mem_le_scan_data_len 
-0x3b57 012549 iadd temp ,pdata 
-0x3b58 012550 store 1 ,mem_le_scan_data_len 
-:      012551 module_hci_cmd_auto_adv_store_common:
-0x3b59 012552 fetch 2 ,mem_contw 
-0x3b5a 012553 copy pdata ,contw 
-0x3b5b 012554 fetch 2 ,mem_regc 
-0x3b5c 012555 copy pdata ,contru 
-0x3b5d 012557 copy temp ,loopcnt 
-0x3b5e 012558 call uart_copy_rx_bytes_fast 
-0x3b5f 012560 fetch 1 ,mem_module_uart_len 
-0x3b60 012561 fetcht 1 ,mem_regb 
-0x3b61 012562 isub temp ,null 
-0x3b62 012563 nbranch module_hci_cmd_auto_adv_loop ,zero 
-0x3b63 012564 branch module_hci_event_receive_valid_cmd 
-:      012567 module_hci_cmd_auto_adv_adv_analys:
-0x3b64 012568 ifetch 1 ,contru 
-0x3b65 012569 store 1 ,mem_temp 
-0x3b66 012570 ifetch 1 ,contru 
-0x3b67 012571 store 1 ,mem_rega 
-0x3b68 012572 rtn 
-:      012576 module_hci_cmd_power_request:
-0x3b69 012577 arg 0 ,temp 
-0x3b6a 012578 arg 2 ,rega 
-0x3b6b 012579 fetch 2 ,mem_module_vdd_quotient 
-0x3b6c 012580 store 2 ,mem_event_cmd_response_content 
-0x3b6d 012581 arg mem_event_cmd_response_content ,regb 
-0x3b6e 012582 branch module_hci_event_set_cmd 
-:      012586 module_hci_cmd_power_set:
-0x3b6f 012587 fetch 1 ,mem_module_uart_len 
-0x3b70 012588 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x3b71 012589 ifetch 1 ,contru 
-0x3b72 012590 store 1 ,mem_module_read_vdd_flag 
-0x3b73 012591 setarg 0x00 
-0x3b74 012592 store 2 ,mem_module_vdd_quotient 
-0x3b75 012593 branch module_hci_event_receive_valid_cmd 
-:      012597 module_hci_cmd_passkey_entry:
-0x3b76 012598 ifetch 4 ,contru 
-0x3b77 012599 store 4 ,mem_pin 
-0x3b78 012600 jam 4 ,mem_pin_length 
-0x3b79 012601 jam 0 ,mem_authentication_passkey_times 
-0x3b7a 012602 call module_hci_event_receive_valid_cmd 
-0x3b7b 012603 branch authentication_passkey 
-:      012607 module_hci_cmd_set_gpio:
-0x3b7c 012608 fetch 1 ,mem_module_uart_len 
-0x3b7d 012609 bne 3 ,module_hci_event_receive_invalid_cmd 
-0x3b7e 012610 ifetch 1 ,contru 
-0x3b7f 012611 beq hci_cmd_config_gpio_input ,module_set_gpio_input 
-0x3b80 012612 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
-0x3b81 012613 branch module_hci_event_receive_invalid_cmd 
-:      012615 module_set_gpio_input:
-0x3b82 012616 ifetcht 1 ,contru 
-0x3b83 012617 ifetch 1 ,contru 
-0x3b84 012618 beq gpio_input_high_impedance ,module_set_gpio_high_impedance 
-0x3b85 012619 nsetflag blank ,7 ,temp 
-0x3b86 012620 call gpio_config_input 
-0x3b87 012621 branch module_hci_event_receive_valid_cmd 
-:      012623 module_set_gpio_high_impedance:
-0x3b88 012624 call gpio_set_high_impedance 
-0x3b89 012625 branch module_hci_event_receive_valid_cmd 
-:      012627 module_set_gpio_output:
-0x3b8a 012628 ifetcht 1 ,contru 
-0x3b8b 012629 call gpio_config_output0 
-0x3b8c 012630 ifetch 1 ,contru 
-0x3b8d 012631 isolate1 0 ,pdata 
-0x3b8e 012632 call gpio_out_flag 
-0x3b8f 012633 branch module_hci_event_receive_valid_cmd 
-:      012637 module_hci_cmd_read_gpio:
-0x3b90 012638 fetch 1 ,mem_module_uart_len 
-0x3b91 012639 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x3b92 012640 ifetcht 1 ,contru 
-0x3b93 012641 call gpio_get_bit 
-0x3b94 012642 setarg 0x0 
-0x3b95 012643 nsetflag true ,0 ,pdata 
-0x3b96 012644 arg 1 ,rega 
-0x3b97 012645 branch module_hci_event_set_cmd_send_response 
-:      012649 module_hci_cmd_le_set_pairing_mode:
-0x3b98 012650 copy rega ,contru 
-0x3b99 012651 ifetch 1 ,contru 
-0x3b9a 012652 copy pdata ,temp 
-0x3b9b 012653 beq le_pairing_mode_secure_connect_justwork ,module_le_set_pairing_mode_secure_justwork 
-0x3b9c 012654 beq le_pairing_mode_secure_connect_numeric ,module_le_set_pairing_mode_secure_numeric 
-0x3b9d 012655 beq le_pairing_mode_secure_connect_passkey ,module_le_set_pairing_mode_secure_passkey 
-0x3b9e 012656 store 1 ,mem_le_pairing_mode 
-0x3b9f 012657 beq le_pairing_mode_none ,module_le_set_no_pairing 
-0x3ba0 012658 beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
-0x3ba1 012659 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
-0x3ba2 012660 branch module_hci_event_receive_invalid_cmd 
-:      012662 module_le_set_pairing_mode_secure_justwork:
-0x3ba3 012663 fetch 1 ,mem_le_secure_connect_enable 
-0x3ba4 012664 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3ba5 012665 storet 1 ,mem_le_pairing_mode 
-0x3ba6 012666 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x3ba7 012667 branch module_le_set_noinputnooutput 
-:      012668 module_le_set_pairing_mode_secure_numeric:
-0x3ba8 012669 fetch 1 ,mem_le_secure_connect_enable 
-0x3ba9 012670 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3baa 012671 storet 1 ,mem_le_pairing_mode 
-0x3bab 012672 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x3bac 012673 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
-0x3bad 012674 branch module_hci_event_receive_valid_cmd 
-:      012675 module_le_set_pairing_mode_secure_passkey:
-0x3bae 012676 fetch 1 ,mem_le_secure_connect_enable 
-0x3baf 012677 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3bb0 012678 storet 1 ,mem_le_pairing_mode 
-0x3bb1 012679 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x3bb2 012680 branch module_le_set_displayonly 
-:      012681 module_le_set_no_pairing:
-0x3bb3 012682 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
-:      012683 module_le_set_noinputnooutput:
-0x3bb4 012684 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
-0x3bb5 012685 branch module_hci_event_receive_valid_cmd 
-:      012686 module_le_set_pairing_mode_lagacy_just_work:
-0x3bb6 012687 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x3bb7 012688 branch module_le_set_noinputnooutput 
-:      012689 module_le_set_pairing_mode_lagacy_passkey:
-0x3bb8 012690 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-:      012691 module_le_set_displayonly:
-0x3bb9 012692 jam flag_iocap_displayonly ,mem_le_pres_iocap 
-0x3bba 012693 branch module_hci_event_receive_valid_cmd 
-:      012697 module_hci_cmd_le_set_adv_data:
-0x3bbb 012698 fetch 1 ,mem_module_uart_len 
-0x3bbc 012699 sub pdata ,31 ,null 
-0x3bbd 012700 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3bbe 012701 store 1 ,mem_le_adv_data_len 
-0x3bbf 012702 copy pdata ,loopcnt 
-0x3bc0 012703 copy rega ,contru 
-0x3bc1 012704 arg mem_le_adv_data ,contw 
-0x3bc2 012705 call uart_copy_rx_bytes_fast 
-0x3bc3 012706 branch module_hci_event_receive_valid_cmd 
-:      012710 module_hci_cmd_le_set_scan_data:
-0x3bc4 012711 fetch 1 ,mem_module_uart_len 
-0x3bc5 012712 sub pdata ,31 ,null 
-0x3bc6 012713 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3bc7 012714 store 1 ,mem_le_scan_data_len 
-0x3bc8 012715 copy pdata ,loopcnt 
-0x3bc9 012716 copy rega ,contru 
-0x3bca 012717 arg mem_le_scan_data ,contw 
-0x3bcb 012718 call uart_copy_rx_bytes_fast 
-0x3bcc 012719 branch module_hci_event_receive_valid_cmd 
-:      012723 module_hci_cmd_le_send_conn_update_req:
-0x3bcd 012724 fetch 2 ,mem_ui_state_map 
-0x3bce 012725 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-0x3bcf 012726 fetch 1 ,mem_module_uart_len 
-0x3bd0 012727 bne 0x08 ,module_hci_event_receive_invalid_cmd 
-0x3bd1 012728 copy rega ,contru 
-0x3bd2 012729 ifetch 8 ,contru 
-0x3bd3 012730 store 8 ,mem_le_interval_min 
-0x3bd4 012731 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x3bd5 012732 call ui_ipc_send_cmd 
-0x3bd6 012733 branch module_hci_event_receive_valid_cmd 
-:      012737 module_hci_cmd_set_le_adv_parameter:
-0x3bd7 012738 ifetch 2 ,contru 
-0x3bd8 012739 store 2 ,mem_le_adv_interval 
-0x3bd9 012740 branch module_hci_event_receive_valid_cmd 
-:      012744 module_hci_cmd_le_start_pairing:
-0x3bda 012745 fetch 1 ,mem_le_pairing_mode 
-0x3bdb 012746 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3bdc 012747 fetch 1 ,mem_le_pairing_state 
-0x3bdd 012748 bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
-0x3bde 012749 fetch 1 ,mem_le_enc_state 
-0x3bdf 012750 bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
-0x3be0 012751 call check_51cmd_le_smp_sec_req 
-0x3be1 012752 branch module_hci_event_receive_valid_cmd 
-:      012756 module_hci_cmd_set_wake_gpio:
-0x3be2 012757 fetch 1 ,mem_module_uart_len 
-0x3be3 012758 bne 5 ,module_hci_event_receive_invalid_cmd 
-0x3be4 012759 ifetch 1 ,contru 
-0x3be5 012760 store 1 ,mem_module_mcu_wake_pin 
-0x3be6 012761 ifetch 4 ,contru 
-0x3be7 012762 store 4 ,mem_module_mcu_wake_delay_us 
-0x3be8 012763 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3be9 012764 call gpio_config_output 
-0x3bea 012765 call module_set_mcu_wake_pin_low 
-0x3beb 012766 branch module_hci_event_receive_valid_cmd 
-:      012770 module_hci_cmd_set_tx_power:
-0x3bec 012771 fetch 1 ,mem_module_uart_len 
-0x3bed 012772 bne 0x01 ,module_hci_event_receive_invalid_cmd 
-0x3bee 012773 ifetch 1 ,contru 
-0x3bef 012774 store 1 ,mem_tx_power 
-0x3bf0 012775 branch module_hci_event_receive_valid_cmd 
-:      012779 module_hci_cmd_le_confirm_gkey:
-0x3bf1 012780 ifetch 1 ,contru 
-0x3bf2 012781 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
-0x3bf3 012782 fetch 1 ,mem_le_secure_connect_state 
-0x3bf4 012783 beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
-0x3bf5 012784 beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
-0x3bf6 012785 beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
-0x3bf7 012786 branch module_hci_event_receive_invalid_cmd 
-:      012787 module_hci_cmd_le_confirm_gkey_ok:
-0x3bf8 012788 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
-0x3bf9 012789 branch module_hci_event_receive_valid_cmd 
-:      012791 module_hci_cmd_le_confirm_gkey_fail:
-0x3bfa 012792 call le_send_pairing_confirm_value_failed 
-0x3bfb 012793 branch module_hci_event_receive_valid_cmd 
-:      012797 module_hci_cmd_set_reject_justwork_flag:
-0x3bfc 012798 fetch 1 ,mem_module_uart_len 
-0x3bfd 012799 bne 0x01 ,module_hci_event_receive_invalid_cmd 
-0x3bfe 012800 call module_hci_event_receive_valid_cmd 
-0x3bff 012801 ifetch 1 ,contru 
-0x3c00 012802 branch classic_bt_clr_reject_justwork_flag ,blank 
-0x3c01 012803 branch classic_bt_set_reject_justwork_flag 
-:      012807 module_hci_cmd_reset_chip:
-0x3c02 012808 call module_hci_event_receive_valid_cmd 
-0x3c03 012809 call wait_uarttx 
-0x3c04 012810 jam 0x01 ,core_reset 
-0x3c05 012811 branch loop 
-:      012815 module_hci_cmd_le_set_fixed_passkey:
-0x3c06 012816 fetch 1 ,mem_module_uart_len 
-0x3c07 012817 beq 0 ,module_hci_event_receive_invalid_cmd 
-0x3c08 012818 ifetch 1 ,contru 
-0x3c09 012819 branch module_hci_cmd_le_set_random_passkey ,blank 
-0x3c0a 012820 fetch 1 ,mem_module_uart_len 
-0x3c0b 012821 bne 5 ,module_hci_event_receive_invalid_cmd 
-0x3c0c 012822 ifetch 4 ,contru 
-0x3c0d 012823 arg 1000000 ,temp 
-0x3c0e 012824 isub temp ,null 
-0x3c0f 012825 branch module_hci_event_receive_invalid_cmd ,positive 
-0x3c10 012826 store 4 ,mem_le_tk 
-0x3c11 012827 call le_set_config_fixed_tk 
-0x3c12 012828 branch module_hci_event_receive_valid_cmd 
-:      012830 module_hci_cmd_le_set_random_passkey:
-0x3c13 012831 call le_clr_config_fixed_tk 
-0x3c14 012832 branch module_hci_event_receive_valid_cmd 
-:      012836 module_hci_test_cmde_close_lpm:
-0x3c15 012837 jam 0 ,mem_lpm_mode 
-0x3c16 012838 branch module_hci_event_receive_valid_cmd 
-:      012843 module_hci_event_receive_invalid_cmd:
-0x3c17 012844 arg 1 ,temp 
-0x3c18 012845 arg 0 ,rega 
-0x3c19 012846 branch module_hci_event_set_cmd 
-:      012849 module_hci_event_receive_valid_cmd:
-0x3c1a 012850 arg 0 ,temp 
-0x3c1b 012851 arg 0 ,rega 
-0x3c1c 012852 branch module_hci_event_set_cmd 
-:      012856 module_hci_event_spp_connect:
-0x3c1d 012857 jam hci_event_spp_conn_rep ,mem_module_uart_opcode 
-0x3c1e 012858 branch module_hci_event_enter_standby_mode_len0 
-:      012862 module_hci_event_le_connect:
-0x3c1f 012863 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
-0x3c20 012864 branch module_hci_event_enter_standby_mode_len0 
-:      012868 module_hci_event_spp_disconnect:
-0x3c21 012869 jam hci_event_spp_dis_rep ,mem_module_uart_opcode 
-0x3c22 012870 branch module_hci_event_enter_standby_mode_len0 
-:      012874 module_hci_event_le_disconnect:
-0x3c23 012875 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
-0x3c24 012876 branch module_hci_event_enter_standby_mode_len0 
-:      012884 module_hci_event_set_cmd:
-0x3c25 012885 fetch 1 ,mem_module_uart_opcode 
-0x3c26 012886 copy pdata ,regc 
-0x3c27 012887 jam hci_event_cmd_res ,mem_module_uart_opcode 
-0x3c28 012888 setarg 2 
-0x3c29 012889 iadd rega ,pdata 
-0x3c2a 012890 call module_hci_prepare_tx 
-0x3c2b 012891 copy regc ,pdata 
-0x3c2c 012892 istore 1 ,contwu 
-0x3c2d 012893 istoret 1 ,contwu 
-0x3c2e 012894 copy rega ,loopcnt 
-0x3c2f 012895 copy regb ,contr 
-0x3c30 012896 call uart_copy_tx_bytes 
-0x3c31 012897 branch uartd_send 
-:      012901 module_hci_event_receive_spp_data:
-0x3c32 012903 call module_spp_clear_last_transmite_clock 
-0x3c33 012904 jam hci_event_spp_data_rep ,mem_module_uart_opcode 
-0x3c34 012905 fetch 1 ,mem_current_length 
-0x3c35 012906 rtn blank 
-0x3c36 012907 call module_hci_prepare_tx 
-0x3c37 012908 fetch 1 ,mem_current_length 
-0x3c38 012909 copy pdata ,loopcnt 
-0x3c39 012910 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x3c3a 012911 copy pdata ,contr 
-0x3c3b 012912 call uart_copy_tx_bytes_fast 
-0x3c3c 012913 branch uartd_send 
-:      012917 module_hci_event_receive_le_data:
-0x3c3d 012918 jam hci_event_le_data_rep ,mem_module_uart_opcode 
-0x3c3e 012919 fetch 1 ,mem_module_le_rx_data_len 
-0x3c3f 012920 icopy loopcnt 
-0x3c40 012921 increase 2 ,pdata 
-0x3c41 012922 call module_hci_prepare_tx 
-0x3c42 012923 fetch 2 ,mem_module_le_rx_data_handle 
-0x3c43 012924 istore 2 ,contwu 
-0x3c44 012925 fetch 2 ,mem_module_le_rx_data_address 
-0x3c45 012926 icopy contr 
-0x3c46 012927 call uart_copy_tx_bytes_fast 
-0x3c47 012928 branch uartd_send 
-:      012932 module_hci_event_enter_standby_mode:
-0x3c48 012933 jam hci_event_standby_rep ,mem_module_uart_opcode 
-:      012934 module_hci_event_enter_standby_mode_len0:
-0x3c49 012935 setarg 0 
-0x3c4a 012936 call module_hci_prepare_tx 
-0x3c4b 012937 branch uartd_send 
-:      012941 module_hci_event_status_res:
-0x3c4c 012942 jam hci_event_status_res ,mem_module_uart_opcode 
-0x3c4d 012943 setarg 1 
-0x3c4e 012944 call module_hci_prepare_tx 
-0x3c4f 012946 call module_hci_read_bt_status 
-0x3c50 012948 fetch 2 ,mem_ui_state_map 
-0x3c51 012949 arg ui_state_bt_hid_conn ,queue 
-0x3c52 012950 qisolate1 pdata 
-0x3c53 012951 setflag true ,3 ,temp 
-0x3c54 012953 arg ui_state_ble_connected ,queue 
-0x3c55 012954 qisolate1 pdata 
-0x3c56 012955 setflag true ,5 ,temp 
-0x3c57 012957 fetch 1 ,mem_ui_state_map 
-0x3c58 012958 arg ui_state_bt_spp_conn ,queue 
-0x3c59 012959 qisolate1 pdata 
-0x3c5a 012960 setflag true ,4 ,temp 
-0x3c5b 012962 istoret 1 ,contwu 
-0x3c5c 012963 branch uartd_send 
-:      012967 module_hci_read_bt_status:
-0x3c5d 012968 arg 0 ,temp 
-0x3c5e 012969 fetch 1 ,mem_scan_mode 
-0x3c5f 012970 arg inq_scan_mode ,queue 
-0x3c60 012971 qisolate1 pdata 
-0x3c61 012972 setflag true ,0 ,temp 
-0x3c62 012973 arg page_scan_mode ,queue 
-0x3c63 012974 qisolate1 pdata 
-0x3c64 012975 setflag true ,1 ,temp 
-0x3c65 012977 fetch 1 ,mem_le_adv_enable 
-0x3c66 012978 arg 0 ,queue 
-0x3c67 012979 qisolate1 pdata 
-0x3c68 012980 setflag true ,2 ,temp 
-0x3c69 012981 rtn 
-:      012985 module_hci_event_store_device:
-0x3c6a 012986 jam hci_event_nvram_rep ,mem_module_uart_opcode 
-0x3c6b 012987 fetch 1 ,mem_nv_data_number 
-0x3c6c 012988 mul32 pdata ,34 ,pdata 
-0x3c6d 012989 icopy loopcnt 
-0x3c6e 012990 call module_hci_prepare_tx 
-0x3c6f 012991 fetch 2 ,mem_nv_data_ptr 
-0x3c70 012992 icopy contr 
-0x3c71 012993 call uart_copy_tx_bytes_fast 
-0x3c72 012994 branch uartd_send 
-:      012998 module_hci_event_gkey_generate:
-0x3c73 012999 jam hci_event_gkey ,mem_module_uart_opcode 
-0x3c74 013000 setarg 4 
-0x3c75 013001 call module_hci_prepare_tx 
-0x3c76 013002 fetch 4 ,mem_gkey 
-0x3c77 013003 istore 4 ,contwu 
-0x3c78 013004 branch uartd_send 
-:      013008 module_hci_event_invalid_packet:
-0x3c79 013009 jam hci_event_invalid_packet ,mem_module_uart_opcode 
-0x3c7a 013010 hfetch 2 ,core_uart_rxitems 
-0x3c7b 013011 arg 0xff ,temp 
-0x3c7c 013012 call not_greater_than 
-0x3c7d 013013 copy pdata ,loopcnt 
-0x3c7e 013014 call module_hci_prepare_tx 
-0x3c7f 013015 call uartd_prepare_rx 
-0x3c80 013016 call uart_copy_rx2tx 
-0x3c81 013017 branch uartd_send 
-:      013021 module_hci_event_passkey_entry_mode:
-0x3c82 013022 jam hci_event_get_passkey ,mem_module_uart_opcode 
-0x3c83 013023 branch module_hci_event_enter_standby_mode_len0 
-:      013027 module_hci_event_le_tk:
-0x3c84 013028 jam hci_event_le_tk ,mem_module_uart_opcode 
-0x3c85 013029 setarg 4 
-0x3c86 013030 call module_hci_prepare_tx 
-0x3c87 013031 fetch 4 ,mem_le_tk 
-0x3c88 013032 istore 4 ,contwu 
-0x3c89 013033 branch uartd_send 
-:      013037 module_hci_event_le_pairing_fail:
-0x3c8a 013038 arg flag_ble_pairing_fail ,rega 
-0x3c8b 013039 branch module_hci_event_pairing_completed 
-:      013041 module_hci_event_le_pairing_success:
-0x3c8c 013042 arg flag_ble_pairing_success ,rega 
-0x3c8d 013043 branch module_hci_event_pairing_completed 
-:      013045 module_hci_event_bt_pairing_fail:
-0x3c8e 013046 arg flag_bt_pairing_fail ,rega 
-0x3c8f 013047 branch module_hci_event_pairing_completed 
-:      013049 module_hci_event_bt_pairing_success:
-0x3c90 013050 arg flag_bt_pairing_success ,rega 
-:      013052 module_hci_event_pairing_completed:
-0x3c91 013053 jam 0 ,mem_flag_mode_ssp_pin 
-0x3c92 013054 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
-0x3c93 013055 setarg 2 
-0x3c94 013056 call module_hci_prepare_tx 
-0x3c95 013057 copy rega ,pdata 
-0x3c96 013058 istore 2 ,contwu 
-0x3c97 013059 branch uartd_send 
-:      013063 module_hci_event_pause_enc:
-0x3c98 013064 arg flag_event_pause_enc ,regc 
-0x3c99 013065 branch module_hci_event_enc 
-:      013067 module_hci_event_start_enc:
-0x3c9a 013068 arg flag_event_start_enc ,regc 
-:      013070 module_hci_event_enc:
-0x3c9b 013071 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
-0x3c9c 013072 setarg 1 
-0x3c9d 013073 call module_hci_prepare_tx 
-0x3c9e 013074 copy regc ,pdata 
-0x3c9f 013075 istore 1 ,contwu 
-0x3ca0 013076 branch uartd_send 
-:      013080 module_hci_event_le_gkey:
-0x3ca1 013081 jam hci_event_le_gkey ,mem_module_uart_opcode 
-0x3ca2 013082 setarg 4 
-0x3ca3 013083 call module_hci_prepare_tx 
-0x3ca4 013084 fetch 4 ,mem_gkey 
-0x3ca5 013085 istore 4 ,contwu 
-0x3ca6 013086 branch uartd_send 
-:      013097 module_hci_prepare_tx:
-0x3ca7 013098 jam 0x02 ,mem_module_uart_cmd 
-0x3ca8 013099 store 1 ,mem_module_uart_len 
-0x3ca9 013100 storet 8 ,mem_temp 
-0x3caa 013101 bpatch patch1c_2 ,mem_patch1c 
-0x3cab 013102 call module_set_mcu_wake_pin_high_delay 
-0x3cac 013103 fetcht 8 ,mem_temp 
-0x3cad 013104 call uartd_prepare_tx 
-0x3cae 013105 fetch 3 ,mem_module_uart_cmd 
-0x3caf 013106 istore 3 ,contwu 
-0x3cb0 013107 rtn 
-:      013110 module_set_mcu_wake_pin_high_delay:
-0x3cb1 013111 call module_check_mcu_wake_pin_high 
-0x3cb2 013112 rtn true 
-:      013113 module_set_mcu_wake_pin_h_delay:
-0x3cb3 013114 call module_set_mcu_wake_pin_high 
-0x3cb4 013115 fetch 4 ,mem_module_mcu_wake_delay_us 
-0x3cb5 013116 rshift2 pdata ,pdata 
-0x3cb6 013117 rtn blank 
-0x3cb7 013118 branch delay 
-:      013120 module_set_mcu_wake_pin_high:
-0x3cb8 013122 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3cb9 013123 branch gpio_out_active 
-:      013125 module_check_mcu_wake_pin_high:
-0x3cba 013126 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3cbb 013127 branch gpio_check_active 
-:      013129 module_set_mcu_wake_pin_low:
-0x3cbc 013130 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3cbd 013131 branch gpio_out_inactive 
-:      013134 delay:
-0x3cbe 013135 increase -1 ,pdata 
-0x3cbf 013136 nop 38 
-0x3cc0 013137 nbranch delay ,blank 
-0x3cc1 013138 rtn 
-:      013147 module_le_receive_data:
-0x3cc2 013148 call module_check_ble_encrypt_state 
-0x3cc3 013149 rtn user 
-0x3cc4 013150 copy rega ,pdata 
-0x3cc5 013151 store 2 ,mem_module_le_rx_data_address 
-0x3cc6 013152 copy regb ,pdata 
-0x3cc7 013153 store 1 ,mem_module_le_rx_data_len 
-0x3cc8 013154 fetch 2 ,mem_le_att_handle 
-0x3cc9 013155 fetcht 2 ,mem_module_data_write_handle 
-0x3cca 013156 isub temp ,null 
-0x3ccb 013157 branch module_le_receive_data_ok ,zero 
-0x3ccc 013158 fetcht 2 ,mem_module_data_write_handle2 
-0x3ccd 013159 isub temp ,null 
-0x3cce 013160 nrtn zero 
-:      013161 module_le_receive_data_ok:
-0x3ccf 013162 store 2 ,mem_module_le_rx_data_handle 
-0x3cd0 013163 branch module_hci_event_receive_le_data 
-:      013168 module_exit_sniff:
-0x3cd1 013169 fetch 1 ,mem_module_flag 
-0x3cd2 013170 rtnbit1 moudle_task_unsniff 
-0x3cd3 013171 call module_set_unsniff_task_flag 
-0x3cd4 013172 branch app_bt_sniff_exit 
-:      013175 module_set_lpm_mult_2:
-0x3cd5 013176 jam 2 ,mem_lpm_mult 
-0x3cd6 013177 rtn 
-:      013181 module_bb_event_timer:
-0x3cd7 013182 branch module_read_vdd_timer 
-:      013184 module_read_vdd_timer:
-0x3cd8 013185 fetch 1 ,mem_module_read_vdd_flag 
-0x3cd9 013186 rtn blank 
-0x3cda 013187 fetch 1 ,mem_module_read_vdd_count 
-0x3cdb 013188 rtn blank 
-0x3cdc 013189 increase -1 ,pdata 
-0x3cdd 013190 store 1 ,mem_module_read_vdd_count 
-0x3cde 013191 nrtn blank 
-0x3cdf 013192 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
-0x3ce0 013193 call adc_set_mode 
-0x3ce1 013194 call vdd_calculate_by_mode 
-0x3ce2 013195 div pdata ,0x64 
-0x3ce3 013196 call wait_div_end 
-0x3ce4 013197 quotient pdata 
-0x3ce5 013198 remainder temp 
-0x3ce6 013199 store 1 ,mem_module_vdd_quotient 
-0x3ce7 013200 storet 1 ,mem_module_vdd_remainder 
-0x3ce8 013201 rtn 
-:      013204 module_control_air_flow:
-0x3ce9 013205 call check_uart_tx_buff 
-0x3cea 013206 branch app_l2cap_flow_control_enable ,positive 
-0x3ceb 013207 branch app_l2cap_flow_control_disable 
-:      013211 module_set_sniff_task_flag:
-0x3cec 013212 arg moudle_task_sniff ,queue 
-0x3ced 013213 branch module_set_state 
-:      013215 module_clear_sniff_task_flag:
-0x3cee 013216 arg moudle_task_sniff ,queue 
-0x3cef 013217 branch module_clr_state 
-:      013219 module_set_unsniff_task_flag:
-0x3cf0 013220 arg moudle_task_unsniff ,queue 
-0x3cf1 013221 branch module_set_state 
-:      013223 module_clear_unsniff_task_flag:
-0x3cf2 013224 arg moudle_task_unsniff ,queue 
-0x3cf3 013225 branch module_clr_state 
-:      013227 module_set_le_tx_data_flag:
-0x3cf4 013228 arg module_flag_ble_data_finish ,queue 
-0x3cf5 013229 branch module_set_state 
-:      013231 module_clear_le_tx_data_flag:
-0x3cf6 013232 arg module_flag_ble_data_finish ,queue 
-0x3cf7 013233 branch module_clr_state 
-:      013235 module_clr_state:
-0x3cf8 013236 fetch 1 ,mem_module_flag 
-0x3cf9 013237 qset0 pdata 
-0x3cfa 013238 store 1 ,mem_module_flag 
-0x3cfb 013239 rtn 
-:      013241 module_set_state:
-0x3cfc 013242 fetch 1 ,mem_module_flag 
-0x3cfd 013243 qset1 pdata 
-0x3cfe 013244 store 1 ,mem_module_flag 
-0x3cff 013245 rtn 
-:      013255 mouse_init:
-0x3d00 013256 call mouse_setting_config 
-0x3d01 013257 call spi_ncs_enable 
-0x3d02 013258 call mouse_init_sunt 
-0x3d03 013259 call mouse_dpi_config 
-0x3d04 013260 call spi_ncs_disable 
-0x3d05 013261 rtn wake 
-0x3d06 013262 call mouse_cheak_enable_usb 
-0x3d07 013263 call mouse_cb_fuction 
-0x3d08 013266 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d09 013267 rtnbit1 mouse_enable_usb 
-0x3d0a 013268 call mouse_wakeup_from_power 
-0x3d0b 013269 rtnmark1 mark_24g 
-0x3d0c 013270 fetch 2 ,mem_ui_state_map 
-0x3d0d 013271 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x3d0e 013272 branch mouse_check_reconn_target 
-:      013275 mouse_delay_4s:
-0x3d0f 013276 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d10 013277 rtnbit0 mouse_enable_init_delay 
-0x3d11 013278 arg 20 ,loopcnt 
-:      013279 mouse_delay_20ms:
-0x3d12 013280 setarg 200000 
-0x3d13 013281 call sleep 
-0x3d14 013282 loop delay_10ms 
-0x3d15 013283 rtn 
-:      013286 mouse_cheak_enable_usb:
-0x3d16 013287 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d17 013288 rtnbit0 mouse_enable_usb 
-0x3d18 013289 branch usb_init 
-:      013292 mouse_cb_fuction:
-0x3d19 013293 setarg mouse_le 
-0x3d1a 013294 store 2 ,mem_cb_le_process 
-0x3d1b 013295 setarg mouse_send_process 
-0x3d1c 013296 store 2 ,mem_cb_bt_process 
-0x3d1d 013297 setarg mouse_process_lpm_before 
-0x3d1e 013298 store 2 ,mem_cb_before_lpm 
-0x3d1f 013299 setarg mouse_priority_bb_event 
-0x3d20 013300 store 2 ,mem_cb_bb_event_process 
-0x3d21 013301 setarg mouse_idle 
-0x3d22 013302 store 2 ,mem_cb_idle_process 
-0x3d23 013303 setarg mouse_before_hibernate 
-0x3d24 013304 store 2 ,mem_cb_before_hibernate 
-0x3d25 013305 setarg le_mouse_bb_event_connect_complete 
-0x3d26 013306 store 2 ,mem_cb_att_write 
-0x3d27 013308 call g24_head_ptr2regc 
-0x3d28 013309 setarg mouse_g24_package_data 
-0x3d29 013310 add regc ,offset_24g_cb_data ,contw 
-0x3d2a 013311 istore 2 ,contw 
-0x3d2b 013312 setarg mouse_g24_enter_lpm 
-0x3d2c 013313 add regc ,offset_24g_cb_lpm_prepare ,contw 
-0x3d2d 013314 istore 2 ,contw 
-0x3d2e 013315 setarg mouse_lpm_before_common 
-0x3d2f 013316 add regc ,offset_24g_cb_lpm_before ,contw 
-0x3d30 013317 istore 2 ,contw 
-0x3d31 013319 setarg mouse_bb_event_timer 
-0x3d32 013320 store 2 ,mem_cb_event_timer 
-0x3d33 013321 setarg mouse_spi_write_flash_cb 
-0x3d34 013322 store 2 ,mem_cb_spi_flash_write_complate 
-0x3d35 013323 rtn 
-:      013324 mouse_spi_write_flash_cb:
-:      013325 mouse_spi_init:
-0x3d36 013326 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d37 013327 bbit0 mouse_enable_spi2 ,spid_init 
-0x3d38 013328 branch spid_init2 
-:      013330 mouse_setting_config:
-0x3d39 013331 rtn wake 
-0x3d3a 013332 call g24_set_device_addr 
-0x3d3b 013333 call mouse_gpio_init 
-0x3d3c 013334 call mouse_param_init 
-0x3d3d 013335 call mouse_adc_init 
-0x3d3e 013336 call le_set_config_fixed_ltk 
-0x3d3f 013337 call le_set_justwork 
-0x3d40 013338 call le_set_fixed_ltk 
-0x3d41 013339 call le_set_config_read_authentication 
-0x3d42 013340 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d43 013341 bbit1 mouse_enable_eeprom ,mouse_init_iic 
-0x3d44 013342 bbit1 mouse_enable_flash ,mouse_load_flash_info_cheak 
-0x3d45 013343 rtn 
-:      013345 mouse_init_iic:
-0x3d46 013346 call iic_init_390k 
-0x3d47 013347 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d48 013348 isolate1 mouse_enable_2k_eeprom ,pdata 
-0x3d49 013349 ncall clear_eeprom_size_2k ,true 
-0x3d4a 013350 call mouse_load_eeprom_dpi 
-0x3d4b 013351 call mouse_init_environment 
-0x3d4c 013352 call mouse_set_24g_addr_eeprom 
-0x3d4d 013353 branch iicd_read_eep_data 
-:      013355 mouse_wakeup_from_power:
-0x3d4e 013356 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d4f 013357 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_no_from_power 
-0x3d50 013358 fetch 1 ,mem_wakup_from_power_flag 
-0x3d51 013359 isolate0 gpio_latch ,pdata 
-0x3d52 013360 nrtn true 
-:      013361 mouse_wakeup_no_from_power:
-0x3d53 013362 fetch 1 ,mem_reconn_times_init 
-0x3d54 013363 store 1 ,mem_reconn_times 
-0x3d55 013364 fetch 1 ,mem_config_function_enable 
-0x3d56 013365 rtnbit1 enable_select_device_by_switch 
-:      013366 mouse_start_24g_mode:
-0x3d57 013367 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d58 013368 rtnbit0 mouse_enable_24g 
-0x3d59 013369 bbit1 mouse_enable_auto_24g_paring ,g24_auto_pair_start 
-0x3d5a 013370 branch g24_check_51cmd_start_24g 
-:      013371 le_mouse_bb_event_connect_complete:
-0x3d5b 013372 fetch 1 ,mem_le_att_handle 
-0x3d5c 013373 sub pdata ,26 ,pdata 
-0x3d5d 013374 nrtn zero 
-0x3d5e 013375 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x3d5f 013376 call ui_ipc_send_cmd 
-:      013377 mouse_le_write_enable:
-0x3d60 013378 arg write_req_enable_flag ,queue 
-0x3d61 013379 branch mouse_le_enable_connect_flag 
-:      013381 mouse_dpi_up:
-0x3d62 013382 fetch 1 ,mem_mouse_dpi_button_state 
-0x3d63 013383 rtneq dpi_button_state_up 
-0x3d64 013384 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-0x3d65 013385 rtn 
-:      013386 mouse_dpi_config:
-0x3d66 013387 fetch 1 ,mem_config_sensor_motion 
-0x3d67 013388 and pdata ,0x0f ,pdata 
-0x3d68 013389 store 1 ,mem_mouse_dpi 
-0x3d69 013390 branch mouse_seting_dpi + 2 
-:      013393 mouse_dpi_cheak:
-0x3d6a 013394 fetcht 1 ,mem_dpi_button_gpio 
-0x3d6b 013395 call gpio_get_bit 
-0x3d6c 013396 nbranch mouse_dpi_up ,true 
-:      013397 mouse_dpi_down:
-0x3d6d 013398 fetch 1 ,mem_mouse_dpi_button_state 
-0x3d6e 013399 rtneq dpi_button_state_down 
-0x3d6f 013400 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
-0x3d70 013401 fetch 1 ,mem_mouse_dpi 
-0x3d71 013402 increase 1 ,pdata 
-0x3d72 013403 and pdata ,0x03 ,pdata 
-0x3d73 013404 store 1 ,mem_mouse_dpi 
-0x3d74 013405 call mouse_seting_dpi 
-0x3d75 013406 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d76 013407 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
-0x3d77 013408 bbit1 mouse_enable_flash ,mouse_before_store_flash_cpi 
-0x3d78 013409 rtn 
-:      013410 mouse_before_store_flash_cpi:
-0x3d79 013411 arg mouse_spi2_clk_gpio ,temp 
-0x3d7a 013412 call gpio_config_output 
-0x3d7b 013413 arg mouse_spi2_sdio_gpio ,temp 
-0x3d7c 013414 call gpio_config_output 
-0x3d7d 013415 branch mouse_store_flash_device_info 
-:      013417 mouse_seting_dpi:
-0x3d7e 013418 bpatch patch1c_3 ,mem_patch1c 
-0x3d7f 013419 call mosue_dpi_led_blink_init 
-0x3d80 013420 fetch 1 ,mem_config_sensor_type 
-0x3d81 013421 beq p3610 ,mouse_seting_3610_dpi 
-0x3d82 013422 beq p3212 ,mouse_seting_3212_dpi 
-0x3d83 013423 fetch 1 ,mem_mouse_dpi 
-0x3d84 013424 beq mouse_dpi_level1 ,mouse_set_cpi1 
-0x3d85 013425 beq mouse_dpi_level2 ,mouse_set_cpi2 
-0x3d86 013426 beq mouse_dpi_level3 ,mouse_set_cpi3 
-0x3d87 013427 beq mouse_dpi_level4 ,mouse_set_cpi4 
-:      013428 mouse_set_cpi2:
-0x3d88 013429 fetch 1 ,mem_320x_dpi_2 
-0x3d89 013430 branch mouse_p3205_dpi 
-:      013431 mouse_set_cpi1:
-0x3d8a 013432 fetch 1 ,mem_320x_dpi_1 
-0x3d8b 013433 branch mouse_p3205_dpi 
-:      013434 mouse_set_cpi3:
-0x3d8c 013435 fetch 1 ,mem_320x_dpi_3 
-0x3d8d 013436 branch mouse_p3205_dpi 
-:      013437 mouse_set_cpi4:
-0x3d8e 013438 fetch 1 ,mem_320x_dpi_4 
-0x3d8f 013439 branch mouse_p3205_dpi 
-:      013440 moue_seting_cpi_count:
-0x3d90 013441 fetch 1 ,mem_config_sensor_type 
-0x3d91 013442 rtneq p3065_xy 
-0x3d92 013443 fetch 1 ,mem_mouse_cpi_count 
-0x3d93 013444 increase 1 ,pdata 
-0x3d94 013445 store 1 ,mem_mouse_cpi_count 
-0x3d95 013446 rtn 
-:      013448 mouse_seting_3212_dpi:
-0x3d96 013449 fetch 1 ,mem_mouse_dpi 
-0x3d97 013450 beq mouse_dpi_level1 ,mouse_set_p3212_cpi1 
-0x3d98 013451 beq mouse_dpi_level2 ,mouse_set_p3212_cpi2 
-0x3d99 013452 beq mouse_dpi_level3 ,mouse_set_p3212_cpi3 
-0x3d9a 013453 beq mouse_dpi_level4 ,mouse_set_p3212_cpi4 
-:      013454 mouse_set_p3212_cpi2:
-0x3d9b 013455 fetch 1 ,mem_3212_dpi_2 
-0x3d9c 013456 branch mouse_p3212_dpi 
-:      013457 mouse_set_p3212_cpi1:
-0x3d9d 013458 fetch 1 ,mem_3212_dpi_1 
-0x3d9e 013459 branch mouse_p3212_dpi 
-:      013460 mouse_set_p3212_cpi3:
-0x3d9f 013461 fetch 1 ,mem_3212_dpi_3 
-0x3da0 013462 branch mouse_p3212_dpi 
-:      013463 mouse_set_p3212_cpi4:
-0x3da1 013464 fetch 1 ,mem_3212_dpi_4 
-:      013465 mouse_p3212_dpi:
-0x3da2 013466 store 1 ,mem_mouse_cpi_count 
-0x3da3 013467 lshift8 pdata ,pdata 
-0x3da4 013468 copy pdata ,rega 
-0x3da5 013469 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
-0x3da6 013470 call twspi_write 
-0x3da7 013471 copy rega ,pdata 
-0x3da8 013472 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
-0x3da9 013473 branch twspi_write 
-:      013475 mouse_seting_3610_dpi:
-0x3daa 013476 fetch 1 ,mem_mouse_dpi 
-0x3dab 013477 beq mouse_dpi_level1 ,mouse_set_p3610_cpi1 
-0x3dac 013478 beq mouse_dpi_level2 ,mouse_set_p3610_cpi2 
-0x3dad 013479 beq mouse_dpi_level3 ,mouse_set_p3610_cpi3 
-0x3dae 013480 beq mouse_dpi_level4 ,mouse_set_p3610_cpi4 
-:      013481 mouse_set_p3610_cpi2:
-0x3daf 013482 fetch 1 ,mem_3610_dpi_2 
-0x3db0 013483 branch mouse_p3610_dpi 
-:      013484 mouse_set_p3610_cpi1:
-0x3db1 013485 fetch 1 ,mem_3610_dpi_1 
-0x3db2 013486 branch mouse_p3610_dpi 
-:      013487 mouse_set_p3610_cpi3:
-0x3db3 013488 fetch 1 ,mem_3610_dpi_3 
-0x3db4 013489 branch mouse_p3610_dpi 
-:      013490 mouse_set_p3610_cpi4:
-0x3db5 013491 fetch 1 ,mem_3610_dpi_4 
-:      013492 mouse_p3610_dpi:
-0x3db6 013493 store 1 ,mem_mouse_cpi_count 
-0x3db7 013494 call mouse_spi_sdio_gpio_pollup 
-0x3db8 013495 fetch 1 ,mem_mouse_cpi_count 
-:      013496 mouse_reset_p3610_dpi:
-0x3db9 013497 add pdata ,0x80 ,pdata 
-0x3dba 013498 lshift8 pdata ,pdata 
-0x3dbb 013499 add pdata ,mouse_p3610_dpi_address ,pdata 
-0x3dbc 013500 copy pdata ,rega 
-0x3dbd 013501 branch mouse_set_sensor_reg 
-:      013503 mouse_p3205_dpi:
-0x3dbe 013504 store 1 ,mem_mouse_cpi_count 
-0x3dbf 013505 call moue_seting_cpi_count 
-0x3dc0 013506 fetch 1 ,mem_mouse_cpi_count 
-0x3dc1 013507 setarg mouse_dpi_address 
-0x3dc2 013508 call twspi_read 
-0x3dc3 013509 and pdata ,0xf8 ,temp 
-0x3dc4 013510 fetch 1 ,mem_mouse_cpi_count 
-0x3dc5 013511 iadd temp ,pdata 
-0x3dc6 013512 lshift8 pdata ,pdata 
-0x3dc7 013513 add pdata ,mouse_dpi_address ,pdata 
-0x3dc8 013514 branch twspi_write 
-:      013517 mouse_init_environment:
-0x3dc9 013518 call app_initflag_check 
-0x3dca 013519 branch mouse_eeprom_load_recon_info ,zero 
-0x3dcb 013520 call mouse_ble_init_address 
-0x3dcc 013521 call mouse_store_eeprom_device_info 
-0x3dcd 013522 branch app_initflag_store 
-:      013525 mouse_24g_pairing_button:
-0x3dce 013526 fetch 2 ,mem_24g_pairing_timer_count 
-0x3dcf 013527 rtn blank 
-0x3dd0 013528 fetch mouse_flag_len ,mem_mouse_flag 
-0x3dd1 013529 rtnbit0 mouse_enable_24g 
-0x3dd2 013530 rtnbit1 mosue_24g_pairing_flag 
-0x3dd3 013531 rtnmark1 mark_24g 
-0x3dd4 013532 call mouse_check_key_gpio 
-0x3dd5 013533 rtnne mouse_lmr_button 
-0x3dd6 013534 call mouse_devce_led_off 
-0x3dd7 013535 arg mosue_24g_pairing_flag ,queue 
-0x3dd8 013536 call mouse_enable_function_flag 
-0x3dd9 013537 setarg 0 
-0x3dda 013538 store 2 ,mem_mouse_direct_timer 
-0x3ddb 013539 store 1 ,mem_mouse_send_blank_timer 
-0x3ddc 013540 call g24_set0_mem_check_dongle_times 
-0x3ddd 013542 fetch 2 ,mem_ui_state_map 
-0x3dde 013543 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
-0x3ddf 013544 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x3de0 013545 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x3de1 013546 call mouse_stop_discovery 
-0x3de2 013547 branch g24_start_pairing_sm1 
-:      013550 mouse_idle:
-0x3de3 013551 call mouse_24g_pairing_button 
-0x3de4 013552 call ui_check_paring_button 
-0x3de5 013553 call mouse_dpi_cheak 
-0x3de6 013554 call mouse_usb_isr 
-0x3de7 013555 call mouse_wheel_check 
-0x3de8 013556 branch mouse_usb_mode 
-:      013557 mouse_usb_isr:
-0x3de9 013558 fetch mouse_flag_len ,mem_mouse_flag 
-0x3dea 013559 rtnbit0 mouse_enable_usb 
-0x3deb 013560 call usb_isr 
-0x3dec 013561 branch usb_offline_state 
-:      013563 mouse_cheak_usb:
-0x3ded 013564 hfetch 1 ,core_usb_addr 
-0x3dee 013565 bbit0 7 ,mouse_usb_no_exsit 
-0x3def 013566 bbit1 7 ,mouse_usb_exsit 
-0x3df0 013567 rtn 
-:      013568 mouse_usb_no_exsit:
-0x3df1 013569 fetch 1 ,mem_usb_addr 
-0x3df2 013570 rtnbit0 7 
-0x3df3 013571 branch soft_reset_chip 
-:      013572 mouse_usb_exsit:
-0x3df4 013573 fetch 1 ,mem_usb_addr 
-0x3df5 013574 rtnbit1 7 
-0x3df6 013575 branch mouse_stop_bluetooth_mode 
-:      013577 mouse_usb_mode:
-0x3df7 013578 call mouse_cheak_usb 
-0x3df8 013579 hfetch 1 ,core_usb_addr 
-0x3df9 013580 store 1 ,mem_usb_addr 
-0x3dfa 013581 rtnbit0 7 
-0x3dfb 013582 call mouse_clkn_check 
-0x3dfc 013583 fetch 4 ,mem_btclk_sensor 
-0x3dfd 013584 fetcht 1 ,mem_wire_usb_interval 
-0x3dfe 013585 iadd temp ,temp 
-0x3dff 013586 copy clkn_bt ,pdata 
-0x3e00 013587 isub temp ,null 
-0x3e01 013588 nrtn positive 
-0x3e02 013589 store 4 ,mem_btclk_sensor 
-0x3e03 013590 call mouse_motion 
-0x3e04 013591 nrtn user 
-0x3e05 013592 jam 4 ,mem_usb_tx_enable 
-0x3e06 013593 branch mouse_wired_to_usb 
-:      013595 mouse_clkn_check:
-0x3e07 013596 fetcht 4 ,mem_btclk_sensor 
-0x3e08 013597 copy clkn_bt ,pdata 
-0x3e09 013598 isub temp ,null 
-0x3e0a 013599 ncall mouse_clkn_timeout ,positive 
-0x3e0b 013600 rtn 
-:      013601 mouse_clkn_timeout:
-0x3e0c 013602 setarg 0 
-0x3e0d 013603 store 4 ,mem_btclk_sensor 
-0x3e0e 013604 rtn 
-:      013608 mouse_wired_to_usb:
-0x3e0f 013609 fetch 1 ,mem_usb_tx_enable 
-0x3e10 013610 rtnbit0 2 
-0x3e11 013611 branch mouse_data_push 
-:      013612 mouse_data_push:
-0x3e12 013613 hfetch 1 ,core_usb_addr 
-0x3e13 013614 rtnbit0 7 
-0x3e14 013615 jam usb_ep2_ms ,mem_usb_ep2_data 
-0x3e15 013616 setarg ms_report_id 
-0x3e16 013617 store 1 ,mem_usb_mouse_data 
-0x3e17 013618 fetch 7 ,mem_mouse_key 
-0x3e18 013619 istore 7 ,contw 
-0x3e19 013620 rtn 
-:      013623 mouse_enable_clock_qdecoder:
-0x3e1a 013624 hfetch 2 ,core_clkoff 
-0x3e1b 013625 set0 clock_off_qdecoder ,pdata 
-0x3e1c 013626 hstore 2 ,core_clkoff 
-0x3e1d 013627 rtn 
-:      013629 mouse_param_init:
-0x3e1e 013630 setarg 0x8c00 
-0x3e1f 013631 store 2 ,mem_ui_uuid_table 
-0x3e20 013632 setarg 0x8e7a 
-0x3e21 013633 store 2 ,mem_ui_le_uuid_table 
-0x3e22 013634 setarg 0x2402 
-0x3e23 013635 store 2 ,mem_fcomp_mul 
-0x3e24 013636 setarg 0x2580 
-0x3e25 013637 store 3 ,mem_class 
-0x3e26 013638 jam 3 ,mem_lpm_mult_timeout 
-0x3e27 013639 jam 8 ,mem_lpm_overhead 
-0x3e28 013640 jam dpi_button_state_up ,mem_select_device_button_statue 
-0x3e29 013641 setarg 0x0200 
-0x3e2a 013642 store 2 ,mem_lpm_interval 
-0x3e2b 013643 jam 0x17 ,mem_le_local_mtu 
-0x3e2c 013644 jam 0x17 ,mem_le_remote_mtu 
-0x3e2d 013646 setarg 0x0a77 
-0x3e2e 013647 store 2 ,mem_spi_init_clk 
-0x3e2f 013663 setsect 0 ,0x306 
-0x3e30 013664 setsect 1 ,0x4440 
-0x3e31 013665 setsect 2 ,0x10000 
-0x3e32 013666 setsect 3 ,0x4408 
-0x3e33 013667 store 9 ,mem_all_uuid_16bits 
-0x3e34 013668 setsect 0 ,0x1224 
-0x3e35 013669 setsect 1 ,0x4000 
-0x3e36 013670 setsect 2 ,0x0 
-0x3e37 013671 istore 5 ,contw 
-0x3e38 013673 setsect 0 ,0x3ffff 
-0x3e39 013674 setsect 1 ,0x2fe23 
-0x3e3a 013675 setsect 2 ,0x199d9 
-0x3e3b 013676 setsect 3 ,0x20d 
-0x3e3c 013677 store 8 ,mem_features 
-0x3e3d 013679 setarg 0x012c 
-0x3e3e 013680 store 2 ,mem_24g_pairing_timer_count 
-0x3e3f 013681 call le_modified_name 
-0x3e40 013682 fetch mouse_flag_len ,mem_mouse_flag 
-0x3e41 013683 rtnbit0 mouse_enable_gpio_control_adc_sensor 
-0x3e42 013684 call mouse_sensor_set_angle 
-0x3e43 013685 branch mouse_select_adc 
-:      013687 mouse_sensor_set_angle:
-0x3e44 013688 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x3e45 013689 call gpio_config_input 
-0x3e46 013690 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x3e47 013691 call gpio_get_bit 
-0x3e48 013692 jam mouse_3clk_angle ,mem_config_sensor_angle 
-0x3e49 013693 rtn true 
-0x3e4a 013694 jam mouse_12clk_angle ,mem_config_sensor_angle 
-0x3e4b 013695 rtn 
-:      013697 mouse_select_adc:
-0x3e4c 013698 fetcht 1 ,mem_select_adc_gpio 
-0x3e4d 013699 call gpio_config_input 
-0x3e4e 013700 fetcht 1 ,mem_select_adc_gpio 
-0x3e4f 013701 call gpio_get_bit 
-0x3e50 013702 jam adc_config_vinlpm ,mem_adc_config_flag 
-0x3e51 013703 rtn true 
-0x3e52 013704 jam adc_config_gpio ,mem_adc_config_flag 
-0x3e53 013705 rtn 
-:      013708 mouse_adc_init:
-0x3e54 013709 fetch 1 ,mem_adc_config_flag 
-0x3e55 013710 beq adc_config_vinlpm ,mouse_adc_init_data_vinlpm 
-0x3e56 013711 beq adc_config_hvin ,mouse_adc_init_data_hvin 
-0x3e57 013712 beq adc_config_gpio ,mouse_adc_init_data_io 
-0x3e58 013713 branch mouse_adc_init_data_vinlpm 
-:      013715 mouse_adc_init_data_vinlpm:
-0x3e59 013716 fetcht 2 ,mem_2v_adc_vinlpm_data 
-0x3e5a 013717 fetch 2 ,mem_3v_adc_vinlpm_data 
-0x3e5b 013718 isub temp ,pdata 
-0x3e5c 013719 mul32 pdata ,20 ,pdata 
-0x3e5d 013720 div pdata ,100 
-0x3e5e 013721 call wait_div_end 
-0x3e5f 013722 quotient pdata 
-0x3e60 013723 store 2 ,mem_adc_reference_voltage 
-0x3e61 013724 rtn 
-:      013725 mouse_adc_init_data_hvin:
-0x3e62 013726 fetcht 2 ,mem_1v_adc_hvin_data 
-0x3e63 013727 fetch 2 ,mem_5v_adc_hvin_data 
-0x3e64 013728 isub temp ,pdata 
-0x3e65 013729 mul32 pdata ,230 ,pdata 
-0x3e66 013730 div pdata ,400 
-0x3e67 013731 call wait_div_end 
-0x3e68 013732 quotient pdata 
-0x3e69 013733 store 2 ,mem_adc_reference_voltage 
-0x3e6a 013734 rtn 
-:      013735 mouse_adc_init_data_io:
-0x3e6b 013736 fetch 2 ,mem_1v_adc_io_data 
-0x3e6c 013737 store 2 ,mem_adc_reference_voltage 
-0x3e6d 013738 rtn 
-:      013739 mouse_gpio_init:
-0x3e6e 013740 fetcht 1 ,mem_eeprom_wp_gpio 
-0x3e6f 013741 call gpio_config_output 
-0x3e70 013742 call usb_offline_check_init 
-0x3e71 013743 fetcht 1 ,mem_lbutton_gpio 
-0x3e72 013744 call gpio_config_input 
-0x3e73 013745 fetcht 1 ,mem_rbutton_gpio 
-0x3e74 013746 call gpio_config_input 
-0x3e75 013747 fetcht 1 ,mem_mbutton_gpio 
-0x3e76 013748 call gpio_config_input 
-0x3e77 013749 fetcht 1 ,mem_sensor_data_gpio 
-0x3e78 013750 call gpio_config_input 
-0x3e79 013752 fetcht 1 ,mem_sensor_reset_gpio 
-0x3e7a 013753 call gpio_config_output 
-0x3e7b 013755 fetcht 1 ,mem_whee_a_data_gpio 
-0x3e7c 013756 call gpio_config_input 
-0x3e7d 013758 fetcht 1 ,mem_whee_b_data_gpio 
-0x3e7e 013759 call gpio_config_input 
-0x3e7f 013761 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3e80 013762 call gpio_config_input 
-0x3e81 013763 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3e82 013764 call gpio_config_input 
-0x3e83 013766 fetcht 1 ,mem_bk_button_gpio 
-0x3e84 013767 call gpio_config_input 
-0x3e85 013768 fetcht 1 ,mem_fw_button_gpio 
-0x3e86 013769 call gpio_config_input 
-0x3e87 013771 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
-0x3e88 013772 call gpio_config_output 
-0x3e89 013774 fetcht 1 ,mem_config_device1_led_gpio 
-0x3e8a 013775 call gpio_config_output 
-0x3e8b 013777 fetcht 1 ,mem_config_device2_led_gpio 
-0x3e8c 013778 call gpio_config_output 
-0x3e8d 013780 fetcht 1 ,mem_config_device3_led_gpio 
-0x3e8e 013781 call gpio_config_output 
-0x3e8f 013783 fetcht 1 ,mem_dpi_led_gpio 
-0x3e90 013784 call gpio_config_output 
-0x3e91 013786 fetcht 1 ,mem_config_select_device_button_gpio 
-0x3e92 013787 call gpio_config_input 
-0x3e93 013789 fetcht 1 ,mem_config_bt_button_gpio 
-0x3e94 013790 call gpio_config_input 
-0x3e95 013792 fetcht 1 ,mem_dpi_button_gpio 
-0x3e96 013793 branch gpio_config_input 
-:      013795 mouse_wheel_gpio_set_wake:
-0x3e97 013796 fetcht 1 ,mem_whee_a_data_gpio 
-0x3e98 013797 call gpio_set_wake_by_current_state 
-0x3e99 013798 fetcht 1 ,mem_whee_b_data_gpio 
-0x3e9a 013799 call gpio_set_wake_by_current_state 
-0x3e9b 013800 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3e9c 013801 call gpio_set_wake_by_current_state 
-0x3e9d 013802 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3e9e 013803 branch gpio_set_wake_by_current_state 
-:      013805 mouse_before_hibernate_wheel_gpio_set:
-0x3e9f 013806 fetcht 1 ,mem_whee_a_data_gpio 
-0x3ea0 013807 call mouse_gpio_set_pupd_by_input 
-0x3ea1 013808 fetcht 1 ,mem_whee_b_data_gpio 
-0x3ea2 013809 call mouse_gpio_set_pupd_by_input 
-0x3ea3 013810 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3ea4 013811 call mouse_gpio_set_pupd_by_input 
-0x3ea5 013812 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3ea6 013813 branch mouse_gpio_set_pupd_by_input 
-:      013815 mouse_gpio_set_pupd_by_input:
-0x3ea7 013816 sub temp ,ui_button_gpio_disable ,null 
-0x3ea8 013817 rtn zero 
-0x3ea9 013818 and temp ,0x7f ,queue 
-0x3eaa 013819 hfetch 4 ,core_gpio_in 
-0x3eab 013820 qisolate1 pdata 
-0x3eac 013821 hfetch 4 ,core_gpio_pu0 
-0x3ead 013822 qsetflag true ,pdata 
-0x3eae 013823 hstore 4 ,core_gpio_pu0 
-0x3eaf 013824 hfetch 4 ,core_gpio_pd0 
-0x3eb0 013825 nqsetflag true ,pdata 
-0x3eb1 013826 hstore 4 ,core_gpio_pd0 
-0x3eb2 013827 rtn 
-:      013829 mouse_before_hibernate:
-0x3eb3 013830 enable user 
-0x3eb4 013831 hfetch 4 ,0x8138 
-0x3eb5 013832 setflag user ,26 ,pdata 
-0x3eb6 013833 hstore 4 ,core_lpm_reg 
-0x3eb7 013834 call lpm_write_ctrl 
-0x3eb8 013835 call mouse_devce_led_off 
-0x3eb9 013836 call mouse_before_hibernate_wheel_gpio_set 
-0x3eba 013838 branch mouse_lpm_before_common 
-:      013842 mouse_process_lpm_before:
-0x3ebb 013843 call mouse_lpm_before_common 
-0x3ebc 013844 fetch 1 ,mem_lpm_current_mult 
-0x3ebd 013845 nrtn blank 
-0x3ebe 013846 branch gpio_clr_wake 
-:      013848 mouse_lpm_before_common:
-0x3ebf 013849 call mouse_wheel_check 
-0x3ec0 013850 arg mouse_spi1_clk_gpio ,temp 
-0x3ec1 013851 fetch mouse_flag_len ,mem_mouse_flag 
-0x3ec2 013852 isolate1 mouse_enable_spi2 ,pdata 
-0x3ec3 013853 call mouse_spi_clk_gpio ,true 
-0x3ec4 013854 call gpio_config_output 
-0x3ec5 013855 call twspi_disable 
-0x3ec6 013859 fetcht 1 ,mem_lbutton_gpio 
-0x3ec7 013860 call gpio_set_wake_by_current_state 
-0x3ec8 013861 fetcht 1 ,mem_rbutton_gpio 
-0x3ec9 013862 call gpio_set_wake_by_current_state 
-0x3eca 013863 fetcht 1 ,mem_mbutton_gpio 
-0x3ecb 013864 call gpio_set_wake_by_current_state 
-0x3ecc 013866 fetcht 1 ,mem_bk_button_gpio 
-0x3ecd 013867 call gpio_set_wake_by_current_state 
-0x3ece 013868 fetcht 1 ,mem_fw_button_gpio 
-0x3ecf 013869 call gpio_set_wake_by_current_state 
-0x3ed0 013870 fetcht 1 ,mem_dpi_button_gpio 
-0x3ed1 013871 call gpio_set_wake_by_current_state 
-0x3ed2 013872 fetcht 1 ,mem_config_select_device_button_gpio 
-0x3ed3 013873 call gpio_set_wake_by_current_state 
-0x3ed4 013874 fetcht 1 ,mem_whee_a_data_gpio 
-0x3ed5 013875 call gpio_set_wake_by_current_state 
-0x3ed6 013876 fetcht 1 ,mem_whee_b_data_gpio 
-0x3ed7 013877 call gpio_set_wake_by_current_state 
-0x3ed8 013878 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3ed9 013879 call gpio_set_wake_by_current_state 
-0x3eda 013880 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3edb 013881 call gpio_set_wake_by_current_state 
-0x3edc 013882 fetcht 1 ,mem_sensor_data_gpio 
-0x3edd 013883 branch gpio_set_wake 
-:      013887 mouse_spi_clk_gpio:
-0x3ede 013888 arg mouse_spi2_clk_gpio ,temp 
-0x3edf 013889 rtn 
-:      013891 mouse_wheel_check:
-0x3ee0 013892 bpatch patch1c_4 ,mem_patch1c 
-0x3ee1 013893 call mouse_t_wheel_scan 
-0x3ee2 013894 call mouse_wheel_scan 
-0x3ee3 013895 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3ee4 013896 fetcht 1 ,mem_wheel_tb_old_pinlevel 
-0x3ee5 013897 store 1 ,mem_wheel_tb_old_pinlevel 
-0x3ee6 013898 isub temp ,null 
-0x3ee7 013899 nbranch app_lpm_wake_auto_lock ,zero 
-0x3ee8 013900 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3ee9 013901 fetcht 1 ,mem_mwheel_b_old_pinlevel 
-0x3eea 013902 store 1 ,mem_mwheel_b_old_pinlevel 
-0x3eeb 013903 isub temp ,null 
-0x3eec 013904 nbranch app_lpm_wake_auto_lock ,zero 
-0x3eed 013905 rtn 
-:      013906 mouse_t_wheel_scan:
-0x3eee 013907 fetch 1 ,mem_whee_ta_data_gpio 
-0x3eef 013908 rtneq gpio_disable 
-0x3ef0 013909 arg 0 ,rega 
-0x3ef1 013910 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3ef2 013911 call gpio_get_bit 
-0x3ef3 013912 setflag true ,0 ,rega 
-0x3ef4 013913 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3ef5 013914 call gpio_get_bit 
-0x3ef6 013915 setflag true ,1 ,rega 
-0x3ef7 013916 copy rega ,pdata 
-0x3ef8 013917 store 1 ,mem_wheel_tb_new_pinlevel 
-0x3ef9 013918 beq 0x01 ,mouse_t_wheel_scan_judge1 
-0x3efa 013919 beq 0x02 ,mouse_t_wheel_scan_judge2 
-0x3efb 013920 fetch 1 ,mem_wheel_tog 
-0x3efc 013921 bbit1 7 ,mouse_t_wheel_scan_judge3 
-0x3efd 013922 rtn 
-:      013924 mouse_t_wheel_scan_judge1:
-0x3efe 013925 fetch 1 ,mem_wheel_tb_old_pinlevel 
-0x3eff 013926 beq 0 ,mouse_t_wheel_scan_judge11 
-0x3f00 013927 beq 3 ,mouse_t_wheel_scan_judge12 
-0x3f01 013928 rtn 
-:      013929 mouse_t_wheel_scan_judge2:
-0x3f02 013930 fetch 1 ,mem_wheel_tb_old_pinlevel 
-0x3f03 013931 beq 0 ,mouse_t_wheel_scan_judge21 
-0x3f04 013932 beq 3 ,mouse_t_wheel_scan_judge22 
-0x3f05 013933 rtn 
-:      013934 mouse_t_wheel_scan_judge11:
-0x3f06 013935 jam 0x82 ,mem_wheel_tog 
-0x3f07 013936 rtn 
-:      013937 mouse_t_wheel_scan_judge12:
-0x3f08 013938 jam 0x81 ,mem_wheel_tog 
-0x3f09 013939 rtn 
-:      013940 mouse_t_wheel_scan_judge21:
-0x3f0a 013941 jam 0x80 ,mem_wheel_tog 
-0x3f0b 013942 rtn 
-:      013943 mouse_t_wheel_scan_judge22:
-0x3f0c 013944 jam 0x83 ,mem_wheel_tog 
-0x3f0d 013945 rtn 
-:      013946 mouse_t_wheel_scan_judge3:
-0x3f0e 013947 fetch 1 ,mem_wheel_tog 
-0x3f0f 013948 set0 7 ,pdata 
-0x3f10 013949 store 1 ,mem_wheel_tog 
-0x3f11 013950 beq 0 ,mouse_t_wheel_scan_judge30 
-0x3f12 013951 beq 1 ,mouse_t_wheel_scan_judge31 
-0x3f13 013952 beq 2 ,mouse_t_wheel_scan_judge32 
-0x3f14 013953 beq 3 ,mouse_t_wheel_scan_judge33 
-0x3f15 013954 rtn 
-:      013955 mouse_t_wheel_scan_judge30:
-0x3f16 013956 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f17 013957 beq 3 ,mouse_wheel_t_forward 
-0x3f18 013958 rtn 
-:      013959 mouse_t_wheel_scan_judge31:
-0x3f19 013960 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f1a 013961 beq 0 ,mouse_wheel_t_forward 
-0x3f1b 013962 rtn 
-:      013963 mouse_t_wheel_scan_judge32:
-0x3f1c 013964 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f1d 013965 beq 3 ,mouse_wheel_t_back 
-0x3f1e 013966 rtn 
-:      013967 mouse_t_wheel_scan_judge33:
-0x3f1f 013968 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f20 013969 beq 0 ,mouse_wheel_t_back 
-0x3f21 013970 rtn 
-:      013971 mouse_wheel_t_forward:
-0x3f22 013972 fetch 1 ,mem_mouse_tz_data_count1 
-0x3f23 013973 increase 1 ,pdata 
-0x3f24 013974 store 1 ,mem_mouse_tz_data_count1 
-0x3f25 013975 sub pdata ,1 ,null 
-0x3f26 013976 rtn positive 
-0x3f27 013977 jam 0 ,mem_mouse_tz_data_count1 
-0x3f28 013978 fetch 1 ,mem_mouse_tz_data 
-0x3f29 013979 increase 1 ,pdata 
-0x3f2a 013980 store 1 ,mem_mouse_tz_data 
-0x3f2b 013981 rtn 
-:      013982 mouse_wheel_t_back:
-0x3f2c 013983 fetch 1 ,mem_mouse_tz_data_count 
-0x3f2d 013984 increase 1 ,pdata 
-0x3f2e 013985 store 1 ,mem_mouse_tz_data_count 
-0x3f2f 013986 sub pdata ,1 ,null 
-0x3f30 013987 rtn positive 
-0x3f31 013988 jam 0 ,mem_mouse_tz_data_count 
-0x3f32 013989 fetch 1 ,mem_mouse_tz_data 
-0x3f33 013990 increase -1 ,pdata 
-0x3f34 013991 store 1 ,mem_mouse_tz_data 
-0x3f35 013992 rtn 
-:      013995 mouse_wheel_scan:
-0x3f36 013996 fetch 1 ,mem_whee_a_data_gpio 
-0x3f37 013997 rtneq gpio_disable 
-0x3f38 013998 arg 0 ,rega 
-0x3f39 013999 fetcht 1 ,mem_whee_a_data_gpio 
-0x3f3a 014000 call gpio_get_bit 
-0x3f3b 014001 setflag true ,0 ,rega 
-0x3f3c 014002 fetcht 1 ,mem_whee_b_data_gpio 
-0x3f3d 014003 call gpio_get_bit 
-0x3f3e 014004 setflag true ,1 ,rega 
-0x3f3f 014005 copy rega ,pdata 
-0x3f40 014006 store 1 ,mem_mwheel_b_new_pinlevel 
-0x3f41 014007 beq 0x01 ,mouse_wheel_scan_judge1 
-0x3f42 014008 beq 0x02 ,mouse_wheel_scan_judge2 
-0x3f43 014009 fetch 1 ,mem_mwheel_tog 
-0x3f44 014010 bbit1 7 ,mouse_wheel_scan_judge3 
-0x3f45 014011 rtn 
-:      014013 mouse_wheel_scan_judge1:
-0x3f46 014014 fetch 1 ,mem_mwheel_b_old_pinlevel 
-0x3f47 014015 beq 0 ,mouse_wheel_scan_judge11 
-0x3f48 014016 beq 3 ,mouse_wheel_scan_judge12 
-0x3f49 014017 rtn 
-:      014018 mouse_wheel_scan_judge2:
-0x3f4a 014019 fetch 1 ,mem_mwheel_b_old_pinlevel 
-0x3f4b 014020 beq 0 ,mouse_wheel_scan_judge21 
-0x3f4c 014021 beq 3 ,mouse_wheel_scan_judge22 
-0x3f4d 014022 rtn 
-:      014023 mouse_wheel_scan_judge11:
-0x3f4e 014024 jam 0x82 ,mem_mwheel_tog 
-0x3f4f 014025 rtn 
-:      014026 mouse_wheel_scan_judge12:
-0x3f50 014027 jam 0x81 ,mem_mwheel_tog 
-0x3f51 014028 rtn 
-:      014029 mouse_wheel_scan_judge21:
-0x3f52 014030 jam 0x80 ,mem_mwheel_tog 
-0x3f53 014031 rtn 
-:      014032 mouse_wheel_scan_judge22:
-0x3f54 014033 jam 0x83 ,mem_mwheel_tog 
-0x3f55 014034 rtn 
-:      014035 mouse_wheel_scan_judge3:
-0x3f56 014036 fetch 1 ,mem_mwheel_tog 
-0x3f57 014037 set0 7 ,pdata 
-0x3f58 014038 store 1 ,mem_mwheel_tog 
-0x3f59 014039 beq 0 ,mouse_wheel_scan_judge30 
-0x3f5a 014040 beq 1 ,mouse_wheel_scan_judge31 
-0x3f5b 014041 beq 2 ,mouse_wheel_scan_judge32 
-0x3f5c 014042 beq 3 ,mouse_wheel_scan_judge33 
-0x3f5d 014043 rtn 
-:      014044 mouse_wheel_scan_judge30:
-0x3f5e 014045 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f5f 014046 beq 3 ,mouse_wheel_forward 
-0x3f60 014047 rtn 
-:      014048 mouse_wheel_scan_judge31:
-0x3f61 014049 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f62 014050 beq 0 ,mouse_wheel_forward 
-0x3f63 014051 rtn 
-:      014052 mouse_wheel_scan_judge32:
-0x3f64 014053 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f65 014054 beq 3 ,mouse_wheel_back 
-0x3f66 014055 rtn 
-:      014056 mouse_wheel_scan_judge33:
-0x3f67 014057 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f68 014058 beq 0 ,mouse_wheel_back 
-0x3f69 014059 rtn 
-:      014060 mouse_wheel_forward:
-0x3f6a 014061 jam 0 ,mem_mouse_z_data_count1 
-0x3f6b 014062 fetch 1 ,mem_mouse_z_data 
-0x3f6c 014063 increase 1 ,pdata 
-0x3f6d 014064 store 1 ,mem_mouse_z_data 
-0x3f6e 014065 rtn 
-:      014066 mouse_wheel_back:
-0x3f6f 014067 jam 0 ,mem_mouse_z_data_count 
-0x3f70 014068 fetch 1 ,mem_mouse_z_data 
-0x3f71 014069 increase -1 ,pdata 
-0x3f72 014070 store 1 ,mem_mouse_z_data 
-0x3f73 014071 rtn 
-:      014074 mouse_hid_connected:
-0x3f74 014075 setarg hid_handshake_timeout 
-0x3f75 014076 store 1 ,mem_hid_handshake_timer_count 
-0x3f76 014077 rtn 
-:      014079 mouse_send_process:
-0x3f77 014080 fetch 1 ,mem_app_handshake_flag 
-0x3f78 014081 rtn blank 
-0x3f79 014082 call l2cap_malloc_is_fifo_nearly_full 
-0x3f7a 014083 nrtn blank 
-0x3f7b 014084 fetch mouse_flag_len ,mem_mouse_flag 
-0x3f7c 014085 bbit1 mosue_24g_pairing_flag ,mouse_send_empty_data 
-0x3f7d 014086 bbit1 mouse_select_device_flag ,mouse_send_empty_data 
-0x3f7e 014087 bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
-0x3f7f 014088 call mouse_motion 
-0x3f80 014089 nrtn user 
-:      014090 mouse_send_data:
-0x3f81 014091 arg 9 ,rega 
-0x3f82 014092 call hid_malloc_tx_buff 
-0x3f83 014093 fetch 2 ,mem_hid_int_remote_cid 
-0x3f84 014094 istore 2 ,contw 
-0x3f85 014095 setarg 0x02a1 
-0x3f86 014096 istore 2 ,contw 
-0x3f87 014097 fetch 7 ,mem_mouse_key 
-0x3f88 014098 istore 7 ,contw 
-0x3f89 014099 rtn 
-:      014102 mouse_send_empty_data:
-0x3f8a 014103 setarg 0 
-0x3f8b 014104 store 7 ,mem_mouse_key 
-0x3f8c 014105 branch mouse_send_data 
-:      014108 mouse_no_data_timer_init:
-0x3f8d 014109 fetch 2 ,mem_mouse_no_data_timeout 
-0x3f8e 014110 store 2 ,mem_mouse_no_data_timer 
-0x3f8f 014111 rtn 
-:      014114 mouse_fill_data_le:
-0x3f90 014115 bpatch patch1c_5 ,mem_patch1c 
-0x3f91 014116 arg 7 ,rega 
-0x3f92 014117 fetcht 2 ,mem_le_notify_handle 
-0x3f93 014118 call le_att_malloc_tx_notify 
-0x3f94 014119 fetch 7 ,mem_mouse_key 
-0x3f95 014120 istore 7 ,contw 
-0x3f96 014121 rtn 
-:      014123 mouse_motion:
-0x3f97 014124 bpatch patch1c_6 ,mem_patch1c 
-0x3f98 014125 disable user 
-0x3f99 014126 setarg 0 
-0x3f9a 014127 store 6 ,mem_mouse_x 
-0x3f9b 014128 call mouse_cheak_sensor_data 
-0x3f9c 014129 call mouse_zwheel 
-0x3f9d 014130 call mouse_t_zwheel 
-0x3f9e 014131 call mouse_key 
-0x3f9f 014132 nrtn user 
-0x3fa0 014133 call mouse_no_data_timer_init 
-0x3fa1 014134 arg mouse_statue_up_flag ,queue 
-0x3fa2 014135 branch mouse_enable_function_flag 
-:      014137 motion_6clk_direction_dispose:
-0x3fa3 014138 fetch 2 ,mem_mouse_x 
-0x3fa4 014139 sub pdata ,0 ,pdata 
-0x3fa5 014140 store 2 ,mem_mouse_x 
-0x3fa6 014141 branch enable_user 
-:      014142 motion_12clk_direction_dispose:
-0x3fa7 014143 fetch 2 ,mem_mouse_y 
-0x3fa8 014144 sub pdata ,0 ,pdata 
-0x3fa9 014145 store 2 ,mem_mouse_y 
-0x3faa 014146 branch enable_user 
-:      014147 motion_9clk_direction_dispose:
-0x3fab 014148 fetch 2 ,mem_mouse_y 
-0x3fac 014149 sub pdata ,0 ,pdata 
-0x3fad 014150 store 2 ,mem_mouse_y 
-0x3fae 014151 fetch 2 ,mem_mouse_x 
-0x3faf 014152 sub pdata ,0 ,pdata 
-0x3fb0 014153 store 2 ,mem_mouse_x 
-0x3fb1 014154 call mouse_sensor_data_swap_places 
-0x3fb2 014155 branch enable_user 
-:      014156 motion_3clk_direction_dispose:
-0x3fb3 014157 call mouse_sensor_data_swap_places 
-0x3fb4 014158 branch enable_user 
-:      014159 mouse_cheak_sensor_data:
-0x3fb5 014160 fetch 1 ,mem_spi_write_flash_sm 
-0x3fb6 014161 rtnne flash_sm_no_buys 
-0x3fb7 014162 fetch 1 ,mem_config_sensor_type 
-0x3fb8 014163 beq p3205 ,mouse_p32xx_sensor_motion 
-0x3fb9 014164 beq p3065 ,mouse_p32xx_sensor_motion 
-0x3fba 014165 beq ka8 ,mouse_p32xx_sensor_motion 
-0x3fbb 014166 beq p3204 ,mouse_p32xx_sensor_motion 
-0x3fbc 014167 beq p3212 ,mouse_p3212_sensor_motion 
-0x3fbd 014168 beq p3610 ,mouse_p3610_sensor_motion 
-0x3fbe 014169 beq p3065_xy ,mouse_p32xx_sensor_motion 
-0x3fbf 014170 branch mouse_p32xx_sensor_motion 
-:      014172 mouse_clear_sensor_data:
-0x3fc0 014173 fetch 1 ,mem_mouse_move_flag 
-0x3fc1 014174 call mouse_read_sensor_common ,blank 
-0x3fc2 014175 jam 1 ,mem_mouse_move_flag 
-0x3fc3 014176 rtn 
-:      014179 mouse_p3212_sensor_motion:
-0x3fc4 014180 call mouse_clear_sensor_data 
-0x3fc5 014181 fetcht 1 ,mem_sensor_data_gpio 
-0x3fc6 014182 call gpio_get_bit 
-0x3fc7 014183 nrtn true 
-:      014184 mouse_p3212_sensor_motion_1:
-0x3fc8 014185 setarg pan_reg_pid_l 
-0x3fc9 014186 call twspi_read 
-0x3fca 014187 bne p32xx_id1 ,mouse_twspi_reset 
-0x3fcb 014188 setarg pan_reg_motion_staus 
-0x3fcc 014189 call twspi_read 
-0x3fcd 014190 rtnbit0 7 
-0x3fce 014191 call mouse_read_sensor_common 
-0x3fcf 014192 call mouse_read_3212sensor_xy_high 
-0x3fd0 014193 store 1 ,mem_mouse_xy_h 
-0x3fd1 014194 rshift4 pdata ,pdata 
-0x3fd2 014195 call extsign_bit3 
-0x3fd3 014196 store 1 ,mem_mouse_x + 1 
-0x3fd4 014197 fetch 1 ,mem_mouse_xy_h 
-0x3fd5 014198 and pdata ,0x0f ,pdata 
-0x3fd6 014199 call extsign_bit3 
-0x3fd7 014200 store 1 ,mem_mouse_y + 1 
-0x3fd8 014201 fetch 1 ,mem_config_sensor_angle 
-0x3fd9 014202 beq mouse_6clk_angle ,motion_6clk_direction_dispose 
-0x3fda 014203 beq mouse_9clk_angle ,motion_9clk_direction_dispose 
-0x3fdb 014204 beq mouse_12clk_angle ,motion_12clk_direction_dispose 
-0x3fdc 014205 beq mouse_3clk_angle ,motion_3clk_direction_dispose 
-0x3fdd 014206 rtn 
-:      014208 mouse_read_3212sensor_xy_high:
-0x3fde 014209 setarg 0x12 
-0x3fdf 014210 branch twspi_read 
-:      014212 mouse_p3065_judge:
-0x3fe0 014213 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
-0x3fe1 014214 branch mouse_twspi_reset 
-:      014216 mouse_p32xx_sensor_motion:
-0x3fe2 014217 call mouse_clear_sensor_data 
-0x3fe3 014218 disable user 
-0x3fe4 014219 fetcht 1 ,mem_sensor_data_gpio 
-0x3fe5 014220 call gpio_get_bit 
-0x3fe6 014221 nrtn true 
-:      014222 mouse_p32xx_sensor_motion_2:
-0x3fe7 014223 setarg pan_reg_pid_l 
-0x3fe8 014224 call twspi_read 
-0x3fe9 014225 bne p32xx_id1 ,mouse_p3065_judge 
-:      014226 mouse_p32xx_sensor_motion_1:
-0x3fea 014227 setarg pan_reg_motion_staus 
-0x3feb 014228 call twspi_read 
-0x3fec 014229 rtnbit0 7 
-0x3fed 014230 call mouse_read_sensor_common 
-0x3fee 014231 fetch 1 ,mem_mouse_x 
-0x3fef 014232 call extsign 
-0x3ff0 014233 store 2 ,mem_mouse_x 
-0x3ff1 014234 fetch 1 ,mem_mouse_y 
-0x3ff2 014235 call extsign 
-0x3ff3 014236 store 2 ,mem_mouse_y 
-0x3ff4 014237 fetch 1 ,mem_config_sensor_angle 
-0x3ff5 014238 beq mouse_6clk_angle ,motion32xx_6clk_direction_selection 
-0x3ff6 014239 beq mouse_9clk_angle ,motion32xx_9clk_direction_selection 
-0x3ff7 014240 beq mouse_12clk_angle ,motion32xx_12clk_direction_selection 
-0x3ff8 014241 beq mouse_3clk_angle ,motion32xx_3clk_direction_selection 
-0x3ff9 014242 rtn 
-:      014244 motion32xx_6clk_direction_selection:
-0x3ffa 014245 call motion_6clk_direction_dispose 
-0x3ffb 014246 branch mouse_sensor_sdio_low 
-:      014247 motion32xx_9clk_direction_selection:
-0x3ffc 014248 call motion_9clk_direction_dispose 
-0x3ffd 014249 branch mouse_sensor_sdio_low 
-:      014250 motion32xx_12clk_direction_selection:
-0x3ffe 014251 call motion_12clk_direction_dispose 
-0x3fff 014252 branch mouse_sensor_sdio_low 
-:      014253 motion32xx_3clk_direction_selection:
-0x4000 014254 call motion_3clk_direction_dispose 
-0x4001 014255 branch mouse_sensor_sdio_low 
-:      014257 mouse_sensor_data_swap_places:
-0x4002 014258 fetch 2 ,mem_mouse_y 
-0x4003 014259 fetcht 2 ,mem_mouse_x 
-0x4004 014260 store 2 ,mem_mouse_x 
-0x4005 014261 storet 2 ,mem_mouse_y 
-0x4006 014262 rtn 
-:      014264 mouse_p3610sensor_read:
-0x4007 014265 call spi_ncs_enable 
-0x4008 014266 nop 100 
-0x4009 014267 copy regb ,pdata 
-0x400a 014268 call twspi_read 
-0x400b 014269 copy pdata ,regb 
-0x400c 014270 call spi_ncs_disable 
-0x400d 014271 nop 100 
-0x400e 014272 copy regb ,pdata 
-0x400f 014273 rtn 
-:      014274 mouse_p3610_sensor_motion:
-0x4010 014275 disable user 
-0x4011 014276 fetcht 1 ,mem_sensor_data_gpio 
-0x4012 014277 call gpio_get_bit 
-0x4013 014278 nrtn true 
-0x4014 014279 arg pan_reg_motion_staus ,regb 
-0x4015 014280 call mouse_p3610sensor_read 
-0x4016 014281 rtnbit0 7 
-0x4017 014282 arg pan_reg_pid_l ,regb 
-0x4018 014283 call mouse_p3610sensor_read 
-0x4019 014284 store 1 ,mem_sensor_id1 
-0x401a 014285 bne p3610_id1 ,mouse_init_3610sensor_reset 
-0x401b 014286 fetch 1 ,mem_mouse_move_flag 
-0x401c 014287 call mouse_read_sensor3610_data ,blank 
-0x401d 014288 jam 1 ,mem_mouse_move_flag 
-0x401e 014289 call mouse_read_sensor3610_data 
-0x401f 014290 fetch 1 ,mem_mouse_xy_h 
-0x4020 014291 rshift4 pdata ,pdata 
-0x4021 014292 call extsign_bit3 
-0x4022 014293 store 1 ,mem_mouse_x + 1 
-0x4023 014294 fetch 1 ,mem_mouse_xy_h 
-0x4024 014295 and pdata ,0x0f ,pdata 
-0x4025 014296 call extsign_bit3 
-0x4026 014297 store 1 ,mem_mouse_y + 1 
-0x4027 014298 fetch 1 ,mem_config_sensor_angle 
-0x4028 014299 beq 0 ,motion3610_6clk_direction_selection 
-0x4029 014300 beq 1 ,motion3610_9clk_direction_selection 
-0x402a 014301 beq 2 ,motion3610_12clk_direction_selection 
-0x402b 014302 beq 3 ,motion3610_3clk_direction_selection 
-0x402c 014303 rtn 
-:      014305 mouse_3610_smart_select:
-0x402d 014306 fetch 1 ,mem_sensor_smart_flag 
-0x402e 014307 beq p3610_smart_enable ,mouse_3610_smart_disable 
-0x402f 014308 beq p3610_smart_disable ,mouse_3610_smart_enable 
-0x4030 014309 rtn 
-:      014312 motion3610_6clk_direction_selection:
-0x4031 014313 call motion_6clk_direction_dispose 
-0x4032 014314 branch mouse_3610_smart_select 
-:      014316 motion3610_12clk_direction_selection:
-0x4033 014317 call motion_12clk_direction_dispose 
-0x4034 014318 branch mouse_3610_smart_select 
-:      014320 motion3610_9clk_direction_selection:
-0x4035 014321 call motion_9clk_direction_dispose 
-0x4036 014322 branch mouse_3610_smart_select 
-:      014324 motion3610_3clk_direction_selection:
-0x4037 014325 call motion_3clk_direction_dispose 
-0x4038 014326 branch mouse_3610_smart_select 
-:      014328 mouse_read_sensor3610_data:
-0x4039 014329 call spi_ncs_enable 
-0x403a 014330 call mouse_read_sensor_common 
-0x403b 014331 arg 5 ,pdata 
-0x403c 014332 call twspi_read 
-0x403d 014333 store 1 ,mem_mouse_xy_h 
-0x403e 014334 arg 7 ,pdata 
-0x403f 014335 call twspi_read 
-0x4040 014336 store 1 ,mem_sensor_shutter_hi 
-0x4041 014337 arg 8 ,pdata 
-0x4042 014338 call twspi_read 
-0x4043 014339 store 1 ,mem_sensor_shutter_lo 
-0x4044 014340 branch spi_ncs_disable 
-:      014343 mouse_3610_smart_enable:
-0x4045 014344 fetch 1 ,mem_sensor_shutter_hi 
-0x4046 014345 rtnne 0 
-0x4047 014346 fetch 1 ,mem_sensor_shutter_lo 
-0x4048 014347 sub pdata ,45 ,null 
-0x4049 014348 rtn positive 
-0x404a 014349 jam p3610_smart_enable ,mem_sensor_smart_flag 
-0x404b 014350 setarg 0xba41 
-0x404c 014351 call sensor_write 
-0x404d 014352 setarg 0x0032 
-0x404e 014353 call sensor_write 
-0x404f 014354 setarg 0xb541 
-0x4050 014355 branch sensor_write 
-:      014356 mouse_3610_smart_disable:
-0x4051 014357 fetch 1 ,mem_sensor_shutter_hi 
-0x4052 014358 rtnne 0 
-0x4053 014359 fetch 1 ,mem_sensor_shutter_lo 
-0x4054 014360 sub pdata ,45 ,null 
-0x4055 014361 nrtn positive 
-0x4056 014362 jam p3610_smart_disable ,mem_sensor_smart_flag 
-0x4057 014363 setarg 0xba41 
-0x4058 014364 call sensor_write 
-0x4059 014365 setarg 0x8032 
-0x405a 014366 call sensor_write 
-0x405b 014367 setarg 0xb541 
-0x405c 014368 branch sensor_write 
-:      014372 mouse_read_sensor_common:
-0x405d 014373 arg pan_reg_delta_x ,pdata 
-0x405e 014374 call twspi_read 
-0x405f 014375 store 2 ,mem_mouse_x 
-0x4060 014376 arg pan_reg_delta_y ,pdata 
-0x4061 014377 call twspi_read 
-0x4062 014378 store 2 ,mem_mouse_y 
-0x4063 014379 rtn 
-:      014381 mouse_set_qdecoder_x:
-0x4064 014382 arg mouse_default_xa_gpio ,temp 
-0x4065 014383 call gpio_config_input 
-0x4066 014384 arg mouse_default_xa_gpio ,temp 
-0x4067 014385 call gpio_get_bit 
-0x4068 014386 rtn true 
-0x4069 014387 hfetch 1 ,core_qdec_cntx 
-0x406a 014388 set1 4 ,pdata 
-0x406b 014389 hstore 1 ,core_qdec_cntx 
-0x406c 014390 rtn 
-:      014392 mouse_hardware_zwheel:
-0x406d 014393 fetcht 1 ,mem_mouse_z_data 
-0x406e 014394 hfetch 1 ,core_qdec_cntx 
-0x406f 014395 iadd temp ,pdata 
-0x4070 014396 rtn blank 
-0x4071 014397 store 1 ,mem_mouse_z 
-0x4072 014398 jam 0 ,mem_mouse_z_data 
-0x4073 014399 branch enable_user 
-:      014400 mouse_hardware_zwheel_beforelpm:
-0x4074 014401 fetcht 1 ,mem_mouse_z_data 
-0x4075 014402 hfetch 1 ,core_qdec_cntx 
-0x4076 014403 iadd temp ,pdata 
-0x4077 014404 store 1 ,mem_mouse_z_data 
-0x4078 014405 rtn 
-:      014406 mouse_zwheel:
-0x4079 014407 fetch 1 ,mem_mouse_z_data 
-0x407a 014408 rtn blank 
-0x407b 014409 store 1 ,mem_mouse_z 
-0x407c 014410 jam 0 ,mem_mouse_z_data 
-0x407d 014411 branch enable_user 
-:      014413 mouse_t_zwheel:
-0x407e 014414 fetch 1 ,mem_mouse_tz_data 
-0x407f 014415 rtn blank 
-0x4080 014416 store 1 ,mem_mouse_tz 
-0x4081 014417 jam 0 ,mem_mouse_tz_data 
-0x4082 014418 branch enable_user 
-:      014420 mouse_check_key_gpio:
-0x4083 014421 arg 0 ,rega 
-0x4084 014422 fetcht 1 ,mem_lbutton_gpio 
-0x4085 014423 call gpio_get_bit 
-0x4086 014424 setflag true ,0 ,rega 
-0x4087 014425 fetcht 1 ,mem_rbutton_gpio 
-0x4088 014426 call gpio_get_bit 
-0x4089 014427 setflag true ,1 ,rega 
-0x408a 014428 fetcht 1 ,mem_mbutton_gpio 
-0x408b 014429 call gpio_get_bit 
-0x408c 014430 setflag true ,2 ,rega 
-0x408d 014431 call mouse_check_s_key_gpio 
-0x408e 014432 copy rega ,pdata 
-0x408f 014433 rtn 
-:      014434 mouse_check_s_key_gpio:
-0x4090 014435 fetch 1 ,mem_bk_button_gpio 
-0x4091 014436 rtneq gpio_disable 
-0x4092 014437 fetcht 1 ,mem_bk_button_gpio 
-0x4093 014438 call gpio_get_bit 
-0x4094 014439 setflag true ,3 ,rega 
-0x4095 014440 fetcht 1 ,mem_fw_button_gpio 
-0x4096 014441 call gpio_get_bit 
-0x4097 014442 setflag true ,4 ,rega 
-0x4098 014443 rtn 
-:      014445 mouse_key:
-0x4099 014446 call mouse_check_key_gpio 
-0x409a 014447 call mouse_set_mult 
-0x409b 014448 call mouse_24g_key 
-0x409c 014449 copy rega ,pdata 
-0x409d 014450 fetcht 1 ,mem_mouse_key 
-0x409e 014451 store 1 ,mem_mouse_key 
-0x409f 014452 ixor temp ,pdata 
-0x40a0 014453 sub pdata ,0 ,null 
-0x40a1 014454 rtn zero 
-0x40a2 014455 branch enable_user 
-:      014457 mouse_24g_key:
-0x40a3 014458 rtnmark0 mark_24g 
-0x40a4 014459 copy rega ,pdata 
-0x40a5 014460 rtn blank 
-0x40a6 014461 store 1 ,mem_mouse_key 
-0x40a7 014462 branch enable_user 
-:      014465 mouse_set_mult:
-0x40a8 014466 fetch 2 ,mem_ui_state_map 
-0x40a9 014467 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
-0x40aa 014468 fetch 2 ,mem_ui_state_map 
-0x40ab 014469 bbit1 ui_state_bt_connected ,mouse_set_bt_mult 
-0x40ac 014470 rtn 
-:      014471 mouse_set_ble_mult:
-0x40ad 014472 copy rega ,pdata 
-0x40ae 014473 nbranch le_set_config_short_mult ,blank 
-0x40af 014474 branch le_clr_config_short_mult 
-:      014475 mouse_set_bt_mult:
-0x40b0 014476 copy rega ,pdata 
-0x40b1 014477 nbranch classic_bt_set_mult_short_flag ,blank 
-0x40b2 014478 branch classic_bt_clr_mult_short_flag 
-:      014481 mouse_sensor_sdio_low:
-0x40b3 014482 bpatch patch1c_7 ,mem_patch1c 
-0x40b4 014483 arg mouse_spi1_sdio_gpio ,temp 
-0x40b5 014484 fetch mouse_flag_len ,mem_mouse_flag 
-0x40b6 014485 isolate1 mouse_enable_spi2 ,pdata 
-0x40b7 014486 call mouse_sensor_sdio_low2 ,true 
-0x40b8 014487 call gpio_get_bit 
-0x40b9 014488 rtn true 
-0x40ba 014489 setarg 0x0a 
-0x40bb 014490 call twspi_read 
-0x40bc 014491 nop 1000 
-0x40bd 014492 branch mouse_sensor_sdio_low 
-:      014493 mouse_sensor_sdio_low2:
-0x40be 014494 arg mouse_spi2_sdio_gpio ,temp 
-0x40bf 014495 rtn 
-:      014497 mouse_spi_sdio_gpio_pollup:
-0x40c0 014498 fetch mouse_flag_len ,mem_mouse_flag 
-0x40c1 014499 bbit1 mouse_enable_spi2 ,mouse_spi2_sdio_gpio_pollup 
-:      014500 mouse_spi1_sdio_gpio_pollup:
-0x40c2 014501 arg mouse_spi1_sdio_gpio ,temp 
-0x40c3 014502 branch gpio_config_input_without_wake 
-:      014503 mouse_spi2_sdio_gpio_pollup:
-0x40c4 014504 arg mouse_spi2_sdio_gpio ,temp 
-0x40c5 014505 branch gpio_config_input_without_wake 
-:      014508 mouse_init_sunt:
-0x40c6 014509 call mouse_spi_init 
-0x40c7 014510 rtn wake 
-0x40c8 014511 call mouse_spi_sdio_gpio_pollup 
-0x40c9 014512 fetch 1 ,mem_config_sensor_type 
-0x40ca 014513 beq p3610 ,mouse_init_3610sensor 
-:      014514 mouse_init_sensor:
-0x40cb 014515 call mouse_read_sensor_id 
-0x40cc 014516 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
-0x40cd 014517 beq p3065_id1 ,mouse_p3065_init_param 
-0x40ce 014518 call mouse_twspi_reset 
-0x40cf 014519 nop 1000 
-0x40d0 014520 branch mouse_init_sensor 
-:      014521 mouse_twspi_reset:
-0x40d1 014522 bpatch patch1d_0 ,mem_patch1d 
-0x40d2 014523 fetch mouse_flag_len ,mem_mouse_flag 
-0x40d3 014524 bbit1 mouse_enable_spi2 ,twspi_reset2 
-0x40d4 014525 branch twspi_reset 
-:      014527 mouse_init_3610sensor:
-0x40d5 014528 call mouse_read_sensor_id 
-0x40d6 014529 beq p3610_id1 ,mouse_init_p3610 
-0x40d7 014530 call mouse_init_3610sensor_reset 
-0x40d8 014531 branch mouse_init_3610sensor 
-:      014533 mouse_read_sensor_id:
-0x40d9 014534 setarg pan_reg_pid_h 
-0x40da 014535 call twspi_read 
-0x40db 014536 store 1 ,mem_sensor_id2 
-0x40dc 014537 setarg pan_reg_pid_l 
-0x40dd 014538 call twspi_read 
-0x40de 014539 store 1 ,mem_sensor_id1 
-0x40df 014540 rtn 
-:      014541 mouse_init_p32xx_id2_judge:
-0x40e0 014542 fetch 1 ,mem_sensor_id2 
-0x40e1 014543 beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
-0x40e2 014544 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
-0x40e3 014545 beq p3212_id2 ,mouse_3212_init_param 
-0x40e4 014546 beq pka8_id2 ,mouse_ka8_init_param 
-0x40e5 014547 rtn 
-:      014548 mouse_ka8_init_param:
-0x40e6 014549 jam ka8 ,mem_config_sensor_type 
-0x40e7 014550 rtn 
-:      014551 mouse_p3065xy_init_param:
-0x40e8 014552 jam p3065_xy ,mem_config_sensor_type 
-0x40e9 014553 rtn 
-:      014554 mouse_p3065_init_param:
-0x40ea 014555 fetch 1 ,mem_sensor_id2 
-0x40eb 014556 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-0x40ec 014557 jam p3065 ,mem_config_sensor_type 
-0x40ed 014558 rtn 
-:      014559 mouse_3212_init_param:
-0x40ee 014560 jam p3212 ,mem_config_sensor_type 
-0x40ef 014561 call mouse_sensor_disable_wp 
-0x40f0 014562 setarg 0x3426 
-0x40f1 014563 call twspi_write 
-0x40f2 014564 setarg 0x0419 
-0x40f3 014565 call twspi_write 
-:      014566 mouse_sensor_enable_wp:
-0x40f4 014567 setarg 0x0009 
-0x40f5 014568 branch twspi_write 
-:      014569 mouse_sensor_disable_wp:
-0x40f6 014570 setarg 0x5a09 
-0x40f7 014571 branch twspi_write 
-:      014573 mouse_3204_3l_init_param:
-0x40f8 014574 jam p3204 ,mem_config_sensor_type 
-0x40f9 014575 call mouse_sensor_disable_wp 
-0x40fa 014576 setarg 0x0f0d 
-0x40fb 014577 call twspi_write 
-0x40fc 014578 setarg 0xe31d 
-0x40fd 014579 call twspi_write 
-0x40fe 014580 setarg 0xd27d 
-0x40ff 014581 call twspi_write 
-0x4100 014582 call mouse_32xx_init_param 
-0x4101 014583 branch mouse_32xx_init_param_1 
-:      014585 mouse_32xx_init_param:
-0x4102 014586 setarg 0x351b 
-0x4103 014587 call twspi_write 
-0x4104 014588 setarg 0xb428 
-0x4105 014589 call twspi_write 
-0x4106 014590 setarg 0x4629 
-0x4107 014591 call twspi_write 
-0x4108 014592 setarg 0x962a 
-0x4109 014593 call twspi_write 
-0x410a 014594 setarg 0x8c2b 
-0x410b 014595 call twspi_write 
-0x410c 014596 setarg 0x6e2c 
-0x410d 014597 call twspi_write 
-0x410e 014598 setarg 0x642d 
-0x410f 014599 call twspi_write 
-0x4110 014600 setarg 0x5f38 
-0x4111 014601 call twspi_write 
-0x4112 014602 setarg 0x0f39 
-0x4113 014603 call twspi_write 
-0x4114 014604 setarg 0x323a 
-0x4115 014605 call twspi_write 
-0x4116 014606 setarg 0x473b 
-0x4117 014607 call twspi_write 
-0x4118 014608 setarg 0x1042 
-0x4119 014609 branch twspi_write 
-:      014610 mouse_32xx_init_param_1:
-0x411a 014611 setarg 0x2e54 
-0x411b 014612 call twspi_write 
-0x411c 014613 setarg 0xf255 
-0x411d 014614 call twspi_write 
-0x411e 014615 setarg 0xf461 
-0x411f 014616 call twspi_write 
-0x4120 014617 setarg 0x7063 
-0x4121 014618 call twspi_write 
-0x4122 014619 setarg 0x5275 
-0x4123 014620 call twspi_write 
-0x4124 014621 setarg 0x4176 
-0x4125 014622 call twspi_write 
-0x4126 014623 setarg 0xed77 
-0x4127 014624 call twspi_write 
-0x4128 014625 setarg 0x2378 
-0x4129 014626 call twspi_write 
-0x412a 014627 setarg 0x4679 
-0x412b 014628 call twspi_write 
-0x412c 014629 setarg 0xe57a 
-0x412d 014630 call twspi_write 
-0x412e 014631 setarg 0x487c 
-0x412f 014632 call twspi_write 
-0x4130 014633 setarg 0x777e 
-0x4131 014634 call twspi_write 
-0x4132 014635 setarg 0x017f 
-0x4133 014636 call twspi_write 
-0x4134 014637 setarg 0x000b 
-0x4135 014638 call twspi_write 
-0x4136 014639 setarg 0x007f 
-0x4137 014640 call twspi_write 
-0x4138 014641 branch mouse_sensor_enable_wp 
-:      014644 mouse_3205_3t_init_param:
-0x4139 014645 jam p3205 ,mem_config_sensor_type 
-0x413a 014646 call mouse_sensor_disable_wp 
-0x413b 014647 setarg 0x100d 
-0x413c 014648 call twspi_write 
-0x413d 014649 setarg 0xed1d 
-0x413e 014650 call twspi_write 
-0x413f 014651 setarg 0x807d 
-0x4140 014652 call twspi_write 
-0x4141 014653 call mouse_32xx_init_param 
-0x4142 014654 setarg 0x0943 
-0x4143 014655 call twspi_write 
-0x4144 014656 branch mouse_32xx_init_param_1 
-:      014659 mouse_init_3610sensor_reset:
-0x4145 014660 fetcht 1 ,mem_sensor_reset_gpio 
-0x4146 014661 call gpio_out_active 
-0x4147 014662 call delay_10ms 
-0x4148 014663 fetcht 1 ,mem_sensor_reset_gpio 
-0x4149 014664 call gpio_out_inactive 
-0x414a 014665 branch delay_10ms 
-:      014667 mouse_init_p3610:
-0x414b 014668 jam p3610 ,mem_config_sensor_type 
-0x414c 014669 setarg 0xba41 
-0x414d 014670 call sensor_write 
-0x414e 014671 setarg 0x0d11 
-0x414f 014672 call sensor_write 
-0x4150 014673 setarg 0x041b 
-0x4151 014674 call sensor_write 
-0x4152 014675 setarg 0x041c 
-0x4153 014676 call sensor_write 
-0x4154 014677 setarg 0x0f1d 
-0x4155 014678 call sensor_write 
-0x4156 014679 setarg 0x0032 
-0x4157 014680 call sensor_write 
-0x4158 014681 setarg 0xb541 
-0x4159 014682 branch sensor_write 
-:      014686 mouse_set_sensor_reg:
-0x415a 014687 setarg 0xba41 
-0x415b 014688 call sensor_write 
-0x415c 014689 nop 4000 
-0x415d 014690 setarg 0xff7f 
-0x415e 014691 call sensor_write 
-0x415f 014692 copy rega ,pdata 
-0x4160 014693 call sensor_write 
-0x4161 014694 setarg 0x007f 
-0x4162 014695 call sensor_write 
-0x4163 014696 setarg 0xb541 
-0x4164 014697 branch sensor_write 
-:      014699 extsign:
-0x4165 014700 rtnbit0 7 
-0x4166 014701 arg 0xff00 ,temp 
-0x4167 014702 ior temp ,pdata 
-0x4168 014703 rtn 
-:      014705 extsign_bit3:
-0x4169 014706 rtnbit0 3 
-0x416a 014707 arg 0xf0 ,temp 
-0x416b 014708 ior temp ,pdata 
-0x416c 014709 rtn 
-:      014712 mouse_le:
-0x416d 014713 call le_fifo_check_nearly_full 
-0x416e 014714 nrtn blank 
-0x416f 014715 fetch 1 ,mem_le_connect_status_flag 
-0x4170 014716 and pdata ,0x03 ,pdata 
-0x4171 014717 rtnne 0x03 
-0x4172 014718 fetch mouse_flag_len ,mem_mouse_flag 
-0x4173 014719 bbit1 mosue_24g_pairing_flag ,mouse_le_send_empty_packet 
-0x4174 014720 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
-0x4175 014721 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x4176 014722 call mouse_motion 
-0x4177 014723 nrtn user 
-0x4178 014724 branch mouse_fill_data_le 
-:      014726 mouse_le_send_empty_packet:
-0x4179 014727 setarg 0 
-0x417a 014728 store 7 ,mem_mouse_key 
-0x417b 014729 branch mouse_fill_data_le 
-:      014731 mouse_priority_bb_event:
-0x417c 014732 copy regc ,pdata 
-0x417d 014733 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
-0x417e 014734 beq bt_evt_bb_connected ,mouse_stop_discovery 
-0x417f 014735 beq bt_evt_le_disconnected ,mouse_bb_disconnected 
-0x4180 014736 beq bt_evt_bb_disconnected ,mouse_bb_disconnected 
-0x4181 014737 beq bt_evt_setup_complete ,mouse_bt_event_setup_complete 
-0x4182 014738 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
-0x4183 014739 beq bt_evt_hid_handshake ,mouse_bt_hid_handshake 
-0x4184 014740 beq bt_evt_hid_connected ,mouse_bt_hid_connected 
-0x4185 014741 beq bt_evt_reconn_failed ,mouse_bb_event_reconn_failed 
-0x4186 014742 beq bt_evt_reconn_page_timeout ,mouse_bb_event_reconn_timeout 
-0x4187 014743 beq bt_evt_pincode_req ,mouse_bb_event_pincode 
-0x4188 014744 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
-0x4189 014745 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
-0x418a 014746 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
-0x418b 014747 beq bt_evt_le_pairing_complete ,mouse_le_pairing_complete 
-0x418c 014748 beq bt_evt_virtual_cable_unplug ,mouse_irtual_cable_unplug 
-0x418d 014749 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
-0x418e 014750 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
-0x418f 014751 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
-0x4190 014752 rtn 
-:      014755 mouse_le_pairing_complete:
-0x4191 014756 branch app_ble_store_reconn_info 
-:      014758 mouse_24g_attempt_fail:
-0x4192 014759 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x4193 014760 fetch 1 ,mem_reconn_times 
-0x4194 014761 nbranch mouse_polling_device ,blank 
-0x4195 014762 fetch 1 ,mem_device_flag 
-0x4196 014763 fetcht 1 ,mem_24g_device_number 
-0x4197 014764 isub temp ,null 
-0x4198 014765 branch app_enter_hibernate ,zero 
-0x4199 014766 rtn 
-:      014767 mouse_24g_attempt_success:
-0x419a 014768 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x419b 014769 rtn 
-:      014770 mouse_24g_pairing_complete:
-0x419c 014771 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x419d 014772 arg mosue_24g_pairing_flag ,queue 
-0x419e 014773 call mouse_disable_function_flag 
-0x419f 014774 setarg 0 
-0x41a0 014775 store 2 ,mem_24g_pairing_timer_count 
-0x41a1 014776 jam 0 ,mem_mouse_move_flag 
-0x41a2 014778 fetch 1 ,mem_config_sensor_type 
-0x41a3 014779 sub pdata ,p3610 ,null 
-0x41a4 014780 call mouse_read_sensor3610_data ,zero 
-0x41a5 014781 ncall mouse_read_sensor_common ,zero 
-0x41a6 014783 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
-0x41a7 014784 bbit1 mouse_enable_flash ,mouse_store_flash_24g_address 
-0x41a8 014785 call mouse_set_24g_addr_eeprom 
-0x41a9 014786 branch iicd_write_protect_eep_data 
-:      014788 mouse_set_24g_addr_eeprom:
-0x41aa 014789 call g24_head_ptr2regc 
-0x41ab 014790 add regc ,offset_24g_addr ,rega 
-0x41ac 014791 arg mouse_g24_addr_eeprom_offect ,regb 
-0x41ad 014792 arg 4 ,temp 
-0x41ae 014793 rtn 
-:      014795 mouse_store_flash_24g_address:
-0x41af 014796 call g24_head_ptr2regc 
-0x41b0 014797 add regc ,offset_24g_addr ,regb 
-0x41b1 014798 ifetch 1 ,regb 
-0x41b2 014799 store 1 ,mem_mouse_24g_addr 
-0x41b3 014800 branch mouse_store_flash_device_info 
-:      014803 mouse_le_pairing_success:
-0x41b4 014804 arg ll_pairing_success_flag ,queue 
-0x41b5 014805 branch mouse_le_enable_connect_flag 
-:      014806 mouse_le_ll_start_encryt:
-0x41b6 014807 jam 2 ,mem_le_start_encrypt_timer 
-0x41b7 014808 arg ll_start_enc_flag ,queue 
-0x41b8 014809 branch mouse_le_enable_connect_flag 
-:      014812 mouse_le_enable_connect_flag:
-0x41b9 014813 fetch 1 ,mem_le_connect_status_flag 
-0x41ba 014814 qset1 pdata 
-0x41bb 014815 store 1 ,mem_le_connect_status_flag 
-0x41bc 014816 rtn 
-:      014818 mouse_le_disable_connect_flag:
-0x41bd 014819 fetch 1 ,mem_le_connect_status_flag 
-0x41be 014820 qset0 pdata 
-0x41bf 014821 store 1 ,mem_le_connect_status_flag 
-0x41c0 014822 rtn 
-:      014823 mouse_le_clean_connect_flag:
-0x41c1 014824 jam 0 ,mem_le_connect_status_flag 
-0x41c2 014825 rtn 
-:      014827 mouse_le_bb_event_connected:
-0x41c3 014828 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x41c4 014829 set0 app_disc_by_button ,pdata 
-0x41c5 014830 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x41c6 014831 setarg 0 
-0x41c7 014832 store 2 ,mem_mouse_direct_timer 
-0x41c8 014833 call mouse_no_data_timer_init 
-0x41c9 014834 branch mouse_stop_discovery 
-:      014836 mouse_bb_event_pincode:
-0x41ca 014837 call pincode_reinit 
-0x41cb 014838 branch app_bt_set_pincode 
-:      014839 mouse_bb_event_reconn_timeout:
-:      014840 mouse_bb_event_reconn_failed:
-0x41cc 014841 fetch 1 ,mem_reconn_times 
-0x41cd 014842 nbranch mouse_polling_device ,blank 
-0x41ce 014843 fetch 2 ,mem_ui_state_map 
-0x41cf 014844 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x41d0 014845 fetch mouse_flag_len ,mem_mouse_flag 
-0x41d1 014846 bbit1 mouse_select_device_flag ,mouse_soft_reset 
-0x41d2 014847 bbit1 mouse_bt_discovery_button_down_flag ,mouse_start_discovery 
-0x41d3 014848 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
-0x41d4 014849 branch app_bb_hibernate 
-:      014852 mouse_bt_hid_connected:
-0x41d5 014853 branch mouse_hid_connected 
-:      014855 mouse_bt_event_setup_complete:
-0x41d6 014856 rtn 
-:      014858 mouse_soft_reset:
-0x41d7 014859 call mouse_select_device_enable 
-0x41d8 014860 branch soft_reset_chip 
-:      014862 mouse_bb_disconnected:
-0x41d9 014863 bpatch patch1d_1 ,mem_patch1d 
-0x41da 014864 call mouse_bb_discon_clear_stack 
-0x41db 014865 fetch mouse_flag_len ,mem_mouse_flag 
-0x41dc 014866 bbit1 mouse_select_device_flag ,mouse_soft_reset 
-0x41dd 014867 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
-0x41de 014868 fetch 1 ,mem_reconn_times 
-0x41df 014869 nbranch mouse_polling_device ,blank 
-0x41e0 014870 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x41e1 014871 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
-0x41e2 014872 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x41e3 014873 bbit1 app_disc_after_pairing ,mouse_event_light_state_pairing 
-0x41e4 014874 bbit1 app_disc_after_reconn ,mouse_event_light_state_hibernate 
-0x41e5 014875 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
-0x41e6 014876 branch mouse_start_discovery 
-:      014877 mouse_bb_discon_clear_stack:
-0x41e7 014878 setarg 0 
-0x41e8 014879 store 8 ,mem_wheel_tb_old_pinlevel 
-0x41e9 014880 istore 4 ,contw 
-0x41ea 014881 jam 0 ,mem_mouse_send_blank_timer 
-0x41eb 014882 jam 0 ,mem_mouse_move_flag 
-0x41ec 014883 jam app_handshake_null ,mem_app_handshake_flag 
-0x41ed 014884 jam 0 ,mem_ltk_exists 
-0x41ee 014885 rtn 
-:      014887 mouse_event_light_state_pairing:
-0x41ef 014888 bbit1 app_disc_after_handshake ,mouse_event_light_state_hibernate 
-0x41f0 014889 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
-0x41f1 014890 branch mouse_start_discovery 
-:      014891 mouse_event_light_state_hibernate:
-0x41f2 014892 fetch 2 ,mem_ui_state_map 
-0x41f3 014893 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x41f4 014894 branch app_bb_hibernate 
-:      014896 mouse4_0_event_bb_disconn:
-0x41f5 014897 call mouse_le_clean_connect_flag 
-0x41f6 014898 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x41f7 014899 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x41f8 014900 branch app_bb_hibernate 
-:      014902 mouse_bb_event_timer:
-0x41f9 014903 call mouse_adc_read 
-0x41fa 014904 call mouse_24g_delay_timer 
-0x41fb 014905 call mouse_ban_24g_pairing_timer 
-0x41fc 014906 call mouse_dpi_led_blink_delay_timer 
-0x41fd 014907 call mouse_statue_up_timer 
-0x41fe 014909 call mouse_statue_cheak_timer 
-0x41ff 014910 call mouse_select_device 
-0x4200 014911 call mouse_bt_discovery_cheak 
-0x4201 014912 call mouse_low_voltage_led_timer 
-0x4202 014913 call mouse_sensor_led_contrl_timer 
-0x4203 014914 call mouse_check_hid_handshake_timer 
-0x4204 014915 call mouse_check_discovery_timeout_timer 
-0x4205 014916 call mouse_check_direct_timeout_timer 
-0x4206 014917 call mouse_check_no_data_timeout_timer 
-0x4207 014918 call mouse_check_mouse_state_timer 
-0x4208 014919 branch mouse_le_enable_att_list_timer 
-:      014923 mouse_sensor_led_contrl_timer:
-0x4209 014924 fetch 1 ,mem_mouse_sensor_timer_count 
-0x420a 014925 rtn blank 
-0x420b 014926 increase -1 ,pdata 
-0x420c 014927 store 1 ,mem_mouse_sensor_timer_count 
-0x420d 014928 nrtn blank 
-0x420e 014929 branch mouse_sensor_led_contrl 
-:      014930 mouse_sensor_led_contrl:
-0x420f 014931 fetch 1 ,mem_sensor_led_style 
-0x4210 014932 rtneq ui_led_state_blink_stop 
-0x4211 014933 beq ui_led_state_blink_darking ,mouse_sensor_led_blink_state_darking 
-:      014934 mouse_sensor_led_blink_state_lighting:
-0x4212 014935 call mouse_sensor_led_on 
-0x4213 014936 jam ui_led_state_blink_darking ,mem_sensor_led_style 
-0x4214 014937 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
-0x4215 014938 rtn 
-:      014939 mouse_sensor_led_blink_state_darking:
-0x4216 014940 call mouse_sensor_led_off 
-0x4217 014941 jam ui_led_state_blink_lighting ,mem_sensor_led_style 
-0x4218 014942 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
-0x4219 014943 rtn 
-:      014945 mouse_sensor_led_blink_stop:
-:      014946 mouse_sensor_reset:
-0x421a 014947 setarg 0x8006 
-0x421b 014948 call twspi_write 
-0x421c 014949 nop 1000 
-0x421d 014950 jam 0x00 ,mem_mouse_sensor_timer_count 
-0x421e 014951 jam ui_led_state_blink_stop ,mem_sensor_led_style 
-0x421f 014952 branch mouse_init_p32xx_id2_judge 
-:      014954 mouse_p3212sensor_led_on:
-0x4220 014955 setarg 0xa006 
-0x4221 014956 call twspi_write 
-0x4222 014957 setarg 0xa005 
-0x4223 014958 branch twspi_write 
-:      014959 mouse_sensor_led_on_global:
-0x4224 014960 jam 0 ,mem_mouse_sensor_timer_count 
-:      014961 mouse_sensor_led_on:
-0x4225 014962 fetch 1 ,mem_config_sensor_type 
-0x4226 014963 beq p3212 ,mouse_p3212sensor_led_on 
-0x4227 014964 setarg 0x0106 
-0x4228 014965 call twspi_write 
-0x4229 014966 setarg 0xa105 
-0x422a 014967 branch twspi_write 
-:      014969 mouse_sensor_led_off_global:
-0x422b 014970 jam 0 ,mem_mouse_sensor_timer_count 
-:      014971 mouse_sensor_led_off:
-0x422c 014972 setarg 0x0906 
-0x422d 014973 branch twspi_write 
-:      014974 mouse_sensor_start_blink:
-0x422e 014975 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
-0x422f 014976 jam ui_led_state_blink_start ,mem_sensor_led_style 
-0x4230 014977 rtn 
-:      014979 mouse_check_hid_handshake_timer:
-0x4231 014980 arg mem_hid_handshake_timer_count ,regc 
-0x4232 014981 arg mouse_bt_hid_handshake ,regb 
-0x4233 014982 branch timer_single_step 
-:      014984 mouse_check_discovery_timeout_timer:
-0x4234 014985 arg mem_mouse_discovery_timer ,regc 
-0x4235 014986 arg mouse_check_discovery_timeout ,regb 
-0x4236 014987 branch timer_single_step_2b 
-:      014989 mouse_check_direct_timeout_timer:
-0x4237 014990 arg mem_mouse_direct_timer ,regc 
-0x4238 014991 arg mouse_check_direct_timeout ,regb 
-0x4239 014992 branch timer_single_step_2b 
-:      014994 mouse_check_no_data_timeout_timer:
-0x423a 014995 arg mem_mouse_no_data_timer ,regc 
-0x423b 014996 arg mouse_check_no_data_timeout ,regb 
-0x423c 014997 branch timer_single_step_2b 
-:      014999 mouse_check_mouse_state_timer:
-0x423d 015000 arg mem_mouse_statue_led_timer ,regc 
-0x423e 015001 arg mouse_statue_led_off ,regb 
-0x423f 015002 branch timer_single_step 
-:      015006 mouse_le_enable_att_list_timer:
-0x4240 015007 arg mem_le_start_encrypt_timer ,regc 
-0x4241 015008 arg mouse_le_enable_att_list ,regb 
-0x4242 015009 branch timer_single_step 
-:      015011 mouse_24g_delay_timer:
-0x4243 015012 arg mem_24g_enter_lpm_timer ,regc 
-0x4244 015013 arg mouse_24g_delay ,regb 
-0x4245 015014 branch timer_single_step 
-:      015016 mouse_ban_24g_pairing_timer:
-0x4246 015017 arg mem_24g_pairing_timer_count ,regc 
-0x4247 015018 arg mouse_ban_24g_pairing ,regb 
-0x4248 015019 branch timer_single_step_2b 
-:      015020 mouse_ban_24g_pairing:
-:      015021 mouse_24g_delay:
-0x4249 015022 rtn 
-:      015025 mosue_dpi_led_blink_init:
-0x424a 015026 fetch mouse_flag_len ,mem_mouse_flag 
-0x424b 015027 rtnbit0 mouse_enable_dpi_led_blink 
-0x424c 015028 jam 10 ,mem_mouse_dpi_led_delay_count 
-0x424d 015029 fetch 1 ,mem_dpi_led_gpio 
-0x424e 015030 store 1 ,mem_mouse_struct_led_gpio 
-0x424f 015031 rtn 
-:      015034 mouse_dpi_led_blink_delay_timer:
-0x4250 015035 arg mem_mouse_dpi_led_delay_count ,regc 
-0x4251 015036 arg mouse_dpi_led_setting ,regb 
-0x4252 015037 branch timer_single_step 
-:      015038 mouse_dpi_led_setting:
-0x4253 015039 fetch 1 ,mem_dpi_led_gpio 
-0x4254 015040 store 1 ,mem_mouse_struct_led_gpio 
-0x4255 015041 setarg led_dpi_blink 
-0x4256 015042 store 2 ,mem_mouse_on_time 
-0x4257 015043 store 2 ,mem_mouse_off_time 
-0x4258 015044 arg 0 ,rega 
-0x4259 015045 fetcht 1 ,mem_mouse_dpi 
-0x425a 015046 increase 1 ,temp 
-0x425b 015047 storet 1 ,mem_mouse_blink_count 
-0x425c 015048 jam ui_led_state_blink_start ,mem_mouse_led_type 
-0x425d 015049 rtn 
-:      015051 mouse_le_enable_att_list:
-0x425e 015052 fetch 1 ,mem_le_connect_status_flag 
-0x425f 015053 rtnbit1 ll_pairing_success_flag 
-0x4260 015054 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x4261 015055 call ui_ipc_send_cmd 
-0x4262 015056 arg write_req_enable_flag ,queue 
-0x4263 015057 branch mouse_le_enable_connect_flag 
-:      015060 mouse_check_discovery_timeout:
-0x4264 015061 call mouse_stop_discovery 
-0x4265 015062 branch app_enter_hibernate 
-:      015064 mouse_check_direct_timeout:
-0x4266 015065 call app_ble_stop_direct_adv 
-0x4267 015066 fetch 1 ,mem_reconn_times 
-0x4268 015067 nbranch mouse_polling_device ,blank 
-0x4269 015068 branch app_enter_hibernate 
-:      015070 mouse_check_no_data_timeout:
-0x426a 015071 bmark1 mark_24g ,check_51cmd_hibernate 
-0x426b 015072 branch mouse_disconnect 
-:      015076 mouse_bb_event_discovery_btn:
-0x426c 015077 bpatch patch1d_2 ,mem_patch1d 
-0x426d 015078 jam 0 ,mem_mouse_send_blank_timer 
-0x426e 015079 call mouse_disconnect 
-0x426f 015080 call mouse_le_clean_connect_flag 
-0x4270 015081 branch mouse_start_discovery 
-:      015085 mouse3_0_check_reconn_target:
-0x4271 015086 fetch 6 ,mem_hci_plap 
-0x4272 015087 branch app_bt_start_discovery_short ,blank 
-0x4273 015088 call mouse_reconn_setting_led_gpio 
-0x4274 015089 jam 0x17 ,mem_connection_options 
-0x4275 015090 fetch 1 ,mem_ssp_enable 
-0x4276 015091 nbranch app_bt_start_reconnect ,blank 
-0x4277 015092 jam 0x04 ,mem_connection_options 
-0x4278 015093 branch app_bt_start_reconnect 
-:      015095 mouse4_0_check_reconn_target:
-0x4279 015096 fetch 2 ,mem_mouse_direct_timeout 
-0x427a 015097 store 2 ,mem_mouse_direct_timer 
-0x427b 015098 call mouse_reconn_setting_led_gpio 
-0x427c 015099 call app_lpm_mult_disable 
-0x427d 015100 branch check_51cmd_adv 
-:      015102 mouse_reconn_setting_led_gpio:
-0x427e 015103 setarg led_reconnect_blink 
-0x427f 015104 store 2 ,mem_mouse_on_time 
-0x4280 015105 store 2 ,mem_mouse_off_time 
-0x4281 015106 branch mouse_setting_led_gpio_comman 
-:      015108 mouse_discover_setting_led_gpio:
-0x4282 015109 setarg led_discovery_blink 
-0x4283 015110 store 2 ,mem_mouse_on_time 
-0x4284 015111 store 2 ,mem_mouse_off_time 
-:      015112 mouse_setting_led_gpio_comman:
-0x4285 015113 fetch 1 ,mem_device_flag 
-0x4286 015114 beq mode_bt_device1 ,mouse_device_led1 
-0x4287 015115 beq mode_bt_device2 ,mouse_device_led2 
-0x4288 015116 beq mode_bt_device3 ,mouse_device_led3 
-0x4289 015117 rtn 
-:      015118 mouse_device_led1:
-0x428a 015119 fetch 1 ,mem_config_device1_led_gpio 
-0x428b 015120 branch mouse_led_blink 
-:      015121 mouse_device_led2:
-0x428c 015122 fetch 1 ,mem_config_device2_led_gpio 
-0x428d 015123 branch mouse_led_blink 
-:      015124 mouse_device_led3:
-0x428e 015125 fetch 1 ,mem_config_device3_led_gpio 
-:      015126 mouse_led_blink:
-0x428f 015127 store 1 ,mem_temp 
-0x4290 015128 call mouse_devce_led_off 
-0x4291 015129 fetch 1 ,mem_temp 
-0x4292 015130 store 1 ,mem_mouse_struct_led_gpio 
-0x4293 015131 arg 0 ,rega 
-0x4294 015132 jam ui_led_state_blink_start ,mem_mouse_led_type 
-0x4295 015133 branch ui_led_blink_start_global 
-:      015135 mouse_led_off:
-0x4296 015136 arg 0 ,rega 
-0x4297 015137 branch ui_led_off_global 
-:      015138 mouse_led_on:
-0x4298 015139 arg 0 ,rega 
-0x4299 015140 branch ui_led_on_global 
-:      015142 mouse4_0_bb_event_discovery_btn:
-0x429a 015143 branch mouse_le_clean_connect_flag 
-:      015145 mouse_bt_hid_handshake:
-0x429b 015146 jam app_handshake_done ,mem_app_handshake_flag 
-0x429c 015147 call app_lpm_mult_enable 
-0x429d 015148 call app_bt_store_reconn_info 
-0x429e 015149 setarg 0 
-0x429f 015150 store 2 ,mem_discovery_timeout_timer_count 
-0x42a0 015151 store 1 ,mem_hid_handshake_timer_count 
-0x42a1 015152 branch app_bt_enter_sniff 
-:      015154 mouse_check_reconn_target:
-0x42a2 015155 call mouse_cheak_select_device_by_switch 
-0x42a3 015156 fetch 1 ,mem_device_flag 
-0x42a4 015157 fetcht 1 ,mem_24g_device_number 
-0x42a5 015158 isub temp ,null 
-0x42a6 015159 branch mouse_connect_24g_mode ,zero 
-0x42a7 015160 fetch 1 ,mem_xrecord_mode 
-0x42a8 015161 beq rec_3_mode ,mouse3_0_check_reconn_target 
-0x42a9 015162 beq rec_4_mode ,mouse4_0_check_reconn_target 
-0x42aa 015163 branch mouse_start_discovery 
-:      015164 mouse_connect_24g_mode:
-0x42ab 015165 call mouse_start_24g_mode 
-0x42ac 015166 rtnmark1 mark_24g 
-0x42ad 015167 fetch 1 ,mem_reconn_times 
-0x42ae 015168 nbranch mouse_polling_device ,blank 
-0x42af 015169 rtn 
-:      015171 mouse_start_discovery:
-0x42b0 015172 bpatch patch1d_3 ,mem_patch1d 
-0x42b1 015173 fetch 2 ,mem_ui_state_map 
-0x42b2 015174 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
-0x42b3 015175 fetch mouse_flag_len ,mem_mouse_flag 
-0x42b4 015176 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
-0x42b5 015177 random pdata 
-0x42b6 015178 store 1 ,mem_le_lap + 1 
-:      015179 mouse_start_discovery_norandom:
-0x42b7 015180 call app_lpm_mult_disable 
-0x42b8 015181 fetch 2 ,mem_discovery_timeout 
-0x42b9 015182 store 2 ,mem_mouse_discovery_timer 
-0x42ba 015183 jam 6 ,mem_connection_options 
-0x42bb 015184 setarg 0 
-0x42bc 015185 store 2 ,mem_mouse_no_data_timer 
-0x42bd 015186 store 2 ,mem_mouse_direct_timer 
-0x42be 015187 arg mouse_store_eeprom_flag ,queue 
-0x42bf 015188 call mouse_enable_function_flag 
-0x42c0 015189 call mouse_bt_discovery_button_down_disable 
-0x42c1 015190 fetch 1 ,mem_device_option 
-0x42c2 015191 isolate1 mode_4_mouse ,pdata 
-0x42c3 015192 call check_51cmd_adv ,true 
-0x42c4 015193 fetch 1 ,mem_device_option 
-0x42c5 015194 isolate1 mode_3_mouse ,pdata 
-0x42c6 015195 call check_51cmd_start_discovery ,true 
-0x42c7 015196 fetch mouse_flag_len ,mem_mouse_flag 
-0x42c8 015197 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_start_blink 
-0x42c9 015198 branch mouse_discover_setting_led_gpio 
-:      015200 mouse_stop_discovery:
-0x42ca 015201 bpatch patch1d_4 ,mem_patch1d 
-0x42cb 015202 fetch 1 ,mem_device_option 
-0x42cc 015203 isolate1 mode_4_mouse ,pdata 
-0x42cd 015204 call mouse_stop_le_adv ,true 
-0x42ce 015205 fetch 1 ,mem_device_option 
-0x42cf 015206 isolate1 mode_3_mouse ,pdata 
-0x42d0 015207 call mouse_stop_bt3_discovery ,true 
-0x42d1 015208 fetch mouse_flag_len ,mem_mouse_flag 
-0x42d2 015209 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_led_blink_stop 
-0x42d3 015210 branch mouse_devce_led_off 
-:      015211 mouse_stop_le_adv:
-0x42d4 015212 setarg 0 
-0x42d5 015213 store 2 ,mem_mouse_direct_timer 
-0x42d6 015214 branch check_51cmd_stop_adv 
-:      015215 mouse_stop_bt3_discovery:
-0x42d7 015216 setarg 0 
-0x42d8 015217 store 2 ,mem_mouse_discovery_timer 
-0x42d9 015218 branch check_51cmd_stop_discovery 
-:      015224 mouse_store_remote_bdaddr:
-0x42da 015225 fetch mouse_flag_len ,mem_mouse_flag 
-0x42db 015226 rtnbit0 mouse_store_eeprom_flag 
-0x42dc 015227 arg mouse_store_eeprom_flag ,queue 
-0x42dd 015228 call mouse_disable_function_flag 
-0x42de 015229 call mouse_check_device_addr 
-:      015230 mouse_unplug_clean_bdaddr:
-0x42df 015231 call mouse_before_store_reconn_info 
-0x42e0 015232 fetch mouse_flag_len ,mem_mouse_flag 
-0x42e1 015233 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
-0x42e2 015234 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
-0x42e3 015235 rtn 
-:      015236 mouse_store_eeprom_device_info:
-0x42e4 015237 arg 88 ,temp 
-0x42e5 015238 arg mem_device_flag ,rega 
-0x42e6 015239 arg mouse_info_eeprom_offect ,regb 
-0x42e7 015240 branch iicd_write_protect_eep_data 
-:      015242 mouse_check_device_addr:
-0x42e8 015243 fetch 1 ,mem_record_bt_mode 
-0x42e9 015244 beq rec_4_mode ,mouse_check_le_device_addr 
-0x42ea 015245 beq rec_3_mode ,mouse_check_bt_device_addr 
-0x42eb 015246 rtn 
-:      015247 mouse_check_le_device_addr:
-0x42ec 015248 store 1 ,mem_device_addr_temp 
-0x42ed 015249 fetch 6 ,mem_le_plap 
-0x42ee 015250 branch mouse_check_bt_device_addr_common 
-:      015251 mouse_check_bt_device_addr:
-0x42ef 015252 store 1 ,mem_device_addr_temp 
-0x42f0 015253 fetch 6 ,mem_plap 
-:      015254 mouse_check_bt_device_addr_common:
-0x42f1 015255 store 6 ,mem_device_addr_temp + 1 
-0x42f2 015256 fetch 7 ,mem_device_addr_temp 
-0x42f3 015257 arg mem_device1_type ,contr 
-0x42f4 015258 arg 3 ,loopcnt 
-:      015259 mouse_check_device_addr_end:
-0x42f5 015260 ifetcht 7 ,contr 
-0x42f6 015261 isub temp ,null 
-0x42f7 015262 branch mouse_clean_addr ,zero 
-0x42f8 015263 increase 22 ,contr 
-0x42f9 015264 loop mouse_check_device_addr_end 
-0x42fa 015265 rtn 
-:      015266 mouse_before_store_reconn_info:
-0x42fb 015267 arg mem_device1_type ,rega 
-0x42fc 015268 fetch 1 ,mem_device_flag 
-0x42fd 015269 increase -1 ,pdata 
-0x42fe 015270 mul32 pdata ,29 ,pdata 
-0x42ff 015271 iadd rega ,rega 
-0x4300 015272 fetch 1 ,mem_record_bt_mode 
-0x4301 015273 istore 1 ,rega 
-0x4302 015274 beq rec_4_mode ,mouse_store_le_device 
-0x4303 015275 beq rec_3_mode ,mouse_store_bt_device 
-0x4304 015276 rtn 
-:      015278 mouse_store_le_device:
-0x4305 015279 fetch 6 ,mem_le_plap 
-0x4306 015280 istore 6 ,contw 
-0x4307 015281 arg mem_le_ltk ,contr 
-0x4308 015282 call memcpy16 
-0x4309 015283 fetch 6 ,mem_le_lap 
-0x430a 015284 istore 6 ,contw 
-0x430b 015285 rtn 
-:      015286 mouse_store_bt_device:
-0x430c 015287 fetch 6 ,mem_plap 
-0x430d 015288 istore 6 ,contw 
-0x430e 015289 arg mem_link_key ,contr 
-0x430f 015290 branch memcpy16 
-:      015292 mouse_clean_addr:
-0x4310 015293 increase -6 ,contr 
-0x4311 015294 copy contr ,contw 
-0x4312 015295 fetcht 6 ,mem_device_addr_temp + 1 
-0x4313 015296 increase 3 ,temp 
-0x4314 015297 istoret 6 ,contw 
-0x4315 015298 rtn 
-:      015302 mouse_eeprom_load_recon_info:
-0x4316 015303 arg 88 ,temp 
-0x4317 015304 arg mem_device_flag ,rega 
-0x4318 015305 arg mouse_info_eeprom_offect ,regb 
-0x4319 015306 call iicd_read_eep_data 
-:      015307 mouse_select_reconn_device:
-0x431a 015308 arg mem_device1_type ,rega 
-0x431b 015309 fetch 1 ,mem_device_flag 
-0x431c 015310 fetcht 1 ,mem_24g_device_number 
-0x431d 015311 isub temp ,null 
-0x431e 015312 rtn zero 
-0x431f 015313 increase -1 ,pdata 
-0x4320 015314 mul32 pdata ,29 ,pdata 
-0x4321 015315 iadd rega ,rega 
-0x4322 015316 ifetch 1 ,rega 
-0x4323 015317 store 1 ,mem_xrecord_mode 
-0x4324 015318 beq rec_3_mode ,mouse_load_bt_device 
-0x4325 015319 beq rec_4_mode ,mouse_load_le_device 
-0x4326 015320 rtn 
-:      015322 mouse_load_bt_device:
-0x4327 015323 ifetch 6 ,contr 
-:      015324 mouse_load_bt_device_end:
-0x4328 015325 store 6 ,mem_hci_plap 
-0x4329 015326 arg mem_link_key ,contw 
-0x432a 015327 call memcpy16 
-0x432b 015328 branch check_link_key_load 
-:      015330 mouse_load_le_device:
-0x432c 015331 ifetch 6 ,contr 
-:      015332 mouse_load_le_device_end:
-0x432d 015333 store 6 ,mem_hci_plap 
-0x432e 015334 arg mem_le_ltk ,contw 
-0x432f 015335 call memcpy16 
-0x4330 015336 ifetch 6 ,contr 
-0x4331 015337 store 6 ,mem_le_lap 
-0x4332 015338 rtn 
-:      015341 mouse_select_device:
-0x4333 015342 fetch 1 ,mem_config_function_enable 
-0x4334 015343 bbit1 enable_select_device_by_gpio_button ,mouse_select_device_by_button 
-0x4335 015344 bbit1 enable_select_device_by_switch ,mouse_select_device_by_switch 
-0x4336 015345 branch mouse_select_device_by_combination_key 
-:      015347 mouse_select_device_by_combination_key:
-0x4337 015348 call mouse_check_key_gpio 
-0x4338 015349 beq mouse_rm_button ,mouse_select_device_commbination_key_down 
-:      015350 mouse_select_device_commbination_key_up:
-0x4339 015351 jam 30 ,mem_combination_select_device_count 
-0x433a 015352 fetch 1 ,mem_select_device_button_statue 
-0x433b 015353 rtneq dpi_button_state_up 
-0x433c 015354 jam dpi_button_state_up ,mem_select_device_button_statue 
-0x433d 015355 rtn 
-:      015357 mouse_select_device_commbination_key_down:
-0x433e 015358 call mouse_combination_select_device_timer 
-0x433f 015359 fetch 1 ,mem_select_device_button_statue 
-0x4340 015360 rtneq dpi_button_state_down 
-0x4341 015361 jam dpi_button_state_down ,mem_select_device_button_statue 
-0x4342 015362 branch mouse_select_device_enable 
-:      015364 mouse_combination_select_device_timer:
-0x4343 015365 fetch 1 ,mem_combination_select_device_count 
-0x4344 015366 rtn blank 
-0x4345 015367 pincrease -1 
-0x4346 015368 store 1 ,mem_combination_select_device_count 
-0x4347 015369 nrtn blank 
-0x4348 015370 branch mouse_ready_reconnection_by_button 
-:      015372 mouse_select_device_by_button:
-0x4349 015373 fetch 1 ,mem_config_select_device_button_gpio 
-0x434a 015374 rtneq gpio_disable 
-0x434b 015375 fetcht 1 ,mem_config_select_device_button_gpio 
-0x434c 015376 call gpio_get_bit 
-0x434d 015377 branch mouse_select_device_button_down ,true 
-:      015378 mouse_select_device_button_up:
-0x434e 015379 fetch 1 ,mem_select_device_button_statue 
-0x434f 015380 rtneq dpi_button_state_up 
-0x4350 015381 jam dpi_button_state_up ,mem_select_device_button_statue 
-0x4351 015382 fetch mouse_flag_len ,mem_mouse_flag 
-0x4352 015383 rtnbit1 mouse_long_bt_button_flag 
-0x4353 015384 branch mouse_ready_reconnection_by_button 
-:      015386 mouse_select_device_button_down:
-0x4354 015387 fetch 1 ,mem_select_device_button_statue 
-0x4355 015388 rtneq dpi_button_state_down 
-0x4356 015389 jam dpi_button_state_down ,mem_select_device_button_statue 
-0x4357 015390 arg mouse_long_bt_button_flag ,queue 
-0x4358 015391 branch mouse_disable_function_flag 
-:      015395 mouse_select_device_by_switch:
-0x4359 015396 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
-0x435a 015397 rtnbit0 enable_select_device_by_switch 
-0x435b 015398 fetch 1 ,mem_device_flag 
-0x435c 015399 beq mode_bt_device1 ,mouse_select1_device 
-0x435d 015400 beq mode_24g_device ,mouse_select2_device 
-0x435e 015401 rtn 
-:      015402 mouse_cheak_select_device_by_switch:
-0x435f 015403 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
-0x4360 015404 rtnbit0 enable_select_device_by_switch 
-0x4361 015405 fetcht 1 ,mem_config_select_device_button_gpio 
-0x4362 015406 call gpio_get_bit 
-0x4363 015407 branch mouse_cheak_select_24gdevice ,true 
-:      015408 mouse_select_btdevice:
-0x4364 015409 jam mode_bt_device1 ,mem_device_flag 
-0x4365 015410 rtn 
-:      015411 mouse_cheak_select_24gdevice:
-0x4366 015412 fetch 1 ,mem_24g_device_number 
-0x4367 015413 store 1 ,mem_device_flag 
-0x4368 015414 rtn 
-:      015415 mouse_select1_device:
-0x4369 015416 fetcht 1 ,mem_config_select_device_button_gpio 
-0x436a 015417 nbranch mouse_ready_reconnection_by_button ,true 
-0x436b 015418 rtn 
-:      015419 mouse_select2_device:
-0x436c 015420 fetcht 1 ,mem_config_select_device_button_gpio 
-0x436d 015421 call gpio_get_bit 
-0x436e 015422 branch mouse_select_device_button_down ,true 
-0x436f 015423 rtn 
-:      015428 mouse_ready_reconnection_by_button:
-0x4370 015429 fetcht 1 ,mem_device_flag 
-0x4371 015430 increase 1 ,temp 
-0x4372 015431 fetch 1 ,mem_device_number 
-0x4373 015432 isub temp ,null 
-0x4374 015433 ncall mouse_select_device_count_clean ,positive 
-0x4375 015434 storet 1 ,mem_device_flag 
-0x4376 015435 jam 0 ,mem_link_key_exists 
-0x4377 015436 call mouse_store_device_number2eeprom 
-0x4378 015437 call mouse_select_device_enable 
-0x4379 015439 branch mouse_set_reconnection 
-:      015441 mouse_store_device_number2eeprom:
-0x437a 015442 arg 1 ,temp 
-0x437b 015443 arg mem_device_flag ,rega 
-0x437c 015444 arg 0 ,regb 
-0x437d 015445 branch iicd_write_eep_data 
-:      015447 mouse_set_reconnection:
-0x437e 015448 call mouse_stop_bluetooth_mode 
-0x437f 015449 call mouse_select_device_disable 
-0x4380 015450 branch mouse_soft_reset 
-:      015451 mouse_stop_bluetooth_mode:
-0x4381 015452 fetch 2 ,mem_ui_state_map 
-0x4382 015453 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
-0x4383 015454 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x4384 015455 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x4385 015456 branch mouse_stop_discovery 
-:      015458 mouse_disconnect:
-0x4386 015459 bpatch patch1d_5 ,mem_patch1d 
-0x4387 015460 setarg 0 
-0x4388 015461 store 2 ,mem_mouse_no_data_timer 
-0x4389 015462 fetch 2 ,mem_ui_state_map 
-0x438a 015463 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x438b 015464 fetch 2 ,mem_ui_state_map 
-0x438c 015465 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x438d 015466 rtn 
-:      015468 mouse_irtual_cable_unplug:
-0x438e 015469 setarg 0x01 
-0x438f 015470 store 6 ,mem_plap 
-0x4390 015471 jam rec_3_mode ,mem_record_bt_mode 
-0x4391 015472 branch mouse_unplug_clean_bdaddr 
-:      015475 mouse_cancel_reconnect:
-0x4392 015476 call mouse_bt_cannel_reconn_enable 
-0x4393 015477 branch check_51cmd_bb_reconn_cancel 
-:      015479 mouse_bt_discovery_by_button:
-0x4394 015480 fetch 1 ,mem_config_bt_button_gpio 
-0x4395 015481 rtneq gpio_disable 
-0x4396 015482 fetcht 1 ,mem_config_bt_button_gpio 
-0x4397 015483 call gpio_get_bit 
-0x4398 015484 branch mouse_bt_discovery_button_down ,true 
-:      015485 mouse_bt_discovery_button_up:
-0x4399 015486 fetch 1 ,mem_ui_button_timeout 
-0x439a 015487 store 1 ,mem_combination_ui_button_count 
-0x439b 015488 fetch 1 ,mem_bt_discovey_button_statue 
-0x439c 015489 rtneq dpi_button_state_up 
-0x439d 015490 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
-0x439e 015491 branch mouse_bt_discovery_button_down_disable 
-:      015492 mouse_bt_discovery_button_down:
-0x439f 015493 call mouse_bt_discovry_timer 
-0x43a0 015494 fetch 1 ,mem_bt_discovey_button_statue 
-0x43a1 015495 rtneq dpi_button_state_down 
-0x43a2 015496 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
-0x43a3 015497 call check_51cmd_bb_reconn_cancel 
-0x43a4 015498 branch mouse_bt_discovery_button_down_enable 
-:      015501 mouse_bt_discovery_cheak:
-0x43a5 015502 fetch 1 ,mem_config_function_enable 
-0x43a6 015503 bbit1 enable_bt_button ,mouse_bt_discovery_by_button 
-:      015504 mouse_bt_discovery_commbination_key:
-0x43a7 015505 call mouse_check_key_gpio 
-0x43a8 015506 beq mouse_lmr_button ,mouse_bt_discovery_commbination_key_down 
-:      015507 mouse_bt_discovery_commbination_key_up:
-0x43a9 015508 fetch 1 ,mem_ui_button_timeout 
-0x43aa 015509 store 1 ,mem_combination_ui_button_count 
-0x43ab 015510 fetch 1 ,mem_bt_discovey_button_statue 
-0x43ac 015511 rtneq dpi_button_state_up 
-0x43ad 015512 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
-0x43ae 015513 branch mouse_bt_discovery_button_down_disable 
-:      015516 mouse_bt_discovery_commbination_key_down:
-0x43af 015517 call mouse_bt_discovry_timer 
-0x43b0 015518 fetch 1 ,mem_bt_discovey_button_statue 
-0x43b1 015519 rtneq dpi_button_state_down 
-0x43b2 015520 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
-0x43b3 015521 call check_51cmd_bb_reconn_cancel 
-0x43b4 015522 branch mouse_bt_discovery_button_down_enable 
-:      015524 mouse_bt_discovry_timer:
-0x43b5 015525 arg mem_combination_ui_button_count ,regc 
-0x43b6 015526 arg mouse_long_button_bt_discovry ,regb 
-0x43b7 015527 branch timer_single_step 
-:      015529 mouse_long_button_bt_discovry:
-0x43b8 015530 arg mouse_long_bt_button_flag ,queue 
-0x43b9 015531 call mouse_enable_function_flag 
-0x43ba 015532 call app_evt_button_long_pressed 
-0x43bb 015533 branch mouse_bb_event_discovery_btn 
-:      015536 mouse_cpi_enable:
-0x43bc 015537 arg mouse_cpi_flag ,queue 
-0x43bd 015538 branch mouse_enable_function_flag 
-:      015539 mouse_cpi_disable:
-0x43be 015540 arg mouse_cpi_flag ,queue 
-0x43bf 015541 branch mouse_disable_function_flag 
-:      015542 mouse_select_device_enable:
-0x43c0 015543 arg mouse_select_device_flag ,queue 
-0x43c1 015544 branch mouse_enable_function_flag 
-:      015545 mouse_select_device_disable:
-0x43c2 015546 arg mouse_select_device_flag ,queue 
-0x43c3 015547 branch mouse_disable_function_flag 
-:      015548 mouse_bt_cannel_reconn_enable:
-0x43c4 015549 arg mouse_bt_cannel_reconn_flag ,queue 
-0x43c5 015550 branch mouse_enable_function_flag 
-:      015551 mouse_bt_cannel_reconn_disable:
-0x43c6 015552 arg mouse_bt_cannel_reconn_flag ,queue 
-0x43c7 015553 branch mouse_disable_function_flag 
-:      015554 mouse_bt_discovery_button_down_enable:
-0x43c8 015555 arg mouse_bt_discovery_button_down_flag ,queue 
-0x43c9 015556 branch mouse_enable_function_flag 
-:      015557 mouse_bt_discovery_button_down_disable:
-0x43ca 015558 arg mouse_bt_discovery_button_down_flag ,queue 
-0x43cb 015559 branch mouse_disable_function_flag 
-:      015563 mouse_select_device_count_clean:
-0x43cc 015564 arg 1 ,temp 
-0x43cd 015565 rtn 
-:      015567 mouse_enable_function_flag:
-0x43ce 015568 fetch mouse_flag_len ,mem_mouse_flag 
-0x43cf 015569 qset1 pdata 
-0x43d0 015570 store mouse_flag_len ,mem_mouse_flag 
-0x43d1 015571 rtn 
-:      015573 mouse_disable_function_flag:
-0x43d2 015574 fetch mouse_flag_len ,mem_mouse_flag 
-0x43d3 015575 qset0 pdata 
-0x43d4 015576 store mouse_flag_len ,mem_mouse_flag 
-0x43d5 015577 rtn 
-:      015579 mouse_adc_read:
-0x43d6 015580 fetch mouse_flag_len ,mem_mouse_flag 
-0x43d7 015581 rtnbit0 mouse_enable_adc 
-0x43d8 015582 fetch 1 ,mem_adc_read_timer 
-0x43d9 015583 increase 1 ,pdata 
-0x43da 015584 store 1 ,mem_adc_read_timer 
-0x43db 015585 sub pdata ,10 ,null 
-0x43dc 015586 rtn positive 
-0x43dd 015587 jam 0 ,mem_adc_read_timer 
-0x43de 015588 call adc_set_mode 
-0x43df 015589 call vdd_calculate_by_mode 
-0x43e0 015590 store 2 ,mem_mouse_vdd_now_vol 
-0x43e1 015591 arg mem_mouse_vdd_calculate_set ,rega 
-0x43e2 015592 call adc_bat_percent_lowpower_out 
-0x43e3 015593 fetch 1 ,mem_adc_power_flag 
-0x43e4 015594 bbit1 1 ,mouse_power_down 
-0x43e5 015595 bbit0 0 ,mouse_adc_no_low_voltage 
-0x43e6 015596 branch mouse_adc_low_voltage 
-:      015597 mouse_adc_low_voltage:
-0x43e7 015598 arg mouse_low_voltage_flag ,queue 
-0x43e8 015599 branch mouse_enable_function_flag 
-:      015600 mouse_adc_no_low_voltage:
-0x43e9 015601 arg mouse_low_voltage_flag ,queue 
-0x43ea 015602 branch mouse_disable_function_flag 
-:      015604 mouse_low_voltage_led_timer:
-0x43eb 015605 fetch mouse_flag_len ,mem_mouse_flag 
-0x43ec 015606 rtnbit0 mouse_low_voltage_flag 
-0x43ed 015607 fetch 1 ,mem_config_low_voltage_alarm_gpio 
-0x43ee 015608 store 1 ,mem_mouse_struct_led_gpio 
-0x43ef 015609 fetch 1 ,mem_adc_low_volatage_led_timer_count 
-0x43f0 015610 pincrease 1 
-0x43f1 015611 store 1 ,mem_adc_low_volatage_led_timer_count 
-0x43f2 015612 sub pdata ,20 ,null 
-0x43f3 015613 ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
-0x43f4 015614 beq 2 ,mouse_low_voltage_led_on 
-0x43f5 015615 beq 4 ,mouse_low_voltage_led_off 
-0x43f6 015616 beq 6 ,mouse_low_voltage_led_on 
-0x43f7 015617 beq 8 ,mouse_low_voltage_led_off 
-0x43f8 015618 rtn 
-:      015619 mouse_adc_low_volatage_led_timer_count_clean:
-0x43f9 015620 jam 1 ,mem_adc_low_volatage_led_timer_count 
-0x43fa 015621 branch mouse_low_voltage_led_off 
-:      015622 mouse_low_voltage_led_on:
-0x43fb 015623 arg 0 ,rega 
-0x43fc 015624 jam ui_led_state_lighting ,mem_mouse_led_type 
-0x43fd 015625 branch ui_led_on_global 
-:      015626 mouse_low_voltage_led_off:
-0x43fe 015627 arg 0 ,rega 
-0x43ff 015628 jam ui_led_state_lighting ,mem_mouse_led_type 
-0x4400 015629 branch ui_led_off_global 
-:      015631 mouse_g24_package_data:
-0x4401 015632 call mouse_motion 
-0x4402 015633 nrtn user 
-0x4403 015634 arg 7 ,rega 
-0x4404 015635 arg mem_mouse_key ,regb 
-0x4405 015636 rtn 
-:      015638 mouse_g24_enter_lpm:
-0x4406 015639 fetch 1 ,mem_mouse_24g_enter_lpm_enable 
-0x4407 015640 rtn blank 
-0x4408 015642 fetcht 1 ,mem_dpi_button_gpio 
-0x4409 015643 call gpio_get_bit 
-0x440a 015644 call mouse_24g_dpi_delay_init ,true 
-0x440b 015645 fetch 1 ,mem_24g_enter_lpm_timer 
-0x440c 015646 nrtn blank 
-0x440d 015647 call mouse_check_key_gpio 
-0x440e 015648 nrtn blank 
-0x440f 015649 branch g24_lpm_long_sleep 
-:      015651 mouse_24g_dpi_delay_init:
-0x4410 015652 fetch 1 ,mem_dpi_button_gpio 
-0x4411 015653 rtneq ui_button_gpio_disable 
-0x4412 015654 jam 10 ,mem_24g_enter_lpm_timer 
-0x4413 015655 rtn 
-:      015658 mouse_load_flash_info_cheak:
-0x4414 015659 call mouse_load_flash_flag 
-0x4415 015660 fetch 2 ,mem_store_flag 
-0x4416 015661 arg eeprom_init_flag ,temp 
-0x4417 015662 isub temp ,null 
-0x4418 015663 branch mouse_load_flash_device_info ,zero 
-0x4419 015664 storet 2 ,mem_store_flag 
-0x441a 015665 call mouse_ble_init_address 
-0x441b 015666 branch mouse_store_flash_device_info 
-:      015667 mouse_ble_init_address:
-0x441c 015668 fetch 6 ,mem_le_lap 
-0x441d 015669 store 6 ,mem_device1_locall_addr 
-0x441e 015670 add pdata ,0x0100 ,pdata 
-0x441f 015671 store 6 ,mem_device2_locall_addr 
-0x4420 015672 add pdata ,0x0100 ,pdata 
-0x4421 015673 store 6 ,mem_device3_locall_addr 
-0x4422 015674 rtn 
-:      015677 mouse_load_flash_flag:
-0x4423 015678 setarg mem_store_flag 
-0x4424 015679 arg mem_mouse_information_start ,temp 
-0x4425 015680 isub temp ,temp 
-0x4426 015681 fetch 3 ,mem_flash_base 
-0x4427 015682 iadd temp ,pdata 
-0x4428 015683 arg 2 ,temp 
-0x4429 015684 arg mem_store_flag ,rega 
-0x442a 015685 branch spid_read_flash 
-:      015688 mouse_load_flash_device_info:
-0x442b 015689 setarg mem_mouse_information_end 
-0x442c 015690 arg mem_mouse_information_start ,temp 
-0x442d 015691 isub temp ,temp 
-0x442e 015692 fetch 3 ,mem_flash_base 
-0x442f 015693 arg mem_mouse_information_start ,rega 
-0x4430 015694 call spid_read_flash 
-0x4431 015695 call mouse_select_reconn_device 
-0x4432 015696 fetch 4 ,mem_mouse_24g_addr 
-0x4433 015697 call g24_head_ptr2regc 
-0x4434 015698 branch g24_store_mem_addr 
-:      015700 mouse_store_flash_device_info:
-0x4435 015701 setarg mem_mouse_information_end 
-0x4436 015702 arg mem_mouse_information_start ,temp 
-0x4437 015703 isub temp ,temp 
-0x4438 015704 arg mem_mouse_information_start ,rega 
-0x4439 015705 fetch 3 ,mem_flash_base 
-0x443a 015706 branch flash_write 
-:      015708 mouse_store_eerpom_dpi:
-0x443b 015709 arg 1 ,temp 
-0x443c 015710 arg mem_mouse_dpi ,rega 
-0x443d 015711 arg mouse_dpi_eeprom_offect ,regb 
-0x443e 015712 branch iicd_write_protect_eep_data 
-:      015714 mouse_load_eeprom_dpi:
-0x443f 015715 arg 1 ,temp 
-0x4440 015716 arg mem_mouse_dpi ,rega 
-0x4441 015717 arg mouse_dpi_eeprom_offect ,regb 
-0x4442 015718 branch iicd_read_eep_data 
-:      015720 mouse_statue_cheak_timer:
-0x4443 015721 rtnmark1 mark_24g 
-0x4444 015722 fetch mouse_flag_len ,mem_mouse_flag 
-0x4445 015723 rtnbit0 mouse_enable_statue_up 
-0x4446 015724 fetch 1 ,mem_mouse_1step_up_count 
-0x4447 015725 pincrease 1 
-0x4448 015726 and pdata ,0x07 ,pdata 
-0x4449 015727 store 1 ,mem_mouse_1step_up_count 
-0x444a 015728 rtnne 0x07 
-0x444b 015729 fetch 2 ,mem_ui_state_map 
-0x444c 015730 bbit1 ui_state_bt_connected ,mouse_check_statue_up 
-0x444d 015731 bbit1 ui_state_ble_connected ,mouse_check_statue_up 
-0x444e 015732 rtn 
-:      015737 mouse_check_statue_up:
-0x444f 015738 bpatch patch1d_6 ,mem_patch1d 
-0x4450 015739 fetch 1 ,mem_mouse_2step_up_count 
-0x4451 015740 nrtn blank 
-0x4452 015741 fetch mouse_flag_len ,mem_mouse_flag 
-0x4453 015742 rtnbit0 mouse_statue_up_flag 
-0x4454 015743 fetch 1 ,mem_sensor_squal_reg 
-0x4455 015744 call sensor_read 
-0x4456 015745 store 1 ,mem_sensor_iqc 
-0x4457 015746 sub pdata ,0x10 ,null 
-0x4458 015747 branch mouse_statue_up_timer_init ,positive 
-0x4459 015748 jam 0 ,mem_mouse_2step_up_count 
-0x445a 015749 rtn 
-:      015751 mouse_statue_up_timer_init:
-0x445b 015752 jam 30 ,mem_mouse_2step_up_count 
-0x445c 015753 rtn 
-:      015754 mouse_statue_up_timer:
-0x445d 015755 arg mem_mouse_2step_up_count ,regc 
-0x445e 015756 arg mouse_statue_up ,regb 
-0x445f 015757 branch timer_single_step 
-:      015759 mouse_statue_up:
-0x4460 015760 fetch 1 ,mem_sensor_squal_reg 
-0x4461 015761 call twspi_read 
-0x4462 015762 sub pdata ,0x10 ,null 
-0x4463 015763 nrtn positive 
-0x4464 015764 fetch mouse_flag_len ,mem_mouse_flag 
-0x4465 015765 rtnbit0 mouse_statue_up_flag 
-0x4466 015766 arg mouse_statue_up_flag ,queue 
-0x4467 015767 call mouse_disable_function_flag 
-0x4468 015768 jam 0 ,mem_lpm_mult 
-0x4469 015769 jam 30 ,mem_mouse_statue_led_timer 
-0x446a 015770 call mouse_devce_led_off 
-0x446b 015771 fetch mouse_flag_len ,mem_mouse_flag 
-0x446c 015772 bbit1 mouse_enable_statue_up_three_led ,mouse_three_device_statue_up 
-:      015773 mouse_two_device_statue_up:
-0x446d 015774 fetch 1 ,mem_device_flag 
-0x446e 015775 beq mode_bt_device1 ,mouse_device1_led_on 
-0x446f 015776 beq mode_bt_device2 ,mouse_device_blink_led_init 
-0x4470 015777 rtn 
-:      015778 mouse_three_device_statue_up:
-0x4471 015779 fetch 1 ,mem_device_flag 
-0x4472 015780 beq mode_bt_device1 ,mouse_device1_led_on 
-0x4473 015781 beq mode_bt_device2 ,mouse_device2_led_on 
-0x4474 015782 beq mode_bt_device3 ,mouse_device3_led_on 
-0x4475 015783 rtn 
-:      015785 mouse_device_blink_led_init:
-0x4476 015786 fetch 1 ,mem_config_device1_led_gpio 
-0x4477 015787 branch mouse_led_blink 
-:      015791 mouse_statue_led_off:
-0x4478 015792 jam 0x20 ,mem_lpm_mult 
-0x4479 015793 branch mouse_devce_led_off 
-:      015797 mouse_devce1_led_off:
-0x447a 015798 fetch 1 ,mem_config_device1_led_gpio 
-0x447b 015799 rtneq gpio_disable 
-0x447c 015800 store 1 ,mem_mouse_struct_led_gpio 
-0x447d 015801 branch mouse_led_off 
-:      015803 mouse_devce2_led_off:
-0x447e 015804 fetch 1 ,mem_config_device2_led_gpio 
-0x447f 015805 rtneq gpio_disable 
-0x4480 015806 store 1 ,mem_mouse_struct_led_gpio 
-0x4481 015807 branch mouse_led_off 
-:      015809 mouse_devce_led_off:
-0x4482 015810 call mouse_led_off 
-0x4483 015811 call mouse_devce1_led_off 
-0x4484 015812 call mouse_devce2_led_off 
-:      015813 mouse_devce3_led_off:
-0x4485 015814 fetch 1 ,mem_config_device3_led_gpio 
-0x4486 015815 rtneq gpio_disable 
-0x4487 015816 store 1 ,mem_mouse_struct_led_gpio 
-0x4488 015817 branch mouse_led_off 
-:      015819 mouse_device1_led_on:
-0x4489 015820 fetch 1 ,mem_config_device1_led_gpio 
-0x448a 015821 store 1 ,mem_mouse_struct_led_gpio 
-0x448b 015822 branch mouse_led_on 
-:      015823 mouse_device2_led_on:
-0x448c 015824 fetch 1 ,mem_config_device2_led_gpio 
-0x448d 015825 store 1 ,mem_mouse_struct_led_gpio 
-0x448e 015826 branch mouse_led_on 
-:      015827 mouse_device3_led_on:
-0x448f 015828 fetch 1 ,mem_config_device3_led_gpio 
-0x4490 015829 store 1 ,mem_mouse_struct_led_gpio 
-0x4491 015830 branch mouse_led_on 
-:      015834 mouse_polling_device:
-0x4492 015835 bpatch patch1d_7 ,mem_patch1d 
-0x4493 015836 fetch 1 ,mem_reconn_times 
-0x4494 015837 increase -1 ,pdata 
-0x4495 015838 store 1 ,mem_reconn_times 
-0x4496 015839 fetcht 1 ,mem_device_flag 
-0x4497 015840 increase 1 ,temp 
-0x4498 015841 fetch 1 ,mem_device_number 
-0x4499 015842 isub temp ,null 
-0x449a 015843 ncall mouse_select_device_count_clean ,positive 
-0x449b 015844 storet 1 ,mem_device_flag 
-0x449c 015845 jam 0 ,mem_link_key_exists 
-0x449d 015846 call mouse_store_device_number2eeprom 
-0x449e 015847 call mouse_before_store_reconn_info 
-0x449f 015848 branch mouse_check_reconn_target 
-:      015850 mouse_power_down:
-0x44a0 015851 call mouse_devce_led_off 
-0x44a1 015852 setarg 0 
-0x44a2 015853 store 8 ,mem_gpio_wakeup_low 
-0x44a3 015854 branch lpm_hibernate 
-:      015865 remote_car_init:
-0x44a4 015866 rtn wake 
-0x44a5 015867 hfetch 1 ,core_gpio_sel1 
-0x44a6 015868 and_into 0xf0 ,pdata 
-0x44a7 015869 hstore 1 ,core_gpio_sel1 
-0x44a8 015870 call keyscan_key_init 
-0x44a9 015871 setarg remote_car_le_before_hibernate 
-0x44aa 015872 store 2 ,mem_cb_before_hibernate 
-0x44ab 015874 setarg remote_car_process_lpm_before 
-0x44ac 015875 store 2 ,mem_cb_before_lpm 
-0x44ad 015877 setarg remote_car_scale_process_idle 
-0x44ae 015878 store 2 ,mem_cb_idle_process 
-0x44af 015880 setarg remote_car_scale_process_bb_event 
-0x44b0 015881 store 2 ,mem_cb_bb_event_process 
-0x44b1 015883 setarg app_get_lpm_wake_lock 
-0x44b2 015884 store 2 ,mem_cb_check_wakelock 
-0x44b3 015886 call g24_head_ptr2regc 
-0x44b4 015887 setarg remote_car_g24_package_data 
-0x44b5 015888 add regc ,offset_24g_cb_data ,contw 
-0x44b6 015889 istore 2 ,contw 
-0x44b7 015891 setarg remote_car_g24_enter_lpm 
-0x44b8 015892 add regc ,offset_24g_cb_lpm_prepare ,contw 
-0x44b9 015893 istore 2 ,contw 
-0x44ba 015895 setarg remote_car_process_lpm_before 
-0x44bb 015896 add regc ,offset_24g_cb_lpm_before ,contw 
-0x44bc 015897 istore 2 ,contw 
-0x44bd 015899 setarg remote_car_event_timer 
-0x44be 015900 store 2 ,mem_cb_event_timer 
-0x44bf 015902 setarg remote_car_power_off_signal 
-0x44c0 015903 store 2 ,mem_remote_car_power_off_cb 
-0x44c1 015905 setarg remote_car_soft_switch_power_on_signal 
-0x44c2 015906 store 2 ,mem_remote_car_power_standby_cb 
-0x44c3 015908 setarg remote_car_send_key_data 
-0x44c4 015909 store 2 ,mem_cb_remote_car_keyscan 
-0x44c5 015911 bpatch patch1e_0 ,mem_patch1e 
-0x44c6 015912 call remote_car_init_environment 
-0x44c7 015913 call queue_init 
-0x44c8 015914 jam 2 ,mem_lpm_mult 
-0x44c9 015915 fetch 1 ,mem_remote_car_config_soft_switch_enable 
-0x44ca 015916 store 1 ,mem_remote_car_hard_soft_switch 
-0x44cb 015917 beq hard_switch ,remote_car_hard_switch_power_on_signal 
-0x44cc 015918 fetch 1 ,mem_remote_car_config_soft_switch_gpio 
-0x44cd 015919 store 1 ,mem_ui_button_gpio 
-:      015920 remote_car_soft_switch_power_on_init:
-0x44ce 015921 call remote_car_ui_led_init 
-0x44cf 015922 call ui_button_init 
-0x44d0 015923 call ui_button_polling 
-0x44d1 015924 jam power_starting ,mem_remote_car_power_state 
-0x44d2 015925 fetch 2 ,mem_ui_state_map 
-0x44d3 015926 rtnbit1 ui_state_btn_down 
-0x44d4 015927 branch app_enter_hibernate 
-:      015931 remote_car_hard_switch_power_on_signal:
-0x44d5 015932 jam power_standby ,mem_remote_car_power_state 
-:      015933 remote_car_soft_switch_power_on_signal:
-0x44d6 015934 call remote_car_ui_led_init 
-0x44d7 015936 arg 0 ,rega 
-0x44d8 015937 call ui_led_blink_start_global 
-:      015938 remote_car_connect_24g_mode:
-0x44d9 015939 branch g24_auto_pair_start 
-:      015941 remote_car_power_off_signal:
-0x44da 015942 branch remote_car_ui_led_init 
-:      015944 remote_car_ui_led_init:
-0x44db 015945 bpatch patch1e_1 ,mem_patch1e 
-0x44dc 015946 fetch 1 ,mem_remote_car_config_connect_led_gpio 
-0x44dd 015947 bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
-:      015948 remote_car_ui_led_init_1:
-0x44de 015949 fetcht 1 ,mem_remote_car_led_map 
-0x44df 015950 branch gpio_config_output 
-:      015951 remote_car_pairing_led_gpio_set:
-0x44e0 015952 store 1 ,mem_remote_car_led_map 
-0x44e1 015953 branch remote_car_ui_led_init_1 
-:      015956 remote_car_init_environment:
-0x44e2 015957 call g24_set_device_addr 
-0x44e3 015958 fetch 2 ,mem_remote_car_no_data_timeout 
-0x44e4 015959 store 2 ,mem_remote_car_no_data_timer 
-0x44e5 015960 branch remote_car_get_adc_default_data 
-:      015962 remote_car_le_before_hibernate:
-:      015967 remote_car_in_enter_hibernate:
-0x44e6 015968 call gpio_set_before_lpm_common 
-0x44e7 015969 call remote_car_process_lpm_before 
-0x44e8 015970 branch app_enter_hibernate 
-:      015972 remote_car_process_lpm_before:
-0x44e9 015973 branch keyscan_process_lpm_before 
-:      015975 remote_car_g24_enter_lpm:
-0x44ea 015976 fetch 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x44eb 015977 rtn blank 
-0x44ec 015979 branch g24_lpm_long_sleep 
-:      015981 remote_car_process_auto_pair_exit:
-0x44ed 015982 rtn 
-:      015984 remote_car_key_scan_process:
-0x44ee 015985 branch keyscan_key_process 
-:      015987 remote_car_scale_process_idle:
-0x44ef 015988 call remote_car_rocker_process 
-0x44f0 015989 call remote_car_24g_status_process 
-0x44f1 015990 branch remote_car_key_scan_process 
-:      015992 remote_car_scale_process_bb_event:
-0x44f2 015993 copy regc ,pdata 
-0x44f3 015994 beq bt_evt_button_up ,app_event_button_up 
-0x44f4 015995 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x44f5 015996 beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
-0x44f6 015997 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
-0x44f7 015998 beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
-0x44f8 015999 rtn 
-:      016001 remote_car_24g_attempt_fail:
-0x44f9 016002 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x44fa 016003 rtn 
-:      016005 remote_car_24g_pairing_complete:
-0x44fb 016006 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x44fc 016007 jam work_paired ,mem_remote_car_24g_auto_work_step 
-0x44fd 016008 jam work_paired ,mem_remote_car_24g_pair_success_flag 
-0x44fe 016009 rtn 
-:      016011 remote_car_24g_attempt_success:
-0x44ff 016012 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x4500 016013 jam work_paired ,mem_remote_car_24g_auto_work_step 
-0x4501 016014 jam work_paired ,mem_remote_car_24g_pair_success_flag 
-0x4502 016015 rtn 
-:      016017 remote_car_24g_status_process:
-0x4503 016018 fetch 1 ,mem_remote_car_24g_auto_work_step 
-0x4504 016019 rtneq power_on 
-0x4505 016020 fetch 1 ,mem_remote_car_24g_status 
-0x4506 016021 rtneq work_paired 
-0x4507 016022 jam work_paired ,mem_remote_car_24g_status 
-:      016023 remote_car_scale_process_paired:
-0x4508 016024 arg 0 ,rega 
-0x4509 016025 branch ui_led_off_global 
-:      016026 remote_car_scale_process_shutdown:
-0x450a 016027 arg 0 ,rega 
-0x450b 016028 call ui_led_off_global 
-0x450c 016029 call remote_car_ui_led_init 
-0x450d 016030 branch app_enter_hibernate 
-:      016032 remote_car_event_timer:
-0x450e 016033 call app_power_timer 
-0x450f 016034 branch remote_car_no_data_timer 
-:      016036 remote_car_no_data_timer:
-0x4510 016037 fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
-0x4511 016038 rtn blank 
-0x4512 016039 arg mem_remote_car_no_data_timer ,regc 
-0x4513 016040 arg remote_car_scale_process_shutdown ,regb 
-0x4514 016041 branch timer_single_step_2b 
-:      016044 remote_car_get_adc_default_data:
-0x4515 016045 call remote_car_rocker_get_x 
-0x4516 016046 storet 2 ,mem_current_vdd_value_default_mid_x 
-0x4517 016047 call remote_car_rocker_get_y 
-0x4518 016048 storet 2 ,mem_current_vdd_value_default_mid_y 
-0x4519 016049 rtn 
-:      016050 remote_car_rocker_data_get:
-:      016051 remote_car_rocker_get_x:
-0x451a 016052 fetch 2 ,mem_current_vdd_value_default_mid_x 
-0x451b 016053 store 2 ,mem_current_vdd_value_default_mid_temp 
-0x451c 016054 call remote_car_get_adc_from_gpio6 
-0x451d 016055 call remote_car_rocker_get_value 
-0x451e 016056 store 1 ,mem_rocker_status 
-:      016057 remote_car_rocker_get_y:
-0x451f 016058 fetch 2 ,mem_current_vdd_value_default_mid_y 
-0x4520 016059 store 2 ,mem_current_vdd_value_default_mid_temp 
-0x4521 016060 call remote_car_get_adc_from_gpio7 
-0x4522 016061 call remote_car_rocker_get_value 
-0x4523 016062 store 1 ,mem_rocker_status + 1 
-0x4524 016063 rtn 
-:      016064 remote_car_rocker_get_value:
-0x4525 016065 fetch 2 ,mem_current_vdd_default_range 
-0x4526 016066 copy pdata ,rega 
-0x4527 016067 fetch 2 ,mem_current_vdd_value_default_mid_temp 
-0x4528 016068 call remote_car_rocker_mid_value_adjust 
-0x4529 016069 fetch 1 ,mem_rocker_work_status 
-0x452a 016070 nbranch remote_car_rocker_translate_key ,blank 
-0x452b 016071 nrtn positive 
-0x452c 016072 fetcht 2 ,mem_current_vdd_value_default_mid_temp 
-0x452d 016073 rtn 
-:      016074 remote_car_rocker_mid_value_adjust:
-0x452e 016075 isub temp ,pdata 
-0x452f 016076 branch remote_car_rocker_mid_adjust_positive ,positive 
-0x4530 016077 sub pdata ,0 ,pdata 
-0x4531 016078 jam 1 ,mem_rocker_negative_flag 
-0x4532 016079 isub rega ,null 
-0x4533 016080 rtn 
-:      016081 remote_car_rocker_mid_adjust_positive:
-0x4534 016082 jam 0 ,mem_rocker_negative_flag 
-0x4535 016083 isub rega ,null 
-0x4536 016084 rtn 
-:      016085 remote_car_rocker_translate_key:
-0x4537 016086 nbranch remote_car_rocker_middle_key ,positive 
-0x4538 016087 fetch 1 ,mem_rocker_negative_flag 
-0x4539 016088 nbranch remote_car_rocker_negative_key ,blank 
-:      016089 remote_car_rocker_positive_key:
-0x453a 016090 setarg rocker_positive_key 
-0x453b 016091 rtn 
-:      016092 remote_car_rocker_negative_key:
-0x453c 016093 setarg rocker_negative_key 
-0x453d 016094 rtn 
-:      016095 remote_car_rocker_middle_key:
-0x453e 016096 setarg rocker_middle_key 
-0x453f 016097 rtn 
-:      016098 remote_car_get_adc_from_gpio6:
-0x4540 016099 jam 0x33 ,mem_adc_channel 
-0x4541 016100 branch adc_set_mode 
-:      016101 remote_car_get_adc_from_gpio7:
-0x4542 016102 jam 0x34 ,mem_adc_channel 
-0x4543 016103 branch adc_set_mode 
-:      016106 remote_car_rocker_process:
-0x4544 016107 fetch 1 ,mem_remote_car_config_check_way 
-0x4545 016108 rtnne car_remote_check_rocker 
-:      016109 remote_car_read_rocker_check_start:
-0x4546 016110 bpatch patch1e_2 ,mem_patch1e 
-0x4547 016111 jam 1 ,mem_rocker_work_status 
-0x4548 016112 call remote_car_rocker_data_get 
-0x4549 016113 fetch 2 ,mem_rocker_status 
-0x454a 016114 fetcht 2 ,mem_rocker_last_status 
-0x454b 016115 isub temp ,null 
-0x454c 016116 rtn zero 
-0x454d 016117 store 2 ,mem_rocker_last_status 
-0x454e 016118 call remote_car_rocker_x_to_key 
-0x454f 016119 branch remote_car_rocker_y_to_key 
-:      016121 remote_car_rocker_x_to_key:
-0x4550 016122 fetch 1 ,mem_rocker_x_status 
-0x4551 016123 branch rocker_to_queue_set_0 ,blank 
-0x4552 016124 increase -1 ,pdata 
-0x4553 016125 branch remote_car_rocker_to_key 
-:      016126 remote_car_rocker_y_to_key:
-0x4554 016127 fetch 1 ,mem_rocker_y_status 
-0x4555 016128 branch rocker_to_queue_set_2 ,blank 
-0x4556 016129 increase 1 ,pdata 
-:      016130 remote_car_rocker_to_key:
-0x4557 016131 copy pdata ,queue 
-0x4558 016132 arg 1 ,rega 
-0x4559 016133 branch remote_car_send_key_data 
-:      016135 rocker_to_queue_set_0:
-0x455a 016136 arg 0 ,queue 
-0x455b 016137 arg 0 ,rega 
-0x455c 016138 branch remote_car_send_key_data 
-:      016139 rocker_to_queue_set_2:
-0x455d 016140 arg 2 ,queue 
-0x455e 016141 arg 0 ,rega 
-0x455f 016142 branch remote_car_send_key_data 
-:      016144 remote_car_send_key_data:
-0x4560 016145 copy rega ,pdata 
-0x4561 016146 store 1 ,mem_remote_key_status 
-0x4562 016147 fetch 1 ,mem_remote_car_24g_auto_work_step 
-0x4563 016148 beq power_on ,g24_auto_pair_start 
-0x4564 016149 fetch 2 ,mem_remote_car_no_data_timeout 
-0x4565 016150 store 2 ,mem_remote_car_no_data_timer 
-0x4566 016151 fetch 1 ,mem_remote_key_status 
-0x4567 016152 branch remote_car_key_is_release ,blank 
-:      016153 remote_car_key_is_press:
-0x4568 016154 bpatch patch1e_3 ,mem_patch1e 
-0x4569 016155 arg 0 ,rega 
-0x456a 016156 call ui_led_on_global 
-:      016157 remote_car_attack_key_press:
-0x456b 016158 copy queue ,pdata 
-0x456c 016159 beq 4 ,remote_car_send_attack_key4_press 
-0x456d 016160 beq 5 ,remote_car_send_attack_key5_press 
-0x456e 016161 beq 6 ,remote_car_send_fire_key6_press 
-:      016164 remote_car_motor_key_press:
-0x456f 016165 call remote_car_device_layout_select 
-0x4570 016166 beq control_f_b_ten ,remote_car_single_motor_key_is_press 
-0x4571 016167 beq control_l_r_ten ,remote_car_double_motor_key_press 
-0x4572 016168 beq control_l_r_lr ,remote_car_single_motor_key_is_press 
-0x4573 016169 rtn 
-:      016171 remote_car_single_motor_key_is_press:
-0x4574 016172 copy queue ,pdata 
-0x4575 016173 beq 0 ,remote_car_send_motor1_key0_press 
-0x4576 016174 beq 1 ,remote_car_send_motor1_key1_press 
-0x4577 016175 beq 2 ,remote_car_send_motor2_key2_press 
-0x4578 016176 beq 3 ,remote_car_send_motor2_key3_press 
-0x4579 016177 rtn 
-:      016179 remote_car_double_motor_key_press:
-0x457a 016180 copy queue ,pdata 
-0x457b 016181 beq 0 ,remote_car_send_double_motor_key0_press 
-0x457c 016182 beq 1 ,remote_car_send_double_motor_key1_press 
-0x457d 016183 beq 2 ,remote_car_send_double_motor_key2_press 
-0x457e 016184 beq 3 ,remote_car_send_double_motor_key3_press 
-0x457f 016185 rtn 
-:      016187 remote_car_key_is_release:
-0x4580 016188 bpatch patch1e_4 ,mem_patch1e 
-0x4581 016189 arg 0 ,rega 
-0x4582 016190 call ui_led_off_global 
-:      016191 remote_car_attack_key_release:
-0x4583 016192 copy queue ,pdata 
-0x4584 016193 beq 4 ,remote_car_send_attack_key4_rel 
-0x4585 016194 beq 5 ,remote_car_send_attack_key5_rel 
-:      016197 remote_car_motor_key_release:
-0x4586 016198 call remote_car_device_layout_select 
-0x4587 016199 beq control_f_b_ten ,remote_car_single_motor_key_rel 
-0x4588 016200 beq control_l_r_ten ,remote_car_double_motor_key_rel 
-0x4589 016201 beq control_l_r_lr ,remote_car_single_motor_key_rel 
-0x458a 016202 rtn 
-:      016204 remote_car_device_layout_select:
-0x458b 016205 fetch 1 ,mem_remote_car_config_layout 
-0x458c 016206 fetcht 1 ,mem_remote_car_config_key_map 
-0x458d 016207 ior temp ,pdata 
-0x458e 016208 rtn 
-:      016211 remote_car_send_motor1_key0_press:
-0x458f 016212 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x4590 016213 branch remote_car_send_key 
-:      016214 remote_car_send_motor1_key1_press:
-0x4591 016215 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x4592 016216 branch remote_car_send_key 
-:      016217 remote_car_send_motor2_key2_press:
-0x4593 016218 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x4594 016219 branch remote_car_send_key 
-:      016220 remote_car_send_motor2_key3_press:
-0x4595 016221 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x4596 016222 branch remote_car_send_key 
-:      016225 remote_car_send_double_motor_key0_press:
-0x4597 016226 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x4598 016227 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x4599 016228 branch remote_car_send_key 
-:      016229 remote_car_send_double_motor_key1_press:
-0x459a 016230 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x459b 016231 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x459c 016232 branch remote_car_send_key 
-:      016233 remote_car_send_double_motor_key2_press:
-0x459d 016234 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x459e 016235 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x459f 016236 branch remote_car_send_key 
-:      016237 remote_car_send_double_motor_key3_press:
-0x45a0 016238 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x45a1 016239 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x45a2 016240 branch remote_car_send_key 
-:      016243 remote_car_send_attack_key4_press:
-0x45a3 016244 jam motor_positive ,mem_remote_car_24g_motor3_payload 
-0x45a4 016245 branch remote_car_send_key 
-:      016246 remote_car_send_attack_key5_press:
-0x45a5 016247 jam motor_negative ,mem_remote_car_24g_motor3_payload 
-0x45a6 016248 branch remote_car_send_key 
-:      016250 remote_car_send_fire_key6_press:
-0x45a7 016251 jam 0x01 ,mem_remote_car_24g_fire_send_payload 
-0x45a8 016252 branch remote_car_send_attack 
-:      016254 remote_car_single_motor_key_rel:
-0x45a9 016255 copy queue ,pdata 
-0x45aa 016256 beq 0 ,remote_car_send_motor1_key0_rel 
-0x45ab 016257 beq 1 ,remote_car_send_motor1_key1_rel 
-0x45ac 016258 beq 2 ,remote_car_send_motor2_key2_rel 
-0x45ad 016259 beq 3 ,remote_car_send_motor2_key3_rel 
-0x45ae 016260 rtn 
-:      016262 remote_car_double_motor_key_rel:
-0x45af 016263 copy queue ,pdata 
-0x45b0 016264 beq 0 ,remote_car_send_double_motor_key0_rel 
-0x45b1 016265 beq 1 ,remote_car_send_double_motor_key1_rel 
-0x45b2 016266 beq 2 ,remote_car_send_double_motor_key2_rel 
-0x45b3 016267 beq 3 ,remote_car_send_double_motor_key3_rel 
-0x45b4 016268 rtn 
-:      016270 remote_car_send_motor1_key0_rel:
-:      016271 remote_car_send_motor1_key1_rel:
-0x45b5 016272 jam motor_stop ,mem_remote_car_24g_motor1_payload 
-0x45b6 016273 branch remote_car_send_key 
-:      016274 remote_car_send_motor2_key2_rel:
-:      016275 remote_car_send_motor2_key3_rel:
-0x45b7 016276 jam motor_stop ,mem_remote_car_24g_motor2_payload 
-0x45b8 016277 branch remote_car_send_key 
-:      016279 remote_car_send_double_motor_key0_rel:
-:      016280 remote_car_send_double_motor_key1_rel:
-:      016281 remote_car_send_double_motor_key2_rel:
-:      016282 remote_car_send_double_motor_key3_rel:
-0x45b9 016283 jam motor_stop ,mem_remote_car_24g_motor1_payload 
-0x45ba 016284 jam motor_stop ,mem_remote_car_24g_motor2_payload 
-0x45bb 016285 branch remote_car_send_key 
-:      016287 remote_car_send_attack_key4_rel:
-:      016288 remote_car_send_attack_key5_rel:
-0x45bc 016289 jam motor_stop ,mem_remote_car_24g_motor3_payload 
-0x45bd 016290 branch remote_car_send_key 
-:      016292 remote_car_send_key:
-0x45be 016293 arg mem_remote_car_24g_motor_packet ,rega 
-0x45bf 016294 branch queue_push 
-:      016295 remote_car_send_attack:
-0x45c0 016296 arg mem_remote_car_24g_fire_packet ,rega 
-0x45c1 016297 branch queue_push 
-:      016299 remote_car_g24_package_data:
-0x45c2 016300 fetch 1 ,mem_remote_car_24g_pair_success_flag 
-0x45c3 016301 beq work_paired ,remote_car_g24_send_empty 
-0x45c4 016302 arg mem_remote_car_24g_tx_temp ,rega 
-0x45c5 016303 call queue_pop 
-0x45c6 016304 nbranch remote_car_moto_data ,user 
-:      016305 remote_car_g24_package_data_continue:
-0x45c7 016306 arg mem_remote_car_24g_tx_temp ,contr 
-0x45c8 016307 ifetch 1 ,contr 
-0x45c9 016308 copy pdata ,rega 
-0x45ca 016309 arg mem_remote_car_24g_tx_temp + 1 ,regb 
-0x45cb 016312 rtn 
-:      016314 remote_car_g24_send_empty:
-0x45cc 016315 jam 0 ,mem_remote_car_24g_pair_success_flag 
-0x45cd 016316 enable user 
-0x45ce 016317 arg 1 ,rega 
-0x45cf 016318 arg mem_remote_car_empty_packet ,regb 
-0x45d0 016319 rtn 
-:      016321 remote_car_moto_data:
-0x45d1 016322 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
-0x45d2 016323 beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
-0x45d3 016324 beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
-0x45d4 016325 rtn 
-:      016326 remote_car_moto_data_next:
-0x45d5 016327 fetch 1 ,mem_remote_car_24g_tx_temp + 6 
-0x45d6 016328 nbranch remote_car_moto_data_enable_user ,blank 
-0x45d7 016329 fetch 1 ,mem_remote_car_24g_tx_temp + 8 
-0x45d8 016330 nbranch remote_car_moto_data_enable_user ,blank 
-0x45d9 016331 fetch 1 ,mem_remote_car_24g_tx_temp + 10 
-0x45da 016332 nbranch remote_car_moto_data_enable_user ,blank 
-0x45db 016333 rtn 
-:      016334 remote_car_moto_data_enable_user:
-0x45dc 016335 enable user 
-0x45dd 016336 branch remote_car_g24_package_data_continue 
-:      016344 shutter_init:
-0x45de 016345 rtn wake 
-0x45df 016346 hfetch 1 ,core_gpio_sel1 
-0x45e0 016347 and_into 0xfc ,pdata 
-0x45e1 016348 hstore 1 ,core_gpio_sel1 
-0x45e2 016349 setarg shutter_le_before_hibernate 
-0x45e3 016350 store 2 ,mem_cb_before_hibernate 
-0x45e4 016352 setarg shutter_process_lpm_before 
-0x45e5 016353 store 2 ,mem_cb_before_lpm 
-0x45e6 016355 setarg app_enter_hibernate 
-0x45e7 016356 store 2 ,mem_cb_discovry_timeout 
-0x45e8 016358 setarg shutter_process_idle 
-0x45e9 016359 store 2 ,mem_cb_idle_process 
-0x45ea 016361 setarg shutter_process_bb_event 
-0x45eb 016362 store 2 ,mem_cb_bb_event_process 
-0x45ec 016364 setarg shutter_le_scale_lpm_lock 
-0x45ed 016365 store 2 ,mem_cb_check_wakelock 
-0x45ee 016367 setarg ble_shutter_receive_data 
-0x45ef 016368 store 2 ,mem_cb_att_write 
-0x45f0 016370 setarg shutter_le_bb_event_timer 
-0x45f1 016371 store 2 ,mem_cb_event_timer 
-0x45f2 016373 setarg shutter_key_change 
-0x45f3 016374 store 2 ,mem_cb_shutter_keycan 
-0x45f4 016376 setarg shutter_soft_swtich_power_on 
-0x45f5 016377 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
-0x45f6 016378 setarg shutter_soft_swtich_power_off 
-0x45f7 016379 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
-0x45f8 016381 call le_modified_name 
-0x45f9 016382 call shutter_load_bluetooth_config_by_user_config 
-0x45fa 016383 call shutter_init_bluetooth_config 
-0x45fb 016384 call shutter_init_param 
-0x45fc 016385 call keyscan_key_init 
-0x45fd 016386 call shutter_load_buffer_config_form_datarom 
-0x45fe 016387 call queue_init 
-0x45ff 016388 call ui_led_init_global 
-0x4600 016389 call shutter_load_bluetooth_config 
-0x4601 016390 call shutter_load_bluetooth_config_by_eeprom 
-0x4602 016392 bpatch patch1e_5 ,mem_patch1e 
-0x4603 016393 call classic_shutter_load_reconn_info 
-0x4604 016394 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x4605 016395 beq hard_switch ,shutter_hart_swtich_power_on 
-0x4606 016396 fetch 1 ,mem_shutter_soft_switch_button_gpio 
-0x4607 016397 store 1 ,mem_ui_button_gpio 
-0x4608 016398 branch ui_soft_swtich_init 
-:      016401 shutter_hart_swtich_power_on:
-0x4609 016402 jam ui_button_gpio_disable ,mem_ui_button_gpio 
-0x460a 016403 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
-0x460b 016404 branch shutter_start_reconnect 
-:      016408 shutter_le_scale_lpm_lock:
-0x460c 016409 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x460d 016410 beq ss_state_power_off ,app_get_lpm_wake_lock 
-0x460e 016411 call l2cap_malloc_get_full_map 
-0x460f 016412 fetch 1 ,mem_used_map 
-0x4610 016413 nbranch app_get_lpm_wake_lock ,blank 
-0x4611 016414 branch app_put_lpm_wake_lock 
-:      016418 shutter_process_bb_event:
-0x4612 016419 copy regc ,pdata 
-0x4613 016421 beq bt_evt_bb_connected ,classic_shutter_process_baseband_connect 
-0x4614 016422 beq bt_evt_bb_disconnected ,classic_shutter_process_baseband_disconnect 
-0x4615 016423 beq bt_evt_reconn_failed ,classic_shutter_process_reconnect_failed 
-0x4616 016424 beq bt_evt_setup_complete ,classic_shutter_process_setup_complete 
-0x4617 016425 beq bt_evt_hid_connected ,classic_shutter_process_hid_connect 
-0x4618 016426 beq bt_evt_hid_disconnected ,classic_shutter_process_hid_disconnect 
-0x4619 016427 beq bt_evt_hid_handshake ,classic_shutter_process_hid_handshake 
-0x461a 016428 beq bt_evt_reconn_page_timeout ,classic_shutter_process_reconnect_page_timeout 
-0x461b 016429 beq bt_evt_virtual_cable_unplug ,classic_shutter_process_virtual_cable_unplug 
-0x461c 016430 beq bt_evt_remote_unsniff ,classic_shutter_process_remote_unsniff 
-0x461d 016431 beq bt_evt_store_nvram ,classic_shutter_process_store_reconnect_information 
-0x461e 016433 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
-0x461f 016434 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
-0x4620 016435 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
-0x4621 016436 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
-0x4622 016438 beq bt_evt_button_long_pressed ,shutter_process_soft_swtich_button_long_press 
-0x4623 016439 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
-0x4624 016440 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
-0x4625 016441 rtn 
-:      016446 classic_shutter_process_baseband_connect:
-0x4626 016447 jam 0 ,mem_classic_shutter_hid_disconn_count 
-0x4627 016448 jam 0 ,mem_classic_shutter_cable_unplug_conut 
-0x4628 016449 rtn 
-:      016452 classic_shutter_process_baseband_disconnect:
-0x4629 016453 call classic_shutter_disconnect_clear_flag 
-0x462a 016454 branch classic_shutter_process_reconnect_failed 
-:      016456 classic_shutter_disconnect_clear_flag:
-0x462b 016457 jam app_handshake_null ,mem_app_handshake_flag 
-0x462c 016458 jam 0 ,mem_hid_handshake_timer_count 
-0x462d 016459 jam 0 ,mem_unsniff2sniff_timer_count 
-0x462e 016460 jam 0 ,mem_classic_shutter_cable_unplug_conut 
-0x462f 016461 jam 0 ,mem_classic_shutter_hid_disconn_count 
-0x4630 016462 branch queue_init 
-:      016465 classic_shutter_process_reconnect_failed:
-0x4631 016466 call app_disconn_reason_clear 
-0x4632 016467 branch shutter_start_bluetooth_discovery 
-:      016470 classic_shutter_process_setup_complete:
-0x4633 016471 call shutter_stop_bluetooth_discovery 
-0x4634 016472 branch app_led_stop_blink 
-:      016475 classic_shutter_process_hid_connect:
-0x4635 016476 setarg hid_handshake_timeout 
-0x4636 016477 store 1 ,mem_hid_handshake_timer_count 
-0x4637 016478 rtn 
-:      016481 classic_shutter_process_hid_disconnect:
-0x4638 016482 jam 0 ,mem_classic_shutter_cable_unplug_conut 
-0x4639 016483 setarg flag_shutter_hid_disconn_timeout 
-0x463a 016484 store 1 ,mem_classic_shutter_hid_disconn_count 
-0x463b 016485 rtn 
-:      016488 classic_shutter_process_hid_handshake:
-0x463c 016489 fetch 1 ,mem_app_handshake_flag 
-0x463d 016490 rtneq app_handshake_done 
-0x463e 016491 jam app_handshake_done ,mem_app_handshake_flag 
-0x463f 016492 call app_lpm_mult_enable 
-0x4640 016493 call app_store_reconn_info 
-0x4641 016494 call shutter_stop_bluetooth_discovery 
-0x4642 016495 call app_led_off 
-0x4643 016496 branch app_bt_enter_sniff 
-:      016499 classic_shutter_process_reconnect_page_timeout:
-0x4644 016500 branch classic_shutter_process_reconnect_failed 
-:      016503 classic_shutter_process_virtual_cable_unplug:
-0x4645 016504 setarg flag_shutter_cable_unplug_timeout 
-0x4646 016505 store 1 ,mem_classic_shutter_cable_unplug_conut 
-0x4647 016506 rtn 
-:      016509 classic_shutter_process_remote_unsniff:
-0x4648 016510 branch app_start_auto_sniff 
-:      016514 classic_shutter_process_store_reconnect_information:
-0x4649 016515 arg nvram_eeprom_offset ,regb 
-0x464a 016516 fetch 1 ,mem_nv_data_number 
-0x464b 016517 mul32 pdata ,34 ,temp 
-0x464c 016518 fetch 2 ,mem_nv_data_ptr 
-0x464d 016519 copy pdata ,rega 
-0x464e 016520 branch iicd_write_eep_data 
-:      016522 classic_shutter_load_reconn_info:
-0x464f 016523 arg nvram_eeprom_offset ,regb 
-0x4650 016524 fetch 1 ,mem_shutter_bluetooth_type 
-0x4651 016525 rtnbit0 classic_shutter 
-0x4652 016526 fetch 1 ,mem_nv_data_number 
-0x4653 016527 rtn blank 
-0x4654 016528 mul32 pdata ,34 ,temp 
-0x4655 016529 fetch 2 ,mem_nv_data_ptr 
-0x4656 016530 copy pdata ,rega 
-0x4657 016531 branch iicd_read_eep_data 
-:      016535 ble_shutter_process_baseband_connect:
-0x4658 016536 call shutter_stop_bluetooth_discovery 
-0x4659 016537 setarg 0 
-0x465a 016538 store 2 ,mem_ble_shutter_reconn_timer 
-0x465b 016539 branch app_led_off 
-:      016542 ble_shutter_process_baseband_disconnect:
-0x465c 016543 call queue_init 
-0x465d 016544 jam 0 ,mem_ble_shutter_enable_notify 
-0x465e 016545 branch shutter_start_reconnect 
-:      016548 ble_shutter_process_reconnect_complete:
-0x465f 016549 call queue_init 
-0x4660 016550 jam 1 ,mem_ble_shutter_enable_notify 
-0x4661 016551 fetch 8 ,mem_ble_shutter_interval_min 
-0x4662 016552 store 8 ,mem_le_interval_min 
-0x4663 016553 call app_lpm_mult_enable 
-0x4664 016554 branch le_l2cap_tx_update_req 
-:      016557 ble_shutter_process_parse_connect_parameter_update_response:
-0x4665 016558 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x4666 016559 rtneq ble_signaling_connect_parameter_update_accepted 
-0x4667 016560 fetch 8 ,mem_ble_shutter_interval_min_new 
-0x4668 016561 rtn blank 
-0x4669 016562 store 8 ,mem_le_interval_min 
-0x466a 016563 branch le_l2cap_tx_update_req 
-:      016567 shutter_process_soft_swtich_button_long_press:
-0x466b 016568 branch ui_soft_switch_botton_long_press 
-:      016570 shutter_process_soft_swtich_button_down:
-0x466c 016571 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x466d 016572 rtneq hard_switch 
-0x466e 016573 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x466f 016574 rtnne ss_state_power_on 
-0x4670 016575 call shutter_store_currenct_led_state 
-0x4671 016576 branch app_led_on 
-:      016578 shutter_store_currenct_led_state:
-0x4672 016579 jam 1 ,mem_shutter_soft_swtich_botton_down 
-0x4673 016580 arg 11 ,loopcnt 
-0x4674 016581 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
-0x4675 016582 arg mem_shutter_led_struct_app_led ,contr 
-0x4676 016583 branch memcpy 
-:      016585 shutter_process_soft_swtich_button_up:
-0x4677 016586 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x4678 016587 rtneq hard_switch 
-0x4679 016588 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x467a 016589 beq ss_state_power_on ,shutter_load_currenct_led_state 
-0x467b 016590 branch ui_soft_switch_botton_up 
-:      016592 shutter_load_currenct_led_state:
-0x467c 016593 fetch 1 ,mem_shutter_soft_swtich_botton_down 
-0x467d 016594 rtnne 1 
-0x467e 016595 jam 0 ,mem_shutter_soft_swtich_botton_down 
-0x467f 016596 fetch 2 ,mem_ui_state_map 
-0x4680 016597 bbit1 ui_state_bt_connected ,app_led_off 
-0x4681 016598 bbit1 ui_state_ble_connected ,app_led_off 
-0x4682 016599 arg 11 ,loopcnt 
-0x4683 016600 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
-0x4684 016601 arg mem_shutter_led_struct_app_led ,contw 
-0x4685 016602 branch memcpy 
-:      016607 shutter_le_bb_event_timer:
-0x4686 016609 call shutter_check_sleep_timer 
-0x4687 016612 call shutter_check_power_off_timer 
-0x4688 016615 call classic_shutter_check_unplug_timer 
-0x4689 016616 call classic_shutter_hid_handshake_timer 
-0x468a 016617 call classic_shutter_hid_disconn_timer 
-0x468b 016620 branch ble_shutter_reconn_timer 
-:      016624 shutter_check_sleep_timer:
-0x468c 016625 arg mem_shutter_sleep_timer ,regc 
-0x468d 016626 arg shutter_sleep_timeout ,regb 
-0x468e 016627 branch timer_single_step_2b 
-:      016628 shutter_sleep_timeout:
-0x468f 016629 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
-0x4690 016630 call app_led_off 
-0x4691 016631 call shutter_disconnect_current_connection 
-0x4692 016632 branch shutter_wait_power_off 
-:      016635 shutter_check_power_off_timer:
-0x4693 016636 arg mem_shutter_power_off_timer ,regc 
-0x4694 016637 arg shutter_check_power_off_timeout ,regb 
-0x4695 016638 branch timer_single_step 
-:      016640 shutter_check_power_off_timeout:
-0x4696 016641 fetch 2 ,mem_ui_state_map 
-0x4697 016642 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
-0x4698 016643 bbit1 ui_state_bt_connected ,shutter_wait_power_off 
-0x4699 016644 fetch 1 ,mem_shutter_led_struct_app_led_type 
-0x469a 016645 beq ui_led_state_blink_start ,shutter_wait_power_off 
-0x469b 016646 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
-0x469c 016647 beq ui_led_state_blink_darking ,shutter_wait_power_off 
-0x469d 016648 branch app_enter_hibernate 
-:      016652 classic_shutter_check_unplug_timer:
-0x469e 016653 arg mem_classic_shutter_cable_unplug_conut ,regc 
-0x469f 016654 arg classic_shutter_unplug_timeout ,regb 
-0x46a0 016655 branch timer_single_step 
-:      016657 classic_shutter_unplug_timeout:
-0x46a1 016658 fetch 1 ,mem_control_tasks 
-0x46a2 016659 set1 l2cap_disconnect_interrupt ,pdata 
-0x46a3 016660 set1 l2cap_disconnect_control ,pdata 
-0x46a4 016661 store 1 ,mem_control_tasks 
-0x46a5 016662 rtn 
-:      016664 classic_shutter_hid_handshake_timer:
-0x46a6 016665 arg mem_hid_handshake_timer_count ,regc 
-0x46a7 016666 arg classic_shutter_process_hid_handshake ,regb 
-0x46a8 016667 branch timer_single_step 
-:      016669 classic_shutter_hid_disconn_timer:
-0x46a9 016670 arg mem_classic_shutter_hid_disconn_count ,regc 
-0x46aa 016671 arg app_bt_disconnect ,regb 
-0x46ab 016672 branch timer_single_step 
-:      016677 ble_shutter_reconn_timer:
-0x46ac 016678 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x46ad 016679 rtnne ss_state_power_on 
-0x46ae 016680 arg mem_ble_shutter_reconn_timer ,regc 
-0x46af 016681 arg shutter_start_bluetooth_discovery ,regb 
-0x46b0 016682 branch timer_single_step_2b 
-:      016685 shutter_process_idle:
-0x46b1 016686 call shutter_send_data_to_master 
-0x46b2 016687 branch keyscan_key_process 
-:      016690 shutter_process_lpm_before:
-0x46b3 016691 branch keyscan_process_lpm_before 
-:      016693 shutter_le_before_hibernate:
-0x46b4 016694 call gpio_set_before_lpm_common 
-0x46b5 016695 branch shutter_process_lpm_before 
-:      016701 shutter_stop_bluetooth_discovery:
-0x46b6 016702 fetch 1 ,mem_shutter_bluetooth_type 
-0x46b7 016703 bbit1 classic_shutter ,classic_shutter_stop_bluetooth_discovery 
-0x46b8 016704 bbit1 ble_shutter ,ble_shutter_stop_bluetooth_discovery 
-0x46b9 016705 rtn 
-:      016707 ble_shutter_stop_bluetooth_discovery:
-0x46ba 016708 fetch 2 ,mem_ble_shutter_connect_timeout 
-0x46bb 016709 store 2 ,mem_shutter_sleep_timeout 
-0x46bc 016710 store 2 ,mem_shutter_sleep_timer 
-0x46bd 016711 branch app_ble_stop_adv 
-:      016713 classic_shutter_stop_bluetooth_discovery:
-0x46be 016714 fetch 2 ,mem_classic_shutter_connect_timeout 
-0x46bf 016715 store 2 ,mem_shutter_sleep_timeout 
-0x46c0 016716 store 2 ,mem_shutter_sleep_timer 
-0x46c1 016717 branch app_bt_stop_discovery 
-:      016719 shutter_start_bluetooth_discovery:
-0x46c2 016720 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x46c3 016721 rtnne ss_state_power_on 
-0x46c4 016722 fetch 1 ,mem_shutter_bluetooth_type 
-0x46c5 016723 bbit1 classic_shutter ,classic_shutter_start_discovery 
-0x46c6 016724 bbit1 ble_shutter ,ble_shutter_start_discovery 
-0x46c7 016725 rtn 
-:      016727 classic_shutter_start_discovery:
-0x46c8 016728 fetch 2 ,mem_classic_shutter_discovery_timeout ,
-0x46c9 016729 store 2 ,mem_shutter_sleep_timeout 
-0x46ca 016730 store 2 ,mem_shutter_sleep_timer 
-0x46cb 016731 branch app_bt_start_discovery_short 
-:      016733 ble_shutter_start_discovery:
-0x46cc 016734 fetch 2 ,mem_ui_state_map 
-0x46cd 016735 rtnbit1 ui_state_ble_connected 
-0x46ce 016736 fetch 2 ,mem_ble_shutter_discovery_timeout 
-0x46cf 016737 store 2 ,mem_shutter_sleep_timeout 
-0x46d0 016738 store 2 ,mem_shutter_sleep_timer 
-0x46d1 016739 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
-0x46d2 016740 call shutter_ble_adv_interval_set 
-0x46d3 016741 call app_led_start_blink 
-0x46d4 016742 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
-0x46d5 016743 store 4 ,mem_shutter_led_struct_app_led_on_time 
-0x46d6 016744 fetch 2 ,mem_ui_state_map 
-0x46d7 016745 rtnbit1 ui_state_ble_adv 
-0x46d8 016746 branch app_ble_start_adv 
-:      016749 shutter_start_reconnect:
-0x46d9 016750 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x46da 016751 rtnne ss_state_power_on 
-0x46db 016752 fetch 1 ,mem_shutter_bluetooth_type 
-0x46dc 016753 bbit1 classic_shutter ,classic_shutter_start_reconnect 
-0x46dd 016754 bbit1 ble_shutter ,ble_shutter_start_reconnect 
-0x46de 016755 rtn 
-:      016757 classic_shutter_start_reconnect:
-0x46df 016758 call app_check_reconn_target 
-0x46e0 016759 branch shutter_start_bluetooth_discovery ,blank 
-0x46e1 016760 call app_led_on 
-0x46e2 016761 call app_bt_stop_discovery 
-0x46e3 016762 branch app_bt_start_reconnect 
-:      016764 ble_shutter_start_reconnect:
-0x46e4 016765 fetch 2 ,mem_ble_shutter_reconn_timer 
-0x46e5 016766 fetcht 2 ,mem_ble_shutter_reconn_timeout 
-0x46e6 016767 storet 2 ,mem_ble_shutter_reconn_timer 
-0x46e7 016768 nrtn blank 
-0x46e8 016769 fetch 2 ,mem_ble_shutter_reconn_dav_interval 
-0x46e9 016770 call shutter_ble_adv_interval_set 
-0x46ea 016771 call app_led_start_blink 
-0x46eb 016772 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
-0x46ec 016773 store 4 ,mem_shutter_led_struct_app_led_on_time 
-0x46ed 016774 fetch 2 ,mem_ui_state_map 
-0x46ee 016775 rtnbit1 ui_state_ble_adv 
-0x46ef 016776 branch app_ble_start_adv 
-:      016779 shutter_ble_adv_interval_set:
-0x46f0 016780 store 2 ,mem_lpm_interval 
-0x46f1 016781 increase -4 ,pdata 
-0x46f2 016782 store 2 ,mem_le_adv_interval 
-0x46f3 016783 rtn 
-:      016786 shutter_disconnect_current_connection:
-0x46f4 016787 fetch 2 ,mem_ui_state_map 
-0x46f5 016788 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x46f6 016789 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x46f7 016790 branch shutter_stop_bluetooth_discovery 
-:      016794 app_check_reconn_target:
-0x46f8 016795 fetch 1 ,mem_nv_data_number 
-0x46f9 016796 copy pdata ,loopcnt 
-0x46fa 016797 fetch 2 ,mem_nv_data_ptr 
-0x46fb 016798 copy pdata ,rega 
-:      016799 app_check_reconn_target_loop:
-0x46fc 016800 ifetch 2 ,rega 
-0x46fd 016801 beq 0 ,found_reconn_device 
-0x46fe 016802 increase nv_data_len ,rega 
-0x46ff 016803 loop app_check_reconn_target_loop 
-0x4700 016804 branch enable_blank 
-:      016806 found_reconn_device:
-0x4701 016807 ifetch 6 ,contr 
-0x4702 016808 store 6 ,mem_hci_plap 
-0x4703 016809 increase 10 ,contr 
-0x4704 016810 arg mem_link_key ,contw 
-0x4705 016811 call memcpy16 
-0x4706 016812 call check_link_key_load 
-0x4707 016813 branch disable_blank 
-:      016819 shutter_check_data_enable:
-0x4708 016820 call disable_user 
-0x4709 016821 fetch 2 ,mem_ui_state_map 
-0x470a 016822 bbit1 ui_state_bt_connected ,shutter_check_bt_data_enable 
-0x470b 016823 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
-0x470c 016824 rtn 
-:      016826 shutter_check_bt_data_enable:
-0x470d 016827 fetch 1 ,mem_hid_interrupt_state 
-0x470e 016828 rtnne 0x3f 
-0x470f 016829 branch enable_user 
-:      016831 shutter_check_ble_data_enable:
-0x4710 016832 fetch 1 ,mem_ble_shutter_enable_notify 
-0x4711 016833 rtn blank 
-0x4712 016834 branch enable_user 
-:      016839 shutter_check_bluetooth_conn:
-0x4713 016840 call disable_user 
-0x4714 016841 fetch 2 ,mem_ui_state_map 
-0x4715 016842 rtnbit1 ui_state_bt_connected 
-0x4716 016843 rtnbit1 ui_state_ble_connected 
-0x4717 016844 branch enable_user 
-:      016848 shutter_change_bluetooth_status_bt_disconn:
-0x4718 016849 fetch 1 ,mem_shutter_bluetooth_type 
-0x4719 016850 bbit1 classic_shutter ,classic_shutter_change_bluetooth_status_bt_disconn 
-0x471a 016851 bbit1 ble_shutter ,ble_shutter_change_bluetooth_status_bt_disconn 
-0x471b 016852 rtn 
-:      016854 classic_shutter_change_bluetooth_status_bt_disconn:
-0x471c 016855 fetch 1 ,mem_scan_mode 
-0x471d 016856 rtnne 0x03 
-0x471e 016857 branch shutter_start_reconnect 
-:      016859 ble_shutter_change_bluetooth_status_bt_disconn:
-0x471f 016860 branch shutter_start_reconnect 
-:      016863 shutter_check_send_data:
-0x4720 016864 disable user2 
-0x4721 016865 fetch 2 ,mem_shutter_sleep_timeout 
-0x4722 016866 store 2 ,mem_shutter_sleep_timer 
-0x4723 016868 call shutter_check_bluetooth_conn 
-0x4724 016869 branch shutter_change_bluetooth_status_bt_disconn ,user 
-0x4725 016871 call shutter_check_data_enable 
-0x4726 016872 nrtn user 
-0x4727 016873 enable user2 
-0x4728 016874 rtn 
-:      016878 shutter_key_change:
-0x4729 016879 call shutter_check_send_data 
-0x472a 016880 nrtn user2 
-0x472b 016881 deposit rega 
-0x472c 016882 branch shutter_key_release ,blank 
-:      016883 shutter_key_press:
-0x472d 016884 call app_led_on 
-0x472e 016885 arg mem_key0_press ,regc 
-0x472f 016886 branch push_queue_press_or_release 
-:      016888 shutter_key_release:
-0x4730 016889 call app_led_off 
-0x4731 016890 arg mem_key0_release ,regc 
-:      016892 push_queue_press_or_release:
-0x4732 016893 arg max_queue_num ,pdata 
-0x4733 016894 imul32 queue ,pdata 
-0x4734 016895 iadd regc ,regc 
-:      016898 push_buffer_in_queue:
-0x4735 016899 ifetch 1 ,regc 
-0x4736 016900 rtn blank 
-0x4737 016901 call queue_push_one_byte 
-0x4738 016902 increase 1 ,regc 
-0x4739 016903 branch push_buffer_in_queue 
-:      016906 shutter_send_data_to_master:
-0x473a 016907 fetch 2 ,mem_ui_state_map 
-0x473b 016908 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
-0x473c 016909 bbit1 ui_state_bt_connected ,pop_queue_to_classic_data 
-0x473d 016910 rtn 
-:      016912 pop_queue_to_ble_data:
-0x473e 016913 call le_fifo_check_nearly_full 
-0x473f 016914 nrtn blank 
-0x4740 016915 call queue_pop_one_byte 
-0x4741 016916 nrtn user 
-0x4742 016917 pincrease -1 
-0x4743 016918 mul32 pdata ,shutter_ble_data_buffer ,pdata 
-0x4744 016919 arg mem_ble_data_buffer1 ,temp 
-0x4745 016920 iadd temp ,contr 
-:      016921 le_send_notify_from_list:
-0x4746 016922 ifetch 1 ,contr 
-0x4747 016923 copy pdata ,rega 
-0x4748 016924 ifetcht 2 ,contr 
-0x4749 016925 call store_contr 
-0x474a 016926 call le_att_malloc_tx_notify 
-0x474b 016927 copy rega ,loopcnt 
-0x474c 016928 call get_contr 
-0x474d 016929 branch memcpy 
-:      016932 pop_queue_to_classic_data:
-0x474e 016933 call l2cap_malloc_is_fifo_nearly_full 
-0x474f 016934 nrtn blank 
-0x4750 016935 call queue_pop_one_byte 
-0x4751 016936 nrtn user 
-0x4752 016937 pincrease -1 
-0x4753 016938 mul32 pdata ,shutter_classic_data_buffer ,pdata 
-0x4754 016939 arg mem_classic_data_buffer1 ,temp 
-0x4755 016940 iadd temp ,contr 
-0x4756 016941 ifetch 5 ,contr 
-0x4757 016942 store 5 ,mem_classic_data_buffer 
-:      016943 classic_send_hid_data:
-0x4758 016944 fetch 1 ,mem_classic_data_buffer 
-0x4759 016945 copy pdata ,rega 
-0x475a 016946 call hid_malloc_tx_buff 
-0x475b 016947 fetch 2 ,mem_hid_int_remote_cid 
-0x475c 016948 istore 2 ,contw 
-0x475d 016949 setarg 0xa1 
-0x475e 016950 istore 1 ,contw 
-0x475f 016951 fetch 4 ,mem_classic_data_buffer + 1 
-0x4760 016952 istore 9 ,contw 
-0x4761 016953 rtn 
-:      016957 queue_push_one_byte:
-0x4762 016958 store 1 ,mem_pdatatemp 
-0x4763 016959 arg mem_pdatatemp ,rega 
-0x4764 016960 branch queue_push 
-:      016962 queue_pop_one_byte:
-0x4765 016963 arg mem_pdatatemp ,rega 
-0x4766 016964 call queue_pop 
-0x4767 016965 nrtn user 
-0x4768 016966 fetch 1 ,mem_pdatatemp 
-0x4769 016967 rtn 
-:      016970 ble_shutter_receive_data:
-0x476a 016971 fetch 2 ,mem_le_att_handle 
-0x476b 016972 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
-0x476c 016973 rtn 
-:      016975 shutter_init_param:
-0x476d 016976 setarg 0x02 
-0x476e 016977 store 1 ,mem_shutter_power_off_timeout 
-0x476f 016979 setarg 0x00200008 
-0x4770 016980 store 4 ,mem_ble_shutter_interval_min 
-0x4771 016981 setarg 0x012c0005 
-0x4772 016982 istore 4 ,contw 
-0x4773 016985 jam 0x17 ,mem_le_local_mtu 
-0x4774 016988 setarg 0x1b 
-0x4775 016989 store 2 ,mem_le_pairing_handle 
-0x4776 016990 call le_set_config_fixed_ltk 
-0x4777 016991 call le_set_fixed_ltk 
-0x4778 016992 call le_set_justwork 
-0x4779 016993 branch le_set_config_read_authentication 
-:      016996 shutter_load_buffer_config_form_datarom:
-0x477a 016998 arg ble_key_value_list_size ,loopcnt 
-0x477b 016999 arg mem_ble_data_buffer1 ,contw 
-0x477c 017000 arg ble_shutter_key_value_list ,contr 
-0x477d 017001 call memcpy_fast 
-0x477e 017002 arg bt_key_value_list_size ,loopcnt 
-0x477f 017003 arg mem_classic_data_buffer1 ,contw 
-0x4780 017004 arg classic_shutter_key_value_list ,contr 
-0x4781 017005 branch memcpy_fast 
-:      017008 shutter_load_ble_gatt_form_datarom:
-0x4782 017009 arg ble_gatt_list_size ,loopcnt 
-0x4783 017010 arg ble_shutter_gatt_list ,contr 
-0x4784 017011 branch memcpy_fast 
-:      017014 shutter_load_bt_sdp_form_datarom:
-0x4785 017015 arg bt_sdp_list_size ,loopcnt 
-0x4786 017016 arg classic_shutter_sdp_list ,contr 
-0x4787 017017 branch memcpy_fast 
-:      017021 shutter_init_bluetooth_config:
-0x4788 017022 call shutter_check_load_config_flag 
-0x4789 017023 nrtn user 
-0x478a 017024 fetch 1 ,mem_shutter_config_select_gpio1 
-0x478b 017025 call shutter_init_bluetooth_config_gpio_input 
-0x478c 017026 fetch 1 ,mem_shutter_config_select_gpio2 
-0x478d 017027 call shutter_init_bluetooth_config_gpio_input 
-0x478e 017028 fetch 1 ,mem_shutter_config_select_gpio3 
-0x478f 017029 branch shutter_init_bluetooth_config_gpio_input 
-:      017031 shutter_init_bluetooth_config_gpio_input:
-0x4790 017032 rtn blank 
-0x4791 017033 or pdata ,0x80 ,temp 
-0x4792 017034 branch gpio_config_input_nowake 
-:      017037 shutter_load_bluetooth_config:
-0x4793 017038 call shutter_check_load_config_flag 
-0x4794 017039 nrtn user 
-0x4795 017040 call shutter_load_bluetooth_config_label 
-0x4796 017041 branch shutter_load_bluetooth_config_by_otp 
-:      017043 shutter_load_bluetooth_config_label:
-0x4797 017044 arg 0 ,rega 
-0x4798 017045 fetch 1 ,mem_shutter_config_select_gpio1 
-0x4799 017046 call shutter_load_bluetooth_config_read_gpio_input 
-0x479a 017047 nsetflag blank ,0 ,rega 
-0x479b 017048 fetch 1 ,mem_shutter_config_select_gpio2 
-0x479c 017049 call shutter_load_bluetooth_config_read_gpio_input 
-0x479d 017050 nsetflag blank ,1 ,rega 
-0x479e 017051 fetch 1 ,mem_shutter_config_select_gpio3 
-0x479f 017052 call shutter_load_bluetooth_config_read_gpio_input 
-0x47a0 017053 nsetflag blank ,2 ,rega 
-0x47a1 017054 copy rega ,pdata 
-0x47a2 017055 store 1 ,mem_shutter_config_label 
-0x47a3 017056 fetch 1 ,mem_shutter_config_size 
-0x47a4 017057 imul32 rega ,pdata 
-0x47a5 017058 fetcht 2 ,mem_shutter_config_otp_base_address 
-0x47a6 017059 iadd temp ,pdata 
-0x47a7 017060 store 2 ,mem_shutter_config_otp_addr 
-0x47a8 017061 rtn 
-:      017063 shutter_load_bluetooth_config_read_gpio_input:
-0x47a9 017064 rtn blank 
-0x47aa 017065 or pdata ,0x80 ,temp 
-0x47ab 017066 call gpio_get_bit 
-0x47ac 017067 nbranch enable_blank ,true 
-0x47ad 017068 branch disable_blank 
-:      017071 shutter_check_load_config_flag:
-0x47ae 017072 call disable_user 
-0x47af 017073 fetch 1 ,mem_shutter_config_user_size 
-0x47b0 017074 nrtn blank 
-0x47b1 017075 fetch 1 ,mem_shutter_config_enable 
-0x47b2 017076 rtn blank 
-0x47b3 017077 branch enable_user 
-:      017080 shutter_load_bluetooth_config_by_otp:
-0x47b4 017081 call otp_enable_chgpump 
-0x47b5 017082 fetch 2 ,mem_shutter_config_otp_addr 
-0x47b6 017083 arg mem_shutter_config_data_temp ,rega 
-0x47b7 017084 fetcht 1 ,mem_shutter_config_size 
-0x47b8 017085 call otpd_read_data 
-0x47b9 017086 call otp_disable_chgpump 
-:      017087 shutter_load_bluetooth_config_store_name:
-0x47ba 017088 fetch 1 ,mem_shutter_config_data_temp 
-0x47bb 017089 copy pdata ,loopcnt 
-0x47bc 017090 store 1 ,mem_le_name_len 
-0x47bd 017091 call memcpy_fast 
-0x47be 017092 fetch 1 ,mem_shutter_config_data_temp 
-0x47bf 017093 copy pdata ,loopcnt 
-0x47c0 017094 store 1 ,mem_local_name_length 
-0x47c1 017095 call memcpy_fast 
-0x47c2 017096 ifetch 1 ,contr 
-0x47c3 017097 store 1 ,mem_shutter_key_num 
-0x47c4 017098 ifetch 1 ,contr 
-0x47c5 017099 store 1 ,mem_shutter_hard_soft_switch_case 
-0x47c6 017100 rtn 
-:      017103 shutter_load_bluetooth_config_by_eeprom:
-0x47c7 017104 fetch 1 ,mem_shutter_bluetooth_type 
-0x47c8 017105 rtnbit0 classic_shutter 
-0x47c9 017106 arg 3 ,temp 
-0x47ca 017107 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
-0x47cb 017108 copy pdata ,regb 
-0x47cc 017109 arg mem_shutter_config_eeprom_start_flag ,rega 
-0x47cd 017110 call iicd_read_eep_data 
-0x47ce 017111 fetcht 2 ,mem_shutter_config_eeprom_start_flag 
-0x47cf 017112 setarg shutter_eeprom_config_crc 
-0x47d0 017113 isub temp ,null 
-0x47d1 017114 nrtn zero 
-0x47d2 017115 fetch 1 ,mem_shutter_config_user_size 
-0x47d3 017116 rtn blank 
-0x47d4 017117 copy pdata ,temp 
-0x47d5 017118 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
-0x47d6 017119 add pdata ,3 ,regb 
-0x47d7 017120 arg mem_shutter_config_data_temp ,rega 
-0x47d8 017121 call iicd_read_eep_data 
-0x47d9 017122 branch shutter_store_config 
-:      017124 shutter_load_bluetooth_config_by_user_config:
-0x47da 017125 fetch 2 ,mem_shutter_config_user_otp_address 
-0x47db 017126 rtn blank 
-0x47dc 017127 call otp_enable_chgpump 
-0x47dd 017128 arg 1 ,temp 
-0x47de 017129 arg mem_shutter_config_user_size ,rega 
-0x47df 017130 call otpd_read_data 
-0x47e0 017132 fetch 1 ,mem_shutter_config_user_size 
-0x47e1 017133 rtn blank 
-0x47e2 017135 fetch 2 ,mem_shutter_config_user_otp_address 
-0x47e3 017136 pincrease 1 
-0x47e4 017137 arg mem_shutter_config_data_temp ,rega 
-0x47e5 017138 fetcht 1 ,mem_shutter_config_user_size 
-0x47e6 017139 call otpd_read_data 
-0x47e7 017140 call otp_disable_chgpump 
-:      017141 shutter_store_config:
-0x47e8 017142 call shutter_load_bluetooth_config_store_name 
-:      017143 shutter_load_bluetooth_config_custom:
-0x47e9 017144 ifetch 2 ,contr 
-0x47ea 017145 rtn blank 
-0x47eb 017146 copy pdata ,contw 
-0x47ec 017147 ifetcht 1 ,contr 
-0x47ed 017148 copy temp ,loopcnt 
-0x47ee 017149 call memcpy 
-0x47ef 017150 branch shutter_load_bluetooth_config_custom 
-:      017154 shutter_random_mac_addr:
-0x47f0 017155 fetch 1 ,mem_shutter_bluetooth_type 
-0x47f1 017156 rtnbit0 classic_shutter 
-0x47f2 017157 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
-0x47f3 017158 copy pdata ,regb 
-0x47f4 017159 arg 4 ,temp 
-0x47f5 017160 arg mem_shutter_random_mac_data_temp ,rega 
-0x47f6 017161 call iicd_read_eep_data 
-0x47f7 017162 fetch 1 ,mem_shutter_random_mac_data_temp 
-0x47f8 017163 bne 1 ,shutter_write_random_mac_addr_to_eeprom 
-:      017164 shutter_write_random_mac_addr_to_eeprom:
-0x47f9 017165 setarg 1 
-0x47fa 017166 store 1 ,mem_shutter_random_mac_data_temp 
-0x47fb 017167 force 3 ,loopcnt 
-0x47fc 017168 call generate_random_loop 
-0x47fd 017169 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
-0x47fe 017170 copy pdata ,regb 
-0x47ff 017171 arg 4 ,temp 
-0x4800 017172 arg mem_shutter_random_mac_data_temp ,rega 
-0x4801 017173 call iicd_write_eep_data 
-:      017174 shutter_write_random_mac_addr:
-0x4802 017175 fetch 3 ,mem_shutter_random_mac_data_temp + 1 
-0x4803 017176 store 3 ,mem_lap 
-0x4804 017177 store 3 ,mem_le_lap 
-0x4805 017178 rtn 
-:      017181 shutter_soft_swtich_power_on:
-0x4806 017182 branch shutter_start_reconnect 
-:      017185 shutter_soft_swtich_power_off:
-0x4807 017186 arg 0 ,rega 
-0x4808 017187 arg mem_shutter_power_off_led_style ,regc 
-0x4809 017188 call ui_led_set_style_global 
-0x480a 017189 call shutter_disconnect_current_connection 
-:      017190 shutter_wait_power_off:
-0x480b 017191 fetch 1 ,mem_shutter_power_off_timeout 
-0x480c 017192 store 1 ,mem_shutter_power_off_timer 
-0x480d 017193 rtn 
-:      017197 ui_soft_swtich_init:
-0x480e 017198 setarg ss_state_power_up 
-0x480f 017199 call ui_soft_swtich_init_power_on_time 
-0x4810 017200 jam ui_button_state_up ,mem_ui_button_last_state 
-0x4811 017201 call ui_button_init 
-0x4812 017202 call ui_button_polling 
-0x4813 017203 fetch 2 ,mem_ui_state_map 
-0x4814 017204 rtnbit1 ui_state_btn_down 
-0x4815 017205 branch app_enter_hibernate 
-:      017207 ui_soft_swtich_init_power_on_time:
-0x4816 017208 fetcht 2 ,mem_power_param_ptr 
-0x4817 017209 istore 1 ,temp 
-0x4818 017210 ifetch 1 ,contw 
-0x4819 017211 store 1 ,mem_ui_button_timeout 
-0x481a 017212 rtn 
-:      017215 ui_soft_switch_botton_up:
-0x481b 017216 fetch 2 ,mem_power_param_ptr 
-0x481c 017217 ifetch 1 ,pdata 
-0x481d 017218 rtnne ss_state_power_up 
-0x481e 017219 branch app_enter_hibernate 
-:      017222 ui_soft_switch_botton_long_press:
-0x481f 017223 fetcht 2 ,mem_power_param_ptr 
-0x4820 017224 ifetch 1 ,temp 
-0x4821 017225 beq ss_state_power_on ,ui_soft_switch_power_off 
-:      017226 ui_soft_switch_power_on:
-0x4822 017227 setarg ss_state_power_on 
-0x4823 017228 fetcht 2 ,mem_power_param_ptr 
-0x4824 017229 istore 1 ,temp 
-0x4825 017230 add temp ,ss_power_off_time ,contr 
-0x4826 017231 ifetch 1 ,contr 
-0x4827 017232 istore 1 ,mem_ui_button_timeout 
-0x4828 017233 ifetch 2 ,contr 
-0x4829 017234 branch callback_func 
-:      017236 ui_soft_switch_power_off:
-0x482a 017237 setarg ss_state_power_off 
-0x482b 017238 call ui_soft_swtich_init_power_on_time 
-0x482c 017239 add temp ,ss_power_off_cb ,contr 
-0x482d 017240 ifetch 2 ,contr 
-0x482e 017241 branch app_enter_hibernate ,blank 
-0x482f 017242 branch callback_func 
-:      017248 shutter_byteswap:
-0x4830 017249 store 6 ,mem_tmp_buffer 
-0x4831 017250 fetch 1 ,mem_tmp_buffer 
-0x4832 017251 store 1 ,mem_tmp_buffer + 11 
-0x4833 017252 ifetch 1 ,contr 
-0x4834 017253 store 1 ,mem_tmp_buffer + 10 
-0x4835 017254 ifetch 1 ,contr 
-0x4836 017255 store 1 ,mem_tmp_buffer + 9 
-0x4837 017256 ifetch 1 ,contr 
-0x4838 017257 store 1 ,mem_tmp_buffer + 8 
-0x4839 017258 ifetch 1 ,contr 
-0x483a 017259 store 1 ,mem_tmp_buffer + 7 
-0x483b 017260 ifetch 1 ,contr 
-0x483c 017261 store 1 ,mem_tmp_buffer + 6 
-0x483d 017262 fetch 6 ,mem_tmp_buffer + 6 
-0x483e 017263 rtn 
-:      017265 shutter_random_addr_by_otp:
-0x483f 017266 call load_adc_init 
-0x4840 017267 fetch 1 ,mem_1v_adc_io_data 
-0x4841 017268 store 1 ,mem_le_lap 
-0x4842 017269 fetch 1 ,mem_5v_adc_hvin_data 
-0x4843 017270 istore 1 ,contw 
-0x4844 017271 fetch 1 ,mem_3v_adc_vinlpm_data 
-0x4845 017272 istore 1 ,contw 
-0x4846 017273 fetch 3 ,mem_le_lap 
-0x4847 017274 store 3 ,mem_lap 
-0x4848 017275 rtn 
-:      017287 sim_iic_read_eep_data:
-0x4849 017288 fetch 2 ,mem_eeprom_base 
-0x484a 017289 iadd regb ,pdata 
-0x484b 017290 byteswap pdata ,pdata 
-0x484c 017291 store 2 ,mem_addr_mi 
-0x484d 017292 copy temp ,regb 
-0x484e 017294 call sim_iic_start 
-0x484f 017295 setarg 0xa0 
-0x4850 017296 call sim_iic_send_byte 
-0x4851 017297 fetch 1 ,mem_addr_mi 
-0x4852 017298 call sim_iic_send_byte 
-0x4853 017299 bmark1 mark_eeprom_size ,sim_iic_read_eep_data_2k 
-0x4854 017300 fetch 1 ,mem_addr_mi + 1 
-0x4855 017301 call sim_iic_send_byte 
-:      017302 sim_iic_read_eep_data_2k:
-0x4856 017303 call sim_iic_stop 
-0x4857 017305 call sim_iic_start 
-0x4858 017306 setarg 0xa1 
-0x4859 017307 call sim_iic_send_byte 
-:      017309 sim_iic_read_eep_data_loop:
-0x485a 017310 call sim_iic_read_byte 
-0x485b 017311 istore 1 ,rega 
-0x485c 017312 increase 1 ,rega 
-0x485d 017313 increase -1 ,regb 
-0x485e 017314 nbranch sim_iic_read_eep_data_loop ,zero 
-0x485f 017315 branch sim_iic_stop 
-:      017326 sim_iic_write_eep_data:
-0x4860 017327 byteswap regb ,pdata 
-0x4861 017328 store 2 ,mem_addr_mi 
-0x4862 017329 copy temp ,regb 
-0x4863 017331 call sim_iic_start 
-0x4864 017332 setarg 0xa0 
-0x4865 017333 call sim_iic_send_byte 
-0x4866 017335 fetch 1 ,mem_addr_mi 
-0x4867 017336 call sim_iic_send_byte 
-0x4868 017337 bmark1 mark_eeprom_size ,sim_iic_write_eep_data_loop 
-0x4869 017338 fetch 1 ,mem_addr_mi + 1 
-0x486a 017339 call sim_iic_send_byte 
-:      017340 sim_iic_write_eep_data_loop:
-0x486b 017341 ifetch 1 ,rega 
-0x486c 017342 call sim_iic_send_byte 
-0x486d 017343 increase 1 ,rega 
-0x486e 017344 increase -1 ,regb 
-0x486f 017345 nbranch sim_iic_write_eep_data_loop ,zero 
-0x4870 017346 branch sim_iic_stop 
-:      017350 sim_iic_wait_ack:
-0x4871 017351 arg 10 ,loopcnt 
-0x4872 017352 call sim_iic_release_sda 
-0x4873 017353 call sim_iic_scl_output_high 
-0x4874 017354 call sim_iic_delay 
-:      017355 sim_iic_wait_ack_loop:
-0x4875 017356 call sim_iic_read_sda_level 
-0x4876 017357 branch sim_iic_scl_output_low ,blank 
-0x4877 017358 loop sim_iic_wait_ack_loop 
-0x4878 017359 branch sim_iic_scl_output_low 
-:      017363 sim_iic_ack_slave:
-0x4879 017364 call sim_iic_scl_output_low 
-0x487a 017365 call sim_iic_sda_output_low 
-0x487b 017366 call sim_iic_delay 
-0x487c 017367 call sim_iic_scl_output_high 
-0x487d 017368 call sim_iic_delay 
-0x487e 017369 branch sim_iic_scl_output_low 
-:      017374 sim_iic_read_byte:
-0x487f 017375 arg 8 ,loopcnt 
-0x4880 017376 arg 0 ,regc 
-0x4881 017377 call sim_iic_release_sda 
-:      017378 sim_iic_read_byte_loop:
-0x4882 017379 call sim_iic_scl_output_high 
-0x4883 017380 call sim_iic_delay 
-0x4884 017381 lshift regc ,regc 
-0x4885 017382 call sim_iic_read_sda_level 
-0x4886 017383 iadd regc ,regc 
-0x4887 017384 call sim_iic_delay 
-0x4888 017385 call sim_iic_scl_output_low 
-0x4889 017386 loop sim_iic_read_byte_loop 
-0x488a 017387 call sim_iic_ack_slave 
-0x488b 017388 copy regc ,pdata 
-0x488c 017389 rtn 
-:      017393 sim_iic_send_byte:
-0x488d 017394 arg 8 ,loopcnt 
-0x488e 017395 copy pdata ,regc 
-0x488f 017396 call sim_iic_scl_output_low 
-:      017397 sim_iic_send_byte_loop:
-0x4890 017398 isolate1 7 ,regc 
-0x4891 017399 call sim_iic_sda_output_high ,true 
-0x4892 017400 ncall sim_iic_sda_output_low ,true 
-0x4893 017401 lshift regc ,regc 
-0x4894 017402 call sim_iic_delay 
-0x4895 017403 call sim_iic_scl_output_high 
-0x4896 017404 call sim_iic_delay 
-0x4897 017405 call sim_iic_scl_output_low 
-0x4898 017406 call sim_iic_delay 
-0x4899 017407 loop sim_iic_send_byte_loop 
-0x489a 017408 branch sim_iic_wait_ack 
-:      017412 sim_iic_start:
-0x489b 017413 call sim_iic_sda_output_high 
-0x489c 017414 call sim_iic_scl_output_high 
-0x489d 017415 call sim_iic_delay 
-0x489e 017416 call sim_iic_sda_output_low 
-0x489f 017417 call sim_iic_delay 
-0x48a0 017418 branch sim_iic_scl_output_low 
-:      017422 sim_iic_stop:
-0x48a1 017423 call sim_iic_sda_output_low 
-0x48a2 017424 call sim_iic_scl_output_high 
-0x48a3 017425 call sim_iic_delay 
-0x48a4 017426 call sim_iic_sda_output_high 
-0x48a5 017427 branch sim_iic_delay 
-:      017431 sim_iic_scl_output_high:
-0x48a6 017432 enable user 
-0x48a7 017433 fetch 1 ,sim_iic_scl_gpio_num 
-0x48a8 017434 branch sim_iic_config_gpio 
-:      017437 sim_iic_scl_output_low:
-0x48a9 017438 disable user 
-0x48aa 017439 fetch 1 ,sim_iic_scl_gpio_num 
-0x48ab 017440 branch sim_iic_config_gpio 
-:      017443 sim_iic_sda_output_high:
-0x48ac 017444 enable user 
-0x48ad 017445 fetch 1 ,sim_iic_sda_gpio_num 
-0x48ae 017446 branch sim_iic_config_gpio 
-:      017449 sim_iic_sda_output_low:
-0x48af 017450 disable user 
-0x48b0 017451 fetch 1 ,sim_iic_sda_gpio_num 
-0x48b1 017452 branch sim_iic_config_gpio 
-:      017457 sim_iic_config_gpio:
-0x48b2 017458 and pdata ,0x07 ,queue 
-0x48b3 017459 rshift3 pdata ,pdata 
-0x48b4 017460 arg core_gpio_oe0 ,temp 
-0x48b5 017461 iadd temp ,temp 
-0x48b6 017462 ifetch 1 ,temp 
-0x48b7 017463 qset1 pdata 
-0x48b8 017464 istore 1 ,temp 
-0x48b9 017465 increase 4 ,temp 
-0x48ba 017466 ifetch 1 ,temp 
-0x48bb 017467 qsetflag user ,pdata 
-0x48bc 017468 istore 1 ,temp 
-0x48bd 017469 rtn 
-:      017472 sim_iic_release_sda:
-0x48be 017473 fetch 1 ,sim_iic_sda_gpio_num 
-0x48bf 017474 and pdata ,0x07 ,queue 
-0x48c0 017475 rshift3 pdata ,pdata 
-0x48c1 017476 arg core_gpio_oe0 ,temp 
-0x48c2 017477 iadd temp ,temp 
-0x48c3 017478 ifetch 1 ,temp 
-0x48c4 017479 qset0 pdata 
-0x48c5 017480 istore 1 ,temp 
-0x48c6 017481 rtn 
-:      017486 sim_iic_read_sda_level:
-0x48c7 017487 nop 4 
-0x48c8 017488 fetch 1 ,sim_iic_sda_gpio_num 
-0x48c9 017489 and pdata ,0x07 ,queue 
-0x48ca 017490 rshift3 pdata ,pdata 
-0x48cb 017491 arg core_gpio_in ,temp 
-0x48cc 017492 iadd temp ,temp 
-0x48cd 017493 setarg 0 
-0x48ce 017494 ifetcht 1 ,temp 
-0x48cf 017495 qisolate1 temp 
-0x48d0 017496 setflag true ,0 ,pdata 
-0x48d1 017497 rtn 
-:      017500 sim_iic_delay:
-0x48d2 017502 rtn 
-:      017508 usb_isr:
-0x48d3 017509 bpatch patch1e_6 ,mem_patch1e 
-0x48d4 017510 hfetch 1 ,core_usb_status 
-0x48d5 017511 isolate1 7 ,pdata 
-0x48d6 017512 call usb_init ,true 
-0x48d7 017513 call usb_nak_state_judge 
-0x48d8 017514 hfetch 1 ,core_usb_status 
-0x48d9 017515 store 1 ,mem_usb_status 
-0x48da 017516 hfetch 1 ,core_usb_fifo_empty 
-0x48db 017517 store 1 ,mem_usb_fifo_empty 
-0x48dc 017518 hstore 1 ,core_usb_fifo_empty 
-0x48dd 017519 pinvert 
-0x48de 017520 fetcht 1 ,mem_usb_tx_wait 
-0x48df 017521 iand temp ,pdata 
-0x48e0 017522 store 1 ,mem_usb_tx_wait 
-0x48e1 017523 jam 0xe0 ,core_usb_status 
-0x48e2 017524 fetch 1 ,mem_usb_fifo_empty 
-0x48e3 017525 compare 0x1 ,pdata ,0x1 
-0x48e4 017526 call usb0_fifo_empty ,true 
-0x48e5 017527 fetch 1 ,mem_usb_status 
-0x48e6 017528 compare 0x1 ,pdata ,0x1 
-0x48e7 017529 call usb_status1 ,true 
-0x48e8 017530 call usb_tx 
-0x48e9 017531 branch usb_nak_state 
-:      017533 usb_init:
-0x48ea 017534 bpatch patch1e_7 ,mem_patch1e 
-0x48eb 017535 call usb_init_param 
-0x48ec 017536 jam 0x00 ,core_usb_config 
-0x48ed 017537 nop 10000 
-0x48ee 017538 jam 0xc0 ,core_usb_trig 
-0x48ef 017539 hfetch 2 ,core_clkoff 
-0x48f0 017540 set0 clock_off_usb ,pdata 
-0x48f1 017541 hstore 2 ,core_clkoff 
-0x48f2 017542 jam 0x3c ,core_usb_config 
-0x48f3 017543 jam 0xff ,core_usb_status 
-0x48f4 017544 jam 0xff ,core_usb_fifo_empty 
-0x48f5 017545 jam 0 ,core_usb_addr 
-0x48f6 017546 jam dev_default ,mem_usb0_state 
-0x48f7 017547 setarg mem_usb_clear_mem_end 
-0x48f8 017548 arg mem_usb_clear_mem_start ,contw 
-0x48f9 017549 isub contw ,loopcnt 
-0x48fa 017550 branch clear_mem 
-:      017552 usb_offline_check_init:
-0x48fb 017553 fetcht 1 ,mem_usb_offline_check_gpio 
-0x48fc 017554 branch gpio_config_input 
-:      017555 usb_offline_state:
-0x48fd 017556 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x48fe 017557 rtn blank 
-0x48ff 017558 fetcht 1 ,mem_usb_offline_check_gpio 
-0x4900 017559 call gpio_get_bit 
-0x4901 017560 branch usb_init ,true 
-0x4902 017561 rtn 
-:      017564 usb_nak_state:
-0x4903 017565 arg timer_nak ,queue 
-0x4904 017566 call timer_check 
-0x4905 017567 nrtn blank 
-0x4906 017568 fetch 1 ,mem_usb_wakestate_onetime_flag 
-0x4907 017569 nrtn blank 
-0x4908 017570 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x4909 017571 ncall usb_mac_wakeup_judge ,blank 
-0x490a 017572 rtn 
-:      017574 usb_mem_devicedesc_init:
-0x490b 017575 arg mem_devicedesc ,contw 
-0x490c 017576 setsect 0 ,0x11212 
-0x490d 017577 setsect 1 ,0x8000 
-0x490e 017578 setsect 2 ,0x0 
-0x490f 017579 setsect 3 ,0x10000 
-0x4910 017580 istore 9 ,contw 
-0x4911 017581 setsect 0 ,0x22412 
-0x4912 017582 setsect 1 ,0x8604 
-0x4913 017583 setsect 2 ,0x1000 
-0x4914 017584 setsect 3 ,0x8 
-0x4915 017585 istore 9 ,contw 
-0x4916 017586 setsect 0 ,0x1 
-0x4917 017587 istore 1 ,contw 
-0x4918 017588 rtn 
-:      017590 usb_init_param:
-0x4919 017591 jam 2 ,mem_usb0_state 
-0x491a 017592 setarg 0x0 
-0x491b 017593 store 1 ,mem_remain 
-0x491c 017594 store 2 ,mem_usb_zero_packet 
-0x491d 017595 pincrease 1 
-0x491e 017596 store 2 ,mem_usb_ones_packet 
-0x491f 017597 pincrease 1 
-0x4920 017598 store 2 ,mem_usb_two_packet 
-0x4921 017599 setarg hid_kbdata_addr 
-0x4922 017600 store 2 ,mem_hidreportdesc_kb 
-0x4923 017601 setarg hid_msdata_addr 
-0x4924 017602 store 2 ,mem_hidreportdesc_m 
-0x4925 017603 arg mem_confdesc ,contw 
-0x4926 017604 arg hid_confdata_addr ,contr 
-0x4927 017605 call memcpy64 
-0x4928 017606 fetch 1 ,mem_usb_tx_interval 
-0x4929 017607 ncall usb_tx_interval_config ,blank 
-0x492a 017608 branch usb_mem_devicedesc_init 
-:      017610 usb_tx_interval_config:
-0x492b 017611 store 1 ,mem_confdesc + 34 
-0x492c 017612 store 1 ,mem_confdesc + 59 
-0x492d 017613 rtn 
-:      017614 usb_nak_state_judge:
-0x492e 017615 hfetch 1 ,core_usb_status 
-0x492f 017616 bbit1 usb_status_nak ,usb_nak_state_timer_init 
-0x4930 017617 rtn 
-:      017619 usb_nak_state_timer_init:
-0x4931 017620 call usb0_attached_state_judge 
-0x4932 017621 call timer_reinit 
-0x4933 017622 setarg timer_nak_delay 
-0x4934 017623 arg timer_nak ,queue 
-0x4935 017624 branch timer_init 
-:      017626 usb0_attached_state_judge:
-0x4936 017627 fetch 1 ,mem_usb_state 
-0x4937 017628 bne usb_connected ,usb_clear_halt_dispose 
-0x4938 017629 jam 0 ,mem_usb_wakestate_onetime_flag 
-0x4939 017630 jam 0 ,mem_usb_mac_wakeup_trig 
-0x493a 017631 rtn 
-:      017632 usb_clear_halt_dispose:
-0x493b 017633 fetch 1 ,mem_usb_clear_halt 
-0x493c 017634 rtn blank 
-0x493d 017635 jam 0 ,mem_usb_clear_halt 
-0x493e 017636 jam usb_connected ,mem_usb_state 
-0x493f 017637 jam 1 ,mem_usb_device_enumeration_endflag 
-0x4940 017638 rtn 
-:      017640 usb0_fifo_empty:
-0x4941 017641 jam 0x1 ,core_usb_fifo_empty 
-0x4942 017642 branch usb0_tx 
-:      017644 usb_rx_no_data:
-0x4943 017645 fetch 1 ,mem_usb_status 
-0x4944 017646 bbit1 usb_status_setup ,usb_class_type 
-0x4945 017647 rtn 
-:      017649 usb_rx_read:
-0x4946 017650 hfetch 1 ,core_usb_ep 
-0x4947 017651 istore 1 ,contw 
-0x4948 017652 loop usb_rx_read 
-0x4949 017653 rtn 
-:      017655 usb_status1:
-0x494a 017656 bpatch patch1f_0 ,mem_patch1f 
-0x494b 017657 jam 0x11 ,core_usb_status 
-0x494c 017658 hfetch 1 ,core_usb_ep_len 
-0x494d 017659 store 1 ,mem_usb_read_len 
-0x494e 017660 copy pdata ,loopcnt 
-0x494f 017661 branch usb_rx_no_data ,blank 
-0x4950 017662 arg mem_usb_setup ,contw 
-0x4951 017663 call usb_rx_read 
-0x4952 017664 fetch 1 ,mem_usb_read_len 
-0x4953 017665 sub pdata ,7 ,null 
-0x4954 017666 rtn positive 
-:      017667 usb_class_type:
-0x4955 017668 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4956 017669 and_into 0x80 ,pdata 
-0x4957 017670 beq in_device ,usb_in_device 
-0x4958 017671 beq out_device ,usb_out_device 
-0x4959 017672 branch assert 
-:      017674 usb_in_device:
-0x495a 017675 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x495b 017676 rshift4 pdata ,pdata 
-0x495c 017677 rshift pdata ,pdata 
-0x495d 017678 and_into 0x03 ,pdata 
-0x495e 017679 beq standard_req ,usb_in_standard_req 
-0x495f 017680 beq class_req ,usb_in_class_req 
-0x4960 017681 beq manufacturer_req ,usb_in_manufacturer_req 
-0x4961 017682 branch assert 
-:      017684 usb_out_device:
-0x4962 017685 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4963 017686 rshift4 pdata ,pdata 
-0x4964 017687 rshift pdata ,pdata 
-0x4965 017688 and_into 0x03 ,pdata 
-0x4966 017689 beq standard_req ,usb_out_standard_req 
-0x4967 017690 beq class_req ,usb_out_class_req 
-0x4968 017691 beq manufacturer_req ,usb_out_manufacturer_req 
-0x4969 017692 branch assert 
-:      017694 usb_in_standard_req:
-0x496a 017695 fetch 1 ,mem_usb_setup_brequest 
-0x496b 017696 beq get_configuration ,usb0_request_get_configuration 
-0x496c 017697 beq get_descriptor ,usb0_request_get_descriptor 
-0x496d 017698 beq get_interface ,usb0_request_get_interface 
-0x496e 017699 beq get_status ,usb0_request_get_status 
-0x496f 017700 branch usb0_force_stall 
-:      017702 usb_in_class_req:
-0x4970 017703 fetch 1 ,mem_usb_setup_brequest 
-0x4971 017704 beq get_idle ,usb_get_idle 
-0x4972 017705 beq get_report ,usb_get_report 
-0x4973 017706 beq get_protocol ,usb_get_protocol_req 
-0x4974 017707 branch usb0_force_stall 
-:      017709 usb_in_manufacturer_req:
-0x4975 017710 branch usb0_force_stall 
-:      017712 usb_out_standard_req:
-0x4976 017713 fetch 1 ,mem_usb_setup_brequest 
-0x4977 017714 beq clear_feature ,usb0_request_clear_feature 
-0x4978 017715 beq set_feature ,usb0_request_set_feature 
-0x4979 017716 beq set_address ,usb0_request_set_address 
-0x497a 017717 beq set_configuration ,usb0_request_set_configuration 
-0x497b 017718 beq set_interface ,usb0_request_set_interface 
-0x497c 017719 beq set_descriptor ,usb0_force_stall 
-0x497d 017720 branch usb0_force_stall 
-:      017722 usb_out_class_req:
-0x497e 017723 fetch 1 ,mem_usb_setup_brequest 
-0x497f 017724 beq set_idle ,usb_set_idle 
-0x4980 017725 beq set_report ,usb_set_report 
-0x4981 017726 beq set_protocol ,usb_set_protocol_req 
-0x4982 017727 branch usb0_force_stall 
-:      017729 usb_out_manufacturer_req:
-0x4983 017730 branch usb0_force_stall 
-:      017732 usb0_force_stall:
-0x4984 017733 hfetch 1 ,core_usb_stall 
-0x4985 017734 set1 0 ,pdata 
-0x4986 017735 hstore 1 ,core_usb_stall 
-0x4987 017736 branch usb0_reply_zerolen 
-:      017738 usb0_reply_zerolen:
-0x4988 017739 jam 0x40 ,core_usb_clear 
-0x4989 017740 rtn 
-:      017742 usb0_request_get_configuration:
-0x498a 017743 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x498b 017744 bne in_device ,usb0_force_stall 
-0x498c 017745 fetch 1 ,mem_usb_setup_windex 
-0x498d 017746 bne 0 ,usb0_force_stall 
-0x498e 017747 fetch 1 ,mem_usb_setup_windex + 1 
-0x498f 017748 bne 0 ,usb0_force_stall 
-0x4990 017749 fetch 1 ,mem_usb_setup_blength 
-0x4991 017750 bne 1 ,usb0_force_stall 
-0x4992 017751 fetch 1 ,mem_usb_setup_blengthh 
-0x4993 017752 bne 0 ,usb0_force_stall 
-0x4994 017753 fetch 1 ,mem_usb_setup_bvalue 
-0x4995 017754 bne 0 ,usb0_force_stall 
-0x4996 017755 fetch 1 ,mem_usb_setup_bvalue + 1 
-0x4997 017756 bne 0 ,usb0_force_stall 
-0x4998 017757 fetch 1 ,mem_usb0_state 
-0x4999 017758 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
-0x499a 017759 beq dev_address ,usb0_request_get_cfg_dev_addr 
-0x499b 017760 branch usb0_force_stall 
-:      017762 usb0_request_get_cfg_dev_cfg:
-0x499c 017763 arg 1 ,regb 
-0x499d 017764 branch usb_send_ones_packet 
-:      017766 usb0_request_get_cfg_dev_addr:
-0x499e 017767 arg 1 ,regb 
-0x499f 017768 branch usb_send_zero_packet 
-:      017770 usb0_request_get_descriptor:
-0x49a0 017771 bpatch patch1f_1 ,mem_patch1f 
-0x49a1 017772 set0 mark_isstr ,mark 
-0x49a2 017773 fetch 1 ,mem_usb_setup_bvalueh 
-0x49a3 017774 beq dsc_device ,dsc_device_info 
-0x49a4 017775 beq dsc_config ,dsc_config_info 
-0x49a5 017776 beq dsc_string ,dsc_string_info 
-0x49a6 017777 beq dsc_hid ,dsc_hid_info 
-0x49a7 017778 beq dsc_hid_report ,dsc_hid_report_info 
-0x49a8 017779 branch usb0_force_stall 
-:      017781 dsc_hid_info:
-0x49a9 017782 jam 0 ,mem_usb_get_protocol_flag 
-0x49aa 017783 fetch 1 ,mem_usb_setup_windex 
-0x49ab 017784 beq 0 ,dsc_hid_info_interface0 
-0x49ac 017785 beq 1 ,dsc_hid_info_interface1 
-0x49ad 017786 branch usb0_force_stall 
-:      017788 dsc_hid_info_interface0:
-0x49ae 017789 arg mem_confdesc + 19 ,rega 
-0x49af 017790 ifetch 1 ,rega 
-0x49b0 017791 iforce regb 
-0x49b1 017792 branch usb0_respond 
-:      017794 dsc_hid_info_interface1:
-0x49b2 017795 arg mem_confdesc + 44 ,rega 
-0x49b3 017796 ifetch 1 ,rega 
-0x49b4 017797 iforce regb 
-0x49b5 017798 branch usb0_respond 
-:      017800 dsc_device_info:
-0x49b6 017804 fetch 1 ,mem_usb_set_high_addr_flag 
-0x49b7 017805 ncall usb_set_high_addr ,blank 
-0x49b8 017806 setarg mem_devicedesc 
-0x49b9 017807 fetcht 1 ,mem_devicedesc 
-:      017808 dsc_info_set_data_len:
-0x49ba 017809 store 2 ,mem_dsc_info_data_pointer 
-0x49bb 017810 storet 1 ,mem_dsc_info_len 
-0x49bc 017811 fetch 1 ,mem_usb_setup_blength 
-0x49bd 017812 isub temp ,null 
-0x49be 017813 nbranch dsc_info_set_current_data_len ,positive 
-:      017814 dsc_info_set_initial_data_len:
-0x49bf 017815 fetch 1 ,mem_dsc_info_len 
-:      017816 dsc_info_set_data_size_completed:
-0x49c0 017817 iforce regb 
-0x49c1 017818 fetch 2 ,mem_dsc_info_data_pointer 
-0x49c2 017819 add pdata ,1 ,pdata 
-0x49c3 017820 iforce rega 
-0x49c4 017821 branch usb0_respond 
-:      017822 dsc_info_set_current_data_len:
-0x49c5 017823 fetch 1 ,mem_usb_setup_blength 
-0x49c6 017824 branch dsc_info_set_data_size_completed 
-:      017826 usb_set_high_addr:
-0x49c7 017827 hfetch 1 ,core_usb_addr 
-0x49c8 017828 ncall usb0_set_addr ,blank 
-0x49c9 017829 jam 0 ,mem_usb_set_high_addr_flag 
-0x49ca 017830 rtn 
-:      017831 usb0_set_addr:
-0x49cb 017832 hfetch 1 ,core_usb_addr 
-0x49cc 017833 set1 7 ,pdata 
-0x49cd 017834 hstore 1 ,core_usb_addr 
-0x49ce 017835 rtn 
-:      017837 dsc_config_info:
-0x49cf 017838 setarg mem_confdesc 
-0x49d0 017839 fetcht 1 ,mem_confdesc 
-0x49d1 017840 branch dsc_info_set_data_len 
-:      017842 dsc_string_info:
-0x49d2 017843 fetch 1 ,mem_usb_setup_bvalue 
-0x49d3 017844 sub pdata ,3 ,null 
-0x49d4 017845 nbranch usb0_force_stall ,positive 
-0x49d5 017846 fetch 1 ,mem_usb_setup_bvalue 
-0x49d6 017847 arg mem_string0 ,rega 
-0x49d7 017848 beq 0 ,usb0_respond_length 
-0x49d8 017849 set1 mark_isstr ,mark 
-0x49d9 017850 arg mem_string1 ,rega 
-0x49da 017851 beq 1 ,usb0_respond_length 
-0x49db 017852 arg mem_string2 ,rega 
-0x49dc 017853 beq 2 ,usb0_respond_length 
-0x49dd 017854 arg mem_string3 ,rega 
-0x49de 017855 beq 3 ,usb0_respond_length 
-0x49df 017856 rtn 
-:      017858 dsc_hid_report_info:
-0x49e0 017859 fetch 2 ,mem_usb_setup_windex 
-0x49e1 017860 beq 1 ,dsc_hid_report_info0 
-0x49e2 017861 fetch 2 ,mem_hidreportdesc_kb 
-0x49e3 017862 copy pdata ,rega 
-0x49e4 017864 branch usb0_respond_length 
-:      017865 dsc_hid_report_info0:
-0x49e5 017866 jam 1 ,mem_usb_device_enumeration_endflag 
-0x49e6 017867 jam usb_got_report_req ,mem_usb_state 
-0x49e7 017868 fetch 2 ,mem_hidreportdesc_m 
-0x49e8 017869 copy pdata ,rega 
-0x49e9 017871 branch usb0_respond_length 
-:      017874 usb0_request_get_interface:
-0x49ea 017875 fetch 1 ,mem_usb0_state 
-0x49eb 017876 bne dev_configured ,usb0_force_stall 
-0x49ec 017877 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x49ed 017878 bne in_interface ,usb0_force_stall 
-0x49ee 017879 fetch 1 ,mem_usb_setup_bvalue 
-0x49ef 017880 bne 0 ,usb0_force_stall 
-0x49f0 017881 fetch 1 ,mem_usb_setup_bvalueh 
-0x49f1 017882 bne 0 ,usb0_force_stall 
-0x49f2 017883 fetch 1 ,mem_usb_setup_blength 
-0x49f3 017884 bne 1 ,usb0_force_stall 
-0x49f4 017885 fetch 1 ,mem_usb_setup_blengthh 
-0x49f5 017886 bne 0 ,usb0_force_stall 
-0x49f6 017887 fetch 1 ,mem_usb_setup_windex 
-0x49f7 017888 bne 0 ,usb0_force_stall 
-0x49f8 017889 fetch 1 ,mem_usb_setup_windex + 1 
-0x49f9 017890 bne 0 ,usb0_force_stall 
-0x49fa 017891 arg 1 ,regb 
-0x49fb 017892 branch usb_send_zero_packet 
-:      017895 usb0_request_get_status:
-0x49fc 017896 fetch 1 ,mem_usb0_state 
-0x49fd 017897 beq dev_default ,usb0_force_stall 
-0x49fe 017898 fetch 1 ,mem_usb_setup_bvalue 
-0x49ff 017899 bne 0 ,usb0_force_stall 
-0x4a00 017900 fetch 1 ,mem_usb_setup_bvalueh 
-0x4a01 017901 bne 0 ,usb0_force_stall 
-0x4a02 017902 fetch 1 ,mem_usb_setup_blength 
-0x4a03 017903 bne 2 ,usb0_force_stall 
-0x4a04 017904 fetch 1 ,mem_usb_setup_blengthh 
-0x4a05 017905 bne 0 ,usb0_force_stall 
-0x4a06 017906 fetch 1 ,mem_usb_setup_windex + 1 
-0x4a07 017907 bne 0 ,usb0_force_stall 
-0x4a08 017908 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4a09 017909 beq in_device ,usb0_get_status_in_device 
-0x4a0a 017910 beq in_interface ,usb0_get_status_in_interface 
-0x4a0b 017911 beq in_endpoint ,usb0_get_status_in_endpoint 
-0x4a0c 017912 branch usb0_force_stall 
-:      017914 usb0_get_status_in_device:
-0x4a0d 017915 fetch 1 ,mem_usb_setup_windex 
-0x4a0e 017916 bne 0 ,usb0_force_stall 
-0x4a0f 017917 arg 2 ,regb 
-0x4a10 017918 fetch 1 ,mem_usb_remote_wakeup 
-0x4a11 017919 beq 0x01 ,usb_send_two_packet 
-:      017921 usb_send_zero_packet:
-0x4a12 017922 arg mem_usb_zero_packet ,rega 
-0x4a13 017923 branch usb0_respond 
-:      017924 usb_send_ones_packet:
-0x4a14 017925 arg mem_usb_ones_packet ,rega 
-0x4a15 017926 branch usb0_respond 
-:      017927 usb_send_two_packet:
-0x4a16 017928 arg mem_usb_two_packet ,rega 
-0x4a17 017929 branch usb0_respond 
-:      017931 usb0_get_status_in_interface:
-0x4a18 017932 fetch 1 ,mem_usb0_state 
-0x4a19 017933 bne dev_configured ,usb0_force_stall 
-0x4a1a 017934 arg 2 ,regb 
-0x4a1b 017935 branch usb_send_zero_packet 
-:      017937 usb0_get_status_in_endpoint:
-0x4a1c 017938 fetch 1 ,mem_usb0_state 
-0x4a1d 017939 bne dev_configured ,usb0_force_stall 
-0x4a1e 017940 fetch 1 ,mem_usb_setup_windex 
-0x4a1f 017941 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
-0x4a20 017942 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
-0x4a21 017943 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
-0x4a22 017944 and_into 0x7f ,pdata 
-0x4a23 017945 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
-0x4a24 017946 branch usb0_force_stall 
-:      017948 usb0_get_status_in_ep_in_ep0:
-0x4a25 017949 fetch 1 ,mem_usb_ep0_stall_status 
-:      017950 usb0_get_status_in_ep_in_ack:
-0x4a26 017951 arg 2 ,regb 
-0x4a27 017952 beq 1 ,usb_send_ones_packet 
-0x4a28 017953 branch usb_send_zero_packet 
-:      017954 usb0_get_status_in_ep_in_ep1:
-0x4a29 017955 fetch 1 ,mem_usb_ep1_stall_status 
-0x4a2a 017956 branch usb0_get_status_in_ep_in_ack 
-:      017957 usb0_get_status_in_ep_in_ep2:
-0x4a2b 017958 fetch 1 ,mem_usb_ep2_stall_status 
-0x4a2c 017959 branch usb0_get_status_in_ep_in_ack 
-:      017960 usb0_get_status_in_ep_in_ep3:
-0x4a2d 017961 fetch 1 ,mem_usb_ep3_stall_status 
-0x4a2e 017962 branch usb0_get_status_in_ep_in_ack 
-:      017964 usb_get_idle:
-0x4a2f 017965 jam 1 ,mem_usb_idle_flag 
-0x4a30 017966 arg mem_usb_idle_rate ,rega 
-0x4a31 017967 arg 1 ,regb 
-0x4a32 017968 branch usb0_respond 
-:      017970 usb_get_report:
-0x4a33 017971 fetch 2 ,mem_usb_setup_bvalue 
-0x4a34 017972 arg pc_get_report ,temp 
-0x4a35 017973 isub temp ,null 
-0x4a36 017974 nbranch usb0_force_stall ,zero 
-0x4a37 017975 set0 mark_isstr ,mark 
-:      017976 usb_get_report_dispose:
-0x4a38 017977 fetch 1 ,mem_usb0_data_ready_report 
-0x4a39 017978 nbranch usb_get_report_data_success ,blank 
-0x4a3a 017979 jam pc_get_nondata ,mem_usb0_get_report_data 
-:      017980 usb_get_report_send_data:
-0x4a3b 017981 fetch 1 ,mem_usb_setup_blength 
-0x4a3c 017982 iforce regb 
-0x4a3d 017983 arg mem_usb0_get_report_data ,rega 
-0x4a3e 017984 call usb0_respond 
-:      017985 usb_get_report_data_release:
-0x4a3f 017986 arg mem_usb0_get_report_data ,contw 
-0x4a40 017987 arg 8 ,loopcnt 
-0x4a41 017988 branch memset0 
-:      017989 usb_get_report_data_success:
-0x4a42 017990 jam 0 ,mem_usb0_data_ready_report 
-0x4a43 017991 jam pc_get_data ,mem_usb0_get_report_data 
-0x4a44 017992 branch usb_get_report_send_data 
-:      017994 usb_get_protocol_req:
-0x4a45 017995 fetch 1 ,mem_usb_setup_blength 
-0x4a46 017996 bne 1 ,usb0_force_stall 
-0x4a47 017997 jam 1 ,mem_usb_get_protocol_flag 
-0x4a48 017998 arg 1 ,regb 
-0x4a49 017999 fetch 1 ,mem_usb_set_protocol_value 
-0x4a4a 018000 beq 0 ,usb_get_report_protocol 
-0x4a4b 018001 beq 1 ,usb_get_boot_protocol 
-0x4a4c 018002 branch usb_send_zero_packet 
-:      018003 usb_get_report_protocol:
-0x4a4d 018004 branch usb_send_ones_packet 
-:      018005 usb_get_boot_protocol:
-0x4a4e 018006 branch usb_send_zero_packet 
-:      018011 usb0_request_clear_feature:
-0x4a4f 018012 fetch 1 ,mem_usb0_state 
-0x4a50 018013 bne dev_configured ,usb0_force_stall 
-0x4a51 018014 fetch 1 ,mem_usb_setup_blength 
-0x4a52 018015 bne 0 ,usb0_force_stall 
-0x4a53 018016 fetch 1 ,mem_usb_setup_blengthh 
-0x4a54 018017 bne 0 ,usb0_force_stall 
-0x4a55 018018 fetch 1 ,mem_usb_setup_bvalueh 
-0x4a56 018019 bne 0 ,usb0_force_stall 
-0x4a57 018020 fetch 1 ,mem_usb_setup_windex + 1 
-0x4a58 018021 bne 0 ,usb0_force_stall 
-0x4a59 018022 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4a5a 018023 beq out_device ,usb0_request_clear_feature_out_device 
-0x4a5b 018024 beq out_interface ,usb0_request_clear_feature_out_interface 
-0x4a5c 018025 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
-0x4a5d 018026 branch usb0_force_stall 
-:      018028 usb0_request_clear_feature_out_device:
-0x4a5e 018029 fetch 1 ,mem_usb_setup_bvalue 
-0x4a5f 018030 bne device_remote_wakeup ,usb0_force_stall 
-0x4a60 018031 hfetch 1 ,core_usb_config 
-0x4a61 018032 set0 7 ,pdata 
-0x4a62 018033 hstore 1 ,core_usb_config 
-0x4a63 018034 jam 0 ,mem_usb_remote_wakeup 
-0x4a64 018035 jam 1 ,mem_usb_clear_remote_wakeup 
-0x4a65 018036 branch usb0_reply_zerolen 
-:      018038 usb0_request_clear_feature_out_interface:
-0x4a66 018039 branch usb0_force_stall 
-:      018041 usb0_request_clear_feature_out_endpoint:
-0x4a67 018042 fetch 1 ,mem_usb_setup_bvalue 
-0x4a68 018043 bne endpoint_halt ,usb0_force_stall 
-0x4a69 018044 fetch 1 ,mem_usb_setup_windex 
-0x4a6a 018045 beq in_ep1 ,usb0_force_stall_ep1_in_off 
-0x4a6b 018046 beq in_ep2 ,usb0_force_stall_ep2_in_off 
-0x4a6c 018047 beq in_ep3 ,usb0_force_stall_ep3_in_off 
-0x4a6d 018048 and_into 0x7f ,pdata 
-0x4a6e 018049 beq 0x00 ,usb0_force_stall_ep0_in_off 
-0x4a6f 018050 branch usb0_force_stall 
-:      018052 usb0_force_stall_ep0_in_off:
-0x4a70 018053 jam 0 ,mem_usb_ep0_stall_status 
-0x4a71 018054 branch usb0_reply_zerolen 
-:      018055 usb0_force_stall_ep1_in_off:
-0x4a72 018056 jam 0 ,mem_usb_ep1_stall_status 
-:      018057 usb0_force_stall_ep1_in_off_reply:
-0x4a73 018058 jam 1 ,mem_usb_clear_halt 
-0x4a74 018059 branch usb0_reply_zerolen 
-:      018060 usb0_force_stall_ep2_in_off:
-0x4a75 018061 jam 0 ,mem_usb_ep2_stall_status 
-0x4a76 018062 branch usb0_force_stall_ep1_in_off_reply 
-:      018063 usb0_force_stall_ep3_in_off:
-0x4a77 018064 jam 0 ,mem_usb_ep3_stall_status 
-0x4a78 018065 branch usb0_force_stall_ep1_in_off_reply 
-:      018068 usb0_request_set_feature:
-0x4a79 018069 fetch 1 ,mem_usb_setup_blength 
-0x4a7a 018070 bne 0 ,usb0_force_stall 
-0x4a7b 018071 fetch 1 ,mem_usb_setup_blengthh 
-0x4a7c 018072 bne 0 ,usb0_force_stall 
-0x4a7d 018073 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4a7e 018074 beq out_device ,usb0_request_set_feature_out_device 
-0x4a7f 018075 beq out_interface ,usb0_request_set_feature_out_interface 
-0x4a80 018076 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
-0x4a81 018077 branch usb0_force_stall 
-:      018079 usb0_request_set_feature_out_device:
-0x4a82 018080 fetch 1 ,mem_usb_setup_bvalue 
-0x4a83 018081 bne device_remote_wakeup ,usb0_force_stall 
-0x4a84 018082 hfetch 1 ,core_usb_config 
-0x4a85 018083 set1 7 ,pdata 
-0x4a86 018084 hstore 1 ,core_usb_config 
-0x4a87 018085 jam 1 ,mem_usb_remote_wakeup 
-0x4a88 018086 jam usb_sleep ,mem_usb_state 
-0x4a89 018087 jam 0 ,mem_usb_tx_win_enable 
-0x4a8a 018088 call usb0_reply_zerolen 
-:      018089 usb_wakeup_timer_reinit:
-0x4a8b 018090 call timer_reinit 
-0x4a8c 018091 setarg timer_wakeup_delay 
-0x4a8d 018092 arg timer_wakeup ,queue 
-0x4a8e 018093 branch timer_init 
-:      018095 usb0_request_set_feature_out_interface:
-0x4a8f 018096 branch usb0_force_stall 
-:      018098 usb0_request_set_feature_out_endpoint:
-0x4a90 018099 fetch 1 ,mem_usb_setup_bvalue 
-0x4a91 018100 bne endpoint_halt ,usb0_force_stall 
-0x4a92 018101 fetch 1 ,mem_usb_setup_bvalueh 
-0x4a93 018102 bne 0 ,usb0_force_stall 
-0x4a94 018103 fetch 1 ,mem_usb_setup_windex 
-0x4a95 018104 beq in_ep1 ,usb0_force_stall_ep1_in_on 
-0x4a96 018105 beq in_ep2 ,usb0_force_stall_ep2_in_on 
-0x4a97 018106 beq in_ep3 ,usb0_force_stall_ep3_in_on 
-0x4a98 018107 and_into 0x7f ,pdata 
-0x4a99 018108 beq 0x00 ,usb0_force_stall_ep0_in_on 
-0x4a9a 018109 branch usb0_force_stall 
-:      018111 usb0_force_stall_ep0_in_on:
-0x4a9b 018112 jam 1 ,mem_usb_ep0_stall_status 
-0x4a9c 018113 branch usb0_reply_zerolen 
-:      018114 usb0_force_stall_ep1_in_on:
-0x4a9d 018115 jam 1 ,mem_usb_ep1_stall_status 
-0x4a9e 018116 branch usb0_reply_zerolen 
-:      018117 usb0_force_stall_ep2_in_on:
-0x4a9f 018118 jam 1 ,mem_usb_ep2_stall_status 
-0x4aa0 018119 branch usb0_reply_zerolen 
-:      018120 usb0_force_stall_ep3_in_on:
-0x4aa1 018121 jam 1 ,mem_usb_ep3_stall_status 
-0x4aa2 018122 branch usb0_reply_zerolen 
-:      018125 usb0_request_set_address:
-0x4aa3 018126 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4aa4 018127 bne out_device ,usb0_force_stall 
-0x4aa5 018128 fetch 1 ,mem_usb_setup_windex 
-0x4aa6 018129 bne 0 ,usb0_force_stall 
-0x4aa7 018130 fetch 1 ,mem_usb_setup_windex + 1 
-0x4aa8 018131 bne 0 ,usb0_force_stall 
-0x4aa9 018132 fetch 1 ,mem_usb_setup_blength 
-0x4aaa 018133 bne 0 ,usb0_force_stall 
-0x4aab 018134 fetch 1 ,mem_usb_setup_blengthh 
-0x4aac 018135 bne 0 ,usb0_force_stall 
-0x4aad 018136 fetch 1 ,mem_usb_setup_bvalueh 
-0x4aae 018137 bne 0 ,usb0_force_stall 
-0x4aaf 018138 fetch 1 ,mem_usb_setup_bvalue 
-0x4ab0 018139 and_into 0x80 ,pdata 
-0x4ab1 018140 bne 0 ,usb0_force_stall 
-0x4ab2 018141 fetch 1 ,mem_usb_setup_bvalue 
-0x4ab3 018142 bne 0 ,usb_usb0_state_set_dev_addr 
-:      018143 usb_usb0_state_set_dev_default:
-0x4ab4 018144 jam dev_default ,mem_usb0_state 
-:      018145 usb0_request_set_wait_address:
-0x4ab5 018146 fetch 1 ,mem_usb_setup_bvalue 
-0x4ab6 018147 hstore 1 ,core_usb_addr 
-0x4ab7 018148 call usb0_reply_zerolen 
-0x4ab8 018149 jam 1 ,mem_usb_set_high_addr_flag 
-0x4ab9 018150 rtn 
-:      018151 usb_usb0_state_set_dev_addr:
-0x4aba 018152 jam dev_address ,mem_usb0_state 
-0x4abb 018153 branch usb0_request_set_wait_address 
-:      018156 usb0_request_set_configuration:
-0x4abc 018157 fetch 1 ,mem_usb0_state 
-0x4abd 018158 beq dev_default ,usb0_force_stall 
-0x4abe 018159 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4abf 018160 bne out_device ,usb0_force_stall 
-0x4ac0 018161 fetch 1 ,mem_usb_setup_windex 
-0x4ac1 018162 bne 0 ,usb0_force_stall 
-0x4ac2 018163 fetch 1 ,mem_usb_setup_windex + 1 
-0x4ac3 018164 bne 0 ,usb0_force_stall 
-0x4ac4 018165 fetch 1 ,mem_usb_setup_blength 
-0x4ac5 018166 bne 0 ,usb0_force_stall 
-0x4ac6 018167 fetch 1 ,mem_usb_setup_blengthh 
-0x4ac7 018168 bne 0 ,usb0_force_stall 
-0x4ac8 018169 fetch 1 ,mem_usb_setup_bvalue + 1 
-0x4ac9 018170 bne 0 ,usb0_force_stall 
-0x4aca 018171 fetch 1 ,mem_usb_setup_bvalue 
-0x4acb 018172 sub pdata ,usb_max_num_cfg ,null 
-0x4acc 018173 nbranch usb0_force_stall ,positive 
-0x4acd 018174 fetch 1 ,mem_usb0_state 
-0x4ace 018175 beq dev_address ,usb0_request_set_cfg_addr_state 
-0x4acf 018176 beq dev_configured ,usb0_request_set_cfg_cfg_state 
-0x4ad0 018177 branch usb0_force_stall 
-:      018179 usb0_request_set_cfg_addr_state:
-:      018180 usb0_request_set_cfg_cfg_state:
-0x4ad1 018181 fetch 1 ,mem_usb_setup_bvalue 
-0x4ad2 018182 beq 0 ,usb0_request_set_cfg_stay_addr_state 
-0x4ad3 018183 jam dev_configured ,mem_usb0_state 
-0x4ad4 018184 branch usb0_reply_zerolen 
-:      018185 usb0_request_set_cfg_stay_addr_state:
-0x4ad5 018186 jam dev_address ,mem_usb0_state 
-0x4ad6 018187 branch usb0_reply_zerolen 
-:      018190 usb0_request_set_interface:
-0x4ad7 018191 fetch 1 ,mem_usb0_state 
-0x4ad8 018192 bne dev_configured ,usb0_force_stall 
-0x4ad9 018193 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4ada 018194 bne out_interface ,usb0_force_stall 
-0x4adb 018195 fetch 1 ,mem_usb_setup_bvalue 
-0x4adc 018196 bne 0 ,usb0_force_stall 
-0x4add 018197 fetch 1 ,mem_usb_setup_bvalueh 
-0x4ade 018198 bne 0 ,usb0_force_stall 
-0x4adf 018199 fetch 1 ,mem_usb_setup_blength 
-0x4ae0 018200 bne 0 ,usb0_force_stall 
-0x4ae1 018201 fetch 1 ,mem_usb_setup_blengthh 
-0x4ae2 018202 bne 0 ,usb0_force_stall 
-0x4ae3 018203 fetch 1 ,mem_usb_setup_windex 
-0x4ae4 018204 bne 0 ,usb0_force_stall 
-0x4ae5 018205 fetch 1 ,mem_usb_setup_windex + 1 
-0x4ae6 018206 bne 0 ,usb0_force_stall 
-0x4ae7 018207 branch usb0_reply_zerolen 
-:      018210 usb_set_idle:
-0x4ae8 018211 jam 1 ,mem_usb_idle_flag 
-0x4ae9 018212 fetch 1 ,mem_usb_setup_bvalueh 
-0x4aea 018213 store 1 ,mem_usb_idle_rate 
-0x4aeb 018214 fetch 1 ,mem_usb_setup_windex 
-0x4aec 018215 sub pdata ,1 ,null 
-0x4aed 018216 call usb_clear_remote_wakeup_set0 ,zero 
-0x4aee 018217 fetch 1 ,mem_usb_state 
-0x4aef 018218 bne usb_resume ,usb0_reply_zerolen 
-0x4af0 018219 jam usb_connected ,mem_usb_state 
-0x4af1 018220 call usb0_reply_zerolen 
-0x4af2 018221 nop 30000 
-0x4af3 018222 nop 30000 
-0x4af4 018223 rtn 
-:      018224 usb_clear_remote_wakeup_set0:
-0x4af5 018225 jam 1 ,mem_usb_device_enumeration_endflag 
-0x4af6 018226 jam 0 ,mem_usb_clear_remote_wakeup 
-0x4af7 018227 jam usb_resume ,mem_usb_state 
-0x4af8 018228 rtn 
-:      018231 usb_set_report:
-0x4af9 018232 jam 1 ,mem_usb0_get_set_report 
-0x4afa 018233 call usb_set_report_resume_judge 
-0x4afb 018234 fetch 2 ,mem_usb_setup_bvalue 
-0x4afc 018235 store 2 ,mem_usb_setup_bvalue_temp 
-0x4afd 018236 fetch 1 ,mem_usb_setup_blength 
-0x4afe 018237 iforce loopcnt 
-0x4aff 018238 arg mem_usb0_setup ,contr 
-0x4b00 018239 arg mem_usb0_set_report_data ,contw 
-0x4b01 018240 call memcpy 
-0x4b02 018241 branch usb0_reply_zerolen 
-:      018243 usb_set_report_resume_judge:
-0x4b03 018244 fetch 2 ,mem_usb_setup_bvalue 
-0x4b04 018245 arg pc_set_report_bvalue ,temp 
-0x4b05 018246 isub temp ,null 
-0x4b06 018247 nrtn zero 
-0x4b07 018248 fetch 2 ,mem_usb_setup_windex 
-0x4b08 018249 arg pc_set_report_windex ,temp 
-0x4b09 018250 isub temp ,null 
-0x4b0a 018251 nrtn zero 
-0x4b0b 018252 fetch 2 ,mem_usb_setup_blength 
-0x4b0c 018253 arg pc_set_report_blength ,temp 
-0x4b0d 018254 isub temp ,null 
-0x4b0e 018255 nrtn zero 
-0x4b0f 018256 jam 1 ,mem_usb_tx_win_enable 
-0x4b10 018257 rtn 
-:      018260 usb_set_protocol_req:
-0x4b11 018261 fetch 1 ,mem_usb_setup_blength 
-0x4b12 018262 bne 0 ,usb0_force_stall 
-0x4b13 018263 fetch 1 ,mem_usb_setup_bvalue 
-0x4b14 018264 beq boot_protocol ,usb_set_boot_protocol 
-0x4b15 018265 beq report_protocol ,usb_set_report_protocol 
-0x4b16 018266 branch usb0_force_stall 
-:      018267 usb_set_boot_protocol:
-0x4b17 018268 jam 0 ,mem_usb_set_protocol_status 
-0x4b18 018269 jam 1 ,mem_usb_set_protocol_value 
-0x4b19 018270 branch usb0_reply_zerolen 
-:      018271 usb_set_report_protocol:
-0x4b1a 018272 jam 1 ,mem_usb_tx_mac_enable 
-0x4b1b 018273 jam 1 ,mem_usb_set_protocol_status 
-0x4b1c 018274 jam 0 ,mem_usb_set_protocol_value 
-0x4b1d 018275 branch usb0_reply_zerolen 
-:      018278 usb0_respond_length:
-0x4b1e 018279 ifetch 1 ,rega 
-0x4b1f 018280 iforce regb 
-0x4b20 018281 increase 1 ,rega 
-:      018283 usb0_respond:
-0x4b21 018284 bpatch patch1f_2 ,mem_patch1f 
-0x4b22 018285 bmark0 mark_isstr ,usb0_respond0 
-0x4b23 018286 add regb ,1 ,pdata 
-0x4b24 018287 lshift pdata ,pdata 
-0x4b25 018288 hstore 1 ,core_usb_dfifo0 
-0x4b26 018289 jam 3 ,core_usb_dfifo0 
-0x4b27 018290 fetch 1 ,mem_usb_setup_blength 
-0x4b28 018291 increase -2 ,pdata 
-0x4b29 018292 rshift pdata ,pdata 
-0x4b2a 018293 store 1 ,mem_usb_setup_blength 
-0x4b2b 018294 beq 0 ,usb_no_respond_data 
-:      018295 usb0_respond0:
-0x4b2c 018296 fetch 2 ,mem_usb_setup_blength 
-0x4b2d 018297 isub regb ,null 
-0x4b2e 018298 branch usb0_respond1 ,positive 
-0x4b2f 018299 copy pdata ,regb 
-:      018300 usb0_respond1:
-0x4b30 018301 deposit rega 
-0x4b31 018302 store 2 ,mem_bufptr 
-0x4b32 018303 deposit regb 
-0x4b33 018304 store 1 ,mem_remain 
-0x4b34 018305 branch usb0_tx 
-:      018307 usb_no_respond_data:
-0x4b35 018308 arg 0 ,queue 
-0x4b36 018309 branch usb_trig 
-:      018312 usb0_tx:
-0x4b37 018313 bpatch patch1f_3 ,mem_patch1f 
-0x4b38 018314 fetch 1 ,mem_remain 
-0x4b39 018315 rtn blank 
-0x4b3a 018316 copy pdata ,loopcnt 
-0x4b3b 018317 sub pdata ,ep0_packet_size ,null 
-0x4b3c 018318 branch usb0_tx_info ,positive 
-0x4b3d 018319 arg ep0_packet_size ,loopcnt 
-:      018320 usb0_tx_info:
-0x4b3e 018321 fetch 1 ,mem_remain 
-0x4b3f 018322 isub loopcnt ,pdata 
-0x4b40 018323 store 1 ,mem_remain 
-0x4b41 018324 fetch 2 ,mem_bufptr 
-0x4b42 018325 copy pdata ,contr 
-:      018326 usb0_tx0:
-0x4b43 018327 ifetch 1 ,contr 
-0x4b44 018328 hstore 1 ,core_usb_dfifo0 
-0x4b45 018329 bmark0 mark_isstr ,usb0_tx1 
-0x4b46 018330 jam 0 ,core_usb_dfifo0 
-:      018331 usb0_tx1:
-0x4b47 018332 loop usb0_tx0 
-0x4b48 018333 copy contr ,pdata 
-0x4b49 018334 store 2 ,mem_bufptr 
-0x4b4a 018335 arg 0 ,queue 
-0x4b4b 018336 call usb_trig 
-0x4b4c 018337 fetch 1 ,mem_remain 
-0x4b4d 018338 nrtn blank 
-0x4b4e 018339 fetch 1 ,mem_usb_state 
-0x4b4f 018340 rtnne usb_got_report_req 
-0x4b50 018341 jam usb_connected ,mem_usb_state 
-0x4b51 018342 rtn 
-:      018345 usb_tx_ep1:
-0x4b52 018346 arg core_usb_dfifo1 ,rega 
-0x4b53 018347 arg 1 ,queue 
-:      018348 usb_tx_loop:
-0x4b54 018349 ifetch 1 ,contr 
-0x4b55 018350 istore 1 ,rega 
-0x4b56 018351 loop usb_tx_loop 
-:      018352 usb_trig:
-0x4b57 018353 setarg 0 
-0x4b58 018354 qset1 pdata 
-0x4b59 018355 hstore 1 ,core_usb_trig 
-0x4b5a 018356 fetcht 1 ,mem_usb_tx_wait 
-0x4b5b 018357 ior temp ,pdata 
-0x4b5c 018358 store 1 ,mem_usb_tx_wait 
-0x4b5d 018359 rtn 
-:      018361 usb_tx_ep2:
-0x4b5e 018362 arg 2 ,queue 
-0x4b5f 018363 arg core_usb_dfifo2 ,rega 
-0x4b60 018364 branch usb_tx_loop 
-:      018366 usb_tx:
-0x4b61 018367 bpatch patch1f_4 ,mem_patch1f 
-0x4b62 018368 fetch 1 ,mem_usb_tx_enable 
-0x4b63 018369 rtn blank 
-0x4b64 018370 fetch 1 ,mem_usb_tx_wait 
-0x4b65 018371 nbranch usb_inwake_state_tx_dispose ,blank 
-0x4b66 018372 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x4b67 018373 branch usb_tx_fifo_release ,blank 
-0x4b68 018374 fetch 1 ,mem_usb_state 
-0x4b69 018375 beq usb_sleep ,usb_windows_wakeup 
-0x4b6a 018376 bne usb_connected ,usb_tx_fifo_release 
-0x4b6b 018377 fetch 1 ,mem_usb_clear_remote_wakeup 
-0x4b6c 018378 nbranch usb_tx_fifo_release ,blank 
-0x4b6d 018379 call usb_tx_data_ep1 
-0x4b6e 018380 branch usb_tx_data_ep2 
-:      018382 usb_tx_data_ep1:
-0x4b6f 018383 fetch 1 ,mem_usb_tx_enable 
-0x4b70 018384 rtnbit0 1 
-0x4b71 018385 fetch 1 ,mem_usb_tx_wait 
-0x4b72 018386 rtnbit1 1 
-0x4b73 018387 fetch 1 ,mem_usb_tx_enable 
-0x4b74 018388 set0 1 ,pdata 
-0x4b75 018389 store 1 ,mem_usb_tx_enable 
-0x4b76 018390 fetch 1 ,mem_usb_ep1_data 
-0x4b77 018391 rtn blank 
-0x4b78 018392 beq usb_ep1_kb ,usb_tx_kb_normal_data 
-0x4b79 018393 branch assert 
-:      018395 usb_tx_data_ep2:
-0x4b7a 018396 fetch 1 ,mem_usb_tx_enable 
-0x4b7b 018397 rtnbit0 2 
-0x4b7c 018398 fetch 1 ,mem_usb_tx_wait 
-0x4b7d 018399 rtnbit1 2 
-0x4b7e 018400 fetch 1 ,mem_usb_tx_enable 
-0x4b7f 018401 set0 2 ,pdata 
-0x4b80 018402 store 1 ,mem_usb_tx_enable 
-0x4b81 018403 fetch 1 ,mem_usb_ep2_data 
-0x4b82 018404 rtn blank 
-0x4b83 018405 beq usb_ep2_ms ,usb_tx_ms_data 
-0x4b84 018406 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
-0x4b85 018407 branch assert 
-:      018409 usb_tx_fifo_release:
-0x4b86 018411 arg mem_usb_mouse_data ,contw 
-0x4b87 018412 arg 6 ,loopcnt 
-0x4b88 018413 branch memset0 
-:      018415 usb_tx_ms_data:
-0x4b89 018416 fetch 1 ,mem_usb_idle_flag 
-0x4b8a 018417 fetcht 1 ,mem_usb_get_protocol_flag 
-0x4b8b 018418 iand temp ,pdata 
-0x4b8c 018419 branch usb_tx_ms_data_normal_mode ,blank 
-0x4b8d 018420 fetcht 1 ,mem_usb_set_protocol_status 
-0x4b8e 018421 iadd temp ,pdata 
-0x4b8f 018422 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
-0x4b90 018423 branch usb_tx_ms_data_normal_mode 
-:      018425 usb_tx_ms_data_mac_boot_mode:
-0x4b91 018426 jam 0 ,mem_usb_ep2_data 
-:      018427 usb_tx_ms_data_mac_boot_regroup:
-0x4b92 018428 fetch 1 ,mem_usb_mouse_data + 1 
-0x4b93 018429 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
-0x4b94 018430 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
-0x4b95 018431 fetch 1 ,mem_usb_mouse_data + 1 
-0x4b96 018432 store 1 ,mem_usb_mouse_data 
-0x4b97 018433 fetch 1 ,mem_usb_mouse_data + 2 
-0x4b98 018434 istore 1 ,contw 
-0x4b99 018435 fetch 1 ,mem_usb_mouse_data + 4 
-0x4b9a 018436 istore 1 ,contw 
-0x4b9b 018437 fetch 1 ,mem_usb_mouse_data + 6 
-0x4b9c 018438 istore 1 ,contw 
-0x4b9d 018439 arg 4 ,loopcnt 
-0x4b9e 018440 arg mem_usb_mouse_data ,contr 
-0x4b9f 018441 branch usb_tx_ep2 
-:      018443 usb_tx_ms_data_normal_mode:
-0x4ba0 018444 jam 0 ,mem_usb_ep2_data 
-:      018445 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
-0x4ba1 018446 arg 8 ,loopcnt 
-0x4ba2 018447 arg mem_usb_mouse_data ,contr 
-0x4ba3 018448 branch usb_tx_ep2 
-:      018450 usb_tx_kb_multikey_data:
-0x4ba4 018451 jam 0 ,mem_usb_ep2_data 
-0x4ba5 018452 arg 3 ,loopcnt 
-0x4ba6 018453 arg mem_usb_kb_multikey ,contr 
-0x4ba7 018454 branch usb_tx_ep2 
-:      018456 usb_tx_kb_normal_data:
-0x4ba8 018457 jam 0 ,mem_usb_ep1_data 
-0x4ba9 018458 arg 8 ,loopcnt 
-0x4baa 018459 arg mem_usb_kb_data ,contr 
-0x4bab 018460 branch usb_tx_ep1 
-:      018462 usb_inwake_state_tx_dispose:
-0x4bac 018463 fetch 1 ,mem_usb_state 
-0x4bad 018464 beq usb_sleep ,usb_clear_tx_wait 
-0x4bae 018465 beq usb_connected ,usb_mac_wakeup_trig 
-0x4baf 018466 rtn 
-:      018467 usb_clear_tx_wait:
-0x4bb0 018468 jam 0 ,mem_usb_tx_wait 
-0x4bb1 018469 rtn 
-:      018470 usb_mac_wakeup_trig:
-0x4bb2 018471 hfetch 1 ,core_usb_config 
-0x4bb3 018472 set1 7 ,pdata 
-0x4bb4 018473 hstore 1 ,core_usb_config 
-0x4bb5 018474 jam 1 ,mem_usb_mac_wakeup_trig 
-0x4bb6 018475 rtn 
-:      018477 usb_mac_wakeup_judge:
-0x4bb7 018478 fetch 1 ,mem_usb_state 
-0x4bb8 018479 rtneq usb_sleep 
-0x4bb9 018480 beq usb_connected ,usb_mac_wakeup 
-0x4bba 018481 rtn 
-:      018482 usb_mac_wakeup:
-0x4bbb 018483 fetch 1 ,mem_usb_mac_wakeup_trig 
-0x4bbc 018484 rtn blank 
-0x4bbd 018485 jam 1 ,mem_usb_wakestate_onetime_flag 
-0x4bbe 018486 branch usb_wakeup 
-:      018488 usb_windows_wakeup:
-0x4bbf 018489 arg timer_wakeup ,queue 
-0x4bc0 018490 call timer_check 
-0x4bc1 018491 nrtn blank 
-:      018492 usb_wakeup:
-0x4bc2 018493 hfetch 1 ,core_usb_config 
-0x4bc3 018494 rtnbit0 7 
-0x4bc4 018495 jam 0xfc ,core_usb_config 
-0x4bc5 018496 nop 30000 
-0x4bc6 018497 jam 0x3c ,core_usb_config 
-0x4bc7 018498 rtn 
-:      018505 hci_rx_h4:
-0x4bc8 018506 bpatch patch1f_5 ,mem_patch1f 
-0x4bc9 018507 fetch 1 ,mem_hci_cmd 
-0x4bca 018508 nrtn blank 
-:      018509 hci_rx_h4_1:
-0x4bcb 018510 call hci_h4_parse_packet 
-0x4bcc 018511 ncall h4_rx_discard_packet ,user 
-0x4bcd 018512 rtn 
-:      018514 hci_h4_parse_packet:
-0x4bce 018515 bpatch patch1f_6 ,mem_patch1f 
-0x4bcf 018516 copy contru ,rega 
-0x4bd0 018517 arg 4 ,temp 
-0x4bd1 018518 ifetch 1 ,contru 
-0x4bd2 018519 beq hci_h4_type_cmd ,hci_h4_parse_packet_wait_len 
-0x4bd3 018520 increase 1 ,temp 
-0x4bd4 018521 beq hci_h4_type_acl ,hci_h4_parse_packet_wait_len 
-0x4bd5 018522 copy contru ,pdata 
-0x4bd6 018523 hstore 2 ,core_uart_rrptr 
-0x4bd7 018524 rtn 
-:      018525 hci_h4_parse_packet_wait_len:
-0x4bd8 018526 hfetch 2 ,core_uart_rxitems 
-0x4bd9 018527 isub temp ,null 
-0x4bda 018528 nbranch hci_h4_parse_packet_wait_len ,positive 
-0x4bdb 018530 disable user 
-0x4bdc 018531 copy rega ,contru 
-0x4bdd 018532 call h4_get_rx_payload_len 
-0x4bde 018533 iadd temp ,temp 
-:      018534 hci_h4_parse_packet_wait:
-0x4bdf 018535 hfetch 2 ,core_uart_rxitems 
-0x4be0 018536 isub temp ,null 
-0x4be1 018537 nbranch hci_h4_parse_packet_wait ,positive 
-0x4be2 018538 copy rega ,contru 
-0x4be3 018539 ifetch 1 ,contru 
-0x4be4 018540 beq hci_h4_type_cmd ,process_hci_cmd 
-0x4be5 018541 branch assert 
-:      018543 h4_rx_discard_packet:
-0x4be6 018544 bpatch patch1f_7 ,mem_patch1f 
-0x4be7 018545 hfetch 2 ,core_uart_rrptr 
-0x4be8 018546 iforce contru 
-0x4be9 018547 call h4_get_rx_payload_len 
-0x4bea 018548 iadd contru ,contru 
-0x4beb 018549 deposit contru 
-0x4bec 018550 hstore 2 ,core_uart_rrptr 
-0x4bed 018551 rtn 
-:      018556 h4_get_rx_payload_len:
-0x4bee 018557 ifetch 1 ,contru 
-0x4bef 018558 increase 2 ,contru 
-0x4bf0 018559 beq hci_h4_type_acl ,h4_get_rx_payload_len_acl 
-0x4bf1 018560 ifetch 1 ,contru 
-0x4bf2 018561 rtn 
-:      018562 h4_get_rx_payload_len_acl:
-0x4bf3 018563 ifetch 2 ,contru 
-0x4bf4 018564 rtn 
-:      018566 h4_get_tx_ptr:
-0x4bf5 018567 hfetch 2 ,core_uart_twptr 
-0x4bf6 018568 increase -5 ,contwu 
-0x4bf7 018569 iadd contwu ,contwu 
-0x4bf8 018570 rtn 
-:      018572 h4_send_packet_event:
-0x4bf9 018573 arg hci_h4_type_event ,temp 
-0x4bfa 018574 branch h4_send_packet 
-:      018575 h4_send_packet_acl:
-0x4bfb 018576 arg hci_h4_type_acl ,temp 
-:      018577 h4_send_packet:
-0x4bfc 018578 bpatchx patch20_0 ,mem_patch20 
-0x4bfd 018579 increase 1 ,loopcnt 
-0x4bfe 018580 hfetch 2 ,core_uart_twptr 
-0x4bff 018581 copy pdata ,contwu 
-0x4c00 018582 copy loopcnt ,pdata 
-0x4c01 018583 istoret 1 ,contwu 
-0x4c02 018584 increase -1 ,pdata 
-0x4c03 018585 iadd contwu ,contwu 
-0x4c04 018586 copy contwu ,pdata 
-0x4c05 018587 store 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4c06 018588 copy temp ,pdata 
-0x4c07 018589 rtneq hci_h4_type_acl 
-0x4c08 018590 fetch 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4c09 018591 hstore 2 ,core_uart_twptr 
-0x4c0a 018592 branch h4_send_acl_trigger_clear 
-:      018595 h4_send_acl_trigger_clear:
-0x4c0b 018596 setarg 0 
-0x4c0c 018597 store 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4c0d 018598 rtn 
-:      018605 hci_init:
-0x4c0e 018606 rtn wake 
-0x4c0f 018607 setarg hci_idle_dispatch 
-0x4c10 018608 store 2 ,mem_cb_idle_process 
-0x4c11 018610 setarg uart_baud_115200 
-0x4c12 018611 store uart_baud_len ,mem_baud 
-:      018612 hci_lpm_init:
-0x4c13 018613 setarg mem_h5rx_buf 
-0x4c14 018614 hstore 2 ,core_uart_rsaddr 
-0x4c15 018615 setarg mem_h5rx_buf_end 
-0x4c16 018616 hstore 2 ,core_uart_readdr 
-0x4c17 018617 setarg mem_h5tx_buf 
-0x4c18 018618 hstore 2 ,core_uart_tsaddr 
-0x4c19 018619 call hci_sel_init 
-:      018620 hci_reinit:
-0x4c1a 018621 jam 0x0 ,core_uart_ctrl 
-0x4c1b 018622 setarg mem_h5tx_buf 
-0x4c1c 018623 hstore 2 ,core_uart_twptr 
-0x4c1d 018624 hstore 2 ,core_uart_trptrp 
-0x4c1e 018625 setarg mem_h5rx_buf 
-0x4c1f 018626 hstore 2 ,core_uart_rrptr 
-0x4c20 018627 store 2 ,mem_h5rx_rptr 
-:      018628 hci_init_common:
-0x4c21 018629 hfetch 2 ,core_clkoff 
-0x4c22 018630 set0 clock_off_uart ,pdata 
-0x4c23 018631 hstore 2 ,core_clkoff 
-0x4c24 018632 call uart_set_baud_by_mem 
-0x4c25 018633 jam uartclk_dpll ,core_uart_clksel 
-0x4c26 018634 jam uart_ctrl_h4 ,core_uart_ctrl 
-0x4c27 018635 rtn 
-:      018637 hci_sel_init:
-0x4c28 018638 setarg mem_h5tx_buf_end 
-0x4c29 018639 hstore 2 ,core_uart_teaddr 
-0x4c2a 018640 hfetch 1 ,core_gpio_sel1 
-0x4c2b 018641 or_into 0x07 ,pdata 
-0x4c2c 018642 hstore 1 ,core_gpio_sel1 
-0x4c2d 018643 rtn 
-:      018646 hci_rx_packet:
-0x4c2e 018647 bpatchx patch20_1 ,mem_patch20 
-0x4c2f 018648 hfetch 1 ,core_uart_status 
-0x4c30 018649 iforce regb 
-0x4c31 018650 bbit0 uart_status_rx_fifo_empty ,hci_rx_packet_cont 
-0x4c32 018651 hfetch 2 ,core_uart_rxitems 
-0x4c33 018652 iforce regc 
-0x4c34 018653 arg 0x44f ,temp 
-0x4c35 018654 isub temp ,null 
-0x4c36 018655 nrtn zero 
-:      018656 hci_rx_packet_cont:
-0x4c37 018657 hfetch 2 ,core_uart_rrptr 
-0x4c38 018658 iforce contru 
-0x4c39 018659 branch hci_rx_h4 
-:      018661 uart_send_byte:
-0x4c3a 018662 hfetcht 1 ,core_uart_status 
-0x4c3b 018663 isolate1 6 ,temp 
-0x4c3c 018664 branch uart_send_byte ,true 
-0x4c3d 018665 hstore 1 ,core_uart_txd 
-0x4c3e 018666 rtn 
-:      018668 process_hci_cmd:
-0x4c3f 018669 bpatchx patch20_2 ,mem_patch20 
-0x4c40 018670 fetch 1 ,mem_hci_cmd 
-0x4c41 018671 branch process_hci_cmd_cont ,blank 
-0x4c42 018672 enable user 
-0x4c43 018673 rtn 
-:      018674 process_hci_cmd_cont:
-0x4c44 018675 ifetch 2 ,contru 
-0x4c45 018676 iforce alarm 
-0x4c46 018677 iforce queue 
-0x4c47 018678 ifetch 1 ,contru 
-0x4c48 018679 iforce temp 
-0x4c49 018680 rshift2 alarm ,pdata 
-0x4c4a 018681 rshift8 pdata ,pdata 
-0x4c4b 018682 beq hci_ogf_vendor_specific ,phci_grp_vendor_specific 
-0x4c4c 018683 rtn 
-:      018686 phci_grp_vendor_specific:
-0x4c4d 018687 bpatchx patch20_3 ,mem_patch20 
-0x4c4e 018688 deposit queue 
-0x4c4f 018689 beq hci_vendor_cmd_reset ,hci_normal_reply 
-0x4c50 018690 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
-0x4c51 018691 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
-0x4c52 018692 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
-0x4c53 018693 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
-0x4c54 018694 beq hci_vendor_cmd_echo ,hci_normal_reply 
-0x4c55 018695 beq hci_vendor_cmd_bdaddr ,phci_grp_vendor_bdaddr 
-0x4c56 018696 beq hci_vendor_cmd_enter_lpm ,phci_grp_vendor_enter_lpm 
-0x4c57 018698 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
-0x4c58 018699 beq hci_vendor_cmd_eep ,phci_grp_vendor_eep 
-0x4c59 018700 beq hci_vendor_cmd_patch_sec_init ,phci_grp_vendor_patch_sec_init 
-0x4c5a 018701 beq hci_vendor_cmd_patch_sec ,phci_grp_vendor_patch_sec 
-0x4c5b 018702 branch hci_normal_reply 
-:      018704 phci_grp_vendor_enter_lpm:
-0x4c5c 018705 call hci_normal_reply 
-0x4c5d 018706 call wait_uarttx 
-0x4c5e 018707 call gpio_pu_uart_tx 
-:      018708 hci_enter_lpm:
-0x4c5f 018709 call app_put_lpm_wake_lock 
-0x4c60 018710 call app_l2cap_flow_control_enable 
-0x4c61 018711 branch gpio_rx_config_input_with_pu 
-:      018713 hci_exit_lpm:
-0x4c62 018714 jam hci_rx_ready ,mem_hci_lt_rx_state 
-0x4c63 018715 call app_get_lpm_wake_lock 
-0x4c64 018716 call hci_lpm_init 
-0x4c65 018717 branch app_l2cap_flow_control_disable 
-:      018719 phci_grp_vendor_chipid:
-0x4c66 018720 call hci_get_cmd_complete_ptr 
-0x4c67 018721 hfetch 2 ,core_chipid 
-0x4c68 018722 istore 2 ,contwu 
-0x4c69 018723 force 6 ,loopcnt 
-0x4c6a 018724 branch hci_command_complete 
-:      018726 phci_grp_vendor_baud:
-0x4c6b 018727 ifetch 2 ,contru 
-0x4c6c 018728 store 2 ,mem_baud 
-0x4c6d 018729 hstore 2 ,core_uart_baud 
-0x4c6e 018730 rtn 
-:      018733 phci_grp_vendor_patch_common:
-0x4c6f 018735 ifetch 1 ,contru 
-0x4c70 018736 copy pdata ,temp 
-0x4c71 018737 hstore 1 ,core_ucode_low 
-0x4c72 018738 ifetch 1 ,contru 
-0x4c73 018739 iadd temp ,temp 
-0x4c74 018740 set1 7 ,pdata 
-0x4c75 018741 hstore 1 ,core_ucode_ctrl 
-0x4c76 018742 ifetch 1 ,contru 
-0x4c77 018743 iadd temp ,temp 
-0x4c78 018744 copy pdata ,loopcnt 
-0x4c79 018745 rtn 
-:      018747 phci_grp_vendor_patch:
-0x4c7a 018748 bmark1 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
-0x4c7b 018749 call phci_grp_vendor_patch_common 
-:      018750 phci_grp_vendor_patch_loop:
-0x4c7c 018751 ifetch 1 ,contru 
-0x4c7d 018752 hstore 1 ,core_ucode_data 
-0x4c7e 018753 iadd temp ,temp 
-0x4c7f 018754 loop phci_grp_vendor_patch_loop 
-:      018755 phci_grp_vendor_patch_check_sum:
-0x4c80 018756 and temp ,0xff ,temp 
-0x4c81 018757 ifetch 1 ,contru 
-0x4c82 018758 isub temp ,null 
-0x4c83 018759 nbranch phci_grp_vendor_patch_bad ,zero 
-0x4c84 018760 branch hci_normal_reply 
-:      018763 phci_grp_vendor_patch_sec:
-0x4c85 018764 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
-0x4c86 018765 call phci_grp_vendor_patch_common 
-0x4c87 018766 store 8 ,mem_pdatatemp 
-:      018767 phci_grp_vendor_patch_sec_loop:
-0x4c88 018768 call do_aes_cbc 
-0x4c89 018769 arg 16 ,loopcnt 
-0x4c8a 018770 arg mem_temp_block0 ,contw 
-0x4c8b 018771 call load_uart_sum_loop 
-0x4c8c 018772 storet 8 ,mem_temp 
-0x4c8d 018773 arg mem_temp_block2 ,contw 
-0x4c8e 018774 call store_aes_result 
-0x4c8f 018775 arg mem_temp_block2 ,rega 
-0x4c90 018776 arg mem_temp_block0 ,regb 
-0x4c91 018777 arg mem_temp_block3 ,contw 
-0x4c92 018778 call xor16 
-0x4c93 018779 arg 16 ,loopcnt 
-0x4c94 018780 arg mem_temp_block3 ,contr 
-0x4c95 018781 call load_ucode_only_loop 
-0x4c96 018782 fetcht 8 ,mem_temp 
-0x4c97 018783 fetch 8 ,mem_pdatatemp 
-0x4c98 018784 increase -16 ,pdata 
-0x4c99 018785 store 8 ,mem_pdatatemp 
-0x4c9a 018786 nbranch phci_grp_vendor_patch_sec_loop ,blank 
-0x4c9b 018787 branch phci_grp_vendor_patch_check_sum 
-:      018789 load_ucode_only_loop:
-0x4c9c 018790 ifetch 1 ,contr 
-0x4c9d 018791 hstore 1 ,core_ucode_data 
-0x4c9e 018792 loop load_ucode_only_loop 
-0x4c9f 018793 rtn 
-:      018795 load_uart_sum_loop:
-0x4ca0 018796 ifetch 1 ,contru 
-0x4ca1 018797 istore 1 ,contw 
-0x4ca2 018798 iadd temp ,temp 
-0x4ca3 018799 loop load_uart_sum_loop 
-0x4ca4 018800 rtn 
-:      018802 phci_grp_vendor_patch_sec_init:
-0x4ca5 018803 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
-0x4ca6 018804 arg 0 ,temp 
-0x4ca7 018805 arg 16 ,loopcnt 
-0x4ca8 018806 arg mem_temp_block0 ,contw 
-0x4ca9 018807 call load_uart_sum_loop 
-0x4caa 018808 hfetch 1 ,core_gpio_key2 
-0x4cab 018809 and_into 0xfd ,pdata 
-0x4cac 018810 hstore 1 ,core_gpio_key2 
-0x4cad 018811 arg mem_temp_block0 ,contr 
-0x4cae 018812 arg 16 ,loopcnt 
-0x4caf 018813 call aes_load_data 
-0x4cb0 018814 call aes_init 
-0x4cb1 018815 call aes_clear_data 
-0x4cb2 018816 branch phci_grp_vendor_patch_check_sum 
-:      018819 phci_grp_vendor_done:
-0x4cb3 018820 arg 0x20 ,loopcnt 
-0x4cb4 018821 arg mem_patch00 ,contw 
-0x4cb5 018822 arg 0 ,temp 
-:      018823 phci_grp_vendor_done_loop:
-0x4cb6 018824 ifetch 1 ,contru 
-0x4cb7 018825 istore 1 ,contw 
-0x4cb8 018826 iadd temp ,temp 
-0x4cb9 018827 loop phci_grp_vendor_done_loop 
-0x4cba 018828 and temp ,0xff ,temp 
-0x4cbb 018829 ifetch 1 ,contru 
-0x4cbc 018830 isub temp ,null 
-0x4cbd 018831 nbranch phci_grp_vendor_patch_bad ,zero 
-0x4cbe 018832 jam 0 ,core_ucode_ctrl 
-0x4cbf 018833 call hci_normal_reply 
-0x4cc0 018834 call h4_rx_discard_packet 
-0x4cc1 018835 call clear_key_buf 
-0x4cc2 018836 call wait_uarttx 
-0x4cc3 018837 branch soft_reset 
-:      018839 phci_grp_vendor_patch_bad:
-0x4cc4 018840 jam 0 ,core_ucode_ctrl 
-0x4cc5 018841 branch start 
-:      018843 phci_grp_vendor_bdaddr:
-0x4cc6 018844 ifetch 6 ,contru 
-0x4cc7 018845 store 6 ,mem_lap 
-0x4cc8 018846 branch hci_normal_reply 
-:      018849 phci_grp_vendor_mem:
-0x4cc9 018850 ifetch 1 ,contru 
-0x4cca 018851 store 1 ,mem_hci_curr_len 
-0x4ccb 018852 copy pdata ,loopcnt 
-0x4ccc 018853 ifetch 2 ,contru 
-0x4ccd 018854 store 2 ,mem_hci_curr_target 
-0x4cce 018855 copy pdata ,contw 
-0x4ccf 018856 call uart_copy_rx_bytes 
-0x4cd0 018857 branch hci_normal_reply 
-:      018860 phci_grp_vendor_eep:
-0x4cd1 018861 ifetch 1 ,contru 
-0x4cd2 018862 store 1 ,mem_hci_curr_len 
-0x4cd3 018863 copy pdata ,loopcnt 
-0x4cd4 018864 ifetch 2 ,contru 
-0x4cd5 018865 store 2 ,mem_hci_curr_target 
-0x4cd6 018866 arg mem_l2cap_rxbuff1 ,contw 
-0x4cd7 018867 call uart_copy_rx_bytes 
-0x4cd8 018868 fetcht 1 ,mem_hci_curr_len 
-0x4cd9 018869 arg mem_l2cap_rxbuff1 ,rega 
-0x4cda 018870 fetch 2 ,mem_hci_curr_target 
-0x4cdb 018871 branch iicd_write_ota_data 
-:      018876 hci_normal_reply:
-0x4cdc 018877 force 4 ,loopcnt 
-:      018878 hci_command_complete:
-0x4cdd 018879 call hci_get_payload_ptr 
-0x4cde 018880 force 0x1 ,pdata 
-0x4cdf 018881 istore 1 ,contwu 
-0x4ce0 018882 deposit alarm 
-0x4ce1 018883 istore 3 ,contwu 
-0x4ce2 018884 force hci_event_command_complete ,queue 
-:      018885 hci_send_event:
-0x4ce3 018886 bpatchx patch20_4 ,mem_patch20 
-0x4ce4 018887 call hci_get_packet_ptr 
-0x4ce5 018888 deposit queue 
-0x4ce6 018889 istore 1 ,contwu 
-0x4ce7 018890 deposit loopcnt 
-0x4ce8 018891 istore 1 ,contwu 
-:      018892 hci_send_event_raw:
-0x4ce9 018893 force 5 ,queue 
-0x4cea 018894 increase 2 ,loopcnt 
-:      018895 hci_send_packet:
-0x4ceb 018896 branch h4_send_packet_event 
-:      018898 hci_send_commu_ready_event:
-0x4cec 018899 force hci_event_vendor_specific ,queue 
-0x4ced 018900 call hci_get_payload_ptr 
-0x4cee 018901 setarg hci_vendor_event_commu_ready 
-0x4cef 018902 istore 1 ,contwu 
-0x4cf0 018903 force 1 ,loopcnt 
-0x4cf1 018904 branch hci_send_event 
-:      018906 hci_get_cmd_complete_ptr:
-0x4cf2 018907 force 12 ,contwu 
-0x4cf3 018908 branch hci_get_tx_ptr 
-:      018910 hci_get_payload_ptr:
-0x4cf4 018911 force 8 ,contwu 
-0x4cf5 018912 branch hci_get_tx_ptr 
-:      018914 hci_get_packet_ptr:
-0x4cf6 018915 force 6 ,contwu 
-:      018916 hci_get_tx_ptr:
-0x4cf7 018917 branch h4_get_tx_ptr 
-:      018921 calc_tx_crc16:
-0x4cf8 018922 pulse crc16 
-0x4cf9 018923 enable enable_crc 
-:      018924 crcloop:
-0x4cfa 018925 ifetch 1 ,contwu 
-0x4cfb 018926 inject bucket ,8 
-0x4cfc 018927 loop crcloop 
-0x4cfd 018928 enable enable_parity 
-0x4cfe 018929 inject bucket ,16 
-0x4cff 018930 disable enable_parity 
-0x4d00 018931 disable enable_crc 
-0x4d01 018932 disable crc16 
-0x4d02 018933 byteswap pdata ,pdata 
-0x4d03 018934 rtn 
-:      018938 cmd_exit:
-0x4d04 018939 jam 0 ,mem_hci_cmd 
-0x4d05 018940 rtn 
-:      018941 cmd_check_plap:
-0x4d06 018942 fetch 6 ,mem_hci_plap 
-0x4d07 018943 fetcht 6 ,mem_plap 
-0x4d08 018944 isub temp ,null 
-0x4d09 018945 rtn 
-:      018950 cmd_pair:
-0x4d0a 018951 fetch 1 ,mem_op 
-0x4d0b 018952 bbit1 op_inrand_req ,cmd_pair_passive 
-0x4d0c 018953 call tid_initiate 
-0x4d0d 018954 jam lmp_in_rand ,mem_lmo_opcode2 
-0x4d0e 018955 branch cmd_exit 
-:      018956 cmd_pair_passive:
-0x4d0f 018957 set0 op_inrand_req ,pdata 
-0x4d10 018958 store 1 ,mem_op 
-0x4d11 018959 call lmp_accept_inrand 
-0x4d12 018960 setarg 0 
-0x4d13 018961 setflag master ,smap_lmptid ,pdata 
-0x4d14 018962 store 1 ,mem_lmo_tid2 
-0x4d15 018963 branch cmd_exit 
-0x4d16 018964 rtn 
-:      018965 cmd_in_sniff:
-0x4d17 018966 jam lmp_sniff_req ,mem_lmo_opcode2 
-0x4d18 018967 arg mem_sniff_payload ,contw 
-0x4d19 018968 setarg 0 
-0x4d1a 018969 isolate1 27 ,clke_bt 
-0x4d1b 018970 setflag true ,1 ,pdata 
-0x4d1c 018971 istore 1 ,contw 
-0x4d1d 018972 setarg 0 
-0x4d1e 018973 istore 2 ,contw 
-0x4d1f 018974 fetch 2 ,mem_sniff_param_interval 
-0x4d20 018975 istore 2 ,contw 
-0x4d21 018976 fetch 1 ,mem_sniff_param_attempt 
-0x4d22 018977 istore 2 ,contw 
-0x4d23 018978 fetch 1 ,mem_sniff_param_timeout 
-0x4d24 018979 istore 2 ,contw 
-0x4d25 018980 branch cmd_exit 
-:      018982 cmd_exit_sniff:
-0x4d26 018983 jam lmp_unsniff_req ,mem_lmo_opcode2 
-0x4d27 018984 branch cmd_exit 
-:      018986 hci_idle_dispatch:
-0x4d28 018987 call gpio_check_uart_state 
-0x4d29 018988 rtn true 
-0x4d2a 018989 arg uart_wakeup_rx ,temp 
-0x4d2b 018990 call gpio_get_bit 
-0x4d2c 018991 nbranch uart_wake_up ,true 
-0x4d2d 018992 jam hci_rx_wake ,mem_hci_lt_rx_state 
-0x4d2e 018993 rtn 
-:      018994 uart_wake_up:
-0x4d2f 018995 fetch 1 ,mem_hci_lt_rx_state 
-0x4d30 018996 rtnne hci_rx_wake 
-0x4d31 018997 call hci_exit_lpm 
-0x4d32 018998 branch hci_send_commu_ready_event 
-:      019012 hid_rx_process:
-0x4d33 019013 bpatchx patch20_5 ,mem_patch20 
-0x4d34 019014 fetch 2 ,mem_l2cap_payload_ptr 
-0x4d35 019015 copy pdata ,contr 
-0x4d36 019016 ifetch 1 ,contr 
-0x4d37 019017 and pdata ,0x0f ,temp 
-0x4d38 019018 rshift4 pdata ,pdata 
-0x4d39 019019 beq hid_type_set_idle ,hid_rx_process_handshake 
-0x4d3a 019020 beq hid_type_set_protocol ,hid_rx_process_handshake 
-0x4d3b 019021 beq hid_type_data ,hid_rx_process_data 
-0x4d3c 019022 beq hid_type_set_report ,hid_rx_process_set_report 
-0x4d3d 019023 beq hid_type_control ,hid_rx_process_hid_control 
-0x4d3e 019024 rtn 
-:      019026 hid_rx_process_hid_control:
-0x4d3f 019027 copy temp ,pdata 
-0x4d40 019028 beq hid_control_p_virtualcableunplug ,hid_rx_process_virtual_cable_unplug 
-0x4d41 019029 beq hid_control_p_suspend ,hid_rx_process_suspend 
-0x4d42 019030 rtn 
-:      019032 hid_rx_process_virtual_cable_unplug:
-0x4d43 019033 jam bt_evt_virtual_cable_unplug ,mem_fifo_temp 
-0x4d44 019034 call ui_ipc_send_event 
-0x4d45 019035 fetch 1 ,mem_device_option 
-0x4d46 019036 rtnbit0 dvc_op_mouse 
-0x4d47 019037 copy temp ,pdata 
-0x4d48 019038 beq hid_control_p_virtualcableunplug ,mouse_irtual_cable_unplug 
-0x4d49 019039 rtn 
-:      019040 hid_rx_process_suspend:
-0x4d4a 019041 rtn 
-:      019043 hid_rx_process_set_report:
-0x4d4b 019044 call hid_rx_process_data 
-0x4d4c 019045 arg 0x01 ,rega 
-0x4d4d 019046 call hid_malloc_tx_buff 
-0x4d4e 019047 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4d4f 019048 istore 2 ,contw 
-0x4d50 019049 setarg 0x00 
-0x4d51 019050 istore 1 ,contw 
-0x4d52 019051 rtn 
-:      019053 hid_rx_process_handshake:
-0x4d53 019054 arg 1 ,rega 
-0x4d54 019055 call hid_malloc_tx_buff 
-0x4d55 019056 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4d56 019057 istore 2 ,contw 
-0x4d57 019058 setarg 0 
-0x4d58 019059 istore 1 ,contw 
-0x4d59 019060 jam 1 ,mem_ui_data_txbuff_length 
-0x4d5a 019061 fetch 1 ,mem_hid_control_state 
-0x4d5b 019062 set1 l2cap_channel_hid_handshake_done 
-0x4d5c 019063 store 1 ,mem_hid_control_state 
-0x4d5d 019064 jam bt_evt_hid_handshake ,mem_fifo_temp 
-0x4d5e 019065 branch ui_ipc_send_event 
-:      019067 hid_rx_process_data:
-0x4d5f 019068 ifetch 1 ,contr 
-0x4d60 019069 beq hid_report_id_kb ,hid_rx_process_data_hid_kb 
-0x4d61 019070 rtn 
-:      019072 hid_rx_process_data_hid_kb:
-0x4d62 019073 rtn 
-:      019076 hid_malloc_tx_buff:
-0x4d63 019077 call l2cap_malloc 
-0x4d64 019078 copy rega ,temp 
-0x4d65 019079 storet 1 ,mem_ui_data_txbuff_length 
-0x4d66 019080 copy pdata ,contw 
-0x4d67 019081 copy rega ,pdata 
-0x4d68 019082 istore 2 ,contw 
-0x4d69 019083 rtn 
-:      019100 l2cap_init:
-0x4d6a 019101 branch l2cap_init_wake ,wake 
-:      019102 l2cap_init_work:
-0x4d6b 019103 setarg mem_l2cap_xmem_end 
-0x4d6c 019104 arg mem_l2cap_xmem_start ,contw 
-0x4d6d 019105 isub contw ,loopcnt 
-0x4d6e 019106 call clear_mem 
-:      019107 l2cap_init_wake:
-0x4d6f 019108 bpatchx patch20_6 ,mem_patch20 
-0x4d70 019109 setarg mem_sdp_mem_end 
-0x4d71 019110 arg mem_sdp_mem_start ,contw 
-0x4d72 019111 isub contw ,loopcnt 
-0x4d73 019112 call clear_mem 
-0x4d74 019113 setarg mem_l2cap_mem_end 
-0x4d75 019114 arg mem_l2cap_mem_start ,contw 
-0x4d76 019115 isub contw ,loopcnt 
-0x4d77 019116 call clear_mem 
-0x4d78 019117 branch l2cap_lpm_load_txbuf 
-:      019119 process_rx_l2cap_pkt:
-0x4d79 019120 bpatchx patch20_7 ,mem_patch20 
-0x4d7a 019121 copy contr ,temp 
-0x4d7b 019124 copy temp ,contr 
-0x4d7c 019125 ifetch 2 ,contr 
-0x4d7d 019126 store 2 ,mem_l2cap_rx_pkt_length 
-0x4d7e 019127 ifetch 2 ,contr 
-0x4d7f 019128 store 2 ,mem_l2cap_rx_cid 
-0x4d80 019129 deposit contr 
-0x4d81 019130 store 2 ,mem_l2cap_payload_ptr 
-0x4d82 019131 fetch 1 ,memui_reconnect_mode 
-0x4d83 019132 beq no_reconnection ,l2cap_rx_multiplexing 
-0x4d84 019133 branch ml2cap_rx_multiplexing 
-:      019135 l2cap_rx_multiplexing:
-0x4d85 019136 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x4d86 019137 branch l2cap_rx_reset_state ,blank 
-0x4d87 019138 bpatchx patch21_0 ,mem_patch21 
-0x4d88 019139 fetch 1 ,mem_l2cap_rx_cid 
-0x4d89 019140 beq l2cap_signal_channel ,l2cap_call_proc_signal 
-:      019141 l2cap_rx_multiplexing0:
-0x4d8a 019142 beq l2cap_sdp_channel ,l2cap_call_proc_sdp 
-0x4d8b 019143 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
-0x4d8c 019144 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
-0x4d8d 019145 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
-0x4d8e 019146 branch l2cap_rx_reset_state 
-:      019148 l2cap_check_map:
-0x4d8f 019151 bpatchx patch21_1 ,mem_patch21 
-0x4d90 019152 call l2cap_malloc_get_full_map 
-0x4d91 019153 fetch 1 ,mem_used_map 
-0x4d92 019154 beq 0 ,set_pdata_0 
-0x4d93 019155 beq 1 ,set_pdata_0 
-0x4d94 019156 beq 2 ,set_pdata_0 
-0x4d95 019157 beq 3 ,set_pdata_0 
-0x4d96 019158 beq 0x81 ,set_pdata_0 
-0x4d97 019159 beq 0xc0 ,set_pdata_0 
-0x4d98 019160 beq 0x80 ,set_pdata_0 
-0x4d99 019161 beq 0x40 ,set_pdata_0 
-0x4d9a 019162 rtn 
-:      019164 set_pdata_0:
-0x4d9b 019165 setarg 0 
-0x4d9c 019166 rtn 
-:      019169 l2cap_call_proc_signal:
-0x4d9d 019170 call l2cap_check_map 
-0x4d9e 019171 nrtn blank 
-:      019172 l2cap_call_proc_signal0:
-0x4d9f 019173 call l2cap_malloc_signal_channel 
-0x4da0 019174 call l2cap_process_signal_pkt 
-0x4da1 019175 fetcht 2 ,mem_l2cap_signal_tx_length 
-0x4da2 019176 branch l2cap_call_proc_no_reply ,blank 
-0x4da3 019177 call l2cap_get_signal_tx_buff 
-0x4da4 019178 fetch 2 ,mem_l2cap_signal_tx_length 
-0x4da5 019179 istore 2 ,contw 
-0x4da6 019180 force l2cap_signal_channel ,pdata 
-0x4da7 019181 istore 2 ,contw 
-0x4da8 019182 branch l2cap_rx_reset_state 
-:      019184 l2cap_call_proc_sigal_pending:
-0x4da9 019185 fetch 1 ,mem_l2cap_pending_item 
-0x4daa 019186 rtn blank 
-0x4dab 019187 copy pdata ,rega 
-0x4dac 019188 bpatchx patch21_2 ,mem_patch21 
-0x4dad 019189 fetch 4 ,mem_l2cap_sdpres_delay_time 
-0x4dae 019190 arg 0x100 ,temp 
-0x4daf 019191 iadd temp ,temp 
-0x4db0 019192 copy clkn_bt ,pdata 
-0x4db1 019193 isub temp ,null 
-0x4db2 019194 nrtn positive 
-0x4db3 019195 jam 0 ,mem_l2cap_pending_item 
-0x4db4 019196 copy rega ,pdata 
-0x4db5 019197 beq l2cap_sdp_channel ,l2cap_sdp_conn_succ 
-0x4db6 019198 branch assert 
-:      019199 l2cap_sdp_conn_succ:
-0x4db7 019200 arg 0 ,debug 
-0x4db8 019201 call l2cap_malloc_signal_channel 
-0x4db9 019202 call restore_l2cap_req_param 
-0x4dba 019203 call l2cap_get_signal_tx_payload 
-0x4dbb 019204 call save_cont_pointers 
-0x4dbc 019205 call send_connection_sdp_res 
-0x4dbd 019206 call l2cap_get_signal_tx_buff 
-0x4dbe 019208 setarg 0x000c 
-0x4dbf 019209 istore 2 ,contw 
-0x4dc0 019210 force l2cap_signal_channel ,pdata 
-0x4dc1 019211 istore 2 ,contw 
-0x4dc2 019212 branch l2cap_rx_reset_state 
-:      019216 l2cap_reset_sdp_map:
-0x4dc3 019217 bpatchx patch21_3 ,mem_patch21 
-0x4dc4 019218 fetch 2 ,mem_sdp_tx_pkt_length 
-0x4dc5 019219 increase 4 ,pdata 
-0x4dc6 019220 rshift4 pdata ,pdata 
-0x4dc7 019221 rshift3 pdata ,pdata 
-0x4dc8 019222 add pdata ,1 ,temp 
-0x4dc9 019223 arg mem_tx_fifo3 ,contr 
-0x4dca 019224 ifetch 3 ,contr 
-0x4dcb 019225 rtn blank 
-0x4dcc 019226 store 3 ,mem_tx_fifo_map_temp 
-0x4dcd 019227 fetch 1 ,mem_tx_fifo_map_temp 
-0x4dce 019228 copy pdata ,rega 
-0x4dcf 019229 call check_l2cap_map 
-0x4dd0 019230 copy regb ,pdata 
-0x4dd1 019231 store 1 ,mem_tx_fifo3 
-0x4dd2 019232 rtn 
-:      019234 check_l2cap_map:
-0x4dd3 019235 arg 0 ,queue 
-0x4dd4 019236 arg 0 ,regb 
-:      019238 check_l2cap_map_loop:
-0x4dd5 019239 sub queue ,7 ,null 
-0x4dd6 019240 nrtn positive 
-0x4dd7 019241 qisolate1 rega 
-0x4dd8 019242 branch check_l2cap_map_used ,true 
-0x4dd9 019243 branch check_l2cap_map_used2 
-:      019245 check_l2cap_map_used:
-0x4dda 019246 copy temp ,pdata 
-0x4ddb 019247 branch check_l2cap_map_used2 ,blank 
-0x4ddc 019248 qset1 regb 
-0x4ddd 019249 increase -1 ,temp 
-:      019251 check_l2cap_map_used2:
-0x4dde 019252 increase 1 ,queue 
-0x4ddf 019253 branch check_l2cap_map_loop 
-:      019255 l2cap_call_proc_sdp:
-0x4de0 019256 call l2cap_malloc_is_fifo_empty 
-0x4de1 019257 nrtn blank 
-0x4de2 019258 call l2cap_check_map 
-0x4de3 019259 nrtn blank 
-0x4de4 019260 call l2cap_malloc_sdp_channel 
-0x4de5 019261 call sdp_process 
-0x4de6 019262 call l2cap_reset_sdp_map 
-0x4de7 019263 branch l2cap_call_proc_sdp_common 
-:      019266 ml2cap_call_proc_sdp:
-0x4de8 019267 call l2cap_malloc_is_fifo_empty 
-0x4de9 019268 nrtn blank 
-0x4dea 019269 call l2cap_malloc_sdp_channel 
-0x4deb 019270 call sdp_process 
-:      019271 l2cap_call_proc_sdp_common:
-0x4dec 019272 call l2cap_get_sdp_tx_buff 
-0x4ded 019273 fetch 2 ,mem_sdp_tx_pkt_length 
-0x4dee 019274 branch l2cap_call_proc_no_reply ,blank 
-0x4def 019275 istore 2 ,contw 
-0x4df0 019276 fetch 2 ,mem_sdp_remote_cid 
-0x4df1 019277 istore 2 ,contw 
-0x4df2 019278 branch l2cap_rx_reset_state 
-:      019280 l2cap_call_proc_hid:
-0x4df3 019281 call hid_rx_process 
-0x4df4 019282 branch l2cap_rx_reset_state 
-:      019284 l2cap_call_proc_rfcomm:
-0x4df5 019285 bpatchx patch21_4 ,mem_patch21 
-0x4df6 019286 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
-0x4df7 019287 call rfcomm_rx_process 
-0x4df8 019288 fetch 1 ,mem_rfcomm_malloc_fail_flag 
-0x4df9 019289 rtneq rfcomm_malloc_fail 
-0x4dfa 019290 branch l2cap_rx_reset_state 
-:      019291 l2cap_call_proc_no_reply:
-0x4dfb 019292 call l2cap_malloc_discard 
-:      019294 l2cap_rx_reset_state:
-0x4dfc 019295 setarg 0 
-0x4dfd 019296 store 2 ,mem_l2cap_rx_pkt_length 
-0x4dfe 019297 store 2 ,mem_l2cap_rx_cid 
-0x4dff 019298 jam l2cap_rx_done ,mem_l2cap_rx_done 
-0x4e00 019299 rtn 
-:      019301 l2cap_process_signal_pkt:
-0x4e01 019302 bpatchx patch21_5 ,mem_patch21 
-0x4e02 019303 call l2cap_get_signal_tx_payload 
-0x4e03 019304 force 0 ,regb 
-0x4e04 019305 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x4e05 019306 copy pdata ,regc 
-0x4e06 019307 fetch 2 ,mem_l2cap_payload_ptr 
-0x4e07 019308 iforce contr 
-:      019309 l2cap_process_signal_pkt_loop:
-0x4e08 019310 call l2cap_process_one_signal 
-0x4e09 019311 deposit regc 
-0x4e0a 019312 increase -4 ,regc 
-0x4e0b 019313 increase -4 ,pdata 
-0x4e0c 019314 nbranch l2cap_process_signal_pkt_loop ,blank 
-0x4e0d 019315 copy regb ,pdata 
-0x4e0e 019316 store 2 ,mem_l2cap_signal_tx_length 
-0x4e0f 019317 rtn 
-:      019319 l2cap_process_one_signal:
-0x4e10 019320 bpatchx patch21_6 ,mem_patch21 
-0x4e11 019321 ifetch 1 ,contr 
-0x4e12 019322 beq signal_cmd_reject ,l2cap_proc_signal_cmd_reject 
-0x4e13 019323 beq signal_connect_req ,l2cap_proc_signal_connect_req 
-0x4e14 019324 beq signal_connect_rsp ,l2cap_proc_signal_connect_rsp 
-0x4e15 019325 beq signal_config_req ,l2cap_proc_signal_config_req 
-0x4e16 019326 beq signal_config_rsp ,l2cap_proc_signal_config_rsp 
-0x4e17 019327 beq signal_disconnect_req ,l2cap_proc_signal_disconnect_req 
-0x4e18 019328 beq signal_disconnect_rsp ,l2cap_proc_signal_disconnect_rsp 
-0x4e19 019329 beq signal_echo_req ,l2cap_proc_signal_echo_req 
-0x4e1a 019330 beq signal_echo_rsp ,l2cap_proc_signal_echo_rsp 
-0x4e1b 019331 beq signal_info_req ,l2cap_proc_signal_info_req 
-0x4e1c 019332 beq signal_info_rsp ,l2cap_proc_signal_info_rsp 
-0x4e1d 019333 call l2cap_reject_command 
-:      019334 l2cap_process_one_signal_rtn:
-0x4e1e 019335 rtn 
-:      019337 l2cap_proc_signal_info_req:
-0x4e1f 019338 ifetch 1 ,contr 
-0x4e20 019339 copy pdata ,queue 
-0x4e21 019340 ifetch 2 ,contr 
-0x4e22 019341 copy pdata ,rega 
-0x4e23 019342 copy regc ,pdata 
-0x4e24 019343 isub rega ,regc 
-0x4e25 019344 setarg signal_info_rsp 
-0x4e26 019345 istore 1 ,contw 
-0x4e27 019346 copy queue ,pdata 
-0x4e28 019347 istore 1 ,contw 
-0x4e29 019348 ifetch 2 ,contr 
-:      019349 l2cap_proc_signal_info_req_reply:
-0x4e2a 019350 beq l2cap_sig_ext_featrue ,l2cap_proc_signal_info_req_ext 
-0x4e2b 019351 beq l2cap_sig_fix_featrue ,l2cap_proc_signal_info_req_fix 
-0x4e2c 019352 rtn 
-:      019353 l2cap_proc_signal_info_req_ext:
-0x4e2d 019354 setarg 0x020008 
-0x4e2e 019355 istore 6 ,contw 
-0x4e2f 019356 setarg 0x0280 
-0x4e30 019357 istore 4 ,contw 
-0x4e31 019358 force 12 ,pdata 
-0x4e32 019359 branch l2cap_proc_signal_info_req_common 
-:      019360 l2cap_proc_signal_info_req_fix:
-0x4e33 019361 setarg 0x3000c 
-0x4e34 019362 istore 6 ,contw 
-0x4e35 019363 setarg 0x0006 
-0x4e36 019364 istore 8 ,contw 
-0x4e37 019365 force 16 ,pdata 
-:      019366 l2cap_proc_signal_info_req_common:
-0x4e38 019367 iadd regb ,regb 
-0x4e39 019368 branch l2cap_process_one_signal_rtn 
-:      019370 ml2cap_proc_signal_info_req:
-0x4e3a 019371 ifetch 1 ,contr 
-0x4e3b 019372 copy pdata ,queue 
-0x4e3c 019373 ifetch 2 ,contr 
-0x4e3d 019374 copy pdata ,rega 
-0x4e3e 019375 ifetch 2 ,contr 
-0x4e3f 019376 store 2 ,mem_temp 
-0x4e40 019377 copy regc ,pdata 
-0x4e41 019378 isub rega ,regc 
-0x4e42 019379 call l2cap_get_signal_tx_payload 
-0x4e43 019380 setarg signal_info_rsp 
-0x4e44 019381 istore 1 ,contw 
-0x4e45 019382 copy queue ,pdata 
-0x4e46 019383 istore 1 ,contw 
-0x4e47 019384 fetch 2 ,mem_temp 
-0x4e48 019385 branch l2cap_proc_signal_info_req_reply 
-:      019389 l2cap_proc_signal_cmd_reject:
-0x4e49 019390 ifetch 1 ,contr 
-0x4e4a 019391 copy pdata ,queue 
-0x4e4b 019392 ifetch 2 ,contr 
-0x4e4c 019393 copy pdata ,rega 
-0x4e4d 019394 iadd contr ,contr 
-0x4e4e 019395 copy regc ,pdata 
-0x4e4f 019396 isub rega ,regc 
-:      019397 l2cap_proc_signal_cmd_reject_rtn:
-0x4e50 019398 branch l2cap_process_one_signal_rtn 
-:      019400 l2cap_proc_signal_connect_req:
-0x4e51 019401 call save_cont_pointers 
-0x4e52 019404 call load_cont_pointers 
-0x4e53 019405 arg 0 ,debug 
-0x4e54 019406 ifetch 1 ,contr 
-0x4e55 019407 copy pdata ,queue 
-0x4e56 019408 ifetch 2 ,contr 
-0x4e57 019409 copy pdata ,rega 
-0x4e58 019410 ifetch 2 ,contr 
-0x4e59 019411 copy pdata ,temp 
-0x4e5a 019412 ifetch 2 ,contr 
-0x4e5b 019413 copy pdata ,timeup 
-0x4e5c 019414 bpatchx patch21_7 ,mem_patch21 
-0x4e5d 019415 copy temp ,pdata 
-0x4e5e 019416 beq psm_sdp ,l2cap_proc_signal_connect_req_sdp 
-0x4e5f 019417 beq psm_rfcomm ,l2cap_proc_signal_connect_req_rfcomm 
-0x4e60 019418 beq psm_hid_control ,l2cap_proc_signal_connect_req_hid_ctrl 
-0x4e61 019419 beq psm_hid_interrupt ,l2cap_proc_signal_connect_req_hid_int 
-0x4e62 019420 call l2cap_reject_command 
-0x4e63 019421 branch l2cap_proc_signal_connect_req_rtn 
-:      019423 l2cap_proc_signal_connect_req_sdp:
-0x4e64 019424 call save_cont_pointers 
-0x4e65 019425 arg l2cap_sdp_channel ,temp 
-0x4e66 019426 fetch 2 ,mem_sdp_remote_cid 
-0x4e67 019427 nbranch already_connected ,blank 
-0x4e68 019428 copy timeup ,pdata 
-0x4e69 019429 store 2 ,mem_sdp_remote_cid 
-0x4e6a 019430 copy clkn_bt ,pdata 
-0x4e6b 019431 store 4 ,mem_l2cap_sdpres_delay_time 
-0x4e6c 019432 call store_l2cap_req_param 
-0x4e6d 019433 branch send_connection_pending 
-:      019435 store_l2cap_req_param:
-0x4e6e 019436 storet 2 ,mem_psm 
-0x4e6f 019437 deposit timeup 
-0x4e70 019438 store 2 ,mem_scid 
-0x4e71 019439 deposit rega 
-0x4e72 019440 store 2 ,mem_cmd_length 
-0x4e73 019441 deposit regb 
-0x4e74 019442 store 2 ,mem_tt2 
-0x4e75 019443 deposit regc 
-0x4e76 019444 store 2 ,mem_tt3 
-0x4e77 019445 deposit queue 
-0x4e78 019446 store 2 ,mem_id 
-0x4e79 019447 rtn 
-:      019449 restore_l2cap_req_param:
-0x4e7a 019450 fetcht 2 ,mem_psm 
-0x4e7b 019451 fetch 2 ,mem_scid 
-0x4e7c 019452 copy pdata ,timeup 
-0x4e7d 019453 fetch 2 ,mem_cmd_length 
-0x4e7e 019454 copy pdata ,rega 
-0x4e7f 019455 fetch 2 ,mem_tt2 
-0x4e80 019456 copy pdata ,regb 
-0x4e81 019457 fetch 2 ,mem_tt3 
-0x4e82 019458 copy pdata ,regc 
-0x4e83 019459 fetch 2 ,mem_id 
-0x4e84 019460 copy pdata ,queue 
-0x4e85 019461 rtn 
-:      019463 l2cap_proc_signal_connect_req_rfcomm:
-0x4e86 019464 call save_cont_pointers 
-0x4e87 019465 setarg l2cap_rfcomm_channel 
-0x4e88 019466 arg l2cap_rfcomm_channel ,temp 
-0x4e89 019467 fetch 2 ,mem_rfcomm_remote_cid 
-0x4e8a 019468 nbranch already_connected ,blank 
-0x4e8b 019469 copy timeup ,pdata 
-0x4e8c 019470 store 2 ,mem_rfcomm_remote_cid 
-0x4e8d 019471 fetch 1 ,mem_rfcomm_state 
-0x4e8e 019472 set1 l2cap_channel_state_conn_req ,pdata 
-0x4e8f 019473 set1 l2cap_channel_state_conn_res ,pdata 
-0x4e90 019474 store 1 ,mem_rfcomm_state 
-0x4e91 019475 branch send_connection_res 
-:      019476 l2cap_proc_signal_connect_req_hid_ctrl:
-0x4e92 019477 call save_cont_pointers 
-0x4e93 019478 arg l2cap_hid_control_channel ,temp 
-0x4e94 019479 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4e95 019480 nbranch already_connected ,blank 
-0x4e96 019481 copy timeup ,pdata 
-0x4e97 019482 store 2 ,mem_hid_ctrl_remote_cid 
-0x4e98 019483 fetch 1 ,mem_hid_control_state 
-0x4e99 019484 set1 l2cap_channel_state_conn_req ,pdata 
-0x4e9a 019485 set1 l2cap_channel_state_conn_res ,pdata 
-0x4e9b 019486 store 1 ,mem_hid_control_state 
-0x4e9c 019487 branch send_connection_res 
-:      019488 l2cap_proc_signal_connect_req_hid_int:
-0x4e9d 019489 call save_cont_pointers 
-0x4e9e 019490 deposit clke 
-0x4e9f 019491 arg l2cap_hid_interrupt_channel ,temp 
-0x4ea0 019492 fetch 2 ,mem_hid_int_remote_cid 
-0x4ea1 019493 nbranch already_connected ,blank 
-0x4ea2 019494 copy timeup ,pdata 
-0x4ea3 019495 store 2 ,mem_hid_int_remote_cid 
-0x4ea4 019496 fetch 1 ,mem_hid_interrupt_state 
-0x4ea5 019497 set1 l2cap_channel_state_conn_req ,pdata 
-0x4ea6 019498 set1 l2cap_channel_state_conn_res ,pdata 
-0x4ea7 019499 store 1 ,mem_hid_interrupt_state 
-0x4ea8 019500 branch send_connection_res 
-:      019502 send_connection_pending:
-0x4ea9 019503 setarg l2cap_connect_pending 
-0x4eaa 019504 store 2 ,meml2cap_t1 
-0x4eab 019505 jam l2cap_sdp_channel ,mem_l2cap_pending_item 
-0x4eac 019506 branch send_connection_res0 
-:      019507 send_connection_sdp_res:
-0x4ead 019508 fetch 1 ,mem_sdp_state 
-0x4eae 019509 set1 l2cap_channel_state_conn_req ,pdata 
-0x4eaf 019510 set1 l2cap_channel_state_conn_res ,pdata 
-0x4eb0 019511 store 1 ,mem_sdp_state 
-:      019512 send_connection_res:
-0x4eb1 019513 setarg l2cap_connect_successful 
-0x4eb2 019514 store 2 ,meml2cap_t1 
-:      019515 send_connection_res0:
-0x4eb3 019516 bpatchx patch22_0 ,mem_patch22 
-0x4eb4 019517 call load_cont_pointers 
-0x4eb5 019518 setarg signal_connect_rsp 
-0x4eb6 019519 istore 1 ,contw 
-0x4eb7 019520 copy queue ,pdata 
-0x4eb8 019521 istore 1 ,contw 
-0x4eb9 019522 setarg 0x0008 
-0x4eba 019523 istore 2 ,contw 
-0x4ebb 019524 copy temp ,pdata 
-0x4ebc 019525 istore 2 ,contw 
-0x4ebd 019526 copy timeup ,pdata 
-0x4ebe 019527 istore 2 ,contw 
-0x4ebf 019528 fetch 2 ,meml2cap_t1 
-0x4ec0 019529 beq l2cap_connect_pending ,connect_pending 
-0x4ec1 019530 isolate0 0 ,debug 
-0x4ec2 019531 branch connect_suc ,true 
-0x4ec3 019532 setarg l2cap_connect_refused_no_resources 
-:      019533 connect_suc:
-0x4ec4 019534 istore 2 ,contw 
-0x4ec5 019535 force 0x0000 ,pdata 
-0x4ec6 019536 istore 2 ,contw 
-0x4ec7 019537 setarg 12 
-0x4ec8 019538 branch connect_req_update_byte_counts 
-:      019539 connect_pending:
-0x4ec9 019540 istore 2 ,contw 
-0x4eca 019541 force 0x0002 ,pdata 
-0x4ecb 019542 istore 2 ,contw 
-0x4ecc 019543 setarg 12 
-0x4ecd 019544 branch connect_req_update_byte_counts 
-:      019546 already_connected:
-0x4ece 019547 set1 0 ,debug 
-0x4ecf 019548 branch send_connection_res 
-:      019549 connect_req_update_byte_counts:
-0x4ed0 019550 iadd regb ,regb 
-0x4ed1 019551 copy regc ,pdata 
-0x4ed2 019552 isub rega ,regc 
-0x4ed3 019553 branch l2cap_proc_signal_connect_req_rtn 
-:      019554 l2cap_proc_signal_connect_req_rtn:
-0x4ed4 019555 branch l2cap_process_one_signal_rtn 
-:      019557 l2cap_proc_signal_connect_rsp:
-0x4ed5 019558 ifetch 1 ,contr 
-0x4ed6 019559 copy pdata ,queue 
-0x4ed7 019560 ifetch 2 ,contr 
-0x4ed8 019561 copy pdata ,rega 
-0x4ed9 019562 copy regc ,pdata 
-0x4eda 019563 isub rega ,regc 
-0x4edb 019564 ifetch 2 ,contr 
-0x4edc 019565 copy pdata ,timeup 
-0x4edd 019566 ifetch 2 ,contr 
-0x4ede 019567 copy pdata ,temp 
-0x4edf 019568 bpatchx patch22_1 ,mem_patch22 
-0x4ee0 019569 setarg l2cap_sdp_channel 
-0x4ee1 019570 isub temp ,null 
-0x4ee2 019571 branch l2cap_proc_signal_connect_rsp_sdp ,zero 
-0x4ee3 019572 setarg l2cap_rfcomm_channel 
-0x4ee4 019573 isub temp ,null 
-0x4ee5 019574 branch l2cap_proc_signal_connect_rsp_rfcomm ,zero 
-0x4ee6 019575 setarg l2cap_hid_control_channel 
-0x4ee7 019576 isub temp ,null 
-0x4ee8 019577 branch l2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
-0x4ee9 019578 setarg l2cap_hid_interrupt_channel 
-0x4eea 019579 isub temp ,null 
-0x4eeb 019580 branch l2cap_proc_signal_connect_rsp_hid_int ,zero 
-0x4eec 019581 rtn 
-:      019583 l2cap_proc_signal_connect_rsp_sdp:
-0x4eed 019584 copy timeup ,pdata 
-0x4eee 019585 store 2 ,mem_sdp_remote_cid 
-0x4eef 019586 fetch 1 ,mem_sdp_state 
-0x4ef0 019587 set1 l2cap_channel_state_conn_res ,pdata 
-0x4ef1 019588 store 1 ,mem_sdp_state 
-0x4ef2 019589 branch l2cap_process_one_signal_rtn 
-:      019590 l2cap_proc_signal_connect_rsp_rfcomm:
-0x4ef3 019591 copy timeup ,pdata 
-0x4ef4 019592 store 2 ,mem_rfcomm_remote_cid 
-0x4ef5 019593 fetch 1 ,mem_rfcomm_state 
-0x4ef6 019594 set1 l2cap_channel_state_conn_res ,pdata 
-0x4ef7 019595 store 1 ,mem_rfcomm_state 
-0x4ef8 019596 rtn 
-:      019597 l2cap_proc_signal_connect_rsp_hid_int:
-0x4ef9 019598 copy timeup ,pdata 
-0x4efa 019599 store 2 ,mem_hid_ctrl_remote_cid 
-0x4efb 019600 fetch 1 ,mem_hid_interrupt_state 
-0x4efc 019601 set1 l2cap_channel_state_conn_res ,pdata 
-0x4efd 019602 store 1 ,mem_hid_interrupt_state 
-0x4efe 019603 rtn 
-:      019604 l2cap_proc_signal_connect_rsp_hid_ctrl:
-0x4eff 019605 copy timeup ,pdata 
-0x4f00 019606 store 2 ,mem_hid_int_remote_cid 
-0x4f01 019607 fetch 1 ,mem_hid_control_state 
-0x4f02 019608 set1 l2cap_channel_state_conn_res ,pdata 
-0x4f03 019609 store 1 ,mem_hid_control_state 
-0x4f04 019610 rtn 
-:      019612 l2cap_proc_signal_config_req:
-0x4f05 019613 ifetch 1 ,contr 
-0x4f06 019614 copy pdata ,queue 
-0x4f07 019615 ifetch 2 ,contr 
-0x4f08 019616 copy pdata ,rega 
-0x4f09 019617 copy regc ,pdata 
-0x4f0a 019618 isub rega ,regc 
-0x4f0b 019619 ifetch 2 ,contr 
-0x4f0c 019620 copy pdata ,temp 
-0x4f0d 019621 copy temp ,rega 
-0x4f0e 019622 bpatchx patch22_2 ,mem_patch22 
-0x4f0f 019623 setarg l2cap_sdp_channel 
-0x4f10 019624 isub temp ,null 
-0x4f11 019625 branch l2cap_proc_signal_config_req_sdp ,zero 
-0x4f12 019626 setarg l2cap_rfcomm_channel 
-0x4f13 019627 isub temp ,null 
-0x4f14 019628 branch l2cap_proc_signal_config_req_rfcomm ,zero 
-0x4f15 019629 setarg l2cap_hid_control_channel 
-0x4f16 019630 isub temp ,null 
-0x4f17 019631 branch l2cap_proc_signal_config_req_hid_ctrl ,zero 
-0x4f18 019632 setarg l2cap_hid_interrupt_channel 
-0x4f19 019633 isub temp ,null 
-0x4f1a 019634 branch l2cap_proc_signal_config_req_hid_int ,zero 
-0x4f1b 019635 branch l2cap_reject_command 
-:      019637 l2cap_proc_signal_config_req_sdp:
-0x4f1c 019638 copy contw ,timeup 
-0x4f1d 019639 fetch 1 ,mem_sdp_state 
-0x4f1e 019640 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f1f 019641 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f20 019643 store 1 ,mem_sdp_state 
-0x4f21 019644 copy timeup ,contw 
-0x4f22 019645 arg l2cap_sdp_channel ,timeup 
-0x4f23 019646 fetch 2 ,mem_sdp_remote_cid 
-0x4f24 019647 copy pdata ,temp 
-0x4f25 019648 branch l2cap_send_config_rsp 
-:      019649 l2cap_proc_signal_config_req_hid_ctrl:
-0x4f26 019650 copy contw ,timeup 
-0x4f27 019651 fetch 1 ,mem_hid_control_state 
-0x4f28 019652 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f29 019653 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f2a 019655 store 1 ,mem_hid_control_state 
-0x4f2b 019656 copy timeup ,contw 
-0x4f2c 019657 arg l2cap_hid_control_channel ,timeup 
-0x4f2d 019658 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4f2e 019659 copy pdata ,temp 
-0x4f2f 019660 branch l2cap_send_config_rsp 
-:      019661 l2cap_proc_signal_config_req_hid_int:
-0x4f30 019662 copy contw ,timeup 
-0x4f31 019663 fetch 1 ,mem_hid_interrupt_state 
-0x4f32 019664 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f33 019665 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f34 019667 store 1 ,mem_hid_interrupt_state 
-0x4f35 019668 copy timeup ,contw 
-0x4f36 019669 arg l2cap_hid_interrupt_channel ,timeup 
-0x4f37 019670 fetch 2 ,mem_hid_int_remote_cid 
-0x4f38 019671 copy pdata ,temp 
-0x4f39 019672 branch l2cap_send_config_rsp 
-:      019673 l2cap_proc_signal_config_req_rfcomm:
-0x4f3a 019674 copy contw ,timeup 
-0x4f3b 019675 fetch 1 ,mem_rfcomm_state 
-0x4f3c 019676 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f3d 019677 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f3e 019679 store 1 ,mem_rfcomm_state 
-0x4f3f 019681 copy timeup ,contw 
-0x4f40 019682 arg l2cap_rfcomm_channel ,timeup 
-0x4f41 019683 fetch 2 ,mem_rfcomm_remote_cid 
-0x4f42 019684 copy pdata ,temp 
-:      019685 l2cap_send_config_rsp:
-0x4f43 019686 bpatchx patch22_3 ,mem_patch22 
-0x4f44 019687 setarg signal_config_rsp 
-0x4f45 019688 istore 1 ,contw 
-0x4f46 019689 copy queue ,pdata 
-0x4f47 019690 istore 1 ,contw 
-0x4f48 019691 setarg 0x0006 
-0x4f49 019692 istore 2 ,contw 
-0x4f4a 019693 copy temp ,pdata 
-0x4f4b 019694 istore 2 ,contw 
-0x4f4c 019695 force 0x00 ,pdata 
-0x4f4d 019696 istore 2 ,contw 
-0x4f4e 019697 force l2cap_config_success ,pdata 
-0x4f4f 019698 istore 2 ,contw 
-0x4f50 019699 force 10 ,pdata 
-0x4f51 019700 iadd regb ,regb 
-0x4f52 019702 storet 2 ,mem_config_req_dest_cid 
-0x4f53 019703 copy queue ,pdata 
-0x4f54 019704 store 1 ,mem_config_identifier 
-0x4f55 019705 force l2cap_sdp_channel ,pdata 
-0x4f56 019706 icompare 0xff ,timeup 
-0x4f57 019707 branch l2cap_send_config_rsp_is_sdp ,true 
-0x4f58 019708 increase 1 ,pdata 
-:      019709 l2cap_send_config_rsp_is_sdp:
-0x4f59 019711 rtn 
-:      019712 l2cap_check_channel_state:
-0x4f5a 019713 disable user 
-0x4f5b 019714 rtnbit1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x4f5c 019715 rtnbit0 l2cap_channel_state_conn_req ,pdata 
-0x4f5d 019716 rtnbit0 l2cap_channel_state_conn_res ,pdata 
-0x4f5e 019717 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x4f5f 019718 copy contr ,contw 
-0x4f60 019719 increase -1 ,contw 
-0x4f61 019720 istore 1 ,contw 
-0x4f62 019721 enable user 
-0x4f63 019722 rtn 
-:      019723 l2cap_send_config_req:
-:      019724 l2cap_send_config_req_sdp:
-0x4f64 019725 fetch 1 ,mem_sdp_state 
-0x4f65 019726 call l2cap_check_channel_state 
-0x4f66 019727 nbranch l2cap_send_config_req_rfcomm ,user 
-0x4f67 019728 jam l2cap_sdp_channel ,mem_send_config_req 
-0x4f68 019729 fetch 2 ,mem_sdp_remote_cid 
-0x4f69 019730 store 2 ,mem_config_req_dest_cid 
-0x4f6a 019731 branch l2cap_generate_config_req 
-:      019732 l2cap_send_config_req_rfcomm:
-0x4f6b 019733 fetch 1 ,mem_rfcomm_state 
-0x4f6c 019734 call l2cap_check_channel_state 
-0x4f6d 019735 nbranch l2cap_send_config_req_hid_ctrl ,user 
-0x4f6e 019736 jam l2cap_rfcomm_channel ,mem_send_config_req 
-0x4f6f 019737 fetch 2 ,mem_rfcomm_remote_cid 
-0x4f70 019738 store 2 ,mem_config_req_dest_cid 
-0x4f71 019739 branch l2cap_generate_config_req 
-:      019740 l2cap_send_config_req_hid_ctrl:
-0x4f72 019741 fetch 1 ,mem_hid_control_state 
-0x4f73 019742 call l2cap_check_channel_state 
-0x4f74 019743 nbranch l2cap_send_config_req_hid_int ,user 
-0x4f75 019744 jam l2cap_hid_control_channel ,mem_send_config_req 
-0x4f76 019745 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4f77 019746 store 2 ,mem_config_req_dest_cid 
-0x4f78 019747 branch l2cap_generate_config_req 
-:      019748 l2cap_send_config_req_hid_int:
-0x4f79 019749 fetch 1 ,mem_hid_interrupt_state 
-0x4f7a 019750 call l2cap_check_channel_state 
-0x4f7b 019751 nrtn user 
-0x4f7c 019752 jam l2cap_hid_interrupt_channel ,mem_send_config_req 
-0x4f7d 019753 fetch 2 ,mem_hid_int_remote_cid 
-0x4f7e 019754 store 2 ,mem_config_req_dest_cid 
-:      019757 l2cap_generate_config_req:
-0x4f7f 019758 bpatchx patch22_4 ,mem_patch22 
-0x4f80 019759 call l2cap_get_req_id 
-0x4f81 019760 call l2cap_malloc_signal_channel 
-0x4f82 019761 force 0 ,regb 
-0x4f83 019762 call l2cap_get_signal_tx_payload 
-0x4f84 019763 force signal_config_req ,pdata 
-0x4f85 019764 istore 1 ,contw 
-0x4f86 019765 fetch 1 ,mem_ml2cap_comm_id 
-0x4f87 019766 istore 1 ,contw 
-0x4f88 019767 setarg 0x0008 
-0x4f89 019768 istore 2 ,contw 
-0x4f8a 019769 fetch 2 ,mem_config_req_dest_cid 
-0x4f8b 019770 istore 2 ,contw 
-0x4f8c 019771 setarg 0x0000 
-0x4f8d 019772 istore 2 ,contw 
-0x4f8e 019773 force 1 ,pdata 
-0x4f8f 019774 istore 1 ,contw 
-0x4f90 019775 force 2 ,pdata 
-0x4f91 019776 istore 1 ,contw 
-0x4f92 019777 fetch 1 ,mem_send_config_req 
-0x4f93 019778 beq l2cap_rfcomm_channel ,l2cap_generate_config_req_rfcomm 
-0x4f94 019779 setarg l2cap_config_mtu_sdp 
-0x4f95 019780 istore 2 ,contw 
-0x4f96 019781 branch l2cap_generate_config_req_done 
-:      019782 l2cap_generate_config_req_rfcomm:
-0x4f97 019783 setarg l2cap_config_mtu_rfcomm 
-0x4f98 019784 istore 2 ,contw 
-:      019785 l2cap_generate_config_req_done:
-0x4f99 019786 arg 0x0c ,temp 
-0x4f9a 019787 storet 2 ,mem_l2cap_signal_tx_length 
-0x4f9b 019788 call l2cap_get_signal_tx_buff 
-0x4f9c 019789 fetch 2 ,mem_l2cap_signal_tx_length 
-0x4f9d 019790 istore 2 ,contw 
-0x4f9e 019791 force l2cap_signal_channel ,pdata 
-0x4f9f 019792 istore 2 ,contw 
-0x4fa0 019793 jam 0 ,mem_send_config_req 
-:      019794 l2cap_proc_signal_config_req_rtn:
-0x4fa1 019795 branch l2cap_process_one_signal_rtn 
-:      019797 l2cap_proc_signal_config_rsp:
-0x4fa2 019798 increase 1 ,contr 
-0x4fa3 019799 ifetch 2 ,contr 
-0x4fa4 019800 copy pdata ,rega 
-0x4fa5 019801 copy regc ,pdata 
-0x4fa6 019802 isub rega ,regc 
-0x4fa7 019803 ifetch 2 ,contr 
-0x4fa8 019804 copy pdata ,rega 
-0x4fa9 019805 bpatchx patch22_5 ,mem_patch22 
-0x4faa 019806 setarg l2cap_sdp_channel 
-0x4fab 019807 isub rega ,null 
-0x4fac 019808 branch l2cap_proc_signal_config_rsp_sdp ,zero 
-0x4fad 019809 setarg l2cap_rfcomm_channel 
-0x4fae 019810 isub rega ,null 
-0x4faf 019811 branch l2cap_proc_signal_config_rsp_rfcomm ,zero 
-0x4fb0 019812 setarg l2cap_hid_control_channel 
-0x4fb1 019813 isub rega ,null 
-0x4fb2 019814 branch l2cap_proc_signal_config_rsp_hid_ctrl ,zero 
-0x4fb3 019815 setarg l2cap_hid_interrupt_channel 
-0x4fb4 019816 isub rega ,null 
-0x4fb5 019817 branch l2cap_proc_signal_config_rsp_hid_int ,zero 
-0x4fb6 019818 increase 2 ,contr 
-0x4fb7 019819 ifetch 2 ,contr 
-0x4fb8 019820 iforce null 
-0x4fb9 019821 branch l2cap_process_one_signal_rtn 
-:      019822 l2cap_proc_signal_config_rsp_sdp:
-0x4fba 019823 fetch 1 ,mem_sdp_state 
-0x4fbb 019824 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fbc 019825 store 1 ,mem_sdp_state 
-0x4fbd 019826 branch l2cap_process_one_signal_rtn 
-:      019827 l2cap_proc_signal_config_rsp_rfcomm:
-0x4fbe 019828 fetch 1 ,mem_rfcomm_state 
-0x4fbf 019829 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fc0 019830 store 1 ,mem_rfcomm_state 
-0x4fc1 019831 branch l2cap_process_one_signal_rtn 
-:      019832 l2cap_proc_signal_config_rsp_hid_ctrl:
-0x4fc2 019833 fetch 1 ,mem_hid_control_state 
-0x4fc3 019834 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fc4 019835 store 1 ,mem_hid_control_state 
-0x4fc5 019836 branch l2cap_process_one_signal_rtn 
-:      019837 l2cap_proc_signal_config_rsp_hid_int:
-0x4fc6 019838 fetch 1 ,mem_hid_interrupt_state 
-0x4fc7 019839 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fc8 019840 store 1 ,mem_hid_interrupt_state 
-0x4fc9 019841 jam bt_evt_hid_connected ,mem_fifo_temp 
-0x4fca 019842 branch ui_ipc_send_event 
-:      019846 l2cap_proc_signal_disconnect_req:
-0x4fcb 019847 ifetch 1 ,contr 
-0x4fcc 019848 copy pdata ,queue 
-0x4fcd 019849 ifetch 2 ,contr 
-0x4fce 019850 copy pdata ,rega 
-0x4fcf 019851 copy regc ,pdata 
-0x4fd0 019852 isub rega ,regc 
-0x4fd1 019853 ifetch 2 ,contr 
-0x4fd2 019854 copy pdata ,rega 
-0x4fd3 019855 ifetch 2 ,contr 
-0x4fd4 019856 copy pdata ,timeup 
-0x4fd5 019857 copy rega ,temp 
-0x4fd6 019858 call save_cont_pointers 
-0x4fd7 019859 bpatchx patch22_6 ,mem_patch22 
-0x4fd8 019860 setarg l2cap_sdp_channel 
-0x4fd9 019861 isub temp ,null 
-0x4fda 019862 branch l2cap_proc_signal_disconnect_req_sdp ,zero 
-0x4fdb 019863 setarg l2cap_rfcomm_channel 
-0x4fdc 019864 isub temp ,null 
-0x4fdd 019865 branch l2cap_proc_signal_disconnect_req_rfcomm ,zero 
-0x4fde 019866 setarg l2cap_hid_control_channel 
-0x4fdf 019867 isub temp ,null 
-0x4fe0 019868 branch l2cap_proc_signal_disconnect_req_hid_ctrl ,zero 
-0x4fe1 019869 setarg l2cap_hid_interrupt_channel 
-0x4fe2 019870 isub temp ,null 
-0x4fe3 019871 branch l2cap_proc_signal_disconnect_req_hid_int ,zero 
-0x4fe4 019872 call l2cap_reject_command 
-0x4fe5 019873 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      019874 l2cap_proc_signal_disconnect_req_hid_ctrl:
-0x4fe6 019875 copy timeup ,temp 
-0x4fe7 019876 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4fe8 019877 isub temp ,null 
-0x4fe9 019878 branch l2cap_disconnect_hid_control_now ,zero 
-0x4fea 019879 call l2cap_reject_command 
-0x4feb 019880 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      019881 l2cap_proc_signal_disconnect_req_hid_int:
-0x4fec 019882 copy timeup ,temp 
-0x4fed 019883 fetch 2 ,mem_hid_int_remote_cid 
-0x4fee 019884 isub temp ,null 
-0x4fef 019885 branch l2cap_disconnect_hid_interrupt_now ,zero 
-0x4ff0 019886 call l2cap_reject_command 
-0x4ff1 019887 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      019889 l2cap_proc_signal_disconnect_req_sdp:
-0x4ff2 019890 copy timeup ,temp 
-0x4ff3 019891 fetch 2 ,mem_sdp_remote_cid 
-0x4ff4 019892 isub temp ,null 
-0x4ff5 019893 branch l2cap_disconnect_sdp_now ,zero 
-0x4ff6 019894 call l2cap_reject_command 
-0x4ff7 019895 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      019896 l2cap_disconnect_hid_control_now:
-0x4ff8 019897 call l2cap_reset_hid_ctrl_state 
-0x4ff9 019898 branch l2cap_send_disconnect_rsp_pkt 
-:      019899 l2cap_disconnect_hid_interrupt_now:
-0x4ffa 019900 call l2cap_reset_hid_int_state 
-0x4ffb 019901 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4ffc 019902 branch l2cap_send_disconnect_rsp_pkt ,blank 
-0x4ffd 019910 branch l2cap_send_disconnect_rsp_pkt 
-:      019912 l2cap_disconnect_sdp_now:
-0x4ffe 019913 call l2cap_reset_sdp_channel_state 
-0x4fff 019914 fetch 1 ,mem_upper_sm_ss 
-0x5000 019915 nbranch l2cap_send_disconnect_rsp_pkt ,blank 
-0x5001 019918 branch l2cap_send_disconnect_rsp_pkt 
-:      019919 l2cap_proc_signal_disconnect_req_rfcomm:
-0x5002 019920 copy timeup ,temp 
-0x5003 019921 fetch 2 ,mem_rfcomm_remote_cid 
-0x5004 019922 isub temp ,null 
-0x5005 019923 branch l2cap_disconnect_rfcomm_now ,zero 
-0x5006 019924 call l2cap_reject_command 
-0x5007 019925 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      019926 l2cap_disconnect_rfcomm_now:
-0x5008 019927 call l2cap_reset_rfcomm_channel_state 
-0x5009 019928 branch l2cap_send_disconnect_rsp_pkt 
-:      019929 l2cap_send_disconnect_rsp_pkt:
-0x500a 019930 call load_cont_pointers 
-0x500b 019931 setarg signal_disconnect_rsp 
-0x500c 019932 istore 1 ,contw 
-0x500d 019933 copy queue ,pdata 
-0x500e 019934 istore 1 ,contw 
-0x500f 019935 setarg 0x0004 
-0x5010 019936 istore 2 ,contw 
-0x5011 019937 copy rega ,pdata 
-0x5012 019938 istore 2 ,contw 
-0x5013 019939 copy timeup ,pdata 
-0x5014 019940 istore 2 ,contw 
-0x5015 019941 force 8 ,pdata 
-0x5016 019942 branch l2cap_proc_signal_disconnect_req_rtn 
-:      019943 l2cap_proc_signal_disconnect_req_err_rtn:
-0x5017 019944 call load_cont_pointers 
-0x5018 019945 branch l2cap_proc_signal_disconnect_req_rtn 
-:      019946 l2cap_proc_signal_disconnect_req_rtn:
-0x5019 019947 iadd regb ,regb 
-0x501a 019948 branch l2cap_process_one_signal_rtn 
-:      019949 l2cap_proc_signal_disconnect_rsp:
-0x501b 019950 ifetch 1 ,contr 
-0x501c 019951 copy pdata ,queue 
-0x501d 019952 ifetch 2 ,contr 
-0x501e 019953 copy pdata ,rega 
-0x501f 019954 copy regc ,pdata 
-0x5020 019955 isub rega ,regc 
-0x5021 019956 ifetch 2 ,contr 
-0x5022 019957 copy pdata ,timeup 
-0x5023 019958 ifetch 2 ,contr 
-0x5024 019959 copy pdata ,temp 
-0x5025 019960 call save_cont_pointers 
-0x5026 019961 bpatchx patch22_7 ,mem_patch22 
-0x5027 019962 setarg l2cap_sdp_channel 
-0x5028 019963 isub temp ,null 
-0x5029 019964 branch l2cap_proc_signal_disconnect_rsp_sdp ,zero 
-0x502a 019965 setarg l2cap_rfcomm_channel 
-0x502b 019966 isub temp ,null 
-0x502c 019967 branch l2cap_proc_signal_disconnect_rsp_rfcomm ,zero 
-0x502d 019968 setarg l2cap_hid_control_channel 
-0x502e 019969 isub temp ,null 
-0x502f 019970 branch l2cap_proc_signal_disconnect_rsp_hid_ctrl ,zero 
-0x5030 019971 setarg l2cap_hid_interrupt_channel 
-0x5031 019972 isub temp ,null 
-0x5032 019973 branch l2cap_proc_signal_disconnect_rsp_hid_int ,zero 
-0x5033 019974 call l2cap_reject_command 
-0x5034 019975 branch l2cap_proc_signal_disconnect_rsp_err_rtn 
-:      019976 l2cap_proc_signal_disconnect_rsp_sdp:
-0x5035 019977 copy temp ,rega 
-0x5036 019978 copy timeup ,temp 
-0x5037 019979 fetch 2 ,mem_sdp_remote_cid 
-0x5038 019980 isub temp ,null 
-0x5039 019981 call l2cap_reset_sdp_channel_state ,zero 
-0x503a 019982 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      019983 l2cap_proc_signal_disconnect_rsp_rfcomm:
-0x503b 019984 copy temp ,rega 
-0x503c 019985 copy timeup ,temp 
-0x503d 019986 fetch 2 ,mem_rfcomm_remote_cid 
-0x503e 019987 isub temp ,null 
-0x503f 019988 call l2cap_reset_rfcomm_channel_state ,zero 
-0x5040 019989 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      019990 l2cap_proc_signal_disconnect_rsp_hid_ctrl:
-0x5041 019991 copy temp ,rega 
-0x5042 019992 copy timeup ,temp 
-0x5043 019993 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x5044 019994 isub temp ,null 
-0x5045 019995 call l2cap_reset_hid_ctrl_state ,zero 
-0x5046 019996 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      019997 l2cap_proc_signal_disconnect_rsp_hid_int:
-0x5047 019998 copy temp ,rega 
-0x5048 019999 copy timeup ,temp 
-0x5049 020000 fetch 2 ,mem_hid_int_remote_cid 
-0x504a 020001 isub temp ,null 
-0x504b 020002 call l2cap_reset_hid_int_state ,zero 
-0x504c 020003 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      020004 l2cap_proc_signal_disconnect_rsp_rtn:
-0x504d 020005 call load_cont_pointers 
-0x504e 020006 branch l2cap_process_one_signal_rtn 
-:      020007 l2cap_proc_signal_disconnect_rsp_err_rtn:
-0x504f 020008 branch l2cap_process_one_signal_rtn 
-:      020011 l2cap_proc_signal_echo_req:
-0x5050 020012 ifetch 1 ,contr 
-0x5051 020013 copy pdata ,queue 
-0x5052 020014 ifetch 2 ,contr 
-0x5053 020015 copy pdata ,rega 
-0x5054 020016 iadd contr ,contr 
-0x5055 020017 setarg 9 
-0x5056 020018 istore 1 ,contw 
-0x5057 020019 copy queue ,pdata 
-0x5058 020020 istore 1 ,contw 
-0x5059 020021 force 0x0000 ,pdata 
-0x505a 020022 istore 2 ,contw 
-0x505b 020023 force 4 ,pdata 
-0x505c 020024 iadd regb ,regb 
-0x505d 020025 copy regc ,pdata 
-0x505e 020026 isub rega ,regc 
-0x505f 020027 branch l2cap_process_one_signal_rtn 
-:      020028 l2cap_proc_signal_echo_rsp:
-0x5060 020029 branch l2cap_process_one_signal_rtn 
-:      020031 l2cap_proc_signal_info_rsp:
-0x5061 020032 branch l2cap_process_one_signal_rtn 
-:      020033 l2cap_reject_command:
-0x5062 020034 force 0 ,regb 
-0x5063 020035 call l2cap_get_signal_tx_payload 
-0x5064 020036 setarg signal_cmd_reject 
-0x5065 020037 istore 1 ,contw 
-0x5066 020038 copy queue ,pdata 
-0x5067 020039 istore 1 ,contw 
-0x5068 020040 setarg 2 
-0x5069 020041 istore 2 ,contw 
-0x506a 020042 setarg cmd_not_understood 
-0x506b 020043 istore 2 ,contw 
-0x506c 020044 increase 6 ,regb 
-0x506d 020045 arg 4 ,regc 
-0x506e 020046 branch l2cap_process_one_signal_rtn 
-:      020050 l2cap_reset_rfcomm_channel_state:
-0x506f 020051 setarg 0 
-0x5070 020052 store 2 ,mem_rfcomm_tx_pkt_length 
-0x5071 020053 store 2 ,mem_rfcomm_remote_cid 
-0x5072 020054 jam 0 ,mem_rfcomm_state 
-0x5073 020055 rtn 
-:      020056 l2cap_reset_sdp_channel_state:
-0x5074 020057 setarg 0 
-0x5075 020058 store 2 ,mem_sdp_tx_pkt_length 
-0x5076 020059 store 2 ,mem_sdp_remote_cid 
-0x5077 020060 jam 0 ,mem_sdp_state 
-0x5078 020061 rtn 
-:      020062 l2cap_reset_hid_ctrl_state:
-0x5079 020063 setarg 0 
-0x507a 020064 store 2 ,mem_hid_ctrl_remote_cid 
-0x507b 020065 jam 0 ,mem_hid_control_state 
-0x507c 020066 fetch 1 ,mem_hid_interrupt_state 
-0x507d 020067 beq 0 ,l2cap_reset_hid_disconnected 
-0x507e 020068 rtn 
-:      020070 l2cap_reset_hid_int_state:
-0x507f 020071 setarg 0 
-0x5080 020072 store 2 ,mem_hid_int_remote_cid 
-0x5081 020073 jam 0 ,mem_hid_interrupt_state 
-0x5082 020074 fetch 1 ,mem_hid_control_state 
-0x5083 020075 beq 0 ,l2cap_reset_hid_disconnected 
-0x5084 020076 rtn 
-:      020078 l2cap_reset_hid_disconnected:
-0x5085 020079 jam bt_evt_hid_disconnected ,mem_fifo_temp 
-0x5086 020080 branch ui_ipc_send_event 
-:      020082 l2cap_disconnect_interrupt_req:
-0x5087 020083 fetch 1 ,mem_control_tasks 
-0x5088 020084 set0 l2cap_disconnect_interrupt ,pdata 
-0x5089 020085 store 1 ,mem_control_tasks 
-0x508a 020086 fetch 2 ,mem_hid_int_remote_cid 
-0x508b 020087 rtn blank 
-0x508c 020088 call l2cap_malloc_signal_channel 
-0x508d 020089 fetch 2 ,mem_hid_int_remote_cid 
-0x508e 020090 copy pdata ,rega 
-0x508f 020091 force l2cap_hid_interrupt_channel ,regb 
-0x5090 020092 branch l2cap_generate_disconnect_req 
-:      020093 l2cap_disconnect_control_req:
-0x5091 020094 fetch 1 ,mem_control_tasks 
-0x5092 020095 set0 l2cap_disconnect_control ,pdata 
-0x5093 020096 store 1 ,mem_control_tasks 
-0x5094 020097 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x5095 020098 rtn blank 
-0x5096 020099 call l2cap_malloc_signal_channel 
-0x5097 020100 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x5098 020101 copy pdata ,rega 
-0x5099 020102 force l2cap_hid_control_channel ,regb 
-:      020103 l2cap_generate_disconnect_req:
-0x509a 020104 call l2cap_get_req_id 
-0x509b 020105 call l2cap_get_signal_tx_payload 
-0x509c 020106 force signal_disconnect_req ,pdata 
-0x509d 020107 istore 1 ,contw 
-0x509e 020108 fetch 1 ,mem_ml2cap_comm_id 
-0x509f 020109 istore 1 ,contw 
-0x50a0 020110 setarg 0x0004 
-0x50a1 020111 istore 2 ,contw 
-0x50a2 020112 copy rega ,pdata 
-0x50a3 020113 istore 2 ,contw 
-0x50a4 020114 copy regb ,pdata 
-0x50a5 020115 istore 2 ,contw 
-0x50a6 020116 force 0x08 ,temp 
-0x50a7 020117 branch ml2cap_send_signal 
-:      020119 ml2cap_send_signal_connect_req:
-0x50a8 020120 bpatchx patch23_0 ,mem_patch23 
-0x50a9 020121 call l2cap_get_req_id 
-0x50aa 020122 call l2cap_get_signal_tx_payload 
-0x50ab 020123 setarg signal_connect_req 
-0x50ac 020124 istore 1 ,contw 
-0x50ad 020125 fetch 1 ,mem_ml2cap_comm_id 
-0x50ae 020126 istore 1 ,contw 
-0x50af 020127 setarg 0x0004 
-0x50b0 020128 istore 2 ,contw 
-0x50b1 020129 copy temp ,pdata 
-0x50b2 020130 istore 2 ,contw 
-0x50b3 020131 copy timeup ,pdata 
-0x50b4 020132 istore 2 ,contw 
-0x50b5 020133 arg 8 ,temp 
-0x50b6 020134 branch ml2cap_send_signal 
-:      020135 ml2cap_send_signal_config_req:
-0x50b7 020136 bpatchx patch23_1 ,mem_patch23 
-0x50b8 020137 call l2cap_get_req_id 
-0x50b9 020138 call l2cap_get_signal_tx_payload 
-0x50ba 020139 setarg signal_config_req 
-0x50bb 020140 istore 1 ,contw 
-0x50bc 020141 fetch 1 ,mem_ml2cap_comm_id 
-0x50bd 020142 istore 1 ,contw 
-0x50be 020143 setarg 0x0008 
-0x50bf 020144 istore 2 ,contw 
-0x50c0 020146 copy temp ,pdata 
-0x50c1 020148 istore 2 ,contw 
-0x50c2 020149 setarg 0x0000 
-0x50c3 020150 istore 2 ,contw 
-0x50c4 020151 setarg 0x01 
-0x50c5 020152 istore 1 ,contw 
-0x50c6 020153 setarg 0x02 
-0x50c7 020154 istore 1 ,contw 
-0x50c8 020155 setarg l2cap_config_mtu_rfcomm 
-0x50c9 020156 istore 2 ,contw 
-0x50ca 020157 arg 0xc ,temp 
-0x50cb 020158 branch ml2cap_send_signal 
-:      020159 ml2cap_send_signal_disconn_req:
-0x50cc 020160 bpatchx patch23_2 ,mem_patch23 
-0x50cd 020161 call l2cap_get_req_id 
-0x50ce 020162 call l2cap_get_signal_tx_payload 
-0x50cf 020163 setarg signal_disconnect_req 
-0x50d0 020164 istore 1 ,contw 
-0x50d1 020165 fetch 1 ,mem_ml2cap_comm_id 
-0x50d2 020166 increase 1 ,pdata 
-0x50d3 020167 copy contw ,rega 
-0x50d4 020168 store 1 ,mem_ml2cap_comm_id 
-0x50d5 020169 copy rega ,contw 
-0x50d6 020170 istore 1 ,contw 
-0x50d7 020171 setarg 0x0004 
-0x50d8 020172 istore 2 ,contw 
-0x50d9 020173 copy temp ,pdata 
-0x50da 020174 istore 2 ,contw 
-0x50db 020175 copy timeup ,pdata 
-0x50dc 020176 istore 2 ,contw 
-0x50dd 020177 arg 0x8 ,temp 
-:      020180 ml2cap_send_signal:
-0x50de 020181 storet 2 ,mem_l2cap_signal_tx_length 
-0x50df 020182 copy temp ,pdata 
-0x50e0 020183 branch l2cap_malloc_discard ,blank 
-0x50e1 020184 call l2cap_get_signal_tx_buff 
-0x50e2 020185 fetch 2 ,mem_l2cap_signal_tx_length 
-0x50e3 020186 istore 2 ,contw 
-0x50e4 020187 force l2cap_signal_channel ,pdata 
-0x50e5 020188 istore 2 ,contw 
-0x50e6 020189 rtn 
-:      020191 msdp_send_req_done:
-0x50e7 020192 fetch 2 ,mem_sdp_tx_pkt_length 
-0x50e8 020193 branch assert ,blank 
-0x50e9 020194 call l2cap_get_sdp_tx_buff 
-0x50ea 020195 fetch 2 ,mem_sdp_tx_pkt_length 
-0x50eb 020196 istore 2 ,contw 
-0x50ec 020197 fetch 2 ,mem_sdp_remote_cid 
-0x50ed 020198 istore 2 ,contw 
-0x50ee 020199 rtn 
-:      020200 ml2cap_rx_multiplexing:
-0x50ef 020201 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x50f0 020202 branch l2cap_rx_reset_state ,blank 
-0x50f1 020203 bpatchx patch23_3 ,mem_patch23 
-0x50f2 020204 fetch 1 ,mem_l2cap_rx_cid 
-0x50f3 020205 beq l2cap_signal_channel ,ml2cap_call_proc_signal 
-0x50f4 020206 beq l2cap_sdp_channel ,ml2cap_call_proc_sdp 
-0x50f5 020207 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
-0x50f6 020208 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
-0x50f7 020209 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
-0x50f8 020210 branch l2cap_rx_reset_state 
-:      020212 ml2cap_call_proc_signal:
-0x50f9 020213 bpatchx patch23_4 ,mem_patch23 
-0x50fa 020214 call l2cap_malloc_signal_channel 
-0x50fb 020215 force 0 ,regb 
-0x50fc 020216 call l2cap_get_signal_tx_payload 
-0x50fd 020217 copy pdata ,contw 
-0x50fe 020218 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x50ff 020219 copy pdata ,regc 
-0x5100 020220 fetch 2 ,mem_l2cap_payload_ptr 
-0x5101 020221 iforce contr 
-:      020222 ml2cap_proc_one_comm_loop:
-0x5102 020223 call ml2cap_proc_one_comm 
-0x5103 020224 increase -4 ,regc 
-0x5104 020225 nbranch ml2cap_proc_one_comm_loop ,zero 
-0x5105 020226 copy regb ,temp 
-0x5106 020227 call ml2cap_send_signal 
-0x5107 020228 branch l2cap_rx_reset_state 
-:      020230 ml2cap_proc_one_comm:
-0x5108 020231 ifetch 1 ,contr 
-0x5109 020232 beq signal_connect_req ,ml2cap_proc_signal_connect_req 
-0x510a 020233 beq signal_cmd_reject ,ml2cap_proc_signal_cmd_reject 
-0x510b 020234 beq signal_connect_rsp ,ml2cap_proc_signal_connect_rsp 
-0x510c 020235 beq signal_config_rsp ,ml2cap_proc_signal_config_rsp 
-0x510d 020236 beq signal_config_req ,ml2cap_proc_signal_config_req 
-0x510e 020237 beq signal_disconnect_rsp ,ml2cap_proc_signal_disconn_rsp 
-0x510f 020238 beq signal_disconnect_req ,ml2cap_proc_signal_disconn_req 
-0x5110 020239 beq signal_echo_req ,l2cap_proc_signal_echo_req 
-0x5111 020240 beq signal_info_req ,ml2cap_proc_signal_info_req 
-0x5112 020241 branch ml2cap_proc_send_reject 
-:      020243 ml2cap_proc_signal_connect_req:
-0x5113 020244 call save_cont_pointers 
-0x5114 020246 call load_cont_pointers 
-0x5115 020247 branch l2cap_proc_signal_connect_req 
-:      020248 ml2cap_proc_signal_cmd_reject:
-0x5116 020249 ifetch 1 ,contr 
-0x5117 020250 copy pdata ,queue 
-0x5118 020251 ifetch 2 ,contr 
-0x5119 020252 copy pdata ,rega 
-0x511a 020253 copy regc ,pdata 
-0x511b 020254 isub rega ,regc 
-:      020255 mvptr:
-0x511c 020256 ifetch 1 ,contr 
-0x511d 020257 increase -1 ,rega 
-0x511e 020258 nbranch mvptr ,zero 
-0x511f 020259 rtn 
-:      020260 ml2cap_proc_signal_connect_rsp:
-0x5120 020261 ifetch 1 ,contr 
-0x5121 020262 copy pdata ,queue 
-0x5122 020263 ifetch 2 ,contr 
-0x5123 020264 copy pdata ,rega 
-0x5124 020265 ifetch 2 ,contr 
-0x5125 020266 copy pdata ,timeup 
-0x5126 020267 ifetch 2 ,contr 
-0x5127 020268 copy pdata ,temp 
-0x5128 020269 ifetch 2 ,contr 
-0x5129 020270 sub pdata ,0 ,null 
-0x512a 020271 branch ml2cap_proc_signal_connect_rsp_sucessful ,zero 
-0x512b 020272 beq l2cap_connect_refused_psm_unsupported ,ml2cap_proc_signal_connect_refused_result 
-0x512c 020273 beq l2cap_connect_refused_no_resources ,ml2cap_proc_signal_connect_refused_result 
-0x512d 020274 branch ml2cap_proc_signal_connect_rsp_mnosucc 
-:      020275 ml2cap_proc_signal_connect_refused_result:
-0x512e 020276 jam bt_evt_ml2cap_conn_refused ,mem_fifo_temp 
-0x512f 020277 call ui_ipc_send_event 
-:      020278 ml2cap_proc_signal_connect_rsp_mnosucc:
-0x5130 020279 ifetch 2 ,contr 
-0x5131 020280 branch mnosucc 
-:      020281 ml2cap_proc_signal_connect_rsp_sucessful:
-0x5132 020282 call save_cont_pointers 
-0x5133 020286 bpatchx patch23_5 ,mem_patch23 
-0x5134 020287 setarg l2cap_sdp_channel 
-0x5135 020288 isub temp ,null 
-0x5136 020289 branch ml2cap_proc_signal_connect_rsp_sdp ,zero 
-0x5137 020290 setarg l2cap_rfcomm_channel 
-0x5138 020291 isub temp ,null 
-0x5139 020292 branch ml2cap_proc_signal_connect_rsp_rfcomm ,zero 
-0x513a 020293 setarg l2cap_hid_interrupt_channel 
-0x513b 020294 isub temp ,null 
-0x513c 020295 branch ml2cap_proc_signal_connect_rsp_hid_int ,zero 
-0x513d 020296 setarg l2cap_hid_control_channel 
-0x513e 020297 isub temp ,null 
-0x513f 020298 branch ml2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
-0x5140 020299 branch mnosucc 
-:      020300 ml2cap_proc_signal_connect_rsp_sdp:
-0x5141 020301 copy timeup ,pdata 
-0x5142 020302 store 2 ,mem_sdp_remote_cid 
-0x5143 020303 fetch 1 ,mem_sdp_state 
-0x5144 020304 set1 l2cap_channel_state_conn_res 
-0x5145 020305 store 1 ,mem_sdp_state 
-0x5146 020306 branch mnosucc1 
-:      020307 ml2cap_proc_signal_connect_rsp_rfcomm:
-0x5147 020308 copy timeup ,pdata 
-0x5148 020309 store 2 ,mem_rfcomm_remote_cid 
-0x5149 020310 fetch 1 ,mem_rfcomm_state 
-0x514a 020311 set1 l2cap_channel_state_conn_res 
-0x514b 020312 store 1 ,mem_rfcomm_state 
-0x514c 020313 branch mnosucc1 
-:      020314 ml2cap_proc_signal_connect_rsp_hid_ctrl:
-0x514d 020315 copy timeup ,pdata 
-0x514e 020316 store 2 ,mem_hid_ctrl_remote_cid 
-0x514f 020317 fetch 1 ,mem_hid_control_state 
-0x5150 020318 set1 l2cap_channel_state_conn_res 
-0x5151 020319 store 1 ,mem_hid_control_state 
-0x5152 020320 branch mnosucc1 
-:      020321 ml2cap_proc_signal_connect_rsp_hid_int:
-0x5153 020322 copy timeup ,pdata 
-0x5154 020323 store 2 ,mem_hid_int_remote_cid 
-0x5155 020324 fetch 1 ,mem_hid_interrupt_state 
-0x5156 020325 set1 l2cap_channel_state_conn_res 
-0x5157 020326 store 1 ,mem_hid_interrupt_state 
-:      020329 mnosucc1:
-0x5158 020330 call load_cont_pointers 
-:      020331 mnosucc:
-0x5159 020332 copy regc ,pdata 
-0x515a 020333 isub rega ,regc 
-0x515b 020334 rtn 
-:      020336 ml2cap_proc_signal_config_rsp:
-0x515c 020337 ifetch 1 ,contr 
-0x515d 020338 copy pdata ,queue 
-0x515e 020339 ifetch 2 ,contr 
-0x515f 020340 copy pdata ,rega 
-0x5160 020341 copy regc ,pdata 
-0x5161 020342 isub rega ,regc 
-0x5162 020343 ifetch 2 ,contr 
-0x5163 020344 copy pdata ,timeup 
-0x5164 020345 ifetch 2 ,contr 
-0x5165 020346 ifetch 2 ,contr 
-0x5166 020347 nbranch mcrsdone1 ,blank 
-0x5167 020348 call save_cont_pointers 
-0x5168 020352 copy timeup ,temp 
-0x5169 020353 bpatchx patch23_6 ,mem_patch23 
-0x516a 020354 setarg l2cap_sdp_channel 
-0x516b 020355 isub temp ,null 
-0x516c 020356 branch ml2cap_proc_signal_config_rsp_sdp ,zero 
-0x516d 020357 setarg l2cap_rfcomm_channel 
-0x516e 020358 isub temp ,null 
-0x516f 020359 branch ml2cap_proc_signal_config_rsp_rfcomm ,zero 
-0x5170 020360 setarg l2cap_hid_control_channel 
-0x5171 020361 isub temp ,null 
-0x5172 020362 branch ml2cap_proc_signal_config_rsp_hid_ctrl ,zero 
-0x5173 020363 setarg l2cap_hid_interrupt_channel 
-0x5174 020364 isub temp ,null 
-0x5175 020365 branch ml2cap_proc_signal_config_rsp_hid_int ,zero 
-:      020366 ml2cap_proc_signal_config_rsp_sdp:
-0x5176 020367 fetch 1 ,mem_sdp_state 
-0x5177 020368 set1 l2cap_channel_state_rcv_cfg_res 
-0x5178 020369 store 1 ,mem_sdp_state 
-0x5179 020370 rtn 
-:      020371 ml2cap_proc_signal_config_rsp_rfcomm:
-0x517a 020372 fetch 1 ,mem_rfcomm_state 
-0x517b 020373 set1 l2cap_channel_state_rcv_cfg_res 
-0x517c 020374 store 1 ,mem_rfcomm_state 
-0x517d 020375 rtn 
-:      020376 ml2cap_proc_signal_config_rsp_hid_ctrl:
-0x517e 020377 fetch 1 ,mem_hid_control_state 
-0x517f 020378 set1 l2cap_channel_state_rcv_cfg_res 
-0x5180 020379 store 1 ,mem_hid_control_state 
-0x5181 020380 rtn 
-:      020381 ml2cap_proc_signal_config_rsp_hid_int:
-0x5182 020382 fetch 1 ,mem_hid_interrupt_state 
-0x5183 020383 set1 l2cap_channel_state_rcv_cfg_res 
-0x5184 020384 store 1 ,mem_hid_interrupt_state 
-0x5185 020385 jam bt_evt_hid_connected ,mem_fifo_temp 
-0x5186 020386 branch ui_ipc_send_event 
-:      020389 mcfrsdone:
-0x5187 020390 call load_cont_pointers 
-:      020391 mcrsdone1:
-0x5188 020392 increase -6 ,rega 
-:      020393 mloop2:
-0x5189 020394 branch mcrsdone ,zero 
-0x518a 020395 increase 1 ,contr 
-0x518b 020396 increase -1 ,rega 
-0x518c 020397 branch mloop2 
-:      020398 mcrsdone:
-0x518d 020399 rtn 
-:      020400 ml2cap_proc_signal_config_req:
-0x518e 020401 ifetch 1 ,contr 
-0x518f 020402 copy pdata ,queue 
-0x5190 020403 ifetch 2 ,contr 
-0x5191 020404 copy pdata ,rega 
-0x5192 020405 copy regc ,pdata 
-0x5193 020406 isub rega ,regc 
-0x5194 020407 ifetch 2 ,contr 
-0x5195 020408 increase 2 ,contr 
-0x5196 020409 copy pdata ,temp 
-0x5197 020410 setarg signal_config_rsp 
-0x5198 020411 istore 1 ,contw 
-0x5199 020412 copy queue ,pdata 
-0x519a 020413 istore 1 ,contw 
-0x519b 020414 increase 2 ,rega 
-0x519c 020415 copy rega ,pdata 
-0x519d 020416 istore 2 ,contw 
-0x519e 020417 call save_cont_pointers 
-0x519f 020418 bpatchx patch23_7 ,mem_patch23 
-0x51a0 020419 setarg l2cap_sdp_channel 
-0x51a1 020420 isub temp ,null 
-0x51a2 020421 branch ml2cap_proc_signal_config_req_sdp ,zero 
-0x51a3 020422 setarg l2cap_rfcomm_channel 
-0x51a4 020423 isub temp ,null 
-0x51a5 020424 branch ml2cap_proc_signal_config_req_rfcomm ,zero 
-0x51a6 020425 setarg l2cap_hid_control_channel 
-0x51a7 020426 isub temp ,null 
-0x51a8 020427 branch ml2cap_proc_signal_config_req_hid_ctrl ,zero 
-0x51a9 020428 setarg l2cap_hid_interrupt_channel 
-0x51aa 020429 isub temp ,null 
-0x51ab 020430 branch ml2cap_proc_signal_config_req_hid_int ,zero 
-0x51ac 020431 branch mcfgrq_done 
-:      020432 ml2cap_proc_signal_config_req_sdp:
-0x51ad 020433 fetch 1 ,mem_sdp_state 
-0x51ae 020434 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51af 020435 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51b0 020436 store 1 ,mem_sdp_state 
-0x51b1 020437 bbit1 l2cap_channel_state_snd_cfg_req ,ml2cap_proc_signal_config_req_sdp_nsndreq 
-0x51b2 020438 fetcht 1 ,mem_control_tasks 
-0x51b3 020439 set1 l2cap_init_config_req ,temp 
-0x51b4 020440 storet 1 ,mem_control_tasks 
-0x51b5 020441 copy queue ,pdata 
-0x51b6 020442 increase 1 ,pdata 
-0x51b7 020443 store 1 ,mem_config_identifier 
-0x51b8 020444 fetch 1 ,mem_sdp_state 
-0x51b9 020445 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x51ba 020446 store 1 ,mem_sdp_state 
-:      020447 ml2cap_proc_signal_config_req_sdp_nsndreq:
-0x51bb 020448 fetch 2 ,mem_sdp_remote_cid 
-0x51bc 020449 store 2 ,mem_config_req_dest_cid 
-0x51bd 020450 branch mcfgrq_done 
-:      020451 ml2cap_proc_signal_config_req_rfcomm:
-0x51be 020452 fetch 1 ,mem_rfcomm_state 
-0x51bf 020453 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51c0 020454 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51c1 020455 store 1 ,mem_rfcomm_state 
-0x51c2 020456 fetch 2 ,mem_rfcomm_remote_cid 
-0x51c3 020457 branch mcfgrq_done 
-:      020458 ml2cap_proc_signal_config_req_hid_ctrl:
-0x51c4 020459 fetch 1 ,mem_hid_control_state 
-0x51c5 020460 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51c6 020461 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51c7 020462 store 1 ,mem_hid_control_state 
-0x51c8 020463 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x51c9 020464 branch mcfgrq_done 
-:      020465 ml2cap_proc_signal_config_req_hid_int:
-0x51ca 020466 fetch 1 ,mem_hid_interrupt_state 
-0x51cb 020467 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51cc 020468 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51cd 020469 store 1 ,mem_hid_interrupt_state 
-0x51ce 020470 fetch 2 ,mem_hid_int_remote_cid 
-:      020473 mcfgrq_done:
-0x51cf 020474 copy pdata ,timeup 
-0x51d0 020475 call load_cont_pointers 
-0x51d1 020477 copy timeup ,pdata 
-0x51d2 020479 istore 2 ,contw 
-0x51d3 020480 force 0x0000 ,pdata 
-0x51d4 020481 istore 2 ,contw 
-0x51d5 020482 force 0x0000 ,pdata 
-0x51d6 020483 istore 2 ,contw 
-0x51d7 020484 force 10 ,pdata 
-0x51d8 020485 iadd regb ,regb 
-0x51d9 020486 increase -6 ,rega 
-:      020487 mloop1:
-0x51da 020488 branch mcrqdone ,zero 
-0x51db 020489 ifetch 1 ,contr 
-0x51dc 020490 istore 1 ,contw 
-0x51dd 020491 increase 1 ,regb 
-0x51de 020492 increase -1 ,rega 
-0x51df 020493 branch mloop1 
-:      020494 mcrqdone:
-0x51e0 020495 rtn 
-:      020496 ml2cap_proc_signal_disconn_req:
-0x51e1 020497 ifetch 1 ,contr 
-0x51e2 020498 copy pdata ,queue 
-0x51e3 020499 ifetch 2 ,contr 
-0x51e4 020500 copy pdata ,rega 
-0x51e5 020501 copy regc ,pdata 
-0x51e6 020502 isub rega ,regc 
-0x51e7 020504 ifetch 2 ,contr 
-0x51e8 020505 copy pdata ,rega 
-0x51e9 020506 ifetch 2 ,contr 
-0x51ea 020507 copy pdata ,timeup 
-0x51eb 020508 call save_cont_pointers 
-0x51ec 020509 bpatchx patch24_0 ,mem_patch24 
-0x51ed 020510 setarg l2cap_sdp_channel 
-0x51ee 020511 copy rega ,temp 
-0x51ef 020512 isub temp ,null 
-0x51f0 020513 branch ml2cap_proc_signal_disconn_sdp ,zero 
-0x51f1 020514 setarg l2cap_hid_control_channel 
-0x51f2 020515 copy rega ,temp 
-0x51f3 020516 isub temp ,null 
-0x51f4 020517 branch ml2cap_proc_signal_disconn_hid_ctrl ,zero 
-0x51f5 020518 setarg l2cap_hid_interrupt_channel 
-0x51f6 020519 copy rega ,temp 
-0x51f7 020520 isub temp ,null 
-0x51f8 020521 branch ml2cap_proc_signal_disconn_hid_int ,zero 
-0x51f9 020522 branch mclsrfc 
-:      020523 ml2cap_proc_signal_disconn_sdp:
-0x51fa 020524 setarg 0x0000 
-0x51fb 020525 store 2 ,mem_sdp_tx_pkt_length 
-0x51fc 020526 store 2 ,mem_sdp_remote_cid 
-0x51fd 020527 store 1 ,mem_sdp_state 
-0x51fe 020528 branch mclssdp 
-:      020529 ml2cap_proc_signal_disconn_hid_ctrl:
-0x51ff 020530 call l2cap_reset_hid_ctrl_state 
-0x5200 020531 branch mclssdp 
-:      020532 ml2cap_proc_signal_disconn_hid_int:
-0x5201 020533 call l2cap_reset_hid_int_state 
-0x5202 020539 branch mclssdp 
-:      020540 mclsrfc:
-0x5203 020541 setarg 0x0000 
-0x5204 020542 store 2 ,mem_rfcomm_tx_pkt_length 
-:      020543 mclssdp:
-0x5205 020544 call load_cont_pointers 
-0x5206 020545 setarg signal_disconnect_rsp 
-0x5207 020546 istore 1 ,contw 
-0x5208 020547 copy queue ,pdata 
-0x5209 020548 istore 1 ,contw 
-0x520a 020549 setarg 0x0004 
-0x520b 020550 istore 2 ,contw 
-0x520c 020551 copy rega ,pdata 
-0x520d 020552 istore 2 ,contw 
-0x520e 020553 copy timeup ,pdata 
-0x520f 020554 istore 2 ,contw 
-0x5210 020555 force 8 ,pdata 
-0x5211 020556 iadd regb ,regb 
-0x5212 020557 rtn 
-:      020559 ml2cap_proc_signal_disconn_rsp:
-0x5213 020560 ifetch 1 ,contr 
-0x5214 020561 copy pdata ,queue 
-0x5215 020562 ifetch 2 ,contr 
-0x5216 020563 copy pdata ,rega 
-0x5217 020564 ifetch 2 ,contr 
-0x5218 020565 copy pdata ,timeup 
-0x5219 020566 ifetch 2 ,contr 
-0x521a 020567 copy pdata ,temp 
-0x521b 020568 call save_cont_pointers 
-0x521c 020569 bpatchx patch24_1 ,mem_patch24 
-0x521d 020570 fetch 1 ,mem_ml2cap_comm_id 
-0x521e 020571 icompare 0xff ,queue 
-0x521f 020572 nbranch mdisdone ,true 
-0x5220 020573 setarg l2cap_sdp_channel 
-0x5221 020574 isub temp ,null 
-0x5222 020575 branch ml2cap_proc_signal_disconn_rsp_sdp ,zero 
-0x5223 020576 setarg l2cap_rfcomm_channel 
-0x5224 020577 isub temp ,null 
-0x5225 020578 branch ml2cap_proc_signal_disconn_rsp_rfcomm ,zero 
-0x5226 020579 branch mdisdone 
-:      020580 ml2cap_proc_signal_disconn_rsp_sdp:
-0x5227 020581 jam 0 ,mem_sdp_remote_cid 
-0x5228 020582 jam 0 ,mem_sdp_state 
-0x5229 020583 branch mdisdone 
-:      020584 ml2cap_proc_signal_disconn_rsp_rfcomm:
-:      020587 mdisdone:
-0x522a 020588 call load_cont_pointers 
-0x522b 020589 copy regc ,pdata 
-0x522c 020590 isub rega ,regc 
-0x522d 020591 rtn 
-:      020593 ml2cap_proc_send_reject:
-0x522e 020594 setarg signal_cmd_reject 
-0x522f 020595 istore 1 ,contw 
-0x5230 020596 ifetch 1 ,contr 
-0x5231 020597 istore 1 ,contw 
-0x5232 020598 setarg 0x0002 
-0x5233 020599 istore 2 ,contw 
-0x5234 020600 setarg 0x0000 
-0x5235 020601 istore 2 ,contw 
-0x5236 020602 setarg 0x0006 
-0x5237 020603 iadd regb ,regb 
-0x5238 020604 force 4 ,regc 
-0x5239 020605 rtn 
-:      020608 l2cap_get_req_id:
-0x523a 020609 fetch 1 ,mem_ml2cap_comm_id 
-0x523b 020610 increase 1 ,pdata 
-0x523c 020611 bne 0 ,l2cap_get_req_id_ok 
-0x523d 020612 increase 1 ,pdata 
-:      020613 l2cap_get_req_id_ok:
-0x523e 020614 store 1 ,mem_ml2cap_comm_id 
-0x523f 020615 rtn 
-:      020625 l2cap_malloc:
-0x5240 020626 bpatchx patch24_2 ,mem_patch24 
-0x5241 020627 arg 0 ,regb 
-0x5242 020628 call l2cap_malloc_is_fifo_full 
-0x5243 020629 nbranch assert ,blank 
-0x5244 020630 call l2cap_malloc_get_full_map 
-0x5245 020631 arg mem_tx_buff0 ,regb 
-0x5246 020632 arg 0 ,queue 
-:      020633 l2cap_malloc_loop:
-0x5247 020634 fetcht 1 ,mem_used_map 
-0x5248 020635 qisolate1 temp 
-0x5249 020636 branch l2cap_malloc_next ,true 
-0x524a 020637 call l2cap_malloc_enough 
-0x524b 020638 sub timeup ,0 ,null 
-0x524c 020639 branch l2cap_malloc_next ,positive 
-0x524d 020640 call l2cap_malloc_into_fifo 
-0x524e 020641 branch l2cap_malloc_rtn 
-:      020642 l2cap_malloc_next:
-0x524f 020643 increase 128 ,regb 
-0x5250 020644 increase 1 ,queue 
-0x5251 020645 setarg 8 
-0x5252 020646 isub queue ,null 
-0x5253 020647 branch l2cap_malloc_loop ,positive 
-0x5254 020648 arg 0 ,regb 
-:      020649 l2cap_malloc_rtn:
-0x5255 020650 copy regb ,pdata 
-0x5256 020651 branch assert ,blank 
-0x5257 020652 rtn 
-:      020660 l2cap_malloc_fifo_out:
-0x5258 020661 bpatchx patch24_3 ,mem_patch24 
-0x5259 020662 call l2cap_malloc_fifo_get_first_ptr 
-0x525a 020663 increase 1 ,contr 
-0x525b 020664 ifetch 2 ,contr 
-0x525c 020665 rtn 
-:      020671 l2cap_malloc_free:
-0x525d 020672 bpatchx patch24_4 ,mem_patch24 
-0x525e 020673 call l2cap_malloc_fifo_get_first_ptr 
-0x525f 020674 copy contr ,contw 
-0x5260 020675 copy contr ,temp 
-0x5261 020676 setarg 0 
-0x5262 020677 istore 3 ,contw 
-0x5263 020678 rtn 
-:      020683 l2cap_malloc_discard:
-0x5264 020684 bpatchx patch24_5 ,mem_patch24 
-0x5265 020685 call l2cap_malloc_is_fifo_empty 
-0x5266 020686 branch assert ,blank 
-0x5267 020687 fetch 3 ,mem_tx_fifo2 
-0x5268 020688 store 3 ,mem_tx_fifo3 
-0x5269 020689 fetch 3 ,mem_tx_fifo1 
-0x526a 020690 store 3 ,mem_tx_fifo2 
-0x526b 020691 fetch 3 ,mem_tx_fifo0 
-0x526c 020692 store 3 ,mem_tx_fifo1 
-0x526d 020693 rtn 
-:      020699 l2cap_malloc_is_fifo_full:
-0x526e 020700 bpatchx patch24_6 ,mem_patch24 
-0x526f 020701 fetch 3 ,mem_tx_fifo0 
-0x5270 020702 rtn 
-:      020708 l2cap_malloc_is_fifo_nearly_full:
-0x5271 020709 bpatchx patch24_7 ,mem_patch24 
-0x5272 020710 fetch 3 ,mem_tx_fifo1 
-0x5273 020711 rtn 
-:      020717 l2cap_malloc_is_fifo_empty:
-0x5274 020718 bpatchx patch25_0 ,mem_patch25 
-0x5275 020719 fetch 3 ,mem_tx_fifo3 
-0x5276 020720 rtn 
-:      020725 l2cap_malloc_fifo_get_first_ptr:
-0x5277 020726 call l2cap_malloc_is_fifo_empty 
-0x5278 020727 branch assert ,blank 
-0x5279 020728 arg mem_tx_fifo0 ,contr 
-:      020729 l2cap_malloc_free_loop:
-0x527a 020730 ifetch 3 ,contr 
-0x527b 020731 branch l2cap_malloc_free_loop ,blank 
-0x527c 020732 increase -3 ,contr 
-0x527d 020733 rtn 
-:      020740 l2cap_malloc_get_full_map:
-0x527e 020741 bpatchx patch25_1 ,mem_patch25 
-0x527f 020742 arg 4 ,loopcnt 
-0x5280 020743 arg mem_tx_fifo0_map ,contr 
-0x5281 020744 arg 0 ,temp 
-:      020745 l2cap_malloc_get_full_map_loop:
-0x5282 020746 ifetch 3 ,contr 
-0x5283 020747 and pdata ,0xff ,pdata 
-0x5284 020748 ior temp ,temp 
-0x5285 020749 loop l2cap_malloc_get_full_map_loop 
-0x5286 020750 storet 1 ,mem_used_map 
-0x5287 020751 rtn 
-:      020759 l2cap_malloc_into_fifo:
-0x5288 020760 bpatchx patch25_2 ,mem_patch25 
-0x5289 020761 call l2cap_malloc_is_fifo_full 
-0x528a 020762 nbranch assert ,blank 
-0x528b 020763 call l2cap_malloc_is_fifo_empty 
-0x528c 020764 branch l2cap_malloc_into_fifo_no_push ,blank 
-0x528d 020765 fetch 3 ,mem_tx_fifo1 
-0x528e 020766 store 3 ,mem_tx_fifo0 
-0x528f 020767 ifetch 3 ,contr 
-0x5290 020768 istore 3 ,contw 
-0x5291 020769 ifetch 3 ,contr 
-0x5292 020770 istore 3 ,contw 
-0x5293 020771 setarg 0 
-0x5294 020772 istore 3 ,contw 
-:      020773 l2cap_malloc_into_fifo_no_push:
-0x5295 020774 arg 0 ,temp 
-0x5296 020775 copy timeup ,pdata 
-0x5297 020776 iadd queue ,pdata 
-:      020777 l2cap_malloc_into_fifo_loop:
-0x5298 020778 qset1 temp 
-0x5299 020779 increase 1 ,queue 
-0x529a 020780 isub queue ,null 
-0x529b 020781 nbranch l2cap_malloc_into_fifo_loop ,zero 
-0x529c 020783 lshift8 regb ,pdata 
-0x529d 020784 ior temp ,pdata 
-0x529e 020785 store 3 ,mem_tx_fifo3 
-0x529f 020786 rtn 
-:      020796 l2cap_malloc_enough:
-0x52a0 020797 bpatchx patch25_3 ,mem_patch25 
-0x52a1 020798 call l2cap_malloc_get_full_map 
-0x52a2 020799 copy queue ,regc 
-0x52a3 020800 arg 0 ,temp 
-0x52a4 020801 arg 0 ,timeup 
-:      020803 l2cap_malloc_enough_loop:
-0x52a5 020804 copy queue ,pdata 
-0x52a6 020805 beq 8 ,l2cap_malloc_enough_end 
-0x52a7 020806 fetch 1 ,mem_used_map 
-0x52a8 020807 qisolate1 pdata 
-0x52a9 020808 branch l2cap_malloc_enough_end ,true 
-0x52aa 020809 increase 128 ,temp 
-0x52ab 020810 increase 1 ,queue 
-0x52ac 020811 copy rega ,pdata 
-0x52ad 020812 isub temp ,null 
-0x52ae 020813 branch l2cap_malloc_enough_end ,zero 
-0x52af 020814 branch l2cap_malloc_enough_loop ,positive 
-:      020815 l2cap_malloc_enough_end:
-0x52b0 020816 copy temp ,pdata 
-0x52b1 020817 isub rega ,null 
-0x52b2 020818 nbranch l2cap_malloc_enough_rtn ,positive 
-0x52b3 020819 copy queue ,pdata 
-0x52b4 020820 copy regc ,temp 
-0x52b5 020821 isub temp ,timeup 
-:      020822 l2cap_malloc_enough_rtn:
-0x52b6 020823 copy regc ,queue 
-0x52b7 020824 rtn 
-:      020827 l2cap_malloc_signal_channel:
-0x52b8 020828 bpatchx patch25_4 ,mem_patch25 
-0x52b9 020829 arg l2cap_signal_malloc_size ,rega 
-0x52ba 020830 call l2cap_malloc 
-0x52bb 020831 store 2 ,mem_l2cap_signal_tx_buff_ptr 
-0x52bc 020832 increase 4 ,pdata 
-0x52bd 020833 store 2 ,mem_l2cap_signal_tx_payload_ptr 
-0x52be 020834 setarg 0 
-0x52bf 020835 store 2 ,mem_l2cap_signal_tx_length 
-0x52c0 020836 rtn 
-:      020838 l2cap_get_signal_tx_buff:
-0x52c1 020839 fetch 2 ,mem_l2cap_signal_tx_buff_ptr 
-0x52c2 020840 branch l2cap_util_pdata_to_contw 
-:      020842 l2cap_get_signal_tx_payload:
-0x52c3 020843 fetch 2 ,mem_l2cap_signal_tx_payload_ptr 
-0x52c4 020844 branch l2cap_util_pdata_to_contw 
-:      020847 l2cap_malloc_sdp_channel:
-0x52c5 020848 bpatchx patch25_5 ,mem_patch25 
-0x52c6 020849 arg sdp_malloc_size ,rega 
-0x52c7 020850 call l2cap_malloc 
-0x52c8 020851 store 2 ,mem_sdp_tx_buff_ptr 
-0x52c9 020852 increase 4 ,pdata 
-0x52ca 020853 store 2 ,mem_sdp_tx_payload_ptr 
-0x52cb 020854 setarg 0 
-0x52cc 020855 store 2 ,mem_sdp_tx_pkt_length 
-0x52cd 020856 rtn 
-:      020858 l2cap_get_sdp_tx_buff:
-0x52ce 020859 fetch 2 ,mem_sdp_tx_buff_ptr 
-0x52cf 020860 branch l2cap_util_pdata_to_contw 
-:      020862 l2cap_get_sdp_tx_payload:
-0x52d0 020863 fetch 2 ,mem_sdp_tx_payload_ptr 
-0x52d1 020864 branch l2cap_util_pdata_to_contw 
-:      020867 l2cap_malloc_rfcomm_channel:
-0x52d2 020868 bpatchx patch25_6 ,mem_patch25 
-0x52d3 020869 call push_stack 
-0x52d4 020870 jam rfcomm_malloc_fail ,mem_rfcomm_malloc_fail_flag 
-0x52d5 020871 call l2cap_malloc_is_fifo_full 
-0x52d6 020872 nrtn blank 
-0x52d7 020873 arg rfcomm_malloc_size ,rega 
-0x52d8 020874 call l2cap_malloc 
-0x52d9 020875 store 2 ,mem_rfcomm_tx_buff_ptr 
-0x52da 020876 increase 4 ,pdata 
-0x52db 020877 store 2 ,mem_rfcomm_tx_payload_ptr 
-0x52dc 020878 setarg 0 
-0x52dd 020879 store 2 ,mem_rfcomm_tx_pkt_length 
-0x52de 020880 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
-0x52df 020881 branch pop_stack 
-:      020883 l2cap_get_rfcomm_tx_buff:
-0x52e0 020884 fetch 2 ,mem_rfcomm_tx_buff_ptr 
-0x52e1 020885 branch l2cap_util_pdata_to_contw 
-:      020887 l2cap_util_pdata_to_contw:
-0x52e2 020888 branch assert ,blank 
-0x52e3 020889 copy pdata ,contw 
-0x52e4 020890 rtn 
-:      020893 l2cap_lpm_save_calc_len:
-0x52e5 020894 bpatchx patch25_7 ,mem_patch25 
-0x52e6 020895 arg 0 ,regb 
-0x52e7 020896 arg mem_tx_fifo0_map ,rega 
-0x52e8 020897 increase -2 ,rega 
-:      020898 l2cap_lpm_save_calc_len_loop:
-0x52e9 020899 increase 2 ,rega 
-0x52ea 020900 setarg mem_tx_fifo_end 
-0x52eb 020901 isub rega ,null 
-0x52ec 020902 branch l2cap_lpm_save_calc_len_end ,zero 
-0x52ed 020903 ifetch 1 ,rega 
-0x52ee 020904 increase 1 ,rega 
-0x52ef 020905 branch l2cap_lpm_save_calc_len_loop ,blank 
-0x52f0 020906 ifetcht 2 ,rega 
-0x52f1 020907 ifetch 2 ,temp 
-0x52f2 020908 iadd regb ,regb 
-0x52f3 020909 increase 4 ,regb 
-0x52f4 020910 branch l2cap_lpm_save_calc_len_loop 
-:      020911 l2cap_lpm_save_calc_len_end:
-0x52f5 020912 copy regb ,pdata 
-0x52f6 020913 rtn 
-:      020916 l2cap_lpm_get_wake_lock:
-0x52f7 020917 arg wake_lock_l2cap_tx ,queue 
-0x52f8 020918 branch lpm_get_wake_lock 
-:      020920 l2cap_lpm_put_wake_lock:
-0x52f9 020921 arg wake_lock_l2cap_tx ,queue 
-0x52fa 020922 branch lpm_put_wake_lock 
-:      020924 l2cap_lpm_save_txbuf:
-0x52fb 020925 bpatchx patch26_0 ,mem_patch26 
-0x52fc 020926 call l2cap_malloc_get_full_map 
-0x52fd 020927 fetch 1 ,mem_used_map 
-0x52fe 020928 rtn blank 
-0x52ff 020929 call l2cap_lpm_save_calc_len 
-0x5300 020930 arg l2cap_lpm_txbuf_len ,temp 
-0x5301 020931 isub temp ,null 
-0x5302 020932 branch l2cap_lpm_get_wake_lock ,positive 
-0x5303 020933 call l2cap_lpm_put_wake_lock 
-0x5304 020934 arg mem_l2cap_lpm_txbuf ,contw 
-0x5305 020935 arg mem_tx_fifo0 ,rega 
-:      020936 l2cap_lpm_save_txbuf_loop:
-0x5306 020937 setarg mem_tx_fifo_end 
-0x5307 020938 isub rega ,null 
-0x5308 020939 rtn zero 
-0x5309 020940 ifetch 1 ,rega 
-0x530a 020941 increase 1 ,rega 
-0x530b 020942 nbranch l2cap_lpm_save_txbuf_nempty ,blank 
-0x530c 020943 istore 2 ,contw 
-0x530d 020944 increase 2 ,rega 
-0x530e 020945 branch l2cap_lpm_save_txbuf_loop 
-:      020946 l2cap_lpm_save_txbuf_nempty:
-0x530f 020947 ifetch 2 ,rega 
-0x5310 020948 increase 2 ,rega 
-0x5311 020949 copy pdata ,contr 
-0x5312 020950 ifetch 2 ,contr 
-0x5313 020951 istore 2 ,contw 
-0x5314 020952 copy pdata ,loopcnt 
-0x5315 020953 increase 2 ,loopcnt 
-0x5316 020954 call memcpy 
-0x5317 020955 branch l2cap_lpm_save_txbuf_loop 
-:      020957 l2cap_lpm_load_txbuf:
-0x5318 020958 bpatchx patch26_1 ,mem_patch26 
-0x5319 020959 call l2cap_malloc_get_full_map 
-0x531a 020960 fetch 1 ,mem_used_map 
-0x531b 020961 rtn blank 
-0x531c 020962 arg mem_tx_fifo0_ptr ,rega 
-0x531d 020963 increase -3 ,rega 
-0x531e 020964 arg mem_l2cap_lpm_txbuf ,contr 
-:      020965 l2cap_lpm_load_txbuf_loop:
-0x531f 020966 increase 3 ,rega 
-0x5320 020967 setarg mem_tx_fifo_end + 1 
-0x5321 020968 isub rega ,null 
-0x5322 020969 rtn zero 
-0x5323 020970 ifetch 2 ,contr 
-0x5324 020971 branch l2cap_lpm_load_txbuf_loop ,blank 
-0x5325 020972 increase 4 ,pdata 
-0x5326 020973 copy pdata ,loopcnt 
-0x5327 020974 copy contr ,regb 
-0x5328 020975 ifetch 2 ,rega 
-0x5329 020976 copy pdata ,contw 
-0x532a 020977 copy regb ,contr 
-0x532b 020978 increase -2 ,contr 
-0x532c 020979 call memcpy 
-0x532d 020980 branch l2cap_lpm_load_txbuf_loop 
-:      020990 le_init_conn:
-0x532e 020991 bpatchx patch26_2 ,mem_patch26 
-0x532f 020992 disable wake 
-0x5330 020993 jam 1 ,mem_le_conn_handle 
-0x5331 020994 jam 3 ,mem_le_state 
-0x5332 020995 jam 1 ,mem_le_arq 
-0x5333 020996 setarg -1 
-0x5334 020997 store 2 ,mem_le_event_count 
-0x5335 020998 force 0 ,pdata 
-0x5336 020999 store 1 ,mem_le_ch 
-0x5337 021000 store 1 ,mem_le_op 
-0x5338 021001 store 3 ,mem_sniff_rcv 
-0x5339 021002 store 3 ,mem_sniff_lost 
-0x533a 021003 store 5 ,mem_le_pcnt_tx 
-0x533b 021004 set1 39 ,pdata 
-0x533c 021005 store 5 ,mem_le_pcnt_rx 
-0x533d 021006 jam 1 ,mem_le_txheader 
-0x533e 021007 jam 0 ,mem_le_txlen 
-0x533f 021008 branch le_supervision_flush 
-:      021010 le_init_master:
-0x5340 021011 bpatchx patch26_3 ,mem_patch26 
-0x5341 021012 enable master 
-0x5342 021013 jam lemode_master ,mem_le_mode 
-0x5343 021014 jam 1 ,mem_le_att_handle 
-0x5344 021015 jam 1 ,mem_le_search_handle_start 
-0x5345 021016 setarg 0xffff 
-0x5346 021017 store 2 ,mem_le_search_handle_end 
-0x5347 021018 force 0 ,pdata 
-0x5348 021019 store 5 ,mem_le_pcnt_rx 
-0x5349 021020 set1 39 ,pdata 
-0x534a 021021 store 5 ,mem_le_pcnt_tx 
-0x534b 021022 branch le_init_conn 
-:      021025 le_init_slave:
-0x534c 021026 bpatchx patch26_4 ,mem_patch26 
-0x534d 021027 disable master 
-0x534e 021028 setarg 0x17 
-0x534f 021029 store 2 ,mem_le_remote_mtu 
-0x5350 021030 jam lemode_slave ,mem_le_mode 
-0x5351 021031 jam 0 ,mem_le_adv_enable 
-0x5352 021032 jam 0 ,mem_lpm_current_mult 
-0x5353 021033 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x5354 021034 jam flag_le_enc_null ,mem_le_enc_state 
-0x5355 021035 fetch 2 ,mem_le_superto 
-0x5356 021036 store 2 ,mem_le_init_superto 
-0x5357 021037 fetch 2 ,mem_le_tsniff 
-0x5358 021038 mul32 pdata ,5 ,pdata 
-0x5359 021039 rshift4 pdata ,pdata 
-0x535a 021040 store 2 ,mem_le_superto 
-0x535b 021041 branch le_init_conn 
-:      021047 le_dispatch:
-0x535c 021048 call le_enable 
-0x535d 021049 call le_scan 
-0x535e 021050 call le_adv 
-0x535f 021051 branch le_disable 
-:      021053 le_conn_dispatch:
-0x5360 021054 bpatchx patch26_5 ,mem_patch26 
-0x5361 021055 call le_enable 
-0x5362 021056 call app_process_ble 
-0x5363 021057 fetch 1 ,mem_le_mode 
-0x5364 021058 beq lemode_master ,le_master_dispatch 
-0x5365 021059 branch le_slave_dispatch 
-:      021065 le_master_dispatch:
-0x5366 021066 bpatchx patch26_6 ,mem_patch26 
-0x5367 021067 enable master 
-0x5368 021068 call le_supervision_update 
-0x5369 021069 branch le_master_disconn ,positive 
-0x536a 021070 call check_ble_disabled 
-0x536b 021071 call le_setup 
-0x536c 021072 call le_prepare_tx 
-0x536d 021073 disable match 
-0x536e 021074 call le_transmit_receive_sifs 
-0x536f 021075 nrtn match 
-0x5370 021076 bpatchx patch26_7 ,mem_patch26 
-0x5371 021077 fetch 1 ,mem_le_conn_rcv 
-0x5372 021078 increase 1 ,pdata 
-0x5373 021079 store 1 ,mem_le_conn_rcv 
-0x5374 021080 call le_acknowledge 
-0x5375 021081 disable master 
-0x5376 021082 rtn 
-:      021084 le_master_disconn:
-0x5377 021085 call le_disconnect 
-0x5378 021086 disable master 
-0x5379 021087 rtn 
-:      021092 le_slave_dispatch:
-0x537a 021093 bpatchx patch27_0 ,mem_patch27 
-0x537b 021094 jam 0 ,mem_le_md_count 
-0x537c 021095 call sp_calc_sequence_256 
-0x537d 021096 call le_secure_connect_sm 
-0x537e 021097 disable attempt 
-0x537f 021098 call le_supervision_update 
-0x5380 021099 branch le_slave_disconn ,positive 
-0x5381 021100 call check_ble_disabled 
-0x5382 021101 call le_setup 
-0x5383 021102 call le_receive_slave 
-0x5384 021103 nbranch le_slave_unsync ,sync 
-0x5385 021104 call le_got_first_packet 
-0x5386 021105 branch le_slave_match ,match 
-0x5387 021106 branch le_slave_cont 
-:      021109 le_slave_match:
-0x5388 021110 bpatchx patch27_1 ,mem_patch27 
-0x5389 021111 fetch 1 ,mem_le_md_count 
-0x538a 021112 pincrease 1 
-0x538b 021113 store 1 ,mem_le_md_count 
-0x538c 021114 beq le_md_max_count ,le_slave_cont 
-0x538d 021115 call le_acknowledge 
-0x538e 021116 call le_prepare_tx 
-0x538f 021117 call le_transmit_norx 
-0x5390 021118 call le_parse 
-0x5391 021119 fetch 2 ,mem_cb_ble_transmit 
-0x5392 021120 call callback_func 
-0x5393 021121 call le_check_md 
-0x5394 021122 branch le_slave_more_data ,user 
-:      021123 le_slave_cont:
-0x5395 021124 bpatchx patch27_2 ,mem_patch27 
-0x5396 021125 call le_pairing_sm 
-0x5397 021126 call le_check_paring_time 
-0x5398 021127 call check_51cmd 
-0x5399 021128 fetch 1 ,mem_le_op 
-0x539a 021129 bbit1 op_disconn ,le_slave_disconn 
-:      021130 le_slave_unsync:
-0x539b 021131 bpatchx patch27_3 ,mem_patch27 
-0x539c 021132 call le_lpm_set_mult 
-0x539d 021133 call le_update_channel_map 
-0x539e 021134 call le_update_param 
-0x539f 021135 branch calc_clke_offset 
-:      021138 le_check_md:
-0x53a0 021139 disable user 
-0x53a1 021140 bmark1 mark_ble_rx_md ,enable_user 
-0x53a2 021141 bmark1 mark_ble_tx_md ,enable_user 
-0x53a3 021142 rtn 
-:      021145 le_slave_more_data:
-0x53a4 021146 bpatchx patch27_4 ,mem_patch27 
-0x53a5 021147 enable attempt 
-0x53a6 021148 call le_transmit_receive_sifs_notx 
-0x53a7 021149 branch le_slave_match ,match 
-0x53a8 021150 branch le_slave_cont 
-:      021152 le_slave_disconn:
-:      021155 le_disconnect:
-0x53a9 021156 bpatchx patch27_5 ,mem_patch27 
-0x53aa 021157 call le_clear_connection_info 
-0x53ab 021158 call app_disconn_reason_collect_ble 
-0x53ac 021159 call sp_initialize_256 
-0x53ad 021160 jam bt_evt_le_disconnected ,mem_fifo_temp 
-0x53ae 021161 branch ui_ipc_send_event 
-:      021163 le_clear_connection_info:
-0x53af 021164 setarg 0 
-0x53b0 021165 store 9 ,mem_le_tx_buff_used 
-0x53b1 021166 jam 0 ,mem_le_conn_handle 
-0x53b2 021167 jam lemode_idle ,mem_le_mode 
-0x53b3 021168 jam 0 ,mem_le_state 
-0x53b4 021169 jam flag_le_enc_null ,mem_le_enc_state 
-0x53b5 021170 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x53b6 021171 rtn 
-:      021173 le_got_first_packet:
-0x53b7 021174 bpatchx patch27_6 ,mem_patch27 
-0x53b8 021175 fetch 1 ,mem_le_conn_rcv 
-0x53b9 021176 increase 1 ,pdata 
-0x53ba 021177 store 1 ,mem_le_conn_rcv 
-0x53bb 021178 fetch 1 ,mem_le_state 
-0x53bc 021179 rtnbit1 lestate_got_first_packet 
-0x53bd 021180 set1 lestate_got_first_packet 
-0x53be 021181 store 1 ,mem_le_state 
-0x53bf 021182 fetch 2 ,mem_le_init_superto 
-0x53c0 021183 store 2 ,mem_le_superto 
-0x53c1 021184 setarg 0 
-0x53c2 021185 store 4 ,mem_le_transmit_window 
-0x53c3 021186 rtn 
-:      021189 le_enable:
-0x53c4 021190 bpatchx patch27_7 ,mem_patch27 
-0x53c5 021191 jam 0x36 ,rf_adc_goff 
-0x53c6 021192 jam 0x5f ,rf_agc_nsat 
-0x53c7 021193 enable le 
-0x53c8 021194 jam 7 ,rfen_ulp 
-0x53c9 021195 call check_ble_disabled 
-0x53ca 021196 fetch 1 ,mem_250k_freq_enable 
-0x53cb 021197 rtn blank 
-0x53cc 021198 jam 0xb8 ,rf_iq_gain 
-0x53cd 021199 rtn 
-:      021201 le_disable:
-0x53ce 021202 bpatchx patch28_0 ,mem_patch28 
-0x53cf 021203 jam 0x2e ,rf_adc_goff 
-0x53d0 021204 jam 0xff ,rf_agc_nsat 
-0x53d1 021205 disable le 
-0x53d2 021206 jam 3 ,rfen_ulp 
-0x53d3 021207 arg 0 ,stop_watch 
-0x53d4 021208 rtn 
-:      021210 le_prep:
-0x53d5 021211 disable enable_crc 
-0x53d6 021212 disable enable_white 
-0x53d7 021213 fetch 3 ,mem_le_crcinit 
-0x53d8 021214 iforce crc24_init 
-0x53d9 021215 fetch 1 ,mem_le_ch_mapped 
-0x53da 021216 reverse pdata ,temp 
-0x53db 021217 set1 1 ,temp 
-0x53dc 021218 rshift temp ,white_init 
-0x53dd 021219 rtn 
-:      021222 lerx_setfreq:
-0x53de 021223 call le_setfreq 
-0x53df 021224 call set_freq_rx 
-0x53e0 021225 setarg param_pll_setup 
-0x53e1 021226 call sleep 
-0x53e2 021227 branch rf_rx_enable 
-:      021229 letx_setfreq:
-0x53e3 021230 branch txon ,match 
-:      021231 letx_setfreq0:
-0x53e4 021232 call le_setfreq 
-0x53e5 021233 branch set_freq_tx 
-:      021234 le_setfreq:
-0x53e6 021235 bpatchx patch28_1 ,mem_patch28 
-0x53e7 021236 call set_sync_on 
-0x53e8 021237 fetch 1 ,mem_le_testtype 
-0x53e9 021238 nbranch le_ctf_test ,blank 
-0x53ea 021239 fetch 1 ,mem_le_ch_mapped 
-0x53eb 021240 sub pdata ,36 ,null 
-0x53ec 021241 branch le_ctf_normal ,positive 
-0x53ed 021242 force 0 ,temp 
-0x53ee 021243 rtneq 37 
-0x53ef 021244 force 24 ,temp 
-0x53f0 021245 rtneq 38 
-0x53f1 021246 force 78 ,temp 
-0x53f2 021247 rtn 
-:      021249 le_ctf_normal:
-0x53f3 021250 sub pdata ,10 ,null 
-0x53f4 021251 branch le_ctf_low ,positive 
-0x53f5 021252 increase 1 ,pdata 
-:      021254 le_ctf_low:
-0x53f6 021255 lshift pdata ,pdata 
-0x53f7 021256 add pdata ,2 ,temp 
-0x53f8 021257 rtn 
-:      021259 le_ctf_test:
-0x53f9 021260 fetch 1 ,mem_le_ch_mapped 
-0x53fa 021261 lshift pdata ,temp 
-0x53fb 021262 rtn 
-:      021264 le_sca_map:
-0x53fc 021265 arg 500 ,temp 
-0x53fd 021266 rtn blank 
-0x53fe 021267 arg 250 ,temp 
-0x53ff 021268 rtneq 1 
-0x5400 021269 arg 150 ,temp 
-0x5401 021270 rtneq 2 
-0x5402 021271 arg 100 ,temp 
-0x5403 021272 rtneq 3 
-0x5404 021273 arg 75 ,temp 
-0x5405 021274 rtneq 4 
-0x5406 021275 arg 50 ,temp 
-0x5407 021276 rtneq 5 
-0x5408 021277 arg 40 ,temp 
-0x5409 021278 rtneq 6 
-0x540a 021279 arg 20 ,temp 
-0x540b 021280 rtn 
-:      021284 le_adv_access:
-0x540c 021285 setarg 0x8e89be 
-0x540d 021286 lshift8 pdata ,pdata 
-0x540e 021287 or_into 0xd6 ,pdata 
-0x540f 021288 iforce access 
-0x5410 021289 setarg 0x555555 
-0x5411 021290 store 3 ,mem_le_crcinit 
-0x5412 021291 rtn 
-:      021293 le_setup:
-0x5413 021294 bpatchx patch28_2 ,mem_patch28 
-0x5414 021295 enable swfine 
-0x5415 021296 fetch 4 ,mem_le_access 
-0x5416 021297 iforce access 
-0x5417 021298 call le_map_channel 
-0x5418 021299 setarg 0x200 
-0x5419 021300 branch le_setup_master ,master 
-0x541a 021301 fetch 2 ,mem_le_receive_window 
-0x541b 021302 rshift pdata ,pdata 
-:      021303 le_setup_master:
-0x541c 021304 arg param_pll_setup ,temp 
-0x541d 021305 iadd temp ,pdata 
-0x541e 021306 call ahead_window 
-0x541f 021307 deposit clke 
-0x5420 021308 store 6 ,mem_le_rxon_ts 
-0x5421 021309 rtn 
-:      021311 le_next_adv_channel:
-0x5422 021312 bpatchx patch28_3 ,mem_patch28 
-0x5423 021313 fetch 1 ,mem_le_ch_mapped 
-0x5424 021314 beq 37 ,le_next_adv_channel_curr_channel_37 
-0x5425 021315 beq 38 ,le_next_adv_channel_curr_channel_38 
-0x5426 021316 beq 39 ,le_next_adv_channel_curr_channel_39 
-0x5427 021317 branch le_next_adv_channel_curr_channel_39 
-:      021319 le_next_adv_channel_curr_channel_37:
-0x5428 021320 fetcht 1 ,mem_le_adv_channel_map 
-0x5429 021321 isolate1 bit_adv_channel_map_38 ,temp 
-0x542a 021322 branch set_le_next_adv_channel_38 ,true 
-0x542b 021323 isolate1 bit_adv_channel_map_39 ,temp 
-0x542c 021324 branch set_le_next_adv_channel_39 ,true 
-0x542d 021325 branch set_le_next_adv_channel_37 
-:      021328 le_next_adv_channel_curr_channel_38:
-0x542e 021329 fetcht 1 ,mem_le_adv_channel_map 
-0x542f 021330 isolate1 bit_adv_channel_map_39 ,temp 
-0x5430 021331 branch set_le_next_adv_channel_39 ,true 
-0x5431 021332 isolate1 bit_adv_channel_map_37 ,temp 
-0x5432 021333 branch set_le_next_adv_channel_37 ,true 
-0x5433 021334 branch set_le_next_adv_channel_38 
-:      021337 le_next_adv_channel_curr_channel_39:
-0x5434 021338 fetcht 1 ,mem_le_adv_channel_map 
-0x5435 021339 isolate1 bit_adv_channel_map_37 ,temp 
-0x5436 021340 branch set_le_next_adv_channel_37 ,true 
-0x5437 021341 isolate1 bit_adv_channel_map_38 ,temp 
-0x5438 021342 branch set_le_next_adv_channel_38 ,true 
-0x5439 021343 branch set_le_next_adv_channel_39 
-:      021347 set_le_next_adv_channel_37:
-0x543a 021348 jam 37 ,mem_le_ch_mapped 
-0x543b 021349 fetch 1 ,mem_le_adv_channel_map_temp 
-0x543c 021350 set1 bit_adv_channel_map_37 ,pdata 
-0x543d 021351 store 1 ,mem_le_adv_channel_map_temp 
-0x543e 021352 rtn 
-:      021354 set_le_next_adv_channel_38:
-0x543f 021355 jam 38 ,mem_le_ch_mapped 
-0x5440 021356 fetch 1 ,mem_le_adv_channel_map_temp 
-0x5441 021357 set1 bit_adv_channel_map_38 ,pdata 
-0x5442 021358 store 1 ,mem_le_adv_channel_map_temp 
-0x5443 021359 rtn 
-:      021361 set_le_next_adv_channel_39:
-0x5444 021362 jam 39 ,mem_le_ch_mapped 
-0x5445 021363 fetch 1 ,mem_le_adv_channel_map_temp 
-0x5446 021364 set1 bit_adv_channel_map_39 ,pdata 
-0x5447 021365 store 1 ,mem_le_adv_channel_map_temp 
-0x5448 021366 rtn 
-:      021370 le_context_nexthop:
-0x5449 021371 bpatchx patch28_4 ,mem_patch28 
-0x544a 021372 add rega ,coffset_mode ,contr 
-0x544b 021373 ifetch 1 ,contr 
-0x544c 021374 rtnbit0 mode_le 
-0x544d 021375 add rega ,coffset_le_event_cnt ,contw 
-0x544e 021376 ifetch 2 ,contw 
-0x544f 021377 increase 1 ,pdata 
-0x5450 021378 istore 2 ,contw 
-0x5451 021379 add rega ,coffset_le_hop ,contr 
-0x5452 021380 ifetch 1 ,contr 
-0x5453 021381 add rega ,coffset_le_ch ,contw 
-0x5454 021382 ifetcht 1 ,contw 
-0x5455 021383 iadd temp ,pdata 
-0x5456 021384 sub pdata ,36 ,null 
-0x5457 021385 branch le_nexthop_nowrap ,positive 
-0x5458 021386 increase -37 ,pdata 
-:      021387 le_nexthop_nowrap:
-0x5459 021388 istore 1 ,contw 
-0x545a 021389 rtn 
-:      021392 le_calc_channel_map:
-0x545b 021393 bpatchx patch28_5 ,mem_patch28 
-0x545c 021394 fetch 5 ,mem_le_channel_map 
-0x545d 021395 force 0 ,temp 
-0x545e 021396 force 37 ,loopcnt 
-:      021397 le_count_channels_loop:
-0x545f 021398 bbit0 0 ,le_count_channels_notused 
-0x5460 021399 increase 1 ,temp 
-:      021400 le_count_channels_notused:
-0x5461 021401 rshift pdata ,pdata 
-0x5462 021402 loop le_count_channels_loop 
-0x5463 021403 add temp ,-1 ,pdata 
-0x5464 021404 store 1 ,mem_le_channels 
-0x5465 021405 rtn 
-:      021407 le_map_channel:
-0x5466 021408 bpatchx patch28_6 ,mem_patch28 
-0x5467 021409 fetch 1 ,mem_le_ch 
-0x5468 021410 iforce queue 
-0x5469 021411 fetcht 5 ,mem_le_channel_map 
-0x546a 021412 qisolate1 temp 
-0x546b 021413 branch le_map_channel_end ,true 
-:      021414 le_map_channel_next:
-0x546c 021415 bpatchx patch28_7 ,mem_patch28 
-0x546d 021416 fetch 1 ,mem_le_channels 
-0x546e 021417 isub queue ,pdata 
-0x546f 021418 branch le_map_channel_cont ,positive 
-0x5470 021419 sub pdata ,-1 ,queue 
-0x5471 021420 branch le_map_channel_next 
-:      021421 le_map_channel_cont:
-0x5472 021422 copy queue ,loopcnt 
-0x5473 021423 force 0 ,queue 
-:      021424 le_map_channel_loop:
-0x5474 021425 qisolate1 temp 
-0x5475 021426 branch le_map_channel_skip ,true 
-0x5476 021427 increase 1 ,loopcnt 
-:      021428 le_map_channel_skip:
-0x5477 021429 deposit loopcnt 
-0x5478 021430 branch le_map_channel_end ,blank 
-0x5479 021431 increase 1 ,queue 
-0x547a 021432 increase -1 ,loopcnt 
-0x547b 021433 branch le_map_channel_loop 
-:      021434 le_map_channel_end:
-0x547c 021435 deposit queue 
-0x547d 021436 store 1 ,mem_le_ch_mapped 
-0x547e 021437 rtn 
-:      021440 le_wait_tx:
-0x547f 021441 branch le_wait_master ,master 
-0x5480 021442 until null ,timeout 
-0x5481 021443 rtn 
-:      021445 le_wait_master:
-0x5482 021446 arg 0xea0 ,timeup 
-0x5483 021447 until clkn_rt ,meet 
-0x5484 021448 rtn 
-:      021450 le_receive_adv:
-0x5485 021451 disable swfine 
-0x5486 021452 fetch 2 ,mem_le_scan_window 
-0x5487 021453 copy pdata ,timeup 
-0x5488 021454 branch le_receive_packet 
-:      021457 le_receive_slave:
-0x5489 021458 bpatchx patch29_0 ,mem_patch29 
-0x548a 021459 enable swfine 
-0x548b 021460 fetch 2 ,mem_le_receive_window 
-0x548c 021461 fetcht 4 ,mem_le_transmit_window 
-0x548d 021462 iadd temp ,timeup 
-:      021463 le_receive_packet:
-0x548e 021464 call lerx_setfreq 
-:      021465 le_receive_rxon:
-0x548f 021466 bpatchx patch29_1 ,mem_patch29 
-0x5490 021467 call le_prep 
-0x5491 021468 disable match 
-0x5492 021469 enable decode_fec0 
-0x5493 021470 enable is_rx 
-0x5494 021471 disable is_tx 
-0x5495 021472 copy timeup ,stop_watch 
-0x5496 021473 correlate null ,timeout 
-0x5497 021474 branch le_receive_on_attempt ,attempt 
-0x5498 021475 copy clke ,temp 
-0x5499 021476 storet 6 ,mem_sync_clke 
-:      021477 le_receive_on_attempt:
-0x549a 021478 nbranch end_of_packet ,sync 
-0x549b 021479 branch le_receive_skip ,attempt 
-0x549c 021480 arg param_clke_cal_le ,clke_rt 
-0x549d 021481 copy bt_clk ,clke_bt 
-0x549e 021482 fetch 1 ,mem_le_state 
-0x549f 021483 bbit0 lestate_got_first_packet ,le_receive_skip 
-0x54a0 021484 call lpm_adjust_clk ,wake 
-:      021485 le_receive_skip:
-0x54a1 021486 bpatchx patch29_2 ,mem_patch29 
-0x54a2 021487 call save_rssi 
-0x54a3 021488 enable enable_white 
-0x54a4 021489 enable enable_crc 
-0x54a5 021490 parse demod ,bucket ,8 
-0x54a6 021491 rshift3 pwindow ,pdata 
-0x54a7 021492 store 1 ,mem_le_rxbuf 
-0x54a8 021493 parse demod ,bucket ,8 
-0x54a9 021494 rshift3 pwindow ,pdata 
-0x54aa 021495 istore 1 ,contw 
-0x54ab 021496 and pdata ,0x3f ,loopcnt 
-0x54ac 021497 branch lerx_nopayload ,zero 
-:      021499 lerx_loop:
-0x54ad 021500 parse demod ,bucket ,8 
-0x54ae 021501 rshift3 pwindow ,pdata 
-0x54af 021502 istore 1 ,contw 
-0x54b0 021503 loop lerx_loop 
-:      021505 lerx_nopayload:
-0x54b1 021506 bpatchx patch29_3 ,mem_patch29 
-0x54b2 021507 parse demod ,bucket ,24 
-0x54b3 021508 enable swfine 
-0x54b4 021509 arg param_sifs ,stop_watch 
-0x54b5 021510 rshift32 pdata ,pdata 
-0x54b6 021511 rshift16 pdata ,pdata 
-0x54b7 021512 istore 3 ,contw 
-0x54b8 021513 branch end_of_packet ,crc_failed 
-0x54b9 021514 enable match 
-0x54ba 021515 fetch 1 ,mem_last_freq 
-0x54bb 021516 add pdata ,0 ,rega 
-0x54bc 021517 call rf_write_freq 
-0x54bd 021518 disable decode_fec0 
-0x54be 021519 branch set_sync_on 
-:      021521 le_transmit_receive_sifs:
-0x54bf 021522 bpatchx patch29_4 ,mem_patch29 
-0x54c0 021523 call le_transmit 
-:      021524 le_transmit_receive_sifs_notx:
-0x54c1 021525 fetcht 1 ,mem_last_freq 
-0x54c2 021526 call set_freq_rx 
-0x54c3 021527 call rf_rx_enable 
-0x54c4 021528 enable swfine 
-0x54c5 021529 arg 5500 ,timeup 
-0x54c6 021530 branch le_receive_rxon 
-:      021532 le_transmit_norx:
-0x54c7 021533 call le_transmit 
-0x54c8 021534 branch end_of_packet 
-:      021536 le_transmit:
-0x54c9 021537 bpatchx patch29_5 ,mem_patch29 
-0x54ca 021538 call le_prep 
-0x54cb 021539 call letx_setfreq 
-0x54cc 021540 branch le_transmit0 
-:      021542 le_transmit0:
-0x54cd 021543 set1 txgfsk ,radio_ctrl 
-0x54ce 021544 enable encode_fec0 
-0x54cf 021545 enable is_tx 
-0x54d0 021546 disable is_rx 
-0x54d1 021547 call le_wait_tx 
-0x54d2 021548 rshift16 access ,pdata 
-0x54d3 021549 rshift8 pdata ,pdata 
-0x54d4 021550 rshift4 pdata ,pdata 
-0x54d5 021551 inject mod ,40 
-0x54d6 021552 enable enable_white 
-0x54d7 021553 enable enable_crc 
-0x54d8 021554 bpatchx patch29_6 ,mem_patch29 
-0x54d9 021555 fetch 1 ,mem_le_txheader 
-0x54da 021556 inject mod ,8 
-0x54db 021557 ifetch 1 ,contr 
-0x54dc 021558 and pdata ,0x3f ,loopcnt 
-0x54dd 021559 inject mod ,8 
-0x54de 021560 branch letr_nopayload ,zero 
-:      021561 letr_loop:
-0x54df 021562 ifetch 1 ,contr 
-0x54e0 021563 inject mod ,8 
-0x54e1 021564 loop letr_loop 
-:      021566 letr_nopayload:
-0x54e2 021567 enable enable_parity 
-0x54e3 021568 inject mod ,24 
-0x54e4 021569 disable enable_parity 
-0x54e5 021570 until null ,tx_clear 
-0x54e6 021571 nop 100 
-0x54e7 021572 disable encode_fec0 
-0x54e8 021573 rtn 
-:      021575 le_send_adv_ind:
-0x54e9 021576 bpatchx patch29_7 ,mem_patch29 
-0x54ea 021577 fetch 1 ,mem_le_adv_type 
-0x54eb 021578 beq adv_direct_ind ,le_send_adv_direct_ind 
-0x54ec 021579 fetch 1 ,mem_le_adv_own_addr_type 
-0x54ed 021580 lshift4 pdata ,pdata 
-0x54ee 021581 lshift2 pdata ,pdata 
-0x54ef 021582 store 1 ,mem_le_txheader 
-0x54f0 021583 fetcht 1 ,mem_le_adv_data_len 
-0x54f1 021584 add temp ,6 ,pdata 
-0x54f2 021585 store 1 ,mem_le_txlen 
-0x54f3 021586 fetch 6 ,mem_le_lap 
-0x54f4 021587 store 6 ,mem_le_txpayload 
-0x54f5 021588 copy temp ,loopcnt 
-0x54f6 021589 arg mem_le_adv_data ,contr 
-0x54f7 021590 call memcpy_fast 
-0x54f8 021591 branch le_send_adv_transmit 
-:      021592 le_send_adv_direct_ind:
-0x54f9 021593 fetch 1 ,mem_le_adv_direct_addr_type 
-0x54fa 021594 lshift4 pdata ,pdata 
-0x54fb 021595 lshift2 pdata ,pdata 
-0x54fc 021596 increase 1 ,pdata 
-0x54fd 021597 store 1 ,mem_le_txheader 
-0x54fe 021598 setarg 12 
-0x54ff 021599 store 1 ,mem_le_txlen 
-0x5500 021600 fetch 6 ,mem_le_lap 
-0x5501 021601 store 6 ,mem_le_txpayload 
-0x5502 021602 fetch 6 ,mem_hci_plap 
-0x5503 021603 istore 6 ,contw 
-:      021604 le_send_adv_transmit:
-0x5504 021605 bpatchx patch2a_0 ,mem_patch2a 
-0x5505 021606 fetch 1 ,mem_le_adv_transmit 
-0x5506 021607 increase 1 ,pdata 
-0x5507 021608 store 1 ,mem_le_adv_transmit 
-0x5508 021609 arg 1800 ,stop_watch 
-0x5509 021610 disable match 
-0x550a 021611 branch le_transmit_receive_sifs 
-:      021613 le_send_scan_request:
-0x550b 021614 bpatchx patch2a_1 ,mem_patch2a 
-0x550c 021615 fetch 1 ,mem_le_scan_type 
-0x550d 021616 rtnne le_scan_type_active 
-0x550e 021617 fetch 1 ,mem_le_adv_transmit 
-0x550f 021618 increase 1 ,pdata 
-0x5510 021619 store 1 ,mem_le_adv_transmit 
-0x5511 021620 arg 0x0c03 ,temp 
-0x5512 021621 fetch 1 ,mem_le_scan_own_addr_type 
-0x5513 021622 nsetflag blank ,le_sender_addr_bit ,temp 
-0x5514 021623 copy rega ,pdata 
-0x5515 021624 nsetflag blank ,le_receiver_addr_bit ,temp 
-0x5516 021625 storet 2 ,mem_le_txheader 
-0x5517 021626 fetch 6 ,mem_le_lap 
-0x5518 021627 istore 6 ,contw 
-0x5519 021628 fetch 6 ,mem_le_plap 
-0x551a 021629 istore 6 ,contw 
-0x551b 021630 branch le_transmit_receive_sifs 
-:      021633 le_send_scan_response:
-0x551c 021634 bpatchx patch2a_2 ,mem_patch2a 
-0x551d 021635 arg scan_rsp ,temp 
-0x551e 021636 fetch 1 ,mem_le_adv_own_addr_type 
-0x551f 021637 nsetflag blank ,le_sender_addr_bit ,temp 
-0x5520 021638 storet 1 ,mem_le_txheader 
-0x5521 021639 fetcht 1 ,mem_le_scan_data_len 
-0x5522 021640 add temp ,6 ,pdata 
-0x5523 021641 store 1 ,mem_le_txlen 
-0x5524 021642 fetch 6 ,mem_le_lap 
-0x5525 021643 store 6 ,mem_le_txpayload 
-0x5526 021644 arg mem_le_scan_data ,contr 
-0x5527 021645 copy temp ,loopcnt 
-0x5528 021646 call memcpy_fast 
-0x5529 021647 call le_transmit_norx 
-0x552a 021648 branch le_adv_not_match 
-:      021650 le_connect_request:
-0x552b 021651 bpatchx patch2a_3 ,mem_patch2a 
-0x552c 021652 force -1 ,pdata 
-0x552d 021653 setsect 2 ,1 
-0x552e 021654 store 5 ,mem_le_channel_map 
-0x552f 021655 call le_calc_channel_map 
-0x5530 021656 force 4 ,loopcnt 
-0x5531 021657 arg mem_le_access ,contw 
-0x5532 021658 call generate_random_loop 
-0x5533 021659 fetch 2 ,mem_le_timeout 
-0x5534 021660 store 2 ,mem_le_superto 
-:      021661 le_con_req_hop_retry:
-0x5535 021662 random pdata 
-0x5536 021663 and_into 0xf ,pdata 
-0x5537 021664 sub pdata ,4 ,null 
-0x5538 021665 branch le_con_req_hop_retry ,positive 
-0x5539 021666 store 1 ,mem_le_hop 
-0x553a 021667 store 1 ,mem_tmp1 
-0x553b 021668 bpatchx patch2a_4 ,mem_patch2a 
-0x553c 021669 fetcht 2 ,mem_le_conn_interval 
-0x553d 021670 storet 2 ,mem_le_tsniff 
-0x553e 021671 copy temp ,regc 
-0x553f 021672 add clkn_bt ,7 ,pdata 
-0x5540 021673 idiv regc 
-0x5541 021674 call wait_div_end 
-0x5542 021675 remainder rega 
-0x5543 021676 isub rega ,pdata 
-0x5544 021677 iadd regc ,pdata 
-0x5545 021678 fetcht 2 ,mem_le_dsniff 
-0x5546 021679 iadd temp ,pdata 
-0x5547 021680 store 4 ,mem_le_anchor 
-0x5548 021681 isub clkn_bt ,rega 
-0x5549 021682 increase -6 ,rega 
-0x554a 021683 arg 0x2205 ,regb 
-0x554b 021684 fetch 1 ,mem_le_conn_own_addr_type 
-0x554c 021685 nsetflag blank ,le_sender_addr_bit ,regb 
-0x554d 021686 fetch 1 ,mem_le_conn_peer_addr_type 
-0x554e 021687 nsetflag blank ,le_receiver_addr_bit ,regb 
-0x554f 021688 copy regb ,pdata 
-0x5550 021689 store 2 ,mem_le_txheader 
-0x5551 021690 fetch 6 ,mem_le_lap 
-0x5552 021691 istore 6 ,contw 
-0x5553 021692 fetch 6 ,mem_le_plap 
-0x5554 021693 istore 6 ,contw 
-0x5555 021694 fetch 4 ,mem_le_access 
-0x5556 021695 istore 4 ,contw 
-0x5557 021696 random pdata 
-0x5558 021697 istore 2 ,contw 
-0x5559 021698 random pdata 
-0x555a 021699 istore 1 ,contw 
-0x555b 021700 force 2 ,pdata 
-0x555c 021701 istore 1 ,contw 
-0x555d 021702 rshift2 rega ,pdata 
-0x555e 021703 istore 2 ,contw 
-0x555f 021704 rshift2 regc ,pdata 
-0x5560 021705 istore 2 ,contw 
-0x5561 021706 bpatchx patch2a_5 ,mem_patch2a 
-0x5562 021707 setarg 0 
-0x5563 021708 istore 2 ,contw 
-0x5564 021709 fetch 2 ,mem_le_timeout 
-0x5565 021710 istore 2 ,contw 
-0x5566 021711 fetch 5 ,mem_le_channel_map 
-0x5567 021712 istore 5 ,contw 
-0x5568 021713 fetch 1 ,mem_le_hop 
-0x5569 021714 arg param_le_sca ,temp 
-0x556a 021715 ior temp ,pdata 
-0x556b 021716 istore 1 ,contw 
-0x556c 021717 call le_transmit_norx 
-0x556d 021718 setarg mem_le_txheader 
-0x556e 021719 add pdata ,18 ,contr 
-0x556f 021720 ifetch 3 ,contr 
-0x5570 021721 store 3 ,mem_le_crcinit 
-0x5571 021722 rtn 
-:      021724 le_init_adv:
-0x5572 021725 bpatchx patch2a_6 ,mem_patch2a 
-0x5573 021726 disable master 
-0x5574 021727 branch le_adv_access 
-:      021731 le_update_param:
-0x5575 021732 fetch 1 ,mem_le_state 
-0x5576 021733 rtnbit0 lestate_update_param 
-0x5577 021734 fetch 2 ,mem_le_event_count 
-0x5578 021735 fetcht 2 ,mem_le_instant 
-0x5579 021736 isub temp ,pdata 
-0x557a 021737 nrtn positive 
-0x557b 021738 store 2 ,mem_pdatatemp 
-0x557c 021739 bpatchx patch2a_7 ,mem_patch2a 
-0x557d 021740 fetch 1 ,mem_le_state 
-0x557e 021741 set0 lestate_update_param ,pdata 
-0x557f 021742 set0 lestate_got_first_packet ,pdata 
-0x5580 021743 store 1 ,mem_le_state 
-0x5581 021744 fetch 4 ,mem_le_anchor 
-0x5582 021745 fetcht 2 ,mem_le_tsniff 
-0x5583 021746 storet 2 ,mem_temp 
-0x5584 021747 isub temp ,rega 
-0x5585 021748 bpatchx patch2b_0 ,mem_patch2b 
-0x5586 021749 fetch 1 ,mem_le_new_param 
-0x5587 021750 store 1 ,mem_le_window_size 
-0x5588 021751 ifetcht 2 ,contr 
-0x5589 021752 ifetch 2 ,contr 
-0x558a 021753 lshift2 pdata ,pdata 
-0x558b 021754 store 2 ,mem_le_tsniff 
-0x558c 021755 lshift2 temp ,temp 
-0x558d 021756 iadd temp ,pdata 
-0x558e 021757 ifetcht 4 ,contr 
-0x558f 021758 storet 4 ,mem_le_slave_latency 
-0x5590 021759 iadd rega ,pdata 
-0x5591 021760 copy pdata ,regab 
-0x5592 021761 fetch 2 ,mem_le_tsniff 
-0x5593 021762 fetcht 2 ,mem_temp 
-0x5594 021763 isub temp ,pdata 
-0x5595 021764 fetcht 2 ,mem_pdatatemp 
-0x5596 021765 imul32 temp ,pdata 
-0x5597 021766 iadd regab ,pdata 
-0x5598 021767 store 4 ,mem_le_anchor 
-0x5599 021768 call le_receive_window_size 
-0x559a 021769 fetch 2 ,mem_le_superto 
-0x559b 021770 store 2 ,mem_le_init_superto 
-0x559c 021771 rtn 
-:      021774 le_update_channel_map:
-0x559d 021775 bpatchx patch2b_1 ,mem_patch2b 
-0x559e 021776 fetch 1 ,mem_le_state 
-0x559f 021777 rtnbit0 lestate_update_map 
-0x55a0 021778 fetch 2 ,mem_le_event_count 
-0x55a1 021779 fetcht 2 ,mem_le_instant 
-0x55a2 021780 isub temp ,pdata 
-0x55a3 021781 nrtn positive 
-0x55a4 021782 fetch 1 ,mem_le_state 
-0x55a5 021783 set0 lestate_update_map ,pdata 
-0x55a6 021784 store 1 ,mem_le_state 
-0x55a7 021785 fetch 5 ,mem_le_new_map 
-0x55a8 021786 store 5 ,mem_le_channel_map 
-0x55a9 021787 branch le_calc_channel_map 
-:      021790 le_acknowledge:
-0x55aa 021791 bpatchx patch2b_2 ,mem_patch2b 
-0x55ab 021792 call le_supervision_flush 
-0x55ac 021793 call le_check_wak 
-0x55ad 021794 fetch 1 ,mem_le_rxbuf 
-0x55ae 021795 isolate1 md ,pdata 
-0x55af 021796 setflag true ,mark_ble_rx_md ,mark 
-0x55b0 021797 rshift pdata ,pdata 
-0x55b1 021798 ixor temp ,pdata 
-0x55b2 021799 isolate1 nesn ,pdata 
-0x55b3 021800 setflag true ,mark_old_packet ,mark 
-0x55b4 021801 rtnmark1 mark_old_packet 
-0x55b5 021802 fetch 1 ,mem_le_rxbuf + 1 
-0x55b6 021803 branch le_ack_unenc ,blank 
-0x55b7 021804 fetch 1 ,mem_le_state 
-0x55b8 021805 bbit0 lestate_encryption ,le_ack_unenc 
-0x55b9 021806 call load_sk 
-0x55ba 021807 call le_decrypt 
-0x55bb 021808 nrtn blank 
-:      021809 le_ack_unenc:
-0x55bc 021810 fetcht 1 ,mem_le_arq 
-0x55bd 021811 setflip nesn ,temp 
-0x55be 021812 storet 1 ,mem_le_arq 
-0x55bf 021813 rtn 
-:      021816 le_check_wak:
-0x55c0 021817 bpatchx patch2b_3 ,mem_patch2b 
-0x55c1 021818 fetcht 1 ,mem_le_arq 
-0x55c2 021819 isolate0 wak ,temp 
-0x55c3 021820 rtn true 
-0x55c4 021821 fetch 1 ,mem_le_rxbuf 
-0x55c5 021822 lshift pdata ,pdata 
-0x55c6 021823 ixor temp ,pdata 
-0x55c7 021824 rtnbit0 sn 
-0x55c8 021825 set0 wak ,temp 
-0x55c9 021826 setflip sn ,temp 
-0x55ca 021827 storet 1 ,mem_le_arq 
-0x55cb 021828 compare 3 ,temp ,3 
-0x55cc 021829 nrtn true 
-0x55cd 021830 fetch 1 ,mem_le_txpayload 
-0x55ce 021831 beq ll_start_enc_req ,le_set_enc 
-0x55cf 021832 fetch 1 ,mem_le_enc_state 
-0x55d0 021833 beq flag_le_enc_pause ,le_clear_enc 
-0x55d1 021834 rtn 
-:      021837 le_set_enc:
-0x55d2 021838 fetch 1 ,mem_le_state 
-0x55d3 021839 set1 lestate_encryption ,pdata 
-0x55d4 021840 store 1 ,mem_le_state 
-0x55d5 021841 rtn 
-:      021843 le_clear_enc:
-0x55d6 021844 bpatchx patch2b_4 ,mem_patch2b 
-0x55d7 021845 jam flag_le_enc_null ,mem_le_enc_state 
-0x55d8 021846 arg 0 ,pdata 
-0x55d9 021847 store 4 ,mem_le_last_mic 
-0x55da 021848 store 5 ,mem_le_pcnt_tx 
-0x55db 021849 set1 39 ,pdata 
-0x55dc 021850 store 5 ,mem_le_pcnt_rx 
-0x55dd 021851 fetch 1 ,mem_le_state 
-0x55de 021852 set0 lestate_encryption ,pdata 
-0x55df 021853 store 1 ,mem_le_state 
-0x55e0 021854 rtn 
-:      021857 le_wait_adv:
-0x55e1 021858 bpatchx patch2b_5 ,mem_patch2b 
-0x55e2 021859 call le_next_adv_channel 
-0x55e3 021860 call le_receive_adv 
-0x55e4 021861 fetch 1 ,mem_le_adv_waitcnt 
-0x55e5 021862 increase 1 ,pdata 
-0x55e6 021863 store 1 ,mem_le_adv_waitcnt 
-0x55e7 021864 rtn 
-:      021867 le_scan:
-0x55e8 021868 bpatchx patch2b_6 ,mem_patch2b 
-0x55e9 021869 fetch 1 ,mem_le_scan_enable 
-0x55ea 021870 rtnne le_scan_enable 
-0x55eb 021871 arg le_scan_interval_timer ,queue 
-0x55ec 021872 call timer_check 
-0x55ed 021873 nrtn blank 
-0x55ee 021874 fetch 2 ,mem_le_scan_interval 
-0x55ef 021875 fetcht 2 ,mem_le_scan_window 
-0x55f0 021876 isub temp ,pdata 
-0x55f1 021877 arg le_scan_interval_timer ,queue 
-0x55f2 021878 call timer_init 
-0x55f3 021879 disable master 
-0x55f4 021880 call le_init_adv 
-0x55f5 021881 call le_wait_adv 
-0x55f6 021882 nrtn match 
-0x55f7 021883 bpatchx patch2b_7 ,mem_patch2b 
-0x55f8 021884 fetch 6 ,mem_le_rxbuf + 2 
-0x55f9 021885 store 6 ,mem_le_plap 
-0x55fa 021888 fetch 1 ,mem_le_adv_rcv 
-0x55fb 021889 increase 1 ,pdata 
-0x55fc 021890 store 1 ,mem_le_adv_rcv 
-0x55fd 021891 call le_create_conn 
-0x55fe 021892 rtn master 
-0x55ff 021893 call le_send_scan_request 
-0x5600 021894 nrtn match 
-0x5601 021895 bpatchx patch2c_0 ,mem_patch2c 
-0x5602 021896 fetch 1 ,mem_le_scanrsp_rcv 
-0x5603 021897 increase 1 ,pdata 
-0x5604 021898 store 1 ,mem_le_scanrsp_rcv 
-0x5605 021899 fetch 9 ,mem_le_rxbuf + 8 
-0x5606 021900 store 9 ,mem_tmp_buffer 
-0x5607 021901 rtn 
-:      021903 le_create_conn:
-0x5608 021904 bpatchx patch2c_1 ,mem_patch2c 
-0x5609 021905 fetch 1 ,mem_cmd_le_create_conn 
-0x560a 021906 rtnne hci_cmd_le_create_conn 
-0x560b 021907 fetch 6 ,mem_le_plap 
-0x560c 021908 fetcht 6 ,mem_le_conn_peer_addr 
-0x560d 021909 isub temp ,null 
-0x560e 021910 nrtn zero 
-0x560f 021911 call context_new 
-0x5610 021912 nrtn zero 
-0x5611 021913 call le_connect_request 
-0x5612 021914 call le_init_master 
-0x5613 021915 bpatchx patch2c_2 ,mem_patch2c 
-0x5614 021916 jam 0 ,mem_hci_cmd 
-0x5615 021917 jam 0 ,mem_le_peer_sca 
-0x5616 021918 jam 0 ,mem_le_scan_enable 
-0x5617 021919 jam 0 ,mem_cmd_le_create_conn 
-0x5618 021920 branch context_save 
-:      021922 le_scan_check_sender_addr_type:
-0x5619 021923 arg 1 ,rega 
-0x561a 021924 fetch 1 ,mem_le_rxbuf 
-0x561b 021925 rtnbit1 le_sender_addr_bit 
-0x561c 021926 arg 0 ,rega 
-0x561d 021927 rtn 
-:      021931 le_prepare_tx:
-0x561e 021932 bpatchx patch2c_3 ,mem_patch2c 
-0x561f 021933 fetch 1 ,mem_le_arq 
-0x5620 021934 rtnbit1 wak 
-0x5621 021935 call le_check_tx_md 
-0x5622 021936 call le_fifo_get_first_tx_ptr 
-0x5623 021937 branch le_send_empty ,blank 
-0x5624 021938 ifetch 1 ,contr 
-0x5625 021939 ifetcht 1 ,contr 
-0x5626 021940 copy temp ,rega 
-0x5627 021941 isub rega ,pdata 
-0x5628 021942 arg le_max_paket_len ,temp 
-0x5629 021943 call not_greater_than 
-0x562a 021944 copy pdata ,temp 
-0x562b 021945 ifetch 1 ,contr 
-0x562c 021946 copy pdata ,type 
-0x562d 021947 copy rega ,pdata 
-0x562e 021948 iadd contr ,contr 
-0x562f 021949 arg mem_le_txpayload ,contw 
-0x5630 021950 copy temp ,loopcnt 
-0x5631 021951 call memcpy 
-0x5632 021952 call le_update_tx_type 
-0x5633 021953 call le_send_packet 
-0x5634 021955 call le_fifo_get_first_tx_ptr 
-0x5635 021956 ifetch 1 ,contr 
-0x5636 021957 copy pdata ,rega 
-0x5637 021958 copy contr ,regc 
-0x5638 021959 ifetcht 1 ,contr 
-0x5639 021960 copy temp ,regb 
-0x563a 021961 isub regb ,pdata 
-0x563b 021962 arg le_max_paket_len ,temp 
-0x563c 021963 call not_greater_than 
-0x563d 021964 iadd regb ,pdata 
-0x563e 021965 istore 1 ,regc 
-0x563f 021966 isub rega ,null 
-0x5640 021967 nrtn zero 
-0x5641 021968 branch le_fifo_release_first_node 
-:      021971 le_check_tx_md:
-0x5642 021972 call le_check_continue 
-0x5643 021973 rtnmark1 mark_ble_tx_md 
-0x5644 021974 fetch 1 ,mem_le_configuration 
-0x5645 021975 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
-0x5646 021976 call le_fifo_get_second_tx_ptr 
-0x5647 021977 branch le_clear_md ,blank 
-0x5648 021978 branch le_set_md 
-:      021981 le_check_continue:
-0x5649 021982 call le_fifo_get_first_tx_ptr 
-0x564a 021983 branch le_clear_md ,blank 
-0x564b 021984 ifetch 1 ,contr 
-0x564c 021985 ifetcht 1 ,contr 
-0x564d 021986 isub temp ,pdata 
-0x564e 021987 sub pdata ,le_max_paket_len ,null 
-0x564f 021988 branch le_clear_md ,positive 
-:      021989 le_set_md:
-0x5650 021990 set1 mark_ble_tx_md ,mark 
-0x5651 021991 rtn 
-:      021993 le_clear_md:
-0x5652 021994 set0 mark_ble_tx_md ,mark 
-0x5653 021995 rtn 
-:      021997 le_update_tx_type:
-0x5654 021998 copy rega ,pdata 
-0x5655 021999 rtn blank 
-0x5656 022000 arg llid_continue ,type 
-0x5657 022001 rtn 
-:      022004 le_att_check_notification_enable:
-0x5658 022005 bpatchx patch2c_4 ,mem_patch2c 
-0x5659 022006 increase 1 ,temp 
-0x565a 022007 call le_att_get_handle_ptr 
-0x565b 022008 increase -2 ,contr 
-0x565c 022009 ifetch 2 ,contr 
-0x565d 022010 arg client_charactertic_configuration ,temp 
-0x565e 022011 isub temp ,null 
-0x565f 022012 nrtn zero 
-0x5660 022013 increase 1 ,contr 
-0x5661 022014 copy contr ,rega 
-0x5662 022015 ifetch 1 ,contr 
-0x5663 022016 rtn 
-:      022019 le_send_empty:
-0x5664 022020 force 0 ,temp 
-0x5665 022021 force 1 ,type 
-:      022023 le_send_packet:
-0x5666 022024 bpatchx patch2c_5 ,mem_patch2c 
-0x5667 022025 storet 1 ,mem_le_txlen 
-0x5668 022026 fetcht 1 ,mem_le_arq 
-0x5669 022027 set1 wak ,temp 
-0x566a 022028 and temp ,0xfc ,pdata 
-0x566b 022029 ior type ,pdata 
-0x566c 022030 store 1 ,mem_le_arq 
-0x566d 022031 and_into 0x1f ,pdata 
-0x566e 022032 isolate1 mark_ble_tx_md ,mark 
-0x566f 022033 setflag true ,md ,pdata 
-0x5670 022034 store 1 ,mem_le_txheader 
-0x5671 022036 fetch 1 ,mem_le_txheader 
-0x5672 022037 compare 1 ,type ,3 
-0x5673 022038 nbranch le_send_no_txlen ,true 
-0x5674 022039 fetch 1 ,mem_le_txlen 
-0x5675 022040 rtn blank 
-:      022041 le_send_no_txlen:
-0x5676 022042 fetch 1 ,mem_le_state 
-0x5677 022043 rtnbit0 lestate_encryption 
-0x5678 022044 call load_sk 
-0x5679 022045 branch le_encrypt 
-:      022048 get_lpm_wake_ble_rx_lock:
-0x567a 022049 arg wake_lock_ble_rx ,queue 
-0x567b 022050 branch lpm_get_wake_lock 
-:      022052 put_lpm_wake_ble_rx_lock:
-0x567c 022053 arg wake_lock_ble_rx ,queue 
-0x567d 022054 branch lpm_put_wake_lock 
-:      022057 le_parse:
-0x567e 022058 bpatchx patch2c_6 ,mem_patch2c 
-0x567f 022059 rtnmark1 mark_old_packet 
-0x5680 022060 call le_fifo_check_full 
-0x5681 022061 nrtn blank 
-0x5682 022062 fetch 1 ,mem_le_rxbuf 
-0x5683 022063 and pdata ,0x3 ,pdata 
-0x5684 022064 store 1 ,mem_le_packet_llid 
-0x5685 022065 ifetch 1 ,contr 
-0x5686 022066 and pdata ,0x1f ,pdata 
-0x5687 022067 store 1 ,mem_le_packet_size 
-0x5688 022068 rtn blank 
-0x5689 022069 copy contr ,pdata 
-0x568a 022070 store 2 ,mem_le_payload_ptr 
-0x568b 022071 fetch 1 ,mem_le_packet_llid 
-0x568c 022072 beq llid_le_ll ,le_parse_ll 
-:      022073 le_parse_l2cap:
-0x568d 022074 call le_check_l2cap_complete 
-0x568e 022075 nbranch get_lpm_wake_ble_rx_lock ,user 
-0x568f 022076 call put_lpm_wake_ble_rx_lock 
-0x5690 022077 fetch 2 ,mem_le_payload_ptr 
-0x5691 022078 copy pdata ,contr 
-0x5692 022079 ifetch 2 ,contr 
-0x5693 022080 store 2 ,mem_le_l2cap_size 
-0x5694 022081 bpatchx patch2c_7 ,mem_patch2c 
-0x5695 022082 ifetch 2 ,contr 
-0x5696 022083 beq le_l2cap_cid_att ,le_parse_att 
-0x5697 022084 beq le_l2cap_cid_smp ,le_parse_smp 
-0x5698 022085 beq le_l2cap_cid_signal ,le_parse_signaling 
-0x5699 022086 rtn 
-:      022089 le_check_l2cap_complete:
-0x569a 022090 fetch 1 ,mem_le_packet_llid 
-0x569b 022091 beq llid_start ,le_check_l2cap_llid_start 
-0x569c 022092 beq llid_continue ,le_check_l2cap_llid_continue 
-0x569d 022093 rtn 
-:      022098 le_check_l2cap_cid_legal:
-0x569e 022099 call enable_user 
-0x569f 022100 arg le_l2cap_cid_att ,temp 
-0x56a0 022101 isub pdata ,null 
-0x56a1 022102 rtn zero 
-0x56a2 022103 arg le_l2cap_cid_signal ,temp 
-0x56a3 022104 isub pdata ,null 
-0x56a4 022105 rtn zero 
-0x56a5 022106 arg le_l2cap_cid_smp ,temp 
-0x56a6 022107 isub pdata ,null 
-0x56a7 022108 rtn zero 
-0x56a8 022109 branch disable_user 
-:      022112 le_check_l2cap_llid_start:
-0x56a9 022113 fetch 2 ,mem_le_payload_ptr 
-0x56aa 022114 copy pdata ,contr 
-0x56ab 022115 ifetch 2 ,contr 
-0x56ac 022116 store 2 ,mem_le_l2cap_size 
-0x56ad 022117 ifetch 2 ,contr 
-0x56ae 022118 call le_check_l2cap_cid_legal 
-0x56af 022119 nrtn user 
-0x56b0 022120 fetcht 1 ,mem_le_packet_size 
-0x56b1 022121 storet 1 ,mem_le_packet_len_recved 
-0x56b2 022122 fetch 2 ,mem_le_l2cap_size 
-0x56b3 022123 increase 4 ,pdata 
-0x56b4 022124 isub temp ,null 
-0x56b5 022125 branch enable_user ,zero 
-0x56b6 022126 fetch 1 ,mem_le_packet_size 
-0x56b7 022127 copy pdata ,loopcnt 
-0x56b8 022128 arg mem_le_l2capbuf ,contw 
-0x56b9 022129 fetch 2 ,mem_le_payload_ptr 
-0x56ba 022130 copy pdata ,contr 
-0x56bb 022131 call memcpy 
-0x56bc 022132 branch disable_user 
-:      022137 le_check_l2cap_continue_legal:
-0x56bd 022138 call enable_user 
-0x56be 022139 fetch 1 ,mem_le_packet_len_recved 
-0x56bf 022140 nrtn blank 
-0x56c0 022141 branch disable_user 
-:      022143 le_check_l2cap_llid_continue:
-0x56c1 022144 call le_check_l2cap_continue_legal 
-0x56c2 022145 nrtn user 
-0x56c3 022146 fetch 1 ,mem_le_packet_len_recved 
-0x56c4 022147 arg mem_le_l2capbuf ,contw 
-0x56c5 022148 iadd contw ,rega 
-0x56c6 022149 fetcht 1 ,mem_le_packet_size 
-0x56c7 022150 iadd temp ,pdata 
-0x56c8 022151 store 1 ,mem_le_packet_len_recved 
-0x56c9 022152 fetch 1 ,mem_le_packet_size 
-0x56ca 022153 copy pdata ,loopcnt 
-0x56cb 022154 copy rega ,contw 
-0x56cc 022155 fetch 2 ,mem_le_payload_ptr 
-0x56cd 022156 copy pdata ,contr 
-0x56ce 022157 call memcpy_fast 
-0x56cf 022158 setarg mem_le_l2capbuf 
-0x56d0 022159 store 2 ,mem_le_payload_ptr 
-0x56d1 022160 fetch 2 ,mem_le_l2cap_size 
-0x56d2 022161 increase 4 ,pdata 
-0x56d3 022162 fetcht 1 ,mem_le_packet_len_recved 
-0x56d4 022163 isub temp ,null 
-0x56d5 022164 branch enable_user ,zero 
-0x56d6 022165 branch disable_user 
-:      022171 le_get_search_att_type:
-0x56d7 022172 call store_contr 
-0x56d8 022173 arg mem_le_search_att_type_length ,contw 
-:      022174 le_get_search_common:
-0x56d9 022175 fetch 2 ,mem_le_l2cap_size 
-0x56da 022176 increase -5 ,pdata 
-:      022177 le_get_search_common2:
-0x56db 022178 istore 1 ,contw 
-0x56dc 022179 copy pdata ,loopcnt 
-0x56dd 022180 call get_contr 
-0x56de 022181 branch memcpy_fast 
-:      022183 le_get_search_att_uuid:
-0x56df 022184 call store_contr 
-0x56e0 022185 arg mem_le_search_uuid_length ,contw 
-0x56e1 022186 branch le_get_search_common 
-:      022190 le_writeatt_cb:
-0x56e2 022191 fetch 2 ,mem_cb_att_write 
-0x56e3 022192 branch callback_func 
-:      022194 le_supervision_update:
-0x56e4 022195 fetcht 4 ,mem_le_supervision_timer 
-0x56e5 022196 call get_clkbt 
-0x56e6 022197 isub temp ,timeup 
-0x56e7 022198 deposit timeup 
-0x56e8 022199 fetcht 2 ,mem_le_superto 
-0x56e9 022200 lshift4 temp ,temp 
-0x56ea 022201 lshift temp ,temp 
-0x56eb 022202 isub temp ,pdata 
-0x56ec 022203 rtn 
-:      022205 le_supervision_flush:
-0x56ed 022206 call get_clkbt 
-0x56ee 022207 store 4 ,mem_le_supervision_timer 
-0x56ef 022208 rtn 
-:      022211 le_adv:
-0x56f0 022212 jam 36 ,mem_le_ch_mapped 
-0x56f1 022213 jam 0 ,mem_le_adv_channel_map_temp 
-:      022214 le_adv_loop:
-0x56f2 022215 bpatchx patch2d_0 ,mem_patch2d 
-0x56f3 022216 fetch 1 ,mem_le_adv_enable 
-0x56f4 022217 rtn blank 
-0x56f5 022218 arg le_adv_interval_timer ,queue 
-0x56f6 022219 call timer_check 
-0x56f7 022220 nrtn blank 
-0x56f8 022221 bpatchx patch2d_1 ,mem_patch2d 
-:      022222 le_adv_loop_tx:
-0x56f9 022223 disable master 
-0x56fa 022224 enable swfine 
-0x56fb 022225 call le_init_adv 
-0x56fc 022226 call le_next_adv_channel 
-0x56fd 022227 call le_send_adv_ind 
-0x56fe 022228 nbranch le_adv_not_match ,match 
-0x56ff 022229 fetch 1 ,mem_le_req_rcv 
-0x5700 022230 increase 1 ,pdata 
-0x5701 022231 store 1 ,mem_le_req_rcv 
-0x5702 022232 fetch 1 ,mem_le_rxbuf 
-0x5703 022233 and pdata ,0x0f ,pdata 
-0x5704 022234 beq scan_req ,le_send_scan_response 
-0x5705 022235 beq connect_req ,le_parse_connect_req 
-:      022236 le_adv_not_match:
-0x5706 022237 bpatchx patch2d_2 ,mem_patch2d 
-0x5707 022238 random pdata 
-0x5708 022239 arg 0x1ff ,temp 
-0x5709 022240 iand temp ,pdata 
-0x570a 022241 add pdata ,250 ,pdata 
-0x570b 022242 call delay 
-0x570c 022243 fetch 1 ,mem_le_adv_channel_map_temp 
-0x570d 022244 fetcht 1 ,mem_le_adv_channel_map 
-0x570e 022245 isub temp ,null 
-0x570f 022246 nbranch le_adv_loop ,zero 
-0x5710 022247 arg le_adv_interval_timer ,queue 
-0x5711 022248 fetch 2 ,mem_le_adv_interval 
-0x5712 022249 branch timer_init 
-:      022252 le_receive_window_size:
-0x5713 022253 bpatchx patch2d_3 ,mem_patch2d 
-0x5714 022254 fetch 1 ,mem_le_peer_sca 
-0x5715 022255 call le_sca_map 
-0x5716 022256 fetch 2 ,mem_le_tsniff 
-0x5717 022257 imul32 temp ,pdata 
-0x5718 022258 arg 375 ,temp 
-0x5719 022259 imul32 temp ,pdata 
-0x571a 022260 arg 100000 ,temp 
-0x571b 022261 idiv temp 
-0x571c 022262 fetch 1 ,mem_le_window_size 
-0x571d 022263 arg 20000 ,temp 
-0x571e 022264 imul32 temp ,pdata 
-0x571f 022265 iadd temp ,pdata 
-0x5720 022266 store 4 ,mem_le_transmit_window 
-0x5721 022267 bpatchx patch2d_4 ,mem_patch2d 
-0x5722 022268 fetch 2 ,mem_rx_window_sniff 
-0x5723 022269 call wait_div_end 
-0x5724 022270 quotient temp 
-0x5725 022271 iadd temp ,pdata 
-0x5726 022272 store 2 ,mem_le_receive_window 
-0x5727 022273 rtn 
-:      022275 le_parse_connect_req:
-0x5728 022276 bpatchx patch2d_5 ,mem_patch2d 
-0x5729 022277 fetch 6 ,mem_le_rxbuf + 8 
-0x572a 022278 fetcht 6 ,mem_le_lap 
-0x572b 022279 isub temp ,null 
-0x572c 022280 nrtn zero 
-0x572d 022281 call le_scan_check_sender_addr_type 
-0x572e 022282 copy rega ,pdata 
-0x572f 022283 store 1 ,mem_le_conn_peer_addr_type 
-0x5730 022284 fetch 7 ,mem_le_rxbuf + 21 
-0x5731 022285 store 7 ,mem_tmp_buffer 
-0x5732 022286 ifetch 8 ,contr 
-0x5733 022287 istore 8 ,contw 
-0x5734 022288 fetch 6 ,mem_le_rxbuf + 2 
-0x5735 022289 store 6 ,mem_le_plap 
-0x5736 022290 increase 6 ,contr 
-0x5737 022291 ifetch 8 ,contr 
-0x5738 022292 store 8 ,mem_le_access 
-0x5739 022293 ifetcht 2 ,contr 
-0x573a 022294 bpatchx patch2d_6 ,mem_patch2d 
-0x573b 022295 lshift2 temp ,temp 
-0x573c 022296 ifetch 2 ,contr 
-0x573d 022297 lshift2 pdata ,pdata 
-0x573e 022298 store 2 ,mem_le_tsniff 
-0x573f 022299 store 4 ,mem_le_anchor 
-0x5740 022300 isub temp ,pdata 
-0x5741 022301 add pdata ,-2 ,clke_bt 
-0x5742 022302 ifetch 9 ,contr 
-0x5743 022303 store 9 ,mem_le_slave_latency 
-0x5744 022304 bpatchx patch2d_7 ,mem_patch2d 
-0x5745 022305 ifetch 1 ,contr 
-0x5746 022306 rshift4 pdata ,temp 
-0x5747 022307 rshift temp ,temp 
-0x5748 022308 storet 1 ,mem_le_peer_sca 
-0x5749 022309 and_into 0x1f ,pdata 
-0x574a 022310 store 1 ,mem_le_hop 
-0x574b 022311 call le_receive_window_size 
-0x574c 022312 call le_calc_channel_map 
-0x574d 022313 call le_init_slave 
-0x574e 022314 call context_new 
-0x574f 022315 nrtn zero 
-0x5750 022316 bpatchx patch2e_0 ,mem_patch2e 
-0x5751 022317 call calc_clke_offset 
-0x5752 022318 call le_l2cap_reset_signaling_identifier 
-0x5753 022319 jam bt_evt_le_connected ,mem_fifo_temp 
-0x5754 022320 call ui_ipc_send_event 
-0x5755 022321 branch context_save 
-:      022324 le_init_attlist_search:
-0x5756 022325 bpatchx patch2e_1 ,mem_patch2e 
-0x5757 022326 fetch 2 ,mem_le_search_handle_start 
-0x5758 022327 iforce regb 
-0x5759 022328 fetch 2 ,mem_le_search_handle_end 
-0x575a 022329 iforce regc 
-0x575b 022330 fetch 2 ,mem_ui_le_uuid_table 
-0x575c 022331 iforce contr 
-0x575d 022332 enable user 
-0x575e 022333 rtn 
-:      022336 le_att_handle_inrange:
-0x575f 022337 ifetch 2 ,contr 
-0x5760 022338 rtn blank 
-0x5761 022339 isub regb ,null 
-0x5762 022340 nrtn positive 
-0x5763 022341 isub regc ,null 
-0x5764 022342 rtn zero 
-0x5765 022343 branch le_att_handle_blank ,positive 
-0x5766 022344 force 1 ,null 
-0x5767 022345 rtn 
-:      022346 le_att_handle_blank:
-0x5768 022347 force 0 ,pdata 
-0x5769 022348 rtn 
-:      022352 le_att_get_handle_ptr:
-0x576a 022353 call le_att_get_handle_ptr2 
-0x576b 022354 branch le_att_get_handle_ptr_found ,zero 
-0x576c 022355 rtn 
-:      022357 le_att_get_handle_ptr2:
-0x576d 022358 bpatchx patch2e_2 ,mem_patch2e 
-0x576e 022359 fetch 2 ,mem_ui_le_uuid_table 
-0x576f 022360 iforce contr 
-:      022361 le_att_get_handle_loop1:
-0x5770 022362 ifetch 2 ,contr 
-0x5771 022363 rtn blank 
-0x5772 022364 isub temp ,null 
-0x5773 022365 rtn zero 
-0x5774 022366 ifetch 1 ,contr 
-0x5775 022367 iadd contr ,contr 
-0x5776 022368 ifetch 1 ,contr 
-0x5777 022369 iadd contr ,contr 
-0x5778 022370 branch le_att_get_handle_loop1 
-:      022371 le_att_get_handle_ptr_found:
-0x5779 022372 ifetch 1 ,contr 
-0x577a 022373 iadd contr ,contr 
-0x577b 022374 rtn 
-:      022378 le_att_get_short_uuid_ptr:
-0x577c 022379 bpatchx patch2e_3 ,mem_patch2e 
-0x577d 022380 fetch 2 ,mem_ui_le_uuid_table 
-0x577e 022381 iforce contr 
-:      022382 le_att_get_short_uuid_loop:
-0x577f 022383 ifetch 2 ,contr 
-0x5780 022384 rtn blank 
-0x5781 022385 ifetch 1 ,contr 
-0x5782 022386 iadd contr ,contr 
-0x5783 022387 increase -2 ,contr 
-0x5784 022388 ifetch 2 ,contr 
-0x5785 022389 isub temp ,null 
-0x5786 022390 rtn zero 
-0x5787 022391 ifetch 1 ,contr 
-0x5788 022392 iadd contr ,contr 
-0x5789 022393 branch le_att_get_short_uuid_loop 
-:      022397 le_att_get_handle_info_from_ptr:
-0x578a 022398 fetch 2 ,mem_le_cur_attlist_start_ptr 
-0x578b 022399 branch le_att_get_handle_info_fast 
-:      022401 le_att_get_handle_info:
-0x578c 022402 bpatchx patch2e_4 ,mem_patch2e 
-0x578d 022403 fetch 2 ,mem_ui_le_uuid_table 
-:      022404 le_att_get_handle_info_fast:
-0x578e 022405 iforce contr 
-0x578f 022406 copy temp ,rega 
-:      022407 le_att_get_handle_loop:
-0x5790 022408 ifetch 2 ,contr 
-0x5791 022409 branch le_att_unfind_handle ,blank 
-0x5792 022410 isub rega ,null 
-0x5793 022411 branch le_att_finded_handle ,zero 
-0x5794 022412 ifetch 1 ,contr 
-0x5795 022413 iadd contr ,contr 
-0x5796 022414 ifetch 1 ,contr 
-0x5797 022415 iadd contr ,contr 
-0x5798 022416 branch le_att_get_handle_loop 
-:      022417 le_att_unfind_handle:
-0x5799 022418 branch disable_blank 
-:      022420 le_att_finded_handle:
-0x579a 022421 ifetch 1 ,contr 
-0x579b 022422 store 1 ,mem_le_cur_uuid_length 
-0x579c 022423 copy pdata ,loopcnt 
-0x579d 022424 arg mem_le_cur_uuid ,contw 
-0x579e 022425 call memcpy_fast 
-0x579f 022426 ifetch 1 ,contr 
-0x57a0 022427 store 1 ,mem_le_curr_att_len 
-0x57a1 022428 call store_contr 
-0x57a2 022429 branch enable_blank 
-:      022432 le_modified_name:
-0x57a3 022433 bpatchx patch2e_5 ,mem_patch2e 
-0x57a4 022434 call le_modified_name_att_list 
-0x57a5 022435 branch le_modified_name_adv 
-:      022437 le_modified_name_att_list:
-0x57a6 022438 arg uuid_chrctr_device_name ,temp 
-0x57a7 022439 call le_att_get_short_uuid_ptr 
-0x57a8 022440 rtn blank 
-0x57a9 022441 ifetch 1 ,contr 
-0x57aa 022442 copy contr ,contw 
-0x57ab 022443 fetcht 1 ,mem_le_name_len 
-0x57ac 022444 copy temp ,loopcnt 
-0x57ad 022445 isub temp ,null 
-0x57ae 022446 nbranch le_name_length_longer_than_att ,positive 
-0x57af 022447 isub temp ,temp 
-0x57b0 022448 arg mem_le_name ,contr 
-0x57b1 022449 call memcpy 
-0x57b2 022450 copy temp ,loopcnt 
-0x57b3 022451 ncall memcpy_empty ,zero 
-0x57b4 022452 rtn 
-:      022453 le_name_length_longer_than_att:
-0x57b5 022454 copy pdata ,loopcnt 
-0x57b6 022455 arg mem_le_name ,contr 
-0x57b7 022456 branch memcpy_fast 
-:      022459 le_modified_name_adv:
-0x57b8 022460 arg mem_le_adv_data_len + 32 ,regc 
-0x57b9 022461 arg mem_le_adv_data ,rega 
-0x57ba 022462 call le_modified_name_adv_and_scan 
-0x57bb 022463 setarg 0 
-0x57bc 022464 setflag user ,0 ,pdata 
-0x57bd 022465 store 1 ,mem_pdatatemp 
-0x57be 022466 arg mem_le_scan_data_len + 32 ,regc 
-0x57bf 022467 arg mem_le_scan_data ,rega 
-0x57c0 022468 call le_modified_name_adv_and_scan 
-0x57c1 022469 rtn user 
-0x57c2 022470 fetch 1 ,mem_pdatatemp 
-0x57c3 022471 branch assert ,blank 
-0x57c4 022472 rtn 
-:      022475 le_modified_name_adv_and_scan:
-0x57c5 022476 bpatchx patch2e_6 ,mem_patch2e 
-0x57c6 022477 call enable_user 
-0x57c7 022478 call clear_temp_block 
-0x57c8 022479 arg 0 ,regb 
-0x57c9 022480 arg mem_le_data_temp ,contw 
-0x57ca 022481 call le_modified_name_adv_loop 
-0x57cb 022482 fetch 1 ,mem_le_name_len 
-0x57cc 022483 add pdata ,1 ,temp 
-0x57cd 022484 iadd regb ,rega 
-0x57ce 022485 increase 2 ,rega 
-0x57cf 022486 sub rega ,0x1f ,null 
-0x57d0 022487 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
-0x57d1 022488 istoret 1 ,contw 
-0x57d2 022489 arg gap_adtype_local_name_complete ,temp 
-0x57d3 022490 istoret 1 ,contw 
-0x57d4 022491 iforce loopcnt 
-0x57d5 022492 call memcpy_fast 
-0x57d6 022493 copy rega ,regb 
-:      022494 le_modified_name_adv_and_scan_store_data:
-0x57d7 022495 deposit regb 
-0x57d8 022496 store 1 ,mem_le_data_len_temp 
-0x57d9 022497 arg mem_le_data_len_temp ,contr 
-0x57da 022498 setarg -32 
-0x57db 022499 iadd regc ,contw 
-0x57dc 022500 branch memcpy32 
-:      022502 le_modified_name_adv_and_scan_name_overflow:
-0x57dd 022503 call disable_user 
-0x57de 022504 branch le_modified_name_adv_and_scan_store_data 
-:      022506 le_modified_name_adv_loop:
-0x57df 022507 ifetch 1 ,rega 
-0x57e0 022508 rtn blank 
-0x57e1 022509 pincrease 1 
-0x57e2 022510 ifetcht 1 ,contr 
-0x57e3 022511 sub temp ,gap_adtype_local_name_complete ,null 
-0x57e4 022512 branch le_modified_name_adv_found_name ,zero 
-0x57e5 022513 iadd regb ,regb 
-0x57e6 022514 copy rega ,contr 
-0x57e7 022515 iforce loopcnt 
-0x57e8 022516 call memcpy_fast 
-0x57e9 022517 copy contr ,rega 
-:      022518 le_modified_name_adv_loop2:
-0x57ea 022519 deposit rega 
-0x57eb 022520 isub regc ,null 
-0x57ec 022521 rtn positive 
-0x57ed 022522 branch le_modified_name_adv_loop 
-:      022524 le_modified_name_adv_found_name:
-0x57ee 022525 iadd rega ,rega 
-0x57ef 022526 branch le_modified_name_adv_loop2 
-:      022529 memcpy_empty:
-0x57f0 022530 setarg space 
-0x57f1 022531 istore 1 ,contw 
-0x57f2 022532 loop memcpy_empty 
-0x57f3 022533 rtn 
-:      022536 le_lpm_set_mult:
-0x57f4 022537 bpatchx patch2e_7 ,mem_patch2e 
-0x57f5 022538 disable wake 
-0x57f6 022539 branch le_lpm_set_mult_attempt ,attempt 
-0x57f7 022540 nbranch le_lpm_lost ,match 
-:      022541 le_lpm_set_mult_attempt:
-0x57f8 022542 call lpm_match 
-0x57f9 022543 fetch 2 ,mem_rx_window_sniff 
-0x57fa 022544 store 2 ,mem_le_receive_window 
-0x57fb 022546 nbranch lpm_mult_short ,match 
-0x57fc 022547 bmark1 mark_old_packet ,lpm_mult_short 
-0x57fd 022549 fetch 1 ,mem_le_packet_size 
-0x57fe 022550 nbranch lpm_mult_short ,blank 
-0x57ff 022551 fetch 1 ,mem_le_txlen 
-0x5800 022552 nbranch lpm_mult_short ,blank 
-0x5801 022554 fetch 1 ,mem_le_configuration 
-0x5802 022555 bbit1 bit_ble_short_mult ,lpm_mult_short 
-0x5803 022557 fetch 1 ,mem_le_state 
-0x5804 022558 bbit1 lestate_update_param ,lpm_mult_short 
-0x5805 022559 branch lpm_mult_wait_timeout 
-:      022561 le_lpm_lost:
-0x5806 022562 fetcht 2 ,mem_rx_window_sniff 
-0x5807 022563 rshift temp ,temp 
-0x5808 022564 fetch 2 ,mem_le_receive_window 
-0x5809 022565 iadd temp ,pdata 
-0x580a 022566 store 2 ,mem_le_receive_window 
-0x580b 022567 branch lpm_lost 
-:      022570 le_set_config_fixed_tk:
-0x580c 022571 arg bit_ble_passkey_fixed_key ,queue 
-0x580d 022572 branch le_set_config 
-:      022574 le_clr_config_fixed_tk:
-0x580e 022575 arg bit_ble_passkey_fixed_key ,queue 
-0x580f 022576 branch le_clr_config 
-:      022578 le_set_config_fixed_ltk:
-0x5810 022579 arg bit_ble_pairing_fixed_ltk ,queue 
-0x5811 022580 branch le_set_config 
-:      022582 le_clr_config_fixed_ltk:
-0x5812 022583 arg bit_ble_pairing_fixed_ltk ,queue 
-0x5813 022584 branch le_clr_config 
-:      022586 le_set_config_more_data:
-0x5814 022587 arg bit_ble_transmit_packet_by_md ,queue 
-0x5815 022588 branch le_set_config 
-:      022590 le_clr_config_more_data:
-0x5816 022591 arg bit_ble_transmit_packet_by_md ,queue 
-0x5817 022592 branch le_clr_config 
-:      022594 le_set_config_read_authentication:
-0x5818 022595 arg bit_ble_read_auth ,queue 
-0x5819 022596 branch le_set_config 
-:      022598 le_clr_config_read_authentication:
-0x581a 022599 arg bit_ble_read_auth ,queue 
-0x581b 022600 branch le_clr_config 
-:      022602 le_set_config_write_authentication:
-0x581c 022603 arg bit_ble_write_auth ,queue 
-0x581d 022604 branch le_set_config 
-:      022606 le_clr_config_write_authentication:
-0x581e 022607 arg bit_ble_write_auth ,queue 
-0x581f 022608 branch le_clr_config 
-:      022610 le_set_config_short_mult:
-0x5820 022611 arg bit_ble_short_mult ,queue 
-0x5821 022612 branch le_set_config 
-:      022614 le_clr_config_short_mult:
-0x5822 022615 arg bit_ble_short_mult ,queue 
-0x5823 022616 branch le_clr_config 
-:      022619 le_set_config:
-0x5824 022620 fetch 1 ,mem_le_configuration 
-0x5825 022621 qset1 pdata 
-0x5826 022622 store 1 ,mem_le_configuration 
-0x5827 022623 rtn 
-:      022625 le_clr_config:
-0x5828 022626 fetch 1 ,mem_le_configuration 
-0x5829 022627 qset0 pdata 
-0x582a 022628 store 1 ,mem_le_configuration 
-0x582b 022629 rtn 
-:      022631 le_set_fixed_ltk:
-0x582c 022632 setarg 0x112233 
-0x582d 022633 store 3 ,mem_le_fixed_ltk 
-0x582e 022634 setarg 0x445566 
-0x582f 022635 istore 3 ,contw 
-0x5830 022636 setarg 0x778899 
-0x5831 022637 istore 3 ,contw 
-0x5832 022638 setarg 0x001122 
-0x5833 022639 istore 3 ,contw 
-0x5834 022640 setarg 0x334455 
-0x5835 022641 istore 3 ,contw 
-0x5836 022642 setarg 0x66 
-0x5837 022643 istore 1 ,contw 
-0x5838 022644 rtn 
-:      022647 le_set_justwork:
-0x5839 022648 setarg 0x01000302 
-0x583a 022649 store 4 ,mem_le_pres 
-0x583b 022650 setarg 0x010010 
-0x583c 022651 store 3 ,mem_le_pres_max_keysize 
-0x583d 022652 jam 1 ,mem_le_pairing_mode 
-0x583e 022653 rtn 
-:      022657 le_fifo_malloc_tx_empty:
-0x583f 022658 arg 0 ,rega 
-0x5840 022659 arg llid_empty ,type 
-0x5841 022660 branch le_fifo_malloc_tx 
-:      022664 le_fifo_malloc_tx_ll:
-0x5842 022665 arg llid_le_ll ,type 
-0x5843 022666 call le_fifo_malloc_tx 
-0x5844 022667 copy regb ,pdata 
-0x5845 022668 istore 1 ,contw 
-0x5846 022669 rtn 
-:      022673 le_fifo_malloc_tx_l2cap:
-0x5847 022674 force llid_l2cap_start ,type 
-0x5848 022675 increase 4 ,rega 
-0x5849 022676 call le_fifo_malloc_tx 
-0x584a 022677 increase -4 ,rega 
-0x584b 022678 copy rega ,pdata 
-0x584c 022679 istore 2 ,contw 
-0x584d 022680 copy regb ,pdata 
-0x584e 022681 istore 2 ,contw 
-0x584f 022682 rtn 
-:      022686 le_fifo_malloc_tx:
-0x5850 022687 sub rega ,240 ,null 
-0x5851 022688 nbranch assert ,positive 
-0x5852 022689 fetch 1 ,mem_le_tx_buff_used 
-0x5853 022690 arg 1 ,temp 
-0x5854 022691 arg le_tx_buff_count ,loopcnt 
-:      022692 le_fifo_malloc_tx_loop:
-0x5855 022693 iand temp ,null 
-0x5856 022694 branch le_fifo_malloc_tx_got_empty ,zero 
-0x5857 022695 lshift temp ,temp 
-0x5858 022696 loop le_fifo_malloc_tx_loop 
-0x5859 022697 branch assert 
-:      022698 le_fifo_malloc_tx_got_empty:
-0x585a 022699 ixor temp ,pdata 
-0x585b 022700 store 1 ,mem_le_tx_buff_used 
-0x585c 022701 sub loopcnt ,le_tx_buff_count ,pdata 
-0x585d 022702 lshift4 pdata ,pdata 
-0x585e 022703 lshift4 pdata ,pdata 
-0x585f 022704 arg mem_le_tx_buffer0 ,temp 
-0x5860 022705 iadd temp ,temp 
-:      022706 le_fifo_tx_find_empty_ptr:
-0x5861 022707 arg 0 ,loopcnt 
-0x5862 022708 arg mem_le_tx_ptr0 ,contr 
-:      022709 le_fifo_tx_find_empty_ptr_loop:
-0x5863 022710 ifetch 2 ,contr 
-0x5864 022711 branch le_fifo_tx_found_empty_ptr ,blank 
-0x5865 022712 copy loopcnt ,pdata 
-0x5866 022713 increase 1 ,loopcnt 
-0x5867 022714 bne le_tx_buff_count ,le_fifo_tx_find_empty_ptr_loop 
-0x5868 022715 branch assert 
-:      022718 le_fifo_tx_found_empty_ptr:
-0x5869 022719 increase -2 ,contr 
-0x586a 022720 istoret 2 ,contr 
-0x586b 022721 copy temp ,contw 
-0x586c 022722 copy rega ,pdata 
-0x586d 022723 istore 1 ,contw 
-0x586e 022724 setarg 0 
-0x586f 022725 istore 1 ,contw 
-0x5870 022726 copy type ,pdata 
-0x5871 022727 istore 1 ,contw 
-0x5872 022728 rtn 
-:      022732 le_fifo_get_first_tx_ptr:
-0x5873 022733 fetch 2 ,mem_le_tx_ptr0 
-0x5874 022734 copy pdata ,contr 
-0x5875 022735 rtn 
-:      022737 le_fifo_get_second_tx_ptr:
-0x5876 022738 fetch 2 ,mem_le_tx_ptr1 
-0x5877 022739 copy pdata ,contr 
-0x5878 022740 rtn 
-:      022742 le_fifo_get_last_tx_ptr:
-0x5879 022743 call le_fifo_get_last_tx_ptr0 
-0x587a 022744 copy pdata ,contr 
-0x587b 022745 rtn 
-:      022746 le_fifo_get_last_tx_ptr0:
-0x587c 022747 fetch 2 ,mem_le_tx_ptr3 
-0x587d 022748 nrtn blank 
-0x587e 022749 fetch 2 ,mem_le_tx_ptr2 
-0x587f 022750 nrtn blank 
-0x5880 022751 fetch 2 ,mem_le_tx_ptr1 
-0x5881 022752 nrtn blank 
-0x5882 022753 fetch 2 ,mem_le_tx_ptr0 
-0x5883 022754 rtn 
-:      022756 le_fifo_get_first_l2cap_ptr:
-0x5884 022757 call le_fifo_get_first_tx_ptr 
-0x5885 022758 increase 3 ,contr 
-0x5886 022759 rtn 
-:      022761 le_fifo_get_first_att_ptr:
-0x5887 022762 call le_fifo_get_first_tx_ptr 
-0x5888 022763 increase 7 ,contr 
-0x5889 022764 rtn 
-:      022766 le_fifo_get_last_att_ptr:
-0x588a 022767 call le_fifo_get_last_tx_ptr 
-0x588b 022768 increase 7 ,contr 
-0x588c 022769 rtn 
-:      022771 le_fifo_get_last_l2cap_ptr:
-0x588d 022772 call le_fifo_get_last_tx_ptr 
-0x588e 022773 increase 3 ,contr 
-0x588f 022774 rtn 
-:      022778 le_fifo_check_full:
-0x5890 022779 fetch 2 ,mem_le_tx_ptr3 
-0x5891 022780 rtn 
-:      022783 le_fifo_check_nearly_full:
-0x5892 022784 fetch 2 ,mem_le_tx_ptr2 
-0x5893 022785 rtn 
-:      022788 le_fifo_check_empty:
-0x5894 022789 fetch 2 ,mem_le_tx_ptr0 
-0x5895 022790 rtn 
-:      022793 le_fifo_release_first_node:
-0x5896 022794 fetch 2 ,mem_le_tx_ptr0 
-0x5897 022795 arg mem_le_tx_buffer0 ,temp 
-0x5898 022796 isub temp ,pdata 
-0x5899 022797 rshift4 pdata ,pdata 
-0x589a 022798 rshift4 pdata ,queue 
-0x589b 022799 fetch 1 ,mem_le_tx_buff_used 
-0x589c 022800 qset0 pdata 
-0x589d 022801 store 1 ,mem_le_tx_buff_used 
-0x589e 022802 arg 0 ,loopcnt 
-:      022803 le_fifo_release_first_node_loop:
-0x589f 022804 lshift loopcnt ,pdata 
-0x58a0 022805 arg mem_le_tx_ptr1 ,temp 
-0x58a1 022806 iadd temp ,temp 
-0x58a2 022807 ifetch 2 ,temp 
-0x58a3 022808 increase -2 ,temp 
-0x58a4 022809 istore 2 ,temp 
-0x58a5 022810 copy loopcnt ,pdata 
-0x58a6 022811 increase 1 ,loopcnt 
-0x58a7 022812 bne le_tx_buff_update_loopcnt ,le_fifo_release_first_node_loop 
-0x58a8 022813 setarg 0 
-0x58a9 022814 istore 2 ,temp 
-0x58aa 022815 rtn 
-:      022821 le_parse_att:
-0x58ab 022822 ifetch 3 ,contr 
-0x58ac 022823 store 3 ,mem_le_att_opcode 
-0x58ad 022824 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
-0x58ae 022825 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
-0x58af 022826 beq attop_find_information_request ,le_parse_att_find_information_request 
-0x58b0 022827 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
-0x58b1 022828 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
-0x58b2 022829 beq attop_read_request ,le_parse_att_read_request 
-0x58b3 022830 beq attop_read_blob_request ,le_parse_att_read_blob_request 
-0x58b4 022831 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
-0x58b5 022832 beq attop_write_request ,le_parse_att_write_request 
-0x58b6 022833 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
-0x58b7 022834 beq attop_execute_write_request ,le_parse_att_execute_write_request 
-0x58b8 022835 beq attop_write_command ,le_parse_att_write_command 
-0x58b9 022836 rtn 
-:      022839 le_send_att_exchange_mtu_requset:
-0x58ba 022840 force 3 ,rega 
-0x58bb 022841 call le_fifo_malloc_tx_l2cap_gatt 
-0x58bc 022842 setarg attop_exchange_mtu_request 
-0x58bd 022843 istore 1 ,contw 
-0x58be 022844 fetch 2 ,mem_le_local_mtu 
-0x58bf 022845 istore 2 ,contw 
-0x58c0 022846 rtn 
-:      022849 le_parse_att_exchange_mtu_request:
-0x58c1 022850 call le_parse_att_exchange_mtu_response 
-:      022851 le_send_att_exchange_mtu_response:
-0x58c2 022852 force 3 ,rega 
-0x58c3 022853 call le_fifo_malloc_tx_l2cap_gatt 
-0x58c4 022854 setarg attop_exchange_mtu_response 
-0x58c5 022855 istore 1 ,contw 
-0x58c6 022856 fetch 2 ,mem_le_local_mtu 
-0x58c7 022857 istore 2 ,contw 
-0x58c8 022858 rtn 
-:      022860 le_parse_att_exchange_mtu_response:
-0x58c9 022861 rshift8 pdata ,pdata 
-0x58ca 022862 store 2 ,mem_le_remote_mtu 
-0x58cb 022863 rtn 
-:      022865 le_parse_att_find_information_request:
-0x58cc 022866 call le_get_search_handle_start_end_common 
-0x58cd 022867 call enable_user 
-0x58ce 022868 branch le_send_att_find_information_response 
-:      022870 le_send_att_find_information_response:
-0x58cf 022871 arg 3 ,timeup 
-0x58d0 022872 call le_init_attlist_search 
-:      022873 le_send_att_find_information_res_loop:
-0x58d1 022874 call le_att_handle_inrange 
-0x58d2 022875 branch le_send_att_find_information_res_end ,blank 
-0x58d3 022876 nbranch le_send_att_find_information_res_next ,positive 
-0x58d4 022877 increase -2 ,contr 
-0x58d5 022878 call store_contr 
-0x58d6 022879 call get_contw 
-0x58d7 022880 nbranch le_send_att_find_information_res_store_info ,user 
-0x58d8 022881 call push_stack_rega_b_c 
-0x58d9 022882 call disable_user 
-0x58da 022883 force 20 ,rega 
-0x58db 022884 call le_fifo_malloc_tx_l2cap_gatt 
-0x58dc 022885 call pop_stack_rega_b_c 
-0x58dd 022886 setarg attop_find_information_response 
-0x58de 022887 istore 1 ,contw 
-0x58df 022888 setarg uuid_size_16bit 
-0x58e0 022889 istore 1 ,contw 
-:      022890 le_send_att_find_information_res_store_info:
-0x58e1 022891 call get_contr 
-0x58e2 022892 ifetch 2 ,contr 
-0x58e3 022893 istore 2 ,contw 
-0x58e4 022894 ifetch 1 ,contr 
-0x58e5 022895 copy pdata ,loopcnt 
-0x58e6 022896 call memcpy 
-0x58e7 022897 call store_contw 
-0x58e8 022898 increase -1 ,timeup 
-0x58e9 022899 branch le_send_att_find_information_res_end ,zero 
-:      022900 le_send_att_find_information_res_cont:
-0x58ea 022901 ifetch 1 ,contr 
-0x58eb 022902 iadd contr ,contr 
-0x58ec 022903 branch le_send_att_find_information_res_loop 
-:      022904 le_send_att_find_information_res_next:
-0x58ed 022905 ifetch 1 ,contr 
-0x58ee 022906 iadd contr ,contr 
-0x58ef 022907 branch le_send_att_find_information_res_cont 
-:      022908 le_send_att_find_information_res_end:
-0x58f0 022909 branch le_send_att_error_response_notfound ,user 
-0x58f1 022910 branch le_send_auto_len_by_mem 
-:      022913 le_parse_att_find_by_type_value_request:
-0x58f2 022914 call le_get_search_handle_start_end_common 
-0x58f3 022915 ifetch 2 ,contr 
-0x58f4 022916 store 2 ,mem_le_search_uuid 
-0x58f5 022917 call store_contr 
-0x58f6 022918 arg mem_le_search_att_type_length ,contw 
-0x58f7 022919 fetch 2 ,mem_le_l2cap_size 
-0x58f8 022920 increase -7 ,pdata 
-0x58f9 022921 call le_get_search_common2 
-0x58fa 022922 branch le_send_att_find_by_type_value_response 
-:      022925 le_start_end_handle_check_1:
-0x58fb 022926 disable user 
-0x58fc 022927 fetcht 2 ,mem_le_search_handle_start 
-0x58fd 022928 fetch 2 ,mem_le_search_handle_end 
-0x58fe 022929 isub temp ,null 
-0x58ff 022930 nbranch le_start_end_handle_check_1_fail ,positive 
-0x5900 022931 deposit temp 
-0x5901 022932 rtnne 0 
-:      022933 le_start_end_handle_check_1_fail:
-0x5902 022934 enable user 
-0x5903 022935 jam att_err_invalid_handle ,mem_le_err_code 
-0x5904 022936 branch le_send_att_error_response 
-:      022939 le_send_att_find_by_type_value_response:
-0x5905 022940 call le_start_end_handle_check_1 
-0x5906 022941 rtn user 
-0x5907 022942 fetcht 2 ,mem_le_search_uuid 
-0x5908 022943 setarg uuid_gatt_primary_service 
-0x5909 022944 isub temp ,null 
-0x590a 022945 branch le_send_att_find_by_type_value_res_primary ,zero 
-0x590b 022946 branch le_send_att_error_response_notfound 
-:      022949 le_send_att_find_by_type_value_res_primary:
-0x590c 022950 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
-0x590d 022951 fetcht 2 ,mem_le_search_handle_start 
-0x590e 022952 storet 2 ,mem_temp 
-0x590f 022953 call le_att_get_handle_info 
-0x5910 022954 nbranch le_send_att_error_response_notfound ,blank 
-:      022955 le_send_att_find_primary_search_loop:
-0x5911 022956 fetcht 2 ,mem_temp 
-0x5912 022957 call le_att_get_handle_info 
-0x5913 022958 nbranch le_send_att_error_response_notfound2 ,blank 
-0x5914 022959 copy contr ,rega 
-0x5915 022960 fetch 1 ,mem_le_curr_att_len 
-0x5916 022961 copy pdata ,loopcnt 
-0x5917 022962 fetcht 1 ,mem_le_search_att_type_length 
-0x5918 022963 isub temp ,null 
-0x5919 022964 nbranch le_send_att_find_primary_search_loop1 ,zero 
-0x591a 022965 arg mem_le_search_att_type ,regb 
-0x591b 022966 call string_compare 
-0x591c 022968 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
-0x591d 022970 fetch 2 ,mem_le_cur_uuid 
-0x591e 022971 fetcht 2 ,mem_le_search_uuid 
-0x591f 022972 isub temp ,null 
-0x5920 022973 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
-:      022974 le_send_att_find_primary_search_loop1:
-0x5921 022975 fetch 2 ,mem_temp 
-0x5922 022976 increase 1 ,pdata 
-0x5923 022977 store 2 ,mem_temp 
-0x5924 022978 branch le_send_att_find_primary_search_loop 
-:      022980 le_send_att_error_response_notfound2:
-0x5925 022981 fetch 1 ,mem_le_search_res 
-0x5926 022982 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
-0x5927 022983 branch le_send_att_error_response_notfound 
-:      022986 le_send_att_find_primary_search_end_start_handle_found:
-0x5928 022987 fetch 2 ,mem_le_cur_uuid 
-0x5929 022988 fetcht 2 ,mem_le_search_uuid 
-0x592a 022989 isub temp ,null 
-0x592b 022990 nbranch le_send_att_find_primary_search_loop1 ,zero 
-0x592c 022991 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
-0x592d 022993 fetcht 2 ,mem_temp 
-0x592e 022994 storet 2 ,mem_le_cur_handle_start 
-0x592f 022995 branch le_send_att_find_primary_search_loop1 
-:      022997 le_send_att_find_primary_search_end_ending_handle_found:
-0x5930 022998 fetch 1 ,mem_le_search_res 
-0x5931 022999 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
-0x5932 023000 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
-0x5933 023001 fetcht 2 ,mem_temp 
-0x5934 023002 increase -1 ,temp 
-0x5935 023003 storet 2 ,mem_le_cur_handle_end 
-:      023005 le_send_att_find_primary_search_end:
-0x5936 023006 arg 5 ,rega 
-0x5937 023007 call le_fifo_malloc_tx_l2cap_gatt 
-0x5938 023008 setarg attop_find_by_type_value_response 
-0x5939 023009 istore 1 ,contw 
-0x593a 023010 fetch 2 ,mem_le_cur_handle_start 
-0x593b 023011 istore 2 ,contw 
-0x593c 023012 fetch 2 ,mem_le_cur_handle_end 
-0x593d 023013 istore 2 ,contw 
-0x593e 023014 rtn 
-:      023018 le_parse_att_read_by_type_request:
-0x593f 023019 call le_get_search_handle_start_end_common 
-0x5940 023020 call le_get_search_att_uuid 
-0x5941 023021 branch le_send_att_read_by_type_response 
-:      023023 le_send_att_read_by_type_response:
-0x5942 023024 fetcht 2 ,mem_le_search_handle_start 
-0x5943 023025 storet 2 ,mem_temp 
-0x5944 023026 call le_init_attlist_search 
-0x5945 023027 call le_att_get_handle_ptr2 
-0x5946 023028 increase -2 ,contr 
-0x5947 023029 copy contr ,pdata 
-0x5948 023030 store 2 ,mem_le_cur_attlist_start_ptr 
-0x5949 023032 fetcht 2 ,mem_le_search_uuid 
-0x594a 023033 setarg uuid_chrctr_device_name 
-0x594b 023034 isub temp ,null 
-0x594c 023035 branch le_send_att_read_by_type_res_device_name ,zero 
-0x594d 023036 setarg uuid_gatt_characteristic 
-0x594e 023037 isub temp ,null 
-0x594f 023038 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
-0x5950 023039 arg 2 ,timeup 
-:      023040 le_send_att_read_by_type_response_loop:
-0x5951 023041 call le_att_check_handle_end 
-0x5952 023042 nbranch le_send_att_read_by_type_response_end ,positive 
-0x5953 023043 fetcht 2 ,mem_temp 
-0x5954 023044 call le_att_get_handle_info_from_ptr 
-0x5955 023045 beq 1 ,le_send_att_read_by_type_response_end 
-0x5956 023046 call le_att_same_uuid 
-0x5957 023047 nbranch le_send_att_read_by_type_response_next_handle ,zero 
-0x5958 023048 nbranch le_send_att_read_by_type_res_found_next ,user 
-0x5959 023049 disable user 
-0x595a 023050 arg 20 ,rega 
-0x595b 023051 call le_fifo_malloc_tx_l2cap_gatt 
-0x595c 023052 setarg attop_read_by_type_response 
-0x595d 023053 istore 1 ,contw 
-0x595e 023054 copy contw ,alarm 
-0x595f 023055 increase 1 ,contw 
-0x5960 023057 call le_send_att_read_by_type_write_properties 
-0x5961 023058 call le_att_next_handle 
-0x5962 023059 call le_att_get_handle_info_from_ptr 
-0x5963 023060 call le_send_att_read_by_type_write_uuid 
-0x5964 023061 fetch 1 ,mem_le_cur_uuid_length 
-0x5965 023062 increase 5 ,pdata 
-0x5966 023063 istore 1 ,alarm 
-0x5967 023064 fetch 1 ,mem_le_cur_uuid_length 
-0x5968 023065 beq 16 ,le_send_att_read_by_type_response_end 
-0x5969 023066 increase -1 ,timeup 
-0x596a 023067 branch le_send_att_read_by_type_response_end ,zero 
-:      023068 le_send_att_read_by_type_response_next_handle:
-0x596b 023069 call le_att_next_handle 
-0x596c 023070 branch le_send_att_read_by_type_response_loop 
-:      023071 le_send_att_read_by_type_response_end:
-0x596d 023072 branch le_send_att_error_response_notfound ,user 
-0x596e 023073 branch le_send_auto_len_by_mem 
-:      023075 le_send_att_read_by_type_res_found_next:
-0x596f 023076 call le_store_att_record 
-0x5970 023077 call le_att_next_handle 
-0x5971 023078 call le_att_get_handle_info_from_ptr 
-0x5972 023079 fetch 1 ,mem_le_cur_uuid_length 
-0x5973 023080 beq 16 ,le_send_att_read_by_type_response_end 
-0x5974 023082 call get_contw 
-0x5975 023083 fetch 2 ,mem_temp 
-0x5976 023084 increase -1 ,pdata 
-0x5977 023085 istore 2 ,contw 
-0x5978 023086 call le_write_att_record_common 
-0x5979 023087 call le_send_att_read_by_type_write_uuid 
-0x597a 023088 increase -1 ,timeup 
-0x597b 023089 branch le_send_att_read_by_type_response_end ,zero 
-0x597c 023090 branch le_send_att_read_by_type_response_next_handle 
-:      023093 le_send_att_read_by_type_write_properties:
-0x597d 023094 fetch 2 ,mem_temp 
-0x597e 023095 istore 2 ,contw 
-0x597f 023097 fetch 1 ,mem_le_curr_att_len 
-0x5980 023098 copy pdata ,loopcnt 
-0x5981 023099 call get_contr 
-0x5982 023100 call memcpy_fast 
-0x5983 023101 branch store_contw 
-:      023102 le_send_att_read_by_type_write_uuid:
-0x5984 023103 call get_contw 
-0x5985 023104 fetch 2 ,mem_temp 
-0x5986 023105 istore 2 ,contw 
-0x5987 023106 call store_contw 
-0x5988 023107 fetch 1 ,mem_le_cur_uuid_length 
-0x5989 023108 copy pdata ,loopcnt 
-0x598a 023109 call get_contw 
-0x598b 023110 call get_contr 
-0x598c 023111 isub loopcnt ,contr 
-0x598d 023112 increase -1 ,contr 
-0x598e 023113 call memcpy_fast 
-0x598f 023114 branch store_contw 
-:      023118 le_send_att_read_by_type_res_not_characteristic:
-0x5990 023119 fetcht 2 ,mem_le_search_handle_start 
-0x5991 023120 storet 2 ,mem_temp 
-:      023121 le_send_att_read_by_type_res_not_char_loop:
-0x5992 023122 call le_att_check_handle_end 
-0x5993 023123 nbranch le_send_att_error_response_notfound ,positive 
-0x5994 023124 call le_att_get_handle_info_from_ptr 
-0x5995 023125 beq 1 ,le_send_att_error_response_notfound 
-0x5996 023126 call le_att_same_uuid 
-0x5997 023127 nbranch le_send_att_read_by_type_res_not_char_next ,zero 
-:      023129 le_send_att_read_by_type_res_not_char_common:
-0x5998 023130 arg 20 ,rega 
-0x5999 023131 call le_fifo_malloc_tx_l2cap_gatt 
-0x599a 023132 setarg attop_read_by_type_response 
-0x599b 023133 istore 1 ,contw 
-0x599c 023134 fetch 1 ,mem_le_curr_att_len 
-0x599d 023135 copy pdata ,loopcnt 
-0x599e 023136 increase 2 ,pdata 
-0x599f 023137 istore 1 ,contw 
-0x59a0 023138 fetch 2 ,mem_temp 
-0x59a1 023139 istore 2 ,contw 
-0x59a2 023140 call get_contr 
-0x59a3 023141 call memcpy_fast 
-0x59a4 023142 call store_contw 
-0x59a5 023143 branch le_send_auto_len_by_mem 
-:      023145 le_send_att_read_by_type_res_not_char_next:
-0x59a6 023146 call le_att_next_handle 
-0x59a7 023147 branch le_send_att_read_by_type_res_not_char_loop 
-:      023150 le_send_att_read_by_type_res_device_name:
-0x59a8 023151 arg uuid_chrctr_device_name ,temp 
-0x59a9 023152 call le_att_get_short_uuid_ptr 
-0x59aa 023153 rtn blank 
-0x59ab 023154 increase -5 ,contr 
-0x59ac 023155 ifetch 2 ,contr 
-0x59ad 023156 store 2 ,mem_temp 
-0x59ae 023157 arg 20 ,rega 
-0x59af 023158 call le_fifo_malloc_tx_l2cap_gatt 
-0x59b0 023159 setarg attop_read_by_type_response 
-0x59b1 023160 istore 1 ,contw 
-0x59b2 023161 fetch 1 ,mem_le_name_len 
-0x59b3 023162 copy pdata ,loopcnt 
-0x59b4 023163 increase 2 ,pdata 
-0x59b5 023164 istore 1 ,contw 
-0x59b6 023165 fetch 2 ,mem_temp 
-0x59b7 023166 istore 2 ,contw 
-0x59b8 023167 arg mem_le_name ,contr 
-0x59b9 023168 call memcpy_fast 
-0x59ba 023169 call store_contw 
-0x59bb 023170 branch le_send_auto_len_by_mem 
-:      023174 le_parse_att_read_request:
-0x59bc 023175 fetcht 2 ,mem_le_att_handle 
-0x59bd 023176 fetch 1 ,mem_le_configuration 
-0x59be 023177 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
-:      023179 le_send_att_read_response:
-0x59bf 023180 call le_att_get_handle_ptr 
-0x59c0 023181 branch le_send_att_error_response_notfound ,blank 
-0x59c1 023182 increase -2 ,contr 
-0x59c2 023183 ifetch 2 ,contr 
-0x59c3 023184 arg uuid_chrctr_device_name ,temp 
-0x59c4 023185 isub temp ,null 
-0x59c5 023186 branch le_send_device_name ,zero 
-0x59c6 023187 ifetch 1 ,contr 
-0x59c7 023188 sub pdata ,22 ,null 
-0x59c8 023189 branch le_send_att_read_response_less ,positive 
-0x59c9 023190 force 22 ,pdata 
-:      023191 le_send_att_read_response_less:
-0x59ca 023192 copy pdata ,regc 
-0x59cb 023193 call store_contr 
-0x59cc 023194 add regc ,1 ,rega 
-0x59cd 023195 call le_fifo_malloc_tx_l2cap_gatt 
-0x59ce 023196 setarg attop_read_response 
-0x59cf 023197 istore 1 ,contw 
-0x59d0 023198 copy regc ,loopcnt 
-0x59d1 023199 call get_contr 
-0x59d2 023200 branch memcpy 
-:      023202 le_send_device_name:
-0x59d3 023203 call store_contr 
-0x59d4 023204 fetch 1 ,mem_le_name_len 
-0x59d5 023205 add pdata ,1 ,rega 
-0x59d6 023206 call le_fifo_malloc_tx_l2cap_gatt 
-0x59d7 023207 setarg attop_read_response 
-0x59d8 023208 istore 1 ,contw 
-0x59d9 023209 fetch 1 ,mem_le_name_len 
-0x59da 023210 copy pdata ,loopcnt 
-0x59db 023211 arg mem_le_name ,contr 
-0x59dc 023212 branch memcpy 
-:      023215 le_send_att_read_response_check_auth:
-0x59dd 023216 fetch 2 ,mem_le_pairing_handle 
-0x59de 023217 isub temp ,null 
-0x59df 023218 nbranch le_send_att_read_response ,zero 
-0x59e0 023220 call le_check_encrypt_state 
-0x59e1 023221 nbranch le_send_att_read_response ,user 
-0x59e2 023222 jam att_err_insufficient_authentication ,mem_le_err_code 
-0x59e3 023223 branch le_send_att_error_response 
-:      023226 le_parse_att_read_blob_request:
-0x59e4 023227 ifetch 2 ,contr 
-0x59e5 023228 store 2 ,mem_le_att_offset 
-:      023229 le_send_att_read_blob_response:
-0x59e6 023230 arg 20 ,rega 
-0x59e7 023231 call le_fifo_malloc_tx_l2cap_gatt 
-0x59e8 023232 setarg attop_read_blob_response 
-0x59e9 023233 istore 1 ,contw 
-0x59ea 023234 fetch 2 ,mem_le_att_offset 
-0x59eb 023235 iforce rega 
-0x59ec 023236 fetcht 2 ,mem_le_att_handle 
-0x59ed 023237 call le_att_get_handle_ptr 
-0x59ee 023238 branch le_send_att_error_response_notfound ,blank 
-0x59ef 023239 ifetch 1 ,contr 
-0x59f0 023240 isub rega ,loopcnt 
-0x59f1 023241 nbranch le_send_att_error_response_notfound ,positive 
-0x59f2 023242 sub loopcnt ,22 ,null 
-0x59f3 023243 branch le_send_att_read_blob_response_less ,positive 
-0x59f4 023244 force 22 ,loopcnt 
-:      023245 le_send_att_read_blob_response_less:
-0x59f5 023246 deposit rega 
-0x59f6 023247 iadd contr ,contr 
-0x59f7 023248 call memcpy_fast 
-0x59f8 023249 call store_contw 
-0x59f9 023250 branch le_send_auto_len_by_mem 
-:      023253 le_parse_att_read_by_group_type_request:
-0x59fa 023254 call le_get_search_handle_start_end_common 
-0x59fb 023255 call le_get_search_att_type 
-0x59fc 023256 branch le_send_att_read_by_group_type_response 
-:      023261 le_send_att_read_by_group_type_response:
-0x59fd 023262 arg 2 ,timeup 
-0x59fe 023263 fetcht 2 ,mem_le_search_handle_start 
-0x59ff 023267 storet 2 ,mem_temp 
-0x5a00 023268 call le_init_attlist_search 
-0x5a01 023269 call le_att_get_handle_ptr2 
-0x5a02 023270 increase -2 ,contr 
-0x5a03 023271 copy contr ,pdata 
-0x5a04 023272 store 2 ,mem_le_cur_attlist_start_ptr 
-:      023273 le_send_att_read_by_group_type_response_loop:
-0x5a05 023274 call le_att_check_handle_end 
-0x5a06 023275 nbranch le_send_att_read_by_group_type_end0 ,positive 
-0x5a07 023276 fetcht 2 ,mem_temp 
-0x5a08 023277 call le_att_get_handle_info_from_ptr 
-0x5a09 023278 beq 1 ,le_send_att_read_by_group_type_end1 
-0x5a0a 023280 call le_att_same_type 
-0x5a0b 023281 nbranch le_send_att_read_by_group_type_next_handle ,zero 
-0x5a0c 023282 copy timeup ,pdata 
-0x5a0d 023283 beq 0 ,le_send_att_read_by_group_type_end1 
-0x5a0e 023284 nbranch le_send_att_read_by_group_type_store_write_record ,user 
-0x5a0f 023285 disable user 
-0x5a10 023287 arg 20 ,rega 
-0x5a11 023288 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a12 023289 setarg attop_read_by_group_type_response 
-0x5a13 023290 istore 1 ,contw 
-0x5a14 023291 fetch 1 ,mem_le_curr_att_len 
-0x5a15 023292 increase 4 ,pdata 
-0x5a16 023293 istore 1 ,contw 
-0x5a17 023294 call store_contw 
-0x5a18 023295 branch le_send_att_read_by_group_type_store_record 
-:      023296 le_send_att_read_by_group_type_store_write_record:
-0x5a19 023297 fetch 1 ,mem_le_curr_att_len 
-0x5a1a 023298 beq 16 ,le_send_att_read_by_group_type_end1 
-0x5a1b 023299 fetch 2 ,mem_temp 
-0x5a1c 023300 increase -1 ,pdata 
-0x5a1d 023301 store 2 ,mem_le_cur_handle_end 
-0x5a1e 023302 call le_write_att_record 
-:      023303 le_send_att_read_by_group_type_store_record:
-0x5a1f 023304 fetch 2 ,mem_temp 
-0x5a20 023305 store 2 ,mem_le_cur_handle_start 
-0x5a21 023306 call le_store_att_record 
-0x5a22 023307 increase -1 ,timeup 
-:      023309 le_send_att_read_by_group_type_next_handle:
-0x5a23 023310 call le_att_next_handle 
-0x5a24 023311 branch le_send_att_read_by_group_type_response_loop 
-:      023313 le_send_att_read_by_group_type_end0:
-0x5a25 023314 fetch 2 ,mem_temp 
-0x5a26 023315 store 2 ,mem_le_cur_handle_end 
-0x5a27 023316 branch le_send_att_read_by_group_type_end_common 
-:      023317 le_send_att_read_by_group_type_end1:
-0x5a28 023318 fetch 2 ,mem_temp 
-0x5a29 023319 increase -1 ,pdata 
-0x5a2a 023320 store 2 ,mem_le_cur_handle_end 
-0x5a2b 023321 branch le_send_att_read_by_group_type_end_common 
-:      023322 le_send_att_read_by_group_type_end_common:
-0x5a2c 023323 branch le_send_att_error_response_notfound ,user 
-0x5a2d 023324 call le_write_att_record 
-0x5a2e 023325 branch le_send_auto_len_by_mem 
-:      023330 le_parse_att_write_request:
-0x5a2f 023331 copy contr ,rega 
-0x5a30 023332 fetch 2 ,mem_le_l2cap_size 
-0x5a31 023333 add pdata ,-3 ,regb 
-0x5a32 023334 call le_writeatt_cb 
-:      023335 le_send_att_write_response_check_auth:
-0x5a33 023336 fetch 1 ,mem_le_configuration 
-0x5a34 023337 bbit0 bit_ble_write_auth ,le_send_att_write_response 
-0x5a35 023339 fetcht 2 ,mem_le_att_handle 
-0x5a36 023340 fetch 2 ,mem_le_pairing_handle 
-0x5a37 023341 isub temp ,null 
-0x5a38 023342 nbranch le_send_att_write_response ,zero 
-0x5a39 023343 call le_check_encrypt_state 
-0x5a3a 023344 nbranch le_send_att_write_response ,user 
-0x5a3b 023345 jam att_err_insufficient_authentication ,mem_le_err_code 
-0x5a3c 023346 branch le_send_att_error_response 
-:      023348 le_send_att_write_response:
-0x5a3d 023349 force 1 ,rega 
-0x5a3e 023350 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a3f 023351 setarg attop_write_response 
-0x5a40 023352 istore 1 ,contw 
-0x5a41 023353 rtn 
-:      023355 le_check_encrypt_state:
-0x5a42 023356 call disable_user 
-0x5a43 023357 fetch 1 ,mem_le_pairing_mode 
-0x5a44 023358 rtneq le_pairing_mode_none 
-0x5a45 023359 fetch 1 ,mem_context 
-0x5a46 023360 rtnbit1 lestate_encryption 
-0x5a47 023361 branch enable_user 
-:      023364 le_parse_att_prepare_write_request:
-0x5a48 023365 add contr ,2 ,rega 
-0x5a49 023366 fetch 2 ,mem_le_l2cap_size 
-0x5a4a 023367 add pdata ,-5 ,regb 
-0x5a4b 023368 call le_writeatt_cb 
-0x5a4c 023369 branch le_send_att_prepare_write_response 
-:      023372 le_send_att_prepare_write_response:
-0x5a4d 023373 fetch 2 ,mem_le_l2cap_size 
-0x5a4e 023374 copy pdata ,rega 
-0x5a4f 023375 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a50 023376 setarg attop_prepare_write_response 
-0x5a51 023377 istore 1 ,contw 
-0x5a52 023378 fetch 2 ,mem_le_att_handle 
-0x5a53 023379 istore 2 ,contw 
-0x5a54 023380 fetch 2 ,mem_le_l2cap_size 
-0x5a55 023381 add pdata ,-5 ,loopcnt 
-0x5a56 023382 fetch 2 ,mem_le_payload_ptr 
-0x5a57 023383 add pdata ,7 ,contr 
-0x5a58 023384 ifetch 2 ,contr 
-0x5a59 023385 istore 2 ,contw 
-0x5a5a 023386 branch memcpy_fast 
-:      023390 le_parse_att_execute_write_request:
-:      023392 le_send_att_execute_write_response:
-0x5a5b 023393 force 1 ,rega 
-0x5a5c 023394 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a5d 023395 setarg attop_execute_write_response 
-0x5a5e 023396 istore 1 ,contw 
-0x5a5f 023397 rtn 
-:      023401 le_parse_att_write_command:
-0x5a60 023402 copy contr ,rega 
-0x5a61 023403 fetch 2 ,mem_le_l2cap_size 
-0x5a62 023404 add pdata ,-3 ,regb 
-0x5a63 023405 branch le_writeatt_cb 
-:      023410 le_att_malloc_tx_notify:
-0x5a64 023411 copy temp ,regc 
-0x5a65 023412 increase 3 ,rega 
-0x5a66 023413 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a67 023414 increase -3 ,rega 
-0x5a68 023415 setarg attop_handle_value_notification 
-0x5a69 023416 istore 1 ,contw 
-0x5a6a 023417 copy regc ,temp 
-0x5a6b 023418 istoret 2 ,contw 
-0x5a6c 023419 rtn 
-:      023422 le_att_malloc_tx_indication:
-0x5a6d 023423 copy temp ,regc 
-0x5a6e 023424 increase 3 ,rega 
-0x5a6f 023425 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a70 023426 increase -3 ,rega 
-0x5a71 023427 setarg attop_handle_value_indication 
-0x5a72 023428 istore 1 ,contw 
-0x5a73 023429 copy regc ,temp 
-0x5a74 023430 istoret 2 ,contw 
-0x5a75 023431 rtn 
-:      023436 le_send_att_error_response_notfound:
-0x5a76 023437 jam att_err_attribute_not_found ,mem_le_err_code 
-:      023438 le_send_att_error_response:
-0x5a77 023439 force 5 ,rega 
-0x5a78 023440 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a79 023441 setarg attop_error_response 
-0x5a7a 023442 istore 1 ,contw 
-0x5a7b 023443 fetch 1 ,mem_le_att_opcode 
-0x5a7c 023444 istore 1 ,contw 
-0x5a7d 023445 fetch 2 ,mem_le_att_handle 
-0x5a7e 023446 istore 2 ,contw 
-0x5a7f 023447 fetch 1 ,mem_le_err_code 
-0x5a80 023448 istore 1 ,contw 
-0x5a81 023449 rtn 
-:      023452 le_fifo_malloc_tx_l2cap_gatt:
-0x5a82 023453 force le_l2cap_cid_att ,regb 
-0x5a83 023454 branch le_fifo_malloc_tx_l2cap 
-:      023457 le_att_next_handle:
-0x5a84 023458 fetcht 2 ,mem_temp 
-0x5a85 023459 increase 1 ,temp 
-0x5a86 023460 storet 2 ,mem_temp 
-0x5a87 023461 rtn 
-:      023463 le_att_check_handle_end:
-0x5a88 023464 fetcht 2 ,mem_temp 
-0x5a89 023465 fetch 2 ,mem_le_search_handle_end 
-0x5a8a 023466 isub temp ,null 
-0x5a8b 023467 rtn 
-:      023470 le_att_same_type:
-0x5a8c 023471 fetcht 1 ,mem_le_search_att_type_length 
-0x5a8d 023472 arg mem_le_search_att_type ,rega 
-:      023473 le_att_check_same_common:
-0x5a8e 023474 fetch 1 ,mem_le_cur_uuid_length 
-0x5a8f 023475 copy pdata ,loopcnt 
-0x5a90 023476 isub temp ,null 
-0x5a91 023477 nrtn zero 
-0x5a92 023478 arg mem_le_cur_uuid ,regb 
-0x5a93 023479 branch string_compare 
-:      023481 le_att_same_uuid:
-0x5a94 023482 fetcht 1 ,mem_le_search_uuid_length 
-0x5a95 023483 arg mem_le_search_uuid ,rega 
-0x5a96 023484 branch le_att_check_same_common 
-:      023487 le_store_att_record:
-0x5a97 023488 fetch 1 ,mem_le_curr_att_len 
-0x5a98 023489 store 1 ,mem_tmp_buffer 
-0x5a99 023490 copy pdata ,loopcnt 
-0x5a9a 023491 call get_contr 
-0x5a9b 023492 branch memcpy_fast 
-:      023495 le_write_att_record:
-0x5a9c 023496 call get_contw 
-0x5a9d 023497 fetch 2 ,mem_le_cur_handle_start 
-0x5a9e 023498 istore 2 ,contw 
-0x5a9f 023499 fetch 2 ,mem_le_cur_handle_end 
-0x5aa0 023500 istore 2 ,contw 
-:      023501 le_write_att_record_common:
-0x5aa1 023502 fetch 1 ,mem_tmp_buffer 
-0x5aa2 023503 copy pdata ,loopcnt 
-0x5aa3 023504 call memcpy_fast 
-0x5aa4 023505 branch store_contw 
-:      023509 le_send_auto_len_by_mem:
-0x5aa5 023510 call get_contw 
-0x5aa6 023511 call le_fifo_get_last_att_ptr 
-0x5aa7 023512 copy contw ,pdata 
-0x5aa8 023513 isub contr ,rega 
-0x5aa9 023514 call le_fifo_get_last_l2cap_ptr 
-0x5aaa 023515 copy rega ,pdata 
-0x5aab 023516 istore 2 ,contr 
-0x5aac 023517 increase 4 ,rega 
-0x5aad 023518 call le_fifo_get_last_tx_ptr 
-0x5aae 023519 copy rega ,pdata 
-0x5aaf 023520 istore 1 ,contr 
-0x5ab0 023521 rtn 
-:      023524 le_get_search_handle_start_end_common:
-0x5ab1 023525 rshift8 pdata ,pdata 
-0x5ab2 023526 store 2 ,mem_le_search_handle_start 
-0x5ab3 023527 ifetch 2 ,contr 
-0x5ab4 023528 store 2 ,mem_le_search_handle_end 
-0x5ab5 023529 rtn 
-:      023534 le_parse_signaling:
-0x5ab6 023535 ifetch 1 ,contr 
-0x5ab7 023536 ifetcht 1 ,contr 
-0x5ab8 023537 ifetcht 2 ,contr 
-0x5ab9 023538 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
-0x5aba 023539 rtn 
-:      023540 le_l2cap_parse_conn_parameter_update_rsp:
-0x5abb 023541 ifetch 2 ,contr 
-0x5abc 023542 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x5abd 023543 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
-0x5abe 023544 branch ui_ipc_send_event 
-:      023550 le_l2cap_tx_update_req:
-0x5abf 023551 arg 0x0c ,rega 
-0x5ac0 023552 arg l2cap_connection_parameter_update_request ,regc 
-0x5ac1 023553 call le_fifo_malloc_tx_l2cap_signaling 
-0x5ac2 023554 setarg 0x08 
-0x5ac3 023555 istore 2 ,contw 
-0x5ac4 023556 fetch 8 ,mem_le_interval_min 
-0x5ac5 023557 istore 8 ,contw 
-0x5ac6 023558 rtn 
-:      023562 le_fifo_malloc_tx_l2cap_signaling:
-0x5ac7 023563 call le_l2cap_update_signaling_identifier 
-0x5ac8 023564 arg le_l2cap_cid_signal ,regb 
-0x5ac9 023565 call le_fifo_malloc_tx_l2cap 
-0x5aca 023566 copy regc ,pdata 
-0x5acb 023567 istore 1 ,contw 
-0x5acc 023568 fetch 1 ,mem_le_signaling_identifier 
-0x5acd 023569 istore 1 ,contw 
-0x5ace 023570 rtn 
-:      023573 le_l2cap_update_signaling_identifier:
-0x5acf 023574 fetch 1 ,mem_le_signaling_identifier 
-0x5ad0 023576 pincrease 1 
-0x5ad1 023577 store 1 ,mem_le_signaling_identifier 
-0x5ad2 023578 rtnne 0 
-:      023580 le_l2cap_reset_signaling_identifier:
-0x5ad3 023581 jam 1 ,mem_le_signaling_identifier 
-0x5ad4 023582 rtn 
-:      023587 le_pairing_mode_init:
-0x5ad5 023588 fetch 1 ,mem_le_pairing_mode 
-0x5ad6 023589 beq le_pairing_mode_none ,le_set_no_pairing 
-0x5ad7 023590 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
-0x5ad8 023591 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
-0x5ad9 023592 beq le_pairing_mode_secure_connect_justwork ,le_set_pairing_mode_secure_justwork 
-0x5ada 023593 beq le_pairing_mode_secure_connect_numeric ,le_set_pairing_mode_secure_numeric 
-0x5adb 023594 beq le_pairing_mode_secure_connect_passkey ,le_set_pairing_mode_secure_passkey 
-0x5adc 023595 rtn 
-:      023597 le_set_pairing_mode_secure_justwork:
-0x5add 023598 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5ade 023599 branch le_set_noinputnooutput 
-:      023600 le_set_pairing_mode_secure_numeric:
-0x5adf 023601 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5ae0 023602 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
-0x5ae1 023603 rtn 
-:      023604 le_set_pairing_mode_secure_passkey:
-0x5ae2 023605 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5ae3 023606 branch le_set_displayonly 
-:      023607 le_set_no_pairing:
-0x5ae4 023608 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
-:      023609 le_set_noinputnooutput:
-0x5ae5 023610 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
-0x5ae6 023611 rtn 
-:      023612 le_set_pairing_mode_lagacy_just_work:
-0x5ae7 023613 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x5ae8 023614 branch le_set_noinputnooutput 
-:      023615 le_set_pairing_mode_lagacy_passkey:
-0x5ae9 023616 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-:      023617 le_set_displayonly:
-0x5aea 023618 jam flag_iocap_displayonly ,mem_le_pres_iocap 
-0x5aeb 023619 rtn 
-:      023622 le_secure_connection_enable:
-0x5aec 023623 fetch 1 ,mem_le_pres_auth 
-0x5aed 023624 set1 le_auth_secure_connection_pairing_bit ,pdata 
-0x5aee 023625 store 1 ,mem_le_pres_auth 
-0x5aef 023626 rtn 
-:      023627 le_secure_connection_disable:
-0x5af0 023628 fetch 1 ,mem_le_pres_auth 
-0x5af1 023629 set0 le_auth_secure_connection_pairing_bit ,pdata 
-0x5af2 023630 store 1 ,mem_le_pres_auth 
-0x5af3 023631 rtn 
-:      023633 le_parse_smp:
-0x5af4 023634 ifetch 1 ,contr 
-0x5af5 023635 beq smp_pairing_request ,le_parse_smp_pairing_request 
-0x5af6 023637 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
-0x5af7 023638 beq smp_pairing_random ,le_parse_smp_pairing_random 
-0x5af8 023639 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
-0x5af9 023640 beq smp_encryption_information ,le_parse_smp_encryption_information 
-0x5afa 023641 beq smp_master_identification ,le_parse_smp_master_identification 
-0x5afb 023642 beq smp_identity_information ,le_parse_smp_identity_information 
-0x5afc 023643 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
-0x5afd 023644 beq smp_signing_information ,le_parse_smp_signing_information 
-0x5afe 023645 beq smp_security_request ,le_parse_smp_security_request 
-0x5aff 023646 beq smp_pairing_public_key ,le_parse_smp_public_key 
-0x5b00 023647 beq smp_pairing_dhkey_check ,le_parse_smp_dhkey_check 
-0x5b01 023648 rtn 
-:      023652 le_send_smp_security_request:
-0x5b02 023653 force 2 ,rega 
-0x5b03 023654 call le_fifo_malloc_tx_l2cap_smp 
-0x5b04 023655 setarg smp_security_request 
-0x5b05 023656 istore 1 ,contw 
-0x5b06 023657 fetch 1 ,mem_le_pres_auth 
-0x5b07 023658 istore 1 ,contw 
-0x5b08 023659 rtn 
-:      023661 le_parse_smp_pairing_request:
-0x5b09 023662 store 1 ,mem_le_preq 
-0x5b0a 023663 ifetch 6 ,contr 
-0x5b0b 023664 istore 6 ,contw 
-0x5b0c 023665 fetch 1 ,mem_le_pairing_mode 
-0x5b0d 023666 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
-0x5b0e 023667 call le_send_smp_pairing_response 
-0x5b0f 023668 call le_check_master_support_secure_connect 
-0x5b10 023669 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
-0x5b11 023670 fetch 1 ,mem_le_preq_iocap 
-0x5b12 023671 beq flag_iocap_displayonly ,le_set_tk_0 
-0x5b13 023672 beq flag_iocap_displayyesno ,le_set_tk_0 
-0x5b14 023673 beq flag_iocap_noinputnooutput ,le_set_tk_0 
-0x5b15 023674 fetch 1 ,mem_le_pairing_mode 
-0x5b16 023675 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
-0x5b17 023676 rtneq le_pairing_mode_secure_connect_passkey 
-:      023677 le_set_tk_0:
-0x5b18 023678 arg 0 ,pdata 
-0x5b19 023679 store 4 ,mem_le_tk 
-0x5b1a 023680 rtn 
-:      023682 le_parse_smp_pairing_req_passkey:
-0x5b1b 023683 fetch 1 ,mem_le_configuration 
-0x5b1c 023684 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
-:      023685 le_genernate_tk:
-0x5b1d 023686 arg mem_le_tk ,rega 
-0x5b1e 023687 copy rega ,contw 
-0x5b1f 023688 arg 3 ,loopcnt 
-0x5b20 023689 call generate_random_loop 
-0x5b21 023690 fetch 2 ,mem_le_tk + 2 
-0x5b22 023691 and_into 0x7 ,pdata 
-0x5b23 023692 store 2 ,mem_le_tk + 2 
-:      023693 le_parse_smp_pairing_req_fixed_passkey:
-0x5b24 023694 jam bt_evt_le_tk_generate ,mem_fifo_temp 
-0x5b25 023695 branch ui_ipc_send_event 
-:      023697 le_check_master_support_secure_connect:
-0x5b26 023698 fetch 1 ,mem_le_preq_auth 
-0x5b27 023699 rtnbit1 le_auth_secure_connection_pairing_bit 
-0x5b28 023700 fetch 1 ,mem_le_pairing_mode 
-0x5b29 023701 rtnbit0 le_pairing_mode_secure_connect_bit 
-0x5b2a 023702 branch app_ble_disconnect 
-:      023704 le_send_smp_pairing_response:
-0x5b2b 023705 force 7 ,rega 
-0x5b2c 023706 call le_fifo_malloc_tx_l2cap_smp 
-0x5b2d 023707 fetch 7 ,mem_le_pres 
-0x5b2e 023708 istore 7 ,contw 
-0x5b2f 023709 rtn 
-:      023712 le_parse_smp_pairing_confirm:
-0x5b30 023713 copy contr ,rega 
-0x5b31 023714 fetch 1 ,mem_le_pairing_mode 
-0x5b32 023715 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_confirm_secure_passkey 
-0x5b33 023716 copy rega ,contr 
-0x5b34 023717 arg mem_le_rconfirm ,contw 
-0x5b35 023718 call memcpy16 
-0x5b36 023719 branch le_send_smp_pairing_confirm 
-:      023720 le_parse_smp_pairing_confirm_secure_passkey:
-0x5b37 023721 copy rega ,contr 
-0x5b38 023722 arg mem_le_rconfirm ,contw 
-0x5b39 023723 call memcpy16 
-0x5b3a 023724 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5b3b 023725 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
-0x5b3c 023726 rtn 
-:      023729 le_send_smp_pairing_confirm:
-0x5b3d 023730 fetch 1 ,mem_le_pairing_mode 
-0x5b3e 023731 bbit1 le_pairing_mode_secure_connect_bit ,le_send_smp_pairing_confirm_sc 
-0x5b3f 023732 call generate_confirm 
-0x5b40 023733 force 17 ,rega 
-0x5b41 023734 call le_fifo_malloc_tx_l2cap_smp 
-0x5b42 023735 setarg smp_pairing_confirm 
-0x5b43 023736 istore 1 ,contw 
-0x5b44 023737 branch store_aes_result 
-:      023740 le_send_smp_pairing_confirm_sc:
-0x5b45 023741 arg mem_le_srand ,contw 
-0x5b46 023742 call generate_random 
-0x5b47 023743 call function_f4_cb 
-0x5b48 023744 force 17 ,rega 
-0x5b49 023745 call le_fifo_malloc_tx_l2cap_smp 
-0x5b4a 023746 setarg smp_pairing_confirm 
-0x5b4b 023747 istore 1 ,contw 
-0x5b4c 023748 branch load_inverse_result 
-:      023752 le_parse_smp_pairing_random:
-0x5b4d 023753 copy contr ,rega 
-0x5b4e 023754 fetch 1 ,mem_le_pairing_mode 
-0x5b4f 023755 bbit1 le_pairing_mode_secure_connect_bit ,le_parse_smp_pairing_random_sc 
-0x5b50 023756 copy rega ,contr 
-0x5b51 023757 call authenticate_rconfirm 
-0x5b52 023758 branch le_parse_smp_pairing_random_success ,zero 
-:      023759 le_send_pairing_confirm_value_failed:
-0x5b53 023760 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
-:      023761 le_send_pairing_failed:
-0x5b54 023762 force 2 ,rega 
-0x5b55 023763 call le_fifo_malloc_tx_l2cap_smp 
-0x5b56 023764 setarg smp_pairing_failed 
-0x5b57 023765 istore 1 ,contw 
-0x5b58 023766 fetch 1 ,mem_le_ll_pairing_fail_reason 
-0x5b59 023767 istore 1 ,contw 
-:      023768 le_parse_smp_pairing_failed:
-0x5b5a 023769 force smp_pairing_timer ,queue 
-0x5b5b 023770 call timer_stop 
-0x5b5c 023771 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x5b5d 023772 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
-0x5b5e 023773 branch ui_ipc_send_event 
-:      023775 le_smp_pairing_fail_reason_not_support_pairing:
-0x5b5f 023776 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
-0x5b60 023777 branch le_send_pairing_failed 
-:      023780 le_parse_smp_pairing_random_sc:
-0x5b61 023781 arg mem_le_mrand ,contw 
-0x5b62 023782 copy rega ,contr 
-0x5b63 023783 call memcpy16 
-0x5b64 023784 fetch 1 ,mem_le_pairing_mode 
-0x5b65 023785 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_random_sc_passkey 
-0x5b66 023786 call function_g2 
-0x5b67 023789 call le_send_smp_pairing_random 
-0x5b68 023790 fetch 1 ,mem_le_pairing_mode 
-0x5b69 023791 rtnne le_pairing_mode_secure_connect_numeric 
-0x5b6a 023792 jam bt_evt_le_gkey_generate ,mem_fifo_temp 
-0x5b6b 023793 branch ui_ipc_send_event 
-:      023795 le_parse_smp_pairing_random_sc_passkey:
-0x5b6c 023796 call function_f4_ca 
-0x5b6d 023797 arg mem_aes_cmac_temp ,contw 
-0x5b6e 023798 call load_inverse_result 
-0x5b6f 023799 arg mem_aes_cmac_temp ,rega 
-0x5b70 023800 arg mem_le_rconfirm ,regb 
-0x5b71 023801 arg 16 ,loopcnt 
-0x5b72 023802 call string_compare 
-0x5b73 023803 nbranch le_send_pairing_confirm_value_failed ,zero 
-0x5b74 023804 branch le_send_smp_pairing_random 
-:      023806 le_parse_smp_pairing_random_success:
-0x5b75 023807 call generate_stk 
-0x5b76 023808 jam bt_evt_le_pairing_success ,mem_fifo_temp 
-0x5b77 023809 call ui_ipc_send_event 
-0x5b78 023810 jam 1 ,mem_ltk_exists 
-0x5b79 023811 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-:      023813 le_send_smp_pairing_random:
-0x5b7a 023814 force 17 ,rega 
-0x5b7b 023815 call le_fifo_malloc_tx_l2cap_smp 
-0x5b7c 023816 setarg smp_pairing_random 
-0x5b7d 023817 istore 1 ,contw 
-0x5b7e 023818 arg mem_le_srand ,contr 
-0x5b7f 023819 branch memcpy16 
-:      023821 le_parse_smp_encryption_information:
-0x5b80 023822 arg mem_le_peer_ltk ,contw 
-0x5b81 023823 branch memcpy16 
-:      023825 le_send_smp_encryption_information:
-0x5b82 023826 force 17 ,rega 
-0x5b83 023827 call le_fifo_malloc_tx_l2cap_smp 
-0x5b84 023828 setarg smp_encryption_information 
-0x5b85 023829 istore 1 ,contw 
-0x5b86 023830 fetch 1 ,mem_le_configuration 
-0x5b87 023831 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
-0x5b88 023832 arg mem_le_ltk ,contr 
-0x5b89 023833 branch memcpy16 
-:      023835 le_send_fixed_ltk:
-0x5b8a 023836 arg mem_le_fixed_ltk ,contr 
-0x5b8b 023837 branch memcpy16 
-:      023840 le_send_smp_master_identification:
-0x5b8c 023841 arg mem_le_ediv ,contw 
-0x5b8d 023842 force 10 ,loopcnt 
-0x5b8e 023843 call generate_random_loop 
-0x5b8f 023844 force 11 ,rega 
-0x5b90 023845 call le_fifo_malloc_tx_l2cap_smp 
-0x5b91 023846 setarg smp_master_identification 
-0x5b92 023847 istore 1 ,contw 
-0x5b93 023848 fetch 2 ,mem_le_ediv 
-0x5b94 023849 istore 2 ,contw 
-0x5b95 023850 fetch 8 ,mem_le_rand 
-0x5b96 023851 istore 8 ,contw 
-0x5b97 023852 rtn 
-:      023854 le_send_smp_identity_information:
-0x5b98 023855 force 17 ,rega 
-0x5b99 023856 call le_fifo_malloc_tx_l2cap_smp 
-0x5b9a 023857 setarg smp_identity_information 
-0x5b9b 023858 istore 1 ,contw 
-0x5b9c 023859 setarg 0 
-0x5b9d 023860 istore 8 ,contw 
-0x5b9e 023861 istore 8 ,contw 
-0x5b9f 023862 rtn 
-:      023865 le_send_smp_identity_address_information:
-0x5ba0 023866 force 8 ,rega 
-0x5ba1 023867 call le_fifo_malloc_tx_l2cap_smp 
-0x5ba2 023868 setarg smp_identity_address_information 
-0x5ba3 023869 istore 1 ,contw 
-0x5ba4 023870 fetch 1 ,mem_le_conn_own_addr_type 
-0x5ba5 023871 istore 1 ,contw 
-0x5ba6 023872 fetch 6 ,mem_le_lap 
-0x5ba7 023873 istore 6 ,contw 
-0x5ba8 023874 rtn 
-:      023877 le_send_pairing_fail_unspecified_reason:
-0x5ba9 023878 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
-0x5baa 023879 branch le_send_pairing_failed 
-:      023881 le_check_init_key_distribution:
-0x5bab 023882 fetch 1 ,mem_le_pres_init_key_distribution 
-0x5bac 023883 fetcht 1 ,mem_le_pres_init_key_distribution 
-0x5bad 023884 iand temp ,pdata 
-0x5bae 023885 rtn 
-:      023887 le_parse_smp_identity_information:
-0x5baf 023888 arg mem_le_irk ,contw 
-0x5bb0 023889 call memcpy16 
-0x5bb1 023890 call le_check_init_key_distribution 
-0x5bb2 023891 isolate0 le_initator_irk_bit ,pdata 
-0x5bb3 023892 branch le_send_pairing_fail_unspecified_reason ,true 
-0x5bb4 023893 fetch 1 ,mem_device_option 
-0x5bb5 023894 rtnne dvc_op_module 
-0x5bb6 023895 call le_check_master_addr_type 
-0x5bb7 023896 nrtn user 
-0x5bb8 023897 branch app_ble_store_reconn_info 
-:      023900 le_check_master_addr_type:
-0x5bb9 023901 call disable_user 
-0x5bba 023902 fetch 1 ,mem_le_conn_peer_addr_type 
-0x5bbb 023903 rtneq master_public_addr 
-0x5bbc 023904 fetch 1 ,mem_le_plap + 5 
-0x5bbd 023905 compare 0xc0 ,pdata ,0xc0 
-0x5bbe 023906 rtn true 
-0x5bbf 023907 branch enable_user 
-:      023909 le_parse_smp_identity_address_information:
-0x5bc0 023910 call le_check_init_key_distribution 
-0x5bc1 023911 isolate0 le_initator_irk_bit ,pdata 
-0x5bc2 023912 branch le_send_pairing_fail_unspecified_reason ,true 
-0x5bc3 023913 rtn 
-:      023915 le_parse_smp_master_identification:
-:      023916 le_parse_smp_signing_information:
-:      023917 le_parse_smp_security_request:
-0x5bc4 023918 rtn 
-:      023920 le_parse_smp_public_key:
-0x5bc5 023921 arg mem_le_pubkey_remote_x_256 ,contw 
-0x5bc6 023922 call memcpy64 
-0x5bc7 023923 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5bc8 023924 jam le_sc_stat_receive_public_key ,mem_le_secure_connect_state 
-0x5bc9 023925 rtn 
-:      023927 le_parse_smp_dhkey_check:
-0x5bca 023928 arg mem_sp_confirm_remote ,contw 
-0x5bcb 023929 call memcpy16 
-0x5bcc 023930 jam le_sc_stat_receive_dhkey ,mem_le_secure_connect_state 
-0x5bcd 023931 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5bce 023932 rtn 
-:      023934 le_send_smp_pairing_public_key:
-0x5bcf 023935 force 65 ,rega 
-0x5bd0 023936 call le_fifo_malloc_tx_l2cap_smp 
-0x5bd1 023937 setarg smp_pairing_public_key 
-0x5bd2 023938 istore 1 ,contw 
-0x5bd3 023939 arg mem_le_pubkey_local_x_256 ,contr 
-0x5bd4 023940 branch memcpy64 
-:      023942 le_send_smp_pairing_dhkey_check:
-0x5bd5 023943 call function_f6_eb 
-0x5bd6 023944 force 17 ,rega 
-0x5bd7 023945 call le_fifo_malloc_tx_l2cap_smp 
-0x5bd8 023946 setarg smp_pairing_dhkey_check 
-0x5bd9 023947 istore 1 ,contw 
-0x5bda 023948 branch load_inverse_result 
-:      023951 le_check_paring_time:
-0x5bdb 023952 fetch 1 ,mem_le_pairing_state 
-0x5bdc 023953 rtneq flag_le_pairing_end 
-0x5bdd 023954 arg flag_le_pairing_rcv_pairing_req ,temp 
-0x5bde 023955 isub temp ,null 
-0x5bdf 023956 nrtn positive 
-0x5be0 023957 arg smp_pairing_timer ,queue 
-0x5be1 023958 call timer_check 
-0x5be2 023959 nrtn blank 
-0x5be3 023960 branch le_send_pairing_fail_unspecified_reason 
-:      023962 le_pairing_sm:
-0x5be4 023963 bpatchx patch2f_0 ,mem_patch2f 
-0x5be5 023964 fetch 1 ,mem_le_pairing_state 
-0x5be6 023965 beq flag_le_pairing_null ,le_pairing_sm_null 
-0x5be7 023966 beq flag_le_pairing_start ,le_pairing_sm_start 
-0x5be8 023967 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
-0x5be9 023968 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
-0x5bea 023969 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
-0x5beb 023970 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
-0x5bec 023971 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
-0x5bed 023972 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
-0x5bee 023973 rtn 
-:      023975 le_pairing_sm_null:
-:      023976 le_pairing_sm_send_sec_req:
-0x5bef 023977 fetch 1 ,mem_le_enc_state 
-0x5bf0 023978 rtnne flag_le_send_start_enc_rsp 
-0x5bf1 023979 jam flag_le_enc_end ,mem_le_enc_state 
-0x5bf2 023980 jam flag_le_pairing_end ,mem_le_pairing_state 
-0x5bf3 023981 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
-0x5bf4 023982 branch ui_ipc_send_event 
-:      023985 le_pairing_sm_start:
-0x5bf5 023986 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
-0x5bf6 023987 branch le_send_smp_security_request 
-:      023989 le_pairing_sm_rcv_pairing_req:
-0x5bf7 023990 jam flag_le_pairing_auth ,mem_le_pairing_state 
-0x5bf8 023991 setarg timer_smp_pairing_timeout 
-0x5bf9 023992 arg smp_pairing_timer ,queue 
-0x5bfa 023993 branch timer_init 
-:      023995 le_pairing_sm_after_auth:
-0x5bfb 023996 fetch 1 ,mem_le_enc_state 
-0x5bfc 023997 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
-0x5bfd 023998 rtn 
-:      024000 le_pairing_sm_after_auth_start_enc:
-0x5bfe 024001 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
-0x5bff 024002 jam bt_evt_le_enc_info ,mem_fifo_temp 
-0x5c00 024003 call ui_ipc_send_event 
-0x5c01 024004 call le_send_smp_encryption_information 
-0x5c02 024005 fetch 1 ,mem_device_option 
-0x5c03 024006 rtnne dvc_op_module 
-0x5c04 024007 call le_check_master_addr_type 
-0x5c05 024008 rtn user 
-0x5c06 024009 branch app_ble_store_reconn_info 
-:      024012 le_pairng_sm_send_enc_information:
-0x5c07 024013 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
-0x5c08 024014 branch le_send_smp_master_identification 
-:      024016 le_pairng_sm_send_master_indentification:
-0x5c09 024017 fetch 1 ,mem_le_preq_resp_key_distribution 
-0x5c0a 024018 fetcht 1 ,mem_le_pres_resp_key_distribution 
-0x5c0b 024019 iand temp ,pdata 
-0x5c0c 024020 isolate0 le_initator_irk_bit ,pdata 
-0x5c0d 024021 branch le_parse_start_enc_rsp_after_auth_end ,true 
-0x5c0e 024022 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
-0x5c0f 024023 branch le_send_smp_identity_information 
-:      024025 le_pairng_sm_send_indentity_information:
-0x5c10 024026 call le_send_smp_identity_address_information 
-0x5c11 024027 branch le_parse_start_enc_rsp_after_auth_end 
-:      024030 le_parse_start_enc_rsp_after_auth_end:
-0x5c12 024031 force smp_pairing_timer ,queue 
-0x5c13 024032 call timer_stop 
-0x5c14 024033 jam flag_le_enc_end ,mem_le_enc_state 
-0x5c15 024034 jam flag_le_pairing_end ,mem_le_pairing_state 
-0x5c16 024035 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
-0x5c17 024036 branch ui_ipc_send_event 
-:      024040 le_secure_connect_sm:
-0x5c18 024041 bpatchx patch2f_1 ,mem_patch2f 
-0x5c19 024042 fetch 1 ,mem_le_pairing_mode 
-0x5c1a 024043 rtnbit0 le_pairing_mode_secure_connect_bit 
-0x5c1b 024044 fetch 1 ,mem_le_secure_connect_flag 
-0x5c1c 024045 rtnne le_sp_flag_commit_256 
-0x5c1d 024046 jam sp_flag_standby ,mem_le_secure_connect_flag 
-0x5c1e 024047 fetch 1 ,mem_le_secure_connect_state 
-0x5c1f 024048 beq le_sc_stat_receive_public_key ,le_sc_sm_receive_public_key 
-0x5c20 024049 beq le_sc_stat_wait_send_public_key ,le_sc_sm_wait_send_public_key 
-0x5c21 024050 beq le_sc_stat_send_public_key ,le_sc_sm_send_public_key 
-0x5c22 024051 beq le_sc_stat_receive_dhkey ,le_sc_sm_receive_dhkey 
-0x5c23 024052 beq le_sc_stat_wait_confirm_gkey ,le_sc_sm_wait_confirm_gkey 
-0x5c24 024053 beq le_sc_stat_passkey_wait_confirm ,le_sc_sm_passkey_wait_confirm 
-0x5c25 024054 rtn 
-:      024057 le_sc_sm_passkey_wait_confirm:
-0x5c26 024058 fetch 1 ,mem_authentication_passkey_times 
-0x5c27 024059 copy pdata ,queue 
-0x5c28 024060 increase 1 ,pdata 
-0x5c29 024061 store 1 ,mem_authentication_passkey_times 
-0x5c2a 024062 fetch 4 ,mem_le_tk 
-0x5c2b 024063 qisolate1 pdata 
-0x5c2c 024064 setarg 0x80 
-0x5c2d 024065 setflag true ,0 ,pdata 
-0x5c2e 024066 store 1 ,mem_passkey_1bit 
-0x5c2f 024067 branch le_sc_sm_ready_send_pairing_confirm 
-:      024069 le_sc_sm_wait_confirm_gkey:
-0x5c30 024070 fetch 1 ,mem_le_sc_confirm_gkey_flag 
-0x5c31 024071 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
-0x5c32 024072 beq flag_le_sc_confrim_gkey_ok ,le_sc_confirm_gkey_ok 
-0x5c33 024073 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c34 024074 rtn 
-:      024076 le_sc_confirm_gkey_ok:
-0x5c35 024077 jam bt_evt_le_pairing_success ,mem_fifo_temp 
-0x5c36 024078 call ui_ipc_send_event 
-0x5c37 024079 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-0x5c38 024080 branch le_send_smp_pairing_dhkey_check 
-:      024082 le_sc_sm_receive_dhkey:
-0x5c39 024083 fetch 1 ,mem_sp_dhkey_invalid 
-0x5c3a 024084 beq sp_key_valid_256 ,le_dhkey_ready 
-0x5c3b 024085 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c3c 024086 rtn 
-:      024088 le_dhkey_ready:
-0x5c3d 024089 call function_f5 
-0x5c3e 024093 fetch 1 ,mem_le_pairing_mode 
-0x5c3f 024094 beq le_pairing_mode_secure_connect_passkey ,le_dhkey_ready_common 
-0x5c40 024095 call le_set_tk_0 
-:      024096 le_dhkey_ready_common:
-0x5c41 024097 call function_f6_ea 
-0x5c42 024098 arg mem_aes_cmac_temp ,rega 
-0x5c43 024099 arg mem_sp_confirm_remote ,regb 
-0x5c44 024100 arg 16 ,loopcnt 
-0x5c45 024101 call string_compare 
-0x5c46 024102 branch le_dhkey_check_ok ,zero 
-:      024103 le_dhkey_check_fail:
-0x5c47 024104 jam pairing_failed_dhkey_check_failed ,mem_le_ll_pairing_fail_reason 
-0x5c48 024105 branch le_send_pairing_failed 
-:      024108 le_dhkey_check_ok:
-0x5c49 024109 call sp_calc_check_publickey_256 
-0x5c4a 024110 nbranch le_dhkey_check_fail ,zero 
-0x5c4b 024111 jam 1 ,mem_ltk_exists 
-0x5c4c 024112 fetch 1 ,mem_le_pairing_mode 
-0x5c4d 024113 beq le_pairing_mode_secure_connect_justwork ,le_sc_confirm_gkey_ok 
-0x5c4e 024114 beq le_pairing_mode_secure_connect_passkey ,le_sc_confirm_gkey_ok 
-0x5c4f 024115 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c50 024116 jam le_sc_stat_wait_confirm_gkey ,mem_le_secure_connect_state 
-0x5c51 024117 rtn 
-:      024119 le_sc_sm_send_public_key:
-0x5c52 024120 fetch 1 ,mem_le_pairing_mode 
-0x5c53 024121 beq le_pairing_mode_secure_connect_passkey ,le_sc_sm_send_public_key_passkey 
-0x5c54 024122 jam 0 ,mem_passkey_1bit 
-:      024123 le_sc_sm_ready_send_pairing_confirm:
-0x5c55 024124 branch le_send_smp_pairing_confirm 
-:      024126 le_sc_sm_send_public_key_passkey:
-0x5c56 024130 jam 0 ,mem_authentication_passkey_times 
-0x5c57 024131 branch le_parse_smp_pairing_req_passkey 
-:      024134 le_sc_sm_receive_public_key:
-0x5c58 024135 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c59 024136 fetch 1 ,mem_le_sc_local_key_invalid 
-0x5c5a 024137 beq sp_key_valid_256 ,le_public_key_ready 
-0x5c5b 024139 rtn 
-:      024141 le_public_key_ready:
-0x5c5c 024142 jam le_sc_stat_wait_send_public_key ,mem_le_secure_connect_state 
-0x5c5d 024143 jam sp_key_invalid ,mem_sp_dhkey_invalid 
-0x5c5e 024144 branch sp_dhkey_calc_256 
-:      024146 le_sc_sm_wait_send_public_key:
-0x5c5f 024147 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c60 024148 jam le_sc_stat_send_public_key ,mem_le_secure_connect_state 
-0x5c61 024149 branch le_send_smp_pairing_public_key 
-:      024153 le_fifo_malloc_tx_l2cap_smp:
-0x5c62 024154 force le_l2cap_cid_smp ,regb 
-0x5c63 024155 branch le_fifo_malloc_tx_l2cap 
-:      024159 le_parse_ll:
-0x5c64 024160 fetch 1 ,mem_le_rxbuf + 2 
-0x5c65 024161 beq ll_connection_update_req ,le_parse_connection_update_req 
-0x5c66 024162 beq ll_channel_map_req ,le_parse_channel_map_req 
-0x5c67 024163 beq ll_terminate_ind ,le_parse_terminate_ind 
-0x5c68 024164 beq ll_enc_req ,le_parse_enc_req 
-0x5c69 024165 beq ll_enc_rsp ,le_parse_enc_rsp 
-0x5c6a 024166 beq ll_start_enc_req ,le_parse_start_enc_req 
-0x5c6b 024167 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
-0x5c6c 024168 beq ll_unknown_rsp ,le_parse_unknown_rsp 
-0x5c6d 024169 beq ll_feature_req ,le_parse_feature_req 
-0x5c6e 024170 beq ll_feature_rsp ,le_parse_feature_rsp 
-0x5c6f 024171 beq ll_pause_enc_req ,le_parse_pause_enc_req 
-0x5c70 024172 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
-0x5c71 024173 beq ll_version_ind ,le_parse_version_ind 
-0x5c72 024174 beq ll_reject_ind ,le_parse_reject_ind 
-0x5c73 024175 beq ll_ping_req ,le_parse_ping_req 
-0x5c74 024176 beq ll_ping_rsp ,le_parse_ping_rsp 
-0x5c75 024177 arg 2 ,rega 
-0x5c76 024178 arg ll_unknown_rsp ,regb 
-0x5c77 024179 call le_fifo_malloc_tx_ll 
-0x5c78 024180 fetch 1 ,mem_le_rxbuf + 2 
-0x5c79 024181 istore 1 ,contw 
-0x5c7a 024182 rtn 
-:      024185 le_parse_connection_update_req:
-0x5c7b 024186 ifetch 9 ,contr 
-0x5c7c 024187 store 9 ,mem_le_new_param 
-0x5c7d 024188 ifetch 2 ,contr 
-0x5c7e 024189 store 2 ,mem_le_instant 
-0x5c7f 024190 fetch 1 ,mem_le_state 
-0x5c80 024191 set1 lestate_update_param ,pdata 
-0x5c81 024192 store 1 ,mem_le_state 
-0x5c82 024193 rtn 
-:      024195 le_parse_channel_map_req:
-0x5c83 024196 ifetch 5 ,contr 
-0x5c84 024197 store 5 ,mem_le_new_map 
-0x5c85 024198 ifetch 2 ,contr 
-0x5c86 024199 store 2 ,mem_le_instant 
-0x5c87 024200 fetcht 2 ,mem_le_event_count 
-0x5c88 024201 isub temp ,null 
-0x5c89 024202 nbranch le_parse_terminate_ind ,positive 
-0x5c8a 024203 fetch 1 ,mem_le_state 
-0x5c8b 024204 set1 lestate_update_map ,pdata 
-0x5c8c 024205 store 1 ,mem_le_state 
-0x5c8d 024206 rtn 
-:      024209 le_parse_terminate_ind:
-0x5c8e 024210 setarg 20 
-0x5c8f 024211 store 2 ,mem_le_superto 
-0x5c90 024212 store 2 ,mem_le_init_superto 
-0x5c91 024213 rtn 
-:      024215 le_send_terminate_ind_user_terminated:
-0x5c92 024216 arg error_remote_user_terminated_connection ,regc 
-:      024219 le_send_terminate_ind:
-0x5c93 024220 arg 2 ,rega 
-0x5c94 024221 arg ll_terminate_ind ,regb 
-0x5c95 024222 call le_fifo_malloc_tx_ll 
-0x5c96 024223 copy regc ,pdata 
-0x5c97 024224 istore 1 ,contw 
-0x5c98 024225 rtn 
-:      024227 le_parse_feature_req:
-:      024229 le_send_feature_rsp:
-0x5c99 024230 arg 9 ,rega 
-0x5c9a 024231 arg ll_feature_rsp ,regb 
-0x5c9b 024232 call le_fifo_malloc_tx_ll 
-0x5c9c 024233 setarg param_le_features 
-0x5c9d 024234 istore 8 ,contw 
-0x5c9e 024235 rtn 
-:      024238 le_parse_version_ind:
-0x5c9f 024239 rtn master 
-:      024240 le_send_version_ind:
-0x5ca0 024241 arg 6 ,rega 
-0x5ca1 024242 arg ll_version_ind ,regb 
-0x5ca2 024243 call le_fifo_malloc_tx_ll 
-0x5ca3 024244 fetch 5 ,mem_lmp_version 
-0x5ca4 024245 istore 5 ,contw 
-0x5ca5 024246 rtn 
-:      024249 le_parse_ping_req:
-0x5ca6 024250 arg ll_ping_rsp ,regb 
-0x5ca7 024251 branch le_send_ll_one_lenth 
-:      024254 le_send_ll_one_lenth:
-0x5ca8 024255 arg 1 ,rega 
-0x5ca9 024256 branch le_fifo_malloc_tx_ll 
-:      024259 le_parse_enc_req:
-0x5caa 024260 ifetch 8 ,contr 
-0x5cab 024261 store 8 ,mem_le_rand 
-0x5cac 024262 ifetch 2 ,contr 
-0x5cad 024263 store 2 ,mem_le_ediv 
-0x5cae 024264 ifetch 8 ,contr 
-0x5caf 024265 store 8 ,mem_le_skdm 
-0x5cb0 024266 ifetch 4 ,contr 
-0x5cb1 024267 store 4 ,mem_le_ivm 
-0x5cb2 024268 call le_send_enc_rsp 
-0x5cb3 024269 bpatchx patch2f_2 ,mem_patch2f 
-0x5cb4 024270 fetch 1 ,mem_le_pairing_state 
-0x5cb5 024271 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
-0x5cb6 024272 fetch 1 ,mem_le_configuration 
-0x5cb7 024273 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
-0x5cb8 024274 fetch 1 ,mem_nv_data_number 
-0x5cb9 024275 ncall load_device_list_mode_4 ,blank 
-0x5cba 024276 fetch 1 ,mem_ltk_exists 
-0x5cbb 024277 beq 0 ,le_ltk_lost 
-:      024278 le_parse_enc_req_after_auth:
-0x5cbc 024279 jam flag_le_rcv_enc_start ,mem_le_enc_state 
-0x5cbd 024280 call le_send_start_enc_req 
-0x5cbe 024281 branch generate_sk 
-:      024283 le_parse_enc_req_fixed_ltk:
-0x5cbf 024284 jam 1 ,mem_ltk_exists 
-0x5cc0 024285 arg mem_le_fixed_ltk ,contr 
-0x5cc1 024286 arg mem_le_ltk ,contw 
-0x5cc2 024287 call memcpy16 
-0x5cc3 024288 branch le_parse_enc_req_after_auth 
-:      024291 le_ltk_lost:
-0x5cc4 024292 bpatchx patch2f_3 ,mem_patch2f 
-0x5cc5 024293 jam flag_le_enc_null ,mem_le_enc_state 
-0x5cc6 024294 jam flag_le_enc_null ,mem_le_pairing_state 
-0x5cc7 024295 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
-0x5cc8 024296 branch ui_ipc_send_event 
-:      024298 le_send_reject_ind:
-0x5cc9 024299 arg 2 ,rega 
-0x5cca 024300 arg ll_reject_ind ,regb 
-0x5ccb 024301 call le_fifo_malloc_tx_ll 
-0x5ccc 024302 setarg le_err_pin_or_key_missing 
-0x5ccd 024303 istore 1 ,contw 
-0x5cce 024304 rtn 
-:      024306 le_send_enc_rsp:
-0x5ccf 024307 arg mem_le_skds ,contw 
-0x5cd0 024308 force 8 ,loopcnt 
-0x5cd1 024309 call generate_random_loop 
-0x5cd2 024310 arg mem_le_ivs ,contw 
-0x5cd3 024311 force 4 ,loopcnt 
-0x5cd4 024312 call generate_random_loop 
-0x5cd5 024313 arg 13 ,rega 
-0x5cd6 024314 arg ll_enc_rsp ,regb 
-0x5cd7 024315 call le_fifo_malloc_tx_ll 
-0x5cd8 024316 fetch 8 ,mem_le_skds 
-0x5cd9 024317 istore 8 ,contw 
-0x5cda 024318 fetch 4 ,mem_le_ivs 
-0x5cdb 024319 istore 4 ,contw 
-0x5cdc 024320 rtn 
-:      024322 le_send_start_enc_req:
-0x5cdd 024323 arg ll_start_enc_req ,regb 
-0x5cde 024324 branch le_send_ll_one_lenth 
-:      024326 le_send_start_enc_rsp:
-0x5cdf 024327 arg ll_start_enc_rsp ,regb 
-0x5ce0 024328 branch le_send_ll_one_lenth 
-:      024331 le_parse_enc_rsp:
-0x5ce1 024332 ifetch 8 ,contr 
-0x5ce2 024333 store 8 ,mem_le_skds 
-0x5ce3 024334 ifetch 4 ,contr 
-0x5ce4 024335 store 4 ,mem_le_ivs 
-0x5ce5 024336 branch generate_sk 
-:      024338 le_parse_start_enc_req:
-0x5ce6 024339 fetch 1 ,mem_le_state 
-0x5ce7 024340 set1 lestate_encryption ,pdata 
-0x5ce8 024341 store 1 ,mem_le_state 
-0x5ce9 024342 rtn 
-:      024344 le_parse_start_enc_rsp:
-0x5cea 024345 rtn master 
-0x5ceb 024346 jam bt_evt_le_start_enc ,mem_fifo_temp 
-0x5cec 024347 call ui_ipc_send_event 
-0x5ced 024348 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
-0x5cee 024349 branch le_send_start_enc_rsp 
-:      024351 le_parse_pause_enc_req:
-0x5cef 024352 jam flag_le_enc_pause ,mem_le_enc_state 
-0x5cf0 024353 call le_send_pause_enc_rsp 
-0x5cf1 024354 jam bt_evt_le_pause_enc ,mem_fifo_temp 
-0x5cf2 024355 branch ui_ipc_send_event 
-:      024357 le_send_pause_enc_rsp:
-0x5cf3 024358 arg ll_pause_enc_rsp ,regb 
-0x5cf4 024359 branch le_send_ll_one_lenth 
-:      024362 le_parse_feature_rsp:
-:      024363 le_parse_unknown_rsp:
-:      024364 le_parse_pause_enc_rsp:
-:      024365 le_parse_reject_ind:
-:      024366 le_parse_ping_rsp:
-0x5cf5 024367 rtn 
-:      024374 init_lmp:
-0x5cf6 024375 rtn wake 
-:      024376 init_lmp_work:
-0x5cf7 024377 bpatchx patch2f_4 ,mem_patch2f 
-0x5cf8 024378 setarg 0 
-0x5cf9 024379 store 1 ,mem_lmp_to_send 
-0x5cfa 024380 store 1 ,mem_conn_sm 
-0x5cfb 024381 store 1 ,mem_lmo_opcode1 
-0x5cfc 024382 store 1 ,mem_lmo_opcode2 
-0x5cfd 024383 store 1 ,mem_esco_addr 
-0x5cfe 024384 store 1 ,mem_auth_enable 
-0x5cff 024385 store 1 ,mem_connection_options 
-0x5d00 024386 store 1 ,mem_pairing_auth 
-0x5d01 024387 jam switch_flag_init ,mem_switch_flag 
-0x5d02 024388 jam 0 ,mem_switch_fail_master_count 
-0x5d03 024389 jam null_encryp ,mem_wait_encryption 
-:      024390 init_lmp_reinit:
-0x5d04 024391 jam 0 ,mem_pairing_auth 
-0x5d05 024392 jam 0 ,mem_sp_localsm 
-0x5d06 024393 jam 0 ,mem_lmp_conn_state 
-:      024395 parse_rx_done:
-0x5d07 024396 rtn 
-:      024398 parse_lmp:
-0x5d08 024399 bpatchx patch2f_5 ,mem_patch2f 
-0x5d09 024400 call setlocalsm_master ,master 
-0x5d0a 024401 ncall setlocalsm_slave ,master 
-0x5d0b 024402 call lmo_fifo_check 
-0x5d0c 024403 nrtn blank 
-0x5d0d 024404 fetch 1 ,mem_state_map 
-0x5d0e 024405 rtnbit0 smap_rxlmp 
-0x5d0f 024406 set0 smap_rxlmp ,pdata 
-0x5d10 024407 set0 mark_rxbuf_inuse ,mark 
-0x5d11 024408 store 1 ,mem_state_map 
-0x5d12 024409 fetch 1 ,mem_rxbuf 
-0x5d13 024410 fetcht 1 ,mem_state_map 
-0x5d14 024411 isolate1 smap_lmptidinit ,pdata 
-0x5d15 024412 setflag true ,smap_lmptid ,temp 
-0x5d16 024413 storet 1 ,mem_state_map 
-0x5d17 024414 and_into 0x2 ,temp 
-0x5d18 024415 storet 1 ,mem_lmo_tid2 
-0x5d19 024416 fetcht 1 ,mem_state_map 
-0x5d1a 024417 rshift pdata ,pdata 
-0x5d1b 024418 store 1 ,mem_lmi_opcode2 
-0x5d1c 024419 bpatchx patch2f_6 ,mem_patch2f 
-0x5d1d 024420 fetch 1 ,mem_lmi_opcode2 
-0x5d1e 024421 beq lmp_escape ,parse_lmp_escape 
-0x5d1f 024422 beq lmp_accepted ,parse_lmp_accepted 
-0x5d20 024423 beq lmp_not_accepted ,parse_lmp_not_accepted 
-0x5d21 024424 beq lmp_set_afh ,parse_lmp_set_afh 
-0x5d22 024425 beq lmp_clkoffset_req ,parse_lmp_clkoffset_req 
-0x5d23 024426 beq lmp_encryption_mode_req ,parse_lmp_encryption_mode_req 
-0x5d24 024427 beq lmp_encryption_key_size_req ,parse_lmp_crypt_key 
-0x5d25 024428 beq lmp_auto_rate ,parse_lmp_auto_rate 
-0x5d26 024429 beq lmp_test_control ,parse_lmp_test_control 
-0x5d27 024430 beq lmp_test_activate ,parse_lmp_test_activate 
-0x5d28 024431 beq lmp_setup_complete ,parse_lmp_setup_complete 
-0x5d29 024432 beq lmp_supervision_timeout ,parse_lmp_supervision_timeout 
-0x5d2a 024433 beq lmp_features_req ,parse_lmp_features_req 
-0x5d2b 024434 beq lmp_host_connection_req ,parse_lmp_conn_req 
-0x5d2c 024435 beq lmp_version_req ,parse_lmp_version_req 
-0x5d2d 024436 beq lmp_version_res ,parse_lmp_version_res 
-0x5d2e 024437 beq lmp_detach ,parse_lmp_detach 
-0x5d2f 024438 beq lmp_max_slot ,parse_lmp_max_slot 
-0x5d30 024439 beq lmp_max_slot_req ,parse_lmp_max_slot_req 
-0x5d31 024440 beq lmp_name_req ,parse_lmp_name_req 
-0x5d32 024441 beq lmp_name_res ,parse_lmp_name_res 
-0x5d33 024442 beq lmp_features_res ,parse_lmp_features_res 
-0x5d34 024443 beq lmp_comb_key ,parse_lmp_comb_key 
-0x5d35 024444 beq lmp_au_rand ,parse_lmp_au_rand 
-0x5d36 024445 beq lmp_in_rand ,parse_lmp_in_rand 
-0x5d37 024446 beq lmp_sres ,parse_lmp_sres 
-0x5d38 024447 beq lmp_incr_power_req ,parse_lmp_incr_power 
-0x5d39 024448 beq lmp_decr_power_req ,parse_lmp_decr_power 
-0x5d3a 024449 beq lmp_max_power ,parse_lmp_max_power 
-0x5d3b 024450 beq lmp_min_power ,parse_lmp_min_power 
-0x5d3c 024451 beq lmp_page_mode_req ,parse_lmp_page_mode_req 
-0x5d3d 024452 beq lmp_page_scan_mode_req ,parse_lmp_page_scan_mode_req 
-0x5d3e 024453 beq lmp_preferred_rate ,parse_lmp_preferred_rate 
-0x5d3f 024454 beq lmp_slot_offset ,parse_lmp_slot_offset 
-0x5d40 024455 beq lmp_sniff_req ,parse_lmp_sniff_req 
-0x5d41 024456 beq lmp_start_encryption_req ,parse_lmp_start_encryption_req 
-0x5d42 024457 beq lmp_stop_encryption_req ,parse_lmp_stop_encryption_req 
-0x5d43 024458 beq lmp_switch_req ,parse_lmp_switch_req 
-0x5d44 024459 beq lmp_temp_rand ,parse_lmp_temp_rand 
-0x5d45 024460 beq lmp_temp_key ,parse_lmp_temp_key 
-0x5d46 024461 beq lmp_timing_accuracy_req ,parse_lmp_timing_accuracy_req 
-0x5d47 024462 beq lmp_timing_accuracy_res ,parse_lmp_timing_accuracy_res 
-0x5d48 024463 beq lmp_unit_key ,parse_lmp_unit_key 
-0x5d49 024464 beq lmp_unsniff_req ,parse_lmp_unsniff_req 
-0x5d4a 024465 beq lmp_use_semi_permanent_key ,parse_lmp_use_semi_permanend_key 
-0x5d4b 024466 beq lmp_encapsulated_header ,parse_lmp_encapsulated_header 
-0x5d4c 024467 beq lmp_encapsulated_payload ,parse_lmp_encapsulated_payload 
-0x5d4d 024468 beq lmp_simple_pairing_confirm ,parse_simple_pairing_confirm 
-0x5d4e 024469 beq lmp_simple_pairing_number ,parse_lmp_simple_pairing_number 
-0x5d4f 024470 beq lmp_dhkey_check ,parse_dhkey_check 
-0x5d50 024471 beq lmp_clkoffset_res ,parse_lmp_clkoffset_res 
-0x5d51 024472 beq lmp_enc_key_size_mask_req ,parse_enc_key_size_mask_req 
-:      024475 reject_unknown_packet:
-0x5d52 024476 jam unknown_lmp_pdu ,mem_lmo_reason2 
-:      024477 reject_lmp_packet:
-0x5d53 024478 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5d54 024479 rtn 
-:      024481 parse_lmp_clkoffset_req:
-0x5d55 024482 jam lmp_clkoffset_res ,mem_lmo_opcode2 
-0x5d56 024483 rtn 
-:      024485 parse_enc_key_size_mask_req:
-0x5d57 024486 jam lmp_enc_key_size_mask_res ,mem_lmo_opcode2 
-0x5d58 024487 rtn 
-:      024489 parse_lmp_set_afh:
-0x5d59 024490 fetch 4 ,mem_rxbuf + 1 
-0x5d5a 024491 lshift pdata ,pdata 
-0x5d5b 024492 store 4 ,mem_afh_instant 
-0x5d5c 024493 fetch 1 ,mem_rxbuf + 5 
-0x5d5d 024494 store 1 ,mem_afh_new_mod 
-0x5d5e 024495 fetch 5 ,mem_rxbuf + 6 
-0x5d5f 024496 store 5 ,mem_afh_map_new 
-0x5d60 024497 fetch 5 ,mem_rxbuf + 11 
-0x5d61 024498 istore 5 ,contw 
-0x5d62 024499 fetch 1 ,mem_mode 
-0x5d63 024500 set1 afh_change ,pdata 
-0x5d64 024501 store 1 ,mem_mode 
-0x5d65 024502 rtn 
-:      024503 parse_lmp_escape:
-0x5d66 024504 bpatchx patch2f_7 ,mem_patch2f 
-0x5d67 024505 fetch 1 ,mem_rxbuf + 1 
-0x5d68 024506 set1 7 ,pdata 
-0x5d69 024507 store 1 ,mem_lmi_opcode2 
-0x5d6a 024508 beq lmp_ext_accepted ,parse_lmpext_accepted 
-0x5d6b 024509 beq lmp_not_accepted_ext ,parse_lmpext_not_accepted 
-0x5d6c 024510 beq lmp_sniff_subrating_req ,parse_lmp_sniff_subrating_req 
-0x5d6d 024511 beq lmp_sniff_subrating_res ,parse_lmp_sniff_subrating_res 
-0x5d6e 024512 beq lmp_packet_type_table_req ,parse_lmpext_packet_type_table_req 
-0x5d6f 024513 beq lmp_ext_features_req ,parse_lmpext_features_req 
-0x5d70 024514 beq lmp_ext_features_res ,parse_lmpext_features_res 
-0x5d71 024515 beq lmp_ext_chn_classification_req ,parse_lmpext_chn_classification_req 
-0x5d72 024516 beq lmp_pause_encryption_req ,parse_lmpext_pause_encrypt 
-0x5d73 024517 beq lmp_resume_encryption_req ,parse_lmpext_resume_encrypt 
-0x5d74 024518 beq lmp_io_cap_req ,parse_lmpext_iocap_req 
-0x5d75 024519 beq lmp_io_cap_res ,parse_lmpext_iocap_res 
-0x5d76 024520 rtneq lmp_ext_features_res 
-:      024523 reject_unknown_ext_packet:
-0x5d77 024524 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
-0x5d78 024525 jam unknown_lmp_pdu ,mem_lmo_reason2 
-0x5d79 024527 rtn 
-:      024528 parse_lmpext_chn_classification_req:
-0x5d7a 024529 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
-0x5d7b 024530 jam not_support_chn_classification ,mem_lmo_reason2 
-0x5d7c 024531 rtn 
-:      024533 parse_lmpext_iocap_req:
-0x5d7d 024534 call iocap_lmpext_load 
-0x5d7e 024535 jam lmp_io_cap_res ,mem_lmo_opcode2 
-0x5d7f 024536 rtn 
-:      024538 parse_lmpext_iocap_res:
-0x5d80 024539 call iocap_lmpext_load 
-0x5d81 024540 branch iocap_lmpext_common 
-:      024542 iocap_lmpext_load:
-0x5d82 024543 arg mem_sp_iocap_remote ,contw 
-0x5d83 024544 fetch 3 ,mem_rxbuf + 2 
-0x5d84 024545 istore 3 ,contw 
-0x5d85 024546 rtn 
-:      024548 iocap_lmpext_common:
-0x5d86 024549 branch master_set_mem_master_sp_flag ,true 
-0x5d87 024550 rtn 
-:      024551 parse_lmpext_accepted:
-0x5d88 024552 fetch 1 ,mem_rxbuf + 3 
-0x5d89 024553 set1 7 ,pdata 
-0x5d8a 024554 store 1 ,mem_lmi_accepted_opcode 
-0x5d8b 024555 beq lmp_packet_type_table_req ,parse_lmpext_accepted_ptt 
-0x5d8c 024556 rtn 
-:      024559 parse_lmpext_not_accepted:
-0x5d8d 024560 fetch 1 ,mem_rxbuf + 3 
-0x5d8e 024561 set1 7 ,pdata 
-0x5d8f 024562 store 1 ,mem_lmi_accepted_opcode 
-0x5d90 024563 beq lmp_packet_type_table_req ,parse_lmpext_not_accepted_ptt 
-0x5d91 024564 rtn 
-:      024566 parse_lmpext_accepted_ptt:
-0x5d92 024567 fetch 1 ,mem_ptt 
-0x5d93 024568 fetcht 1 ,mem_state_map 
-0x5d94 024569 nsetflag blank ,smap_edr ,temp 
-0x5d95 024570 storet 1 ,mem_state_map 
-:      024571 parse_lmpext_not_accepted_ptt:
-0x5d96 024572 fetch 1 ,mem_state 
-0x5d97 024573 rtnbit0 state_init_seq 
-0x5d98 024574 set0 state_init_seq ,pdata 
-0x5d99 024575 store 1 ,mem_state 
-0x5d9a 024576 fetch 1 ,mem_auth_enable 
-0x5d9b 024577 nrtn blank 
-0x5d9c 024578 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5d9d 024579 rtn 
-:      024581 parse_lmpext_pause_encrypt:
-0x5d9e 024582 nbranch parse_lmpext_pause_encrypt_slave ,master 
-0x5d9f 024583 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x5da0 024584 branch tid_reply 
-:      024586 parse_lmpext_pause_encrypt_slave:
-0x5da1 024587 jam lmp_pause_encryption_req ,mem_lmo_opcode2 
-0x5da2 024588 rtn 
-:      024590 parse_lmpext_resume_encrypt:
-0x5da3 024593 call tid_reply 
-0x5da4 024594 branch lmp_start_encryption 
-:      024596 parse_lmpext_features_req:
-0x5da5 024597 jam lmp_ext_features_res ,mem_lmo_opcode2 
-0x5da6 024598 rtn 
-:      024600 parse_lmpext_features_res:
-0x5da7 024601 fetcht 1 ,mem_rxbuf + 4 
-0x5da8 024602 and temp ,0x1 ,temp 
-0x5da9 024603 storet 1 ,mem_remote_sppcap 
-0x5daa 024604 fetch 1 ,mem_hci_cmd 
-0x5dab 024605 bne hci_cmd_wait_remote_ext_feature ,parse_lmpext_features_res_not_hci 
-0x5dac 024606 jam 0 ,mem_hci_cmd 
-:      024607 parse_lmpext_features_res_not_hci:
-0x5dad 024608 fetch 1 ,mem_conn_sm 
-0x5dae 024609 rtnne conn_sm_wait_features_ext 
-0x5daf 024610 jam conn_sm_send_conn_req ,mem_conn_sm 
-0x5db0 024611 branch process_conn_sm 
-:      024613 parse_lmp_accepted:
-0x5db1 024614 bpatchx patch30_0 ,mem_patch30 
-0x5db2 024615 fetch 1 ,mem_rxbuf + 1 
-0x5db3 024616 store 1 ,mem_lmi_accepted_opcode 
-0x5db4 024617 beq lmp_host_connection_req ,parse_lmp_accepted_hostconn 
-0x5db5 024618 beq lmp_in_rand ,parse_lmp_accepted_inrand 
-0x5db6 024619 beq lmp_encryption_mode_req ,parse_lmp_accepted_enc_mode 
-0x5db7 024620 beq lmp_encryption_key_size_req ,parse_lmp_accepted_enc_keysize 
-0x5db8 024621 beq lmp_start_encryption_req ,parse_lmp_accepted_start_enc 
-0x5db9 024622 beq lmp_stop_encryption_req ,parse_lmp_accepted_stop_enc 
-0x5dba 024623 beq lmp_unsniff_req ,parse_lmp_accepted_unsniff_req 
-0x5dbb 024624 beq lmp_sniff_req ,parse_lmp_accepted_sniff_req 
-0x5dbc 024625 beq lmp_switch_req ,parse_lmp_accepted_switch 
-0x5dbd 024627 beq lmp_encapsulated_header ,parse_lmp_accepted_encapsulated_header 
-0x5dbe 024628 beq lmp_encapsulated_payload ,parse_lmp_accepted_encapsulated_payload 
-0x5dbf 024629 beq lmp_simple_pairing_number ,parse_lmp_accepted_simple_pairing_number 
-0x5dc0 024630 beq lmp_dhkey_check ,parse_lmp_accepted_dhkey_check 
-0x5dc1 024631 rtn 
-:      024633 parse_lmp_not_accepted:
-0x5dc2 024634 bpatchx patch30_1 ,mem_patch30 
-0x5dc3 024635 fetch 1 ,mem_rxbuf + 1 
-0x5dc4 024636 store 1 ,mem_lmi_accepted_opcode 
-0x5dc5 024637 beq lmp_name_req ,parse_lmp_not_accepted_name_req 
-0x5dc6 024638 beq lmp_host_connection_req ,parse_lmp_not_accepted_hostconn 
-0x5dc7 024639 beq lmp_au_rand ,parse_lmp_not_accepted_aurand 
-0x5dc8 024640 beq lmp_in_rand ,parse_lmp_not_accepted_inrand 
-0x5dc9 024641 beq lmp_switch_req ,parse_lmp_not_accepted_switch 
-0x5dca 024643 beq lmp_simple_pairing_number ,parse_lmp_not_accepted_simple_pairing_number 
-0x5dcb 024644 beq lmp_dhkey_check ,parse_lmp_not_accepted_dhkey_check 
-0x5dcc 024645 beq lmp_unsniff_req ,parse_lmp_not_accepted_unsniff_req 
-0x5dcd 024646 beq lmp_sniff_req ,parse_lmp_not_acdcept_sniff_req 
-0x5dce 024647 rtn 
-:      024649 parse_lmp_accepted_switch:
-0x5dcf 024650 jam bt_evt_switch_accept ,mem_fifo_temp 
-0x5dd0 024651 call ui_ipc_send_event 
-0x5dd1 024652 branch role_switch_prepare0 
-:      024653 parse_lmp_not_accepted_switch:
-0x5dd2 024654 jam bt_evt_switch_not_accept ,mem_fifo_temp 
-0x5dd3 024655 call ui_ipc_send_event 
-0x5dd4 024656 jam switch_flag_not_accept ,mem_switch_flag 
-0x5dd5 024657 setarg timer_switch_waite 
-0x5dd6 024658 arg switch_wait_timer ,queue 
-0x5dd7 024659 branch timer_init 
-:      024662 parse_lmp_accepted_hostconn:
-0x5dd8 024665 fetch 1 ,mem_lmp_conn_state 
-0x5dd9 024666 set1 received_conn_req ,pdata 
-0x5dda 024667 store 1 ,mem_lmp_conn_state 
-0x5ddb 024668 jam bt_evt_bb_connected ,mem_fifo_temp 
-0x5ddc 024669 call ui_ipc_send_event 
-0x5ddd 024670 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
-:      024672 parse_lmp_accepted_hostconn_ctn:
-0x5dde 024674 fetch 1 ,mem_conn_sm 
-0x5ddf 024675 bne conn_sm_wait_conn_accept ,parse_rx_done 
-0x5de0 024678 jam conn_sm_auth_pair ,mem_conn_sm 
-0x5de1 024679 rtn 
-:      024687 parse_lmp_not_accepted_hostconn:
-0x5de2 024688 jam acl_connection_already_exists ,mem_disconn_reason_send 
-0x5de3 024689 jam lmp_detach ,mem_lmo_opcode2 
-0x5de4 024691 jam conn_sm_standby ,mem_conn_sm 
-0x5de5 024693 branch parse_rx_done ,true 
-0x5de6 024694 rtn 
-:      024696 parse_lmp_accepted_inrand:
-0x5de7 024697 fetch 1 ,mem_link_key_exists 
-0x5de8 024698 nrtn blank 
-0x5de9 024699 call clear_linkkey 
-0x5dea 024700 call lmp_generate_key 
-0x5deb 024701 rtn master 
-0x5dec 024702 set1 mark_slave_in_rand_accepted ,mark 
-0x5ded 024703 rtn 
-:      024705 parse_lmp_accepted_enc_mode:
-0x5dee 024706 nrtn master 
-0x5def 024707 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
-0x5df0 024708 fetch 1 ,mem_state_map 
-0x5df1 024709 rtnbit0 smap_encryption 
-0x5df2 024710 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x5df3 024711 rtn 
-:      024713 parse_lmp_accepted_enc_keysize:
-0x5df4 024714 branch lmp_start_encryption 
-:      024716 parse_lmp_accepted_start_enc:
-0x5df5 024717 call send_create_conn_start_l2cap_timer_sm 
-0x5df6 024718 fetch 1 ,mem_state 
-0x5df7 024719 rtnbit1 state_conn_comp 
-0x5df8 024720 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5df9 024721 fetch 1 ,mem_conn_sm 
-0x5dfa 024722 rtnne conn_sm_encrypt_wait 
-0x5dfb 024723 jam conn_sm_encrypt_wait_clear ,mem_conn_sm 
-0x5dfc 024724 rtn 
-:      024726 parse_lmp_accepted_stop_enc:
-0x5dfd 024734 rtn 
-:      024736 parse_lmp_not_accepted_aurand:
-:      024737 parse_lmp_not_accepted_aurand_send_detach:
-0x5dfe 024738 jam lmp_detach ,mem_lmo_opcode2 
-0x5dff 024739 jam other_end_terminated ,mem_disconn_reason_send 
-0x5e00 024740 rtn 
-:      024742 parse_lmp_not_accepted_inrand:
-0x5e01 024743 fetch 1 ,mem_rxbuf + 2 
-0x5e02 024744 beq key_missing ,parse_lmp_inrand_key_missing 
-0x5e03 024745 rtnne pairing_not_allowed 
-0x5e04 024746 jam pairing_not_allowed ,mem_disconn_reason_send 
-0x5e05 024747 jam lmp_detach ,mem_lmo_opcode2 
-0x5e06 024748 rtn 
-:      024749 parse_lmp_inrand_key_missing:
-0x5e07 024750 jam key_missing ,mem_disconn_reason_send 
-0x5e08 024751 jam lmp_detach ,mem_lmo_opcode2 
-0x5e09 024752 rtn 
-:      024754 parse_lmp_not_accepted_name_req:
-0x5e0a 024755 rtn 
-:      024757 parse_lmp_not_accepted_simple_pairing_number:
-0x5e0b 024758 jam sp_stat_null ,mem_sp_state 
-0x5e0c 024759 jam lmp_detach ,mem_lmo_opcode2 
-0x5e0d 024760 branch parse_rx_done 
-:      024762 parse_lmp_not_accepted_dhkey_check:
-0x5e0e 024763 jam sp_stat_null ,mem_sp_state 
-0x5e0f 024764 jam lmp_detach ,mem_lmo_opcode2 
-0x5e10 024765 branch parse_rx_done 
-:      024766 parse_lmp_not_accepted_unsniff_req:
-0x5e11 024767 jam bt_evt_unsniff_not_accept ,mem_fifo_temp 
-0x5e12 024768 branch ui_ipc_send_event 
-:      024770 parse_lmp_accepted_unsniff_req:
-0x5e13 024771 jam bt_evt_unsniff_accept ,mem_fifo_temp 
-0x5e14 024772 call ui_ipc_send_event 
-0x5e15 024773 branch sniff_exit 
-:      024775 parse_lmp_accepted_sniff_req:
-0x5e16 024776 jam bt_evt_sniff_accept ,mem_fifo_temp 
-0x5e17 024777 call ui_ipc_send_event 
-0x5e18 024778 setarg 0 
-0x5e19 024779 store 2 ,mem_dsniff 
-0x5e1a 024780 fetch 2 ,mem_sniff_param_interval 
-0x5e1b 024781 lshift pdata ,pdata 
-0x5e1c 024782 store 2 ,mem_tsniff 
-0x5e1d 024783 fetch 1 ,mem_sniff_param_attempt 
-0x5e1e 024784 store 1 ,mem_sniff_attempt 
-0x5e1f 024785 fetch 1 ,mem_sniff_param_timeout 
-0x5e20 024786 store 1 ,mem_sniff_timeout 
-0x5e21 024787 branch sniff_init 
-:      024789 parse_lmp_not_acdcept_sniff_req:
-0x5e22 024790 jam bt_evt_sniff_not_accept ,mem_fifo_temp 
-0x5e23 024791 branch ui_ipc_send_event 
-:      024793 parse_lmp_crypt_key:
-0x5e24 024794 fetcht 1 ,mem_rxbuf + 1 
-0x5e25 024795 storet 1 ,mem_key_size 
-0x5e26 024796 branch accept_lmp_msg 
-:      024798 parse_lmp_setup_complete:
-0x5e27 024799 fetch 1 ,mem_lmp_conn_state 
-0x5e28 024800 set1 received_setup_complete ,pdata 
-0x5e29 024801 store 1 ,mem_lmp_conn_state 
-0x5e2a 024802 rtnbit1 sent_setup_complete 
-0x5e2b 024803 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5e2c 024804 branch parse_rx_done 
-:      024806 parse_lmp_max_slot:
-0x5e2d 024809 rtn 
-:      024811 parse_lmp_max_slot_req:
-0x5e2e 024812 fetch 1 ,mem_max_slot 
-0x5e2f 024813 fetcht 1 ,mem_rxbuf + 1 
-0x5e30 024814 isub temp ,null 
-0x5e31 024816 branch accept_lmp_msg ,positive 
-0x5e32 024817 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5e33 024818 jam unspecified_error ,mem_lmo_reason2 
-0x5e34 024819 jam lmp_max_slot_req ,mem_lmi_opcode2 
-0x5e35 024820 rtn 
-:      024822 parse_lmp_detach:
-0x5e36 024823 call prepare_disconnect 
-0x5e37 024824 branch accept_lmp_msg 
-:      024826 accept_lmp_msg:
-0x5e38 024827 jam lmp_accepted ,mem_lmo_opcode2 
-0x5e39 024828 rtn 
-:      024830 parse_lmp_incr_power:
-0x5e3a 024831 jam lmp_max_power ,mem_lmo_opcode2 
-0x5e3b 024832 rtn 
-:      024834 parse_lmp_decr_power:
-0x5e3c 024835 jam lmp_min_power ,mem_lmo_opcode2 
-0x5e3d 024836 rtn 
-:      024838 parse_lmp_version_res:
-0x5e3e 024839 fetch 1 ,mem_conn_sm 
-0x5e3f 024840 rtneq conn_sm_wait_version 
-0x5e40 024842 jam conn_sm_send_features ,mem_conn_sm 
-0x5e41 024844 rtn 
-:      024847 parse_lmp_auto_rate:
-0x5e42 024848 rtn 
-:      024850 parse_lmp_in_rand:
-0x5e43 024851 call lmp_copy_rand 
-0x5e44 024852 jam pincode_state_wait_pincode ,mem_pincode_state 
-0x5e45 024853 jam bt_evt_pincode_req ,mem_fifo_temp 
-0x5e46 024854 call ui_ipc_send_event 
-0x5e47 024856 call tid_check 
-0x5e48 024857 nbranch lmp_accept_inrand ,true 
-0x5e49 024859 nbranch parse_lmp_inrand_res ,master 
-0x5e4a 024860 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5e4b 024861 jam lmp_in_rand ,mem_lmi_opcode2 
-0x5e4c 024862 jam transaction_collision ,mem_lmo_reason2 
-0x5e4d 024863 rtn 
-:      024864 parse_lmp_inrand_res:
-0x5e4e 024865 fetch 1 ,mem_op 
-0x5e4f 024866 set1 op_inrand_req ,pdata 
-0x5e50 024867 store 1 ,mem_op 
-0x5e51 024868 rtn 
-:      024871 pop_tid_follow:
-0x5e52 024872 fetcht 1 ,mem_state_map 
-0x5e53 024873 nsetflag blank ,smap_lmptid ,temp 
-0x5e54 024874 storet 1 ,mem_state_map 
-0x5e55 024875 rtn 
-:      024878 push_tid_follow:
-0x5e56 024879 fetch 1 ,mem_lmo_tid2 
-0x5e57 024880 rshift pdata ,pdata 
-0x5e58 024881 and_into 1 ,pdata 
-0x5e59 024882 rtn 
-:      024884 parse_lmp_au_rand_moudle:
-0x5e5a 024885 fetch 1 ,mem_nv_data_number 
-0x5e5b 024886 rtn blank 
-0x5e5c 024887 fetch 1 ,mem_pairing_auth 
-0x5e5d 024888 call load_device_list ,blank 
-0x5e5e 024889 rtn 
-:      024891 parse_lmp_au_rand:
-0x5e5f 024892 call parse_lmp_au_rand_moudle 
-0x5e60 024893 call push_tid_follow 
-0x5e61 024894 store 1 ,mem_sres_tid 
-0x5e62 024895 call lmp_copy_rand 
-0x5e63 024896 jam lmp_sres ,mem_lmo_opcode2 
-0x5e64 024897 fetch 1 ,mem_link_key_exists 
-0x5e65 024898 nrtn blank 
-0x5e66 024899 fetch 1 ,mem_state 
-0x5e67 024900 rtnbit1 state_combkey 
-0x5e68 024901 jam key_missing ,mem_lmo_reason2 
-0x5e69 024902 branch reject_lmp_packet 
-:      024904 parse_lmp_sres:
-0x5e6a 024905 arg mem_plap ,rega 
-0x5e6b 024906 call function_e1 
-0x5e6c 024907 fetch 4 ,mem_rxbuf + 1 
-0x5e6d 024908 fetcht 4 ,mem_input_store 
-0x5e6e 024909 isub temp ,null 
-0x5e6f 024910 branch authentication_ok ,zero 
-0x5e70 024911 jam lmp_detach ,mem_lmo_opcode2 
-0x5e71 024912 jam authentication_failure_error ,mem_disconn_reason_send 
-0x5e72 024913 rtn 
-:      024914 authentication_ok:
-0x5e73 024915 call authentication_ok_common 
-0x5e74 024916 fetch 1 ,mem_ssp_enable 
-0x5e75 024917 branch pairing_success ,blank 
-0x5e76 024918 rtn 
-:      024921 authentication_ok_common:
-0x5e77 024922 call copy_aco 
-0x5e78 024923 call linkkey_ready 
-0x5e79 024924 fetch 1 ,mem_op 
-0x5e7a 024925 isolate1 op_auth_req ,pdata 
-0x5e7b 024926 set0 op_auth_req ,pdata 
-0x5e7c 024927 store 1 ,mem_op 
-0x5e7d 024928 fetch 1 ,mem_conn_sm 
-0x5e7e 024929 beq conn_sm_auth_wait ,authentication_ok_conn_sm 
-0x5e7f 024930 beq conn_sm_pairing_wait ,authentication_ok_conn_sm 
-0x5e80 024931 rtn 
-:      024932 authentication_ok_conn_sm:
-0x5e81 024933 fetch 1 ,mem_pairing_auth 
-0x5e82 024934 rtnne defalt_pairing_auth 
-0x5e83 024935 fetch 1 ,mem_state_map 
-0x5e84 024936 rtnbit1 smap_encryption 
-0x5e85 024937 branch host_create_conn_encrypt 
-:      024939 parse_lmp_comb_key:
-0x5e86 024940 arg mem_rxbuf + 1 ,rega 
-0x5e87 024941 arg mem_kinit ,regb 
-0x5e88 024942 arg mem_random_number ,contw 
-0x5e89 024943 call xor16 
-0x5e8a 024944 arg mem_plap ,rega 
-0x5e8b 024945 call generate_linkkey 
-0x5e8c 024946 jam lmp_au_rand ,mem_lmo_opcode2 
-0x5e8d 024947 fetch 1 ,mem_state 
-0x5e8e 024948 bbit0 state_combkey ,lmp_generate_key 
-0x5e8f 024949 rtn 
-:      024951 parse_lmp_name_res:
-0x5e90 024952 fetch 2 ,mem_len 
-0x5e91 024953 add pdata ,-3 ,loopcnt 
-0x5e92 024954 fetcht 1 ,mem_rxbuf + 1 
-0x5e93 024955 setarg mem_tmp_buffer 
-0x5e94 024956 iadd temp ,contw 
-0x5e95 024957 arg mem_rxbuf + 3 ,contr 
-0x5e96 024958 call memcpy 
-0x5e97 024959 fetcht 1 ,mem_name_offset 
-0x5e98 024960 fetch 1 ,mem_rxbuf + 2 
-0x5e99 024961 isub temp ,pdata 
-0x5e9a 024962 sub pdata ,14 ,null 
-0x5e9b 024963 branch parse_lmp_name_res_end ,positive 
-0x5e9c 024964 add temp ,14 ,pdata 
-0x5e9d 024965 store 1 ,mem_name_offset 
-0x5e9e 024966 jam lmp_name_req ,mem_lmo_opcode2 
-0x5e9f 024967 rtn 
-:      024968 parse_lmp_name_res_end:
-0x5ea0 024969 fetch 1 ,mem_state_map 
-0x5ea1 024970 set1 smap_name_res ,pdata 
-0x5ea2 024971 store 1 ,mem_state_map 
-0x5ea3 024972 bbit1 smap_name_req ,lmp_disconnect 
-0x5ea4 024973 rtn 
-:      024974 parse_lmp_name_req:
-0x5ea5 024975 fetch 1 ,mem_rxbuf + 1 
-0x5ea6 024976 store 1 ,mem_lmi_opcode2 
-0x5ea7 024977 jam lmp_name_res ,mem_lmo_opcode2 
-0x5ea8 024978 rtn 
-:      024980 parse_lmp_conn_req:
-0x5ea9 024981 branch accept_lmp_msg 
-:      024983 parse_lmp_timing_accuracy_req:
-0x5eaa 024984 jam lmp_timing_accuracy_res ,mem_lmo_opcode2 
-0x5eab 024985 rtn 
-:      024987 parse_lmp_features_req:
-0x5eac 024988 jam lmp_features_res ,mem_lmo_opcode2 
-0x5ead 024989 rtn 
-:      024991 parse_lmp_version_req:
-0x5eae 024992 jam lmp_version_res ,mem_lmo_opcode2 
-0x5eaf 024993 rtn 
-:      024995 parse_lmp_supervision_timeout:
-0x5eb0 024998 rtn 
-:      025002 parse_lmp_sniff_subrating_req:
-0x5eb1 025003 fetch 2 ,mem_tsniff 
-0x5eb2 025004 iforce temp 
-0x5eb3 025005 fetch 1 ,mem_rxbuf + 2 
-0x5eb4 025006 store 1 ,mem_subsniff_rate 
-0x5eb5 025007 imul32 temp ,temp 
-0x5eb6 025008 fetch 2 ,mem_rxbuf + 3 
-0x5eb7 025009 lshift pdata ,pdata 
-0x5eb8 025010 store 2 ,mem_subsniff_tcmax 
-0x5eb9 025011 fetch 4 ,mem_rxbuf + 5 
-0x5eba 025012 lshift pdata ,pdata 
-0x5ebb 025013 store 4 ,mem_subsniff_instant 
-0x5ebc 025015 deposit temp 
-0x5ebd 025016 store 2 ,mem_subsniff_tsniff 
-0x5ebe 025017 rtn 
-:      025018 parse_lmpext_packet_type_table_req:
-0x5ebf 025019 fetcht 1 ,mem_ptt 
-0x5ec0 025020 fetch 1 ,mem_rxbuf + 2 
-0x5ec1 025021 ixor temp ,null 
-0x5ec2 025022 nbranch reject_unknown_ext_packet ,zero 
-0x5ec3 025023 isolate1 0 ,pdata 
-0x5ec4 025024 fetch 1 ,mem_state_map 
-0x5ec5 025025 setflag true ,smap_edr ,pdata 
-0x5ec6 025026 store 1 ,mem_state_map 
-0x5ec7 025027 jam lmp_ext_accepted ,mem_lmo_opcode2 
-0x5ec8 025028 jam lmp_packet_type_table_req ,mem_lmi_opcode2 
-0x5ec9 025029 rtn 
-:      025032 parse_lmp_sniff_subrating_res:
-:      025033 parse_lmp_preferred_rate:
-:      025034 parse_lmp_max_power:
-:      025035 parse_lmp_min_power:
-0x5eca 025036 rtn 
-:      025037 parse_lmp_page_mode_req:
-0x5ecb 025039 branch accept_lmp_msg 
-:      025040 parse_lmp_page_scan_mode_req:
-0x5ecc 025043 branch accept_lmp_msg 
-:      025047 parse_lmp_slot_offset:
-0x5ecd 025048 fetch 2 ,mem_rxbuf + 1 
-0x5ece 025049 store 2 ,mem_slot_offset 
-0x5ecf 025050 rtn 
-:      025052 parse_lmp_sniff_req_check_sniff_para:
-0x5ed0 025053 fetch 2 ,mem_rxbuf + 4 
-0x5ed1 025054 fetcht 1 ,mem_lpm_mult 
-0x5ed2 025055 imul32 temp ,pdata 
-0x5ed3 025056 arg 0x640 ,temp 
-0x5ed4 025057 isub temp ,null 
-0x5ed5 025059 rtn 
-:      025061 parse_lmp_sniff_req:
-0x5ed6 025062 fetch 2 ,mem_rxbuf + 6 
-0x5ed7 025063 branch lmp_reject_sniff ,blank 
-0x5ed8 025064 call parse_lmp_sniff_req_check_sniff_para 
-0x5ed9 025065 branch lmp_reject_sniff ,positive 
-0x5eda 025066 fetch 1 ,mem_device_option 
-0x5edb 025067 sub pdata ,dvc_op_module ,null 
-0x5edc 025068 call module_set_lpm_mult_2 ,zero 
-0x5edd 025069 fetch 1 ,mem_state 
-0x5ede 025070 bbit1 state_insniff ,lmp_reject_sniff 
-0x5edf 025071 fetch 2 ,mem_rxbuf + 2 
-0x5ee0 025072 lshift pdata ,pdata 
-0x5ee1 025073 store 2 ,mem_dsniff 
-0x5ee2 025074 fetch 2 ,mem_rxbuf + 4 
-0x5ee3 025075 lshift pdata ,pdata 
-0x5ee4 025076 store 2 ,mem_tsniff 
-0x5ee5 025077 fetch 2 ,mem_rxbuf + 6 
-0x5ee6 025078 store 1 ,mem_sniff_attempt 
-0x5ee7 025079 iforce temp 
-0x5ee8 025080 fetch 2 ,mem_rxbuf + 8 
-0x5ee9 025081 store 1 ,mem_sniff_timeout 
-0x5eea 025082 isub temp ,null 
-0x5eeb 025083 nbranch set_big_value_to_attempt ,positive 
-0x5eec 025084 store 1 ,mem_sniff_attempt 
-:      025085 set_big_value_to_attempt:
-0x5eed 025087 jam lmp_accepted ,mem_lmo_opcode2 
-0x5eee 025088 jam lmp_sniff_req ,mem_lmi_opcode2 
-0x5eef 025089 rtn 
-:      025091 lmp_reject_sniff:
-0x5ef0 025092 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5ef1 025093 branch reject_lmp_packet 
-:      025095 parse_lmp_start_encryption_req:
-0x5ef2 025096 call accept_lmp_msg 
-0x5ef3 025097 call lmp_copy_rand 
-0x5ef4 025098 call function_e3 
-0x5ef5 025099 branch start_encryption 
-:      025101 parse_lmp_stop_encryption_req:
-0x5ef6 025102 call accept_lmp_msg 
-0x5ef7 025103 branch stop_encryption 
-:      025106 parse_lmp_switch_req:
-0x5ef8 025107 fetch 4 ,mem_rxbuf + 1 
-0x5ef9 025108 lshift pdata ,pdata 
-0x5efa 025110 branch parse_lmp_switch_accept ,master 
-0x5efb 025111 fetcht 1 ,mem_link_key_exists 
-0x5efc 025112 nbranch parse_lmp_switch_req_clear_mark ,blank 
-:      025113 parse_lmp_switch_req_not_accept:
-0x5efd 025114 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5efe 025115 jam lmp_switch_req ,mem_lmi_opcode2 
-0x5eff 025116 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f00 025117 rtn 
-:      025118 parse_lmp_switch_req_clear_mark:
-0x5f01 025119 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x5f02 025120 jam 0 ,mem_conn_sm 
-0x5f03 025121 branch role_switch_prepare 
-:      025123 parse_lmp_switch_accept:
-0x5f04 025124 call role_switch_prepare 
-0x5f05 025125 set1 mark_reconn_recieve_switch ,mark 
-0x5f06 025126 fetch 1 ,mem_connection_options 
-0x5f07 025127 set0 connection_switch ,pdata 
-0x5f08 025128 store 1 ,mem_connection_options 
-0x5f09 025129 branch accept_lmp_msg 
-:      025133 parse_lmp_temp_rand:
-:      025134 parse_lmp_temp_key:
-:      025135 parse_lmp_timing_accuracy_res:
-:      025136 parse_lmp_unit_key:
-:      025137 parse_lmp_use_semi_permanend_key:
-0x5f0a 025138 rtn 
-:      025141 parse_lmp_unsniff_req:
-0x5f0b 025142 jam lmp_accepted ,mem_lmo_opcode2 
-0x5f0c 025143 jam lmp_unsniff_req ,mem_lmi_opcode2 
-0x5f0d 025144 jam bt_evt_remote_unsniff ,mem_fifo_temp 
-0x5f0e 025145 call ui_ipc_send_event 
-0x5f0f 025146 branch sniff_exit 
-:      025148 parse_lmp_encapsulated_header:
-0x5f10 025149 fetch 1 ,mem_rxbuf + 1 
-0x5f11 025150 bne encapsulated_major_type_p192 ,parse_lmp_encapsulated_header_reject 
-0x5f12 025151 fetch 1 ,mem_rxbuf + 2 
-0x5f13 025152 bne encapsulated_minor_type_p192 ,parse_lmp_encapsulated_header_reject 
-0x5f14 025153 fetch 1 ,mem_rxbuf + 3 
-0x5f15 025154 bne encapsulated_len_p192 ,parse_lmp_encapsulated_header_reject 
-0x5f16 025155 call check_localsm 
-0x5f17 025156 branch parse_lmp_encapsulated_header_master ,true 
-0x5f18 025157 jam sp_stat_key_recv ,mem_sp_state 
-:      025158 parse_lmp_encapsulated_header_master:
-0x5f19 025159 jam lmp_accepted ,mem_lmo_opcode2 
-0x5f1a 025160 jam lmp_encapsulated_header ,mem_lmi_opcode2 
-0x5f1b 025161 branch parse_rx_done 
-:      025163 parse_lmp_encapsulated_header_reject:
-0x5f1c 025164 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f1d 025165 branch reject_lmp_packet 
-:      025167 parse_lmp_accepted_encapsulated_header:
-0x5f1e 025170 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
-0x5f1f 025172 rtn 
-:      025173 parse_lmp_accepted_simple_pairing_number:
-0x5f20 025174 fetch 1 ,mem_ssp_mode_flag 
-0x5f21 025175 beq ssp_mode_ssp_pin_flag ,parse_lmp_accepted_simple_pairing_number_ssp_pin 
-0x5f22 025176 beq ssp_mode_passkey_entry_flag ,parse_lmp_accepted_simple_pairing_number_passkey 
-:      025177 parse_lmp_accepted_simple_pairing_number_common:
-0x5f23 025178 call check_localsm 
-0x5f24 025179 rtn true 
-0x5f25 025180 jam sp_stat_confirm_recv ,mem_sp_state 
-0x5f26 025181 rtn 
-:      025183 parse_lmp_accepted_simple_pairing_number_ssp_pin:
-0x5f27 025184 call g_noninit_number_confirm 
-0x5f28 025185 jam bt_evt_bt_gkey_generate ,mem_fifo_temp 
-0x5f29 025186 call ui_ipc_send_event 
-0x5f2a 025187 branch parse_lmp_accepted_simple_pairing_number_common 
-:      025190 parse_lmp_accepted_simple_pairing_number_passkey:
-0x5f2b 025191 call check_localsm 
-0x5f2c 025192 rtn true 
-0x5f2d 025193 fetch 1 ,mem_authentication_passkey_times 
-0x5f2e 025194 beq 19 ,authentication_passkey_end 
-0x5f2f 025195 increase 1 ,pdata 
-0x5f30 025196 store 1 ,mem_authentication_passkey_times 
-:      025199 authentication_passkey:
-0x5f31 025200 jam sp_flag_commit ,mem_sp_flag 
-0x5f32 025201 jam sp_stat_commit_calc ,mem_sp_state 
-0x5f33 025202 fetch 1 ,mem_authentication_passkey_times 
-0x5f34 025203 copy pdata ,queue 
-0x5f35 025204 fetch 6 ,mem_pin 
-0x5f36 025205 qisolate1 pdata 
-0x5f37 025206 setarg 0x80 
-0x5f38 025207 setflag true ,0 ,pdata 
-0x5f39 025208 store 1 ,mem_passkey_1bit 
-0x5f3a 025209 rtn 
-:      025211 authentication_passkey_end:
-0x5f3b 025212 jam sp_stat_confirm_recv ,mem_sp_state 
-0x5f3c 025213 rtn 
-:      025215 parse_lmp_accepted_dhkey_check:
-0x5f3d 025216 call parse_lmp_accepted_dhkey_check_common 
-:      025217 pairing_success:
-0x5f3e 025218 fetch 1 ,mem_flag_pairing_state 
-0x5f3f 025219 rtn blank 
-0x5f40 025220 jam flag_pairing_state_not_pairing ,mem_flag_pairing_state 
-0x5f41 025221 jam bt_evt_bt_pairing_success ,mem_fifo_temp 
-0x5f42 025222 branch ui_ipc_send_event 
-:      025225 parse_lmp_accepted_dhkey_check_common:
-0x5f43 025227 call check_localsm 
-0x5f44 025228 ncall g_noninit ,true 
-0x5f45 025229 call g_init ,true 
-0x5f46 025230 call check_localsm 
-0x5f47 025231 rtn true 
-0x5f48 025232 jam sp_stat_link_key_calc ,mem_sp_state 
-0x5f49 025233 jam sp_flag_commit ,mem_sp_flag 
-0x5f4a 025234 rtn 
-:      025236 parse_simple_pairing_confirm:
-0x5f4b 025237 arg mem_sp_confirm_remote ,contw 
-0x5f4c 025238 arg mem_rxbuf + 1 ,contr 
-0x5f4d 025239 call memcpy16 
-0x5f4e 025240 fetch 1 ,mem_ssp_mode_flag 
-0x5f4f 025241 rtneq ssp_mode_passkey_entry_flag 
-0x5f50 025242 branch master_set_mem_master_sp_flag 
-:      025244 parse_lmp_encapsulated_payload:
-0x5f51 025245 fetch 1 ,mem_master_sp_state 
-0x5f52 025246 beq sp_stat_random_send ,parse_encapsulated_payload_master 
-0x5f53 025247 fetch 1 ,mem_sp_state 
-0x5f54 025248 bne sp_stat_key_recv ,parse_lmp_encapsulated_payload_reject 
-:      025249 parse_encapsulated_payload_master:
-0x5f55 025250 fetch 1 ,mem_sp_remote_key_recv_count 
-0x5f56 025251 sub pdata ,0x20 ,contw 
-0x5f57 025252 nbranch parse_lmp_encapsulated_payload_reject ,positive 
-0x5f58 025253 arg mem_sp_pubkey_remote ,contw 
-0x5f59 025254 iadd contw ,contw 
-0x5f5a 025255 fetch 8 ,mem_rxbuf + 1 
-0x5f5b 025256 istore 8 ,contw 
-0x5f5c 025257 fetch 8 ,mem_rxbuf + 9 
-0x5f5d 025258 istore 8 ,contw 
-0x5f5e 025259 fetch 1 ,mem_sp_remote_key_recv_count 
-0x5f5f 025260 increase 16 ,pdata 
-0x5f60 025261 store 1 ,mem_sp_remote_key_recv_count 
-0x5f61 025262 bne encapsulated_len_p192 ,accept_lmp_msg 
-:      025263 parse_lmp_encapsulated_payload_completed:
-0x5f62 025264 call check_localsm 
-0x5f63 025265 branch accept_lmp_msg ,true 
-0x5f64 025266 jam sp_key_valid ,mem_sp_remote_key_invalid 
-0x5f65 025267 jam sp_stat_key_generate ,mem_sp_state 
-0x5f66 025268 jam sp_flag_commit ,mem_sp_flag 
-0x5f67 025269 branch accept_lmp_msg 
-:      025270 parse_lmp_encapsulated_payload_reject:
-0x5f68 025271 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f69 025272 branch reject_lmp_packet 
-:      025273 parse_lmp_accepted_encapsulated_payload:
-0x5f6a 025274 fetch 1 ,mem_sp_local_key_send_count 
-0x5f6b 025275 beq encapsulated_len_p192 ,parse_lmp_encapsulated_payload_all_accepted 
-0x5f6c 025276 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
-0x5f6d 025277 branch parse_rx_done 
-:      025279 parse_lmp_encapsulated_payload_all_accepted:
-0x5f6e 025280 call check_localsm 
-0x5f6f 025281 branch parse_lmp_encapsulated_payload_all_accepted_master ,true 
-0x5f70 025282 fetch 1 ,mem_ssp_mode_flag 
-0x5f71 025283 beq ssp_mode_passkey_entry_flag ,parse_lmp_encapsulated_payload_all_accepted_get_passkey 
-0x5f72 025284 jam sp_flag_commit ,mem_sp_flag 
-0x5f73 025285 jam sp_stat_commit_calc ,mem_sp_state 
-0x5f74 025286 branch parse_rx_done 
-:      025288 parse_lmp_encapsulated_payload_all_accepted_get_passkey:
-0x5f75 025289 jam bt_evt_bt_get_passkey ,mem_fifo_temp 
-0x5f76 025290 branch ui_ipc_send_event 
-:      025293 parse_lmp_encapsulated_payload_all_accepted_master:
-0x5f77 025295 branch parse_rx_done 
-:      025297 parse_lmp_simple_pairing_number:
-0x5f78 025298 fetch 1 ,mem_master_sp_state 
-0x5f79 025299 beq sp_stat_random_send ,parse_lmp_simple_pairing_number_master 
-0x5f7a 025300 fetch 1 ,mem_sp_state 
-0x5f7b 025301 bne sp_stat_random_recv ,parse_lmp_simple_pairing_number_reject 
-:      025302 parse_lmp_simple_pairing_number_master:
-0x5f7c 025303 arg mem_sp_random_remote ,contw 
-0x5f7d 025304 fetch 8 ,mem_rxbuf + 1 
-0x5f7e 025305 istore 8 ,contw 
-0x5f7f 025306 fetch 8 ,mem_rxbuf + 9 
-0x5f80 025307 istore 8 ,contw 
-0x5f81 025308 call check_localsm 
-0x5f82 025309 branch parse_lmp_simple_pairing_number_master0 ,true 
-0x5f83 025310 jam sp_stat_random_send ,mem_sp_state 
-0x5f84 025311 jam sp_flag_commit ,mem_sp_flag 
-0x5f85 025312 branch accept_lmp_msg 
-:      025313 parse_lmp_simple_pairing_number_master0:
-0x5f86 025314 jam sp_stat_commit_calc ,mem_master_sp_state 
-0x5f87 025315 branch master_set_mem_master_sp_flag 
-:      025318 parse_lmp_simple_pairing_number_reject:
-0x5f88 025319 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f89 025320 branch reject_lmp_packet 
-:      025322 parse_dhkey_check:
-0x5f8a 025323 fetch 1 ,mem_master_sp_state 
-0x5f8b 025324 beq sp_stat_confirm_send ,parse_dhkey_check_master 
-0x5f8c 025325 fetch 1 ,mem_sp_state 
-0x5f8d 025326 bne sp_stat_confirm_recv ,parse_lmp_dhkey_check_reject 
-:      025327 parse_dhkey_check_master:
-0x5f8e 025328 arg mem_sp_check_result ,contw 
-0x5f8f 025329 arg mem_rxbuf + 1 ,contr 
-0x5f90 025330 call memcpy16 
-0x5f91 025331 call check_localsm 
-0x5f92 025332 branch parse_dhkey_check_master0 ,true 
-0x5f93 025333 fetch 1 ,mem_ssp_mode_flag 
-0x5f94 025334 beq ssp_mode_ssp_pin_flag ,number_comparison_mode 
-:      025335 number_comparison_successed:
-0x5f95 025336 jam 0 ,mem_flag_mode_ssp_pin 
-0x5f96 025337 jam sp_stat_confirm_check ,mem_sp_state 
-0x5f97 025338 jam sp_flag_commit ,mem_sp_flag 
-0x5f98 025339 jam lmp_dhkey_check ,mem_lmi_opcode2 
-0x5f99 025340 branch parse_rx_done 
-:      025342 parse_dhkey_check_master0:
-0x5f9a 025343 jam sp_stat_confirm_check ,mem_master_sp_state 
-0x5f9b 025344 jam sp_flag_commit ,mem_master_sp_flag 
-0x5f9c 025345 branch parse_rx_done 
-:      025346 parse_lmp_dhkey_check_reject:
-0x5f9d 025347 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f9e 025348 branch reject_lmp_packet 
-:      025350 number_comparison_mode:
-0x5f9f 025351 fetch 1 ,mem_flag_mode_ssp_pin 
-0x5fa0 025352 bbit1 flag_mode_ssp_pin_reviceve_comparison_bit ,comparison_result 
-0x5fa1 025353 set1 flag_mode_ssp_pin_recieve_dhkey_bit ,pdata 
-0x5fa2 025354 store 1 ,mem_flag_mode_ssp_pin 
-0x5fa3 025355 rtn 
-:      025357 comparison_result:
-0x5fa4 025358 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
-0x5fa5 025359 jam 0 ,mem_flag_mode_ssp_pin 
-0x5fa6 025360 branch parse_lmp_dhkey_check_reject 
-:      025363 parse_lmp_clkoffset_res:
-0x5fa7 025364 branch parse_rx_done 
-:      025366 parse_lmp_encryption_mode_req:
-0x5fa8 025367 fetch 1 ,mem_connection_options 
-0x5fa9 025368 set0 connection_encrypt 
-0x5faa 025369 store 1 ,mem_connection_options 
-0x5fab 025370 call accept_lmp_msg 
-0x5fac 025371 nrtn master 
-0x5fad 025372 fetch 1 ,mem_rxbuf + 1 
-0x5fae 025373 fetcht 1 ,mem_op 
-0x5faf 025374 setflag blank ,op_stop_enc ,temp 
-0x5fb0 025375 nsetflag blank ,op_start_enc ,temp 
-0x5fb1 025376 storet 1 ,mem_op 
-0x5fb2 025377 rtn 
-:      025379 parse_lmp_features_res:
-0x5fb3 025380 fetcht 8 ,mem_rxbuf + 1 
-:      025381 parse_lmp_features_res_not_hci:
-0x5fb4 025382 fetch 1 ,mem_conn_sm 
-0x5fb5 025383 rtnne conn_sm_wait_features_res 
-0x5fb6 025385 fetch 1 ,mem_connection_options 
-0x5fb7 025386 bbit0 connection_feature_ext ,parse_lmp_send_conn 
-0x5fb8 025388 jam conn_sm_send_features_ext ,mem_conn_sm 
-0x5fb9 025389 rtn 
-:      025390 parse_lmp_send_conn:
-0x5fba 025391 jam conn_sm_send_conn_req ,mem_conn_sm 
-0x5fbb 025392 rtn 
-:      025393 parse_lmp_test_activate:
-0x5fbc 025394 fetch 1 ,mem_debug_config 
-0x5fbd 025395 store 1 ,mem_test_mode_old_debug_config 
-0x5fbe 025396 jam lmp_accepted ,mem_lmo_opcode2 
-0x5fbf 025397 jam lmp_test_activate ,mem_lmi_opcode2 
-0x5fc0 025398 rtn 
-:      025399 parse_lmp_test_control:
-0x5fc1 025402 jam lmp_accepted ,mem_lmo_opcode2 
-0x5fc2 025403 jam lmp_test_control ,mem_lmi_opcode2 
-0x5fc3 025404 force 9 ,loopcnt 
-0x5fc4 025405 arg mem_rxbuf + 1 ,contr 
-0x5fc5 025406 arg mem_temp_payload ,contw 
-:      025407 parse_lmp_test_xor:
-0x5fc6 025408 ifetch 1 ,contr 
-0x5fc7 025409 xor_into 0x55 ,pdata 
-0x5fc8 025410 istore 1 ,contw 
-0x5fc9 025411 loop parse_lmp_test_xor 
-0x5fca 025412 fetch 1 ,test_mode_scenario 
-0x5fcb 025413 fetcht 1 ,mem_tester_emulate 
-0x5fcc 025414 set0 tester_no_whitening ,temp 
-0x5fcd 025415 set0 tester_pattern_test ,temp 
-0x5fce 025416 beq exit_test_mode ,parse_lmp_test_control_exit 
-0x5fcf 025417 beq pause_test_mode ,parse_lmp_test_control_pause 
-0x5fd0 025418 beq closed_loop_back_acl ,parse_lmp_test_control_loopback 
-0x5fd1 025419 beq acl_without_whitening ,parse_lmp_test_control_loopback_nowhite 
-0x5fd2 025420 beq closed_loop_back_sco ,parse_lmp_test_control_loopback 
-0x5fd3 025421 beq sco_without_whitening ,parse_lmp_test_control_loopback_nowhite 
-0x5fd4 025422 beq zero_pattern ,parse_lmp_test_control_pattern 
-0x5fd5 025423 beq one_pattern ,parse_lmp_test_control_pattern 
-0x5fd6 025424 beq alt_pattern ,parse_lmp_test_control_pattern 
-0x5fd7 025425 beq alt2_pattern ,parse_lmp_test_control_pattern 
-0x5fd8 025426 beq pseudorandom ,parse_lmp_test_control_pattern 
-0x5fd9 025427 rtn 
-:      025428 parse_lmp_test_control_exit:
-0x5fda 025430 fetch 1 ,mem_tester_emulate 
-0x5fdb 025431 set1 tester_exit ,pdata 
-0x5fdc 025432 set1 tester_change ,pdata 
-0x5fdd 025433 store 1 ,mem_tester_emulate 
-0x5fde 025434 rtn 
-:      025435 parse_lmp_test_control_pattern:
-0x5fdf 025436 set1 tester_pattern_test ,temp 
-0x5fe0 025437 jam 5 ,mem_lch_code 
-0x5fe1 025438 fetch 2 ,test_mode_data_length 
-0x5fe2 025439 iforce loopcnt 
-0x5fe3 025440 store 2 ,mem_len 
-0x5fe4 025441 arg mem_rxbuf ,contw 
-0x5fe5 025442 call pn9 
-:      025443 parse_lmp_test_control_loopback_nowhite:
-0x5fe6 025444 set1 tester_no_whitening ,temp 
-:      025445 parse_lmp_test_control_loopback:
-0x5fe7 025446 set1 tester_change ,temp 
-0x5fe8 025447 force 0 ,pdata 
-0x5fe9 025448 store 1 ,mem_slave_rcvcnt 
-0x5fea 025449 store 2 ,mem_tst_pktcnt_crc 
-0x5feb 025450 store 2 ,mem_tst_pktcnt_dmh 
-0x5fec 025451 store 2 ,mem_tst_pktcnt_hec 
-0x5fed 025452 store 2 ,mem_tst_pktcnt_sync 
-0x5fee 025453 fetch 1 ,test_mode_hopping_mode 
-0x5fef 025454 compare fixed_freq ,pdata ,0xff 
-0x5ff0 025455 setflag true ,tester_fixed_freq ,temp 
-0x5ff1 025456 storet 1 ,mem_tester_emulate 
-0x5ff2 025457 rtn 
-:      025459 parse_lmp_test_control_pause:
-0x5ff3 025460 set0 mark_testmode ,mark 
-0x5ff4 025461 jam 0 ,mem_tester_emulate 
-0x5ff5 025462 fetch 1 ,mem_debug_config 
-0x5ff6 025463 set0 debug_tx_pattern ,pdata 
-0x5ff7 025464 store 1 ,mem_debug_config 
-0x5ff8 025465 rtn 
-:      025471 lmp_copy_rand:
-0x5ff9 025472 arg mem_rxbuf + 1 ,contr 
-0x5ffa 025473 arg mem_random_number ,contw 
-0x5ffb 025474 branch memcpy16 
-:      025476 lmp_generate_key:
-0x5ffc 025477 jam lmp_comb_key ,mem_lmo_opcode2 
-0x5ffd 025478 rtn 
-:      025480 lmp_start_encryption:
-0x5ffe 025481 nrtn master 
-0x5fff 025482 jam lmp_start_encryption_req ,mem_lmo_opcode2 
-0x6000 025483 rtn 
-:      025485 lmp_accept_inrand:
-0x6001 025486 arg mem_lap ,rega 
-0x6002 025487 call generate_kinit 
-0x6003 025488 jam lmp_accepted ,mem_lmo_opcode2 
-0x6004 025489 jam lmp_in_rand ,mem_lmi_opcode2 
-0x6005 025490 rtn 
-:      025492 lmp_disconnect:
-0x6006 025493 jam 10 ,mem_conn_timer 
-0x6007 025494 jam lmp_detach ,mem_lmo_opcode2 
-0x6008 025495 jam local_host ,mem_disconn_reason_send 
-0x6009 025496 rtn 
-:      025502 send_lmp:
-0x600a 025503 bpatchx patch30_2 ,mem_patch30 
-0x600b 025504 disable user 
-0x600c 025505 call lmo_fifo_process 
-0x600d 025506 fetch 1 ,mem_lmp_to_send 
-0x600e 025507 rtn blank 
-0x600f 025512 bbit1 7 ,send_lmp_escape 
-:      025513 send_lmp0:
-0x6010 025514 beq lmp_name_req ,send_lmp_name_req 
-0x6011 025515 beq lmp_name_res ,send_lmp_name_res 
-0x6012 025516 beq lmp_accepted ,send_lmp_accepted 
-0x6013 025517 beq lmp_not_accepted ,send_lmp_not_accepted 
-0x6014 025518 beq lmp_features_req ,send_lmp_features_req 
-0x6015 025519 beq lmp_features_res ,send_lmp_features_res 
-0x6016 025520 beq lmp_timing_accuracy_res ,send_lmp_timing_accuracy_res 
-0x6017 025521 beq lmp_version_req ,send_lmp_version_req 
-0x6018 025522 beq lmp_version_res ,send_lmp_version_res 
-0x6019 025523 beq lmp_setup_complete ,send_lmp_setup_complete 
-0x601a 025524 beq lmp_supervision_timeout ,send_lmp_superto 
-0x601b 025525 beq lmp_host_connection_req ,send_lmp_no_payload 
-0x601c 025526 beq lmp_in_rand ,send_lmp_inrand 
-0x601d 025527 beq lmp_comb_key ,send_lmp_comb_key 
-0x601e 025528 beq lmp_au_rand ,send_lmp_aurand 
-0x601f 025529 beq lmp_sres ,send_lmp_sres 
-0x6020 025530 beq lmp_encryption_mode_req ,send_lmp_encryption_mode_req 
-0x6021 025531 beq lmp_encryption_key_size_req ,send_lmp_encryption_key_size_req 
-0x6022 025532 beq lmp_start_encryption_req ,send_lmp_start_encryption 
-0x6023 025533 beq lmp_detach ,send_lmp_detach 
-0x6024 025534 beq lmp_quality_of_service_req ,send_lmp_quality_of_service_req 
-0x6025 025535 beq lmp_unit_key ,send_lmp_unit_key 
-0x6026 025537 beq lmp_incr_power_req ,send_lmp_inc_power 
-0x6027 025538 beq lmp_clkoffset_res ,send_lmp_clkoffset_res 
-0x6028 025539 beq lmp_max_power ,send_lmp_nopayload_reply 
-0x6029 025540 beq lmp_max_slot ,send_lmp_max_slot 
-0x602a 025541 beq lmp_max_slot_req ,send_lmp_max_slot_req 
-0x602b 025542 beq lmp_min_power ,send_lmp_nopayload_reply 
-0x602c 025543 beq lmp_slot_offset ,send_lmp_slot_offset 
-0x602d 025544 beq lmp_switch_req ,send_lmp_switch_req 
-0x602e 025545 beq lmp_sniff_req ,send_lmp_sniff_req 
-0x602f 025546 beq lmp_stop_encryption_req ,send_lmp_stop_encryption_req 
-0x6030 025547 beq lmp_timing_accuracy_req ,send_lmp_timing_accuracy_req 
-0x6031 025548 beq lmp_unsniff_req ,send_lmp_unsniff_req 
-0x6032 025549 beq lmp_encapsulated_header ,send_lmp_encapsulated_header 
-0x6033 025550 beq lmp_encapsulated_payload ,send_lmp_encapsulated_payload 
-0x6034 025551 beq lmp_simple_pairing_confirm ,send_lmp_simple_pairing_comfirm 
-0x6035 025552 beq lmp_simple_pairing_number ,send_lmp_simple_pairing_number 
-0x6036 025553 beq lmp_dhkey_check ,send_lmp_dhkey_check 
-0x6037 025554 beq lmp_auto_rate ,send_lmp_auto_rate 
-0x6038 025555 beq lmp_enc_key_size_mask_res ,send_lmp_enc_key_size_mask_res 
-0x6039 025557 beq lmp_clkoffset_req ,send_lmp_clkoffset_req 
-0x603a 025558 beq lmp_quality_of_service ,send_lmp_quality_of_service 
-0x603b 025559 beq lmp_test_activate ,send_lmp_test_activate 
-0x603c 025560 beq lmp_test_control ,send_lmp_test_control 
-:      025561 send_lmp_error:
-0x603d 025562 branch assert 
-0x603e 025563 rtn 
-:      025564 send_lmp_escape:
-0x603f 025565 beq lmp_ext_accepted ,send_lmpext_accepted 
-0x6040 025566 beq lmp_ext_features_res ,send_lmpext_features_res 
-0x6041 025567 beq lmp_not_accepted_ext ,send_lmpext_not_accepted 
-0x6042 025568 beq lmp_ext_features_req ,send_lmpext_features_req 
-0x6043 025569 beq lmp_packet_type_table_req ,send_lmpext_packet_type_table_req 
-0x6044 025570 beq lmp_pause_encryption_req ,send_lmpext_pause_encryption_req 
-0x6045 025571 beq lmp_io_cap_req ,send_lmp_io_cap_req 
-0x6046 025572 beq lmp_io_cap_res ,send_lmpext_io_cap_res 
-0x6047 025573 beq lmp_sniff_subrating_req ,send_lmpext_sniff_subrating_req 
-0x6048 025574 beq lmp_sniff_subrating_res ,send_lmpext_sniff_subrating_res 
-0x6049 025575 branch assert 
-:      025581 send_lmp_accepted:
-0x604a 025582 force 2 ,pdata 
-0x604b 025583 call msg_send_lmp 
-0x604c 025584 fetch 1 ,mem_lmi_opcode 
-0x604d 025585 istore 1 ,contw 
-0x604e 025586 call send_lmp_follow 
-0x604f 025587 bpatchx patch30_3 ,mem_patch30 
-0x6050 025588 fetch 1 ,mem_lmi_opcode 
-0x6051 025589 beq lmp_in_rand ,send_lmp_accepted_inrand 
-0x6052 025590 beq lmp_encryption_mode_req ,send_lmp_accepted_enc_mode 
-0x6053 025591 beq lmp_encryption_key_size_req ,send_lmp_accepted_enc_key 
-0x6054 025592 beq lmp_sniff_req ,send_lmp_accept_sniff_req 
-0x6055 025593 beq lmp_host_connection_req ,send_lmp_accepted_connection 
-0x6056 025594 beq lmp_dhkey_check ,send_lmp_accept_dhkey_check 
-0x6057 025595 beq lmp_start_encryption_req ,send_create_conn_start_l2cap_timer_sm 
-0x6058 025596 rtn 
-:      025598 send_create_conn_start_l2cap_timer_sm:
-0x6059 025599 fetch 1 ,mem_conn_sm 
-0x605a 025600 rtn blank 
-0x605b 025601 jam conn_sm_wait_done ,mem_conn_sm 
-0x605c 025602 setarg timer_enpt_waite 
-0x605d 025603 arg enpt_delay_timer ,queue 
-0x605e 025604 branch timer_init 
-:      025606 send_lmp_accept_sniff_req:
-0x605f 025607 branch sniff_init 
-:      025608 send_lmp_not_accepted:
-0x6060 025609 force 3 ,pdata 
-0x6061 025610 call msg_send_lmp 
-0x6062 025611 fetch 1 ,mem_lmi_opcode 
-0x6063 025612 beq lmp_au_rand ,send_not_accept_aurand 
-0x6064 025613 istore 1 ,contw 
-0x6065 025614 fetch 1 ,mem_lmo_reason 
-0x6066 025615 istore 1 ,contw 
-0x6067 025616 branch send_lmp_follow 
-:      025618 send_not_accept_aurand:
-0x6068 025619 istore 1 ,contw 
-0x6069 025620 fetch 1 ,mem_lmo_reason 
-0x606a 025621 istore 1 ,contw 
-0x606b 025622 arg mem_sres_tid ,temp 
-0x606c 025623 branch special_tid_store 
-:      025625 send_lmpext_accepted:
-0x606d 025626 force 4 ,queue 
-0x606e 025627 call send_lmpext 
-0x606f 025628 setarg lmp_escape 
-0x6070 025629 istore 1 ,contw 
-0x6071 025630 fetch 1 ,mem_lmi_opcode 
-0x6072 025631 set0 7 ,pdata 
-0x6073 025632 istore 1 ,contw 
-0x6074 025633 fetch 1 ,mem_lmi_opcode 
-0x6075 025634 branch send_lmp_follow 
-:      025636 send_lmpext_not_accepted:
-0x6076 025637 force 5 ,queue 
-0x6077 025638 call send_lmpext 
-0x6078 025639 setarg lmp_escape 
-0x6079 025640 istore 1 ,contw 
-0x607a 025641 fetch 1 ,mem_lmi_opcode 
-0x607b 025642 set0 7 ,pdata 
-0x607c 025643 istore 1 ,contw 
-0x607d 025644 fetch 1 ,mem_lmo_reason 
-0x607e 025645 istore 1 ,contw 
-0x607f 025646 branch send_lmp_follow 
-:      025649 send_lmp_accepted_inrand:
-0x6080 025650 call clear_linkkey 
-0x6081 025651 call tid_check 
-0x6082 025652 rtn true 
-0x6083 025653 branch lmp_generate_key 
-:      025655 send_lmp_accepted_enc_mode:
-0x6084 025656 fetch 1 ,mem_op 
-0x6085 025657 bbit1 op_start_enc ,send_lmp_accepted_enc_start 
-0x6086 025658 rtnbit0 op_stop_enc 
-0x6087 025659 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x6088 025660 set0 op_stop_enc ,pdata 
-0x6089 025661 call tid_reply 
-0x608a 025662 branch send_lmp_accepted_enc_exit 
-:      025663 send_lmp_accepted_enc_start:
-0x608b 025664 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
-0x608c 025665 set0 op_start_enc ,pdata 
-:      025666 send_lmp_accepted_enc_exit:
-0x608d 025667 store 1 ,mem_op 
-0x608e 025668 rtn 
-:      025670 send_lmp_accepted_enc_key:
-0x608f 025671 call check_localsm 
-0x6090 025672 branch lmp_start_encryption ,true 
-0x6091 025673 rtn 
-:      025675 send_lmp_accepted_connection:
-0x6092 025676 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
-0x6093 025678 fetch 1 ,mem_lmp_conn_state 
-0x6094 025679 set1 received_conn_req ,pdata 
-0x6095 025680 store 1 ,mem_lmp_conn_state 
-0x6096 025681 jam bt_evt_bb_connected ,mem_fifo_temp 
-0x6097 025682 branch ui_ipc_send_event 
-:      025685 send_lmp_accept_dhkey_check:
-0x6098 025686 rtn 
-:      025690 send_lmpext_features_res:
-0x6099 025691 force 12 ,queue 
-0x609a 025692 call send_lmpext 
-0x609b 025693 setarg 0x01 
-0x609c 025694 istore 1 ,contw 
-0x609d 025695 fetch 2 ,mem_lmpext_ssp_enable 
-0x609e 025696 istore 2 ,contw 
-0x609f 025697 setarg 0 
-0x60a0 025698 istore 3 ,contw 
-0x60a1 025699 setarg 0x00 
-0x60a2 025700 istore 4 ,contw 
-0x60a3 025701 branch send_lmp_reply 
-:      025702 send_lmpext_io_cap_res:
-0x60a4 025703 force 5 ,queue 
-0x60a5 025704 call send_lmpext 
-0x60a6 025705 fetch 3 ,mem_sp_iocap_local 
-0x60a7 025706 istore 3 ,contw 
-0x60a8 025707 call send_lmp_reply 
-0x60a9 025708 jam flag_pairing_state_pairing ,mem_flag_pairing_state 
-0x60aa 025709 fetch 1 ,mem_sp_iocap_local 
-0x60ab 025710 beq display_yesno ,responder_iocap_display_yesno 
-0x60ac 025711 beq keyboard_only ,responder_iocap_keyboard_only 
-0x60ad 025712 beq no_input_no_output ,responder_iocap_no_input_no_output 
-0x60ae 025713 rtn 
-:      025715 responder_iocap_keyboard_only:
-0x60af 025716 fetch 1 ,mem_sp_iocap_remote 
-0x60b0 025717 beq display_only ,responder_iocap_keyboard_only_initiator_iocap_display_only 
-0x60b1 025718 beq display_yesno ,responder_iocap_keyboard_only_initiator_iocap_display_yesno 
-0x60b2 025719 beq keyboard_only ,responder_iocap_keyboard_only_initiator_iocap_keyboard_only 
-0x60b3 025720 beq no_input_no_output ,responder_iocap_keyboard_only_initiator_iocap_no_input_no_output 
-0x60b4 025721 rtn 
-:      025724 responder_iocap_display_yesno:
-0x60b5 025725 fetch 1 ,mem_sp_iocap_remote 
-0x60b6 025726 beq display_only ,responder_iocap_display_yesno_initiator_iocap_display_only 
-0x60b7 025727 beq display_yesno ,responder_iocap_display_yesno_initiator_iocap_display_yesno 
-0x60b8 025728 beq keyboard_only ,responder_iocap_display_yesno_initiator_iocap_keyboard_only 
-0x60b9 025729 beq no_input_no_output ,responder_iocap_display_yesno_initiator_iocap_no_input_no_output 
-0x60ba 025730 rtn 
-:      025733 responder_iocap_no_input_no_output:
-0x60bb 025734 fetch 1 ,mem_sp_iocap_remote 
-0x60bc 025735 beq display_only ,responder_iocap_no_input_no_output_initiator_iocap_display_only 
-0x60bd 025736 beq display_yesno ,responder_iocap_no_input_no_output_initiator_iocap_display_yesno 
-0x60be 025737 beq keyboard_only ,responder_iocap_no_input_no_output_initiator_iocap_keyboard_only 
-0x60bf 025738 beq no_input_no_output ,responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output 
-0x60c0 025739 rtn 
-:      025741 responder_iocap_keyboard_only_initiator_iocap_no_input_no_output:
-:      025742 responder_iocap_display_yesno_initiator_iocap_no_input_no_output:
-:      025743 responder_iocap_display_yesno_initiator_iocap_display_only:
-:      025744 responder_iocap_no_input_no_output_initiator_iocap_display_only:
-:      025745 responder_iocap_no_input_no_output_initiator_iocap_display_yesno:
-:      025746 responder_iocap_no_input_no_output_initiator_iocap_keyboard_only:
-:      025747 responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output:
-:      025748 set_ssp_mode_justwork:
-0x60c1 025749 jam ssp_mode_just_work_flag ,mem_ssp_mode_flag 
-0x60c2 025750 fetch 1 ,mem_classic_bt_flag 
-0x60c3 025751 bbit1 flag_ssp_reject_justwork ,app_bt_disconnect 
-0x60c4 025752 rtn 
-:      025754 responder_iocap_display_yesno_initiator_iocap_display_yesno:
-:      025755 set_ssp_mode_numeric_comparison:
-0x60c5 025756 jam ssp_mode_ssp_pin_flag ,mem_ssp_mode_flag 
-0x60c6 025757 rtn 
-:      025759 responder_iocap_keyboard_only_initiator_iocap_display_yesno:
-:      025760 responder_iocap_keyboard_only_initiator_iocap_keyboard_only:
-:      025761 responder_iocap_keyboard_only_initiator_iocap_display_only:
-:      025762 responder_iocap_display_yesno_initiator_iocap_keyboard_only:
-:      025763 set_ssp_mode_passkey:
-0x60c7 025764 jam ssp_mode_passkey_entry_flag ,mem_ssp_mode_flag 
-0x60c8 025765 rtn 
-:      025768 classic_bt_set_reject_justwork_flag:
-0x60c9 025769 arg flag_ssp_reject_justwork ,queue 
-0x60ca 025770 branch classic_bluetooth_set_flag 
-:      025772 classic_bt_clr_reject_justwork_flag:
-0x60cb 025773 arg flag_ssp_reject_justwork ,queue 
-0x60cc 025774 branch classic_bluetooth_clr_flag 
-:      025776 classic_bluetooth_set_flag:
-0x60cd 025777 fetch 1 ,mem_classic_bt_flag 
-0x60ce 025778 qset1 pdata 
-0x60cf 025779 store 1 ,mem_classic_bt_flag 
-0x60d0 025780 rtn 
-:      025782 classic_bluetooth_clr_flag:
-0x60d1 025783 fetch 1 ,mem_classic_bt_flag 
-0x60d2 025784 qset0 pdata 
-0x60d3 025785 store 1 ,mem_classic_bt_flag 
-0x60d4 025786 rtn 
-:      025789 send_lmp_io_cap_req:
-0x60d5 025790 force 5 ,queue 
-0x60d6 025791 call send_lmpext 
-0x60d7 025792 fetch 3 ,mem_sp_iocap_local 
-0x60d8 025793 istore 3 ,contw 
-0x60d9 025794 branch send_lmp_request 
-:      025797 send_lmpext_sniff_subrating_req:
-0x60da 025799 rtn 
-:      025800 send_lmpext_sniff_subrating_res:
-0x60db 025801 force 9 ,queue 
-0x60dc 025802 call send_lmpext 
-0x60dd 025803 fetch 1 ,mem_subsniff_rate 
-0x60de 025804 istore 1 ,contw 
-0x60df 025805 fetch 2 ,mem_subsniff_tcmax 
-0x60e0 025806 istore 2 ,contw 
-0x60e1 025807 fetch 4 ,mem_subsniff_instant 
-0x60e2 025808 istore 4 ,contw 
-0x60e3 025809 branch send_lmp_reply 
-:      025811 send_lmp_name_res:
-0x60e4 025812 force 17 ,pdata 
-0x60e5 025813 call msg_send_lmp 
-0x60e6 025814 fetch 1 ,mem_lmi_opcode 
-0x60e7 025815 copy pdata ,temp 
-0x60e8 025816 beq 0x00 ,send_lmp_name_res_offset_ok 
-0x60e9 025817 beq 0x0e ,send_lmp_name_res_offset_ok 
-0x60ea 025818 beq 0x1c ,send_lmp_name_res_offset_ok 
-0x60eb 025819 rtn 
-:      025820 send_lmp_name_res_offset_ok:
-0x60ec 025821 istore 1 ,contw 
-0x60ed 025822 fetch 1 ,mem_local_name_length 
-0x60ee 025823 istore 1 ,contw 
-0x60ef 025824 arg 14 ,loopcnt 
-0x60f0 025825 setarg mem_local_name 
-0x60f1 025826 iadd temp ,contr 
-0x60f2 025827 call memcpy 
-0x60f3 025828 branch send_lmp_reply 
-:      025831 send_lmp_timing_accuracy_res:
-0x60f4 025832 force 3 ,pdata 
-0x60f5 025833 call msg_send_lmp 
-0x60f6 025834 setarg 0x0114 
-0x60f7 025835 istore 2 ,contw 
-0x60f8 025836 branch send_lmp_reply 
-:      025838 send_lmp_clkoffset_res:
-0x60f9 025840 force 3 ,pdata 
-0x60fa 025841 call msg_send_lmp 
-0x60fb 025842 fetch 4 ,mem_clke_bt 
-0x60fc 025843 isub clkn_bt ,pdata 
-0x60fd 025844 branch send_lmp_clkoffset_res_master ,master 
-0x60fe 025845 sub pdata ,0 ,pdata 
-:      025846 send_lmp_clkoffset_res_master:
-0x60ff 025848 rshift2 pdata ,pdata 
-0x6100 025849 set0 15 ,pdata 
-0x6101 025850 istore 2 ,contw 
-0x6102 025851 branch send_lmp_reply 
-:      025853 send_lmp_version_res:
-0x6103 025854 force 6 ,pdata 
-0x6104 025855 call msg_send_lmp 
-0x6105 025856 fetch 5 ,mem_lmp_version 
-0x6106 025857 istore 5 ,contw 
-0x6107 025858 branch send_lmp_reply 
-:      025860 send_lmp_features_res:
-0x6108 025861 force 9 ,pdata 
-0x6109 025862 call msg_send_lmp 
-0x610a 025863 fetch 8 ,mem_features 
-0x610b 025864 istore 8 ,contw 
-0x610c 025865 branch send_lmp_reply 
-:      025872 send_lmpext_features_req:
-0x610d 025873 force 12 ,queue 
-0x610e 025874 call send_lmpext 
-0x610f 025875 setarg 0x01 
-0x6110 025876 istore 1 ,contw 
-0x6111 025877 fetch 2 ,mem_lmpext_ssp_enable 
-0x6112 025878 istore 2 ,contw 
-0x6113 025879 setarg 0 
-0x6114 025880 istore 3 ,contw 
-0x6115 025881 setarg 0x00 
-0x6116 025882 istore 4 ,contw 
-0x6117 025883 branch send_lmp_request 
-:      025885 send_lmpext_packet_type_table_req:
-0x6118 025886 force 3 ,queue 
-0x6119 025887 call send_lmpext 
-0x611a 025888 fetch 1 ,mem_ptt 
-0x611b 025889 istore 1 ,contw 
-0x611c 025890 disable user 
-0x611d 025891 call send_lmp_request 
-0x611e 025892 nrtn user 
-0x611f 025893 nrtn master 
-0x6120 025894 fetch 1 ,mem_afh_cfg 
-0x6121 025895 rtnbit0 afh_cfg_on 
-0x6122 025896 call afh_init 
-0x6123 025897 branch afh_open_all_channels 
-:      025900 ssp_enable:
-0x6124 025901 bpatchx patch30_4 ,mem_patch30 
-0x6125 025902 fetch 1 ,mem_features + 6 
-0x6126 025903 set1 param_featrue_ssp ,pdata 
-0x6127 025904 store 1 ,mem_features + 6 
-0x6128 025905 setarg param_lmpext_ssp_enable 
-0x6129 025906 store 2 ,mem_lmpext_ssp_enable 
-0x612a 025907 rtn 
-:      025909 ssp_disable:
-0x612b 025910 bpatchx patch30_5 ,mem_patch30 
-0x612c 025911 fetch 1 ,mem_features + 6 
-0x612d 025912 set0 param_featrue_ssp ,pdata 
-0x612e 025913 store 1 ,mem_features + 6 
-0x612f 025914 setarg 0 
-0x6130 025915 store 2 ,mem_lmpext_ssp_enable 
-0x6131 025916 rtn 
-:      025918 afh_init:
-0x6132 025919 jam 0x3 ,mem_afh_cfg 
-0x6133 025920 setarg 0 
-0x6134 025921 store 4 ,mem_afh_timer 
-0x6135 025922 arg mem_afh_map_lo ,contw 
-0x6136 025923 call afh_reset_map 
-0x6137 025924 arg mem_afh_map_new ,contw 
-0x6138 025925 call afh_reset_map 
-0x6139 025926 arg mem_afh_classify_channel_map ,contw 
-0x613a 025927 call afh_reset_map 
-0x613b 025928 branch afh_clear_error_counter 
-:      025929 afh_open_all_channels:
-0x613c 025930 arg mem_afh_map_new ,contw 
-0x613d 025931 call afh_reset_map 
-0x613e 025932 call afh_clear_error_counter 
-0x613f 025933 branch afh_set_send_flag 
-:      025936 afh_reset_map:
-0x6140 025937 setarg 0xffffff 
-0x6141 025938 istore 3 ,contw 
-0x6142 025939 istore 3 ,contw 
-0x6143 025940 istore 3 ,contw 
-0x6144 025941 setarg 0x7f 
-0x6145 025942 istore 1 ,contw 
-0x6146 025943 rtn 
-:      025944 afh_clear_error_counter:
-0x6147 025945 setarg 0 
-0x6148 025946 store 2 ,mem_afh_error_total 
-0x6149 025947 rtn 
-:      025948 afh_set_send_flag:
-0x614a 025949 fetch 1 ,mem_afh_cfg 
-0x614b 025950 set1 send_lmp_set_afh ,pdata 
-0x614c 025951 store 1 ,mem_afh_cfg 
-0x614d 025952 rtn 
-:      025955 send_lmpext_pause_encryption_req:
-0x614e 025956 force 2 ,queue 
-0x614f 025957 call send_lmpext 
-0x6150 025958 nbranch send_lmp_reply ,master 
-0x6151 025960 branch send_lmp_request 
-:      025964 send_lmp_detach:
-0x6152 025965 force 2 ,pdata 
-0x6153 025966 call msg_send_lmp 
-0x6154 025967 fetch 1 ,mem_disconn_reason_send 
-0x6155 025968 istore 1 ,contw 
-0x6156 025969 call send_lmp_request 
-:      025970 prepare_disconnect:
-0x6157 025971 fetch 1 ,mem_op 
-0x6158 025972 set1 op_disconn ,pdata 
-0x6159 025973 store 1 ,mem_op 
-0x615a 025974 jam 50 ,mem_conn_timer 
-0x615b 025975 rtn 
-:      025978 send_lmp_no_payload:
-0x615c 025979 force 1 ,pdata 
-0x615d 025980 call msg_send_lmp 
-0x615e 025981 branch send_lmp_request 
-:      025982 send_lmp_nopayload_reply:
-0x615f 025983 force 1 ,pdata 
-0x6160 025984 call msg_send_lmp 
-0x6161 025985 branch send_lmp_reply 
-:      025988 send_lmp_encryption_mode_req:
-0x6162 025989 force 2 ,pdata 
-0x6163 025990 call msg_send_lmp 
-0x6164 025991 fetch 1 ,mem_state_map 
-0x6165 025992 isolate0 smap_encryption ,pdata 
-0x6166 025993 setflag true ,0 ,pdata 
-0x6167 025994 and_into 1 ,pdata 
-0x6168 025995 istore 1 ,contw 
-0x6169 025996 branch send_lmp_request 
-:      025999 send_lmp_superto:
-0x616a 026000 force 3 ,pdata 
-0x616b 026001 call msg_send_lmp 
-0x616c 026002 fetch 2 ,mem_supervision_to 
-0x616d 026003 istore 2 ,contw 
-0x616e 026004 branch send_lmp_request 
-:      026006 send_lmp_name_req:
-0x616f 026007 jam 250 ,mem_conn_timer 
-0x6170 026008 force 2 ,pdata 
-0x6171 026009 call msg_send_lmp 
-0x6172 026010 fetch 1 ,mem_name_offset 
-0x6173 026011 istore 1 ,contw 
-0x6174 026012 branch send_lmp_request 
-:      026014 send_lmp_test_control:
-0x6175 026015 force 10 ,pdata 
-0x6176 026016 call msg_send_lmp 
-0x6177 026017 arg mem_temp_payload ,contr 
-0x6178 026018 force 9 ,loopcnt 
-:      026019 send_lmp_test_control_loop:
-0x6179 026020 ifetch 1 ,contr 
-0x617a 026021 xor_into 0x55 ,pdata 
-0x617b 026022 istore 1 ,contw 
-0x617c 026023 loop send_lmp_test_control_loop 
-0x617d 026024 branch send_lmp_request 
-:      026026 send_lmp_quality_of_service_req:
-0x617e 026027 branch send_lmp_request 
-:      026028 send_lmp_unit_key:
-0x617f 026029 branch send_lmp_request 
-:      026031 send_lmp_slot_offset:
-0x6180 026032 rtn master 
-0x6181 026033 call calc_slot_offset 
-0x6182 026034 force 9 ,pdata 
-0x6183 026035 call msg_send_lmp 
-0x6184 026036 fetch 2 ,mem_slot_offset 
-0x6185 026037 istore 2 ,contw 
-0x6186 026038 fetch 3 ,mem_lap 
-0x6187 026039 istore 3 ,contw 
-0x6188 026040 fetch 1 ,mem_uap 
-0x6189 026041 istore 1 ,contw 
-0x618a 026042 fetch 2 ,mem_nap 
-0x618b 026043 istore 2 ,contw 
-0x618c 026044 bmark0 mark_switch_initiated ,send_lmp_slot_offset_reply 
-0x618d 026045 set0 mark_switch_initiated ,mark 
-0x618e 026046 call send_lmp_request 
-0x618f 026047 jam lmp_switch_req ,mem_lmo_opcode2 
-0x6190 026048 rtn 
-:      026049 send_lmp_slot_offset_reply:
-0x6191 026050 call send_lmp_reply 
-0x6192 026051 jam lmp_accepted ,mem_lmo_opcode2 
-0x6193 026052 jam lmp_switch_req ,mem_lmi_opcode2 
-0x6194 026053 rtn 
-:      026055 send_lmp_switch_req:
-0x6195 026056 arg 0x200 ,temp 
-0x6196 026057 branch switch_on_native ,master 
-0x6197 026058 deposit clke_bt 
-0x6198 026059 branch switch_slack 
-:      026060 switch_on_native:
-0x6199 026061 deposit clkn_bt 
-:      026062 switch_slack:
-0x619a 026063 deposit bt_clk 
-0x619b 026064 iadd temp ,pdata 
-0x619c 026065 and_into 0x1fc ,pdata 
-0x619d 026066 store 4 ,mem_sniff_anchor 
-0x619e 026067 force 5 ,pdata 
-0x619f 026068 call msg_send_lmp 
-0x61a0 026069 fetch 4 ,mem_sniff_anchor 
-0x61a1 026070 rshift pdata ,pdata 
-0x61a2 026071 istore 4 ,contw 
-0x61a3 026072 branch send_lmp_request 
-:      026074 send_lmp_sniff_req:
-0x61a4 026075 force 10 ,pdata 
-0x61a5 026076 call msg_send_lmp 
-0x61a6 026077 arg mem_sniff_payload ,contr 
-0x61a7 026078 ifetch 9 ,contr 
-0x61a8 026079 istore 9 ,contw 
-0x61a9 026080 branch send_lmp_request 
-:      026083 send_lmp_timing_accuracy_req:
-0x61aa 026085 force 3 ,pdata 
-0x61ab 026086 call msg_send_lmp 
-0x61ac 026087 setarg 0x0114 
-0x61ad 026088 istore 2 ,contw 
-0x61ae 026089 branch send_lmp_request 
-:      026091 send_lmp_unsniff_req:
-0x61af 026093 force 1 ,pdata 
-0x61b0 026094 call msg_send_lmp 
-0x61b1 026103 branch send_lmp_request 
-:      026106 send_lmp_max_slot:
-0x61b2 026107 force 2 ,pdata 
-0x61b3 026108 call msg_send_lmp 
-0x61b4 026109 fetch 1 ,mem_max_slot 
-0x61b5 026110 istore 1 ,contw 
-0x61b6 026111 branch send_lmp_request 
-:      026114 send_lmp_max_slot_req:
-0x61b7 026115 force 2 ,pdata 
-0x61b8 026116 call msg_send_lmp 
-0x61b9 026117 setarg 0x05 
-0x61ba 026118 istore 1 ,contw 
-0x61bb 026119 branch send_lmp_request 
-:      026122 send_lmp_inc_power:
-0x61bc 026123 force 2 ,pdata 
-0x61bd 026124 call msg_send_lmp 
-0x61be 026125 setarg 0x00 
-0x61bf 026126 istore 1 ,contw 
-0x61c0 026127 branch send_lmp_request 
-:      026130 send_lmp_setup_complete_by_module:
-0x61c1 026131 jam lmp_max_slot_req ,mem_lmo_opcode2 
-0x61c2 026132 rtn 
-:      026133 send_lmp_setup_complete:
-0x61c3 026134 fetch 1 ,mem_device_option 
-0x61c4 026135 sub pdata ,dvc_op_module ,null 
-0x61c5 026136 call send_lmp_setup_complete_by_module ,zero 
-0x61c6 026137 fetch 1 ,mem_state 
-0x61c7 026138 set1 state_conn_comp ,pdata 
-0x61c8 026139 store 1 ,mem_state 
-0x61c9 026140 copy clkn_bt ,pdata 
-0x61ca 026141 store 4 ,mem_aurand_send_delay_time 
-0x61cb 026142 fetch 1 ,mem_lmp_conn_state 
-0x61cc 026143 bbit1 sent_setup_complete ,send_lmp_setup_complete_has_sent 
-0x61cd 026144 set1 sent_setup_complete ,pdata 
-0x61ce 026145 store 1 ,mem_lmp_conn_state 
-0x61cf 026146 jam bt_evt_setup_complete ,mem_fifo_temp 
-0x61d0 026147 call ui_ipc_send_event 
-0x61d1 026148 force 1 ,pdata 
-0x61d2 026149 call msg_send_lmp 
-0x61d3 026150 branch send_lmp_request 
-:      026151 send_lmp_setup_complete_has_sent:
-0x61d4 026152 jam 0 ,mem_lmp_to_send 
-0x61d5 026153 rtn 
-:      026155 send_lmp_version_req:
-0x61d6 026156 force 6 ,pdata 
-0x61d7 026157 call msg_send_lmp 
-0x61d8 026158 fetch 5 ,mem_lmp_version 
-0x61d9 026159 istore 5 ,contw 
-0x61da 026160 branch send_lmp_request 
-:      026162 send_lmp_features_req:
-0x61db 026163 force 9 ,pdata 
-0x61dc 026164 call msg_send_lmp 
-0x61dd 026165 fetch 8 ,mem_features 
-0x61de 026166 istore 8 ,contw 
-0x61df 026167 branch send_lmp_request 
-:      026169 sp_master_send_io_cap_get:
-0x61e0 026170 jam sp_flag_commit ,mem_master_sp_flag 
-0x61e1 026171 fetch 1 ,mem_sp_local_key_invalid 
-0x61e2 026172 rtnne sp_key_valid 
-0x61e3 026173 jam sp_master_stat_start_done ,mem_master_sp_state 
-0x61e4 026174 rtn 
-:      026176 sp_master_send_io_cap_send:
-0x61e5 026177 call tid_initiate 
-0x61e6 026178 jam lmp_io_cap_req ,mem_lmo_opcode2 
-0x61e7 026179 jam sp_stat_key_send ,mem_master_sp_state 
-0x61e8 026180 rtn 
-:      026183 sp_master_send_lmp_encapsulated_header:
-0x61e9 026184 call tid_initiate 
-0x61ea 026185 jam lmp_encapsulated_header ,mem_lmo_opcode2 
-0x61eb 026186 jam sp_stat_random_send ,mem_master_sp_state 
-0x61ec 026187 rtn 
-:      026189 sp_master_commitment_compare:
-0x61ed 026190 arg mem_sp_calc_result_high ,rega 
-0x61ee 026191 arg mem_sp_confirm_remote ,regb 
-0x61ef 026192 arg 16 ,loopcnt 
-0x61f0 026193 call string_compare 
-0x61f1 026194 branch sp_master_commitment_compare_success ,zero 
-0x61f2 026195 jam sp_stat_null ,mem_master_sp_state 
-0x61f3 026196 call master_clear_mem_master_sp_flag 
-0x61f4 026197 jam pdu_not_allowed ,mem_lmo_reason2 
-0x61f5 026198 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
-0x61f6 026199 branch reject_lmp_packet 
-:      026200 sp_master_commitment_compare_success:
-0x61f7 026201 jam sp_stat_confirm_calc ,mem_master_sp_state 
-0x61f8 026202 call master_set_mem_master_sp_flag 
-0x61f9 026203 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
-0x61fa 026204 branch accept_lmp_msg 
-:      026208 sp_master_send_lmp_simple_pairing_number:
-0x61fb 026209 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
-0x61fc 026210 rtn 
-:      026214 sp_send_lmp_encapsulated_header:
-0x61fd 026217 jam lmp_encapsulated_header ,mem_lmo_opcode2 
-0x61fe 026219 rtn 
-:      026225 send_lmp_encapsulated_header:
-0x61ff 026226 jam 0 ,mem_sp_local_key_send_count 
-0x6200 026227 force 4 ,pdata 
-0x6201 026228 call msg_send_lmp 
-0x6202 026229 force encapsulated_major_type_p192 ,pdata 
-0x6203 026230 istore 1 ,contw 
-0x6204 026231 force encapsulated_minor_type_p192 ,pdata 
-0x6205 026232 istore 1 ,contw 
-0x6206 026233 force encapsulated_len_p192 ,pdata 
-0x6207 026234 istore 1 ,contw 
-0x6208 026235 call check_localsm 
-0x6209 026236 branch send_lmp_request ,true 
-0x620a 026237 branch send_lmp_reply 
-:      026239 send_lmp_encapsulated_payload:
-0x620b 026241 force 17 ,pdata 
-0x620c 026242 call msg_send_lmp 
-0x620d 026243 fetch 1 ,mem_sp_local_key_send_count 
-0x620e 026244 arg mem_sp_pubkey_local ,contr 
-0x620f 026245 iadd contr ,contr 
-0x6210 026246 ifetch 8 ,contr 
-0x6211 026247 istore 8 ,contw 
-0x6212 026248 ifetch 8 ,contr 
-0x6213 026249 istore 8 ,contw 
-0x6214 026250 fetch 1 ,mem_sp_local_key_send_count 
-0x6215 026251 increase 16 ,pdata 
-0x6216 026252 store 1 ,mem_sp_local_key_send_count 
-0x6217 026253 call check_localsm 
-0x6218 026254 branch send_lmp_request ,true 
-0x6219 026255 branch send_lmp_reply 
-:      026258 sp_send_lmp_simple_pairing_comfirm:
-0x621a 026259 jam sp_stat_random_recv ,mem_sp_state 
-0x621b 026260 jam lmp_simple_pairing_confirm ,mem_lmo_opcode2 
-0x621c 026261 rtn 
-:      026262 send_lmp_simple_pairing_comfirm:
-0x621d 026265 force 17 ,pdata 
-0x621e 026266 call msg_send_lmp 
-0x621f 026267 arg mem_sp_calc_result_high ,contr 
-0x6220 026268 ifetch 8 ,contr 
-0x6221 026269 istore 8 ,contw 
-0x6222 026270 ifetch 8 ,contr 
-0x6223 026271 istore 8 ,contw 
-0x6224 026272 branch send_lmp_reply 
-:      026274 sp_send_lmp_simple_pairing_number:
-0x6225 026275 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
-0x6226 026276 rtn 
-:      026278 send_lmp_simple_pairing_number:
-0x6227 026280 call check_localsm 
-0x6228 026281 call sp_local_random_key_generator ,true 
-0x6229 026282 force 17 ,pdata 
-0x622a 026283 call msg_send_lmp 
-0x622b 026284 arg mem_sp_random_local ,contr 
-0x622c 026285 ifetch 8 ,contr 
-0x622d 026286 istore 8 ,contw 
-0x622e 026287 ifetch 8 ,contr 
-0x622f 026288 istore 8 ,contw 
-0x6230 026289 call check_localsm 
-0x6231 026290 nbranch send_lmp_reply ,true 
-0x6232 026291 branch send_lmp_request ,true 
-:      026293 master_sp_sm_end:
-0x6233 026295 jam sp_stat_done ,mem_master_sp_state 
-:      026296 sp_aurand_send:
-0x6234 026297 call tid_initiate 
-0x6235 026298 jam lmp_au_rand ,mem_lmo_opcode2 
-0x6236 026299 call check_localsm_master 
-0x6237 026300 branch sp_master_key_prarm_push ,true 
-0x6238 026301 branch sp_link_key_prarm_push 
-:      026302 master_sp_send_lmp_dhkey_check:
-0x6239 026303 call tid_reply 
-:      026304 sp_send_lmp_dhkey_check:
-0x623a 026305 jam lmp_dhkey_check ,mem_lmo_opcode2 
-0x623b 026306 rtn 
-:      026307 send_lmp_dhkey_check:
-0x623c 026309 force 17 ,pdata 
-0x623d 026310 call msg_send_lmp 
-0x623e 026311 arg mem_sp_calc_result_high ,contr 
-0x623f 026312 ifetch 8 ,contr 
-0x6240 026313 istore 8 ,contw 
-0x6241 026314 ifetch 8 ,contr 
-0x6242 026315 istore 8 ,contw 
-0x6243 026316 call check_localsm 
-0x6244 026317 nbranch send_lmp_reply ,true 
-0x6245 026318 branch send_lmp_request ,true 
-:      026320 send_lmp_enc_key_size_mask_res:
-0x6246 026321 force 3 ,pdata 
-0x6247 026322 call msg_send_lmp 
-0x6248 026323 setarg 0xfffe 
-0x6249 026324 istore 2 ,contw 
-0x624a 026325 branch send_lmp_reply 
-:      026327 send_lmp_auto_rate:
-0x624b 026328 branch send_lmp_request 
-:      026329 send_lmp_clkoffset_req:
-0x624c 026330 branch send_lmp_request 
-:      026331 send_lmp_quality_of_service:
-0x624d 026332 branch send_lmp_request 
-:      026333 send_lmp_test_activate:
-0x624e 026334 branch send_lmp_request 
-:      026339 send_lmp_comb_key:
-0x624f 026340 call generate_random_number 
-0x6250 026341 arg mem_lap ,rega 
-0x6251 026342 call generate_linkkey 
-0x6252 026343 force 17 ,pdata 
-0x6253 026344 call msg_send_lmp 
-0x6254 026345 arg mem_kinit ,rega 
-0x6255 026346 arg mem_random_number ,regb 
-0x6256 026347 call xor16 
-0x6257 026348 nbranch send_lmp_follow ,master 
-0x6258 026349 branch send_lmp_tid 
-:      026351 send_lmp_inrand:
-0x6259 026352 call generate_random_number 
-0x625a 026353 arg mem_plap ,rega 
-0x625b 026354 call generate_kinit 
-:      026355 send_lmp_rand:
-0x625c 026356 force 17 ,pdata 
-0x625d 026357 call msg_send_lmp 
-0x625e 026358 arg mem_random_number ,contr 
-0x625f 026359 call memcpy16 
-0x6260 026360 fetch 1 ,mem_conn_sm 
-0x6261 026361 beq conn_sm_auth_wait ,send_lmp_request 
-0x6262 026362 beq conn_sm_pairing_wait ,send_lmp_request 
-0x6263 026363 branch send_lmp_tid 
-:      026365 send_lmp_aurand:
-0x6264 026366 fetch 1 ,mem_pairing_auth 
-0x6265 026367 branch send_lmp_aurand_notpairing ,blank 
-0x6266 026368 call check_localsm 
-0x6267 026369 call tid_initiate ,true 
-0x6268 026370 ncall tid_reply ,true 
-0x6269 026371 branch send_lmp_aurand_common 
-:      026372 send_lmp_aurand_notpairing:
-0x626a 026373 call tid_initiate 
-:      026374 send_lmp_aurand_common:
-0x626b 026375 call generate_random_number 
-0x626c 026376 branch send_lmp_rand 
-:      026378 send_lmp_sres:
-0x626d 026379 arg mem_lap ,rega 
-0x626e 026380 call function_e1 
-0x626f 026381 force 5 ,pdata 
-0x6270 026382 call msg_send_lmp 
-0x6271 026383 fetch 4 ,mem_input_store 
-0x6272 026384 istore 4 ,contw 
-0x6273 026385 arg mem_sres_tid ,temp 
-0x6274 026386 call special_tid_store 
-0x6275 026387 call copy_aco 
-0x6276 026388 call check_localsm 
-0x6277 026389 branch send_lmp_sres_master ,true 
-0x6278 026390 jam done_encryp ,mem_wait_encryption 
-0x6279 026391 fetch 1 ,mem_pairing_auth 
-0x627a 026392 rtn blank 
-0x627b 026393 jam lmp_au_rand ,mem_lmo_opcode2 
-:      026394 send_lmp_sres_master:
-0x627c 026395 fetch 1 ,mem_link_key_exists 
-0x627d 026396 rtn blank 
-:      026397 send_lmp_sres_startenc:
-0x627e 026398 call check_localsm 
-0x627f 026399 nbranch send_lmp_sres_startenc_slave ,true 
-0x6280 026400 fetch 1 ,mem_auth_enable 
-0x6281 026401 rtn blank 
-0x6282 026402 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x6283 026403 rtn 
-:      026404 send_lmp_sres_startenc_slave:
-0x6284 026405 rtnmark0 mark_slave_in_rand_accepted 
-0x6285 026406 set0 mark_slave_in_rand_accepted ,mark 
-0x6286 026407 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x6287 026408 rtn 
-:      026412 send_lmp_start_encryption:
-0x6288 026413 call generate_random_number 
-0x6289 026414 call function_e3 
-0x628a 026415 force 17 ,pdata 
-0x628b 026416 call msg_send_lmp 
-0x628c 026417 arg mem_random_number ,contr 
-0x628d 026418 call memcpy16 
-0x628e 026419 branch send_lmp_tid 
-:      026421 send_lmp_stop_encryption_req:
-0x628f 026422 force 1 ,pdata 
-0x6290 026423 call msg_send_lmp 
-0x6291 026424 branch send_lmp_tid 
-:      026426 send_lmp_encryption_key_size_req:
-0x6292 026427 force 2 ,pdata 
-0x6293 026428 call msg_send_lmp 
-0x6294 026429 force 16 ,pdata 
-0x6295 026430 istore 1 ,contw 
-0x6296 026431 store 1 ,mem_key_size 
-0x6297 026432 branch send_lmp_tid 
-:      026434 msg_send_lmp:
-0x6298 026436 lshift3 pdata ,pdata 
-0x6299 026437 or_into 0x07 ,pdata 
-0x629a 026438 store 1 ,mem_lmo_header_length 
-0x629b 026439 arg 17 ,loopcnt 
-0x629c 026440 arg mem_lmo_payload ,contw 
-0x629d 026441 call clear_mem 
-0x629e 026442 arg mem_lmo_payload ,contw 
-0x629f 026443 rtn 
-:      026445 send_lmpext:
-0x62a0 026446 and pdata ,0x7f ,rega 
-0x62a1 026447 jam lmp_escape ,mem_lmp_to_send 
-0x62a2 026448 deposit queue 
-0x62a3 026449 call msg_send_lmp 
-0x62a4 026450 deposit rega 
-0x62a5 026451 istore 1 ,contw 
-0x62a6 026452 rtn 
-:      026454 send_lmp_follow:
-0x62a7 026455 fetch 1 ,mem_lmp_to_send 
-0x62a8 026456 lshift pdata ,pdata 
-0x62a9 026457 fetcht 1 ,mem_state_map 
-0x62aa 026458 isolate1 smap_lmptid ,temp 
-0x62ab 026459 setflag true ,0 ,pdata 
-0x62ac 026460 branch send_lmp_exit 
-:      026463 send_lmp_tid:
-0x62ad 026464 fetcht 1 ,mem_state_map 
-0x62ae 026465 and_into 1 ,temp 
-0x62af 026466 branch send_lmp_end 
-:      026468 send_lmp_reply:
-0x62b0 026469 force 0 ,temp 
-0x62b1 026470 branch send_lmp_end 
-:      026472 send_lmp_request:
-0x62b2 026473 force 1 ,temp 
-:      026474 send_lmp_end:
-0x62b3 026475 fetch 1 ,mem_lmp_to_send 
-0x62b4 026476 lshift pdata ,pdata 
-0x62b5 026477 setflag master ,0 ,pdata 
-0x62b6 026478 ixor temp ,pdata 
-:      026479 send_lmp_exit:
-0x62b7 026480 store 1 ,mem_lmo_header_opcode 
-0x62b8 026481 jam 0 ,mem_lmp_to_send 
-0x62b9 026482 call lmo_fifo_process_lmo0empty 
-0x62ba 026483 enable user 
-0x62bb 026484 rtn 
-:      026487 lmo_fifo_check:
-0x62bc 026488 fetch 1 ,mem_lmo_opcode2 
-0x62bd 026489 rtn blank 
-0x62be 026490 call lmo_fifo_process 
-0x62bf 026491 fetch 1 ,mem_lmo_opcode2 
-0x62c0 026492 rtn 
-:      026494 lmo_fifo_process:
-0x62c1 026495 bpatchx patch30_6 ,mem_patch30 
-0x62c2 026496 fetch 1 ,mem_lmp_to_send 
-0x62c3 026497 branch lmo_fifo_process_lmo0empty ,blank 
-0x62c4 026498 fetch 1 ,mem_lmo_opcode1 
-0x62c5 026499 nrtn blank 
-0x62c6 026500 branch lmo_fifo_process_lmo2to1 
-:      026501 lmo_fifo_process_lmo0empty:
-0x62c7 026502 fetch 1 ,mem_lmo_opcode1 
-0x62c8 026503 branch lmo_fifo_process_lmo1_empty ,blank 
-0x62c9 026504 fetch 3 ,mem_lmo_opcode1 
-0x62ca 026505 store 3 ,mem_lmp_to_send 
-0x62cb 026506 fetcht 1 ,mem_lmo_tid1 
-0x62cc 026507 fetch 1 ,mem_state_map 
-0x62cd 026508 set0 smap_lmptid ,pdata 
-0x62ce 026509 ior temp ,pdata 
-0x62cf 026510 store 1 ,mem_state_map 
-0x62d0 026511 jam 0 ,mem_lmo_opcode1 
-:      026512 lmo_fifo_process_lmo2to1:
-0x62d1 026513 fetch 1 ,mem_lmo_opcode2 
-0x62d2 026514 rtn blank 
-0x62d3 026515 fetch 4 ,mem_lmo_opcode2 
-0x62d4 026516 store 4 ,mem_lmo_opcode1 
-0x62d5 026517 jam 0 ,mem_lmo_opcode2 
-0x62d6 026518 rtn 
-:      026519 lmo_fifo_process_lmo1_empty:
-0x62d7 026520 fetch 1 ,mem_lmo_opcode2 
-0x62d8 026521 rtn blank 
-0x62d9 026522 fetch 3 ,mem_lmo_opcode2 
-0x62da 026523 store 3 ,mem_lmp_to_send 
-0x62db 026524 fetcht 1 ,mem_lmo_tid2 
-0x62dc 026525 fetch 1 ,mem_state_map 
-0x62dd 026526 set0 smap_lmptid ,pdata 
-0x62de 026527 ior temp ,pdata 
-0x62df 026528 store 1 ,mem_state_map 
-0x62e0 026529 jam 0 ,mem_lmo_opcode2 
-0x62e1 026530 rtn 
-:      026533 special_tid_store:
-0x62e2 026534 bpatchx patch30_7 ,mem_patch30 
-0x62e3 026535 fetch 1 ,mem_state_map 
-0x62e4 026536 copy pdata ,regc 
-0x62e5 026537 ifetch 1 ,temp 
-0x62e6 026538 call pop_tid_follow 
-0x62e7 026539 call send_lmp_follow 
-0x62e8 026540 copy regc ,pdata 
-0x62e9 026541 store 1 ,mem_state_map 
-0x62ea 026542 rtn 
-:      026544 tid_reply:
-0x62eb 026545 fetcht 1 ,mem_state_map 
-0x62ec 026546 set0 smap_lmptidinit ,temp 
-0x62ed 026547 storet 1 ,mem_state_map 
-0x62ee 026548 rtn 
-:      026550 tid_initiate:
-0x62ef 026551 fetcht 1 ,mem_state_map 
-0x62f0 026552 set1 smap_lmptidinit ,temp 
-0x62f1 026553 storet 1 ,mem_state_map 
-0x62f2 026554 rtn 
-:      026557 tid_check:
-0x62f3 026558 nsetflag master ,smap_lmptid ,pdata 
-0x62f4 026559 fetcht 1 ,mem_state_map 
-0x62f5 026560 ixor temp ,pdata 
-0x62f6 026561 isolate1 smap_lmptid ,pdata 
-0x62f7 026562 rtn 
-:      026565 tid_set_reply:
-0x62f8 026566 fetch 1 ,mem_state_map 
-0x62f9 026567 setflag master ,smap_lmptid ,pdata 
-0x62fa 026568 store 1 ,mem_state_map 
-0x62fb 026569 rtn 
-:      026572 check_localsm:
-0x62fc 026573 fetch 1 ,mem_sp_localsm 
-0x62fd 026574 compare local_statemachine ,pdata ,0x7f 
-0x62fe 026575 rtn 
-:      026576 setlocalsm_master:
-0x62ff 026577 fetch 1 ,mem_sp_localsm 
-0x6300 026578 set1 7 ,pdata 
-0x6301 026579 store 1 ,mem_sp_localsm 
-0x6302 026580 rtn 
-:      026581 setlocalsm_slave:
-0x6303 026582 fetch 1 ,mem_sp_localsm 
-0x6304 026583 set0 7 ,pdata 
-0x6305 026584 store 1 ,mem_sp_localsm 
-0x6306 026585 rtn 
-:      026586 check_localsm_master:
-0x6307 026587 fetch 1 ,mem_sp_localsm 
-0x6308 026588 isolate1 7 ,pdata 
-0x6309 026589 store 1 ,mem_sp_localsm 
-0x630a 026590 rtn 
-:      026592 generate_random_number:
-0x630b 026594 arg mem_random_number ,contw 
-:      026595 generate_random:
-0x630c 026596 force 16 ,loopcnt 
-:      026597 generate_random_another:
-:      026598 generate_random_loop:
-0x630d 026599 random pdata 
-0x630e 026600 istore 1 ,contw 
-0x630f 026601 loop generate_random_another 
-0x6310 026602 rtn 
-:      026604 generate_linkkey:
-0x6311 026605 call function_e21 
-0x6312 026606 arg mem_link_key ,rega 
-0x6313 026607 arg mem_input_store ,regb 
-0x6314 026608 ifetch 8 ,rega 
-0x6315 026609 fetcht 1 ,mem_state 
-0x6316 026610 nsetflag blank ,state_combkey ,temp 
-0x6317 026611 storet 1 ,mem_state 
-0x6318 026612 copy rega ,contw 
-0x6319 026613 call xor16 
-0x631a 026614 branch generate_linkkey_continue 
-:      026620 process_conn_sm:
-0x631b 026622 bpatchx patch31_0 ,mem_patch31 
-0x631c 026624 call lmo_fifo_check 
-0x631d 026625 nrtn blank 
-:      026626 process_conn_sm_continue:
-0x631e 026627 fetch 1 ,mem_conn_sm 
-0x631f 026628 rtn blank 
-0x6320 026632 beq conn_sm_send_conn_req ,host_create_conn_send_conn_req 
-0x6321 026633 beq conn_sm_wait_conn_accept ,host_create_conn_wait_accept 
-0x6322 026634 beq conn_sm_send_features ,host_create_conn_send_features 
-0x6323 026635 beq conn_sm_wait_features_res ,host_create_conn_waiting 
-0x6324 026636 beq conn_sm_send_switch ,host_create_conn_send_switch 
-0x6325 026637 beq conn_sm_auth_pair ,host_create_conn_auth_pair 
-0x6326 026638 beq conn_sm_auth_pair_wait ,host_create_conn_auth_pair_wait 
-0x6327 026639 beq conn_sm_encrypt ,host_create_conn_encrypt 
-0x6328 026640 beq conn_sm_encrypt_wait ,host_create_conn_encrypt_wait 
-0x6329 026641 beq conn_sm_encrypt_wait_clear ,host_create_conn_encrypt_wait_clear 
-0x632a 026642 beq conn_sm_send_setup_complete ,host_create_conn_send_setup_complete 
-0x632b 026643 beq conn_sm_wait_setup_complete ,host_create_conn_wait_setup_complete 
-0x632c 026644 beq conn_sm_detach_delay ,host_create_conn_master_detach 
-0x632d 026645 beq conn_sm_send_version ,host_create_conn_send_version 
-0x632e 026646 beq conn_sm_wait_version ,host_create_conn_waiting 
-0x632f 026647 beq conn_sm_wait_switch_after_host_connection ,host_creat_conn_wait_switch 
-0x6330 026648 beq conn_sm_send_features_ext ,host_creat_conn_send_feat_ext 
-0x6331 026649 beq conn_sm_wait_features_ext ,host_create_conn_waiting 
-0x6332 026650 beq conn_sm_pairing ,host_create_conn_pairing 
-0x6333 026651 beq conn_sm_pairing_wait ,host_create_conn_pairing_wait 
-0x6334 026652 beq conn_sm_auth ,host_create_conn_auth 
-0x6335 026653 beq conn_sm_auth_wait ,host_create_conn_auth_wait 
-0x6336 026654 beq conn_sm_done ,host_create_conn_done 
-0x6337 026655 beq conn_sm_wait_done ,host_create_conn_done_wait 
-0x6338 026656 jam conn_sm_standby ,mem_conn_sm 
-0x6339 026658 rtn 
-:      026659 host_create_conn_done:
-0x633a 026660 fetch 1 ,mem_lmp_conn_state 
-0x633b 026661 rtnbit0 received_setup_complete 
-0x633c 026662 rtnbit0 sent_setup_complete 
-0x633d 026663 jam conn_sm_standby ,mem_conn_sm 
-0x633e 026664 call host_conn_judge_encrypt 
-0x633f 026665 branch scheduler_start_upper_sm 
-:      026667 host_conn_judge_encrypt:
-0x6340 026668 fetch 1 ,mem_connection_options 
-0x6341 026669 rtnbit0 connection_encrypt 
-0x6342 026670 jam conn_sm_encrypt_wait ,mem_conn_sm 
-0x6343 026671 rtn 
-:      026673 host_create_conn_done_wait:
-0x6344 026674 arg enpt_delay_timer ,queue 
-0x6345 026675 call timer_check 
-0x6346 026676 nrtn blank 
-0x6347 026677 jam conn_sm_done ,mem_conn_sm 
-0x6348 026678 rtn 
-:      026680 host_create_conn_auth:
-0x6349 026681 fetch 1 ,mem_connection_options 
-0x634a 026682 set0 connection_auth ,pdata 
-0x634b 026683 store 1 ,mem_connection_options 
-0x634c 026684 jam conn_sm_auth_wait ,mem_conn_sm 
-0x634d 026685 jam lmp_au_rand ,mem_lmo_opcode2 
-0x634e 026686 rtn 
-:      026687 host_create_conn_auth_wait:
-0x634f 026688 rtn 
-:      026689 host_create_conn_pairing:
-0x6350 026690 fetch 1 ,mem_pincode_state 
-0x6351 026691 rtnne pincode_state_pincode_ready 
-0x6352 026692 call host_auth 
-0x6353 026693 jam conn_sm_pairing_wait ,mem_conn_sm 
-0x6354 026694 rtn 
-:      026696 host_create_conn_pairing_wait:
-0x6355 026697 rtn 
-:      026698 host_creat_conn_send_feat_ext:
-0x6356 026699 jam conn_sm_wait_features_ext ,mem_conn_sm 
-0x6357 026700 jam lmp_ext_features_req ,mem_lmo_opcode2 
-0x6358 026701 rtn 
-:      026702 host_create_conn_send_version:
-0x6359 026703 jam conn_sm_wait_version ,mem_conn_sm 
-0x635a 026704 jam lmp_version_req ,mem_lmo_opcode2 
-0x635b 026705 rtn 
-:      026707 host_creat_conn_wait_switch:
-0x635c 026708 fetch 1 ,mem_switch_flag 
-0x635d 026709 rtneq switch_flag_init 
-0x635e 026710 beq switch_flag_accept ,host_create_conn_switch_accept 
-0x635f 026711 arg switch_wait_timer ,queue 
-0x6360 026712 call timer_check 
-0x6361 026713 nrtn blank 
-0x6362 026714 jam switch_flag_init ,mem_switch_flag 
-0x6363 026715 branch host_create_conn_switch 
-:      026716 host_create_conn_switch_accept:
-0x6364 026717 rtn master 
-0x6365 026718 branch host_create_conn_auth_pair 
-:      026720 host_create_conn_send_features:
-0x6366 026721 jam conn_sm_wait_features_res ,mem_conn_sm 
-0x6367 026722 jam lmp_features_req ,mem_lmo_opcode2 
-0x6368 026723 rtn 
-:      026724 host_create_conn_send_switch:
-0x6369 026725 jam lmp_switch_req ,mem_lmo_opcode2 
-0x636a 026726 set1 mark_switch_initiated ,mark 
-0x636b 026727 jam conn_sm_wait_conn_accept ,mem_conn_sm 
-0x636c 026728 setarg 0x1ff 
-0x636d 026729 store 2 ,mem_soft_timer 
-0x636e 026730 rtn 
-:      026731 host_create_conn_send_conn_req:
-0x636f 026732 jam conn_sm_wait_conn_accept ,mem_conn_sm 
-0x6370 026733 jam 0xff ,mem_soft_timer 
-0x6371 026734 set0 mark_reconn_recieve_switch ,mark 
-0x6372 026735 jam lmp_host_connection_req ,mem_lmo_opcode2 
-0x6373 026736 branch init_lmp_reinit 
-:      026737 host_create_conn_wait_accept:
-0x6374 026738 rtnmark1 mark_reconn_recieve_switch 
-0x6375 026739 fetch 2 ,mem_soft_timer 
-0x6376 026740 sub pdata ,1 ,pdata 
-0x6377 026741 branch host_create_conn_resend ,zero 
-0x6378 026742 store 2 ,mem_soft_timer 
-0x6379 026743 rtn 
-:      026744 host_create_conn_resend:
-0x637a 026745 jam conn_sm_send_switch ,mem_conn_sm 
-0x637b 026746 rtn 
-:      026747 host_create_conn_waiting:
-0x637c 026749 rtn 
-:      026751 host_create_conn_switch:
-0x637d 026752 fetch 1 ,mem_lmp_conn_state 
-0x637e 026753 rtnbit0 sent_setup_complete 
-0x637f 026754 rtnbit0 received_setup_complete 
-0x6380 026755 fetch 1 ,mem_connection_options 
-0x6381 026756 set0 connection_switch ,pdata 
-0x6382 026757 store 1 ,mem_connection_options 
-0x6383 026758 jam lmp_switch_req ,mem_lmo_opcode2 
-0x6384 026759 jam conn_sm_wait_switch_after_host_connection ,mem_conn_sm 
-0x6385 026760 rtn 
-:      026762 host_create_conn_send_setup_complete:
-0x6386 026763 jam conn_sm_wait_setup_complete ,mem_conn_sm 
-0x6387 026764 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x6388 026765 rtn 
-:      026767 host_create_conn_wait_setup_complete:
-0x6389 026768 fetch 1 ,mem_lmp_conn_state 
-0x638a 026769 rtnbit0 received_setup_complete 
-0x638b 026770 jam conn_sm_standby ,mem_conn_sm 
-0x638c 026772 rtn 
-:      026773 host_create_conn_wait_setup_complete_rtn:
-0x638d 026774 jam conn_sm_auth_pair ,mem_conn_sm 
-0x638e 026775 rtn 
-:      026777 host_create_conn_master_detach:
-0x638f 026778 fetch 1 ,mem_soft_timer 
-0x6390 026779 increase -1 ,pdata 
-0x6391 026780 branch host_create_conn_send_detach ,blank 
-0x6392 026781 store 1 ,mem_soft_timer 
-0x6393 026782 rtn 
-:      026783 host_create_conn_send_detach:
-0x6394 026784 jam lmp_detach ,mem_lmo_opcode2 
-0x6395 026785 jam local_host ,mem_disconn_reason_send 
-0x6396 026786 jam 0 ,mem_conn_sm 
-0x6397 026787 rtn 
-:      026788 host_create_conn_auth_pair:
-0x6398 026790 fetch 1 ,mem_connection_options 
-0x6399 026791 bbit1 connection_switch ,host_create_conn_switch 
-0x639a 026792 bbit1 connection_auth ,host_create_conn_auth_pair_true 
-:      026793 host_create_conn_sm_done:
-0x639b 026794 jam conn_sm_done ,mem_conn_sm 
-0x639c 026795 rtn 
-:      026796 host_create_conn_auth_pair_true:
-0x639d 026797 fetch 1 ,mem_link_key_exists 
-0x639e 026798 branch host_create_conn_auth_pair_nokey ,blank 
-0x639f 026799 fetch 1 ,mem_lmp_conn_state 
-0x63a0 026800 rtnbit0 sent_setup_complete 
-0x63a1 026801 rtnbit0 received_setup_complete 
-0x63a2 026802 fetch 4 ,mem_aurand_send_delay_time 
-0x63a3 026803 arg 100 ,temp 
-0x63a4 026804 iadd temp ,temp 
-0x63a5 026805 copy clkn_bt ,pdata 
-0x63a6 026806 isub temp ,null 
-0x63a7 026807 nrtn positive 
-0x63a8 026808 branch host_create_conn_auth 
-:      026812 host_create_conn_auth_pair_nokey:
-0x63a9 026813 jam conn_sm_pairing ,mem_conn_sm 
-0x63aa 026814 jam 4 ,mem_pin_length 
-0x63ab 026815 setarg 0x3030 
-0x63ac 026816 store 2 ,mem_pin 
-0x63ad 026817 istore 2 ,contw 
-0x63ae 026818 jam pincode_state_pincode_ready ,mem_pincode_state 
-0x63af 026819 branch host_create_conn_pairing 
-:      026821 host_create_conn_auth_pair_wait:
-0x63b0 026822 rtn 
-:      026823 host_create_conn_encrypt:
-0x63b1 026824 fetch 1 ,mem_connection_options 
-0x63b2 026825 bbit1 connection_encrypt ,host_create_conn_encrypt_start 
-0x63b3 026826 jam conn_sm_done ,mem_conn_sm 
-0x63b4 026827 rtn 
-:      026829 host_create_conn_encrypt_start:
-0x63b5 026830 fetch 1 ,mem_connection_options 
-0x63b6 026831 set0 connection_encrypt ,pdata 
-0x63b7 026832 store 1 ,mem_connection_options 
-0x63b8 026833 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x63b9 026834 rtn 
-:      026836 host_create_conn_encrypt_wait:
-0x63ba 026837 fetch 1 ,mem_wait_encryption 
-0x63bb 026838 rtn blank 
-0x63bc 026839 jam conn_sm_standby ,mem_conn_sm 
-0x63bd 026840 branch host_create_conn_encrypt_start 
-:      026842 host_create_conn_encrypt_wait_clear:
-0x63be 026843 jam conn_sm_send_setup_complete ,mem_conn_sm 
-0x63bf 026844 rtn 
-:      026846 host_auth:
-0x63c0 026847 fetch 1 ,mem_op 
-0x63c1 026848 bbit1 op_inrand_req ,remote_auth 
-0x63c2 026849 call tid_initiate 
-0x63c3 026850 jam lmp_in_rand ,mem_lmo_opcode2 
-0x63c4 026851 branch cmd_exit 
-:      026852 remote_auth:
-0x63c5 026853 fetch 1 ,mem_op 
-0x63c6 026854 set0 op_inrand_req ,pdata 
-0x63c7 026855 store 1 ,mem_op 
-0x63c8 026856 call lmp_accept_inrand 
-0x63c9 026857 call tid_set_reply 
-0x63ca 026858 branch cmd_exit 
-:      026860 pincode_reinit:
-0x63cb 026861 setarg 4 
-0x63cc 026862 store 1 ,mem_pin_length 
-0x63cd 026863 setarg 0x3030 
-0x63ce 026864 istore 2 ,contw 
-0x63cf 026865 istore 2 ,contw 
-0x63d0 026866 rtn 
-:      026872 twspi_reset:
-0x63d1 026873 bpatchx patch31_4 ,mem_patch31 
-0x63d2 026874 hfetch 1 ,core_gpio_oe3 
-0x63d3 026875 arg 0x06 ,temp 
-0x63d4 026876 ior temp ,pdata 
-0x63d5 026877 hstore 1 ,core_gpio_oe3 
-0x63d6 026878 hfetch 1 ,core_gpio_out3 
-0x63d7 026879 ior temp ,pdata 
-0x63d8 026880 hstore 1 ,core_gpio_out3 
-0x63d9 026881 call twspi_disable 
-0x63da 026882 hfetch 1 ,core_gpio_out3 
-0x63db 026883 set0 1 ,pdata 
-0x63dc 026884 set0 2 ,pdata 
-0x63dd 026885 hstore 1 ,core_gpio_out3 
-0x63de 026886 nop 30 
-0x63df 026887 branch twspi_enable 
-:      026889 twspi_reset2:
-0x63e0 026890 hfetch 1 ,core_gpio_oe3 
-0x63e1 026891 arg 0xc0 ,temp 
-0x63e2 026892 ior temp ,pdata 
-0x63e3 026893 hstore 1 ,core_gpio_oe3 
-0x63e4 026894 hfetch 1 ,core_gpio_out3 
-0x63e5 026895 ior temp ,pdata 
-0x63e6 026896 hstore 1 ,core_gpio_out3 
-0x63e7 026897 call twspi_disable 
-0x63e8 026898 hfetch 1 ,core_gpio_out3 
-0x63e9 026899 set0 6 ,pdata 
-0x63ea 026900 set0 7 ,pdata 
-0x63eb 026901 hstore 1 ,core_gpio_out3 
-0x63ec 026902 nop 30 
-0x63ed 026903 branch twspi_enable2 
-:      026905 twspi_disable:
-0x63ee 026906 hfetch 1 ,core_gpio_sel1 
-0x63ef 026907 and pdata ,0xfc ,pdata 
-0x63f0 026908 hstore 1 ,core_gpio_sel1 
-0x63f1 026909 rtn 
-:      026910 twspi_enable:
-0x63f2 026911 hfetch 1 ,core_gpio_sel1 
-0x63f3 026912 or pdata ,0x01 ,pdata 
-0x63f4 026913 hstore 1 ,core_gpio_sel1 
-0x63f5 026914 rtn 
-:      026915 twspi_enable2:
-0x63f6 026916 hfetch 1 ,core_gpio_sel1 
-0x63f7 026917 or pdata ,0x03 ,pdata 
-0x63f8 026918 set0 4 ,pdata 
-0x63f9 026919 hstore 1 ,core_gpio_sel1 
-0x63fa 026920 rtn 
-:      026924 sensor_read:
-0x63fb 026925 copy pdata ,regb 
-0x63fc 026926 call spi_ncs_enable 
-0x63fd 026927 nop 100 
-0x63fe 026928 copy regb ,pdata 
-0x63ff 026929 call twspi_read 
-0x6400 026930 copy pdata ,regb 
-0x6401 026931 call spi_ncs_disable 
-0x6402 026932 nop 100 
-0x6403 026933 copy regb ,pdata 
-0x6404 026934 rtn 
-:      026936 sensor_write:
-0x6405 026937 copy pdata ,regb 
-0x6406 026938 call spi_ncs_enable 
-0x6407 026939 nop 100 
-0x6408 026940 copy regb ,pdata 
-0x6409 026941 call twspi_write 
-0x640a 026942 call spi_ncs_disable 
-0x640b 026943 nop 100 
-0x640c 026944 rtn 
-:      026947 spi_ncs_gpio_init:
-0x640d 026948 fetcht 1 ,mem_spi_ncs_gpio 
-0x640e 026949 branch gpio_config_output 
-:      026952 spi_ncs_enable:
-0x640f 026953 fetcht 1 ,mem_spi_ncs_gpio 
-0x6410 026954 branch gpio_out_active 
-:      026957 spi_ncs_disable:
-0x6411 026958 fetcht 1 ,mem_spi_ncs_gpio 
-0x6412 026959 branch gpio_out_inactive 
-:      026962 twspi_write:
-0x6413 026963 branch spid_write_reg 
-:      026965 twspi_read:
-0x6414 026966 branch spid_read_reg 
-:      026973 read_function_aes:
-0x6415 026974 nbranch read_function ,user 
-0x6416 026975 hfetch 1 ,core_gpio_key2 
-0x6417 026976 or_into 0x2 ,pdata 
-0x6418 026977 hstore 1 ,core_gpio_key2 
-:      026978 read_function:
-0x6419 026979 copy temp ,null 
-0x641a 026980 branch read_fuction_zero ,zero 
-0x641b 026981 copy regc ,pc 
-:      026982 read_fuction_zero:
-0x641c 026983 isolate0 0 ,null 
-0x641d 026984 branch set_ucode_status 
-:      026987 get_block_header:
-0x641e 026988 force 4 ,temp 
-:      026989 get_block_header0:
-0x641f 026990 arg mem_ucode_buf ,rega 
-0x6420 026991 hfetch 1 ,core_gpio_key2 
-0x6421 026992 and_into 0xfd ,pdata 
-0x6422 026993 hstore 1 ,core_gpio_key2 
-0x6423 026994 call read_function 
-0x6424 026995 arg 0x55aa ,rega 
-0x6425 026996 fetch 2 ,mem_ucode_buf 
-0x6426 026997 ifetcht 2 ,contr 
-0x6427 026998 isub rega ,null 
-0x6428 026999 rtn 
-:      027001 read_first_block:
-0x6429 027002 arg 2 ,temp 
-0x642a 027003 arg mem_ucode_ptr ,rega 
-0x642b 027004 call read_function 
-0x642c 027005 fetch 2 ,mem_ucode_ptr 
-0x642d 027006 store 2 ,mem_addr_mi 
-0x642e 027007 call get_iv ,user 
-0x642f 027008 rtn 
-:      027010 get_iv:
-0x6430 027011 arg 16 ,temp 
-0x6431 027012 arg mem_ucode_keybuf ,rega 
-0x6432 027013 hfetch 1 ,core_gpio_key2 
-0x6433 027014 and_into 0xfd ,pdata 
-0x6434 027015 hstore 1 ,core_gpio_key2 
-0x6435 027016 call read_function 
-0x6436 027017 arg mem_ucode_keybuf ,contr 
-0x6437 027018 arg 16 ,loopcnt 
-0x6438 027019 call aes_load_data 
-0x6439 027020 call aes_init 
-0x643a 027021 call aes_clear_data 
-0x643b 027022 branch do_aes_cbc 
-:      027024 load_storage:
-0x643c 027025 disable match 
-0x643d 027026 call get_block_header 
-0x643e 027027 nrtn zero 
-0x643f 027028 enable match 
-0x6440 027029 jam 0x80 ,core_ucode_ctrl 
-0x6441 027030 jam 0 ,core_ucode_hi 
-0x6442 027031 jam 0 ,core_ucode_low 
-0x6443 027032 arg core_ucode_data ,rega 
-0x6444 027033 call read_function_aes 
-0x6445 027034 jam 0x0 ,core_ucode_ctrl 
-:      027035 load_storage_loop:
-0x6446 027036 arg 6 ,temp 
-0x6447 027037 call get_block_header0 
-0x6448 027038 nrtn zero 
-0x6449 027039 ifetch 2 ,contr 
-0x644a 027040 iforce rega 
-0x644b 027041 call read_function 
-0x644c 027042 branch load_storage_loop 
-:      027046 reload_eeprom:
-0x644d 027047 call clean_mem 
-0x644e 027048 setarg 0x1000 
-0x644f 027049 store 2 ,mem_addr_mi 
-0x6450 027050 arg iicd_read_eep ,regc 
-0x6451 027051 arg 2 ,loopcnt 
-:      027052 reload_eeprom_loop:
-0x6452 027053 call get_block_header 
-0x6453 027054 nrtn zero 
-0x6454 027055 fetch 2 ,mem_addr_mi 
-0x6455 027056 byteswap pdata ,pdata 
-0x6456 027057 iadd temp ,pdata 
-0x6457 027058 byteswap pdata ,pdata 
-0x6458 027059 store 2 ,mem_addr_mi 
-0x6459 027060 loop reload_eeprom_loop 
-0x645a 027061 branch load_storage_loop 
-:      027063 loadcode:
-0x645b 027064 call clean_mem 
-0x645c 027065 disable user 
-0x645d 027066 call otp_enable_chgpump 
-0x645e 027067 setarg otp_ucode_flag 
-0x645f 027068 arg mem_otp_ucode_flag ,rega 
-0x6460 027069 arg 2 ,temp 
-0x6461 027070 call otpd_read_data 
-0x6462 027071 fetch 2 ,mem_otp_ucode_flag 
-0x6463 027072 bbit0 otp_uflag_aes ,loadcode_otp 
-0x6464 027073 jam 0x25 ,core_clkoff 
-0x6465 027074 setarg otp_ucode_aeskey 
-0x6466 027075 arg mem_ucode_keybuf ,rega 
-0x6467 027076 arg 16 ,temp 
-0x6468 027077 call otpd_read_data 
-0x6469 027078 jam lock_otp ,core_misc_ctrl 
-0x646a 027079 set1 mark_otp_encrypt ,mark 
-0x646b 027080 arg mem_ucode_keybuf ,contr 
-0x646c 027081 call load_key 
-0x646d 027082 enable user 
-:      027083 loadcode_otp:
-0x646e 027084 jam 0 ,mem_loadcode_times 
-:      027085 loadcode_otp_2:
-0x646f 027086 call loadcode_check_times 
-0x6470 027087 fetch 2 ,mem_otp_ucode_flag 
-0x6471 027088 byteswap pdata ,pdata 
-0x6472 027089 arg 0x7ff ,temp 
-0x6473 027090 iand temp ,pdata 
-0x6474 027091 branch loadcode_iic ,zero 
-0x6475 027092 call otp_set_addr 
-0x6476 027093 arg otpd_read_code ,regc 
-0x6477 027094 call get_iv ,user 
-0x6478 027095 call load_storage 
-0x6479 027096 fetch 1 ,mem_ucode_status 
-0x647a 027097 bbit0 0 ,loadcode_otp_2 
-:      027099 loadcode_iic:
-0x647b 027100 call otp_disable_chgpump 
-0x647c 027101 jam 0 ,mem_loadcode_times 
-:      027102 loadcode_iic_2:
-0x647d 027103 call loadcode_check_times 
-0x647e 027104 call clear_eeprom_size_2k 
-0x647f 027105 fetch 1 ,mem_otp_ucode_flag 
-0x6480 027106 bbit1 otp_uflag_skip_eep ,loadcode_spi 
-0x6481 027107 call loadcode_iic_by_eeprom 
-0x6482 027108 nbranch loadcode_iic_eeprom_2k ,match 
-0x6483 027109 fetch 1 ,mem_ucode_status 
-0x6484 027110 bbit0 0 ,loadcode_iic_2 
-0x6485 027111 branch loadcode_hci 
-:      027112 loadcode_iic_eeprom_2k:
-0x6486 027113 call set_eeprom_size_2k 
-0x6487 027114 fetch 1 ,mem_otp_ucode_flag 
-0x6488 027115 bbit1 otp_uflag_skip_eep ,loadcode_spi 
-0x6489 027116 call loadcode_iic_by_eeprom 
-0x648a 027117 nbranch loadcode_spi ,match 
-0x648b 027118 fetch 1 ,mem_ucode_status 
-0x648c 027119 bbit0 0 ,loadcode_iic_2 
-0x648d 027120 branch loadcode_hci 
-:      027122 loadcode_spi:
-0x648e 027123 jam 0 ,mem_loadcode_times 
-:      027124 loadcode_spi_2:
-0x648f 027125 call loadcode_check_times 
-0x6490 027126 fetch 1 ,mem_otp_ucode_flag 
-0x6491 027127 bbit1 otp_uflag_skip_flash ,loadcode_hci 
-0x6492 027128 setarg 0x0 
-0x6493 027129 store 3 ,mem_addr_hi 
-0x6494 027130 call spid_init_flash 
-0x6495 027131 arg spid_load_flash ,regc 
-0x6496 027132 call read_first_block 
-0x6497 027133 call load_storage 
-0x6498 027134 nbranch loadcode_hci ,match 
-0x6499 027135 fetch 1 ,mem_ucode_status 
-0x649a 027136 bbit0 0 ,loadcode_spi_2 
-:      027138 loadcode_hci:
-0x649b 027139 bmark1 mark_otp_encrypt ,loadcode_hci_enc 
-0x649c 027140 call clear_key_buf 
-:      027141 loadcode_hci_enc:
-0x649d 027142 fetch 1 ,mem_otp_ucode_flag 
-0x649e 027143 bbit0 otp_uflag_hci ,clear_key_buf 
-0x649f 027144 jam 0x21 ,core_clkoff 
-0x64a0 027145 call hci_init 
-:      027146 loadcode_hci_loop:
-0x64a1 027147 call hci_rx_packet 
-0x64a2 027148 branch loadcode_hci_loop 
-:      027150 clear_key_buf:
-0x64a3 027151 setarg 0 
-0x64a4 027152 store 8 ,mem_ucode_keybuf 
-0x64a5 027153 store 8 ,mem_ucode_keybuf + 8 
-0x64a6 027154 force regidx_key ,regext_index 
-0x64a7 027155 call aes_clear 
-0x64a8 027156 jam 0x21 ,core_clkoff 
-0x64a9 027157 rtn 
-:      027160 loadcode_iic_by_eeprom:
-0x64aa 027161 setarg 0x0 
-0x64ab 027162 store 2 ,mem_addr_mi 
-0x64ac 027163 arg iicd_read_eep ,regc 
-0x64ad 027164 call iicd_init_12m 
-0x64ae 027165 call read_first_block 
-0x64af 027166 branch load_storage 
-:      027169 loadcode_check_times:
-0x64b0 027170 fetch 1 ,mem_loadcode_times 
-0x64b1 027171 increase 1 ,pdata 
-0x64b2 027172 sub pdata ,3 ,null 
-0x64b3 027173 nbranch loadcode_error ,positive 
-0x64b4 027174 store 1 ,mem_loadcode_times 
-0x64b5 027175 rtn 
-:      027177 loadcode_error:
-0x64b6 027178 call clear_key_buf 
-0x64b7 027179 call ice_break 
-0x64b8 027180 rtn 
-:      027184 set_ucode_status:
-0x64b9 027185 fetch 1 ,mem_ucode_status 
-0x64ba 027186 lshift pdata ,pdata 
-0x64bb 027187 setflag true ,0 ,pdata 
-0x64bc 027188 isolate0 15 ,rega 
-0x64bd 027189 rtn true 
-0x64be 027190 store 1 ,mem_ucode_status 
-0x64bf 027191 rtn 
-:      027194 decrypt_code:
-0x64c0 027195 hfetch 1 ,core_gpio_key2 
-0x64c1 027196 rtnbit0 1 
-0x64c2 027197 branch decrypt_code_skip 
-:      027198 decrypt_code_loop:
-0x64c3 027199 hfetch 1 ,core_dma_status 
-0x64c4 027200 qisolate1 pdata 
-0x64c5 027201 rtn true 
-:      027202 decrypt_code_skip:
-0x64c6 027203 hfetch 1 ,core_misc_status 
-0x64c7 027204 bbit0 1 ,decrypt_code_loop 
-0x64c8 027205 call do_aes_cbc 
-0x64c9 027206 branch decrypt_code_loop 
-:      027210 load_ucode:
-0x64ca 027211 fetch 2 ,mem_patch_ptr 
-0x64cb 027212 rtn blank 
-0x64cc 027213 jam 0x80 ,core_ucode_ctrl 
-0x64cd 027214 jam 0 ,core_ucode_hi 
-0x64ce 027215 jam 0 ,core_ucode_low 
-0x64cf 027216 fetcht 2 ,mem_patch_len 
-0x64d0 027217 lshift2 temp ,loopcnt 
-0x64d1 027218 iforce contr 
-:      027219 load_ucode_loop:
-0x64d2 027220 ifetch 1 ,contr 
-0x64d3 027221 hstore 1 ,core_ucode_data 
-0x64d4 027222 loop load_ucode_loop 
-0x64d5 027223 jam 0x0 ,core_ucode_ctrl 
-0x64d6 027224 rtn 
-:      027229 spid_init:
-0x64d7 027230 bpatchx patch31_5 ,mem_patch31 
-0x64d8 027231 call spid_init_common 
-0x64d9 027232 branch twspi_enable 
-:      027234 spid_init2:
-0x64da 027235 call spid_init_common 
-0x64db 027236 call twspi_disable 
-0x64dc 027237 branch twspi_enable2 
-:      027239 spid_init_common:
-0x64dd 027240 fetch 1 ,mem_spi_init_clk 
-0x64de 027241 hstore 1 ,core_spid_ctrl 
-0x64df 027242 fetch 1 ,mem_spi_init_delay_time 
-0x64e0 027243 hstore 1 ,core_spid_delay 
-0x64e1 027244 setarg mem_spid_tbuf 
-0x64e2 027245 hstore 2 ,core_spid_txaddr 
-0x64e3 027246 setarg mem_spid_rbuf 
-0x64e4 027247 hstore 2 ,core_spid_rxaddr 
-0x64e5 027248 branch twspi_disable 
-:      027250 spid_reset:
-0x64e6 027251 hfetch 1 ,core_spid_ctrl 
-0x64e7 027252 set1 7 ,pdata 
-0x64e8 027253 hstore 1 ,core_spid_ctrl 
-0x64e9 027254 set0 7 ,pdata 
-0x64ea 027255 hstore 1 ,core_spid_ctrl 
-0x64eb 027256 rtn 
-:      027260 spid_write_reg:
-0x64ec 027261 set1 7 ,pdata 
-0x64ed 027262 store 2 ,mem_spid_tbuf 
-0x64ee 027263 bpatchx patch31_6 ,mem_patch31 
-0x64ef 027264 jam 2 ,core_spid_txlen 
-0x64f0 027265 jam 0 ,core_spid_rxlen 
-0x64f1 027266 jam spid_start ,core_misc_ctrl 
-0x64f2 027267 branch wait_spid_done 
-:      027270 spid_read_reg:
-0x64f3 027271 force 1 ,temp 
-:      027273 spid_read_regs:
-0x64f4 027275 store 1 ,mem_spid_tbuf 
-0x64f5 027276 bpatchx patch31_7 ,mem_patch31 
-0x64f6 027277 jam 1 ,core_spid_txlen 
-0x64f7 027278 hstoret 2 ,core_spid_rxlen 
-0x64f8 027279 jam spid_start ,core_misc_ctrl 
-0x64f9 027280 call wait_spid_done 
-0x64fa 027281 fetch 1 ,mem_spid_rbuf 
-0x64fb 027282 rtn 
-:      027284 wait_spid_done:
-0x64fc 027285 fetch 2 ,mem_afh_error_total 
-0x64fd 027286 increase 1 ,pdata 
-0x64fe 027287 store 2 ,mem_afh_error_total 
-0x64ff 027288 hfetch 1 ,core_dma_status 
-0x6500 027289 bbit0 spid_done ,wait_spid_done 
-0x6501 027290 rtn 
-:      027292 spid_init_flash:
-0x6502 027293 jam 0x40 ,core_spid_ctrl 
-0x6503 027294 jam 0x0 ,core_spid_delay 
-0x6504 027295 hfetch 1 ,core_gpio_sel1 
-0x6505 027296 set0 0 ,pdata 
-0x6506 027297 set1 1 ,pdata 
-0x6507 027298 hstore 1 ,core_gpio_sel1 
-0x6508 027299 setarg 0 
-0x6509 027300 store 4 ,mem_spid_tbuf 
-0x650a 027301 rtn 
-:      027304 spid_unlock_flash:
-0x650b 027305 setarg 0 
-0x650c 027306 hstore 2 ,core_spid_rxlen 
-0x650d 027307 setarg 1 
-0x650e 027308 hstore 2 ,core_spid_txlen 
-0x650f 027309 setarg mem_spid_tbuf 
-0x6510 027310 hstore 2 ,core_spid_txaddr 
-0x6511 027311 jam 6 ,mem_spid_tbuf 
-0x6512 027312 jam spid_start ,core_misc_ctrl 
-0x6513 027313 branch wait_spid_done 
-:      027328 flash_write:
-0x6514 027329 disable user 
-0x6515 027330 copy pdata ,regb 
-0x6516 027331 fetch 1 ,mem_spi_write_flash_sm 
-0x6517 027332 rtnne flash_sm_no_buys 
-0x6518 027333 enable user 
-0x6519 027334 copy regb ,pdata 
-0x651a 027335 branch flash_write_start 
-:      027338 flash_write_spi_sm_timer:
-0x651b 027339 fetch 1 ,mem_spi_write_flash_sm 
-0x651c 027340 beq flash_sm_start ,flash_write_start 
-0x651d 027341 beq flash_sm_erase_sector ,flash_erase_sector 
-0x651e 027342 beq flash_sm_wait_erase_sector ,flash_wait_erase_sector 
-0x651f 027343 beq flash_sm_write_data ,flash_write_data 
-0x6520 027344 beq flash_sm_wait_write_data ,flash_wait_write_data 
-0x6521 027345 rtn 
-:      027347 flash_write_start:
-0x6522 027348 store 3 ,mem_spi_write_addr 
-0x6523 027349 copy rega ,pdata 
-0x6524 027350 store 2 ,mem_spi_write_ptr 
-0x6525 027351 storet 2 ,mem_spi_write_len 
-0x6526 027352 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
-0x6527 027353 branch spid_init_flash 
-:      027354 flash_erase_sector:
-0x6528 027355 call spid_init_flash 
-0x6529 027356 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
-0x652a 027357 call spid_unlock_flash 
-0x652b 027358 arg mem_spid_tbuf ,rega 
-0x652c 027359 fetch 3 ,mem_spi_write_addr 
-0x652d 027360 jam 4 ,core_spid_txlen 
-0x652e 027361 arg flash_command_sector_erase ,temp 
-0x652f 027362 branch spid_write_flash_common 
-:      027364 flash_wait_erase_sector:
-0x6530 027365 call spid_init_flash 
-0x6531 027366 call spid_unlock_flash 
-0x6532 027367 setarg flash_read_satus 
-0x6533 027368 call spid_read_reg 
-0x6534 027369 rtnbit1 flash_status_wip 
-0x6535 027370 jam flash_sm_write_data ,mem_spi_write_flash_sm 
-0x6536 027371 rtn 
-:      027372 flash_write_data:
-0x6537 027373 call spid_init_flash 
-0x6538 027374 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
-0x6539 027375 call spid_unlock_flash 
-0x653a 027376 call flash_data_preserve 
-0x653b 027377 call spid_write_flash 
-0x653c 027378 branch flash_data_recover 
-:      027379 flash_wait_write_data:
-0x653d 027380 call spid_init_flash 
-0x653e 027381 call spid_unlock_flash 
-0x653f 027382 setarg flash_read_satus 
-0x6540 027383 call spid_read_reg 
-0x6541 027384 rtnbit1 flash_status_wip 
-0x6542 027385 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
-0x6543 027386 fetch 2 ,mem_cb_spi_flash_write_complate 
-0x6544 027387 branch callback_func 
-:      027388 flash_data_recover:
-0x6545 027389 fetch 4 ,mem_temp 
-0x6546 027390 fetcht 2 ,mem_spi_write_ptr 
-0x6547 027391 increase -4 ,temp 
-0x6548 027392 istore 4 ,temp 
-0x6549 027393 rtn 
-:      027394 flash_data_preserve:
-0x654a 027395 fetcht 2 ,mem_spi_write_ptr 
-0x654b 027396 copy temp ,rega 
-0x654c 027397 increase -4 ,temp 
-0x654d 027398 ifetch 4 ,temp 
-0x654e 027399 store 4 ,mem_temp 
-0x654f 027400 fetcht 2 ,mem_spi_write_len 
-0x6550 027401 fetch 3 ,mem_spi_write_addr 
-0x6551 027402 rtn 
-:      027406 spid_write_flash:
-0x6552 027407 increase 4 ,temp 
-0x6553 027408 hstoret 2 ,core_spid_txlen 
-0x6554 027409 arg flash_command_write_data ,temp 
-0x6555 027410 increase -4 ,rega 
-:      027411 spid_write_flash_common:
-0x6556 027413 istoret 1 ,rega 
-0x6557 027414 rshift16 pdata ,temp 
-0x6558 027415 istoret 1 ,contw 
-0x6559 027416 rshift8 pdata ,temp 
-0x655a 027417 istoret 1 ,contw 
-0x655b 027418 istore 1 ,contw 
-0x655c 027419 deposit rega 
-0x655d 027420 hstore 2 ,core_spid_txaddr 
-0x655e 027421 setarg 0 
-0x655f 027422 hstore 2 ,core_spid_rxlen 
-0x6560 027423 jam spid_start ,core_misc_ctrl 
-0x6561 027424 branch wait_spid_done 
-:      027428 spid_read_flash:
-0x6562 027429 hstoret 2 ,core_spid_rxlen 
-0x6563 027430 rshift16 pdata ,temp 
-0x6564 027431 storet 1 ,mem_addr_hi 
-0x6565 027432 rshift8 pdata ,temp 
-0x6566 027433 storet 1 ,mem_addr_mi 
-0x6567 027434 store 1 ,mem_addr_lo 
-0x6568 027435 setarg 4 
-0x6569 027436 hstore 2 ,core_spid_txlen 
-0x656a 027437 jam flash_command_read_data ,mem_spid_tbuf 
-0x656b 027438 setarg mem_spid_tbuf 
-0x656c 027439 hstore 2 ,core_spid_txaddr 
-0x656d 027440 deposit rega 
-0x656e 027441 hstore 2 ,core_spid_rxaddr 
-0x656f 027442 hfetch 1 ,core_spid_ctrl 
-0x6570 027443 isolate0 15 ,rega 
-0x6571 027444 setflag true ,6 ,pdata 
-0x6572 027445 hstore 1 ,core_spid_ctrl 
-0x6573 027446 jam spid_start ,core_misc_ctrl 
-:      027447 spi_read_flash_wait:
-0x6574 027448 hfetch 1 ,core_dma_status 
-0x6575 027449 bbit1 7 ,spi_read_flash_wait 
-0x6576 027450 arg spid_done ,queue 
-0x6577 027451 branch wait_spid_done 
-:      027455 spid_load_flash:
-0x6578 027456 hstoret 2 ,core_spid_rxlen 
-0x6579 027457 setarg 4 
-0x657a 027458 hstore 2 ,core_spid_txlen 
-0x657b 027459 jam 3 ,mem_spid_tbuf 
-0x657c 027460 setarg mem_spid_tbuf 
-0x657d 027461 hstore 2 ,core_spid_txaddr 
-0x657e 027462 deposit rega 
-0x657f 027463 hstore 2 ,core_spid_rxaddr 
-0x6580 027464 hfetch 1 ,core_spid_ctrl 
-0x6581 027465 isolate0 15 ,rega 
-0x6582 027466 setflag true ,6 ,pdata 
-0x6583 027467 hstore 1 ,core_spid_ctrl 
-0x6584 027468 jam spid_start ,core_misc_ctrl 
-:      027469 spi_load_flash_wait:
-0x6585 027470 hfetch 1 ,core_dma_status 
-0x6586 027471 bbit1 7 ,spi_load_flash_wait 
-0x6587 027472 arg spid_done ,queue 
-0x6588 027473 call decrypt_code 
-0x6589 027474 call wait_spid_done 
-0x658a 027475 isolate1 spid_crcok ,pdata 
-0x658b 027476 call set_ucode_status 
-0x658c 027477 fetch 1 ,mem_addr_hi 
-0x658d 027478 lshift16 pdata ,regb 
-0x658e 027479 fetch 1 ,mem_addr_mi 
-0x658f 027480 lshift8 pdata ,pdata 
-0x6590 027481 ior regb ,regb 
-0x6591 027482 fetch 1 ,mem_addr_lo 
-0x6592 027483 ior regb ,pdata 
-0x6593 027484 iadd temp ,pdata 
-0x6594 027485 store 1 ,mem_addr_lo 
-0x6595 027486 rshift8 pdata ,pdata 
-0x6596 027487 store 1 ,mem_addr_mi 
-0x6597 027488 rshift8 pdata ,pdata 
-0x6598 027489 store 1 ,mem_addr_hi 
-0x6599 027490 rtn 
-:      027495 soft_reset_chip:
-0x659a 027496 jam 1 ,core_reset 
-0x659b 027497 rtn 
-:      027503 iic_init_390k:
-0x659c 027504 jam 12 ,core_iicd_scl_low 
-0x659d 027505 jam 13 ,core_iicd_scl_high 
-0x659e 027506 jam 13 ,core_iicd_start_setup 
-0x659f 027507 jam 13 ,core_iicd_start_hold 
-0x65a0 027508 jam 13 ,core_iicd_stop_setup 
-0x65a1 027509 jam 12 ,core_iicd_data_setup 
-0x65a2 027510 branch iicd_init_gpio 
-:      027513 iicd_init_12m:
-0x65a3 027514 jam 5 ,core_iicd_scl_low 
-0x65a4 027515 jam 7 ,core_iicd_scl_high 
-0x65a5 027516 jam 7 ,core_iicd_start_setup 
-0x65a6 027517 jam 7 ,core_iicd_start_hold 
-0x65a7 027518 jam 7 ,core_iicd_stop_setup 
-0x65a8 027519 jam 5 ,core_iicd_data_setup 
-:      027520 iicd_init_gpio:
-0x65a9 027521 hfetch 1 ,core_gpio_pu3 
-0x65aa 027522 or_into 0xc0 ,pdata 
-0x65ab 027523 hstore 1 ,core_gpio_pu3 
-0x65ac 027524 hfetch 1 ,core_gpio_sel1 
-0x65ad 027525 or_into 0x10 ,pdata 
-0x65ae 027526 hstore 1 ,core_gpio_sel1 
-0x65af 027527 rtn 
-:      027531 wait_iicd_done:
-0x65b0 027532 hfetch 1 ,core_dma_status 
-0x65b1 027533 bbit0 iicd_done ,wait_iicd_done 
-0x65b2 027534 rtn 
-:      027542 iicd_read_data:
-0x65b3 027543 hstore 2 ,core_iicd_txlen 
-0x65b4 027544 deposit rega 
-0x65b5 027545 hstore 2 ,core_iicd_txaddr 
-0x65b6 027546 deposit regb 
-0x65b7 027547 hstore 2 ,core_iicd_rxaddr 
-0x65b8 027548 deposit temp 
-0x65b9 027549 hstore 2 ,core_iicd_rxlen 
-0x65ba 027550 arg 1 ,temp 
-0x65bb 027551 nsetflag blank ,1 ,temp 
-0x65bc 027552 hstore 1 ,core_iicd_ctrl 
-0x65bd 027553 jam iicd_start ,core_misc_ctrl 
-0x65be 027554 branch wait_iicd_done 
-:      027557 set_eeprom_size_2k:
-0x65bf 027558 set1 mark_eeprom_size ,mark 
-0x65c0 027559 jam 0x08 ,mem_eeprom_block_size 
-0x65c1 027560 rtn 
-:      027562 clear_eeprom_size_2k:
-0x65c2 027563 set0 mark_eeprom_size ,mark 
-0x65c3 027564 jam 0x20 ,mem_eeprom_block_size 
-0x65c4 027565 rtn 
-:      027568 iicd_read_eep_data_size_2k:
-0x65c5 027569 fetch 1 ,mem_eeprom_base 
-0x65c6 027570 iadd regb ,pdata 
-0x65c7 027571 store 1 ,mem_addr_mi 
-0x65c8 027572 branch iicd_read_eep_size_2k 
-:      027574 iicd_read_eep_size_2k_lcadcode:
-0x65c9 027575 fetch 2 ,mem_addr_mi 
-0x65ca 027576 byteswap pdata ,pdata 
-0x65cb 027577 store 1 ,mem_addr_mi 
-:      027582 iicd_read_eep_size_2k:
-0x65cc 027583 setarg 3 
-0x65cd 027584 hstore 2 ,core_iicd_txlen 
-0x65ce 027585 jam 0xa0 ,mem_iicd_tbuf 
-0x65cf 027586 jam 0xa1 ,mem_iicd_tbuf + 2 
-0x65d0 027587 branch iicd_read_eep_common 
-:      027593 iicd_write_protect_eep_data:
-0x65d1 027594 storet 2 ,mem_temp 
-0x65d2 027595 call iicd_eeprom_write_enable 
-0x65d3 027596 fetcht 2 ,mem_temp 
-0x65d4 027597 call iicd_write_eep_data 
-0x65d5 027598 branch iicd_eeprom_write_disable 
-:      027600 iicd_eeprom_write_enable:
-0x65d6 027601 fetch 1 ,mem_eeprom_wp_gpio 
-0x65d7 027602 rtneq gpio_disable 
-0x65d8 027603 bbit0 6 ,iicd_wp_gpio_output_low 
-0x65d9 027604 setarg 150000 
-0x65da 027605 call sleep 
-:      027606 iicd_wp_gpio_output_low:
-0x65db 027607 fetcht 1 ,mem_eeprom_wp_gpio 
-0x65dc 027608 branch gpio_out_active 
-:      027610 iicd_eeprom_write_disable:
-0x65dd 027611 fetcht 1 ,mem_eeprom_wp_gpio 
-0x65de 027612 branch gpio_out_inactive 
-:      027617 iicd_read_eep_data:
-0x65df 027618 bpatchx patch32_0 ,mem_patch32 
-0x65e0 027619 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
-0x65e1 027620 fetch 2 ,mem_eeprom_base 
-0x65e2 027621 iadd regb ,pdata 
-0x65e3 027622 byteswap pdata ,pdata 
-0x65e4 027623 store 2 ,mem_addr_mi 
-:      027626 iicd_read_eep:
-0x65e5 027627 bpatchx patch32_1 ,mem_patch32 
-0x65e6 027628 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
-0x65e7 027629 setarg 4 
-0x65e8 027630 hstore 2 ,core_iicd_txlen 
-0x65e9 027631 jam 0xa0 ,mem_iicd_tbuf 
-0x65ea 027632 jam 0xa1 ,mem_iicd_tbuf + 3 
-:      027633 iicd_read_eep_common:
-0x65eb 027634 setarg mem_iicd_tbuf 
-0x65ec 027635 hstore 2 ,core_iicd_txaddr 
-0x65ed 027636 hstoret 2 ,core_iicd_rxlen 
-0x65ee 027637 deposit rega 
-0x65ef 027638 hstore 2 ,core_iicd_rxaddr 
-0x65f0 027639 setarg 2 
-0x65f1 027640 isolate0 15 ,rega 
-0x65f2 027641 setflag true ,0 ,pdata 
-0x65f3 027642 hstore 1 ,core_iicd_ctrl 
-0x65f4 027643 jam iicd_start ,core_misc_ctrl 
-0x65f5 027644 arg iicd_done ,queue 
-0x65f6 027645 call decrypt_code 
-0x65f7 027646 call wait_iicd_done 
-0x65f8 027647 isolate1 iicd_crcok ,pdata 
-0x65f9 027648 call set_ucode_status 
-0x65fa 027649 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
-0x65fb 027650 fetch 2 ,mem_addr_mi 
-0x65fc 027651 byteswap pdata ,pdata 
-0x65fd 027652 iadd temp ,pdata 
-0x65fe 027653 byteswap pdata ,pdata 
-0x65ff 027654 store 2 ,mem_addr_mi 
-0x6600 027655 rtn 
-:      027657 iicd_read_eep_load_code_size_2k:
-0x6601 027658 fetch 1 ,mem_addr_mi 
-0x6602 027659 iadd temp ,pdata 
-0x6603 027660 byteswap pdata ,pdata 
-0x6604 027661 store 2 ,mem_addr_mi 
-0x6605 027662 rtn 
-:      027668 iicd_write_eep_data:
-0x6606 027669 fetch 2 ,mem_eeprom_base 
-0x6607 027670 iadd regb ,pdata 
-:      027673 iicd_write_ota_data:
-0x6608 027674 store 2 ,mem_pdatatemp 
-0x6609 027675 bpatchx patch32_2 ,mem_patch32 
-0x660a 027676 storet 2 ,mem_temp 
-0x660b 027677 copy rega ,pdata 
-0x660c 027678 store 2 ,mem_contr 
-:      027679 iicd_write_eep_loop:
-0x660d 027680 call iicd_eep_transparency 
-0x660e 027682 fetcht 2 ,mem_regb 
-0x660f 027683 fetch 2 ,mem_contr 
-0x6610 027684 copy pdata ,rega 
-0x6611 027685 fetch 2 ,mem_pdatatemp 
-0x6612 027687 call iicd_write_eep 
-0x6613 027689 fetch 2 ,mem_regb 
-0x6614 027690 fetcht 2 ,mem_contr 
-0x6615 027691 iadd temp ,temp 
-0x6616 027692 storet 2 ,mem_contr 
-0x6617 027693 fetcht 2 ,mem_pdatatemp 
-0x6618 027694 iadd temp ,temp 
-0x6619 027695 storet 2 ,mem_pdatatemp 
-0x661a 027696 fetch 2 ,mem_temp 
-0x661b 027697 nbranch iicd_write_eep_loop ,blank 
-0x661c 027698 rtn 
-:      027706 iicd_eep_transparency:
-0x661d 027707 bpatchx patch32_3 ,mem_patch32 
-0x661e 027708 fetch 1 ,mem_eeprom_block_size 
-0x661f 027709 increase -1 ,pdata 
-0x6620 027710 fetcht 2 ,mem_pdatatemp 
-0x6621 027711 ior temp ,pdata 
-0x6622 027712 increase 1 ,pdata 
-0x6623 027713 store 3 ,mem_regc 
-0x6624 027715 fetch 2 ,mem_temp 
-0x6625 027716 iadd temp ,pdata 
-0x6626 027718 fetcht 3 ,mem_regc 
-0x6627 027719 isub temp ,pdata 
-0x6628 027720 nbranch iicd_eep_deal_short_packet ,positive 
-0x6629 027721 store 2 ,mem_temp 
-0x662a 027722 fetch 3 ,mem_regc 
-0x662b 027723 fetcht 2 ,mem_pdatatemp 
-0x662c 027724 isub temp ,pdata 
-0x662d 027725 store 2 ,mem_regb 
-0x662e 027726 rtn 
-:      027727 iicd_eep_deal_short_packet:
-0x662f 027728 fetch 2 ,mem_temp 
-0x6630 027729 store 2 ,mem_regb 
-0x6631 027730 setarg 0 
-0x6632 027731 store 2 ,mem_temp 
-0x6633 027732 rtn 
-:      027734 iicd_write_eep_size_2k:
-0x6634 027735 increase 2 ,temp 
-0x6635 027736 hstoret 2 ,core_iicd_txlen 
-0x6636 027737 increase -2 ,rega 
-0x6637 027738 ifetcht 3 ,rega 
-0x6638 027739 copy temp ,regb 
-0x6639 027740 arg 0xa0 ,temp 
-0x663a 027741 istoret 1 ,rega 
-0x663b 027743 istore 1 ,contw 
-0x663c 027744 branch iicd_write_eep_common 
-:      027747 iicd_write_eep:
-0x663d 027748 copy pdata ,regb 
-0x663e 027749 bpatchx patch32_4 ,mem_patch32 
-0x663f 027750 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
-0x6640 027751 copy regb ,pdata 
-0x6641 027752 increase 3 ,temp 
-0x6642 027753 hstoret 2 ,core_iicd_txlen 
-0x6643 027754 increase -3 ,rega 
-0x6644 027755 ifetcht 3 ,rega 
-0x6645 027756 copy temp ,regb 
-0x6646 027757 arg 0xa0 ,temp 
-0x6647 027758 istoret 1 ,rega 
-0x6648 027759 byteswap pdata ,pdata 
-0x6649 027760 istore 2 ,contw 
-:      027761 iicd_write_eep_common:
-0x664a 027762 deposit rega 
-0x664b 027763 hstore 2 ,core_iicd_txaddr 
-0x664c 027764 setarg 0 
-0x664d 027765 hstore 2 ,core_iicd_rxlen 
-0x664e 027766 jam 1 ,core_iicd_ctrl 
-0x664f 027767 jam iicd_start ,core_misc_ctrl 
-0x6650 027768 call wait_iicd_done 
-0x6651 027769 copy regb ,pdata 
-0x6652 027770 istore 3 ,rega 
-:      027772 iic_check_eeprom_standby:
-0x6653 027773 bpatchx patch32_5 ,mem_patch32 
-0x6654 027774 jam 0 ,mem_iicd_tbuf + 3 
-:      027775 iic_check_eeprom_standby_wait:
-0x6655 027776 setarg 1 
-0x6656 027777 hstore 2 ,core_iicd_txlen 
-0x6657 027778 jam 0xa0 ,mem_iicd_tbuf 
-0x6658 027779 setarg mem_iicd_tbuf 
-0x6659 027780 hstore 2 ,core_iicd_txaddr 
-0x665a 027781 setarg 0 
-0x665b 027782 hstore 2 ,core_iicd_rxlen 
-0x665c 027783 hstore 2 ,core_iicd_rxaddr 
-0x665d 027784 setarg 3 
-0x665e 027785 hstore 1 ,core_iicd_ctrl 
-0x665f 027786 jam iicd_start ,core_misc_ctrl 
-0x6660 027787 call wait_iicd_done 
-0x6661 027788 hfetch 1 ,core_dma_status 
-0x6662 027789 rtnbit0 iicd_ack 
-0x6663 027790 nop 1500 
-0x6664 027791 fetch 1 ,mem_iicd_tbuf + 3 
-0x6665 027792 increase 1 ,pdata 
-0x6666 027793 store 1 ,mem_iicd_tbuf + 3 
-0x6667 027794 sub pdata ,40 ,null 
-0x6668 027795 nrtn positive 
-0x6669 027796 branch iic_check_eeprom_standby_wait 
-:      027800 otp_enable_chgpump:
-0x666a 027801 jam 0x70 ,rfen_chgpump 
-0x666b 027802 nop param_chgpump_delay 
-0x666c 027803 rtn 
-:      027805 otp_disable_chgpump:
-0x666d 027806 jam 0x30 ,rfen_chgpump 
-0x666e 027807 rtn 
-:      027809 otp_set_addr:
-0x666f 027810 lshift3 pdata ,pdata 
-0x6670 027811 hstore 2 ,core_otp_addr 
-0x6671 027812 jam 0 ,core_otpd_ctrl 
-0x6672 027813 rtn 
-:      027816 otp_write:
-0x6673 027817 call otp_set_addr 
-0x6674 027818 call otp_ce 
-:      027819 otp_program:
-0x6675 027820 ifetcht 1 ,rega 
-0x6676 027821 increase 1 ,rega 
-0x6677 027822 force 0 ,queue 
-:      027823 otp_program_bit:
-0x6678 027824 qisolate0 temp 
-0x6679 027825 branch otp_skip_0 ,true 
-0x667a 027826 hfetch 1 ,core_otp_din 
-0x667b 027827 set1 6 ,pdata 
-0x667c 027828 set1 7 ,pdata 
-0x667d 027829 hstore 1 ,core_otp_din 
-0x667e 027830 jam 0x02 ,core_otp_ctrl 
-0x667f 027831 jam 0x82 ,core_otp_ctrl 
-0x6680 027832 set0 7 ,pdata 
-0x6681 027833 hstore 1 ,core_otp_din 
-0x6682 027834 jam 0x8a ,core_otp_ctrl 
-0x6683 027835 nop 11 
-0x6684 027836 jam 0xca ,core_otp_ctrl 
-0x6685 027837 nop 33 
-0x6686 027838 jam 0x4a ,core_otp_ctrl 
-0x6687 027839 nop 44 
-0x6688 027840 jam 0xca ,core_otp_ctrl 
-0x6689 027841 nop 22 
-0x668a 027842 jam 0x8a ,core_otp_ctrl 
-0x668b 027843 nop 33 
-0x668c 027844 jam 0x82 ,core_otp_ctrl 
-0x668d 027845 nop 1 
-0x668e 027846 jam 0x92 ,core_otp_ctrl 
-0x668f 027847 nop 10 
-0x6690 027848 jam 0xb2 ,core_otp_ctrl 
-0x6691 027849 hfetch 1 ,core_otp_rdata 
-0x6692 027850 jam 0x92 ,core_otp_ctrl 
-0x6693 027851 nop 1 
-0x6694 027852 jam 0x82 ,core_otp_ctrl 
-0x6695 027853 qisolate0 pdata 
-0x6696 027854 branch otp_program_bit ,true 
-:      027855 otp_skip_0:
-0x6697 027856 hfetch 2 ,core_otp_addr 
-0x6698 027857 increase 1 ,pdata 
-0x6699 027858 hstore 2 ,core_otp_addr 
-0x669a 027859 increase 1 ,queue 
-0x669b 027860 compare 8 ,queue ,0xf 
-0x669c 027861 nbranch otp_program_bit ,true 
-0x669d 027862 loop otp_program 
-0x669e 027863 jam 0x83 ,core_otp_ctrl 
-0x669f 027864 rtn 
-:      027866 otp_ce:
-0x66a0 027867 jam 0x82 ,core_otp_ctrl 
-0x66a1 027868 nop 12 
-0x66a2 027869 jam 0x80 ,core_otp_ctrl 
-0x66a3 027870 jam 0x82 ,core_otp_ctrl 
-0x66a4 027871 nop 150 
-0x66a5 027872 rtn 
-:      027875 otpd_read_init:
-0x66a6 027876 call otp_ce 
-0x66a7 027877 jam 0xa2 ,core_otp_ctrl 
-0x66a8 027878 deposit rega 
-0x66a9 027879 hstore 2 ,core_otpd_addr 
-0x66aa 027880 set1 11 ,temp 
-0x66ab 027881 isolate0 15 ,pdata 
-0x66ac 027882 setflag true ,15 ,temp 
-0x66ad 027883 hstoret 2 ,core_otpd_len 
-0x66ae 027884 jam otpd_start ,core_misc_ctrl 
-0x66af 027885 rtn 
-:      027887 otpd_wait_end:
-0x66b0 027888 hfetch 1 ,core_dma_status 
-0x66b1 027889 bbit0 otpd_done ,otpd_wait_end 
-0x66b2 027890 rtn 
-:      027893 otpd_read_data:
-0x66b3 027894 call otp_set_addr 
-0x66b4 027895 call otpd_read_init 
-0x66b5 027896 call otpd_wait_end 
-0x66b6 027897 jam 0x83 ,core_otp_ctrl 
-0x66b7 027898 rtn 
-:      027903 otpd_read_code:
-0x66b8 027904 hfetch 2 ,core_current_otp_addr 
-0x66b9 027905 hstore 2 ,core_otp_addr 
-0x66ba 027906 call otpd_read_init 
-0x66bb 027907 arg otpd_done ,queue 
-0x66bc 027908 call decrypt_code 
-0x66bd 027909 call otpd_wait_end 
-0x66be 027910 isolate1 otpd_crcok ,pdata 
-0x66bf 027911 call set_ucode_status 
-0x66c0 027912 jam 0x83 ,core_otp_ctrl 
-0x66c1 027913 rtn 
-:      027916 uartd_prepare_tx:
-0x66c2 027917 hfetch 2 ,core_uart_twptr 
-0x66c3 027918 iforce contwu 
-0x66c4 027919 rtn 
-:      027921 uartd_send:
-0x66c5 027922 deposit contwu 
-0x66c6 027923 hstore 2 ,core_uart_twptr 
-0x66c7 027924 rtn 
-:      027926 uartd_rxdone:
-0x66c8 027927 deposit contru 
-0x66c9 027928 hstore 2 ,core_uart_rrptr 
-0x66ca 027929 rtn 
-:      027931 uartd_prepare_rx:
-0x66cb 027932 hfetch 2 ,core_uart_rrptr 
-0x66cc 027933 copy pdata ,contru 
-0x66cd 027934 rtn 
-:      027936 uart_set_baud_by_mem:
-0x66ce 027937 fetch uart_baud_len ,mem_baud 
-0x66cf 027938 hstore uart_baud_len ,core_uart_baud 
-0x66d0 027939 rtn 
-:      027941 uart_copy_tx_bytes_fast:
-0x66d1 027942 deposit loopcnt 
-0x66d2 027943 rtn blank 
-:      027944 uart_copy_tx_bytes_fast_loop:
-0x66d3 027945 increase -8 ,loopcnt 
-0x66d4 027946 call uart_tx_8_bytes ,positive 
-0x66d5 027947 rtn zero 
-0x66d6 027948 branch uart_copy_tx_bytes_fast_loop ,positive 
-0x66d7 027949 increase 8 ,loopcnt 
-:      027950 uart_copy_tx_bytes_fast_loop_four:
-0x66d8 027951 increase -4 ,loopcnt 
-0x66d9 027952 call uart_tx_4_bytes ,positive 
-0x66da 027953 rtn zero 
-0x66db 027954 branch uart_copy_tx_bytes_fast_loop_four ,positive 
-0x66dc 027955 increase 4 ,loopcnt 
-0x66dd 027956 branch uart_copy_tx_bytes 
-:      027958 uart_tx_8_bytes:
-0x66de 027959 ifetch 8 ,contr 
-0x66df 027960 istore 8 ,contwu 
-0x66e0 027961 rtn 
-:      027963 uart_tx_4_bytes:
-0x66e1 027964 ifetch 4 ,contr 
-0x66e2 027965 istore 4 ,contwu 
-0x66e3 027966 rtn 
-:      027968 uart_copy_tx_bytes:
-0x66e4 027969 deposit loopcnt 
-0x66e5 027970 rtn blank 
-:      027971 uart_copy_tx_bytes_loop:
-0x66e6 027972 ifetch 1 ,contr 
-0x66e7 027973 istore 1 ,contwu 
-0x66e8 027974 loop uart_copy_tx_bytes_loop 
-0x66e9 027975 rtn 
-:      027977 uart_copy_rx_bytes_fast:
-0x66ea 027978 deposit loopcnt 
-0x66eb 027979 rtn blank 
-:      027980 uart_copy_rx_bytes_fast_loop:
-0x66ec 027981 increase -8 ,loopcnt 
-0x66ed 027982 call uart_rx_8_bytes ,positive 
-0x66ee 027983 rtn zero 
-0x66ef 027984 branch uart_copy_rx_bytes_fast_loop ,positive 
-0x66f0 027985 increase 8 ,loopcnt 
-:      027986 uart_copy_rx_bytes_fast_loop_four:
-0x66f1 027987 increase -4 ,loopcnt 
-0x66f2 027988 call uart_rx_4_bytes ,positive 
-0x66f3 027989 rtn zero 
-0x66f4 027990 branch uart_copy_rx_bytes_fast_loop_four ,positive 
-0x66f5 027991 increase 4 ,loopcnt 
-0x66f6 027992 branch uart_copy_rx_bytes 
-:      027994 uart_rx_8_bytes:
-0x66f7 027995 ifetch 8 ,contru 
-0x66f8 027996 istore 8 ,contw 
-0x66f9 027997 rtn 
-:      027999 uart_rx_4_bytes:
-0x66fa 028000 ifetch 4 ,contru 
-0x66fb 028001 istore 4 ,contw 
-0x66fc 028002 rtn 
-:      028005 uart_copy_rx_bytes:
-0x66fd 028006 deposit loopcnt 
-0x66fe 028007 rtn blank 
-:      028008 uart_copy_rx_bytes_loop:
-0x66ff 028009 ifetch 1 ,contru 
-0x6700 028010 istore 1 ,contw 
-0x6701 028011 loop uart_copy_rx_bytes_loop 
-0x6702 028012 rtn 
-:      028015 uart_copy_rx2tx:
-0x6703 028016 deposit loopcnt 
-0x6704 028017 rtn blank 
-:      028018 uart_copy_rx2tx_loop:
-0x6705 028019 ifetch 1 ,contru 
-0x6706 028020 istore 1 ,contwu 
-0x6707 028021 loop uart_copy_rx2tx_loop 
-0x6708 028022 rtn 
-:      028027 app_store_nvram_event:
-0x6709 028028 jam bt_evt_store_nvram ,mem_fifo_temp 
-0x670a 028029 branch ui_ipc_send_event 
-:      028031 check_51cmd_store_reconn_info:
-:      028032 check_51cmd_update_device_record:
-0x670b 028033 bpatchx patch32_6 ,mem_patch32 
-0x670c 028034 fetch 1 ,mem_nv_data_number 
-0x670d 028035 rtn blank 
-0x670e 028036 call check_nvram 
-0x670f 028037 call init_device_list ,zero 
-0x6710 028038 call nvram_find_addr_from_bd_list 
-:      028039 write_device_record:
-0x6711 028040 fetch 1 ,mem_nv_data_number 
-0x6712 028041 icopy regc 
-0x6713 028042 fetcht 2 ,mem_nv_data_ptr 
-0x6714 028043 storet 2 ,mem_list_item_ptr 
-:      028044 write_device_loop_find:
-0x6715 028045 copy regc ,pdata 
-0x6716 028046 branch app_store_nvram_event ,blank 
-0x6717 028047 increase -1 ,regc 
-0x6718 028048 copy temp ,rega 
-0x6719 028049 ifetch 1 ,rega 
-0x671a 028050 fetcht 1 ,mem_select_list_item 
-0x671b 028051 isub temp ,null 
-0x671c 028052 call set_index_finded_device ,zero 
-0x671d 028053 branch write_device_loop_find0 ,positive 
-0x671e 028054 ifetch 1 ,rega 
-0x671f 028055 increase 1 ,pdata 
-0x6720 028056 istore 1 ,rega 
-:      028057 write_device_loop_find0:
-0x6721 028058 fetcht 2 ,mem_list_item_ptr 
-0x6722 028059 increase nv_data_len ,temp 
-0x6723 028060 storet 2 ,mem_list_item_ptr 
-0x6724 028061 branch write_device_loop_find 
-:      028063 set_index_finded_device:
-0x6725 028064 setarg 0 
-0x6726 028065 istore 1 ,rega 
-0x6727 028066 fetch 1 ,mem_temp_reconn_record 
-0x6728 028067 istore 1 ,contw 
-0x6729 028068 bne rec_3_mode ,set_index_finded_device_ble_mode 
-0x672a 028069 arg mem_link_key ,regb 
-:      028070 set_index_find_device_master_addr:
-0x672b 028071 ifetch 6 ,contr 
-0x672c 028072 istore 8 ,contw 
-0x672d 028073 setarg 0 
-0x672e 028074 istore 8 ,contw 
-0x672f 028075 copy regb ,contr 
-:      028076 store_rec_data_common:
-0x6730 028077 call memcpy16 
-0x6731 028078 force 1 ,null 
-0x6732 028079 rtn 
-:      028081 set_index_finded_device_ble_mode:
-0x6733 028082 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
-0x6734 028083 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
-0x6735 028084 arg mem_le_ltk ,regb 
-0x6736 028085 branch set_index_find_device_master_addr 
-:      028087 set_index_finded_device_irk:
-0x6737 028088 arg mem_le_irk ,contr 
-0x6738 028089 call memcpy16 
-:      028090 store_ble_rec_data_common:
-0x6739 028091 arg mem_le_ltk ,contr 
-0x673a 028092 branch store_rec_data_common 
-:      028094 set_index_finded_device_ediv:
-0x673b 028095 arg mem_le_rand ,contr 
-0x673c 028096 call memcpy16 
-0x673d 028097 branch store_ble_rec_data_common 
-:      028100 nvram_find_addr_from_bd_list:
-0x673e 028101 call disable_user 
-0x673f 028102 fetch 1 ,mem_nv_data_number 
-0x6740 028103 rtn blank 
-0x6741 028104 fetch 2 ,mem_ui_state_map 
-0x6742 028105 bbit1 ui_state_bt_connected ,find_addr_from_bd_list_spp_mode 
-:      028106 find_addr_from_bd_list_ble_mode:
-0x6743 028107 bpatchx patch32_7 ,mem_patch32 
-0x6744 028108 fetch 1 ,mem_le_conn_peer_addr_type 
-0x6745 028109 beq master_public_addr ,find_addr_from_bd_list_static_addr 
-0x6746 028110 fetch 1 ,mem_le_plap + 5 
-0x6747 028111 compare 0xc0 ,pdata ,0xc0 
-0x6748 028112 branch find_addr_from_bd_list_static_addr ,true 
-0x6749 028113 compare 0x40 ,pdata ,0xc0 
-0x674a 028114 branch find_addr_from_bd_list_random_addr ,true 
-0x674b 028115 compare 0x00 ,pdata ,0xc0 
-0x674c 028116 branch find_addr_from_bd_list_random_non_resolvable_private_address ,true 
-:      028117 find_addr_from_bd_list_static_addr:
-0x674d 028118 jam rec_4_mode_static_address ,mem_temp_reconn_record 
-0x674e 028119 fetch 6 ,mem_le_plap 
-0x674f 028120 branch find_addr_from_bd_list_common 
-:      028122 find_addr_from_bd_list_random_non_resolvable_private_address:
-0x6750 028123 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
-0x6751 028124 branch find_addr_from_bd_list_common 
-:      028127 find_addr_from_bd_list_random_addr:
-0x6752 028128 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
-0x6753 028129 branch find_addr_from_bd_list_common 
-:      028132 find_addr_from_bd_list_spp_mode:
-0x6754 028133 bpatchx patch33_0 ,mem_patch33 
-0x6755 028134 jam rec_3_mode ,mem_temp_reconn_record 
-0x6756 028135 fetch 6 ,mem_plap 
-:      028136 find_addr_from_bd_list_common:
-0x6757 028137 store 6 ,mem_temp_reconn_record + 1 
-0x6758 028138 fetch 2 ,mem_nv_data_ptr 
-0x6759 028139 ifetcht 1 ,pdata 
-0x675a 028140 pincrease 1 
-0x675b 028141 store 2 ,mem_list_item_ptr 
-0x675c 028142 storet 1 ,mem_select_list_item 
-0x675d 028143 fetch 1 ,mem_nv_data_number 
-0x675e 028144 icopy regc 
-:      028145 nvram_find_addr_from_list:
-0x675f 028146 fetch 2 ,mem_list_item_ptr 
-0x6760 028147 copy pdata ,rega 
-0x6761 028148 call nvram_find_addr_from_list_compare 
-0x6762 028149 rtn user 
-0x6763 028150 fetcht 2 ,mem_list_item_ptr 
-0x6764 028151 increase nv_data_len ,temp 
-0x6765 028152 storet 2 ,mem_list_item_ptr 
-0x6766 028153 increase -1 ,temp 
-0x6767 028154 ifetch 1 ,temp 
-0x6768 028155 store 1 ,mem_select_list_item 
-0x6769 028156 increase -1 ,regc 
-0x676a 028157 nbranch nvram_find_addr_from_list ,zero 
-0x676b 028158 fetch 1 ,mem_nv_data_number 
-0x676c 028159 pincrease decreased_one 
-0x676d 028160 store 1 ,mem_select_list_item 
-0x676e 028161 rtn 
-:      028162 nvram_find_addr_from_list_compare:
-0x676f 028163 fetch 1 ,mem_temp_reconn_record 
-0x6770 028164 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
-:      028165 find_master_addr_from_list_compare:
-0x6771 028166 arg mem_temp_reconn_record ,regb 
-0x6772 028167 arg 7 ,loopcnt 
-0x6773 028168 call string_compare 
-0x6774 028169 branch enable_user ,zero 
-0x6775 028170 rtn 
-:      028172 find_addr_from_list_compare_ble_mode:
-0x6776 028173 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
-0x6777 028174 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
-0x6778 028175 branch find_master_addr_from_list_compare 
-:      028177 find_irk_form_list_compare:
-0x6779 028178 ifetcht 1 ,rega 
-0x677a 028179 isub temp ,null 
-0x677b 028180 nrtn zero 
-0x677c 028181 arg mem_le_prand ,contw 
-0x677d 028182 arg 16 ,loopcnt 
-0x677e 028183 call clear_mem 
-0x677f 028184 fetch 3 ,mem_le_plap + 3 
-0x6780 028185 store 3 ,mem_le_prand 
-0x6781 028186 call genernate_master_macaddress 
-0x6782 028187 fetch 2 ,mem_le_aes_128 + 13 
-0x6783 028188 byteswap pdata ,pdata 
-0x6784 028189 lshift8 pdata ,temp 
-0x6785 028190 ifetch 1 ,contr 
-0x6786 028191 iadd temp ,pdata 
-0x6787 028192 fetcht 3 ,mem_le_plap 
-0x6788 028193 isub temp ,null 
-0x6789 028194 branch enable_user ,zero 
-0x678a 028195 rtn 
-:      028198 genernate_master_macaddress:
-0x678b 028199 arg mem_le_prand ,contr 
-0x678c 028200 call load_data128 
-0x678d 028202 ifetch 1 ,rega 
-0x678e 028203 call load_regext 
-0x678f 028204 force 0x38 ,aes_ctrl 
-0x6790 028205 force 0x0 ,aes_ctrl 
-0x6791 028206 call wait_aes 
-0x6792 028207 arg mem_le_aes_128 ,contw 
-0x6793 028208 branch store_aes_result 
-:      028210 find_ediv_form_list_compare:
-0x6794 028211 ifetcht 1 ,rega 
-0x6795 028212 isub temp ,null 
-0x6796 028213 nrtn zero 
-0x6797 028214 copy contr ,rega 
-0x6798 028215 add contr ,8 ,regc 
-0x6799 028216 arg mem_le_rand ,regb 
-0x679a 028217 arg 8 ,loopcnt 
-0x679b 028218 call string_compare 
-0x679c 028219 branch enable_user ,zero 
-0x679d 028220 copy regc ,rega 
-0x679e 028221 arg mem_le_irk ,regb 
-0x679f 028222 arg 8 ,loopcnt 
-0x67a0 028223 call string_compare 
-0x67a1 028224 branch enable_user ,zero 
-0x67a2 028225 rtn 
-:      028227 check_nvram:
-0x67a3 028228 fetch 2 ,mem_nv_data_ptr 
-0x67a4 028229 ifetcht 1 ,pdata 
-0x67a5 028230 pincrease nv_data_len 
-0x67a6 028231 ifetch 1 ,pdata 
-0x67a7 028232 isub temp ,null 
-0x67a8 028233 rtn 
-:      028235 init_device_list:
-0x67a9 028236 fetch 1 ,mem_nv_data_number 
-0x67aa 028237 icopy loopcnt 
-0x67ab 028238 fetcht 2 ,mem_nv_data_ptr 
-0x67ac 028239 setarg 0 
-:      028240 init_device_list_loop:
-0x67ad 028241 istore 1 ,temp 
-0x67ae 028242 increase nv_data_len ,temp 
-0x67af 028243 pincrease 1 
-0x67b0 028244 loop init_device_list_loop 
-0x67b1 028245 rtn 
-:      028247 load_device_list:
-0x67b2 028248 bpatchx patch33_1 ,mem_patch33 
-0x67b3 028249 call nvram_find_addr_from_bd_list 
-0x67b4 028250 fetch 1 ,mem_state 
-0x67b5 028251 setflag user ,state_combkey ,pdata 
-0x67b6 028252 store 1 ,mem_state 
-0x67b7 028253 nbranch clear_key_exists ,user 
-0x67b8 028254 add rega ,10 ,contr 
-0x67b9 028256 arg mem_link_key ,contw 
-0x67ba 028257 call memcpy16 
-0x67bb 028258 branch check_link_key_load 
-:      028259 clear_key_exists:
-0x67bc 028260 jam 0 ,mem_link_key_exists 
-0x67bd 028261 rtn 
-:      028263 load_device_list_mode_4:
-0x67be 028264 fetch 9 ,mem_le_ediv 
-0x67bf 028265 branch clear_ltk_exists ,blank 
-0x67c0 028266 call nvram_find_addr_from_bd_list 
-0x67c1 028267 nbranch clear_ltk_exists ,user 
-0x67c2 028268 fetch 2 ,mem_list_item_ptr 
-0x67c3 028269 add pdata ,1 ,contr 
-0x67c4 028270 arg mem_le_irk ,contw 
-0x67c5 028271 call memcpy16 
-0x67c6 028272 arg mem_le_ltk ,contw 
-0x67c7 028273 call memcpy16 
-0x67c8 028274 jam 1 ,mem_ltk_exists 
-0x67c9 028275 rtn 
-:      028277 clear_ltk_exists:
-0x67ca 028278 jam 0 ,mem_ltk_exists 
-0x67cb 028279 rtn 
-:      028282 eeprom_store_le_reconn_info:
-0x67cc 028283 fetch 6 ,mem_le_plap 
-0x67cd 028284 store 6 ,mem_temp_lap 
-0x67ce 028285 jam rec_4_mode ,mem_record_bt_mode 
-0x67cf 028286 branch eeprom_store_reconn_info 
-:      028287 eeprom_store_bd_reconn_info:
-0x67d0 028288 fetch 6 ,mem_plap 
-0x67d1 028289 store 6 ,mem_temp_lap 
-0x67d2 028290 jam rec_3_mode ,mem_record_bt_mode 
-:      028291 eeprom_store_reconn_info:
-0x67d3 028292 fetch 1 ,mem_device_option 
-0x67d4 028293 beq dvc_op_module ,check_51cmd_update_device_record 
-0x67d5 028294 bbit1 dvc_op_mouse ,mouse_store_remote_bdaddr 
-0x67d6 028295 rtn 
-:      028298 check_link_key_load:
-0x67d7 028299 fetch 8 ,mem_link_key 
-0x67d8 028300 fetcht 8 ,mem_link_key + 8 
-0x67d9 028301 ior temp ,pdata 
-0x67da 028302 rtn blank 
-0x67db 028303 jam 1 ,mem_link_key_exists 
-0x67dc 028304 rtn 
-:      028311 gpio_set_wake_by_current_state:
-0x67dd 028312 bpatchx patch33_2 ,mem_patch33 
-0x67de 028313 set1 7 ,temp 
-0x67df 028314 call gpio_get_bit 
-0x67e0 028315 nsetflag true ,7 ,temp 
-:      028320 gpio_set_wake:
-0x67e1 028321 bpatchx patch33_3 ,mem_patch33 
-0x67e2 028322 sub temp ,ui_button_gpio_disable ,null 
-0x67e3 028323 rtn zero 
-0x67e4 028324 isolate0 7 ,temp 
-0x67e5 028325 and temp ,0x1f ,queue 
-0x67e6 028326 fetch 4 ,mem_gpio_wakeup_low 
-0x67e7 028327 qsetflag true ,pdata 
-0x67e8 028328 store 4 ,mem_gpio_wakeup_low 
-0x67e9 028329 fetch 4 ,mem_gpio_wakeup_high 
-0x67ea 028330 nqsetflag true ,pdata 
-0x67eb 028331 store 4 ,mem_gpio_wakeup_high 
-0x67ec 028332 rtn 
-:      028335 gpio_clr_wake:
-0x67ed 028336 bpatchx patch33_4 ,mem_patch33 
-0x67ee 028337 sub temp ,ui_button_gpio_disable ,null 
-0x67ef 028338 rtn zero 
-0x67f0 028339 isolate0 7 ,temp 
-0x67f1 028340 and temp ,0x1f ,queue 
-0x67f2 028341 fetch 4 ,mem_gpio_wakeup_low 
-0x67f3 028342 qset0 pdata 
-0x67f4 028343 store 4 ,mem_gpio_wakeup_low 
-0x67f5 028344 fetch 4 ,mem_gpio_wakeup_high 
-0x67f6 028345 qset0 pdata 
-0x67f7 028346 store 4 ,mem_gpio_wakeup_high 
-0x67f8 028347 rtn 
-:      028350 gpio_config_input_nowake:
-0x67f9 028351 call gpio_clr_wake 
-0x67fa 028352 branch gpio_config_input_without_wake 
-:      028355 gpio_config_input:
-0x67fb 028356 sub temp ,ui_button_gpio_disable ,null 
-0x67fc 028357 rtn zero 
-0x67fd 028358 ncall gpio_set_wake ,wake 
-:      028360 gpio_config_input_without_wake:
-0x67fe 028361 arg core_gpio_pd0 ,contw 
-0x67ff 028362 call gpio_set_bit 
-0x6800 028363 setflip gpio_active_bit ,temp 
-0x6801 028364 arg core_gpio_pu0 ,contw 
-0x6802 028365 call gpio_set_bit 
-0x6803 028366 set0 gpio_active_bit ,temp 
-0x6804 028367 arg core_gpio_oe0 ,contw 
-0x6805 028368 branch gpio_set_bit 
-:      028371 gpio_set_high_impedance:
-0x6806 028372 arg core_gpio_pd0 ,contw 
-0x6807 028373 call gpio_set_bit 
-0x6808 028374 set0 gpio_active_bit ,temp 
-0x6809 028375 arg core_gpio_pu0 ,contw 
-0x680a 028376 call gpio_set_bit 
-0x680b 028377 set0 gpio_active_bit ,temp 
-0x680c 028378 arg core_gpio_oe0 ,contw 
-0x680d 028379 branch gpio_set_bit 
-:      028383 gpio_config_output:
-0x680e 028384 sub temp ,ui_button_gpio_disable ,null 
-0x680f 028385 rtn zero 
-0x6810 028386 setflip gpio_active_bit ,temp 
-0x6811 028387 call gpio_out 
-:      028388 gpio_config_output0:
-0x6812 028389 set1 gpio_active_bit ,temp 
-0x6813 028390 arg core_gpio_oe0 ,contw 
-0x6814 028391 branch gpio_set_bit 
-:      028393 gpio_common:
-0x6815 028394 and temp ,0x07 ,queue 
-0x6816 028395 rshift3 temp ,pdata 
-0x6817 028396 and_into 3 ,pdata 
-0x6818 028397 iadd contw ,contw 
-0x6819 028398 ifetch 1 ,contw 
-0x681a 028399 rtn 
-:      028401 gpio_check_active:
-0x681b 028402 arg core_gpio_out0 ,contw 
-0x681c 028403 branch get_bit_common 
-:      028407 gpio_get_bit:
-0x681d 028408 arg core_gpio_in ,contw 
-:      028409 get_bit_common:
-0x681e 028410 call gpio_common 
-0x681f 028411 isolate1 gpio_active_bit ,temp 
-0x6820 028412 branch gpio_get_bit_reverse ,true 
-0x6821 028413 qisolate0 pdata 
-0x6822 028414 rtn 
-:      028415 gpio_get_bit_reverse:
-0x6823 028416 qisolate1 pdata 
-0x6824 028417 rtn 
-:      028419 gpio_out_inactive:
-0x6825 028420 sub temp ,ui_button_gpio_disable ,null 
-0x6826 028421 rtn zero 
-0x6827 028422 isolate1 7 ,null 
-0x6828 028423 branch gpio_out_flag 
-:      028425 gpio_out_active:
-0x6829 028426 sub temp ,ui_button_gpio_disable ,null 
-0x682a 028427 rtn zero 
-0x682b 028428 isolate0 7 ,null 
-:      028431 gpio_out_flag:
-0x682c 028432 setarg 0 
-0x682d 028433 nsetflag true ,gpio_active_bit ,pdata 
-0x682e 028434 ixor temp ,temp 
-:      028437 gpio_out:
-0x682f 028438 arg core_gpio_out0 ,contw 
-:      028441 gpio_set_bit:
-0x6830 028442 call gpio_common 
-0x6831 028443 isolate1 gpio_active_bit ,temp 
-0x6832 028444 qsetflag true ,pdata 
-0x6833 028445 istore 1 ,contw 
-0x6834 028446 rtn 
-:      028448 gpio_set_before_lpm_common:
-0x6835 028449 arg -1 ,rega 
-0x6836 028450 hfetch 1 ,core_gpio_sel1 
-0x6837 028451 compare 0x02 ,pdata ,0x03 
-0x6838 028452 call neglact4_from_23_pin ,true 
-0x6839 028454 compare 0x01 ,pdata ,0x03 
-0x683a 028455 call neglact2_form_25_pin ,true 
-0x683b 028457 compare 0x03 ,pdata ,0x03 
-0x683c 028458 call neglact2_form_25_pin ,true 
-0x683d 028460 isolate1 2 ,pdata 
-0x683e 028461 call neglect2_from_6_pin ,true 
-0x683f 028463 isolate1 3 ,pdata 
-0x6840 028464 call neglect4_from_9_pin ,true 
-0x6841 028466 isolate1 4 ,pdata 
-0x6842 028467 call neglact2_form_30_pin ,true 
-0x6843 028469 isolate1 6 ,pdata 
-0x6844 028470 nsetflag true ,04 ,rega 
-0x6845 028472 isolate1 7 ,pdata 
-0x6846 028473 nsetflag true ,05 ,rega 
-0x6847 028475 hfetch 1 ,core_gpio_sel2 
-0x6848 028476 isolate1 0 ,pdata 
-0x6849 028477 nsetflag true ,27 ,rega 
-0x684a 028478 isolate1 1 ,pdata 
-0x684b 028479 nsetflag true ,28 ,rega 
-0x684c 028480 isolate1 2 ,pdata 
-0x684d 028481 nsetflag true ,03 ,rega 
-0x684e 028482 isolate1 3 ,pdata 
-0x684f 028483 nsetflag true ,08 ,rega 
-0x6850 028484 isolate1 4 ,pdata 
-0x6851 028485 nsetflag true ,20 ,rega 
-0x6852 028486 isolate1 5 ,pdata 
-0x6853 028487 nsetflag true ,21 ,rega 
-0x6854 028488 isolate1 6 ,pdata 
-0x6855 028489 nsetflag true ,22 ,rega 
-0x6856 028490 isolate1 7 ,pdata 
-0x6857 028491 nsetflag true ,23 ,rega 
-0x6858 028493 hfetch 1 ,core_gpio_sel 
-0x6859 028494 isolate1 0 ,pdata 
-0x685a 028495 nsetflag true ,05 ,rega 
-0x685b 028496 isolate1 1 ,pdata 
-0x685c 028497 nsetflag true ,06 ,rega 
-0x685d 028498 isolate1 2 ,pdata 
-0x685e 028499 nsetflag true ,07 ,rega 
-0x685f 028500 isolate1 3 ,pdata 
-0x6860 028501 nsetflag true ,18 ,rega 
-0x6861 028502 isolate1 4 ,pdata 
-0x6862 028503 nsetflag true ,19 ,rega 
-0x6863 028504 isolate1 5 ,pdata 
-0x6864 028505 nsetflag true ,20 ,rega 
-0x6865 028506 isolate1 6 ,pdata 
-0x6866 028507 nsetflag true ,21 ,rega 
-0x6867 028508 isolate1 7 ,pdata 
-0x6868 028509 nsetflag true ,22 ,rega 
-0x6869 028511 hfetch 1 ,core_uart_ctrl 
-0x686a 028512 isolate1 4 ,pdata 
-0x686b 028513 call neglact2_form_2_pin ,true 
-0x686c 028514 bpatchx patch33_5 ,mem_patch33 
-0x686d 028516 hfetch 4 ,core_gpio_pu0 
-0x686e 028517 hfetcht 4 ,core_gpio_pd0 
-0x686f 028518 ior temp ,pdata 
-0x6870 028519 invert pdata ,pdata 
-0x6871 028520 iand rega ,pdata 
-0x6872 028522 hstore 4 ,core_gpio_oe0 
-0x6873 028523 rtn 
-:      028526 neglect2_from_6_pin:
-0x6874 028527 arg 6 ,queue 
-0x6875 028528 branch neglect_2_pin 
-:      028529 neglect4_from_9_pin:
-0x6876 028530 arg 9 ,queue 
-0x6877 028531 branch neglact_4_pin 
-:      028532 neglact4_from_23_pin:
-0x6878 028533 arg 23 ,queue 
-0x6879 028534 branch neglact_4_pin 
-:      028535 neglact2_form_25_pin:
-0x687a 028536 arg 25 ,queue 
-0x687b 028537 branch neglect_2_pin 
-:      028538 neglact2_form_30_pin:
-0x687c 028539 arg 30 ,queue 
-0x687d 028540 branch neglect_2_pin 
-:      028541 neglact2_form_2_pin:
-0x687e 028542 arg 2 ,queue 
-0x687f 028543 branch neglect_2_pin 
-:      028544 neglact_1_pin:
-0x6880 028545 arg 1 ,loopcnt 
-0x6881 028546 branch neglect_pin_loop 
-:      028547 neglact_4_pin:
-0x6882 028548 arg 4 ,loopcnt 
-0x6883 028549 branch neglect_pin_loop 
-:      028550 neglect_2_pin:
-0x6884 028551 arg 2 ,loopcnt 
-:      028552 neglect_pin_loop:
-0x6885 028553 qset0 rega 
-0x6886 028554 increase 1 ,queue 
-0x6887 028555 loop neglect_pin_loop 
-0x6888 028556 rtn 
-:      028564 gpio_cfg_uart_tx_output:
-0x6889 028565 call gpio_uart2gpio 
-0x688a 028566 arg uart_wakeup_tx ,temp 
-0x688b 028567 branch gpio_config_output 
-:      028569 gpio_pu_uart_tx:
-0x688c 028570 call gpio_cfg_uart_tx_output 
-0x688d 028571 arg uart_wakeup_tx ,temp 
-0x688e 028572 branch gpio_out_inactive 
-:      028576 gpio_rx_config_input_with_pu:
-0x688f 028577 call gpio_uart2gpio 
-0x6890 028578 hfetch 1 ,core_gpio_pu0 
-0x6891 028579 set1 uart_wakeup_rx ,pdata 
-0x6892 028580 hstore 1 ,core_gpio_pu0 
-0x6893 028581 arg uart_wakeup_rx ,temp 
-0x6894 028582 branch gpio_config_input 
-:      028584 gpio_uart2gpio:
-0x6895 028585 hfetch 1 ,core_gpio_sel1 
-0x6896 028586 and_into 0xfb ,pdata 
-0x6897 028587 hstore 1 ,core_gpio_sel1 
-0x6898 028588 rtn 
-:      028590 gpio_check_uart_state:
-0x6899 028591 hfetch 1 ,core_gpio_sel1 
-0x689a 028592 isolate1 2 ,pdata 
-0x689b 028593 rtn 
-:      028595 load_chip_option:
-0x689c 028596 call otp_enable_chgpump 
-0x689d 028597 setarg otp_chip_functions 
-0x689e 028598 arg mem_chip_functions ,rega 
-0x689f 028599 arg 0x02 ,temp 
-0x68a0 028600 call otpd_read_data 
-0x68a1 028601 branch otp_disable_chgpump 
-:      028604 load_adc_init:
-0x68a2 028605 call otp_enable_chgpump 
-0x68a3 028606 setarg otp_adc_io_0_5v_addr 
-0x68a4 028607 arg mem_0_5_adc_io_data ,rega 
-0x68a5 028608 arg 14 ,temp 
-0x68a6 028609 call otpd_read_data 
-0x68a7 028610 branch otp_disable_chgpump 
-:      028614 adc_init_data:
-0x68a8 028615 bpatchx patch33_6 ,mem_patch33 
-0x68a9 028617 call load_adc_init 
-0x68aa 028619 fetch 1 ,mem_adc_config_flag 
-0x68ab 028620 beq adc_config_vinlpm ,adc_init_data_vinlpm 
-0x68ac 028621 beq adc_config_hvin ,adc_init_data_hvin 
-0x68ad 028622 beq adc_config_gpio ,adc_init_data_io 
-0x68ae 028623 rtn 
-:      028625 adc_init_data_vinlpm:
-0x68af 028626 fetcht 2 ,mem_otp_adc_flag 
-0x68b0 028627 setarg otp_adc_flag 
-0x68b1 028628 isub temp ,null 
-0x68b2 028629 branch adc_check_data_vinlpm ,zero 
-0x68b3 028630 setarg 0x4dfa 
-0x68b4 028631 store 2 ,mem_3v_adc_vinlpm_data 
-0x68b5 028632 setarg 0x4894 
-0x68b6 028633 store 2 ,mem_2v_adc_vinlpm_data 
-0x68b7 028634 branch set_vdd_reference_voltage_1v 
-:      028636 adc_check_data_vinlpm:
-0x68b8 028637 fetch 2 ,mem_3v_adc_vinlpm_data 
-0x68b9 028638 nbranch adc_check_2v_vinlpm ,blank 
-0x68ba 028639 setarg 0x4dfa 
-0x68bb 028640 store 2 ,mem_3v_adc_vinlpm_data 
-:      028641 adc_check_2v_vinlpm:
-0x68bc 028642 fetch 2 ,mem_2v_adc_vinlpm_data 
-0x68bd 028643 nbranch set_vdd_reference_voltage_1v ,blank 
-0x68be 028644 setarg 0x4894 
-0x68bf 028645 store 2 ,mem_2v_adc_vinlpm_data 
-:      028646 set_vdd_reference_voltage_1v:
-0x68c0 028647 setarg 100 
-0x68c1 028648 store 2 ,mem_reference_voltage 
-0x68c2 028649 rtn 
-:      028651 adc_init_data_hvin:
-0x68c3 028652 fetcht 2 ,mem_otp_adc_flag 
-0x68c4 028653 setarg otp_adc_flag 
-0x68c5 028654 isub temp ,null 
-0x68c6 028655 branch adc_check_data_hvin ,zero 
-0x68c7 028656 setarg 0x5932 
-0x68c8 028657 store 2 ,mem_5v_adc_hvin_data 
-0x68c9 028658 setarg 0x4323 
-0x68ca 028659 store 2 ,mem_1v_adc_hvin_data 
-0x68cb 028660 branch set_vdd_reference_voltage_4v 
-:      028662 adc_check_data_hvin:
-0x68cc 028663 fetch 2 ,mem_5v_adc_hvin_data 
-0x68cd 028664 nbranch adc_check_1v_hvin ,blank 
-0x68ce 028665 setarg 0x5932 
-0x68cf 028666 store 2 ,mem_5v_adc_hvin_data 
-:      028667 adc_check_1v_hvin:
-0x68d0 028668 fetch 2 ,mem_1v_adc_hvin_data 
-0x68d1 028669 nbranch set_vdd_reference_voltage_4v ,blank 
-0x68d2 028670 setarg 0x4323 
-0x68d3 028671 store 2 ,mem_1v_adc_hvin_data 
-:      028672 set_vdd_reference_voltage_4v:
-0x68d4 028673 setarg 400 
-0x68d5 028674 store 2 ,mem_reference_voltage 
-0x68d6 028675 rtn 
-:      028677 adc_init_data_io:
-0x68d7 028678 fetcht 2 ,mem_otp_adc_flag 
-0x68d8 028679 setarg otp_adc_flag 
-0x68d9 028680 isub temp ,null 
-0x68da 028681 branch adc_check_data_io ,zero 
-0x68db 028682 setarg 0x6946 
-0x68dc 028683 store 2 ,mem_1v_adc_io_data 
-0x68dd 028684 setarg 0x5377 
-0x68de 028685 store 2 ,mem_0_5_adc_io_data 
-0x68df 028686 branch set_vdd_reference_voltage_0_5v 
-:      028688 adc_check_data_io:
-0x68e0 028689 fetch 2 ,mem_1v_adc_io_data 
-0x68e1 028690 nbranch adc_check_0_5v_io ,blank 
-0x68e2 028691 setarg 0x6946 
-0x68e3 028692 store 2 ,mem_1v_adc_io_data 
-:      028693 adc_check_0_5v_io:
-0x68e4 028694 fetch 2 ,mem_0_5_adc_io_data 
-0x68e5 028695 nbranch set_vdd_reference_voltage_0_5v ,blank 
-0x68e6 028696 setarg 0x5377 
-0x68e7 028697 store 2 ,mem_0_5_adc_io_data 
-:      028698 set_vdd_reference_voltage_0_5v:
-0x68e8 028699 setarg 50 
-0x68e9 028700 store 2 ,mem_reference_voltage 
-0x68ea 028701 rtn 
-:      028704 adc_set_mode:
-0x68eb 028705 fetch 1 ,mem_adc_config_flag 
-0x68ec 028706 beq adc_config_vinlpm ,adc_check_vinlpm 
-0x68ed 028707 beq adc_config_hvin ,adc_check_hvin 
-0x68ee 028708 beq adc_config_gpio ,adc_check_gpio 
-0x68ef 028709 rtn 
-:      028710 adc_check_vinlpm:
-0x68f0 028711 jam 0xbf ,rf_adc_mode 
-0x68f1 028712 branch read_adc 
-:      028713 adc_check_hvin:
-0x68f2 028714 jam 0xaf ,rf_adc_mode 
-0x68f3 028715 branch read_adc 
-:      028716 adc_check_gpio:
-0x68f4 028717 jam 0x8f ,rf_adc_mode 
-0x68f5 028718 fetch 1 ,mem_adc_channel 
-0x68f6 028719 hstore 1 ,rf_adc_ch 
-0x68f7 028720 branch read_adc 
-:      028721 read_adc:
-0x68f8 028722 bpatchx patch33_7 ,mem_patch33 
-0x68f9 028723 hfetch 1 ,core_uart_baud + 1 
-0x68fa 028724 set1 7 ,pdata 
-0x68fb 028725 hstore 1 ,core_uart_baud + 1 
-0x68fc 028726 hfetch 1 ,rf_adc_ch 
-0x68fd 028727 or_into 0x30 ,pdata 
-0x68fe 028728 hstore 1 ,rf_adc_ch 
-0x68ff 028729 jam 0x7c ,rfen_adc 
-0x6900 028730 jam 0xaa ,rf_adc_gc 
-0x6901 028731 nop 5000 
-0x6902 028732 hfetcht 2 ,core_adc_sum 
-0x6903 028733 hfetch 1 ,core_uart_baud + 1 
-0x6904 028734 set0 7 ,pdata 
-0x6905 028735 hstore 1 ,core_uart_baud + 1 
-0x6906 028736 storet 2 ,mem_adc_current_value 
-0x6907 028737 rtn 
-:      028739 vdd_calculate_by_mode:
-0x6908 028740 bpatchx patch34_0 ,mem_patch34 
-0x6909 028741 fetch 1 ,mem_adc_config_flag 
-0x690a 028742 beq adc_config_vinlpm ,vdd_calculate_vinlpm 
-0x690b 028743 beq adc_config_hvin ,vdd_calculate_hvin 
-0x690c 028744 beq adc_config_gpio ,vdd_calculate_io 
-0x690d 028745 rtn 
-:      028747 vdd_calculate_vinlpm:
-0x690e 028748 fetch 2 ,mem_3v_adc_vinlpm_data 
-0x690f 028749 fetcht 2 ,mem_2v_adc_vinlpm_data 
-0x6910 028750 arg 200 ,regc 
-0x6911 028751 branch vdd_calculate 
-:      028753 vdd_calculate_hvin:
-0x6912 028754 fetch 2 ,mem_5v_adc_hvin_data 
-0x6913 028755 fetcht 2 ,mem_1v_adc_hvin_data 
-0x6914 028756 arg 100 ,regc 
-0x6915 028757 branch vdd_calculate 
-:      028759 vdd_calculate_io:
-0x6916 028760 fetch 2 ,mem_1v_adc_io_data 
-0x6917 028761 fetcht 2 ,mem_0_5_adc_io_data 
-0x6918 028762 arg 50 ,regc 
-0x6919 028763 branch vdd_calculate 
-:      028765 vdd_calculate:
-0x691a 028766 isub temp ,rega 
-0x691b 028767 fetch 2 ,mem_adc_current_value 
-0x691c 028768 isub temp ,pdata 
-0x691d 028769 nbranch vdd_calculate1 ,positive 
-0x691e 028770 fetcht 2 ,mem_reference_voltage 
-0x691f 028771 imul32 temp ,regb 
-0x6920 028772 copy regc ,pdata 
-0x6921 028773 imul32 rega ,pdata 
-0x6922 028774 iadd regb ,pdata 
-:      028775 vdd_calculate2:
-0x6923 028776 idiv rega 
-0x6924 028777 call wait_div_end 
-0x6925 028778 quotient pdata 
-0x6926 028779 rtn 
-:      028781 vdd_calculate1:
-0x6927 028782 copy temp ,pdata 
-0x6928 028783 fetcht 2 ,mem_adc_current_value 
-0x6929 028784 isub temp ,pdata 
-0x692a 028785 fetcht 2 ,mem_reference_voltage 
-0x692b 028786 imul32 temp ,regb 
-0x692c 028787 copy regc ,pdata 
-0x692d 028788 imul32 rega ,pdata 
-0x692e 028789 isub regb ,pdata 
-0x692f 028790 branch vdd_calculate2 
-:      028801 adc_bat_percent_lowpower_out:
-0x6930 028802 ifetch 8 ,rega 
-0x6931 028803 store 8 ,mem_pdatatemp 
-0x6932 028804 fetch 2 ,mem_pdatatemp 
-0x6933 028805 fetcht 2 ,mem_pdatatemp + 2 
-0x6934 028806 isub temp ,rega 
-0x6935 028807 fetch 2 ,mem_pdatatemp + 6 
-0x6936 028808 isub temp ,regb 
-0x6937 028809 fetcht 2 ,mem_pdatatemp + 4 
-0x6938 028810 isub temp ,null 
-0x6939 028811 ncall adc_set_low_power_flag ,positive 
-0x693a 028812 mul32 regb ,100 ,pdata 
-0x693b 028813 idiv rega 
-0x693c 028814 call wait_div_end 
-0x693d 028815 quotient pdata 
-0x693e 028816 call adc_set_no_power_flag ,blank 
-0x693f 028817 rtn 
-:      028818 adc_set_low_power_flag:
-0x6940 028819 fetch 1 ,mem_adc_power_flag 
-0x6941 028820 set1 0 ,pdata 
-0x6942 028821 store 1 ,mem_adc_power_flag 
-0x6943 028822 rtn 
-:      028823 adc_set_no_power_flag:
-0x6944 028824 fetcht 1 ,mem_adc_power_flag 
-0x6945 028825 set1 1 ,temp 
-0x6946 028826 storet 1 ,mem_adc_power_flag 
-0x6947 028827 rtn 
-:      028832 keyscan_key_init:
-0x6948 028833 fetch 2 ,mem_key_num_ptr 
-0x6949 028834 ifetch 1 ,pdata 
-:      028835 keyscan_key_init_next:
-0x694a 028836 rtn blank 
-0x694b 028837 copy pdata ,loopcnt 
-0x694c 028839 fetch 2 ,mem_keyscan_ptr 
-0x694d 028840 increase 3 ,pdata 
-0x694e 028841 copy pdata ,rega 
-:      028842 keyscan_key_init_lp1:
-0x694f 028843 ifetcht 1 ,rega 
-0x6950 028844 call gpio_config_input 
-0x6951 028845 increase key_conf_struct_len ,rega 
-0x6952 028846 loop keyscan_key_init_lp1 
-:      028847 keyscan_key_init_end:
-0x6953 028848 rtn 
-:      028850 keyscan_scan_key:
-0x6954 028851 fetch 2 ,mem_keyscan_ptr 
-0x6955 028852 increase 3 ,pdata 
-0x6956 028853 copy pdata ,rega 
-0x6957 028855 force 0 ,regb 
-0x6958 028856 jam 0 ,mem_key_value_temp 
-:      028857 keyscan_scan_key_lp1:
-0x6959 028858 ifetcht 1 ,rega 
-0x695a 028859 call gpio_get_bit 
-0x695b 028860 bpatchx patch34_1 ,mem_patch34 
-0x695c 028861 fetch 2 ,mem_key_value_temp 
-0x695d 028862 copy regb ,queue 
-0x695e 028863 qsetflag true ,pdata 
-0x695f 028864 store 2 ,mem_key_value_temp 
-0x6960 028865 increase key_conf_struct_len ,rega 
-0x6961 028866 increase 1 ,regb 
-0x6962 028867 fetch 2 ,mem_key_num_ptr 
-0x6963 028868 ifetch 1 ,pdata 
-:      028869 keyscan_scan_key_lp1_next:
-0x6964 028870 ixor regb ,null 
-0x6965 028871 nbranch keyscan_scan_key_lp1 ,zero 
-0x6966 028872 fetch 2 ,mem_key_value_temp 
-0x6967 028873 fetcht 2 ,mem_key_value 
-0x6968 028874 ixor temp ,null 
-0x6969 028875 rtn zero 
-0x696a 028876 enable user 
-0x696b 028877 rtn 
-:      028879 keyscan_process_lpm_before:
-0x696c 028880 fetch 2 ,mem_key_num_ptr 
-0x696d 028881 ifetch 1 ,pdata 
-:      028882 keyscan_process_lpm_before_next:
-0x696e 028883 rtn blank 
-0x696f 028884 copy pdata ,loopcnt 
-0x6970 028885 fetch 2 ,mem_keyscan_ptr 
-0x6971 028886 increase 3 ,pdata 
-0x6972 028887 copy pdata ,rega 
-:      028888 keyscan_process_lpm_before_lp1:
-0x6973 028889 ifetcht 1 ,rega 
-0x6974 028890 call gpio_set_wake_by_current_state 
-0x6975 028891 increase key_conf_struct_len ,rega 
-0x6976 028892 loop keyscan_process_lpm_before_lp1 
-:      028893 keyscan_process_lpm_before_end:
-0x6977 028894 rtn 
-:      028896 keyscan_key_process:
-0x6978 028897 arg key_scan_timer ,queue 
-0x6979 028898 call timer_check 
-0x697a 028899 nrtn blank 
-0x697b 028900 setarg 0x20 
-0x697c 028901 arg key_scan_timer ,queue 
-0x697d 028902 call timer_init 
-0x697e 028903 disable user 
-0x697f 028904 call keyscan_process_lpm_before 
-0x6980 028905 bpatchx patch34_2 ,mem_patch34 
-0x6981 028906 fetch 2 ,mem_key_num_ptr 
-0x6982 028907 ifetch 1 ,pdata 
-:      028908 keyscan_key_process_next:
-0x6983 028909 rtn blank 
-0x6984 028910 call keyscan_scan_key 
-0x6985 028911 nbranch lpm_button_clean_wake_lock ,user 
-0x6986 028912 call lpm_button_get_wake_lock 
-0x6987 028913 disable user 
-0x6988 028914 fetch 2 ,mem_key_value_temp 
-0x6989 028915 store 2 ,mem_key_value_temp4 
-0x698a 028916 jam 0 ,mem_key_value_temp6 
-0x698b 028917 force 0 ,queue 
-:      028918 keyscan_key_lp1:
-0x698c 028919 fetch 2 ,mem_key_value 
-0x698d 028920 rshift pdata ,temp 
-0x698e 028921 storet 2 ,mem_key_value 
-0x698f 028922 and pdata ,0x01 ,pdata 
-0x6990 028923 fetcht 2 ,mem_key_value_temp4 
-0x6991 028924 and temp ,0x01 ,rega 
-0x6992 028925 rshift temp ,temp 
-0x6993 028926 storet 2 ,mem_key_value_temp4 
-0x6994 028927 ixor rega ,null 
-0x6995 028928 ncall keyscan_send_key_data ,zero 
-0x6996 028929 fetch 2 ,mem_key_num_ptr 
-0x6997 028930 ifetch 1 ,pdata 
-:      028931 keyscan_key_lp1_next:
-0x6998 028932 fetcht 1 ,mem_key_value_temp6 
-0x6999 028933 increase 1 ,temp 
-0x699a 028934 storet 1 ,mem_key_value_temp6 
-0x699b 028935 copy temp ,queue 
-0x699c 028936 ixor queue ,null 
-0x699d 028937 nbranch keyscan_key_lp1 ,zero 
-0x699e 028938 fetch 2 ,mem_key_value_temp 
-0x699f 028939 store 2 ,mem_key_value 
-0x69a0 028940 rtn 
-:      028941 keyscan_send_key_data:
-0x69a1 028942 bpatchx patch34_3 ,mem_patch34 
-0x69a2 028943 fetch 2 ,mem_keyscan_ptr 
-0x69a3 028944 increase 1 ,pdata 
-0x69a4 028945 ifetch 2 ,pdata 
-0x69a5 028946 branch callback_func 
-:      028957 pwm_init:
-0x69a6 028958 hfetch 1 ,core_clksel 
-0x69a7 028959 ior rega ,pdata 
-0x69a8 028960 hstore 1 ,core_clksel 
-0x69a9 028961 hfetch 2 ,core_clkoff 
-0x69aa 028962 set0 clock_off_pwm ,pdata 
-0x69ab 028963 hstore 2 ,core_clkoff 
-0x69ac 028964 nop 100 
-0x69ad 028965 rtn 
-:      028976 pwm_out_set:
-0x69ae 028977 fetcht 3 ,mem_pdatatemp + 2 
-0x69af 028978 setarg pwm_12mhz 
-0x69b0 028979 idiv temp 
-0x69b1 028980 call wait_div_end 
-0x69b2 028981 quotient temp 
-0x69b3 028982 fetch 1 ,mem_pdatatemp + 5 
-0x69b4 028983 imul32 temp ,pdata 
-0x69b5 028984 div pdata ,100 
-0x69b6 028985 call wait_div_end 
-0x69b7 028986 quotient rega 
-0x69b8 028987 copy temp ,pdata 
-0x69b9 028988 isub rega ,regb 
-0x69ba 028989 fetch 1 ,mem_pdatatemp + 1 
-0x69bb 028990 call pwm_duty_cycle_set 
-0x69bc 028991 fetch 1 ,mem_pdatatemp 
-0x69bd 028992 branch pwm_enable 
-:      028995 pwm_duty_cycle_set:
-0x69be 028996 beq 0 ,pwm_pwm0_duty_set 
-0x69bf 028997 beq 1 ,pwm_pwm1_duty_set 
-0x69c0 028998 beq 2 ,pwm_pwm2_duty_set 
-0x69c1 028999 beq 3 ,pwm_pwm3_duty_set 
-0x69c2 029000 beq 4 ,pwm_pwm4_duty_set 
-0x69c3 029001 beq 5 ,pwm_pwm5_duty_set 
-:      029002 pwm_pwm0_duty_set:
-0x69c4 029003 arg core_pwm_pcnt0 ,contw 
-0x69c5 029004 branch pwm_set_pncnt 
-:      029005 pwm_pwm1_duty_set:
-0x69c6 029006 arg core_pwm_pcnt1 ,contw 
-0x69c7 029007 branch pwm_set_pncnt 
-:      029008 pwm_pwm2_duty_set:
-0x69c8 029009 arg core_pwm_pcnt2 ,contw 
-0x69c9 029010 branch pwm_set_pncnt 
-:      029011 pwm_pwm3_duty_set:
-0x69ca 029012 arg core_pwm_pcnt3 ,contw 
-0x69cb 029013 branch pwm_set_pncnt 
-:      029014 pwm_pwm4_duty_set:
-0x69cc 029015 arg core_pwm_pcnt4 ,contw 
-0x69cd 029016 branch pwm_set_pncnt 
-:      029017 pwm_pwm5_duty_set:
-0x69ce 029018 arg core_pwm_pcnt5 ,contw 
-0x69cf 029019 branch pwm_set_pncnt 
-:      029020 pwm_set_pncnt:
-0x69d0 029021 copy rega ,pdata 
-0x69d1 029022 istore 2 ,contw 
-0x69d2 029023 copy regb ,pdata 
-0x69d3 029024 istore 2 ,contw 
-0x69d4 029025 rtn 
-:      029029 pwm_enable:
-0x69d5 029030 enable user 
-0x69d6 029031 branch pwm_gpio_set 
-:      029032 pwm_disable:
-0x69d7 029033 disable user 
-:      029034 pwm_gpio_set:
-0x69d8 029035 beq 4 ,pwm_gpio4_set 
-0x69d9 029036 beq 5 ,pwm_gpio5_set 
-0x69da 029037 beq 27 ,pwm_gpio27_set 
-0x69db 029038 beq 28 ,pwm_gpio28_set 
-0x69dc 029039 beq 3 ,pwm_gpio3_set 
-0x69dd 029040 beq 8 ,pwm_gpio8_set 
-0x69de 029041 beq 20 ,pwm_gpio20_set 
-0x69df 029042 beq 21 ,pwm_gpio21_set 
-0x69e0 029043 beq 22 ,pwm_gpio22_set 
-0x69e1 029044 beq 23 ,pwm_gpio23_set 
-0x69e2 029045 rtn 
-:      029048 pwm_gpio4_set:
-0x69e3 029049 arg 6 ,queue 
-0x69e4 029050 branch pwm_one_set_select 
-:      029051 pwm_gpio5_set:
-0x69e5 029052 arg 7 ,queue 
-0x69e6 029053 branch pwm_one_set_select 
-:      029054 pwm_gpio27_set:
-0x69e7 029055 arg 8 ,queue 
-0x69e8 029056 branch pwm_one_set_select 
-:      029057 pwm_gpio28_set:
-0x69e9 029058 arg 9 ,queue 
-0x69ea 029059 branch pwm_one_set_select 
-:      029060 pwm_gpio3_set:
-0x69eb 029061 arg 10 ,queue 
-0x69ec 029062 branch pwm_one_set_select 
-:      029063 pwm_gpio8_set:
-0x69ed 029064 arg 11 ,queue 
-0x69ee 029065 branch pwm_one_set_select 
-:      029066 pwm_gpio20_set:
-0x69ef 029067 arg 12 ,queue 
-0x69f0 029068 branch pwm_tw0_set_select 
-:      029069 pwm_gpio21_set:
-0x69f1 029070 arg 13 ,queue 
-0x69f2 029071 branch pwm_tw0_set_select 
-:      029072 pwm_gpio22_set:
-0x69f3 029073 arg 14 ,queue 
-0x69f4 029074 branch pwm_tw0_set_select 
-:      029075 pwm_gpio23_set:
-0x69f5 029076 arg 15 ,queue 
-0x69f6 029077 branch pwm_tw0_set_select 
-:      029079 pwm_set_select:
-0x69f7 029080 hfetch 2 ,core_gpio_sel1 
-0x69f8 029081 qsetflag user ,pdata 
-0x69f9 029082 hstore 2 ,core_gpio_sel1 
-0x69fa 029083 copy rega ,queue 
-0x69fb 029084 hfetch 1 ,core_gpio_key2 
-0x69fc 029085 qsetflag user ,pdata 
-0x69fd 029086 hstore 1 ,core_gpio_key2 
-0x69fe 029087 rtn 
-:      029089 pwm_one_set_select:
-0x69ff 029090 add queue ,-4 ,rega 
-0x6a00 029091 branch pwm_set_select 
-:      029093 pwm_tw0_set_select:
-0x6a01 029094 add queue ,-10 ,rega 
-0x6a02 029095 branch pwm_set_select 
-:      029100 rfcomm_init:
-0x6a03 029101 rtn wake 
-0x6a04 029102 jam 0 ,mem_rfcomm_send_more_pkt 
-0x6a05 029103 jam bits9600 ,memremoterpnbitrate 
-0x6a06 029104 jam databits8 ,memremoteprndatabits 
-0x6a07 029105 jam 0x11 ,memremoteprnxon 
-0x6a08 029106 jam 0x13 ,memremoteprnxoff 
-0x6a09 029107 setarg 0 
-0x6a0a 029108 store 3 ,memremoteprnstopbit 
-0x6a0b 029109 store 1 ,mem_spp_state 
-0x6a0c 029110 jam 0 ,memui_reconnect_mode 
-:      029112 rfcomm_init_spp:
-0x6a0d 029113 bpatchx patch34_4 ,mem_patch34 
-0x6a0e 029114 setarg 0 
-0x6a0f 029115 store 1 ,mem_spp_state 
-0x6a10 029116 store 1 ,mem_remote_spp_channel 
-0x6a11 029117 store 1 ,mem_pn_dlci 
-0x6a12 029118 fetch 1 ,mem_credit_flag 
-0x6a13 029119 beq credit_enable ,rfcomm_init_spp_with_credit 
-0x6a14 029120 jam 0x50 ,mem_credit_given 
-0x6a15 029121 rtn 
-:      029123 rfcomm_init_spp_with_credit:
-0x6a16 029124 jam 0x00 ,mem_credit_given 
-0x6a17 029125 rtn 
-:      029127 set_cr_bit:
-0x6a18 029128 or_into 0x02 ,temp 
-0x6a19 029129 rtn 
-:      029141 rfcomm_calculate_fcs_sabm:
-0x6a1a 029142 copy temp ,pdata 
-0x6a1b 029143 reverse pdata ,pdata 
-0x6a1c 029144 store 1 ,memfcstemp3 
-0x6a1d 029145 force ini_tx_sabm ,pdata 
-0x6a1e 029146 reverse pdata ,pdata 
-0x6a1f 029147 store 1 ,memfcstemp2 
-0x6a20 029148 force 0x01 ,pdata 
-0x6a21 029149 reverse pdata ,pdata 
-0x6a22 029150 store 1 ,memfcstemp1 
-0x6a23 029151 call caculate_fcs 
-0x6a24 029152 copy temp ,pdata 
-0x6a25 029153 rtn 
-:      029154 rfcomm_calculate_fcs_ua:
-0x6a26 029155 reverse pdata ,pdata 
-0x6a27 029156 store 1 ,memfcstemp3 
-0x6a28 029157 force rsp_tx_ua ,pdata 
-0x6a29 029158 reverse pdata ,pdata 
-0x6a2a 029159 store 1 ,memfcstemp2 
-0x6a2b 029160 force 0x01 ,pdata 
-0x6a2c 029161 reverse pdata ,pdata 
-0x6a2d 029162 store 1 ,memfcstemp1 
-0x6a2e 029163 branch caculate_fcs 
-:      029165 rfcomm_calculate_fcs_dlci0:
-0x6a2f 029166 fetch 1 ,mem_rfcomm_initiator 
-0x6a30 029167 branch rfcomm_calculate_fcs_dlci0_res ,blank 
-0x6a31 029168 setarg 0x70 
-0x6a32 029169 rtn 
-:      029170 rfcomm_calculate_fcs_dlci0_res:
-0x6a33 029171 setarg 0xaa 
-0x6a34 029172 rtn 
-:      029174 rfcomm_save_fcs_uih:
-0x6a35 029175 reverse pdata ,pdata 
-0x6a36 029176 store 1 ,memfcstemp3 
-0x6a37 029177 force rsp_rx_uih ,pdata 
-0x6a38 029178 call caculate_uihdata_fcs 
-0x6a39 029179 fetcht 2 ,mem_contw_temp 
-0x6a3a 029180 copy temp ,contw 
-0x6a3b 029181 istore 1 ,contw 
-0x6a3c 029182 copy contw ,temp 
-0x6a3d 029183 storet 2 ,mem_contw_temp 
-0x6a3e 029184 force rsp_rx_uih_wdata ,pdata 
-0x6a3f 029185 call caculate_uihdata_fcs 
-0x6a40 029186 fetcht 2 ,mem_contw_temp 
-0x6a41 029187 copy temp ,contw 
-0x6a42 029188 istore 1 ,contw 
-0x6a43 029189 rtn 
-:      029198 caculate_uihdata_fcs:
-0x6a44 029199 reverse pdata ,pdata 
-0x6a45 029200 store 1 ,memfcstemp2 
-0x6a46 029201 fetch 2 ,memfcstemp2 
-0x6a47 029202 lshift8 pdata ,pdata 
-0x6a48 029203 store 3 ,mem_mod2div_temp 
-0x6a49 029204 arg 0x107 ,rega 
-0x6a4a 029205 arg 0xf ,regb 
-0x6a4b 029206 call mod2div 
-0x6a4c 029207 xor_into 0xd7 ,pdata 
-0x6a4d 029208 invert pdata ,pdata 
-0x6a4e 029209 reverse pdata ,pdata 
-0x6a4f 029210 rtn 
-:      029220 caculate_fcs:
-0x6a50 029221 fetch 3 ,memfcstemp1 
-0x6a51 029222 store 3 ,mem_mod2div_temp 
-0x6a52 029223 arg 0x107 ,rega 
-0x6a53 029224 arg 0xf ,regb 
-0x6a54 029225 call mod2div 
-0x6a55 029226 lshift8 pdata ,pdata 
-0x6a56 029227 arg 0x7 ,regb 
-0x6a57 029228 call mod2div 
-0x6a58 029229 xor_into 0x2b ,pdata 
-0x6a59 029230 invert pdata ,pdata 
-0x6a5a 029231 reverse pdata ,pdata 
-0x6a5b 029232 copy pdata ,temp 
-0x6a5c 029233 rtn 
-:      029235 mod2div:
-0x6a5d 029236 arg 0 ,regc 
-0x6a5e 029237 copy regb ,loopcnt 
-0x6a5f 029238 call right_shift_n 
-0x6a60 029239 icopy temp 
-:      029240 mod2div_loop:
-0x6a61 029245 copy temp ,pdata 
-0x6a62 029246 lshift regc ,regc 
-0x6a63 029247 bbit0 8 ,mod2div_not_enough_reduction 
-0x6a64 029248 ixor rega ,temp 
-0x6a65 029249 increase 1 ,regc 
-:      029250 mod2div_not_enough_reduction:
-0x6a66 029251 lshift temp ,temp 
-0x6a67 029252 fetch 3 ,mem_mod2div_temp 
-0x6a68 029253 increase -1 ,regb 
-0x6a69 029254 compare 0xff ,regb ,0xff 
-0x6a6a 029255 branch mod2div_end ,true 
-0x6a6b 029256 copy regb ,loopcnt 
-0x6a6c 029257 call right_shift_n 
-0x6a6d 029258 isolate1 0 ,pdata 
-0x6a6e 029259 setflag true ,0 ,temp 
-0x6a6f 029260 branch mod2div_loop 
-:      029261 mod2div_end:
-0x6a70 029263 rshift temp ,pdata 
-0x6a71 029264 rtn 
-:      029266 get_rfcomm_snd_adss:
-0x6a72 029267 fetcht 1 ,mem_pn_dlci 
-:      029268 dlci_to_address_cmd:
-0x6a73 029270 lshift2 temp ,temp 
-0x6a74 029271 set1 rfcomm_address_ext_len ,temp 
-0x6a75 029272 fetch 1 ,mem_rfcomm_initiator 
-0x6a76 029273 ncall set_cr_bit ,blank 
-0x6a77 029274 storet 1 ,mem_rfcomm_send_adss 
-0x6a78 029275 rtn 
-:      029277 channel_to_dlci:
-0x6a79 029279 lshift temp ,temp 
-0x6a7a 029280 fetch 1 ,mem_rfcomm_initiator 
-0x6a7b 029281 setflag blank ,0 ,temp 
-0x6a7c 029283 rtn 
-:      029284 rfcomm_rx_process_dlci0_sabm:
-0x6a7d 029285 fetcht 1 ,mem_current_channel 
-0x6a7e 029286 jam 0xd7 ,mem_current_fcs 
-0x6a7f 029287 call rfcomm_send_ua 
-0x6a80 029288 fetch 1 ,mem_rfcomm_state 
-0x6a81 029289 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
-0x6a82 029290 set1 l2cap_channel_rfcomm_only_ua ,pdata 
-0x6a83 029291 store 1 ,mem_rfcomm_state 
-0x6a84 029292 jam 0 ,mem_rfcomm_initiator 
-0x6a85 029293 branch rfcomm_rx_process_end 
-:      029294 rfcomm_rx_process_dlci0_ua:
-0x6a86 029295 fetch 1 ,mem_rfcomm_state 
-0x6a87 029296 set1 l2cap_channel_rfcomm_only_ua ,pdata 
-0x6a88 029297 store 1 ,mem_rfcomm_state 
-0x6a89 029298 branch rfcomm_rx_process_end 
-:      029301 rfcomm_rx_process:
-0x6a8a 029302 bpatchx patch34_5 ,mem_patch34 
-0x6a8b 029303 fetch 1 ,memui_reconnect_mode 
-0x6a8c 029304 beq no_reconnection ,rfcomm_rx_process_remote_page 
-0x6a8d 029305 branch rfcomm_rx_process_reconn 
-:      029307 rfcomm_rx_process_remote_page:
-0x6a8e 029308 fetch 2 ,mem_l2cap_payload_ptr 
-0x6a8f 029309 copy pdata ,contr 
-0x6a90 029310 call get_rfcomm_head_struct 
-0x6a91 029311 fetch 1 ,mem_current_channel 
-0x6a92 029312 beq 0 ,parse_dlci0_rp 
-0x6a93 029313 branch parse_uih_rp 
-:      029314 parse_dlci0_rp:
-0x6a94 029315 bpatchx patch34_6 ,mem_patch34 
-0x6a95 029316 fetch 1 ,mem_current_frame_type 
-0x6a96 029317 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
-0x6a97 029318 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
-0x6a98 029319 beq rfcomm_frame_type_uih ,parse_dlci0_rp_uih 
-0x6a99 029320 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn_send_event 
-0x6a9a 029321 rtn 
-:      029324 parse_dlci0_rp_uih:
-0x6a9b 029325 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6a9c 029326 copy pdata ,contr 
-0x6a9d 029327 call get_rfcomm_uih_head_struct 
-0x6a9e 029328 fetch 1 ,mem_uih_cmd_type 
-0x6a9f 029329 beq uih_param_neg_cmd ,parse_dlci0_rp_uih_pn_cmd 
-0x6aa0 029330 beq uih_param_neg_res ,parse_dlci0_rp_uih_pn_res 
-0x6aa1 029331 beq uih_modem_status_cmd ,parse_dlci0_rp_uih_ms_cmd 
-0x6aa2 029332 beq uih_modem_status_res ,parse_dlci0_rp_uih_ms_res 
-0x6aa3 029333 beq uih_param_cmd_remove_port ,parse_dlci0_rp_uih_cmd_port 
-0x6aa4 029334 branch rfcomm_rx_process_end 
-:      029336 parse_dlci0_rp_uih_pn_cmd:
-0x6aa5 029337 call parse_dlci0_rp_uih_pn_res_common 
-0x6aa6 029339 branch parse_dlci0_rp_uih_pn_cmd_spp 
-:      029341 parse_dlci0_rp_uih_pn_cmd_spp:
-0x6aa7 029342 fetch 1 ,mem_spp_state 
-0x6aa8 029343 set1 rfcomm_channel_state_pn_cmd ,pdata 
-0x6aa9 029344 set1 rfcomm_channel_state_pn_res ,pdata 
-0x6aaa 029345 store 1 ,mem_spp_state 
-0x6aab 029346 call rfcomm_send_param_neg_res 
-0x6aac 029347 branch rfcomm_rx_process_end 
-:      029349 parse_dlci0_rp_uih_pn_res:
-0x6aad 029350 call parse_dlci0_rp_uih_pn_res_common 
-0x6aae 029351 branch rfcomm_rx_process_end 
-:      029353 parse_dlci0_rp_uih_pn_res_common:
-0x6aaf 029354 call get_param_payload_ptr 
-0x6ab0 029355 branch get_rfcomm_prarmer_negotiation 
-:      029357 get_rfcomm_param_modem_status:
-0x6ab1 029358 call get_param_payload_ptr 
-0x6ab2 029359 ifetch 1 ,contr 
-0x6ab3 029360 rshift3 pdata ,pdata 
-0x6ab4 029361 store 1 ,mem_ms_channel 
-0x6ab5 029362 ifetch 1 ,contr 
-0x6ab6 029363 store 1 ,mem_ms_param 
-0x6ab7 029364 rtn 
-:      029367 get_rfcomm_head_struct:
-0x6ab8 029368 ifetch 1 ,contr 
-0x6ab9 029369 store 1 ,mem_current_adss 
-0x6aba 029370 rshift3 pdata ,pdata 
-0x6abb 029371 store 1 ,mem_current_channel 
-0x6abc 029372 ifetch 1 ,contr 
-0x6abd 029373 store 1 ,mem_current_frame_type 
-:      029374 get_rfcomm_current_length:
-0x6abe 029375 call get_rfcomm_length_common 
-0x6abf 029376 storet 2 ,mem_current_length 
-0x6ac0 029377 copy contr ,pdata 
-0x6ac1 029378 store 2 ,mem_rfcomm_uih_payload_ptr 
-0x6ac2 029379 rtn 
-:      029381 get_rfcomm_uih_head_struct:
-0x6ac3 029382 ifetch 1 ,contr 
-0x6ac4 029383 rshift pdata ,pdata 
-0x6ac5 029384 store 1 ,mem_uih_cmd_type 
-0x6ac6 029385 call get_rfcomm_length_common 
-0x6ac7 029386 storet 2 ,mem_uih_length 
-0x6ac8 029387 copy contr ,pdata 
-0x6ac9 029388 store 2 ,mem_param_payload_ptr 
-0x6aca 029389 rtn 
-:      029392 get_param_payload_ptr:
-0x6acb 029393 fetch 2 ,mem_param_payload_ptr 
-0x6acc 029394 copy pdata ,contr 
-0x6acd 029395 rtn 
-:      029397 get_rfcomm_length_common:
-0x6ace 029398 ifetch 1 ,contr 
-0x6acf 029399 copy pdata ,temp 
-0x6ad0 029400 rshift temp ,temp 
-0x6ad1 029401 rtnbit1 0 
-0x6ad2 029402 ifetch 1 ,contr 
-0x6ad3 029403 lshift3 pdata ,pdata 
-0x6ad4 029404 lshift4 pdata ,pdata 
-0x6ad5 029405 iadd temp ,temp 
-0x6ad6 029406 rtn 
-:      029408 get_rfcomm_prarmer_negotiation:
-0x6ad7 029409 ifetch 1 ,contr 
-0x6ad8 029410 store 1 ,mem_pn_dlci 
-0x6ad9 029411 ifetch 1 ,contr 
-0x6ada 029412 store 1 ,mem_pn_credit_flow_type_info 
-0x6adb 029413 ifetch 1 ,contr 
-0x6adc 029414 store 1 ,mem_pn_priority 
-0x6add 029415 ifetch 1 ,contr 
-0x6ade 029416 store 1 ,mem_pn_acknowledg_timer 
-0x6adf 029417 ifetch 2 ,contr 
-0x6ae0 029418 store 2 ,mem_pn_max_frame_size 
-0x6ae1 029419 ifetch 1 ,contr 
-0x6ae2 029420 store 1 ,mem_pn_max_retrans 
-0x6ae3 029421 ifetch 1 ,contr 
-0x6ae4 029422 store 1 ,mem_remote_credits 
-0x6ae5 029423 rtn 
-:      029426 parse_dlci0_rp_uih_ms_cmd:
-0x6ae6 029427 call get_rfcomm_param_modem_status 
-0x6ae7 029429 branch parse_dlci0_rp_uih_ms_cmd_spp 
-:      029431 parse_dlci0_rp_uih_ms_cmd_spp:
-0x6ae8 029432 fetch 1 ,mem_spp_state 
-0x6ae9 029433 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
-0x6aea 029434 set1 rfcomm_channel_state_snd_ms_res ,pdata 
-0x6aeb 029435 store 1 ,mem_spp_state 
-0x6aec 029436 fetcht 1 ,mem_pn_dlci 
-0x6aed 029437 lshift2 temp ,temp 
-0x6aee 029438 or_into 3 ,temp 
-0x6aef 029439 call rfcomm_send_modem_status_res 
-0x6af0 029440 jam more_pkt_msc_cmd_spp ,mem_rfcomm_send_more_pkt 
-0x6af1 029441 branch rfcomm_rx_process_end 
-:      029443 parse_dlci0_rp_uih_ms_res:
-0x6af2 029444 jam bt_evt_spp_connected ,mem_fifo_temp 
-0x6af3 029445 call ui_ipc_send_event 
-0x6af4 029446 call get_rfcomm_param_modem_status 
-0x6af5 029447 fetch 1 ,mem_ms_channel 
-0x6af6 029448 sub pdata ,1 ,null 
-0x6af7 029449 branch parse_dlci0_rp_uih_ms_res_spp ,zero 
-0x6af8 029450 branch assert 
-:      029451 parse_dlci0_rp_uih_ms_res_spp:
-0x6af9 029452 fetch 1 ,mem_spp_state 
-0x6afa 029453 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
-0x6afb 029454 store 1 ,mem_spp_state 
-0x6afc 029455 branch rfcomm_rx_process_end 
-:      029457 parse_dlci0_rp_uih_cmd_port:
-0x6afd 029458 call get_param_payload_ptr 
-0x6afe 029459 ifetch 1 ,contr 
-0x6aff 029460 store 1 ,mem_rpn_dlci 
-0x6b00 029461 call l2cap_malloc_rfcomm_channel 
-0x6b01 029462 call l2cap_get_rfcomm_tx_buff 
-0x6b02 029463 setarg 0x000e 
-0x6b03 029464 istore 2 ,contw 
-0x6b04 029465 fetch 2 ,mem_rfcomm_remote_cid 
-0x6b05 029466 istore 2 ,contw 
-0x6b06 029467 fetch 1 ,mem_rfcomm_initiator 
-0x6b07 029469 lshift pdata ,pdata 
-0x6b08 029470 set1 0 ,pdata 
-0x6b09 029471 istore 1 ,contw 
-0x6b0a 029472 bpatchx patch34_7 ,mem_patch34 
-0x6b0b 029473 setarg 0x15ef 
-0x6b0c 029474 istore 2 ,contw 
-0x6b0d 029475 setarg 0x1191 
-0x6b0e 029476 istore 2 ,contw 
-0x6b0f 029479 fetch 1 ,mem_rpn_dlci 
-0x6b10 029480 istore 1 ,contw 
-0x6b11 029481 setarg 0x000007 
-0x6b12 029482 istore 5 ,contw 
-0x6b13 029485 setarg 0x01 
-0x6b14 029486 istore 2 ,contw 
-0x6b15 029489 call rfcomm_calculate_fcs_dlci0 
-0x6b16 029490 istore 1 ,contw 
-0x6b17 029491 rtn 
-:      029495 parse_uih_rp:
-0x6b18 029496 branch parse_uih_rp_spp 
-:      029498 parse_uih_rp_spp:
-0x6b19 029499 bpatchx patch35_0 ,mem_patch35 
-0x6b1a 029500 fetch 1 ,mem_current_frame_type 
-0x6b1b 029501 beq rfcomm_frame_type_ua ,parse_uih_rp_spp_ua 
-0x6b1c 029502 beq rfcomm_frame_type_sabm ,parse_uih_rp_spp_sabm 
-0x6b1d 029503 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
-0x6b1e 029504 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
-0x6b1f 029505 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn 
-0x6b20 029506 rtn 
-:      029507 parse_uih_rp_spp_ua:
-0x6b21 029508 fetch 1 ,mem_spp_state 
-0x6b22 029509 set1 rfcomm_channel_state_ua ,pdata 
-0x6b23 029510 store 1 ,mem_spp_state 
-0x6b24 029511 branch rfcomm_rx_process_end 
-:      029512 parse_uih_rp_spp_sabm:
-0x6b25 029513 fetch 1 ,mem_spp_state 
-0x6b26 029514 set1 rfcomm_channel_state_ua ,pdata 
-0x6b27 029515 set1 rfcomm_channel_state_sabm ,pdata 
-0x6b28 029516 store 1 ,mem_spp_state 
-0x6b29 029517 fetch 1 ,mem_current_adss 
-0x6b2a 029518 call rfcomm_calculate_fcs_ua 
-0x6b2b 029519 store 1 ,mem_current_fcs 
-0x6b2c 029520 call rfcomm_send_ua 
-0x6b2d 029521 fetch 1 ,mem_current_adss 
-0x6b2e 029522 rshift2 pdata ,pdata 
-0x6b2f 029523 store 1 ,mem_pn_dlci 
-0x6b30 029524 lshift2 pdata ,pdata 
-0x6b31 029525 set0 rfcomm_address_cr ,pdata 
-0x6b32 029526 set1 rfcomm_address_ext_len ,pdata 
-0x6b33 029527 arg mem_hiufcs_spp ,temp 
-0x6b34 029528 storet 2 ,mem_contw_temp 
-0x6b35 029529 call rfcomm_save_fcs_uih 
-0x6b36 029530 branch rfcomm_rx_process_end 
-:      029532 parse_uih_spp_uih_credits:
-0x6b37 029533 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6b38 029534 copy pdata ,contr 
-0x6b39 029535 increase 1 ,pdata 
-0x6b3a 029536 store 2 ,mem_rfcomm_uih_payload_ptr 
-0x6b3b 029537 ifetch 1 ,contr 
-0x6b3c 029538 fetcht 1 ,mem_remote_credits 
-0x6b3d 029539 iadd temp ,pdata 
-0x6b3e 029540 store 1 ,mem_remote_credits 
-:      029541 parse_uih_spp_uih:
-0x6b3f 029542 call rfcomm_increase_credit_given 
-:      029543 parse_uih_spp_uih_cont:
-0x6b40 029544 call get_rfcomm_snd_adss 
-0x6b41 029545 call rfcomm_send_uih_without_payload 
-0x6b42 029546 call spp_process_rx_data 
-0x6b43 029547 branch rfcomm_rx_process_end 
-:      029549 parse_uih_rp_spp_disconn_send_event:
-0x6b44 029550 jam bt_evt_spp_disconnected ,mem_fifo_temp 
-0x6b45 029551 call ui_ipc_send_event 
-:      029552 parse_uih_rp_spp_disconn:
-0x6b46 029553 call rfcomm_init_spp 
-0x6b47 029554 fetch 1 ,mem_current_adss 
-0x6b48 029555 call rfcomm_calculate_fcs_ua 
-0x6b49 029556 store 1 ,mem_current_fcs 
-0x6b4a 029557 call rfcomm_send_ua 
-0x6b4b 029558 branch rfcomm_rx_process_end 
-:      029563 rfcomm_rx_process_reconn:
-0x6b4c 029564 fetch 2 ,mem_l2cap_payload_ptr 
-0x6b4d 029565 copy pdata ,contr 
-0x6b4e 029566 call get_rfcomm_head_struct 
-0x6b4f 029567 fetch 1 ,mem_current_channel 
-0x6b50 029568 beq 0 ,parse_dlci0_reconn 
-0x6b51 029569 branch parse_uih_reconn 
-:      029571 parse_dlci0_reconn:
-0x6b52 029572 bpatchx patch35_1 ,mem_patch35 
-0x6b53 029573 fetch 1 ,mem_current_frame_type 
-0x6b54 029574 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
-0x6b55 029575 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
-0x6b56 029576 beq rfcomm_frame_type_uih ,parse_dlci0_reconn_uih 
-0x6b57 029577 branch rfcomm_rx_process_end 
-:      029578 parse_dlci0_reconn_uih:
-0x6b58 029579 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6b59 029580 copy pdata ,contr 
-0x6b5a 029581 call get_rfcomm_uih_head_struct 
-0x6b5b 029582 fetch 1 ,mem_uih_cmd_type 
-0x6b5c 029583 beq uih_param_neg_cmd ,parse_dlci0_reconn_uih_pn_cmd 
-0x6b5d 029584 beq uih_param_neg_res ,parse_dlci0_reconn_uih_pn_cmd 
-0x6b5e 029585 beq uih_modem_status_cmd ,parse_dlci0_reconn_uih_ms_cmd 
-0x6b5f 029586 beq uih_modem_status_res ,parse_dlci0_reconn_uih_ms_res 
-0x6b60 029587 branch rfcomm_rx_process_end 
-:      029589 parse_dlci0_reconn_uih_pn_cmd:
-0x6b61 029590 call parse_dlci0_rp_uih_pn_res_common 
-0x6b62 029591 fetch 1 ,mem_pn_dlci 
-0x6b63 029592 rshift pdata ,pdata 
-0x6b64 029593 fetcht 1 ,mem_remote_spp_channel 
-0x6b65 029594 isub temp ,null 
-0x6b66 029595 branch parse_dlci0_reconn_uih_pn_cmd_spp ,zero 
-0x6b67 029596 branch assert 
-:      029597 parse_dlci0_reconn_uih_pn_cmd_spp:
-0x6b68 029598 fetch 1 ,mem_spp_state 
-0x6b69 029599 set1 rfcomm_channel_state_pn_res ,pdata 
-0x6b6a 029600 store 1 ,mem_spp_state 
-0x6b6b 029601 branch rfcomm_rx_process_end 
-:      029603 parse_dlci0_reconn_uih_ms_cmd:
-0x6b6c 029604 call get_rfcomm_param_modem_status 
-0x6b6d 029605 fetch 1 ,mem_ms_channel 
-0x6b6e 029606 fetcht 1 ,mem_remote_spp_channel 
-0x6b6f 029607 isub temp ,null 
-0x6b70 029608 branch parse_dlci0_reconn_uih_ms_cmd_spp ,zero 
-0x6b71 029609 branch assert 
-0x6b72 029610 branch rfcomm_rx_process_end 
-:      029611 parse_dlci0_reconn_uih_ms_cmd_spp:
-0x6b73 029612 fetch 1 ,mem_spp_state 
-0x6b74 029613 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
-0x6b75 029614 set1 rfcomm_channel_state_snd_ms_res ,pdata 
-0x6b76 029615 store 1 ,mem_spp_state 
-0x6b77 029616 fetcht 1 ,mem_pn_dlci 
-0x6b78 029617 lshift2 temp ,temp 
-0x6b79 029618 or_into 3 ,temp 
-0x6b7a 029619 call rfcomm_send_modem_status_res 
-0x6b7b 029620 branch rfcomm_rx_process_end 
-:      029622 parse_dlci0_reconn_uih_ms_res:
-0x6b7c 029623 call get_rfcomm_param_modem_status 
-0x6b7d 029624 fetch 1 ,mem_ms_channel 
-0x6b7e 029625 fetcht 1 ,mem_remote_spp_channel 
-0x6b7f 029626 isub temp ,null 
-0x6b80 029627 branch parse_dlci0_reconn_uih_ms_res_spp ,zero 
-0x6b81 029628 branch assert 
-:      029629 parse_dlci0_reconn_uih_ms_res_spp:
-0x6b82 029630 fetch 1 ,mem_spp_state 
-0x6b83 029631 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
-0x6b84 029632 store 1 ,mem_spp_state 
-0x6b85 029633 branch rfcomm_rx_process_end 
-:      029635 parse_uih_reconn:
-0x6b86 029636 fetch 1 ,mem_current_channel 
-0x6b87 029637 fetcht 1 ,mem_remote_spp_channel 
-0x6b88 029638 isub temp ,null 
-0x6b89 029639 branch parse_uih_reconn_spp ,zero 
-0x6b8a 029640 branch assert 
-0x6b8b 029641 branch rfcomm_rx_process_end 
-:      029643 parse_uih_reconn_spp:
-0x6b8c 029644 fetch 1 ,mem_current_frame_type 
-0x6b8d 029645 beq rfcomm_frame_type_ua ,parse_uih_reconn_spp_ua 
-0x6b8e 029646 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
-0x6b8f 029647 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
-0x6b90 029648 beq rfcomm_frame_type_disconn ,parse_uih_reconn_spp_disconn 
-:      029649 parse_uih_reconn_spp_ua:
-0x6b91 029650 fetch 1 ,mem_spp_state 
-0x6b92 029651 set1 rfcomm_channel_state_ua ,pdata 
-0x6b93 029652 store 1 ,mem_spp_state 
-0x6b94 029653 branch rfcomm_rx_process_end 
-:      029654 parse_uih_reconn_spp_sabm:
-0x6b95 029655 branch parse_uih_reconn_spp_sabm 
-:      029656 parse_uih_reconn_spp_disconn:
-0x6b96 029657 branch parse_uih_rp_spp_disconn 
-:      029658 rfcomm_rx_process_end:
-0x6b97 029659 rtn 
-:      029661 rfcomm_send_more_pkt:
-0x6b98 029662 fetch 1 ,mem_rfcomm_send_more_pkt 
-0x6b99 029663 rtn blank 
-0x6b9a 029664 beq more_pkt_msc_cmd_spp ,rfcomm_send_more_pkt_msc_cmd_spp 
-0x6b9b 029665 branch assert 
-:      029667 rfcomm_send_more_pkt_msc_cmd_spp:
-0x6b9c 029668 jam 0 ,mem_rfcomm_send_more_pkt 
-0x6b9d 029669 call l2cap_malloc_rfcomm_channel 
-0x6b9e 029670 arg spp_slave_channel ,temp 
-0x6b9f 029671 fetcht 1 ,mem_pn_dlci 
-0x6ba0 029672 lshift2 temp ,temp 
-:      029673 rfcomm_send_more_pkt_msc_cmd_spp0:
-0x6ba1 029674 or_into 0x03 ,temp 
-0x6ba2 029675 arg 0xaa ,rega 
-0x6ba3 029676 call rfcomm_send_modem_status_cmd 
-0x6ba4 029677 call l2cap_get_rfcomm_tx_buff 
-0x6ba5 029678 copy contw ,contr 
-0x6ba6 029679 ifetch 2 ,contr 
-0x6ba7 029680 branch assert ,blank 
-0x6ba8 029681 rtn 
-:      029683 rfcomm_send_sabm:
-0x6ba9 029684 call l2cap_get_rfcomm_tx_buff 
-0x6baa 029685 setarg 0x0004 
-0x6bab 029686 istore 2 ,contw 
-0x6bac 029687 fetch 2 ,mem_rfcomm_remote_cid 
-0x6bad 029688 istore 2 ,contw 
-0x6bae 029689 fetch 1 ,mem_current_adss 
-0x6baf 029690 istore 1 ,contw 
-0x6bb0 029691 bpatchx patch35_2 ,mem_patch35 
-0x6bb1 029692 setarg 0x013f 
-0x6bb2 029693 istore 2 ,contw 
-0x6bb3 029694 fetch 1 ,mem_current_fcs 
-0x6bb4 029695 istore 1 ,contw 
-0x6bb5 029696 rtn 
-:      029697 rfcomm_send_ua:
-0x6bb6 029698 call l2cap_malloc_rfcomm_channel 
-0x6bb7 029699 call l2cap_get_rfcomm_tx_buff 
-0x6bb8 029700 setarg 0x0004 
-0x6bb9 029701 istore 2 ,contw 
-0x6bba 029702 fetch 2 ,mem_rfcomm_remote_cid 
-0x6bbb 029703 istore 2 ,contw 
-0x6bbc 029704 fetch 1 ,mem_current_adss 
-0x6bbd 029705 istore 1 ,contw 
-0x6bbe 029706 bpatchx patch35_3 ,mem_patch35 
-0x6bbf 029707 setarg 0x0173 
-0x6bc0 029708 istore 2 ,contw 
-0x6bc1 029709 fetch 1 ,mem_current_fcs 
-0x6bc2 029710 istore 1 ,contw 
-0x6bc3 029711 rtn 
-:      029712 rfcomm_send_param_neg_cmd:
-0x6bc4 029713 call l2cap_get_rfcomm_tx_buff 
-0x6bc5 029714 setarg 0x000e 
-0x6bc6 029715 istore 2 ,contw 
-0x6bc7 029716 fetch 2 ,mem_rfcomm_remote_cid 
-0x6bc8 029717 istore 2 ,contw 
-0x6bc9 029718 fetch 1 ,mem_rfcomm_initiator 
-0x6bca 029719 lshift pdata ,pdata 
-0x6bcb 029720 set1 0 ,pdata 
-0x6bcc 029721 istore 1 ,contw 
-0x6bcd 029722 bpatchx patch35_4 ,mem_patch35 
-0x6bce 029723 setarg 0x15ef 
-0x6bcf 029724 istore 2 ,contw 
-0x6bd0 029725 setarg 0x1183 
-0x6bd1 029726 istore 2 ,contw 
-0x6bd2 029727 copy temp ,pdata 
-0x6bd3 029728 istore 1 ,contw 
-0x6bd4 029729 setarg 0x0000f0 
-0x6bd5 029730 istore 3 ,contw 
-0x6bd6 029731 setarg rfcomm_max_frame_size 
-0x6bd7 029732 istore 2 ,contw 
-0x6bd8 029733 setarg 0 
-0x6bd9 029734 istore 1 ,contw 
-0x6bda 029735 setarg 0x01 
-0x6bdb 029736 istore 1 ,contw 
-0x6bdc 029737 call rfcomm_calculate_fcs_dlci0 
-0x6bdd 029738 istore 1 ,contw 
-0x6bde 029739 jam 0x10 ,mem_credit_given 
-0x6bdf 029740 rtn 
-:      029741 rfcomm_send_param_neg_res:
-0x6be0 029742 call l2cap_malloc_rfcomm_channel 
-0x6be1 029743 call l2cap_get_rfcomm_tx_buff 
-0x6be2 029744 setarg 0x000e 
-0x6be3 029745 istore 2 ,contw 
-0x6be4 029746 fetch 2 ,mem_rfcomm_remote_cid 
-0x6be5 029747 istore 2 ,contw 
-0x6be6 029748 fetch 1 ,mem_rfcomm_initiator 
-0x6be7 029749 lshift pdata ,pdata 
-0x6be8 029750 set1 0 ,pdata 
-0x6be9 029751 istore 1 ,contw 
-0x6bea 029752 bpatchx patch35_5 ,mem_patch35 
-0x6beb 029753 setarg 0x15ef 
-0x6bec 029754 istore 2 ,contw 
-0x6bed 029755 setarg 0x1181 
-0x6bee 029756 istore 2 ,contw 
-0x6bef 029757 fetch 1 ,mem_pn_dlci 
-0x6bf0 029758 istore 1 ,contw 
-0x6bf1 029759 setarg 0x0000e0 
-0x6bf2 029760 istore 3 ,contw 
-0x6bf3 029761 fetch 2 ,mem_rfcomm_max_frame_size 
-0x6bf4 029762 istore 2 ,contw 
-0x6bf5 029763 setarg 0x00 
-0x6bf6 029764 istore 1 ,contw 
-0x6bf7 029765 fetch 1 ,mem_rfcomm_credit_init_data 
-0x6bf8 029766 istore 1 ,contw 
-0x6bf9 029767 call rfcomm_calculate_fcs_dlci0 
-0x6bfa 029768 istore 1 ,contw 
-0x6bfb 029769 rtn 
-:      029770 rfcomm_send_modem_status_cmd:
-0x6bfc 029771 call l2cap_get_rfcomm_tx_buff 
-0x6bfd 029772 setarg 0x0008 
-0x6bfe 029773 istore 2 ,contw 
-0x6bff 029774 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c00 029775 istore 2 ,contw 
-0x6c01 029776 fetch 1 ,mem_rfcomm_initiator 
-0x6c02 029777 lshift pdata ,pdata 
-0x6c03 029778 set1 0 ,pdata 
-0x6c04 029779 istore 1 ,contw 
-0x6c05 029780 bpatchx patch35_6 ,mem_patch35 
-0x6c06 029781 setarg 0x09ef 
-0x6c07 029782 istore 2 ,contw 
-0x6c08 029783 setarg 0x05e3 
-0x6c09 029784 istore 2 ,contw 
-0x6c0a 029785 copy temp ,pdata 
-0x6c0b 029786 istore 1 ,contw 
-0x6c0c 029787 setarg 0x8d 
-0x6c0d 029788 istore 1 ,contw 
-0x6c0e 029789 call rfcomm_calculate_fcs_dlci0 
-0x6c0f 029790 istore 1 ,contw 
-0x6c10 029791 rtn 
-:      029793 rfcomm_send_modem_status_res:
-0x6c11 029794 call l2cap_malloc_rfcomm_channel 
-0x6c12 029795 call l2cap_get_rfcomm_tx_buff 
-0x6c13 029796 setarg 0x0008 
-0x6c14 029797 istore 2 ,contw 
-0x6c15 029798 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c16 029799 istore 2 ,contw 
-0x6c17 029800 copy temp ,timeup 
-0x6c18 029801 fetch 1 ,mem_rfcomm_initiator 
-0x6c19 029802 lshift pdata ,pdata 
-0x6c1a 029803 set1 0 ,pdata 
-0x6c1b 029804 istore 1 ,contw 
-0x6c1c 029805 bpatchx patch35_7 ,mem_patch35 
-0x6c1d 029806 setarg 0x09ef 
-0x6c1e 029807 istore 2 ,contw 
-0x6c1f 029808 setarg 0x05e1 
-0x6c20 029809 istore 2 ,contw 
-0x6c21 029810 copy timeup ,pdata 
-0x6c22 029811 istore 1 ,contw 
-0x6c23 029812 setarg 0x8d 
-0x6c24 029813 istore 1 ,contw 
-0x6c25 029814 call rfcomm_calculate_fcs_dlci0 
-0x6c26 029815 istore 1 ,contw 
-0x6c27 029816 rtn 
-:      029818 rfcomm_send_uih_without_payload:
-0x6c28 029819 bpatchx patch36_0 ,mem_patch36 
-0x6c29 029820 fetch 1 ,mem_credit_given 
-0x6c2a 029821 rtn blank 
-0x6c2b 029822 hfetch 2 ,core_uart_rxitems 
-0x6c2c 029823 nrtn blank 
-0x6c2d 029824 copy rega ,pdata 
-0x6c2e 029825 store 1 ,mem_pdatatemp + 1 
-0x6c2f 029826 storet 1 ,mem_pdatatemp 
-0x6c30 029827 call l2cap_malloc_is_fifo_full 
-0x6c31 029828 nrtn blank 
-0x6c32 029829 call l2cap_malloc_rfcomm_channel 
-0x6c33 029830 call l2cap_get_rfcomm_tx_buff 
-0x6c34 029831 setarg 0x05 
-0x6c35 029832 istore 2 ,contw 
-0x6c36 029833 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c37 029834 istore 2 ,contw 
-0x6c38 029835 fetch 1 ,mem_rfcomm_send_adss 
-0x6c39 029836 istore 1 ,contw 
-0x6c3a 029837 setarg 0x01ff 
-0x6c3b 029838 istore 2 ,contw 
-0x6c3c 029839 fetch 1 ,mem_credit_given 
-0x6c3d 029840 istore 1 ,contw 
-0x6c3e 029841 fetch 1 ,mem_hiufcs_spp_wcredits 
-0x6c3f 029842 istore 1 ,contw 
-0x6c40 029843 jam 0 ,mem_credit_given 
-0x6c41 029844 rtn 
-:      029846 rfcomm_increase_credit_given:
-0x6c42 029847 bpatchx patch36_1 ,mem_patch36 
-0x6c43 029848 fetch 1 ,mem_credit_flag 
-0x6c44 029849 rtneq credit_enable 
-0x6c45 029850 fetch 2 ,mem_current_length 
-0x6c46 029851 rtn blank 
-0x6c47 029852 fetch 1 ,mem_credit_given 
-0x6c48 029853 increase 1 ,pdata 
-0x6c49 029854 store 1 ,mem_credit_given 
-0x6c4a 029855 rtn 
-:      029857 spp_process_rx_data:
-0x6c4b 029858 fetch 2 ,mem_cb_receive_spp_data 
-0x6c4c 029859 branch callback_func 
-:      029861 spp_tx_rfcomm_packet:
-0x6c4d 029862 bpatchx patch36_2 ,mem_patch36 
-0x6c4e 029864 fetch 1 ,mem_remote_credits 
-0x6c4f 029865 rtn blank 
-0x6c50 029866 increase -1 ,pdata 
-0x6c51 029867 store 1 ,mem_remote_credits 
-0x6c52 029868 fetch 2 ,mem_pn_max_frame_size 
-0x6c53 029869 fetcht 2 ,mem_current_packet_length 
-0x6c54 029870 isub temp ,null 
-0x6c55 029871 branch ssp_tx_rfcomm_from_uart ,positive 
-0x6c56 029872 store 2 ,mem_current_packet_length 
-:      029873 ssp_tx_rfcomm_from_uart:
-0x6c57 029874 fetch 1 ,mem_credit_given 
-0x6c58 029875 branch ssp_tx_rfcomm_from_uart_without_credit ,blank 
-0x6c59 029876 jam 1 ,mem_rfcomm_send_offset 
-0x6c5a 029877 fetch 1 ,mem_hiufcs_spp_wcredits 
-0x6c5b 029878 store 1 ,mem_rfcomm_send_fcs 
-0x6c5c 029879 setarg rsp_rx_uih_wdata 
-0x6c5d 029880 store 1 ,mem_rfcomm_send_frame_type 
-0x6c5e 029881 branch ssp_tx_rfcomm_from_uart_common 
-:      029882 ssp_tx_rfcomm_from_uart_without_credit:
-0x6c5f 029883 jam 0 ,mem_rfcomm_send_offset 
-0x6c60 029884 fetch 1 ,mem_hiufcs_spp 
-0x6c61 029885 store 1 ,mem_rfcomm_send_fcs 
-0x6c62 029886 setarg rsp_tx_uih 
-0x6c63 029887 store 1 ,mem_rfcomm_send_frame_type 
-:      029888 ssp_tx_rfcomm_from_uart_common:
-0x6c64 029889 bpatchx patch36_3 ,mem_patch36 
-0x6c65 029890 fetch 2 ,mem_current_packet_length 
-0x6c66 029891 sub pdata ,127 ,null 
-0x6c67 029892 branch ssp_tx_rfcomm_from_uart_common0 ,positive 
-0x6c68 029893 fetch 1 ,mem_rfcomm_send_offset 
-0x6c69 029894 increase 1 ,pdata 
-0x6c6a 029895 store 1 ,mem_rfcomm_send_offset 
-:      029896 ssp_tx_rfcomm_from_uart_common0:
-0x6c6b 029897 call get_rfcomm_snd_adss 
-0x6c6c 029898 fetch 2 ,mem_current_packet_length 
-0x6c6d 029899 increase 8 ,pdata 
-0x6c6e 029900 fetcht 1 ,mem_rfcomm_send_offset 
-0x6c6f 029901 iadd temp ,rega 
-0x6c70 029903 call l2cap_malloc 
-0x6c71 029904 store 2 ,mem_rfcomm_tx_buff_ptr 
-0x6c72 029905 increase 4 ,pdata 
-0x6c73 029906 store 2 ,mem_rfcomm_tx_payload_ptr 
-0x6c74 029907 copy pdata ,contw 
-0x6c75 029908 fetch 1 ,mem_rfcomm_send_adss 
-0x6c76 029909 istore 1 ,contw 
-0x6c77 029910 fetch 1 ,mem_rfcomm_send_frame_type 
-0x6c78 029911 istore 1 ,contw 
-0x6c79 029912 call ssp_tx_write_length 
-0x6c7a 029913 call ssp_tx_write_given_credit 
-0x6c7b 029914 bpatchx patch36_4 ,mem_patch36 
-0x6c7c 029915 fetch 2 ,mem_nl_rx_data_src 
-0x6c7d 029916 copy pdata ,contru 
-0x6c7e 029917 fetch 2 ,mem_current_packet_length 
-0x6c7f 029918 copy pdata ,loopcnt 
-0x6c80 029919 call uart_copy_rx_bytes_fast 
-0x6c81 029920 copy contw ,temp 
-0x6c82 029921 copy contru ,pdata 
-0x6c83 029922 store 2 ,mem_nl_rx_data_src 
-0x6c84 029923 copy temp ,contw 
-0x6c85 029924 fetch 1 ,mem_rfcomm_send_fcs 
-0x6c86 029925 istore 1 ,contw 
-0x6c87 029926 fetch 2 ,mem_rfcomm_tx_buff_ptr 
-0x6c88 029927 copy pdata ,contw 
-0x6c89 029928 fetch 2 ,mem_current_packet_length 
-0x6c8a 029929 fetcht 1 ,mem_rfcomm_send_offset 
-0x6c8b 029930 iadd temp ,pdata 
-0x6c8c 029931 increase 4 ,pdata 
-0x6c8d 029932 istore 2 ,contw 
-0x6c8e 029933 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c8f 029934 istore 2 ,contw 
-0x6c90 029935 jam 0 ,mem_credit_given 
-0x6c91 029936 fetch 2 ,mem_nl_rx_len_all 
-0x6c92 029937 beq 0 ,module_hci_command_tx_spp_tx_complete 
-0x6c93 029938 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x6c94 029939 rtn 
-:      029941 ssp_tx_write_length:
-0x6c95 029942 bpatchx patch36_5 ,mem_patch36 
-0x6c96 029943 fetch 2 ,mem_current_packet_length 
-0x6c97 029944 sub pdata ,0x7f ,null 
-0x6c98 029945 nbranch ssp_tx_write_long_packet ,positive 
-0x6c99 029946 lshift pdata ,pdata 
-0x6c9a 029947 set1 0 ,pdata 
-0x6c9b 029948 istore 1 ,contw 
-0x6c9c 029949 rtn 
-:      029950 ssp_tx_write_long_packet:
-0x6c9d 029951 fetch 2 ,mem_current_packet_length 
-0x6c9e 029952 rshift3 pdata ,pdata 
-0x6c9f 029953 rshift4 pdata ,temp 
-0x6ca0 029954 and_into 0x7f ,pdata 
-0x6ca1 029955 lshift pdata ,pdata 
-0x6ca2 029956 set0 0 ,pdata 
-0x6ca3 029957 istore 1 ,contw 
-0x6ca4 029958 istoret 1 ,contw 
-0x6ca5 029959 rtn 
-:      029960 ssp_tx_write_given_credit:
-0x6ca6 029961 fetch 1 ,mem_credit_given 
-0x6ca7 029962 rtn blank 
-0x6ca8 029963 istore 1 ,contw 
-0x6ca9 029964 rtn 
-:      029969 scheduler_process:
-0x6caa 029970 bpatchx patch36_6 ,mem_patch36 
-0x6cab 029971 call check_51cmd 
-0x6cac 029972 call app_process_bb_event 
-0x6cad 029973 call process_conn_sm 
-0x6cae 029975 bpatchx patch36_7 ,mem_patch36 
-0x6caf 029976 call sp_calc_sequence 
-0x6cb0 029977 call simple_pairing_sequence 
-0x6cb1 029978 call master_simple_paring_sequence 
-0x6cb2 029981 call l2cap_malloc_is_fifo_full 
-0x6cb3 029982 nrtn blank 
-0x6cb4 029984 call l2cap_call_proc_sigal_pending 
-0x6cb5 029985 call l2cap_malloc_is_fifo_full 
-0x6cb6 029986 nrtn blank 
-0x6cb7 029987 bpatchx patch37_0 ,mem_patch37 
-0x6cb8 029989 call process_upper_sm 
-0x6cb9 029990 call l2cap_send_config_req 
-0x6cba 029991 call rfcomm_send_more_pkt 
-:      029992 scheduler_process0:
-0x6cbb 029993 call scheduler_tx_disconnect_hid 
-0x6cbc 029994 bpatchx patch37_1 ,mem_patch37 
-0x6cbd 029997 branch app_process_bt 
-:      029999 scheduler_tx_disconnect_hid:
-0x6cbe 030000 fetch 1 ,mem_control_tasks 
-0x6cbf 030001 bbit1 l2cap_disconnect_interrupt ,l2cap_disconnect_interrupt_req 
-0x6cc0 030002 bbit1 l2cap_disconnect_control ,l2cap_disconnect_control_req 
-0x6cc1 030003 rtn 
-:      030005 scheduler_tx_l2cap_pkt:
-0x6cc2 030006 bpatchx patch37_2 ,mem_patch37 
-0x6cc3 030007 call l2cap_malloc_is_fifo_empty 
-0x6cc4 030008 rtn blank 
-0x6cc5 030009 fetch 1 ,mem_op 
-0x6cc6 030010 rtnbit1 op_txl2cap 
-0x6cc7 030011 call l2cap_malloc_fifo_out 
-0x6cc8 030012 store 2 ,mem_txptr 
-0x6cc9 030013 copy pdata ,contr 
-0x6cca 030014 ifetch 2 ,contr 
-0x6ccb 030015 increase 4 ,pdata 
-0x6ccc 030016 store 2 ,mem_tx_len 
-0x6ccd 030017 jam 6 ,mem_tx_lch 
-0x6cce 030018 bpatchx patch37_3 ,mem_patch37 
-0x6ccf 030019 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x6cd0 030020 branch scheduler_tx_l2cap_start_pkt ,blank 
-0x6cd1 030021 fetch 1 ,mem_op 
-0x6cd2 030022 rtnbit0 op_pkt_comp 
-0x6cd3 030023 set0 op_pkt_comp ,pdata 
-0x6cd4 030024 store 1 ,mem_op 
-0x6cd5 030025 jam 5 ,mem_tx_lch 
-0x6cd6 030026 fetcht 2 ,mem_l2cap_tx_multi_offset 
-0x6cd7 030027 fetch 2 ,mem_txptr 
-0x6cd8 030028 iadd temp ,pdata 
-0x6cd9 030029 store 2 ,mem_txptr 
-0x6cda 030030 fetch 2 ,mem_tx_len 
-0x6cdb 030031 isub temp ,pdata 
-0x6cdc 030032 store 2 ,mem_tx_len 
-:      030033 scheduler_tx_l2cap_start_pkt:
-0x6cdd 030034 bpatchx patch37_4 ,mem_patch37 
-0x6cde 030035 fetch 2 ,mem_tx_len 
-0x6cdf 030036 branch assert ,blank 
-0x6ce0 030037 arg l2cap_max_pkt_len ,temp 
-0x6ce1 030038 isub temp ,pdata 
-0x6ce2 030039 nbranch scheduler_tx_l2cap_last_pkt ,positive 
-0x6ce3 030040 bpatchx patch37_5 ,mem_patch37 
-0x6ce4 030041 storet 2 ,mem_tx_len 
-0x6ce5 030042 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x6ce6 030043 iadd temp ,pdata 
-0x6ce7 030044 store 2 ,mem_l2cap_tx_multi_offset 
-0x6ce8 030045 branch scheduler_tx_l2cap_pkt_end 
-:      030046 scheduler_tx_l2cap_last_pkt:
-0x6ce9 030047 setarg 0 
-0x6cea 030048 store 2 ,mem_l2cap_tx_multi_offset 
-:      030049 scheduler_tx_l2cap_pkt_end:
-0x6ceb 030050 fetch 1 ,mem_op 
-0x6cec 030051 set1 op_txl2cap ,pdata 
-0x6ced 030052 store 1 ,mem_op 
-0x6cee 030053 rtn 
-:      030055 scheduler_start_upper_sm:
-0x6cef 030056 fetch 1 ,mem_ui_profile_supported 
-0x6cf0 030057 bbit1 support_hid ,scheduler_start_upper_sm_hid 
-0x6cf1 030058 jam uppersm_reconn_sdp_conn ,mem_upper_sm_reconn 
-0x6cf2 030059 rtn 
-:      030060 scheduler_start_upper_sm_hid:
-0x6cf3 030061 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
-0x6cf4 030062 rtn 
-:      030064 process_upper_sm:
-0x6cf5 030065 fetch 1 ,memui_reconnect_mode 
-0x6cf6 030066 nbranch process_upper_sm_reconn ,blank 
-:      030067 process_upper_sm_remote_page:
-0x6cf7 030068 fetch 1 ,mem_upper_sm_remote_page 
-0x6cf8 030070 rtn blank 
-0x6cf9 030072 jam 0 ,mem_upper_sm_remote_page 
-:      030073 process_upper_sm_rp_wait:
-0x6cfa 030074 rtn 
-:      030077 process_upper_sm_reconn:
-0x6cfb 030078 bpatchx patch37_6 ,mem_patch37 
-0x6cfc 030079 fetch 1 ,mem_upper_sm_reconn 
-0x6cfd 030080 rtn blank 
-0x6cfe 030081 beq uppersm_reconn_sdp_conn ,process_upper_sm_reconn_sdp_conn 
-0x6cff 030082 beq uppersm_reconn_sdp_conn_wait ,process_upper_sm_reconn_sdp_conn_wait 
-0x6d00 030083 beq uppersm_reconn_sdp_cfg ,process_upper_sm_reconn_sdp_cfg 
-0x6d01 030084 beq uppersm_reconn_sdp_cfg_wait ,process_upper_sm_reconn_sdp_cfg_wait 
-0x6d02 030085 beq uppersm_reconn_ss_spp ,process_upper_sm_reconn_ss_spp 
-0x6d03 030086 beq uppersm_reconn_ss_spp_wait ,process_upper_sm_reconn_ss_spp_wait 
-0x6d04 030087 beq uppersm_reconn_sdp_disconn ,process_upper_sm_reconn_sdp_disconn 
-0x6d05 030088 beq uppersm_reconn_sdp_disconn_wait ,process_upper_sm_reconn_sdp_disconn_wait 
-0x6d06 030089 beq uppersm_reconn_hid_ctrl_conn ,process_upper_sm_reconn_hid_ctrl_conn 
-0x6d07 030090 beq uppersm_reconn_hid_ctrl_conn_wait ,process_upper_sm_reconn_hid_ctrl_conn_wait 
-0x6d08 030091 beq uppersm_reconn_hid_ctrl_cfg ,process_upper_sm_reconn_hid_ctrl_cfg 
-0x6d09 030092 beq uppersm_reconn_hid_ctrl_cfg_wait ,process_upper_sm_reconn_hid_ctrl_cfg_wait 
-0x6d0a 030093 beq uppersm_reconn_hid_int_conn ,process_upper_sm_reconn_hid_int_conn 
-0x6d0b 030094 beq uppersm_reconn_hid_int_conn_wait ,process_upper_sm_reconn_hid_int_conn_wait 
-0x6d0c 030095 beq uppersm_reconn_hid_int_cfg ,process_upper_sm_reconn_hid_int_cfg 
-0x6d0d 030096 beq uppersm_reconn_hid_int_cfg_wait ,process_upper_sm_reconn_hid_int_cfg_wait 
-0x6d0e 030097 beq uppersm_reconn_rfcomm_conn ,process_upper_sm_reconn_rfcomm_conn 
-0x6d0f 030098 beq uppersm_reconn_rfcomm_conn_wait ,process_upper_sm_reconn_rfcomm_conn_wait 
-0x6d10 030099 beq uppersm_reconn_rfcomm_cfg ,process_upper_sm_reconn_rfcomm_cfg 
-0x6d11 030100 beq uppersm_reconn_rfcomm_cfg_wait ,process_upper_sm_reconn_rfcomm_cfg_wait 
-0x6d12 030101 beq uppersm_reconn_rfcomm_sabm ,process_upper_sm_reconn_rfcomm_sabm 
-0x6d13 030102 beq uppersm_reconn_rfcomm_sabm_wait ,process_upper_sm_reconn_rfcomm_sabm_wait 
-0x6d14 030103 beq uppersm_reconn_spp_cmd_pn ,process_upper_sm_reconn_spp_cmd_pn 
-0x6d15 030104 beq uppersm_reconn_spp_cmd_pn_wait ,process_upper_sm_reconn_spp_cmd_pn_wait 
-0x6d16 030105 beq uppersm_reconn_spp_sabm ,process_upper_sm_reconn_spp_sabm 
-0x6d17 030106 beq uppersm_reconn_spp_sabm_wait ,process_upper_sm_reconn_spp_sabm_wait 
-0x6d18 030107 beq uppersm_reconn_spp_cmd_ms ,process_upper_sm_reconn_spp_cmd_ms 
-0x6d19 030108 beq uppersm_reconn_spp_cmd_ms_wait ,process_upper_sm_reconn_spp_cmd_ms_wait 
-:      030109 process_upper_sm_reconn_wait:
-0x6d1a 030110 rtn 
-:      030111 process_upper_sm_reconn_sdp_conn:
-0x6d1b 030112 call upper_sm_send_sdp_conn 
-0x6d1c 030113 jam uppersm_reconn_sdp_conn_wait ,mem_upper_sm_reconn 
-0x6d1d 030114 fetch 1 ,mem_sdp_state 
-0x6d1e 030115 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d1f 030116 store 1 ,mem_sdp_state 
-0x6d20 030117 rtn 
-:      030118 process_upper_sm_reconn_sdp_cfg:
-0x6d21 030119 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
-0x6d22 030120 fetch 1 ,mem_sdp_state 
-0x6d23 030121 rtnbit1 l2cap_channel_state_snd_cfg_req 
-0x6d24 030122 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
-0x6d25 030123 call upper_sm_send_sdp_cfg 
-0x6d26 030124 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
-0x6d27 030125 fetch 1 ,mem_sdp_state 
-0x6d28 030126 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d29 030127 store 1 ,mem_sdp_state 
-0x6d2a 030128 rtn 
-:      030129 process_upper_sm_reconn_ss_spp:
-0x6d2b 030130 call l2cap_malloc_is_fifo_empty 
-0x6d2c 030131 nrtn blank 
-0x6d2d 030132 call upper_sm_send_ss_spp 
-0x6d2e 030133 jam uppersm_reconn_ss_spp_wait ,mem_upper_sm_reconn 
-0x6d2f 030134 rtn 
-:      030135 process_upper_sm_reconn_sdp_disconn:
-0x6d30 030136 call upper_sm_send_sdp_disconn 
-0x6d31 030137 jam uppersm_reconn_sdp_disconn_wait ,mem_upper_sm_reconn 
-0x6d32 030138 rtn 
-:      030139 process_upper_sm_reconn_hid_ctrl_conn:
-0x6d33 030140 call upper_sm_send_hid_ctrl_conn 
-0x6d34 030141 jam uppersm_reconn_hid_ctrl_conn_wait ,mem_upper_sm_reconn 
-0x6d35 030142 fetch 1 ,mem_hid_control_state 
-0x6d36 030143 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d37 030144 store 1 ,mem_hid_control_state 
-0x6d38 030145 rtn 
-:      030146 process_upper_sm_reconn_hid_ctrl_cfg:
-0x6d39 030147 call upper_sm_send_hid_ctrl_cfg 
-0x6d3a 030148 jam uppersm_reconn_hid_ctrl_cfg_wait ,mem_upper_sm_reconn 
-0x6d3b 030149 fetch 1 ,mem_hid_control_state 
-0x6d3c 030150 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d3d 030151 store 1 ,mem_hid_control_state 
-0x6d3e 030152 rtn 
-:      030153 process_upper_sm_reconn_hid_int_conn:
-0x6d3f 030154 call upper_sm_send_hid_int_conn 
-0x6d40 030155 jam uppersm_reconn_hid_int_conn_wait ,mem_upper_sm_reconn 
-0x6d41 030156 fetch 1 ,mem_hid_interrupt_state 
-0x6d42 030157 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d43 030158 store 1 ,mem_hid_interrupt_state 
-0x6d44 030159 rtn 
-:      030160 process_upper_sm_reconn_hid_int_cfg:
-0x6d45 030161 call upper_sm_send_hid_int_cfg 
-0x6d46 030162 jam uppersm_reconn_hid_int_cfg_wait ,mem_upper_sm_reconn 
-0x6d47 030163 fetch 1 ,mem_hid_interrupt_state 
-0x6d48 030164 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d49 030165 store 1 ,mem_hid_interrupt_state 
-0x6d4a 030166 rtn 
-:      030167 process_upper_sm_reconn_rfcomm_conn:
-0x6d4b 030168 call upper_sm_send_rfcomm_conn 
-0x6d4c 030169 jam uppersm_reconn_rfcomm_conn_wait ,mem_upper_sm_reconn 
-0x6d4d 030170 fetch 1 ,mem_rfcomm_state 
-0x6d4e 030171 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d4f 030172 store 1 ,mem_rfcomm_state 
-0x6d50 030173 rtn 
-:      030174 process_upper_sm_reconn_rfcomm_cfg:
-0x6d51 030175 call upper_sm_send_rfcomm_cfg 
-0x6d52 030176 jam uppersm_reconn_rfcomm_cfg_wait ,mem_upper_sm_reconn 
-0x6d53 030177 fetch 1 ,mem_rfcomm_state 
-0x6d54 030178 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d55 030179 store 1 ,mem_rfcomm_state 
-0x6d56 030180 rtn 
-:      030181 process_upper_sm_reconn_rfcomm_sabm:
-0x6d57 030182 call upper_sm_send_rfcomm_sabm 
-0x6d58 030183 jam uppersm_reconn_rfcomm_sabm_wait ,mem_upper_sm_reconn 
-0x6d59 030184 fetch 1 ,mem_rfcomm_state 
-0x6d5a 030185 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
-0x6d5b 030186 store 1 ,mem_rfcomm_state 
-0x6d5c 030187 rtn 
-:      030188 process_upper_sm_reconn_spp_cmd_pn:
-0x6d5d 030189 call upper_sm_send_spp_cmd_pn 
-0x6d5e 030190 fetch 1 ,mem_spp_state 
-0x6d5f 030191 set1 rfcomm_channel_state_pn_cmd 
-0x6d60 030192 store 1 ,mem_spp_state 
-0x6d61 030193 jam uppersm_reconn_spp_cmd_pn_wait ,mem_upper_sm_reconn 
-0x6d62 030194 rtn 
-:      030195 process_upper_sm_reconn_spp_sabm:
-0x6d63 030196 call upper_sm_send_spp_sabm 
-0x6d64 030197 fetch 1 ,mem_spp_state 
-0x6d65 030198 set1 rfcomm_channel_state_sabm 
-0x6d66 030199 store 1 ,mem_spp_state 
-0x6d67 030200 jam uppersm_reconn_spp_sabm_wait ,mem_upper_sm_reconn 
-0x6d68 030201 fetch 1 ,mem_remote_spp_channel 
-0x6d69 030202 lshift3 pdata ,pdata 
-0x6d6a 030203 or_into 3 ,pdata 
-0x6d6b 030204 arg mem_hiufcs_spp ,temp 
-0x6d6c 030205 storet 2 ,mem_contw_temp 
-0x6d6d 030206 branch rfcomm_save_fcs_uih 
-:      030207 process_upper_sm_reconn_spp_cmd_ms:
-0x6d6e 030208 call upper_sm_send_spp_cmd_ms 
-0x6d6f 030209 fetch 1 ,mem_spp_state 
-0x6d70 030210 set1 rfcomm_channel_state_snd_ms_cmd 
-0x6d71 030211 store 1 ,mem_spp_state 
-0x6d72 030212 jam uppersm_reconn_spp_cmd_ms_wait ,mem_upper_sm_reconn 
-0x6d73 030213 rtn 
-:      030215 process_upper_sm_reconn_sdp_conn_wait:
-0x6d74 030216 fetch 1 ,mem_sdp_state 
-0x6d75 030217 rtnbit0 l2cap_channel_state_conn_res 
-0x6d76 030218 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
-0x6d77 030219 branch process_upper_sm_reconn 
-:      030220 process_upper_sm_reconn_sdp_cfg_wait:
-0x6d78 030221 fetch 1 ,mem_sdp_state 
-0x6d79 030222 rtnne l2cap_channel_setup_complete 
-0x6d7a 030223 jam uppersm_reconn_ss_spp ,mem_upper_sm_reconn 
-:      030224 process_upper_sm_reconn_ss_spp_wait:
-0x6d7b 030225 fetch 1 ,mem_message_to_uppersm 
-0x6d7c 030226 rtnne recieve_ss_reasult_hf 
-0x6d7d 030227 jam 0 ,mem_message_to_uppersm 
-0x6d7e 030228 jam uppersm_reconn_sdp_disconn ,mem_upper_sm_reconn 
-0x6d7f 030229 branch process_upper_sm_reconn 
-:      030230 process_upper_sm_reconn_sdp_disconn_wait:
-0x6d80 030231 fetch 1 ,mem_sdp_state 
-0x6d81 030232 nrtn blank 
-0x6d82 030233 fetch 1 ,mem_ui_profile_supported 
-0x6d83 030234 bbit1 support_hid ,process_upper_sm_reconn_setup_hid 
-0x6d84 030235 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
-0x6d85 030236 branch process_upper_sm_reconn_termination 
-:      030237 process_upper_sm_reconn_hid_ctrl_conn_wait:
-0x6d86 030238 fetch 1 ,mem_hid_control_state 
-0x6d87 030239 rtnbit0 l2cap_channel_state_conn_res 
-0x6d88 030240 jam uppersm_reconn_hid_ctrl_cfg ,mem_upper_sm_reconn 
-0x6d89 030241 branch process_upper_sm_reconn 
-:      030242 process_upper_sm_reconn_hid_ctrl_cfg_wait:
-0x6d8a 030243 fetch 1 ,mem_hid_control_state 
-0x6d8b 030244 rtnne l2cap_channel_setup_complete 
-0x6d8c 030245 jam uppersm_reconn_hid_int_conn ,mem_upper_sm_reconn 
-0x6d8d 030246 branch process_upper_sm_reconn 
-:      030247 process_upper_sm_reconn_hid_int_conn_wait:
-0x6d8e 030248 fetch 1 ,mem_hid_interrupt_state 
-0x6d8f 030249 rtnbit0 l2cap_channel_state_conn_res 
-0x6d90 030250 jam uppersm_reconn_hid_int_cfg ,mem_upper_sm_reconn 
-0x6d91 030251 branch process_upper_sm_reconn 
-:      030252 process_upper_sm_reconn_hid_int_cfg_wait:
-0x6d92 030253 fetch 1 ,mem_hid_interrupt_state 
-0x6d93 030254 rtnne l2cap_channel_setup_complete 
-0x6d94 030255 fetch 1 ,mem_ui_profile_supported 
-0x6d95 030256 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
-0x6d96 030257 branch process_upper_sm_reconn_termination 
-:      030258 process_upper_sm_reconn_rfcomm_conn_wait:
-0x6d97 030259 fetch 1 ,mem_rfcomm_state 
-0x6d98 030260 rtnbit0 l2cap_channel_state_conn_res 
-0x6d99 030261 jam uppersm_reconn_rfcomm_cfg ,mem_upper_sm_reconn 
-0x6d9a 030262 branch process_upper_sm_reconn 
-:      030263 process_upper_sm_reconn_rfcomm_cfg_wait:
-0x6d9b 030264 fetch 1 ,mem_rfcomm_state 
-0x6d9c 030265 rtnne l2cap_channel_setup_complete 
-0x6d9d 030266 jam uppersm_reconn_rfcomm_sabm ,mem_upper_sm_reconn 
-0x6d9e 030267 branch process_upper_sm_reconn 
-:      030268 process_upper_sm_reconn_rfcomm_sabm_wait:
-0x6d9f 030269 fetch 1 ,mem_rfcomm_state 
-0x6da0 030270 rtnne l2cap_channel_rfcomm_dlci0_opened 
-0x6da1 030271 fetch 1 ,mem_ui_profile_supported 
-0x6da2 030272 bbit1 support_spp ,process_upper_sm_reconn_setup_spp 
-0x6da3 030273 branch process_upper_sm_reconn_termination 
-:      030274 process_upper_sm_reconn_spp_cmd_pn_wait:
-0x6da4 030275 fetch 1 ,mem_spp_state 
-0x6da5 030276 rtnbit0 rfcomm_channel_state_pn_res 
-0x6da6 030277 jam uppersm_reconn_spp_sabm ,mem_upper_sm_reconn 
-0x6da7 030278 branch process_upper_sm_reconn 
-:      030279 process_upper_sm_reconn_spp_sabm_wait:
-0x6da8 030280 fetch 1 ,mem_spp_state 
-0x6da9 030281 rtnbit0 rfcomm_channel_state_ua 
-0x6daa 030282 jam uppersm_reconn_spp_cmd_ms ,mem_upper_sm_reconn 
-0x6dab 030283 branch process_upper_sm_reconn 
-:      030284 process_upper_sm_reconn_spp_cmd_ms_wait:
-0x6dac 030285 fetch 1 ,mem_spp_state 
-0x6dad 030286 rtnne rfcomm_channel_setup_complete 
-0x6dae 030287 branch process_upper_sm_reconn_termination 
-:      030289 process_upper_sm_reconn_setup_hid:
-0x6daf 030290 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
-0x6db0 030291 branch process_upper_sm_reconn 
-:      030293 process_upper_sm_reconn_setup_rfcomm:
-0x6db1 030294 jam uppersm_reconn_rfcomm_conn ,mem_upper_sm_reconn 
-0x6db2 030295 branch process_upper_sm_reconn 
-:      030296 process_upper_sm_reconn_setup_spp:
-0x6db3 030297 jam uppersm_reconn_spp_cmd_pn ,mem_upper_sm_reconn 
-0x6db4 030298 branch process_upper_sm_reconn 
-:      030302 process_upper_sm_reconn_termination:
-0x6db5 030303 jam 0 ,mem_upper_sm_reconn 
-0x6db6 030304 rtn 
-:      030305 upper_sm_send_sdp_conn:
-0x6db7 030306 bpatchx patch37_7 ,mem_patch37 
-0x6db8 030307 call l2cap_malloc_signal_channel 
-0x6db9 030308 setarg psm_sdp 
-0x6dba 030309 copy pdata ,temp 
-0x6dbb 030310 setarg l2cap_sdp_channel 
-0x6dbc 030311 copy pdata ,timeup 
-0x6dbd 030312 branch ml2cap_send_signal_connect_req 
-:      030314 upper_sm_send_sdp_cfg:
-0x6dbe 030315 bpatchx patch38_0 ,mem_patch38 
-0x6dbf 030316 call l2cap_malloc_signal_channel 
-0x6dc0 030317 fetch 2 ,mem_sdp_remote_cid 
-0x6dc1 030318 copy pdata ,temp 
-0x6dc2 030319 branch ml2cap_send_signal_config_req 
-:      030321 upper_sm_send_sdp_disconn:
-0x6dc3 030322 bpatchx patch38_1 ,mem_patch38 
-0x6dc4 030323 call l2cap_malloc_signal_channel 
-0x6dc5 030324 fetch 2 ,mem_sdp_remote_cid 
-0x6dc6 030325 copy pdata ,temp 
-0x6dc7 030326 arg l2cap_sdp_channel ,timeup 
-0x6dc8 030327 call ml2cap_send_signal_disconn_req 
-0x6dc9 030328 fetch 1 ,mem_sdp_state 
-0x6dca 030329 set0 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x6dcb 030330 store 1 ,mem_sdp_state 
-0x6dcc 030331 rtn 
-:      030333 upper_sm_send_ss_spp:
-0x6dcd 030334 bpatchx patch38_2 ,mem_patch38 
-0x6dce 030335 call l2cap_malloc_sdp_channel 
-0x6dcf 030336 call sdp_send_spp_request 
-0x6dd0 030337 branch msdp_send_req_done 
-:      030339 upper_sm_send_rfcomm_conn:
-0x6dd1 030340 bpatchx patch38_3 ,mem_patch38 
-0x6dd2 030341 call l2cap_malloc_signal_channel 
-0x6dd3 030342 setarg psm_rfcomm 
-0x6dd4 030343 copy pdata ,temp 
-0x6dd5 030344 setarg l2cap_rfcomm_channel 
-0x6dd6 030345 copy pdata ,timeup 
-0x6dd7 030346 branch ml2cap_send_signal_connect_req 
-:      030348 upper_sm_send_rfcomm_cfg:
-0x6dd8 030349 bpatchx patch38_4 ,mem_patch38 
-0x6dd9 030350 call l2cap_malloc_signal_channel 
-0x6dda 030351 fetch 2 ,mem_rfcomm_remote_cid 
-0x6ddb 030352 copy pdata ,temp 
-0x6ddc 030353 branch ml2cap_send_signal_config_req 
-:      030355 upper_sm_send_hid_ctrl_conn:
-0x6ddd 030356 bpatchx patch38_5 ,mem_patch38 
-0x6dde 030357 call l2cap_malloc_signal_channel 
-0x6ddf 030358 setarg psm_hid_control 
-0x6de0 030359 copy pdata ,temp 
-0x6de1 030360 setarg l2cap_hid_control_channel 
-0x6de2 030361 copy pdata ,timeup 
-0x6de3 030362 branch ml2cap_send_signal_connect_req 
-:      030364 upper_sm_send_hid_ctrl_cfg:
-0x6de4 030365 bpatchx patch38_6 ,mem_patch38 
-0x6de5 030366 call l2cap_malloc_signal_channel 
-0x6de6 030367 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x6de7 030368 copy pdata ,temp 
-0x6de8 030369 branch ml2cap_send_signal_config_req 
-:      030371 upper_sm_send_hid_int_conn:
-0x6de9 030372 bpatchx patch38_7 ,mem_patch38 
-0x6dea 030373 call l2cap_malloc_signal_channel 
-0x6deb 030374 setarg psm_hid_interrupt 
-0x6dec 030375 copy pdata ,temp 
-0x6ded 030376 setarg l2cap_hid_interrupt_channel 
-0x6dee 030377 copy pdata ,timeup 
-0x6def 030378 branch ml2cap_send_signal_connect_req 
-:      030380 upper_sm_send_hid_int_cfg:
-0x6df0 030381 bpatchx patch39_0 ,mem_patch39 
-0x6df1 030382 call l2cap_malloc_signal_channel 
-0x6df2 030383 fetch 2 ,mem_hid_int_remote_cid 
-0x6df3 030384 copy pdata ,temp 
-0x6df4 030385 branch ml2cap_send_signal_config_req 
-:      030387 upper_sm_send_rfcomm_sabm:
-0x6df5 030388 bpatchx patch39_1 ,mem_patch39 
-0x6df6 030389 call l2cap_malloc_rfcomm_channel 
-0x6df7 030391 jam 3 ,mem_current_adss 
-0x6df8 030392 jam 0x1c ,mem_current_fcs 
-0x6df9 030393 call rfcomm_send_sabm 
-0x6dfa 030394 jam 1 ,mem_rfcomm_initiator 
-0x6dfb 030395 rtn 
-:      030397 upper_sm_send_spp_cmd_pn:
-0x6dfc 030398 bpatchx patch39_2 ,mem_patch39 
-0x6dfd 030399 call l2cap_malloc_rfcomm_channel 
-0x6dfe 030400 fetcht 1 ,mem_remote_spp_channel 
-0x6dff 030401 call channel_to_dlci 
-0x6e00 030402 storet 1 ,mem_pn_dlci 
-0x6e01 030403 branch rfcomm_send_param_neg_cmd 
-:      030405 upper_sm_send_spp_sabm:
-0x6e02 030406 bpatchx patch39_3 ,mem_patch39 
-0x6e03 030407 call l2cap_malloc_rfcomm_channel 
-0x6e04 030408 fetcht 1 ,mem_pn_dlci 
-0x6e05 030409 call dlci_to_address_cmd 
-0x6e06 030410 call rfcomm_calculate_fcs_sabm 
-0x6e07 030411 store 1 ,mem_current_fcs 
-0x6e08 030412 fetcht 1 ,mem_pn_dlci 
-0x6e09 030413 call dlci_to_address_cmd 
-0x6e0a 030414 storet 1 ,mem_current_adss 
-0x6e0b 030415 branch rfcomm_send_sabm 
-:      030417 upper_sm_send_spp_cmd_ms:
-0x6e0c 030418 bpatchx patch39_4 ,mem_patch39 
-0x6e0d 030419 call l2cap_malloc_rfcomm_channel 
-0x6e0e 030420 fetcht 1 ,mem_pn_dlci 
-0x6e0f 030421 call dlci_to_address_cmd 
-0x6e10 030422 branch rfcomm_send_modem_status_cmd 
-:      030435 sdp_process:
-0x6e11 030436 bpatchx patch39_5 ,mem_patch39 
-0x6e12 030437 fetch 2 ,mem_l2cap_payload_ptr 
-0x6e13 030438 iforce contr 
-0x6e14 030441 ifetch 1 ,contr 
-0x6e15 030442 copy pdata ,regb 
-0x6e16 030443 store 1 ,mem_sdp_pduid 
-0x6e17 030444 ifetch 2 ,contr 
-0x6e18 030445 store 2 ,mem_sdp_transactionid 
-0x6e19 030446 ifetch 1 ,contr 
-0x6e1a 030447 lshift8 pdata ,timeup 
-0x6e1b 030448 ifetch 1 ,contr 
-0x6e1c 030449 iadd timeup ,timeup 
-0x6e1d 030450 bpatchx patch39_6 ,mem_patch39 
-0x6e1e 030451 copy contr ,temp 
-0x6e1f 030452 arg 4 ,loopcnt 
-0x6e20 030453 arg mem_sdp_handle_list ,contw 
-0x6e21 030454 call memset0 
-0x6e22 030455 copy temp ,contr 
-0x6e23 030456 deposit regb 
-0x6e24 030457 beq sdp_error_res ,sdp_process_error_res 
-0x6e25 030458 beq sdp_search_req ,sdp_process_ss_req 
-0x6e26 030459 beq sdp_search_res ,sdp_process_ss_res 
-0x6e27 030460 beq sdp_attribute_req ,sdp_process_sa_req 
-0x6e28 030461 beq sdp_attribute_res ,sdp_process_sa_res 
-0x6e29 030462 beq sdp_searchattrib_req ,sdp_process_ssa_req 
-0x6e2a 030463 beq sdp_searchattrib_res ,sdp_process_ssa_res 
-0x6e2b 030464 branch sdp_insufficient_resource 
-:      030475 sdp_process_ss_req:
-0x6e2c 030476 bpatchx patch39_7 ,mem_patch39 
-0x6e2d 030477 call ask_serviceclassid 
-0x6e2e 030478 compare 1 ,temp ,0xff 
-0x6e2f 030479 branch ss_empty_rsp ,true 
-0x6e30 030480 compare 0xff ,temp ,0xff 
-0x6e31 030481 branch sdp_invalid_request_syntax ,true 
-0x6e32 030483 ifetch 2 ,contr 
-0x6e33 030484 store 2 ,mem_sdp_record_maxcnt 
-0x6e34 030485 increase -2 ,timeup 
-0x6e35 030487 increase -1 ,timeup 
-0x6e36 030488 nbranch sdp_invalid_pdu_size ,zero 
-0x6e37 030489 arg mem_sdp_uuid_search_ptr ,timeup 
-0x6e38 030490 ifetch 2 ,timeup 
-0x6e39 030491 rtn blank 
-0x6e3a 030492 call search_all_uuid 
-0x6e3b 030493 call l2cap_get_sdp_tx_payload 
-0x6e3c 030494 force 3 ,pdata 
-0x6e3d 030495 istore 1 ,contw 
-0x6e3e 030496 fetch 2 ,mem_sdp_transactionid 
-0x6e3f 030497 istore 2 ,contw 
-0x6e40 030498 lshift2 queue ,pdata 
-0x6e41 030499 add pdata ,5 ,pdata 
-0x6e42 030500 add pdata ,5 ,regc 
-0x6e43 030501 byteswap pdata ,pdata 
-0x6e44 030502 istore 2 ,contw 
-0x6e45 030503 deposit queue 
-0x6e46 030504 byteswap pdata ,pdata 
-0x6e47 030505 istore 2 ,contw 
-0x6e48 030506 istore 2 ,contw 
-0x6e49 030507 arg mem_sdp_handle_list ,contr 
-0x6e4a 030508 copy queue ,loopcnt 
-0x6e4b 030509 branch ss_req_blank ,zero 
-:      030510 ss_req_loop:
-0x6e4c 030511 ifetch 4 ,contr 
-0x6e4d 030512 istore 4 ,contw 
-0x6e4e 030513 loop ss_req_loop 
-:      030514 ss_req_blank:
-0x6e4f 030515 force 0 ,pdata 
-0x6e50 030516 istore 1 ,contw 
-0x6e51 030517 deposit regc 
-0x6e52 030518 store 2 ,mem_sdp_tx_pkt_length 
-0x6e53 030520 rtn 
-:      030531 sdp_process_sa_req:
-0x6e54 030532 bpatchx patch3a_0 ,mem_patch3a 
-0x6e55 030533 ifetch 4 ,contr 
-0x6e56 030534 store 4 ,mem_sdp_record_handle 
-0x6e57 030535 increase -4 ,timeup 
-0x6e58 030536 call sdp_store_maxbyte 
-0x6e59 030537 store 2 ,mem_sdp_attribute_maxbyte 
-0x6e5a 030538 increase -2 ,timeup 
-0x6e5b 030539 call dataelementtype6 
-0x6e5c 030540 branch sdp_invalid_request_syntax ,zero 
-0x6e5d 030541 compare 5 ,rega ,0xff 
-0x6e5e 030543 branch sa_judge_wholerange ,true 
-:      030544 sa_isnot_wholerange:
-0x6e5f 030545 arg mem_sdp_attrib_list ,contw 
-0x6e60 030546 force 0 ,queue 
-0x6e61 030547 branch sa_req_loop 
-:      030548 sa_judge_wholerange:
-0x6e62 030549 ifetch 1 ,contr 
-0x6e63 030550 bne sdp_attribute_range ,sdp_invalid_request_syntax 
-0x6e64 030551 ifetch 2 ,contr 
-0x6e65 030552 nbranch sa_judge_wholerange_false1 ,blank 
-0x6e66 030553 ifetch 1 ,contr 
-0x6e67 030554 bne 0xff ,sa_judge_wholerange_false2 
-0x6e68 030555 ifetch 1 ,contr 
-0x6e69 030556 bne 0xff ,sa_judge_wholerange_false3 
-0x6e6a 030557 branch sa_req_all 
-:      030558 sa_judge_wholerange_false3:
-0x6e6b 030559 increase -5 ,contr 
-0x6e6c 030560 branch sa_isnot_wholerange 
-:      030561 sa_judge_wholerange_false2:
-0x6e6d 030562 increase -4 ,contr 
-0x6e6e 030563 branch sa_isnot_wholerange 
-:      030564 sa_judge_wholerange_false1:
-0x6e6f 030565 increase -3 ,contr 
-0x6e70 030566 branch sa_isnot_wholerange 
-:      030567 sa_req_loop:
-0x6e71 030568 ifetch 1 ,contr 
-0x6e72 030569 beq sdp_attribute_id ,sa_req_one_id 
-0x6e73 030570 beq sdp_attribute_range ,sa_req_range 
-:      030571 sa_req_range:
-0x6e74 030572 ifetch 2 ,contr 
-0x6e75 030573 istore 2 ,contw 
-0x6e76 030574 increase 1 ,queue 
-0x6e77 030575 byteswap pdata ,regb 
-0x6e78 030576 ifetch 2 ,contr 
-0x6e79 030577 byteswap pdata ,pdata 
-:      030578 sa_req_range_id_increase:
-0x6e7a 030579 increase 1 ,regb 
-0x6e7b 030580 isub regb ,null 
-0x6e7c 030581 nbranch sa_req_range_id_finish ,positive 
-0x6e7d 030582 copy pdata ,regc 
-0x6e7e 030583 byteswap regb ,pdata 
-0x6e7f 030584 istore 2 ,contw 
-0x6e80 030585 increase 1 ,queue 
-0x6e81 030586 copy regc ,pdata 
-0x6e82 030587 branch sa_req_range_id_increase 
-:      030588 sa_req_range_id_finish:
-0x6e83 030589 increase -5 ,timeup 
-0x6e84 030590 increase -5 ,rega 
-0x6e85 030591 branch sa_req_check_next_id 
-:      030592 sa_req_one_id:
-0x6e86 030593 ifetch 2 ,contr 
-0x6e87 030594 istore 2 ,contw 
-0x6e88 030595 increase 1 ,queue 
-0x6e89 030596 increase -3 ,timeup 
-0x6e8a 030597 increase -3 ,rega 
-:      030598 sa_req_check_next_id:
-0x6e8b 030599 nbranch sdp_invalid_request_syntax ,positive 
-0x6e8c 030600 nbranch sa_req_loop ,zero 
-0x6e8d 030601 increase -1 ,timeup 
-0x6e8e 030602 nbranch sdp_invalid_request_syntax ,zero 
-0x6e8f 030604 call l2cap_get_sdp_tx_payload 
-0x6e90 030605 increase 10 ,contw 
-0x6e91 030606 arg mem_sdp_attrib_list ,rega 
-:      030607 sa_req_handle_attributelist_next:
-0x6e92 030608 copy queue ,pdata 
-0x6e93 030609 branch sa_req_handle_attributelist_end ,blank 
-0x6e94 030610 ifetch 2 ,rega 
-0x6e95 030611 branch sa_req_handle_attributelist_end ,blank 
-0x6e96 030612 iforce regb 
-0x6e97 030613 fetch 4 ,mem_sdp_record_handle 
-0x6e98 030614 iforce temp 
-0x6e99 030615 call search_handle_attrib 
-0x6e9a 030616 copy contr ,pdata 
-0x6e9b 030617 branch sa_req_handle_attributelist_notfound ,blank 
-0x6e9c 030618 increase -3 ,contr 
-0x6e9d 030619 ifetch 3 ,contr 
-0x6e9e 030620 istore 3 ,contw 
-0x6e9f 030621 call sdp_data_len 
-0x6ea0 030622 iforce loopcnt 
-0x6ea1 030623 call memcpy 
-:      030624 sa_req_handle_attributelist_notfound:
-0x6ea2 030625 increase 2 ,rega 
-0x6ea3 030626 increase -1 ,queue 
-0x6ea4 030627 branch sa_req_handle_attributelist_next 
-:      030629 sa_req_handle_attributelist_end:
-0x6ea5 030630 arg sdp_attribute_res ,rega 
-0x6ea6 030631 call ssa_req_range_lastfreg_common 
-0x6ea7 030632 fetch 2 ,mem_sdp_tx_pkt_length 
-0x6ea8 030633 beq 11 ,sa_empty_rsp 
-0x6ea9 030634 branch ssa_req_range_attrbutes_length_no_continue 
-:      030637 sdp_store_continue_common:
-0x6eaa 030638 ifetch 1 ,contr 
-0x6eab 030639 beq 0 ,sdp_store_continue_0byte 
-0x6eac 030640 beq 1 ,sdp_store_continue_1byte 
-0x6ead 030641 beq 2 ,sdp_store_continue_2byte 
-:      030642 sdp_store_continue_0byte:
-0x6eae 030643 increase -1 ,timeup 
-0x6eaf 030644 branch sdp_store_continue_end 
-:      030645 sdp_store_continue_1byte:
-0x6eb0 030646 ifetch 1 ,contr 
-0x6eb1 030647 increase -2 ,timeup 
-0x6eb2 030648 branch sdp_store_continue_end 
-:      030649 sdp_store_continue_2byte:
-0x6eb3 030650 ifetch 2 ,contr 
-0x6eb4 030651 byteswap pdata ,pdata 
-0x6eb5 030652 increase -3 ,timeup 
-:      030653 sdp_store_continue_end:
-0x6eb6 030654 store 2 ,mem_sdp_continue_byte 
-0x6eb7 030655 rtn 
-:      030657 sa_req_all:
-0x6eb8 030658 increase -5 ,timeup 
-0x6eb9 030659 call sdp_store_continue_common 
-0x6eba 030660 nbranch sdp_invalid_pdu_size ,zero 
-0x6ebb 030661 fetcht 4 ,mem_sdp_record_handle 
-0x6ebc 030662 call search_handle 
-0x6ebd 030663 nbranch sdp_invalid_service_record_handle ,zero 
-0x6ebe 030664 copy contr ,rega 
-0x6ebf 030665 call l2cap_get_sdp_tx_payload 
-0x6ec0 030666 copy rega ,contr 
-0x6ec1 030667 increase 3 ,contw 
-0x6ec2 030668 copy contr ,timeup 
-0x6ec3 030669 call sdp_get_data 
-0x6ec4 030670 copy pdata ,rega 
-0x6ec5 030672 fetch 2 ,mem_sdp_continue_byte 
-0x6ec6 030673 copy pdata ,regb 
-0x6ec7 030674 copy rega ,pdata 
-0x6ec8 030675 isub regb ,regb 
-0x6ec9 030676 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6eca 030677 isub regb ,null 
-0x6ecb 030678 nbranch sa_req_all_fragment_sdp ,positive 
-0x6ecc 030680 disable user 
-0x6ecd 030681 fetch 2 ,mem_sdp_continue_byte 
-0x6ece 030682 branch sa_req_all_fisrt_fragment ,blank 
-0x6ecf 030683 iadd timeup ,contr 
-0x6ed0 030684 increase 3 ,regb 
-0x6ed1 030685 copy regb ,loopcnt 
-0x6ed2 030686 copy loopcnt ,pdata 
-0x6ed3 030687 increase 3 ,pdata 
-0x6ed4 030688 byteswap pdata ,pdata 
-0x6ed5 030689 istore 2 ,contw 
-0x6ed6 030690 copy loopcnt ,pdata 
-0x6ed7 030691 byteswap pdata ,pdata 
-0x6ed8 030692 istore 2 ,contw 
-0x6ed9 030693 branch sa_req_all_answer_attributelist_full_loop 
-:      030694 sa_req_all_fisrt_fragment:
-0x6eda 030695 add rega ,6 ,loopcnt 
-0x6edb 030696 branch sa_req_all_parlength_continue_byte ,user 
-0x6edc 030697 byteswap loopcnt ,pdata 
-0x6edd 030698 branch sa_req_all_parlength_continue_byte_end 
-:      030699 sa_req_all_parlength_continue_byte:
-0x6ede 030700 copy loopcnt ,pdata 
-0x6edf 030701 increase 2 ,pdata 
-0x6ee0 030702 byteswap pdata ,pdata 
-:      030703 sa_req_all_parlength_continue_byte_end:
-0x6ee1 030704 istore 2 ,contw 
-0x6ee2 030705 increase -3 ,loopcnt 
-0x6ee3 030706 byteswap loopcnt ,pdata 
-0x6ee4 030707 istore 2 ,contw 
-0x6ee5 030708 copy timeup ,contr 
-0x6ee6 030709 branch sa_req_all_answer_attributelist_full_loop 
-:      030710 sa_req_all_fragment_sdp:
-0x6ee7 030711 enable user 
-0x6ee8 030713 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6ee9 030714 copy pdata ,rega 
-0x6eea 030715 copy rega ,loopcnt 
-0x6eeb 030716 fetch 2 ,mem_sdp_continue_byte 
-0x6eec 030717 branch sa_req_all_fisrt_fragment ,blank 
-0x6eed 030718 iadd timeup ,contr 
-0x6eee 030719 copy rega ,pdata 
-0x6eef 030720 increase 5 ,pdata 
-0x6ef0 030721 byteswap pdata ,pdata 
-0x6ef1 030722 istore 2 ,contw 
-0x6ef2 030723 copy rega ,pdata 
-0x6ef3 030724 byteswap pdata ,pdata 
-0x6ef4 030725 istore 2 ,contw 
-:      030726 sa_req_all_answer_attributelist_full_loop:
-0x6ef5 030727 call memcpy 
-0x6ef6 030728 nbranch sa_req_all_last_frag_continue ,user 
-0x6ef7 030729 force 2 ,pdata 
-0x6ef8 030730 istore 1 ,contw 
-0x6ef9 030731 copy contr ,pdata 
-0x6efa 030732 isub timeup ,pdata 
-0x6efb 030733 byteswap pdata ,pdata 
-0x6efc 030734 istore 2 ,contw 
-0x6efd 030735 branch sa_req_all_frag_end 
-:      030736 sa_req_all_last_frag_continue:
-0x6efe 030737 force 0 ,pdata 
-0x6eff 030738 istore 1 ,contw 
-:      030739 sa_req_all_frag_end:
-0x6f00 030740 arg sdp_attribute_res ,rega 
-0x6f01 030741 branch ssa_req_range_common 
-:      030752 sdp_process_ssa_req:
-0x6f02 030753 bpatchx patch3a_1 ,mem_patch3a 
-0x6f03 030754 call ask_serviceclassid 
-0x6f04 030755 compare 0xff ,temp ,0xff 
-0x6f05 030756 branch sdp_invalid_request_syntax ,true 
-0x6f06 030757 call sdp_store_maxbyte 
-0x6f07 030758 store 2 ,mem_sdp_attribute_maxbyte 
-0x6f08 030759 increase -2 ,timeup 
-0x6f09 030760 call dataelementtype6 
-0x6f0a 030761 arg mem_sdp_attrib_list ,contw 
-0x6f0b 030762 force 0 ,queue 
-:      030763 ssa_req_loop:
-0x6f0c 030764 ifetch 1 ,contr 
-0x6f0d 030765 beq sdp_attribute_range ,ssa_req_range 
-0x6f0e 030766 ifetch 2 ,contr 
-0x6f0f 030767 istore 2 ,contw 
-0x6f10 030768 increase 1 ,queue 
-0x6f11 030769 increase -3 ,timeup 
-0x6f12 030770 increase -3 ,rega 
-0x6f13 030771 nbranch sdp_invalid_request_syntax ,positive 
-0x6f14 030772 nbranch ssa_req_loop ,zero 
-0x6f15 030773 increase -1 ,timeup 
-0x6f16 030774 nbranch sdp_invalid_request_syntax ,zero 
-0x6f17 030775 call l2cap_get_sdp_tx_payload 
-0x6f18 030776 increase 13 ,contw 
-0x6f19 030777 fetch 2 ,mem_sdp_uuid_search_ptr 
-0x6f1a 030778 iforce regc 
-0x6f1b 030779 arg mem_sdp_attrib_list ,rega 
-:      030780 ssa_req_attributelist_next:
-0x6f1c 030781 ifetch 2 ,rega 
-0x6f1d 030782 branch ssa_req_attributelist_end ,blank 
-0x6f1e 030783 iforce regb 
-0x6f1f 030784 call search_attrib 
-0x6f20 030785 branch ssa_req_attributelist_notfound ,blank 
-0x6f21 030786 increase -3 ,contr 
-0x6f22 030787 ifetch 3 ,contr 
-0x6f23 030788 istore 3 ,contw 
-0x6f24 030789 call sdp_data_len 
-0x6f25 030790 iforce loopcnt 
-0x6f26 030791 call memcpy 
-:      030792 ssa_req_attributelist_notfound:
-0x6f27 030793 increase 2 ,rega 
-0x6f28 030794 branch ssa_req_attributelist_next 
-:      030796 ssa_req_attributelist_end:
-0x6f29 030797 call ssa_req_range_lastfreg 
-0x6f2a 030798 fetch 2 ,mem_sdp_tx_pkt_length 
-0x6f2b 030799 beq 14 ,ssa_empty_rsp 
-0x6f2c 030800 call ssa_req_range_attrbutes_length_no_continue 
-0x6f2d 030801 branch ssa_req_range_attrbutes_length_no_continue 
-:      030804 sdp_store_maxbyte:
-0x6f2e 030805 ifetch 2 ,contr 
-0x6f2f 030806 byteswap pdata ,pdata 
-0x6f30 030807 increase -3 ,pdata 
-0x6f31 030808 arg 200 ,temp 
-0x6f32 030809 isub temp ,null 
-0x6f33 030810 nrtn positive 
-0x6f34 030811 setarg 200 
-0x6f35 030812 rtn 
-:      030815 ssa_req_range:
-0x6f36 030816 increase 4 ,contr 
-0x6f37 030817 increase -5 ,timeup 
-0x6f38 030818 increase -5 ,rega 
-0x6f39 030819 nbranch sdp_invalid_request_syntax ,zero 
-0x6f3a 030820 call sdp_store_continue_common 
-0x6f3b 030821 nbranch sdp_invalid_pdu_size ,zero 
-0x6f3c 030822 arg mem_sdp_uuid_search_ptr ,timeup 
-0x6f3d 030823 call search_all_uuid 
-0x6f3e 030824 deposit queue 
-0x6f3f 030825 branch ssa_empty_rsp ,blank 
-0x6f40 030826 store 1 ,mem_handle_humber 
-0x6f41 030828 copy regb ,pdata 
-0x6f42 030829 store 2 ,mem_sdp_all_length 
-0x6f43 030830 arg 0 ,queue 
-0x6f44 030831 arg 0 ,rega 
-0x6f45 030832 call l2cap_get_sdp_tx_payload 
-0x6f46 030833 increase 10 ,contw 
-:      030834 ssa_req_range_find_handle:
-0x6f47 030835 call ssa_req_range_get_length 
-0x6f48 030836 nbranch assert ,user 
-0x6f49 030837 copy contr ,timeup 
-0x6f4a 030838 copy pdata ,regc 
-0x6f4b 030839 iadd rega ,rega 
-0x6f4c 030842 fetch 2 ,mem_sdp_continue_byte 
-0x6f4d 030843 copy pdata ,regb 
-0x6f4e 030844 branch ssa_req_range_first_freg ,blank 
-:      030845 ssa_req_range_later_freg_with_continue:
-0x6f4f 030846 copy rega ,pdata 
-0x6f50 030847 isub regb ,regb 
-0x6f51 030848 branch ssa_req_range_next_handle ,zero 
-0x6f52 030849 nbranch ssa_req_range_next_handle ,positive 
-0x6f53 030850 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6f54 030851 isub regb ,null 
-0x6f55 030852 branch ssa_req_range_maxbyte_with_continue ,zero 
-0x6f56 030853 nbranch ssa_req_range_maxbyte_with_continue ,positive 
-:      030856 ssa_req_range_send_not_maxbyte:
-0x6f57 030857 copy regb ,loopcnt 
-0x6f58 030858 call ssa_req_range_maxbyte_with_continue_cpy 
-0x6f59 030859 fetch 1 ,mem_handle_humber 
-0x6f5a 030860 increase 1 ,queue 
-0x6f5b 030861 isub queue ,null 
-0x6f5c 030862 branch ssa_req_range_lastfreg ,zero 
-0x6f5d 030863 branch ssa_req_range_freg_with_continue 
-:      030865 ssa_req_range_maxbyte_with_continue:
-0x6f5e 030866 copy pdata ,loopcnt 
-0x6f5f 030867 call ssa_req_range_maxbyte_with_continue_cpy 
-0x6f60 030868 branch ssa_req_range_freg_with_continue 
-:      030870 ssa_req_range_maxbyte_with_continue_cpy:
-0x6f61 030871 increase -3 ,contw 
-0x6f62 030872 copy loopcnt ,temp 
-0x6f63 030873 copy regc ,pdata 
-0x6f64 030874 isub regb ,pdata 
-0x6f65 030875 iadd timeup ,contr 
-0x6f66 030876 branch memcpy 
-:      030878 ssa_req_range_next_handle:
-0x6f67 030879 fetch 1 ,mem_handle_humber 
-0x6f68 030880 increase 1 ,queue 
-0x6f69 030881 isub queue ,null 
-0x6f6a 030882 rtn zero 
-0x6f6b 030883 branch ssa_req_range_find_handle 
-:      030885 ssa_req_range_get_length:
-0x6f6c 030886 call disable_user 
-0x6f6d 030887 arg mem_sdp_handle_list ,contr 
-0x6f6e 030888 lshift2 queue ,pdata 
-0x6f6f 030889 iadd contr ,contr 
-0x6f70 030890 ifetcht 4 ,contr 
-0x6f71 030891 call search_handle 
-0x6f72 030892 nrtn zero 
-0x6f73 030893 call sdp_data_len 
-0x6f74 030894 branch enable_user 
-:      030896 ssa_req_range_first_freg:
-0x6f75 030897 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6f76 030898 isub rega ,null 
-0x6f77 030899 nbranch ssa_req_range_firstfreg_maxbyte_with_continue ,positive 
-0x6f78 030900 copy rega ,loopcnt 
-0x6f79 030901 copy loopcnt ,temp 
-0x6f7a 030902 copy timeup ,contr 
-0x6f7b 030903 call memcpy 
-0x6f7c 030904 fetch 2 ,mem_sdp_all_length 
-0x6f7d 030905 isub rega ,null 
-0x6f7e 030906 branch ssa_req_range_freg_no_continue ,zero 
-:      030907 ssa_req_range_firstfreg_not_maxbyte_with_continue:
-0x6f7f 030908 call ssa_req_range_freg_with_continue 
-0x6f80 030909 branch ssa_req_range_attrbutes_length 
-:      030911 ssa_req_range_freg_no_continue:
-0x6f81 030912 call ssa_req_range_lastfreg 
-0x6f82 030913 branch ssa_req_range_attrbutes_length 
-:      030915 ssa_req_range_lastfreg:
-0x6f83 030916 arg sdp_searchattrib_res ,rega 
-:      030917 ssa_req_range_lastfreg_common:
-0x6f84 030918 force 0 ,pdata 
-0x6f85 030919 istore 1 ,contw 
-0x6f86 030920 call ssa_req_range_common 
-0x6f87 030921 fetcht 2 ,mem_sdp_tx_pkt_length 
-0x6f88 030922 increase -5 ,temp 
-0x6f89 030923 byteswap temp ,pdata 
-0x6f8a 030924 istore 2 ,contw 
-0x6f8b 030925 increase -3 ,temp 
-0x6f8c 030926 byteswap temp ,pdata 
-0x6f8d 030927 istore 2 ,contw 
-0x6f8e 030928 rtn 
-:      030930 ssa_req_range_firstfreg_maxbyte_with_continue:
-0x6f8f 030931 copy pdata ,loopcnt 
-0x6f90 030932 copy loopcnt ,temp 
-0x6f91 030933 copy timeup ,contr 
-0x6f92 030934 call memcpy 
-0x6f93 030935 call ssa_req_range_freg_with_continue 
-:      030936 ssa_req_range_attrbutes_length:
-0x6f94 030937 setarg 0x36 
-0x6f95 030938 istore 1 ,contw 
-0x6f96 030939 fetch 2 ,mem_sdp_all_length 
-0x6f97 030940 byteswap pdata ,pdata 
-0x6f98 030941 istore 2 ,contw 
-0x6f99 030942 rtn 
-:      030944 ssa_req_range_attrbutes_length_no_continue:
-0x6f9a 030945 setarg 0x36 
-0x6f9b 030946 istore 1 ,contw 
-0x6f9c 030947 increase -3 ,temp 
-0x6f9d 030948 byteswap temp ,pdata 
-0x6f9e 030949 istore 2 ,contw 
-0x6f9f 030950 rtn 
-:      030952 ssa_req_range_freg_with_continue:
-0x6fa0 030953 arg sdp_searchattrib_res ,rega 
-0x6fa1 030954 setarg 2 
-0x6fa2 030955 istore 1 ,contw 
-0x6fa3 030956 fetch 2 ,mem_sdp_continue_byte 
-0x6fa4 030957 iadd temp ,temp 
-0x6fa5 030958 byteswap temp ,pdata 
-0x6fa6 030959 istore 2 ,contw 
-0x6fa7 030960 call ssa_req_range_common 
-0x6fa8 030961 fetcht 2 ,mem_sdp_tx_pkt_length 
-0x6fa9 030962 increase -5 ,temp 
-0x6faa 030963 byteswap temp ,pdata 
-0x6fab 030964 istore 2 ,contw 
-0x6fac 030965 increase -5 ,temp 
-0x6fad 030966 byteswap temp ,pdata 
-0x6fae 030967 istore 2 ,contw 
-0x6faf 030968 rtn 
-:      030970 ssa_req_range_common:
-0x6fb0 030971 fetch 2 ,mem_sdp_tx_payload_ptr 
-0x6fb1 030972 isub contw ,pdata 
-0x6fb2 030973 sub pdata ,0 ,pdata 
-0x6fb3 030974 store 2 ,mem_sdp_tx_pkt_length 
-0x6fb4 030975 call l2cap_get_sdp_tx_payload 
-0x6fb5 030976 copy rega ,pdata 
-0x6fb6 030977 istore 1 ,contw 
-0x6fb7 030978 fetch 2 ,mem_sdp_transactionid 
-0x6fb8 030979 istore 2 ,contw 
-0x6fb9 030980 rtn 
-:      030993 sdp_process_ssa_res:
-:      030994 sdp_process_ss_res:
-:      030995 sdp_process_sa_res:
-:      030996 sdp_process_error_res:
-0x6fba 030997 rtn 
-:      031030 sdp_invalid_service_record_handle:
-0x6fbb 031031 setarg 0x0200 
-0x6fbc 031032 store 2 ,mem_sdp_error_code 
-0x6fbd 031033 branch sdp_error_response 
-:      031034 sdp_invalid_pdu_size:
-0x6fbe 031035 setarg 0x0400 
-0x6fbf 031036 store 2 ,mem_sdp_error_code 
-0x6fc0 031037 branch sdp_error_response 
-:      031038 sdp_insufficient_resource:
-0x6fc1 031039 setarg 0x0600 
-0x6fc2 031040 store 2 ,mem_sdp_error_code 
-0x6fc3 031041 branch sdp_error_response 
-:      031042 sdp_invalid_request_syntax:
-0x6fc4 031043 setarg 0x0300 
-0x6fc5 031044 store 2 ,mem_sdp_error_code 
-:      031045 sdp_error_response:
-0x6fc6 031046 call l2cap_get_sdp_tx_payload 
-0x6fc7 031047 istore 1 ,contw 
-0x6fc8 031048 fetch 2 ,mem_sdp_transactionid 
-0x6fc9 031049 istore 2 ,contw 
-0x6fca 031050 setarg 0x0200 
-0x6fcb 031051 istore 2 ,contw 
-0x6fcc 031052 fetch 2 ,mem_sdp_error_code 
-0x6fcd 031053 istore 2 ,contw 
-0x6fce 031054 jam 7 ,mem_sdp_tx_pkt_length 
-0x6fcf 031055 rtn 
-:      031060 ask_serviceclassid:
-0x6fd0 031061 arg 0 ,regb 
-0x6fd1 031062 force 0 ,temp 
-0x6fd2 031063 arg mem_sdp_uuid_search_ptr ,contw 
-0x6fd3 031064 call dataelementtype6 
-0x6fd4 031065 branch asksrv_error ,zero 
-:      031066 classidloop:
-0x6fd5 031067 increase 1 ,regb 
-0x6fd6 031068 ifetch 1 ,contr 
-0x6fd7 031069 increase -1 ,rega 
-0x6fd8 031070 increase -1 ,timeup 
-0x6fd9 031071 compare 0x18 ,pdata ,0xf8 
-0x6fda 031072 nbranch asksrv_error ,true 
-0x6fdb 031073 compare 0x04 ,pdata ,0x07 
-0x6fdc 031074 nbranch cmp032 ,true 
-0x6fdd 031075 force 1 ,temp 
-:      031076 skip2bytes:
-0x6fde 031077 ifetch 1 ,contr 
-0x6fdf 031078 increase -1 ,rega 
-0x6fe0 031079 increase -1 ,timeup 
-0x6fe1 031080 bne 0x00 ,frstbwrong 
-0x6fe2 031081 ifetch 1 ,contr 
-0x6fe3 031082 increase -1 ,rega 
-0x6fe4 031083 increase -1 ,timeup 
-0x6fe5 031084 beq 0x00 ,cmpuuid 
-0x6fe6 031085 branch scndbwrong 
-:      031086 frstbwrong:
-0x6fe7 031087 increase 1 ,contr 
-0x6fe8 031088 increase -1 ,rega 
-0x6fe9 031089 increase -1 ,timeup 
-:      031090 scndbwrong:
-0x6fea 031091 increase 2 ,contr 
-0x6feb 031092 increase -2 ,rega 
-0x6fec 031093 increase -2 ,timeup 
-0x6fed 031094 compare 0x00 ,temp ,0xff 
-0x6fee 031095 branch loopornot ,true 
-0x6fef 031096 increase 12 ,contr 
-0x6ff0 031097 increase -12 ,rega 
-0x6ff1 031098 increase -12 ,timeup 
-0x6ff2 031099 branch loopornot 
-:      031100 cmp032:
-0x6ff3 031101 compare 0x02 ,pdata ,0x07 
-0x6ff4 031102 nbranch cmp016 ,true 
-0x6ff5 031103 branch skip2bytes 
-:      031104 cmp016:
-0x6ff6 031105 compare 0x01 ,pdata ,0x07 
-0x6ff7 031106 nbranch asksrv_error ,true 
-:      031107 cmpuuid:
-0x6ff8 031108 increase -2 ,rega 
-0x6ff9 031109 increase -2 ,timeup 
-0x6ffa 031110 ifetch 2 ,contr 
-0x6ffb 031111 sub regb ,4 ,null 
-0x6ffc 031112 branch uuidsize ,zero 
-0x6ffd 031113 istore 2 ,contw 
-:      031114 uuidsize:
-0x6ffe 031115 compare 0x00 ,temp ,0xff 
-0x6fff 031116 branch loopornot ,true 
-0x7000 031117 copy contr ,temp 
-0x7001 031118 ifetch 1 ,contr 
-0x7002 031119 bne 0x00 ,wrong12b 
-0x7003 031120 ifetch 1 ,contr 
-0x7004 031121 bne 0x00 ,wrong12b 
-0x7005 031122 ifetch 1 ,contr 
-0x7006 031123 bne 0x10 ,wrong12b 
-0x7007 031124 ifetch 1 ,contr 
-0x7008 031125 bne 0x00 ,wrong12b 
-0x7009 031126 ifetch 1 ,contr 
-0x700a 031127 bne 0x80 ,wrong12b 
-0x700b 031128 ifetch 1 ,contr 
-0x700c 031129 bne 0x00 ,wrong12b 
-0x700d 031130 ifetch 1 ,contr 
-0x700e 031131 bne 0x00 ,wrong12b 
-0x700f 031132 ifetch 1 ,contr 
-0x7010 031133 bne 0x80 ,wrong12b 
-0x7011 031134 ifetch 1 ,contr 
-0x7012 031135 bne 0x5f ,wrong12b 
-0x7013 031136 ifetch 1 ,contr 
-0x7014 031137 bne 0x9b ,wrong12b 
-0x7015 031138 ifetch 1 ,contr 
-0x7016 031139 bne 0x34 ,wrong12b 
-0x7017 031140 ifetch 1 ,contr 
-0x7018 031141 beq 0xfb ,chck12dn 
-:      031142 wrong12b:
-0x7019 031143 copy temp ,contr 
-:      031144 wrong12b1:
-0x701a 031145 increase 12 ,contr 
-0x701b 031146 force 0x00 ,queue 
-0x701c 031147 force 0x00 ,temp 
-0x701d 031148 branch chck12dn 
-:      031150 chck12dn:
-0x701e 031151 increase -12 ,timeup 
-0x701f 031152 increase -12 ,rega 
-:      031153 loopornot:
-0x7020 031154 force 0x00 ,temp 
-0x7021 031155 compare 0x00 ,rega ,0xff 
-0x7022 031156 nbranch classidloop ,true 
-0x7023 031157 force 0 ,pdata 
-0x7024 031158 istore 2 ,contw 
-0x7025 031159 rtn 
-:      031160 asksrv_error:
-0x7026 031161 arg 0xff ,temp 
-0x7027 031162 rtn 
-:      031172 dataelementtype6:
-0x7028 031173 bpatchx patch3a_4 ,mem_patch3a 
-0x7029 031174 ifetch 1 ,contr 
-0x702a 031175 increase -1 ,timeup 
-0x702b 031176 compare 0x30 ,pdata ,0xf8 
-0x702c 031177 nbranch dsize_error ,true 
-0x702d 031178 compare 0x07 ,pdata ,0x07 
-0x702e 031179 branch dsize32 ,true 
-0x702f 031180 compare 0x06 ,pdata ,0x07 
-0x7030 031181 branch dsize16 ,true 
-0x7031 031182 compare 0x05 ,pdata ,0x07 
-0x7032 031183 nbranch dsize_error ,true 
-0x7033 031185 ifetch 1 ,contr 
-0x7034 031186 copy pdata ,rega 
-0x7035 031187 increase -1 ,timeup 
-0x7036 031188 branch dsize 
-:      031189 dsize32:
-0x7037 031190 increase 2 ,contr 
-0x7038 031191 increase -2 ,timeup 
-:      031192 dsize16:
-0x7039 031193 ifetch 2 ,contr 
-0x703a 031194 byteswap pdata ,rega 
-0x703b 031195 increase -2 ,timeup 
-:      031196 dsize:
-0x703c 031197 force 0x01 ,pdata 
-0x703d 031198 rtn 
-:      031199 dsize_error:
-0x703e 031200 force 0x00 ,pdata 
-0x703f 031201 rtn 
-:      031211 ss_empty_rsp:
-0x7040 031212 setarg sdp_search_res 
-0x7041 031213 store 1 ,mem_sdp_pduid 
-0x7042 031214 branch empty_response 
-:      031215 sa_empty_rsp:
-0x7043 031216 setarg sdp_attribute_res 
-0x7044 031217 store 1 ,mem_sdp_pduid 
-0x7045 031218 branch empty_response 
-:      031219 ssa_empty_rsp:
-0x7046 031220 setarg sdp_searchattrib_res 
-0x7047 031221 store 1 ,mem_sdp_pduid 
-:      031222 empty_response:
-0x7048 031223 call l2cap_get_sdp_tx_payload 
-0x7049 031226 fetch 1 ,mem_sdp_pduid 
-0x704a 031227 copy pdata ,regb 
-0x704b 031228 istore 1 ,contw 
-0x704c 031229 fetch 2 ,mem_sdp_transactionid 
-0x704d 031230 istore 2 ,contw 
-0x704e 031231 setarg 0x0500 
-0x704f 031232 istore 2 ,contw 
-0x7050 031233 compare sdp_attribute_res ,regb ,0xff 
-0x7051 031234 branch fullsearch ,true 
-0x7052 031235 compare sdp_searchattrib_res ,regb ,0xff 
-0x7053 031236 branch fullsearch ,true 
-0x7054 031237 setarg 0x000000 
-0x7055 031238 istore 5 ,contw 
-0x7056 031239 branch outempty 
-:      031241 fullsearch:
-0x7057 031242 setarg 0x350200 
-0x7058 031243 istore 5 ,contw 
-:      031244 outempty:
-0x7059 031245 jam 10 ,mem_sdp_tx_pkt_length 
-0x705a 031246 rtn 
-:      031249 sdp_data_len:
-0x705b 031250 call store_contw 
-0x705c 031251 call store_contr 
-0x705d 031252 call sdp_get_data 
-0x705e 031253 call get_contw 
-0x705f 031254 call get_contr 
-0x7060 031255 copy temp ,pdata 
-0x7061 031256 rtn 
-:      031259 sdp_get_data:
-0x7062 031260 ifetch 1 ,contr 
-0x7063 031261 and pdata ,0x7 ,loopcnt 
-0x7064 031262 rshift3 pdata ,pdata 
-0x7065 031263 bne 0 ,sdp_get_data_type_not0 
-:      031264 sdp_get_data_type0:
-0x7066 031265 force 1 ,pdata 
-0x7067 031266 force 1 ,temp 
-0x7068 031267 rtn 
-:      031269 sdp_get_data_type_not0_sizeindex01234:
-0x7069 031270 call left_shift_n 
-0x706a 031271 add pdata ,1 ,temp 
-0x706b 031272 rtn 
-:      031273 sdp_get_data_type_not0:
-0x706c 031274 deposit loopcnt 
-0x706d 031275 sub pdata ,4 ,null 
-0x706e 031276 branch sdp_get_data_type_not0_sizeindex01234 ,positive 
-0x706f 031277 beq 5 ,sdp_get_data_type_not0_sizeindex5 
-0x7070 031278 beq 6 ,sdp_get_data_type_not0_sizeindex6 
-0x7071 031279 beq 7 ,sdp_get_data_type_not0_sizeindex7 
-0x7072 031280 rtn 
-:      031282 sdp_get_data_type_not0_sizeindex5:
-0x7073 031283 ifetch 1 ,contr 
-0x7074 031284 add pdata ,2 ,temp 
-0x7075 031285 rtn 
-:      031286 sdp_get_data_type_not0_sizeindex6:
-0x7076 031287 ifetch 2 ,contr 
-0x7077 031288 byteswap pdata ,pdata 
-0x7078 031289 add pdata ,3 ,temp 
-0x7079 031290 rtn 
-:      031291 sdp_get_data_type_not0_sizeindex7:
-0x707a 031292 ifetch 2 ,contr 
-0x707b 031293 byteswap pdata ,pdata 
-0x707c 031294 ifetcht 2 ,contr 
-0x707d 031295 byteswap temp ,temp 
-0x707e 031296 lshift16 temp ,temp 
-0x707f 031297 iadd temp ,pdata 
-0x7080 031298 add pdata ,5 ,temp 
-0x7081 031299 rtn 
-:      031305 search_all_uuid:
-0x7082 031306 bpatchx patch3a_5 ,mem_patch3a 
-0x7083 031307 force 0 ,queue 
-0x7084 031308 arg 0 ,regb 
-0x7085 031309 arg mem_sdp_handle_list ,contw 
-:      031310 search_all_uuid_llop:
-0x7086 031311 ifetch 2 ,timeup 
-0x7087 031312 rtn blank 
-0x7088 031313 call search_uuid 
-0x7089 031314 copy queue ,pdata 
-0x708a 031315 rtneq sdp_max_handle_number 
-0x708b 031316 increase 2 ,timeup 
-0x708c 031317 branch search_all_uuid_llop 
-:      031319 search_uuid:
-0x708d 031321 iforce regc 
-0x708e 031323 fetch 2 ,mem_ui_uuid_table 
-0x708f 031324 iforce contr 
-:      031325 search_uuid_next:
-0x7090 031326 copy queue ,pdata 
-0x7091 031327 rtneq sdp_max_handle_number 
-0x7092 031328 disable user 
-0x7093 031329 ifetch 1 ,contr 
-0x7094 031330 rtn blank 
-0x7095 031331 iforce loopcnt 
-:      031332 search_uuid_loop:
-0x7096 031333 ifetch 2 ,contr 
-0x7097 031334 isub regc ,null 
-0x7098 031335 nbranch search_uuid_not_found ,zero 
-0x7099 031336 enable user 
-:      031337 search_uuid_not_found:
-0x709a 031338 loop search_uuid_loop 
-0x709b 031339 ifetcht 4 ,contr 
-0x709c 031340 copy contr ,rega 
-0x709d 031341 nbranch search_uuid_nomatch ,user 
-0x709e 031342 arg mem_sdp_handle_list ,contr 
-0x709f 031343 arg sdp_max_handle_number ,loopcnt 
-:      031344 search_uuid_check_same_handle:
-0x70a0 031345 ifetch 4 ,contr 
-0x70a1 031346 branch search_uuid_store_handle ,blank 
-0x70a2 031347 isub temp ,null 
-0x70a3 031348 branch search_uuid_nomatch ,zero 
-0x70a4 031349 loop search_uuid_check_same_handle 
-0x70a5 031350 rtn 
-:      031351 search_uuid_store_handle:
-0x70a6 031352 istoret 4 ,contw 
-0x70a7 031353 increase 1 ,queue 
-0x70a8 031354 copy rega ,contr 
-0x70a9 031355 call sdp_data_len 
-0x70aa 031356 iadd regb ,regb 
-0x70ab 031357 iadd contr ,contr 
-0x70ac 031358 branch search_uuid_next 
-:      031359 search_uuid_nomatch:
-0x70ad 031360 copy rega ,contr 
-0x70ae 031361 call sdp_get_data 
-0x70af 031362 iadd contr ,contr 
-0x70b0 031363 branch search_uuid_next 
-:      031369 search_handle:
-0x70b1 031370 bpatchx patch3a_6 ,mem_patch3a 
-0x70b2 031371 fetch 2 ,mem_ui_uuid_table 
-0x70b3 031372 iforce contr 
-:      031373 search_handle_loop:
-0x70b4 031374 ifetch 1 ,contr 
-0x70b5 031375 branch disable_zero ,blank 
-0x70b6 031376 lshift pdata ,pdata 
-0x70b7 031377 iadd contr ,contr 
-0x70b8 031378 ifetch 4 ,contr 
-0x70b9 031379 isub temp ,null 
-0x70ba 031380 rtn zero 
-0x70bb 031381 deposit contw 
-0x70bc 031382 store 2 ,mem_contw 
-0x70bd 031383 storet 8 ,mem_temp 
-0x70be 031384 call sdp_get_data 
-0x70bf 031385 iadd contr ,contr 
-0x70c0 031386 copy contr ,pdata 
-0x70c1 031387 fetcht 2 ,mem_contw 
-0x70c2 031388 copy temp ,contw 
-0x70c3 031389 fetcht 8 ,mem_temp 
-0x70c4 031390 copy pdata ,contr 
-0x70c5 031391 branch search_handle_loop 
-:      031397 search_attrib:
-0x70c6 031398 bpatchx patch3a_7 ,mem_patch3a 
-0x70c7 031399 fetch 2 ,mem_ui_uuid_table 
-0x70c8 031400 iforce contr 
-:      031401 search_attrib_next:
-0x70c9 031402 ifetch 1 ,contr 
-0x70ca 031403 branch search_attrib_end ,blank 
-0x70cb 031404 iforce loopcnt 
-:      031405 search_attrib_loop:
-0x70cc 031406 ifetch 2 ,contr 
-0x70cd 031407 isub regc ,null 
-0x70ce 031408 branch search_attrib_found_uuid ,zero 
-0x70cf 031409 loop search_attrib_loop 
-0x70d0 031410 increase 4 ,contr 
-0x70d1 031411 call sdp_get_data 
-0x70d2 031412 iadd contr ,contr 
-0x70d3 031413 branch search_attrib_next 
-:      031414 search_attrib_found_uuid:
-0x70d4 031415 increase -1 ,loopcnt 
-0x70d5 031416 lshift loopcnt ,pdata 
-0x70d6 031417 iadd contr ,contr 
-0x70d7 031418 increase 4 ,contr 
-0x70d8 031419 call sdp_get_data 
-0x70d9 031420 iadd contr ,timeup 
-:      031421 search_attrib_loop_attribs:
-0x70da 031422 increase 1 ,contr 
-0x70db 031423 ifetch 2 ,contr 
-0x70dc 031424 isub regb ,null 
-0x70dd 031428 branch disable_blank ,zero 
-0x70de 031429 call sdp_data_len 
-0x70df 031430 iadd contr ,contr 
-0x70e0 031431 deposit timeup 
-0x70e1 031432 isub contr ,null 
-0x70e2 031433 branch search_attrib_end ,zero 
-0x70e3 031434 branch search_attrib_loop_attribs 
-:      031435 search_attrib_end:
-0x70e4 031436 force 0 ,contr 
-0x70e5 031437 force 0 ,pdata 
-0x70e6 031438 rtn 
-:      031444 search_handle_attrib:
-0x70e7 031445 bpatchx patch3b_0 ,mem_patch3b 
-0x70e8 031446 fetch 2 ,mem_ui_uuid_table 
-0x70e9 031447 iforce contr 
-:      031448 search_handle_attrib_next:
-0x70ea 031449 ifetch 1 ,contr 
-0x70eb 031450 branch search_handle_attrib_end ,blank 
-0x70ec 031451 lshift pdata ,pdata 
-0x70ed 031452 iadd contr ,contr 
-0x70ee 031453 ifetch 4 ,contr 
-0x70ef 031454 isub temp ,null 
-0x70f0 031455 branch search_handl_attrib_found_handle ,zero 
-0x70f1 031456 call sdp_get_data 
-0x70f2 031457 iadd contr ,contr 
-0x70f3 031458 branch search_handle_attrib_next 
-:      031459 search_handl_attrib_found_handle:
-0x70f4 031460 call sdp_get_data 
-0x70f5 031461 iadd contr ,timeup 
-:      031462 search_handle_attrib_loop_attribs:
-0x70f6 031463 increase 1 ,contr 
-0x70f7 031464 ifetch 2 ,contr 
-0x70f8 031465 isub regb ,null 
-0x70f9 031466 rtn zero 
-0x70fa 031467 call sdp_data_len 
-0x70fb 031468 iadd contr ,contr 
-0x70fc 031469 deposit timeup 
-0x70fd 031470 isub contr ,null 
-0x70fe 031471 branch search_handle_attrib_end ,zero 
-0x70ff 031472 branch search_handle_attrib_loop_attribs 
-:      031473 search_handle_attrib_end:
-0x7100 031474 force 0 ,contr 
-0x7101 031475 rtn 
-:      031479 search_rfcomm_cn:
-0x7102 031480 arg 0x0400 ,regb 
-0x7103 031481 call search_handl_attrib_found_handle 
-0x7104 031482 arg 0x0300 ,regb 
-0x7105 031483 call search_uuid_in_data 
-0x7106 031484 nrtn user 
-0x7107 031485 sub rega ,3 ,null 
-0x7108 031486 branch disable_user ,positive 
-0x7109 031487 ifetch 1 ,contr 
-0x710a 031488 bne 0x08 ,disable_user 
-0x710b 031489 ifetch 1 ,contr 
-0x710c 031490 rtn 
-:      031495 search_uuid_in_data:
-0x710d 031496 bpatchx patch3b_1 ,mem_patch3b 
-0x710e 031497 call sdp_get_data 
-0x710f 031498 copy pdata ,rega 
-:      031499 search_uuid_in_data_loop:
-0x7110 031500 ifetch 1 ,contr 
-0x7111 031501 and pdata ,0x7 ,loopcnt 
-0x7112 031502 rshift3 pdata ,pdata 
-0x7113 031503 sub pdata ,3 ,null 
-0x7114 031504 branch search_uuid_in_data_found_uuid ,zero 
-0x7115 031505 copy loopcnt ,pdata 
-0x7116 031506 beq 5 ,search_uuid_in_data_found_element_index5 
-0x7117 031507 beq 6 ,search_uuid_in_data_found_element_index6 
-0x7118 031508 beq 7 ,search_uuid_in_data_found_element_index7 
-0x7119 031509 increase -1 ,contr 
-0x711a 031510 call sdp_get_data 
-0x711b 031511 iadd contr ,contr 
-0x711c 031512 copy rega ,pdata 
-0x711d 031513 isub temp ,rega 
-0x711e 031514 branch disable_user ,zero 
-0x711f 031515 branch search_uuid_in_data_loop 
-:      031517 search_uuid_in_data_found_element_index5:
-0x7120 031518 increase -2 ,rega 
-0x7121 031519 increase 1 ,contr 
-0x7122 031520 branch search_uuid_in_data_loop 
-:      031521 search_uuid_in_data_found_element_index6:
-0x7123 031522 increase -3 ,rega 
-0x7124 031523 increase 2 ,contr 
-0x7125 031524 branch search_uuid_in_data_loop 
-:      031525 search_uuid_in_data_found_element_index7:
-0x7126 031526 increase -5 ,rega 
-0x7127 031527 increase 4 ,contr 
-0x7128 031528 branch search_uuid_in_data_loop 
-:      031530 search_uuid_in_data_found_uuid:
-0x7129 031531 increase -1 ,rega 
-0x712a 031532 copy loopcnt ,pdata 
-0x712b 031533 beq 1 ,search_uuid_in_data_type_uuid_16 
-0x712c 031534 beq 2 ,search_uuid_in_data_type_uuid_32 
-0x712d 031535 beq 4 ,search_uuid_in_data_type_uuid_128 
-0x712e 031536 branch disable_user 
-:      031537 search_uuid_in_data_type_uuid_128:
-0x712f 031538 increase -12 ,rega 
-:      031539 search_uuid_in_data_type_uuid_32:
-0x7130 031540 ifetch 2 ,contr 
-0x7131 031541 increase -2 ,rega 
-:      031542 search_uuid_in_data_type_uuid_16:
-0x7132 031543 ifetch 2 ,contr 
-0x7133 031544 isub regb ,null 
-0x7134 031545 branch enable_user ,zero 
-0x7135 031546 increase -2 ,rega 
-0x7136 031547 branch disable_user ,zero 
-0x7137 031548 branch search_uuid_in_data_loop 
-:      031607 sdp_send_spp_request:
-0x7138 031608 call l2cap_get_sdp_tx_payload 
-0x7139 031609 copy pdata ,contw 
-0x713a 031610 setarg 6 
-0x713b 031611 istore 1 ,contw 
-0x713c 031612 setarg sdp_tid_spp 
-0x713d 031613 istore 2 ,contw 
-0x713e 031614 setarg 0x0f00 
-0x713f 031615 istore 2 ,contw 
-0x7140 031616 setarg 0x1a0535 
-0x7141 031617 istore 3 ,contw 
-0x7142 031618 setarg 0x0111 
-0x7143 031619 lshift16 pdata ,pdata 
-0x7144 031620 istore 4 ,contw 
-0x7145 031621 setarg 0x2600 
-0x7146 031622 istore 2 ,contw 
-0x7147 031623 setarg 0x0335 
-0x7148 031624 istore 2 ,contw 
-0x7149 031625 setarg 0x0009 
-0x714a 031626 istore 2 ,contw 
-0x714b 031627 setarg 0x0004 
-0x714c 031628 istore 2 ,contw 
-0x714d 031629 jam 0x14 ,mem_sdp_tx_pkt_length 
-0x714e 031630 rtn 
-:      031634 function_g2:
-0x714f 031635 bpatchx patch3b_2 ,mem_patch3b 
-0x7150 031636 jam 80 ,mem_aes_cmac_data_length 
-0x7151 031637 arg memdat ,contw 
-0x7152 031638 arg mem_le_srand ,contr 
-0x7153 031639 call memcpy16 
-0x7154 031640 arg mem_le_pubkey_local_x_256 ,contr 
-0x7155 031641 call memcpy32 
-0x7156 031642 arg mem_le_pubkey_remote_x_256 ,contr 
-0x7157 031643 call memcpy32 
-0x7158 031644 call inverse_memdat 
-0x7159 031645 arg mem_le_mrand ,contr 
-0x715a 031646 call store_inverse_k 
-0x715b 031647 call function_aes_cmac 
-0x715c 031649 arg mem_aes_cmac_temp ,contw 
-0x715d 031650 call load_inverse_result 
-0x715e 031651 setarg 1000000 
-0x715f 031652 copy pdata ,rega 
-0x7160 031653 fetch 4 ,mem_aes_cmac_temp 
-0x7161 031654 idiv rega 
-0x7162 031655 call wait_div_end 
-0x7163 031656 remainder pdata 
-0x7164 031657 store 4 ,mem_gkey 
-0x7165 031659 rtn 
-:      031661 function_f6_eb:
-0x7166 031662 jam 65 ,mem_aes_cmac_data_length 
-0x7167 031663 arg memdat ,contw 
-0x7168 031664 call store_addr_common_a 
-0x7169 031665 call store_addr_common_b 
-0x716a 031666 fetch 3 ,mem_le_pres + 1 
-0x716b 031667 istore 3 ,contw 
-0x716c 031670 call get_r 
-0x716d 031672 arg mem_le_mrand ,contr 
-0x716e 031673 call memcpy16 
-0x716f 031674 arg mem_le_srand ,contr 
-0x7170 031675 call memcpy16 
-0x7171 031676 call inverse_memdat 
-0x7172 031677 arg mem_le_mackey ,contr 
-0x7173 031678 arg mem_aes_cmac_k ,contw 
-0x7174 031679 call memcpy16 
-0x7175 031681 branch function_aes_cmac 
-:      031685 get_r:
-0x7176 031686 fetch 4 ,mem_le_tk 
-0x7177 031687 istore 4 ,contw 
-0x7178 031688 call memset0_4 
-0x7179 031689 branch memset0_8 
-:      031691 function_f6_ea:
-0x717a 031692 bpatchx patch3b_3 ,mem_patch3b 
-0x717b 031693 jam 65 ,mem_aes_cmac_data_length 
-0x717c 031694 arg memdat ,contw 
-0x717d 031695 call store_addr_common_b 
-0x717e 031696 call store_addr_common_a 
-0x717f 031697 fetch 3 ,mem_le_preq + 1 
-0x7180 031698 istore 3 ,contw 
-0x7181 031701 call get_r 
-0x7182 031702 arg mem_le_srand ,contr 
-0x7183 031703 call memcpy16 
-0x7184 031704 arg mem_le_mrand ,contr 
-0x7185 031705 call memcpy16 
-0x7186 031706 call inverse_memdat 
-0x7187 031707 arg mem_le_mackey ,contr 
-0x7188 031708 arg mem_aes_cmac_k ,contw 
-0x7189 031709 call memcpy16 
-0x718a 031711 call function_aes_cmac 
-0x718b 031712 arg mem_aes_cmac_temp ,contw 
-0x718c 031713 branch load_inverse_result 
-:      031715 function_f5:
-0x718d 031716 jam 32 ,mem_aes_cmac_data_length 
-0x718e 031717 arg mem_le_dhkey_256 ,contr 
-0x718f 031718 arg memdat ,contw 
-0x7190 031719 call memcpy32 
-0x7191 031720 call inverse_memdat 
-0x7192 031721 arg mem_le_slat ,contr 
-0x7193 031722 call store_inverse_k 
-0x7194 031723 call function_aes_cmac 
-0x7195 031724 arg mem_aes_cmac_k ,contw 
-0x7196 031725 call store_aes_result 
-0x7197 031726 arg 1 ,temp 
-0x7198 031727 call function_f5_common 
-0x7199 031728 arg mem_le_ltk ,contw 
-0x719a 031729 call load_inverse_result 
-0x719b 031730 arg 0 ,temp 
-0x719c 031731 call function_f5_common 
-0x719d 031732 arg mem_le_mackey ,contw 
-0x719e 031734 branch store_aes_result 
-:      031737 function_f5_common:
-0x719f 031738 bpatchx patch3b_4 ,mem_patch3b 
-0x71a0 031739 jam 53 ,mem_aes_cmac_data_length 
-0x71a1 031740 setarg 0x100 
-0x71a2 031741 store 2 ,memdat 
-0x71a3 031742 call store_addr_common_b 
-0x71a4 031743 call store_addr_common_a 
-0x71a5 031744 arg mem_le_srand ,contr 
-0x71a6 031745 call memcpy16 
-0x71a7 031746 arg mem_le_mrand ,contr 
-0x71a8 031747 call memcpy16 
-0x71a9 031749 setarg 0x6c65 
-0x71aa 031750 istore 2 ,contw 
-0x71ab 031751 setarg 0x6274 
-0x71ac 031752 istore 2 ,contw 
-0x71ad 031753 istoret 1 ,contw 
-0x71ae 031754 call inverse_memdat 
-0x71af 031755 branch function_aes_cmac 
-:      031757 store_addr_common_b:
-0x71b0 031758 fetch 6 ,mem_le_lap 
-0x71b1 031759 istore 6 ,contw 
-0x71b2 031760 fetch 1 ,mem_le_conn_own_addr_type 
-0x71b3 031761 istore 1 ,contw 
-0x71b4 031762 rtn 
-:      031764 store_addr_common_a:
-0x71b5 031765 fetch 6 ,mem_le_plap 
-0x71b6 031766 istore 6 ,contw 
-0x71b7 031771 fetch 1 ,mem_le_conn_peer_addr_type 
-0x71b8 031772 istore 1 ,contw 
-0x71b9 031773 rtn 
-:      031775 function_f4_ca:
-0x71ba 031776 jam 65 ,mem_aes_cmac_data_length 
-0x71bb 031777 fetch 1 ,mem_passkey_1bit 
-0x71bc 031778 store 1 ,memdat 
-0x71bd 031779 arg mem_le_pubkey_local_x_256 ,contr 
-0x71be 031780 call memcpy32 
-0x71bf 031781 arg mem_le_pubkey_remote_x_256 ,contr 
-0x71c0 031782 call memcpy32 
-0x71c1 031783 call inverse_memdat 
-0x71c2 031784 arg mem_le_mrand ,contr 
-0x71c3 031785 call store_inverse_k 
-0x71c4 031786 branch function_aes_cmac 
-:      031789 function_f4_cb:
-0x71c5 031790 jam 65 ,mem_aes_cmac_data_length 
-0x71c6 031791 fetch 1 ,mem_passkey_1bit 
-0x71c7 031792 store 1 ,memdat 
-0x71c8 031793 arg mem_le_pubkey_remote_x_256 ,contr 
-0x71c9 031794 call memcpy32 
-0x71ca 031795 arg mem_le_pubkey_local_x_256 ,contr 
-0x71cb 031796 call memcpy32 
-0x71cc 031797 call inverse_memdat 
-0x71cd 031798 arg mem_le_srand ,contr 
-0x71ce 031799 call store_inverse_k 
-0x71cf 031800 branch function_aes_cmac 
-:      031802 function_aes_cmac:
-0x71d0 031803 bpatchx patch3b_5 ,mem_patch3b 
-0x71d1 031804 call function_aes_cmac_generate_subkey 
-0x71d2 031808 fetch 1 ,mem_aes_cmac_data_length 
-0x71d3 031809 copy pdata ,temp 
-:      031810 function_ceil16:
-0x71d4 031811 increase 15 ,pdata 
-0x71d5 031812 rshift4 pdata ,pdata 
-0x71d6 031813 copy pdata ,regb 
-0x71d7 031814 branch function_aes_cmac_set_flag_0_balnk ,blank 
-0x71d8 031815 and temp ,0x0f ,pdata 
-0x71d9 031816 nbranch function_aes_cmac_set_flag_0 ,blank 
-0x71da 031818 arg mem_aes_cmac_k1 ,regc 
-0x71db 031819 arg memdat ,pdata 
-0x71dc 031820 increase -16 ,pdata 
-0x71dd 031823 iadd temp ,rega 
-0x71de 031824 arg mem_aes_cmac_m_last ,contw 
-0x71df 031825 arg 4 ,loopcnt 
-0x71e0 031826 call xor_loop 
-0x71e1 031830 branch function_aes_cmac_aes 
-:      031832 function_aes_cmac_set_flag_0_balnk:
-0x71e2 031833 arg 1 ,regb 
-0x71e3 031834 arg 0 ,rega 
-0x71e4 031836 branch function_aes_cmac_set_flag_0_common 
-:      031839 function_aes_cmac_set_flag_0:
-0x71e5 031841 and temp ,0x0f ,rega 
-:      031842 function_aes_cmac_set_flag_0_common:
-0x71e6 031843 arg memdat ,pdata 
-0x71e7 031844 iadd temp ,pdata 
-0x71e8 031845 isub rega ,contr 
-0x71e9 031847 arg mem_aes_cmac_temp ,contw 
-0x71ea 031848 call function_aes_cmac_padding 
-0x71eb 031850 arg mem_aes_cmac_k2 ,regc 
-0x71ec 031851 arg mem_aes_cmac_temp ,rega 
-0x71ed 031852 arg mem_aes_cmac_m_last ,contw 
-0x71ee 031853 arg 4 ,loopcnt 
-0x71ef 031854 call xor_loop 
-:      031861 function_aes_cmac_aes:
-0x71f0 031866 call aes_clear_data 
-0x71f1 031867 call aes_init 
-0x71f2 031870 arg memdat ,contr 
-:      031871 function_aes_cmac_aes_loop:
-0x71f3 031873 increase -1 ,regb 
-0x71f4 031874 deposit regb 
-0x71f5 031875 branch function_aes_cmac_aes_loop_end ,blank 
-0x71f6 031876 call load_data128 
-0x71f7 031877 call do_aes_cbc 
-0x71f8 031878 branch function_aes_cmac_aes_loop 
-:      031880 function_aes_cmac_aes_loop_end:
-0x71f9 031881 arg mem_aes_cmac_temp ,contw 
-0x71fa 031882 call store_aes_result 
-0x71fb 031883 arg mem_aes_cmac_m_last ,contr 
-0x71fc 031884 call load_data128 
-0x71fd 031885 call aes_init 
-0x71fe 031886 arg mem_aes_cmac_temp ,contr 
-0x71ff 031887 call load_data128 
-0x7200 031888 branch do_aes_cbc 
-:      031892 load_inverse_result:
-0x7201 031894 copy contw ,rega 
-0x7202 031895 call store_aes_result 
-0x7203 031897 arg 16 ,loopcnt 
-0x7204 031898 branch inverse_data 
-:      031900 store_inverse_k:
-0x7205 031901 arg mem_aes_cmac_k ,contw 
-0x7206 031902 call memcpy16 
-:      031903 inverse_k:
-0x7207 031904 arg 16 ,loopcnt 
-0x7208 031905 arg mem_aes_cmac_k ,rega 
-0x7209 031906 branch inverse_data 
-:      031908 inverse_memdat:
-0x720a 031909 fetch 1 ,mem_aes_cmac_data_length 
-0x720b 031910 copy pdata ,loopcnt 
-0x720c 031911 arg memdat ,rega 
-0x720d 031912 branch inverse_data 
-:      031914 bn_lshift_0_inverse:
-0x720e 031915 ifetch 1 ,rega 
-0x720f 031916 lshift pdata ,pdata 
-0x7210 031917 isolate1 0 ,regc 
-0x7211 031918 setflag true ,0 ,pdata 
-0x7212 031919 isolate1 8 ,pdata 
-0x7213 031920 setflag true ,0 ,regc 
-0x7214 031921 istore 1 ,rega 
-0x7215 031922 increase -1 ,rega 
-0x7216 031923 loop bn_lshift_0_inverse 
-0x7217 031924 rtn 
-:      031926 function_aes_cmac_k1_inverse:
-0x7218 031927 arg mem_aes_cmac_k1 ,rega 
-:      031928 function_aes_cmac_inverse_common:
-0x7219 031929 increase 15 ,rega 
-0x721a 031930 force 16 ,loopcnt 
-0x721b 031931 force 0 ,regc 
-0x721c 031932 branch bn_lshift_0_inverse 
-:      031934 function_aes_cmac_k2_inverse:
-0x721d 031935 arg mem_aes_cmac_k2 ,rega 
-0x721e 031936 branch function_aes_cmac_inverse_common 
-:      031939 function_aes_cmac_generate_subkey:
-0x721f 031940 arg mem_aes_cmac_k ,contr 
-0x7220 031941 call load_key 
-0x7221 031944 force regidx_xor ,regext_index 
-0x7222 031945 call aes_clear 
-0x7223 031946 call aes_clear_data 
-0x7224 031947 call do_aes_ocb 
-0x7225 031952 arg mem_aes_cmac_k1 ,contw 
-0x7226 031953 call store_aes_result 
-:      031954 function_aes_cmac_k1:
-0x7227 031955 bpatchx patch3b_6 ,mem_patch3b 
-0x7228 031956 fetch 1 ,mem_aes_cmac_k1 
-0x7229 031957 isolate1 7 ,pdata 
-0x722a 031958 nbranch function_aes_cmac_k1_0 ,true 
-0x722b 031959 call function_aes_cmac_k1_inverse 
-0x722c 031962 arg mem_aes_cmac_k1 ,regc 
-0x722d 031964 arg mem_aes_cmac_k1 ,contw 
-0x722e 031967 call function_aes_cmac_xor_rb 
-0x722f 031968 branch function_aes_cmac_k2 
-:      031969 function_aes_cmac_k1_0:
-0x7230 031970 call function_aes_cmac_k1_inverse 
-:      031971 function_aes_cmac_k2:
-0x7231 031973 arg mem_aes_cmac_k1 ,contr 
-0x7232 031974 arg mem_aes_cmac_k2 ,contw 
-0x7233 031975 call memcpy16 
-0x7234 031976 fetch 1 ,mem_aes_cmac_k2 
-0x7235 031977 isolate1 7 ,pdata 
-0x7236 031978 nbranch function_aes_cmac_k2_inverse ,true 
-0x7237 031979 call function_aes_cmac_k2_inverse 
-0x7238 031981 arg mem_aes_cmac_k2 ,regc 
-0x7239 031983 arg mem_aes_cmac_k2 ,contw 
-:      031989 function_aes_cmac_xor_rb:
-0x723a 031990 arg 3 ,loopcnt 
-:      031991 function_aes_cmac_xor_rb_loop:
-0x723b 031992 arg 0 ,temp 
-0x723c 031993 call function_aes_cmac_xor_loop_common 
-0x723d 031994 increase 4 ,regc 
-0x723e 031995 loop function_aes_cmac_xor_rb_loop 
-0x723f 031996 arg 0x8700 ,temp 
-0x7240 031997 lshift16 temp ,temp 
-:      031998 function_aes_cmac_xor_loop_common:
-0x7241 031999 ifetch 4 ,regc 
-0x7242 032000 ixor temp ,pdata 
-0x7243 032001 istore 4 ,contw 
-0x7244 032002 rtn 
-:      032008 function_aes_cmac_padding:
-0x7245 032009 bpatchx patch3b_7 ,mem_patch3b 
-0x7246 032010 arg 16 ,loopcnt 
-0x7247 032011 arg 0 ,pdata 
-:      032012 function_aes_cmac_padding_loop:
-0x7248 032013 isub rega ,null 
-0x7249 032014 branch function_aes_cmac_padding_beq_length ,zero 
-0x724a 032015 branch function_aes_cmac_padding_big_length ,positive 
-0x724b 032016 ifetcht 1 ,contr 
-0x724c 032017 istoret 1 ,contw 
-:      032018 function_aes_cmac_padding_loop2:
-0x724d 032019 increase 1 ,pdata 
-0x724e 032020 loop function_aes_cmac_padding_loop 
-0x724f 032021 rtn 
-:      032022 function_aes_cmac_padding_beq_length:
-0x7250 032023 arg 0x80 ,temp 
-:      032024 function_aes_cmac_padding_common:
-0x7251 032025 istoret 1 ,contw 
-0x7252 032026 branch function_aes_cmac_padding_loop2 
-:      032028 function_aes_cmac_padding_big_length:
-0x7253 032029 arg 0 ,temp 
-0x7254 032030 branch function_aes_cmac_padding_common 
-:      032033 generate_kinit:
-0x7255 032034 call function_e22 
-0x7256 032035 arg mem_input_store ,contr 
-0x7257 032036 arg mem_kinit ,contw 
-0x7258 032037 branch memcpy16 
-:      032040 function_e21:
-0x7259 032041 disable user 
-0x725a 032042 call function_expand 
-0x725b 032043 arg mem_random_number ,contr 
-0x725c 032044 arg mem_x ,contw 
-0x725d 032045 force 15 ,loopcnt 
-0x725e 032046 call memcpy 
-0x725f 032047 ifetch 1 ,contr 
-0x7260 032048 xor_into 6 ,pdata 
-0x7261 032049 istore 1 ,contw 
-0x7262 032050 setarg mem_y 
-0x7263 032051 store 2 ,memp_ar_input 
-0x7264 032052 setarg mem_x 
-0x7265 032053 store 2 ,memp_ar_key 
-0x7266 032054 set1 mark_ar2 ,mark 
-0x7267 032055 branch function_ar 
-:      032059 function_e22:
-0x7268 032060 fetcht 1 ,mem_pin_length 
-0x7269 032061 force 16 ,regb 
-0x726a 032062 add temp ,6 ,regc 
-0x726b 032063 sub regc ,16 ,null 
-0x726c 032064 branch function_e22_pin_init ,positive 
-0x726d 032065 force 16 ,regc 
-:      032066 function_e22_pin_init:
-0x726e 032067 arg mem_x ,contw 
-:      032068 function_e22_genx_pin:
-0x726f 032069 arg mem_pin ,contr 
-0x7270 032070 copy temp ,loopcnt 
-0x7271 032071 disable user 
-:      032072 function_e22_genx_loop:
-0x7272 032073 ifetch 1 ,contr 
-0x7273 032074 istore 1 ,contw 
-0x7274 032075 increase -1 ,regb 
-0x7275 032076 branch function_e22_genx_end ,zero 
-0x7276 032077 loop function_e22_genx_loop 
-0x7277 032078 branch function_e22_genx_pin ,user 
-0x7278 032079 enable user 
-0x7279 032080 force 6 ,loopcnt 
-0x727a 032081 copy rega ,contr 
-0x727b 032082 branch function_e22_genx_loop 
-:      032083 function_e22_genx_end:
-0x727c 032084 arg mem_random_number ,contr 
-0x727d 032085 arg mem_y ,contw 
-0x727e 032086 call memcpy16 
-0x727f 032087 fetch 1 ,mem_y15 
-0x7280 032088 ixor regc ,pdata 
-0x7281 032089 store 1 ,mem_y15 
-0x7282 032090 setarg mem_y 
-0x7283 032091 store 2 ,memp_ar_input 
-0x7284 032092 setarg mem_x 
-0x7285 032093 store 2 ,memp_ar_key 
-0x7286 032094 set1 mark_ar2 ,mark 
-0x7287 032095 branch function_ar 
-:      032100 function_e1:
-0x7288 032101 disable user 
-0x7289 032102 call function_expand 
-0x728a 032103 branch function_hash 
-:      032105 function_e3:
-0x728b 032106 arg mem_aco ,rega 
-0x728c 032107 enable user 
-0x728d 032108 call function_expand 
-0x728e 032109 call function_hash 
-0x728f 032110 arg mem_input_store ,contr 
-0x7290 032111 arg mem_kc ,contw 
-0x7291 032112 branch memcpy16 
-:      032115 function_hash:
-0x7292 032116 setarg mem_random_number 
-0x7293 032117 store 2 ,memp_ar_input 
-0x7294 032118 setarg mem_link_key 
-0x7295 032119 store 2 ,memp_ar_key 
-0x7296 032120 set0 mark_ar2 ,mark 
-0x7297 032121 call function_ar 
-0x7298 032122 arg mem_input_store ,rega 
-0x7299 032123 arg mem_random_number ,regb 
-0x729a 032124 arg mem_x ,contw 
-0x729b 032125 call xor16 
-0x729c 032126 arg mem_x ,rega 
-0x729d 032127 arg mem_y ,regb 
-0x729e 032128 copy regb ,contw 
-0x729f 032129 enable user 
-0x72a0 032130 call add16 
-0x72a1 032131 call key_offset 
-0x72a2 032132 setarg mem_y 
-0x72a3 032133 store 2 ,memp_ar_input 
-0x72a4 032134 setarg mem_x 
-0x72a5 032135 store 2 ,memp_ar_key 
-0x72a6 032136 set1 mark_ar2 ,mark 
-0x72a7 032137 branch function_ar 
-:      032141 function_ar:
-0x72a8 032142 jam 0 ,mem_ar_hround 
-0x72a9 032143 fetch 2 ,memp_ar_key 
-0x72aa 032144 iforce contr 
-0x72ab 032145 arg mem_key_store ,contw 
-0x72ac 032146 call memcpy16 
-0x72ad 032147 fetch 2 ,memp_ar_input 
-0x72ae 032148 iforce contr 
-0x72af 032149 arg mem_input_store ,contw 
-0x72b0 032150 call memcpy16 
-:      032152 function_ar_loop:
-0x72b1 032153 call key_scheduling 
-0x72b2 032154 disable user 
-0x72b3 032155 bmark0 mark_ar2 ,function_ar_original 
-0x72b4 032156 fetch 1 ,mem_ar_hround 
-0x72b5 032157 bne 4 ,function_ar_original 
-0x72b6 032158 fetch 2 ,memp_ar_input 
-0x72b7 032159 iforce regb 
-0x72b8 032160 call xor_mod32_ar2 
-:      032161 function_ar_original:
-0x72b9 032162 call xor_mod32 
-0x72ba 032163 call el_boxes 
-0x72bb 032164 fetch 1 ,mem_ar_hround 
-0x72bc 032165 increase 1 ,pdata 
-0x72bd 032166 store 1 ,mem_ar_hround 
-0x72be 032168 call key_scheduling 
-0x72bf 032169 enable user 
-0x72c0 032170 call xor_mod32 
-0x72c1 032171 call pht 
-0x72c2 032172 call permute 
-0x72c3 032173 call pht 
-0x72c4 032174 call permute 
-0x72c5 032175 call pht 
-0x72c6 032176 call permute 
-0x72c7 032177 call pht 
-0x72c8 032178 fetch 1 ,mem_ar_hround 
-0x72c9 032179 increase 1 ,pdata 
-0x72ca 032180 store 1 ,mem_ar_hround 
-0x72cb 032181 bne 16 ,function_ar_loop 
-0x72cc 032182 call key_scheduling 
-0x72cd 032183 disable user 
-0x72ce 032184 branch xor_mod32 
-:      032188 key_scheduling:
-0x72cf 032189 fetch 1 ,mem_ar_hround 
-0x72d0 032190 arg mem_key_store ,contr 
-0x72d1 032191 branch key_sched_zero ,blank 
-0x72d2 032192 iforce regb 
-0x72d3 032193 force 17 ,loopcnt 
-0x72d4 032194 copy contr ,contw 
-:      032195 key_rotateloop:
-0x72d5 032196 ifetch 1 ,contr 
-0x72d6 032197 lshift3 pdata ,temp 
-0x72d7 032198 rshift2 pdata ,pdata 
-0x72d8 032199 rshift3 pdata ,pdata 
-0x72d9 032200 ior temp ,pdata 
-0x72da 032201 istore 1 ,contw 
-0x72db 032202 loop key_rotateloop 
-0x72dc 032203 setarg mem_key_store 
-0x72dd 032204 iadd regb ,contr 
-0x72de 032205 force 16 ,loopcnt 
-0x72df 032206 arg mem_round_key ,contw 
-:      032207 key_select_octet_loop:
-0x72e0 032208 ifetch 1 ,contr 
-0x72e1 032209 istore 1 ,contw 
-0x72e2 032210 compare mem_key_store_end ,contr ,0xff 
-0x72e3 032211 nbranch key_select_octet_nwrap ,true 
-0x72e4 032212 increase -17 ,contr 
-:      032213 key_select_octet_nwrap:
-0x72e5 032214 loop key_select_octet_loop 
-0x72e6 032215 force 0 ,rega 
-0x72e7 032216 add regb ,-1 ,regc 
-0x72e8 032217 lshift2 regc ,regc 
-0x72e9 032218 lshift2 regc ,regc 
-0x72ea 032219 call enable_authrom 
-0x72eb 032220 setarg mem_b_box 
-0x72ec 032221 iadd regc ,regc 
-0x72ed 032222 arg mem_round_key ,contw 
-0x72ee 032223 force 16 ,loopcnt 
-:      032224 bias_round_key_loop:
-0x72ef 032225 ifetcht 1 ,regc 
-0x72f0 032226 ifetch 1 ,contw 
-0x72f1 032227 iadd temp ,pdata 
-0x72f2 032228 istore 1 ,contw 
-0x72f3 032229 increase 1 ,regc 
-0x72f4 032230 loop bias_round_key_loop 
-0x72f5 032231 branch disable_authrom 
-:      032233 key_sched_zero:
-0x72f6 032234 force 16 ,loopcnt 
-0x72f7 032235 force 0 ,temp 
-:      032236 create_byte_16_loop:
-0x72f8 032237 ifetch 1 ,contr 
-0x72f9 032238 ixor temp ,temp 
-0x72fa 032239 loop create_byte_16_loop 
-0x72fb 032240 deposit temp 
-0x72fc 032241 istore 1 ,contr 
-0x72fd 032242 arg mem_key_store ,contr 
-0x72fe 032243 arg mem_round_key ,contw 
-0x72ff 032244 branch memcpy16 
-:      032246 xor_mod32:
-0x7300 032247 arg mem_round_key ,regb 
-:      032248 xor_mod32_ar2:
-0x7301 032249 force 16 ,loopcnt 
-0x7302 032250 arg mem_input_store ,rega 
-0x7303 032251 copy rega ,contw 
-:      032252 xor_mod32_loop:
-0x7304 032253 ifetcht 1 ,rega 
-0x7305 032254 ifetch 1 ,regb 
-0x7306 032255 ixor temp ,alarm 
-0x7307 032256 and loopcnt ,3 ,regc 
-0x7308 032257 nbranch xor_mod32_invert ,user 
-0x7309 032258 xor_into 3 ,regc 
-:      032259 xor_mod32_invert:
-0x730a 032260 sub regc ,1 ,regc 
-0x730b 032261 branch xor_even ,positive 
-0x730c 032262 iadd temp ,alarm 
-:      032263 xor_even:
-0x730d 032264 deposit alarm 
-0x730e 032265 istore 1 ,contw 
-0x730f 032266 increase 1 ,rega 
-0x7310 032267 increase 1 ,regb 
-0x7311 032268 loop xor_mod32_loop 
-0x7312 032269 rtn 
-:      032271 el_boxes:
-0x7313 032272 call enable_authrom 
-0x7314 032273 force 16 ,loopcnt 
-0x7315 032274 arg mem_input_store ,rega 
-:      032275 el_box_loop:
-0x7316 032276 ifetch 1 ,rega 
-0x7317 032277 arg mem_e_box ,contr 
-0x7318 032278 and loopcnt ,3 ,regc 
-0x7319 032279 sub regc ,1 ,null 
-0x731a 032280 branch e_boxes ,positive 
-0x731b 032281 arg mem_l_box ,contr 
-:      032282 e_boxes:
-0x731c 032283 iadd contr ,contr 
-0x731d 032284 ifetch 1 ,contr 
-0x731e 032285 istore 1 ,rega 
-0x731f 032286 increase 1 ,rega 
-0x7320 032287 loop el_box_loop 
-0x7321 032288 branch disable_authrom 
-:      032290 pht:
-0x7322 032291 force 8 ,loopcnt 
-0x7323 032292 arg mem_input_store ,contr 
-0x7324 032293 copy contr ,contw 
-:      032294 pht_loop:
-0x7325 032295 ifetch 1 ,contr 
-0x7326 032296 iforce rega 
-0x7327 032297 ifetch 1 ,contr 
-0x7328 032298 iforce regb 
-0x7329 032299 lshift rega ,pdata 
-0x732a 032300 iadd regb ,pdata 
-0x732b 032301 istore 1 ,contw 
-0x732c 032302 deposit rega 
-0x732d 032303 iadd regb ,pdata 
-0x732e 032304 istore 1 ,contw 
-0x732f 032305 loop pht_loop 
-0x7330 032306 rtn 
-:      032309 permute:
-0x7331 032310 setarg 0x8ae42c 
-0x7332 032311 iforce temp 
-0x7333 032312 force 7 ,loopcnt 
-0x7334 032313 call permute_exchange 
-0x7335 032314 setarg 0xd751b 
-0x7336 032315 iforce temp 
-0x7337 032316 force 5 ,loopcnt 
-0x7338 032317 call permute_exchange 
-0x7339 032318 fetch 1 ,mem_input_store + 15 
-0x733a 032319 iforce rega 
-0x733b 032320 fetch 1 ,mem_input_store + 3 
-0x733c 032321 store 1 ,mem_input_store + 15 
-0x733d 032322 deposit rega 
-0x733e 032323 store 1 ,mem_input_store + 3 
-0x733f 032324 rtn 
-:      032326 permute_exchange:
-0x7340 032327 and temp ,0xf ,regb 
-:      032328 permute_loop:
-0x7341 032329 and temp ,0xf ,pdata 
-0x7342 032330 arg mem_input_store ,contw 
-0x7343 032331 iadd contw ,contw 
-0x7344 032332 ifetch 1 ,contw 
-0x7345 032333 iforce regc 
-0x7346 032334 deposit rega 
-0x7347 032335 istore 1 ,contw 
-0x7348 032336 copy regc ,rega 
-0x7349 032337 rshift4 temp ,temp 
-0x734a 032338 loop permute_loop 
-0x734b 032339 setarg mem_input_store 
-0x734c 032340 iadd regb ,contw 
-0x734d 032341 deposit rega 
-0x734e 032342 istore 1 ,contw 
-0x734f 032343 rtn 
-:      032345 add16:
-0x7350 032346 enable user 
-0x7351 032347 branch xor_add16 
-:      032349 xor16:
-0x7352 032350 disable user 
-:      032351 xor_add16:
-0x7353 032352 force 16 ,loopcnt 
-:      032353 xoradd_loop:
-0x7354 032354 ifetcht 1 ,rega 
-0x7355 032355 ifetch 1 ,regb 
-0x7356 032356 branch xoradd_add ,user 
-0x7357 032357 ixor temp ,pdata 
-0x7358 032358 branch xoradd_store 
-:      032359 xoradd_add:
-0x7359 032360 iadd temp ,pdata 
-:      032361 xoradd_store:
-0x735a 032362 istore 1 ,contw 
-0x735b 032363 increase 1 ,rega 
-0x735c 032364 increase 1 ,regb 
-0x735d 032365 loop xoradd_loop 
-0x735e 032366 rtn 
-:      032369 function_expand:
-0x735f 032370 arg mem_y ,contw 
-0x7360 032371 ifetch 6 ,rega 
-0x7361 032372 istore 6 ,contw 
-0x7362 032373 branch expand_12 ,user 
-0x7363 032374 ifetch 6 ,rega 
-0x7364 032375 branch expand_cont 
-:      032376 expand_12:
-0x7365 032377 ifetch 6 ,contr 
-:      032378 expand_cont:
-0x7366 032379 istore 6 ,contw 
-0x7367 032380 ifetch 4 ,rega 
-0x7368 032381 istore 4 ,contw 
-0x7369 032382 rtn 
-:      032384 key_offset:
-0x736a 032385 arg mem_link_key ,contr 
-0x736b 032386 arg mem_x ,contw 
-0x736c 032387 arg 0 ,temp 
-0x736d 032388 setarg 0x8395a7 
-0x736e 032389 call concatenate_temp24 
-0x736f 032390 setarg 0xb3c1df 
-0x7370 032391 call concatenate_temp24 
-0x7371 032392 setarg 0xe5e9 
-0x7372 032393 call concatenate_temp16 
-0x7373 032394 copy temp ,regab 
-0x7374 032395 disable user 
-0x7375 032396 call key_addxor 
-0x7376 032397 copy regab ,temp 
-0x7377 032398 enable user 
-0x7378 032399 branch key_addxor 
-:      032401 key_addxor:
-0x7379 032402 force 8 ,loopcnt 
-:      032403 key_addxor_loop:
-0x737a 032404 ifetch 1 ,contr 
-0x737b 032405 compare 1 ,loopcnt ,1 
-0x737c 032406 branch key_high ,user 
-0x737d 032407 branch key_xor ,true 
-:      032408 key_add:
-0x737e 032409 iadd temp ,pdata 
-0x737f 032410 branch key_store 
-:      032411 key_high:
-0x7380 032412 branch key_add ,true 
-:      032413 key_xor:
-0x7381 032414 ixor temp ,pdata 
-:      032415 key_store:
-0x7382 032416 istore 1 ,contw 
-0x7383 032417 rshift8 temp ,temp 
-0x7384 032418 loop key_addxor_loop 
-0x7385 032419 rtn 
-:      032421 copy_aco:
-0x7386 032422 fetch 6 ,mem_input_store + 4 
-0x7387 032423 store 6 ,mem_aco 
-0x7388 032424 ifetch 6 ,contr 
-0x7389 032425 istore 6 ,contw 
-0x738a 032426 rtn 
-:      032428 concatenate_temp24:
-0x738b 032429 lshift8 temp ,temp 
-:      032430 concatenate_temp16:
-0x738c 032431 lshift16 temp ,temp 
-0x738d 032432 ior temp ,temp 
-0x738e 032433 rtn 
-:      032437 loop1:
-0x738f 032438 branch loop1 
-:      032442 generate_stk:
-0x7390 032443 bpatchx patch3c_0 ,mem_patch3c 
-0x7391 032444 call function_s1 
-0x7392 032445 arg mem_le_ltk ,contw 
-0x7393 032446 branch store_aes_result 
-:      032449 authenticate_rconfirm:
-0x7394 032450 arg mem_le_srand ,contw 
-0x7395 032451 branch authenticate_mconfirm ,master 
-0x7396 032452 arg mem_le_mrand ,contw 
-:      032453 authenticate_mconfirm:
-0x7397 032454 copy contr ,rega 
-0x7398 032455 call memcpy16 
-0x7399 032456 call function_c1 
-0x739a 032457 arg mem_le_rconfirm ,contr 
-0x739b 032458 branch compare_res 
-:      032460 generate_confirm:
-0x739c 032461 arg mem_le_mrand ,rega 
-0x739d 032462 branch generate_mrand ,master 
-0x739e 032463 arg mem_le_srand ,rega 
-:      032464 generate_mrand:
-0x739f 032465 copy rega ,contw 
-0x73a0 032466 call generate_random 
-0x73a1 032467 branch function_c1 
-:      032469 generate_sk:
-0x73a2 032470 arg mem_le_skdm ,contr 
-0x73a3 032471 call load_data128 
-0x73a4 032472 arg mem_le_ltk ,contr 
-0x73a5 032473 call load_regext 
-0x73a6 032474 force 0x38 ,aes_ctrl 
-0x73a7 032475 force 0x0 ,aes_ctrl 
-0x73a8 032476 call wait_aes 
-0x73a9 032477 arg mem_le_sk ,contw 
-0x73aa 032478 branch store_aes_result 
-:      032481 first_block_counter:
-0x73ab 032482 force 0x49 ,pdata 
-0x73ac 032483 branch first_block 
-:      032484 first_block_data:
-0x73ad 032485 force 1 ,pdata 
-:      032486 first_block:
-0x73ae 032487 force regidx_data ,regext_index 
-0x73af 032488 lshift8 temp ,regext 
-0x73b0 032489 ior regext ,regext 
-0x73b1 032490 increase 1 ,regext_index 
-0x73b2 032491 rshift8 temp ,regext 
-0x73b3 032492 rshift16 regext ,regext 
-0x73b4 032493 fetch 2 ,mem_le_ivm 
-0x73b5 032494 lshift16 ,pdata ,pdata 
-0x73b6 032495 ior regext ,regext 
-0x73b7 032496 increase 1 ,regext_index 
-0x73b8 032497 ifetch 4 ,contr 
-0x73b9 032498 iforce regext 
-0x73ba 032499 increase 1 ,regext_index 
-0x73bb 032500 ifetch 2 ,contr 
-0x73bc 032501 byteswap rega ,regext 
-0x73bd 032502 lshift16 regext ,regext 
-0x73be 032503 ior regext ,regext 
-0x73bf 032504 increase 1 ,regext_index 
-0x73c0 032505 rtn 
-:      032509 generate_mic:
-0x73c1 032510 add regc ,1 ,contr 
-0x73c2 032511 ifetch 1 ,contr 
-0x73c3 032512 iforce rega 
-0x73c4 032513 call first_block_counter 
-0x73c5 032514 call do_aes_ocb 
-0x73c6 032516 force regidx_data ,regext_index 
-0x73c7 032517 ifetch 1 ,regc 
-0x73c8 032518 and_into 0x3 ,pdata 
-0x73c9 032519 lshift16 pdata ,regext 
-0x73ca 032520 set1 8 ,regext 
-0x73cb 032521 call clear_hidata 
-0x73cc 032522 call do_aes_cbc 
-0x73cd 032524 copy rega ,loopcnt 
-0x73ce 032525 add regc ,2 ,contr 
-0x73cf 032526 call padding_data 
-:      032527 generate_mic_loop:
-0x73d0 032528 call aes_load_data 
-0x73d1 032529 call do_aes_cbc 
-0x73d2 032530 deposit loopcnt 
-0x73d3 032531 branch generate_mic_end ,blank 
-0x73d4 032532 branch generate_mic_loop 
-:      032533 generate_mic_end:
-0x73d5 032534 force regidx_result ,regext_index 
-0x73d6 032535 deposit regext 
-0x73d7 032536 store 4 ,mem_le_mic 
-0x73d8 032537 rtn 
-:      032539 aes_crypt_data:
-0x73d9 032540 increase 1 ,rega 
-0x73da 032541 call first_block_data 
-0x73db 032542 copy regc ,contr 
-0x73dc 032543 call aes_load_xor 
-0x73dd 032544 call do_aes_ctr 
-0x73de 032545 call store_enc_data 
-0x73df 032546 increase 16 ,regc 
-0x73e0 032547 increase -16 ,regb 
-0x73e1 032548 branch aes_crypt_data ,positive 
-0x73e2 032549 rtn 
-:      032551 le_encrypt:
-0x73e3 032552 bpatchx patch3c_1 ,mem_patch3c 
-0x73e4 032553 arg mem_le_txheader ,regc 
-0x73e5 032554 fetcht 5 ,mem_le_pcnt_tx 
-0x73e6 032555 call generate_mic 
-0x73e7 032556 force regidx_xor ,regext_index 
-0x73e8 032557 iforce regext 
-0x73e9 032558 force 0 ,rega 
-0x73ea 032559 call first_block_data 
-0x73eb 032560 call do_aes_ctr 
-0x73ec 032561 arg mem_le_txpayload ,regc 
-0x73ed 032562 fetch 1 ,mem_le_txlen 
-0x73ee 032563 add pdata ,-1 ,regb 
-0x73ef 032564 iadd regc ,contw 
-0x73f0 032565 force regidx_result ,regext_index 
-0x73f1 032566 deposit regext 
-0x73f2 032567 istore 4 ,contw 
-0x73f3 032568 call aes_crypt_data 
-0x73f4 032569 fetch 1 ,mem_le_txlen 
-0x73f5 032570 increase 4 ,pdata 
-0x73f6 032571 store 1 ,mem_le_txlen 
-0x73f7 032572 fetcht 5 ,mem_le_pcnt_tx 
-0x73f8 032573 increase 1 ,temp 
-0x73f9 032574 storet 5 ,mem_le_pcnt_tx 
-0x73fa 032575 rtn 
-:      032577 le_decrypt:
-0x73fb 032578 bpatchx patch3c_2 ,mem_patch3c 
-0x73fc 032579 fetch 1 ,mem_le_rxbuf + 1 
-0x73fd 032580 sub pdata ,20 ,null 
-0x73fe 032581 branch le_dec_cont ,positive 
-:      032582 le_dec_cont:
-0x73ff 032583 arg mem_le_rxbuf + 2 ,regc 
-0x7400 032584 add pdata ,-1 ,regb 
-0x7401 032585 increase -4 ,pdata 
-0x7402 032586 store 1 ,mem_le_rxbuf + 1 
-0x7403 032587 iadd regc ,contr 
-0x7404 032588 ifetch 4 ,contr 
-0x7405 032589 force regidx_xor ,regext_index 
-0x7406 032590 iforce regext 
-0x7407 032591 force 0 ,rega 
-0x7408 032592 fetcht 5 ,mem_le_pcnt_rx 
-0x7409 032593 call first_block_data 
-0x740a 032594 call do_aes_ctr 
-0x740b 032595 force regidx_result ,regext_index 
-0x740c 032596 deposit regext 
-0x740d 032597 store 4 ,mem_le_peer_mic 
-0x740e 032598 call aes_crypt_data 
-0x740f 032599 arg mem_le_rxbuf ,regc 
-0x7410 032600 call generate_mic 
-0x7411 032601 fetcht 4 ,mem_le_peer_mic 
-0x7412 032602 isub temp ,pdata 
-0x7413 032603 nrtn blank 
-0x7414 032604 fetch 4 ,mem_le_last_mic 
-0x7415 032605 isub temp ,pdata 
-0x7416 032606 rtn blank 
-0x7417 032607 storet 4 ,mem_le_last_mic 
-0x7418 032608 fetch 5 ,mem_le_pcnt_rx 
-0x7419 032609 increase 1 ,pdata 
-0x741a 032610 store 5 ,mem_le_pcnt_rx 
-0x741b 032611 force 0 ,pdata 
-0x741c 032612 rtn 
-:      032614 wait_aes:
-0x741d 032615 nbranch wait_aes ,aes_ready 
-0x741e 032616 rtn 
-:      032618 do_aes_ocb:
-0x741f 032619 force 0x30 ,aes_ctrl 
-0x7420 032620 force 0x0 ,aes_ctrl 
-0x7421 032621 branch wait_aes 
-:      032623 do_aes_cbc:
-0x7422 032624 force 0x32 ,aes_ctrl 
-0x7423 032625 force 0x2 ,aes_ctrl 
-0x7424 032626 branch wait_aes 
-:      032628 do_aes_ctr:
-0x7425 032629 force 0x34 ,aes_ctrl 
-0x7426 032630 force 0x4 ,aes_ctrl 
-0x7427 032631 branch wait_aes 
-:      032634 aes_init:
-0x7428 032635 force 1 ,aes_ctrl 
-0x7429 032636 force 0 ,aes_ctrl 
-0x742a 032637 rtn 
-:      032638 function_s1:
-0x742b 032639 force regidx_data ,regext_index 
-0x742c 032640 fetch 4 ,mem_le_mrand 
-0x742d 032641 iforce regext 
-0x742e 032642 increase 1 ,regext_index 
-0x742f 032643 ifetch 4 ,contr 
-0x7430 032644 iforce regext 
-0x7431 032645 increase 1 ,regext_index 
-0x7432 032646 fetch 4 ,mem_le_srand 
-0x7433 032647 iforce regext 
-0x7434 032648 increase 1 ,regext_index 
-0x7435 032649 ifetch 4 ,contr 
-0x7436 032650 iforce regext 
-0x7437 032651 increase 1 ,regext_index 
-0x7438 032652 call aes_clear 
-0x7439 032653 increase -4 ,regext_index 
-0x743a 032654 fetch 4 ,mem_le_tk 
-0x743b 032655 copy pdata ,regext 
-0x743c 032656 increase 4 ,regext_index 
-0x743d 032657 force 0x38 ,aes_ctrl 
-0x743e 032658 force 0x8 ,aes_ctrl 
-0x743f 032659 branch wait_aes 
-:      032662 function_c1:
-0x7440 032663 bpatchx patch3c_3 ,mem_patch3c 
-0x7441 032664 fetch 6 ,mem_le_lap 
-0x7442 032665 fetcht 6 ,mem_le_plap 
-0x7443 032666 branch function_c1_master ,master 
-0x7444 032667 fetch 6 ,mem_le_plap 
-0x7445 032668 fetcht 6 ,mem_le_lap 
-:      032669 function_c1_master:
-0x7446 032670 force regidx_xor ,regext_index 
-0x7447 032671 copy temp ,regext 
-0x7448 032672 increase 1 ,regext_index 
-0x7449 032673 rshift32 temp ,regext 
-0x744a 032674 lshift16 pdata ,pdata 
-0x744b 032675 ior regext ,regext 
-0x744c 032676 increase 1 ,regext_index 
-0x744d 032677 rshift32 pdata ,regext 
-0x744e 032678 increase 1 ,regext_index 
-0x744f 032679 force 0 ,regext 
-0x7450 032680 force 0 ,pdata 
-0x7451 032681 fetch 1 ,mem_le_conn_peer_addr_type 
-0x7452 032682 fetcht 1 ,mem_le_adv_own_addr_type 
-0x7453 032683 nbranch function_c1_irat ,master 
-0x7454 032685 fetch 1 ,mem_le_conn_own_addr_type 
-0x7455 032686 fetcht 1 ,mem_le_conn_peer_addr_type 
-:      032687 function_c1_irat:
-0x7456 032688 store 1 ,mem_le_iat 
-0x7457 032689 storet 1 ,mem_le_rat 
-0x7458 032690 force regidx_data ,regext_index 
-0x7459 032691 arg mem_le_iat ,regb 
-0x745a 032692 force 4 ,loopcnt 
-:      032693 function_c1_loop1:
-0x745b 032694 ifetch 4 ,rega 
-0x745c 032695 ifetcht 4 ,regb 
-0x745d 032696 ixor temp ,regext 
-0x745e 032697 increase 1 ,regext_index 
-0x745f 032698 increase 4 ,rega 
-0x7460 032699 increase 4 ,regb 
-0x7461 032700 loop function_c1_loop1 
-0x7462 032701 call aes_clear 
-0x7463 032702 increase -4 ,regext_index 
-0x7464 032703 fetch 4 ,mem_le_tk 
-0x7465 032704 copy pdata ,regext 
-0x7466 032705 increase 4 ,regext_index 
-0x7467 032706 force 0x38 ,aes_ctrl 
-0x7468 032707 force 0xc ,aes_ctrl 
-0x7469 032708 call wait_aes 
-0x746a 032710 call aes_clear_data 
-0x746b 032711 force 0x3a ,aes_ctrl 
-0x746c 032712 force 0x8 ,aes_ctrl 
-0x746d 032713 branch wait_aes 
-:      032715 padding_data:
-0x746e 032716 compare 0 ,loopcnt ,3 
-0x746f 032717 rtn true 
-0x7470 032718 deposit contr 
-0x7471 032719 iadd loopcnt ,contw 
-0x7472 032720 force 0 ,pdata 
-:      032721 padding_loop:
-0x7473 032722 istore 1 ,contw 
-0x7474 032723 increase 1 ,loopcnt 
-0x7475 032724 compare 0 ,loopcnt ,3 
-0x7476 032725 rtn true 
-0x7477 032726 branch padding_loop 
-:      032728 aes_load_data:
-0x7478 032729 force regidx_data ,regext_index 
-:      032730 load_data_loop:
-0x7479 032731 deposit loopcnt 
-0x747a 032732 branch load_data_padding ,blank 
-0x747b 032733 ifetch 4 ,contr 
-0x747c 032734 increase -4 ,loopcnt 
-:      032735 load_data_padding:
-0x747d 032736 iforce regext 
-0x747e 032737 increase 1 ,regext_index 
-0x747f 032738 compare regidx_key ,regext_index ,0xf 
-0x7480 032739 rtn true 
-0x7481 032740 branch load_data_loop 
-:      032742 aes_load_xor:
-0x7482 032743 force regidx_xor ,regext_index 
-0x7483 032744 branch load_regext 
-:      032745 load_key:
-0x7484 032746 force regidx_key ,regext_index 
-0x7485 032747 branch load_regext 
-:      032748 load_data128:
-0x7486 032749 force regidx_data ,regext_index 
-:      032750 load_regext:
-0x7487 032751 force 4 ,loopcnt 
-:      032752 load_regext_loop:
-0x7488 032753 ifetch 4 ,contr 
-0x7489 032754 iforce regext 
-0x748a 032755 increase 1 ,regext_index 
-0x748b 032756 loop load_regext_loop 
-0x748c 032757 rtn 
-:      032759 load_sk:
-0x748d 032760 arg mem_le_sk ,contr 
-0x748e 032761 branch load_key 
-:      032763 clear_hidata:
-0x748f 032764 force 4 ,loopcnt 
-0x7490 032765 branch clear_data_rest 
-:      032767 aes_clear_data:
-0x7491 032768 force regidx_data ,regext_index 
-:      032769 aes_clear:
-0x7492 032770 force 4 ,loopcnt 
-:      032771 clear_loop:
-0x7493 032772 force 0 ,regext 
-:      032773 clear_data_rest:
-0x7494 032774 increase 1 ,regext_index 
-0x7495 032775 loop clear_loop 
-0x7496 032776 rtn 
-:      032778 store_aes_result:
-0x7497 032779 force regidx_result ,regext_index 
-0x7498 032780 force 4 ,loopcnt 
-:      032781 send_aes_result_loop:
-0x7499 032782 deposit regext 
-0x749a 032783 istore 4 ,contw 
-0x749b 032784 increase 1 ,regext_index 
-0x749c 032785 loop send_aes_result_loop 
-0x749d 032786 rtn 
-:      032788 store_enc_data:
-0x749e 032789 force regidx_result ,regext_index 
-0x749f 032790 copy regc ,contw 
-0x74a0 032791 add regb ,1 ,loopcnt 
-0x74a1 032792 sub loopcnt ,15 ,null 
-0x74a2 032793 branch store_enc_loop ,positive 
-0x74a3 032794 force 16 ,loopcnt 
-:      032795 store_enc_loop:
-0x74a4 032796 deposit regext 
-0x74a5 032797 sub loopcnt ,3 ,null 
-0x74a6 032798 branch store_enc_byte ,positive 
-0x74a7 032799 istore 4 ,contw 
-0x74a8 032800 increase -4 ,loopcnt 
-0x74a9 032801 rtn zero 
-0x74aa 032802 increase 1 ,regext_index 
-0x74ab 032803 branch store_enc_loop 
-:      032804 store_enc_byte:
-0x74ac 032805 istore 1 ,contw 
-0x74ad 032806 rshift8 pdata ,pdata 
-0x74ae 032807 loop store_enc_byte 
-0x74af 032808 rtn 
-:      032811 compare_res:
-0x74b0 032812 force regidx_result ,regext_index 
-0x74b1 032813 force 4 ,loopcnt 
-:      032814 compare_res_loop:
-0x74b2 032815 ifetch 4 ,contr 
-0x74b3 032816 isub regext ,null 
-0x74b4 032817 nrtn zero 
-0x74b5 032818 increase 1 ,regext_index 
-0x74b6 032819 loop compare_res_loop 
-0x74b7 032820 force 0 ,null 
-0x74b8 032821 rtn 
-:      032823 enable_authrom:
-0x74b9 032824 hfetch 1 ,core_clkoff 
-0x74ba 032825 set0 clock_off_auth_rom ,pdata 
-0x74bb 032826 hstore 1 ,core_clkoff 
-0x74bc 032827 rtn 
-:      032829 disable_authrom:
-0x74bd 032830 hfetch 1 ,core_clkoff 
-0x74be 032831 set1 clock_off_auth_rom ,pdata 
-0x74bf 032832 hstore 1 ,core_clkoff 
-0x74c0 032833 rtn 
-:      032835 init_memp:
-0x74c1 032836 arg mem_p ,contw 
-0x74c2 032837 setsect 0 ,0x3ffff 
-0x74c3 032838 setsect 1 ,0x3ffff 
-0x74c4 032839 setsect 2 ,0x3ffff 
-0x74c5 032840 setsect 3 ,0x3fbff 
-0x74c6 032841 istore 9 ,contw 
-0x74c7 032842 setsect 0 ,0x3ffff 
-0x74c8 032843 setsect 1 ,0x3ffff 
-0x74c9 032844 setsect 2 ,0x3ffff 
-0x74ca 032845 setsect 3 ,0x3ffff 
-0x74cb 032846 istore 9 ,contw 
-0x74cc 032847 setsect 0 ,0x3ffff 
-0x74cd 032848 setsect 1 ,0x3ffff 
-0x74ce 032849 setsect 2 ,0x3cfff 
-0x74cf 032850 setsect 3 ,0x3ffff 
-0x74d0 032851 istore 9 ,contw 
-0x74d1 032852 setsect 0 ,0x3ffff 
-0x74d2 032853 setsect 1 ,0x3ffff 
-0x74d3 032854 setsect 2 ,0x3ffef 
-0x74d4 032855 setsect 3 ,0x3ffff 
-0x74d5 032856 istore 9 ,contw 
-0x74d6 032857 setsect 0 ,0x3ffff 
-0x74d7 032858 setsect 1 ,0x3ffff 
-0x74d8 032859 setsect 2 ,0x3ffff 
-0x74d9 032860 setsect 3 ,0x3ffff 
-0x74da 032861 istore 9 ,contw 
-0x74db 032862 setsect 0 ,0x3ffff 
-0x74dc 032863 setsect 1 ,0x26c7f 
-0x74dd 032864 setsect 2 ,0x146b 
-0x74de 032865 setsect 3 ,0x37bb3 
-0x74df 032866 istore 9 ,contw 
-0x74e0 032867 setsect 0 ,0x1feb8 
-0x74e1 032868 setsect 1 ,0x10c12 
-0x74e2 032869 setsect 2 ,0x2b722 
-0x74e3 032870 setsect 3 ,0x29fa6 
-0x74e4 032871 istore 9 ,contw 
-0x74e5 032872 setsect 0 ,0xe70f 
-0x74e6 032873 setsect 1 ,0x16720 
-0x74e7 032874 setsect 2 ,0x519e 
-0x74e8 032875 setsect 3 ,0x19084 
-0x74e9 032876 istore 9 ,contw 
-0x74ea 032877 setsect 0 ,0x31012 
-0x74eb 032878 setsect 1 ,0x360bf 
-0x74ec 032879 setsect 2 ,0x3f0af 
-0x74ed 032880 setsect 3 ,0x3d3 
-0x74ee 032881 istore 9 ,contw 
-0x74ef 032882 setsect 0 ,0x3a188 
-0x74f0 032883 setsect 1 ,0x3ad0 
-0x74f1 032884 setsect 2 ,0x3cbf2 
-0x74f2 032885 setsect 3 ,0x243d9 
-0x74f3 032886 istore 9 ,contw 
-0x74f4 032887 setsect 0 ,0x2b030 
-0x74f5 032888 setsect 1 ,0x36a03 
-0x74f6 032889 setsect 2 ,0x11188 
-0x74f7 032890 setsect 3 ,0x1e520 
-0x74f8 032891 istore 9 ,contw 
-0x74f9 032892 setsect 0 ,0x3a11e 
-0x74fa 032893 setsect 1 ,0xfe5d 
-0x74fb 032894 setsect 2 ,0xdd57 
-0x74fc 032895 setsect 3 ,0x1ac93 
-0x74fd 032896 istore 9 ,contw 
-0x74fe 032897 setsect 0 ,0x11ed 
-0x74ff 032898 setsect 1 ,0x218c4 
-0x7500 032899 setsect 2 ,0x8da7 
-0x7501 032900 setsect 3 ,0x257ff 
-0x7502 032901 istore 9 ,contw 
-0x7503 032902 setsect 0 ,0x3192b 
-0x7504 032903 setsect 1 ,0x34641 
-0x7505 032904 setsect 2 ,0x1be0c 
-0x7506 032905 setsect 3 ,0x366ad 
-0x7507 032906 istore 9 ,contw 
-0x7508 032907 setsect 0 ,0x1f83 
-0x7509 032908 setsect 1 ,0x15a23 
-0x750a 032909 setsect 2 ,0x3f9b0 
-0x750b 032910 setsect 3 ,0x3949 
-0x750c 032911 istore 9 ,contw 
-0x750d 032912 setsect 0 ,0x13a51 
-0x750e 032913 setsect 1 ,0x153fd 
-0x750f 032914 setsect 2 ,0x3372a 
-0x7510 032915 setsect 3 ,0xf1bb 
-0x7511 032916 istore 9 ,contw 
-0x7512 032917 setsect 0 ,0x3ae85 
-0x7513 032918 setsect 1 ,0x1eed9 
-0x7514 032919 setsect 2 ,0x9e66 
-0x7515 032920 setsect 3 ,0x1a8 
-0x7516 032921 istore 8 ,contw 
-0x7517 032922 rtn 
-:      032926 init_memp_256:
-0x7518 032927 arg mem_p_256 ,contw 
-0x7519 032928 setsect 0 ,0x3ffff 
-0x751a 032929 setsect 1 ,0x3ffff 
-0x751b 032930 setsect 2 ,0x3ffff 
-0x751c 032931 setsect 3 ,0x3ffff 
-0x751d 032932 istore 9 ,contw 
-0x751e 032933 setsect 0 ,0x3ffff 
-0x751f 032934 setsect 1 ,0x3f 
-0x7520 032935 setsect 2 ,0x0 
-0x7521 032936 setsect 3 ,0x0 
-0x7522 032937 istore 9 ,contw 
-0x7523 032938 setsect 0 ,0x0 
-0x7524 032939 setsect 1 ,0x0 
-0x7525 032940 setsect 2 ,0x1000 
-0x7526 032941 setsect 3 ,0x0 
-0x7527 032942 istore 9 ,contw 
-0x7528 032943 setsect 0 ,0x3ff00 
-0x7529 032944 setsect 1 ,0x3ffff 
-0x752a 032945 setsect 2 ,0x3ffcf 
-0x752b 032946 setsect 3 ,0x3ffff 
-0x752c 032947 istore 9 ,contw 
-0x752d 032948 setsect 0 ,0x3ffff 
-0x752e 032949 setsect 1 ,0x3ffff 
-0x752f 032950 setsect 2 ,0x3ffff 
-0x7530 032951 setsect 3 ,0x3ff 
-0x7531 032952 istore 9 ,contw 
-0x7532 032953 setsect 0 ,0x0 
-0x7533 032954 setsect 1 ,0x0 
-0x7534 032955 setsect 2 ,0x0 
-0x7535 032956 setsect 3 ,0x0 
-0x7536 032957 istore 9 ,contw 
-0x7537 032958 setsect 0 ,0x10000 
-0x7538 032959 setsect 1 ,0x0 
-0x7539 032960 setsect 2 ,0x3f000 
-0x753a 032961 setsect 3 ,0x3ffff 
-0x753b 032962 istore 9 ,contw 
-0x753c 032963 setsect 0 ,0x296ff 
-0x753d 032964 setsect 1 ,0x22630 
-0x753e 032965 setsect 2 ,0x3945d 
-0x753f 032966 setsect 3 ,0x3d284 
-0x7540 032967 istore 9 ,contw 
-0x7541 032968 setsect 0 ,0x333a0 
-0x7542 032969 setsect 1 ,0x4b7a 
-0x7543 032970 setsect 2 ,0x37d8 
-0x7544 032971 setsect 3 ,0x3c9dc 
-0x7545 032972 istore 9 ,contw 
-0x7546 032973 setsect 0 ,0x3a440 
-0x7547 032974 setsect 1 ,0x1b958 
-0x7548 032975 setsect 2 ,0x38bce 
-0x7549 032976 setsect 3 ,0x1091f 
-0x754a 032977 istore 9 ,contw 
-0x754b 032978 setsect 0 ,0x2e12c 
-0x754c 032979 setsect 1 ,0x1f47c 
-0x754d 032980 setsect 2 ,0x356b1 
-0x754e 032981 setsect 3 ,0x2fd47 
-0x754f 032982 istore 9 ,contw 
-0x7550 032983 setsect 0 ,0x6837 
-0x7551 032984 setsect 1 ,0x2ed90 
-0x7552 032985 setsect 2 ,0x1ecec 
-0x7553 032986 setsect 3 ,0x1acc5 
-0x7554 032987 istore 9 ,contw 
-0x7555 032988 setsect 0 ,0x23357 
-0x7556 032989 setsect 1 ,0x18af3 
-0x7557 032990 setsect 2 ,0xf9e1 
-0x7558 032991 setsect 3 ,0x129f0 
-0x7559 032992 istore 9 ,contw 
-0x755a 032993 setsect 0 ,0x2e7eb 
-0x755b 032994 setsect 1 ,0x3e6e3 
-0x755c 032995 setsect 2 ,0x3e1a7 
-0x755d 032996 setsect 3 ,0x10b8b 
-0x755e 032997 istore 9 ,contw 
-0x755f 032998 setsect 0 ,0x24fe3 
-0x7560 032999 setsect 1 ,0x20ef 
-0x7561 033000 setsect 2 ,0x1b5a6 
-0x7562 033001 setsect 3 ,0xdc2f 
-0x7563 033002 istore 9 ,contw 
-0x7564 033003 setsect 0 ,0x13860 
-0x7565 033004 setsect 1 ,0x2bd69 
-0x7566 033005 setsect 2 ,0x391a 
-0x7567 033006 setsect 3 ,0x1b222 
-0x7568 033007 istore 9 ,contw 
-0x7569 033008 rtn 
-:      033011 publickey_init:
-0x756a 033012 fetch 1 ,mem_ssp_enable 
-0x756b 033013 nbranch sp_initialize ,blank 
-0x756c 033014 branch sp_initialize_256 
-:      033016 sp_calc_sequence_256_check:
-0x756d 033017 bpatchx patch3c_4 ,mem_patch3c 
-0x756e 033018 fetch 1 ,mem_ssp_enable 
-0x756f 033019 rtn blank 
-0x7570 033020 fetch 1 ,mem_sp_local_key_invalid 
-0x7571 033021 rtnne sp_key_valid 
-0x7572 033022 fetch 1 ,mem_le_secure_connect_enable 
-0x7573 033023 rtn blank 
-0x7574 033024 fetch 1 ,mem_le_sc_local_key_invalid 
-0x7575 033025 rtneq sp_key_valid_256 
-0x7576 033026 fetch 2 ,mem_ui_state_map 
-0x7577 033027 bbit1 ui_state_bt_connected ,stop_publickey_calc_256 
-0x7578 033028 fetch 1 ,mem_le_sc_calc 
-0x7579 033029 beq sp_calc_standby ,sp_initialize_256 
-0x757a 033030 rtn 
-:      033031 stop_publickey_calc_256:
-0x757b 033032 jam sp_calc_standby ,mem_le_sc_calc 
-0x757c 033033 rtn 
-:      033036 sp_initialize:
-0x757d 033037 bpatchx patch3c_5 ,mem_patch3c 
-0x757e 033038 fetch 1 ,mem_ssp_enable 
-0x757f 033039 branch ssp_disable ,blank 
-0x7580 033040 call ssp_enable 
-0x7581 033041 call sp_clear_flags 
-0x7582 033042 branch sp_pubkey_calc 
-:      033044 sp_clear_flags:
-0x7583 033045 setarg 0 
-0x7584 033046 store 8 ,mem_sp_state_start 
-0x7585 033047 store 4 ,mem_sp_flag_start 
-0x7586 033048 store 7 ,mem_sp_iocap_remote 
-0x7587 033049 rtn 
-:      033051 sp_generate_local_key:
-0x7588 033052 jam sp_flag_commit ,mem_sp_flag 
-0x7589 033053 branch sp_generate_local_key0 
-:      033054 sp_master_generate_local_key:
-0x758a 033055 fetch 1 ,mem_sp_local_key_invalid 
-0x758b 033056 beq sp_key_valid ,sp_dhkey_calc 
-0x758c 033057 branch assert 
-:      033058 sp_generate_local_key0:
-0x758d 033059 fetch 1 ,mem_sp_local_key_invalid 
-0x758e 033060 beq sp_key_valid ,sp_start_send_pubkey 
-0x758f 033061 branch sp_pubkey_calc 
-:      033063 sp_start_send_pubkey:
-0x7590 033064 call sp_dhkey_calc 
-0x7591 033065 fetch 1 ,mem_master_sp_state 
-0x7592 033066 nrtn blank 
-0x7593 033067 jam sp_stat_key_send ,mem_sp_state 
-0x7594 033068 rtn 
-:      033071 sp_calc_check_publickey_256:
-0x7595 033072 call sp_calc_b256 
-0x7596 033073 arg mem_le_pubkey_remote_y_256 ,rega 
-0x7597 033074 arg mem_t7_256 ,contw 
-0x7598 033075 call bn_sqrmod_256 
-0x7599 033076 arg mem_le_pubkey_remote_x_256 ,rega 
-0x759a 033077 arg mem_t2_256 ,contw 
-0x759b 033078 call bn_sqrmod_256 
-0x759c 033079 arg mem_t2_256 ,rega 
-0x759d 033080 arg mem_le_pubkey_remote_x_256 ,regb 
-0x759e 033081 arg mem_t2_256 ,contw 
-0x759f 033082 call bn_mulmod_256 
-0x75a0 033083 arg mem_a_256 ,rega 
-0x75a1 033084 arg mem_le_pubkey_remote_x_256 ,regb 
-0x75a2 033085 arg mem_t3_256 ,contw 
-0x75a3 033086 call bn_mulmod_256 
-0x75a4 033087 arg mem_t3_256 ,rega 
-0x75a5 033088 arg mem_t2_256 ,regb 
-0x75a6 033089 arg mem_t2_256 ,contw 
-0x75a7 033090 call bn_addmod_256 
-0x75a8 033091 arg mem_t0_256 ,rega 
-0x75a9 033092 arg mem_t2_256 ,regb 
-0x75aa 033093 arg mem_t0_256 ,contw 
-0x75ab 033094 call bn_addmod_256 
-0x75ac 033095 arg 32 ,loopcnt 
-0x75ad 033096 arg mem_t7_256 ,rega 
-0x75ae 033097 arg mem_t0_256 ,regb 
-0x75af 033098 branch string_compare 
-:      033100 sp_calc_b256:
-0x75b0 033101 arg mem_gy_256 ,rega 
-0x75b1 033102 arg mem_t0_256 ,contw 
-0x75b2 033103 call bn_sqrmod_256 
-0x75b3 033104 arg mem_gx_256 ,rega 
-0x75b4 033105 arg mem_t2_256 ,contw 
-0x75b5 033106 call bn_sqrmod_256 
-0x75b6 033107 arg mem_t2_256 ,rega 
-0x75b7 033108 arg mem_gx_256 ,regb 
-0x75b8 033109 arg mem_t2_256 ,contw 
-0x75b9 033110 call bn_mulmod_256 
-0x75ba 033111 arg mem_a_256 ,rega 
-0x75bb 033112 arg mem_gx_256 ,regb 
-0x75bc 033113 arg mem_t3_256 ,contw 
-0x75bd 033114 call bn_mulmod_256 
-0x75be 033115 arg mem_t3_256 ,rega 
-0x75bf 033116 arg mem_t2_256 ,regb 
-0x75c0 033117 arg mem_t2_256 ,contw 
-0x75c1 033118 call bn_addmod_256 
-0x75c2 033119 arg mem_t0_256 ,rega 
-0x75c3 033120 arg mem_t2_256 ,regb 
-0x75c4 033121 arg mem_t0_256 ,contw 
-0x75c5 033122 branch bn_submod_256 
-:      033124 sp_calc_check_publickey:
-0x75c6 033125 call sp_calc_b 
-0x75c7 033126 arg mem_sp_pubkey_remote_y ,rega 
-0x75c8 033127 arg mem_t7_256 ,contw 
-0x75c9 033128 call bn_sqrmod 
-0x75ca 033129 arg mem_sp_pubkey_remote_x ,rega 
-0x75cb 033130 arg mem_t2_256 ,contw 
-0x75cc 033131 call bn_sqrmod 
-0x75cd 033132 arg mem_t2_256 ,rega 
-0x75ce 033133 arg mem_sp_pubkey_remote_x ,regb 
-0x75cf 033134 arg mem_t2_256 ,contw 
-0x75d0 033135 call bn_mulmod 
-0x75d1 033136 arg mem_a ,rega 
-0x75d2 033137 arg mem_sp_pubkey_remote_x ,regb 
-0x75d3 033138 arg mem_t3_256 ,contw 
-0x75d4 033139 call bn_mulmod 
-0x75d5 033140 arg mem_t3_256 ,rega 
-0x75d6 033141 arg mem_t2_256 ,regb 
-0x75d7 033142 arg mem_t2_256 ,contw 
-0x75d8 033143 call bn_addmod 
-0x75d9 033144 arg mem_t0_256 ,rega 
-0x75da 033145 arg mem_t2_256 ,regb 
-0x75db 033146 arg mem_t0_256 ,contw 
-0x75dc 033147 call bn_addmod 
-0x75dd 033148 arg 24 ,loopcnt 
-0x75de 033149 arg mem_t7_256 ,rega 
-0x75df 033150 arg mem_t0_256 ,regb 
-0x75e0 033151 branch string_compare 
-:      033153 sp_calc_b:
-0x75e1 033154 arg mem_gy ,rega 
-0x75e2 033155 arg mem_t0_256 ,contw 
-0x75e3 033156 call bn_sqrmod 
-0x75e4 033157 arg mem_gx ,rega 
-0x75e5 033158 arg mem_t2_256 ,contw 
-0x75e6 033159 call bn_sqrmod 
-0x75e7 033160 arg mem_t2_256 ,rega 
-0x75e8 033161 arg mem_gx ,regb 
-0x75e9 033162 arg mem_t2_256 ,contw 
-0x75ea 033163 call bn_mulmod 
-0x75eb 033164 arg mem_a ,rega 
-0x75ec 033165 arg mem_gx ,regb 
-0x75ed 033166 arg mem_t3_256 ,contw 
-0x75ee 033167 call bn_mulmod 
-0x75ef 033168 arg mem_t3_256 ,rega 
-0x75f0 033169 arg mem_t2_256 ,regb 
-0x75f1 033170 arg mem_t2_256 ,contw 
-0x75f2 033171 call bn_addmod 
-0x75f3 033172 arg mem_t0_256 ,rega 
-0x75f4 033173 arg mem_t2_256 ,regb 
-0x75f5 033174 arg mem_t0_256 ,contw 
-0x75f6 033175 branch bn_submod 
-:      033178 sp_calculate_commitment:
-0x75f7 033179 fetch 1 ,mem_sp_calc 
-0x75f8 033180 bne sp_calc_standby ,sp_calculate_commitment_wait_dhkey_calc 
-0x75f9 033181 call sp_local_random_key_generator 
-0x75fa 033182 arg mem_sp_prarm_stack ,contw 
-0x75fb 033183 setarg mem_sp_random_local_end 
-0x75fc 033184 istore 2 ,contw 
-0x75fd 033185 setarg mem_sp_pubkey_local_x_end 
-0x75fe 033186 istore 2 ,contw 
-0x75ff 033187 setarg mem_sp_pubkey_remote_x_end 
-0x7600 033188 istore 2 ,contw 
-0x7601 033189 branch sp_calculate_commitment0 
-:      033190 master_sp_calculate_commitment:
-0x7602 033191 arg mem_sp_prarm_stack ,contw 
-0x7603 033192 setarg mem_sp_random_remote_end 
-0x7604 033193 istore 2 ,contw 
-0x7605 033194 setarg mem_sp_pubkey_remote_x_end 
-0x7606 033195 istore 2 ,contw 
-0x7607 033196 setarg mem_sp_pubkey_local_x_end 
-0x7608 033197 istore 2 ,contw 
-:      033198 sp_calculate_commitment0:
-0x7609 033199 call function_f1 
-0x760a 033200 fetch 1 ,mem_master_sp_state 
-0x760b 033201 beq sp_stat_commit_calc ,master_sp_calculate_commitment0 
-0x760c 033202 jam sp_flag_commit ,mem_sp_flag 
-0x760d 033203 jam sp_stat_commit_send ,mem_sp_state 
-0x760e 033204 rtn 
-:      033205 master_sp_calculate_commitment0:
-0x760f 033206 jam sp_stat_commitment_compare ,mem_master_sp_state 
-0x7610 033207 call sp_master_generate_local_key 
-0x7611 033208 branch master_set_mem_master_sp_flag 
-:      033210 sp_local_random_key_generator:
-0x7612 033211 arg mem_sp_random_local ,contw 
-0x7613 033212 force 8 ,queue 
-0x7614 033213 branch random_generator 
-:      033215 sp_calculate_commitment_wait_dhkey_calc:
-0x7615 033216 jam sp_flag_commit ,mem_sp_flag 
-0x7616 033217 rtn 
-:      033219 sp_confirm_check:
-0x7617 033221 bpatchx patch3c_6 ,mem_patch3c 
-0x7618 033222 arg mem_addr_value ,contw 
-0x7619 033223 fetch 6 ,mem_lap 
-0x761a 033224 istore 6 ,contw 
-0x761b 033225 fetch 6 ,mem_plap 
-0x761c 033226 istore 6 ,contw 
-0x761d 033227 fetch 3 ,mem_sp_iocap_remote 
-0x761e 033228 istore 3 ,contw 
-0x761f 033230 call function_f3a 
-0x7620 033232 arg mem_sp_calc_result_high ,rega 
-0x7621 033233 arg mem_sp_check_result ,regb 
-0x7622 033234 force 4 ,queue 
-0x7623 033235 call compare4 
-0x7624 033236 nbranch sp_confirm_check_failed ,true 
-0x7625 033238 call sp_confirm_check_success 
-0x7626 033239 jam lmp_dhkey_check ,mem_lmi_opcode2 
-0x7627 033240 branch tid_set_reply 
-:      033242 sp_confirm_check_success:
-0x7628 033243 fetch 1 ,mem_master_sp_state 
-0x7629 033244 beq sp_stat_confirm_check ,sp_confirm_check_success_master 
-0x762a 033245 jam sp_stat_confirm_calc ,mem_sp_state 
-0x762b 033246 jam sp_flag_commit ,mem_sp_flag 
-0x762c 033247 jam lmp_accepted ,mem_lmo_opcode2 
-0x762d 033248 rtn 
-:      033249 sp_confirm_check_success_master:
-0x762e 033250 jam lmp_accepted ,mem_lmo_opcode2 
-0x762f 033251 jam sp_state_end ,mem_master_sp_state 
-0x7630 033252 branch master_set_mem_master_sp_flag 
-:      033255 sp_confirm_check_failed:
-0x7631 033256 fetch 1 ,mem_master_sp_state 
-0x7632 033257 beq sp_stat_confirm_check ,sp_confirm_check_failed_master 
-0x7633 033258 jam sp_stat_null ,mem_sp_state 
-0x7634 033259 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x7635 033261 jam authentication_failure_error ,mem_lmo_reason2 
-0x7636 033262 rtn 
-:      033263 sp_confirm_check_failed_master:
-0x7637 033264 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x7638 033265 jam sp_stat_null ,mem_master_sp_state 
-0x7639 033266 rtn 
-:      033268 sp_confirm_calc:
-0x763a 033269 fetch 1 ,mem_sp_dh_ready 
-0x763b 033270 beq sp_flag_commit ,sp_confirm_calc_ready 
-0x763c 033271 jam sp_stat_confirm_calc ,mem_master_sp_state 
-0x763d 033272 branch master_set_mem_master_sp_flag 
-:      033273 sp_confirm_calc_ready:
-0x763e 033274 arg mem_addr_value ,contw 
-0x763f 033275 fetch 6 ,mem_plap 
-0x7640 033276 istore 6 ,contw 
-0x7641 033277 fetch 6 ,mem_lap 
-0x7642 033278 istore 6 ,contw 
-0x7643 033279 fetch 3 ,mem_sp_iocap_local 
-0x7644 033280 istore 3 ,contw 
-0x7645 033282 call function_f3b 
-0x7646 033283 fetch 1 ,mem_master_sp_state 
-0x7647 033284 beq sp_stat_confirm_calc ,sp_confirm_calc_master 
-0x7648 033285 jam sp_stat_confirm_send ,mem_sp_state 
-0x7649 033286 jam sp_flag_commit ,mem_sp_flag 
-0x764a 033287 rtn 
-:      033288 sp_confirm_calc_master:
-0x764b 033289 jam sp_stat_confirm_send ,mem_master_sp_state 
-0x764c 033290 jam sp_flag_commit ,mem_master_sp_flag 
-0x764d 033291 rtn 
-:      033293 sp_master_key_prarm_push:
-0x764e 033294 arg mem_sp_prarm_stack ,contw 
-0x764f 033295 fetch 6 ,mem_plap 
-0x7650 033296 istore 6 ,contw 
-0x7651 033297 fetch 6 ,mem_lap 
-0x7652 033298 istore 6 ,contw 
-0x7653 033299 setarg mem_sp_random_local_end 
-0x7654 033300 istore 2 ,contw 
-0x7655 033301 setarg mem_sp_random_remote_end 
-0x7656 033302 istore 2 ,contw 
-0x7657 033303 branch sp_link_key_calc 
-:      033304 sp_link_key_prarm_push:
-0x7658 033305 jam sp_stat_done ,mem_sp_state 
-0x7659 033306 arg mem_sp_prarm_stack ,contw 
-0x765a 033307 fetch 6 ,mem_lap 
-0x765b 033308 istore 6 ,contw 
-0x765c 033309 fetch 6 ,mem_plap 
-0x765d 033310 istore 6 ,contw 
-0x765e 033311 setarg mem_sp_random_remote_end 
-0x765f 033312 istore 2 ,contw 
-0x7660 033313 setarg mem_sp_random_local_end 
-0x7661 033314 istore 2 ,contw 
-:      033315 sp_link_key_calc:
-0x7662 033317 arg mem_addr_value ,contw 
-0x7663 033318 fetch 6 ,mem_sp_prarm_stack 
-0x7664 033319 istore 6 ,contw 
-0x7665 033320 fetch 6 ,mem_sp_prarm_stack + 6 
-0x7666 033321 istore 6 ,contw 
-0x7667 033323 call function_f2 
-0x7668 033326 jam 1 ,mem_link_key_exists 
-0x7669 033327 arg mem_link_key ,contw 
-0x766a 033328 arg mem_sp_calc_result_high ,contr 
-0x766b 033329 call memcpy16 
-0x766c 033330 branch generate_linkkey_continue 
-:      033333 sp_pubkey_calc:
-0x766d 033334 bpatchx patch3c_7 ,mem_patch3c 
-0x766e 033335 fetch 1 ,mem_sp_local_key_invalid 
-0x766f 033336 rtnne sp_key_invalid 
-0x7670 033337 fetch 1 ,mem_sp_calc 
-0x7671 033338 rtnne sp_calc_standby 
-0x7672 033339 arg mem_sp_private_key ,contw 
-0x7673 033340 force 11 ,queue 
-0x7674 033341 call random_generator 
-0x7675 033342 random pdata 
-0x7676 033343 rshift pdata ,pdata 
-0x7677 033344 istore 2 ,contw 
-0x7678 033346 arg mem_k ,contw 
-0x7679 033347 arg mem_sp_private_key ,contr 
-0x767a 033348 call memcpy24 
-0x767b 033350 arg mem_ax ,contw 
-0x767c 033351 arg mem_gx ,contr 
-0x767d 033352 call memcpy48 
-0x767e 033354 arg mem_az ,contw 
-0x767f 033355 call bn_zero 
-0x7680 033356 jam 1 ,mem_az 
-0x7681 033358 call eckp_calc_init 
-0x7682 033359 jam sp_calc_pubkey ,mem_sp_calc 
-0x7683 033360 rtn 
-:      033362 sp_pubkey_generated:
-0x7684 033363 arg mem_sp_pubkey_local ,contw 
-0x7685 033364 arg mem_bx ,contr 
-0x7686 033365 call memcpy48 
-0x7687 033366 jam sp_key_valid ,mem_sp_local_key_invalid 
-0x7688 033367 jam sp_calc_standby ,mem_sp_calc 
-0x7689 033368 rtn 
-:      033370 sp_dhkey_calc:
-0x768a 033371 bpatchx patch3d_0 ,mem_patch3d 
-0x768b 033372 fetch 1 ,mem_sp_dhkey_invalid 
-0x768c 033373 rtnne sp_key_invalid 
-0x768d 033374 fetch 1 ,mem_sp_calc 
-0x768e 033375 rtnne sp_calc_standby 
-0x768f 033377 arg mem_k ,contw 
-0x7690 033378 arg mem_sp_private_key ,contr 
-0x7691 033379 call memcpy24 
-0x7692 033381 arg mem_ax ,contw 
-0x7693 033382 arg mem_sp_pubkey_remote ,contr 
-0x7694 033383 call memcpy48 
-0x7695 033385 arg mem_az ,contw 
-0x7696 033386 call bn_zero 
-0x7697 033387 jam 1 ,mem_az 
-0x7698 033389 call eckp_calc_init 
-0x7699 033390 jam sp_calc_dhkey ,mem_sp_calc 
-0x769a 033391 rtn 
-:      033393 sp_dhkey_generated:
-0x769b 033394 jam sp_flag_commit ,mem_sp_dh_ready 
-0x769c 033395 arg mem_sp_dhkey ,contw 
-0x769d 033396 arg mem_bx ,contr 
-0x769e 033397 call memcpy24 
-0x769f 033398 jam sp_key_valid ,mem_sp_dhkey_invalid 
-0x76a0 033399 jam sp_calc_standby ,mem_sp_calc 
-0x76a1 033400 rtn 
-:      033402 random_generator:
-0x76a2 033403 increase -1 ,queue 
-0x76a3 033404 nrtn positive 
-0x76a4 033405 random pdata 
-0x76a5 033406 istore 2 ,contw 
-0x76a6 033407 branch random_generator 
-:      033408 compare4:
-0x76a7 033409 increase -1 ,queue 
-0x76a8 033410 nbranch compare4_success ,positive 
-0x76a9 033411 ifetch 4 ,rega 
-0x76aa 033412 copy pdata ,temp 
-0x76ab 033413 ifetch 4 ,regb 
-0x76ac 033414 iflip temp ,pdata 
-0x76ad 033415 nbranch compare4_failed ,zero 
-0x76ae 033416 increase 4 ,rega 
-0x76af 033417 increase 4 ,regb 
-0x76b0 033418 branch compare4 
-:      033419 compare4_failed:
-0x76b1 033420 disable true 
-0x76b2 033421 rtn 
-:      033422 compare4_success:
-0x76b3 033423 enable true 
-0x76b4 033424 rtn 
-:      033431 simple_pairing_sequence:
-0x76b5 033432 bpatchx patch3d_1 ,mem_patch3d 
-0x76b6 033433 fetch 1 ,mem_sp_flag 
-0x76b7 033434 rtn blank 
-0x76b8 033435 call lmo_fifo_check 
-0x76b9 033436 nrtn blank 
-0x76ba 033437 jam sp_flag_standby ,mem_sp_flag 
-0x76bb 033438 fetch 1 ,mem_sp_state 
-0x76bc 033439 beq sp_stat_key_send ,sp_send_lmp_encapsulated_header 
-0x76bd 033440 beq sp_stat_commit_send ,sp_send_lmp_simple_pairing_comfirm 
-0x76be 033441 beq sp_stat_random_send ,sp_send_lmp_simple_pairing_number 
-0x76bf 033442 beq sp_stat_confirm_send ,sp_send_lmp_dhkey_check 
-0x76c0 033443 beq sp_stat_key_generate ,sp_generate_local_key 
-0x76c1 033444 beq sp_stat_commit_calc ,sp_calculate_commitment 
-0x76c2 033445 beq sp_stat_confirm_check ,sp_confirm_check 
-0x76c3 033446 beq sp_stat_confirm_calc ,sp_confirm_calc 
-0x76c4 033447 beq sp_stat_link_key_calc ,sp_link_key_prarm_push 
-0x76c5 033449 rtn 
-:      033451 master_simple_paring_sequence:
-0x76c6 033452 bpatchx patch3d_2 ,mem_patch3d 
-0x76c7 033453 fetch 1 ,mem_master_sp_flag 
-0x76c8 033454 rtn blank 
-0x76c9 033455 call lmo_fifo_check 
-0x76ca 033456 nrtn blank 
-0x76cb 033457 jam sp_flag_standby ,mem_master_sp_flag 
-0x76cc 033458 fetch 1 ,mem_master_sp_state 
-0x76cd 033459 beq sp_master_stat_start_skip ,sp_master_send_io_cap_get 
-0x76ce 033460 beq sp_master_stat_start_done ,sp_master_send_io_cap_send 
-0x76cf 033461 beq sp_stat_key_send ,sp_master_send_lmp_encapsulated_header 
-0x76d0 033462 beq sp_stat_commit_calc ,master_sp_calculate_commitment 
-0x76d1 033463 beq sp_stat_commitment_compare ,sp_master_commitment_compare 
-0x76d2 033464 beq sp_stat_random_send ,sp_master_send_lmp_simple_pairing_number 
-0x76d3 033465 beq sp_stat_confirm_calc ,sp_confirm_calc 
-0x76d4 033466 beq sp_stat_confirm_send ,master_sp_send_lmp_dhkey_check 
-0x76d5 033467 beq sp_stat_confirm_check ,sp_confirm_check 
-0x76d6 033468 beq sp_state_end ,master_sp_sm_end 
-0x76d7 033469 rtn 
-:      033471 master_set_mem_master_sp_flag:
-0x76d8 033472 jam sp_flag_commit ,mem_master_sp_flag 
-0x76d9 033473 rtn 
-:      033475 master_clear_mem_master_sp_flag:
-0x76da 033476 jam sp_flag_standby ,mem_master_sp_flag 
-0x76db 033477 rtn 
-:      033478 sp_calc_sequence:
-0x76dc 033479 bpatchx patch3d_3 ,mem_patch3d 
-0x76dd 033480 fetch 1 ,mem_ssp_enable 
-0x76de 033481 rtn blank 
-0x76df 033482 fetch 1 ,mem_sp_calc 
-0x76e0 033483 rtn blank 
-0x76e1 033484 increase 0x80 ,pdata 
-0x76e2 033485 store 1 ,mem_sp_calc 
-0x76e3 033486 rtnbit1 7 
-0x76e4 033487 fetch 1 ,mem_ec_loopc 
-0x76e5 033488 branch sp_calc_sequence_done ,blank 
-0x76e6 033489 branch eckp_calc 
-:      033491 sp_calc_sequence_done:
-0x76e7 033492 call ecunmapz 
-0x76e8 033493 fetch 1 ,mem_sp_calc 
-0x76e9 033494 beq sp_calc_pubkey ,sp_pubkey_generated 
-0x76ea 033495 beq sp_calc_dhkey ,sp_dhkey_generated 
-0x76eb 033496 rtn 
-:      033499 bn_testbit:
-0x76ec 033500 and pdata ,7 ,queue 
-0x76ed 033501 rshift3 pdata ,pdata 
-0x76ee 033502 iadd contr ,contr 
-0x76ef 033503 ifetch 1 ,contr 
-0x76f0 033504 qisolate0 pdata 
-0x76f1 033505 rtn 
-:      033508 ec_copy:
-0x76f2 033509 call memcpy24 
-0x76f3 033510 call memcpy24 
-0x76f4 033511 branch memcpy24 
-:      033514 bn_eq_zero:
-0x76f5 033515 ifetch 8 ,contr 
-0x76f6 033516 nrtn blank 
-0x76f7 033517 ifetch 8 ,contr 
-0x76f8 033518 nrtn blank 
-0x76f9 033519 ifetch 8 ,contr 
-0x76fa 033520 rtn 
-:      033525 bn_eq_0:
-0x76fb 033526 ifetch 4 ,rega 
-0x76fc 033527 iforce temp 
-0x76fd 033528 ifetch 4 ,regb 
-0x76fe 033529 isub temp ,null 
-0x76ff 033530 nrtn zero 
-0x7700 033531 increase 4 ,rega 
-0x7701 033532 increase 4 ,regb 
-0x7702 033533 loop bn_eq_0 
-0x7703 033534 rtn 
-:      033537 bn_bigeq:
-0x7704 033538 force 6 ,loopcnt 
-0x7705 033539 increase 20 ,rega 
-0x7706 033540 increase 20 ,regb 
-:      033541 bn_bigeq_0:
-0x7707 033542 ifetch 4 ,regb 
-0x7708 033543 iforce temp 
-0x7709 033544 ifetch 4 ,rega 
-0x770a 033545 isub temp ,pdata 
-0x770b 033546 nrtn positive 
-0x770c 033547 nrtn blank 
-0x770d 033548 increase -4 ,rega 
-0x770e 033549 increase -4 ,regb 
-0x770f 033550 loop bn_bigeq_0 
-0x7710 033551 rtn 
-:      033553 bn_add:
-0x7711 033554 force 6 ,loopcnt 
-0x7712 033555 force 0 ,regc 
-:      033556 bn_add_0:
-0x7713 033557 ifetch 4 ,rega 
-0x7714 033558 iforce temp 
-0x7715 033559 ifetch 4 ,regb 
-0x7716 033560 iadd temp ,pdata 
-0x7717 033561 iadd regc ,pdata 
-0x7718 033562 istore 4 ,contw 
-0x7719 033563 isolate1 32 ,pdata 
-0x771a 033564 setflag true ,0 ,regc 
-0x771b 033565 increase 4 ,rega 
-0x771c 033566 increase 4 ,regb 
-0x771d 033567 loop bn_add_0 
-0x771e 033568 rtn 
-:      033570 bn_sub:
-0x771f 033571 force 6 ,loopcnt 
-0x7720 033572 force 0 ,regc 
-:      033573 bn_sub_0:
-0x7721 033574 ifetch 4 ,regb 
-0x7722 033575 iforce temp 
-0x7723 033576 ifetch 4 ,rega 
-0x7724 033577 isub temp ,pdata 
-0x7725 033578 isub regc ,pdata 
-0x7726 033579 istore 4 ,contw 
-0x7727 033580 isolate1 32 ,pdata 
-0x7728 033581 setflag true ,0 ,regc 
-0x7729 033582 increase 4 ,rega 
-0x772a 033583 increase 4 ,regb 
-0x772b 033584 loop bn_sub_0 
-0x772c 033585 rtn 
-:      033587 bn_rshift6:
-0x772d 033588 force 6 ,loopcnt 
-0x772e 033589 increase 20 ,rega 
-:      033590 bn_rshift:
-0x772f 033591 force 0 ,regc 
-:      033592 bn_rshift_0:
-0x7730 033593 ifetch 4 ,rega 
-0x7731 033594 isolate1 0 ,pdata 
-0x7732 033595 setflag true ,1 ,regc 
-0x7733 033596 rshift pdata ,pdata 
-0x7734 033597 isolate1 0 ,regc 
-0x7735 033598 setflag true ,31 ,pdata 
-0x7736 033599 istore 4 ,rega 
-0x7737 033600 increase -4 ,rega 
-0x7738 033601 rshift regc ,regc 
-0x7739 033602 loop bn_rshift_0 
-0x773a 033603 rtn 
-:      033605 bn_lshift:
-0x773b 033606 force 6 ,loopcnt 
-0x773c 033607 force 0 ,regc 
-:      033608 bn_lshift_0:
-0x773d 033609 ifetch 4 ,rega 
-0x773e 033610 isolate1 31 ,pdata 
-0x773f 033611 setflag true ,1 ,regc 
-0x7740 033612 lshift pdata ,pdata 
-0x7741 033613 isolate1 0 ,regc 
-0x7742 033614 setflag true ,0 ,pdata 
-0x7743 033615 istore 4 ,rega 
-0x7744 033616 increase 4 ,rega 
-0x7745 033617 rshift regc ,regc 
-0x7746 033618 loop bn_lshift_0 
-0x7747 033619 rtn 
-:      033621 bn_lshiftmod:
-0x7748 033622 call bn_lshift 
-:      033623 bn_lshiftmod_ismod:
-0x7749 033624 isolate1 0 ,regc 
-0x774a 033625 branch bn_lshiftmod_0 ,true 
-0x774b 033626 arg mem_p ,regb 
-0x774c 033627 copy rega ,regc 
-0x774d 033628 increase -24 ,rega 
-0x774e 033629 call bn_bigeq 
-0x774f 033630 nrtn positive 
-0x7750 033631 copy regc ,rega 
-:      033632 bn_lshiftmod_0:
-0x7751 033633 increase -24 ,rega 
-0x7752 033634 arg mem_p ,regb 
-0x7753 033635 copy rega ,contw 
-0x7754 033636 branch bn_sub 
-:      033639 bn_addmod:
-0x7755 033640 call bn_add 
-0x7756 033641 copy contw ,rega 
-0x7757 033642 branch bn_lshiftmod_ismod 
-:      033644 bn_submod:
-0x7758 033645 call bn_sub 
-0x7759 033646 isolate0 0 ,regc 
-0x775a 033647 rtn true 
-0x775b 033648 arg mem_p ,regb 
-0x775c 033649 add contw ,-24 ,rega 
-0x775d 033650 copy rega ,contw 
-0x775e 033651 branch bn_add 
-:      033654 bn_p192mod:
-0x775f 033655 copy contw ,timeup 
-0x7760 033656 copy rega ,alarm 
-0x7761 033657 arg mem_tmp2 ,regb 
-0x7762 033658 copy regb ,contw 
-0x7763 033659 add rega ,24 ,contr 
-0x7764 033660 ifetch 8 ,contr 
-0x7765 033661 istore 8 ,contw 
-0x7766 033662 istore 8 ,contw 
-0x7767 033663 force 0 ,pdata 
-0x7768 033664 istore 8 ,contw 
-0x7769 033665 copy timeup ,contw 
-0x776a 033666 call bn_addmod 
-0x776b 033667 arg mem_tmp2 ,regb 
-0x776c 033668 copy regb ,contw 
-0x776d 033669 force 0 ,pdata 
-0x776e 033670 istore 8 ,contw 
-0x776f 033671 add alarm ,32 ,contr 
-0x7770 033672 ifetch 8 ,contr 
-0x7771 033673 istore 8 ,contw 
-0x7772 033674 istore 8 ,contw 
-0x7773 033675 copy timeup ,rega 
-0x7774 033676 copy rega ,contw 
-0x7775 033677 call bn_addmod 
-0x7776 033678 arg mem_tmp2 ,regb 
-0x7777 033679 copy regb ,contw 
-0x7778 033680 add alarm ,40 ,contr 
-0x7779 033681 ifetch 8 ,contr 
-0x777a 033682 istore 8 ,contw 
-0x777b 033683 istore 8 ,contw 
-0x777c 033684 istore 8 ,contw 
-0x777d 033685 copy timeup ,rega 
-0x777e 033686 copy rega ,contw 
-0x777f 033687 branch bn_addmod 
-:      033690 bn_load:
-0x7780 033691 force 6 ,loopcnt 
-:      033692 bn_load_0:
-0x7781 033693 ifetch 4 ,contr 
-0x7782 033694 iforce regext 
-0x7783 033695 increase 1 ,regext_index 
-0x7784 033696 loop bn_load_0 
-0x7785 033697 rtn 
-:      033701 bn_mulmod:
-0x7786 033702 copy contw ,timeup 
-0x7787 033703 arg mem_tmp1 ,contw 
-0x7788 033704 call bn_zero 
-0x7789 033705 arg mem_tmp1 ,contw 
-0x778a 033706 copy rega ,contr 
-0x778b 033707 force 0 ,regext_index 
-0x778c 033708 call bn_load 
-0x778d 033709 copy regb ,contr 
-0x778e 033710 call bn_load 
-0x778f 033711 force 0 ,regb 
-:      033712 bn_mulmod_1:
-0x7790 033713 force 0 ,temp 
-0x7791 033714 force 6 ,regc 
-:      033715 bn_mulmod_0:
-0x7792 033716 ifetch 4 ,contw 
-0x7793 033717 iforce rega 
-0x7794 033718 copy regb ,regext_index 
-0x7795 033719 deposit regext 
-0x7796 033720 copy regc ,regext_index 
-0x7797 033721 imul32 regext ,pdata 
-0x7798 033722 iadd rega ,pdata 
-0x7799 033723 iadd temp ,pdata 
-0x779a 033724 istore 4 ,contw 
-0x779b 033725 rshift32 pdata ,temp 
-0x779c 033726 increase 1 ,regc 
-0x779d 033727 compare 12 ,regc ,0xff 
-0x779e 033728 nbranch bn_mulmod_0 ,true 
-0x779f 033729 deposit temp 
-0x77a0 033730 istore 4 ,contw 
-0x77a1 033731 increase -24 ,contw 
-0x77a2 033732 increase 1 ,regb 
-0x77a3 033733 compare 6 ,regb ,0xff 
-0x77a4 033734 nbranch bn_mulmod_1 ,true 
-0x77a5 033735 arg mem_tmp1 ,rega 
-0x77a6 033736 copy timeup ,contw 
-0x77a7 033737 branch bn_p192mod 
-:      033740 bn_sqrmod:
-0x77a8 033741 copy rega ,regb 
-0x77a9 033742 branch bn_mulmod 
-:      033744 bn_rshifteven:
-0x77aa 033745 copy rega ,alarm 
-:      033746 bn_rshifteven_1:
-0x77ab 033747 copy alarm ,rega 
-0x77ac 033748 ifetch 1 ,rega 
-0x77ad 033749 isolate1 0 ,pdata 
-0x77ae 033750 rtn true 
-0x77af 033751 call bn_rshift6 
-0x77b0 033752 ifetch 1 ,regb 
-0x77b1 033753 isolate0 0 ,pdata 
-0x77b2 033754 branch bn_rshifteven_0 ,true 
-0x77b3 033755 arg mem_p ,rega 
-0x77b4 033756 copy regb ,contw 
-0x77b5 033757 call bn_add 
-0x77b6 033758 ifetch 1 ,regb 
-0x77b7 033759 iadd regc ,pdata 
-0x77b8 033760 istore 1 ,regb 
-0x77b9 033761 increase -24 ,regb 
-:      033762 bn_rshifteven_0:
-0x77ba 033763 add regb ,24 ,rega 
-0x77bb 033764 force 7 ,loopcnt 
-0x77bc 033765 call bn_rshift 
-0x77bd 033766 branch bn_rshifteven_1 
-:      033769 bn_invmod:
-0x77be 033770 copy contw ,timeup 
-0x77bf 033771 arg mem_tmp0 ,contw 
-0x77c0 033772 call bn_zero 
-0x77c1 033773 force 0 ,pdata 
-0x77c2 033774 store 4 ,mem_tmp5 
-0x77c3 033775 store 4 ,mem_t2 
-0x77c4 033776 jam 1 ,mem_tmp0 
-0x77c5 033777 arg mem_tmp1 ,contw 
-0x77c6 033778 call bn_zero 
-0x77c7 033779 arg mem_p ,contr 
-0x77c8 033780 arg mem_tmp2 ,contw 
-0x77c9 033781 call memcpy24 
-0x77ca 033782 copy rega ,contr 
-0x77cb 033783 arg mem_tmp3 ,contw 
-0x77cc 033784 call memcpy24 
-:      033785 bn_invmod_2:
-0x77cd 033786 arg mem_tmp3 ,contr 
-0x77ce 033787 call bn_eq_zero 
-0x77cf 033788 branch bn_invmod_0 ,blank 
-0x77d0 033789 arg mem_tmp3 ,rega 
-0x77d1 033790 arg mem_tmp0 ,regb 
-0x77d2 033791 call bn_rshifteven 
-0x77d3 033793 arg mem_tmp2 ,rega 
-0x77d4 033794 arg mem_tmp1 ,regb 
-0x77d5 033795 call bn_rshifteven 
-0x77d6 033796 arg mem_tmp3 ,rega 
-0x77d7 033797 arg mem_tmp2 ,regb 
-0x77d8 033798 call bn_bigeq 
-0x77d9 033799 branch bn_invmod_1 ,positive 
-0x77da 033800 arg mem_tmp2 ,rega 
-0x77db 033801 arg mem_tmp3 ,regb 
-0x77dc 033802 copy rega ,contw 
-0x77dd 033803 call bn_sub 
-0x77de 033804 arg mem_tmp0 ,rega 
-0x77df 033805 arg mem_tmp1 ,regb 
-0x77e0 033806 copy regb ,contw 
-0x77e1 033807 call bn_add 
-0x77e2 033808 ifetch 1 ,rega 
-0x77e3 033809 iadd regc ,regc 
-0x77e4 033810 ifetch 1 ,regb 
-0x77e5 033811 iadd regc ,pdata 
-0x77e6 033812 istore 1 ,regb 
-0x77e7 033813 branch bn_invmod_2 
-:      033814 bn_invmod_1:
-0x77e8 033815 arg mem_tmp3 ,rega 
-0x77e9 033816 arg mem_tmp2 ,regb 
-0x77ea 033817 copy rega ,contw 
-0x77eb 033818 call bn_sub 
-0x77ec 033819 arg mem_tmp1 ,rega 
-0x77ed 033820 arg mem_tmp0 ,regb 
-0x77ee 033821 copy regb ,contw 
-0x77ef 033822 call bn_add 
-0x77f0 033823 ifetch 1 ,rega 
-0x77f1 033824 iadd regc ,regc 
-0x77f2 033825 ifetch 1 ,regb 
-0x77f3 033826 iadd regc ,pdata 
-0x77f4 033827 istore 1 ,regb 
-0x77f5 033828 branch bn_invmod_2 
-:      033829 bn_invmod_0:
-0x77f6 033830 arg mem_tmp0 ,contw 
-0x77f7 033831 call bn_zero 
-0x77f8 033832 fetch 1 ,mem_tmp5 
-0x77f9 033833 store 1 ,mem_tmp0 
-0x77fa 033834 store 1 ,mem_tmp0a 
-0x77fb 033835 arg mem_tmp0 ,rega 
-0x77fc 033836 arg mem_tmp1 ,regb 
-0x77fd 033837 copy regb ,contw 
-0x77fe 033838 call bn_addmod 
-0x77ff 033839 arg mem_p ,rega 
-0x7800 033840 arg mem_tmp1 ,regb 
-0x7801 033841 copy timeup ,contw 
-0x7802 033842 branch bn_submod 
-:      033847 ecdbl:
-0x7803 033848 arg mem_cz ,rega 
-0x7804 033849 arg mem_t2 ,contw 
-0x7805 033850 call bn_sqrmod 
-0x7806 033851 arg mem_t2 ,rega 
-0x7807 033852 arg mem_t3 ,contw 
-0x7808 033853 call bn_sqrmod 
-0x7809 033854 arg mem_a ,rega 
-0x780a 033855 arg mem_t3 ,regb 
-0x780b 033856 arg mem_t3 ,contw 
-0x780c 033857 call bn_mulmod 
-0x780d 033858 arg mem_cx ,rega 
-0x780e 033859 arg mem_t2 ,contw 
-0x780f 033860 call bn_sqrmod 
-0x7810 033861 arg mem_t2 ,contr 
-0x7811 033862 arg mem_t1 ,contw 
-0x7812 033863 call memcpy24 
-0x7813 033864 arg mem_t1 ,rega 
-0x7814 033865 call bn_lshiftmod 
-0x7815 033866 arg mem_t2 ,rega 
-0x7816 033867 arg mem_t1 ,regb 
-0x7817 033868 arg mem_t2 ,contw 
-0x7818 033869 call bn_addmod 
-0x7819 033870 arg mem_t2 ,rega 
-0x781a 033871 arg mem_t3 ,regb 
-0x781b 033872 arg mem_t2 ,contw 
-0x781c 033873 call bn_addmod 
-0x781d 033874 arg mem_cx ,contr 
-0x781e 033875 arg mem_t1 ,contw 
-0x781f 033876 call memcpy24 
-0x7820 033877 arg mem_cy ,rega 
-0x7821 033878 arg mem_t3 ,contw 
-0x7822 033879 call bn_sqrmod 
-0x7823 033880 arg mem_t1 ,rega 
-0x7824 033881 call bn_lshiftmod 
-0x7825 033882 arg mem_t1 ,rega 
-0x7826 033883 call bn_lshiftmod 
-0x7827 033884 arg mem_t1 ,rega 
-0x7828 033885 arg mem_t3 ,regb 
-0x7829 033886 arg mem_t1 ,contw 
-0x782a 033887 call bn_mulmod 
-0x782b 033888 arg mem_t3 ,rega 
-0x782c 033889 arg mem_t0 ,contw 
-0x782d 033890 call bn_sqrmod 
-0x782e 033891 arg mem_t0 ,rega 
-0x782f 033892 call bn_lshiftmod 
-0x7830 033893 arg mem_t0 ,rega 
-0x7831 033894 call bn_lshiftmod 
-0x7832 033895 arg mem_t0 ,rega 
-0x7833 033896 call bn_lshiftmod 
-0x7834 033897 arg mem_cy ,contr 
-0x7835 033898 arg mem_t3 ,contw 
-0x7836 033899 call memcpy24 
-0x7837 033900 arg mem_t3 ,rega 
-0x7838 033901 call bn_lshiftmod 
-0x7839 033902 arg mem_t3 ,rega 
-0x783a 033903 arg mem_cz ,regb 
-0x783b 033904 arg mem_cz ,contw 
-0x783c 033905 call bn_mulmod 
-0x783d 033906 arg mem_t2 ,rega 
-0x783e 033907 arg mem_t3 ,contw 
-0x783f 033908 call bn_sqrmod 
-0x7840 033909 arg mem_t3 ,rega 
-0x7841 033910 arg mem_t1 ,regb 
-0x7842 033911 arg mem_t3 ,contw 
-0x7843 033912 call bn_submod 
-0x7844 033913 arg mem_t3 ,rega 
-0x7845 033914 arg mem_t1 ,regb 
-0x7846 033915 arg mem_cx ,contw 
-0x7847 033916 call bn_submod 
-0x7848 033917 arg mem_t1 ,rega 
-0x7849 033918 arg mem_cx ,regb 
-0x784a 033919 arg mem_t3 ,contw 
-0x784b 033920 call bn_submod 
-0x784c 033921 arg mem_t3 ,rega 
-0x784d 033922 arg mem_t2 ,regb 
-0x784e 033923 arg mem_t3 ,contw 
-0x784f 033924 call bn_mulmod 
-0x7850 033925 arg mem_t3 ,rega 
-0x7851 033926 arg mem_t0 ,regb 
-0x7852 033927 arg mem_cy ,contw 
-0x7853 033928 branch bn_submod 
-:      033932 ecadd:
-0x7854 033933 arg mem_az ,rega 
-0x7855 033934 arg mem_t7 ,contw 
-0x7856 033935 call bn_sqrmod 
-0x7857 033936 arg mem_cx ,rega 
-0x7858 033937 arg mem_t7 ,regb 
-0x7859 033938 arg mem_t0 ,contw 
-0x785a 033939 call bn_mulmod 
-0x785b 033940 arg mem_az ,rega 
-0x785c 033941 arg mem_t7 ,regb 
-0x785d 033942 arg mem_t7 ,contw 
-0x785e 033943 call bn_mulmod 
-0x785f 033944 arg mem_cy ,rega 
-0x7860 033945 arg mem_t7 ,regb 
-0x7861 033946 arg mem_t1 ,contw 
-0x7862 033947 call bn_mulmod 
-0x7863 033948 arg mem_cz ,rega 
-0x7864 033949 arg mem_t7 ,contw 
-0x7865 033950 call bn_sqrmod 
-0x7866 033951 arg mem_ax ,rega 
-0x7867 033952 arg mem_t7 ,regb 
-0x7868 033953 arg mem_t2 ,contw 
-0x7869 033954 call bn_mulmod 
-0x786a 033955 arg mem_cz ,rega 
-0x786b 033956 arg mem_t7 ,regb 
-0x786c 033957 arg mem_t7 ,contw 
-0x786d 033958 call bn_mulmod 
-0x786e 033959 arg mem_ay ,rega 
-0x786f 033960 arg mem_t7 ,regb 
-0x7870 033961 arg mem_t3 ,contw 
-0x7871 033962 call bn_mulmod 
-0x7872 033963 arg mem_t0 ,rega 
-0x7873 033964 arg mem_t2 ,regb 
-0x7874 033965 arg mem_t7 ,contw 
-0x7875 033966 call bn_submod 
-0x7876 033967 arg mem_t0 ,rega 
-0x7877 033968 arg mem_t2 ,regb 
-0x7878 033969 arg mem_t0 ,contw 
-0x7879 033970 call bn_addmod 
-0x787a 033971 arg mem_t1 ,rega 
-0x787b 033972 arg mem_t3 ,regb 
-0x787c 033973 arg mem_t2 ,contw 
-0x787d 033974 call bn_submod 
-0x787e 033975 arg mem_t1 ,rega 
-0x787f 033976 arg mem_t3 ,regb 
-0x7880 033977 arg mem_t1 ,contw 
-0x7881 033978 call bn_addmod 
-0x7882 033979 arg mem_t1 ,rega 
-0x7883 033980 arg mem_t7 ,regb 
-0x7884 033981 arg mem_t1 ,contw 
-0x7885 033982 call bn_mulmod 
-0x7886 033983 arg mem_cz ,rega 
-0x7887 033984 arg mem_az ,regb 
-0x7888 033985 arg mem_t3 ,contw 
-0x7889 033986 call bn_mulmod 
-0x788a 033987 arg mem_t3 ,rega 
-0x788b 033988 arg mem_t7 ,regb 
-0x788c 033989 arg mem_cz ,contw 
-0x788d 033990 call bn_mulmod 
-0x788e 033991 arg mem_t7 ,rega 
-0x788f 033992 arg mem_t7 ,contw 
-0x7890 033993 call bn_sqrmod 
-0x7891 033994 arg mem_t7 ,rega 
-0x7892 033995 arg mem_t0 ,regb 
-0x7893 033996 arg mem_t3 ,contw 
-0x7894 033997 call bn_mulmod 
-0x7895 033998 arg mem_t7 ,rega 
-0x7896 033999 arg mem_t1 ,regb 
-0x7897 034000 arg mem_t1 ,contw 
-0x7898 034001 call bn_mulmod 
-0x7899 034002 arg mem_t2 ,rega 
-0x789a 034003 arg mem_cx ,contw 
-0x789b 034004 call bn_sqrmod 
-0x789c 034005 arg mem_cx ,rega 
-0x789d 034006 arg mem_t3 ,regb 
-0x789e 034007 arg mem_cx ,contw 
-0x789f 034008 call bn_submod 
-0x78a0 034009 arg mem_cx ,contr 
-0x78a1 034010 arg mem_t7 ,contw 
-0x78a2 034011 call memcpy24 
-0x78a3 034012 arg mem_t7 ,rega 
-0x78a4 034013 call bn_lshiftmod 
-0x78a5 034014 arg mem_t3 ,rega 
-0x78a6 034015 arg mem_t7 ,regb 
-0x78a7 034016 arg mem_t3 ,contw 
-0x78a8 034017 call bn_submod 
-0x78a9 034018 arg mem_t3 ,rega 
-0x78aa 034019 arg mem_t2 ,regb 
-0x78ab 034020 arg mem_t2 ,contw 
-0x78ac 034021 call bn_mulmod 
-0x78ad 034022 arg mem_t2 ,rega 
-0x78ae 034023 arg mem_t1 ,regb 
-0x78af 034024 arg mem_cy ,contw 
-0x78b0 034025 call bn_submod 
-0x78b1 034026 arg mem_cy ,rega 
-0x78b2 034027 arg mem_p ,regb 
-0x78b3 034028 arg mem_cy ,contw 
-0x78b4 034029 force 0 ,regc 
-0x78b5 034030 fetch 1 ,mem_cy 
-0x78b6 034031 isolate1 0 ,pdata 
-0x78b7 034032 call bn_add ,true 
-0x78b8 034033 copy regc ,alarm 
-0x78b9 034034 arg mem_cy ,rega 
-0x78ba 034035 call bn_rshift6 
-0x78bb 034036 fetch 1 ,mem_cy5 
-0x78bc 034037 isolate1 0 ,alarm 
-0x78bd 034038 setflag true ,7 ,pdata 
-0x78be 034039 store 1 ,mem_cy5 
-0x78bf 034040 rtn 
-:      034044 eckp_0:
-0x78c0 034045 fetch 1 ,mem_ec_loopc 
-0x78c1 034046 increase -1 ,pdata 
-0x78c2 034047 nrtn positive 
-0x78c3 034048 store 1 ,mem_ec_loopc 
-0x78c4 034049 fetch 1 ,mem_ec_infinite 
-0x78c5 034050 call ecdbl ,blank 
-0x78c6 034051 fetch 1 ,mem_ec_loopc 
-0x78c7 034052 arg mem_k ,contr 
-0x78c8 034053 call bn_testbit 
-0x78c9 034054 branch eckp_0 ,true 
-0x78ca 034055 fetch 1 ,mem_ec_infinite 
-0x78cb 034056 nbranch eckp_1 ,blank 
-0x78cc 034057 call ecadd 
-0x78cd 034058 branch eckp_0 
-:      034059 eckp_1:
-0x78ce 034060 jam 0 ,mem_ec_infinite 
-0x78cf 034061 arg mem_ax ,contr 
-0x78d0 034062 arg mem_cx ,contw 
-0x78d1 034063 call ec_copy 
-0x78d2 034064 branch eckp_0 
-:      034067 ecunmapz:
-0x78d3 034068 arg mem_cz ,rega 
-0x78d4 034069 arg mem_t3 ,contw 
-0x78d5 034070 call bn_invmod 
-0x78d6 034071 arg mem_t3 ,rega 
-0x78d7 034072 arg mem_t1 ,contw 
-0x78d8 034073 call bn_sqrmod 
-0x78d9 034074 arg mem_cx ,rega 
-0x78da 034075 arg mem_t1 ,regb 
-0x78db 034076 arg mem_bx ,contw 
-0x78dc 034077 call bn_mulmod 
-0x78dd 034078 arg mem_t3 ,rega 
-0x78de 034079 arg mem_t1 ,regb 
-0x78df 034080 arg mem_t2 ,contw 
-0x78e0 034081 call bn_mulmod 
-0x78e1 034082 arg mem_cy ,rega 
-0x78e2 034083 arg mem_t2 ,regb 
-0x78e3 034084 arg mem_by ,contw 
-0x78e4 034085 branch bn_mulmod 
-:      034089 sha_endian_swap2:
-0x78e5 034090 ifetch 4 ,contr 
-0x78e6 034091 force 4 ,rega 
-0x78e7 034092 increase 3 ,contw 
-:      034093 sha_endian_loop:
-0x78e8 034094 istore 1 ,contw 
-0x78e9 034095 rshift8 pdata ,pdata 
-0x78ea 034096 increase -2 ,contw 
-0x78eb 034097 increase -1 ,rega 
-0x78ec 034098 nbranch sha_endian_loop ,zero 
-0x78ed 034099 increase 5 ,contw 
-0x78ee 034100 loop sha_endian_swap2 
-0x78ef 034101 rtn 
-:      034104 sha_getw:
-0x78f0 034105 lshift2 queue ,pdata 
-0x78f1 034106 iadd timeup ,contr 
-0x78f2 034107 ifetch 4 ,contr 
-0x78f3 034108 rtn 
-:      034110 sha_r:
-0x78f4 034111 force 16 ,alarm 
-0x78f5 034112 arg memdat ,timeup 
-:      034113 sha_r_loop:
-0x78f6 034114 add alarm ,-7 ,queue 
-0x78f7 034115 call sha_getw 
-0x78f8 034116 iforce temp 
-0x78f9 034117 add alarm ,-16 ,queue 
-0x78fa 034118 call sha_getw 
-0x78fb 034119 iadd temp ,temp 
-0x78fc 034120 add alarm ,-2 ,queue 
-0x78fd 034121 call sha_getw 
-0x78fe 034122 shasx pdata ,1 ,pdata 
-0x78ff 034123 iadd temp ,temp 
-0x7900 034124 add alarm ,-15 ,queue 
-0x7901 034125 call sha_getw 
-0x7902 034126 shasx pdata ,0 ,pdata 
-0x7903 034127 iadd temp ,temp 
-0x7904 034128 lshift2 alarm ,pdata 
-0x7905 034129 iadd timeup ,contw 
-0x7906 034130 istoret 4 ,contw 
-0x7907 034131 increase 1 ,alarm 
-0x7908 034132 compare 64 ,alarm ,0xff 
-0x7909 034133 nbranch sha_r_loop ,true 
-0x790a 034134 rtn 
-:      034137 sha_init:
-0x790b 034138 arg memh0 ,contr 
-0x790c 034139 force 7 ,regext_index 
-:      034140 sha_init_0:
-0x790d 034141 ifetch 4 ,contr 
-0x790e 034142 iforce regext 
-0x790f 034143 increase -1 ,regext_index 
-0x7910 034144 branch sha_init_0 ,positive 
-0x7911 034145 rtn 
-:      034147 sha:
-0x7912 034148 bpatchx patch3d_4 ,mem_patch3d 
-0x7913 034149 call sha_r 
-0x7914 034150 arg memahbak ,contw 
-0x7915 034151 force 0 ,regext_index 
-:      034152 sha_0:
-0x7916 034153 deposit regext 
-0x7917 034154 istore 4 ,contw 
-0x7918 034155 increase 1 ,regext_index 
-0x7919 034156 compare 8 ,regext_index ,0xff 
-0x791a 034157 nbranch sha_0 ,true 
-0x791b 034158 call enable_authrom 
-0x791c 034159 arg memk ,timeup 
-0x791d 034160 arg memdat ,alarm 
-0x791e 034161 force 64 ,loopcnt 
-:      034162 sha_loop:
-0x791f 034163 ifetcht 4 ,alarm 
-0x7920 034164 ifetch 4 ,timeup 
-0x7921 034165 increase 4 ,timeup 
-0x7922 034166 increase 4 ,alarm 
-0x7923 034167 iadd temp ,pdata 
-0x7924 034168 force 7 ,regext_index 
-0x7925 034169 iadd regext ,temp 
-0x7926 034170 force 4 ,regext_index 
-0x7927 034171 shasx regext ,3 ,pdata 
-0x7928 034172 iadd temp ,temp 
-0x7929 034173 force 5 ,regext_index 
-0x792a 034174 deposit regext 
-0x792b 034175 force 6 ,regext_index 
-0x792c 034176 ixor regext ,pdata 
-0x792d 034177 force 4 ,regext_index 
-0x792e 034178 iand regext ,pdata 
-0x792f 034179 force 6 ,regext_index 
-0x7930 034180 ixor regext ,pdata 
-0x7931 034181 iadd temp ,temp 
-0x7932 034182 force 7 ,regext_index 
-0x7933 034183 copy temp ,regext 
-0x7934 034184 force 3 ,regext_index 
-0x7935 034185 deposit regext 
-0x7936 034186 iadd temp ,regext 
-0x7937 034187 force 0 ,regext_index 
-0x7938 034188 deposit regext 
-0x7939 034189 force 1 ,regext_index 
-0x793a 034190 iand regext ,temp 
-0x793b 034191 ior regext ,pdata 
-0x793c 034192 force 2 ,regext_index 
-0x793d 034193 iand regext ,pdata 
-0x793e 034194 ior temp ,temp 
-0x793f 034195 force 0 ,regext_index 
-0x7940 034196 shasx regext ,2 ,pdata 
-0x7941 034197 iadd temp ,pdata 
-0x7942 034198 force 7 ,regext_index 
-0x7943 034199 iadd regext ,regext 
-0x7944 034200 regexrot 
-0x7945 034201 loop sha_loop 
-0x7946 034202 arg memahbak ,contr 
-0x7947 034203 force 0 ,regext_index 
-:      034204 sha_1:
-0x7948 034205 ifetch 4 ,contr 
-0x7949 034206 iadd regext ,regext 
-0x794a 034207 increase 1 ,regext_index 
-0x794b 034208 compare 8 ,regext_index ,0xff 
-0x794c 034209 nbranch sha_1 ,true 
-0x794d 034210 branch disable_authrom 
-:      034213 sha_result:
-0x794e 034214 arg memresult ,contw 
-0x794f 034215 force 7 ,regext_index 
-:      034216 sha_regext_save:
-0x7950 034217 deposit regext 
-0x7951 034218 istore 4 ,contw 
-0x7952 034219 increase -1 ,regext_index 
-0x7953 034220 branch sha_regext_save ,positive 
-0x7954 034221 rtn 
-:      034223 pad_xor:
-0x7955 034225 arg memdat ,contw 
-0x7956 034226 increase -4 ,contr 
-0x7957 034227 sub loopcnt ,16 ,rega 
-:      034228 pad_xor_0:
-0x7958 034229 ifetch 4 ,contr 
-0x7959 034230 ixor temp ,pdata 
-0x795a 034231 istore 4 ,contw 
-0x795b 034232 increase -8 ,contr 
-0x795c 034233 loop pad_xor_0 
-0x795d 034234 copy rega ,loopcnt 
-0x795e 034235 deposit temp 
-:      034236 pad_xor_1:
-0x795f 034237 istore 4 ,contw 
-0x7960 034238 loop pad_xor_1 
-0x7961 034239 rtn 
-:      034241 g_noninit_number_confirm:
-0x7962 034242 call g_noninit0 
-0x7963 034243 call sha_result 
-0x7964 034244 branch g_common0 
-:      034246 g_noninit:
-0x7965 034247 call g_noninit0 
-0x7966 034248 branch g_common0 
-:      034250 g_noninit0:
-0x7967 034251 arg mem_sp_pubkey_remote_x_end ,contr 
-0x7968 034252 arg memdat ,contw 
-0x7969 034253 force 6 ,loopcnt 
-0x796a 034254 call memcpy_dword_swap 
-0x796b 034255 arg mem_sp_pubkey_local_x_end ,contr 
-0x796c 034256 force 6 ,loopcnt 
-0x796d 034257 call memcpy_dword_swap 
-0x796e 034258 arg mem_sp_random_remote_end ,contr 
-0x796f 034259 call memcpy_dword_swap4 
-0x7970 034260 call sha_init 
-0x7971 034261 call sha 
-0x7972 034262 arg mem_sp_random_local_end ,contr 
-0x7973 034263 arg memdat ,contw 
-0x7974 034264 branch g_common 
-:      034266 g_init:
-0x7975 034267 arg mem_sp_pubkey_local_x_end ,contr 
-0x7976 034268 arg memdat ,contw 
-0x7977 034269 force 6 ,loopcnt 
-0x7978 034270 call memcpy_dword_swap 
-0x7979 034271 arg mem_sp_pubkey_remote_x_end ,contr 
-0x797a 034272 force 6 ,loopcnt 
-0x797b 034273 call memcpy_dword_swap 
-0x797c 034274 arg mem_sp_random_local_end ,contr 
-0x797d 034275 call memcpy_dword_swap4 
-0x797e 034276 call sha_init 
-0x797f 034277 call sha 
-0x7980 034278 arg mem_sp_random_remote_end ,contr 
-0x7981 034279 arg memdat ,contw 
-0x7982 034280 call g_common 
-0x7983 034281 branch g_common0 
-:      034283 g_common:
-0x7984 034284 call memcpy_dword_swap4 
-0x7985 034285 setarg 0x800000 
-0x7986 034286 lshift8 pdata ,pdata 
-0x7987 034287 istore 4 ,contw 
-0x7988 034288 force 5 ,loopcnt 
-0x7989 034289 call memset0 
-0x798a 034290 setarg 640 
-0x798b 034291 istore 4 ,contw 
-0x798c 034292 branch sha 
-:      034293 g_common0:
-0x798d 034294 fetch 4 ,memresult 
-0x798e 034296 arg 1000 ,rega 
-0x798f 034297 idiv rega 
-0x7990 034298 call wait_div_end 
-0x7991 034299 remainder pdata 
-0x7992 034300 store 4 ,mem_gkey 
-0x7993 034301 quotient pdata 
-0x7994 034302 arg 1000 ,rega 
-0x7995 034303 idiv rega 
-0x7996 034304 call wait_div_end 
-0x7997 034305 remainder pdata 
-0x7998 034306 arg 1000 ,rega 
-0x7999 034307 imul32 rega ,pdata 
-0x799a 034308 fetcht 4 ,mem_gkey 
-0x799b 034309 iadd temp ,pdata 
-0x799c 034310 store 4 ,mem_gkey 
-0x799d 034311 rtn 
-:      034313 function_f1_no_key:
-0x799e 034314 jam 0 ,mem_passkey_1bit 
-0x799f 034315 branch function_f1_common 
-:      034317 function_f1:
-0x79a0 034318 fetch 1 ,mem_ssp_mode_flag 
-0x79a1 034319 bne ssp_mode_passkey_entry_flag ,function_f1_no_key 
-:      034320 function_f1_common:
-0x79a2 034321 bpatchx patch3d_5 ,mem_patch3d 
-0x79a3 034322 setarg 0x363636 
-0x79a4 034323 lshift8 pdata ,temp 
-0x79a5 034324 or_into 0x36 ,temp 
-0x79a6 034325 fetch 2 ,mem_sp_prarm_stack 
-0x79a7 034326 copy pdata ,contr 
-0x79a8 034327 force 4 ,loopcnt 
-0x79a9 034328 call pad_xor 
-0x79aa 034329 call sha_init 
-0x79ab 034330 call sha 
-0x79ac 034331 fetch 2 ,mem_sp_prarm_stack + 2 
-0x79ad 034332 copy pdata ,contr 
-0x79ae 034333 arg memdat ,contw 
-0x79af 034334 force 6 ,loopcnt 
-0x79b0 034335 call memcpy_dword_swap 
-0x79b1 034336 fetch 2 ,mem_sp_prarm_stack + 4 
-0x79b2 034337 copy pdata ,contr 
-0x79b3 034338 force 6 ,loopcnt 
-0x79b4 034339 call memcpy_dword_swap 
-0x79b5 034340 setarg 0x800000 
-0x79b6 034341 istore 3 ,contw 
-0x79b7 034343 fetch 1 ,mem_passkey_1bit 
-0x79b8 034345 istore 1 ,contw 
-0x79b9 034346 force 0 ,pdata 
-0x79ba 034347 istore 8 ,contw 
-0x79bb 034348 setarg 0x0388 
-0x79bc 034349 istore 4 ,contw 
-0x79bd 034350 call sha 
-0x79be 034351 call sha_result 
-0x79bf 034352 arg memresult ,contr 
-0x79c0 034353 arg memahsave ,contw 
-0x79c1 034354 call memcpy32 
-0x79c2 034356 setarg 0x5c5c5c 
-0x79c3 034357 lshift8 pdata ,temp 
-0x79c4 034358 or_into 0x5c ,temp 
-0x79c5 034359 fetch 2 ,mem_sp_prarm_stack 
-0x79c6 034360 copy pdata ,contr 
-0x79c7 034361 force 4 ,loopcnt 
-0x79c8 034362 call pad_xor 
-0x79c9 034363 call sha_init 
-0x79ca 034364 call sha 
-0x79cb 034365 arg memahsave_end ,contr 
-0x79cc 034366 arg memdat ,contw 
-0x79cd 034367 force 8 ,loopcnt 
-0x79ce 034368 call memcpy_dword_swap 
-0x79cf 034369 setarg 0x800000 
-0x79d0 034370 lshift8 pdata ,pdata 
-0x79d1 034371 istore 4 ,contw 
-0x79d2 034372 call bn_zero 
-0x79d3 034373 setarg 0x0300 
-0x79d4 034374 istore 4 ,contw 
-0x79d5 034375 call sha 
-0x79d6 034376 branch sha_result 
-:      034379 function_f2:
-0x79d7 034380 setarg 0x363636 
-0x79d8 034381 lshift8 pdata ,temp 
-0x79d9 034382 or_into 0x36 ,temp 
-0x79da 034383 arg mem_sp_dhkey_end ,contr 
-0x79db 034384 force 6 ,loopcnt 
-0x79dc 034385 call pad_xor 
-0x79dd 034386 call sha_init 
-0x79de 034387 call sha 
-0x79df 034388 fetch 2 ,mem_sp_prarm_stack + 12 
-0x79e0 034389 copy pdata ,contr 
-0x79e1 034390 arg memdat ,contw 
-0x79e2 034391 call memcpy_dword_swap4 
-0x79e3 034392 fetch 2 ,mem_sp_prarm_stack + 14 
-0x79e4 034393 copy pdata ,contr 
-0x79e5 034394 call memcpy_dword_swap4 
-0x79e6 034396 setarg 0x62746c 
-0x79e7 034397 lshift8 pdata ,pdata 
-0x79e8 034398 or_into 0x6b ,pdata 
-0x79e9 034399 istore 4 ,contw 
-0x79ea 034400 arg mem_addr_value_end ,contr 
-0x79eb 034401 force 3 ,loopcnt 
-0x79ec 034402 call memcpy_dword_swap 
-0x79ed 034404 setarg 0x800000 
-0x79ee 034405 lshift8 pdata ,pdata 
-0x79ef 034406 istore 4 ,contw 
-0x79f0 034407 force 0 ,pdata 
-0x79f1 034408 istore 8 ,contw 
-0x79f2 034409 setarg 0x0380 
-0x79f3 034410 istore 4 ,contw 
-0x79f4 034411 call sha 
-0x79f5 034413 call sha_result 
-0x79f6 034414 arg memresult ,contr 
-0x79f7 034415 arg memahsave ,contw 
-0x79f8 034416 call memcpy32 
-0x79f9 034418 setarg 0x5c5c5c 
-0x79fa 034419 lshift8 pdata ,temp 
-0x79fb 034420 or_into 0x5c ,temp 
-0x79fc 034421 arg mem_sp_dhkey_end ,contr 
-0x79fd 034422 force 6 ,loopcnt 
-0x79fe 034423 call pad_xor 
-0x79ff 034424 call sha_init 
-0x7a00 034425 call sha 
-0x7a01 034426 arg memahsave_end ,contr 
-0x7a02 034427 arg memdat ,contw 
-0x7a03 034428 force 8 ,loopcnt 
-0x7a04 034429 call memcpy_dword_swap 
-0x7a05 034430 setarg 0x800000 
-0x7a06 034431 lshift8 pdata ,pdata 
-0x7a07 034432 istore 4 ,contw 
-0x7a08 034433 call bn_zero 
-0x7a09 034434 setarg 0x0300 
-0x7a0a 034435 istore 4 ,contw 
-0x7a0b 034436 call sha 
-0x7a0c 034437 branch sha_result 
-:      034440 function_f3a:
-0x7a0d 034441 fetch 1 ,mem_ssp_mode_flag 
-0x7a0e 034442 bne ssp_mode_passkey_entry_flag ,function_f3a_no_pin 
-:      034443 function_f3a_common:
-0x7a0f 034444 bpatchx patch3d_6 ,mem_patch3d 
-0x7a10 034445 setarg 0x363636 
-0x7a11 034446 lshift8 pdata ,temp 
-0x7a12 034447 or_into 0x36 ,temp 
-0x7a13 034448 arg mem_sp_dhkey_end ,contr 
-0x7a14 034449 force 6 ,loopcnt 
-0x7a15 034450 call pad_xor 
-0x7a16 034451 call sha_init 
-0x7a17 034452 call sha 
-0x7a18 034453 arg mem_sp_random_remote_end ,contr 
-0x7a19 034454 arg memdat ,contw 
-0x7a1a 034455 call memcpy_dword_swap4 
-0x7a1b 034456 arg mem_sp_random_local_end ,contr 
-0x7a1c 034457 call memcpy_dword_swap4 
-0x7a1d 034458 branch function_f3_common 
-:      034460 function_f3a_no_pin:
-0x7a1e 034461 setarg 0 
-0x7a1f 034462 store 4 ,mem_pin 
-0x7a20 034463 branch function_f3a_common 
-:      034465 function_f3b_no_pin:
-0x7a21 034466 setarg 0 
-0x7a22 034467 store 4 ,mem_pin 
-0x7a23 034468 branch function_f3b_common 
-:      034471 function_f3b:
-0x7a24 034472 fetch 1 ,mem_ssp_mode_flag 
-0x7a25 034473 bne ssp_mode_passkey_entry_flag ,function_f3b_no_pin 
-:      034474 function_f3b_common:
-0x7a26 034475 setarg 0x363636 
-0x7a27 034476 lshift8 pdata ,temp 
-0x7a28 034477 or_into 0x36 ,temp 
-0x7a29 034478 arg mem_sp_dhkey_end ,contr 
-0x7a2a 034479 force 6 ,loopcnt 
-0x7a2b 034480 call pad_xor 
-0x7a2c 034481 call sha_init 
-0x7a2d 034482 call sha 
-0x7a2e 034484 arg mem_sp_random_local_end ,contr 
-0x7a2f 034485 arg memdat ,contw 
-0x7a30 034486 call memcpy_dword_swap4 
-0x7a31 034487 arg mem_sp_random_remote_end ,contr 
-0x7a32 034488 call memcpy_dword_swap4 
-:      034489 function_f3_common:
-0x7a33 034490 setarg 0x0 
-0x7a34 034491 istore 8 ,contw 
-0x7a35 034492 istore 4 ,contw 
-0x7a36 034493 fetch 4 ,mem_pin 
-0x7a37 034494 istore 4 ,contw 
-0x7a38 034496 copy contw ,temp 
-0x7a39 034497 jam 0x80 ,mem_addr_padding 
-0x7a3a 034498 copy temp ,contw 
-0x7a3b 034499 arg mem_addr_iocap_end ,contr 
-0x7a3c 034500 call memcpy_dword_swap4 
-0x7a3d 034502 call sha 
-0x7a3e 034504 arg memdat ,contw 
-0x7a3f 034505 force 7 ,loopcnt 
-0x7a40 034506 call memset0 
-0x7a41 034507 istore 4 ,contw 
-0x7a42 034508 setarg 0x03F8 
-0x7a43 034509 istore 4 ,contw 
-0x7a44 034510 call sha 
-0x7a45 034511 call sha_result 
-0x7a46 034513 arg memresult ,contr 
-0x7a47 034514 arg memahsave ,contw 
-0x7a48 034515 call memcpy32 
-0x7a49 034517 setarg 0x5c5c5c 
-0x7a4a 034518 lshift8 pdata ,temp 
-0x7a4b 034519 or_into 0x5c ,temp 
-0x7a4c 034520 arg mem_sp_dhkey_end ,contr 
-0x7a4d 034521 force 6 ,loopcnt 
-0x7a4e 034522 call pad_xor 
-0x7a4f 034523 call sha_init 
-0x7a50 034524 call sha 
-0x7a51 034525 arg memahsave_end ,contr 
-0x7a52 034526 arg memdat ,contw 
-0x7a53 034527 force 8 ,loopcnt 
-0x7a54 034528 call memcpy_dword_swap 
-0x7a55 034529 setarg 0x800000 
-0x7a56 034530 lshift8 pdata ,pdata 
-0x7a57 034531 istore 4 ,contw 
-0x7a58 034532 call bn_zero 
-0x7a59 034533 setarg 0x0300 
-0x7a5a 034534 istore 4 ,contw 
-0x7a5b 034535 call sha 
-0x7a5c 034536 branch sha_result 
-:      034543 eckp_calc_init:
-0x7a5d 034544 jam 192 ,mem_ec_loopc 
-:      034545 eckp_calc_init_1:
-0x7a5e 034546 fetch 1 ,mem_ec_loopc 
-0x7a5f 034547 rtn blank 
-0x7a60 034548 increase -1 ,pdata 
-0x7a61 034549 store 1 ,mem_ec_loopc 
-0x7a62 034550 arg mem_k ,contr 
-0x7a63 034551 call bn_testbit 
-0x7a64 034552 branch eckp_calc_init_1 ,true 
-0x7a65 034553 arg mem_ax ,contr 
-0x7a66 034554 arg mem_cx ,contw 
-0x7a67 034555 branch ec_copy 
-:      034557 eckp_calc:
-0x7a68 034558 call ecdbl 
-0x7a69 034559 fetch 1 ,mem_ec_loopc 
-0x7a6a 034560 increase -1 ,pdata 
-0x7a6b 034561 store 1 ,mem_ec_loopc 
-0x7a6c 034562 arg mem_k ,contr 
-0x7a6d 034563 call bn_testbit 
-0x7a6e 034564 rtn true 
-0x7a6f 034565 branch ecadd 
-:      034567 memcpy_dword_swap4:
-0x7a70 034568 force 4 ,loopcnt 
-:      034569 memcpy_dword_swap:
-0x7a71 034570 increase -4 ,contr 
-:      034571 memcpy_dword_swap_loop:
-0x7a72 034572 ifetch 4 ,contr 
-0x7a73 034573 istore 4 ,contw 
-0x7a74 034574 increase -8 ,contr 
-0x7a75 034575 loop memcpy_dword_swap_loop 
-0x7a76 034576 rtn 
-:      034581 sp_initialize_256:
-0x7a77 034582 bpatchx patch3d_7 ,mem_patch3d 
-0x7a78 034583 fetch 1 ,mem_le_secure_connect_enable 
-0x7a79 034584 branch le_secure_connection_disable ,blank 
-0x7a7a 034585 call le_secure_connection_enable 
-0x7a7b 034586 call sp_clear_flags 
-0x7a7c 034588 branch sp_pubkey_calc_256 
-:      034593 sp_pubkey_calc_256:
-0x7a7d 034594 fetch 1 ,mem_le_sc_local_key_invalid 
-0x7a7e 034595 rtnne sp_key_invalid 
-0x7a7f 034596 fetch 1 ,mem_le_sc_calc 
-0x7a80 034597 rtnne sp_calc_standby 
-0x7a81 034599 arg mem_le_private_key_256 ,contw 
-0x7a82 034600 force 15 ,queue 
-0x7a83 034601 call random_generator 
-0x7a84 034602 random pdata 
-0x7a85 034603 rshift pdata ,pdata 
-0x7a86 034604 istore 2 ,contw 
-0x7a87 034606 arg mem_k_256 ,contw 
-0x7a88 034607 arg mem_le_private_key_256 ,contr 
-0x7a89 034608 call memcpy32 
-0x7a8a 034610 arg mem_ax_256 ,contw 
-0x7a8b 034611 arg mem_gx_256 ,contr 
-0x7a8c 034612 call memcpy64 
-0x7a8d 034614 arg mem_az_256 ,contw 
-0x7a8e 034615 call clear_mem_256 
-0x7a8f 034616 jam 1 ,mem_az_256 
-0x7a90 034618 call eckp_calc_init_256 
-0x7a91 034619 jam sp_calc_pubkey_256 ,mem_le_sc_calc 
-0x7a92 034620 rtn 
-:      034622 sp_pubkey_generated_256:
-0x7a93 034623 arg mem_le_pubkey_local_x_256 ,contw 
-0x7a94 034624 arg mem_bx_256 ,contr 
-0x7a95 034625 call memcpy64 
-0x7a96 034626 jam sp_key_valid_256 ,mem_le_sc_local_key_invalid 
-0x7a97 034627 jam sp_calc_standby ,mem_le_sc_calc 
-0x7a98 034628 rtn 
-:      034632 sp_dhkey_calc_256:
-0x7a99 034633 fetch 1 ,mem_sp_dhkey_invalid 
-0x7a9a 034634 rtnne sp_key_invalid 
-0x7a9b 034635 fetch 1 ,mem_le_sc_calc 
-0x7a9c 034636 rtnne sp_calc_standby 
-0x7a9d 034638 arg mem_k_256 ,contw 
-0x7a9e 034639 arg mem_le_private_key_256 ,contr 
-0x7a9f 034640 call memcpy32 
-0x7aa0 034642 arg mem_ax_256 ,contw 
-0x7aa1 034643 arg mem_le_pubkey_remote_x_256 ,contr 
-0x7aa2 034644 call memcpy64 
-0x7aa3 034646 arg mem_az_256 ,contw 
-0x7aa4 034647 call clear_mem_256 
-0x7aa5 034648 jam 1 ,mem_az_256 
-0x7aa6 034650 call eckp_calc_init_256 
-0x7aa7 034651 jam sp_calc_dhkey_256 ,mem_le_sc_calc 
-0x7aa8 034652 rtn 
-:      034655 sp_dhkey_generated_256:
-0x7aa9 034657 arg mem_le_dhkey_256 ,contw 
-0x7aaa 034658 arg mem_bx_256 ,contr 
-0x7aab 034659 call memcpy32 
-0x7aac 034660 jam sp_key_valid_256 ,mem_sp_dhkey_invalid 
-0x7aad 034661 jam sp_calc_standby ,mem_le_sc_calc 
-0x7aae 034662 rtn 
-:      034666 sp_calc_sequence_256:
-0x7aaf 034667 fetch 1 ,mem_le_secure_connect_enable 
-0x7ab0 034668 rtn blank 
-0x7ab1 034669 fetch 1 ,mem_le_sc_calc 
-0x7ab2 034670 rtn blank 
-0x7ab3 034671 increase 0x80 ,pdata 
-0x7ab4 034672 store 1 ,mem_le_sc_calc 
-0x7ab5 034673 rtnbit1 7 
-0x7ab6 034674 fetch 2 ,mem_ec_loopc 
-0x7ab7 034675 branch sp_calc_sequence_done_256 ,blank 
-0x7ab8 034676 branch eckp_calc_256 
-:      034678 sp_calc_sequence_done_256:
-0x7ab9 034679 bpatchx patch3e_0 ,mem_patch3e 
-0x7aba 034680 call ecunmapz_256 
-0x7abb 034681 fetch 1 ,mem_le_sc_calc 
-0x7abc 034682 beq sp_calc_pubkey_256 ,sp_pubkey_generated_256 
-0x7abd 034683 beq sp_calc_dhkey_256 ,sp_dhkey_generated_256 
-0x7abe 034684 rtn 
-:      034687 eckp_calc_256:
-0x7abf 034688 call ecdbl_256 
-0x7ac0 034689 fetch 2 ,mem_ec_loopc 
-0x7ac1 034690 increase -1 ,pdata 
-0x7ac2 034691 store 2 ,mem_ec_loopc 
-0x7ac3 034692 arg mem_k_256 ,contr 
-0x7ac4 034693 call bn_testbit 
-0x7ac5 034694 rtn true 
-0x7ac6 034695 branch ecadd_256 
-:      034697 eckp_calc_init_256:
-0x7ac7 034698 bpatchx patch3e_1 ,mem_patch3e 
-0x7ac8 034699 setarg 256 ,pdata 
-0x7ac9 034700 store 2 ,mem_ec_loopc 
-:      034701 eckp_calc_init_256_1:
-0x7aca 034702 fetch 2 ,mem_ec_loopc 
-0x7acb 034703 rtn blank 
-0x7acc 034704 increase -1 ,pdata 
-0x7acd 034705 store 2 ,mem_ec_loopc 
-0x7ace 034706 arg mem_k_256 ,contr 
-0x7acf 034707 call bn_testbit 
-0x7ad0 034708 branch eckp_calc_init_256_1 ,true 
-0x7ad1 034709 arg mem_ax_256 ,contr 
-0x7ad2 034710 arg mem_cx_256 ,contw 
-0x7ad3 034711 branch memcpy96 
-:      034714 ecunmapz_256:
-0x7ad4 034715 arg mem_cz_256 ,rega 
-0x7ad5 034716 arg mem_t3_256 ,contw 
-0x7ad6 034717 call bn_invmod_256 
-0x7ad7 034718 arg mem_t3_256 ,rega 
-0x7ad8 034719 arg mem_t1_256 ,contw 
-0x7ad9 034720 call bn_sqrmod_256 
-0x7ada 034721 arg mem_cx_256 ,rega 
-0x7adb 034722 arg mem_t1_256 ,regb 
-0x7adc 034723 arg mem_bx_256 ,contw 
-0x7add 034724 call bn_mulmod_256 
-0x7ade 034725 arg mem_t3_256 ,rega 
-0x7adf 034726 arg mem_t1_256 ,regb 
-0x7ae0 034727 arg mem_t2_256 ,contw 
-0x7ae1 034728 call bn_mulmod_256 
-0x7ae2 034729 arg mem_cy_256 ,rega 
-0x7ae3 034730 arg mem_t2_256 ,regb 
-0x7ae4 034731 arg mem_by_256 ,contw 
-0x7ae5 034732 branch bn_mulmod_256 
-:      034734 ecdbl_256:
-0x7ae6 034735 arg mem_cz_256 ,rega 
-0x7ae7 034736 arg mem_t2_256 ,contw 
-0x7ae8 034737 call bn_sqrmod_256 
-0x7ae9 034738 arg mem_t2_256 ,rega 
-0x7aea 034739 arg mem_t3_256 ,contw 
-0x7aeb 034740 call bn_sqrmod_256 
-0x7aec 034742 arg mem_a_256 ,rega 
-0x7aed 034743 arg mem_t3_256 ,regb 
-0x7aee 034744 arg mem_t3_256 ,contw 
-0x7aef 034745 call bn_mulmod_256 
-0x7af0 034746 arg mem_cx_256 ,rega 
-0x7af1 034747 arg mem_t2_256 ,contw 
-0x7af2 034748 call bn_sqrmod_256 
-0x7af3 034750 arg mem_t2_256 ,contr 
-0x7af4 034751 arg mem_t1_256 ,contw 
-0x7af5 034752 call memcpy32 
-0x7af6 034753 arg mem_t1_256 ,rega 
-0x7af7 034754 call bn_lshiftmod_256 
-0x7af8 034755 arg mem_t2_256 ,rega 
-0x7af9 034756 arg mem_t1_256 ,regb 
-0x7afa 034757 arg mem_t2_256 ,contw 
-0x7afb 034758 call bn_addmod_256 
-0x7afc 034760 arg mem_t2_256 ,rega 
-0x7afd 034761 arg mem_t3_256 ,regb 
-0x7afe 034762 arg mem_t2_256 ,contw 
-0x7aff 034763 call bn_addmod_256 
-0x7b00 034765 arg mem_cx_256 ,contr 
-0x7b01 034766 arg mem_t1_256 ,contw 
-0x7b02 034767 call memcpy32 
-0x7b03 034768 arg mem_cy_256 ,rega 
-0x7b04 034769 arg mem_t3_256 ,contw 
-0x7b05 034770 call bn_sqrmod_256 
-0x7b06 034771 arg mem_t1_256 ,rega 
-0x7b07 034772 call bn_lshiftmod_256 
-0x7b08 034773 arg mem_t1_256 ,rega 
-0x7b09 034774 call bn_lshiftmod_256 
-0x7b0a 034775 arg mem_t1_256 ,rega 
-0x7b0b 034776 arg mem_t3_256 ,regb 
-0x7b0c 034777 arg mem_t1_256 ,contw 
-0x7b0d 034778 call bn_mulmod_256 
-0x7b0e 034779 arg mem_t3_256 ,rega 
-0x7b0f 034780 arg mem_t0_256 ,contw 
-0x7b10 034781 call bn_sqrmod_256 
-0x7b11 034782 arg mem_t0_256 ,rega 
-0x7b12 034783 call bn_lshiftmod_256 
-0x7b13 034784 arg mem_t0_256 ,rega 
-0x7b14 034785 call bn_lshiftmod_256 
-0x7b15 034786 arg mem_t0_256 ,rega 
-0x7b16 034787 call bn_lshiftmod_256 
-0x7b17 034788 arg mem_cy_256 ,contr 
-0x7b18 034789 arg mem_t3_256 ,contw 
-0x7b19 034790 call memcpy32 
-0x7b1a 034791 arg mem_t3_256 ,rega 
-0x7b1b 034792 call bn_lshiftmod_256 
-0x7b1c 034793 arg mem_t3_256 ,rega 
-0x7b1d 034794 arg mem_cz_256 ,regb 
-0x7b1e 034795 arg mem_cz_256 ,contw 
-0x7b1f 034796 call bn_mulmod_256 
-0x7b20 034799 arg mem_t2_256 ,rega 
-0x7b21 034800 arg mem_t3_256 ,contw 
-0x7b22 034801 call bn_sqrmod_256 
-0x7b23 034803 arg mem_t3_256 ,rega 
-0x7b24 034804 arg mem_t1_256 ,regb 
-0x7b25 034805 arg mem_t3_256 ,contw 
-0x7b26 034806 call bn_submod_256 
-0x7b27 034807 arg mem_t3_256 ,rega 
-0x7b28 034808 arg mem_t1_256 ,regb 
-0x7b29 034809 arg mem_cx_256 ,contw 
-0x7b2a 034810 call bn_submod_256 
-0x7b2b 034811 arg mem_t1_256 ,rega 
-0x7b2c 034812 arg mem_cx_256 ,regb 
-0x7b2d 034813 arg mem_t3_256 ,contw 
-0x7b2e 034814 call bn_submod_256 
-0x7b2f 034815 arg mem_t3_256 ,rega 
-0x7b30 034816 arg mem_t2_256 ,regb 
-0x7b31 034817 arg mem_t3_256 ,contw 
-0x7b32 034818 call bn_mulmod_256 
-0x7b33 034819 arg mem_t3_256 ,rega 
-0x7b34 034820 arg mem_t0_256 ,regb 
-0x7b35 034821 arg mem_cy_256 ,contw 
-0x7b36 034822 branch bn_submod_256 
-:      034824 ecadd_256:
-0x7b37 034826 arg mem_az_256 ,rega 
-0x7b38 034827 arg mem_t7_256 ,contw 
-0x7b39 034828 call bn_sqrmod_256 
-0x7b3a 034829 arg mem_cx_256 ,rega 
-0x7b3b 034830 arg mem_t7_256 ,regb 
-0x7b3c 034831 arg mem_t0_256 ,contw 
-0x7b3d 034832 call bn_mulmod_256 
-0x7b3e 034835 arg mem_az_256 ,rega 
-0x7b3f 034836 arg mem_t7_256 ,regb 
-0x7b40 034837 arg mem_t7_256 ,contw 
-0x7b41 034838 call bn_mulmod_256 
-0x7b42 034839 arg mem_cy_256 ,rega 
-0x7b43 034840 arg mem_t7_256 ,regb 
-0x7b44 034841 arg mem_t1_256 ,contw 
-0x7b45 034842 call bn_mulmod_256 
-0x7b46 034845 arg mem_cz_256 ,rega 
-0x7b47 034846 arg mem_t7_256 ,contw 
-0x7b48 034847 call bn_sqrmod_256 
-0x7b49 034848 arg mem_ax_256 ,rega 
-0x7b4a 034849 arg mem_t7_256 ,regb 
-0x7b4b 034850 arg mem_t2_256 ,contw 
-0x7b4c 034851 call bn_mulmod_256 
-0x7b4d 034853 arg mem_cz_256 ,rega 
-0x7b4e 034854 arg mem_t7_256 ,regb 
-0x7b4f 034855 arg mem_t7_256 ,contw 
-0x7b50 034856 call bn_mulmod_256 
-0x7b51 034857 arg mem_ay_256 ,rega 
-0x7b52 034858 arg mem_t7_256 ,regb 
-0x7b53 034859 arg mem_t3_256 ,contw 
-0x7b54 034860 call bn_mulmod_256 
-0x7b55 034865 arg mem_t0_256 ,regb 
-0x7b56 034866 arg mem_t2_256 ,rega 
-0x7b57 034867 arg mem_t7_256 ,contw 
-0x7b58 034868 call bn_submod_256 
-0x7b59 034869 arg mem_t0_256 ,rega 
-0x7b5a 034870 arg mem_t2_256 ,regb 
-0x7b5b 034871 arg mem_t0_256 ,contw 
-0x7b5c 034872 call bn_addmod_256 
-0x7b5d 034875 arg mem_t1_256 ,regb 
-0x7b5e 034876 arg mem_t3_256 ,rega 
-0x7b5f 034877 arg mem_t2_256 ,contw 
-0x7b60 034878 call bn_submod_256 
-0x7b61 034879 arg mem_t1_256 ,rega 
-0x7b62 034880 arg mem_t3_256 ,regb 
-0x7b63 034881 arg mem_t1_256 ,contw 
-0x7b64 034882 call bn_addmod_256 
-0x7b65 034883 arg mem_t1_256 ,rega 
-0x7b66 034884 arg mem_t7_256 ,regb 
-0x7b67 034885 arg mem_t1_256 ,contw 
-0x7b68 034886 call bn_mulmod_256 
-0x7b69 034887 arg mem_cz_256 ,rega 
-0x7b6a 034888 arg mem_az_256 ,regb 
-0x7b6b 034889 arg mem_t3_256 ,contw 
-0x7b6c 034890 call bn_mulmod_256 
-0x7b6d 034891 arg mem_t3_256 ,rega 
-0x7b6e 034892 arg mem_t7_256 ,regb 
-0x7b6f 034893 arg mem_cz_256 ,contw 
-0x7b70 034894 call bn_mulmod_256 
-0x7b71 034896 arg mem_t7_256 ,rega 
-0x7b72 034897 arg mem_t7_256 ,contw 
-0x7b73 034898 call bn_sqrmod_256 
-0x7b74 034899 arg mem_t7_256 ,rega 
-0x7b75 034900 arg mem_t0_256 ,regb 
-0x7b76 034901 arg mem_t3_256 ,contw 
-0x7b77 034902 call bn_mulmod_256 
-0x7b78 034903 arg mem_t7_256 ,rega 
-0x7b79 034904 arg mem_t1_256 ,regb 
-0x7b7a 034905 arg mem_t1_256 ,contw 
-0x7b7b 034906 call bn_mulmod_256 
-0x7b7c 034907 arg mem_t2_256 ,rega 
-0x7b7d 034908 arg mem_cx_256 ,contw 
-0x7b7e 034909 call bn_sqrmod_256 
-0x7b7f 034910 arg mem_cx_256 ,rega 
-0x7b80 034911 arg mem_t3_256 ,regb 
-0x7b81 034912 arg mem_cx_256 ,contw 
-0x7b82 034913 call bn_submod_256 
-0x7b83 034914 arg mem_cx_256 ,contr 
-0x7b84 034915 arg mem_t7_256 ,contw 
-0x7b85 034916 call memcpy32 
-0x7b86 034917 arg mem_t7_256 ,rega 
-0x7b87 034918 call bn_lshiftmod_256 
-0x7b88 034919 arg mem_t3_256 ,rega 
-0x7b89 034920 arg mem_t7_256 ,regb 
-0x7b8a 034921 arg mem_t3_256 ,contw 
-0x7b8b 034922 call bn_submod_256 
-0x7b8c 034923 arg mem_t3_256 ,rega 
-0x7b8d 034924 arg mem_t2_256 ,regb 
-0x7b8e 034925 arg mem_t2_256 ,contw 
-0x7b8f 034926 call bn_mulmod_256 
-0x7b90 034927 arg mem_t2_256 ,rega 
-0x7b91 034928 arg mem_t1_256 ,regb 
-0x7b92 034929 arg mem_cy_256 ,contw 
-0x7b93 034930 call bn_submod_256 
-0x7b94 034931 arg mem_cy_256 ,rega 
-0x7b95 034932 arg mem_p_256 ,regb 
-0x7b96 034933 arg mem_cy_256 ,contw 
-0x7b97 034934 force 0 ,regc 
-0x7b98 034935 fetch 1 ,mem_cy_256 
-0x7b99 034936 isolate1 0 ,pdata 
-0x7b9a 034937 call bn_add_256 ,true 
-0x7b9b 034938 copy regc ,alarm 
-0x7b9c 034939 arg mem_cy_256 ,rega 
-0x7b9d 034940 call bn_rshift_256 
-0x7b9e 034941 fetch 1 ,mem_cy5_256 
-0x7b9f 034942 isolate1 0 ,alarm 
-0x7ba0 034943 setflag true ,7 ,pdata 
-0x7ba1 034944 store 1 ,mem_cy5_256 
-0x7ba2 034945 rtn 
-:      034947 bn_invmod_256:
-0x7ba3 034948 copy contw ,timeup 
-0x7ba4 034949 arg mem_tmp0_256 ,contw 
-0x7ba5 034950 call clear_mem_256 
-0x7ba6 034951 force 0 ,pdata 
-0x7ba7 034953 store 4 ,mem_t2_256 
-0x7ba8 034954 jam 1 ,mem_tmp0_256 
-0x7ba9 034955 arg mem_tmp1_256 ,contw 
-0x7baa 034956 call clear_mem_512 
-0x7bab 034957 arg mem_p_256 ,contr 
-0x7bac 034958 arg mem_tmp2_256 ,contw 
-0x7bad 034959 call memcpy32 
-0x7bae 034960 copy rega ,contr 
-0x7baf 034961 arg mem_tmp3_256 ,contw 
-0x7bb0 034962 call memcpy32 
-:      034968 bn_invmod_256_2:
-0x7bb1 034969 arg mem_tmp3_256 ,contr 
-0x7bb2 034970 call bn_eq_zero_256 
-0x7bb3 034971 branch bn_invmod_256_0 ,blank 
-0x7bb4 034976 arg mem_tmp3_256 ,rega 
-0x7bb5 034977 arg mem_tmp0_256 ,regb 
-0x7bb6 034978 call bn_rshifteven_256 
-0x7bb7 034979 arg mem_tmp2_256 ,rega 
-0x7bb8 034980 arg mem_tmp1_256 ,regb 
-0x7bb9 034981 call bn_rshifteven_256 
-0x7bba 034983 arg mem_tmp3_256 ,rega 
-0x7bbb 034984 arg mem_tmp2_256 ,regb 
-0x7bbc 034985 call bn_bigeq_256 
-0x7bbd 034986 branch bn_invmod_256_1 ,positive 
-0x7bbe 034987 arg mem_tmp2_256 ,rega 
-0x7bbf 034988 arg mem_tmp3_256 ,regb 
-0x7bc0 034989 copy rega ,contw 
-0x7bc1 034990 call bn_sub_256 
-0x7bc2 034991 arg mem_tmp0_256 ,rega 
-0x7bc3 034992 arg mem_tmp1_256 ,regb 
-0x7bc4 034993 copy regb ,contw 
-0x7bc5 034994 call bn_add_256 
-0x7bc6 034995 ifetch 1 ,rega 
-0x7bc7 034996 iadd regc ,regc 
-0x7bc8 034997 ifetch 1 ,regb 
-0x7bc9 034998 iadd regc ,pdata 
-0x7bca 034999 istore 1 ,regb 
-0x7bcb 035000 branch bn_invmod_256_2 
-:      035001 bn_invmod_256_1:
-0x7bcc 035002 arg mem_tmp3_256 ,rega 
-0x7bcd 035003 arg mem_tmp2_256 ,regb 
-0x7bce 035004 copy rega ,contw 
-0x7bcf 035005 call bn_sub_256 
-0x7bd0 035006 arg mem_tmp1_256 ,rega 
-0x7bd1 035007 arg mem_tmp0_256 ,regb 
-0x7bd2 035008 copy regb ,contw 
-0x7bd3 035009 call bn_add_256 
-0x7bd4 035010 ifetch 1 ,rega 
-0x7bd5 035011 iadd regc ,regc 
-0x7bd6 035012 ifetch 1 ,regb 
-0x7bd7 035013 iadd regc ,pdata 
-0x7bd8 035014 istore 1 ,regb 
-0x7bd9 035015 branch bn_invmod_256_2 
-:      035016 bn_invmod_256_0:
-0x7bda 035018 arg mem_tmp1_256 ,rega 
-0x7bdb 035019 copy timeup ,contw 
-0x7bdc 035020 call bn_p256mod 
-0x7bdd 035022 arg mem_p_256 ,rega 
-0x7bde 035023 copy timeup ,regb 
-0x7bdf 035024 copy timeup ,contw 
-0x7be0 035025 branch bn_submod_256 
-:      035028 bn_mulmod_256:
-0x7be1 035029 copy contw ,timeup 
-0x7be2 035031 force 0 ,regext_index 
-0x7be3 035033 arg mem_tmp1_256 ,contw 
-0x7be4 035034 call clear_mem_512 
-0x7be5 035035 arg mem_regext ,contw 
-0x7be6 035036 call clear_mem_512 
-0x7be7 035040 copy rega ,contr 
-0x7be8 035042 jam 0 ,mem_regext 
-0x7be9 035043 setarg 0 
-0x7bea 035044 call bn_load_mem 
-0x7beb 035045 copy regb ,contr 
-0x7bec 035046 call bn_load_256 
-0x7bed 035049 force 0 ,queue 
-0x7bee 035050 arg mem_tmp1_256 ,contw 
-:      035051 bn_mulmod_256_1:
-0x7bef 035054 arg mem_regext ,temp 
-0x7bf0 035055 copy queue ,regb 
-0x7bf1 035056 lshift2 regb ,pdata 
-0x7bf2 035058 iadd temp ,regb 
-0x7bf3 035059 force 0 ,temp 
-0x7bf4 035060 force 0 ,regc 
-:      035061 bn_mulmod_256_0:
-0x7bf5 035066 ifetch 4 ,contw 
-0x7bf6 035067 iforce rega 
-0x7bf7 035070 ifetch 4 ,regb 
-0x7bf8 035071 copy regc ,regext_index 
-0x7bf9 035072 imul32 regext ,pdata 
-0x7bfa 035073 iadd rega ,pdata 
-0x7bfb 035074 iadd temp ,pdata 
-0x7bfc 035075 istore 4 ,contw 
-0x7bfd 035076 rshift32 pdata ,temp 
-0x7bfe 035077 increase 1 ,regc 
-0x7bff 035078 compare 8 ,regc ,0xff 
-0x7c00 035079 nbranch bn_mulmod_256_0 ,true 
-0x7c01 035081 deposit temp 
-0x7c02 035082 istore 4 ,contw 
-0x7c03 035083 increase -32 ,contw 
-0x7c04 035086 increase 1 ,queue 
-0x7c05 035087 compare 8 ,queue ,0xff 
-0x7c06 035088 nbranch bn_mulmod_256_1 ,true 
-0x7c07 035089 arg mem_tmp1_256 ,rega 
-0x7c08 035090 copy timeup ,contw 
-0x7c09 035091 branch bn_p256mod 
-:      035093 bn_p256mod:
-0x7c0a 035094 bpatchx patch3e_2 ,mem_patch3e 
-0x7c0b 035095 copy contw ,timeup 
-0x7c0c 035096 copy rega ,alarm 
-0x7c0d 035097 arg mem_tmp2_256 ,regb 
-0x7c0e 035098 copy regb ,contw 
-0x7c0f 035099 call memset0_4 
-0x7c10 035100 istore 8 ,contw 
-0x7c11 035101 add rega ,44 ,contr 
-0x7c12 035102 call memcpy8 
-0x7c13 035103 call memcpy12 
-0x7c14 035104 copy regb ,rega 
-0x7c15 035105 call bn_lshiftmod_256 
-0x7c16 035106 arg mem_tmp2_256 ,regb 
-0x7c17 035107 copy alarm ,rega 
-0x7c18 035108 copy timeup ,contw 
-0x7c19 035109 call bn_addmod_256 
-0x7c1a 035111 arg mem_tmp2_256 ,regb 
-0x7c1b 035112 copy regb ,contw 
-0x7c1c 035113 call memset0_4 
-0x7c1d 035114 istore 8 ,contw 
-0x7c1e 035115 add alarm ,48 ,contr 
-0x7c1f 035116 call memcpy16 
-0x7c20 035117 call memset0_4 
-0x7c21 035118 copy regb ,rega 
-0x7c22 035119 call bn_lshiftmod_256 
-0x7c23 035123 arg mem_tmp2_256 ,regb 
-0x7c24 035124 copy timeup ,rega 
-0x7c25 035125 copy rega ,contw 
-0x7c26 035126 call bn_addmod_256 
-0x7c27 035130 arg mem_tmp2_256 ,regb 
-0x7c28 035131 copy regb ,contw 
-0x7c29 035132 add alarm ,32 ,contr 
-0x7c2a 035133 call memcpy12 
-0x7c2b 035134 call memset0_4 
-0x7c2c 035135 istore 8 ,contw 
-0x7c2d 035136 add alarm ,56 ,contr 
-0x7c2e 035137 call memcpy8 
-0x7c2f 035138 copy timeup ,rega 
-0x7c30 035139 copy rega ,contw 
-0x7c31 035140 call bn_addmod_256 
-0x7c32 035144 arg mem_tmp2_256 ,regb 
-0x7c33 035145 copy regb ,contw 
-0x7c34 035146 add alarm ,36 ,contr 
-0x7c35 035147 call memcpy12 
-0x7c36 035148 add alarm ,52 ,contr 
-0x7c37 035149 call memcpy12 
-0x7c38 035150 add alarm ,52 ,contr 
-0x7c39 035151 call memcpy4 
-0x7c3a 035152 add alarm ,32 ,contr 
-0x7c3b 035153 call memcpy4 
-0x7c3c 035154 copy timeup ,rega 
-0x7c3d 035155 copy rega ,contw 
-0x7c3e 035156 call bn_addmod_256 
-0x7c3f 035159 arg mem_tmp2_256 ,regb 
-0x7c40 035160 copy regb ,contw 
-0x7c41 035161 add alarm ,44 ,contr 
-0x7c42 035162 call memcpy12 
-0x7c43 035163 call memset0_4 
-0x7c44 035164 istore 8 ,contw 
-0x7c45 035165 add alarm ,32 ,contr 
-0x7c46 035166 call memcpy4 
-0x7c47 035167 add alarm ,40 ,contr 
-0x7c48 035168 call memcpy4 
-0x7c49 035169 copy timeup ,rega 
-0x7c4a 035170 copy rega ,contw 
-0x7c4b 035171 call bn_submod_256 
-0x7c4c 035174 arg mem_tmp2_256 ,regb 
-0x7c4d 035175 copy regb ,contw 
-0x7c4e 035176 add alarm ,48 ,contr 
-0x7c4f 035177 call memcpy8 
-0x7c50 035178 call memcpy8 
-0x7c51 035179 force 0 ,pdata 
-0x7c52 035180 istore 8 ,contw 
-0x7c53 035181 add alarm ,36 ,contr 
-0x7c54 035182 call memcpy4 
-0x7c55 035183 add alarm ,44 ,contr 
-0x7c56 035184 call memcpy4 
-0x7c57 035185 copy timeup ,rega 
-0x7c58 035186 copy rega ,contw 
-0x7c59 035187 call bn_submod_256 
-0x7c5a 035190 arg mem_tmp2_256 ,regb 
-0x7c5b 035191 copy regb ,contw 
-0x7c5c 035192 add alarm ,52 ,contr 
-0x7c5d 035193 call memcpy12 
-0x7c5e 035194 add alarm ,32 ,contr 
-0x7c5f 035195 call memcpy12 
-0x7c60 035196 call memset0_4 
-0x7c61 035197 add alarm ,48 ,contr 
-0x7c62 035198 call memcpy4 
-0x7c63 035199 copy timeup ,rega 
-0x7c64 035200 copy rega ,contw 
-0x7c65 035201 call bn_submod_256 
-0x7c66 035204 arg mem_tmp2_256 ,regb 
-0x7c67 035205 copy regb ,contw 
-0x7c68 035206 add alarm ,56 ,contr 
-0x7c69 035207 call memcpy8 
-0x7c6a 035208 call memset0_4 
-0x7c6b 035209 add alarm ,36 ,contr 
-0x7c6c 035210 call memcpy12 
-0x7c6d 035211 call memset0_4 
-0x7c6e 035212 add alarm ,52 ,contr 
-0x7c6f 035213 call memcpy4 
-0x7c70 035214 copy timeup ,rega 
-0x7c71 035215 copy rega ,contw 
-0x7c72 035216 branch bn_submod_256 
-:      035219 bn_load_mem:
-0x7c73 035220 force 32 ,loopcnt 
-0x7c74 035221 arg mem_regext ,contw 
-0x7c75 035222 iadd contw ,contw 
-0x7c76 035223 branch memcpy 
-:      035225 bn_load_256:
-0x7c77 035226 force 8 ,loopcnt 
-0x7c78 035227 branch bn_load_0 
-:      035229 bn_sqrmod_256:
-0x7c79 035230 copy rega ,regb 
-0x7c7a 035231 branch bn_mulmod_256 
-:      035233 bn_add_256:
-0x7c7b 035234 force 8 ,loopcnt 
-0x7c7c 035235 branch bn_add + 1 
-:      035237 bn_addmod_256:
-0x7c7d 035238 call bn_add_256 
-0x7c7e 035239 copy contw ,rega 
-0x7c7f 035240 branch bn_lshiftmod_ismod_256 
-:      035242 bn_lshiftmod_256:
-0x7c80 035243 call bn_lshift_256 
-:      035244 bn_lshiftmod_ismod_256:
-0x7c81 035245 isolate1 0 ,regc 
-0x7c82 035246 branch bn_lshiftmod_p_256 ,true 
-0x7c83 035247 arg mem_p_256 ,regb 
-0x7c84 035248 copy rega ,regc 
-0x7c85 035249 increase -32 ,rega 
-0x7c86 035250 call bn_bigeq_256 
-0x7c87 035251 nrtn positive 
-0x7c88 035252 copy regc ,rega 
-0x7c89 035253 branch sub_p2_256 
-:      035255 bn_lshiftmod_p_256:
-0x7c8a 035256 call sub_p2_256 
-0x7c8b 035258 copy rega ,regc 
-0x7c8c 035259 increase -32 ,rega 
-0x7c8d 035260 arg mem_p_256 ,regb 
-0x7c8e 035261 call bn_bigeq_256 
-0x7c8f 035262 nrtn positive 
-0x7c90 035263 copy regc ,rega 
-0x7c91 035264 branch sub_p2_256 
-:      035267 sub_p2_256:
-0x7c92 035268 increase -32 ,rega 
-0x7c93 035269 arg mem_p_256 ,regb 
-0x7c94 035270 copy rega ,contw 
-0x7c95 035271 branch bn_sub_256 
-:      035276 bn_submod_256:
-0x7c96 035277 call bn_sub_256 
-0x7c97 035279 branch bn_submod_256_np ,true 
-0x7c98 035282 add contw ,-32 ,rega 
-0x7c99 035283 arg mem_p_256 ,regb 
-0x7c9a 035284 call bn_bigeq_256 
-0x7c9b 035285 nrtn positive 
-0x7c9c 035286 arg mem_p_256 ,regb 
-0x7c9d 035287 add contw ,-32 ,rega 
-0x7c9e 035289 copy rega ,contw 
-0x7c9f 035290 branch bn_sub_256 
-:      035291 bn_submod_256_np:
-0x7ca0 035292 add contw ,-32 ,rega 
-0x7ca1 035293 arg mem_p_256 ,regb 
-0x7ca2 035294 copy rega ,contw 
-0x7ca3 035295 call bn_add_256 
-0x7ca4 035297 rtn true 
-0x7ca5 035298 add contw ,-32 ,rega 
-0x7ca6 035299 arg mem_p_256 ,regb 
-0x7ca7 035300 copy rega ,contw 
-0x7ca8 035301 branch bn_add_256 
-:      035305 bn_sub_256:
-0x7ca9 035306 force 8 ,loopcnt 
-0x7caa 035307 branch bn_sub + 1 
-:      035309 bn_rshift_256:
-0x7cab 035310 force 8 ,loopcnt 
-0x7cac 035311 increase 28 ,rega 
-0x7cad 035312 branch bn_rshift 
-:      035314 bn_lshift_256:
-0x7cae 035315 force 8 ,loopcnt 
-0x7caf 035316 force 0 ,regc 
-0x7cb0 035317 branch bn_lshift_0 
-:      035319 bn_bigeq_256:
-0x7cb1 035320 force 8 ,loopcnt 
-0x7cb2 035321 increase 28 ,rega 
-0x7cb3 035322 increase 28 ,regb 
-0x7cb4 035323 branch bn_bigeq_0 
-:      035326 bn_eq_zero_256:
-0x7cb5 035327 ifetch 8 ,contr 
-0x7cb6 035328 nrtn blank 
-0x7cb7 035329 branch bn_eq_zero 
-:      035334 bn_rshifteven_256:
-0x7cb8 035335 copy rega ,alarm 
-:      035336 bn_rshifteven_256_1:
-0x7cb9 035337 copy alarm ,rega 
-0x7cba 035338 ifetch 1 ,rega 
-0x7cbb 035339 isolate1 0 ,pdata 
-0x7cbc 035340 rtn true 
-0x7cbd 035341 call bn_rshift_256 
-0x7cbe 035342 ifetch 1 ,regb 
-0x7cbf 035343 isolate0 0 ,pdata 
-0x7cc0 035344 branch bn_rshifteven_256_0 ,true 
-0x7cc1 035345 arg mem_p_256 ,rega 
-0x7cc2 035346 copy regb ,contw 
-0x7cc3 035347 call bn_add_256 
-0x7cc4 035348 ifetch 1 ,regb 
-0x7cc5 035349 iadd regc ,pdata 
-0x7cc6 035350 istore 1 ,regb 
-0x7cc7 035351 increase -32 ,regb 
-:      035352 bn_rshifteven_256_0:
-0x7cc8 035353 add regb ,32 ,rega 
-0x7cc9 035354 force 9 ,loopcnt 
-0x7cca 035355 call bn_rshift 
-0x7ccb 035356 branch bn_rshifteven_256_1 
-:      035360 ui_init:
-0x7ccc 035361 call lpm_disable_exen_output 
-0x7ccd 035362 rtn wake 
-0x7cce 035363 call ui_button_init 
-0x7ccf 035364 call ui_timer_init 
-0x7cd0 035365 branch ui_led_init_global 
-:      035367 ui_dispatch:
-0x7cd1 035368 call ui_led_dispatch 
-0x7cd2 035370 branch ui_timer_check 
-:      035372 ui_button_init:
-0x7cd3 035373 fetch 1 ,mem_ui_button_gpio 
-0x7cd4 035374 rtneq ui_button_gpio_disable 
-0x7cd5 035375 iforce temp 
-0x7cd6 035376 call gpio_config_output 
-0x7cd7 035377 fetcht 1 ,mem_ui_button_gpio 
-0x7cd8 035378 call gpio_out_inactive 
-0x7cd9 035379 nop 100 
-0x7cda 035380 fetcht 1 ,mem_ui_button_gpio 
-0x7cdb 035381 call gpio_config_input 
-0x7cdc 035382 branch ui_button_polling 
-:      035386 ui_button_polling:
-0x7cdd 035387 bpatchx patch3e_3 ,mem_patch3e 
-0x7cde 035388 fetch 1 ,mem_ui_button_gpio 
-0x7cdf 035389 rtneq ui_button_gpio_disable 
-0x7ce0 035390 copy pdata ,temp 
-0x7ce1 035391 call gpio_get_bit 
-0x7ce2 035392 nbranch ui_button_up ,true 
-:      035394 ui_button_down:
-0x7ce3 035395 call ui_button_check_long_press 
-0x7ce4 035396 fetch 2 ,mem_ui_state_map 
-0x7ce5 035397 set1 ui_state_btn_down 
-0x7ce6 035398 store 2 ,mem_ui_state_map 
-0x7ce7 035399 fetch 1 ,mem_ui_button_last_state 
-0x7ce8 035400 rtneq ui_button_state_down 
-0x7ce9 035401 jam ui_button_state_down ,mem_ui_button_last_state 
-0x7cea 035403 fetch 1 ,mem_ui_button_timeout 
-0x7ceb 035404 store 1 ,mem_ui_button_timer 
-0x7cec 035405 call lpm_button_get_wake_lock 
-0x7ced 035406 jam bt_evt_button_down ,mem_fifo_temp 
-0x7cee 035407 branch ui_ipc_send_event 
-:      035408 ui_button_up:
-0x7cef 035409 fetch 2 ,mem_ui_state_map 
-0x7cf0 035410 set0 ui_state_btn_down 
-0x7cf1 035411 store 2 ,mem_ui_state_map 
-0x7cf2 035412 fetch 1 ,mem_ui_button_last_state 
-0x7cf3 035413 rtneq ui_button_state_up 
-0x7cf4 035414 jam ui_button_state_up ,mem_ui_button_last_state 
-0x7cf5 035416 jam 0 ,mem_ui_button_timer 
-0x7cf6 035417 call lpm_button_clean_wake_lock 
-0x7cf7 035418 jam bt_evt_button_up ,mem_fifo_temp 
-0x7cf8 035419 branch ui_ipc_send_event 
-:      035421 ui_button_check_long_press:
-0x7cf9 035422 fetch 1 ,mem_ui_button_timer 
-0x7cfa 035423 rtn blank 
-0x7cfb 035424 increase -1 ,pdata 
-0x7cfc 035425 store 1 ,mem_ui_button_timer 
-0x7cfd 035426 nrtn blank 
-0x7cfe 035428 jam bt_evt_button_long_pressed ,mem_fifo_temp 
-0x7cff 035429 branch ui_ipc_send_event 
-:      035431 lpm_button_get_wake_lock:
-0x7d00 035432 arg wake_lock_button ,queue 
-0x7d01 035433 branch lpm_get_wake_lock 
-:      035435 lpm_button_clean_wake_lock:
-0x7d02 035436 arg wake_lock_button ,queue 
-0x7d03 035437 branch lpm_put_wake_lock 
-:      035459 calc_curr_struct_prt:
-0x7d04 035460 fetch 2 ,mem_ui_led_struct_ptr 
-0x7d05 035461 mul32 rega ,led_offset_length ,regb 
-0x7d06 035462 iadd regb ,regb 
-0x7d07 035463 rtn 
-:      035466 ui_led_init_global:
-0x7d08 035467 fetch 1 ,mem_ui_led_struct_num 
-0x7d09 035468 rtn blank 
-0x7d0a 035469 copy pdata ,loopcnt 
-0x7d0b 035470 fetch 2 ,mem_ui_led_struct_ptr 
-0x7d0c 035471 copy pdata ,regb 
-:      035472 ui_led_init_loop:
-0x7d0d 035473 add regb ,led_offset_led_gpio ,regc 
-0x7d0e 035474 ifetcht 1 ,regc 
-0x7d0f 035475 call gpio_config_output 
-0x7d10 035476 call ui_led_off_static 
-0x7d11 035477 increase led_offset_length ,regb 
-0x7d12 035478 loop ui_led_init_loop 
-0x7d13 035479 rtn 
-:      035483 ui_led_on_global:
-0x7d14 035484 call calc_curr_struct_prt 
-0x7d15 035485 setarg ui_led_state_lighting 
-0x7d16 035486 istore 1 ,regb 
-0x7d17 035487 call ui_led_stop_timer 
-0x7d18 035488 branch ui_led_on_static 
-:      035492 ui_led_blink_stop_global:
-:      035493 ui_led_off_global:
-0x7d19 035494 call calc_curr_struct_prt 
-0x7d1a 035495 setarg ui_led_state_darking 
-0x7d1b 035496 istore 1 ,regb 
-0x7d1c 035497 call ui_led_stop_timer 
-0x7d1d 035498 branch ui_led_off_static 
-:      035502 ui_led_blink_start_global:
-0x7d1e 035503 call calc_curr_struct_prt 
-0x7d1f 035504 setarg ui_led_state_blink_start 
-0x7d20 035505 istore 1 ,regb 
-0x7d21 035506 setarg led_infinite_flash_num 
-0x7d22 035507 istore 1 ,contw 
-0x7d23 035508 branch ui_led_off_static 
-:      035513 ui_led_set_style_global:
-0x7d24 035514 call calc_curr_struct_prt 
-0x7d25 035515 arg led_offset_length ,loopcnt 
-0x7d26 035516 copy regc ,contr 
-0x7d27 035517 copy regb ,contw 
-0x7d28 035518 branch memcpy_fast 
-:      035522 ui_led_dispatch:
-0x7d29 035523 fetch 1 ,mem_ui_led_struct_num 
-0x7d2a 035524 rtn blank 
-0x7d2b 035525 arg 0 ,rega 
-:      035526 ui_led_blink_polling:
-0x7d2c 035527 call ui_led_change_style_by_type 
-0x7d2d 035528 increase 1 ,rega 
-0x7d2e 035529 fetch 1 ,mem_ui_led_struct_num 
-0x7d2f 035530 isub rega ,null 
-0x7d30 035531 rtn zero 
-0x7d31 035532 branch ui_led_blink_polling 
-:      035535 ui_led_off_static:
-0x7d32 035536 add regb ,led_offset_led_gpio ,regc 
-0x7d33 035537 ifetcht 1 ,regc 
-0x7d34 035538 branch gpio_out_inactive 
-:      035541 ui_led_on_static:
-0x7d35 035542 add regb ,led_offset_led_gpio ,regc 
-0x7d36 035543 ifetcht 1 ,regc 
-0x7d37 035544 branch gpio_out_active 
-:      035548 ui_led_change_style_by_type:
-0x7d38 035549 add rega ,ui_led_blink ,queue 
-0x7d39 035550 call timer_check 
-0x7d3a 035551 nrtn blank 
-0x7d3b 035553 call calc_curr_struct_prt 
-0x7d3c 035555 ifetch 1 ,regb 
-0x7d3d 035557 beq ui_led_state_lighting ,ui_led_on_static 
-0x7d3e 035558 beq ui_led_state_darking ,ui_led_off_static 
-0x7d3f 035559 beq ui_led_state_blink_stop ,ui_led_off_static 
-0x7d40 035560 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
-:      035561 ui_led_blink_state_lighting:
-0x7d41 035562 call ui_led_on_static 
-0x7d42 035563 add regb ,led_offset_cb_ledon ,regc 
-0x7d43 035564 call push_stack 
-0x7d44 035565 ifetch 2 ,regc 
-0x7d45 035566 call callback_func 
-0x7d46 035567 call pop_stack 
-0x7d47 035568 setarg ui_led_state_blink_darking 
-0x7d48 035569 istore 1 ,regb 
-0x7d49 035570 add regb ,led_offset_on_time ,regc 
-0x7d4a 035571 ifetch 2 ,regc 
-0x7d4b 035572 branch ui_led_blink_timer_start 
-:      035575 ui_led_blink_state_darking:
-0x7d4c 035576 call ui_led_off_static 
-0x7d4d 035577 add regb ,led_offset_cb_ledoff ,regc 
-0x7d4e 035578 call push_stack 
-0x7d4f 035579 ifetch 2 ,regc 
-0x7d50 035580 call callback_func 
-0x7d51 035581 call pop_stack 
-0x7d52 035583 add regb ,led_offset_blink_count ,regc 
-0x7d53 035584 ifetch 1 ,regc 
-0x7d54 035585 beq led_infinite_flash_num ,ui_led_blink_infinite 
-0x7d55 035586 increase -1 ,pdata 
-0x7d56 035587 istore 1 ,regc 
-0x7d57 035588 branch ui_led_blink_stop_global ,blank 
-:      035589 ui_led_blink_infinite:
-0x7d58 035590 setarg ui_led_state_blink_lighting 
-0x7d59 035591 istore 1 ,regb 
-0x7d5a 035592 add regb ,led_offset_off_time ,regc 
-0x7d5b 035593 ifetch 2 ,regc 
-:      035594 ui_led_blink_timer_start:
-0x7d5c 035595 add rega ,ui_led_blink ,queue 
-0x7d5d 035596 branch timer_init 
-:      035598 ui_led_stop_timer:
-0x7d5e 035599 setarg 0 
-0x7d5f 035600 branch ui_led_blink_timer_start 
-:      035606 ui_timer_timeout:
-0x7d60 035607 setarg 0x1000 
-0x7d61 035608 lshift16 pdata ,pdata 
-0x7d62 035609 iadd regb ,regb 
-0x7d63 035610 rtn 
-:      035612 ui_timer_check:
-0x7d64 035613 bpatchx patch3e_4 ,mem_patch3e 
-0x7d65 035614 arg 0 ,rega 
-0x7d66 035615 fetcht 4 ,mem_ui_timer_last_btclk 
-0x7d67 035616 copy clkn_bt ,regb 
-0x7d68 035617 copy regb ,pdata 
-0x7d69 035618 isub temp ,null 
-0x7d6a 035619 ncall ui_timer_timeout ,positive 
-:      035621 ui_timer_check_loop:
-0x7d6b 035622 copy regb ,pdata 
-0x7d6c 035623 increase 160 ,temp 
-0x7d6d 035624 increase 160 ,temp 
-0x7d6e 035625 isub temp ,null 
-0x7d6f 035626 nbranch ui_timer_check_end ,positive 
-0x7d70 035627 increase 1 ,rega 
-0x7d71 035628 and rega ,0x0f ,pdata 
-0x7d72 035629 nbranch ui_timer_check_loop ,blank 
-0x7d73 035630 arg 0 ,rega 
-0x7d74 035631 call ui_timer_check_send_evt 
-:      035632 ui_timer_init:
-0x7d75 035633 copy clkn_bt ,pdata 
-0x7d76 035634 store 4 ,mem_ui_timer_last_btclk 
-0x7d77 035635 rtn 
-:      035636 ui_timer_check_end:
-0x7d78 035637 bpatchx patch3e_5 ,mem_patch3e 
-0x7d79 035638 copy rega ,pdata 
-0x7d7a 035639 rtn blank 
-0x7d7b 035640 increase -160 ,temp 
-0x7d7c 035641 increase -160 ,temp 
-0x7d7d 035642 set0 28 ,temp 
-0x7d7e 035643 storet 4 ,mem_ui_timer_last_btclk 
-:      035644 ui_timer_check_send_evt:
-0x7d7f 035645 branch app_evt_timer 
-:      035652 ui_ipc_get_lock:
-0x7d80 035653 jam 1 ,mem_ipc_lock_bt 
-:      035654 ui_ipc_get_lock_wait:
-0x7d81 035655 fetch 1 ,mem_ipc_lock_c51 
-0x7d82 035656 nbranch ui_ipc_get_lock_wait ,blank 
-0x7d83 035657 rtn 
-:      035659 ui_ipc_put_lock:
-0x7d84 035660 jam 0 ,mem_ipc_lock_bt 
-0x7d85 035661 rtn 
-:      035665 ui_ipc_send_event:
-0x7d86 035666 bpatchx patch3e_6 ,mem_patch3e 
-0x7d87 035667 call ui_ipc_get_lock 
-0x7d88 035668 copy rega ,pdata 
-0x7d89 035669 store 4 ,mem_ipc_rega_temp 
-0x7d8a 035670 arg mem_ipc_fifo_bt2c51 ,rega 
-0x7d8b 035671 call fifo_in 
-0x7d8c 035672 fetch 4 ,mem_ipc_rega_temp 
-0x7d8d 035673 copy pdata ,rega 
-0x7d8e 035674 branch ui_ipc_put_lock 
-:      035676 ui_ipc_send_cmd:
-0x7d8f 035677 bpatchx patch3e_7 ,mem_patch3e 
-0x7d90 035678 call ui_ipc_get_lock 
-0x7d91 035679 copy rega ,pdata 
-0x7d92 035680 store 4 ,mem_ipc_rega_temp 
-0x7d93 035681 arg mem_ipc_fifo_c512bt ,rega 
-0x7d94 035682 call fifo_in 
-0x7d95 035683 fetch 4 ,mem_ipc_rega_temp 
-0x7d96 035684 copy pdata ,rega 
-0x7d97 035685 branch ui_ipc_put_lock 
-:      035687 ui_ipc_clean_all_fifo:
-0x7d98 035688 setarg 0 
-0x7d99 035689 store util_fifo_len ,mem_ipc_fifo_c512bt 
-0x7d9a 035690 store util_fifo_len ,mem_ipc_fifo_bt2c51 
-0x7d9b 035691 rtn 
-:      035693 check_51cmd:
-0x7d9c 035694 bpatchx patch3f_0 ,mem_patch3f 
-0x7d9d 035695 fetch 1 ,mem_hci_cmd 
-0x7d9e 035696 nrtn blank 
-0x7d9f 035697 arg mem_ipc_fifo_c512bt ,rega 
-0x7da0 035698 call fifo_is_empty 
-0x7da1 035699 rtn blank 
-0x7da2 035700 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
-0x7da3 035701 call check_51cmd_once 
-0x7da4 035702 fetch 1 ,mem_ipc_skip_continue_proc 
-0x7da5 035703 branch check_51cmd ,blank 
-0x7da6 035704 rtn 
-:      035706 check_51cmd_once:
-0x7da7 035707 call ui_ipc_get_lock 
-0x7da8 035708 arg mem_ipc_fifo_c512bt ,rega 
-0x7da9 035709 call fifo_out 
-0x7daa 035710 copy pdata ,temp 
-0x7dab 035711 call ui_ipc_put_lock 
-0x7dac 035712 bpatchx patch3f_1 ,mem_patch3f 
-0x7dad 035713 copy temp ,pdata 
-0x7dae 035714 rtn blank 
-0x7daf 035715 beq bt_cmd_start_discovery ,check_51cmd_start_discovery 
-0x7db0 035716 beq bt_cmd_stop_discovery ,check_51cmd_stop_discovery 
-0x7db1 035717 beq bt_cmd_reconnect ,check_51cmd_reconnect 
-0x7db2 035718 beq bt_cmd_enter_sniff_subrating ,check_51cmd_enter_sniff_subrating 
-0x7db3 035719 beq bt_cmd_exit_sniff_subrating ,check_51cmd_exit_sniff_subrating 
-0x7db4 035720 beq bt_cmd_sniff_test ,check_51cmd_sniff_test 
-0x7db5 035721 beq bt_cmd_start_inquiry ,check_51cmd_inq 
-0x7db6 035722 beq bt_cmd_stop_inquiry ,check_51cmd_stop_inq 
-0x7db7 035723 beq bt_cmd_start_adv ,check_51cmd_adv 
-0x7db8 035724 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
-0x7db9 035725 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
-0x7dba 035726 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
-0x7dbb 035727 beq bt_cmd_led_off ,check_51cmd_led_off 
-0x7dbc 035728 beq bt_cmd_led_on ,check_51cmd_led_on 
-0x7dbd 035729 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
-0x7dbe 035730 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
-0x7dbf 035731 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
-0x7dc0 035732 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
-0x7dc1 035733 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
-0x7dc2 035734 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
-0x7dc3 035735 beq bt_cmd_bb_reconn_cancel ,check_51cmd_bb_reconn_cancel 
-0x7dc4 035737 store 1 ,mem_fifo_temp 
-0x7dc5 035738 bpatchx patch3f_2 ,mem_patch3f 
-0x7dc6 035739 call lmo_fifo_check 
-0x7dc7 035740 nbranch check_51cmd_restore ,blank 
-:      035741 check_51cmd_once_continue:
-0x7dc8 035742 fetch 1 ,mem_fifo_temp 
-0x7dc9 035743 bmark0 mark_context ,check_51cmd_check_idle 
-0x7dca 035744 beq bt_cmd_disconnect ,check_51cmd_disconnect 
-0x7dcb 035745 beq bt_cmd_enter_sniff ,cmd_in_sniff 
-0x7dcc 035746 beq bt_cmd_exit_sniff ,cmd_exit_sniff 
-0x7dcd 035747 beq bt_cmd_set_pin_code ,check_51cmd_pincode 
-0x7dce 035748 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
-0x7dcf 035749 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
-0x7dd0 035750 beq bt_cmd_role_switch ,check_51cmd_role_switch 
-0x7dd1 035751 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
-0x7dd2 035752 beq bt_cmd_store_reconn_info_bt ,eeprom_store_bd_reconn_info 
-0x7dd3 035753 beq bt_cmd_dhkey_not_accept ,check_51cmd_dhkey_not_accept 
-0x7dd4 035754 beq bt_cmd_store_reconn_info ,check_51cmd_store_reconn_info 
-0x7dd5 035755 rtn 
-:      035757 check_51cmd_check_idle:
-0x7dd6 035758 store 1 ,mem_fifo_temp 
-0x7dd7 035759 call context_check_idle 
-0x7dd8 035760 branch check_51cmd_restore ,zero 
-0x7dd9 035761 call context_search_plap 
-0x7dda 035762 nrtn zero 
-:      035763 check_51cmd_restore:
-0x7ddb 035764 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
-0x7ddc 035765 branch ui_ipc_send_cmd 
-:      035770 check_51cmd_start_discovery:
-0x7ddd 035771 fetch 2 ,mem_ui_state_map 
-0x7dde 035772 set1 ui_state_bt_discovery 
-0x7ddf 035773 store 2 ,mem_ui_state_map 
-0x7de0 035774 jam 3 ,mem_scan_mode 
-0x7de1 035775 rtn 
-:      035779 check_51cmd_stop_discovery:
-0x7de2 035780 jam 0 ,mem_hid_handshake_timer_count 
-0x7de3 035781 jam 0 ,mem_scan_mode 
-0x7de4 035782 fetch 2 ,mem_ui_state_map 
-0x7de5 035783 set0 ui_state_bt_discovery 
-0x7de6 035784 store 2 ,mem_ui_state_map 
-0x7de7 035785 rtn 
-:      035789 check_51cmd_reconnect:
-0x7de8 035790 jam hci_cmd_create_conn ,mem_hci_cmd 
-0x7de9 035791 rtn 
-:      035795 check_51cmd_disconnect:
-0x7dea 035796 jam lmp_detach ,mem_lmo_opcode2 
-0x7deb 035797 jam other_end_terminated ,mem_disconn_reason_send 
-0x7dec 035798 rtn 
-:      035802 check_51cmd_enter_sniff_subrating:
-0x7ded 035803 rtn 
-:      035807 check_51cmd_exit_sniff_subrating:
-0x7dee 035808 rtn 
-:      035812 check_51cmd_sniff_test:
-0x7def 035813 rtn 
-:      035817 check_51cmd_pincode:
-0x7df0 035818 jam pincode_state_pincode_ready ,mem_pincode_state 
-0x7df1 035819 branch cmd_pair 
-:      035823 check_51cmd_inq:
-0x7df2 035824 rtn 
-:      035828 check_51cmd_stop_inq:
-0x7df3 035829 rtn 
-:      035833 check_51cmd_adv:
-0x7df4 035834 jam on ,mem_le_adv_enable 
-0x7df5 035835 jam adv_ind ,mem_le_adv_type 
-0x7df6 035836 fetch 2 ,mem_ui_state_map 
-0x7df7 035837 set1 ui_state_ble_adv ,pdata 
-0x7df8 035838 store 2 ,mem_ui_state_map 
-0x7df9 035839 rtn 
-:      035843 check_51cmd_stop_adv:
-0x7dfa 035844 fetch 2 ,mem_ui_state_map 
-0x7dfb 035845 set0 ui_state_ble_adv ,pdata 
-0x7dfc 035846 store 2 ,mem_ui_state_map 
-0x7dfd 035847 jam off ,mem_le_adv_enable 
-0x7dfe 035848 rtn 
-:      035852 check_51cmd_direct_adv:
-0x7dff 035853 jam on ,mem_le_adv_enable 
-0x7e00 035854 jam adv_direct_ind ,mem_le_adv_type 
-0x7e01 035855 fetch 2 ,mem_ui_state_map 
-0x7e02 035856 set1 ui_state_ble_adv ,pdata 
-0x7e03 035857 store 2 ,mem_ui_state_map 
-0x7e04 035858 rtn 
-:      035862 check_51cmd_stop_direct_adv:
-0x7e05 035863 fetch 2 ,mem_ui_state_map 
-0x7e06 035864 set0 ui_state_ble_adv ,pdata 
-0x7e07 035865 store 2 ,mem_ui_state_map 
-0x7e08 035866 jam off ,mem_le_adv_enable 
-0x7e09 035867 rtn 
-:      035871 check_51cmd_le_disconnect:
-0x7e0a 035872 setarg 20 
-0x7e0b 035873 store 2 ,mem_le_superto 
-0x7e0c 035874 store 2 ,mem_le_init_superto 
-0x7e0d 035875 branch le_send_terminate_ind_user_terminated 
-:      035879 check_51cmd_ble_update_connect_param:
-0x7e0e 035880 branch le_l2cap_tx_update_req 
-:      035884 check_51cmd_led_off:
-0x7e0f 035885 arg 0 ,rega 
-0x7e10 035886 branch ui_led_off_global 
-:      035890 check_51cmd_led_on:
-0x7e11 035891 arg 0 ,rega 
-0x7e12 035892 branch ui_led_on_global 
-:      035896 check_51cmd_led_start_blink:
-0x7e13 035897 arg 0 ,rega 
-0x7e14 035898 branch ui_led_blink_start_global 
-:      035902 check_51cmd_le_start_con:
-0x7e15 035903 jam on ,mem_le_scan_enable 
-0x7e16 035904 jam hci_cmd_le_create_conn ,mem_hci_cmd 
-0x7e17 035907 rtn 
-:      035911 check_51cmd_start_scan:
-0x7e18 035912 jam on ,mem_le_scan_enable 
-0x7e19 035913 rtn 
-:      035917 check_51cmd_stop_scan:
-0x7e1a 035918 jam off ,mem_le_scan_enable 
-0x7e1b 035919 jam 0 ,mem_hci_cmd 
-0x7e1c 035920 rtn 
-:      035924 check_51cmd_hibernate:
-0x7e1d 035925 fetch 2 ,mem_cb_before_hibernate 
-0x7e1e 035926 call callback_func 
-0x7e1f 035927 fetch 1 ,mem_ui_button_gpio 
-0x7e20 035928 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
-0x7e21 035929 copy pdata ,temp 
-0x7e22 035930 call gpio_config_input 
-:      035931 check_51cmd_hibernate_btn_disabled:
-0x7e23 035932 call ui_ipc_clean_all_fifo 
-0x7e24 035933 branch lpm_hibernate 
-:      035937 check_51cmd_le_smp_sec_req:
-0x7e25 035938 branch le_send_smp_security_request 
-:      035942 check_51cmd_role_switch:
-0x7e26 035943 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x7e27 035944 set1 mark_switch_initiated ,mark 
-0x7e28 035945 nrtn master 
-0x7e29 035946 jam switch_flag_init ,mem_switch_flag 
-0x7e2a 035947 jam lmp_switch_req ,mem_lmo_opcode2 
-0x7e2b 035948 fetch 1 ,mem_connection_options 
-0x7e2c 035949 set0 connection_switch ,pdata 
-0x7e2d 035950 store 1 ,mem_connection_options 
-0x7e2e 035951 rtn 
-:      035955 check_51cmd_bb_reconn_cancel:
-0x7e2f 035956 force page_length_timer ,queue 
-0x7e30 035957 branch timer_stop 
-:      035961 check_51cmd_dhkey_not_accept:
-0x7e31 035962 call tid_set_reply 
-0x7e32 035963 jam lmp_dhkey_check ,mem_lmi_opcode2 
-0x7e33 035964 branch parse_lmp_dhkey_check_reject 
-:      035967 ui_check_paring_button:
-0x7e34 035968 fetch 1 ,mem_ui_state_map 
-0x7e35 035969 rtnbit0 ui_state_btn_down 
-0x7e36 035970 rtnbit0 ui_state_bt_reconnect 
-0x7e37 035971 branch check_51cmd_bb_reconn_cancel 
-:      035976 queue_init:
-0x7e38 035977 fetch 2 ,mem_queue_ptr 
-0x7e39 035978 add pdata ,queue_offset_curr_num ,contw 
-0x7e3a 035979 setarg 0 
-0x7e3b 035980 istore 3 ,contw 
-0x7e3c 035981 rtn 
-:      035985 queue_push:
-0x7e3d 035986 call disable_user 
-0x7e3e 035987 call queue_full 
-0x7e3f 035988 rtn blank 
-0x7e40 035989 fetch 2 ,mem_queue_ptr 
-0x7e41 035990 add pdata ,queue_offset_curr_num ,regb 
-0x7e42 035991 ifetcht 1 ,regb 
-0x7e43 035992 increase 1 ,temp 
-0x7e44 035993 istoret 1 ,regb 
-0x7e45 035995 ifetcht 1 ,pdata 
-0x7e46 035996 copy temp ,loopcnt 
-0x7e47 035997 add pdata ,queue_offset_write_ptr ,regb 
-0x7e48 035998 ifetch 1 ,regb 
-0x7e49 035999 imul32 temp ,pdata 
-0x7e4a 036000 iadd contr ,contw 
-0x7e4b 036001 copy rega ,contr 
-:      036002 calc_queue_next_ptr:
-0x7e4c 036003 call memcpy 
-0x7e4d 036004 call queue_get_size 
-0x7e4e 036005 pincrease -1 
-0x7e4f 036006 ifetcht 1 ,regb 
-0x7e50 036007 increase 1 ,temp 
-0x7e51 036008 iand temp ,temp 
-0x7e52 036009 istoret 1 ,regb 
-0x7e53 036010 branch enable_user 
-:      036015 queue_pop:
-0x7e54 036016 call disable_user 
-0x7e55 036017 call queue_empty 
-0x7e56 036018 rtn blank 
-0x7e57 036019 fetch 2 ,mem_queue_ptr 
-0x7e58 036020 add pdata ,queue_offset_curr_num ,regb 
-0x7e59 036021 ifetcht 1 ,regb 
-0x7e5a 036022 increase -1 ,temp 
-0x7e5b 036023 istoret 1 ,regb 
-0x7e5c 036024 ifetcht 1 ,pdata 
-0x7e5d 036025 copy temp ,loopcnt 
-0x7e5e 036026 add pdata ,queue_offset_read_ptr ,regb 
-0x7e5f 036027 ifetch 1 ,regb 
-0x7e60 036028 imul32 temp ,pdata 
-0x7e61 036029 iadd contr ,contr 
-0x7e62 036030 increase 1 ,contr 
-0x7e63 036031 copy rega ,contw 
-0x7e64 036032 branch calc_queue_next_ptr 
-:      036036 queue_empty:
-0x7e65 036037 fetch 2 ,mem_queue_ptr 
-0x7e66 036038 add pdata ,queue_offset_curr_num ,contr 
-0x7e67 036039 ifetch 1 ,contr 
-0x7e68 036040 rtn 
-:      036043 queue_full:
-0x7e69 036044 call queue_get_size 
-0x7e6a 036045 ifetcht 1 ,contr 
-0x7e6b 036046 isub temp ,pdata 
-0x7e6c 036047 rtn 
-:      036050 queue_get_size:
-0x7e6d 036051 fetch 2 ,mem_queue_ptr 
-0x7e6e 036052 add pdata ,queue_offset_length ,contr 
-0x7e6f 036053 ifetch 1 ,contr 
-0x7e70 036054 rtn 
-:      036062 right_shift_n:
-0x7e71 036063 sub loopcnt ,0 ,null 
-0x7e72 036064 rtn zero 
-:      036065 right_shift_n_loop:
-0x7e73 036066 rshift pdata ,pdata 
-0x7e74 036067 loop right_shift_n_loop 
-0x7e75 036068 rtn 
-:      036071 left_shift_n:
-0x7e76 036072 force 1 ,pdata 
-0x7e77 036073 sub loopcnt ,0 ,null 
-0x7e78 036074 rtn zero 
-:      036075 left_shift_n_loop:
-0x7e79 036076 lshift pdata ,pdata 
-0x7e7a 036077 loop left_shift_n_loop 
-0x7e7b 036078 rtn 
-:      036079 push_stack:
-0x7e7c 036080 deposit contw 
-0x7e7d 036081 store 2 ,mem_contw 
-0x7e7e 036082 storet 8 ,mem_temp 
-0x7e7f 036083 deposit timeup 
-0x7e80 036084 store 4 ,mem_timeup 
-0x7e81 036085 call push_stack_rega_b_c 
-0x7e82 036086 deposit contr 
-0x7e83 036087 store 2 ,mem_contr 
-0x7e84 036088 rtn 
-:      036090 push_stack_rega_b_c:
-0x7e85 036091 deposit rega 
-0x7e86 036092 store 4 ,mem_rega 
-0x7e87 036093 deposit regb 
-0x7e88 036094 store 4 ,mem_regb 
-0x7e89 036095 deposit regc 
-0x7e8a 036096 store 3 ,mem_regc 
-0x7e8b 036097 rtn 
-:      036099 pop_stack:
-0x7e8c 036100 fetcht 8 ,mem_temp 
-0x7e8d 036101 fetch 4 ,mem_timeup 
-0x7e8e 036102 iforce timeup 
-0x7e8f 036103 call pop_stack_rega_b_c 
-0x7e90 036104 fetch 2 ,mem_contw 
-0x7e91 036105 iforce contw 
-0x7e92 036106 fetch 2 ,mem_contr 
-0x7e93 036107 iforce contr 
-0x7e94 036108 rtn 
-:      036110 pop_stack_rega_b_c:
-0x7e95 036111 fetch 4 ,mem_rega 
-0x7e96 036112 iforce rega 
-0x7e97 036113 fetch 4 ,mem_regb 
-0x7e98 036114 iforce regb 
-0x7e99 036115 fetch 3 ,mem_regc 
-0x7e9a 036116 iforce regc 
-0x7e9b 036117 rtn 
-:      036119 get_contw:
-0x7e9c 036120 fetch 2 ,mem_contw 
-0x7e9d 036121 copy pdata ,contw 
-0x7e9e 036122 rtn 
-:      036123 get_contr:
-0x7e9f 036124 fetch 2 ,mem_contr 
-0x7ea0 036125 copy pdata ,contr 
-0x7ea1 036126 rtn 
-:      036127 store_contw:
-0x7ea2 036128 copy contw ,pdata 
-0x7ea3 036129 store 2 ,mem_contw 
-0x7ea4 036130 rtn 
-:      036131 store_contr:
-0x7ea5 036132 copy contr ,pdata 
-0x7ea6 036133 store 2 ,mem_contr 
-0x7ea7 036134 rtn 
-:      036138 save_cont_pointers:
-0x7ea8 036139 copy contw ,pdata 
-0x7ea9 036140 store 2 ,mem_hold_contw 
-0x7eaa 036141 copy contr ,pdata 
-0x7eab 036142 store 2 ,mem_hold_contr 
-0x7eac 036143 rtn 
-:      036144 load_cont_pointers:
-0x7ead 036145 fetch 2 ,mem_hold_contw 
-0x7eae 036146 copy pdata ,contw 
-0x7eaf 036147 fetch 2 ,mem_hold_contr 
-0x7eb0 036148 copy pdata ,contr 
-0x7eb1 036149 rtn 
-:      036151 memcpy96:
-0x7eb2 036152 call memcpy32 
-:      036153 memcpy64:
-0x7eb3 036154 call memcpy32 
-0x7eb4 036155 branch memcpy32 
-:      036156 memcpy12:
-0x7eb5 036157 call memcpy8 
-:      036158 memcpy4:
-0x7eb6 036159 ifetch 4 ,contr 
-0x7eb7 036160 istore 4 ,contw 
-0x7eb8 036161 rtn 
-:      036162 memcpy8:
-0x7eb9 036163 ifetch 8 ,contr 
-0x7eba 036164 istore 8 ,contw 
-0x7ebb 036165 rtn 
-:      036167 memcpy48:
-0x7ebc 036168 call memcpy16 
-:      036169 memcpy32:
-0x7ebd 036170 call memcpy8 
-:      036171 memcpy24:
-0x7ebe 036172 call memcpy8 
-:      036173 memcpy16:
-0x7ebf 036174 call memcpy8 
-0x7ec0 036175 branch memcpy8 
-:      036179 delay_10ms:
-0x7ec1 036180 arg 10 ,loopcnt 
-:      036181 delay_ms_wait:
-0x7ec2 036182 nop 12000 
-0x7ec3 036183 loop delay_ms_wait 
-0x7ec4 036184 rtn 
-:      036186 bn_zero:
-0x7ec5 036187 force 3 ,loopcnt 
-:      036188 memset0:
-0x7ec6 036189 force 0 ,pdata 
-:      036190 memset8:
-0x7ec7 036191 istore 8 ,contw 
-0x7ec8 036192 loop memset8 
-0x7ec9 036193 rtn 
-:      036195 memset0_8:
-0x7eca 036196 force 0 ,pdata 
-0x7ecb 036197 istore 8 ,contw 
-0x7ecc 036198 rtn 
-:      036199 memset0_4:
-0x7ecd 036200 force 0 ,pdata 
-0x7ece 036201 istore 4 ,contw 
-0x7ecf 036202 rtn 
-:      036204 clear_mem_256:
-0x7ed0 036205 force 4 ,loopcnt 
-0x7ed1 036206 branch memset0 
-:      036207 clear_mem_512:
-0x7ed2 036208 force 8 ,loopcnt 
-0x7ed3 036209 branch memset0 
-:      036211 clear_mem:
-0x7ed4 036212 deposit loopcnt 
-0x7ed5 036213 rtn blank 
-0x7ed6 036214 setarg 0 
-:      036215 clear_mem_loop:
-0x7ed7 036216 istore 1 ,contw 
-0x7ed8 036217 loop clear_mem_loop 
-0x7ed9 036218 rtn 
-:      036221 clear_temp_block:
-0x7eda 036222 arg 32 ,loopcnt 
-0x7edb 036223 arg mem_temp_block0 ,contw 
-0x7edc 036224 branch clear_mem 
-:      036226 xor_loop:
-0x7edd 036227 ifetch 4 ,regc 
-0x7ede 036228 ifetcht 4 ,rega 
-0x7edf 036229 ixor temp ,pdata 
-0x7ee0 036230 istore 4 ,contw 
-0x7ee1 036231 increase 4 ,rega 
-0x7ee2 036232 increase 4 ,regc 
-0x7ee3 036233 loop xor_loop 
-0x7ee4 036234 rtn 
-:      036238 inverse_data:
-0x7ee5 036239 bpatchx patch3f_3 ,mem_patch3f 
-0x7ee6 036240 copy loopcnt ,pdata 
-0x7ee7 036241 sub pdata ,1 ,null 
-0x7ee8 036242 rtn positive 
-0x7ee9 036243 iadd rega ,regb 
-0x7eea 036244 increase -1 ,regb 
-0x7eeb 036245 rshift loopcnt ,loopcnt 
-:      036246 inverse_loop:
-0x7eec 036247 ifetcht 1 ,rega 
-0x7eed 036248 ifetch 1 ,regb 
-0x7eee 036249 istore 1 ,rega 
-0x7eef 036250 istoret 1 ,regb 
-0x7ef0 036251 increase -1 ,regb 
-0x7ef1 036252 increase 1 ,rega 
-0x7ef2 036253 loop inverse_loop 
-0x7ef3 036254 rtn 
-:      036257 memcpy_fast:
-0x7ef4 036258 deposit loopcnt 
-0x7ef5 036259 rtn blank 
-:      036260 memcpy_fast_loop:
-0x7ef6 036261 increase -8 ,loopcnt 
-0x7ef7 036262 call memcpy8 ,positive 
-0x7ef8 036263 rtn zero 
-0x7ef9 036264 branch memcpy_fast_loop ,positive 
-0x7efa 036265 increase 8 ,loopcnt 
-:      036266 memcpy_fast_loop_four:
-0x7efb 036267 increase -4 ,loopcnt 
-0x7efc 036268 call memcpy4 ,positive 
-0x7efd 036269 rtn zero 
-0x7efe 036270 branch memcpy_fast_loop_four ,positive 
-0x7eff 036271 increase 4 ,loopcnt 
-0x7f00 036272 branch memcpy 
-:      036274 memcpy:
-0x7f01 036275 deposit loopcnt 
-0x7f02 036276 rtn blank 
-:      036277 memcpy_loop:
-0x7f03 036278 ifetch 1 ,contr 
-0x7f04 036279 istore 1 ,contw 
-0x7f05 036280 loop memcpy_loop 
-0x7f06 036281 rtn 
-:      036283 timer_stop:
-0x7f07 036284 setarg 0 
-:      036285 timer_init:
-0x7f08 036286 rshift clkn_bt ,temp 
-0x7f09 036287 storet 4 ,mem_last_clkn 
-0x7f0a 036288 arg mem_timers ,contw 
-0x7f0b 036289 iforce temp 
-0x7f0c 036290 lshift queue ,pdata 
-0x7f0d 036291 iadd contw ,contw 
-0x7f0e 036292 istoret 2 ,contw 
-0x7f0f 036293 bpatchx patch3f_4 ,mem_patch3f 
-0x7f10 036294 rtn 
-:      036296 timer_check_timeout:
-0x7f11 036297 arg 0x800 ,timeup 
-0x7f12 036298 lshift16 timeup ,timeup 
-0x7f13 036299 iadd timeup ,pdata 
-0x7f14 036300 rtn 
-:      036303 timer_reinit:
-0x7f15 036304 arg 0 ,queue 
-:      036305 timer_check:
-0x7f16 036306 bpatchx patch3f_5 ,mem_patch3f 
-0x7f17 036307 fetcht 4 ,mem_last_clkn 
-0x7f18 036308 rshift clkn_bt ,pdata 
-0x7f19 036309 store 4 ,mem_last_clkn 
-0x7f1a 036310 isub temp ,null 
-0x7f1b 036311 ncall timer_check_timeout ,positive 
-0x7f1c 036312 isub temp ,timeup 
-0x7f1d 036313 copy timeup ,temp 
-0x7f1e 036314 arg mem_timers ,contr 
-0x7f1f 036315 copy contr ,contw 
-0x7f20 036316 arg 16 ,loopcnt 
-:      036317 timer_loop:
-0x7f21 036318 ifetch 2 ,contr 
-0x7f22 036319 isub temp ,pdata 
-0x7f23 036320 branch timer_counting ,positive 
-0x7f24 036321 force 0 ,pdata 
-:      036322 timer_counting:
-0x7f25 036323 istore 2 ,contw 
-0x7f26 036324 loop timer_loop 
-0x7f27 036325 arg mem_timers ,contr 
-0x7f28 036326 lshift queue ,pdata 
-0x7f29 036327 iadd contr ,contr 
-0x7f2a 036328 ifetch 2 ,contr 
-0x7f2b 036329 rtn 
-:      036334 clk_add:
-0x7f2c 036335 iadd temp ,temp 
-0x7f2d 036336 copy temp ,loopcnt 
-0x7f2e 036337 setarg 3750 
-0x7f2f 036338 isub loopcnt ,pdata 
-0x7f30 036339 rtn positive 
-0x7f31 036340 sub pdata ,0 ,pdata 
-0x7f32 036341 rshift16 temp ,temp 
-0x7f33 036342 increase 1 ,temp 
-0x7f34 036343 lshift16 temp ,temp 
-0x7f35 036344 ior temp ,temp 
-0x7f36 036345 rtn 
-:      036347 clk_diff_rt:
-0x7f37 036348 call clk_diff 
-0x7f38 036349 branch clk2rt 
-:      036352 clk_diff:
-0x7f39 036353 disable user 
-0x7f3a 036354 isub temp ,pdata 
-0x7f3b 036355 branch clk_diff_pos ,positive 
-0x7f3c 036356 enable user 
-0x7f3d 036357 sub pdata ,0 ,pdata 
-:      036358 clk_diff_pos:
-0x7f3e 036359 rtnbit0 15 
-0x7f3f 036360 arg -61786 ,temp 
-0x7f40 036361 iadd temp ,pdata 
-0x7f41 036362 set0 64 ,pdata 
-0x7f42 036363 rtn 
-:      036365 clk2rt:
-0x7f43 036366 iforce contr 
-0x7f44 036367 rshift16 pdata ,pdata 
-0x7f45 036368 arg 3750 ,temp 
-0x7f46 036369 imul32 temp ,pdata 
-0x7f47 036370 iadd contr ,pdata 
-0x7f48 036371 rtn 
-:      036374 clk2lpo:
-0x7f49 036375 lshift8 pdata ,pdata 
-0x7f4a 036376 lshift4 pdata ,pdata 
-0x7f4b 036377 fetcht 3 ,mem_clks_per_lpo 
-0x7f4c 036378 idiv temp 
-0x7f4d 036379 call wait_div_end 
-0x7f4e 036380 quotient temp 
-0x7f4f 036381 rtn 
-:      036384 clk2bt:
-0x7f50 036385 arg 3750 ,temp 
-0x7f51 036386 idiv temp 
-0x7f52 036387 call wait_div_end 
-0x7f53 036388 quotient pdata 
-0x7f54 036389 lshift16 pdata ,pdata 
-0x7f55 036390 remainder temp 
-0x7f56 036391 ior temp ,temp 
-0x7f57 036392 rtn 
-:      036399 string2dec_from_uart:
-0x7f58 036400 arg 0 ,temp 
-:      036401 string2dec_from_uart_done:
-0x7f59 036402 copy temp ,regc 
-0x7f5a 036403 ifetch 1 ,contru 
-0x7f5b 036404 call uchar2dialog 
-0x7f5c 036405 copy regc ,temp 
-0x7f5d 036406 call swap 
-0x7f5e 036407 arg 10 ,regb 
-0x7f5f 036408 imul32 regb ,pdata 
-0x7f60 036409 iadd temp ,pdata 
-0x7f61 036410 copy pdata ,temp 
-0x7f62 036411 loop string2dec_from_uart_done 
-0x7f63 036412 rtn 
-:      036416 uchar2dialog:
-0x7f64 036417 arg 0x3a ,temp 
-0x7f65 036418 isub temp ,null 
-0x7f66 036419 nbranch uchar2dialog_number ,positive 
-0x7f67 036420 arg 0x61 ,temp 
-0x7f68 036421 isub temp ,null 
-0x7f69 036422 branch uchar2dialog_a2f ,positive 
-0x7f6a 036423 arg 0x37 ,temp 
-0x7f6b 036424 isub temp ,pdata 
-0x7f6c 036425 rtn 
-:      036426 uchar2dialog_number:
-0x7f6d 036427 arg 0x30 ,temp 
-0x7f6e 036428 isub temp ,pdata 
-0x7f6f 036429 rtn 
-:      036430 uchar2dialog_a2f:
-0x7f70 036431 arg 0x57 ,temp 
-0x7f71 036432 isub temp ,pdata 
-0x7f72 036433 rtn 
-:      036435 pn9:
-0x7f73 036436 copy temp ,alarm 
-0x7f74 036437 setarg 0x1ff 
-0x7f75 036438 force 0 ,regb 
-:      036439 pn9_loop:
-0x7f76 036440 rshift3 pdata ,rega 
-0x7f77 036441 rshift rega ,rega 
-0x7f78 036442 ixor rega ,rega 
-0x7f79 036443 isolate1 0 ,rega 
-0x7f7a 036444 setflag true ,9 ,pdata 
-0x7f7b 036445 rshift temp ,temp 
-0x7f7c 036446 isolate1 0 ,pdata 
-0x7f7d 036447 setflag true ,7 ,temp 
-0x7f7e 036448 rshift pdata ,pdata 
-0x7f7f 036449 increase 1 ,regb 
-0x7f80 036450 compare 0 ,regb ,0x7 
-0x7f81 036451 nbranch pn9_loop ,true 
-0x7f82 036452 istoret 1 ,contw 
-0x7f83 036453 loop pn9_loop 
-0x7f84 036454 copy alarm ,temp 
-0x7f85 036455 rtn 
-:      036458 wait_div_end:
-0x7f86 036459 rtn modone 
-0x7f87 036460 branch wait_div_end 
-:      036470 compare_loop:
-:      036471 string_compare:
-0x7f88 036472 ifetch 1 ,rega 
-0x7f89 036473 ifetcht 1 ,regb 
-0x7f8a 036474 isub temp ,null 
-0x7f8b 036475 nrtn zero 
-0x7f8c 036476 increase 1 ,rega 
-0x7f8d 036477 increase 1 ,regb 
-0x7f8e 036478 loop string_compare 
-0x7f8f 036479 force 0 ,null 
-0x7f90 036480 rtn 
-:      036483 ceiling:
-0x7f91 036484 isub temp ,null 
-0x7f92 036485 nrtn positive 
-0x7f93 036486 deposit temp 
-0x7f94 036487 rtn 
-:      036489 swap:
-0x7f95 036490 iadd temp ,pdata 
-0x7f96 036491 isub temp ,temp 
-0x7f97 036492 isub temp ,pdata 
-0x7f98 036493 rtn 
-:      036495 clean_mem:
-0x7f99 036496 arg 0x200 ,loopcnt 
-0x7f9a 036497 arg 0x4000 ,contw 
-0x7f9b 036498 branch memset0 
-:      036501 callback_func:
-0x7f9c 036502 rtn blank 
-0x7f9d 036503 copy pdata ,pc 
-:      036506 wait_uarttx:
-0x7f9e 036507 hfetch 2 ,core_uart_txitems 
-0x7f9f 036508 nbranch wait_uarttx ,blank 
-0x7fa0 036509 rtn 
-:      036511 ice_break:
-0x7fa1 036512 jam 0x1 ,core_ice_ctrl 
-0x7fa2 036513 rtn 
-:      036515 ice_setbp:
-0x7fa3 036516 hstore 2 ,core_ice_break0 
-0x7fa4 036517 hfetch 1 ,core_ice_ctrl 
-0x7fa5 036518 set1 4 ,pdata 
-0x7fa6 036519 hstore 1 ,core_ice_ctrl 
-0x7fa7 036520 rtn 
-:      036521 ice_setbp2:
-0x7fa8 036522 hstore 2 ,core_ice_break1 
-0x7fa9 036523 hfetch 1 ,core_ice_ctrl 
-0x7faa 036524 set1 6 ,pdata 
-0x7fab 036525 hstore 1 ,core_ice_ctrl 
-0x7fac 036526 rtn 
-:      036528 ice_set_write_bp:
-0x7fad 036529 hstore 2 ,core_ice_break0 
-0x7fae 036530 jam 0x30 ,core_ice_ctrl 
-0x7faf 036531 rtn 
-:      036535 test_enable_white:
-0x7fb0 036536 hfetch 1 ,core_config 
-0x7fb1 036537 set0 whiteoff_bit ,pdata 
-0x7fb2 036538 hstore 1 ,core_config 
-0x7fb3 036539 rtn 
-:      036541 check_uart_tx_buff:
-0x7fb4 036542 hfetch 2 ,core_uart_txitems 
-0x7fb5 036543 arg uart_air_control_threshold ,temp 
-:      036544 pdata_sub_temp:
-0x7fb6 036545 isub temp ,null 
-0x7fb7 036546 rtn 
-:      036552 fifo_in:
-0x7fb8 036553 bpatchx patch3f_6 ,mem_patch3f 
-0x7fb9 036554 ifetcht util_fifo_len ,rega 
-0x7fba 036555 and temp ,0xff ,pdata 
-0x7fbb 036556 nbranch fifo_in_push ,blank 
-0x7fbc 036557 rshift8 temp ,pdata 
-0x7fbd 036558 istore util_fifo_len ,rega 
-:      036559 fifo_in_push:
-0x7fbe 036560 increase util_fifo_len + util_fifo_offset ,rega 
-0x7fbf 036561 ifetch 1 ,rega 
-0x7fc0 036562 nbranch assert ,blank 
-0x7fc1 036563 fetch 1 ,mem_fifo_temp 
-0x7fc2 036564 istore 1 ,rega 
-0x7fc3 036565 rtn 
-:      036570 fifo_out:
-0x7fc4 036571 bpatchx patch3f_7 ,mem_patch3f 
-0x7fc5 036572 arg util_fifo_len ,loopcnt 
-0x7fc6 036573 ifetch util_fifo_len ,rega 
-0x7fc7 036574 rtn blank 
-:      036575 fifo_out_loop:
-0x7fc8 036576 ifetch 1 ,rega 
-0x7fc9 036577 nbranch fifo_out_end ,blank 
-0x7fca 036578 increase 1 ,rega 
-0x7fcb 036579 loop fifo_out_loop 
-0x7fcc 036580 branch assert 
-:      036581 fifo_out_end:
-0x7fcd 036582 arg 0 ,temp 
-0x7fce 036583 istoret 1 ,rega 
-0x7fcf 036584 rtn 
-:      036589 fifo_is_empty:
-0x7fd0 036590 ifetch util_fifo_len ,rega 
-0x7fd1 036591 rtn 
-:      036596 fifo_is_full:
-0x7fd2 036597 ifetch 1 ,rega 
-0x7fd3 036598 rtn 
-:      036601 fifo_is_near_full:
-0x7fd4 036602 ifetch 2 ,rega 
-0x7fd5 036603 rtn 
-:      036607 fifo_content_count:
-0x7fd6 036608 arg 0 ,temp 
-:      036609 fifo_content_count_loop:
-0x7fd7 036610 fetch 1 ,contr 
-0x7fd8 036611 loop fifo_content_count_loop ,blank 
-0x7fd9 036612 increase 1 ,temp 
-0x7fda 036613 loop fifo_content_count_loop 
-0x7fdb 036614 copy temp ,pdata 
-0x7fdc 036615 rtn 
-:      036617 not_greater_than:
-0x7fdd 036618 isub temp ,null 
-0x7fde 036619 nrtn positive 
-0x7fdf 036620 copy temp ,pdata 
-0x7fe0 036621 rtn 
-:      036624 disable_positive:
-0x7fe1 036625 force -1 ,null 
-0x7fe2 036626 rtn 
-:      036627 enable_positive:
-:      036628 disable_zero:
-0x7fe3 036629 force 1 ,null 
-0x7fe4 036630 rtn 
-:      036631 enable_zero:
-0x7fe5 036632 force 0 ,null 
-0x7fe6 036633 rtn 
-:      036635 enable_user:
-0x7fe7 036636 enable user 
-0x7fe8 036637 rtn 
-:      036639 disable_user:
-0x7fe9 036640 disable user 
-0x7fea 036641 rtn 
-:      036643 enable_user2:
-0x7feb 036644 enable user2 
-0x7fec 036645 rtn 
-:      036647 disable_user2:
-0x7fed 036648 disable user2 
-0x7fee 036649 rtn 
-:      036651 disable_blank:
-0x7fef 036652 setarg 1 
-0x7ff0 036653 rtn 
-:      036655 enable_blank:
-0x7ff1 036656 setarg 0 
-0x7ff2 036657 rtn 
-:      036660 reverse_byte:
-0x7ff3 036661 copy loopcnt ,pdata 
-0x7ff4 036662 rtn blank 
-0x7ff5 036663 copy contr ,pdata 
-0x7ff6 036664 iadd loopcnt ,pdata 
-0x7ff7 036665 increase -1 ,pdata 
-0x7ff8 036666 copy pdata ,contr 
-:      036667 reverse_loop:
-0x7ff9 036668 ifetch 1 ,contr 
-0x7ffa 036669 increase -2 ,contr 
-0x7ffb 036670 istore 1 ,contw 
-0x7ffc 036671 loop reverse_loop 
-0x7ffd 036672 rtn 
+:      002744 start:
+0x2000 002745 call lpmstate 
+:      002747 soft_reset:
+0x2001 002748 bpatch patch00_0 ,mem_patch00 
+0x2002 002749 clear_stack 
+0x2003 002750 call spi_ncs_gpio_init 
+0x2004 002751 call initialize_radio 
+0x2005 002752 call iicd_init_12m 
+0x2006 002753 call init_param 
+0x2007 002754 call l2cap_init 
+0x2008 002755 bpatch patch00_1 ,mem_patch00 
+0x2009 002756 call rfcomm_init 
+0x200a 002757 call init_lmp 
+0x200b 002758 call ui_init 
+0x200c 002759 call app_init 
+0x200d 002760 ncall load_chip_option ,wake 
+0x200e 002761 bpatch patch00_2 ,mem_patch00 
+0x200f 002762 call app_lpm_init ,wake 
+0x2010 002763 call publickey_init 
+0x2011 002764 call lpm_recover_clk ,wake 
+:      002765 main_loop:
+0x2012 002766 bpatch patch00_3 ,mem_patch00 
+0x2013 002767 call sp_calc_sequence 
+0x2014 002768 call sp_calc_sequence_256 
+0x2015 002769 call sp_calc_sequence_256_check 
+0x2016 002770 call le_dispatch 
+0x2017 002771 bpatch patch00_4 ,mem_patch00 
+0x2018 002772 call idle_dispatch 
+0x2019 002773 call app_process_idle 
+0x201a 002774 call inquiry_dispatch 
+0x201b 002775 call inquiry_scan_dispatch 
+0x201c 002776 call page_scan_dispatch 
+0x201d 002777 call connection_dispatch 
+0x201e 002778 call lpm_dispatch 
+0x201f 002779 call g24_dispatch 
+0x2020 002780 branch main_loop 
+:      002782 connection_dispatch:
+0x2021 002783 call connection_incontext 
+0x2022 002784 rtnmark0 mark_context 
+0x2023 002785 set0 mark_context ,mark 
+0x2024 002786 call context_save 
+0x2025 002787 branch le_disable 
+:      002789 connection_incontext:
+0x2026 002790 bpatch patch00_5 ,mem_patch00 
+0x2027 002791 call context_search_insniff 
+0x2028 002792 nbranch connection_nosniff ,zero 
+0x2029 002793 call context_load 
+0x202a 002794 add rega ,coffset_mode ,contr 
+0x202b 002795 ifetch 1 ,contr 
+0x202c 002796 bbit1 mode_le ,le_conn_dispatch 
+0x202d 002797 bbit1 mode_master ,master_dispatch 
+0x202e 002798 branch slave_dispatch 
+:      002799 connection_nosniff:
+0x202f 002800 call context_get_next 
+0x2030 002801 copy loopcnt ,null 
+0x2031 002802 rtn zero 
+0x2032 002803 call context_load 
+0x2033 002804 fetch 1 ,mem_state 
+0x2034 002805 bbit1 state_inpage ,master_page 
+0x2035 002806 fetch 1 ,mem_mode 
+0x2036 002807 bbit1 mode_master ,master_dispatch 
+0x2037 002808 branch slave_dispatch 
+:      002816 idle_dispatch:
+0x2038 002817 fetch 1 ,mem_hci_cmd 
+0x2039 002818 rtn blank 
+0x203a 002819 beq hci_cmd_inquiry ,idle_inquiry 
+0x203b 002820 beq hci_cmd_inquiry_cancel ,idle_inquiry_cancel 
+0x203c 002821 beq hci_cmd_remote_name_req ,idle_remote_name_req 
+0x203d 002822 beq hci_cmd_create_conn ,idle_create_conn 
+0x203e 002823 beq hci_cmd_le_create_conn ,idle_le_create_conn 
+0x203f 002824 call context_search_conn_handle 
+0x2040 002825 rtn zero 
+0x2041 002826 call context_search_plap 
+0x2042 002827 rtn zero 
+:      002828 idle_exit:
+0x2043 002829 jam 0 ,mem_hci_cmd 
+0x2044 002830 rtn 
+:      002832 idle_le_create_conn:
+0x2045 002833 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
+0x2046 002834 jam 0 ,mem_hci_cmd 
+0x2047 002835 rtn 
+:      002837 idle_inquiry:
+0x2048 002838 set1 mark_inquiry_on ,mark 
+0x2049 002839 set0 mark_inquiry_trainb ,mark 
+0x204a 002840 jam param_ninquiry ,mem_ninqy_index 
+0x204b 002841 jam 31 ,mem_nfreq_index_inq 
+0x204c 002842 branch idle_exit 
+:      002844 idle_inquiry_cancel:
+0x204d 002845 set0 mark_inquiry_on ,mark 
+0x204e 002846 force 0 ,stop_watch 
+0x204f 002847 branch idle_exit 
+:      002849 idle_remote_name_req:
+0x2050 002850 call context_search_plap 
+0x2051 002851 rtn zero 
+0x2052 002852 force lmp_name_req ,temp 
+0x2053 002853 jam 5 ,mem_nameres_cnt 
+0x2054 002854 branch idle_start_page 
+:      002856 idle_create_conn:
+0x2055 002857 bpatch patch00_6 ,mem_patch00 
+:      002858 idle_create_conn_device:
+0x2056 002859 fetch 6 ,mem_hci_plap 
+0x2057 002860 branch idle_exit ,blank 
+0x2058 002861 jam reconnect_hid ,memui_reconnect_mode 
+0x2059 002863 jam conn_sm_wait_features_res ,mem_conn_sm 
+0x205a 002864 branch idle_create_conn_cont 
+:      002866 idle_create_conn_cont:
+0x205b 002867 force lmp_version_req ,temp 
+:      002868 idle_start_page:
+0x205c 002869 bpatch patch00_7 ,mem_patch00 
+0x205d 002870 fetch 1 ,mem_page_mode 
+0x205e 002871 branch idle_page_mode_r0 ,blank 
+0x205f 002872 lshift3 pdata ,pdata 
+0x2060 002873 lshift4 pdata ,pdata 
+0x2061 002874 increase -1 ,pdata 
+:      002875 idle_page_mode_r0:
+0x2062 002876 store 1 ,mem_npage 
+0x2063 002877 store 1 ,mem_npage_index 
+0x2064 002878 jam 31 ,mem_nfreq_index_page 
+0x2065 002879 set0 mark_page_trainb ,mark 
+0x2066 002880 call context_new 
+0x2067 002881 nbranch idle_page_fail ,zero 
+0x2068 002882 call get_free_amaddr 
+0x2069 002883 store 1 ,mem_amaddr 
+0x206a 002884 storet 1 ,mem_lmo_opcode2 
+0x206b 002885 fetch 6 ,mem_hci_plap 
+0x206c 002886 store 6 ,mem_plap 
+0x206d 002887 bpatch patch01_0 ,mem_patch01 
+0x206e 002888 call timer_reinit 
+0x206f 002889 force 0 ,pdata 
+0x2070 002890 compare lmp_name_req ,temp ,0xff 
+0x2071 002891 nsetflag true ,state_init_seq ,pdata 
+0x2072 002892 set1 state_inpage ,pdata 
+0x2073 002893 store 1 ,mem_state 
+0x2074 002894 jam bt_evt_reconn_started ,mem_fifo_temp 
+0x2075 002895 call ui_ipc_send_event 
+0x2076 002896 force 0 ,pdata 
+0x2077 002897 setflag true ,smap_name_req ,pdata 
+0x2078 002898 store 1 ,mem_state_map 
+0x2079 002899 setarg 0 
+0x207a 002900 set1 mode_master ,pdata 
+0x207b 002901 store 1 ,mem_mode 
+0x207c 002902 enable master 
+0x207d 002903 call context_save 
+0x207e 002904 disable master 
+0x207f 002905 force page_length_timer ,queue 
+0x2080 002906 fetch 2 ,mem_page_to 
+0x2081 002907 call timer_init 
+0x2082 002908 branch idle_exit 
+:      002909 idle_page_fail:
+0x2083 002910 bpatch patch01_1 ,mem_patch01 
+0x2084 002911 fetch 6 ,mem_hci_plap 
+0x2085 002912 store 6 ,mem_plap 
+0x2086 002913 compare lmp_name_req ,temp ,0xff 
+0x2087 002914 branch idle_name_fail ,true 
+0x2088 002915 branch idle_exit 
+:      002916 idle_name_fail:
+0x2089 002917 arg mem_tmp_buffer ,contw 
+0x208a 002918 arg 8 ,loopcnt 
+0x208b 002919 call memset0 
+0x208c 002920 jam bt_evt_reconn_failed ,mem_fifo_temp 
+0x208d 002921 call ui_ipc_send_event 
+0x208e 002922 branch idle_exit 
+:      002929 inquiry_dispatch:
+0x208f 002930 rtnmark0 mark_inquiry_on 
+0x2090 002931 force inquiry_length_timer ,queue 
+0x2091 002932 call timer_check 
+0x2092 002933 nsetflag blank ,mark_inquiry_on ,mark 
+0x2093 002934 nbranch inquiry_start ,blank 
+0x2094 002935 rtn 
+:      002939 inquiry_start:
+0x2095 002940 bpatch patch01_2 ,mem_patch01 
+0x2096 002941 fetcht 2 ,mem_inq_window 
+0x2097 002942 force 4 ,queue 
+0x2098 002943 call sniff_check_window 
+0x2099 002944 rtn user 
+0x209a 002945 call afh_clear 
+0x209b 002946 force 0 ,freq_mode 
+:      002947 inquiry_restart:
+0x209c 002948 rtn timeout 
+0x209d 002949 set0 mark_fhs_already_good ,mark 
+0x209e 002950 set0 mark_fhs_eir ,mark 
+:      002951 inquiry_rx_restart:
+0x209f 002952 add clkn_bt ,1 ,bt_clk 
+0x20a0 002953 isolate1 mark_inquiry_trainb ,mark 
+0x20a1 002954 setflag true ,2 ,freq_mode 
+0x20a2 002955 compare 0x00 ,bt_clk ,0x02 
+0x20a3 002956 nbranch inquiry_receive ,true 
+:      002958 inquiry_transmit:
+0x20a4 002959 bpatch patch01_3 ,mem_patch01 
+0x20a5 002960 fetch 1 ,mem_inquiry_transmit 
+0x20a6 002961 increase 1 ,pdata 
+0x20a7 002962 store 1 ,mem_inquiry_transmit 
+0x20a8 002963 call fetch_giac 
+0x20a9 002964 call tx_radio_freq 
+0x20aa 002965 call fetch_diac 
+0x20ab 002966 call start_transmitter 
+0x20ac 002967 call start_tx_native 
+0x20ad 002968 call send_access_word 
+0x20ae 002969 call end_of_packet 
+0x20af 002970 call inquiry_check_train 
+0x20b0 002971 branch inquiry_restart 
+:      002973 inquiry_check_train:
+0x20b1 002974 bpatch patch01_4 ,mem_patch01 
+0x20b2 002975 fetch 1 ,mem_nfreq_index_inq 
+0x20b3 002976 increase -1 ,pdata 
+0x20b4 002977 store 1 ,mem_nfreq_index_inq 
+0x20b5 002978 rtn positive 
+0x20b6 002979 jam 31 ,mem_nfreq_index_inq 
+0x20b7 002980 fetch 1 ,mem_ninqy_index 
+0x20b8 002981 increase -1 ,pdata 
+0x20b9 002982 store 1 ,mem_ninqy_index 
+0x20ba 002983 rtn positive 
+0x20bb 002984 setflip mark_inquiry_trainb ,mark 
+0x20bc 002985 jam param_ninquiry ,mem_ninqy_index 
+0x20bd 002986 rtn 
+:      002988 inquiry_receive:
+0x20be 002989 bpatch patch01_5 ,mem_patch01 
+0x20bf 002990 call fetch_giac 
+0x20c0 002991 call rx_radio_freq 
+0x20c1 002992 call fetch_diac 
+0x20c2 002993 call start_rx_native 
+0x20c3 002994 call start_receiver 
+0x20c4 002995 call wait_access_clkn_rt 
+0x20c5 002996 branch inquiry_sync ,sync 
+0x20c6 002997 call inquiry_check_train 
+0x20c7 002998 branch inquiry_rx_restart 
+:      002999 inquiry_sync:
+0x20c8 003000 bpatch patch01_6 ,mem_patch01 
+0x20c9 003001 call save_rssi 
+0x20ca 003002 call scan_mode_whiten 
+0x20cb 003003 call receive_packet_whitened 
+0x20cc 003004 set0 mark_rxbuf_inuse ,mark 
+0x20cd 003005 rtnmark0 mark_fhs_already_good 
+:      003006 inquiry_receive_rtn:
+0x20ce 003007 bpatch patch01_7 ,mem_patch01 
+:      003008 inquiry_receive_eir_rtn:
+0x20cf 003009 fetch 1 ,mem_inquiry_rcv 
+0x20d0 003010 increase 1 ,pdata 
+0x20d1 003011 store 1 ,mem_inquiry_rcv 
+0x20d2 003012 rtn 
+:      003020 master_page:
+0x20d3 003021 bpatch patch02_0 ,mem_patch02 
+0x20d4 003022 enable master 
+0x20d5 003023 enable clknt 
+0x20d6 003024 fetch 2 ,mem_page_interval 
+0x20d7 003025 branch master_page_no_interval ,blank 
+0x20d8 003026 force page_interval_timer ,queue 
+0x20d9 003027 call timer_check 
+0x20da 003028 nrtn blank 
+:      003029 master_page_no_interval:
+0x20db 003030 bpatch patch02_1 ,mem_patch02 
+0x20dc 003031 fetcht 2 ,mem_page_window 
+0x20dd 003032 force 40 ,queue 
+0x20de 003033 call sniff_check_window 
+0x20df 003034 branch page_exit ,user 
+0x20e0 003035 force page_length_timer ,queue 
+0x20e1 003036 call timer_check 
+0x20e2 003037 nbranch page_start ,blank 
+0x20e3 003038 fetch 1 ,mem_state_map 
+0x20e4 003039 bbit1 smap_name_req ,master_npage_timeout 
+0x20e5 003040 branch master_page_timeout 
+:      003041 master_npage_timeout:
+0x20e6 003042 arg mem_tmp_buffer ,contw 
+0x20e7 003043 arg 8 ,loopcnt 
+0x20e8 003044 call memset0 
+:      003045 master_page_timeout:
+0x20e9 003046 bpatch patch02_2 ,mem_patch02 
+0x20ea 003047 jam 0 ,mem_state 
+0x20eb 003048 call init_lmp_work 
+0x20ec 003049 jam 0 ,memui_reconnect_mode 
+0x20ed 003050 jam bt_evt_reconn_page_timeout ,mem_fifo_temp 
+0x20ee 003051 call ui_ipc_send_event 
+0x20ef 003052 branch page_exit 
+:      003054 page_start:
+0x20f0 003055 bpatch patch02_3 ,mem_patch02 
+0x20f1 003056 force 0 ,timeup 
+0x20f2 003057 until clkn_rt ,meet 
+0x20f3 003058 fetch 1 ,mem_page_clk 
+0x20f4 003059 increase -1 ,pdata 
+0x20f5 003060 ixor clkn_bt ,pdata 
+0x20f6 003061 compare 0 ,pdata ,3 
+0x20f7 003062 nbranch page_start ,true 
+0x20f8 003063 deposit am_addr 
+0x20f9 003064 store 1 ,mem_fhs_am_addr 
+0x20fa 003065 force 0 ,n_tx_slot 
+0x20fb 003066 force 0 ,freq_mode 
+:      003068 page_restart:
+0x20fc 003069 bpatch patch02_4 ,mem_patch02 
+0x20fd 003070 branch page_exit ,timeout 
+0x20fe 003071 call fetch_page_bt_adr 
+0x20ff 003072 arg param_rf_setup ,timeup 
+0x2100 003073 until clkn_rt ,meet 
+:      003074 page_rx_restart:
+0x2101 003075 bpatch patch02_5 ,mem_patch02 
+0x2102 003076 fetch 4 ,mem_page_clk 
+0x2103 003077 iforce bt_clk 
+0x2104 003078 increase 1 ,pdata 
+0x2105 003079 store 4 ,mem_page_clk 
+0x2106 003080 isolate1 mark_page_trainb ,mark 
+0x2107 003081 setflag true ,2 ,freq_mode 
+0x2108 003082 compare 0x00 ,bt_clk ,0x02 
+0x2109 003083 nbranch page_receive ,true 
+0x210a 003084 fetch 1 ,mem_page_transmit 
+0x210b 003085 increase 1 ,pdata 
+0x210c 003086 store 1 ,mem_page_transmit 
+0x210d 003087 call tx_radio_freq 
+0x210e 003088 call start_transmitter 
+0x210f 003089 call start_tx_native 
+0x2110 003090 call send_access_word 
+0x2111 003091 call end_of_packet 
+0x2112 003092 call page_check_train 
+0x2113 003093 branch page_restart 
+:      003094 page_exit:
+0x2114 003095 bpatch patch02_6 ,mem_patch02 
+0x2115 003096 disable master 
+0x2116 003097 fetch 2 ,mem_page_interval 
+0x2117 003098 rtn blank 
+0x2118 003099 force page_interval_timer ,queue 
+0x2119 003100 branch timer_init 
+:      003102 page_check_train:
+0x211a 003103 bpatch patch02_7 ,mem_patch02 
+0x211b 003104 fetch 1 ,mem_nfreq_index_page 
+0x211c 003105 increase -1 ,pdata 
+0x211d 003106 store 1 ,mem_nfreq_index_page 
+0x211e 003107 rtn positive 
+0x211f 003108 jam 31 ,mem_nfreq_index_page 
+0x2120 003109 fetch 1 ,mem_npage_index 
+0x2121 003110 increase -1 ,pdata 
+0x2122 003111 store 1 ,mem_npage_index 
+0x2123 003112 rtn positive 
+0x2124 003113 setflip mark_page_trainb ,mark 
+0x2125 003114 fetch 1 ,mem_npage 
+0x2126 003115 store 1 ,mem_npage_index 
+0x2127 003116 rtn 
+:      003118 page_receive:
+0x2128 003119 bpatch patch03_0 ,mem_patch03 
+0x2129 003120 call rx_radio_freq 
+0x212a 003121 call start_rx_native 
+0x212b 003122 call start_receiver 
+0x212c 003123 call wait_access_clkn_rt 
+0x212d 003124 branch page_sync ,sync 
+0x212e 003125 call page_check_train 
+0x212f 003126 branch page_rx_restart 
+:      003127 page_sync:
+0x2130 003128 call end_of_packet 
+0x2131 003129 fetch 1 ,mem_page_rcv 
+0x2132 003130 increase 1 ,pdata 
+0x2133 003131 store 1 ,mem_page_rcv 
+0x2134 003132 force 0 ,stop_watch 
+0x2135 003133 fetch 4 ,mem_page_clk 
+:      003134 page_send_fhs:
+0x2136 003135 bpatch patch03_1 ,mem_patch03 
+0x2137 003136 call rf_setup_time_master_slot 
+0x2138 003137 call fetch_page_bt_adr 
+0x2139 003138 increase 1 ,n_tx_slot 
+:      003139 page_send_fhs_continue:
+0x213a 003140 and_into 0x1fd ,bt_clk 
+0x213b 003141 and_into 0x1fc ,freq_mode 
+0x213c 003142 call tx_radio_freq 
+0x213d 003143 call start_transmitter 
+0x213e 003144 call start_tx_native 
+0x213f 003145 call send_access_word 
+0x2140 003146 deposit clkn_bt 
+0x2141 003147 store 4 ,mem_clkn_bt 
+0x2142 003148 force 0 ,am_addr 
+0x2143 003149 force type_fhs ,type 
+0x2144 003150 call scan_mode_whiten 
+0x2145 003151 call transmit_packet_whitened 
+:      003152 page_wait_fhs_reply:
+0x2146 003153 bpatch patch03_2 ,mem_patch03 
+0x2147 003154 call rf_setup_time_slave_slot 
+0x2148 003155 or_into 0x02 ,bt_clk 
+0x2149 003156 and_into 0x1fc ,freq_mode 
+0x214a 003157 call rx_radio_freq 
+0x214b 003158 call start_rx_native 
+0x214c 003159 call start_receiver 
+0x214d 003160 call wait_access_clkn_rt 
+0x214e 003161 call end_of_packet ,sync 
+0x214f 003162 branch page_wait_fhs_reply_ok ,sync 
+0x2150 003163 fetch 1 ,mem_fhs_wait_counter 
+0x2151 003164 branch page_restart ,blank 
+0x2152 003165 increase -1 ,pdata 
+0x2153 003166 store 1 ,mem_fhs_wait_counter 
+0x2154 003167 branch page_send_fhs 
+:      003169 page_wait_fhs_reply_ok:
+0x2155 003170 bpatch patch03_3 ,mem_patch03 
+0x2156 003171 fetch 1 ,mem_page_rcv_fhs 
+0x2157 003172 increase 1 ,pdata 
+0x2158 003173 store 1 ,mem_page_rcv_fhs 
+0x2159 003174 call prepare_newconn 
+:      003175 master_newconn_loop:
+0x215a 003176 call master_newconn_once 
+0x215b 003177 branch newconn_poll_responded ,sync 
+0x215c 003178 call new_conn_timeout 
+0x215d 003179 nbranch master_newconn_loop ,blank 
+0x215e 003180 branch page_restart 
+:      003182 newconn_poll_responded:
+0x215f 003183 bpatch patch03_4 ,mem_patch03 
+0x2160 003184 fetch 1 ,mem_state 
+0x2161 003185 set0 state_inpage ,pdata 
+0x2162 003186 store 1 ,mem_state 
+0x2163 003187 call newconn_init 
+0x2164 003188 disable master 
+0x2165 003189 rtn 
+:      003192 master_dispatch:
+0x2166 003193 bpatch patch03_5 ,mem_patch03 
+0x2167 003194 enable master 
+0x2168 003195 enable clknt 
+0x2169 003196 call role_switch_master 
+0x216a 003197 rtn user 
+0x216b 003198 call check_bt_disabled 
+0x216c 003199 call rf_setup_time_master_slot 
+0x216d 003200 add clkn_bt ,1 ,bt_clk 
+0x216e 003201 call fetch_self_bt_adr 
+0x216f 003202 force 0x03 ,freq_mode 
+0x2170 003203 call scheduler_tx_l2cap_pkt 
+0x2171 003204 call prepare_tx 
+0x2172 003205 call tx_radio_freq 
+0x2173 003206 call start_transmitter 
+0x2174 003207 call start_tx_native 
+0x2175 003208 call send_access_word 
+0x2176 003209 call transmit_packet 
+:      003210 master_loop:
+0x2177 003211 bpatch patch03_6 ,mem_patch03 
+0x2178 003212 call parse_lmp 
+0x2179 003213 call master_conn_recv_packet 
+0x217a 003214 nbranch master_notmatch ,match 
+0x217b 003215 call supervision_flush 
+0x217c 003216 call parse_l2cap 
+0x217d 003217 fetch 1 ,mem_master_rcvcnt 
+0x217e 003218 increase 1 ,pdata 
+0x217f 003219 store 1 ,mem_master_rcvcnt 
+:      003220 master_notmatch:
+0x2180 003221 bpatch patch03_7 ,mem_patch03 
+0x2181 003222 call scheduler_process 
+0x2182 003223 call check_master_disconnect 
+0x2183 003224 nrtn master 
+0x2184 003225 call check_attempt 
+0x2185 003226 nbranch master_attempt ,blank 
+:      003227 master_exit:
+0x2186 003228 disable master 
+0x2187 003229 rtn 
+:      003231 master_attempt:
+0x2188 003232 call prepare_tx 
+0x2189 003233 call master_conn_send_packet 
+0x218a 003234 branch master_loop 
+:      003237 check_master_disconnect:
+0x218b 003238 branch check_master_match ,match 
+0x218c 003239 call supervision_update 
+0x218d 003240 branch master_disconnect ,positive 
+:      003241 check_master_match:
+0x218e 003242 call check_disconnect_timeout 
+0x218f 003243 nbranch master_disconnect ,user 
+0x2190 003244 fetch 1 ,mem_state_map 
+0x2191 003245 rtnbit0 smap_name_req 
+0x2192 003246 rtnbit1 smap_name_res 
+0x2193 003247 fetch 1 ,mem_op 
+0x2194 003248 rtnbit1 op_disconn 
+0x2195 003249 call conn_timer_expired 
+0x2196 003250 nrtn blank 
+0x2197 003251 fetch 1 ,mem_nameres_cnt 
+0x2198 003252 increase -1 ,pdata 
+0x2199 003253 store 1 ,mem_nameres_cnt 
+0x219a 003254 nrtn blank 
+0x219b 003255 branch lmp_disconnect 
+:      003257 master_disconnect:
+0x219c 003258 bpatch patch04_0 ,mem_patch04 
+0x219d 003259 call quit_connection 
+0x219e 003260 disable master 
+0x219f 003261 fetch 1 ,mem_state_map 
+0x21a0 003262 bbit1 smap_name_req ,master_name_disconnect 
+0x21a1 003263 rtn 
+:      003265 master_name_disconnect:
+0x21a2 003266 fetch 1 ,mem_state_map 
+0x21a3 003267 rtnbit1 smap_name_res 
+:      003268 master_name_error:
+0x21a4 003269 arg mem_tmp_buffer ,contw 
+0x21a5 003270 arg 8 ,loopcnt 
+0x21a6 003271 branch memset0 
+:      003273 check_disconnect_timeout:
+0x21a7 003274 bpatch patch04_1 ,mem_patch04 
+0x21a8 003275 enable user 
+0x21a9 003276 fetch 1 ,mem_op 
+0x21aa 003277 rtnbit0 op_disconn 
+0x21ab 003278 call conn_timer_expired 
+0x21ac 003279 nrtn blank 
+0x21ad 003280 branch disable_user 
+:      003282 conn_timer_expired:
+0x21ae 003283 fetch 1 ,mem_conn_timer 
+0x21af 003284 increase -1 ,pdata 
+0x21b0 003285 store 1 ,mem_conn_timer 
+0x21b1 003286 rtn 
+:      003288 linkkey_ready:
+0x21b2 003289 bpatch patch04_2 ,mem_patch04 
+0x21b3 003290 fetch 1 ,mem_state 
+0x21b4 003291 bbit1 state_linkkey ,linkkey_set 
+0x21b5 003292 fetch 1 ,mem_pairing_auth 
+0x21b6 003293 branch linkkey_set ,blank 
+0x21b7 003294 jam defalt_pairing_auth ,mem_pairing_auth 
+0x21b8 003295 jam bt_evt_linkkey_generate ,mem_fifo_temp 
+0x21b9 003296 call ui_ipc_send_event 
+0x21ba 003297 branch linkkey_set 
+:      003298 linkkey_set:
+0x21bb 003299 bpatch patch04_3 ,mem_patch04 
+0x21bc 003300 call context_traverse_linkkey 
+0x21bd 003301 fetch 1 ,mem_state 
+0x21be 003302 set1 state_linkkey ,pdata 
+0x21bf 003303 store 1 ,mem_state 
+0x21c0 003304 jam 1 ,mem_link_key_exists 
+0x21c1 003305 fetch 1 ,mem_conn_sm 
+0x21c2 003306 bne conn_sm_pairing ,linkkey_set_continue 
+:      003307 linkkey_set_continue:
+0x21c3 003308 rtn 
+:      003310 generate_linkkey_continue:
+0x21c4 003311 jam pairing_auth ,mem_pairing_auth 
+:      003312 clear_linkstate:
+0x21c5 003313 fetch 1 ,mem_state 
+0x21c6 003314 set0 state_linkkey ,pdata 
+0x21c7 003315 store 1 ,mem_state 
+0x21c8 003316 rtn 
+:      003320 role_switch_check:
+0x21c9 003321 bpatch patch04_4 ,mem_patch04 
+0x21ca 003322 disable user 
+0x21cb 003323 fetch 2 ,mem_tsniff 
+0x21cc 003324 arg 0xffff ,temp 
+0x21cd 003325 isub temp ,null 
+0x21ce 003326 nrtn zero 
+0x21cf 003327 fetch 4 ,mem_sniff_anchor 
+0x21d0 003328 branch role_switch_clkn ,clknt 
+0x21d1 003329 isub clke_bt ,pdata 
+0x21d2 003330 branch role_switch_clke 
+:      003331 role_switch_clkn:
+0x21d3 003332 isub clkn_bt ,pdata 
+:      003333 role_switch_clke:
+0x21d4 003334 sub pdata ,4 ,null 
+0x21d5 003335 nrtn positive 
+0x21d6 003336 force 0 ,pdata 
+0x21d7 003337 store 2 ,mem_tsniff 
+0x21d8 003338 branch enable_user 
+:      003342 role_switch_prepare:
+0x21d9 003343 copy pdata ,temp 
+0x21da 003344 bpatch patch04_5 ,mem_patch04 
+0x21db 003345 storet 4 ,mem_sniff_anchor 
+:      003346 role_switch_prepare0:
+0x21dc 003347 jam switch_flag_accept ,mem_switch_flag 
+0x21dd 003348 setarg 0xffff 
+0x21de 003349 store 2 ,mem_tsniff 
+0x21df 003350 jam 1 ,mem_sniff_attempt 
+0x21e0 003351 rtn 
+:      003354 role_switch_master:
+0x21e1 003355 bpatch patch04_6 ,mem_patch04 
+0x21e2 003356 call role_switch_check 
+0x21e3 003357 nrtn user 
+0x21e4 003358 disable user 
+0x21e5 003359 jam param_newconnto ,mem_newconnto_counter 
+0x21e6 003360 set0 mark_fhs_already_good ,mark 
+:      003361 roles_waitfhs_loop:
+0x21e7 003362 call rf_setup_time_master_slot 
+0x21e8 003363 call master_recv_packet 
+0x21e9 003364 bmark1 mark_fhs_already_good ,roles_replyto_fhs 
+0x21ea 003365 call new_conn_timeout 
+0x21eb 003366 nbranch roles_waitfhs_loop ,blank 
+:      003367 role_switch_fail_master:
+0x21ec 003368 bpatch patch04_7 ,mem_patch04 
+0x21ed 003369 disable user 
+0x21ee 003370 deposit clkn_bt 
+0x21ef 003371 store 4 ,mem_next_btclk 
+0x21f0 003372 enable clknt 
+0x21f1 003373 enable master 
+0x21f2 003374 jam bt_evt_switch_fail_master ,mem_fifo_temp 
+0x21f3 003375 branch ui_ipc_send_event 
+:      003377 roles_replyto_fhs:
+0x21f4 003378 bpatch patch05_0 ,mem_patch05 
+0x21f5 003379 call rf_setup_time_slave_slot 
+0x21f6 003380 arg type_id ,type 
+0x21f7 003381 call master_send_packet 
+0x21f8 003382 disable clknt 
+0x21f9 003383 disable master 
+0x21fa 003384 call apply_switch_clke 
+0x21fb 003385 call prepare_newconn 
+:      003386 roles_newconns_loop:
+0x21fc 003387 bpatch patch05_1 ,mem_patch05 
+0x21fd 003388 call slave_newconn_once 
+0x21fe 003389 branch roles_newconns_responded ,match 
+0x21ff 003390 call new_conn_timeout 
+0x2200 003391 nbranch roles_newconns_loop ,blank 
+0x2201 003392 branch role_switch_fail_master 
+:      003393 roles_newconns_responded:
+0x2202 003394 fetch 1 ,mem_mode 
+0x2203 003395 set0 mode_master ,pdata 
+0x2204 003396 store 1 ,mem_mode 
+0x2205 003397 call supervision_flush 
+0x2206 003398 call calc_clke_offset 
+0x2207 003399 enable user 
+0x2208 003400 jam bt_evt_switch_success_master ,mem_fifo_temp 
+0x2209 003401 branch ui_ipc_send_event 
+:      003406 context_load:
+0x220a 003407 bpatch patch05_2 ,mem_patch05 
+0x220b 003408 set1 mark_context ,mark 
+0x220c 003409 deposit rega 
+0x220d 003410 store 2 ,mem_context_ptr 
+0x220e 003411 force context_size ,loopcnt 
+0x220f 003412 arg mem_le_state ,contw 
+0x2210 003413 add rega ,coffset_mode ,contr 
+0x2211 003414 ifetch 1 ,contr 
+0x2212 003415 copy rega ,contr 
+0x2213 003416 bbit1 mode_le ,memcpy 
+0x2214 003417 arg mem_state ,contw 
+0x2215 003418 call memcpy 
+0x2216 003419 disable attempt 
+0x2217 003420 fetch 1 ,mem_amaddr 
+0x2218 003421 iforce am_addr 
+0x2219 003422 jam 1 ,mem_current_sniff_attempt 
+0x221a 003423 branch context_load_master ,master 
+0x221b 003424 jam 1 ,mem_current_sniff_attempt 
+:      003425 context_load_master:
+0x221c 003426 fetch 1 ,mem_state 
+0x221d 003427 rtnbit0 state_insniff 
+0x221e 003428 fetch 1 ,mem_sniff_attempt 
+0x221f 003429 store 1 ,mem_current_sniff_attempt 
+0x2220 003430 fetch 1 ,mem_sniff_timeout 
+0x2221 003431 store 1 ,mem_current_sniff_timeout 
+0x2222 003432 rtn 
+:      003434 context_save:
+0x2223 003435 bpatch patch05_3 ,mem_patch05 
+0x2224 003436 fetch 2 ,mem_context_ptr 
+0x2225 003437 iforce contw 
+0x2226 003438 force context_size ,loopcnt 
+0x2227 003439 arg mem_le_state ,contr 
+0x2228 003440 branch memcpy ,le 
+0x2229 003441 arg mem_state ,contr 
+0x222a 003442 branch memcpy 
+:      003446 context_get_next:
+0x222b 003447 arg context_num ,loopcnt 
+0x222c 003448 fetcht 1 ,mem_current_context 
+:      003449 context_get_next_loop:
+0x222d 003450 increase 1 ,temp 
+0x222e 003451 compare context_num ,temp ,0xff 
+0x222f 003452 nbranch context_get_next_cont ,true 
+0x2230 003453 arg 0 ,temp 
+:      003454 context_get_next_cont:
+0x2231 003455 storet 1 ,mem_current_context 
+0x2232 003456 mul32 temp ,context_size ,pdata 
+0x2233 003457 arg mem_context ,rega 
+0x2234 003458 iadd rega ,rega 
+0x2235 003459 ifetch 1 ,rega 
+0x2236 003460 bbit1 state_insniff ,context_get_next_sniff 
+0x2237 003461 rtnbit1 state_inconn 
+0x2238 003462 rtnbit1 state_inpage 
+:      003463 context_get_next_sniff:
+0x2239 003464 loop context_get_next_loop 
+0x223a 003465 rtn 
+:      003467 context_new:
+0x223b 003468 bpatch patch05_4 ,mem_patch05 
+0x223c 003469 arg context_search_empty ,regc 
+0x223d 003470 call context_search 
+0x223e 003471 nrtn zero 
+0x223f 003472 deposit rega 
+0x2240 003473 store 2 ,mem_context_ptr 
+0x2241 003474 force 0 ,null 
+0x2242 003475 rtn 
+:      003479 context_check_all_wack:
+0x2243 003480 call check_esco_amaddr 
+0x2244 003481 branch context_check_esco_wack ,true 
+0x2245 003482 fetch 2 ,mem_context_ptr 
+0x2246 003483 add pdata ,coffset_arq ,contw 
+0x2247 003484 fetch 1 ,mem_arq 
+0x2248 003485 istore 1 ,contw 
+0x2249 003486 arg context_check_a_wack ,regc 
+0x224a 003487 branch context_search 
+:      003489 context_check_esco_wack:
+0x224b 003490 fetch 1 ,mem_arq 
+0x224c 003491 isolate1 wack ,pdata 
+0x224d 003492 branch context_esco_wack ,true 
+0x224e 003493 force 1 ,null 
+0x224f 003494 rtn 
+:      003495 context_esco_wack:
+0x2250 003496 force 0 ,null 
+0x2251 003497 rtn 
+:      003500 context_check_idle:
+0x2252 003501 arg context_check_inconn ,regc 
+0x2253 003502 branch context_search 
+:      003504 context_traverse_linkkey:
+0x2254 003505 fetcht 2 ,mem_context_ptr 
+0x2255 003506 arg context_traverse_clearkey ,regc 
+0x2256 003507 branch context_search 
+:      003511 context_search_conn_handle:
+0x2257 003512 fetcht 1 ,mem_hci_conn_handle 
+:      003513 context_search_conn_handle2:
+0x2258 003514 arg context_search_handle ,regc 
+0x2259 003515 branch context_search 
+:      003517 context_search_plap:
+0x225a 003518 bpatch patch05_5 ,mem_patch05 
+0x225b 003519 fetcht 6 ,mem_hci_plap 
+:      003520 context_search_plap2:
+0x225c 003521 arg context_search_lap ,regc 
+0x225d 003522 branch context_search 
+:      003524 context_search_insniff:
+0x225e 003525 arg context_search_sniff ,regc 
+0x225f 003526 branch context_search 
+:      003528 context_search_sniff_window:
+0x2260 003529 arg context_search_window ,regc 
+:      003530 context_search:
+0x2261 003531 bpatch patch05_6 ,mem_patch05 
+0x2262 003532 arg mem_context ,rega 
+0x2263 003533 arg context_num ,loopcnt 
+:      003534 context_search_loop:
+0x2264 003535 ifetch 1 ,rega 
+0x2265 003536 copy regc ,pc 
+:      003537 context_search_next:
+0x2266 003538 increase context_size ,rega 
+0x2267 003539 loop context_search_loop 
+0x2268 003540 force 1 ,null 
+0x2269 003541 rtn 
+:      003543 context_search_empty:
+0x226a 003544 bbit1 state_inconn ,context_search_next 
+0x226b 003545 bbit1 state_inpage ,context_search_next 
+0x226c 003546 force 0 ,null 
+0x226d 003547 rtn 
+:      003549 context_search_lap:
+0x226e 003550 bbit1 state_inpage ,context_search_lap_cont 
+0x226f 003551 bbit0 state_inconn ,context_search_next 
+:      003552 context_search_lap_cont:
+0x2270 003553 add rega ,coffset_plap ,contr 
+0x2271 003554 ifetch 6 ,contr 
+0x2272 003555 isub temp ,null 
+0x2273 003556 rtn zero 
+0x2274 003557 branch context_search_next 
+:      003559 context_search_handle:
+0x2275 003560 bbit0 state_inconn ,context_search_next 
+0x2276 003561 add rega ,coffset_conn_handle ,contr 
+0x2277 003562 ifetch 1 ,contr 
+0x2278 003563 isub temp ,null 
+0x2279 003564 rtn zero 
+0x227a 003565 branch context_search_next 
+:      003567 context_search_sniff:
+0x227b 003568 bbit0 state_insniff ,context_search_next 
+:      003569 context_search_sniff_loop:
+0x227c 003570 call context_get_anchor 
+0x227d 003571 call sign_pdata_temp 
+0x227e 003572 isub temp ,pdata 
+0x227f 003573 increase 1 ,pdata 
+0x2280 003574 branch context_search_sniff_miss ,positive 
+0x2281 003575 copy contr ,regb 
+0x2282 003576 store 9 ,mem_temp 
+0x2283 003577 fetch 1 ,mem_le_sc_calc 
+0x2284 003578 nbranch context_search_sniff_sc ,blank 
+0x2285 003579 fetch 9 ,mem_temp 
+0x2286 003580 copy regb ,contr 
+0x2287 003581 increase 5 ,pdata 
+0x2288 003582 branch context_search_meet1 
+:      003583 context_search_sniff_sc:
+0x2289 003584 fetch 9 ,mem_temp 
+0x228a 003585 copy regb ,contr 
+0x228b 003586 increase 20 ,pdata 
+:      003587 context_search_meet1:
+0x228c 003588 nbranch context_search_next ,positive 
+:      003589 context_search_meet:
+0x228d 003590 copy temp ,bt_clk 
+0x228e 003591 call context_next_anchor 
+0x228f 003592 force 0 ,null 
+0x2290 003593 rtn 
+:      003596 context_search_sniff_miss:
+0x2291 003597 iforce regb 
+0x2292 003598 add rega ,coffset_tsniff ,contr 
+0x2293 003599 ifetch 2 ,contr 
+0x2294 003600 branch context_search_meet ,blank 
+0x2295 003601 call context_next_anchor 
+0x2296 003602 branch context_search_sniff_loop 
+:      003604 sign_pdata_temp:
+0x2297 003605 rshift16 pdata ,timeup 
+0x2298 003606 rshift8 timeup ,timeup 
+0x2299 003607 branch sign_pdata_temp_p0 ,zero 
+0x229a 003608 compare 0xf ,timeup ,0xf 
+0x229b 003609 nrtn true 
+0x229c 003610 rshift16 temp ,timeup 
+0x229d 003611 rshift8 timeup ,timeup 
+0x229e 003612 nrtn zero 
+0x229f 003613 set1 28 ,temp 
+0x22a0 003614 rtn 
+:      003615 sign_pdata_temp_p0:
+0x22a1 003616 rshift16 temp ,timeup 
+0x22a2 003617 rshift8 timeup ,timeup 
+0x22a3 003618 compare 0xf ,timeup ,0xf 
+0x22a4 003619 nrtn true 
+0x22a5 003620 set1 28 ,pdata 
+0x22a6 003621 rtn 
+:      003623 context_check_inconn:
+0x22a7 003624 bbit0 state_inconn ,context_search_next 
+0x22a8 003625 force 0 ,null 
+0x22a9 003626 rtn 
+:      003628 context_check_a_wack:
+0x22aa 003629 bbit0 state_inconn ,context_search_next 
+0x22ab 003630 add rega ,coffset_mode ,contr 
+0x22ac 003631 ifetch 1 ,contr 
+0x22ad 003632 bbit1 mode_le ,context_search_next 
+0x22ae 003633 add rega ,coffset_arq ,contr 
+0x22af 003634 ifetch 1 ,contr 
+0x22b0 003635 bbit0 wack ,context_search_next 
+0x22b1 003636 force 0 ,null 
+0x22b2 003637 rtn 
+:      003639 context_get_anchor:
+0x22b3 003640 add rega ,coffset_mode ,contr 
+0x22b4 003641 ifetcht 1 ,contr 
+0x22b5 003642 deposit clkn_bt 
+0x22b6 003643 isolate1 mode_master ,temp 
+0x22b7 003644 add rega ,coffset_sniff_anchor ,contr 
+0x22b8 003645 ifetcht 4 ,contr 
+0x22b9 003646 rtn true 
+0x22ba 003647 add rega ,coffset_clk_offset ,contr 
+0x22bb 003648 ifetch 6 ,contr 
+0x22bc 003649 call calc_clke2 
+0x22bd 003650 deposit clke_bt 
+0x22be 003651 rtn 
+:      003653 context_next_anchor:
+0x22bf 003654 add rega ,coffset_tsniff ,contr 
+0x22c0 003655 add rega ,coffset_sniff_anchor ,contw 
+0x22c1 003656 ifetch 2 ,contr 
+0x22c2 003657 iadd temp ,timeup 
+0x22c3 003658 deposit timeup 
+0x22c4 003659 istore 4 ,contw 
+0x22c5 003660 branch le_context_nexthop 
+:      003663 context_search_window:
+0x22c6 003664 bbit0 state_insniff ,context_search_next 
+0x22c7 003665 call context_get_anchor 
+0x22c8 003666 iadd stop_watch ,pdata 
+0x22c9 003667 iadd stop_watch ,pdata 
+0x22ca 003668 iadd queue ,pdata 
+0x22cb 003669 isub temp ,null 
+0x22cc 003670 nbranch context_search_next ,positive 
+0x22cd 003671 force 0 ,null 
+0x22ce 003672 rtn 
+:      003674 context_traverse_clearkey:
+0x22cf 003675 bbit0 state_inconn ,context_search_next 
+0x22d0 003676 deposit temp 
+0x22d1 003677 isub rega ,null 
+0x22d2 003678 branch context_search_next ,null 
+0x22d3 003679 add rega ,coffset_mode ,contr 
+0x22d4 003680 ifetch 1 ,contr 
+0x22d5 003681 bbit1 mode_le ,context_search_next 
+0x22d6 003682 ifetch 1 ,rega 
+0x22d7 003683 set0 state_linkkey ,pdata 
+0x22d8 003684 istore 1 ,rega 
+0x22d9 003685 branch context_search_next 
+:      003688 master_conn_send_packet:
+0x22da 003689 bpatch patch05_7 ,mem_patch05 
+0x22db 003690 call rf_setup_time_master_slot 
+:      003691 master_send_packet:
+0x22dc 003692 add clkn_bt ,1 ,bt_clk 
+0x22dd 003693 call fetch_self_bt_adr 
+0x22de 003694 force 0x03 ,freq_mode 
+0x22df 003695 call tx_radio_freq 
+0x22e0 003696 call start_transmitter 
+0x22e1 003697 call start_tx_native 
+0x22e2 003698 call send_access_word 
+0x22e3 003699 branch transmit_packet 
+:      003701 master_conn_recv_packet:
+0x22e4 003702 bpatch patch06_0 ,mem_patch06 
+0x22e5 003703 call rf_setup_time_slave_slot 
+:      003704 master_recv_packet:
+0x22e6 003705 add clkn_bt ,1 ,bt_clk 
+0x22e7 003706 call fetch_self_bt_adr 
+0x22e8 003707 force 0x03 ,freq_mode 
+0x22e9 003708 call rx_radio_freq 
+0x22ea 003709 call init_rx_packet_flags 
+0x22eb 003710 call prep_crypt 
+0x22ec 003711 call start_rx_native 
+0x22ed 003712 call start_receiver 
+:      003713 master_rx_conn_finish_packet:
+0x22ee 003714 call wait_access_clkn_rt 
+0x22ef 003715 nrtn sync 
+0x22f0 003716 call save_rssi 
+0x22f1 003717 branch receive_packet 
+:      003721 master_newconn_once:
+0x22f2 003722 bpatch patch06_1 ,mem_patch06 
+0x22f3 003723 fetch 1 ,mem_fhs_am_addr 
+0x22f4 003724 iforce am_addr 
+0x22f5 003725 force type_poll ,type 
+0x22f6 003726 call master_conn_send_packet 
+0x22f7 003727 branch master_conn_recv_packet 
+:      003738 inquiry_scan_dispatch:
+0x22f8 003739 fetch 1 ,mem_scan_mode 
+0x22f9 003740 rtnbit0 inq_scan_mode 
+0x22fa 003741 force iscan_interval_timer ,queue 
+0x22fb 003742 call timer_check 
+0x22fc 003743 nrtn blank 
+0x22fd 003744 fetcht 2 ,mem_iscan_window 
+0x22fe 003745 force 4 ,queue 
+0x22ff 003746 call sniff_check_window 
+0x2300 003747 rtn user 
+0x2301 003748 call inquiry_scan_start 
+0x2302 003749 force iscan_interval_timer ,queue 
+0x2303 003750 fetch 2 ,mem_iscan_interval 
+0x2304 003751 nbranch timer_init ,sync 
+0x2305 003752 random pdata 
+0x2306 003753 iand mask3ff ,pdata 
+0x2307 003754 branch timer_init 
+:      003757 inquiry_scan_start:
+0x2308 003758 bpatch patch06_2 ,mem_patch06 
+0x2309 003759 jam 0 ,mem_fhs_am_addr 
+0x230a 003760 disable clknt 
+0x230b 003761 disable attempt 
+0x230c 003762 call afh_clear 
+0x230d 003763 and clkn_bt ,0x1fc ,bt_clk 
+0x230e 003764 force 0x01 ,freq_mode 
+0x230f 003765 call fetch_giac 
+0x2310 003766 call rx_radio_freq 
+0x2311 003767 setflip mark_inquiry_state ,mark 
+0x2312 003768 fetch 1 ,mem_inquiryscan_waitcnt 
+0x2313 003769 increase 1 ,pdata 
+0x2314 003770 store 1 ,mem_inquiryscan_waitcnt 
+0x2315 003771 call fetch_diac 
+0x2316 003772 call start_receiver 
+0x2317 003773 call wait_access_forever 
+0x2318 003774 nrtn sync 
+0x2319 003775 bpatch patch06_3 ,mem_patch06 
+0x231a 003776 force 0 ,stop_watch 
+0x231b 003777 call shutdown_radio 
+0x231c 003778 fetch 1 ,mem_inquiryscan_rcvcnt 
+0x231d 003779 increase 1 ,pdata 
+0x231e 003780 store 1 ,mem_inquiryscan_rcvcnt 
+0x231f 003781 call fetch_giac 
+0x2320 003782 call rf_setup_time_slave_slot 
+0x2321 003783 or_into 0x002 ,bt_clk 
+0x2322 003784 force 0x01 ,freq_mode 
+0x2323 003785 call tx_radio_freq 
+0x2324 003786 call fetch_diac 
+0x2325 003787 call start_transmitter 
+0x2326 003788 call start_tx_external 
+0x2327 003789 deposit clkn_bt 
+0x2328 003790 store 4 ,mem_clkn_bt 
+0x2329 003791 call send_access_word 
+0x232a 003792 force type_fhs ,type 
+0x232b 003793 force 0 ,am_addr 
+0x232c 003794 call scan_mode_whiten 
+0x232d 003795 call transmit_packet_whitened 
+0x232e 003796 call send_eir 
+0x232f 003797 and_into 0x1fd ,bt_clk 
+0x2330 003798 increase 1 ,n_tx_slot 
+0x2331 003799 rtn 
+:      003801 send_eir:
+0x2332 003802 bpatch patch06_4 ,mem_patch06 
+0x2333 003803 fetch 1 ,mem_eir_enable 
+0x2334 003804 rtn blank 
+0x2335 003805 arg mem_eir ,contw 
+0x2336 003806 fetch 1 ,mem_local_name_length 
+0x2337 003807 copy pdata ,loopcnt 
+0x2338 003808 increase 1 ,pdata 
+0x2339 003809 istore 1 ,contw 
+0x233a 003810 copy contw ,temp 
+0x233b 003811 increase 1 ,pdata 
+0x233c 003812 store 2 ,mem_tx_len 
+0x233d 003813 copy temp ,contw 
+0x233e 003814 setarg 0x09 
+0x233f 003815 istore 1 ,contw 
+0x2340 003816 arg mem_local_name ,contr 
+0x2341 003817 call memcpy 
+0x2342 003819 arg mem_all_uuid_128bits ,regc 
+0x2343 003820 arg 4 ,loopcnt 
+0x2344 003821 call get_all_uuid 
+0x2345 003822 arg mem_all_uuid_16bits ,regc 
+0x2346 003823 arg 1 ,loopcnt 
+0x2347 003824 call get_all_uuid 
+0x2348 003826 force type_dm3 ,type 
+0x2349 003827 jam 2 ,mem_tx_lch 
+0x234a 003828 setarg mem_eir 
+0x234b 003829 store 2 ,mem_txptr 
+0x234c 003830 call rf_setup_time_slave_slot 
+0x234d 003831 call tx_radio_freq 
+0x234e 003832 call start_transmitter 
+0x234f 003833 call start_tx_external 
+0x2350 003834 call send_access_word 
+0x2351 003835 call scan_mode_whiten 
+0x2352 003836 call transmit_packet_whitened 
+0x2353 003837 rtn 
+:      003840 get_all_uuid:
+0x2354 003841 copy contw ,temp 
+0x2355 003842 copy regc ,contr 
+0x2356 003843 ifetch 1 ,contr 
+0x2357 003844 rtn blank 
+:      003845 lshift_loop:
+0x2358 003846 lshift pdata ,pdata 
+0x2359 003847 loop lshift_loop 
+0x235a 003848 copy pdata ,rega 
+0x235b 003849 increase 2 ,pdata 
+0x235c 003850 copy pdata ,queue 
+0x235d 003851 fetch 2 ,mem_tx_len 
+0x235e 003852 iadd queue ,pdata 
+0x235f 003853 store 2 ,mem_tx_len 
+0x2360 003854 copy temp ,contw 
+0x2361 003855 copy rega ,pdata 
+0x2362 003856 increase 1 ,pdata 
+0x2363 003857 istore 1 ,contw 
+0x2364 003858 copy regc ,contr 
+0x2365 003859 ifetch 1 ,contr 
+0x2366 003860 ifetch 1 ,contr 
+0x2367 003861 istore 1 ,contw 
+0x2368 003862 copy rega ,loopcnt 
+0x2369 003863 branch memcpy 
+:      003869 page_scan_dispatch:
+0x236a 003870 fetch 1 ,mem_scan_mode 
+0x236b 003871 rtnbit0 page_scan_mode 
+0x236c 003872 force pscan_interval_timer ,queue 
+0x236d 003873 call timer_check 
+0x236e 003874 nrtn blank 
+0x236f 003875 fetcht 2 ,mem_pscan_window 
+0x2370 003876 force 40 ,queue 
+0x2371 003877 call sniff_check_window 
+0x2372 003878 rtn user 
+0x2373 003879 force 0 ,am_addr 
+0x2374 003880 jam param_pagerespto ,mem_fhs_wait_counter 
+0x2375 003881 set0 mark_fhs_already_good ,mark 
+0x2376 003882 call page_scan_start 
+0x2377 003883 force pscan_interval_timer ,queue 
+0x2378 003884 fetch 2 ,mem_pscan_interval 
+0x2379 003885 branch timer_init 
+:      003888 page_scan_start:
+0x237a 003889 bpatch patch06_5 ,mem_patch06 
+0x237b 003890 disable clknt 
+0x237c 003891 call afh_clear 
+0x237d 003892 fetch 1 ,mem_pagescan_waitcnt 
+0x237e 003893 increase 1 ,pdata 
+0x237f 003894 store 1 ,mem_pagescan_waitcnt 
+0x2380 003895 force 0 ,n_tx_slot 
+0x2381 003896 call fetch_self_bt_adr 
+0x2382 003897 add clkn_bt ,1 ,bt_clk 
+0x2383 003898 force 0x02 ,freq_mode 
+0x2384 003899 bpatch patch06_6 ,mem_patch06 
+0x2385 003900 call rx_radio_freq 
+0x2386 003901 call start_receiver 
+0x2387 003902 call wait_access_forever 
+0x2388 003903 nrtn sync 
+0x2389 003904 call shutdown_radio 
+0x238a 003905 fetch 1 ,mem_pagescan_rcvcnt 
+0x238b 003906 increase 1 ,pdata 
+0x238c 003907 store 1 ,mem_pagescan_rcvcnt 
+0x238d 003908 force 0 ,stop_watch 
+0x238e 003909 call rf_setup_time_slave_slot 
+0x238f 003910 or_into 0x002 ,bt_clk 
+0x2390 003911 force 0x01 ,freq_mode 
+0x2391 003912 call tx_radio_freq 
+0x2392 003913 call start_transmitter 
+0x2393 003914 call start_tx_external 
+0x2394 003915 call send_access_word 
+0x2395 003916 call end_of_packet 
+0x2396 003917 force 0 ,am_addr 
+0x2397 003918 arg param_rf_setup ,timeup 
+0x2398 003919 until clke_rt ,meet 
+0x2399 003920 or_into 0x03 ,clke_bt 
+0x239a 003921 and_into 0x1fd ,bt_clk 
+:      003922 page_scan_wait_fhs_restart:
+0x239b 003923 bpatch patch06_7 ,mem_patch06 
+0x239c 003924 increase 1 ,n_tx_slot 
+0x239d 003925 call rx_radio_freq 
+0x239e 003926 call start_receiver 
+0x239f 003927 call wait_access_mhalfbnd 
+0x23a0 003928 nbranch page_scan_wait_fhs_again ,sync 
+0x23a1 003929 call scan_mode_whiten 
+0x23a2 003930 call receive_packet_whitened 
+0x23a3 003931 bmark1 mark_fhs_already_good ,page_scan_reply_to_fhs 
+:      003932 page_scan_wait_fhs_again:
+0x23a4 003933 bpatch patch07_0 ,mem_patch07 
+0x23a5 003934 fetch 1 ,mem_fhs_wait_counter 
+0x23a6 003935 rtn blank 
+0x23a7 003936 increase -1 ,pdata 
+0x23a8 003937 store 1 ,mem_fhs_wait_counter 
+0x23a9 003938 call rf_setup_time_master_slot 
+0x23aa 003939 branch page_scan_wait_fhs_restart 
+:      003942 page_scan_reply_to_fhs:
+0x23ab 003943 bpatch patch07_1 ,mem_patch07 
+0x23ac 003944 set0 1 ,clke_bt 
+0x23ad 003945 set1 0 ,clke_bt 
+0x23ae 003946 fetch 1 ,mem_pagescan_rcvfhscnt 
+0x23af 003947 increase 1 ,pdata 
+0x23b0 003948 store 1 ,mem_pagescan_rcvfhscnt 
+0x23b1 003949 call rf_setup_time_slave_slot 
+0x23b2 003950 or_into 0x02 ,bt_clk 
+0x23b3 003951 call tx_radio_freq 
+0x23b4 003952 call start_transmitter 
+0x23b5 003953 call start_tx_external 
+0x23b6 003954 call send_access_word 
+0x23b7 003955 call end_of_packet 
+:      003956 slave_apply_clke_bt:
+0x23b8 003957 compare 0x03 ,clke_bt ,0x03 
+0x23b9 003958 branch slave_apply_clke_bt_now ,true 
+0x23ba 003959 until null ,mhalfbnd 
+0x23bb 003960 branch slave_apply_clke_bt 
+:      003961 slave_apply_clke_bt_now:
+0x23bc 003962 fetch 4 ,mem_clke_bt 
+0x23bd 003963 or_into 0x03 ,pdata 
+0x23be 003964 icopy clke_bt 
+:      003966 start_slave_connection:
+0x23bf 003967 bpatch patch07_2 ,mem_patch07 
+0x23c0 003968 fetch 6 ,extm_lap 
+0x23c1 003969 store 6 ,mem_plap 
+0x23c2 003970 call prepare_newconn 
+:      003971 slave_newconn_loop:
+0x23c3 003972 call slave_newconn_once 
+0x23c4 003973 branch sconn_successful ,match 
+0x23c5 003974 call new_conn_timeout 
+0x23c6 003975 nbranch slave_newconn_loop ,blank 
+0x23c7 003976 rtn 
+:      003979 sconn_successful:
+0x23c8 003980 bpatch patch07_3 ,mem_patch07 
+0x23c9 003981 call newconn_init 
+0x23ca 003982 call context_new 
+0x23cb 003983 nrtn zero 
+0x23cc 003984 jam 0 ,mem_mode 
+0x23cd 003985 call calc_clke_offset 
+0x23ce 003986 branch context_save 
+:      003991 slave_dispatch:
+0x23cf 003992 bpatch patch07_4 ,mem_patch07 
+0x23d0 003993 call calc_clke 
+0x23d1 003994 call role_switch_slave 
+0x23d2 003995 rtn user 
+:      003996 slave_loop:
+0x23d3 003997 bpatch patch07_5 ,mem_patch07 
+0x23d4 003998 call check_bt_disabled 
+0x23d5 003999 call scheduler_process 
+0x23d6 004000 call slave_conn_recv_packet 
+0x23d7 004001 nbranch slave_notmatch ,match 
+0x23d8 004002 call supervision_flush 
+0x23d9 004003 call scheduler_tx_l2cap_pkt 
+0x23da 004004 call prepare_tx 
+0x23db 004005 call slave_conn_send_packet 
+0x23dc 004006 call parse_l2cap 
+0x23dd 004007 call parse_lmp 
+0x23de 004008 fetch 1 ,mem_slave_rcvcnt 
+0x23df 004009 increase 1 ,pdata 
+0x23e0 004010 store 1 ,mem_slave_rcvcnt 
+0x23e1 004011 call calc_clke_offset 
+:      004012 slave_notmatch:
+0x23e2 004013 bpatch patch07_6 ,mem_patch07 
+0x23e3 004014 call lpm_set_mult 
+0x23e4 004015 call supervision_update 
+0x23e5 004016 branch slave_disconnect ,positive 
+0x23e6 004017 call check_disconnect_timeout 
+0x23e7 004018 nbranch slave_disconnect ,user 
+0x23e8 004019 call check_attempt 
+0x23e9 004020 nbranch slave_loop ,blank 
+0x23ea 004021 rtn 
+:      004023 slave_disconnect:
+0x23eb 004024 bpatch patch07_7 ,mem_patch07 
+0x23ec 004025 jam 0 ,mem_tester_emulate 
+0x23ed 004026 jam 0 ,mem_debug_config 
+0x23ee 004027 call quit_connection 
+0x23ef 004028 set0 mark_testmode ,mark 
+0x23f0 004029 call test_enable_white 
+0x23f1 004030 fetch 1 ,mem_state 
+0x23f2 004031 rtn 
+:      004034 role_switch_slave:
+0x23f3 004035 bpatch patch08_0 ,mem_patch08 
+0x23f4 004036 call role_switch_check 
+0x23f5 004037 nrtn user 
+0x23f6 004038 copy am_addr ,temp 
+0x23f7 004039 call get_free_amaddr 
+0x23f8 004040 store 1 ,mem_fhs_am_addr 
+0x23f9 004041 copy temp ,am_addr 
+0x23fa 004042 jam param_newconnto ,mem_newconnto_counter 
+:      004043 roles_sendfhs_loop:
+0x23fb 004044 bpatch patch08_1 ,mem_patch08 
+0x23fc 004045 call rf_setup_time_master_slot 
+0x23fd 004046 force type_fhs ,type 
+0x23fe 004047 call slave_send_access 
+0x23ff 004048 deposit clkn_bt 
+0x2400 004049 store 4 ,mem_clkn_bt 
+0x2401 004050 call transmit_packet 
+0x2402 004051 call rf_setup_time_slave_slot 
+0x2403 004052 enable user3 
+0x2404 004053 call slave_receive_access 
+0x2405 004054 branch roles_got_fhs_reply ,sync 
+0x2406 004055 call shutdown_radio 
+0x2407 004056 call new_conn_timeout 
+0x2408 004057 nbranch roles_sendfhs_loop ,blank 
+0x2409 004058 rtnmark0 mark_accept_switch 
+0x240a 004059 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x240b 004060 set1 mark_switch_initiated ,mark 
+0x240c 004061 rtn 
+:      004062 roles_got_fhs_reply:
+0x240d 004063 enable clknt 
+0x240e 004064 call prepare_newconn 
+0x240f 004065 call afh_clear 
+:      004066 roles_newconn_loop:
+0x2410 004067 bpatch patch08_2 ,mem_patch08 
+0x2411 004068 call master_newconn_once 
+0x2412 004069 branch roles_newconn_responded ,sync 
+0x2413 004070 call new_conn_timeout 
+0x2414 004071 nbranch roles_newconn_loop ,blank 
+0x2415 004072 disable clknt 
+0x2416 004073 deposit clke_bt 
+0x2417 004074 store 4 ,mem_next_btclk 
+0x2418 004075 rtn 
+:      004076 roles_newconn_responded:
+0x2419 004077 enable master 
+0x241a 004078 bmark0 mark_accept_switch ,roles_newconn_nolmp 
+0x241b 004079 set0 mark_accept_switch ,mark 
+0x241c 004080 jam lmp_accepted ,mem_lmo_opcode2 
+0x241d 004081 jam lmp_host_connection_req ,mem_lmi_opcode2 
+0x241e 004082 call tid_set_reply 
+:      004083 roles_newconn_nolmp:
+0x241f 004084 deposit am_addr 
+0x2420 004085 store 1 ,mem_amaddr 
+0x2421 004086 force 0 ,pdata 
+0x2422 004087 store 6 ,mem_clk_offset 
+0x2423 004088 fetch 1 ,mem_mode 
+0x2424 004089 set1 mode_master ,pdata 
+0x2425 004090 store 1 ,mem_mode 
+0x2426 004091 call supervision_flush 
+0x2427 004092 disable master 
+0x2428 004093 enable user 
+0x2429 004094 rtn 
+:      004098 init_rx_packet_flags:
+0x242a 004099 bpatch patch08_3 ,mem_patch08 
+0x242b 004100 disable match 
+0x242c 004101 set0 mark_loopback ,mark 
+0x242d 004102 set0 mark_am_addr_broadcast ,mark 
+0x242e 004103 set0 mark_longpacket ,mark 
+0x242f 004104 set0 mark_old_packet ,mark 
+0x2430 004105 fetch 1 ,mem_arq 
+0x2431 004106 set0 arqnx ,pdata 
+0x2432 004107 set1 flowx ,pdata 
+0x2433 004108 store 1 ,mem_arq 
+0x2434 004109 rtn 
+:      004111 prepare_newconn:
+0x2435 004112 bpatch patch08_4 ,mem_patch08 
+0x2436 004113 jam param_newconnto ,mem_newconnto_counter 
+0x2437 004114 jam param_newconn_arq ,mem_arq 
+0x2438 004115 fetch 2 ,mem_rx_window_init 
+0x2439 004116 store 2 ,mem_rx_window 
+0x243a 004117 deposit clkn_bt 
+0x243b 004118 store 4 ,mem_next_btclk 
+0x243c 004119 rtn clknt 
+0x243d 004120 deposit clke_bt 
+0x243e 004121 store 4 ,mem_next_btclk 
+0x243f 004122 rtn 
+:      004124 newconn_init:
+0x2440 004125 bpatch patch08_5 ,mem_patch08 
+0x2441 004126 call init_lmp_reinit 
+0x2442 004127 call new_conn_handle 
+0x2443 004128 store 1 ,mem_conn_handle 
+0x2444 004129 setarg 0 
+0x2445 004130 store 2 ,mem_l2cap_rxbuff1_len 
+0x2446 004131 setarg param_supervision_to 
+0x2447 004132 store 2 ,mem_supervision_to 
+0x2448 004133 fetch 1 ,mem_state 
+0x2449 004134 set1 state_inconn ,pdata 
+0x244a 004135 store 1 ,mem_state 
+0x244b 004136 jam 0 ,mem_op 
+0x244c 004137 jam 0 ,mem_state_map 
+0x244d 004138 jam 0 ,mem_lpm_current_mult 
+0x244e 004139 branch supervision_flush 
+:      004142 clear_linkkey:
+0x244f 004143 bpatch patch08_6 ,mem_patch08 
+0x2450 004144 force 0 ,pdata 
+0x2451 004145 store 8 ,mem_link_key 
+0x2452 004146 istore 8 ,contw 
+0x2453 004147 call clear_linkstate 
+0x2454 004148 branch context_traverse_linkkey 
+:      004150 new_conn_timeout:
+0x2455 004151 fetch 1 ,mem_newconnto_counter 
+0x2456 004152 increase -1 ,pdata 
+0x2457 004153 store 1 ,mem_newconnto_counter 
+0x2458 004154 rtn 
+:      004156 new_conn_handle:
+0x2459 004157 fetch 1 ,mem_handle_num 
+0x245a 004158 increase 1 ,pdata 
+0x245b 004159 store 1 ,mem_handle_num 
+0x245c 004160 rtn 
+:      004163 quit_connection:
+0x245d 004164 bpatch patch08_7 ,mem_patch08 
+0x245e 004165 fetch 1 ,mem_hci_cmd 
+0x245f 004166 beq hci_cmd_remote_name_req ,quit_connection_name 
+0x2460 004167 fetch 1 ,mem_lmp_to_send 
+0x2461 004168 bne lmp_name_req ,quit_connection_cont 
+:      004169 quit_connection_name:
+0x2462 004170 call cmd_check_plap 
+0x2463 004171 nbranch quit_connection_cont ,zero 
+0x2464 004172 call master_name_error 
+0x2465 004173 jam 0 ,mem_hci_cmd 
+:      004174 quit_connection_cont:
+0x2466 004175 bpatch patch09_0 ,mem_patch09 
+0x2467 004176 call app_disconn_reason_collect_bt 
+0x2468 004177 call sniff_exit 
+0x2469 004178 jam bt_evt_bb_disconnected ,mem_fifo_temp 
+0x246a 004179 call ui_ipc_send_event 
+0x246b 004180 call init_lmp_work 
+0x246c 004181 call l2cap_init_work 
+0x246d 004182 call sp_initialize 
+0x246e 004183 fetch 1 ,mem_state 
+0x246f 004184 set0 state_inconn 
+0x2470 004185 store 1 ,mem_state 
+0x2471 004186 jam 0 ,memui_reconnect_mode 
+0x2472 004188 fetch 1 ,mem_state_map 
+0x2473 004189 compare 0x0 ,pdata ,0xc0 
+0x2474 004190 branch quit_connection_not_clear_mark ,true 
+0x2475 004191 set0 mark_rxbuf_inuse ,mark 
+:      004192 quit_connection_not_clear_mark:
+0x2476 004193 fetch 1 ,mem_arq 
+0x2477 004194 bbit0 wack ,quit_connection_not_clear_tx 
+:      004195 quit_connection_not_clear_tx:
+0x2478 004196 fetch 1 ,mem_op 
+0x2479 004197 rtnbit0 op_txl2cap 
+0x247a 004198 set0 mark_tx_l2cap ,mark 
+0x247b 004199 rtn 
+:      004201 slave_newconn_once:
+0x247c 004202 bpatch patch09_1 ,mem_patch09 
+0x247d 004203 fetch 1 ,extm_newconn_am_addr 
+0x247e 004204 rtn blank 
+0x247f 004205 icopy am_addr 
+0x2480 004206 call slave_conn_recv_packet 
+0x2481 004207 nrtn match 
+0x2482 004208 force type_null ,type 
+0x2483 004209 call slave_conn_send_packet 
+0x2484 004210 deposit am_addr 
+0x2485 004211 store 1 ,mem_amaddr 
+0x2486 004212 force 0 ,pdata 
+0x2487 004213 store 1 ,extm_newconn_am_addr 
+0x2488 004214 rtn 
+:      004220 prepare_tx:
+0x2489 004221 bpatch patch09_2 ,mem_patch09 
+0x248a 004222 fetch 1 ,mem_state 
+0x248b 004223 bbit0 state_insco ,prepare_tx_not_sco 
+0x248c 004224 force type_hv3 ,type 
+0x248d 004225 bmark0 mark_esco ,prepare_tx_not_esco 
+0x248e 004226 call check_esco_amaddr 
+0x248f 004227 nbranch prepare_tx_not_sco ,true 
+0x2490 004228 branch prepare_tx_not_sco ,attempt 
+0x2491 004229 call set_wait_ack 
+0x2492 004230 setarg 2 
+0x2493 004231 store 2 ,mem_retransmission_cnt 
+0x2494 004232 rtn 
+:      004233 prepare_tx_not_esco:
+0x2495 004234 nrtn attempt 
+:      004235 prepare_tx_not_sco:
+0x2496 004236 bpatch patch09_3 ,mem_patch09 
+0x2497 004237 call context_check_all_wack 
+0x2498 004238 nbranch prepare_tx_no_retransmit ,zero 
+0x2499 004239 fetch 1 ,mem_arq 
+0x249a 004240 bbit0 wack ,prepare_tx_pollnull 
+:      004241 prepare_tx_retransmit:
+0x249b 004242 bmark1 mark_loopback ,prepare_tx_loopback 
+0x249c 004243 fetch 1 ,mem_debug_config 
+0x249d 004244 bbit1 debug_tx_pattern ,prepare_tx_txpat 
+0x249e 004245 fetch 2 ,mem_retransmission_cnt 
+0x249f 004246 increase -1 ,pdata 
+0x24a0 004247 store 2 ,mem_retransmission_cnt 
+0x24a1 004248 branch prepare_tx_nomore_retransmit ,blank 
+0x24a2 004249 fetch 1 ,mem_last_type 
+0x24a3 004250 iforce type 
+0x24a4 004251 rtn 
+:      004253 prepare_tx_nomore_retransmit:
+0x24a5 004254 bpatch patch09_4 ,mem_patch09 
+0x24a6 004255 call clear_got_tx 
+:      004256 prepare_tx_no_retransmit:
+0x24a7 004257 call check_esco_amaddr 
+0x24a8 004258 branch prepare_tx_pollnull ,true 
+0x24a9 004259 call send_lmp 
+0x24aa 004260 branch prepare_tx_sendlmp ,user 
+0x24ab 004261 fetch 1 ,mem_op 
+0x24ac 004262 bbit1 op_txl2cap ,prepare_tx_sendl2cap 
+0x24ad 004263 bmark1 mark_loopback ,prepare_tx_loopback 
+0x24ae 004264 fetch 1 ,mem_debug_config 
+0x24af 004265 bbit1 debug_tx_pattern ,prepare_tx_txpat 
+:      004266 prepare_tx_pollnull:
+0x24b0 004267 force type_poll ,type 
+0x24b1 004268 rtn master 
+0x24b2 004269 force type_null ,type 
+0x24b3 004270 rtn 
+:      004271 prepare_tx_loopback:
+0x24b4 004272 bpatch patch09_5 ,mem_patch09 
+0x24b5 004273 fetch 1 ,mem_rx_type 
+0x24b6 004274 iforce type 
+0x24b7 004275 rtnne 1 
+0x24b8 004276 force type_null ,type 
+0x24b9 004277 rtn 
+:      004278 prepare_tx_txpat:
+0x24ba 004279 fetch 1 ,test_mode_packet_type 
+0x24bb 004280 and pdata ,0xf ,type 
+0x24bc 004281 set1 mark_loopback ,mark 
+0x24bd 004282 rtn 
+:      004283 prepare_tx_sendlmp:
+0x24be 004284 force type_lmp ,type 
+0x24bf 004285 branch set_wait_ack 
+:      004286 prepare_tx_sendl2cap:
+0x24c0 004287 call tx_l2cap_type 
+:      004289 set_wait_ack:
+0x24c1 004290 bpatch patch09_6 ,mem_patch09 
+0x24c2 004291 fetcht 1 ,mem_arq 
+0x24c3 004292 set1 wack ,temp 
+0x24c4 004293 storet 1 ,mem_arq 
+0x24c5 004294 deposit type 
+0x24c6 004295 store 1 ,mem_last_type 
+0x24c7 004296 setarg 0xffff 
+0x24c8 004297 store 2 ,mem_retransmission_cnt 
+0x24c9 004298 rtn 
+:      004300 tx_l2cap_type:
+0x24ca 004301 bpatch patch09_7 ,mem_patch09 
+0x24cb 004302 fetch 1 ,mem_state_map 
+0x24cc 004303 isolate1 smap_edr ,pdata 
+0x24cd 004304 fetch 2 ,mem_tx_len 
+0x24ce 004305 branch tx_l2cap_type_edr ,true 
+0x24cf 004306 force type_dm1 ,type 
+0x24d0 004307 sub pdata ,17 ,null 
+0x24d1 004308 rtn positive 
+0x24d2 004309 force type_dh1 ,type 
+0x24d3 004310 sub pdata ,27 ,null 
+0x24d4 004311 rtn positive 
+0x24d5 004312 force type_dm3 ,type 
+0x24d6 004313 sub pdata ,121 ,null 
+0x24d7 004314 rtn positive 
+0x24d8 004315 force type_dh3 ,type 
+0x24d9 004316 sub pdata ,183 ,null 
+0x24da 004317 rtn positive 
+0x24db 004318 force type_dm5 ,type 
+0x24dc 004319 sub pdata ,224 ,null 
+0x24dd 004320 rtn positive 
+0x24de 004321 force type_dh5 ,type 
+0x24df 004322 rtn 
+:      004323 tx_l2cap_type_edr:
+0x24e0 004324 force type_dm1 ,type 
+0x24e1 004325 sub pdata ,17 ,null 
+0x24e2 004326 rtn positive 
+0x24e3 004327 force type_dh1 ,type 
+0x24e4 004328 sub pdata ,54 ,null 
+0x24e5 004329 rtn positive 
+0x24e6 004330 force type_dm3 ,type 
+0x24e7 004331 arg 367 ,temp 
+0x24e8 004332 isub temp ,null 
+0x24e9 004333 nrtn positive 
+0x24ea 004334 force type_dm5 ,type 
+0x24eb 004335 arg 679 ,temp 
+0x24ec 004336 isub temp ,null 
+0x24ed 004337 nrtn positive 
+0x24ee 004338 force type_dh5 ,type 
+0x24ef 004339 rtn 
+:      004348 slave_receive_master_slot:
+0x24f0 004349 fetch 1 ,mem_state 
+0x24f1 004350 bbit0 state_insniff ,slave_receive_notsniff 
+0x24f2 004351 fetch 2 ,mem_tsniff 
+0x24f3 004352 branch slave_receive_notsniff ,blank 
+0x24f4 004353 nbranch slave_receive_sniff ,attempt 
+:      004354 slave_receive_notsniff:
+0x24f5 004355 call rf_setup_time_master_slot 
+:      004356 slave_receive_access:
+0x24f6 004357 add clke_bt ,1 ,bt_clk 
+:      004358 slave_receive_sniff:
+0x24f7 004359 enable swfine 
+0x24f8 004360 fetch 2 ,mem_rx_window 
+0x24f9 004361 rshift pdata ,pdata 
+0x24fa 004362 arg param_pll_setup ,temp 
+0x24fb 004363 iadd temp ,pdata 
+0x24fc 004364 call ahead_window 
+0x24fd 004365 call fetch_extm_bt_adr 
+0x24fe 004366 force 0x03 ,freq_mode 
+0x24ff 004367 call rx_radio_freq 
+0x2500 004368 call init_rx_packet_flags 
+0x2501 004369 call prep_crypt 
+0x2502 004370 bpatch patch0a_0 ,mem_patch0a 
+0x2503 004371 fetch 2 ,mem_rx_window 
+0x2504 004372 rshift pdata ,pdata 
+0x2505 004373 call ahead_window 
+0x2506 004374 call start_receiver 
+0x2507 004375 enable decode_fec0 
+0x2508 004376 fetch 2 ,mem_rx_window 
+0x2509 004377 arg param_clke_cal ,temp 
+0x250a 004378 iadd temp ,stop_watch 
+0x250b 004379 correlate null ,timeout 
+0x250c 004380 copy clke ,temp 
+0x250d 004381 storet 6 ,mem_sync_clke 
+0x250e 004382 disable decode_fec0 
+0x250f 004383 nrtn sync 
+0x2510 004384 arg param_clke_cal ,clke_rt 
+0x2511 004385 copy bt_clk ,clke_bt 
+0x2512 004386 branch lpm_adjust_clk ,wake 
+0x2513 004387 rtn 
+:      004390 slave_conn_recv_packet:
+0x2514 004391 bpatch patch0a_1 ,mem_patch0a 
+0x2515 004392 call slave_receive_master_slot 
+0x2516 004393 nbranch shutdown_radio ,sync 
+0x2517 004394 call save_rssi 
+0x2518 004395 bmark0 mark_testmode ,receive_packet 
+0x2519 004396 fetch 2 ,mem_tst_pktcnt_sync 
+0x251a 004397 increase 1 ,pdata 
+0x251b 004398 store 2 ,mem_tst_pktcnt_sync 
+:      004399 receive_packet:
+0x251c 004400 rshift bt_clk ,temp 
+0x251d 004401 or temp ,0x40 ,white_init 
+:      004402 receive_packet_whitened:
+0x251e 004403 bpatch patch0a_2 ,mem_patch0a 
+0x251f 004404 enable enable_white 
+0x2520 004405 enable enable_hec 
+0x2521 004406 enable decode_fec1 
+0x2522 004407 parse demod ,bucket ,3 
+0x2523 004408 rshift8 pwindow ,pdata 
+0x2524 004409 store 1 ,mem_temp_am_addr 
+0x2525 004410 parse demod ,bucket ,4 
+0x2526 004411 inject bucket ,7 
+0x2527 004412 copy pwindow ,pdata 
+0x2528 004413 store 1 ,mem_rx_type 
+0x2529 004414 parse demod ,bucket ,3 
+0x252a 004415 rshift8 pwindow ,pdata 
+0x252b 004416 store 1 ,mem_temp_arq 
+0x252c 004417 fetch 1 ,mem_rx_type 
+0x252d 004418 sub pdata ,3 ,null 
+0x252e 004419 branch receive_packet_noedr ,positive 
+0x252f 004420 beq 7 ,receive_packet_noedr 
+0x2530 004421 fetch 1 ,mem_state_map 
+0x2531 004422 isolate1 smap_edr ,pdata 
+0x2532 004423 setflag true ,psk ,radio_ctrl 
+:      004424 receive_packet_noedr:
+0x2533 004425 bpatch patch0a_3 ,mem_patch0a 
+0x2534 004426 parse demod ,bucket ,8 
+0x2535 004427 disable decode_fec1 
+0x2536 004428 disable enable_hec 
+0x2537 004429 branch error_header ,crc_failed 
+0x2538 004430 bmark0 mark_testmode ,receive_packet_amchk 
+0x2539 004431 fetch 2 ,mem_tst_pktcnt_hec 
+0x253a 004432 increase 1 ,pdata 
+0x253b 004433 store 2 ,mem_tst_pktcnt_hec 
+:      004434 receive_packet_amchk:
+0x253c 004435 bpatch patch0a_4 ,mem_patch0a 
+0x253d 004436 fetch 1 ,mem_temp_am_addr 
+0x253e 004437 compare 0 ,pdata ,0x07 
+0x253f 004438 setflag true ,mark_am_addr_broadcast ,mark 
+0x2540 004439 branch am_addr_ok ,true 
+0x2541 004440 icompare 0x07 ,am_addr 
+0x2542 004441 branch am_addr_match ,true 
+0x2543 004442 bmark0 mark_esco ,end_of_packet 
+0x2544 004443 fetcht 1 ,mem_saved_amaddr 
+0x2545 004444 icompare 0x7 ,temp 
+0x2546 004445 nbranch end_of_packet ,true 
+0x2547 004446 fetch 1 ,mem_arq 
+0x2548 004447 set0 arqnx ,pdata 
+0x2549 004448 set1 flowx ,pdata 
+0x254a 004449 store 1 ,mem_arq 
+:      004450 am_addr_match:
+0x254b 004451 enable match 
+:      004452 am_addr_ok:
+0x254c 004453 bpatch patch0a_5 ,mem_patch0a 
+0x254d 004454 fetch 1 ,mem_rx_type 
+0x254e 004455 icopy type 
+0x254f 004456 bmark1 mark_am_addr_broadcast ,arqn_bypass 
+0x2550 004457 fetcht 1 ,mem_temp_arq 
+0x2551 004458 fetch 1 ,mem_arq 
+0x2552 004459 set0 flow ,pdata 
+0x2553 004460 isolate1 flow ,temp 
+0x2554 004461 setflag true ,flow ,pdata 
+0x2555 004462 isolate1 arqn ,temp 
+0x2556 004463 setflag true ,arqn ,pdata 
+0x2557 004464 store 1 ,mem_arq 
+0x2558 004465 isolate0 arqn ,temp 
+0x2559 004466 branch arqn_bypass ,true 
+0x255a 004467 call clear_got_tx 
+:      004468 arqn_bypass:
+0x255b 004469 bpatch patch0a_6 ,mem_patch0a 
+0x255c 004470 arg 0 ,temp 
+0x255d 004471 call reserve_slot 
+0x255e 004472 and type ,0xf ,pdata 
+0x255f 004473 beq type_poll ,process_poll 
+0x2560 004474 beq type_null ,end_of_packet 
+0x2561 004475 beq type_fhs ,process_fhs 
+0x2562 004476 fetcht 1 ,mem_temp_arq 
+0x2563 004477 fetch 1 ,mem_arq 
+0x2564 004478 icompare 0x04 ,temp 
+0x2565 004479 nbranch rx_type_dispatch ,true 
+0x2566 004480 bmark0 mark_am_addr_broadcast ,failed_seqn 
+0x2567 004481 bbit0 bcast1 ,rx_type_dispatch 
+:      004482 failed_seqn:
+0x2568 004483 set1 mark_old_packet ,mark 
+:      004484 rx_type_dispatch:
+0x2569 004485 bpatch patch0a_7 ,mem_patch0a 
+0x256a 004486 deposit type 
+0x256b 004487 beq type_dm1 ,process_dm1 
+0x256c 004488 beq type_dh1 ,process_dh1 
+0x256d 004489 beq type_hv3 ,process_hev 
+0x256e 004490 beq type_3dh1 ,process_3dh1 
+0x256f 004491 arg 4 ,temp 
+0x2570 004492 call reserve_slot 
+0x2571 004493 beq type_dm3 ,process_dm3 
+0x2572 004494 beq type_dh3 ,process_dh3 
+0x2573 004495 arg 8 ,temp 
+0x2574 004496 call reserve_slot 
+0x2575 004497 beq type_dm5 ,process_dm5 
+0x2576 004498 beq type_dh5 ,process_dh5 
+0x2577 004499 rtn 
+:      004502 process_hev:
+0x2578 004503 bpatch patch0b_0 ,mem_patch0b 
+0x2579 004504 enable decode_fec0 
+0x257a 004505 enable enable_crc 
+0x257b 004506 enable encrypt 
+0x257c 004507 arg mem_sco_ibuf ,contw 
+0x257d 004508 force 30 ,loopcnt 
+:      004509 process_hev_loop:
+0x257e 004510 parse demod ,bucket ,8 
+0x257f 004511 rshift3 pwindow ,pdata 
+0x2580 004512 istore 1 ,contw 
+0x2581 004513 loop process_hev_loop 
+0x2582 004514 bmark0 mark_esco ,end_of_packet 
+0x2583 004515 parse demod ,bucket ,16 
+0x2584 004516 nsetflag crc_failed ,mark_esco_rxok ,mark 
+0x2585 004517 branch error_payload ,crc_failed 
+0x2586 004518 branch ack_payload 
+:      004521 process_poll:
+0x2587 004522 branch end_of_packet 
+:      004524 process_dm3:
+:      004525 process_dm5:
+0x2588 004526 set1 mark_longpacket ,mark 
+:      004527 process_dm1:
+0x2589 004528 enable decode_fec2 
+0x258a 004529 branch process_dmh 
+:      004531 process_dh3:
+:      004532 process_dh5:
+0x258b 004533 set1 mark_longpacket ,mark 
+:      004534 process_3dh1:
+0x258c 004535 set1 psk3m ,radio_ctrl 
+:      004536 process_dh1:
+0x258d 004537 enable decode_fec0 
+:      004538 process_dmh:
+0x258e 004539 bpatch patch0b_1 ,mem_patch0b 
+0x258f 004540 bmark1 mark_rxbuf_inuse ,end_of_packet 
+0x2590 004541 isolate0 psk ,radio_ctrl 
+0x2591 004542 branch process_dmh_noedr ,true 
+0x2592 004543 disable enable_white 
+0x2593 004544 enable decode_fec0 
+0x2594 004545 disable decode_fec2 
+0x2595 004546 add clkn_bt ,2 ,timeup 
+0x2596 004547 correlate clkn_bt ,meet 
+0x2597 004548 nbranch error_payload ,sync 
+0x2598 004549 set1 mark_longpacket ,mark 
+0x2599 004550 enable enable_white 
+:      004551 process_dmh_noedr:
+0x259a 004552 bpatch patch0b_2 ,mem_patch0b 
+0x259b 004553 enable encrypt 
+0x259c 004554 enable enable_crc 
+0x259d 004555 parse demod ,bucket ,3 
+0x259e 004556 rshift8 pwindow ,pdata 
+0x259f 004557 store 1 ,mem_lch_code 
+0x25a0 004558 parse demod ,bucket ,5 
+0x25a1 004559 bmark1 mark_longpacket ,process_dmh_long 
+0x25a2 004560 rshift3 pwindow ,loopcnt 
+0x25a3 004561 rshift3 loopcnt ,loopcnt 
+0x25a4 004562 branch process_dmh_common 
+:      004563 process_dmh_long:
+0x25a5 004564 parse demod ,bucket ,5 
+0x25a6 004565 rshift pwindow ,loopcnt 
+0x25a7 004566 parse demod ,bucket ,3 
+:      004567 process_dmh_common:
+0x25a8 004568 bpatch patch0b_3 ,mem_patch0b 
+0x25a9 004569 deposit loopcnt 
+0x25aa 004570 store 2 ,mem_len 
+0x25ab 004571 branch process_dmh_data_end ,blank 
+0x25ac 004572 isub mask3ff ,null 
+0x25ad 004573 branch error_payload ,positive 
+0x25ae 004574 bpatch patch0b_4 ,mem_patch0b 
+0x25af 004575 set0 mark_fhs_eir ,mark 
+0x25b0 004576 fetch 1 ,mem_lch_code 
+0x25b1 004577 and_into 0x03 ,pdata 
+0x25b2 004578 arg mem_rxbuf ,contw 
+0x25b3 004579 beq llid_lmp ,process_lmp 
+0x25b4 004580 bmark1 mark_testmode ,process_dmh_data 
+0x25b5 004582 fetch 1 ,mem_lch_code 
+0x25b6 004583 and_into 0x03 ,pdata 
+0x25b7 004584 beq llid_l2cap_start ,process_dmh_data_l2cap_start_pkt 
+0x25b8 004585 beq llid_l2cap_cont ,process_dmh_data_l2cap_continue_pkt 
+0x25b9 004586 branch error_payload 
+:      004588 process_lmp:
+0x25ba 004589 fetch 2 ,mem_len 
+0x25bb 004590 sub pdata ,0x70 ,null 
+0x25bc 004591 nbranch error_payload ,positive 
+0x25bd 004592 bmark1 mark_old_packet ,ack_payload 
+0x25be 004593 branch process_dmh_data 
+:      004596 process_dmh_data_l2cap_start_pkt:
+0x25bf 004597 bpatch patch0b_5 ,mem_patch0b 
+0x25c0 004598 bmark1 mark_old_packet ,ack_payload 
+0x25c1 004599 fetch 2 ,mem_len 
+0x25c2 004600 arg 0x2e0 ,temp 
+0x25c3 004601 isub temp ,null 
+0x25c4 004602 branch error_payload ,positive 
+0x25c5 004603 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x25c6 004604 bbit0 l2cap_inuse_buff1 ,process_dmh_data_into_buff1 
+0x25c7 004605 bbit0 l2cap_inuse_buff2 ,process_dmh_data_into_buff2 
+0x25c8 004606 branch end_of_packet 
+:      004607 process_dmh_data_into_buff1:
+0x25c9 004608 jam 1 ,mem_l2cap_rxbuff_new 
+0x25ca 004609 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x25cb 004610 bne 0 ,end_of_packet 
+0x25cc 004611 arg mem_l2cap_rxbuff1 ,contw 
+0x25cd 004612 branch process_dmh_data 
+:      004613 process_dmh_data_into_buff2:
+0x25ce 004614 jam 2 ,mem_l2cap_rxbuff_new 
+0x25cf 004615 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x25d0 004616 bne 0 ,end_of_packet 
+0x25d1 004617 arg mem_l2cap_rxbuff2 ,contw 
+0x25d2 004618 branch process_dmh_data 
+:      004620 process_dmh_data_l2cap_continue_pkt:
+0x25d3 004621 bpatch patch0b_6 ,mem_patch0b 
+0x25d4 004622 bmark1 mark_old_packet ,ack_payload 
+0x25d5 004623 fetch 2 ,mem_len 
+0x25d6 004624 arg 0x2e0 ,temp 
+0x25d7 004625 isub temp ,null 
+0x25d8 004626 branch error_payload ,positive 
+0x25d9 004627 fetch 1 ,mem_l2cap_rxbuff_new 
+0x25da 004628 beq 1 ,process_dmh_data_l2cap_continue_pkt1 
+0x25db 004629 beq 2 ,process_dmh_data_l2cap_continue_pkt2 
+0x25dc 004630 branch end_of_packet 
+:      004631 process_dmh_data_l2cap_continue_pkt1:
+0x25dd 004632 arg mem_l2cap_rxbuff1 ,contw 
+0x25de 004633 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x25df 004634 iadd contw ,contw 
+0x25e0 004635 branch process_dmh_data 
+:      004636 process_dmh_data_l2cap_continue_pkt2:
+0x25e1 004637 arg mem_l2cap_rxbuff2 ,contw 
+0x25e2 004638 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x25e3 004639 iadd contw ,contw 
+:      004640 process_dmh_data:
+0x25e4 004641 parse demod ,bucket ,8 
+0x25e5 004642 rshift3 pwindow ,pdata 
+0x25e6 004643 istore 1 ,contw 
+0x25e7 004644 loop process_dmh_data 
+:      004645 process_dmh_data_end:
+0x25e8 004646 bpatch patch0b_7 ,mem_patch0b 
+0x25e9 004647 parse demod ,bucket ,16 
+0x25ea 004648 branch error_payload_crc ,crc_failed 
+0x25eb 004649 fetch 1 ,mem_l2cap_flow_ctrl_flag 
+0x25ec 004650 beq l2cap_flow_ctrl_enable ,end_of_packet 
+0x25ed 004651 bmark1 mark_testmode ,process_dmh_cont 
+0x25ee 004652 bmark1 mark_old_packet ,redundant_payload 
+0x25ef 004653 fetch 1 ,mem_lch_code 
+0x25f0 004654 compare 3 ,pdata ,3 
+0x25f1 004655 branch process_dmh_cont ,true 
+0x25f2 004656 fetch 2 ,mem_len 
+0x25f3 004657 branch process_dmh_cont ,blank 
+0x25f4 004658 bpatch patch0c_0 ,mem_patch0c 
+0x25f5 004659 fetch 1 ,mem_l2cap_rxbuff_new 
+0x25f6 004660 beq 1 ,process_l2cap_pass_crc_buff1 
+0x25f7 004661 beq 2 ,process_l2cap_pass_crc_buff2 
+0x25f8 004662 branch assert 
+:      004663 process_l2cap_pass_crc_buff1:
+0x25f9 004664 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x25fa 004665 fetcht 2 ,mem_len 
+0x25fb 004666 iadd temp ,pdata 
+0x25fc 004667 store 2 ,mem_l2cap_rxbuff1_len 
+0x25fd 004668 beq 0 ,assert 
+0x25fe 004669 fetcht 2 ,mem_l2cap_rxbuff1 
+0x25ff 004670 increase 4 ,temp 
+0x2600 004671 isub temp ,null 
+0x2601 004672 call l2cap_buff1_inuse ,zero 
+0x2602 004673 branch process_dmh_cont 
+:      004674 process_l2cap_pass_crc_buff2:
+0x2603 004675 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x2604 004676 fetcht 2 ,mem_len 
+0x2605 004677 iadd temp ,pdata 
+0x2606 004678 store 2 ,mem_l2cap_rxbuff2_len 
+0x2607 004679 beq 0 ,assert 
+0x2608 004680 fetcht 2 ,mem_l2cap_rxbuff2 
+0x2609 004681 add temp ,4 ,temp 
+0x260a 004682 isub temp ,null 
+0x260b 004683 call l2cap_buff2_inuse ,zero 
+0x260c 004684 branch process_dmh_cont 
+:      004685 process_dmh_cont:
+0x260d 004686 bpatch patch0c_1 ,mem_patch0c 
+0x260e 004687 fetcht 1 ,mem_state_map 
+0x260f 004688 fetch 1 ,mem_lch_code 
+0x2610 004689 compare 3 ,pdata ,0x03 
+0x2611 004690 setflag true ,smap_rxlmp ,temp 
+0x2612 004691 nsetflag true ,smap_rxl2cap ,temp 
+0x2613 004692 storet 1 ,mem_state_map 
+0x2614 004693 nbranch process_dmh_cont_rxbuf_not_use ,true 
+0x2615 004694 set1 mark_rxbuf_inuse ,mark 
+:      004695 process_dmh_cont_rxbuf_not_use:
+0x2616 004696 bmark0 mark_testmode ,ack_payload 
+0x2617 004697 isolate1 smap_rxlmp ,temp 
+0x2618 004698 branch ack_payload ,true 
+0x2619 004699 fetch 2 ,mem_tst_pktcnt_crc 
+0x261a 004700 increase 1 ,pdata 
+0x261b 004701 store 2 ,mem_tst_pktcnt_crc 
+0x261c 004702 set1 mark_loopback ,mark 
+0x261d 004703 set0 smap_rxl2cap ,temp 
+0x261e 004704 set0 mark_rxbuf_inuse ,mark 
+0x261f 004705 storet 1 ,mem_state_map 
+:      004706 ack_payload:
+0x2620 004707 bpatch patch0c_2 ,mem_patch0c 
+0x2621 004708 fetcht 1 ,mem_temp_arq 
+0x2622 004709 fetch 1 ,mem_arq 
+0x2623 004710 set1 arqnx ,pdata 
+0x2624 004711 isolate1 seqn ,temp 
+0x2625 004712 setflag true ,seqn ,pdata 
+0x2626 004713 isolate1 mark_am_addr_broadcast ,mark 
+0x2627 004714 setflag true ,bcast1 ,pdata 
+0x2628 004715 store 1 ,mem_arq 
+0x2629 004716 fetch 2 ,mem_len 
+0x262a 004717 nbranch end_of_packet ,blank 
+0x262b 004718 fetch 1 ,mem_state_map 
+0x262c 004719 set0 smap_rxl2cap ,pdata 
+0x262d 004720 store 1 ,mem_state_map 
+0x262e 004721 fetch 1 ,mem_lch_code 
+0x262f 004722 compare 0x01 ,pdata ,0x07 
+0x2630 004724 branch end_of_packet 
+:      004726 error_header:
+0x2631 004727 bpatch patch0c_3 ,mem_patch0c 
+0x2632 004728 disable match 
+0x2633 004729 fetch 2 ,mem_rx_hec_err 
+0x2634 004730 increase 1 ,pdata 
+0x2635 004731 store 2 ,mem_rx_hec_err 
+0x2636 004732 branch end_of_packet 
+:      004733 error_payload_crc:
+0x2637 004734 fetch 2 ,mem_rx_crc_err 
+0x2638 004735 increase 1 ,pdata 
+0x2639 004736 store 2 ,mem_rx_crc_err 
+0x263a 004737 call discard_pkt 
+0x263b 004738 bmark0 mark_testmode ,error_payload 
+0x263c 004739 set1 mark_loopback ,mark 
+:      004740 error_payload:
+0x263d 004741 branch end_of_packet 
+:      004743 discard_pkt:
+0x263e 004744 bpatch patch0c_4 ,mem_patch0c 
+0x263f 004745 fetch 1 ,mem_lch_code 
+0x2640 004746 compare 3 ,pdata ,0x03 
+0x2641 004747 nbranch discard_pkt_l2cap ,true 
+:      004748 discard_pkt_lmp:
+0x2642 004749 fetcht 1 ,mem_state_map 
+0x2643 004750 set0 smap_rxlmp ,temp 
+0x2644 004751 storet 1 ,mem_state_map 
+0x2645 004752 rtn 
+:      004753 discard_pkt_l2cap:
+0x2646 004756 fetcht 1 ,mem_state_map 
+0x2647 004757 set0 smap_rxl2cap ,temp 
+0x2648 004758 storet 1 ,mem_state_map 
+0x2649 004759 branch h4_send_acl_trigger_clear 
+:      004761 redundant_payload:
+0x264a 004762 fetch 1 ,mem_arq 
+0x264b 004763 set1 arqnx ,pdata 
+0x264c 004764 store 1 ,mem_arq 
+:      004765 end_of_packet:
+0x264d 004766 bpatch patch0c_5 ,mem_patch0c 
+0x264e 004767 disable encode_fec0 
+0x264f 004768 disable encode_fec2 
+0x2650 004769 disable decode_fec0 
+0x2651 004770 disable decode_fec2 
+0x2652 004771 disable enable_crc 
+0x2653 004772 disable encrypt 
+0x2654 004773 disable enable_white 
+0x2655 004774 branch shutdown_radio ,is_rx 
+0x2656 004775 until null ,tx_clear 
+0x2657 004776 nop 100 
+0x2658 004777 branch shutdown_radio 
+:      004779 process_fhs:
+0x2659 004780 bpatch patch0c_6 ,mem_patch0c 
+0x265a 004781 enable enable_crc 
+0x265b 004782 enable decode_fec2 
+0x265c 004783 parse demod ,bucket ,72 
+0x265d 004784 isolate1 58 ,pdata 
+0x265e 004785 setflag true ,mark_fhs_eir ,mark 
+0x265f 004786 copy bt_adr ,temp 
+0x2660 004787 ialigned bt_adr 
+0x2661 004788 ialigned fhs0 
+0x2662 004789 pulse recalc 
+0x2663 004790 setsect 2 ,0xfffff 
+0x2664 004791 setsect 3 ,0x0ffff 
+0x2665 004792 nop 32 
+0x2666 004793 iverify fhs_parity 
+0x2667 004794 deposit lap 
+0x2668 004795 store 3 ,extm_lap 
+0x2669 004796 deposit uap 
+0x266a 004797 store 1 ,extm_uap 
+0x266b 004798 copy temp ,bt_adr 
+0x266c 004799 branch fhs_parity_ok ,true 
+0x266d 004800 branch error_payload 
+:      004801 fhs_parity_ok:
+0x266e 004802 bpatch patch0c_7 ,mem_patch0c 
+0x266f 004803 parse demod ,bucket ,72 
+0x2670 004804 ialigned fhs1 
+0x2671 004805 ialigned am_addr 
+0x2672 004806 ialigned nap 
+0x2673 004807 ialigned regb 
+0x2674 004808 force 0 ,pdata 
+0x2675 004809 parse demod ,bucket ,16 
+0x2676 004810 branch error_payload ,crc_failed 
+0x2677 004811 setarg 0x0ffffffc 
+0x2678 004812 iand regb ,pdata 
+0x2679 004813 store 4 ,mem_clke_bt 
+0x267a 004814 deposit fhs_class 
+0x267b 004815 store 3 ,extm_class 
+0x267c 004816 deposit fhs_misc 
+0x267d 004817 store 1 ,extm_fhs_misc 
+0x267e 004818 deposit am_addr 
+0x267f 004819 store 1 ,extm_newconn_am_addr 
+0x2680 004820 deposit nap 
+0x2681 004821 store 2 ,extm_nap 
+0x2682 004822 deposit bt_clk 
+0x2683 004823 inject rxf ,32 
+0x2684 004824 compare type_fhs ,type ,0x0f 
+0x2685 004825 setflag true ,mark_fhs_already_good ,mark 
+0x2686 004826 branch end_of_packet 
+:      004828 clear_got_tx:
+0x2687 004829 bpatch patch0d_0 ,mem_patch0d 
+0x2688 004830 fetch 1 ,mem_arq 
+0x2689 004831 rtnbit0 wack 
+0x268a 004832 set0 wack ,pdata 
+0x268b 004833 setflip seqnx ,pdata 
+0x268c 004834 store 1 ,mem_arq 
+0x268d 004835 fetch 1 ,mem_last_type 
+0x268e 004836 beq type_lmp ,clear_got_txlmp 
+0x268f 004837 rtneq type_hv3 
+0x2690 004838 fetch 1 ,mem_op 
+0x2691 004839 rtnbit0 op_txl2cap ,pdata 
+0x2692 004840 set0 op_txl2cap ,pdata 
+0x2693 004841 set1 op_pkt_comp ,pdata 
+0x2694 004842 store 1 ,mem_op 
+0x2695 004843 set0 mark_tx_l2cap ,mark 
+0x2696 004844 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x2697 004845 nrtn blank 
+0x2698 004846 fetch 1 ,mem_op 
+0x2699 004847 set0 op_pkt_comp ,pdata 
+0x269a 004848 store 1 ,mem_op 
+0x269b 004849 branch l2cap_malloc_free 
+:      004851 clear_got_txlmp:
+0x269c 004852 bpatch patch0d_1 ,mem_patch0d 
+0x269d 004853 fetch 1 ,mem_lmo_header_opcode 
+0x269e 004854 rshift pdata ,pdata 
+0x269f 004855 beq lmp_start_encryption_req ,start_encryption 
+0x26a0 004856 beq lmp_stop_encryption_req ,stop_encryption 
+0x26a1 004857 beq lmp_unsniff_req ,sniff_exit 
+0x26a2 004858 beq lmp_escape ,clear_lmp_escape 
+0x26a3 004859 rtnne lmp_accepted 
+0x26a4 004860 fetch 1 ,mem_lmo_payload 
+0x26a5 004861 beq lmp_sco_link_req ,sco_link_req_by_slave 
+0x26a6 004862 beq lmp_start_encryption_req ,clear_send_setup_complete 
+0x26a7 004863 rtn 
+:      004865 clear_lmp_escape:
+0x26a8 004866 fetch 1 ,mem_lmo_payload 
+0x26a9 004867 set1 7 ,pdata 
+0x26aa 004868 rtn 
+:      004869 clear_send_setup_complete:
+0x26ab 004870 rtn master 
+0x26ac 004871 fetch 1 ,mem_state 
+0x26ad 004872 rtnbit1 state_conn_comp 
+0x26ae 004873 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x26af 004874 rtn 
+:      004877 sco_link_req_by_slave:
+0x26b0 004878 rtn master 
+0x26b1 004879 fetch 1 ,mem_mode 
+0x26b2 004880 isolate1 send_sco_when_slave ,pdata 
+0x26b3 004881 branch clean_mem_mode ,true 
+0x26b4 004883 rtn 
+:      004884 clean_mem_mode:
+0x26b5 004885 set0 send_sco_when_slave ,pdata 
+0x26b6 004886 store 1 ,mem_mode 
+0x26b7 004887 rtn 
+:      004889 start_encryption:
+0x26b8 004890 bpatch patch0d_2 ,mem_patch0d 
+0x26b9 004891 fetch 1 ,mem_state_map 
+0x26ba 004892 set1 smap_encryption ,pdata 
+0x26bb 004893 store 1 ,mem_state_map 
+0x26bc 004894 jam 1 ,core_encrypt 
+0x26bd 004895 fetch 1 ,mem_state 
+0x26be 004896 isolate1 state_conn_comp ,pdata 
+0x26bf 004897 rtn 
+:      004899 stop_encryption:
+0x26c0 004900 bpatch patch0d_3 ,mem_patch0d 
+0x26c1 004901 fetch 1 ,mem_state_map 
+0x26c2 004902 set0 smap_encryption ,pdata 
+0x26c3 004903 store 1 ,mem_state_map 
+0x26c4 004904 jam 0 ,core_encrypt 
+0x26c5 004905 rtn 
+:      004908 sniff_init:
+0x26c6 004909 bpatch patch0d_4 ,mem_patch0d 
+0x26c7 004910 copy clkn_bt ,pdata 
+0x26c8 004911 store 4 ,mem_lpm_delay_after_sniff 
+0x26c9 004912 add clkn_bt ,3 ,rega 
+0x26ca 004913 branch sniff_init_master ,master 
+0x26cb 004914 add clke_bt ,3 ,rega 
+:      004915 sniff_init_master:
+0x26cc 004916 fetcht 2 ,mem_tsniff 
+0x26cd 004917 deposit rega 
+0x26ce 004918 set0 27 ,pdata 
+0x26cf 004919 idiv temp 
+0x26d0 004920 fetch 2 ,mem_dsniff 
+0x26d1 004921 call wait_div_end 
+0x26d2 004922 remainder regc 
+0x26d3 004923 isub regc ,pdata 
+0x26d4 004924 branch sniff_init_nowrap ,positive 
+0x26d5 004925 iadd temp ,pdata 
+:      004926 sniff_init_nowrap:
+0x26d6 004927 iadd rega ,pdata 
+0x26d7 004928 store 4 ,mem_sniff_anchor 
+0x26d8 004929 jam switch_flag_init ,mem_switch_flag 
+0x26d9 004930 fetch 1 ,mem_state 
+0x26da 004931 set1 state_insniff ,pdata 
+0x26db 004932 store 1 ,mem_state 
+0x26dc 004933 fetch 1 ,mem_sniff_attempt 
+0x26dd 004934 store 1 ,mem_current_sniff_attempt 
+0x26de 004935 setarg 0 
+0x26df 004936 store 3 ,mem_sniff_rcv 
+0x26e0 004937 store 3 ,mem_sniff_lost 
+0x26e1 004938 store 1 ,mem_sniff_unint_lost 
+0x26e2 004939 jam bt_evt_enter_sniff ,mem_fifo_temp 
+0x26e3 004940 call ui_ipc_send_event 
+0x26e4 004941 fetch 2 ,mem_rx_window_sniff 
+0x26e5 004942 store 2 ,mem_rx_window 
+0x26e6 004943 nrtn master 
+0x26e7 004944 add am_addr ,-1 ,queue 
+0x26e8 004945 rtn 
+:      004947 sniff_exit:
+0x26e9 004948 bpatch patch0d_5 ,mem_patch0d 
+0x26ea 004949 fetch 1 ,mem_state 
+0x26eb 004950 rtnbit0 state_insniff 
+0x26ec 004951 set0 state_insniff ,pdata 
+0x26ed 004952 store 1 ,mem_state 
+0x26ee 004953 fetch 2 ,mem_rx_window_init 
+0x26ef 004954 store 2 ,mem_rx_window 
+0x26f0 004955 disable wake 
+0x26f1 004956 jam bt_evt_exit_sniff ,mem_fifo_temp 
+0x26f2 004957 branch ui_ipc_send_event 
+:      004960 check_attempt:
+0x26f3 004961 bpatch patch0d_6 ,mem_patch0d 
+0x26f4 004962 enable attempt 
+0x26f5 004963 fetch 1 ,mem_state 
+0x26f6 004964 bbit1 state_insniff ,check_attempt_sniff 
+0x26f7 004965 rtnmark1 mark_testmode 
+0x26f8 004966 fetch 1 ,mem_arq 
+0x26f9 004967 rtnbit1 wack 
+0x26fa 004968 fetch 1 ,mem_lmp_to_send 
+0x26fb 004969 nrtn blank 
+0x26fc 004970 fetch 1 ,mem_op 
+0x26fd 004971 rtnbit1 op_txl2cap 
+:      004972 check_attempt_nomore:
+0x26fe 004973 force 0 ,pdata 
+0x26ff 004974 rtn 
+:      004976 check_attempt_sniff:
+0x2700 004977 bbit0 state_insco ,check_attempt_not_sco 
+0x2701 004978 fetch 1 ,mem_current_sniff_attempt 
+0x2702 004979 beq 2 ,check_attempt_sniff_restore_sco 
+0x2703 004980 fetch 1 ,mem_arq 
+0x2704 004981 bbit1 wack ,check_attempt_notimeout 
+0x2705 004982 bmark0 mark_esco_rxok ,check_attempt_notimeout 
+:      004983 check_attempt_sniff_restore_sco:
+0x2706 004984 nbranch check_attempt_notimeout ,master 
+0x2707 004985 fetch 1 ,mem_lmp_to_send 
+0x2708 004986 nbranch check_attempt_notimeout ,blank 
+:      004987 check_attempt_sco_master:
+0x2709 004988 fetch 1 ,mem_sco_poll 
+0x270a 004989 increase -1 ,pdata 
+0x270b 004990 store 1 ,mem_sco_poll 
+0x270c 004991 nbranch check_attempt_nomore ,blank 
+0x270d 004992 jam param_sco_poll ,mem_sco_poll 
+0x270e 004993 branch check_attempt_notimeout 
+:      005000 check_attempt_not_sco:
+0x270f 005001 fetch 1 ,mem_current_sniff_attempt 
+0x2710 005002 bne 1 ,check_attempt_notimeout 
+0x2711 005003 fetch 1 ,mem_current_sniff_timeout 
+0x2712 005004 branch check_attempt_notimeout ,blank 
+0x2713 005005 increase -1 ,pdata 
+0x2714 005006 store 1 ,mem_current_sniff_timeout 
+0x2715 005007 fetch 1 ,mem_arq 
+0x2716 005008 rtnbit1 wack 
+0x2717 005009 nrtn match 
+:      005010 check_attempt_notimeout:
+0x2718 005011 fetch 1 ,mem_current_sniff_attempt 
+0x2719 005012 increase -1 ,pdata 
+0x271a 005013 store 1 ,mem_current_sniff_attempt 
+0x271b 005014 rtn 
+:      005025 sniff_check_window:
+0x271c 005026 bpatch patch0d_7 ,mem_patch0d 
+0x271d 005027 disable swfine 
+0x271e 005028 copy temp ,stop_watch 
+0x271f 005029 call context_search_sniff_window 
+0x2720 005030 disable user 
+0x2721 005031 nrtn zero 
+0x2722 005032 force 0 ,stop_watch 
+0x2723 005033 enable user 
+0x2724 005034 rtn 
+:      005037 check_esco_amaddr:
+0x2725 005038 fetch 1 ,mem_esco_addr 
+0x2726 005039 icompare 0xff ,am_addr 
+0x2727 005040 rtn 
+:      005043 parse_l2cap:
+0x2728 005044 bpatch patch0e_0 ,mem_patch0e 
+0x2729 005045 set0 mark_rxbuf_inuse ,mark 
+:      005046 parse_l2cap_cont:
+0x272a 005047 jam l2cap_rx_clear ,mem_l2cap_rx_done 
+0x272b 005048 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x272c 005049 rtn blank 
+0x272d 005050 isolate1 l2cap_inuse_buff1 ,pdata 
+0x272e 005051 arg mem_l2cap_rxbuff1 ,contr 
+0x272f 005052 call process_rx_l2cap_pkt ,true 
+0x2730 005053 bpatch patch0e_1 ,mem_patch0e 
+0x2731 005054 fetch 1 ,mem_l2cap_rx_done 
+0x2732 005055 beq l2cap_rx_done ,parse_l2cap_release_buff1 
+0x2733 005057 jam l2cap_rx_clear ,mem_l2cap_rx_done 
+0x2734 005058 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x2735 005059 rtnbit0 l2cap_inuse_buff2 
+0x2736 005060 arg mem_l2cap_rxbuff2 ,contr 
+0x2737 005061 call process_rx_l2cap_pkt 
+0x2738 005062 fetch 1 ,mem_l2cap_rx_done 
+0x2739 005063 beq l2cap_rx_done ,parse_l2cap_release_buff2 
+0x273a 005064 rtn 
+:      005066 parse_l2cap_release_buff1:
+0x273b 005067 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x273c 005068 set0 l2cap_inuse_buff1 ,pdata 
+0x273d 005069 store 1 ,mem_l2cap_rxbuff_inuse 
+0x273e 005070 setarg 0 
+0x273f 005071 store 2 ,mem_l2cap_rxbuff1_len 
+0x2740 005072 rtn 
+:      005073 parse_l2cap_release_buff2:
+0x2741 005074 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x2742 005075 set0 l2cap_inuse_buff2 ,pdata 
+0x2743 005076 store 1 ,mem_l2cap_rxbuff_inuse 
+0x2744 005077 setarg 0 
+0x2745 005078 store 2 ,mem_l2cap_rxbuff2_len 
+0x2746 005079 rtn 
+:      005081 l2cap_buff1_inuse:
+0x2747 005082 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x2748 005083 set1 l2cap_inuse_buff1 ,pdata 
+0x2749 005084 store 1 ,mem_l2cap_rxbuff_inuse 
+0x274a 005085 rtn 
+:      005087 l2cap_buff2_inuse:
+0x274b 005088 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x274c 005089 set1 l2cap_inuse_buff2 ,pdata 
+0x274d 005090 store 1 ,mem_l2cap_rxbuff_inuse 
+0x274e 005091 rtn 
+:      005097 slave_send_access:
+0x274f 005098 bpatch patch0e_2 ,mem_patch0e 
+0x2750 005099 add clke_bt ,1 ,bt_clk 
+0x2751 005100 call fetch_extm_bt_adr 
+0x2752 005101 force 0x03 ,freq_mode 
+0x2753 005102 call tx_radio_freq 
+0x2754 005103 call start_transmitter 
+0x2755 005104 call start_tx_external 
+0x2756 005105 branch send_access_word 
+:      005108 slave_conn_send_packet:
+0x2757 005109 bpatch patch0e_3 ,mem_patch0e 
+0x2758 005110 call rf_setup_time_slave_slot 
+0x2759 005111 deposit clke_bt 
+0x275a 005112 fetcht 4 ,mem_next_btclk 
+0x275b 005113 isub temp ,pdata 
+0x275c 005114 rtnne 1 
+0x275d 005115 compare type_null ,type ,0x1f 
+0x275e 005116 nbranch slave_conn_send_access ,true 
+0x275f 005117 fetch 1 ,mem_rx_type 
+0x2760 005118 rtn blank 
+:      005119 slave_conn_send_access:
+0x2761 005120 call slave_send_access 
+:      005121 transmit_packet:
+0x2762 005122 compare type_id ,type ,0x1f 
+0x2763 005123 branch end_of_packet ,true 
+0x2764 005124 rshift bt_clk ,temp 
+0x2765 005125 or temp ,0x40 ,white_init 
+:      005126 transmit_packet_whitened:
+0x2766 005127 bpatch patch0e_4 ,mem_patch0e 
+0x2767 005128 enable enable_white 
+0x2768 005129 enable enable_hec 
+0x2769 005130 enable encode_fec1 
+0x276a 005131 set0 mark_longpacket ,mark 
+0x276b 005132 deposit am_addr 
+0x276c 005133 inject mod ,3 
+0x276d 005134 deposit type 
+0x276e 005135 inject mod ,4 
+0x276f 005136 fetch 1 ,mem_arq 
+0x2770 005137 inject bucket ,4 
+0x2771 005138 inject mod ,3 
+0x2772 005139 enable enable_parity 
+0x2773 005140 inject mod ,8 
+0x2774 005141 disable encode_fec1 
+0x2775 005142 disable enable_parity 
+0x2776 005143 disable enable_hec 
+0x2777 005144 set0 psk3m ,radio_ctrl 
+0x2778 005145 arg 0 ,temp 
+0x2779 005146 call reserve_slot 
+0x277a 005147 bpatch patch0e_5 ,mem_patch0e 
+0x277b 005148 and type ,0x1f ,pdata 
+0x277c 005149 beq type_lmp ,transmit_lmp 
+0x277d 005150 beq type_null ,end_of_packet 
+0x277e 005151 beq type_poll ,end_of_packet 
+0x277f 005152 beq type_fhs ,transmit_fhs 
+0x2780 005153 beq type_dm1 ,transmit_dm1 
+0x2781 005154 beq type_dh1 ,transmit_dh1 
+0x2782 005155 beq type_hv3 ,transmit_hev 
+0x2783 005156 beq type_3dh1 ,transmit_3dh1 
+0x2784 005157 arg 4 ,temp 
+0x2785 005158 call reserve_slot 
+0x2786 005159 beq type_dm3 ,transmit_dm3 
+0x2787 005160 beq type_dh3 ,transmit_dh3 
+0x2788 005161 arg 8 ,temp 
+0x2789 005162 call reserve_slot 
+0x278a 005163 beq type_dh5 ,transmit_dh5 
+0x278b 005164 branch transmit_dm5 
+:      005167 transmit_hev:
+0x278c 005168 bpatch patch0e_6 ,mem_patch0e 
+0x278d 005169 enable encode_fec0 
+0x278e 005170 enable enable_crc 
+0x278f 005171 enable encrypt 
+0x2790 005172 force 30 ,loopcnt 
+0x2791 005173 arg mem_sco_obuf ,contr 
+:      005174 transmit_ev_loop:
+0x2792 005175 ifetch 1 ,contr 
+0x2793 005176 inject mod ,8 
+0x2794 005177 loop transmit_ev_loop 
+0x2795 005178 bmark1 mark_esco ,transmit_end 
+0x2796 005179 branch end_of_packet 
+:      005181 transmit_fhs:
+0x2797 005182 bpatch patch0e_7 ,mem_patch0e 
+0x2798 005183 fetch 1 ,mem_fhs_am_addr 
+0x2799 005184 icopy am_addr 
+0x279a 005185 fetch 1 ,mem_fhs_misc 
+0x279b 005186 icopy fhs_misc 
+0x279c 005187 fetch 3 ,mem_class 
+0x279d 005188 icopy fhs_class 
+0x279e 005189 fetch 2 ,mem_nap 
+0x279f 005190 icopy nap 
+0x27a0 005191 enable enable_crc 
+0x27a1 005192 enable encode_fec2 
+0x27a2 005193 copy bt_adr ,rega 
+0x27a3 005194 call fetch_self_bt_adr 
+0x27a4 005195 pulse recalc 
+0x27a5 005196 nop 32 
+0x27a6 005197 copy bt_clk ,timeup 
+0x27a7 005198 fetch 4 ,mem_clkn_bt 
+0x27a8 005199 icopy bt_clk 
+0x27a9 005200 preload fhs0 
+0x27aa 005201 set1 58 ,pdata 
+0x27ab 005202 inject mod ,72 
+0x27ac 005203 preload fhs1 
+0x27ad 005204 inject mod ,72 
+0x27ae 005205 copy timeup ,bt_clk 
+0x27af 005206 copy rega ,bt_adr 
+0x27b0 005207 enable enable_parity 
+0x27b1 005208 inject mod ,16 
+0x27b2 005209 disable enable_parity 
+0x27b3 005210 branch end_of_packet 
+:      005212 transmit_lmp:
+0x27b4 005213 bpatch patch0f_0 ,mem_patch0f 
+0x27b5 005214 enable encrypt 
+0x27b6 005215 enable enable_crc 
+0x27b7 005216 enable encode_fec2 
+0x27b8 005217 fetch 1 ,mem_lmo_header_length 
+0x27b9 005218 and pdata ,0x1f8 ,temp 
+0x27ba 005219 arg mem_lmo_header_length ,contr 
+0x27bb 005220 increase 8 ,temp 
+:      005221 transmit_lmp_loop:
+0x27bc 005222 add temp ,-72 ,regc 
+0x27bd 005223 nbranch transmit_lmp_finish ,positive 
+0x27be 005224 ifetch 9 ,contr 
+0x27bf 005225 inject mod ,72 
+0x27c0 005226 copy regc ,temp 
+0x27c1 005227 branch transmit_lmp_loop 
+:      005228 transmit_lmp_finish:
+0x27c2 005229 ifetch 9 ,contr 
+0x27c3 005230 iinject mod ,temp 
+0x27c4 005231 branch transmit_end 
+:      005233 transmit_dm1:
+0x27c5 005234 enable encode_fec2 
+0x27c6 005235 branch transmit_dmh 
+:      005236 transmit_dm3:
+:      005237 transmit_dm5:
+0x27c7 005238 enable encode_fec2 
+0x27c8 005239 set1 mark_longpacket ,mark 
+0x27c9 005240 branch transmit_dmh 
+:      005242 transmit_3dh1:
+0x27ca 005243 set1 psk3m ,radio_ctrl 
+:      005244 transmit_dh1:
+0x27cb 005245 enable encode_fec0 
+0x27cc 005246 branch transmit_dmh 
+:      005248 transmit_dh3:
+:      005249 transmit_dh5:
+0x27cd 005250 set1 psk3m ,radio_ctrl 
+0x27ce 005251 enable encode_fec0 
+0x27cf 005252 set1 mark_longpacket ,mark 
+:      005254 transmit_dmh:
+0x27d0 005255 bpatch patch0f_1 ,mem_patch0f 
+0x27d1 005256 fetch 1 ,mem_state_map 
+0x27d2 005257 bbit0 smap_edr ,transmit_noedr 
+0x27d3 005258 sub type ,3 ,null 
+0x27d4 005259 branch transmit_noedr ,positive 
+0x27d5 005260 disable encrypt 
+0x27d6 005261 disable encode_fec2 
+0x27d7 005262 enable encode_fec0 
+0x27d8 005263 disable enable_white 
+0x27d9 005264 set1 psk ,radio_ctrl 
+0x27da 005265 isolate1 psk3m ,radio_ctrl 
+0x27db 005266 branch transmit_edr3m ,true 
+0x27dc 005267 setarg 0xabeee 
+0x27dd 005268 inject mod ,20 
+0x27de 005269 branch transmit_edr_sync_end 
+:      005270 transmit_edr3m:
+0x27df 005271 setarg 0x5faeba 
+0x27e0 005272 inject mod ,24 
+0x27e1 005273 setarg 0x12 
+0x27e2 005274 inject mod ,6 
+:      005275 transmit_edr_sync_end:
+0x27e3 005276 enable enable_white 
+0x27e4 005277 set1 mark_longpacket ,mark 
+:      005278 transmit_noedr:
+0x27e5 005279 enable encrypt 
+0x27e6 005280 enable enable_crc 
+0x27e7 005281 bmark1 mark_loopback ,transmit_loopback 
+0x27e8 005282 fetch 1 ,mem_tx_lch 
+0x27e9 005283 inject mod ,3 
+0x27ea 005284 fetch 2 ,mem_tx_len 
+0x27eb 005285 iforce loopcnt 
+0x27ec 005286 bmark1 mark_longpacket ,transmit_long 
+0x27ed 005287 inject mod ,5 
+0x27ee 005288 branch transmit_stuff 
+:      005289 transmit_long:
+0x27ef 005290 inject mod ,13 
+:      005291 transmit_stuff:
+0x27f0 005292 deposit loopcnt 
+0x27f1 005293 branch transmit_end ,blank 
+0x27f2 005294 fetch 2 ,mem_txptr 
+0x27f3 005295 iforce contr 
+:      005296 transmit_stuff_loop:
+0x27f4 005297 ifetch 1 ,contr 
+0x27f5 005298 inject mod ,8 
+0x27f6 005299 loop transmit_stuff_loop 
+:      005302 transmit_end:
+0x27f7 005303 enable enable_parity 
+0x27f8 005304 inject mod ,16 
+0x27f9 005305 disable enable_parity 
+0x27fa 005306 call set_wait_ack 
+0x27fb 005307 fetch 1 ,mem_state_map 
+0x27fc 005308 bbit0 smap_edr ,end_of_packet 
+0x27fd 005309 force 0 ,pdata 
+0x27fe 005310 inject mod ,6 
+0x27ff 005311 branch end_of_packet 
+:      005314 transmit_loopback:
+0x2800 005315 bpatch patch0f_2 ,mem_patch0f 
+0x2801 005316 bmark1 mark_longpacket ,transmit_loopback_long 
+:      005317 transmit_loopback_short:
+0x2802 005318 fetch 1 ,mem_lch_code 
+0x2803 005319 inject mod ,3 
+0x2804 005320 fetch 1 ,mem_len 
+0x2805 005321 iforce regc 
+0x2806 005322 inject mod ,5 
+0x2807 005323 branch transmit_loopback_cont 
+:      005324 transmit_loopback_long:
+0x2808 005325 fetch 1 ,mem_lch_code 
+0x2809 005326 inject mod ,3 
+0x280a 005327 fetch 2 ,mem_len 
+0x280b 005328 iforce regc 
+0x280c 005329 inject mod ,13 
+:      005330 transmit_loopback_cont:
+0x280d 005331 arg mem_rxbuf ,contr 
+:      005332 transmit_loopback_loop:
+0x280e 005333 copy regc ,null 
+0x280f 005334 branch transmit_loopback_end ,zero 
+0x2810 005335 ifetch 1 ,contr 
+0x2811 005336 inject mod ,8 
+0x2812 005337 increase -1 ,regc 
+0x2813 005338 branch transmit_loopback_loop 
+:      005339 transmit_loopback_end:
+0x2814 005340 fetch 2 ,mem_tst_pktcnt_dmh 
+0x2815 005341 increase 1 ,pdata 
+0x2816 005342 store 2 ,mem_tst_pktcnt_dmh 
+0x2817 005343 branch transmit_end 
+:      005346 apply_switch_clke:
+0x2818 005347 fetch 4 ,mem_clke_bt 
+0x2819 005348 add pdata ,7 ,rega 
+0x281a 005349 fetch 2 ,mem_slot_offset 
+0x281b 005350 nbranch apply_switch_nozero ,blank 
+0x281c 005351 increase -3 ,rega 
+0x281d 005352 branch apply_switch_wait_loop 
+:      005353 apply_switch_nozero:
+0x281e 005354 mul32 pdata ,12 ,pdata 
+0x281f 005355 hfetcht 2 ,core_halfslot 
+0x2820 005356 increase 1 ,temp 
+:      005357 apply_switch_loop:
+0x2821 005358 isub temp ,pdata 
+0x2822 005359 nbranch apply_switch_bt ,positive 
+0x2823 005360 increase -1 ,rega 
+0x2824 005361 branch apply_switch_loop 
+:      005362 apply_switch_bt:
+0x2825 005363 sub pdata ,0 ,pdata 
+:      005364 apply_switch_wait_loop:
+0x2826 005365 until null ,oneslot 
+0x2827 005366 compare 0 ,clkn_bt ,3 
+0x2828 005367 nbranch apply_switch_wait_loop ,true 
+0x2829 005368 iforce clke_rt 
+0x282a 005369 copy rega ,clke_bt 
+0x282b 005370 iforce clke_rt 
+0x282c 005371 rtn 
+:      005374 calc_slot_offset:
+0x282d 005375 bpatch patch0f_3 ,mem_patch0f 
+0x282e 005376 until null ,halfslot 
+0x282f 005377 deposit clke 
+0x2830 005378 iforce contr 
+0x2831 005379 rshift16 ,pdata ,pdata 
+0x2832 005380 isub clkn_bt ,loopcnt 
+0x2833 005381 and_into 3 ,loopcnt 
+0x2834 005382 nbranch calc_bt_portion ,zero 
+0x2835 005383 force 0 ,pdata 
+0x2836 005384 branch calc_skip_bt 
+:      005385 calc_bt_portion:
+0x2837 005386 arg 3750 ,temp 
+0x2838 005387 force 0 ,pdata 
+:      005388 calc_slot_offset_loop:
+0x2839 005389 iadd temp ,pdata 
+0x283a 005390 loop calc_slot_offset_loop 
+:      005391 calc_skip_bt:
+0x283b 005392 iadd contr ,pdata 
+0x283c 005393 div pdata ,12 
+0x283d 005394 call wait_div_end 
+0x283e 005395 quotient pdata 
+0x283f 005396 store 2 ,mem_slot_offset 
+0x2840 005397 rtn 
+:      005399 calc_clke_offset:
+0x2841 005400 bpatch patch0f_4 ,mem_patch0f 
+0x2842 005401 deposit clke 
+0x2843 005402 copy clkn ,temp 
+0x2844 005403 isub temp ,null 
+0x2845 005404 nsetflag positive ,44 ,pdata 
+0x2846 005405 isub temp ,temp 
+0x2847 005406 setarg 3750 
+0x2848 005407 isolate0 15 ,temp 
+0x2849 005408 branch calc_clke_pos ,true 
+0x284a 005409 setarg -61786 
+0x284b 005410 iadd temp ,temp 
+:      005411 calc_clke_pos:
+0x284c 005412 storet 6 ,mem_le_clk_offset 
+0x284d 005413 rtn le 
+0x284e 005414 storet 6 ,mem_clk_offset 
+0x284f 005415 rtn 
+:      005417 calc_clke:
+0x2850 005418 disable clknt 
+0x2851 005419 fetch 6 ,mem_le_clk_offset 
+0x2852 005420 branch calc_clke2 ,le 
+0x2853 005421 fetch 6 ,mem_clk_offset 
+:      005422 calc_clke2:
+0x2854 005423 iadd clkn ,alarm 
+0x2855 005424 increase 10 ,alarm 
+0x2856 005425 setarg 3750 
+0x2857 005426 isub alarm ,pdata 
+0x2858 005427 isolate0 15 ,pdata 
+0x2859 005428 branch calc_clke_pos_adj ,true 
+0x285a 005429 setarg 0xf15a 
+0x285b 005430 iadd alarm ,alarm 
+:      005431 calc_clke_pos2:
+0x285c 005432 copy alarm ,clke 
+0x285d 005433 rtn 
+:      005434 calc_clke_pos_adj:
+0x285e 005435 force 0 ,null 
+0x285f 005436 branch calc_clke_pos2 
+:      005443 calc_radio_freq:
+0x2860 005444 bpatch patch0f_5 ,mem_patch0f 
+0x2861 005445 call set_sync_on 
+0x2862 005446 copy bt_clk ,pdata 
+0x2863 005447 and_into 0x180 ,pdata 
+0x2864 005448 compare 3 ,freq_mode ,0x07 
+0x2865 005449 nbranch freq_not_connection ,true 
+0x2866 005450 rshift3 pdata ,pdata 
+0x2867 005451 iadd freq_index ,pdata 
+0x2868 005452 branch do_hop_mod_now 
+:      005453 freq_not_connection:
+0x2869 005454 copy freq_index ,pdata 
+:      005455 do_hop_mod_now:
+0x286a 005456 div pdata ,79 
+0x286b 005457 pulse recalc 
+0x286c 005458 call wait_div_end 
+0x286d 005459 remainder rega 
+0x286e 005460 add rega ,-40 ,temp 
+0x286f 005461 branch odd_half ,positive 
+0x2870 005462 lshift rega ,temp 
+0x2871 005463 branch freq_result 
+:      005464 odd_half:
+0x2872 005465 lshift temp ,temp 
+0x2873 005466 increase 1 ,temp 
+:      005467 freq_result:
+0x2874 005468 bpatch patch0f_6 ,mem_patch0f 
+0x2875 005469 fetch 1 ,mem_mode 
+0x2876 005470 bbit0 afh_change ,afh_process_con 
+:      005471 afh_process_0:
+0x2877 005472 fetch 4 ,mem_afh_instant 
+0x2878 005473 isub bt_clk ,null 
+0x2879 005474 branch afh_process_con ,positive 
+0x287a 005475 call afh_clear 
+0x287b 005476 fetch 1 ,mem_afh_new_mod 
+0x287c 005477 rtn blank 
+0x287d 005478 fetch 1 ,mem_mode 
+0x287e 005479 set1 afh_enable ,pdata 
+0x287f 005480 store 1 ,mem_mode 
+0x2880 005481 fetch 5 ,mem_afh_map_new 
+0x2881 005482 store 5 ,mem_afh_map_lo 
+0x2882 005483 ifetch 5 ,contr 
+0x2883 005484 store 5 ,mem_afh_map_hi 
+0x2884 005485 call afh_process_freq_map 
+:      005486 afh_process_con:
+0x2885 005487 fetch 1 ,mem_mode 
+0x2886 005488 rtnbit0 afh_enable 
+0x2887 005489 isolate1 1 ,bt_clk 
+0x2888 005490 branch afh_same_channel ,true 
+0x2889 005491 rshift3 temp ,rega 
+0x288a 005492 and temp ,7 ,queue 
+0x288b 005493 setarg mem_afh_map_lo 
+0x288c 005494 iadd rega ,rega 
+0x288d 005495 ifetch 1 ,rega 
+0x288e 005496 qisolate0 pdata 
+0x288f 005497 branch afh_process_1 ,true 
+0x2890 005498 deposit temp 
+0x2891 005499 branch afh_process_end 
+:      005500 afh_process_1:
+0x2892 005501 fetch 1 ,mem_afh_used 
+0x2893 005502 iforce regb 
+0x2894 005503 deposit bt_clk 
+0x2895 005504 and_into 0x180 ,pdata 
+0x2896 005505 rshift3 pdata ,pdata 
+0x2897 005506 iadd freq_index ,pdata 
+0x2898 005507 idiv regb 
+0x2899 005508 setarg mem_afh_map 
+0x289a 005509 call wait_div_end 
+0x289b 005510 remainder rega 
+0x289c 005511 iadd rega ,contr 
+0x289d 005512 ifetch 1 ,contr 
+:      005513 afh_process_end:
+0x289e 005514 store 1 ,mem_afh_index 
+0x289f 005515 iforce temp 
+0x28a0 005516 rtn 
+:      005518 afh_same_channel:
+0x28a1 005519 fetch 1 ,mem_afh_index 
+0x28a2 005520 iforce temp 
+0x28a3 005521 rtn 
+:      005523 afh_clear:
+0x28a4 005524 fetch 1 ,mem_mode 
+0x28a5 005525 set0 afh_enable ,pdata 
+0x28a6 005526 set0 afh_change ,pdata 
+0x28a7 005527 store 1 ,mem_mode 
+0x28a8 005528 rtn 
+:      005534 afh_process_freq_map:
+0x28a9 005535 bpatch patch0f_7 ,mem_patch0f 
+0x28aa 005536 arg mem_afh_map ,contw 
+0x28ab 005537 force 10 ,loopcnt 
+0x28ac 005538 call memset0 
+0x28ad 005539 arg mem_afh_map ,contw 
+0x28ae 005540 force 0 ,regc 
+0x28af 005541 force 2 ,queue 
+:      005542 process_freq_3:
+0x28b0 005543 fetch 5 ,mem_afh_map_lo 
+0x28b1 005544 iforce temp 
+0x28b2 005545 compare 2 ,queue ,0xff 
+0x28b3 005546 branch process_freq_1 ,true 
+0x28b4 005547 rshift temp ,temp 
+:      005548 process_freq_1:
+0x28b5 005549 isolate0 0 ,temp 
+0x28b6 005550 branch process_freq_0 ,true 
+0x28b7 005551 deposit regc 
+0x28b8 005552 istore 1 ,contw 
+:      005553 process_freq_0:
+0x28b9 005554 rshift2 temp ,temp 
+0x28ba 005555 increase 2 ,regc 
+0x28bb 005556 compare 40 ,regc ,0xfe 
+0x28bc 005557 nbranch process_freq_2 ,true 
+0x28bd 005558 fetch 5 ,mem_afh_map_hi 
+0x28be 005559 iforce temp 
+0x28bf 005560 compare 2 ,queue ,0xff 
+0x28c0 005561 branch process_freq_2 ,true 
+0x28c1 005562 rshift temp ,temp 
+:      005563 process_freq_2:
+0x28c2 005564 sub regc ,78 ,null 
+0x28c3 005565 branch process_freq_1 ,positive 
+0x28c4 005566 force 1 ,regc 
+0x28c5 005567 increase -1 ,queue 
+0x28c6 005568 nbranch process_freq_3 ,zero 
+0x28c7 005569 arg mem_afh_map ,rega 
+0x28c8 005570 deposit contw 
+0x28c9 005571 isub rega ,pdata 
+0x28ca 005572 store 1 ,mem_afh_used 
+0x28cb 005573 rtn 
+:      005575 rx_radio_freq:
+0x28cc 005576 bpatch patch10_0 ,mem_patch10 
+0x28cd 005577 call calc_radio_freq 
+0x28ce 005578 fetch 1 ,mem_debug_config 
+0x28cf 005579 bbit0 debug_rx_fixed_freq ,rx_radio_freq_now 
+0x28d0 005580 fetcht 1 ,mem_rx_fixed_freq 
+:      005581 rx_radio_freq_now:
+0x28d1 005582 branch set_freq_rx 
+:      005585 tx_radio_freq:
+0x28d2 005586 bpatch patch10_1 ,mem_patch10 
+0x28d3 005587 call calc_radio_freq 
+0x28d4 005588 fetch 1 ,mem_debug_config 
+0x28d5 005589 bbit0 debug_tx_fixed_freq ,tx_radio_freq_now 
+0x28d6 005590 fetcht 1 ,mem_tx_fixed_freq 
+:      005591 tx_radio_freq_now:
+0x28d7 005592 branch set_freq_tx 
+:      005595 fetch_giac:
+0x28d8 005596 force 0 ,uap 
+0x28d9 005597 fetch 3 ,mem_glap 
+0x28da 005598 iforce lap 
+0x28db 005599 rtn 
+:      005601 fetch_page_bt_adr:
+0x28dc 005602 bpatch patch10_2 ,mem_patch10 
+0x28dd 005603 fetch 1 ,mem_hci_puap 
+0x28de 005604 icopy uap 
+0x28df 005605 fetch 3 ,mem_hci_plap 
+0x28e0 005606 icopy lap 
+0x28e1 005607 rtn 
+:      005609 fetch_self_bt_adr:
+0x28e2 005610 bpatch patch10_3 ,mem_patch10 
+0x28e3 005611 fetch 2 ,mem_nap 
+0x28e4 005612 icopy nap 
+0x28e5 005613 fetch 1 ,mem_uap 
+0x28e6 005614 icopy uap 
+0x28e7 005615 fetch 3 ,mem_lap 
+0x28e8 005616 icopy lap 
+0x28e9 005617 rtn 
+:      005619 fetch_extm_bt_adr:
+0x28ea 005620 bpatch patch10_4 ,mem_patch10 
+0x28eb 005621 fetch 2 ,mem_pnap 
+0x28ec 005622 icopy nap 
+0x28ed 005623 fetch 1 ,mem_puap 
+0x28ee 005624 icopy uap 
+0x28ef 005625 fetch 3 ,mem_plap 
+0x28f0 005626 icopy lap 
+0x28f1 005627 rtn 
+:      005630 fetch_diac:
+0x28f2 005631 bmark1 mark_all_diac ,fetch_diac_do 
+0x28f3 005632 rtnmark0 mark_inquiry_state 
+0x28f4 005633 rtnmark0 mark_periodical_diac 
+:      005634 fetch_diac_do:
+0x28f5 005635 and_into -256 ,lap 
+0x28f6 005636 pulse recalc 
+0x28f7 005637 nop 32 
+0x28f8 005638 rtn 
+:      005641 shutdown_radio:
+0x28f9 005642 bpatch patch10_5 ,mem_patch10 
+0x28fa 005643 branch shutdown_radio0 ,is_rx 
+0x28fb 005644 jam 0xd4 ,rf_tx_pa_ib 
+0x28fc 005645 nop 4 
+0x28fd 005646 jam 0xd2 ,rf_tx_pa_ib 
+0x28fe 005647 nop 4 
+0x28ff 005648 jam 0xd1 ,rf_tx_pa_ib 
+0x2900 005649 nop 4 
+0x2901 005650 fetch 1 ,mem_tx_power 
+0x2902 005651 beq tx_power_0db ,shutdown_radio_0db 
+0x2903 005652 beq tx_power_3db ,shutdown_radio_3db 
+0x2904 005653 beq tx_power_5db ,shutdown_radio_5db 
+0x2905 005654 beq tx_power_f3db ,shutdown_radio_f3db 
+0x2906 005655 beq tx_power_f5db ,shutdown_radio_f5db 
+0x2907 005656 beq tx_power_pair ,shutdown_radio_pair 
+:      005657 shutdown_radio_5db:
+:      005658 shutdown_radio_0db:
+0x2908 005659 jam 0xd0 ,rf_tx_pa_ib 
+0x2909 005660 jam 0xe0 ,rf_tx_pa_gc 
+:      005661 shutdown_radio0:
+0x290a 005662 force 0 ,radio_ctrl 
+0x290b 005663 disable is_rx 
+0x290c 005664 disable is_tx 
+0x290d 005665 pulse packet_end 
+0x290e 005666 jam 0x0 ,rfen_mdm 
+0x290f 005667 jam 0x0 ,rfen_tx 
+0x2910 005668 jam 0x0 ,rfen_rx 
+0x2911 005669 jam 0 ,rfen_sn 
+0x2912 005670 jam 0x70 ,rfen_msc 
+0x2913 005671 jam 0x0 ,rfen_adc 
+0x2914 005672 rtn 
+:      005674 shutdown_radio_pair:
+:      005675 shutdown_radio_f5db:
+:      005676 shutdown_radio_f3db:
+:      005677 shutdown_radio_3db:
+0x2915 005678 jam 0xd0 ,rf_tx_pa_ib 
+0x2916 005679 jam 0xc0 ,rf_tx_pa_gc 
+0x2917 005680 branch shutdown_radio0 
+:      005682 set_sync_on:
+0x2918 005683 bpatch patch10_6 ,mem_patch10 
+0x2919 005684 jam 0x0 ,rfen_mdm 
+0x291a 005685 jam 0x0 ,rfen_tx 
+0x291b 005686 jam 0x18 ,rfen_rx 
+0x291c 005687 jam 0xa7 ,rfen_sn 
+0x291d 005688 jam 0x7f ,rfen_msc 
+0x291e 005689 rtn 
+:      005691 set_freq_rx:
+0x291f 005692 bpatch patch10_7 ,mem_patch10 
+0x2920 005694 storet 1 ,mem_last_freq 
+0x2921 005695 add temp ,rx_freq_offset ,rega 
+0x2922 005696 jam 0x07 ,rf_balun_ctrim 
+0x2923 005697 branch rf_write_freq 
+:      005698 rf_rx_enable:
+0x2924 005699 bpatch patch11_0 ,mem_patch11 
+0x2925 005700 jam 0xcf ,rfen_tx 
+0x2926 005701 nop 10 
+0x2927 005702 jam 0xff ,rfen_rx 
+0x2928 005703 jam 0xaf ,rfen_sn 
+0x2929 005704 jam 0xff ,rfen_msc 
+0x292a 005705 nop 10 
+0x292b 005706 jam 0xa0 ,rfen_mdm 
+0x292c 005707 rtn 
+:      005709 set_freq_tx_offset:
+0x292d 005710 fetch 1 ,mem_250k_freq_enable 
+0x292e 005711 branch set_freq_tx_2m_offset ,blank 
+:      005712 set_freq_tx_0m_offset:
+0x292f 005713 add temp ,2 ,rega 
+0x2930 005714 rtn 
+:      005715 set_freq_tx_2m_offset:
+0x2931 005716 add temp ,0 ,rega 
+0x2932 005717 rtn 
+:      005719 set_freq_tx:
+0x2933 005720 bpatch patch11_1 ,mem_patch11 
+0x2934 005721 storet 1 ,mem_last_freq 
+0x2935 005722 call set_freq_tx_offset 
+0x2936 005723 call rf_write_freq 
+0x2937 005724 setarg param_pll_setup 
+0x2938 005725 call sleep 
+:      005726 txon:
+0x2939 005727 jam 0x1 ,rfen_adc 
+0x293a 005728 jam 0x3c ,rfen_rx 
+0x293b 005729 jam 0xe0 ,rfen_tx 
+0x293c 005730 jam 0x12 ,rf_balun_ctrim 
+0x293d 005731 nop 10 
+0x293e 005732 jam 0x01 ,rfen_mdm 
+0x293f 005733 jam 0x3d ,rfen_mdm 
+0x2940 005734 nop 10 
+0x2941 005735 jam 0xb7 ,rfen_sn 
+0x2942 005736 nop 10 
+0x2943 005737 jam 0x7f ,rfen_mdm 
+:      005738 txon_power_select:
+0x2944 005739 fetch 1 ,mem_tx_power 
+0x2945 005740 beq tx_power_0db ,set_tx_power_0db 
+0x2946 005741 beq tx_power_3db ,set_tx_power_3db 
+0x2947 005742 beq tx_power_5db ,set_tx_power_5db 
+0x2948 005743 beq tx_power_f3db ,set_tx_power_f3db 
+0x2949 005744 beq tx_power_f5db ,set_tx_power_f5db 
+0x294a 005745 beq tx_power_pair ,set_tx_power_pair 
+:      005746 set_tx_power_0db:
+0x294b 005747 jam 0xf0 ,rf_tx_pa_gc 
+0x294c 005748 call txon_common 
+0x294d 005749 jam 0xd8 ,rf_tx_pa_ib 
+0x294e 005750 rtn 
+:      005752 set_tx_power_3db:
+0x294f 005753 jam 0xdf ,rf_tx_pa_gc 
+0x2950 005754 call txon_common 
+0x2951 005755 jam 0xdf ,rf_tx_pa_ib 
+0x2952 005756 rtn 
+:      005758 set_tx_power_5db:
+0x2953 005759 jam 0xff ,rf_tx_pa_gc 
+0x2954 005760 call txon_common 
+0x2955 005761 jam 0xdf ,rf_tx_pa_ib 
+0x2956 005762 rtn 
+:      005763 set_tx_power_f3db:
+0x2957 005764 jam 0xce ,rf_tx_pa_gc 
+0x2958 005765 call txon_common 
+0x2959 005766 jam 0xd8 ,rf_tx_pa_ib 
+0x295a 005767 rtn 
+:      005769 set_tx_power_f5db:
+0x295b 005770 jam 0xcb ,rf_tx_pa_gc 
+0x295c 005771 call txon_common 
+0x295d 005772 jam 0xd8 ,rf_tx_pa_ib 
+0x295e 005773 rtn 
+:      005775 set_tx_power_pair:
+0x295f 005776 jam 0xd0 ,rf_tx_pa_ib 
+0x2960 005777 jam 0xc0 ,rf_tx_pa_gc 
+0x2961 005778 jam 0x4c ,0x8957 
+0x2962 005779 jam 0x6c ,0x8958 
+0x2963 005780 jam 0x50 ,0x8959 
+0x2964 005781 rtn 
+:      005783 txon_common:
+0x2965 005784 nop 4 
+0x2966 005785 jam 0xd1 ,rf_tx_pa_ib 
+0x2967 005786 nop 4 
+0x2968 005787 jam 0xd2 ,rf_tx_pa_ib 
+0x2969 005788 nop 4 
+0x296a 005789 jam 0xd4 ,rf_tx_pa_ib 
+0x296b 005790 rtn 
+:      005793 initialize_radio:
+0x296c 005794 jam clksel_rc ,core_clksel 
+:      005795 initialize_radio_wait:
+0x296d 005796 fetch 2 ,mem_rf_init_ptr 
+0x296e 005797 bbit0 14 ,initialize_radio_wait 
+0x296f 005798 iforce contr 
+0x2970 005799 arg 0x8900 ,temp 
+:      005800 initialize_radio_loop:
+0x2971 005801 ifetch 1 ,contr 
+0x2972 005802 beq 0xff ,initialize_radio_cont 
+0x2973 005803 ior temp ,contw 
+0x2974 005804 ifetch 1 ,contr 
+0x2975 005805 istore 1 ,contw 
+0x2976 005806 branch initialize_radio_loop 
+:      005807 initialize_radio_cont:
+0x2977 005808 bpatch patch11_2 ,mem_patch11 
+0x2978 005809 call lpm_cal_xtal_startup 
+0x2979 005810 call switchto_dpllclk 
+0x297a 005812 setarg param_dpll_start_delay 
+0x297b 005813 iadd clkn_bt ,pdata 
+0x297c 005814 store 4 ,mem_dpll_clkn 
+0x297d 005815 set1 reset ,radio_ctrl 
+0x297e 005816 force 0 ,radio_ctrl 
+0x297f 005817 ncall do_rccal ,wake 
+0x2980 005818 branch set_rccal 
+:      005821 rf_write_freq:
+0x2981 005822 bpatch patch11_3 ,mem_patch11 
+0x2982 005823 setarg 2400 
+0x2983 005824 iadd rega ,temp 
+0x2984 005825 fetch 1 ,mem_fcomp_mul 
+0x2985 005826 jam 0x04 ,rf_pll_rstn 
+0x2986 005827 imul32 temp ,pdata 
+0x2987 005828 fetcht 1 ,mem_fcomp_div 
+0x2988 005829 idiv temp 
+0x2989 005830 call wait_div_end 
+0x298a 005831 quotient rega 
+0x298b 005832 remainder pdata 
+0x298c 005833 lshift16 pdata ,pdata 
+0x298d 005834 lshift4 pdata ,pdata 
+0x298e 005835 idiv temp 
+0x298f 005836 call wait_div_end 
+0x2990 005837 quotient pdata 
+0x2991 005838 lshift8 pdata ,pdata 
+0x2992 005839 lshift pdata ,pdata 
+0x2993 005840 ior rega ,pdata 
+0x2994 005841 hstore 4 ,rf_pll_intg 
+0x2995 005842 jam 0x44 ,rf_pll_rstn 
+0x2996 005843 jam 0xc4 ,rf_pll_rstn 
+0x2997 005844 rtn 
+:      005847 do_rccal:
+0x2998 005848 bpatch patch11_4 ,mem_patch11 
+0x2999 005849 jam 0x02 ,rfen_adc 
+0x299a 005850 setarg 250000 
+0x299b 005851 call sleep 
+0x299c 005852 jam 0x7f ,rfen_rx 
+0x299d 005853 nop 130 
+0x299e 005854 jam 0x30 ,rf_rccal_ctrl 
+0x299f 005855 jam 0xd0 ,rfen_tx 
+0x29a0 005856 jam 0x70 ,rf_rccal_ctrl 
+0x29a1 005857 jam 0xf0 ,rf_rccal_ctrl 
+0x29a2 005858 force 50 ,loopcnt 
+:      005859 do_rccal_loop:
+0x29a3 005860 hfetch 1 ,rf_rccal_result 
+0x29a4 005861 bbit1 5 ,do_rccal_end 
+0x29a5 005862 loop do_rccal_loop 
+:      005863 do_rccal_end:
+0x29a6 005864 store 1 ,mem_rf_rccal 
+0x29a7 005865 jam 0 ,rfen_tx 
+0x29a8 005866 jam 0 ,rfen_rx 
+0x29a9 005867 jam 0x00 ,rfen_adc 
+0x29aa 005868 rtn 
+:      005870 set_rccal:
+0x29ab 005871 bpatch patch11_5 ,mem_patch11 
+0x29ac 005872 fetch 1 ,mem_rf_rccal 
+0x29ad 005873 set1 5 ,pdata 
+0x29ae 005874 hstore 1 ,rf_rccal_ctrl 
+0x29af 005875 hfetcht 1 ,rf_bpf_ctrim 
+0x29b0 005876 and_into 7 ,temp 
+0x29b1 005877 lshift3 pdata ,pdata 
+0x29b2 005878 ior temp ,pdata 
+0x29b3 005879 hstore 1 ,rf_bpf_ctrim 
+0x29b4 005880 hfetch 1 ,rf_bpf_ib 
+0x29b5 005881 set0 bpf_rccal ,pdata 
+0x29b6 005882 hstore 1 ,rf_bpf_ib 
+0x29b7 005883 hfetch 1 ,rf_adc_rccal 
+0x29b8 005884 set0 adc_rccal ,pdata 
+0x29b9 005885 hstore 1 ,rf_adc_rccal 
+0x29ba 005886 rtn 
+:      005888 save_rssi:
+0x29bb 005889 bpatch patch11_6 ,mem_patch11 
+0x29bc 005890 hfetch 2 ,rf_afc_d2a 
+0x29bd 005891 rshift4 pdata ,pdata 
+0x29be 005892 rshift3 pdata ,pdata 
+0x29bf 005893 sub pdata ,0 ,pdata 
+:      005894 bcd:
+0x29c0 005895 and_into 0xff ,pdata 
+0x29c1 005896 div pdata ,10 
+0x29c2 005897 call wait_div_end 
+0x29c3 005898 quotient pdata 
+0x29c4 005899 lshift4 pdata ,pdata 
+0x29c5 005900 remainder temp 
+0x29c6 005901 ior temp ,pdata 
+0x29c7 005902 store 1 ,mem_rssi 
+0x29c8 005903 rtn 
+:      005906 switchto_dpllclk:
+0x29c9 005907 jam clksel_rc ,core_clksel 
+0x29ca 005908 hfetch 1 ,rf_clkpll_frac + 2 
+0x29cb 005909 set0 4 ,pdata 
+0x29cc 005910 set0 5 ,pdata 
+0x29cd 005911 hstore 1 ,rf_clkpll_frac + 2 
+0x29ce 005912 jam 0x00 ,rfen_ck 
+0x29cf 005913 jam 0x00 ,rfen_msc 
+0x29d0 005914 jam 0x70 ,rfen_msc 
+0x29d1 005915 jam 0xff ,rfen_ck 
+0x29d2 005916 hfetch 1 ,rf_clkpll_frac + 2 
+0x29d3 005917 set1 4 ,pdata 
+0x29d4 005918 set1 5 ,pdata 
+0x29d5 005919 hstore 1 ,rf_clkpll_frac + 2 
+0x29d6 005920 call init_lpm_ctrl 
+0x29d7 005921 hfetch 1 ,rf_clkpll_int 
+0x29d8 005922 set1 7 ,pdata 
+0x29d9 005923 hstore 1 ,rf_clkpll_int 
+0x29da 005924 set0 7 ,pdata 
+0x29db 005925 hstore 1 ,rf_clkpll_int 
+0x29dc 005926 set1 7 ,pdata 
+0x29dd 005927 hstore 1 ,rf_clkpll_int 
+0x29de 005928 jam clksel_dpll ,core_clksel 
+0x29df 005929 nop 1 
+0x29e0 005930 jam clksel_xtal ,core_clksel 
+0x29e1 005931 hfetch 1 ,rf_clkpll_frac + 2 
+0x29e2 005932 and_into 0xcf ,pdata 
+0x29e3 005933 hstore 1 ,rf_clkpll_frac + 2 
+0x29e4 005934 or_into 0x30 ,pdata 
+0x29e5 005935 hstore 1 ,rf_clkpll_frac + 2 
+0x29e6 005936 rtn 
+:      005939 xtal_fast_wake:
+0x29e7 005940 setarg 0xf0f 
+0x29e8 005941 branch lpm_write_config 
+:      005943 init_lpm_ctrl:
+0x29e9 005944 setarg 0x80f 
+0x29ea 005945 branch lpm_write_config 
+:      005949 start_receiver:
+0x29eb 005950 bpatch patch11_7 ,mem_patch11 
+0x29ec 005951 call rf_rx_enable 
+0x29ed 005952 disable is_tx 
+0x29ee 005953 enable is_rx 
+0x29ef 005954 pulse init_encrypt 
+0x29f0 005955 rtn 
+:      005957 prep_crypt:
+0x29f1 005958 bpatch patch12_0 ,mem_patch12 
+0x29f2 005959 fetch 1 ,mem_state_map 
+0x29f3 005960 isolate1 smap_encryption ,pdata 
+0x29f4 005961 setflag true ,0 ,pdata 
+0x29f5 005962 hstore 1 ,core_encrypt 
+0x29f6 005963 arg mem_kc ,contr 
+0x29f7 005964 ifetch 9 ,contr 
+0x29f8 005965 iforce kc_ls 
+0x29f9 005966 ifetch 7 ,contr 
+0x29fa 005967 iforce kc_ms 
+0x29fb 005968 fetch 1 ,mem_key_size 
+0x29fc 005969 add pdata ,-1 ,g1l 
+0x29fd 005970 pulse kc_p_activate 
+0x29fe 005971 rtn 
+:      005973 wait_access_end:
+0x29ff 005974 deposit clke 
+0x2a00 005975 store 6 ,mem_sync_clke 
+0x2a01 005976 disable decode_fec0 
+0x2a02 005977 nbranch shutdown_radio ,sync 
+0x2a03 005978 arg param_clke_cal ,clke_rt 
+0x2a04 005979 increase 1 ,clke_bt 
+0x2a05 005980 and_into 0x1fc ,clke_bt 
+0x2a06 005981 rtn 
+:      005985 wait_access_mhalfbnd:
+0x2a07 005986 enable decode_fec0 
+:      005987 wait_access_mhalfbnd_correlate:
+0x2a08 005988 correlate null ,mhalfbnd 
+0x2a09 005989 branch wait_access_end ,sync 
+0x2a0a 005990 compare 0x02 ,clke_bt ,0x02 
+0x2a0b 005991 nbranch wait_access_mhalfbnd_correlate ,true 
+0x2a0c 005992 branch wait_access_end 
+:      005994 wait_access_clkn_rt:
+0x2a0d 005995 bpatch patch12_1 ,mem_patch12 
+0x2a0e 005996 arg param_conn_access ,timeup 
+0x2a0f 005997 enable decode_fec0 
+0x2a10 005998 correlate clkn_rt ,meet 
+0x2a11 005999 disable decode_fec0 
+0x2a12 006000 nbranch shutdown_radio ,sync 
+0x2a13 006001 rtn 
+:      006003 wait_access_forever:
+0x2a14 006004 bpatch patch12_2 ,mem_patch12 
+0x2a15 006005 enable decode_fec0 
+0x2a16 006006 correlate null ,timeout 
+0x2a17 006007 disable decode_fec0 
+0x2a18 006008 nbranch shutdown_radio ,sync 
+0x2a19 006009 arg param_clke_cal ,clke_rt 
+0x2a1a 006010 and_into 0x1fc ,clke_bt 
+0x2a1b 006011 rtn 
+:      006014 reserve_slot:
+0x2a1c 006015 bpatch patch12_3 ,mem_patch12 
+0x2a1d 006016 iforce rega 
+0x2a1e 006017 deposit bt_clk 
+0x2a1f 006018 iadd temp ,timeup 
+0x2a20 006019 copy timeup ,pdata 
+0x2a21 006020 store 4 ,mem_next_btclk 
+0x2a22 006021 deposit rega 
+0x2a23 006022 rtn 
+:      006025 ahead_window:
+0x2a24 006026 copy pdata ,temp 
+0x2a25 006027 bpatch patch12_4 ,mem_patch12 
+0x2a26 006028 copy temp ,pdata 
+0x2a27 006029 call clk2bt 
+0x2a28 006030 lshift16 bt_clk ,pdata 
+0x2a29 006031 set1 44 ,pdata 
+0x2a2a 006032 call clk_diff 
+0x2a2b 006033 set0 44 ,pdata 
+0x2a2c 006034 call get_clk 
+0x2a2d 006035 call clk_diff 
+0x2a2e 006036 rtn user 
+0x2a2f 006037 call clk2rt 
+0x2a30 006038 iforce stop_watch 
+0x2a31 006039 until null ,timeout 
+0x2a32 006040 rtn 
+:      006043 setup_clk:
+0x2a33 006044 bpatch patch12_5 ,mem_patch12 
+0x2a34 006045 branch setup_clkn ,clknt 
+0x2a35 006046 until clke_rt ,meet 
+:      006047 skip_setup_clke:
+0x2a36 006048 copy clke_bt ,temp 
+0x2a37 006049 branch setup_clknbt 
+:      006050 setup_clkn:
+0x2a38 006051 branch skip_setup_clkn ,attempt 
+0x2a39 006052 until clkn_rt ,meet 
+:      006053 skip_setup_clkn:
+0x2a3a 006054 copy clkn_bt ,temp 
+:      006055 setup_clknbt:
+0x2a3b 006056 branch setup_clk11 ,user 
+0x2a3c 006057 compare 1 ,temp ,3 
+0x2a3d 006058 nbranch setup_clk ,true 
+:      006059 setup_complete:
+0x2a3e 006060 bpatch patch12_6 ,mem_patch12 
+0x2a3f 006061 fetch 1 ,mem_state 
+0x2a40 006062 rtnbit0 state_inconn 
+0x2a41 006063 fetch 4 ,mem_next_btclk 
+0x2a42 006064 isub temp ,pdata 
+0x2a43 006065 nrtn positive 
+0x2a44 006066 sub pdata ,0xff ,null 
+0x2a45 006067 branch setup_clk ,positive 
+0x2a46 006068 rtn 
+:      006069 setup_clk11:
+0x2a47 006070 compare 3 ,temp ,3 
+0x2a48 006071 nbranch setup_clk ,true 
+0x2a49 006072 branch setup_complete 
+:      006074 rf_setup_time:
+0x2a4a 006075 bpatch patch12_7 ,mem_patch12 
+0x2a4b 006076 arg param_rf_setup ,timeup 
+0x2a4c 006077 branch setup_clk 
+:      006079 rf_setup_time_slave_slot:
+0x2a4d 006080 disable user 
+0x2a4e 006081 branch rf_setup_time 
+:      006083 rf_setup_time_master_slot:
+0x2a4f 006084 enable user 
+0x2a50 006085 branch rf_setup_time 
+:      006087 start_transmitter:
+0x2a51 006088 bpatch patch13_0 ,mem_patch13 
+0x2a52 006089 call prep_crypt 
+0x2a53 006090 disable is_rx 
+0x2a54 006091 enable is_tx 
+0x2a55 006092 rtn 
+:      006096 start_tx_native:
+0x2a56 006097 bpatch patch13_1 ,mem_patch13 
+0x2a57 006098 arg param_tx_setup ,timeup 
+0x2a58 006099 until clkn_rt ,meet 
+0x2a59 006100 pulse init_encrypt 
+0x2a5a 006101 rtn 
+:      006103 start_rx_native:
+0x2a5b 006104 bpatch patch13_2 ,mem_patch13 
+0x2a5c 006105 arg param_rx_setup ,timeup 
+0x2a5d 006106 until clkn_rt ,meet 
+0x2a5e 006107 rtn 
+:      006110 start_tx_external:
+0x2a5f 006111 bpatch patch13_3 ,mem_patch13 
+0x2a60 006112 arg param_tx_setup ,timeup 
+0x2a61 006113 until clke_rt ,meet 
+0x2a62 006114 pulse init_encrypt 
+0x2a63 006115 rtn 
+:      006117 send_access_word:
+0x2a64 006118 bpatch patch13_4 ,mem_patch13 
+0x2a65 006119 preload access 
+0x2a66 006120 enable encode_fec0 
+0x2a67 006121 set1 txgfsk ,radio_ctrl 
+0x2a68 006122 inject mod ,72 
+0x2a69 006123 disable encode_fec0 
+0x2a6a 006124 rtn 
+:      006127 scan_mode_whiten:
+0x2a6b 006128 copy xin ,temp 
+0x2a6c 006129 or_into 0x60 ,temp 
+0x2a6d 006130 copy temp ,white_init 
+0x2a6e 006131 rtn 
+:      006136 get_free_amaddr:
+0x2a6f 006137 bpatch patch13_5 ,mem_patch13 
+0x2a70 006138 fetch 1 ,mem_current_amaddr 
+0x2a71 006139 increase 1 ,pdata 
+0x2a72 006140 bne param_esco_addr ,get_free_amaddr_cont 
+0x2a73 006141 force 1 ,pdata 
+:      006142 get_free_amaddr_cont:
+0x2a74 006143 store 1 ,mem_current_amaddr 
+0x2a75 006144 iforce am_addr 
+0x2a76 006145 rtn 
+:      006147 get_clk:
+0x2a77 006148 copy clkn ,temp 
+0x2a78 006149 rtn master 
+0x2a79 006150 copy clke ,temp 
+0x2a7a 006151 rtn 
+:      006153 get_clkbt:
+0x2a7b 006154 deposit clkn_bt 
+0x2a7c 006155 rtn master 
+0x2a7d 006156 deposit clke_bt 
+0x2a7e 006157 rtn 
+:      006160 supervision_update:
+0x2a7f 006161 bpatch patch13_6 ,mem_patch13 
+0x2a80 006162 fetcht 4 ,mem_supervision_timer 
+0x2a81 006163 call get_clkbt 
+0x2a82 006164 isub temp ,timeup 
+0x2a83 006165 deposit timeup 
+0x2a84 006166 fetcht 2 ,mem_supervision_to 
+0x2a85 006167 lshift temp ,temp 
+0x2a86 006168 isub temp ,pdata 
+0x2a87 006169 rtn 
+:      006171 supervision_flush:
+0x2a88 006172 bpatch patch13_7 ,mem_patch13 
+0x2a89 006173 call get_clkbt 
+0x2a8a 006174 store 4 ,mem_supervision_timer 
+0x2a8b 006175 rtn 
+:      006177 assert:
+0x2a8c 006178 bpatch patch14_0 ,mem_patch14 
+0x2a8d 006179 branch assert 
+:      006181 loop:
+0x2a8e 006182 branch loop 
+:      006184 sleep:
+0x2a8f 006185 rtn blank 
+0x2a90 006187 rshift pdata ,pdata 
+0x2a91 006188 increase -3 ,pdata 
+:      006189 sleep_loop:
+0x2a92 006190 increase -1 ,pdata 
+0x2a93 006191 nbranch sleep_loop ,zero 
+0x2a94 006192 force 0 ,pdata 
+0x2a95 006193 rtn 
+:      006197 init_param:
+0x2a96 006199 arg 0x10 ,loopcnt 
+0x2a97 006200 arg 0 ,contw 
+0x2a98 006201 call memset0 
+0x2a99 006202 arg mem_le_state ,contw 
+0x2a9a 006203 arg 10 ,loopcnt 
+0x2a9b 006204 call memset0 
+0x2a9c 006205 jam 0 ,mem_sp_calc 
+0x2a9d 006206 jam 0 ,mem_fifo_temp 
+0x2a9e 006207 jam 0 ,mem_le_testtype 
+0x2a9f 006208 jam 0 ,mem_debug_config 
+0x2aa0 006209 jam 0 ,mem_lmp_conn_state 
+0x2aa1 006210 bpatch patch14_1 ,mem_patch14 
+0x2aa2 006211 jam 0 ,mem_connection_options 
+0x2aa3 006212 jam 0 ,mem_tester_emulate 
+0x2aa4 006213 jam 0 ,mem_tester_cnt 
+0x2aa5 006214 setarg param_glap 
+0x2aa6 006215 store 3 ,mem_glap 
+0x2aa7 006216 setarg param_acl_pktlen 
+0x2aa8 006217 store 2 ,mem_acl_pktlen 
+0x2aa9 006218 jam param_sco_pktlen ,mem_sco_pktlen 
+0x2aaa 006219 jam param_acl_pktcnt ,mem_acl_pktcnt 
+0x2aab 006220 jam param_sco_pktcnt ,mem_sco_pktcnt 
+0x2aac 006221 setarg param_hci_version 
+0x2aad 006222 store 3 ,mem_hci_version 
+0x2aae 006227 jam 0x60 ,mem_fhs_misc 
+0x2aaf 006228 jam param_max_slot ,mem_max_slot 
+0x2ab0 006229 jam 0x02 ,mem_fw_ver 
+0x2ab1 006230 fetch 1 ,mem_ssp_enable 
+0x2ab2 006231 ncall init_memp ,blank 
+0x2ab3 006232 fetch 1 ,mem_le_secure_connect_enable 
+0x2ab4 006233 ncall init_memp_256 ,blank 
+0x2ab5 006234 bpatch patch14_2 ,mem_patch14 
+0x2ab6 006235 rtn wake 
+0x2ab7 006236 setarg 0 
+0x2ab8 006237 store 2 ,mem_tx_len 
+0x2ab9 006238 rshift clkn_bt ,pdata 
+0x2aba 006239 store 4 ,mem_last_clkn 
+0x2abb 006240 rtn 
+:      006247 lpmstate:
+0x2abc 006248 setarg 0xee21 
+0x2abd 006249 hstore 2 ,core_clkoff 
+0x2abe 006250 hfetch 4 ,core_gpio_in 
+0x2abf 006251 store 4 ,mem_saved_gpio_in 
+0x2ac0 006252 hfetch 1 ,core_lpm_ldocnt 
+0x2ac1 006253 store 1 ,mem_wakup_from_power_flag 
+0x2ac2 006254 bbit0 gpio_latch ,loadcode 
+0x2ac3 006255 enable wake 
+0x2ac4 006256 bbit0 cold_wake ,lpmwake 
+0x2ac5 006257 disable wake 
+0x2ac6 006258 deposit auxcnt 
+0x2ac7 006259 nbranch lpmwake ,blank 
+0x2ac8 006260 hfetch 1 ,core_lpm_ctrl + 3 
+0x2ac9 006261 bbit1 reload_code ,lpmwake 
+0x2aca 006262 arg param_hibernate_clks ,temp 
+0x2acb 006263 branch lpm_enter_sleep 
+:      006264 lpmwake:
+0x2acc 006265 hfetch 3 ,core_lpm_xtalcnt 
+0x2acd 006266 hstore 3 ,core_lpm_reg 
+0x2ace 006267 ifetch 1 ,contr 
+0x2acf 006268 or_into isogate_mask ,pdata 
+0x2ad0 006269 istore 1 ,contw 
+0x2ad1 006270 call lpm_write_ctrl2 
+0x2ad2 006271 hfetch 1 ,core_lpm_isogate 
+0x2ad3 006272 set1 enable_retmem ,pdata 
+0x2ad4 006273 hstore 1 ,core_lpm_isogate 
+0x2ad5 006274 call lpm_write_ctrl2 
+0x2ad6 006275 call lpm_load_context ,wake 
+0x2ad7 006276 hfetch 1 ,core_lpm_reg + 2 
+0x2ad8 006277 set0 gpio_latch ,pdata 
+0x2ad9 006278 hstore 1 ,core_lpm_reg + 2 
+0x2ada 006279 call lpm_write_ctrl2 
+0x2adb 006280 nbranch loadcode ,wake 
+0x2adc 006281 rtnmark0 mark_otp_encrypt 
+0x2add 006282 jam lock_otp ,core_misc_ctrl 
+0x2ade 006283 rtn 
+:      006285 lpm_load_context:
+0x2adf 006286 fetch 1 ,mem_saved_spidctrl 
+0x2ae0 006287 hstore 1 ,core_spid_ctrl 
+0x2ae1 006288 fetch 3 ,mem_saved_gsel 
+0x2ae2 006289 hstore 3 ,core_gpio_sel 
+0x2ae3 006290 fetch 4 ,mem_saved_gpio + 4 
+0x2ae4 006291 hstore 4 ,core_gpio_out0 
+0x2ae5 006292 fetch 4 ,mem_saved_gpio 
+0x2ae6 006293 hstore 4 ,core_gpio_oe0 
+0x2ae7 006294 fetch 8 ,mem_saved_gpio + 8 
+0x2ae8 006295 hstore 8 ,core_gpio_pu0 
+0x2ae9 006296 fetch 8 ,mem_saved_mark 
+0x2aea 006297 iforce mark 
+0x2aeb 006298 hfetch 8 ,core_gpio_wakeup_low 
+0x2aec 006299 store 8 ,mem_gpio_wakeup_low 
+0x2aed 006300 call load_ucode 
+0x2aee 006301 rtn 
+:      006303 lpm_save_context:
+0x2aef 006304 deposit mark 
+0x2af0 006305 store 8 ,mem_saved_mark 
+0x2af1 006306 hfetch 8 ,core_gpio_oe0 
+0x2af2 006307 store 8 ,mem_saved_gpio 
+0x2af3 006308 ifetch 8 ,contr 
+0x2af4 006309 istore 8 ,contw 
+0x2af5 006310 hfetch 3 ,core_gpio_sel 
+0x2af6 006311 store 3 ,mem_saved_gsel 
+0x2af7 006312 hfetch 1 ,core_spid_ctrl 
+0x2af8 006313 store 1 ,mem_saved_spidctrl 
+0x2af9 006314 branch lpm_write_gpio_wakeup 
+:      006316 lpo_calibration:
+0x2afa 006317 hfetch 1 ,core_bist_ctrl 
+0x2afb 006318 nbranch lpo_cal_inited ,blank 
+0x2afc 006319 fetch 3 ,mem_clks_per_lpo 
+0x2afd 006320 nrtn blank 
+0x2afe 006321 jam 0xc0 ,core_bist_ctrl 
+0x2aff 006322 jam ccnt_start ,core_misc_ctrl 
+:      006323 lpo_cal_inited:
+0x2b00 006324 hfetch 1 ,core_perf_status 
+0x2b01 006325 rtnbit0 1 
+0x2b02 006326 hfetch 3 ,core_clk_counter 
+0x2b03 006327 store 3 ,mem_clks_per_lpo 
+0x2b04 006328 rtn 
+:      006332 lpm_adjust_clk:
+0x2b05 006333 bpatch patch14_3 ,mem_patch14 
+0x2b06 006334 deposit clke 
+0x2b07 006335 call clk_diff_rt 
+0x2b08 006336 fetcht 4 ,mem_sleep_counter_all 
+0x2b09 006337 sub temp ,0xff ,null 
+0x2b0a 006338 rtn positive 
+0x2b0b 006339 lshift8 pdata ,pdata 
+0x2b0c 006340 lshift4 pdata ,pdata 
+0x2b0d 006341 idiv temp 
+0x2b0e 006342 call wait_div_end 
+0x2b0f 006343 quotient pdata 
+0x2b10 006344 arg param_lpm_adjmax ,temp 
+0x2b11 006345 call ceiling 
+0x2b12 006346 store 1 ,mem_lpm_adjust 
+0x2b13 006347 nbranch lpm_adjust_positive ,user 
+0x2b14 006348 sub pdata ,0 ,pdata 
+:      006349 lpm_adjust_positive:
+0x2b15 006350 fetcht 3 ,mem_clks_per_lpo 
+0x2b16 006351 iadd temp ,pdata 
+0x2b17 006352 store 3 ,mem_clks_per_lpo 
+:      006353 lpm_clear_counter:
+0x2b18 006354 setarg 0 
+0x2b19 006355 store 4 ,mem_sleep_counter_all 
+0x2b1a 006356 rtn 
+:      006360 lpm_doze:
+0x2b1b 006361 fetch 1 ,mem_lpm_config + 2 
+0x2b1c 006362 set1 reload_code ,pdata 
+0x2b1d 006363 store 1 ,mem_lpm_config + 2 
+0x2b1e 006364 branch lpm_hibernate_normal 
+:      006368 lpm_hibernate:
+0x2b1f 006369 arg param_hibernate_clks ,temp 
+0x2b20 006370 fetch 1 ,mem_lpm_config + 1 
+0x2b21 006371 set0 7 ,pdata 
+0x2b22 006372 store 1 ,mem_lpm_config + 1 
+:      006373 lpm_hibernate_normal:
+0x2b23 006374 bpatch patch14_4 ,mem_patch14 
+0x2b24 006375 call lpm_write_gpio_wakeup 
+0x2b25 006376 fetch 1 ,mem_lpm_hibernate_switch 
+0x2b26 006377 store 1 ,mem_lpm_xtalcnt + 4 
+0x2b27 006378 fetch 1 ,mem_lpm_xtalcnt + 2 
+0x2b28 006379 set1 cold_wake ,pdata 
+0x2b29 006380 store 1 ,mem_lpm_xtalcnt + 2 
+:      006383 lpm_sleep:
+0x2b2a 006384 bpatch patch14_5 ,mem_patch14 
+0x2b2b 006385 call xtal_fast_wake 
+0x2b2c 006386 fetch 4 ,mem_sleep_counter_all 
+0x2b2d 006387 iadd temp ,pdata 
+0x2b2e 006388 store 4 ,mem_sleep_counter_all 
+0x2b2f 006389 call lpm_save_context 
+0x2b30 006390 fetch 5 ,mem_lpm_xtalcnt 
+0x2b31 006391 hstore 4 ,core_lpm_reg 
+0x2b32 006392 rshift32 pdata ,rega 
+0x2b33 006393 until null ,lpo_edge 
+0x2b34 006394 deposit clkn 
+0x2b35 006395 store 6 ,mem_sleep_clkn 
+0x2b36 006396 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+0x2b37 006397 until null ,lpo_edge 
+0x2b38 006398 until null ,lpo_edge 
+0x2b39 006399 deposit rega 
+0x2b3a 006400 hstore 1 ,core_lpm_isogate 
+0x2b3b 006401 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+:      006402 lpm_enter_sleep:
+0x2b3c 006403 until null ,lpo_edge 
+0x2b3d 006404 until null ,lpo_edge 
+0x2b3e 006405 hstoret 4 ,core_lpm_reg 
+0x2b3f 006406 jam lpmreg_sel_counter ,core_lpm_wr 
+0x2b40 006407 until null ,never 
+:      006412 lpm_recover_clk:
+0x2b41 006413 bpatch patch14_6 ,mem_patch14 
+0x2b42 006414 setarg 0 
+0x2b43 006415 copy auxcnt ,null 
+0x2b44 006416 branch lpm_recover_timeout ,zero 
+0x2b45 006417 hfetch 1 ,core_lpm_xtalcnt 
+0x2b46 006418 hfetcht 1 ,core_lpm_buckcnt 
+0x2b47 006419 isub temp ,null 
+0x2b48 006420 branch lpm_recover_xtal ,positive 
+0x2b49 006421 deposit temp 
+:      006422 lpm_recover_xtal:
+0x2b4a 006423 isub auxcnt ,pdata 
+0x2b4b 006424 increase 1 ,pdata 
+:      006425 lpm_recover_timeout:
+0x2b4c 006426 increase 8 ,pdata 
+0x2b4d 006427 until null ,lpo_edge 
+0x2b4e 006428 iadd lpo_time ,pdata 
+0x2b4f 006429 fetcht 4 ,mem_sleep_counter 
+0x2b50 006430 iadd temp ,pdata 
+0x2b51 006431 fetcht 3 ,mem_clks_per_lpo 
+0x2b52 006432 imul32 temp ,pdata 
+0x2b53 006433 rshift8 pdata ,pdata 
+0x2b54 006434 rshift4 pdata ,pdata 
+0x2b55 006435 increase param_lpm_fix ,pdata 
+0x2b56 006436 arg 3750 ,temp 
+0x2b57 006437 idiv temp 
+0x2b58 006438 call wait_div_end 
+0x2b59 006439 quotient pdata 
+0x2b5a 006440 lshift16 pdata ,pdata 
+0x2b5b 006441 remainder temp 
+0x2b5c 006442 ior temp ,pdata 
+0x2b5d 006443 fetcht 6 ,mem_sleep_clkn 
+0x2b5e 006444 call clk_add 
+0x2b5f 006445 copy temp ,clkn 
+0x2b60 006446 fetch 6 ,mem_context + coffset_clk_offset 
+0x2b61 006447 call calc_clke2 
+0x2b62 006448 deposit clke 
+0x2b63 006449 store 6 ,mem_pdatatemp 
+0x2b64 006450 deposit auxcnt 
+0x2b65 006451 istore 1 ,contw 
+0x2b66 006452 hfetch 1 ,core_gpio_in1 
+0x2b67 006453 or_into 0xf0 ,pdata 
+0x2b68 006454 istore 1 ,contw 
+0x2b69 006455 rtn 
+:      006457 lpm_dispatch:
+0x2b6a 006458 bpatch patch14_7 ,mem_patch14 
+0x2b6b 006459 call lpo_calibration 
+0x2b6c 006460 fetch 3 ,mem_clks_per_lpo 
+0x2b6d 006461 rtn blank 
+0x2b6e 006462 fetch 1 ,mem_lpm_mode 
+0x2b6f 006463 rtn blank 
+0x2b70 006464 fetch 1 ,mem_ssp_enable 
+0x2b71 006465 branch lpm_dispatch_next ,blank 
+0x2b72 006466 fetch 1 ,mem_sp_local_key_invalid 
+0x2b73 006467 rtn blank 
+:      006468 lpm_dispatch_next:
+0x2b74 006469 fetch 1 ,mem_le_sc_calc 
+0x2b75 006470 nrtn blank 
+0x2b76 006471 call lpm_check_wake_lock 
+0x2b77 006472 nrtn blank 
+0x2b78 006473 fetch 1 ,mem_context 
+0x2b79 006474 compare 3 ,pdata ,0x7 
+0x2b7a 006475 nbranch lpm_dispatch_unconn ,true 
+0x2b7b 006476 fetch 2 ,mem_context + coffset_tsniff 
+0x2b7c 006477 rtn blank 
+0x2b7d 006478 rtn wake 
+0x2b7e 006479 bpatch patch15_0 ,mem_patch15 
+:      006480 lpm_dispatch_next2:
+0x2b7f 006481 fetcht 1 ,mem_lpm_current_mult 
+0x2b80 006482 fetch 2 ,mem_context + coffset_tsniff 
+0x2b81 006483 imul32 temp ,pdata 
+0x2b82 006484 rshift4 temp ,temp 
+0x2b83 006485 rshift2 temp ,temp 
+0x2b84 006486 isub temp ,pdata 
+0x2b85 006487 fetcht 4 ,mem_context + coffset_sniff_anchor 
+0x2b86 006488 iadd temp ,pdata 
+0x2b87 006489 fetcht 1 ,mem_lpm_overhead 
+0x2b88 006490 isub temp ,pdata 
+0x2b89 006491 lshift16 pdata ,alarm 
+0x2b8a 006492 bpatch patch15_1 ,mem_patch15 
+0x2b8b 006493 fetch 2 ,mem_context + coffset_rx_window 
+0x2b8c 006494 rshift pdata ,pdata 
+0x2b8d 006495 call clk2bt 
+0x2b8e 006496 deposit alarm 
+0x2b8f 006497 call clk_diff 
+0x2b90 006498 copy clke ,temp 
+0x2b91 006499 call clk_diff_rt 
+0x2b92 006500 rtn user 
+:      006501 lpm_dispatch_sleep:
+0x2b93 006502 call clk2lpo 
+:      006503 lpm_dispatch_lpo:
+0x2b94 006504 bpatch patch15_2 ,mem_patch15 
+0x2b95 006505 fetch 1 ,mem_lpm_xtalcnt 
+0x2b96 006506 isub temp ,null 
+0x2b97 006507 branch lpm_clear_counter ,positive 
+0x2b98 006508 storet 4 ,mem_sleep_counter 
+0x2b99 006509 call app_will_enter_lpm 
+0x2b9a 006510 call l2cap_lpm_save_txbuf 
+0x2b9b 006511 fetcht 4 ,mem_sleep_counter 
+0x2b9c 006512 branch lpm_sleep 
+:      006514 lpm_dispatch_unconn:
+0x2b9d 006515 bpatch patch15_3 ,mem_patch15 
+0x2b9e 006516 fetch 1 ,mem_context 
+0x2b9f 006517 rtnbit1 state_inconn 
+0x2ba0 006518 rtnbit1 state_inpage 
+0x2ba1 006519 fetch 1 ,mem_ssp_enable 
+0x2ba2 006520 branch lpm_unconn_nossp ,blank 
+0x2ba3 006521 fetch 1 ,mem_sp_local_key_invalid 
+0x2ba4 006522 rtn blank 
+:      006523 lpm_unconn_nossp:
+0x2ba5 006524 bpatch patch15_4 ,mem_patch15 
+0x2ba6 006525 fetch 1 ,mem_le_adv_enable 
+0x2ba7 006526 nbranch lpm_unconn_cont ,blank 
+0x2ba8 006527 fetch 1 ,mem_scan_mode 
+0x2ba9 006528 rtn blank 
+:      006529 lpm_unconn_cont:
+0x2baa 006530 fetch 2 ,mem_lpm_interval 
+0x2bab 006531 rtn blank 
+:      006532 lpm_sleep_btclk:
+0x2bac 006533 fetcht 1 ,mem_lpm_overhead 
+0x2bad 006534 isub temp ,pdata 
+0x2bae 006535 arg 7500 ,temp 
+0x2baf 006536 imul32 temp ,pdata 
+0x2bb0 006537 branch lpm_dispatch_sleep 
+:      006539 lpm_set_mult:
+0x2bb1 006540 bpatch patch15_5 ,mem_patch15 
+0x2bb2 006541 disable wake 
+0x2bb3 006542 fetch 1 ,mem_state 
+0x2bb4 006543 rtnbit0 state_insniff 
+0x2bb5 006544 nbranch lpm_not_match ,match 
+0x2bb6 006545 call lpm_match 
+0x2bb7 006546 fetch 2 ,mem_rx_window_sniff 
+0x2bb8 006547 store 2 ,mem_rx_window 
+0x2bb9 006548 fetch 1 ,mem_arq 
+0x2bba 006549 bbit1 wack ,lpm_mult_short 
+0x2bbb 006550 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x2bbc 006551 call l2cap_malloc_is_fifo_empty 
+0x2bbd 006552 nbranch lpm_mult_short ,blank 
+0x2bbe 006553 fetch 1 ,mem_classic_bt_flag 
+0x2bbf 006554 bbit1 short_mult_flag ,lpm_mult_short 
+:      006555 lpm_mult_wait_timeout:
+0x2bc0 006556 jam 0 ,mem_lpm_current_mult 
+0x2bc1 006557 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x2bc2 006558 fetch 1 ,mem_lpm_mult_cnt 
+0x2bc3 006559 branch lpm_mult_long ,blank 
+0x2bc4 006560 increase -1 ,pdata 
+0x2bc5 006561 store 1 ,mem_lpm_mult_cnt 
+0x2bc6 006562 rtn 
+:      006565 classic_bt_set_mult_short_flag:
+0x2bc7 006566 arg short_mult_flag ,queue 
+0x2bc8 006567 branch classic_bluetooth_set_flag 
+:      006569 classic_bt_clr_mult_short_flag:
+0x2bc9 006570 arg short_mult_flag ,queue 
+0x2bca 006571 branch classic_bluetooth_clr_flag 
+:      006575 lpm_match:
+0x2bcb 006576 jam 0 ,mem_sniff_unint_lost 
+0x2bcc 006577 fetch 3 ,mem_sniff_rcv 
+0x2bcd 006578 increase 1 ,pdata 
+0x2bce 006579 store 3 ,mem_sniff_rcv 
+0x2bcf 006580 rtn 
+:      006582 lpm_not_match:
+0x2bd0 006583 bpatch patch15_6 ,mem_patch15 
+0x2bd1 006584 fetcht 2 ,mem_rx_window_sniff 
+0x2bd2 006585 rshift temp ,temp 
+0x2bd3 006586 fetch 2 ,mem_rx_window 
+0x2bd4 006587 iadd temp ,pdata 
+0x2bd5 006588 store 2 ,mem_rx_window 
+:      006589 lpm_lost:
+0x2bd6 006590 jam 0 ,mem_lpm_current_mult 
+0x2bd7 006591 fetch 3 ,mem_sniff_lost 
+0x2bd8 006592 increase 1 ,pdata 
+0x2bd9 006593 store 3 ,mem_sniff_lost 
+0x2bda 006594 fetch 1 ,mem_sniff_unint_lost 
+0x2bdb 006595 increase 1 ,pdata 
+0x2bdc 006596 store 1 ,mem_sniff_unint_lost 
+0x2bdd 006597 rtn 
+:      006599 lpm_mult_short:
+0x2bde 006600 jam 0 ,mem_lpm_current_mult 
+0x2bdf 006601 fetch 1 ,mem_lpm_mult_timeout 
+0x2be0 006602 store 1 ,mem_lpm_mult_cnt 
+0x2be1 006603 rtn 
+:      006605 lpm_mult_long:
+0x2be2 006606 fetcht 1 ,mem_lpm_mult 
+0x2be3 006607 storet 1 ,mem_lpm_current_mult 
+0x2be4 006608 rtn 
+:      006610 lpm_cal_xtal_startup:
+0x2be5 006611 bpatch patch15_7 ,mem_patch15 
+0x2be6 006612 fetch 1 ,mem_lpm_xtalcnt 
+0x2be7 006613 nrtn blank 
+0x2be8 006614 jam clksel_rc ,core_clksel 
+0x2be9 006615 setarg 0xf0c 
+0x2bea 006616 call lpm_write_config 
+0x2beb 006617 setarg 200000 
+0x2bec 006618 call sleep 
+0x2bed 006619 until null ,lpo_edge 
+0x2bee 006620 copy lpo_time ,alarm 
+0x2bef 006621 call xtal_fast_wake 
+0x2bf0 006622 jam clksel_xtal ,core_clksel 
+0x2bf1 006623 nop 10 
+0x2bf2 006624 until null ,lpo_edge 
+0x2bf3 006625 deposit lpo_time 
+0x2bf4 006626 isub alarm ,pdata 
+0x2bf5 006627 increase 0x30 ,pdata 
+0x2bf6 006628 arg 0xff ,temp 
+0x2bf7 006629 call ceiling 
+0x2bf8 006630 store 1 ,mem_lpm_xtalcnt 
+0x2bf9 006631 nop 30000 
+0x2bfa 006632 nop 30000 
+0x2bfb 006633 nop 30000 
+0x2bfc 006634 rtn 
+:      006636 lpm_cal_xtal_startup_by_snooze:
+0x2bfd 006637 fetch 1 ,mem_lpm_xtalcnt 
+0x2bfe 006638 nrtn blank 
+0x2bff 006639 jam 0xff ,core_xtal_stable_time 
+0x2c00 006640 jam clksel_rc ,core_clksel 
+0x2c01 006641 call xtal_fast_wake 
+0x2c02 006642 setarg 1000 
+0x2c03 006643 iadd lpo_time ,alarm 
+0x2c04 006644 snooze 
+0x2c05 006645 deposit lpo_time 
+0x2c06 006646 nop 12000 
+0x2c07 006647 nop 12000 
+0x2c08 006648 nop 12000 
+0x2c09 006649 nop 12000 
+0x2c0a 006650 nop 12000 
+0x2c0b 006651 nop 12000 
+0x2c0c 006652 nop 12000 
+0x2c0d 006653 nop 12000 
+0x2c0e 006654 nop 12000 
+0x2c0f 006655 isub alarm ,pdata 
+0x2c10 006656 add pdata ,0x30 ,pdata 
+0x2c11 006657 arg 0xff ,temp 
+0x2c12 006658 call ceiling 
+0x2c13 006659 store 1 ,mem_lpm_xtalcnt 
+0x2c14 006660 nop 30000 
+0x2c15 006661 nop 30000 
+0x2c16 006662 nop 30000 
+0x2c17 006663 rtn 
+:      006668 lpm_write_config:
+0x2c18 006669 arg 0xfff ,contw 
+0x2c19 006670 iand contw ,contw 
+0x2c1a 006671 fetch 1 ,mem_lpm_config 
+0x2c1b 006672 and_into 0xf0 ,pdata 
+0x2c1c 006673 lshift8 pdata ,pdata 
+0x2c1d 006674 ior contw ,pdata 
+0x2c1e 006675 hstore 2 ,core_lpm_reg 
+0x2c1f 006676 ifetch 2 ,contr 
+0x2c20 006677 istore 2 ,contw 
+:      006679 lpm_write_ctrl:
+0x2c21 006680 setarg lpmreg_sel_ctrl 
+0x2c22 006681 branch lpm_write 
+:      006683 lpm_write_ctrl2:
+0x2c23 006684 setarg lpmreg_sel_ctrl2 
+:      006685 lpm_write:
+0x2c24 006686 until null ,lpo_edge 
+0x2c25 006687 hstore 1 ,core_lpm_wr 
+0x2c26 006688 until null ,lpo_edge 
+0x2c27 006689 until null ,lpo_edge 
+0x2c28 006690 rtn 
+:      006693 lpm_write_gpio_wakeup:
+0x2c29 006694 bpatch patch16_0 ,mem_patch16 
+0x2c2a 006695 fetch 4 ,mem_gpio_wakeup_low 
+0x2c2b 006696 hstore 4 ,core_lpm_reg 
+0x2c2c 006697 setarg lpmreg_sel_gpiolow 
+0x2c2d 006698 call lpm_write 
+0x2c2e 006699 fetch 4 ,mem_gpio_wakeup_high 
+0x2c2f 006700 hstore 4 ,core_lpm_reg 
+0x2c30 006701 setarg lpmreg_sel_gpiohigh 
+0x2c31 006702 branch lpm_write 
+:      006704 lpm_get_wake_lock:
+0x2c32 006705 fetch 2 ,mem_lpm_wake_lock 
+0x2c33 006706 qset1 pdata 
+0x2c34 006707 store 2 ,mem_lpm_wake_lock 
+0x2c35 006708 rtn 
+:      006710 lpm_put_wake_lock:
+0x2c36 006711 fetch 2 ,mem_lpm_wake_lock 
+0x2c37 006712 qset0 pdata 
+0x2c38 006713 store 2 ,mem_lpm_wake_lock 
+0x2c39 006714 rtn 
+:      006718 lpm_check_wake_lock:
+0x2c3a 006719 bpatch patch16_1 ,mem_patch16 
+0x2c3b 006720 call app_check_wake_lock 
+0x2c3c 006721 fetch 2 ,mem_lpm_wake_lock 
+0x2c3d 006722 copy pdata ,rega 
+0x2c3e 006723 fetch 1 ,mem_state_map 
+0x2c3f 006724 isolate1 smap_rxlmp ,pdata 
+0x2c40 006725 setflag true ,wake_lock_lmp_rx ,rega 
+0x2c41 006726 fetch 1 ,mem_lmo_opcode1 
+0x2c42 006727 fetcht 1 ,mem_lmo_opcode2 
+0x2c43 006728 iadd temp ,pdata 
+0x2c44 006729 fetcht 1 ,mem_lmp_to_send 
+0x2c45 006730 iadd temp ,pdata 
+0x2c46 006731 nsetflag blank ,wake_lock_lmp_tx ,rega 
+0x2c47 006732 fetch 1 ,mem_le_tx_buff_used 
+0x2c48 006733 nsetflag blank ,wake_lock_ble_tx ,rega 
+0x2c49 006734 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x2c4a 006735 fetcht 2 ,mem_l2cap_rxbuff2_len 
+0x2c4b 006736 iadd temp ,pdata 
+0x2c4c 006737 nsetflag blank ,wake_lock_l2cap_rx ,rega 
+0x2c4d 006738 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x2c4e 006739 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
+0x2c4f 006740 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
+0x2c50 006741 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
+0x2c51 006742 fetch 1 ,mem_hci_cmd 
+0x2c52 006743 nsetflag blank ,wake_lock_cmd ,rega 
+0x2c53 006744 fetch 1 ,mem_device_option 
+0x2c54 006745 compare dvc_op_module ,pdata ,0xff 
+0x2c55 006746 call lpm_uart_wake_lock ,true 
+0x2c56 006747 setarg -8 
+0x2c57 006748 iand rega ,rega 
+0x2c58 006749 copy rega ,pdata 
+0x2c59 006750 store 2 ,mem_lpm_wake_lock 
+0x2c5a 006751 rtn 
+:      006753 lpm_uart_wake_lock:
+0x2c5b 006754 hfetch 2 ,core_uart_rxitems 
+0x2c5c 006755 nsetflag blank ,wake_lock_uart_rx ,rega 
+0x2c5d 006756 hfetch 2 ,core_uart_txitems 
+0x2c5e 006757 nsetflag blank ,wake_lock_uart_tx ,rega 
+0x2c5f 006758 rtn 
+:      006760 lpm_shut_down:
+0x2c60 006761 hfetch 4 ,core_lpm_ctrl 
+0x2c61 006762 set0 27 ,pdata 
+0x2c62 006763 hstore 4 ,core_lpm_reg 
+0x2c63 006764 call lpm_write_ctrl 
+0x2c64 006765 branch assert 
+:      006767 lpm_disable_exen_output:
+0x2c65 006768 hfetch 4 ,core_lpm_xtalcnt 
+0x2c66 006769 set0 20 ,pdata 
+0x2c67 006770 hstore 4 ,core_lpm_reg 
+0x2c68 006771 branch lpm_write_ctrl2 
+:      006773 check_bt_disabled:
+0x2c69 006774 fetch 2 ,mem_chip_functions 
+0x2c6a 006775 bbit1 bt_disabled ,assert 
+0x2c6b 006776 rtn 
+:      006777 check_ble_disabled:
+0x2c6c 006778 fetch 2 ,mem_chip_functions 
+0x2c6d 006779 bbit1 ble_disabled ,assert 
+0x2c6e 006780 rtn 
+:      006781 check_module_disabled:
+0x2c6f 006782 fetch 2 ,mem_chip_functions 
+0x2c70 006783 bbit1 module_disable ,assert 
+0x2c71 006784 rtn 
+:      006845 g24_dispatch:
+0x2c72 006846 bpatch patch16_2 ,mem_patch16 
+0x2c73 006847 call g24_head_ptr2regc 
+0x2c74 006848 add regc ,offset_24g_mode ,regb 
+0x2c75 006849 ifetch 1 ,regb 
+0x2c76 006851 rtneq disable_24g 
+0x2c77 006852 beq tx_24g ,g24_transmit_process 
+0x2c78 006853 beq rx_24g ,g24_receive_process 
+0x2c79 006854 rtn 
+:      006856 g24_head_ptr2regc:
+0x2c7a 006857 fetcht 2 ,mem_24g_head_ptr 
+0x2c7b 006858 copy temp ,regc 
+0x2c7c 006859 rtn 
+:      006861 g24_receive_process_init:
+0x2c7d 006862 call g24_receive_init 
+0x2c7e 006863 branch g24_mode_switch_init 
+:      006865 g24_receive_process:
+0x2c7f 006866 call g24_mode_switch 
+0x2c80 006867 call g24_dongle_work_mode_auto 
+0x2c81 006868 call g24_dongle_bind_mode_auto 
+0x2c82 006869 branch g24_dongle_search_mode_auto 
+:      006872 g24_pair_init:
+0x2c83 006875 call g24_set0_mem_pid 
+0x2c84 006876 setarg g24_pair_ch 
+0x2c85 006877 call g24_store_mem_ch 
+0x2c86 006878 call g24_store_mem_pair_txpower 
+0x2c87 006881 add regc ,offset_24g_paring_addr ,rega 
+0x2c88 006882 ifetch 4 ,rega 
+0x2c89 006883 branch g24_store_mem_addr 
+:      006885 g24_ch:
+0x2c8a 006886 call g24_head_ptr2regc 
+0x2c8b 006887 add regc ,offset_24g_current_ch_number ,regb 
+0x2c8c 006888 ifetcht 1 ,regb 
+0x2c8d 006890 call g24_ch_temp_incre_size4 
+0x2c8e 006891 add regc ,offset_24g_current_ch_number ,contw 
+0x2c8f 006893 branch g24_contw_istoret_1byte 
+:      006895 g24_ch_temp_incre_size4:
+0x2c90 006896 call g24_ch_calc 
+0x2c91 006897 increase 1 ,temp 
+0x2c92 006898 and_into 3 ,temp 
+0x2c93 006899 rtn 
+:      006901 g24_ch_calc:
+0x2c94 006902 add regc ,offset_24g_addr ,regb 
+0x2c95 006903 ifetch 1 ,regb 
+0x2c96 006905 and_into 0x03 ,pdata 
+0x2c97 006906 mul32 pdata ,4 ,rega 
+0x2c98 006907 add regc ,offset_24g_ch_map1 ,pdata 
+0x2c99 006909 iadd rega ,pdata 
+0x2c9a 006910 iadd temp ,contr 
+0x2c9b 006911 ifetch 1 ,contr 
+0x2c9c 006913 branch g24_store_mem_ch 
+:      006915 g24_set_device_addr:
+0x2c9d 006916 call g24_store_mem_tx_power_temp 
+0x2c9e 006917 call otp_enable_chgpump 
+0x2c9f 006918 setarg 0x7e2 
+0x2ca0 006919 arg mem_temp ,rega 
+0x2ca1 006920 arg 4 ,temp 
+0x2ca2 006921 call otpd_read_data 
+0x2ca3 006922 call otp_disable_chgpump 
+0x2ca4 006923 fetch 4 ,mem_temp 
+0x2ca5 006924 call g24_store_mem_device_addr 
+0x2ca6 006926 nrtn blank 
+0x2ca7 006927 fetch 4 ,mem_lap 
+0x2ca8 006929 branch g24_store_mem_device_addr 
+:      006931 g24_transmit_rf_sta_init:
+0x2ca9 006932 call g24_set1_mem_rf_last_sta 
+0x2caa 006934 setarg 0 
+0x2cab 006935 call g24_store_mem_sync_cnt 
+:      006937 g24_transmit_rf_ctrl_clear:
+0x2cac 006938 call g24_fetch_mem_data_type 
+0x2cad 006940 and_into bits_data ,pdata 
+0x2cae 006942 branch g24_store_mem_data_type 
+:      006944 g24_hop_ch_enable:
+0x2caf 006945 call g24_fetch_mem_data_type 
+0x2cb0 006947 set1 bit_hop ,pdata 
+0x2cb1 006948 call g24_store_mem_data_type 
+0x2cb2 006951 branch g24_store_mem_txpayload 
+:      006953 g24_transmit_hop_pac_fail:
+0x2cb3 006954 call g24_fetch_mem_rf_work_stage 
+0x2cb4 006956 beq 1 ,g24_transmit_hop_pac_fail_wo_hop 
+0x2cb5 006957 beq 2 ,g24_transmit_hop_pac_fail_hop_stage2 
+0x2cb6 006958 rtn 
+:      006960 g24_transmit_hop_pac_fail_wo_hop:
+0x2cb7 006961 call g24_set2_mem_sync_cnt 
+:      006963 g24_transmit_hop_pac_fail_stage1:
+0x2cb8 006964 add regc ,offset_24g_hop_pac_retry ,contw 
+0x2cb9 006965 call g24_mem_set0 
+0x2cba 006967 call g24_store_mem_rf_last_sta 
+0x2cbb 006969 branch g24_transmit_rf_ctrl_clear 
+:      006971 g24_transmit_hop_pac_fail_hop_stage2:
+0x2cbc 006972 call g24_set0_mem_rf_hop_ch 
+0x2cbd 006974 branch g24_transmit_hop_pac_fail_stage1 
+:      006976 g24_transmit_pac_fail_hop_stage3:
+0x2cbe 006977 add regc ,offset_24g_txfail_cnt ,rega 
+0x2cbf 006978 ifetch 1 ,rega 
+0x2cc0 006980 increase 1 ,pdata 
+0x2cc1 006981 add regc ,offset_24g_txfail_cnt ,contw 
+0x2cc2 006982 istore 1 ,contw 
+0x2cc3 006984 beq 0x20 ,g24_tx_attempt_fail 
+0x2cc4 006985 call g24_fetch_mem_rf_hop_ch 
+0x2cc5 006987 beq 1 ,g24_rf_hop_fastly 
+0x2cc6 006988 setarg 1 
+0x2cc7 006989 call g24_store_mem_rf_hop_ch 
+:      006991 g24_rf_hop_attemp_again:
+0x2cc8 006992 call g24_fetch_mem_rf_hop_ch 
+0x2cc9 006994 bne 1 ,g24_transmit_rf_ctrl_clear 
+:      006995 g24_rf_hop_fastly:
+0x2cca 006996 add regc ,offset_24g_hop_fastly_cnt ,rega 
+0x2ccb 006997 ifetch 1 ,rega 
+0x2ccc 006999 increase 1 ,pdata 
+0x2ccd 007000 call g24_store_mem_hop_fastly_cnt 
+0x2cce 007002 beq 4 ,g24_rf_hop_fastly_exit 
+0x2ccf 007003 call g24_ch 
+0x2cd0 007004 call g24_set2_mem_max_retry 
+0x2cd1 007006 branch g24_transmit_packet 
+:      007008 g24_rf_hop_fastly_exit:
+0x2cd2 007009 call g24_set0_mem_hop_fastly_cnt 
+0x2cd3 007011 branch g24_transmit_rf_ctrl_clear 
+:      007013 g24_set0_mem_hop_fastly_cnt:
+0x2cd4 007014 setarg 0 
+:      007015 g24_store_mem_hop_fastly_cnt:
+0x2cd5 007016 add regc ,offset_24g_hop_fastly_cnt ,contw 
+0x2cd6 007017 branch g24_contw_istore_1byte 
+:      007019 g24_transmit_hop_pac_succ_wo_hop:
+0x2cd7 007020 call g24_set2_mem_sync_cnt 
+:      007022 g24_transmit_hop_pac_succ:
+0x2cd8 007023 call g24_set0_mem_rf_hop_ch 
+0x2cd9 007025 call g24_set1_mem_rf_last_sta 
+0x2cda 007027 branch g24_transmit_rf_ctrl_clear 
+:      007029 g24_transmit_succ_rf_config:
+0x2cdb 007030 call g24_fetch_mem_rf_work_stage 
+0x2cdc 007032 beq 3 ,g24_transmit_hop_pac_succ 
+0x2cdd 007033 call g24_fetch_mem_data_type 
+0x2cde 007035 isolate0 bit_hop ,pdata 
+0x2cdf 007036 branch g24_transmit_rf_sta_init ,true 
+0x2ce0 007037 call g24_fetch_mem_rf_work_stage 
+0x2ce1 007039 beq 1 ,g24_transmit_hop_pac_succ_wo_hop 
+0x2ce2 007040 beq 2 ,g24_transmit_hop_pac_succ 
+0x2ce3 007041 rtn 
+:      007043 g24_rf_sta_check:
+0x2ce4 007044 call g24_fetch_mem_pairing_sm 
+0x2ce5 007046 rtnne state_24g_pairing_success 
+0x2ce6 007047 call g24_rf_laststa_synccnt_check 
+0x2ce7 007048 ncall g24_rf_sync_cnt_check ,user2 
+0x2ce8 007049 rtn 
+:      007051 g24_rf_laststa_synccnt_check:
+0x2ce9 007052 disable user2 
+0x2cea 007053 add regc ,offset_24g_rf_last_sta ,rega 
+0x2ceb 007054 ifetch 1 ,rega 
+0x2cec 007056 rtnne 1 
+0x2ced 007057 add regc ,offset_24g_sync_cnt ,rega 
+0x2cee 007058 ifetch 1 ,rega 
+0x2cef 007060 rtnne 0 
+0x2cf0 007061 setarg 1 
+0x2cf1 007062 call g24_store_mem_rf_work_stage 
+0x2cf2 007064 call g24_set4_mem_max_retry 
+0x2cf3 007066 branch enable_user2 
+:      007068 g24_rf_sync_cnt_check:
+0x2cf4 007069 add regc ,offset_24g_sync_cnt ,rega 
+0x2cf5 007070 ifetch 1 ,rega 
+0x2cf6 007072 branch g24_rf_hop_attemp ,blank 
+0x2cf7 007073 increase -1 ,pdata 
+0x2cf8 007074 call g24_store_mem_sync_cnt 
+0x2cf9 007076 setarg 2 
+0x2cfa 007077 call g24_store_mem_rf_work_stage 
+0x2cfb 007079 call g24_ch 
+0x2cfc 007081 branch g24_set4_mem_max_retry 
+:      007083 g24_store_mem_rf_work_stage:
+0x2cfd 007084 add regc ,offset_24g_rf_work_stage ,contw 
+0x2cfe 007085 branch g24_contw_istore_1byte 
+:      007088 g24_rf_hop_attemp:
+0x2cff 007089 setarg 3 
+0x2d00 007090 call g24_store_mem_rf_work_stage 
+0x2d01 007092 call g24_fetch_mem_rf_hop_ch 
+0x2d02 007094 nbranch g24_rf_hop_attemp_again ,blank 
+0x2d03 007095 call g24_ch 
+:      007097 g24_set2_mem_max_retry:
+0x2d04 007098 setarg 2 
+0x2d05 007099 branch g24_store_mem_max_retry 
+:      007101 g24_transmit_process:
+0x2d06 007102 rtnmark0 mark_24g 
+0x2d07 007103 set1 mark_24g_conext ,mark 
+0x2d08 007104 bpatch patch16_3 ,mem_patch16 
+0x2d09 007105 add regc ,offset_24g_tx_without_int ,rega 
+0x2d0a 007106 ifetch 1 ,rega 
+0x2d0b 007108 beq 1 ,g24_transmit_without_int 
+0x2d0c 007109 call g24_timer_check 
+0x2d0d 007110 nbranch g24_transmit_exit ,user 
+0x2d0e 007111 call g24_interval_calibrate 
+:      007112 g24_transmit_without_int:
+0x2d0f 007113 add regc ,offset_24g_tx_without_int ,contw 
+0x2d10 007114 call g24_mem_set0 
+0x2d11 007116 call g24_txdata_prep 
+0x2d12 007117 nbranch g24_enter_lpm ,user 
+0x2d13 007118 call g24_rf_sta_check 
+:      007119 g24_transmit_start:
+0x2d14 007120 call g24_transmit_packet 
+0x2d15 007121 call g24_power_ctrl 
+:      007122 g24_transmit_exit:
+0x2d16 007123 set0 mark_24g_conext ,mark 
+0x2d17 007124 rtn 
+:      007126 g24_timer_timeout:
+0x2d18 007127 rtn zero 
+0x2d19 007128 set1 28 ,pdata 
+0x2d1a 007129 rtn 
+:      007131 g24_interval_calibrate:
+0x2d1b 007132 add regc ,offset_24g_pac_index ,rega 
+0x2d1c 007133 ifetch 1 ,rega 
+0x2d1d 007135 increase 1 ,pdata 
+0x2d1e 007136 add regc ,offset_24g_pac_index ,contw 
+0x2d1f 007137 istore 1 ,contw 
+0x2d20 007139 beq 4 ,g24_interval_max 
+0x2d21 007140 beq 5 ,g24_interval_min 
+0x2d22 007141 rtn 
+:      007142 g24_interval_max:
+0x2d23 007143 add regc ,offset_24g_interval_max ,rega 
+0x2d24 007144 ifetch 1 ,rega 
+:      007146 g24_interval_update:
+0x2d25 007148 add regc ,offset_24g_interval ,contw 
+0x2d26 007149 branch g24_contw_istore_1byte 
+:      007151 g24_interval_min:
+0x2d27 007152 add regc ,offset_24g_pac_index ,contw 
+0x2d28 007153 call g24_mem_set0 
+0x2d29 007155 add regc ,offset_24g_interval_min ,rega 
+0x2d2a 007156 ifetch 1 ,rega 
+0x2d2b 007158 branch g24_interval_update 
+:      007160 g24_txdata_prep:
+0x2d2c 007161 call g24_fetch_mem_pairing_sm 
+0x2d2d 007163 bne state_24g_pairing_success ,g24_pairing_sm 
+0x2d2e 007164 bpatch patch16_4 ,mem_patch16 
+0x2d2f 007165 call g24_package_data 
+0x2d30 007166 nbranch g24_txdata_last_pac ,user 
+0x2d31 007167 call g24_transmit_prep 
+0x2d32 007168 call g24_power_ctrl_pac_incrs 
+:      007169 g24_txdata_enable_tx:
+0x2d33 007171 setarg ensure_on_24g 
+:      007172 g24_store_mem_ensure:
+0x2d34 007173 add regc ,offset_24g_ensure ,contw 
+0x2d35 007174 branch g24_contw_istore_1byte 
+:      007176 g24_txdata_last_pac:
+0x2d36 007177 add regc ,offset_24g_ensure ,rega 
+0x2d37 007178 ifetch 1 ,rega 
+0x2d38 007180 beq ensure_on_24g ,enable_user 
+0x2d39 007181 rtn 
+:      007183 g24_package_data:
+0x2d3a 007185 add regc ,offset_24g_cb_data ,temp 
+0x2d3b 007186 ifetch 2 ,temp 
+0x2d3c 007188 call callback_func 
+0x2d3d 007189 nrtn user 
+0x2d3e 007190 copy rega ,pdata 
+0x2d3f 007191 store 1 ,mem_rega 
+0x2d40 007192 add regc ,offset_24g_abort_pac ,contw 
+0x2d41 007193 call g24_mem_set0 
+0x2d42 007195 call g24_transmit_rf_ctrl_clear 
+0x2d43 007196 store 1 ,mem_24g_common_temp 
+0x2d44 007197 fetch 1 ,mem_rega 
+0x2d45 007198 copy pdata ,rega 
+0x2d46 007199 add rega ,1 ,temp 
+0x2d47 007200 arg mem_24g_common_temp + 1 ,contw 
+0x2d48 007201 copy rega ,loopcnt 
+0x2d49 007202 copy regb ,contr 
+0x2d4a 007203 call memcpy 
+0x2d4b 007204 arg mem_24g_common_temp ,rega 
+:      007205 g24_put_data_in_buff:
+0x2d4c 007206 rtnmark0 mark_24g_conext 
+0x2d4d 007207 add regc ,offset_24g_datalen ,contw 
+0x2d4e 007208 istoret 1 ,contw 
+0x2d4f 007210 copy temp ,loopcnt 
+0x2d50 007211 add regc ,offset_24g_txbuf ,contw 
+0x2d51 007213 copy rega ,contr 
+0x2d52 007214 branch memcpy 
+:      007216 g24_transmit_prep:
+0x2d53 007218 add regc ,offset_24g_datalen ,rega 
+0x2d54 007219 ifetch 1 ,rega 
+0x2d55 007221 increase 2 ,pdata 
+0x2d56 007222 add regc ,offset_24g_txlen ,contw 
+0x2d57 007223 istore 1 ,contw 
+0x2d58 007226 call g24_fetch_mem_data_type 
+0x2d59 007228 call g24_store_mem_txpayload 
+0x2d5a 007231 add regc ,offset_24g_datalen ,rega 
+0x2d5b 007232 ifetch 1 ,rega 
+0x2d5c 007234 lshift3 pdata ,pdata 
+0x2d5d 007235 add regc ,offset_24g_pid ,rega 
+0x2d5e 007236 ifetcht 1 ,rega 
+0x2d5f 007238 and temp ,0x03 ,temp 
+0x2d60 007239 lshift temp ,temp 
+0x2d61 007240 ior temp ,pdata 
+0x2d62 007241 add regc ,offset_24g_no_ack ,rega 
+0x2d63 007242 ifetcht 1 ,rega 
+0x2d64 007244 iadd temp ,pdata 
+0x2d65 007245 istore 1 ,contw 
+0x2d66 007247 add regc ,offset_24g_datalen ,rega 
+0x2d67 007248 ifetch 1 ,rega 
+0x2d68 007250 iforce loopcnt 
+0x2d69 007251 add regc ,offset_24g_txbuf ,contr 
+0x2d6a 007253 branch memcpy 
+:      007255 g24_send_abort_packet:
+0x2d6b 007256 call g24_set1_mem_abort_pac 
+0x2d6c 007258 call g24_set0_mem_rf_hop_ch 
+0x2d6d 007260 call g24_power_ctrl_reinit 
+0x2d6e 007261 call g24_transmit_rf_ctrl_clear 
+0x2d6f 007262 store 1 ,mem_24g_common_temp 
+0x2d70 007263 call g24_put_data_in_buff_pre 
+0x2d71 007264 call g24_fetch_mem_data_type 
+0x2d72 007266 set1 bit_abort ,pdata 
+0x2d73 007267 call g24_store_mem_data_type 
+0x2d74 007269 call g24_transmit_prep 
+0x2d75 007270 call g24_txdata_enable_tx 
+0x2d76 007271 branch g24_transmit_start 
+:      007273 g24_put_data_in_buff_pre:
+0x2d77 007274 store 1 ,mem_24g_common_temp + 1 
+0x2d78 007275 call g24_fetch_mem_device_addr 
+0x2d79 007277 store 4 ,mem_24g_common_temp + 2 
+0x2d7a 007278 arg 6 ,temp 
+0x2d7b 007279 arg mem_24g_common_temp ,rega 
+0x2d7c 007280 branch g24_put_data_in_buff 
+:      007282 g24_enter_lpm:
+0x2d7d 007283 add regc ,offset_24g_abort_pac ,rega 
+0x2d7e 007284 ifetch 1 ,rega 
+0x2d7f 007286 branch g24_send_abort_packet ,blank 
+:      007287 g24_enter_lpm_prepare:
+0x2d80 007289 add regc ,offset_24g_cb_lpm_prepare ,rega 
+0x2d81 007290 ifetch 2 ,rega 
+0x2d82 007292 branch callback_func 
+:      007294 g24_lpm_long_sleep:
+0x2d83 007295 call g24_head_ptr2regc 
+0x2d84 007297 call lpo_calibration 
+0x2d85 007298 fetch 3 ,mem_clks_per_lpo 
+0x2d86 007299 rtn blank 
+0x2d87 007300 add regc ,offset_24g_cb_lpm_before ,temp 
+0x2d88 007301 ifetch 2 ,temp 
+0x2d89 007303 call callback_func 
+0x2d8a 007304 add regc ,offset_24g_enter_hibernate ,temp 
+0x2d8b 007305 ifetch 8 ,temp 
+0x2d8c 007306 call clk2lpo 
+0x2d8d 007307 storet 4 ,mem_sleep_counter 
+0x2d8e 007308 branch lpm_sleep 
+:      007310 g24_transmit_packet:
+0x2d8f 007311 call g24_head_ptr2regc 
+0x2d90 007312 add regc ,offset_24g_retry ,contw 
+0x2d91 007313 call g24_mem_set0 
+:      007315 g24_transmit_loop:
+0x2d92 007316 call g24_transmit_receive_ack 
+0x2d93 007317 nbranch g24_retransmit ,sync 
+0x2d94 007318 nbranch g24_retransmit ,user3 
+0x2d95 007319 call g24_ackpayload_parse 
+0x2d96 007320 call g24_power_ctrl_ack_incrs 
+:      007321 g24_transmit_next_packet:
+0x2d97 007322 call g24_head_ptr2regc 
+0x2d98 007323 add regc ,offset_24g_pid ,rega 
+0x2d99 007324 ifetch 1 ,rega 
+0x2d9a 007326 increase 1 ,pdata 
+0x2d9b 007327 call g24_store_mem_pid 
+0x2d9c 007329 call g24_fetch_mem_pairing_sm 
+0x2d9d 007331 bne state_24g_pairing_success ,g24_paring_mode 
+0x2d9e 007332 call g24_transmit_succ_rf_config 
+:      007333 g24_transmit_abandon:
+0x2d9f 007334 setarg 0 
+0x2da0 007335 add regc ,offset_24g_txfail_cnt ,contw 
+0x2da1 007336 istore 2 ,contw 
+0x2da2 007340 setarg ensure_off_24g 
+0x2da3 007341 branch g24_store_mem_ensure 
+:      007344 g24_transmit_receive_ack:
+0x2da4 007345 disable user3 
+0x2da5 007346 call g24_transmit 
+0x2da6 007347 call g24_head_ptr2regc 
+0x2da7 007348 add regc ,offset_24g_no_ack ,rega 
+0x2da8 007349 ifetch 1 ,rega 
+0x2da9 007351 beq no_ack_24g ,g24_transmit_no_ack 
+0x2daa 007352 call g24_receive_packet 
+0x2dab 007353 branch g24_end_of_packet 
+:      007354 g24_transmit_no_ack:
+0x2dac 007355 call g24_end_of_packet 
+0x2dad 007356 branch g24_transmit_next_packet 
+:      007359 g24_retransmit:
+0x2dae 007360 bpatch patch16_5 ,mem_patch16 
+0x2daf 007361 add regc ,offset_24g_get_ack_fail ,rega 
+0x2db0 007362 ifetch 1 ,rega 
+0x2db1 007364 increase 1 ,pdata 
+0x2db2 007365 add regc ,offset_24g_get_ack_fail ,contw 
+0x2db3 007366 istore 1 ,contw 
+0x2db4 007368 call g24_fetch_mem_pairing_sm 
+0x2db5 007370 bne state_24g_pairing_success ,g24_tx_paring_retry 
+0x2db6 007371 add regc ,offset_24g_retry ,rega 
+0x2db7 007372 ifetcht 1 ,rega 
+0x2db8 007374 increase 1 ,temp 
+0x2db9 007375 add regc ,offset_24g_retry ,contw 
+0x2dba 007376 istoret 1 ,contw 
+0x2dbb 007378 add regc ,offset_24g_max_retry ,rega 
+0x2dbc 007379 ifetch 1 ,rega 
+0x2dbd 007381 isub temp ,pdata 
+0x2dbe 007382 nbranch g24_transmit_loop ,blank 
+0x2dbf 007383 bpatch patch16_6 ,mem_patch16 
+0x2dc0 007384 call g24_fetch_mem_rf_work_stage 
+0x2dc1 007386 beq 3 ,g24_transmit_pac_fail_hop_stage3 
+0x2dc2 007387 add regc ,offset_24g_hop_pac_retry ,rega 
+0x2dc3 007388 ifetch 1 ,rega 
+0x2dc4 007390 increase 1 ,pdata 
+0x2dc5 007391 add regc ,offset_24g_hop_pac_retry ,contw 
+0x2dc6 007392 istore 1 ,contw 
+0x2dc7 007394 beq 2 ,g24_transmit_hop_pac_fail 
+0x2dc8 007395 call g24_hop_ch_enable 
+0x2dc9 007396 setarg 1 
+0x2dca 007397 call g24_store_mem_max_retry 
+0x2dcb 007399 branch g24_transmit_packet 
+:      007401 g24_tx_paring_retry:
+0x2dcc 007402 add regc ,offset_24g_get_ack_fail ,rega 
+0x2dcd 007403 ifetch 1 ,rega 
+0x2dce 007405 rtnne 0xff 
+0x2dcf 007406 add regc ,offset_24g_get_ack_fail ,contw 
+0x2dd0 007407 call g24_mem_set0 
+0x2dd1 007409 branch g24_stop_24g_mode 
+:      007411 g24_tx_attempt_fail:
+0x2dd2 007412 add regc ,offset_24g_txfail_cnt ,contw 
+0x2dd3 007413 call g24_mem_set0 
+:      007415 g24_stop_24g_mode:
+0x2dd4 007416 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+0x2dd5 007417 branch ui_ipc_send_event 
+:      007419 g24_ackpayload_parse:
+0x2dd6 007420 call g24_read_len_pid_crc 
+0x2dd7 007421 add regc ,offset_24g_rxdata_length ,rega 
+0x2dd8 007422 ifetch 1 ,rega 
+0x2dd9 007424 rtn blank 
+0x2dda 007425 iforce loopcnt 
+0x2ddb 007426 add regc ,offset_24g_rxbuf_add2 ,contr 
+0x2ddc 007428 add regc ,offset_24g_rxpayload ,contw 
+0x2ddd 007430 branch memcpy 
+:      007433 g24_read_len_pid_crc:
+0x2dde 007435 call g24_fetch_mem_rxbuf_add1 
+0x2ddf 007437 rshift3 pdata ,pdata 
+0x2de0 007438 add regc ,offset_24g_rxdata_length ,contw 
+0x2de1 007439 istore 1 ,contw 
+0x2de2 007442 increase 1 ,pdata 
+0x2de3 007443 add regc ,offset_24g_rxbuf_add1 ,contr 
+0x2de4 007445 iadd contr ,contr 
+0x2de5 007446 ifetch 3 ,contr 
+0x2de6 007447 add regc ,offset_24g_sta_crc ,contw 
+0x2de7 007448 istore 3 ,contw 
+0x2de8 007451 call g24_fetch_mem_rxbuf_add1 
+0x2de9 007453 rshift pdata ,pdata 
+0x2dea 007454 and pdata ,0x03 ,pdata 
+0x2deb 007455 add regc ,offset_24g_sta_pid ,contw 
+0x2dec 007456 istore 1 ,contw 
+0x2ded 007458 rtn 
+:      007460 g24_prep:
+0x2dee 007461 disable enable_crc 
+0x2def 007462 disable enable_white 
+0x2df0 007463 setarg 0x555555 
+0x2df1 007464 iforce crc24_init 
+0x2df2 007465 rtn 
+:      007467 g24_set_freq_tx:
+0x2df3 007468 call set_sync_on 
+0x2df4 007469 add regc ,offset_24g_ch ,rega 
+0x2df5 007470 ifetcht 1 ,rega 
+0x2df6 007472 branch set_freq_tx 
+:      007474 g24_transmit:
+0x2df7 007475 call g24_prep 
+0x2df8 007476 call g24_set_freq_tx 
+0x2df9 007477 set1 txgfsk ,radio_ctrl 
+0x2dfa 007478 enable encode_fec0 
+0x2dfb 007479 enable is_tx 
+0x2dfc 007480 disable is_rx 
+0x2dfd 007481 call le_enable 
+0x2dfe 007482 call g24_fetch_mem_addr 
+0x2dff 007484 iforce access 
+0x2e00 007485 inject mod ,32 
+0x2e01 007486 enable enable_crc 
+0x2e02 007487 add regc ,offset_24g_txlen ,rega 
+0x2e03 007488 ifetch 1 ,rega 
+0x2e04 007490 iforce loopcnt 
+0x2e05 007491 add regc ,offset_24g_txpayload ,contr 
+:      007493 g24tr_loop:
+0x2e06 007494 ifetch 1 ,contr 
+0x2e07 007495 inject mod ,8 
+0x2e08 007496 loop g24tr_loop 
+0x2e09 007497 enable enable_parity 
+0x2e0a 007498 inject mod ,24 
+0x2e0b 007499 disable enable_parity 
+0x2e0c 007500 until null ,tx_clear 
+0x2e0d 007501 bpatch patch16_7 ,mem_patch16 
+0x2e0e 007502 nop 100 
+0x2e0f 007503 disable encode_fec0 
+0x2e10 007504 rtn 
+:      007506 g24_receive_packet:
+0x2e11 007507 disable user3 
+0x2e12 007508 force 0 ,radio_ctrl 
+0x2e13 007509 add regc ,offset_24g_ch ,rega 
+0x2e14 007510 ifetcht 1 ,rega 
+0x2e15 007512 call set_freq_rx 
+0x2e16 007513 call rf_rx_enable 
+:      007514 g24_receive_rxon:
+0x2e17 007515 call g24_prep 
+0x2e18 007516 enable decode_fec0 
+0x2e19 007517 enable is_rx 
+0x2e1a 007518 disable is_tx 
+0x2e1b 007519 call le_enable 
+0x2e1c 007520 call g24_fetch_mem_addr 
+0x2e1d 007522 iforce access 
+0x2e1e 007523 enable swfine 
+0x2e1f 007524 add regc ,offset_24g_rx_window ,rega 
+0x2e20 007525 ifetch 2 ,rega 
+0x2e21 007527 iforce stop_watch 
+0x2e22 007528 correlate null ,timeout 
+0x2e23 007529 nbranch g24_sync_timeout ,sync 
+0x2e24 007530 enable enable_crc 
+0x2e25 007531 parse demod ,bucket ,8 
+0x2e26 007532 rshift3 pwindow ,pdata 
+0x2e27 007533 add regc ,offset_24g_rxbuf ,contw 
+0x2e28 007534 istore 1 ,contw 
+0x2e29 007536 add regc ,offset_24g_mode ,rega 
+0x2e2a 007537 ifetch 1 ,rega 
+0x2e2b 007539 beq rx_24g ,g24_receive_skip 
+0x2e2c 007540 bpatch patch17_0 ,mem_patch17 
+0x2e2d 007541 add regc ,offset_24g_rxbuf ,rega 
+0x2e2e 007542 ifetch 1 ,rega 
+0x2e2f 007544 add regc ,offset_24g_data_type ,rega 
+0x2e30 007545 ifetcht 1 ,rega 
+0x2e31 007547 icompare bits_data ,temp 
+0x2e32 007548 nbranch g24_end_of_packet ,true 
+:      007549 g24_receive_skip:
+0x2e33 007550 parse demod ,bucket ,8 
+0x2e34 007551 rshift3 pwindow ,pdata 
+0x2e35 007552 istore 1 ,contw 
+0x2e36 007553 rshift3 pdata ,pdata 
+0x2e37 007554 and pdata ,0x1f ,loopcnt 
+0x2e38 007555 branch g24rx_nopayload ,zero 
+:      007556 g24rx_loop:
+0x2e39 007557 parse demod ,bucket ,8 
+0x2e3a 007558 rshift3 pwindow ,pdata 
+0x2e3b 007559 istore 1 ,contw 
+0x2e3c 007560 loop g24rx_loop 
+:      007561 g24rx_nopayload:
+0x2e3d 007562 parse demod ,bucket ,24 
+0x2e3e 007563 rshift32 pdata ,pdata 
+0x2e3f 007564 rshift16 pdata ,pdata 
+0x2e40 007565 istore 3 ,contw 
+0x2e41 007566 branch g24_end_of_packet ,crc_failed 
+0x2e42 007567 enable user3 
+0x2e43 007568 disable decode_fec0 
+0x2e44 007569 rtn 
+:      007572 g24_end_of_packet:
+0x2e45 007573 disable encode_fec0 
+0x2e46 007574 disable decode_fec0 
+0x2e47 007575 disable enable_crc 
+0x2e48 007576 disable enable_white 
+0x2e49 007577 branch shutdown_radio ,is_rx 
+0x2e4a 007578 until null ,tx_clear 
+0x2e4b 007579 nop 100 
+0x2e4c 007580 branch shutdown_radio 
+:      007582 g24_sync_timeout:
+0x2e4d 007583 call rssi_noise 
+0x2e4e 007584 branch g24_end_of_packet 
+:      007586 rssi_noise:
+0x2e4f 007587 call save_rssi 
+0x2e50 007588 rtn blank 
+0x2e51 007589 add regc ,offset_rssi_noise_index ,rega 
+0x2e52 007590 ifetcht 1 ,rega 
+0x2e53 007592 arg mem_rssi_noise_buffer ,rega 
+0x2e54 007594 call rssi_noise_store 
+0x2e55 007595 add regc ,offset_rssi_noise_index ,contw 
+:      007597 g24_contw_istoret_1byte:
+0x2e56 007598 istoret 1 ,contw 
+0x2e57 007599 rtn 
+:      007601 rssi_noise_store:
+0x2e58 007602 arg rssi_buf_len_noise ,regb 
+0x2e59 007603 branch rssi_store 
+:      007621 rssi_store:
+0x2e5a 007622 copy rega ,pdata 
+0x2e5b 007623 iadd temp ,contw 
+0x2e5c 007624 fetch 1 ,mem_rssi 
+0x2e5d 007625 istore 1 ,contw 
+0x2e5e 007626 increase 1 ,temp 
+0x2e5f 007627 copy regb ,pdata 
+0x2e60 007628 iand_into temp 
+0x2e61 007629 rtn 
+:      007631 rssi_average:
+0x2e62 007632 arg 0 ,temp 
+0x2e63 007633 copy rega ,contr 
+:      007634 rssi_average_loop:
+0x2e64 007635 ifetch 1 ,contr 
+0x2e65 007636 iadd temp ,temp 
+0x2e66 007637 loop rssi_average_loop 
+0x2e67 007638 rshift8 temp ,temp 
+0x2e68 007639 rtn 
+:      007641 g24_power_ctrl_init:
+0x2e69 007642 call g24_head_ptr2regc 
+0x2e6a 007643 call g24_power_ctrl_incrs_level1 
+0x2e6b 007644 setarg 1 
+0x2e6c 007645 call g24_store_mem_power_ctrl_level 
+:      007647 g24_power_ctrl_reinit:
+0x2e6d 007648 setarg 0 
+0x2e6e 007649 call g24_store_mem_power_ctrl_pac 
+0x2e6f 007651 istore 1 ,contw 
+0x2e70 007653 rtn 
+:      007655 g24_power_ctrl_pac_incrs:
+0x2e71 007656 call g24_fetch_mem_power_ctrl_pac 
+0x2e72 007658 increase 1 ,pdata 
+:      007659 g24_store_mem_power_ctrl_pac:
+0x2e73 007661 add regc ,offset_power_ctrl_packet_cnt ,contw 
+0x2e74 007662 branch g24_contw_istore_1byte 
+:      007664 g24_power_ctrl_ack_incrs:
+0x2e75 007667 add regc ,offset_power_ctrl_ack_cnt ,rega 
+0x2e76 007668 ifetch 1 ,rega 
+0x2e77 007669 increase 1 ,pdata 
+0x2e78 007670 add regc ,offset_power_ctrl_ack_cnt ,contw 
+0x2e79 007671 branch g24_contw_istore_1byte 
+:      007673 g24_power_ctrl:
+0x2e7a 007674 bpatch patch17_1 ,mem_patch17 
+0x2e7b 007675 call g24_fetch_mem_power_ctrl_pac 
+0x2e7c 007677 sub pdata ,power_ctrl_max_packet_cnt ,null 
+0x2e7d 007678 rtn positive 
+0x2e7e 007679 add regc ,offset_power_ctrl_ack_cnt ,rega 
+0x2e7f 007680 ifetcht 1 ,rega 
+0x2e80 007682 isub temp ,temp 
+0x2e81 007683 call g24_power_ctrl_reinit 
+0x2e82 007684 setarg offset_power_ctrl_threshold_up 
+0x2e83 007685 iadd regc ,rega 
+0x2e84 007686 ifetch 1 ,rega 
+0x2e85 007688 isub temp ,null 
+0x2e86 007689 nbranch g24_power_ctrl_incrs ,positive 
+0x2e87 007690 setarg offset_power_ctrl_threshold_down 
+0x2e88 007691 iadd regc ,rega 
+0x2e89 007692 ifetch 1 ,rega 
+0x2e8a 007694 isub temp ,null 
+0x2e8b 007695 branch g24_power_ctrl_decrs ,positive 
+0x2e8c 007696 rtn 
+:      007698 g24_power_ctrl_incrs:
+0x2e8d 007699 add regc ,offset_power_ctrl_level ,rega 
+0x2e8e 007700 ifetch 1 ,rega 
+0x2e8f 007702 beq 2 ,g24_power_ctrl_incrs_level2 
+0x2e90 007703 increase 1 ,pdata 
+0x2e91 007704 call g24_store_mem_power_ctrl_level 
+0x2e92 007706 beq 1 ,g24_power_ctrl_incrs_level1 
+:      007707 g24_power_ctrl_incrs_level2:
+0x2e93 007708 setarg power_ctrl_losspac_thresh_up2 
+0x2e94 007709 call g24_store_mem_power_ctrl_threshold_up 
+0x2e95 007711 setarg power_ctrl_losspac_thresh_down2 
+0x2e96 007712 call g24_store_mem_power_ctrl_threshold_down 
+0x2e97 007715 add regc ,offset_power_ctrl_txpwr_level2 ,rega 
+0x2e98 007717 branch g24_ifetch_rega_store_mem_txpower 
+:      007719 g24_power_ctrl_decrs:
+0x2e99 007720 add regc ,offset_power_ctrl_level ,rega 
+0x2e9a 007721 ifetch 1 ,rega 
+0x2e9b 007723 beq 0 ,g24_power_ctrl_decrs_level0 
+0x2e9c 007724 increase -1 ,pdata 
+0x2e9d 007725 call g24_store_mem_power_ctrl_level 
+0x2e9e 007727 beq 0 ,g24_power_ctrl_decrs_level0 
+:      007728 g24_power_ctrl_decrs_level1:
+:      007731 g24_power_ctrl_incrs_level1:
+0x2e9f 007732 setarg power_ctrl_losspac_thresh_up1 
+0x2ea0 007733 call g24_store_mem_power_ctrl_threshold_up 
+0x2ea1 007735 setarg power_ctrl_losspac_thresh_down1 
+0x2ea2 007736 call g24_store_mem_power_ctrl_threshold_down 
+0x2ea3 007739 setarg offset_power_ctrl_txpwr_level1 
+:      007740 g24_iadd_offset_mem_txpower:
+0x2ea4 007741 iadd regc ,rega 
+:      007742 g24_ifetch_rega_store_mem_txpower:
+0x2ea5 007743 ifetch 1 ,rega 
+0x2ea6 007745 branch g24_store_mem_txpower 
+:      007747 g24_power_ctrl_decrs_level0:
+0x2ea7 007750 setarg power_ctrl_losspac_thresh_up0 
+0x2ea8 007751 call g24_store_mem_power_ctrl_threshold_up 
+0x2ea9 007753 setarg power_ctrl_losspac_thresh_down0 
+0x2eaa 007754 call g24_store_mem_power_ctrl_threshold_down 
+0x2eab 007757 setarg offset_power_ctrl_txpwr_level0 
+0x2eac 007759 branch g24_iadd_offset_mem_txpower 
+:      007773 g24_start_pairing_sm1:
+0x2ead 007774 set1 mark_24g ,mark 
+0x2eae 007775 call g24_pair_init 
+:      007776 g24_set_pairing_sm_1:
+0x2eaf 007778 setarg state_24g_pairing_1 
+0x2eb0 007779 branch g24_store_mem_pairing_sm 
+:      007781 g24_pairing_sm:
+0x2eb1 007782 add regc ,offset_24g_ensure ,rega 
+0x2eb2 007783 ifetch 1 ,rega 
+0x2eb3 007785 beq ensure_on_24g ,enable_user 
+0x2eb4 007786 call g24_fetch_mem_pairing_sm 
+0x2eb5 007788 beq state_24g_pairing_1 ,g24_pairing_sm_1 
+0x2eb6 007789 beq state_24g_pairing_2 ,g24_pairing_sm_2 
+0x2eb7 007790 beq state_24g_pairing_3 ,g24_pairing_sm_3 
+0x2eb8 007791 branch assert 
+:      007793 g24_pairing_sm_1:
+0x2eb9 007794 setarg state_24g_pairing_1_waiting_ack 
+0x2eba 007795 call g24_store_mem_pairing_sm 
+0x2ebb 007797 jam 0xaa ,mem_24g_common_temp 
+0x2ebc 007798 branch g24_pairing_sm_common 
+:      007799 g24_pairing_sm_2:
+0x2ebd 007800 setarg state_24g_pairing_2_waiting_ack 
+0x2ebe 007801 call g24_store_mem_pairing_sm 
+0x2ebf 007803 jam 0x55 ,mem_24g_common_temp 
+0x2ec0 007804 branch g24_pairing_sm_common 
+:      007805 g24_pairing_sm_3:
+0x2ec1 007806 setarg state_24g_pairing_3_waiting_ack 
+0x2ec2 007807 call g24_store_mem_pairing_sm 
+0x2ec3 007809 jam 0x22 ,mem_24g_common_temp 
+:      007810 g24_pairing_sm_common:
+0x2ec4 007811 call g24_fetch_mem_data_type 
+0x2ec5 007813 and_into bits_data ,pdata 
+0x2ec6 007814 store 1 ,mem_24g_common_temp + 1 
+0x2ec7 007815 call g24_fetch_mem_device_addr 
+0x2ec8 007817 store 4 ,mem_24g_common_temp + 2 
+:      007818 g24_put_pairing_data_in_buff:
+0x2ec9 007819 jam 0 ,mem_24g_common_temp + 6 
+0x2eca 007820 arg mem_24g_common_temp ,rega 
+0x2ecb 007821 arg 7 ,temp 
+0x2ecc 007822 call g24_put_data_in_buff 
+0x2ecd 007823 call g24_transmit_prep 
+0x2ece 007824 call g24_txdata_enable_tx 
+0x2ecf 007825 branch enable_user 
+:      007827 g24_paring_mode:
+0x2ed0 007828 call g24_fetch_mem_pairing_sm 
+0x2ed1 007830 rtneq state_24g_pairing_success 
+0x2ed2 007831 beq state_24g_pairing_1_waiting_ack ,g24_pairing_sm_1_waiting_ack 
+0x2ed3 007832 beq state_24g_pairing_2_waiting_ack ,g24_pairing_sm_2_waiting_ack 
+0x2ed4 007833 beq state_24g_pairing_3_waiting_ack ,g24_pairing_sm_3_waiting_ack 
+0x2ed5 007834 rtn 
+:      007836 g24_pairing_sm_1_waiting_ack:
+0x2ed6 007837 setarg state_24g_pairing_2 
+0x2ed7 007838 call g24_store_mem_pairing_sm 
+0x2ed8 007840 branch g24_transmit_abandon 
+:      007841 g24_pairing_sm_2_waiting_ack:
+0x2ed9 007842 setarg state_24g_pairing_3 
+0x2eda 007843 call g24_store_mem_pairing_sm 
+0x2edb 007845 branch g24_transmit_abandon 
+:      007846 g24_pairing_sm_3_waiting_ack:
+0x2edc 007847 setarg state_24g_pairing_success 
+0x2edd 007848 call g24_store_mem_pairing_sm 
+0x2ede 007850 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+0x2edf 007851 call ui_ipc_send_event 
+0x2ee0 007852 add regc ,offset_24g_rxpayload_add2 ,rega 
+0x2ee1 007853 ifetch 4 ,rega 
+0x2ee2 007855 call g24_store_mem_addr 
+0x2ee3 007857 branch g24_transmit_abandon 
+:      007859 g24_auto_pair_start:
+0x2ee4 007860 set0 mark_24g ,mark 
+0x2ee5 007861 call g24_auto_pair_set_device_info 
+0x2ee6 007862 call g24_tx_attemp_data_prep 
+:      007863 g24_auto_pair_restart:
+0x2ee7 007864 call g24_set0_mem_check_dongle_times 
+:      007865 g24_auto_pair_start_loop:
+0x2ee8 007866 nop 2000 
+0x2ee9 007867 call g24_fetch_mem_check_dongle_times 
+0x2eea 007868 beq 0xff ,g24_stop_24g_mode 
+0x2eeb 007869 call g24_transmit_receive_ack 
+0x2eec 007870 nbranch g24_auto_pair_retry ,sync 
+0x2eed 007871 nbranch g24_auto_pair_retry ,user3 
+0x2eee 007872 call g24_ackpayload_parse 
+0x2eef 007873 call g24_head_ptr2regc 
+0x2ef0 007874 add regc ,offset_24g_paring_addr ,rega 
+0x2ef1 007875 ifetcht 4 ,rega 
+0x2ef2 007876 call g24_fetch_mem_addr_isub_temp 
+0x2ef3 007877 branch g24_start_pairing_sm1 ,zero 
+0x2ef4 007878 call g24_head_ptr2regc 
+0x2ef5 007879 add regc ,offset_24g_rxpayload_add2 ,rega 
+0x2ef6 007880 ifetch 4 ,rega 
+0x2ef7 007881 beq 0 ,g24_auto_pair_restart 
+0x2ef8 007882 call g24_store_mem_addr 
+0x2ef9 007883 branch g24_tx_attemp_dongle_succ 
+:      007885 g24_auto_pair_retry:
+0x2efa 007886 call g24_fetch_mem_check_dongle_times 
+0x2efb 007887 increase 1 ,pdata 
+0x2efc 007888 call g24_store_mem_check_dongle_times 
+0x2efd 007890 call g24_fetch_mem_auto_paring_switch 
+0x2efe 007891 increase 1 ,pdata 
+0x2eff 007892 and_into 1 ,pdata 
+0x2f00 007893 call g24_store_mem_auto_paring_switch 
+0x2f01 007894 beq 0 ,g24_auto_pair_device_attemp 
+0x2f02 007895 beq 1 ,g24_auto_pair_pair_attemp 
+0x2f03 007896 rtn 
+:      007898 g24_fetch_mem_auto_paring_switch:
+0x2f04 007899 setarg offset_24g_auto_pair_switch 
+0x2f05 007900 branch g24_set_rega_ifetch_1byte 
+:      007901 g24_store_mem_auto_paring_switch:
+0x2f06 007902 arg offset_24g_auto_pair_switch ,rega 
+0x2f07 007903 branch g24_set_contw_with_regb_store_1byte 
+:      007905 g24_auto_pair_set_device_info:
+0x2f08 007906 call g24_store_mem_tx_power 
+0x2f09 007907 call g24_fetch_mem_device_addr 
+0x2f0a 007908 call g24_store_mem_addr 
+0x2f0b 007909 branch g24_ch 
+:      007911 g24_auto_pair_device_attemp:
+0x2f0c 007912 call g24_auto_pair_set_device_info 
+0x2f0d 007913 branch g24_auto_pair_start_loop 
+:      007915 g24_auto_pair_pair_attemp:
+0x2f0e 007916 call g24_pair_init 
+0x2f0f 007917 branch g24_auto_pair_start_loop 
+:      007920 g24_start_24g_mode:
+0x2f10 007921 set0 mark_24g ,mark 
+0x2f11 007922 call g24_ch 
+0x2f12 007923 call g24_fetch_mem_pairing_sm 
+0x2f13 007925 rtnne state_24g_pairing_success 
+0x2f14 007926 call g24_tx_attemp_data_prep 
+0x2f15 007927 call g24_set0_mem_check_dongle_times 
+:      007929 g24_tx_attemp_dongle_loop:
+0x2f16 007930 nop 2000 
+0x2f17 007931 call g24_fetch_mem_check_dongle_times 
+0x2f18 007933 beq 0xff ,g24_stop_24g_mode 
+0x2f19 007934 call g24_transmit_receive_ack 
+0x2f1a 007935 nbranch g24_attemp_txdata_retry ,sync 
+0x2f1b 007936 nbranch g24_attemp_txdata_retry ,user3 
+:      007937 g24_tx_attemp_dongle_succ:
+0x2f1c 007938 set1 mark_24g ,mark 
+0x2f1d 007939 call g24_set0_mem_check_dongle_times 
+0x2f1e 007940 setarg state_24g_pairing_success 
+0x2f1f 007941 call g24_store_mem_pairing_sm 
+0x2f20 007943 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+0x2f21 007944 branch ui_ipc_send_event 
+:      007946 g24_tx_attemp_data_prep:
+0x2f22 007947 set1 mark_24g_conext ,mark 
+0x2f23 007948 jam 0xff ,mem_24g_common_temp 
+0x2f24 007949 call g24_fetch_mem_data_type 
+0x2f25 007951 call g24_put_data_in_buff_pre 
+0x2f26 007952 branch g24_transmit_prep 
+:      007954 g24_attemp_txdata_retry:
+0x2f27 007955 call g24_fetch_mem_check_dongle_times 
+0x2f28 007957 increase 1 ,pdata 
+0x2f29 007958 call g24_store_mem_check_dongle_times 
+0x2f2a 007960 call g24_ch 
+0x2f2b 007961 branch g24_tx_attemp_dongle_loop 
+:      007963 g24_check_51cmd_start_24g:
+0x2f2c 007964 call g24_store_mem_tx_power 
+0x2f2d 007967 setarg state_24g_pairing_success 
+0x2f2e 007968 call g24_store_mem_pairing_sm 
+0x2f2f 007970 branch g24_start_24g_mode 
+:      007979 dongle_init:
+0x2f30 007980 bpatch patch17_2 ,mem_patch17 
+0x2f31 007981 call g24_head_ptr2regc 
+0x2f32 007982 setarg dongle_rxdata_type1 
+0x2f33 007983 add regc ,offset_24g_cb_rxdata_type1 ,contw 
+0x2f34 007984 istore 2 ,contw 
+0x2f35 007986 call g24_receive_init 
+0x2f36 007987 call usb_init 
+0x2f37 007988 call g24_fetch_mem_pair_mode 
+0x2f38 007990 bpatch patch17_3 ,mem_patch17 
+0x2f39 007991 beq 0x00 ,dongle_auto_bind 
+0x2f3a 007992 beq 0x01 ,dongle_pc_bind 
+0x2f3b 007993 beq 0x0f ,dongle_all_powerful 
+0x2f3c 007994 branch assert 
+:      007996 g24_receive_init:
+0x2f3d 007997 call g24_store_mem_tx_power_temp 
+0x2f3e 007998 arg 0x80 ,loopcnt 
+0x2f3f 007999 arg mem_rssi_noise_buffer ,contw 
+0x2f40 008000 branch memset0 
+:      008002 dongle_all_powerful:
+0x2f41 008003 call dongle_check_mode 
+:      008004 dongle_all_powerful_loop:
+0x2f42 008005 call g24_dongle_work_mode 
+0x2f43 008006 call usb_isr 
+0x2f44 008007 branch dongle_all_powerful_loop 
+:      008009 dongle_pc_bind:
+0x2f45 008010 bpatch patch17_4 ,mem_patch17 
+0x2f46 008011 call dongle_check_mode 
+:      008012 dongle_pc_bind_loop:
+0x2f47 008013 call g24_dongle_work_mode 
+0x2f48 008014 call g24_dongle_bind_mode 
+0x2f49 008015 call usb_isr 
+0x2f4a 008016 call dongle_usb_dispatch 
+0x2f4b 008017 branch dongle_pc_bind_loop 
+:      008019 dongle_check_mode:
+0x2f4c 008023 call g24_set_work_mem_dongle_work_mode 
+0x2f4d 008024 call g24_set0_mem_dongle_mode_init 
+0x2f4e 008025 branch g24_set0_mem_ackpayload_enable 
+:      008027 g24_dongle_work_mode:
+0x2f4f 008028 call g24_fetch_mem_dongle_work_mode 
+0x2f50 008030 rtnne dongle_work 
+:      008031 g24_dongle_work_mode_start:
+0x2f51 008032 call g24_dongle_work_init 
+0x2f52 008033 call g24_ch_process 
+0x2f53 008034 call g24_receive_packet_start 
+0x2f54 008035 branch g24_blank_data_process 
+:      008037 g24_dongle_work_init:
+0x2f55 008038 call g24_fetch_mem_dongle_mode_init 
+0x2f56 008040 rtnbit1 dongle_work 
+0x2f57 008041 set1 dongle_work ,pdata 
+0x2f58 008042 call g24_store_mem_dongle_mode_init 
+0x2f59 008044 call g24_store_mem_tx_power 
+0x2f5a 008047 call g24_set0_mem_ackpayload_enable 
+0x2f5b 008049 jam 0 ,mem_usb_tx_enable 
+0x2f5c 008050 call g24_set1_mem_abort_pac 
+0x2f5d 008052 call g24_dongle_init 
+:      008053 g24_rx_interrupt_clear:
+0x2f5e 008054 add regc ,offset_24g_rxbuf ,contw 
+0x2f5f 008056 arg 66 ,loopcnt 
+0x2f60 008057 branch clear_mem 
+:      008059 g24_dongle_init:
+0x2f61 008060 call g24_set0_mem_pid 
+0x2f62 008062 call g24_fetch_mem_rx_addr 
+0x2f63 008064 call g24_store_mem_addr 
+0x2f64 008066 branch g24_ch 
+:      008068 g24_ch_process:
+0x2f65 008069 bpatch patch17_5 ,mem_patch17 
+0x2f66 008070 call g24_fetch_mem_abort_pac 
+0x2f67 008072 beq 1 ,g24_noise_rssi 
+0x2f68 008073 call g24_fetch_mem_hop_pac 
+0x2f69 008075 beq 1 ,g24_ch 
+0x2f6a 008076 setarg offset_24g_hop_btclk 
+0x2f6b 008077 iadd regc ,rega 
+0x2f6c 008078 ifetcht 4 ,rega 
+0x2f6d 008080 copy clkn_bt ,pdata 
+0x2f6e 008081 isub temp ,null 
+0x2f6f 008082 ncall g24_timer_timeout ,positive 
+0x2f70 008083 copy pdata ,regb 
+0x2f71 008084 setarg offset_24g_hop_btclk 
+0x2f72 008085 iadd regc ,rega 
+0x2f73 008086 ifetch 4 ,rega 
+0x2f74 008087 copy pdata ,temp 
+0x2f75 008089 setarg offset_24g_hop_interval 
+0x2f76 008090 iadd regc ,rega 
+0x2f77 008091 copy temp ,pdata 
+0x2f78 008092 ifetcht 1 ,rega 
+0x2f79 008094 iadd temp ,temp 
+0x2f7a 008095 copy regb ,pdata 
+0x2f7b 008096 isub temp ,null 
+0x2f7c 008097 nrtn positive 
+0x2f7d 008098 set0 28 ,pdata 
+0x2f7e 008099 setarg offset_24g_hop_btclk 
+0x2f7f 008100 iadd regc ,contw 
+0x2f80 008101 istore 4 ,contw 
+:      008103 g24_ch_update:
+0x2f81 008104 call g24_ch 
+0x2f82 008105 call g24_fetch_mem_rf_laststa 
+0x2f83 008107 increase 1 ,pdata 
+0x2f84 008108 call g24_store_mem_rf_laststa 
+0x2f85 008110 rtnne 2 
+0x2f86 008111 call g24_set0_mem_rf_laststa 
+0x2f87 008115 branch g24_set1_mem_abort_pac 
+:      008117 g24_ch_timer_reinit:
+0x2f88 008118 copy clkn_bt ,pdata 
+0x2f89 008119 arg offset_24g_hop_btclk ,rega 
+0x2f8a 008120 call g24_set_contw_with_temp 
+0x2f8b 008121 istore 4 ,contw 
+0x2f8c 008125 branch g24_set0_mem_rf_laststa 
+:      008127 g24_noise_rssi:
+0x2f8d 008128 arg mem_rssi_noise_buffer ,rega 
+0x2f8e 008129 call g24_noise_rssi_average 
+0x2f8f 008130 add regc ,offset_rssi_noise_avg ,contw 
+0x2f90 008131 istoret 1 ,contw 
+0x2f91 008133 sub temp ,rssi_thresh_noise ,null 
+0x2f92 008134 nrtn positive 
+0x2f93 008135 branch g24_ch 
+:      008137 g24_noise_rssi_average:
+0x2f94 008138 arg rssi_buf_len_noise + 1 ,loopcnt 
+0x2f95 008139 branch rssi_average 
+:      008141 g24_blank_data_process:
+0x2f96 008142 call g24_ms_blank_data 
+0x2f97 008143 call g24_kb_blank_data 
+0x2f98 008144 branch g24_kb_mul_blank_data 
+:      008146 g24_ms_blank_data:
+0x2f99 008147 setarg offset_24g_ms_blank_data_enable 
+0x2f9a 008148 call g24_set_rega_ifetch_1byte 
+0x2f9b 008150 rtn blank 
+0x2f9c 008151 arg timer_ms_blank ,queue 
+0x2f9d 008152 call timer_check 
+0x2f9e 008153 nrtn blank 
+0x2f9f 008154 call g24_set0_mem_ms_blank_data_enable 
+:      008156 g24_ms_blank_data_2usb:
+0x2fa0 008157 setarg ms_report_id 
+0x2fa1 008158 store 1 ,mem_usb_mouse_data 
+0x2fa2 008159 setarg 0 
+0x2fa3 008160 istore 7 ,contw 
+0x2fa4 008161 branch g24_data_type1_usbtx_enable 
+:      008163 g24_kb_blank_data:
+0x2fa5 008164 setarg offset_24g_kb_blank_data_enable 
+0x2fa6 008165 call g24_set_rega_ifetch_1byte 
+0x2fa7 008167 rtn blank 
+0x2fa8 008168 arg timer_kb_blank ,queue 
+0x2fa9 008169 call timer_check 
+0x2faa 008170 nrtn blank 
+0x2fab 008171 call g24_set0_mem_kb_blank_data_enable 
+:      008173 g24_kb_blank_data_2usb:
+0x2fac 008174 arg mem_usb_kb_data ,contw 
+0x2fad 008175 arg 2 ,loopcnt 
+0x2fae 008176 call memset0 
+0x2faf 008177 jam kb_normal_report_id ,mem_usb_kb_data 
+0x2fb0 008178 branch g24_kb_data_into_ep1_fifo 
+:      008180 g24_kb_mul_blank_data:
+0x2fb1 008181 setarg offset_24g_kb_mul_blank_data_enable 
+0x2fb2 008182 call g24_set_rega_ifetch_1byte 
+0x2fb3 008184 rtn blank 
+0x2fb4 008185 arg timer_kb_mul_blank ,queue 
+0x2fb5 008186 call timer_check 
+0x2fb6 008187 nrtn blank 
+0x2fb7 008188 call g24_set0_mem_kb_mul_blank_data_enable 
+:      008190 g24_kb_mul_blank_data_2usb:
+0x2fb8 008191 arg mem_usb_kb_multikey ,contw 
+0x2fb9 008192 arg 2 ,loopcnt 
+0x2fba 008193 call memset0 
+0x2fbb 008194 jam kb_multikey_report_id ,mem_usb_kb_multikey 
+0x2fbc 008195 branch g24_kb_mul_data_into_ep2_fifo 
+:      008197 g24_dongle_bind_mode:
+0x2fbd 008198 call g24_fetch_mem_dongle_work_mode 
+0x2fbe 008200 rtnne dongle_bind 
+0x2fbf 008201 call g24_dongle_bind_init 
+0x2fc0 008202 branch g24_dongle_bind_data_process 
+:      008204 g24_dongle_bind_init:
+0x2fc1 008205 call g24_fetch_mem_dongle_mode_init 
+0x2fc2 008207 rtnbit1 dongle_bind 
+0x2fc3 008208 set1 dongle_bind ,pdata 
+0x2fc4 008209 call g24_store_mem_dongle_mode_init 
+0x2fc5 008211 call g24_set1_mem_ackpayload_enable 
+0x2fc6 008213 call g24_pair_init 
+0x2fc7 008214 setarg 0 
+0x2fc8 008215 arg offset_dongle_ms_bind_step ,rega 
+0x2fc9 008216 call g24_set_contw_with_temp 
+0x2fca 008218 branch g24_contw_istore_3byte 
+:      008220 g24_dongle_bind_data_process:
+0x2fcb 008221 call g24_receive_transmit_ack 
+0x2fcc 008222 nbranch g24_rx_interrupt_clear ,user3 
+0x2fcd 008223 add regc ,offset_24g_rxbuf ,contr 
+0x2fce 008224 setarg offset_24g_rxdata_temp 
+0x2fcf 008225 iadd regc ,contw 
+0x2fd0 008226 arg 8 ,loopcnt 
+0x2fd1 008227 call memcpy 
+0x2fd2 008228 setarg offset_24g_rxdata_temp_add2 
+0x2fd3 008229 call g24_set_rega_ifetch_1byte 
+0x2fd4 008230 beq datatype_bind ,g24_dongle_bind_first_step 
+0x2fd5 008231 beq datatype_config ,g24_dongle_bind_second_step 
+0x2fd6 008232 beq datatype_ok ,g24_dongle_bind_third_step 
+0x2fd7 008233 beq 0xff ,g24_data_attemp 
+0x2fd8 008234 branch g24_rx_interrupt_clear 
+:      008236 g24_dongle_bind_first_step:
+0x2fd9 008237 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x2fda 008238 beq bind_mouse ,g24_dongle_bind_first_step_mouse 
+0x2fdb 008239 beq bind_keyboard ,g24_dongle_bind_first_step_keyboard 
+0x2fdc 008240 rtn 
+:      008241 g24_dongle_bind_first_step_mouse:
+0x2fdd 008242 setarg 1 
+0x2fde 008243 call g24_store_mem_ms_bind_step 
+:      008245 g24_dongle_bind_ms_payload_cfg:
+0x2fdf 008246 setarg datatype_mouse 
+0x2fe0 008247 call g24_store_mem_bind_payload 
+:      008249 g24_dongle_bind_payload_cfg:
+0x2fe1 008250 setarg 0x80 
+0x2fe2 008251 arg offset_24g_bind_payload_add1 ,rega 
+0x2fe3 008252 call g24_set_contw_with_regb_store_1byte 
+0x2fe4 008254 call g24_fetch_mem_rx_addr 
+0x2fe5 008256 arg offset_24g_bind_payload_add2 ,rega 
+0x2fe6 008257 call g24_set_contw_with_temp 
+0x2fe7 008259 branch g24_contw_istore_4byte 
+:      008261 g24_dongle_bind_first_step_keyboard:
+0x2fe8 008262 setarg 1 
+0x2fe9 008263 call g24_store_mem_kb_bind_step 
+:      008265 g24_dongle_bind_kb_payload_cfg:
+0x2fea 008266 setarg datatype_keyboard 
+0x2feb 008267 call g24_store_mem_bind_payload 
+0x2fec 008269 branch g24_dongle_bind_payload_cfg 
+:      008271 g24_dongle_bind_second_step:
+0x2fed 008272 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x2fee 008273 beq bind_mouse ,g24_dongle_bind_second_step_mouse 
+0x2fef 008274 beq bind_keyboard ,g24_dongle_bind_second_step_keyboard 
+0x2ff0 008275 rtn 
+:      008276 g24_dongle_bind_second_step_mouse:
+0x2ff1 008277 call g24_dongle_bind_ms_payload_cfg 
+0x2ff2 008278 setarg offset_dongle_ms_bind_step 
+0x2ff3 008279 call g24_set_rega_ifetch_1byte 
+0x2ff4 008281 beq 1 ,g24_dongle_ms_bind_step_set2 
+0x2ff5 008282 rtn 
+:      008283 g24_dongle_ms_bind_step_set2:
+0x2ff6 008284 setarg 2 
+:      008286 g24_store_mem_ms_bind_step:
+0x2ff7 008287 arg offset_dongle_ms_bind_step ,rega 
+0x2ff8 008288 branch g24_set_contw_with_regb_store_1byte 
+:      008290 g24_dongle_bind_second_step_keyboard:
+0x2ff9 008291 call g24_dongle_bind_kb_payload_cfg 
+0x2ffa 008292 setarg offset_dongle_kb_bind_step 
+0x2ffb 008293 call g24_set_rega_ifetch_1byte 
+0x2ffc 008295 beq 1 ,g24_dongle_kb_bind_step_set2 
+0x2ffd 008296 rtn 
+:      008297 g24_dongle_kb_bind_step_set2:
+0x2ffe 008298 setarg 2 
+:      008300 g24_store_mem_kb_bind_step:
+0x2fff 008301 arg offset_dongle_kb_bind_step ,rega 
+0x3000 008302 branch g24_set_contw_with_regb_store_1byte 
+:      008304 g24_dongle_bind_third_step:
+0x3001 008305 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x3002 008306 beq bind_mouse ,g24_dongle_bind_third_step_mouse 
+0x3003 008307 beq bind_keyboard ,g24_dongle_bind_third_step_keyboard 
+0x3004 008308 rtn 
+:      008309 g24_dongle_bind_third_step_mouse:
+0x3005 008310 setarg offset_dongle_ms_bind_step 
+0x3006 008311 call g24_set_rega_ifetch_1byte 
+0x3007 008313 beq 2 ,g24_dongle_ms_bind_step_success 
+0x3008 008314 rtn 
+:      008315 g24_dongle_ms_bind_step_success:
+0x3009 008316 call g24_fetch_mem_bind_device_status 
+0x300a 008318 or_into 0x01 ,pdata 
+0x300b 008319 call g24_store_mem_bind_device_status 
+:      008321 g24_dongle_bind_exit:
+0x300c 008322 setarg 0 
+0x300d 008323 setarg offset_dongle_ms_bind_step 
+0x300e 008324 iadd regc ,contw 
+0x300f 008325 istore 2 ,contw 
+0x3010 008326 branch g24_rx_interrupt_clear 
+:      008328 g24_dongle_bind_third_step_keyboard:
+0x3011 008329 setarg offset_dongle_kb_bind_step 
+0x3012 008330 call g24_set_rega_ifetch_1byte 
+0x3013 008332 bne 0 ,g24_dongle_kb_bind_step_success 
+0x3014 008333 rtn 
+:      008334 g24_dongle_kb_bind_step_success:
+0x3015 008335 call g24_fetch_mem_bind_device_status 
+0x3016 008337 or_into 0x02 ,pdata 
+0x3017 008338 call g24_store_mem_bind_device_status 
+0x3018 008340 branch g24_dongle_bind_exit 
+:      008343 dongle_usb_dispatch:
+0x3019 008344 fetch 1 ,mem_usb0_get_set_report 
+0x301a 008345 rtn blank 
+0x301b 008346 jam 0 ,mem_usb0_get_set_report 
+0x301c 008347 fetch 2 ,mem_usb_setup_bvalue_temp 
+0x301d 008348 arg pc_set_report ,temp 
+0x301e 008349 isub temp ,null 
+0x301f 008350 nrtn zero 
+0x3020 008352 fetch 1 ,mem_usb0_set_report_data 
+0x3021 008353 rtnne pc_report_id 
+0x3022 008354 fetch 1 ,mem_usb0_set_report_data + 1 
+0x3023 008355 bpatch patch17_6 ,mem_patch17 
+0x3024 008356 beq command_mode ,dongle_dispose_cmd_mode 
+0x3025 008357 beq command_bind ,dongle_dispose_cmd_bind 
+0x3026 008358 beq command_current_project ,dongle_dispose_cmd_current_project 
+0x3027 008359 beq command_current_mode ,dongle_dispose_cmd_current_mode 
+0x3028 008360 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
+0x3029 008361 beq command_user_defined ,dongle_dispose_cmd_user_defined 
+:      008362 usb0_data_ready_report_set0:
+0x302a 008363 jam 0 ,mem_usb0_data_ready_report 
+0x302b 008364 rtn 
+:      008365 dongle_dispose_cmd_bind:
+0x302c 008366 fetch 1 ,mem_usb0_set_report_data + 2 
+0x302d 008367 beq com_bind_get ,dongle_dispose_cmd_get_bind 
+0x302e 008368 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
+0x302f 008369 beq com_read_mode ,dongle_dispose_cmd_read_mode 
+0x3030 008370 branch usb0_data_ready_report_set0 
+:      008371 dongle_dispose_cmd_get_bind:
+0x3031 008372 call g24_fetch_mem_bind_device_status 
+0x3032 008374 store 1 ,mem_usb0_get_report_data + 1 
+0x3033 008375 branch usb0_data_ready_report_set1 
+:      008376 dongle_dispose_cmd_exit_bind:
+0x3034 008377 call g24_set_work_mem_dongle_work_mode 
+0x3035 008379 call g24_set0_mem_dongle_mode_init 
+0x3036 008381 call g24_fetch_mem_bind_device_status 
+0x3037 008383 store 1 ,mem_usb0_get_report_data + 1 
+0x3038 008384 branch usb0_data_ready_report_set1 
+:      008386 dongle_dispose_cmd_read_mode:
+:      008387 dongle_dispose_in_bind_mode:
+0x3039 008388 jam command_bind ,mem_usb0_get_report_data + 1 
+0x303a 008389 branch usb0_data_ready_report_set1 
+:      008391 dongle_dispose_cmd_mode:
+0x303b 008392 fetch 1 ,mem_usb0_set_report_data + 2 
+0x303c 008393 beq com_mode_bind ,dongle_enter_bind_mode 
+0x303d 008395 branch usb0_data_ready_report_set0 
+:      008396 dongle_enter_bind_mode:
+0x303e 008399 call g24_bind_mode_enable 
+:      008400 usb0_data_ready_report_set1:
+0x303f 008401 jam 1 ,mem_usb0_data_ready_report 
+0x3040 008402 rtn 
+:      008407 dongle_dispose_cmd_current_project:
+0x3041 008408 jam product_id ,mem_usb0_get_report_data + 1 
+0x3042 008409 branch usb0_data_ready_report_set1 
+:      008411 dongle_dispose_cmd_current_mode:
+0x3043 008412 call g24_fetch_mem_dongle_work_mode 
+0x3044 008414 beq dongle_work ,dongle_dispose_in_work_mode 
+0x3045 008415 beq dongle_bind ,dongle_dispose_in_bind_mode 
+0x3046 008417 rtn 
+:      008418 dongle_dispose_in_work_mode:
+0x3047 008419 jam command_mode ,mem_usb0_get_report_data + 1 
+0x3048 008420 branch usb0_data_ready_report_set1 
+:      008425 dongle_dispose_cmd_current_fw_version:
+0x3049 008426 jam fw_version0 ,mem_usb0_get_report_data + 1 
+0x304a 008427 jam fw_version1 ,mem_usb0_get_report_data + 2 
+0x304b 008428 jam fw_version2 ,mem_usb0_get_report_data + 3 
+0x304c 008429 branch usb0_data_ready_report_set1 
+:      008431 dongle_dispose_cmd_user_defined:
+0x304d 008433 call g24_set1_mem_ackpayload_enable 
+0x304e 008434 fetch 1 ,mem_usb0_set_report_data + 2 
+0x304f 008435 increase 2 ,pdata 
+0x3050 008436 copy pdata ,loopcnt 
+0x3051 008437 arg mem_usb0_set_report_data ,contr 
+0x3052 008438 setarg offset_24g_ackpayload 
+0x3053 008439 iadd regc ,contw 
+0x3054 008440 branch memcpy 
+:      008443 dongle_auto_bind:
+0x3055 008444 bpatch patch17_7 ,mem_patch17 
+0x3056 008445 call g24_mode_switch_init 
+:      008446 dongle_auto_bind_loop:
+0x3057 008447 call g24_receive_process 
+0x3058 008448 call usb_isr 
+0x3059 008449 branch dongle_auto_bind_loop 
+:      008451 g24_dongle_work_mode_auto:
+0x305a 008452 call g24_fetch_mem_dongle_work_mode 
+0x305b 008454 rtnne dongle_work 
+0x305c 008455 call g24_dongle_work_mode_start 
+0x305d 008456 branch g24_rx_nodata_process 
+:      008458 g24_dongle_bind_mode_auto:
+0x305e 008459 call g24_fetch_mem_dongle_work_mode 
+0x305f 008461 rtnne dongle_bind 
+0x3060 008462 call g24_dongle_bind_init 
+0x3061 008463 call g24_dongle_bind_data_process 
+0x3062 008464 call g24_fetch_mem_bind_device_status 
+0x3063 008466 rtn blank 
+0x3064 008467 call g24_set0_mem_mode_switch 
+0x3065 008469 call dongle_check_mode 
+0x3066 008470 call g24_enable_nodata_timer 
+:      008471 g24_timer_init:
+0x3067 008472 setarg 0 
+0x3068 008473 add regc ,offset_24g_tx_btclk ,contw 
+0x3069 008475 branch g24_contw_istore_4byte 
+:      008477 g24_timer_check:
+0x306a 008478 call disable_user 
+0x306b 008479 add regc ,offset_24g_tx_btclk ,rega 
+0x306c 008480 ifetcht 4 ,rega 
+0x306d 008482 copy clkn_bt ,pdata 
+0x306e 008483 isub temp ,null 
+0x306f 008484 ncall g24_timer_timeout ,positive 
+0x3070 008485 copy pdata ,regb 
+0x3071 008486 add regc ,offset_24g_tx_btclk ,rega 
+0x3072 008487 ifetch 4 ,rega 
+0x3073 008489 add regc ,offset_24g_interval ,rega 
+0x3074 008490 ifetcht 1 ,rega 
+0x3075 008492 iadd temp ,temp 
+0x3076 008493 copy regb ,pdata 
+0x3077 008494 isub temp ,null 
+0x3078 008495 nrtn positive 
+0x3079 008496 set0 28 ,pdata 
+0x307a 008497 add regc ,offset_24g_tx_btclk ,contw 
+0x307b 008498 istore 4 ,contw 
+0x307c 008500 branch enable_user 
+:      008502 g24_mode_switch_init:
+0x307d 008503 setarg 1 
+0x307e 008504 call g24_store_mem_mode_switch 
+0x307f 008506 call g24_set0_mem_time_slice 
+0x3080 008508 setarg 0xff 
+0x3081 008509 add regc ,offset_24g_interval ,contw 
+0x3082 008510 istore 1 ,contw 
+0x3083 008512 branch g24_timer_init 
+:      008514 g24_mode_switch:
+0x3084 008515 setarg offset_24g_mode_switch 
+0x3085 008516 call g24_set_rega_ifetch_1byte 
+0x3086 008518 rtn blank 
+0x3087 008519 call g24_timer_check 
+0x3088 008520 nrtn user 
+0x3089 008521 call g24_fetch_mem_time_slice 
+0x308a 008523 increase 1 ,pdata 
+0x308b 008524 and_into 1 ,pdata 
+0x308c 008525 call g24_store_mem_time_slice 
+0x308d 008527 beq 0 ,dongle_check_mode 
+0x308e 008528 beq 1 ,g24_bind_mode_enable 
+0x308f 008529 rtn 
+:      008531 g24_bind_mode_enable:
+0x3090 008535 setarg dongle_bind 
+0x3091 008536 call g24_store_mem_dongle_work_mode 
+0x3092 008537 branch g24_set0_mem_dongle_mode_init 
+:      008539 g24_enable_nodata_timer:
+0x3093 008540 setarg 1 
+0x3094 008541 call g24_store_mem_nodata_timer_enable 
+:      008543 g24_enable_nodata_timer_init:
+0x3095 008544 setarg timer_nodata_delay 
+0x3096 008545 arg timer_nodata ,queue 
+0x3097 008546 branch timer_init 
+:      008548 g24_rx_nodata_process:
+0x3098 008549 call g24_fetch_mem_nodata_timer_enable 
+0x3099 008551 rtn blank 
+0x309a 008552 arg timer_nodata ,queue 
+0x309b 008553 call timer_check 
+0x309c 008554 nrtn blank 
+0x309d 008555 call g24_set0_mem_nodata_timer_enable 
+0x309e 008558 setarg dongle_search 
+0x309f 008559 call g24_store_mem_dongle_work_mode 
+0x30a0 008561 call g24_set0_mem_dongle_mode_init 
+0x30a1 008563 branch g24_rx_interrupt_clear 
+:      008565 g24_dongle_search_mode_auto:
+0x30a2 008566 bpatch patch18_0 ,mem_patch18 
+0x30a3 008567 call g24_fetch_mem_dongle_work_mode 
+0x30a4 008569 rtnne dongle_search 
+0x30a5 008570 call g24_dongle_search_mode_init 
+0x30a6 008571 call g24_rx_auto_addr_ch_search 
+0x30a7 008572 call g24_receive_transmit_ack 
+0x30a8 008573 nbranch g24_rx_interrupt_clear ,user3 
+0x30a9 008575 call g24_dongle_search_addr_check 
+0x30aa 008576 call g24_receive_packet_parse ,zero 
+0x30ab 008580 call dongle_check_mode 
+0x30ac 008581 call g24_fetch_mem_dongle_mode_init 
+0x30ad 008583 set1 dongle_work ,pdata 
+0x30ae 008584 call g24_store_mem_dongle_mode_init 
+0x30af 008586 call g24_rx_interrupt_clear 
+0x30b0 008587 call g24_enable_nodata_timer 
+0x30b1 008588 call g24_dongle_search_addr_check 
+0x30b2 008589 branch g24_dg_ch_num_reinit ,zero 
+0x30b3 008590 setarg offset_24g_kb_addr 
+0x30b4 008591 call g24_set_rega_ifetcht_4byte 
+0x30b5 008593 call g24_fetch_mem_addr_isub_temp 
+0x30b6 008594 branch g24_kb_ch_num_reinit ,zero 
+0x30b7 008595 setarg offset_24g_mouse_addr 
+0x30b8 008596 call g24_set_rega_ifetcht_4byte 
+0x30b9 008598 call g24_fetch_mem_addr_isub_temp 
+0x30ba 008599 branch g24_ms_ch_num_reinit ,zero 
+0x30bb 008600 rtn 
+:      008602 g24_dongle_search_addr_check:
+0x30bc 008603 setarg offset_24g_rx_addr 
+0x30bd 008604 call g24_set_rega_ifetcht_4byte 
+:      008606 g24_fetch_mem_addr_isub_temp:
+0x30be 008607 call g24_fetch_mem_addr 
+0x30bf 008609 isub temp ,null 
+0x30c0 008610 rtn 
+:      008612 g24_dg_ch_num_reinit:
+0x30c1 008613 setarg offset_24g_dg_ch_number 
+0x30c2 008614 call g24_set_rega_ifetch_1byte 
+:      008616 g24_current_ch_num_reinit:
+0x30c3 008618 add regc ,offset_24g_current_ch_number ,contw 
+0x30c4 008619 branch g24_contw_istore_1byte 
+:      008621 g24_kb_ch_num_reinit:
+0x30c5 008622 setarg offset_24g_kb_ch_number 
+0x30c6 008623 call g24_set_rega_ifetch_1byte 
+0x30c7 008625 branch g24_current_ch_num_reinit 
+:      008626 g24_ms_ch_num_reinit:
+0x30c8 008627 setarg offset_24g_ms_ch_number 
+0x30c9 008628 call g24_set_rega_ifetch_1byte 
+0x30ca 008630 branch g24_current_ch_num_reinit 
+:      008632 g24_dongle_search_mode_init:
+0x30cb 008633 call g24_fetch_mem_dongle_mode_init 
+0x30cc 008635 rtnbit1 dongle_search 
+0x30cd 008636 set1 dongle_search ,pdata 
+0x30ce 008637 call g24_store_mem_dongle_mode_init 
+0x30cf 008639 call g24_set0_mem_time_slice 
+0x30d0 008641 call g24_set1_mem_ackpayload_enable 
+0x30d1 008643 setarg 0 
+0x30d2 008644 add regc ,offset_rssi_noise_dg_index ,contw 
+0x30d3 008645 istore 3 ,contw 
+0x30d4 008647 arg offset_24g_dg_config_ch_once ,rega 
+0x30d5 008648 call g24_set_contw_with_temp 
+0x30d6 008649 istore 7 ,contw 
+0x30d7 008652 call g24_dongle_search_addr_check 
+0x30d8 008653 nrtn zero 
+0x30d9 008654 add regc ,offset_24g_current_ch_number ,rega 
+0x30da 008655 ifetch 1 ,rega 
+0x30db 008657 arg offset_24g_dg_ch_number ,rega 
+0x30dc 008658 call g24_set_contw_with_regb_store_1byte 
+0x30dd 008660 add regc ,offset_24g_ch ,rega 
+0x30de 008661 ifetch 1 ,rega 
+0x30df 008664 branch g24_store_mem_dg_last_ch 
+:      008666 g24_rx_auto_addr_ch_search:
+0x30e0 008667 bpatch patch18_1 ,mem_patch18 
+0x30e1 008668 call g24_fetch_mem_time_slice 
+0x30e2 008670 increase 1 ,pdata 
+0x30e3 008671 and_into 3 ,pdata 
+0x30e4 008672 call g24_store_mem_time_slice 
+0x30e5 008675 beq 0 ,g24_rx_auto_bind_config_kb 
+0x30e6 008676 beq 1 ,g24_rx_auto_bind_config_dongle 
+0x30e7 008677 beq 2 ,g24_rx_auto_bind_config_mouse 
+0x30e8 008678 beq 3 ,g24_rx_auto_bind_config_dongle 
+0x30e9 008679 rtn 
+:      008681 g24_rx_auto_bind_config_mouse:
+0x30ea 008682 call g24_dongle_bind_ms_payload_cfg 
+0x30eb 008683 setarg offset_24g_mouse_addr 
+0x30ec 008684 call g24_set_rega_ifetch_4byte 
+0x30ed 008686 branch g24_rx_auto_addr_ch_search ,blank 
+0x30ee 008687 call g24_store_mem_addr 
+0x30ef 008689 setarg offset_24g_ms_config_ch_once 
+0x30f0 008690 call g24_set_rega_ifetch_1byte 
+0x30f1 008692 call g24_ms_config_ch_once ,blank 
+0x30f2 008693 setarg offset_24g_ms_last_ch 
+0x30f3 008694 call g24_set_rega_ifetch_1byte 
+0x30f4 008696 call g24_store_mem_ch 
+0x30f5 008698 add regc ,offset_rssi_noise_ms_index ,rega 
+0x30f6 008699 ifetcht 1 ,rega 
+0x30f7 008701 arg mem_rssi_noise_ms_buffer ,rega 
+0x30f8 008702 call rssi_noise_store 
+0x30f9 008703 add regc ,offset_rssi_noise_ms_index ,contw 
+0x30fa 008704 istoret 1 ,contw 
+0x30fb 008706 call g24_noise_rssi_average 
+0x30fc 008707 add regc ,offset_rssi_noise_ms_avg ,contw 
+0x30fd 008708 istoret 1 ,contw 
+0x30fe 008710 sub temp ,rssi_thresh_noise ,null 
+0x30ff 008711 nrtn positive 
+0x3100 008712 setarg offset_24g_ms_ch_number 
+0x3101 008713 call g24_set_rega_ifetcht_1byte 
+0x3102 008715 call g24_ch_temp_incre_size4 
+0x3103 008716 arg offset_24g_ms_ch_number ,rega 
+0x3104 008717 call g24_set_contw_with_regb2 
+0x3105 008718 istoret 1 ,contw 
+:      008720 g24_store_mem_ms_last_ch:
+0x3106 008722 arg offset_24g_ms_last_ch ,rega 
+0x3107 008723 branch g24_set_contw_with_regb_store_1byte 
+:      008725 g24_ms_config_ch_once:
+0x3108 008726 setarg 1 
+0x3109 008727 arg offset_24g_ms_config_ch_once ,rega 
+0x310a 008728 call g24_set_contw_with_regb_store_1byte 
+0x310b 008730 arg 0 ,temp 
+0x310c 008731 call g24_ch_calc 
+0x310d 008734 branch g24_store_mem_ms_last_ch 
+:      008736 g24_rx_auto_bind_config_kb:
+0x310e 008737 call g24_dongle_bind_kb_payload_cfg 
+0x310f 008738 setarg offset_24g_kb_addr 
+0x3110 008739 call g24_set_rega_ifetch_4byte 
+0x3111 008741 branch g24_rx_auto_addr_ch_search ,blank 
+0x3112 008742 call g24_store_mem_addr 
+0x3113 008744 setarg offset_24g_kb_config_ch_once 
+0x3114 008745 call g24_set_rega_ifetch_1byte 
+0x3115 008747 call g24_kb_config_ch_once ,blank 
+0x3116 008748 setarg offset_24g_kb_last_ch 
+0x3117 008749 call g24_set_rega_ifetch_1byte 
+0x3118 008751 call g24_store_mem_ch 
+0x3119 008753 add regc ,offset_rssi_noise_kb_index ,rega 
+0x311a 008754 ifetcht 1 ,rega 
+0x311b 008756 arg mem_rssi_noise_kb_buffer ,rega 
+0x311c 008757 call rssi_noise_store 
+0x311d 008758 add regc ,offset_rssi_noise_kb_index ,contw 
+0x311e 008759 istoret 1 ,contw 
+0x311f 008761 call g24_noise_rssi_average 
+0x3120 008762 add regc ,offset_rssi_noise_kb_avg ,contw 
+0x3121 008763 istoret 1 ,contw 
+0x3122 008765 sub temp ,rssi_thresh_noise ,null 
+0x3123 008766 nrtn positive 
+0x3124 008767 setarg offset_24g_kb_ch_number 
+0x3125 008768 call g24_set_rega_ifetcht_1byte 
+0x3126 008770 call g24_ch_temp_incre_size4 
+0x3127 008771 arg offset_24g_kb_ch_number ,rega 
+0x3128 008772 call g24_set_contw_with_regb2 
+0x3129 008773 istoret 1 ,contw 
+:      008775 g24_store_mem_kb_last_ch:
+0x312a 008777 arg offset_24g_kb_last_ch ,rega 
+0x312b 008778 branch g24_set_contw_with_regb_store_1byte 
+:      008780 g24_kb_config_ch_once:
+0x312c 008781 setarg 1 
+0x312d 008782 arg offset_24g_kb_config_ch_once ,rega 
+0x312e 008783 call g24_set_contw_with_regb_store_1byte 
+0x312f 008785 arg 0 ,temp 
+0x3130 008786 call g24_ch_calc 
+0x3131 008789 branch g24_store_mem_kb_last_ch 
+:      008791 g24_rx_auto_bind_config_dongle:
+0x3132 008792 call g24_dongle_bind_ms_payload_cfg 
+0x3133 008793 call g24_fetch_mem_rx_addr 
+0x3134 008795 call g24_store_mem_addr 
+0x3135 008797 setarg offset_24g_dg_config_ch_once 
+0x3136 008798 call g24_set_rega_ifetch_1byte 
+0x3137 008800 call g24_dg_config_ch_once ,blank 
+0x3138 008801 call g24_dg_store_config_ch 
+0x3139 008802 add regc ,offset_rssi_noise_dg_index ,rega 
+0x313a 008803 ifetcht 1 ,rega 
+0x313b 008805 arg mem_rssi_noise_dg_buffer ,rega 
+0x313c 008806 call rssi_noise_store 
+0x313d 008807 add regc ,offset_rssi_noise_dg_index ,contw 
+0x313e 008808 istoret 1 ,contw 
+0x313f 008810 call g24_noise_rssi_average 
+0x3140 008811 add regc ,offset_rssi_noise_dg_avg ,contw 
+0x3141 008812 istoret 1 ,contw 
+0x3142 008814 sub temp ,rssi_thresh_noise ,null 
+0x3143 008815 nrtn positive 
+0x3144 008816 setarg offset_24g_dg_ch_number 
+0x3145 008817 call g24_set_rega_ifetcht_1byte 
+0x3146 008819 call g24_ch_temp_incre_size4 
+0x3147 008820 arg offset_24g_dg_ch_number ,rega 
+0x3148 008821 call g24_set_contw_with_regb2 
+0x3149 008822 istoret 1 ,contw 
+:      008824 g24_store_mem_dg_last_ch:
+0x314a 008827 arg offset_24g_dg_last_ch ,rega 
+0x314b 008828 branch g24_set_contw_with_regb_store_1byte 
+:      008831 g24_dg_config_ch_once:
+0x314c 008836 setarg 1 
+0x314d 008837 arg offset_24g_dg_config_ch_once ,rega 
+0x314e 008838 call g24_set_contw_with_regb_store_1byte 
+:      008839 g24_dg_store_config_ch:
+0x314f 008840 setarg offset_24g_dg_last_ch 
+0x3150 008841 call g24_set_rega_ifetch_1byte 
+0x3151 008842 branch g24_store_mem_ch 
+:      008845 g24_transmit_ack:
+0x3152 008847 add regc ,offset_24g_rxbuf ,rega 
+0x3153 008848 ifetch 1 ,rega 
+0x3154 008850 call g24_store_mem_data_type 
+0x3155 008853 call g24_read_len_pid_crc 
+0x3156 008855 call g24_fetch_mem_rxbuf_add1 
+0x3157 008857 isolate1 bit_ack_24g ,pdata 
+0x3158 008858 branch g24tx_no_ack ,true 
+:      008859 g24tx_with_ack:
+0x3159 008860 call g24_ackpayload_prep 
+0x315a 008861 call g24_transmit_prep 
+0x315b 008862 call g24_transmit 
+:      008863 g24tx_no_ack:
+0x315c 008864 branch g24_end_of_packet 
+:      008866 g24_ackpayload_prep:
+0x315d 008867 bpatch patch18_2 ,mem_patch18 
+0x315e 008868 add regc ,offset_24g_datalen ,contw 
+0x315f 008869 call g24_mem_set0 
+0x3160 008871 setarg offset_24g_ackpayload_enable 
+0x3161 008872 call g24_set_rega_ifetch_1byte 
+0x3162 008874 rtn blank 
+0x3163 008875 setarg 0x06 
+0x3164 008876 add regc ,offset_24g_datalen ,contw 
+0x3165 008877 istore 1 ,contw 
+0x3166 008879 arg 0x06 ,loopcnt 
+0x3167 008880 setarg offset_24g_bind_payload 
+0x3168 008881 iadd regc ,contr 
+0x3169 008883 add regc ,offset_24g_txbuf ,contw 
+0x316a 008885 branch memcpy 
+:      008888 g24_receive_packet_start:
+0x316b 008889 call g24_receive_transmit_ack 
+0x316c 008890 nbranch g24_rx_interrupt_clear ,user3 
+0x316d 008891 branch g24_receive_packet_parse 
+:      008893 g24_receive_transmit_ack:
+0x316e 008894 call g24_rx_interrupt_clear 
+0x316f 008895 call g24_receive_packet 
+0x3170 008896 nrtn user3 
+0x3171 008897 branch g24_transmit_ack 
+:      008899 g24_receive_packet_parse:
+0x3172 008900 bpatch patch18_3 ,mem_patch18 
+0x3173 008901 call g24_receive_packet_parse_pid_crc 
+0x3174 008902 nbranch g24_rx_interrupt_clear ,user 
+0x3175 008903 add regc ,offset_24g_rxdata_length ,rega 
+0x3176 008904 ifetch 1 ,rega 
+0x3177 008906 branch g24_rx_interrupt_clear ,blank 
+0x3178 008907 increase 2 ,pdata 
+0x3179 008908 iforce loopcnt 
+0x317a 008909 add regc ,offset_24g_rxbuf ,contr 
+0x317b 008911 setarg offset_24g_rxdata_temp 
+0x317c 008912 iadd regc ,contw 
+0x317d 008914 call memcpy 
+0x317e 008915 call g24_set0_mem_mode_switch 
+0x317f 008917 call g24_fetch_mem_pair_mode 
+0x3180 008919 call g24_enable_nodata_timer ,blank 
+0x3181 008920 setarg offset_24g_rxdata_temp_add2 
+0x3182 008921 call g24_set_rega_ifetch_1byte 
+0x3183 008923 beq 0x01 ,g24_data_type1 
+0x3184 008924 beq 0x02 ,g24_data_type2 
+0x3185 008925 beq 0x03 ,g24_data_type3 
+0x3186 008926 beq 0xff ,g24_data_attemp 
+0x3187 008927 branch g24_rx_interrupt_clear 
+:      008929 g24_receive_packet_parse_pid_crc:
+0x3188 008930 call g24_head_ptr2regc 
+0x3189 008931 call disable_user 
+0x318a 008932 add regc ,offset_24g_sta_pid ,rega 
+0x318b 008933 ifetch 1 ,rega 
+0x318c 008935 add regc ,offset_24g_last_pid ,rega 
+0x318d 008936 ifetcht 1 ,rega 
+0x318e 008938 isub temp ,null 
+0x318f 008939 ncall enable_user ,zero 
+0x3190 008940 add regc ,offset_24g_sta_pid ,rega 
+0x3191 008941 ifetch 1 ,rega 
+0x3192 008943 add regc ,offset_24g_last_pid ,contw 
+0x3193 008944 istore 1 ,contw 
+0x3194 008946 add regc ,offset_24g_sta_crc ,rega 
+0x3195 008947 ifetch 3 ,rega 
+0x3196 008949 add regc ,offset_24g_last_crc ,rega 
+0x3197 008950 ifetcht 3 ,rega 
+0x3198 008952 isub temp ,null 
+0x3199 008953 ncall enable_user ,zero 
+0x319a 008954 add regc ,offset_24g_sta_crc ,rega 
+0x319b 008955 ifetch 3 ,rega 
+0x319c 008957 add regc ,offset_24g_last_crc ,contw 
+0x319d 008959 branch g24_contw_istore_3byte 
+:      008961 g24_data_type1:
+0x319e 008962 call g24_ch_timer_reinit 
+0x319f 008963 call g24_fetch_mem_abort_pac 
+0x31a0 008964 store 1 ,mem_temp 
+0x31a1 008966 call g24_fetcht_mem_rxdata_temp 
+0x31a2 008967 fetch 1 ,mem_temp 
+0x31a3 008969 isolate1 bit_abort ,temp 
+0x31a4 008970 setflag true ,0 ,pdata 
+0x31a5 008971 add regc ,offset_24g_abort_pac ,contw 
+0x31a6 008972 istore 1 ,contw 
+0x31a7 008974 beq 1 ,g24_data_attemp_mouse 
+0x31a8 008975 call g24_fetch_mem_hop_pac 
+0x31a9 008977 call g24_fetcht_mem_rxdata_temp 
+0x31aa 008979 isolate1 bit_hop ,temp 
+0x31ab 008980 setflag true ,0 ,pdata 
+0x31ac 008981 call g24_store_mem_hop_pac 
+0x31ad 008983 add regc ,offset_24g_cb_rxdata_type1 ,rega 
+0x31ae 008984 ifetch 2 ,rega 
+0x31af 008986 branch callback_func 
+:      008988 dongle_rxdata_type1:
+0x31b0 008989 setarg ms_report_id 
+0x31b1 008990 store 1 ,mem_usb_mouse_data 
+0x31b2 008991 call g24_fetch_mem_rxdata_temp_add3_7byte 
+0x31b3 008993 istore 7 ,contw 
+0x31b4 008994 call g24_fetch_mem_rxdata_temp_add3_7byte 
+0x31b5 008996 ncall g24_ms_enable_blank_data_forcibly ,blank 
+0x31b6 008997 call g24_fetch_mem_rxdata_temp_add3_7byte 
+0x31b7 008999 call g24_ms_disable_blank_data_forcibly ,blank 
+:      009000 g24_data_type1_usbtx_enable:
+0x31b8 009001 jam usb_ep2_ms ,mem_usb_ep2_data 
+:      009002 g24_data_type1_usbtx_enable_ep2:
+0x31b9 009003 fetch 1 ,mem_usb_tx_enable 
+0x31ba 009004 set1 2 ,pdata 
+0x31bb 009005 store 1 ,mem_usb_tx_enable 
+0x31bc 009006 rtn 
+:      009008 g24_ms_enable_blank_data_forcibly:
+0x31bd 009009 setarg 1 
+0x31be 009010 call g24_store_mem_ms_blank_data_enable 
+:      009012 g24_ms_enable_blank_data_timer:
+0x31bf 009013 setarg timer_ms_blank_delay 
+0x31c0 009014 arg timer_ms_blank ,queue 
+0x31c1 009015 branch timer_init 
+:      009016 g24_ms_disable_blank_data_forcibly:
+0x31c2 009017 call g24_set0_mem_ms_blank_data_enable 
+:      009019 g24_ms_disable_blank_data_timer:
+0x31c3 009020 setarg 0 
+0x31c4 009021 arg timer_ms_blank ,queue 
+0x31c5 009022 branch timer_init 
+:      009024 g24_data_type2:
+0x31c6 009025 call g24_fetcht_mem_rxdata_temp 
+0x31c7 009027 isolate1 bit_abort ,temp 
+0x31c8 009028 branch g24_data_attemp_kbd ,true 
+0x31c9 009029 arg mem_usb_kb_data ,contw 
+0x31ca 009030 call g24_data_type2_reverse_data 
+0x31cb 009031 fetch 8 ,mem_usb_kb_data 
+0x31cc 009032 ncall g24_kb_enable_blank_data_forcibly ,blank 
+0x31cd 009033 fetch 8 ,mem_usb_kb_data 
+0x31ce 009034 call g24_kb_disable_blank_data_forcibly ,blank 
+0x31cf 009035 call g24_head_ptr2regc 
+0x31d0 009036 fetch 8 ,mem_usb_kb_data 
+0x31d1 009037 arg offset_24g_kb_data_sta_data ,rega 
+0x31d2 009038 call g24_set_contw_with_temp 
+0x31d3 009039 istore 8 ,contw 
+0x31d4 009041 setarg offset_24g_kb_data_last_data 
+0x31d5 009042 iadd regc ,rega 
+0x31d6 009043 ifetcht 8 ,rega 
+0x31d7 009045 isub temp ,null 
+0x31d8 009046 ncall g24_kb_data_dispose ,zero 
+0x31d9 009047 setarg offset_24g_kb_data_sta_data 
+0x31da 009048 iadd regc ,rega 
+0x31db 009049 ifetch 8 ,rega 
+0x31dc 009051 arg offset_24g_kb_data_last_data ,rega 
+0x31dd 009052 call g24_set_contw_with_temp 
+0x31de 009053 istore 8 ,contw 
+0x31df 009055 branch g24_rx_interrupt_clear 
+:      009057 g24_data_type2_reverse_data:
+0x31e0 009058 setarg offset_24g_rxdata_temp_add2 
+0x31e1 009059 iadd regc ,contr 
+0x31e2 009061 arg 9 ,loopcnt 
+0x31e3 009062 branch reverse_byte 
+:      009064 g24_kb_enable_blank_data_forcibly:
+0x31e4 009065 setarg 1 
+0x31e5 009066 call g24_store_mem_kb_blank_data_enable 
+:      009068 g24_kb_enable_blank_data_timer:
+0x31e6 009069 setarg timer_kb_blank_delay 
+0x31e7 009070 arg timer_kb_blank ,queue 
+0x31e8 009071 branch timer_init 
+:      009073 g24_kb_disable_blank_data_forcibly:
+0x31e9 009074 call g24_set0_mem_kb_blank_data_enable 
+:      009076 g24_kb_disable_blank_data_timer:
+0x31ea 009077 setarg 0 
+0x31eb 009078 arg timer_kb_blank ,queue 
+0x31ec 009079 branch timer_init 
+:      009081 g24_kb_data_dispose:
+:      009082 g24_kb_data_into_ep1_fifo:
+0x31ed 009083 jam usb_ep1_kb ,mem_usb_ep1_data 
+0x31ee 009084 fetch 1 ,mem_usb_tx_enable 
+0x31ef 009085 set1 1 ,pdata 
+0x31f0 009086 store 1 ,mem_usb_tx_enable 
+0x31f1 009087 rtn 
+:      009089 g24_data_type3:
+0x31f2 009090 arg mem_usb_kb_multikey ,contw 
+0x31f3 009091 call g24_data_type2_reverse_data 
+0x31f4 009092 fetch 2 ,mem_usb_kb_multikey + 1 
+0x31f5 009093 ncall g24_kb_mul_enable_blank_data_forcibly ,blank 
+0x31f6 009094 fetch 2 ,mem_usb_kb_multikey + 1 
+0x31f7 009095 call g24_kb_mul_disable_blank_data_forcibly ,blank 
+0x31f8 009096 call g24_head_ptr2regc 
+0x31f9 009097 fetch 3 ,mem_usb_kb_multikey 
+0x31fa 009098 arg offset_24g_kb_multikey_sta_data ,rega 
+0x31fb 009099 call g24_set_contw_with_temp_store_3byte 
+0x31fc 009101 setarg offset_24g_kb_multikey_last_data 
+0x31fd 009102 iadd regc ,rega 
+0x31fe 009103 ifetcht 3 ,rega 
+0x31ff 009105 isub temp ,null 
+0x3200 009106 ncall g24_kb_mul_data_into_ep2_fifo ,zero 
+0x3201 009107 setarg offset_24g_kb_multikey_sta_data 
+0x3202 009108 iadd regc ,rega 
+0x3203 009109 ifetch 3 ,rega 
+0x3204 009111 arg offset_24g_kb_multikey_last_data ,rega 
+0x3205 009112 call g24_set_contw_with_temp_store_3byte 
+0x3206 009114 branch g24_rx_interrupt_clear 
+:      009116 g24_kb_mul_data_into_ep2_fifo:
+0x3207 009117 jam usb_ep2_multikey ,mem_usb_ep2_data 
+0x3208 009118 branch g24_data_type1_usbtx_enable_ep2 
+:      009120 g24_kb_mul_enable_blank_data_forcibly:
+0x3209 009121 setarg 1 
+0x320a 009122 call g24_store_mem_kb_mul_blank_data_enable 
+:      009124 g24_kb_mul_enable_blank_data_timer:
+0x320b 009125 setarg timer_kb_mul_blank_delay 
+0x320c 009126 arg timer_kb_mul_blank ,queue 
+0x320d 009127 branch timer_init 
+:      009129 g24_kb_mul_disable_blank_data_forcibly:
+0x320e 009130 call g24_set0_mem_kb_mul_blank_data_enable 
+:      009132 g24_kb_mul_disable_blank_data_timer:
+0x320f 009133 setarg 0 
+0x3210 009134 arg timer_kb_mul_blank ,queue 
+0x3211 009135 branch timer_init 
+:      009137 g24_data_attemp:
+0x3212 009138 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x3213 009140 beq datatype_mouse ,g24_data_attemp_mouse 
+0x3214 009141 beq datatype_keyboard ,g24_data_attemp_kbd 
+0x3215 009142 rtn 
+:      009143 g24_data_attemp_mouse:
+0x3216 009144 setarg offset_24g_rxdata_temp_add4 
+0x3217 009145 call g24_set_rega_ifetch_4byte 
+0x3218 009146 arg offset_24g_mouse_addr ,rega 
+0x3219 009147 call g24_set_contw_with_temp 
+0x321a 009150 branch g24_contw_istore_4byte 
+:      009152 g24_data_attemp_kbd:
+0x321b 009153 setarg offset_24g_rxdata_temp_add4 
+0x321c 009154 call g24_set_rega_ifetch_4byte 
+0x321d 009155 arg offset_24g_kb_addr ,rega 
+0x321e 009156 call g24_set_contw_with_temp 
+0x321f 009159 branch g24_contw_istore_4byte 
+:      009161 g24_store_mem_24g_mode:
+0x3220 009162 call g24_head_ptr2regc 
+0x3221 009163 add regc ,offset_24g_mode ,contw 
+0x3222 009164 istore 1 ,contw 
+0x3223 009165 rtn 
+:      009167 g24_fetch_mem_device_addr:
+0x3224 009168 call g24_head_ptr2regc 
+0x3225 009169 add regc ,offset_24g_device_addr ,rega 
+0x3226 009170 branch g24_rega_ifetch_4byte 
+:      009171 g24_store_mem_device_addr:
+0x3227 009172 call g24_head_ptr2regc 
+0x3228 009173 add regc ,offset_24g_device_addr ,contw 
+0x3229 009174 branch g24_contw_istore_4byte 
+:      009176 g24_fetch_mem_addr:
+0x322a 009177 add regc ,offset_24g_addr ,rega 
+0x322b 009178 branch g24_rega_ifetch_4byte 
+:      009179 g24_store_mem_addr:
+0x322c 009180 add regc ,offset_24g_addr ,contw 
+:      009181 g24_contw_istore_4byte:
+0x322d 009182 istore 4 ,contw 
+0x322e 009183 rtn 
+:      009185 g24_store_mem_ch:
+0x322f 009186 add regc ,offset_24g_ch ,contw 
+0x3230 009187 branch g24_contw_istore_1byte 
+:      009189 g24_set0_mem_pid:
+0x3231 009190 setarg 0 
+:      009191 g24_store_mem_pid:
+0x3232 009192 call g24_head_ptr2regc 
+0x3233 009193 add regc ,offset_24g_pid ,contw 
+0x3234 009194 branch g24_contw_istore_1byte 
+:      009196 g24_store_mem_txpayload:
+0x3235 009197 add regc ,offset_24g_txpayload ,contw 
+0x3236 009198 branch g24_contw_istore_1byte 
+:      009200 g24_set4_mem_max_retry:
+0x3237 009201 setarg 4 
+:      009202 g24_store_mem_max_retry:
+0x3238 009203 add regc ,offset_24g_max_retry ,contw 
+0x3239 009204 branch g24_contw_istore_1byte 
+:      009206 g24_fetch_mem_data_type:
+0x323a 009207 add regc ,offset_24g_data_type ,rega 
+0x323b 009208 branch g24_rega_ifetch_1byte 
+:      009209 g24_store_mem_data_type:
+0x323c 009210 add regc ,offset_24g_data_type ,contw 
+0x323d 009211 branch g24_contw_istore_1byte 
+:      009213 g24_set2_mem_sync_cnt:
+0x323e 009214 setarg 2 
+:      009215 g24_store_mem_sync_cnt:
+0x323f 009216 add regc ,offset_24g_sync_cnt ,contw 
+0x3240 009217 branch g24_contw_istore_1byte 
+:      009219 g24_set1_mem_rf_last_sta:
+0x3241 009220 setarg 1 
+:      009221 g24_store_mem_rf_last_sta:
+0x3242 009222 call g24_head_ptr2regc 
+0x3243 009223 add regc ,offset_24g_rf_last_sta ,contw 
+0x3244 009224 branch g24_contw_istore_1byte 
+:      009226 g24_fetch_mem_hop_pac:
+0x3245 009227 call g24_head_ptr2regc 
+0x3246 009228 add regc ,offset_24g_hop_pac ,rega 
+0x3247 009229 branch g24_rega_ifetch_1byte 
+:      009230 g24_set1_mem_hop_pac:
+0x3248 009231 setarg 1 
+:      009232 g24_store_mem_hop_pac:
+0x3249 009233 call g24_head_ptr2regc 
+0x324a 009234 add regc ,offset_24g_hop_pac ,contw 
+0x324b 009235 branch g24_contw_istore_1byte 
+:      009237 g24_fetch_mem_abort_pac:
+0x324c 009238 call g24_head_ptr2regc 
+0x324d 009239 add regc ,offset_24g_abort_pac ,rega 
+0x324e 009240 branch g24_rega_ifetch_1byte 
+:      009241 g24_set1_mem_abort_pac:
+0x324f 009242 setarg 1 
+:      009243 g24_store_mem_abort_pac:
+0x3250 009244 call g24_head_ptr2regc 
+0x3251 009245 add regc ,offset_24g_abort_pac ,contw 
+0x3252 009246 branch g24_contw_istore_1byte 
+:      009248 g24_fetch_mem_pairing_sm:
+0x3253 009249 call g24_head_ptr2regc 
+0x3254 009250 add regc ,offset_24g_pairing_sm ,rega 
+0x3255 009251 branch g24_rega_ifetch_1byte 
+:      009252 g24_store_mem_pairing_sm:
+0x3256 009253 add regc ,offset_24g_pairing_sm ,contw 
+0x3257 009254 branch g24_contw_istore_1byte 
+:      009256 g24_fetch_mem_rf_hop_ch:
+0x3258 009257 add regc ,offset_24g_rf_hop_ch ,rega 
+0x3259 009258 branch g24_rega_ifetch_1byte 
+:      009259 g24_set0_mem_rf_hop_ch:
+0x325a 009260 setarg 0 
+:      009261 g24_store_mem_rf_hop_ch:
+0x325b 009262 add regc ,offset_24g_rf_hop_ch ,contw 
+0x325c 009263 branch g24_contw_istore_1byte 
+:      009265 g24_fetch_mem_rf_work_stage:
+0x325d 009266 add regc ,offset_24g_rf_work_stage ,rega 
+0x325e 009267 branch g24_rega_ifetch_1byte 
+:      009269 g24_fetch_mem_rxbuf_add1:
+0x325f 009270 add regc ,offset_24g_rxbuf_add1 ,rega 
+0x3260 009271 branch g24_rega_ifetch_1byte 
+:      009273 g24_fetch_mem_check_dongle_times:
+0x3261 009274 add regc ,offset_24g_check_dongle_times ,rega 
+0x3262 009275 branch g24_rega_ifetch_1byte 
+:      009276 g24_set0_mem_check_dongle_times:
+0x3263 009277 setarg 0 
+:      009278 g24_store_mem_check_dongle_times:
+0x3264 009279 call g24_head_ptr2regc 
+0x3265 009280 add regc ,offset_24g_check_dongle_times ,contw 
+0x3266 009281 branch g24_contw_istore_1byte 
+:      009283 g24_store_mem_tx_power:
+0x3267 009284 call g24_head_ptr2regc 
+0x3268 009285 add regc ,offset_tx_power_temp ,rega 
+0x3269 009286 ifetch 1 ,rega 
+:      009287 g24_store_mem_txpower:
+0x326a 009288 store 1 ,mem_tx_power 
+0x326b 009289 rtn 
+:      009291 g24_store_mem_tx_power_temp:
+0x326c 009292 call g24_head_ptr2regc 
+0x326d 009293 fetch 1 ,mem_tx_power 
+0x326e 009295 add regc ,offset_tx_power_temp ,contw 
+0x326f 009296 branch g24_contw_istore_1byte 
+:      009298 g24_fetch_mem_power_ctrl_pac:
+0x3270 009299 add regc ,offset_power_ctrl_packet_cnt ,rega 
+0x3271 009300 branch g24_rega_ifetch_1byte 
+:      009302 g24_store_mem_power_ctrl_level:
+0x3272 009303 add regc ,offset_power_ctrl_level ,contw 
+0x3273 009304 branch g24_contw_istore_1byte 
+:      009306 g24_fetcht_mem_rxdata_temp:
+0x3274 009307 setarg offset_24g_rxdata_temp 
+:      009308 g24_set_rega_ifetcht_1byte:
+0x3275 009309 iadd regc ,rega 
+0x3276 009310 ifetcht 1 ,rega 
+0x3277 009311 rtn 
+:      009313 g24_fetch_mem_rf_laststa:
+0x3278 009314 setarg offset_24g_rf_laststa 
+0x3279 009315 branch g24_set_rega_ifetch_1byte 
+:      009316 g24_set0_mem_rf_laststa:
+0x327a 009317 setarg 0 
+:      009318 g24_store_mem_rf_laststa:
+0x327b 009319 arg offset_24g_rf_laststa ,rega 
+0x327c 009320 branch g24_set_contw_with_regb_store_1byte 
+:      009322 g24_fetch_mem_rx_addr:
+0x327d 009323 setarg offset_24g_rx_addr 
+:      009324 g24_set_rega_ifetch_4byte:
+0x327e 009325 call g24_set_rega 
+:      009326 g24_rega_ifetch_4byte:
+0x327f 009327 ifetch 4 ,rega 
+0x3280 009328 rtn 
+:      009330 g24_fetch_mem_time_slice:
+0x3281 009331 setarg offset_24g_time_slice 
+0x3282 009332 branch g24_set_rega_ifetch_1byte 
+:      009333 g24_set0_mem_time_slice:
+0x3283 009334 setarg 0 
+:      009335 g24_store_mem_time_slice:
+0x3284 009336 arg offset_24g_time_slice ,rega 
+0x3285 009337 branch g24_set_contw_with_regb_store_1byte 
+:      009339 g24_set0_mem_mode_switch:
+0x3286 009340 setarg 0 
+:      009341 g24_store_mem_mode_switch:
+0x3287 009342 arg offset_24g_mode_switch ,rega 
+0x3288 009343 branch g24_set_contw_with_regb_store_1byte 
+:      009345 g24_store_mem_bind_payload:
+0x3289 009346 arg offset_24g_bind_payload ,rega 
+0x328a 009347 branch g24_set_contw_with_regb_store_1byte 
+:      009349 g24_fetch_mem_bind_device_status:
+0x328b 009350 setarg offset_dongle_bind_device_status 
+0x328c 009351 branch g24_set_rega_ifetch_1byte 
+:      009352 g24_store_mem_bind_device_status:
+0x328d 009353 arg offset_dongle_bind_device_status ,rega 
+0x328e 009354 branch g24_set_contw_with_regb_store_1byte 
+:      009356 g24_fetch_mem_dongle_work_mode:
+0x328f 009357 setarg offset_dongle_work_mode 
+0x3290 009358 branch g24_set_rega_ifetch_1byte 
+:      009359 g24_set_work_mem_dongle_work_mode:
+0x3291 009360 setarg dongle_work 
+:      009361 g24_store_mem_dongle_work_mode:
+0x3292 009362 arg offset_dongle_work_mode ,rega 
+0x3293 009363 branch g24_set_contw_with_regb_store_1byte 
+:      009365 g24_fetch_mem_dongle_mode_init:
+0x3294 009366 setarg offset_dongle_mode_init 
+0x3295 009367 branch g24_set_rega_ifetch_1byte 
+:      009368 g24_set0_mem_dongle_mode_init:
+0x3296 009369 setarg clear_init 
+:      009370 g24_store_mem_dongle_mode_init:
+0x3297 009371 arg offset_dongle_mode_init ,rega 
+0x3298 009372 branch g24_set_contw_with_regb_store_1byte 
+:      009374 g24_set0_mem_ackpayload_enable:
+0x3299 009375 setarg 0 
+:      009376 g24_store_mem_ackpayload_enable:
+0x329a 009377 arg offset_24g_ackpayload_enable ,rega 
+0x329b 009378 branch g24_set_contw_with_regb_store_1byte 
+:      009379 g24_set1_mem_ackpayload_enable:
+0x329c 009380 setarg 1 
+0x329d 009381 branch g24_store_mem_ackpayload_enable 
+:      009383 g24_fetch_mem_rxdata_temp_add3_7byte:
+0x329e 009384 setarg offset_24g_rxdata_temp_add3 
+0x329f 009385 call g24_set_rega 
+0x32a0 009386 ifetch 7 ,rega 
+0x32a1 009387 rtn 
+:      009389 g24_fetch_mem_nodata_timer_enable:
+0x32a2 009390 setarg offset_24g_nodata_timer_enable 
+0x32a3 009391 branch g24_set_rega_ifetch_1byte 
+:      009392 g24_set0_mem_nodata_timer_enable:
+0x32a4 009393 setarg 0 
+:      009394 g24_store_mem_nodata_timer_enable:
+0x32a5 009395 arg offset_24g_nodata_timer_enable ,rega 
+0x32a6 009396 branch g24_set_contw_with_regb_store_1byte 
+:      009398 g24_set0_mem_ms_blank_data_enable:
+0x32a7 009399 setarg 0 
+:      009400 g24_store_mem_ms_blank_data_enable:
+0x32a8 009401 arg offset_24g_ms_blank_data_enable ,rega 
+0x32a9 009402 branch g24_set_contw_with_regb_store_1byte 
+:      009404 g24_set0_mem_kb_blank_data_enable:
+0x32aa 009405 setarg 0 
+:      009406 g24_store_mem_kb_blank_data_enable:
+0x32ab 009407 arg offset_24g_kb_blank_data_enable ,rega 
+0x32ac 009408 branch g24_set_contw_with_regb_store_1byte 
+:      009410 g24_set0_mem_kb_mul_blank_data_enable:
+0x32ad 009411 setarg 0 
+:      009412 g24_store_mem_kb_mul_blank_data_enable:
+0x32ae 009413 arg offset_24g_kb_mul_blank_data_enable ,rega 
+0x32af 009414 branch g24_set_contw_with_regb_store_1byte 
+:      009416 g24_store_mem_power_ctrl_threshold_up:
+0x32b0 009417 arg offset_power_ctrl_threshold_up ,rega 
+0x32b1 009418 branch g24_set_contw_with_regb_store_1byte 
+:      009420 g24_store_mem_power_ctrl_threshold_down:
+0x32b2 009421 arg offset_power_ctrl_threshold_down ,rega 
+:      009422 g24_set_contw_with_regb_store_1byte:
+0x32b3 009423 call g24_set_contw_with_regb 
+:      009424 g24_contw_istore_1byte:
+0x32b4 009425 istore 1 ,contw 
+0x32b5 009426 rtn 
+:      009428 g24_fetch_mem_pair_mode:
+0x32b6 009429 setarg offset_24g_pair_mode 
+0x32b7 009430 branch g24_set_rega_ifetch_1byte 
+:      009432 g24_store_mem_pair_mode:
+0x32b8 009433 arg offset_24g_pair_mode ,rega 
+0x32b9 009434 branch g24_set_contw_with_regb_store_1byte 
+:      009436 g24_store_mem_pair_txpower:
+0x32ba 009437 setarg offset_24g_pair_txpower 
+0x32bb 009438 call g24_set_rega_ifetch_1byte 
+0x32bc 009439 branch g24_store_mem_txpower 
+:      009441 g24_fetch_mem_rxdata_temp_add3_1byte:
+0x32bd 009442 setarg offset_24g_rxdata_temp_add3 
+0x32be 009443 branch g24_set_rega_ifetch_1byte 
+:      009445 g24_set_contw_with_temp:
+0x32bf 009446 copy pdata ,temp 
+0x32c0 009447 copy rega ,pdata 
+0x32c1 009448 iadd regc ,contw 
+0x32c2 009449 copy temp ,pdata 
+0x32c3 009450 rtn 
+:      009452 g24_set_contw_with_temp_store_3byte:
+0x32c4 009453 call g24_set_contw_with_temp 
+:      009454 g24_contw_istore_3byte:
+0x32c5 009455 istore 3 ,contw 
+0x32c6 009456 rtn 
+:      009458 g24_set_contw_with_regb:
+0x32c7 009459 call g24_head_ptr2regc 
+:      009460 g24_set_contw_with_regb2:
+0x32c8 009461 copy pdata ,regb 
+0x32c9 009462 copy rega ,pdata 
+0x32ca 009463 iadd regc ,contw 
+0x32cb 009464 copy regb ,pdata 
+0x32cc 009465 rtn 
+:      009467 g24_set_rega:
+0x32cd 009468 call g24_head_ptr2regc 
+0x32ce 009469 iadd regc ,rega 
+0x32cf 009470 rtn 
+:      009472 g24_set_rega_ifetch_1byte:
+0x32d0 009473 call g24_set_rega 
+:      009474 g24_rega_ifetch_1byte:
+0x32d1 009475 ifetch 1 ,rega 
+0x32d2 009476 rtn 
+:      009478 g24_set_rega_ifetcht_4byte:
+0x32d3 009479 call g24_set_rega 
+0x32d4 009480 ifetcht 4 ,rega 
+0x32d5 009481 rtn 
+:      009483 g24_mem_set0:
+0x32d6 009484 setarg 0 
+0x32d7 009485 branch g24_contw_istore_1byte 
+:      009489 app_init:
+0x32d8 009490 bpatch patch18_4 ,mem_patch18 
+0x32d9 009491 fetch 1 ,mem_device_option 
+0x32da 009492 branch app_init ,blank 
+0x32db 009494 beq dvc_op_dongle ,dongle_init 
+0x32dc 009495 beq dvc_op_antilost ,antilost_init 
+0x32dd 009496 beq dvc_op_shutter ,shutter_init 
+0x32de 009497 beq dvc_op_module ,module_init 
+0x32df 009498 beq dvc_op_car ,car_init 
+0x32e0 009499 beq dvc_op_remote_car ,remote_car_init 
+0x32e1 009500 bbit1 dvc_op_mouse ,mouse_init 
+0x32e2 009501 rtn 
+:      009503 app_lpm_init:
+0x32e3 009504 bpatch patch18_5 ,mem_patch18 
+0x32e4 009505 jam 0 ,mem_tester_emulate 
+0x32e5 009506 jam 0 ,mem_debug_config 
+0x32e6 009507 jam 0 ,mem_lch_code 
+0x32e7 009508 setarg 0 
+0x32e8 009509 store 5 ,mem_sp_state_start 
+0x32e9 009510 fetch 1 ,mem_device_option 
+0x32ea 009511 branch app_lpm_init ,blank 
+0x32eb 009512 beq dvc_op_module ,module_lpm_init 
+:      009513 app_lpm_init0:
+0x32ec 009514 rtn 
+:      009517 app_process_idle:
+0x32ed 009518 call ui_dispatch 
+0x32ee 009519 call check_51cmd 
+0x32ef 009520 call app_process_bb_event 
+0x32f0 009521 fetch 2 ,mem_cb_idle_process 
+0x32f1 009522 branch callback_func 
+:      009524 app_process_bt:
+0x32f2 009525 fetch 2 ,mem_cb_bt_process 
+0x32f3 009526 branch callback_func 
+:      009528 app_process_ble:
+0x32f4 009529 fetch 2 ,mem_cb_le_process 
+0x32f5 009530 branch callback_func 
+:      009532 app_process_bb_event:
+0x32f6 009533 bpatch patch18_6 ,mem_patch18 
+0x32f7 009535 arg mem_ipc_fifo_bt2c51 ,rega 
+0x32f8 009536 call fifo_out 
+0x32f9 009537 rtn blank 
+0x32fa 009539 copy pdata ,regc 
+0x32fb 009540 call app_event_normal_process 
+0x32fc 009541 branch app_process_bb_event_priority 
+:      009543 app_discard_event:
+0x32fd 009544 arg 0 ,regc 
+0x32fe 009545 rtn 
+:      009550 app_event_normal_process:
+0x32ff 009551 beq bt_evt_bb_connected ,app_evt_bt_conn 
+0x3300 009552 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
+0x3301 009553 beq bt_evt_setup_complete ,app_evt_setup_complete 
+0x3302 009554 beq bt_evt_hid_handshake ,app_evt_hid_handshake 
+0x3303 009555 beq bt_evt_hid_connected ,app_bb_event_hid_connected 
+0x3304 009556 beq bt_evt_reconn_failed ,app_bb_event_reconn_failed 
+0x3305 009557 beq bt_evt_bb_disconnected ,app_bb_event_bb_disconn 
+0x3306 009558 beq bt_evt_reconn_page_timeout ,app_bb_event_reconn_failed 
+0x3307 009559 beq bt_evt_le_connected ,app_le_event_bb_connected 
+0x3308 009560 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
+0x3309 009561 beq bt_evt_reconn_started ,app_event_reconn_start 
+0x330a 009562 beq bt_evt_enter_sniff ,app_event_enter_sniff 
+0x330b 009563 beq bt_evt_exit_sniff ,app_event_exit_sniff 
+0x330c 009565 beq bt_evt_ml2cap_conn_refused ,app_event_ml2cap_conn_refused 
+0x330d 009566 beq bt_evt_linkkey_generate ,app_event_linkkey_generate 
+0x330e 009567 beq bt_evt_switch_fail_master ,app_event_switch_fail_master 
+0x330f 009568 beq bt_evt_switch_success_master ,app_event_switch_success 
+0x3310 009569 rtn 
+:      009572 app_evt_bt_conn:
+0x3311 009573 fetch 2 ,mem_ui_state_map 
+0x3312 009574 set1 ui_state_bt_connected ,pdata 
+0x3313 009575 store 2 ,mem_ui_state_map 
+0x3314 009576 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3315 009577 set0 app_disc_by_button ,pdata 
+0x3316 009578 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3317 009579 rtn 
+:      009581 app_event_switch_success:
+0x3318 009582 jam 0 ,mem_switch_fail_master_count 
+0x3319 009583 rtn 
+:      009585 app_event_switch_fail_master:
+0x331a 009586 fetch 1 ,mem_switch_fail_master_count 
+0x331b 009587 increase 1 ,pdata 
+0x331c 009588 store 1 ,mem_switch_fail_master_count 
+0x331d 009589 sub pdata ,1 ,null 
+0x331e 009590 branch app_bt_role_switch ,positive 
+0x331f 009591 jam 0 ,mem_switch_fail_master_count 
+0x3320 009592 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3321 009593 set1 app_disc_switch_fail ,pdata 
+0x3322 009594 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3323 009595 branch app_bt_disconnect 
+:      009597 app_process_bb_event_priority:
+0x3324 009598 fetch 2 ,mem_cb_bb_event_process 
+0x3325 009599 branch callback_func 
+:      009601 app_check_wake_lock:
+0x3326 009602 fetch 2 ,mem_cb_check_wakelock 
+0x3327 009603 branch callback_func 
+:      009605 app_will_enter_lpm:
+0x3328 009606 fetch 2 ,mem_cb_before_lpm 
+0x3329 009607 branch callback_func 
+:      009609 app_event_linkkey_generate:
+0x332a 009610 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x332b 009611 set1 app_disc_after_pairing ,pdata 
+0x332c 009612 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x332d 009613 branch app_bt_store_reconn_info 
+:      009615 app_event_reconn_start:
+0x332e 009616 fetch 2 ,mem_ui_state_map 
+0x332f 009617 set1 ui_state_bt_reconnect ,pdata 
+0x3330 009618 store 2 ,mem_ui_state_map 
+0x3331 009619 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3332 009620 set1 app_disc_after_reconn ,pdata 
+0x3333 009621 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3334 009622 rtn 
+:      009624 app_evt_setup_complete:
+0x3335 009625 fetch 2 ,mem_ui_state_map 
+0x3336 009626 set1 ui_state_bt_setup_complete ,pdata 
+0x3337 009627 store 2 ,mem_ui_state_map 
+0x3338 009628 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3339 009629 set1 app_disc_after_setup_done ,pdata 
+0x333a 009630 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x333b 009631 rtn 
+:      009633 app_evt_hid_handshake:
+0x333c 009634 fetch 2 ,mem_ui_state_map 
+0x333d 009635 set1 ui_state_bt_hid_handshake ,pdata 
+0x333e 009636 store 2 ,mem_ui_state_map 
+0x333f 009637 rtn 
+:      009639 app_event_enter_sniff:
+0x3340 009640 fetch 2 ,mem_ui_state_map 
+0x3341 009641 set1 ui_state_bt_sniff ,pdata 
+0x3342 009642 store 2 ,mem_ui_state_map 
+0x3343 009643 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3344 009644 set1 app_disc_after_sniff ,pdata 
+0x3345 009645 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3346 009646 rtn 
+:      009648 app_event_exit_sniff:
+0x3347 009649 fetch 2 ,mem_ui_state_map 
+0x3348 009650 set0 ui_state_bt_sniff ,pdata 
+0x3349 009651 store 2 ,mem_ui_state_map 
+0x334a 009652 rtn 
+:      009654 app_le_event_bb_connected:
+0x334b 009655 fetch 2 ,mem_ui_state_map 
+0x334c 009656 set1 ui_state_ble_connected ,pdata 
+0x334d 009657 store 2 ,mem_ui_state_map 
+0x334e 009658 rtn 
+:      009660 app_le_event_bb_disconn:
+0x334f 009661 fetch 2 ,mem_ui_state_map 
+0x3350 009662 set0 ui_state_ble_connected ,pdata 
+0x3351 009663 store 2 ,mem_ui_state_map 
+0x3352 009664 branch app_lpm_mult_disable 
+:      009666 app_bb_event_hid_connected:
+0x3353 009667 fetch 2 ,mem_ui_state_map 
+0x3354 009668 set1 ui_state_bt_hid_conn ,pdata 
+0x3355 009669 store 2 ,mem_ui_state_map 
+0x3356 009670 rtn 
+:      009672 app_evt_button_long_pressed:
+0x3357 009673 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3358 009674 set1 app_disc_by_button ,pdata 
+0x3359 009675 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x335a 009676 rtn 
+:      009678 app_event_ml2cap_conn_refused:
+0x335b 009679 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x335c 009680 set1 app_disc_l2cap_refused ,pdata 
+0x335d 009681 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x335e 009682 branch app_bt_disconnect 
+:      009685 app_evt_timer:
+0x335f 009686 bpatch patch18_7 ,mem_patch18 
+0x3360 009687 store 1 ,mem_app_evt_timer_count 
+:      009688 app_evt_100ms_loop:
+0x3361 009689 fetch 1 ,mem_app_evt_timer_count 
+0x3362 009690 rtn blank 
+0x3363 009691 increase -1 ,pdata 
+0x3364 009692 store 1 ,mem_app_evt_timer_count 
+0x3365 009693 call ui_button_polling 
+0x3366 009694 call app_lpm_wake_auto_lock_timer 
+0x3367 009695 call app_unsniff_delay_timer 
+0x3368 009696 call app_discovery_timer 
+0x3369 009697 call flash_write_spi_sm_timer 
+0x336a 009698 fetch 2 ,mem_cb_event_timer 
+0x336b 009699 call callback_func 
+0x336c 009700 branch app_evt_100ms_loop 
+:      009705 timer_single_step:
+0x336d 009706 ifetch 1 ,regc 
+0x336e 009707 rtn blank 
+0x336f 009708 pincrease -1 
+0x3370 009709 istore 1 ,regc 
+0x3371 009710 nrtn blank 
+0x3372 009711 copy regb ,pdata 
+0x3373 009712 branch callback_func 
+:      009716 timer_single_step_2b:
+0x3374 009717 ifetch 2 ,regc 
+0x3375 009718 rtn blank 
+0x3376 009719 pincrease -1 
+0x3377 009720 istore 2 ,regc 
+0x3378 009721 nrtn blank 
+0x3379 009722 copy regb ,pdata 
+0x337a 009723 branch callback_func 
+:      009725 app_power_timer:
+0x337b 009726 fetcht 2 ,mem_power_param_ptr 
+0x337c 009727 add temp ,power_timer_offset ,regc 
+0x337d 009728 arg app_power_timer_timeout ,regb 
+0x337e 009729 branch timer_single_step 
+:      009731 app_power_timer_timeout:
+0x337f 009732 call app_got_power_state_common 
+0x3380 009733 beq power_starting ,app_enter_power_stanby_state 
+:      009734 app_enter_power_off_state:
+0x3381 009735 branch app_enter_hibernate 
+:      009736 app_enter_power_stanby_state:
+0x3382 009737 setarg power_standby 
+0x3383 009738 istore 1 ,regc 
+0x3384 009739 add temp ,power_standby_cb_offset ,regb 
+:      009740 app_power_cb_common:
+0x3385 009741 ifetch 2 ,regb 
+0x3386 009742 branch callback_func 
+:      009744 app_unsniff_delay_timer:
+0x3387 009745 arg mem_unsniff2sniff_timer_count ,regc 
+0x3388 009746 arg app_unsniff_delay_timeout ,regb 
+0x3389 009747 branch timer_single_step 
+:      009749 app_unsniff_delay_timeout:
+0x338a 009750 call context_check_idle 
+0x338b 009751 branch app_bt_enter_sniff ,zero 
+0x338c 009752 rtn 
+:      009755 app_discovery_timer:
+0x338d 009756 arg mem_discovery_timeout_timer_count ,regc 
+0x338e 009757 arg app_discovery_timeout ,regb 
+0x338f 009758 branch timer_single_step_2b 
+:      009760 app_discovery_timeout:
+0x3390 009761 call app_bt_stop_discovery 
+0x3391 009762 call app_led_off 
+0x3392 009763 fetch 2 ,mem_cb_discovry_timeout 
+0x3393 009764 branch callback_func 
+:      009767 app_bb_event_reconn_failed:
+0x3394 009768 call app_disconn_reason_flag_clear 
+:      009769 app_clear_reconnect_flag:
+0x3395 009770 fetch 2 ,mem_ui_state_map 
+0x3396 009771 set0 ui_state_bt_reconnect ,pdata 
+0x3397 009772 store 2 ,mem_ui_state_map 
+0x3398 009773 rtn 
+:      009775 app_bb_event_bb_disconn:
+0x3399 009776 jam 0 ,mem_unsniff2sniff_timer_count 
+0x339a 009777 fetch 2 ,mem_ui_state_map 
+0x339b 009778 bbit1 ui_state_bt_reconnect ,app_bb_event_bb_reconn_disconn 
+0x339c 009779 isolate0 ui_state_bt_setup_complete ,pdata 
+0x339d 009780 call app_discard_event ,true 
+:      009781 app_bb_event_bb_reconn_disconn:
+0x339e 009782 bpatch patch19_0 ,mem_patch19 
+0x339f 009783 fetch 2 ,mem_ui_state_map 
+0x33a0 009784 set0 ui_state_bt_connected ,pdata 
+0x33a1 009785 set0 ui_state_bt_setup_complete ,pdata 
+0x33a2 009786 set0 ui_state_bt_hid_conn ,pdata 
+0x33a3 009787 set0 ui_state_bt_hid_handshake ,pdata 
+0x33a4 009788 set0 ui_state_bt_reconnect ,pdata 
+0x33a5 009789 store 2 ,mem_ui_state_map 
+0x33a6 009790 branch app_lpm_mult_disable 
+:      009792 app_bb_hibernate:
+0x33a7 009793 call app_disconn_reason_clear 
+0x33a8 009794 branch app_enter_hibernate 
+:      009797 app_disconn_reason_clear:
+0x33a9 009798 setarg 0 
+0x33aa 009799 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x33ab 009800 rtn 
+:      009801 app_disconn_reason_flag_clear:
+0x33ac 009802 setarg 0 
+0x33ad 009803 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33ae 009804 rtn 
+:      009806 app_disconn_reason_collect_bt:
+0x33af 009807 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b0 009808 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x33b1 009809 setarg 0 
+0x33b2 009810 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b3 009811 rtn 
+:      009813 app_disconn_reason_collect_ble:
+0x33b4 009814 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b5 009815 set1 app_disc_ble ,pdata 
+0x33b6 009816 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x33b7 009817 setarg 0 
+0x33b8 009818 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b9 009819 rtn 
+:      009827 app_check_sniff:
+0x33ba 009828 fetch 1 ,mem_ui_state_map 
+0x33bb 009829 isolate1 ui_state_bt_sniff ,pdata 
+0x33bc 009830 rtn 
+:      009838 app_initflag_store:
+0x33bd 009839 setarg eeprom_init_flag 
+:      009840 app_flag_store:
+0x33be 009841 store 2 ,mem_timeup 
+0x33bf 009842 bpatch patch19_1 ,mem_patch19 
+0x33c0 009843 arg 2 ,temp 
+0x33c1 009844 arg mem_timeup ,rega 
+0x33c2 009845 arg eeprom_module_init_flag ,regb 
+0x33c3 009846 branch iicd_write_eep_data 
+:      009849 app_initflag_check:
+0x33c4 009850 bpatch patch19_2 ,mem_patch19 
+0x33c5 009851 arg 2 ,temp 
+0x33c6 009852 arg mem_pdatatemp ,rega 
+0x33c7 009853 arg eeprom_module_init_flag ,regb 
+0x33c8 009854 call iicd_read_eep_data 
+0x33c9 009855 fetch 2 ,mem_pdatatemp 
+0x33ca 009856 arg eeprom_init_flag ,temp 
+0x33cb 009857 isub temp ,null 
+0x33cc 009858 rtn 
+:      009861 app_start_auto_sniff:
+0x33cd 009862 fetch 1 ,mem_unsniff2sniff_timer 
+0x33ce 009863 store 1 ,mem_unsniff2sniff_timer_count 
+0x33cf 009864 rtn 
+:      009866 app_get_lpm_wake_lock:
+0x33d0 009867 arg wake_lock_app ,queue 
+0x33d1 009868 branch lpm_get_wake_lock 
+:      009870 app_put_lpm_wake_lock:
+0x33d2 009871 arg wake_lock_app ,queue 
+0x33d3 009872 branch lpm_put_wake_lock 
+:      009874 app_lpm_wake_auto_lock:
+0x33d4 009875 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
+0x33d5 009876 branch app_get_lpm_wake_lock 
+:      009878 app_lpm_wake_auto_lock_timer:
+0x33d6 009879 arg mem_wake_up_delay_timer ,regc 
+0x33d7 009880 arg app_put_lpm_wake_lock ,regb 
+0x33d8 009881 branch timer_single_step 
+:      009883 app_l2cap_flow_control_enable:
+0x33d9 009884 jam l2cap_flow_ctrl_enable ,mem_l2cap_flow_ctrl_flag 
+0x33da 009885 rtn 
+:      009887 app_l2cap_flow_control_disable:
+0x33db 009888 jam l2cap_flow_ctrl_disable ,mem_l2cap_flow_ctrl_flag 
+0x33dc 009889 rtn 
+:      009891 app_bt_set_pincode:
+0x33dd 009892 jam bt_cmd_set_pin_code ,mem_fifo_temp 
+0x33de 009893 branch ui_ipc_send_cmd 
+:      009895 app_bt_role_switch:
+0x33df 009896 jam bt_cmd_role_switch ,mem_fifo_temp 
+0x33e0 009897 branch ui_ipc_send_cmd 
+:      009899 app_bt_start_reconnect:
+0x33e1 009900 bpatch patch19_3 ,mem_patch19 
+0x33e2 009901 fetch 1 ,mem_app_connection_options 
+0x33e3 009902 store 1 ,mem_connection_options 
+0x33e4 009903 jam app_flag_reconnect ,mem_reconnect_flag 
+0x33e5 009904 jam bt_cmd_reconnect ,mem_fifo_temp 
+0x33e6 009905 branch ui_ipc_send_cmd 
+:      009907 app_bt_reconnect_cancel:
+0x33e7 009908 jam bt_cmd_bb_reconn_cancel ,mem_fifo_temp 
+0x33e8 009909 branch ui_ipc_send_cmd 
+:      009911 app_bt_disconnect:
+0x33e9 009912 jam bt_cmd_disconnect ,mem_fifo_temp 
+0x33ea 009913 branch ui_ipc_send_cmd 
+:      009915 app_bt_start_discovery_short:
+0x33eb 009916 fetch 2 ,mem_discovery_timeout 
+0x33ec 009917 store 2 ,mem_discovery_timeout_timer_count 
+:      009918 app_bt_start_discovery_led_blink:
+0x33ed 009919 call app_led_start_blink 
+:      009920 app_bt_start_discovery:
+0x33ee 009921 jam bt_cmd_start_discovery ,mem_fifo_temp 
+0x33ef 009922 branch ui_ipc_send_cmd 
+:      009924 app_bt_stop_discovery:
+0x33f0 009925 setarg 0 
+0x33f1 009926 store 2 ,mem_discovery_timeout_timer_count 
+0x33f2 009927 jam bt_cmd_stop_discovery ,mem_fifo_temp 
+0x33f3 009928 branch ui_ipc_send_cmd 
+:      009930 app_ble_start_direct_adv:
+0x33f4 009931 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
+0x33f5 009932 branch ui_ipc_send_cmd 
+:      009934 app_ble_stop_direct_adv:
+0x33f6 009935 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
+0x33f7 009936 branch ui_ipc_send_cmd 
+:      009938 app_ble_stop_adv:
+0x33f8 009939 jam bt_cmd_stop_adv ,mem_fifo_temp 
+0x33f9 009940 branch ui_ipc_send_cmd 
+:      009942 app_ble_start_adv:
+0x33fa 009943 jam bt_cmd_start_adv ,mem_fifo_temp 
+0x33fb 009944 branch ui_ipc_send_cmd 
+:      009946 app_ble_start_scan:
+0x33fc 009947 jam bt_cmd_le_start_scan ,mem_fifo_temp 
+0x33fd 009948 branch ui_ipc_send_cmd 
+:      009950 app_ble_stop_scan:
+0x33fe 009951 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
+0x33ff 009952 branch ui_ipc_send_cmd 
+:      009954 app_ble_start_conn:
+0x3400 009955 jam bt_cmd_le_start_conn ,mem_fifo_temp 
+0x3401 009956 branch ui_ipc_send_cmd 
+:      009958 app_ble_disconnect:
+0x3402 009959 jam bt_cmd_le_disconnect ,mem_fifo_temp 
+0x3403 009960 branch ui_ipc_send_cmd 
+:      009962 app_led_start_blink:
+0x3404 009963 jam bt_cmd_led_blink ,mem_fifo_temp 
+0x3405 009964 branch ui_ipc_send_cmd 
+:      009966 app_led_on:
+0x3406 009967 jam bt_cmd_led_on ,mem_fifo_temp 
+0x3407 009968 branch ui_ipc_send_cmd 
+:      009970 app_led_stop_blink:
+:      009971 app_led_off:
+0x3408 009972 jam bt_cmd_led_off ,mem_fifo_temp 
+0x3409 009973 branch ui_ipc_send_cmd 
+:      009975 app_enter_hibernate:
+0x340a 009976 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
+0x340b 009977 branch ui_ipc_send_cmd 
+:      009979 app_bt_sniff_exit:
+0x340c 009980 jam bt_cmd_exit_sniff ,mem_fifo_temp 
+0x340d 009981 branch ui_ipc_send_cmd 
+:      009983 app_bt_enter_sniff:
+0x340e 009984 jam bt_cmd_enter_sniff ,mem_fifo_temp 
+0x340f 009985 branch ui_ipc_send_cmd 
+:      009987 app_ble_store_reconn_info:
+0x3410 009988 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
+0x3411 009989 branch ui_ipc_send_cmd 
+:      009991 app_bt_store_reconn_info:
+0x3412 009992 jam bt_cmd_store_reconn_info_bt ,mem_fifo_temp 
+0x3413 009993 branch ui_ipc_send_cmd 
+:      009995 app_store_reconn_info:
+0x3414 009996 jam bt_cmd_store_reconn_info ,mem_fifo_temp 
+0x3415 009997 branch ui_ipc_send_cmd 
+:      009999 app_lpm_mult_enable:
+0x3416 010000 set1 mark_lpm_mult_enable ,mark 
+0x3417 010001 rtn 
+:      010003 app_lpm_mult_disable:
+0x3418 010004 set0 mark_lpm_mult_enable ,mark 
+0x3419 010005 rtn 
+:      010025 app_button_long_pressed:
+0x341a 010026 call app_got_power_state_common 
+0x341b 010027 beq power_standby ,app_power_shutting_down 
+:      010028 app_power_starting:
+0x341c 010029 setarg power_starting 
+0x341d 010030 istore 1 ,regc 
+0x341e 010031 add temp ,power_starting_timeout_offset ,rega 
+0x341f 010032 add temp ,power_starting_cb_offset ,regb 
+:      010033 app_power_common:
+0x3420 010034 ifetcht 1 ,rega 
+0x3421 010035 increase 1 ,regc 
+0x3422 010036 istoret 1 ,regc 
+0x3423 010037 branch app_power_cb_common 
+:      010039 app_power_shutting_down:
+0x3424 010040 setarg power_off 
+0x3425 010041 istore 1 ,regc 
+0x3426 010042 fetch 2 ,mem_ui_state_map 
+0x3427 010043 bbit0 ui_state_ble_connected ,app_power_off_end 
+0x3428 010044 call app_ble_disconnect 
+:      010045 app_power_off_end:
+0x3429 010046 fetcht 2 ,mem_power_param_ptr 
+0x342a 010047 add temp ,power_off_timeout_offset ,rega 
+0x342b 010048 add temp ,power_off_cb_offset ,regb 
+0x342c 010049 branch app_power_common 
+:      010051 app_got_power_state_common:
+0x342d 010052 fetcht 2 ,mem_power_param_ptr 
+0x342e 010053 add temp ,power_state_offset ,regc 
+0x342f 010054 ifetch 1 ,regc 
+0x3430 010055 rtn 
+:      010057 app_event_button_up:
+0x3431 010058 call app_got_power_state_common 
+0x3432 010059 bne power_off ,app_power_release 
+0x3433 010060 branch app_enter_hibernate 
+:      010061 app_power_release:
+0x3434 010062 add temp ,ui_butten_up_cb_offset ,regb 
+0x3435 010063 branch app_power_cb_common 
+:      010065 antilost_init:
+0x3436 010066 rtn wake 
+0x3437 010067 jam 0x00 ,core_gpio_sel1 
+0x3438 010068 setarg antilost_le_before_hibernate 
+0x3439 010069 store 2 ,mem_cb_before_hibernate 
+0x343a 010070 setarg keyscan_process_lpm_before 
+0x343b 010071 store 2 ,mem_cb_before_lpm 
+0x343c 010072 setarg antilost_idle_process 
+0x343d 010073 store 2 ,mem_cb_idle_process 
+0x343e 010074 setarg antilost_le_conn_process 
+0x343f 010075 store 2 ,mem_cb_le_process 
+0x3440 010076 setarg antilost_bb_event_process 
+0x3441 010077 store 2 ,mem_cb_bb_event_process 
+0x3442 010078 setarg antilost_le_bb_event_timer 
+0x3443 010079 store 2 ,mem_cb_event_timer 
+0x3444 010080 setarg antilost_le_notification 
+0x3445 010081 store 2 ,mem_cb_ble_transmit 
+0x3446 010082 setarg antilost_lpm_lock_process 
+0x3447 010083 store 2 ,mem_cb_check_wakelock 
+0x3448 010084 setarg antilost_le_receive_data_process 
+0x3449 010085 store 2 ,mem_cb_att_write 
+0x344a 010086 bpatch patch19_4 ,mem_patch19 
+0x344b 010087 call antilost_buzzer_pwm_init 
+0x344c 010088 call keyscan_key_init 
+0x344d 010089 call antilost_adc_init 
+0x344e 010090 call ui_led_init_global 
+0x344f 010091 call ui_button_init 
+0x3450 010092 setarg antilost_key_up_down 
+0x3451 010093 store 2 ,mem_cb_antl_key 
+0x3452 010094 setarg antilost_power_off_cb 
+0x3453 010095 store 2 ,mem_antl_power_off_cb 
+0x3454 010096 setarg antilost_power_starting_cb 
+0x3455 010097 store 2 ,mem_antl_power_starting_cb 
+0x3456 010098 setarg antilost_power_standby_cb 
+0x3457 010099 store 2 ,mem_antl_power_standby_cb 
+0x3458 010100 setarg antilost_led_on_cb 
+0x3459 010101 store 2 ,mem_antl_led_cb_on 
+0x345a 010102 setarg antilost_led_off_cb 
+0x345b 010103 store 2 ,mem_antl_led_cb_off 
+0x345c 010104 setarg antilost_buzzer_on 
+0x345d 010105 store 2 ,mem_antl_buzzer_cb_on 
+0x345e 010106 setarg antilost_buzzer_off 
+0x345f 010107 store 2 ,mem_antl_buzzer_cb_off 
+0x3460 010108 fetch 2 ,mem_ui_state_map 
+0x3461 010109 rtnbit1 ui_state_btn_down 
+0x3462 010110 branch app_enter_hibernate 
+:      010112 antilost_le_before_hibernate:
+0x3463 010113 call antilost_led_buzzer_stop_blink 
+0x3464 010114 branch app_enter_hibernate 
+:      010116 antilost_le_notification:
+0x3465 010117 call le_fifo_check_nearly_full 
+0x3466 010118 nrtn blank 
+0x3467 010119 arg mem_temp_block5 ,rega 
+0x3468 010120 call queue_pop 
+0x3469 010121 nrtn user 
+0x346a 010122 arg mem_temp_block5 ,contr 
+0x346b 010123 branch le_send_notify_from_list 
+:      010125 antilost_power_standby_cb:
+0x346c 010126 fetch 2 ,mem_antl_le_sleep_timeout 
+0x346d 010127 store 2 ,mem_antl_le_sleep_timer 
+0x346e 010128 jam 1 ,mem_antl_key_scan_enable 
+0x346f 010129 branch antilost_fast_adv_start 
+:      010131 antilost_lpm_lock_process:
+0x3470 010132 fetch 1 ,mem_antl_key_state 
+0x3471 010133 beq 1 ,antilost_lpm_ctrl_for_led_buzzer 
+0x3472 010134 fetch 2 ,mem_ui_state_map 
+0x3473 010135 bbit0 ui_state_ble_connected ,antilost_lpm_ctrl_for_led_buzzer 
+0x3474 010136 fetch 1 ,mem_antl_lost_mode 
+0x3475 010137 beq 1 ,app_get_lpm_wake_lock 
+0x3476 010138 fetch 1 ,mem_antl_queue_curr_num 
+0x3477 010139 nbranch app_get_lpm_wake_lock ,blank 
+0x3478 010140 branch app_put_lpm_wake_lock 
+:      010142 antilost_lpm_ctrl_for_led_buzzer:
+0x3479 010143 fetch 1 ,mem_antl_led_state 
+0x347a 010144 fetcht 1 ,mem_antl_buzzer_state 
+0x347b 010145 ior temp ,pdata 
+0x347c 010146 beq 1 ,app_get_lpm_wake_lock 
+0x347d 010147 branch app_put_lpm_wake_lock 
+:      010149 antilost_bb_event_process:
+0x347e 010150 copy regc ,pdata 
+0x347f 010151 beq bt_evt_button_up ,app_event_button_up 
+0x3480 010152 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x3481 010153 beq bt_evt_le_connected ,antilost_le_process_conn 
+0x3482 010154 beq bt_evt_le_disconnected ,antilost_le_process_discon 
+0x3483 010155 beq bt_evt_le_parse_conn_papa_update_rsp ,antilost_le_conn_param_update_rsp_recieved 
+0x3484 010156 rtn 
+:      010157 antilost_le_conn_param_update_rsp_recieved:
+0x3485 010158 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x3486 010159 beq ble_signaling_connect_parameter_update_rejected ,antilost_le_conn_param_rejected 
+:      010160 antilost_le_conn_param_accepted:
+0x3487 010161 fetch 2 ,mem_le_new_connslavelatency 
+0x3488 010162 branch antilost_master_nonsupport_latency ,blank 
+:      010163 antilost_le_conn_param_updata_procedure_sucsess:
+0x3489 010164 jam conn_param_updata_procedure_complete ,mem_antl_conn_updata_procedure_state 
+0x348a 010165 jam 60 ,mem_antl_conn_update_timer 
+0x348b 010166 rtn 
+:      010168 antilost_le_conn_param_rejected:
+0x348c 010169 fetch 2 ,mem_le_latency 
+0x348d 010170 branch antilost_conn_param_updata_procedure_faild ,blank 
+:      010171 antilost_conn_param_retransimiting:
+0x348e 010172 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
+0x348f 010173 fetcht 2 ,mem_interval_increment 
+0x3490 010174 fetch 2 ,mem_le_interval_min 
+0x3491 010175 iadd temp ,pdata 
+0x3492 010176 store 2 ,mem_le_interval_min 
+0x3493 010177 copy pdata ,rega 
+0x3494 010178 fetch 2 ,mem_le_interval_max 
+0x3495 010179 iadd temp ,pdata 
+0x3496 010180 store 2 ,mem_le_interval_max 
+0x3497 010181 iadd rega ,pdata 
+0x3498 010182 rshift pdata ,temp 
+0x3499 010183 fetch 2 ,mem_antl_le_unnormal_interval_max 
+0x349a 010184 idiv temp 
+0x349b 010185 call wait_div_end 
+0x349c 010186 quotient pdata 
+0x349d 010187 store 2 ,mem_le_latency 
+0x349e 010188 jam 1 ,mem_antl_send_updata_le_param_timer 
+0x349f 010189 rtn 
+:      010190 antilost_conn_param_updata_procedure_faild:
+0x34a0 010191 jam conn_param_updata_procedure_faild ,mem_antl_conn_updata_procedure_state 
+0x34a1 010192 rtn 
+:      010194 antilost_master_nonsupport_latency:
+0x34a2 010195 jam 0 ,mem_lpm_mult 
+0x34a3 010196 jam 0 ,mem_antl_send_updata_le_param_timer 
+0x34a4 010197 fetch 2 ,mem_le_new_conninterval 
+0x34a5 010198 fetcht 2 ,mem_antl_le_unnormal_interval_min 
+0x34a6 010199 isub temp ,null 
+0x34a7 010200 setflag positive ,0 ,rega 
+0x34a8 010201 fetch 2 ,mem_antl_le_unnormal_interval_max 
+0x34a9 010202 fetcht 2 ,mem_le_new_conninterval 
+0x34aa 010203 isub temp ,pdata 
+0x34ab 010204 setflag positive ,1 ,rega 
+0x34ac 010205 compare 0x03 ,rega ,0x03 
+0x34ad 010206 rtn true 
+0x34ae 010207 fetch 8 ,mem_antl_le_unnormal_interval_min 
+0x34af 010208 store 8 ,mem_le_interval_min 
+0x34b0 010209 jam 1 ,mem_antl_send_updata_le_param_timer 
+0x34b1 010210 rtn 
+:      010213 antilost_le_bb_event_timer:
+0x34b2 010215 call app_power_timer 
+0x34b3 010216 call antilost_double_click_timer 
+0x34b4 010217 call antilost_le_fast_adv_timer 
+0x34b5 010218 call antilost_le_sleep_timer 
+0x34b6 010219 call antilost_app_updata_le_param_timer 
+0x34b7 010220 call antilost_conn_update_timer 
+0x34b8 010221 branch antilost_adc_check_timer 
+:      010224 antilost_double_click_timer:
+0x34b9 010225 arg mem_double_click_timer ,regc 
+0x34ba 010226 arg antilost_double_click_timeout ,regb 
+0x34bb 010227 branch timer_single_step 
+:      010228 antilost_double_click_timeout:
+0x34bc 010229 jam 0 ,mem_butten_click_cnt 
+0x34bd 010230 rtn 
+:      010231 antilost_le_fast_adv_timer:
+0x34be 010232 arg mem_antl_fast_adv_timer ,regc 
+0x34bf 010233 arg antilost_le_fast_adv_timeout ,regb 
+0x34c0 010234 branch timer_single_step_2b 
+:      010235 antilost_le_fast_adv_timeout:
+0x34c1 010236 arg mem_antl_slow_adv_led_style ,regc 
+0x34c2 010237 arg mem_antl_slow_adv_lpm_interval ,regb 
+0x34c3 010238 branch antilost_adv_start_common 
+:      010241 antilost_conn_update_timer:
+0x34c4 010242 arg mem_antl_conn_update_timer ,regc 
+0x34c5 010243 arg antilost_conn_update_timer_time_out ,regb 
+0x34c6 010244 branch timer_single_step 
+:      010246 antilost_conn_update_timer_time_out:
+0x34c7 010247 fetch 2 ,mem_le_latency 
+0x34c8 010248 store 1 ,mem_lpm_mult 
+0x34c9 010249 rtn 
+:      010250 antilost_app_updata_le_param_timer:
+0x34ca 010251 arg mem_antl_send_updata_le_param_timer ,regc 
+0x34cb 010252 arg antilost_app_updata_le_param_timeout ,regb 
+0x34cc 010253 branch timer_single_step 
+:      010254 antilost_app_updata_le_param_timeout:
+0x34cd 010255 fetch 1 ,mem_le_state 
+0x34ce 010256 compare 0 ,pdata ,0x60 
+0x34cf 010257 nbranch antilost_wait_for_updata_param_instant_expire ,true 
+0x34d0 010258 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
+0x34d1 010259 call app_lpm_mult_enable 
+0x34d2 010260 branch le_l2cap_tx_update_req 
+:      010261 antilost_wait_for_updata_param_instant_expire:
+0x34d3 010262 jam 1 ,mem_antl_send_updata_le_param_timer 
+0x34d4 010263 rtn 
+:      010265 antilost_le_sleep_timer:
+0x34d5 010266 arg mem_antl_le_sleep_timer ,regc 
+0x34d6 010267 arg antilost_le_sleep_timer_timeout ,regb 
+0x34d7 010268 branch timer_single_step_2b 
+:      010271 antilost_le_sleep_timer_timeout:
+0x34d8 010272 branch app_button_long_pressed 
+:      010274 antilost_adc_check_timer:
+0x34d9 010277 arg mem_adc_timer ,regc 
+0x34da 010278 arg antilost_adc_check_timer_timeout ,regb 
+0x34db 010279 branch timer_single_step_2b 
+:      010280 antilost_adc_check_timer_timeout:
+0x34dc 010281 fetch 2 ,mem_adc_timeout 
+0x34dd 010282 store 2 ,mem_adc_timer 
+0x34de 010283 branch antilost_battery_process 
+:      010286 antilost_le_process_conn:
+0x34df 010287 fetch 2 ,mem_adc_timeout 
+0x34e0 010288 store 2 ,mem_adc_timer 
+0x34e1 010289 setarg 0 
+0x34e2 010290 store 2 ,mem_antl_fast_adv_timer 
+0x34e3 010291 store 2 ,mem_antl_le_sleep_timer 
+0x34e4 010292 call antilost_alert_off 
+0x34e5 010293 call antilost_led_buzzer_stop_blink 
+0x34e6 010294 jam 0 ,mem_lpm_mult 
+0x34e7 010295 branch app_ble_stop_adv 
+:      010298 antilost_le_process_discon:
+0x34e8 010301 setarg 0 
+0x34e9 010302 store 4 ,mem_adc_timer 
+0x34ea 010303 store 3 ,mem_antl_conn_updata_procedure_state 
+0x34eb 010304 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x34ec 010306 jam 1 ,mem_alarm_config_notfy_cnt 
+0x34ed 010307 fetch 2 ,mem_antl_le_sleep_timeout 
+0x34ee 010308 store 2 ,mem_antl_le_sleep_timer 
+0x34ef 010309 call queue_init 
+0x34f0 010310 fetch 1 ,mem_antl_power_state 
+0x34f1 010311 rtneq power_off 
+0x34f2 010312 call antilost_fast_adv_start 
+0x34f3 010313 branch antilost_on_off_alarm_after_disconn 
+:      010316 antilost_le_conn_process:
+0x34f4 010318 branch antilost_key_process 
+:      010320 antilost_idle_process:
+0x34f5 010322 fetch 1 ,mem_antl_power_state 
+0x34f6 010323 rtnne power_standby 
+0x34f7 010324 branch antilost_key_process 
+:      010329 antilost_power_starting_cb:
+0x34f8 010330 arg mem_antl_power_starting_buzzer_style ,regc 
+0x34f9 010331 call antilost_buzzer_configuration 
+0x34fa 010332 arg mem_antl_power_starting_led_style ,regc 
+:      010333 antilost_power_common:
+0x34fb 010334 branch antilost_led_configuration 
+:      010336 antilost_power_off_cb:
+0x34fc 010337 jam off ,mem_le_adv_enable 
+0x34fd 010338 arg mem_antl_power_off_buzzer_style ,regc 
+0x34fe 010339 call antilost_buzzer_configuration 
+0x34ff 010340 arg mem_antl_power_off_led_style ,regc 
+0x3500 010341 branch antilost_power_common 
+:      010343 antilost_le_receive_data_process:
+0x3501 010344 fetch 1 ,mem_le_att_opcode 
+0x3502 010345 beq attop_write_request ,antilost_le_parse_att_write_request 
+0x3503 010346 rtn 
+:      010347 antilost_le_parse_att_write_request:
+0x3504 010348 fetch 2 ,mem_le_att_handle 
+0x3505 010350 beq new_spec_write_handle ,antilost_cmd_parse_for_application 
+0x3506 010351 beq new_spec_notification_enable_handle ,antilost_notify_alarm_config_first_time 
+0x3507 010352 rtn 
+:      010357 antilost_key_process:
+0x3508 010358 fetch 1 ,mem_antl_key_scan_enable 
+0x3509 010359 rtn blank 
+0x350a 010360 branch keyscan_key_process 
+:      010364 antilost_key_up_down:
+0x350b 010365 copy rega ,pdata 
+0x350c 010366 branch antilost_key_is_up ,blank 
+:      010367 antilost_key_is_down:
+0x350d 010368 copy queue ,pdata 
+0x350e 010369 beq 0 ,antilost_key0_down 
+0x350f 010370 rtn 
+:      010371 antilost_key_is_up:
+0x3510 010372 copy queue ,pdata 
+0x3511 010373 beq 0 ,antilost_key0_up 
+0x3512 010374 rtn 
+:      010376 antilost_key0_down:
+0x3513 010377 jam 1 ,mem_antl_key_state 
+0x3514 010378 arg mem_antl_key_buzzer_style ,regc 
+0x3515 010379 call antilost_buzzer_configuration 
+0x3516 010380 arg mem_antl_key_led_style ,regc 
+0x3517 010381 call antilost_led_configuration 
+0x3518 010382 fetch 2 ,mem_ui_state_map 
+0x3519 010383 bbit0 ui_state_ble_connected ,antilost_butten_down_while_disconn 
+0x351a 010384 branch antilost_butten_down_after_conn 
+:      010386 antilost_key0_up:
+0x351b 010387 jam 0 ,mem_antl_key_state 
+0x351c 010388 branch antilost_double_click_timer_init 
+:      010392 antilost_double_click_timer_init:
+0x351d 010393 fetch 1 ,mem_butten_click_cnt 
+0x351e 010394 rtnne 1 
+0x351f 010395 jam 5 ,mem_double_click_timer 
+0x3520 010396 rtn 
+:      010398 antilost_butten_down_after_conn:
+0x3521 010399 fetch 1 ,mem_butten_click_cnt 
+0x3522 010400 pincrease 1 
+0x3523 010401 store 1 ,mem_butten_click_cnt 
+0x3524 010402 beq 1 ,antilost_click_once 
+0x3525 010403 beq 2 ,antilost_click_twice 
+0x3526 010404 rtn 
+:      010405 antilost_click_once:
+0x3527 010406 call antilost_alert_off 
+0x3528 010407 jam opcode1_butten_click_once ,mem_antl_key0_press + 5 
+0x3529 010408 arg mem_antl_key0_press ,regc 
+0x352a 010409 branch antilost_prepare_data_and_send 
+:      010410 antilost_click_twice:
+0x352b 010411 jam 0 ,mem_butten_click_cnt 
+0x352c 010412 jam opcode2_butten_double_click ,mem_antl_key0_press + 5 
+0x352d 010413 arg mem_antl_key0_press ,regc 
+0x352e 010414 call antilost_prepare_data_and_send 
+0x352f 010415 fetch 1 ,mem_antl_lost_mode 
+0x3530 010416 beq 1 ,antilost_alert_on 
+0x3531 010417 rtn 
+:      010419 antilost_butten_down_while_disconn:
+0x3532 010420 fetch 2 ,mem_antl_le_sleep_timeout 
+0x3533 010421 store 2 ,mem_antl_le_sleep_timer 
+0x3534 010422 call antilost_alert_off 
+0x3535 010423 branch antilost_fast_adv_start 
+:      010426 antilost_cmd_parse_for_application:
+0x3536 010427 bpatch patch19_5 ,mem_patch19 
+0x3537 010428 call le_app_receive_data 
+0x3538 010429 ifetch 1 ,rega 
+0x3539 010430 beq opcode3_antl_start_alram ,antilost_on_of_alram 
+0x353a 010431 beq opcode7_antl_config_alram ,antilost_configuration_for_alram 
+0x353b 010432 rtn 
+:      010434 antilost_on_of_alram:
+0x353c 010435 fetch 1 ,mem_antl_lost_mode 
+0x353d 010436 beq anti_le_alarm_off ,antilost_alert_on 
+0x353e 010437 beq anti_le_alarm_on ,antilost_alert_off 
+0x353f 010438 rtn 
+:      010440 antilost_configuration_for_alram:
+0x3540 010441 ifetch 1 ,regb 
+0x3541 010442 beq 1 ,antilost_set_start_alarm_after_disconn 
+0x3542 010443 beq 0 ,antilost_set_no_alarm_after_disconn 
+0x3543 010444 rtn 
+:      010451 antilost_prepare_data_and_send:
+0x3544 010452 bpatch patch19_6 ,mem_patch19 
+0x3545 010453 fetch 1 ,mem_client_characteristic_configuration_descriptor 
+0x3546 010454 isolate1 notification_enable_bit ,pdata 
+0x3547 010455 nrtn true 
+0x3548 010456 add regc ,6 ,contr 
+0x3549 010457 ifetch 2 ,contr 
+0x354a 010458 byteswap pdata ,pdata 
+0x354b 010459 add pdata ,5 ,loopcnt 
+0x354c 010460 add regc ,3 ,contr 
+0x354d 010461 call calc_check_sum_start 
+0x354e 010462 istore 1 ,contr 
+0x354f 010463 copy regc ,rega 
+0x3550 010464 branch queue_push 
+:      010470 antilost_alert_on:
+0x3551 010471 fetch 1 ,mem_antl_power_state 
+0x3552 010472 rtn blank 
+0x3553 010473 jam 1 ,mem_antl_lost_mode 
+0x3554 010474 arg mem_antl_alert_buzzer_stlye ,regc 
+0x3555 010475 call antilost_buzzer_configuration 
+0x3556 010476 arg mem_antl_alert_led_stlye ,regc 
+0x3557 010477 call antilost_led_configuration 
+0x3558 010478 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
+0x3559 010479 jam 1 ,mem_antl_key0_release + 8 
+0x355a 010480 arg mem_antl_key0_release ,regc 
+0x355b 010481 branch antilost_prepare_data_and_send 
+:      010482 antilost_alert_off:
+0x355c 010483 fetch 1 ,mem_antl_lost_mode 
+0x355d 010484 rtn blank 
+0x355e 010485 jam 0 ,mem_antl_lost_mode 
+0x355f 010486 call antilost_led_buzzer_stop_blink 
+0x3560 010487 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
+0x3561 010488 jam 0 ,mem_antl_key0_release + 8 
+0x3562 010489 arg mem_antl_key0_release ,regc 
+0x3563 010490 branch antilost_prepare_data_and_send 
+:      010492 antilost_set_start_alarm_after_disconn:
+0x3564 010493 jam 1 ,mem_alarm_config 
+0x3565 010494 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
+0x3566 010495 jam 1 ,mem_antl_key0_release + 8 
+0x3567 010496 arg mem_antl_key0_release ,regc 
+0x3568 010497 branch antilost_prepare_data_and_send 
+:      010498 antilost_set_no_alarm_after_disconn:
+0x3569 010499 jam 0 ,mem_alarm_config 
+0x356a 010500 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
+0x356b 010501 jam 0 ,mem_antl_key0_release + 8 
+0x356c 010502 arg mem_antl_key0_release ,regc 
+0x356d 010503 branch antilost_prepare_data_and_send 
+:      010504 antilost_on_off_alarm_after_disconn:
+0x356e 010505 fetch 1 ,mem_alarm_config 
+0x356f 010506 rtn blank 
+0x3570 010507 branch antilost_alert_on 
+:      010509 antilost_notify_alarm_config_first_time:
+0x3571 010510 ifetch 2 ,rega 
+0x3572 010511 store 2 ,mem_client_characteristic_configuration_descriptor 
+0x3573 010512 isolate1 notification_enable_bit ,pdata 
+0x3574 010513 nrtn true 
+0x3575 010514 fetch 1 ,mem_alarm_config_notfy_cnt 
+0x3576 010515 rtn blank 
+0x3577 010516 jam 0 ,mem_alarm_config_notfy_cnt 
+0x3578 010517 fetch 8 ,mem_antl_le_interval_min 
+0x3579 010518 store 8 ,mem_le_interval_min 
+0x357a 010519 jam 2 ,mem_antl_send_updata_le_param_timer 
+0x357b 010520 call antilost_battery_process 
+0x357c 010521 call antilost_battery_calculate_end 
+0x357d 010522 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
+0x357e 010523 fetch 1 ,mem_alarm_config 
+0x357f 010524 store 1 ,mem_antl_key0_release + 8 
+0x3580 010525 arg mem_antl_key0_release ,regc 
+0x3581 010526 branch antilost_prepare_data_and_send 
+:      010530 antilost_buzzer_configuration:
+0x3582 010531 arg 1 ,rega 
+0x3583 010532 branch antilost_configuration_common 
+:      010533 antilost_led_configuration:
+0x3584 010534 arg 0 ,rega 
+:      010535 antilost_configuration_common:
+0x3585 010536 branch antilost_led_buzzer_style_configuration 
+:      010538 antilost_led_buzzer_stop_blink:
+0x3586 010539 arg 0 ,rega 
+0x3587 010540 call ui_led_blink_stop_global 
+0x3588 010541 arg 1 ,rega 
+0x3589 010542 call ui_led_blink_stop_global 
+0x358a 010543 fetch 1 ,mem_buzzer_pwm_conf 
+0x358b 010544 branch pwm_disable 
+:      010546 antilost_led_buzzer_style_configuration:
+0x358c 010547 call calc_curr_struct_prt 
+0x358d 010548 arg 7 ,loopcnt 
+0x358e 010549 branch ui_led_set_style_global + 2 
+:      010553 antilost_fast_adv_start:
+0x358f 010554 arg mem_antl_fast_adv_led_style ,regc 
+0x3590 010555 arg mem_antl_lpm_interval ,regb 
+:      010556 antilost_adv_start_common:
+0x3591 010557 call antilost_adv_interval_lpm_interval_set 
+0x3592 010558 call antilost_led_configuration 
+0x3593 010559 fetch 2 ,mem_antl_fast_adv_timeout 
+0x3594 010560 store 2 ,mem_antl_fast_adv_timer 
+0x3595 010561 branch app_ble_start_adv 
+:      010563 antilost_adv_interval_lpm_interval_set:
+0x3596 010564 ifetch 2 ,regb 
+0x3597 010565 store 2 ,mem_lpm_interval 
+0x3598 010566 ifetch 2 ,contr 
+0x3599 010567 store 2 ,mem_le_adv_interval 
+0x359a 010568 rtn 
+:      010570 antilost_buzzer_pwm_init:
+0x359b 010571 arg 0 ,rega 
+0x359c 010572 call pwm_init 
+0x359d 010573 fetch 6 ,mem_buzzer_pwm_conf 
+0x359e 010574 store 6 ,mem_pdatatemp 
+0x359f 010575 call pwm_out_set 
+0x35a0 010576 fetch 1 ,mem_buzzer_pwm_conf 
+0x35a1 010577 branch pwm_disable 
+:      010579 antilost_led_on_cb:
+0x35a2 010580 jam 1 ,mem_antl_led_state 
+0x35a3 010581 rtn 
+:      010582 antilost_led_off_cb:
+0x35a4 010583 jam 0 ,mem_antl_led_state 
+0x35a5 010584 rtn 
+:      010588 antilost_buzzer_off:
+0x35a6 010589 jam 0 ,mem_antl_buzzer_state 
+0x35a7 010590 fetch 1 ,mem_buzzer_pwm_conf 
+0x35a8 010591 branch pwm_disable 
+:      010593 antilost_buzzer_on:
+0x35a9 010594 jam 1 ,mem_antl_buzzer_state 
+0x35aa 010595 fetch 6 ,mem_buzzer_pwm_conf 
+0x35ab 010596 store 6 ,mem_pdatatemp 
+0x35ac 010597 branch pwm_out_set 
+:      010601 antilost_adc_init:
+0x35ad 010602 jam 0 ,mem_adc_config_flag 
+0x35ae 010603 branch adc_init_data 
+:      010605 antilost_battery_process:
+0x35af 010606 call adc_set_mode 
+0x35b0 010607 call vdd_calculate_by_mode 
+0x35b1 010608 store 2 ,mem_battery_current_voltage 
+0x35b2 010609 arg mem_battery_calculate_set ,rega 
+0x35b3 010610 call adc_bat_percent_lowpower_out 
+0x35b4 010611 store 1 ,mem_voltage_remain_percent 
+0x35b5 010612 beq 0 ,antilost_low_battery 
+0x35b6 010613 sub pdata ,0x64 ,null 
+0x35b7 010614 nbranch antilost_full_battery ,positive 
+0x35b8 010615 store 1 ,mem_antl_key0_release + 8 
+:      010616 antilost_battery_calculate_end:
+0x35b9 010617 jam opcode5_batter_information ,mem_antl_key0_release + 5 
+0x35ba 010618 arg mem_antl_key0_release ,regc 
+0x35bb 010619 branch antilost_prepare_data_and_send 
+:      010620 antilost_full_battery:
+0x35bc 010621 jam 100 ,mem_antl_key0_release + 8 
+0x35bd 010622 branch antilost_battery_calculate_end 
+:      010624 antilost_low_battery:
+0x35be 010625 branch app_button_long_pressed 
+:      010629 car_init:
+0x35bf 010630 rtn wake 
+0x35c0 010631 hfetch 1 ,core_gpio_sel1 
+0x35c1 010632 and_into 0xf0 ,pdata 
+0x35c2 010633 hstore 1 ,core_gpio_sel1 
+0x35c3 010634 setarg car_le_before_hibernate 
+0x35c4 010635 store 2 ,mem_cb_before_hibernate 
+0x35c5 010637 setarg car_le_process_lpm_before 
+0x35c6 010638 store 2 ,mem_cb_before_lpm 
+0x35c7 010640 setarg app_enter_hibernate 
+0x35c8 010641 store 2 ,mem_cb_discovry_timeout 
+0x35c9 010643 setarg car_scale_process_idle 
+0x35ca 010644 store 2 ,mem_cb_idle_process 
+0x35cb 010646 setarg car_scale_process_bb_event 
+0x35cc 010647 store 2 ,mem_cb_bb_event_process 
+0x35cd 010649 setarg app_get_lpm_wake_lock 
+0x35ce 010650 store 2 ,mem_cb_check_wakelock 
+0x35cf 010652 setarg car_le_receive_data 
+0x35d0 010653 store 2 ,mem_cb_att_write 
+0x35d1 010655 setarg car_le_bb_event_timer 
+0x35d2 010656 store 2 ,mem_cb_event_timer 
+0x35d3 010658 call g24_head_ptr2regc 
+0x35d4 010659 setarg car_24g_receive_data 
+0x35d5 010660 add regc ,offset_24g_cb_rxdata_type1 ,contw 
+0x35d6 010661 istore 2 ,contw 
+0x35d7 010663 setarg car_power_off_signal 
+0x35d8 010664 store 2 ,mem_remote_car_power_off_cb 
+0x35d9 010666 setarg car_soft_switch_power_on_signal 
+0x35da 010667 store 2 ,mem_remote_car_power_standby_cb 
+0x35db 010669 bpatch patch19_7 ,mem_patch19 
+0x35dc 010670 call car_init_environment 
+0x35dd 010671 call queue_init 
+0x35de 010672 jam 2 ,mem_lpm_mult 
+0x35df 010673 jam power_on ,mem_car_24g_received_pac 
+0x35e0 010674 fetch 1 ,mem_car_config_soft_switch_enable 
+0x35e1 010675 store 1 ,mem_car_hard_soft_switch 
+0x35e2 010676 beq hard_switch ,car_hard_switch_power_on_signal 
+0x35e3 010677 fetch 1 ,mem_car_config_soft_switch_gpio 
+0x35e4 010678 store 1 ,mem_ui_button_gpio 
+0x35e5 010679 jam off ,mem_le_adv_enable 
+:      010680 car_soft_switch_power_on_init:
+0x35e6 010681 call car_ui_led_init 
+0x35e7 010682 call ui_button_init 
+0x35e8 010683 call ui_button_polling 
+0x35e9 010684 jam power_starting ,mem_car_power_state 
+0x35ea 010685 fetch 2 ,mem_ui_state_map 
+0x35eb 010686 rtnbit1 ui_state_btn_down 
+0x35ec 010687 branch app_enter_hibernate 
+:      010689 car_power_off_signal:
+0x35ed 010690 branch car_ui_led_init 
+:      010692 car_hard_switch_power_on_signal:
+0x35ee 010693 jam power_standby ,mem_car_power_state 
+:      010694 car_soft_switch_power_on_signal:
+0x35ef 010695 jam on ,mem_le_adv_enable 
+0x35f0 010696 call car_ui_led_init 
+0x35f1 010697 arg 0 ,rega 
+0x35f2 010698 call ui_led_blink_start_global 
+0x35f3 010700 setarg fast_adv_interval_value_car 
+0x35f4 010701 call shutter_ble_adv_interval_set 
+:      010702 car_le_modified_name_adv:
+0x35f5 010703 arg mem_le_name + 7 ,contw 
+0x35f6 010704 fetch 1 ,mem_le_lap 
+:      010705 car_name_loop:
+0x35f7 010706 and pdata ,0xF0 ,temp 
+0x35f8 010707 rshift4 temp ,temp 
+0x35f9 010708 call car_hex_to_ascii 
+0x35fa 010709 istoret 1 ,contw 
+0x35fb 010710 and pdata ,0x0F ,temp 
+0x35fc 010711 call car_hex_to_ascii 
+0x35fd 010712 istoret 1 ,contw 
+0x35fe 010713 call le_modified_name_att_list 
+0x35ff 010714 fetcht 1 ,mem_le_name_len 
+0x3600 010715 copy temp ,loopcnt 
+0x3601 010716 arg mem_le_adv_data + 2 ,contw 
+0x3602 010717 arg mem_le_name ,contr 
+0x3603 010718 call memcpy 
+:      010719 car_le_modified_name_scan:
+0x3604 010720 fetcht 1 ,mem_le_name_len 
+0x3605 010721 copy temp ,loopcnt 
+0x3606 010722 arg mem_le_scan_data + 2 ,contw 
+0x3607 010723 arg mem_le_name ,contr 
+0x3608 010724 branch memcpy 
+:      010725 car_hex_to_ascii:
+0x3609 010726 sub temp ,9 ,null 
+0x360a 010727 branch car_hex_num ,positive 
+0x360b 010728 add temp ,55 ,temp 
+0x360c 010729 rtn 
+:      010730 car_hex_num:
+0x360d 010731 add temp ,48 ,temp 
+0x360e 010732 rtn 
+:      010734 car_ui_led_init:
+0x360f 010735 fetch 1 ,mem_car_config_blood_led1_gpio 
+0x3610 010736 bne invalid_pin_num ,car_blood_led_gpio_set 
+:      010737 car_ui_led_init_1:
+0x3611 010738 fetch 1 ,mem_car_config_pairing_led_gpio 
+0x3612 010739 bne invalid_pin_num ,car_pairing_led_gpio_set 
+:      010740 car_ui_led_init_2:
+0x3613 010741 fetch 1 ,mem_car_config_low_voltage_led_gpio 
+0x3614 010742 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
+:      010743 car_ui_led_init_3:
+0x3615 010744 fetch 1 ,mem_car_led_num 
+0x3616 010745 copy pdata ,loopcnt 
+0x3617 010746 setarg mem_car_led_map 
+0x3618 010747 copy pdata ,rega 
+:      010748 car_in_lp1:
+0x3619 010749 copy rega ,contr 
+0x361a 010750 ifetch 1 ,contr 
+0x361b 010751 copy contr ,rega 
+0x361c 010752 beq invalid_pin_num ,car_in_lp1_end 
+0x361d 010753 copy pdata ,temp 
+0x361e 010754 call gpio_config_output 
+:      010755 car_in_lp1_end:
+0x361f 010756 loop car_in_lp1 
+:      010757 car_ui_led_init_end:
+0x3620 010758 rtn 
+:      010759 car_blood_led_gpio_set:
+0x3621 010760 fetch 8 ,mem_car_config_blood_led1_gpio 
+0x3622 010761 store 8 ,mem_car_led_map + 2 
+0x3623 010762 branch car_ui_led_init_1 
+:      010763 car_pairing_led_gpio_set:
+0x3624 010764 store 1 ,mem_car_led_map 
+0x3625 010765 branch car_ui_led_init_2 
+:      010766 car_low_voltage_led_gpio_set:
+0x3626 010767 store 1 ,mem_car_led_map + 1 
+0x3627 010768 branch car_ui_led_init_3 
+:      010771 car_init_environment:
+0x3628 010772 arg 0 ,rega 
+0x3629 010773 call pwm_init 
+0x362a 010774 call car_ir_rx_init 
+0x362b 010775 call g24_receive_process_init 
+0x362c 010776 branch car_init_adc_hvin 
+:      010778 car_init_adc_hvin:
+0x362d 010779 jam 100 ,mem_car_notify_vdd_value_last 
+0x362e 010780 fetch 1 ,mem_car_config_low_voltage_led_gpio 
+0x362f 010781 store 1 ,mem_car_style2_struct_led_gpio 
+0x3630 010782 branch adc_init_data 
+:      010784 car_le_before_hibernate:
+0x3631 010785 call gpio_set_before_lpm_common 
+0x3632 010786 branch keyscan_process_lpm_before 
+:      010788 car_le_process_lpm_before:
+0x3633 010789 branch keyscan_process_lpm_before 
+:      010791 car_key_scan_process:
+0x3634 010794 branch keyscan_key_process 
+:      010796 car_scale_process_idle:
+0x3635 010797 call car_le_send_packet 
+0x3636 010798 call car_ir_receive_process 
+0x3637 010799 call car_g24_status_process 
+0x3638 010800 branch car_key_scan_process 
+:      010802 car_g24_status_process:
+0x3639 010803 fetch 2 ,mem_ui_state_map 
+0x363a 010804 rtnbit1 ui_state_ble_connected 
+0x363b 010805 fetch 1 ,mem_car_24g_received_pac 
+0x363c 010806 beq work_paired ,car_g24_connected_event 
+0x363d 010807 rtn 
+:      010808 car_g24_connected_event:
+0x363e 010809 fetch 1 ,mem_car_24g_status 
+0x363f 010810 rtneq work_paired 
+0x3640 010811 jam work_paired ,mem_car_24g_status 
+0x3641 010812 branch car_g24_connected 
+:      010814 car_le_send_packet:
+0x3642 010815 fetch 2 ,mem_ui_state_map 
+0x3643 010816 rtnbit0 ui_state_ble_connected 
+0x3644 010817 call le_fifo_check_nearly_full 
+0x3645 010818 nrtn blank 
+0x3646 010819 arg mem_car_pop_queue_buff ,rega 
+0x3647 010820 call queue_pop 
+0x3648 010821 nrtn user 
+0x3649 010822 arg mem_car_pop_queue_buff ,contr 
+0x364a 010823 branch le_send_notify_from_list 
+:      010825 car_scale_process_bb_event:
+0x364b 010826 copy regc ,pdata 
+0x364c 010827 beq bt_evt_button_up ,app_event_button_up 
+0x364d 010828 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x364e 010829 beq bt_evt_le_connected ,car_scale_event_le_conn 
+0x364f 010830 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
+0x3650 010831 rtn 
+:      010833 car_scale_event_le_conn:
+0x3651 010834 setarg disable_24g 
+0x3652 010835 call g24_store_mem_24g_mode 
+0x3653 010836 branch car_scale_process_conn 
+:      010837 car_g24_connected:
+0x3654 010838 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x3655 010839 store 2 ,mem_car_24g_no_data_timeout_timer 
+:      010840 car_scale_process_conn:
+0x3656 010841 jam 0x14 ,mem_car_notify_vdd_timer 
+0x3657 010842 jam 0 ,mem_lpm_mode 
+0x3658 010843 call app_ble_stop_adv 
+0x3659 010844 call app_lpm_mult_enable 
+0x365a 010845 fetch 1 ,mem_car_config_pairing_led_conn_status 
+0x365b 010846 beq 0x01 ,car_pairing_led_conn_status_setting 
+:      010847 car_scale_process_conn_next:
+0x365c 010848 arg 0 ,rega 
+0x365d 010849 branch ui_led_on_global 
+:      010850 car_pairing_led_conn_status_setting:
+0x365e 010851 arg 0 ,rega 
+0x365f 010852 branch ui_led_blink_stop_global 
+:      010854 car_scale_event_le_discon:
+0x3660 010855 setarg rx_24g 
+0x3661 010856 call g24_store_mem_24g_mode 
+:      010857 car_g24_disconnect:
+0x3662 010858 setarg 0 
+0x3663 010859 store 5 ,mem_car_led_control 
+0x3664 010860 setarg 4 
+0x3665 010861 call pwm_disable 
+0x3666 010862 setarg 5 
+0x3667 010863 call pwm_disable 
+0x3668 010864 setarg 20 
+0x3669 010865 call pwm_disable 
+0x366a 010866 setarg 21 
+0x366b 010867 call pwm_disable 
+0x366c 010868 setarg 22 
+0x366d 010869 call pwm_disable 
+0x366e 010870 setarg 7 
+0x366f 010871 call pwm_disable 
+0x3670 010872 call queue_init 
+0x3671 010873 jam 10 ,mem_motor1_speed 
+0x3672 010874 jam 10 ,mem_motor2_speed 
+0x3673 010875 jam 10 ,mem_motor3_speed 
+0x3674 010877 jam 2 ,mem_lpm_mult 
+0x3675 010878 arg 0 ,rega 
+0x3676 010879 call ui_led_blink_start_global 
+0x3677 010881 setarg fast_adv_interval_value_car 
+0x3678 010882 call shutter_ble_adv_interval_set 
+0x3679 010883 branch app_ble_start_adv 
+:      010885 car_le_bb_event_timer:
+0x367a 010887 call car_moto1_blank_data_timer 
+0x367b 010888 call car_moto2_blank_data_timer 
+0x367c 010889 call car_moto3_blank_data_timer 
+0x367d 010890 call app_power_timer 
+0x367e 010891 call car_led_control_timer 
+0x367f 010892 call car_notify_vdd_timer 
+0x3680 010893 call car_24g_no_data_timeout_timer 
+0x3681 010894 call car_ir_breakdown_timer 
+0x3682 010895 branch car_attack_shake_timer 
+:      010897 car_ir_breakdown_timer:
+0x3683 010898 arg mem_car_ir_breakdown_check_timer ,regc 
+0x3684 010899 arg car_ir_breakdown_timeout ,regb 
+0x3685 010900 branch timer_single_step 
+:      010901 car_ir_breakdown_timeout:
+0x3686 010902 call car_ir_gpio_get_status 
+0x3687 010903 nrtn true 
+0x3688 010904 jam 1 ,mem_car_ir_breakdown_flag 
+0x3689 010905 rtn 
+:      010907 car_24g_no_data_timeout_timer:
+0x368a 010908 arg mem_car_24g_no_data_timeout_timer ,regc 
+0x368b 010909 arg car_24g_no_data_timer_timeout ,regb 
+0x368c 010910 branch timer_single_step_2b 
+:      010911 car_24g_no_data_timer_timeout:
+0x368d 010912 jam work_search ,mem_car_24g_status 
+0x368e 010913 branch car_g24_disconnect 
+:      010915 car_attack_shake_timer:
+0x368f 010916 arg mem_car_attack_shake_timer ,regc 
+0x3690 010917 arg car_attack_shake ,regb 
+0x3691 010918 branch timer_single_step 
+:      010919 car_attack_shake:
+0x3692 010920 fetch 1 ,mem_car_attack_shake_flag 
+0x3693 010921 branch car_attack_shake_stop ,blank 
+0x3694 010922 jam 2 ,mem_car_attack_shake_timer 
+0x3695 010923 jam 0 ,mem_car_attack_shake_flag 
+0x3696 010924 setarg 0x0a02 
+0x3697 010925 store 2 ,mem_le_receive_payload 
+0x3698 010926 fetch 1 ,mem_car_config_device_select 
+0x3699 010927 beq device_battle_tank ,car_attack_shake_front_battle_tank 
+:      010928 car_attack_shake_front_battle_car:
+0x369a 010929 branch car_motor_control 
+:      010930 car_attack_shake_front_battle_tank:
+0x369b 010931 setarg 0x0a02 
+0x369c 010932 store 2 ,mem_le_receive_payload + 2 
+0x369d 010933 branch car_motor_control 
+:      010934 car_attack_shake_stop:
+0x369e 010935 setarg 0 
+0x369f 010936 store 4 ,mem_le_receive_payload 
+0x36a0 010937 branch car_motor_control 
+:      010939 car_notify_vdd_timer:
+0x36a1 010940 fetch 1 ,mem_car_config_bat_notify_enable 
+0x36a2 010941 rtn blank 
+0x36a3 010942 fetch 2 ,mem_ui_state_map 
+0x36a4 010943 bbit0 ui_state_ble_connected ,car_low_bat_led_off 
+0x36a5 010944 arg mem_car_notify_vdd_timer ,regc 
+0x36a6 010945 arg car_notify_vdd ,regb 
+0x36a7 010946 branch timer_single_step 
+:      010947 car_notify_vdd:
+0x36a8 010948 fetch 1 ,mem_car_notify_vdd_count 
+0x36a9 010949 store 1 ,mem_car_notify_vdd_timer 
+0x36aa 010950 fetch 1 ,mem_car_working_flag 
+0x36ab 010951 nrtn blank 
+:      010952 car_read_hvin:
+0x36ac 010953 call adc_set_mode 
+0x36ad 010954 call vdd_calculate_by_mode 
+0x36ae 010955 store 2 ,mem_vdd_now_vol 
+0x36af 010956 arg mem_vdd_calculate_set ,rega 
+0x36b0 010957 call adc_bat_percent_lowpower_out 
+0x36b1 010958 fetcht 1 ,mem_car_notify_vdd_value_last 
+0x36b2 010959 isub temp ,null 
+0x36b3 010960 branch car_notify_vdd_next2 ,positive 
+0x36b4 010961 store 1 ,mem_car_notify_vdd_value_last 
+0x36b5 010962 copy pdata ,temp 
+:      010963 car_notify_vdd_next2:
+0x36b6 010964 storet 1 ,mem_car_notify_vdd_percent 
+0x36b7 010965 fetch 1 ,mem_car_config_low_voltage_percent 
+0x36b8 010966 isub temp ,null 
+0x36b9 010967 call car_enter_low_bat ,positive 
+0x36ba 010968 storet 1 ,mem_notify_bat_payload 
+0x36bb 010969 arg 6 ,loopcnt 
+0x36bc 010970 arg mem_notify_bat_head ,contr 
+0x36bd 010971 call calc_check_sum_start 
+0x36be 010972 store 1 ,mem_notify_bat_check_sum 
+0x36bf 010973 arg mem_notify_bat_packet ,rega 
+0x36c0 010974 branch queue_push 
+:      010975 car_enter_low_bat:
+0x36c1 010976 fetch 1 ,mem_low_bat_flag 
+0x36c2 010977 nrtn blank 
+0x36c3 010978 jam 1 ,mem_low_bat_flag 
+0x36c4 010979 arg 1 ,rega 
+0x36c5 010980 branch ui_led_blink_start_global 
+:      010981 car_low_bat_led_off:
+0x36c6 010982 arg 1 ,rega 
+0x36c7 010983 branch ui_led_blink_stop_global 
+:      010985 car_led_control_timer:
+0x36c8 010986 arg mem_car_led_control_timer ,regc 
+0x36c9 010987 arg car_led_control ,regb 
+0x36ca 010988 branch timer_single_step 
+:      010989 car_led_control:
+0x36cb 010990 jam 5 ,mem_car_led_control_timer 
+0x36cc 010991 jam 0 ,mem_car_led_no 
+0x36cd 010992 fetch 1 ,mem_car_led_blink_status 
+0x36ce 010993 beq led_on ,car_led_control_blink_off 
+0x36cf 010994 beq led_off ,car_led_control_blink_on 
+:      010995 car_led_control_set:
+0x36d0 010996 arg mem_car_led_control ,contr 
+0x36d1 010997 copy contr ,rega 
+0x36d2 010998 arg 8 ,loopcnt 
+:      010999 car_led_control_timer_next:
+0x36d3 011000 copy rega ,contr 
+0x36d4 011001 ifetch 1 ,contr 
+0x36d5 011002 copy contr ,rega 
+0x36d6 011003 beq led_off ,car_led_control_off 
+0x36d7 011004 beq led_on ,car_led_control_on 
+0x36d8 011005 beq led_blink ,car_led_control_blink 
+:      011006 car_led_control_timer_next_2:
+0x36d9 011007 fetch 1 ,mem_car_led_no 
+0x36da 011008 increase 1 ,pdata 
+0x36db 011009 store 1 ,mem_car_led_no 
+0x36dc 011010 loop car_led_control_timer_next 
+0x36dd 011011 rtn 
+:      011012 car_led_switch:
+0x36de 011013 fetch 1 ,mem_car_led_no 
+0x36df 011014 arg mem_car_config_blood_led_gpio ,regb 
+0x36e0 011015 iadd regb ,regb 
+0x36e1 011016 ifetcht 1 ,regb 
+0x36e2 011017 rtn 
+:      011018 car_led_control_off:
+0x36e3 011019 call car_led_switch 
+0x36e4 011020 call gpio_out_inactive 
+0x36e5 011021 branch car_led_control_timer_next_2 
+:      011022 car_led_control_on:
+0x36e6 011023 call car_led_switch 
+0x36e7 011024 call gpio_out_active 
+0x36e8 011025 branch car_led_control_timer_next_2 
+:      011026 car_led_control_blink:
+0x36e9 011027 fetch 1 ,mem_car_led_blink_status 
+0x36ea 011028 beq led_on ,car_led_control_off 
+0x36eb 011029 branch car_led_control_on 
+:      011030 car_led_control_blink_on:
+0x36ec 011031 jam led_on ,mem_car_led_blink_status 
+0x36ed 011032 branch car_led_control_set 
+:      011033 car_led_control_blink_off:
+0x36ee 011034 jam led_off ,mem_car_led_blink_status 
+0x36ef 011035 branch car_led_control_set 
+:      011039 calc_check_sum_start:
+0x36f0 011040 arg 0 ,rega 
+:      011041 calc_check_sum_loop:
+0x36f1 011042 ifetch 1 ,contr 
+0x36f2 011043 iadd rega ,rega 
+0x36f3 011044 loop calc_check_sum_loop 
+:      011045 calc_check_sum_and:
+0x36f4 011046 and rega ,0xff ,pdata 
+0x36f5 011047 rtn 
+:      011049 car_le_receive_data:
+0x36f6 011050 fetch 1 ,mem_le_att_opcode 
+0x36f7 011051 beq attop_write_request ,car_le_parse_att_write_request 
+0x36f8 011052 rtn 
+:      011053 car_le_parse_att_write_request:
+0x36f9 011054 fetch 2 ,mem_le_att_handle 
+0x36fa 011055 beq att_car_control_handle ,car_control_le_receive 
+0x36fb 011056 rtn 
+:      011068 le_app_receive_data:
+0x36fc 011069 bpatch patch1a_0 ,mem_patch1a 
+0x36fd 011070 ifetch 5 ,rega 
+0x36fe 011071 store 5 ,mem_app_receive_temp 
+0x36ff 011072 fetch 2 ,mem_app_receive_temp 
+0x3700 011073 arg le_receive_packet_head ,temp 
+0x3701 011074 isub temp ,null 
+0x3702 011075 nrtn zero 
+0x3703 011076 fetch 2 ,mem_app_receive_temp + 3 
+0x3704 011077 byteswap pdata ,pdata 
+0x3705 011078 store 2 ,mem_app_receive_temp + 3 
+0x3706 011079 copy pdata ,loopcnt 
+0x3707 011080 increase 5 ,rega 
+0x3708 011081 copy rega ,contr 
+0x3709 011082 arg mem_app_receive_temp + 5 ,contw 
+0x370a 011083 call memcpy 
+0x370b 011084 ifetch 1 ,contr 
+0x370c 011085 store 1 ,mem_app_receive_temp + 15 
+0x370d 011086 arg mem_app_receive_temp + 2 ,rega 
+0x370e 011087 arg mem_app_receive_temp + 5 ,regb 
+0x370f 011088 rtn 
+:      011090 car_control_le_receive:
+0x3710 011091 setarg 0 
+0x3711 011092 store 5 ,mem_le_receive_payload 
+0x3712 011093 store 5 ,mem_le_receive_payload + 5 
+0x3713 011094 call le_app_receive_data 
+0x3714 011095 copy regb ,contr 
+0x3715 011096 arg mem_le_receive_payload ,contw 
+0x3716 011097 arg 10 ,loopcnt 
+0x3717 011098 call memcpy 
+:      011099 car_receive_cmd_select:
+0x3718 011100 bpatch patch1a_1 ,mem_patch1a 
+0x3719 011101 ifetch 1 ,rega 
+0x371a 011102 beq car_cmd_old_car_control ,car_drive_old 
+0x371b 011103 beq car_cmd_old_speed_control ,car_speed_set_old 
+0x371c 011104 beq car_cmd_l_r_motor_control ,car_motor_control 
+0x371d 011105 beq car_cmd_f_b_motor_control ,car_motor_control 
+0x371e 011106 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
+0x371f 011107 beq car_cmd_led_control ,car_led_control_receive 
+0x3720 011108 beq car_cmd_device_info ,car_info_request 
+0x3721 011109 rtn 
+:      011111 car_24g_receive_data:
+0x3722 011112 fetch 2 ,mem_ui_state_map 
+0x3723 011113 rtnbit1 ui_state_ble_connected 
+0x3724 011115 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x3725 011116 store 2 ,mem_car_24g_no_data_timeout_timer 
+0x3726 011118 jam work_paired ,mem_car_24g_received_pac 
+0x3727 011120 setarg offset_24g_rxdata_temp_add3 
+0x3728 011121 call g24_set_rega 
+0x3729 011122 call car_control_le_receive 
+0x372a 011124 fetch 1 ,mem_app_receive_temp + 2 
+0x372b 011125 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
+0x372c 011126 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
+0x372d 011127 rtn 
+:      011128 car_24g_receive_data_next:
+0x372e 011129 fetch 1 ,mem_le_receive_payload 
+0x372f 011130 ncall car_moto1_enable_blank_data_timer ,blank 
+0x3730 011131 fetch 1 ,mem_le_receive_payload + 2 
+0x3731 011132 ncall car_moto2_enable_blank_data_timer ,blank 
+0x3732 011133 fetch 1 ,mem_le_receive_payload + 4 
+0x3733 011134 ncall car_moto3_enable_blank_data_timer ,blank 
+0x3734 011135 rtn 
+:      011137 car_moto1_enable_blank_data_timer:
+0x3735 011138 jam 5 ,mem_car_moto1_blank_timer 
+0x3736 011139 rtn 
+:      011140 car_moto2_enable_blank_data_timer:
+0x3737 011141 jam 5 ,mem_car_moto2_blank_timer 
+0x3738 011142 rtn 
+:      011143 car_moto3_enable_blank_data_timer:
+0x3739 011144 jam 5 ,mem_car_moto3_blank_timer 
+0x373a 011145 rtn 
+:      011147 car_moto1_blank_data_timer:
+0x373b 011148 arg mem_car_moto1_blank_timer ,regc 
+0x373c 011149 arg car_moto1_blank_data ,regb 
+0x373d 011150 branch timer_single_step 
+:      011151 car_moto2_blank_data_timer:
+0x373e 011152 arg mem_car_moto2_blank_timer ,regc 
+0x373f 011153 arg car_moto2_blank_data ,regb 
+0x3740 011154 branch timer_single_step 
+:      011155 car_moto3_blank_data_timer:
+0x3741 011156 arg mem_car_moto3_blank_timer ,regc 
+0x3742 011157 arg car_moto3_blank_data ,regb 
+0x3743 011158 branch timer_single_step 
+:      011160 car_moto1_blank_data:
+0x3744 011161 jam 0 ,mem_le_receive_payload 
+0x3745 011162 branch car_motor_control 
+:      011163 car_moto2_blank_data:
+0x3746 011164 jam 0 ,mem_le_receive_payload + 2 
+0x3747 011165 branch car_motor_control 
+:      011166 car_moto3_blank_data:
+0x3748 011167 jam 0 ,mem_le_receive_payload + 4 
+0x3749 011168 branch car_motor_control 
+:      011173 car_drive_old:
+0x374a 011174 call car_left_right_control_old 
+0x374b 011175 branch car_front_back_control_old 
+:      011176 car_left_right_control_old:
+0x374c 011177 fetch 1 ,mem_le_receive_payload 
+0x374d 011178 store 1 ,mem_motor2_status 
+0x374e 011179 branch car_motor2_control 
+:      011180 car_front_back_control_old:
+0x374f 011181 fetch 1 ,mem_motor1_speed 
+0x3750 011182 call car_reset_old_speed 
+0x3751 011183 fetch 1 ,mem_le_receive_payload + 1 
+0x3752 011184 store 1 ,mem_motor1_status 
+0x3753 011185 branch car_motor1_control 
+:      011186 car_reset_old_speed:
+0x3754 011187 beq speed_level_2 ,car_reset_old_speed2 
+0x3755 011188 beq speed_level_3 ,car_reset_old_speed3 
+0x3756 011189 store 1 ,mem_motor1_speed 
+0x3757 011190 rtn 
+:      011191 car_reset_old_speed2:
+0x3758 011192 jam speed_level_5 ,mem_motor1_speed 
+0x3759 011193 rtn 
+:      011194 car_reset_old_speed3:
+0x375a 011195 jam speed_level_10 ,mem_motor1_speed 
+0x375b 011196 rtn 
+:      011197 car_speed_set_old:
+0x375c 011198 fetch 1 ,mem_le_receive_payload 
+0x375d 011199 call car_reset_old_speed 
+0x375e 011200 fetch 1 ,mem_motor1_speed 
+0x375f 011201 call car_motor_speed_duty_setting 
+0x3760 011202 call car_motor_speed_duty_transform 
+0x3761 011203 branch pwm_pwm0_duty_set 
+:      011205 car_motor_control:
+0x3762 011206 fetch 1 ,mem_car_24g_go_die_flag 
+0x3763 011207 nrtn blank 
+0x3764 011208 fetch 6 ,mem_le_receive_payload 
+0x3765 011209 store 6 ,mem_motor1_status 
+0x3766 011210 fetch 1 ,mem_motor1_speed 
+0x3767 011211 fetcht 1 ,mem_motor2_speed 
+0x3768 011212 iand temp ,pdata 
+0x3769 011213 fetcht 1 ,mem_motor3_speed 
+0x376a 011214 iand temp ,pdata 
+0x376b 011215 call car_motor_working_flag ,blank 
+0x376c 011216 bpatch patch1a_2 ,mem_patch1a 
+0x376d 011217 call car_motor1_control 
+0x376e 011218 call car_motor2_control 
+0x376f 011219 branch car_motor3_control 
+:      011220 car_motor1_control:
+0x3770 011221 arg mem_motor1_pwm_set ,regb 
+0x3771 011222 arg mem_motor1_status ,contr 
+0x3772 011223 branch car_motor_status_select 
+:      011224 car_motor2_control:
+0x3773 011225 arg mem_motor2_pwm_set ,regb 
+0x3774 011226 arg mem_motor2_status ,contr 
+0x3775 011227 branch car_motor_status_select 
+:      011228 car_motor3_control:
+0x3776 011229 arg mem_motor3_pwm_set ,regb 
+0x3777 011230 arg mem_motor3_status ,contr 
+0x3778 011231 branch car_motor_status_select 
+:      011232 car_motor_working_flag:
+0x3779 011233 jam 0 ,mem_car_working_flag 
+0x377a 011234 rtn 
+:      011236 car_motor_status_select:
+0x377b 011237 ifetch 1 ,contr 
+0x377c 011238 beq motor_stop ,car_motor_stop 
+0x377d 011239 beq go_front ,car_motor_positive 
+0x377e 011240 beq go_back ,car_motor_negative 
+0x377f 011241 rtn 
+:      011242 car_motor_positive:
+0x3780 011243 jam 0 ,mem_motor_select_p_n 
+0x3781 011244 branch car_motor_negative + 1 
+:      011245 car_motor_negative:
+0x3782 011246 jam 1 ,mem_motor_select_p_n 
+0x3783 011247 ifetch 1 ,contr 
+0x3784 011248 store 1 ,mem_car_motor_speed 
+0x3785 011249 ifetch 8 ,regb 
+0x3786 011250 branch car_motor_work 
+:      011252 car_motor_stop:
+0x3787 011253 ifetch 1 ,regb 
+0x3788 011254 call pwm_disable 
+0x3789 011255 increase 1 ,regb 
+0x378a 011256 ifetch 1 ,regb 
+0x378b 011257 branch pwm_disable 
+:      011258 car_motor_work:
+0x378c 011259 store 8 ,mem_motor_pwm_pin1_set 
+0x378d 011260 jam 1 ,mem_car_working_flag 
+0x378e 011261 fetch 1 ,mem_motor_select_p_n 
+0x378f 011262 beq 0 ,car_motor_select_positive 
+:      011263 car_motor_select_negative:
+0x3790 011264 fetch 1 ,mem_motor_pwm_pin2_set 
+0x3791 011265 store 1 ,mem_motor_pwm_pin_set 
+0x3792 011266 fetch 1 ,mem_motor_pwm_pin1_set 
+:      011267 car_motor_work_next:
+0x3793 011268 call pwm_disable 
+0x3794 011269 fetch 1 ,mem_car_motor_speed 
+0x3795 011270 call car_motor_speed_duty_setting 
+0x3796 011271 store 1 ,mem_motor_pwm_dute_set 
+0x3797 011272 fetch 6 ,mem_motor_pwm_pin_set 
+0x3798 011273 store 6 ,mem_pdatatemp 
+0x3799 011274 branch pwm_out_set 
+:      011275 car_motor_select_positive:
+0x379a 011276 fetch 1 ,mem_motor_pwm_pin1_set 
+0x379b 011277 store 1 ,mem_motor_pwm_pin_set 
+0x379c 011278 fetch 1 ,mem_motor_pwm_pin2_set 
+0x379d 011279 branch car_motor_work_next 
+:      011281 car_motor_speed_duty_setting:
+0x379e 011282 mul32 pdata ,5 ,pdata 
+0x379f 011283 add pdata ,50 ,pdata 
+0x37a0 011284 rtn 
+:      011285 car_motor_speed_duty_transform:
+0x37a1 011286 arg 12000 ,temp 
+0x37a2 011287 imul32 temp ,pdata 
+0x37a3 011288 div pdata ,100 
+0x37a4 011289 call wait_div_end 
+0x37a5 011290 quotient temp 
+0x37a6 011291 copy temp ,rega 
+0x37a7 011292 setarg 12000 
+0x37a8 011293 isub temp ,regb 
+0x37a9 011294 rtn 
+:      011297 car_ir_init:
+0x37aa 011298 hfetch 1 ,core_gpio_sel2 
+0x37ab 011299 set1 2 ,pdata 
+0x37ac 011300 hstore 1 ,core_gpio_sel2 
+0x37ad 011301 setarg 158 
+0x37ae 011302 hstore 2 ,core_pwm_pcnt4 
+0x37af 011303 hstore 2 ,core_pwm_ncnt4 
+0x37b0 011304 rtn 
+:      011306 car_ir_data_rx_from_app:
+0x37b1 011307 fetch 1 ,mem_car_24g_go_die_flag 
+0x37b2 011308 nrtn blank 
+0x37b3 011309 fetch 2 ,mem_le_receive_payload 
+0x37b4 011310 store 2 ,mem_ir_data 
+0x37b5 011311 fetch 1 ,mem_car_24g_status 
+0x37b6 011312 bne work_paired ,car_ir_data_tx 
+0x37b7 011313 fetch 2 ,mem_le_lap 
+0x37b8 011314 store 2 ,mem_ir_data 
+:      011315 car_ir_data_tx:
+0x37b9 011316 bpatch patch1a_3 ,mem_patch1a 
+0x37ba 011317 call car_ir_init 
+0x37bb 011318 call car_ir_enable 
+0x37bc 011319 setarg 48000 
+0x37bd 011320 call sleep 
+0x37be 011321 call car_ir_disable 
+0x37bf 011322 setarg 7200 
+0x37c0 011323 call sleep 
+0x37c1 011324 arg 16 ,loopcnt 
+:      011325 car_ir_send_loop:
+0x37c2 011326 call car_ir_enable 
+0x37c3 011327 fetch 2 ,mem_ir_data 
+0x37c4 011328 bbit1 0 ,car_ir_is_bit1 
+0x37c5 011329 setarg 7200 
+0x37c6 011330 call sleep 
+0x37c7 011331 call car_ir_disable 
+0x37c8 011332 branch car_ir_wait_finish 
+:      011334 car_ir_is_bit1:
+0x37c9 011335 setarg 14400 
+0x37ca 011336 call sleep 
+0x37cb 011337 call car_ir_disable 
+:      011338 car_ir_wait_finish:
+0x37cc 011339 setarg 7200 
+0x37cd 011340 call sleep 
+0x37ce 011341 fetch 2 ,mem_ir_data 
+0x37cf 011342 rshift pdata ,pdata 
+0x37d0 011343 store 2 ,mem_ir_data 
+0x37d1 011344 loop car_ir_send_loop 
+0x37d2 011346 jam 2 ,mem_car_attack_shake_timer 
+0x37d3 011347 jam 1 ,mem_car_attack_shake_flag 
+0x37d4 011348 setarg 0x0a01 
+0x37d5 011349 store 2 ,mem_le_receive_payload 
+0x37d6 011350 fetch 1 ,mem_car_config_device_select 
+0x37d7 011351 beq device_battle_tank ,car_attack_shake_back_battle_tank 
+:      011352 car_attack_shake_back_battle_car:
+0x37d8 011353 branch car_motor_control 
+:      011354 car_attack_shake_back_battle_tank:
+0x37d9 011355 setarg 0x0a01 
+0x37da 011356 store 2 ,mem_le_receive_payload + 2 
+0x37db 011357 branch car_motor_control 
+:      011359 car_ir_enable:
+0x37dc 011360 hfetch 1 ,core_gpio_key2 
+0x37dd 011361 or_into 0x40 ,pdata 
+0x37de 011362 hstore 1 ,core_gpio_key2 
+0x37df 011363 rtn 
+:      011364 car_ir_disable:
+0x37e0 011365 hfetch 1 ,core_gpio_key2 
+0x37e1 011366 and_into 0xbf ,pdata 
+0x37e2 011367 hstore 1 ,core_gpio_key2 
+0x37e3 011368 rtn 
+:      011370 car_ir_rx_init:
+0x37e4 011371 fetch 1 ,mem_car_config_ir_enable 
+0x37e5 011372 rtneq 0x00 
+0x37e6 011373 call lpm_disable_exen_output 
+0x37e7 011374 fetcht 1 ,mem_car_config_ir_rx_gpio 
+0x37e8 011375 storet 1 ,mem_ir_rx_gpio 
+0x37e9 011376 call gpio_config_input 
+0x37ea 011377 call car_ir_gpio_get_status 
+0x37eb 011378 nrtn true 
+0x37ec 011379 jam 1 ,mem_car_ir_breakdown_check_timer 
+0x37ed 011380 rtn 
+:      011382 car_ir_receive_process:
+0x37ee 011383 fetch 1 ,mem_car_config_ir_enable 
+0x37ef 011384 rtneq flag_ir_disable 
+0x37f0 011385 fetch 1 ,mem_car_ir_breakdown_flag 
+0x37f1 011386 nrtn blank 
+0x37f2 011387 fetch 2 ,mem_ui_state_map 
+0x37f3 011388 bbit1 ui_state_ble_connected ,car_ir_receive_process_next 
+0x37f4 011389 fetch 1 ,mem_car_24g_status 
+0x37f5 011390 rtnne work_paired 
+:      011391 car_ir_receive_process_next:
+0x37f6 011392 bpatch patch1a_4 ,mem_patch1a 
+0x37f7 011393 call car_ir_gpio_get_status 
+0x37f8 011394 nrtn true 
+0x37f9 011395 setarg 36000 
+0x37fa 011396 call sleep 
+0x37fb 011397 call car_ir_gpio_get_status 
+0x37fc 011398 nrtn true 
+0x37fd 011399 call car_ir_clk_get 
+:      011400 car_ir_packet_head_wait_end:
+0x37fe 011401 call car_ir_clk_check 
+0x37ff 011402 nrtn positive 
+0x3800 011403 call car_ir_gpio_get_status 
+0x3801 011404 branch car_ir_packet_head_wait_end ,true 
+0x3802 011405 arg 0 ,rega 
+0x3803 011406 arg 16 ,loopcnt 
+0x3804 011407 call car_ir_clk_get 
+:      011408 car_ir_receive_process_loop:
+0x3805 011409 call car_ir_clk_check 
+0x3806 011410 nrtn positive 
+0x3807 011411 call car_ir_gpio_get_status 
+0x3808 011412 nbranch car_ir_receive_process_loop ,true 
+0x3809 011413 setarg 10800 
+0x380a 011414 call sleep 
+0x380b 011415 call car_ir_gpio_get_status 
+0x380c 011416 branch car_ir_get_bit1 ,true 
+:      011417 car_ir_get_bit0:
+0x380d 011418 setarg 0 
+0x380e 011419 rshift rega ,rega 
+0x380f 011420 ior rega ,rega 
+0x3810 011421 loop car_ir_receive_process_loop 
+0x3811 011422 branch car_ir_receive_process_end 
+:      011423 car_ir_get_bit1:
+0x3812 011424 setarg 0x8000 
+0x3813 011425 rshift rega ,rega 
+0x3814 011426 ior rega ,rega 
+0x3815 011427 call car_ir_clk_get 
+:      011428 car_ir_get_bit1_wait_low_end:
+0x3816 011429 call car_ir_clk_check 
+0x3817 011430 nrtn positive 
+0x3818 011431 call car_ir_gpio_get_status 
+0x3819 011432 branch car_ir_get_bit1_wait_low_end ,true 
+0x381a 011433 loop car_ir_receive_process_loop 
+:      011434 car_ir_receive_process_end:
+0x381b 011435 bpatch patch1a_5 ,mem_patch1a 
+0x381c 011436 copy rega ,pdata 
+0x381d 011437 store 2 ,mem_ir_rx_buf 
+0x381e 011438 store 2 ,mem_ir_notify_data + 8 
+0x381f 011439 fetch 1 ,mem_car_24g_status 
+0x3820 011440 beq work_paired ,car_ir_24g_receive_attack 
+:      011441 car_ir_data_notify:
+0x3821 011442 arg 0x07 ,loopcnt 
+0x3822 011443 arg mem_ir_notify_data_head ,contr 
+0x3823 011444 call calc_check_sum_start 
+0x3824 011445 store 1 ,mem_ir_notify_data_check_sum 
+0x3825 011446 arg mem_ir_notify_data ,rega 
+0x3826 011447 branch queue_push 
+:      011449 car_ir_24g_receive_attack:
+0x3827 011450 fetch 1 ,mem_car_24g_ir_receive_attack_count 
+0x3828 011451 increase 1 ,pdata 
+0x3829 011452 store 1 ,mem_car_24g_ir_receive_attack_count 
+0x382a 011453 div pdata ,2 
+0x382b 011454 call wait_div_end 
+0x382c 011455 quotient temp 
+0x382d 011456 remainder pdata 
+0x382e 011457 nbranch car_ir_24g_receive_attack_blink ,blank 
+:      011458 car_ir_24g_receive_attack_off:
+0x382f 011459 fetch 1 ,mem_car_config_led_num 
+0x3830 011460 isub temp ,null 
+0x3831 011461 call car_ir_24g_go_die ,zero 
+0x3832 011462 arg mem_car_led_control ,pdata 
+0x3833 011463 increase -1 ,temp 
+0x3834 011464 iadd temp ,rega 
+0x3835 011465 arg 0 ,pdata 
+0x3836 011466 istore 1 ,rega 
+0x3837 011467 rtn 
+:      011468 car_ir_24g_receive_attack_blink:
+0x3838 011469 arg mem_car_led_control ,pdata 
+0x3839 011470 iadd temp ,rega 
+0x383a 011471 arg 2 ,pdata 
+0x383b 011472 istore 1 ,rega 
+0x383c 011473 rtn 
+:      011474 car_ir_24g_go_die:
+0x383d 011475 jam 1 ,mem_car_24g_go_die_flag 
+0x383e 011476 rtn 
+:      011477 car_ir_clk_get:
+0x383f 011478 copy clkn_bt ,pdata 
+0x3840 011479 store 4 ,mem_ir_receive_clkn 
+0x3841 011480 rtn 
+:      011481 car_ir_clk_check:
+0x3842 011482 copy clkn_bt ,pdata 
+0x3843 011483 fetcht 4 ,mem_ir_receive_clkn 
+0x3844 011484 isub temp ,pdata 
+0x3845 011485 sub pdata ,200 ,null 
+0x3846 011486 rtn 
+:      011488 car_ir_gpio_get_status:
+0x3847 011489 fetcht 1 ,mem_ir_rx_gpio 
+0x3848 011490 branch gpio_get_bit 
+:      011492 car_led_control_receive:
+0x3849 011493 fetch 8 ,mem_le_receive_payload 
+0x384a 011494 store 8 ,mem_car_led_control 
+0x384b 011495 rtn 
+:      011497 car_info_request:
+0x384c 011498 fetch 1 ,mem_car_config_device_select 
+0x384d 011499 store 1 ,mem_car_info_request_payload 
+0x384e 011500 fetch 1 ,mem_car_config_motor_layout 
+0x384f 011501 store 1 ,mem_car_info_request_payload + 1 
+0x3850 011502 fetch 1 ,mem_car_config_ir_enable 
+0x3851 011503 store 1 ,mem_car_info_request_payload + 2 
+0x3852 011504 arg 13 ,loopcnt 
+0x3853 011505 arg mem_car_info_request_head ,contr 
+0x3854 011506 call calc_check_sum_start 
+0x3855 011507 store 1 ,mem_car_info_request_checksum 
+0x3856 011508 arg mem_car_info_request ,rega 
+0x3857 011509 branch queue_push 
+:      011515 light_init:
+0x3858 011516 call clear_eeprom_size_2k 
+0x3859 011517 jam 0x7a ,mem_curr_packet_num 
+0x385a 011518 call light_load_controler_list 
+0x385b 011519 call light_init_crr_cmd_count 
+0x385c 011520 setarg light_pairing_timer 
+0x385d 011521 store 2 ,mem_cb_event_timer 
+0x385e 011522 arg 0 ,rega 
+0x385f 011523 branch pwm_init 
+:      011525 light_pairing_timer:
+0x3860 011526 fetch 2 ,mem_light_pairing_timer 
+0x3861 011527 rtn blank 
+0x3862 011528 increase -1 ,pdata 
+0x3863 011529 store 2 ,mem_light_pairing_timer 
+0x3864 011530 rtnne 0 
+0x3865 011531 jam 0 ,mem_light_pairing_enable 
+0x3866 011532 rtn 
+:      011534 light_init_crr_cmd_count:
+0x3867 011535 bpatch patch1a_6 ,mem_patch1a 
+0x3868 011536 fetch 1 ,mem_light_next_record 
+0x3869 011537 sub pdata ,40 ,null 
+0x386a 011538 rtn positive 
+0x386b 011539 jam 0 ,mem_light_next_record 
+0x386c 011540 rtn 
+:      011542 light_load_controler_list:
+0x386d 011543 arg mem_light_next_record ,rega 
+0x386e 011544 arg 0 ,regb 
+0x386f 011545 arg 81 ,temp 
+0x3870 011546 branch iicd_read_eep_data 
+:      011549 light_find_controler_pairing:
+0x3871 011550 disable user 
+0x3872 011551 fetch 1 ,mem_light_cnum 
+0x3873 011552 copy pdata ,loopcnt 
+0x3874 011554 arg mem_light_clist ,rega 
+0x3875 011555 copy regc ,regb 
+:      011556 light_find_controler_pairing_loop:
+0x3876 011557 bpatch patch1a_7 ,mem_patch1a 
+0x3877 011558 call light_compare_addr_record 
+0x3878 011559 branch enable_user ,zero 
+:      011560 light_find_single_pairing_diff:
+0x3879 011561 increase 4 ,rega 
+0x387a 011562 loop light_find_controler_pairing_loop 
+0x387b 011563 rtn 
+:      011566 light_compare_addr_record:
+0x387c 011567 bpatch patch1b_0 ,mem_patch1b 
+0x387d 011568 ifetch 3 ,rega 
+0x387e 011569 ifetcht 3 ,regb 
+0x387f 011570 isub temp ,null 
+0x3880 011571 rtn 
+:      011573 light_compare_single_record:
+0x3881 011574 bpatch patch1b_1 ,mem_patch1b 
+0x3882 011575 ifetch 3 ,rega 
+0x3883 011576 ifetcht 3 ,regb 
+0x3884 011577 isub temp ,null 
+0x3885 011578 nrtn zero 
+0x3886 011579 ifetch 1 ,contr 
+0x3887 011580 sub pdata ,0 ,null 
+0x3888 011581 rtn zero 
+0x3889 011582 add rega ,3 ,contr 
+0x388a 011583 ifetcht 1 ,contr 
+0x388b 011584 isub temp ,null 
+0x388c 011585 rtn 
+:      011588 light_find_controler_cmd:
+0x388d 011589 bpatch patch1b_2 ,mem_patch1b 
+0x388e 011590 disable user 
+0x388f 011591 fetch 1 ,mem_light_cnum 
+0x3890 011592 copy pdata ,loopcnt 
+0x3891 011594 arg mem_light_clist ,rega 
+0x3892 011595 copy regc ,regb 
+:      011596 light_find_controler_cmd_loop:
+0x3893 011597 call light_compare_single_record 
+0x3894 011598 branch enable_user ,zero 
+0x3895 011599 increase 4 ,rega 
+0x3896 011600 loop light_find_controler_cmd_loop 
+0x3897 011601 rtn 
+:      011604 light_recv_adv:
+0x3898 011605 fetch 1 ,mem_le_scanrsp_rcv 
+0x3899 011606 increase 1 ,pdata 
+0x389a 011607 store 1 ,mem_le_scanrsp_rcv 
+0x389b 011608 arg mem_le_rxbuf + 12 ,regc 
+:      011610 light_anylize_command:
+0x389c 011611 ifetch 2 ,regc 
+0x389d 011612 arg 0x55aa ,temp 
+0x389e 011613 isub temp ,null 
+0x389f 011614 nrtn zero 
+0x38a0 011615 copy contr ,regc 
+0x38a1 011616 ifetcht 3 ,regc 
+0x38a2 011617 setarg 0xffffff 
+0x38a3 011618 isub temp ,null 
+0x38a4 011619 branch light_parse_cmd ,zero 
+0x38a5 011620 call light_find_controler_cmd 
+0x38a6 011621 branch light_parse_cmd ,user 
+0x38a7 011622 rtn 
+:      011624 light_parse_cmd:
+0x38a8 011625 bpatch patch1b_3 ,mem_patch1b 
+0x38a9 011626 increase 4 ,regc 
+0x38aa 011627 ifetch 1 ,regc 
+0x38ab 011628 fetcht 1 ,mem_curr_packet_num 
+0x38ac 011629 isub temp ,null 
+0x38ad 011630 rtn zero 
+0x38ae 011631 store 1 ,mem_curr_packet_num 
+0x38af 011632 fetch 1 ,mem_le_req_rcv 
+0x38b0 011633 increase 1 ,pdata 
+0x38b1 011634 store 1 ,mem_le_req_rcv 
+0x38b2 011636 increase 1 ,regc 
+0x38b3 011637 ifetch 1 ,regc 
+0x38b4 011638 store 1 ,mem_light_crr_cmd_count 
+0x38b5 011639 copy pdata ,loopcnt 
+0x38b6 011640 rtn blank 
+:      011641 light_parse_cmd_loop:
+0x38b7 011642 ifetch 1 ,contr 
+0x38b8 011643 beq light_cmd_pwm0 ,light_parse_cmd_pwm0 
+0x38b9 011644 beq light_cmd_pwm1 ,light_parse_cmd_pwm1 
+0x38ba 011645 beq light_cmd_pwm2 ,light_parse_cmd_pwm2 
+0x38bb 011646 beq light_cmd_pwm3 ,light_parse_cmd_pwm3 
+0x38bc 011647 beq light_cmd_pwm4 ,light_parse_cmd_pwm4 
+0x38bd 011648 beq light_cmd_pwm5 ,light_parse_cmd_pwm5 
+0x38be 011649 beq light_cmd_auto_mode ,light_parse_auto_mode 
+0x38bf 011650 beq light_cmd_pairing ,light_parse_pairing 
+0x38c0 011651 loop light_parse_cmd_loop 
+0x38c1 011652 rtn 
+:      011654 light_parse_cmd_pwm0:
+0x38c2 011655 copy contr ,regc 
+0x38c3 011656 fetch 1 ,mem_light_pwm0 
+0x38c4 011657 store 1 ,mem_pdatatemp 
+0x38c5 011658 arg 0 ,temp 
+:      011659 light_parse_cmd_pwm_common:
+0x38c6 011660 storet 1 ,mem_pdatatemp + 1 
+0x38c7 011661 setarg 10000 
+0x38c8 011662 store 3 ,mem_pdatatemp + 2 
+0x38c9 011663 ifetch 1 ,regc 
+0x38ca 011664 store 1 ,mem_pdatatemp + 5 
+0x38cb 011665 call pwm_out_set 
+0x38cc 011666 and regc ,1 ,contr 
+0x38cd 011667 loop light_parse_cmd_loop 
+0x38ce 011668 rtn 
+:      011669 light_parse_cmd_pwm1:
+0x38cf 011670 copy regc ,contr 
+0x38d0 011671 fetch 1 ,mem_light_pwm1 
+0x38d1 011672 store 1 ,mem_pdatatemp 
+0x38d2 011673 arg 1 ,temp 
+0x38d3 011674 branch light_parse_cmd_pwm_common 
+:      011675 light_parse_cmd_pwm2:
+0x38d4 011676 copy regc ,contr 
+0x38d5 011677 fetch 1 ,mem_light_pwm2 
+0x38d6 011678 store 1 ,mem_pdatatemp 
+0x38d7 011679 arg 2 ,temp 
+0x38d8 011680 branch light_parse_cmd_pwm_common 
+:      011681 light_parse_cmd_pwm3:
+0x38d9 011682 copy regc ,contr 
+0x38da 011683 fetch 1 ,mem_light_pwm3 
+0x38db 011684 store 1 ,mem_pdatatemp 
+0x38dc 011685 arg 3 ,temp 
+0x38dd 011686 branch light_parse_cmd_pwm_common 
+:      011687 light_parse_cmd_pwm4:
+0x38de 011688 copy regc ,contr 
+0x38df 011689 fetch 1 ,mem_light_pwm4 
+0x38e0 011690 store 1 ,mem_pdatatemp 
+0x38e1 011691 arg 4 ,temp 
+0x38e2 011692 branch light_parse_cmd_pwm_common 
+:      011693 light_parse_cmd_pwm5:
+0x38e3 011694 copy regc ,contr 
+0x38e4 011695 fetch 1 ,mem_light_pwm5 
+0x38e5 011696 store 1 ,mem_pdatatemp 
+0x38e6 011697 arg 5 ,temp 
+0x38e7 011698 branch light_parse_cmd_pwm_common 
+:      011700 light_parse_auto_mode:
+0x38e8 011701 ifetch 1 ,contr 
+0x38e9 011702 rtn 
+:      011704 light_parse_pairing:
+0x38ea 011705 copy contr ,regc 
+0x38eb 011706 fetch 1 ,mem_light_pairing_enable 
+0x38ec 011707 bne 1 ,light_parse_pairing_abandon 
+0x38ed 011708 call update_controler_list 
+:      011709 light_parse_pairing_abandon:
+0x38ee 011710 and regc ,4 ,contr 
+0x38ef 011711 rtn 
+:      011712 update_controler_list:
+0x38f0 011713 bpatch patch1b_4 ,mem_patch1b 
+0x38f1 011714 call light_find_controler_pairing 
+0x38f2 011715 branch update_conrtoler_list_found ,user 
+0x38f3 011716 fetch 1 ,mem_light_next_record 
+0x38f4 011717 copy pdata ,temp 
+0x38f5 011718 increase 1 ,pdata 
+0x38f6 011719 store 1 ,mem_light_next_record 
+0x38f7 011720 call light_init_crr_cmd_count 
+0x38f8 011721 lshift2 temp ,temp 
+0x38f9 011722 setarg mem_light_clist 
+0x38fa 011723 iadd temp ,contw 
+0x38fb 011724 ifetch 4 ,regc 
+0x38fc 011725 istore 4 ,contw 
+0x38fd 011726 branch update_conrtoler_store_list 
+:      011727 update_conrtoler_list_found:
+0x38fe 011728 add regc ,3 ,contr 
+0x38ff 011729 ifetch 1 ,contr 
+0x3900 011730 rtn blank 
+0x3901 011731 ifetch 4 ,regc 
+0x3902 011732 istore 4 ,rega 
+:      011733 update_conrtoler_store_list:
+0x3903 011734 arg mem_light_next_record ,rega 
+0x3904 011735 arg 0 ,regb 
+0x3905 011736 arg 81 ,temp 
+0x3906 011737 branch iicd_write_eep_data 
+:      011741 lightc_init:
+0x3907 011745 fetcht 1 ,mem_lightc_led_gpio 
+0x3908 011746 call gpio_out_inactive 
+0x3909 011747 rtn 
+:      011750 lightc_dispatch:
+0x390a 011753 fetcht 1 ,mem_lightc_led_gpio 
+0x390b 011754 call gpio_out_active 
+0x390c 011757 fetcht 1 ,mem_lightc_led_gpio 
+0x390d 011758 call gpio_out_inactive 
+0x390e 011761 call lightc_start_adv 
+0x390f 011763 fetch 1 ,mem_adv_time 
+0x3910 011764 nrtn blank 
+0x3911 011766 call lpm_write_gpio_wakeup 
+0x3912 011767 hfetch 4 ,core_lpm_ctrl 
+0x3913 011768 set0 15 ,pdata 
+0x3914 011769 hstore 4 ,core_lpm_reg 
+0x3915 011770 call lpm_write_ctrl 
+0x3916 011771 arg param_hibernate_clks ,temp 
+0x3917 011772 branch lpm_sleep 
+:      011774 lightc_adv:
+0x3918 011775 fetch 1 ,mem_adv_time 
+0x3919 011776 branch le_adv_loop_tx ,blank 
+0x391a 011777 increase -1 ,pdata 
+0x391b 011778 store 1 ,mem_adv_time 
+0x391c 011779 branch le_adv_loop_tx 
+:      011781 lightc_start_adv:
+0x391d 011782 mul32 pdata ,20 ,pdata 
+0x391e 011783 arg mem_cmd0_string ,contr 
+0x391f 011784 iadd contr ,contr 
+0x3920 011785 ifetch 1 ,contr 
+0x3921 011786 rtn blank 
+0x3922 011787 copy pdata ,rega 
+0x3923 011788 copy rega ,loopcnt 
+0x3924 011789 arg mem_le_adv_data + 2 ,contw 
+0x3925 011790 call memcpy 
+0x3926 011791 copy rega ,pdata 
+0x3927 011792 increase 2 ,pdata 
+0x3928 011793 store 1 ,mem_le_adv_data_len 
+0x3929 011794 rtn 
+:      011801 module_init:
+0x392a 011803 rtn wake 
+0x392b 011804 call le_modified_name 
+0x392c 011805 call adc_init_data 
+0x392d 011806 setarg module_process_idle 
+0x392e 011807 store 2 ,mem_cb_idle_process 
+0x392f 011808 setarg module_bt_conn_process 
+0x3930 011809 store 2 ,mem_cb_bt_process 
+0x3931 011810 setarg module_process_bb_event 
+0x3932 011811 store 2 ,mem_cb_bb_event_process 
+0x3933 011812 setarg module_le_conn_process 
+0x3934 011813 store 2 ,mem_cb_le_process 
+0x3935 011814 setarg module_lpm_lock 
+0x3936 011815 store 2 ,mem_cb_check_wakelock 
+0x3937 011816 setarg module_hci_cmd_transmit_le_notify 
+0x3938 011817 store 2 ,mem_cb_ble_transmit 
+0x3939 011818 setarg module_hci_event_receive_spp_data 
+0x393a 011819 store 2 ,mem_cb_receive_spp_data 
+0x393b 011820 setarg module_le_receive_data 
+0x393c 011821 store 2 ,mem_cb_att_write 
+0x393d 011822 setarg module_bb_event_timer 
+0x393e 011823 store 2 ,mem_cb_event_timer 
+0x393f 011825 call module_spp_clear_last_transmite_clock 
+0x3940 011826 bpatch patch1b_5 ,mem_patch1b 
+0x3941 011827 call module_lpm_uart_init 
+0x3942 011828 call module_gpio_init 
+0x3943 011829 call check_module_disabled 
+0x3944 011830 branch module_hci_event_enter_standby_mode 
+:      011833 module_lpm_uart_init:
+0x3945 011834 fetch 4 ,mem_module_uart_rx_buffer 
+0x3946 011835 hstore 4 ,core_uart_rsaddr 
+0x3947 011837 fetch 4 ,mem_module_uart_tx_buffer 
+0x3948 011838 hstore 4 ,core_uart_tsaddr 
+0x3949 011840 hfetch 1 ,core_gpio_sel1 
+0x394a 011841 or_into 0x04 ,pdata 
+0x394b 011842 and_into 0xfc ,pdata 
+0x394c 011843 hstore 1 ,core_gpio_sel1 
+0x394d 011844 jam 0x00 ,core_uart_ctrl 
+0x394e 011846 fetch 2 ,mem_module_uart_rx_buffer 
+0x394f 011847 hstore 2 ,core_uart_rrptr 
+0x3950 011848 fetch 2 ,mem_module_uart_tx_buffer 
+0x3951 011849 hstore 2 ,core_uart_twptr 
+0x3952 011850 hstore 2 ,core_uart_trptrp 
+0x3953 011852 hfetch 4 ,core_gpio_pu0 
+0x3954 011853 set1 7 ,pdata 
+0x3955 011854 hstore 4 ,core_gpio_pu0 
+0x3956 011856 hfetch 2 ,core_clkoff 
+0x3957 011857 set0 clock_off_uart ,pdata 
+0x3958 011858 hstore 2 ,core_clkoff 
+0x3959 011859 call uart_set_baud_by_mem 
+0x395a 011860 jam uartclk_crystal ,core_uart_clksel 
+0x395b 011861 jam uart_ctrl_h4 ,core_uart_ctrl 
+0x395c 011863 fetch 1 ,mem_module_flag 
+0x395d 011864 isolate1 module_flag_uart_flow_control ,pdata 
+0x395e 011865 hfetcht 1 ,core_uart_ctrl 
+0x395f 011866 setflag true ,4 ,temp 
+0x3960 011867 hstoret 1 ,core_uart_ctrl 
+0x3961 011868 rtn 
+:      011872 module_lpm_init:
+0x3962 011873 call module_spp_clear_last_transmite_clock 
+0x3963 011874 branch module_lpm_uart_init 
+:      011877 module_gpio_init:
+0x3964 011882 fetcht 1 ,mem_module_connect_state_gpio 
+0x3965 011883 call gpio_config_output 
+0x3966 011884 call module_set_conn_pin_low 
+0x3967 011886 fetcht 1 ,mem_module_wake_up_gpio 
+0x3968 011887 branch gpio_config_input 
+:      011889 module_lpm_lock:
+0x3969 011890 fetcht 1 ,mem_module_wake_up_gpio 
+0x396a 011891 call gpio_get_bit 
+0x396b 011892 nbranch app_put_lpm_wake_lock ,true 
+0x396c 011893 branch app_get_lpm_wake_lock 
+:      011896 module_le_conn_process:
+0x396d 011897 rtn 
+:      011899 module_bt_conn_process:
+0x396e 011900 call module_spp_enter_sniff 
+0x396f 011901 branch module_control_air_flow 
+:      011903 module_spp_enter_sniff:
+0x3970 011904 fetch 1 ,mem_ui_state_map 
+0x3971 011905 bbit0 ui_state_bt_spp_conn ,module_spp_clear_last_transmite_clock 
+0x3972 011906 bpatch patch1b_6 ,mem_patch1b 
+0x3973 011907 setarg 0x3eff 
+0x3974 011908 fetcht 4 ,mem_last_transmite_clock 
+0x3975 011909 iadd temp ,temp 
+0x3976 011910 copy clkn_bt ,pdata 
+0x3977 011911 isub temp ,null 
+0x3978 011912 nrtn positive 
+0x3979 011913 fetch 2 ,mem_ui_state_map 
+0x397a 011914 bbit1 ui_state_bt_sniff ,module_spp_clear_last_transmite_clock 
+0x397b 011915 fetch 1 ,mem_module_flag 
+0x397c 011916 rtnbit1 moudle_task_sniff 
+0x397d 011917 call module_set_sniff_task_flag 
+0x397e 011918 call app_bt_enter_sniff 
+:      011919 module_spp_clear_last_transmite_clock:
+0x397f 011920 copy clkn_bt ,pdata 
+0x3980 011921 store 4 ,mem_last_transmite_clock 
+0x3981 011922 rtn 
+:      011925 module_process_idle:
+0x3982 011926 call module_control_air_flow 
+0x3983 011927 call l2cap_malloc_is_fifo_full 
+0x3984 011928 nrtn blank 
+0x3985 011929 branch module_process 
+:      011932 module_process_bb_event:
+0x3986 011933 copy regc ,pdata 
+0x3987 011934 beq bt_evt_bb_connected ,module_process_bb_conn 
+0x3988 011935 beq bt_evt_bb_disconnected ,module_process_bb_event_disconned 
+0x3989 011936 beq bt_evt_reconn_failed ,module_process_reconn_fail 
+0x398a 011937 beq bt_evt_setup_complete ,module_process_setup_complete 
+0x398b 011938 beq bt_evt_spp_connected ,module_process_spp_connected 
+0x398c 011939 beq bt_evt_spp_disconnected ,module_process_spp_disconnected 
+0x398d 011940 beq bt_evt_pincode_req ,module_process_evt_pincode_req 
+0x398e 011941 beq bt_evt_enter_sniff ,module_process_enter_sniff 
+0x398f 011942 beq bt_evt_exit_sniff ,module_process_exit_sniff 
+0x3990 011943 beq bt_evt_reconn_page_timeout ,module_process_page_time_out 
+0x3991 011944 beq bt_evt_le_connected ,module_process_le_conn 
+0x3992 011945 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
+0x3993 011946 beq bt_evt_sniff_not_accept ,module_process_sniff_not_accept 
+0x3994 011947 beq bt_evt_unsniff_accept ,module_process_unsniff_accept 
+0x3995 011948 beq bt_evt_unsniff_not_accept ,module_process_unsniff_not_accept 
+0x3996 011949 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
+0x3997 011950 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
+0x3998 011951 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
+0x3999 011952 beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
+0x399a 011953 beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
+0x399b 011954 beq bt_evt_bt_gkey_generate ,module_hci_event_gkey_generate 
+0x399c 011955 beq bt_evt_bt_get_passkey ,module_hci_event_passkey_entry_mode 
+0x399d 011956 beq bt_evt_bt_pairing_fail ,module_hci_event_bt_pairing_fail 
+0x399e 011957 beq bt_evt_bt_pairing_success ,module_hci_event_bt_pairing_success 
+0x399f 011958 beq bt_evt_le_gkey_generate ,module_hci_event_le_gkey 
+0x39a0 011959 beq bt_evt_store_nvram ,module_hci_event_store_device 
+0x39a1 011960 beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
+0x39a2 011961 rtn 
+:      011964 module_process_bb_event_disconned:
+0x39a3 011965 call module_spp_clear_last_transmite_clock 
+0x39a4 011966 fetch 1 ,mem_flag_pairing_state 
+0x39a5 011967 ncall module_hci_event_bt_pairing_fail ,blank 
+0x39a6 011968 call module_disconn_start 
+0x39a7 011969 fetch 2 ,mem_ui_state_map 
+0x39a8 011970 rtnbit0 ui_state_bt_spp_conn 
+0x39a9 011971 branch module_spp_disconnected 
+:      011973 module_process_spp_connected:
+0x39aa 011974 fetch 2 ,mem_ui_state_map 
+0x39ab 011975 set1 ui_state_bt_spp_conn ,pdata 
+0x39ac 011976 store 2 ,mem_ui_state_map 
+0x39ad 011977 fetch 1 ,mem_module_spp_lpm_mult 
+0x39ae 011978 store 1 ,mem_lpm_mult 
+0x39af 011979 call module_set_conn_pin_low 
+0x39b0 011980 branch module_hci_event_spp_connect 
+:      011982 module_process_spp_disconnected:
+:      011984 module_spp_disconnected:
+0x39b1 011985 fetch 2 ,mem_ui_state_map 
+0x39b2 011986 rtnbit0 ui_state_bt_spp_conn 
+0x39b3 011987 set0 ui_state_bt_spp_conn ,pdata 
+0x39b4 011988 store 2 ,mem_ui_state_map 
+0x39b5 011989 branch module_hci_event_spp_disconnect 
+:      011992 module_process_enter_sniff:
+:      011994 module_sniff_param_check:
+0x39b6 011995 call module_spp_clear_last_transmite_clock 
+0x39b7 011998 fetch 2 ,mem_context + coffset_tsniff 
+0x39b8 011999 rshift pdata ,pdata 
+0x39b9 012000 fetcht 2 ,mem_sniff_param_interval 
+0x39ba 012001 isub temp ,null 
+0x39bb 012002 nbranch module_sniff_param_check_unsniff ,zero 
+0x39bc 012003 branch app_lpm_mult_enable 
+:      012004 module_sniff_param_check_unsniff:
+0x39bd 012005 fetch 1 ,mem_module_flag 
+0x39be 012006 rtnbit1 moudle_task_unsniff 
+0x39bf 012007 hfetch 2 ,core_uart_rxitems 
+0x39c0 012008 ncall module_set_unsniff_task_flag ,blank 
+0x39c1 012009 branch app_bt_sniff_exit 
+:      012011 module_process_exit_sniff:
+0x39c2 012012 call module_clear_sniff_task_flag 
+0x39c3 012013 branch app_lpm_mult_disable 
+:      012015 module_process_setup_complete:
+0x39c4 012016 call module_spp_clear_last_transmite_clock 
+0x39c5 012017 branch module_conn_start 
+:      012019 module_process_bb_even_le_disconn:
+0x39c6 012020 call le_clr_config_more_data 
+0x39c7 012021 call module_disconn_start 
+0x39c8 012022 branch module_hci_event_le_disconnect 
+:      012024 module_process_evt_pincode_req:
+0x39c9 012025 branch app_bt_set_pincode 
+:      012028 module_process_sniff_not_accept:
+0x39ca 012029 branch module_clear_sniff_task_flag 
+:      012032 module_process_unsniff_accept:
+0x39cb 012033 fetch 1 ,mem_module_flag 
+0x39cc 012034 bbit0 moudle_task_unsniff ,app_bt_enter_sniff 
+0x39cd 012035 branch module_clear_unsniff_task_flag 
+:      012038 module_process_unsniff_not_accept:
+0x39ce 012039 branch module_clear_unsniff_task_flag 
+:      012042 module_process_le_conn:
+0x39cf 012043 call le_send_att_exchange_mtu_requset 
+0x39d0 012044 call module_conn_start 
+0x39d1 012045 fetch 1 ,mem_module_le_lpm_mult 
+0x39d2 012046 store 1 ,mem_lpm_mult 
+0x39d3 012047 branch module_hci_event_le_connect 
+:      012050 module_process_bb_conn:
+0x39d4 012051 jam 0 ,mem_flag_mode_ssp_pin 
+0x39d5 012052 call module_clear_sniff_task_flag 
+0x39d6 012053 branch module_clear_unsniff_task_flag 
+:      012055 module_process_page_time_out:
+:      012056 module_process_reconn_fail:
+:      012057 module_disconn_start:
+0x39d7 012058 call module_start_adv_discovery_by_command 
+0x39d8 012059 branch module_set_conn_pin_high 
+:      012062 module_process_ble_ltk_lost:
+0x39d9 012063 call le_send_reject_ind 
+0x39da 012064 branch le_send_smp_security_request 
+:      012067 module_set_conn_pin_high:
+0x39db 012068 fetcht 1 ,mem_module_connect_state_gpio 
+0x39dc 012069 branch gpio_out_active 
+:      012071 module_conn_start:
+0x39dd 012072 call module_stop_adv_discovery 
+0x39de 012073 branch module_set_conn_pin_low 
+:      012075 module_stop_adv_discovery:
+0x39df 012076 fetch 1 ,mem_module_state 
+0x39e0 012077 isolate1 moudle_state_bt_bit ,pdata 
+0x39e1 012078 call app_bt_stop_discovery ,true 
+0x39e2 012079 fetch 1 ,mem_module_state 
+0x39e3 012080 isolate1 moudle_state_ble_bit ,pdata 
+0x39e4 012081 call app_ble_stop_adv ,true 
+0x39e5 012082 rtn 
+:      012083 module_set_conn_pin_low:
+0x39e6 012084 fetcht 1 ,mem_module_connect_state_gpio 
+0x39e7 012085 branch gpio_out_inactive 
+:      012087 module_process_with_credit:
+0x39e8 012088 fetch 1 ,mem_credit_flag 
+0x39e9 012089 rtneq credit_disable 
+0x39ea 012090 branch rfcomm_send_uih_without_payload 
+:      012092 module_process:
+0x39eb 012093 hfetch 1 ,core_uart_status 
+0x39ec 012094 bbit1 uart_status_rx_fifo_empty ,module_process_with_credit 
+0x39ed 012095 call uartd_prepare_rx 
+0x39ee 012096 ifetch 1 ,contru 
+0x39ef 012097 bne 0x01 ,module_hci_in_excp 
+0x39f0 012098 hfetch 2 ,core_uart_rxitems 
+0x39f1 012099 sub pdata ,2 ,null 
+0x39f2 012100 rtn positive 
+0x39f3 012101 ifetch 1 ,contru 
+0x39f4 012102 store 1 ,mem_module_uart_opcode 
+0x39f5 012103 ifetcht 1 ,contru 
+0x39f6 012104 copy contru ,rega 
+0x39f7 012105 storet 1 ,mem_module_uart_len 
+0x39f8 012106 add temp ,3 ,temp 
+0x39f9 012107 hfetch 2 ,core_uart_rxitems 
+0x39fa 012108 isub temp ,temp 
+0x39fb 012109 nrtn positive 
+0x39fc 012110 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x39fd 012111 call module_hci_cmd_control 
+0x39fe 012112 fetch 1 ,mem_module_temp_nl_discard_packet 
+0x39ff 012113 rtneq hci_not_discard_packet 
+0x3a00 012114 branch module_hci_dicard_packet 
+:      012116 module_hci_in_excp:
+0x3a01 012117 call delay_10ms 
+0x3a02 012118 call module_hci_event_invalid_packet 
+0x3a03 012119 branch module_hci_release_except 
+:      012122 module_hci_release_except:
+0x3a04 012123 bpatch patch1b_7 ,mem_patch1b 
+0x3a05 012124 hfetch 2 ,core_uart_rxitems 
+0x3a06 012125 rtn blank 
+0x3a07 012126 call uartd_prepare_rx 
+0x3a08 012127 ifetch 1 ,contru 
+0x3a09 012128 sub pdata ,0x01 ,null 
+0x3a0a 012129 ncall module_hci_dicard_bytes ,zero 
+0x3a0b 012130 nbranch module_hci_release_except ,zero 
+0x3a0c 012131 ifetch 1 ,contru 
+0x3a0d 012132 rtneq hci_cmd_spp_data_req 
+0x3a0e 012133 rtneq hci_cmd_set_credit_given 
+0x3a0f 012134 increase -1 ,contru 
+0x3a10 012135 call module_hci_dicard_bytes 
+0x3a11 012136 branch module_hci_release_except 
+:      012138 module_hci_dicard_packet:
+0x3a12 012139 call uartd_prepare_rx 
+0x3a13 012140 increase 2 ,contru 
+0x3a14 012141 ifetch 1 ,contru 
+0x3a15 012142 iadd contru ,contru 
+:      012143 module_hci_dicard_bytes:
+0x3a16 012144 branch uartd_rxdone 
+:      012147 module_hci_cmd_control:
+0x3a17 012148 bpatch patch1c_0 ,mem_patch1c 
+0x3a18 012149 fetch 1 ,mem_module_uart_opcode 
+0x3a19 012150 beq hci_cmd_set_bt_addr_req ,module_hci_cmd_set_bt_addr 
+0x3a1a 012151 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
+0x3a1b 012152 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
+0x3a1c 012153 beq hci_cmd_set_bt_name_req ,module_hci_cmd_set_bt_name 
+0x3a1d 012154 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
+0x3a1e 012155 beq hci_cmd_spp_data_req ,module_hci_cmd_receive_spp_data 
+0x3a1f 012156 beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
+0x3a20 012157 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
+0x3a21 012158 beq hci_cmd_set_pairing_req ,module_hci_cmd_set_pairing_mode 
+0x3a22 012159 beq hci_cmd_set_pincode_req ,module_hci_cmd_set_pincode 
+0x3a23 012160 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
+0x3a24 012161 beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
+0x3a25 012162 beq hci_cmd_version_req ,module_hci_cmd_version_request 
+0x3a26 012163 beq hci_cmd_bt_disconnect ,module_hci_cmd_bt_disconnect 
+0x3a27 012164 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
+0x3a28 012165 beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
+0x3a29 012166 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
+0x3a2a 012167 beq hci_cmd_set_credit_given ,module_hci_cmd_set_credit_given 
+0x3a2b 012168 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
+0x3a2c 012169 beq hci_cmd_power_req ,module_hci_cmd_power_request 
+0x3a2d 012170 beq hci_cmd_power_set ,module_hci_cmd_power_set 
+0x3a2e 012171 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
+0x3a2f 012172 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
+0x3a30 012173 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
+0x3a31 012174 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
+0x3a32 012175 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
+0x3a33 012176 beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
+0x3a34 012177 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
+0x3a35 012178 beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
+0x3a36 012179 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
+0x3a37 012180 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
+0x3a38 012181 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
+0x3a39 012182 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
+0x3a3a 012183 beq hci_cmd_reject_justwork ,module_hci_cmd_set_reject_justwork_flag 
+0x3a3b 012184 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
+0x3a3c 012185 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
+0x3a3d 012186 beq hci_test_cmd_close_lpm ,module_hci_test_cmde_close_lpm 
+0x3a3e 012187 branch module_hci_event_receive_invalid_cmd 
+:      012192 module_hci_cmd_set_bt_addr:
+0x3a3f 012193 fetch 1 ,mem_module_uart_len 
+0x3a40 012194 bne 6 ,module_hci_event_receive_invalid_cmd 
+0x3a41 012195 ifetch 6 ,contru 
+0x3a42 012196 store 6 ,mem_lap 
+0x3a43 012197 branch module_hci_event_receive_valid_cmd 
+:      012200 module_hci_cmd_set_le_addr:
+0x3a44 012201 fetch 1 ,mem_module_uart_len 
+0x3a45 012202 bne 6 ,module_hci_event_receive_invalid_cmd 
+0x3a46 012203 ifetch 6 ,contru 
+0x3a47 012204 store 6 ,mem_le_lap 
+0x3a48 012205 branch module_hci_event_receive_valid_cmd 
+:      012209 module_hci_cmd_set_visibility:
+0x3a49 012210 fetch 1 ,mem_module_uart_len 
+0x3a4a 012211 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x3a4b 012212 copy rega ,contru 
+0x3a4c 012213 call module_hci_event_receive_valid_cmd 
+0x3a4d 012214 ifetcht 1 ,contru 
+0x3a4e 012215 storet 1 ,mem_module_bluetooth_stauts_by_command 
+0x3a4f 012216 fetch 2 ,mem_ui_state_map 
+0x3a50 012217 rtnbit1 ui_state_ble_connected 
+0x3a51 012218 rtnbit1 ui_state_bt_connected 
+:      012219 module_start_adv_discovery_by_command:
+0x3a52 012220 fetch 1 ,mem_module_state 
+0x3a53 012221 isolate1 moudle_state_bt_bit ,pdata 
+0x3a54 012222 nbranch moudle_start_adv_by_command ,true 
+0x3a55 012223 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
+0x3a56 012224 and temp ,0x03 ,pdata 
+0x3a57 012225 store 1 ,mem_scan_mode 
+:      012226 moudle_start_adv_by_command:
+0x3a58 012227 fetch 1 ,mem_module_state 
+0x3a59 012228 isolate1 moudle_state_ble_bit ,pdata 
+0x3a5a 012229 nrtn true 
+0x3a5b 012230 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
+0x3a5c 012231 isolate1 2 ,temp 
+0x3a5d 012232 branch app_ble_start_adv ,true 
+0x3a5e 012233 branch app_ble_stop_adv 
+:      012237 module_hci_cmd_set_bt_name:
+0x3a5f 012238 fetch 1 ,mem_module_uart_len 
+0x3a60 012239 sub pdata ,67 ,null 
+0x3a61 012240 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3a62 012241 store 1 ,mem_local_name_length 
+0x3a63 012242 arg 8 ,loopcnt 
+0x3a64 012243 call memset0 
+0x3a65 012244 fetch 1 ,mem_module_uart_len 
+0x3a66 012245 copy pdata ,loopcnt 
+0x3a67 012246 copy rega ,contru 
+0x3a68 012247 arg mem_local_name ,contw 
+0x3a69 012248 call uart_copy_rx_bytes_fast 
+0x3a6a 012249 branch module_hci_event_receive_valid_cmd 
+:      012253 module_hci_cmd_set_le_name:
+0x3a6b 012254 fetch 1 ,mem_module_uart_len 
+0x3a6c 012255 sub pdata ,29 ,null 
+0x3a6d 012256 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3a6e 012257 store 1 ,mem_le_name_len 
+0x3a6f 012258 copy pdata ,loopcnt 
+0x3a70 012259 copy rega ,contru 
+0x3a71 012260 arg mem_le_name ,contw 
+0x3a72 012261 call uart_copy_rx_bytes_fast 
+0x3a73 012262 call le_modified_name 
+0x3a74 012263 branch module_hci_event_receive_valid_cmd 
+:      012267 module_hci_cmd_receive_spp_data:
+0x3a75 012268 fetch 1 ,mem_ui_state_map 
+0x3a76 012269 bbit0 ui_state_bt_spp_conn ,module_hci_event_receive_invalid_cmd 
+0x3a77 012270 call app_check_sniff 
+0x3a78 012271 branch module_hci_cmd_spp_exit_sniff ,true 
+0x3a79 012272 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a7a 012274 call module_spp_clear_last_transmite_clock 
+0x3a7b 012275 fetch 1 ,mem_remote_credits 
+0x3a7c 012276 rtn blank 
+0x3a7d 012277 fetch 2 ,mem_nl_rx_len_all 
+0x3a7e 012278 bne 0 ,module_hci_cmd_pass_init_ng_rx_len_all 
+0x3a7f 012279 fetch 1 ,mem_module_uart_len 
+0x3a80 012280 store 2 ,mem_nl_rx_len_all 
+0x3a81 012282 copy rega ,contru 
+0x3a82 012285 copy contru ,pdata 
+0x3a83 012286 store 2 ,mem_nl_rx_data_src 
+:      012287 module_hci_cmd_pass_init_ng_rx_len_all:
+0x3a84 012288 call module_hci_cmd_get_current_packet_len_and_remain_len 
+0x3a85 012289 branch spp_tx_rfcomm_packet 
+:      012291 module_hci_cmd_spp_exit_sniff:
+0x3a86 012292 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a87 012293 branch module_exit_sniff 
+:      012295 module_hci_cmd_get_current_packet_len_and_remain_len:
+0x3a88 012296 call module_hci_cmd_get_current_patcket_len 
+0x3a89 012297 fetch 2 ,mem_nl_rx_len_all 
+0x3a8a 012298 fetcht 2 ,mem_current_packet_length 
+0x3a8b 012299 isub temp ,pdata 
+0x3a8c 012300 store 2 ,mem_nl_rx_len_all 
+0x3a8d 012301 rtn 
+:      012303 module_hci_cmd_get_current_patcket_len:
+0x3a8e 012304 fetch 2 ,mem_nl_rx_len_all 
+0x3a8f 012305 arg dm_refcom_buff_len ,temp 
+0x3a90 012306 call not_greater_than 
+0x3a91 012307 fetcht 2 ,mem_rfcomm_max_frame_size 
+0x3a92 012308 call not_greater_than 
+0x3a93 012309 fetcht 2 ,mem_pn_max_frame_size 
+0x3a94 012310 call not_greater_than 
+0x3a95 012311 store 2 ,mem_current_packet_length 
+0x3a96 012312 rtn 
+:      012314 module_hci_command_tx_spp_tx_complete:
+0x3a97 012315 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a98 012316 jam hci_cmd_spp_data_req ,mem_module_uart_opcode 
+0x3a99 012317 branch module_hci_event_receive_valid_cmd 
+:      012321 module_hci_cmd_receive_le_data:
+0x3a9a 012322 fetch 2 ,mem_ui_state_map 
+0x3a9b 012323 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x3a9c 012324 call module_check_ble_encrypt_state 
+0x3a9d 012325 branch module_hci_event_receive_invalid_cmd ,user 
+0x3a9e 012326 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a9f 012327 fetch 1 ,mem_module_flag 
+0x3aa0 012328 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
+0x3aa1 012329 fetch 1 ,mem_module_hci_notify_len 
+0x3aa2 012330 nrtn blank 
+0x3aa3 012331 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3aa4 012332 ifetch 2 ,contru 
+0x3aa5 012333 store 2 ,mem_module_hci_notify_handle 
+0x3aa6 012334 copy contru ,pdata 
+0x3aa7 012335 store 2 ,mem_module_hci_nofiy_addr 
+0x3aa8 012336 fetch 1 ,mem_module_uart_len 
+0x3aa9 012337 pincrease -2 
+0x3aaa 012338 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3aab 012339 branch module_hci_event_receive_invalid_cmd ,zero 
+0x3aac 012340 store 1 ,mem_module_hci_notify_len 
+0x3aad 012341 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3aae 012342 call le_set_config_more_data 
+0x3aaf 012343 call module_hci_cmd_transmit_le_notify 
+0x3ab0 012344 call module_hci_cmd_transmit_le_notify 
+0x3ab1 012345 call module_hci_cmd_transmit_le_notify 
+0x3ab2 012346 fetch 1 ,mem_module_flag 
+0x3ab3 012347 rtnbit0 module_flag_ble_data_finish 
+:      012348 module_hci_cmd_receive_le_data_finish:
+0x3ab4 012349 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3ab5 012350 call module_clear_le_tx_data_flag 
+0x3ab6 012351 branch module_hci_event_receive_valid_cmd 
+:      012353 module_hci_cmd_transmit_le_notify:
+0x3ab7 012354 fetch 1 ,mem_module_hci_notify_len 
+0x3ab8 012355 rtn blank 
+0x3ab9 012356 call le_fifo_check_nearly_full 
+0x3aba 012357 nrtn blank 
+0x3abb 012358 call module_get_le_remote_mtu 
+0x3abc 012359 bpatch patch1c_1 ,mem_patch1c 
+0x3abd 012360 add temp ,-3 ,pdata 
+0x3abe 012361 fetcht 1 ,mem_module_hci_notify_len 
+0x3abf 012362 call not_greater_than 
+0x3ac0 012363 copy pdata ,rega 
+0x3ac1 012364 copy temp ,pdata 
+0x3ac2 012365 isub rega ,pdata 
+0x3ac3 012366 store 1 ,mem_module_hci_notify_len 
+0x3ac4 012367 fetcht 2 ,mem_module_hci_notify_handle 
+0x3ac5 012368 call le_att_malloc_tx_notify 
+0x3ac6 012369 fetch 2 ,mem_module_hci_nofiy_addr 
+0x3ac7 012370 copy pdata ,contru 
+0x3ac8 012371 copy rega ,loopcnt 
+0x3ac9 012372 call uart_copy_rx_bytes_fast 
+0x3aca 012373 copy contru ,pdata 
+0x3acb 012374 store 2 ,mem_module_hci_nofiy_addr 
+0x3acc 012375 fetch 1 ,mem_module_hci_notify_len 
+0x3acd 012376 nrtn blank 
+0x3ace 012377 branch module_set_le_tx_data_flag 
+:      012381 module_get_le_remote_mtu:
+0x3acf 012382 arg 0x17 ,temp 
+0x3ad0 012383 fetch 1 ,mem_module_flag 
+0x3ad1 012384 rtnbit1 module_flag_ble_send_mtu23 
+0x3ad2 012385 fetcht 2 ,mem_le_remote_mtu 
+0x3ad3 012386 rtn 
+:      012388 module_check_ble_encrypt_state:
+0x3ad4 012389 fetch 1 ,mem_module_flag 
+0x3ad5 012390 bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
+0x3ad6 012391 branch disable_user 
+:      012395 module_hci_cmd_inquire_status:
+0x3ad7 012396 branch module_hci_event_status_res 
+:      012400 module_hci_cmd_set_pairing_mode:
+0x3ad8 012401 copy rega ,contru 
+0x3ad9 012402 ifetch 1 ,contru 
+0x3ada 012403 beq pairing_pincode ,module_hci_pairing_pincode_mode 
+0x3adb 012404 beq pairing_justwork ,module_hci_pairing_just_work_mode 
+0x3adc 012405 beq pairing_passkey ,module_hci_pairing_passkey 
+0x3add 012406 beq pairing_confirm ,module_hci_pairing_numeric_comparison 
+0x3ade 012407 branch module_hci_event_receive_invalid_cmd 
+:      012408 module_hci_pairing_pincode_mode:
+0x3adf 012409 call ssp_disable 
+0x3ae0 012410 jam 0 ,mem_ssp_enable 
+0x3ae1 012411 branch module_hci_event_receive_valid_cmd 
+:      012412 module_hci_pairing_just_work_mode:
+0x3ae2 012413 setarg ssp_mode_just_work_io_cap_data 
+:      012414 module_hci_sspairing_mode:
+0x3ae3 012415 store 3 ,mem_sp_iocap_local 
+0x3ae4 012416 store 1 ,mem_ssp_mode_flag 
+0x3ae5 012417 call ssp_enable 
+0x3ae6 012418 jam 1 ,mem_ssp_enable 
+0x3ae7 012419 branch module_hci_event_receive_valid_cmd 
+:      012420 module_hci_pairing_passkey:
+0x3ae8 012421 setarg ssp_mode_passkey_io_cap_data 
+0x3ae9 012422 branch module_hci_sspairing_mode 
+:      012424 module_hci_pairing_numeric_comparison:
+0x3aea 012425 setarg ssp_mode_ssp_pin_io_cap_data 
+0x3aeb 012426 branch module_hci_sspairing_mode 
+:      012429 module_hci_cmd_set_pincode:
+0x3aec 012430 fetch 1 ,mem_module_uart_len 
+0x3aed 012431 sub pdata ,16 ,null 
+0x3aee 012432 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3aef 012433 store 1 ,mem_pin_length 
+0x3af0 012434 copy pdata ,loopcnt 
+0x3af1 012435 arg mem_pin ,contw 
+0x3af2 012436 call uart_copy_rx_bytes 
+0x3af3 012437 branch module_hci_event_receive_valid_cmd 
+:      012441 module_hci_cmd_set_uart_control_mode:
+0x3af4 012442 copy rega ,contru 
+0x3af5 012443 ifetch 1 ,contru 
+0x3af6 012444 hfetcht 1 ,core_uart_ctrl 
+0x3af7 012445 nsetflag blank ,4 ,temp 
+0x3af8 012446 hstoret 1 ,core_uart_ctrl 
+0x3af9 012447 branch module_hci_event_receive_valid_cmd 
+:      012451 module_hci_cmd_set_uart_baud:
+0x3afa 012452 fetch 1 ,mem_module_uart_len 
+0x3afb 012453 copy pdata ,loopcnt 
+0x3afc 012454 copy rega ,contru 
+0x3afd 012455 call string2dec_from_uart 
+0x3afe 012456 setarg uart_clk_24 
+0x3aff 012457 idiv temp 
+0x3b00 012458 call wait_div_end 
+0x3b01 012459 quotient pdata 
+:      012460 module_hci_cmd_set_uart_baud_ok:
+0x3b02 012461 store uart_baud_len ,mem_baud 
+0x3b03 012462 call module_hci_event_receive_valid_cmd 
+0x3b04 012463 call wait_uarttx 
+0x3b05 012464 branch uart_set_baud_by_mem 
+:      012468 module_hci_cmd_version_request:
+0x3b06 012469 arg 2 ,rega 
+0x3b07 012470 arg mem_soft_version_num ,regb 
+0x3b08 012471 arg 0 ,temp 
+0x3b09 012472 branch module_hci_event_set_cmd 
+:      012473 module_hci_event_set_cmd_send_response:
+0x3b0a 012474 store 2 ,mem_event_cmd_response_content 
+0x3b0b 012475 arg mem_event_cmd_response_content ,regb 
+0x3b0c 012476 arg 0 ,temp 
+0x3b0d 012477 branch module_hci_event_set_cmd 
+:      012481 module_hci_cmd_bt_disconnect:
+0x3b0e 012482 fetch 2 ,mem_ui_state_map 
+0x3b0f 012483 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
+:      012484 module_hci_cmd_bt_disconnect_doing:
+0x3b10 012485 call module_hci_event_receive_valid_cmd 
+0x3b11 012486 branch app_bt_disconnect 
+:      012490 module_hci_cmd_ble_disconnect:
+0x3b12 012491 fetch 2 ,mem_ui_state_map 
+0x3b13 012492 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+:      012493 module_hci_cmd_ble_disconnect_doing:
+0x3b14 012494 call module_hci_event_receive_valid_cmd 
+0x3b15 012495 branch app_ble_disconnect 
+:      012501 module_hci_cmd_set_nvram:
+0x3b16 012502 fetch 1 ,mem_module_uart_len 
+0x3b17 012503 copy pdata ,loopcnt 
+0x3b18 012504 copy rega ,contru 
+0x3b19 012505 fetch 2 ,mem_nv_data_ptr 
+0x3b1a 012506 icopy contw 
+0x3b1b 012507 call uart_copy_rx_bytes_fast 
+0x3b1c 012508 branch module_hci_event_receive_valid_cmd 
+:      012512 module_hci_cmd_confirm_gkey:
+0x3b1d 012513 fetch 1 ,mem_ui_state_map 
+0x3b1e 012514 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
+0x3b1f 012515 ifetch 1 ,contru 
+0x3b20 012516 fetcht 1 ,mem_flag_mode_ssp_pin 
+0x3b21 012517 setflag blank ,flag_mode_ssp_pin_comparison_result_bit ,temp 
+0x3b22 012518 set1 flag_mode_ssp_pin_reviceve_comparison_bit ,temp 
+0x3b23 012519 storet 1 ,mem_flag_mode_ssp_pin 
+0x3b24 012521 call module_hci_event_receive_valid_cmd 
+0x3b25 012523 fetch 1 ,mem_flag_mode_ssp_pin 
+0x3b26 012524 bbit1 flag_mode_ssp_pin_recieve_dhkey_bit ,module_hci_cmd_spp_number_comparison_result_is1 
+0x3b27 012525 rtn 
+:      012527 dhkey_not_accept:
+0x3b28 012528 jam 0 ,mem_flag_mode_ssp_pin 
+0x3b29 012529 jam bt_cmd_dhkey_not_accept ,mem_fifo_temp 
+0x3b2a 012530 branch ui_ipc_send_cmd 
+:      012533 module_hci_cmd_spp_number_comparison_result_is1:
+0x3b2b 012534 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
+0x3b2c 012535 branch dhkey_not_accept 
+:      012539 module_hci_cmd_set_credit_given:
+0x3b2d 012540 fetch 1 ,mem_ui_state_map 
+0x3b2e 012541 rtnbit0 ui_state_bt_spp_conn 
+0x3b2f 012542 fetch 1 ,mem_credit_flag 
+0x3b30 012543 rtneq credit_disable 
+0x3b31 012544 ifetch 1 ,contru 
+0x3b32 012545 fetcht 1 ,mem_credit_given 
+0x3b33 012546 iadd temp ,temp 
+0x3b34 012547 storet 1 ,mem_credit_given 
+0x3b35 012548 rtn 
+:      012552 module_hci_cmd_auto_adv:
+0x3b36 012553 arg 0x40 ,loopcnt 
+0x3b37 012554 arg mem_le_adv_data_len ,contw 
+0x3b38 012555 call clear_mem 
+0x3b39 012556 setarg 0 
+0x3b3a 012557 store 1 ,mem_regb 
+0x3b3b 012558 copy rega ,contru 
+:      012559 module_hci_cmd_auto_adv_loop:
+0x3b3c 012560 copy contru ,pdata 
+0x3b3d 012561 store 2 ,mem_regc 
+0x3b3e 012562 call module_hci_cmd_auto_adv_adv_analys 
+0x3b3f 012564 fetch 1 ,mem_regb 
+0x3b40 012565 fetcht 1 ,mem_temp 
+0x3b41 012566 increase 1 ,temp 
+0x3b42 012567 iadd temp ,pdata 
+0x3b43 012568 store 1 ,mem_regb 
+0x3b44 012570 sub pdata ,31 ,null 
+0x3b45 012571 nbranch module_hci_cmd_auto_adv_store_scan ,positive 
+:      012572 module_hci_cmd_auto_adv_store_adv:
+0x3b46 012573 fetcht 1 ,mem_le_adv_data_len 
+0x3b47 012574 setarg mem_le_adv_data 
+0x3b48 012575 iadd temp ,pdata 
+0x3b49 012576 store 2 ,mem_contw 
+0x3b4a 012577 fetcht 1 ,mem_temp 
+0x3b4b 012578 increase 1 ,temp 
+0x3b4c 012579 fetch 1 ,mem_le_adv_data_len 
+0x3b4d 012580 iadd temp ,pdata 
+0x3b4e 012581 store 1 ,mem_le_adv_data_len 
+0x3b4f 012582 branch module_hci_cmd_auto_adv_store_common 
+:      012583 module_hci_cmd_auto_adv_store_scan:
+0x3b50 012584 fetcht 1 ,mem_le_scan_data_len 
+0x3b51 012585 setarg mem_le_scan_data 
+0x3b52 012586 iadd temp ,pdata 
+0x3b53 012587 store 2 ,mem_contw 
+0x3b54 012588 fetcht 1 ,mem_temp 
+0x3b55 012589 increase 1 ,temp 
+0x3b56 012590 fetch 1 ,mem_le_scan_data_len 
+0x3b57 012591 iadd temp ,pdata 
+0x3b58 012592 store 1 ,mem_le_scan_data_len 
+:      012593 module_hci_cmd_auto_adv_store_common:
+0x3b59 012594 fetch 2 ,mem_contw 
+0x3b5a 012595 copy pdata ,contw 
+0x3b5b 012596 fetch 2 ,mem_regc 
+0x3b5c 012597 copy pdata ,contru 
+0x3b5d 012599 copy temp ,loopcnt 
+0x3b5e 012600 call uart_copy_rx_bytes_fast 
+0x3b5f 012602 fetch 1 ,mem_module_uart_len 
+0x3b60 012603 fetcht 1 ,mem_regb 
+0x3b61 012604 isub temp ,null 
+0x3b62 012605 nbranch module_hci_cmd_auto_adv_loop ,zero 
+0x3b63 012606 branch module_hci_event_receive_valid_cmd 
+:      012609 module_hci_cmd_auto_adv_adv_analys:
+0x3b64 012610 ifetch 1 ,contru 
+0x3b65 012611 store 1 ,mem_temp 
+0x3b66 012612 ifetch 1 ,contru 
+0x3b67 012613 store 1 ,mem_rega 
+0x3b68 012614 rtn 
+:      012618 module_hci_cmd_power_request:
+0x3b69 012619 arg 0 ,temp 
+0x3b6a 012620 arg 2 ,rega 
+0x3b6b 012621 fetch 2 ,mem_module_vdd_quotient 
+0x3b6c 012622 store 2 ,mem_event_cmd_response_content 
+0x3b6d 012623 arg mem_event_cmd_response_content ,regb 
+0x3b6e 012624 branch module_hci_event_set_cmd 
+:      012628 module_hci_cmd_power_set:
+0x3b6f 012629 fetch 1 ,mem_module_uart_len 
+0x3b70 012630 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x3b71 012631 ifetch 1 ,contru 
+0x3b72 012632 store 1 ,mem_module_read_vdd_flag 
+0x3b73 012633 setarg 0x00 
+0x3b74 012634 store 2 ,mem_module_vdd_quotient 
+0x3b75 012635 branch module_hci_event_receive_valid_cmd 
+:      012639 module_hci_cmd_passkey_entry:
+0x3b76 012640 ifetch 4 ,contru 
+0x3b77 012641 store 4 ,mem_pin 
+0x3b78 012642 jam 4 ,mem_pin_length 
+0x3b79 012643 jam 0 ,mem_authentication_passkey_times 
+0x3b7a 012644 call module_hci_event_receive_valid_cmd 
+0x3b7b 012645 branch authentication_passkey 
+:      012649 module_hci_cmd_set_gpio:
+0x3b7c 012650 fetch 1 ,mem_module_uart_len 
+0x3b7d 012651 bne 3 ,module_hci_event_receive_invalid_cmd 
+0x3b7e 012652 ifetch 1 ,contru 
+0x3b7f 012653 beq hci_cmd_config_gpio_input ,module_set_gpio_input 
+0x3b80 012654 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
+0x3b81 012655 branch module_hci_event_receive_invalid_cmd 
+:      012657 module_set_gpio_input:
+0x3b82 012658 ifetcht 1 ,contru 
+0x3b83 012659 ifetch 1 ,contru 
+0x3b84 012660 beq gpio_input_high_impedance ,module_set_gpio_high_impedance 
+0x3b85 012661 nsetflag blank ,7 ,temp 
+0x3b86 012662 call gpio_config_input 
+0x3b87 012663 branch module_hci_event_receive_valid_cmd 
+:      012665 module_set_gpio_high_impedance:
+0x3b88 012666 call gpio_set_high_impedance 
+0x3b89 012667 branch module_hci_event_receive_valid_cmd 
+:      012669 module_set_gpio_output:
+0x3b8a 012670 ifetcht 1 ,contru 
+0x3b8b 012671 call gpio_config_output0 
+0x3b8c 012672 ifetch 1 ,contru 
+0x3b8d 012673 isolate1 0 ,pdata 
+0x3b8e 012674 call gpio_out_flag 
+0x3b8f 012675 branch module_hci_event_receive_valid_cmd 
+:      012679 module_hci_cmd_read_gpio:
+0x3b90 012680 fetch 1 ,mem_module_uart_len 
+0x3b91 012681 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x3b92 012682 ifetcht 1 ,contru 
+0x3b93 012683 call gpio_get_bit 
+0x3b94 012684 setarg 0x0 
+0x3b95 012685 nsetflag true ,0 ,pdata 
+0x3b96 012686 arg 1 ,rega 
+0x3b97 012687 branch module_hci_event_set_cmd_send_response 
+:      012691 module_hci_cmd_le_set_pairing_mode:
+0x3b98 012692 copy rega ,contru 
+0x3b99 012693 ifetch 1 ,contru 
+0x3b9a 012694 copy pdata ,temp 
+0x3b9b 012695 beq le_pairing_mode_secure_connect_justwork ,module_le_set_pairing_mode_secure_justwork 
+0x3b9c 012696 beq le_pairing_mode_secure_connect_numeric ,module_le_set_pairing_mode_secure_numeric 
+0x3b9d 012697 beq le_pairing_mode_secure_connect_passkey ,module_le_set_pairing_mode_secure_passkey 
+0x3b9e 012698 store 1 ,mem_le_pairing_mode 
+0x3b9f 012699 beq le_pairing_mode_none ,module_le_set_no_pairing 
+0x3ba0 012700 beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
+0x3ba1 012701 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
+0x3ba2 012702 branch module_hci_event_receive_invalid_cmd 
+:      012704 module_le_set_pairing_mode_secure_justwork:
+0x3ba3 012705 fetch 1 ,mem_le_secure_connect_enable 
+0x3ba4 012706 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3ba5 012707 storet 1 ,mem_le_pairing_mode 
+0x3ba6 012708 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x3ba7 012709 branch module_le_set_noinputnooutput 
+:      012710 module_le_set_pairing_mode_secure_numeric:
+0x3ba8 012711 fetch 1 ,mem_le_secure_connect_enable 
+0x3ba9 012712 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3baa 012713 storet 1 ,mem_le_pairing_mode 
+0x3bab 012714 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x3bac 012715 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
+0x3bad 012716 branch module_hci_event_receive_valid_cmd 
+:      012717 module_le_set_pairing_mode_secure_passkey:
+0x3bae 012718 fetch 1 ,mem_le_secure_connect_enable 
+0x3baf 012719 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3bb0 012720 storet 1 ,mem_le_pairing_mode 
+0x3bb1 012721 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x3bb2 012722 branch module_le_set_displayonly 
+:      012723 module_le_set_no_pairing:
+0x3bb3 012724 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      012725 module_le_set_noinputnooutput:
+0x3bb4 012726 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x3bb5 012727 branch module_hci_event_receive_valid_cmd 
+:      012728 module_le_set_pairing_mode_lagacy_just_work:
+0x3bb6 012729 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x3bb7 012730 branch module_le_set_noinputnooutput 
+:      012731 module_le_set_pairing_mode_lagacy_passkey:
+0x3bb8 012732 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+:      012733 module_le_set_displayonly:
+0x3bb9 012734 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x3bba 012735 branch module_hci_event_receive_valid_cmd 
+:      012739 module_hci_cmd_le_set_adv_data:
+0x3bbb 012740 fetch 1 ,mem_module_uart_len 
+0x3bbc 012741 sub pdata ,31 ,null 
+0x3bbd 012742 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3bbe 012743 store 1 ,mem_le_adv_data_len 
+0x3bbf 012744 copy pdata ,loopcnt 
+0x3bc0 012745 copy rega ,contru 
+0x3bc1 012746 arg mem_le_adv_data ,contw 
+0x3bc2 012747 call uart_copy_rx_bytes_fast 
+0x3bc3 012748 branch module_hci_event_receive_valid_cmd 
+:      012752 module_hci_cmd_le_set_scan_data:
+0x3bc4 012753 fetch 1 ,mem_module_uart_len 
+0x3bc5 012754 sub pdata ,31 ,null 
+0x3bc6 012755 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3bc7 012756 store 1 ,mem_le_scan_data_len 
+0x3bc8 012757 copy pdata ,loopcnt 
+0x3bc9 012758 copy rega ,contru 
+0x3bca 012759 arg mem_le_scan_data ,contw 
+0x3bcb 012760 call uart_copy_rx_bytes_fast 
+0x3bcc 012761 branch module_hci_event_receive_valid_cmd 
+:      012765 module_hci_cmd_le_send_conn_update_req:
+0x3bcd 012766 fetch 2 ,mem_ui_state_map 
+0x3bce 012767 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x3bcf 012768 fetch 1 ,mem_module_uart_len 
+0x3bd0 012769 bne 0x08 ,module_hci_event_receive_invalid_cmd 
+0x3bd1 012770 copy rega ,contru 
+0x3bd2 012771 ifetch 8 ,contru 
+0x3bd3 012772 store 8 ,mem_le_interval_min 
+0x3bd4 012773 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x3bd5 012774 call ui_ipc_send_cmd 
+0x3bd6 012775 branch module_hci_event_receive_valid_cmd 
+:      012779 module_hci_cmd_set_le_adv_parameter:
+0x3bd7 012780 ifetch 2 ,contru 
+0x3bd8 012781 store 2 ,mem_le_adv_interval 
+0x3bd9 012782 branch module_hci_event_receive_valid_cmd 
+:      012786 module_hci_cmd_le_start_pairing:
+0x3bda 012787 fetch 1 ,mem_le_pairing_mode 
+0x3bdb 012788 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3bdc 012789 fetch 1 ,mem_le_pairing_state 
+0x3bdd 012790 bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
+0x3bde 012791 fetch 1 ,mem_le_enc_state 
+0x3bdf 012792 bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
+0x3be0 012793 call check_51cmd_le_smp_sec_req 
+0x3be1 012794 branch module_hci_event_receive_valid_cmd 
+:      012798 module_hci_cmd_set_wake_gpio:
+0x3be2 012799 fetch 1 ,mem_module_uart_len 
+0x3be3 012800 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x3be4 012801 ifetch 1 ,contru 
+0x3be5 012802 store 1 ,mem_module_mcu_wake_pin 
+0x3be6 012803 ifetch 4 ,contru 
+0x3be7 012804 store 4 ,mem_module_mcu_wake_delay_us 
+0x3be8 012805 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3be9 012806 call gpio_config_output 
+0x3bea 012807 call module_set_mcu_wake_pin_low 
+0x3beb 012808 branch module_hci_event_receive_valid_cmd 
+:      012812 module_hci_cmd_set_tx_power:
+0x3bec 012813 fetch 1 ,mem_module_uart_len 
+0x3bed 012814 bne 0x01 ,module_hci_event_receive_invalid_cmd 
+0x3bee 012815 ifetch 1 ,contru 
+0x3bef 012816 store 1 ,mem_tx_power 
+0x3bf0 012817 branch module_hci_event_receive_valid_cmd 
+:      012821 module_hci_cmd_le_confirm_gkey:
+0x3bf1 012822 ifetch 1 ,contru 
+0x3bf2 012823 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
+0x3bf3 012824 fetch 1 ,mem_le_secure_connect_state 
+0x3bf4 012825 beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
+0x3bf5 012826 beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x3bf6 012827 beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x3bf7 012828 branch module_hci_event_receive_invalid_cmd 
+:      012829 module_hci_cmd_le_confirm_gkey_ok:
+0x3bf8 012830 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
+0x3bf9 012831 branch module_hci_event_receive_valid_cmd 
+:      012833 module_hci_cmd_le_confirm_gkey_fail:
+0x3bfa 012834 call le_send_pairing_confirm_value_failed 
+0x3bfb 012835 branch module_hci_event_receive_valid_cmd 
+:      012839 module_hci_cmd_set_reject_justwork_flag:
+0x3bfc 012840 fetch 1 ,mem_module_uart_len 
+0x3bfd 012841 bne 0x01 ,module_hci_event_receive_invalid_cmd 
+0x3bfe 012842 call module_hci_event_receive_valid_cmd 
+0x3bff 012843 ifetch 1 ,contru 
+0x3c00 012844 branch classic_bt_clr_reject_justwork_flag ,blank 
+0x3c01 012845 branch classic_bt_set_reject_justwork_flag 
+:      012849 module_hci_cmd_reset_chip:
+0x3c02 012850 call module_hci_event_receive_valid_cmd 
+0x3c03 012851 call wait_uarttx 
+0x3c04 012852 jam 0x01 ,core_reset 
+0x3c05 012853 branch loop 
+:      012857 module_hci_cmd_le_set_fixed_passkey:
+0x3c06 012858 fetch 1 ,mem_module_uart_len 
+0x3c07 012859 beq 0 ,module_hci_event_receive_invalid_cmd 
+0x3c08 012860 ifetch 1 ,contru 
+0x3c09 012861 branch module_hci_cmd_le_set_random_passkey ,blank 
+0x3c0a 012862 fetch 1 ,mem_module_uart_len 
+0x3c0b 012863 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x3c0c 012864 ifetch 4 ,contru 
+0x3c0d 012865 arg 1000000 ,temp 
+0x3c0e 012866 isub temp ,null 
+0x3c0f 012867 branch module_hci_event_receive_invalid_cmd ,positive 
+0x3c10 012868 store 4 ,mem_le_tk 
+0x3c11 012869 call le_set_config_fixed_tk 
+0x3c12 012870 branch module_hci_event_receive_valid_cmd 
+:      012872 module_hci_cmd_le_set_random_passkey:
+0x3c13 012873 call le_clr_config_fixed_tk 
+0x3c14 012874 branch module_hci_event_receive_valid_cmd 
+:      012878 module_hci_test_cmde_close_lpm:
+0x3c15 012879 jam 0 ,mem_lpm_mode 
+0x3c16 012880 branch module_hci_event_receive_valid_cmd 
+:      012885 module_hci_event_receive_invalid_cmd:
+0x3c17 012886 arg 1 ,temp 
+0x3c18 012887 arg 0 ,rega 
+0x3c19 012888 branch module_hci_event_set_cmd 
+:      012891 module_hci_event_receive_valid_cmd:
+0x3c1a 012892 arg 0 ,temp 
+0x3c1b 012893 arg 0 ,rega 
+0x3c1c 012894 branch module_hci_event_set_cmd 
+:      012898 module_hci_event_spp_connect:
+0x3c1d 012899 jam hci_event_spp_conn_rep ,mem_module_uart_opcode 
+0x3c1e 012900 branch module_hci_event_enter_standby_mode_len0 
+:      012904 module_hci_event_le_connect:
+0x3c1f 012905 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
+0x3c20 012906 branch module_hci_event_enter_standby_mode_len0 
+:      012910 module_hci_event_spp_disconnect:
+0x3c21 012911 jam hci_event_spp_dis_rep ,mem_module_uart_opcode 
+0x3c22 012912 branch module_hci_event_enter_standby_mode_len0 
+:      012916 module_hci_event_le_disconnect:
+0x3c23 012917 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
+0x3c24 012918 branch module_hci_event_enter_standby_mode_len0 
+:      012926 module_hci_event_set_cmd:
+0x3c25 012927 fetch 1 ,mem_module_uart_opcode 
+0x3c26 012928 copy pdata ,regc 
+0x3c27 012929 jam hci_event_cmd_res ,mem_module_uart_opcode 
+0x3c28 012930 setarg 2 
+0x3c29 012931 iadd rega ,pdata 
+0x3c2a 012932 call module_hci_prepare_tx 
+0x3c2b 012933 copy regc ,pdata 
+0x3c2c 012934 istore 1 ,contwu 
+0x3c2d 012935 istoret 1 ,contwu 
+0x3c2e 012936 copy rega ,loopcnt 
+0x3c2f 012937 copy regb ,contr 
+0x3c30 012938 call uart_copy_tx_bytes 
+0x3c31 012939 branch uartd_send 
+:      012943 module_hci_event_receive_spp_data:
+0x3c32 012945 call module_spp_clear_last_transmite_clock 
+0x3c33 012946 jam hci_event_spp_data_rep ,mem_module_uart_opcode 
+0x3c34 012947 fetch 1 ,mem_current_length 
+0x3c35 012948 rtn blank 
+0x3c36 012949 call module_hci_prepare_tx 
+0x3c37 012950 fetch 1 ,mem_current_length 
+0x3c38 012951 copy pdata ,loopcnt 
+0x3c39 012952 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x3c3a 012953 copy pdata ,contr 
+0x3c3b 012954 call uart_copy_tx_bytes_fast 
+0x3c3c 012955 branch uartd_send 
+:      012959 module_hci_event_receive_le_data:
+0x3c3d 012960 jam hci_event_le_data_rep ,mem_module_uart_opcode 
+0x3c3e 012961 fetch 1 ,mem_module_le_rx_data_len 
+0x3c3f 012962 icopy loopcnt 
+0x3c40 012963 increase 2 ,pdata 
+0x3c41 012964 call module_hci_prepare_tx 
+0x3c42 012965 fetch 2 ,mem_module_le_rx_data_handle 
+0x3c43 012966 istore 2 ,contwu 
+0x3c44 012967 fetch 2 ,mem_module_le_rx_data_address 
+0x3c45 012968 icopy contr 
+0x3c46 012969 call uart_copy_tx_bytes_fast 
+0x3c47 012970 branch uartd_send 
+:      012974 module_hci_event_enter_standby_mode:
+0x3c48 012975 jam hci_event_standby_rep ,mem_module_uart_opcode 
+:      012976 module_hci_event_enter_standby_mode_len0:
+0x3c49 012977 setarg 0 
+0x3c4a 012978 call module_hci_prepare_tx 
+0x3c4b 012979 branch uartd_send 
+:      012983 module_hci_event_status_res:
+0x3c4c 012984 jam hci_event_status_res ,mem_module_uart_opcode 
+0x3c4d 012985 setarg 1 
+0x3c4e 012986 call module_hci_prepare_tx 
+0x3c4f 012988 call module_hci_read_bt_status 
+0x3c50 012990 fetch 2 ,mem_ui_state_map 
+0x3c51 012991 arg ui_state_bt_hid_conn ,queue 
+0x3c52 012992 qisolate1 pdata 
+0x3c53 012993 setflag true ,3 ,temp 
+0x3c54 012995 arg ui_state_ble_connected ,queue 
+0x3c55 012996 qisolate1 pdata 
+0x3c56 012997 setflag true ,5 ,temp 
+0x3c57 012999 fetch 1 ,mem_ui_state_map 
+0x3c58 013000 arg ui_state_bt_spp_conn ,queue 
+0x3c59 013001 qisolate1 pdata 
+0x3c5a 013002 setflag true ,4 ,temp 
+0x3c5b 013004 istoret 1 ,contwu 
+0x3c5c 013005 branch uartd_send 
+:      013009 module_hci_read_bt_status:
+0x3c5d 013010 arg 0 ,temp 
+0x3c5e 013011 fetch 1 ,mem_scan_mode 
+0x3c5f 013012 arg inq_scan_mode ,queue 
+0x3c60 013013 qisolate1 pdata 
+0x3c61 013014 setflag true ,0 ,temp 
+0x3c62 013015 arg page_scan_mode ,queue 
+0x3c63 013016 qisolate1 pdata 
+0x3c64 013017 setflag true ,1 ,temp 
+0x3c65 013019 fetch 1 ,mem_le_adv_enable 
+0x3c66 013020 arg 0 ,queue 
+0x3c67 013021 qisolate1 pdata 
+0x3c68 013022 setflag true ,2 ,temp 
+0x3c69 013023 rtn 
+:      013027 module_hci_event_store_device:
+0x3c6a 013028 jam hci_event_nvram_rep ,mem_module_uart_opcode 
+0x3c6b 013029 fetch 1 ,mem_nv_data_number 
+0x3c6c 013030 mul32 pdata ,34 ,pdata 
+0x3c6d 013031 icopy loopcnt 
+0x3c6e 013032 call module_hci_prepare_tx 
+0x3c6f 013033 fetch 2 ,mem_nv_data_ptr 
+0x3c70 013034 icopy contr 
+0x3c71 013035 call uart_copy_tx_bytes_fast 
+0x3c72 013036 branch uartd_send 
+:      013040 module_hci_event_gkey_generate:
+0x3c73 013041 jam hci_event_gkey ,mem_module_uart_opcode 
+0x3c74 013042 setarg 4 
+0x3c75 013043 call module_hci_prepare_tx 
+0x3c76 013044 fetch 4 ,mem_gkey 
+0x3c77 013045 istore 4 ,contwu 
+0x3c78 013046 branch uartd_send 
+:      013050 module_hci_event_invalid_packet:
+0x3c79 013051 jam hci_event_invalid_packet ,mem_module_uart_opcode 
+0x3c7a 013052 hfetch 2 ,core_uart_rxitems 
+0x3c7b 013053 arg 0xff ,temp 
+0x3c7c 013054 call not_greater_than 
+0x3c7d 013055 copy pdata ,loopcnt 
+0x3c7e 013056 call module_hci_prepare_tx 
+0x3c7f 013057 call uartd_prepare_rx 
+0x3c80 013058 call uart_copy_rx2tx 
+0x3c81 013059 branch uartd_send 
+:      013063 module_hci_event_passkey_entry_mode:
+0x3c82 013064 jam hci_event_get_passkey ,mem_module_uart_opcode 
+0x3c83 013065 branch module_hci_event_enter_standby_mode_len0 
+:      013069 module_hci_event_le_tk:
+0x3c84 013070 jam hci_event_le_tk ,mem_module_uart_opcode 
+0x3c85 013071 setarg 4 
+0x3c86 013072 call module_hci_prepare_tx 
+0x3c87 013073 fetch 4 ,mem_le_tk 
+0x3c88 013074 istore 4 ,contwu 
+0x3c89 013075 branch uartd_send 
+:      013079 module_hci_event_le_pairing_fail:
+0x3c8a 013080 arg flag_ble_pairing_fail ,rega 
+0x3c8b 013081 branch module_hci_event_pairing_completed 
+:      013083 module_hci_event_le_pairing_success:
+0x3c8c 013084 arg flag_ble_pairing_success ,rega 
+0x3c8d 013085 branch module_hci_event_pairing_completed 
+:      013087 module_hci_event_bt_pairing_fail:
+0x3c8e 013088 arg flag_bt_pairing_fail ,rega 
+0x3c8f 013089 branch module_hci_event_pairing_completed 
+:      013091 module_hci_event_bt_pairing_success:
+0x3c90 013092 arg flag_bt_pairing_success ,rega 
+:      013094 module_hci_event_pairing_completed:
+0x3c91 013095 jam 0 ,mem_flag_mode_ssp_pin 
+0x3c92 013096 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
+0x3c93 013097 setarg 2 
+0x3c94 013098 call module_hci_prepare_tx 
+0x3c95 013099 copy rega ,pdata 
+0x3c96 013100 istore 2 ,contwu 
+0x3c97 013101 branch uartd_send 
+:      013105 module_hci_event_pause_enc:
+0x3c98 013106 arg flag_event_pause_enc ,regc 
+0x3c99 013107 branch module_hci_event_enc 
+:      013109 module_hci_event_start_enc:
+0x3c9a 013110 arg flag_event_start_enc ,regc 
+:      013112 module_hci_event_enc:
+0x3c9b 013113 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
+0x3c9c 013114 setarg 1 
+0x3c9d 013115 call module_hci_prepare_tx 
+0x3c9e 013116 copy regc ,pdata 
+0x3c9f 013117 istore 1 ,contwu 
+0x3ca0 013118 branch uartd_send 
+:      013122 module_hci_event_le_gkey:
+0x3ca1 013123 jam hci_event_le_gkey ,mem_module_uart_opcode 
+0x3ca2 013124 setarg 4 
+0x3ca3 013125 call module_hci_prepare_tx 
+0x3ca4 013126 fetch 4 ,mem_gkey 
+0x3ca5 013127 istore 4 ,contwu 
+0x3ca6 013128 branch uartd_send 
+:      013139 module_hci_prepare_tx:
+0x3ca7 013140 jam 0x02 ,mem_module_uart_cmd 
+0x3ca8 013141 store 1 ,mem_module_uart_len 
+0x3ca9 013142 storet 8 ,mem_temp 
+0x3caa 013143 bpatch patch1c_2 ,mem_patch1c 
+0x3cab 013144 call module_set_mcu_wake_pin_high_delay 
+0x3cac 013145 fetcht 8 ,mem_temp 
+0x3cad 013146 call uartd_prepare_tx 
+0x3cae 013147 fetch 3 ,mem_module_uart_cmd 
+0x3caf 013148 istore 3 ,contwu 
+0x3cb0 013149 rtn 
+:      013152 module_set_mcu_wake_pin_high_delay:
+0x3cb1 013153 call module_check_mcu_wake_pin_high 
+0x3cb2 013154 rtn true 
+:      013155 module_set_mcu_wake_pin_h_delay:
+0x3cb3 013156 call module_set_mcu_wake_pin_high 
+0x3cb4 013157 fetch 4 ,mem_module_mcu_wake_delay_us 
+0x3cb5 013158 rshift2 pdata ,pdata 
+0x3cb6 013159 rtn blank 
+0x3cb7 013160 branch delay 
+:      013162 module_set_mcu_wake_pin_high:
+0x3cb8 013164 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3cb9 013165 branch gpio_out_active 
+:      013167 module_check_mcu_wake_pin_high:
+0x3cba 013168 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3cbb 013169 branch gpio_check_active 
+:      013171 module_set_mcu_wake_pin_low:
+0x3cbc 013172 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3cbd 013173 branch gpio_out_inactive 
+:      013176 delay:
+0x3cbe 013177 increase -1 ,pdata 
+0x3cbf 013178 nop 38 
+0x3cc0 013179 nbranch delay ,blank 
+0x3cc1 013180 rtn 
+:      013189 module_le_receive_data:
+0x3cc2 013190 call module_check_ble_encrypt_state 
+0x3cc3 013191 rtn user 
+0x3cc4 013192 copy rega ,pdata 
+0x3cc5 013193 store 2 ,mem_module_le_rx_data_address 
+0x3cc6 013194 copy regb ,pdata 
+0x3cc7 013195 store 1 ,mem_module_le_rx_data_len 
+0x3cc8 013196 fetch 2 ,mem_le_att_handle 
+0x3cc9 013197 fetcht 2 ,mem_module_data_write_handle 
+0x3cca 013198 isub temp ,null 
+0x3ccb 013199 branch module_le_receive_data_ok ,zero 
+0x3ccc 013200 fetcht 2 ,mem_module_data_write_handle2 
+0x3ccd 013201 isub temp ,null 
+0x3cce 013202 nrtn zero 
+:      013203 module_le_receive_data_ok:
+0x3ccf 013204 store 2 ,mem_module_le_rx_data_handle 
+0x3cd0 013205 branch module_hci_event_receive_le_data 
+:      013210 module_exit_sniff:
+0x3cd1 013211 fetch 1 ,mem_module_flag 
+0x3cd2 013212 rtnbit1 moudle_task_unsniff 
+0x3cd3 013213 call module_set_unsniff_task_flag 
+0x3cd4 013214 branch app_bt_sniff_exit 
+:      013217 module_set_lpm_mult_2:
+0x3cd5 013218 jam 2 ,mem_lpm_mult 
+0x3cd6 013219 rtn 
+:      013223 module_bb_event_timer:
+0x3cd7 013224 branch module_read_vdd_timer 
+:      013226 module_read_vdd_timer:
+0x3cd8 013227 fetch 1 ,mem_module_read_vdd_flag 
+0x3cd9 013228 rtn blank 
+0x3cda 013229 fetch 1 ,mem_module_read_vdd_count 
+0x3cdb 013230 rtn blank 
+0x3cdc 013231 increase -1 ,pdata 
+0x3cdd 013232 store 1 ,mem_module_read_vdd_count 
+0x3cde 013233 nrtn blank 
+0x3cdf 013234 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
+0x3ce0 013235 call adc_set_mode 
+0x3ce1 013236 call vdd_calculate_by_mode 
+0x3ce2 013237 div pdata ,0x64 
+0x3ce3 013238 call wait_div_end 
+0x3ce4 013239 quotient pdata 
+0x3ce5 013240 remainder temp 
+0x3ce6 013241 store 1 ,mem_module_vdd_quotient 
+0x3ce7 013242 storet 1 ,mem_module_vdd_remainder 
+0x3ce8 013243 rtn 
+:      013246 module_control_air_flow:
+0x3ce9 013247 call check_uart_tx_buff 
+0x3cea 013248 branch app_l2cap_flow_control_enable ,positive 
+0x3ceb 013249 branch app_l2cap_flow_control_disable 
+:      013253 module_set_sniff_task_flag:
+0x3cec 013254 arg moudle_task_sniff ,queue 
+0x3ced 013255 branch module_set_state 
+:      013257 module_clear_sniff_task_flag:
+0x3cee 013258 arg moudle_task_sniff ,queue 
+0x3cef 013259 branch module_clr_state 
+:      013261 module_set_unsniff_task_flag:
+0x3cf0 013262 arg moudle_task_unsniff ,queue 
+0x3cf1 013263 branch module_set_state 
+:      013265 module_clear_unsniff_task_flag:
+0x3cf2 013266 arg moudle_task_unsniff ,queue 
+0x3cf3 013267 branch module_clr_state 
+:      013269 module_set_le_tx_data_flag:
+0x3cf4 013270 arg module_flag_ble_data_finish ,queue 
+0x3cf5 013271 branch module_set_state 
+:      013273 module_clear_le_tx_data_flag:
+0x3cf6 013274 arg module_flag_ble_data_finish ,queue 
+0x3cf7 013275 branch module_clr_state 
+:      013277 module_clr_state:
+0x3cf8 013278 fetch 1 ,mem_module_flag 
+0x3cf9 013279 qset0 pdata 
+0x3cfa 013280 store 1 ,mem_module_flag 
+0x3cfb 013281 rtn 
+:      013283 module_set_state:
+0x3cfc 013284 fetch 1 ,mem_module_flag 
+0x3cfd 013285 qset1 pdata 
+0x3cfe 013286 store 1 ,mem_module_flag 
+0x3cff 013287 rtn 
+:      013297 mouse_init:
+0x3d00 013298 call mouse_setting_config 
+0x3d01 013299 call spi_ncs_enable 
+0x3d02 013300 call mouse_init_sunt 
+0x3d03 013301 call mouse_dpi_config 
+0x3d04 013302 call spi_ncs_disable 
+0x3d05 013303 rtn wake 
+0x3d06 013304 call mouse_cheak_enable_usb 
+0x3d07 013305 call mouse_cb_fuction 
+0x3d08 013308 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d09 013309 rtnbit1 mouse_enable_usb 
+0x3d0a 013310 call mouse_wakeup_from_power 
+0x3d0b 013311 rtnmark1 mark_24g 
+0x3d0c 013312 fetch 2 ,mem_ui_state_map 
+0x3d0d 013313 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x3d0e 013314 branch mouse_check_reconn_target 
+:      013317 mouse_delay_4s:
+0x3d0f 013318 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d10 013319 rtnbit0 mouse_enable_init_delay 
+0x3d11 013320 arg 20 ,loopcnt 
+:      013321 mouse_delay_20ms:
+0x3d12 013322 setarg 200000 
+0x3d13 013323 call sleep 
+0x3d14 013324 loop delay_10ms 
+0x3d15 013325 rtn 
+:      013328 mouse_cheak_enable_usb:
+0x3d16 013329 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d17 013330 rtnbit0 mouse_enable_usb 
+0x3d18 013331 branch usb_init 
+:      013334 mouse_cb_fuction:
+0x3d19 013335 setarg mouse_le 
+0x3d1a 013336 store 2 ,mem_cb_le_process 
+0x3d1b 013337 setarg mouse_send_process 
+0x3d1c 013338 store 2 ,mem_cb_bt_process 
+0x3d1d 013339 setarg mouse_process_lpm_before 
+0x3d1e 013340 store 2 ,mem_cb_before_lpm 
+0x3d1f 013341 setarg mouse_priority_bb_event 
+0x3d20 013342 store 2 ,mem_cb_bb_event_process 
+0x3d21 013343 setarg mouse_idle 
+0x3d22 013344 store 2 ,mem_cb_idle_process 
+0x3d23 013345 setarg mouse_before_hibernate 
+0x3d24 013346 store 2 ,mem_cb_before_hibernate 
+0x3d25 013347 setarg le_mouse_bb_event_connect_complete 
+0x3d26 013348 store 2 ,mem_cb_att_write 
+0x3d27 013350 call g24_head_ptr2regc 
+0x3d28 013351 setarg mouse_g24_package_data 
+0x3d29 013352 add regc ,offset_24g_cb_data ,contw 
+0x3d2a 013353 istore 2 ,contw 
+0x3d2b 013354 setarg mouse_g24_enter_lpm 
+0x3d2c 013355 add regc ,offset_24g_cb_lpm_prepare ,contw 
+0x3d2d 013356 istore 2 ,contw 
+0x3d2e 013357 setarg mouse_lpm_before_common 
+0x3d2f 013358 add regc ,offset_24g_cb_lpm_before ,contw 
+0x3d30 013359 istore 2 ,contw 
+0x3d31 013361 setarg mouse_bb_event_timer 
+0x3d32 013362 store 2 ,mem_cb_event_timer 
+0x3d33 013363 setarg mouse_spi_write_flash_cb 
+0x3d34 013364 store 2 ,mem_cb_spi_flash_write_complate 
+0x3d35 013365 rtn 
+:      013366 mouse_spi_write_flash_cb:
+:      013367 mouse_spi_init:
+0x3d36 013368 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d37 013369 bbit0 mouse_enable_spi2 ,spid_init 
+0x3d38 013370 branch spid_init2 
+:      013372 mouse_setting_config:
+0x3d39 013373 rtn wake 
+0x3d3a 013374 call g24_set_device_addr 
+0x3d3b 013375 call mouse_gpio_init 
+0x3d3c 013376 call mouse_param_init 
+0x3d3d 013377 call mouse_adc_init 
+0x3d3e 013378 call le_set_config_fixed_ltk 
+0x3d3f 013379 call le_set_justwork 
+0x3d40 013380 call le_set_fixed_ltk 
+0x3d41 013381 call le_set_config_read_authentication 
+0x3d42 013382 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d43 013383 bbit1 mouse_enable_eeprom ,mouse_init_iic 
+0x3d44 013384 bbit1 mouse_enable_flash ,mouse_load_flash_info_cheak 
+0x3d45 013385 rtn 
+:      013387 mouse_init_iic:
+0x3d46 013388 call iic_init_390k 
+0x3d47 013389 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d48 013390 isolate1 mouse_enable_2k_eeprom ,pdata 
+0x3d49 013391 ncall clear_eeprom_size_2k ,true 
+0x3d4a 013392 call mouse_load_eeprom_dpi 
+0x3d4b 013393 call mouse_init_environment 
+0x3d4c 013394 call mouse_set_24g_addr_eeprom 
+0x3d4d 013395 branch iicd_read_eep_data 
+:      013397 mouse_wakeup_from_power:
+0x3d4e 013398 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d4f 013399 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_no_from_power 
+0x3d50 013400 fetch 1 ,mem_wakup_from_power_flag 
+0x3d51 013401 isolate0 gpio_latch ,pdata 
+0x3d52 013402 nrtn true 
+:      013403 mouse_wakeup_no_from_power:
+0x3d53 013404 fetch 1 ,mem_reconn_times_init 
+0x3d54 013405 store 1 ,mem_reconn_times 
+0x3d55 013406 fetch 1 ,mem_config_function_enable 
+0x3d56 013407 rtnbit1 enable_select_device_by_switch 
+:      013408 mouse_start_24g_mode:
+0x3d57 013409 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d58 013410 rtnbit0 mouse_enable_24g 
+0x3d59 013411 bbit1 mouse_enable_auto_24g_paring ,g24_auto_pair_start 
+0x3d5a 013412 branch g24_check_51cmd_start_24g 
+:      013413 le_mouse_bb_event_connect_complete:
+0x3d5b 013414 fetch 1 ,mem_le_att_handle 
+0x3d5c 013415 sub pdata ,26 ,pdata 
+0x3d5d 013416 nrtn zero 
+0x3d5e 013417 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x3d5f 013418 call ui_ipc_send_cmd 
+:      013419 mouse_le_write_enable:
+0x3d60 013420 arg write_req_enable_flag ,queue 
+0x3d61 013421 branch mouse_le_enable_connect_flag 
+:      013423 mouse_dpi_up:
+0x3d62 013424 fetch 1 ,mem_mouse_dpi_button_state 
+0x3d63 013425 rtneq dpi_button_state_up 
+0x3d64 013426 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x3d65 013427 rtn 
+:      013428 mouse_dpi_config:
+0x3d66 013429 fetch 1 ,mem_config_sensor_motion 
+0x3d67 013430 and pdata ,0x0f ,pdata 
+0x3d68 013431 store 1 ,mem_mouse_dpi 
+0x3d69 013432 branch mouse_seting_dpi + 2 
+:      013435 mouse_dpi_cheak:
+0x3d6a 013436 fetcht 1 ,mem_dpi_button_gpio 
+0x3d6b 013437 call gpio_get_bit 
+0x3d6c 013438 nbranch mouse_dpi_up ,true 
+:      013439 mouse_dpi_down:
+0x3d6d 013440 fetch 1 ,mem_mouse_dpi_button_state 
+0x3d6e 013441 rtneq dpi_button_state_down 
+0x3d6f 013442 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+0x3d70 013443 fetch 1 ,mem_mouse_dpi 
+0x3d71 013444 increase 1 ,pdata 
+0x3d72 013445 and pdata ,0x03 ,pdata 
+0x3d73 013446 store 1 ,mem_mouse_dpi 
+0x3d74 013447 call mouse_seting_dpi 
+0x3d75 013448 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d76 013449 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
+0x3d77 013450 bbit1 mouse_enable_flash ,mouse_before_store_flash_cpi 
+0x3d78 013451 rtn 
+:      013452 mouse_before_store_flash_cpi:
+0x3d79 013453 arg mouse_spi2_clk_gpio ,temp 
+0x3d7a 013454 call gpio_config_output 
+0x3d7b 013455 arg mouse_spi2_sdio_gpio ,temp 
+0x3d7c 013456 call gpio_config_output 
+0x3d7d 013457 branch mouse_store_flash_device_info 
+:      013459 mouse_seting_dpi:
+0x3d7e 013460 bpatch patch1c_3 ,mem_patch1c 
+0x3d7f 013461 call mosue_dpi_led_blink_init 
+0x3d80 013462 fetch 1 ,mem_config_sensor_type 
+0x3d81 013463 beq p3610 ,mouse_seting_3610_dpi 
+0x3d82 013464 beq p3212 ,mouse_seting_3212_dpi 
+0x3d83 013465 fetch 1 ,mem_mouse_dpi 
+0x3d84 013466 beq mouse_dpi_level1 ,mouse_set_cpi1 
+0x3d85 013467 beq mouse_dpi_level2 ,mouse_set_cpi2 
+0x3d86 013468 beq mouse_dpi_level3 ,mouse_set_cpi3 
+0x3d87 013469 beq mouse_dpi_level4 ,mouse_set_cpi4 
+:      013470 mouse_set_cpi2:
+0x3d88 013471 fetch 1 ,mem_320x_dpi_2 
+0x3d89 013472 branch mouse_p3205_dpi 
+:      013473 mouse_set_cpi1:
+0x3d8a 013474 fetch 1 ,mem_320x_dpi_1 
+0x3d8b 013475 branch mouse_p3205_dpi 
+:      013476 mouse_set_cpi3:
+0x3d8c 013477 fetch 1 ,mem_320x_dpi_3 
+0x3d8d 013478 branch mouse_p3205_dpi 
+:      013479 mouse_set_cpi4:
+0x3d8e 013480 fetch 1 ,mem_320x_dpi_4 
+0x3d8f 013481 branch mouse_p3205_dpi 
+:      013482 moue_seting_cpi_count:
+0x3d90 013483 fetch 1 ,mem_config_sensor_type 
+0x3d91 013484 rtneq p3065_xy 
+0x3d92 013485 fetch 1 ,mem_mouse_cpi_count 
+0x3d93 013486 increase 1 ,pdata 
+0x3d94 013487 store 1 ,mem_mouse_cpi_count 
+0x3d95 013488 rtn 
+:      013490 mouse_seting_3212_dpi:
+0x3d96 013491 fetch 1 ,mem_mouse_dpi 
+0x3d97 013492 beq mouse_dpi_level1 ,mouse_set_p3212_cpi1 
+0x3d98 013493 beq mouse_dpi_level2 ,mouse_set_p3212_cpi2 
+0x3d99 013494 beq mouse_dpi_level3 ,mouse_set_p3212_cpi3 
+0x3d9a 013495 beq mouse_dpi_level4 ,mouse_set_p3212_cpi4 
+:      013496 mouse_set_p3212_cpi2:
+0x3d9b 013497 fetch 1 ,mem_3212_dpi_2 
+0x3d9c 013498 branch mouse_p3212_dpi 
+:      013499 mouse_set_p3212_cpi1:
+0x3d9d 013500 fetch 1 ,mem_3212_dpi_1 
+0x3d9e 013501 branch mouse_p3212_dpi 
+:      013502 mouse_set_p3212_cpi3:
+0x3d9f 013503 fetch 1 ,mem_3212_dpi_3 
+0x3da0 013504 branch mouse_p3212_dpi 
+:      013505 mouse_set_p3212_cpi4:
+0x3da1 013506 fetch 1 ,mem_3212_dpi_4 
+:      013507 mouse_p3212_dpi:
+0x3da2 013508 store 1 ,mem_mouse_cpi_count 
+0x3da3 013509 lshift8 pdata ,pdata 
+0x3da4 013510 copy pdata ,rega 
+0x3da5 013511 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
+0x3da6 013512 call twspi_write 
+0x3da7 013513 copy rega ,pdata 
+0x3da8 013514 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
+0x3da9 013515 branch twspi_write 
+:      013517 mouse_seting_3610_dpi:
+0x3daa 013518 fetch 1 ,mem_mouse_dpi 
+0x3dab 013519 beq mouse_dpi_level1 ,mouse_set_p3610_cpi1 
+0x3dac 013520 beq mouse_dpi_level2 ,mouse_set_p3610_cpi2 
+0x3dad 013521 beq mouse_dpi_level3 ,mouse_set_p3610_cpi3 
+0x3dae 013522 beq mouse_dpi_level4 ,mouse_set_p3610_cpi4 
+:      013523 mouse_set_p3610_cpi2:
+0x3daf 013524 fetch 1 ,mem_3610_dpi_2 
+0x3db0 013525 branch mouse_p3610_dpi 
+:      013526 mouse_set_p3610_cpi1:
+0x3db1 013527 fetch 1 ,mem_3610_dpi_1 
+0x3db2 013528 branch mouse_p3610_dpi 
+:      013529 mouse_set_p3610_cpi3:
+0x3db3 013530 fetch 1 ,mem_3610_dpi_3 
+0x3db4 013531 branch mouse_p3610_dpi 
+:      013532 mouse_set_p3610_cpi4:
+0x3db5 013533 fetch 1 ,mem_3610_dpi_4 
+:      013534 mouse_p3610_dpi:
+0x3db6 013535 store 1 ,mem_mouse_cpi_count 
+0x3db7 013536 call mouse_spi_sdio_gpio_pollup 
+0x3db8 013537 fetch 1 ,mem_mouse_cpi_count 
+:      013538 mouse_reset_p3610_dpi:
+0x3db9 013539 add pdata ,0x80 ,pdata 
+0x3dba 013540 lshift8 pdata ,pdata 
+0x3dbb 013541 add pdata ,mouse_p3610_dpi_address ,pdata 
+0x3dbc 013542 copy pdata ,rega 
+0x3dbd 013543 branch mouse_set_sensor_reg 
+:      013545 mouse_p3205_dpi:
+0x3dbe 013546 store 1 ,mem_mouse_cpi_count 
+0x3dbf 013547 call moue_seting_cpi_count 
+0x3dc0 013548 fetch 1 ,mem_mouse_cpi_count 
+0x3dc1 013549 setarg mouse_dpi_address 
+0x3dc2 013550 call twspi_read 
+0x3dc3 013551 and pdata ,0xf8 ,temp 
+0x3dc4 013552 fetch 1 ,mem_mouse_cpi_count 
+0x3dc5 013553 iadd temp ,pdata 
+0x3dc6 013554 lshift8 pdata ,pdata 
+0x3dc7 013555 add pdata ,mouse_dpi_address ,pdata 
+0x3dc8 013556 branch twspi_write 
+:      013559 mouse_init_environment:
+0x3dc9 013560 call app_initflag_check 
+0x3dca 013561 branch mouse_eeprom_load_recon_info ,zero 
+0x3dcb 013562 call mouse_ble_init_address 
+0x3dcc 013563 call mouse_store_eeprom_device_info 
+0x3dcd 013564 branch app_initflag_store 
+:      013567 mouse_24g_pairing_button:
+0x3dce 013568 fetch 2 ,mem_24g_pairing_timer_count 
+0x3dcf 013569 rtn blank 
+0x3dd0 013570 fetch mouse_flag_len ,mem_mouse_flag 
+0x3dd1 013571 rtnbit0 mouse_enable_24g 
+0x3dd2 013572 rtnbit1 mosue_24g_pairing_flag 
+0x3dd3 013573 rtnmark1 mark_24g 
+0x3dd4 013574 call mouse_check_key_gpio 
+0x3dd5 013575 rtnne mouse_lmr_button 
+0x3dd6 013576 call mouse_devce_led_off 
+0x3dd7 013577 arg mosue_24g_pairing_flag ,queue 
+0x3dd8 013578 call mouse_enable_function_flag 
+0x3dd9 013579 setarg 0 
+0x3dda 013580 store 2 ,mem_mouse_direct_timer 
+0x3ddb 013581 store 1 ,mem_mouse_send_blank_timer 
+0x3ddc 013582 call g24_set0_mem_check_dongle_times 
+0x3ddd 013584 fetch 2 ,mem_ui_state_map 
+0x3dde 013585 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
+0x3ddf 013586 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x3de0 013587 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x3de1 013588 call mouse_stop_discovery 
+0x3de2 013589 branch g24_start_pairing_sm1 
+:      013592 mouse_idle:
+0x3de3 013593 call mouse_24g_pairing_button 
+0x3de4 013594 call ui_check_paring_button 
+0x3de5 013595 call mouse_dpi_cheak 
+0x3de6 013596 call mouse_usb_isr 
+0x3de7 013597 call mouse_wheel_check 
+0x3de8 013598 branch mouse_usb_mode 
+:      013599 mouse_usb_isr:
+0x3de9 013600 fetch mouse_flag_len ,mem_mouse_flag 
+0x3dea 013601 rtnbit0 mouse_enable_usb 
+0x3deb 013602 call usb_isr 
+0x3dec 013603 branch usb_offline_state 
+:      013605 mouse_cheak_usb:
+0x3ded 013606 hfetch 1 ,core_usb_addr 
+0x3dee 013607 bbit0 7 ,mouse_usb_no_exsit 
+0x3def 013608 bbit1 7 ,mouse_usb_exsit 
+0x3df0 013609 rtn 
+:      013610 mouse_usb_no_exsit:
+0x3df1 013611 fetch 1 ,mem_usb_addr 
+0x3df2 013612 rtnbit0 7 
+0x3df3 013613 branch soft_reset_chip 
+:      013614 mouse_usb_exsit:
+0x3df4 013615 fetch 1 ,mem_usb_addr 
+0x3df5 013616 rtnbit1 7 
+0x3df6 013617 branch mouse_stop_bluetooth_mode 
+:      013619 mouse_usb_mode:
+0x3df7 013620 call mouse_cheak_usb 
+0x3df8 013621 hfetch 1 ,core_usb_addr 
+0x3df9 013622 store 1 ,mem_usb_addr 
+0x3dfa 013623 rtnbit0 7 
+0x3dfb 013624 call mouse_clkn_check 
+0x3dfc 013625 fetch 4 ,mem_btclk_sensor 
+0x3dfd 013626 fetcht 1 ,mem_wire_usb_interval 
+0x3dfe 013627 iadd temp ,temp 
+0x3dff 013628 copy clkn_bt ,pdata 
+0x3e00 013629 isub temp ,null 
+0x3e01 013630 nrtn positive 
+0x3e02 013631 store 4 ,mem_btclk_sensor 
+0x3e03 013632 call mouse_motion 
+0x3e04 013633 nrtn user 
+0x3e05 013634 jam 4 ,mem_usb_tx_enable 
+0x3e06 013635 branch mouse_wired_to_usb 
+:      013637 mouse_clkn_check:
+0x3e07 013638 fetcht 4 ,mem_btclk_sensor 
+0x3e08 013639 copy clkn_bt ,pdata 
+0x3e09 013640 isub temp ,null 
+0x3e0a 013641 ncall mouse_clkn_timeout ,positive 
+0x3e0b 013642 rtn 
+:      013643 mouse_clkn_timeout:
+0x3e0c 013644 setarg 0 
+0x3e0d 013645 store 4 ,mem_btclk_sensor 
+0x3e0e 013646 rtn 
+:      013650 mouse_wired_to_usb:
+0x3e0f 013651 fetch 1 ,mem_usb_tx_enable 
+0x3e10 013652 rtnbit0 2 
+0x3e11 013653 branch mouse_data_push 
+:      013654 mouse_data_push:
+0x3e12 013655 hfetch 1 ,core_usb_addr 
+0x3e13 013656 rtnbit0 7 
+0x3e14 013657 jam usb_ep2_ms ,mem_usb_ep2_data 
+0x3e15 013658 setarg ms_report_id 
+0x3e16 013659 store 1 ,mem_usb_mouse_data 
+0x3e17 013660 fetch 7 ,mem_mouse_key 
+0x3e18 013661 istore 7 ,contw 
+0x3e19 013662 rtn 
+:      013665 mouse_enable_clock_qdecoder:
+0x3e1a 013666 hfetch 2 ,core_clkoff 
+0x3e1b 013667 set0 clock_off_qdecoder ,pdata 
+0x3e1c 013668 hstore 2 ,core_clkoff 
+0x3e1d 013669 rtn 
+:      013671 mouse_param_init:
+0x3e1e 013672 setarg 0x8c00 
+0x3e1f 013673 store 2 ,mem_ui_uuid_table 
+0x3e20 013674 setarg 0x8e7a 
+0x3e21 013675 store 2 ,mem_ui_le_uuid_table 
+0x3e22 013676 setarg 0x2402 
+0x3e23 013677 store 2 ,mem_fcomp_mul 
+0x3e24 013678 setarg 0x2580 
+0x3e25 013679 store 3 ,mem_class 
+0x3e26 013680 jam 3 ,mem_lpm_mult_timeout 
+0x3e27 013681 jam 8 ,mem_lpm_overhead 
+0x3e28 013682 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x3e29 013683 setarg 0x0200 
+0x3e2a 013684 store 2 ,mem_lpm_interval 
+0x3e2b 013685 jam 0x17 ,mem_le_local_mtu 
+0x3e2c 013686 jam 0x17 ,mem_le_remote_mtu 
+0x3e2d 013688 setarg 0x0a77 
+0x3e2e 013689 store 2 ,mem_spi_init_clk 
+0x3e2f 013705 setsect 0 ,0x306 
+0x3e30 013706 setsect 1 ,0x4440 
+0x3e31 013707 setsect 2 ,0x10000 
+0x3e32 013708 setsect 3 ,0x4408 
+0x3e33 013709 store 9 ,mem_all_uuid_16bits 
+0x3e34 013710 setsect 0 ,0x1224 
+0x3e35 013711 setsect 1 ,0x4000 
+0x3e36 013712 setsect 2 ,0x0 
+0x3e37 013713 istore 5 ,contw 
+0x3e38 013715 setsect 0 ,0x3ffff 
+0x3e39 013716 setsect 1 ,0x2fe23 
+0x3e3a 013717 setsect 2 ,0x199d9 
+0x3e3b 013718 setsect 3 ,0x20d 
+0x3e3c 013719 store 8 ,mem_features 
+0x3e3d 013721 setarg 0x012c 
+0x3e3e 013722 store 2 ,mem_24g_pairing_timer_count 
+0x3e3f 013723 call le_modified_name 
+0x3e40 013724 fetch mouse_flag_len ,mem_mouse_flag 
+0x3e41 013725 rtnbit0 mouse_enable_gpio_control_adc_sensor 
+0x3e42 013726 call mouse_sensor_set_angle 
+0x3e43 013727 branch mouse_select_adc 
+:      013729 mouse_sensor_set_angle:
+0x3e44 013730 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x3e45 013731 call gpio_config_input 
+0x3e46 013732 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x3e47 013733 call gpio_get_bit 
+0x3e48 013734 jam mouse_3clk_angle ,mem_config_sensor_angle 
+0x3e49 013735 rtn true 
+0x3e4a 013736 jam mouse_12clk_angle ,mem_config_sensor_angle 
+0x3e4b 013737 rtn 
+:      013739 mouse_select_adc:
+0x3e4c 013740 fetcht 1 ,mem_select_adc_gpio 
+0x3e4d 013741 call gpio_config_input 
+0x3e4e 013742 fetcht 1 ,mem_select_adc_gpio 
+0x3e4f 013743 call gpio_get_bit 
+0x3e50 013744 jam adc_config_vinlpm ,mem_adc_config_flag 
+0x3e51 013745 rtn true 
+0x3e52 013746 jam adc_config_gpio ,mem_adc_config_flag 
+0x3e53 013747 rtn 
+:      013750 mouse_adc_init:
+0x3e54 013751 fetch 1 ,mem_adc_config_flag 
+0x3e55 013752 beq adc_config_vinlpm ,mouse_adc_init_data_vinlpm 
+0x3e56 013753 beq adc_config_hvin ,mouse_adc_init_data_hvin 
+0x3e57 013754 beq adc_config_gpio ,mouse_adc_init_data_io 
+0x3e58 013755 branch mouse_adc_init_data_vinlpm 
+:      013757 mouse_adc_init_data_vinlpm:
+0x3e59 013758 fetcht 2 ,mem_2v_adc_vinlpm_data 
+0x3e5a 013759 fetch 2 ,mem_3v_adc_vinlpm_data 
+0x3e5b 013760 isub temp ,pdata 
+0x3e5c 013761 mul32 pdata ,20 ,pdata 
+0x3e5d 013762 div pdata ,100 
+0x3e5e 013763 call wait_div_end 
+0x3e5f 013764 quotient pdata 
+0x3e60 013765 store 2 ,mem_adc_reference_voltage 
+0x3e61 013766 rtn 
+:      013767 mouse_adc_init_data_hvin:
+0x3e62 013768 fetcht 2 ,mem_1v_adc_hvin_data 
+0x3e63 013769 fetch 2 ,mem_5v_adc_hvin_data 
+0x3e64 013770 isub temp ,pdata 
+0x3e65 013771 mul32 pdata ,230 ,pdata 
+0x3e66 013772 div pdata ,400 
+0x3e67 013773 call wait_div_end 
+0x3e68 013774 quotient pdata 
+0x3e69 013775 store 2 ,mem_adc_reference_voltage 
+0x3e6a 013776 rtn 
+:      013777 mouse_adc_init_data_io:
+0x3e6b 013778 fetch 2 ,mem_1v_adc_io_data 
+0x3e6c 013779 store 2 ,mem_adc_reference_voltage 
+0x3e6d 013780 rtn 
+:      013781 mouse_gpio_init:
+0x3e6e 013782 fetcht 1 ,mem_eeprom_wp_gpio 
+0x3e6f 013783 call gpio_config_output 
+0x3e70 013784 call usb_offline_check_init 
+0x3e71 013785 fetcht 1 ,mem_lbutton_gpio 
+0x3e72 013786 call gpio_config_input 
+0x3e73 013787 fetcht 1 ,mem_rbutton_gpio 
+0x3e74 013788 call gpio_config_input 
+0x3e75 013789 fetcht 1 ,mem_mbutton_gpio 
+0x3e76 013790 call gpio_config_input 
+0x3e77 013791 fetcht 1 ,mem_sensor_data_gpio 
+0x3e78 013792 call gpio_config_input 
+0x3e79 013794 fetcht 1 ,mem_sensor_reset_gpio 
+0x3e7a 013795 call gpio_config_output 
+0x3e7b 013797 fetcht 1 ,mem_whee_a_data_gpio 
+0x3e7c 013798 call gpio_config_input 
+0x3e7d 013800 fetcht 1 ,mem_whee_b_data_gpio 
+0x3e7e 013801 call gpio_config_input 
+0x3e7f 013803 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3e80 013804 call gpio_config_input 
+0x3e81 013805 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3e82 013806 call gpio_config_input 
+0x3e83 013808 fetcht 1 ,mem_bk_button_gpio 
+0x3e84 013809 call gpio_config_input 
+0x3e85 013810 fetcht 1 ,mem_fw_button_gpio 
+0x3e86 013811 call gpio_config_input 
+0x3e87 013813 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x3e88 013814 call gpio_config_output 
+0x3e89 013816 fetcht 1 ,mem_config_device1_led_gpio 
+0x3e8a 013817 call gpio_config_output 
+0x3e8b 013819 fetcht 1 ,mem_config_device2_led_gpio 
+0x3e8c 013820 call gpio_config_output 
+0x3e8d 013822 fetcht 1 ,mem_config_device3_led_gpio 
+0x3e8e 013823 call gpio_config_output 
+0x3e8f 013825 fetcht 1 ,mem_dpi_led_gpio 
+0x3e90 013826 call gpio_config_output 
+0x3e91 013828 fetcht 1 ,mem_config_select_device_button_gpio 
+0x3e92 013829 call gpio_config_input 
+0x3e93 013831 fetcht 1 ,mem_config_bt_button_gpio 
+0x3e94 013832 call gpio_config_input 
+0x3e95 013834 fetcht 1 ,mem_dpi_button_gpio 
+0x3e96 013835 branch gpio_config_input 
+:      013837 mouse_wheel_gpio_set_wake:
+0x3e97 013838 fetcht 1 ,mem_whee_a_data_gpio 
+0x3e98 013839 call gpio_set_wake_by_current_state 
+0x3e99 013840 fetcht 1 ,mem_whee_b_data_gpio 
+0x3e9a 013841 call gpio_set_wake_by_current_state 
+0x3e9b 013842 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3e9c 013843 call gpio_set_wake_by_current_state 
+0x3e9d 013844 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3e9e 013845 branch gpio_set_wake_by_current_state 
+:      013847 mouse_before_hibernate_wheel_gpio_set:
+0x3e9f 013848 fetcht 1 ,mem_whee_a_data_gpio 
+0x3ea0 013849 call mouse_gpio_set_pupd_by_input 
+0x3ea1 013850 fetcht 1 ,mem_whee_b_data_gpio 
+0x3ea2 013851 call mouse_gpio_set_pupd_by_input 
+0x3ea3 013852 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3ea4 013853 call mouse_gpio_set_pupd_by_input 
+0x3ea5 013854 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3ea6 013855 branch mouse_gpio_set_pupd_by_input 
+:      013857 mouse_gpio_set_pupd_by_input:
+0x3ea7 013858 sub temp ,ui_button_gpio_disable ,null 
+0x3ea8 013859 rtn zero 
+0x3ea9 013860 and temp ,0x7f ,queue 
+0x3eaa 013861 hfetch 4 ,core_gpio_in 
+0x3eab 013862 qisolate1 pdata 
+0x3eac 013863 hfetch 4 ,core_gpio_pu0 
+0x3ead 013864 qsetflag true ,pdata 
+0x3eae 013865 hstore 4 ,core_gpio_pu0 
+0x3eaf 013866 hfetch 4 ,core_gpio_pd0 
+0x3eb0 013867 nqsetflag true ,pdata 
+0x3eb1 013868 hstore 4 ,core_gpio_pd0 
+0x3eb2 013869 rtn 
+:      013871 mouse_before_hibernate:
+0x3eb3 013872 enable user 
+0x3eb4 013873 hfetch 4 ,0x8138 
+0x3eb5 013874 setflag user ,26 ,pdata 
+0x3eb6 013875 hstore 4 ,core_lpm_reg 
+0x3eb7 013876 call lpm_write_ctrl 
+0x3eb8 013877 call mouse_devce_led_off 
+0x3eb9 013878 call mouse_before_hibernate_wheel_gpio_set 
+0x3eba 013880 branch mouse_lpm_before_common 
+:      013884 mouse_process_lpm_before:
+0x3ebb 013885 call mouse_lpm_before_common 
+0x3ebc 013886 fetch 1 ,mem_lpm_current_mult 
+0x3ebd 013887 nrtn blank 
+0x3ebe 013888 branch gpio_clr_wake 
+:      013890 mouse_lpm_before_common:
+0x3ebf 013891 call mouse_wheel_check 
+0x3ec0 013892 arg mouse_spi1_clk_gpio ,temp 
+0x3ec1 013893 fetch mouse_flag_len ,mem_mouse_flag 
+0x3ec2 013894 isolate1 mouse_enable_spi2 ,pdata 
+0x3ec3 013895 call mouse_spi_clk_gpio ,true 
+0x3ec4 013896 call gpio_config_output 
+0x3ec5 013897 call twspi_disable 
+0x3ec6 013901 fetcht 1 ,mem_lbutton_gpio 
+0x3ec7 013902 call gpio_set_wake_by_current_state 
+0x3ec8 013903 fetcht 1 ,mem_rbutton_gpio 
+0x3ec9 013904 call gpio_set_wake_by_current_state 
+0x3eca 013905 fetcht 1 ,mem_mbutton_gpio 
+0x3ecb 013906 call gpio_set_wake_by_current_state 
+0x3ecc 013908 fetcht 1 ,mem_bk_button_gpio 
+0x3ecd 013909 call gpio_set_wake_by_current_state 
+0x3ece 013910 fetcht 1 ,mem_fw_button_gpio 
+0x3ecf 013911 call gpio_set_wake_by_current_state 
+0x3ed0 013912 fetcht 1 ,mem_dpi_button_gpio 
+0x3ed1 013913 call gpio_set_wake_by_current_state 
+0x3ed2 013914 fetcht 1 ,mem_config_select_device_button_gpio 
+0x3ed3 013915 call gpio_set_wake_by_current_state 
+0x3ed4 013916 fetcht 1 ,mem_whee_a_data_gpio 
+0x3ed5 013917 call gpio_set_wake_by_current_state 
+0x3ed6 013918 fetcht 1 ,mem_whee_b_data_gpio 
+0x3ed7 013919 call gpio_set_wake_by_current_state 
+0x3ed8 013920 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3ed9 013921 call gpio_set_wake_by_current_state 
+0x3eda 013922 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3edb 013923 call gpio_set_wake_by_current_state 
+0x3edc 013924 fetcht 1 ,mem_sensor_data_gpio 
+0x3edd 013925 branch gpio_set_wake 
+:      013929 mouse_spi_clk_gpio:
+0x3ede 013930 arg mouse_spi2_clk_gpio ,temp 
+0x3edf 013931 rtn 
+:      013933 mouse_wheel_check:
+0x3ee0 013934 bpatch patch1c_4 ,mem_patch1c 
+0x3ee1 013935 call mouse_t_wheel_scan 
+0x3ee2 013936 call mouse_wheel_scan 
+0x3ee3 013937 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3ee4 013938 fetcht 1 ,mem_wheel_tb_old_pinlevel 
+0x3ee5 013939 store 1 ,mem_wheel_tb_old_pinlevel 
+0x3ee6 013940 isub temp ,null 
+0x3ee7 013941 nbranch app_lpm_wake_auto_lock ,zero 
+0x3ee8 013942 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3ee9 013943 fetcht 1 ,mem_mwheel_b_old_pinlevel 
+0x3eea 013944 store 1 ,mem_mwheel_b_old_pinlevel 
+0x3eeb 013945 isub temp ,null 
+0x3eec 013946 nbranch app_lpm_wake_auto_lock ,zero 
+0x3eed 013947 rtn 
+:      013948 mouse_t_wheel_scan:
+0x3eee 013949 fetch 1 ,mem_whee_ta_data_gpio 
+0x3eef 013950 rtneq gpio_disable 
+0x3ef0 013951 arg 0 ,rega 
+0x3ef1 013952 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3ef2 013953 call gpio_get_bit 
+0x3ef3 013954 setflag true ,0 ,rega 
+0x3ef4 013955 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3ef5 013956 call gpio_get_bit 
+0x3ef6 013957 setflag true ,1 ,rega 
+0x3ef7 013958 copy rega ,pdata 
+0x3ef8 013959 store 1 ,mem_wheel_tb_new_pinlevel 
+0x3ef9 013960 beq 0x01 ,mouse_t_wheel_scan_judge1 
+0x3efa 013961 beq 0x02 ,mouse_t_wheel_scan_judge2 
+0x3efb 013962 fetch 1 ,mem_wheel_tog 
+0x3efc 013963 bbit1 7 ,mouse_t_wheel_scan_judge3 
+0x3efd 013964 rtn 
+:      013966 mouse_t_wheel_scan_judge1:
+0x3efe 013967 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x3eff 013968 beq 0 ,mouse_t_wheel_scan_judge11 
+0x3f00 013969 beq 3 ,mouse_t_wheel_scan_judge12 
+0x3f01 013970 rtn 
+:      013971 mouse_t_wheel_scan_judge2:
+0x3f02 013972 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x3f03 013973 beq 0 ,mouse_t_wheel_scan_judge21 
+0x3f04 013974 beq 3 ,mouse_t_wheel_scan_judge22 
+0x3f05 013975 rtn 
+:      013976 mouse_t_wheel_scan_judge11:
+0x3f06 013977 jam 0x82 ,mem_wheel_tog 
+0x3f07 013978 rtn 
+:      013979 mouse_t_wheel_scan_judge12:
+0x3f08 013980 jam 0x81 ,mem_wheel_tog 
+0x3f09 013981 rtn 
+:      013982 mouse_t_wheel_scan_judge21:
+0x3f0a 013983 jam 0x80 ,mem_wheel_tog 
+0x3f0b 013984 rtn 
+:      013985 mouse_t_wheel_scan_judge22:
+0x3f0c 013986 jam 0x83 ,mem_wheel_tog 
+0x3f0d 013987 rtn 
+:      013988 mouse_t_wheel_scan_judge3:
+0x3f0e 013989 fetch 1 ,mem_wheel_tog 
+0x3f0f 013990 set0 7 ,pdata 
+0x3f10 013991 store 1 ,mem_wheel_tog 
+0x3f11 013992 beq 0 ,mouse_t_wheel_scan_judge30 
+0x3f12 013993 beq 1 ,mouse_t_wheel_scan_judge31 
+0x3f13 013994 beq 2 ,mouse_t_wheel_scan_judge32 
+0x3f14 013995 beq 3 ,mouse_t_wheel_scan_judge33 
+0x3f15 013996 rtn 
+:      013997 mouse_t_wheel_scan_judge30:
+0x3f16 013998 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f17 013999 beq 3 ,mouse_wheel_t_forward 
+0x3f18 014000 rtn 
+:      014001 mouse_t_wheel_scan_judge31:
+0x3f19 014002 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f1a 014003 beq 0 ,mouse_wheel_t_forward 
+0x3f1b 014004 rtn 
+:      014005 mouse_t_wheel_scan_judge32:
+0x3f1c 014006 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f1d 014007 beq 3 ,mouse_wheel_t_back 
+0x3f1e 014008 rtn 
+:      014009 mouse_t_wheel_scan_judge33:
+0x3f1f 014010 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f20 014011 beq 0 ,mouse_wheel_t_back 
+0x3f21 014012 rtn 
+:      014013 mouse_wheel_t_forward:
+0x3f22 014014 fetch 1 ,mem_mouse_tz_data_count1 
+0x3f23 014015 increase 1 ,pdata 
+0x3f24 014016 store 1 ,mem_mouse_tz_data_count1 
+0x3f25 014017 sub pdata ,1 ,null 
+0x3f26 014018 rtn positive 
+0x3f27 014019 jam 0 ,mem_mouse_tz_data_count1 
+0x3f28 014020 fetch 1 ,mem_mouse_tz_data 
+0x3f29 014021 increase 1 ,pdata 
+0x3f2a 014022 store 1 ,mem_mouse_tz_data 
+0x3f2b 014023 rtn 
+:      014024 mouse_wheel_t_back:
+0x3f2c 014025 fetch 1 ,mem_mouse_tz_data_count 
+0x3f2d 014026 increase 1 ,pdata 
+0x3f2e 014027 store 1 ,mem_mouse_tz_data_count 
+0x3f2f 014028 sub pdata ,1 ,null 
+0x3f30 014029 rtn positive 
+0x3f31 014030 jam 0 ,mem_mouse_tz_data_count 
+0x3f32 014031 fetch 1 ,mem_mouse_tz_data 
+0x3f33 014032 increase -1 ,pdata 
+0x3f34 014033 store 1 ,mem_mouse_tz_data 
+0x3f35 014034 rtn 
+:      014037 mouse_wheel_scan:
+0x3f36 014038 fetch 1 ,mem_whee_a_data_gpio 
+0x3f37 014039 rtneq gpio_disable 
+0x3f38 014040 arg 0 ,rega 
+0x3f39 014041 fetcht 1 ,mem_whee_a_data_gpio 
+0x3f3a 014042 call gpio_get_bit 
+0x3f3b 014043 setflag true ,0 ,rega 
+0x3f3c 014044 fetcht 1 ,mem_whee_b_data_gpio 
+0x3f3d 014045 call gpio_get_bit 
+0x3f3e 014046 setflag true ,1 ,rega 
+0x3f3f 014047 copy rega ,pdata 
+0x3f40 014048 store 1 ,mem_mwheel_b_new_pinlevel 
+0x3f41 014049 beq 0x01 ,mouse_wheel_scan_judge1 
+0x3f42 014050 beq 0x02 ,mouse_wheel_scan_judge2 
+0x3f43 014051 fetch 1 ,mem_mwheel_tog 
+0x3f44 014052 bbit1 7 ,mouse_wheel_scan_judge3 
+0x3f45 014053 rtn 
+:      014055 mouse_wheel_scan_judge1:
+0x3f46 014056 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x3f47 014057 beq 0 ,mouse_wheel_scan_judge11 
+0x3f48 014058 beq 3 ,mouse_wheel_scan_judge12 
+0x3f49 014059 rtn 
+:      014060 mouse_wheel_scan_judge2:
+0x3f4a 014061 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x3f4b 014062 beq 0 ,mouse_wheel_scan_judge21 
+0x3f4c 014063 beq 3 ,mouse_wheel_scan_judge22 
+0x3f4d 014064 rtn 
+:      014065 mouse_wheel_scan_judge11:
+0x3f4e 014066 jam 0x82 ,mem_mwheel_tog 
+0x3f4f 014067 rtn 
+:      014068 mouse_wheel_scan_judge12:
+0x3f50 014069 jam 0x81 ,mem_mwheel_tog 
+0x3f51 014070 rtn 
+:      014071 mouse_wheel_scan_judge21:
+0x3f52 014072 jam 0x80 ,mem_mwheel_tog 
+0x3f53 014073 rtn 
+:      014074 mouse_wheel_scan_judge22:
+0x3f54 014075 jam 0x83 ,mem_mwheel_tog 
+0x3f55 014076 rtn 
+:      014077 mouse_wheel_scan_judge3:
+0x3f56 014078 fetch 1 ,mem_mwheel_tog 
+0x3f57 014079 set0 7 ,pdata 
+0x3f58 014080 store 1 ,mem_mwheel_tog 
+0x3f59 014081 beq 0 ,mouse_wheel_scan_judge30 
+0x3f5a 014082 beq 1 ,mouse_wheel_scan_judge31 
+0x3f5b 014083 beq 2 ,mouse_wheel_scan_judge32 
+0x3f5c 014084 beq 3 ,mouse_wheel_scan_judge33 
+0x3f5d 014085 rtn 
+:      014086 mouse_wheel_scan_judge30:
+0x3f5e 014087 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f5f 014088 beq 3 ,mouse_wheel_forward 
+0x3f60 014089 rtn 
+:      014090 mouse_wheel_scan_judge31:
+0x3f61 014091 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f62 014092 beq 0 ,mouse_wheel_forward 
+0x3f63 014093 rtn 
+:      014094 mouse_wheel_scan_judge32:
+0x3f64 014095 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f65 014096 beq 3 ,mouse_wheel_back 
+0x3f66 014097 rtn 
+:      014098 mouse_wheel_scan_judge33:
+0x3f67 014099 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f68 014100 beq 0 ,mouse_wheel_back 
+0x3f69 014101 rtn 
+:      014102 mouse_wheel_forward:
+0x3f6a 014103 jam 0 ,mem_mouse_z_data_count1 
+0x3f6b 014104 fetch 1 ,mem_mouse_z_data 
+0x3f6c 014105 increase 1 ,pdata 
+0x3f6d 014106 store 1 ,mem_mouse_z_data 
+0x3f6e 014107 rtn 
+:      014108 mouse_wheel_back:
+0x3f6f 014109 jam 0 ,mem_mouse_z_data_count 
+0x3f70 014110 fetch 1 ,mem_mouse_z_data 
+0x3f71 014111 increase -1 ,pdata 
+0x3f72 014112 store 1 ,mem_mouse_z_data 
+0x3f73 014113 rtn 
+:      014116 mouse_hid_connected:
+0x3f74 014117 setarg hid_handshake_timeout 
+0x3f75 014118 store 1 ,mem_hid_handshake_timer_count 
+0x3f76 014119 rtn 
+:      014121 mouse_send_process:
+0x3f77 014122 fetch 1 ,mem_app_handshake_flag 
+0x3f78 014123 rtn blank 
+0x3f79 014124 call l2cap_malloc_is_fifo_nearly_full 
+0x3f7a 014125 nrtn blank 
+0x3f7b 014126 fetch mouse_flag_len ,mem_mouse_flag 
+0x3f7c 014127 bbit1 mosue_24g_pairing_flag ,mouse_send_empty_data 
+0x3f7d 014128 bbit1 mouse_select_device_flag ,mouse_send_empty_data 
+0x3f7e 014129 bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
+0x3f7f 014130 call mouse_motion 
+0x3f80 014131 nrtn user 
+:      014132 mouse_send_data:
+0x3f81 014133 arg 9 ,rega 
+0x3f82 014134 call hid_malloc_tx_buff 
+0x3f83 014135 fetch 2 ,mem_hid_int_remote_cid 
+0x3f84 014136 istore 2 ,contw 
+0x3f85 014137 setarg 0x02a1 
+0x3f86 014138 istore 2 ,contw 
+0x3f87 014139 fetch 7 ,mem_mouse_key 
+0x3f88 014140 istore 7 ,contw 
+0x3f89 014141 rtn 
+:      014144 mouse_send_empty_data:
+0x3f8a 014145 setarg 0 
+0x3f8b 014146 store 7 ,mem_mouse_key 
+0x3f8c 014147 branch mouse_send_data 
+:      014150 mouse_no_data_timer_init:
+0x3f8d 014151 fetch 2 ,mem_mouse_no_data_timeout 
+0x3f8e 014152 store 2 ,mem_mouse_no_data_timer 
+0x3f8f 014153 rtn 
+:      014156 mouse_fill_data_le:
+0x3f90 014157 bpatch patch1c_5 ,mem_patch1c 
+0x3f91 014158 arg 7 ,rega 
+0x3f92 014159 fetcht 2 ,mem_le_notify_handle 
+0x3f93 014160 call le_att_malloc_tx_notify 
+0x3f94 014161 fetch 7 ,mem_mouse_key 
+0x3f95 014162 istore 7 ,contw 
+0x3f96 014163 rtn 
+:      014165 mouse_motion:
+0x3f97 014166 bpatch patch1c_6 ,mem_patch1c 
+0x3f98 014167 disable user 
+0x3f99 014168 setarg 0 
+0x3f9a 014169 store 6 ,mem_mouse_x 
+0x3f9b 014170 call mouse_cheak_sensor_data 
+0x3f9c 014171 call mouse_zwheel 
+0x3f9d 014172 call mouse_t_zwheel 
+0x3f9e 014173 call mouse_key 
+0x3f9f 014174 nrtn user 
+0x3fa0 014175 call mouse_no_data_timer_init 
+0x3fa1 014176 arg mouse_statue_up_flag ,queue 
+0x3fa2 014177 branch mouse_enable_function_flag 
+:      014179 motion_6clk_direction_dispose:
+0x3fa3 014180 fetch 2 ,mem_mouse_x 
+0x3fa4 014181 sub pdata ,0 ,pdata 
+0x3fa5 014182 store 2 ,mem_mouse_x 
+0x3fa6 014183 branch enable_user 
+:      014184 motion_12clk_direction_dispose:
+0x3fa7 014185 fetch 2 ,mem_mouse_y 
+0x3fa8 014186 sub pdata ,0 ,pdata 
+0x3fa9 014187 store 2 ,mem_mouse_y 
+0x3faa 014188 branch enable_user 
+:      014189 motion_9clk_direction_dispose:
+0x3fab 014190 fetch 2 ,mem_mouse_y 
+0x3fac 014191 sub pdata ,0 ,pdata 
+0x3fad 014192 store 2 ,mem_mouse_y 
+0x3fae 014193 fetch 2 ,mem_mouse_x 
+0x3faf 014194 sub pdata ,0 ,pdata 
+0x3fb0 014195 store 2 ,mem_mouse_x 
+0x3fb1 014196 call mouse_sensor_data_swap_places 
+0x3fb2 014197 branch enable_user 
+:      014198 motion_3clk_direction_dispose:
+0x3fb3 014199 call mouse_sensor_data_swap_places 
+0x3fb4 014200 branch enable_user 
+:      014201 mouse_cheak_sensor_data:
+0x3fb5 014202 fetch 1 ,mem_spi_write_flash_sm 
+0x3fb6 014203 rtnne flash_sm_no_buys 
+0x3fb7 014204 fetch 1 ,mem_config_sensor_type 
+0x3fb8 014205 beq p3205 ,mouse_p32xx_sensor_motion 
+0x3fb9 014206 beq p3065 ,mouse_p32xx_sensor_motion 
+0x3fba 014207 beq ka8 ,mouse_p32xx_sensor_motion 
+0x3fbb 014208 beq p3204 ,mouse_p32xx_sensor_motion 
+0x3fbc 014209 beq p3212 ,mouse_p3212_sensor_motion 
+0x3fbd 014210 beq p3610 ,mouse_p3610_sensor_motion 
+0x3fbe 014211 beq p3065_xy ,mouse_p32xx_sensor_motion 
+0x3fbf 014212 branch mouse_p32xx_sensor_motion 
+:      014214 mouse_clear_sensor_data:
+0x3fc0 014215 fetch 1 ,mem_mouse_move_flag 
+0x3fc1 014216 call mouse_read_sensor_common ,blank 
+0x3fc2 014217 jam 1 ,mem_mouse_move_flag 
+0x3fc3 014218 rtn 
+:      014221 mouse_p3212_sensor_motion:
+0x3fc4 014222 call mouse_clear_sensor_data 
+0x3fc5 014223 fetcht 1 ,mem_sensor_data_gpio 
+0x3fc6 014224 call gpio_get_bit 
+0x3fc7 014225 nrtn true 
+:      014226 mouse_p3212_sensor_motion_1:
+0x3fc8 014227 setarg pan_reg_pid_l 
+0x3fc9 014228 call twspi_read 
+0x3fca 014229 bne p32xx_id1 ,mouse_twspi_reset 
+0x3fcb 014230 setarg pan_reg_motion_staus 
+0x3fcc 014231 call twspi_read 
+0x3fcd 014232 rtnbit0 7 
+0x3fce 014233 call mouse_read_sensor_common 
+0x3fcf 014234 call mouse_read_3212sensor_xy_high 
+0x3fd0 014235 store 1 ,mem_mouse_xy_h 
+0x3fd1 014236 rshift4 pdata ,pdata 
+0x3fd2 014237 call extsign_bit3 
+0x3fd3 014238 store 1 ,mem_mouse_x + 1 
+0x3fd4 014239 fetch 1 ,mem_mouse_xy_h 
+0x3fd5 014240 and pdata ,0x0f ,pdata 
+0x3fd6 014241 call extsign_bit3 
+0x3fd7 014242 store 1 ,mem_mouse_y + 1 
+0x3fd8 014243 fetch 1 ,mem_config_sensor_angle 
+0x3fd9 014244 beq mouse_6clk_angle ,motion_6clk_direction_dispose 
+0x3fda 014245 beq mouse_9clk_angle ,motion_9clk_direction_dispose 
+0x3fdb 014246 beq mouse_12clk_angle ,motion_12clk_direction_dispose 
+0x3fdc 014247 beq mouse_3clk_angle ,motion_3clk_direction_dispose 
+0x3fdd 014248 rtn 
+:      014250 mouse_read_3212sensor_xy_high:
+0x3fde 014251 setarg 0x12 
+0x3fdf 014252 branch twspi_read 
+:      014254 mouse_p3065_judge:
+0x3fe0 014255 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
+0x3fe1 014256 branch mouse_twspi_reset 
+:      014258 mouse_p32xx_sensor_motion:
+0x3fe2 014259 call mouse_clear_sensor_data 
+0x3fe3 014260 disable user 
+0x3fe4 014261 fetcht 1 ,mem_sensor_data_gpio 
+0x3fe5 014262 call gpio_get_bit 
+0x3fe6 014263 nrtn true 
+:      014264 mouse_p32xx_sensor_motion_2:
+0x3fe7 014265 setarg pan_reg_pid_l 
+0x3fe8 014266 call twspi_read 
+0x3fe9 014267 bne p32xx_id1 ,mouse_p3065_judge 
+:      014268 mouse_p32xx_sensor_motion_1:
+0x3fea 014269 setarg pan_reg_motion_staus 
+0x3feb 014270 call twspi_read 
+0x3fec 014271 rtnbit0 7 
+0x3fed 014272 call mouse_read_sensor_common 
+0x3fee 014273 fetch 1 ,mem_mouse_x 
+0x3fef 014274 call extsign 
+0x3ff0 014275 store 2 ,mem_mouse_x 
+0x3ff1 014276 fetch 1 ,mem_mouse_y 
+0x3ff2 014277 call extsign 
+0x3ff3 014278 store 2 ,mem_mouse_y 
+0x3ff4 014279 fetch 1 ,mem_config_sensor_angle 
+0x3ff5 014280 beq mouse_6clk_angle ,motion32xx_6clk_direction_selection 
+0x3ff6 014281 beq mouse_9clk_angle ,motion32xx_9clk_direction_selection 
+0x3ff7 014282 beq mouse_12clk_angle ,motion32xx_12clk_direction_selection 
+0x3ff8 014283 beq mouse_3clk_angle ,motion32xx_3clk_direction_selection 
+0x3ff9 014284 rtn 
+:      014286 motion32xx_6clk_direction_selection:
+0x3ffa 014287 call motion_6clk_direction_dispose 
+0x3ffb 014288 branch mouse_sensor_sdio_low 
+:      014289 motion32xx_9clk_direction_selection:
+0x3ffc 014290 call motion_9clk_direction_dispose 
+0x3ffd 014291 branch mouse_sensor_sdio_low 
+:      014292 motion32xx_12clk_direction_selection:
+0x3ffe 014293 call motion_12clk_direction_dispose 
+0x3fff 014294 branch mouse_sensor_sdio_low 
+:      014295 motion32xx_3clk_direction_selection:
+0x4000 014296 call motion_3clk_direction_dispose 
+0x4001 014297 branch mouse_sensor_sdio_low 
+:      014299 mouse_sensor_data_swap_places:
+0x4002 014300 fetch 2 ,mem_mouse_y 
+0x4003 014301 fetcht 2 ,mem_mouse_x 
+0x4004 014302 store 2 ,mem_mouse_x 
+0x4005 014303 storet 2 ,mem_mouse_y 
+0x4006 014304 rtn 
+:      014306 mouse_p3610sensor_read:
+0x4007 014307 call spi_ncs_enable 
+0x4008 014308 nop 100 
+0x4009 014309 copy regb ,pdata 
+0x400a 014310 call twspi_read 
+0x400b 014311 copy pdata ,regb 
+0x400c 014312 call spi_ncs_disable 
+0x400d 014313 nop 100 
+0x400e 014314 copy regb ,pdata 
+0x400f 014315 rtn 
+:      014316 mouse_p3610_sensor_motion:
+0x4010 014317 disable user 
+0x4011 014318 fetcht 1 ,mem_sensor_data_gpio 
+0x4012 014319 call gpio_get_bit 
+0x4013 014320 nrtn true 
+0x4014 014321 arg pan_reg_motion_staus ,regb 
+0x4015 014322 call mouse_p3610sensor_read 
+0x4016 014323 rtnbit0 7 
+0x4017 014324 arg pan_reg_pid_l ,regb 
+0x4018 014325 call mouse_p3610sensor_read 
+0x4019 014326 store 1 ,mem_sensor_id1 
+0x401a 014327 bne p3610_id1 ,mouse_init_3610sensor_reset 
+0x401b 014328 fetch 1 ,mem_mouse_move_flag 
+0x401c 014329 call mouse_read_sensor3610_data ,blank 
+0x401d 014330 jam 1 ,mem_mouse_move_flag 
+0x401e 014331 call mouse_read_sensor3610_data 
+0x401f 014332 fetch 1 ,mem_mouse_xy_h 
+0x4020 014333 rshift4 pdata ,pdata 
+0x4021 014334 call extsign_bit3 
+0x4022 014335 store 1 ,mem_mouse_x + 1 
+0x4023 014336 fetch 1 ,mem_mouse_xy_h 
+0x4024 014337 and pdata ,0x0f ,pdata 
+0x4025 014338 call extsign_bit3 
+0x4026 014339 store 1 ,mem_mouse_y + 1 
+0x4027 014340 fetch 1 ,mem_config_sensor_angle 
+0x4028 014341 beq 0 ,motion3610_6clk_direction_selection 
+0x4029 014342 beq 1 ,motion3610_9clk_direction_selection 
+0x402a 014343 beq 2 ,motion3610_12clk_direction_selection 
+0x402b 014344 beq 3 ,motion3610_3clk_direction_selection 
+0x402c 014345 rtn 
+:      014347 mouse_3610_smart_select:
+0x402d 014348 fetch 1 ,mem_sensor_smart_flag 
+0x402e 014349 beq p3610_smart_enable ,mouse_3610_smart_disable 
+0x402f 014350 beq p3610_smart_disable ,mouse_3610_smart_enable 
+0x4030 014351 rtn 
+:      014354 motion3610_6clk_direction_selection:
+0x4031 014355 call motion_6clk_direction_dispose 
+0x4032 014356 branch mouse_3610_smart_select 
+:      014358 motion3610_12clk_direction_selection:
+0x4033 014359 call motion_12clk_direction_dispose 
+0x4034 014360 branch mouse_3610_smart_select 
+:      014362 motion3610_9clk_direction_selection:
+0x4035 014363 call motion_9clk_direction_dispose 
+0x4036 014364 branch mouse_3610_smart_select 
+:      014366 motion3610_3clk_direction_selection:
+0x4037 014367 call motion_3clk_direction_dispose 
+0x4038 014368 branch mouse_3610_smart_select 
+:      014370 mouse_read_sensor3610_data:
+0x4039 014371 call spi_ncs_enable 
+0x403a 014372 call mouse_read_sensor_common 
+0x403b 014373 arg 5 ,pdata 
+0x403c 014374 call twspi_read 
+0x403d 014375 store 1 ,mem_mouse_xy_h 
+0x403e 014376 arg 7 ,pdata 
+0x403f 014377 call twspi_read 
+0x4040 014378 store 1 ,mem_sensor_shutter_hi 
+0x4041 014379 arg 8 ,pdata 
+0x4042 014380 call twspi_read 
+0x4043 014381 store 1 ,mem_sensor_shutter_lo 
+0x4044 014382 branch spi_ncs_disable 
+:      014385 mouse_3610_smart_enable:
+0x4045 014386 fetch 1 ,mem_sensor_shutter_hi 
+0x4046 014387 rtnne 0 
+0x4047 014388 fetch 1 ,mem_sensor_shutter_lo 
+0x4048 014389 sub pdata ,45 ,null 
+0x4049 014390 rtn positive 
+0x404a 014391 jam p3610_smart_enable ,mem_sensor_smart_flag 
+0x404b 014392 setarg 0xba41 
+0x404c 014393 call sensor_write 
+0x404d 014394 setarg 0x0032 
+0x404e 014395 call sensor_write 
+0x404f 014396 setarg 0xb541 
+0x4050 014397 branch sensor_write 
+:      014398 mouse_3610_smart_disable:
+0x4051 014399 fetch 1 ,mem_sensor_shutter_hi 
+0x4052 014400 rtnne 0 
+0x4053 014401 fetch 1 ,mem_sensor_shutter_lo 
+0x4054 014402 sub pdata ,45 ,null 
+0x4055 014403 nrtn positive 
+0x4056 014404 jam p3610_smart_disable ,mem_sensor_smart_flag 
+0x4057 014405 setarg 0xba41 
+0x4058 014406 call sensor_write 
+0x4059 014407 setarg 0x8032 
+0x405a 014408 call sensor_write 
+0x405b 014409 setarg 0xb541 
+0x405c 014410 branch sensor_write 
+:      014414 mouse_read_sensor_common:
+0x405d 014415 arg pan_reg_delta_x ,pdata 
+0x405e 014416 call twspi_read 
+0x405f 014417 store 2 ,mem_mouse_x 
+0x4060 014418 arg pan_reg_delta_y ,pdata 
+0x4061 014419 call twspi_read 
+0x4062 014420 store 2 ,mem_mouse_y 
+0x4063 014421 rtn 
+:      014423 mouse_set_qdecoder_x:
+0x4064 014424 arg mouse_default_xa_gpio ,temp 
+0x4065 014425 call gpio_config_input 
+0x4066 014426 arg mouse_default_xa_gpio ,temp 
+0x4067 014427 call gpio_get_bit 
+0x4068 014428 rtn true 
+0x4069 014429 hfetch 1 ,core_qdec_cntx 
+0x406a 014430 set1 4 ,pdata 
+0x406b 014431 hstore 1 ,core_qdec_cntx 
+0x406c 014432 rtn 
+:      014434 mouse_hardware_zwheel:
+0x406d 014435 fetcht 1 ,mem_mouse_z_data 
+0x406e 014436 hfetch 1 ,core_qdec_cntx 
+0x406f 014437 iadd temp ,pdata 
+0x4070 014438 rtn blank 
+0x4071 014439 store 1 ,mem_mouse_z 
+0x4072 014440 jam 0 ,mem_mouse_z_data 
+0x4073 014441 branch enable_user 
+:      014442 mouse_hardware_zwheel_beforelpm:
+0x4074 014443 fetcht 1 ,mem_mouse_z_data 
+0x4075 014444 hfetch 1 ,core_qdec_cntx 
+0x4076 014445 iadd temp ,pdata 
+0x4077 014446 store 1 ,mem_mouse_z_data 
+0x4078 014447 rtn 
+:      014448 mouse_zwheel:
+0x4079 014449 fetch 1 ,mem_mouse_z_data 
+0x407a 014450 rtn blank 
+0x407b 014451 store 1 ,mem_mouse_z 
+0x407c 014452 jam 0 ,mem_mouse_z_data 
+0x407d 014453 branch enable_user 
+:      014455 mouse_t_zwheel:
+0x407e 014456 fetch 1 ,mem_mouse_tz_data 
+0x407f 014457 rtn blank 
+0x4080 014458 store 1 ,mem_mouse_tz 
+0x4081 014459 jam 0 ,mem_mouse_tz_data 
+0x4082 014460 branch enable_user 
+:      014462 mouse_check_key_gpio:
+0x4083 014463 arg 0 ,rega 
+0x4084 014464 fetcht 1 ,mem_lbutton_gpio 
+0x4085 014465 call gpio_get_bit 
+0x4086 014466 setflag true ,0 ,rega 
+0x4087 014467 fetcht 1 ,mem_rbutton_gpio 
+0x4088 014468 call gpio_get_bit 
+0x4089 014469 setflag true ,1 ,rega 
+0x408a 014470 fetcht 1 ,mem_mbutton_gpio 
+0x408b 014471 call gpio_get_bit 
+0x408c 014472 setflag true ,2 ,rega 
+0x408d 014473 call mouse_check_s_key_gpio 
+0x408e 014474 copy rega ,pdata 
+0x408f 014475 rtn 
+:      014476 mouse_check_s_key_gpio:
+0x4090 014477 fetch 1 ,mem_bk_button_gpio 
+0x4091 014478 rtneq gpio_disable 
+0x4092 014479 fetcht 1 ,mem_bk_button_gpio 
+0x4093 014480 call gpio_get_bit 
+0x4094 014481 setflag true ,3 ,rega 
+0x4095 014482 fetcht 1 ,mem_fw_button_gpio 
+0x4096 014483 call gpio_get_bit 
+0x4097 014484 setflag true ,4 ,rega 
+0x4098 014485 rtn 
+:      014487 mouse_key:
+0x4099 014488 call mouse_check_key_gpio 
+0x409a 014489 call mouse_set_mult 
+0x409b 014490 call mouse_24g_key 
+0x409c 014491 copy rega ,pdata 
+0x409d 014492 fetcht 1 ,mem_mouse_key 
+0x409e 014493 store 1 ,mem_mouse_key 
+0x409f 014494 ixor temp ,pdata 
+0x40a0 014495 sub pdata ,0 ,null 
+0x40a1 014496 rtn zero 
+0x40a2 014497 branch enable_user 
+:      014499 mouse_24g_key:
+0x40a3 014500 rtnmark0 mark_24g 
+0x40a4 014501 copy rega ,pdata 
+0x40a5 014502 rtn blank 
+0x40a6 014503 store 1 ,mem_mouse_key 
+0x40a7 014504 branch enable_user 
+:      014507 mouse_set_mult:
+0x40a8 014508 fetch 2 ,mem_ui_state_map 
+0x40a9 014509 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
+0x40aa 014510 fetch 2 ,mem_ui_state_map 
+0x40ab 014511 bbit1 ui_state_bt_connected ,mouse_set_bt_mult 
+0x40ac 014512 rtn 
+:      014513 mouse_set_ble_mult:
+0x40ad 014514 copy rega ,pdata 
+0x40ae 014515 nbranch le_set_config_short_mult ,blank 
+0x40af 014516 branch le_clr_config_short_mult 
+:      014517 mouse_set_bt_mult:
+0x40b0 014518 copy rega ,pdata 
+0x40b1 014519 nbranch classic_bt_set_mult_short_flag ,blank 
+0x40b2 014520 branch classic_bt_clr_mult_short_flag 
+:      014523 mouse_sensor_sdio_low:
+0x40b3 014524 bpatch patch1c_7 ,mem_patch1c 
+0x40b4 014525 arg mouse_spi1_sdio_gpio ,temp 
+0x40b5 014526 fetch mouse_flag_len ,mem_mouse_flag 
+0x40b6 014527 isolate1 mouse_enable_spi2 ,pdata 
+0x40b7 014528 call mouse_sensor_sdio_low2 ,true 
+0x40b8 014529 call gpio_get_bit 
+0x40b9 014530 rtn true 
+0x40ba 014531 setarg 0x0a 
+0x40bb 014532 call twspi_read 
+0x40bc 014533 nop 1000 
+0x40bd 014534 branch mouse_sensor_sdio_low 
+:      014535 mouse_sensor_sdio_low2:
+0x40be 014536 arg mouse_spi2_sdio_gpio ,temp 
+0x40bf 014537 rtn 
+:      014539 mouse_spi_sdio_gpio_pollup:
+0x40c0 014540 fetch mouse_flag_len ,mem_mouse_flag 
+0x40c1 014541 bbit1 mouse_enable_spi2 ,mouse_spi2_sdio_gpio_pollup 
+:      014542 mouse_spi1_sdio_gpio_pollup:
+0x40c2 014543 arg mouse_spi1_sdio_gpio ,temp 
+0x40c3 014544 branch gpio_config_input_without_wake 
+:      014545 mouse_spi2_sdio_gpio_pollup:
+0x40c4 014546 arg mouse_spi2_sdio_gpio ,temp 
+0x40c5 014547 branch gpio_config_input_without_wake 
+:      014550 mouse_init_sunt:
+0x40c6 014551 call mouse_spi_init 
+0x40c7 014552 rtn wake 
+0x40c8 014553 call mouse_spi_sdio_gpio_pollup 
+0x40c9 014554 fetch 1 ,mem_config_sensor_type 
+0x40ca 014555 beq p3610 ,mouse_init_3610sensor 
+:      014556 mouse_init_sensor:
+0x40cb 014557 call mouse_read_sensor_id 
+0x40cc 014558 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+0x40cd 014559 beq p3065_id1 ,mouse_p3065_init_param 
+0x40ce 014560 call mouse_twspi_reset 
+0x40cf 014561 nop 1000 
+0x40d0 014562 branch mouse_init_sensor 
+:      014563 mouse_twspi_reset:
+0x40d1 014564 bpatch patch1d_0 ,mem_patch1d 
+0x40d2 014565 fetch mouse_flag_len ,mem_mouse_flag 
+0x40d3 014566 bbit1 mouse_enable_spi2 ,twspi_reset2 
+0x40d4 014567 branch twspi_reset 
+:      014569 mouse_init_3610sensor:
+0x40d5 014570 call mouse_read_sensor_id 
+0x40d6 014571 beq p3610_id1 ,mouse_init_p3610 
+0x40d7 014572 call mouse_init_3610sensor_reset 
+0x40d8 014573 branch mouse_init_3610sensor 
+:      014575 mouse_read_sensor_id:
+0x40d9 014576 setarg pan_reg_pid_h 
+0x40da 014577 call twspi_read 
+0x40db 014578 store 1 ,mem_sensor_id2 
+0x40dc 014579 setarg pan_reg_pid_l 
+0x40dd 014580 call twspi_read 
+0x40de 014581 store 1 ,mem_sensor_id1 
+0x40df 014582 rtn 
+:      014583 mouse_init_p32xx_id2_judge:
+0x40e0 014584 fetch 1 ,mem_sensor_id2 
+0x40e1 014585 beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
+0x40e2 014586 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
+0x40e3 014587 beq p3212_id2 ,mouse_3212_init_param 
+0x40e4 014588 beq pka8_id2 ,mouse_ka8_init_param 
+0x40e5 014589 rtn 
+:      014590 mouse_ka8_init_param:
+0x40e6 014591 jam ka8 ,mem_config_sensor_type 
+0x40e7 014592 rtn 
+:      014593 mouse_p3065xy_init_param:
+0x40e8 014594 jam p3065_xy ,mem_config_sensor_type 
+0x40e9 014595 rtn 
+:      014596 mouse_p3065_init_param:
+0x40ea 014597 fetch 1 ,mem_sensor_id2 
+0x40eb 014598 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0x40ec 014599 jam p3065 ,mem_config_sensor_type 
+0x40ed 014600 rtn 
+:      014601 mouse_3212_init_param:
+0x40ee 014602 jam p3212 ,mem_config_sensor_type 
+0x40ef 014603 call mouse_sensor_disable_wp 
+0x40f0 014604 setarg 0x3426 
+0x40f1 014605 call twspi_write 
+0x40f2 014606 setarg 0x0419 
+0x40f3 014607 call twspi_write 
+:      014608 mouse_sensor_enable_wp:
+0x40f4 014609 setarg 0x0009 
+0x40f5 014610 branch twspi_write 
+:      014611 mouse_sensor_disable_wp:
+0x40f6 014612 setarg 0x5a09 
+0x40f7 014613 branch twspi_write 
+:      014615 mouse_3204_3l_init_param:
+0x40f8 014616 jam p3204 ,mem_config_sensor_type 
+0x40f9 014617 call mouse_sensor_disable_wp 
+0x40fa 014618 setarg 0x0f0d 
+0x40fb 014619 call twspi_write 
+0x40fc 014620 setarg 0xe31d 
+0x40fd 014621 call twspi_write 
+0x40fe 014622 setarg 0xd27d 
+0x40ff 014623 call twspi_write 
+0x4100 014624 call mouse_32xx_init_param 
+0x4101 014625 branch mouse_32xx_init_param_1 
+:      014627 mouse_32xx_init_param:
+0x4102 014628 setarg 0x351b 
+0x4103 014629 call twspi_write 
+0x4104 014630 setarg 0xb428 
+0x4105 014631 call twspi_write 
+0x4106 014632 setarg 0x4629 
+0x4107 014633 call twspi_write 
+0x4108 014634 setarg 0x962a 
+0x4109 014635 call twspi_write 
+0x410a 014636 setarg 0x8c2b 
+0x410b 014637 call twspi_write 
+0x410c 014638 setarg 0x6e2c 
+0x410d 014639 call twspi_write 
+0x410e 014640 setarg 0x642d 
+0x410f 014641 call twspi_write 
+0x4110 014642 setarg 0x5f38 
+0x4111 014643 call twspi_write 
+0x4112 014644 setarg 0x0f39 
+0x4113 014645 call twspi_write 
+0x4114 014646 setarg 0x323a 
+0x4115 014647 call twspi_write 
+0x4116 014648 setarg 0x473b 
+0x4117 014649 call twspi_write 
+0x4118 014650 setarg 0x1042 
+0x4119 014651 branch twspi_write 
+:      014652 mouse_32xx_init_param_1:
+0x411a 014653 setarg 0x2e54 
+0x411b 014654 call twspi_write 
+0x411c 014655 setarg 0xf255 
+0x411d 014656 call twspi_write 
+0x411e 014657 setarg 0xf461 
+0x411f 014658 call twspi_write 
+0x4120 014659 setarg 0x7063 
+0x4121 014660 call twspi_write 
+0x4122 014661 setarg 0x5275 
+0x4123 014662 call twspi_write 
+0x4124 014663 setarg 0x4176 
+0x4125 014664 call twspi_write 
+0x4126 014665 setarg 0xed77 
+0x4127 014666 call twspi_write 
+0x4128 014667 setarg 0x2378 
+0x4129 014668 call twspi_write 
+0x412a 014669 setarg 0x4679 
+0x412b 014670 call twspi_write 
+0x412c 014671 setarg 0xe57a 
+0x412d 014672 call twspi_write 
+0x412e 014673 setarg 0x487c 
+0x412f 014674 call twspi_write 
+0x4130 014675 setarg 0x777e 
+0x4131 014676 call twspi_write 
+0x4132 014677 setarg 0x017f 
+0x4133 014678 call twspi_write 
+0x4134 014679 setarg 0x000b 
+0x4135 014680 call twspi_write 
+0x4136 014681 setarg 0x007f 
+0x4137 014682 call twspi_write 
+0x4138 014683 branch mouse_sensor_enable_wp 
+:      014686 mouse_3205_3t_init_param:
+0x4139 014687 jam p3205 ,mem_config_sensor_type 
+0x413a 014688 call mouse_sensor_disable_wp 
+0x413b 014689 setarg 0x100d 
+0x413c 014690 call twspi_write 
+0x413d 014691 setarg 0xed1d 
+0x413e 014692 call twspi_write 
+0x413f 014693 setarg 0x807d 
+0x4140 014694 call twspi_write 
+0x4141 014695 call mouse_32xx_init_param 
+0x4142 014696 setarg 0x0943 
+0x4143 014697 call twspi_write 
+0x4144 014698 branch mouse_32xx_init_param_1 
+:      014701 mouse_init_3610sensor_reset:
+0x4145 014702 fetcht 1 ,mem_sensor_reset_gpio 
+0x4146 014703 call gpio_out_active 
+0x4147 014704 call delay_10ms 
+0x4148 014705 fetcht 1 ,mem_sensor_reset_gpio 
+0x4149 014706 call gpio_out_inactive 
+0x414a 014707 branch delay_10ms 
+:      014709 mouse_init_p3610:
+0x414b 014710 jam p3610 ,mem_config_sensor_type 
+0x414c 014711 setarg 0xba41 
+0x414d 014712 call sensor_write 
+0x414e 014713 setarg 0x0d11 
+0x414f 014714 call sensor_write 
+0x4150 014715 setarg 0x041b 
+0x4151 014716 call sensor_write 
+0x4152 014717 setarg 0x041c 
+0x4153 014718 call sensor_write 
+0x4154 014719 setarg 0x0f1d 
+0x4155 014720 call sensor_write 
+0x4156 014721 setarg 0x0032 
+0x4157 014722 call sensor_write 
+0x4158 014723 setarg 0xb541 
+0x4159 014724 branch sensor_write 
+:      014728 mouse_set_sensor_reg:
+0x415a 014729 setarg 0xba41 
+0x415b 014730 call sensor_write 
+0x415c 014731 nop 4000 
+0x415d 014732 setarg 0xff7f 
+0x415e 014733 call sensor_write 
+0x415f 014734 copy rega ,pdata 
+0x4160 014735 call sensor_write 
+0x4161 014736 setarg 0x007f 
+0x4162 014737 call sensor_write 
+0x4163 014738 setarg 0xb541 
+0x4164 014739 branch sensor_write 
+:      014741 extsign:
+0x4165 014742 rtnbit0 7 
+0x4166 014743 arg 0xff00 ,temp 
+0x4167 014744 ior temp ,pdata 
+0x4168 014745 rtn 
+:      014747 extsign_bit3:
+0x4169 014748 rtnbit0 3 
+0x416a 014749 arg 0xf0 ,temp 
+0x416b 014750 ior temp ,pdata 
+0x416c 014751 rtn 
+:      014754 mouse_le:
+0x416d 014755 call le_fifo_check_nearly_full 
+0x416e 014756 nrtn blank 
+0x416f 014757 fetch 1 ,mem_le_connect_status_flag 
+0x4170 014758 and pdata ,0x03 ,pdata 
+0x4171 014759 rtnne 0x03 
+0x4172 014760 fetch mouse_flag_len ,mem_mouse_flag 
+0x4173 014761 bbit1 mosue_24g_pairing_flag ,mouse_le_send_empty_packet 
+0x4174 014762 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0x4175 014763 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x4176 014764 call mouse_motion 
+0x4177 014765 nrtn user 
+0x4178 014766 branch mouse_fill_data_le 
+:      014768 mouse_le_send_empty_packet:
+0x4179 014769 setarg 0 
+0x417a 014770 store 7 ,mem_mouse_key 
+0x417b 014771 branch mouse_fill_data_le 
+:      014773 mouse_priority_bb_event:
+0x417c 014774 copy regc ,pdata 
+0x417d 014775 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
+0x417e 014776 beq bt_evt_bb_connected ,mouse_stop_discovery 
+0x417f 014777 beq bt_evt_le_disconnected ,mouse_bb_disconnected 
+0x4180 014778 beq bt_evt_bb_disconnected ,mouse_bb_disconnected 
+0x4181 014779 beq bt_evt_setup_complete ,mouse_bt_event_setup_complete 
+0x4182 014780 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+0x4183 014781 beq bt_evt_hid_handshake ,mouse_bt_hid_handshake 
+0x4184 014782 beq bt_evt_hid_connected ,mouse_bt_hid_connected 
+0x4185 014783 beq bt_evt_reconn_failed ,mouse_bb_event_reconn_failed 
+0x4186 014784 beq bt_evt_reconn_page_timeout ,mouse_bb_event_reconn_timeout 
+0x4187 014785 beq bt_evt_pincode_req ,mouse_bb_event_pincode 
+0x4188 014786 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
+0x4189 014787 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+0x418a 014788 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
+0x418b 014789 beq bt_evt_le_pairing_complete ,mouse_le_pairing_complete 
+0x418c 014790 beq bt_evt_virtual_cable_unplug ,mouse_irtual_cable_unplug 
+0x418d 014791 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
+0x418e 014792 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
+0x418f 014793 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
+0x4190 014794 rtn 
+:      014797 mouse_le_pairing_complete:
+0x4191 014798 branch app_ble_store_reconn_info 
+:      014800 mouse_24g_attempt_fail:
+0x4192 014801 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x4193 014802 fetch 1 ,mem_reconn_times 
+0x4194 014803 nbranch mouse_polling_device ,blank 
+0x4195 014804 fetch 1 ,mem_device_flag 
+0x4196 014805 fetcht 1 ,mem_24g_device_number 
+0x4197 014806 isub temp ,null 
+0x4198 014807 branch app_enter_hibernate ,zero 
+0x4199 014808 rtn 
+:      014809 mouse_24g_attempt_success:
+0x419a 014810 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x419b 014811 rtn 
+:      014812 mouse_24g_pairing_complete:
+0x419c 014813 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x419d 014814 arg mosue_24g_pairing_flag ,queue 
+0x419e 014815 call mouse_disable_function_flag 
+0x419f 014816 setarg 0 
+0x41a0 014817 store 2 ,mem_24g_pairing_timer_count 
+0x41a1 014818 jam 0 ,mem_mouse_move_flag 
+0x41a2 014820 fetch 1 ,mem_config_sensor_type 
+0x41a3 014821 sub pdata ,p3610 ,null 
+0x41a4 014822 call mouse_read_sensor3610_data ,zero 
+0x41a5 014823 ncall mouse_read_sensor_common ,zero 
+0x41a6 014825 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
+0x41a7 014826 bbit1 mouse_enable_flash ,mouse_store_flash_24g_address 
+0x41a8 014827 call mouse_set_24g_addr_eeprom 
+0x41a9 014828 branch iicd_write_protect_eep_data 
+:      014830 mouse_set_24g_addr_eeprom:
+0x41aa 014831 call g24_head_ptr2regc 
+0x41ab 014832 add regc ,offset_24g_addr ,rega 
+0x41ac 014833 arg mouse_g24_addr_eeprom_offect ,regb 
+0x41ad 014834 arg 4 ,temp 
+0x41ae 014835 rtn 
+:      014837 mouse_store_flash_24g_address:
+0x41af 014838 call g24_head_ptr2regc 
+0x41b0 014839 add regc ,offset_24g_addr ,regb 
+0x41b1 014840 ifetch 1 ,regb 
+0x41b2 014841 store 1 ,mem_mouse_24g_addr 
+0x41b3 014842 branch mouse_store_flash_device_info 
+:      014845 mouse_le_pairing_success:
+0x41b4 014846 arg ll_pairing_success_flag ,queue 
+0x41b5 014847 branch mouse_le_enable_connect_flag 
+:      014848 mouse_le_ll_start_encryt:
+0x41b6 014849 jam 2 ,mem_le_start_encrypt_timer 
+0x41b7 014850 arg ll_start_enc_flag ,queue 
+0x41b8 014851 branch mouse_le_enable_connect_flag 
+:      014854 mouse_le_enable_connect_flag:
+0x41b9 014855 fetch 1 ,mem_le_connect_status_flag 
+0x41ba 014856 qset1 pdata 
+0x41bb 014857 store 1 ,mem_le_connect_status_flag 
+0x41bc 014858 rtn 
+:      014860 mouse_le_disable_connect_flag:
+0x41bd 014861 fetch 1 ,mem_le_connect_status_flag 
+0x41be 014862 qset0 pdata 
+0x41bf 014863 store 1 ,mem_le_connect_status_flag 
+0x41c0 014864 rtn 
+:      014865 mouse_le_clean_connect_flag:
+0x41c1 014866 jam 0 ,mem_le_connect_status_flag 
+0x41c2 014867 rtn 
+:      014869 mouse_le_bb_event_connected:
+0x41c3 014870 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x41c4 014871 set0 app_disc_by_button ,pdata 
+0x41c5 014872 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x41c6 014873 setarg 0 
+0x41c7 014874 store 2 ,mem_mouse_direct_timer 
+0x41c8 014875 call mouse_no_data_timer_init 
+0x41c9 014876 branch mouse_stop_discovery 
+:      014878 mouse_bb_event_pincode:
+0x41ca 014879 call pincode_reinit 
+0x41cb 014880 branch app_bt_set_pincode 
+:      014881 mouse_bb_event_reconn_timeout:
+:      014882 mouse_bb_event_reconn_failed:
+0x41cc 014883 fetch 1 ,mem_reconn_times 
+0x41cd 014884 nbranch mouse_polling_device ,blank 
+0x41ce 014885 fetch 2 ,mem_ui_state_map 
+0x41cf 014886 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x41d0 014887 fetch mouse_flag_len ,mem_mouse_flag 
+0x41d1 014888 bbit1 mouse_select_device_flag ,mouse_soft_reset 
+0x41d2 014889 bbit1 mouse_bt_discovery_button_down_flag ,mouse_start_discovery 
+0x41d3 014890 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
+0x41d4 014891 branch app_bb_hibernate 
+:      014894 mouse_bt_hid_connected:
+0x41d5 014895 branch mouse_hid_connected 
+:      014897 mouse_bt_event_setup_complete:
+0x41d6 014898 rtn 
+:      014900 mouse_soft_reset:
+0x41d7 014901 call mouse_select_device_enable 
+0x41d8 014902 branch soft_reset_chip 
+:      014904 mouse_bb_disconnected:
+0x41d9 014905 bpatch patch1d_1 ,mem_patch1d 
+0x41da 014906 call mouse_bb_discon_clear_stack 
+0x41db 014907 fetch mouse_flag_len ,mem_mouse_flag 
+0x41dc 014908 bbit1 mouse_select_device_flag ,mouse_soft_reset 
+0x41dd 014909 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
+0x41de 014910 fetch 1 ,mem_reconn_times 
+0x41df 014911 nbranch mouse_polling_device ,blank 
+0x41e0 014912 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x41e1 014913 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+0x41e2 014914 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x41e3 014915 bbit1 app_disc_after_pairing ,mouse_event_light_state_pairing 
+0x41e4 014916 bbit1 app_disc_after_reconn ,mouse_event_light_state_hibernate 
+0x41e5 014917 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+0x41e6 014918 branch mouse_start_discovery 
+:      014919 mouse_bb_discon_clear_stack:
+0x41e7 014920 setarg 0 
+0x41e8 014921 store 8 ,mem_wheel_tb_old_pinlevel 
+0x41e9 014922 istore 4 ,contw 
+0x41ea 014923 jam 0 ,mem_mouse_send_blank_timer 
+0x41eb 014924 jam 0 ,mem_mouse_move_flag 
+0x41ec 014925 jam app_handshake_null ,mem_app_handshake_flag 
+0x41ed 014926 jam 0 ,mem_ltk_exists 
+0x41ee 014927 rtn 
+:      014929 mouse_event_light_state_pairing:
+0x41ef 014930 bbit1 app_disc_after_handshake ,mouse_event_light_state_hibernate 
+0x41f0 014931 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+0x41f1 014932 branch mouse_start_discovery 
+:      014933 mouse_event_light_state_hibernate:
+0x41f2 014934 fetch 2 ,mem_ui_state_map 
+0x41f3 014935 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x41f4 014936 branch app_bb_hibernate 
+:      014938 mouse4_0_event_bb_disconn:
+0x41f5 014939 call mouse_le_clean_connect_flag 
+0x41f6 014940 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x41f7 014941 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x41f8 014942 branch app_bb_hibernate 
+:      014944 mouse_bb_event_timer:
+0x41f9 014945 call mouse_adc_read 
+0x41fa 014946 call mouse_24g_delay_timer 
+0x41fb 014947 call mouse_ban_24g_pairing_timer 
+0x41fc 014948 call mouse_dpi_led_blink_delay_timer 
+0x41fd 014949 call mouse_statue_up_timer 
+0x41fe 014951 call mouse_statue_cheak_timer 
+0x41ff 014952 call mouse_select_device 
+0x4200 014953 call mouse_bt_discovery_cheak 
+0x4201 014954 call mouse_low_voltage_led_timer 
+0x4202 014955 call mouse_sensor_led_contrl_timer 
+0x4203 014956 call mouse_check_hid_handshake_timer 
+0x4204 014957 call mouse_check_discovery_timeout_timer 
+0x4205 014958 call mouse_check_direct_timeout_timer 
+0x4206 014959 call mouse_check_no_data_timeout_timer 
+0x4207 014960 call mouse_check_mouse_state_timer 
+0x4208 014961 branch mouse_le_enable_att_list_timer 
+:      014965 mouse_sensor_led_contrl_timer:
+0x4209 014966 fetch 1 ,mem_mouse_sensor_timer_count 
+0x420a 014967 rtn blank 
+0x420b 014968 increase -1 ,pdata 
+0x420c 014969 store 1 ,mem_mouse_sensor_timer_count 
+0x420d 014970 nrtn blank 
+0x420e 014971 branch mouse_sensor_led_contrl 
+:      014972 mouse_sensor_led_contrl:
+0x420f 014973 fetch 1 ,mem_sensor_led_style 
+0x4210 014974 rtneq ui_led_state_blink_stop 
+0x4211 014975 beq ui_led_state_blink_darking ,mouse_sensor_led_blink_state_darking 
+:      014976 mouse_sensor_led_blink_state_lighting:
+0x4212 014977 call mouse_sensor_led_on 
+0x4213 014978 jam ui_led_state_blink_darking ,mem_sensor_led_style 
+0x4214 014979 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
+0x4215 014980 rtn 
+:      014981 mouse_sensor_led_blink_state_darking:
+0x4216 014982 call mouse_sensor_led_off 
+0x4217 014983 jam ui_led_state_blink_lighting ,mem_sensor_led_style 
+0x4218 014984 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
+0x4219 014985 rtn 
+:      014987 mouse_sensor_led_blink_stop:
+:      014988 mouse_sensor_reset:
+0x421a 014989 setarg 0x8006 
+0x421b 014990 call twspi_write 
+0x421c 014991 nop 1000 
+0x421d 014992 jam 0x00 ,mem_mouse_sensor_timer_count 
+0x421e 014993 jam ui_led_state_blink_stop ,mem_sensor_led_style 
+0x421f 014994 branch mouse_init_p32xx_id2_judge 
+:      014996 mouse_p3212sensor_led_on:
+0x4220 014997 setarg 0xa006 
+0x4221 014998 call twspi_write 
+0x4222 014999 setarg 0xa005 
+0x4223 015000 branch twspi_write 
+:      015001 mouse_sensor_led_on_global:
+0x4224 015002 jam 0 ,mem_mouse_sensor_timer_count 
+:      015003 mouse_sensor_led_on:
+0x4225 015004 fetch 1 ,mem_config_sensor_type 
+0x4226 015005 beq p3212 ,mouse_p3212sensor_led_on 
+0x4227 015006 setarg 0x0106 
+0x4228 015007 call twspi_write 
+0x4229 015008 setarg 0xa105 
+0x422a 015009 branch twspi_write 
+:      015011 mouse_sensor_led_off_global:
+0x422b 015012 jam 0 ,mem_mouse_sensor_timer_count 
+:      015013 mouse_sensor_led_off:
+0x422c 015014 setarg 0x0906 
+0x422d 015015 branch twspi_write 
+:      015016 mouse_sensor_start_blink:
+0x422e 015017 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
+0x422f 015018 jam ui_led_state_blink_start ,mem_sensor_led_style 
+0x4230 015019 rtn 
+:      015021 mouse_check_hid_handshake_timer:
+0x4231 015022 arg mem_hid_handshake_timer_count ,regc 
+0x4232 015023 arg mouse_bt_hid_handshake ,regb 
+0x4233 015024 branch timer_single_step 
+:      015026 mouse_check_discovery_timeout_timer:
+0x4234 015027 arg mem_mouse_discovery_timer ,regc 
+0x4235 015028 arg mouse_check_discovery_timeout ,regb 
+0x4236 015029 branch timer_single_step_2b 
+:      015031 mouse_check_direct_timeout_timer:
+0x4237 015032 arg mem_mouse_direct_timer ,regc 
+0x4238 015033 arg mouse_check_direct_timeout ,regb 
+0x4239 015034 branch timer_single_step_2b 
+:      015036 mouse_check_no_data_timeout_timer:
+0x423a 015037 arg mem_mouse_no_data_timer ,regc 
+0x423b 015038 arg mouse_check_no_data_timeout ,regb 
+0x423c 015039 branch timer_single_step_2b 
+:      015041 mouse_check_mouse_state_timer:
+0x423d 015042 arg mem_mouse_statue_led_timer ,regc 
+0x423e 015043 arg mouse_statue_led_off ,regb 
+0x423f 015044 branch timer_single_step 
+:      015048 mouse_le_enable_att_list_timer:
+0x4240 015049 arg mem_le_start_encrypt_timer ,regc 
+0x4241 015050 arg mouse_le_enable_att_list ,regb 
+0x4242 015051 branch timer_single_step 
+:      015053 mouse_24g_delay_timer:
+0x4243 015054 arg mem_24g_enter_lpm_timer ,regc 
+0x4244 015055 arg mouse_24g_delay ,regb 
+0x4245 015056 branch timer_single_step 
+:      015058 mouse_ban_24g_pairing_timer:
+0x4246 015059 arg mem_24g_pairing_timer_count ,regc 
+0x4247 015060 arg mouse_ban_24g_pairing ,regb 
+0x4248 015061 branch timer_single_step_2b 
+:      015062 mouse_ban_24g_pairing:
+:      015063 mouse_24g_delay:
+0x4249 015064 rtn 
+:      015067 mosue_dpi_led_blink_init:
+0x424a 015068 fetch mouse_flag_len ,mem_mouse_flag 
+0x424b 015069 rtnbit0 mouse_enable_dpi_led_blink 
+0x424c 015070 jam 10 ,mem_mouse_dpi_led_delay_count 
+0x424d 015071 fetch 1 ,mem_dpi_led_gpio 
+0x424e 015072 store 1 ,mem_mouse_struct_led_gpio 
+0x424f 015073 rtn 
+:      015076 mouse_dpi_led_blink_delay_timer:
+0x4250 015077 arg mem_mouse_dpi_led_delay_count ,regc 
+0x4251 015078 arg mouse_dpi_led_setting ,regb 
+0x4252 015079 branch timer_single_step 
+:      015080 mouse_dpi_led_setting:
+0x4253 015081 fetch 1 ,mem_dpi_led_gpio 
+0x4254 015082 store 1 ,mem_mouse_struct_led_gpio 
+0x4255 015083 setarg led_dpi_blink 
+0x4256 015084 store 2 ,mem_mouse_on_time 
+0x4257 015085 store 2 ,mem_mouse_off_time 
+0x4258 015086 arg 0 ,rega 
+0x4259 015087 fetcht 1 ,mem_mouse_dpi 
+0x425a 015088 increase 1 ,temp 
+0x425b 015089 storet 1 ,mem_mouse_blink_count 
+0x425c 015090 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x425d 015091 rtn 
+:      015093 mouse_le_enable_att_list:
+0x425e 015094 fetch 1 ,mem_le_connect_status_flag 
+0x425f 015095 rtnbit1 ll_pairing_success_flag 
+0x4260 015096 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x4261 015097 call ui_ipc_send_cmd 
+0x4262 015098 arg write_req_enable_flag ,queue 
+0x4263 015099 branch mouse_le_enable_connect_flag 
+:      015102 mouse_check_discovery_timeout:
+0x4264 015103 call mouse_stop_discovery 
+0x4265 015104 branch app_enter_hibernate 
+:      015106 mouse_check_direct_timeout:
+0x4266 015107 call app_ble_stop_direct_adv 
+0x4267 015108 fetch 1 ,mem_reconn_times 
+0x4268 015109 nbranch mouse_polling_device ,blank 
+0x4269 015110 branch app_enter_hibernate 
+:      015112 mouse_check_no_data_timeout:
+0x426a 015113 bmark1 mark_24g ,check_51cmd_hibernate 
+0x426b 015114 branch mouse_disconnect 
+:      015118 mouse_bb_event_discovery_btn:
+0x426c 015119 bpatch patch1d_2 ,mem_patch1d 
+0x426d 015120 jam 0 ,mem_mouse_send_blank_timer 
+0x426e 015121 call mouse_disconnect 
+0x426f 015122 call mouse_le_clean_connect_flag 
+0x4270 015123 branch mouse_start_discovery 
+:      015127 mouse3_0_check_reconn_target:
+0x4271 015128 fetch 6 ,mem_hci_plap 
+0x4272 015129 branch app_bt_start_discovery_short ,blank 
+0x4273 015130 call mouse_reconn_setting_led_gpio 
+0x4274 015131 jam 0x17 ,mem_connection_options 
+0x4275 015132 fetch 1 ,mem_ssp_enable 
+0x4276 015133 nbranch app_bt_start_reconnect ,blank 
+0x4277 015134 jam 0x04 ,mem_connection_options 
+0x4278 015135 branch app_bt_start_reconnect 
+:      015137 mouse4_0_check_reconn_target:
+0x4279 015138 fetch 2 ,mem_mouse_direct_timeout 
+0x427a 015139 store 2 ,mem_mouse_direct_timer 
+0x427b 015140 call mouse_reconn_setting_led_gpio 
+0x427c 015141 call app_lpm_mult_disable 
+0x427d 015142 branch check_51cmd_adv 
+:      015144 mouse_reconn_setting_led_gpio:
+0x427e 015145 setarg led_reconnect_blink 
+0x427f 015146 store 2 ,mem_mouse_on_time 
+0x4280 015147 store 2 ,mem_mouse_off_time 
+0x4281 015148 branch mouse_setting_led_gpio_comman 
+:      015150 mouse_discover_setting_led_gpio:
+0x4282 015151 setarg led_discovery_blink 
+0x4283 015152 store 2 ,mem_mouse_on_time 
+0x4284 015153 store 2 ,mem_mouse_off_time 
+:      015154 mouse_setting_led_gpio_comman:
+0x4285 015155 fetch 1 ,mem_device_flag 
+0x4286 015156 beq mode_bt_device1 ,mouse_device_led1 
+0x4287 015157 beq mode_bt_device2 ,mouse_device_led2 
+0x4288 015158 beq mode_bt_device3 ,mouse_device_led3 
+0x4289 015159 rtn 
+:      015160 mouse_device_led1:
+0x428a 015161 fetch 1 ,mem_config_device1_led_gpio 
+0x428b 015162 branch mouse_led_blink 
+:      015163 mouse_device_led2:
+0x428c 015164 fetch 1 ,mem_config_device2_led_gpio 
+0x428d 015165 branch mouse_led_blink 
+:      015166 mouse_device_led3:
+0x428e 015167 fetch 1 ,mem_config_device3_led_gpio 
+:      015168 mouse_led_blink:
+0x428f 015169 store 1 ,mem_temp 
+0x4290 015170 call mouse_devce_led_off 
+0x4291 015171 fetch 1 ,mem_temp 
+0x4292 015172 store 1 ,mem_mouse_struct_led_gpio 
+0x4293 015173 arg 0 ,rega 
+0x4294 015174 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x4295 015175 branch ui_led_blink_start_global 
+:      015177 mouse_led_off:
+0x4296 015178 arg 0 ,rega 
+0x4297 015179 branch ui_led_off_global 
+:      015180 mouse_led_on:
+0x4298 015181 arg 0 ,rega 
+0x4299 015182 branch ui_led_on_global 
+:      015184 mouse4_0_bb_event_discovery_btn:
+0x429a 015185 branch mouse_le_clean_connect_flag 
+:      015187 mouse_bt_hid_handshake:
+0x429b 015188 jam app_handshake_done ,mem_app_handshake_flag 
+0x429c 015189 call app_lpm_mult_enable 
+0x429d 015190 call app_bt_store_reconn_info 
+0x429e 015191 setarg 0 
+0x429f 015192 store 2 ,mem_discovery_timeout_timer_count 
+0x42a0 015193 store 1 ,mem_hid_handshake_timer_count 
+0x42a1 015194 branch app_bt_enter_sniff 
+:      015196 mouse_check_reconn_target:
+0x42a2 015197 call mouse_cheak_select_device_by_switch 
+0x42a3 015198 fetch 1 ,mem_device_flag 
+0x42a4 015199 fetcht 1 ,mem_24g_device_number 
+0x42a5 015200 isub temp ,null 
+0x42a6 015201 branch mouse_connect_24g_mode ,zero 
+0x42a7 015202 fetch 1 ,mem_xrecord_mode 
+0x42a8 015203 beq rec_3_mode ,mouse3_0_check_reconn_target 
+0x42a9 015204 beq rec_4_mode ,mouse4_0_check_reconn_target 
+0x42aa 015205 branch mouse_start_discovery 
+:      015206 mouse_connect_24g_mode:
+0x42ab 015207 call mouse_start_24g_mode 
+0x42ac 015208 rtnmark1 mark_24g 
+0x42ad 015209 fetch 1 ,mem_reconn_times 
+0x42ae 015210 nbranch mouse_polling_device ,blank 
+0x42af 015211 rtn 
+:      015213 mouse_start_discovery:
+0x42b0 015214 bpatch patch1d_3 ,mem_patch1d 
+0x42b1 015215 fetch 2 ,mem_ui_state_map 
+0x42b2 015216 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
+0x42b3 015217 fetch mouse_flag_len ,mem_mouse_flag 
+0x42b4 015218 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
+0x42b5 015219 random pdata 
+0x42b6 015220 store 1 ,mem_le_lap + 1 
+:      015221 mouse_start_discovery_norandom:
+0x42b7 015222 call app_lpm_mult_disable 
+0x42b8 015223 fetch 2 ,mem_discovery_timeout 
+0x42b9 015224 store 2 ,mem_mouse_discovery_timer 
+0x42ba 015225 jam 6 ,mem_connection_options 
+0x42bb 015226 setarg 0 
+0x42bc 015227 store 2 ,mem_mouse_no_data_timer 
+0x42bd 015228 store 2 ,mem_mouse_direct_timer 
+0x42be 015229 arg mouse_store_eeprom_flag ,queue 
+0x42bf 015230 call mouse_enable_function_flag 
+0x42c0 015231 call mouse_bt_discovery_button_down_disable 
+0x42c1 015232 fetch 1 ,mem_device_option 
+0x42c2 015233 isolate1 mode_4_mouse ,pdata 
+0x42c3 015234 call check_51cmd_adv ,true 
+0x42c4 015235 fetch 1 ,mem_device_option 
+0x42c5 015236 isolate1 mode_3_mouse ,pdata 
+0x42c6 015237 call check_51cmd_start_discovery ,true 
+0x42c7 015238 fetch mouse_flag_len ,mem_mouse_flag 
+0x42c8 015239 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_start_blink 
+0x42c9 015240 branch mouse_discover_setting_led_gpio 
+:      015242 mouse_stop_discovery:
+0x42ca 015243 bpatch patch1d_4 ,mem_patch1d 
+0x42cb 015244 fetch 1 ,mem_device_option 
+0x42cc 015245 isolate1 mode_4_mouse ,pdata 
+0x42cd 015246 call mouse_stop_le_adv ,true 
+0x42ce 015247 fetch 1 ,mem_device_option 
+0x42cf 015248 isolate1 mode_3_mouse ,pdata 
+0x42d0 015249 call mouse_stop_bt3_discovery ,true 
+0x42d1 015250 fetch mouse_flag_len ,mem_mouse_flag 
+0x42d2 015251 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_led_blink_stop 
+0x42d3 015252 branch mouse_devce_led_off 
+:      015253 mouse_stop_le_adv:
+0x42d4 015254 setarg 0 
+0x42d5 015255 store 2 ,mem_mouse_direct_timer 
+0x42d6 015256 branch check_51cmd_stop_adv 
+:      015257 mouse_stop_bt3_discovery:
+0x42d7 015258 setarg 0 
+0x42d8 015259 store 2 ,mem_mouse_discovery_timer 
+0x42d9 015260 branch check_51cmd_stop_discovery 
+:      015266 mouse_store_remote_bdaddr:
+0x42da 015267 fetch mouse_flag_len ,mem_mouse_flag 
+0x42db 015268 rtnbit0 mouse_store_eeprom_flag 
+0x42dc 015269 arg mouse_store_eeprom_flag ,queue 
+0x42dd 015270 call mouse_disable_function_flag 
+0x42de 015271 call mouse_check_device_addr 
+:      015272 mouse_unplug_clean_bdaddr:
+0x42df 015273 call mouse_before_store_reconn_info 
+0x42e0 015274 fetch mouse_flag_len ,mem_mouse_flag 
+0x42e1 015275 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0x42e2 015276 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0x42e3 015277 rtn 
+:      015278 mouse_store_eeprom_device_info:
+0x42e4 015279 arg 88 ,temp 
+0x42e5 015280 arg mem_device_flag ,rega 
+0x42e6 015281 arg mouse_info_eeprom_offect ,regb 
+0x42e7 015282 branch iicd_write_protect_eep_data 
+:      015284 mouse_check_device_addr:
+0x42e8 015285 fetch 1 ,mem_record_bt_mode 
+0x42e9 015286 beq rec_4_mode ,mouse_check_le_device_addr 
+0x42ea 015287 beq rec_3_mode ,mouse_check_bt_device_addr 
+0x42eb 015288 rtn 
+:      015289 mouse_check_le_device_addr:
+0x42ec 015290 store 1 ,mem_device_addr_temp 
+0x42ed 015291 fetch 6 ,mem_le_plap 
+0x42ee 015292 branch mouse_check_bt_device_addr_common 
+:      015293 mouse_check_bt_device_addr:
+0x42ef 015294 store 1 ,mem_device_addr_temp 
+0x42f0 015295 fetch 6 ,mem_plap 
+:      015296 mouse_check_bt_device_addr_common:
+0x42f1 015297 store 6 ,mem_device_addr_temp + 1 
+0x42f2 015298 fetch 7 ,mem_device_addr_temp 
+0x42f3 015299 arg mem_device1_type ,contr 
+0x42f4 015300 arg 3 ,loopcnt 
+:      015301 mouse_check_device_addr_end:
+0x42f5 015302 ifetcht 7 ,contr 
+0x42f6 015303 isub temp ,null 
+0x42f7 015304 branch mouse_clean_addr ,zero 
+0x42f8 015305 increase 22 ,contr 
+0x42f9 015306 loop mouse_check_device_addr_end 
+0x42fa 015307 rtn 
+:      015308 mouse_before_store_reconn_info:
+0x42fb 015309 arg mem_device1_type ,rega 
+0x42fc 015310 fetch 1 ,mem_device_flag 
+0x42fd 015311 increase -1 ,pdata 
+0x42fe 015312 mul32 pdata ,29 ,pdata 
+0x42ff 015313 iadd rega ,rega 
+0x4300 015314 fetch 1 ,mem_record_bt_mode 
+0x4301 015315 istore 1 ,rega 
+0x4302 015316 beq rec_4_mode ,mouse_store_le_device 
+0x4303 015317 beq rec_3_mode ,mouse_store_bt_device 
+0x4304 015318 rtn 
+:      015320 mouse_store_le_device:
+0x4305 015321 fetch 6 ,mem_le_plap 
+0x4306 015322 istore 6 ,contw 
+0x4307 015323 arg mem_le_ltk ,contr 
+0x4308 015324 call memcpy16 
+0x4309 015325 fetch 6 ,mem_le_lap 
+0x430a 015326 istore 6 ,contw 
+0x430b 015327 rtn 
+:      015328 mouse_store_bt_device:
+0x430c 015329 fetch 6 ,mem_plap 
+0x430d 015330 istore 6 ,contw 
+0x430e 015331 arg mem_link_key ,contr 
+0x430f 015332 branch memcpy16 
+:      015334 mouse_clean_addr:
+0x4310 015335 increase -6 ,contr 
+0x4311 015336 copy contr ,contw 
+0x4312 015337 fetcht 6 ,mem_device_addr_temp + 1 
+0x4313 015338 increase 3 ,temp 
+0x4314 015339 istoret 6 ,contw 
+0x4315 015340 rtn 
+:      015344 mouse_eeprom_load_recon_info:
+0x4316 015345 arg 88 ,temp 
+0x4317 015346 arg mem_device_flag ,rega 
+0x4318 015347 arg mouse_info_eeprom_offect ,regb 
+0x4319 015348 call iicd_read_eep_data 
+:      015349 mouse_select_reconn_device:
+0x431a 015350 arg mem_device1_type ,rega 
+0x431b 015351 fetch 1 ,mem_device_flag 
+0x431c 015352 fetcht 1 ,mem_24g_device_number 
+0x431d 015353 isub temp ,null 
+0x431e 015354 rtn zero 
+0x431f 015355 increase -1 ,pdata 
+0x4320 015356 mul32 pdata ,29 ,pdata 
+0x4321 015357 iadd rega ,rega 
+0x4322 015358 ifetch 1 ,rega 
+0x4323 015359 store 1 ,mem_xrecord_mode 
+0x4324 015360 beq rec_3_mode ,mouse_load_bt_device 
+0x4325 015361 beq rec_4_mode ,mouse_load_le_device 
+0x4326 015362 rtn 
+:      015364 mouse_load_bt_device:
+0x4327 015365 ifetch 6 ,contr 
+:      015366 mouse_load_bt_device_end:
+0x4328 015367 store 6 ,mem_hci_plap 
+0x4329 015368 arg mem_link_key ,contw 
+0x432a 015369 call memcpy16 
+0x432b 015370 branch check_link_key_load 
+:      015372 mouse_load_le_device:
+0x432c 015373 ifetch 6 ,contr 
+:      015374 mouse_load_le_device_end:
+0x432d 015375 store 6 ,mem_hci_plap 
+0x432e 015376 arg mem_le_ltk ,contw 
+0x432f 015377 call memcpy16 
+0x4330 015378 ifetch 6 ,contr 
+0x4331 015379 store 6 ,mem_le_lap 
+0x4332 015380 rtn 
+:      015383 mouse_select_device:
+0x4333 015384 fetch 1 ,mem_config_function_enable 
+0x4334 015385 bbit1 enable_select_device_by_gpio_button ,mouse_select_device_by_button 
+0x4335 015386 bbit1 enable_select_device_by_switch ,mouse_select_device_by_switch 
+0x4336 015387 branch mouse_select_device_by_combination_key 
+:      015389 mouse_select_device_by_combination_key:
+0x4337 015390 call mouse_check_key_gpio 
+0x4338 015391 beq mouse_rm_button ,mouse_select_device_commbination_key_down 
+:      015392 mouse_select_device_commbination_key_up:
+0x4339 015393 jam 30 ,mem_combination_select_device_count 
+0x433a 015394 fetch 1 ,mem_select_device_button_statue 
+0x433b 015395 rtneq dpi_button_state_up 
+0x433c 015396 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x433d 015397 rtn 
+:      015399 mouse_select_device_commbination_key_down:
+0x433e 015400 call mouse_combination_select_device_timer 
+0x433f 015401 fetch 1 ,mem_select_device_button_statue 
+0x4340 015402 rtneq dpi_button_state_down 
+0x4341 015403 jam dpi_button_state_down ,mem_select_device_button_statue 
+0x4342 015404 branch mouse_select_device_enable 
+:      015406 mouse_combination_select_device_timer:
+0x4343 015407 fetch 1 ,mem_combination_select_device_count 
+0x4344 015408 rtn blank 
+0x4345 015409 pincrease -1 
+0x4346 015410 store 1 ,mem_combination_select_device_count 
+0x4347 015411 nrtn blank 
+0x4348 015412 branch mouse_ready_reconnection_by_button 
+:      015414 mouse_select_device_by_button:
+0x4349 015415 fetch 1 ,mem_config_select_device_button_gpio 
+0x434a 015416 rtneq gpio_disable 
+0x434b 015417 fetcht 1 ,mem_config_select_device_button_gpio 
+0x434c 015418 call gpio_get_bit 
+0x434d 015419 branch mouse_select_device_button_down ,true 
+:      015420 mouse_select_device_button_up:
+0x434e 015421 fetch 1 ,mem_select_device_button_statue 
+0x434f 015422 rtneq dpi_button_state_up 
+0x4350 015423 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x4351 015424 fetch mouse_flag_len ,mem_mouse_flag 
+0x4352 015425 rtnbit1 mouse_long_bt_button_flag 
+0x4353 015426 branch mouse_ready_reconnection_by_button 
+:      015428 mouse_select_device_button_down:
+0x4354 015429 fetch 1 ,mem_select_device_button_statue 
+0x4355 015430 rtneq dpi_button_state_down 
+0x4356 015431 jam dpi_button_state_down ,mem_select_device_button_statue 
+0x4357 015432 arg mouse_long_bt_button_flag ,queue 
+0x4358 015433 branch mouse_disable_function_flag 
+:      015437 mouse_select_device_by_switch:
+0x4359 015438 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
+0x435a 015439 rtnbit0 enable_select_device_by_switch 
+0x435b 015440 fetch 1 ,mem_device_flag 
+0x435c 015441 beq mode_bt_device1 ,mouse_select1_device 
+0x435d 015442 beq mode_24g_device ,mouse_select2_device 
+0x435e 015443 rtn 
+:      015444 mouse_cheak_select_device_by_switch:
+0x435f 015445 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
+0x4360 015446 rtnbit0 enable_select_device_by_switch 
+0x4361 015447 fetcht 1 ,mem_config_select_device_button_gpio 
+0x4362 015448 call gpio_get_bit 
+0x4363 015449 branch mouse_cheak_select_24gdevice ,true 
+:      015450 mouse_select_btdevice:
+0x4364 015451 jam mode_bt_device1 ,mem_device_flag 
+0x4365 015452 rtn 
+:      015453 mouse_cheak_select_24gdevice:
+0x4366 015454 fetch 1 ,mem_24g_device_number 
+0x4367 015455 store 1 ,mem_device_flag 
+0x4368 015456 rtn 
+:      015457 mouse_select1_device:
+0x4369 015458 fetcht 1 ,mem_config_select_device_button_gpio 
+0x436a 015459 nbranch mouse_ready_reconnection_by_button ,true 
+0x436b 015460 rtn 
+:      015461 mouse_select2_device:
+0x436c 015462 fetcht 1 ,mem_config_select_device_button_gpio 
+0x436d 015463 call gpio_get_bit 
+0x436e 015464 branch mouse_select_device_button_down ,true 
+0x436f 015465 rtn 
+:      015470 mouse_ready_reconnection_by_button:
+0x4370 015471 fetcht 1 ,mem_device_flag 
+0x4371 015472 increase 1 ,temp 
+0x4372 015473 fetch 1 ,mem_device_number 
+0x4373 015474 isub temp ,null 
+0x4374 015475 ncall mouse_select_device_count_clean ,positive 
+0x4375 015476 storet 1 ,mem_device_flag 
+0x4376 015477 jam 0 ,mem_link_key_exists 
+0x4377 015478 call mouse_store_device_number2eeprom 
+0x4378 015479 call mouse_select_device_enable 
+0x4379 015481 branch mouse_set_reconnection 
+:      015483 mouse_store_device_number2eeprom:
+0x437a 015484 arg 1 ,temp 
+0x437b 015485 arg mem_device_flag ,rega 
+0x437c 015486 arg 0 ,regb 
+0x437d 015487 branch iicd_write_eep_data 
+:      015489 mouse_set_reconnection:
+0x437e 015490 call mouse_stop_bluetooth_mode 
+0x437f 015491 call mouse_select_device_disable 
+0x4380 015492 branch mouse_soft_reset 
+:      015493 mouse_stop_bluetooth_mode:
+0x4381 015494 fetch 2 ,mem_ui_state_map 
+0x4382 015495 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
+0x4383 015496 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x4384 015497 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x4385 015498 branch mouse_stop_discovery 
+:      015500 mouse_disconnect:
+0x4386 015501 bpatch patch1d_5 ,mem_patch1d 
+0x4387 015502 setarg 0 
+0x4388 015503 store 2 ,mem_mouse_no_data_timer 
+0x4389 015504 fetch 2 ,mem_ui_state_map 
+0x438a 015505 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x438b 015506 fetch 2 ,mem_ui_state_map 
+0x438c 015507 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x438d 015508 rtn 
+:      015510 mouse_irtual_cable_unplug:
+0x438e 015511 setarg 0x01 
+0x438f 015512 store 6 ,mem_plap 
+0x4390 015513 jam rec_3_mode ,mem_record_bt_mode 
+0x4391 015514 branch mouse_unplug_clean_bdaddr 
+:      015517 mouse_cancel_reconnect:
+0x4392 015518 call mouse_bt_cannel_reconn_enable 
+0x4393 015519 branch check_51cmd_bb_reconn_cancel 
+:      015521 mouse_bt_discovery_by_button:
+0x4394 015522 fetch 1 ,mem_config_bt_button_gpio 
+0x4395 015523 rtneq gpio_disable 
+0x4396 015524 fetcht 1 ,mem_config_bt_button_gpio 
+0x4397 015525 call gpio_get_bit 
+0x4398 015526 branch mouse_bt_discovery_button_down ,true 
+:      015527 mouse_bt_discovery_button_up:
+0x4399 015528 fetch 1 ,mem_ui_button_timeout 
+0x439a 015529 store 1 ,mem_combination_ui_button_count 
+0x439b 015530 fetch 1 ,mem_bt_discovey_button_statue 
+0x439c 015531 rtneq dpi_button_state_up 
+0x439d 015532 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
+0x439e 015533 branch mouse_bt_discovery_button_down_disable 
+:      015534 mouse_bt_discovery_button_down:
+0x439f 015535 call mouse_bt_discovry_timer 
+0x43a0 015536 fetch 1 ,mem_bt_discovey_button_statue 
+0x43a1 015537 rtneq dpi_button_state_down 
+0x43a2 015538 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
+0x43a3 015539 call check_51cmd_bb_reconn_cancel 
+0x43a4 015540 branch mouse_bt_discovery_button_down_enable 
+:      015543 mouse_bt_discovery_cheak:
+0x43a5 015544 fetch 1 ,mem_config_function_enable 
+0x43a6 015545 bbit1 enable_bt_button ,mouse_bt_discovery_by_button 
+:      015546 mouse_bt_discovery_commbination_key:
+0x43a7 015547 call mouse_check_key_gpio 
+0x43a8 015548 beq mouse_lmr_button ,mouse_bt_discovery_commbination_key_down 
+:      015549 mouse_bt_discovery_commbination_key_up:
+0x43a9 015550 fetch 1 ,mem_ui_button_timeout 
+0x43aa 015551 store 1 ,mem_combination_ui_button_count 
+0x43ab 015552 fetch 1 ,mem_bt_discovey_button_statue 
+0x43ac 015553 rtneq dpi_button_state_up 
+0x43ad 015554 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
+0x43ae 015555 branch mouse_bt_discovery_button_down_disable 
+:      015558 mouse_bt_discovery_commbination_key_down:
+0x43af 015559 call mouse_bt_discovry_timer 
+0x43b0 015560 fetch 1 ,mem_bt_discovey_button_statue 
+0x43b1 015561 rtneq dpi_button_state_down 
+0x43b2 015562 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
+0x43b3 015563 call check_51cmd_bb_reconn_cancel 
+0x43b4 015564 branch mouse_bt_discovery_button_down_enable 
+:      015566 mouse_bt_discovry_timer:
+0x43b5 015567 arg mem_combination_ui_button_count ,regc 
+0x43b6 015568 arg mouse_long_button_bt_discovry ,regb 
+0x43b7 015569 branch timer_single_step 
+:      015571 mouse_long_button_bt_discovry:
+0x43b8 015572 arg mouse_long_bt_button_flag ,queue 
+0x43b9 015573 call mouse_enable_function_flag 
+0x43ba 015574 call app_evt_button_long_pressed 
+0x43bb 015575 branch mouse_bb_event_discovery_btn 
+:      015578 mouse_cpi_enable:
+0x43bc 015579 arg mouse_cpi_flag ,queue 
+0x43bd 015580 branch mouse_enable_function_flag 
+:      015581 mouse_cpi_disable:
+0x43be 015582 arg mouse_cpi_flag ,queue 
+0x43bf 015583 branch mouse_disable_function_flag 
+:      015584 mouse_select_device_enable:
+0x43c0 015585 arg mouse_select_device_flag ,queue 
+0x43c1 015586 branch mouse_enable_function_flag 
+:      015587 mouse_select_device_disable:
+0x43c2 015588 arg mouse_select_device_flag ,queue 
+0x43c3 015589 branch mouse_disable_function_flag 
+:      015590 mouse_bt_cannel_reconn_enable:
+0x43c4 015591 arg mouse_bt_cannel_reconn_flag ,queue 
+0x43c5 015592 branch mouse_enable_function_flag 
+:      015593 mouse_bt_cannel_reconn_disable:
+0x43c6 015594 arg mouse_bt_cannel_reconn_flag ,queue 
+0x43c7 015595 branch mouse_disable_function_flag 
+:      015596 mouse_bt_discovery_button_down_enable:
+0x43c8 015597 arg mouse_bt_discovery_button_down_flag ,queue 
+0x43c9 015598 branch mouse_enable_function_flag 
+:      015599 mouse_bt_discovery_button_down_disable:
+0x43ca 015600 arg mouse_bt_discovery_button_down_flag ,queue 
+0x43cb 015601 branch mouse_disable_function_flag 
+:      015605 mouse_select_device_count_clean:
+0x43cc 015606 arg 1 ,temp 
+0x43cd 015607 rtn 
+:      015609 mouse_enable_function_flag:
+0x43ce 015610 fetch mouse_flag_len ,mem_mouse_flag 
+0x43cf 015611 qset1 pdata 
+0x43d0 015612 store mouse_flag_len ,mem_mouse_flag 
+0x43d1 015613 rtn 
+:      015615 mouse_disable_function_flag:
+0x43d2 015616 fetch mouse_flag_len ,mem_mouse_flag 
+0x43d3 015617 qset0 pdata 
+0x43d4 015618 store mouse_flag_len ,mem_mouse_flag 
+0x43d5 015619 rtn 
+:      015621 mouse_adc_read:
+0x43d6 015622 fetch mouse_flag_len ,mem_mouse_flag 
+0x43d7 015623 rtnbit0 mouse_enable_adc 
+0x43d8 015624 fetch 1 ,mem_adc_read_timer 
+0x43d9 015625 increase 1 ,pdata 
+0x43da 015626 store 1 ,mem_adc_read_timer 
+0x43db 015627 sub pdata ,10 ,null 
+0x43dc 015628 rtn positive 
+0x43dd 015629 jam 0 ,mem_adc_read_timer 
+0x43de 015630 call adc_set_mode 
+0x43df 015631 call vdd_calculate_by_mode 
+0x43e0 015632 store 2 ,mem_mouse_vdd_now_vol 
+0x43e1 015633 arg mem_mouse_vdd_calculate_set ,rega 
+0x43e2 015634 call adc_bat_percent_lowpower_out 
+0x43e3 015635 fetch 1 ,mem_adc_power_flag 
+0x43e4 015636 bbit1 1 ,mouse_power_down 
+0x43e5 015637 bbit0 0 ,mouse_adc_no_low_voltage 
+0x43e6 015638 branch mouse_adc_low_voltage 
+:      015639 mouse_adc_low_voltage:
+0x43e7 015640 arg mouse_low_voltage_flag ,queue 
+0x43e8 015641 branch mouse_enable_function_flag 
+:      015642 mouse_adc_no_low_voltage:
+0x43e9 015643 arg mouse_low_voltage_flag ,queue 
+0x43ea 015644 branch mouse_disable_function_flag 
+:      015646 mouse_low_voltage_led_timer:
+0x43eb 015647 fetch mouse_flag_len ,mem_mouse_flag 
+0x43ec 015648 rtnbit0 mouse_low_voltage_flag 
+0x43ed 015649 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x43ee 015650 store 1 ,mem_mouse_struct_led_gpio 
+0x43ef 015651 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x43f0 015652 pincrease 1 
+0x43f1 015653 store 1 ,mem_adc_low_volatage_led_timer_count 
+0x43f2 015654 sub pdata ,20 ,null 
+0x43f3 015655 ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
+0x43f4 015656 beq 2 ,mouse_low_voltage_led_on 
+0x43f5 015657 beq 4 ,mouse_low_voltage_led_off 
+0x43f6 015658 beq 6 ,mouse_low_voltage_led_on 
+0x43f7 015659 beq 8 ,mouse_low_voltage_led_off 
+0x43f8 015660 rtn 
+:      015661 mouse_adc_low_volatage_led_timer_count_clean:
+0x43f9 015662 jam 1 ,mem_adc_low_volatage_led_timer_count 
+0x43fa 015663 branch mouse_low_voltage_led_off 
+:      015664 mouse_low_voltage_led_on:
+0x43fb 015665 arg 0 ,rega 
+0x43fc 015666 jam ui_led_state_lighting ,mem_mouse_led_type 
+0x43fd 015667 branch ui_led_on_global 
+:      015668 mouse_low_voltage_led_off:
+0x43fe 015669 arg 0 ,rega 
+0x43ff 015670 jam ui_led_state_lighting ,mem_mouse_led_type 
+0x4400 015671 branch ui_led_off_global 
+:      015673 mouse_g24_package_data:
+0x4401 015674 call mouse_motion 
+0x4402 015675 nrtn user 
+0x4403 015676 arg 7 ,rega 
+0x4404 015677 arg mem_mouse_key ,regb 
+0x4405 015678 rtn 
+:      015680 mouse_g24_enter_lpm:
+0x4406 015681 fetch 1 ,mem_mouse_24g_enter_lpm_enable 
+0x4407 015682 rtn blank 
+0x4408 015684 fetcht 1 ,mem_dpi_button_gpio 
+0x4409 015685 call gpio_get_bit 
+0x440a 015686 call mouse_24g_dpi_delay_init ,true 
+0x440b 015687 fetch 1 ,mem_24g_enter_lpm_timer 
+0x440c 015688 nrtn blank 
+0x440d 015689 call mouse_check_key_gpio 
+0x440e 015690 nrtn blank 
+0x440f 015691 branch g24_lpm_long_sleep 
+:      015693 mouse_24g_dpi_delay_init:
+0x4410 015694 fetch 1 ,mem_dpi_button_gpio 
+0x4411 015695 rtneq ui_button_gpio_disable 
+0x4412 015696 jam 10 ,mem_24g_enter_lpm_timer 
+0x4413 015697 rtn 
+:      015700 mouse_load_flash_info_cheak:
+0x4414 015701 call mouse_load_flash_flag 
+0x4415 015702 fetch 2 ,mem_store_flag 
+0x4416 015703 arg eeprom_init_flag ,temp 
+0x4417 015704 isub temp ,null 
+0x4418 015705 branch mouse_load_flash_device_info ,zero 
+0x4419 015706 storet 2 ,mem_store_flag 
+0x441a 015707 call mouse_ble_init_address 
+0x441b 015708 branch mouse_store_flash_device_info 
+:      015709 mouse_ble_init_address:
+0x441c 015710 fetch 6 ,mem_le_lap 
+0x441d 015711 store 6 ,mem_device1_locall_addr 
+0x441e 015712 add pdata ,0x0100 ,pdata 
+0x441f 015713 store 6 ,mem_device2_locall_addr 
+0x4420 015714 add pdata ,0x0100 ,pdata 
+0x4421 015715 store 6 ,mem_device3_locall_addr 
+0x4422 015716 rtn 
+:      015719 mouse_load_flash_flag:
+0x4423 015720 setarg mem_store_flag 
+0x4424 015721 arg mem_mouse_information_start ,temp 
+0x4425 015722 isub temp ,temp 
+0x4426 015723 fetch 3 ,mem_flash_base 
+0x4427 015724 iadd temp ,pdata 
+0x4428 015725 arg 2 ,temp 
+0x4429 015726 arg mem_store_flag ,rega 
+0x442a 015727 branch spid_read_flash 
+:      015730 mouse_load_flash_device_info:
+0x442b 015731 setarg mem_mouse_information_end 
+0x442c 015732 arg mem_mouse_information_start ,temp 
+0x442d 015733 isub temp ,temp 
+0x442e 015734 fetch 3 ,mem_flash_base 
+0x442f 015735 arg mem_mouse_information_start ,rega 
+0x4430 015736 call spid_read_flash 
+0x4431 015737 call mouse_select_reconn_device 
+0x4432 015738 fetch 4 ,mem_mouse_24g_addr 
+0x4433 015739 call g24_head_ptr2regc 
+0x4434 015740 branch g24_store_mem_addr 
+:      015742 mouse_store_flash_device_info:
+0x4435 015743 setarg mem_mouse_information_end 
+0x4436 015744 arg mem_mouse_information_start ,temp 
+0x4437 015745 isub temp ,temp 
+0x4438 015746 arg mem_mouse_information_start ,rega 
+0x4439 015747 fetch 3 ,mem_flash_base 
+0x443a 015748 branch flash_write 
+:      015750 mouse_store_eerpom_dpi:
+0x443b 015751 arg 1 ,temp 
+0x443c 015752 arg mem_mouse_dpi ,rega 
+0x443d 015753 arg mouse_dpi_eeprom_offect ,regb 
+0x443e 015754 branch iicd_write_protect_eep_data 
+:      015756 mouse_load_eeprom_dpi:
+0x443f 015757 arg 1 ,temp 
+0x4440 015758 arg mem_mouse_dpi ,rega 
+0x4441 015759 arg mouse_dpi_eeprom_offect ,regb 
+0x4442 015760 branch iicd_read_eep_data 
+:      015762 mouse_statue_cheak_timer:
+0x4443 015763 rtnmark1 mark_24g 
+0x4444 015764 fetch mouse_flag_len ,mem_mouse_flag 
+0x4445 015765 rtnbit0 mouse_enable_statue_up 
+0x4446 015766 fetch 1 ,mem_mouse_1step_up_count 
+0x4447 015767 pincrease 1 
+0x4448 015768 and pdata ,0x07 ,pdata 
+0x4449 015769 store 1 ,mem_mouse_1step_up_count 
+0x444a 015770 rtnne 0x07 
+0x444b 015771 fetch 2 ,mem_ui_state_map 
+0x444c 015772 bbit1 ui_state_bt_connected ,mouse_check_statue_up 
+0x444d 015773 bbit1 ui_state_ble_connected ,mouse_check_statue_up 
+0x444e 015774 rtn 
+:      015779 mouse_check_statue_up:
+0x444f 015780 bpatch patch1d_6 ,mem_patch1d 
+0x4450 015781 fetch 1 ,mem_mouse_2step_up_count 
+0x4451 015782 nrtn blank 
+0x4452 015783 fetch mouse_flag_len ,mem_mouse_flag 
+0x4453 015784 rtnbit0 mouse_statue_up_flag 
+0x4454 015785 fetch 1 ,mem_sensor_squal_reg 
+0x4455 015786 call sensor_read 
+0x4456 015787 store 1 ,mem_sensor_iqc 
+0x4457 015788 sub pdata ,0x10 ,null 
+0x4458 015789 branch mouse_statue_up_timer_init ,positive 
+0x4459 015790 jam 0 ,mem_mouse_2step_up_count 
+0x445a 015791 rtn 
+:      015793 mouse_statue_up_timer_init:
+0x445b 015794 jam 30 ,mem_mouse_2step_up_count 
+0x445c 015795 rtn 
+:      015796 mouse_statue_up_timer:
+0x445d 015797 arg mem_mouse_2step_up_count ,regc 
+0x445e 015798 arg mouse_statue_up ,regb 
+0x445f 015799 branch timer_single_step 
+:      015801 mouse_statue_up:
+0x4460 015802 fetch 1 ,mem_sensor_squal_reg 
+0x4461 015803 call twspi_read 
+0x4462 015804 sub pdata ,0x10 ,null 
+0x4463 015805 nrtn positive 
+0x4464 015806 fetch mouse_flag_len ,mem_mouse_flag 
+0x4465 015807 rtnbit0 mouse_statue_up_flag 
+0x4466 015808 arg mouse_statue_up_flag ,queue 
+0x4467 015809 call mouse_disable_function_flag 
+0x4468 015810 jam 0 ,mem_lpm_mult 
+0x4469 015811 jam 30 ,mem_mouse_statue_led_timer 
+0x446a 015812 call mouse_devce_led_off 
+0x446b 015813 fetch mouse_flag_len ,mem_mouse_flag 
+0x446c 015814 bbit1 mouse_enable_statue_up_three_led ,mouse_three_device_statue_up 
+:      015815 mouse_two_device_statue_up:
+0x446d 015816 fetch 1 ,mem_device_flag 
+0x446e 015817 beq mode_bt_device1 ,mouse_device1_led_on 
+0x446f 015818 beq mode_bt_device2 ,mouse_device_blink_led_init 
+0x4470 015819 rtn 
+:      015820 mouse_three_device_statue_up:
+0x4471 015821 fetch 1 ,mem_device_flag 
+0x4472 015822 beq mode_bt_device1 ,mouse_device1_led_on 
+0x4473 015823 beq mode_bt_device2 ,mouse_device2_led_on 
+0x4474 015824 beq mode_bt_device3 ,mouse_device3_led_on 
+0x4475 015825 rtn 
+:      015827 mouse_device_blink_led_init:
+0x4476 015828 fetch 1 ,mem_config_device1_led_gpio 
+0x4477 015829 branch mouse_led_blink 
+:      015833 mouse_statue_led_off:
+0x4478 015834 jam 0x20 ,mem_lpm_mult 
+0x4479 015835 branch mouse_devce_led_off 
+:      015839 mouse_devce1_led_off:
+0x447a 015840 fetch 1 ,mem_config_device1_led_gpio 
+0x447b 015841 rtneq gpio_disable 
+0x447c 015842 store 1 ,mem_mouse_struct_led_gpio 
+0x447d 015843 branch mouse_led_off 
+:      015845 mouse_devce2_led_off:
+0x447e 015846 fetch 1 ,mem_config_device2_led_gpio 
+0x447f 015847 rtneq gpio_disable 
+0x4480 015848 store 1 ,mem_mouse_struct_led_gpio 
+0x4481 015849 branch mouse_led_off 
+:      015851 mouse_devce_led_off:
+0x4482 015852 call mouse_led_off 
+0x4483 015853 call mouse_devce1_led_off 
+0x4484 015854 call mouse_devce2_led_off 
+:      015855 mouse_devce3_led_off:
+0x4485 015856 fetch 1 ,mem_config_device3_led_gpio 
+0x4486 015857 rtneq gpio_disable 
+0x4487 015858 store 1 ,mem_mouse_struct_led_gpio 
+0x4488 015859 branch mouse_led_off 
+:      015861 mouse_device1_led_on:
+0x4489 015862 fetch 1 ,mem_config_device1_led_gpio 
+0x448a 015863 store 1 ,mem_mouse_struct_led_gpio 
+0x448b 015864 branch mouse_led_on 
+:      015865 mouse_device2_led_on:
+0x448c 015866 fetch 1 ,mem_config_device2_led_gpio 
+0x448d 015867 store 1 ,mem_mouse_struct_led_gpio 
+0x448e 015868 branch mouse_led_on 
+:      015869 mouse_device3_led_on:
+0x448f 015870 fetch 1 ,mem_config_device3_led_gpio 
+0x4490 015871 store 1 ,mem_mouse_struct_led_gpio 
+0x4491 015872 branch mouse_led_on 
+:      015876 mouse_polling_device:
+0x4492 015877 bpatch patch1d_7 ,mem_patch1d 
+0x4493 015878 fetch 1 ,mem_reconn_times 
+0x4494 015879 increase -1 ,pdata 
+0x4495 015880 store 1 ,mem_reconn_times 
+0x4496 015881 fetcht 1 ,mem_device_flag 
+0x4497 015882 increase 1 ,temp 
+0x4498 015883 fetch 1 ,mem_device_number 
+0x4499 015884 isub temp ,null 
+0x449a 015885 ncall mouse_select_device_count_clean ,positive 
+0x449b 015886 storet 1 ,mem_device_flag 
+0x449c 015887 jam 0 ,mem_link_key_exists 
+0x449d 015888 call mouse_store_device_number2eeprom 
+0x449e 015889 call mouse_before_store_reconn_info 
+0x449f 015890 branch mouse_check_reconn_target 
+:      015892 mouse_power_down:
+0x44a0 015893 call mouse_devce_led_off 
+0x44a1 015894 setarg 0 
+0x44a2 015895 store 8 ,mem_gpio_wakeup_low 
+0x44a3 015896 branch lpm_hibernate 
+:      015907 remote_car_init:
+0x44a4 015908 rtn wake 
+0x44a5 015909 hfetch 1 ,core_gpio_sel1 
+0x44a6 015910 and_into 0xf0 ,pdata 
+0x44a7 015911 hstore 1 ,core_gpio_sel1 
+0x44a8 015912 call keyscan_key_init 
+0x44a9 015913 setarg remote_car_le_before_hibernate 
+0x44aa 015914 store 2 ,mem_cb_before_hibernate 
+0x44ab 015916 setarg remote_car_process_lpm_before 
+0x44ac 015917 store 2 ,mem_cb_before_lpm 
+0x44ad 015919 setarg remote_car_scale_process_idle 
+0x44ae 015920 store 2 ,mem_cb_idle_process 
+0x44af 015922 setarg remote_car_scale_process_bb_event 
+0x44b0 015923 store 2 ,mem_cb_bb_event_process 
+0x44b1 015925 setarg app_get_lpm_wake_lock 
+0x44b2 015926 store 2 ,mem_cb_check_wakelock 
+0x44b3 015928 call g24_head_ptr2regc 
+0x44b4 015929 setarg remote_car_g24_package_data 
+0x44b5 015930 add regc ,offset_24g_cb_data ,contw 
+0x44b6 015931 istore 2 ,contw 
+0x44b7 015933 setarg remote_car_g24_enter_lpm 
+0x44b8 015934 add regc ,offset_24g_cb_lpm_prepare ,contw 
+0x44b9 015935 istore 2 ,contw 
+0x44ba 015937 setarg remote_car_process_lpm_before 
+0x44bb 015938 add regc ,offset_24g_cb_lpm_before ,contw 
+0x44bc 015939 istore 2 ,contw 
+0x44bd 015941 setarg remote_car_event_timer 
+0x44be 015942 store 2 ,mem_cb_event_timer 
+0x44bf 015944 setarg remote_car_power_off_signal 
+0x44c0 015945 store 2 ,mem_remote_car_power_off_cb 
+0x44c1 015947 setarg remote_car_soft_switch_power_on_signal 
+0x44c2 015948 store 2 ,mem_remote_car_power_standby_cb 
+0x44c3 015950 setarg remote_car_send_key_data 
+0x44c4 015951 store 2 ,mem_cb_remote_car_keyscan 
+0x44c5 015953 bpatch patch1e_0 ,mem_patch1e 
+0x44c6 015954 call remote_car_init_environment 
+0x44c7 015955 call queue_init 
+0x44c8 015956 jam 2 ,mem_lpm_mult 
+0x44c9 015957 fetch 1 ,mem_remote_car_config_soft_switch_enable 
+0x44ca 015958 store 1 ,mem_remote_car_hard_soft_switch 
+0x44cb 015959 beq hard_switch ,remote_car_hard_switch_power_on_signal 
+0x44cc 015960 fetch 1 ,mem_remote_car_config_soft_switch_gpio 
+0x44cd 015961 store 1 ,mem_ui_button_gpio 
+:      015962 remote_car_soft_switch_power_on_init:
+0x44ce 015963 call remote_car_ui_led_init 
+0x44cf 015964 call ui_button_init 
+0x44d0 015965 call ui_button_polling 
+0x44d1 015966 jam power_starting ,mem_remote_car_power_state 
+0x44d2 015967 fetch 2 ,mem_ui_state_map 
+0x44d3 015968 rtnbit1 ui_state_btn_down 
+0x44d4 015969 branch app_enter_hibernate 
+:      015973 remote_car_hard_switch_power_on_signal:
+0x44d5 015974 jam power_standby ,mem_remote_car_power_state 
+:      015975 remote_car_soft_switch_power_on_signal:
+0x44d6 015976 call remote_car_ui_led_init 
+0x44d7 015978 arg 0 ,rega 
+0x44d8 015979 call ui_led_blink_start_global 
+:      015980 remote_car_connect_24g_mode:
+0x44d9 015981 branch g24_auto_pair_start 
+:      015983 remote_car_power_off_signal:
+0x44da 015984 branch remote_car_ui_led_init 
+:      015986 remote_car_ui_led_init:
+0x44db 015987 bpatch patch1e_1 ,mem_patch1e 
+0x44dc 015988 fetch 1 ,mem_remote_car_config_connect_led_gpio 
+0x44dd 015989 bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
+:      015990 remote_car_ui_led_init_1:
+0x44de 015991 fetcht 1 ,mem_remote_car_led_map 
+0x44df 015992 branch gpio_config_output 
+:      015993 remote_car_pairing_led_gpio_set:
+0x44e0 015994 store 1 ,mem_remote_car_led_map 
+0x44e1 015995 branch remote_car_ui_led_init_1 
+:      015998 remote_car_init_environment:
+0x44e2 015999 call g24_set_device_addr 
+0x44e3 016000 fetch 2 ,mem_remote_car_no_data_timeout 
+0x44e4 016001 store 2 ,mem_remote_car_no_data_timer 
+0x44e5 016002 branch remote_car_get_adc_default_data 
+:      016004 remote_car_le_before_hibernate:
+:      016009 remote_car_in_enter_hibernate:
+0x44e6 016010 call gpio_set_before_lpm_common 
+0x44e7 016011 call remote_car_process_lpm_before 
+0x44e8 016012 branch app_enter_hibernate 
+:      016014 remote_car_process_lpm_before:
+0x44e9 016015 branch keyscan_process_lpm_before 
+:      016017 remote_car_g24_enter_lpm:
+0x44ea 016018 fetch 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x44eb 016019 rtn blank 
+0x44ec 016021 branch g24_lpm_long_sleep 
+:      016023 remote_car_process_auto_pair_exit:
+0x44ed 016024 rtn 
+:      016026 remote_car_key_scan_process:
+0x44ee 016027 branch keyscan_key_process 
+:      016029 remote_car_scale_process_idle:
+0x44ef 016030 call remote_car_rocker_process 
+0x44f0 016031 call remote_car_24g_status_process 
+0x44f1 016032 branch remote_car_key_scan_process 
+:      016034 remote_car_scale_process_bb_event:
+0x44f2 016035 copy regc ,pdata 
+0x44f3 016036 beq bt_evt_button_up ,app_event_button_up 
+0x44f4 016037 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x44f5 016038 beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
+0x44f6 016039 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
+0x44f7 016040 beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
+0x44f8 016041 rtn 
+:      016043 remote_car_24g_attempt_fail:
+0x44f9 016044 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x44fa 016045 rtn 
+:      016047 remote_car_24g_pairing_complete:
+0x44fb 016048 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x44fc 016049 jam work_paired ,mem_remote_car_24g_auto_work_step 
+0x44fd 016050 jam work_paired ,mem_remote_car_24g_pair_success_flag 
+0x44fe 016051 rtn 
+:      016053 remote_car_24g_attempt_success:
+0x44ff 016054 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x4500 016055 jam work_paired ,mem_remote_car_24g_auto_work_step 
+0x4501 016056 jam work_paired ,mem_remote_car_24g_pair_success_flag 
+0x4502 016057 rtn 
+:      016059 remote_car_24g_status_process:
+0x4503 016060 fetch 1 ,mem_remote_car_24g_auto_work_step 
+0x4504 016061 rtneq power_on 
+0x4505 016062 fetch 1 ,mem_remote_car_24g_status 
+0x4506 016063 rtneq work_paired 
+0x4507 016064 jam work_paired ,mem_remote_car_24g_status 
+:      016065 remote_car_scale_process_paired:
+0x4508 016066 arg 0 ,rega 
+0x4509 016067 branch ui_led_off_global 
+:      016068 remote_car_scale_process_shutdown:
+0x450a 016069 arg 0 ,rega 
+0x450b 016070 call ui_led_off_global 
+0x450c 016071 call remote_car_ui_led_init 
+0x450d 016072 branch app_enter_hibernate 
+:      016074 remote_car_event_timer:
+0x450e 016075 call app_power_timer 
+0x450f 016076 branch remote_car_no_data_timer 
+:      016078 remote_car_no_data_timer:
+0x4510 016079 fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
+0x4511 016080 rtn blank 
+0x4512 016081 arg mem_remote_car_no_data_timer ,regc 
+0x4513 016082 arg remote_car_scale_process_shutdown ,regb 
+0x4514 016083 branch timer_single_step_2b 
+:      016086 remote_car_get_adc_default_data:
+0x4515 016087 call remote_car_rocker_get_x 
+0x4516 016088 storet 2 ,mem_current_vdd_value_default_mid_x 
+0x4517 016089 call remote_car_rocker_get_y 
+0x4518 016090 storet 2 ,mem_current_vdd_value_default_mid_y 
+0x4519 016091 rtn 
+:      016092 remote_car_rocker_data_get:
+:      016093 remote_car_rocker_get_x:
+0x451a 016094 fetch 2 ,mem_current_vdd_value_default_mid_x 
+0x451b 016095 store 2 ,mem_current_vdd_value_default_mid_temp 
+0x451c 016096 call remote_car_get_adc_from_gpio6 
+0x451d 016097 call remote_car_rocker_get_value 
+0x451e 016098 store 1 ,mem_rocker_status 
+:      016099 remote_car_rocker_get_y:
+0x451f 016100 fetch 2 ,mem_current_vdd_value_default_mid_y 
+0x4520 016101 store 2 ,mem_current_vdd_value_default_mid_temp 
+0x4521 016102 call remote_car_get_adc_from_gpio7 
+0x4522 016103 call remote_car_rocker_get_value 
+0x4523 016104 store 1 ,mem_rocker_status + 1 
+0x4524 016105 rtn 
+:      016106 remote_car_rocker_get_value:
+0x4525 016107 fetch 2 ,mem_current_vdd_default_range 
+0x4526 016108 copy pdata ,rega 
+0x4527 016109 fetch 2 ,mem_current_vdd_value_default_mid_temp 
+0x4528 016110 call remote_car_rocker_mid_value_adjust 
+0x4529 016111 fetch 1 ,mem_rocker_work_status 
+0x452a 016112 nbranch remote_car_rocker_translate_key ,blank 
+0x452b 016113 nrtn positive 
+0x452c 016114 fetcht 2 ,mem_current_vdd_value_default_mid_temp 
+0x452d 016115 rtn 
+:      016116 remote_car_rocker_mid_value_adjust:
+0x452e 016117 isub temp ,pdata 
+0x452f 016118 branch remote_car_rocker_mid_adjust_positive ,positive 
+0x4530 016119 sub pdata ,0 ,pdata 
+0x4531 016120 jam 1 ,mem_rocker_negative_flag 
+0x4532 016121 isub rega ,null 
+0x4533 016122 rtn 
+:      016123 remote_car_rocker_mid_adjust_positive:
+0x4534 016124 jam 0 ,mem_rocker_negative_flag 
+0x4535 016125 isub rega ,null 
+0x4536 016126 rtn 
+:      016127 remote_car_rocker_translate_key:
+0x4537 016128 nbranch remote_car_rocker_middle_key ,positive 
+0x4538 016129 fetch 1 ,mem_rocker_negative_flag 
+0x4539 016130 nbranch remote_car_rocker_negative_key ,blank 
+:      016131 remote_car_rocker_positive_key:
+0x453a 016132 setarg rocker_positive_key 
+0x453b 016133 rtn 
+:      016134 remote_car_rocker_negative_key:
+0x453c 016135 setarg rocker_negative_key 
+0x453d 016136 rtn 
+:      016137 remote_car_rocker_middle_key:
+0x453e 016138 setarg rocker_middle_key 
+0x453f 016139 rtn 
+:      016140 remote_car_get_adc_from_gpio6:
+0x4540 016141 jam 0x33 ,mem_adc_channel 
+0x4541 016142 branch adc_set_mode 
+:      016143 remote_car_get_adc_from_gpio7:
+0x4542 016144 jam 0x34 ,mem_adc_channel 
+0x4543 016145 branch adc_set_mode 
+:      016148 remote_car_rocker_process:
+0x4544 016149 fetch 1 ,mem_remote_car_config_check_way 
+0x4545 016150 rtnne car_remote_check_rocker 
+:      016151 remote_car_read_rocker_check_start:
+0x4546 016152 bpatch patch1e_2 ,mem_patch1e 
+0x4547 016153 jam 1 ,mem_rocker_work_status 
+0x4548 016154 call remote_car_rocker_data_get 
+0x4549 016155 fetch 2 ,mem_rocker_status 
+0x454a 016156 fetcht 2 ,mem_rocker_last_status 
+0x454b 016157 isub temp ,null 
+0x454c 016158 rtn zero 
+0x454d 016159 store 2 ,mem_rocker_last_status 
+0x454e 016160 call remote_car_rocker_x_to_key 
+0x454f 016161 branch remote_car_rocker_y_to_key 
+:      016163 remote_car_rocker_x_to_key:
+0x4550 016164 fetch 1 ,mem_rocker_x_status 
+0x4551 016165 branch rocker_to_queue_set_0 ,blank 
+0x4552 016166 increase -1 ,pdata 
+0x4553 016167 branch remote_car_rocker_to_key 
+:      016168 remote_car_rocker_y_to_key:
+0x4554 016169 fetch 1 ,mem_rocker_y_status 
+0x4555 016170 branch rocker_to_queue_set_2 ,blank 
+0x4556 016171 increase 1 ,pdata 
+:      016172 remote_car_rocker_to_key:
+0x4557 016173 copy pdata ,queue 
+0x4558 016174 arg 1 ,rega 
+0x4559 016175 branch remote_car_send_key_data 
+:      016177 rocker_to_queue_set_0:
+0x455a 016178 arg 0 ,queue 
+0x455b 016179 arg 0 ,rega 
+0x455c 016180 branch remote_car_send_key_data 
+:      016181 rocker_to_queue_set_2:
+0x455d 016182 arg 2 ,queue 
+0x455e 016183 arg 0 ,rega 
+0x455f 016184 branch remote_car_send_key_data 
+:      016186 remote_car_send_key_data:
+0x4560 016187 copy rega ,pdata 
+0x4561 016188 store 1 ,mem_remote_key_status 
+0x4562 016189 fetch 1 ,mem_remote_car_24g_auto_work_step 
+0x4563 016190 beq power_on ,g24_auto_pair_start 
+0x4564 016191 fetch 2 ,mem_remote_car_no_data_timeout 
+0x4565 016192 store 2 ,mem_remote_car_no_data_timer 
+0x4566 016193 fetch 1 ,mem_remote_key_status 
+0x4567 016194 branch remote_car_key_is_release ,blank 
+:      016195 remote_car_key_is_press:
+0x4568 016196 bpatch patch1e_3 ,mem_patch1e 
+0x4569 016197 arg 0 ,rega 
+0x456a 016198 call ui_led_on_global 
+:      016199 remote_car_attack_key_press:
+0x456b 016200 copy queue ,pdata 
+0x456c 016201 beq 4 ,remote_car_send_attack_key4_press 
+0x456d 016202 beq 5 ,remote_car_send_attack_key5_press 
+0x456e 016203 beq 6 ,remote_car_send_fire_key6_press 
+:      016206 remote_car_motor_key_press:
+0x456f 016207 call remote_car_device_layout_select 
+0x4570 016208 beq control_f_b_ten ,remote_car_single_motor_key_is_press 
+0x4571 016209 beq control_l_r_ten ,remote_car_double_motor_key_press 
+0x4572 016210 beq control_l_r_lr ,remote_car_single_motor_key_is_press 
+0x4573 016211 rtn 
+:      016213 remote_car_single_motor_key_is_press:
+0x4574 016214 copy queue ,pdata 
+0x4575 016215 beq 0 ,remote_car_send_motor1_key0_press 
+0x4576 016216 beq 1 ,remote_car_send_motor1_key1_press 
+0x4577 016217 beq 2 ,remote_car_send_motor2_key2_press 
+0x4578 016218 beq 3 ,remote_car_send_motor2_key3_press 
+0x4579 016219 rtn 
+:      016221 remote_car_double_motor_key_press:
+0x457a 016222 copy queue ,pdata 
+0x457b 016223 beq 0 ,remote_car_send_double_motor_key0_press 
+0x457c 016224 beq 1 ,remote_car_send_double_motor_key1_press 
+0x457d 016225 beq 2 ,remote_car_send_double_motor_key2_press 
+0x457e 016226 beq 3 ,remote_car_send_double_motor_key3_press 
+0x457f 016227 rtn 
+:      016229 remote_car_key_is_release:
+0x4580 016230 bpatch patch1e_4 ,mem_patch1e 
+0x4581 016231 arg 0 ,rega 
+0x4582 016232 call ui_led_off_global 
+:      016233 remote_car_attack_key_release:
+0x4583 016234 copy queue ,pdata 
+0x4584 016235 beq 4 ,remote_car_send_attack_key4_rel 
+0x4585 016236 beq 5 ,remote_car_send_attack_key5_rel 
+:      016239 remote_car_motor_key_release:
+0x4586 016240 call remote_car_device_layout_select 
+0x4587 016241 beq control_f_b_ten ,remote_car_single_motor_key_rel 
+0x4588 016242 beq control_l_r_ten ,remote_car_double_motor_key_rel 
+0x4589 016243 beq control_l_r_lr ,remote_car_single_motor_key_rel 
+0x458a 016244 rtn 
+:      016246 remote_car_device_layout_select:
+0x458b 016247 fetch 1 ,mem_remote_car_config_layout 
+0x458c 016248 fetcht 1 ,mem_remote_car_config_key_map 
+0x458d 016249 ior temp ,pdata 
+0x458e 016250 rtn 
+:      016253 remote_car_send_motor1_key0_press:
+0x458f 016254 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x4590 016255 branch remote_car_send_key 
+:      016256 remote_car_send_motor1_key1_press:
+0x4591 016257 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x4592 016258 branch remote_car_send_key 
+:      016259 remote_car_send_motor2_key2_press:
+0x4593 016260 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x4594 016261 branch remote_car_send_key 
+:      016262 remote_car_send_motor2_key3_press:
+0x4595 016263 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x4596 016264 branch remote_car_send_key 
+:      016267 remote_car_send_double_motor_key0_press:
+0x4597 016268 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x4598 016269 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x4599 016270 branch remote_car_send_key 
+:      016271 remote_car_send_double_motor_key1_press:
+0x459a 016272 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x459b 016273 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x459c 016274 branch remote_car_send_key 
+:      016275 remote_car_send_double_motor_key2_press:
+0x459d 016276 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x459e 016277 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x459f 016278 branch remote_car_send_key 
+:      016279 remote_car_send_double_motor_key3_press:
+0x45a0 016280 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x45a1 016281 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x45a2 016282 branch remote_car_send_key 
+:      016285 remote_car_send_attack_key4_press:
+0x45a3 016286 jam motor_positive ,mem_remote_car_24g_motor3_payload 
+0x45a4 016287 branch remote_car_send_key 
+:      016288 remote_car_send_attack_key5_press:
+0x45a5 016289 jam motor_negative ,mem_remote_car_24g_motor3_payload 
+0x45a6 016290 branch remote_car_send_key 
+:      016292 remote_car_send_fire_key6_press:
+0x45a7 016293 jam 0x01 ,mem_remote_car_24g_fire_send_payload 
+0x45a8 016294 branch remote_car_send_attack 
+:      016296 remote_car_single_motor_key_rel:
+0x45a9 016297 copy queue ,pdata 
+0x45aa 016298 beq 0 ,remote_car_send_motor1_key0_rel 
+0x45ab 016299 beq 1 ,remote_car_send_motor1_key1_rel 
+0x45ac 016300 beq 2 ,remote_car_send_motor2_key2_rel 
+0x45ad 016301 beq 3 ,remote_car_send_motor2_key3_rel 
+0x45ae 016302 rtn 
+:      016304 remote_car_double_motor_key_rel:
+0x45af 016305 copy queue ,pdata 
+0x45b0 016306 beq 0 ,remote_car_send_double_motor_key0_rel 
+0x45b1 016307 beq 1 ,remote_car_send_double_motor_key1_rel 
+0x45b2 016308 beq 2 ,remote_car_send_double_motor_key2_rel 
+0x45b3 016309 beq 3 ,remote_car_send_double_motor_key3_rel 
+0x45b4 016310 rtn 
+:      016312 remote_car_send_motor1_key0_rel:
+:      016313 remote_car_send_motor1_key1_rel:
+0x45b5 016314 jam motor_stop ,mem_remote_car_24g_motor1_payload 
+0x45b6 016315 branch remote_car_send_key 
+:      016316 remote_car_send_motor2_key2_rel:
+:      016317 remote_car_send_motor2_key3_rel:
+0x45b7 016318 jam motor_stop ,mem_remote_car_24g_motor2_payload 
+0x45b8 016319 branch remote_car_send_key 
+:      016321 remote_car_send_double_motor_key0_rel:
+:      016322 remote_car_send_double_motor_key1_rel:
+:      016323 remote_car_send_double_motor_key2_rel:
+:      016324 remote_car_send_double_motor_key3_rel:
+0x45b9 016325 jam motor_stop ,mem_remote_car_24g_motor1_payload 
+0x45ba 016326 jam motor_stop ,mem_remote_car_24g_motor2_payload 
+0x45bb 016327 branch remote_car_send_key 
+:      016329 remote_car_send_attack_key4_rel:
+:      016330 remote_car_send_attack_key5_rel:
+0x45bc 016331 jam motor_stop ,mem_remote_car_24g_motor3_payload 
+0x45bd 016332 branch remote_car_send_key 
+:      016334 remote_car_send_key:
+0x45be 016335 arg mem_remote_car_24g_motor_packet ,rega 
+0x45bf 016336 branch queue_push 
+:      016337 remote_car_send_attack:
+0x45c0 016338 arg mem_remote_car_24g_fire_packet ,rega 
+0x45c1 016339 branch queue_push 
+:      016341 remote_car_g24_package_data:
+0x45c2 016342 fetch 1 ,mem_remote_car_24g_pair_success_flag 
+0x45c3 016343 beq work_paired ,remote_car_g24_send_empty 
+0x45c4 016344 arg mem_remote_car_24g_tx_temp ,rega 
+0x45c5 016345 call queue_pop 
+0x45c6 016346 nbranch remote_car_moto_data ,user 
+:      016347 remote_car_g24_package_data_continue:
+0x45c7 016348 arg mem_remote_car_24g_tx_temp ,contr 
+0x45c8 016349 ifetch 1 ,contr 
+0x45c9 016350 copy pdata ,rega 
+0x45ca 016351 arg mem_remote_car_24g_tx_temp + 1 ,regb 
+0x45cb 016354 rtn 
+:      016356 remote_car_g24_send_empty:
+0x45cc 016357 jam 0 ,mem_remote_car_24g_pair_success_flag 
+0x45cd 016358 enable user 
+0x45ce 016359 arg 1 ,rega 
+0x45cf 016360 arg mem_remote_car_empty_packet ,regb 
+0x45d0 016361 rtn 
+:      016363 remote_car_moto_data:
+0x45d1 016364 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
+0x45d2 016365 beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
+0x45d3 016366 beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
+0x45d4 016367 rtn 
+:      016368 remote_car_moto_data_next:
+0x45d5 016369 fetch 1 ,mem_remote_car_24g_tx_temp + 6 
+0x45d6 016370 nbranch remote_car_moto_data_enable_user ,blank 
+0x45d7 016371 fetch 1 ,mem_remote_car_24g_tx_temp + 8 
+0x45d8 016372 nbranch remote_car_moto_data_enable_user ,blank 
+0x45d9 016373 fetch 1 ,mem_remote_car_24g_tx_temp + 10 
+0x45da 016374 nbranch remote_car_moto_data_enable_user ,blank 
+0x45db 016375 rtn 
+:      016376 remote_car_moto_data_enable_user:
+0x45dc 016377 enable user 
+0x45dd 016378 branch remote_car_g24_package_data_continue 
+:      016386 shutter_init:
+0x45de 016387 rtn wake 
+0x45df 016388 hfetch 1 ,core_gpio_sel1 
+0x45e0 016389 and_into 0xfc ,pdata 
+0x45e1 016390 hstore 1 ,core_gpio_sel1 
+0x45e2 016391 setarg shutter_le_before_hibernate 
+0x45e3 016392 store 2 ,mem_cb_before_hibernate 
+0x45e4 016394 setarg shutter_process_lpm_before 
+0x45e5 016395 store 2 ,mem_cb_before_lpm 
+0x45e6 016397 setarg app_enter_hibernate 
+0x45e7 016398 store 2 ,mem_cb_discovry_timeout 
+0x45e8 016400 setarg shutter_process_idle 
+0x45e9 016401 store 2 ,mem_cb_idle_process 
+0x45ea 016403 setarg shutter_process_bb_event 
+0x45eb 016404 store 2 ,mem_cb_bb_event_process 
+0x45ec 016406 setarg shutter_le_scale_lpm_lock 
+0x45ed 016407 store 2 ,mem_cb_check_wakelock 
+0x45ee 016409 setarg ble_shutter_receive_data 
+0x45ef 016410 store 2 ,mem_cb_att_write 
+0x45f0 016412 setarg shutter_le_bb_event_timer 
+0x45f1 016413 store 2 ,mem_cb_event_timer 
+0x45f2 016415 setarg shutter_key_change 
+0x45f3 016416 store 2 ,mem_cb_shutter_keycan 
+0x45f4 016418 setarg shutter_soft_swtich_power_on 
+0x45f5 016419 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
+0x45f6 016420 setarg shutter_soft_swtich_power_off 
+0x45f7 016421 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
+0x45f8 016423 call le_modified_name 
+0x45f9 016424 call shutter_load_bluetooth_config_by_user_config 
+0x45fa 016425 call shutter_init_bluetooth_config 
+0x45fb 016426 call shutter_init_param 
+0x45fc 016427 call keyscan_key_init 
+0x45fd 016428 call shutter_load_buffer_config_form_datarom 
+0x45fe 016429 call queue_init 
+0x45ff 016430 call ui_led_init_global 
+0x4600 016431 call shutter_load_bluetooth_config 
+0x4601 016432 call shutter_load_bluetooth_config_by_eeprom 
+0x4602 016434 bpatch patch1e_5 ,mem_patch1e 
+0x4603 016435 call classic_shutter_load_reconn_info 
+0x4604 016436 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x4605 016437 beq hard_switch ,shutter_hart_swtich_power_on 
+0x4606 016438 fetch 1 ,mem_shutter_soft_switch_button_gpio 
+0x4607 016439 store 1 ,mem_ui_button_gpio 
+0x4608 016440 branch ui_soft_swtich_init 
+:      016443 shutter_hart_swtich_power_on:
+0x4609 016444 jam ui_button_gpio_disable ,mem_ui_button_gpio 
+0x460a 016445 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
+0x460b 016446 branch shutter_start_reconnect 
+:      016450 shutter_le_scale_lpm_lock:
+0x460c 016451 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x460d 016452 beq ss_state_power_off ,app_get_lpm_wake_lock 
+0x460e 016453 call l2cap_malloc_get_full_map 
+0x460f 016454 fetch 1 ,mem_used_map 
+0x4610 016455 nbranch app_get_lpm_wake_lock ,blank 
+0x4611 016456 branch app_put_lpm_wake_lock 
+:      016460 shutter_process_bb_event:
+0x4612 016461 copy regc ,pdata 
+0x4613 016463 beq bt_evt_bb_connected ,classic_shutter_process_baseband_connect 
+0x4614 016464 beq bt_evt_bb_disconnected ,classic_shutter_process_baseband_disconnect 
+0x4615 016465 beq bt_evt_reconn_failed ,classic_shutter_process_reconnect_failed 
+0x4616 016466 beq bt_evt_setup_complete ,classic_shutter_process_setup_complete 
+0x4617 016467 beq bt_evt_hid_connected ,classic_shutter_process_hid_connect 
+0x4618 016468 beq bt_evt_hid_disconnected ,classic_shutter_process_hid_disconnect 
+0x4619 016469 beq bt_evt_hid_handshake ,classic_shutter_process_hid_handshake 
+0x461a 016470 beq bt_evt_reconn_page_timeout ,classic_shutter_process_reconnect_page_timeout 
+0x461b 016471 beq bt_evt_virtual_cable_unplug ,classic_shutter_process_virtual_cable_unplug 
+0x461c 016472 beq bt_evt_remote_unsniff ,classic_shutter_process_remote_unsniff 
+0x461d 016473 beq bt_evt_store_nvram ,classic_shutter_process_store_reconnect_information 
+0x461e 016475 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
+0x461f 016476 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
+0x4620 016477 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
+0x4621 016478 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
+0x4622 016480 beq bt_evt_button_long_pressed ,shutter_process_soft_swtich_button_long_press 
+0x4623 016481 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
+0x4624 016482 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
+0x4625 016483 rtn 
+:      016488 classic_shutter_process_baseband_connect:
+0x4626 016489 jam 0 ,mem_classic_shutter_hid_disconn_count 
+0x4627 016490 jam 0 ,mem_classic_shutter_cable_unplug_conut 
+0x4628 016491 rtn 
+:      016494 classic_shutter_process_baseband_disconnect:
+0x4629 016495 call classic_shutter_disconnect_clear_flag 
+0x462a 016496 branch classic_shutter_process_reconnect_failed 
+:      016498 classic_shutter_disconnect_clear_flag:
+0x462b 016499 jam app_handshake_null ,mem_app_handshake_flag 
+0x462c 016500 jam 0 ,mem_hid_handshake_timer_count 
+0x462d 016501 jam 0 ,mem_unsniff2sniff_timer_count 
+0x462e 016502 jam 0 ,mem_classic_shutter_cable_unplug_conut 
+0x462f 016503 jam 0 ,mem_classic_shutter_hid_disconn_count 
+0x4630 016504 branch queue_init 
+:      016507 classic_shutter_process_reconnect_failed:
+0x4631 016508 call app_disconn_reason_clear 
+0x4632 016509 branch shutter_start_bluetooth_discovery 
+:      016512 classic_shutter_process_setup_complete:
+0x4633 016513 call shutter_stop_bluetooth_discovery 
+0x4634 016514 branch app_led_stop_blink 
+:      016517 classic_shutter_process_hid_connect:
+0x4635 016518 setarg hid_handshake_timeout 
+0x4636 016519 store 1 ,mem_hid_handshake_timer_count 
+0x4637 016520 rtn 
+:      016523 classic_shutter_process_hid_disconnect:
+0x4638 016524 jam 0 ,mem_classic_shutter_cable_unplug_conut 
+0x4639 016525 setarg flag_shutter_hid_disconn_timeout 
+0x463a 016526 store 1 ,mem_classic_shutter_hid_disconn_count 
+0x463b 016527 rtn 
+:      016530 classic_shutter_process_hid_handshake:
+0x463c 016531 fetch 1 ,mem_app_handshake_flag 
+0x463d 016532 rtneq app_handshake_done 
+0x463e 016533 jam app_handshake_done ,mem_app_handshake_flag 
+0x463f 016534 call app_lpm_mult_enable 
+0x4640 016535 call app_store_reconn_info 
+0x4641 016536 call shutter_stop_bluetooth_discovery 
+0x4642 016537 call app_led_off 
+0x4643 016538 branch app_bt_enter_sniff 
+:      016541 classic_shutter_process_reconnect_page_timeout:
+0x4644 016542 branch classic_shutter_process_reconnect_failed 
+:      016545 classic_shutter_process_virtual_cable_unplug:
+0x4645 016546 setarg flag_shutter_cable_unplug_timeout 
+0x4646 016547 store 1 ,mem_classic_shutter_cable_unplug_conut 
+0x4647 016548 rtn 
+:      016551 classic_shutter_process_remote_unsniff:
+0x4648 016552 branch app_start_auto_sniff 
+:      016556 classic_shutter_process_store_reconnect_information:
+0x4649 016557 arg nvram_eeprom_offset ,regb 
+0x464a 016558 fetch 1 ,mem_nv_data_number 
+0x464b 016559 mul32 pdata ,34 ,temp 
+0x464c 016560 fetch 2 ,mem_nv_data_ptr 
+0x464d 016561 copy pdata ,rega 
+0x464e 016562 branch iicd_write_eep_data 
+:      016564 classic_shutter_load_reconn_info:
+0x464f 016565 arg nvram_eeprom_offset ,regb 
+0x4650 016566 fetch 1 ,mem_shutter_bluetooth_type 
+0x4651 016567 rtnbit0 classic_shutter 
+0x4652 016568 fetch 1 ,mem_nv_data_number 
+0x4653 016569 rtn blank 
+0x4654 016570 mul32 pdata ,34 ,temp 
+0x4655 016571 fetch 2 ,mem_nv_data_ptr 
+0x4656 016572 copy pdata ,rega 
+0x4657 016573 branch iicd_read_eep_data 
+:      016577 ble_shutter_process_baseband_connect:
+0x4658 016578 call shutter_stop_bluetooth_discovery 
+0x4659 016579 setarg 0 
+0x465a 016580 store 2 ,mem_ble_shutter_reconn_timer 
+0x465b 016581 branch app_led_off 
+:      016584 ble_shutter_process_baseband_disconnect:
+0x465c 016585 call queue_init 
+0x465d 016586 jam 0 ,mem_ble_shutter_enable_notify 
+0x465e 016587 branch shutter_start_reconnect 
+:      016590 ble_shutter_process_reconnect_complete:
+0x465f 016591 call queue_init 
+0x4660 016592 jam 1 ,mem_ble_shutter_enable_notify 
+0x4661 016593 fetch 8 ,mem_ble_shutter_interval_min 
+0x4662 016594 store 8 ,mem_le_interval_min 
+0x4663 016595 call app_lpm_mult_enable 
+0x4664 016596 branch le_l2cap_tx_update_req 
+:      016599 ble_shutter_process_parse_connect_parameter_update_response:
+0x4665 016600 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x4666 016601 rtneq ble_signaling_connect_parameter_update_accepted 
+0x4667 016602 fetch 8 ,mem_ble_shutter_interval_min_new 
+0x4668 016603 rtn blank 
+0x4669 016604 store 8 ,mem_le_interval_min 
+0x466a 016605 branch le_l2cap_tx_update_req 
+:      016609 shutter_process_soft_swtich_button_long_press:
+0x466b 016610 branch ui_soft_switch_botton_long_press 
+:      016612 shutter_process_soft_swtich_button_down:
+0x466c 016613 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x466d 016614 rtneq hard_switch 
+0x466e 016615 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x466f 016616 rtnne ss_state_power_on 
+0x4670 016617 call shutter_store_currenct_led_state 
+0x4671 016618 branch app_led_on 
+:      016620 shutter_store_currenct_led_state:
+0x4672 016621 jam 1 ,mem_shutter_soft_swtich_botton_down 
+0x4673 016622 arg 11 ,loopcnt 
+0x4674 016623 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
+0x4675 016624 arg mem_shutter_led_struct_app_led ,contr 
+0x4676 016625 branch memcpy 
+:      016627 shutter_process_soft_swtich_button_up:
+0x4677 016628 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x4678 016629 rtneq hard_switch 
+0x4679 016630 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x467a 016631 beq ss_state_power_on ,shutter_load_currenct_led_state 
+0x467b 016632 branch ui_soft_switch_botton_up 
+:      016634 shutter_load_currenct_led_state:
+0x467c 016635 fetch 1 ,mem_shutter_soft_swtich_botton_down 
+0x467d 016636 rtnne 1 
+0x467e 016637 jam 0 ,mem_shutter_soft_swtich_botton_down 
+0x467f 016638 fetch 2 ,mem_ui_state_map 
+0x4680 016639 bbit1 ui_state_bt_connected ,app_led_off 
+0x4681 016640 bbit1 ui_state_ble_connected ,app_led_off 
+0x4682 016641 arg 11 ,loopcnt 
+0x4683 016642 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
+0x4684 016643 arg mem_shutter_led_struct_app_led ,contw 
+0x4685 016644 branch memcpy 
+:      016649 shutter_le_bb_event_timer:
+0x4686 016651 call shutter_check_sleep_timer 
+0x4687 016654 call shutter_check_power_off_timer 
+0x4688 016657 call classic_shutter_check_unplug_timer 
+0x4689 016658 call classic_shutter_hid_handshake_timer 
+0x468a 016659 call classic_shutter_hid_disconn_timer 
+0x468b 016662 branch ble_shutter_reconn_timer 
+:      016666 shutter_check_sleep_timer:
+0x468c 016667 arg mem_shutter_sleep_timer ,regc 
+0x468d 016668 arg shutter_sleep_timeout ,regb 
+0x468e 016669 branch timer_single_step_2b 
+:      016670 shutter_sleep_timeout:
+0x468f 016671 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
+0x4690 016672 call app_led_off 
+0x4691 016673 call shutter_disconnect_current_connection 
+0x4692 016674 branch shutter_wait_power_off 
+:      016677 shutter_check_power_off_timer:
+0x4693 016678 arg mem_shutter_power_off_timer ,regc 
+0x4694 016679 arg shutter_check_power_off_timeout ,regb 
+0x4695 016680 branch timer_single_step 
+:      016682 shutter_check_power_off_timeout:
+0x4696 016683 fetch 2 ,mem_ui_state_map 
+0x4697 016684 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+0x4698 016685 bbit1 ui_state_bt_connected ,shutter_wait_power_off 
+0x4699 016686 fetch 1 ,mem_shutter_led_struct_app_led_type 
+0x469a 016687 beq ui_led_state_blink_start ,shutter_wait_power_off 
+0x469b 016688 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
+0x469c 016689 beq ui_led_state_blink_darking ,shutter_wait_power_off 
+0x469d 016690 branch app_enter_hibernate 
+:      016694 classic_shutter_check_unplug_timer:
+0x469e 016695 arg mem_classic_shutter_cable_unplug_conut ,regc 
+0x469f 016696 arg classic_shutter_unplug_timeout ,regb 
+0x46a0 016697 branch timer_single_step 
+:      016699 classic_shutter_unplug_timeout:
+0x46a1 016700 fetch 1 ,mem_control_tasks 
+0x46a2 016701 set1 l2cap_disconnect_interrupt ,pdata 
+0x46a3 016702 set1 l2cap_disconnect_control ,pdata 
+0x46a4 016703 store 1 ,mem_control_tasks 
+0x46a5 016704 rtn 
+:      016706 classic_shutter_hid_handshake_timer:
+0x46a6 016707 arg mem_hid_handshake_timer_count ,regc 
+0x46a7 016708 arg classic_shutter_process_hid_handshake ,regb 
+0x46a8 016709 branch timer_single_step 
+:      016711 classic_shutter_hid_disconn_timer:
+0x46a9 016712 arg mem_classic_shutter_hid_disconn_count ,regc 
+0x46aa 016713 arg app_bt_disconnect ,regb 
+0x46ab 016714 branch timer_single_step 
+:      016719 ble_shutter_reconn_timer:
+0x46ac 016720 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x46ad 016721 rtnne ss_state_power_on 
+0x46ae 016722 arg mem_ble_shutter_reconn_timer ,regc 
+0x46af 016723 arg shutter_start_bluetooth_discovery ,regb 
+0x46b0 016724 branch timer_single_step_2b 
+:      016727 shutter_process_idle:
+0x46b1 016728 call shutter_send_data_to_master 
+0x46b2 016729 branch keyscan_key_process 
+:      016732 shutter_process_lpm_before:
+0x46b3 016733 branch keyscan_process_lpm_before 
+:      016735 shutter_le_before_hibernate:
+0x46b4 016736 call gpio_set_before_lpm_common 
+0x46b5 016737 branch shutter_process_lpm_before 
+:      016743 shutter_stop_bluetooth_discovery:
+0x46b6 016744 fetch 1 ,mem_shutter_bluetooth_type 
+0x46b7 016745 bbit1 classic_shutter ,classic_shutter_stop_bluetooth_discovery 
+0x46b8 016746 bbit1 ble_shutter ,ble_shutter_stop_bluetooth_discovery 
+0x46b9 016747 rtn 
+:      016749 ble_shutter_stop_bluetooth_discovery:
+0x46ba 016750 fetch 2 ,mem_ble_shutter_connect_timeout 
+0x46bb 016751 store 2 ,mem_shutter_sleep_timeout 
+0x46bc 016752 store 2 ,mem_shutter_sleep_timer 
+0x46bd 016753 branch app_ble_stop_adv 
+:      016755 classic_shutter_stop_bluetooth_discovery:
+0x46be 016756 fetch 2 ,mem_classic_shutter_connect_timeout 
+0x46bf 016757 store 2 ,mem_shutter_sleep_timeout 
+0x46c0 016758 store 2 ,mem_shutter_sleep_timer 
+0x46c1 016759 branch app_bt_stop_discovery 
+:      016761 shutter_start_bluetooth_discovery:
+0x46c2 016762 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x46c3 016763 rtnne ss_state_power_on 
+0x46c4 016764 fetch 1 ,mem_shutter_bluetooth_type 
+0x46c5 016765 bbit1 classic_shutter ,classic_shutter_start_discovery 
+0x46c6 016766 bbit1 ble_shutter ,ble_shutter_start_discovery 
+0x46c7 016767 rtn 
+:      016769 classic_shutter_start_discovery:
+0x46c8 016770 fetch 2 ,mem_classic_shutter_discovery_timeout ,
+0x46c9 016771 store 2 ,mem_shutter_sleep_timeout 
+0x46ca 016772 store 2 ,mem_shutter_sleep_timer 
+0x46cb 016773 branch app_bt_start_discovery_short 
+:      016775 ble_shutter_start_discovery:
+0x46cc 016776 fetch 2 ,mem_ui_state_map 
+0x46cd 016777 rtnbit1 ui_state_ble_connected 
+0x46ce 016778 fetch 2 ,mem_ble_shutter_discovery_timeout 
+0x46cf 016779 store 2 ,mem_shutter_sleep_timeout 
+0x46d0 016780 store 2 ,mem_shutter_sleep_timer 
+0x46d1 016781 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
+0x46d2 016782 call shutter_ble_adv_interval_set 
+0x46d3 016783 call app_led_start_blink 
+0x46d4 016784 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
+0x46d5 016785 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x46d6 016786 fetch 2 ,mem_ui_state_map 
+0x46d7 016787 rtnbit1 ui_state_ble_adv 
+0x46d8 016788 branch app_ble_start_adv 
+:      016791 shutter_start_reconnect:
+0x46d9 016792 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x46da 016793 rtnne ss_state_power_on 
+0x46db 016794 fetch 1 ,mem_shutter_bluetooth_type 
+0x46dc 016795 bbit1 classic_shutter ,classic_shutter_start_reconnect 
+0x46dd 016796 bbit1 ble_shutter ,ble_shutter_start_reconnect 
+0x46de 016797 rtn 
+:      016799 classic_shutter_start_reconnect:
+0x46df 016800 call app_check_reconn_target 
+0x46e0 016801 branch shutter_start_bluetooth_discovery ,blank 
+0x46e1 016802 call app_led_on 
+0x46e2 016803 call app_bt_stop_discovery 
+0x46e3 016804 branch app_bt_start_reconnect 
+:      016806 ble_shutter_start_reconnect:
+0x46e4 016807 fetch 2 ,mem_ble_shutter_reconn_timer 
+0x46e5 016808 fetcht 2 ,mem_ble_shutter_reconn_timeout 
+0x46e6 016809 storet 2 ,mem_ble_shutter_reconn_timer 
+0x46e7 016810 nrtn blank 
+0x46e8 016811 fetch 2 ,mem_ble_shutter_reconn_dav_interval 
+0x46e9 016812 call shutter_ble_adv_interval_set 
+0x46ea 016813 call app_led_start_blink 
+0x46eb 016814 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
+0x46ec 016815 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x46ed 016816 fetch 2 ,mem_ui_state_map 
+0x46ee 016817 rtnbit1 ui_state_ble_adv 
+0x46ef 016818 branch app_ble_start_adv 
+:      016821 shutter_ble_adv_interval_set:
+0x46f0 016822 store 2 ,mem_lpm_interval 
+0x46f1 016823 increase -4 ,pdata 
+0x46f2 016824 store 2 ,mem_le_adv_interval 
+0x46f3 016825 rtn 
+:      016828 shutter_disconnect_current_connection:
+0x46f4 016829 fetch 2 ,mem_ui_state_map 
+0x46f5 016830 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x46f6 016831 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x46f7 016832 branch shutter_stop_bluetooth_discovery 
+:      016836 app_check_reconn_target:
+0x46f8 016837 fetch 1 ,mem_nv_data_number 
+0x46f9 016838 copy pdata ,loopcnt 
+0x46fa 016839 fetch 2 ,mem_nv_data_ptr 
+0x46fb 016840 copy pdata ,rega 
+:      016841 app_check_reconn_target_loop:
+0x46fc 016842 ifetch 2 ,rega 
+0x46fd 016843 beq 0 ,found_reconn_device 
+0x46fe 016844 increase nv_data_len ,rega 
+0x46ff 016845 loop app_check_reconn_target_loop 
+0x4700 016846 branch enable_blank 
+:      016848 found_reconn_device:
+0x4701 016849 ifetch 6 ,contr 
+0x4702 016850 store 6 ,mem_hci_plap 
+0x4703 016851 increase 10 ,contr 
+0x4704 016852 arg mem_link_key ,contw 
+0x4705 016853 call memcpy16 
+0x4706 016854 call check_link_key_load 
+0x4707 016855 branch disable_blank 
+:      016861 shutter_check_data_enable:
+0x4708 016862 call disable_user 
+0x4709 016863 fetch 2 ,mem_ui_state_map 
+0x470a 016864 bbit1 ui_state_bt_connected ,shutter_check_bt_data_enable 
+0x470b 016865 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
+0x470c 016866 rtn 
+:      016868 shutter_check_bt_data_enable:
+0x470d 016869 fetch 1 ,mem_hid_interrupt_state 
+0x470e 016870 rtnne 0x3f 
+0x470f 016871 branch enable_user 
+:      016873 shutter_check_ble_data_enable:
+0x4710 016874 fetch 1 ,mem_ble_shutter_enable_notify 
+0x4711 016875 rtn blank 
+0x4712 016876 branch enable_user 
+:      016881 shutter_check_bluetooth_conn:
+0x4713 016882 call disable_user 
+0x4714 016883 fetch 2 ,mem_ui_state_map 
+0x4715 016884 rtnbit1 ui_state_bt_connected 
+0x4716 016885 rtnbit1 ui_state_ble_connected 
+0x4717 016886 branch enable_user 
+:      016890 shutter_change_bluetooth_status_bt_disconn:
+0x4718 016891 fetch 1 ,mem_shutter_bluetooth_type 
+0x4719 016892 bbit1 classic_shutter ,classic_shutter_change_bluetooth_status_bt_disconn 
+0x471a 016893 bbit1 ble_shutter ,ble_shutter_change_bluetooth_status_bt_disconn 
+0x471b 016894 rtn 
+:      016896 classic_shutter_change_bluetooth_status_bt_disconn:
+0x471c 016897 fetch 1 ,mem_scan_mode 
+0x471d 016898 rtnne 0x03 
+0x471e 016899 branch shutter_start_reconnect 
+:      016901 ble_shutter_change_bluetooth_status_bt_disconn:
+0x471f 016902 branch shutter_start_reconnect 
+:      016905 shutter_check_send_data:
+0x4720 016906 disable user2 
+0x4721 016907 fetch 2 ,mem_shutter_sleep_timeout 
+0x4722 016908 store 2 ,mem_shutter_sleep_timer 
+0x4723 016910 call shutter_check_bluetooth_conn 
+0x4724 016911 branch shutter_change_bluetooth_status_bt_disconn ,user 
+0x4725 016913 call shutter_check_data_enable 
+0x4726 016914 nrtn user 
+0x4727 016915 enable user2 
+0x4728 016916 rtn 
+:      016920 shutter_key_change:
+0x4729 016921 call shutter_check_send_data 
+0x472a 016922 nrtn user2 
+0x472b 016923 deposit rega 
+0x472c 016924 branch shutter_key_release ,blank 
+:      016925 shutter_key_press:
+0x472d 016926 call app_led_on 
+0x472e 016927 arg mem_key0_press ,regc 
+0x472f 016928 branch push_queue_press_or_release 
+:      016930 shutter_key_release:
+0x4730 016931 call app_led_off 
+0x4731 016932 arg mem_key0_release ,regc 
+:      016934 push_queue_press_or_release:
+0x4732 016935 arg max_queue_num ,pdata 
+0x4733 016936 imul32 queue ,pdata 
+0x4734 016937 iadd regc ,regc 
+:      016940 push_buffer_in_queue:
+0x4735 016941 ifetch 1 ,regc 
+0x4736 016942 rtn blank 
+0x4737 016943 call queue_push_one_byte 
+0x4738 016944 increase 1 ,regc 
+0x4739 016945 branch push_buffer_in_queue 
+:      016948 shutter_send_data_to_master:
+0x473a 016949 fetch 2 ,mem_ui_state_map 
+0x473b 016950 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
+0x473c 016951 bbit1 ui_state_bt_connected ,pop_queue_to_classic_data 
+0x473d 016952 rtn 
+:      016954 pop_queue_to_ble_data:
+0x473e 016955 call le_fifo_check_nearly_full 
+0x473f 016956 nrtn blank 
+0x4740 016957 call queue_pop_one_byte 
+0x4741 016958 nrtn user 
+0x4742 016959 pincrease -1 
+0x4743 016960 mul32 pdata ,shutter_ble_data_buffer ,pdata 
+0x4744 016961 arg mem_ble_data_buffer1 ,temp 
+0x4745 016962 iadd temp ,contr 
+:      016963 le_send_notify_from_list:
+0x4746 016964 ifetch 1 ,contr 
+0x4747 016965 copy pdata ,rega 
+0x4748 016966 ifetcht 2 ,contr 
+0x4749 016967 call store_contr 
+0x474a 016968 call le_att_malloc_tx_notify 
+0x474b 016969 copy rega ,loopcnt 
+0x474c 016970 call get_contr 
+0x474d 016971 branch memcpy 
+:      016974 pop_queue_to_classic_data:
+0x474e 016975 call l2cap_malloc_is_fifo_nearly_full 
+0x474f 016976 nrtn blank 
+0x4750 016977 call queue_pop_one_byte 
+0x4751 016978 nrtn user 
+0x4752 016979 pincrease -1 
+0x4753 016980 mul32 pdata ,shutter_classic_data_buffer ,pdata 
+0x4754 016981 arg mem_classic_data_buffer1 ,temp 
+0x4755 016982 iadd temp ,contr 
+0x4756 016983 ifetch 5 ,contr 
+0x4757 016984 store 5 ,mem_classic_data_buffer 
+:      016985 classic_send_hid_data:
+0x4758 016986 fetch 1 ,mem_classic_data_buffer 
+0x4759 016987 copy pdata ,rega 
+0x475a 016988 call hid_malloc_tx_buff 
+0x475b 016989 fetch 2 ,mem_hid_int_remote_cid 
+0x475c 016990 istore 2 ,contw 
+0x475d 016991 setarg 0xa1 
+0x475e 016992 istore 1 ,contw 
+0x475f 016993 fetch 4 ,mem_classic_data_buffer + 1 
+0x4760 016994 istore 9 ,contw 
+0x4761 016995 rtn 
+:      016999 queue_push_one_byte:
+0x4762 017000 store 1 ,mem_pdatatemp 
+0x4763 017001 arg mem_pdatatemp ,rega 
+0x4764 017002 branch queue_push 
+:      017004 queue_pop_one_byte:
+0x4765 017005 arg mem_pdatatemp ,rega 
+0x4766 017006 call queue_pop 
+0x4767 017007 nrtn user 
+0x4768 017008 fetch 1 ,mem_pdatatemp 
+0x4769 017009 rtn 
+:      017012 ble_shutter_receive_data:
+0x476a 017013 fetch 2 ,mem_le_att_handle 
+0x476b 017014 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
+0x476c 017015 rtn 
+:      017017 shutter_init_param:
+0x476d 017018 setarg 0x02 
+0x476e 017019 store 1 ,mem_shutter_power_off_timeout 
+0x476f 017021 setarg 0x00200008 
+0x4770 017022 store 4 ,mem_ble_shutter_interval_min 
+0x4771 017023 setarg 0x012c0005 
+0x4772 017024 istore 4 ,contw 
+0x4773 017027 jam 0x17 ,mem_le_local_mtu 
+0x4774 017030 setarg 0x1b 
+0x4775 017031 store 2 ,mem_le_pairing_handle 
+0x4776 017032 call le_set_config_fixed_ltk 
+0x4777 017033 call le_set_fixed_ltk 
+0x4778 017034 call le_set_justwork 
+0x4779 017035 branch le_set_config_read_authentication 
+:      017038 shutter_load_buffer_config_form_datarom:
+0x477a 017040 arg ble_key_value_list_size ,loopcnt 
+0x477b 017041 arg mem_ble_data_buffer1 ,contw 
+0x477c 017042 arg ble_shutter_key_value_list ,contr 
+0x477d 017043 call memcpy_fast 
+0x477e 017044 arg bt_key_value_list_size ,loopcnt 
+0x477f 017045 arg mem_classic_data_buffer1 ,contw 
+0x4780 017046 arg classic_shutter_key_value_list ,contr 
+0x4781 017047 branch memcpy_fast 
+:      017050 shutter_load_ble_gatt_form_datarom:
+0x4782 017051 arg ble_gatt_list_size ,loopcnt 
+0x4783 017052 arg ble_shutter_gatt_list ,contr 
+0x4784 017053 branch memcpy_fast 
+:      017056 shutter_load_bt_sdp_form_datarom:
+0x4785 017057 arg bt_sdp_list_size ,loopcnt 
+0x4786 017058 arg classic_shutter_sdp_list ,contr 
+0x4787 017059 branch memcpy_fast 
+:      017063 shutter_init_bluetooth_config:
+0x4788 017064 call shutter_check_load_config_flag 
+0x4789 017065 nrtn user 
+0x478a 017066 fetch 1 ,mem_shutter_config_select_gpio1 
+0x478b 017067 call shutter_init_bluetooth_config_gpio_input 
+0x478c 017068 fetch 1 ,mem_shutter_config_select_gpio2 
+0x478d 017069 call shutter_init_bluetooth_config_gpio_input 
+0x478e 017070 fetch 1 ,mem_shutter_config_select_gpio3 
+0x478f 017071 branch shutter_init_bluetooth_config_gpio_input 
+:      017073 shutter_init_bluetooth_config_gpio_input:
+0x4790 017074 rtn blank 
+0x4791 017075 or pdata ,0x80 ,temp 
+0x4792 017076 branch gpio_config_input_nowake 
+:      017079 shutter_load_bluetooth_config:
+0x4793 017080 call shutter_check_load_config_flag 
+0x4794 017081 nrtn user 
+0x4795 017082 call shutter_load_bluetooth_config_label 
+0x4796 017083 branch shutter_load_bluetooth_config_by_otp 
+:      017085 shutter_load_bluetooth_config_label:
+0x4797 017086 arg 0 ,rega 
+0x4798 017087 fetch 1 ,mem_shutter_config_select_gpio1 
+0x4799 017088 call shutter_load_bluetooth_config_read_gpio_input 
+0x479a 017089 nsetflag blank ,0 ,rega 
+0x479b 017090 fetch 1 ,mem_shutter_config_select_gpio2 
+0x479c 017091 call shutter_load_bluetooth_config_read_gpio_input 
+0x479d 017092 nsetflag blank ,1 ,rega 
+0x479e 017093 fetch 1 ,mem_shutter_config_select_gpio3 
+0x479f 017094 call shutter_load_bluetooth_config_read_gpio_input 
+0x47a0 017095 nsetflag blank ,2 ,rega 
+0x47a1 017096 copy rega ,pdata 
+0x47a2 017097 store 1 ,mem_shutter_config_label 
+0x47a3 017098 fetch 1 ,mem_shutter_config_size 
+0x47a4 017099 imul32 rega ,pdata 
+0x47a5 017100 fetcht 2 ,mem_shutter_config_otp_base_address 
+0x47a6 017101 iadd temp ,pdata 
+0x47a7 017102 store 2 ,mem_shutter_config_otp_addr 
+0x47a8 017103 rtn 
+:      017105 shutter_load_bluetooth_config_read_gpio_input:
+0x47a9 017106 rtn blank 
+0x47aa 017107 or pdata ,0x80 ,temp 
+0x47ab 017108 call gpio_get_bit 
+0x47ac 017109 nbranch enable_blank ,true 
+0x47ad 017110 branch disable_blank 
+:      017113 shutter_check_load_config_flag:
+0x47ae 017114 call disable_user 
+0x47af 017115 fetch 1 ,mem_shutter_config_user_size 
+0x47b0 017116 nrtn blank 
+0x47b1 017117 fetch 1 ,mem_shutter_config_enable 
+0x47b2 017118 rtn blank 
+0x47b3 017119 branch enable_user 
+:      017122 shutter_load_bluetooth_config_by_otp:
+0x47b4 017123 call otp_enable_chgpump 
+0x47b5 017124 fetch 2 ,mem_shutter_config_otp_addr 
+0x47b6 017125 arg mem_shutter_config_data_temp ,rega 
+0x47b7 017126 fetcht 1 ,mem_shutter_config_size 
+0x47b8 017127 call otpd_read_data 
+0x47b9 017128 call otp_disable_chgpump 
+:      017129 shutter_load_bluetooth_config_store_name:
+0x47ba 017130 fetch 1 ,mem_shutter_config_data_temp 
+0x47bb 017131 copy pdata ,loopcnt 
+0x47bc 017132 store 1 ,mem_le_name_len 
+0x47bd 017133 call memcpy_fast 
+0x47be 017134 fetch 1 ,mem_shutter_config_data_temp 
+0x47bf 017135 copy pdata ,loopcnt 
+0x47c0 017136 store 1 ,mem_local_name_length 
+0x47c1 017137 call memcpy_fast 
+0x47c2 017138 ifetch 1 ,contr 
+0x47c3 017139 store 1 ,mem_shutter_key_num 
+0x47c4 017140 ifetch 1 ,contr 
+0x47c5 017141 store 1 ,mem_shutter_hard_soft_switch_case 
+0x47c6 017142 rtn 
+:      017145 shutter_load_bluetooth_config_by_eeprom:
+0x47c7 017146 fetch 1 ,mem_shutter_bluetooth_type 
+0x47c8 017147 rtnbit0 classic_shutter 
+0x47c9 017148 arg 3 ,temp 
+0x47ca 017149 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
+0x47cb 017150 copy pdata ,regb 
+0x47cc 017151 arg mem_shutter_config_eeprom_start_flag ,rega 
+0x47cd 017152 call iicd_read_eep_data 
+0x47ce 017153 fetcht 2 ,mem_shutter_config_eeprom_start_flag 
+0x47cf 017154 setarg shutter_eeprom_config_crc 
+0x47d0 017155 isub temp ,null 
+0x47d1 017156 nrtn zero 
+0x47d2 017157 fetch 1 ,mem_shutter_config_user_size 
+0x47d3 017158 rtn blank 
+0x47d4 017159 copy pdata ,temp 
+0x47d5 017160 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
+0x47d6 017161 add pdata ,3 ,regb 
+0x47d7 017162 arg mem_shutter_config_data_temp ,rega 
+0x47d8 017163 call iicd_read_eep_data 
+0x47d9 017164 branch shutter_store_config 
+:      017166 shutter_load_bluetooth_config_by_user_config:
+0x47da 017167 fetch 2 ,mem_shutter_config_user_otp_address 
+0x47db 017168 rtn blank 
+0x47dc 017169 call otp_enable_chgpump 
+0x47dd 017170 arg 1 ,temp 
+0x47de 017171 arg mem_shutter_config_user_size ,rega 
+0x47df 017172 call otpd_read_data 
+0x47e0 017174 fetch 1 ,mem_shutter_config_user_size 
+0x47e1 017175 rtn blank 
+0x47e2 017177 fetch 2 ,mem_shutter_config_user_otp_address 
+0x47e3 017178 pincrease 1 
+0x47e4 017179 arg mem_shutter_config_data_temp ,rega 
+0x47e5 017180 fetcht 1 ,mem_shutter_config_user_size 
+0x47e6 017181 call otpd_read_data 
+0x47e7 017182 call otp_disable_chgpump 
+:      017183 shutter_store_config:
+0x47e8 017184 call shutter_load_bluetooth_config_store_name 
+:      017185 shutter_load_bluetooth_config_custom:
+0x47e9 017186 ifetch 2 ,contr 
+0x47ea 017187 rtn blank 
+0x47eb 017188 copy pdata ,contw 
+0x47ec 017189 ifetcht 1 ,contr 
+0x47ed 017190 copy temp ,loopcnt 
+0x47ee 017191 call memcpy 
+0x47ef 017192 branch shutter_load_bluetooth_config_custom 
+:      017196 shutter_random_mac_addr:
+0x47f0 017197 fetch 1 ,mem_shutter_bluetooth_type 
+0x47f1 017198 rtnbit0 classic_shutter 
+0x47f2 017199 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
+0x47f3 017200 copy pdata ,regb 
+0x47f4 017201 arg 4 ,temp 
+0x47f5 017202 arg mem_shutter_random_mac_data_temp ,rega 
+0x47f6 017203 call iicd_read_eep_data 
+0x47f7 017204 fetch 1 ,mem_shutter_random_mac_data_temp 
+0x47f8 017205 bne 1 ,shutter_write_random_mac_addr_to_eeprom 
+:      017206 shutter_write_random_mac_addr_to_eeprom:
+0x47f9 017207 setarg 1 
+0x47fa 017208 store 1 ,mem_shutter_random_mac_data_temp 
+0x47fb 017209 force 3 ,loopcnt 
+0x47fc 017210 call generate_random_loop 
+0x47fd 017211 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
+0x47fe 017212 copy pdata ,regb 
+0x47ff 017213 arg 4 ,temp 
+0x4800 017214 arg mem_shutter_random_mac_data_temp ,rega 
+0x4801 017215 call iicd_write_eep_data 
+:      017216 shutter_write_random_mac_addr:
+0x4802 017217 fetch 3 ,mem_shutter_random_mac_data_temp + 1 
+0x4803 017218 store 3 ,mem_lap 
+0x4804 017219 store 3 ,mem_le_lap 
+0x4805 017220 rtn 
+:      017223 shutter_soft_swtich_power_on:
+0x4806 017224 branch shutter_start_reconnect 
+:      017227 shutter_soft_swtich_power_off:
+0x4807 017228 arg 0 ,rega 
+0x4808 017229 arg mem_shutter_power_off_led_style ,regc 
+0x4809 017230 call ui_led_set_style_global 
+0x480a 017231 call shutter_disconnect_current_connection 
+:      017232 shutter_wait_power_off:
+0x480b 017233 fetch 1 ,mem_shutter_power_off_timeout 
+0x480c 017234 store 1 ,mem_shutter_power_off_timer 
+0x480d 017235 rtn 
+:      017239 ui_soft_swtich_init:
+0x480e 017240 setarg ss_state_power_up 
+0x480f 017241 call ui_soft_swtich_init_power_on_time 
+0x4810 017242 jam ui_button_state_up ,mem_ui_button_last_state 
+0x4811 017243 call ui_button_init 
+0x4812 017244 call ui_button_polling 
+0x4813 017245 fetch 2 ,mem_ui_state_map 
+0x4814 017246 rtnbit1 ui_state_btn_down 
+0x4815 017247 branch app_enter_hibernate 
+:      017249 ui_soft_swtich_init_power_on_time:
+0x4816 017250 fetcht 2 ,mem_power_param_ptr 
+0x4817 017251 istore 1 ,temp 
+0x4818 017252 ifetch 1 ,contw 
+0x4819 017253 store 1 ,mem_ui_button_timeout 
+0x481a 017254 rtn 
+:      017257 ui_soft_switch_botton_up:
+0x481b 017258 fetch 2 ,mem_power_param_ptr 
+0x481c 017259 ifetch 1 ,pdata 
+0x481d 017260 rtnne ss_state_power_up 
+0x481e 017261 branch app_enter_hibernate 
+:      017264 ui_soft_switch_botton_long_press:
+0x481f 017265 fetcht 2 ,mem_power_param_ptr 
+0x4820 017266 ifetch 1 ,temp 
+0x4821 017267 beq ss_state_power_on ,ui_soft_switch_power_off 
+:      017268 ui_soft_switch_power_on:
+0x4822 017269 setarg ss_state_power_on 
+0x4823 017270 fetcht 2 ,mem_power_param_ptr 
+0x4824 017271 istore 1 ,temp 
+0x4825 017272 add temp ,ss_power_off_time ,contr 
+0x4826 017273 ifetch 1 ,contr 
+0x4827 017274 istore 1 ,mem_ui_button_timeout 
+0x4828 017275 ifetch 2 ,contr 
+0x4829 017276 branch callback_func 
+:      017278 ui_soft_switch_power_off:
+0x482a 017279 setarg ss_state_power_off 
+0x482b 017280 call ui_soft_swtich_init_power_on_time 
+0x482c 017281 add temp ,ss_power_off_cb ,contr 
+0x482d 017282 ifetch 2 ,contr 
+0x482e 017283 branch app_enter_hibernate ,blank 
+0x482f 017284 branch callback_func 
+:      017290 shutter_byteswap:
+0x4830 017291 store 6 ,mem_tmp_buffer 
+0x4831 017292 fetch 1 ,mem_tmp_buffer 
+0x4832 017293 store 1 ,mem_tmp_buffer + 11 
+0x4833 017294 ifetch 1 ,contr 
+0x4834 017295 store 1 ,mem_tmp_buffer + 10 
+0x4835 017296 ifetch 1 ,contr 
+0x4836 017297 store 1 ,mem_tmp_buffer + 9 
+0x4837 017298 ifetch 1 ,contr 
+0x4838 017299 store 1 ,mem_tmp_buffer + 8 
+0x4839 017300 ifetch 1 ,contr 
+0x483a 017301 store 1 ,mem_tmp_buffer + 7 
+0x483b 017302 ifetch 1 ,contr 
+0x483c 017303 store 1 ,mem_tmp_buffer + 6 
+0x483d 017304 fetch 6 ,mem_tmp_buffer + 6 
+0x483e 017305 rtn 
+:      017307 shutter_random_addr_by_otp:
+0x483f 017308 call load_adc_init 
+0x4840 017309 fetch 1 ,mem_1v_adc_io_data 
+0x4841 017310 store 1 ,mem_le_lap 
+0x4842 017311 fetch 1 ,mem_5v_adc_hvin_data 
+0x4843 017312 istore 1 ,contw 
+0x4844 017313 fetch 1 ,mem_3v_adc_vinlpm_data 
+0x4845 017314 istore 1 ,contw 
+0x4846 017315 fetch 3 ,mem_le_lap 
+0x4847 017316 store 3 ,mem_lap 
+0x4848 017317 rtn 
+:      017329 sim_iic_read_eep_data:
+0x4849 017330 fetch 2 ,mem_eeprom_base 
+0x484a 017331 iadd regb ,pdata 
+0x484b 017332 byteswap pdata ,pdata 
+0x484c 017333 store 2 ,mem_addr_mi 
+0x484d 017334 copy temp ,regb 
+0x484e 017336 call sim_iic_start 
+0x484f 017337 setarg 0xa0 
+0x4850 017338 call sim_iic_send_byte 
+0x4851 017339 fetch 1 ,mem_addr_mi 
+0x4852 017340 call sim_iic_send_byte 
+0x4853 017341 bmark1 mark_eeprom_size ,sim_iic_read_eep_data_2k 
+0x4854 017342 fetch 1 ,mem_addr_mi + 1 
+0x4855 017343 call sim_iic_send_byte 
+:      017344 sim_iic_read_eep_data_2k:
+0x4856 017345 call sim_iic_stop 
+0x4857 017347 call sim_iic_start 
+0x4858 017348 setarg 0xa1 
+0x4859 017349 call sim_iic_send_byte 
+:      017351 sim_iic_read_eep_data_loop:
+0x485a 017352 call sim_iic_read_byte 
+0x485b 017353 istore 1 ,rega 
+0x485c 017354 increase 1 ,rega 
+0x485d 017355 increase -1 ,regb 
+0x485e 017356 nbranch sim_iic_read_eep_data_loop ,zero 
+0x485f 017357 branch sim_iic_stop 
+:      017368 sim_iic_write_eep_data:
+0x4860 017369 byteswap regb ,pdata 
+0x4861 017370 store 2 ,mem_addr_mi 
+0x4862 017371 copy temp ,regb 
+0x4863 017373 call sim_iic_start 
+0x4864 017374 setarg 0xa0 
+0x4865 017375 call sim_iic_send_byte 
+0x4866 017377 fetch 1 ,mem_addr_mi 
+0x4867 017378 call sim_iic_send_byte 
+0x4868 017379 bmark1 mark_eeprom_size ,sim_iic_write_eep_data_loop 
+0x4869 017380 fetch 1 ,mem_addr_mi + 1 
+0x486a 017381 call sim_iic_send_byte 
+:      017382 sim_iic_write_eep_data_loop:
+0x486b 017383 ifetch 1 ,rega 
+0x486c 017384 call sim_iic_send_byte 
+0x486d 017385 increase 1 ,rega 
+0x486e 017386 increase -1 ,regb 
+0x486f 017387 nbranch sim_iic_write_eep_data_loop ,zero 
+0x4870 017388 branch sim_iic_stop 
+:      017392 sim_iic_wait_ack:
+0x4871 017393 arg 10 ,loopcnt 
+0x4872 017394 call sim_iic_release_sda 
+0x4873 017395 call sim_iic_scl_output_high 
+0x4874 017396 call sim_iic_delay 
+:      017397 sim_iic_wait_ack_loop:
+0x4875 017398 call sim_iic_read_sda_level 
+0x4876 017399 branch sim_iic_scl_output_low ,blank 
+0x4877 017400 loop sim_iic_wait_ack_loop 
+0x4878 017401 branch sim_iic_scl_output_low 
+:      017405 sim_iic_ack_slave:
+0x4879 017406 call sim_iic_scl_output_low 
+0x487a 017407 call sim_iic_sda_output_low 
+0x487b 017408 call sim_iic_delay 
+0x487c 017409 call sim_iic_scl_output_high 
+0x487d 017410 call sim_iic_delay 
+0x487e 017411 branch sim_iic_scl_output_low 
+:      017416 sim_iic_read_byte:
+0x487f 017417 arg 8 ,loopcnt 
+0x4880 017418 arg 0 ,regc 
+0x4881 017419 call sim_iic_release_sda 
+:      017420 sim_iic_read_byte_loop:
+0x4882 017421 call sim_iic_scl_output_high 
+0x4883 017422 call sim_iic_delay 
+0x4884 017423 lshift regc ,regc 
+0x4885 017424 call sim_iic_read_sda_level 
+0x4886 017425 iadd regc ,regc 
+0x4887 017426 call sim_iic_delay 
+0x4888 017427 call sim_iic_scl_output_low 
+0x4889 017428 loop sim_iic_read_byte_loop 
+0x488a 017429 call sim_iic_ack_slave 
+0x488b 017430 copy regc ,pdata 
+0x488c 017431 rtn 
+:      017435 sim_iic_send_byte:
+0x488d 017436 arg 8 ,loopcnt 
+0x488e 017437 copy pdata ,regc 
+0x488f 017438 call sim_iic_scl_output_low 
+:      017439 sim_iic_send_byte_loop:
+0x4890 017440 isolate1 7 ,regc 
+0x4891 017441 call sim_iic_sda_output_high ,true 
+0x4892 017442 ncall sim_iic_sda_output_low ,true 
+0x4893 017443 lshift regc ,regc 
+0x4894 017444 call sim_iic_delay 
+0x4895 017445 call sim_iic_scl_output_high 
+0x4896 017446 call sim_iic_delay 
+0x4897 017447 call sim_iic_scl_output_low 
+0x4898 017448 call sim_iic_delay 
+0x4899 017449 loop sim_iic_send_byte_loop 
+0x489a 017450 branch sim_iic_wait_ack 
+:      017454 sim_iic_start:
+0x489b 017455 call sim_iic_sda_output_high 
+0x489c 017456 call sim_iic_scl_output_high 
+0x489d 017457 call sim_iic_delay 
+0x489e 017458 call sim_iic_sda_output_low 
+0x489f 017459 call sim_iic_delay 
+0x48a0 017460 branch sim_iic_scl_output_low 
+:      017464 sim_iic_stop:
+0x48a1 017465 call sim_iic_sda_output_low 
+0x48a2 017466 call sim_iic_scl_output_high 
+0x48a3 017467 call sim_iic_delay 
+0x48a4 017468 call sim_iic_sda_output_high 
+0x48a5 017469 branch sim_iic_delay 
+:      017473 sim_iic_scl_output_high:
+0x48a6 017474 enable user 
+0x48a7 017475 fetch 1 ,sim_iic_scl_gpio_num 
+0x48a8 017476 branch sim_iic_config_gpio 
+:      017479 sim_iic_scl_output_low:
+0x48a9 017480 disable user 
+0x48aa 017481 fetch 1 ,sim_iic_scl_gpio_num 
+0x48ab 017482 branch sim_iic_config_gpio 
+:      017485 sim_iic_sda_output_high:
+0x48ac 017486 enable user 
+0x48ad 017487 fetch 1 ,sim_iic_sda_gpio_num 
+0x48ae 017488 branch sim_iic_config_gpio 
+:      017491 sim_iic_sda_output_low:
+0x48af 017492 disable user 
+0x48b0 017493 fetch 1 ,sim_iic_sda_gpio_num 
+0x48b1 017494 branch sim_iic_config_gpio 
+:      017499 sim_iic_config_gpio:
+0x48b2 017500 and pdata ,0x07 ,queue 
+0x48b3 017501 rshift3 pdata ,pdata 
+0x48b4 017502 arg core_gpio_oe0 ,temp 
+0x48b5 017503 iadd temp ,temp 
+0x48b6 017504 ifetch 1 ,temp 
+0x48b7 017505 qset1 pdata 
+0x48b8 017506 istore 1 ,temp 
+0x48b9 017507 increase 4 ,temp 
+0x48ba 017508 ifetch 1 ,temp 
+0x48bb 017509 qsetflag user ,pdata 
+0x48bc 017510 istore 1 ,temp 
+0x48bd 017511 rtn 
+:      017514 sim_iic_release_sda:
+0x48be 017515 fetch 1 ,sim_iic_sda_gpio_num 
+0x48bf 017516 and pdata ,0x07 ,queue 
+0x48c0 017517 rshift3 pdata ,pdata 
+0x48c1 017518 arg core_gpio_oe0 ,temp 
+0x48c2 017519 iadd temp ,temp 
+0x48c3 017520 ifetch 1 ,temp 
+0x48c4 017521 qset0 pdata 
+0x48c5 017522 istore 1 ,temp 
+0x48c6 017523 rtn 
+:      017528 sim_iic_read_sda_level:
+0x48c7 017529 nop 4 
+0x48c8 017530 fetch 1 ,sim_iic_sda_gpio_num 
+0x48c9 017531 and pdata ,0x07 ,queue 
+0x48ca 017532 rshift3 pdata ,pdata 
+0x48cb 017533 arg core_gpio_in ,temp 
+0x48cc 017534 iadd temp ,temp 
+0x48cd 017535 setarg 0 
+0x48ce 017536 ifetcht 1 ,temp 
+0x48cf 017537 qisolate1 temp 
+0x48d0 017538 setflag true ,0 ,pdata 
+0x48d1 017539 rtn 
+:      017542 sim_iic_delay:
+0x48d2 017544 rtn 
+:      017550 usb_isr:
+0x48d3 017551 bpatch patch1e_6 ,mem_patch1e 
+0x48d4 017552 hfetch 1 ,core_usb_status 
+0x48d5 017553 isolate1 7 ,pdata 
+0x48d6 017554 call usb_init ,true 
+0x48d7 017555 call usb_nak_state_judge 
+0x48d8 017556 hfetch 1 ,core_usb_status 
+0x48d9 017557 store 1 ,mem_usb_status 
+0x48da 017558 hfetch 1 ,core_usb_fifo_empty 
+0x48db 017559 store 1 ,mem_usb_fifo_empty 
+0x48dc 017560 hstore 1 ,core_usb_fifo_empty 
+0x48dd 017561 pinvert 
+0x48de 017562 fetcht 1 ,mem_usb_tx_wait 
+0x48df 017563 iand temp ,pdata 
+0x48e0 017564 store 1 ,mem_usb_tx_wait 
+0x48e1 017565 jam 0xe0 ,core_usb_status 
+0x48e2 017566 fetch 1 ,mem_usb_fifo_empty 
+0x48e3 017567 compare 0x1 ,pdata ,0x1 
+0x48e4 017568 call usb0_fifo_empty ,true 
+0x48e5 017569 fetch 1 ,mem_usb_status 
+0x48e6 017570 compare 0x1 ,pdata ,0x1 
+0x48e7 017571 call usb_status1 ,true 
+0x48e8 017572 call usb_tx 
+0x48e9 017573 branch usb_nak_state 
+:      017575 usb_init:
+0x48ea 017576 bpatch patch1e_7 ,mem_patch1e 
+0x48eb 017577 call usb_init_param 
+0x48ec 017578 jam 0x00 ,core_usb_config 
+0x48ed 017579 nop 10000 
+0x48ee 017580 jam 0xc0 ,core_usb_trig 
+0x48ef 017581 hfetch 2 ,core_clkoff 
+0x48f0 017582 set0 clock_off_usb ,pdata 
+0x48f1 017583 hstore 2 ,core_clkoff 
+0x48f2 017584 jam 0x3c ,core_usb_config 
+0x48f3 017585 jam 0xff ,core_usb_status 
+0x48f4 017586 jam 0xff ,core_usb_fifo_empty 
+0x48f5 017587 jam 0 ,core_usb_addr 
+0x48f6 017588 jam dev_default ,mem_usb0_state 
+0x48f7 017589 setarg mem_usb_clear_mem_end 
+0x48f8 017590 arg mem_usb_clear_mem_start ,contw 
+0x48f9 017591 isub contw ,loopcnt 
+0x48fa 017592 branch clear_mem 
+:      017594 usb_offline_check_init:
+0x48fb 017595 fetcht 1 ,mem_usb_offline_check_gpio 
+0x48fc 017596 branch gpio_config_input 
+:      017597 usb_offline_state:
+0x48fd 017598 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x48fe 017599 rtn blank 
+0x48ff 017600 fetcht 1 ,mem_usb_offline_check_gpio 
+0x4900 017601 call gpio_get_bit 
+0x4901 017602 branch usb_init ,true 
+0x4902 017603 rtn 
+:      017606 usb_nak_state:
+0x4903 017607 arg timer_nak ,queue 
+0x4904 017608 call timer_check 
+0x4905 017609 nrtn blank 
+0x4906 017610 fetch 1 ,mem_usb_wakestate_onetime_flag 
+0x4907 017611 nrtn blank 
+0x4908 017612 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x4909 017613 ncall usb_mac_wakeup_judge ,blank 
+0x490a 017614 rtn 
+:      017616 usb_mem_devicedesc_init:
+0x490b 017617 arg mem_devicedesc ,contw 
+0x490c 017618 setsect 0 ,0x11212 
+0x490d 017619 setsect 1 ,0x8000 
+0x490e 017620 setsect 2 ,0x0 
+0x490f 017621 setsect 3 ,0x10000 
+0x4910 017622 istore 9 ,contw 
+0x4911 017623 setsect 0 ,0x22412 
+0x4912 017624 setsect 1 ,0x8604 
+0x4913 017625 setsect 2 ,0x1000 
+0x4914 017626 setsect 3 ,0x8 
+0x4915 017627 istore 9 ,contw 
+0x4916 017628 setsect 0 ,0x1 
+0x4917 017629 istore 1 ,contw 
+0x4918 017630 rtn 
+:      017632 usb_init_param:
+0x4919 017633 jam 2 ,mem_usb0_state 
+0x491a 017634 setarg 0x0 
+0x491b 017635 store 1 ,mem_remain 
+0x491c 017636 store 2 ,mem_usb_zero_packet 
+0x491d 017637 pincrease 1 
+0x491e 017638 store 2 ,mem_usb_ones_packet 
+0x491f 017639 pincrease 1 
+0x4920 017640 store 2 ,mem_usb_two_packet 
+0x4921 017641 setarg hid_kbdata_addr 
+0x4922 017642 store 2 ,mem_hidreportdesc_kb 
+0x4923 017643 setarg hid_msdata_addr 
+0x4924 017644 store 2 ,mem_hidreportdesc_m 
+0x4925 017645 arg mem_confdesc ,contw 
+0x4926 017646 arg hid_confdata_addr ,contr 
+0x4927 017647 call memcpy64 
+0x4928 017648 fetch 1 ,mem_usb_tx_interval 
+0x4929 017649 ncall usb_tx_interval_config ,blank 
+0x492a 017650 branch usb_mem_devicedesc_init 
+:      017652 usb_tx_interval_config:
+0x492b 017653 store 1 ,mem_confdesc + 34 
+0x492c 017654 store 1 ,mem_confdesc + 59 
+0x492d 017655 rtn 
+:      017656 usb_nak_state_judge:
+0x492e 017657 hfetch 1 ,core_usb_status 
+0x492f 017658 bbit1 usb_status_nak ,usb_nak_state_timer_init 
+0x4930 017659 rtn 
+:      017661 usb_nak_state_timer_init:
+0x4931 017662 call usb0_attached_state_judge 
+0x4932 017663 call timer_reinit 
+0x4933 017664 setarg timer_nak_delay 
+0x4934 017665 arg timer_nak ,queue 
+0x4935 017666 branch timer_init 
+:      017668 usb0_attached_state_judge:
+0x4936 017669 fetch 1 ,mem_usb_state 
+0x4937 017670 bne usb_connected ,usb_clear_halt_dispose 
+0x4938 017671 jam 0 ,mem_usb_wakestate_onetime_flag 
+0x4939 017672 jam 0 ,mem_usb_mac_wakeup_trig 
+0x493a 017673 rtn 
+:      017674 usb_clear_halt_dispose:
+0x493b 017675 fetch 1 ,mem_usb_clear_halt 
+0x493c 017676 rtn blank 
+0x493d 017677 jam 0 ,mem_usb_clear_halt 
+0x493e 017678 jam usb_connected ,mem_usb_state 
+0x493f 017679 jam 1 ,mem_usb_device_enumeration_endflag 
+0x4940 017680 rtn 
+:      017682 usb0_fifo_empty:
+0x4941 017683 jam 0x1 ,core_usb_fifo_empty 
+0x4942 017684 branch usb0_tx 
+:      017686 usb_rx_no_data:
+0x4943 017687 fetch 1 ,mem_usb_status 
+0x4944 017688 bbit1 usb_status_setup ,usb_class_type 
+0x4945 017689 rtn 
+:      017691 usb_rx_read:
+0x4946 017692 hfetch 1 ,core_usb_ep 
+0x4947 017693 istore 1 ,contw 
+0x4948 017694 loop usb_rx_read 
+0x4949 017695 rtn 
+:      017697 usb_status1:
+0x494a 017698 bpatch patch1f_0 ,mem_patch1f 
+0x494b 017699 jam 0x11 ,core_usb_status 
+0x494c 017700 hfetch 1 ,core_usb_ep_len 
+0x494d 017701 store 1 ,mem_usb_read_len 
+0x494e 017702 copy pdata ,loopcnt 
+0x494f 017703 branch usb_rx_no_data ,blank 
+0x4950 017704 arg mem_usb_setup ,contw 
+0x4951 017705 call usb_rx_read 
+0x4952 017706 fetch 1 ,mem_usb_read_len 
+0x4953 017707 sub pdata ,7 ,null 
+0x4954 017708 rtn positive 
+:      017709 usb_class_type:
+0x4955 017710 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4956 017711 and_into 0x80 ,pdata 
+0x4957 017712 beq in_device ,usb_in_device 
+0x4958 017713 beq out_device ,usb_out_device 
+0x4959 017714 branch assert 
+:      017716 usb_in_device:
+0x495a 017717 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x495b 017718 rshift4 pdata ,pdata 
+0x495c 017719 rshift pdata ,pdata 
+0x495d 017720 and_into 0x03 ,pdata 
+0x495e 017721 beq standard_req ,usb_in_standard_req 
+0x495f 017722 beq class_req ,usb_in_class_req 
+0x4960 017723 beq manufacturer_req ,usb_in_manufacturer_req 
+0x4961 017724 branch assert 
+:      017726 usb_out_device:
+0x4962 017727 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4963 017728 rshift4 pdata ,pdata 
+0x4964 017729 rshift pdata ,pdata 
+0x4965 017730 and_into 0x03 ,pdata 
+0x4966 017731 beq standard_req ,usb_out_standard_req 
+0x4967 017732 beq class_req ,usb_out_class_req 
+0x4968 017733 beq manufacturer_req ,usb_out_manufacturer_req 
+0x4969 017734 branch assert 
+:      017736 usb_in_standard_req:
+0x496a 017737 fetch 1 ,mem_usb_setup_brequest 
+0x496b 017738 beq get_configuration ,usb0_request_get_configuration 
+0x496c 017739 beq get_descriptor ,usb0_request_get_descriptor 
+0x496d 017740 beq get_interface ,usb0_request_get_interface 
+0x496e 017741 beq get_status ,usb0_request_get_status 
+0x496f 017742 branch usb0_force_stall 
+:      017744 usb_in_class_req:
+0x4970 017745 fetch 1 ,mem_usb_setup_brequest 
+0x4971 017746 beq get_idle ,usb_get_idle 
+0x4972 017747 beq get_report ,usb_get_report 
+0x4973 017748 beq get_protocol ,usb_get_protocol_req 
+0x4974 017749 branch usb0_force_stall 
+:      017751 usb_in_manufacturer_req:
+0x4975 017752 branch usb0_force_stall 
+:      017754 usb_out_standard_req:
+0x4976 017755 fetch 1 ,mem_usb_setup_brequest 
+0x4977 017756 beq clear_feature ,usb0_request_clear_feature 
+0x4978 017757 beq set_feature ,usb0_request_set_feature 
+0x4979 017758 beq set_address ,usb0_request_set_address 
+0x497a 017759 beq set_configuration ,usb0_request_set_configuration 
+0x497b 017760 beq set_interface ,usb0_request_set_interface 
+0x497c 017761 beq set_descriptor ,usb0_force_stall 
+0x497d 017762 branch usb0_force_stall 
+:      017764 usb_out_class_req:
+0x497e 017765 fetch 1 ,mem_usb_setup_brequest 
+0x497f 017766 beq set_idle ,usb_set_idle 
+0x4980 017767 beq set_report ,usb_set_report 
+0x4981 017768 beq set_protocol ,usb_set_protocol_req 
+0x4982 017769 branch usb0_force_stall 
+:      017771 usb_out_manufacturer_req:
+0x4983 017772 branch usb0_force_stall 
+:      017774 usb0_force_stall:
+0x4984 017775 hfetch 1 ,core_usb_stall 
+0x4985 017776 set1 0 ,pdata 
+0x4986 017777 hstore 1 ,core_usb_stall 
+0x4987 017778 branch usb0_reply_zerolen 
+:      017780 usb0_reply_zerolen:
+0x4988 017781 jam 0x40 ,core_usb_clear 
+0x4989 017782 rtn 
+:      017784 usb0_request_get_configuration:
+0x498a 017785 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x498b 017786 bne in_device ,usb0_force_stall 
+0x498c 017787 fetch 1 ,mem_usb_setup_windex 
+0x498d 017788 bne 0 ,usb0_force_stall 
+0x498e 017789 fetch 1 ,mem_usb_setup_windex + 1 
+0x498f 017790 bne 0 ,usb0_force_stall 
+0x4990 017791 fetch 1 ,mem_usb_setup_blength 
+0x4991 017792 bne 1 ,usb0_force_stall 
+0x4992 017793 fetch 1 ,mem_usb_setup_blengthh 
+0x4993 017794 bne 0 ,usb0_force_stall 
+0x4994 017795 fetch 1 ,mem_usb_setup_bvalue 
+0x4995 017796 bne 0 ,usb0_force_stall 
+0x4996 017797 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x4997 017798 bne 0 ,usb0_force_stall 
+0x4998 017799 fetch 1 ,mem_usb0_state 
+0x4999 017800 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
+0x499a 017801 beq dev_address ,usb0_request_get_cfg_dev_addr 
+0x499b 017802 branch usb0_force_stall 
+:      017804 usb0_request_get_cfg_dev_cfg:
+0x499c 017805 arg 1 ,regb 
+0x499d 017806 branch usb_send_ones_packet 
+:      017808 usb0_request_get_cfg_dev_addr:
+0x499e 017809 arg 1 ,regb 
+0x499f 017810 branch usb_send_zero_packet 
+:      017812 usb0_request_get_descriptor:
+0x49a0 017813 bpatch patch1f_1 ,mem_patch1f 
+0x49a1 017814 set0 mark_isstr ,mark 
+0x49a2 017815 fetch 1 ,mem_usb_setup_bvalueh 
+0x49a3 017816 beq dsc_device ,dsc_device_info 
+0x49a4 017817 beq dsc_config ,dsc_config_info 
+0x49a5 017818 beq dsc_string ,dsc_string_info 
+0x49a6 017819 beq dsc_hid ,dsc_hid_info 
+0x49a7 017820 beq dsc_hid_report ,dsc_hid_report_info 
+0x49a8 017821 branch usb0_force_stall 
+:      017823 dsc_hid_info:
+0x49a9 017824 jam 0 ,mem_usb_get_protocol_flag 
+0x49aa 017825 fetch 1 ,mem_usb_setup_windex 
+0x49ab 017826 beq 0 ,dsc_hid_info_interface0 
+0x49ac 017827 beq 1 ,dsc_hid_info_interface1 
+0x49ad 017828 branch usb0_force_stall 
+:      017830 dsc_hid_info_interface0:
+0x49ae 017831 arg mem_confdesc + 19 ,rega 
+0x49af 017832 ifetch 1 ,rega 
+0x49b0 017833 iforce regb 
+0x49b1 017834 branch usb0_respond 
+:      017836 dsc_hid_info_interface1:
+0x49b2 017837 arg mem_confdesc + 44 ,rega 
+0x49b3 017838 ifetch 1 ,rega 
+0x49b4 017839 iforce regb 
+0x49b5 017840 branch usb0_respond 
+:      017842 dsc_device_info:
+0x49b6 017846 fetch 1 ,mem_usb_set_high_addr_flag 
+0x49b7 017847 ncall usb_set_high_addr ,blank 
+0x49b8 017848 setarg mem_devicedesc 
+0x49b9 017849 fetcht 1 ,mem_devicedesc 
+:      017850 dsc_info_set_data_len:
+0x49ba 017851 store 2 ,mem_dsc_info_data_pointer 
+0x49bb 017852 storet 1 ,mem_dsc_info_len 
+0x49bc 017853 fetch 1 ,mem_usb_setup_blength 
+0x49bd 017854 isub temp ,null 
+0x49be 017855 nbranch dsc_info_set_current_data_len ,positive 
+:      017856 dsc_info_set_initial_data_len:
+0x49bf 017857 fetch 1 ,mem_dsc_info_len 
+:      017858 dsc_info_set_data_size_completed:
+0x49c0 017859 iforce regb 
+0x49c1 017860 fetch 2 ,mem_dsc_info_data_pointer 
+0x49c2 017861 add pdata ,1 ,pdata 
+0x49c3 017862 iforce rega 
+0x49c4 017863 branch usb0_respond 
+:      017864 dsc_info_set_current_data_len:
+0x49c5 017865 fetch 1 ,mem_usb_setup_blength 
+0x49c6 017866 branch dsc_info_set_data_size_completed 
+:      017868 usb_set_high_addr:
+0x49c7 017869 hfetch 1 ,core_usb_addr 
+0x49c8 017870 ncall usb0_set_addr ,blank 
+0x49c9 017871 jam 0 ,mem_usb_set_high_addr_flag 
+0x49ca 017872 rtn 
+:      017873 usb0_set_addr:
+0x49cb 017874 hfetch 1 ,core_usb_addr 
+0x49cc 017875 set1 7 ,pdata 
+0x49cd 017876 hstore 1 ,core_usb_addr 
+0x49ce 017877 rtn 
+:      017879 dsc_config_info:
+0x49cf 017880 setarg mem_confdesc 
+0x49d0 017881 fetcht 1 ,mem_confdesc 
+0x49d1 017882 branch dsc_info_set_data_len 
+:      017884 dsc_string_info:
+0x49d2 017885 fetch 1 ,mem_usb_setup_bvalue 
+0x49d3 017886 sub pdata ,3 ,null 
+0x49d4 017887 nbranch usb0_force_stall ,positive 
+0x49d5 017888 fetch 1 ,mem_usb_setup_bvalue 
+0x49d6 017889 arg mem_string0 ,rega 
+0x49d7 017890 beq 0 ,usb0_respond_length 
+0x49d8 017891 set1 mark_isstr ,mark 
+0x49d9 017892 arg mem_string1 ,rega 
+0x49da 017893 beq 1 ,usb0_respond_length 
+0x49db 017894 arg mem_string2 ,rega 
+0x49dc 017895 beq 2 ,usb0_respond_length 
+0x49dd 017896 arg mem_string3 ,rega 
+0x49de 017897 beq 3 ,usb0_respond_length 
+0x49df 017898 rtn 
+:      017900 dsc_hid_report_info:
+0x49e0 017901 fetch 2 ,mem_usb_setup_windex 
+0x49e1 017902 beq 1 ,dsc_hid_report_info0 
+0x49e2 017903 fetch 2 ,mem_hidreportdesc_kb 
+0x49e3 017904 copy pdata ,rega 
+0x49e4 017906 branch usb0_respond_length 
+:      017907 dsc_hid_report_info0:
+0x49e5 017908 jam 1 ,mem_usb_device_enumeration_endflag 
+0x49e6 017909 jam usb_got_report_req ,mem_usb_state 
+0x49e7 017910 fetch 2 ,mem_hidreportdesc_m 
+0x49e8 017911 copy pdata ,rega 
+0x49e9 017913 branch usb0_respond_length 
+:      017916 usb0_request_get_interface:
+0x49ea 017917 fetch 1 ,mem_usb0_state 
+0x49eb 017918 bne dev_configured ,usb0_force_stall 
+0x49ec 017919 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x49ed 017920 bne in_interface ,usb0_force_stall 
+0x49ee 017921 fetch 1 ,mem_usb_setup_bvalue 
+0x49ef 017922 bne 0 ,usb0_force_stall 
+0x49f0 017923 fetch 1 ,mem_usb_setup_bvalueh 
+0x49f1 017924 bne 0 ,usb0_force_stall 
+0x49f2 017925 fetch 1 ,mem_usb_setup_blength 
+0x49f3 017926 bne 1 ,usb0_force_stall 
+0x49f4 017927 fetch 1 ,mem_usb_setup_blengthh 
+0x49f5 017928 bne 0 ,usb0_force_stall 
+0x49f6 017929 fetch 1 ,mem_usb_setup_windex 
+0x49f7 017930 bne 0 ,usb0_force_stall 
+0x49f8 017931 fetch 1 ,mem_usb_setup_windex + 1 
+0x49f9 017932 bne 0 ,usb0_force_stall 
+0x49fa 017933 arg 1 ,regb 
+0x49fb 017934 branch usb_send_zero_packet 
+:      017937 usb0_request_get_status:
+0x49fc 017938 fetch 1 ,mem_usb0_state 
+0x49fd 017939 beq dev_default ,usb0_force_stall 
+0x49fe 017940 fetch 1 ,mem_usb_setup_bvalue 
+0x49ff 017941 bne 0 ,usb0_force_stall 
+0x4a00 017942 fetch 1 ,mem_usb_setup_bvalueh 
+0x4a01 017943 bne 0 ,usb0_force_stall 
+0x4a02 017944 fetch 1 ,mem_usb_setup_blength 
+0x4a03 017945 bne 2 ,usb0_force_stall 
+0x4a04 017946 fetch 1 ,mem_usb_setup_blengthh 
+0x4a05 017947 bne 0 ,usb0_force_stall 
+0x4a06 017948 fetch 1 ,mem_usb_setup_windex + 1 
+0x4a07 017949 bne 0 ,usb0_force_stall 
+0x4a08 017950 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4a09 017951 beq in_device ,usb0_get_status_in_device 
+0x4a0a 017952 beq in_interface ,usb0_get_status_in_interface 
+0x4a0b 017953 beq in_endpoint ,usb0_get_status_in_endpoint 
+0x4a0c 017954 branch usb0_force_stall 
+:      017956 usb0_get_status_in_device:
+0x4a0d 017957 fetch 1 ,mem_usb_setup_windex 
+0x4a0e 017958 bne 0 ,usb0_force_stall 
+0x4a0f 017959 arg 2 ,regb 
+0x4a10 017960 fetch 1 ,mem_usb_remote_wakeup 
+0x4a11 017961 beq 0x01 ,usb_send_two_packet 
+:      017963 usb_send_zero_packet:
+0x4a12 017964 arg mem_usb_zero_packet ,rega 
+0x4a13 017965 branch usb0_respond 
+:      017966 usb_send_ones_packet:
+0x4a14 017967 arg mem_usb_ones_packet ,rega 
+0x4a15 017968 branch usb0_respond 
+:      017969 usb_send_two_packet:
+0x4a16 017970 arg mem_usb_two_packet ,rega 
+0x4a17 017971 branch usb0_respond 
+:      017973 usb0_get_status_in_interface:
+0x4a18 017974 fetch 1 ,mem_usb0_state 
+0x4a19 017975 bne dev_configured ,usb0_force_stall 
+0x4a1a 017976 arg 2 ,regb 
+0x4a1b 017977 branch usb_send_zero_packet 
+:      017979 usb0_get_status_in_endpoint:
+0x4a1c 017980 fetch 1 ,mem_usb0_state 
+0x4a1d 017981 bne dev_configured ,usb0_force_stall 
+0x4a1e 017982 fetch 1 ,mem_usb_setup_windex 
+0x4a1f 017983 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
+0x4a20 017984 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
+0x4a21 017985 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
+0x4a22 017986 and_into 0x7f ,pdata 
+0x4a23 017987 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
+0x4a24 017988 branch usb0_force_stall 
+:      017990 usb0_get_status_in_ep_in_ep0:
+0x4a25 017991 fetch 1 ,mem_usb_ep0_stall_status 
+:      017992 usb0_get_status_in_ep_in_ack:
+0x4a26 017993 arg 2 ,regb 
+0x4a27 017994 beq 1 ,usb_send_ones_packet 
+0x4a28 017995 branch usb_send_zero_packet 
+:      017996 usb0_get_status_in_ep_in_ep1:
+0x4a29 017997 fetch 1 ,mem_usb_ep1_stall_status 
+0x4a2a 017998 branch usb0_get_status_in_ep_in_ack 
+:      017999 usb0_get_status_in_ep_in_ep2:
+0x4a2b 018000 fetch 1 ,mem_usb_ep2_stall_status 
+0x4a2c 018001 branch usb0_get_status_in_ep_in_ack 
+:      018002 usb0_get_status_in_ep_in_ep3:
+0x4a2d 018003 fetch 1 ,mem_usb_ep3_stall_status 
+0x4a2e 018004 branch usb0_get_status_in_ep_in_ack 
+:      018006 usb_get_idle:
+0x4a2f 018007 jam 1 ,mem_usb_idle_flag 
+0x4a30 018008 arg mem_usb_idle_rate ,rega 
+0x4a31 018009 arg 1 ,regb 
+0x4a32 018010 branch usb0_respond 
+:      018012 usb_get_report:
+0x4a33 018013 fetch 2 ,mem_usb_setup_bvalue 
+0x4a34 018014 arg pc_get_report ,temp 
+0x4a35 018015 isub temp ,null 
+0x4a36 018016 nbranch usb0_force_stall ,zero 
+0x4a37 018017 set0 mark_isstr ,mark 
+:      018018 usb_get_report_dispose:
+0x4a38 018019 fetch 1 ,mem_usb0_data_ready_report 
+0x4a39 018020 nbranch usb_get_report_data_success ,blank 
+0x4a3a 018021 jam pc_get_nondata ,mem_usb0_get_report_data 
+:      018022 usb_get_report_send_data:
+0x4a3b 018023 fetch 1 ,mem_usb_setup_blength 
+0x4a3c 018024 iforce regb 
+0x4a3d 018025 arg mem_usb0_get_report_data ,rega 
+0x4a3e 018026 call usb0_respond 
+:      018027 usb_get_report_data_release:
+0x4a3f 018028 arg mem_usb0_get_report_data ,contw 
+0x4a40 018029 arg 8 ,loopcnt 
+0x4a41 018030 branch memset0 
+:      018031 usb_get_report_data_success:
+0x4a42 018032 jam 0 ,mem_usb0_data_ready_report 
+0x4a43 018033 jam pc_get_data ,mem_usb0_get_report_data 
+0x4a44 018034 branch usb_get_report_send_data 
+:      018036 usb_get_protocol_req:
+0x4a45 018037 fetch 1 ,mem_usb_setup_blength 
+0x4a46 018038 bne 1 ,usb0_force_stall 
+0x4a47 018039 jam 1 ,mem_usb_get_protocol_flag 
+0x4a48 018040 arg 1 ,regb 
+0x4a49 018041 fetch 1 ,mem_usb_set_protocol_value 
+0x4a4a 018042 beq 0 ,usb_get_report_protocol 
+0x4a4b 018043 beq 1 ,usb_get_boot_protocol 
+0x4a4c 018044 branch usb_send_zero_packet 
+:      018045 usb_get_report_protocol:
+0x4a4d 018046 branch usb_send_ones_packet 
+:      018047 usb_get_boot_protocol:
+0x4a4e 018048 branch usb_send_zero_packet 
+:      018053 usb0_request_clear_feature:
+0x4a4f 018054 fetch 1 ,mem_usb0_state 
+0x4a50 018055 bne dev_configured ,usb0_force_stall 
+0x4a51 018056 fetch 1 ,mem_usb_setup_blength 
+0x4a52 018057 bne 0 ,usb0_force_stall 
+0x4a53 018058 fetch 1 ,mem_usb_setup_blengthh 
+0x4a54 018059 bne 0 ,usb0_force_stall 
+0x4a55 018060 fetch 1 ,mem_usb_setup_bvalueh 
+0x4a56 018061 bne 0 ,usb0_force_stall 
+0x4a57 018062 fetch 1 ,mem_usb_setup_windex + 1 
+0x4a58 018063 bne 0 ,usb0_force_stall 
+0x4a59 018064 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4a5a 018065 beq out_device ,usb0_request_clear_feature_out_device 
+0x4a5b 018066 beq out_interface ,usb0_request_clear_feature_out_interface 
+0x4a5c 018067 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
+0x4a5d 018068 branch usb0_force_stall 
+:      018070 usb0_request_clear_feature_out_device:
+0x4a5e 018071 fetch 1 ,mem_usb_setup_bvalue 
+0x4a5f 018072 bne device_remote_wakeup ,usb0_force_stall 
+0x4a60 018073 hfetch 1 ,core_usb_config 
+0x4a61 018074 set0 7 ,pdata 
+0x4a62 018075 hstore 1 ,core_usb_config 
+0x4a63 018076 jam 0 ,mem_usb_remote_wakeup 
+0x4a64 018077 jam 1 ,mem_usb_clear_remote_wakeup 
+0x4a65 018078 branch usb0_reply_zerolen 
+:      018080 usb0_request_clear_feature_out_interface:
+0x4a66 018081 branch usb0_force_stall 
+:      018083 usb0_request_clear_feature_out_endpoint:
+0x4a67 018084 fetch 1 ,mem_usb_setup_bvalue 
+0x4a68 018085 bne endpoint_halt ,usb0_force_stall 
+0x4a69 018086 fetch 1 ,mem_usb_setup_windex 
+0x4a6a 018087 beq in_ep1 ,usb0_force_stall_ep1_in_off 
+0x4a6b 018088 beq in_ep2 ,usb0_force_stall_ep2_in_off 
+0x4a6c 018089 beq in_ep3 ,usb0_force_stall_ep3_in_off 
+0x4a6d 018090 and_into 0x7f ,pdata 
+0x4a6e 018091 beq 0x00 ,usb0_force_stall_ep0_in_off 
+0x4a6f 018092 branch usb0_force_stall 
+:      018094 usb0_force_stall_ep0_in_off:
+0x4a70 018095 jam 0 ,mem_usb_ep0_stall_status 
+0x4a71 018096 branch usb0_reply_zerolen 
+:      018097 usb0_force_stall_ep1_in_off:
+0x4a72 018098 jam 0 ,mem_usb_ep1_stall_status 
+:      018099 usb0_force_stall_ep1_in_off_reply:
+0x4a73 018100 jam 1 ,mem_usb_clear_halt 
+0x4a74 018101 branch usb0_reply_zerolen 
+:      018102 usb0_force_stall_ep2_in_off:
+0x4a75 018103 jam 0 ,mem_usb_ep2_stall_status 
+0x4a76 018104 branch usb0_force_stall_ep1_in_off_reply 
+:      018105 usb0_force_stall_ep3_in_off:
+0x4a77 018106 jam 0 ,mem_usb_ep3_stall_status 
+0x4a78 018107 branch usb0_force_stall_ep1_in_off_reply 
+:      018110 usb0_request_set_feature:
+0x4a79 018111 fetch 1 ,mem_usb_setup_blength 
+0x4a7a 018112 bne 0 ,usb0_force_stall 
+0x4a7b 018113 fetch 1 ,mem_usb_setup_blengthh 
+0x4a7c 018114 bne 0 ,usb0_force_stall 
+0x4a7d 018115 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4a7e 018116 beq out_device ,usb0_request_set_feature_out_device 
+0x4a7f 018117 beq out_interface ,usb0_request_set_feature_out_interface 
+0x4a80 018118 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
+0x4a81 018119 branch usb0_force_stall 
+:      018121 usb0_request_set_feature_out_device:
+0x4a82 018122 fetch 1 ,mem_usb_setup_bvalue 
+0x4a83 018123 bne device_remote_wakeup ,usb0_force_stall 
+0x4a84 018124 hfetch 1 ,core_usb_config 
+0x4a85 018125 set1 7 ,pdata 
+0x4a86 018126 hstore 1 ,core_usb_config 
+0x4a87 018127 jam 1 ,mem_usb_remote_wakeup 
+0x4a88 018128 jam usb_sleep ,mem_usb_state 
+0x4a89 018129 jam 0 ,mem_usb_tx_win_enable 
+0x4a8a 018130 call usb0_reply_zerolen 
+:      018131 usb_wakeup_timer_reinit:
+0x4a8b 018132 call timer_reinit 
+0x4a8c 018133 setarg timer_wakeup_delay 
+0x4a8d 018134 arg timer_wakeup ,queue 
+0x4a8e 018135 branch timer_init 
+:      018137 usb0_request_set_feature_out_interface:
+0x4a8f 018138 branch usb0_force_stall 
+:      018140 usb0_request_set_feature_out_endpoint:
+0x4a90 018141 fetch 1 ,mem_usb_setup_bvalue 
+0x4a91 018142 bne endpoint_halt ,usb0_force_stall 
+0x4a92 018143 fetch 1 ,mem_usb_setup_bvalueh 
+0x4a93 018144 bne 0 ,usb0_force_stall 
+0x4a94 018145 fetch 1 ,mem_usb_setup_windex 
+0x4a95 018146 beq in_ep1 ,usb0_force_stall_ep1_in_on 
+0x4a96 018147 beq in_ep2 ,usb0_force_stall_ep2_in_on 
+0x4a97 018148 beq in_ep3 ,usb0_force_stall_ep3_in_on 
+0x4a98 018149 and_into 0x7f ,pdata 
+0x4a99 018150 beq 0x00 ,usb0_force_stall_ep0_in_on 
+0x4a9a 018151 branch usb0_force_stall 
+:      018153 usb0_force_stall_ep0_in_on:
+0x4a9b 018154 jam 1 ,mem_usb_ep0_stall_status 
+0x4a9c 018155 branch usb0_reply_zerolen 
+:      018156 usb0_force_stall_ep1_in_on:
+0x4a9d 018157 jam 1 ,mem_usb_ep1_stall_status 
+0x4a9e 018158 branch usb0_reply_zerolen 
+:      018159 usb0_force_stall_ep2_in_on:
+0x4a9f 018160 jam 1 ,mem_usb_ep2_stall_status 
+0x4aa0 018161 branch usb0_reply_zerolen 
+:      018162 usb0_force_stall_ep3_in_on:
+0x4aa1 018163 jam 1 ,mem_usb_ep3_stall_status 
+0x4aa2 018164 branch usb0_reply_zerolen 
+:      018167 usb0_request_set_address:
+0x4aa3 018168 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4aa4 018169 bne out_device ,usb0_force_stall 
+0x4aa5 018170 fetch 1 ,mem_usb_setup_windex 
+0x4aa6 018171 bne 0 ,usb0_force_stall 
+0x4aa7 018172 fetch 1 ,mem_usb_setup_windex + 1 
+0x4aa8 018173 bne 0 ,usb0_force_stall 
+0x4aa9 018174 fetch 1 ,mem_usb_setup_blength 
+0x4aaa 018175 bne 0 ,usb0_force_stall 
+0x4aab 018176 fetch 1 ,mem_usb_setup_blengthh 
+0x4aac 018177 bne 0 ,usb0_force_stall 
+0x4aad 018178 fetch 1 ,mem_usb_setup_bvalueh 
+0x4aae 018179 bne 0 ,usb0_force_stall 
+0x4aaf 018180 fetch 1 ,mem_usb_setup_bvalue 
+0x4ab0 018181 and_into 0x80 ,pdata 
+0x4ab1 018182 bne 0 ,usb0_force_stall 
+0x4ab2 018183 fetch 1 ,mem_usb_setup_bvalue 
+0x4ab3 018184 bne 0 ,usb_usb0_state_set_dev_addr 
+:      018185 usb_usb0_state_set_dev_default:
+0x4ab4 018186 jam dev_default ,mem_usb0_state 
+:      018187 usb0_request_set_wait_address:
+0x4ab5 018188 fetch 1 ,mem_usb_setup_bvalue 
+0x4ab6 018189 hstore 1 ,core_usb_addr 
+0x4ab7 018190 call usb0_reply_zerolen 
+0x4ab8 018191 jam 1 ,mem_usb_set_high_addr_flag 
+0x4ab9 018192 rtn 
+:      018193 usb_usb0_state_set_dev_addr:
+0x4aba 018194 jam dev_address ,mem_usb0_state 
+0x4abb 018195 branch usb0_request_set_wait_address 
+:      018198 usb0_request_set_configuration:
+0x4abc 018199 fetch 1 ,mem_usb0_state 
+0x4abd 018200 beq dev_default ,usb0_force_stall 
+0x4abe 018201 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4abf 018202 bne out_device ,usb0_force_stall 
+0x4ac0 018203 fetch 1 ,mem_usb_setup_windex 
+0x4ac1 018204 bne 0 ,usb0_force_stall 
+0x4ac2 018205 fetch 1 ,mem_usb_setup_windex + 1 
+0x4ac3 018206 bne 0 ,usb0_force_stall 
+0x4ac4 018207 fetch 1 ,mem_usb_setup_blength 
+0x4ac5 018208 bne 0 ,usb0_force_stall 
+0x4ac6 018209 fetch 1 ,mem_usb_setup_blengthh 
+0x4ac7 018210 bne 0 ,usb0_force_stall 
+0x4ac8 018211 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x4ac9 018212 bne 0 ,usb0_force_stall 
+0x4aca 018213 fetch 1 ,mem_usb_setup_bvalue 
+0x4acb 018214 sub pdata ,usb_max_num_cfg ,null 
+0x4acc 018215 nbranch usb0_force_stall ,positive 
+0x4acd 018216 fetch 1 ,mem_usb0_state 
+0x4ace 018217 beq dev_address ,usb0_request_set_cfg_addr_state 
+0x4acf 018218 beq dev_configured ,usb0_request_set_cfg_cfg_state 
+0x4ad0 018219 branch usb0_force_stall 
+:      018221 usb0_request_set_cfg_addr_state:
+:      018222 usb0_request_set_cfg_cfg_state:
+0x4ad1 018223 fetch 1 ,mem_usb_setup_bvalue 
+0x4ad2 018224 beq 0 ,usb0_request_set_cfg_stay_addr_state 
+0x4ad3 018225 jam dev_configured ,mem_usb0_state 
+0x4ad4 018226 branch usb0_reply_zerolen 
+:      018227 usb0_request_set_cfg_stay_addr_state:
+0x4ad5 018228 jam dev_address ,mem_usb0_state 
+0x4ad6 018229 branch usb0_reply_zerolen 
+:      018232 usb0_request_set_interface:
+0x4ad7 018233 fetch 1 ,mem_usb0_state 
+0x4ad8 018234 bne dev_configured ,usb0_force_stall 
+0x4ad9 018235 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4ada 018236 bne out_interface ,usb0_force_stall 
+0x4adb 018237 fetch 1 ,mem_usb_setup_bvalue 
+0x4adc 018238 bne 0 ,usb0_force_stall 
+0x4add 018239 fetch 1 ,mem_usb_setup_bvalueh 
+0x4ade 018240 bne 0 ,usb0_force_stall 
+0x4adf 018241 fetch 1 ,mem_usb_setup_blength 
+0x4ae0 018242 bne 0 ,usb0_force_stall 
+0x4ae1 018243 fetch 1 ,mem_usb_setup_blengthh 
+0x4ae2 018244 bne 0 ,usb0_force_stall 
+0x4ae3 018245 fetch 1 ,mem_usb_setup_windex 
+0x4ae4 018246 bne 0 ,usb0_force_stall 
+0x4ae5 018247 fetch 1 ,mem_usb_setup_windex + 1 
+0x4ae6 018248 bne 0 ,usb0_force_stall 
+0x4ae7 018249 branch usb0_reply_zerolen 
+:      018252 usb_set_idle:
+0x4ae8 018253 jam 1 ,mem_usb_idle_flag 
+0x4ae9 018254 fetch 1 ,mem_usb_setup_bvalueh 
+0x4aea 018255 store 1 ,mem_usb_idle_rate 
+0x4aeb 018256 fetch 1 ,mem_usb_setup_windex 
+0x4aec 018257 sub pdata ,1 ,null 
+0x4aed 018258 call usb_clear_remote_wakeup_set0 ,zero 
+0x4aee 018259 fetch 1 ,mem_usb_state 
+0x4aef 018260 bne usb_resume ,usb0_reply_zerolen 
+0x4af0 018261 jam usb_connected ,mem_usb_state 
+0x4af1 018262 call usb0_reply_zerolen 
+0x4af2 018263 nop 30000 
+0x4af3 018264 nop 30000 
+0x4af4 018265 rtn 
+:      018266 usb_clear_remote_wakeup_set0:
+0x4af5 018267 jam 1 ,mem_usb_device_enumeration_endflag 
+0x4af6 018268 jam 0 ,mem_usb_clear_remote_wakeup 
+0x4af7 018269 jam usb_resume ,mem_usb_state 
+0x4af8 018270 rtn 
+:      018273 usb_set_report:
+0x4af9 018274 jam 1 ,mem_usb0_get_set_report 
+0x4afa 018275 call usb_set_report_resume_judge 
+0x4afb 018276 fetch 2 ,mem_usb_setup_bvalue 
+0x4afc 018277 store 2 ,mem_usb_setup_bvalue_temp 
+0x4afd 018278 fetch 1 ,mem_usb_setup_blength 
+0x4afe 018279 iforce loopcnt 
+0x4aff 018280 arg mem_usb0_setup ,contr 
+0x4b00 018281 arg mem_usb0_set_report_data ,contw 
+0x4b01 018282 call memcpy 
+0x4b02 018283 branch usb0_reply_zerolen 
+:      018285 usb_set_report_resume_judge:
+0x4b03 018286 fetch 2 ,mem_usb_setup_bvalue 
+0x4b04 018287 arg pc_set_report_bvalue ,temp 
+0x4b05 018288 isub temp ,null 
+0x4b06 018289 nrtn zero 
+0x4b07 018290 fetch 2 ,mem_usb_setup_windex 
+0x4b08 018291 arg pc_set_report_windex ,temp 
+0x4b09 018292 isub temp ,null 
+0x4b0a 018293 nrtn zero 
+0x4b0b 018294 fetch 2 ,mem_usb_setup_blength 
+0x4b0c 018295 arg pc_set_report_blength ,temp 
+0x4b0d 018296 isub temp ,null 
+0x4b0e 018297 nrtn zero 
+0x4b0f 018298 jam 1 ,mem_usb_tx_win_enable 
+0x4b10 018299 rtn 
+:      018302 usb_set_protocol_req:
+0x4b11 018303 fetch 1 ,mem_usb_setup_blength 
+0x4b12 018304 bne 0 ,usb0_force_stall 
+0x4b13 018305 fetch 1 ,mem_usb_setup_bvalue 
+0x4b14 018306 beq boot_protocol ,usb_set_boot_protocol 
+0x4b15 018307 beq report_protocol ,usb_set_report_protocol 
+0x4b16 018308 branch usb0_force_stall 
+:      018309 usb_set_boot_protocol:
+0x4b17 018310 jam 0 ,mem_usb_set_protocol_status 
+0x4b18 018311 jam 1 ,mem_usb_set_protocol_value 
+0x4b19 018312 branch usb0_reply_zerolen 
+:      018313 usb_set_report_protocol:
+0x4b1a 018314 jam 1 ,mem_usb_tx_mac_enable 
+0x4b1b 018315 jam 1 ,mem_usb_set_protocol_status 
+0x4b1c 018316 jam 0 ,mem_usb_set_protocol_value 
+0x4b1d 018317 branch usb0_reply_zerolen 
+:      018320 usb0_respond_length:
+0x4b1e 018321 ifetch 1 ,rega 
+0x4b1f 018322 iforce regb 
+0x4b20 018323 increase 1 ,rega 
+:      018325 usb0_respond:
+0x4b21 018326 bpatch patch1f_2 ,mem_patch1f 
+0x4b22 018327 bmark0 mark_isstr ,usb0_respond0 
+0x4b23 018328 add regb ,1 ,pdata 
+0x4b24 018329 lshift pdata ,pdata 
+0x4b25 018330 hstore 1 ,core_usb_dfifo0 
+0x4b26 018331 jam 3 ,core_usb_dfifo0 
+0x4b27 018332 fetch 1 ,mem_usb_setup_blength 
+0x4b28 018333 increase -2 ,pdata 
+0x4b29 018334 rshift pdata ,pdata 
+0x4b2a 018335 store 1 ,mem_usb_setup_blength 
+0x4b2b 018336 beq 0 ,usb_no_respond_data 
+:      018337 usb0_respond0:
+0x4b2c 018338 fetch 2 ,mem_usb_setup_blength 
+0x4b2d 018339 isub regb ,null 
+0x4b2e 018340 branch usb0_respond1 ,positive 
+0x4b2f 018341 copy pdata ,regb 
+:      018342 usb0_respond1:
+0x4b30 018343 deposit rega 
+0x4b31 018344 store 2 ,mem_bufptr 
+0x4b32 018345 deposit regb 
+0x4b33 018346 store 1 ,mem_remain 
+0x4b34 018347 branch usb0_tx 
+:      018349 usb_no_respond_data:
+0x4b35 018350 arg 0 ,queue 
+0x4b36 018351 branch usb_trig 
+:      018354 usb0_tx:
+0x4b37 018355 bpatch patch1f_3 ,mem_patch1f 
+0x4b38 018356 fetch 1 ,mem_remain 
+0x4b39 018357 rtn blank 
+0x4b3a 018358 copy pdata ,loopcnt 
+0x4b3b 018359 sub pdata ,ep0_packet_size ,null 
+0x4b3c 018360 branch usb0_tx_info ,positive 
+0x4b3d 018361 arg ep0_packet_size ,loopcnt 
+:      018362 usb0_tx_info:
+0x4b3e 018363 fetch 1 ,mem_remain 
+0x4b3f 018364 isub loopcnt ,pdata 
+0x4b40 018365 store 1 ,mem_remain 
+0x4b41 018366 fetch 2 ,mem_bufptr 
+0x4b42 018367 copy pdata ,contr 
+:      018368 usb0_tx0:
+0x4b43 018369 ifetch 1 ,contr 
+0x4b44 018370 hstore 1 ,core_usb_dfifo0 
+0x4b45 018371 bmark0 mark_isstr ,usb0_tx1 
+0x4b46 018372 jam 0 ,core_usb_dfifo0 
+:      018373 usb0_tx1:
+0x4b47 018374 loop usb0_tx0 
+0x4b48 018375 copy contr ,pdata 
+0x4b49 018376 store 2 ,mem_bufptr 
+0x4b4a 018377 arg 0 ,queue 
+0x4b4b 018378 call usb_trig 
+0x4b4c 018379 fetch 1 ,mem_remain 
+0x4b4d 018380 nrtn blank 
+0x4b4e 018381 fetch 1 ,mem_usb_state 
+0x4b4f 018382 rtnne usb_got_report_req 
+0x4b50 018383 jam usb_connected ,mem_usb_state 
+0x4b51 018384 rtn 
+:      018387 usb_tx_ep1:
+0x4b52 018388 arg core_usb_dfifo1 ,rega 
+0x4b53 018389 arg 1 ,queue 
+:      018390 usb_tx_loop:
+0x4b54 018391 ifetch 1 ,contr 
+0x4b55 018392 istore 1 ,rega 
+0x4b56 018393 loop usb_tx_loop 
+:      018394 usb_trig:
+0x4b57 018395 setarg 0 
+0x4b58 018396 qset1 pdata 
+0x4b59 018397 hstore 1 ,core_usb_trig 
+0x4b5a 018398 fetcht 1 ,mem_usb_tx_wait 
+0x4b5b 018399 ior temp ,pdata 
+0x4b5c 018400 store 1 ,mem_usb_tx_wait 
+0x4b5d 018401 rtn 
+:      018403 usb_tx_ep2:
+0x4b5e 018404 arg 2 ,queue 
+0x4b5f 018405 arg core_usb_dfifo2 ,rega 
+0x4b60 018406 branch usb_tx_loop 
+:      018408 usb_tx:
+0x4b61 018409 bpatch patch1f_4 ,mem_patch1f 
+0x4b62 018410 fetch 1 ,mem_usb_tx_enable 
+0x4b63 018411 rtn blank 
+0x4b64 018412 fetch 1 ,mem_usb_tx_wait 
+0x4b65 018413 nbranch usb_inwake_state_tx_dispose ,blank 
+0x4b66 018414 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x4b67 018415 branch usb_tx_fifo_release ,blank 
+0x4b68 018416 fetch 1 ,mem_usb_state 
+0x4b69 018417 beq usb_sleep ,usb_windows_wakeup 
+0x4b6a 018418 bne usb_connected ,usb_tx_fifo_release 
+0x4b6b 018419 fetch 1 ,mem_usb_clear_remote_wakeup 
+0x4b6c 018420 nbranch usb_tx_fifo_release ,blank 
+0x4b6d 018421 call usb_tx_data_ep1 
+0x4b6e 018422 branch usb_tx_data_ep2 
+:      018424 usb_tx_data_ep1:
+0x4b6f 018425 fetch 1 ,mem_usb_tx_enable 
+0x4b70 018426 rtnbit0 1 
+0x4b71 018427 fetch 1 ,mem_usb_tx_wait 
+0x4b72 018428 rtnbit1 1 
+0x4b73 018429 fetch 1 ,mem_usb_tx_enable 
+0x4b74 018430 set0 1 ,pdata 
+0x4b75 018431 store 1 ,mem_usb_tx_enable 
+0x4b76 018432 fetch 1 ,mem_usb_ep1_data 
+0x4b77 018433 rtn blank 
+0x4b78 018434 beq usb_ep1_kb ,usb_tx_kb_normal_data 
+0x4b79 018435 branch assert 
+:      018437 usb_tx_data_ep2:
+0x4b7a 018438 fetch 1 ,mem_usb_tx_enable 
+0x4b7b 018439 rtnbit0 2 
+0x4b7c 018440 fetch 1 ,mem_usb_tx_wait 
+0x4b7d 018441 rtnbit1 2 
+0x4b7e 018442 fetch 1 ,mem_usb_tx_enable 
+0x4b7f 018443 set0 2 ,pdata 
+0x4b80 018444 store 1 ,mem_usb_tx_enable 
+0x4b81 018445 fetch 1 ,mem_usb_ep2_data 
+0x4b82 018446 rtn blank 
+0x4b83 018447 beq usb_ep2_ms ,usb_tx_ms_data 
+0x4b84 018448 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
+0x4b85 018449 branch assert 
+:      018451 usb_tx_fifo_release:
+0x4b86 018453 arg mem_usb_mouse_data ,contw 
+0x4b87 018454 arg 6 ,loopcnt 
+0x4b88 018455 branch memset0 
+:      018457 usb_tx_ms_data:
+0x4b89 018458 fetch 1 ,mem_usb_idle_flag 
+0x4b8a 018459 fetcht 1 ,mem_usb_get_protocol_flag 
+0x4b8b 018460 iand temp ,pdata 
+0x4b8c 018461 branch usb_tx_ms_data_normal_mode ,blank 
+0x4b8d 018462 fetcht 1 ,mem_usb_set_protocol_status 
+0x4b8e 018463 iadd temp ,pdata 
+0x4b8f 018464 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
+0x4b90 018465 branch usb_tx_ms_data_normal_mode 
+:      018467 usb_tx_ms_data_mac_boot_mode:
+0x4b91 018468 jam 0 ,mem_usb_ep2_data 
+:      018469 usb_tx_ms_data_mac_boot_regroup:
+0x4b92 018470 fetch 1 ,mem_usb_mouse_data + 1 
+0x4b93 018471 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x4b94 018472 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x4b95 018473 fetch 1 ,mem_usb_mouse_data + 1 
+0x4b96 018474 store 1 ,mem_usb_mouse_data 
+0x4b97 018475 fetch 1 ,mem_usb_mouse_data + 2 
+0x4b98 018476 istore 1 ,contw 
+0x4b99 018477 fetch 1 ,mem_usb_mouse_data + 4 
+0x4b9a 018478 istore 1 ,contw 
+0x4b9b 018479 fetch 1 ,mem_usb_mouse_data + 6 
+0x4b9c 018480 istore 1 ,contw 
+0x4b9d 018481 arg 4 ,loopcnt 
+0x4b9e 018482 arg mem_usb_mouse_data ,contr 
+0x4b9f 018483 branch usb_tx_ep2 
+:      018485 usb_tx_ms_data_normal_mode:
+0x4ba0 018486 jam 0 ,mem_usb_ep2_data 
+:      018487 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
+0x4ba1 018488 arg 8 ,loopcnt 
+0x4ba2 018489 arg mem_usb_mouse_data ,contr 
+0x4ba3 018490 branch usb_tx_ep2 
+:      018492 usb_tx_kb_multikey_data:
+0x4ba4 018493 jam 0 ,mem_usb_ep2_data 
+0x4ba5 018494 arg 3 ,loopcnt 
+0x4ba6 018495 arg mem_usb_kb_multikey ,contr 
+0x4ba7 018496 branch usb_tx_ep2 
+:      018498 usb_tx_kb_normal_data:
+0x4ba8 018499 jam 0 ,mem_usb_ep1_data 
+0x4ba9 018500 arg 8 ,loopcnt 
+0x4baa 018501 arg mem_usb_kb_data ,contr 
+0x4bab 018502 branch usb_tx_ep1 
+:      018504 usb_inwake_state_tx_dispose:
+0x4bac 018505 fetch 1 ,mem_usb_state 
+0x4bad 018506 beq usb_sleep ,usb_clear_tx_wait 
+0x4bae 018507 beq usb_connected ,usb_mac_wakeup_trig 
+0x4baf 018508 rtn 
+:      018509 usb_clear_tx_wait:
+0x4bb0 018510 jam 0 ,mem_usb_tx_wait 
+0x4bb1 018511 rtn 
+:      018512 usb_mac_wakeup_trig:
+0x4bb2 018513 hfetch 1 ,core_usb_config 
+0x4bb3 018514 set1 7 ,pdata 
+0x4bb4 018515 hstore 1 ,core_usb_config 
+0x4bb5 018516 jam 1 ,mem_usb_mac_wakeup_trig 
+0x4bb6 018517 rtn 
+:      018519 usb_mac_wakeup_judge:
+0x4bb7 018520 fetch 1 ,mem_usb_state 
+0x4bb8 018521 rtneq usb_sleep 
+0x4bb9 018522 beq usb_connected ,usb_mac_wakeup 
+0x4bba 018523 rtn 
+:      018524 usb_mac_wakeup:
+0x4bbb 018525 fetch 1 ,mem_usb_mac_wakeup_trig 
+0x4bbc 018526 rtn blank 
+0x4bbd 018527 jam 1 ,mem_usb_wakestate_onetime_flag 
+0x4bbe 018528 branch usb_wakeup 
+:      018530 usb_windows_wakeup:
+0x4bbf 018531 arg timer_wakeup ,queue 
+0x4bc0 018532 call timer_check 
+0x4bc1 018533 nrtn blank 
+:      018534 usb_wakeup:
+0x4bc2 018535 hfetch 1 ,core_usb_config 
+0x4bc3 018536 rtnbit0 7 
+0x4bc4 018537 jam 0xfc ,core_usb_config 
+0x4bc5 018538 nop 30000 
+0x4bc6 018539 jam 0x3c ,core_usb_config 
+0x4bc7 018540 rtn 
+:      018547 hci_rx_h4:
+0x4bc8 018548 bpatch patch1f_5 ,mem_patch1f 
+0x4bc9 018549 fetch 1 ,mem_hci_cmd 
+0x4bca 018550 nrtn blank 
+:      018551 hci_rx_h4_1:
+0x4bcb 018552 call hci_h4_parse_packet 
+0x4bcc 018553 ncall h4_rx_discard_packet ,user 
+0x4bcd 018554 rtn 
+:      018556 hci_h4_parse_packet:
+0x4bce 018557 bpatch patch1f_6 ,mem_patch1f 
+0x4bcf 018558 copy contru ,rega 
+0x4bd0 018559 arg 4 ,temp 
+0x4bd1 018560 ifetch 1 ,contru 
+0x4bd2 018561 beq hci_h4_type_cmd ,hci_h4_parse_packet_wait_len 
+0x4bd3 018562 increase 1 ,temp 
+0x4bd4 018563 beq hci_h4_type_acl ,hci_h4_parse_packet_wait_len 
+0x4bd5 018564 copy contru ,pdata 
+0x4bd6 018565 hstore 2 ,core_uart_rrptr 
+0x4bd7 018566 rtn 
+:      018567 hci_h4_parse_packet_wait_len:
+0x4bd8 018568 hfetch 2 ,core_uart_rxitems 
+0x4bd9 018569 isub temp ,null 
+0x4bda 018570 nbranch hci_h4_parse_packet_wait_len ,positive 
+0x4bdb 018572 disable user 
+0x4bdc 018573 copy rega ,contru 
+0x4bdd 018574 call h4_get_rx_payload_len 
+0x4bde 018575 iadd temp ,temp 
+:      018576 hci_h4_parse_packet_wait:
+0x4bdf 018577 hfetch 2 ,core_uart_rxitems 
+0x4be0 018578 isub temp ,null 
+0x4be1 018579 nbranch hci_h4_parse_packet_wait ,positive 
+0x4be2 018580 copy rega ,contru 
+0x4be3 018581 ifetch 1 ,contru 
+0x4be4 018582 beq hci_h4_type_cmd ,process_hci_cmd 
+0x4be5 018583 branch assert 
+:      018585 h4_rx_discard_packet:
+0x4be6 018586 bpatch patch1f_7 ,mem_patch1f 
+0x4be7 018587 hfetch 2 ,core_uart_rrptr 
+0x4be8 018588 iforce contru 
+0x4be9 018589 call h4_get_rx_payload_len 
+0x4bea 018590 iadd contru ,contru 
+0x4beb 018591 deposit contru 
+0x4bec 018592 hstore 2 ,core_uart_rrptr 
+0x4bed 018593 rtn 
+:      018598 h4_get_rx_payload_len:
+0x4bee 018599 ifetch 1 ,contru 
+0x4bef 018600 increase 2 ,contru 
+0x4bf0 018601 beq hci_h4_type_acl ,h4_get_rx_payload_len_acl 
+0x4bf1 018602 ifetch 1 ,contru 
+0x4bf2 018603 rtn 
+:      018604 h4_get_rx_payload_len_acl:
+0x4bf3 018605 ifetch 2 ,contru 
+0x4bf4 018606 rtn 
+:      018608 h4_get_tx_ptr:
+0x4bf5 018609 hfetch 2 ,core_uart_twptr 
+0x4bf6 018610 increase -5 ,contwu 
+0x4bf7 018611 iadd contwu ,contwu 
+0x4bf8 018612 rtn 
+:      018614 h4_send_packet_event:
+0x4bf9 018615 arg hci_h4_type_event ,temp 
+0x4bfa 018616 branch h4_send_packet 
+:      018617 h4_send_packet_acl:
+0x4bfb 018618 arg hci_h4_type_acl ,temp 
+:      018619 h4_send_packet:
+0x4bfc 018620 bpatchx patch20_0 ,mem_patch20 
+0x4bfd 018621 increase 1 ,loopcnt 
+0x4bfe 018622 hfetch 2 ,core_uart_twptr 
+0x4bff 018623 copy pdata ,contwu 
+0x4c00 018624 copy loopcnt ,pdata 
+0x4c01 018625 istoret 1 ,contwu 
+0x4c02 018626 increase -1 ,pdata 
+0x4c03 018627 iadd contwu ,contwu 
+0x4c04 018628 copy contwu ,pdata 
+0x4c05 018629 store 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4c06 018630 copy temp ,pdata 
+0x4c07 018631 rtneq hci_h4_type_acl 
+0x4c08 018632 fetch 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4c09 018633 hstore 2 ,core_uart_twptr 
+0x4c0a 018634 branch h4_send_acl_trigger_clear 
+:      018637 h4_send_acl_trigger_clear:
+0x4c0b 018638 setarg 0 
+0x4c0c 018639 store 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4c0d 018640 rtn 
+:      018647 hci_init:
+0x4c0e 018648 rtn wake 
+0x4c0f 018649 setarg hci_idle_dispatch 
+0x4c10 018650 store 2 ,mem_cb_idle_process 
+0x4c11 018652 setarg uart_baud_115200 
+0x4c12 018653 store uart_baud_len ,mem_baud 
+:      018654 hci_lpm_init:
+0x4c13 018655 setarg mem_h5rx_buf 
+0x4c14 018656 hstore 2 ,core_uart_rsaddr 
+0x4c15 018657 setarg mem_h5rx_buf_end 
+0x4c16 018658 hstore 2 ,core_uart_readdr 
+0x4c17 018659 setarg mem_h5tx_buf 
+0x4c18 018660 hstore 2 ,core_uart_tsaddr 
+0x4c19 018661 call hci_sel_init 
+:      018662 hci_reinit:
+0x4c1a 018663 jam 0x0 ,core_uart_ctrl 
+0x4c1b 018664 setarg mem_h5tx_buf 
+0x4c1c 018665 hstore 2 ,core_uart_twptr 
+0x4c1d 018666 hstore 2 ,core_uart_trptrp 
+0x4c1e 018667 setarg mem_h5rx_buf 
+0x4c1f 018668 hstore 2 ,core_uart_rrptr 
+0x4c20 018669 store 2 ,mem_h5rx_rptr 
+:      018670 hci_init_common:
+0x4c21 018671 hfetch 2 ,core_clkoff 
+0x4c22 018672 set0 clock_off_uart ,pdata 
+0x4c23 018673 hstore 2 ,core_clkoff 
+0x4c24 018674 call uart_set_baud_by_mem 
+0x4c25 018675 jam uartclk_dpll ,core_uart_clksel 
+0x4c26 018676 jam uart_ctrl_h4 ,core_uart_ctrl 
+0x4c27 018677 rtn 
+:      018679 hci_sel_init:
+0x4c28 018680 setarg mem_h5tx_buf_end 
+0x4c29 018681 hstore 2 ,core_uart_teaddr 
+0x4c2a 018682 hfetch 1 ,core_gpio_sel1 
+0x4c2b 018683 or_into 0x07 ,pdata 
+0x4c2c 018684 hstore 1 ,core_gpio_sel1 
+0x4c2d 018685 rtn 
+:      018688 hci_rx_packet:
+0x4c2e 018689 bpatchx patch20_1 ,mem_patch20 
+0x4c2f 018690 hfetch 1 ,core_uart_status 
+0x4c30 018691 iforce regb 
+0x4c31 018692 bbit0 uart_status_rx_fifo_empty ,hci_rx_packet_cont 
+0x4c32 018693 hfetch 2 ,core_uart_rxitems 
+0x4c33 018694 iforce regc 
+0x4c34 018695 arg 0x44f ,temp 
+0x4c35 018696 isub temp ,null 
+0x4c36 018697 nrtn zero 
+:      018698 hci_rx_packet_cont:
+0x4c37 018699 hfetch 2 ,core_uart_rrptr 
+0x4c38 018700 iforce contru 
+0x4c39 018701 branch hci_rx_h4 
+:      018703 uart_send_byte:
+0x4c3a 018704 hfetcht 1 ,core_uart_status 
+0x4c3b 018705 isolate1 6 ,temp 
+0x4c3c 018706 branch uart_send_byte ,true 
+0x4c3d 018707 hstore 1 ,core_uart_txd 
+0x4c3e 018708 rtn 
+:      018710 process_hci_cmd:
+0x4c3f 018711 bpatchx patch20_2 ,mem_patch20 
+0x4c40 018712 fetch 1 ,mem_hci_cmd 
+0x4c41 018713 branch process_hci_cmd_cont ,blank 
+0x4c42 018714 enable user 
+0x4c43 018715 rtn 
+:      018716 process_hci_cmd_cont:
+0x4c44 018717 ifetch 2 ,contru 
+0x4c45 018718 iforce alarm 
+0x4c46 018719 iforce queue 
+0x4c47 018720 ifetch 1 ,contru 
+0x4c48 018721 iforce temp 
+0x4c49 018722 rshift2 alarm ,pdata 
+0x4c4a 018723 rshift8 pdata ,pdata 
+0x4c4b 018724 beq hci_ogf_vendor_specific ,phci_grp_vendor_specific 
+0x4c4c 018725 rtn 
+:      018728 phci_grp_vendor_specific:
+0x4c4d 018729 bpatchx patch20_3 ,mem_patch20 
+0x4c4e 018730 deposit queue 
+0x4c4f 018731 beq hci_vendor_cmd_reset ,hci_normal_reply 
+0x4c50 018732 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
+0x4c51 018733 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
+0x4c52 018734 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
+0x4c53 018735 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
+0x4c54 018736 beq hci_vendor_cmd_echo ,hci_normal_reply 
+0x4c55 018737 beq hci_vendor_cmd_bdaddr ,phci_grp_vendor_bdaddr 
+0x4c56 018738 beq hci_vendor_cmd_enter_lpm ,phci_grp_vendor_enter_lpm 
+0x4c57 018740 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
+0x4c58 018741 beq hci_vendor_cmd_eep ,phci_grp_vendor_eep 
+0x4c59 018742 beq hci_vendor_cmd_patch_sec_init ,phci_grp_vendor_patch_sec_init 
+0x4c5a 018743 beq hci_vendor_cmd_patch_sec ,phci_grp_vendor_patch_sec 
+0x4c5b 018744 branch hci_normal_reply 
+:      018746 phci_grp_vendor_enter_lpm:
+0x4c5c 018747 call hci_normal_reply 
+0x4c5d 018748 call wait_uarttx 
+0x4c5e 018749 call gpio_pu_uart_tx 
+:      018750 hci_enter_lpm:
+0x4c5f 018751 call app_put_lpm_wake_lock 
+0x4c60 018752 call app_l2cap_flow_control_enable 
+0x4c61 018753 branch gpio_rx_config_input_with_pu 
+:      018755 hci_exit_lpm:
+0x4c62 018756 jam hci_rx_ready ,mem_hci_lt_rx_state 
+0x4c63 018757 call app_get_lpm_wake_lock 
+0x4c64 018758 call hci_lpm_init 
+0x4c65 018759 branch app_l2cap_flow_control_disable 
+:      018761 phci_grp_vendor_chipid:
+0x4c66 018762 call hci_get_cmd_complete_ptr 
+0x4c67 018763 hfetch 2 ,core_chipid 
+0x4c68 018764 istore 2 ,contwu 
+0x4c69 018765 force 6 ,loopcnt 
+0x4c6a 018766 branch hci_command_complete 
+:      018768 phci_grp_vendor_baud:
+0x4c6b 018769 ifetch 2 ,contru 
+0x4c6c 018770 store 2 ,mem_baud 
+0x4c6d 018771 hstore 2 ,core_uart_baud 
+0x4c6e 018772 rtn 
+:      018775 phci_grp_vendor_patch_common:
+0x4c6f 018777 ifetch 1 ,contru 
+0x4c70 018778 copy pdata ,temp 
+0x4c71 018779 hstore 1 ,core_ucode_low 
+0x4c72 018780 ifetch 1 ,contru 
+0x4c73 018781 iadd temp ,temp 
+0x4c74 018782 set1 7 ,pdata 
+0x4c75 018783 hstore 1 ,core_ucode_ctrl 
+0x4c76 018784 ifetch 1 ,contru 
+0x4c77 018785 iadd temp ,temp 
+0x4c78 018786 copy pdata ,loopcnt 
+0x4c79 018787 rtn 
+:      018789 phci_grp_vendor_patch:
+0x4c7a 018790 bmark1 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
+0x4c7b 018791 call phci_grp_vendor_patch_common 
+:      018792 phci_grp_vendor_patch_loop:
+0x4c7c 018793 ifetch 1 ,contru 
+0x4c7d 018794 hstore 1 ,core_ucode_data 
+0x4c7e 018795 iadd temp ,temp 
+0x4c7f 018796 loop phci_grp_vendor_patch_loop 
+:      018797 phci_grp_vendor_patch_check_sum:
+0x4c80 018798 and temp ,0xff ,temp 
+0x4c81 018799 ifetch 1 ,contru 
+0x4c82 018800 isub temp ,null 
+0x4c83 018801 nbranch phci_grp_vendor_patch_bad ,zero 
+0x4c84 018802 branch hci_normal_reply 
+:      018805 phci_grp_vendor_patch_sec:
+0x4c85 018806 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
+0x4c86 018807 call phci_grp_vendor_patch_common 
+0x4c87 018808 store 8 ,mem_pdatatemp 
+:      018809 phci_grp_vendor_patch_sec_loop:
+0x4c88 018810 call do_aes_cbc 
+0x4c89 018811 arg 16 ,loopcnt 
+0x4c8a 018812 arg mem_temp_block0 ,contw 
+0x4c8b 018813 call load_uart_sum_loop 
+0x4c8c 018814 storet 8 ,mem_temp 
+0x4c8d 018815 arg mem_temp_block2 ,contw 
+0x4c8e 018816 call store_aes_result 
+0x4c8f 018817 arg mem_temp_block2 ,rega 
+0x4c90 018818 arg mem_temp_block0 ,regb 
+0x4c91 018819 arg mem_temp_block3 ,contw 
+0x4c92 018820 call xor16 
+0x4c93 018821 arg 16 ,loopcnt 
+0x4c94 018822 arg mem_temp_block3 ,contr 
+0x4c95 018823 call load_ucode_only_loop 
+0x4c96 018824 fetcht 8 ,mem_temp 
+0x4c97 018825 fetch 8 ,mem_pdatatemp 
+0x4c98 018826 increase -16 ,pdata 
+0x4c99 018827 store 8 ,mem_pdatatemp 
+0x4c9a 018828 nbranch phci_grp_vendor_patch_sec_loop ,blank 
+0x4c9b 018829 branch phci_grp_vendor_patch_check_sum 
+:      018831 load_ucode_only_loop:
+0x4c9c 018832 ifetch 1 ,contr 
+0x4c9d 018833 hstore 1 ,core_ucode_data 
+0x4c9e 018834 loop load_ucode_only_loop 
+0x4c9f 018835 rtn 
+:      018837 load_uart_sum_loop:
+0x4ca0 018838 ifetch 1 ,contru 
+0x4ca1 018839 istore 1 ,contw 
+0x4ca2 018840 iadd temp ,temp 
+0x4ca3 018841 loop load_uart_sum_loop 
+0x4ca4 018842 rtn 
+:      018844 phci_grp_vendor_patch_sec_init:
+0x4ca5 018845 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
+0x4ca6 018846 arg 0 ,temp 
+0x4ca7 018847 arg 16 ,loopcnt 
+0x4ca8 018848 arg mem_temp_block0 ,contw 
+0x4ca9 018849 call load_uart_sum_loop 
+0x4caa 018850 hfetch 1 ,core_gpio_key2 
+0x4cab 018851 and_into 0xfd ,pdata 
+0x4cac 018852 hstore 1 ,core_gpio_key2 
+0x4cad 018853 arg mem_temp_block0 ,contr 
+0x4cae 018854 arg 16 ,loopcnt 
+0x4caf 018855 call aes_load_data 
+0x4cb0 018856 call aes_init 
+0x4cb1 018857 call aes_clear_data 
+0x4cb2 018858 branch phci_grp_vendor_patch_check_sum 
+:      018861 phci_grp_vendor_done:
+0x4cb3 018862 arg 0x20 ,loopcnt 
+0x4cb4 018863 arg mem_patch00 ,contw 
+0x4cb5 018864 arg 0 ,temp 
+:      018865 phci_grp_vendor_done_loop:
+0x4cb6 018866 ifetch 1 ,contru 
+0x4cb7 018867 istore 1 ,contw 
+0x4cb8 018868 iadd temp ,temp 
+0x4cb9 018869 loop phci_grp_vendor_done_loop 
+0x4cba 018870 and temp ,0xff ,temp 
+0x4cbb 018871 ifetch 1 ,contru 
+0x4cbc 018872 isub temp ,null 
+0x4cbd 018873 nbranch phci_grp_vendor_patch_bad ,zero 
+0x4cbe 018874 jam 0 ,core_ucode_ctrl 
+0x4cbf 018875 call hci_normal_reply 
+0x4cc0 018876 call h4_rx_discard_packet 
+0x4cc1 018877 call clear_key_buf 
+0x4cc2 018878 call wait_uarttx 
+0x4cc3 018879 branch soft_reset 
+:      018881 phci_grp_vendor_patch_bad:
+0x4cc4 018882 jam 0 ,core_ucode_ctrl 
+0x4cc5 018883 branch start 
+:      018885 phci_grp_vendor_bdaddr:
+0x4cc6 018886 ifetch 6 ,contru 
+0x4cc7 018887 store 6 ,mem_lap 
+0x4cc8 018888 branch hci_normal_reply 
+:      018891 phci_grp_vendor_mem:
+0x4cc9 018892 ifetch 1 ,contru 
+0x4cca 018893 store 1 ,mem_hci_curr_len 
+0x4ccb 018894 copy pdata ,loopcnt 
+0x4ccc 018895 ifetch 2 ,contru 
+0x4ccd 018896 store 2 ,mem_hci_curr_target 
+0x4cce 018897 copy pdata ,contw 
+0x4ccf 018898 call uart_copy_rx_bytes 
+0x4cd0 018899 branch hci_normal_reply 
+:      018902 phci_grp_vendor_eep:
+0x4cd1 018903 ifetch 1 ,contru 
+0x4cd2 018904 store 1 ,mem_hci_curr_len 
+0x4cd3 018905 copy pdata ,loopcnt 
+0x4cd4 018906 ifetch 2 ,contru 
+0x4cd5 018907 store 2 ,mem_hci_curr_target 
+0x4cd6 018908 arg mem_l2cap_rxbuff1 ,contw 
+0x4cd7 018909 call uart_copy_rx_bytes 
+0x4cd8 018910 fetcht 1 ,mem_hci_curr_len 
+0x4cd9 018911 arg mem_l2cap_rxbuff1 ,rega 
+0x4cda 018912 fetch 2 ,mem_hci_curr_target 
+0x4cdb 018913 branch iicd_write_ota_data 
+:      018918 hci_normal_reply:
+0x4cdc 018919 force 4 ,loopcnt 
+:      018920 hci_command_complete:
+0x4cdd 018921 call hci_get_payload_ptr 
+0x4cde 018922 force 0x1 ,pdata 
+0x4cdf 018923 istore 1 ,contwu 
+0x4ce0 018924 deposit alarm 
+0x4ce1 018925 istore 3 ,contwu 
+0x4ce2 018926 force hci_event_command_complete ,queue 
+:      018927 hci_send_event:
+0x4ce3 018928 bpatchx patch20_4 ,mem_patch20 
+0x4ce4 018929 call hci_get_packet_ptr 
+0x4ce5 018930 deposit queue 
+0x4ce6 018931 istore 1 ,contwu 
+0x4ce7 018932 deposit loopcnt 
+0x4ce8 018933 istore 1 ,contwu 
+:      018934 hci_send_event_raw:
+0x4ce9 018935 force 5 ,queue 
+0x4cea 018936 increase 2 ,loopcnt 
+:      018937 hci_send_packet:
+0x4ceb 018938 branch h4_send_packet_event 
+:      018940 hci_send_commu_ready_event:
+0x4cec 018941 force hci_event_vendor_specific ,queue 
+0x4ced 018942 call hci_get_payload_ptr 
+0x4cee 018943 setarg hci_vendor_event_commu_ready 
+0x4cef 018944 istore 1 ,contwu 
+0x4cf0 018945 force 1 ,loopcnt 
+0x4cf1 018946 branch hci_send_event 
+:      018948 hci_get_cmd_complete_ptr:
+0x4cf2 018949 force 12 ,contwu 
+0x4cf3 018950 branch hci_get_tx_ptr 
+:      018952 hci_get_payload_ptr:
+0x4cf4 018953 force 8 ,contwu 
+0x4cf5 018954 branch hci_get_tx_ptr 
+:      018956 hci_get_packet_ptr:
+0x4cf6 018957 force 6 ,contwu 
+:      018958 hci_get_tx_ptr:
+0x4cf7 018959 branch h4_get_tx_ptr 
+:      018963 calc_tx_crc16:
+0x4cf8 018964 pulse crc16 
+0x4cf9 018965 enable enable_crc 
+:      018966 crcloop:
+0x4cfa 018967 ifetch 1 ,contwu 
+0x4cfb 018968 inject bucket ,8 
+0x4cfc 018969 loop crcloop 
+0x4cfd 018970 enable enable_parity 
+0x4cfe 018971 inject bucket ,16 
+0x4cff 018972 disable enable_parity 
+0x4d00 018973 disable enable_crc 
+0x4d01 018974 disable crc16 
+0x4d02 018975 byteswap pdata ,pdata 
+0x4d03 018976 rtn 
+:      018980 cmd_exit:
+0x4d04 018981 jam 0 ,mem_hci_cmd 
+0x4d05 018982 rtn 
+:      018983 cmd_check_plap:
+0x4d06 018984 fetch 6 ,mem_hci_plap 
+0x4d07 018985 fetcht 6 ,mem_plap 
+0x4d08 018986 isub temp ,null 
+0x4d09 018987 rtn 
+:      018992 cmd_pair:
+0x4d0a 018993 fetch 1 ,mem_op 
+0x4d0b 018994 bbit1 op_inrand_req ,cmd_pair_passive 
+0x4d0c 018995 call tid_initiate 
+0x4d0d 018996 jam lmp_in_rand ,mem_lmo_opcode2 
+0x4d0e 018997 branch cmd_exit 
+:      018998 cmd_pair_passive:
+0x4d0f 018999 set0 op_inrand_req ,pdata 
+0x4d10 019000 store 1 ,mem_op 
+0x4d11 019001 call lmp_accept_inrand 
+0x4d12 019002 setarg 0 
+0x4d13 019003 setflag master ,smap_lmptid ,pdata 
+0x4d14 019004 store 1 ,mem_lmo_tid2 
+0x4d15 019005 branch cmd_exit 
+0x4d16 019006 rtn 
+:      019007 cmd_in_sniff:
+0x4d17 019008 jam lmp_sniff_req ,mem_lmo_opcode2 
+0x4d18 019009 arg mem_sniff_payload ,contw 
+0x4d19 019010 setarg 0 
+0x4d1a 019011 isolate1 27 ,clke_bt 
+0x4d1b 019012 setflag true ,1 ,pdata 
+0x4d1c 019013 istore 1 ,contw 
+0x4d1d 019014 setarg 0 
+0x4d1e 019015 istore 2 ,contw 
+0x4d1f 019016 fetch 2 ,mem_sniff_param_interval 
+0x4d20 019017 istore 2 ,contw 
+0x4d21 019018 fetch 1 ,mem_sniff_param_attempt 
+0x4d22 019019 istore 2 ,contw 
+0x4d23 019020 fetch 1 ,mem_sniff_param_timeout 
+0x4d24 019021 istore 2 ,contw 
+0x4d25 019022 branch cmd_exit 
+:      019024 cmd_exit_sniff:
+0x4d26 019025 jam lmp_unsniff_req ,mem_lmo_opcode2 
+0x4d27 019026 branch cmd_exit 
+:      019028 hci_idle_dispatch:
+0x4d28 019029 call gpio_check_uart_state 
+0x4d29 019030 rtn true 
+0x4d2a 019031 arg uart_wakeup_rx ,temp 
+0x4d2b 019032 call gpio_get_bit 
+0x4d2c 019033 nbranch uart_wake_up ,true 
+0x4d2d 019034 jam hci_rx_wake ,mem_hci_lt_rx_state 
+0x4d2e 019035 rtn 
+:      019036 uart_wake_up:
+0x4d2f 019037 fetch 1 ,mem_hci_lt_rx_state 
+0x4d30 019038 rtnne hci_rx_wake 
+0x4d31 019039 call hci_exit_lpm 
+0x4d32 019040 branch hci_send_commu_ready_event 
+:      019054 hid_rx_process:
+0x4d33 019055 bpatchx patch20_5 ,mem_patch20 
+0x4d34 019056 fetch 2 ,mem_l2cap_payload_ptr 
+0x4d35 019057 copy pdata ,contr 
+0x4d36 019058 ifetch 1 ,contr 
+0x4d37 019059 and pdata ,0x0f ,temp 
+0x4d38 019060 rshift4 pdata ,pdata 
+0x4d39 019061 beq hid_type_set_idle ,hid_rx_process_handshake 
+0x4d3a 019062 beq hid_type_set_protocol ,hid_rx_process_handshake 
+0x4d3b 019063 beq hid_type_data ,hid_rx_process_data 
+0x4d3c 019064 beq hid_type_set_report ,hid_rx_process_set_report 
+0x4d3d 019065 beq hid_type_control ,hid_rx_process_hid_control 
+0x4d3e 019066 rtn 
+:      019068 hid_rx_process_hid_control:
+0x4d3f 019069 copy temp ,pdata 
+0x4d40 019070 beq hid_control_p_virtualcableunplug ,hid_rx_process_virtual_cable_unplug 
+0x4d41 019071 beq hid_control_p_suspend ,hid_rx_process_suspend 
+0x4d42 019072 rtn 
+:      019074 hid_rx_process_virtual_cable_unplug:
+0x4d43 019075 jam bt_evt_virtual_cable_unplug ,mem_fifo_temp 
+0x4d44 019076 call ui_ipc_send_event 
+0x4d45 019077 fetch 1 ,mem_device_option 
+0x4d46 019078 rtnbit0 dvc_op_mouse 
+0x4d47 019079 copy temp ,pdata 
+0x4d48 019080 beq hid_control_p_virtualcableunplug ,mouse_irtual_cable_unplug 
+0x4d49 019081 rtn 
+:      019082 hid_rx_process_suspend:
+0x4d4a 019083 rtn 
+:      019085 hid_rx_process_set_report:
+0x4d4b 019086 call hid_rx_process_data 
+0x4d4c 019087 arg 0x01 ,rega 
+0x4d4d 019088 call hid_malloc_tx_buff 
+0x4d4e 019089 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4d4f 019090 istore 2 ,contw 
+0x4d50 019091 setarg 0x00 
+0x4d51 019092 istore 1 ,contw 
+0x4d52 019093 rtn 
+:      019095 hid_rx_process_handshake:
+0x4d53 019096 arg 1 ,rega 
+0x4d54 019097 call hid_malloc_tx_buff 
+0x4d55 019098 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4d56 019099 istore 2 ,contw 
+0x4d57 019100 setarg 0 
+0x4d58 019101 istore 1 ,contw 
+0x4d59 019102 jam 1 ,mem_ui_data_txbuff_length 
+0x4d5a 019103 fetch 1 ,mem_hid_control_state 
+0x4d5b 019104 set1 l2cap_channel_hid_handshake_done 
+0x4d5c 019105 store 1 ,mem_hid_control_state 
+0x4d5d 019106 jam bt_evt_hid_handshake ,mem_fifo_temp 
+0x4d5e 019107 branch ui_ipc_send_event 
+:      019109 hid_rx_process_data:
+0x4d5f 019110 ifetch 1 ,contr 
+0x4d60 019111 beq hid_report_id_kb ,hid_rx_process_data_hid_kb 
+0x4d61 019112 rtn 
+:      019114 hid_rx_process_data_hid_kb:
+0x4d62 019115 rtn 
+:      019118 hid_malloc_tx_buff:
+0x4d63 019119 call l2cap_malloc 
+0x4d64 019120 copy rega ,temp 
+0x4d65 019121 storet 1 ,mem_ui_data_txbuff_length 
+0x4d66 019122 copy pdata ,contw 
+0x4d67 019123 copy rega ,pdata 
+0x4d68 019124 istore 2 ,contw 
+0x4d69 019125 rtn 
+:      019142 l2cap_init:
+0x4d6a 019143 branch l2cap_init_wake ,wake 
+:      019144 l2cap_init_work:
+0x4d6b 019145 setarg mem_l2cap_xmem_end 
+0x4d6c 019146 arg mem_l2cap_xmem_start ,contw 
+0x4d6d 019147 isub contw ,loopcnt 
+0x4d6e 019148 call clear_mem 
+:      019149 l2cap_init_wake:
+0x4d6f 019150 bpatchx patch20_6 ,mem_patch20 
+0x4d70 019151 setarg mem_sdp_mem_end 
+0x4d71 019152 arg mem_sdp_mem_start ,contw 
+0x4d72 019153 isub contw ,loopcnt 
+0x4d73 019154 call clear_mem 
+0x4d74 019155 setarg mem_l2cap_mem_end 
+0x4d75 019156 arg mem_l2cap_mem_start ,contw 
+0x4d76 019157 isub contw ,loopcnt 
+0x4d77 019158 call clear_mem 
+0x4d78 019159 branch l2cap_lpm_load_txbuf 
+:      019161 process_rx_l2cap_pkt:
+0x4d79 019162 bpatchx patch20_7 ,mem_patch20 
+0x4d7a 019163 copy contr ,temp 
+0x4d7b 019166 copy temp ,contr 
+0x4d7c 019167 ifetch 2 ,contr 
+0x4d7d 019168 store 2 ,mem_l2cap_rx_pkt_length 
+0x4d7e 019169 ifetch 2 ,contr 
+0x4d7f 019170 store 2 ,mem_l2cap_rx_cid 
+0x4d80 019171 deposit contr 
+0x4d81 019172 store 2 ,mem_l2cap_payload_ptr 
+0x4d82 019173 fetch 1 ,memui_reconnect_mode 
+0x4d83 019174 beq no_reconnection ,l2cap_rx_multiplexing 
+0x4d84 019175 branch ml2cap_rx_multiplexing 
+:      019177 l2cap_rx_multiplexing:
+0x4d85 019178 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x4d86 019179 branch l2cap_rx_reset_state ,blank 
+0x4d87 019180 bpatchx patch21_0 ,mem_patch21 
+0x4d88 019181 fetch 1 ,mem_l2cap_rx_cid 
+0x4d89 019182 beq l2cap_signal_channel ,l2cap_call_proc_signal 
+:      019183 l2cap_rx_multiplexing0:
+0x4d8a 019184 beq l2cap_sdp_channel ,l2cap_call_proc_sdp 
+0x4d8b 019185 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
+0x4d8c 019186 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
+0x4d8d 019187 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
+0x4d8e 019188 branch l2cap_rx_reset_state 
+:      019190 l2cap_check_map:
+0x4d8f 019193 bpatchx patch21_1 ,mem_patch21 
+0x4d90 019194 call l2cap_malloc_get_full_map 
+0x4d91 019195 fetch 1 ,mem_used_map 
+0x4d92 019196 beq 0 ,set_pdata_0 
+0x4d93 019197 beq 1 ,set_pdata_0 
+0x4d94 019198 beq 2 ,set_pdata_0 
+0x4d95 019199 beq 3 ,set_pdata_0 
+0x4d96 019200 beq 0x81 ,set_pdata_0 
+0x4d97 019201 beq 0xc0 ,set_pdata_0 
+0x4d98 019202 beq 0x80 ,set_pdata_0 
+0x4d99 019203 beq 0x40 ,set_pdata_0 
+0x4d9a 019204 rtn 
+:      019206 set_pdata_0:
+0x4d9b 019207 setarg 0 
+0x4d9c 019208 rtn 
+:      019211 l2cap_call_proc_signal:
+0x4d9d 019212 call l2cap_check_map 
+0x4d9e 019213 nrtn blank 
+:      019214 l2cap_call_proc_signal0:
+0x4d9f 019215 call l2cap_malloc_signal_channel 
+0x4da0 019216 call l2cap_process_signal_pkt 
+0x4da1 019217 fetcht 2 ,mem_l2cap_signal_tx_length 
+0x4da2 019218 branch l2cap_call_proc_no_reply ,blank 
+0x4da3 019219 call l2cap_get_signal_tx_buff 
+0x4da4 019220 fetch 2 ,mem_l2cap_signal_tx_length 
+0x4da5 019221 istore 2 ,contw 
+0x4da6 019222 force l2cap_signal_channel ,pdata 
+0x4da7 019223 istore 2 ,contw 
+0x4da8 019224 branch l2cap_rx_reset_state 
+:      019226 l2cap_call_proc_sigal_pending:
+0x4da9 019227 fetch 1 ,mem_l2cap_pending_item 
+0x4daa 019228 rtn blank 
+0x4dab 019229 copy pdata ,rega 
+0x4dac 019230 bpatchx patch21_2 ,mem_patch21 
+0x4dad 019231 fetch 4 ,mem_l2cap_sdpres_delay_time 
+0x4dae 019232 arg 0x100 ,temp 
+0x4daf 019233 iadd temp ,temp 
+0x4db0 019234 copy clkn_bt ,pdata 
+0x4db1 019235 isub temp ,null 
+0x4db2 019236 nrtn positive 
+0x4db3 019237 jam 0 ,mem_l2cap_pending_item 
+0x4db4 019238 copy rega ,pdata 
+0x4db5 019239 beq l2cap_sdp_channel ,l2cap_sdp_conn_succ 
+0x4db6 019240 branch assert 
+:      019241 l2cap_sdp_conn_succ:
+0x4db7 019242 arg 0 ,debug 
+0x4db8 019243 call l2cap_malloc_signal_channel 
+0x4db9 019244 call restore_l2cap_req_param 
+0x4dba 019245 call l2cap_get_signal_tx_payload 
+0x4dbb 019246 call save_cont_pointers 
+0x4dbc 019247 call send_connection_sdp_res 
+0x4dbd 019248 call l2cap_get_signal_tx_buff 
+0x4dbe 019250 setarg 0x000c 
+0x4dbf 019251 istore 2 ,contw 
+0x4dc0 019252 force l2cap_signal_channel ,pdata 
+0x4dc1 019253 istore 2 ,contw 
+0x4dc2 019254 branch l2cap_rx_reset_state 
+:      019258 l2cap_reset_sdp_map:
+0x4dc3 019259 bpatchx patch21_3 ,mem_patch21 
+0x4dc4 019260 fetch 2 ,mem_sdp_tx_pkt_length 
+0x4dc5 019261 increase 4 ,pdata 
+0x4dc6 019262 rshift4 pdata ,pdata 
+0x4dc7 019263 rshift3 pdata ,pdata 
+0x4dc8 019264 add pdata ,1 ,temp 
+0x4dc9 019265 arg mem_tx_fifo3 ,contr 
+0x4dca 019266 ifetch 3 ,contr 
+0x4dcb 019267 rtn blank 
+0x4dcc 019268 store 3 ,mem_tx_fifo_map_temp 
+0x4dcd 019269 fetch 1 ,mem_tx_fifo_map_temp 
+0x4dce 019270 copy pdata ,rega 
+0x4dcf 019271 call check_l2cap_map 
+0x4dd0 019272 copy regb ,pdata 
+0x4dd1 019273 store 1 ,mem_tx_fifo3 
+0x4dd2 019274 rtn 
+:      019276 check_l2cap_map:
+0x4dd3 019277 arg 0 ,queue 
+0x4dd4 019278 arg 0 ,regb 
+:      019280 check_l2cap_map_loop:
+0x4dd5 019281 sub queue ,7 ,null 
+0x4dd6 019282 nrtn positive 
+0x4dd7 019283 qisolate1 rega 
+0x4dd8 019284 branch check_l2cap_map_used ,true 
+0x4dd9 019285 branch check_l2cap_map_used2 
+:      019287 check_l2cap_map_used:
+0x4dda 019288 copy temp ,pdata 
+0x4ddb 019289 branch check_l2cap_map_used2 ,blank 
+0x4ddc 019290 qset1 regb 
+0x4ddd 019291 increase -1 ,temp 
+:      019293 check_l2cap_map_used2:
+0x4dde 019294 increase 1 ,queue 
+0x4ddf 019295 branch check_l2cap_map_loop 
+:      019297 l2cap_call_proc_sdp:
+0x4de0 019298 call l2cap_malloc_is_fifo_empty 
+0x4de1 019299 nrtn blank 
+0x4de2 019300 call l2cap_check_map 
+0x4de3 019301 nrtn blank 
+0x4de4 019302 call l2cap_malloc_sdp_channel 
+0x4de5 019303 call sdp_process 
+0x4de6 019304 call l2cap_reset_sdp_map 
+0x4de7 019305 branch l2cap_call_proc_sdp_common 
+:      019308 ml2cap_call_proc_sdp:
+0x4de8 019309 call l2cap_malloc_is_fifo_empty 
+0x4de9 019310 nrtn blank 
+0x4dea 019311 call l2cap_malloc_sdp_channel 
+0x4deb 019312 call sdp_process 
+:      019313 l2cap_call_proc_sdp_common:
+0x4dec 019314 call l2cap_get_sdp_tx_buff 
+0x4ded 019315 fetch 2 ,mem_sdp_tx_pkt_length 
+0x4dee 019316 branch l2cap_call_proc_no_reply ,blank 
+0x4def 019317 istore 2 ,contw 
+0x4df0 019318 fetch 2 ,mem_sdp_remote_cid 
+0x4df1 019319 istore 2 ,contw 
+0x4df2 019320 branch l2cap_rx_reset_state 
+:      019322 l2cap_call_proc_hid:
+0x4df3 019323 call hid_rx_process 
+0x4df4 019324 branch l2cap_rx_reset_state 
+:      019326 l2cap_call_proc_rfcomm:
+0x4df5 019327 bpatchx patch21_4 ,mem_patch21 
+0x4df6 019328 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
+0x4df7 019329 call rfcomm_rx_process 
+0x4df8 019330 fetch 1 ,mem_rfcomm_malloc_fail_flag 
+0x4df9 019331 rtneq rfcomm_malloc_fail 
+0x4dfa 019332 branch l2cap_rx_reset_state 
+:      019333 l2cap_call_proc_no_reply:
+0x4dfb 019334 call l2cap_malloc_discard 
+:      019336 l2cap_rx_reset_state:
+0x4dfc 019337 setarg 0 
+0x4dfd 019338 store 2 ,mem_l2cap_rx_pkt_length 
+0x4dfe 019339 store 2 ,mem_l2cap_rx_cid 
+0x4dff 019340 jam l2cap_rx_done ,mem_l2cap_rx_done 
+0x4e00 019341 rtn 
+:      019343 l2cap_process_signal_pkt:
+0x4e01 019344 bpatchx patch21_5 ,mem_patch21 
+0x4e02 019345 call l2cap_get_signal_tx_payload 
+0x4e03 019346 force 0 ,regb 
+0x4e04 019347 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x4e05 019348 copy pdata ,regc 
+0x4e06 019349 fetch 2 ,mem_l2cap_payload_ptr 
+0x4e07 019350 iforce contr 
+:      019351 l2cap_process_signal_pkt_loop:
+0x4e08 019352 call l2cap_process_one_signal 
+0x4e09 019353 deposit regc 
+0x4e0a 019354 increase -4 ,regc 
+0x4e0b 019355 increase -4 ,pdata 
+0x4e0c 019356 nbranch l2cap_process_signal_pkt_loop ,blank 
+0x4e0d 019357 copy regb ,pdata 
+0x4e0e 019358 store 2 ,mem_l2cap_signal_tx_length 
+0x4e0f 019359 rtn 
+:      019361 l2cap_process_one_signal:
+0x4e10 019362 bpatchx patch21_6 ,mem_patch21 
+0x4e11 019363 ifetch 1 ,contr 
+0x4e12 019364 beq signal_cmd_reject ,l2cap_proc_signal_cmd_reject 
+0x4e13 019365 beq signal_connect_req ,l2cap_proc_signal_connect_req 
+0x4e14 019366 beq signal_connect_rsp ,l2cap_proc_signal_connect_rsp 
+0x4e15 019367 beq signal_config_req ,l2cap_proc_signal_config_req 
+0x4e16 019368 beq signal_config_rsp ,l2cap_proc_signal_config_rsp 
+0x4e17 019369 beq signal_disconnect_req ,l2cap_proc_signal_disconnect_req 
+0x4e18 019370 beq signal_disconnect_rsp ,l2cap_proc_signal_disconnect_rsp 
+0x4e19 019371 beq signal_echo_req ,l2cap_proc_signal_echo_req 
+0x4e1a 019372 beq signal_echo_rsp ,l2cap_proc_signal_echo_rsp 
+0x4e1b 019373 beq signal_info_req ,l2cap_proc_signal_info_req 
+0x4e1c 019374 beq signal_info_rsp ,l2cap_proc_signal_info_rsp 
+0x4e1d 019375 call l2cap_reject_command 
+:      019376 l2cap_process_one_signal_rtn:
+0x4e1e 019377 rtn 
+:      019379 l2cap_proc_signal_info_req:
+0x4e1f 019380 ifetch 1 ,contr 
+0x4e20 019381 copy pdata ,queue 
+0x4e21 019382 ifetch 2 ,contr 
+0x4e22 019383 copy pdata ,rega 
+0x4e23 019384 copy regc ,pdata 
+0x4e24 019385 isub rega ,regc 
+0x4e25 019386 setarg signal_info_rsp 
+0x4e26 019387 istore 1 ,contw 
+0x4e27 019388 copy queue ,pdata 
+0x4e28 019389 istore 1 ,contw 
+0x4e29 019390 ifetch 2 ,contr 
+:      019391 l2cap_proc_signal_info_req_reply:
+0x4e2a 019392 beq l2cap_sig_ext_featrue ,l2cap_proc_signal_info_req_ext 
+0x4e2b 019393 beq l2cap_sig_fix_featrue ,l2cap_proc_signal_info_req_fix 
+0x4e2c 019394 rtn 
+:      019395 l2cap_proc_signal_info_req_ext:
+0x4e2d 019396 setarg 0x020008 
+0x4e2e 019397 istore 6 ,contw 
+0x4e2f 019398 setarg 0x0280 
+0x4e30 019399 istore 4 ,contw 
+0x4e31 019400 force 12 ,pdata 
+0x4e32 019401 branch l2cap_proc_signal_info_req_common 
+:      019402 l2cap_proc_signal_info_req_fix:
+0x4e33 019403 setarg 0x3000c 
+0x4e34 019404 istore 6 ,contw 
+0x4e35 019405 setarg 0x0006 
+0x4e36 019406 istore 8 ,contw 
+0x4e37 019407 force 16 ,pdata 
+:      019408 l2cap_proc_signal_info_req_common:
+0x4e38 019409 iadd regb ,regb 
+0x4e39 019410 branch l2cap_process_one_signal_rtn 
+:      019412 ml2cap_proc_signal_info_req:
+0x4e3a 019413 ifetch 1 ,contr 
+0x4e3b 019414 copy pdata ,queue 
+0x4e3c 019415 ifetch 2 ,contr 
+0x4e3d 019416 copy pdata ,rega 
+0x4e3e 019417 ifetch 2 ,contr 
+0x4e3f 019418 store 2 ,mem_temp 
+0x4e40 019419 copy regc ,pdata 
+0x4e41 019420 isub rega ,regc 
+0x4e42 019421 call l2cap_get_signal_tx_payload 
+0x4e43 019422 setarg signal_info_rsp 
+0x4e44 019423 istore 1 ,contw 
+0x4e45 019424 copy queue ,pdata 
+0x4e46 019425 istore 1 ,contw 
+0x4e47 019426 fetch 2 ,mem_temp 
+0x4e48 019427 branch l2cap_proc_signal_info_req_reply 
+:      019431 l2cap_proc_signal_cmd_reject:
+0x4e49 019432 ifetch 1 ,contr 
+0x4e4a 019433 copy pdata ,queue 
+0x4e4b 019434 ifetch 2 ,contr 
+0x4e4c 019435 copy pdata ,rega 
+0x4e4d 019436 iadd contr ,contr 
+0x4e4e 019437 copy regc ,pdata 
+0x4e4f 019438 isub rega ,regc 
+:      019439 l2cap_proc_signal_cmd_reject_rtn:
+0x4e50 019440 branch l2cap_process_one_signal_rtn 
+:      019442 l2cap_proc_signal_connect_req:
+0x4e51 019443 call save_cont_pointers 
+0x4e52 019446 call load_cont_pointers 
+0x4e53 019447 arg 0 ,debug 
+0x4e54 019448 ifetch 1 ,contr 
+0x4e55 019449 copy pdata ,queue 
+0x4e56 019450 ifetch 2 ,contr 
+0x4e57 019451 copy pdata ,rega 
+0x4e58 019452 ifetch 2 ,contr 
+0x4e59 019453 copy pdata ,temp 
+0x4e5a 019454 ifetch 2 ,contr 
+0x4e5b 019455 copy pdata ,timeup 
+0x4e5c 019456 bpatchx patch21_7 ,mem_patch21 
+0x4e5d 019457 copy temp ,pdata 
+0x4e5e 019458 beq psm_sdp ,l2cap_proc_signal_connect_req_sdp 
+0x4e5f 019459 beq psm_rfcomm ,l2cap_proc_signal_connect_req_rfcomm 
+0x4e60 019460 beq psm_hid_control ,l2cap_proc_signal_connect_req_hid_ctrl 
+0x4e61 019461 beq psm_hid_interrupt ,l2cap_proc_signal_connect_req_hid_int 
+0x4e62 019462 call l2cap_reject_command 
+0x4e63 019463 branch l2cap_proc_signal_connect_req_rtn 
+:      019465 l2cap_proc_signal_connect_req_sdp:
+0x4e64 019466 call save_cont_pointers 
+0x4e65 019467 arg l2cap_sdp_channel ,temp 
+0x4e66 019468 fetch 2 ,mem_sdp_remote_cid 
+0x4e67 019469 nbranch already_connected ,blank 
+0x4e68 019470 copy timeup ,pdata 
+0x4e69 019471 store 2 ,mem_sdp_remote_cid 
+0x4e6a 019472 copy clkn_bt ,pdata 
+0x4e6b 019473 store 4 ,mem_l2cap_sdpres_delay_time 
+0x4e6c 019474 call store_l2cap_req_param 
+0x4e6d 019475 branch send_connection_pending 
+:      019477 store_l2cap_req_param:
+0x4e6e 019478 storet 2 ,mem_psm 
+0x4e6f 019479 deposit timeup 
+0x4e70 019480 store 2 ,mem_scid 
+0x4e71 019481 deposit rega 
+0x4e72 019482 store 2 ,mem_cmd_length 
+0x4e73 019483 deposit regb 
+0x4e74 019484 store 2 ,mem_tt2 
+0x4e75 019485 deposit regc 
+0x4e76 019486 store 2 ,mem_tt3 
+0x4e77 019487 deposit queue 
+0x4e78 019488 store 2 ,mem_id 
+0x4e79 019489 rtn 
+:      019491 restore_l2cap_req_param:
+0x4e7a 019492 fetcht 2 ,mem_psm 
+0x4e7b 019493 fetch 2 ,mem_scid 
+0x4e7c 019494 copy pdata ,timeup 
+0x4e7d 019495 fetch 2 ,mem_cmd_length 
+0x4e7e 019496 copy pdata ,rega 
+0x4e7f 019497 fetch 2 ,mem_tt2 
+0x4e80 019498 copy pdata ,regb 
+0x4e81 019499 fetch 2 ,mem_tt3 
+0x4e82 019500 copy pdata ,regc 
+0x4e83 019501 fetch 2 ,mem_id 
+0x4e84 019502 copy pdata ,queue 
+0x4e85 019503 rtn 
+:      019505 l2cap_proc_signal_connect_req_rfcomm:
+0x4e86 019506 call save_cont_pointers 
+0x4e87 019507 setarg l2cap_rfcomm_channel 
+0x4e88 019508 arg l2cap_rfcomm_channel ,temp 
+0x4e89 019509 fetch 2 ,mem_rfcomm_remote_cid 
+0x4e8a 019510 nbranch already_connected ,blank 
+0x4e8b 019511 copy timeup ,pdata 
+0x4e8c 019512 store 2 ,mem_rfcomm_remote_cid 
+0x4e8d 019513 fetch 1 ,mem_rfcomm_state 
+0x4e8e 019514 set1 l2cap_channel_state_conn_req ,pdata 
+0x4e8f 019515 set1 l2cap_channel_state_conn_res ,pdata 
+0x4e90 019516 store 1 ,mem_rfcomm_state 
+0x4e91 019517 branch send_connection_res 
+:      019518 l2cap_proc_signal_connect_req_hid_ctrl:
+0x4e92 019519 call save_cont_pointers 
+0x4e93 019520 arg l2cap_hid_control_channel ,temp 
+0x4e94 019521 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4e95 019522 nbranch already_connected ,blank 
+0x4e96 019523 copy timeup ,pdata 
+0x4e97 019524 store 2 ,mem_hid_ctrl_remote_cid 
+0x4e98 019525 fetch 1 ,mem_hid_control_state 
+0x4e99 019526 set1 l2cap_channel_state_conn_req ,pdata 
+0x4e9a 019527 set1 l2cap_channel_state_conn_res ,pdata 
+0x4e9b 019528 store 1 ,mem_hid_control_state 
+0x4e9c 019529 branch send_connection_res 
+:      019530 l2cap_proc_signal_connect_req_hid_int:
+0x4e9d 019531 call save_cont_pointers 
+0x4e9e 019532 deposit clke 
+0x4e9f 019533 arg l2cap_hid_interrupt_channel ,temp 
+0x4ea0 019534 fetch 2 ,mem_hid_int_remote_cid 
+0x4ea1 019535 nbranch already_connected ,blank 
+0x4ea2 019536 copy timeup ,pdata 
+0x4ea3 019537 store 2 ,mem_hid_int_remote_cid 
+0x4ea4 019538 fetch 1 ,mem_hid_interrupt_state 
+0x4ea5 019539 set1 l2cap_channel_state_conn_req ,pdata 
+0x4ea6 019540 set1 l2cap_channel_state_conn_res ,pdata 
+0x4ea7 019541 store 1 ,mem_hid_interrupt_state 
+0x4ea8 019542 branch send_connection_res 
+:      019544 send_connection_pending:
+0x4ea9 019545 setarg l2cap_connect_pending 
+0x4eaa 019546 store 2 ,meml2cap_t1 
+0x4eab 019547 jam l2cap_sdp_channel ,mem_l2cap_pending_item 
+0x4eac 019548 branch send_connection_res0 
+:      019549 send_connection_sdp_res:
+0x4ead 019550 fetch 1 ,mem_sdp_state 
+0x4eae 019551 set1 l2cap_channel_state_conn_req ,pdata 
+0x4eaf 019552 set1 l2cap_channel_state_conn_res ,pdata 
+0x4eb0 019553 store 1 ,mem_sdp_state 
+:      019554 send_connection_res:
+0x4eb1 019555 setarg l2cap_connect_successful 
+0x4eb2 019556 store 2 ,meml2cap_t1 
+:      019557 send_connection_res0:
+0x4eb3 019558 bpatchx patch22_0 ,mem_patch22 
+0x4eb4 019559 call load_cont_pointers 
+0x4eb5 019560 setarg signal_connect_rsp 
+0x4eb6 019561 istore 1 ,contw 
+0x4eb7 019562 copy queue ,pdata 
+0x4eb8 019563 istore 1 ,contw 
+0x4eb9 019564 setarg 0x0008 
+0x4eba 019565 istore 2 ,contw 
+0x4ebb 019566 copy temp ,pdata 
+0x4ebc 019567 istore 2 ,contw 
+0x4ebd 019568 copy timeup ,pdata 
+0x4ebe 019569 istore 2 ,contw 
+0x4ebf 019570 fetch 2 ,meml2cap_t1 
+0x4ec0 019571 beq l2cap_connect_pending ,connect_pending 
+0x4ec1 019572 isolate0 0 ,debug 
+0x4ec2 019573 branch connect_suc ,true 
+0x4ec3 019574 setarg l2cap_connect_refused_no_resources 
+:      019575 connect_suc:
+0x4ec4 019576 istore 2 ,contw 
+0x4ec5 019577 force 0x0000 ,pdata 
+0x4ec6 019578 istore 2 ,contw 
+0x4ec7 019579 setarg 12 
+0x4ec8 019580 branch connect_req_update_byte_counts 
+:      019581 connect_pending:
+0x4ec9 019582 istore 2 ,contw 
+0x4eca 019583 force 0x0002 ,pdata 
+0x4ecb 019584 istore 2 ,contw 
+0x4ecc 019585 setarg 12 
+0x4ecd 019586 branch connect_req_update_byte_counts 
+:      019588 already_connected:
+0x4ece 019589 set1 0 ,debug 
+0x4ecf 019590 branch send_connection_res 
+:      019591 connect_req_update_byte_counts:
+0x4ed0 019592 iadd regb ,regb 
+0x4ed1 019593 copy regc ,pdata 
+0x4ed2 019594 isub rega ,regc 
+0x4ed3 019595 branch l2cap_proc_signal_connect_req_rtn 
+:      019596 l2cap_proc_signal_connect_req_rtn:
+0x4ed4 019597 branch l2cap_process_one_signal_rtn 
+:      019599 l2cap_proc_signal_connect_rsp:
+0x4ed5 019600 ifetch 1 ,contr 
+0x4ed6 019601 copy pdata ,queue 
+0x4ed7 019602 ifetch 2 ,contr 
+0x4ed8 019603 copy pdata ,rega 
+0x4ed9 019604 copy regc ,pdata 
+0x4eda 019605 isub rega ,regc 
+0x4edb 019606 ifetch 2 ,contr 
+0x4edc 019607 copy pdata ,timeup 
+0x4edd 019608 ifetch 2 ,contr 
+0x4ede 019609 copy pdata ,temp 
+0x4edf 019610 bpatchx patch22_1 ,mem_patch22 
+0x4ee0 019611 setarg l2cap_sdp_channel 
+0x4ee1 019612 isub temp ,null 
+0x4ee2 019613 branch l2cap_proc_signal_connect_rsp_sdp ,zero 
+0x4ee3 019614 setarg l2cap_rfcomm_channel 
+0x4ee4 019615 isub temp ,null 
+0x4ee5 019616 branch l2cap_proc_signal_connect_rsp_rfcomm ,zero 
+0x4ee6 019617 setarg l2cap_hid_control_channel 
+0x4ee7 019618 isub temp ,null 
+0x4ee8 019619 branch l2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
+0x4ee9 019620 setarg l2cap_hid_interrupt_channel 
+0x4eea 019621 isub temp ,null 
+0x4eeb 019622 branch l2cap_proc_signal_connect_rsp_hid_int ,zero 
+0x4eec 019623 rtn 
+:      019625 l2cap_proc_signal_connect_rsp_sdp:
+0x4eed 019626 copy timeup ,pdata 
+0x4eee 019627 store 2 ,mem_sdp_remote_cid 
+0x4eef 019628 fetch 1 ,mem_sdp_state 
+0x4ef0 019629 set1 l2cap_channel_state_conn_res ,pdata 
+0x4ef1 019630 store 1 ,mem_sdp_state 
+0x4ef2 019631 branch l2cap_process_one_signal_rtn 
+:      019632 l2cap_proc_signal_connect_rsp_rfcomm:
+0x4ef3 019633 copy timeup ,pdata 
+0x4ef4 019634 store 2 ,mem_rfcomm_remote_cid 
+0x4ef5 019635 fetch 1 ,mem_rfcomm_state 
+0x4ef6 019636 set1 l2cap_channel_state_conn_res ,pdata 
+0x4ef7 019637 store 1 ,mem_rfcomm_state 
+0x4ef8 019638 rtn 
+:      019639 l2cap_proc_signal_connect_rsp_hid_int:
+0x4ef9 019640 copy timeup ,pdata 
+0x4efa 019641 store 2 ,mem_hid_ctrl_remote_cid 
+0x4efb 019642 fetch 1 ,mem_hid_interrupt_state 
+0x4efc 019643 set1 l2cap_channel_state_conn_res ,pdata 
+0x4efd 019644 store 1 ,mem_hid_interrupt_state 
+0x4efe 019645 rtn 
+:      019646 l2cap_proc_signal_connect_rsp_hid_ctrl:
+0x4eff 019647 copy timeup ,pdata 
+0x4f00 019648 store 2 ,mem_hid_int_remote_cid 
+0x4f01 019649 fetch 1 ,mem_hid_control_state 
+0x4f02 019650 set1 l2cap_channel_state_conn_res ,pdata 
+0x4f03 019651 store 1 ,mem_hid_control_state 
+0x4f04 019652 rtn 
+:      019654 l2cap_proc_signal_config_req:
+0x4f05 019655 ifetch 1 ,contr 
+0x4f06 019656 copy pdata ,queue 
+0x4f07 019657 ifetch 2 ,contr 
+0x4f08 019658 copy pdata ,rega 
+0x4f09 019659 copy regc ,pdata 
+0x4f0a 019660 isub rega ,regc 
+0x4f0b 019661 ifetch 2 ,contr 
+0x4f0c 019662 copy pdata ,temp 
+0x4f0d 019663 copy temp ,rega 
+0x4f0e 019664 bpatchx patch22_2 ,mem_patch22 
+0x4f0f 019665 setarg l2cap_sdp_channel 
+0x4f10 019666 isub temp ,null 
+0x4f11 019667 branch l2cap_proc_signal_config_req_sdp ,zero 
+0x4f12 019668 setarg l2cap_rfcomm_channel 
+0x4f13 019669 isub temp ,null 
+0x4f14 019670 branch l2cap_proc_signal_config_req_rfcomm ,zero 
+0x4f15 019671 setarg l2cap_hid_control_channel 
+0x4f16 019672 isub temp ,null 
+0x4f17 019673 branch l2cap_proc_signal_config_req_hid_ctrl ,zero 
+0x4f18 019674 setarg l2cap_hid_interrupt_channel 
+0x4f19 019675 isub temp ,null 
+0x4f1a 019676 branch l2cap_proc_signal_config_req_hid_int ,zero 
+0x4f1b 019677 branch l2cap_reject_command 
+:      019679 l2cap_proc_signal_config_req_sdp:
+0x4f1c 019680 copy contw ,timeup 
+0x4f1d 019681 fetch 1 ,mem_sdp_state 
+0x4f1e 019682 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f1f 019683 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f20 019685 store 1 ,mem_sdp_state 
+0x4f21 019686 copy timeup ,contw 
+0x4f22 019687 arg l2cap_sdp_channel ,timeup 
+0x4f23 019688 fetch 2 ,mem_sdp_remote_cid 
+0x4f24 019689 copy pdata ,temp 
+0x4f25 019690 branch l2cap_send_config_rsp 
+:      019691 l2cap_proc_signal_config_req_hid_ctrl:
+0x4f26 019692 copy contw ,timeup 
+0x4f27 019693 fetch 1 ,mem_hid_control_state 
+0x4f28 019694 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f29 019695 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f2a 019697 store 1 ,mem_hid_control_state 
+0x4f2b 019698 copy timeup ,contw 
+0x4f2c 019699 arg l2cap_hid_control_channel ,timeup 
+0x4f2d 019700 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4f2e 019701 copy pdata ,temp 
+0x4f2f 019702 branch l2cap_send_config_rsp 
+:      019703 l2cap_proc_signal_config_req_hid_int:
+0x4f30 019704 copy contw ,timeup 
+0x4f31 019705 fetch 1 ,mem_hid_interrupt_state 
+0x4f32 019706 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f33 019707 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f34 019709 store 1 ,mem_hid_interrupt_state 
+0x4f35 019710 copy timeup ,contw 
+0x4f36 019711 arg l2cap_hid_interrupt_channel ,timeup 
+0x4f37 019712 fetch 2 ,mem_hid_int_remote_cid 
+0x4f38 019713 copy pdata ,temp 
+0x4f39 019714 branch l2cap_send_config_rsp 
+:      019715 l2cap_proc_signal_config_req_rfcomm:
+0x4f3a 019716 copy contw ,timeup 
+0x4f3b 019717 fetch 1 ,mem_rfcomm_state 
+0x4f3c 019718 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f3d 019719 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f3e 019721 store 1 ,mem_rfcomm_state 
+0x4f3f 019723 copy timeup ,contw 
+0x4f40 019724 arg l2cap_rfcomm_channel ,timeup 
+0x4f41 019725 fetch 2 ,mem_rfcomm_remote_cid 
+0x4f42 019726 copy pdata ,temp 
+:      019727 l2cap_send_config_rsp:
+0x4f43 019728 bpatchx patch22_3 ,mem_patch22 
+0x4f44 019729 setarg signal_config_rsp 
+0x4f45 019730 istore 1 ,contw 
+0x4f46 019731 copy queue ,pdata 
+0x4f47 019732 istore 1 ,contw 
+0x4f48 019733 setarg 0x0006 
+0x4f49 019734 istore 2 ,contw 
+0x4f4a 019735 copy temp ,pdata 
+0x4f4b 019736 istore 2 ,contw 
+0x4f4c 019737 force 0x00 ,pdata 
+0x4f4d 019738 istore 2 ,contw 
+0x4f4e 019739 force l2cap_config_success ,pdata 
+0x4f4f 019740 istore 2 ,contw 
+0x4f50 019741 force 10 ,pdata 
+0x4f51 019742 iadd regb ,regb 
+0x4f52 019744 storet 2 ,mem_config_req_dest_cid 
+0x4f53 019745 copy queue ,pdata 
+0x4f54 019746 store 1 ,mem_config_identifier 
+0x4f55 019747 force l2cap_sdp_channel ,pdata 
+0x4f56 019748 icompare 0xff ,timeup 
+0x4f57 019749 branch l2cap_send_config_rsp_is_sdp ,true 
+0x4f58 019750 increase 1 ,pdata 
+:      019751 l2cap_send_config_rsp_is_sdp:
+0x4f59 019753 rtn 
+:      019754 l2cap_check_channel_state:
+0x4f5a 019755 disable user 
+0x4f5b 019756 rtnbit1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x4f5c 019757 rtnbit0 l2cap_channel_state_conn_req ,pdata 
+0x4f5d 019758 rtnbit0 l2cap_channel_state_conn_res ,pdata 
+0x4f5e 019759 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x4f5f 019760 copy contr ,contw 
+0x4f60 019761 increase -1 ,contw 
+0x4f61 019762 istore 1 ,contw 
+0x4f62 019763 enable user 
+0x4f63 019764 rtn 
+:      019765 l2cap_send_config_req:
+:      019766 l2cap_send_config_req_sdp:
+0x4f64 019767 fetch 1 ,mem_sdp_state 
+0x4f65 019768 call l2cap_check_channel_state 
+0x4f66 019769 nbranch l2cap_send_config_req_rfcomm ,user 
+0x4f67 019770 jam l2cap_sdp_channel ,mem_send_config_req 
+0x4f68 019771 fetch 2 ,mem_sdp_remote_cid 
+0x4f69 019772 store 2 ,mem_config_req_dest_cid 
+0x4f6a 019773 branch l2cap_generate_config_req 
+:      019774 l2cap_send_config_req_rfcomm:
+0x4f6b 019775 fetch 1 ,mem_rfcomm_state 
+0x4f6c 019776 call l2cap_check_channel_state 
+0x4f6d 019777 nbranch l2cap_send_config_req_hid_ctrl ,user 
+0x4f6e 019778 jam l2cap_rfcomm_channel ,mem_send_config_req 
+0x4f6f 019779 fetch 2 ,mem_rfcomm_remote_cid 
+0x4f70 019780 store 2 ,mem_config_req_dest_cid 
+0x4f71 019781 branch l2cap_generate_config_req 
+:      019782 l2cap_send_config_req_hid_ctrl:
+0x4f72 019783 fetch 1 ,mem_hid_control_state 
+0x4f73 019784 call l2cap_check_channel_state 
+0x4f74 019785 nbranch l2cap_send_config_req_hid_int ,user 
+0x4f75 019786 jam l2cap_hid_control_channel ,mem_send_config_req 
+0x4f76 019787 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4f77 019788 store 2 ,mem_config_req_dest_cid 
+0x4f78 019789 branch l2cap_generate_config_req 
+:      019790 l2cap_send_config_req_hid_int:
+0x4f79 019791 fetch 1 ,mem_hid_interrupt_state 
+0x4f7a 019792 call l2cap_check_channel_state 
+0x4f7b 019793 nrtn user 
+0x4f7c 019794 jam l2cap_hid_interrupt_channel ,mem_send_config_req 
+0x4f7d 019795 fetch 2 ,mem_hid_int_remote_cid 
+0x4f7e 019796 store 2 ,mem_config_req_dest_cid 
+:      019799 l2cap_generate_config_req:
+0x4f7f 019800 bpatchx patch22_4 ,mem_patch22 
+0x4f80 019801 call l2cap_get_req_id 
+0x4f81 019802 call l2cap_malloc_signal_channel 
+0x4f82 019803 force 0 ,regb 
+0x4f83 019804 call l2cap_get_signal_tx_payload 
+0x4f84 019805 force signal_config_req ,pdata 
+0x4f85 019806 istore 1 ,contw 
+0x4f86 019807 fetch 1 ,mem_ml2cap_comm_id 
+0x4f87 019808 istore 1 ,contw 
+0x4f88 019809 setarg 0x0008 
+0x4f89 019810 istore 2 ,contw 
+0x4f8a 019811 fetch 2 ,mem_config_req_dest_cid 
+0x4f8b 019812 istore 2 ,contw 
+0x4f8c 019813 setarg 0x0000 
+0x4f8d 019814 istore 2 ,contw 
+0x4f8e 019815 force 1 ,pdata 
+0x4f8f 019816 istore 1 ,contw 
+0x4f90 019817 force 2 ,pdata 
+0x4f91 019818 istore 1 ,contw 
+0x4f92 019819 fetch 1 ,mem_send_config_req 
+0x4f93 019820 beq l2cap_rfcomm_channel ,l2cap_generate_config_req_rfcomm 
+0x4f94 019821 setarg l2cap_config_mtu_sdp 
+0x4f95 019822 istore 2 ,contw 
+0x4f96 019823 branch l2cap_generate_config_req_done 
+:      019824 l2cap_generate_config_req_rfcomm:
+0x4f97 019825 setarg l2cap_config_mtu_rfcomm 
+0x4f98 019826 istore 2 ,contw 
+:      019827 l2cap_generate_config_req_done:
+0x4f99 019828 arg 0x0c ,temp 
+0x4f9a 019829 storet 2 ,mem_l2cap_signal_tx_length 
+0x4f9b 019830 call l2cap_get_signal_tx_buff 
+0x4f9c 019831 fetch 2 ,mem_l2cap_signal_tx_length 
+0x4f9d 019832 istore 2 ,contw 
+0x4f9e 019833 force l2cap_signal_channel ,pdata 
+0x4f9f 019834 istore 2 ,contw 
+0x4fa0 019835 jam 0 ,mem_send_config_req 
+:      019836 l2cap_proc_signal_config_req_rtn:
+0x4fa1 019837 branch l2cap_process_one_signal_rtn 
+:      019839 l2cap_proc_signal_config_rsp:
+0x4fa2 019840 increase 1 ,contr 
+0x4fa3 019841 ifetch 2 ,contr 
+0x4fa4 019842 copy pdata ,rega 
+0x4fa5 019843 copy regc ,pdata 
+0x4fa6 019844 isub rega ,regc 
+0x4fa7 019845 ifetch 2 ,contr 
+0x4fa8 019846 copy pdata ,rega 
+0x4fa9 019847 bpatchx patch22_5 ,mem_patch22 
+0x4faa 019848 setarg l2cap_sdp_channel 
+0x4fab 019849 isub rega ,null 
+0x4fac 019850 branch l2cap_proc_signal_config_rsp_sdp ,zero 
+0x4fad 019851 setarg l2cap_rfcomm_channel 
+0x4fae 019852 isub rega ,null 
+0x4faf 019853 branch l2cap_proc_signal_config_rsp_rfcomm ,zero 
+0x4fb0 019854 setarg l2cap_hid_control_channel 
+0x4fb1 019855 isub rega ,null 
+0x4fb2 019856 branch l2cap_proc_signal_config_rsp_hid_ctrl ,zero 
+0x4fb3 019857 setarg l2cap_hid_interrupt_channel 
+0x4fb4 019858 isub rega ,null 
+0x4fb5 019859 branch l2cap_proc_signal_config_rsp_hid_int ,zero 
+0x4fb6 019860 increase 2 ,contr 
+0x4fb7 019861 ifetch 2 ,contr 
+0x4fb8 019862 iforce null 
+0x4fb9 019863 branch l2cap_process_one_signal_rtn 
+:      019864 l2cap_proc_signal_config_rsp_sdp:
+0x4fba 019865 fetch 1 ,mem_sdp_state 
+0x4fbb 019866 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fbc 019867 store 1 ,mem_sdp_state 
+0x4fbd 019868 branch l2cap_process_one_signal_rtn 
+:      019869 l2cap_proc_signal_config_rsp_rfcomm:
+0x4fbe 019870 fetch 1 ,mem_rfcomm_state 
+0x4fbf 019871 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fc0 019872 store 1 ,mem_rfcomm_state 
+0x4fc1 019873 branch l2cap_process_one_signal_rtn 
+:      019874 l2cap_proc_signal_config_rsp_hid_ctrl:
+0x4fc2 019875 fetch 1 ,mem_hid_control_state 
+0x4fc3 019876 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fc4 019877 store 1 ,mem_hid_control_state 
+0x4fc5 019878 branch l2cap_process_one_signal_rtn 
+:      019879 l2cap_proc_signal_config_rsp_hid_int:
+0x4fc6 019880 fetch 1 ,mem_hid_interrupt_state 
+0x4fc7 019881 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fc8 019882 store 1 ,mem_hid_interrupt_state 
+0x4fc9 019883 jam bt_evt_hid_connected ,mem_fifo_temp 
+0x4fca 019884 branch ui_ipc_send_event 
+:      019888 l2cap_proc_signal_disconnect_req:
+0x4fcb 019889 ifetch 1 ,contr 
+0x4fcc 019890 copy pdata ,queue 
+0x4fcd 019891 ifetch 2 ,contr 
+0x4fce 019892 copy pdata ,rega 
+0x4fcf 019893 copy regc ,pdata 
+0x4fd0 019894 isub rega ,regc 
+0x4fd1 019895 ifetch 2 ,contr 
+0x4fd2 019896 copy pdata ,rega 
+0x4fd3 019897 ifetch 2 ,contr 
+0x4fd4 019898 copy pdata ,timeup 
+0x4fd5 019899 copy rega ,temp 
+0x4fd6 019900 call save_cont_pointers 
+0x4fd7 019901 bpatchx patch22_6 ,mem_patch22 
+0x4fd8 019902 setarg l2cap_sdp_channel 
+0x4fd9 019903 isub temp ,null 
+0x4fda 019904 branch l2cap_proc_signal_disconnect_req_sdp ,zero 
+0x4fdb 019905 setarg l2cap_rfcomm_channel 
+0x4fdc 019906 isub temp ,null 
+0x4fdd 019907 branch l2cap_proc_signal_disconnect_req_rfcomm ,zero 
+0x4fde 019908 setarg l2cap_hid_control_channel 
+0x4fdf 019909 isub temp ,null 
+0x4fe0 019910 branch l2cap_proc_signal_disconnect_req_hid_ctrl ,zero 
+0x4fe1 019911 setarg l2cap_hid_interrupt_channel 
+0x4fe2 019912 isub temp ,null 
+0x4fe3 019913 branch l2cap_proc_signal_disconnect_req_hid_int ,zero 
+0x4fe4 019914 call l2cap_reject_command 
+0x4fe5 019915 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      019916 l2cap_proc_signal_disconnect_req_hid_ctrl:
+0x4fe6 019917 copy timeup ,temp 
+0x4fe7 019918 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4fe8 019919 isub temp ,null 
+0x4fe9 019920 branch l2cap_disconnect_hid_control_now ,zero 
+0x4fea 019921 call l2cap_reject_command 
+0x4feb 019922 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      019923 l2cap_proc_signal_disconnect_req_hid_int:
+0x4fec 019924 copy timeup ,temp 
+0x4fed 019925 fetch 2 ,mem_hid_int_remote_cid 
+0x4fee 019926 isub temp ,null 
+0x4fef 019927 branch l2cap_disconnect_hid_interrupt_now ,zero 
+0x4ff0 019928 call l2cap_reject_command 
+0x4ff1 019929 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      019931 l2cap_proc_signal_disconnect_req_sdp:
+0x4ff2 019932 copy timeup ,temp 
+0x4ff3 019933 fetch 2 ,mem_sdp_remote_cid 
+0x4ff4 019934 isub temp ,null 
+0x4ff5 019935 branch l2cap_disconnect_sdp_now ,zero 
+0x4ff6 019936 call l2cap_reject_command 
+0x4ff7 019937 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      019938 l2cap_disconnect_hid_control_now:
+0x4ff8 019939 call l2cap_reset_hid_ctrl_state 
+0x4ff9 019940 branch l2cap_send_disconnect_rsp_pkt 
+:      019941 l2cap_disconnect_hid_interrupt_now:
+0x4ffa 019942 call l2cap_reset_hid_int_state 
+0x4ffb 019943 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4ffc 019944 branch l2cap_send_disconnect_rsp_pkt ,blank 
+0x4ffd 019952 branch l2cap_send_disconnect_rsp_pkt 
+:      019954 l2cap_disconnect_sdp_now:
+0x4ffe 019955 call l2cap_reset_sdp_channel_state 
+0x4fff 019956 fetch 1 ,mem_upper_sm_ss 
+0x5000 019957 nbranch l2cap_send_disconnect_rsp_pkt ,blank 
+0x5001 019960 branch l2cap_send_disconnect_rsp_pkt 
+:      019961 l2cap_proc_signal_disconnect_req_rfcomm:
+0x5002 019962 copy timeup ,temp 
+0x5003 019963 fetch 2 ,mem_rfcomm_remote_cid 
+0x5004 019964 isub temp ,null 
+0x5005 019965 branch l2cap_disconnect_rfcomm_now ,zero 
+0x5006 019966 call l2cap_reject_command 
+0x5007 019967 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      019968 l2cap_disconnect_rfcomm_now:
+0x5008 019969 call l2cap_reset_rfcomm_channel_state 
+0x5009 019970 branch l2cap_send_disconnect_rsp_pkt 
+:      019971 l2cap_send_disconnect_rsp_pkt:
+0x500a 019972 call load_cont_pointers 
+0x500b 019973 setarg signal_disconnect_rsp 
+0x500c 019974 istore 1 ,contw 
+0x500d 019975 copy queue ,pdata 
+0x500e 019976 istore 1 ,contw 
+0x500f 019977 setarg 0x0004 
+0x5010 019978 istore 2 ,contw 
+0x5011 019979 copy rega ,pdata 
+0x5012 019980 istore 2 ,contw 
+0x5013 019981 copy timeup ,pdata 
+0x5014 019982 istore 2 ,contw 
+0x5015 019983 force 8 ,pdata 
+0x5016 019984 branch l2cap_proc_signal_disconnect_req_rtn 
+:      019985 l2cap_proc_signal_disconnect_req_err_rtn:
+0x5017 019986 call load_cont_pointers 
+0x5018 019987 branch l2cap_proc_signal_disconnect_req_rtn 
+:      019988 l2cap_proc_signal_disconnect_req_rtn:
+0x5019 019989 iadd regb ,regb 
+0x501a 019990 branch l2cap_process_one_signal_rtn 
+:      019991 l2cap_proc_signal_disconnect_rsp:
+0x501b 019992 ifetch 1 ,contr 
+0x501c 019993 copy pdata ,queue 
+0x501d 019994 ifetch 2 ,contr 
+0x501e 019995 copy pdata ,rega 
+0x501f 019996 copy regc ,pdata 
+0x5020 019997 isub rega ,regc 
+0x5021 019998 ifetch 2 ,contr 
+0x5022 019999 copy pdata ,timeup 
+0x5023 020000 ifetch 2 ,contr 
+0x5024 020001 copy pdata ,temp 
+0x5025 020002 call save_cont_pointers 
+0x5026 020003 bpatchx patch22_7 ,mem_patch22 
+0x5027 020004 setarg l2cap_sdp_channel 
+0x5028 020005 isub temp ,null 
+0x5029 020006 branch l2cap_proc_signal_disconnect_rsp_sdp ,zero 
+0x502a 020007 setarg l2cap_rfcomm_channel 
+0x502b 020008 isub temp ,null 
+0x502c 020009 branch l2cap_proc_signal_disconnect_rsp_rfcomm ,zero 
+0x502d 020010 setarg l2cap_hid_control_channel 
+0x502e 020011 isub temp ,null 
+0x502f 020012 branch l2cap_proc_signal_disconnect_rsp_hid_ctrl ,zero 
+0x5030 020013 setarg l2cap_hid_interrupt_channel 
+0x5031 020014 isub temp ,null 
+0x5032 020015 branch l2cap_proc_signal_disconnect_rsp_hid_int ,zero 
+0x5033 020016 call l2cap_reject_command 
+0x5034 020017 branch l2cap_proc_signal_disconnect_rsp_err_rtn 
+:      020018 l2cap_proc_signal_disconnect_rsp_sdp:
+0x5035 020019 copy temp ,rega 
+0x5036 020020 copy timeup ,temp 
+0x5037 020021 fetch 2 ,mem_sdp_remote_cid 
+0x5038 020022 isub temp ,null 
+0x5039 020023 call l2cap_reset_sdp_channel_state ,zero 
+0x503a 020024 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020025 l2cap_proc_signal_disconnect_rsp_rfcomm:
+0x503b 020026 copy temp ,rega 
+0x503c 020027 copy timeup ,temp 
+0x503d 020028 fetch 2 ,mem_rfcomm_remote_cid 
+0x503e 020029 isub temp ,null 
+0x503f 020030 call l2cap_reset_rfcomm_channel_state ,zero 
+0x5040 020031 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020032 l2cap_proc_signal_disconnect_rsp_hid_ctrl:
+0x5041 020033 copy temp ,rega 
+0x5042 020034 copy timeup ,temp 
+0x5043 020035 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x5044 020036 isub temp ,null 
+0x5045 020037 call l2cap_reset_hid_ctrl_state ,zero 
+0x5046 020038 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020039 l2cap_proc_signal_disconnect_rsp_hid_int:
+0x5047 020040 copy temp ,rega 
+0x5048 020041 copy timeup ,temp 
+0x5049 020042 fetch 2 ,mem_hid_int_remote_cid 
+0x504a 020043 isub temp ,null 
+0x504b 020044 call l2cap_reset_hid_int_state ,zero 
+0x504c 020045 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020046 l2cap_proc_signal_disconnect_rsp_rtn:
+0x504d 020047 call load_cont_pointers 
+0x504e 020048 branch l2cap_process_one_signal_rtn 
+:      020049 l2cap_proc_signal_disconnect_rsp_err_rtn:
+0x504f 020050 branch l2cap_process_one_signal_rtn 
+:      020053 l2cap_proc_signal_echo_req:
+0x5050 020054 ifetch 1 ,contr 
+0x5051 020055 copy pdata ,queue 
+0x5052 020056 ifetch 2 ,contr 
+0x5053 020057 copy pdata ,rega 
+0x5054 020058 iadd contr ,contr 
+0x5055 020059 setarg 9 
+0x5056 020060 istore 1 ,contw 
+0x5057 020061 copy queue ,pdata 
+0x5058 020062 istore 1 ,contw 
+0x5059 020063 force 0x0000 ,pdata 
+0x505a 020064 istore 2 ,contw 
+0x505b 020065 force 4 ,pdata 
+0x505c 020066 iadd regb ,regb 
+0x505d 020067 copy regc ,pdata 
+0x505e 020068 isub rega ,regc 
+0x505f 020069 branch l2cap_process_one_signal_rtn 
+:      020070 l2cap_proc_signal_echo_rsp:
+0x5060 020071 branch l2cap_process_one_signal_rtn 
+:      020073 l2cap_proc_signal_info_rsp:
+0x5061 020074 branch l2cap_process_one_signal_rtn 
+:      020075 l2cap_reject_command:
+0x5062 020076 force 0 ,regb 
+0x5063 020077 call l2cap_get_signal_tx_payload 
+0x5064 020078 setarg signal_cmd_reject 
+0x5065 020079 istore 1 ,contw 
+0x5066 020080 copy queue ,pdata 
+0x5067 020081 istore 1 ,contw 
+0x5068 020082 setarg 2 
+0x5069 020083 istore 2 ,contw 
+0x506a 020084 setarg cmd_not_understood 
+0x506b 020085 istore 2 ,contw 
+0x506c 020086 increase 6 ,regb 
+0x506d 020087 arg 4 ,regc 
+0x506e 020088 branch l2cap_process_one_signal_rtn 
+:      020092 l2cap_reset_rfcomm_channel_state:
+0x506f 020093 setarg 0 
+0x5070 020094 store 2 ,mem_rfcomm_tx_pkt_length 
+0x5071 020095 store 2 ,mem_rfcomm_remote_cid 
+0x5072 020096 jam 0 ,mem_rfcomm_state 
+0x5073 020097 rtn 
+:      020098 l2cap_reset_sdp_channel_state:
+0x5074 020099 setarg 0 
+0x5075 020100 store 2 ,mem_sdp_tx_pkt_length 
+0x5076 020101 store 2 ,mem_sdp_remote_cid 
+0x5077 020102 jam 0 ,mem_sdp_state 
+0x5078 020103 rtn 
+:      020104 l2cap_reset_hid_ctrl_state:
+0x5079 020105 setarg 0 
+0x507a 020106 store 2 ,mem_hid_ctrl_remote_cid 
+0x507b 020107 jam 0 ,mem_hid_control_state 
+0x507c 020108 fetch 1 ,mem_hid_interrupt_state 
+0x507d 020109 beq 0 ,l2cap_reset_hid_disconnected 
+0x507e 020110 rtn 
+:      020112 l2cap_reset_hid_int_state:
+0x507f 020113 setarg 0 
+0x5080 020114 store 2 ,mem_hid_int_remote_cid 
+0x5081 020115 jam 0 ,mem_hid_interrupt_state 
+0x5082 020116 fetch 1 ,mem_hid_control_state 
+0x5083 020117 beq 0 ,l2cap_reset_hid_disconnected 
+0x5084 020118 rtn 
+:      020120 l2cap_reset_hid_disconnected:
+0x5085 020121 jam bt_evt_hid_disconnected ,mem_fifo_temp 
+0x5086 020122 branch ui_ipc_send_event 
+:      020124 l2cap_disconnect_interrupt_req:
+0x5087 020125 fetch 1 ,mem_control_tasks 
+0x5088 020126 set0 l2cap_disconnect_interrupt ,pdata 
+0x5089 020127 store 1 ,mem_control_tasks 
+0x508a 020128 fetch 2 ,mem_hid_int_remote_cid 
+0x508b 020129 rtn blank 
+0x508c 020130 call l2cap_malloc_signal_channel 
+0x508d 020131 fetch 2 ,mem_hid_int_remote_cid 
+0x508e 020132 copy pdata ,rega 
+0x508f 020133 force l2cap_hid_interrupt_channel ,regb 
+0x5090 020134 branch l2cap_generate_disconnect_req 
+:      020135 l2cap_disconnect_control_req:
+0x5091 020136 fetch 1 ,mem_control_tasks 
+0x5092 020137 set0 l2cap_disconnect_control ,pdata 
+0x5093 020138 store 1 ,mem_control_tasks 
+0x5094 020139 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x5095 020140 rtn blank 
+0x5096 020141 call l2cap_malloc_signal_channel 
+0x5097 020142 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x5098 020143 copy pdata ,rega 
+0x5099 020144 force l2cap_hid_control_channel ,regb 
+:      020145 l2cap_generate_disconnect_req:
+0x509a 020146 call l2cap_get_req_id 
+0x509b 020147 call l2cap_get_signal_tx_payload 
+0x509c 020148 force signal_disconnect_req ,pdata 
+0x509d 020149 istore 1 ,contw 
+0x509e 020150 fetch 1 ,mem_ml2cap_comm_id 
+0x509f 020151 istore 1 ,contw 
+0x50a0 020152 setarg 0x0004 
+0x50a1 020153 istore 2 ,contw 
+0x50a2 020154 copy rega ,pdata 
+0x50a3 020155 istore 2 ,contw 
+0x50a4 020156 copy regb ,pdata 
+0x50a5 020157 istore 2 ,contw 
+0x50a6 020158 force 0x08 ,temp 
+0x50a7 020159 branch ml2cap_send_signal 
+:      020161 ml2cap_send_signal_connect_req:
+0x50a8 020162 bpatchx patch23_0 ,mem_patch23 
+0x50a9 020163 call l2cap_get_req_id 
+0x50aa 020164 call l2cap_get_signal_tx_payload 
+0x50ab 020165 setarg signal_connect_req 
+0x50ac 020166 istore 1 ,contw 
+0x50ad 020167 fetch 1 ,mem_ml2cap_comm_id 
+0x50ae 020168 istore 1 ,contw 
+0x50af 020169 setarg 0x0004 
+0x50b0 020170 istore 2 ,contw 
+0x50b1 020171 copy temp ,pdata 
+0x50b2 020172 istore 2 ,contw 
+0x50b3 020173 copy timeup ,pdata 
+0x50b4 020174 istore 2 ,contw 
+0x50b5 020175 arg 8 ,temp 
+0x50b6 020176 branch ml2cap_send_signal 
+:      020177 ml2cap_send_signal_config_req:
+0x50b7 020178 bpatchx patch23_1 ,mem_patch23 
+0x50b8 020179 call l2cap_get_req_id 
+0x50b9 020180 call l2cap_get_signal_tx_payload 
+0x50ba 020181 setarg signal_config_req 
+0x50bb 020182 istore 1 ,contw 
+0x50bc 020183 fetch 1 ,mem_ml2cap_comm_id 
+0x50bd 020184 istore 1 ,contw 
+0x50be 020185 setarg 0x0008 
+0x50bf 020186 istore 2 ,contw 
+0x50c0 020188 copy temp ,pdata 
+0x50c1 020190 istore 2 ,contw 
+0x50c2 020191 setarg 0x0000 
+0x50c3 020192 istore 2 ,contw 
+0x50c4 020193 setarg 0x01 
+0x50c5 020194 istore 1 ,contw 
+0x50c6 020195 setarg 0x02 
+0x50c7 020196 istore 1 ,contw 
+0x50c8 020197 setarg l2cap_config_mtu_rfcomm 
+0x50c9 020198 istore 2 ,contw 
+0x50ca 020199 arg 0xc ,temp 
+0x50cb 020200 branch ml2cap_send_signal 
+:      020201 ml2cap_send_signal_disconn_req:
+0x50cc 020202 bpatchx patch23_2 ,mem_patch23 
+0x50cd 020203 call l2cap_get_req_id 
+0x50ce 020204 call l2cap_get_signal_tx_payload 
+0x50cf 020205 setarg signal_disconnect_req 
+0x50d0 020206 istore 1 ,contw 
+0x50d1 020207 fetch 1 ,mem_ml2cap_comm_id 
+0x50d2 020208 increase 1 ,pdata 
+0x50d3 020209 copy contw ,rega 
+0x50d4 020210 store 1 ,mem_ml2cap_comm_id 
+0x50d5 020211 copy rega ,contw 
+0x50d6 020212 istore 1 ,contw 
+0x50d7 020213 setarg 0x0004 
+0x50d8 020214 istore 2 ,contw 
+0x50d9 020215 copy temp ,pdata 
+0x50da 020216 istore 2 ,contw 
+0x50db 020217 copy timeup ,pdata 
+0x50dc 020218 istore 2 ,contw 
+0x50dd 020219 arg 0x8 ,temp 
+:      020222 ml2cap_send_signal:
+0x50de 020223 storet 2 ,mem_l2cap_signal_tx_length 
+0x50df 020224 copy temp ,pdata 
+0x50e0 020225 branch l2cap_malloc_discard ,blank 
+0x50e1 020226 call l2cap_get_signal_tx_buff 
+0x50e2 020227 fetch 2 ,mem_l2cap_signal_tx_length 
+0x50e3 020228 istore 2 ,contw 
+0x50e4 020229 force l2cap_signal_channel ,pdata 
+0x50e5 020230 istore 2 ,contw 
+0x50e6 020231 rtn 
+:      020233 msdp_send_req_done:
+0x50e7 020234 fetch 2 ,mem_sdp_tx_pkt_length 
+0x50e8 020235 branch assert ,blank 
+0x50e9 020236 call l2cap_get_sdp_tx_buff 
+0x50ea 020237 fetch 2 ,mem_sdp_tx_pkt_length 
+0x50eb 020238 istore 2 ,contw 
+0x50ec 020239 fetch 2 ,mem_sdp_remote_cid 
+0x50ed 020240 istore 2 ,contw 
+0x50ee 020241 rtn 
+:      020242 ml2cap_rx_multiplexing:
+0x50ef 020243 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x50f0 020244 branch l2cap_rx_reset_state ,blank 
+0x50f1 020245 bpatchx patch23_3 ,mem_patch23 
+0x50f2 020246 fetch 1 ,mem_l2cap_rx_cid 
+0x50f3 020247 beq l2cap_signal_channel ,ml2cap_call_proc_signal 
+0x50f4 020248 beq l2cap_sdp_channel ,ml2cap_call_proc_sdp 
+0x50f5 020249 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
+0x50f6 020250 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
+0x50f7 020251 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
+0x50f8 020252 branch l2cap_rx_reset_state 
+:      020254 ml2cap_call_proc_signal:
+0x50f9 020255 bpatchx patch23_4 ,mem_patch23 
+0x50fa 020256 call l2cap_malloc_signal_channel 
+0x50fb 020257 force 0 ,regb 
+0x50fc 020258 call l2cap_get_signal_tx_payload 
+0x50fd 020259 copy pdata ,contw 
+0x50fe 020260 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x50ff 020261 copy pdata ,regc 
+0x5100 020262 fetch 2 ,mem_l2cap_payload_ptr 
+0x5101 020263 iforce contr 
+:      020264 ml2cap_proc_one_comm_loop:
+0x5102 020265 call ml2cap_proc_one_comm 
+0x5103 020266 increase -4 ,regc 
+0x5104 020267 nbranch ml2cap_proc_one_comm_loop ,zero 
+0x5105 020268 copy regb ,temp 
+0x5106 020269 call ml2cap_send_signal 
+0x5107 020270 branch l2cap_rx_reset_state 
+:      020272 ml2cap_proc_one_comm:
+0x5108 020273 ifetch 1 ,contr 
+0x5109 020274 beq signal_connect_req ,ml2cap_proc_signal_connect_req 
+0x510a 020275 beq signal_cmd_reject ,ml2cap_proc_signal_cmd_reject 
+0x510b 020276 beq signal_connect_rsp ,ml2cap_proc_signal_connect_rsp 
+0x510c 020277 beq signal_config_rsp ,ml2cap_proc_signal_config_rsp 
+0x510d 020278 beq signal_config_req ,ml2cap_proc_signal_config_req 
+0x510e 020279 beq signal_disconnect_rsp ,ml2cap_proc_signal_disconn_rsp 
+0x510f 020280 beq signal_disconnect_req ,ml2cap_proc_signal_disconn_req 
+0x5110 020281 beq signal_echo_req ,l2cap_proc_signal_echo_req 
+0x5111 020282 beq signal_info_req ,ml2cap_proc_signal_info_req 
+0x5112 020283 branch ml2cap_proc_send_reject 
+:      020285 ml2cap_proc_signal_connect_req:
+0x5113 020286 call save_cont_pointers 
+0x5114 020288 call load_cont_pointers 
+0x5115 020289 branch l2cap_proc_signal_connect_req 
+:      020290 ml2cap_proc_signal_cmd_reject:
+0x5116 020291 ifetch 1 ,contr 
+0x5117 020292 copy pdata ,queue 
+0x5118 020293 ifetch 2 ,contr 
+0x5119 020294 copy pdata ,rega 
+0x511a 020295 copy regc ,pdata 
+0x511b 020296 isub rega ,regc 
+:      020297 mvptr:
+0x511c 020298 ifetch 1 ,contr 
+0x511d 020299 increase -1 ,rega 
+0x511e 020300 nbranch mvptr ,zero 
+0x511f 020301 rtn 
+:      020302 ml2cap_proc_signal_connect_rsp:
+0x5120 020303 ifetch 1 ,contr 
+0x5121 020304 copy pdata ,queue 
+0x5122 020305 ifetch 2 ,contr 
+0x5123 020306 copy pdata ,rega 
+0x5124 020307 ifetch 2 ,contr 
+0x5125 020308 copy pdata ,timeup 
+0x5126 020309 ifetch 2 ,contr 
+0x5127 020310 copy pdata ,temp 
+0x5128 020311 ifetch 2 ,contr 
+0x5129 020312 sub pdata ,0 ,null 
+0x512a 020313 branch ml2cap_proc_signal_connect_rsp_sucessful ,zero 
+0x512b 020314 beq l2cap_connect_refused_psm_unsupported ,ml2cap_proc_signal_connect_refused_result 
+0x512c 020315 beq l2cap_connect_refused_no_resources ,ml2cap_proc_signal_connect_refused_result 
+0x512d 020316 branch ml2cap_proc_signal_connect_rsp_mnosucc 
+:      020317 ml2cap_proc_signal_connect_refused_result:
+0x512e 020318 jam bt_evt_ml2cap_conn_refused ,mem_fifo_temp 
+0x512f 020319 call ui_ipc_send_event 
+:      020320 ml2cap_proc_signal_connect_rsp_mnosucc:
+0x5130 020321 ifetch 2 ,contr 
+0x5131 020322 branch mnosucc 
+:      020323 ml2cap_proc_signal_connect_rsp_sucessful:
+0x5132 020324 call save_cont_pointers 
+0x5133 020328 bpatchx patch23_5 ,mem_patch23 
+0x5134 020329 setarg l2cap_sdp_channel 
+0x5135 020330 isub temp ,null 
+0x5136 020331 branch ml2cap_proc_signal_connect_rsp_sdp ,zero 
+0x5137 020332 setarg l2cap_rfcomm_channel 
+0x5138 020333 isub temp ,null 
+0x5139 020334 branch ml2cap_proc_signal_connect_rsp_rfcomm ,zero 
+0x513a 020335 setarg l2cap_hid_interrupt_channel 
+0x513b 020336 isub temp ,null 
+0x513c 020337 branch ml2cap_proc_signal_connect_rsp_hid_int ,zero 
+0x513d 020338 setarg l2cap_hid_control_channel 
+0x513e 020339 isub temp ,null 
+0x513f 020340 branch ml2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
+0x5140 020341 branch mnosucc 
+:      020342 ml2cap_proc_signal_connect_rsp_sdp:
+0x5141 020343 copy timeup ,pdata 
+0x5142 020344 store 2 ,mem_sdp_remote_cid 
+0x5143 020345 fetch 1 ,mem_sdp_state 
+0x5144 020346 set1 l2cap_channel_state_conn_res 
+0x5145 020347 store 1 ,mem_sdp_state 
+0x5146 020348 branch mnosucc1 
+:      020349 ml2cap_proc_signal_connect_rsp_rfcomm:
+0x5147 020350 copy timeup ,pdata 
+0x5148 020351 store 2 ,mem_rfcomm_remote_cid 
+0x5149 020352 fetch 1 ,mem_rfcomm_state 
+0x514a 020353 set1 l2cap_channel_state_conn_res 
+0x514b 020354 store 1 ,mem_rfcomm_state 
+0x514c 020355 branch mnosucc1 
+:      020356 ml2cap_proc_signal_connect_rsp_hid_ctrl:
+0x514d 020357 copy timeup ,pdata 
+0x514e 020358 store 2 ,mem_hid_ctrl_remote_cid 
+0x514f 020359 fetch 1 ,mem_hid_control_state 
+0x5150 020360 set1 l2cap_channel_state_conn_res 
+0x5151 020361 store 1 ,mem_hid_control_state 
+0x5152 020362 branch mnosucc1 
+:      020363 ml2cap_proc_signal_connect_rsp_hid_int:
+0x5153 020364 copy timeup ,pdata 
+0x5154 020365 store 2 ,mem_hid_int_remote_cid 
+0x5155 020366 fetch 1 ,mem_hid_interrupt_state 
+0x5156 020367 set1 l2cap_channel_state_conn_res 
+0x5157 020368 store 1 ,mem_hid_interrupt_state 
+:      020371 mnosucc1:
+0x5158 020372 call load_cont_pointers 
+:      020373 mnosucc:
+0x5159 020374 copy regc ,pdata 
+0x515a 020375 isub rega ,regc 
+0x515b 020376 rtn 
+:      020378 ml2cap_proc_signal_config_rsp:
+0x515c 020379 ifetch 1 ,contr 
+0x515d 020380 copy pdata ,queue 
+0x515e 020381 ifetch 2 ,contr 
+0x515f 020382 copy pdata ,rega 
+0x5160 020383 copy regc ,pdata 
+0x5161 020384 isub rega ,regc 
+0x5162 020385 ifetch 2 ,contr 
+0x5163 020386 copy pdata ,timeup 
+0x5164 020387 ifetch 2 ,contr 
+0x5165 020388 ifetch 2 ,contr 
+0x5166 020389 nbranch mcrsdone1 ,blank 
+0x5167 020390 call save_cont_pointers 
+0x5168 020394 copy timeup ,temp 
+0x5169 020395 bpatchx patch23_6 ,mem_patch23 
+0x516a 020396 setarg l2cap_sdp_channel 
+0x516b 020397 isub temp ,null 
+0x516c 020398 branch ml2cap_proc_signal_config_rsp_sdp ,zero 
+0x516d 020399 setarg l2cap_rfcomm_channel 
+0x516e 020400 isub temp ,null 
+0x516f 020401 branch ml2cap_proc_signal_config_rsp_rfcomm ,zero 
+0x5170 020402 setarg l2cap_hid_control_channel 
+0x5171 020403 isub temp ,null 
+0x5172 020404 branch ml2cap_proc_signal_config_rsp_hid_ctrl ,zero 
+0x5173 020405 setarg l2cap_hid_interrupt_channel 
+0x5174 020406 isub temp ,null 
+0x5175 020407 branch ml2cap_proc_signal_config_rsp_hid_int ,zero 
+:      020408 ml2cap_proc_signal_config_rsp_sdp:
+0x5176 020409 fetch 1 ,mem_sdp_state 
+0x5177 020410 set1 l2cap_channel_state_rcv_cfg_res 
+0x5178 020411 store 1 ,mem_sdp_state 
+0x5179 020412 rtn 
+:      020413 ml2cap_proc_signal_config_rsp_rfcomm:
+0x517a 020414 fetch 1 ,mem_rfcomm_state 
+0x517b 020415 set1 l2cap_channel_state_rcv_cfg_res 
+0x517c 020416 store 1 ,mem_rfcomm_state 
+0x517d 020417 rtn 
+:      020418 ml2cap_proc_signal_config_rsp_hid_ctrl:
+0x517e 020419 fetch 1 ,mem_hid_control_state 
+0x517f 020420 set1 l2cap_channel_state_rcv_cfg_res 
+0x5180 020421 store 1 ,mem_hid_control_state 
+0x5181 020422 rtn 
+:      020423 ml2cap_proc_signal_config_rsp_hid_int:
+0x5182 020424 fetch 1 ,mem_hid_interrupt_state 
+0x5183 020425 set1 l2cap_channel_state_rcv_cfg_res 
+0x5184 020426 store 1 ,mem_hid_interrupt_state 
+0x5185 020427 jam bt_evt_hid_connected ,mem_fifo_temp 
+0x5186 020428 branch ui_ipc_send_event 
+:      020431 mcfrsdone:
+0x5187 020432 call load_cont_pointers 
+:      020433 mcrsdone1:
+0x5188 020434 increase -6 ,rega 
+:      020435 mloop2:
+0x5189 020436 branch mcrsdone ,zero 
+0x518a 020437 increase 1 ,contr 
+0x518b 020438 increase -1 ,rega 
+0x518c 020439 branch mloop2 
+:      020440 mcrsdone:
+0x518d 020441 rtn 
+:      020442 ml2cap_proc_signal_config_req:
+0x518e 020443 ifetch 1 ,contr 
+0x518f 020444 copy pdata ,queue 
+0x5190 020445 ifetch 2 ,contr 
+0x5191 020446 copy pdata ,rega 
+0x5192 020447 copy regc ,pdata 
+0x5193 020448 isub rega ,regc 
+0x5194 020449 ifetch 2 ,contr 
+0x5195 020450 increase 2 ,contr 
+0x5196 020451 copy pdata ,temp 
+0x5197 020452 setarg signal_config_rsp 
+0x5198 020453 istore 1 ,contw 
+0x5199 020454 copy queue ,pdata 
+0x519a 020455 istore 1 ,contw 
+0x519b 020456 increase 2 ,rega 
+0x519c 020457 copy rega ,pdata 
+0x519d 020458 istore 2 ,contw 
+0x519e 020459 call save_cont_pointers 
+0x519f 020460 bpatchx patch23_7 ,mem_patch23 
+0x51a0 020461 setarg l2cap_sdp_channel 
+0x51a1 020462 isub temp ,null 
+0x51a2 020463 branch ml2cap_proc_signal_config_req_sdp ,zero 
+0x51a3 020464 setarg l2cap_rfcomm_channel 
+0x51a4 020465 isub temp ,null 
+0x51a5 020466 branch ml2cap_proc_signal_config_req_rfcomm ,zero 
+0x51a6 020467 setarg l2cap_hid_control_channel 
+0x51a7 020468 isub temp ,null 
+0x51a8 020469 branch ml2cap_proc_signal_config_req_hid_ctrl ,zero 
+0x51a9 020470 setarg l2cap_hid_interrupt_channel 
+0x51aa 020471 isub temp ,null 
+0x51ab 020472 branch ml2cap_proc_signal_config_req_hid_int ,zero 
+0x51ac 020473 branch mcfgrq_done 
+:      020474 ml2cap_proc_signal_config_req_sdp:
+0x51ad 020475 fetch 1 ,mem_sdp_state 
+0x51ae 020476 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51af 020477 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51b0 020478 store 1 ,mem_sdp_state 
+0x51b1 020479 bbit1 l2cap_channel_state_snd_cfg_req ,ml2cap_proc_signal_config_req_sdp_nsndreq 
+0x51b2 020480 fetcht 1 ,mem_control_tasks 
+0x51b3 020481 set1 l2cap_init_config_req ,temp 
+0x51b4 020482 storet 1 ,mem_control_tasks 
+0x51b5 020483 copy queue ,pdata 
+0x51b6 020484 increase 1 ,pdata 
+0x51b7 020485 store 1 ,mem_config_identifier 
+0x51b8 020486 fetch 1 ,mem_sdp_state 
+0x51b9 020487 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x51ba 020488 store 1 ,mem_sdp_state 
+:      020489 ml2cap_proc_signal_config_req_sdp_nsndreq:
+0x51bb 020490 fetch 2 ,mem_sdp_remote_cid 
+0x51bc 020491 store 2 ,mem_config_req_dest_cid 
+0x51bd 020492 branch mcfgrq_done 
+:      020493 ml2cap_proc_signal_config_req_rfcomm:
+0x51be 020494 fetch 1 ,mem_rfcomm_state 
+0x51bf 020495 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51c0 020496 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51c1 020497 store 1 ,mem_rfcomm_state 
+0x51c2 020498 fetch 2 ,mem_rfcomm_remote_cid 
+0x51c3 020499 branch mcfgrq_done 
+:      020500 ml2cap_proc_signal_config_req_hid_ctrl:
+0x51c4 020501 fetch 1 ,mem_hid_control_state 
+0x51c5 020502 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51c6 020503 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51c7 020504 store 1 ,mem_hid_control_state 
+0x51c8 020505 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x51c9 020506 branch mcfgrq_done 
+:      020507 ml2cap_proc_signal_config_req_hid_int:
+0x51ca 020508 fetch 1 ,mem_hid_interrupt_state 
+0x51cb 020509 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51cc 020510 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51cd 020511 store 1 ,mem_hid_interrupt_state 
+0x51ce 020512 fetch 2 ,mem_hid_int_remote_cid 
+:      020515 mcfgrq_done:
+0x51cf 020516 copy pdata ,timeup 
+0x51d0 020517 call load_cont_pointers 
+0x51d1 020519 copy timeup ,pdata 
+0x51d2 020521 istore 2 ,contw 
+0x51d3 020522 force 0x0000 ,pdata 
+0x51d4 020523 istore 2 ,contw 
+0x51d5 020524 force 0x0000 ,pdata 
+0x51d6 020525 istore 2 ,contw 
+0x51d7 020526 force 10 ,pdata 
+0x51d8 020527 iadd regb ,regb 
+0x51d9 020528 increase -6 ,rega 
+:      020529 mloop1:
+0x51da 020530 branch mcrqdone ,zero 
+0x51db 020531 ifetch 1 ,contr 
+0x51dc 020532 istore 1 ,contw 
+0x51dd 020533 increase 1 ,regb 
+0x51de 020534 increase -1 ,rega 
+0x51df 020535 branch mloop1 
+:      020536 mcrqdone:
+0x51e0 020537 rtn 
+:      020538 ml2cap_proc_signal_disconn_req:
+0x51e1 020539 ifetch 1 ,contr 
+0x51e2 020540 copy pdata ,queue 
+0x51e3 020541 ifetch 2 ,contr 
+0x51e4 020542 copy pdata ,rega 
+0x51e5 020543 copy regc ,pdata 
+0x51e6 020544 isub rega ,regc 
+0x51e7 020546 ifetch 2 ,contr 
+0x51e8 020547 copy pdata ,rega 
+0x51e9 020548 ifetch 2 ,contr 
+0x51ea 020549 copy pdata ,timeup 
+0x51eb 020550 call save_cont_pointers 
+0x51ec 020551 bpatchx patch24_0 ,mem_patch24 
+0x51ed 020552 setarg l2cap_sdp_channel 
+0x51ee 020553 copy rega ,temp 
+0x51ef 020554 isub temp ,null 
+0x51f0 020555 branch ml2cap_proc_signal_disconn_sdp ,zero 
+0x51f1 020556 setarg l2cap_hid_control_channel 
+0x51f2 020557 copy rega ,temp 
+0x51f3 020558 isub temp ,null 
+0x51f4 020559 branch ml2cap_proc_signal_disconn_hid_ctrl ,zero 
+0x51f5 020560 setarg l2cap_hid_interrupt_channel 
+0x51f6 020561 copy rega ,temp 
+0x51f7 020562 isub temp ,null 
+0x51f8 020563 branch ml2cap_proc_signal_disconn_hid_int ,zero 
+0x51f9 020564 branch mclsrfc 
+:      020565 ml2cap_proc_signal_disconn_sdp:
+0x51fa 020566 setarg 0x0000 
+0x51fb 020567 store 2 ,mem_sdp_tx_pkt_length 
+0x51fc 020568 store 2 ,mem_sdp_remote_cid 
+0x51fd 020569 store 1 ,mem_sdp_state 
+0x51fe 020570 branch mclssdp 
+:      020571 ml2cap_proc_signal_disconn_hid_ctrl:
+0x51ff 020572 call l2cap_reset_hid_ctrl_state 
+0x5200 020573 branch mclssdp 
+:      020574 ml2cap_proc_signal_disconn_hid_int:
+0x5201 020575 call l2cap_reset_hid_int_state 
+0x5202 020581 branch mclssdp 
+:      020582 mclsrfc:
+0x5203 020583 setarg 0x0000 
+0x5204 020584 store 2 ,mem_rfcomm_tx_pkt_length 
+:      020585 mclssdp:
+0x5205 020586 call load_cont_pointers 
+0x5206 020587 setarg signal_disconnect_rsp 
+0x5207 020588 istore 1 ,contw 
+0x5208 020589 copy queue ,pdata 
+0x5209 020590 istore 1 ,contw 
+0x520a 020591 setarg 0x0004 
+0x520b 020592 istore 2 ,contw 
+0x520c 020593 copy rega ,pdata 
+0x520d 020594 istore 2 ,contw 
+0x520e 020595 copy timeup ,pdata 
+0x520f 020596 istore 2 ,contw 
+0x5210 020597 force 8 ,pdata 
+0x5211 020598 iadd regb ,regb 
+0x5212 020599 rtn 
+:      020601 ml2cap_proc_signal_disconn_rsp:
+0x5213 020602 ifetch 1 ,contr 
+0x5214 020603 copy pdata ,queue 
+0x5215 020604 ifetch 2 ,contr 
+0x5216 020605 copy pdata ,rega 
+0x5217 020606 ifetch 2 ,contr 
+0x5218 020607 copy pdata ,timeup 
+0x5219 020608 ifetch 2 ,contr 
+0x521a 020609 copy pdata ,temp 
+0x521b 020610 call save_cont_pointers 
+0x521c 020611 bpatchx patch24_1 ,mem_patch24 
+0x521d 020612 fetch 1 ,mem_ml2cap_comm_id 
+0x521e 020613 icompare 0xff ,queue 
+0x521f 020614 nbranch mdisdone ,true 
+0x5220 020615 setarg l2cap_sdp_channel 
+0x5221 020616 isub temp ,null 
+0x5222 020617 branch ml2cap_proc_signal_disconn_rsp_sdp ,zero 
+0x5223 020618 setarg l2cap_rfcomm_channel 
+0x5224 020619 isub temp ,null 
+0x5225 020620 branch ml2cap_proc_signal_disconn_rsp_rfcomm ,zero 
+0x5226 020621 branch mdisdone 
+:      020622 ml2cap_proc_signal_disconn_rsp_sdp:
+0x5227 020623 jam 0 ,mem_sdp_remote_cid 
+0x5228 020624 jam 0 ,mem_sdp_state 
+0x5229 020625 branch mdisdone 
+:      020626 ml2cap_proc_signal_disconn_rsp_rfcomm:
+:      020629 mdisdone:
+0x522a 020630 call load_cont_pointers 
+0x522b 020631 copy regc ,pdata 
+0x522c 020632 isub rega ,regc 
+0x522d 020633 rtn 
+:      020635 ml2cap_proc_send_reject:
+0x522e 020636 setarg signal_cmd_reject 
+0x522f 020637 istore 1 ,contw 
+0x5230 020638 ifetch 1 ,contr 
+0x5231 020639 istore 1 ,contw 
+0x5232 020640 setarg 0x0002 
+0x5233 020641 istore 2 ,contw 
+0x5234 020642 setarg 0x0000 
+0x5235 020643 istore 2 ,contw 
+0x5236 020644 setarg 0x0006 
+0x5237 020645 iadd regb ,regb 
+0x5238 020646 force 4 ,regc 
+0x5239 020647 rtn 
+:      020650 l2cap_get_req_id:
+0x523a 020651 fetch 1 ,mem_ml2cap_comm_id 
+0x523b 020652 increase 1 ,pdata 
+0x523c 020653 bne 0 ,l2cap_get_req_id_ok 
+0x523d 020654 increase 1 ,pdata 
+:      020655 l2cap_get_req_id_ok:
+0x523e 020656 store 1 ,mem_ml2cap_comm_id 
+0x523f 020657 rtn 
+:      020667 l2cap_malloc:
+0x5240 020668 bpatchx patch24_2 ,mem_patch24 
+0x5241 020669 arg 0 ,regb 
+0x5242 020670 call l2cap_malloc_is_fifo_full 
+0x5243 020671 nbranch assert ,blank 
+0x5244 020672 call l2cap_malloc_get_full_map 
+0x5245 020673 arg mem_tx_buff0 ,regb 
+0x5246 020674 arg 0 ,queue 
+:      020675 l2cap_malloc_loop:
+0x5247 020676 fetcht 1 ,mem_used_map 
+0x5248 020677 qisolate1 temp 
+0x5249 020678 branch l2cap_malloc_next ,true 
+0x524a 020679 call l2cap_malloc_enough 
+0x524b 020680 sub timeup ,0 ,null 
+0x524c 020681 branch l2cap_malloc_next ,positive 
+0x524d 020682 call l2cap_malloc_into_fifo 
+0x524e 020683 branch l2cap_malloc_rtn 
+:      020684 l2cap_malloc_next:
+0x524f 020685 increase 128 ,regb 
+0x5250 020686 increase 1 ,queue 
+0x5251 020687 setarg 8 
+0x5252 020688 isub queue ,null 
+0x5253 020689 branch l2cap_malloc_loop ,positive 
+0x5254 020690 arg 0 ,regb 
+:      020691 l2cap_malloc_rtn:
+0x5255 020692 copy regb ,pdata 
+0x5256 020693 branch assert ,blank 
+0x5257 020694 rtn 
+:      020702 l2cap_malloc_fifo_out:
+0x5258 020703 bpatchx patch24_3 ,mem_patch24 
+0x5259 020704 call l2cap_malloc_fifo_get_first_ptr 
+0x525a 020705 increase 1 ,contr 
+0x525b 020706 ifetch 2 ,contr 
+0x525c 020707 rtn 
+:      020713 l2cap_malloc_free:
+0x525d 020714 bpatchx patch24_4 ,mem_patch24 
+0x525e 020715 call l2cap_malloc_fifo_get_first_ptr 
+0x525f 020716 copy contr ,contw 
+0x5260 020717 copy contr ,temp 
+0x5261 020718 setarg 0 
+0x5262 020719 istore 3 ,contw 
+0x5263 020720 rtn 
+:      020725 l2cap_malloc_discard:
+0x5264 020726 bpatchx patch24_5 ,mem_patch24 
+0x5265 020727 call l2cap_malloc_is_fifo_empty 
+0x5266 020728 branch assert ,blank 
+0x5267 020729 fetch 3 ,mem_tx_fifo2 
+0x5268 020730 store 3 ,mem_tx_fifo3 
+0x5269 020731 fetch 3 ,mem_tx_fifo1 
+0x526a 020732 store 3 ,mem_tx_fifo2 
+0x526b 020733 fetch 3 ,mem_tx_fifo0 
+0x526c 020734 store 3 ,mem_tx_fifo1 
+0x526d 020735 rtn 
+:      020741 l2cap_malloc_is_fifo_full:
+0x526e 020742 bpatchx patch24_6 ,mem_patch24 
+0x526f 020743 fetch 3 ,mem_tx_fifo0 
+0x5270 020744 rtn 
+:      020750 l2cap_malloc_is_fifo_nearly_full:
+0x5271 020751 bpatchx patch24_7 ,mem_patch24 
+0x5272 020752 fetch 3 ,mem_tx_fifo1 
+0x5273 020753 rtn 
+:      020759 l2cap_malloc_is_fifo_empty:
+0x5274 020760 bpatchx patch25_0 ,mem_patch25 
+0x5275 020761 fetch 3 ,mem_tx_fifo3 
+0x5276 020762 rtn 
+:      020767 l2cap_malloc_fifo_get_first_ptr:
+0x5277 020768 call l2cap_malloc_is_fifo_empty 
+0x5278 020769 branch assert ,blank 
+0x5279 020770 arg mem_tx_fifo0 ,contr 
+:      020771 l2cap_malloc_free_loop:
+0x527a 020772 ifetch 3 ,contr 
+0x527b 020773 branch l2cap_malloc_free_loop ,blank 
+0x527c 020774 increase -3 ,contr 
+0x527d 020775 rtn 
+:      020782 l2cap_malloc_get_full_map:
+0x527e 020783 bpatchx patch25_1 ,mem_patch25 
+0x527f 020784 arg 4 ,loopcnt 
+0x5280 020785 arg mem_tx_fifo0_map ,contr 
+0x5281 020786 arg 0 ,temp 
+:      020787 l2cap_malloc_get_full_map_loop:
+0x5282 020788 ifetch 3 ,contr 
+0x5283 020789 and pdata ,0xff ,pdata 
+0x5284 020790 ior temp ,temp 
+0x5285 020791 loop l2cap_malloc_get_full_map_loop 
+0x5286 020792 storet 1 ,mem_used_map 
+0x5287 020793 rtn 
+:      020801 l2cap_malloc_into_fifo:
+0x5288 020802 bpatchx patch25_2 ,mem_patch25 
+0x5289 020803 call l2cap_malloc_is_fifo_full 
+0x528a 020804 nbranch assert ,blank 
+0x528b 020805 call l2cap_malloc_is_fifo_empty 
+0x528c 020806 branch l2cap_malloc_into_fifo_no_push ,blank 
+0x528d 020807 fetch 3 ,mem_tx_fifo1 
+0x528e 020808 store 3 ,mem_tx_fifo0 
+0x528f 020809 ifetch 3 ,contr 
+0x5290 020810 istore 3 ,contw 
+0x5291 020811 ifetch 3 ,contr 
+0x5292 020812 istore 3 ,contw 
+0x5293 020813 setarg 0 
+0x5294 020814 istore 3 ,contw 
+:      020815 l2cap_malloc_into_fifo_no_push:
+0x5295 020816 arg 0 ,temp 
+0x5296 020817 copy timeup ,pdata 
+0x5297 020818 iadd queue ,pdata 
+:      020819 l2cap_malloc_into_fifo_loop:
+0x5298 020820 qset1 temp 
+0x5299 020821 increase 1 ,queue 
+0x529a 020822 isub queue ,null 
+0x529b 020823 nbranch l2cap_malloc_into_fifo_loop ,zero 
+0x529c 020825 lshift8 regb ,pdata 
+0x529d 020826 ior temp ,pdata 
+0x529e 020827 store 3 ,mem_tx_fifo3 
+0x529f 020828 rtn 
+:      020838 l2cap_malloc_enough:
+0x52a0 020839 bpatchx patch25_3 ,mem_patch25 
+0x52a1 020840 call l2cap_malloc_get_full_map 
+0x52a2 020841 copy queue ,regc 
+0x52a3 020842 arg 0 ,temp 
+0x52a4 020843 arg 0 ,timeup 
+:      020845 l2cap_malloc_enough_loop:
+0x52a5 020846 copy queue ,pdata 
+0x52a6 020847 beq 8 ,l2cap_malloc_enough_end 
+0x52a7 020848 fetch 1 ,mem_used_map 
+0x52a8 020849 qisolate1 pdata 
+0x52a9 020850 branch l2cap_malloc_enough_end ,true 
+0x52aa 020851 increase 128 ,temp 
+0x52ab 020852 increase 1 ,queue 
+0x52ac 020853 copy rega ,pdata 
+0x52ad 020854 isub temp ,null 
+0x52ae 020855 branch l2cap_malloc_enough_end ,zero 
+0x52af 020856 branch l2cap_malloc_enough_loop ,positive 
+:      020857 l2cap_malloc_enough_end:
+0x52b0 020858 copy temp ,pdata 
+0x52b1 020859 isub rega ,null 
+0x52b2 020860 nbranch l2cap_malloc_enough_rtn ,positive 
+0x52b3 020861 copy queue ,pdata 
+0x52b4 020862 copy regc ,temp 
+0x52b5 020863 isub temp ,timeup 
+:      020864 l2cap_malloc_enough_rtn:
+0x52b6 020865 copy regc ,queue 
+0x52b7 020866 rtn 
+:      020869 l2cap_malloc_signal_channel:
+0x52b8 020870 bpatchx patch25_4 ,mem_patch25 
+0x52b9 020871 arg l2cap_signal_malloc_size ,rega 
+0x52ba 020872 call l2cap_malloc 
+0x52bb 020873 store 2 ,mem_l2cap_signal_tx_buff_ptr 
+0x52bc 020874 increase 4 ,pdata 
+0x52bd 020875 store 2 ,mem_l2cap_signal_tx_payload_ptr 
+0x52be 020876 setarg 0 
+0x52bf 020877 store 2 ,mem_l2cap_signal_tx_length 
+0x52c0 020878 rtn 
+:      020880 l2cap_get_signal_tx_buff:
+0x52c1 020881 fetch 2 ,mem_l2cap_signal_tx_buff_ptr 
+0x52c2 020882 branch l2cap_util_pdata_to_contw 
+:      020884 l2cap_get_signal_tx_payload:
+0x52c3 020885 fetch 2 ,mem_l2cap_signal_tx_payload_ptr 
+0x52c4 020886 branch l2cap_util_pdata_to_contw 
+:      020889 l2cap_malloc_sdp_channel:
+0x52c5 020890 bpatchx patch25_5 ,mem_patch25 
+0x52c6 020891 arg sdp_malloc_size ,rega 
+0x52c7 020892 call l2cap_malloc 
+0x52c8 020893 store 2 ,mem_sdp_tx_buff_ptr 
+0x52c9 020894 increase 4 ,pdata 
+0x52ca 020895 store 2 ,mem_sdp_tx_payload_ptr 
+0x52cb 020896 setarg 0 
+0x52cc 020897 store 2 ,mem_sdp_tx_pkt_length 
+0x52cd 020898 rtn 
+:      020900 l2cap_get_sdp_tx_buff:
+0x52ce 020901 fetch 2 ,mem_sdp_tx_buff_ptr 
+0x52cf 020902 branch l2cap_util_pdata_to_contw 
+:      020904 l2cap_get_sdp_tx_payload:
+0x52d0 020905 fetch 2 ,mem_sdp_tx_payload_ptr 
+0x52d1 020906 branch l2cap_util_pdata_to_contw 
+:      020909 l2cap_malloc_rfcomm_channel:
+0x52d2 020910 bpatchx patch25_6 ,mem_patch25 
+0x52d3 020911 call push_stack 
+0x52d4 020912 jam rfcomm_malloc_fail ,mem_rfcomm_malloc_fail_flag 
+0x52d5 020913 call l2cap_malloc_is_fifo_full 
+0x52d6 020914 nrtn blank 
+0x52d7 020915 arg rfcomm_malloc_size ,rega 
+0x52d8 020916 call l2cap_malloc 
+0x52d9 020917 store 2 ,mem_rfcomm_tx_buff_ptr 
+0x52da 020918 increase 4 ,pdata 
+0x52db 020919 store 2 ,mem_rfcomm_tx_payload_ptr 
+0x52dc 020920 setarg 0 
+0x52dd 020921 store 2 ,mem_rfcomm_tx_pkt_length 
+0x52de 020922 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
+0x52df 020923 branch pop_stack 
+:      020925 l2cap_get_rfcomm_tx_buff:
+0x52e0 020926 fetch 2 ,mem_rfcomm_tx_buff_ptr 
+0x52e1 020927 branch l2cap_util_pdata_to_contw 
+:      020929 l2cap_util_pdata_to_contw:
+0x52e2 020930 branch assert ,blank 
+0x52e3 020931 copy pdata ,contw 
+0x52e4 020932 rtn 
+:      020935 l2cap_lpm_save_calc_len:
+0x52e5 020936 bpatchx patch25_7 ,mem_patch25 
+0x52e6 020937 arg 0 ,regb 
+0x52e7 020938 arg mem_tx_fifo0_map ,rega 
+0x52e8 020939 increase -2 ,rega 
+:      020940 l2cap_lpm_save_calc_len_loop:
+0x52e9 020941 increase 2 ,rega 
+0x52ea 020942 setarg mem_tx_fifo_end 
+0x52eb 020943 isub rega ,null 
+0x52ec 020944 branch l2cap_lpm_save_calc_len_end ,zero 
+0x52ed 020945 ifetch 1 ,rega 
+0x52ee 020946 increase 1 ,rega 
+0x52ef 020947 branch l2cap_lpm_save_calc_len_loop ,blank 
+0x52f0 020948 ifetcht 2 ,rega 
+0x52f1 020949 ifetch 2 ,temp 
+0x52f2 020950 iadd regb ,regb 
+0x52f3 020951 increase 4 ,regb 
+0x52f4 020952 branch l2cap_lpm_save_calc_len_loop 
+:      020953 l2cap_lpm_save_calc_len_end:
+0x52f5 020954 copy regb ,pdata 
+0x52f6 020955 rtn 
+:      020958 l2cap_lpm_get_wake_lock:
+0x52f7 020959 arg wake_lock_l2cap_tx ,queue 
+0x52f8 020960 branch lpm_get_wake_lock 
+:      020962 l2cap_lpm_put_wake_lock:
+0x52f9 020963 arg wake_lock_l2cap_tx ,queue 
+0x52fa 020964 branch lpm_put_wake_lock 
+:      020966 l2cap_lpm_save_txbuf:
+0x52fb 020967 bpatchx patch26_0 ,mem_patch26 
+0x52fc 020968 call l2cap_malloc_get_full_map 
+0x52fd 020969 fetch 1 ,mem_used_map 
+0x52fe 020970 rtn blank 
+0x52ff 020971 call l2cap_lpm_save_calc_len 
+0x5300 020972 arg l2cap_lpm_txbuf_len ,temp 
+0x5301 020973 isub temp ,null 
+0x5302 020974 branch l2cap_lpm_get_wake_lock ,positive 
+0x5303 020975 call l2cap_lpm_put_wake_lock 
+0x5304 020976 arg mem_l2cap_lpm_txbuf ,contw 
+0x5305 020977 arg mem_tx_fifo0 ,rega 
+:      020978 l2cap_lpm_save_txbuf_loop:
+0x5306 020979 setarg mem_tx_fifo_end 
+0x5307 020980 isub rega ,null 
+0x5308 020981 rtn zero 
+0x5309 020982 ifetch 1 ,rega 
+0x530a 020983 increase 1 ,rega 
+0x530b 020984 nbranch l2cap_lpm_save_txbuf_nempty ,blank 
+0x530c 020985 istore 2 ,contw 
+0x530d 020986 increase 2 ,rega 
+0x530e 020987 branch l2cap_lpm_save_txbuf_loop 
+:      020988 l2cap_lpm_save_txbuf_nempty:
+0x530f 020989 ifetch 2 ,rega 
+0x5310 020990 increase 2 ,rega 
+0x5311 020991 copy pdata ,contr 
+0x5312 020992 ifetch 2 ,contr 
+0x5313 020993 istore 2 ,contw 
+0x5314 020994 copy pdata ,loopcnt 
+0x5315 020995 increase 2 ,loopcnt 
+0x5316 020996 call memcpy 
+0x5317 020997 branch l2cap_lpm_save_txbuf_loop 
+:      020999 l2cap_lpm_load_txbuf:
+0x5318 021000 bpatchx patch26_1 ,mem_patch26 
+0x5319 021001 call l2cap_malloc_get_full_map 
+0x531a 021002 fetch 1 ,mem_used_map 
+0x531b 021003 rtn blank 
+0x531c 021004 arg mem_tx_fifo0_ptr ,rega 
+0x531d 021005 increase -3 ,rega 
+0x531e 021006 arg mem_l2cap_lpm_txbuf ,contr 
+:      021007 l2cap_lpm_load_txbuf_loop:
+0x531f 021008 increase 3 ,rega 
+0x5320 021009 setarg mem_tx_fifo_end + 1 
+0x5321 021010 isub rega ,null 
+0x5322 021011 rtn zero 
+0x5323 021012 ifetch 2 ,contr 
+0x5324 021013 branch l2cap_lpm_load_txbuf_loop ,blank 
+0x5325 021014 increase 4 ,pdata 
+0x5326 021015 copy pdata ,loopcnt 
+0x5327 021016 copy contr ,regb 
+0x5328 021017 ifetch 2 ,rega 
+0x5329 021018 copy pdata ,contw 
+0x532a 021019 copy regb ,contr 
+0x532b 021020 increase -2 ,contr 
+0x532c 021021 call memcpy 
+0x532d 021022 branch l2cap_lpm_load_txbuf_loop 
+:      021032 le_init_conn:
+0x532e 021033 bpatchx patch26_2 ,mem_patch26 
+0x532f 021034 disable wake 
+0x5330 021035 jam 1 ,mem_le_conn_handle 
+0x5331 021036 jam 3 ,mem_le_state 
+0x5332 021037 jam 1 ,mem_le_arq 
+0x5333 021038 setarg -1 
+0x5334 021039 store 2 ,mem_le_event_count 
+0x5335 021040 force 0 ,pdata 
+0x5336 021041 store 1 ,mem_le_ch 
+0x5337 021042 store 1 ,mem_le_op 
+0x5338 021043 store 3 ,mem_sniff_rcv 
+0x5339 021044 store 3 ,mem_sniff_lost 
+0x533a 021045 store 5 ,mem_le_pcnt_tx 
+0x533b 021046 set1 39 ,pdata 
+0x533c 021047 store 5 ,mem_le_pcnt_rx 
+0x533d 021048 jam 1 ,mem_le_txheader 
+0x533e 021049 jam 0 ,mem_le_txlen 
+0x533f 021050 branch le_supervision_flush 
+:      021052 le_init_master:
+0x5340 021053 bpatchx patch26_3 ,mem_patch26 
+0x5341 021054 enable master 
+0x5342 021055 jam lemode_master ,mem_le_mode 
+0x5343 021056 jam 1 ,mem_le_att_handle 
+0x5344 021057 jam 1 ,mem_le_search_handle_start 
+0x5345 021058 setarg 0xffff 
+0x5346 021059 store 2 ,mem_le_search_handle_end 
+0x5347 021060 force 0 ,pdata 
+0x5348 021061 store 5 ,mem_le_pcnt_rx 
+0x5349 021062 set1 39 ,pdata 
+0x534a 021063 store 5 ,mem_le_pcnt_tx 
+0x534b 021064 branch le_init_conn 
+:      021067 le_init_slave:
+0x534c 021068 bpatchx patch26_4 ,mem_patch26 
+0x534d 021069 disable master 
+0x534e 021070 setarg 0x17 
+0x534f 021071 store 2 ,mem_le_remote_mtu 
+0x5350 021072 jam lemode_slave ,mem_le_mode 
+0x5351 021073 jam 0 ,mem_le_adv_enable 
+0x5352 021074 jam 0 ,mem_lpm_current_mult 
+0x5353 021075 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x5354 021076 jam flag_le_enc_null ,mem_le_enc_state 
+0x5355 021077 fetch 2 ,mem_le_superto 
+0x5356 021078 store 2 ,mem_le_init_superto 
+0x5357 021079 fetch 2 ,mem_le_tsniff 
+0x5358 021080 mul32 pdata ,5 ,pdata 
+0x5359 021081 rshift4 pdata ,pdata 
+0x535a 021082 store 2 ,mem_le_superto 
+0x535b 021083 branch le_init_conn 
+:      021089 le_dispatch:
+0x535c 021090 call le_enable 
+0x535d 021091 call le_scan 
+0x535e 021092 call le_adv 
+0x535f 021093 branch le_disable 
+:      021095 le_conn_dispatch:
+0x5360 021096 bpatchx patch26_5 ,mem_patch26 
+0x5361 021097 call le_enable 
+0x5362 021098 call app_process_ble 
+0x5363 021099 fetch 1 ,mem_le_mode 
+0x5364 021100 beq lemode_master ,le_master_dispatch 
+0x5365 021101 branch le_slave_dispatch 
+:      021107 le_master_dispatch:
+0x5366 021108 bpatchx patch26_6 ,mem_patch26 
+0x5367 021109 enable master 
+0x5368 021110 call le_supervision_update 
+0x5369 021111 branch le_master_disconn ,positive 
+0x536a 021112 call check_ble_disabled 
+0x536b 021113 call le_setup 
+0x536c 021114 call le_prepare_tx 
+0x536d 021115 disable match 
+0x536e 021116 call le_transmit_receive_sifs 
+0x536f 021117 nrtn match 
+0x5370 021118 bpatchx patch26_7 ,mem_patch26 
+0x5371 021119 fetch 1 ,mem_le_conn_rcv 
+0x5372 021120 increase 1 ,pdata 
+0x5373 021121 store 1 ,mem_le_conn_rcv 
+0x5374 021122 call le_acknowledge 
+0x5375 021123 disable master 
+0x5376 021124 rtn 
+:      021126 le_master_disconn:
+0x5377 021127 call le_disconnect 
+0x5378 021128 disable master 
+0x5379 021129 rtn 
+:      021134 le_slave_dispatch:
+0x537a 021135 bpatchx patch27_0 ,mem_patch27 
+0x537b 021136 jam 0 ,mem_le_md_count 
+0x537c 021137 call sp_calc_sequence_256 
+0x537d 021138 call le_secure_connect_sm 
+0x537e 021139 disable attempt 
+0x537f 021140 call le_supervision_update 
+0x5380 021141 branch le_slave_disconn ,positive 
+0x5381 021142 call check_ble_disabled 
+0x5382 021143 call le_setup 
+0x5383 021144 call le_receive_slave 
+0x5384 021145 nbranch le_slave_unsync ,sync 
+0x5385 021146 call le_got_first_packet 
+0x5386 021147 branch le_slave_match ,match 
+0x5387 021148 branch le_slave_cont 
+:      021151 le_slave_match:
+0x5388 021152 bpatchx patch27_1 ,mem_patch27 
+0x5389 021153 fetch 1 ,mem_le_md_count 
+0x538a 021154 pincrease 1 
+0x538b 021155 store 1 ,mem_le_md_count 
+0x538c 021156 beq le_md_max_count ,le_slave_cont 
+0x538d 021157 call le_acknowledge 
+0x538e 021158 call le_prepare_tx 
+0x538f 021159 call le_transmit_norx 
+0x5390 021160 call le_parse 
+0x5391 021161 fetch 2 ,mem_cb_ble_transmit 
+0x5392 021162 call callback_func 
+0x5393 021163 call le_check_md 
+0x5394 021164 branch le_slave_more_data ,user 
+:      021165 le_slave_cont:
+0x5395 021166 bpatchx patch27_2 ,mem_patch27 
+0x5396 021167 call le_pairing_sm 
+0x5397 021168 call le_check_paring_time 
+0x5398 021169 call check_51cmd 
+0x5399 021170 fetch 1 ,mem_le_op 
+0x539a 021171 bbit1 op_disconn ,le_slave_disconn 
+:      021172 le_slave_unsync:
+0x539b 021173 bpatchx patch27_3 ,mem_patch27 
+0x539c 021174 call le_lpm_set_mult 
+0x539d 021175 call le_update_channel_map 
+0x539e 021176 call le_update_param 
+0x539f 021177 branch calc_clke_offset 
+:      021180 le_check_md:
+0x53a0 021181 disable user 
+0x53a1 021182 bmark1 mark_ble_rx_md ,enable_user 
+0x53a2 021183 bmark1 mark_ble_tx_md ,enable_user 
+0x53a3 021184 rtn 
+:      021187 le_slave_more_data:
+0x53a4 021188 bpatchx patch27_4 ,mem_patch27 
+0x53a5 021189 enable attempt 
+0x53a6 021190 call le_transmit_receive_sifs_notx 
+0x53a7 021191 branch le_slave_match ,match 
+0x53a8 021192 branch le_slave_cont 
+:      021194 le_slave_disconn:
+:      021197 le_disconnect:
+0x53a9 021198 bpatchx patch27_5 ,mem_patch27 
+0x53aa 021199 call le_clear_connection_info 
+0x53ab 021200 call app_disconn_reason_collect_ble 
+0x53ac 021201 call sp_initialize_256 
+0x53ad 021202 jam bt_evt_le_disconnected ,mem_fifo_temp 
+0x53ae 021203 branch ui_ipc_send_event 
+:      021205 le_clear_connection_info:
+0x53af 021206 setarg 0 
+0x53b0 021207 store 9 ,mem_le_tx_buff_used 
+0x53b1 021208 jam 0 ,mem_le_conn_handle 
+0x53b2 021209 jam lemode_idle ,mem_le_mode 
+0x53b3 021210 jam 0 ,mem_le_state 
+0x53b4 021211 jam flag_le_enc_null ,mem_le_enc_state 
+0x53b5 021212 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x53b6 021213 rtn 
+:      021215 le_got_first_packet:
+0x53b7 021216 bpatchx patch27_6 ,mem_patch27 
+0x53b8 021217 fetch 1 ,mem_le_conn_rcv 
+0x53b9 021218 increase 1 ,pdata 
+0x53ba 021219 store 1 ,mem_le_conn_rcv 
+0x53bb 021220 fetch 1 ,mem_le_state 
+0x53bc 021221 rtnbit1 lestate_got_first_packet 
+0x53bd 021222 set1 lestate_got_first_packet 
+0x53be 021223 store 1 ,mem_le_state 
+0x53bf 021224 fetch 2 ,mem_le_init_superto 
+0x53c0 021225 store 2 ,mem_le_superto 
+0x53c1 021226 setarg 0 
+0x53c2 021227 store 4 ,mem_le_transmit_window 
+0x53c3 021228 rtn 
+:      021231 le_enable:
+0x53c4 021232 bpatchx patch27_7 ,mem_patch27 
+0x53c5 021233 jam 0x36 ,rf_adc_goff 
+0x53c6 021234 jam 0x5f ,rf_agc_nsat 
+0x53c7 021235 enable le 
+0x53c8 021236 jam 7 ,rfen_ulp 
+0x53c9 021237 call check_ble_disabled 
+0x53ca 021238 fetch 1 ,mem_250k_freq_enable 
+0x53cb 021239 rtn blank 
+0x53cc 021240 jam 0xb8 ,rf_iq_gain 
+0x53cd 021241 rtn 
+:      021243 le_disable:
+0x53ce 021244 bpatchx patch28_0 ,mem_patch28 
+0x53cf 021245 jam 0x2e ,rf_adc_goff 
+0x53d0 021246 jam 0xff ,rf_agc_nsat 
+0x53d1 021247 disable le 
+0x53d2 021248 jam 3 ,rfen_ulp 
+0x53d3 021249 arg 0 ,stop_watch 
+0x53d4 021250 rtn 
+:      021252 le_prep:
+0x53d5 021253 disable enable_crc 
+0x53d6 021254 disable enable_white 
+0x53d7 021255 fetch 3 ,mem_le_crcinit 
+0x53d8 021256 iforce crc24_init 
+0x53d9 021257 fetch 1 ,mem_le_ch_mapped 
+0x53da 021258 reverse pdata ,temp 
+0x53db 021259 set1 1 ,temp 
+0x53dc 021260 rshift temp ,white_init 
+0x53dd 021261 rtn 
+:      021264 lerx_setfreq:
+0x53de 021265 call le_setfreq 
+0x53df 021266 call set_freq_rx 
+0x53e0 021267 setarg param_pll_setup 
+0x53e1 021268 call sleep 
+0x53e2 021269 branch rf_rx_enable 
+:      021271 letx_setfreq:
+0x53e3 021272 branch txon ,match 
+:      021273 letx_setfreq0:
+0x53e4 021274 call le_setfreq 
+0x53e5 021275 branch set_freq_tx 
+:      021276 le_setfreq:
+0x53e6 021277 bpatchx patch28_1 ,mem_patch28 
+0x53e7 021278 call set_sync_on 
+0x53e8 021279 fetch 1 ,mem_le_testtype 
+0x53e9 021280 nbranch le_ctf_test ,blank 
+0x53ea 021281 fetch 1 ,mem_le_ch_mapped 
+0x53eb 021282 sub pdata ,36 ,null 
+0x53ec 021283 branch le_ctf_normal ,positive 
+0x53ed 021284 force 0 ,temp 
+0x53ee 021285 rtneq 37 
+0x53ef 021286 force 24 ,temp 
+0x53f0 021287 rtneq 38 
+0x53f1 021288 force 78 ,temp 
+0x53f2 021289 rtn 
+:      021291 le_ctf_normal:
+0x53f3 021292 sub pdata ,10 ,null 
+0x53f4 021293 branch le_ctf_low ,positive 
+0x53f5 021294 increase 1 ,pdata 
+:      021296 le_ctf_low:
+0x53f6 021297 lshift pdata ,pdata 
+0x53f7 021298 add pdata ,2 ,temp 
+0x53f8 021299 rtn 
+:      021301 le_ctf_test:
+0x53f9 021302 fetch 1 ,mem_le_ch_mapped 
+0x53fa 021303 lshift pdata ,temp 
+0x53fb 021304 rtn 
+:      021306 le_sca_map:
+0x53fc 021307 arg 500 ,temp 
+0x53fd 021308 rtn blank 
+0x53fe 021309 arg 250 ,temp 
+0x53ff 021310 rtneq 1 
+0x5400 021311 arg 150 ,temp 
+0x5401 021312 rtneq 2 
+0x5402 021313 arg 100 ,temp 
+0x5403 021314 rtneq 3 
+0x5404 021315 arg 75 ,temp 
+0x5405 021316 rtneq 4 
+0x5406 021317 arg 50 ,temp 
+0x5407 021318 rtneq 5 
+0x5408 021319 arg 40 ,temp 
+0x5409 021320 rtneq 6 
+0x540a 021321 arg 20 ,temp 
+0x540b 021322 rtn 
+:      021326 le_adv_access:
+0x540c 021327 setarg 0x8e89be 
+0x540d 021328 lshift8 pdata ,pdata 
+0x540e 021329 or_into 0xd6 ,pdata 
+0x540f 021330 iforce access 
+0x5410 021331 setarg 0x555555 
+0x5411 021332 store 3 ,mem_le_crcinit 
+0x5412 021333 rtn 
+:      021335 le_setup:
+0x5413 021336 bpatchx patch28_2 ,mem_patch28 
+0x5414 021337 enable swfine 
+0x5415 021338 fetch 4 ,mem_le_access 
+0x5416 021339 iforce access 
+0x5417 021340 call le_map_channel 
+0x5418 021341 setarg 0x200 
+0x5419 021342 branch le_setup_master ,master 
+0x541a 021343 fetch 2 ,mem_le_receive_window 
+0x541b 021344 rshift pdata ,pdata 
+:      021345 le_setup_master:
+0x541c 021346 arg param_pll_setup ,temp 
+0x541d 021347 iadd temp ,pdata 
+0x541e 021348 call ahead_window 
+0x541f 021349 deposit clke 
+0x5420 021350 store 6 ,mem_le_rxon_ts 
+0x5421 021351 rtn 
+:      021353 le_next_adv_channel:
+0x5422 021354 bpatchx patch28_3 ,mem_patch28 
+0x5423 021355 fetch 1 ,mem_le_ch_mapped 
+0x5424 021356 beq 37 ,le_next_adv_channel_curr_channel_37 
+0x5425 021357 beq 38 ,le_next_adv_channel_curr_channel_38 
+0x5426 021358 beq 39 ,le_next_adv_channel_curr_channel_39 
+0x5427 021359 branch le_next_adv_channel_curr_channel_39 
+:      021361 le_next_adv_channel_curr_channel_37:
+0x5428 021362 fetcht 1 ,mem_le_adv_channel_map 
+0x5429 021363 isolate1 bit_adv_channel_map_38 ,temp 
+0x542a 021364 branch set_le_next_adv_channel_38 ,true 
+0x542b 021365 isolate1 bit_adv_channel_map_39 ,temp 
+0x542c 021366 branch set_le_next_adv_channel_39 ,true 
+0x542d 021367 branch set_le_next_adv_channel_37 
+:      021370 le_next_adv_channel_curr_channel_38:
+0x542e 021371 fetcht 1 ,mem_le_adv_channel_map 
+0x542f 021372 isolate1 bit_adv_channel_map_39 ,temp 
+0x5430 021373 branch set_le_next_adv_channel_39 ,true 
+0x5431 021374 isolate1 bit_adv_channel_map_37 ,temp 
+0x5432 021375 branch set_le_next_adv_channel_37 ,true 
+0x5433 021376 branch set_le_next_adv_channel_38 
+:      021379 le_next_adv_channel_curr_channel_39:
+0x5434 021380 fetcht 1 ,mem_le_adv_channel_map 
+0x5435 021381 isolate1 bit_adv_channel_map_37 ,temp 
+0x5436 021382 branch set_le_next_adv_channel_37 ,true 
+0x5437 021383 isolate1 bit_adv_channel_map_38 ,temp 
+0x5438 021384 branch set_le_next_adv_channel_38 ,true 
+0x5439 021385 branch set_le_next_adv_channel_39 
+:      021389 set_le_next_adv_channel_37:
+0x543a 021390 jam 37 ,mem_le_ch_mapped 
+0x543b 021391 fetch 1 ,mem_le_adv_channel_map_temp 
+0x543c 021392 set1 bit_adv_channel_map_37 ,pdata 
+0x543d 021393 store 1 ,mem_le_adv_channel_map_temp 
+0x543e 021394 rtn 
+:      021396 set_le_next_adv_channel_38:
+0x543f 021397 jam 38 ,mem_le_ch_mapped 
+0x5440 021398 fetch 1 ,mem_le_adv_channel_map_temp 
+0x5441 021399 set1 bit_adv_channel_map_38 ,pdata 
+0x5442 021400 store 1 ,mem_le_adv_channel_map_temp 
+0x5443 021401 rtn 
+:      021403 set_le_next_adv_channel_39:
+0x5444 021404 jam 39 ,mem_le_ch_mapped 
+0x5445 021405 fetch 1 ,mem_le_adv_channel_map_temp 
+0x5446 021406 set1 bit_adv_channel_map_39 ,pdata 
+0x5447 021407 store 1 ,mem_le_adv_channel_map_temp 
+0x5448 021408 rtn 
+:      021412 le_context_nexthop:
+0x5449 021413 bpatchx patch28_4 ,mem_patch28 
+0x544a 021414 add rega ,coffset_mode ,contr 
+0x544b 021415 ifetch 1 ,contr 
+0x544c 021416 rtnbit0 mode_le 
+0x544d 021417 add rega ,coffset_le_event_cnt ,contw 
+0x544e 021418 ifetch 2 ,contw 
+0x544f 021419 increase 1 ,pdata 
+0x5450 021420 istore 2 ,contw 
+0x5451 021421 add rega ,coffset_le_hop ,contr 
+0x5452 021422 ifetch 1 ,contr 
+0x5453 021423 add rega ,coffset_le_ch ,contw 
+0x5454 021424 ifetcht 1 ,contw 
+0x5455 021425 iadd temp ,pdata 
+0x5456 021426 sub pdata ,36 ,null 
+0x5457 021427 branch le_nexthop_nowrap ,positive 
+0x5458 021428 increase -37 ,pdata 
+:      021429 le_nexthop_nowrap:
+0x5459 021430 istore 1 ,contw 
+0x545a 021431 rtn 
+:      021434 le_calc_channel_map:
+0x545b 021435 bpatchx patch28_5 ,mem_patch28 
+0x545c 021436 fetch 5 ,mem_le_channel_map 
+0x545d 021437 force 0 ,temp 
+0x545e 021438 force 37 ,loopcnt 
+:      021439 le_count_channels_loop:
+0x545f 021440 bbit0 0 ,le_count_channels_notused 
+0x5460 021441 increase 1 ,temp 
+:      021442 le_count_channels_notused:
+0x5461 021443 rshift pdata ,pdata 
+0x5462 021444 loop le_count_channels_loop 
+0x5463 021445 add temp ,-1 ,pdata 
+0x5464 021446 store 1 ,mem_le_channels 
+0x5465 021447 rtn 
+:      021449 le_map_channel:
+0x5466 021450 bpatchx patch28_6 ,mem_patch28 
+0x5467 021451 fetch 1 ,mem_le_ch 
+0x5468 021452 iforce queue 
+0x5469 021453 fetcht 5 ,mem_le_channel_map 
+0x546a 021454 qisolate1 temp 
+0x546b 021455 branch le_map_channel_end ,true 
+:      021456 le_map_channel_next:
+0x546c 021457 bpatchx patch28_7 ,mem_patch28 
+0x546d 021458 fetch 1 ,mem_le_channels 
+0x546e 021459 isub queue ,pdata 
+0x546f 021460 branch le_map_channel_cont ,positive 
+0x5470 021461 sub pdata ,-1 ,queue 
+0x5471 021462 branch le_map_channel_next 
+:      021463 le_map_channel_cont:
+0x5472 021464 copy queue ,loopcnt 
+0x5473 021465 force 0 ,queue 
+:      021466 le_map_channel_loop:
+0x5474 021467 qisolate1 temp 
+0x5475 021468 branch le_map_channel_skip ,true 
+0x5476 021469 increase 1 ,loopcnt 
+:      021470 le_map_channel_skip:
+0x5477 021471 deposit loopcnt 
+0x5478 021472 branch le_map_channel_end ,blank 
+0x5479 021473 increase 1 ,queue 
+0x547a 021474 increase -1 ,loopcnt 
+0x547b 021475 branch le_map_channel_loop 
+:      021476 le_map_channel_end:
+0x547c 021477 deposit queue 
+0x547d 021478 store 1 ,mem_le_ch_mapped 
+0x547e 021479 rtn 
+:      021482 le_wait_tx:
+0x547f 021483 branch le_wait_master ,master 
+0x5480 021484 until null ,timeout 
+0x5481 021485 rtn 
+:      021487 le_wait_master:
+0x5482 021488 arg 0xea0 ,timeup 
+0x5483 021489 until clkn_rt ,meet 
+0x5484 021490 rtn 
+:      021492 le_receive_adv:
+0x5485 021493 disable swfine 
+0x5486 021494 fetch 2 ,mem_le_scan_window 
+0x5487 021495 copy pdata ,timeup 
+0x5488 021496 branch le_receive_packet 
+:      021499 le_receive_slave:
+0x5489 021500 bpatchx patch29_0 ,mem_patch29 
+0x548a 021501 enable swfine 
+0x548b 021502 fetch 2 ,mem_le_receive_window 
+0x548c 021503 fetcht 4 ,mem_le_transmit_window 
+0x548d 021504 iadd temp ,timeup 
+:      021505 le_receive_packet:
+0x548e 021506 call lerx_setfreq 
+:      021507 le_receive_rxon:
+0x548f 021508 bpatchx patch29_1 ,mem_patch29 
+0x5490 021509 call le_prep 
+0x5491 021510 disable match 
+0x5492 021511 enable decode_fec0 
+0x5493 021512 enable is_rx 
+0x5494 021513 disable is_tx 
+0x5495 021514 copy timeup ,stop_watch 
+0x5496 021515 correlate null ,timeout 
+0x5497 021516 branch le_receive_on_attempt ,attempt 
+0x5498 021517 copy clke ,temp 
+0x5499 021518 storet 6 ,mem_sync_clke 
+:      021519 le_receive_on_attempt:
+0x549a 021520 nbranch end_of_packet ,sync 
+0x549b 021521 branch le_receive_skip ,attempt 
+0x549c 021522 arg param_clke_cal_le ,clke_rt 
+0x549d 021523 copy bt_clk ,clke_bt 
+0x549e 021524 fetch 1 ,mem_le_state 
+0x549f 021525 bbit0 lestate_got_first_packet ,le_receive_skip 
+0x54a0 021526 call lpm_adjust_clk ,wake 
+:      021527 le_receive_skip:
+0x54a1 021528 bpatchx patch29_2 ,mem_patch29 
+0x54a2 021529 call save_rssi 
+0x54a3 021530 enable enable_white 
+0x54a4 021531 enable enable_crc 
+0x54a5 021532 parse demod ,bucket ,8 
+0x54a6 021533 rshift3 pwindow ,pdata 
+0x54a7 021534 store 1 ,mem_le_rxbuf 
+0x54a8 021535 parse demod ,bucket ,8 
+0x54a9 021536 rshift3 pwindow ,pdata 
+0x54aa 021537 istore 1 ,contw 
+0x54ab 021538 and pdata ,0x3f ,loopcnt 
+0x54ac 021539 branch lerx_nopayload ,zero 
+:      021541 lerx_loop:
+0x54ad 021542 parse demod ,bucket ,8 
+0x54ae 021543 rshift3 pwindow ,pdata 
+0x54af 021544 istore 1 ,contw 
+0x54b0 021545 loop lerx_loop 
+:      021547 lerx_nopayload:
+0x54b1 021548 bpatchx patch29_3 ,mem_patch29 
+0x54b2 021549 parse demod ,bucket ,24 
+0x54b3 021550 enable swfine 
+0x54b4 021551 arg param_sifs ,stop_watch 
+0x54b5 021552 rshift32 pdata ,pdata 
+0x54b6 021553 rshift16 pdata ,pdata 
+0x54b7 021554 istore 3 ,contw 
+0x54b8 021555 branch end_of_packet ,crc_failed 
+0x54b9 021556 enable match 
+0x54ba 021557 fetch 1 ,mem_last_freq 
+0x54bb 021558 add pdata ,0 ,rega 
+0x54bc 021559 call rf_write_freq 
+0x54bd 021560 disable decode_fec0 
+0x54be 021561 branch set_sync_on 
+:      021563 le_transmit_receive_sifs:
+0x54bf 021564 bpatchx patch29_4 ,mem_patch29 
+0x54c0 021565 call le_transmit 
+:      021566 le_transmit_receive_sifs_notx:
+0x54c1 021567 fetcht 1 ,mem_last_freq 
+0x54c2 021568 call set_freq_rx 
+0x54c3 021569 call rf_rx_enable 
+0x54c4 021570 enable swfine 
+0x54c5 021571 arg 5500 ,timeup 
+0x54c6 021572 branch le_receive_rxon 
+:      021574 le_transmit_norx:
+0x54c7 021575 call le_transmit 
+0x54c8 021576 branch end_of_packet 
+:      021578 le_transmit:
+0x54c9 021579 bpatchx patch29_5 ,mem_patch29 
+0x54ca 021580 call le_prep 
+0x54cb 021581 call letx_setfreq 
+0x54cc 021582 branch le_transmit0 
+:      021584 le_transmit0:
+0x54cd 021585 set1 txgfsk ,radio_ctrl 
+0x54ce 021586 enable encode_fec0 
+0x54cf 021587 enable is_tx 
+0x54d0 021588 disable is_rx 
+0x54d1 021589 call le_wait_tx 
+0x54d2 021590 rshift16 access ,pdata 
+0x54d3 021591 rshift8 pdata ,pdata 
+0x54d4 021592 rshift4 pdata ,pdata 
+0x54d5 021593 inject mod ,40 
+0x54d6 021594 enable enable_white 
+0x54d7 021595 enable enable_crc 
+0x54d8 021596 bpatchx patch29_6 ,mem_patch29 
+0x54d9 021597 fetch 1 ,mem_le_txheader 
+0x54da 021598 inject mod ,8 
+0x54db 021599 ifetch 1 ,contr 
+0x54dc 021600 and pdata ,0x3f ,loopcnt 
+0x54dd 021601 inject mod ,8 
+0x54de 021602 branch letr_nopayload ,zero 
+:      021603 letr_loop:
+0x54df 021604 ifetch 1 ,contr 
+0x54e0 021605 inject mod ,8 
+0x54e1 021606 loop letr_loop 
+:      021608 letr_nopayload:
+0x54e2 021609 enable enable_parity 
+0x54e3 021610 inject mod ,24 
+0x54e4 021611 disable enable_parity 
+0x54e5 021612 until null ,tx_clear 
+0x54e6 021613 nop 100 
+0x54e7 021614 disable encode_fec0 
+0x54e8 021615 rtn 
+:      021617 le_send_adv_ind:
+0x54e9 021618 bpatchx patch29_7 ,mem_patch29 
+0x54ea 021619 fetch 1 ,mem_le_adv_type 
+0x54eb 021620 beq adv_direct_ind ,le_send_adv_direct_ind 
+0x54ec 021621 fetch 1 ,mem_le_adv_own_addr_type 
+0x54ed 021622 lshift4 pdata ,pdata 
+0x54ee 021623 lshift2 pdata ,pdata 
+0x54ef 021624 store 1 ,mem_le_txheader 
+0x54f0 021625 fetcht 1 ,mem_le_adv_data_len 
+0x54f1 021626 add temp ,6 ,pdata 
+0x54f2 021627 store 1 ,mem_le_txlen 
+0x54f3 021628 fetch 6 ,mem_le_lap 
+0x54f4 021629 store 6 ,mem_le_txpayload 
+0x54f5 021630 copy temp ,loopcnt 
+0x54f6 021631 arg mem_le_adv_data ,contr 
+0x54f7 021632 call memcpy_fast 
+0x54f8 021633 branch le_send_adv_transmit 
+:      021634 le_send_adv_direct_ind:
+0x54f9 021635 fetch 1 ,mem_le_adv_direct_addr_type 
+0x54fa 021636 lshift4 pdata ,pdata 
+0x54fb 021637 lshift2 pdata ,pdata 
+0x54fc 021638 increase 1 ,pdata 
+0x54fd 021639 store 1 ,mem_le_txheader 
+0x54fe 021640 setarg 12 
+0x54ff 021641 store 1 ,mem_le_txlen 
+0x5500 021642 fetch 6 ,mem_le_lap 
+0x5501 021643 store 6 ,mem_le_txpayload 
+0x5502 021644 fetch 6 ,mem_hci_plap 
+0x5503 021645 istore 6 ,contw 
+:      021646 le_send_adv_transmit:
+0x5504 021647 bpatchx patch2a_0 ,mem_patch2a 
+0x5505 021648 fetch 1 ,mem_le_adv_transmit 
+0x5506 021649 increase 1 ,pdata 
+0x5507 021650 store 1 ,mem_le_adv_transmit 
+0x5508 021651 arg 1800 ,stop_watch 
+0x5509 021652 disable match 
+0x550a 021653 branch le_transmit_receive_sifs 
+:      021655 le_send_scan_request:
+0x550b 021656 bpatchx patch2a_1 ,mem_patch2a 
+0x550c 021657 fetch 1 ,mem_le_scan_type 
+0x550d 021658 rtnne le_scan_type_active 
+0x550e 021659 fetch 1 ,mem_le_adv_transmit 
+0x550f 021660 increase 1 ,pdata 
+0x5510 021661 store 1 ,mem_le_adv_transmit 
+0x5511 021662 arg 0x0c03 ,temp 
+0x5512 021663 fetch 1 ,mem_le_scan_own_addr_type 
+0x5513 021664 nsetflag blank ,le_sender_addr_bit ,temp 
+0x5514 021665 copy rega ,pdata 
+0x5515 021666 nsetflag blank ,le_receiver_addr_bit ,temp 
+0x5516 021667 storet 2 ,mem_le_txheader 
+0x5517 021668 fetch 6 ,mem_le_lap 
+0x5518 021669 istore 6 ,contw 
+0x5519 021670 fetch 6 ,mem_le_plap 
+0x551a 021671 istore 6 ,contw 
+0x551b 021672 branch le_transmit_receive_sifs 
+:      021675 le_send_scan_response:
+0x551c 021676 bpatchx patch2a_2 ,mem_patch2a 
+0x551d 021677 arg scan_rsp ,temp 
+0x551e 021678 fetch 1 ,mem_le_adv_own_addr_type 
+0x551f 021679 nsetflag blank ,le_sender_addr_bit ,temp 
+0x5520 021680 storet 1 ,mem_le_txheader 
+0x5521 021681 fetcht 1 ,mem_le_scan_data_len 
+0x5522 021682 add temp ,6 ,pdata 
+0x5523 021683 store 1 ,mem_le_txlen 
+0x5524 021684 fetch 6 ,mem_le_lap 
+0x5525 021685 store 6 ,mem_le_txpayload 
+0x5526 021686 arg mem_le_scan_data ,contr 
+0x5527 021687 copy temp ,loopcnt 
+0x5528 021688 call memcpy_fast 
+0x5529 021689 call le_transmit_norx 
+0x552a 021690 branch le_adv_not_match 
+:      021692 le_connect_request:
+0x552b 021693 bpatchx patch2a_3 ,mem_patch2a 
+0x552c 021694 force -1 ,pdata 
+0x552d 021695 setsect 2 ,1 
+0x552e 021696 store 5 ,mem_le_channel_map 
+0x552f 021697 call le_calc_channel_map 
+0x5530 021698 force 4 ,loopcnt 
+0x5531 021699 arg mem_le_access ,contw 
+0x5532 021700 call generate_random_loop 
+0x5533 021701 fetch 2 ,mem_le_timeout 
+0x5534 021702 store 2 ,mem_le_superto 
+:      021703 le_con_req_hop_retry:
+0x5535 021704 random pdata 
+0x5536 021705 and_into 0xf ,pdata 
+0x5537 021706 sub pdata ,4 ,null 
+0x5538 021707 branch le_con_req_hop_retry ,positive 
+0x5539 021708 store 1 ,mem_le_hop 
+0x553a 021709 store 1 ,mem_tmp1 
+0x553b 021710 bpatchx patch2a_4 ,mem_patch2a 
+0x553c 021711 fetcht 2 ,mem_le_conn_interval 
+0x553d 021712 storet 2 ,mem_le_tsniff 
+0x553e 021713 copy temp ,regc 
+0x553f 021714 add clkn_bt ,7 ,pdata 
+0x5540 021715 idiv regc 
+0x5541 021716 call wait_div_end 
+0x5542 021717 remainder rega 
+0x5543 021718 isub rega ,pdata 
+0x5544 021719 iadd regc ,pdata 
+0x5545 021720 fetcht 2 ,mem_le_dsniff 
+0x5546 021721 iadd temp ,pdata 
+0x5547 021722 store 4 ,mem_le_anchor 
+0x5548 021723 isub clkn_bt ,rega 
+0x5549 021724 increase -6 ,rega 
+0x554a 021725 arg 0x2205 ,regb 
+0x554b 021726 fetch 1 ,mem_le_conn_own_addr_type 
+0x554c 021727 nsetflag blank ,le_sender_addr_bit ,regb 
+0x554d 021728 fetch 1 ,mem_le_conn_peer_addr_type 
+0x554e 021729 nsetflag blank ,le_receiver_addr_bit ,regb 
+0x554f 021730 copy regb ,pdata 
+0x5550 021731 store 2 ,mem_le_txheader 
+0x5551 021732 fetch 6 ,mem_le_lap 
+0x5552 021733 istore 6 ,contw 
+0x5553 021734 fetch 6 ,mem_le_plap 
+0x5554 021735 istore 6 ,contw 
+0x5555 021736 fetch 4 ,mem_le_access 
+0x5556 021737 istore 4 ,contw 
+0x5557 021738 random pdata 
+0x5558 021739 istore 2 ,contw 
+0x5559 021740 random pdata 
+0x555a 021741 istore 1 ,contw 
+0x555b 021742 force 2 ,pdata 
+0x555c 021743 istore 1 ,contw 
+0x555d 021744 rshift2 rega ,pdata 
+0x555e 021745 istore 2 ,contw 
+0x555f 021746 rshift2 regc ,pdata 
+0x5560 021747 istore 2 ,contw 
+0x5561 021748 bpatchx patch2a_5 ,mem_patch2a 
+0x5562 021749 setarg 0 
+0x5563 021750 istore 2 ,contw 
+0x5564 021751 fetch 2 ,mem_le_timeout 
+0x5565 021752 istore 2 ,contw 
+0x5566 021753 fetch 5 ,mem_le_channel_map 
+0x5567 021754 istore 5 ,contw 
+0x5568 021755 fetch 1 ,mem_le_hop 
+0x5569 021756 arg param_le_sca ,temp 
+0x556a 021757 ior temp ,pdata 
+0x556b 021758 istore 1 ,contw 
+0x556c 021759 call le_transmit_norx 
+0x556d 021760 setarg mem_le_txheader 
+0x556e 021761 add pdata ,18 ,contr 
+0x556f 021762 ifetch 3 ,contr 
+0x5570 021763 store 3 ,mem_le_crcinit 
+0x5571 021764 rtn 
+:      021766 le_init_adv:
+0x5572 021767 bpatchx patch2a_6 ,mem_patch2a 
+0x5573 021768 disable master 
+0x5574 021769 branch le_adv_access 
+:      021773 le_update_param:
+0x5575 021774 fetch 1 ,mem_le_state 
+0x5576 021775 rtnbit0 lestate_update_param 
+0x5577 021776 fetch 2 ,mem_le_event_count 
+0x5578 021777 fetcht 2 ,mem_le_instant 
+0x5579 021778 isub temp ,pdata 
+0x557a 021779 nrtn positive 
+0x557b 021780 store 2 ,mem_pdatatemp 
+0x557c 021781 bpatchx patch2a_7 ,mem_patch2a 
+0x557d 021782 fetch 1 ,mem_le_state 
+0x557e 021783 set0 lestate_update_param ,pdata 
+0x557f 021784 set0 lestate_got_first_packet ,pdata 
+0x5580 021785 store 1 ,mem_le_state 
+0x5581 021786 fetch 4 ,mem_le_anchor 
+0x5582 021787 fetcht 2 ,mem_le_tsniff 
+0x5583 021788 storet 2 ,mem_temp 
+0x5584 021789 isub temp ,rega 
+0x5585 021790 bpatchx patch2b_0 ,mem_patch2b 
+0x5586 021791 fetch 1 ,mem_le_new_param 
+0x5587 021792 store 1 ,mem_le_window_size 
+0x5588 021793 ifetcht 2 ,contr 
+0x5589 021794 ifetch 2 ,contr 
+0x558a 021795 lshift2 pdata ,pdata 
+0x558b 021796 store 2 ,mem_le_tsniff 
+0x558c 021797 lshift2 temp ,temp 
+0x558d 021798 iadd temp ,pdata 
+0x558e 021799 ifetcht 4 ,contr 
+0x558f 021800 storet 4 ,mem_le_slave_latency 
+0x5590 021801 iadd rega ,pdata 
+0x5591 021802 copy pdata ,regab 
+0x5592 021803 fetch 2 ,mem_le_tsniff 
+0x5593 021804 fetcht 2 ,mem_temp 
+0x5594 021805 isub temp ,pdata 
+0x5595 021806 fetcht 2 ,mem_pdatatemp 
+0x5596 021807 imul32 temp ,pdata 
+0x5597 021808 iadd regab ,pdata 
+0x5598 021809 store 4 ,mem_le_anchor 
+0x5599 021810 call le_receive_window_size 
+0x559a 021811 fetch 2 ,mem_le_superto 
+0x559b 021812 store 2 ,mem_le_init_superto 
+0x559c 021813 rtn 
+:      021816 le_update_channel_map:
+0x559d 021817 bpatchx patch2b_1 ,mem_patch2b 
+0x559e 021818 fetch 1 ,mem_le_state 
+0x559f 021819 rtnbit0 lestate_update_map 
+0x55a0 021820 fetch 2 ,mem_le_event_count 
+0x55a1 021821 fetcht 2 ,mem_le_instant 
+0x55a2 021822 isub temp ,pdata 
+0x55a3 021823 nrtn positive 
+0x55a4 021824 fetch 1 ,mem_le_state 
+0x55a5 021825 set0 lestate_update_map ,pdata 
+0x55a6 021826 store 1 ,mem_le_state 
+0x55a7 021827 fetch 5 ,mem_le_new_map 
+0x55a8 021828 store 5 ,mem_le_channel_map 
+0x55a9 021829 branch le_calc_channel_map 
+:      021832 le_acknowledge:
+0x55aa 021833 bpatchx patch2b_2 ,mem_patch2b 
+0x55ab 021834 call le_supervision_flush 
+0x55ac 021835 call le_check_wak 
+0x55ad 021836 fetch 1 ,mem_le_rxbuf 
+0x55ae 021837 isolate1 md ,pdata 
+0x55af 021838 setflag true ,mark_ble_rx_md ,mark 
+0x55b0 021839 rshift pdata ,pdata 
+0x55b1 021840 ixor temp ,pdata 
+0x55b2 021841 isolate1 nesn ,pdata 
+0x55b3 021842 setflag true ,mark_old_packet ,mark 
+0x55b4 021843 rtnmark1 mark_old_packet 
+0x55b5 021844 fetch 1 ,mem_le_rxbuf + 1 
+0x55b6 021845 branch le_ack_unenc ,blank 
+0x55b7 021846 fetch 1 ,mem_le_state 
+0x55b8 021847 bbit0 lestate_encryption ,le_ack_unenc 
+0x55b9 021848 call load_sk 
+0x55ba 021849 call le_decrypt 
+0x55bb 021850 nrtn blank 
+:      021851 le_ack_unenc:
+0x55bc 021852 fetcht 1 ,mem_le_arq 
+0x55bd 021853 setflip nesn ,temp 
+0x55be 021854 storet 1 ,mem_le_arq 
+0x55bf 021855 rtn 
+:      021858 le_check_wak:
+0x55c0 021859 bpatchx patch2b_3 ,mem_patch2b 
+0x55c1 021860 fetcht 1 ,mem_le_arq 
+0x55c2 021861 isolate0 wak ,temp 
+0x55c3 021862 rtn true 
+0x55c4 021863 fetch 1 ,mem_le_rxbuf 
+0x55c5 021864 lshift pdata ,pdata 
+0x55c6 021865 ixor temp ,pdata 
+0x55c7 021866 rtnbit0 sn 
+0x55c8 021867 set0 wak ,temp 
+0x55c9 021868 setflip sn ,temp 
+0x55ca 021869 storet 1 ,mem_le_arq 
+0x55cb 021870 compare 3 ,temp ,3 
+0x55cc 021871 nrtn true 
+0x55cd 021872 fetch 1 ,mem_le_txpayload 
+0x55ce 021873 beq ll_start_enc_req ,le_set_enc 
+0x55cf 021874 fetch 1 ,mem_le_enc_state 
+0x55d0 021875 beq flag_le_enc_pause ,le_clear_enc 
+0x55d1 021876 rtn 
+:      021879 le_set_enc:
+0x55d2 021880 fetch 1 ,mem_le_state 
+0x55d3 021881 set1 lestate_encryption ,pdata 
+0x55d4 021882 store 1 ,mem_le_state 
+0x55d5 021883 rtn 
+:      021885 le_clear_enc:
+0x55d6 021886 bpatchx patch2b_4 ,mem_patch2b 
+0x55d7 021887 jam flag_le_enc_null ,mem_le_enc_state 
+0x55d8 021888 arg 0 ,pdata 
+0x55d9 021889 store 4 ,mem_le_last_mic 
+0x55da 021890 store 5 ,mem_le_pcnt_tx 
+0x55db 021891 set1 39 ,pdata 
+0x55dc 021892 store 5 ,mem_le_pcnt_rx 
+0x55dd 021893 fetch 1 ,mem_le_state 
+0x55de 021894 set0 lestate_encryption ,pdata 
+0x55df 021895 store 1 ,mem_le_state 
+0x55e0 021896 rtn 
+:      021899 le_wait_adv:
+0x55e1 021900 bpatchx patch2b_5 ,mem_patch2b 
+0x55e2 021901 call le_next_adv_channel 
+0x55e3 021902 call le_receive_adv 
+0x55e4 021903 fetch 1 ,mem_le_adv_waitcnt 
+0x55e5 021904 increase 1 ,pdata 
+0x55e6 021905 store 1 ,mem_le_adv_waitcnt 
+0x55e7 021906 rtn 
+:      021909 le_scan:
+0x55e8 021910 bpatchx patch2b_6 ,mem_patch2b 
+0x55e9 021911 fetch 1 ,mem_le_scan_enable 
+0x55ea 021912 rtnne le_scan_enable 
+0x55eb 021913 arg le_scan_interval_timer ,queue 
+0x55ec 021914 call timer_check 
+0x55ed 021915 nrtn blank 
+0x55ee 021916 fetch 2 ,mem_le_scan_interval 
+0x55ef 021917 fetcht 2 ,mem_le_scan_window 
+0x55f0 021918 isub temp ,pdata 
+0x55f1 021919 arg le_scan_interval_timer ,queue 
+0x55f2 021920 call timer_init 
+0x55f3 021921 disable master 
+0x55f4 021922 call le_init_adv 
+0x55f5 021923 call le_wait_adv 
+0x55f6 021924 nrtn match 
+0x55f7 021925 bpatchx patch2b_7 ,mem_patch2b 
+0x55f8 021926 fetch 6 ,mem_le_rxbuf + 2 
+0x55f9 021927 store 6 ,mem_le_plap 
+0x55fa 021930 fetch 1 ,mem_le_adv_rcv 
+0x55fb 021931 increase 1 ,pdata 
+0x55fc 021932 store 1 ,mem_le_adv_rcv 
+0x55fd 021933 call le_create_conn 
+0x55fe 021934 rtn master 
+0x55ff 021935 call le_send_scan_request 
+0x5600 021936 nrtn match 
+0x5601 021937 bpatchx patch2c_0 ,mem_patch2c 
+0x5602 021938 fetch 1 ,mem_le_scanrsp_rcv 
+0x5603 021939 increase 1 ,pdata 
+0x5604 021940 store 1 ,mem_le_scanrsp_rcv 
+0x5605 021941 fetch 9 ,mem_le_rxbuf + 8 
+0x5606 021942 store 9 ,mem_tmp_buffer 
+0x5607 021943 rtn 
+:      021945 le_create_conn:
+0x5608 021946 bpatchx patch2c_1 ,mem_patch2c 
+0x5609 021947 fetch 1 ,mem_cmd_le_create_conn 
+0x560a 021948 rtnne hci_cmd_le_create_conn 
+0x560b 021949 fetch 6 ,mem_le_plap 
+0x560c 021950 fetcht 6 ,mem_le_conn_peer_addr 
+0x560d 021951 isub temp ,null 
+0x560e 021952 nrtn zero 
+0x560f 021953 call context_new 
+0x5610 021954 nrtn zero 
+0x5611 021955 call le_connect_request 
+0x5612 021956 call le_init_master 
+0x5613 021957 bpatchx patch2c_2 ,mem_patch2c 
+0x5614 021958 jam 0 ,mem_hci_cmd 
+0x5615 021959 jam 0 ,mem_le_peer_sca 
+0x5616 021960 jam 0 ,mem_le_scan_enable 
+0x5617 021961 jam 0 ,mem_cmd_le_create_conn 
+0x5618 021962 branch context_save 
+:      021964 le_scan_check_sender_addr_type:
+0x5619 021965 arg 1 ,rega 
+0x561a 021966 fetch 1 ,mem_le_rxbuf 
+0x561b 021967 rtnbit1 le_sender_addr_bit 
+0x561c 021968 arg 0 ,rega 
+0x561d 021969 rtn 
+:      021973 le_prepare_tx:
+0x561e 021974 bpatchx patch2c_3 ,mem_patch2c 
+0x561f 021975 fetch 1 ,mem_le_arq 
+0x5620 021976 rtnbit1 wak 
+0x5621 021977 call le_check_tx_md 
+0x5622 021978 call le_fifo_get_first_tx_ptr 
+0x5623 021979 branch le_send_empty ,blank 
+0x5624 021980 ifetch 1 ,contr 
+0x5625 021981 ifetcht 1 ,contr 
+0x5626 021982 copy temp ,rega 
+0x5627 021983 isub rega ,pdata 
+0x5628 021984 arg le_max_paket_len ,temp 
+0x5629 021985 call not_greater_than 
+0x562a 021986 copy pdata ,temp 
+0x562b 021987 ifetch 1 ,contr 
+0x562c 021988 copy pdata ,type 
+0x562d 021989 copy rega ,pdata 
+0x562e 021990 iadd contr ,contr 
+0x562f 021991 arg mem_le_txpayload ,contw 
+0x5630 021992 copy temp ,loopcnt 
+0x5631 021993 call memcpy 
+0x5632 021994 call le_update_tx_type 
+0x5633 021995 call le_send_packet 
+0x5634 021997 call le_fifo_get_first_tx_ptr 
+0x5635 021998 ifetch 1 ,contr 
+0x5636 021999 copy pdata ,rega 
+0x5637 022000 copy contr ,regc 
+0x5638 022001 ifetcht 1 ,contr 
+0x5639 022002 copy temp ,regb 
+0x563a 022003 isub regb ,pdata 
+0x563b 022004 arg le_max_paket_len ,temp 
+0x563c 022005 call not_greater_than 
+0x563d 022006 iadd regb ,pdata 
+0x563e 022007 istore 1 ,regc 
+0x563f 022008 isub rega ,null 
+0x5640 022009 nrtn zero 
+0x5641 022010 branch le_fifo_release_first_node 
+:      022013 le_check_tx_md:
+0x5642 022014 call le_check_continue 
+0x5643 022015 rtnmark1 mark_ble_tx_md 
+0x5644 022016 fetch 1 ,mem_le_configuration 
+0x5645 022017 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
+0x5646 022018 call le_fifo_get_second_tx_ptr 
+0x5647 022019 branch le_clear_md ,blank 
+0x5648 022020 branch le_set_md 
+:      022023 le_check_continue:
+0x5649 022024 call le_fifo_get_first_tx_ptr 
+0x564a 022025 branch le_clear_md ,blank 
+0x564b 022026 ifetch 1 ,contr 
+0x564c 022027 ifetcht 1 ,contr 
+0x564d 022028 isub temp ,pdata 
+0x564e 022029 sub pdata ,le_max_paket_len ,null 
+0x564f 022030 branch le_clear_md ,positive 
+:      022031 le_set_md:
+0x5650 022032 set1 mark_ble_tx_md ,mark 
+0x5651 022033 rtn 
+:      022035 le_clear_md:
+0x5652 022036 set0 mark_ble_tx_md ,mark 
+0x5653 022037 rtn 
+:      022039 le_update_tx_type:
+0x5654 022040 copy rega ,pdata 
+0x5655 022041 rtn blank 
+0x5656 022042 arg llid_continue ,type 
+0x5657 022043 rtn 
+:      022046 le_att_check_notification_enable:
+0x5658 022047 bpatchx patch2c_4 ,mem_patch2c 
+0x5659 022048 increase 1 ,temp 
+0x565a 022049 call le_att_get_handle_ptr 
+0x565b 022050 increase -2 ,contr 
+0x565c 022051 ifetch 2 ,contr 
+0x565d 022052 arg client_charactertic_configuration ,temp 
+0x565e 022053 isub temp ,null 
+0x565f 022054 nrtn zero 
+0x5660 022055 increase 1 ,contr 
+0x5661 022056 copy contr ,rega 
+0x5662 022057 ifetch 1 ,contr 
+0x5663 022058 rtn 
+:      022061 le_send_empty:
+0x5664 022062 force 0 ,temp 
+0x5665 022063 force 1 ,type 
+:      022065 le_send_packet:
+0x5666 022066 bpatchx patch2c_5 ,mem_patch2c 
+0x5667 022067 storet 1 ,mem_le_txlen 
+0x5668 022068 fetcht 1 ,mem_le_arq 
+0x5669 022069 set1 wak ,temp 
+0x566a 022070 and temp ,0xfc ,pdata 
+0x566b 022071 ior type ,pdata 
+0x566c 022072 store 1 ,mem_le_arq 
+0x566d 022073 and_into 0x1f ,pdata 
+0x566e 022074 isolate1 mark_ble_tx_md ,mark 
+0x566f 022075 setflag true ,md ,pdata 
+0x5670 022076 store 1 ,mem_le_txheader 
+0x5671 022078 fetch 1 ,mem_le_txheader 
+0x5672 022079 compare 1 ,type ,3 
+0x5673 022080 nbranch le_send_no_txlen ,true 
+0x5674 022081 fetch 1 ,mem_le_txlen 
+0x5675 022082 rtn blank 
+:      022083 le_send_no_txlen:
+0x5676 022084 fetch 1 ,mem_le_state 
+0x5677 022085 rtnbit0 lestate_encryption 
+0x5678 022086 call load_sk 
+0x5679 022087 branch le_encrypt 
+:      022090 get_lpm_wake_ble_rx_lock:
+0x567a 022091 arg wake_lock_ble_rx ,queue 
+0x567b 022092 branch lpm_get_wake_lock 
+:      022094 put_lpm_wake_ble_rx_lock:
+0x567c 022095 arg wake_lock_ble_rx ,queue 
+0x567d 022096 branch lpm_put_wake_lock 
+:      022099 le_parse:
+0x567e 022100 bpatchx patch2c_6 ,mem_patch2c 
+0x567f 022101 rtnmark1 mark_old_packet 
+0x5680 022102 call le_fifo_check_full 
+0x5681 022103 nrtn blank 
+0x5682 022104 fetch 1 ,mem_le_rxbuf 
+0x5683 022105 and pdata ,0x3 ,pdata 
+0x5684 022106 store 1 ,mem_le_packet_llid 
+0x5685 022107 ifetch 1 ,contr 
+0x5686 022108 and pdata ,0x1f ,pdata 
+0x5687 022109 store 1 ,mem_le_packet_size 
+0x5688 022110 rtn blank 
+0x5689 022111 copy contr ,pdata 
+0x568a 022112 store 2 ,mem_le_payload_ptr 
+0x568b 022113 fetch 1 ,mem_le_packet_llid 
+0x568c 022114 beq llid_le_ll ,le_parse_ll 
+:      022115 le_parse_l2cap:
+0x568d 022116 call le_check_l2cap_complete 
+0x568e 022117 nbranch get_lpm_wake_ble_rx_lock ,user 
+0x568f 022118 call put_lpm_wake_ble_rx_lock 
+0x5690 022119 fetch 2 ,mem_le_payload_ptr 
+0x5691 022120 copy pdata ,contr 
+0x5692 022121 ifetch 2 ,contr 
+0x5693 022122 store 2 ,mem_le_l2cap_size 
+0x5694 022123 bpatchx patch2c_7 ,mem_patch2c 
+0x5695 022124 ifetch 2 ,contr 
+0x5696 022125 beq le_l2cap_cid_att ,le_parse_att 
+0x5697 022126 beq le_l2cap_cid_smp ,le_parse_smp 
+0x5698 022127 beq le_l2cap_cid_signal ,le_parse_signaling 
+0x5699 022128 rtn 
+:      022131 le_check_l2cap_complete:
+0x569a 022132 fetch 1 ,mem_le_packet_llid 
+0x569b 022133 beq llid_start ,le_check_l2cap_llid_start 
+0x569c 022134 beq llid_continue ,le_check_l2cap_llid_continue 
+0x569d 022135 rtn 
+:      022140 le_check_l2cap_cid_legal:
+0x569e 022141 call enable_user 
+0x569f 022142 arg le_l2cap_cid_att ,temp 
+0x56a0 022143 isub pdata ,null 
+0x56a1 022144 rtn zero 
+0x56a2 022145 arg le_l2cap_cid_signal ,temp 
+0x56a3 022146 isub pdata ,null 
+0x56a4 022147 rtn zero 
+0x56a5 022148 arg le_l2cap_cid_smp ,temp 
+0x56a6 022149 isub pdata ,null 
+0x56a7 022150 rtn zero 
+0x56a8 022151 branch disable_user 
+:      022154 le_check_l2cap_llid_start:
+0x56a9 022155 fetch 2 ,mem_le_payload_ptr 
+0x56aa 022156 copy pdata ,contr 
+0x56ab 022157 ifetch 2 ,contr 
+0x56ac 022158 store 2 ,mem_le_l2cap_size 
+0x56ad 022159 ifetch 2 ,contr 
+0x56ae 022160 call le_check_l2cap_cid_legal 
+0x56af 022161 nrtn user 
+0x56b0 022162 fetcht 1 ,mem_le_packet_size 
+0x56b1 022163 storet 1 ,mem_le_packet_len_recved 
+0x56b2 022164 fetch 2 ,mem_le_l2cap_size 
+0x56b3 022165 increase 4 ,pdata 
+0x56b4 022166 isub temp ,null 
+0x56b5 022167 branch enable_user ,zero 
+0x56b6 022168 fetch 1 ,mem_le_packet_size 
+0x56b7 022169 copy pdata ,loopcnt 
+0x56b8 022170 arg mem_le_l2capbuf ,contw 
+0x56b9 022171 fetch 2 ,mem_le_payload_ptr 
+0x56ba 022172 copy pdata ,contr 
+0x56bb 022173 call memcpy 
+0x56bc 022174 branch disable_user 
+:      022179 le_check_l2cap_continue_legal:
+0x56bd 022180 call enable_user 
+0x56be 022181 fetch 1 ,mem_le_packet_len_recved 
+0x56bf 022182 nrtn blank 
+0x56c0 022183 branch disable_user 
+:      022185 le_check_l2cap_llid_continue:
+0x56c1 022186 call le_check_l2cap_continue_legal 
+0x56c2 022187 nrtn user 
+0x56c3 022188 fetch 1 ,mem_le_packet_len_recved 
+0x56c4 022189 arg mem_le_l2capbuf ,contw 
+0x56c5 022190 iadd contw ,rega 
+0x56c6 022191 fetcht 1 ,mem_le_packet_size 
+0x56c7 022192 iadd temp ,pdata 
+0x56c8 022193 store 1 ,mem_le_packet_len_recved 
+0x56c9 022194 fetch 1 ,mem_le_packet_size 
+0x56ca 022195 copy pdata ,loopcnt 
+0x56cb 022196 copy rega ,contw 
+0x56cc 022197 fetch 2 ,mem_le_payload_ptr 
+0x56cd 022198 copy pdata ,contr 
+0x56ce 022199 call memcpy_fast 
+0x56cf 022200 setarg mem_le_l2capbuf 
+0x56d0 022201 store 2 ,mem_le_payload_ptr 
+0x56d1 022202 fetch 2 ,mem_le_l2cap_size 
+0x56d2 022203 increase 4 ,pdata 
+0x56d3 022204 fetcht 1 ,mem_le_packet_len_recved 
+0x56d4 022205 isub temp ,null 
+0x56d5 022206 branch enable_user ,zero 
+0x56d6 022207 branch disable_user 
+:      022213 le_get_search_att_type:
+0x56d7 022214 call store_contr 
+0x56d8 022215 arg mem_le_search_att_type_length ,contw 
+:      022216 le_get_search_common:
+0x56d9 022217 fetch 2 ,mem_le_l2cap_size 
+0x56da 022218 increase -5 ,pdata 
+:      022219 le_get_search_common2:
+0x56db 022220 istore 1 ,contw 
+0x56dc 022221 copy pdata ,loopcnt 
+0x56dd 022222 call get_contr 
+0x56de 022223 branch memcpy_fast 
+:      022225 le_get_search_att_uuid:
+0x56df 022226 call store_contr 
+0x56e0 022227 arg mem_le_search_uuid_length ,contw 
+0x56e1 022228 branch le_get_search_common 
+:      022232 le_writeatt_cb:
+0x56e2 022233 fetch 2 ,mem_cb_att_write 
+0x56e3 022234 branch callback_func 
+:      022236 le_supervision_update:
+0x56e4 022237 fetcht 4 ,mem_le_supervision_timer 
+0x56e5 022238 call get_clkbt 
+0x56e6 022239 isub temp ,timeup 
+0x56e7 022240 deposit timeup 
+0x56e8 022241 fetcht 2 ,mem_le_superto 
+0x56e9 022242 lshift4 temp ,temp 
+0x56ea 022243 lshift temp ,temp 
+0x56eb 022244 isub temp ,pdata 
+0x56ec 022245 rtn 
+:      022247 le_supervision_flush:
+0x56ed 022248 call get_clkbt 
+0x56ee 022249 store 4 ,mem_le_supervision_timer 
+0x56ef 022250 rtn 
+:      022253 le_adv:
+0x56f0 022254 jam 36 ,mem_le_ch_mapped 
+0x56f1 022255 jam 0 ,mem_le_adv_channel_map_temp 
+:      022256 le_adv_loop:
+0x56f2 022257 bpatchx patch2d_0 ,mem_patch2d 
+0x56f3 022258 fetch 1 ,mem_le_adv_enable 
+0x56f4 022259 rtn blank 
+0x56f5 022260 arg le_adv_interval_timer ,queue 
+0x56f6 022261 call timer_check 
+0x56f7 022262 nrtn blank 
+0x56f8 022263 bpatchx patch2d_1 ,mem_patch2d 
+:      022264 le_adv_loop_tx:
+0x56f9 022265 disable master 
+0x56fa 022266 enable swfine 
+0x56fb 022267 call le_init_adv 
+0x56fc 022268 call le_next_adv_channel 
+0x56fd 022269 call le_send_adv_ind 
+0x56fe 022270 nbranch le_adv_not_match ,match 
+0x56ff 022271 fetch 1 ,mem_le_req_rcv 
+0x5700 022272 increase 1 ,pdata 
+0x5701 022273 store 1 ,mem_le_req_rcv 
+0x5702 022274 fetch 1 ,mem_le_rxbuf 
+0x5703 022275 and pdata ,0x0f ,pdata 
+0x5704 022276 beq scan_req ,le_send_scan_response 
+0x5705 022277 beq connect_req ,le_parse_connect_req 
+:      022278 le_adv_not_match:
+0x5706 022279 bpatchx patch2d_2 ,mem_patch2d 
+0x5707 022280 random pdata 
+0x5708 022281 arg 0x1ff ,temp 
+0x5709 022282 iand temp ,pdata 
+0x570a 022283 add pdata ,250 ,pdata 
+0x570b 022284 call delay 
+0x570c 022285 fetch 1 ,mem_le_adv_channel_map_temp 
+0x570d 022286 fetcht 1 ,mem_le_adv_channel_map 
+0x570e 022287 isub temp ,null 
+0x570f 022288 nbranch le_adv_loop ,zero 
+0x5710 022289 arg le_adv_interval_timer ,queue 
+0x5711 022290 fetch 2 ,mem_le_adv_interval 
+0x5712 022291 branch timer_init 
+:      022294 le_receive_window_size:
+0x5713 022295 bpatchx patch2d_3 ,mem_patch2d 
+0x5714 022296 fetch 1 ,mem_le_peer_sca 
+0x5715 022297 call le_sca_map 
+0x5716 022298 fetch 2 ,mem_le_tsniff 
+0x5717 022299 imul32 temp ,pdata 
+0x5718 022300 arg 375 ,temp 
+0x5719 022301 imul32 temp ,pdata 
+0x571a 022302 arg 100000 ,temp 
+0x571b 022303 idiv temp 
+0x571c 022304 fetch 1 ,mem_le_window_size 
+0x571d 022305 arg 20000 ,temp 
+0x571e 022306 imul32 temp ,pdata 
+0x571f 022307 iadd temp ,pdata 
+0x5720 022308 store 4 ,mem_le_transmit_window 
+0x5721 022309 bpatchx patch2d_4 ,mem_patch2d 
+0x5722 022310 fetch 2 ,mem_rx_window_sniff 
+0x5723 022311 call wait_div_end 
+0x5724 022312 quotient temp 
+0x5725 022313 iadd temp ,pdata 
+0x5726 022314 store 2 ,mem_le_receive_window 
+0x5727 022315 rtn 
+:      022317 le_parse_connect_req:
+0x5728 022318 bpatchx patch2d_5 ,mem_patch2d 
+0x5729 022319 fetch 6 ,mem_le_rxbuf + 8 
+0x572a 022320 fetcht 6 ,mem_le_lap 
+0x572b 022321 isub temp ,null 
+0x572c 022322 nrtn zero 
+0x572d 022323 call le_scan_check_sender_addr_type 
+0x572e 022324 copy rega ,pdata 
+0x572f 022325 store 1 ,mem_le_conn_peer_addr_type 
+0x5730 022326 fetch 7 ,mem_le_rxbuf + 21 
+0x5731 022327 store 7 ,mem_tmp_buffer 
+0x5732 022328 ifetch 8 ,contr 
+0x5733 022329 istore 8 ,contw 
+0x5734 022330 fetch 6 ,mem_le_rxbuf + 2 
+0x5735 022331 store 6 ,mem_le_plap 
+0x5736 022332 increase 6 ,contr 
+0x5737 022333 ifetch 8 ,contr 
+0x5738 022334 store 8 ,mem_le_access 
+0x5739 022335 ifetcht 2 ,contr 
+0x573a 022336 bpatchx patch2d_6 ,mem_patch2d 
+0x573b 022337 lshift2 temp ,temp 
+0x573c 022338 ifetch 2 ,contr 
+0x573d 022339 lshift2 pdata ,pdata 
+0x573e 022340 store 2 ,mem_le_tsniff 
+0x573f 022341 store 4 ,mem_le_anchor 
+0x5740 022342 isub temp ,pdata 
+0x5741 022343 add pdata ,-2 ,clke_bt 
+0x5742 022344 ifetch 9 ,contr 
+0x5743 022345 store 9 ,mem_le_slave_latency 
+0x5744 022346 bpatchx patch2d_7 ,mem_patch2d 
+0x5745 022347 ifetch 1 ,contr 
+0x5746 022348 rshift4 pdata ,temp 
+0x5747 022349 rshift temp ,temp 
+0x5748 022350 storet 1 ,mem_le_peer_sca 
+0x5749 022351 and_into 0x1f ,pdata 
+0x574a 022352 store 1 ,mem_le_hop 
+0x574b 022353 call le_receive_window_size 
+0x574c 022354 call le_calc_channel_map 
+0x574d 022355 call le_init_slave 
+0x574e 022356 call context_new 
+0x574f 022357 nrtn zero 
+0x5750 022358 bpatchx patch2e_0 ,mem_patch2e 
+0x5751 022359 call calc_clke_offset 
+0x5752 022360 call le_l2cap_reset_signaling_identifier 
+0x5753 022361 jam bt_evt_le_connected ,mem_fifo_temp 
+0x5754 022362 call ui_ipc_send_event 
+0x5755 022363 branch context_save 
+:      022366 le_init_attlist_search:
+0x5756 022367 bpatchx patch2e_1 ,mem_patch2e 
+0x5757 022368 fetch 2 ,mem_le_search_handle_start 
+0x5758 022369 iforce regb 
+0x5759 022370 fetch 2 ,mem_le_search_handle_end 
+0x575a 022371 iforce regc 
+0x575b 022372 fetch 2 ,mem_ui_le_uuid_table 
+0x575c 022373 iforce contr 
+0x575d 022374 enable user 
+0x575e 022375 rtn 
+:      022378 le_att_handle_inrange:
+0x575f 022379 ifetch 2 ,contr 
+0x5760 022380 rtn blank 
+0x5761 022381 isub regb ,null 
+0x5762 022382 nrtn positive 
+0x5763 022383 isub regc ,null 
+0x5764 022384 rtn zero 
+0x5765 022385 branch le_att_handle_blank ,positive 
+0x5766 022386 force 1 ,null 
+0x5767 022387 rtn 
+:      022388 le_att_handle_blank:
+0x5768 022389 force 0 ,pdata 
+0x5769 022390 rtn 
+:      022394 le_att_get_handle_ptr:
+0x576a 022395 call le_att_get_handle_ptr2 
+0x576b 022396 branch le_att_get_handle_ptr_found ,zero 
+0x576c 022397 rtn 
+:      022399 le_att_get_handle_ptr2:
+0x576d 022400 bpatchx patch2e_2 ,mem_patch2e 
+0x576e 022401 fetch 2 ,mem_ui_le_uuid_table 
+0x576f 022402 iforce contr 
+:      022403 le_att_get_handle_loop1:
+0x5770 022404 ifetch 2 ,contr 
+0x5771 022405 rtn blank 
+0x5772 022406 isub temp ,null 
+0x5773 022407 rtn zero 
+0x5774 022408 ifetch 1 ,contr 
+0x5775 022409 iadd contr ,contr 
+0x5776 022410 ifetch 1 ,contr 
+0x5777 022411 iadd contr ,contr 
+0x5778 022412 branch le_att_get_handle_loop1 
+:      022413 le_att_get_handle_ptr_found:
+0x5779 022414 ifetch 1 ,contr 
+0x577a 022415 iadd contr ,contr 
+0x577b 022416 rtn 
+:      022420 le_att_get_short_uuid_ptr:
+0x577c 022421 bpatchx patch2e_3 ,mem_patch2e 
+0x577d 022422 fetch 2 ,mem_ui_le_uuid_table 
+0x577e 022423 iforce contr 
+:      022424 le_att_get_short_uuid_loop:
+0x577f 022425 ifetch 2 ,contr 
+0x5780 022426 rtn blank 
+0x5781 022427 ifetch 1 ,contr 
+0x5782 022428 iadd contr ,contr 
+0x5783 022429 increase -2 ,contr 
+0x5784 022430 ifetch 2 ,contr 
+0x5785 022431 isub temp ,null 
+0x5786 022432 rtn zero 
+0x5787 022433 ifetch 1 ,contr 
+0x5788 022434 iadd contr ,contr 
+0x5789 022435 branch le_att_get_short_uuid_loop 
+:      022439 le_att_get_handle_info_from_ptr:
+0x578a 022440 fetch 2 ,mem_le_cur_attlist_start_ptr 
+0x578b 022441 branch le_att_get_handle_info_fast 
+:      022443 le_att_get_handle_info:
+0x578c 022444 bpatchx patch2e_4 ,mem_patch2e 
+0x578d 022445 fetch 2 ,mem_ui_le_uuid_table 
+:      022446 le_att_get_handle_info_fast:
+0x578e 022447 iforce contr 
+0x578f 022448 copy temp ,rega 
+:      022449 le_att_get_handle_loop:
+0x5790 022450 ifetch 2 ,contr 
+0x5791 022451 branch le_att_unfind_handle ,blank 
+0x5792 022452 isub rega ,null 
+0x5793 022453 branch le_att_finded_handle ,zero 
+0x5794 022454 ifetch 1 ,contr 
+0x5795 022455 iadd contr ,contr 
+0x5796 022456 ifetch 1 ,contr 
+0x5797 022457 iadd contr ,contr 
+0x5798 022458 branch le_att_get_handle_loop 
+:      022459 le_att_unfind_handle:
+0x5799 022460 branch disable_blank 
+:      022462 le_att_finded_handle:
+0x579a 022463 ifetch 1 ,contr 
+0x579b 022464 store 1 ,mem_le_cur_uuid_length 
+0x579c 022465 copy pdata ,loopcnt 
+0x579d 022466 arg mem_le_cur_uuid ,contw 
+0x579e 022467 call memcpy_fast 
+0x579f 022468 ifetch 1 ,contr 
+0x57a0 022469 store 1 ,mem_le_curr_att_len 
+0x57a1 022470 call store_contr 
+0x57a2 022471 branch enable_blank 
+:      022474 le_modified_name:
+0x57a3 022475 bpatchx patch2e_5 ,mem_patch2e 
+0x57a4 022476 call le_modified_name_att_list 
+0x57a5 022477 branch le_modified_name_adv 
+:      022479 le_modified_name_att_list:
+0x57a6 022480 arg uuid_chrctr_device_name ,temp 
+0x57a7 022481 call le_att_get_short_uuid_ptr 
+0x57a8 022482 rtn blank 
+0x57a9 022483 ifetch 1 ,contr 
+0x57aa 022484 copy contr ,contw 
+0x57ab 022485 fetcht 1 ,mem_le_name_len 
+0x57ac 022486 copy temp ,loopcnt 
+0x57ad 022487 isub temp ,null 
+0x57ae 022488 nbranch le_name_length_longer_than_att ,positive 
+0x57af 022489 isub temp ,temp 
+0x57b0 022490 arg mem_le_name ,contr 
+0x57b1 022491 call memcpy 
+0x57b2 022492 copy temp ,loopcnt 
+0x57b3 022493 ncall memcpy_empty ,zero 
+0x57b4 022494 rtn 
+:      022495 le_name_length_longer_than_att:
+0x57b5 022496 copy pdata ,loopcnt 
+0x57b6 022497 arg mem_le_name ,contr 
+0x57b7 022498 branch memcpy_fast 
+:      022501 le_modified_name_adv:
+0x57b8 022502 arg mem_le_adv_data_len + 32 ,regc 
+0x57b9 022503 arg mem_le_adv_data ,rega 
+0x57ba 022504 call le_modified_name_adv_and_scan 
+0x57bb 022505 setarg 0 
+0x57bc 022506 setflag user ,0 ,pdata 
+0x57bd 022507 store 1 ,mem_pdatatemp 
+0x57be 022508 arg mem_le_scan_data_len + 32 ,regc 
+0x57bf 022509 arg mem_le_scan_data ,rega 
+0x57c0 022510 call le_modified_name_adv_and_scan 
+0x57c1 022511 rtn user 
+0x57c2 022512 fetch 1 ,mem_pdatatemp 
+0x57c3 022513 branch assert ,blank 
+0x57c4 022514 rtn 
+:      022517 le_modified_name_adv_and_scan:
+0x57c5 022518 bpatchx patch2e_6 ,mem_patch2e 
+0x57c6 022519 call enable_user 
+0x57c7 022520 call clear_temp_block 
+0x57c8 022521 arg 0 ,regb 
+0x57c9 022522 arg mem_le_data_temp ,contw 
+0x57ca 022523 call le_modified_name_adv_loop 
+0x57cb 022524 fetch 1 ,mem_le_name_len 
+0x57cc 022525 add pdata ,1 ,temp 
+0x57cd 022526 iadd regb ,rega 
+0x57ce 022527 increase 2 ,rega 
+0x57cf 022528 sub rega ,0x1f ,null 
+0x57d0 022529 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
+0x57d1 022530 istoret 1 ,contw 
+0x57d2 022531 arg gap_adtype_local_name_complete ,temp 
+0x57d3 022532 istoret 1 ,contw 
+0x57d4 022533 iforce loopcnt 
+0x57d5 022534 call memcpy_fast 
+0x57d6 022535 copy rega ,regb 
+:      022536 le_modified_name_adv_and_scan_store_data:
+0x57d7 022537 deposit regb 
+0x57d8 022538 store 1 ,mem_le_data_len_temp 
+0x57d9 022539 arg mem_le_data_len_temp ,contr 
+0x57da 022540 setarg -32 
+0x57db 022541 iadd regc ,contw 
+0x57dc 022542 branch memcpy32 
+:      022544 le_modified_name_adv_and_scan_name_overflow:
+0x57dd 022545 call disable_user 
+0x57de 022546 branch le_modified_name_adv_and_scan_store_data 
+:      022548 le_modified_name_adv_loop:
+0x57df 022549 ifetch 1 ,rega 
+0x57e0 022550 rtn blank 
+0x57e1 022551 pincrease 1 
+0x57e2 022552 ifetcht 1 ,contr 
+0x57e3 022553 sub temp ,gap_adtype_local_name_complete ,null 
+0x57e4 022554 branch le_modified_name_adv_found_name ,zero 
+0x57e5 022555 iadd regb ,regb 
+0x57e6 022556 copy rega ,contr 
+0x57e7 022557 iforce loopcnt 
+0x57e8 022558 call memcpy_fast 
+0x57e9 022559 copy contr ,rega 
+:      022560 le_modified_name_adv_loop2:
+0x57ea 022561 deposit rega 
+0x57eb 022562 isub regc ,null 
+0x57ec 022563 rtn positive 
+0x57ed 022564 branch le_modified_name_adv_loop 
+:      022566 le_modified_name_adv_found_name:
+0x57ee 022567 iadd rega ,rega 
+0x57ef 022568 branch le_modified_name_adv_loop2 
+:      022571 memcpy_empty:
+0x57f0 022572 setarg space 
+0x57f1 022573 istore 1 ,contw 
+0x57f2 022574 loop memcpy_empty 
+0x57f3 022575 rtn 
+:      022578 le_lpm_set_mult:
+0x57f4 022579 bpatchx patch2e_7 ,mem_patch2e 
+0x57f5 022580 disable wake 
+0x57f6 022581 branch le_lpm_set_mult_attempt ,attempt 
+0x57f7 022582 nbranch le_lpm_lost ,match 
+:      022583 le_lpm_set_mult_attempt:
+0x57f8 022584 call lpm_match 
+0x57f9 022585 fetch 2 ,mem_rx_window_sniff 
+0x57fa 022586 store 2 ,mem_le_receive_window 
+0x57fb 022588 nbranch lpm_mult_short ,match 
+0x57fc 022589 bmark1 mark_old_packet ,lpm_mult_short 
+0x57fd 022591 fetch 1 ,mem_le_packet_size 
+0x57fe 022592 nbranch lpm_mult_short ,blank 
+0x57ff 022593 fetch 1 ,mem_le_txlen 
+0x5800 022594 nbranch lpm_mult_short ,blank 
+0x5801 022596 fetch 1 ,mem_le_configuration 
+0x5802 022597 bbit1 bit_ble_short_mult ,lpm_mult_short 
+0x5803 022599 fetch 1 ,mem_le_state 
+0x5804 022600 bbit1 lestate_update_param ,lpm_mult_short 
+0x5805 022601 branch lpm_mult_wait_timeout 
+:      022603 le_lpm_lost:
+0x5806 022604 fetcht 2 ,mem_rx_window_sniff 
+0x5807 022605 rshift temp ,temp 
+0x5808 022606 fetch 2 ,mem_le_receive_window 
+0x5809 022607 iadd temp ,pdata 
+0x580a 022608 store 2 ,mem_le_receive_window 
+0x580b 022609 branch lpm_lost 
+:      022612 le_set_config_fixed_tk:
+0x580c 022613 arg bit_ble_passkey_fixed_key ,queue 
+0x580d 022614 branch le_set_config 
+:      022616 le_clr_config_fixed_tk:
+0x580e 022617 arg bit_ble_passkey_fixed_key ,queue 
+0x580f 022618 branch le_clr_config 
+:      022620 le_set_config_fixed_ltk:
+0x5810 022621 arg bit_ble_pairing_fixed_ltk ,queue 
+0x5811 022622 branch le_set_config 
+:      022624 le_clr_config_fixed_ltk:
+0x5812 022625 arg bit_ble_pairing_fixed_ltk ,queue 
+0x5813 022626 branch le_clr_config 
+:      022628 le_set_config_more_data:
+0x5814 022629 arg bit_ble_transmit_packet_by_md ,queue 
+0x5815 022630 branch le_set_config 
+:      022632 le_clr_config_more_data:
+0x5816 022633 arg bit_ble_transmit_packet_by_md ,queue 
+0x5817 022634 branch le_clr_config 
+:      022636 le_set_config_read_authentication:
+0x5818 022637 arg bit_ble_read_auth ,queue 
+0x5819 022638 branch le_set_config 
+:      022640 le_clr_config_read_authentication:
+0x581a 022641 arg bit_ble_read_auth ,queue 
+0x581b 022642 branch le_clr_config 
+:      022644 le_set_config_write_authentication:
+0x581c 022645 arg bit_ble_write_auth ,queue 
+0x581d 022646 branch le_set_config 
+:      022648 le_clr_config_write_authentication:
+0x581e 022649 arg bit_ble_write_auth ,queue 
+0x581f 022650 branch le_clr_config 
+:      022652 le_set_config_short_mult:
+0x5820 022653 arg bit_ble_short_mult ,queue 
+0x5821 022654 branch le_set_config 
+:      022656 le_clr_config_short_mult:
+0x5822 022657 arg bit_ble_short_mult ,queue 
+0x5823 022658 branch le_clr_config 
+:      022661 le_set_config:
+0x5824 022662 fetch 1 ,mem_le_configuration 
+0x5825 022663 qset1 pdata 
+0x5826 022664 store 1 ,mem_le_configuration 
+0x5827 022665 rtn 
+:      022667 le_clr_config:
+0x5828 022668 fetch 1 ,mem_le_configuration 
+0x5829 022669 qset0 pdata 
+0x582a 022670 store 1 ,mem_le_configuration 
+0x582b 022671 rtn 
+:      022673 le_set_fixed_ltk:
+0x582c 022674 setarg 0x112233 
+0x582d 022675 store 3 ,mem_le_fixed_ltk 
+0x582e 022676 setarg 0x445566 
+0x582f 022677 istore 3 ,contw 
+0x5830 022678 setarg 0x778899 
+0x5831 022679 istore 3 ,contw 
+0x5832 022680 setarg 0x001122 
+0x5833 022681 istore 3 ,contw 
+0x5834 022682 setarg 0x334455 
+0x5835 022683 istore 3 ,contw 
+0x5836 022684 setarg 0x66 
+0x5837 022685 istore 1 ,contw 
+0x5838 022686 rtn 
+:      022689 le_set_justwork:
+0x5839 022690 setarg 0x01000302 
+0x583a 022691 store 4 ,mem_le_pres 
+0x583b 022692 setarg 0x010010 
+0x583c 022693 store 3 ,mem_le_pres_max_keysize 
+0x583d 022694 jam 1 ,mem_le_pairing_mode 
+0x583e 022695 rtn 
+:      022699 le_fifo_malloc_tx_empty:
+0x583f 022700 arg 0 ,rega 
+0x5840 022701 arg llid_empty ,type 
+0x5841 022702 branch le_fifo_malloc_tx 
+:      022706 le_fifo_malloc_tx_ll:
+0x5842 022707 arg llid_le_ll ,type 
+0x5843 022708 call le_fifo_malloc_tx 
+0x5844 022709 copy regb ,pdata 
+0x5845 022710 istore 1 ,contw 
+0x5846 022711 rtn 
+:      022715 le_fifo_malloc_tx_l2cap:
+0x5847 022716 force llid_l2cap_start ,type 
+0x5848 022717 increase 4 ,rega 
+0x5849 022718 call le_fifo_malloc_tx 
+0x584a 022719 increase -4 ,rega 
+0x584b 022720 copy rega ,pdata 
+0x584c 022721 istore 2 ,contw 
+0x584d 022722 copy regb ,pdata 
+0x584e 022723 istore 2 ,contw 
+0x584f 022724 rtn 
+:      022728 le_fifo_malloc_tx:
+0x5850 022729 sub rega ,240 ,null 
+0x5851 022730 nbranch assert ,positive 
+0x5852 022731 fetch 1 ,mem_le_tx_buff_used 
+0x5853 022732 arg 1 ,temp 
+0x5854 022733 arg le_tx_buff_count ,loopcnt 
+:      022734 le_fifo_malloc_tx_loop:
+0x5855 022735 iand temp ,null 
+0x5856 022736 branch le_fifo_malloc_tx_got_empty ,zero 
+0x5857 022737 lshift temp ,temp 
+0x5858 022738 loop le_fifo_malloc_tx_loop 
+0x5859 022739 branch assert 
+:      022740 le_fifo_malloc_tx_got_empty:
+0x585a 022741 ixor temp ,pdata 
+0x585b 022742 store 1 ,mem_le_tx_buff_used 
+0x585c 022743 sub loopcnt ,le_tx_buff_count ,pdata 
+0x585d 022744 lshift4 pdata ,pdata 
+0x585e 022745 lshift4 pdata ,pdata 
+0x585f 022746 arg mem_le_tx_buffer0 ,temp 
+0x5860 022747 iadd temp ,temp 
+:      022748 le_fifo_tx_find_empty_ptr:
+0x5861 022749 arg 0 ,loopcnt 
+0x5862 022750 arg mem_le_tx_ptr0 ,contr 
+:      022751 le_fifo_tx_find_empty_ptr_loop:
+0x5863 022752 ifetch 2 ,contr 
+0x5864 022753 branch le_fifo_tx_found_empty_ptr ,blank 
+0x5865 022754 copy loopcnt ,pdata 
+0x5866 022755 increase 1 ,loopcnt 
+0x5867 022756 bne le_tx_buff_count ,le_fifo_tx_find_empty_ptr_loop 
+0x5868 022757 branch assert 
+:      022760 le_fifo_tx_found_empty_ptr:
+0x5869 022761 increase -2 ,contr 
+0x586a 022762 istoret 2 ,contr 
+0x586b 022763 copy temp ,contw 
+0x586c 022764 copy rega ,pdata 
+0x586d 022765 istore 1 ,contw 
+0x586e 022766 setarg 0 
+0x586f 022767 istore 1 ,contw 
+0x5870 022768 copy type ,pdata 
+0x5871 022769 istore 1 ,contw 
+0x5872 022770 rtn 
+:      022774 le_fifo_get_first_tx_ptr:
+0x5873 022775 fetch 2 ,mem_le_tx_ptr0 
+0x5874 022776 copy pdata ,contr 
+0x5875 022777 rtn 
+:      022779 le_fifo_get_second_tx_ptr:
+0x5876 022780 fetch 2 ,mem_le_tx_ptr1 
+0x5877 022781 copy pdata ,contr 
+0x5878 022782 rtn 
+:      022784 le_fifo_get_last_tx_ptr:
+0x5879 022785 call le_fifo_get_last_tx_ptr0 
+0x587a 022786 copy pdata ,contr 
+0x587b 022787 rtn 
+:      022788 le_fifo_get_last_tx_ptr0:
+0x587c 022789 fetch 2 ,mem_le_tx_ptr3 
+0x587d 022790 nrtn blank 
+0x587e 022791 fetch 2 ,mem_le_tx_ptr2 
+0x587f 022792 nrtn blank 
+0x5880 022793 fetch 2 ,mem_le_tx_ptr1 
+0x5881 022794 nrtn blank 
+0x5882 022795 fetch 2 ,mem_le_tx_ptr0 
+0x5883 022796 rtn 
+:      022798 le_fifo_get_first_l2cap_ptr:
+0x5884 022799 call le_fifo_get_first_tx_ptr 
+0x5885 022800 increase 3 ,contr 
+0x5886 022801 rtn 
+:      022803 le_fifo_get_first_att_ptr:
+0x5887 022804 call le_fifo_get_first_tx_ptr 
+0x5888 022805 increase 7 ,contr 
+0x5889 022806 rtn 
+:      022808 le_fifo_get_last_att_ptr:
+0x588a 022809 call le_fifo_get_last_tx_ptr 
+0x588b 022810 increase 7 ,contr 
+0x588c 022811 rtn 
+:      022813 le_fifo_get_last_l2cap_ptr:
+0x588d 022814 call le_fifo_get_last_tx_ptr 
+0x588e 022815 increase 3 ,contr 
+0x588f 022816 rtn 
+:      022820 le_fifo_check_full:
+0x5890 022821 fetch 2 ,mem_le_tx_ptr3 
+0x5891 022822 rtn 
+:      022825 le_fifo_check_nearly_full:
+0x5892 022826 fetch 2 ,mem_le_tx_ptr2 
+0x5893 022827 rtn 
+:      022830 le_fifo_check_empty:
+0x5894 022831 fetch 2 ,mem_le_tx_ptr0 
+0x5895 022832 rtn 
+:      022835 le_fifo_release_first_node:
+0x5896 022836 fetch 2 ,mem_le_tx_ptr0 
+0x5897 022837 arg mem_le_tx_buffer0 ,temp 
+0x5898 022838 isub temp ,pdata 
+0x5899 022839 rshift4 pdata ,pdata 
+0x589a 022840 rshift4 pdata ,queue 
+0x589b 022841 fetch 1 ,mem_le_tx_buff_used 
+0x589c 022842 qset0 pdata 
+0x589d 022843 store 1 ,mem_le_tx_buff_used 
+0x589e 022844 arg 0 ,loopcnt 
+:      022845 le_fifo_release_first_node_loop:
+0x589f 022846 lshift loopcnt ,pdata 
+0x58a0 022847 arg mem_le_tx_ptr1 ,temp 
+0x58a1 022848 iadd temp ,temp 
+0x58a2 022849 ifetch 2 ,temp 
+0x58a3 022850 increase -2 ,temp 
+0x58a4 022851 istore 2 ,temp 
+0x58a5 022852 copy loopcnt ,pdata 
+0x58a6 022853 increase 1 ,loopcnt 
+0x58a7 022854 bne le_tx_buff_update_loopcnt ,le_fifo_release_first_node_loop 
+0x58a8 022855 setarg 0 
+0x58a9 022856 istore 2 ,temp 
+0x58aa 022857 rtn 
+:      022863 le_parse_att:
+0x58ab 022864 ifetch 3 ,contr 
+0x58ac 022865 store 3 ,mem_le_att_opcode 
+0x58ad 022866 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+0x58ae 022867 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
+0x58af 022868 beq attop_find_information_request ,le_parse_att_find_information_request 
+0x58b0 022869 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
+0x58b1 022870 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
+0x58b2 022871 beq attop_read_request ,le_parse_att_read_request 
+0x58b3 022872 beq attop_read_blob_request ,le_parse_att_read_blob_request 
+0x58b4 022873 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
+0x58b5 022874 beq attop_write_request ,le_parse_att_write_request 
+0x58b6 022875 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
+0x58b7 022876 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+0x58b8 022877 beq attop_write_command ,le_parse_att_write_command 
+0x58b9 022878 rtn 
+:      022881 le_send_att_exchange_mtu_requset:
+0x58ba 022882 force 3 ,rega 
+0x58bb 022883 call le_fifo_malloc_tx_l2cap_gatt 
+0x58bc 022884 setarg attop_exchange_mtu_request 
+0x58bd 022885 istore 1 ,contw 
+0x58be 022886 fetch 2 ,mem_le_local_mtu 
+0x58bf 022887 istore 2 ,contw 
+0x58c0 022888 rtn 
+:      022891 le_parse_att_exchange_mtu_request:
+0x58c1 022892 call le_parse_att_exchange_mtu_response 
+:      022893 le_send_att_exchange_mtu_response:
+0x58c2 022894 force 3 ,rega 
+0x58c3 022895 call le_fifo_malloc_tx_l2cap_gatt 
+0x58c4 022896 setarg attop_exchange_mtu_response 
+0x58c5 022897 istore 1 ,contw 
+0x58c6 022898 fetch 2 ,mem_le_local_mtu 
+0x58c7 022899 istore 2 ,contw 
+0x58c8 022900 rtn 
+:      022902 le_parse_att_exchange_mtu_response:
+0x58c9 022903 rshift8 pdata ,pdata 
+0x58ca 022904 store 2 ,mem_le_remote_mtu 
+0x58cb 022905 rtn 
+:      022907 le_parse_att_find_information_request:
+0x58cc 022908 call le_get_search_handle_start_end_common 
+0x58cd 022909 call enable_user 
+0x58ce 022910 branch le_send_att_find_information_response 
+:      022912 le_send_att_find_information_response:
+0x58cf 022913 arg 3 ,timeup 
+0x58d0 022914 call le_init_attlist_search 
+:      022915 le_send_att_find_information_res_loop:
+0x58d1 022916 call le_att_handle_inrange 
+0x58d2 022917 branch le_send_att_find_information_res_end ,blank 
+0x58d3 022918 nbranch le_send_att_find_information_res_next ,positive 
+0x58d4 022919 increase -2 ,contr 
+0x58d5 022920 call store_contr 
+0x58d6 022921 call get_contw 
+0x58d7 022922 nbranch le_send_att_find_information_res_store_info ,user 
+0x58d8 022923 call push_stack_rega_b_c 
+0x58d9 022924 call disable_user 
+0x58da 022925 force 20 ,rega 
+0x58db 022926 call le_fifo_malloc_tx_l2cap_gatt 
+0x58dc 022927 call pop_stack_rega_b_c 
+0x58dd 022928 setarg attop_find_information_response 
+0x58de 022929 istore 1 ,contw 
+0x58df 022930 setarg uuid_size_16bit 
+0x58e0 022931 istore 1 ,contw 
+:      022932 le_send_att_find_information_res_store_info:
+0x58e1 022933 call get_contr 
+0x58e2 022934 ifetch 2 ,contr 
+0x58e3 022935 istore 2 ,contw 
+0x58e4 022936 ifetch 1 ,contr 
+0x58e5 022937 copy pdata ,loopcnt 
+0x58e6 022938 call memcpy 
+0x58e7 022939 call store_contw 
+0x58e8 022940 increase -1 ,timeup 
+0x58e9 022941 branch le_send_att_find_information_res_end ,zero 
+:      022942 le_send_att_find_information_res_cont:
+0x58ea 022943 ifetch 1 ,contr 
+0x58eb 022944 iadd contr ,contr 
+0x58ec 022945 branch le_send_att_find_information_res_loop 
+:      022946 le_send_att_find_information_res_next:
+0x58ed 022947 ifetch 1 ,contr 
+0x58ee 022948 iadd contr ,contr 
+0x58ef 022949 branch le_send_att_find_information_res_cont 
+:      022950 le_send_att_find_information_res_end:
+0x58f0 022951 branch le_send_att_error_response_notfound ,user 
+0x58f1 022952 branch le_send_auto_len_by_mem 
+:      022955 le_parse_att_find_by_type_value_request:
+0x58f2 022956 call le_get_search_handle_start_end_common 
+0x58f3 022957 ifetch 2 ,contr 
+0x58f4 022958 store 2 ,mem_le_search_uuid 
+0x58f5 022959 call store_contr 
+0x58f6 022960 arg mem_le_search_att_type_length ,contw 
+0x58f7 022961 fetch 2 ,mem_le_l2cap_size 
+0x58f8 022962 increase -7 ,pdata 
+0x58f9 022963 call le_get_search_common2 
+0x58fa 022964 branch le_send_att_find_by_type_value_response 
+:      022967 le_start_end_handle_check_1:
+0x58fb 022968 disable user 
+0x58fc 022969 fetcht 2 ,mem_le_search_handle_start 
+0x58fd 022970 fetch 2 ,mem_le_search_handle_end 
+0x58fe 022971 isub temp ,null 
+0x58ff 022972 nbranch le_start_end_handle_check_1_fail ,positive 
+0x5900 022973 deposit temp 
+0x5901 022974 rtnne 0 
+:      022975 le_start_end_handle_check_1_fail:
+0x5902 022976 enable user 
+0x5903 022977 jam att_err_invalid_handle ,mem_le_err_code 
+0x5904 022978 branch le_send_att_error_response 
+:      022981 le_send_att_find_by_type_value_response:
+0x5905 022982 call le_start_end_handle_check_1 
+0x5906 022983 rtn user 
+0x5907 022984 fetcht 2 ,mem_le_search_uuid 
+0x5908 022985 setarg uuid_gatt_primary_service 
+0x5909 022986 isub temp ,null 
+0x590a 022987 branch le_send_att_find_by_type_value_res_primary ,zero 
+0x590b 022988 branch le_send_att_error_response_notfound 
+:      022991 le_send_att_find_by_type_value_res_primary:
+0x590c 022992 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
+0x590d 022993 fetcht 2 ,mem_le_search_handle_start 
+0x590e 022994 storet 2 ,mem_temp 
+0x590f 022995 call le_att_get_handle_info 
+0x5910 022996 nbranch le_send_att_error_response_notfound ,blank 
+:      022997 le_send_att_find_primary_search_loop:
+0x5911 022998 fetcht 2 ,mem_temp 
+0x5912 022999 call le_att_get_handle_info 
+0x5913 023000 nbranch le_send_att_error_response_notfound2 ,blank 
+0x5914 023001 copy contr ,rega 
+0x5915 023002 fetch 1 ,mem_le_curr_att_len 
+0x5916 023003 copy pdata ,loopcnt 
+0x5917 023004 fetcht 1 ,mem_le_search_att_type_length 
+0x5918 023005 isub temp ,null 
+0x5919 023006 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x591a 023007 arg mem_le_search_att_type ,regb 
+0x591b 023008 call string_compare 
+0x591c 023010 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
+0x591d 023012 fetch 2 ,mem_le_cur_uuid 
+0x591e 023013 fetcht 2 ,mem_le_search_uuid 
+0x591f 023014 isub temp ,null 
+0x5920 023015 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
+:      023016 le_send_att_find_primary_search_loop1:
+0x5921 023017 fetch 2 ,mem_temp 
+0x5922 023018 increase 1 ,pdata 
+0x5923 023019 store 2 ,mem_temp 
+0x5924 023020 branch le_send_att_find_primary_search_loop 
+:      023022 le_send_att_error_response_notfound2:
+0x5925 023023 fetch 1 ,mem_le_search_res 
+0x5926 023024 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
+0x5927 023025 branch le_send_att_error_response_notfound 
+:      023028 le_send_att_find_primary_search_end_start_handle_found:
+0x5928 023029 fetch 2 ,mem_le_cur_uuid 
+0x5929 023030 fetcht 2 ,mem_le_search_uuid 
+0x592a 023031 isub temp ,null 
+0x592b 023032 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x592c 023033 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
+0x592d 023035 fetcht 2 ,mem_temp 
+0x592e 023036 storet 2 ,mem_le_cur_handle_start 
+0x592f 023037 branch le_send_att_find_primary_search_loop1 
+:      023039 le_send_att_find_primary_search_end_ending_handle_found:
+0x5930 023040 fetch 1 ,mem_le_search_res 
+0x5931 023041 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
+0x5932 023042 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
+0x5933 023043 fetcht 2 ,mem_temp 
+0x5934 023044 increase -1 ,temp 
+0x5935 023045 storet 2 ,mem_le_cur_handle_end 
+:      023047 le_send_att_find_primary_search_end:
+0x5936 023048 arg 5 ,rega 
+0x5937 023049 call le_fifo_malloc_tx_l2cap_gatt 
+0x5938 023050 setarg attop_find_by_type_value_response 
+0x5939 023051 istore 1 ,contw 
+0x593a 023052 fetch 2 ,mem_le_cur_handle_start 
+0x593b 023053 istore 2 ,contw 
+0x593c 023054 fetch 2 ,mem_le_cur_handle_end 
+0x593d 023055 istore 2 ,contw 
+0x593e 023056 rtn 
+:      023060 le_parse_att_read_by_type_request:
+0x593f 023061 call le_get_search_handle_start_end_common 
+0x5940 023062 call le_get_search_att_uuid 
+0x5941 023063 branch le_send_att_read_by_type_response 
+:      023065 le_send_att_read_by_type_response:
+0x5942 023066 fetcht 2 ,mem_le_search_handle_start 
+0x5943 023067 storet 2 ,mem_temp 
+0x5944 023068 call le_init_attlist_search 
+0x5945 023069 call le_att_get_handle_ptr2 
+0x5946 023070 increase -2 ,contr 
+0x5947 023071 copy contr ,pdata 
+0x5948 023072 store 2 ,mem_le_cur_attlist_start_ptr 
+0x5949 023074 fetcht 2 ,mem_le_search_uuid 
+0x594a 023075 setarg uuid_chrctr_device_name 
+0x594b 023076 isub temp ,null 
+0x594c 023077 branch le_send_att_read_by_type_res_device_name ,zero 
+0x594d 023078 setarg uuid_gatt_characteristic 
+0x594e 023079 isub temp ,null 
+0x594f 023080 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
+0x5950 023081 arg 2 ,timeup 
+:      023082 le_send_att_read_by_type_response_loop:
+0x5951 023083 call le_att_check_handle_end 
+0x5952 023084 nbranch le_send_att_read_by_type_response_end ,positive 
+0x5953 023085 fetcht 2 ,mem_temp 
+0x5954 023086 call le_att_get_handle_info_from_ptr 
+0x5955 023087 beq 1 ,le_send_att_read_by_type_response_end 
+0x5956 023088 call le_att_same_uuid 
+0x5957 023089 nbranch le_send_att_read_by_type_response_next_handle ,zero 
+0x5958 023090 nbranch le_send_att_read_by_type_res_found_next ,user 
+0x5959 023091 disable user 
+0x595a 023092 arg 20 ,rega 
+0x595b 023093 call le_fifo_malloc_tx_l2cap_gatt 
+0x595c 023094 setarg attop_read_by_type_response 
+0x595d 023095 istore 1 ,contw 
+0x595e 023096 copy contw ,alarm 
+0x595f 023097 increase 1 ,contw 
+0x5960 023099 call le_send_att_read_by_type_write_properties 
+0x5961 023100 call le_att_next_handle 
+0x5962 023101 call le_att_get_handle_info_from_ptr 
+0x5963 023102 call le_send_att_read_by_type_write_uuid 
+0x5964 023103 fetch 1 ,mem_le_cur_uuid_length 
+0x5965 023104 increase 5 ,pdata 
+0x5966 023105 istore 1 ,alarm 
+0x5967 023106 fetch 1 ,mem_le_cur_uuid_length 
+0x5968 023107 beq 16 ,le_send_att_read_by_type_response_end 
+0x5969 023108 increase -1 ,timeup 
+0x596a 023109 branch le_send_att_read_by_type_response_end ,zero 
+:      023110 le_send_att_read_by_type_response_next_handle:
+0x596b 023111 call le_att_next_handle 
+0x596c 023112 branch le_send_att_read_by_type_response_loop 
+:      023113 le_send_att_read_by_type_response_end:
+0x596d 023114 branch le_send_att_error_response_notfound ,user 
+0x596e 023115 branch le_send_auto_len_by_mem 
+:      023117 le_send_att_read_by_type_res_found_next:
+0x596f 023118 call le_store_att_record 
+0x5970 023119 call le_att_next_handle 
+0x5971 023120 call le_att_get_handle_info_from_ptr 
+0x5972 023121 fetch 1 ,mem_le_cur_uuid_length 
+0x5973 023122 beq 16 ,le_send_att_read_by_type_response_end 
+0x5974 023124 call get_contw 
+0x5975 023125 fetch 2 ,mem_temp 
+0x5976 023126 increase -1 ,pdata 
+0x5977 023127 istore 2 ,contw 
+0x5978 023128 call le_write_att_record_common 
+0x5979 023129 call le_send_att_read_by_type_write_uuid 
+0x597a 023130 increase -1 ,timeup 
+0x597b 023131 branch le_send_att_read_by_type_response_end ,zero 
+0x597c 023132 branch le_send_att_read_by_type_response_next_handle 
+:      023135 le_send_att_read_by_type_write_properties:
+0x597d 023136 fetch 2 ,mem_temp 
+0x597e 023137 istore 2 ,contw 
+0x597f 023139 fetch 1 ,mem_le_curr_att_len 
+0x5980 023140 copy pdata ,loopcnt 
+0x5981 023141 call get_contr 
+0x5982 023142 call memcpy_fast 
+0x5983 023143 branch store_contw 
+:      023144 le_send_att_read_by_type_write_uuid:
+0x5984 023145 call get_contw 
+0x5985 023146 fetch 2 ,mem_temp 
+0x5986 023147 istore 2 ,contw 
+0x5987 023148 call store_contw 
+0x5988 023149 fetch 1 ,mem_le_cur_uuid_length 
+0x5989 023150 copy pdata ,loopcnt 
+0x598a 023151 call get_contw 
+0x598b 023152 call get_contr 
+0x598c 023153 isub loopcnt ,contr 
+0x598d 023154 increase -1 ,contr 
+0x598e 023155 call memcpy_fast 
+0x598f 023156 branch store_contw 
+:      023160 le_send_att_read_by_type_res_not_characteristic:
+0x5990 023161 fetcht 2 ,mem_le_search_handle_start 
+0x5991 023162 storet 2 ,mem_temp 
+:      023163 le_send_att_read_by_type_res_not_char_loop:
+0x5992 023164 call le_att_check_handle_end 
+0x5993 023165 nbranch le_send_att_error_response_notfound ,positive 
+0x5994 023166 call le_att_get_handle_info_from_ptr 
+0x5995 023167 beq 1 ,le_send_att_error_response_notfound 
+0x5996 023168 call le_att_same_uuid 
+0x5997 023169 nbranch le_send_att_read_by_type_res_not_char_next ,zero 
+:      023171 le_send_att_read_by_type_res_not_char_common:
+0x5998 023172 arg 20 ,rega 
+0x5999 023173 call le_fifo_malloc_tx_l2cap_gatt 
+0x599a 023174 setarg attop_read_by_type_response 
+0x599b 023175 istore 1 ,contw 
+0x599c 023176 fetch 1 ,mem_le_curr_att_len 
+0x599d 023177 copy pdata ,loopcnt 
+0x599e 023178 increase 2 ,pdata 
+0x599f 023179 istore 1 ,contw 
+0x59a0 023180 fetch 2 ,mem_temp 
+0x59a1 023181 istore 2 ,contw 
+0x59a2 023182 call get_contr 
+0x59a3 023183 call memcpy_fast 
+0x59a4 023184 call store_contw 
+0x59a5 023185 branch le_send_auto_len_by_mem 
+:      023187 le_send_att_read_by_type_res_not_char_next:
+0x59a6 023188 call le_att_next_handle 
+0x59a7 023189 branch le_send_att_read_by_type_res_not_char_loop 
+:      023192 le_send_att_read_by_type_res_device_name:
+0x59a8 023193 arg uuid_chrctr_device_name ,temp 
+0x59a9 023194 call le_att_get_short_uuid_ptr 
+0x59aa 023195 rtn blank 
+0x59ab 023196 increase -5 ,contr 
+0x59ac 023197 ifetch 2 ,contr 
+0x59ad 023198 store 2 ,mem_temp 
+0x59ae 023199 arg 20 ,rega 
+0x59af 023200 call le_fifo_malloc_tx_l2cap_gatt 
+0x59b0 023201 setarg attop_read_by_type_response 
+0x59b1 023202 istore 1 ,contw 
+0x59b2 023203 fetch 1 ,mem_le_name_len 
+0x59b3 023204 copy pdata ,loopcnt 
+0x59b4 023205 increase 2 ,pdata 
+0x59b5 023206 istore 1 ,contw 
+0x59b6 023207 fetch 2 ,mem_temp 
+0x59b7 023208 istore 2 ,contw 
+0x59b8 023209 arg mem_le_name ,contr 
+0x59b9 023210 call memcpy_fast 
+0x59ba 023211 call store_contw 
+0x59bb 023212 branch le_send_auto_len_by_mem 
+:      023216 le_parse_att_read_request:
+0x59bc 023217 fetcht 2 ,mem_le_att_handle 
+0x59bd 023218 fetch 1 ,mem_le_configuration 
+0x59be 023219 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
+:      023221 le_send_att_read_response:
+0x59bf 023222 call le_att_get_handle_ptr 
+0x59c0 023223 branch le_send_att_error_response_notfound ,blank 
+0x59c1 023224 increase -2 ,contr 
+0x59c2 023225 ifetch 2 ,contr 
+0x59c3 023226 arg uuid_chrctr_device_name ,temp 
+0x59c4 023227 isub temp ,null 
+0x59c5 023228 branch le_send_device_name ,zero 
+0x59c6 023229 ifetch 1 ,contr 
+0x59c7 023230 sub pdata ,22 ,null 
+0x59c8 023231 branch le_send_att_read_response_less ,positive 
+0x59c9 023232 force 22 ,pdata 
+:      023233 le_send_att_read_response_less:
+0x59ca 023234 copy pdata ,regc 
+0x59cb 023235 call store_contr 
+0x59cc 023236 add regc ,1 ,rega 
+0x59cd 023237 call le_fifo_malloc_tx_l2cap_gatt 
+0x59ce 023238 setarg attop_read_response 
+0x59cf 023239 istore 1 ,contw 
+0x59d0 023240 copy regc ,loopcnt 
+0x59d1 023241 call get_contr 
+0x59d2 023242 branch memcpy 
+:      023244 le_send_device_name:
+0x59d3 023245 call store_contr 
+0x59d4 023246 fetch 1 ,mem_le_name_len 
+0x59d5 023247 add pdata ,1 ,rega 
+0x59d6 023248 call le_fifo_malloc_tx_l2cap_gatt 
+0x59d7 023249 setarg attop_read_response 
+0x59d8 023250 istore 1 ,contw 
+0x59d9 023251 fetch 1 ,mem_le_name_len 
+0x59da 023252 copy pdata ,loopcnt 
+0x59db 023253 arg mem_le_name ,contr 
+0x59dc 023254 branch memcpy 
+:      023257 le_send_att_read_response_check_auth:
+0x59dd 023258 fetch 2 ,mem_le_pairing_handle 
+0x59de 023259 isub temp ,null 
+0x59df 023260 nbranch le_send_att_read_response ,zero 
+0x59e0 023262 call le_check_encrypt_state 
+0x59e1 023263 nbranch le_send_att_read_response ,user 
+0x59e2 023264 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x59e3 023265 branch le_send_att_error_response 
+:      023268 le_parse_att_read_blob_request:
+0x59e4 023269 ifetch 2 ,contr 
+0x59e5 023270 store 2 ,mem_le_att_offset 
+:      023271 le_send_att_read_blob_response:
+0x59e6 023272 arg 20 ,rega 
+0x59e7 023273 call le_fifo_malloc_tx_l2cap_gatt 
+0x59e8 023274 setarg attop_read_blob_response 
+0x59e9 023275 istore 1 ,contw 
+0x59ea 023276 fetch 2 ,mem_le_att_offset 
+0x59eb 023277 iforce rega 
+0x59ec 023278 fetcht 2 ,mem_le_att_handle 
+0x59ed 023279 call le_att_get_handle_ptr 
+0x59ee 023280 branch le_send_att_error_response_notfound ,blank 
+0x59ef 023281 ifetch 1 ,contr 
+0x59f0 023282 isub rega ,loopcnt 
+0x59f1 023283 nbranch le_send_att_error_response_notfound ,positive 
+0x59f2 023284 sub loopcnt ,22 ,null 
+0x59f3 023285 branch le_send_att_read_blob_response_less ,positive 
+0x59f4 023286 force 22 ,loopcnt 
+:      023287 le_send_att_read_blob_response_less:
+0x59f5 023288 deposit rega 
+0x59f6 023289 iadd contr ,contr 
+0x59f7 023290 call memcpy_fast 
+0x59f8 023291 call store_contw 
+0x59f9 023292 branch le_send_auto_len_by_mem 
+:      023295 le_parse_att_read_by_group_type_request:
+0x59fa 023296 call le_get_search_handle_start_end_common 
+0x59fb 023297 call le_get_search_att_type 
+0x59fc 023298 branch le_send_att_read_by_group_type_response 
+:      023303 le_send_att_read_by_group_type_response:
+0x59fd 023304 arg 2 ,timeup 
+0x59fe 023305 fetcht 2 ,mem_le_search_handle_start 
+0x59ff 023309 storet 2 ,mem_temp 
+0x5a00 023310 call le_init_attlist_search 
+0x5a01 023311 call le_att_get_handle_ptr2 
+0x5a02 023312 increase -2 ,contr 
+0x5a03 023313 copy contr ,pdata 
+0x5a04 023314 store 2 ,mem_le_cur_attlist_start_ptr 
+:      023315 le_send_att_read_by_group_type_response_loop:
+0x5a05 023316 call le_att_check_handle_end 
+0x5a06 023317 nbranch le_send_att_read_by_group_type_end0 ,positive 
+0x5a07 023318 fetcht 2 ,mem_temp 
+0x5a08 023319 call le_att_get_handle_info_from_ptr 
+0x5a09 023320 beq 1 ,le_send_att_read_by_group_type_end1 
+0x5a0a 023322 call le_att_same_type 
+0x5a0b 023323 nbranch le_send_att_read_by_group_type_next_handle ,zero 
+0x5a0c 023324 copy timeup ,pdata 
+0x5a0d 023325 beq 0 ,le_send_att_read_by_group_type_end1 
+0x5a0e 023326 nbranch le_send_att_read_by_group_type_store_write_record ,user 
+0x5a0f 023327 disable user 
+0x5a10 023329 arg 20 ,rega 
+0x5a11 023330 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a12 023331 setarg attop_read_by_group_type_response 
+0x5a13 023332 istore 1 ,contw 
+0x5a14 023333 fetch 1 ,mem_le_curr_att_len 
+0x5a15 023334 increase 4 ,pdata 
+0x5a16 023335 istore 1 ,contw 
+0x5a17 023336 call store_contw 
+0x5a18 023337 branch le_send_att_read_by_group_type_store_record 
+:      023338 le_send_att_read_by_group_type_store_write_record:
+0x5a19 023339 fetch 1 ,mem_le_curr_att_len 
+0x5a1a 023340 beq 16 ,le_send_att_read_by_group_type_end1 
+0x5a1b 023341 fetch 2 ,mem_temp 
+0x5a1c 023342 increase -1 ,pdata 
+0x5a1d 023343 store 2 ,mem_le_cur_handle_end 
+0x5a1e 023344 call le_write_att_record 
+:      023345 le_send_att_read_by_group_type_store_record:
+0x5a1f 023346 fetch 2 ,mem_temp 
+0x5a20 023347 store 2 ,mem_le_cur_handle_start 
+0x5a21 023348 call le_store_att_record 
+0x5a22 023349 increase -1 ,timeup 
+:      023351 le_send_att_read_by_group_type_next_handle:
+0x5a23 023352 call le_att_next_handle 
+0x5a24 023353 branch le_send_att_read_by_group_type_response_loop 
+:      023355 le_send_att_read_by_group_type_end0:
+0x5a25 023356 fetch 2 ,mem_temp 
+0x5a26 023357 store 2 ,mem_le_cur_handle_end 
+0x5a27 023358 branch le_send_att_read_by_group_type_end_common 
+:      023359 le_send_att_read_by_group_type_end1:
+0x5a28 023360 fetch 2 ,mem_temp 
+0x5a29 023361 increase -1 ,pdata 
+0x5a2a 023362 store 2 ,mem_le_cur_handle_end 
+0x5a2b 023363 branch le_send_att_read_by_group_type_end_common 
+:      023364 le_send_att_read_by_group_type_end_common:
+0x5a2c 023365 branch le_send_att_error_response_notfound ,user 
+0x5a2d 023366 call le_write_att_record 
+0x5a2e 023367 branch le_send_auto_len_by_mem 
+:      023372 le_parse_att_write_request:
+0x5a2f 023373 copy contr ,rega 
+0x5a30 023374 fetch 2 ,mem_le_l2cap_size 
+0x5a31 023375 add pdata ,-3 ,regb 
+0x5a32 023376 call le_writeatt_cb 
+:      023377 le_send_att_write_response_check_auth:
+0x5a33 023378 fetch 1 ,mem_le_configuration 
+0x5a34 023379 bbit0 bit_ble_write_auth ,le_send_att_write_response 
+0x5a35 023381 fetcht 2 ,mem_le_att_handle 
+0x5a36 023382 fetch 2 ,mem_le_pairing_handle 
+0x5a37 023383 isub temp ,null 
+0x5a38 023384 nbranch le_send_att_write_response ,zero 
+0x5a39 023385 call le_check_encrypt_state 
+0x5a3a 023386 nbranch le_send_att_write_response ,user 
+0x5a3b 023387 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x5a3c 023388 branch le_send_att_error_response 
+:      023390 le_send_att_write_response:
+0x5a3d 023391 force 1 ,rega 
+0x5a3e 023392 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a3f 023393 setarg attop_write_response 
+0x5a40 023394 istore 1 ,contw 
+0x5a41 023395 rtn 
+:      023397 le_check_encrypt_state:
+0x5a42 023398 call disable_user 
+0x5a43 023399 fetch 1 ,mem_le_pairing_mode 
+0x5a44 023400 rtneq le_pairing_mode_none 
+0x5a45 023401 fetch 1 ,mem_context 
+0x5a46 023402 rtnbit1 lestate_encryption 
+0x5a47 023403 branch enable_user 
+:      023406 le_parse_att_prepare_write_request:
+0x5a48 023407 add contr ,2 ,rega 
+0x5a49 023408 fetch 2 ,mem_le_l2cap_size 
+0x5a4a 023409 add pdata ,-5 ,regb 
+0x5a4b 023410 call le_writeatt_cb 
+0x5a4c 023411 branch le_send_att_prepare_write_response 
+:      023414 le_send_att_prepare_write_response:
+0x5a4d 023415 fetch 2 ,mem_le_l2cap_size 
+0x5a4e 023416 copy pdata ,rega 
+0x5a4f 023417 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a50 023418 setarg attop_prepare_write_response 
+0x5a51 023419 istore 1 ,contw 
+0x5a52 023420 fetch 2 ,mem_le_att_handle 
+0x5a53 023421 istore 2 ,contw 
+0x5a54 023422 fetch 2 ,mem_le_l2cap_size 
+0x5a55 023423 add pdata ,-5 ,loopcnt 
+0x5a56 023424 fetch 2 ,mem_le_payload_ptr 
+0x5a57 023425 add pdata ,7 ,contr 
+0x5a58 023426 ifetch 2 ,contr 
+0x5a59 023427 istore 2 ,contw 
+0x5a5a 023428 branch memcpy_fast 
+:      023432 le_parse_att_execute_write_request:
+:      023434 le_send_att_execute_write_response:
+0x5a5b 023435 force 1 ,rega 
+0x5a5c 023436 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a5d 023437 setarg attop_execute_write_response 
+0x5a5e 023438 istore 1 ,contw 
+0x5a5f 023439 rtn 
+:      023443 le_parse_att_write_command:
+0x5a60 023444 copy contr ,rega 
+0x5a61 023445 fetch 2 ,mem_le_l2cap_size 
+0x5a62 023446 add pdata ,-3 ,regb 
+0x5a63 023447 branch le_writeatt_cb 
+:      023452 le_att_malloc_tx_notify:
+0x5a64 023453 copy temp ,regc 
+0x5a65 023454 increase 3 ,rega 
+0x5a66 023455 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a67 023456 increase -3 ,rega 
+0x5a68 023457 setarg attop_handle_value_notification 
+0x5a69 023458 istore 1 ,contw 
+0x5a6a 023459 copy regc ,temp 
+0x5a6b 023460 istoret 2 ,contw 
+0x5a6c 023461 rtn 
+:      023464 le_att_malloc_tx_indication:
+0x5a6d 023465 copy temp ,regc 
+0x5a6e 023466 increase 3 ,rega 
+0x5a6f 023467 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a70 023468 increase -3 ,rega 
+0x5a71 023469 setarg attop_handle_value_indication 
+0x5a72 023470 istore 1 ,contw 
+0x5a73 023471 copy regc ,temp 
+0x5a74 023472 istoret 2 ,contw 
+0x5a75 023473 rtn 
+:      023478 le_send_att_error_response_notfound:
+0x5a76 023479 jam att_err_attribute_not_found ,mem_le_err_code 
+:      023480 le_send_att_error_response:
+0x5a77 023481 force 5 ,rega 
+0x5a78 023482 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a79 023483 setarg attop_error_response 
+0x5a7a 023484 istore 1 ,contw 
+0x5a7b 023485 fetch 1 ,mem_le_att_opcode 
+0x5a7c 023486 istore 1 ,contw 
+0x5a7d 023487 fetch 2 ,mem_le_att_handle 
+0x5a7e 023488 istore 2 ,contw 
+0x5a7f 023489 fetch 1 ,mem_le_err_code 
+0x5a80 023490 istore 1 ,contw 
+0x5a81 023491 rtn 
+:      023494 le_fifo_malloc_tx_l2cap_gatt:
+0x5a82 023495 force le_l2cap_cid_att ,regb 
+0x5a83 023496 branch le_fifo_malloc_tx_l2cap 
+:      023499 le_att_next_handle:
+0x5a84 023500 fetcht 2 ,mem_temp 
+0x5a85 023501 increase 1 ,temp 
+0x5a86 023502 storet 2 ,mem_temp 
+0x5a87 023503 rtn 
+:      023505 le_att_check_handle_end:
+0x5a88 023506 fetcht 2 ,mem_temp 
+0x5a89 023507 fetch 2 ,mem_le_search_handle_end 
+0x5a8a 023508 isub temp ,null 
+0x5a8b 023509 rtn 
+:      023512 le_att_same_type:
+0x5a8c 023513 fetcht 1 ,mem_le_search_att_type_length 
+0x5a8d 023514 arg mem_le_search_att_type ,rega 
+:      023515 le_att_check_same_common:
+0x5a8e 023516 fetch 1 ,mem_le_cur_uuid_length 
+0x5a8f 023517 copy pdata ,loopcnt 
+0x5a90 023518 isub temp ,null 
+0x5a91 023519 nrtn zero 
+0x5a92 023520 arg mem_le_cur_uuid ,regb 
+0x5a93 023521 branch string_compare 
+:      023523 le_att_same_uuid:
+0x5a94 023524 fetcht 1 ,mem_le_search_uuid_length 
+0x5a95 023525 arg mem_le_search_uuid ,rega 
+0x5a96 023526 branch le_att_check_same_common 
+:      023529 le_store_att_record:
+0x5a97 023530 fetch 1 ,mem_le_curr_att_len 
+0x5a98 023531 store 1 ,mem_tmp_buffer 
+0x5a99 023532 copy pdata ,loopcnt 
+0x5a9a 023533 call get_contr 
+0x5a9b 023534 branch memcpy_fast 
+:      023537 le_write_att_record:
+0x5a9c 023538 call get_contw 
+0x5a9d 023539 fetch 2 ,mem_le_cur_handle_start 
+0x5a9e 023540 istore 2 ,contw 
+0x5a9f 023541 fetch 2 ,mem_le_cur_handle_end 
+0x5aa0 023542 istore 2 ,contw 
+:      023543 le_write_att_record_common:
+0x5aa1 023544 fetch 1 ,mem_tmp_buffer 
+0x5aa2 023545 copy pdata ,loopcnt 
+0x5aa3 023546 call memcpy_fast 
+0x5aa4 023547 branch store_contw 
+:      023551 le_send_auto_len_by_mem:
+0x5aa5 023552 call get_contw 
+0x5aa6 023553 call le_fifo_get_last_att_ptr 
+0x5aa7 023554 copy contw ,pdata 
+0x5aa8 023555 isub contr ,rega 
+0x5aa9 023556 call le_fifo_get_last_l2cap_ptr 
+0x5aaa 023557 copy rega ,pdata 
+0x5aab 023558 istore 2 ,contr 
+0x5aac 023559 increase 4 ,rega 
+0x5aad 023560 call le_fifo_get_last_tx_ptr 
+0x5aae 023561 copy rega ,pdata 
+0x5aaf 023562 istore 1 ,contr 
+0x5ab0 023563 rtn 
+:      023566 le_get_search_handle_start_end_common:
+0x5ab1 023567 rshift8 pdata ,pdata 
+0x5ab2 023568 store 2 ,mem_le_search_handle_start 
+0x5ab3 023569 ifetch 2 ,contr 
+0x5ab4 023570 store 2 ,mem_le_search_handle_end 
+0x5ab5 023571 rtn 
+:      023576 le_parse_signaling:
+0x5ab6 023577 ifetch 1 ,contr 
+0x5ab7 023578 ifetcht 1 ,contr 
+0x5ab8 023579 ifetcht 2 ,contr 
+0x5ab9 023580 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
+0x5aba 023581 rtn 
+:      023582 le_l2cap_parse_conn_parameter_update_rsp:
+0x5abb 023583 ifetch 2 ,contr 
+0x5abc 023584 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x5abd 023585 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
+0x5abe 023586 branch ui_ipc_send_event 
+:      023592 le_l2cap_tx_update_req:
+0x5abf 023593 arg 0x0c ,rega 
+0x5ac0 023594 arg l2cap_connection_parameter_update_request ,regc 
+0x5ac1 023595 call le_fifo_malloc_tx_l2cap_signaling 
+0x5ac2 023596 setarg 0x08 
+0x5ac3 023597 istore 2 ,contw 
+0x5ac4 023598 fetch 8 ,mem_le_interval_min 
+0x5ac5 023599 istore 8 ,contw 
+0x5ac6 023600 rtn 
+:      023604 le_fifo_malloc_tx_l2cap_signaling:
+0x5ac7 023605 call le_l2cap_update_signaling_identifier 
+0x5ac8 023606 arg le_l2cap_cid_signal ,regb 
+0x5ac9 023607 call le_fifo_malloc_tx_l2cap 
+0x5aca 023608 copy regc ,pdata 
+0x5acb 023609 istore 1 ,contw 
+0x5acc 023610 fetch 1 ,mem_le_signaling_identifier 
+0x5acd 023611 istore 1 ,contw 
+0x5ace 023612 rtn 
+:      023615 le_l2cap_update_signaling_identifier:
+0x5acf 023616 fetch 1 ,mem_le_signaling_identifier 
+0x5ad0 023618 pincrease 1 
+0x5ad1 023619 store 1 ,mem_le_signaling_identifier 
+0x5ad2 023620 rtnne 0 
+:      023622 le_l2cap_reset_signaling_identifier:
+0x5ad3 023623 jam 1 ,mem_le_signaling_identifier 
+0x5ad4 023624 rtn 
+:      023629 le_pairing_mode_init:
+0x5ad5 023630 fetch 1 ,mem_le_pairing_mode 
+0x5ad6 023631 beq le_pairing_mode_none ,le_set_no_pairing 
+0x5ad7 023632 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
+0x5ad8 023633 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
+0x5ad9 023634 beq le_pairing_mode_secure_connect_justwork ,le_set_pairing_mode_secure_justwork 
+0x5ada 023635 beq le_pairing_mode_secure_connect_numeric ,le_set_pairing_mode_secure_numeric 
+0x5adb 023636 beq le_pairing_mode_secure_connect_passkey ,le_set_pairing_mode_secure_passkey 
+0x5adc 023637 rtn 
+:      023639 le_set_pairing_mode_secure_justwork:
+0x5add 023640 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5ade 023641 branch le_set_noinputnooutput 
+:      023642 le_set_pairing_mode_secure_numeric:
+0x5adf 023643 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5ae0 023644 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
+0x5ae1 023645 rtn 
+:      023646 le_set_pairing_mode_secure_passkey:
+0x5ae2 023647 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5ae3 023648 branch le_set_displayonly 
+:      023649 le_set_no_pairing:
+0x5ae4 023650 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      023651 le_set_noinputnooutput:
+0x5ae5 023652 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x5ae6 023653 rtn 
+:      023654 le_set_pairing_mode_lagacy_just_work:
+0x5ae7 023655 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x5ae8 023656 branch le_set_noinputnooutput 
+:      023657 le_set_pairing_mode_lagacy_passkey:
+0x5ae9 023658 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+:      023659 le_set_displayonly:
+0x5aea 023660 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x5aeb 023661 rtn 
+:      023664 le_secure_connection_enable:
+0x5aec 023665 fetch 1 ,mem_le_pres_auth 
+0x5aed 023666 set1 le_auth_secure_connection_pairing_bit ,pdata 
+0x5aee 023667 store 1 ,mem_le_pres_auth 
+0x5aef 023668 rtn 
+:      023669 le_secure_connection_disable:
+0x5af0 023670 fetch 1 ,mem_le_pres_auth 
+0x5af1 023671 set0 le_auth_secure_connection_pairing_bit ,pdata 
+0x5af2 023672 store 1 ,mem_le_pres_auth 
+0x5af3 023673 rtn 
+:      023675 le_parse_smp:
+0x5af4 023676 ifetch 1 ,contr 
+0x5af5 023677 beq smp_pairing_request ,le_parse_smp_pairing_request 
+0x5af6 023679 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
+0x5af7 023680 beq smp_pairing_random ,le_parse_smp_pairing_random 
+0x5af8 023681 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
+0x5af9 023682 beq smp_encryption_information ,le_parse_smp_encryption_information 
+0x5afa 023683 beq smp_master_identification ,le_parse_smp_master_identification 
+0x5afb 023684 beq smp_identity_information ,le_parse_smp_identity_information 
+0x5afc 023685 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
+0x5afd 023686 beq smp_signing_information ,le_parse_smp_signing_information 
+0x5afe 023687 beq smp_security_request ,le_parse_smp_security_request 
+0x5aff 023688 beq smp_pairing_public_key ,le_parse_smp_public_key 
+0x5b00 023689 beq smp_pairing_dhkey_check ,le_parse_smp_dhkey_check 
+0x5b01 023690 rtn 
+:      023694 le_send_smp_security_request:
+0x5b02 023695 force 2 ,rega 
+0x5b03 023696 call le_fifo_malloc_tx_l2cap_smp 
+0x5b04 023697 setarg smp_security_request 
+0x5b05 023698 istore 1 ,contw 
+0x5b06 023699 fetch 1 ,mem_le_pres_auth 
+0x5b07 023700 istore 1 ,contw 
+0x5b08 023701 rtn 
+:      023703 le_parse_smp_pairing_request:
+0x5b09 023704 store 1 ,mem_le_preq 
+0x5b0a 023705 ifetch 6 ,contr 
+0x5b0b 023706 istore 6 ,contw 
+0x5b0c 023707 fetch 1 ,mem_le_pairing_mode 
+0x5b0d 023708 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
+0x5b0e 023709 call le_send_smp_pairing_response 
+0x5b0f 023710 call le_check_master_support_secure_connect 
+0x5b10 023711 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
+0x5b11 023712 fetch 1 ,mem_le_preq_iocap 
+0x5b12 023713 beq flag_iocap_displayonly ,le_set_tk_0 
+0x5b13 023714 beq flag_iocap_displayyesno ,le_set_tk_0 
+0x5b14 023715 beq flag_iocap_noinputnooutput ,le_set_tk_0 
+0x5b15 023716 fetch 1 ,mem_le_pairing_mode 
+0x5b16 023717 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
+0x5b17 023718 rtneq le_pairing_mode_secure_connect_passkey 
+:      023719 le_set_tk_0:
+0x5b18 023720 arg 0 ,pdata 
+0x5b19 023721 store 4 ,mem_le_tk 
+0x5b1a 023722 rtn 
+:      023724 le_parse_smp_pairing_req_passkey:
+0x5b1b 023725 fetch 1 ,mem_le_configuration 
+0x5b1c 023726 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
+:      023727 le_genernate_tk:
+0x5b1d 023728 arg mem_le_tk ,rega 
+0x5b1e 023729 copy rega ,contw 
+0x5b1f 023730 arg 3 ,loopcnt 
+0x5b20 023731 call generate_random_loop 
+0x5b21 023732 fetch 2 ,mem_le_tk + 2 
+0x5b22 023733 and_into 0x7 ,pdata 
+0x5b23 023734 store 2 ,mem_le_tk + 2 
+:      023735 le_parse_smp_pairing_req_fixed_passkey:
+0x5b24 023736 jam bt_evt_le_tk_generate ,mem_fifo_temp 
+0x5b25 023737 branch ui_ipc_send_event 
+:      023739 le_check_master_support_secure_connect:
+0x5b26 023740 fetch 1 ,mem_le_preq_auth 
+0x5b27 023741 rtnbit1 le_auth_secure_connection_pairing_bit 
+0x5b28 023742 fetch 1 ,mem_le_pairing_mode 
+0x5b29 023743 rtnbit0 le_pairing_mode_secure_connect_bit 
+0x5b2a 023744 branch app_ble_disconnect 
+:      023746 le_send_smp_pairing_response:
+0x5b2b 023747 force 7 ,rega 
+0x5b2c 023748 call le_fifo_malloc_tx_l2cap_smp 
+0x5b2d 023749 fetch 7 ,mem_le_pres 
+0x5b2e 023750 istore 7 ,contw 
+0x5b2f 023751 rtn 
+:      023754 le_parse_smp_pairing_confirm:
+0x5b30 023755 copy contr ,rega 
+0x5b31 023756 fetch 1 ,mem_le_pairing_mode 
+0x5b32 023757 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_confirm_secure_passkey 
+0x5b33 023758 copy rega ,contr 
+0x5b34 023759 arg mem_le_rconfirm ,contw 
+0x5b35 023760 call memcpy16 
+0x5b36 023761 branch le_send_smp_pairing_confirm 
+:      023762 le_parse_smp_pairing_confirm_secure_passkey:
+0x5b37 023763 copy rega ,contr 
+0x5b38 023764 arg mem_le_rconfirm ,contw 
+0x5b39 023765 call memcpy16 
+0x5b3a 023766 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5b3b 023767 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
+0x5b3c 023768 rtn 
+:      023771 le_send_smp_pairing_confirm:
+0x5b3d 023772 fetch 1 ,mem_le_pairing_mode 
+0x5b3e 023773 bbit1 le_pairing_mode_secure_connect_bit ,le_send_smp_pairing_confirm_sc 
+0x5b3f 023774 call generate_confirm 
+0x5b40 023775 force 17 ,rega 
+0x5b41 023776 call le_fifo_malloc_tx_l2cap_smp 
+0x5b42 023777 setarg smp_pairing_confirm 
+0x5b43 023778 istore 1 ,contw 
+0x5b44 023779 branch store_aes_result 
+:      023782 le_send_smp_pairing_confirm_sc:
+0x5b45 023783 arg mem_le_srand ,contw 
+0x5b46 023784 call generate_random 
+0x5b47 023785 call function_f4_cb 
+0x5b48 023786 force 17 ,rega 
+0x5b49 023787 call le_fifo_malloc_tx_l2cap_smp 
+0x5b4a 023788 setarg smp_pairing_confirm 
+0x5b4b 023789 istore 1 ,contw 
+0x5b4c 023790 branch load_inverse_result 
+:      023794 le_parse_smp_pairing_random:
+0x5b4d 023795 copy contr ,rega 
+0x5b4e 023796 fetch 1 ,mem_le_pairing_mode 
+0x5b4f 023797 bbit1 le_pairing_mode_secure_connect_bit ,le_parse_smp_pairing_random_sc 
+0x5b50 023798 copy rega ,contr 
+0x5b51 023799 call authenticate_rconfirm 
+0x5b52 023800 branch le_parse_smp_pairing_random_success ,zero 
+:      023801 le_send_pairing_confirm_value_failed:
+0x5b53 023802 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
+:      023803 le_send_pairing_failed:
+0x5b54 023804 force 2 ,rega 
+0x5b55 023805 call le_fifo_malloc_tx_l2cap_smp 
+0x5b56 023806 setarg smp_pairing_failed 
+0x5b57 023807 istore 1 ,contw 
+0x5b58 023808 fetch 1 ,mem_le_ll_pairing_fail_reason 
+0x5b59 023809 istore 1 ,contw 
+:      023810 le_parse_smp_pairing_failed:
+0x5b5a 023811 force smp_pairing_timer ,queue 
+0x5b5b 023812 call timer_stop 
+0x5b5c 023813 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x5b5d 023814 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
+0x5b5e 023815 branch ui_ipc_send_event 
+:      023817 le_smp_pairing_fail_reason_not_support_pairing:
+0x5b5f 023818 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
+0x5b60 023819 branch le_send_pairing_failed 
+:      023822 le_parse_smp_pairing_random_sc:
+0x5b61 023823 arg mem_le_mrand ,contw 
+0x5b62 023824 copy rega ,contr 
+0x5b63 023825 call memcpy16 
+0x5b64 023826 fetch 1 ,mem_le_pairing_mode 
+0x5b65 023827 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_random_sc_passkey 
+0x5b66 023828 call function_g2 
+0x5b67 023831 call le_send_smp_pairing_random 
+0x5b68 023832 fetch 1 ,mem_le_pairing_mode 
+0x5b69 023833 rtnne le_pairing_mode_secure_connect_numeric 
+0x5b6a 023834 jam bt_evt_le_gkey_generate ,mem_fifo_temp 
+0x5b6b 023835 branch ui_ipc_send_event 
+:      023837 le_parse_smp_pairing_random_sc_passkey:
+0x5b6c 023838 call function_f4_ca 
+0x5b6d 023839 arg mem_aes_cmac_temp ,contw 
+0x5b6e 023840 call load_inverse_result 
+0x5b6f 023841 arg mem_aes_cmac_temp ,rega 
+0x5b70 023842 arg mem_le_rconfirm ,regb 
+0x5b71 023843 arg 16 ,loopcnt 
+0x5b72 023844 call string_compare 
+0x5b73 023845 nbranch le_send_pairing_confirm_value_failed ,zero 
+0x5b74 023846 branch le_send_smp_pairing_random 
+:      023848 le_parse_smp_pairing_random_success:
+0x5b75 023849 call generate_stk 
+0x5b76 023850 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x5b77 023851 call ui_ipc_send_event 
+0x5b78 023852 jam 1 ,mem_ltk_exists 
+0x5b79 023853 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+:      023855 le_send_smp_pairing_random:
+0x5b7a 023856 force 17 ,rega 
+0x5b7b 023857 call le_fifo_malloc_tx_l2cap_smp 
+0x5b7c 023858 setarg smp_pairing_random 
+0x5b7d 023859 istore 1 ,contw 
+0x5b7e 023860 arg mem_le_srand ,contr 
+0x5b7f 023861 branch memcpy16 
+:      023863 le_parse_smp_encryption_information:
+0x5b80 023864 arg mem_le_peer_ltk ,contw 
+0x5b81 023865 branch memcpy16 
+:      023867 le_send_smp_encryption_information:
+0x5b82 023868 force 17 ,rega 
+0x5b83 023869 call le_fifo_malloc_tx_l2cap_smp 
+0x5b84 023870 setarg smp_encryption_information 
+0x5b85 023871 istore 1 ,contw 
+0x5b86 023872 fetch 1 ,mem_le_configuration 
+0x5b87 023873 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
+0x5b88 023874 arg mem_le_ltk ,contr 
+0x5b89 023875 branch memcpy16 
+:      023877 le_send_fixed_ltk:
+0x5b8a 023878 arg mem_le_fixed_ltk ,contr 
+0x5b8b 023879 branch memcpy16 
+:      023882 le_send_smp_master_identification:
+0x5b8c 023883 arg mem_le_ediv ,contw 
+0x5b8d 023884 force 10 ,loopcnt 
+0x5b8e 023885 call generate_random_loop 
+0x5b8f 023886 force 11 ,rega 
+0x5b90 023887 call le_fifo_malloc_tx_l2cap_smp 
+0x5b91 023888 setarg smp_master_identification 
+0x5b92 023889 istore 1 ,contw 
+0x5b93 023890 fetch 2 ,mem_le_ediv 
+0x5b94 023891 istore 2 ,contw 
+0x5b95 023892 fetch 8 ,mem_le_rand 
+0x5b96 023893 istore 8 ,contw 
+0x5b97 023894 rtn 
+:      023896 le_send_smp_identity_information:
+0x5b98 023897 force 17 ,rega 
+0x5b99 023898 call le_fifo_malloc_tx_l2cap_smp 
+0x5b9a 023899 setarg smp_identity_information 
+0x5b9b 023900 istore 1 ,contw 
+0x5b9c 023901 setarg 0 
+0x5b9d 023902 istore 8 ,contw 
+0x5b9e 023903 istore 8 ,contw 
+0x5b9f 023904 rtn 
+:      023907 le_send_smp_identity_address_information:
+0x5ba0 023908 force 8 ,rega 
+0x5ba1 023909 call le_fifo_malloc_tx_l2cap_smp 
+0x5ba2 023910 setarg smp_identity_address_information 
+0x5ba3 023911 istore 1 ,contw 
+0x5ba4 023912 fetch 1 ,mem_le_conn_own_addr_type 
+0x5ba5 023913 istore 1 ,contw 
+0x5ba6 023914 fetch 6 ,mem_le_lap 
+0x5ba7 023915 istore 6 ,contw 
+0x5ba8 023916 rtn 
+:      023919 le_send_pairing_fail_unspecified_reason:
+0x5ba9 023920 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
+0x5baa 023921 branch le_send_pairing_failed 
+:      023923 le_check_init_key_distribution:
+0x5bab 023924 fetch 1 ,mem_le_pres_init_key_distribution 
+0x5bac 023925 fetcht 1 ,mem_le_pres_init_key_distribution 
+0x5bad 023926 iand temp ,pdata 
+0x5bae 023927 rtn 
+:      023929 le_parse_smp_identity_information:
+0x5baf 023930 arg mem_le_irk ,contw 
+0x5bb0 023931 call memcpy16 
+0x5bb1 023932 call le_check_init_key_distribution 
+0x5bb2 023933 isolate0 le_initator_irk_bit ,pdata 
+0x5bb3 023934 branch le_send_pairing_fail_unspecified_reason ,true 
+0x5bb4 023935 fetch 1 ,mem_device_option 
+0x5bb5 023936 rtnne dvc_op_module 
+0x5bb6 023937 call le_check_master_addr_type 
+0x5bb7 023938 nrtn user 
+0x5bb8 023939 branch app_ble_store_reconn_info 
+:      023942 le_check_master_addr_type:
+0x5bb9 023943 call disable_user 
+0x5bba 023944 fetch 1 ,mem_le_conn_peer_addr_type 
+0x5bbb 023945 rtneq master_public_addr 
+0x5bbc 023946 fetch 1 ,mem_le_plap + 5 
+0x5bbd 023947 compare 0xc0 ,pdata ,0xc0 
+0x5bbe 023948 rtn true 
+0x5bbf 023949 branch enable_user 
+:      023951 le_parse_smp_identity_address_information:
+0x5bc0 023952 call le_check_init_key_distribution 
+0x5bc1 023953 isolate0 le_initator_irk_bit ,pdata 
+0x5bc2 023954 branch le_send_pairing_fail_unspecified_reason ,true 
+0x5bc3 023955 rtn 
+:      023957 le_parse_smp_master_identification:
+:      023958 le_parse_smp_signing_information:
+:      023959 le_parse_smp_security_request:
+0x5bc4 023960 rtn 
+:      023962 le_parse_smp_public_key:
+0x5bc5 023963 arg mem_le_pubkey_remote_x_256 ,contw 
+0x5bc6 023964 call memcpy64 
+0x5bc7 023965 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5bc8 023966 jam le_sc_stat_receive_public_key ,mem_le_secure_connect_state 
+0x5bc9 023967 rtn 
+:      023969 le_parse_smp_dhkey_check:
+0x5bca 023970 arg mem_sp_confirm_remote ,contw 
+0x5bcb 023971 call memcpy16 
+0x5bcc 023972 jam le_sc_stat_receive_dhkey ,mem_le_secure_connect_state 
+0x5bcd 023973 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5bce 023974 rtn 
+:      023976 le_send_smp_pairing_public_key:
+0x5bcf 023977 force 65 ,rega 
+0x5bd0 023978 call le_fifo_malloc_tx_l2cap_smp 
+0x5bd1 023979 setarg smp_pairing_public_key 
+0x5bd2 023980 istore 1 ,contw 
+0x5bd3 023981 arg mem_le_pubkey_local_x_256 ,contr 
+0x5bd4 023982 branch memcpy64 
+:      023984 le_send_smp_pairing_dhkey_check:
+0x5bd5 023985 call function_f6_eb 
+0x5bd6 023986 force 17 ,rega 
+0x5bd7 023987 call le_fifo_malloc_tx_l2cap_smp 
+0x5bd8 023988 setarg smp_pairing_dhkey_check 
+0x5bd9 023989 istore 1 ,contw 
+0x5bda 023990 branch load_inverse_result 
+:      023993 le_check_paring_time:
+0x5bdb 023994 fetch 1 ,mem_le_pairing_state 
+0x5bdc 023995 rtneq flag_le_pairing_end 
+0x5bdd 023996 arg flag_le_pairing_rcv_pairing_req ,temp 
+0x5bde 023997 isub temp ,null 
+0x5bdf 023998 nrtn positive 
+0x5be0 023999 arg smp_pairing_timer ,queue 
+0x5be1 024000 call timer_check 
+0x5be2 024001 nrtn blank 
+0x5be3 024002 branch le_send_pairing_fail_unspecified_reason 
+:      024004 le_pairing_sm:
+0x5be4 024005 bpatchx patch2f_0 ,mem_patch2f 
+0x5be5 024006 fetch 1 ,mem_le_pairing_state 
+0x5be6 024007 beq flag_le_pairing_null ,le_pairing_sm_null 
+0x5be7 024008 beq flag_le_pairing_start ,le_pairing_sm_start 
+0x5be8 024009 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
+0x5be9 024010 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
+0x5bea 024011 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
+0x5beb 024012 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
+0x5bec 024013 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
+0x5bed 024014 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
+0x5bee 024015 rtn 
+:      024017 le_pairing_sm_null:
+:      024018 le_pairing_sm_send_sec_req:
+0x5bef 024019 fetch 1 ,mem_le_enc_state 
+0x5bf0 024020 rtnne flag_le_send_start_enc_rsp 
+0x5bf1 024021 jam flag_le_enc_end ,mem_le_enc_state 
+0x5bf2 024022 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x5bf3 024023 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
+0x5bf4 024024 branch ui_ipc_send_event 
+:      024027 le_pairing_sm_start:
+0x5bf5 024028 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
+0x5bf6 024029 branch le_send_smp_security_request 
+:      024031 le_pairing_sm_rcv_pairing_req:
+0x5bf7 024032 jam flag_le_pairing_auth ,mem_le_pairing_state 
+0x5bf8 024033 setarg timer_smp_pairing_timeout 
+0x5bf9 024034 arg smp_pairing_timer ,queue 
+0x5bfa 024035 branch timer_init 
+:      024037 le_pairing_sm_after_auth:
+0x5bfb 024038 fetch 1 ,mem_le_enc_state 
+0x5bfc 024039 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
+0x5bfd 024040 rtn 
+:      024042 le_pairing_sm_after_auth_start_enc:
+0x5bfe 024043 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
+0x5bff 024044 jam bt_evt_le_enc_info ,mem_fifo_temp 
+0x5c00 024045 call ui_ipc_send_event 
+0x5c01 024046 call le_send_smp_encryption_information 
+0x5c02 024047 fetch 1 ,mem_device_option 
+0x5c03 024048 rtnne dvc_op_module 
+0x5c04 024049 call le_check_master_addr_type 
+0x5c05 024050 rtn user 
+0x5c06 024051 branch app_ble_store_reconn_info 
+:      024054 le_pairng_sm_send_enc_information:
+0x5c07 024055 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+0x5c08 024056 branch le_send_smp_master_identification 
+:      024058 le_pairng_sm_send_master_indentification:
+0x5c09 024059 fetch 1 ,mem_le_preq_resp_key_distribution 
+0x5c0a 024060 fetcht 1 ,mem_le_pres_resp_key_distribution 
+0x5c0b 024061 iand temp ,pdata 
+0x5c0c 024062 isolate0 le_initator_irk_bit ,pdata 
+0x5c0d 024063 branch le_parse_start_enc_rsp_after_auth_end ,true 
+0x5c0e 024064 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
+0x5c0f 024065 branch le_send_smp_identity_information 
+:      024067 le_pairng_sm_send_indentity_information:
+0x5c10 024068 call le_send_smp_identity_address_information 
+0x5c11 024069 branch le_parse_start_enc_rsp_after_auth_end 
+:      024072 le_parse_start_enc_rsp_after_auth_end:
+0x5c12 024073 force smp_pairing_timer ,queue 
+0x5c13 024074 call timer_stop 
+0x5c14 024075 jam flag_le_enc_end ,mem_le_enc_state 
+0x5c15 024076 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x5c16 024077 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
+0x5c17 024078 branch ui_ipc_send_event 
+:      024082 le_secure_connect_sm:
+0x5c18 024083 bpatchx patch2f_1 ,mem_patch2f 
+0x5c19 024084 fetch 1 ,mem_le_pairing_mode 
+0x5c1a 024085 rtnbit0 le_pairing_mode_secure_connect_bit 
+0x5c1b 024086 fetch 1 ,mem_le_secure_connect_flag 
+0x5c1c 024087 rtnne le_sp_flag_commit_256 
+0x5c1d 024088 jam sp_flag_standby ,mem_le_secure_connect_flag 
+0x5c1e 024089 fetch 1 ,mem_le_secure_connect_state 
+0x5c1f 024090 beq le_sc_stat_receive_public_key ,le_sc_sm_receive_public_key 
+0x5c20 024091 beq le_sc_stat_wait_send_public_key ,le_sc_sm_wait_send_public_key 
+0x5c21 024092 beq le_sc_stat_send_public_key ,le_sc_sm_send_public_key 
+0x5c22 024093 beq le_sc_stat_receive_dhkey ,le_sc_sm_receive_dhkey 
+0x5c23 024094 beq le_sc_stat_wait_confirm_gkey ,le_sc_sm_wait_confirm_gkey 
+0x5c24 024095 beq le_sc_stat_passkey_wait_confirm ,le_sc_sm_passkey_wait_confirm 
+0x5c25 024096 rtn 
+:      024099 le_sc_sm_passkey_wait_confirm:
+0x5c26 024100 fetch 1 ,mem_authentication_passkey_times 
+0x5c27 024101 copy pdata ,queue 
+0x5c28 024102 increase 1 ,pdata 
+0x5c29 024103 store 1 ,mem_authentication_passkey_times 
+0x5c2a 024104 fetch 4 ,mem_le_tk 
+0x5c2b 024105 qisolate1 pdata 
+0x5c2c 024106 setarg 0x80 
+0x5c2d 024107 setflag true ,0 ,pdata 
+0x5c2e 024108 store 1 ,mem_passkey_1bit 
+0x5c2f 024109 branch le_sc_sm_ready_send_pairing_confirm 
+:      024111 le_sc_sm_wait_confirm_gkey:
+0x5c30 024112 fetch 1 ,mem_le_sc_confirm_gkey_flag 
+0x5c31 024113 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
+0x5c32 024114 beq flag_le_sc_confrim_gkey_ok ,le_sc_confirm_gkey_ok 
+0x5c33 024115 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c34 024116 rtn 
+:      024118 le_sc_confirm_gkey_ok:
+0x5c35 024119 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x5c36 024120 call ui_ipc_send_event 
+0x5c37 024121 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+0x5c38 024122 branch le_send_smp_pairing_dhkey_check 
+:      024124 le_sc_sm_receive_dhkey:
+0x5c39 024125 fetch 1 ,mem_sp_dhkey_invalid 
+0x5c3a 024126 beq sp_key_valid_256 ,le_dhkey_ready 
+0x5c3b 024127 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c3c 024128 rtn 
+:      024130 le_dhkey_ready:
+0x5c3d 024131 call function_f5 
+0x5c3e 024135 fetch 1 ,mem_le_pairing_mode 
+0x5c3f 024136 beq le_pairing_mode_secure_connect_passkey ,le_dhkey_ready_common 
+0x5c40 024137 call le_set_tk_0 
+:      024138 le_dhkey_ready_common:
+0x5c41 024139 call function_f6_ea 
+0x5c42 024140 arg mem_aes_cmac_temp ,rega 
+0x5c43 024141 arg mem_sp_confirm_remote ,regb 
+0x5c44 024142 arg 16 ,loopcnt 
+0x5c45 024143 call string_compare 
+0x5c46 024144 branch le_dhkey_check_ok ,zero 
+:      024145 le_dhkey_check_fail:
+0x5c47 024146 jam pairing_failed_dhkey_check_failed ,mem_le_ll_pairing_fail_reason 
+0x5c48 024147 branch le_send_pairing_failed 
+:      024150 le_dhkey_check_ok:
+0x5c49 024151 call sp_calc_check_publickey_256 
+0x5c4a 024152 nbranch le_dhkey_check_fail ,zero 
+0x5c4b 024153 jam 1 ,mem_ltk_exists 
+0x5c4c 024154 fetch 1 ,mem_le_pairing_mode 
+0x5c4d 024155 beq le_pairing_mode_secure_connect_justwork ,le_sc_confirm_gkey_ok 
+0x5c4e 024156 beq le_pairing_mode_secure_connect_passkey ,le_sc_confirm_gkey_ok 
+0x5c4f 024157 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c50 024158 jam le_sc_stat_wait_confirm_gkey ,mem_le_secure_connect_state 
+0x5c51 024159 rtn 
+:      024161 le_sc_sm_send_public_key:
+0x5c52 024162 fetch 1 ,mem_le_pairing_mode 
+0x5c53 024163 beq le_pairing_mode_secure_connect_passkey ,le_sc_sm_send_public_key_passkey 
+0x5c54 024164 jam 0 ,mem_passkey_1bit 
+:      024165 le_sc_sm_ready_send_pairing_confirm:
+0x5c55 024166 branch le_send_smp_pairing_confirm 
+:      024168 le_sc_sm_send_public_key_passkey:
+0x5c56 024172 jam 0 ,mem_authentication_passkey_times 
+0x5c57 024173 branch le_parse_smp_pairing_req_passkey 
+:      024176 le_sc_sm_receive_public_key:
+0x5c58 024177 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c59 024178 fetch 1 ,mem_le_sc_local_key_invalid 
+0x5c5a 024179 beq sp_key_valid_256 ,le_public_key_ready 
+0x5c5b 024181 rtn 
+:      024183 le_public_key_ready:
+0x5c5c 024184 jam le_sc_stat_wait_send_public_key ,mem_le_secure_connect_state 
+0x5c5d 024185 jam sp_key_invalid ,mem_sp_dhkey_invalid 
+0x5c5e 024186 branch sp_dhkey_calc_256 
+:      024188 le_sc_sm_wait_send_public_key:
+0x5c5f 024189 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c60 024190 jam le_sc_stat_send_public_key ,mem_le_secure_connect_state 
+0x5c61 024191 branch le_send_smp_pairing_public_key 
+:      024195 le_fifo_malloc_tx_l2cap_smp:
+0x5c62 024196 force le_l2cap_cid_smp ,regb 
+0x5c63 024197 branch le_fifo_malloc_tx_l2cap 
+:      024201 le_parse_ll:
+0x5c64 024202 fetch 1 ,mem_le_rxbuf + 2 
+0x5c65 024203 beq ll_connection_update_req ,le_parse_connection_update_req 
+0x5c66 024204 beq ll_channel_map_req ,le_parse_channel_map_req 
+0x5c67 024205 beq ll_terminate_ind ,le_parse_terminate_ind 
+0x5c68 024206 beq ll_enc_req ,le_parse_enc_req 
+0x5c69 024207 beq ll_enc_rsp ,le_parse_enc_rsp 
+0x5c6a 024208 beq ll_start_enc_req ,le_parse_start_enc_req 
+0x5c6b 024209 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
+0x5c6c 024210 beq ll_unknown_rsp ,le_parse_unknown_rsp 
+0x5c6d 024211 beq ll_feature_req ,le_parse_feature_req 
+0x5c6e 024212 beq ll_feature_rsp ,le_parse_feature_rsp 
+0x5c6f 024213 beq ll_pause_enc_req ,le_parse_pause_enc_req 
+0x5c70 024214 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
+0x5c71 024215 beq ll_version_ind ,le_parse_version_ind 
+0x5c72 024216 beq ll_reject_ind ,le_parse_reject_ind 
+0x5c73 024217 beq ll_ping_req ,le_parse_ping_req 
+0x5c74 024218 beq ll_ping_rsp ,le_parse_ping_rsp 
+0x5c75 024219 arg 2 ,rega 
+0x5c76 024220 arg ll_unknown_rsp ,regb 
+0x5c77 024221 call le_fifo_malloc_tx_ll 
+0x5c78 024222 fetch 1 ,mem_le_rxbuf + 2 
+0x5c79 024223 istore 1 ,contw 
+0x5c7a 024224 rtn 
+:      024227 le_parse_connection_update_req:
+0x5c7b 024228 ifetch 9 ,contr 
+0x5c7c 024229 store 9 ,mem_le_new_param 
+0x5c7d 024230 ifetch 2 ,contr 
+0x5c7e 024231 store 2 ,mem_le_instant 
+0x5c7f 024232 fetch 1 ,mem_le_state 
+0x5c80 024233 set1 lestate_update_param ,pdata 
+0x5c81 024234 store 1 ,mem_le_state 
+0x5c82 024235 rtn 
+:      024237 le_parse_channel_map_req:
+0x5c83 024238 ifetch 5 ,contr 
+0x5c84 024239 store 5 ,mem_le_new_map 
+0x5c85 024240 ifetch 2 ,contr 
+0x5c86 024241 store 2 ,mem_le_instant 
+0x5c87 024242 fetcht 2 ,mem_le_event_count 
+0x5c88 024243 isub temp ,null 
+0x5c89 024244 nbranch le_parse_terminate_ind ,positive 
+0x5c8a 024245 fetch 1 ,mem_le_state 
+0x5c8b 024246 set1 lestate_update_map ,pdata 
+0x5c8c 024247 store 1 ,mem_le_state 
+0x5c8d 024248 rtn 
+:      024251 le_parse_terminate_ind:
+0x5c8e 024252 setarg 20 
+0x5c8f 024253 store 2 ,mem_le_superto 
+0x5c90 024254 store 2 ,mem_le_init_superto 
+0x5c91 024255 rtn 
+:      024257 le_send_terminate_ind_user_terminated:
+0x5c92 024258 arg error_remote_user_terminated_connection ,regc 
+:      024261 le_send_terminate_ind:
+0x5c93 024262 arg 2 ,rega 
+0x5c94 024263 arg ll_terminate_ind ,regb 
+0x5c95 024264 call le_fifo_malloc_tx_ll 
+0x5c96 024265 copy regc ,pdata 
+0x5c97 024266 istore 1 ,contw 
+0x5c98 024267 rtn 
+:      024269 le_parse_feature_req:
+:      024271 le_send_feature_rsp:
+0x5c99 024272 arg 9 ,rega 
+0x5c9a 024273 arg ll_feature_rsp ,regb 
+0x5c9b 024274 call le_fifo_malloc_tx_ll 
+0x5c9c 024275 setarg param_le_features 
+0x5c9d 024276 istore 8 ,contw 
+0x5c9e 024277 rtn 
+:      024280 le_parse_version_ind:
+0x5c9f 024281 rtn master 
+:      024282 le_send_version_ind:
+0x5ca0 024283 arg 6 ,rega 
+0x5ca1 024284 arg ll_version_ind ,regb 
+0x5ca2 024285 call le_fifo_malloc_tx_ll 
+0x5ca3 024286 fetch 5 ,mem_lmp_version 
+0x5ca4 024287 istore 5 ,contw 
+0x5ca5 024288 rtn 
+:      024291 le_parse_ping_req:
+0x5ca6 024292 arg ll_ping_rsp ,regb 
+0x5ca7 024293 branch le_send_ll_one_lenth 
+:      024296 le_send_ll_one_lenth:
+0x5ca8 024297 arg 1 ,rega 
+0x5ca9 024298 branch le_fifo_malloc_tx_ll 
+:      024301 le_parse_enc_req:
+0x5caa 024302 ifetch 8 ,contr 
+0x5cab 024303 store 8 ,mem_le_rand 
+0x5cac 024304 ifetch 2 ,contr 
+0x5cad 024305 store 2 ,mem_le_ediv 
+0x5cae 024306 ifetch 8 ,contr 
+0x5caf 024307 store 8 ,mem_le_skdm 
+0x5cb0 024308 ifetch 4 ,contr 
+0x5cb1 024309 store 4 ,mem_le_ivm 
+0x5cb2 024310 call le_send_enc_rsp 
+0x5cb3 024311 bpatchx patch2f_2 ,mem_patch2f 
+0x5cb4 024312 fetch 1 ,mem_le_pairing_state 
+0x5cb5 024313 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
+0x5cb6 024314 fetch 1 ,mem_le_configuration 
+0x5cb7 024315 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
+0x5cb8 024316 fetch 1 ,mem_nv_data_number 
+0x5cb9 024317 ncall load_device_list_mode_4 ,blank 
+0x5cba 024318 fetch 1 ,mem_ltk_exists 
+0x5cbb 024319 beq 0 ,le_ltk_lost 
+:      024320 le_parse_enc_req_after_auth:
+0x5cbc 024321 jam flag_le_rcv_enc_start ,mem_le_enc_state 
+0x5cbd 024322 call le_send_start_enc_req 
+0x5cbe 024323 branch generate_sk 
+:      024325 le_parse_enc_req_fixed_ltk:
+0x5cbf 024326 jam 1 ,mem_ltk_exists 
+0x5cc0 024327 arg mem_le_fixed_ltk ,contr 
+0x5cc1 024328 arg mem_le_ltk ,contw 
+0x5cc2 024329 call memcpy16 
+0x5cc3 024330 branch le_parse_enc_req_after_auth 
+:      024333 le_ltk_lost:
+0x5cc4 024334 bpatchx patch2f_3 ,mem_patch2f 
+0x5cc5 024335 jam flag_le_enc_null ,mem_le_enc_state 
+0x5cc6 024336 jam flag_le_enc_null ,mem_le_pairing_state 
+0x5cc7 024337 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
+0x5cc8 024338 branch ui_ipc_send_event 
+:      024340 le_send_reject_ind:
+0x5cc9 024341 arg 2 ,rega 
+0x5cca 024342 arg ll_reject_ind ,regb 
+0x5ccb 024343 call le_fifo_malloc_tx_ll 
+0x5ccc 024344 setarg le_err_pin_or_key_missing 
+0x5ccd 024345 istore 1 ,contw 
+0x5cce 024346 rtn 
+:      024348 le_send_enc_rsp:
+0x5ccf 024349 arg mem_le_skds ,contw 
+0x5cd0 024350 force 8 ,loopcnt 
+0x5cd1 024351 call generate_random_loop 
+0x5cd2 024352 arg mem_le_ivs ,contw 
+0x5cd3 024353 force 4 ,loopcnt 
+0x5cd4 024354 call generate_random_loop 
+0x5cd5 024355 arg 13 ,rega 
+0x5cd6 024356 arg ll_enc_rsp ,regb 
+0x5cd7 024357 call le_fifo_malloc_tx_ll 
+0x5cd8 024358 fetch 8 ,mem_le_skds 
+0x5cd9 024359 istore 8 ,contw 
+0x5cda 024360 fetch 4 ,mem_le_ivs 
+0x5cdb 024361 istore 4 ,contw 
+0x5cdc 024362 rtn 
+:      024364 le_send_start_enc_req:
+0x5cdd 024365 arg ll_start_enc_req ,regb 
+0x5cde 024366 branch le_send_ll_one_lenth 
+:      024368 le_send_start_enc_rsp:
+0x5cdf 024369 arg ll_start_enc_rsp ,regb 
+0x5ce0 024370 branch le_send_ll_one_lenth 
+:      024373 le_parse_enc_rsp:
+0x5ce1 024374 ifetch 8 ,contr 
+0x5ce2 024375 store 8 ,mem_le_skds 
+0x5ce3 024376 ifetch 4 ,contr 
+0x5ce4 024377 store 4 ,mem_le_ivs 
+0x5ce5 024378 branch generate_sk 
+:      024380 le_parse_start_enc_req:
+0x5ce6 024381 fetch 1 ,mem_le_state 
+0x5ce7 024382 set1 lestate_encryption ,pdata 
+0x5ce8 024383 store 1 ,mem_le_state 
+0x5ce9 024384 rtn 
+:      024386 le_parse_start_enc_rsp:
+0x5cea 024387 rtn master 
+0x5ceb 024388 jam bt_evt_le_start_enc ,mem_fifo_temp 
+0x5cec 024389 call ui_ipc_send_event 
+0x5ced 024390 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
+0x5cee 024391 branch le_send_start_enc_rsp 
+:      024393 le_parse_pause_enc_req:
+0x5cef 024394 jam flag_le_enc_pause ,mem_le_enc_state 
+0x5cf0 024395 call le_send_pause_enc_rsp 
+0x5cf1 024396 jam bt_evt_le_pause_enc ,mem_fifo_temp 
+0x5cf2 024397 branch ui_ipc_send_event 
+:      024399 le_send_pause_enc_rsp:
+0x5cf3 024400 arg ll_pause_enc_rsp ,regb 
+0x5cf4 024401 branch le_send_ll_one_lenth 
+:      024404 le_parse_feature_rsp:
+:      024405 le_parse_unknown_rsp:
+:      024406 le_parse_pause_enc_rsp:
+:      024407 le_parse_reject_ind:
+:      024408 le_parse_ping_rsp:
+0x5cf5 024409 rtn 
+:      024416 init_lmp:
+0x5cf6 024417 rtn wake 
+:      024418 init_lmp_work:
+0x5cf7 024419 bpatchx patch2f_4 ,mem_patch2f 
+0x5cf8 024420 setarg 0 
+0x5cf9 024421 store 1 ,mem_lmp_to_send 
+0x5cfa 024422 store 1 ,mem_conn_sm 
+0x5cfb 024423 store 1 ,mem_lmo_opcode1 
+0x5cfc 024424 store 1 ,mem_lmo_opcode2 
+0x5cfd 024425 store 1 ,mem_esco_addr 
+0x5cfe 024426 store 1 ,mem_auth_enable 
+0x5cff 024427 store 1 ,mem_connection_options 
+0x5d00 024428 store 1 ,mem_pairing_auth 
+0x5d01 024429 jam switch_flag_init ,mem_switch_flag 
+0x5d02 024430 jam 0 ,mem_switch_fail_master_count 
+0x5d03 024431 jam null_encryp ,mem_wait_encryption 
+:      024432 init_lmp_reinit:
+0x5d04 024433 jam 0 ,mem_pairing_auth 
+0x5d05 024434 jam 0 ,mem_sp_localsm 
+0x5d06 024435 jam 0 ,mem_lmp_conn_state 
+:      024437 parse_rx_done:
+0x5d07 024438 rtn 
+:      024440 parse_lmp:
+0x5d08 024441 bpatchx patch2f_5 ,mem_patch2f 
+0x5d09 024442 call setlocalsm_master ,master 
+0x5d0a 024443 ncall setlocalsm_slave ,master 
+0x5d0b 024444 call lmo_fifo_check 
+0x5d0c 024445 nrtn blank 
+0x5d0d 024446 fetch 1 ,mem_state_map 
+0x5d0e 024447 rtnbit0 smap_rxlmp 
+0x5d0f 024448 set0 smap_rxlmp ,pdata 
+0x5d10 024449 set0 mark_rxbuf_inuse ,mark 
+0x5d11 024450 store 1 ,mem_state_map 
+0x5d12 024451 fetch 1 ,mem_rxbuf 
+0x5d13 024452 fetcht 1 ,mem_state_map 
+0x5d14 024453 isolate1 smap_lmptidinit ,pdata 
+0x5d15 024454 setflag true ,smap_lmptid ,temp 
+0x5d16 024455 storet 1 ,mem_state_map 
+0x5d17 024456 and_into 0x2 ,temp 
+0x5d18 024457 storet 1 ,mem_lmo_tid2 
+0x5d19 024458 fetcht 1 ,mem_state_map 
+0x5d1a 024459 rshift pdata ,pdata 
+0x5d1b 024460 store 1 ,mem_lmi_opcode2 
+0x5d1c 024461 bpatchx patch2f_6 ,mem_patch2f 
+0x5d1d 024462 fetch 1 ,mem_lmi_opcode2 
+0x5d1e 024463 beq lmp_escape ,parse_lmp_escape 
+0x5d1f 024464 beq lmp_accepted ,parse_lmp_accepted 
+0x5d20 024465 beq lmp_not_accepted ,parse_lmp_not_accepted 
+0x5d21 024466 beq lmp_set_afh ,parse_lmp_set_afh 
+0x5d22 024467 beq lmp_clkoffset_req ,parse_lmp_clkoffset_req 
+0x5d23 024468 beq lmp_encryption_mode_req ,parse_lmp_encryption_mode_req 
+0x5d24 024469 beq lmp_encryption_key_size_req ,parse_lmp_crypt_key 
+0x5d25 024470 beq lmp_auto_rate ,parse_lmp_auto_rate 
+0x5d26 024471 beq lmp_test_control ,parse_lmp_test_control 
+0x5d27 024472 beq lmp_test_activate ,parse_lmp_test_activate 
+0x5d28 024473 beq lmp_setup_complete ,parse_lmp_setup_complete 
+0x5d29 024474 beq lmp_supervision_timeout ,parse_lmp_supervision_timeout 
+0x5d2a 024475 beq lmp_features_req ,parse_lmp_features_req 
+0x5d2b 024476 beq lmp_host_connection_req ,parse_lmp_conn_req 
+0x5d2c 024477 beq lmp_version_req ,parse_lmp_version_req 
+0x5d2d 024478 beq lmp_version_res ,parse_lmp_version_res 
+0x5d2e 024479 beq lmp_detach ,parse_lmp_detach 
+0x5d2f 024480 beq lmp_max_slot ,parse_lmp_max_slot 
+0x5d30 024481 beq lmp_max_slot_req ,parse_lmp_max_slot_req 
+0x5d31 024482 beq lmp_name_req ,parse_lmp_name_req 
+0x5d32 024483 beq lmp_name_res ,parse_lmp_name_res 
+0x5d33 024484 beq lmp_features_res ,parse_lmp_features_res 
+0x5d34 024485 beq lmp_comb_key ,parse_lmp_comb_key 
+0x5d35 024486 beq lmp_au_rand ,parse_lmp_au_rand 
+0x5d36 024487 beq lmp_in_rand ,parse_lmp_in_rand 
+0x5d37 024488 beq lmp_sres ,parse_lmp_sres 
+0x5d38 024489 beq lmp_incr_power_req ,parse_lmp_incr_power 
+0x5d39 024490 beq lmp_decr_power_req ,parse_lmp_decr_power 
+0x5d3a 024491 beq lmp_max_power ,parse_lmp_max_power 
+0x5d3b 024492 beq lmp_min_power ,parse_lmp_min_power 
+0x5d3c 024493 beq lmp_page_mode_req ,parse_lmp_page_mode_req 
+0x5d3d 024494 beq lmp_page_scan_mode_req ,parse_lmp_page_scan_mode_req 
+0x5d3e 024495 beq lmp_preferred_rate ,parse_lmp_preferred_rate 
+0x5d3f 024496 beq lmp_slot_offset ,parse_lmp_slot_offset 
+0x5d40 024497 beq lmp_sniff_req ,parse_lmp_sniff_req 
+0x5d41 024498 beq lmp_start_encryption_req ,parse_lmp_start_encryption_req 
+0x5d42 024499 beq lmp_stop_encryption_req ,parse_lmp_stop_encryption_req 
+0x5d43 024500 beq lmp_switch_req ,parse_lmp_switch_req 
+0x5d44 024501 beq lmp_temp_rand ,parse_lmp_temp_rand 
+0x5d45 024502 beq lmp_temp_key ,parse_lmp_temp_key 
+0x5d46 024503 beq lmp_timing_accuracy_req ,parse_lmp_timing_accuracy_req 
+0x5d47 024504 beq lmp_timing_accuracy_res ,parse_lmp_timing_accuracy_res 
+0x5d48 024505 beq lmp_unit_key ,parse_lmp_unit_key 
+0x5d49 024506 beq lmp_unsniff_req ,parse_lmp_unsniff_req 
+0x5d4a 024507 beq lmp_use_semi_permanent_key ,parse_lmp_use_semi_permanend_key 
+0x5d4b 024508 beq lmp_encapsulated_header ,parse_lmp_encapsulated_header 
+0x5d4c 024509 beq lmp_encapsulated_payload ,parse_lmp_encapsulated_payload 
+0x5d4d 024510 beq lmp_simple_pairing_confirm ,parse_simple_pairing_confirm 
+0x5d4e 024511 beq lmp_simple_pairing_number ,parse_lmp_simple_pairing_number 
+0x5d4f 024512 beq lmp_dhkey_check ,parse_dhkey_check 
+0x5d50 024513 beq lmp_clkoffset_res ,parse_lmp_clkoffset_res 
+0x5d51 024514 beq lmp_enc_key_size_mask_req ,parse_enc_key_size_mask_req 
+:      024517 reject_unknown_packet:
+0x5d52 024518 jam unknown_lmp_pdu ,mem_lmo_reason2 
+:      024519 reject_lmp_packet:
+0x5d53 024520 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5d54 024521 rtn 
+:      024523 parse_lmp_clkoffset_req:
+0x5d55 024524 jam lmp_clkoffset_res ,mem_lmo_opcode2 
+0x5d56 024525 rtn 
+:      024527 parse_enc_key_size_mask_req:
+0x5d57 024528 jam lmp_enc_key_size_mask_res ,mem_lmo_opcode2 
+0x5d58 024529 rtn 
+:      024531 parse_lmp_set_afh:
+0x5d59 024532 fetch 4 ,mem_rxbuf + 1 
+0x5d5a 024533 lshift pdata ,pdata 
+0x5d5b 024534 store 4 ,mem_afh_instant 
+0x5d5c 024535 fetch 1 ,mem_rxbuf + 5 
+0x5d5d 024536 store 1 ,mem_afh_new_mod 
+0x5d5e 024537 fetch 5 ,mem_rxbuf + 6 
+0x5d5f 024538 store 5 ,mem_afh_map_new 
+0x5d60 024539 fetch 5 ,mem_rxbuf + 11 
+0x5d61 024540 istore 5 ,contw 
+0x5d62 024541 fetch 1 ,mem_mode 
+0x5d63 024542 set1 afh_change ,pdata 
+0x5d64 024543 store 1 ,mem_mode 
+0x5d65 024544 rtn 
+:      024545 parse_lmp_escape:
+0x5d66 024546 bpatchx patch2f_7 ,mem_patch2f 
+0x5d67 024547 fetch 1 ,mem_rxbuf + 1 
+0x5d68 024548 set1 7 ,pdata 
+0x5d69 024549 store 1 ,mem_lmi_opcode2 
+0x5d6a 024550 beq lmp_ext_accepted ,parse_lmpext_accepted 
+0x5d6b 024551 beq lmp_not_accepted_ext ,parse_lmpext_not_accepted 
+0x5d6c 024552 beq lmp_sniff_subrating_req ,parse_lmp_sniff_subrating_req 
+0x5d6d 024553 beq lmp_sniff_subrating_res ,parse_lmp_sniff_subrating_res 
+0x5d6e 024554 beq lmp_packet_type_table_req ,parse_lmpext_packet_type_table_req 
+0x5d6f 024555 beq lmp_ext_features_req ,parse_lmpext_features_req 
+0x5d70 024556 beq lmp_ext_features_res ,parse_lmpext_features_res 
+0x5d71 024557 beq lmp_ext_chn_classification_req ,parse_lmpext_chn_classification_req 
+0x5d72 024558 beq lmp_pause_encryption_req ,parse_lmpext_pause_encrypt 
+0x5d73 024559 beq lmp_resume_encryption_req ,parse_lmpext_resume_encrypt 
+0x5d74 024560 beq lmp_io_cap_req ,parse_lmpext_iocap_req 
+0x5d75 024561 beq lmp_io_cap_res ,parse_lmpext_iocap_res 
+0x5d76 024562 rtneq lmp_ext_features_res 
+:      024565 reject_unknown_ext_packet:
+0x5d77 024566 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
+0x5d78 024567 jam unknown_lmp_pdu ,mem_lmo_reason2 
+0x5d79 024569 rtn 
+:      024570 parse_lmpext_chn_classification_req:
+0x5d7a 024571 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
+0x5d7b 024572 jam not_support_chn_classification ,mem_lmo_reason2 
+0x5d7c 024573 rtn 
+:      024575 parse_lmpext_iocap_req:
+0x5d7d 024576 call iocap_lmpext_load 
+0x5d7e 024577 jam lmp_io_cap_res ,mem_lmo_opcode2 
+0x5d7f 024578 rtn 
+:      024580 parse_lmpext_iocap_res:
+0x5d80 024581 call iocap_lmpext_load 
+0x5d81 024582 branch iocap_lmpext_common 
+:      024584 iocap_lmpext_load:
+0x5d82 024585 arg mem_sp_iocap_remote ,contw 
+0x5d83 024586 fetch 3 ,mem_rxbuf + 2 
+0x5d84 024587 istore 3 ,contw 
+0x5d85 024588 rtn 
+:      024590 iocap_lmpext_common:
+0x5d86 024591 branch master_set_mem_master_sp_flag ,true 
+0x5d87 024592 rtn 
+:      024593 parse_lmpext_accepted:
+0x5d88 024594 fetch 1 ,mem_rxbuf + 3 
+0x5d89 024595 set1 7 ,pdata 
+0x5d8a 024596 store 1 ,mem_lmi_accepted_opcode 
+0x5d8b 024597 beq lmp_packet_type_table_req ,parse_lmpext_accepted_ptt 
+0x5d8c 024598 rtn 
+:      024601 parse_lmpext_not_accepted:
+0x5d8d 024602 fetch 1 ,mem_rxbuf + 3 
+0x5d8e 024603 set1 7 ,pdata 
+0x5d8f 024604 store 1 ,mem_lmi_accepted_opcode 
+0x5d90 024605 beq lmp_packet_type_table_req ,parse_lmpext_not_accepted_ptt 
+0x5d91 024606 rtn 
+:      024608 parse_lmpext_accepted_ptt:
+0x5d92 024609 fetch 1 ,mem_ptt 
+0x5d93 024610 fetcht 1 ,mem_state_map 
+0x5d94 024611 nsetflag blank ,smap_edr ,temp 
+0x5d95 024612 storet 1 ,mem_state_map 
+:      024613 parse_lmpext_not_accepted_ptt:
+0x5d96 024614 fetch 1 ,mem_state 
+0x5d97 024615 rtnbit0 state_init_seq 
+0x5d98 024616 set0 state_init_seq ,pdata 
+0x5d99 024617 store 1 ,mem_state 
+0x5d9a 024618 fetch 1 ,mem_auth_enable 
+0x5d9b 024619 nrtn blank 
+0x5d9c 024620 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5d9d 024621 rtn 
+:      024623 parse_lmpext_pause_encrypt:
+0x5d9e 024624 nbranch parse_lmpext_pause_encrypt_slave ,master 
+0x5d9f 024625 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x5da0 024626 branch tid_reply 
+:      024628 parse_lmpext_pause_encrypt_slave:
+0x5da1 024629 jam lmp_pause_encryption_req ,mem_lmo_opcode2 
+0x5da2 024630 rtn 
+:      024632 parse_lmpext_resume_encrypt:
+0x5da3 024635 call tid_reply 
+0x5da4 024636 branch lmp_start_encryption 
+:      024638 parse_lmpext_features_req:
+0x5da5 024639 jam lmp_ext_features_res ,mem_lmo_opcode2 
+0x5da6 024640 rtn 
+:      024642 parse_lmpext_features_res:
+0x5da7 024643 fetcht 1 ,mem_rxbuf + 4 
+0x5da8 024644 and temp ,0x1 ,temp 
+0x5da9 024645 storet 1 ,mem_remote_sppcap 
+0x5daa 024646 fetch 1 ,mem_hci_cmd 
+0x5dab 024647 bne hci_cmd_wait_remote_ext_feature ,parse_lmpext_features_res_not_hci 
+0x5dac 024648 jam 0 ,mem_hci_cmd 
+:      024649 parse_lmpext_features_res_not_hci:
+0x5dad 024650 fetch 1 ,mem_conn_sm 
+0x5dae 024651 rtnne conn_sm_wait_features_ext 
+0x5daf 024652 jam conn_sm_send_conn_req ,mem_conn_sm 
+0x5db0 024653 branch process_conn_sm 
+:      024655 parse_lmp_accepted:
+0x5db1 024656 bpatchx patch30_0 ,mem_patch30 
+0x5db2 024657 fetch 1 ,mem_rxbuf + 1 
+0x5db3 024658 store 1 ,mem_lmi_accepted_opcode 
+0x5db4 024659 beq lmp_host_connection_req ,parse_lmp_accepted_hostconn 
+0x5db5 024660 beq lmp_in_rand ,parse_lmp_accepted_inrand 
+0x5db6 024661 beq lmp_encryption_mode_req ,parse_lmp_accepted_enc_mode 
+0x5db7 024662 beq lmp_encryption_key_size_req ,parse_lmp_accepted_enc_keysize 
+0x5db8 024663 beq lmp_start_encryption_req ,parse_lmp_accepted_start_enc 
+0x5db9 024664 beq lmp_stop_encryption_req ,parse_lmp_accepted_stop_enc 
+0x5dba 024665 beq lmp_unsniff_req ,parse_lmp_accepted_unsniff_req 
+0x5dbb 024666 beq lmp_sniff_req ,parse_lmp_accepted_sniff_req 
+0x5dbc 024667 beq lmp_switch_req ,parse_lmp_accepted_switch 
+0x5dbd 024669 beq lmp_encapsulated_header ,parse_lmp_accepted_encapsulated_header 
+0x5dbe 024670 beq lmp_encapsulated_payload ,parse_lmp_accepted_encapsulated_payload 
+0x5dbf 024671 beq lmp_simple_pairing_number ,parse_lmp_accepted_simple_pairing_number 
+0x5dc0 024672 beq lmp_dhkey_check ,parse_lmp_accepted_dhkey_check 
+0x5dc1 024673 rtn 
+:      024675 parse_lmp_not_accepted:
+0x5dc2 024676 bpatchx patch30_1 ,mem_patch30 
+0x5dc3 024677 fetch 1 ,mem_rxbuf + 1 
+0x5dc4 024678 store 1 ,mem_lmi_accepted_opcode 
+0x5dc5 024679 beq lmp_name_req ,parse_lmp_not_accepted_name_req 
+0x5dc6 024680 beq lmp_host_connection_req ,parse_lmp_not_accepted_hostconn 
+0x5dc7 024681 beq lmp_au_rand ,parse_lmp_not_accepted_aurand 
+0x5dc8 024682 beq lmp_in_rand ,parse_lmp_not_accepted_inrand 
+0x5dc9 024683 beq lmp_switch_req ,parse_lmp_not_accepted_switch 
+0x5dca 024685 beq lmp_simple_pairing_number ,parse_lmp_not_accepted_simple_pairing_number 
+0x5dcb 024686 beq lmp_dhkey_check ,parse_lmp_not_accepted_dhkey_check 
+0x5dcc 024687 beq lmp_unsniff_req ,parse_lmp_not_accepted_unsniff_req 
+0x5dcd 024688 beq lmp_sniff_req ,parse_lmp_not_acdcept_sniff_req 
+0x5dce 024689 rtn 
+:      024691 parse_lmp_accepted_switch:
+0x5dcf 024692 jam bt_evt_switch_accept ,mem_fifo_temp 
+0x5dd0 024693 call ui_ipc_send_event 
+0x5dd1 024694 branch role_switch_prepare0 
+:      024695 parse_lmp_not_accepted_switch:
+0x5dd2 024696 jam bt_evt_switch_not_accept ,mem_fifo_temp 
+0x5dd3 024697 call ui_ipc_send_event 
+0x5dd4 024698 jam switch_flag_not_accept ,mem_switch_flag 
+0x5dd5 024699 setarg timer_switch_waite 
+0x5dd6 024700 arg switch_wait_timer ,queue 
+0x5dd7 024701 branch timer_init 
+:      024704 parse_lmp_accepted_hostconn:
+0x5dd8 024707 fetch 1 ,mem_lmp_conn_state 
+0x5dd9 024708 set1 received_conn_req ,pdata 
+0x5dda 024709 store 1 ,mem_lmp_conn_state 
+0x5ddb 024710 jam bt_evt_bb_connected ,mem_fifo_temp 
+0x5ddc 024711 call ui_ipc_send_event 
+0x5ddd 024712 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
+:      024714 parse_lmp_accepted_hostconn_ctn:
+0x5dde 024716 fetch 1 ,mem_conn_sm 
+0x5ddf 024717 bne conn_sm_wait_conn_accept ,parse_rx_done 
+0x5de0 024720 jam conn_sm_auth_pair ,mem_conn_sm 
+0x5de1 024721 rtn 
+:      024729 parse_lmp_not_accepted_hostconn:
+0x5de2 024730 jam acl_connection_already_exists ,mem_disconn_reason_send 
+0x5de3 024731 jam lmp_detach ,mem_lmo_opcode2 
+0x5de4 024733 jam conn_sm_standby ,mem_conn_sm 
+0x5de5 024735 branch parse_rx_done ,true 
+0x5de6 024736 rtn 
+:      024738 parse_lmp_accepted_inrand:
+0x5de7 024739 fetch 1 ,mem_link_key_exists 
+0x5de8 024740 nrtn blank 
+0x5de9 024741 call clear_linkkey 
+0x5dea 024742 call lmp_generate_key 
+0x5deb 024743 rtn master 
+0x5dec 024744 set1 mark_slave_in_rand_accepted ,mark 
+0x5ded 024745 rtn 
+:      024747 parse_lmp_accepted_enc_mode:
+0x5dee 024748 nrtn master 
+0x5def 024749 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
+0x5df0 024750 fetch 1 ,mem_state_map 
+0x5df1 024751 rtnbit0 smap_encryption 
+0x5df2 024752 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x5df3 024753 rtn 
+:      024755 parse_lmp_accepted_enc_keysize:
+0x5df4 024756 branch lmp_start_encryption 
+:      024758 parse_lmp_accepted_start_enc:
+0x5df5 024759 call send_create_conn_start_l2cap_timer_sm 
+0x5df6 024760 fetch 1 ,mem_state 
+0x5df7 024761 rtnbit1 state_conn_comp 
+0x5df8 024762 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5df9 024763 fetch 1 ,mem_conn_sm 
+0x5dfa 024764 rtnne conn_sm_encrypt_wait 
+0x5dfb 024765 jam conn_sm_encrypt_wait_clear ,mem_conn_sm 
+0x5dfc 024766 rtn 
+:      024768 parse_lmp_accepted_stop_enc:
+0x5dfd 024776 rtn 
+:      024778 parse_lmp_not_accepted_aurand:
+:      024779 parse_lmp_not_accepted_aurand_send_detach:
+0x5dfe 024780 jam lmp_detach ,mem_lmo_opcode2 
+0x5dff 024781 jam other_end_terminated ,mem_disconn_reason_send 
+0x5e00 024782 rtn 
+:      024784 parse_lmp_not_accepted_inrand:
+0x5e01 024785 fetch 1 ,mem_rxbuf + 2 
+0x5e02 024786 beq key_missing ,parse_lmp_inrand_key_missing 
+0x5e03 024787 rtnne pairing_not_allowed 
+0x5e04 024788 jam pairing_not_allowed ,mem_disconn_reason_send 
+0x5e05 024789 jam lmp_detach ,mem_lmo_opcode2 
+0x5e06 024790 rtn 
+:      024791 parse_lmp_inrand_key_missing:
+0x5e07 024792 jam key_missing ,mem_disconn_reason_send 
+0x5e08 024793 jam lmp_detach ,mem_lmo_opcode2 
+0x5e09 024794 rtn 
+:      024796 parse_lmp_not_accepted_name_req:
+0x5e0a 024797 rtn 
+:      024799 parse_lmp_not_accepted_simple_pairing_number:
+0x5e0b 024800 jam sp_stat_null ,mem_sp_state 
+0x5e0c 024801 jam lmp_detach ,mem_lmo_opcode2 
+0x5e0d 024802 branch parse_rx_done 
+:      024804 parse_lmp_not_accepted_dhkey_check:
+0x5e0e 024805 jam sp_stat_null ,mem_sp_state 
+0x5e0f 024806 jam lmp_detach ,mem_lmo_opcode2 
+0x5e10 024807 branch parse_rx_done 
+:      024808 parse_lmp_not_accepted_unsniff_req:
+0x5e11 024809 jam bt_evt_unsniff_not_accept ,mem_fifo_temp 
+0x5e12 024810 branch ui_ipc_send_event 
+:      024812 parse_lmp_accepted_unsniff_req:
+0x5e13 024813 jam bt_evt_unsniff_accept ,mem_fifo_temp 
+0x5e14 024814 call ui_ipc_send_event 
+0x5e15 024815 branch sniff_exit 
+:      024817 parse_lmp_accepted_sniff_req:
+0x5e16 024818 jam bt_evt_sniff_accept ,mem_fifo_temp 
+0x5e17 024819 call ui_ipc_send_event 
+0x5e18 024820 setarg 0 
+0x5e19 024821 store 2 ,mem_dsniff 
+0x5e1a 024822 fetch 2 ,mem_sniff_param_interval 
+0x5e1b 024823 lshift pdata ,pdata 
+0x5e1c 024824 store 2 ,mem_tsniff 
+0x5e1d 024825 fetch 1 ,mem_sniff_param_attempt 
+0x5e1e 024826 store 1 ,mem_sniff_attempt 
+0x5e1f 024827 fetch 1 ,mem_sniff_param_timeout 
+0x5e20 024828 store 1 ,mem_sniff_timeout 
+0x5e21 024829 branch sniff_init 
+:      024831 parse_lmp_not_acdcept_sniff_req:
+0x5e22 024832 jam bt_evt_sniff_not_accept ,mem_fifo_temp 
+0x5e23 024833 branch ui_ipc_send_event 
+:      024835 parse_lmp_crypt_key:
+0x5e24 024836 fetcht 1 ,mem_rxbuf + 1 
+0x5e25 024837 storet 1 ,mem_key_size 
+0x5e26 024838 branch accept_lmp_msg 
+:      024840 parse_lmp_setup_complete:
+0x5e27 024841 fetch 1 ,mem_lmp_conn_state 
+0x5e28 024842 set1 received_setup_complete ,pdata 
+0x5e29 024843 store 1 ,mem_lmp_conn_state 
+0x5e2a 024844 rtnbit1 sent_setup_complete 
+0x5e2b 024845 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5e2c 024846 branch parse_rx_done 
+:      024848 parse_lmp_max_slot:
+0x5e2d 024851 rtn 
+:      024853 parse_lmp_max_slot_req:
+0x5e2e 024854 fetch 1 ,mem_max_slot 
+0x5e2f 024855 fetcht 1 ,mem_rxbuf + 1 
+0x5e30 024856 isub temp ,null 
+0x5e31 024858 branch accept_lmp_msg ,positive 
+0x5e32 024859 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5e33 024860 jam unspecified_error ,mem_lmo_reason2 
+0x5e34 024861 jam lmp_max_slot_req ,mem_lmi_opcode2 
+0x5e35 024862 rtn 
+:      024864 parse_lmp_detach:
+0x5e36 024865 call prepare_disconnect 
+0x5e37 024866 branch accept_lmp_msg 
+:      024868 accept_lmp_msg:
+0x5e38 024869 jam lmp_accepted ,mem_lmo_opcode2 
+0x5e39 024870 rtn 
+:      024872 parse_lmp_incr_power:
+0x5e3a 024873 jam lmp_max_power ,mem_lmo_opcode2 
+0x5e3b 024874 rtn 
+:      024876 parse_lmp_decr_power:
+0x5e3c 024877 jam lmp_min_power ,mem_lmo_opcode2 
+0x5e3d 024878 rtn 
+:      024880 parse_lmp_version_res:
+0x5e3e 024881 fetch 1 ,mem_conn_sm 
+0x5e3f 024882 rtneq conn_sm_wait_version 
+0x5e40 024884 jam conn_sm_send_features ,mem_conn_sm 
+0x5e41 024886 rtn 
+:      024889 parse_lmp_auto_rate:
+0x5e42 024890 rtn 
+:      024892 parse_lmp_in_rand:
+0x5e43 024893 call lmp_copy_rand 
+0x5e44 024894 jam pincode_state_wait_pincode ,mem_pincode_state 
+0x5e45 024895 jam bt_evt_pincode_req ,mem_fifo_temp 
+0x5e46 024896 call ui_ipc_send_event 
+0x5e47 024898 call tid_check 
+0x5e48 024899 nbranch lmp_accept_inrand ,true 
+0x5e49 024901 nbranch parse_lmp_inrand_res ,master 
+0x5e4a 024902 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5e4b 024903 jam lmp_in_rand ,mem_lmi_opcode2 
+0x5e4c 024904 jam transaction_collision ,mem_lmo_reason2 
+0x5e4d 024905 rtn 
+:      024906 parse_lmp_inrand_res:
+0x5e4e 024907 fetch 1 ,mem_op 
+0x5e4f 024908 set1 op_inrand_req ,pdata 
+0x5e50 024909 store 1 ,mem_op 
+0x5e51 024910 rtn 
+:      024913 pop_tid_follow:
+0x5e52 024914 fetcht 1 ,mem_state_map 
+0x5e53 024915 nsetflag blank ,smap_lmptid ,temp 
+0x5e54 024916 storet 1 ,mem_state_map 
+0x5e55 024917 rtn 
+:      024920 push_tid_follow:
+0x5e56 024921 fetch 1 ,mem_lmo_tid2 
+0x5e57 024922 rshift pdata ,pdata 
+0x5e58 024923 and_into 1 ,pdata 
+0x5e59 024924 rtn 
+:      024926 parse_lmp_au_rand_moudle:
+0x5e5a 024927 fetch 1 ,mem_nv_data_number 
+0x5e5b 024928 rtn blank 
+0x5e5c 024929 fetch 1 ,mem_pairing_auth 
+0x5e5d 024930 call load_device_list ,blank 
+0x5e5e 024931 rtn 
+:      024933 parse_lmp_au_rand:
+0x5e5f 024934 call parse_lmp_au_rand_moudle 
+0x5e60 024935 call push_tid_follow 
+0x5e61 024936 store 1 ,mem_sres_tid 
+0x5e62 024937 call lmp_copy_rand 
+0x5e63 024938 jam lmp_sres ,mem_lmo_opcode2 
+0x5e64 024939 fetch 1 ,mem_link_key_exists 
+0x5e65 024940 nrtn blank 
+0x5e66 024941 fetch 1 ,mem_state 
+0x5e67 024942 rtnbit1 state_combkey 
+0x5e68 024943 jam key_missing ,mem_lmo_reason2 
+0x5e69 024944 branch reject_lmp_packet 
+:      024946 parse_lmp_sres:
+0x5e6a 024947 arg mem_plap ,rega 
+0x5e6b 024948 call function_e1 
+0x5e6c 024949 fetch 4 ,mem_rxbuf + 1 
+0x5e6d 024950 fetcht 4 ,mem_input_store 
+0x5e6e 024951 isub temp ,null 
+0x5e6f 024952 branch authentication_ok ,zero 
+0x5e70 024953 jam lmp_detach ,mem_lmo_opcode2 
+0x5e71 024954 jam authentication_failure_error ,mem_disconn_reason_send 
+0x5e72 024955 rtn 
+:      024956 authentication_ok:
+0x5e73 024957 call authentication_ok_common 
+0x5e74 024958 fetch 1 ,mem_ssp_enable 
+0x5e75 024959 branch pairing_success ,blank 
+0x5e76 024960 rtn 
+:      024963 authentication_ok_common:
+0x5e77 024964 call copy_aco 
+0x5e78 024965 call linkkey_ready 
+0x5e79 024966 fetch 1 ,mem_op 
+0x5e7a 024967 isolate1 op_auth_req ,pdata 
+0x5e7b 024968 set0 op_auth_req ,pdata 
+0x5e7c 024969 store 1 ,mem_op 
+0x5e7d 024970 fetch 1 ,mem_conn_sm 
+0x5e7e 024971 beq conn_sm_auth_wait ,authentication_ok_conn_sm 
+0x5e7f 024972 beq conn_sm_pairing_wait ,authentication_ok_conn_sm 
+0x5e80 024973 rtn 
+:      024974 authentication_ok_conn_sm:
+0x5e81 024975 fetch 1 ,mem_pairing_auth 
+0x5e82 024976 rtnne defalt_pairing_auth 
+0x5e83 024977 fetch 1 ,mem_state_map 
+0x5e84 024978 rtnbit1 smap_encryption 
+0x5e85 024979 branch host_create_conn_encrypt 
+:      024981 parse_lmp_comb_key:
+0x5e86 024982 arg mem_rxbuf + 1 ,rega 
+0x5e87 024983 arg mem_kinit ,regb 
+0x5e88 024984 arg mem_random_number ,contw 
+0x5e89 024985 call xor16 
+0x5e8a 024986 arg mem_plap ,rega 
+0x5e8b 024987 call generate_linkkey 
+0x5e8c 024988 jam lmp_au_rand ,mem_lmo_opcode2 
+0x5e8d 024989 fetch 1 ,mem_state 
+0x5e8e 024990 bbit0 state_combkey ,lmp_generate_key 
+0x5e8f 024991 rtn 
+:      024993 parse_lmp_name_res:
+0x5e90 024994 fetch 2 ,mem_len 
+0x5e91 024995 add pdata ,-3 ,loopcnt 
+0x5e92 024996 fetcht 1 ,mem_rxbuf + 1 
+0x5e93 024997 setarg mem_tmp_buffer 
+0x5e94 024998 iadd temp ,contw 
+0x5e95 024999 arg mem_rxbuf + 3 ,contr 
+0x5e96 025000 call memcpy 
+0x5e97 025001 fetcht 1 ,mem_name_offset 
+0x5e98 025002 fetch 1 ,mem_rxbuf + 2 
+0x5e99 025003 isub temp ,pdata 
+0x5e9a 025004 sub pdata ,14 ,null 
+0x5e9b 025005 branch parse_lmp_name_res_end ,positive 
+0x5e9c 025006 add temp ,14 ,pdata 
+0x5e9d 025007 store 1 ,mem_name_offset 
+0x5e9e 025008 jam lmp_name_req ,mem_lmo_opcode2 
+0x5e9f 025009 rtn 
+:      025010 parse_lmp_name_res_end:
+0x5ea0 025011 fetch 1 ,mem_state_map 
+0x5ea1 025012 set1 smap_name_res ,pdata 
+0x5ea2 025013 store 1 ,mem_state_map 
+0x5ea3 025014 bbit1 smap_name_req ,lmp_disconnect 
+0x5ea4 025015 rtn 
+:      025016 parse_lmp_name_req:
+0x5ea5 025017 fetch 1 ,mem_rxbuf + 1 
+0x5ea6 025018 store 1 ,mem_lmi_opcode2 
+0x5ea7 025019 jam lmp_name_res ,mem_lmo_opcode2 
+0x5ea8 025020 rtn 
+:      025022 parse_lmp_conn_req:
+0x5ea9 025023 branch accept_lmp_msg 
+:      025025 parse_lmp_timing_accuracy_req:
+0x5eaa 025026 jam lmp_timing_accuracy_res ,mem_lmo_opcode2 
+0x5eab 025027 rtn 
+:      025029 parse_lmp_features_req:
+0x5eac 025030 jam lmp_features_res ,mem_lmo_opcode2 
+0x5ead 025031 rtn 
+:      025033 parse_lmp_version_req:
+0x5eae 025034 jam lmp_version_res ,mem_lmo_opcode2 
+0x5eaf 025035 rtn 
+:      025037 parse_lmp_supervision_timeout:
+0x5eb0 025040 rtn 
+:      025044 parse_lmp_sniff_subrating_req:
+0x5eb1 025045 fetch 2 ,mem_tsniff 
+0x5eb2 025046 iforce temp 
+0x5eb3 025047 fetch 1 ,mem_rxbuf + 2 
+0x5eb4 025048 store 1 ,mem_subsniff_rate 
+0x5eb5 025049 imul32 temp ,temp 
+0x5eb6 025050 fetch 2 ,mem_rxbuf + 3 
+0x5eb7 025051 lshift pdata ,pdata 
+0x5eb8 025052 store 2 ,mem_subsniff_tcmax 
+0x5eb9 025053 fetch 4 ,mem_rxbuf + 5 
+0x5eba 025054 lshift pdata ,pdata 
+0x5ebb 025055 store 4 ,mem_subsniff_instant 
+0x5ebc 025057 deposit temp 
+0x5ebd 025058 store 2 ,mem_subsniff_tsniff 
+0x5ebe 025059 rtn 
+:      025060 parse_lmpext_packet_type_table_req:
+0x5ebf 025061 fetcht 1 ,mem_ptt 
+0x5ec0 025062 fetch 1 ,mem_rxbuf + 2 
+0x5ec1 025063 ixor temp ,null 
+0x5ec2 025064 nbranch reject_unknown_ext_packet ,zero 
+0x5ec3 025065 isolate1 0 ,pdata 
+0x5ec4 025066 fetch 1 ,mem_state_map 
+0x5ec5 025067 setflag true ,smap_edr ,pdata 
+0x5ec6 025068 store 1 ,mem_state_map 
+0x5ec7 025069 jam lmp_ext_accepted ,mem_lmo_opcode2 
+0x5ec8 025070 jam lmp_packet_type_table_req ,mem_lmi_opcode2 
+0x5ec9 025071 rtn 
+:      025074 parse_lmp_sniff_subrating_res:
+:      025075 parse_lmp_preferred_rate:
+:      025076 parse_lmp_max_power:
+:      025077 parse_lmp_min_power:
+0x5eca 025078 rtn 
+:      025079 parse_lmp_page_mode_req:
+0x5ecb 025081 branch accept_lmp_msg 
+:      025082 parse_lmp_page_scan_mode_req:
+0x5ecc 025085 branch accept_lmp_msg 
+:      025089 parse_lmp_slot_offset:
+0x5ecd 025090 fetch 2 ,mem_rxbuf + 1 
+0x5ece 025091 store 2 ,mem_slot_offset 
+0x5ecf 025092 rtn 
+:      025094 parse_lmp_sniff_req_check_sniff_para:
+0x5ed0 025095 fetch 2 ,mem_rxbuf + 4 
+0x5ed1 025096 fetcht 1 ,mem_lpm_mult 
+0x5ed2 025097 imul32 temp ,pdata 
+0x5ed3 025098 arg 0x640 ,temp 
+0x5ed4 025099 isub temp ,null 
+0x5ed5 025101 rtn 
+:      025103 parse_lmp_sniff_req:
+0x5ed6 025104 fetch 2 ,mem_rxbuf + 6 
+0x5ed7 025105 branch lmp_reject_sniff ,blank 
+0x5ed8 025106 call parse_lmp_sniff_req_check_sniff_para 
+0x5ed9 025107 branch lmp_reject_sniff ,positive 
+0x5eda 025108 fetch 1 ,mem_device_option 
+0x5edb 025109 sub pdata ,dvc_op_module ,null 
+0x5edc 025110 call module_set_lpm_mult_2 ,zero 
+0x5edd 025111 fetch 1 ,mem_state 
+0x5ede 025112 bbit1 state_insniff ,lmp_reject_sniff 
+0x5edf 025113 fetch 2 ,mem_rxbuf + 2 
+0x5ee0 025114 lshift pdata ,pdata 
+0x5ee1 025115 store 2 ,mem_dsniff 
+0x5ee2 025116 fetch 2 ,mem_rxbuf + 4 
+0x5ee3 025117 lshift pdata ,pdata 
+0x5ee4 025118 store 2 ,mem_tsniff 
+0x5ee5 025119 fetch 2 ,mem_rxbuf + 6 
+0x5ee6 025120 store 1 ,mem_sniff_attempt 
+0x5ee7 025121 iforce temp 
+0x5ee8 025122 fetch 2 ,mem_rxbuf + 8 
+0x5ee9 025123 store 1 ,mem_sniff_timeout 
+0x5eea 025124 isub temp ,null 
+0x5eeb 025125 nbranch set_big_value_to_attempt ,positive 
+0x5eec 025126 store 1 ,mem_sniff_attempt 
+:      025127 set_big_value_to_attempt:
+0x5eed 025129 jam lmp_accepted ,mem_lmo_opcode2 
+0x5eee 025130 jam lmp_sniff_req ,mem_lmi_opcode2 
+0x5eef 025131 rtn 
+:      025133 lmp_reject_sniff:
+0x5ef0 025134 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5ef1 025135 branch reject_lmp_packet 
+:      025137 parse_lmp_start_encryption_req:
+0x5ef2 025138 call accept_lmp_msg 
+0x5ef3 025139 call lmp_copy_rand 
+0x5ef4 025140 call function_e3 
+0x5ef5 025141 branch start_encryption 
+:      025143 parse_lmp_stop_encryption_req:
+0x5ef6 025144 call accept_lmp_msg 
+0x5ef7 025145 branch stop_encryption 
+:      025148 parse_lmp_switch_req:
+0x5ef8 025149 fetch 4 ,mem_rxbuf + 1 
+0x5ef9 025150 lshift pdata ,pdata 
+0x5efa 025152 branch parse_lmp_switch_accept ,master 
+0x5efb 025153 fetcht 1 ,mem_link_key_exists 
+0x5efc 025154 nbranch parse_lmp_switch_req_clear_mark ,blank 
+:      025155 parse_lmp_switch_req_not_accept:
+0x5efd 025156 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5efe 025157 jam lmp_switch_req ,mem_lmi_opcode2 
+0x5eff 025158 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f00 025159 rtn 
+:      025160 parse_lmp_switch_req_clear_mark:
+0x5f01 025161 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x5f02 025162 jam 0 ,mem_conn_sm 
+0x5f03 025163 branch role_switch_prepare 
+:      025165 parse_lmp_switch_accept:
+0x5f04 025166 call role_switch_prepare 
+0x5f05 025167 set1 mark_reconn_recieve_switch ,mark 
+0x5f06 025168 fetch 1 ,mem_connection_options 
+0x5f07 025169 set0 connection_switch ,pdata 
+0x5f08 025170 store 1 ,mem_connection_options 
+0x5f09 025171 branch accept_lmp_msg 
+:      025175 parse_lmp_temp_rand:
+:      025176 parse_lmp_temp_key:
+:      025177 parse_lmp_timing_accuracy_res:
+:      025178 parse_lmp_unit_key:
+:      025179 parse_lmp_use_semi_permanend_key:
+0x5f0a 025180 rtn 
+:      025183 parse_lmp_unsniff_req:
+0x5f0b 025184 jam lmp_accepted ,mem_lmo_opcode2 
+0x5f0c 025185 jam lmp_unsniff_req ,mem_lmi_opcode2 
+0x5f0d 025186 jam bt_evt_remote_unsniff ,mem_fifo_temp 
+0x5f0e 025187 call ui_ipc_send_event 
+0x5f0f 025188 branch sniff_exit 
+:      025190 parse_lmp_encapsulated_header:
+0x5f10 025191 fetch 1 ,mem_rxbuf + 1 
+0x5f11 025192 bne encapsulated_major_type_p192 ,parse_lmp_encapsulated_header_reject 
+0x5f12 025193 fetch 1 ,mem_rxbuf + 2 
+0x5f13 025194 bne encapsulated_minor_type_p192 ,parse_lmp_encapsulated_header_reject 
+0x5f14 025195 fetch 1 ,mem_rxbuf + 3 
+0x5f15 025196 bne encapsulated_len_p192 ,parse_lmp_encapsulated_header_reject 
+0x5f16 025197 call check_localsm 
+0x5f17 025198 branch parse_lmp_encapsulated_header_master ,true 
+0x5f18 025199 jam sp_stat_key_recv ,mem_sp_state 
+:      025200 parse_lmp_encapsulated_header_master:
+0x5f19 025201 jam lmp_accepted ,mem_lmo_opcode2 
+0x5f1a 025202 jam lmp_encapsulated_header ,mem_lmi_opcode2 
+0x5f1b 025203 branch parse_rx_done 
+:      025205 parse_lmp_encapsulated_header_reject:
+0x5f1c 025206 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f1d 025207 branch reject_lmp_packet 
+:      025209 parse_lmp_accepted_encapsulated_header:
+0x5f1e 025212 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
+0x5f1f 025214 rtn 
+:      025215 parse_lmp_accepted_simple_pairing_number:
+0x5f20 025216 fetch 1 ,mem_ssp_mode_flag 
+0x5f21 025217 beq ssp_mode_ssp_pin_flag ,parse_lmp_accepted_simple_pairing_number_ssp_pin 
+0x5f22 025218 beq ssp_mode_passkey_entry_flag ,parse_lmp_accepted_simple_pairing_number_passkey 
+:      025219 parse_lmp_accepted_simple_pairing_number_common:
+0x5f23 025220 call check_localsm 
+0x5f24 025221 rtn true 
+0x5f25 025222 jam sp_stat_confirm_recv ,mem_sp_state 
+0x5f26 025223 rtn 
+:      025225 parse_lmp_accepted_simple_pairing_number_ssp_pin:
+0x5f27 025226 call g_noninit_number_confirm 
+0x5f28 025227 jam bt_evt_bt_gkey_generate ,mem_fifo_temp 
+0x5f29 025228 call ui_ipc_send_event 
+0x5f2a 025229 branch parse_lmp_accepted_simple_pairing_number_common 
+:      025232 parse_lmp_accepted_simple_pairing_number_passkey:
+0x5f2b 025233 call check_localsm 
+0x5f2c 025234 rtn true 
+0x5f2d 025235 fetch 1 ,mem_authentication_passkey_times 
+0x5f2e 025236 beq 19 ,authentication_passkey_end 
+0x5f2f 025237 increase 1 ,pdata 
+0x5f30 025238 store 1 ,mem_authentication_passkey_times 
+:      025241 authentication_passkey:
+0x5f31 025242 jam sp_flag_commit ,mem_sp_flag 
+0x5f32 025243 jam sp_stat_commit_calc ,mem_sp_state 
+0x5f33 025244 fetch 1 ,mem_authentication_passkey_times 
+0x5f34 025245 copy pdata ,queue 
+0x5f35 025246 fetch 6 ,mem_pin 
+0x5f36 025247 qisolate1 pdata 
+0x5f37 025248 setarg 0x80 
+0x5f38 025249 setflag true ,0 ,pdata 
+0x5f39 025250 store 1 ,mem_passkey_1bit 
+0x5f3a 025251 rtn 
+:      025253 authentication_passkey_end:
+0x5f3b 025254 jam sp_stat_confirm_recv ,mem_sp_state 
+0x5f3c 025255 rtn 
+:      025257 parse_lmp_accepted_dhkey_check:
+0x5f3d 025258 call parse_lmp_accepted_dhkey_check_common 
+:      025259 pairing_success:
+0x5f3e 025260 fetch 1 ,mem_flag_pairing_state 
+0x5f3f 025261 rtn blank 
+0x5f40 025262 jam flag_pairing_state_not_pairing ,mem_flag_pairing_state 
+0x5f41 025263 jam bt_evt_bt_pairing_success ,mem_fifo_temp 
+0x5f42 025264 branch ui_ipc_send_event 
+:      025267 parse_lmp_accepted_dhkey_check_common:
+0x5f43 025269 call check_localsm 
+0x5f44 025270 ncall g_noninit ,true 
+0x5f45 025271 call g_init ,true 
+0x5f46 025272 call check_localsm 
+0x5f47 025273 rtn true 
+0x5f48 025274 jam sp_stat_link_key_calc ,mem_sp_state 
+0x5f49 025275 jam sp_flag_commit ,mem_sp_flag 
+0x5f4a 025276 rtn 
+:      025278 parse_simple_pairing_confirm:
+0x5f4b 025279 arg mem_sp_confirm_remote ,contw 
+0x5f4c 025280 arg mem_rxbuf + 1 ,contr 
+0x5f4d 025281 call memcpy16 
+0x5f4e 025282 fetch 1 ,mem_ssp_mode_flag 
+0x5f4f 025283 rtneq ssp_mode_passkey_entry_flag 
+0x5f50 025284 branch master_set_mem_master_sp_flag 
+:      025286 parse_lmp_encapsulated_payload:
+0x5f51 025287 fetch 1 ,mem_master_sp_state 
+0x5f52 025288 beq sp_stat_random_send ,parse_encapsulated_payload_master 
+0x5f53 025289 fetch 1 ,mem_sp_state 
+0x5f54 025290 bne sp_stat_key_recv ,parse_lmp_encapsulated_payload_reject 
+:      025291 parse_encapsulated_payload_master:
+0x5f55 025292 fetch 1 ,mem_sp_remote_key_recv_count 
+0x5f56 025293 sub pdata ,0x20 ,contw 
+0x5f57 025294 nbranch parse_lmp_encapsulated_payload_reject ,positive 
+0x5f58 025295 arg mem_sp_pubkey_remote ,contw 
+0x5f59 025296 iadd contw ,contw 
+0x5f5a 025297 fetch 8 ,mem_rxbuf + 1 
+0x5f5b 025298 istore 8 ,contw 
+0x5f5c 025299 fetch 8 ,mem_rxbuf + 9 
+0x5f5d 025300 istore 8 ,contw 
+0x5f5e 025301 fetch 1 ,mem_sp_remote_key_recv_count 
+0x5f5f 025302 increase 16 ,pdata 
+0x5f60 025303 store 1 ,mem_sp_remote_key_recv_count 
+0x5f61 025304 bne encapsulated_len_p192 ,accept_lmp_msg 
+:      025305 parse_lmp_encapsulated_payload_completed:
+0x5f62 025306 call check_localsm 
+0x5f63 025307 branch accept_lmp_msg ,true 
+0x5f64 025308 jam sp_key_valid ,mem_sp_remote_key_invalid 
+0x5f65 025309 jam sp_stat_key_generate ,mem_sp_state 
+0x5f66 025310 jam sp_flag_commit ,mem_sp_flag 
+0x5f67 025311 branch accept_lmp_msg 
+:      025312 parse_lmp_encapsulated_payload_reject:
+0x5f68 025313 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f69 025314 branch reject_lmp_packet 
+:      025315 parse_lmp_accepted_encapsulated_payload:
+0x5f6a 025316 fetch 1 ,mem_sp_local_key_send_count 
+0x5f6b 025317 beq encapsulated_len_p192 ,parse_lmp_encapsulated_payload_all_accepted 
+0x5f6c 025318 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
+0x5f6d 025319 branch parse_rx_done 
+:      025321 parse_lmp_encapsulated_payload_all_accepted:
+0x5f6e 025322 call check_localsm 
+0x5f6f 025323 branch parse_lmp_encapsulated_payload_all_accepted_master ,true 
+0x5f70 025324 fetch 1 ,mem_ssp_mode_flag 
+0x5f71 025325 beq ssp_mode_passkey_entry_flag ,parse_lmp_encapsulated_payload_all_accepted_get_passkey 
+0x5f72 025326 jam sp_flag_commit ,mem_sp_flag 
+0x5f73 025327 jam sp_stat_commit_calc ,mem_sp_state 
+0x5f74 025328 branch parse_rx_done 
+:      025330 parse_lmp_encapsulated_payload_all_accepted_get_passkey:
+0x5f75 025331 jam bt_evt_bt_get_passkey ,mem_fifo_temp 
+0x5f76 025332 branch ui_ipc_send_event 
+:      025335 parse_lmp_encapsulated_payload_all_accepted_master:
+0x5f77 025337 branch parse_rx_done 
+:      025339 parse_lmp_simple_pairing_number:
+0x5f78 025340 fetch 1 ,mem_master_sp_state 
+0x5f79 025341 beq sp_stat_random_send ,parse_lmp_simple_pairing_number_master 
+0x5f7a 025342 fetch 1 ,mem_sp_state 
+0x5f7b 025343 bne sp_stat_random_recv ,parse_lmp_simple_pairing_number_reject 
+:      025344 parse_lmp_simple_pairing_number_master:
+0x5f7c 025345 arg mem_sp_random_remote ,contw 
+0x5f7d 025346 fetch 8 ,mem_rxbuf + 1 
+0x5f7e 025347 istore 8 ,contw 
+0x5f7f 025348 fetch 8 ,mem_rxbuf + 9 
+0x5f80 025349 istore 8 ,contw 
+0x5f81 025350 call check_localsm 
+0x5f82 025351 branch parse_lmp_simple_pairing_number_master0 ,true 
+0x5f83 025352 jam sp_stat_random_send ,mem_sp_state 
+0x5f84 025353 jam sp_flag_commit ,mem_sp_flag 
+0x5f85 025354 branch accept_lmp_msg 
+:      025355 parse_lmp_simple_pairing_number_master0:
+0x5f86 025356 jam sp_stat_commit_calc ,mem_master_sp_state 
+0x5f87 025357 branch master_set_mem_master_sp_flag 
+:      025360 parse_lmp_simple_pairing_number_reject:
+0x5f88 025361 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f89 025362 branch reject_lmp_packet 
+:      025364 parse_dhkey_check:
+0x5f8a 025365 fetch 1 ,mem_master_sp_state 
+0x5f8b 025366 beq sp_stat_confirm_send ,parse_dhkey_check_master 
+0x5f8c 025367 fetch 1 ,mem_sp_state 
+0x5f8d 025368 bne sp_stat_confirm_recv ,parse_lmp_dhkey_check_reject 
+:      025369 parse_dhkey_check_master:
+0x5f8e 025370 arg mem_sp_check_result ,contw 
+0x5f8f 025371 arg mem_rxbuf + 1 ,contr 
+0x5f90 025372 call memcpy16 
+0x5f91 025373 call check_localsm 
+0x5f92 025374 branch parse_dhkey_check_master0 ,true 
+0x5f93 025375 fetch 1 ,mem_ssp_mode_flag 
+0x5f94 025376 beq ssp_mode_ssp_pin_flag ,number_comparison_mode 
+:      025377 number_comparison_successed:
+0x5f95 025378 jam 0 ,mem_flag_mode_ssp_pin 
+0x5f96 025379 jam sp_stat_confirm_check ,mem_sp_state 
+0x5f97 025380 jam sp_flag_commit ,mem_sp_flag 
+0x5f98 025381 jam lmp_dhkey_check ,mem_lmi_opcode2 
+0x5f99 025382 branch parse_rx_done 
+:      025384 parse_dhkey_check_master0:
+0x5f9a 025385 jam sp_stat_confirm_check ,mem_master_sp_state 
+0x5f9b 025386 jam sp_flag_commit ,mem_master_sp_flag 
+0x5f9c 025387 branch parse_rx_done 
+:      025388 parse_lmp_dhkey_check_reject:
+0x5f9d 025389 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f9e 025390 branch reject_lmp_packet 
+:      025392 number_comparison_mode:
+0x5f9f 025393 fetch 1 ,mem_flag_mode_ssp_pin 
+0x5fa0 025394 bbit1 flag_mode_ssp_pin_reviceve_comparison_bit ,comparison_result 
+0x5fa1 025395 set1 flag_mode_ssp_pin_recieve_dhkey_bit ,pdata 
+0x5fa2 025396 store 1 ,mem_flag_mode_ssp_pin 
+0x5fa3 025397 rtn 
+:      025399 comparison_result:
+0x5fa4 025400 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
+0x5fa5 025401 jam 0 ,mem_flag_mode_ssp_pin 
+0x5fa6 025402 branch parse_lmp_dhkey_check_reject 
+:      025405 parse_lmp_clkoffset_res:
+0x5fa7 025406 branch parse_rx_done 
+:      025408 parse_lmp_encryption_mode_req:
+0x5fa8 025409 fetch 1 ,mem_connection_options 
+0x5fa9 025410 set0 connection_encrypt 
+0x5faa 025411 store 1 ,mem_connection_options 
+0x5fab 025412 call accept_lmp_msg 
+0x5fac 025413 nrtn master 
+0x5fad 025414 fetch 1 ,mem_rxbuf + 1 
+0x5fae 025415 fetcht 1 ,mem_op 
+0x5faf 025416 setflag blank ,op_stop_enc ,temp 
+0x5fb0 025417 nsetflag blank ,op_start_enc ,temp 
+0x5fb1 025418 storet 1 ,mem_op 
+0x5fb2 025419 rtn 
+:      025421 parse_lmp_features_res:
+0x5fb3 025422 fetcht 8 ,mem_rxbuf + 1 
+:      025423 parse_lmp_features_res_not_hci:
+0x5fb4 025424 fetch 1 ,mem_conn_sm 
+0x5fb5 025425 rtnne conn_sm_wait_features_res 
+0x5fb6 025427 fetch 1 ,mem_connection_options 
+0x5fb7 025428 bbit0 connection_feature_ext ,parse_lmp_send_conn 
+0x5fb8 025430 jam conn_sm_send_features_ext ,mem_conn_sm 
+0x5fb9 025431 rtn 
+:      025432 parse_lmp_send_conn:
+0x5fba 025433 jam conn_sm_send_conn_req ,mem_conn_sm 
+0x5fbb 025434 rtn 
+:      025435 parse_lmp_test_activate:
+0x5fbc 025436 fetch 1 ,mem_debug_config 
+0x5fbd 025437 store 1 ,mem_test_mode_old_debug_config 
+0x5fbe 025438 jam lmp_accepted ,mem_lmo_opcode2 
+0x5fbf 025439 jam lmp_test_activate ,mem_lmi_opcode2 
+0x5fc0 025440 rtn 
+:      025441 parse_lmp_test_control:
+0x5fc1 025444 jam lmp_accepted ,mem_lmo_opcode2 
+0x5fc2 025445 jam lmp_test_control ,mem_lmi_opcode2 
+0x5fc3 025446 force 9 ,loopcnt 
+0x5fc4 025447 arg mem_rxbuf + 1 ,contr 
+0x5fc5 025448 arg mem_temp_payload ,contw 
+:      025449 parse_lmp_test_xor:
+0x5fc6 025450 ifetch 1 ,contr 
+0x5fc7 025451 xor_into 0x55 ,pdata 
+0x5fc8 025452 istore 1 ,contw 
+0x5fc9 025453 loop parse_lmp_test_xor 
+0x5fca 025454 fetch 1 ,test_mode_scenario 
+0x5fcb 025455 fetcht 1 ,mem_tester_emulate 
+0x5fcc 025456 set0 tester_no_whitening ,temp 
+0x5fcd 025457 set0 tester_pattern_test ,temp 
+0x5fce 025458 beq exit_test_mode ,parse_lmp_test_control_exit 
+0x5fcf 025459 beq pause_test_mode ,parse_lmp_test_control_pause 
+0x5fd0 025460 beq closed_loop_back_acl ,parse_lmp_test_control_loopback 
+0x5fd1 025461 beq acl_without_whitening ,parse_lmp_test_control_loopback_nowhite 
+0x5fd2 025462 beq closed_loop_back_sco ,parse_lmp_test_control_loopback 
+0x5fd3 025463 beq sco_without_whitening ,parse_lmp_test_control_loopback_nowhite 
+0x5fd4 025464 beq zero_pattern ,parse_lmp_test_control_pattern 
+0x5fd5 025465 beq one_pattern ,parse_lmp_test_control_pattern 
+0x5fd6 025466 beq alt_pattern ,parse_lmp_test_control_pattern 
+0x5fd7 025467 beq alt2_pattern ,parse_lmp_test_control_pattern 
+0x5fd8 025468 beq pseudorandom ,parse_lmp_test_control_pattern 
+0x5fd9 025469 rtn 
+:      025470 parse_lmp_test_control_exit:
+0x5fda 025472 fetch 1 ,mem_tester_emulate 
+0x5fdb 025473 set1 tester_exit ,pdata 
+0x5fdc 025474 set1 tester_change ,pdata 
+0x5fdd 025475 store 1 ,mem_tester_emulate 
+0x5fde 025476 rtn 
+:      025477 parse_lmp_test_control_pattern:
+0x5fdf 025478 set1 tester_pattern_test ,temp 
+0x5fe0 025479 jam 5 ,mem_lch_code 
+0x5fe1 025480 fetch 2 ,test_mode_data_length 
+0x5fe2 025481 iforce loopcnt 
+0x5fe3 025482 store 2 ,mem_len 
+0x5fe4 025483 arg mem_rxbuf ,contw 
+0x5fe5 025484 call pn9 
+:      025485 parse_lmp_test_control_loopback_nowhite:
+0x5fe6 025486 set1 tester_no_whitening ,temp 
+:      025487 parse_lmp_test_control_loopback:
+0x5fe7 025488 set1 tester_change ,temp 
+0x5fe8 025489 force 0 ,pdata 
+0x5fe9 025490 store 1 ,mem_slave_rcvcnt 
+0x5fea 025491 store 2 ,mem_tst_pktcnt_crc 
+0x5feb 025492 store 2 ,mem_tst_pktcnt_dmh 
+0x5fec 025493 store 2 ,mem_tst_pktcnt_hec 
+0x5fed 025494 store 2 ,mem_tst_pktcnt_sync 
+0x5fee 025495 fetch 1 ,test_mode_hopping_mode 
+0x5fef 025496 compare fixed_freq ,pdata ,0xff 
+0x5ff0 025497 setflag true ,tester_fixed_freq ,temp 
+0x5ff1 025498 storet 1 ,mem_tester_emulate 
+0x5ff2 025499 rtn 
+:      025501 parse_lmp_test_control_pause:
+0x5ff3 025502 set0 mark_testmode ,mark 
+0x5ff4 025503 jam 0 ,mem_tester_emulate 
+0x5ff5 025504 fetch 1 ,mem_debug_config 
+0x5ff6 025505 set0 debug_tx_pattern ,pdata 
+0x5ff7 025506 store 1 ,mem_debug_config 
+0x5ff8 025507 rtn 
+:      025513 lmp_copy_rand:
+0x5ff9 025514 arg mem_rxbuf + 1 ,contr 
+0x5ffa 025515 arg mem_random_number ,contw 
+0x5ffb 025516 branch memcpy16 
+:      025518 lmp_generate_key:
+0x5ffc 025519 jam lmp_comb_key ,mem_lmo_opcode2 
+0x5ffd 025520 rtn 
+:      025522 lmp_start_encryption:
+0x5ffe 025523 nrtn master 
+0x5fff 025524 jam lmp_start_encryption_req ,mem_lmo_opcode2 
+0x6000 025525 rtn 
+:      025527 lmp_accept_inrand:
+0x6001 025528 arg mem_lap ,rega 
+0x6002 025529 call generate_kinit 
+0x6003 025530 jam lmp_accepted ,mem_lmo_opcode2 
+0x6004 025531 jam lmp_in_rand ,mem_lmi_opcode2 
+0x6005 025532 rtn 
+:      025534 lmp_disconnect:
+0x6006 025535 jam 10 ,mem_conn_timer 
+0x6007 025536 jam lmp_detach ,mem_lmo_opcode2 
+0x6008 025537 jam local_host ,mem_disconn_reason_send 
+0x6009 025538 rtn 
+:      025544 send_lmp:
+0x600a 025545 bpatchx patch30_2 ,mem_patch30 
+0x600b 025546 disable user 
+0x600c 025547 call lmo_fifo_process 
+0x600d 025548 fetch 1 ,mem_lmp_to_send 
+0x600e 025549 rtn blank 
+0x600f 025554 bbit1 7 ,send_lmp_escape 
+:      025555 send_lmp0:
+0x6010 025556 beq lmp_name_req ,send_lmp_name_req 
+0x6011 025557 beq lmp_name_res ,send_lmp_name_res 
+0x6012 025558 beq lmp_accepted ,send_lmp_accepted 
+0x6013 025559 beq lmp_not_accepted ,send_lmp_not_accepted 
+0x6014 025560 beq lmp_features_req ,send_lmp_features_req 
+0x6015 025561 beq lmp_features_res ,send_lmp_features_res 
+0x6016 025562 beq lmp_timing_accuracy_res ,send_lmp_timing_accuracy_res 
+0x6017 025563 beq lmp_version_req ,send_lmp_version_req 
+0x6018 025564 beq lmp_version_res ,send_lmp_version_res 
+0x6019 025565 beq lmp_setup_complete ,send_lmp_setup_complete 
+0x601a 025566 beq lmp_supervision_timeout ,send_lmp_superto 
+0x601b 025567 beq lmp_host_connection_req ,send_lmp_no_payload 
+0x601c 025568 beq lmp_in_rand ,send_lmp_inrand 
+0x601d 025569 beq lmp_comb_key ,send_lmp_comb_key 
+0x601e 025570 beq lmp_au_rand ,send_lmp_aurand 
+0x601f 025571 beq lmp_sres ,send_lmp_sres 
+0x6020 025572 beq lmp_encryption_mode_req ,send_lmp_encryption_mode_req 
+0x6021 025573 beq lmp_encryption_key_size_req ,send_lmp_encryption_key_size_req 
+0x6022 025574 beq lmp_start_encryption_req ,send_lmp_start_encryption 
+0x6023 025575 beq lmp_detach ,send_lmp_detach 
+0x6024 025576 beq lmp_quality_of_service_req ,send_lmp_quality_of_service_req 
+0x6025 025577 beq lmp_unit_key ,send_lmp_unit_key 
+0x6026 025579 beq lmp_incr_power_req ,send_lmp_inc_power 
+0x6027 025580 beq lmp_clkoffset_res ,send_lmp_clkoffset_res 
+0x6028 025581 beq lmp_max_power ,send_lmp_nopayload_reply 
+0x6029 025582 beq lmp_max_slot ,send_lmp_max_slot 
+0x602a 025583 beq lmp_max_slot_req ,send_lmp_max_slot_req 
+0x602b 025584 beq lmp_min_power ,send_lmp_nopayload_reply 
+0x602c 025585 beq lmp_slot_offset ,send_lmp_slot_offset 
+0x602d 025586 beq lmp_switch_req ,send_lmp_switch_req 
+0x602e 025587 beq lmp_sniff_req ,send_lmp_sniff_req 
+0x602f 025588 beq lmp_stop_encryption_req ,send_lmp_stop_encryption_req 
+0x6030 025589 beq lmp_timing_accuracy_req ,send_lmp_timing_accuracy_req 
+0x6031 025590 beq lmp_unsniff_req ,send_lmp_unsniff_req 
+0x6032 025591 beq lmp_encapsulated_header ,send_lmp_encapsulated_header 
+0x6033 025592 beq lmp_encapsulated_payload ,send_lmp_encapsulated_payload 
+0x6034 025593 beq lmp_simple_pairing_confirm ,send_lmp_simple_pairing_comfirm 
+0x6035 025594 beq lmp_simple_pairing_number ,send_lmp_simple_pairing_number 
+0x6036 025595 beq lmp_dhkey_check ,send_lmp_dhkey_check 
+0x6037 025596 beq lmp_auto_rate ,send_lmp_auto_rate 
+0x6038 025597 beq lmp_enc_key_size_mask_res ,send_lmp_enc_key_size_mask_res 
+0x6039 025599 beq lmp_clkoffset_req ,send_lmp_clkoffset_req 
+0x603a 025600 beq lmp_quality_of_service ,send_lmp_quality_of_service 
+0x603b 025601 beq lmp_test_activate ,send_lmp_test_activate 
+0x603c 025602 beq lmp_test_control ,send_lmp_test_control 
+:      025603 send_lmp_error:
+0x603d 025604 branch assert 
+0x603e 025605 rtn 
+:      025606 send_lmp_escape:
+0x603f 025607 beq lmp_ext_accepted ,send_lmpext_accepted 
+0x6040 025608 beq lmp_ext_features_res ,send_lmpext_features_res 
+0x6041 025609 beq lmp_not_accepted_ext ,send_lmpext_not_accepted 
+0x6042 025610 beq lmp_ext_features_req ,send_lmpext_features_req 
+0x6043 025611 beq lmp_packet_type_table_req ,send_lmpext_packet_type_table_req 
+0x6044 025612 beq lmp_pause_encryption_req ,send_lmpext_pause_encryption_req 
+0x6045 025613 beq lmp_io_cap_req ,send_lmp_io_cap_req 
+0x6046 025614 beq lmp_io_cap_res ,send_lmpext_io_cap_res 
+0x6047 025615 beq lmp_sniff_subrating_req ,send_lmpext_sniff_subrating_req 
+0x6048 025616 beq lmp_sniff_subrating_res ,send_lmpext_sniff_subrating_res 
+0x6049 025617 branch assert 
+:      025623 send_lmp_accepted:
+0x604a 025624 force 2 ,pdata 
+0x604b 025625 call msg_send_lmp 
+0x604c 025626 fetch 1 ,mem_lmi_opcode 
+0x604d 025627 istore 1 ,contw 
+0x604e 025628 call send_lmp_follow 
+0x604f 025629 bpatchx patch30_3 ,mem_patch30 
+0x6050 025630 fetch 1 ,mem_lmi_opcode 
+0x6051 025631 beq lmp_in_rand ,send_lmp_accepted_inrand 
+0x6052 025632 beq lmp_encryption_mode_req ,send_lmp_accepted_enc_mode 
+0x6053 025633 beq lmp_encryption_key_size_req ,send_lmp_accepted_enc_key 
+0x6054 025634 beq lmp_sniff_req ,send_lmp_accept_sniff_req 
+0x6055 025635 beq lmp_host_connection_req ,send_lmp_accepted_connection 
+0x6056 025636 beq lmp_dhkey_check ,send_lmp_accept_dhkey_check 
+0x6057 025637 beq lmp_start_encryption_req ,send_create_conn_start_l2cap_timer_sm 
+0x6058 025638 rtn 
+:      025640 send_create_conn_start_l2cap_timer_sm:
+0x6059 025641 fetch 1 ,mem_conn_sm 
+0x605a 025642 rtn blank 
+0x605b 025643 jam conn_sm_wait_done ,mem_conn_sm 
+0x605c 025644 setarg timer_enpt_waite 
+0x605d 025645 arg enpt_delay_timer ,queue 
+0x605e 025646 branch timer_init 
+:      025648 send_lmp_accept_sniff_req:
+0x605f 025649 branch sniff_init 
+:      025650 send_lmp_not_accepted:
+0x6060 025651 force 3 ,pdata 
+0x6061 025652 call msg_send_lmp 
+0x6062 025653 fetch 1 ,mem_lmi_opcode 
+0x6063 025654 beq lmp_au_rand ,send_not_accept_aurand 
+0x6064 025655 istore 1 ,contw 
+0x6065 025656 fetch 1 ,mem_lmo_reason 
+0x6066 025657 istore 1 ,contw 
+0x6067 025658 branch send_lmp_follow 
+:      025660 send_not_accept_aurand:
+0x6068 025661 istore 1 ,contw 
+0x6069 025662 fetch 1 ,mem_lmo_reason 
+0x606a 025663 istore 1 ,contw 
+0x606b 025664 arg mem_sres_tid ,temp 
+0x606c 025665 branch special_tid_store 
+:      025667 send_lmpext_accepted:
+0x606d 025668 force 4 ,queue 
+0x606e 025669 call send_lmpext 
+0x606f 025670 setarg lmp_escape 
+0x6070 025671 istore 1 ,contw 
+0x6071 025672 fetch 1 ,mem_lmi_opcode 
+0x6072 025673 set0 7 ,pdata 
+0x6073 025674 istore 1 ,contw 
+0x6074 025675 fetch 1 ,mem_lmi_opcode 
+0x6075 025676 branch send_lmp_follow 
+:      025678 send_lmpext_not_accepted:
+0x6076 025679 force 5 ,queue 
+0x6077 025680 call send_lmpext 
+0x6078 025681 setarg lmp_escape 
+0x6079 025682 istore 1 ,contw 
+0x607a 025683 fetch 1 ,mem_lmi_opcode 
+0x607b 025684 set0 7 ,pdata 
+0x607c 025685 istore 1 ,contw 
+0x607d 025686 fetch 1 ,mem_lmo_reason 
+0x607e 025687 istore 1 ,contw 
+0x607f 025688 branch send_lmp_follow 
+:      025691 send_lmp_accepted_inrand:
+0x6080 025692 call clear_linkkey 
+0x6081 025693 call tid_check 
+0x6082 025694 rtn true 
+0x6083 025695 branch lmp_generate_key 
+:      025697 send_lmp_accepted_enc_mode:
+0x6084 025698 fetch 1 ,mem_op 
+0x6085 025699 bbit1 op_start_enc ,send_lmp_accepted_enc_start 
+0x6086 025700 rtnbit0 op_stop_enc 
+0x6087 025701 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x6088 025702 set0 op_stop_enc ,pdata 
+0x6089 025703 call tid_reply 
+0x608a 025704 branch send_lmp_accepted_enc_exit 
+:      025705 send_lmp_accepted_enc_start:
+0x608b 025706 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
+0x608c 025707 set0 op_start_enc ,pdata 
+:      025708 send_lmp_accepted_enc_exit:
+0x608d 025709 store 1 ,mem_op 
+0x608e 025710 rtn 
+:      025712 send_lmp_accepted_enc_key:
+0x608f 025713 call check_localsm 
+0x6090 025714 branch lmp_start_encryption ,true 
+0x6091 025715 rtn 
+:      025717 send_lmp_accepted_connection:
+0x6092 025718 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
+0x6093 025720 fetch 1 ,mem_lmp_conn_state 
+0x6094 025721 set1 received_conn_req ,pdata 
+0x6095 025722 store 1 ,mem_lmp_conn_state 
+0x6096 025723 jam bt_evt_bb_connected ,mem_fifo_temp 
+0x6097 025724 branch ui_ipc_send_event 
+:      025727 send_lmp_accept_dhkey_check:
+0x6098 025728 rtn 
+:      025732 send_lmpext_features_res:
+0x6099 025733 force 12 ,queue 
+0x609a 025734 call send_lmpext 
+0x609b 025735 setarg 0x01 
+0x609c 025736 istore 1 ,contw 
+0x609d 025737 fetch 2 ,mem_lmpext_ssp_enable 
+0x609e 025738 istore 2 ,contw 
+0x609f 025739 setarg 0 
+0x60a0 025740 istore 3 ,contw 
+0x60a1 025741 setarg 0x00 
+0x60a2 025742 istore 4 ,contw 
+0x60a3 025743 branch send_lmp_reply 
+:      025744 send_lmpext_io_cap_res:
+0x60a4 025745 force 5 ,queue 
+0x60a5 025746 call send_lmpext 
+0x60a6 025747 fetch 3 ,mem_sp_iocap_local 
+0x60a7 025748 istore 3 ,contw 
+0x60a8 025749 call send_lmp_reply 
+0x60a9 025750 jam flag_pairing_state_pairing ,mem_flag_pairing_state 
+0x60aa 025751 fetch 1 ,mem_sp_iocap_local 
+0x60ab 025752 beq display_yesno ,responder_iocap_display_yesno 
+0x60ac 025753 beq keyboard_only ,responder_iocap_keyboard_only 
+0x60ad 025754 beq no_input_no_output ,responder_iocap_no_input_no_output 
+0x60ae 025755 rtn 
+:      025757 responder_iocap_keyboard_only:
+0x60af 025758 fetch 1 ,mem_sp_iocap_remote 
+0x60b0 025759 beq display_only ,responder_iocap_keyboard_only_initiator_iocap_display_only 
+0x60b1 025760 beq display_yesno ,responder_iocap_keyboard_only_initiator_iocap_display_yesno 
+0x60b2 025761 beq keyboard_only ,responder_iocap_keyboard_only_initiator_iocap_keyboard_only 
+0x60b3 025762 beq no_input_no_output ,responder_iocap_keyboard_only_initiator_iocap_no_input_no_output 
+0x60b4 025763 rtn 
+:      025766 responder_iocap_display_yesno:
+0x60b5 025767 fetch 1 ,mem_sp_iocap_remote 
+0x60b6 025768 beq display_only ,responder_iocap_display_yesno_initiator_iocap_display_only 
+0x60b7 025769 beq display_yesno ,responder_iocap_display_yesno_initiator_iocap_display_yesno 
+0x60b8 025770 beq keyboard_only ,responder_iocap_display_yesno_initiator_iocap_keyboard_only 
+0x60b9 025771 beq no_input_no_output ,responder_iocap_display_yesno_initiator_iocap_no_input_no_output 
+0x60ba 025772 rtn 
+:      025775 responder_iocap_no_input_no_output:
+0x60bb 025776 fetch 1 ,mem_sp_iocap_remote 
+0x60bc 025777 beq display_only ,responder_iocap_no_input_no_output_initiator_iocap_display_only 
+0x60bd 025778 beq display_yesno ,responder_iocap_no_input_no_output_initiator_iocap_display_yesno 
+0x60be 025779 beq keyboard_only ,responder_iocap_no_input_no_output_initiator_iocap_keyboard_only 
+0x60bf 025780 beq no_input_no_output ,responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output 
+0x60c0 025781 rtn 
+:      025783 responder_iocap_keyboard_only_initiator_iocap_no_input_no_output:
+:      025784 responder_iocap_display_yesno_initiator_iocap_no_input_no_output:
+:      025785 responder_iocap_display_yesno_initiator_iocap_display_only:
+:      025786 responder_iocap_no_input_no_output_initiator_iocap_display_only:
+:      025787 responder_iocap_no_input_no_output_initiator_iocap_display_yesno:
+:      025788 responder_iocap_no_input_no_output_initiator_iocap_keyboard_only:
+:      025789 responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output:
+:      025790 set_ssp_mode_justwork:
+0x60c1 025791 jam ssp_mode_just_work_flag ,mem_ssp_mode_flag 
+0x60c2 025792 fetch 1 ,mem_classic_bt_flag 
+0x60c3 025793 bbit1 flag_ssp_reject_justwork ,app_bt_disconnect 
+0x60c4 025794 rtn 
+:      025796 responder_iocap_display_yesno_initiator_iocap_display_yesno:
+:      025797 set_ssp_mode_numeric_comparison:
+0x60c5 025798 jam ssp_mode_ssp_pin_flag ,mem_ssp_mode_flag 
+0x60c6 025799 rtn 
+:      025801 responder_iocap_keyboard_only_initiator_iocap_display_yesno:
+:      025802 responder_iocap_keyboard_only_initiator_iocap_keyboard_only:
+:      025803 responder_iocap_keyboard_only_initiator_iocap_display_only:
+:      025804 responder_iocap_display_yesno_initiator_iocap_keyboard_only:
+:      025805 set_ssp_mode_passkey:
+0x60c7 025806 jam ssp_mode_passkey_entry_flag ,mem_ssp_mode_flag 
+0x60c8 025807 rtn 
+:      025810 classic_bt_set_reject_justwork_flag:
+0x60c9 025811 arg flag_ssp_reject_justwork ,queue 
+0x60ca 025812 branch classic_bluetooth_set_flag 
+:      025814 classic_bt_clr_reject_justwork_flag:
+0x60cb 025815 arg flag_ssp_reject_justwork ,queue 
+0x60cc 025816 branch classic_bluetooth_clr_flag 
+:      025818 classic_bluetooth_set_flag:
+0x60cd 025819 fetch 1 ,mem_classic_bt_flag 
+0x60ce 025820 qset1 pdata 
+0x60cf 025821 store 1 ,mem_classic_bt_flag 
+0x60d0 025822 rtn 
+:      025824 classic_bluetooth_clr_flag:
+0x60d1 025825 fetch 1 ,mem_classic_bt_flag 
+0x60d2 025826 qset0 pdata 
+0x60d3 025827 store 1 ,mem_classic_bt_flag 
+0x60d4 025828 rtn 
+:      025831 send_lmp_io_cap_req:
+0x60d5 025832 force 5 ,queue 
+0x60d6 025833 call send_lmpext 
+0x60d7 025834 fetch 3 ,mem_sp_iocap_local 
+0x60d8 025835 istore 3 ,contw 
+0x60d9 025836 branch send_lmp_request 
+:      025839 send_lmpext_sniff_subrating_req:
+0x60da 025841 rtn 
+:      025842 send_lmpext_sniff_subrating_res:
+0x60db 025843 force 9 ,queue 
+0x60dc 025844 call send_lmpext 
+0x60dd 025845 fetch 1 ,mem_subsniff_rate 
+0x60de 025846 istore 1 ,contw 
+0x60df 025847 fetch 2 ,mem_subsniff_tcmax 
+0x60e0 025848 istore 2 ,contw 
+0x60e1 025849 fetch 4 ,mem_subsniff_instant 
+0x60e2 025850 istore 4 ,contw 
+0x60e3 025851 branch send_lmp_reply 
+:      025853 send_lmp_name_res:
+0x60e4 025854 force 17 ,pdata 
+0x60e5 025855 call msg_send_lmp 
+0x60e6 025856 fetch 1 ,mem_lmi_opcode 
+0x60e7 025857 copy pdata ,temp 
+0x60e8 025858 beq 0x00 ,send_lmp_name_res_offset_ok 
+0x60e9 025859 beq 0x0e ,send_lmp_name_res_offset_ok 
+0x60ea 025860 beq 0x1c ,send_lmp_name_res_offset_ok 
+0x60eb 025861 rtn 
+:      025862 send_lmp_name_res_offset_ok:
+0x60ec 025863 istore 1 ,contw 
+0x60ed 025864 fetch 1 ,mem_local_name_length 
+0x60ee 025865 istore 1 ,contw 
+0x60ef 025866 arg 14 ,loopcnt 
+0x60f0 025867 setarg mem_local_name 
+0x60f1 025868 iadd temp ,contr 
+0x60f2 025869 call memcpy 
+0x60f3 025870 branch send_lmp_reply 
+:      025873 send_lmp_timing_accuracy_res:
+0x60f4 025874 force 3 ,pdata 
+0x60f5 025875 call msg_send_lmp 
+0x60f6 025876 setarg 0x0114 
+0x60f7 025877 istore 2 ,contw 
+0x60f8 025878 branch send_lmp_reply 
+:      025880 send_lmp_clkoffset_res:
+0x60f9 025882 force 3 ,pdata 
+0x60fa 025883 call msg_send_lmp 
+0x60fb 025884 fetch 4 ,mem_clke_bt 
+0x60fc 025885 isub clkn_bt ,pdata 
+0x60fd 025886 branch send_lmp_clkoffset_res_master ,master 
+0x60fe 025887 sub pdata ,0 ,pdata 
+:      025888 send_lmp_clkoffset_res_master:
+0x60ff 025890 rshift2 pdata ,pdata 
+0x6100 025891 set0 15 ,pdata 
+0x6101 025892 istore 2 ,contw 
+0x6102 025893 branch send_lmp_reply 
+:      025895 send_lmp_version_res:
+0x6103 025896 force 6 ,pdata 
+0x6104 025897 call msg_send_lmp 
+0x6105 025898 fetch 5 ,mem_lmp_version 
+0x6106 025899 istore 5 ,contw 
+0x6107 025900 branch send_lmp_reply 
+:      025902 send_lmp_features_res:
+0x6108 025903 force 9 ,pdata 
+0x6109 025904 call msg_send_lmp 
+0x610a 025905 fetch 8 ,mem_features 
+0x610b 025906 istore 8 ,contw 
+0x610c 025907 branch send_lmp_reply 
+:      025914 send_lmpext_features_req:
+0x610d 025915 force 12 ,queue 
+0x610e 025916 call send_lmpext 
+0x610f 025917 setarg 0x01 
+0x6110 025918 istore 1 ,contw 
+0x6111 025919 fetch 2 ,mem_lmpext_ssp_enable 
+0x6112 025920 istore 2 ,contw 
+0x6113 025921 setarg 0 
+0x6114 025922 istore 3 ,contw 
+0x6115 025923 setarg 0x00 
+0x6116 025924 istore 4 ,contw 
+0x6117 025925 branch send_lmp_request 
+:      025927 send_lmpext_packet_type_table_req:
+0x6118 025928 force 3 ,queue 
+0x6119 025929 call send_lmpext 
+0x611a 025930 fetch 1 ,mem_ptt 
+0x611b 025931 istore 1 ,contw 
+0x611c 025932 disable user 
+0x611d 025933 call send_lmp_request 
+0x611e 025934 nrtn user 
+0x611f 025935 nrtn master 
+0x6120 025936 fetch 1 ,mem_afh_cfg 
+0x6121 025937 rtnbit0 afh_cfg_on 
+0x6122 025938 call afh_init 
+0x6123 025939 branch afh_open_all_channels 
+:      025942 ssp_enable:
+0x6124 025943 bpatchx patch30_4 ,mem_patch30 
+0x6125 025944 fetch 1 ,mem_features + 6 
+0x6126 025945 set1 param_featrue_ssp ,pdata 
+0x6127 025946 store 1 ,mem_features + 6 
+0x6128 025947 setarg param_lmpext_ssp_enable 
+0x6129 025948 store 2 ,mem_lmpext_ssp_enable 
+0x612a 025949 rtn 
+:      025951 ssp_disable:
+0x612b 025952 bpatchx patch30_5 ,mem_patch30 
+0x612c 025953 fetch 1 ,mem_features + 6 
+0x612d 025954 set0 param_featrue_ssp ,pdata 
+0x612e 025955 store 1 ,mem_features + 6 
+0x612f 025956 setarg 0 
+0x6130 025957 store 2 ,mem_lmpext_ssp_enable 
+0x6131 025958 rtn 
+:      025960 afh_init:
+0x6132 025961 jam 0x3 ,mem_afh_cfg 
+0x6133 025962 setarg 0 
+0x6134 025963 store 4 ,mem_afh_timer 
+0x6135 025964 arg mem_afh_map_lo ,contw 
+0x6136 025965 call afh_reset_map 
+0x6137 025966 arg mem_afh_map_new ,contw 
+0x6138 025967 call afh_reset_map 
+0x6139 025968 arg mem_afh_classify_channel_map ,contw 
+0x613a 025969 call afh_reset_map 
+0x613b 025970 branch afh_clear_error_counter 
+:      025971 afh_open_all_channels:
+0x613c 025972 arg mem_afh_map_new ,contw 
+0x613d 025973 call afh_reset_map 
+0x613e 025974 call afh_clear_error_counter 
+0x613f 025975 branch afh_set_send_flag 
+:      025978 afh_reset_map:
+0x6140 025979 setarg 0xffffff 
+0x6141 025980 istore 3 ,contw 
+0x6142 025981 istore 3 ,contw 
+0x6143 025982 istore 3 ,contw 
+0x6144 025983 setarg 0x7f 
+0x6145 025984 istore 1 ,contw 
+0x6146 025985 rtn 
+:      025986 afh_clear_error_counter:
+0x6147 025987 setarg 0 
+0x6148 025988 store 2 ,mem_afh_error_total 
+0x6149 025989 rtn 
+:      025990 afh_set_send_flag:
+0x614a 025991 fetch 1 ,mem_afh_cfg 
+0x614b 025992 set1 send_lmp_set_afh ,pdata 
+0x614c 025993 store 1 ,mem_afh_cfg 
+0x614d 025994 rtn 
+:      025997 send_lmpext_pause_encryption_req:
+0x614e 025998 force 2 ,queue 
+0x614f 025999 call send_lmpext 
+0x6150 026000 nbranch send_lmp_reply ,master 
+0x6151 026002 branch send_lmp_request 
+:      026006 send_lmp_detach:
+0x6152 026007 force 2 ,pdata 
+0x6153 026008 call msg_send_lmp 
+0x6154 026009 fetch 1 ,mem_disconn_reason_send 
+0x6155 026010 istore 1 ,contw 
+0x6156 026011 call send_lmp_request 
+:      026012 prepare_disconnect:
+0x6157 026013 fetch 1 ,mem_op 
+0x6158 026014 set1 op_disconn ,pdata 
+0x6159 026015 store 1 ,mem_op 
+0x615a 026016 jam 50 ,mem_conn_timer 
+0x615b 026017 rtn 
+:      026020 send_lmp_no_payload:
+0x615c 026021 force 1 ,pdata 
+0x615d 026022 call msg_send_lmp 
+0x615e 026023 branch send_lmp_request 
+:      026024 send_lmp_nopayload_reply:
+0x615f 026025 force 1 ,pdata 
+0x6160 026026 call msg_send_lmp 
+0x6161 026027 branch send_lmp_reply 
+:      026030 send_lmp_encryption_mode_req:
+0x6162 026031 force 2 ,pdata 
+0x6163 026032 call msg_send_lmp 
+0x6164 026033 fetch 1 ,mem_state_map 
+0x6165 026034 isolate0 smap_encryption ,pdata 
+0x6166 026035 setflag true ,0 ,pdata 
+0x6167 026036 and_into 1 ,pdata 
+0x6168 026037 istore 1 ,contw 
+0x6169 026038 branch send_lmp_request 
+:      026041 send_lmp_superto:
+0x616a 026042 force 3 ,pdata 
+0x616b 026043 call msg_send_lmp 
+0x616c 026044 fetch 2 ,mem_supervision_to 
+0x616d 026045 istore 2 ,contw 
+0x616e 026046 branch send_lmp_request 
+:      026048 send_lmp_name_req:
+0x616f 026049 jam 250 ,mem_conn_timer 
+0x6170 026050 force 2 ,pdata 
+0x6171 026051 call msg_send_lmp 
+0x6172 026052 fetch 1 ,mem_name_offset 
+0x6173 026053 istore 1 ,contw 
+0x6174 026054 branch send_lmp_request 
+:      026056 send_lmp_test_control:
+0x6175 026057 force 10 ,pdata 
+0x6176 026058 call msg_send_lmp 
+0x6177 026059 arg mem_temp_payload ,contr 
+0x6178 026060 force 9 ,loopcnt 
+:      026061 send_lmp_test_control_loop:
+0x6179 026062 ifetch 1 ,contr 
+0x617a 026063 xor_into 0x55 ,pdata 
+0x617b 026064 istore 1 ,contw 
+0x617c 026065 loop send_lmp_test_control_loop 
+0x617d 026066 branch send_lmp_request 
+:      026068 send_lmp_quality_of_service_req:
+0x617e 026069 branch send_lmp_request 
+:      026070 send_lmp_unit_key:
+0x617f 026071 branch send_lmp_request 
+:      026073 send_lmp_slot_offset:
+0x6180 026074 rtn master 
+0x6181 026075 call calc_slot_offset 
+0x6182 026076 force 9 ,pdata 
+0x6183 026077 call msg_send_lmp 
+0x6184 026078 fetch 2 ,mem_slot_offset 
+0x6185 026079 istore 2 ,contw 
+0x6186 026080 fetch 3 ,mem_lap 
+0x6187 026081 istore 3 ,contw 
+0x6188 026082 fetch 1 ,mem_uap 
+0x6189 026083 istore 1 ,contw 
+0x618a 026084 fetch 2 ,mem_nap 
+0x618b 026085 istore 2 ,contw 
+0x618c 026086 bmark0 mark_switch_initiated ,send_lmp_slot_offset_reply 
+0x618d 026087 set0 mark_switch_initiated ,mark 
+0x618e 026088 call send_lmp_request 
+0x618f 026089 jam lmp_switch_req ,mem_lmo_opcode2 
+0x6190 026090 rtn 
+:      026091 send_lmp_slot_offset_reply:
+0x6191 026092 call send_lmp_reply 
+0x6192 026093 jam lmp_accepted ,mem_lmo_opcode2 
+0x6193 026094 jam lmp_switch_req ,mem_lmi_opcode2 
+0x6194 026095 rtn 
+:      026097 send_lmp_switch_req:
+0x6195 026098 arg 0x200 ,temp 
+0x6196 026099 branch switch_on_native ,master 
+0x6197 026100 deposit clke_bt 
+0x6198 026101 branch switch_slack 
+:      026102 switch_on_native:
+0x6199 026103 deposit clkn_bt 
+:      026104 switch_slack:
+0x619a 026105 deposit bt_clk 
+0x619b 026106 iadd temp ,pdata 
+0x619c 026107 and_into 0x1fc ,pdata 
+0x619d 026108 store 4 ,mem_sniff_anchor 
+0x619e 026109 force 5 ,pdata 
+0x619f 026110 call msg_send_lmp 
+0x61a0 026111 fetch 4 ,mem_sniff_anchor 
+0x61a1 026112 rshift pdata ,pdata 
+0x61a2 026113 istore 4 ,contw 
+0x61a3 026114 branch send_lmp_request 
+:      026116 send_lmp_sniff_req:
+0x61a4 026117 force 10 ,pdata 
+0x61a5 026118 call msg_send_lmp 
+0x61a6 026119 arg mem_sniff_payload ,contr 
+0x61a7 026120 ifetch 9 ,contr 
+0x61a8 026121 istore 9 ,contw 
+0x61a9 026122 branch send_lmp_request 
+:      026125 send_lmp_timing_accuracy_req:
+0x61aa 026127 force 3 ,pdata 
+0x61ab 026128 call msg_send_lmp 
+0x61ac 026129 setarg 0x0114 
+0x61ad 026130 istore 2 ,contw 
+0x61ae 026131 branch send_lmp_request 
+:      026133 send_lmp_unsniff_req:
+0x61af 026135 force 1 ,pdata 
+0x61b0 026136 call msg_send_lmp 
+0x61b1 026145 branch send_lmp_request 
+:      026148 send_lmp_max_slot:
+0x61b2 026149 force 2 ,pdata 
+0x61b3 026150 call msg_send_lmp 
+0x61b4 026151 fetch 1 ,mem_max_slot 
+0x61b5 026152 istore 1 ,contw 
+0x61b6 026153 branch send_lmp_request 
+:      026156 send_lmp_max_slot_req:
+0x61b7 026157 force 2 ,pdata 
+0x61b8 026158 call msg_send_lmp 
+0x61b9 026159 setarg 0x05 
+0x61ba 026160 istore 1 ,contw 
+0x61bb 026161 branch send_lmp_request 
+:      026164 send_lmp_inc_power:
+0x61bc 026165 force 2 ,pdata 
+0x61bd 026166 call msg_send_lmp 
+0x61be 026167 setarg 0x00 
+0x61bf 026168 istore 1 ,contw 
+0x61c0 026169 branch send_lmp_request 
+:      026172 send_lmp_setup_complete_by_module:
+0x61c1 026173 jam lmp_max_slot_req ,mem_lmo_opcode2 
+0x61c2 026174 rtn 
+:      026175 send_lmp_setup_complete:
+0x61c3 026176 fetch 1 ,mem_device_option 
+0x61c4 026177 sub pdata ,dvc_op_module ,null 
+0x61c5 026178 call send_lmp_setup_complete_by_module ,zero 
+0x61c6 026179 fetch 1 ,mem_state 
+0x61c7 026180 set1 state_conn_comp ,pdata 
+0x61c8 026181 store 1 ,mem_state 
+0x61c9 026182 copy clkn_bt ,pdata 
+0x61ca 026183 store 4 ,mem_aurand_send_delay_time 
+0x61cb 026184 fetch 1 ,mem_lmp_conn_state 
+0x61cc 026185 bbit1 sent_setup_complete ,send_lmp_setup_complete_has_sent 
+0x61cd 026186 set1 sent_setup_complete ,pdata 
+0x61ce 026187 store 1 ,mem_lmp_conn_state 
+0x61cf 026188 jam bt_evt_setup_complete ,mem_fifo_temp 
+0x61d0 026189 call ui_ipc_send_event 
+0x61d1 026190 force 1 ,pdata 
+0x61d2 026191 call msg_send_lmp 
+0x61d3 026192 branch send_lmp_request 
+:      026193 send_lmp_setup_complete_has_sent:
+0x61d4 026194 jam 0 ,mem_lmp_to_send 
+0x61d5 026195 rtn 
+:      026197 send_lmp_version_req:
+0x61d6 026198 force 6 ,pdata 
+0x61d7 026199 call msg_send_lmp 
+0x61d8 026200 fetch 5 ,mem_lmp_version 
+0x61d9 026201 istore 5 ,contw 
+0x61da 026202 branch send_lmp_request 
+:      026204 send_lmp_features_req:
+0x61db 026205 force 9 ,pdata 
+0x61dc 026206 call msg_send_lmp 
+0x61dd 026207 fetch 8 ,mem_features 
+0x61de 026208 istore 8 ,contw 
+0x61df 026209 branch send_lmp_request 
+:      026211 sp_master_send_io_cap_get:
+0x61e0 026212 jam sp_flag_commit ,mem_master_sp_flag 
+0x61e1 026213 fetch 1 ,mem_sp_local_key_invalid 
+0x61e2 026214 rtnne sp_key_valid 
+0x61e3 026215 jam sp_master_stat_start_done ,mem_master_sp_state 
+0x61e4 026216 rtn 
+:      026218 sp_master_send_io_cap_send:
+0x61e5 026219 call tid_initiate 
+0x61e6 026220 jam lmp_io_cap_req ,mem_lmo_opcode2 
+0x61e7 026221 jam sp_stat_key_send ,mem_master_sp_state 
+0x61e8 026222 rtn 
+:      026225 sp_master_send_lmp_encapsulated_header:
+0x61e9 026226 call tid_initiate 
+0x61ea 026227 jam lmp_encapsulated_header ,mem_lmo_opcode2 
+0x61eb 026228 jam sp_stat_random_send ,mem_master_sp_state 
+0x61ec 026229 rtn 
+:      026231 sp_master_commitment_compare:
+0x61ed 026232 arg mem_sp_calc_result_high ,rega 
+0x61ee 026233 arg mem_sp_confirm_remote ,regb 
+0x61ef 026234 arg 16 ,loopcnt 
+0x61f0 026235 call string_compare 
+0x61f1 026236 branch sp_master_commitment_compare_success ,zero 
+0x61f2 026237 jam sp_stat_null ,mem_master_sp_state 
+0x61f3 026238 call master_clear_mem_master_sp_flag 
+0x61f4 026239 jam pdu_not_allowed ,mem_lmo_reason2 
+0x61f5 026240 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
+0x61f6 026241 branch reject_lmp_packet 
+:      026242 sp_master_commitment_compare_success:
+0x61f7 026243 jam sp_stat_confirm_calc ,mem_master_sp_state 
+0x61f8 026244 call master_set_mem_master_sp_flag 
+0x61f9 026245 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
+0x61fa 026246 branch accept_lmp_msg 
+:      026250 sp_master_send_lmp_simple_pairing_number:
+0x61fb 026251 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
+0x61fc 026252 rtn 
+:      026256 sp_send_lmp_encapsulated_header:
+0x61fd 026259 jam lmp_encapsulated_header ,mem_lmo_opcode2 
+0x61fe 026261 rtn 
+:      026267 send_lmp_encapsulated_header:
+0x61ff 026268 jam 0 ,mem_sp_local_key_send_count 
+0x6200 026269 force 4 ,pdata 
+0x6201 026270 call msg_send_lmp 
+0x6202 026271 force encapsulated_major_type_p192 ,pdata 
+0x6203 026272 istore 1 ,contw 
+0x6204 026273 force encapsulated_minor_type_p192 ,pdata 
+0x6205 026274 istore 1 ,contw 
+0x6206 026275 force encapsulated_len_p192 ,pdata 
+0x6207 026276 istore 1 ,contw 
+0x6208 026277 call check_localsm 
+0x6209 026278 branch send_lmp_request ,true 
+0x620a 026279 branch send_lmp_reply 
+:      026281 send_lmp_encapsulated_payload:
+0x620b 026283 force 17 ,pdata 
+0x620c 026284 call msg_send_lmp 
+0x620d 026285 fetch 1 ,mem_sp_local_key_send_count 
+0x620e 026286 arg mem_sp_pubkey_local ,contr 
+0x620f 026287 iadd contr ,contr 
+0x6210 026288 ifetch 8 ,contr 
+0x6211 026289 istore 8 ,contw 
+0x6212 026290 ifetch 8 ,contr 
+0x6213 026291 istore 8 ,contw 
+0x6214 026292 fetch 1 ,mem_sp_local_key_send_count 
+0x6215 026293 increase 16 ,pdata 
+0x6216 026294 store 1 ,mem_sp_local_key_send_count 
+0x6217 026295 call check_localsm 
+0x6218 026296 branch send_lmp_request ,true 
+0x6219 026297 branch send_lmp_reply 
+:      026300 sp_send_lmp_simple_pairing_comfirm:
+0x621a 026301 jam sp_stat_random_recv ,mem_sp_state 
+0x621b 026302 jam lmp_simple_pairing_confirm ,mem_lmo_opcode2 
+0x621c 026303 rtn 
+:      026304 send_lmp_simple_pairing_comfirm:
+0x621d 026307 force 17 ,pdata 
+0x621e 026308 call msg_send_lmp 
+0x621f 026309 arg mem_sp_calc_result_high ,contr 
+0x6220 026310 ifetch 8 ,contr 
+0x6221 026311 istore 8 ,contw 
+0x6222 026312 ifetch 8 ,contr 
+0x6223 026313 istore 8 ,contw 
+0x6224 026314 branch send_lmp_reply 
+:      026316 sp_send_lmp_simple_pairing_number:
+0x6225 026317 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
+0x6226 026318 rtn 
+:      026320 send_lmp_simple_pairing_number:
+0x6227 026322 call check_localsm 
+0x6228 026323 call sp_local_random_key_generator ,true 
+0x6229 026324 force 17 ,pdata 
+0x622a 026325 call msg_send_lmp 
+0x622b 026326 arg mem_sp_random_local ,contr 
+0x622c 026327 ifetch 8 ,contr 
+0x622d 026328 istore 8 ,contw 
+0x622e 026329 ifetch 8 ,contr 
+0x622f 026330 istore 8 ,contw 
+0x6230 026331 call check_localsm 
+0x6231 026332 nbranch send_lmp_reply ,true 
+0x6232 026333 branch send_lmp_request ,true 
+:      026335 master_sp_sm_end:
+0x6233 026337 jam sp_stat_done ,mem_master_sp_state 
+:      026338 sp_aurand_send:
+0x6234 026339 call tid_initiate 
+0x6235 026340 jam lmp_au_rand ,mem_lmo_opcode2 
+0x6236 026341 call check_localsm_master 
+0x6237 026342 branch sp_master_key_prarm_push ,true 
+0x6238 026343 branch sp_link_key_prarm_push 
+:      026344 master_sp_send_lmp_dhkey_check:
+0x6239 026345 call tid_reply 
+:      026346 sp_send_lmp_dhkey_check:
+0x623a 026347 jam lmp_dhkey_check ,mem_lmo_opcode2 
+0x623b 026348 rtn 
+:      026349 send_lmp_dhkey_check:
+0x623c 026351 force 17 ,pdata 
+0x623d 026352 call msg_send_lmp 
+0x623e 026353 arg mem_sp_calc_result_high ,contr 
+0x623f 026354 ifetch 8 ,contr 
+0x6240 026355 istore 8 ,contw 
+0x6241 026356 ifetch 8 ,contr 
+0x6242 026357 istore 8 ,contw 
+0x6243 026358 call check_localsm 
+0x6244 026359 nbranch send_lmp_reply ,true 
+0x6245 026360 branch send_lmp_request ,true 
+:      026362 send_lmp_enc_key_size_mask_res:
+0x6246 026363 force 3 ,pdata 
+0x6247 026364 call msg_send_lmp 
+0x6248 026365 setarg 0xfffe 
+0x6249 026366 istore 2 ,contw 
+0x624a 026367 branch send_lmp_reply 
+:      026369 send_lmp_auto_rate:
+0x624b 026370 branch send_lmp_request 
+:      026371 send_lmp_clkoffset_req:
+0x624c 026372 branch send_lmp_request 
+:      026373 send_lmp_quality_of_service:
+0x624d 026374 branch send_lmp_request 
+:      026375 send_lmp_test_activate:
+0x624e 026376 branch send_lmp_request 
+:      026381 send_lmp_comb_key:
+0x624f 026382 call generate_random_number 
+0x6250 026383 arg mem_lap ,rega 
+0x6251 026384 call generate_linkkey 
+0x6252 026385 force 17 ,pdata 
+0x6253 026386 call msg_send_lmp 
+0x6254 026387 arg mem_kinit ,rega 
+0x6255 026388 arg mem_random_number ,regb 
+0x6256 026389 call xor16 
+0x6257 026390 nbranch send_lmp_follow ,master 
+0x6258 026391 branch send_lmp_tid 
+:      026393 send_lmp_inrand:
+0x6259 026394 call generate_random_number 
+0x625a 026395 arg mem_plap ,rega 
+0x625b 026396 call generate_kinit 
+:      026397 send_lmp_rand:
+0x625c 026398 force 17 ,pdata 
+0x625d 026399 call msg_send_lmp 
+0x625e 026400 arg mem_random_number ,contr 
+0x625f 026401 call memcpy16 
+0x6260 026402 fetch 1 ,mem_conn_sm 
+0x6261 026403 beq conn_sm_auth_wait ,send_lmp_request 
+0x6262 026404 beq conn_sm_pairing_wait ,send_lmp_request 
+0x6263 026405 branch send_lmp_tid 
+:      026407 send_lmp_aurand:
+0x6264 026408 fetch 1 ,mem_pairing_auth 
+0x6265 026409 branch send_lmp_aurand_notpairing ,blank 
+0x6266 026410 call check_localsm 
+0x6267 026411 call tid_initiate ,true 
+0x6268 026412 ncall tid_reply ,true 
+0x6269 026413 branch send_lmp_aurand_common 
+:      026414 send_lmp_aurand_notpairing:
+0x626a 026415 call tid_initiate 
+:      026416 send_lmp_aurand_common:
+0x626b 026417 call generate_random_number 
+0x626c 026418 branch send_lmp_rand 
+:      026420 send_lmp_sres:
+0x626d 026421 arg mem_lap ,rega 
+0x626e 026422 call function_e1 
+0x626f 026423 force 5 ,pdata 
+0x6270 026424 call msg_send_lmp 
+0x6271 026425 fetch 4 ,mem_input_store 
+0x6272 026426 istore 4 ,contw 
+0x6273 026427 arg mem_sres_tid ,temp 
+0x6274 026428 call special_tid_store 
+0x6275 026429 call copy_aco 
+0x6276 026430 call check_localsm 
+0x6277 026431 branch send_lmp_sres_master ,true 
+0x6278 026432 jam done_encryp ,mem_wait_encryption 
+0x6279 026433 fetch 1 ,mem_pairing_auth 
+0x627a 026434 rtn blank 
+0x627b 026435 jam lmp_au_rand ,mem_lmo_opcode2 
+:      026436 send_lmp_sres_master:
+0x627c 026437 fetch 1 ,mem_link_key_exists 
+0x627d 026438 rtn blank 
+:      026439 send_lmp_sres_startenc:
+0x627e 026440 call check_localsm 
+0x627f 026441 nbranch send_lmp_sres_startenc_slave ,true 
+0x6280 026442 fetch 1 ,mem_auth_enable 
+0x6281 026443 rtn blank 
+0x6282 026444 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x6283 026445 rtn 
+:      026446 send_lmp_sres_startenc_slave:
+0x6284 026447 rtnmark0 mark_slave_in_rand_accepted 
+0x6285 026448 set0 mark_slave_in_rand_accepted ,mark 
+0x6286 026449 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x6287 026450 rtn 
+:      026454 send_lmp_start_encryption:
+0x6288 026455 call generate_random_number 
+0x6289 026456 call function_e3 
+0x628a 026457 force 17 ,pdata 
+0x628b 026458 call msg_send_lmp 
+0x628c 026459 arg mem_random_number ,contr 
+0x628d 026460 call memcpy16 
+0x628e 026461 branch send_lmp_tid 
+:      026463 send_lmp_stop_encryption_req:
+0x628f 026464 force 1 ,pdata 
+0x6290 026465 call msg_send_lmp 
+0x6291 026466 branch send_lmp_tid 
+:      026468 send_lmp_encryption_key_size_req:
+0x6292 026469 force 2 ,pdata 
+0x6293 026470 call msg_send_lmp 
+0x6294 026471 force 16 ,pdata 
+0x6295 026472 istore 1 ,contw 
+0x6296 026473 store 1 ,mem_key_size 
+0x6297 026474 branch send_lmp_tid 
+:      026476 msg_send_lmp:
+0x6298 026478 lshift3 pdata ,pdata 
+0x6299 026479 or_into 0x07 ,pdata 
+0x629a 026480 store 1 ,mem_lmo_header_length 
+0x629b 026481 arg 17 ,loopcnt 
+0x629c 026482 arg mem_lmo_payload ,contw 
+0x629d 026483 call clear_mem 
+0x629e 026484 arg mem_lmo_payload ,contw 
+0x629f 026485 rtn 
+:      026487 send_lmpext:
+0x62a0 026488 and pdata ,0x7f ,rega 
+0x62a1 026489 jam lmp_escape ,mem_lmp_to_send 
+0x62a2 026490 deposit queue 
+0x62a3 026491 call msg_send_lmp 
+0x62a4 026492 deposit rega 
+0x62a5 026493 istore 1 ,contw 
+0x62a6 026494 rtn 
+:      026496 send_lmp_follow:
+0x62a7 026497 fetch 1 ,mem_lmp_to_send 
+0x62a8 026498 lshift pdata ,pdata 
+0x62a9 026499 fetcht 1 ,mem_state_map 
+0x62aa 026500 isolate1 smap_lmptid ,temp 
+0x62ab 026501 setflag true ,0 ,pdata 
+0x62ac 026502 branch send_lmp_exit 
+:      026505 send_lmp_tid:
+0x62ad 026506 fetcht 1 ,mem_state_map 
+0x62ae 026507 and_into 1 ,temp 
+0x62af 026508 branch send_lmp_end 
+:      026510 send_lmp_reply:
+0x62b0 026511 force 0 ,temp 
+0x62b1 026512 branch send_lmp_end 
+:      026514 send_lmp_request:
+0x62b2 026515 force 1 ,temp 
+:      026516 send_lmp_end:
+0x62b3 026517 fetch 1 ,mem_lmp_to_send 
+0x62b4 026518 lshift pdata ,pdata 
+0x62b5 026519 setflag master ,0 ,pdata 
+0x62b6 026520 ixor temp ,pdata 
+:      026521 send_lmp_exit:
+0x62b7 026522 store 1 ,mem_lmo_header_opcode 
+0x62b8 026523 jam 0 ,mem_lmp_to_send 
+0x62b9 026524 call lmo_fifo_process_lmo0empty 
+0x62ba 026525 enable user 
+0x62bb 026526 rtn 
+:      026529 lmo_fifo_check:
+0x62bc 026530 fetch 1 ,mem_lmo_opcode2 
+0x62bd 026531 rtn blank 
+0x62be 026532 call lmo_fifo_process 
+0x62bf 026533 fetch 1 ,mem_lmo_opcode2 
+0x62c0 026534 rtn 
+:      026536 lmo_fifo_process:
+0x62c1 026537 bpatchx patch30_6 ,mem_patch30 
+0x62c2 026538 fetch 1 ,mem_lmp_to_send 
+0x62c3 026539 branch lmo_fifo_process_lmo0empty ,blank 
+0x62c4 026540 fetch 1 ,mem_lmo_opcode1 
+0x62c5 026541 nrtn blank 
+0x62c6 026542 branch lmo_fifo_process_lmo2to1 
+:      026543 lmo_fifo_process_lmo0empty:
+0x62c7 026544 fetch 1 ,mem_lmo_opcode1 
+0x62c8 026545 branch lmo_fifo_process_lmo1_empty ,blank 
+0x62c9 026546 fetch 3 ,mem_lmo_opcode1 
+0x62ca 026547 store 3 ,mem_lmp_to_send 
+0x62cb 026548 fetcht 1 ,mem_lmo_tid1 
+0x62cc 026549 fetch 1 ,mem_state_map 
+0x62cd 026550 set0 smap_lmptid ,pdata 
+0x62ce 026551 ior temp ,pdata 
+0x62cf 026552 store 1 ,mem_state_map 
+0x62d0 026553 jam 0 ,mem_lmo_opcode1 
+:      026554 lmo_fifo_process_lmo2to1:
+0x62d1 026555 fetch 1 ,mem_lmo_opcode2 
+0x62d2 026556 rtn blank 
+0x62d3 026557 fetch 4 ,mem_lmo_opcode2 
+0x62d4 026558 store 4 ,mem_lmo_opcode1 
+0x62d5 026559 jam 0 ,mem_lmo_opcode2 
+0x62d6 026560 rtn 
+:      026561 lmo_fifo_process_lmo1_empty:
+0x62d7 026562 fetch 1 ,mem_lmo_opcode2 
+0x62d8 026563 rtn blank 
+0x62d9 026564 fetch 3 ,mem_lmo_opcode2 
+0x62da 026565 store 3 ,mem_lmp_to_send 
+0x62db 026566 fetcht 1 ,mem_lmo_tid2 
+0x62dc 026567 fetch 1 ,mem_state_map 
+0x62dd 026568 set0 smap_lmptid ,pdata 
+0x62de 026569 ior temp ,pdata 
+0x62df 026570 store 1 ,mem_state_map 
+0x62e0 026571 jam 0 ,mem_lmo_opcode2 
+0x62e1 026572 rtn 
+:      026575 special_tid_store:
+0x62e2 026576 bpatchx patch30_7 ,mem_patch30 
+0x62e3 026577 fetch 1 ,mem_state_map 
+0x62e4 026578 copy pdata ,regc 
+0x62e5 026579 ifetch 1 ,temp 
+0x62e6 026580 call pop_tid_follow 
+0x62e7 026581 call send_lmp_follow 
+0x62e8 026582 copy regc ,pdata 
+0x62e9 026583 store 1 ,mem_state_map 
+0x62ea 026584 rtn 
+:      026586 tid_reply:
+0x62eb 026587 fetcht 1 ,mem_state_map 
+0x62ec 026588 set0 smap_lmptidinit ,temp 
+0x62ed 026589 storet 1 ,mem_state_map 
+0x62ee 026590 rtn 
+:      026592 tid_initiate:
+0x62ef 026593 fetcht 1 ,mem_state_map 
+0x62f0 026594 set1 smap_lmptidinit ,temp 
+0x62f1 026595 storet 1 ,mem_state_map 
+0x62f2 026596 rtn 
+:      026599 tid_check:
+0x62f3 026600 nsetflag master ,smap_lmptid ,pdata 
+0x62f4 026601 fetcht 1 ,mem_state_map 
+0x62f5 026602 ixor temp ,pdata 
+0x62f6 026603 isolate1 smap_lmptid ,pdata 
+0x62f7 026604 rtn 
+:      026607 tid_set_reply:
+0x62f8 026608 fetch 1 ,mem_state_map 
+0x62f9 026609 setflag master ,smap_lmptid ,pdata 
+0x62fa 026610 store 1 ,mem_state_map 
+0x62fb 026611 rtn 
+:      026614 check_localsm:
+0x62fc 026615 fetch 1 ,mem_sp_localsm 
+0x62fd 026616 compare local_statemachine ,pdata ,0x7f 
+0x62fe 026617 rtn 
+:      026618 setlocalsm_master:
+0x62ff 026619 fetch 1 ,mem_sp_localsm 
+0x6300 026620 set1 7 ,pdata 
+0x6301 026621 store 1 ,mem_sp_localsm 
+0x6302 026622 rtn 
+:      026623 setlocalsm_slave:
+0x6303 026624 fetch 1 ,mem_sp_localsm 
+0x6304 026625 set0 7 ,pdata 
+0x6305 026626 store 1 ,mem_sp_localsm 
+0x6306 026627 rtn 
+:      026628 check_localsm_master:
+0x6307 026629 fetch 1 ,mem_sp_localsm 
+0x6308 026630 isolate1 7 ,pdata 
+0x6309 026631 store 1 ,mem_sp_localsm 
+0x630a 026632 rtn 
+:      026634 generate_random_number:
+0x630b 026636 arg mem_random_number ,contw 
+:      026637 generate_random:
+0x630c 026638 force 16 ,loopcnt 
+:      026639 generate_random_another:
+:      026640 generate_random_loop:
+0x630d 026641 random pdata 
+0x630e 026642 istore 1 ,contw 
+0x630f 026643 loop generate_random_another 
+0x6310 026644 rtn 
+:      026646 generate_linkkey:
+0x6311 026647 call function_e21 
+0x6312 026648 arg mem_link_key ,rega 
+0x6313 026649 arg mem_input_store ,regb 
+0x6314 026650 ifetch 8 ,rega 
+0x6315 026651 fetcht 1 ,mem_state 
+0x6316 026652 nsetflag blank ,state_combkey ,temp 
+0x6317 026653 storet 1 ,mem_state 
+0x6318 026654 copy rega ,contw 
+0x6319 026655 call xor16 
+0x631a 026656 branch generate_linkkey_continue 
+:      026662 process_conn_sm:
+0x631b 026664 bpatchx patch31_0 ,mem_patch31 
+0x631c 026666 call lmo_fifo_check 
+0x631d 026667 nrtn blank 
+:      026668 process_conn_sm_continue:
+0x631e 026669 fetch 1 ,mem_conn_sm 
+0x631f 026670 rtn blank 
+0x6320 026674 beq conn_sm_send_conn_req ,host_create_conn_send_conn_req 
+0x6321 026675 beq conn_sm_wait_conn_accept ,host_create_conn_wait_accept 
+0x6322 026676 beq conn_sm_send_features ,host_create_conn_send_features 
+0x6323 026677 beq conn_sm_wait_features_res ,host_create_conn_waiting 
+0x6324 026678 beq conn_sm_send_switch ,host_create_conn_send_switch 
+0x6325 026679 beq conn_sm_auth_pair ,host_create_conn_auth_pair 
+0x6326 026680 beq conn_sm_auth_pair_wait ,host_create_conn_auth_pair_wait 
+0x6327 026681 beq conn_sm_encrypt ,host_create_conn_encrypt 
+0x6328 026682 beq conn_sm_encrypt_wait ,host_create_conn_encrypt_wait 
+0x6329 026683 beq conn_sm_encrypt_wait_clear ,host_create_conn_encrypt_wait_clear 
+0x632a 026684 beq conn_sm_send_setup_complete ,host_create_conn_send_setup_complete 
+0x632b 026685 beq conn_sm_wait_setup_complete ,host_create_conn_wait_setup_complete 
+0x632c 026686 beq conn_sm_detach_delay ,host_create_conn_master_detach 
+0x632d 026687 beq conn_sm_send_version ,host_create_conn_send_version 
+0x632e 026688 beq conn_sm_wait_version ,host_create_conn_waiting 
+0x632f 026689 beq conn_sm_wait_switch_after_host_connection ,host_creat_conn_wait_switch 
+0x6330 026690 beq conn_sm_send_features_ext ,host_creat_conn_send_feat_ext 
+0x6331 026691 beq conn_sm_wait_features_ext ,host_create_conn_waiting 
+0x6332 026692 beq conn_sm_pairing ,host_create_conn_pairing 
+0x6333 026693 beq conn_sm_pairing_wait ,host_create_conn_pairing_wait 
+0x6334 026694 beq conn_sm_auth ,host_create_conn_auth 
+0x6335 026695 beq conn_sm_auth_wait ,host_create_conn_auth_wait 
+0x6336 026696 beq conn_sm_done ,host_create_conn_done 
+0x6337 026697 beq conn_sm_wait_done ,host_create_conn_done_wait 
+0x6338 026698 jam conn_sm_standby ,mem_conn_sm 
+0x6339 026700 rtn 
+:      026701 host_create_conn_done:
+0x633a 026702 fetch 1 ,mem_lmp_conn_state 
+0x633b 026703 rtnbit0 received_setup_complete 
+0x633c 026704 rtnbit0 sent_setup_complete 
+0x633d 026705 jam conn_sm_standby ,mem_conn_sm 
+0x633e 026706 call host_conn_judge_encrypt 
+0x633f 026707 branch scheduler_start_upper_sm 
+:      026709 host_conn_judge_encrypt:
+0x6340 026710 fetch 1 ,mem_connection_options 
+0x6341 026711 rtnbit0 connection_encrypt 
+0x6342 026712 jam conn_sm_encrypt_wait ,mem_conn_sm 
+0x6343 026713 rtn 
+:      026715 host_create_conn_done_wait:
+0x6344 026716 arg enpt_delay_timer ,queue 
+0x6345 026717 call timer_check 
+0x6346 026718 nrtn blank 
+0x6347 026719 jam conn_sm_done ,mem_conn_sm 
+0x6348 026720 rtn 
+:      026722 host_create_conn_auth:
+0x6349 026723 fetch 1 ,mem_connection_options 
+0x634a 026724 set0 connection_auth ,pdata 
+0x634b 026725 store 1 ,mem_connection_options 
+0x634c 026726 jam conn_sm_auth_wait ,mem_conn_sm 
+0x634d 026727 jam lmp_au_rand ,mem_lmo_opcode2 
+0x634e 026728 rtn 
+:      026729 host_create_conn_auth_wait:
+0x634f 026730 rtn 
+:      026731 host_create_conn_pairing:
+0x6350 026732 fetch 1 ,mem_pincode_state 
+0x6351 026733 rtnne pincode_state_pincode_ready 
+0x6352 026734 call host_auth 
+0x6353 026735 jam conn_sm_pairing_wait ,mem_conn_sm 
+0x6354 026736 rtn 
+:      026738 host_create_conn_pairing_wait:
+0x6355 026739 rtn 
+:      026740 host_creat_conn_send_feat_ext:
+0x6356 026741 jam conn_sm_wait_features_ext ,mem_conn_sm 
+0x6357 026742 jam lmp_ext_features_req ,mem_lmo_opcode2 
+0x6358 026743 rtn 
+:      026744 host_create_conn_send_version:
+0x6359 026745 jam conn_sm_wait_version ,mem_conn_sm 
+0x635a 026746 jam lmp_version_req ,mem_lmo_opcode2 
+0x635b 026747 rtn 
+:      026749 host_creat_conn_wait_switch:
+0x635c 026750 fetch 1 ,mem_switch_flag 
+0x635d 026751 rtneq switch_flag_init 
+0x635e 026752 beq switch_flag_accept ,host_create_conn_switch_accept 
+0x635f 026753 arg switch_wait_timer ,queue 
+0x6360 026754 call timer_check 
+0x6361 026755 nrtn blank 
+0x6362 026756 jam switch_flag_init ,mem_switch_flag 
+0x6363 026757 branch host_create_conn_switch 
+:      026758 host_create_conn_switch_accept:
+0x6364 026759 rtn master 
+0x6365 026760 branch host_create_conn_auth_pair 
+:      026762 host_create_conn_send_features:
+0x6366 026763 jam conn_sm_wait_features_res ,mem_conn_sm 
+0x6367 026764 jam lmp_features_req ,mem_lmo_opcode2 
+0x6368 026765 rtn 
+:      026766 host_create_conn_send_switch:
+0x6369 026767 jam lmp_switch_req ,mem_lmo_opcode2 
+0x636a 026768 set1 mark_switch_initiated ,mark 
+0x636b 026769 jam conn_sm_wait_conn_accept ,mem_conn_sm 
+0x636c 026770 setarg 0x1ff 
+0x636d 026771 store 2 ,mem_soft_timer 
+0x636e 026772 rtn 
+:      026773 host_create_conn_send_conn_req:
+0x636f 026774 jam conn_sm_wait_conn_accept ,mem_conn_sm 
+0x6370 026775 jam 0xff ,mem_soft_timer 
+0x6371 026776 set0 mark_reconn_recieve_switch ,mark 
+0x6372 026777 jam lmp_host_connection_req ,mem_lmo_opcode2 
+0x6373 026778 branch init_lmp_reinit 
+:      026779 host_create_conn_wait_accept:
+0x6374 026780 rtnmark1 mark_reconn_recieve_switch 
+0x6375 026781 fetch 2 ,mem_soft_timer 
+0x6376 026782 sub pdata ,1 ,pdata 
+0x6377 026783 branch host_create_conn_resend ,zero 
+0x6378 026784 store 2 ,mem_soft_timer 
+0x6379 026785 rtn 
+:      026786 host_create_conn_resend:
+0x637a 026787 jam conn_sm_send_switch ,mem_conn_sm 
+0x637b 026788 rtn 
+:      026789 host_create_conn_waiting:
+0x637c 026791 rtn 
+:      026793 host_create_conn_switch:
+0x637d 026794 fetch 1 ,mem_lmp_conn_state 
+0x637e 026795 rtnbit0 sent_setup_complete 
+0x637f 026796 rtnbit0 received_setup_complete 
+0x6380 026797 fetch 1 ,mem_connection_options 
+0x6381 026798 set0 connection_switch ,pdata 
+0x6382 026799 store 1 ,mem_connection_options 
+0x6383 026800 jam lmp_switch_req ,mem_lmo_opcode2 
+0x6384 026801 jam conn_sm_wait_switch_after_host_connection ,mem_conn_sm 
+0x6385 026802 rtn 
+:      026804 host_create_conn_send_setup_complete:
+0x6386 026805 jam conn_sm_wait_setup_complete ,mem_conn_sm 
+0x6387 026806 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x6388 026807 rtn 
+:      026809 host_create_conn_wait_setup_complete:
+0x6389 026810 fetch 1 ,mem_lmp_conn_state 
+0x638a 026811 rtnbit0 received_setup_complete 
+0x638b 026812 jam conn_sm_standby ,mem_conn_sm 
+0x638c 026814 rtn 
+:      026815 host_create_conn_wait_setup_complete_rtn:
+0x638d 026816 jam conn_sm_auth_pair ,mem_conn_sm 
+0x638e 026817 rtn 
+:      026819 host_create_conn_master_detach:
+0x638f 026820 fetch 1 ,mem_soft_timer 
+0x6390 026821 increase -1 ,pdata 
+0x6391 026822 branch host_create_conn_send_detach ,blank 
+0x6392 026823 store 1 ,mem_soft_timer 
+0x6393 026824 rtn 
+:      026825 host_create_conn_send_detach:
+0x6394 026826 jam lmp_detach ,mem_lmo_opcode2 
+0x6395 026827 jam local_host ,mem_disconn_reason_send 
+0x6396 026828 jam 0 ,mem_conn_sm 
+0x6397 026829 rtn 
+:      026830 host_create_conn_auth_pair:
+0x6398 026832 fetch 1 ,mem_connection_options 
+0x6399 026833 bbit1 connection_switch ,host_create_conn_switch 
+0x639a 026834 bbit1 connection_auth ,host_create_conn_auth_pair_true 
+:      026835 host_create_conn_sm_done:
+0x639b 026836 jam conn_sm_done ,mem_conn_sm 
+0x639c 026837 rtn 
+:      026838 host_create_conn_auth_pair_true:
+0x639d 026839 fetch 1 ,mem_link_key_exists 
+0x639e 026840 branch host_create_conn_auth_pair_nokey ,blank 
+0x639f 026841 fetch 1 ,mem_lmp_conn_state 
+0x63a0 026842 rtnbit0 sent_setup_complete 
+0x63a1 026843 rtnbit0 received_setup_complete 
+0x63a2 026844 fetch 4 ,mem_aurand_send_delay_time 
+0x63a3 026845 arg 100 ,temp 
+0x63a4 026846 iadd temp ,temp 
+0x63a5 026847 copy clkn_bt ,pdata 
+0x63a6 026848 isub temp ,null 
+0x63a7 026849 nrtn positive 
+0x63a8 026850 branch host_create_conn_auth 
+:      026854 host_create_conn_auth_pair_nokey:
+0x63a9 026855 jam conn_sm_pairing ,mem_conn_sm 
+0x63aa 026856 jam 4 ,mem_pin_length 
+0x63ab 026857 setarg 0x3030 
+0x63ac 026858 store 2 ,mem_pin 
+0x63ad 026859 istore 2 ,contw 
+0x63ae 026860 jam pincode_state_pincode_ready ,mem_pincode_state 
+0x63af 026861 branch host_create_conn_pairing 
+:      026863 host_create_conn_auth_pair_wait:
+0x63b0 026864 rtn 
+:      026865 host_create_conn_encrypt:
+0x63b1 026866 fetch 1 ,mem_connection_options 
+0x63b2 026867 bbit1 connection_encrypt ,host_create_conn_encrypt_start 
+0x63b3 026868 jam conn_sm_done ,mem_conn_sm 
+0x63b4 026869 rtn 
+:      026871 host_create_conn_encrypt_start:
+0x63b5 026872 fetch 1 ,mem_connection_options 
+0x63b6 026873 set0 connection_encrypt ,pdata 
+0x63b7 026874 store 1 ,mem_connection_options 
+0x63b8 026875 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x63b9 026876 rtn 
+:      026878 host_create_conn_encrypt_wait:
+0x63ba 026879 fetch 1 ,mem_wait_encryption 
+0x63bb 026880 rtn blank 
+0x63bc 026881 jam conn_sm_standby ,mem_conn_sm 
+0x63bd 026882 branch host_create_conn_encrypt_start 
+:      026884 host_create_conn_encrypt_wait_clear:
+0x63be 026885 jam conn_sm_send_setup_complete ,mem_conn_sm 
+0x63bf 026886 rtn 
+:      026888 host_auth:
+0x63c0 026889 fetch 1 ,mem_op 
+0x63c1 026890 bbit1 op_inrand_req ,remote_auth 
+0x63c2 026891 call tid_initiate 
+0x63c3 026892 jam lmp_in_rand ,mem_lmo_opcode2 
+0x63c4 026893 branch cmd_exit 
+:      026894 remote_auth:
+0x63c5 026895 fetch 1 ,mem_op 
+0x63c6 026896 set0 op_inrand_req ,pdata 
+0x63c7 026897 store 1 ,mem_op 
+0x63c8 026898 call lmp_accept_inrand 
+0x63c9 026899 call tid_set_reply 
+0x63ca 026900 branch cmd_exit 
+:      026902 pincode_reinit:
+0x63cb 026903 setarg 4 
+0x63cc 026904 store 1 ,mem_pin_length 
+0x63cd 026905 setarg 0x3030 
+0x63ce 026906 istore 2 ,contw 
+0x63cf 026907 istore 2 ,contw 
+0x63d0 026908 rtn 
+:      026914 twspi_reset:
+0x63d1 026915 bpatchx patch31_4 ,mem_patch31 
+0x63d2 026916 hfetch 1 ,core_gpio_oe3 
+0x63d3 026917 arg 0x06 ,temp 
+0x63d4 026918 ior temp ,pdata 
+0x63d5 026919 hstore 1 ,core_gpio_oe3 
+0x63d6 026920 hfetch 1 ,core_gpio_out3 
+0x63d7 026921 ior temp ,pdata 
+0x63d8 026922 hstore 1 ,core_gpio_out3 
+0x63d9 026923 call twspi_disable 
+0x63da 026924 hfetch 1 ,core_gpio_out3 
+0x63db 026925 set0 1 ,pdata 
+0x63dc 026926 set0 2 ,pdata 
+0x63dd 026927 hstore 1 ,core_gpio_out3 
+0x63de 026928 nop 30 
+0x63df 026929 branch twspi_enable 
+:      026931 twspi_reset2:
+0x63e0 026932 hfetch 1 ,core_gpio_oe3 
+0x63e1 026933 arg 0xc0 ,temp 
+0x63e2 026934 ior temp ,pdata 
+0x63e3 026935 hstore 1 ,core_gpio_oe3 
+0x63e4 026936 hfetch 1 ,core_gpio_out3 
+0x63e5 026937 ior temp ,pdata 
+0x63e6 026938 hstore 1 ,core_gpio_out3 
+0x63e7 026939 call twspi_disable 
+0x63e8 026940 hfetch 1 ,core_gpio_out3 
+0x63e9 026941 set0 6 ,pdata 
+0x63ea 026942 set0 7 ,pdata 
+0x63eb 026943 hstore 1 ,core_gpio_out3 
+0x63ec 026944 nop 30 
+0x63ed 026945 branch twspi_enable2 
+:      026947 twspi_disable:
+0x63ee 026948 hfetch 1 ,core_gpio_sel1 
+0x63ef 026949 and pdata ,0xfc ,pdata 
+0x63f0 026950 hstore 1 ,core_gpio_sel1 
+0x63f1 026951 rtn 
+:      026952 twspi_enable:
+0x63f2 026953 hfetch 1 ,core_gpio_sel1 
+0x63f3 026954 or pdata ,0x01 ,pdata 
+0x63f4 026955 hstore 1 ,core_gpio_sel1 
+0x63f5 026956 rtn 
+:      026957 twspi_enable2:
+0x63f6 026958 hfetch 1 ,core_gpio_sel1 
+0x63f7 026959 or pdata ,0x03 ,pdata 
+0x63f8 026960 set0 4 ,pdata 
+0x63f9 026961 hstore 1 ,core_gpio_sel1 
+0x63fa 026962 rtn 
+:      026966 sensor_read:
+0x63fb 026967 copy pdata ,regb 
+0x63fc 026968 call spi_ncs_enable 
+0x63fd 026969 nop 100 
+0x63fe 026970 copy regb ,pdata 
+0x63ff 026971 call twspi_read 
+0x6400 026972 copy pdata ,regb 
+0x6401 026973 call spi_ncs_disable 
+0x6402 026974 nop 100 
+0x6403 026975 copy regb ,pdata 
+0x6404 026976 rtn 
+:      026978 sensor_write:
+0x6405 026979 copy pdata ,regb 
+0x6406 026980 call spi_ncs_enable 
+0x6407 026981 nop 100 
+0x6408 026982 copy regb ,pdata 
+0x6409 026983 call twspi_write 
+0x640a 026984 call spi_ncs_disable 
+0x640b 026985 nop 100 
+0x640c 026986 rtn 
+:      026989 spi_ncs_gpio_init:
+0x640d 026990 fetcht 1 ,mem_spi_ncs_gpio 
+0x640e 026991 branch gpio_config_output 
+:      026994 spi_ncs_enable:
+0x640f 026995 fetcht 1 ,mem_spi_ncs_gpio 
+0x6410 026996 branch gpio_out_active 
+:      026999 spi_ncs_disable:
+0x6411 027000 fetcht 1 ,mem_spi_ncs_gpio 
+0x6412 027001 branch gpio_out_inactive 
+:      027004 twspi_write:
+0x6413 027005 branch spid_write_reg 
+:      027007 twspi_read:
+0x6414 027008 branch spid_read_reg 
+:      027015 read_function_aes:
+0x6415 027016 nbranch read_function ,user 
+0x6416 027017 hfetch 1 ,core_gpio_key2 
+0x6417 027018 or_into 0x2 ,pdata 
+0x6418 027019 hstore 1 ,core_gpio_key2 
+:      027020 read_function:
+0x6419 027021 copy temp ,null 
+0x641a 027022 branch read_fuction_zero ,zero 
+0x641b 027023 copy regc ,pc 
+:      027024 read_fuction_zero:
+0x641c 027025 isolate0 0 ,null 
+0x641d 027026 branch set_ucode_status 
+:      027029 get_block_header:
+0x641e 027030 force 4 ,temp 
+:      027031 get_block_header0:
+0x641f 027032 arg mem_ucode_buf ,rega 
+0x6420 027033 hfetch 1 ,core_gpio_key2 
+0x6421 027034 and_into 0xfd ,pdata 
+0x6422 027035 hstore 1 ,core_gpio_key2 
+0x6423 027036 call read_function 
+0x6424 027037 arg 0x55aa ,rega 
+0x6425 027038 fetch 2 ,mem_ucode_buf 
+0x6426 027039 ifetcht 2 ,contr 
+0x6427 027040 isub rega ,null 
+0x6428 027041 rtn 
+:      027043 read_first_block:
+0x6429 027044 arg 2 ,temp 
+0x642a 027045 arg mem_ucode_ptr ,rega 
+0x642b 027046 call read_function 
+0x642c 027047 fetch 2 ,mem_ucode_ptr 
+0x642d 027048 store 2 ,mem_addr_mi 
+0x642e 027049 call get_iv ,user 
+0x642f 027050 rtn 
+:      027052 get_iv:
+0x6430 027053 arg 16 ,temp 
+0x6431 027054 arg mem_ucode_keybuf ,rega 
+0x6432 027055 hfetch 1 ,core_gpio_key2 
+0x6433 027056 and_into 0xfd ,pdata 
+0x6434 027057 hstore 1 ,core_gpio_key2 
+0x6435 027058 call read_function 
+0x6436 027059 arg mem_ucode_keybuf ,contr 
+0x6437 027060 arg 16 ,loopcnt 
+0x6438 027061 call aes_load_data 
+0x6439 027062 call aes_init 
+0x643a 027063 call aes_clear_data 
+0x643b 027064 branch do_aes_cbc 
+:      027066 load_storage:
+0x643c 027067 disable match 
+0x643d 027068 call get_block_header 
+0x643e 027069 nrtn zero 
+0x643f 027070 enable match 
+0x6440 027071 jam 0x80 ,core_ucode_ctrl 
+0x6441 027072 jam 0 ,core_ucode_hi 
+0x6442 027073 jam 0 ,core_ucode_low 
+0x6443 027074 arg core_ucode_data ,rega 
+0x6444 027075 call read_function_aes 
+0x6445 027076 jam 0x0 ,core_ucode_ctrl 
+:      027077 load_storage_loop:
+0x6446 027078 arg 6 ,temp 
+0x6447 027079 call get_block_header0 
+0x6448 027080 nrtn zero 
+0x6449 027081 ifetch 2 ,contr 
+0x644a 027082 iforce rega 
+0x644b 027083 call read_function 
+0x644c 027084 branch load_storage_loop 
+:      027088 reload_eeprom:
+0x644d 027089 call clean_mem 
+0x644e 027090 setarg 0x1000 
+0x644f 027091 store 2 ,mem_addr_mi 
+0x6450 027092 arg iicd_read_eep ,regc 
+0x6451 027093 arg 2 ,loopcnt 
+:      027094 reload_eeprom_loop:
+0x6452 027095 call get_block_header 
+0x6453 027096 nrtn zero 
+0x6454 027097 fetch 2 ,mem_addr_mi 
+0x6455 027098 byteswap pdata ,pdata 
+0x6456 027099 iadd temp ,pdata 
+0x6457 027100 byteswap pdata ,pdata 
+0x6458 027101 store 2 ,mem_addr_mi 
+0x6459 027102 loop reload_eeprom_loop 
+0x645a 027103 branch load_storage_loop 
+:      027105 loadcode:
+0x645b 027106 call clean_mem 
+0x645c 027107 disable user 
+0x645d 027108 call otp_enable_chgpump 
+0x645e 027109 setarg otp_ucode_flag 
+0x645f 027110 arg mem_otp_ucode_flag ,rega 
+0x6460 027111 arg 2 ,temp 
+0x6461 027112 call otpd_read_data 
+0x6462 027113 fetch 2 ,mem_otp_ucode_flag 
+0x6463 027114 bbit0 otp_uflag_aes ,loadcode_otp 
+0x6464 027115 jam 0x25 ,core_clkoff 
+0x6465 027116 setarg otp_ucode_aeskey 
+0x6466 027117 arg mem_ucode_keybuf ,rega 
+0x6467 027118 arg 16 ,temp 
+0x6468 027119 call otpd_read_data 
+0x6469 027120 jam lock_otp ,core_misc_ctrl 
+0x646a 027121 set1 mark_otp_encrypt ,mark 
+0x646b 027122 arg mem_ucode_keybuf ,contr 
+0x646c 027123 call load_key 
+0x646d 027124 enable user 
+:      027125 loadcode_otp:
+0x646e 027126 jam 0 ,mem_loadcode_times 
+:      027127 loadcode_otp_2:
+0x646f 027128 call loadcode_check_times 
+0x6470 027129 fetch 2 ,mem_otp_ucode_flag 
+0x6471 027130 byteswap pdata ,pdata 
+0x6472 027131 arg 0x7ff ,temp 
+0x6473 027132 iand temp ,pdata 
+0x6474 027133 branch loadcode_iic ,zero 
+0x6475 027134 call otp_set_addr 
+0x6476 027135 arg otpd_read_code ,regc 
+0x6477 027136 call get_iv ,user 
+0x6478 027137 call load_storage 
+0x6479 027138 fetch 1 ,mem_ucode_status 
+0x647a 027139 bbit0 0 ,loadcode_otp_2 
+:      027141 loadcode_iic:
+0x647b 027142 call otp_disable_chgpump 
+0x647c 027143 jam 0 ,mem_loadcode_times 
+:      027144 loadcode_iic_2:
+0x647d 027145 call loadcode_check_times 
+0x647e 027146 call clear_eeprom_size_2k 
+0x647f 027147 fetch 1 ,mem_otp_ucode_flag 
+0x6480 027148 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x6481 027149 call loadcode_iic_by_eeprom 
+0x6482 027150 nbranch loadcode_iic_eeprom_2k ,match 
+0x6483 027151 fetch 1 ,mem_ucode_status 
+0x6484 027152 bbit0 0 ,loadcode_iic_2 
+0x6485 027153 branch loadcode_hci 
+:      027154 loadcode_iic_eeprom_2k:
+0x6486 027155 call set_eeprom_size_2k 
+0x6487 027156 fetch 1 ,mem_otp_ucode_flag 
+0x6488 027157 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x6489 027158 call loadcode_iic_by_eeprom 
+0x648a 027159 nbranch loadcode_spi ,match 
+0x648b 027160 fetch 1 ,mem_ucode_status 
+0x648c 027161 bbit0 0 ,loadcode_iic_2 
+0x648d 027162 branch loadcode_hci 
+:      027164 loadcode_spi:
+0x648e 027165 jam 0 ,mem_loadcode_times 
+:      027166 loadcode_spi_2:
+0x648f 027167 call loadcode_check_times 
+0x6490 027168 fetch 1 ,mem_otp_ucode_flag 
+0x6491 027169 bbit1 otp_uflag_skip_flash ,loadcode_hci 
+0x6492 027170 setarg 0x0 
+0x6493 027171 store 3 ,mem_addr_hi 
+0x6494 027172 call spid_init_flash 
+0x6495 027173 arg spid_load_flash ,regc 
+0x6496 027174 call read_first_block 
+0x6497 027175 call load_storage 
+0x6498 027176 nbranch loadcode_hci ,match 
+0x6499 027177 fetch 1 ,mem_ucode_status 
+0x649a 027178 bbit0 0 ,loadcode_spi_2 
+:      027180 loadcode_hci:
+0x649b 027181 bmark1 mark_otp_encrypt ,loadcode_hci_enc 
+0x649c 027182 call clear_key_buf 
+:      027183 loadcode_hci_enc:
+0x649d 027184 fetch 1 ,mem_otp_ucode_flag 
+0x649e 027185 bbit0 otp_uflag_hci ,clear_key_buf 
+0x649f 027186 jam 0x21 ,core_clkoff 
+0x64a0 027187 call hci_init 
+:      027188 loadcode_hci_loop:
+0x64a1 027189 call hci_rx_packet 
+0x64a2 027190 branch loadcode_hci_loop 
+:      027192 clear_key_buf:
+0x64a3 027193 setarg 0 
+0x64a4 027194 store 8 ,mem_ucode_keybuf 
+0x64a5 027195 store 8 ,mem_ucode_keybuf + 8 
+0x64a6 027196 force regidx_key ,regext_index 
+0x64a7 027197 call aes_clear 
+0x64a8 027198 jam 0x21 ,core_clkoff 
+0x64a9 027199 rtn 
+:      027202 loadcode_iic_by_eeprom:
+0x64aa 027203 setarg 0x0 
+0x64ab 027204 store 2 ,mem_addr_mi 
+0x64ac 027205 arg iicd_read_eep ,regc 
+0x64ad 027206 call iicd_init_12m 
+0x64ae 027207 call read_first_block 
+0x64af 027208 branch load_storage 
+:      027211 loadcode_check_times:
+0x64b0 027212 fetch 1 ,mem_loadcode_times 
+0x64b1 027213 increase 1 ,pdata 
+0x64b2 027214 sub pdata ,3 ,null 
+0x64b3 027215 nbranch loadcode_error ,positive 
+0x64b4 027216 store 1 ,mem_loadcode_times 
+0x64b5 027217 rtn 
+:      027219 loadcode_error:
+0x64b6 027220 call clear_key_buf 
+0x64b7 027221 call ice_break 
+0x64b8 027222 rtn 
+:      027226 set_ucode_status:
+0x64b9 027227 fetch 1 ,mem_ucode_status 
+0x64ba 027228 lshift pdata ,pdata 
+0x64bb 027229 setflag true ,0 ,pdata 
+0x64bc 027230 isolate0 15 ,rega 
+0x64bd 027231 rtn true 
+0x64be 027232 store 1 ,mem_ucode_status 
+0x64bf 027233 rtn 
+:      027236 decrypt_code:
+0x64c0 027237 hfetch 1 ,core_gpio_key2 
+0x64c1 027238 rtnbit0 1 
+0x64c2 027239 branch decrypt_code_skip 
+:      027240 decrypt_code_loop:
+0x64c3 027241 hfetch 1 ,core_dma_status 
+0x64c4 027242 qisolate1 pdata 
+0x64c5 027243 rtn true 
+:      027244 decrypt_code_skip:
+0x64c6 027245 hfetch 1 ,core_misc_status 
+0x64c7 027246 bbit0 1 ,decrypt_code_loop 
+0x64c8 027247 call do_aes_cbc 
+0x64c9 027248 branch decrypt_code_loop 
+:      027252 load_ucode:
+0x64ca 027253 fetch 2 ,mem_patch_ptr 
+0x64cb 027254 rtn blank 
+0x64cc 027255 jam 0x80 ,core_ucode_ctrl 
+0x64cd 027256 jam 0 ,core_ucode_hi 
+0x64ce 027257 jam 0 ,core_ucode_low 
+0x64cf 027258 fetcht 2 ,mem_patch_len 
+0x64d0 027259 lshift2 temp ,loopcnt 
+0x64d1 027260 iforce contr 
+:      027261 load_ucode_loop:
+0x64d2 027262 ifetch 1 ,contr 
+0x64d3 027263 hstore 1 ,core_ucode_data 
+0x64d4 027264 loop load_ucode_loop 
+0x64d5 027265 jam 0x0 ,core_ucode_ctrl 
+0x64d6 027266 rtn 
+:      027271 spid_init:
+0x64d7 027272 bpatchx patch31_5 ,mem_patch31 
+0x64d8 027273 call spid_init_common 
+0x64d9 027274 branch twspi_enable 
+:      027276 spid_init2:
+0x64da 027277 call spid_init_common 
+0x64db 027278 call twspi_disable 
+0x64dc 027279 branch twspi_enable2 
+:      027281 spid_init_common:
+0x64dd 027282 fetch 1 ,mem_spi_init_clk 
+0x64de 027283 hstore 1 ,core_spid_ctrl 
+0x64df 027284 fetch 1 ,mem_spi_init_delay_time 
+0x64e0 027285 hstore 1 ,core_spid_delay 
+0x64e1 027286 setarg mem_spid_tbuf 
+0x64e2 027287 hstore 2 ,core_spid_txaddr 
+0x64e3 027288 setarg mem_spid_rbuf 
+0x64e4 027289 hstore 2 ,core_spid_rxaddr 
+0x64e5 027290 branch twspi_disable 
+:      027292 spid_reset:
+0x64e6 027293 hfetch 1 ,core_spid_ctrl 
+0x64e7 027294 set1 7 ,pdata 
+0x64e8 027295 hstore 1 ,core_spid_ctrl 
+0x64e9 027296 set0 7 ,pdata 
+0x64ea 027297 hstore 1 ,core_spid_ctrl 
+0x64eb 027298 rtn 
+:      027302 spid_write_reg:
+0x64ec 027303 set1 7 ,pdata 
+0x64ed 027304 store 2 ,mem_spid_tbuf 
+0x64ee 027305 bpatchx patch31_6 ,mem_patch31 
+0x64ef 027306 jam 2 ,core_spid_txlen 
+0x64f0 027307 jam 0 ,core_spid_rxlen 
+0x64f1 027308 jam spid_start ,core_misc_ctrl 
+0x64f2 027309 branch wait_spid_done 
+:      027312 spid_read_reg:
+0x64f3 027313 force 1 ,temp 
+:      027315 spid_read_regs:
+0x64f4 027317 store 1 ,mem_spid_tbuf 
+0x64f5 027318 bpatchx patch31_7 ,mem_patch31 
+0x64f6 027319 jam 1 ,core_spid_txlen 
+0x64f7 027320 hstoret 2 ,core_spid_rxlen 
+0x64f8 027321 jam spid_start ,core_misc_ctrl 
+0x64f9 027322 call wait_spid_done 
+0x64fa 027323 fetch 1 ,mem_spid_rbuf 
+0x64fb 027324 rtn 
+:      027326 wait_spid_done:
+0x64fc 027327 fetch 2 ,mem_afh_error_total 
+0x64fd 027328 increase 1 ,pdata 
+0x64fe 027329 store 2 ,mem_afh_error_total 
+0x64ff 027330 hfetch 1 ,core_dma_status 
+0x6500 027331 bbit0 spid_done ,wait_spid_done 
+0x6501 027332 rtn 
+:      027334 spid_init_flash:
+0x6502 027335 jam 0x40 ,core_spid_ctrl 
+0x6503 027336 jam 0x0 ,core_spid_delay 
+0x6504 027337 hfetch 1 ,core_gpio_sel1 
+0x6505 027338 set0 0 ,pdata 
+0x6506 027339 set1 1 ,pdata 
+0x6507 027340 hstore 1 ,core_gpio_sel1 
+0x6508 027341 setarg 0 
+0x6509 027342 store 4 ,mem_spid_tbuf 
+0x650a 027343 rtn 
+:      027346 spid_unlock_flash:
+0x650b 027347 setarg 0 
+0x650c 027348 hstore 2 ,core_spid_rxlen 
+0x650d 027349 setarg 1 
+0x650e 027350 hstore 2 ,core_spid_txlen 
+0x650f 027351 setarg mem_spid_tbuf 
+0x6510 027352 hstore 2 ,core_spid_txaddr 
+0x6511 027353 jam 6 ,mem_spid_tbuf 
+0x6512 027354 jam spid_start ,core_misc_ctrl 
+0x6513 027355 branch wait_spid_done 
+:      027370 flash_write:
+0x6514 027371 disable user 
+0x6515 027372 copy pdata ,regb 
+0x6516 027373 fetch 1 ,mem_spi_write_flash_sm 
+0x6517 027374 rtnne flash_sm_no_buys 
+0x6518 027375 enable user 
+0x6519 027376 copy regb ,pdata 
+0x651a 027377 branch flash_write_start 
+:      027380 flash_write_spi_sm_timer:
+0x651b 027381 fetch 1 ,mem_spi_write_flash_sm 
+0x651c 027382 beq flash_sm_start ,flash_write_start 
+0x651d 027383 beq flash_sm_erase_sector ,flash_erase_sector 
+0x651e 027384 beq flash_sm_wait_erase_sector ,flash_wait_erase_sector 
+0x651f 027385 beq flash_sm_write_data ,flash_write_data 
+0x6520 027386 beq flash_sm_wait_write_data ,flash_wait_write_data 
+0x6521 027387 rtn 
+:      027389 flash_write_start:
+0x6522 027390 store 3 ,mem_spi_write_addr 
+0x6523 027391 copy rega ,pdata 
+0x6524 027392 store 2 ,mem_spi_write_ptr 
+0x6525 027393 storet 2 ,mem_spi_write_len 
+0x6526 027394 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
+0x6527 027395 branch spid_init_flash 
+:      027396 flash_erase_sector:
+0x6528 027397 call spid_init_flash 
+0x6529 027398 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
+0x652a 027399 call spid_unlock_flash 
+0x652b 027400 arg mem_spid_tbuf ,rega 
+0x652c 027401 fetch 3 ,mem_spi_write_addr 
+0x652d 027402 jam 4 ,core_spid_txlen 
+0x652e 027403 arg flash_command_sector_erase ,temp 
+0x652f 027404 branch spid_write_flash_common 
+:      027406 flash_wait_erase_sector:
+0x6530 027407 call spid_init_flash 
+0x6531 027408 call spid_unlock_flash 
+0x6532 027409 setarg flash_read_satus 
+0x6533 027410 call spid_read_reg 
+0x6534 027411 rtnbit1 flash_status_wip 
+0x6535 027412 jam flash_sm_write_data ,mem_spi_write_flash_sm 
+0x6536 027413 rtn 
+:      027414 flash_write_data:
+0x6537 027415 call spid_init_flash 
+0x6538 027416 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
+0x6539 027417 call spid_unlock_flash 
+0x653a 027418 call flash_data_preserve 
+0x653b 027419 call spid_write_flash 
+0x653c 027420 branch flash_data_recover 
+:      027421 flash_wait_write_data:
+0x653d 027422 call spid_init_flash 
+0x653e 027423 call spid_unlock_flash 
+0x653f 027424 setarg flash_read_satus 
+0x6540 027425 call spid_read_reg 
+0x6541 027426 rtnbit1 flash_status_wip 
+0x6542 027427 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
+0x6543 027428 fetch 2 ,mem_cb_spi_flash_write_complate 
+0x6544 027429 branch callback_func 
+:      027430 flash_data_recover:
+0x6545 027431 fetch 4 ,mem_temp 
+0x6546 027432 fetcht 2 ,mem_spi_write_ptr 
+0x6547 027433 increase -4 ,temp 
+0x6548 027434 istore 4 ,temp 
+0x6549 027435 rtn 
+:      027436 flash_data_preserve:
+0x654a 027437 fetcht 2 ,mem_spi_write_ptr 
+0x654b 027438 copy temp ,rega 
+0x654c 027439 increase -4 ,temp 
+0x654d 027440 ifetch 4 ,temp 
+0x654e 027441 store 4 ,mem_temp 
+0x654f 027442 fetcht 2 ,mem_spi_write_len 
+0x6550 027443 fetch 3 ,mem_spi_write_addr 
+0x6551 027444 rtn 
+:      027448 spid_write_flash:
+0x6552 027449 increase 4 ,temp 
+0x6553 027450 hstoret 2 ,core_spid_txlen 
+0x6554 027451 arg flash_command_write_data ,temp 
+0x6555 027452 increase -4 ,rega 
+:      027453 spid_write_flash_common:
+0x6556 027455 istoret 1 ,rega 
+0x6557 027456 rshift16 pdata ,temp 
+0x6558 027457 istoret 1 ,contw 
+0x6559 027458 rshift8 pdata ,temp 
+0x655a 027459 istoret 1 ,contw 
+0x655b 027460 istore 1 ,contw 
+0x655c 027461 deposit rega 
+0x655d 027462 hstore 2 ,core_spid_txaddr 
+0x655e 027463 setarg 0 
+0x655f 027464 hstore 2 ,core_spid_rxlen 
+0x6560 027465 jam spid_start ,core_misc_ctrl 
+0x6561 027466 branch wait_spid_done 
+:      027470 spid_read_flash:
+0x6562 027471 hstoret 2 ,core_spid_rxlen 
+0x6563 027472 rshift16 pdata ,temp 
+0x6564 027473 storet 1 ,mem_addr_hi 
+0x6565 027474 rshift8 pdata ,temp 
+0x6566 027475 storet 1 ,mem_addr_mi 
+0x6567 027476 store 1 ,mem_addr_lo 
+0x6568 027477 setarg 4 
+0x6569 027478 hstore 2 ,core_spid_txlen 
+0x656a 027479 jam flash_command_read_data ,mem_spid_tbuf 
+0x656b 027480 setarg mem_spid_tbuf 
+0x656c 027481 hstore 2 ,core_spid_txaddr 
+0x656d 027482 deposit rega 
+0x656e 027483 hstore 2 ,core_spid_rxaddr 
+0x656f 027484 hfetch 1 ,core_spid_ctrl 
+0x6570 027485 isolate0 15 ,rega 
+0x6571 027486 setflag true ,6 ,pdata 
+0x6572 027487 hstore 1 ,core_spid_ctrl 
+0x6573 027488 jam spid_start ,core_misc_ctrl 
+:      027489 spi_read_flash_wait:
+0x6574 027490 hfetch 1 ,core_dma_status 
+0x6575 027491 bbit1 7 ,spi_read_flash_wait 
+0x6576 027492 arg spid_done ,queue 
+0x6577 027493 branch wait_spid_done 
+:      027497 spid_load_flash:
+0x6578 027498 hstoret 2 ,core_spid_rxlen 
+0x6579 027499 setarg 4 
+0x657a 027500 hstore 2 ,core_spid_txlen 
+0x657b 027501 jam 3 ,mem_spid_tbuf 
+0x657c 027502 setarg mem_spid_tbuf 
+0x657d 027503 hstore 2 ,core_spid_txaddr 
+0x657e 027504 deposit rega 
+0x657f 027505 hstore 2 ,core_spid_rxaddr 
+0x6580 027506 hfetch 1 ,core_spid_ctrl 
+0x6581 027507 isolate0 15 ,rega 
+0x6582 027508 setflag true ,6 ,pdata 
+0x6583 027509 hstore 1 ,core_spid_ctrl 
+0x6584 027510 jam spid_start ,core_misc_ctrl 
+:      027511 spi_load_flash_wait:
+0x6585 027512 hfetch 1 ,core_dma_status 
+0x6586 027513 bbit1 7 ,spi_load_flash_wait 
+0x6587 027514 arg spid_done ,queue 
+0x6588 027515 call decrypt_code 
+0x6589 027516 call wait_spid_done 
+0x658a 027517 isolate1 spid_crcok ,pdata 
+0x658b 027518 call set_ucode_status 
+0x658c 027519 fetch 1 ,mem_addr_hi 
+0x658d 027520 lshift16 pdata ,regb 
+0x658e 027521 fetch 1 ,mem_addr_mi 
+0x658f 027522 lshift8 pdata ,pdata 
+0x6590 027523 ior regb ,regb 
+0x6591 027524 fetch 1 ,mem_addr_lo 
+0x6592 027525 ior regb ,pdata 
+0x6593 027526 iadd temp ,pdata 
+0x6594 027527 store 1 ,mem_addr_lo 
+0x6595 027528 rshift8 pdata ,pdata 
+0x6596 027529 store 1 ,mem_addr_mi 
+0x6597 027530 rshift8 pdata ,pdata 
+0x6598 027531 store 1 ,mem_addr_hi 
+0x6599 027532 rtn 
+:      027537 soft_reset_chip:
+0x659a 027538 jam 1 ,core_reset 
+0x659b 027539 rtn 
+:      027545 iic_init_390k:
+0x659c 027546 jam 12 ,core_iicd_scl_low 
+0x659d 027547 jam 13 ,core_iicd_scl_high 
+0x659e 027548 jam 13 ,core_iicd_start_setup 
+0x659f 027549 jam 13 ,core_iicd_start_hold 
+0x65a0 027550 jam 13 ,core_iicd_stop_setup 
+0x65a1 027551 jam 12 ,core_iicd_data_setup 
+0x65a2 027552 branch iicd_init_gpio 
+:      027555 iicd_init_12m:
+0x65a3 027556 jam 5 ,core_iicd_scl_low 
+0x65a4 027557 jam 7 ,core_iicd_scl_high 
+0x65a5 027558 jam 7 ,core_iicd_start_setup 
+0x65a6 027559 jam 7 ,core_iicd_start_hold 
+0x65a7 027560 jam 7 ,core_iicd_stop_setup 
+0x65a8 027561 jam 5 ,core_iicd_data_setup 
+:      027562 iicd_init_gpio:
+0x65a9 027563 hfetch 1 ,core_gpio_pu3 
+0x65aa 027564 or_into 0xc0 ,pdata 
+0x65ab 027565 hstore 1 ,core_gpio_pu3 
+0x65ac 027566 hfetch 1 ,core_gpio_sel1 
+0x65ad 027567 or_into 0x10 ,pdata 
+0x65ae 027568 hstore 1 ,core_gpio_sel1 
+0x65af 027569 rtn 
+:      027573 wait_iicd_done:
+0x65b0 027574 hfetch 1 ,core_dma_status 
+0x65b1 027575 bbit0 iicd_done ,wait_iicd_done 
+0x65b2 027576 rtn 
+:      027584 iicd_read_data:
+0x65b3 027585 hstore 2 ,core_iicd_txlen 
+0x65b4 027586 deposit rega 
+0x65b5 027587 hstore 2 ,core_iicd_txaddr 
+0x65b6 027588 deposit regb 
+0x65b7 027589 hstore 2 ,core_iicd_rxaddr 
+0x65b8 027590 deposit temp 
+0x65b9 027591 hstore 2 ,core_iicd_rxlen 
+0x65ba 027592 arg 1 ,temp 
+0x65bb 027593 nsetflag blank ,1 ,temp 
+0x65bc 027594 hstore 1 ,core_iicd_ctrl 
+0x65bd 027595 jam iicd_start ,core_misc_ctrl 
+0x65be 027596 branch wait_iicd_done 
+:      027599 set_eeprom_size_2k:
+0x65bf 027600 set1 mark_eeprom_size ,mark 
+0x65c0 027601 jam 0x08 ,mem_eeprom_block_size 
+0x65c1 027602 rtn 
+:      027604 clear_eeprom_size_2k:
+0x65c2 027605 set0 mark_eeprom_size ,mark 
+0x65c3 027606 jam 0x20 ,mem_eeprom_block_size 
+0x65c4 027607 rtn 
+:      027610 iicd_read_eep_data_size_2k:
+0x65c5 027611 fetch 1 ,mem_eeprom_base 
+0x65c6 027612 iadd regb ,pdata 
+0x65c7 027613 store 1 ,mem_addr_mi 
+0x65c8 027614 branch iicd_read_eep_size_2k 
+:      027616 iicd_read_eep_size_2k_lcadcode:
+0x65c9 027617 fetch 2 ,mem_addr_mi 
+0x65ca 027618 byteswap pdata ,pdata 
+0x65cb 027619 store 1 ,mem_addr_mi 
+:      027624 iicd_read_eep_size_2k:
+0x65cc 027625 setarg 3 
+0x65cd 027626 hstore 2 ,core_iicd_txlen 
+0x65ce 027627 jam 0xa0 ,mem_iicd_tbuf 
+0x65cf 027628 jam 0xa1 ,mem_iicd_tbuf + 2 
+0x65d0 027629 branch iicd_read_eep_common 
+:      027635 iicd_write_protect_eep_data:
+0x65d1 027636 storet 2 ,mem_temp 
+0x65d2 027637 call iicd_eeprom_write_enable 
+0x65d3 027638 fetcht 2 ,mem_temp 
+0x65d4 027639 call iicd_write_eep_data 
+0x65d5 027640 branch iicd_eeprom_write_disable 
+:      027642 iicd_eeprom_write_enable:
+0x65d6 027643 fetch 1 ,mem_eeprom_wp_gpio 
+0x65d7 027644 rtneq gpio_disable 
+0x65d8 027645 bbit0 6 ,iicd_wp_gpio_output_low 
+0x65d9 027646 setarg 150000 
+0x65da 027647 call sleep 
+:      027648 iicd_wp_gpio_output_low:
+0x65db 027649 fetcht 1 ,mem_eeprom_wp_gpio 
+0x65dc 027650 branch gpio_out_active 
+:      027652 iicd_eeprom_write_disable:
+0x65dd 027653 fetcht 1 ,mem_eeprom_wp_gpio 
+0x65de 027654 branch gpio_out_inactive 
+:      027659 iicd_read_eep_data:
+0x65df 027660 bpatchx patch32_0 ,mem_patch32 
+0x65e0 027661 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
+0x65e1 027662 fetch 2 ,mem_eeprom_base 
+0x65e2 027663 iadd regb ,pdata 
+0x65e3 027664 byteswap pdata ,pdata 
+0x65e4 027665 store 2 ,mem_addr_mi 
+:      027668 iicd_read_eep:
+0x65e5 027669 bpatchx patch32_1 ,mem_patch32 
+0x65e6 027670 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
+0x65e7 027671 setarg 4 
+0x65e8 027672 hstore 2 ,core_iicd_txlen 
+0x65e9 027673 jam 0xa0 ,mem_iicd_tbuf 
+0x65ea 027674 jam 0xa1 ,mem_iicd_tbuf + 3 
+:      027675 iicd_read_eep_common:
+0x65eb 027676 setarg mem_iicd_tbuf 
+0x65ec 027677 hstore 2 ,core_iicd_txaddr 
+0x65ed 027678 hstoret 2 ,core_iicd_rxlen 
+0x65ee 027679 deposit rega 
+0x65ef 027680 hstore 2 ,core_iicd_rxaddr 
+0x65f0 027681 setarg 2 
+0x65f1 027682 isolate0 15 ,rega 
+0x65f2 027683 setflag true ,0 ,pdata 
+0x65f3 027684 hstore 1 ,core_iicd_ctrl 
+0x65f4 027685 jam iicd_start ,core_misc_ctrl 
+0x65f5 027686 arg iicd_done ,queue 
+0x65f6 027687 call decrypt_code 
+0x65f7 027688 call wait_iicd_done 
+0x65f8 027689 isolate1 iicd_crcok ,pdata 
+0x65f9 027690 call set_ucode_status 
+0x65fa 027691 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
+0x65fb 027692 fetch 2 ,mem_addr_mi 
+0x65fc 027693 byteswap pdata ,pdata 
+0x65fd 027694 iadd temp ,pdata 
+0x65fe 027695 byteswap pdata ,pdata 
+0x65ff 027696 store 2 ,mem_addr_mi 
+0x6600 027697 rtn 
+:      027699 iicd_read_eep_load_code_size_2k:
+0x6601 027700 fetch 1 ,mem_addr_mi 
+0x6602 027701 iadd temp ,pdata 
+0x6603 027702 byteswap pdata ,pdata 
+0x6604 027703 store 2 ,mem_addr_mi 
+0x6605 027704 rtn 
+:      027710 iicd_write_eep_data:
+0x6606 027711 fetch 2 ,mem_eeprom_base 
+0x6607 027712 iadd regb ,pdata 
+:      027715 iicd_write_ota_data:
+0x6608 027716 store 2 ,mem_pdatatemp 
+0x6609 027717 bpatchx patch32_2 ,mem_patch32 
+0x660a 027718 storet 2 ,mem_temp 
+0x660b 027719 copy rega ,pdata 
+0x660c 027720 store 2 ,mem_contr 
+:      027721 iicd_write_eep_loop:
+0x660d 027722 call iicd_eep_transparency 
+0x660e 027724 fetcht 2 ,mem_regb 
+0x660f 027725 fetch 2 ,mem_contr 
+0x6610 027726 copy pdata ,rega 
+0x6611 027727 fetch 2 ,mem_pdatatemp 
+0x6612 027729 call iicd_write_eep 
+0x6613 027731 fetch 2 ,mem_regb 
+0x6614 027732 fetcht 2 ,mem_contr 
+0x6615 027733 iadd temp ,temp 
+0x6616 027734 storet 2 ,mem_contr 
+0x6617 027735 fetcht 2 ,mem_pdatatemp 
+0x6618 027736 iadd temp ,temp 
+0x6619 027737 storet 2 ,mem_pdatatemp 
+0x661a 027738 fetch 2 ,mem_temp 
+0x661b 027739 nbranch iicd_write_eep_loop ,blank 
+0x661c 027740 rtn 
+:      027748 iicd_eep_transparency:
+0x661d 027749 bpatchx patch32_3 ,mem_patch32 
+0x661e 027750 fetch 1 ,mem_eeprom_block_size 
+0x661f 027751 increase -1 ,pdata 
+0x6620 027752 fetcht 2 ,mem_pdatatemp 
+0x6621 027753 ior temp ,pdata 
+0x6622 027754 increase 1 ,pdata 
+0x6623 027755 store 3 ,mem_regc 
+0x6624 027757 fetch 2 ,mem_temp 
+0x6625 027758 iadd temp ,pdata 
+0x6626 027760 fetcht 3 ,mem_regc 
+0x6627 027761 isub temp ,pdata 
+0x6628 027762 nbranch iicd_eep_deal_short_packet ,positive 
+0x6629 027763 store 2 ,mem_temp 
+0x662a 027764 fetch 3 ,mem_regc 
+0x662b 027765 fetcht 2 ,mem_pdatatemp 
+0x662c 027766 isub temp ,pdata 
+0x662d 027767 store 2 ,mem_regb 
+0x662e 027768 rtn 
+:      027769 iicd_eep_deal_short_packet:
+0x662f 027770 fetch 2 ,mem_temp 
+0x6630 027771 store 2 ,mem_regb 
+0x6631 027772 setarg 0 
+0x6632 027773 store 2 ,mem_temp 
+0x6633 027774 rtn 
+:      027776 iicd_write_eep_size_2k:
+0x6634 027777 increase 2 ,temp 
+0x6635 027778 hstoret 2 ,core_iicd_txlen 
+0x6636 027779 increase -2 ,rega 
+0x6637 027780 ifetcht 3 ,rega 
+0x6638 027781 copy temp ,regb 
+0x6639 027782 arg 0xa0 ,temp 
+0x663a 027783 istoret 1 ,rega 
+0x663b 027785 istore 1 ,contw 
+0x663c 027786 branch iicd_write_eep_common 
+:      027789 iicd_write_eep:
+0x663d 027790 copy pdata ,regb 
+0x663e 027791 bpatchx patch32_4 ,mem_patch32 
+0x663f 027792 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
+0x6640 027793 copy regb ,pdata 
+0x6641 027794 increase 3 ,temp 
+0x6642 027795 hstoret 2 ,core_iicd_txlen 
+0x6643 027796 increase -3 ,rega 
+0x6644 027797 ifetcht 3 ,rega 
+0x6645 027798 copy temp ,regb 
+0x6646 027799 arg 0xa0 ,temp 
+0x6647 027800 istoret 1 ,rega 
+0x6648 027801 byteswap pdata ,pdata 
+0x6649 027802 istore 2 ,contw 
+:      027803 iicd_write_eep_common:
+0x664a 027804 deposit rega 
+0x664b 027805 hstore 2 ,core_iicd_txaddr 
+0x664c 027806 setarg 0 
+0x664d 027807 hstore 2 ,core_iicd_rxlen 
+0x664e 027808 jam 1 ,core_iicd_ctrl 
+0x664f 027809 jam iicd_start ,core_misc_ctrl 
+0x6650 027810 call wait_iicd_done 
+0x6651 027811 copy regb ,pdata 
+0x6652 027812 istore 3 ,rega 
+:      027814 iic_check_eeprom_standby:
+0x6653 027815 bpatchx patch32_5 ,mem_patch32 
+0x6654 027816 jam 0 ,mem_iicd_tbuf + 3 
+:      027817 iic_check_eeprom_standby_wait:
+0x6655 027818 setarg 1 
+0x6656 027819 hstore 2 ,core_iicd_txlen 
+0x6657 027820 jam 0xa0 ,mem_iicd_tbuf 
+0x6658 027821 setarg mem_iicd_tbuf 
+0x6659 027822 hstore 2 ,core_iicd_txaddr 
+0x665a 027823 setarg 0 
+0x665b 027824 hstore 2 ,core_iicd_rxlen 
+0x665c 027825 hstore 2 ,core_iicd_rxaddr 
+0x665d 027826 setarg 3 
+0x665e 027827 hstore 1 ,core_iicd_ctrl 
+0x665f 027828 jam iicd_start ,core_misc_ctrl 
+0x6660 027829 call wait_iicd_done 
+0x6661 027830 hfetch 1 ,core_dma_status 
+0x6662 027831 rtnbit0 iicd_ack 
+0x6663 027832 nop 1500 
+0x6664 027833 fetch 1 ,mem_iicd_tbuf + 3 
+0x6665 027834 increase 1 ,pdata 
+0x6666 027835 store 1 ,mem_iicd_tbuf + 3 
+0x6667 027836 sub pdata ,40 ,null 
+0x6668 027837 nrtn positive 
+0x6669 027838 branch iic_check_eeprom_standby_wait 
+:      027842 otp_enable_chgpump:
+0x666a 027843 jam 0x70 ,rfen_chgpump 
+0x666b 027844 nop param_chgpump_delay 
+0x666c 027845 rtn 
+:      027847 otp_disable_chgpump:
+0x666d 027848 jam 0x30 ,rfen_chgpump 
+0x666e 027849 rtn 
+:      027851 otp_set_addr:
+0x666f 027852 lshift3 pdata ,pdata 
+0x6670 027853 hstore 2 ,core_otp_addr 
+0x6671 027854 jam 0 ,core_otpd_ctrl 
+0x6672 027855 rtn 
+:      027858 otp_write:
+0x6673 027859 call otp_set_addr 
+0x6674 027860 call otp_ce 
+:      027861 otp_program:
+0x6675 027862 ifetcht 1 ,rega 
+0x6676 027863 increase 1 ,rega 
+0x6677 027864 force 0 ,queue 
+:      027865 otp_program_bit:
+0x6678 027866 qisolate0 temp 
+0x6679 027867 branch otp_skip_0 ,true 
+0x667a 027868 hfetch 1 ,core_otp_din 
+0x667b 027869 set1 6 ,pdata 
+0x667c 027870 set1 7 ,pdata 
+0x667d 027871 hstore 1 ,core_otp_din 
+0x667e 027872 jam 0x02 ,core_otp_ctrl 
+0x667f 027873 jam 0x82 ,core_otp_ctrl 
+0x6680 027874 set0 7 ,pdata 
+0x6681 027875 hstore 1 ,core_otp_din 
+0x6682 027876 jam 0x8a ,core_otp_ctrl 
+0x6683 027877 nop 11 
+0x6684 027878 jam 0xca ,core_otp_ctrl 
+0x6685 027879 nop 33 
+0x6686 027880 jam 0x4a ,core_otp_ctrl 
+0x6687 027881 nop 44 
+0x6688 027882 jam 0xca ,core_otp_ctrl 
+0x6689 027883 nop 22 
+0x668a 027884 jam 0x8a ,core_otp_ctrl 
+0x668b 027885 nop 33 
+0x668c 027886 jam 0x82 ,core_otp_ctrl 
+0x668d 027887 nop 1 
+0x668e 027888 jam 0x92 ,core_otp_ctrl 
+0x668f 027889 nop 10 
+0x6690 027890 jam 0xb2 ,core_otp_ctrl 
+0x6691 027891 hfetch 1 ,core_otp_rdata 
+0x6692 027892 jam 0x92 ,core_otp_ctrl 
+0x6693 027893 nop 1 
+0x6694 027894 jam 0x82 ,core_otp_ctrl 
+0x6695 027895 qisolate0 pdata 
+0x6696 027896 branch otp_program_bit ,true 
+:      027897 otp_skip_0:
+0x6697 027898 hfetch 2 ,core_otp_addr 
+0x6698 027899 increase 1 ,pdata 
+0x6699 027900 hstore 2 ,core_otp_addr 
+0x669a 027901 increase 1 ,queue 
+0x669b 027902 compare 8 ,queue ,0xf 
+0x669c 027903 nbranch otp_program_bit ,true 
+0x669d 027904 loop otp_program 
+0x669e 027905 jam 0x83 ,core_otp_ctrl 
+0x669f 027906 rtn 
+:      027908 otp_ce:
+0x66a0 027909 jam 0x82 ,core_otp_ctrl 
+0x66a1 027910 nop 12 
+0x66a2 027911 jam 0x80 ,core_otp_ctrl 
+0x66a3 027912 jam 0x82 ,core_otp_ctrl 
+0x66a4 027913 nop 150 
+0x66a5 027914 rtn 
+:      027917 otpd_read_init:
+0x66a6 027918 call otp_ce 
+0x66a7 027919 jam 0xa2 ,core_otp_ctrl 
+0x66a8 027920 deposit rega 
+0x66a9 027921 hstore 2 ,core_otpd_addr 
+0x66aa 027922 set1 11 ,temp 
+0x66ab 027923 isolate0 15 ,pdata 
+0x66ac 027924 setflag true ,15 ,temp 
+0x66ad 027925 hstoret 2 ,core_otpd_len 
+0x66ae 027926 jam otpd_start ,core_misc_ctrl 
+0x66af 027927 rtn 
+:      027929 otpd_wait_end:
+0x66b0 027930 hfetch 1 ,core_dma_status 
+0x66b1 027931 bbit0 otpd_done ,otpd_wait_end 
+0x66b2 027932 rtn 
+:      027935 otpd_read_data:
+0x66b3 027936 call otp_set_addr 
+0x66b4 027937 call otpd_read_init 
+0x66b5 027938 call otpd_wait_end 
+0x66b6 027939 jam 0x83 ,core_otp_ctrl 
+0x66b7 027940 rtn 
+:      027945 otpd_read_code:
+0x66b8 027946 hfetch 2 ,core_current_otp_addr 
+0x66b9 027947 hstore 2 ,core_otp_addr 
+0x66ba 027948 call otpd_read_init 
+0x66bb 027949 arg otpd_done ,queue 
+0x66bc 027950 call decrypt_code 
+0x66bd 027951 call otpd_wait_end 
+0x66be 027952 isolate1 otpd_crcok ,pdata 
+0x66bf 027953 call set_ucode_status 
+0x66c0 027954 jam 0x83 ,core_otp_ctrl 
+0x66c1 027955 rtn 
+:      027958 uartd_prepare_tx:
+0x66c2 027959 hfetch 2 ,core_uart_twptr 
+0x66c3 027960 iforce contwu 
+0x66c4 027961 rtn 
+:      027963 uartd_send:
+0x66c5 027964 deposit contwu 
+0x66c6 027965 hstore 2 ,core_uart_twptr 
+0x66c7 027966 rtn 
+:      027968 uartd_rxdone:
+0x66c8 027969 deposit contru 
+0x66c9 027970 hstore 2 ,core_uart_rrptr 
+0x66ca 027971 rtn 
+:      027973 uartd_prepare_rx:
+0x66cb 027974 hfetch 2 ,core_uart_rrptr 
+0x66cc 027975 copy pdata ,contru 
+0x66cd 027976 rtn 
+:      027978 uart_set_baud_by_mem:
+0x66ce 027979 fetch uart_baud_len ,mem_baud 
+0x66cf 027980 hstore uart_baud_len ,core_uart_baud 
+0x66d0 027981 rtn 
+:      027983 uart_copy_tx_bytes_fast:
+0x66d1 027984 deposit loopcnt 
+0x66d2 027985 rtn blank 
+:      027986 uart_copy_tx_bytes_fast_loop:
+0x66d3 027987 increase -8 ,loopcnt 
+0x66d4 027988 call uart_tx_8_bytes ,positive 
+0x66d5 027989 rtn zero 
+0x66d6 027990 branch uart_copy_tx_bytes_fast_loop ,positive 
+0x66d7 027991 increase 8 ,loopcnt 
+:      027992 uart_copy_tx_bytes_fast_loop_four:
+0x66d8 027993 increase -4 ,loopcnt 
+0x66d9 027994 call uart_tx_4_bytes ,positive 
+0x66da 027995 rtn zero 
+0x66db 027996 branch uart_copy_tx_bytes_fast_loop_four ,positive 
+0x66dc 027997 increase 4 ,loopcnt 
+0x66dd 027998 branch uart_copy_tx_bytes 
+:      028000 uart_tx_8_bytes:
+0x66de 028001 ifetch 8 ,contr 
+0x66df 028002 istore 8 ,contwu 
+0x66e0 028003 rtn 
+:      028005 uart_tx_4_bytes:
+0x66e1 028006 ifetch 4 ,contr 
+0x66e2 028007 istore 4 ,contwu 
+0x66e3 028008 rtn 
+:      028010 uart_copy_tx_bytes:
+0x66e4 028011 deposit loopcnt 
+0x66e5 028012 rtn blank 
+:      028013 uart_copy_tx_bytes_loop:
+0x66e6 028014 ifetch 1 ,contr 
+0x66e7 028015 istore 1 ,contwu 
+0x66e8 028016 loop uart_copy_tx_bytes_loop 
+0x66e9 028017 rtn 
+:      028019 uart_copy_rx_bytes_fast:
+0x66ea 028020 deposit loopcnt 
+0x66eb 028021 rtn blank 
+:      028022 uart_copy_rx_bytes_fast_loop:
+0x66ec 028023 increase -8 ,loopcnt 
+0x66ed 028024 call uart_rx_8_bytes ,positive 
+0x66ee 028025 rtn zero 
+0x66ef 028026 branch uart_copy_rx_bytes_fast_loop ,positive 
+0x66f0 028027 increase 8 ,loopcnt 
+:      028028 uart_copy_rx_bytes_fast_loop_four:
+0x66f1 028029 increase -4 ,loopcnt 
+0x66f2 028030 call uart_rx_4_bytes ,positive 
+0x66f3 028031 rtn zero 
+0x66f4 028032 branch uart_copy_rx_bytes_fast_loop_four ,positive 
+0x66f5 028033 increase 4 ,loopcnt 
+0x66f6 028034 branch uart_copy_rx_bytes 
+:      028036 uart_rx_8_bytes:
+0x66f7 028037 ifetch 8 ,contru 
+0x66f8 028038 istore 8 ,contw 
+0x66f9 028039 rtn 
+:      028041 uart_rx_4_bytes:
+0x66fa 028042 ifetch 4 ,contru 
+0x66fb 028043 istore 4 ,contw 
+0x66fc 028044 rtn 
+:      028047 uart_copy_rx_bytes:
+0x66fd 028048 deposit loopcnt 
+0x66fe 028049 rtn blank 
+:      028050 uart_copy_rx_bytes_loop:
+0x66ff 028051 ifetch 1 ,contru 
+0x6700 028052 istore 1 ,contw 
+0x6701 028053 loop uart_copy_rx_bytes_loop 
+0x6702 028054 rtn 
+:      028057 uart_copy_rx2tx:
+0x6703 028058 deposit loopcnt 
+0x6704 028059 rtn blank 
+:      028060 uart_copy_rx2tx_loop:
+0x6705 028061 ifetch 1 ,contru 
+0x6706 028062 istore 1 ,contwu 
+0x6707 028063 loop uart_copy_rx2tx_loop 
+0x6708 028064 rtn 
+:      028069 app_store_nvram_event:
+0x6709 028070 jam bt_evt_store_nvram ,mem_fifo_temp 
+0x670a 028071 branch ui_ipc_send_event 
+:      028073 check_51cmd_store_reconn_info:
+:      028074 check_51cmd_update_device_record:
+0x670b 028075 bpatchx patch32_6 ,mem_patch32 
+0x670c 028076 fetch 1 ,mem_nv_data_number 
+0x670d 028077 rtn blank 
+0x670e 028078 call check_nvram 
+0x670f 028079 call init_device_list ,zero 
+0x6710 028080 call nvram_find_addr_from_bd_list 
+:      028081 write_device_record:
+0x6711 028082 fetch 1 ,mem_nv_data_number 
+0x6712 028083 icopy regc 
+0x6713 028084 fetcht 2 ,mem_nv_data_ptr 
+0x6714 028085 storet 2 ,mem_list_item_ptr 
+:      028086 write_device_loop_find:
+0x6715 028087 copy regc ,pdata 
+0x6716 028088 branch app_store_nvram_event ,blank 
+0x6717 028089 increase -1 ,regc 
+0x6718 028090 copy temp ,rega 
+0x6719 028091 ifetch 1 ,rega 
+0x671a 028092 fetcht 1 ,mem_select_list_item 
+0x671b 028093 isub temp ,null 
+0x671c 028094 call set_index_finded_device ,zero 
+0x671d 028095 branch write_device_loop_find0 ,positive 
+0x671e 028096 ifetch 1 ,rega 
+0x671f 028097 increase 1 ,pdata 
+0x6720 028098 istore 1 ,rega 
+:      028099 write_device_loop_find0:
+0x6721 028100 fetcht 2 ,mem_list_item_ptr 
+0x6722 028101 increase nv_data_len ,temp 
+0x6723 028102 storet 2 ,mem_list_item_ptr 
+0x6724 028103 branch write_device_loop_find 
+:      028105 set_index_finded_device:
+0x6725 028106 setarg 0 
+0x6726 028107 istore 1 ,rega 
+0x6727 028108 fetch 1 ,mem_temp_reconn_record 
+0x6728 028109 istore 1 ,contw 
+0x6729 028110 bne rec_3_mode ,set_index_finded_device_ble_mode 
+0x672a 028111 arg mem_link_key ,regb 
+:      028112 set_index_find_device_master_addr:
+0x672b 028113 ifetch 6 ,contr 
+0x672c 028114 istore 8 ,contw 
+0x672d 028115 setarg 0 
+0x672e 028116 istore 8 ,contw 
+0x672f 028117 copy regb ,contr 
+:      028118 store_rec_data_common:
+0x6730 028119 call memcpy16 
+0x6731 028120 force 1 ,null 
+0x6732 028121 rtn 
+:      028123 set_index_finded_device_ble_mode:
+0x6733 028124 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
+0x6734 028125 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
+0x6735 028126 arg mem_le_ltk ,regb 
+0x6736 028127 branch set_index_find_device_master_addr 
+:      028129 set_index_finded_device_irk:
+0x6737 028130 arg mem_le_irk ,contr 
+0x6738 028131 call memcpy16 
+:      028132 store_ble_rec_data_common:
+0x6739 028133 arg mem_le_ltk ,contr 
+0x673a 028134 branch store_rec_data_common 
+:      028136 set_index_finded_device_ediv:
+0x673b 028137 arg mem_le_rand ,contr 
+0x673c 028138 call memcpy16 
+0x673d 028139 branch store_ble_rec_data_common 
+:      028142 nvram_find_addr_from_bd_list:
+0x673e 028143 call disable_user 
+0x673f 028144 fetch 1 ,mem_nv_data_number 
+0x6740 028145 rtn blank 
+0x6741 028146 fetch 2 ,mem_ui_state_map 
+0x6742 028147 bbit1 ui_state_bt_connected ,find_addr_from_bd_list_spp_mode 
+:      028148 find_addr_from_bd_list_ble_mode:
+0x6743 028149 bpatchx patch32_7 ,mem_patch32 
+0x6744 028150 fetch 1 ,mem_le_conn_peer_addr_type 
+0x6745 028151 beq master_public_addr ,find_addr_from_bd_list_static_addr 
+0x6746 028152 fetch 1 ,mem_le_plap + 5 
+0x6747 028153 compare 0xc0 ,pdata ,0xc0 
+0x6748 028154 branch find_addr_from_bd_list_static_addr ,true 
+0x6749 028155 compare 0x40 ,pdata ,0xc0 
+0x674a 028156 branch find_addr_from_bd_list_random_addr ,true 
+0x674b 028157 compare 0x00 ,pdata ,0xc0 
+0x674c 028158 branch find_addr_from_bd_list_random_non_resolvable_private_address ,true 
+:      028159 find_addr_from_bd_list_static_addr:
+0x674d 028160 jam rec_4_mode_static_address ,mem_temp_reconn_record 
+0x674e 028161 fetch 6 ,mem_le_plap 
+0x674f 028162 branch find_addr_from_bd_list_common 
+:      028164 find_addr_from_bd_list_random_non_resolvable_private_address:
+0x6750 028165 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
+0x6751 028166 branch find_addr_from_bd_list_common 
+:      028169 find_addr_from_bd_list_random_addr:
+0x6752 028170 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
+0x6753 028171 branch find_addr_from_bd_list_common 
+:      028174 find_addr_from_bd_list_spp_mode:
+0x6754 028175 bpatchx patch33_0 ,mem_patch33 
+0x6755 028176 jam rec_3_mode ,mem_temp_reconn_record 
+0x6756 028177 fetch 6 ,mem_plap 
+:      028178 find_addr_from_bd_list_common:
+0x6757 028179 store 6 ,mem_temp_reconn_record + 1 
+0x6758 028180 fetch 2 ,mem_nv_data_ptr 
+0x6759 028181 ifetcht 1 ,pdata 
+0x675a 028182 pincrease 1 
+0x675b 028183 store 2 ,mem_list_item_ptr 
+0x675c 028184 storet 1 ,mem_select_list_item 
+0x675d 028185 fetch 1 ,mem_nv_data_number 
+0x675e 028186 icopy regc 
+:      028187 nvram_find_addr_from_list:
+0x675f 028188 fetch 2 ,mem_list_item_ptr 
+0x6760 028189 copy pdata ,rega 
+0x6761 028190 call nvram_find_addr_from_list_compare 
+0x6762 028191 rtn user 
+0x6763 028192 fetcht 2 ,mem_list_item_ptr 
+0x6764 028193 increase nv_data_len ,temp 
+0x6765 028194 storet 2 ,mem_list_item_ptr 
+0x6766 028195 increase -1 ,temp 
+0x6767 028196 ifetch 1 ,temp 
+0x6768 028197 store 1 ,mem_select_list_item 
+0x6769 028198 increase -1 ,regc 
+0x676a 028199 nbranch nvram_find_addr_from_list ,zero 
+0x676b 028200 fetch 1 ,mem_nv_data_number 
+0x676c 028201 pincrease decreased_one 
+0x676d 028202 store 1 ,mem_select_list_item 
+0x676e 028203 rtn 
+:      028204 nvram_find_addr_from_list_compare:
+0x676f 028205 fetch 1 ,mem_temp_reconn_record 
+0x6770 028206 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
+:      028207 find_master_addr_from_list_compare:
+0x6771 028208 arg mem_temp_reconn_record ,regb 
+0x6772 028209 arg 7 ,loopcnt 
+0x6773 028210 call string_compare 
+0x6774 028211 branch enable_user ,zero 
+0x6775 028212 rtn 
+:      028214 find_addr_from_list_compare_ble_mode:
+0x6776 028215 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
+0x6777 028216 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
+0x6778 028217 branch find_master_addr_from_list_compare 
+:      028219 find_irk_form_list_compare:
+0x6779 028220 ifetcht 1 ,rega 
+0x677a 028221 isub temp ,null 
+0x677b 028222 nrtn zero 
+0x677c 028223 arg mem_le_prand ,contw 
+0x677d 028224 arg 16 ,loopcnt 
+0x677e 028225 call clear_mem 
+0x677f 028226 fetch 3 ,mem_le_plap + 3 
+0x6780 028227 store 3 ,mem_le_prand 
+0x6781 028228 call genernate_master_macaddress 
+0x6782 028229 fetch 2 ,mem_le_aes_128 + 13 
+0x6783 028230 byteswap pdata ,pdata 
+0x6784 028231 lshift8 pdata ,temp 
+0x6785 028232 ifetch 1 ,contr 
+0x6786 028233 iadd temp ,pdata 
+0x6787 028234 fetcht 3 ,mem_le_plap 
+0x6788 028235 isub temp ,null 
+0x6789 028236 branch enable_user ,zero 
+0x678a 028237 rtn 
+:      028240 genernate_master_macaddress:
+0x678b 028241 arg mem_le_prand ,contr 
+0x678c 028242 call load_data128 
+0x678d 028244 ifetch 1 ,rega 
+0x678e 028245 call load_regext 
+0x678f 028246 force 0x38 ,aes_ctrl 
+0x6790 028247 force 0x0 ,aes_ctrl 
+0x6791 028248 call wait_aes 
+0x6792 028249 arg mem_le_aes_128 ,contw 
+0x6793 028250 branch store_aes_result 
+:      028252 find_ediv_form_list_compare:
+0x6794 028253 ifetcht 1 ,rega 
+0x6795 028254 isub temp ,null 
+0x6796 028255 nrtn zero 
+0x6797 028256 copy contr ,rega 
+0x6798 028257 add contr ,8 ,regc 
+0x6799 028258 arg mem_le_rand ,regb 
+0x679a 028259 arg 8 ,loopcnt 
+0x679b 028260 call string_compare 
+0x679c 028261 branch enable_user ,zero 
+0x679d 028262 copy regc ,rega 
+0x679e 028263 arg mem_le_irk ,regb 
+0x679f 028264 arg 8 ,loopcnt 
+0x67a0 028265 call string_compare 
+0x67a1 028266 branch enable_user ,zero 
+0x67a2 028267 rtn 
+:      028269 check_nvram:
+0x67a3 028270 fetch 2 ,mem_nv_data_ptr 
+0x67a4 028271 ifetcht 1 ,pdata 
+0x67a5 028272 pincrease nv_data_len 
+0x67a6 028273 ifetch 1 ,pdata 
+0x67a7 028274 isub temp ,null 
+0x67a8 028275 rtn 
+:      028277 init_device_list:
+0x67a9 028278 fetch 1 ,mem_nv_data_number 
+0x67aa 028279 icopy loopcnt 
+0x67ab 028280 fetcht 2 ,mem_nv_data_ptr 
+0x67ac 028281 setarg 0 
+:      028282 init_device_list_loop:
+0x67ad 028283 istore 1 ,temp 
+0x67ae 028284 increase nv_data_len ,temp 
+0x67af 028285 pincrease 1 
+0x67b0 028286 loop init_device_list_loop 
+0x67b1 028287 rtn 
+:      028289 load_device_list:
+0x67b2 028290 bpatchx patch33_1 ,mem_patch33 
+0x67b3 028291 call nvram_find_addr_from_bd_list 
+0x67b4 028292 fetch 1 ,mem_state 
+0x67b5 028293 setflag user ,state_combkey ,pdata 
+0x67b6 028294 store 1 ,mem_state 
+0x67b7 028295 nbranch clear_key_exists ,user 
+0x67b8 028296 add rega ,10 ,contr 
+0x67b9 028298 arg mem_link_key ,contw 
+0x67ba 028299 call memcpy16 
+0x67bb 028300 branch check_link_key_load 
+:      028301 clear_key_exists:
+0x67bc 028302 jam 0 ,mem_link_key_exists 
+0x67bd 028303 rtn 
+:      028305 load_device_list_mode_4:
+0x67be 028306 fetch 9 ,mem_le_ediv 
+0x67bf 028307 branch clear_ltk_exists ,blank 
+0x67c0 028308 call nvram_find_addr_from_bd_list 
+0x67c1 028309 nbranch clear_ltk_exists ,user 
+0x67c2 028310 fetch 2 ,mem_list_item_ptr 
+0x67c3 028311 add pdata ,1 ,contr 
+0x67c4 028312 arg mem_le_irk ,contw 
+0x67c5 028313 call memcpy16 
+0x67c6 028314 arg mem_le_ltk ,contw 
+0x67c7 028315 call memcpy16 
+0x67c8 028316 jam 1 ,mem_ltk_exists 
+0x67c9 028317 rtn 
+:      028319 clear_ltk_exists:
+0x67ca 028320 jam 0 ,mem_ltk_exists 
+0x67cb 028321 rtn 
+:      028324 eeprom_store_le_reconn_info:
+0x67cc 028325 fetch 6 ,mem_le_plap 
+0x67cd 028326 store 6 ,mem_temp_lap 
+0x67ce 028327 jam rec_4_mode ,mem_record_bt_mode 
+0x67cf 028328 branch eeprom_store_reconn_info 
+:      028329 eeprom_store_bd_reconn_info:
+0x67d0 028330 fetch 6 ,mem_plap 
+0x67d1 028331 store 6 ,mem_temp_lap 
+0x67d2 028332 jam rec_3_mode ,mem_record_bt_mode 
+:      028333 eeprom_store_reconn_info:
+0x67d3 028334 fetch 1 ,mem_device_option 
+0x67d4 028335 beq dvc_op_module ,check_51cmd_update_device_record 
+0x67d5 028336 bbit1 dvc_op_mouse ,mouse_store_remote_bdaddr 
+0x67d6 028337 rtn 
+:      028340 check_link_key_load:
+0x67d7 028341 fetch 8 ,mem_link_key 
+0x67d8 028342 fetcht 8 ,mem_link_key + 8 
+0x67d9 028343 ior temp ,pdata 
+0x67da 028344 rtn blank 
+0x67db 028345 jam 1 ,mem_link_key_exists 
+0x67dc 028346 rtn 
+:      028353 gpio_set_wake_by_current_state:
+0x67dd 028354 bpatchx patch33_2 ,mem_patch33 
+0x67de 028355 set1 7 ,temp 
+0x67df 028356 call gpio_get_bit 
+0x67e0 028357 nsetflag true ,7 ,temp 
+:      028362 gpio_set_wake:
+0x67e1 028363 bpatchx patch33_3 ,mem_patch33 
+0x67e2 028364 sub temp ,ui_button_gpio_disable ,null 
+0x67e3 028365 rtn zero 
+0x67e4 028366 isolate0 7 ,temp 
+0x67e5 028367 and temp ,0x1f ,queue 
+0x67e6 028368 fetch 4 ,mem_gpio_wakeup_low 
+0x67e7 028369 qsetflag true ,pdata 
+0x67e8 028370 store 4 ,mem_gpio_wakeup_low 
+0x67e9 028371 fetch 4 ,mem_gpio_wakeup_high 
+0x67ea 028372 nqsetflag true ,pdata 
+0x67eb 028373 store 4 ,mem_gpio_wakeup_high 
+0x67ec 028374 rtn 
+:      028377 gpio_clr_wake:
+0x67ed 028378 bpatchx patch33_4 ,mem_patch33 
+0x67ee 028379 sub temp ,ui_button_gpio_disable ,null 
+0x67ef 028380 rtn zero 
+0x67f0 028381 isolate0 7 ,temp 
+0x67f1 028382 and temp ,0x1f ,queue 
+0x67f2 028383 fetch 4 ,mem_gpio_wakeup_low 
+0x67f3 028384 qset0 pdata 
+0x67f4 028385 store 4 ,mem_gpio_wakeup_low 
+0x67f5 028386 fetch 4 ,mem_gpio_wakeup_high 
+0x67f6 028387 qset0 pdata 
+0x67f7 028388 store 4 ,mem_gpio_wakeup_high 
+0x67f8 028389 rtn 
+:      028392 gpio_config_input_nowake:
+0x67f9 028393 call gpio_clr_wake 
+0x67fa 028394 branch gpio_config_input_without_wake 
+:      028397 gpio_config_input:
+0x67fb 028398 sub temp ,ui_button_gpio_disable ,null 
+0x67fc 028399 rtn zero 
+0x67fd 028400 ncall gpio_set_wake ,wake 
+:      028402 gpio_config_input_without_wake:
+0x67fe 028403 arg core_gpio_pd0 ,contw 
+0x67ff 028404 call gpio_set_bit 
+0x6800 028405 setflip gpio_active_bit ,temp 
+0x6801 028406 arg core_gpio_pu0 ,contw 
+0x6802 028407 call gpio_set_bit 
+0x6803 028408 set0 gpio_active_bit ,temp 
+0x6804 028409 arg core_gpio_oe0 ,contw 
+0x6805 028410 branch gpio_set_bit 
+:      028413 gpio_set_high_impedance:
+0x6806 028414 arg core_gpio_pd0 ,contw 
+0x6807 028415 call gpio_set_bit 
+0x6808 028416 set0 gpio_active_bit ,temp 
+0x6809 028417 arg core_gpio_pu0 ,contw 
+0x680a 028418 call gpio_set_bit 
+0x680b 028419 set0 gpio_active_bit ,temp 
+0x680c 028420 arg core_gpio_oe0 ,contw 
+0x680d 028421 branch gpio_set_bit 
+:      028425 gpio_config_output:
+0x680e 028426 sub temp ,ui_button_gpio_disable ,null 
+0x680f 028427 rtn zero 
+0x6810 028428 setflip gpio_active_bit ,temp 
+0x6811 028429 call gpio_out 
+:      028430 gpio_config_output0:
+0x6812 028431 set1 gpio_active_bit ,temp 
+0x6813 028432 arg core_gpio_oe0 ,contw 
+0x6814 028433 branch gpio_set_bit 
+:      028435 gpio_common:
+0x6815 028436 and temp ,0x07 ,queue 
+0x6816 028437 rshift3 temp ,pdata 
+0x6817 028438 and_into 3 ,pdata 
+0x6818 028439 iadd contw ,contw 
+0x6819 028440 ifetch 1 ,contw 
+0x681a 028441 rtn 
+:      028443 gpio_check_active:
+0x681b 028444 arg core_gpio_out0 ,contw 
+0x681c 028445 branch get_bit_common 
+:      028449 gpio_get_bit:
+0x681d 028450 arg core_gpio_in ,contw 
+:      028451 get_bit_common:
+0x681e 028452 call gpio_common 
+0x681f 028453 isolate1 gpio_active_bit ,temp 
+0x6820 028454 branch gpio_get_bit_reverse ,true 
+0x6821 028455 qisolate0 pdata 
+0x6822 028456 rtn 
+:      028457 gpio_get_bit_reverse:
+0x6823 028458 qisolate1 pdata 
+0x6824 028459 rtn 
+:      028461 gpio_out_inactive:
+0x6825 028462 sub temp ,ui_button_gpio_disable ,null 
+0x6826 028463 rtn zero 
+0x6827 028464 isolate1 7 ,null 
+0x6828 028465 branch gpio_out_flag 
+:      028467 gpio_out_active:
+0x6829 028468 sub temp ,ui_button_gpio_disable ,null 
+0x682a 028469 rtn zero 
+0x682b 028470 isolate0 7 ,null 
+:      028473 gpio_out_flag:
+0x682c 028474 setarg 0 
+0x682d 028475 nsetflag true ,gpio_active_bit ,pdata 
+0x682e 028476 ixor temp ,temp 
+:      028479 gpio_out:
+0x682f 028480 arg core_gpio_out0 ,contw 
+:      028483 gpio_set_bit:
+0x6830 028484 call gpio_common 
+0x6831 028485 isolate1 gpio_active_bit ,temp 
+0x6832 028486 qsetflag true ,pdata 
+0x6833 028487 istore 1 ,contw 
+0x6834 028488 rtn 
+:      028490 gpio_set_before_lpm_common:
+0x6835 028491 arg -1 ,rega 
+0x6836 028492 hfetch 1 ,core_gpio_sel1 
+0x6837 028493 compare 0x02 ,pdata ,0x03 
+0x6838 028494 call neglact4_from_23_pin ,true 
+0x6839 028496 compare 0x01 ,pdata ,0x03 
+0x683a 028497 call neglact2_form_25_pin ,true 
+0x683b 028499 compare 0x03 ,pdata ,0x03 
+0x683c 028500 call neglact2_form_25_pin ,true 
+0x683d 028502 isolate1 2 ,pdata 
+0x683e 028503 call neglect2_from_6_pin ,true 
+0x683f 028505 isolate1 3 ,pdata 
+0x6840 028506 call neglect4_from_9_pin ,true 
+0x6841 028508 isolate1 4 ,pdata 
+0x6842 028509 call neglact2_form_30_pin ,true 
+0x6843 028511 isolate1 6 ,pdata 
+0x6844 028512 nsetflag true ,04 ,rega 
+0x6845 028514 isolate1 7 ,pdata 
+0x6846 028515 nsetflag true ,05 ,rega 
+0x6847 028517 hfetch 1 ,core_gpio_sel2 
+0x6848 028518 isolate1 0 ,pdata 
+0x6849 028519 nsetflag true ,27 ,rega 
+0x684a 028520 isolate1 1 ,pdata 
+0x684b 028521 nsetflag true ,28 ,rega 
+0x684c 028522 isolate1 2 ,pdata 
+0x684d 028523 nsetflag true ,03 ,rega 
+0x684e 028524 isolate1 3 ,pdata 
+0x684f 028525 nsetflag true ,08 ,rega 
+0x6850 028526 isolate1 4 ,pdata 
+0x6851 028527 nsetflag true ,20 ,rega 
+0x6852 028528 isolate1 5 ,pdata 
+0x6853 028529 nsetflag true ,21 ,rega 
+0x6854 028530 isolate1 6 ,pdata 
+0x6855 028531 nsetflag true ,22 ,rega 
+0x6856 028532 isolate1 7 ,pdata 
+0x6857 028533 nsetflag true ,23 ,rega 
+0x6858 028535 hfetch 1 ,core_gpio_sel 
+0x6859 028536 isolate1 0 ,pdata 
+0x685a 028537 nsetflag true ,05 ,rega 
+0x685b 028538 isolate1 1 ,pdata 
+0x685c 028539 nsetflag true ,06 ,rega 
+0x685d 028540 isolate1 2 ,pdata 
+0x685e 028541 nsetflag true ,07 ,rega 
+0x685f 028542 isolate1 3 ,pdata 
+0x6860 028543 nsetflag true ,18 ,rega 
+0x6861 028544 isolate1 4 ,pdata 
+0x6862 028545 nsetflag true ,19 ,rega 
+0x6863 028546 isolate1 5 ,pdata 
+0x6864 028547 nsetflag true ,20 ,rega 
+0x6865 028548 isolate1 6 ,pdata 
+0x6866 028549 nsetflag true ,21 ,rega 
+0x6867 028550 isolate1 7 ,pdata 
+0x6868 028551 nsetflag true ,22 ,rega 
+0x6869 028553 hfetch 1 ,core_uart_ctrl 
+0x686a 028554 isolate1 4 ,pdata 
+0x686b 028555 call neglact2_form_2_pin ,true 
+0x686c 028556 bpatchx patch33_5 ,mem_patch33 
+0x686d 028558 hfetch 4 ,core_gpio_pu0 
+0x686e 028559 hfetcht 4 ,core_gpio_pd0 
+0x686f 028560 ior temp ,pdata 
+0x6870 028561 invert pdata ,pdata 
+0x6871 028562 iand rega ,pdata 
+0x6872 028564 hstore 4 ,core_gpio_oe0 
+0x6873 028565 rtn 
+:      028568 neglect2_from_6_pin:
+0x6874 028569 arg 6 ,queue 
+0x6875 028570 branch neglect_2_pin 
+:      028571 neglect4_from_9_pin:
+0x6876 028572 arg 9 ,queue 
+0x6877 028573 branch neglact_4_pin 
+:      028574 neglact4_from_23_pin:
+0x6878 028575 arg 23 ,queue 
+0x6879 028576 branch neglact_4_pin 
+:      028577 neglact2_form_25_pin:
+0x687a 028578 arg 25 ,queue 
+0x687b 028579 branch neglect_2_pin 
+:      028580 neglact2_form_30_pin:
+0x687c 028581 arg 30 ,queue 
+0x687d 028582 branch neglect_2_pin 
+:      028583 neglact2_form_2_pin:
+0x687e 028584 arg 2 ,queue 
+0x687f 028585 branch neglect_2_pin 
+:      028586 neglact_1_pin:
+0x6880 028587 arg 1 ,loopcnt 
+0x6881 028588 branch neglect_pin_loop 
+:      028589 neglact_4_pin:
+0x6882 028590 arg 4 ,loopcnt 
+0x6883 028591 branch neglect_pin_loop 
+:      028592 neglect_2_pin:
+0x6884 028593 arg 2 ,loopcnt 
+:      028594 neglect_pin_loop:
+0x6885 028595 qset0 rega 
+0x6886 028596 increase 1 ,queue 
+0x6887 028597 loop neglect_pin_loop 
+0x6888 028598 rtn 
+:      028606 gpio_cfg_uart_tx_output:
+0x6889 028607 call gpio_uart2gpio 
+0x688a 028608 arg uart_wakeup_tx ,temp 
+0x688b 028609 branch gpio_config_output 
+:      028611 gpio_pu_uart_tx:
+0x688c 028612 call gpio_cfg_uart_tx_output 
+0x688d 028613 arg uart_wakeup_tx ,temp 
+0x688e 028614 branch gpio_out_inactive 
+:      028618 gpio_rx_config_input_with_pu:
+0x688f 028619 call gpio_uart2gpio 
+0x6890 028620 hfetch 1 ,core_gpio_pu0 
+0x6891 028621 set1 uart_wakeup_rx ,pdata 
+0x6892 028622 hstore 1 ,core_gpio_pu0 
+0x6893 028623 arg uart_wakeup_rx ,temp 
+0x6894 028624 branch gpio_config_input 
+:      028626 gpio_uart2gpio:
+0x6895 028627 hfetch 1 ,core_gpio_sel1 
+0x6896 028628 and_into 0xfb ,pdata 
+0x6897 028629 hstore 1 ,core_gpio_sel1 
+0x6898 028630 rtn 
+:      028632 gpio_check_uart_state:
+0x6899 028633 hfetch 1 ,core_gpio_sel1 
+0x689a 028634 isolate1 2 ,pdata 
+0x689b 028635 rtn 
+:      028637 load_chip_option:
+0x689c 028638 call otp_enable_chgpump 
+0x689d 028639 setarg otp_chip_functions 
+0x689e 028640 arg mem_chip_functions ,rega 
+0x689f 028641 arg 0x02 ,temp 
+0x68a0 028642 call otpd_read_data 
+0x68a1 028643 branch otp_disable_chgpump 
+:      028646 load_adc_init:
+0x68a2 028647 call otp_enable_chgpump 
+0x68a3 028648 setarg otp_adc_io_0_5v_addr 
+0x68a4 028649 arg mem_0_5_adc_io_data ,rega 
+0x68a5 028650 arg 14 ,temp 
+0x68a6 028651 call otpd_read_data 
+0x68a7 028652 branch otp_disable_chgpump 
+:      028656 adc_init_data:
+0x68a8 028657 bpatchx patch33_6 ,mem_patch33 
+0x68a9 028659 call load_adc_init 
+0x68aa 028661 fetch 1 ,mem_adc_config_flag 
+0x68ab 028662 beq adc_config_vinlpm ,adc_init_data_vinlpm 
+0x68ac 028663 beq adc_config_hvin ,adc_init_data_hvin 
+0x68ad 028664 beq adc_config_gpio ,adc_init_data_io 
+0x68ae 028665 rtn 
+:      028667 adc_init_data_vinlpm:
+0x68af 028668 fetcht 2 ,mem_otp_adc_flag 
+0x68b0 028669 setarg otp_adc_flag 
+0x68b1 028670 isub temp ,null 
+0x68b2 028671 branch adc_check_data_vinlpm ,zero 
+0x68b3 028672 setarg 0x4dfa 
+0x68b4 028673 store 2 ,mem_3v_adc_vinlpm_data 
+0x68b5 028674 setarg 0x4894 
+0x68b6 028675 store 2 ,mem_2v_adc_vinlpm_data 
+0x68b7 028676 branch set_vdd_reference_voltage_1v 
+:      028678 adc_check_data_vinlpm:
+0x68b8 028679 fetch 2 ,mem_3v_adc_vinlpm_data 
+0x68b9 028680 nbranch adc_check_2v_vinlpm ,blank 
+0x68ba 028681 setarg 0x4dfa 
+0x68bb 028682 store 2 ,mem_3v_adc_vinlpm_data 
+:      028683 adc_check_2v_vinlpm:
+0x68bc 028684 fetch 2 ,mem_2v_adc_vinlpm_data 
+0x68bd 028685 nbranch set_vdd_reference_voltage_1v ,blank 
+0x68be 028686 setarg 0x4894 
+0x68bf 028687 store 2 ,mem_2v_adc_vinlpm_data 
+:      028688 set_vdd_reference_voltage_1v:
+0x68c0 028689 setarg 100 
+0x68c1 028690 store 2 ,mem_reference_voltage 
+0x68c2 028691 rtn 
+:      028693 adc_init_data_hvin:
+0x68c3 028694 fetcht 2 ,mem_otp_adc_flag 
+0x68c4 028695 setarg otp_adc_flag 
+0x68c5 028696 isub temp ,null 
+0x68c6 028697 branch adc_check_data_hvin ,zero 
+0x68c7 028698 setarg 0x5932 
+0x68c8 028699 store 2 ,mem_5v_adc_hvin_data 
+0x68c9 028700 setarg 0x4323 
+0x68ca 028701 store 2 ,mem_1v_adc_hvin_data 
+0x68cb 028702 branch set_vdd_reference_voltage_4v 
+:      028704 adc_check_data_hvin:
+0x68cc 028705 fetch 2 ,mem_5v_adc_hvin_data 
+0x68cd 028706 nbranch adc_check_1v_hvin ,blank 
+0x68ce 028707 setarg 0x5932 
+0x68cf 028708 store 2 ,mem_5v_adc_hvin_data 
+:      028709 adc_check_1v_hvin:
+0x68d0 028710 fetch 2 ,mem_1v_adc_hvin_data 
+0x68d1 028711 nbranch set_vdd_reference_voltage_4v ,blank 
+0x68d2 028712 setarg 0x4323 
+0x68d3 028713 store 2 ,mem_1v_adc_hvin_data 
+:      028714 set_vdd_reference_voltage_4v:
+0x68d4 028715 setarg 400 
+0x68d5 028716 store 2 ,mem_reference_voltage 
+0x68d6 028717 rtn 
+:      028719 adc_init_data_io:
+0x68d7 028720 fetcht 2 ,mem_otp_adc_flag 
+0x68d8 028721 setarg otp_adc_flag 
+0x68d9 028722 isub temp ,null 
+0x68da 028723 branch adc_check_data_io ,zero 
+0x68db 028724 setarg 0x6946 
+0x68dc 028725 store 2 ,mem_1v_adc_io_data 
+0x68dd 028726 setarg 0x5377 
+0x68de 028727 store 2 ,mem_0_5_adc_io_data 
+0x68df 028728 branch set_vdd_reference_voltage_0_5v 
+:      028730 adc_check_data_io:
+0x68e0 028731 fetch 2 ,mem_1v_adc_io_data 
+0x68e1 028732 nbranch adc_check_0_5v_io ,blank 
+0x68e2 028733 setarg 0x6946 
+0x68e3 028734 store 2 ,mem_1v_adc_io_data 
+:      028735 adc_check_0_5v_io:
+0x68e4 028736 fetch 2 ,mem_0_5_adc_io_data 
+0x68e5 028737 nbranch set_vdd_reference_voltage_0_5v ,blank 
+0x68e6 028738 setarg 0x5377 
+0x68e7 028739 store 2 ,mem_0_5_adc_io_data 
+:      028740 set_vdd_reference_voltage_0_5v:
+0x68e8 028741 setarg 50 
+0x68e9 028742 store 2 ,mem_reference_voltage 
+0x68ea 028743 rtn 
+:      028746 adc_set_mode:
+0x68eb 028747 fetch 1 ,mem_adc_config_flag 
+0x68ec 028748 beq adc_config_vinlpm ,adc_check_vinlpm 
+0x68ed 028749 beq adc_config_hvin ,adc_check_hvin 
+0x68ee 028750 beq adc_config_gpio ,adc_check_gpio 
+0x68ef 028751 rtn 
+:      028752 adc_check_vinlpm:
+0x68f0 028753 jam 0xbf ,rf_adc_mode 
+0x68f1 028754 branch read_adc 
+:      028755 adc_check_hvin:
+0x68f2 028756 jam 0xaf ,rf_adc_mode 
+0x68f3 028757 branch read_adc 
+:      028758 adc_check_gpio:
+0x68f4 028759 jam 0x8f ,rf_adc_mode 
+0x68f5 028760 fetch 1 ,mem_adc_channel 
+0x68f6 028761 hstore 1 ,rf_adc_ch 
+0x68f7 028762 branch read_adc 
+:      028763 read_adc:
+0x68f8 028764 bpatchx patch33_7 ,mem_patch33 
+0x68f9 028765 hfetch 1 ,core_uart_baud + 1 
+0x68fa 028766 set1 7 ,pdata 
+0x68fb 028767 hstore 1 ,core_uart_baud + 1 
+0x68fc 028768 hfetch 1 ,rf_adc_ch 
+0x68fd 028769 or_into 0x30 ,pdata 
+0x68fe 028770 hstore 1 ,rf_adc_ch 
+0x68ff 028771 jam 0x7c ,rfen_adc 
+0x6900 028772 jam 0xaa ,rf_adc_gc 
+0x6901 028773 nop 5000 
+0x6902 028774 hfetcht 2 ,core_adc_sum 
+0x6903 028775 hfetch 1 ,core_uart_baud + 1 
+0x6904 028776 set0 7 ,pdata 
+0x6905 028777 hstore 1 ,core_uart_baud + 1 
+0x6906 028778 storet 2 ,mem_adc_current_value 
+0x6907 028779 rtn 
+:      028781 vdd_calculate_by_mode:
+0x6908 028782 bpatchx patch34_0 ,mem_patch34 
+0x6909 028783 fetch 1 ,mem_adc_config_flag 
+0x690a 028784 beq adc_config_vinlpm ,vdd_calculate_vinlpm 
+0x690b 028785 beq adc_config_hvin ,vdd_calculate_hvin 
+0x690c 028786 beq adc_config_gpio ,vdd_calculate_io 
+0x690d 028787 rtn 
+:      028789 vdd_calculate_vinlpm:
+0x690e 028790 fetch 2 ,mem_3v_adc_vinlpm_data 
+0x690f 028791 fetcht 2 ,mem_2v_adc_vinlpm_data 
+0x6910 028792 arg 200 ,regc 
+0x6911 028793 branch vdd_calculate 
+:      028795 vdd_calculate_hvin:
+0x6912 028796 fetch 2 ,mem_5v_adc_hvin_data 
+0x6913 028797 fetcht 2 ,mem_1v_adc_hvin_data 
+0x6914 028798 arg 100 ,regc 
+0x6915 028799 branch vdd_calculate 
+:      028801 vdd_calculate_io:
+0x6916 028802 fetch 2 ,mem_1v_adc_io_data 
+0x6917 028803 fetcht 2 ,mem_0_5_adc_io_data 
+0x6918 028804 arg 50 ,regc 
+0x6919 028805 branch vdd_calculate 
+:      028807 vdd_calculate:
+0x691a 028808 isub temp ,rega 
+0x691b 028809 fetch 2 ,mem_adc_current_value 
+0x691c 028810 isub temp ,pdata 
+0x691d 028811 nbranch vdd_calculate1 ,positive 
+0x691e 028812 fetcht 2 ,mem_reference_voltage 
+0x691f 028813 imul32 temp ,regb 
+0x6920 028814 copy regc ,pdata 
+0x6921 028815 imul32 rega ,pdata 
+0x6922 028816 iadd regb ,pdata 
+:      028817 vdd_calculate2:
+0x6923 028818 idiv rega 
+0x6924 028819 call wait_div_end 
+0x6925 028820 quotient pdata 
+0x6926 028821 rtn 
+:      028823 vdd_calculate1:
+0x6927 028824 copy temp ,pdata 
+0x6928 028825 fetcht 2 ,mem_adc_current_value 
+0x6929 028826 isub temp ,pdata 
+0x692a 028827 fetcht 2 ,mem_reference_voltage 
+0x692b 028828 imul32 temp ,regb 
+0x692c 028829 copy regc ,pdata 
+0x692d 028830 imul32 rega ,pdata 
+0x692e 028831 isub regb ,pdata 
+0x692f 028832 branch vdd_calculate2 
+:      028843 adc_bat_percent_lowpower_out:
+0x6930 028844 ifetch 8 ,rega 
+0x6931 028845 store 8 ,mem_pdatatemp 
+0x6932 028846 fetch 2 ,mem_pdatatemp 
+0x6933 028847 fetcht 2 ,mem_pdatatemp + 2 
+0x6934 028848 isub temp ,rega 
+0x6935 028849 fetch 2 ,mem_pdatatemp + 6 
+0x6936 028850 isub temp ,regb 
+0x6937 028851 fetcht 2 ,mem_pdatatemp + 4 
+0x6938 028852 isub temp ,null 
+0x6939 028853 ncall adc_set_low_power_flag ,positive 
+0x693a 028854 mul32 regb ,100 ,pdata 
+0x693b 028855 idiv rega 
+0x693c 028856 call wait_div_end 
+0x693d 028857 quotient pdata 
+0x693e 028858 call adc_set_no_power_flag ,blank 
+0x693f 028859 rtn 
+:      028860 adc_set_low_power_flag:
+0x6940 028861 fetch 1 ,mem_adc_power_flag 
+0x6941 028862 set1 0 ,pdata 
+0x6942 028863 store 1 ,mem_adc_power_flag 
+0x6943 028864 rtn 
+:      028865 adc_set_no_power_flag:
+0x6944 028866 fetcht 1 ,mem_adc_power_flag 
+0x6945 028867 set1 1 ,temp 
+0x6946 028868 storet 1 ,mem_adc_power_flag 
+0x6947 028869 rtn 
+:      028874 keyscan_key_init:
+0x6948 028875 fetch 2 ,mem_key_num_ptr 
+0x6949 028876 ifetch 1 ,pdata 
+:      028877 keyscan_key_init_next:
+0x694a 028878 rtn blank 
+0x694b 028879 copy pdata ,loopcnt 
+0x694c 028881 fetch 2 ,mem_keyscan_ptr 
+0x694d 028882 increase 3 ,pdata 
+0x694e 028883 copy pdata ,rega 
+:      028884 keyscan_key_init_lp1:
+0x694f 028885 ifetcht 1 ,rega 
+0x6950 028886 call gpio_config_input 
+0x6951 028887 increase key_conf_struct_len ,rega 
+0x6952 028888 loop keyscan_key_init_lp1 
+:      028889 keyscan_key_init_end:
+0x6953 028890 rtn 
+:      028892 keyscan_scan_key:
+0x6954 028893 fetch 2 ,mem_keyscan_ptr 
+0x6955 028894 increase 3 ,pdata 
+0x6956 028895 copy pdata ,rega 
+0x6957 028897 force 0 ,regb 
+0x6958 028898 jam 0 ,mem_key_value_temp 
+:      028899 keyscan_scan_key_lp1:
+0x6959 028900 ifetcht 1 ,rega 
+0x695a 028901 call gpio_get_bit 
+0x695b 028902 bpatchx patch34_1 ,mem_patch34 
+0x695c 028903 fetch 2 ,mem_key_value_temp 
+0x695d 028904 copy regb ,queue 
+0x695e 028905 qsetflag true ,pdata 
+0x695f 028906 store 2 ,mem_key_value_temp 
+0x6960 028907 increase key_conf_struct_len ,rega 
+0x6961 028908 increase 1 ,regb 
+0x6962 028909 fetch 2 ,mem_key_num_ptr 
+0x6963 028910 ifetch 1 ,pdata 
+:      028911 keyscan_scan_key_lp1_next:
+0x6964 028912 ixor regb ,null 
+0x6965 028913 nbranch keyscan_scan_key_lp1 ,zero 
+0x6966 028914 fetch 2 ,mem_key_value_temp 
+0x6967 028915 fetcht 2 ,mem_key_value 
+0x6968 028916 ixor temp ,null 
+0x6969 028917 rtn zero 
+0x696a 028918 enable user 
+0x696b 028919 rtn 
+:      028921 keyscan_process_lpm_before:
+0x696c 028922 fetch 2 ,mem_key_num_ptr 
+0x696d 028923 ifetch 1 ,pdata 
+:      028924 keyscan_process_lpm_before_next:
+0x696e 028925 rtn blank 
+0x696f 028926 copy pdata ,loopcnt 
+0x6970 028927 fetch 2 ,mem_keyscan_ptr 
+0x6971 028928 increase 3 ,pdata 
+0x6972 028929 copy pdata ,rega 
+:      028930 keyscan_process_lpm_before_lp1:
+0x6973 028931 ifetcht 1 ,rega 
+0x6974 028932 call gpio_set_wake_by_current_state 
+0x6975 028933 increase key_conf_struct_len ,rega 
+0x6976 028934 loop keyscan_process_lpm_before_lp1 
+:      028935 keyscan_process_lpm_before_end:
+0x6977 028936 rtn 
+:      028938 keyscan_key_process:
+0x6978 028939 arg key_scan_timer ,queue 
+0x6979 028940 call timer_check 
+0x697a 028941 nrtn blank 
+0x697b 028942 setarg 0x20 
+0x697c 028943 arg key_scan_timer ,queue 
+0x697d 028944 call timer_init 
+0x697e 028945 disable user 
+0x697f 028946 call keyscan_process_lpm_before 
+0x6980 028947 bpatchx patch34_2 ,mem_patch34 
+0x6981 028948 fetch 2 ,mem_key_num_ptr 
+0x6982 028949 ifetch 1 ,pdata 
+:      028950 keyscan_key_process_next:
+0x6983 028951 rtn blank 
+0x6984 028952 call keyscan_scan_key 
+0x6985 028953 nbranch lpm_button_clean_wake_lock ,user 
+0x6986 028954 call lpm_button_get_wake_lock 
+0x6987 028955 disable user 
+0x6988 028956 fetch 2 ,mem_key_value_temp 
+0x6989 028957 store 2 ,mem_key_value_temp4 
+0x698a 028958 jam 0 ,mem_key_value_temp6 
+0x698b 028959 force 0 ,queue 
+:      028960 keyscan_key_lp1:
+0x698c 028961 fetch 2 ,mem_key_value 
+0x698d 028962 rshift pdata ,temp 
+0x698e 028963 storet 2 ,mem_key_value 
+0x698f 028964 and pdata ,0x01 ,pdata 
+0x6990 028965 fetcht 2 ,mem_key_value_temp4 
+0x6991 028966 and temp ,0x01 ,rega 
+0x6992 028967 rshift temp ,temp 
+0x6993 028968 storet 2 ,mem_key_value_temp4 
+0x6994 028969 ixor rega ,null 
+0x6995 028970 ncall keyscan_send_key_data ,zero 
+0x6996 028971 fetch 2 ,mem_key_num_ptr 
+0x6997 028972 ifetch 1 ,pdata 
+:      028973 keyscan_key_lp1_next:
+0x6998 028974 fetcht 1 ,mem_key_value_temp6 
+0x6999 028975 increase 1 ,temp 
+0x699a 028976 storet 1 ,mem_key_value_temp6 
+0x699b 028977 copy temp ,queue 
+0x699c 028978 ixor queue ,null 
+0x699d 028979 nbranch keyscan_key_lp1 ,zero 
+0x699e 028980 fetch 2 ,mem_key_value_temp 
+0x699f 028981 store 2 ,mem_key_value 
+0x69a0 028982 rtn 
+:      028983 keyscan_send_key_data:
+0x69a1 028984 bpatchx patch34_3 ,mem_patch34 
+0x69a2 028985 fetch 2 ,mem_keyscan_ptr 
+0x69a3 028986 increase 1 ,pdata 
+0x69a4 028987 ifetch 2 ,pdata 
+0x69a5 028988 branch callback_func 
+:      028999 pwm_init:
+0x69a6 029000 hfetch 1 ,core_clksel 
+0x69a7 029001 ior rega ,pdata 
+0x69a8 029002 hstore 1 ,core_clksel 
+0x69a9 029003 hfetch 2 ,core_clkoff 
+0x69aa 029004 set0 clock_off_pwm ,pdata 
+0x69ab 029005 hstore 2 ,core_clkoff 
+0x69ac 029006 nop 100 
+0x69ad 029007 rtn 
+:      029018 pwm_out_set:
+0x69ae 029019 fetcht 3 ,mem_pdatatemp + 2 
+0x69af 029020 setarg pwm_12mhz 
+0x69b0 029021 idiv temp 
+0x69b1 029022 call wait_div_end 
+0x69b2 029023 quotient temp 
+0x69b3 029024 fetch 1 ,mem_pdatatemp + 5 
+0x69b4 029025 imul32 temp ,pdata 
+0x69b5 029026 div pdata ,100 
+0x69b6 029027 call wait_div_end 
+0x69b7 029028 quotient rega 
+0x69b8 029029 copy temp ,pdata 
+0x69b9 029030 isub rega ,regb 
+0x69ba 029031 fetch 1 ,mem_pdatatemp + 1 
+0x69bb 029032 call pwm_duty_cycle_set 
+0x69bc 029033 fetch 1 ,mem_pdatatemp 
+0x69bd 029034 branch pwm_enable 
+:      029037 pwm_duty_cycle_set:
+0x69be 029038 beq 0 ,pwm_pwm0_duty_set 
+0x69bf 029039 beq 1 ,pwm_pwm1_duty_set 
+0x69c0 029040 beq 2 ,pwm_pwm2_duty_set 
+0x69c1 029041 beq 3 ,pwm_pwm3_duty_set 
+0x69c2 029042 beq 4 ,pwm_pwm4_duty_set 
+0x69c3 029043 beq 5 ,pwm_pwm5_duty_set 
+:      029044 pwm_pwm0_duty_set:
+0x69c4 029045 arg core_pwm_pcnt0 ,contw 
+0x69c5 029046 branch pwm_set_pncnt 
+:      029047 pwm_pwm1_duty_set:
+0x69c6 029048 arg core_pwm_pcnt1 ,contw 
+0x69c7 029049 branch pwm_set_pncnt 
+:      029050 pwm_pwm2_duty_set:
+0x69c8 029051 arg core_pwm_pcnt2 ,contw 
+0x69c9 029052 branch pwm_set_pncnt 
+:      029053 pwm_pwm3_duty_set:
+0x69ca 029054 arg core_pwm_pcnt3 ,contw 
+0x69cb 029055 branch pwm_set_pncnt 
+:      029056 pwm_pwm4_duty_set:
+0x69cc 029057 arg core_pwm_pcnt4 ,contw 
+0x69cd 029058 branch pwm_set_pncnt 
+:      029059 pwm_pwm5_duty_set:
+0x69ce 029060 arg core_pwm_pcnt5 ,contw 
+0x69cf 029061 branch pwm_set_pncnt 
+:      029062 pwm_set_pncnt:
+0x69d0 029063 copy rega ,pdata 
+0x69d1 029064 istore 2 ,contw 
+0x69d2 029065 copy regb ,pdata 
+0x69d3 029066 istore 2 ,contw 
+0x69d4 029067 rtn 
+:      029071 pwm_enable:
+0x69d5 029072 enable user 
+0x69d6 029073 branch pwm_gpio_set 
+:      029074 pwm_disable:
+0x69d7 029075 disable user 
+:      029076 pwm_gpio_set:
+0x69d8 029077 beq 4 ,pwm_gpio4_set 
+0x69d9 029078 beq 5 ,pwm_gpio5_set 
+0x69da 029079 beq 27 ,pwm_gpio27_set 
+0x69db 029080 beq 28 ,pwm_gpio28_set 
+0x69dc 029081 beq 3 ,pwm_gpio3_set 
+0x69dd 029082 beq 8 ,pwm_gpio8_set 
+0x69de 029083 beq 20 ,pwm_gpio20_set 
+0x69df 029084 beq 21 ,pwm_gpio21_set 
+0x69e0 029085 beq 22 ,pwm_gpio22_set 
+0x69e1 029086 beq 23 ,pwm_gpio23_set 
+0x69e2 029087 rtn 
+:      029090 pwm_gpio4_set:
+0x69e3 029091 arg 6 ,queue 
+0x69e4 029092 branch pwm_one_set_select 
+:      029093 pwm_gpio5_set:
+0x69e5 029094 arg 7 ,queue 
+0x69e6 029095 branch pwm_one_set_select 
+:      029096 pwm_gpio27_set:
+0x69e7 029097 arg 8 ,queue 
+0x69e8 029098 branch pwm_one_set_select 
+:      029099 pwm_gpio28_set:
+0x69e9 029100 arg 9 ,queue 
+0x69ea 029101 branch pwm_one_set_select 
+:      029102 pwm_gpio3_set:
+0x69eb 029103 arg 10 ,queue 
+0x69ec 029104 branch pwm_one_set_select 
+:      029105 pwm_gpio8_set:
+0x69ed 029106 arg 11 ,queue 
+0x69ee 029107 branch pwm_one_set_select 
+:      029108 pwm_gpio20_set:
+0x69ef 029109 arg 12 ,queue 
+0x69f0 029110 branch pwm_tw0_set_select 
+:      029111 pwm_gpio21_set:
+0x69f1 029112 arg 13 ,queue 
+0x69f2 029113 branch pwm_tw0_set_select 
+:      029114 pwm_gpio22_set:
+0x69f3 029115 arg 14 ,queue 
+0x69f4 029116 branch pwm_tw0_set_select 
+:      029117 pwm_gpio23_set:
+0x69f5 029118 arg 15 ,queue 
+0x69f6 029119 branch pwm_tw0_set_select 
+:      029121 pwm_set_select:
+0x69f7 029122 hfetch 2 ,core_gpio_sel1 
+0x69f8 029123 qsetflag user ,pdata 
+0x69f9 029124 hstore 2 ,core_gpio_sel1 
+0x69fa 029125 copy rega ,queue 
+0x69fb 029126 hfetch 1 ,core_gpio_key2 
+0x69fc 029127 qsetflag user ,pdata 
+0x69fd 029128 hstore 1 ,core_gpio_key2 
+0x69fe 029129 rtn 
+:      029131 pwm_one_set_select:
+0x69ff 029132 add queue ,-4 ,rega 
+0x6a00 029133 branch pwm_set_select 
+:      029135 pwm_tw0_set_select:
+0x6a01 029136 add queue ,-10 ,rega 
+0x6a02 029137 branch pwm_set_select 
+:      029142 rfcomm_init:
+0x6a03 029143 rtn wake 
+0x6a04 029144 jam 0 ,mem_rfcomm_send_more_pkt 
+0x6a05 029145 jam bits9600 ,memremoterpnbitrate 
+0x6a06 029146 jam databits8 ,memremoteprndatabits 
+0x6a07 029147 jam 0x11 ,memremoteprnxon 
+0x6a08 029148 jam 0x13 ,memremoteprnxoff 
+0x6a09 029149 setarg 0 
+0x6a0a 029150 store 3 ,memremoteprnstopbit 
+0x6a0b 029151 store 1 ,mem_spp_state 
+0x6a0c 029152 jam 0 ,memui_reconnect_mode 
+:      029154 rfcomm_init_spp:
+0x6a0d 029155 bpatchx patch34_4 ,mem_patch34 
+0x6a0e 029156 setarg 0 
+0x6a0f 029157 store 1 ,mem_spp_state 
+0x6a10 029158 store 1 ,mem_remote_spp_channel 
+0x6a11 029159 store 1 ,mem_pn_dlci 
+0x6a12 029160 fetch 1 ,mem_credit_flag 
+0x6a13 029161 beq credit_enable ,rfcomm_init_spp_with_credit 
+0x6a14 029162 jam 0x50 ,mem_credit_given 
+0x6a15 029163 rtn 
+:      029165 rfcomm_init_spp_with_credit:
+0x6a16 029166 jam 0x00 ,mem_credit_given 
+0x6a17 029167 rtn 
+:      029169 set_cr_bit:
+0x6a18 029170 or_into 0x02 ,temp 
+0x6a19 029171 rtn 
+:      029183 rfcomm_calculate_fcs_sabm:
+0x6a1a 029184 copy temp ,pdata 
+0x6a1b 029185 reverse pdata ,pdata 
+0x6a1c 029186 store 1 ,memfcstemp3 
+0x6a1d 029187 force ini_tx_sabm ,pdata 
+0x6a1e 029188 reverse pdata ,pdata 
+0x6a1f 029189 store 1 ,memfcstemp2 
+0x6a20 029190 force 0x01 ,pdata 
+0x6a21 029191 reverse pdata ,pdata 
+0x6a22 029192 store 1 ,memfcstemp1 
+0x6a23 029193 call caculate_fcs 
+0x6a24 029194 copy temp ,pdata 
+0x6a25 029195 rtn 
+:      029196 rfcomm_calculate_fcs_ua:
+0x6a26 029197 reverse pdata ,pdata 
+0x6a27 029198 store 1 ,memfcstemp3 
+0x6a28 029199 force rsp_tx_ua ,pdata 
+0x6a29 029200 reverse pdata ,pdata 
+0x6a2a 029201 store 1 ,memfcstemp2 
+0x6a2b 029202 force 0x01 ,pdata 
+0x6a2c 029203 reverse pdata ,pdata 
+0x6a2d 029204 store 1 ,memfcstemp1 
+0x6a2e 029205 branch caculate_fcs 
+:      029207 rfcomm_calculate_fcs_dlci0:
+0x6a2f 029208 fetch 1 ,mem_rfcomm_initiator 
+0x6a30 029209 branch rfcomm_calculate_fcs_dlci0_res ,blank 
+0x6a31 029210 setarg 0x70 
+0x6a32 029211 rtn 
+:      029212 rfcomm_calculate_fcs_dlci0_res:
+0x6a33 029213 setarg 0xaa 
+0x6a34 029214 rtn 
+:      029216 rfcomm_save_fcs_uih:
+0x6a35 029217 reverse pdata ,pdata 
+0x6a36 029218 store 1 ,memfcstemp3 
+0x6a37 029219 force rsp_rx_uih ,pdata 
+0x6a38 029220 call caculate_uihdata_fcs 
+0x6a39 029221 fetcht 2 ,mem_contw_temp 
+0x6a3a 029222 copy temp ,contw 
+0x6a3b 029223 istore 1 ,contw 
+0x6a3c 029224 copy contw ,temp 
+0x6a3d 029225 storet 2 ,mem_contw_temp 
+0x6a3e 029226 force rsp_rx_uih_wdata ,pdata 
+0x6a3f 029227 call caculate_uihdata_fcs 
+0x6a40 029228 fetcht 2 ,mem_contw_temp 
+0x6a41 029229 copy temp ,contw 
+0x6a42 029230 istore 1 ,contw 
+0x6a43 029231 rtn 
+:      029240 caculate_uihdata_fcs:
+0x6a44 029241 reverse pdata ,pdata 
+0x6a45 029242 store 1 ,memfcstemp2 
+0x6a46 029243 fetch 2 ,memfcstemp2 
+0x6a47 029244 lshift8 pdata ,pdata 
+0x6a48 029245 store 3 ,mem_mod2div_temp 
+0x6a49 029246 arg 0x107 ,rega 
+0x6a4a 029247 arg 0xf ,regb 
+0x6a4b 029248 call mod2div 
+0x6a4c 029249 xor_into 0xd7 ,pdata 
+0x6a4d 029250 invert pdata ,pdata 
+0x6a4e 029251 reverse pdata ,pdata 
+0x6a4f 029252 rtn 
+:      029262 caculate_fcs:
+0x6a50 029263 fetch 3 ,memfcstemp1 
+0x6a51 029264 store 3 ,mem_mod2div_temp 
+0x6a52 029265 arg 0x107 ,rega 
+0x6a53 029266 arg 0xf ,regb 
+0x6a54 029267 call mod2div 
+0x6a55 029268 lshift8 pdata ,pdata 
+0x6a56 029269 arg 0x7 ,regb 
+0x6a57 029270 call mod2div 
+0x6a58 029271 xor_into 0x2b ,pdata 
+0x6a59 029272 invert pdata ,pdata 
+0x6a5a 029273 reverse pdata ,pdata 
+0x6a5b 029274 copy pdata ,temp 
+0x6a5c 029275 rtn 
+:      029277 mod2div:
+0x6a5d 029278 arg 0 ,regc 
+0x6a5e 029279 copy regb ,loopcnt 
+0x6a5f 029280 call right_shift_n 
+0x6a60 029281 icopy temp 
+:      029282 mod2div_loop:
+0x6a61 029287 copy temp ,pdata 
+0x6a62 029288 lshift regc ,regc 
+0x6a63 029289 bbit0 8 ,mod2div_not_enough_reduction 
+0x6a64 029290 ixor rega ,temp 
+0x6a65 029291 increase 1 ,regc 
+:      029292 mod2div_not_enough_reduction:
+0x6a66 029293 lshift temp ,temp 
+0x6a67 029294 fetch 3 ,mem_mod2div_temp 
+0x6a68 029295 increase -1 ,regb 
+0x6a69 029296 compare 0xff ,regb ,0xff 
+0x6a6a 029297 branch mod2div_end ,true 
+0x6a6b 029298 copy regb ,loopcnt 
+0x6a6c 029299 call right_shift_n 
+0x6a6d 029300 isolate1 0 ,pdata 
+0x6a6e 029301 setflag true ,0 ,temp 
+0x6a6f 029302 branch mod2div_loop 
+:      029303 mod2div_end:
+0x6a70 029305 rshift temp ,pdata 
+0x6a71 029306 rtn 
+:      029308 get_rfcomm_snd_adss:
+0x6a72 029309 fetcht 1 ,mem_pn_dlci 
+:      029310 dlci_to_address_cmd:
+0x6a73 029312 lshift2 temp ,temp 
+0x6a74 029313 set1 rfcomm_address_ext_len ,temp 
+0x6a75 029314 fetch 1 ,mem_rfcomm_initiator 
+0x6a76 029315 ncall set_cr_bit ,blank 
+0x6a77 029316 storet 1 ,mem_rfcomm_send_adss 
+0x6a78 029317 rtn 
+:      029319 channel_to_dlci:
+0x6a79 029321 lshift temp ,temp 
+0x6a7a 029322 fetch 1 ,mem_rfcomm_initiator 
+0x6a7b 029323 setflag blank ,0 ,temp 
+0x6a7c 029325 rtn 
+:      029326 rfcomm_rx_process_dlci0_sabm:
+0x6a7d 029327 fetcht 1 ,mem_current_channel 
+0x6a7e 029328 jam 0xd7 ,mem_current_fcs 
+0x6a7f 029329 call rfcomm_send_ua 
+0x6a80 029330 fetch 1 ,mem_rfcomm_state 
+0x6a81 029331 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
+0x6a82 029332 set1 l2cap_channel_rfcomm_only_ua ,pdata 
+0x6a83 029333 store 1 ,mem_rfcomm_state 
+0x6a84 029334 jam 0 ,mem_rfcomm_initiator 
+0x6a85 029335 branch rfcomm_rx_process_end 
+:      029336 rfcomm_rx_process_dlci0_ua:
+0x6a86 029337 fetch 1 ,mem_rfcomm_state 
+0x6a87 029338 set1 l2cap_channel_rfcomm_only_ua ,pdata 
+0x6a88 029339 store 1 ,mem_rfcomm_state 
+0x6a89 029340 branch rfcomm_rx_process_end 
+:      029343 rfcomm_rx_process:
+0x6a8a 029344 bpatchx patch34_5 ,mem_patch34 
+0x6a8b 029345 fetch 1 ,memui_reconnect_mode 
+0x6a8c 029346 beq no_reconnection ,rfcomm_rx_process_remote_page 
+0x6a8d 029347 branch rfcomm_rx_process_reconn 
+:      029349 rfcomm_rx_process_remote_page:
+0x6a8e 029350 fetch 2 ,mem_l2cap_payload_ptr 
+0x6a8f 029351 copy pdata ,contr 
+0x6a90 029352 call get_rfcomm_head_struct 
+0x6a91 029353 fetch 1 ,mem_current_channel 
+0x6a92 029354 beq 0 ,parse_dlci0_rp 
+0x6a93 029355 branch parse_uih_rp 
+:      029356 parse_dlci0_rp:
+0x6a94 029357 bpatchx patch34_6 ,mem_patch34 
+0x6a95 029358 fetch 1 ,mem_current_frame_type 
+0x6a96 029359 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
+0x6a97 029360 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
+0x6a98 029361 beq rfcomm_frame_type_uih ,parse_dlci0_rp_uih 
+0x6a99 029362 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn_send_event 
+0x6a9a 029363 rtn 
+:      029366 parse_dlci0_rp_uih:
+0x6a9b 029367 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6a9c 029368 copy pdata ,contr 
+0x6a9d 029369 call get_rfcomm_uih_head_struct 
+0x6a9e 029370 fetch 1 ,mem_uih_cmd_type 
+0x6a9f 029371 beq uih_param_neg_cmd ,parse_dlci0_rp_uih_pn_cmd 
+0x6aa0 029372 beq uih_param_neg_res ,parse_dlci0_rp_uih_pn_res 
+0x6aa1 029373 beq uih_modem_status_cmd ,parse_dlci0_rp_uih_ms_cmd 
+0x6aa2 029374 beq uih_modem_status_res ,parse_dlci0_rp_uih_ms_res 
+0x6aa3 029375 beq uih_param_cmd_remove_port ,parse_dlci0_rp_uih_cmd_port 
+0x6aa4 029376 branch rfcomm_rx_process_end 
+:      029378 parse_dlci0_rp_uih_pn_cmd:
+0x6aa5 029379 call parse_dlci0_rp_uih_pn_res_common 
+0x6aa6 029381 branch parse_dlci0_rp_uih_pn_cmd_spp 
+:      029383 parse_dlci0_rp_uih_pn_cmd_spp:
+0x6aa7 029384 fetch 1 ,mem_spp_state 
+0x6aa8 029385 set1 rfcomm_channel_state_pn_cmd ,pdata 
+0x6aa9 029386 set1 rfcomm_channel_state_pn_res ,pdata 
+0x6aaa 029387 store 1 ,mem_spp_state 
+0x6aab 029388 call rfcomm_send_param_neg_res 
+0x6aac 029389 branch rfcomm_rx_process_end 
+:      029391 parse_dlci0_rp_uih_pn_res:
+0x6aad 029392 call parse_dlci0_rp_uih_pn_res_common 
+0x6aae 029393 branch rfcomm_rx_process_end 
+:      029395 parse_dlci0_rp_uih_pn_res_common:
+0x6aaf 029396 call get_param_payload_ptr 
+0x6ab0 029397 branch get_rfcomm_prarmer_negotiation 
+:      029399 get_rfcomm_param_modem_status:
+0x6ab1 029400 call get_param_payload_ptr 
+0x6ab2 029401 ifetch 1 ,contr 
+0x6ab3 029402 rshift3 pdata ,pdata 
+0x6ab4 029403 store 1 ,mem_ms_channel 
+0x6ab5 029404 ifetch 1 ,contr 
+0x6ab6 029405 store 1 ,mem_ms_param 
+0x6ab7 029406 rtn 
+:      029409 get_rfcomm_head_struct:
+0x6ab8 029410 ifetch 1 ,contr 
+0x6ab9 029411 store 1 ,mem_current_adss 
+0x6aba 029412 rshift3 pdata ,pdata 
+0x6abb 029413 store 1 ,mem_current_channel 
+0x6abc 029414 ifetch 1 ,contr 
+0x6abd 029415 store 1 ,mem_current_frame_type 
+:      029416 get_rfcomm_current_length:
+0x6abe 029417 call get_rfcomm_length_common 
+0x6abf 029418 storet 2 ,mem_current_length 
+0x6ac0 029419 copy contr ,pdata 
+0x6ac1 029420 store 2 ,mem_rfcomm_uih_payload_ptr 
+0x6ac2 029421 rtn 
+:      029423 get_rfcomm_uih_head_struct:
+0x6ac3 029424 ifetch 1 ,contr 
+0x6ac4 029425 rshift pdata ,pdata 
+0x6ac5 029426 store 1 ,mem_uih_cmd_type 
+0x6ac6 029427 call get_rfcomm_length_common 
+0x6ac7 029428 storet 2 ,mem_uih_length 
+0x6ac8 029429 copy contr ,pdata 
+0x6ac9 029430 store 2 ,mem_param_payload_ptr 
+0x6aca 029431 rtn 
+:      029434 get_param_payload_ptr:
+0x6acb 029435 fetch 2 ,mem_param_payload_ptr 
+0x6acc 029436 copy pdata ,contr 
+0x6acd 029437 rtn 
+:      029439 get_rfcomm_length_common:
+0x6ace 029440 ifetch 1 ,contr 
+0x6acf 029441 copy pdata ,temp 
+0x6ad0 029442 rshift temp ,temp 
+0x6ad1 029443 rtnbit1 0 
+0x6ad2 029444 ifetch 1 ,contr 
+0x6ad3 029445 lshift3 pdata ,pdata 
+0x6ad4 029446 lshift4 pdata ,pdata 
+0x6ad5 029447 iadd temp ,temp 
+0x6ad6 029448 rtn 
+:      029450 get_rfcomm_prarmer_negotiation:
+0x6ad7 029451 ifetch 1 ,contr 
+0x6ad8 029452 store 1 ,mem_pn_dlci 
+0x6ad9 029453 ifetch 1 ,contr 
+0x6ada 029454 store 1 ,mem_pn_credit_flow_type_info 
+0x6adb 029455 ifetch 1 ,contr 
+0x6adc 029456 store 1 ,mem_pn_priority 
+0x6add 029457 ifetch 1 ,contr 
+0x6ade 029458 store 1 ,mem_pn_acknowledg_timer 
+0x6adf 029459 ifetch 2 ,contr 
+0x6ae0 029460 store 2 ,mem_pn_max_frame_size 
+0x6ae1 029461 ifetch 1 ,contr 
+0x6ae2 029462 store 1 ,mem_pn_max_retrans 
+0x6ae3 029463 ifetch 1 ,contr 
+0x6ae4 029464 store 1 ,mem_remote_credits 
+0x6ae5 029465 rtn 
+:      029468 parse_dlci0_rp_uih_ms_cmd:
+0x6ae6 029469 call get_rfcomm_param_modem_status 
+0x6ae7 029471 branch parse_dlci0_rp_uih_ms_cmd_spp 
+:      029473 parse_dlci0_rp_uih_ms_cmd_spp:
+0x6ae8 029474 fetch 1 ,mem_spp_state 
+0x6ae9 029475 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
+0x6aea 029476 set1 rfcomm_channel_state_snd_ms_res ,pdata 
+0x6aeb 029477 store 1 ,mem_spp_state 
+0x6aec 029478 fetcht 1 ,mem_pn_dlci 
+0x6aed 029479 lshift2 temp ,temp 
+0x6aee 029480 or_into 3 ,temp 
+0x6aef 029481 call rfcomm_send_modem_status_res 
+0x6af0 029482 jam more_pkt_msc_cmd_spp ,mem_rfcomm_send_more_pkt 
+0x6af1 029483 branch rfcomm_rx_process_end 
+:      029485 parse_dlci0_rp_uih_ms_res:
+0x6af2 029486 jam bt_evt_spp_connected ,mem_fifo_temp 
+0x6af3 029487 call ui_ipc_send_event 
+0x6af4 029488 call get_rfcomm_param_modem_status 
+0x6af5 029489 fetch 1 ,mem_ms_channel 
+0x6af6 029490 sub pdata ,1 ,null 
+0x6af7 029491 branch parse_dlci0_rp_uih_ms_res_spp ,zero 
+0x6af8 029492 branch assert 
+:      029493 parse_dlci0_rp_uih_ms_res_spp:
+0x6af9 029494 fetch 1 ,mem_spp_state 
+0x6afa 029495 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
+0x6afb 029496 store 1 ,mem_spp_state 
+0x6afc 029497 branch rfcomm_rx_process_end 
+:      029499 parse_dlci0_rp_uih_cmd_port:
+0x6afd 029500 call get_param_payload_ptr 
+0x6afe 029501 ifetch 1 ,contr 
+0x6aff 029502 store 1 ,mem_rpn_dlci 
+0x6b00 029503 call l2cap_malloc_rfcomm_channel 
+0x6b01 029504 call l2cap_get_rfcomm_tx_buff 
+0x6b02 029505 setarg 0x000e 
+0x6b03 029506 istore 2 ,contw 
+0x6b04 029507 fetch 2 ,mem_rfcomm_remote_cid 
+0x6b05 029508 istore 2 ,contw 
+0x6b06 029509 fetch 1 ,mem_rfcomm_initiator 
+0x6b07 029511 lshift pdata ,pdata 
+0x6b08 029512 set1 0 ,pdata 
+0x6b09 029513 istore 1 ,contw 
+0x6b0a 029514 bpatchx patch34_7 ,mem_patch34 
+0x6b0b 029515 setarg 0x15ef 
+0x6b0c 029516 istore 2 ,contw 
+0x6b0d 029517 setarg 0x1191 
+0x6b0e 029518 istore 2 ,contw 
+0x6b0f 029521 fetch 1 ,mem_rpn_dlci 
+0x6b10 029522 istore 1 ,contw 
+0x6b11 029523 setarg 0x000007 
+0x6b12 029524 istore 5 ,contw 
+0x6b13 029527 setarg 0x01 
+0x6b14 029528 istore 2 ,contw 
+0x6b15 029531 call rfcomm_calculate_fcs_dlci0 
+0x6b16 029532 istore 1 ,contw 
+0x6b17 029533 rtn 
+:      029537 parse_uih_rp:
+0x6b18 029538 branch parse_uih_rp_spp 
+:      029540 parse_uih_rp_spp:
+0x6b19 029541 bpatchx patch35_0 ,mem_patch35 
+0x6b1a 029542 fetch 1 ,mem_current_frame_type 
+0x6b1b 029543 beq rfcomm_frame_type_ua ,parse_uih_rp_spp_ua 
+0x6b1c 029544 beq rfcomm_frame_type_sabm ,parse_uih_rp_spp_sabm 
+0x6b1d 029545 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
+0x6b1e 029546 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
+0x6b1f 029547 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn 
+0x6b20 029548 rtn 
+:      029549 parse_uih_rp_spp_ua:
+0x6b21 029550 fetch 1 ,mem_spp_state 
+0x6b22 029551 set1 rfcomm_channel_state_ua ,pdata 
+0x6b23 029552 store 1 ,mem_spp_state 
+0x6b24 029553 branch rfcomm_rx_process_end 
+:      029554 parse_uih_rp_spp_sabm:
+0x6b25 029555 fetch 1 ,mem_spp_state 
+0x6b26 029556 set1 rfcomm_channel_state_ua ,pdata 
+0x6b27 029557 set1 rfcomm_channel_state_sabm ,pdata 
+0x6b28 029558 store 1 ,mem_spp_state 
+0x6b29 029559 fetch 1 ,mem_current_adss 
+0x6b2a 029560 call rfcomm_calculate_fcs_ua 
+0x6b2b 029561 store 1 ,mem_current_fcs 
+0x6b2c 029562 call rfcomm_send_ua 
+0x6b2d 029563 fetch 1 ,mem_current_adss 
+0x6b2e 029564 rshift2 pdata ,pdata 
+0x6b2f 029565 store 1 ,mem_pn_dlci 
+0x6b30 029566 lshift2 pdata ,pdata 
+0x6b31 029567 set0 rfcomm_address_cr ,pdata 
+0x6b32 029568 set1 rfcomm_address_ext_len ,pdata 
+0x6b33 029569 arg mem_hiufcs_spp ,temp 
+0x6b34 029570 storet 2 ,mem_contw_temp 
+0x6b35 029571 call rfcomm_save_fcs_uih 
+0x6b36 029572 branch rfcomm_rx_process_end 
+:      029574 parse_uih_spp_uih_credits:
+0x6b37 029575 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6b38 029576 copy pdata ,contr 
+0x6b39 029577 increase 1 ,pdata 
+0x6b3a 029578 store 2 ,mem_rfcomm_uih_payload_ptr 
+0x6b3b 029579 ifetch 1 ,contr 
+0x6b3c 029580 fetcht 1 ,mem_remote_credits 
+0x6b3d 029581 iadd temp ,pdata 
+0x6b3e 029582 store 1 ,mem_remote_credits 
+:      029583 parse_uih_spp_uih:
+0x6b3f 029584 call rfcomm_increase_credit_given 
+:      029585 parse_uih_spp_uih_cont:
+0x6b40 029586 call get_rfcomm_snd_adss 
+0x6b41 029587 call rfcomm_send_uih_without_payload 
+0x6b42 029588 call spp_process_rx_data 
+0x6b43 029589 branch rfcomm_rx_process_end 
+:      029591 parse_uih_rp_spp_disconn_send_event:
+0x6b44 029592 jam bt_evt_spp_disconnected ,mem_fifo_temp 
+0x6b45 029593 call ui_ipc_send_event 
+:      029594 parse_uih_rp_spp_disconn:
+0x6b46 029595 call rfcomm_init_spp 
+0x6b47 029596 fetch 1 ,mem_current_adss 
+0x6b48 029597 call rfcomm_calculate_fcs_ua 
+0x6b49 029598 store 1 ,mem_current_fcs 
+0x6b4a 029599 call rfcomm_send_ua 
+0x6b4b 029600 branch rfcomm_rx_process_end 
+:      029605 rfcomm_rx_process_reconn:
+0x6b4c 029606 fetch 2 ,mem_l2cap_payload_ptr 
+0x6b4d 029607 copy pdata ,contr 
+0x6b4e 029608 call get_rfcomm_head_struct 
+0x6b4f 029609 fetch 1 ,mem_current_channel 
+0x6b50 029610 beq 0 ,parse_dlci0_reconn 
+0x6b51 029611 branch parse_uih_reconn 
+:      029613 parse_dlci0_reconn:
+0x6b52 029614 bpatchx patch35_1 ,mem_patch35 
+0x6b53 029615 fetch 1 ,mem_current_frame_type 
+0x6b54 029616 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
+0x6b55 029617 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
+0x6b56 029618 beq rfcomm_frame_type_uih ,parse_dlci0_reconn_uih 
+0x6b57 029619 branch rfcomm_rx_process_end 
+:      029620 parse_dlci0_reconn_uih:
+0x6b58 029621 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6b59 029622 copy pdata ,contr 
+0x6b5a 029623 call get_rfcomm_uih_head_struct 
+0x6b5b 029624 fetch 1 ,mem_uih_cmd_type 
+0x6b5c 029625 beq uih_param_neg_cmd ,parse_dlci0_reconn_uih_pn_cmd 
+0x6b5d 029626 beq uih_param_neg_res ,parse_dlci0_reconn_uih_pn_cmd 
+0x6b5e 029627 beq uih_modem_status_cmd ,parse_dlci0_reconn_uih_ms_cmd 
+0x6b5f 029628 beq uih_modem_status_res ,parse_dlci0_reconn_uih_ms_res 
+0x6b60 029629 branch rfcomm_rx_process_end 
+:      029631 parse_dlci0_reconn_uih_pn_cmd:
+0x6b61 029632 call parse_dlci0_rp_uih_pn_res_common 
+0x6b62 029633 fetch 1 ,mem_pn_dlci 
+0x6b63 029634 rshift pdata ,pdata 
+0x6b64 029635 fetcht 1 ,mem_remote_spp_channel 
+0x6b65 029636 isub temp ,null 
+0x6b66 029637 branch parse_dlci0_reconn_uih_pn_cmd_spp ,zero 
+0x6b67 029638 branch assert 
+:      029639 parse_dlci0_reconn_uih_pn_cmd_spp:
+0x6b68 029640 fetch 1 ,mem_spp_state 
+0x6b69 029641 set1 rfcomm_channel_state_pn_res ,pdata 
+0x6b6a 029642 store 1 ,mem_spp_state 
+0x6b6b 029643 branch rfcomm_rx_process_end 
+:      029645 parse_dlci0_reconn_uih_ms_cmd:
+0x6b6c 029646 call get_rfcomm_param_modem_status 
+0x6b6d 029647 fetch 1 ,mem_ms_channel 
+0x6b6e 029648 fetcht 1 ,mem_remote_spp_channel 
+0x6b6f 029649 isub temp ,null 
+0x6b70 029650 branch parse_dlci0_reconn_uih_ms_cmd_spp ,zero 
+0x6b71 029651 branch assert 
+0x6b72 029652 branch rfcomm_rx_process_end 
+:      029653 parse_dlci0_reconn_uih_ms_cmd_spp:
+0x6b73 029654 fetch 1 ,mem_spp_state 
+0x6b74 029655 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
+0x6b75 029656 set1 rfcomm_channel_state_snd_ms_res ,pdata 
+0x6b76 029657 store 1 ,mem_spp_state 
+0x6b77 029658 fetcht 1 ,mem_pn_dlci 
+0x6b78 029659 lshift2 temp ,temp 
+0x6b79 029660 or_into 3 ,temp 
+0x6b7a 029661 call rfcomm_send_modem_status_res 
+0x6b7b 029662 branch rfcomm_rx_process_end 
+:      029664 parse_dlci0_reconn_uih_ms_res:
+0x6b7c 029665 call get_rfcomm_param_modem_status 
+0x6b7d 029666 fetch 1 ,mem_ms_channel 
+0x6b7e 029667 fetcht 1 ,mem_remote_spp_channel 
+0x6b7f 029668 isub temp ,null 
+0x6b80 029669 branch parse_dlci0_reconn_uih_ms_res_spp ,zero 
+0x6b81 029670 branch assert 
+:      029671 parse_dlci0_reconn_uih_ms_res_spp:
+0x6b82 029672 fetch 1 ,mem_spp_state 
+0x6b83 029673 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
+0x6b84 029674 store 1 ,mem_spp_state 
+0x6b85 029675 branch rfcomm_rx_process_end 
+:      029677 parse_uih_reconn:
+0x6b86 029678 fetch 1 ,mem_current_channel 
+0x6b87 029679 fetcht 1 ,mem_remote_spp_channel 
+0x6b88 029680 isub temp ,null 
+0x6b89 029681 branch parse_uih_reconn_spp ,zero 
+0x6b8a 029682 branch assert 
+0x6b8b 029683 branch rfcomm_rx_process_end 
+:      029685 parse_uih_reconn_spp:
+0x6b8c 029686 fetch 1 ,mem_current_frame_type 
+0x6b8d 029687 beq rfcomm_frame_type_ua ,parse_uih_reconn_spp_ua 
+0x6b8e 029688 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
+0x6b8f 029689 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
+0x6b90 029690 beq rfcomm_frame_type_disconn ,parse_uih_reconn_spp_disconn 
+:      029691 parse_uih_reconn_spp_ua:
+0x6b91 029692 fetch 1 ,mem_spp_state 
+0x6b92 029693 set1 rfcomm_channel_state_ua ,pdata 
+0x6b93 029694 store 1 ,mem_spp_state 
+0x6b94 029695 branch rfcomm_rx_process_end 
+:      029696 parse_uih_reconn_spp_sabm:
+0x6b95 029697 branch parse_uih_reconn_spp_sabm 
+:      029698 parse_uih_reconn_spp_disconn:
+0x6b96 029699 branch parse_uih_rp_spp_disconn 
+:      029700 rfcomm_rx_process_end:
+0x6b97 029701 rtn 
+:      029703 rfcomm_send_more_pkt:
+0x6b98 029704 fetch 1 ,mem_rfcomm_send_more_pkt 
+0x6b99 029705 rtn blank 
+0x6b9a 029706 beq more_pkt_msc_cmd_spp ,rfcomm_send_more_pkt_msc_cmd_spp 
+0x6b9b 029707 branch assert 
+:      029709 rfcomm_send_more_pkt_msc_cmd_spp:
+0x6b9c 029710 jam 0 ,mem_rfcomm_send_more_pkt 
+0x6b9d 029711 call l2cap_malloc_rfcomm_channel 
+0x6b9e 029712 arg spp_slave_channel ,temp 
+0x6b9f 029713 fetcht 1 ,mem_pn_dlci 
+0x6ba0 029714 lshift2 temp ,temp 
+:      029715 rfcomm_send_more_pkt_msc_cmd_spp0:
+0x6ba1 029716 or_into 0x03 ,temp 
+0x6ba2 029717 arg 0xaa ,rega 
+0x6ba3 029718 call rfcomm_send_modem_status_cmd 
+0x6ba4 029719 call l2cap_get_rfcomm_tx_buff 
+0x6ba5 029720 copy contw ,contr 
+0x6ba6 029721 ifetch 2 ,contr 
+0x6ba7 029722 branch assert ,blank 
+0x6ba8 029723 rtn 
+:      029725 rfcomm_send_sabm:
+0x6ba9 029726 call l2cap_get_rfcomm_tx_buff 
+0x6baa 029727 setarg 0x0004 
+0x6bab 029728 istore 2 ,contw 
+0x6bac 029729 fetch 2 ,mem_rfcomm_remote_cid 
+0x6bad 029730 istore 2 ,contw 
+0x6bae 029731 fetch 1 ,mem_current_adss 
+0x6baf 029732 istore 1 ,contw 
+0x6bb0 029733 bpatchx patch35_2 ,mem_patch35 
+0x6bb1 029734 setarg 0x013f 
+0x6bb2 029735 istore 2 ,contw 
+0x6bb3 029736 fetch 1 ,mem_current_fcs 
+0x6bb4 029737 istore 1 ,contw 
+0x6bb5 029738 rtn 
+:      029739 rfcomm_send_ua:
+0x6bb6 029740 call l2cap_malloc_rfcomm_channel 
+0x6bb7 029741 call l2cap_get_rfcomm_tx_buff 
+0x6bb8 029742 setarg 0x0004 
+0x6bb9 029743 istore 2 ,contw 
+0x6bba 029744 fetch 2 ,mem_rfcomm_remote_cid 
+0x6bbb 029745 istore 2 ,contw 
+0x6bbc 029746 fetch 1 ,mem_current_adss 
+0x6bbd 029747 istore 1 ,contw 
+0x6bbe 029748 bpatchx patch35_3 ,mem_patch35 
+0x6bbf 029749 setarg 0x0173 
+0x6bc0 029750 istore 2 ,contw 
+0x6bc1 029751 fetch 1 ,mem_current_fcs 
+0x6bc2 029752 istore 1 ,contw 
+0x6bc3 029753 rtn 
+:      029754 rfcomm_send_param_neg_cmd:
+0x6bc4 029755 call l2cap_get_rfcomm_tx_buff 
+0x6bc5 029756 setarg 0x000e 
+0x6bc6 029757 istore 2 ,contw 
+0x6bc7 029758 fetch 2 ,mem_rfcomm_remote_cid 
+0x6bc8 029759 istore 2 ,contw 
+0x6bc9 029760 fetch 1 ,mem_rfcomm_initiator 
+0x6bca 029761 lshift pdata ,pdata 
+0x6bcb 029762 set1 0 ,pdata 
+0x6bcc 029763 istore 1 ,contw 
+0x6bcd 029764 bpatchx patch35_4 ,mem_patch35 
+0x6bce 029765 setarg 0x15ef 
+0x6bcf 029766 istore 2 ,contw 
+0x6bd0 029767 setarg 0x1183 
+0x6bd1 029768 istore 2 ,contw 
+0x6bd2 029769 copy temp ,pdata 
+0x6bd3 029770 istore 1 ,contw 
+0x6bd4 029771 setarg 0x0000f0 
+0x6bd5 029772 istore 3 ,contw 
+0x6bd6 029773 setarg rfcomm_max_frame_size 
+0x6bd7 029774 istore 2 ,contw 
+0x6bd8 029775 setarg 0 
+0x6bd9 029776 istore 1 ,contw 
+0x6bda 029777 setarg 0x01 
+0x6bdb 029778 istore 1 ,contw 
+0x6bdc 029779 call rfcomm_calculate_fcs_dlci0 
+0x6bdd 029780 istore 1 ,contw 
+0x6bde 029781 jam 0x10 ,mem_credit_given 
+0x6bdf 029782 rtn 
+:      029783 rfcomm_send_param_neg_res:
+0x6be0 029784 call l2cap_malloc_rfcomm_channel 
+0x6be1 029785 call l2cap_get_rfcomm_tx_buff 
+0x6be2 029786 setarg 0x000e 
+0x6be3 029787 istore 2 ,contw 
+0x6be4 029788 fetch 2 ,mem_rfcomm_remote_cid 
+0x6be5 029789 istore 2 ,contw 
+0x6be6 029790 fetch 1 ,mem_rfcomm_initiator 
+0x6be7 029791 lshift pdata ,pdata 
+0x6be8 029792 set1 0 ,pdata 
+0x6be9 029793 istore 1 ,contw 
+0x6bea 029794 bpatchx patch35_5 ,mem_patch35 
+0x6beb 029795 setarg 0x15ef 
+0x6bec 029796 istore 2 ,contw 
+0x6bed 029797 setarg 0x1181 
+0x6bee 029798 istore 2 ,contw 
+0x6bef 029799 fetch 1 ,mem_pn_dlci 
+0x6bf0 029800 istore 1 ,contw 
+0x6bf1 029801 setarg 0x0000e0 
+0x6bf2 029802 istore 3 ,contw 
+0x6bf3 029803 fetch 2 ,mem_rfcomm_max_frame_size 
+0x6bf4 029804 istore 2 ,contw 
+0x6bf5 029805 setarg 0x00 
+0x6bf6 029806 istore 1 ,contw 
+0x6bf7 029807 fetch 1 ,mem_rfcomm_credit_init_data 
+0x6bf8 029808 istore 1 ,contw 
+0x6bf9 029809 call rfcomm_calculate_fcs_dlci0 
+0x6bfa 029810 istore 1 ,contw 
+0x6bfb 029811 rtn 
+:      029812 rfcomm_send_modem_status_cmd:
+0x6bfc 029813 call l2cap_get_rfcomm_tx_buff 
+0x6bfd 029814 setarg 0x0008 
+0x6bfe 029815 istore 2 ,contw 
+0x6bff 029816 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c00 029817 istore 2 ,contw 
+0x6c01 029818 fetch 1 ,mem_rfcomm_initiator 
+0x6c02 029819 lshift pdata ,pdata 
+0x6c03 029820 set1 0 ,pdata 
+0x6c04 029821 istore 1 ,contw 
+0x6c05 029822 bpatchx patch35_6 ,mem_patch35 
+0x6c06 029823 setarg 0x09ef 
+0x6c07 029824 istore 2 ,contw 
+0x6c08 029825 setarg 0x05e3 
+0x6c09 029826 istore 2 ,contw 
+0x6c0a 029827 copy temp ,pdata 
+0x6c0b 029828 istore 1 ,contw 
+0x6c0c 029829 setarg 0x8d 
+0x6c0d 029830 istore 1 ,contw 
+0x6c0e 029831 call rfcomm_calculate_fcs_dlci0 
+0x6c0f 029832 istore 1 ,contw 
+0x6c10 029833 rtn 
+:      029835 rfcomm_send_modem_status_res:
+0x6c11 029836 call l2cap_malloc_rfcomm_channel 
+0x6c12 029837 call l2cap_get_rfcomm_tx_buff 
+0x6c13 029838 setarg 0x0008 
+0x6c14 029839 istore 2 ,contw 
+0x6c15 029840 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c16 029841 istore 2 ,contw 
+0x6c17 029842 copy temp ,timeup 
+0x6c18 029843 fetch 1 ,mem_rfcomm_initiator 
+0x6c19 029844 lshift pdata ,pdata 
+0x6c1a 029845 set1 0 ,pdata 
+0x6c1b 029846 istore 1 ,contw 
+0x6c1c 029847 bpatchx patch35_7 ,mem_patch35 
+0x6c1d 029848 setarg 0x09ef 
+0x6c1e 029849 istore 2 ,contw 
+0x6c1f 029850 setarg 0x05e1 
+0x6c20 029851 istore 2 ,contw 
+0x6c21 029852 copy timeup ,pdata 
+0x6c22 029853 istore 1 ,contw 
+0x6c23 029854 setarg 0x8d 
+0x6c24 029855 istore 1 ,contw 
+0x6c25 029856 call rfcomm_calculate_fcs_dlci0 
+0x6c26 029857 istore 1 ,contw 
+0x6c27 029858 rtn 
+:      029860 rfcomm_send_uih_without_payload:
+0x6c28 029861 bpatchx patch36_0 ,mem_patch36 
+0x6c29 029862 fetch 1 ,mem_credit_given 
+0x6c2a 029863 rtn blank 
+0x6c2b 029864 hfetch 2 ,core_uart_rxitems 
+0x6c2c 029865 nrtn blank 
+0x6c2d 029866 copy rega ,pdata 
+0x6c2e 029867 store 1 ,mem_pdatatemp + 1 
+0x6c2f 029868 storet 1 ,mem_pdatatemp 
+0x6c30 029869 call l2cap_malloc_is_fifo_full 
+0x6c31 029870 nrtn blank 
+0x6c32 029871 call l2cap_malloc_rfcomm_channel 
+0x6c33 029872 call l2cap_get_rfcomm_tx_buff 
+0x6c34 029873 setarg 0x05 
+0x6c35 029874 istore 2 ,contw 
+0x6c36 029875 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c37 029876 istore 2 ,contw 
+0x6c38 029877 fetch 1 ,mem_rfcomm_send_adss 
+0x6c39 029878 istore 1 ,contw 
+0x6c3a 029879 setarg 0x01ff 
+0x6c3b 029880 istore 2 ,contw 
+0x6c3c 029881 fetch 1 ,mem_credit_given 
+0x6c3d 029882 istore 1 ,contw 
+0x6c3e 029883 fetch 1 ,mem_hiufcs_spp_wcredits 
+0x6c3f 029884 istore 1 ,contw 
+0x6c40 029885 jam 0 ,mem_credit_given 
+0x6c41 029886 rtn 
+:      029888 rfcomm_increase_credit_given:
+0x6c42 029889 bpatchx patch36_1 ,mem_patch36 
+0x6c43 029890 fetch 1 ,mem_credit_flag 
+0x6c44 029891 rtneq credit_enable 
+0x6c45 029892 fetch 2 ,mem_current_length 
+0x6c46 029893 rtn blank 
+0x6c47 029894 fetch 1 ,mem_credit_given 
+0x6c48 029895 increase 1 ,pdata 
+0x6c49 029896 store 1 ,mem_credit_given 
+0x6c4a 029897 rtn 
+:      029899 spp_process_rx_data:
+0x6c4b 029900 fetch 2 ,mem_cb_receive_spp_data 
+0x6c4c 029901 branch callback_func 
+:      029903 spp_tx_rfcomm_packet:
+0x6c4d 029904 bpatchx patch36_2 ,mem_patch36 
+0x6c4e 029906 fetch 1 ,mem_remote_credits 
+0x6c4f 029907 rtn blank 
+0x6c50 029908 increase -1 ,pdata 
+0x6c51 029909 store 1 ,mem_remote_credits 
+0x6c52 029910 fetch 2 ,mem_pn_max_frame_size 
+0x6c53 029911 fetcht 2 ,mem_current_packet_length 
+0x6c54 029912 isub temp ,null 
+0x6c55 029913 branch ssp_tx_rfcomm_from_uart ,positive 
+0x6c56 029914 store 2 ,mem_current_packet_length 
+:      029915 ssp_tx_rfcomm_from_uart:
+0x6c57 029916 fetch 1 ,mem_credit_given 
+0x6c58 029917 branch ssp_tx_rfcomm_from_uart_without_credit ,blank 
+0x6c59 029918 jam 1 ,mem_rfcomm_send_offset 
+0x6c5a 029919 fetch 1 ,mem_hiufcs_spp_wcredits 
+0x6c5b 029920 store 1 ,mem_rfcomm_send_fcs 
+0x6c5c 029921 setarg rsp_rx_uih_wdata 
+0x6c5d 029922 store 1 ,mem_rfcomm_send_frame_type 
+0x6c5e 029923 branch ssp_tx_rfcomm_from_uart_common 
+:      029924 ssp_tx_rfcomm_from_uart_without_credit:
+0x6c5f 029925 jam 0 ,mem_rfcomm_send_offset 
+0x6c60 029926 fetch 1 ,mem_hiufcs_spp 
+0x6c61 029927 store 1 ,mem_rfcomm_send_fcs 
+0x6c62 029928 setarg rsp_tx_uih 
+0x6c63 029929 store 1 ,mem_rfcomm_send_frame_type 
+:      029930 ssp_tx_rfcomm_from_uart_common:
+0x6c64 029931 bpatchx patch36_3 ,mem_patch36 
+0x6c65 029932 fetch 2 ,mem_current_packet_length 
+0x6c66 029933 sub pdata ,127 ,null 
+0x6c67 029934 branch ssp_tx_rfcomm_from_uart_common0 ,positive 
+0x6c68 029935 fetch 1 ,mem_rfcomm_send_offset 
+0x6c69 029936 increase 1 ,pdata 
+0x6c6a 029937 store 1 ,mem_rfcomm_send_offset 
+:      029938 ssp_tx_rfcomm_from_uart_common0:
+0x6c6b 029939 call get_rfcomm_snd_adss 
+0x6c6c 029940 fetch 2 ,mem_current_packet_length 
+0x6c6d 029941 increase 8 ,pdata 
+0x6c6e 029942 fetcht 1 ,mem_rfcomm_send_offset 
+0x6c6f 029943 iadd temp ,rega 
+0x6c70 029945 call l2cap_malloc 
+0x6c71 029946 store 2 ,mem_rfcomm_tx_buff_ptr 
+0x6c72 029947 increase 4 ,pdata 
+0x6c73 029948 store 2 ,mem_rfcomm_tx_payload_ptr 
+0x6c74 029949 copy pdata ,contw 
+0x6c75 029950 fetch 1 ,mem_rfcomm_send_adss 
+0x6c76 029951 istore 1 ,contw 
+0x6c77 029952 fetch 1 ,mem_rfcomm_send_frame_type 
+0x6c78 029953 istore 1 ,contw 
+0x6c79 029954 call ssp_tx_write_length 
+0x6c7a 029955 call ssp_tx_write_given_credit 
+0x6c7b 029956 bpatchx patch36_4 ,mem_patch36 
+0x6c7c 029957 fetch 2 ,mem_nl_rx_data_src 
+0x6c7d 029958 copy pdata ,contru 
+0x6c7e 029959 fetch 2 ,mem_current_packet_length 
+0x6c7f 029960 copy pdata ,loopcnt 
+0x6c80 029961 call uart_copy_rx_bytes_fast 
+0x6c81 029962 copy contw ,temp 
+0x6c82 029963 copy contru ,pdata 
+0x6c83 029964 store 2 ,mem_nl_rx_data_src 
+0x6c84 029965 copy temp ,contw 
+0x6c85 029966 fetch 1 ,mem_rfcomm_send_fcs 
+0x6c86 029967 istore 1 ,contw 
+0x6c87 029968 fetch 2 ,mem_rfcomm_tx_buff_ptr 
+0x6c88 029969 copy pdata ,contw 
+0x6c89 029970 fetch 2 ,mem_current_packet_length 
+0x6c8a 029971 fetcht 1 ,mem_rfcomm_send_offset 
+0x6c8b 029972 iadd temp ,pdata 
+0x6c8c 029973 increase 4 ,pdata 
+0x6c8d 029974 istore 2 ,contw 
+0x6c8e 029975 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c8f 029976 istore 2 ,contw 
+0x6c90 029977 jam 0 ,mem_credit_given 
+0x6c91 029978 fetch 2 ,mem_nl_rx_len_all 
+0x6c92 029979 beq 0 ,module_hci_command_tx_spp_tx_complete 
+0x6c93 029980 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x6c94 029981 rtn 
+:      029983 ssp_tx_write_length:
+0x6c95 029984 bpatchx patch36_5 ,mem_patch36 
+0x6c96 029985 fetch 2 ,mem_current_packet_length 
+0x6c97 029986 sub pdata ,0x7f ,null 
+0x6c98 029987 nbranch ssp_tx_write_long_packet ,positive 
+0x6c99 029988 lshift pdata ,pdata 
+0x6c9a 029989 set1 0 ,pdata 
+0x6c9b 029990 istore 1 ,contw 
+0x6c9c 029991 rtn 
+:      029992 ssp_tx_write_long_packet:
+0x6c9d 029993 fetch 2 ,mem_current_packet_length 
+0x6c9e 029994 rshift3 pdata ,pdata 
+0x6c9f 029995 rshift4 pdata ,temp 
+0x6ca0 029996 and_into 0x7f ,pdata 
+0x6ca1 029997 lshift pdata ,pdata 
+0x6ca2 029998 set0 0 ,pdata 
+0x6ca3 029999 istore 1 ,contw 
+0x6ca4 030000 istoret 1 ,contw 
+0x6ca5 030001 rtn 
+:      030002 ssp_tx_write_given_credit:
+0x6ca6 030003 fetch 1 ,mem_credit_given 
+0x6ca7 030004 rtn blank 
+0x6ca8 030005 istore 1 ,contw 
+0x6ca9 030006 rtn 
+:      030011 scheduler_process:
+0x6caa 030012 bpatchx patch36_6 ,mem_patch36 
+0x6cab 030013 call check_51cmd 
+0x6cac 030014 call app_process_bb_event 
+0x6cad 030015 call process_conn_sm 
+0x6cae 030017 bpatchx patch36_7 ,mem_patch36 
+0x6caf 030018 call sp_calc_sequence 
+0x6cb0 030019 call simple_pairing_sequence 
+0x6cb1 030020 call master_simple_paring_sequence 
+0x6cb2 030023 call l2cap_malloc_is_fifo_full 
+0x6cb3 030024 nrtn blank 
+0x6cb4 030026 call l2cap_call_proc_sigal_pending 
+0x6cb5 030027 call l2cap_malloc_is_fifo_full 
+0x6cb6 030028 nrtn blank 
+0x6cb7 030029 bpatchx patch37_0 ,mem_patch37 
+0x6cb8 030031 call process_upper_sm 
+0x6cb9 030032 call l2cap_send_config_req 
+0x6cba 030033 call rfcomm_send_more_pkt 
+:      030034 scheduler_process0:
+0x6cbb 030035 call scheduler_tx_disconnect_hid 
+0x6cbc 030036 bpatchx patch37_1 ,mem_patch37 
+0x6cbd 030039 branch app_process_bt 
+:      030041 scheduler_tx_disconnect_hid:
+0x6cbe 030042 fetch 1 ,mem_control_tasks 
+0x6cbf 030043 bbit1 l2cap_disconnect_interrupt ,l2cap_disconnect_interrupt_req 
+0x6cc0 030044 bbit1 l2cap_disconnect_control ,l2cap_disconnect_control_req 
+0x6cc1 030045 rtn 
+:      030047 scheduler_tx_l2cap_pkt:
+0x6cc2 030048 bpatchx patch37_2 ,mem_patch37 
+0x6cc3 030049 call l2cap_malloc_is_fifo_empty 
+0x6cc4 030050 rtn blank 
+0x6cc5 030051 fetch 1 ,mem_op 
+0x6cc6 030052 rtnbit1 op_txl2cap 
+0x6cc7 030053 call l2cap_malloc_fifo_out 
+0x6cc8 030054 store 2 ,mem_txptr 
+0x6cc9 030055 copy pdata ,contr 
+0x6cca 030056 ifetch 2 ,contr 
+0x6ccb 030057 increase 4 ,pdata 
+0x6ccc 030058 store 2 ,mem_tx_len 
+0x6ccd 030059 jam 6 ,mem_tx_lch 
+0x6cce 030060 bpatchx patch37_3 ,mem_patch37 
+0x6ccf 030061 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x6cd0 030062 branch scheduler_tx_l2cap_start_pkt ,blank 
+0x6cd1 030063 fetch 1 ,mem_op 
+0x6cd2 030064 rtnbit0 op_pkt_comp 
+0x6cd3 030065 set0 op_pkt_comp ,pdata 
+0x6cd4 030066 store 1 ,mem_op 
+0x6cd5 030067 jam 5 ,mem_tx_lch 
+0x6cd6 030068 fetcht 2 ,mem_l2cap_tx_multi_offset 
+0x6cd7 030069 fetch 2 ,mem_txptr 
+0x6cd8 030070 iadd temp ,pdata 
+0x6cd9 030071 store 2 ,mem_txptr 
+0x6cda 030072 fetch 2 ,mem_tx_len 
+0x6cdb 030073 isub temp ,pdata 
+0x6cdc 030074 store 2 ,mem_tx_len 
+:      030075 scheduler_tx_l2cap_start_pkt:
+0x6cdd 030076 bpatchx patch37_4 ,mem_patch37 
+0x6cde 030077 fetch 2 ,mem_tx_len 
+0x6cdf 030078 branch assert ,blank 
+0x6ce0 030079 arg l2cap_max_pkt_len ,temp 
+0x6ce1 030080 isub temp ,pdata 
+0x6ce2 030081 nbranch scheduler_tx_l2cap_last_pkt ,positive 
+0x6ce3 030082 bpatchx patch37_5 ,mem_patch37 
+0x6ce4 030083 storet 2 ,mem_tx_len 
+0x6ce5 030084 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x6ce6 030085 iadd temp ,pdata 
+0x6ce7 030086 store 2 ,mem_l2cap_tx_multi_offset 
+0x6ce8 030087 branch scheduler_tx_l2cap_pkt_end 
+:      030088 scheduler_tx_l2cap_last_pkt:
+0x6ce9 030089 setarg 0 
+0x6cea 030090 store 2 ,mem_l2cap_tx_multi_offset 
+:      030091 scheduler_tx_l2cap_pkt_end:
+0x6ceb 030092 fetch 1 ,mem_op 
+0x6cec 030093 set1 op_txl2cap ,pdata 
+0x6ced 030094 store 1 ,mem_op 
+0x6cee 030095 rtn 
+:      030097 scheduler_start_upper_sm:
+0x6cef 030098 fetch 1 ,mem_ui_profile_supported 
+0x6cf0 030099 bbit1 support_hid ,scheduler_start_upper_sm_hid 
+0x6cf1 030100 jam uppersm_reconn_sdp_conn ,mem_upper_sm_reconn 
+0x6cf2 030101 rtn 
+:      030102 scheduler_start_upper_sm_hid:
+0x6cf3 030103 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
+0x6cf4 030104 rtn 
+:      030106 process_upper_sm:
+0x6cf5 030107 fetch 1 ,memui_reconnect_mode 
+0x6cf6 030108 nbranch process_upper_sm_reconn ,blank 
+:      030109 process_upper_sm_remote_page:
+0x6cf7 030110 fetch 1 ,mem_upper_sm_remote_page 
+0x6cf8 030112 rtn blank 
+0x6cf9 030114 jam 0 ,mem_upper_sm_remote_page 
+:      030115 process_upper_sm_rp_wait:
+0x6cfa 030116 rtn 
+:      030119 process_upper_sm_reconn:
+0x6cfb 030120 bpatchx patch37_6 ,mem_patch37 
+0x6cfc 030121 fetch 1 ,mem_upper_sm_reconn 
+0x6cfd 030122 rtn blank 
+0x6cfe 030123 beq uppersm_reconn_sdp_conn ,process_upper_sm_reconn_sdp_conn 
+0x6cff 030124 beq uppersm_reconn_sdp_conn_wait ,process_upper_sm_reconn_sdp_conn_wait 
+0x6d00 030125 beq uppersm_reconn_sdp_cfg ,process_upper_sm_reconn_sdp_cfg 
+0x6d01 030126 beq uppersm_reconn_sdp_cfg_wait ,process_upper_sm_reconn_sdp_cfg_wait 
+0x6d02 030127 beq uppersm_reconn_ss_spp ,process_upper_sm_reconn_ss_spp 
+0x6d03 030128 beq uppersm_reconn_ss_spp_wait ,process_upper_sm_reconn_ss_spp_wait 
+0x6d04 030129 beq uppersm_reconn_sdp_disconn ,process_upper_sm_reconn_sdp_disconn 
+0x6d05 030130 beq uppersm_reconn_sdp_disconn_wait ,process_upper_sm_reconn_sdp_disconn_wait 
+0x6d06 030131 beq uppersm_reconn_hid_ctrl_conn ,process_upper_sm_reconn_hid_ctrl_conn 
+0x6d07 030132 beq uppersm_reconn_hid_ctrl_conn_wait ,process_upper_sm_reconn_hid_ctrl_conn_wait 
+0x6d08 030133 beq uppersm_reconn_hid_ctrl_cfg ,process_upper_sm_reconn_hid_ctrl_cfg 
+0x6d09 030134 beq uppersm_reconn_hid_ctrl_cfg_wait ,process_upper_sm_reconn_hid_ctrl_cfg_wait 
+0x6d0a 030135 beq uppersm_reconn_hid_int_conn ,process_upper_sm_reconn_hid_int_conn 
+0x6d0b 030136 beq uppersm_reconn_hid_int_conn_wait ,process_upper_sm_reconn_hid_int_conn_wait 
+0x6d0c 030137 beq uppersm_reconn_hid_int_cfg ,process_upper_sm_reconn_hid_int_cfg 
+0x6d0d 030138 beq uppersm_reconn_hid_int_cfg_wait ,process_upper_sm_reconn_hid_int_cfg_wait 
+0x6d0e 030139 beq uppersm_reconn_rfcomm_conn ,process_upper_sm_reconn_rfcomm_conn 
+0x6d0f 030140 beq uppersm_reconn_rfcomm_conn_wait ,process_upper_sm_reconn_rfcomm_conn_wait 
+0x6d10 030141 beq uppersm_reconn_rfcomm_cfg ,process_upper_sm_reconn_rfcomm_cfg 
+0x6d11 030142 beq uppersm_reconn_rfcomm_cfg_wait ,process_upper_sm_reconn_rfcomm_cfg_wait 
+0x6d12 030143 beq uppersm_reconn_rfcomm_sabm ,process_upper_sm_reconn_rfcomm_sabm 
+0x6d13 030144 beq uppersm_reconn_rfcomm_sabm_wait ,process_upper_sm_reconn_rfcomm_sabm_wait 
+0x6d14 030145 beq uppersm_reconn_spp_cmd_pn ,process_upper_sm_reconn_spp_cmd_pn 
+0x6d15 030146 beq uppersm_reconn_spp_cmd_pn_wait ,process_upper_sm_reconn_spp_cmd_pn_wait 
+0x6d16 030147 beq uppersm_reconn_spp_sabm ,process_upper_sm_reconn_spp_sabm 
+0x6d17 030148 beq uppersm_reconn_spp_sabm_wait ,process_upper_sm_reconn_spp_sabm_wait 
+0x6d18 030149 beq uppersm_reconn_spp_cmd_ms ,process_upper_sm_reconn_spp_cmd_ms 
+0x6d19 030150 beq uppersm_reconn_spp_cmd_ms_wait ,process_upper_sm_reconn_spp_cmd_ms_wait 
+:      030151 process_upper_sm_reconn_wait:
+0x6d1a 030152 rtn 
+:      030153 process_upper_sm_reconn_sdp_conn:
+0x6d1b 030154 call upper_sm_send_sdp_conn 
+0x6d1c 030155 jam uppersm_reconn_sdp_conn_wait ,mem_upper_sm_reconn 
+0x6d1d 030156 fetch 1 ,mem_sdp_state 
+0x6d1e 030157 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d1f 030158 store 1 ,mem_sdp_state 
+0x6d20 030159 rtn 
+:      030160 process_upper_sm_reconn_sdp_cfg:
+0x6d21 030161 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
+0x6d22 030162 fetch 1 ,mem_sdp_state 
+0x6d23 030163 rtnbit1 l2cap_channel_state_snd_cfg_req 
+0x6d24 030164 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
+0x6d25 030165 call upper_sm_send_sdp_cfg 
+0x6d26 030166 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
+0x6d27 030167 fetch 1 ,mem_sdp_state 
+0x6d28 030168 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d29 030169 store 1 ,mem_sdp_state 
+0x6d2a 030170 rtn 
+:      030171 process_upper_sm_reconn_ss_spp:
+0x6d2b 030172 call l2cap_malloc_is_fifo_empty 
+0x6d2c 030173 nrtn blank 
+0x6d2d 030174 call upper_sm_send_ss_spp 
+0x6d2e 030175 jam uppersm_reconn_ss_spp_wait ,mem_upper_sm_reconn 
+0x6d2f 030176 rtn 
+:      030177 process_upper_sm_reconn_sdp_disconn:
+0x6d30 030178 call upper_sm_send_sdp_disconn 
+0x6d31 030179 jam uppersm_reconn_sdp_disconn_wait ,mem_upper_sm_reconn 
+0x6d32 030180 rtn 
+:      030181 process_upper_sm_reconn_hid_ctrl_conn:
+0x6d33 030182 call upper_sm_send_hid_ctrl_conn 
+0x6d34 030183 jam uppersm_reconn_hid_ctrl_conn_wait ,mem_upper_sm_reconn 
+0x6d35 030184 fetch 1 ,mem_hid_control_state 
+0x6d36 030185 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d37 030186 store 1 ,mem_hid_control_state 
+0x6d38 030187 rtn 
+:      030188 process_upper_sm_reconn_hid_ctrl_cfg:
+0x6d39 030189 call upper_sm_send_hid_ctrl_cfg 
+0x6d3a 030190 jam uppersm_reconn_hid_ctrl_cfg_wait ,mem_upper_sm_reconn 
+0x6d3b 030191 fetch 1 ,mem_hid_control_state 
+0x6d3c 030192 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d3d 030193 store 1 ,mem_hid_control_state 
+0x6d3e 030194 rtn 
+:      030195 process_upper_sm_reconn_hid_int_conn:
+0x6d3f 030196 call upper_sm_send_hid_int_conn 
+0x6d40 030197 jam uppersm_reconn_hid_int_conn_wait ,mem_upper_sm_reconn 
+0x6d41 030198 fetch 1 ,mem_hid_interrupt_state 
+0x6d42 030199 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d43 030200 store 1 ,mem_hid_interrupt_state 
+0x6d44 030201 rtn 
+:      030202 process_upper_sm_reconn_hid_int_cfg:
+0x6d45 030203 call upper_sm_send_hid_int_cfg 
+0x6d46 030204 jam uppersm_reconn_hid_int_cfg_wait ,mem_upper_sm_reconn 
+0x6d47 030205 fetch 1 ,mem_hid_interrupt_state 
+0x6d48 030206 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d49 030207 store 1 ,mem_hid_interrupt_state 
+0x6d4a 030208 rtn 
+:      030209 process_upper_sm_reconn_rfcomm_conn:
+0x6d4b 030210 call upper_sm_send_rfcomm_conn 
+0x6d4c 030211 jam uppersm_reconn_rfcomm_conn_wait ,mem_upper_sm_reconn 
+0x6d4d 030212 fetch 1 ,mem_rfcomm_state 
+0x6d4e 030213 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d4f 030214 store 1 ,mem_rfcomm_state 
+0x6d50 030215 rtn 
+:      030216 process_upper_sm_reconn_rfcomm_cfg:
+0x6d51 030217 call upper_sm_send_rfcomm_cfg 
+0x6d52 030218 jam uppersm_reconn_rfcomm_cfg_wait ,mem_upper_sm_reconn 
+0x6d53 030219 fetch 1 ,mem_rfcomm_state 
+0x6d54 030220 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d55 030221 store 1 ,mem_rfcomm_state 
+0x6d56 030222 rtn 
+:      030223 process_upper_sm_reconn_rfcomm_sabm:
+0x6d57 030224 call upper_sm_send_rfcomm_sabm 
+0x6d58 030225 jam uppersm_reconn_rfcomm_sabm_wait ,mem_upper_sm_reconn 
+0x6d59 030226 fetch 1 ,mem_rfcomm_state 
+0x6d5a 030227 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
+0x6d5b 030228 store 1 ,mem_rfcomm_state 
+0x6d5c 030229 rtn 
+:      030230 process_upper_sm_reconn_spp_cmd_pn:
+0x6d5d 030231 call upper_sm_send_spp_cmd_pn 
+0x6d5e 030232 fetch 1 ,mem_spp_state 
+0x6d5f 030233 set1 rfcomm_channel_state_pn_cmd 
+0x6d60 030234 store 1 ,mem_spp_state 
+0x6d61 030235 jam uppersm_reconn_spp_cmd_pn_wait ,mem_upper_sm_reconn 
+0x6d62 030236 rtn 
+:      030237 process_upper_sm_reconn_spp_sabm:
+0x6d63 030238 call upper_sm_send_spp_sabm 
+0x6d64 030239 fetch 1 ,mem_spp_state 
+0x6d65 030240 set1 rfcomm_channel_state_sabm 
+0x6d66 030241 store 1 ,mem_spp_state 
+0x6d67 030242 jam uppersm_reconn_spp_sabm_wait ,mem_upper_sm_reconn 
+0x6d68 030243 fetch 1 ,mem_remote_spp_channel 
+0x6d69 030244 lshift3 pdata ,pdata 
+0x6d6a 030245 or_into 3 ,pdata 
+0x6d6b 030246 arg mem_hiufcs_spp ,temp 
+0x6d6c 030247 storet 2 ,mem_contw_temp 
+0x6d6d 030248 branch rfcomm_save_fcs_uih 
+:      030249 process_upper_sm_reconn_spp_cmd_ms:
+0x6d6e 030250 call upper_sm_send_spp_cmd_ms 
+0x6d6f 030251 fetch 1 ,mem_spp_state 
+0x6d70 030252 set1 rfcomm_channel_state_snd_ms_cmd 
+0x6d71 030253 store 1 ,mem_spp_state 
+0x6d72 030254 jam uppersm_reconn_spp_cmd_ms_wait ,mem_upper_sm_reconn 
+0x6d73 030255 rtn 
+:      030257 process_upper_sm_reconn_sdp_conn_wait:
+0x6d74 030258 fetch 1 ,mem_sdp_state 
+0x6d75 030259 rtnbit0 l2cap_channel_state_conn_res 
+0x6d76 030260 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
+0x6d77 030261 branch process_upper_sm_reconn 
+:      030262 process_upper_sm_reconn_sdp_cfg_wait:
+0x6d78 030263 fetch 1 ,mem_sdp_state 
+0x6d79 030264 rtnne l2cap_channel_setup_complete 
+0x6d7a 030265 jam uppersm_reconn_ss_spp ,mem_upper_sm_reconn 
+:      030266 process_upper_sm_reconn_ss_spp_wait:
+0x6d7b 030267 fetch 1 ,mem_message_to_uppersm 
+0x6d7c 030268 rtnne recieve_ss_reasult_hf 
+0x6d7d 030269 jam 0 ,mem_message_to_uppersm 
+0x6d7e 030270 jam uppersm_reconn_sdp_disconn ,mem_upper_sm_reconn 
+0x6d7f 030271 branch process_upper_sm_reconn 
+:      030272 process_upper_sm_reconn_sdp_disconn_wait:
+0x6d80 030273 fetch 1 ,mem_sdp_state 
+0x6d81 030274 nrtn blank 
+0x6d82 030275 fetch 1 ,mem_ui_profile_supported 
+0x6d83 030276 bbit1 support_hid ,process_upper_sm_reconn_setup_hid 
+0x6d84 030277 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
+0x6d85 030278 branch process_upper_sm_reconn_termination 
+:      030279 process_upper_sm_reconn_hid_ctrl_conn_wait:
+0x6d86 030280 fetch 1 ,mem_hid_control_state 
+0x6d87 030281 rtnbit0 l2cap_channel_state_conn_res 
+0x6d88 030282 jam uppersm_reconn_hid_ctrl_cfg ,mem_upper_sm_reconn 
+0x6d89 030283 branch process_upper_sm_reconn 
+:      030284 process_upper_sm_reconn_hid_ctrl_cfg_wait:
+0x6d8a 030285 fetch 1 ,mem_hid_control_state 
+0x6d8b 030286 rtnne l2cap_channel_setup_complete 
+0x6d8c 030287 jam uppersm_reconn_hid_int_conn ,mem_upper_sm_reconn 
+0x6d8d 030288 branch process_upper_sm_reconn 
+:      030289 process_upper_sm_reconn_hid_int_conn_wait:
+0x6d8e 030290 fetch 1 ,mem_hid_interrupt_state 
+0x6d8f 030291 rtnbit0 l2cap_channel_state_conn_res 
+0x6d90 030292 jam uppersm_reconn_hid_int_cfg ,mem_upper_sm_reconn 
+0x6d91 030293 branch process_upper_sm_reconn 
+:      030294 process_upper_sm_reconn_hid_int_cfg_wait:
+0x6d92 030295 fetch 1 ,mem_hid_interrupt_state 
+0x6d93 030296 rtnne l2cap_channel_setup_complete 
+0x6d94 030297 fetch 1 ,mem_ui_profile_supported 
+0x6d95 030298 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
+0x6d96 030299 branch process_upper_sm_reconn_termination 
+:      030300 process_upper_sm_reconn_rfcomm_conn_wait:
+0x6d97 030301 fetch 1 ,mem_rfcomm_state 
+0x6d98 030302 rtnbit0 l2cap_channel_state_conn_res 
+0x6d99 030303 jam uppersm_reconn_rfcomm_cfg ,mem_upper_sm_reconn 
+0x6d9a 030304 branch process_upper_sm_reconn 
+:      030305 process_upper_sm_reconn_rfcomm_cfg_wait:
+0x6d9b 030306 fetch 1 ,mem_rfcomm_state 
+0x6d9c 030307 rtnne l2cap_channel_setup_complete 
+0x6d9d 030308 jam uppersm_reconn_rfcomm_sabm ,mem_upper_sm_reconn 
+0x6d9e 030309 branch process_upper_sm_reconn 
+:      030310 process_upper_sm_reconn_rfcomm_sabm_wait:
+0x6d9f 030311 fetch 1 ,mem_rfcomm_state 
+0x6da0 030312 rtnne l2cap_channel_rfcomm_dlci0_opened 
+0x6da1 030313 fetch 1 ,mem_ui_profile_supported 
+0x6da2 030314 bbit1 support_spp ,process_upper_sm_reconn_setup_spp 
+0x6da3 030315 branch process_upper_sm_reconn_termination 
+:      030316 process_upper_sm_reconn_spp_cmd_pn_wait:
+0x6da4 030317 fetch 1 ,mem_spp_state 
+0x6da5 030318 rtnbit0 rfcomm_channel_state_pn_res 
+0x6da6 030319 jam uppersm_reconn_spp_sabm ,mem_upper_sm_reconn 
+0x6da7 030320 branch process_upper_sm_reconn 
+:      030321 process_upper_sm_reconn_spp_sabm_wait:
+0x6da8 030322 fetch 1 ,mem_spp_state 
+0x6da9 030323 rtnbit0 rfcomm_channel_state_ua 
+0x6daa 030324 jam uppersm_reconn_spp_cmd_ms ,mem_upper_sm_reconn 
+0x6dab 030325 branch process_upper_sm_reconn 
+:      030326 process_upper_sm_reconn_spp_cmd_ms_wait:
+0x6dac 030327 fetch 1 ,mem_spp_state 
+0x6dad 030328 rtnne rfcomm_channel_setup_complete 
+0x6dae 030329 branch process_upper_sm_reconn_termination 
+:      030331 process_upper_sm_reconn_setup_hid:
+0x6daf 030332 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
+0x6db0 030333 branch process_upper_sm_reconn 
+:      030335 process_upper_sm_reconn_setup_rfcomm:
+0x6db1 030336 jam uppersm_reconn_rfcomm_conn ,mem_upper_sm_reconn 
+0x6db2 030337 branch process_upper_sm_reconn 
+:      030338 process_upper_sm_reconn_setup_spp:
+0x6db3 030339 jam uppersm_reconn_spp_cmd_pn ,mem_upper_sm_reconn 
+0x6db4 030340 branch process_upper_sm_reconn 
+:      030344 process_upper_sm_reconn_termination:
+0x6db5 030345 jam 0 ,mem_upper_sm_reconn 
+0x6db6 030346 rtn 
+:      030347 upper_sm_send_sdp_conn:
+0x6db7 030348 bpatchx patch37_7 ,mem_patch37 
+0x6db8 030349 call l2cap_malloc_signal_channel 
+0x6db9 030350 setarg psm_sdp 
+0x6dba 030351 copy pdata ,temp 
+0x6dbb 030352 setarg l2cap_sdp_channel 
+0x6dbc 030353 copy pdata ,timeup 
+0x6dbd 030354 branch ml2cap_send_signal_connect_req 
+:      030356 upper_sm_send_sdp_cfg:
+0x6dbe 030357 bpatchx patch38_0 ,mem_patch38 
+0x6dbf 030358 call l2cap_malloc_signal_channel 
+0x6dc0 030359 fetch 2 ,mem_sdp_remote_cid 
+0x6dc1 030360 copy pdata ,temp 
+0x6dc2 030361 branch ml2cap_send_signal_config_req 
+:      030363 upper_sm_send_sdp_disconn:
+0x6dc3 030364 bpatchx patch38_1 ,mem_patch38 
+0x6dc4 030365 call l2cap_malloc_signal_channel 
+0x6dc5 030366 fetch 2 ,mem_sdp_remote_cid 
+0x6dc6 030367 copy pdata ,temp 
+0x6dc7 030368 arg l2cap_sdp_channel ,timeup 
+0x6dc8 030369 call ml2cap_send_signal_disconn_req 
+0x6dc9 030370 fetch 1 ,mem_sdp_state 
+0x6dca 030371 set0 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x6dcb 030372 store 1 ,mem_sdp_state 
+0x6dcc 030373 rtn 
+:      030375 upper_sm_send_ss_spp:
+0x6dcd 030376 bpatchx patch38_2 ,mem_patch38 
+0x6dce 030377 call l2cap_malloc_sdp_channel 
+0x6dcf 030378 call sdp_send_spp_request 
+0x6dd0 030379 branch msdp_send_req_done 
+:      030381 upper_sm_send_rfcomm_conn:
+0x6dd1 030382 bpatchx patch38_3 ,mem_patch38 
+0x6dd2 030383 call l2cap_malloc_signal_channel 
+0x6dd3 030384 setarg psm_rfcomm 
+0x6dd4 030385 copy pdata ,temp 
+0x6dd5 030386 setarg l2cap_rfcomm_channel 
+0x6dd6 030387 copy pdata ,timeup 
+0x6dd7 030388 branch ml2cap_send_signal_connect_req 
+:      030390 upper_sm_send_rfcomm_cfg:
+0x6dd8 030391 bpatchx patch38_4 ,mem_patch38 
+0x6dd9 030392 call l2cap_malloc_signal_channel 
+0x6dda 030393 fetch 2 ,mem_rfcomm_remote_cid 
+0x6ddb 030394 copy pdata ,temp 
+0x6ddc 030395 branch ml2cap_send_signal_config_req 
+:      030397 upper_sm_send_hid_ctrl_conn:
+0x6ddd 030398 bpatchx patch38_5 ,mem_patch38 
+0x6dde 030399 call l2cap_malloc_signal_channel 
+0x6ddf 030400 setarg psm_hid_control 
+0x6de0 030401 copy pdata ,temp 
+0x6de1 030402 setarg l2cap_hid_control_channel 
+0x6de2 030403 copy pdata ,timeup 
+0x6de3 030404 branch ml2cap_send_signal_connect_req 
+:      030406 upper_sm_send_hid_ctrl_cfg:
+0x6de4 030407 bpatchx patch38_6 ,mem_patch38 
+0x6de5 030408 call l2cap_malloc_signal_channel 
+0x6de6 030409 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x6de7 030410 copy pdata ,temp 
+0x6de8 030411 branch ml2cap_send_signal_config_req 
+:      030413 upper_sm_send_hid_int_conn:
+0x6de9 030414 bpatchx patch38_7 ,mem_patch38 
+0x6dea 030415 call l2cap_malloc_signal_channel 
+0x6deb 030416 setarg psm_hid_interrupt 
+0x6dec 030417 copy pdata ,temp 
+0x6ded 030418 setarg l2cap_hid_interrupt_channel 
+0x6dee 030419 copy pdata ,timeup 
+0x6def 030420 branch ml2cap_send_signal_connect_req 
+:      030422 upper_sm_send_hid_int_cfg:
+0x6df0 030423 bpatchx patch39_0 ,mem_patch39 
+0x6df1 030424 call l2cap_malloc_signal_channel 
+0x6df2 030425 fetch 2 ,mem_hid_int_remote_cid 
+0x6df3 030426 copy pdata ,temp 
+0x6df4 030427 branch ml2cap_send_signal_config_req 
+:      030429 upper_sm_send_rfcomm_sabm:
+0x6df5 030430 bpatchx patch39_1 ,mem_patch39 
+0x6df6 030431 call l2cap_malloc_rfcomm_channel 
+0x6df7 030433 jam 3 ,mem_current_adss 
+0x6df8 030434 jam 0x1c ,mem_current_fcs 
+0x6df9 030435 call rfcomm_send_sabm 
+0x6dfa 030436 jam 1 ,mem_rfcomm_initiator 
+0x6dfb 030437 rtn 
+:      030439 upper_sm_send_spp_cmd_pn:
+0x6dfc 030440 bpatchx patch39_2 ,mem_patch39 
+0x6dfd 030441 call l2cap_malloc_rfcomm_channel 
+0x6dfe 030442 fetcht 1 ,mem_remote_spp_channel 
+0x6dff 030443 call channel_to_dlci 
+0x6e00 030444 storet 1 ,mem_pn_dlci 
+0x6e01 030445 branch rfcomm_send_param_neg_cmd 
+:      030447 upper_sm_send_spp_sabm:
+0x6e02 030448 bpatchx patch39_3 ,mem_patch39 
+0x6e03 030449 call l2cap_malloc_rfcomm_channel 
+0x6e04 030450 fetcht 1 ,mem_pn_dlci 
+0x6e05 030451 call dlci_to_address_cmd 
+0x6e06 030452 call rfcomm_calculate_fcs_sabm 
+0x6e07 030453 store 1 ,mem_current_fcs 
+0x6e08 030454 fetcht 1 ,mem_pn_dlci 
+0x6e09 030455 call dlci_to_address_cmd 
+0x6e0a 030456 storet 1 ,mem_current_adss 
+0x6e0b 030457 branch rfcomm_send_sabm 
+:      030459 upper_sm_send_spp_cmd_ms:
+0x6e0c 030460 bpatchx patch39_4 ,mem_patch39 
+0x6e0d 030461 call l2cap_malloc_rfcomm_channel 
+0x6e0e 030462 fetcht 1 ,mem_pn_dlci 
+0x6e0f 030463 call dlci_to_address_cmd 
+0x6e10 030464 branch rfcomm_send_modem_status_cmd 
+:      030477 sdp_process:
+0x6e11 030478 bpatchx patch39_5 ,mem_patch39 
+0x6e12 030479 fetch 2 ,mem_l2cap_payload_ptr 
+0x6e13 030480 iforce contr 
+0x6e14 030483 ifetch 1 ,contr 
+0x6e15 030484 copy pdata ,regb 
+0x6e16 030485 store 1 ,mem_sdp_pduid 
+0x6e17 030486 ifetch 2 ,contr 
+0x6e18 030487 store 2 ,mem_sdp_transactionid 
+0x6e19 030488 ifetch 1 ,contr 
+0x6e1a 030489 lshift8 pdata ,timeup 
+0x6e1b 030490 ifetch 1 ,contr 
+0x6e1c 030491 iadd timeup ,timeup 
+0x6e1d 030492 bpatchx patch39_6 ,mem_patch39 
+0x6e1e 030493 copy contr ,temp 
+0x6e1f 030494 arg 4 ,loopcnt 
+0x6e20 030495 arg mem_sdp_handle_list ,contw 
+0x6e21 030496 call memset0 
+0x6e22 030497 copy temp ,contr 
+0x6e23 030498 deposit regb 
+0x6e24 030499 beq sdp_error_res ,sdp_process_error_res 
+0x6e25 030500 beq sdp_search_req ,sdp_process_ss_req 
+0x6e26 030501 beq sdp_search_res ,sdp_process_ss_res 
+0x6e27 030502 beq sdp_attribute_req ,sdp_process_sa_req 
+0x6e28 030503 beq sdp_attribute_res ,sdp_process_sa_res 
+0x6e29 030504 beq sdp_searchattrib_req ,sdp_process_ssa_req 
+0x6e2a 030505 beq sdp_searchattrib_res ,sdp_process_ssa_res 
+0x6e2b 030506 branch sdp_insufficient_resource 
+:      030517 sdp_process_ss_req:
+0x6e2c 030518 bpatchx patch39_7 ,mem_patch39 
+0x6e2d 030519 call ask_serviceclassid 
+0x6e2e 030520 compare 1 ,temp ,0xff 
+0x6e2f 030521 branch ss_empty_rsp ,true 
+0x6e30 030522 compare 0xff ,temp ,0xff 
+0x6e31 030523 branch sdp_invalid_request_syntax ,true 
+0x6e32 030525 ifetch 2 ,contr 
+0x6e33 030526 store 2 ,mem_sdp_record_maxcnt 
+0x6e34 030527 increase -2 ,timeup 
+0x6e35 030529 increase -1 ,timeup 
+0x6e36 030530 nbranch sdp_invalid_pdu_size ,zero 
+0x6e37 030531 arg mem_sdp_uuid_search_ptr ,timeup 
+0x6e38 030532 ifetch 2 ,timeup 
+0x6e39 030533 rtn blank 
+0x6e3a 030534 call search_all_uuid 
+0x6e3b 030535 call l2cap_get_sdp_tx_payload 
+0x6e3c 030536 force 3 ,pdata 
+0x6e3d 030537 istore 1 ,contw 
+0x6e3e 030538 fetch 2 ,mem_sdp_transactionid 
+0x6e3f 030539 istore 2 ,contw 
+0x6e40 030540 lshift2 queue ,pdata 
+0x6e41 030541 add pdata ,5 ,pdata 
+0x6e42 030542 add pdata ,5 ,regc 
+0x6e43 030543 byteswap pdata ,pdata 
+0x6e44 030544 istore 2 ,contw 
+0x6e45 030545 deposit queue 
+0x6e46 030546 byteswap pdata ,pdata 
+0x6e47 030547 istore 2 ,contw 
+0x6e48 030548 istore 2 ,contw 
+0x6e49 030549 arg mem_sdp_handle_list ,contr 
+0x6e4a 030550 copy queue ,loopcnt 
+0x6e4b 030551 branch ss_req_blank ,zero 
+:      030552 ss_req_loop:
+0x6e4c 030553 ifetch 4 ,contr 
+0x6e4d 030554 istore 4 ,contw 
+0x6e4e 030555 loop ss_req_loop 
+:      030556 ss_req_blank:
+0x6e4f 030557 force 0 ,pdata 
+0x6e50 030558 istore 1 ,contw 
+0x6e51 030559 deposit regc 
+0x6e52 030560 store 2 ,mem_sdp_tx_pkt_length 
+0x6e53 030562 rtn 
+:      030573 sdp_process_sa_req:
+0x6e54 030574 bpatchx patch3a_0 ,mem_patch3a 
+0x6e55 030575 ifetch 4 ,contr 
+0x6e56 030576 store 4 ,mem_sdp_record_handle 
+0x6e57 030577 increase -4 ,timeup 
+0x6e58 030578 call sdp_store_maxbyte 
+0x6e59 030579 store 2 ,mem_sdp_attribute_maxbyte 
+0x6e5a 030580 increase -2 ,timeup 
+0x6e5b 030581 call dataelementtype6 
+0x6e5c 030582 branch sdp_invalid_request_syntax ,zero 
+0x6e5d 030583 compare 5 ,rega ,0xff 
+0x6e5e 030585 branch sa_judge_wholerange ,true 
+:      030586 sa_isnot_wholerange:
+0x6e5f 030587 arg mem_sdp_attrib_list ,contw 
+0x6e60 030588 force 0 ,queue 
+0x6e61 030589 branch sa_req_loop 
+:      030590 sa_judge_wholerange:
+0x6e62 030591 ifetch 1 ,contr 
+0x6e63 030592 bne sdp_attribute_range ,sdp_invalid_request_syntax 
+0x6e64 030593 ifetch 2 ,contr 
+0x6e65 030594 nbranch sa_judge_wholerange_false1 ,blank 
+0x6e66 030595 ifetch 1 ,contr 
+0x6e67 030596 bne 0xff ,sa_judge_wholerange_false2 
+0x6e68 030597 ifetch 1 ,contr 
+0x6e69 030598 bne 0xff ,sa_judge_wholerange_false3 
+0x6e6a 030599 branch sa_req_all 
+:      030600 sa_judge_wholerange_false3:
+0x6e6b 030601 increase -5 ,contr 
+0x6e6c 030602 branch sa_isnot_wholerange 
+:      030603 sa_judge_wholerange_false2:
+0x6e6d 030604 increase -4 ,contr 
+0x6e6e 030605 branch sa_isnot_wholerange 
+:      030606 sa_judge_wholerange_false1:
+0x6e6f 030607 increase -3 ,contr 
+0x6e70 030608 branch sa_isnot_wholerange 
+:      030609 sa_req_loop:
+0x6e71 030610 ifetch 1 ,contr 
+0x6e72 030611 beq sdp_attribute_id ,sa_req_one_id 
+0x6e73 030612 beq sdp_attribute_range ,sa_req_range 
+:      030613 sa_req_range:
+0x6e74 030614 ifetch 2 ,contr 
+0x6e75 030615 istore 2 ,contw 
+0x6e76 030616 increase 1 ,queue 
+0x6e77 030617 byteswap pdata ,regb 
+0x6e78 030618 ifetch 2 ,contr 
+0x6e79 030619 byteswap pdata ,pdata 
+:      030620 sa_req_range_id_increase:
+0x6e7a 030621 increase 1 ,regb 
+0x6e7b 030622 isub regb ,null 
+0x6e7c 030623 nbranch sa_req_range_id_finish ,positive 
+0x6e7d 030624 copy pdata ,regc 
+0x6e7e 030625 byteswap regb ,pdata 
+0x6e7f 030626 istore 2 ,contw 
+0x6e80 030627 increase 1 ,queue 
+0x6e81 030628 copy regc ,pdata 
+0x6e82 030629 branch sa_req_range_id_increase 
+:      030630 sa_req_range_id_finish:
+0x6e83 030631 increase -5 ,timeup 
+0x6e84 030632 increase -5 ,rega 
+0x6e85 030633 branch sa_req_check_next_id 
+:      030634 sa_req_one_id:
+0x6e86 030635 ifetch 2 ,contr 
+0x6e87 030636 istore 2 ,contw 
+0x6e88 030637 increase 1 ,queue 
+0x6e89 030638 increase -3 ,timeup 
+0x6e8a 030639 increase -3 ,rega 
+:      030640 sa_req_check_next_id:
+0x6e8b 030641 nbranch sdp_invalid_request_syntax ,positive 
+0x6e8c 030642 nbranch sa_req_loop ,zero 
+0x6e8d 030643 increase -1 ,timeup 
+0x6e8e 030644 nbranch sdp_invalid_request_syntax ,zero 
+0x6e8f 030646 call l2cap_get_sdp_tx_payload 
+0x6e90 030647 increase 10 ,contw 
+0x6e91 030648 arg mem_sdp_attrib_list ,rega 
+:      030649 sa_req_handle_attributelist_next:
+0x6e92 030650 copy queue ,pdata 
+0x6e93 030651 branch sa_req_handle_attributelist_end ,blank 
+0x6e94 030652 ifetch 2 ,rega 
+0x6e95 030653 branch sa_req_handle_attributelist_end ,blank 
+0x6e96 030654 iforce regb 
+0x6e97 030655 fetch 4 ,mem_sdp_record_handle 
+0x6e98 030656 iforce temp 
+0x6e99 030657 call search_handle_attrib 
+0x6e9a 030658 copy contr ,pdata 
+0x6e9b 030659 branch sa_req_handle_attributelist_notfound ,blank 
+0x6e9c 030660 increase -3 ,contr 
+0x6e9d 030661 ifetch 3 ,contr 
+0x6e9e 030662 istore 3 ,contw 
+0x6e9f 030663 call sdp_data_len 
+0x6ea0 030664 iforce loopcnt 
+0x6ea1 030665 call memcpy 
+:      030666 sa_req_handle_attributelist_notfound:
+0x6ea2 030667 increase 2 ,rega 
+0x6ea3 030668 increase -1 ,queue 
+0x6ea4 030669 branch sa_req_handle_attributelist_next 
+:      030671 sa_req_handle_attributelist_end:
+0x6ea5 030672 arg sdp_attribute_res ,rega 
+0x6ea6 030673 call ssa_req_range_lastfreg_common 
+0x6ea7 030674 fetch 2 ,mem_sdp_tx_pkt_length 
+0x6ea8 030675 beq 11 ,sa_empty_rsp 
+0x6ea9 030676 branch ssa_req_range_attrbutes_length_no_continue 
+:      030679 sdp_store_continue_common:
+0x6eaa 030680 ifetch 1 ,contr 
+0x6eab 030681 beq 0 ,sdp_store_continue_0byte 
+0x6eac 030682 beq 1 ,sdp_store_continue_1byte 
+0x6ead 030683 beq 2 ,sdp_store_continue_2byte 
+:      030684 sdp_store_continue_0byte:
+0x6eae 030685 increase -1 ,timeup 
+0x6eaf 030686 branch sdp_store_continue_end 
+:      030687 sdp_store_continue_1byte:
+0x6eb0 030688 ifetch 1 ,contr 
+0x6eb1 030689 increase -2 ,timeup 
+0x6eb2 030690 branch sdp_store_continue_end 
+:      030691 sdp_store_continue_2byte:
+0x6eb3 030692 ifetch 2 ,contr 
+0x6eb4 030693 byteswap pdata ,pdata 
+0x6eb5 030694 increase -3 ,timeup 
+:      030695 sdp_store_continue_end:
+0x6eb6 030696 store 2 ,mem_sdp_continue_byte 
+0x6eb7 030697 rtn 
+:      030699 sa_req_all:
+0x6eb8 030700 increase -5 ,timeup 
+0x6eb9 030701 call sdp_store_continue_common 
+0x6eba 030702 nbranch sdp_invalid_pdu_size ,zero 
+0x6ebb 030703 fetcht 4 ,mem_sdp_record_handle 
+0x6ebc 030704 call search_handle 
+0x6ebd 030705 nbranch sdp_invalid_service_record_handle ,zero 
+0x6ebe 030706 copy contr ,rega 
+0x6ebf 030707 call l2cap_get_sdp_tx_payload 
+0x6ec0 030708 copy rega ,contr 
+0x6ec1 030709 increase 3 ,contw 
+0x6ec2 030710 copy contr ,timeup 
+0x6ec3 030711 call sdp_get_data 
+0x6ec4 030712 copy pdata ,rega 
+0x6ec5 030714 fetch 2 ,mem_sdp_continue_byte 
+0x6ec6 030715 copy pdata ,regb 
+0x6ec7 030716 copy rega ,pdata 
+0x6ec8 030717 isub regb ,regb 
+0x6ec9 030718 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6eca 030719 isub regb ,null 
+0x6ecb 030720 nbranch sa_req_all_fragment_sdp ,positive 
+0x6ecc 030722 disable user 
+0x6ecd 030723 fetch 2 ,mem_sdp_continue_byte 
+0x6ece 030724 branch sa_req_all_fisrt_fragment ,blank 
+0x6ecf 030725 iadd timeup ,contr 
+0x6ed0 030726 increase 3 ,regb 
+0x6ed1 030727 copy regb ,loopcnt 
+0x6ed2 030728 copy loopcnt ,pdata 
+0x6ed3 030729 increase 3 ,pdata 
+0x6ed4 030730 byteswap pdata ,pdata 
+0x6ed5 030731 istore 2 ,contw 
+0x6ed6 030732 copy loopcnt ,pdata 
+0x6ed7 030733 byteswap pdata ,pdata 
+0x6ed8 030734 istore 2 ,contw 
+0x6ed9 030735 branch sa_req_all_answer_attributelist_full_loop 
+:      030736 sa_req_all_fisrt_fragment:
+0x6eda 030737 add rega ,6 ,loopcnt 
+0x6edb 030738 branch sa_req_all_parlength_continue_byte ,user 
+0x6edc 030739 byteswap loopcnt ,pdata 
+0x6edd 030740 branch sa_req_all_parlength_continue_byte_end 
+:      030741 sa_req_all_parlength_continue_byte:
+0x6ede 030742 copy loopcnt ,pdata 
+0x6edf 030743 increase 2 ,pdata 
+0x6ee0 030744 byteswap pdata ,pdata 
+:      030745 sa_req_all_parlength_continue_byte_end:
+0x6ee1 030746 istore 2 ,contw 
+0x6ee2 030747 increase -3 ,loopcnt 
+0x6ee3 030748 byteswap loopcnt ,pdata 
+0x6ee4 030749 istore 2 ,contw 
+0x6ee5 030750 copy timeup ,contr 
+0x6ee6 030751 branch sa_req_all_answer_attributelist_full_loop 
+:      030752 sa_req_all_fragment_sdp:
+0x6ee7 030753 enable user 
+0x6ee8 030755 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6ee9 030756 copy pdata ,rega 
+0x6eea 030757 copy rega ,loopcnt 
+0x6eeb 030758 fetch 2 ,mem_sdp_continue_byte 
+0x6eec 030759 branch sa_req_all_fisrt_fragment ,blank 
+0x6eed 030760 iadd timeup ,contr 
+0x6eee 030761 copy rega ,pdata 
+0x6eef 030762 increase 5 ,pdata 
+0x6ef0 030763 byteswap pdata ,pdata 
+0x6ef1 030764 istore 2 ,contw 
+0x6ef2 030765 copy rega ,pdata 
+0x6ef3 030766 byteswap pdata ,pdata 
+0x6ef4 030767 istore 2 ,contw 
+:      030768 sa_req_all_answer_attributelist_full_loop:
+0x6ef5 030769 call memcpy 
+0x6ef6 030770 nbranch sa_req_all_last_frag_continue ,user 
+0x6ef7 030771 force 2 ,pdata 
+0x6ef8 030772 istore 1 ,contw 
+0x6ef9 030773 copy contr ,pdata 
+0x6efa 030774 isub timeup ,pdata 
+0x6efb 030775 byteswap pdata ,pdata 
+0x6efc 030776 istore 2 ,contw 
+0x6efd 030777 branch sa_req_all_frag_end 
+:      030778 sa_req_all_last_frag_continue:
+0x6efe 030779 force 0 ,pdata 
+0x6eff 030780 istore 1 ,contw 
+:      030781 sa_req_all_frag_end:
+0x6f00 030782 arg sdp_attribute_res ,rega 
+0x6f01 030783 branch ssa_req_range_common 
+:      030794 sdp_process_ssa_req:
+0x6f02 030795 bpatchx patch3a_1 ,mem_patch3a 
+0x6f03 030796 call ask_serviceclassid 
+0x6f04 030797 compare 0xff ,temp ,0xff 
+0x6f05 030798 branch sdp_invalid_request_syntax ,true 
+0x6f06 030799 call sdp_store_maxbyte 
+0x6f07 030800 store 2 ,mem_sdp_attribute_maxbyte 
+0x6f08 030801 increase -2 ,timeup 
+0x6f09 030802 call dataelementtype6 
+0x6f0a 030803 arg mem_sdp_attrib_list ,contw 
+0x6f0b 030804 force 0 ,queue 
+:      030805 ssa_req_loop:
+0x6f0c 030806 ifetch 1 ,contr 
+0x6f0d 030807 beq sdp_attribute_range ,ssa_req_range 
+0x6f0e 030808 ifetch 2 ,contr 
+0x6f0f 030809 istore 2 ,contw 
+0x6f10 030810 increase 1 ,queue 
+0x6f11 030811 increase -3 ,timeup 
+0x6f12 030812 increase -3 ,rega 
+0x6f13 030813 nbranch sdp_invalid_request_syntax ,positive 
+0x6f14 030814 nbranch ssa_req_loop ,zero 
+0x6f15 030815 increase -1 ,timeup 
+0x6f16 030816 nbranch sdp_invalid_request_syntax ,zero 
+0x6f17 030817 call l2cap_get_sdp_tx_payload 
+0x6f18 030818 increase 13 ,contw 
+0x6f19 030819 fetch 2 ,mem_sdp_uuid_search_ptr 
+0x6f1a 030820 iforce regc 
+0x6f1b 030821 arg mem_sdp_attrib_list ,rega 
+:      030822 ssa_req_attributelist_next:
+0x6f1c 030823 ifetch 2 ,rega 
+0x6f1d 030824 branch ssa_req_attributelist_end ,blank 
+0x6f1e 030825 iforce regb 
+0x6f1f 030826 call search_attrib 
+0x6f20 030827 branch ssa_req_attributelist_notfound ,blank 
+0x6f21 030828 increase -3 ,contr 
+0x6f22 030829 ifetch 3 ,contr 
+0x6f23 030830 istore 3 ,contw 
+0x6f24 030831 call sdp_data_len 
+0x6f25 030832 iforce loopcnt 
+0x6f26 030833 call memcpy 
+:      030834 ssa_req_attributelist_notfound:
+0x6f27 030835 increase 2 ,rega 
+0x6f28 030836 branch ssa_req_attributelist_next 
+:      030838 ssa_req_attributelist_end:
+0x6f29 030839 call ssa_req_range_lastfreg 
+0x6f2a 030840 fetch 2 ,mem_sdp_tx_pkt_length 
+0x6f2b 030841 beq 14 ,ssa_empty_rsp 
+0x6f2c 030842 call ssa_req_range_attrbutes_length_no_continue 
+0x6f2d 030843 branch ssa_req_range_attrbutes_length_no_continue 
+:      030846 sdp_store_maxbyte:
+0x6f2e 030847 ifetch 2 ,contr 
+0x6f2f 030848 byteswap pdata ,pdata 
+0x6f30 030849 increase -3 ,pdata 
+0x6f31 030850 arg 200 ,temp 
+0x6f32 030851 isub temp ,null 
+0x6f33 030852 nrtn positive 
+0x6f34 030853 setarg 200 
+0x6f35 030854 rtn 
+:      030857 ssa_req_range:
+0x6f36 030858 increase 4 ,contr 
+0x6f37 030859 increase -5 ,timeup 
+0x6f38 030860 increase -5 ,rega 
+0x6f39 030861 nbranch sdp_invalid_request_syntax ,zero 
+0x6f3a 030862 call sdp_store_continue_common 
+0x6f3b 030863 nbranch sdp_invalid_pdu_size ,zero 
+0x6f3c 030864 arg mem_sdp_uuid_search_ptr ,timeup 
+0x6f3d 030865 call search_all_uuid 
+0x6f3e 030866 deposit queue 
+0x6f3f 030867 branch ssa_empty_rsp ,blank 
+0x6f40 030868 store 1 ,mem_handle_humber 
+0x6f41 030870 copy regb ,pdata 
+0x6f42 030871 store 2 ,mem_sdp_all_length 
+0x6f43 030872 arg 0 ,queue 
+0x6f44 030873 arg 0 ,rega 
+0x6f45 030874 call l2cap_get_sdp_tx_payload 
+0x6f46 030875 increase 10 ,contw 
+:      030876 ssa_req_range_find_handle:
+0x6f47 030877 call ssa_req_range_get_length 
+0x6f48 030878 nbranch assert ,user 
+0x6f49 030879 copy contr ,timeup 
+0x6f4a 030880 copy pdata ,regc 
+0x6f4b 030881 iadd rega ,rega 
+0x6f4c 030884 fetch 2 ,mem_sdp_continue_byte 
+0x6f4d 030885 copy pdata ,regb 
+0x6f4e 030886 branch ssa_req_range_first_freg ,blank 
+:      030887 ssa_req_range_later_freg_with_continue:
+0x6f4f 030888 copy rega ,pdata 
+0x6f50 030889 isub regb ,regb 
+0x6f51 030890 branch ssa_req_range_next_handle ,zero 
+0x6f52 030891 nbranch ssa_req_range_next_handle ,positive 
+0x6f53 030892 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6f54 030893 isub regb ,null 
+0x6f55 030894 branch ssa_req_range_maxbyte_with_continue ,zero 
+0x6f56 030895 nbranch ssa_req_range_maxbyte_with_continue ,positive 
+:      030898 ssa_req_range_send_not_maxbyte:
+0x6f57 030899 copy regb ,loopcnt 
+0x6f58 030900 call ssa_req_range_maxbyte_with_continue_cpy 
+0x6f59 030901 fetch 1 ,mem_handle_humber 
+0x6f5a 030902 increase 1 ,queue 
+0x6f5b 030903 isub queue ,null 
+0x6f5c 030904 branch ssa_req_range_lastfreg ,zero 
+0x6f5d 030905 branch ssa_req_range_freg_with_continue 
+:      030907 ssa_req_range_maxbyte_with_continue:
+0x6f5e 030908 copy pdata ,loopcnt 
+0x6f5f 030909 call ssa_req_range_maxbyte_with_continue_cpy 
+0x6f60 030910 branch ssa_req_range_freg_with_continue 
+:      030912 ssa_req_range_maxbyte_with_continue_cpy:
+0x6f61 030913 increase -3 ,contw 
+0x6f62 030914 copy loopcnt ,temp 
+0x6f63 030915 copy regc ,pdata 
+0x6f64 030916 isub regb ,pdata 
+0x6f65 030917 iadd timeup ,contr 
+0x6f66 030918 branch memcpy 
+:      030920 ssa_req_range_next_handle:
+0x6f67 030921 fetch 1 ,mem_handle_humber 
+0x6f68 030922 increase 1 ,queue 
+0x6f69 030923 isub queue ,null 
+0x6f6a 030924 rtn zero 
+0x6f6b 030925 branch ssa_req_range_find_handle 
+:      030927 ssa_req_range_get_length:
+0x6f6c 030928 call disable_user 
+0x6f6d 030929 arg mem_sdp_handle_list ,contr 
+0x6f6e 030930 lshift2 queue ,pdata 
+0x6f6f 030931 iadd contr ,contr 
+0x6f70 030932 ifetcht 4 ,contr 
+0x6f71 030933 call search_handle 
+0x6f72 030934 nrtn zero 
+0x6f73 030935 call sdp_data_len 
+0x6f74 030936 branch enable_user 
+:      030938 ssa_req_range_first_freg:
+0x6f75 030939 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6f76 030940 isub rega ,null 
+0x6f77 030941 nbranch ssa_req_range_firstfreg_maxbyte_with_continue ,positive 
+0x6f78 030942 copy rega ,loopcnt 
+0x6f79 030943 copy loopcnt ,temp 
+0x6f7a 030944 copy timeup ,contr 
+0x6f7b 030945 call memcpy 
+0x6f7c 030946 fetch 2 ,mem_sdp_all_length 
+0x6f7d 030947 isub rega ,null 
+0x6f7e 030948 branch ssa_req_range_freg_no_continue ,zero 
+:      030949 ssa_req_range_firstfreg_not_maxbyte_with_continue:
+0x6f7f 030950 call ssa_req_range_freg_with_continue 
+0x6f80 030951 branch ssa_req_range_attrbutes_length 
+:      030953 ssa_req_range_freg_no_continue:
+0x6f81 030954 call ssa_req_range_lastfreg 
+0x6f82 030955 branch ssa_req_range_attrbutes_length 
+:      030957 ssa_req_range_lastfreg:
+0x6f83 030958 arg sdp_searchattrib_res ,rega 
+:      030959 ssa_req_range_lastfreg_common:
+0x6f84 030960 force 0 ,pdata 
+0x6f85 030961 istore 1 ,contw 
+0x6f86 030962 call ssa_req_range_common 
+0x6f87 030963 fetcht 2 ,mem_sdp_tx_pkt_length 
+0x6f88 030964 increase -5 ,temp 
+0x6f89 030965 byteswap temp ,pdata 
+0x6f8a 030966 istore 2 ,contw 
+0x6f8b 030967 increase -3 ,temp 
+0x6f8c 030968 byteswap temp ,pdata 
+0x6f8d 030969 istore 2 ,contw 
+0x6f8e 030970 rtn 
+:      030972 ssa_req_range_firstfreg_maxbyte_with_continue:
+0x6f8f 030973 copy pdata ,loopcnt 
+0x6f90 030974 copy loopcnt ,temp 
+0x6f91 030975 copy timeup ,contr 
+0x6f92 030976 call memcpy 
+0x6f93 030977 call ssa_req_range_freg_with_continue 
+:      030978 ssa_req_range_attrbutes_length:
+0x6f94 030979 setarg 0x36 
+0x6f95 030980 istore 1 ,contw 
+0x6f96 030981 fetch 2 ,mem_sdp_all_length 
+0x6f97 030982 byteswap pdata ,pdata 
+0x6f98 030983 istore 2 ,contw 
+0x6f99 030984 rtn 
+:      030986 ssa_req_range_attrbutes_length_no_continue:
+0x6f9a 030987 setarg 0x36 
+0x6f9b 030988 istore 1 ,contw 
+0x6f9c 030989 increase -3 ,temp 
+0x6f9d 030990 byteswap temp ,pdata 
+0x6f9e 030991 istore 2 ,contw 
+0x6f9f 030992 rtn 
+:      030994 ssa_req_range_freg_with_continue:
+0x6fa0 030995 arg sdp_searchattrib_res ,rega 
+0x6fa1 030996 setarg 2 
+0x6fa2 030997 istore 1 ,contw 
+0x6fa3 030998 fetch 2 ,mem_sdp_continue_byte 
+0x6fa4 030999 iadd temp ,temp 
+0x6fa5 031000 byteswap temp ,pdata 
+0x6fa6 031001 istore 2 ,contw 
+0x6fa7 031002 call ssa_req_range_common 
+0x6fa8 031003 fetcht 2 ,mem_sdp_tx_pkt_length 
+0x6fa9 031004 increase -5 ,temp 
+0x6faa 031005 byteswap temp ,pdata 
+0x6fab 031006 istore 2 ,contw 
+0x6fac 031007 increase -5 ,temp 
+0x6fad 031008 byteswap temp ,pdata 
+0x6fae 031009 istore 2 ,contw 
+0x6faf 031010 rtn 
+:      031012 ssa_req_range_common:
+0x6fb0 031013 fetch 2 ,mem_sdp_tx_payload_ptr 
+0x6fb1 031014 isub contw ,pdata 
+0x6fb2 031015 sub pdata ,0 ,pdata 
+0x6fb3 031016 store 2 ,mem_sdp_tx_pkt_length 
+0x6fb4 031017 call l2cap_get_sdp_tx_payload 
+0x6fb5 031018 copy rega ,pdata 
+0x6fb6 031019 istore 1 ,contw 
+0x6fb7 031020 fetch 2 ,mem_sdp_transactionid 
+0x6fb8 031021 istore 2 ,contw 
+0x6fb9 031022 rtn 
+:      031035 sdp_process_ssa_res:
+:      031036 sdp_process_ss_res:
+:      031037 sdp_process_sa_res:
+:      031038 sdp_process_error_res:
+0x6fba 031039 rtn 
+:      031072 sdp_invalid_service_record_handle:
+0x6fbb 031073 setarg 0x0200 
+0x6fbc 031074 store 2 ,mem_sdp_error_code 
+0x6fbd 031075 branch sdp_error_response 
+:      031076 sdp_invalid_pdu_size:
+0x6fbe 031077 setarg 0x0400 
+0x6fbf 031078 store 2 ,mem_sdp_error_code 
+0x6fc0 031079 branch sdp_error_response 
+:      031080 sdp_insufficient_resource:
+0x6fc1 031081 setarg 0x0600 
+0x6fc2 031082 store 2 ,mem_sdp_error_code 
+0x6fc3 031083 branch sdp_error_response 
+:      031084 sdp_invalid_request_syntax:
+0x6fc4 031085 setarg 0x0300 
+0x6fc5 031086 store 2 ,mem_sdp_error_code 
+:      031087 sdp_error_response:
+0x6fc6 031088 call l2cap_get_sdp_tx_payload 
+0x6fc7 031089 istore 1 ,contw 
+0x6fc8 031090 fetch 2 ,mem_sdp_transactionid 
+0x6fc9 031091 istore 2 ,contw 
+0x6fca 031092 setarg 0x0200 
+0x6fcb 031093 istore 2 ,contw 
+0x6fcc 031094 fetch 2 ,mem_sdp_error_code 
+0x6fcd 031095 istore 2 ,contw 
+0x6fce 031096 jam 7 ,mem_sdp_tx_pkt_length 
+0x6fcf 031097 rtn 
+:      031102 ask_serviceclassid:
+0x6fd0 031103 arg 0 ,regb 
+0x6fd1 031104 force 0 ,temp 
+0x6fd2 031105 arg mem_sdp_uuid_search_ptr ,contw 
+0x6fd3 031106 call dataelementtype6 
+0x6fd4 031107 branch asksrv_error ,zero 
+:      031108 classidloop:
+0x6fd5 031109 increase 1 ,regb 
+0x6fd6 031110 ifetch 1 ,contr 
+0x6fd7 031111 increase -1 ,rega 
+0x6fd8 031112 increase -1 ,timeup 
+0x6fd9 031113 compare 0x18 ,pdata ,0xf8 
+0x6fda 031114 nbranch asksrv_error ,true 
+0x6fdb 031115 compare 0x04 ,pdata ,0x07 
+0x6fdc 031116 nbranch cmp032 ,true 
+0x6fdd 031117 force 1 ,temp 
+:      031118 skip2bytes:
+0x6fde 031119 ifetch 1 ,contr 
+0x6fdf 031120 increase -1 ,rega 
+0x6fe0 031121 increase -1 ,timeup 
+0x6fe1 031122 bne 0x00 ,frstbwrong 
+0x6fe2 031123 ifetch 1 ,contr 
+0x6fe3 031124 increase -1 ,rega 
+0x6fe4 031125 increase -1 ,timeup 
+0x6fe5 031126 beq 0x00 ,cmpuuid 
+0x6fe6 031127 branch scndbwrong 
+:      031128 frstbwrong:
+0x6fe7 031129 increase 1 ,contr 
+0x6fe8 031130 increase -1 ,rega 
+0x6fe9 031131 increase -1 ,timeup 
+:      031132 scndbwrong:
+0x6fea 031133 increase 2 ,contr 
+0x6feb 031134 increase -2 ,rega 
+0x6fec 031135 increase -2 ,timeup 
+0x6fed 031136 compare 0x00 ,temp ,0xff 
+0x6fee 031137 branch loopornot ,true 
+0x6fef 031138 increase 12 ,contr 
+0x6ff0 031139 increase -12 ,rega 
+0x6ff1 031140 increase -12 ,timeup 
+0x6ff2 031141 branch loopornot 
+:      031142 cmp032:
+0x6ff3 031143 compare 0x02 ,pdata ,0x07 
+0x6ff4 031144 nbranch cmp016 ,true 
+0x6ff5 031145 branch skip2bytes 
+:      031146 cmp016:
+0x6ff6 031147 compare 0x01 ,pdata ,0x07 
+0x6ff7 031148 nbranch asksrv_error ,true 
+:      031149 cmpuuid:
+0x6ff8 031150 increase -2 ,rega 
+0x6ff9 031151 increase -2 ,timeup 
+0x6ffa 031152 ifetch 2 ,contr 
+0x6ffb 031153 sub regb ,4 ,null 
+0x6ffc 031154 branch uuidsize ,zero 
+0x6ffd 031155 istore 2 ,contw 
+:      031156 uuidsize:
+0x6ffe 031157 compare 0x00 ,temp ,0xff 
+0x6fff 031158 branch loopornot ,true 
+0x7000 031159 copy contr ,temp 
+0x7001 031160 ifetch 1 ,contr 
+0x7002 031161 bne 0x00 ,wrong12b 
+0x7003 031162 ifetch 1 ,contr 
+0x7004 031163 bne 0x00 ,wrong12b 
+0x7005 031164 ifetch 1 ,contr 
+0x7006 031165 bne 0x10 ,wrong12b 
+0x7007 031166 ifetch 1 ,contr 
+0x7008 031167 bne 0x00 ,wrong12b 
+0x7009 031168 ifetch 1 ,contr 
+0x700a 031169 bne 0x80 ,wrong12b 
+0x700b 031170 ifetch 1 ,contr 
+0x700c 031171 bne 0x00 ,wrong12b 
+0x700d 031172 ifetch 1 ,contr 
+0x700e 031173 bne 0x00 ,wrong12b 
+0x700f 031174 ifetch 1 ,contr 
+0x7010 031175 bne 0x80 ,wrong12b 
+0x7011 031176 ifetch 1 ,contr 
+0x7012 031177 bne 0x5f ,wrong12b 
+0x7013 031178 ifetch 1 ,contr 
+0x7014 031179 bne 0x9b ,wrong12b 
+0x7015 031180 ifetch 1 ,contr 
+0x7016 031181 bne 0x34 ,wrong12b 
+0x7017 031182 ifetch 1 ,contr 
+0x7018 031183 beq 0xfb ,chck12dn 
+:      031184 wrong12b:
+0x7019 031185 copy temp ,contr 
+:      031186 wrong12b1:
+0x701a 031187 increase 12 ,contr 
+0x701b 031188 force 0x00 ,queue 
+0x701c 031189 force 0x00 ,temp 
+0x701d 031190 branch chck12dn 
+:      031192 chck12dn:
+0x701e 031193 increase -12 ,timeup 
+0x701f 031194 increase -12 ,rega 
+:      031195 loopornot:
+0x7020 031196 force 0x00 ,temp 
+0x7021 031197 compare 0x00 ,rega ,0xff 
+0x7022 031198 nbranch classidloop ,true 
+0x7023 031199 force 0 ,pdata 
+0x7024 031200 istore 2 ,contw 
+0x7025 031201 rtn 
+:      031202 asksrv_error:
+0x7026 031203 arg 0xff ,temp 
+0x7027 031204 rtn 
+:      031214 dataelementtype6:
+0x7028 031215 bpatchx patch3a_4 ,mem_patch3a 
+0x7029 031216 ifetch 1 ,contr 
+0x702a 031217 increase -1 ,timeup 
+0x702b 031218 compare 0x30 ,pdata ,0xf8 
+0x702c 031219 nbranch dsize_error ,true 
+0x702d 031220 compare 0x07 ,pdata ,0x07 
+0x702e 031221 branch dsize32 ,true 
+0x702f 031222 compare 0x06 ,pdata ,0x07 
+0x7030 031223 branch dsize16 ,true 
+0x7031 031224 compare 0x05 ,pdata ,0x07 
+0x7032 031225 nbranch dsize_error ,true 
+0x7033 031227 ifetch 1 ,contr 
+0x7034 031228 copy pdata ,rega 
+0x7035 031229 increase -1 ,timeup 
+0x7036 031230 branch dsize 
+:      031231 dsize32:
+0x7037 031232 increase 2 ,contr 
+0x7038 031233 increase -2 ,timeup 
+:      031234 dsize16:
+0x7039 031235 ifetch 2 ,contr 
+0x703a 031236 byteswap pdata ,rega 
+0x703b 031237 increase -2 ,timeup 
+:      031238 dsize:
+0x703c 031239 force 0x01 ,pdata 
+0x703d 031240 rtn 
+:      031241 dsize_error:
+0x703e 031242 force 0x00 ,pdata 
+0x703f 031243 rtn 
+:      031253 ss_empty_rsp:
+0x7040 031254 setarg sdp_search_res 
+0x7041 031255 store 1 ,mem_sdp_pduid 
+0x7042 031256 branch empty_response 
+:      031257 sa_empty_rsp:
+0x7043 031258 setarg sdp_attribute_res 
+0x7044 031259 store 1 ,mem_sdp_pduid 
+0x7045 031260 branch empty_response 
+:      031261 ssa_empty_rsp:
+0x7046 031262 setarg sdp_searchattrib_res 
+0x7047 031263 store 1 ,mem_sdp_pduid 
+:      031264 empty_response:
+0x7048 031265 call l2cap_get_sdp_tx_payload 
+0x7049 031268 fetch 1 ,mem_sdp_pduid 
+0x704a 031269 copy pdata ,regb 
+0x704b 031270 istore 1 ,contw 
+0x704c 031271 fetch 2 ,mem_sdp_transactionid 
+0x704d 031272 istore 2 ,contw 
+0x704e 031273 setarg 0x0500 
+0x704f 031274 istore 2 ,contw 
+0x7050 031275 compare sdp_attribute_res ,regb ,0xff 
+0x7051 031276 branch fullsearch ,true 
+0x7052 031277 compare sdp_searchattrib_res ,regb ,0xff 
+0x7053 031278 branch fullsearch ,true 
+0x7054 031279 setarg 0x000000 
+0x7055 031280 istore 5 ,contw 
+0x7056 031281 branch outempty 
+:      031283 fullsearch:
+0x7057 031284 setarg 0x350200 
+0x7058 031285 istore 5 ,contw 
+:      031286 outempty:
+0x7059 031287 jam 10 ,mem_sdp_tx_pkt_length 
+0x705a 031288 rtn 
+:      031291 sdp_data_len:
+0x705b 031292 call store_contw 
+0x705c 031293 call store_contr 
+0x705d 031294 call sdp_get_data 
+0x705e 031295 call get_contw 
+0x705f 031296 call get_contr 
+0x7060 031297 copy temp ,pdata 
+0x7061 031298 rtn 
+:      031301 sdp_get_data:
+0x7062 031302 ifetch 1 ,contr 
+0x7063 031303 and pdata ,0x7 ,loopcnt 
+0x7064 031304 rshift3 pdata ,pdata 
+0x7065 031305 bne 0 ,sdp_get_data_type_not0 
+:      031306 sdp_get_data_type0:
+0x7066 031307 force 1 ,pdata 
+0x7067 031308 force 1 ,temp 
+0x7068 031309 rtn 
+:      031311 sdp_get_data_type_not0_sizeindex01234:
+0x7069 031312 call left_shift_n 
+0x706a 031313 add pdata ,1 ,temp 
+0x706b 031314 rtn 
+:      031315 sdp_get_data_type_not0:
+0x706c 031316 deposit loopcnt 
+0x706d 031317 sub pdata ,4 ,null 
+0x706e 031318 branch sdp_get_data_type_not0_sizeindex01234 ,positive 
+0x706f 031319 beq 5 ,sdp_get_data_type_not0_sizeindex5 
+0x7070 031320 beq 6 ,sdp_get_data_type_not0_sizeindex6 
+0x7071 031321 beq 7 ,sdp_get_data_type_not0_sizeindex7 
+0x7072 031322 rtn 
+:      031324 sdp_get_data_type_not0_sizeindex5:
+0x7073 031325 ifetch 1 ,contr 
+0x7074 031326 add pdata ,2 ,temp 
+0x7075 031327 rtn 
+:      031328 sdp_get_data_type_not0_sizeindex6:
+0x7076 031329 ifetch 2 ,contr 
+0x7077 031330 byteswap pdata ,pdata 
+0x7078 031331 add pdata ,3 ,temp 
+0x7079 031332 rtn 
+:      031333 sdp_get_data_type_not0_sizeindex7:
+0x707a 031334 ifetch 2 ,contr 
+0x707b 031335 byteswap pdata ,pdata 
+0x707c 031336 ifetcht 2 ,contr 
+0x707d 031337 byteswap temp ,temp 
+0x707e 031338 lshift16 temp ,temp 
+0x707f 031339 iadd temp ,pdata 
+0x7080 031340 add pdata ,5 ,temp 
+0x7081 031341 rtn 
+:      031347 search_all_uuid:
+0x7082 031348 bpatchx patch3a_5 ,mem_patch3a 
+0x7083 031349 force 0 ,queue 
+0x7084 031350 arg 0 ,regb 
+0x7085 031351 arg mem_sdp_handle_list ,contw 
+:      031352 search_all_uuid_llop:
+0x7086 031353 ifetch 2 ,timeup 
+0x7087 031354 rtn blank 
+0x7088 031355 call search_uuid 
+0x7089 031356 copy queue ,pdata 
+0x708a 031357 rtneq sdp_max_handle_number 
+0x708b 031358 increase 2 ,timeup 
+0x708c 031359 branch search_all_uuid_llop 
+:      031361 search_uuid:
+0x708d 031363 iforce regc 
+0x708e 031365 fetch 2 ,mem_ui_uuid_table 
+0x708f 031366 iforce contr 
+:      031367 search_uuid_next:
+0x7090 031368 copy queue ,pdata 
+0x7091 031369 rtneq sdp_max_handle_number 
+0x7092 031370 disable user 
+0x7093 031371 ifetch 1 ,contr 
+0x7094 031372 rtn blank 
+0x7095 031373 iforce loopcnt 
+:      031374 search_uuid_loop:
+0x7096 031375 ifetch 2 ,contr 
+0x7097 031376 isub regc ,null 
+0x7098 031377 nbranch search_uuid_not_found ,zero 
+0x7099 031378 enable user 
+:      031379 search_uuid_not_found:
+0x709a 031380 loop search_uuid_loop 
+0x709b 031381 ifetcht 4 ,contr 
+0x709c 031382 copy contr ,rega 
+0x709d 031383 nbranch search_uuid_nomatch ,user 
+0x709e 031384 arg mem_sdp_handle_list ,contr 
+0x709f 031385 arg sdp_max_handle_number ,loopcnt 
+:      031386 search_uuid_check_same_handle:
+0x70a0 031387 ifetch 4 ,contr 
+0x70a1 031388 branch search_uuid_store_handle ,blank 
+0x70a2 031389 isub temp ,null 
+0x70a3 031390 branch search_uuid_nomatch ,zero 
+0x70a4 031391 loop search_uuid_check_same_handle 
+0x70a5 031392 rtn 
+:      031393 search_uuid_store_handle:
+0x70a6 031394 istoret 4 ,contw 
+0x70a7 031395 increase 1 ,queue 
+0x70a8 031396 copy rega ,contr 
+0x70a9 031397 call sdp_data_len 
+0x70aa 031398 iadd regb ,regb 
+0x70ab 031399 iadd contr ,contr 
+0x70ac 031400 branch search_uuid_next 
+:      031401 search_uuid_nomatch:
+0x70ad 031402 copy rega ,contr 
+0x70ae 031403 call sdp_get_data 
+0x70af 031404 iadd contr ,contr 
+0x70b0 031405 branch search_uuid_next 
+:      031411 search_handle:
+0x70b1 031412 bpatchx patch3a_6 ,mem_patch3a 
+0x70b2 031413 fetch 2 ,mem_ui_uuid_table 
+0x70b3 031414 iforce contr 
+:      031415 search_handle_loop:
+0x70b4 031416 ifetch 1 ,contr 
+0x70b5 031417 branch disable_zero ,blank 
+0x70b6 031418 lshift pdata ,pdata 
+0x70b7 031419 iadd contr ,contr 
+0x70b8 031420 ifetch 4 ,contr 
+0x70b9 031421 isub temp ,null 
+0x70ba 031422 rtn zero 
+0x70bb 031423 deposit contw 
+0x70bc 031424 store 2 ,mem_contw 
+0x70bd 031425 storet 8 ,mem_temp 
+0x70be 031426 call sdp_get_data 
+0x70bf 031427 iadd contr ,contr 
+0x70c0 031428 copy contr ,pdata 
+0x70c1 031429 fetcht 2 ,mem_contw 
+0x70c2 031430 copy temp ,contw 
+0x70c3 031431 fetcht 8 ,mem_temp 
+0x70c4 031432 copy pdata ,contr 
+0x70c5 031433 branch search_handle_loop 
+:      031439 search_attrib:
+0x70c6 031440 bpatchx patch3a_7 ,mem_patch3a 
+0x70c7 031441 fetch 2 ,mem_ui_uuid_table 
+0x70c8 031442 iforce contr 
+:      031443 search_attrib_next:
+0x70c9 031444 ifetch 1 ,contr 
+0x70ca 031445 branch search_attrib_end ,blank 
+0x70cb 031446 iforce loopcnt 
+:      031447 search_attrib_loop:
+0x70cc 031448 ifetch 2 ,contr 
+0x70cd 031449 isub regc ,null 
+0x70ce 031450 branch search_attrib_found_uuid ,zero 
+0x70cf 031451 loop search_attrib_loop 
+0x70d0 031452 increase 4 ,contr 
+0x70d1 031453 call sdp_get_data 
+0x70d2 031454 iadd contr ,contr 
+0x70d3 031455 branch search_attrib_next 
+:      031456 search_attrib_found_uuid:
+0x70d4 031457 increase -1 ,loopcnt 
+0x70d5 031458 lshift loopcnt ,pdata 
+0x70d6 031459 iadd contr ,contr 
+0x70d7 031460 increase 4 ,contr 
+0x70d8 031461 call sdp_get_data 
+0x70d9 031462 iadd contr ,timeup 
+:      031463 search_attrib_loop_attribs:
+0x70da 031464 increase 1 ,contr 
+0x70db 031465 ifetch 2 ,contr 
+0x70dc 031466 isub regb ,null 
+0x70dd 031470 branch disable_blank ,zero 
+0x70de 031471 call sdp_data_len 
+0x70df 031472 iadd contr ,contr 
+0x70e0 031473 deposit timeup 
+0x70e1 031474 isub contr ,null 
+0x70e2 031475 branch search_attrib_end ,zero 
+0x70e3 031476 branch search_attrib_loop_attribs 
+:      031477 search_attrib_end:
+0x70e4 031478 force 0 ,contr 
+0x70e5 031479 force 0 ,pdata 
+0x70e6 031480 rtn 
+:      031486 search_handle_attrib:
+0x70e7 031487 bpatchx patch3b_0 ,mem_patch3b 
+0x70e8 031488 fetch 2 ,mem_ui_uuid_table 
+0x70e9 031489 iforce contr 
+:      031490 search_handle_attrib_next:
+0x70ea 031491 ifetch 1 ,contr 
+0x70eb 031492 branch search_handle_attrib_end ,blank 
+0x70ec 031493 lshift pdata ,pdata 
+0x70ed 031494 iadd contr ,contr 
+0x70ee 031495 ifetch 4 ,contr 
+0x70ef 031496 isub temp ,null 
+0x70f0 031497 branch search_handl_attrib_found_handle ,zero 
+0x70f1 031498 call sdp_get_data 
+0x70f2 031499 iadd contr ,contr 
+0x70f3 031500 branch search_handle_attrib_next 
+:      031501 search_handl_attrib_found_handle:
+0x70f4 031502 call sdp_get_data 
+0x70f5 031503 iadd contr ,timeup 
+:      031504 search_handle_attrib_loop_attribs:
+0x70f6 031505 increase 1 ,contr 
+0x70f7 031506 ifetch 2 ,contr 
+0x70f8 031507 isub regb ,null 
+0x70f9 031508 rtn zero 
+0x70fa 031509 call sdp_data_len 
+0x70fb 031510 iadd contr ,contr 
+0x70fc 031511 deposit timeup 
+0x70fd 031512 isub contr ,null 
+0x70fe 031513 branch search_handle_attrib_end ,zero 
+0x70ff 031514 branch search_handle_attrib_loop_attribs 
+:      031515 search_handle_attrib_end:
+0x7100 031516 force 0 ,contr 
+0x7101 031517 rtn 
+:      031521 search_rfcomm_cn:
+0x7102 031522 arg 0x0400 ,regb 
+0x7103 031523 call search_handl_attrib_found_handle 
+0x7104 031524 arg 0x0300 ,regb 
+0x7105 031525 call search_uuid_in_data 
+0x7106 031526 nrtn user 
+0x7107 031527 sub rega ,3 ,null 
+0x7108 031528 branch disable_user ,positive 
+0x7109 031529 ifetch 1 ,contr 
+0x710a 031530 bne 0x08 ,disable_user 
+0x710b 031531 ifetch 1 ,contr 
+0x710c 031532 rtn 
+:      031537 search_uuid_in_data:
+0x710d 031538 bpatchx patch3b_1 ,mem_patch3b 
+0x710e 031539 call sdp_get_data 
+0x710f 031540 copy pdata ,rega 
+:      031541 search_uuid_in_data_loop:
+0x7110 031542 ifetch 1 ,contr 
+0x7111 031543 and pdata ,0x7 ,loopcnt 
+0x7112 031544 rshift3 pdata ,pdata 
+0x7113 031545 sub pdata ,3 ,null 
+0x7114 031546 branch search_uuid_in_data_found_uuid ,zero 
+0x7115 031547 copy loopcnt ,pdata 
+0x7116 031548 beq 5 ,search_uuid_in_data_found_element_index5 
+0x7117 031549 beq 6 ,search_uuid_in_data_found_element_index6 
+0x7118 031550 beq 7 ,search_uuid_in_data_found_element_index7 
+0x7119 031551 increase -1 ,contr 
+0x711a 031552 call sdp_get_data 
+0x711b 031553 iadd contr ,contr 
+0x711c 031554 copy rega ,pdata 
+0x711d 031555 isub temp ,rega 
+0x711e 031556 branch disable_user ,zero 
+0x711f 031557 branch search_uuid_in_data_loop 
+:      031559 search_uuid_in_data_found_element_index5:
+0x7120 031560 increase -2 ,rega 
+0x7121 031561 increase 1 ,contr 
+0x7122 031562 branch search_uuid_in_data_loop 
+:      031563 search_uuid_in_data_found_element_index6:
+0x7123 031564 increase -3 ,rega 
+0x7124 031565 increase 2 ,contr 
+0x7125 031566 branch search_uuid_in_data_loop 
+:      031567 search_uuid_in_data_found_element_index7:
+0x7126 031568 increase -5 ,rega 
+0x7127 031569 increase 4 ,contr 
+0x7128 031570 branch search_uuid_in_data_loop 
+:      031572 search_uuid_in_data_found_uuid:
+0x7129 031573 increase -1 ,rega 
+0x712a 031574 copy loopcnt ,pdata 
+0x712b 031575 beq 1 ,search_uuid_in_data_type_uuid_16 
+0x712c 031576 beq 2 ,search_uuid_in_data_type_uuid_32 
+0x712d 031577 beq 4 ,search_uuid_in_data_type_uuid_128 
+0x712e 031578 branch disable_user 
+:      031579 search_uuid_in_data_type_uuid_128:
+0x712f 031580 increase -12 ,rega 
+:      031581 search_uuid_in_data_type_uuid_32:
+0x7130 031582 ifetch 2 ,contr 
+0x7131 031583 increase -2 ,rega 
+:      031584 search_uuid_in_data_type_uuid_16:
+0x7132 031585 ifetch 2 ,contr 
+0x7133 031586 isub regb ,null 
+0x7134 031587 branch enable_user ,zero 
+0x7135 031588 increase -2 ,rega 
+0x7136 031589 branch disable_user ,zero 
+0x7137 031590 branch search_uuid_in_data_loop 
+:      031649 sdp_send_spp_request:
+0x7138 031650 call l2cap_get_sdp_tx_payload 
+0x7139 031651 copy pdata ,contw 
+0x713a 031652 setarg 6 
+0x713b 031653 istore 1 ,contw 
+0x713c 031654 setarg sdp_tid_spp 
+0x713d 031655 istore 2 ,contw 
+0x713e 031656 setarg 0x0f00 
+0x713f 031657 istore 2 ,contw 
+0x7140 031658 setarg 0x1a0535 
+0x7141 031659 istore 3 ,contw 
+0x7142 031660 setarg 0x0111 
+0x7143 031661 lshift16 pdata ,pdata 
+0x7144 031662 istore 4 ,contw 
+0x7145 031663 setarg 0x2600 
+0x7146 031664 istore 2 ,contw 
+0x7147 031665 setarg 0x0335 
+0x7148 031666 istore 2 ,contw 
+0x7149 031667 setarg 0x0009 
+0x714a 031668 istore 2 ,contw 
+0x714b 031669 setarg 0x0004 
+0x714c 031670 istore 2 ,contw 
+0x714d 031671 jam 0x14 ,mem_sdp_tx_pkt_length 
+0x714e 031672 rtn 
+:      031676 function_g2:
+0x714f 031677 bpatchx patch3b_2 ,mem_patch3b 
+0x7150 031678 jam 80 ,mem_aes_cmac_data_length 
+0x7151 031679 arg memdat ,contw 
+0x7152 031680 arg mem_le_srand ,contr 
+0x7153 031681 call memcpy16 
+0x7154 031682 arg mem_le_pubkey_local_x_256 ,contr 
+0x7155 031683 call memcpy32 
+0x7156 031684 arg mem_le_pubkey_remote_x_256 ,contr 
+0x7157 031685 call memcpy32 
+0x7158 031686 call inverse_memdat 
+0x7159 031687 arg mem_le_mrand ,contr 
+0x715a 031688 call store_inverse_k 
+0x715b 031689 call function_aes_cmac 
+0x715c 031691 arg mem_aes_cmac_temp ,contw 
+0x715d 031692 call load_inverse_result 
+0x715e 031693 setarg 1000000 
+0x715f 031694 copy pdata ,rega 
+0x7160 031695 fetch 4 ,mem_aes_cmac_temp 
+0x7161 031696 idiv rega 
+0x7162 031697 call wait_div_end 
+0x7163 031698 remainder pdata 
+0x7164 031699 store 4 ,mem_gkey 
+0x7165 031701 rtn 
+:      031703 function_f6_eb:
+0x7166 031704 jam 65 ,mem_aes_cmac_data_length 
+0x7167 031705 arg memdat ,contw 
+0x7168 031706 call store_addr_common_a 
+0x7169 031707 call store_addr_common_b 
+0x716a 031708 fetch 3 ,mem_le_pres + 1 
+0x716b 031709 istore 3 ,contw 
+0x716c 031712 call get_r 
+0x716d 031714 arg mem_le_mrand ,contr 
+0x716e 031715 call memcpy16 
+0x716f 031716 arg mem_le_srand ,contr 
+0x7170 031717 call memcpy16 
+0x7171 031718 call inverse_memdat 
+0x7172 031719 arg mem_le_mackey ,contr 
+0x7173 031720 arg mem_aes_cmac_k ,contw 
+0x7174 031721 call memcpy16 
+0x7175 031723 branch function_aes_cmac 
+:      031727 get_r:
+0x7176 031728 fetch 4 ,mem_le_tk 
+0x7177 031729 istore 4 ,contw 
+0x7178 031730 call memset0_4 
+0x7179 031731 branch memset0_8 
+:      031733 function_f6_ea:
+0x717a 031734 bpatchx patch3b_3 ,mem_patch3b 
+0x717b 031735 jam 65 ,mem_aes_cmac_data_length 
+0x717c 031736 arg memdat ,contw 
+0x717d 031737 call store_addr_common_b 
+0x717e 031738 call store_addr_common_a 
+0x717f 031739 fetch 3 ,mem_le_preq + 1 
+0x7180 031740 istore 3 ,contw 
+0x7181 031743 call get_r 
+0x7182 031744 arg mem_le_srand ,contr 
+0x7183 031745 call memcpy16 
+0x7184 031746 arg mem_le_mrand ,contr 
+0x7185 031747 call memcpy16 
+0x7186 031748 call inverse_memdat 
+0x7187 031749 arg mem_le_mackey ,contr 
+0x7188 031750 arg mem_aes_cmac_k ,contw 
+0x7189 031751 call memcpy16 
+0x718a 031753 call function_aes_cmac 
+0x718b 031754 arg mem_aes_cmac_temp ,contw 
+0x718c 031755 branch load_inverse_result 
+:      031757 function_f5:
+0x718d 031758 jam 32 ,mem_aes_cmac_data_length 
+0x718e 031759 arg mem_le_dhkey_256 ,contr 
+0x718f 031760 arg memdat ,contw 
+0x7190 031761 call memcpy32 
+0x7191 031762 call inverse_memdat 
+0x7192 031763 arg mem_le_slat ,contr 
+0x7193 031764 call store_inverse_k 
+0x7194 031765 call function_aes_cmac 
+0x7195 031766 arg mem_aes_cmac_k ,contw 
+0x7196 031767 call store_aes_result 
+0x7197 031768 arg 1 ,temp 
+0x7198 031769 call function_f5_common 
+0x7199 031770 arg mem_le_ltk ,contw 
+0x719a 031771 call load_inverse_result 
+0x719b 031772 arg 0 ,temp 
+0x719c 031773 call function_f5_common 
+0x719d 031774 arg mem_le_mackey ,contw 
+0x719e 031776 branch store_aes_result 
+:      031779 function_f5_common:
+0x719f 031780 bpatchx patch3b_4 ,mem_patch3b 
+0x71a0 031781 jam 53 ,mem_aes_cmac_data_length 
+0x71a1 031782 setarg 0x100 
+0x71a2 031783 store 2 ,memdat 
+0x71a3 031784 call store_addr_common_b 
+0x71a4 031785 call store_addr_common_a 
+0x71a5 031786 arg mem_le_srand ,contr 
+0x71a6 031787 call memcpy16 
+0x71a7 031788 arg mem_le_mrand ,contr 
+0x71a8 031789 call memcpy16 
+0x71a9 031791 setarg 0x6c65 
+0x71aa 031792 istore 2 ,contw 
+0x71ab 031793 setarg 0x6274 
+0x71ac 031794 istore 2 ,contw 
+0x71ad 031795 istoret 1 ,contw 
+0x71ae 031796 call inverse_memdat 
+0x71af 031797 branch function_aes_cmac 
+:      031799 store_addr_common_b:
+0x71b0 031800 fetch 6 ,mem_le_lap 
+0x71b1 031801 istore 6 ,contw 
+0x71b2 031802 fetch 1 ,mem_le_conn_own_addr_type 
+0x71b3 031803 istore 1 ,contw 
+0x71b4 031804 rtn 
+:      031806 store_addr_common_a:
+0x71b5 031807 fetch 6 ,mem_le_plap 
+0x71b6 031808 istore 6 ,contw 
+0x71b7 031813 fetch 1 ,mem_le_conn_peer_addr_type 
+0x71b8 031814 istore 1 ,contw 
+0x71b9 031815 rtn 
+:      031817 function_f4_ca:
+0x71ba 031818 jam 65 ,mem_aes_cmac_data_length 
+0x71bb 031819 fetch 1 ,mem_passkey_1bit 
+0x71bc 031820 store 1 ,memdat 
+0x71bd 031821 arg mem_le_pubkey_local_x_256 ,contr 
+0x71be 031822 call memcpy32 
+0x71bf 031823 arg mem_le_pubkey_remote_x_256 ,contr 
+0x71c0 031824 call memcpy32 
+0x71c1 031825 call inverse_memdat 
+0x71c2 031826 arg mem_le_mrand ,contr 
+0x71c3 031827 call store_inverse_k 
+0x71c4 031828 branch function_aes_cmac 
+:      031831 function_f4_cb:
+0x71c5 031832 jam 65 ,mem_aes_cmac_data_length 
+0x71c6 031833 fetch 1 ,mem_passkey_1bit 
+0x71c7 031834 store 1 ,memdat 
+0x71c8 031835 arg mem_le_pubkey_remote_x_256 ,contr 
+0x71c9 031836 call memcpy32 
+0x71ca 031837 arg mem_le_pubkey_local_x_256 ,contr 
+0x71cb 031838 call memcpy32 
+0x71cc 031839 call inverse_memdat 
+0x71cd 031840 arg mem_le_srand ,contr 
+0x71ce 031841 call store_inverse_k 
+0x71cf 031842 branch function_aes_cmac 
+:      031844 function_aes_cmac:
+0x71d0 031845 bpatchx patch3b_5 ,mem_patch3b 
+0x71d1 031846 call function_aes_cmac_generate_subkey 
+0x71d2 031850 fetch 1 ,mem_aes_cmac_data_length 
+0x71d3 031851 copy pdata ,temp 
+:      031852 function_ceil16:
+0x71d4 031853 increase 15 ,pdata 
+0x71d5 031854 rshift4 pdata ,pdata 
+0x71d6 031855 copy pdata ,regb 
+0x71d7 031856 branch function_aes_cmac_set_flag_0_balnk ,blank 
+0x71d8 031857 and temp ,0x0f ,pdata 
+0x71d9 031858 nbranch function_aes_cmac_set_flag_0 ,blank 
+0x71da 031860 arg mem_aes_cmac_k1 ,regc 
+0x71db 031861 arg memdat ,pdata 
+0x71dc 031862 increase -16 ,pdata 
+0x71dd 031865 iadd temp ,rega 
+0x71de 031866 arg mem_aes_cmac_m_last ,contw 
+0x71df 031867 arg 4 ,loopcnt 
+0x71e0 031868 call xor_loop 
+0x71e1 031872 branch function_aes_cmac_aes 
+:      031874 function_aes_cmac_set_flag_0_balnk:
+0x71e2 031875 arg 1 ,regb 
+0x71e3 031876 arg 0 ,rega 
+0x71e4 031878 branch function_aes_cmac_set_flag_0_common 
+:      031881 function_aes_cmac_set_flag_0:
+0x71e5 031883 and temp ,0x0f ,rega 
+:      031884 function_aes_cmac_set_flag_0_common:
+0x71e6 031885 arg memdat ,pdata 
+0x71e7 031886 iadd temp ,pdata 
+0x71e8 031887 isub rega ,contr 
+0x71e9 031889 arg mem_aes_cmac_temp ,contw 
+0x71ea 031890 call function_aes_cmac_padding 
+0x71eb 031892 arg mem_aes_cmac_k2 ,regc 
+0x71ec 031893 arg mem_aes_cmac_temp ,rega 
+0x71ed 031894 arg mem_aes_cmac_m_last ,contw 
+0x71ee 031895 arg 4 ,loopcnt 
+0x71ef 031896 call xor_loop 
+:      031903 function_aes_cmac_aes:
+0x71f0 031908 call aes_clear_data 
+0x71f1 031909 call aes_init 
+0x71f2 031912 arg memdat ,contr 
+:      031913 function_aes_cmac_aes_loop:
+0x71f3 031915 increase -1 ,regb 
+0x71f4 031916 deposit regb 
+0x71f5 031917 branch function_aes_cmac_aes_loop_end ,blank 
+0x71f6 031918 call load_data128 
+0x71f7 031919 call do_aes_cbc 
+0x71f8 031920 branch function_aes_cmac_aes_loop 
+:      031922 function_aes_cmac_aes_loop_end:
+0x71f9 031923 arg mem_aes_cmac_temp ,contw 
+0x71fa 031924 call store_aes_result 
+0x71fb 031925 arg mem_aes_cmac_m_last ,contr 
+0x71fc 031926 call load_data128 
+0x71fd 031927 call aes_init 
+0x71fe 031928 arg mem_aes_cmac_temp ,contr 
+0x71ff 031929 call load_data128 
+0x7200 031930 branch do_aes_cbc 
+:      031934 load_inverse_result:
+0x7201 031936 copy contw ,rega 
+0x7202 031937 call store_aes_result 
+0x7203 031939 arg 16 ,loopcnt 
+0x7204 031940 branch inverse_data 
+:      031942 store_inverse_k:
+0x7205 031943 arg mem_aes_cmac_k ,contw 
+0x7206 031944 call memcpy16 
+:      031945 inverse_k:
+0x7207 031946 arg 16 ,loopcnt 
+0x7208 031947 arg mem_aes_cmac_k ,rega 
+0x7209 031948 branch inverse_data 
+:      031950 inverse_memdat:
+0x720a 031951 fetch 1 ,mem_aes_cmac_data_length 
+0x720b 031952 copy pdata ,loopcnt 
+0x720c 031953 arg memdat ,rega 
+0x720d 031954 branch inverse_data 
+:      031956 bn_lshift_0_inverse:
+0x720e 031957 ifetch 1 ,rega 
+0x720f 031958 lshift pdata ,pdata 
+0x7210 031959 isolate1 0 ,regc 
+0x7211 031960 setflag true ,0 ,pdata 
+0x7212 031961 isolate1 8 ,pdata 
+0x7213 031962 setflag true ,0 ,regc 
+0x7214 031963 istore 1 ,rega 
+0x7215 031964 increase -1 ,rega 
+0x7216 031965 loop bn_lshift_0_inverse 
+0x7217 031966 rtn 
+:      031968 function_aes_cmac_k1_inverse:
+0x7218 031969 arg mem_aes_cmac_k1 ,rega 
+:      031970 function_aes_cmac_inverse_common:
+0x7219 031971 increase 15 ,rega 
+0x721a 031972 force 16 ,loopcnt 
+0x721b 031973 force 0 ,regc 
+0x721c 031974 branch bn_lshift_0_inverse 
+:      031976 function_aes_cmac_k2_inverse:
+0x721d 031977 arg mem_aes_cmac_k2 ,rega 
+0x721e 031978 branch function_aes_cmac_inverse_common 
+:      031981 function_aes_cmac_generate_subkey:
+0x721f 031982 arg mem_aes_cmac_k ,contr 
+0x7220 031983 call load_key 
+0x7221 031986 force regidx_xor ,regext_index 
+0x7222 031987 call aes_clear 
+0x7223 031988 call aes_clear_data 
+0x7224 031989 call do_aes_ocb 
+0x7225 031994 arg mem_aes_cmac_k1 ,contw 
+0x7226 031995 call store_aes_result 
+:      031996 function_aes_cmac_k1:
+0x7227 031997 bpatchx patch3b_6 ,mem_patch3b 
+0x7228 031998 fetch 1 ,mem_aes_cmac_k1 
+0x7229 031999 isolate1 7 ,pdata 
+0x722a 032000 nbranch function_aes_cmac_k1_0 ,true 
+0x722b 032001 call function_aes_cmac_k1_inverse 
+0x722c 032004 arg mem_aes_cmac_k1 ,regc 
+0x722d 032006 arg mem_aes_cmac_k1 ,contw 
+0x722e 032009 call function_aes_cmac_xor_rb 
+0x722f 032010 branch function_aes_cmac_k2 
+:      032011 function_aes_cmac_k1_0:
+0x7230 032012 call function_aes_cmac_k1_inverse 
+:      032013 function_aes_cmac_k2:
+0x7231 032015 arg mem_aes_cmac_k1 ,contr 
+0x7232 032016 arg mem_aes_cmac_k2 ,contw 
+0x7233 032017 call memcpy16 
+0x7234 032018 fetch 1 ,mem_aes_cmac_k2 
+0x7235 032019 isolate1 7 ,pdata 
+0x7236 032020 nbranch function_aes_cmac_k2_inverse ,true 
+0x7237 032021 call function_aes_cmac_k2_inverse 
+0x7238 032023 arg mem_aes_cmac_k2 ,regc 
+0x7239 032025 arg mem_aes_cmac_k2 ,contw 
+:      032031 function_aes_cmac_xor_rb:
+0x723a 032032 arg 3 ,loopcnt 
+:      032033 function_aes_cmac_xor_rb_loop:
+0x723b 032034 arg 0 ,temp 
+0x723c 032035 call function_aes_cmac_xor_loop_common 
+0x723d 032036 increase 4 ,regc 
+0x723e 032037 loop function_aes_cmac_xor_rb_loop 
+0x723f 032038 arg 0x8700 ,temp 
+0x7240 032039 lshift16 temp ,temp 
+:      032040 function_aes_cmac_xor_loop_common:
+0x7241 032041 ifetch 4 ,regc 
+0x7242 032042 ixor temp ,pdata 
+0x7243 032043 istore 4 ,contw 
+0x7244 032044 rtn 
+:      032050 function_aes_cmac_padding:
+0x7245 032051 bpatchx patch3b_7 ,mem_patch3b 
+0x7246 032052 arg 16 ,loopcnt 
+0x7247 032053 arg 0 ,pdata 
+:      032054 function_aes_cmac_padding_loop:
+0x7248 032055 isub rega ,null 
+0x7249 032056 branch function_aes_cmac_padding_beq_length ,zero 
+0x724a 032057 branch function_aes_cmac_padding_big_length ,positive 
+0x724b 032058 ifetcht 1 ,contr 
+0x724c 032059 istoret 1 ,contw 
+:      032060 function_aes_cmac_padding_loop2:
+0x724d 032061 increase 1 ,pdata 
+0x724e 032062 loop function_aes_cmac_padding_loop 
+0x724f 032063 rtn 
+:      032064 function_aes_cmac_padding_beq_length:
+0x7250 032065 arg 0x80 ,temp 
+:      032066 function_aes_cmac_padding_common:
+0x7251 032067 istoret 1 ,contw 
+0x7252 032068 branch function_aes_cmac_padding_loop2 
+:      032070 function_aes_cmac_padding_big_length:
+0x7253 032071 arg 0 ,temp 
+0x7254 032072 branch function_aes_cmac_padding_common 
+:      032075 generate_kinit:
+0x7255 032076 call function_e22 
+0x7256 032077 arg mem_input_store ,contr 
+0x7257 032078 arg mem_kinit ,contw 
+0x7258 032079 branch memcpy16 
+:      032082 function_e21:
+0x7259 032083 disable user 
+0x725a 032084 call function_expand 
+0x725b 032085 arg mem_random_number ,contr 
+0x725c 032086 arg mem_x ,contw 
+0x725d 032087 force 15 ,loopcnt 
+0x725e 032088 call memcpy 
+0x725f 032089 ifetch 1 ,contr 
+0x7260 032090 xor_into 6 ,pdata 
+0x7261 032091 istore 1 ,contw 
+0x7262 032092 setarg mem_y 
+0x7263 032093 store 2 ,memp_ar_input 
+0x7264 032094 setarg mem_x 
+0x7265 032095 store 2 ,memp_ar_key 
+0x7266 032096 set1 mark_ar2 ,mark 
+0x7267 032097 branch function_ar 
+:      032101 function_e22:
+0x7268 032102 fetcht 1 ,mem_pin_length 
+0x7269 032103 force 16 ,regb 
+0x726a 032104 add temp ,6 ,regc 
+0x726b 032105 sub regc ,16 ,null 
+0x726c 032106 branch function_e22_pin_init ,positive 
+0x726d 032107 force 16 ,regc 
+:      032108 function_e22_pin_init:
+0x726e 032109 arg mem_x ,contw 
+:      032110 function_e22_genx_pin:
+0x726f 032111 arg mem_pin ,contr 
+0x7270 032112 copy temp ,loopcnt 
+0x7271 032113 disable user 
+:      032114 function_e22_genx_loop:
+0x7272 032115 ifetch 1 ,contr 
+0x7273 032116 istore 1 ,contw 
+0x7274 032117 increase -1 ,regb 
+0x7275 032118 branch function_e22_genx_end ,zero 
+0x7276 032119 loop function_e22_genx_loop 
+0x7277 032120 branch function_e22_genx_pin ,user 
+0x7278 032121 enable user 
+0x7279 032122 force 6 ,loopcnt 
+0x727a 032123 copy rega ,contr 
+0x727b 032124 branch function_e22_genx_loop 
+:      032125 function_e22_genx_end:
+0x727c 032126 arg mem_random_number ,contr 
+0x727d 032127 arg mem_y ,contw 
+0x727e 032128 call memcpy16 
+0x727f 032129 fetch 1 ,mem_y15 
+0x7280 032130 ixor regc ,pdata 
+0x7281 032131 store 1 ,mem_y15 
+0x7282 032132 setarg mem_y 
+0x7283 032133 store 2 ,memp_ar_input 
+0x7284 032134 setarg mem_x 
+0x7285 032135 store 2 ,memp_ar_key 
+0x7286 032136 set1 mark_ar2 ,mark 
+0x7287 032137 branch function_ar 
+:      032142 function_e1:
+0x7288 032143 disable user 
+0x7289 032144 call function_expand 
+0x728a 032145 branch function_hash 
+:      032147 function_e3:
+0x728b 032148 arg mem_aco ,rega 
+0x728c 032149 enable user 
+0x728d 032150 call function_expand 
+0x728e 032151 call function_hash 
+0x728f 032152 arg mem_input_store ,contr 
+0x7290 032153 arg mem_kc ,contw 
+0x7291 032154 branch memcpy16 
+:      032157 function_hash:
+0x7292 032158 setarg mem_random_number 
+0x7293 032159 store 2 ,memp_ar_input 
+0x7294 032160 setarg mem_link_key 
+0x7295 032161 store 2 ,memp_ar_key 
+0x7296 032162 set0 mark_ar2 ,mark 
+0x7297 032163 call function_ar 
+0x7298 032164 arg mem_input_store ,rega 
+0x7299 032165 arg mem_random_number ,regb 
+0x729a 032166 arg mem_x ,contw 
+0x729b 032167 call xor16 
+0x729c 032168 arg mem_x ,rega 
+0x729d 032169 arg mem_y ,regb 
+0x729e 032170 copy regb ,contw 
+0x729f 032171 enable user 
+0x72a0 032172 call add16 
+0x72a1 032173 call key_offset 
+0x72a2 032174 setarg mem_y 
+0x72a3 032175 store 2 ,memp_ar_input 
+0x72a4 032176 setarg mem_x 
+0x72a5 032177 store 2 ,memp_ar_key 
+0x72a6 032178 set1 mark_ar2 ,mark 
+0x72a7 032179 branch function_ar 
+:      032183 function_ar:
+0x72a8 032184 jam 0 ,mem_ar_hround 
+0x72a9 032185 fetch 2 ,memp_ar_key 
+0x72aa 032186 iforce contr 
+0x72ab 032187 arg mem_key_store ,contw 
+0x72ac 032188 call memcpy16 
+0x72ad 032189 fetch 2 ,memp_ar_input 
+0x72ae 032190 iforce contr 
+0x72af 032191 arg mem_input_store ,contw 
+0x72b0 032192 call memcpy16 
+:      032194 function_ar_loop:
+0x72b1 032195 call key_scheduling 
+0x72b2 032196 disable user 
+0x72b3 032197 bmark0 mark_ar2 ,function_ar_original 
+0x72b4 032198 fetch 1 ,mem_ar_hround 
+0x72b5 032199 bne 4 ,function_ar_original 
+0x72b6 032200 fetch 2 ,memp_ar_input 
+0x72b7 032201 iforce regb 
+0x72b8 032202 call xor_mod32_ar2 
+:      032203 function_ar_original:
+0x72b9 032204 call xor_mod32 
+0x72ba 032205 call el_boxes 
+0x72bb 032206 fetch 1 ,mem_ar_hround 
+0x72bc 032207 increase 1 ,pdata 
+0x72bd 032208 store 1 ,mem_ar_hround 
+0x72be 032210 call key_scheduling 
+0x72bf 032211 enable user 
+0x72c0 032212 call xor_mod32 
+0x72c1 032213 call pht 
+0x72c2 032214 call permute 
+0x72c3 032215 call pht 
+0x72c4 032216 call permute 
+0x72c5 032217 call pht 
+0x72c6 032218 call permute 
+0x72c7 032219 call pht 
+0x72c8 032220 fetch 1 ,mem_ar_hround 
+0x72c9 032221 increase 1 ,pdata 
+0x72ca 032222 store 1 ,mem_ar_hround 
+0x72cb 032223 bne 16 ,function_ar_loop 
+0x72cc 032224 call key_scheduling 
+0x72cd 032225 disable user 
+0x72ce 032226 branch xor_mod32 
+:      032230 key_scheduling:
+0x72cf 032231 fetch 1 ,mem_ar_hround 
+0x72d0 032232 arg mem_key_store ,contr 
+0x72d1 032233 branch key_sched_zero ,blank 
+0x72d2 032234 iforce regb 
+0x72d3 032235 force 17 ,loopcnt 
+0x72d4 032236 copy contr ,contw 
+:      032237 key_rotateloop:
+0x72d5 032238 ifetch 1 ,contr 
+0x72d6 032239 lshift3 pdata ,temp 
+0x72d7 032240 rshift2 pdata ,pdata 
+0x72d8 032241 rshift3 pdata ,pdata 
+0x72d9 032242 ior temp ,pdata 
+0x72da 032243 istore 1 ,contw 
+0x72db 032244 loop key_rotateloop 
+0x72dc 032245 setarg mem_key_store 
+0x72dd 032246 iadd regb ,contr 
+0x72de 032247 force 16 ,loopcnt 
+0x72df 032248 arg mem_round_key ,contw 
+:      032249 key_select_octet_loop:
+0x72e0 032250 ifetch 1 ,contr 
+0x72e1 032251 istore 1 ,contw 
+0x72e2 032252 compare mem_key_store_end ,contr ,0xff 
+0x72e3 032253 nbranch key_select_octet_nwrap ,true 
+0x72e4 032254 increase -17 ,contr 
+:      032255 key_select_octet_nwrap:
+0x72e5 032256 loop key_select_octet_loop 
+0x72e6 032257 force 0 ,rega 
+0x72e7 032258 add regb ,-1 ,regc 
+0x72e8 032259 lshift2 regc ,regc 
+0x72e9 032260 lshift2 regc ,regc 
+0x72ea 032261 call enable_authrom 
+0x72eb 032262 setarg mem_b_box 
+0x72ec 032263 iadd regc ,regc 
+0x72ed 032264 arg mem_round_key ,contw 
+0x72ee 032265 force 16 ,loopcnt 
+:      032266 bias_round_key_loop:
+0x72ef 032267 ifetcht 1 ,regc 
+0x72f0 032268 ifetch 1 ,contw 
+0x72f1 032269 iadd temp ,pdata 
+0x72f2 032270 istore 1 ,contw 
+0x72f3 032271 increase 1 ,regc 
+0x72f4 032272 loop bias_round_key_loop 
+0x72f5 032273 branch disable_authrom 
+:      032275 key_sched_zero:
+0x72f6 032276 force 16 ,loopcnt 
+0x72f7 032277 force 0 ,temp 
+:      032278 create_byte_16_loop:
+0x72f8 032279 ifetch 1 ,contr 
+0x72f9 032280 ixor temp ,temp 
+0x72fa 032281 loop create_byte_16_loop 
+0x72fb 032282 deposit temp 
+0x72fc 032283 istore 1 ,contr 
+0x72fd 032284 arg mem_key_store ,contr 
+0x72fe 032285 arg mem_round_key ,contw 
+0x72ff 032286 branch memcpy16 
+:      032288 xor_mod32:
+0x7300 032289 arg mem_round_key ,regb 
+:      032290 xor_mod32_ar2:
+0x7301 032291 force 16 ,loopcnt 
+0x7302 032292 arg mem_input_store ,rega 
+0x7303 032293 copy rega ,contw 
+:      032294 xor_mod32_loop:
+0x7304 032295 ifetcht 1 ,rega 
+0x7305 032296 ifetch 1 ,regb 
+0x7306 032297 ixor temp ,alarm 
+0x7307 032298 and loopcnt ,3 ,regc 
+0x7308 032299 nbranch xor_mod32_invert ,user 
+0x7309 032300 xor_into 3 ,regc 
+:      032301 xor_mod32_invert:
+0x730a 032302 sub regc ,1 ,regc 
+0x730b 032303 branch xor_even ,positive 
+0x730c 032304 iadd temp ,alarm 
+:      032305 xor_even:
+0x730d 032306 deposit alarm 
+0x730e 032307 istore 1 ,contw 
+0x730f 032308 increase 1 ,rega 
+0x7310 032309 increase 1 ,regb 
+0x7311 032310 loop xor_mod32_loop 
+0x7312 032311 rtn 
+:      032313 el_boxes:
+0x7313 032314 call enable_authrom 
+0x7314 032315 force 16 ,loopcnt 
+0x7315 032316 arg mem_input_store ,rega 
+:      032317 el_box_loop:
+0x7316 032318 ifetch 1 ,rega 
+0x7317 032319 arg mem_e_box ,contr 
+0x7318 032320 and loopcnt ,3 ,regc 
+0x7319 032321 sub regc ,1 ,null 
+0x731a 032322 branch e_boxes ,positive 
+0x731b 032323 arg mem_l_box ,contr 
+:      032324 e_boxes:
+0x731c 032325 iadd contr ,contr 
+0x731d 032326 ifetch 1 ,contr 
+0x731e 032327 istore 1 ,rega 
+0x731f 032328 increase 1 ,rega 
+0x7320 032329 loop el_box_loop 
+0x7321 032330 branch disable_authrom 
+:      032332 pht:
+0x7322 032333 force 8 ,loopcnt 
+0x7323 032334 arg mem_input_store ,contr 
+0x7324 032335 copy contr ,contw 
+:      032336 pht_loop:
+0x7325 032337 ifetch 1 ,contr 
+0x7326 032338 iforce rega 
+0x7327 032339 ifetch 1 ,contr 
+0x7328 032340 iforce regb 
+0x7329 032341 lshift rega ,pdata 
+0x732a 032342 iadd regb ,pdata 
+0x732b 032343 istore 1 ,contw 
+0x732c 032344 deposit rega 
+0x732d 032345 iadd regb ,pdata 
+0x732e 032346 istore 1 ,contw 
+0x732f 032347 loop pht_loop 
+0x7330 032348 rtn 
+:      032351 permute:
+0x7331 032352 setarg 0x8ae42c 
+0x7332 032353 iforce temp 
+0x7333 032354 force 7 ,loopcnt 
+0x7334 032355 call permute_exchange 
+0x7335 032356 setarg 0xd751b 
+0x7336 032357 iforce temp 
+0x7337 032358 force 5 ,loopcnt 
+0x7338 032359 call permute_exchange 
+0x7339 032360 fetch 1 ,mem_input_store + 15 
+0x733a 032361 iforce rega 
+0x733b 032362 fetch 1 ,mem_input_store + 3 
+0x733c 032363 store 1 ,mem_input_store + 15 
+0x733d 032364 deposit rega 
+0x733e 032365 store 1 ,mem_input_store + 3 
+0x733f 032366 rtn 
+:      032368 permute_exchange:
+0x7340 032369 and temp ,0xf ,regb 
+:      032370 permute_loop:
+0x7341 032371 and temp ,0xf ,pdata 
+0x7342 032372 arg mem_input_store ,contw 
+0x7343 032373 iadd contw ,contw 
+0x7344 032374 ifetch 1 ,contw 
+0x7345 032375 iforce regc 
+0x7346 032376 deposit rega 
+0x7347 032377 istore 1 ,contw 
+0x7348 032378 copy regc ,rega 
+0x7349 032379 rshift4 temp ,temp 
+0x734a 032380 loop permute_loop 
+0x734b 032381 setarg mem_input_store 
+0x734c 032382 iadd regb ,contw 
+0x734d 032383 deposit rega 
+0x734e 032384 istore 1 ,contw 
+0x734f 032385 rtn 
+:      032387 add16:
+0x7350 032388 enable user 
+0x7351 032389 branch xor_add16 
+:      032391 xor16:
+0x7352 032392 disable user 
+:      032393 xor_add16:
+0x7353 032394 force 16 ,loopcnt 
+:      032395 xoradd_loop:
+0x7354 032396 ifetcht 1 ,rega 
+0x7355 032397 ifetch 1 ,regb 
+0x7356 032398 branch xoradd_add ,user 
+0x7357 032399 ixor temp ,pdata 
+0x7358 032400 branch xoradd_store 
+:      032401 xoradd_add:
+0x7359 032402 iadd temp ,pdata 
+:      032403 xoradd_store:
+0x735a 032404 istore 1 ,contw 
+0x735b 032405 increase 1 ,rega 
+0x735c 032406 increase 1 ,regb 
+0x735d 032407 loop xoradd_loop 
+0x735e 032408 rtn 
+:      032411 function_expand:
+0x735f 032412 arg mem_y ,contw 
+0x7360 032413 ifetch 6 ,rega 
+0x7361 032414 istore 6 ,contw 
+0x7362 032415 branch expand_12 ,user 
+0x7363 032416 ifetch 6 ,rega 
+0x7364 032417 branch expand_cont 
+:      032418 expand_12:
+0x7365 032419 ifetch 6 ,contr 
+:      032420 expand_cont:
+0x7366 032421 istore 6 ,contw 
+0x7367 032422 ifetch 4 ,rega 
+0x7368 032423 istore 4 ,contw 
+0x7369 032424 rtn 
+:      032426 key_offset:
+0x736a 032427 arg mem_link_key ,contr 
+0x736b 032428 arg mem_x ,contw 
+0x736c 032429 arg 0 ,temp 
+0x736d 032430 setarg 0x8395a7 
+0x736e 032431 call concatenate_temp24 
+0x736f 032432 setarg 0xb3c1df 
+0x7370 032433 call concatenate_temp24 
+0x7371 032434 setarg 0xe5e9 
+0x7372 032435 call concatenate_temp16 
+0x7373 032436 copy temp ,regab 
+0x7374 032437 disable user 
+0x7375 032438 call key_addxor 
+0x7376 032439 copy regab ,temp 
+0x7377 032440 enable user 
+0x7378 032441 branch key_addxor 
+:      032443 key_addxor:
+0x7379 032444 force 8 ,loopcnt 
+:      032445 key_addxor_loop:
+0x737a 032446 ifetch 1 ,contr 
+0x737b 032447 compare 1 ,loopcnt ,1 
+0x737c 032448 branch key_high ,user 
+0x737d 032449 branch key_xor ,true 
+:      032450 key_add:
+0x737e 032451 iadd temp ,pdata 
+0x737f 032452 branch key_store 
+:      032453 key_high:
+0x7380 032454 branch key_add ,true 
+:      032455 key_xor:
+0x7381 032456 ixor temp ,pdata 
+:      032457 key_store:
+0x7382 032458 istore 1 ,contw 
+0x7383 032459 rshift8 temp ,temp 
+0x7384 032460 loop key_addxor_loop 
+0x7385 032461 rtn 
+:      032463 copy_aco:
+0x7386 032464 fetch 6 ,mem_input_store + 4 
+0x7387 032465 store 6 ,mem_aco 
+0x7388 032466 ifetch 6 ,contr 
+0x7389 032467 istore 6 ,contw 
+0x738a 032468 rtn 
+:      032470 concatenate_temp24:
+0x738b 032471 lshift8 temp ,temp 
+:      032472 concatenate_temp16:
+0x738c 032473 lshift16 temp ,temp 
+0x738d 032474 ior temp ,temp 
+0x738e 032475 rtn 
+:      032479 loop1:
+0x738f 032480 branch loop1 
+:      032484 generate_stk:
+0x7390 032485 bpatchx patch3c_0 ,mem_patch3c 
+0x7391 032486 call function_s1 
+0x7392 032487 arg mem_le_ltk ,contw 
+0x7393 032488 branch store_aes_result 
+:      032491 authenticate_rconfirm:
+0x7394 032492 arg mem_le_srand ,contw 
+0x7395 032493 branch authenticate_mconfirm ,master 
+0x7396 032494 arg mem_le_mrand ,contw 
+:      032495 authenticate_mconfirm:
+0x7397 032496 copy contr ,rega 
+0x7398 032497 call memcpy16 
+0x7399 032498 call function_c1 
+0x739a 032499 arg mem_le_rconfirm ,contr 
+0x739b 032500 branch compare_res 
+:      032502 generate_confirm:
+0x739c 032503 arg mem_le_mrand ,rega 
+0x739d 032504 branch generate_mrand ,master 
+0x739e 032505 arg mem_le_srand ,rega 
+:      032506 generate_mrand:
+0x739f 032507 copy rega ,contw 
+0x73a0 032508 call generate_random 
+0x73a1 032509 branch function_c1 
+:      032511 generate_sk:
+0x73a2 032512 arg mem_le_skdm ,contr 
+0x73a3 032513 call load_data128 
+0x73a4 032514 arg mem_le_ltk ,contr 
+0x73a5 032515 call load_regext 
+0x73a6 032516 force 0x38 ,aes_ctrl 
+0x73a7 032517 force 0x0 ,aes_ctrl 
+0x73a8 032518 call wait_aes 
+0x73a9 032519 arg mem_le_sk ,contw 
+0x73aa 032520 branch store_aes_result 
+:      032523 first_block_counter:
+0x73ab 032524 force 0x49 ,pdata 
+0x73ac 032525 branch first_block 
+:      032526 first_block_data:
+0x73ad 032527 force 1 ,pdata 
+:      032528 first_block:
+0x73ae 032529 force regidx_data ,regext_index 
+0x73af 032530 lshift8 temp ,regext 
+0x73b0 032531 ior regext ,regext 
+0x73b1 032532 increase 1 ,regext_index 
+0x73b2 032533 rshift8 temp ,regext 
+0x73b3 032534 rshift16 regext ,regext 
+0x73b4 032535 fetch 2 ,mem_le_ivm 
+0x73b5 032536 lshift16 ,pdata ,pdata 
+0x73b6 032537 ior regext ,regext 
+0x73b7 032538 increase 1 ,regext_index 
+0x73b8 032539 ifetch 4 ,contr 
+0x73b9 032540 iforce regext 
+0x73ba 032541 increase 1 ,regext_index 
+0x73bb 032542 ifetch 2 ,contr 
+0x73bc 032543 byteswap rega ,regext 
+0x73bd 032544 lshift16 regext ,regext 
+0x73be 032545 ior regext ,regext 
+0x73bf 032546 increase 1 ,regext_index 
+0x73c0 032547 rtn 
+:      032551 generate_mic:
+0x73c1 032552 add regc ,1 ,contr 
+0x73c2 032553 ifetch 1 ,contr 
+0x73c3 032554 iforce rega 
+0x73c4 032555 call first_block_counter 
+0x73c5 032556 call do_aes_ocb 
+0x73c6 032558 force regidx_data ,regext_index 
+0x73c7 032559 ifetch 1 ,regc 
+0x73c8 032560 and_into 0x3 ,pdata 
+0x73c9 032561 lshift16 pdata ,regext 
+0x73ca 032562 set1 8 ,regext 
+0x73cb 032563 call clear_hidata 
+0x73cc 032564 call do_aes_cbc 
+0x73cd 032566 copy rega ,loopcnt 
+0x73ce 032567 add regc ,2 ,contr 
+0x73cf 032568 call padding_data 
+:      032569 generate_mic_loop:
+0x73d0 032570 call aes_load_data 
+0x73d1 032571 call do_aes_cbc 
+0x73d2 032572 deposit loopcnt 
+0x73d3 032573 branch generate_mic_end ,blank 
+0x73d4 032574 branch generate_mic_loop 
+:      032575 generate_mic_end:
+0x73d5 032576 force regidx_result ,regext_index 
+0x73d6 032577 deposit regext 
+0x73d7 032578 store 4 ,mem_le_mic 
+0x73d8 032579 rtn 
+:      032581 aes_crypt_data:
+0x73d9 032582 increase 1 ,rega 
+0x73da 032583 call first_block_data 
+0x73db 032584 copy regc ,contr 
+0x73dc 032585 call aes_load_xor 
+0x73dd 032586 call do_aes_ctr 
+0x73de 032587 call store_enc_data 
+0x73df 032588 increase 16 ,regc 
+0x73e0 032589 increase -16 ,regb 
+0x73e1 032590 branch aes_crypt_data ,positive 
+0x73e2 032591 rtn 
+:      032593 le_encrypt:
+0x73e3 032594 bpatchx patch3c_1 ,mem_patch3c 
+0x73e4 032595 arg mem_le_txheader ,regc 
+0x73e5 032596 fetcht 5 ,mem_le_pcnt_tx 
+0x73e6 032597 call generate_mic 
+0x73e7 032598 force regidx_xor ,regext_index 
+0x73e8 032599 iforce regext 
+0x73e9 032600 force 0 ,rega 
+0x73ea 032601 call first_block_data 
+0x73eb 032602 call do_aes_ctr 
+0x73ec 032603 arg mem_le_txpayload ,regc 
+0x73ed 032604 fetch 1 ,mem_le_txlen 
+0x73ee 032605 add pdata ,-1 ,regb 
+0x73ef 032606 iadd regc ,contw 
+0x73f0 032607 force regidx_result ,regext_index 
+0x73f1 032608 deposit regext 
+0x73f2 032609 istore 4 ,contw 
+0x73f3 032610 call aes_crypt_data 
+0x73f4 032611 fetch 1 ,mem_le_txlen 
+0x73f5 032612 increase 4 ,pdata 
+0x73f6 032613 store 1 ,mem_le_txlen 
+0x73f7 032614 fetcht 5 ,mem_le_pcnt_tx 
+0x73f8 032615 increase 1 ,temp 
+0x73f9 032616 storet 5 ,mem_le_pcnt_tx 
+0x73fa 032617 rtn 
+:      032619 le_decrypt:
+0x73fb 032620 bpatchx patch3c_2 ,mem_patch3c 
+0x73fc 032621 fetch 1 ,mem_le_rxbuf + 1 
+0x73fd 032622 sub pdata ,20 ,null 
+0x73fe 032623 branch le_dec_cont ,positive 
+:      032624 le_dec_cont:
+0x73ff 032625 arg mem_le_rxbuf + 2 ,regc 
+0x7400 032626 add pdata ,-1 ,regb 
+0x7401 032627 increase -4 ,pdata 
+0x7402 032628 store 1 ,mem_le_rxbuf + 1 
+0x7403 032629 iadd regc ,contr 
+0x7404 032630 ifetch 4 ,contr 
+0x7405 032631 force regidx_xor ,regext_index 
+0x7406 032632 iforce regext 
+0x7407 032633 force 0 ,rega 
+0x7408 032634 fetcht 5 ,mem_le_pcnt_rx 
+0x7409 032635 call first_block_data 
+0x740a 032636 call do_aes_ctr 
+0x740b 032637 force regidx_result ,regext_index 
+0x740c 032638 deposit regext 
+0x740d 032639 store 4 ,mem_le_peer_mic 
+0x740e 032640 call aes_crypt_data 
+0x740f 032641 arg mem_le_rxbuf ,regc 
+0x7410 032642 call generate_mic 
+0x7411 032643 fetcht 4 ,mem_le_peer_mic 
+0x7412 032644 isub temp ,pdata 
+0x7413 032645 nrtn blank 
+0x7414 032646 fetch 4 ,mem_le_last_mic 
+0x7415 032647 isub temp ,pdata 
+0x7416 032648 rtn blank 
+0x7417 032649 storet 4 ,mem_le_last_mic 
+0x7418 032650 fetch 5 ,mem_le_pcnt_rx 
+0x7419 032651 increase 1 ,pdata 
+0x741a 032652 store 5 ,mem_le_pcnt_rx 
+0x741b 032653 force 0 ,pdata 
+0x741c 032654 rtn 
+:      032656 wait_aes:
+0x741d 032657 nbranch wait_aes ,aes_ready 
+0x741e 032658 rtn 
+:      032660 do_aes_ocb:
+0x741f 032661 force 0x30 ,aes_ctrl 
+0x7420 032662 force 0x0 ,aes_ctrl 
+0x7421 032663 branch wait_aes 
+:      032665 do_aes_cbc:
+0x7422 032666 force 0x32 ,aes_ctrl 
+0x7423 032667 force 0x2 ,aes_ctrl 
+0x7424 032668 branch wait_aes 
+:      032670 do_aes_ctr:
+0x7425 032671 force 0x34 ,aes_ctrl 
+0x7426 032672 force 0x4 ,aes_ctrl 
+0x7427 032673 branch wait_aes 
+:      032676 aes_init:
+0x7428 032677 force 1 ,aes_ctrl 
+0x7429 032678 force 0 ,aes_ctrl 
+0x742a 032679 rtn 
+:      032680 function_s1:
+0x742b 032681 force regidx_data ,regext_index 
+0x742c 032682 fetch 4 ,mem_le_mrand 
+0x742d 032683 iforce regext 
+0x742e 032684 increase 1 ,regext_index 
+0x742f 032685 ifetch 4 ,contr 
+0x7430 032686 iforce regext 
+0x7431 032687 increase 1 ,regext_index 
+0x7432 032688 fetch 4 ,mem_le_srand 
+0x7433 032689 iforce regext 
+0x7434 032690 increase 1 ,regext_index 
+0x7435 032691 ifetch 4 ,contr 
+0x7436 032692 iforce regext 
+0x7437 032693 increase 1 ,regext_index 
+0x7438 032694 call aes_clear 
+0x7439 032695 increase -4 ,regext_index 
+0x743a 032696 fetch 4 ,mem_le_tk 
+0x743b 032697 copy pdata ,regext 
+0x743c 032698 increase 4 ,regext_index 
+0x743d 032699 force 0x38 ,aes_ctrl 
+0x743e 032700 force 0x8 ,aes_ctrl 
+0x743f 032701 branch wait_aes 
+:      032704 function_c1:
+0x7440 032705 bpatchx patch3c_3 ,mem_patch3c 
+0x7441 032706 fetch 6 ,mem_le_lap 
+0x7442 032707 fetcht 6 ,mem_le_plap 
+0x7443 032708 branch function_c1_master ,master 
+0x7444 032709 fetch 6 ,mem_le_plap 
+0x7445 032710 fetcht 6 ,mem_le_lap 
+:      032711 function_c1_master:
+0x7446 032712 force regidx_xor ,regext_index 
+0x7447 032713 copy temp ,regext 
+0x7448 032714 increase 1 ,regext_index 
+0x7449 032715 rshift32 temp ,regext 
+0x744a 032716 lshift16 pdata ,pdata 
+0x744b 032717 ior regext ,regext 
+0x744c 032718 increase 1 ,regext_index 
+0x744d 032719 rshift32 pdata ,regext 
+0x744e 032720 increase 1 ,regext_index 
+0x744f 032721 force 0 ,regext 
+0x7450 032722 force 0 ,pdata 
+0x7451 032723 fetch 1 ,mem_le_conn_peer_addr_type 
+0x7452 032724 fetcht 1 ,mem_le_adv_own_addr_type 
+0x7453 032725 nbranch function_c1_irat ,master 
+0x7454 032727 fetch 1 ,mem_le_conn_own_addr_type 
+0x7455 032728 fetcht 1 ,mem_le_conn_peer_addr_type 
+:      032729 function_c1_irat:
+0x7456 032730 store 1 ,mem_le_iat 
+0x7457 032731 storet 1 ,mem_le_rat 
+0x7458 032732 force regidx_data ,regext_index 
+0x7459 032733 arg mem_le_iat ,regb 
+0x745a 032734 force 4 ,loopcnt 
+:      032735 function_c1_loop1:
+0x745b 032736 ifetch 4 ,rega 
+0x745c 032737 ifetcht 4 ,regb 
+0x745d 032738 ixor temp ,regext 
+0x745e 032739 increase 1 ,regext_index 
+0x745f 032740 increase 4 ,rega 
+0x7460 032741 increase 4 ,regb 
+0x7461 032742 loop function_c1_loop1 
+0x7462 032743 call aes_clear 
+0x7463 032744 increase -4 ,regext_index 
+0x7464 032745 fetch 4 ,mem_le_tk 
+0x7465 032746 copy pdata ,regext 
+0x7466 032747 increase 4 ,regext_index 
+0x7467 032748 force 0x38 ,aes_ctrl 
+0x7468 032749 force 0xc ,aes_ctrl 
+0x7469 032750 call wait_aes 
+0x746a 032752 call aes_clear_data 
+0x746b 032753 force 0x3a ,aes_ctrl 
+0x746c 032754 force 0x8 ,aes_ctrl 
+0x746d 032755 branch wait_aes 
+:      032757 padding_data:
+0x746e 032758 compare 0 ,loopcnt ,3 
+0x746f 032759 rtn true 
+0x7470 032760 deposit contr 
+0x7471 032761 iadd loopcnt ,contw 
+0x7472 032762 force 0 ,pdata 
+:      032763 padding_loop:
+0x7473 032764 istore 1 ,contw 
+0x7474 032765 increase 1 ,loopcnt 
+0x7475 032766 compare 0 ,loopcnt ,3 
+0x7476 032767 rtn true 
+0x7477 032768 branch padding_loop 
+:      032770 aes_load_data:
+0x7478 032771 force regidx_data ,regext_index 
+:      032772 load_data_loop:
+0x7479 032773 deposit loopcnt 
+0x747a 032774 branch load_data_padding ,blank 
+0x747b 032775 ifetch 4 ,contr 
+0x747c 032776 increase -4 ,loopcnt 
+:      032777 load_data_padding:
+0x747d 032778 iforce regext 
+0x747e 032779 increase 1 ,regext_index 
+0x747f 032780 compare regidx_key ,regext_index ,0xf 
+0x7480 032781 rtn true 
+0x7481 032782 branch load_data_loop 
+:      032784 aes_load_xor:
+0x7482 032785 force regidx_xor ,regext_index 
+0x7483 032786 branch load_regext 
+:      032787 load_key:
+0x7484 032788 force regidx_key ,regext_index 
+0x7485 032789 branch load_regext 
+:      032790 load_data128:
+0x7486 032791 force regidx_data ,regext_index 
+:      032792 load_regext:
+0x7487 032793 force 4 ,loopcnt 
+:      032794 load_regext_loop:
+0x7488 032795 ifetch 4 ,contr 
+0x7489 032796 iforce regext 
+0x748a 032797 increase 1 ,regext_index 
+0x748b 032798 loop load_regext_loop 
+0x748c 032799 rtn 
+:      032801 load_sk:
+0x748d 032802 arg mem_le_sk ,contr 
+0x748e 032803 branch load_key 
+:      032805 clear_hidata:
+0x748f 032806 force 4 ,loopcnt 
+0x7490 032807 branch clear_data_rest 
+:      032809 aes_clear_data:
+0x7491 032810 force regidx_data ,regext_index 
+:      032811 aes_clear:
+0x7492 032812 force 4 ,loopcnt 
+:      032813 clear_loop:
+0x7493 032814 force 0 ,regext 
+:      032815 clear_data_rest:
+0x7494 032816 increase 1 ,regext_index 
+0x7495 032817 loop clear_loop 
+0x7496 032818 rtn 
+:      032820 store_aes_result:
+0x7497 032821 force regidx_result ,regext_index 
+0x7498 032822 force 4 ,loopcnt 
+:      032823 send_aes_result_loop:
+0x7499 032824 deposit regext 
+0x749a 032825 istore 4 ,contw 
+0x749b 032826 increase 1 ,regext_index 
+0x749c 032827 loop send_aes_result_loop 
+0x749d 032828 rtn 
+:      032830 store_enc_data:
+0x749e 032831 force regidx_result ,regext_index 
+0x749f 032832 copy regc ,contw 
+0x74a0 032833 add regb ,1 ,loopcnt 
+0x74a1 032834 sub loopcnt ,15 ,null 
+0x74a2 032835 branch store_enc_loop ,positive 
+0x74a3 032836 force 16 ,loopcnt 
+:      032837 store_enc_loop:
+0x74a4 032838 deposit regext 
+0x74a5 032839 sub loopcnt ,3 ,null 
+0x74a6 032840 branch store_enc_byte ,positive 
+0x74a7 032841 istore 4 ,contw 
+0x74a8 032842 increase -4 ,loopcnt 
+0x74a9 032843 rtn zero 
+0x74aa 032844 increase 1 ,regext_index 
+0x74ab 032845 branch store_enc_loop 
+:      032846 store_enc_byte:
+0x74ac 032847 istore 1 ,contw 
+0x74ad 032848 rshift8 pdata ,pdata 
+0x74ae 032849 loop store_enc_byte 
+0x74af 032850 rtn 
+:      032853 compare_res:
+0x74b0 032854 force regidx_result ,regext_index 
+0x74b1 032855 force 4 ,loopcnt 
+:      032856 compare_res_loop:
+0x74b2 032857 ifetch 4 ,contr 
+0x74b3 032858 isub regext ,null 
+0x74b4 032859 nrtn zero 
+0x74b5 032860 increase 1 ,regext_index 
+0x74b6 032861 loop compare_res_loop 
+0x74b7 032862 force 0 ,null 
+0x74b8 032863 rtn 
+:      032865 enable_authrom:
+0x74b9 032866 hfetch 1 ,core_clkoff 
+0x74ba 032867 set0 clock_off_auth_rom ,pdata 
+0x74bb 032868 hstore 1 ,core_clkoff 
+0x74bc 032869 rtn 
+:      032871 disable_authrom:
+0x74bd 032872 hfetch 1 ,core_clkoff 
+0x74be 032873 set1 clock_off_auth_rom ,pdata 
+0x74bf 032874 hstore 1 ,core_clkoff 
+0x74c0 032875 rtn 
+:      032877 init_memp:
+0x74c1 032878 arg mem_p ,contw 
+0x74c2 032879 setsect 0 ,0x3ffff 
+0x74c3 032880 setsect 1 ,0x3ffff 
+0x74c4 032881 setsect 2 ,0x3ffff 
+0x74c5 032882 setsect 3 ,0x3fbff 
+0x74c6 032883 istore 9 ,contw 
+0x74c7 032884 setsect 0 ,0x3ffff 
+0x74c8 032885 setsect 1 ,0x3ffff 
+0x74c9 032886 setsect 2 ,0x3ffff 
+0x74ca 032887 setsect 3 ,0x3ffff 
+0x74cb 032888 istore 9 ,contw 
+0x74cc 032889 setsect 0 ,0x3ffff 
+0x74cd 032890 setsect 1 ,0x3ffff 
+0x74ce 032891 setsect 2 ,0x3cfff 
+0x74cf 032892 setsect 3 ,0x3ffff 
+0x74d0 032893 istore 9 ,contw 
+0x74d1 032894 setsect 0 ,0x3ffff 
+0x74d2 032895 setsect 1 ,0x3ffff 
+0x74d3 032896 setsect 2 ,0x3ffef 
+0x74d4 032897 setsect 3 ,0x3ffff 
+0x74d5 032898 istore 9 ,contw 
+0x74d6 032899 setsect 0 ,0x3ffff 
+0x74d7 032900 setsect 1 ,0x3ffff 
+0x74d8 032901 setsect 2 ,0x3ffff 
+0x74d9 032902 setsect 3 ,0x3ffff 
+0x74da 032903 istore 9 ,contw 
+0x74db 032904 setsect 0 ,0x3ffff 
+0x74dc 032905 setsect 1 ,0x26c7f 
+0x74dd 032906 setsect 2 ,0x146b 
+0x74de 032907 setsect 3 ,0x37bb3 
+0x74df 032908 istore 9 ,contw 
+0x74e0 032909 setsect 0 ,0x1feb8 
+0x74e1 032910 setsect 1 ,0x10c12 
+0x74e2 032911 setsect 2 ,0x2b722 
+0x74e3 032912 setsect 3 ,0x29fa6 
+0x74e4 032913 istore 9 ,contw 
+0x74e5 032914 setsect 0 ,0xe70f 
+0x74e6 032915 setsect 1 ,0x16720 
+0x74e7 032916 setsect 2 ,0x519e 
+0x74e8 032917 setsect 3 ,0x19084 
+0x74e9 032918 istore 9 ,contw 
+0x74ea 032919 setsect 0 ,0x31012 
+0x74eb 032920 setsect 1 ,0x360bf 
+0x74ec 032921 setsect 2 ,0x3f0af 
+0x74ed 032922 setsect 3 ,0x3d3 
+0x74ee 032923 istore 9 ,contw 
+0x74ef 032924 setsect 0 ,0x3a188 
+0x74f0 032925 setsect 1 ,0x3ad0 
+0x74f1 032926 setsect 2 ,0x3cbf2 
+0x74f2 032927 setsect 3 ,0x243d9 
+0x74f3 032928 istore 9 ,contw 
+0x74f4 032929 setsect 0 ,0x2b030 
+0x74f5 032930 setsect 1 ,0x36a03 
+0x74f6 032931 setsect 2 ,0x11188 
+0x74f7 032932 setsect 3 ,0x1e520 
+0x74f8 032933 istore 9 ,contw 
+0x74f9 032934 setsect 0 ,0x3a11e 
+0x74fa 032935 setsect 1 ,0xfe5d 
+0x74fb 032936 setsect 2 ,0xdd57 
+0x74fc 032937 setsect 3 ,0x1ac93 
+0x74fd 032938 istore 9 ,contw 
+0x74fe 032939 setsect 0 ,0x11ed 
+0x74ff 032940 setsect 1 ,0x218c4 
+0x7500 032941 setsect 2 ,0x8da7 
+0x7501 032942 setsect 3 ,0x257ff 
+0x7502 032943 istore 9 ,contw 
+0x7503 032944 setsect 0 ,0x3192b 
+0x7504 032945 setsect 1 ,0x34641 
+0x7505 032946 setsect 2 ,0x1be0c 
+0x7506 032947 setsect 3 ,0x366ad 
+0x7507 032948 istore 9 ,contw 
+0x7508 032949 setsect 0 ,0x1f83 
+0x7509 032950 setsect 1 ,0x15a23 
+0x750a 032951 setsect 2 ,0x3f9b0 
+0x750b 032952 setsect 3 ,0x3949 
+0x750c 032953 istore 9 ,contw 
+0x750d 032954 setsect 0 ,0x13a51 
+0x750e 032955 setsect 1 ,0x153fd 
+0x750f 032956 setsect 2 ,0x3372a 
+0x7510 032957 setsect 3 ,0xf1bb 
+0x7511 032958 istore 9 ,contw 
+0x7512 032959 setsect 0 ,0x3ae85 
+0x7513 032960 setsect 1 ,0x1eed9 
+0x7514 032961 setsect 2 ,0x9e66 
+0x7515 032962 setsect 3 ,0x1a8 
+0x7516 032963 istore 8 ,contw 
+0x7517 032964 rtn 
+:      032968 init_memp_256:
+0x7518 032969 arg mem_p_256 ,contw 
+0x7519 032970 setsect 0 ,0x3ffff 
+0x751a 032971 setsect 1 ,0x3ffff 
+0x751b 032972 setsect 2 ,0x3ffff 
+0x751c 032973 setsect 3 ,0x3ffff 
+0x751d 032974 istore 9 ,contw 
+0x751e 032975 setsect 0 ,0x3ffff 
+0x751f 032976 setsect 1 ,0x3f 
+0x7520 032977 setsect 2 ,0x0 
+0x7521 032978 setsect 3 ,0x0 
+0x7522 032979 istore 9 ,contw 
+0x7523 032980 setsect 0 ,0x0 
+0x7524 032981 setsect 1 ,0x0 
+0x7525 032982 setsect 2 ,0x1000 
+0x7526 032983 setsect 3 ,0x0 
+0x7527 032984 istore 9 ,contw 
+0x7528 032985 setsect 0 ,0x3ff00 
+0x7529 032986 setsect 1 ,0x3ffff 
+0x752a 032987 setsect 2 ,0x3ffcf 
+0x752b 032988 setsect 3 ,0x3ffff 
+0x752c 032989 istore 9 ,contw 
+0x752d 032990 setsect 0 ,0x3ffff 
+0x752e 032991 setsect 1 ,0x3ffff 
+0x752f 032992 setsect 2 ,0x3ffff 
+0x7530 032993 setsect 3 ,0x3ff 
+0x7531 032994 istore 9 ,contw 
+0x7532 032995 setsect 0 ,0x0 
+0x7533 032996 setsect 1 ,0x0 
+0x7534 032997 setsect 2 ,0x0 
+0x7535 032998 setsect 3 ,0x0 
+0x7536 032999 istore 9 ,contw 
+0x7537 033000 setsect 0 ,0x10000 
+0x7538 033001 setsect 1 ,0x0 
+0x7539 033002 setsect 2 ,0x3f000 
+0x753a 033003 setsect 3 ,0x3ffff 
+0x753b 033004 istore 9 ,contw 
+0x753c 033005 setsect 0 ,0x296ff 
+0x753d 033006 setsect 1 ,0x22630 
+0x753e 033007 setsect 2 ,0x3945d 
+0x753f 033008 setsect 3 ,0x3d284 
+0x7540 033009 istore 9 ,contw 
+0x7541 033010 setsect 0 ,0x333a0 
+0x7542 033011 setsect 1 ,0x4b7a 
+0x7543 033012 setsect 2 ,0x37d8 
+0x7544 033013 setsect 3 ,0x3c9dc 
+0x7545 033014 istore 9 ,contw 
+0x7546 033015 setsect 0 ,0x3a440 
+0x7547 033016 setsect 1 ,0x1b958 
+0x7548 033017 setsect 2 ,0x38bce 
+0x7549 033018 setsect 3 ,0x1091f 
+0x754a 033019 istore 9 ,contw 
+0x754b 033020 setsect 0 ,0x2e12c 
+0x754c 033021 setsect 1 ,0x1f47c 
+0x754d 033022 setsect 2 ,0x356b1 
+0x754e 033023 setsect 3 ,0x2fd47 
+0x754f 033024 istore 9 ,contw 
+0x7550 033025 setsect 0 ,0x6837 
+0x7551 033026 setsect 1 ,0x2ed90 
+0x7552 033027 setsect 2 ,0x1ecec 
+0x7553 033028 setsect 3 ,0x1acc5 
+0x7554 033029 istore 9 ,contw 
+0x7555 033030 setsect 0 ,0x23357 
+0x7556 033031 setsect 1 ,0x18af3 
+0x7557 033032 setsect 2 ,0xf9e1 
+0x7558 033033 setsect 3 ,0x129f0 
+0x7559 033034 istore 9 ,contw 
+0x755a 033035 setsect 0 ,0x2e7eb 
+0x755b 033036 setsect 1 ,0x3e6e3 
+0x755c 033037 setsect 2 ,0x3e1a7 
+0x755d 033038 setsect 3 ,0x10b8b 
+0x755e 033039 istore 9 ,contw 
+0x755f 033040 setsect 0 ,0x24fe3 
+0x7560 033041 setsect 1 ,0x20ef 
+0x7561 033042 setsect 2 ,0x1b5a6 
+0x7562 033043 setsect 3 ,0xdc2f 
+0x7563 033044 istore 9 ,contw 
+0x7564 033045 setsect 0 ,0x13860 
+0x7565 033046 setsect 1 ,0x2bd69 
+0x7566 033047 setsect 2 ,0x391a 
+0x7567 033048 setsect 3 ,0x1b222 
+0x7568 033049 istore 9 ,contw 
+0x7569 033050 rtn 
+:      033053 publickey_init:
+0x756a 033054 fetch 1 ,mem_ssp_enable 
+0x756b 033055 nbranch sp_initialize ,blank 
+0x756c 033056 branch sp_initialize_256 
+:      033058 sp_calc_sequence_256_check:
+0x756d 033059 bpatchx patch3c_4 ,mem_patch3c 
+0x756e 033060 fetch 1 ,mem_ssp_enable 
+0x756f 033061 rtn blank 
+0x7570 033062 fetch 1 ,mem_sp_local_key_invalid 
+0x7571 033063 rtnne sp_key_valid 
+0x7572 033064 fetch 1 ,mem_le_secure_connect_enable 
+0x7573 033065 rtn blank 
+0x7574 033066 fetch 1 ,mem_le_sc_local_key_invalid 
+0x7575 033067 rtneq sp_key_valid_256 
+0x7576 033068 fetch 2 ,mem_ui_state_map 
+0x7577 033069 bbit1 ui_state_bt_connected ,stop_publickey_calc_256 
+0x7578 033070 fetch 1 ,mem_le_sc_calc 
+0x7579 033071 beq sp_calc_standby ,sp_initialize_256 
+0x757a 033072 rtn 
+:      033073 stop_publickey_calc_256:
+0x757b 033074 jam sp_calc_standby ,mem_le_sc_calc 
+0x757c 033075 rtn 
+:      033078 sp_initialize:
+0x757d 033079 bpatchx patch3c_5 ,mem_patch3c 
+0x757e 033080 fetch 1 ,mem_ssp_enable 
+0x757f 033081 branch ssp_disable ,blank 
+0x7580 033082 call ssp_enable 
+0x7581 033083 call sp_clear_flags 
+0x7582 033084 branch sp_pubkey_calc 
+:      033086 sp_clear_flags:
+0x7583 033087 setarg 0 
+0x7584 033088 store 8 ,mem_sp_state_start 
+0x7585 033089 store 4 ,mem_sp_flag_start 
+0x7586 033090 store 7 ,mem_sp_iocap_remote 
+0x7587 033091 rtn 
+:      033093 sp_generate_local_key:
+0x7588 033094 jam sp_flag_commit ,mem_sp_flag 
+0x7589 033095 branch sp_generate_local_key0 
+:      033096 sp_master_generate_local_key:
+0x758a 033097 fetch 1 ,mem_sp_local_key_invalid 
+0x758b 033098 beq sp_key_valid ,sp_dhkey_calc 
+0x758c 033099 branch assert 
+:      033100 sp_generate_local_key0:
+0x758d 033101 fetch 1 ,mem_sp_local_key_invalid 
+0x758e 033102 beq sp_key_valid ,sp_start_send_pubkey 
+0x758f 033103 branch sp_pubkey_calc 
+:      033105 sp_start_send_pubkey:
+0x7590 033106 call sp_dhkey_calc 
+0x7591 033107 fetch 1 ,mem_master_sp_state 
+0x7592 033108 nrtn blank 
+0x7593 033109 jam sp_stat_key_send ,mem_sp_state 
+0x7594 033110 rtn 
+:      033113 sp_calc_check_publickey_256:
+0x7595 033114 call sp_calc_b256 
+0x7596 033115 arg mem_le_pubkey_remote_y_256 ,rega 
+0x7597 033116 arg mem_t7_256 ,contw 
+0x7598 033117 call bn_sqrmod_256 
+0x7599 033118 arg mem_le_pubkey_remote_x_256 ,rega 
+0x759a 033119 arg mem_t2_256 ,contw 
+0x759b 033120 call bn_sqrmod_256 
+0x759c 033121 arg mem_t2_256 ,rega 
+0x759d 033122 arg mem_le_pubkey_remote_x_256 ,regb 
+0x759e 033123 arg mem_t2_256 ,contw 
+0x759f 033124 call bn_mulmod_256 
+0x75a0 033125 arg mem_a_256 ,rega 
+0x75a1 033126 arg mem_le_pubkey_remote_x_256 ,regb 
+0x75a2 033127 arg mem_t3_256 ,contw 
+0x75a3 033128 call bn_mulmod_256 
+0x75a4 033129 arg mem_t3_256 ,rega 
+0x75a5 033130 arg mem_t2_256 ,regb 
+0x75a6 033131 arg mem_t2_256 ,contw 
+0x75a7 033132 call bn_addmod_256 
+0x75a8 033133 arg mem_t0_256 ,rega 
+0x75a9 033134 arg mem_t2_256 ,regb 
+0x75aa 033135 arg mem_t0_256 ,contw 
+0x75ab 033136 call bn_addmod_256 
+0x75ac 033137 arg 32 ,loopcnt 
+0x75ad 033138 arg mem_t7_256 ,rega 
+0x75ae 033139 arg mem_t0_256 ,regb 
+0x75af 033140 branch string_compare 
+:      033142 sp_calc_b256:
+0x75b0 033143 arg mem_gy_256 ,rega 
+0x75b1 033144 arg mem_t0_256 ,contw 
+0x75b2 033145 call bn_sqrmod_256 
+0x75b3 033146 arg mem_gx_256 ,rega 
+0x75b4 033147 arg mem_t2_256 ,contw 
+0x75b5 033148 call bn_sqrmod_256 
+0x75b6 033149 arg mem_t2_256 ,rega 
+0x75b7 033150 arg mem_gx_256 ,regb 
+0x75b8 033151 arg mem_t2_256 ,contw 
+0x75b9 033152 call bn_mulmod_256 
+0x75ba 033153 arg mem_a_256 ,rega 
+0x75bb 033154 arg mem_gx_256 ,regb 
+0x75bc 033155 arg mem_t3_256 ,contw 
+0x75bd 033156 call bn_mulmod_256 
+0x75be 033157 arg mem_t3_256 ,rega 
+0x75bf 033158 arg mem_t2_256 ,regb 
+0x75c0 033159 arg mem_t2_256 ,contw 
+0x75c1 033160 call bn_addmod_256 
+0x75c2 033161 arg mem_t0_256 ,rega 
+0x75c3 033162 arg mem_t2_256 ,regb 
+0x75c4 033163 arg mem_t0_256 ,contw 
+0x75c5 033164 branch bn_submod_256 
+:      033166 sp_calc_check_publickey:
+0x75c6 033167 call sp_calc_b 
+0x75c7 033168 arg mem_sp_pubkey_remote_y ,rega 
+0x75c8 033169 arg mem_t7_256 ,contw 
+0x75c9 033170 call bn_sqrmod 
+0x75ca 033171 arg mem_sp_pubkey_remote_x ,rega 
+0x75cb 033172 arg mem_t2_256 ,contw 
+0x75cc 033173 call bn_sqrmod 
+0x75cd 033174 arg mem_t2_256 ,rega 
+0x75ce 033175 arg mem_sp_pubkey_remote_x ,regb 
+0x75cf 033176 arg mem_t2_256 ,contw 
+0x75d0 033177 call bn_mulmod 
+0x75d1 033178 arg mem_a ,rega 
+0x75d2 033179 arg mem_sp_pubkey_remote_x ,regb 
+0x75d3 033180 arg mem_t3_256 ,contw 
+0x75d4 033181 call bn_mulmod 
+0x75d5 033182 arg mem_t3_256 ,rega 
+0x75d6 033183 arg mem_t2_256 ,regb 
+0x75d7 033184 arg mem_t2_256 ,contw 
+0x75d8 033185 call bn_addmod 
+0x75d9 033186 arg mem_t0_256 ,rega 
+0x75da 033187 arg mem_t2_256 ,regb 
+0x75db 033188 arg mem_t0_256 ,contw 
+0x75dc 033189 call bn_addmod 
+0x75dd 033190 arg 24 ,loopcnt 
+0x75de 033191 arg mem_t7_256 ,rega 
+0x75df 033192 arg mem_t0_256 ,regb 
+0x75e0 033193 branch string_compare 
+:      033195 sp_calc_b:
+0x75e1 033196 arg mem_gy ,rega 
+0x75e2 033197 arg mem_t0_256 ,contw 
+0x75e3 033198 call bn_sqrmod 
+0x75e4 033199 arg mem_gx ,rega 
+0x75e5 033200 arg mem_t2_256 ,contw 
+0x75e6 033201 call bn_sqrmod 
+0x75e7 033202 arg mem_t2_256 ,rega 
+0x75e8 033203 arg mem_gx ,regb 
+0x75e9 033204 arg mem_t2_256 ,contw 
+0x75ea 033205 call bn_mulmod 
+0x75eb 033206 arg mem_a ,rega 
+0x75ec 033207 arg mem_gx ,regb 
+0x75ed 033208 arg mem_t3_256 ,contw 
+0x75ee 033209 call bn_mulmod 
+0x75ef 033210 arg mem_t3_256 ,rega 
+0x75f0 033211 arg mem_t2_256 ,regb 
+0x75f1 033212 arg mem_t2_256 ,contw 
+0x75f2 033213 call bn_addmod 
+0x75f3 033214 arg mem_t0_256 ,rega 
+0x75f4 033215 arg mem_t2_256 ,regb 
+0x75f5 033216 arg mem_t0_256 ,contw 
+0x75f6 033217 branch bn_submod 
+:      033220 sp_calculate_commitment:
+0x75f7 033221 fetch 1 ,mem_sp_calc 
+0x75f8 033222 bne sp_calc_standby ,sp_calculate_commitment_wait_dhkey_calc 
+0x75f9 033223 call sp_local_random_key_generator 
+0x75fa 033224 arg mem_sp_prarm_stack ,contw 
+0x75fb 033225 setarg mem_sp_random_local_end 
+0x75fc 033226 istore 2 ,contw 
+0x75fd 033227 setarg mem_sp_pubkey_local_x_end 
+0x75fe 033228 istore 2 ,contw 
+0x75ff 033229 setarg mem_sp_pubkey_remote_x_end 
+0x7600 033230 istore 2 ,contw 
+0x7601 033231 branch sp_calculate_commitment0 
+:      033232 master_sp_calculate_commitment:
+0x7602 033233 arg mem_sp_prarm_stack ,contw 
+0x7603 033234 setarg mem_sp_random_remote_end 
+0x7604 033235 istore 2 ,contw 
+0x7605 033236 setarg mem_sp_pubkey_remote_x_end 
+0x7606 033237 istore 2 ,contw 
+0x7607 033238 setarg mem_sp_pubkey_local_x_end 
+0x7608 033239 istore 2 ,contw 
+:      033240 sp_calculate_commitment0:
+0x7609 033241 call function_f1 
+0x760a 033242 fetch 1 ,mem_master_sp_state 
+0x760b 033243 beq sp_stat_commit_calc ,master_sp_calculate_commitment0 
+0x760c 033244 jam sp_flag_commit ,mem_sp_flag 
+0x760d 033245 jam sp_stat_commit_send ,mem_sp_state 
+0x760e 033246 rtn 
+:      033247 master_sp_calculate_commitment0:
+0x760f 033248 jam sp_stat_commitment_compare ,mem_master_sp_state 
+0x7610 033249 call sp_master_generate_local_key 
+0x7611 033250 branch master_set_mem_master_sp_flag 
+:      033252 sp_local_random_key_generator:
+0x7612 033253 arg mem_sp_random_local ,contw 
+0x7613 033254 force 8 ,queue 
+0x7614 033255 branch random_generator 
+:      033257 sp_calculate_commitment_wait_dhkey_calc:
+0x7615 033258 jam sp_flag_commit ,mem_sp_flag 
+0x7616 033259 rtn 
+:      033261 sp_confirm_check:
+0x7617 033263 bpatchx patch3c_6 ,mem_patch3c 
+0x7618 033264 arg mem_addr_value ,contw 
+0x7619 033265 fetch 6 ,mem_lap 
+0x761a 033266 istore 6 ,contw 
+0x761b 033267 fetch 6 ,mem_plap 
+0x761c 033268 istore 6 ,contw 
+0x761d 033269 fetch 3 ,mem_sp_iocap_remote 
+0x761e 033270 istore 3 ,contw 
+0x761f 033272 call function_f3a 
+0x7620 033274 arg mem_sp_calc_result_high ,rega 
+0x7621 033275 arg mem_sp_check_result ,regb 
+0x7622 033276 force 4 ,queue 
+0x7623 033277 call compare4 
+0x7624 033278 nbranch sp_confirm_check_failed ,true 
+0x7625 033280 call sp_confirm_check_success 
+0x7626 033281 jam lmp_dhkey_check ,mem_lmi_opcode2 
+0x7627 033282 branch tid_set_reply 
+:      033284 sp_confirm_check_success:
+0x7628 033285 fetch 1 ,mem_master_sp_state 
+0x7629 033286 beq sp_stat_confirm_check ,sp_confirm_check_success_master 
+0x762a 033287 jam sp_stat_confirm_calc ,mem_sp_state 
+0x762b 033288 jam sp_flag_commit ,mem_sp_flag 
+0x762c 033289 jam lmp_accepted ,mem_lmo_opcode2 
+0x762d 033290 rtn 
+:      033291 sp_confirm_check_success_master:
+0x762e 033292 jam lmp_accepted ,mem_lmo_opcode2 
+0x762f 033293 jam sp_state_end ,mem_master_sp_state 
+0x7630 033294 branch master_set_mem_master_sp_flag 
+:      033297 sp_confirm_check_failed:
+0x7631 033298 fetch 1 ,mem_master_sp_state 
+0x7632 033299 beq sp_stat_confirm_check ,sp_confirm_check_failed_master 
+0x7633 033300 jam sp_stat_null ,mem_sp_state 
+0x7634 033301 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x7635 033303 jam authentication_failure_error ,mem_lmo_reason2 
+0x7636 033304 rtn 
+:      033305 sp_confirm_check_failed_master:
+0x7637 033306 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x7638 033307 jam sp_stat_null ,mem_master_sp_state 
+0x7639 033308 rtn 
+:      033310 sp_confirm_calc:
+0x763a 033311 fetch 1 ,mem_sp_dh_ready 
+0x763b 033312 beq sp_flag_commit ,sp_confirm_calc_ready 
+0x763c 033313 jam sp_stat_confirm_calc ,mem_master_sp_state 
+0x763d 033314 branch master_set_mem_master_sp_flag 
+:      033315 sp_confirm_calc_ready:
+0x763e 033316 arg mem_addr_value ,contw 
+0x763f 033317 fetch 6 ,mem_plap 
+0x7640 033318 istore 6 ,contw 
+0x7641 033319 fetch 6 ,mem_lap 
+0x7642 033320 istore 6 ,contw 
+0x7643 033321 fetch 3 ,mem_sp_iocap_local 
+0x7644 033322 istore 3 ,contw 
+0x7645 033324 call function_f3b 
+0x7646 033325 fetch 1 ,mem_master_sp_state 
+0x7647 033326 beq sp_stat_confirm_calc ,sp_confirm_calc_master 
+0x7648 033327 jam sp_stat_confirm_send ,mem_sp_state 
+0x7649 033328 jam sp_flag_commit ,mem_sp_flag 
+0x764a 033329 rtn 
+:      033330 sp_confirm_calc_master:
+0x764b 033331 jam sp_stat_confirm_send ,mem_master_sp_state 
+0x764c 033332 jam sp_flag_commit ,mem_master_sp_flag 
+0x764d 033333 rtn 
+:      033335 sp_master_key_prarm_push:
+0x764e 033336 arg mem_sp_prarm_stack ,contw 
+0x764f 033337 fetch 6 ,mem_plap 
+0x7650 033338 istore 6 ,contw 
+0x7651 033339 fetch 6 ,mem_lap 
+0x7652 033340 istore 6 ,contw 
+0x7653 033341 setarg mem_sp_random_local_end 
+0x7654 033342 istore 2 ,contw 
+0x7655 033343 setarg mem_sp_random_remote_end 
+0x7656 033344 istore 2 ,contw 
+0x7657 033345 branch sp_link_key_calc 
+:      033346 sp_link_key_prarm_push:
+0x7658 033347 jam sp_stat_done ,mem_sp_state 
+0x7659 033348 arg mem_sp_prarm_stack ,contw 
+0x765a 033349 fetch 6 ,mem_lap 
+0x765b 033350 istore 6 ,contw 
+0x765c 033351 fetch 6 ,mem_plap 
+0x765d 033352 istore 6 ,contw 
+0x765e 033353 setarg mem_sp_random_remote_end 
+0x765f 033354 istore 2 ,contw 
+0x7660 033355 setarg mem_sp_random_local_end 
+0x7661 033356 istore 2 ,contw 
+:      033357 sp_link_key_calc:
+0x7662 033359 arg mem_addr_value ,contw 
+0x7663 033360 fetch 6 ,mem_sp_prarm_stack 
+0x7664 033361 istore 6 ,contw 
+0x7665 033362 fetch 6 ,mem_sp_prarm_stack + 6 
+0x7666 033363 istore 6 ,contw 
+0x7667 033365 call function_f2 
+0x7668 033368 jam 1 ,mem_link_key_exists 
+0x7669 033369 arg mem_link_key ,contw 
+0x766a 033370 arg mem_sp_calc_result_high ,contr 
+0x766b 033371 call memcpy16 
+0x766c 033372 branch generate_linkkey_continue 
+:      033375 sp_pubkey_calc:
+0x766d 033376 bpatchx patch3c_7 ,mem_patch3c 
+0x766e 033377 fetch 1 ,mem_sp_local_key_invalid 
+0x766f 033378 rtnne sp_key_invalid 
+0x7670 033379 fetch 1 ,mem_sp_calc 
+0x7671 033380 rtnne sp_calc_standby 
+0x7672 033381 arg mem_sp_private_key ,contw 
+0x7673 033382 force 11 ,queue 
+0x7674 033383 call random_generator 
+0x7675 033384 random pdata 
+0x7676 033385 rshift pdata ,pdata 
+0x7677 033386 istore 2 ,contw 
+0x7678 033388 arg mem_k ,contw 
+0x7679 033389 arg mem_sp_private_key ,contr 
+0x767a 033390 call memcpy24 
+0x767b 033392 arg mem_ax ,contw 
+0x767c 033393 arg mem_gx ,contr 
+0x767d 033394 call memcpy48 
+0x767e 033396 arg mem_az ,contw 
+0x767f 033397 call bn_zero 
+0x7680 033398 jam 1 ,mem_az 
+0x7681 033400 call eckp_calc_init 
+0x7682 033401 jam sp_calc_pubkey ,mem_sp_calc 
+0x7683 033402 rtn 
+:      033404 sp_pubkey_generated:
+0x7684 033405 arg mem_sp_pubkey_local ,contw 
+0x7685 033406 arg mem_bx ,contr 
+0x7686 033407 call memcpy48 
+0x7687 033408 jam sp_key_valid ,mem_sp_local_key_invalid 
+0x7688 033409 jam sp_calc_standby ,mem_sp_calc 
+0x7689 033410 rtn 
+:      033412 sp_dhkey_calc:
+0x768a 033413 bpatchx patch3d_0 ,mem_patch3d 
+0x768b 033414 fetch 1 ,mem_sp_dhkey_invalid 
+0x768c 033415 rtnne sp_key_invalid 
+0x768d 033416 fetch 1 ,mem_sp_calc 
+0x768e 033417 rtnne sp_calc_standby 
+0x768f 033419 arg mem_k ,contw 
+0x7690 033420 arg mem_sp_private_key ,contr 
+0x7691 033421 call memcpy24 
+0x7692 033423 arg mem_ax ,contw 
+0x7693 033424 arg mem_sp_pubkey_remote ,contr 
+0x7694 033425 call memcpy48 
+0x7695 033427 arg mem_az ,contw 
+0x7696 033428 call bn_zero 
+0x7697 033429 jam 1 ,mem_az 
+0x7698 033431 call eckp_calc_init 
+0x7699 033432 jam sp_calc_dhkey ,mem_sp_calc 
+0x769a 033433 rtn 
+:      033435 sp_dhkey_generated:
+0x769b 033436 jam sp_flag_commit ,mem_sp_dh_ready 
+0x769c 033437 arg mem_sp_dhkey ,contw 
+0x769d 033438 arg mem_bx ,contr 
+0x769e 033439 call memcpy24 
+0x769f 033440 jam sp_key_valid ,mem_sp_dhkey_invalid 
+0x76a0 033441 jam sp_calc_standby ,mem_sp_calc 
+0x76a1 033442 rtn 
+:      033444 random_generator:
+0x76a2 033445 increase -1 ,queue 
+0x76a3 033446 nrtn positive 
+0x76a4 033447 random pdata 
+0x76a5 033448 istore 2 ,contw 
+0x76a6 033449 branch random_generator 
+:      033450 compare4:
+0x76a7 033451 increase -1 ,queue 
+0x76a8 033452 nbranch compare4_success ,positive 
+0x76a9 033453 ifetch 4 ,rega 
+0x76aa 033454 copy pdata ,temp 
+0x76ab 033455 ifetch 4 ,regb 
+0x76ac 033456 iflip temp ,pdata 
+0x76ad 033457 nbranch compare4_failed ,zero 
+0x76ae 033458 increase 4 ,rega 
+0x76af 033459 increase 4 ,regb 
+0x76b0 033460 branch compare4 
+:      033461 compare4_failed:
+0x76b1 033462 disable true 
+0x76b2 033463 rtn 
+:      033464 compare4_success:
+0x76b3 033465 enable true 
+0x76b4 033466 rtn 
+:      033473 simple_pairing_sequence:
+0x76b5 033474 bpatchx patch3d_1 ,mem_patch3d 
+0x76b6 033475 fetch 1 ,mem_sp_flag 
+0x76b7 033476 rtn blank 
+0x76b8 033477 call lmo_fifo_check 
+0x76b9 033478 nrtn blank 
+0x76ba 033479 jam sp_flag_standby ,mem_sp_flag 
+0x76bb 033480 fetch 1 ,mem_sp_state 
+0x76bc 033481 beq sp_stat_key_send ,sp_send_lmp_encapsulated_header 
+0x76bd 033482 beq sp_stat_commit_send ,sp_send_lmp_simple_pairing_comfirm 
+0x76be 033483 beq sp_stat_random_send ,sp_send_lmp_simple_pairing_number 
+0x76bf 033484 beq sp_stat_confirm_send ,sp_send_lmp_dhkey_check 
+0x76c0 033485 beq sp_stat_key_generate ,sp_generate_local_key 
+0x76c1 033486 beq sp_stat_commit_calc ,sp_calculate_commitment 
+0x76c2 033487 beq sp_stat_confirm_check ,sp_confirm_check 
+0x76c3 033488 beq sp_stat_confirm_calc ,sp_confirm_calc 
+0x76c4 033489 beq sp_stat_link_key_calc ,sp_link_key_prarm_push 
+0x76c5 033491 rtn 
+:      033493 master_simple_paring_sequence:
+0x76c6 033494 bpatchx patch3d_2 ,mem_patch3d 
+0x76c7 033495 fetch 1 ,mem_master_sp_flag 
+0x76c8 033496 rtn blank 
+0x76c9 033497 call lmo_fifo_check 
+0x76ca 033498 nrtn blank 
+0x76cb 033499 jam sp_flag_standby ,mem_master_sp_flag 
+0x76cc 033500 fetch 1 ,mem_master_sp_state 
+0x76cd 033501 beq sp_master_stat_start_skip ,sp_master_send_io_cap_get 
+0x76ce 033502 beq sp_master_stat_start_done ,sp_master_send_io_cap_send 
+0x76cf 033503 beq sp_stat_key_send ,sp_master_send_lmp_encapsulated_header 
+0x76d0 033504 beq sp_stat_commit_calc ,master_sp_calculate_commitment 
+0x76d1 033505 beq sp_stat_commitment_compare ,sp_master_commitment_compare 
+0x76d2 033506 beq sp_stat_random_send ,sp_master_send_lmp_simple_pairing_number 
+0x76d3 033507 beq sp_stat_confirm_calc ,sp_confirm_calc 
+0x76d4 033508 beq sp_stat_confirm_send ,master_sp_send_lmp_dhkey_check 
+0x76d5 033509 beq sp_stat_confirm_check ,sp_confirm_check 
+0x76d6 033510 beq sp_state_end ,master_sp_sm_end 
+0x76d7 033511 rtn 
+:      033513 master_set_mem_master_sp_flag:
+0x76d8 033514 jam sp_flag_commit ,mem_master_sp_flag 
+0x76d9 033515 rtn 
+:      033517 master_clear_mem_master_sp_flag:
+0x76da 033518 jam sp_flag_standby ,mem_master_sp_flag 
+0x76db 033519 rtn 
+:      033520 sp_calc_sequence:
+0x76dc 033521 bpatchx patch3d_3 ,mem_patch3d 
+0x76dd 033522 fetch 1 ,mem_ssp_enable 
+0x76de 033523 rtn blank 
+0x76df 033524 fetch 1 ,mem_sp_calc 
+0x76e0 033525 rtn blank 
+0x76e1 033526 increase 0x80 ,pdata 
+0x76e2 033527 store 1 ,mem_sp_calc 
+0x76e3 033528 rtnbit1 7 
+0x76e4 033529 fetch 1 ,mem_ec_loopc 
+0x76e5 033530 branch sp_calc_sequence_done ,blank 
+0x76e6 033531 branch eckp_calc 
+:      033533 sp_calc_sequence_done:
+0x76e7 033534 call ecunmapz 
+0x76e8 033535 fetch 1 ,mem_sp_calc 
+0x76e9 033536 beq sp_calc_pubkey ,sp_pubkey_generated 
+0x76ea 033537 beq sp_calc_dhkey ,sp_dhkey_generated 
+0x76eb 033538 rtn 
+:      033541 bn_testbit:
+0x76ec 033542 and pdata ,7 ,queue 
+0x76ed 033543 rshift3 pdata ,pdata 
+0x76ee 033544 iadd contr ,contr 
+0x76ef 033545 ifetch 1 ,contr 
+0x76f0 033546 qisolate0 pdata 
+0x76f1 033547 rtn 
+:      033550 ec_copy:
+0x76f2 033551 call memcpy24 
+0x76f3 033552 call memcpy24 
+0x76f4 033553 branch memcpy24 
+:      033556 bn_eq_zero:
+0x76f5 033557 ifetch 8 ,contr 
+0x76f6 033558 nrtn blank 
+0x76f7 033559 ifetch 8 ,contr 
+0x76f8 033560 nrtn blank 
+0x76f9 033561 ifetch 8 ,contr 
+0x76fa 033562 rtn 
+:      033567 bn_eq_0:
+0x76fb 033568 ifetch 4 ,rega 
+0x76fc 033569 iforce temp 
+0x76fd 033570 ifetch 4 ,regb 
+0x76fe 033571 isub temp ,null 
+0x76ff 033572 nrtn zero 
+0x7700 033573 increase 4 ,rega 
+0x7701 033574 increase 4 ,regb 
+0x7702 033575 loop bn_eq_0 
+0x7703 033576 rtn 
+:      033579 bn_bigeq:
+0x7704 033580 force 6 ,loopcnt 
+0x7705 033581 increase 20 ,rega 
+0x7706 033582 increase 20 ,regb 
+:      033583 bn_bigeq_0:
+0x7707 033584 ifetch 4 ,regb 
+0x7708 033585 iforce temp 
+0x7709 033586 ifetch 4 ,rega 
+0x770a 033587 isub temp ,pdata 
+0x770b 033588 nrtn positive 
+0x770c 033589 nrtn blank 
+0x770d 033590 increase -4 ,rega 
+0x770e 033591 increase -4 ,regb 
+0x770f 033592 loop bn_bigeq_0 
+0x7710 033593 rtn 
+:      033595 bn_add:
+0x7711 033596 force 6 ,loopcnt 
+0x7712 033597 force 0 ,regc 
+:      033598 bn_add_0:
+0x7713 033599 ifetch 4 ,rega 
+0x7714 033600 iforce temp 
+0x7715 033601 ifetch 4 ,regb 
+0x7716 033602 iadd temp ,pdata 
+0x7717 033603 iadd regc ,pdata 
+0x7718 033604 istore 4 ,contw 
+0x7719 033605 isolate1 32 ,pdata 
+0x771a 033606 setflag true ,0 ,regc 
+0x771b 033607 increase 4 ,rega 
+0x771c 033608 increase 4 ,regb 
+0x771d 033609 loop bn_add_0 
+0x771e 033610 rtn 
+:      033612 bn_sub:
+0x771f 033613 force 6 ,loopcnt 
+0x7720 033614 force 0 ,regc 
+:      033615 bn_sub_0:
+0x7721 033616 ifetch 4 ,regb 
+0x7722 033617 iforce temp 
+0x7723 033618 ifetch 4 ,rega 
+0x7724 033619 isub temp ,pdata 
+0x7725 033620 isub regc ,pdata 
+0x7726 033621 istore 4 ,contw 
+0x7727 033622 isolate1 32 ,pdata 
+0x7728 033623 setflag true ,0 ,regc 
+0x7729 033624 increase 4 ,rega 
+0x772a 033625 increase 4 ,regb 
+0x772b 033626 loop bn_sub_0 
+0x772c 033627 rtn 
+:      033629 bn_rshift6:
+0x772d 033630 force 6 ,loopcnt 
+0x772e 033631 increase 20 ,rega 
+:      033632 bn_rshift:
+0x772f 033633 force 0 ,regc 
+:      033634 bn_rshift_0:
+0x7730 033635 ifetch 4 ,rega 
+0x7731 033636 isolate1 0 ,pdata 
+0x7732 033637 setflag true ,1 ,regc 
+0x7733 033638 rshift pdata ,pdata 
+0x7734 033639 isolate1 0 ,regc 
+0x7735 033640 setflag true ,31 ,pdata 
+0x7736 033641 istore 4 ,rega 
+0x7737 033642 increase -4 ,rega 
+0x7738 033643 rshift regc ,regc 
+0x7739 033644 loop bn_rshift_0 
+0x773a 033645 rtn 
+:      033647 bn_lshift:
+0x773b 033648 force 6 ,loopcnt 
+0x773c 033649 force 0 ,regc 
+:      033650 bn_lshift_0:
+0x773d 033651 ifetch 4 ,rega 
+0x773e 033652 isolate1 31 ,pdata 
+0x773f 033653 setflag true ,1 ,regc 
+0x7740 033654 lshift pdata ,pdata 
+0x7741 033655 isolate1 0 ,regc 
+0x7742 033656 setflag true ,0 ,pdata 
+0x7743 033657 istore 4 ,rega 
+0x7744 033658 increase 4 ,rega 
+0x7745 033659 rshift regc ,regc 
+0x7746 033660 loop bn_lshift_0 
+0x7747 033661 rtn 
+:      033663 bn_lshiftmod:
+0x7748 033664 call bn_lshift 
+:      033665 bn_lshiftmod_ismod:
+0x7749 033666 isolate1 0 ,regc 
+0x774a 033667 branch bn_lshiftmod_0 ,true 
+0x774b 033668 arg mem_p ,regb 
+0x774c 033669 copy rega ,regc 
+0x774d 033670 increase -24 ,rega 
+0x774e 033671 call bn_bigeq 
+0x774f 033672 nrtn positive 
+0x7750 033673 copy regc ,rega 
+:      033674 bn_lshiftmod_0:
+0x7751 033675 increase -24 ,rega 
+0x7752 033676 arg mem_p ,regb 
+0x7753 033677 copy rega ,contw 
+0x7754 033678 branch bn_sub 
+:      033681 bn_addmod:
+0x7755 033682 call bn_add 
+0x7756 033683 copy contw ,rega 
+0x7757 033684 branch bn_lshiftmod_ismod 
+:      033686 bn_submod:
+0x7758 033687 call bn_sub 
+0x7759 033688 isolate0 0 ,regc 
+0x775a 033689 rtn true 
+0x775b 033690 arg mem_p ,regb 
+0x775c 033691 add contw ,-24 ,rega 
+0x775d 033692 copy rega ,contw 
+0x775e 033693 branch bn_add 
+:      033696 bn_p192mod:
+0x775f 033697 copy contw ,timeup 
+0x7760 033698 copy rega ,alarm 
+0x7761 033699 arg mem_tmp2 ,regb 
+0x7762 033700 copy regb ,contw 
+0x7763 033701 add rega ,24 ,contr 
+0x7764 033702 ifetch 8 ,contr 
+0x7765 033703 istore 8 ,contw 
+0x7766 033704 istore 8 ,contw 
+0x7767 033705 force 0 ,pdata 
+0x7768 033706 istore 8 ,contw 
+0x7769 033707 copy timeup ,contw 
+0x776a 033708 call bn_addmod 
+0x776b 033709 arg mem_tmp2 ,regb 
+0x776c 033710 copy regb ,contw 
+0x776d 033711 force 0 ,pdata 
+0x776e 033712 istore 8 ,contw 
+0x776f 033713 add alarm ,32 ,contr 
+0x7770 033714 ifetch 8 ,contr 
+0x7771 033715 istore 8 ,contw 
+0x7772 033716 istore 8 ,contw 
+0x7773 033717 copy timeup ,rega 
+0x7774 033718 copy rega ,contw 
+0x7775 033719 call bn_addmod 
+0x7776 033720 arg mem_tmp2 ,regb 
+0x7777 033721 copy regb ,contw 
+0x7778 033722 add alarm ,40 ,contr 
+0x7779 033723 ifetch 8 ,contr 
+0x777a 033724 istore 8 ,contw 
+0x777b 033725 istore 8 ,contw 
+0x777c 033726 istore 8 ,contw 
+0x777d 033727 copy timeup ,rega 
+0x777e 033728 copy rega ,contw 
+0x777f 033729 branch bn_addmod 
+:      033732 bn_load:
+0x7780 033733 force 6 ,loopcnt 
+:      033734 bn_load_0:
+0x7781 033735 ifetch 4 ,contr 
+0x7782 033736 iforce regext 
+0x7783 033737 increase 1 ,regext_index 
+0x7784 033738 loop bn_load_0 
+0x7785 033739 rtn 
+:      033743 bn_mulmod:
+0x7786 033744 copy contw ,timeup 
+0x7787 033745 arg mem_tmp1 ,contw 
+0x7788 033746 call bn_zero 
+0x7789 033747 arg mem_tmp1 ,contw 
+0x778a 033748 copy rega ,contr 
+0x778b 033749 force 0 ,regext_index 
+0x778c 033750 call bn_load 
+0x778d 033751 copy regb ,contr 
+0x778e 033752 call bn_load 
+0x778f 033753 force 0 ,regb 
+:      033754 bn_mulmod_1:
+0x7790 033755 force 0 ,temp 
+0x7791 033756 force 6 ,regc 
+:      033757 bn_mulmod_0:
+0x7792 033758 ifetch 4 ,contw 
+0x7793 033759 iforce rega 
+0x7794 033760 copy regb ,regext_index 
+0x7795 033761 deposit regext 
+0x7796 033762 copy regc ,regext_index 
+0x7797 033763 imul32 regext ,pdata 
+0x7798 033764 iadd rega ,pdata 
+0x7799 033765 iadd temp ,pdata 
+0x779a 033766 istore 4 ,contw 
+0x779b 033767 rshift32 pdata ,temp 
+0x779c 033768 increase 1 ,regc 
+0x779d 033769 compare 12 ,regc ,0xff 
+0x779e 033770 nbranch bn_mulmod_0 ,true 
+0x779f 033771 deposit temp 
+0x77a0 033772 istore 4 ,contw 
+0x77a1 033773 increase -24 ,contw 
+0x77a2 033774 increase 1 ,regb 
+0x77a3 033775 compare 6 ,regb ,0xff 
+0x77a4 033776 nbranch bn_mulmod_1 ,true 
+0x77a5 033777 arg mem_tmp1 ,rega 
+0x77a6 033778 copy timeup ,contw 
+0x77a7 033779 branch bn_p192mod 
+:      033782 bn_sqrmod:
+0x77a8 033783 copy rega ,regb 
+0x77a9 033784 branch bn_mulmod 
+:      033786 bn_rshifteven:
+0x77aa 033787 copy rega ,alarm 
+:      033788 bn_rshifteven_1:
+0x77ab 033789 copy alarm ,rega 
+0x77ac 033790 ifetch 1 ,rega 
+0x77ad 033791 isolate1 0 ,pdata 
+0x77ae 033792 rtn true 
+0x77af 033793 call bn_rshift6 
+0x77b0 033794 ifetch 1 ,regb 
+0x77b1 033795 isolate0 0 ,pdata 
+0x77b2 033796 branch bn_rshifteven_0 ,true 
+0x77b3 033797 arg mem_p ,rega 
+0x77b4 033798 copy regb ,contw 
+0x77b5 033799 call bn_add 
+0x77b6 033800 ifetch 1 ,regb 
+0x77b7 033801 iadd regc ,pdata 
+0x77b8 033802 istore 1 ,regb 
+0x77b9 033803 increase -24 ,regb 
+:      033804 bn_rshifteven_0:
+0x77ba 033805 add regb ,24 ,rega 
+0x77bb 033806 force 7 ,loopcnt 
+0x77bc 033807 call bn_rshift 
+0x77bd 033808 branch bn_rshifteven_1 
+:      033811 bn_invmod:
+0x77be 033812 copy contw ,timeup 
+0x77bf 033813 arg mem_tmp0 ,contw 
+0x77c0 033814 call bn_zero 
+0x77c1 033815 force 0 ,pdata 
+0x77c2 033816 store 4 ,mem_tmp5 
+0x77c3 033817 store 4 ,mem_t2 
+0x77c4 033818 jam 1 ,mem_tmp0 
+0x77c5 033819 arg mem_tmp1 ,contw 
+0x77c6 033820 call bn_zero 
+0x77c7 033821 arg mem_p ,contr 
+0x77c8 033822 arg mem_tmp2 ,contw 
+0x77c9 033823 call memcpy24 
+0x77ca 033824 copy rega ,contr 
+0x77cb 033825 arg mem_tmp3 ,contw 
+0x77cc 033826 call memcpy24 
+:      033827 bn_invmod_2:
+0x77cd 033828 arg mem_tmp3 ,contr 
+0x77ce 033829 call bn_eq_zero 
+0x77cf 033830 branch bn_invmod_0 ,blank 
+0x77d0 033831 arg mem_tmp3 ,rega 
+0x77d1 033832 arg mem_tmp0 ,regb 
+0x77d2 033833 call bn_rshifteven 
+0x77d3 033835 arg mem_tmp2 ,rega 
+0x77d4 033836 arg mem_tmp1 ,regb 
+0x77d5 033837 call bn_rshifteven 
+0x77d6 033838 arg mem_tmp3 ,rega 
+0x77d7 033839 arg mem_tmp2 ,regb 
+0x77d8 033840 call bn_bigeq 
+0x77d9 033841 branch bn_invmod_1 ,positive 
+0x77da 033842 arg mem_tmp2 ,rega 
+0x77db 033843 arg mem_tmp3 ,regb 
+0x77dc 033844 copy rega ,contw 
+0x77dd 033845 call bn_sub 
+0x77de 033846 arg mem_tmp0 ,rega 
+0x77df 033847 arg mem_tmp1 ,regb 
+0x77e0 033848 copy regb ,contw 
+0x77e1 033849 call bn_add 
+0x77e2 033850 ifetch 1 ,rega 
+0x77e3 033851 iadd regc ,regc 
+0x77e4 033852 ifetch 1 ,regb 
+0x77e5 033853 iadd regc ,pdata 
+0x77e6 033854 istore 1 ,regb 
+0x77e7 033855 branch bn_invmod_2 
+:      033856 bn_invmod_1:
+0x77e8 033857 arg mem_tmp3 ,rega 
+0x77e9 033858 arg mem_tmp2 ,regb 
+0x77ea 033859 copy rega ,contw 
+0x77eb 033860 call bn_sub 
+0x77ec 033861 arg mem_tmp1 ,rega 
+0x77ed 033862 arg mem_tmp0 ,regb 
+0x77ee 033863 copy regb ,contw 
+0x77ef 033864 call bn_add 
+0x77f0 033865 ifetch 1 ,rega 
+0x77f1 033866 iadd regc ,regc 
+0x77f2 033867 ifetch 1 ,regb 
+0x77f3 033868 iadd regc ,pdata 
+0x77f4 033869 istore 1 ,regb 
+0x77f5 033870 branch bn_invmod_2 
+:      033871 bn_invmod_0:
+0x77f6 033872 arg mem_tmp0 ,contw 
+0x77f7 033873 call bn_zero 
+0x77f8 033874 fetch 1 ,mem_tmp5 
+0x77f9 033875 store 1 ,mem_tmp0 
+0x77fa 033876 store 1 ,mem_tmp0a 
+0x77fb 033877 arg mem_tmp0 ,rega 
+0x77fc 033878 arg mem_tmp1 ,regb 
+0x77fd 033879 copy regb ,contw 
+0x77fe 033880 call bn_addmod 
+0x77ff 033881 arg mem_p ,rega 
+0x7800 033882 arg mem_tmp1 ,regb 
+0x7801 033883 copy timeup ,contw 
+0x7802 033884 branch bn_submod 
+:      033889 ecdbl:
+0x7803 033890 arg mem_cz ,rega 
+0x7804 033891 arg mem_t2 ,contw 
+0x7805 033892 call bn_sqrmod 
+0x7806 033893 arg mem_t2 ,rega 
+0x7807 033894 arg mem_t3 ,contw 
+0x7808 033895 call bn_sqrmod 
+0x7809 033896 arg mem_a ,rega 
+0x780a 033897 arg mem_t3 ,regb 
+0x780b 033898 arg mem_t3 ,contw 
+0x780c 033899 call bn_mulmod 
+0x780d 033900 arg mem_cx ,rega 
+0x780e 033901 arg mem_t2 ,contw 
+0x780f 033902 call bn_sqrmod 
+0x7810 033903 arg mem_t2 ,contr 
+0x7811 033904 arg mem_t1 ,contw 
+0x7812 033905 call memcpy24 
+0x7813 033906 arg mem_t1 ,rega 
+0x7814 033907 call bn_lshiftmod 
+0x7815 033908 arg mem_t2 ,rega 
+0x7816 033909 arg mem_t1 ,regb 
+0x7817 033910 arg mem_t2 ,contw 
+0x7818 033911 call bn_addmod 
+0x7819 033912 arg mem_t2 ,rega 
+0x781a 033913 arg mem_t3 ,regb 
+0x781b 033914 arg mem_t2 ,contw 
+0x781c 033915 call bn_addmod 
+0x781d 033916 arg mem_cx ,contr 
+0x781e 033917 arg mem_t1 ,contw 
+0x781f 033918 call memcpy24 
+0x7820 033919 arg mem_cy ,rega 
+0x7821 033920 arg mem_t3 ,contw 
+0x7822 033921 call bn_sqrmod 
+0x7823 033922 arg mem_t1 ,rega 
+0x7824 033923 call bn_lshiftmod 
+0x7825 033924 arg mem_t1 ,rega 
+0x7826 033925 call bn_lshiftmod 
+0x7827 033926 arg mem_t1 ,rega 
+0x7828 033927 arg mem_t3 ,regb 
+0x7829 033928 arg mem_t1 ,contw 
+0x782a 033929 call bn_mulmod 
+0x782b 033930 arg mem_t3 ,rega 
+0x782c 033931 arg mem_t0 ,contw 
+0x782d 033932 call bn_sqrmod 
+0x782e 033933 arg mem_t0 ,rega 
+0x782f 033934 call bn_lshiftmod 
+0x7830 033935 arg mem_t0 ,rega 
+0x7831 033936 call bn_lshiftmod 
+0x7832 033937 arg mem_t0 ,rega 
+0x7833 033938 call bn_lshiftmod 
+0x7834 033939 arg mem_cy ,contr 
+0x7835 033940 arg mem_t3 ,contw 
+0x7836 033941 call memcpy24 
+0x7837 033942 arg mem_t3 ,rega 
+0x7838 033943 call bn_lshiftmod 
+0x7839 033944 arg mem_t3 ,rega 
+0x783a 033945 arg mem_cz ,regb 
+0x783b 033946 arg mem_cz ,contw 
+0x783c 033947 call bn_mulmod 
+0x783d 033948 arg mem_t2 ,rega 
+0x783e 033949 arg mem_t3 ,contw 
+0x783f 033950 call bn_sqrmod 
+0x7840 033951 arg mem_t3 ,rega 
+0x7841 033952 arg mem_t1 ,regb 
+0x7842 033953 arg mem_t3 ,contw 
+0x7843 033954 call bn_submod 
+0x7844 033955 arg mem_t3 ,rega 
+0x7845 033956 arg mem_t1 ,regb 
+0x7846 033957 arg mem_cx ,contw 
+0x7847 033958 call bn_submod 
+0x7848 033959 arg mem_t1 ,rega 
+0x7849 033960 arg mem_cx ,regb 
+0x784a 033961 arg mem_t3 ,contw 
+0x784b 033962 call bn_submod 
+0x784c 033963 arg mem_t3 ,rega 
+0x784d 033964 arg mem_t2 ,regb 
+0x784e 033965 arg mem_t3 ,contw 
+0x784f 033966 call bn_mulmod 
+0x7850 033967 arg mem_t3 ,rega 
+0x7851 033968 arg mem_t0 ,regb 
+0x7852 033969 arg mem_cy ,contw 
+0x7853 033970 branch bn_submod 
+:      033974 ecadd:
+0x7854 033975 arg mem_az ,rega 
+0x7855 033976 arg mem_t7 ,contw 
+0x7856 033977 call bn_sqrmod 
+0x7857 033978 arg mem_cx ,rega 
+0x7858 033979 arg mem_t7 ,regb 
+0x7859 033980 arg mem_t0 ,contw 
+0x785a 033981 call bn_mulmod 
+0x785b 033982 arg mem_az ,rega 
+0x785c 033983 arg mem_t7 ,regb 
+0x785d 033984 arg mem_t7 ,contw 
+0x785e 033985 call bn_mulmod 
+0x785f 033986 arg mem_cy ,rega 
+0x7860 033987 arg mem_t7 ,regb 
+0x7861 033988 arg mem_t1 ,contw 
+0x7862 033989 call bn_mulmod 
+0x7863 033990 arg mem_cz ,rega 
+0x7864 033991 arg mem_t7 ,contw 
+0x7865 033992 call bn_sqrmod 
+0x7866 033993 arg mem_ax ,rega 
+0x7867 033994 arg mem_t7 ,regb 
+0x7868 033995 arg mem_t2 ,contw 
+0x7869 033996 call bn_mulmod 
+0x786a 033997 arg mem_cz ,rega 
+0x786b 033998 arg mem_t7 ,regb 
+0x786c 033999 arg mem_t7 ,contw 
+0x786d 034000 call bn_mulmod 
+0x786e 034001 arg mem_ay ,rega 
+0x786f 034002 arg mem_t7 ,regb 
+0x7870 034003 arg mem_t3 ,contw 
+0x7871 034004 call bn_mulmod 
+0x7872 034005 arg mem_t0 ,rega 
+0x7873 034006 arg mem_t2 ,regb 
+0x7874 034007 arg mem_t7 ,contw 
+0x7875 034008 call bn_submod 
+0x7876 034009 arg mem_t0 ,rega 
+0x7877 034010 arg mem_t2 ,regb 
+0x7878 034011 arg mem_t0 ,contw 
+0x7879 034012 call bn_addmod 
+0x787a 034013 arg mem_t1 ,rega 
+0x787b 034014 arg mem_t3 ,regb 
+0x787c 034015 arg mem_t2 ,contw 
+0x787d 034016 call bn_submod 
+0x787e 034017 arg mem_t1 ,rega 
+0x787f 034018 arg mem_t3 ,regb 
+0x7880 034019 arg mem_t1 ,contw 
+0x7881 034020 call bn_addmod 
+0x7882 034021 arg mem_t1 ,rega 
+0x7883 034022 arg mem_t7 ,regb 
+0x7884 034023 arg mem_t1 ,contw 
+0x7885 034024 call bn_mulmod 
+0x7886 034025 arg mem_cz ,rega 
+0x7887 034026 arg mem_az ,regb 
+0x7888 034027 arg mem_t3 ,contw 
+0x7889 034028 call bn_mulmod 
+0x788a 034029 arg mem_t3 ,rega 
+0x788b 034030 arg mem_t7 ,regb 
+0x788c 034031 arg mem_cz ,contw 
+0x788d 034032 call bn_mulmod 
+0x788e 034033 arg mem_t7 ,rega 
+0x788f 034034 arg mem_t7 ,contw 
+0x7890 034035 call bn_sqrmod 
+0x7891 034036 arg mem_t7 ,rega 
+0x7892 034037 arg mem_t0 ,regb 
+0x7893 034038 arg mem_t3 ,contw 
+0x7894 034039 call bn_mulmod 
+0x7895 034040 arg mem_t7 ,rega 
+0x7896 034041 arg mem_t1 ,regb 
+0x7897 034042 arg mem_t1 ,contw 
+0x7898 034043 call bn_mulmod 
+0x7899 034044 arg mem_t2 ,rega 
+0x789a 034045 arg mem_cx ,contw 
+0x789b 034046 call bn_sqrmod 
+0x789c 034047 arg mem_cx ,rega 
+0x789d 034048 arg mem_t3 ,regb 
+0x789e 034049 arg mem_cx ,contw 
+0x789f 034050 call bn_submod 
+0x78a0 034051 arg mem_cx ,contr 
+0x78a1 034052 arg mem_t7 ,contw 
+0x78a2 034053 call memcpy24 
+0x78a3 034054 arg mem_t7 ,rega 
+0x78a4 034055 call bn_lshiftmod 
+0x78a5 034056 arg mem_t3 ,rega 
+0x78a6 034057 arg mem_t7 ,regb 
+0x78a7 034058 arg mem_t3 ,contw 
+0x78a8 034059 call bn_submod 
+0x78a9 034060 arg mem_t3 ,rega 
+0x78aa 034061 arg mem_t2 ,regb 
+0x78ab 034062 arg mem_t2 ,contw 
+0x78ac 034063 call bn_mulmod 
+0x78ad 034064 arg mem_t2 ,rega 
+0x78ae 034065 arg mem_t1 ,regb 
+0x78af 034066 arg mem_cy ,contw 
+0x78b0 034067 call bn_submod 
+0x78b1 034068 arg mem_cy ,rega 
+0x78b2 034069 arg mem_p ,regb 
+0x78b3 034070 arg mem_cy ,contw 
+0x78b4 034071 force 0 ,regc 
+0x78b5 034072 fetch 1 ,mem_cy 
+0x78b6 034073 isolate1 0 ,pdata 
+0x78b7 034074 call bn_add ,true 
+0x78b8 034075 copy regc ,alarm 
+0x78b9 034076 arg mem_cy ,rega 
+0x78ba 034077 call bn_rshift6 
+0x78bb 034078 fetch 1 ,mem_cy5 
+0x78bc 034079 isolate1 0 ,alarm 
+0x78bd 034080 setflag true ,7 ,pdata 
+0x78be 034081 store 1 ,mem_cy5 
+0x78bf 034082 rtn 
+:      034086 eckp_0:
+0x78c0 034087 fetch 1 ,mem_ec_loopc 
+0x78c1 034088 increase -1 ,pdata 
+0x78c2 034089 nrtn positive 
+0x78c3 034090 store 1 ,mem_ec_loopc 
+0x78c4 034091 fetch 1 ,mem_ec_infinite 
+0x78c5 034092 call ecdbl ,blank 
+0x78c6 034093 fetch 1 ,mem_ec_loopc 
+0x78c7 034094 arg mem_k ,contr 
+0x78c8 034095 call bn_testbit 
+0x78c9 034096 branch eckp_0 ,true 
+0x78ca 034097 fetch 1 ,mem_ec_infinite 
+0x78cb 034098 nbranch eckp_1 ,blank 
+0x78cc 034099 call ecadd 
+0x78cd 034100 branch eckp_0 
+:      034101 eckp_1:
+0x78ce 034102 jam 0 ,mem_ec_infinite 
+0x78cf 034103 arg mem_ax ,contr 
+0x78d0 034104 arg mem_cx ,contw 
+0x78d1 034105 call ec_copy 
+0x78d2 034106 branch eckp_0 
+:      034109 ecunmapz:
+0x78d3 034110 arg mem_cz ,rega 
+0x78d4 034111 arg mem_t3 ,contw 
+0x78d5 034112 call bn_invmod 
+0x78d6 034113 arg mem_t3 ,rega 
+0x78d7 034114 arg mem_t1 ,contw 
+0x78d8 034115 call bn_sqrmod 
+0x78d9 034116 arg mem_cx ,rega 
+0x78da 034117 arg mem_t1 ,regb 
+0x78db 034118 arg mem_bx ,contw 
+0x78dc 034119 call bn_mulmod 
+0x78dd 034120 arg mem_t3 ,rega 
+0x78de 034121 arg mem_t1 ,regb 
+0x78df 034122 arg mem_t2 ,contw 
+0x78e0 034123 call bn_mulmod 
+0x78e1 034124 arg mem_cy ,rega 
+0x78e2 034125 arg mem_t2 ,regb 
+0x78e3 034126 arg mem_by ,contw 
+0x78e4 034127 branch bn_mulmod 
+:      034131 sha_endian_swap2:
+0x78e5 034132 ifetch 4 ,contr 
+0x78e6 034133 force 4 ,rega 
+0x78e7 034134 increase 3 ,contw 
+:      034135 sha_endian_loop:
+0x78e8 034136 istore 1 ,contw 
+0x78e9 034137 rshift8 pdata ,pdata 
+0x78ea 034138 increase -2 ,contw 
+0x78eb 034139 increase -1 ,rega 
+0x78ec 034140 nbranch sha_endian_loop ,zero 
+0x78ed 034141 increase 5 ,contw 
+0x78ee 034142 loop sha_endian_swap2 
+0x78ef 034143 rtn 
+:      034146 sha_getw:
+0x78f0 034147 lshift2 queue ,pdata 
+0x78f1 034148 iadd timeup ,contr 
+0x78f2 034149 ifetch 4 ,contr 
+0x78f3 034150 rtn 
+:      034152 sha_r:
+0x78f4 034153 force 16 ,alarm 
+0x78f5 034154 arg memdat ,timeup 
+:      034155 sha_r_loop:
+0x78f6 034156 add alarm ,-7 ,queue 
+0x78f7 034157 call sha_getw 
+0x78f8 034158 iforce temp 
+0x78f9 034159 add alarm ,-16 ,queue 
+0x78fa 034160 call sha_getw 
+0x78fb 034161 iadd temp ,temp 
+0x78fc 034162 add alarm ,-2 ,queue 
+0x78fd 034163 call sha_getw 
+0x78fe 034164 shasx pdata ,1 ,pdata 
+0x78ff 034165 iadd temp ,temp 
+0x7900 034166 add alarm ,-15 ,queue 
+0x7901 034167 call sha_getw 
+0x7902 034168 shasx pdata ,0 ,pdata 
+0x7903 034169 iadd temp ,temp 
+0x7904 034170 lshift2 alarm ,pdata 
+0x7905 034171 iadd timeup ,contw 
+0x7906 034172 istoret 4 ,contw 
+0x7907 034173 increase 1 ,alarm 
+0x7908 034174 compare 64 ,alarm ,0xff 
+0x7909 034175 nbranch sha_r_loop ,true 
+0x790a 034176 rtn 
+:      034179 sha_init:
+0x790b 034180 arg memh0 ,contr 
+0x790c 034181 force 7 ,regext_index 
+:      034182 sha_init_0:
+0x790d 034183 ifetch 4 ,contr 
+0x790e 034184 iforce regext 
+0x790f 034185 increase -1 ,regext_index 
+0x7910 034186 branch sha_init_0 ,positive 
+0x7911 034187 rtn 
+:      034189 sha:
+0x7912 034190 bpatchx patch3d_4 ,mem_patch3d 
+0x7913 034191 call sha_r 
+0x7914 034192 arg memahbak ,contw 
+0x7915 034193 force 0 ,regext_index 
+:      034194 sha_0:
+0x7916 034195 deposit regext 
+0x7917 034196 istore 4 ,contw 
+0x7918 034197 increase 1 ,regext_index 
+0x7919 034198 compare 8 ,regext_index ,0xff 
+0x791a 034199 nbranch sha_0 ,true 
+0x791b 034200 call enable_authrom 
+0x791c 034201 arg memk ,timeup 
+0x791d 034202 arg memdat ,alarm 
+0x791e 034203 force 64 ,loopcnt 
+:      034204 sha_loop:
+0x791f 034205 ifetcht 4 ,alarm 
+0x7920 034206 ifetch 4 ,timeup 
+0x7921 034207 increase 4 ,timeup 
+0x7922 034208 increase 4 ,alarm 
+0x7923 034209 iadd temp ,pdata 
+0x7924 034210 force 7 ,regext_index 
+0x7925 034211 iadd regext ,temp 
+0x7926 034212 force 4 ,regext_index 
+0x7927 034213 shasx regext ,3 ,pdata 
+0x7928 034214 iadd temp ,temp 
+0x7929 034215 force 5 ,regext_index 
+0x792a 034216 deposit regext 
+0x792b 034217 force 6 ,regext_index 
+0x792c 034218 ixor regext ,pdata 
+0x792d 034219 force 4 ,regext_index 
+0x792e 034220 iand regext ,pdata 
+0x792f 034221 force 6 ,regext_index 
+0x7930 034222 ixor regext ,pdata 
+0x7931 034223 iadd temp ,temp 
+0x7932 034224 force 7 ,regext_index 
+0x7933 034225 copy temp ,regext 
+0x7934 034226 force 3 ,regext_index 
+0x7935 034227 deposit regext 
+0x7936 034228 iadd temp ,regext 
+0x7937 034229 force 0 ,regext_index 
+0x7938 034230 deposit regext 
+0x7939 034231 force 1 ,regext_index 
+0x793a 034232 iand regext ,temp 
+0x793b 034233 ior regext ,pdata 
+0x793c 034234 force 2 ,regext_index 
+0x793d 034235 iand regext ,pdata 
+0x793e 034236 ior temp ,temp 
+0x793f 034237 force 0 ,regext_index 
+0x7940 034238 shasx regext ,2 ,pdata 
+0x7941 034239 iadd temp ,pdata 
+0x7942 034240 force 7 ,regext_index 
+0x7943 034241 iadd regext ,regext 
+0x7944 034242 regexrot 
+0x7945 034243 loop sha_loop 
+0x7946 034244 arg memahbak ,contr 
+0x7947 034245 force 0 ,regext_index 
+:      034246 sha_1:
+0x7948 034247 ifetch 4 ,contr 
+0x7949 034248 iadd regext ,regext 
+0x794a 034249 increase 1 ,regext_index 
+0x794b 034250 compare 8 ,regext_index ,0xff 
+0x794c 034251 nbranch sha_1 ,true 
+0x794d 034252 branch disable_authrom 
+:      034255 sha_result:
+0x794e 034256 arg memresult ,contw 
+0x794f 034257 force 7 ,regext_index 
+:      034258 sha_regext_save:
+0x7950 034259 deposit regext 
+0x7951 034260 istore 4 ,contw 
+0x7952 034261 increase -1 ,regext_index 
+0x7953 034262 branch sha_regext_save ,positive 
+0x7954 034263 rtn 
+:      034265 pad_xor:
+0x7955 034267 arg memdat ,contw 
+0x7956 034268 increase -4 ,contr 
+0x7957 034269 sub loopcnt ,16 ,rega 
+:      034270 pad_xor_0:
+0x7958 034271 ifetch 4 ,contr 
+0x7959 034272 ixor temp ,pdata 
+0x795a 034273 istore 4 ,contw 
+0x795b 034274 increase -8 ,contr 
+0x795c 034275 loop pad_xor_0 
+0x795d 034276 copy rega ,loopcnt 
+0x795e 034277 deposit temp 
+:      034278 pad_xor_1:
+0x795f 034279 istore 4 ,contw 
+0x7960 034280 loop pad_xor_1 
+0x7961 034281 rtn 
+:      034283 g_noninit_number_confirm:
+0x7962 034284 call g_noninit0 
+0x7963 034285 call sha_result 
+0x7964 034286 branch g_common0 
+:      034288 g_noninit:
+0x7965 034289 call g_noninit0 
+0x7966 034290 branch g_common0 
+:      034292 g_noninit0:
+0x7967 034293 arg mem_sp_pubkey_remote_x_end ,contr 
+0x7968 034294 arg memdat ,contw 
+0x7969 034295 force 6 ,loopcnt 
+0x796a 034296 call memcpy_dword_swap 
+0x796b 034297 arg mem_sp_pubkey_local_x_end ,contr 
+0x796c 034298 force 6 ,loopcnt 
+0x796d 034299 call memcpy_dword_swap 
+0x796e 034300 arg mem_sp_random_remote_end ,contr 
+0x796f 034301 call memcpy_dword_swap4 
+0x7970 034302 call sha_init 
+0x7971 034303 call sha 
+0x7972 034304 arg mem_sp_random_local_end ,contr 
+0x7973 034305 arg memdat ,contw 
+0x7974 034306 branch g_common 
+:      034308 g_init:
+0x7975 034309 arg mem_sp_pubkey_local_x_end ,contr 
+0x7976 034310 arg memdat ,contw 
+0x7977 034311 force 6 ,loopcnt 
+0x7978 034312 call memcpy_dword_swap 
+0x7979 034313 arg mem_sp_pubkey_remote_x_end ,contr 
+0x797a 034314 force 6 ,loopcnt 
+0x797b 034315 call memcpy_dword_swap 
+0x797c 034316 arg mem_sp_random_local_end ,contr 
+0x797d 034317 call memcpy_dword_swap4 
+0x797e 034318 call sha_init 
+0x797f 034319 call sha 
+0x7980 034320 arg mem_sp_random_remote_end ,contr 
+0x7981 034321 arg memdat ,contw 
+0x7982 034322 call g_common 
+0x7983 034323 branch g_common0 
+:      034325 g_common:
+0x7984 034326 call memcpy_dword_swap4 
+0x7985 034327 setarg 0x800000 
+0x7986 034328 lshift8 pdata ,pdata 
+0x7987 034329 istore 4 ,contw 
+0x7988 034330 force 5 ,loopcnt 
+0x7989 034331 call memset0 
+0x798a 034332 setarg 640 
+0x798b 034333 istore 4 ,contw 
+0x798c 034334 branch sha 
+:      034335 g_common0:
+0x798d 034336 fetch 4 ,memresult 
+0x798e 034338 arg 1000 ,rega 
+0x798f 034339 idiv rega 
+0x7990 034340 call wait_div_end 
+0x7991 034341 remainder pdata 
+0x7992 034342 store 4 ,mem_gkey 
+0x7993 034343 quotient pdata 
+0x7994 034344 arg 1000 ,rega 
+0x7995 034345 idiv rega 
+0x7996 034346 call wait_div_end 
+0x7997 034347 remainder pdata 
+0x7998 034348 arg 1000 ,rega 
+0x7999 034349 imul32 rega ,pdata 
+0x799a 034350 fetcht 4 ,mem_gkey 
+0x799b 034351 iadd temp ,pdata 
+0x799c 034352 store 4 ,mem_gkey 
+0x799d 034353 rtn 
+:      034355 function_f1_no_key:
+0x799e 034356 jam 0 ,mem_passkey_1bit 
+0x799f 034357 branch function_f1_common 
+:      034359 function_f1:
+0x79a0 034360 fetch 1 ,mem_ssp_mode_flag 
+0x79a1 034361 bne ssp_mode_passkey_entry_flag ,function_f1_no_key 
+:      034362 function_f1_common:
+0x79a2 034363 bpatchx patch3d_5 ,mem_patch3d 
+0x79a3 034364 setarg 0x363636 
+0x79a4 034365 lshift8 pdata ,temp 
+0x79a5 034366 or_into 0x36 ,temp 
+0x79a6 034367 fetch 2 ,mem_sp_prarm_stack 
+0x79a7 034368 copy pdata ,contr 
+0x79a8 034369 force 4 ,loopcnt 
+0x79a9 034370 call pad_xor 
+0x79aa 034371 call sha_init 
+0x79ab 034372 call sha 
+0x79ac 034373 fetch 2 ,mem_sp_prarm_stack + 2 
+0x79ad 034374 copy pdata ,contr 
+0x79ae 034375 arg memdat ,contw 
+0x79af 034376 force 6 ,loopcnt 
+0x79b0 034377 call memcpy_dword_swap 
+0x79b1 034378 fetch 2 ,mem_sp_prarm_stack + 4 
+0x79b2 034379 copy pdata ,contr 
+0x79b3 034380 force 6 ,loopcnt 
+0x79b4 034381 call memcpy_dword_swap 
+0x79b5 034382 setarg 0x800000 
+0x79b6 034383 istore 3 ,contw 
+0x79b7 034385 fetch 1 ,mem_passkey_1bit 
+0x79b8 034387 istore 1 ,contw 
+0x79b9 034388 force 0 ,pdata 
+0x79ba 034389 istore 8 ,contw 
+0x79bb 034390 setarg 0x0388 
+0x79bc 034391 istore 4 ,contw 
+0x79bd 034392 call sha 
+0x79be 034393 call sha_result 
+0x79bf 034394 arg memresult ,contr 
+0x79c0 034395 arg memahsave ,contw 
+0x79c1 034396 call memcpy32 
+0x79c2 034398 setarg 0x5c5c5c 
+0x79c3 034399 lshift8 pdata ,temp 
+0x79c4 034400 or_into 0x5c ,temp 
+0x79c5 034401 fetch 2 ,mem_sp_prarm_stack 
+0x79c6 034402 copy pdata ,contr 
+0x79c7 034403 force 4 ,loopcnt 
+0x79c8 034404 call pad_xor 
+0x79c9 034405 call sha_init 
+0x79ca 034406 call sha 
+0x79cb 034407 arg memahsave_end ,contr 
+0x79cc 034408 arg memdat ,contw 
+0x79cd 034409 force 8 ,loopcnt 
+0x79ce 034410 call memcpy_dword_swap 
+0x79cf 034411 setarg 0x800000 
+0x79d0 034412 lshift8 pdata ,pdata 
+0x79d1 034413 istore 4 ,contw 
+0x79d2 034414 call bn_zero 
+0x79d3 034415 setarg 0x0300 
+0x79d4 034416 istore 4 ,contw 
+0x79d5 034417 call sha 
+0x79d6 034418 branch sha_result 
+:      034421 function_f2:
+0x79d7 034422 setarg 0x363636 
+0x79d8 034423 lshift8 pdata ,temp 
+0x79d9 034424 or_into 0x36 ,temp 
+0x79da 034425 arg mem_sp_dhkey_end ,contr 
+0x79db 034426 force 6 ,loopcnt 
+0x79dc 034427 call pad_xor 
+0x79dd 034428 call sha_init 
+0x79de 034429 call sha 
+0x79df 034430 fetch 2 ,mem_sp_prarm_stack + 12 
+0x79e0 034431 copy pdata ,contr 
+0x79e1 034432 arg memdat ,contw 
+0x79e2 034433 call memcpy_dword_swap4 
+0x79e3 034434 fetch 2 ,mem_sp_prarm_stack + 14 
+0x79e4 034435 copy pdata ,contr 
+0x79e5 034436 call memcpy_dword_swap4 
+0x79e6 034438 setarg 0x62746c 
+0x79e7 034439 lshift8 pdata ,pdata 
+0x79e8 034440 or_into 0x6b ,pdata 
+0x79e9 034441 istore 4 ,contw 
+0x79ea 034442 arg mem_addr_value_end ,contr 
+0x79eb 034443 force 3 ,loopcnt 
+0x79ec 034444 call memcpy_dword_swap 
+0x79ed 034446 setarg 0x800000 
+0x79ee 034447 lshift8 pdata ,pdata 
+0x79ef 034448 istore 4 ,contw 
+0x79f0 034449 force 0 ,pdata 
+0x79f1 034450 istore 8 ,contw 
+0x79f2 034451 setarg 0x0380 
+0x79f3 034452 istore 4 ,contw 
+0x79f4 034453 call sha 
+0x79f5 034455 call sha_result 
+0x79f6 034456 arg memresult ,contr 
+0x79f7 034457 arg memahsave ,contw 
+0x79f8 034458 call memcpy32 
+0x79f9 034460 setarg 0x5c5c5c 
+0x79fa 034461 lshift8 pdata ,temp 
+0x79fb 034462 or_into 0x5c ,temp 
+0x79fc 034463 arg mem_sp_dhkey_end ,contr 
+0x79fd 034464 force 6 ,loopcnt 
+0x79fe 034465 call pad_xor 
+0x79ff 034466 call sha_init 
+0x7a00 034467 call sha 
+0x7a01 034468 arg memahsave_end ,contr 
+0x7a02 034469 arg memdat ,contw 
+0x7a03 034470 force 8 ,loopcnt 
+0x7a04 034471 call memcpy_dword_swap 
+0x7a05 034472 setarg 0x800000 
+0x7a06 034473 lshift8 pdata ,pdata 
+0x7a07 034474 istore 4 ,contw 
+0x7a08 034475 call bn_zero 
+0x7a09 034476 setarg 0x0300 
+0x7a0a 034477 istore 4 ,contw 
+0x7a0b 034478 call sha 
+0x7a0c 034479 branch sha_result 
+:      034482 function_f3a:
+0x7a0d 034483 fetch 1 ,mem_ssp_mode_flag 
+0x7a0e 034484 bne ssp_mode_passkey_entry_flag ,function_f3a_no_pin 
+:      034485 function_f3a_common:
+0x7a0f 034486 bpatchx patch3d_6 ,mem_patch3d 
+0x7a10 034487 setarg 0x363636 
+0x7a11 034488 lshift8 pdata ,temp 
+0x7a12 034489 or_into 0x36 ,temp 
+0x7a13 034490 arg mem_sp_dhkey_end ,contr 
+0x7a14 034491 force 6 ,loopcnt 
+0x7a15 034492 call pad_xor 
+0x7a16 034493 call sha_init 
+0x7a17 034494 call sha 
+0x7a18 034495 arg mem_sp_random_remote_end ,contr 
+0x7a19 034496 arg memdat ,contw 
+0x7a1a 034497 call memcpy_dword_swap4 
+0x7a1b 034498 arg mem_sp_random_local_end ,contr 
+0x7a1c 034499 call memcpy_dword_swap4 
+0x7a1d 034500 branch function_f3_common 
+:      034502 function_f3a_no_pin:
+0x7a1e 034503 setarg 0 
+0x7a1f 034504 store 4 ,mem_pin 
+0x7a20 034505 branch function_f3a_common 
+:      034507 function_f3b_no_pin:
+0x7a21 034508 setarg 0 
+0x7a22 034509 store 4 ,mem_pin 
+0x7a23 034510 branch function_f3b_common 
+:      034513 function_f3b:
+0x7a24 034514 fetch 1 ,mem_ssp_mode_flag 
+0x7a25 034515 bne ssp_mode_passkey_entry_flag ,function_f3b_no_pin 
+:      034516 function_f3b_common:
+0x7a26 034517 setarg 0x363636 
+0x7a27 034518 lshift8 pdata ,temp 
+0x7a28 034519 or_into 0x36 ,temp 
+0x7a29 034520 arg mem_sp_dhkey_end ,contr 
+0x7a2a 034521 force 6 ,loopcnt 
+0x7a2b 034522 call pad_xor 
+0x7a2c 034523 call sha_init 
+0x7a2d 034524 call sha 
+0x7a2e 034526 arg mem_sp_random_local_end ,contr 
+0x7a2f 034527 arg memdat ,contw 
+0x7a30 034528 call memcpy_dword_swap4 
+0x7a31 034529 arg mem_sp_random_remote_end ,contr 
+0x7a32 034530 call memcpy_dword_swap4 
+:      034531 function_f3_common:
+0x7a33 034532 setarg 0x0 
+0x7a34 034533 istore 8 ,contw 
+0x7a35 034534 istore 4 ,contw 
+0x7a36 034535 fetch 4 ,mem_pin 
+0x7a37 034536 istore 4 ,contw 
+0x7a38 034538 copy contw ,temp 
+0x7a39 034539 jam 0x80 ,mem_addr_padding 
+0x7a3a 034540 copy temp ,contw 
+0x7a3b 034541 arg mem_addr_iocap_end ,contr 
+0x7a3c 034542 call memcpy_dword_swap4 
+0x7a3d 034544 call sha 
+0x7a3e 034546 arg memdat ,contw 
+0x7a3f 034547 force 7 ,loopcnt 
+0x7a40 034548 call memset0 
+0x7a41 034549 istore 4 ,contw 
+0x7a42 034550 setarg 0x03F8 
+0x7a43 034551 istore 4 ,contw 
+0x7a44 034552 call sha 
+0x7a45 034553 call sha_result 
+0x7a46 034555 arg memresult ,contr 
+0x7a47 034556 arg memahsave ,contw 
+0x7a48 034557 call memcpy32 
+0x7a49 034559 setarg 0x5c5c5c 
+0x7a4a 034560 lshift8 pdata ,temp 
+0x7a4b 034561 or_into 0x5c ,temp 
+0x7a4c 034562 arg mem_sp_dhkey_end ,contr 
+0x7a4d 034563 force 6 ,loopcnt 
+0x7a4e 034564 call pad_xor 
+0x7a4f 034565 call sha_init 
+0x7a50 034566 call sha 
+0x7a51 034567 arg memahsave_end ,contr 
+0x7a52 034568 arg memdat ,contw 
+0x7a53 034569 force 8 ,loopcnt 
+0x7a54 034570 call memcpy_dword_swap 
+0x7a55 034571 setarg 0x800000 
+0x7a56 034572 lshift8 pdata ,pdata 
+0x7a57 034573 istore 4 ,contw 
+0x7a58 034574 call bn_zero 
+0x7a59 034575 setarg 0x0300 
+0x7a5a 034576 istore 4 ,contw 
+0x7a5b 034577 call sha 
+0x7a5c 034578 branch sha_result 
+:      034585 eckp_calc_init:
+0x7a5d 034586 jam 192 ,mem_ec_loopc 
+:      034587 eckp_calc_init_1:
+0x7a5e 034588 fetch 1 ,mem_ec_loopc 
+0x7a5f 034589 rtn blank 
+0x7a60 034590 increase -1 ,pdata 
+0x7a61 034591 store 1 ,mem_ec_loopc 
+0x7a62 034592 arg mem_k ,contr 
+0x7a63 034593 call bn_testbit 
+0x7a64 034594 branch eckp_calc_init_1 ,true 
+0x7a65 034595 arg mem_ax ,contr 
+0x7a66 034596 arg mem_cx ,contw 
+0x7a67 034597 branch ec_copy 
+:      034599 eckp_calc:
+0x7a68 034600 call ecdbl 
+0x7a69 034601 fetch 1 ,mem_ec_loopc 
+0x7a6a 034602 increase -1 ,pdata 
+0x7a6b 034603 store 1 ,mem_ec_loopc 
+0x7a6c 034604 arg mem_k ,contr 
+0x7a6d 034605 call bn_testbit 
+0x7a6e 034606 rtn true 
+0x7a6f 034607 branch ecadd 
+:      034609 memcpy_dword_swap4:
+0x7a70 034610 force 4 ,loopcnt 
+:      034611 memcpy_dword_swap:
+0x7a71 034612 increase -4 ,contr 
+:      034613 memcpy_dword_swap_loop:
+0x7a72 034614 ifetch 4 ,contr 
+0x7a73 034615 istore 4 ,contw 
+0x7a74 034616 increase -8 ,contr 
+0x7a75 034617 loop memcpy_dword_swap_loop 
+0x7a76 034618 rtn 
+:      034623 sp_initialize_256:
+0x7a77 034624 bpatchx patch3d_7 ,mem_patch3d 
+0x7a78 034625 fetch 1 ,mem_le_secure_connect_enable 
+0x7a79 034626 branch le_secure_connection_disable ,blank 
+0x7a7a 034627 call le_secure_connection_enable 
+0x7a7b 034628 call sp_clear_flags 
+0x7a7c 034630 branch sp_pubkey_calc_256 
+:      034635 sp_pubkey_calc_256:
+0x7a7d 034636 fetch 1 ,mem_le_sc_local_key_invalid 
+0x7a7e 034637 rtnne sp_key_invalid 
+0x7a7f 034638 fetch 1 ,mem_le_sc_calc 
+0x7a80 034639 rtnne sp_calc_standby 
+0x7a81 034641 arg mem_le_private_key_256 ,contw 
+0x7a82 034642 force 15 ,queue 
+0x7a83 034643 call random_generator 
+0x7a84 034644 random pdata 
+0x7a85 034645 rshift pdata ,pdata 
+0x7a86 034646 istore 2 ,contw 
+0x7a87 034648 arg mem_k_256 ,contw 
+0x7a88 034649 arg mem_le_private_key_256 ,contr 
+0x7a89 034650 call memcpy32 
+0x7a8a 034652 arg mem_ax_256 ,contw 
+0x7a8b 034653 arg mem_gx_256 ,contr 
+0x7a8c 034654 call memcpy64 
+0x7a8d 034656 arg mem_az_256 ,contw 
+0x7a8e 034657 call clear_mem_256 
+0x7a8f 034658 jam 1 ,mem_az_256 
+0x7a90 034660 call eckp_calc_init_256 
+0x7a91 034661 jam sp_calc_pubkey_256 ,mem_le_sc_calc 
+0x7a92 034662 rtn 
+:      034664 sp_pubkey_generated_256:
+0x7a93 034665 arg mem_le_pubkey_local_x_256 ,contw 
+0x7a94 034666 arg mem_bx_256 ,contr 
+0x7a95 034667 call memcpy64 
+0x7a96 034668 jam sp_key_valid_256 ,mem_le_sc_local_key_invalid 
+0x7a97 034669 jam sp_calc_standby ,mem_le_sc_calc 
+0x7a98 034670 rtn 
+:      034674 sp_dhkey_calc_256:
+0x7a99 034675 fetch 1 ,mem_sp_dhkey_invalid 
+0x7a9a 034676 rtnne sp_key_invalid 
+0x7a9b 034677 fetch 1 ,mem_le_sc_calc 
+0x7a9c 034678 rtnne sp_calc_standby 
+0x7a9d 034680 arg mem_k_256 ,contw 
+0x7a9e 034681 arg mem_le_private_key_256 ,contr 
+0x7a9f 034682 call memcpy32 
+0x7aa0 034684 arg mem_ax_256 ,contw 
+0x7aa1 034685 arg mem_le_pubkey_remote_x_256 ,contr 
+0x7aa2 034686 call memcpy64 
+0x7aa3 034688 arg mem_az_256 ,contw 
+0x7aa4 034689 call clear_mem_256 
+0x7aa5 034690 jam 1 ,mem_az_256 
+0x7aa6 034692 call eckp_calc_init_256 
+0x7aa7 034693 jam sp_calc_dhkey_256 ,mem_le_sc_calc 
+0x7aa8 034694 rtn 
+:      034697 sp_dhkey_generated_256:
+0x7aa9 034699 arg mem_le_dhkey_256 ,contw 
+0x7aaa 034700 arg mem_bx_256 ,contr 
+0x7aab 034701 call memcpy32 
+0x7aac 034702 jam sp_key_valid_256 ,mem_sp_dhkey_invalid 
+0x7aad 034703 jam sp_calc_standby ,mem_le_sc_calc 
+0x7aae 034704 rtn 
+:      034708 sp_calc_sequence_256:
+0x7aaf 034709 fetch 1 ,mem_le_secure_connect_enable 
+0x7ab0 034710 rtn blank 
+0x7ab1 034711 fetch 1 ,mem_le_sc_calc 
+0x7ab2 034712 rtn blank 
+0x7ab3 034713 increase 0x80 ,pdata 
+0x7ab4 034714 store 1 ,mem_le_sc_calc 
+0x7ab5 034715 rtnbit1 7 
+0x7ab6 034716 fetch 2 ,mem_ec_loopc 
+0x7ab7 034717 branch sp_calc_sequence_done_256 ,blank 
+0x7ab8 034718 branch eckp_calc_256 
+:      034720 sp_calc_sequence_done_256:
+0x7ab9 034721 bpatchx patch3e_0 ,mem_patch3e 
+0x7aba 034722 call ecunmapz_256 
+0x7abb 034723 fetch 1 ,mem_le_sc_calc 
+0x7abc 034724 beq sp_calc_pubkey_256 ,sp_pubkey_generated_256 
+0x7abd 034725 beq sp_calc_dhkey_256 ,sp_dhkey_generated_256 
+0x7abe 034726 rtn 
+:      034729 eckp_calc_256:
+0x7abf 034730 call ecdbl_256 
+0x7ac0 034731 fetch 2 ,mem_ec_loopc 
+0x7ac1 034732 increase -1 ,pdata 
+0x7ac2 034733 store 2 ,mem_ec_loopc 
+0x7ac3 034734 arg mem_k_256 ,contr 
+0x7ac4 034735 call bn_testbit 
+0x7ac5 034736 rtn true 
+0x7ac6 034737 branch ecadd_256 
+:      034739 eckp_calc_init_256:
+0x7ac7 034740 bpatchx patch3e_1 ,mem_patch3e 
+0x7ac8 034741 setarg 256 ,pdata 
+0x7ac9 034742 store 2 ,mem_ec_loopc 
+:      034743 eckp_calc_init_256_1:
+0x7aca 034744 fetch 2 ,mem_ec_loopc 
+0x7acb 034745 rtn blank 
+0x7acc 034746 increase -1 ,pdata 
+0x7acd 034747 store 2 ,mem_ec_loopc 
+0x7ace 034748 arg mem_k_256 ,contr 
+0x7acf 034749 call bn_testbit 
+0x7ad0 034750 branch eckp_calc_init_256_1 ,true 
+0x7ad1 034751 arg mem_ax_256 ,contr 
+0x7ad2 034752 arg mem_cx_256 ,contw 
+0x7ad3 034753 branch memcpy96 
+:      034756 ecunmapz_256:
+0x7ad4 034757 arg mem_cz_256 ,rega 
+0x7ad5 034758 arg mem_t3_256 ,contw 
+0x7ad6 034759 call bn_invmod_256 
+0x7ad7 034760 arg mem_t3_256 ,rega 
+0x7ad8 034761 arg mem_t1_256 ,contw 
+0x7ad9 034762 call bn_sqrmod_256 
+0x7ada 034763 arg mem_cx_256 ,rega 
+0x7adb 034764 arg mem_t1_256 ,regb 
+0x7adc 034765 arg mem_bx_256 ,contw 
+0x7add 034766 call bn_mulmod_256 
+0x7ade 034767 arg mem_t3_256 ,rega 
+0x7adf 034768 arg mem_t1_256 ,regb 
+0x7ae0 034769 arg mem_t2_256 ,contw 
+0x7ae1 034770 call bn_mulmod_256 
+0x7ae2 034771 arg mem_cy_256 ,rega 
+0x7ae3 034772 arg mem_t2_256 ,regb 
+0x7ae4 034773 arg mem_by_256 ,contw 
+0x7ae5 034774 branch bn_mulmod_256 
+:      034776 ecdbl_256:
+0x7ae6 034777 arg mem_cz_256 ,rega 
+0x7ae7 034778 arg mem_t2_256 ,contw 
+0x7ae8 034779 call bn_sqrmod_256 
+0x7ae9 034780 arg mem_t2_256 ,rega 
+0x7aea 034781 arg mem_t3_256 ,contw 
+0x7aeb 034782 call bn_sqrmod_256 
+0x7aec 034784 arg mem_a_256 ,rega 
+0x7aed 034785 arg mem_t3_256 ,regb 
+0x7aee 034786 arg mem_t3_256 ,contw 
+0x7aef 034787 call bn_mulmod_256 
+0x7af0 034788 arg mem_cx_256 ,rega 
+0x7af1 034789 arg mem_t2_256 ,contw 
+0x7af2 034790 call bn_sqrmod_256 
+0x7af3 034792 arg mem_t2_256 ,contr 
+0x7af4 034793 arg mem_t1_256 ,contw 
+0x7af5 034794 call memcpy32 
+0x7af6 034795 arg mem_t1_256 ,rega 
+0x7af7 034796 call bn_lshiftmod_256 
+0x7af8 034797 arg mem_t2_256 ,rega 
+0x7af9 034798 arg mem_t1_256 ,regb 
+0x7afa 034799 arg mem_t2_256 ,contw 
+0x7afb 034800 call bn_addmod_256 
+0x7afc 034802 arg mem_t2_256 ,rega 
+0x7afd 034803 arg mem_t3_256 ,regb 
+0x7afe 034804 arg mem_t2_256 ,contw 
+0x7aff 034805 call bn_addmod_256 
+0x7b00 034807 arg mem_cx_256 ,contr 
+0x7b01 034808 arg mem_t1_256 ,contw 
+0x7b02 034809 call memcpy32 
+0x7b03 034810 arg mem_cy_256 ,rega 
+0x7b04 034811 arg mem_t3_256 ,contw 
+0x7b05 034812 call bn_sqrmod_256 
+0x7b06 034813 arg mem_t1_256 ,rega 
+0x7b07 034814 call bn_lshiftmod_256 
+0x7b08 034815 arg mem_t1_256 ,rega 
+0x7b09 034816 call bn_lshiftmod_256 
+0x7b0a 034817 arg mem_t1_256 ,rega 
+0x7b0b 034818 arg mem_t3_256 ,regb 
+0x7b0c 034819 arg mem_t1_256 ,contw 
+0x7b0d 034820 call bn_mulmod_256 
+0x7b0e 034821 arg mem_t3_256 ,rega 
+0x7b0f 034822 arg mem_t0_256 ,contw 
+0x7b10 034823 call bn_sqrmod_256 
+0x7b11 034824 arg mem_t0_256 ,rega 
+0x7b12 034825 call bn_lshiftmod_256 
+0x7b13 034826 arg mem_t0_256 ,rega 
+0x7b14 034827 call bn_lshiftmod_256 
+0x7b15 034828 arg mem_t0_256 ,rega 
+0x7b16 034829 call bn_lshiftmod_256 
+0x7b17 034830 arg mem_cy_256 ,contr 
+0x7b18 034831 arg mem_t3_256 ,contw 
+0x7b19 034832 call memcpy32 
+0x7b1a 034833 arg mem_t3_256 ,rega 
+0x7b1b 034834 call bn_lshiftmod_256 
+0x7b1c 034835 arg mem_t3_256 ,rega 
+0x7b1d 034836 arg mem_cz_256 ,regb 
+0x7b1e 034837 arg mem_cz_256 ,contw 
+0x7b1f 034838 call bn_mulmod_256 
+0x7b20 034841 arg mem_t2_256 ,rega 
+0x7b21 034842 arg mem_t3_256 ,contw 
+0x7b22 034843 call bn_sqrmod_256 
+0x7b23 034845 arg mem_t3_256 ,rega 
+0x7b24 034846 arg mem_t1_256 ,regb 
+0x7b25 034847 arg mem_t3_256 ,contw 
+0x7b26 034848 call bn_submod_256 
+0x7b27 034849 arg mem_t3_256 ,rega 
+0x7b28 034850 arg mem_t1_256 ,regb 
+0x7b29 034851 arg mem_cx_256 ,contw 
+0x7b2a 034852 call bn_submod_256 
+0x7b2b 034853 arg mem_t1_256 ,rega 
+0x7b2c 034854 arg mem_cx_256 ,regb 
+0x7b2d 034855 arg mem_t3_256 ,contw 
+0x7b2e 034856 call bn_submod_256 
+0x7b2f 034857 arg mem_t3_256 ,rega 
+0x7b30 034858 arg mem_t2_256 ,regb 
+0x7b31 034859 arg mem_t3_256 ,contw 
+0x7b32 034860 call bn_mulmod_256 
+0x7b33 034861 arg mem_t3_256 ,rega 
+0x7b34 034862 arg mem_t0_256 ,regb 
+0x7b35 034863 arg mem_cy_256 ,contw 
+0x7b36 034864 branch bn_submod_256 
+:      034866 ecadd_256:
+0x7b37 034868 arg mem_az_256 ,rega 
+0x7b38 034869 arg mem_t7_256 ,contw 
+0x7b39 034870 call bn_sqrmod_256 
+0x7b3a 034871 arg mem_cx_256 ,rega 
+0x7b3b 034872 arg mem_t7_256 ,regb 
+0x7b3c 034873 arg mem_t0_256 ,contw 
+0x7b3d 034874 call bn_mulmod_256 
+0x7b3e 034877 arg mem_az_256 ,rega 
+0x7b3f 034878 arg mem_t7_256 ,regb 
+0x7b40 034879 arg mem_t7_256 ,contw 
+0x7b41 034880 call bn_mulmod_256 
+0x7b42 034881 arg mem_cy_256 ,rega 
+0x7b43 034882 arg mem_t7_256 ,regb 
+0x7b44 034883 arg mem_t1_256 ,contw 
+0x7b45 034884 call bn_mulmod_256 
+0x7b46 034887 arg mem_cz_256 ,rega 
+0x7b47 034888 arg mem_t7_256 ,contw 
+0x7b48 034889 call bn_sqrmod_256 
+0x7b49 034890 arg mem_ax_256 ,rega 
+0x7b4a 034891 arg mem_t7_256 ,regb 
+0x7b4b 034892 arg mem_t2_256 ,contw 
+0x7b4c 034893 call bn_mulmod_256 
+0x7b4d 034895 arg mem_cz_256 ,rega 
+0x7b4e 034896 arg mem_t7_256 ,regb 
+0x7b4f 034897 arg mem_t7_256 ,contw 
+0x7b50 034898 call bn_mulmod_256 
+0x7b51 034899 arg mem_ay_256 ,rega 
+0x7b52 034900 arg mem_t7_256 ,regb 
+0x7b53 034901 arg mem_t3_256 ,contw 
+0x7b54 034902 call bn_mulmod_256 
+0x7b55 034907 arg mem_t0_256 ,regb 
+0x7b56 034908 arg mem_t2_256 ,rega 
+0x7b57 034909 arg mem_t7_256 ,contw 
+0x7b58 034910 call bn_submod_256 
+0x7b59 034911 arg mem_t0_256 ,rega 
+0x7b5a 034912 arg mem_t2_256 ,regb 
+0x7b5b 034913 arg mem_t0_256 ,contw 
+0x7b5c 034914 call bn_addmod_256 
+0x7b5d 034917 arg mem_t1_256 ,regb 
+0x7b5e 034918 arg mem_t3_256 ,rega 
+0x7b5f 034919 arg mem_t2_256 ,contw 
+0x7b60 034920 call bn_submod_256 
+0x7b61 034921 arg mem_t1_256 ,rega 
+0x7b62 034922 arg mem_t3_256 ,regb 
+0x7b63 034923 arg mem_t1_256 ,contw 
+0x7b64 034924 call bn_addmod_256 
+0x7b65 034925 arg mem_t1_256 ,rega 
+0x7b66 034926 arg mem_t7_256 ,regb 
+0x7b67 034927 arg mem_t1_256 ,contw 
+0x7b68 034928 call bn_mulmod_256 
+0x7b69 034929 arg mem_cz_256 ,rega 
+0x7b6a 034930 arg mem_az_256 ,regb 
+0x7b6b 034931 arg mem_t3_256 ,contw 
+0x7b6c 034932 call bn_mulmod_256 
+0x7b6d 034933 arg mem_t3_256 ,rega 
+0x7b6e 034934 arg mem_t7_256 ,regb 
+0x7b6f 034935 arg mem_cz_256 ,contw 
+0x7b70 034936 call bn_mulmod_256 
+0x7b71 034938 arg mem_t7_256 ,rega 
+0x7b72 034939 arg mem_t7_256 ,contw 
+0x7b73 034940 call bn_sqrmod_256 
+0x7b74 034941 arg mem_t7_256 ,rega 
+0x7b75 034942 arg mem_t0_256 ,regb 
+0x7b76 034943 arg mem_t3_256 ,contw 
+0x7b77 034944 call bn_mulmod_256 
+0x7b78 034945 arg mem_t7_256 ,rega 
+0x7b79 034946 arg mem_t1_256 ,regb 
+0x7b7a 034947 arg mem_t1_256 ,contw 
+0x7b7b 034948 call bn_mulmod_256 
+0x7b7c 034949 arg mem_t2_256 ,rega 
+0x7b7d 034950 arg mem_cx_256 ,contw 
+0x7b7e 034951 call bn_sqrmod_256 
+0x7b7f 034952 arg mem_cx_256 ,rega 
+0x7b80 034953 arg mem_t3_256 ,regb 
+0x7b81 034954 arg mem_cx_256 ,contw 
+0x7b82 034955 call bn_submod_256 
+0x7b83 034956 arg mem_cx_256 ,contr 
+0x7b84 034957 arg mem_t7_256 ,contw 
+0x7b85 034958 call memcpy32 
+0x7b86 034959 arg mem_t7_256 ,rega 
+0x7b87 034960 call bn_lshiftmod_256 
+0x7b88 034961 arg mem_t3_256 ,rega 
+0x7b89 034962 arg mem_t7_256 ,regb 
+0x7b8a 034963 arg mem_t3_256 ,contw 
+0x7b8b 034964 call bn_submod_256 
+0x7b8c 034965 arg mem_t3_256 ,rega 
+0x7b8d 034966 arg mem_t2_256 ,regb 
+0x7b8e 034967 arg mem_t2_256 ,contw 
+0x7b8f 034968 call bn_mulmod_256 
+0x7b90 034969 arg mem_t2_256 ,rega 
+0x7b91 034970 arg mem_t1_256 ,regb 
+0x7b92 034971 arg mem_cy_256 ,contw 
+0x7b93 034972 call bn_submod_256 
+0x7b94 034973 arg mem_cy_256 ,rega 
+0x7b95 034974 arg mem_p_256 ,regb 
+0x7b96 034975 arg mem_cy_256 ,contw 
+0x7b97 034976 force 0 ,regc 
+0x7b98 034977 fetch 1 ,mem_cy_256 
+0x7b99 034978 isolate1 0 ,pdata 
+0x7b9a 034979 call bn_add_256 ,true 
+0x7b9b 034980 copy regc ,alarm 
+0x7b9c 034981 arg mem_cy_256 ,rega 
+0x7b9d 034982 call bn_rshift_256 
+0x7b9e 034983 fetch 1 ,mem_cy5_256 
+0x7b9f 034984 isolate1 0 ,alarm 
+0x7ba0 034985 setflag true ,7 ,pdata 
+0x7ba1 034986 store 1 ,mem_cy5_256 
+0x7ba2 034987 rtn 
+:      034989 bn_invmod_256:
+0x7ba3 034990 copy contw ,timeup 
+0x7ba4 034991 arg mem_tmp0_256 ,contw 
+0x7ba5 034992 call clear_mem_256 
+0x7ba6 034993 force 0 ,pdata 
+0x7ba7 034995 store 4 ,mem_t2_256 
+0x7ba8 034996 jam 1 ,mem_tmp0_256 
+0x7ba9 034997 arg mem_tmp1_256 ,contw 
+0x7baa 034998 call clear_mem_512 
+0x7bab 034999 arg mem_p_256 ,contr 
+0x7bac 035000 arg mem_tmp2_256 ,contw 
+0x7bad 035001 call memcpy32 
+0x7bae 035002 copy rega ,contr 
+0x7baf 035003 arg mem_tmp3_256 ,contw 
+0x7bb0 035004 call memcpy32 
+:      035010 bn_invmod_256_2:
+0x7bb1 035011 arg mem_tmp3_256 ,contr 
+0x7bb2 035012 call bn_eq_zero_256 
+0x7bb3 035013 branch bn_invmod_256_0 ,blank 
+0x7bb4 035018 arg mem_tmp3_256 ,rega 
+0x7bb5 035019 arg mem_tmp0_256 ,regb 
+0x7bb6 035020 call bn_rshifteven_256 
+0x7bb7 035021 arg mem_tmp2_256 ,rega 
+0x7bb8 035022 arg mem_tmp1_256 ,regb 
+0x7bb9 035023 call bn_rshifteven_256 
+0x7bba 035025 arg mem_tmp3_256 ,rega 
+0x7bbb 035026 arg mem_tmp2_256 ,regb 
+0x7bbc 035027 call bn_bigeq_256 
+0x7bbd 035028 branch bn_invmod_256_1 ,positive 
+0x7bbe 035029 arg mem_tmp2_256 ,rega 
+0x7bbf 035030 arg mem_tmp3_256 ,regb 
+0x7bc0 035031 copy rega ,contw 
+0x7bc1 035032 call bn_sub_256 
+0x7bc2 035033 arg mem_tmp0_256 ,rega 
+0x7bc3 035034 arg mem_tmp1_256 ,regb 
+0x7bc4 035035 copy regb ,contw 
+0x7bc5 035036 call bn_add_256 
+0x7bc6 035037 ifetch 1 ,rega 
+0x7bc7 035038 iadd regc ,regc 
+0x7bc8 035039 ifetch 1 ,regb 
+0x7bc9 035040 iadd regc ,pdata 
+0x7bca 035041 istore 1 ,regb 
+0x7bcb 035042 branch bn_invmod_256_2 
+:      035043 bn_invmod_256_1:
+0x7bcc 035044 arg mem_tmp3_256 ,rega 
+0x7bcd 035045 arg mem_tmp2_256 ,regb 
+0x7bce 035046 copy rega ,contw 
+0x7bcf 035047 call bn_sub_256 
+0x7bd0 035048 arg mem_tmp1_256 ,rega 
+0x7bd1 035049 arg mem_tmp0_256 ,regb 
+0x7bd2 035050 copy regb ,contw 
+0x7bd3 035051 call bn_add_256 
+0x7bd4 035052 ifetch 1 ,rega 
+0x7bd5 035053 iadd regc ,regc 
+0x7bd6 035054 ifetch 1 ,regb 
+0x7bd7 035055 iadd regc ,pdata 
+0x7bd8 035056 istore 1 ,regb 
+0x7bd9 035057 branch bn_invmod_256_2 
+:      035058 bn_invmod_256_0:
+0x7bda 035060 arg mem_tmp1_256 ,rega 
+0x7bdb 035061 copy timeup ,contw 
+0x7bdc 035062 call bn_p256mod 
+0x7bdd 035064 arg mem_p_256 ,rega 
+0x7bde 035065 copy timeup ,regb 
+0x7bdf 035066 copy timeup ,contw 
+0x7be0 035067 branch bn_submod_256 
+:      035070 bn_mulmod_256:
+0x7be1 035071 copy contw ,timeup 
+0x7be2 035073 force 0 ,regext_index 
+0x7be3 035075 arg mem_tmp1_256 ,contw 
+0x7be4 035076 call clear_mem_512 
+0x7be5 035077 arg mem_regext ,contw 
+0x7be6 035078 call clear_mem_512 
+0x7be7 035082 copy rega ,contr 
+0x7be8 035084 jam 0 ,mem_regext 
+0x7be9 035085 setarg 0 
+0x7bea 035086 call bn_load_mem 
+0x7beb 035087 copy regb ,contr 
+0x7bec 035088 call bn_load_256 
+0x7bed 035091 force 0 ,queue 
+0x7bee 035092 arg mem_tmp1_256 ,contw 
+:      035093 bn_mulmod_256_1:
+0x7bef 035096 arg mem_regext ,temp 
+0x7bf0 035097 copy queue ,regb 
+0x7bf1 035098 lshift2 regb ,pdata 
+0x7bf2 035100 iadd temp ,regb 
+0x7bf3 035101 force 0 ,temp 
+0x7bf4 035102 force 0 ,regc 
+:      035103 bn_mulmod_256_0:
+0x7bf5 035108 ifetch 4 ,contw 
+0x7bf6 035109 iforce rega 
+0x7bf7 035112 ifetch 4 ,regb 
+0x7bf8 035113 copy regc ,regext_index 
+0x7bf9 035114 imul32 regext ,pdata 
+0x7bfa 035115 iadd rega ,pdata 
+0x7bfb 035116 iadd temp ,pdata 
+0x7bfc 035117 istore 4 ,contw 
+0x7bfd 035118 rshift32 pdata ,temp 
+0x7bfe 035119 increase 1 ,regc 
+0x7bff 035120 compare 8 ,regc ,0xff 
+0x7c00 035121 nbranch bn_mulmod_256_0 ,true 
+0x7c01 035123 deposit temp 
+0x7c02 035124 istore 4 ,contw 
+0x7c03 035125 increase -32 ,contw 
+0x7c04 035128 increase 1 ,queue 
+0x7c05 035129 compare 8 ,queue ,0xff 
+0x7c06 035130 nbranch bn_mulmod_256_1 ,true 
+0x7c07 035131 arg mem_tmp1_256 ,rega 
+0x7c08 035132 copy timeup ,contw 
+0x7c09 035133 branch bn_p256mod 
+:      035135 bn_p256mod:
+0x7c0a 035136 bpatchx patch3e_2 ,mem_patch3e 
+0x7c0b 035137 copy contw ,timeup 
+0x7c0c 035138 copy rega ,alarm 
+0x7c0d 035139 arg mem_tmp2_256 ,regb 
+0x7c0e 035140 copy regb ,contw 
+0x7c0f 035141 call memset0_4 
+0x7c10 035142 istore 8 ,contw 
+0x7c11 035143 add rega ,44 ,contr 
+0x7c12 035144 call memcpy8 
+0x7c13 035145 call memcpy12 
+0x7c14 035146 copy regb ,rega 
+0x7c15 035147 call bn_lshiftmod_256 
+0x7c16 035148 arg mem_tmp2_256 ,regb 
+0x7c17 035149 copy alarm ,rega 
+0x7c18 035150 copy timeup ,contw 
+0x7c19 035151 call bn_addmod_256 
+0x7c1a 035153 arg mem_tmp2_256 ,regb 
+0x7c1b 035154 copy regb ,contw 
+0x7c1c 035155 call memset0_4 
+0x7c1d 035156 istore 8 ,contw 
+0x7c1e 035157 add alarm ,48 ,contr 
+0x7c1f 035158 call memcpy16 
+0x7c20 035159 call memset0_4 
+0x7c21 035160 copy regb ,rega 
+0x7c22 035161 call bn_lshiftmod_256 
+0x7c23 035165 arg mem_tmp2_256 ,regb 
+0x7c24 035166 copy timeup ,rega 
+0x7c25 035167 copy rega ,contw 
+0x7c26 035168 call bn_addmod_256 
+0x7c27 035172 arg mem_tmp2_256 ,regb 
+0x7c28 035173 copy regb ,contw 
+0x7c29 035174 add alarm ,32 ,contr 
+0x7c2a 035175 call memcpy12 
+0x7c2b 035176 call memset0_4 
+0x7c2c 035177 istore 8 ,contw 
+0x7c2d 035178 add alarm ,56 ,contr 
+0x7c2e 035179 call memcpy8 
+0x7c2f 035180 copy timeup ,rega 
+0x7c30 035181 copy rega ,contw 
+0x7c31 035182 call bn_addmod_256 
+0x7c32 035186 arg mem_tmp2_256 ,regb 
+0x7c33 035187 copy regb ,contw 
+0x7c34 035188 add alarm ,36 ,contr 
+0x7c35 035189 call memcpy12 
+0x7c36 035190 add alarm ,52 ,contr 
+0x7c37 035191 call memcpy12 
+0x7c38 035192 add alarm ,52 ,contr 
+0x7c39 035193 call memcpy4 
+0x7c3a 035194 add alarm ,32 ,contr 
+0x7c3b 035195 call memcpy4 
+0x7c3c 035196 copy timeup ,rega 
+0x7c3d 035197 copy rega ,contw 
+0x7c3e 035198 call bn_addmod_256 
+0x7c3f 035201 arg mem_tmp2_256 ,regb 
+0x7c40 035202 copy regb ,contw 
+0x7c41 035203 add alarm ,44 ,contr 
+0x7c42 035204 call memcpy12 
+0x7c43 035205 call memset0_4 
+0x7c44 035206 istore 8 ,contw 
+0x7c45 035207 add alarm ,32 ,contr 
+0x7c46 035208 call memcpy4 
+0x7c47 035209 add alarm ,40 ,contr 
+0x7c48 035210 call memcpy4 
+0x7c49 035211 copy timeup ,rega 
+0x7c4a 035212 copy rega ,contw 
+0x7c4b 035213 call bn_submod_256 
+0x7c4c 035216 arg mem_tmp2_256 ,regb 
+0x7c4d 035217 copy regb ,contw 
+0x7c4e 035218 add alarm ,48 ,contr 
+0x7c4f 035219 call memcpy8 
+0x7c50 035220 call memcpy8 
+0x7c51 035221 force 0 ,pdata 
+0x7c52 035222 istore 8 ,contw 
+0x7c53 035223 add alarm ,36 ,contr 
+0x7c54 035224 call memcpy4 
+0x7c55 035225 add alarm ,44 ,contr 
+0x7c56 035226 call memcpy4 
+0x7c57 035227 copy timeup ,rega 
+0x7c58 035228 copy rega ,contw 
+0x7c59 035229 call bn_submod_256 
+0x7c5a 035232 arg mem_tmp2_256 ,regb 
+0x7c5b 035233 copy regb ,contw 
+0x7c5c 035234 add alarm ,52 ,contr 
+0x7c5d 035235 call memcpy12 
+0x7c5e 035236 add alarm ,32 ,contr 
+0x7c5f 035237 call memcpy12 
+0x7c60 035238 call memset0_4 
+0x7c61 035239 add alarm ,48 ,contr 
+0x7c62 035240 call memcpy4 
+0x7c63 035241 copy timeup ,rega 
+0x7c64 035242 copy rega ,contw 
+0x7c65 035243 call bn_submod_256 
+0x7c66 035246 arg mem_tmp2_256 ,regb 
+0x7c67 035247 copy regb ,contw 
+0x7c68 035248 add alarm ,56 ,contr 
+0x7c69 035249 call memcpy8 
+0x7c6a 035250 call memset0_4 
+0x7c6b 035251 add alarm ,36 ,contr 
+0x7c6c 035252 call memcpy12 
+0x7c6d 035253 call memset0_4 
+0x7c6e 035254 add alarm ,52 ,contr 
+0x7c6f 035255 call memcpy4 
+0x7c70 035256 copy timeup ,rega 
+0x7c71 035257 copy rega ,contw 
+0x7c72 035258 branch bn_submod_256 
+:      035261 bn_load_mem:
+0x7c73 035262 force 32 ,loopcnt 
+0x7c74 035263 arg mem_regext ,contw 
+0x7c75 035264 iadd contw ,contw 
+0x7c76 035265 branch memcpy 
+:      035267 bn_load_256:
+0x7c77 035268 force 8 ,loopcnt 
+0x7c78 035269 branch bn_load_0 
+:      035271 bn_sqrmod_256:
+0x7c79 035272 copy rega ,regb 
+0x7c7a 035273 branch bn_mulmod_256 
+:      035275 bn_add_256:
+0x7c7b 035276 force 8 ,loopcnt 
+0x7c7c 035277 branch bn_add + 1 
+:      035279 bn_addmod_256:
+0x7c7d 035280 call bn_add_256 
+0x7c7e 035281 copy contw ,rega 
+0x7c7f 035282 branch bn_lshiftmod_ismod_256 
+:      035284 bn_lshiftmod_256:
+0x7c80 035285 call bn_lshift_256 
+:      035286 bn_lshiftmod_ismod_256:
+0x7c81 035287 isolate1 0 ,regc 
+0x7c82 035288 branch bn_lshiftmod_p_256 ,true 
+0x7c83 035289 arg mem_p_256 ,regb 
+0x7c84 035290 copy rega ,regc 
+0x7c85 035291 increase -32 ,rega 
+0x7c86 035292 call bn_bigeq_256 
+0x7c87 035293 nrtn positive 
+0x7c88 035294 copy regc ,rega 
+0x7c89 035295 branch sub_p2_256 
+:      035297 bn_lshiftmod_p_256:
+0x7c8a 035298 call sub_p2_256 
+0x7c8b 035300 copy rega ,regc 
+0x7c8c 035301 increase -32 ,rega 
+0x7c8d 035302 arg mem_p_256 ,regb 
+0x7c8e 035303 call bn_bigeq_256 
+0x7c8f 035304 nrtn positive 
+0x7c90 035305 copy regc ,rega 
+0x7c91 035306 branch sub_p2_256 
+:      035309 sub_p2_256:
+0x7c92 035310 increase -32 ,rega 
+0x7c93 035311 arg mem_p_256 ,regb 
+0x7c94 035312 copy rega ,contw 
+0x7c95 035313 branch bn_sub_256 
+:      035318 bn_submod_256:
+0x7c96 035319 call bn_sub_256 
+0x7c97 035321 branch bn_submod_256_np ,true 
+0x7c98 035324 add contw ,-32 ,rega 
+0x7c99 035325 arg mem_p_256 ,regb 
+0x7c9a 035326 call bn_bigeq_256 
+0x7c9b 035327 nrtn positive 
+0x7c9c 035328 arg mem_p_256 ,regb 
+0x7c9d 035329 add contw ,-32 ,rega 
+0x7c9e 035331 copy rega ,contw 
+0x7c9f 035332 branch bn_sub_256 
+:      035333 bn_submod_256_np:
+0x7ca0 035334 add contw ,-32 ,rega 
+0x7ca1 035335 arg mem_p_256 ,regb 
+0x7ca2 035336 copy rega ,contw 
+0x7ca3 035337 call bn_add_256 
+0x7ca4 035339 rtn true 
+0x7ca5 035340 add contw ,-32 ,rega 
+0x7ca6 035341 arg mem_p_256 ,regb 
+0x7ca7 035342 copy rega ,contw 
+0x7ca8 035343 branch bn_add_256 
+:      035347 bn_sub_256:
+0x7ca9 035348 force 8 ,loopcnt 
+0x7caa 035349 branch bn_sub + 1 
+:      035351 bn_rshift_256:
+0x7cab 035352 force 8 ,loopcnt 
+0x7cac 035353 increase 28 ,rega 
+0x7cad 035354 branch bn_rshift 
+:      035356 bn_lshift_256:
+0x7cae 035357 force 8 ,loopcnt 
+0x7caf 035358 force 0 ,regc 
+0x7cb0 035359 branch bn_lshift_0 
+:      035361 bn_bigeq_256:
+0x7cb1 035362 force 8 ,loopcnt 
+0x7cb2 035363 increase 28 ,rega 
+0x7cb3 035364 increase 28 ,regb 
+0x7cb4 035365 branch bn_bigeq_0 
+:      035368 bn_eq_zero_256:
+0x7cb5 035369 ifetch 8 ,contr 
+0x7cb6 035370 nrtn blank 
+0x7cb7 035371 branch bn_eq_zero 
+:      035376 bn_rshifteven_256:
+0x7cb8 035377 copy rega ,alarm 
+:      035378 bn_rshifteven_256_1:
+0x7cb9 035379 copy alarm ,rega 
+0x7cba 035380 ifetch 1 ,rega 
+0x7cbb 035381 isolate1 0 ,pdata 
+0x7cbc 035382 rtn true 
+0x7cbd 035383 call bn_rshift_256 
+0x7cbe 035384 ifetch 1 ,regb 
+0x7cbf 035385 isolate0 0 ,pdata 
+0x7cc0 035386 branch bn_rshifteven_256_0 ,true 
+0x7cc1 035387 arg mem_p_256 ,rega 
+0x7cc2 035388 copy regb ,contw 
+0x7cc3 035389 call bn_add_256 
+0x7cc4 035390 ifetch 1 ,regb 
+0x7cc5 035391 iadd regc ,pdata 
+0x7cc6 035392 istore 1 ,regb 
+0x7cc7 035393 increase -32 ,regb 
+:      035394 bn_rshifteven_256_0:
+0x7cc8 035395 add regb ,32 ,rega 
+0x7cc9 035396 force 9 ,loopcnt 
+0x7cca 035397 call bn_rshift 
+0x7ccb 035398 branch bn_rshifteven_256_1 
+:      035402 ui_init:
+0x7ccc 035403 call lpm_disable_exen_output 
+0x7ccd 035404 rtn wake 
+0x7cce 035405 call ui_button_init 
+0x7ccf 035406 call ui_timer_init 
+0x7cd0 035407 branch ui_led_init_global 
+:      035409 ui_dispatch:
+0x7cd1 035410 call ui_led_dispatch 
+0x7cd2 035412 branch ui_timer_check 
+:      035414 ui_button_init:
+0x7cd3 035415 fetch 1 ,mem_ui_button_gpio 
+0x7cd4 035416 rtneq ui_button_gpio_disable 
+0x7cd5 035417 iforce temp 
+0x7cd6 035418 call gpio_config_output 
+0x7cd7 035419 fetcht 1 ,mem_ui_button_gpio 
+0x7cd8 035420 call gpio_out_inactive 
+0x7cd9 035421 nop 100 
+0x7cda 035422 fetcht 1 ,mem_ui_button_gpio 
+0x7cdb 035423 call gpio_config_input 
+0x7cdc 035424 branch ui_button_polling 
+:      035428 ui_button_polling:
+0x7cdd 035429 bpatchx patch3e_3 ,mem_patch3e 
+0x7cde 035430 fetch 1 ,mem_ui_button_gpio 
+0x7cdf 035431 rtneq ui_button_gpio_disable 
+0x7ce0 035432 copy pdata ,temp 
+0x7ce1 035433 call gpio_get_bit 
+0x7ce2 035434 nbranch ui_button_up ,true 
+:      035436 ui_button_down:
+0x7ce3 035437 call ui_button_check_long_press 
+0x7ce4 035438 fetch 2 ,mem_ui_state_map 
+0x7ce5 035439 set1 ui_state_btn_down 
+0x7ce6 035440 store 2 ,mem_ui_state_map 
+0x7ce7 035441 fetch 1 ,mem_ui_button_last_state 
+0x7ce8 035442 rtneq ui_button_state_down 
+0x7ce9 035443 jam ui_button_state_down ,mem_ui_button_last_state 
+0x7cea 035445 fetch 1 ,mem_ui_button_timeout 
+0x7ceb 035446 store 1 ,mem_ui_button_timer 
+0x7cec 035447 call lpm_button_get_wake_lock 
+0x7ced 035448 jam bt_evt_button_down ,mem_fifo_temp 
+0x7cee 035449 branch ui_ipc_send_event 
+:      035450 ui_button_up:
+0x7cef 035451 fetch 2 ,mem_ui_state_map 
+0x7cf0 035452 set0 ui_state_btn_down 
+0x7cf1 035453 store 2 ,mem_ui_state_map 
+0x7cf2 035454 fetch 1 ,mem_ui_button_last_state 
+0x7cf3 035455 rtneq ui_button_state_up 
+0x7cf4 035456 jam ui_button_state_up ,mem_ui_button_last_state 
+0x7cf5 035458 jam 0 ,mem_ui_button_timer 
+0x7cf6 035459 call lpm_button_clean_wake_lock 
+0x7cf7 035460 jam bt_evt_button_up ,mem_fifo_temp 
+0x7cf8 035461 branch ui_ipc_send_event 
+:      035463 ui_button_check_long_press:
+0x7cf9 035464 fetch 1 ,mem_ui_button_timer 
+0x7cfa 035465 rtn blank 
+0x7cfb 035466 increase -1 ,pdata 
+0x7cfc 035467 store 1 ,mem_ui_button_timer 
+0x7cfd 035468 nrtn blank 
+0x7cfe 035470 jam bt_evt_button_long_pressed ,mem_fifo_temp 
+0x7cff 035471 branch ui_ipc_send_event 
+:      035473 lpm_button_get_wake_lock:
+0x7d00 035474 arg wake_lock_button ,queue 
+0x7d01 035475 branch lpm_get_wake_lock 
+:      035477 lpm_button_clean_wake_lock:
+0x7d02 035478 arg wake_lock_button ,queue 
+0x7d03 035479 branch lpm_put_wake_lock 
+:      035501 calc_curr_struct_prt:
+0x7d04 035502 fetch 2 ,mem_ui_led_struct_ptr 
+0x7d05 035503 mul32 rega ,led_offset_length ,regb 
+0x7d06 035504 iadd regb ,regb 
+0x7d07 035505 rtn 
+:      035508 ui_led_init_global:
+0x7d08 035509 fetch 1 ,mem_ui_led_struct_num 
+0x7d09 035510 rtn blank 
+0x7d0a 035511 copy pdata ,loopcnt 
+0x7d0b 035512 fetch 2 ,mem_ui_led_struct_ptr 
+0x7d0c 035513 copy pdata ,regb 
+:      035514 ui_led_init_loop:
+0x7d0d 035515 add regb ,led_offset_led_gpio ,regc 
+0x7d0e 035516 ifetcht 1 ,regc 
+0x7d0f 035517 call gpio_config_output 
+0x7d10 035518 call ui_led_off_static 
+0x7d11 035519 increase led_offset_length ,regb 
+0x7d12 035520 loop ui_led_init_loop 
+0x7d13 035521 rtn 
+:      035525 ui_led_on_global:
+0x7d14 035526 call calc_curr_struct_prt 
+0x7d15 035527 setarg ui_led_state_lighting 
+0x7d16 035528 istore 1 ,regb 
+0x7d17 035529 call ui_led_stop_timer 
+0x7d18 035530 branch ui_led_on_static 
+:      035534 ui_led_blink_stop_global:
+:      035535 ui_led_off_global:
+0x7d19 035536 call calc_curr_struct_prt 
+0x7d1a 035537 setarg ui_led_state_darking 
+0x7d1b 035538 istore 1 ,regb 
+0x7d1c 035539 call ui_led_stop_timer 
+0x7d1d 035540 branch ui_led_off_static 
+:      035544 ui_led_blink_start_global:
+0x7d1e 035545 call calc_curr_struct_prt 
+0x7d1f 035546 setarg ui_led_state_blink_start 
+0x7d20 035547 istore 1 ,regb 
+0x7d21 035548 setarg led_infinite_flash_num 
+0x7d22 035549 istore 1 ,contw 
+0x7d23 035550 branch ui_led_off_static 
+:      035555 ui_led_set_style_global:
+0x7d24 035556 call calc_curr_struct_prt 
+0x7d25 035557 arg led_offset_length ,loopcnt 
+0x7d26 035558 copy regc ,contr 
+0x7d27 035559 copy regb ,contw 
+0x7d28 035560 branch memcpy_fast 
+:      035564 ui_led_dispatch:
+0x7d29 035565 fetch 1 ,mem_ui_led_struct_num 
+0x7d2a 035566 rtn blank 
+0x7d2b 035567 arg 0 ,rega 
+:      035568 ui_led_blink_polling:
+0x7d2c 035569 call ui_led_change_style_by_type 
+0x7d2d 035570 increase 1 ,rega 
+0x7d2e 035571 fetch 1 ,mem_ui_led_struct_num 
+0x7d2f 035572 isub rega ,null 
+0x7d30 035573 rtn zero 
+0x7d31 035574 branch ui_led_blink_polling 
+:      035577 ui_led_off_static:
+0x7d32 035578 add regb ,led_offset_led_gpio ,regc 
+0x7d33 035579 ifetcht 1 ,regc 
+0x7d34 035580 branch gpio_out_inactive 
+:      035583 ui_led_on_static:
+0x7d35 035584 add regb ,led_offset_led_gpio ,regc 
+0x7d36 035585 ifetcht 1 ,regc 
+0x7d37 035586 branch gpio_out_active 
+:      035590 ui_led_change_style_by_type:
+0x7d38 035591 add rega ,ui_led_blink ,queue 
+0x7d39 035592 call timer_check 
+0x7d3a 035593 nrtn blank 
+0x7d3b 035595 call calc_curr_struct_prt 
+0x7d3c 035597 ifetch 1 ,regb 
+0x7d3d 035599 beq ui_led_state_lighting ,ui_led_on_static 
+0x7d3e 035600 beq ui_led_state_darking ,ui_led_off_static 
+0x7d3f 035601 beq ui_led_state_blink_stop ,ui_led_off_static 
+0x7d40 035602 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
+:      035603 ui_led_blink_state_lighting:
+0x7d41 035604 call ui_led_on_static 
+0x7d42 035605 add regb ,led_offset_cb_ledon ,regc 
+0x7d43 035606 call push_stack 
+0x7d44 035607 ifetch 2 ,regc 
+0x7d45 035608 call callback_func 
+0x7d46 035609 call pop_stack 
+0x7d47 035610 setarg ui_led_state_blink_darking 
+0x7d48 035611 istore 1 ,regb 
+0x7d49 035612 add regb ,led_offset_on_time ,regc 
+0x7d4a 035613 ifetch 2 ,regc 
+0x7d4b 035614 branch ui_led_blink_timer_start 
+:      035617 ui_led_blink_state_darking:
+0x7d4c 035618 call ui_led_off_static 
+0x7d4d 035619 add regb ,led_offset_cb_ledoff ,regc 
+0x7d4e 035620 call push_stack 
+0x7d4f 035621 ifetch 2 ,regc 
+0x7d50 035622 call callback_func 
+0x7d51 035623 call pop_stack 
+0x7d52 035625 add regb ,led_offset_blink_count ,regc 
+0x7d53 035626 ifetch 1 ,regc 
+0x7d54 035627 beq led_infinite_flash_num ,ui_led_blink_infinite 
+0x7d55 035628 increase -1 ,pdata 
+0x7d56 035629 istore 1 ,regc 
+0x7d57 035630 branch ui_led_blink_stop_global ,blank 
+:      035631 ui_led_blink_infinite:
+0x7d58 035632 setarg ui_led_state_blink_lighting 
+0x7d59 035633 istore 1 ,regb 
+0x7d5a 035634 add regb ,led_offset_off_time ,regc 
+0x7d5b 035635 ifetch 2 ,regc 
+:      035636 ui_led_blink_timer_start:
+0x7d5c 035637 add rega ,ui_led_blink ,queue 
+0x7d5d 035638 branch timer_init 
+:      035640 ui_led_stop_timer:
+0x7d5e 035641 setarg 0 
+0x7d5f 035642 branch ui_led_blink_timer_start 
+:      035648 ui_timer_timeout:
+0x7d60 035649 setarg 0x1000 
+0x7d61 035650 lshift16 pdata ,pdata 
+0x7d62 035651 iadd regb ,regb 
+0x7d63 035652 rtn 
+:      035654 ui_timer_check:
+0x7d64 035655 bpatchx patch3e_4 ,mem_patch3e 
+0x7d65 035656 arg 0 ,rega 
+0x7d66 035657 fetcht 4 ,mem_ui_timer_last_btclk 
+0x7d67 035658 copy clkn_bt ,regb 
+0x7d68 035659 copy regb ,pdata 
+0x7d69 035660 isub temp ,null 
+0x7d6a 035661 ncall ui_timer_timeout ,positive 
+:      035663 ui_timer_check_loop:
+0x7d6b 035664 copy regb ,pdata 
+0x7d6c 035665 increase 160 ,temp 
+0x7d6d 035666 increase 160 ,temp 
+0x7d6e 035667 isub temp ,null 
+0x7d6f 035668 nbranch ui_timer_check_end ,positive 
+0x7d70 035669 increase 1 ,rega 
+0x7d71 035670 and rega ,0x0f ,pdata 
+0x7d72 035671 nbranch ui_timer_check_loop ,blank 
+0x7d73 035672 arg 0 ,rega 
+0x7d74 035673 call ui_timer_check_send_evt 
+:      035674 ui_timer_init:
+0x7d75 035675 copy clkn_bt ,pdata 
+0x7d76 035676 store 4 ,mem_ui_timer_last_btclk 
+0x7d77 035677 rtn 
+:      035678 ui_timer_check_end:
+0x7d78 035679 bpatchx patch3e_5 ,mem_patch3e 
+0x7d79 035680 copy rega ,pdata 
+0x7d7a 035681 rtn blank 
+0x7d7b 035682 increase -160 ,temp 
+0x7d7c 035683 increase -160 ,temp 
+0x7d7d 035684 set0 28 ,temp 
+0x7d7e 035685 storet 4 ,mem_ui_timer_last_btclk 
+:      035686 ui_timer_check_send_evt:
+0x7d7f 035687 branch app_evt_timer 
+:      035694 ui_ipc_get_lock:
+0x7d80 035695 jam 1 ,mem_ipc_lock_bt 
+:      035696 ui_ipc_get_lock_wait:
+0x7d81 035697 fetch 1 ,mem_ipc_lock_c51 
+0x7d82 035698 nbranch ui_ipc_get_lock_wait ,blank 
+0x7d83 035699 rtn 
+:      035701 ui_ipc_put_lock:
+0x7d84 035702 jam 0 ,mem_ipc_lock_bt 
+0x7d85 035703 rtn 
+:      035707 ui_ipc_send_event:
+0x7d86 035708 bpatchx patch3e_6 ,mem_patch3e 
+0x7d87 035709 call ui_ipc_get_lock 
+0x7d88 035710 copy rega ,pdata 
+0x7d89 035711 store 4 ,mem_ipc_rega_temp 
+0x7d8a 035712 arg mem_ipc_fifo_bt2c51 ,rega 
+0x7d8b 035713 call fifo_in 
+0x7d8c 035714 fetch 4 ,mem_ipc_rega_temp 
+0x7d8d 035715 copy pdata ,rega 
+0x7d8e 035716 branch ui_ipc_put_lock 
+:      035718 ui_ipc_send_cmd:
+0x7d8f 035719 bpatchx patch3e_7 ,mem_patch3e 
+0x7d90 035720 call ui_ipc_get_lock 
+0x7d91 035721 copy rega ,pdata 
+0x7d92 035722 store 4 ,mem_ipc_rega_temp 
+0x7d93 035723 arg mem_ipc_fifo_c512bt ,rega 
+0x7d94 035724 call fifo_in 
+0x7d95 035725 fetch 4 ,mem_ipc_rega_temp 
+0x7d96 035726 copy pdata ,rega 
+0x7d97 035727 branch ui_ipc_put_lock 
+:      035729 ui_ipc_clean_all_fifo:
+0x7d98 035730 setarg 0 
+0x7d99 035731 store util_fifo_len ,mem_ipc_fifo_c512bt 
+0x7d9a 035732 store util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x7d9b 035733 rtn 
+:      035735 check_51cmd:
+0x7d9c 035736 bpatchx patch3f_0 ,mem_patch3f 
+0x7d9d 035737 fetch 1 ,mem_hci_cmd 
+0x7d9e 035738 nrtn blank 
+0x7d9f 035739 arg mem_ipc_fifo_c512bt ,rega 
+0x7da0 035740 call fifo_is_empty 
+0x7da1 035741 rtn blank 
+0x7da2 035742 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
+0x7da3 035743 call check_51cmd_once 
+0x7da4 035744 fetch 1 ,mem_ipc_skip_continue_proc 
+0x7da5 035745 branch check_51cmd ,blank 
+0x7da6 035746 rtn 
+:      035748 check_51cmd_once:
+0x7da7 035749 call ui_ipc_get_lock 
+0x7da8 035750 arg mem_ipc_fifo_c512bt ,rega 
+0x7da9 035751 call fifo_out 
+0x7daa 035752 copy pdata ,temp 
+0x7dab 035753 call ui_ipc_put_lock 
+0x7dac 035754 bpatchx patch3f_1 ,mem_patch3f 
+0x7dad 035755 copy temp ,pdata 
+0x7dae 035756 rtn blank 
+0x7daf 035757 beq bt_cmd_start_discovery ,check_51cmd_start_discovery 
+0x7db0 035758 beq bt_cmd_stop_discovery ,check_51cmd_stop_discovery 
+0x7db1 035759 beq bt_cmd_reconnect ,check_51cmd_reconnect 
+0x7db2 035760 beq bt_cmd_enter_sniff_subrating ,check_51cmd_enter_sniff_subrating 
+0x7db3 035761 beq bt_cmd_exit_sniff_subrating ,check_51cmd_exit_sniff_subrating 
+0x7db4 035762 beq bt_cmd_sniff_test ,check_51cmd_sniff_test 
+0x7db5 035763 beq bt_cmd_start_inquiry ,check_51cmd_inq 
+0x7db6 035764 beq bt_cmd_stop_inquiry ,check_51cmd_stop_inq 
+0x7db7 035765 beq bt_cmd_start_adv ,check_51cmd_adv 
+0x7db8 035766 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
+0x7db9 035767 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
+0x7dba 035768 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
+0x7dbb 035769 beq bt_cmd_led_off ,check_51cmd_led_off 
+0x7dbc 035770 beq bt_cmd_led_on ,check_51cmd_led_on 
+0x7dbd 035771 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
+0x7dbe 035772 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
+0x7dbf 035773 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
+0x7dc0 035774 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
+0x7dc1 035775 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
+0x7dc2 035776 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
+0x7dc3 035777 beq bt_cmd_bb_reconn_cancel ,check_51cmd_bb_reconn_cancel 
+0x7dc4 035779 store 1 ,mem_fifo_temp 
+0x7dc5 035780 bpatchx patch3f_2 ,mem_patch3f 
+0x7dc6 035781 call lmo_fifo_check 
+0x7dc7 035782 nbranch check_51cmd_restore ,blank 
+:      035783 check_51cmd_once_continue:
+0x7dc8 035784 fetch 1 ,mem_fifo_temp 
+0x7dc9 035785 bmark0 mark_context ,check_51cmd_check_idle 
+0x7dca 035786 beq bt_cmd_disconnect ,check_51cmd_disconnect 
+0x7dcb 035787 beq bt_cmd_enter_sniff ,cmd_in_sniff 
+0x7dcc 035788 beq bt_cmd_exit_sniff ,cmd_exit_sniff 
+0x7dcd 035789 beq bt_cmd_set_pin_code ,check_51cmd_pincode 
+0x7dce 035790 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
+0x7dcf 035791 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
+0x7dd0 035792 beq bt_cmd_role_switch ,check_51cmd_role_switch 
+0x7dd1 035793 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
+0x7dd2 035794 beq bt_cmd_store_reconn_info_bt ,eeprom_store_bd_reconn_info 
+0x7dd3 035795 beq bt_cmd_dhkey_not_accept ,check_51cmd_dhkey_not_accept 
+0x7dd4 035796 beq bt_cmd_store_reconn_info ,check_51cmd_store_reconn_info 
+0x7dd5 035797 rtn 
+:      035799 check_51cmd_check_idle:
+0x7dd6 035800 store 1 ,mem_fifo_temp 
+0x7dd7 035801 call context_check_idle 
+0x7dd8 035802 branch check_51cmd_restore ,zero 
+0x7dd9 035803 call context_search_plap 
+0x7dda 035804 nrtn zero 
+:      035805 check_51cmd_restore:
+0x7ddb 035806 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
+0x7ddc 035807 branch ui_ipc_send_cmd 
+:      035812 check_51cmd_start_discovery:
+0x7ddd 035813 fetch 2 ,mem_ui_state_map 
+0x7dde 035814 set1 ui_state_bt_discovery 
+0x7ddf 035815 store 2 ,mem_ui_state_map 
+0x7de0 035816 jam 3 ,mem_scan_mode 
+0x7de1 035817 rtn 
+:      035821 check_51cmd_stop_discovery:
+0x7de2 035822 jam 0 ,mem_hid_handshake_timer_count 
+0x7de3 035823 jam 0 ,mem_scan_mode 
+0x7de4 035824 fetch 2 ,mem_ui_state_map 
+0x7de5 035825 set0 ui_state_bt_discovery 
+0x7de6 035826 store 2 ,mem_ui_state_map 
+0x7de7 035827 rtn 
+:      035831 check_51cmd_reconnect:
+0x7de8 035832 jam hci_cmd_create_conn ,mem_hci_cmd 
+0x7de9 035833 rtn 
+:      035837 check_51cmd_disconnect:
+0x7dea 035838 jam lmp_detach ,mem_lmo_opcode2 
+0x7deb 035839 jam other_end_terminated ,mem_disconn_reason_send 
+0x7dec 035840 rtn 
+:      035844 check_51cmd_enter_sniff_subrating:
+0x7ded 035845 rtn 
+:      035849 check_51cmd_exit_sniff_subrating:
+0x7dee 035850 rtn 
+:      035854 check_51cmd_sniff_test:
+0x7def 035855 rtn 
+:      035859 check_51cmd_pincode:
+0x7df0 035860 jam pincode_state_pincode_ready ,mem_pincode_state 
+0x7df1 035861 branch cmd_pair 
+:      035865 check_51cmd_inq:
+0x7df2 035866 rtn 
+:      035870 check_51cmd_stop_inq:
+0x7df3 035871 rtn 
+:      035875 check_51cmd_adv:
+0x7df4 035876 jam on ,mem_le_adv_enable 
+0x7df5 035877 jam adv_ind ,mem_le_adv_type 
+0x7df6 035878 fetch 2 ,mem_ui_state_map 
+0x7df7 035879 set1 ui_state_ble_adv ,pdata 
+0x7df8 035880 store 2 ,mem_ui_state_map 
+0x7df9 035881 rtn 
+:      035885 check_51cmd_stop_adv:
+0x7dfa 035886 fetch 2 ,mem_ui_state_map 
+0x7dfb 035887 set0 ui_state_ble_adv ,pdata 
+0x7dfc 035888 store 2 ,mem_ui_state_map 
+0x7dfd 035889 jam off ,mem_le_adv_enable 
+0x7dfe 035890 rtn 
+:      035894 check_51cmd_direct_adv:
+0x7dff 035895 jam on ,mem_le_adv_enable 
+0x7e00 035896 jam adv_direct_ind ,mem_le_adv_type 
+0x7e01 035897 fetch 2 ,mem_ui_state_map 
+0x7e02 035898 set1 ui_state_ble_adv ,pdata 
+0x7e03 035899 store 2 ,mem_ui_state_map 
+0x7e04 035900 rtn 
+:      035904 check_51cmd_stop_direct_adv:
+0x7e05 035905 fetch 2 ,mem_ui_state_map 
+0x7e06 035906 set0 ui_state_ble_adv ,pdata 
+0x7e07 035907 store 2 ,mem_ui_state_map 
+0x7e08 035908 jam off ,mem_le_adv_enable 
+0x7e09 035909 rtn 
+:      035913 check_51cmd_le_disconnect:
+0x7e0a 035914 setarg 20 
+0x7e0b 035915 store 2 ,mem_le_superto 
+0x7e0c 035916 store 2 ,mem_le_init_superto 
+0x7e0d 035917 branch le_send_terminate_ind_user_terminated 
+:      035921 check_51cmd_ble_update_connect_param:
+0x7e0e 035922 branch le_l2cap_tx_update_req 
+:      035926 check_51cmd_led_off:
+0x7e0f 035927 arg 0 ,rega 
+0x7e10 035928 branch ui_led_off_global 
+:      035932 check_51cmd_led_on:
+0x7e11 035933 arg 0 ,rega 
+0x7e12 035934 branch ui_led_on_global 
+:      035938 check_51cmd_led_start_blink:
+0x7e13 035939 arg 0 ,rega 
+0x7e14 035940 branch ui_led_blink_start_global 
+:      035944 check_51cmd_le_start_con:
+0x7e15 035945 jam on ,mem_le_scan_enable 
+0x7e16 035946 jam hci_cmd_le_create_conn ,mem_hci_cmd 
+0x7e17 035949 rtn 
+:      035953 check_51cmd_start_scan:
+0x7e18 035954 jam on ,mem_le_scan_enable 
+0x7e19 035955 rtn 
+:      035959 check_51cmd_stop_scan:
+0x7e1a 035960 jam off ,mem_le_scan_enable 
+0x7e1b 035961 jam 0 ,mem_hci_cmd 
+0x7e1c 035962 rtn 
+:      035966 check_51cmd_hibernate:
+0x7e1d 035967 fetch 2 ,mem_cb_before_hibernate 
+0x7e1e 035968 call callback_func 
+0x7e1f 035969 fetch 1 ,mem_ui_button_gpio 
+0x7e20 035970 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
+0x7e21 035971 copy pdata ,temp 
+0x7e22 035972 call gpio_config_input 
+:      035973 check_51cmd_hibernate_btn_disabled:
+0x7e23 035974 call ui_ipc_clean_all_fifo 
+0x7e24 035975 branch lpm_hibernate 
+:      035979 check_51cmd_le_smp_sec_req:
+0x7e25 035980 branch le_send_smp_security_request 
+:      035984 check_51cmd_role_switch:
+0x7e26 035985 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x7e27 035986 set1 mark_switch_initiated ,mark 
+0x7e28 035987 nrtn master 
+0x7e29 035988 jam switch_flag_init ,mem_switch_flag 
+0x7e2a 035989 jam lmp_switch_req ,mem_lmo_opcode2 
+0x7e2b 035990 fetch 1 ,mem_connection_options 
+0x7e2c 035991 set0 connection_switch ,pdata 
+0x7e2d 035992 store 1 ,mem_connection_options 
+0x7e2e 035993 rtn 
+:      035997 check_51cmd_bb_reconn_cancel:
+0x7e2f 035998 force page_length_timer ,queue 
+0x7e30 035999 branch timer_stop 
+:      036003 check_51cmd_dhkey_not_accept:
+0x7e31 036004 call tid_set_reply 
+0x7e32 036005 jam lmp_dhkey_check ,mem_lmi_opcode2 
+0x7e33 036006 branch parse_lmp_dhkey_check_reject 
+:      036009 ui_check_paring_button:
+0x7e34 036010 fetch 1 ,mem_ui_state_map 
+0x7e35 036011 rtnbit0 ui_state_btn_down 
+0x7e36 036012 rtnbit0 ui_state_bt_reconnect 
+0x7e37 036013 branch check_51cmd_bb_reconn_cancel 
+:      036018 queue_init:
+0x7e38 036019 fetch 2 ,mem_queue_ptr 
+0x7e39 036020 add pdata ,queue_offset_curr_num ,contw 
+0x7e3a 036021 setarg 0 
+0x7e3b 036022 istore 3 ,contw 
+0x7e3c 036023 rtn 
+:      036027 queue_push:
+0x7e3d 036028 call disable_user 
+0x7e3e 036029 call queue_full 
+0x7e3f 036030 rtn blank 
+0x7e40 036031 fetch 2 ,mem_queue_ptr 
+0x7e41 036032 add pdata ,queue_offset_curr_num ,regb 
+0x7e42 036033 ifetcht 1 ,regb 
+0x7e43 036034 increase 1 ,temp 
+0x7e44 036035 istoret 1 ,regb 
+0x7e45 036037 ifetcht 1 ,pdata 
+0x7e46 036038 copy temp ,loopcnt 
+0x7e47 036039 add pdata ,queue_offset_write_ptr ,regb 
+0x7e48 036040 ifetch 1 ,regb 
+0x7e49 036041 imul32 temp ,pdata 
+0x7e4a 036042 iadd contr ,contw 
+0x7e4b 036043 copy rega ,contr 
+:      036044 calc_queue_next_ptr:
+0x7e4c 036045 call memcpy 
+0x7e4d 036046 call queue_get_size 
+0x7e4e 036047 pincrease -1 
+0x7e4f 036048 ifetcht 1 ,regb 
+0x7e50 036049 increase 1 ,temp 
+0x7e51 036050 iand temp ,temp 
+0x7e52 036051 istoret 1 ,regb 
+0x7e53 036052 branch enable_user 
+:      036057 queue_pop:
+0x7e54 036058 call disable_user 
+0x7e55 036059 call queue_empty 
+0x7e56 036060 rtn blank 
+0x7e57 036061 fetch 2 ,mem_queue_ptr 
+0x7e58 036062 add pdata ,queue_offset_curr_num ,regb 
+0x7e59 036063 ifetcht 1 ,regb 
+0x7e5a 036064 increase -1 ,temp 
+0x7e5b 036065 istoret 1 ,regb 
+0x7e5c 036066 ifetcht 1 ,pdata 
+0x7e5d 036067 copy temp ,loopcnt 
+0x7e5e 036068 add pdata ,queue_offset_read_ptr ,regb 
+0x7e5f 036069 ifetch 1 ,regb 
+0x7e60 036070 imul32 temp ,pdata 
+0x7e61 036071 iadd contr ,contr 
+0x7e62 036072 increase 1 ,contr 
+0x7e63 036073 copy rega ,contw 
+0x7e64 036074 branch calc_queue_next_ptr 
+:      036078 queue_empty:
+0x7e65 036079 fetch 2 ,mem_queue_ptr 
+0x7e66 036080 add pdata ,queue_offset_curr_num ,contr 
+0x7e67 036081 ifetch 1 ,contr 
+0x7e68 036082 rtn 
+:      036085 queue_full:
+0x7e69 036086 call queue_get_size 
+0x7e6a 036087 ifetcht 1 ,contr 
+0x7e6b 036088 isub temp ,pdata 
+0x7e6c 036089 rtn 
+:      036092 queue_get_size:
+0x7e6d 036093 fetch 2 ,mem_queue_ptr 
+0x7e6e 036094 add pdata ,queue_offset_length ,contr 
+0x7e6f 036095 ifetch 1 ,contr 
+0x7e70 036096 rtn 
+:      036104 right_shift_n:
+0x7e71 036105 sub loopcnt ,0 ,null 
+0x7e72 036106 rtn zero 
+:      036107 right_shift_n_loop:
+0x7e73 036108 rshift pdata ,pdata 
+0x7e74 036109 loop right_shift_n_loop 
+0x7e75 036110 rtn 
+:      036113 left_shift_n:
+0x7e76 036114 force 1 ,pdata 
+0x7e77 036115 sub loopcnt ,0 ,null 
+0x7e78 036116 rtn zero 
+:      036117 left_shift_n_loop:
+0x7e79 036118 lshift pdata ,pdata 
+0x7e7a 036119 loop left_shift_n_loop 
+0x7e7b 036120 rtn 
+:      036121 push_stack:
+0x7e7c 036122 deposit contw 
+0x7e7d 036123 store 2 ,mem_contw 
+0x7e7e 036124 storet 8 ,mem_temp 
+0x7e7f 036125 deposit timeup 
+0x7e80 036126 store 4 ,mem_timeup 
+0x7e81 036127 call push_stack_rega_b_c 
+0x7e82 036128 deposit contr 
+0x7e83 036129 store 2 ,mem_contr 
+0x7e84 036130 rtn 
+:      036132 push_stack_rega_b_c:
+0x7e85 036133 deposit rega 
+0x7e86 036134 store 4 ,mem_rega 
+0x7e87 036135 deposit regb 
+0x7e88 036136 store 4 ,mem_regb 
+0x7e89 036137 deposit regc 
+0x7e8a 036138 store 3 ,mem_regc 
+0x7e8b 036139 rtn 
+:      036141 pop_stack:
+0x7e8c 036142 fetcht 8 ,mem_temp 
+0x7e8d 036143 fetch 4 ,mem_timeup 
+0x7e8e 036144 iforce timeup 
+0x7e8f 036145 call pop_stack_rega_b_c 
+0x7e90 036146 fetch 2 ,mem_contw 
+0x7e91 036147 iforce contw 
+0x7e92 036148 fetch 2 ,mem_contr 
+0x7e93 036149 iforce contr 
+0x7e94 036150 rtn 
+:      036152 pop_stack_rega_b_c:
+0x7e95 036153 fetch 4 ,mem_rega 
+0x7e96 036154 iforce rega 
+0x7e97 036155 fetch 4 ,mem_regb 
+0x7e98 036156 iforce regb 
+0x7e99 036157 fetch 3 ,mem_regc 
+0x7e9a 036158 iforce regc 
+0x7e9b 036159 rtn 
+:      036161 get_contw:
+0x7e9c 036162 fetch 2 ,mem_contw 
+0x7e9d 036163 copy pdata ,contw 
+0x7e9e 036164 rtn 
+:      036165 get_contr:
+0x7e9f 036166 fetch 2 ,mem_contr 
+0x7ea0 036167 copy pdata ,contr 
+0x7ea1 036168 rtn 
+:      036169 store_contw:
+0x7ea2 036170 copy contw ,pdata 
+0x7ea3 036171 store 2 ,mem_contw 
+0x7ea4 036172 rtn 
+:      036173 store_contr:
+0x7ea5 036174 copy contr ,pdata 
+0x7ea6 036175 store 2 ,mem_contr 
+0x7ea7 036176 rtn 
+:      036180 save_cont_pointers:
+0x7ea8 036181 copy contw ,pdata 
+0x7ea9 036182 store 2 ,mem_hold_contw 
+0x7eaa 036183 copy contr ,pdata 
+0x7eab 036184 store 2 ,mem_hold_contr 
+0x7eac 036185 rtn 
+:      036186 load_cont_pointers:
+0x7ead 036187 fetch 2 ,mem_hold_contw 
+0x7eae 036188 copy pdata ,contw 
+0x7eaf 036189 fetch 2 ,mem_hold_contr 
+0x7eb0 036190 copy pdata ,contr 
+0x7eb1 036191 rtn 
+:      036193 memcpy96:
+0x7eb2 036194 call memcpy32 
+:      036195 memcpy64:
+0x7eb3 036196 call memcpy32 
+0x7eb4 036197 branch memcpy32 
+:      036198 memcpy12:
+0x7eb5 036199 call memcpy8 
+:      036200 memcpy4:
+0x7eb6 036201 ifetch 4 ,contr 
+0x7eb7 036202 istore 4 ,contw 
+0x7eb8 036203 rtn 
+:      036204 memcpy8:
+0x7eb9 036205 ifetch 8 ,contr 
+0x7eba 036206 istore 8 ,contw 
+0x7ebb 036207 rtn 
+:      036209 memcpy48:
+0x7ebc 036210 call memcpy16 
+:      036211 memcpy32:
+0x7ebd 036212 call memcpy8 
+:      036213 memcpy24:
+0x7ebe 036214 call memcpy8 
+:      036215 memcpy16:
+0x7ebf 036216 call memcpy8 
+0x7ec0 036217 branch memcpy8 
+:      036221 delay_10ms:
+0x7ec1 036222 arg 10 ,loopcnt 
+:      036223 delay_ms_wait:
+0x7ec2 036224 nop 12000 
+0x7ec3 036225 loop delay_ms_wait 
+0x7ec4 036226 rtn 
+:      036228 bn_zero:
+0x7ec5 036229 force 3 ,loopcnt 
+:      036230 memset0:
+0x7ec6 036231 force 0 ,pdata 
+:      036232 memset8:
+0x7ec7 036233 istore 8 ,contw 
+0x7ec8 036234 loop memset8 
+0x7ec9 036235 rtn 
+:      036237 memset0_8:
+0x7eca 036238 force 0 ,pdata 
+0x7ecb 036239 istore 8 ,contw 
+0x7ecc 036240 rtn 
+:      036241 memset0_4:
+0x7ecd 036242 force 0 ,pdata 
+0x7ece 036243 istore 4 ,contw 
+0x7ecf 036244 rtn 
+:      036246 clear_mem_256:
+0x7ed0 036247 force 4 ,loopcnt 
+0x7ed1 036248 branch memset0 
+:      036249 clear_mem_512:
+0x7ed2 036250 force 8 ,loopcnt 
+0x7ed3 036251 branch memset0 
+:      036253 clear_mem:
+0x7ed4 036254 deposit loopcnt 
+0x7ed5 036255 rtn blank 
+0x7ed6 036256 setarg 0 
+:      036257 clear_mem_loop:
+0x7ed7 036258 istore 1 ,contw 
+0x7ed8 036259 loop clear_mem_loop 
+0x7ed9 036260 rtn 
+:      036263 clear_temp_block:
+0x7eda 036264 arg 32 ,loopcnt 
+0x7edb 036265 arg mem_temp_block0 ,contw 
+0x7edc 036266 branch clear_mem 
+:      036268 xor_loop:
+0x7edd 036269 ifetch 4 ,regc 
+0x7ede 036270 ifetcht 4 ,rega 
+0x7edf 036271 ixor temp ,pdata 
+0x7ee0 036272 istore 4 ,contw 
+0x7ee1 036273 increase 4 ,rega 
+0x7ee2 036274 increase 4 ,regc 
+0x7ee3 036275 loop xor_loop 
+0x7ee4 036276 rtn 
+:      036280 inverse_data:
+0x7ee5 036281 bpatchx patch3f_3 ,mem_patch3f 
+0x7ee6 036282 copy loopcnt ,pdata 
+0x7ee7 036283 sub pdata ,1 ,null 
+0x7ee8 036284 rtn positive 
+0x7ee9 036285 iadd rega ,regb 
+0x7eea 036286 increase -1 ,regb 
+0x7eeb 036287 rshift loopcnt ,loopcnt 
+:      036288 inverse_loop:
+0x7eec 036289 ifetcht 1 ,rega 
+0x7eed 036290 ifetch 1 ,regb 
+0x7eee 036291 istore 1 ,rega 
+0x7eef 036292 istoret 1 ,regb 
+0x7ef0 036293 increase -1 ,regb 
+0x7ef1 036294 increase 1 ,rega 
+0x7ef2 036295 loop inverse_loop 
+0x7ef3 036296 rtn 
+:      036299 memcpy_fast:
+0x7ef4 036300 deposit loopcnt 
+0x7ef5 036301 rtn blank 
+:      036302 memcpy_fast_loop:
+0x7ef6 036303 increase -8 ,loopcnt 
+0x7ef7 036304 call memcpy8 ,positive 
+0x7ef8 036305 rtn zero 
+0x7ef9 036306 branch memcpy_fast_loop ,positive 
+0x7efa 036307 increase 8 ,loopcnt 
+:      036308 memcpy_fast_loop_four:
+0x7efb 036309 increase -4 ,loopcnt 
+0x7efc 036310 call memcpy4 ,positive 
+0x7efd 036311 rtn zero 
+0x7efe 036312 branch memcpy_fast_loop_four ,positive 
+0x7eff 036313 increase 4 ,loopcnt 
+0x7f00 036314 branch memcpy 
+:      036316 memcpy:
+0x7f01 036317 deposit loopcnt 
+0x7f02 036318 rtn blank 
+:      036319 memcpy_loop:
+0x7f03 036320 ifetch 1 ,contr 
+0x7f04 036321 istore 1 ,contw 
+0x7f05 036322 loop memcpy_loop 
+0x7f06 036323 rtn 
+:      036325 timer_stop:
+0x7f07 036326 setarg 0 
+:      036327 timer_init:
+0x7f08 036328 rshift clkn_bt ,temp 
+0x7f09 036329 storet 4 ,mem_last_clkn 
+0x7f0a 036330 arg mem_timers ,contw 
+0x7f0b 036331 iforce temp 
+0x7f0c 036332 lshift queue ,pdata 
+0x7f0d 036333 iadd contw ,contw 
+0x7f0e 036334 istoret 2 ,contw 
+0x7f0f 036335 bpatchx patch3f_4 ,mem_patch3f 
+0x7f10 036336 rtn 
+:      036338 timer_check_timeout:
+0x7f11 036339 arg 0x800 ,timeup 
+0x7f12 036340 lshift16 timeup ,timeup 
+0x7f13 036341 iadd timeup ,pdata 
+0x7f14 036342 rtn 
+:      036345 timer_reinit:
+0x7f15 036346 arg 0 ,queue 
+:      036347 timer_check:
+0x7f16 036348 bpatchx patch3f_5 ,mem_patch3f 
+0x7f17 036349 fetcht 4 ,mem_last_clkn 
+0x7f18 036350 rshift clkn_bt ,pdata 
+0x7f19 036351 store 4 ,mem_last_clkn 
+0x7f1a 036352 isub temp ,null 
+0x7f1b 036353 ncall timer_check_timeout ,positive 
+0x7f1c 036354 isub temp ,timeup 
+0x7f1d 036355 copy timeup ,temp 
+0x7f1e 036356 arg mem_timers ,contr 
+0x7f1f 036357 copy contr ,contw 
+0x7f20 036358 arg 16 ,loopcnt 
+:      036359 timer_loop:
+0x7f21 036360 ifetch 2 ,contr 
+0x7f22 036361 isub temp ,pdata 
+0x7f23 036362 branch timer_counting ,positive 
+0x7f24 036363 force 0 ,pdata 
+:      036364 timer_counting:
+0x7f25 036365 istore 2 ,contw 
+0x7f26 036366 loop timer_loop 
+0x7f27 036367 arg mem_timers ,contr 
+0x7f28 036368 lshift queue ,pdata 
+0x7f29 036369 iadd contr ,contr 
+0x7f2a 036370 ifetch 2 ,contr 
+0x7f2b 036371 rtn 
+:      036376 clk_add:
+0x7f2c 036377 iadd temp ,temp 
+0x7f2d 036378 copy temp ,loopcnt 
+0x7f2e 036379 setarg 3750 
+0x7f2f 036380 isub loopcnt ,pdata 
+0x7f30 036381 rtn positive 
+0x7f31 036382 sub pdata ,0 ,pdata 
+0x7f32 036383 rshift16 temp ,temp 
+0x7f33 036384 increase 1 ,temp 
+0x7f34 036385 lshift16 temp ,temp 
+0x7f35 036386 ior temp ,temp 
+0x7f36 036387 rtn 
+:      036389 clk_diff_rt:
+0x7f37 036390 call clk_diff 
+0x7f38 036391 branch clk2rt 
+:      036394 clk_diff:
+0x7f39 036395 disable user 
+0x7f3a 036396 isub temp ,pdata 
+0x7f3b 036397 branch clk_diff_pos ,positive 
+0x7f3c 036398 enable user 
+0x7f3d 036399 sub pdata ,0 ,pdata 
+:      036400 clk_diff_pos:
+0x7f3e 036401 rtnbit0 15 
+0x7f3f 036402 arg -61786 ,temp 
+0x7f40 036403 iadd temp ,pdata 
+0x7f41 036404 set0 64 ,pdata 
+0x7f42 036405 rtn 
+:      036407 clk2rt:
+0x7f43 036408 iforce contr 
+0x7f44 036409 rshift16 pdata ,pdata 
+0x7f45 036410 arg 3750 ,temp 
+0x7f46 036411 imul32 temp ,pdata 
+0x7f47 036412 iadd contr ,pdata 
+0x7f48 036413 rtn 
+:      036416 clk2lpo:
+0x7f49 036417 lshift8 pdata ,pdata 
+0x7f4a 036418 lshift4 pdata ,pdata 
+0x7f4b 036419 fetcht 3 ,mem_clks_per_lpo 
+0x7f4c 036420 idiv temp 
+0x7f4d 036421 call wait_div_end 
+0x7f4e 036422 quotient temp 
+0x7f4f 036423 rtn 
+:      036426 clk2bt:
+0x7f50 036427 arg 3750 ,temp 
+0x7f51 036428 idiv temp 
+0x7f52 036429 call wait_div_end 
+0x7f53 036430 quotient pdata 
+0x7f54 036431 lshift16 pdata ,pdata 
+0x7f55 036432 remainder temp 
+0x7f56 036433 ior temp ,temp 
+0x7f57 036434 rtn 
+:      036441 string2dec_from_uart:
+0x7f58 036442 arg 0 ,temp 
+:      036443 string2dec_from_uart_done:
+0x7f59 036444 copy temp ,regc 
+0x7f5a 036445 ifetch 1 ,contru 
+0x7f5b 036446 call uchar2dialog 
+0x7f5c 036447 copy regc ,temp 
+0x7f5d 036448 call swap 
+0x7f5e 036449 arg 10 ,regb 
+0x7f5f 036450 imul32 regb ,pdata 
+0x7f60 036451 iadd temp ,pdata 
+0x7f61 036452 copy pdata ,temp 
+0x7f62 036453 loop string2dec_from_uart_done 
+0x7f63 036454 rtn 
+:      036458 uchar2dialog:
+0x7f64 036459 arg 0x3a ,temp 
+0x7f65 036460 isub temp ,null 
+0x7f66 036461 nbranch uchar2dialog_number ,positive 
+0x7f67 036462 arg 0x61 ,temp 
+0x7f68 036463 isub temp ,null 
+0x7f69 036464 branch uchar2dialog_a2f ,positive 
+0x7f6a 036465 arg 0x37 ,temp 
+0x7f6b 036466 isub temp ,pdata 
+0x7f6c 036467 rtn 
+:      036468 uchar2dialog_number:
+0x7f6d 036469 arg 0x30 ,temp 
+0x7f6e 036470 isub temp ,pdata 
+0x7f6f 036471 rtn 
+:      036472 uchar2dialog_a2f:
+0x7f70 036473 arg 0x57 ,temp 
+0x7f71 036474 isub temp ,pdata 
+0x7f72 036475 rtn 
+:      036477 pn9:
+0x7f73 036478 copy temp ,alarm 
+0x7f74 036479 setarg 0x1ff 
+0x7f75 036480 force 0 ,regb 
+:      036481 pn9_loop:
+0x7f76 036482 rshift3 pdata ,rega 
+0x7f77 036483 rshift rega ,rega 
+0x7f78 036484 ixor rega ,rega 
+0x7f79 036485 isolate1 0 ,rega 
+0x7f7a 036486 setflag true ,9 ,pdata 
+0x7f7b 036487 rshift temp ,temp 
+0x7f7c 036488 isolate1 0 ,pdata 
+0x7f7d 036489 setflag true ,7 ,temp 
+0x7f7e 036490 rshift pdata ,pdata 
+0x7f7f 036491 increase 1 ,regb 
+0x7f80 036492 compare 0 ,regb ,0x7 
+0x7f81 036493 nbranch pn9_loop ,true 
+0x7f82 036494 istoret 1 ,contw 
+0x7f83 036495 loop pn9_loop 
+0x7f84 036496 copy alarm ,temp 
+0x7f85 036497 rtn 
+:      036500 wait_div_end:
+0x7f86 036501 rtn modone 
+0x7f87 036502 branch wait_div_end 
+:      036512 compare_loop:
+:      036513 string_compare:
+0x7f88 036514 ifetch 1 ,rega 
+0x7f89 036515 ifetcht 1 ,regb 
+0x7f8a 036516 isub temp ,null 
+0x7f8b 036517 nrtn zero 
+0x7f8c 036518 increase 1 ,rega 
+0x7f8d 036519 increase 1 ,regb 
+0x7f8e 036520 loop string_compare 
+0x7f8f 036521 force 0 ,null 
+0x7f90 036522 rtn 
+:      036525 ceiling:
+0x7f91 036526 isub temp ,null 
+0x7f92 036527 nrtn positive 
+0x7f93 036528 deposit temp 
+0x7f94 036529 rtn 
+:      036531 swap:
+0x7f95 036532 iadd temp ,pdata 
+0x7f96 036533 isub temp ,temp 
+0x7f97 036534 isub temp ,pdata 
+0x7f98 036535 rtn 
+:      036537 clean_mem:
+0x7f99 036538 arg 0x200 ,loopcnt 
+0x7f9a 036539 arg 0x4000 ,contw 
+0x7f9b 036540 branch memset0 
+:      036543 callback_func:
+0x7f9c 036544 rtn blank 
+0x7f9d 036545 copy pdata ,pc 
+:      036548 wait_uarttx:
+0x7f9e 036549 hfetch 2 ,core_uart_txitems 
+0x7f9f 036550 nbranch wait_uarttx ,blank 
+0x7fa0 036551 rtn 
+:      036553 ice_break:
+0x7fa1 036554 jam 0x1 ,core_ice_ctrl 
+0x7fa2 036555 rtn 
+:      036557 ice_setbp:
+0x7fa3 036558 hstore 2 ,core_ice_break0 
+0x7fa4 036559 hfetch 1 ,core_ice_ctrl 
+0x7fa5 036560 set1 4 ,pdata 
+0x7fa6 036561 hstore 1 ,core_ice_ctrl 
+0x7fa7 036562 rtn 
+:      036563 ice_setbp2:
+0x7fa8 036564 hstore 2 ,core_ice_break1 
+0x7fa9 036565 hfetch 1 ,core_ice_ctrl 
+0x7faa 036566 set1 6 ,pdata 
+0x7fab 036567 hstore 1 ,core_ice_ctrl 
+0x7fac 036568 rtn 
+:      036570 ice_set_write_bp:
+0x7fad 036571 hstore 2 ,core_ice_break0 
+0x7fae 036572 jam 0x30 ,core_ice_ctrl 
+0x7faf 036573 rtn 
+:      036577 test_enable_white:
+0x7fb0 036578 hfetch 1 ,core_config 
+0x7fb1 036579 set0 whiteoff_bit ,pdata 
+0x7fb2 036580 hstore 1 ,core_config 
+0x7fb3 036581 rtn 
+:      036583 check_uart_tx_buff:
+0x7fb4 036584 hfetch 2 ,core_uart_txitems 
+0x7fb5 036585 arg uart_air_control_threshold ,temp 
+:      036586 pdata_sub_temp:
+0x7fb6 036587 isub temp ,null 
+0x7fb7 036588 rtn 
+:      036594 fifo_in:
+0x7fb8 036595 bpatchx patch3f_6 ,mem_patch3f 
+0x7fb9 036596 ifetcht util_fifo_len ,rega 
+0x7fba 036597 and temp ,0xff ,pdata 
+0x7fbb 036598 nbranch fifo_in_push ,blank 
+0x7fbc 036599 rshift8 temp ,pdata 
+0x7fbd 036600 istore util_fifo_len ,rega 
+:      036601 fifo_in_push:
+0x7fbe 036602 increase util_fifo_len + util_fifo_offset ,rega 
+0x7fbf 036603 ifetch 1 ,rega 
+0x7fc0 036604 nbranch assert ,blank 
+0x7fc1 036605 fetch 1 ,mem_fifo_temp 
+0x7fc2 036606 istore 1 ,rega 
+0x7fc3 036607 rtn 
+:      036612 fifo_out:
+0x7fc4 036613 bpatchx patch3f_7 ,mem_patch3f 
+0x7fc5 036614 arg util_fifo_len ,loopcnt 
+0x7fc6 036615 ifetch util_fifo_len ,rega 
+0x7fc7 036616 rtn blank 
+:      036617 fifo_out_loop:
+0x7fc8 036618 ifetch 1 ,rega 
+0x7fc9 036619 nbranch fifo_out_end ,blank 
+0x7fca 036620 increase 1 ,rega 
+0x7fcb 036621 loop fifo_out_loop 
+0x7fcc 036622 branch assert 
+:      036623 fifo_out_end:
+0x7fcd 036624 arg 0 ,temp 
+0x7fce 036625 istoret 1 ,rega 
+0x7fcf 036626 rtn 
+:      036631 fifo_is_empty:
+0x7fd0 036632 ifetch util_fifo_len ,rega 
+0x7fd1 036633 rtn 
+:      036638 fifo_is_full:
+0x7fd2 036639 ifetch 1 ,rega 
+0x7fd3 036640 rtn 
+:      036643 fifo_is_near_full:
+0x7fd4 036644 ifetch 2 ,rega 
+0x7fd5 036645 rtn 
+:      036649 fifo_content_count:
+0x7fd6 036650 arg 0 ,temp 
+:      036651 fifo_content_count_loop:
+0x7fd7 036652 fetch 1 ,contr 
+0x7fd8 036653 loop fifo_content_count_loop ,blank 
+0x7fd9 036654 increase 1 ,temp 
+0x7fda 036655 loop fifo_content_count_loop 
+0x7fdb 036656 copy temp ,pdata 
+0x7fdc 036657 rtn 
+:      036659 not_greater_than:
+0x7fdd 036660 isub temp ,null 
+0x7fde 036661 nrtn positive 
+0x7fdf 036662 copy temp ,pdata 
+0x7fe0 036663 rtn 
+:      036666 disable_positive:
+0x7fe1 036667 force -1 ,null 
+0x7fe2 036668 rtn 
+:      036669 enable_positive:
+:      036670 disable_zero:
+0x7fe3 036671 force 1 ,null 
+0x7fe4 036672 rtn 
+:      036673 enable_zero:
+0x7fe5 036674 force 0 ,null 
+0x7fe6 036675 rtn 
+:      036677 enable_user:
+0x7fe7 036678 enable user 
+0x7fe8 036679 rtn 
+:      036681 disable_user:
+0x7fe9 036682 disable user 
+0x7fea 036683 rtn 
+:      036685 enable_user2:
+0x7feb 036686 enable user2 
+0x7fec 036687 rtn 
+:      036689 disable_user2:
+0x7fed 036690 disable user2 
+0x7fee 036691 rtn 
+:      036693 disable_blank:
+0x7fef 036694 setarg 1 
+0x7ff0 036695 rtn 
+:      036697 enable_blank:
+0x7ff1 036698 setarg 0 
+0x7ff2 036699 rtn 
+:      036702 reverse_byte:
+0x7ff3 036703 copy loopcnt ,pdata 
+0x7ff4 036704 rtn blank 
+0x7ff5 036705 copy contr ,pdata 
+0x7ff6 036706 iadd loopcnt ,pdata 
+0x7ff7 036707 increase -1 ,pdata 
+0x7ff8 036708 copy pdata ,contr 
+:      036709 reverse_loop:
+0x7ff9 036710 ifetch 1 ,contr 
+0x7ffa 036711 increase -2 ,contr 
+0x7ffb 036712 istore 1 ,contw 
+0x7ffc 036713 loop reverse_loop 
+0x7ffd 036714 rtn 
Index: output/bt_program23.meta
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/output/bt_program23.meta	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/output/bt_program23.meta	(working copy)
@@ -42,14 +42,14 @@
 org 0x0000		// start from patch ram address start
 //define DONGLE
 define MOUSE
+define G24
 define BLE
 //define CLASSIC_BT
-//define ADC_ENABLE
+//define MOUSE_SMOOTHER
+define ADC_ENABLE
 //define P24G_LOG
 //define RF_DEBUG
-//define TESTDATA
-define BLE_FAST_CONN_ENABLE
-//define MEMLOG
+//define BLE_FAST_CONN_ENABLE
 
 //define DEBUGLOG
 //define DEBUGLOG_CALLBACK
@@ -62,12 +62,12 @@
 //define DEBUGLOG_CONN_SM
 //define DEBUGLOG_UPPER_SM
 
-	bbit1 8,pf_patch_ext	
+	bbit1 8,pf_patch_ext
+	beq patch00_0,p_soft_reset_0 
+	beq patch00_1,p_soft_reset_1
 	beq patch10_5,p_shutdown_radio
 	beq patch11_1,p_set_freq_tx
-	beq patch00_1,p_soft_reset_1
 	beq patch14_1,p_init_param
-	beq patch15_0,p_lpm_dispatch_next2
 	beq patch16_1,p_lpm_check_wake_lock
 	beq patch16_2,p_g24_dispatch
 	beq patch18_4,p_device_init
@@ -75,6 +75,7 @@
 	beq patch19_2,p_app_initflag_check
 	beq patch1c_3,p_mouse_seting_dpi
 	beq patch1c_6,p_mouse_motion
+	beq patch1d_1,p_mouse_bb_disconnected
 	beq patch1d_2,p_mouse_bb_event_discovery_btn
 	beq patch1d_3,p_mouse_start_discovery
 	beq patch1d_4,p_mouse_stop_discovery
@@ -90,8 +91,10 @@
 	beq patch2c_7,p_le_parse_l2cap
 	beq patch2d_2,p_le_adv_not_match
 	beq patch2e_7,p_le_lpm_setmult
+	beq patch3f_2,p_check_51cmd_once_continue
 	beq patch31_4,p_twspi_reset
 	branch loop
+	
 
 p_rssi_signal:
 	copy pdata,rega
@@ -105,6 +108,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
@@ -123,18 +154,17 @@
 	store 2,mem_lmp_version+3
 	branch init_param+12
 
-p_lpm_dispatch_next2:
-	fetch 1,mem_mouse_wheel_trigger
-	nrtn blank
-	branch lpm_dispatch_next2
-
 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
 
@@ -152,11 +182,9 @@
 	rtnne STATE_24G_PAIRING_SUCCESS
 	call power_ctrl_start
 	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
@@ -164,39 +192,35 @@
 	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	
-	fetch 2,mem_24g_transmit_by_interrupt_exit_count
+	call p_g24_interval_calibrate
+	fetch 1,mem_24g_transmit_by_interrupt_exit_count
 	increase 1,pdata
-	store 2,mem_24g_transmit_by_interrupt_exit_count
-	fetcht 2,mem_24g_transmit_by_interrupt_exit_count_init
-	isub temp,null
+	store 1,mem_24g_transmit_by_interrupt_exit_count
+	sub pdata,25,null	//200ms
 	call p_g24_transmit_by_interrupt_exit,zero
 	branch p_g24_transmit_process
 p_g24_transmit_by_interrupt_exit:
 	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
-	setarg 0
-	store 2,mem_24g_transmit_by_interrupt_exit_count
-	setarg 25
-	store 2,mem_24g_transmit_by_interrupt_exit_count_init
+	jam 0,mem_24g_transmit_by_interrupt_exit_count
 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
@@ -204,19 +228,15 @@
 	beq 4,p_g24_interval_max
 	beq 5,p_g24_interval_min
 	rtn
-p_g24_transmit_by_interrupt_enable:
-	jam G24_TX_TIMER_INT_ENABLE,mem_24g_transmit_by_interrupt
-	setarg 0
-	store 2,mem_24g_transmit_by_interrupt_exit_count
-	rtn
+
 p_g24_nodata_transmit:
 	fetch 1,mem_24g_abort_pac
 	call p_g24_send_abort_packet,blank
-p_g24_long_sleep:
 	fetch 1,mem_mouse_multi_led_blink_count
 	nrtn blank
 	fetch 1,mem_mouse_multi_led_state
 	rtneq ON
+p_g24_long_sleep:
 	call p_g24_lpm_wait
 	nrtn user
 	fetch 3,mem_24g_enter_hibernate
@@ -225,7 +245,7 @@
   	branch lpm_sleep
 
 p_g24_lpm_wait:
-  	enable user
+	enable user
 	call lpo_calibration
 	fetch 3,mem_clks_per_lpo
 	branch disable_user,blank
@@ -233,8 +253,29 @@
 	branch disable_user,blank
 	fetch 1,mem_sp_local_key_invalid	// simple pairing is not ready
 	branch disable_user,blank
-	branch p_mouse_setgpio_lpm
-  	
+	fetch 1,mem_24g_transmit_by_interrupt
+	beq G24_TX_TIMER_INT_ENABLE,disable_user
+p_mouse_setgpio_lpm:
+p_mouse_set_sdio_high:
+	fetch 1,mem_mouse_init_sensor_reset_flag
+	rtn blank
+	call p_mouse_seting_dpi_diff// make sdio high to make 100uA less
+	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_g24_send_abort_packet:
 	jam 1,mem_24g_abort_pac
 	jam 0,mem_24g_rf_hop_ch
@@ -248,336 +289,989 @@
 	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_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_mouse_setgpio_lpm:
-	call p_set_ice_gpio
-	call p_mouse_set_sdio_high
-	call p_clear_wake
-	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_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_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
-	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_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_mouse_init:
-	ncall p_mouse_setting_config,wake
-	call p_mouse_spi_init
-	rtn wake
-	call p_mouse_cb_fuction
-	call p_mouse_check_key_gpio
-	beq MOUSE_LM_BUTTON,p_mouse_24g_pairing_button
-	branch p_mouse_wakeup_from_power
+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_tx_power_init:
-	fetch 1,mem_tx_power_temp
-	store 1,mem_tx_power
+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_check_reconn_target:
-	fetch 1,mem_mouse_multi_led_on_timer_init
-	store 1,mem_mouse_device_led_on_timer_count
-	jam 1,mem_mouse_ble_reconn_enable
-	call p_mouse_store_le_mode_flag
-	call p_mouse_tx_power_init
-	fetch 1,mem_xrecord_mode
-	beq REC_4_MODE,p_mouse4_0_check_reconn_target
+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_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_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
+	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
+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 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_mouse_dpi_config:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit0 MOUSE_ENABLE_EEPROM,mouse_dpi_config
-	fetch 1,mem_mouse_dpi
-	beq 0xff,mouse_dpi_config
-	branch mouse_seting_dpi+2
-
-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
+	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_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_g24_txbuf_clear:
+	arg 4,loopcnt
+	arg mem_24g_txbuf,contw
+	branch memset0
 
-p_mouse_init_p32xx_id2_judge:
-	call p_mouse_sensor_poweron
-	branch mouse_init_p32xx_id2_judge
+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_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
+//	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_sensor_poweron:
-	setarg 0x8006	// reset to factory settings
-	call twspi_write
-	nop 12000
-	branch p_mouse_dpi_config
-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_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_mouse_setting_config:
-	fetch 1,mem_mouse_button_select_device_timer_init
-	store 1,mem_mouse_button_select_device_count
+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
 
-	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
+p_g24_tx_attempt_fail:
 	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
-p_mouse_init_iic:
-	call iic_init_390k
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
-	ncall clear_eeprom_size_2k,true
-	call mouse_load_eeprom_dpi
-	call p_mouse_load_eeprom_switch_mode
-	call p_mouse_init_environment
-	call p_mouse_set_24g_addr_eeprom
-	call iicd_read_eep_data
-	call p_mouse_load_fast_conn_flag
-	fetch 1,mem_mouse_fast_conn_flag
-	beq 0xff,p_mouse_fast_conn_init
-	rtn
+	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_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_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_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_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_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_app_flag_store:
-	arg 2,temp
-	arg mem_timeup,rega
-	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
-	branch iicd_write_protect_eep_data
+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_app_initflag_check:
-	arg 2,temp
-	arg mem_pdatatemp,rega
-	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
-	branch app_initflag_check+4
+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_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 mouse_check_key_gpio
+	beq MOUSE_LM_BUTTON,p_mouse_24g_pairing_button
+	call p_mouse_wakeup_from_power
+p_mouse_check_reconn_target:
+	call p_mouse_tx_power_init
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_connect_24g_mode
+//	fetcht 1,mem_24g_device_number
+//	isub temp,null
+//	branch p_mouse_connect_24g_mode,zero
+p_mouse_check_bt_reconn_target:
+	//call p_mouse_mode_bt_device_blink_5s
+	call p_mouse_mode_bt_device1_multi_led_on
+	//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:
+//	call p_mouse_mode_bt_device1_multi_led_on
+//	call p_mouse_mode_bt_device1_led_blink
+	jam 1,mem_mouse_le_reconnect_flag
+	fetch 2,mem_mouse_direct_timeout
+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
+	branch mouse_init_p32xx_id2_judge
+
+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
+//	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
+	call clear_eeprom_size_2k
+	call mouse_load_eeprom_dpi
+	call p_mouse_init_environment
+	call p_mouse_set_24g_addr_eeprom
+	call iicd_read_eep_data
+	rtn
+
+
+
+
+p_mouse_init_environment:
+	call app_initflag_check
+	branch p_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_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_app_initflag_check:
+	arg 2,temp
+	arg mem_pdatatemp,rega
+	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
+	branch app_initflag_check+4
 
-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_24g_transmit_by_interrupt_exit_count_max:
-	setarg 375
-	store 2,mem_24g_transmit_by_interrupt_exit_count_init
-	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:
-	setarg 25
-	store 2,mem_24g_transmit_by_interrupt_exit_count_init
-	ncall p_mouse_24g_transmit_by_interrupt_exit_count_max,wake
-	
-	fetch 1,mem_wakup_from_power_flag
-	isolate0 gpio_latch,pdata
-	nbranch p_mouse_wakeup_no_from_power,true
-//	call p_mouse_mode_24g_device_multi_led_on
+//	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
-//	fetch 1,mem_config_function_enable
+	rtn
+//	fetch 1,mem_config_function_enable	//standard do not need it
+//	rtnbit1 ENABLE_SELECT_DEVICE_BY_GPIO_BUTTON
 //	rtnbit1 ENABLE_SELECT_DEVICE_BY_SWITCH
-	fetch 1,mem_mouse_switch_device_flag
-	beq 0x01,p_g24_start_24g_mode
-	beq 0x02,p_mouse_check_reconn_target
-p_mouse_start_24g_mode:	
-	//fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	//rtnbit0 MOUSE_ENABLE_24G
-	call p_mouse_store_24g_mode_flag
-	call p_g24_factory_check
-	branch p_g24_auto_pair_start,user
-	branch p_g24_start_24g_mode
-
-p_mouse_store_24g_mode_flag:
-	jam 0x01,mem_mouse_switch_device_flag
-	branch p_mouse_store_eerpom_switch_mode
-
-p_mouse_store_le_mode_flag:
-	jam 0x02,mem_mouse_switch_device_flag
-	branch p_mouse_store_eerpom_switch_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
+	
 p_g24_factory_check:
 	arg 2,loopcnt
 	arg mem_24g_addr,contr
@@ -616,15 +1310,37 @@
 	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
-	fetch 1,mem_mouse_fast_conn_flag
-	beq 0xff,p_mouse_le_next
 	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
@@ -635,23 +1351,78 @@
 	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
+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,mouse_dpi_config
+	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
@@ -659,7 +1430,7 @@
 
 p_mouse_idle:
 	call ui_check_paring_button
-	call p_mouse_dpi_check
+//	call p_mouse_dpi_check
 	branch mouse_wheel_check
 
 p_mouse_dpi_check:
@@ -678,10 +1449,9 @@
 	and pdata,0x03,pdata
 	store 1,mem_mouse_dpi
 	increase 2,pdata
-	store 2,mem_mouse_multi_led_blink_count
+	store 1,mem_mouse_multi_led_blink_count
 	call p_mouse_dpi_multi_led_blink
 	branch mouse_dpi_down+7
-
 p_mouse_dpi_up:
 	call p_gpio_set_input_pu
 	branch mouse_dpi_up
@@ -699,10 +1469,11 @@
 	branch mouse_priority_bb_event+1
 
 p_mouse_le_bb_event_connected:
-	jam 0,mem_mouse_ble_led_on_enable
-	jam 0,mem_mouse_long_mult_flag
-	call p_mouse_store_le_mode_flag
+//	call p_mouse_multi_led_blink_off
+//	call p_mouse_mode_bt_device1_multi_led_on
+	
 	call p_mouse_init_sensor_reset
+	call p_mouse_null_enter_hibernate_disable
 	call p_mouse_data_init
 	branch mouse_le_bb_event_connected
 
@@ -745,12 +1516,13 @@
 	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
 
 
 
 p_mouse_24g_pairing_complete:
-	call p_mouse_store_24g_mode_flag
 	call p_mouse_init_sensor_reset
 
 	jam 1,mem_mouse_24g_enter_lpm_enable
@@ -759,8 +1531,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
 
@@ -775,66 +1551,75 @@
 	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
 	call p_mouse_tx_power_init
 	call p_g24_check_51cmd_stop_24g
-	branch p_mouse_null_enter_hibernate_enable
-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_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_store_24g_mode_flag
 	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
-	call p_mouse_multi_led_off2	
-p_set_ice_gpio:
-	fetcht 1,mem_device_state_led_gpio
-	call gpio_config_input
-	fetcht 1,mem_device_state_led_gpio
-	set1 gpio_active_bit,temp
-	arg core_gpio_pu0,contw
-	branch gpio_set_bit
+	call p_mouse_setgpio_lpm_before
 
-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
+	fetch 1,mem_gpio_wakeup_low+1
+	and pdata,0xfe,pdata
+	store 1,mem_gpio_wakeup_low+1
 
+	fetcht 1,mem_config_select_device_button_gpio
+	call p_gpio_set_input_pd
+	 
+	fetch 1,mem_gpio_wakeup_high+1
+	or pdata,0x01,pdata
+	store 1,mem_gpio_wakeup_high+1
+	rtn
 
 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_adc_read
+	call p_mouse_low_voltage_led_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 p_mouse_select_device
-	call mouse_check_no_data_timeout_timer
-	call p_mouse_device_ble_led_timer
-	branch p_mouse_le_enable_att_list_timer
-	
-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
+	call p_mouse_le_enable_att_list_timer
+	call p_mouse_le_current_mult_update_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
@@ -843,9 +1628,16 @@
 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
@@ -853,31 +1645,27 @@
 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
+	branch p_mouse_long_mult_flag_enable
 
-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_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_commbination_key:
-	call p_mouse_check_key_gpio
-//	beq MOUSE_LMR_BUTTON,p_mouse_bt_discovery_commbination_key_down
-	fetch 1,mem_mouse_ID_key_state
-	branch p_mouse_bt_discovery_commbination_key_down,blank
+//	fetch 1,mem_config_function_enable
+//	bbit1 ENABLE_BT_BUTTON,mouse_bt_discovery_by_button
+p_mouse_bt_discovery_by_button:
+	call p_mouse_pb_button_check
+	nbranch p_mouse_bt_discovery_commbination_key_down,true
 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
@@ -889,161 +1677,146 @@
 	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
-	jam 1,mem_mouse_ble_led_on_enable
+//	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:
-	fetch 1,mem_mouse_dpi_button_state
-	branch p_mouse_select_device_button_down,blank
+	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_dpi_button_state
+	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_mouse_dpi_button_state	
-	arg MOUSE_LONG_BT_BUTTON_FLAG,queue
-	branch mouse_disable_function_flag
+	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:
-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 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_switch_device_decide
+//	branch p_mouse_ready_reconnection_by_button
 
-p_mouse_switch_device_decide:
-	fetch 1,mem_mouse_switch_device_flag
-//	beq 0xff,p_g24_long_sleep
-	beq 0x01,p_mouse_24g_to_ble
-	beq 0x02,p_mouse_ble_to_24g
+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_24g_to_ble:
-	call p_mouse_store_le_mode_flag
-	branch soft_reset_chip
-
-p_mouse_ble_to_24g:
-	call p_mouse_store_24g_mode_flag
-	branch soft_reset_chip
-
-p_mouse_store_eerpom_switch_mode:
+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_switch_device_flag,rega
+	arg mem_mouse_long_button_select_device,rega
 	arg MOUSE_DEVICE_MODE_EEPROM_OFFSET,regb
 	branch iicd_write_protect_eep_data
-
-p_mouse_load_eeprom_switch_mode:
-	arg 1,temp
-	arg mem_mouse_switch_device_flag,rega
-	arg MOUSE_DEVICE_MODE_EEPROM_OFFSET,regb
-	branch iicd_read_eep_data
-
-p_mouse_device_ble_led_timer:
-	fetch 1,mem_mouse_ble_led_on_enable
-	nbranch p_mouse_device_ble_led_blink,blank
-	fetch 1,mem_mouse_ble_reconn_enable
-	rtn blank
-p_mouse_device_ble_led_on_timer:
-	call p_mouse_led_output_low 
-p_mouse_device_led_on_comm:
-	arg mem_mouse_device_led_on_timer_count,regc
-	arg p_mouse_device_ble_led_on_timeout,regb
-	branch timer_single_step
-p_mouse_device_ble_led_on_timeout:
-	jam 0,mem_mouse_ble_reconn_enable	
-	branch p_mouse_device_state_led_off	
-
-p_mouse_device_ble_led_blink:
-	fetch 2,mem_mouse_discovery_timer
-	div pdata,2
-	call wait_div_end
-	remainder pdata
-	branch p_mouse_device_ble_led_check,blank
-	rtn
-
-p_mouse_device_ble_led_check:
-	fetch 1,mem_device_led_blink_flag
-	beq 1,p_mouse_led_output_low_before
-	beq 2,p_mouse_device_state_led_off_before
-	rtn
-p_mouse_led_output_low_before:
-	jam 2,mem_device_led_blink_flag
-	branch p_mouse_led_output_low
-p_mouse_device_state_led_off_before:
-	jam 1,mem_device_led_blink_flag
-	branch p_mouse_device_state_led_off
-
-p_mouse_led_output_init:
-	fetcht 1,mem_device_state_led_gpio
-	branch gpio_config_output
-p_mouse_led_output_low:
-	call p_mouse_led_output_init
-	fetcht 1,mem_device_state_led_gpio
-	branch gpio_out_active
-//p_mouse_led_output_high:
-//	call p_mouse_led_output_init
-//	fetcht 1,mem_device_state_led_gpio
-//	branch gpio_out_inactive
-
-p_mouse_device_state_led_off:
-	fetcht 1,mem_device_state_led_gpio
-p_gpio_set_input_suspended:
-	set0 gpio_active_bit,temp
-	arg core_gpio_pu0,contw
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	arg core_gpio_pd0,contw
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	arg core_gpio_oe0,contw
-	branch gpio_set_bit	
 	
-
 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_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_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:
-	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
@@ -1058,15 +1831,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
@@ -1084,38 +1863,173 @@
 	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:
-//	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_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_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
+	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_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 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_adc_read:
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	rtnbit0 MOUSE_ENABLE_ADC
+
+	fetch 2,mem_mouse_multi_led_blink_count
+	nrtn blank
+	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
+p_mouse_adc_low_volatage_led_timer_count_clean:
+	jam 1,mem_adc_low_volatage_led_timer_count
+	rtn
+
+p_mouse_seting_dpi:
+p_mouse_seting_dpi_diff:
+	fetch 1,mem_config_sensor_type
+	beq P3205,p_mouse_seting_3065XY_dpi
+	beq P3065_XY,p_mouse_seting_3065XY_dpi
+//	beq KA8,p_mouse_seting_KA8_dpi
+	branch mouse_seting_dpi+3
+
+p_mouse_seting_3065XY_dpi:
+	fetch 1,mem_mouse_dpi
+	sub pdata,MOUSE_DPI_LEVEL2,null
+	call p_mouse_3065xy_dpi_recount,zero
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_cpi1	//800
+//	beq MOUSE_DPI_LEVEL3,mouse_set_cpi3		//3065 1300, 3205 1200
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi4	//1600
+	branch mouse_set_cpi3
+p_mouse_3065xy_dpi_recount:
+	jam MOUSE_DPI_LEVEL3,mem_mouse_dpi
+	rtn
+
+//p_mouse_seting_KA8_dpi:
+//	fetch 1,mem_mouse_dpi
+//	sub pdata,MOUSE_DPI_LEVEL2,null
+//	call p_mouse_3065xy_dpi_recount,zero
+//	fetch 1,mem_mouse_dpi
+//	beq MOUSE_DPI_LEVEL1,p_mouse_ka8_set_cpi1
+//	beq MOUSE_DPI_LEVEL3,p_mouse_ka8_set_cpi3
+//	beq MOUSE_DPI_LEVEL4,p_mouse_ka8_set_cpi4
+//p_mouse_ka8_set_cpi3:
+//	setarg 4	//1200
+//	branch mouse_p3205_dpi
+//p_mouse_ka8_set_cpi1:
+//	setarg 2	//800
+//	branch mouse_p3205_dpi
+//p_mouse_ka8_set_cpi4:
+//	setarg 5	//1600
+//	branch mouse_p3205_dpi
+
 p_mouse_motion:
 	disable user
 	setarg 0
@@ -1124,24 +2038,48 @@
 	call mouse_zwheel
 	call mouse_t_zwheel
 	call p_mouse_key
-	branch mouse_motion+8
+	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
+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_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
-	call p_mouse_check_ID_gpio
-	copy rega,pdata
-	rtn
+//	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
+//	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
@@ -1149,14 +2087,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
@@ -1178,159 +2116,77 @@
 //	call gpio_get_bit
 //	nsetflag true,4,rega
 //	branch p_gpio_set_input_pu
-
-p_mouse_check_ID_gpio:
-	fetcht 1,mem_mouse_ID_key_gpio
-	call p_gpio_set_input_pd
-	fetcht 1,mem_mouse_ID_key_gpio
-	call gpio_get_bit
-	branch p_mouse_ID_up,true
-	call p_gpio_set_input_pu
-	branch p_mouse_ID_down
-
-p_mouse_ID_up:
-	call p_gpio_set_input_pu
-	fetch 1,mem_mouse_ID_key_state
-	rtneq DPI_BUTTON_STATE_UP
-	jam DPI_BUTTON_STATE_UP,mem_mouse_ID_key_state
-	rtn
-p_mouse_ID_down:
-	fetch 1,mem_mouse_ID_key_state
-	rtneq DPI_BUTTON_STATE_DOWN
-	jam DPI_BUTTON_STATE_DOWN,mem_mouse_ID_key_state
-	rtn
-	
 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
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	arg core_gpio_oe0,contw
-	branch gpio_set_bit
-
+	branch gpio_set_high_impedance+4
 p_gpio_set_input_pu:
 	set1 gpio_active_bit,temp
 	arg core_gpio_pu0,contw
 	call gpio_set_bit
 	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
-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_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
-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
-	sub pdata,MOUSE_DPI_LEVEL2,null
-	call p_mouse_3065xy_dpi_recount,zero
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL1,p_mouse_3065xy_set_cpi1
-	beq MOUSE_DPI_LEVEL2,p_mouse_3065xy_set_cpi2
-	beq MOUSE_DPI_LEVEL4,p_mouse_3065xy_set_cpi4
-p_mouse_3065xy_set_cpi3:
-	jam 2,mem_mouse_dpi_blink_count
-	fetch 1,mem_320x_dpi_3
-	increase -1,pdata
-	branch mouse_p3205_dpi	
-p_mouse_3065xy_dpi_recount:
-	jam MOUSE_DPI_LEVEL3,mem_mouse_dpi
-	rtn
-p_mouse_3065xy_set_cpi1:
-	jam 1,mem_mouse_dpi_blink_count
-	fetch 1,mem_320x_dpi_1
-	increase -1,pdata
-	branch mouse_p3205_dpi
-p_mouse_3065xy_set_cpi2:
-	fetch 1,mem_320x_dpi_2
-	increase -1,pdata	
-	branch mouse_p3205_dpi	
-p_mouse_3065xy_set_cpi4:
-	jam 3,mem_mouse_dpi_blink_count
-	fetch 1,mem_320x_dpi_4
-	increase -1,pdata
-	branch mouse_p3205_dpi
+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,p_mouse4_0_event_bb_disconn
+	branch mouse_bb_disconnected+9
 
+p_mouse4_0_event_bb_disconn:
+	call mouse_le_clean_connect_flag
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_PB_BUTTON,p_mouse_select_device_button_up
+	branch mouse4_0_event_bb_disconn+2
+	
 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:
 	call p_mouse_tx_power_init
+//	fetcht 1,mem_device_flag
+//	fetch 1,mem_device_number
+//	isub temp,null
+//	call mouse_select_device_count_clean,zero
+	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
-
+//	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
@@ -1339,47 +2195,32 @@
 	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
-	store 3,mem_le_lap+3
-	jam 0x5a,mem_mouse_fast_conn_flag
-	call p_mouse_store_fast_conn_flag
 	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
-	branch iicd_read_eep_data
+	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
+	call 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
 
 p_le_adv_data_update:
@@ -1389,6 +2230,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
@@ -1418,7 +2261,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
@@ -1426,9 +2269,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
@@ -1500,6 +2341,8 @@
 	call le_set_md
 	rtn
 
+	
+	
 p_le_power_ctrl_pac_succ_decrs:
 	branch power_ctrl_pac_succ_decrs
 
@@ -1537,8 +2380,8 @@
 	store 5,mem_le_new_map
 	ifetch 2,contr
 	store 2,mem_le_instant
-	branch le_parse_channel_map_req+7
-
+	branch le_parse_channel_map_req+7	
+	
 p_le_parse_l2cap:
 	ifetch 2,contr
 	beq LE_L2CAP_CID_ATT,p_le_parse_att
@@ -1551,8 +2394,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
@@ -1577,6 +2422,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_FAILED,p_le_parse_smp_pairing_failed
@@ -1623,590 +2511,121 @@
 	nrtn zero
 	branch mouse_le_write_enable
 
-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 2,mem_24g_txfail_cnt
-	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
+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
 
-	jam TX_POWER_f5DB,mem_tx_power
-	rtn
+p_check_51cmd_ble_update_connect_param:
+	call le_fifo_check_full
+	nrtn blank
+	branch le_l2cap_tx_update_req
 	
-p_g24_start_pairing_sm1:
-	set1 mark_24g,mark
-	call p_g24_pair_init
-p_g24_set_pairing_sm_1:
-	jam STATE_24G_PAIRING_1,mem_24g_pairing_sm
-	rtn
-
-p_g24_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_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
-	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_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_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_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
+
+	
+
+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 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
+	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:
-	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
-	branch p_g24_ch
 
-p_g24_auto_pair_device_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_auto_pair_pair_attemp:
-	call p_g24_pair_init
-	branch p_g24_auto_pair_start_loop
+	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
+	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
+
+	jam TX_POWER_5DB,mem_tx_power
+	rtn
+	
+power_ctrl_decrs_level0: //-5dBm
+	jam TX_POWER_f5DB,mem_tx_power
 	rtn
 
 
@@ -2228,20 +2647,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
@@ -2255,9 +2676,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:
@@ -2272,9 +2696,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:
@@ -2292,6 +2719,7 @@
 	rtn
 		
 p_set_tx_power_pair:	//50-100cm distance
+//	jam 0xba,0x894b
  	jam 0xc2,0x8956
  	jam 0xd0,0x8955
 	rtn	
@@ -2300,395 +2728,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
-	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_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:
-	fetcht 1,mem_24g_current_ch_number
-	call p_g24_ch_map_size
-	storet 1,mem_24g_current_ch_number
-	rtn
-
-p_g24_ch_map_size:
-	call p_g24_ch_calc
-	increase 1,temp
-	and_into 3,temp //map size =4
-	rtn
-	
-p_g24_ch_calc:
-	fetch 1,mem_24g_addr	
-	and_into 0x03,pdata
-	mul32 pdata,4,rega			//24addr low bit0 bit1 ,00-map1,01-map2,10-map3,11-map4
-	setarg mem_24g_ch_map1
-	iadd rega,pdata
-	iadd temp,contr
-	ifetch 1,contr
-	store 1,mem_24g_ch
-	rtn
-
-p_g24_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_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_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
-*/
 
 
 
@@ -14219,7 +14261,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/YFK/24G&BLE/output/bt_program23.rom	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/output/bt_program23.rom	(working copy)
@@ -1,46 +1,62 @@
-11000010100001000000000000010001
-11000000010000101000011000110101
-11000000010001001000011000000100
-11000000000000001000000000100111
-11000000010100001000000000110000
-11000000010101000000000000110101
-11000000010110001000000000111000
-11000000010110010000000001000000
-11000000011000100000000011001000
-11000000011001001000000101011000
-11000000011001010000000101011100
-11000000011100011000001100101110
-11000000011100110000001011011011
-11000000011101010000001101011010
-11000000011101011000001101101000
-11000000011101100000001110011100
+11000010100001000000000000010010
+11000000000000000000000000101001
+11000000000000001000000000110111
+11000000010000101000011011111010
+11000000010001001000011011001011
+11000000010100001000000001000000
+11000000010110001000000001000101
+11000000010110010000000001010001
+11000000011000100000001011011111
+11000000011001001000001101001111
+11000000011001010000001101010011
+11000000011100011000010101001010
+11000000011100110000010101010111
+11000000011101001000010110000011
+11000000011101010000010110001101
+11000000011101011000010110011101
+11000000011101100000010111000010
 00100000001000000010101010001110
-11000000000111001000001110100000
-11000000001000011000001110101000
-11000000001001010000001110101110
-11000000001010111000001110110001
-11000000001011001000001111000011
-11000000001100011000001111010000
-11000000001100110000001111111010
-11000000001100111000010000010001
-11000000001101010000010000111010
-11000000001110111000010001000101
-11000000010001100000010001010101
+11000000000111001000010111001000
+11000000001000011000010111010000
+11000000001001010000010111010110
+11000000001010111000010111011001
+11000000001011001000010111101001
+11000000001100011000010111110110
+11000000001100110000011000100000
+11000000001100111000011000110111
+11000000001101010000011001100000
+11000000001110111000011001101011
+11000000011111010000011001111011
+11000000010001100000011010000100
 00100000001000000010101010001110
 00011111111000100010001000000000
-01101000000010001100110001101110
-01011000000000000100110001110101
+01101000000010001100110010000000
+01011000000000000100110010000111
 10011000010000001000101000000000
 00011010001000100111111000000000
 11100000101000001000000000000000
 00011000010000001000010000000001
 00011000010000010000010000000111
-01100000000010001100110001101110
+01100000000010001100110010000000
 00100000011000000000000000000000
+00100000010000000000000000101011
+00100000001000000010000000000010
+01110000010010110011110100000000
+00100000010000000000010010110011
+00100000011000001000000000000000
+00100000010000000111111011000001
+00100000010000000000010010110011
+00100000011000001000000000000000
+01110000010010110011110100000001
+00100000011000000000000000000000
+01101000000000001100101100111101
+00100000011110100000000000000000
+00100000010000000000010010011100
+00100000001000000000010000110001
 11011000101000000000100110101110
 11011111001000000000000000001100
 00100000010000000111111011010100
-00100000010000000000000010111111
+00100000010000000000001110001010
 00100000010000000110101000000011
 00100000010000000101110011110110
 00100100010101011010110001100101
@@ -51,84 +67,72 @@
 01011000000000000001110110000111
 01100000000000010100010100010011
 00100000001000000010101010100010
-01101000000000001100100000000110
-00100100011110100000000000000000
-00100000001000000010101101111111
 11000110000100110000000000000000
+01101000000000001100101100000001
+00100100001110100111111111101111
+01101000000000001100101100000111
+00100100001110100111111111101111
 01101000000000001100011110011100
-11000000000000000111111111101111
+00100000001110100111111111101111
 01101000000000001100011111000100
 11000000000000001111111111101111
-01101000000000010100001001001000
+01101000000000001100100000000110
 00100100001110100111111111101111
 00100000001000000111111111110001
 11000110100100110000000000000000
-01101000000000001100110011110011
-11000000000000001000000001011010
-00100000010000000000010010111010
-00100100001101000000000001111010
-00100000010000000000010010011111
-00100000010000000000010011100101
-01101000000000001100101111000011
+01101000000000001100110100000101
+11000000000000001000000001100111
+00100000010000000000000100000101
+00100100001101000000000001111110
+00100000010000000000000011101100
+00100000010000000000000100101000
+01101000000000001100101111010101
 11000001111111111000000000000000
-00100000010000000000010101000100
-00100000010000000000000001010100
-01101000000000001100110011110011
-11000001000000001000000000000000
-01101000000000001100101100000110
-11000000000000001000000001110110
-00100000010000000000000010000110
+00100000010000000000011010100001
+00100000010000000000000001100011
+01101000000000001100101100000001
+11000000000000001000000110110110
+00100000010000000000000010001010
 00100100011101000000000000000000
-00100000010000000000000010100101
+00100000010000000000001011011100
 01011000000000001110110001010100
 00100000001000000010101110010011
-01101000000000001100011011110101
-11000011100000111000000000000000
 01011000000000010111011100000000
-01100000000000011100101111100010
-01110000010010101111111100011110
+01100000000000011100101111110100
+01110000010010110011110000010100
 00100000011000000000000000000000
-00100000010000000000011000110111
+00100000010000000000001010100111
 00100100011101000000000000000000
-00100000010000000000000001110000
-01101000000000010100110011110100
-00011111111000001111111000000001
-01100000000000010100110011110100
-01101000000010010100110011110110
-10011000010001100111110000000000
-00100000010000101000000001100100
-00100000001000000000000001000011
-01110000010011001111001100000000
-01011000000000000000000000000000
-01100000000000010100110011110100
-01011000000000000000000000011001
-01100000000000010100110011110110
-01110000010010111110111000000000
-01101000000000001100101111011001
-01100000000000001100101111011000
-00100000011000000000000000000000
-01101000000000001100101111011010
-01100000000000001100101111011000
-00100000011000000000000000000000
-01101000000000001100101111101110
+00100000010000000000000001111000
+01101000000000001100110100000110
 00011111111000001111111000000001
-01100000000000001100101111101110
-11000000000000100000000001101101
-11000000000000101000000001101001
+01100000000000001100110100000110
+00011111111001100111110000011001
+00100000010000101000000001110000
+00100000001000000000000001010100
+01110000010011010000010100000000
+01110000010011010000011000000000
+01110000010011000000000000000000
+01101000000000001100101111101011
+01100000000000001100101111101010
+00100000011000000000000000000000
+01101000000000001100101111101100
+00100000001000000000000001110100
+01101000000000001100110000000000
+00011111111000001111111000000001
+01100000000000001100110000000000
+11000000000000100000000001110110
+11000000000000101000000001110010
 00100000011000000000000000000000
-01110000010011001111001100000001
-01011000000000000000000000000000
-01100000000000010100110011110100
-00100000011000000000000000000000
-01101000000000001100101111011111
-00100000010110100000000010001111
-01101000000000001100101100001100
-00100100011110100000000000000000
+01101000000000001100101111110001
+00100000010110100000000010100100
 01101000000000001100101100000110
+00100100011110100000000000000000
+01101000000000001100101100000001
 11000001000000001000000000000000
-00100000010000000000000010000110
+00100000010000000000000010001010
 00100100011101000000000000000000
-01101000000000011100101111100010
+01101000000000011100101111110100
 00100000010000000111111101001001
 01100000000010100100000101011011
 00100000001000000010101100101010
@@ -140,352 +144,887 @@
 00100000001110100111111111101001
 01101000000000001100010110110001
 00100000001110100111111111101001
-00100000001000000000000010101000
-01110000010010111101111100000001
-01110000010011001110100000000000
-00100000010000000000010001100111
-01100000000000001100101101001111
-01011000000000000000000000000000
-01100000000000111100101101010000
-01101000000000100100101111101010
-01100000000000100100101101010111
-01110000010010111011001100001100
-01101000000000001100101110110100
-01111001001000000111111000000011
-01100000000000001100101110110100
-00100000010000000000011001110011
-00100000010000000000010010111110
-00100000001000000000000001000110
-11000110000100110000000000000000
-00100000010000000000000010110101
-00100000010000000000000010101000
-01101000000000001100000001000000
-11000011000000000000000010100101
-01101000000000001000000010100000
-00100100011110100000000000000000
-01011000000000000000000000000000
-01100000000001000000000010100001
-00100000011000000000000000000000
-00100000010000000000001000011100
-00100000010000000000000010110010
-00100000010000000000000010100101
+01101000000000001100110100000101
+11000000000000001111111111101001
+01101000000000001100101100001100
+00100000011110100000000000000000
+00100000010000000000010101001010
+00100000010000000000001011011100
 00100000010000000011111010111111
 01101000000100100000000001110000
 01101000000110100000000001111000
 10011000010000011000010000000000
 00011000010001000000010000000000
 01100000000110100000000001111100
+01101000000010001100101100111110
+00100000010000000110011111111011
+01101000000010001100101100111110
+01111001001000000000010000000111
+11011000101000001000000001111000
+00100000001000000110100000110000
+01110000010010111111000100000001
+01110000010011001111101000000000
+00100000010000000000000010110100
+01100000000000001100101101100001
+01011000000000000000000000000000
+01100000000000111100101101100010
+01101000000000100100101111111100
+01100000000000100100101101101001
+01110000010010111100010100001100
+01101000000000001100101111000110
+01111001001000000111111000000011
+01100000000000001100101111000110
+00100000010000000000000100001000
+00100000001000000000000001010111
+01110000010011001111101100000001
+01110000010011001111110100000000
+01101000000000001100101111000110
+00011111111000010111111000000111
+01100000000000001100101111000110
 00100000011000000000000000000000
-01101000000000001100101100000011
-00100000011110100000000000000000
-00100000001000000000001100101110
-11011000110000000001100000000000
-11011000101000000100100000001010
-00100000010000000000000010111101
-11011000110000000001100100000000
-00100000010000000000000010111101
-11011000110000000001101000000000
-00100000010000000000000010111101
-11011000110000000001101100000000
-11011111001000000000000000011011
-00100000001000000111111100000001
-11011000110000000100100000001010
-11011000101000000001100000000000
-00100000010000000000000010111101
-11011000101000000001100100000000
-00100000010000000000000010111101
-11011000101000000001101000000000
-00100000010000000000000010111101
-11011000101000000001101100000000
-00100000001000000000000010111101
-00100000010000000011010000010110
-00100000001101011000000011010001
-00100000010000000000011100001101
-01101000000000001100000111011110
-01100000000000001100110001101010
-00100000010000000000010100110011
-01101000000000001100011010000101
-01100000000000001100011011011010
-00100000010000000100001111001010
-00100000010000000000000011010011
-00100000001000000111010010111001
-00100100010101011000000100101101
-00100000010000000000000100001100
-00100000011101011000000000000000
-00100000010000000000000110000001
-00100000010000000000001011100101
-11000000000000101000000011111010
-00100000001000000000000101100011
-01101000000000001100110001101010
-01100000000000001100000111011110
-00100000011000000000000000000000
-01101000000000001100101100001001
-01100000000000001100101100011001
-01110000010010110001100000000001
-00100000010000000000000101110110
-00100000010000000000000011011010
-01101000000000001100001000010000
-11000000000110100000000011100101
+01101000000000001100101111000110
+01111001001000000111111000000100
+01100000000000001100101111000110
+01100000000000001100101110000001
 00100000011000000000000000000000
-01110000010001111001111100000001
-01101000000000010100011010101000
-01101000000010001100101100010101
-00011000010001100111110011111111
-00100100001000101000000011101011
-01011000000000000000001001011000
-01100000000000010100011010101110
-00100000010000000011010000011000
-00100000010000000000000011110011
-01011000000000000000000000000100
-11100000110000001000000000000000
-11011000110000000100001110010000
-00100000010000000000001110011000
-00100000001000000111110111110100
-11011010001000000100001101110000
-11101010001000001000000000000000
-00100000011110100000000000000000
-10011000110000001010001000000000
-11101000110000001000000000000000
-11000001000000001000000000000000
-00100000001000000000000011110100
-01101000000000100100011011010011
-11000100000010001000000000000000
-11000011100000011000000000000000
-11000110000100110000000000000000
-00100000010000000100010010000010
-11011000111000000000000000000011
-00100000010000000100001111001110
-01011000000000000000000000000000
-01100000000000010100011010101110
-01100000000000001100011010110100
-01100000000000010100101111100000
-00100000010000000100001011001010
-00100000001000000000010101110000
-01101000000000100100011011010011
-11000011000010100011110101100110
-01101000000000001100011101111010
-11000000011111111011110101100110
-00100000001000000011110110000000
-01110000010000100001001001110110
-00100000001000000011110100110110
-00100000010000000000000100001100
-00100000010000000100000011000000
-01101000000000001100011011100000
-11000000000000101100000011010101
-00100000010000000100000011011001
-11000000000110000000000100011100
-11000000000110001000000100011110
-00100000010000000100000011010001
-00100000000000000000001111101000
-00100000001000000000000100010010
-01110000010010110000001100000001
-00100000010000000110010000001111
-00100000010000000000000100001110
-00100000001000000110010000010001
-00100000010000000000000100100011
-00100000001000000100000011100000
-00100000010000000000000100100011
-01101000000000001100011011011110
-11000000001110000100000011101000
-01110000010001101110000000000001
+01101000000000001100101111000110
+01111001001111111111111000000100
+01100000000000001100101111000110
 00100000011000000000000000000000
-01011000000000001000000000000110
-00100000010000000110010000010011
-00100000000000000010111011100000
-00100000001000000000000100000111
-01011000000000000000000000000110
-00100000010000000110010000010100
-00011111111000011111111000001000
-00011111111011010111111000000000
-00011111111000001111111000000110
-00100000001000000110010000010011
-01101000000000001100101100001111
-01100000000000001100101100010000
-00100000010000000000010001100001
-00100000010000000011111001101110
-00100000010000000000001011000000
-00100000010000000011111000011110
-01011000000000000000000000000000
-01100000000000010100000101010100
-00100000010000000011111001010100
-00100000010000000101100000010000
-00100000010000000101100000111001
-00100000010000000101100000101100
-00100000010000000101100000011000
-00100000010000000110010110011100
-01101000000000100100011011010011
-00101111111011111111111000011001
-00100100010000001110010111000010
-00100000010000000100010000111111
-00100000010000000000001010000000
-00100000010000000000000101010100
-00100000010000000000001000000010
-00100000010000000110010111011111
-00100000010000000000000101000111
-01101000000000001100101100010101
-11000000011111111000000101001111
+00100000010000000000011010010111
+01101000000000001100110011111100
+11000000000000001000000011000110
+11000000000000010000000011001010
+00100000011000000000000000000000
+01110000010011001111110100000010
+01110000010011001111100100000000
+01110000010011001111101100000000
+00100000001000000000000010110100
+01110000010011001111101000000000
+00100000001000000000000011000111
+01101000000000010100101111001011
+00011111111000001111111000000001
+01100000000000010100101111001011
+11000010100001010000000101100101
+01101000000000001100110011111010
+11000000000000001000000011010101
+01110000010011001111101000000001
+01101000000000001100110011111010
+11000000100000001000000010110100
+01101000000000001100110011111000
+00011111111000001111111000000001
+01100000000000001100110011111000
+11000000000000100000000011011100
+00100000010000000000000111101000
+01110000010011000000101000000010
+00100000001000000000000100101000
+00100000010000000000011010010111
+01110000010011001111100000000000
+00100000001000000000000010110100
+01110000010011001111110100000010
+01110000010011001111101100000001
+01110000010011001111101000000000
+00100000001000000000000010110100
+01101000000000001100110011111100
+11000000000000011000000011100000
+01101000000000001100101111000110
+00101111111011000000000000000100
+00100000001000001000000010110010
+01101000000000001100110011111100
+11000000000000001000000011011111
+11000000000000010000000011100000
 00100000011000000000000000000000
-11011000010000000000000000000001
-11011010001000000100101100010101
-11011010010000000000000001100100
-00100000001000000110010111011111
-11011000010000000000000000000001
-11011010001000000100101100010101
-11011010010000000000000001100100
-00100000001000000110010111010001
-01110000010000100001000000110100
-01011000000000000000000000000000
-00011111111001000111111000000000
-01100000000000110100010010100000
+01101000000000001100101111010101
+11000001111111111000000000000000
+00100000010000000000000011110001
+00100100010101100000000011111001
 00100000011000000000000000000000
-00100000010000000011001111000100
-00100000001000101100001100010110
-00100000010000000000001101100000
-00100000001000000011110111001011
-11011000010000000000000000000010
-11011010001000000000101010101010
-11011010010000000000000001100010
-00100000001000000110010111010001
-11011000010000000000000000000010
-11011010001000000000101010011010
-11011010010000000000000001100010
-00100000001000000011001111001000
-01011000000000000000000101110111
-01100000000000010100110011110110
+01111000010101100111110000000000
+01101000000000001100110011111011
+11000001100000001000000000000000
+01101000000000001100110011111101
+11000001100000000000000000000000
+01110000010011001111110000000001
+01110000010011000000101000000100
+00100000001000000111111111101011
+01101000000000001100110011111101
+00100000001110100000000100000000
+00011111111000001111111111111111
+01100000000000001100110011111101
+01110000010011001111110000000010
+01110000010011000000101000000100
+00100000001000000000000111101000
+01110000010011001111110000000011
+01101000000000001100110011111010
+00100100001110100000000011010011
+01110000010011000000101000000010
+00100000001000000000000111101000
+01101000000000001100101111010101
+11000000111111111000000101110101
+00100000010000000000000100001011
+00100000010000000000001000010100
+01110000010010111100101000000001
 00100000011000000000000000000000
-01011000000000000000000000011001
-01100000000000010100110011110110
-00100100010101011000000101100000
-01101000000000001000101010111101
-00101111111011000000000000000011
-00100100001000001000000101101011
-00100000010000000000000100001110
-00100000010000000000000100100111
-01101000000000001100011100011111
-01100000000000001100011100011110
-01101000000000001100101100010001
-11000000000000001000010110100100
-11000000000000010000000011011101
-00100000010000000000000101110100
-00100000010000000000000101111000
-00100000001101000000010111001000
-00100000001000000000010110100100
-01110000010010110001000100000001
-00100000001000000000001001111100
-01110000010010110001000100000010
-00100000001000000000001001111100
+01101000000000010100110011110110
+00100000010000000111111110011100
+00100000001101000000000100010001
+01101000000000111100101101100010
+00100000011110100000000000000000
+00100000001000000111111111100111
+00100000010000000000001110101000
+01110000010010111111000100000000
+00011010001000001111111000000001
+01100000000000001100101111000101
+00100000010000000000000010110100
+01100000000000001100101101100001
+11101000101010001000000000000000
+11101010010000001000000000000000
+10011000010000011111111000000000
+11100000101000001000000000000000
+00011010010000001010010000000001
+11101010010000100000000000000000
+11100000101000100000000000000000
+00011010010000001010010000000100
+11011000101000000100101101100111
 11011111001000000000000000000010
-11011000110000000100101111011011
-00100000010000000111111111100111
-01011000000000001111111111111111
-11101000110010010000000000000000
-10011000010001100111110000000000
-00100100010000101111111111101001
-11000010000000000000000101111100
-00100000011000000000000000000000
-01011000000000000000000110010010
-01100000000000010100110011100100
-01011000000000000000000110010110
-01100000000000010100000111101111
-01011000000000000000010001001111
-01100000000000010100000111111001
-01011000000000000000000010011110
-01100000000000010100000111101101
-01011000000000000000000111001001
-01100000000000010100000111110101
-01011000000000000000000110110011
-01100000000000010100000111110011
-01011000000000000000001000010001
-01100000000000010100000111101011
-01011000000000000000001000100110
-01100000000000010100000111111101
+11101010010000001000000000000000
+11101000101010001000000000000000
+10011000010000001111111000000000
+11100000101000001000000000000000
+00011010010000001010010000000001
+11000010000000000000000100100001
 00100000011000000000000000000000
-00100000010000000100010000000001
-01101000000000010100011010011111
-00100000011110100000000000000000
-00100000001000000000000001110110
-00100000010000000101100010010010
-00100100011110100000000000000000
-01101000000000001100101100010101
-11000000011111111000000110011101
-01101000000000001100011011000101
-00011111111000010111111000000011
-11000001100000011000000000000000
-01101000000000001100011110011100
-00100000010110100000000110110000
-01101000000000100100011011010011
-11000010100000101100000101111001
-00100000010000000011111110010111
-00100100011101000000000000000000
-00100000010000000000000110101000
-00100000010000000000010011011101
-01101000000000010100011010011111
-00100100010110100000000110101101
-00100000001000000000011100010010
-01101000000000001100011011110101
-11000011100000111000000000000000
-01110000010000010111001000000000
-01110000010010101111111000011110
+01110000010010111100111000000000
+11011001011000000000110100000000
+00110100011100110000001000000000
+00100000010000000000000101000000
+00100100001011000000000101001101
+00100100001101111000000101001101
+00100000010000000000000100111011
+00100000010000000000000101101001
+00100000010000000000011010010011
+01101000000000001100101111000100
+00011111111000001111111000000001
+01100000000000001100101111000100
+01101000000000001100101111010101
+11000000111111111000000100111110
+00100000010000000000000011100011
+01011000000000000000000000000000
+01100000000000100100101111001010
+01100000000000001100110011111001
 00100000011000000000000000000000
-01110000010010000000011000000001
-01110000010010000000011100000010
+11011111001000000000000000000100
+11011000101000000100101101100001
+00100000001000000111111011000110
+00100000010000000000011010010000
+00100000001000000000000110001111
+01111000010101111111110000000000
+00100000010000000000001010000110
+00011000000000000010101000000000
+01101000000000100100101111101101
+10011000000000000001001000000000
+01101000000010001000000000010111
+00100000010000000010100100011111
+00100000010000000010100100100100
+00100000010000000000001001000101
+00100000010101111000001001111110
 00100000011000000000000000000000
-00100000010000000101100000010100
-01110000010001111001110000000001
-00100000001000000000000100100011
-00100000010000000111111000110100
-00100000010000000000000110110110
-00100000001000000011111011100000
-01101000000010001100011011100111
-00100000010000000000001100001110
-01101000000010001100011011100111
-00100000010000000110100000011101
-00100000001000001000000111000111
-00100000010000000000001100010111
-01101000000000001100011010110110
-11000001000000000000000000000000
-01110000010001101011011000000000
-01101000000000001100011101111010
-00011111111000001111111000000001
-00011111111000010111111000000011
-01100000000000001100011101111010
-00011111111000001111111000000010
-01100000000000010100101100001100
-00100000010000000000001011011000
-00100000001000000011110101110100
-00100000010000000000001100010111
-00100000001000000011110101100010
-00011010011000100111111000000000
-11000000000010100000000111010011
-11000000000010101000000111011001
-11000000000101001000000111100010
-11000000000110010000000111100100
-11000000001000000000000111101011
-11000000000111001000000111110110
-11000000000111010000001000000110
-11000000000111100000001000001110
-00100000001000000100000101111101
-01110000010010110001001000000000
-01110000010010101111110100000000
-00100000010000000000000101110110
-00100000010000000000000100011000
-00100000010000000000011100001101
-00100000001000000100000111000011
-00100000010000000000001000100010
-01011000000000000000000000000111
-01100000000000010100010010010110
-01100000000000010100010010011000
+00100000010000000000001001111110
+00100000001000000000000100110001
+01101000000000001100101111001101
+00011111111000001111111000000001
+01100000000000001100101111001101
+01101000000000001100101111010101
+11000000111111111000000101100001
+01101000000010001100101111001110
+00011000010000001000010000000001
+01100000000010001100101111001110
+01101000000000001100110000001010
+10011000010001100111111000000000
+00100100001110100000000100101001
+01101000000000001100110011111100
+11000000000000011000000011001100
+01101000000000001100110011111001
+00011111111000001111111000000001
+01100000000000001100110011111001
+11000000000000010000000011000001
+00100000010000000000000010111000
+01110000010011000000101000000001
+00100000001000000000000100101000
+01101000000000001100101111001101
+11000001111111111000000000000000
+01110000010010111100110100000000
+00100000001000000000000101100111
+01011000000000000000000000000000
+01100000000000010100101111001011
+01110000000010101001100100111010
+00100000001000000111110110000110
+00100000010000000000000111111001
+01101000000000001100101111000011
+00100000011110100000000000000000
+10011000000000000111001000000000
+11011000110000000100101101000001
+11011000101000000100101110100011
+00100000001000000111111100000001
+01110000010000011101111000100000
+01110000010010111100010000000000
+01110000010010111100111101001110
+01101000000000100100101111010001
+00100000001000000000001000000110
+01101000000000001100101111001010
+11000000000000001111111111100111
+01101000000000001100101111010101
+11000000000000001000000101111100
+11000000000000010000000101111111
+11000000000000011000000110000010
+00100000001000000010101010001100
+01110000010010111101010100010001
+01110000000100011001111010101010
+00100000001000000000000110000100
+01110000010010111101010100010010
+01110000000100011001111001010101
+00100000001000000000000110000100
+01110000010010111101010100010011
+01110000000100011001111000100010
+01101000000000001100101111000110
+00011111111000010111111000000111
+01100000000000001001000110011111
+01101000000000100100101111111100
+01100000000000100001000110100000
+01110000000100011010010000000000
+11011010001000000001000110011110
+11011000010000000000000000000111
+00100000010000000000000111110100
+00100000010000000000000100001000
+00100000001000000111111111100111
+01101000000000001100101111010101
+11000001011111111000000000000000
+11000000000010001000000110010101
+11000000000010010000000110010111
+11000000000010011000000110011001
+00100000011000000000000000000000
+01110000010010111101010100000010
+00100000001000000000000100110111
+01110000010010111101010100000011
+00100000001000000000000100110111
+01110000010010111101010111111111
+01110000000010101001100100111001
+00100000010000000111110110000110
+01101000000000100100101110100101
+00100000010000000000001000000110
+00100000001000000000000100110111
+00100000010000000000010011111000
+00100000010000000000001101100010
+00100000001101000000000111000111
+01111001001111111000000000100110
+00100000010000000000000111100111
+01101000000000001100101111010101
+11000001111111111000000000000000
+00100000010000000000000110111001
+01011000000000000000000000000000
+01100000000000010100101111110010
+00100000010000000010101011111010
+00100000000000000000011111010000
+01101000000000001100101111110010
+11000000011111111000000101100111
+00100000010000000000000101000000
+00100100001011000000000111000010
+00100100001101111000000111000010
+01111001001000000000000000100110
+01011000000000000000000000000000
+01100000000000010100101111110010
+01110000000010101001100100111100
+00100000010000000111110110000110
+00100000010000000000000100111011
+01110000010011010000010100000001
+01110000010011010000011000000000
+00100000011000000000000000000000
+01110000000100011001111011111111
+01101000000000001100101111000110
+01100000000000001001000110011111
+01101000000000100100101111111100
+01100000000000100001000110100000
+11011000010000000000000000000110
+11011010001000000001000110011110
+00100000010000000000000111110100
+00100000001000000000001000010100
+01101000000000010100101111110010
+00011111111000001111111000000001
+01100000000000010100101111110010
+00100000010000000000000111101000
+00100000001000000000000110101001
+01111001001111111000000000100110
+00100000010000000000000111100011
+00100000010000000000000110111001
+01110000010010111111001000000000
+00100000010000000010101011111010
+00100000000000000000011111010000
+01101000000000001100101111110010
+11000000011111111000000101100111
+00100000010000000000000101000000
+00100100001011000000000111011001
+00100100001101111000000111011001
+00100000010000000000000101101001
+00100000010000000000001011111010
+01101000000000100100101111101101
+01101000000010100100101111010001
+10011000010001100111110000000000
+00100000001000101000001100010110
+00100000001000000000000110110000
+01101000000000001100101111110010
+00011111111000001111111000000001
+01100000000000001100101111110010
+01101000000000001100110100000011
+00011111111000001111111000000001
+00011111111000010111111000000001
+01100000000000001100110100000011
+11000000000000000000000111101100
+11000000000000001000000111101110
+00100000011000000000000000000000
+01110000010000011101111000100000
+01011000000000000000111100001111
+01100000000000010100101111101101
+11100000101000010000000000000000
+00100000010000000000001000000111
+01101000000010001100101111010000
+00100000010000000000001000100110
+01100000000010001100101111010000
+00100000011000000000000000000000
+00100000010000000000000111100011
+00100000001000000000000111001011
+00100000010000000000000101110000
+00100000001000000000000111001011
+01111001001111111000000000100110
+00100000010000000101001111001110
+11011000111000000000000000000011
+00100000001000000100001111010010
+01100000000010001100101111000101
+00011000010000100111001000000000
+11011000101000000100101101100001
+00011010001000100000110000000000
+00100000001000000111111100000001
+01101000000000001100101101000000
+00011111111010010111111000000000
+01100000000000001100101111000011
+00011111111000001111111000000001
+11011000110000000100101101000000
+10011000110000001000110000000000
+11101000110000011000000000000000
+01100000000000011100110000000010
+01101000000000001100101101000000
+00011111111000110111111000000000
+00011111111000010111111000000011
+01100000000000001100110000001000
+00100000011000000000000000000000
+01100000000000100100101111101101
+11011010001000000000000000000000
+11011111001000000000000000000100
+11011000110000000100101111101101
+11101000110000001000000000000000
+10011010001000001010001000000000
+11000010000000000000001000001010
+00011010001000100111111000000000
+01100000000000010100110001110110
+01101000000000001100110001110110
+01101000000010001100110001110111
+10011000010000001111111000000000
+01100000000000001100110001111000
+00100000011000000000000000000000
+01101000000000001100101111000101
+00011111111000001111111000000010
+01100000000000001100101111000111
+01101000000000001100101111000110
+01100000000000001100101110000001
+01101000000000001100101111000101
+00011111111010011111111000000000
+01101000000010001100101111000100
+00011000010000010000010000000011
+00011000010000111000010000000000
+10011000010000011111111000000000
+01101000000010001100110000000001
+10011000010000001111111000000000
+11100000101000001000000000000000
+01101000000000001100101111000101
+10011000000000000111001000000000
+11011000110000000100101101100001
+00100000001000000111111100000001
+00100000010000000000001000101010
+00011000010000001000010000000001
+00011000010000010000010000000011
+00100000011000000000000000000000
+01101000000000001100101111101101
+00011111111000010111111000000011
+00011111111011111010001000000100
+01011000000000000100101111010110
+10011010001000001111111000000000
+10011000010000001000110000000000
+11101000110000001000000000000000
+01100000000000001100101111001111
+00100000011000000000000000000000
+01111000010001001111110000000000
+01111000010000111111110000000000
+01011000010101010101010101010101
+10011000000000000001111000000000
+01101000000000001100101111001111
+00011111111011011000010000000000
+01111001001000000000010000000001
+00011000010000110001110000000000
+00100000011000000000000000000000
+00100000010000000101001111000100
+01101000000000100100101111101101
+10011000000000000001001000000000
+00100000010000000010100100011000
+01101000000010001100101111001111
+00100000010000000010100100011111
+01011000000000000000010100000000
+00100000010000000010101010001111
+00100000010000000010100100100100
+00100000010000000000001000110011
+01111000010101111111110000000000
+01111000001001101111110000000000
+01111000001100001111110000000000
+01111000010100000111110000000000
+01111000001010000111110000000000
+01101000000000010100101111001000
+10011000000000000011011000000000
+00110111110000011000010000000000
+00100100001011000000001010000010
+01111000010001101111110000000000
+01111000001001011111110000000000
+01111000001000111111110000000000
+01111000001001001111110000000000
+00100000010000000000001001111011
+01100000000000001100110001111001
+01101000000010001100110001111000
+10011000010001100111110000000000
+00100100001000101000001001111110
+00100000010000000000001001111011
+01100000000000001100101100111111
+01101000000000001100101100111111
+01101000000010001100101111000110
+10101000010000000000111000000000
+00100100001000001000001001111110
+00100000010000000000001001111011
+11100000101000001000000000000000
+00011111111010010111111000000000
+00011111111000010111001000011111
+00100000001000101000001001100110
+00100000010000000000001001111011
+11100000101000001000000000000000
+11000010000000000000001001100011
+00011000101000100010001000000000
+00100000010000000000001001111011
+01100000000000001100110100000000
+00011010001000100000101000000000
+00001001100000000000000000011000
+01111000001010000111110000000000
+11011011011000000000011001100100
+00011111111011110111111000000000
+00011111111100010111111000000000
+11100000101000011000000000000000
+01111000010001011111110000000000
+00100000001000110000001001111110
+01111000001101111111110000000000
+01101000000000001000000000010111
+00011111111000001010001000000000
+00100000010000000010100110000001
+01111000010001101111110000000000
+00100000010000000010100100011000
+01101000000000001100110100000000
+00100000010000000000000000011111
+00100000011000000000000000000000
+00001001100000000000000000001000
+00011001100010010111111000000000
+00100000011000000000000000000000
+01111000010011011111110000000000
+01111000010001011111110000000000
+00100000010000000010011001001101
+00100000011000000000000000000000
+00100000001000000000001001111110
+00100000010000000010100100011000
+01101000000010001100101111001111
+00100000001000000010100100110011
+00100000010000000101001111000100
+01101000000000100100101111101101
+10011000000000000001001000000000
+00100000010000000000001000110011
+00100000010000000000001010000011
+01111001001000000010101000000000
+01111000001011101111110000000000
+01111000001100000111110000000000
+01111000010100001111110000000000
+00011001001100010111111000000000
+00011111111011001111111000000000
+00011111111100011111111000000000
+00001000000000001000011000101000
+01111000010011101111110000000000
+01111000001011011111110000000000
+01111000001000111111110000000000
+01111000001001001111110000000000
+01101000000000001100110001111000
+00001000000000001000011000001000
+01101000000000001100101111000111
+10011000000000000111001000000000
+11011000110000000100101110000001
+11101000110000001000000000000000
+00001000000000001000011000001000
+11000010000000000000001010011100
+01111000001001000111110000000000
+00001000000000001000011000011000
+01111000010001000111110000000000
+00110111110100111000001000000000
+00100000000000000000000001100100
+01111000010011101111110000000000
+01111000010011011111110000000000
+00100000011000000000000000000000
+00100000010000000111111111101001
+01101000000010100100101111100110
+00011100010000100111111000000000
+10011000010001100111110000000000
+00100100010000010010110100011000
+00011111111000100010010000000000
+01101000000000100100101111100110
+01101000000010001100101111101010
+10011000010000001000010000000000
+00011010010000100111111000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+01111001001111111111111000011100
+01100000000000100100101111100110
+00100000001000000111111111100111
+00100000010000000010100110111011
+00100000011110100000000000000000
+01101000000010001100110001111111
+11011010001000000000110110011110
+00100000010000000000001010111101
+01100000000010001100110001111111
+00100000011000000000000000000000
+00011010001000100111111000000000
+10011000010000001000101000000000
+01101000000000001000000000011000
+11100000101000001000000000000000
+00011000010000001000010000000001
+00011000010000010000010000000111
+00100000011000000000000000000000
+11011000010000000000000000000000
+11011111001000000000000000001000
+00011010001000100000110000000000
+11101000110000001000000000000000
+10011000010000001000010000000000
+11000010000000000000001011000111
+00011000010010010111111000000000
+00011111111000100000010000000000
+11000110100100110000000000000000
+00011111111001101111110000001010
+00100000010000000111111110000110
+00011000000001111111111000000000
+00011111111100100111111000000000
+00011000000001110000010000000000
+10011000010000011000010000000000
+00100000011000000000000000000000
+00100000011000000000000000000000
+11000110000100110000000000000000
+00100000010000000000001110000000
+00100000010000000000000010010100
+01101000000000001100000001000000
+11000011000000000000001011011100
+01101000000000001000000010100000
+00100100011110100000000000000000
+01011000000000000000000000000000
+01100000000001000000000010100001
+00100000011000000000000000000000
+00100000010000000011010000010110
+00100000001101011000001011101000
+00100000010000000000001110110011
+01101000000000001100000111011110
+01100000000000001100110001111100
+00100000010000000000011010010000
+01101000000000001100011010000101
+01100000000000001100011011011010
+00100000010000000100001111001010
+00100000010000000000001011101010
+00100000001000000111010010111001
+00100100010101011000001100111000
+00100000010000000000001100011010
+00100000011101011000000000000000
+00100000010000000000001101101011
+00100000010000000100000010000011
+11000000000000101000001100001110
+00100000010000000000001101011101
+00100000010000000000001011111010
+01101000000000001100011100100000
+11000000000000010000000110011111
+00100000010000000000010011111000
+01101000000000001100001000010000
+11000000000110100000001011111101
+01110000010001111001110100000001
+01110000010001111001111000101000
+00100000011000000000000000000000
+01101000000000001100110001111100
+01100000000000001100000111011110
+00100000011000000000000000000000
+01110000010001111001111100000001
+01101000000000010100011010101000
+01100000000000010100011010101110
+00100000010000000011010000011000
+00100000010000000000001100000111
+01011000000000000000000000000100
+11100000110000001000000000000000
+11011000110000000100001110010000
+00100000010000000000010110111110
+00100000001000000111110111110100
+11011010001000000100001101110000
+11101010001000001000000000000000
+00100000011110100000000000000000
+10011000110000001010001000000000
+11101000110000001000000000000000
+11000001000000001000000000000000
+00100000001000000000001100001000
+11000110000100110000000000000000
+11011000111000000000000000000011
+00100000010000000100001111001110
+01011000000000000000000000000000
+01100000000000010100011010101110
+01100000000000001100011010110100
+01100000000000010100101111110010
+00100000010000000100001011001010
+01111001001000000000000000100110
+00100000010000000000000101110000
+01110000010010111101010100000001
+00100000011000000000000000000000
+01110000010000100001001001110110
+00100000001000000011110100110110
+00100000010000000000001100011010
+00100000010000000100000011000000
+00100000010000000100000011011001
+11000000000110000000001100101000
+11000000000110001000001100101010
+00100000010000000100000011010001
+00100000000000000000001111101000
+00100000001000000000001100011110
+01110000010010110000110000000001
+00100000010000000110010000001111
+00100000010000000000001100011100
+00100000001000000110010000010001
+00100000010000000000001110101101
+00100000001000000100000011100000
+00100000010000000000001110101101
+01101000000000001100011011011110
+11000000001110000100000011101000
+01110000010001101110000000000001
+00100000011000000000000000000000
+01101000000000001100101100001100
+00100000011110100000000000000000
+01110000010010110000110000000000
+01011000000000000000000000000110
+00100000010000000110010000010100
+00011111111000011111111000001000
+00011111111011010111111000000000
+00011111111000001111111000000110
+00100000001000000110010000010011
+00100000010000000110100010101000
+01101000000000100100000010100000
+01100000000000100100101111111100
+00100000010000000011111001101110
+00100000010000000011111000011110
+01011000000000000000000000000000
+01100000000000010100000101010100
+00100000010000000011111001010100
+00100000010000000101100000010000
+00100000010000000101100000111001
+00100000010000000101100000101100
+00100000010000000101100000011000
+00100000010000000110010110011100
+00100000010000000110010111000010
+00100000010000000100010000111111
+00100000010000000000001101001011
+00100000010000000000010000011111
+00100000010000000110010111011111
+00100000011000000000000000000000
+00100000010000000011001111000100
+00100000001000101000001101010111
+00100000010000000000010110010010
+00100000001000000011110111001011
+11011000010000000000000000000010
+11011010001000000000101010101010
+11011010010000000000000001100010
+00100000001000000110010111010001
+11011000010000000000000000000010
+11011010001000000000101010011010
+11011010010000000000000001100010
+00100000001000000011001111001000
+11011000010000000000000001011000
+11011010001000000100011100100000
+11011010010000000000000000000000
+00100000010000000110010111011111
+00100000010000000000000000110011
+00100000001000000100001100011010
+00100000010000000000001100011100
+00100000010000000000001100110010
+01101000000000001100011100011111
+01100000000000001100011100011110
+00100000011000000000000000000000
+11011111001000000000000000000010
+11011000110000000100101111101101
+00100000010000000111111111100111
+01011000000000001111111111111111
+11101000110010010000000000000000
+10011000010001100111110000000000
+00100100010000101111111111101001
+11000010000000000000001101100110
+00100000011000000000000000000000
+01011000000000000000001101111100
+01100000000000010100110011110110
+01011000000000000000001110010011
+01100000000000010100000111101111
+01011000000000000000011001110101
+01100000000000010100000111111001
+01011000000000000000001011010101
+01100000000000010100000111101101
+01011000000000000000001111100110
+01100000000000010100000111110101
+01011000000000000000001111010001
+01100000000000010100000111110011
+01011000000000000000010000110101
+01100000000000010100000111101011
+01011000000000000000010001000111
+01100000000000010100000111111101
+00100000011000000000000000000000
+00100000010000000100010000000001
+01101000000000010100011010011111
+00100000011110100000000000000000
+00100000001000000000000110110110
+11011000110000000001100000000000
+11011000101000000100100000001010
+00100000010000000000001110001000
+11011000110000000001100100000000
+00100000010000000000001110001000
+11011000110000000001101000000000
+00100000010000000000001110001000
+11011000110000000001101100000000
+11011111001000000000000000011011
+00100000001000000111111100000001
+11011000110000000100100000001010
+11011000101000000001100000000000
+00100000010000000000001110001000
+11011000101000000001100100000000
+00100000010000000000001110001000
+11011000101000000001101000000000
+00100000010000000000001110001000
+11011000101000000001101100000000
+00100000001000000000001110001000
+00100000010000000101100010010010
+00100100011110100000000000000000
+01101000000000001100011011000101
+00011111111000010111111000000011
+11000001100000011000000000000000
+01101000000000001100011110011100
+00100000010110100000001111001110
+01101000000000100100011011010011
+11000010100000101100000101111001
+00100000010000000011111110010111
+00100100011101000000000000000000
+00100000010000000000001110100101
+00100000010000000000001110101000
+00100000010000000000001111001001
+11011010001000000100011010011010
+00100000010000000111111000111101
+00100000010101000000001110111000
+00100000011000000000000000000000
+01110000010000010111001000000000
+01110000010010110011101100011110
+00100000011000000000000000000000
+01101000000000001100101100111010
+11000001100000001000000000000000
+01011000000000000000000000000000
+01100000000000001100101100111010
+01100000000000100100011010011011
+01011000000000001000000000000110
+00100000010000000110010000010011
+00100000000000000010111011100000
+01101000000000001100011101111010
+11000000011111111011110101100110
+00100000001000000000010101001010
+01110000010001111010000000000111
+01110000010001111010000100000100
+01011000000000000100011110100000
+01100000000000010100001000011000
+00100000001000000111111000111000
+01101000000000001100011111000001
+00011111111000001111111000000001
+01100000000000001100011111000001
+00100000011000000000000000000000
+11011010001000000100011010011010
+00100000010000000111111001010100
+00100000001101000000001111000000
+00100000011000000000000000000000
+00100000010000000101011001010010
+01101000000000001100011111000001
+00011111111001100111110000000001
+00100100010000010101011001010000
+01101000000000001100011111000001
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100000000000001100011111000001
+00100000001000000011111110010000
+01101000000000010100011010011111
+00100000011110100000000000000000
+01110000010010000000011000000001
+01110000010010000000011100000010
+00100000011000000000000000000000
+00100000010000000101100000010100
+01110000010001111001110000000001
+00100000001000000000001110101101
+00100000010000000111111000110100
+00100000001000000011111011100000
+01101000000010001100011011100111
+00100000010000000000010101111000
+01101000000010001100011011100111
+00100000010000000110100000011101
+00100000001000001000001111100100
+00100000010000000000010101111110
+01101000000000001100011010110110
+11000001000000000000000000000000
+01110000010001101011011000000000
+01101000000000001100011101111010
+00011111111000001111111000000001
+00011111111000010111111000000011
+01100000000000001100011101111010
+00011111111000001111111000000010
+01100000000000001100101100000110
+00100000010000000000010100001000
+00100000001000000011110101110100
+00100000010000000000010101111110
+00100000001000000011110101100010
+00011010011000100111111000000000
+11000000000010100000001111110000
+11000000000010101000001111110100
+11000000000101001000001111111101
+11000000000110010000001111111111
+11000000001000000000010000000110
+11000000000111001000010000010010
+11000000000111010000010000100011
+11000000000111100000010000101101
+00100000001000000100000101111101
+00100000010000000000001100100100
+00100000010000000000010000101010
+00100000010000000000001110110011
+00100000001000000100000111000011
+00100000010000000000001100101111
+01011000000000000000000000000111
+01100000000000010100010010010110
+01100000000000010100010010011000
 01110000010001111100010000000000
 01110000010001111001110000000000
-00100000010000000000011100001101
+00100000010000000000001110110011
 00100000010000000101100000010110
 00100000001000000100000111011001
 01110000000010101001100100010010
 00100000001000000111110110001111
 01101000000000001100011110011111
-11000000000000001000000111100111
-00100000001000000000000111101001
-00100000010000000000000111100010
+11000000000000001000010000000010
+00100000001000000000010000000100
+00100000010000000000001111111101
 01110000010001101100011000010100
 11011000111000000000000000000001
 00100000001000000100000110111001
@@ -498,10 +1037,10 @@
 01011000000000000000000000001001
 01100000000000010100010010010110
 01100000000000010100010010011000
-00100000010000000000000111100010
-00100000001000000000001110110111
-00100000010000000000000101110100
-00100000010000000000000100011000
+00100000010000000000001111111101
+01110000010001111100010000000001
+00100000011000000000000000000000
+00100000010000000000001100100100
 01110000010001111000101100000001
 11011000111000000000000000000011
 00100000010000000100001111010010
@@ -509,386 +1048,406 @@
 01100000000000010100011100000111
 01110000010001101010011100000000
 00100000010000000100000001011101
-00100000010000000000000011011010
-00100000010000000000001000000010
+00100000010000000000010000101010
+00100000010000000000010000110000
+00100000010000000000001011111010
+00100000010000000000010000011111
 00100000001000000110010111010001
-11011010001000000100101111011011
+11011010001000000100101111101101
 11011010010000000000000001011011
 11011000010000000000000000000100
 00100000011000000000000000000000
-00100000010000000000001000100010
-01110000010011001111001100000000
-00100000010000000000000011011010
-00100000010000000000010111101110
-00100000001000000000001000001011
-01110000010001111001110100000001
-01110000010001111001111000101000
+00100000010000000000001100101111
+01110000010011010000010100000000
+00100000010000000000001011111010
+00100000010000000000000111110000
+01101000000000001100101100001001
+00100100001110100000001011110111
+00100000001000000011010000001010
+01110000010001111001110100000000
+01110000010001111001111000000000
 00100000011000000000000000000000
-00100000010000000000000101110100
-00100000010000000000000100011000
-00100000001000000011111110001101
+00100000010000000000001100100100
+00100000010000000011111110001101
+00100000010000000000010000101010
+00100000010000000100001101100110
+11011000010000000000000000000001
+11011010001000000100011100100000
+11011010010000000000000000000000
+00100000001000000110010111010001
 01111000001101000111110000000000
 01101000000100100000000100111000
 01111001001101000111111000011010
 01100000000100100000000001001100
 00100000010000000010110000100001
-00100000010000000000001000100010
+00100000010000000000001100101111
 00100000010000000111010010111101
-00100000010000000100010010000010
 00100000010000000011111010011111
-00100000010000000011111010111111
-00100000010000000000001011001110
-01101000000010001100101100010100
-00100000010000000110011111111011
-01101000000010001100101100010100
-01111001001000000000010000000111
-11011000101000001000000001111000
-00100000001000000110100000110000
-01101000000000001100101100000011
-00100000011110100000000000000000
-01110000010010110000001100000000
-00100000001000000000000100100111
-00100000010000000000001010101011
-00100000010000000000001000110111
-00100000010000000000001000111110
-00100000010000000000001000110010
-00100000010000000000001001011110
-00100000010000000000001001001000
+00100000010000000000000010011000
+01101000000000001000000010100010
+00011111111000010111111011111110
+01100000000000001000000010100010
+01101000000010001100011011101101
+00100000010000000000010101111000
+01101000000000001000000010100110
+00011111111000011111111000000001
+01100000000000001000000010100110
+00100000011000000000000000000000
+00100000010000000000010100001011
+00100000010000000000010100111010
+00100000010000000000010001100101
+00100000010000000000010001111111
+00100000010000000000010001101010
+00100000010000000000010010001000
 00100000010000000100001000110100
+00100000010000000000001111010011
+00100000010000000000010001010101
 00100000010000000100001000110111
-00100000010000000000001001100111
-00100000010000000100001000111010
-00100000010000000000001010000100
-00100000001000000000001001000101
-11011010011000000100100000000111
-11011010010000000000001000110101
-00100000001000000011001101101101
-01110000010010000000011000000000
-00100000011000000000000000000000
-11011010011000000100101011111111
-11011010010000000000001000111010
+00100000010000000000010001011100
+00100000010000000000010001011111
+00100000010000000000010010111111
+00100000001000000100001000111010
+11011010011000000100101100111100
+11011010010000000000010001011000
 00100000001000000011001101101101
 01011000001101101110111010000000
-01100000000000011100101111100010
-01110000010010101111110100000001
+01100000000000011100101111110100
+01110000010010110011101000000001
 00100000011000000000000000000000
-11011010011000000100101011111110
-11011010010000000000001001000001
+11011010011000000100011011000110
+11011010010000000011110101100000
+00100000001000000011001101101101
+11011010011000000100101100111011
+11011010010000000000010001100010
 00100000001000000011001101101101
 01101000000000001100011111000101
 01100000000000001100000101110010
-01110000010010101111110100000001
-00100000011000000000000000000000
-11011010011000000100011011000110
-11011010010000000011110101100000
+00100000001000000000010001011010
+11011010011000000100100000000111
+11011010010000000000010001101000
 00100000001000000011001101101101
-00100000010000000000001011100101
-01101000000000001100101100010111
-00100000001110100000001001010011
-01101000000000001100011010000101
-01100000000000001100011011011010
-01101000000000001100011011011011
-11000001000000001000000000000000
-01110000010001101101101100000001
+01110000010010000000011000000000
+00100000011000000000000000000000
+00100000010000000000010010110011
+00100100001000001000010001101111
+00100000010000000100001110101001
 11011000111000000000000000001001
-00100000010000000100001111010010
-00100000001000000100001111001010
+00100000001000000100001111010010
 01110000010001111001111000101000
-00100000010000000000001001010110
+00100000010000000000010001110010
 00100000001000000100001110110000
 11011010011000000100011011011010
-11011010010000000000001001011001
+11011010010000000000010001110101
 00100000001000000011001101101101
+01101000000000100100011011010011
+11000011100001001000000000000000
+01110000010010110000101000000000
+00100000010000000000010010111011
 01101000000000010100011010000010
 00101111111011111111111000001011
 00100000010000001100001011010100
-01110000010010110001001000000001
+11011000111000000000000000001001
+00100000010000000100001111001110
 00100000001000000100001110111000
 01101000000000001100011110011101
 00100000011110100000000000000000
-01101000000000001100011110011110
-00100000001110100000001001100101
-00011111111000001111111111111111
-01100000000000001100011110011110
-00100000011000000000000000000000
+01101000000000001100101100000110
+00100100011110100000000000000000
+11011010011000000100011110011110
+11011010010000000000010010000110
+00100000001000000011001101101101
 01110000010001111001110100000000
 00100000001000000011010000001010
-01101000000000001100011010110110
-00100000001110100000001001110000
-01101000000000001100101100001111
-01100000000000001100101100010000
-01101000000000001100011010110110
+00100000010000000000010010110011
+00100100001000001000010010100011
+01101000000000001100101011111101
+01100000000000001100101011111110
+01101000000000001100101100111101
+00100100010110100000010010110111
+01101000000000001100011011011001
 11000001000000001000000000000000
-01110000010001101011011000000001
-11011000111000000000000000000110
-00100000001000000100001111010010
-11011010011000000100101100010000
-11011010010000000000001001110011
-00100000001000000011001101101101
-00100000001000000000001001110100
-01101000000000001100101100010001
-11000000000000001000001001111000
-11000000000000010000001001111010
-00100000011000000000000000000000
-00100000010000000000000101110110
-00100000001000000110010110011010
-00100000010000000000000101110100
-00100000001000000110010110011010
+01110000010001101101100100000001
 11011000010000000000000000000001
-11011010001000000100101100010001
+11011010001000000100101100001010
 11011010010000000000000001100001
-00100000001000000110010111010001
+00100000010000000110010111011111
+01101000000000001100101100001010
+00100000001110100000010010111010
+00100000010000000000010010011100
+01110000010000011011110100000000
+00100000010000000000010000110001
+00100000010000000100001111000000
+00100000001000000100001101111110
+01101000000010001100011100100000
+00011000010000001000010000000001
+01101000000000001100011011010010
+10011000010001100111110000000000
+00100100010000010100001111001100
+01100000000010001100011100100000
+00100000011000000000000000000000
+01101000000000001100101100111101
+00100100011110100000000000000000
+01101000000000010100011010000010
+11000010100001011000010010101000
+01110000010010101111111100000000
+01101000000000010100001000001000
+11000011100001010000000000000000
+01101000000000001100011011011001
+11000001000000000000000000000000
+01110000010001101101100100000000
+01101000000000010100011010000010
+11000100000001001000000000000000
+01101000000000010100001000001010
+01111001001000000111111000001010
+01100000000000010100001000001010
+00100000001000000100001110000110
+01101000000010001100011011101101
+00100000010000000000010101111000
+01101000000010001100011011101101
+00100000001000000110100000011101
+01110000010010110011110100000000
+01110000010001101101100100000001
+00100000011000000000000000000000
+01110000010010110000101011111111
 11011000010000000000000000000001
-11011010001000000100101100010001
+11011010001000000100101100001010
 11011010010000000000000001100001
-00100000001000000110010111011111
-01101000000000001100101100010010
-00100100001110100000001010001110
-01101000000000001100101100011000
-00100000011110100000000000000000
-00100000010000000000001010011110
-11011010011000000100101100011001
-11011010010000000000001010001100
-00100000001000000011001101101101
-01110000010010110001100000000000
-00100000001000000000001010100001
-01101000000000010100011010101100
-00011111111001101111110000000010
-00100000010000000111111110000110
-00011000000001110111111000000000
-00100000001110100000001010010100
-00100000011000000000000000000000
-01101000000000001100101100010011
-11000000000000001000001010011000
-11000000000000010000001010011010
-00100000011000000000000000000000
-01110000010010110001001100000010
-00100000001000000000001010011110
-01110000010010110001001100000001
-00100000001000000000001010100001
-01101000000010001100101100010100
-00100000001000000110100000001110
-00100000010000000000001010011100
-01101000000010001100101100010100
-00100000001000000110100000101001
-01101000000010001100101100010100
-01111001001111111000010000000111
-11011000101000001000000001111000
-00100000010000000110100000110000
-01111001001111111000010000000111
-11011000101000001000000001111100
-00100000010000000110100000110000
-01111001001111111000010000000111
-11011000101000001000000001110000
-00100000001000000110100000110000
-01101000000000001100101100000100
+00100000001000000110010111010001
+01101000000000001100101011111111
 00100000011110100000000000000000
-01101000000000001100101100000111
-11000000000000001000001010110000
+01101000000000001100101100000010
+11000000000000000000010011000101
+11000000000000001000010011001110
 00100000011000000000000000000000
-01101000000000001100101100001011
-00011111111000001111111111111111
-01100000000000001100101100001011
-00100100011110100000000000000000
-01101000000000001100101100001010
-01100000000000001100101100001011
-01101000000000001100101100001101
-00100000001110100000001010111100
-01101000000000001100101100001100
-00100000001110100000001011000110
-00011111111000001111111111111111
-01100000000000001100101100001100
+00100000010000000000010011011101
+01101000000000001100101100000111
+00011111111000001111111000000001
+01100000000000001100101100000111
+01101000000010001100101100000011
+10011000010001100111110000000000
+00100100011000101000000000000000
+01110000010010110000100100000000
+00100000001000000000010011101010
+11011010011000000100101100000101
+11011010010000000000010011010001
+00100000001000000011001101101101
+01101000000000001100101100000100
+01100000000000001100101100000101
+01101000000000001100101100001000
+00100000001110100000010011011001
 01101000000000001100101100000110
-11000000000000001000001011001000
-11000000000000000000001011000010
+00100000001110100000010011101000
+00011111111000001111111111111111
+01100000000000001100101100000110
+01101000000000001100101100000001
+11000000000000001000010011101010
+11000000000000000000010011011101
 00100000011000000000000000000000
-01101000000010001100101100000101
-00100000001000000110100000001110
-01110000010010110000011000000001
-00100000010000000000001011000000
-01101000000010001100101100000101
+01110000010010110000000100000001
+01101000000000001100011100100000
+11000000000000010000010011100100
+01101000000010001100101100111110
+00100000010000000110100000001110
+01101000000010001100101100111110
+00100000001000000110100000101001
+01101000000010001100101100000000
+00100000010000000110100000001110
+01101000000010001100101100000000
 00100000001000000110100000101001
 01011000000000000000000000000000
-01100000000000011100101100001011
-01101000000000001100101100001100
-00100100001110100000001011001100
-01110000010010110000010000000000
+01100000000000011100101100000101
+01101000000000001100101100000110
+00100100001110100000010011101110
+01110000010010101111111100000000
+01110000010010110000001000000000
 01110000010010110000011100000000
-01110000010010110000100000000000
-01110000010010110000011000000000
-01101000000010001100101100000101
+01110000010010110000000100000000
+01101000000010001100101100000000
 00100000010000000110100000100101
 01101000000100001000000001111100
 01111001001000000111111000000101
 01100000000100001000000001111100
+01101000000010001100101100111110
+01111001001111111000010000000111
+00100000001000000110100000000110
+01110000010010110000100100000001
+01110000010010101111111100000001
+01110000010010110000001000000000
+01110000010010110000011100000000
+00100000011000000000000000000000
+01110000010010110000010000000011
+01110000010010110000011000000001
+01110000010010110000010100000001
+01110000010010101111111100000001
+01110000010010110000001000000001
 00100000011000000000000000000000
+01101000000000001100101100000111
+00100100011110100000000000000000
+01101000000000001100101100001001
+00100100011110100000000000000000
+00100000001000000000010011101000
+01110000010010110000010000000101
+01110000010010110000100000000001
+00100000001000000000010011111111
+01101000000000010100101100000110
+00100100011110100000000000000000
+11011010011000000100011011001110
+11011010010000000000010100010000
+00100000001000000011001101101101
+01110000010001101100111000001010
+00100000010000000000010100100001
+00100000010000000110100100001000
+00011111111000001111111000010101
+01100000000000010100011100001111
+11011010001000000100011100001001
+00100000010000000000010100101101
+01101000000000001100001000110001
+11000010100000001011010000001010
+11000011000000000000010100011100
 01110000010010110000101100000001
-01110000010010110000010000000001
-01110000010010110000011100000001
+00100000001000000100001111100111
+00100000010000000100001111101001
+01101000000000001100101100001011
+00100000011110100000000000000000
+01110000010010110000101100000000
+00100000001000000000010011101010
+01101000000000001100001000101101
+11000000000000010000010100100100
+00100000001000000110100011101100
+01101000000010001100101100000000
+00100000010000000110011111111011
+01101000000100001000000001111100
+01111001001111111111111000000101
+01100000000100001000000001111100
+01101000000100001000000001111000
+01111001001111111111111000000101
+01100000000100001000000001111000
+00100000001000000110100011110100
+11101010001001000000000000000000
+01100000000001000000101010011010
+01101000000010010000101010011100
+01101000000000010000101010100000
+10011000010001100111110000000000
+00100100001000010110100101000100
+01101000000010010000101010011110
+10011000010001100111110000000000
+00100100001000010110100101000000
+01101000000000001100001000110001
+01111001001111111111111000000000
+01100000000000001100001000110001
+00100000011000000000000000000000
+01101000000000100100011011010011
+11000100000000100000000000000000
+01101000000000010100011010000010
+11000011100001011000000000000000
+01101000000000010100101100000110
+00100100011110100000000000000000
+01101000000000001100011011001111
+00011111111000001111111000000001
+01100000000000001100011011001111
+00011111111001100111110000110010
+00100100010000010000010101001000
+00011111111001100111110000000101
+00100000001000010000010011011101
+00100000001000000000010011101010
+01110000010001101100111100000001
+00100000011000000000000000000000
+01101000000000001100011011100000
+11000000000000000000010101001110
+11000000000000110000010101001110
+00100000001000000011110110000001
+01101000000000001100011101111010
+00011111111001100111110000000001
+00100000010000101000010101010101
+01101000000000001100011101111010
+11000000000000000011110110001010
+11000000000000011011110110001110
+00100000001000000011110110001100
+01110000010001110111101000000010
 00100000011000000000000000000000
-01110000010010110000101000000011
-01110000010010110000110100000001
-00100000001000000000001011010100
 01111000010101000111110000000000
 01011000000000000000000000000000
 01100000000000110100011010011011
-00100000010000000000001100011100
+00100000010000000000010101100000
 00100000010000000100000001111001
 00100000010000000100000001111110
-00100000010000000000001011100011
-00100000001000000011111110011111
-00100000010000000000001011100101
+00100000010000000000010101100011
+00100100011101000000000000000000
+00100000001000000011111110100000
+00100000010000000011111111000000
+01111000010101000111110000000000
+00100000001000000011111111100111
+00100000010000000000010101100101
 00100000001000000100000010011010
 11011010001000000000000000000000
-00100000010000000000001011101100
-00100000010000000000001011110010
-00100000010000000000001011111000
-00100000010000000000001011111110
-00011010001000100111111000000000
-00100000011000000000000000000000
+00100000010000000000010101101000
+00100000001000000100000010001110
 01101000000010001100011011100010
-00100000010000000000001100010111
+00100000010000000000010101111110
 01101000000010001100011011100010
 00100000010000000110100000011101
 01111001001000001010001000000000
-00100000011000000000000000000000
 01101000000010001100011011100011
-00100000010000000000001100010111
+00100000010000000000010101111110
 01101000000010001100011011100011
 00100000010000000110100000011101
 01111001001000001010001000000001
-00100000011000000000000000000000
 01101000000010001100011011100100
-00100000010000000000001100010111
+00100000010000000000010101111110
 01101000000010001100011011100100
 00100000010000000110100000011101
 01111001001000001010001000000010
 00100000011000000000000000000000
-01101000000010001100101100010110
-00100000010000000000001100001110
-01101000000010001100101100010110
-00100000010000000110100000011101
-00100000001000001000001100000101
-00100000010000000000001100010111
-00100000001000000000001100001010
-00100000010000000000001100010111
-01101000000000001100101100010111
-11000001000000001000000000000000
-01110000010010110001011100000001
-00100000011000000000000000000000
-01101000000000001100101100010111
-11000001000000000000000000000000
-01110000010010110001011100000000
-00100000011000000000000000000000
 01111001001111111000010000000111
 11011000101000001000000001111000
 00100000010000000110100000110000
 01111001001000000000010000000111
 11011000101000001000000001111100
-00100000010000000110100000110000
-01111001001111111000010000000111
-11011000101000001000000001110000
-00100000001000000110100000110000
+00100000001000000110100000001010
 01111001001000000000010000000111
 11011000101000001000000001111000
 00100000010000000110100000110000
 01111001001111111000010000000111
-00100000001000000000001100010010
-01101000000000001100011011100000
-11000000000000100000001100100111
-11000000000000101100000000010000
-00100000010000000011111111000000
-01111000010101000111110000000000
-01101000000000001100011011110101
-11000011000000111011111111100111
-01101000000010001100011011110011
-00100000010000000110100000011101
-00100100011000001000000000000000
-00100000001000000011111111100111
-00100000010000000011111111000000
-01101000000000001100011011110101
-11000011000000111011111111001000
-01101000000010001100011011110011
-00100000010000000110100000011101
-00100100011000001000000000000000
-00100000001000000011111111001000
-01101000000000001100011011100000
-11000000000000101011110110101010
-11000000000000100011110110010110
-11000000000000110000001101000010
-11000000000000011000001101000010
-01101000000000001100011101111010
-00011111111001100111110000000001
-00100000010000101000001100111100
-01101000000000001100011101111010
-11000000000000000000001100111110
-11000000000000001011110110001000
-11000000000000011000001101000000
-01110000010010110000000100000010
-00100000001000000011110110001100
-01110000010001110111101000000010
-00100000011000000000000000000000
-01110000010010110000000100000001
-00100000001000000011110110001010
-01110000010010110000000100000011
-00100000001000000011110110001110
-01101000000000001100011101111010
-00011111111001100111110000000001
-00100000010000101000001101001101
-01101000000000001100011101111010
-11000000000000000000001101001111
-11000000000000001000001101010011
-11000000000000011000001101010110
-01110000010010110000000100000010
-01101000000000001100011110000001
-00011111111000001111111111111111
-00100000001000000011110110111110
-01110000010001110111101000000010
-00100000011000000000000000000000
-01110000010010110000000100000001
-01101000000000001100011101111111
-00011111111000001111111111111111
-00100000001000000011110110111110
-01101000000000001100011110000000
-00011111111000001111111111111111
-00100000001000000011110110111110
-01110000010010110000000100000011
-01101000000000001100011110000010
-00011111111000001111111111111111
-00100000001000000011110110111110
+00100000001000000000010101111100
+01110000010010000000100000000000
+01110000010000011110001100001110
+00100000010000000100000111100111
+01101000000000010100001000001000
+11000010100000111000010110001001
+00100000001000000100000111100010
+00100000010000000100000111000001
+01101000000000010100001000001000
+11000010100001010000010010001010
+00100000001000000100000111110111
 01110000010001111001110100000000
 01110000010001111001111000000000
-11000101000100110000001101011110
-00100000001000000100001001101101
-00100000010000000000010111101110
+00101000000011111111111000100110
+00100000010000001000000111110000
 00100000001000000100001001101101
 00100000010000000110100010100010
 01101000000000010100001000011101
-00100000001110100000001101100101
-01100000000000010100011111000010
-00100000001000000000001110001001
-01011000000000000001000100100010
 01100000000000010100011111000010
-00100000001000000000001101100100
-00100000010000000000000011011010
+11011000010000000000000000000010
+11011010001000000100011111000010
+11011010010000000000000001011111
+00100000001000000110010111010001
+11011000010000000000000000000010
+11011010001000000100011111000010
+11011010010000000000000001011111
+00100000001000000110010111011111
+00100000010000000000001011111010
+01110000010001110010000000000001
 01110000010001111001110000000000
 01101000000000010100011010000010
-11000010100001011000001101110110
-01101000000000100100011011010011
-11000011000011000000001101110110
-00100000010000000000001110001101
+11000010100001011000010110101010
+00100000010000000000010110011001
 01101000000010010100011111000010
 00011000010000001000010000000001
 01100000000010010100011111000010
 01100000000010010100010010100001
-00100000010000000000001110001001
+00100000010000000000010110010101
 00011000000010100111111000000000
 01100000000000001100010010100000
-00100000010000000011010000000010
-01011000111011011000111000001110
-01100000000000011100010010100011
-01110000010010110001010101011010
-00100000010000000000000101001011
 00100000010000000011010000011000
 01101000000000010100011010000111
 01100000000000010100011010101100
@@ -899,32 +1458,25 @@
 11011000111000000000000000000111
 00100000010000000100001111001110
 00100000010000000100001111001010
-01101000000000001100000010010010
-00101111111011111111111000000001
-00100000010000001000001110010001
-00100000001000000100001011000100
-11011000010000000000000000000010
-11011010001000000100011111000010
-11011010010000000000000001011111
-00100000001000000110010111010001
-11011000010000000000000000000010
-11011010001000000100011111000010
-11011010010000000000000001011111
-00100000001000000110010111011111
+00100000010000000000010110110111
+00100000010000000100001011000100
+00100000001000000000010011111101
 01110000010001111001111100000000
-00100000010000000000000011110011
+00100000010000000000001100000111
 01011000000000000000000000000101
 11100000110000001000000000000000
-11011000110000000100101100011010
-00100000010000000000001110011000
+11011000110000000100101100011111
+00100000010000000000010110111110
 00100000001000000111110111110100
 11011000101000000100001101111011
 11011111001000000000000000010011
 00100000010000000111111100000001
 00100000001000000101011110111000
+01110000010010110000011000000000
+00100000010000000000010100000011
 01011000000000000000000000000000
 01100000000000010100011010101100
-00100000010000000000000100100011
+00100000010000000000001110101101
 00100000001000000100001011001011
 01101000000000001100010100001111
 00011111111000001111111000000001
@@ -932,7 +1484,7 @@
 11000000000001100101001110010101
 00100000010000000101010110101010
 00100000010000000101011000011110
-00100000010000000000010101000100
+00100000010000000000011010100001
 00100000001000000101001110001111
 01101000000000001000000000010110
 00011111111000001111111000000001
@@ -941,29 +1493,27 @@
 01110000000000000001011000100101
 00100000011000000000000000000000
 00100000010000000010100110111011
-00100000010000000000000000011101
+00100000010000000000000000011111
 00100000001000000101010010100011
-00100000010000000000001110111001
+00100000010000000000010111011111
 00100000001000000101010101111101
 01101000000000001100011111000101
 01100000000000001100000101110010
 01110000010001111100010000000000
 00100000011000000000000000000000
-01110000010001111100010000000001
-00100000011000000000000000000000
 01101000000000001100001111010110
 00011111111001100111110000001100
-00100100001000010000001110110111
+00100100001000010000010000010000
 01101000000000001100001111011000
 01101000000010001100011111000101
 10011000010001100111110000000000
-00100000001000010000001110110011
+00100000001000010000010111011011
 01101000000000001100001111011000
 01100000000000001100000101110010
-00100000001000000000001110110101
+00100000001000000000010111011101
 01101000000000001000010000111111
 11000100000000110000000000000000
-00100000010000000000001111001000
+00100000010000000000010111101110
 00100100011101000000000000000000
 00100000001000000101010110100000
 01111000001101000111110000000000
@@ -975,27 +1525,27 @@
 11000001100000000000000000000000
 00100000001000000111111111101001
 01101000000000001000010001010110
-11000010100000101000001111100100
-00100000010000000000010100110110
+11000010100000101000011000001010
+00100000010000000000011010010011
 01101000000000001100011110001110
-00100100001110100000001111011010
+00100100001110100000011000000000
 01101000000000001000010000111111
-11000011000000100000001111011110
+11000011000000100000011000000100
 01101000000000001000001011011010
-00100000001110100000001111011110
+00100000001110100000011000000100
 00100000001000000101011001100100
 01101000000000001100011110001110
 00011111111000001111111111111111
 01100000000000001100011110001110
 00100000001000000101011001100100
 01101000000000001100010011000100
-11000000100000101000001111100001
+11000000100000101000011000000111
 01110000010001111000111000000011
 00100000010000000101100010010010
-00100000010110100000011100011010
+00100000010110100000001110111100
 00100000001000000101011000100010
-00100000010000000000001111100110
-00100000001000000000001111110010
+00100000010000000000011000001100
+00100000001000000000011000011000
 01101000000000001100011011000101
 00011111111000010111111000000011
 11000001100000011000000000000000
@@ -1008,7 +1558,7 @@
 01100000000000001100001111011100
 00100000010000000101011001010000
 00100000011000000000000000000000
-00100000001000000000010100111010
+00100000001000000000011010010111
 01101000000000001100011110011111
 00100000011110100000000000000000
 01101000000000001100011011000101
@@ -1029,10 +1579,10 @@
 00011000110000100111111000000000
 01100000000000010100010100001101
 01101000000000001100010100001100
-11000000000000011000010000001001
+11000000000000011000011000101111
 00100000001000000101011010001101
 01101000000000001000001011011011
-11000000000000001000010000001100
+11000000000000001000011000110010
 00100000001000000101110001100101
 11101000110000101000000000000000
 01100000000000101100001111001110
@@ -1040,15 +1590,15 @@
 01100000000000010000010001011111
 00100000001000000101110010001010
 11101000110000010000000000000000
-11000000000000100000010000010101
-11000000000000110000010000110010
+11000000000000100000011000111011
+11000000000000110000011001011000
 00100000001000000101011010011000
 00100000010000000111111010100101
-00100000010000000000001111110011
+00100000010000000000011000011001
 00100000010000000111111010011111
 11101000110000011000000000000000
 01100000000000011000010001110111
-11000000000010000000010000100100
+11000000000010000000011001001010
 00011111111011001000010000000000
 00011000010001100111110000100100
 00100000001000010101100010101101
@@ -1073,7 +1623,7 @@
 11100000110000010000000000000000
 00100000011000000000000000000000
 11101000110000001000000000000000
-11000000000000101000010000110101
+11000000000000101000011001011011
 00100000001000000101101011110101
 00100000010000000101101101011010
 01101000000000001000010000111111
@@ -1082,7 +1632,7 @@
 00100000001000000101110010001110
 01101000000000001000000000010110
 11000000100100111101011011110010
-00100000010000000000010001000000
+00100000010000000000011001100110
 11011000111000000000000000000000
 01101000000000010100010010000010
 00100000001000000111111100001000
@@ -1092,7 +1642,7 @@
 00011111111000001111111011111010
 00100000001000000011110010111110
 01111000010101011111110000000000
-00100000001101110000010001001000
+00100000001101110000011001101110
 00100100001101101101100000000110
 00100000010000000010101111001011
 01101000000000010100000011000001
@@ -1107,6 +1657,15 @@
 00011111111001100111111000011010
 00100100011000101000000000000000
 00100000001000000011110101100000
+00100000010000000110001010111100
+00100100001110100111110111011011
+01101000000000001000101010011001
+11000101100001001111110111010110
+11000000000010010000011010000001
+00100000001000000111110111001010
+00100000010000000101100010010000
+00100100011110100000000000000000
+00100000001000000101101010111111
 01101000000100001000000001110111
 00011111111000010111111011111101
 01100000000100001000000001110111
@@ -1118,425 +1677,65 @@
 00100000000000000000000000001101
 00100000010000000110001111110010
 01100000000110001000000001110011
-00100000011000000000000000000000
-00100000010000000110100010101000
-01101000000000100100000010100000
-01100000000000100100101111101010
-00100000011000000000000000000000
-01110000010011001110100100000001
-01110000010011001110101100000000
-01101000000000001100101110110100
-00011111111000010111111000000111
-01100000000000001100101110110100
-00100000011000000000000000000000
-01101000000000001100101110110100
-01111001001000000111111000000100
-01100000000000001100101110110100
-01100000000000001100101101101111
-00100000011000000000000000000000
-01101000000000001100101110110100
-01111001001111111111111000000100
-01100000000000001100101110110100
-00100000011000000000000000000000
-00100000010000000000010100111010
-01101000000000001100110011101010
-11000000000000001000010001111001
-11000000000000010000010001111101
-00100000011000000000000000000000
-01110000010011001110101100000010
-01110000010011001110011100000000
-01110000010011001110100100000000
-00100000001000000000010001100111
-01110000010011001110100000000000
-00100000001000000000010001111010
-01101000000000010100101110111001
-00011111111000001111111000000001
-01100000000000010100101110111001
-11000010100001010000010100101000
-01101000000000001100110011101000
-11000000000000001000010010001000
-01110000010011001110100000000001
-01101000000000001100110011101000
-11000000100000001000010001100111
-01101000000000001100110011100110
-00011111111000001111111000000001
-01100000000000001100110011100110
-11000000000000100000010010001111
-00100000010000000000011010000101
-01110000010010111111100000000010
-00100000001000000000010011100101
-00100000010000000000010100111010
-01110000010011001110011000000000
-00100000001000000000010001100111
-01110000010011001110101100000010
-01110000010011001110100100000001
-01110000010011001110100000000000
-00100000001000000000010001100111
-01101000000000001100110011101010
-11000000000000011000010010010011
-01101000000000001100101110110100
-00101111111011000000000000000100
-00100000001000001000010001100101
-01101000000000001100110011101010
-11000000000000001000010010010010
-11000000000000010000010010010011
-00100000011000000000000000000000
-01101000000000001100101111000011
-11000001111111111000000000000000
-00100000010000000000010010100100
-00100100010101100000010010101100
-00100000011000000000000000000000
-01111000010101100111110000000000
-01101000000000001100110011101001
-11000001100000001000000000000000
-01101000000000001100110011101011
-11000001100000000000000000000000
-01110000010011001110101000000001
-01110000010010111111100000000100
-00100000001000000111111111101011
-01101000000000001100110011101011
-00100000001110100000010010110100
-00011111111000001111111111111111
-01100000000000001100110011101011
-01110000010011001110101000000010
-00100000010000000000011010000101
-01110000010010111111100000000100
-00100000011000000000000000000000
-01110000010011001110101000000011
-01101000000000001100110011101000
-00100100001110100000010010000110
-00100000010000000000011010000101
-01110000010010111111100000000010
-00100000011000000000000000000000
-01101000000000001100101111000011
-11000000111111111000010101111001
-00100000010000000000010011000000
-00100000010000000000011001110011
-01110000010010111011100000000001
-00100000011000000000000000000000
-01101000000000010100110011100100
-00100000010000000111111110011100
-00100000001101000000010011000110
-01101000000000111100101101010000
-00100000011110100000000000000000
-00100000001000000111111111100111
-00100000010000000000010011011101
-01110000010010111101111100000000
-00011010001000001111111000000001
-01100000000000001100101110110011
-00100000010000000000010001100111
-01100000000000001100101101001111
-11101000101010001000000000000000
-11101010010000001000000000000000
-10011000010000011111111000000000
-11100000101000001000000000000000
-00011010010000001010010000000001
-11101010010000100000000000000000
-11100000101000100000000000000000
-00011010010000001010010000000100
-11011000101000000100101101010101
-11011111001000000000000000000010
-11101010010000001000000000000000
-11101000101010001000000000000000
-10011000010000001111111000000000
-11100000101000001000000000000000
-00011010010000001010010000000001
-11000010000000000000010011010110
-00100000011000000000000000000000
-01101000000000001100011011110101
-11000011100000111000000000000000
-01101000000000001100101011111101
-11000001100000001000000000000000
-01011000000000000000000000000000
-01100000000000001100101011111101
-01100000000000100100011010011011
-00100000001000000000000100100011
-01110000010010111011110000000000
-11011001011000000000110100000000
-00110100011100110000001000000000
-00100000010000000000010100000001
-01101000000000001100101111101111
-11000001000000001000000000000000
-00100100001011000000010100010000
-00100100001101111000010100010000
-00100000010000000000010011111100
-00100000010000000000010100101100
-00100000010000000000010100110110
-01101000000000001100101110110010
-00011111111000001111111000000001
-01100000000000001100101110110010
-01101000000000001100101111000011
-11000000111111111000010011111111
-00100000010000000000010010010110
-01011000000000000000000000000000
-01100000000000010100101110111001
-01100000000000001100101110111011
-01100000000000001100110011100111
-01110000010010111011100000000000
-00100000011000000000000000000000
-11011111001000000000000000000100
-11011000101000000100101101001111
-00100000001000000111111011000110
-00100000010000000000010100110011
-00100000001000000000010110010100
-01111000010101111111110000000000
-00100000010000000000011011101100
-01101000000000001100101111101111
-11000000000000001000010100001110
-00011000000000000010101000000000
-01101000000000100100101111011011
-10011000000000000001001000000000
-01101000000010001000000000010111
-00100000010000000010100100011111
-00100000010000000010100100100100
-00100000010000000000011010101000
-00100000010101111000011011100100
-00100000011000000000000000000000
-00100000010000000000011011100100
-00100000001000000000010011110000
-01101000000000001100101110111011
-00011111111000001111111000000001
-01100000000000001100101110111011
-01101000000000001100101111000011
-11000000111111111000010100100100
-01101000000010001100101110111100
-00011000010000001000010000000001
-01100000000010001100101110111100
-01101000000000001100101111111000
-10011000010001100111111000000000
-00100100001110100000010011100110
-01101000000000001100110011101010
-11000000000000011000010001111111
-01101000000000001100110011100111
-00011111111000001111111000000001
-01100000000000001100110011100111
-11000000000000010000010001110100
-00100000010000000000010001101011
-01110000010010111111100000000001
-00100000001000000000010011100101
-01101000000000001100101110111011
-11000001111111111000000000000000
-01110000010010111011101100000000
-00100000001000000000010100101010
-01011000000000000000000000000000
-01100000000000010100101110111001
-01110000000010101001100100111010
-00100000001000000111110110000110
-00100000010000000000010111110111
-01101000000000001100101110110001
-00100000011110100000000000000000
-10011000000000000111001000000000
-11011000110000000100101100101111
-11011000101000000100101110010001
-00100000001000000111111100000001
-01110000010011001110111100000001
-01110000010011001110110000000000
-00100000011000000000000000000000
-01101000000000001100110011101100
-00011111111000001111111000000001
-01100000000000001100110011101100
-00100000011000000000000000000000
-01101000000000001100110011101100
-00011111111001100111110000000010
-00100100010000010000010101000010
-01101000000000001100110011101100
-11000001000000000000000000000000
-00011111111000001111111111111111
-01100000000000001100110011101100
-00100000011000000000000000000000
-01110000010011001110110000000011
-00100000011000000000000000000000
-01101000000000010100011010000010
-11000011100001011000000000000000
-11000011100000111000000000000000
-11000011100000110000000000000000
-11011010001000000100110001110101
-00100000010000000000011001010100
-01100000000010001100110011101101
-01011000000000000000000010000010
-11000101000100110000010101001110
-01011000000000000000000010000000
-10011000010001100111110000000000
-00100100001000010000010101100110
-01101000000000001100110011101100
-00011111111001100111110000000010
-00100100001000010000010101010110
-01101000000000001100110011101100
-11000000000000000000010101100111
-00100000011000000000000000000000
-01101000000000001100110011101100
-11000001100100000000000000000000
-01110000010011001110110000000000
-01101000000010001100110011101101
-01011000000000000000000001110111
-11000101000100110000010101011101
-01011000000000000000000001110101
-10011000010001100111110000000000
-00100100011000010000000000000000
-01101000000000001100110011101111
-11000000000000000000010101101110
-00011111111000001111111111111111
-01100000000000001100110011101111
-11000000000000000000010101101110
-01110000010000011101111000000000
-00100000011000000000000000000000
-01110000010011001110110000000000
-01101000000000001100110011101111
-11000000000000010000010101101100
-00011111111000001111111000000001
-01100000000000001100110011101111
-11000000000000001000010101100100
-01110000010000011101111000000010
-00100000011000000000000000000000
-01110000010000011101111000000100
-00100000011000000000000000000000
-01111001001000000000000000100110
-00100000010000000000010101110100
-01110000010010111100001100000001
-00100000011000000000000000000000
-01110000010000011101111000100000
-01110000010010111011001000000000
-01110000010010111011110101001110
-01101000000000100100101110111111
-00100000001000000000011001100101
-01101000000000001100101110111000
-11000000000000001111111111100111
-01101000000000001100101111000011
-11000000000000001000010110000000
-11000000000000010000010110000011
-11000000000000011000010110000110
-00100000001000000010101010001100
-01110000010010111100001100010001
-01110000000100011001111010101010
-00100000001000000000010110001000
-01110000010010111100001100010010
-01110000000100011001111001010101
-00100000001000000000010110001000
-01110000010010111100001100010011
-01110000000100011001111000100010
-01101000000000001100101110110100
-00011111111000010111111000000111
-01100000000000001001000110011111
-01101000000000100100101111101010
-01100000000000100001000110100000
-01110000000100011010010000000000
-11011010001000000001000110011110
-11011000010000000000000000000111
-00100000010000000000010111110010
-00100000010000000000011001110011
-00100000010000000000010010111110
-00100000001000000111111111100111
-01101000000000001100101111000011
-11000001011111111000000000000000
-11000000000010001000010110011010
-11000000000010010000010110011100
-11000000000010011000010110011110
-00100000011000000000000000000000
-01110000010010111100001100000010
-00100000001000000000010011110110
-01110000010010111100001100000011
-00100000001000000000010011110110
-01110000010010111100001111111111
-01110000000010101001100100111001
-00100000010000000111110110000110
-01101000000000100100101110010011
-00100000010000000000011001100101
-00100000001000000000010011110110
-01111001001111111000000000100110
-00100000010000000000010111101000
-01101000000000001100101111000011
-11000001111111111000000000000000
-00100000010000000000010110111010
-01011000000000000000000000000000
-01100000000000010100101111100000
-00100000010000000010101011111010
-00100000000000000000011111010000
-01101000000000001100101111100000
-11000000011111111000010100101010
-00100000010000000000010100000001
-00100100001011000000010111000011
-00100100001101111000010111000011
-01111001001000000000000000100110
-01011000000000000000000000000000
-01100000000000010100101111100000
-01110000010010101111110100000000
-01110000000010101001100100111100
-00100000010000000111110110000110
-00100000010000000000010011111100
-00100000001000000000000001110110
-01110000000100011001111011111111
-01101000000000001100101110110100
-01100000000000001001000110011111
-01101000000000100100101111101010
-01100000000000100001000110100000
-11011000010000000000000000000110
-11011010001000000001000110011110
-00100000010000000000010111110010
-00100000001000000000011001110011
-01101000000000010100101111100000
-00011111111000001111111000000001
-01100000000000010100101111100000
-00100000010000000000011010000101
-00100000001000000000010110101011
-01111001001111111000000000100110
-00100000010000000000010111100100
-00100000010000000000010110111010
-01110000010010111110000000000000
-00100000010000000010101011111010
-00100000000000000000011111010000
-01101000000000001100101111100000
-11000000011111111000010100101010
-00100000010000000000010100000001
-00100100001011000000010111011010
-00100100001101111000010111011010
-00100000010000000000010100101100
-00100000010000000000000011011010
-01101000000000100100101111011011
-01101000000010100100101110111111
-10011000010001100111110000000000
-00100000001000101000010101110000
-00100000001000000000010110110010
-01101000000000001100101111100000
-00011111111000001111111000000001
-01100000000000001100101111100000
-01101000000000001100110011110001
+00100000011000000000000000000000
+01110000010011010000000100000001
+01110000010011001111111000000000
+00100000011000000000000000000000
+01101000000000001100110011111110
 00011111111000001111111000000001
-00011111111000010111111000000001
-01100000000000001100110011110001
-11000000000000000000010111101010
-11000000000000001000010111101100
+01100000000000001100110011111110
 00100000011000000000000000000000
-01110000010000011101111000100000
-01011000000000000000111100001111
-01100000000000010100101111011011
-11100000101000010000000000000000
-00100000010000000000011001100110
-00100000001000000000011010000101
-00100000010000000000010111100100
-00100000001000000000010111001100
-00100000010000000000010101110100
-00100000001000000000010111001100
-01111001001111111000000000100110
-00100000010000000101001111001110
-11011000111000000000000000000011
-00100000001000000100001111010010
-01100000000010001100101110110011
-00011000010000100111001000000000
-11011000101000000100101101001111
-00011010001000100000110000000000
-00100000001000000111111100000001
-01101000000000001100101100101110
-00011111111010010111111000000000
-01100000000000001100101110110001
+01101000000000001100110011111110
+00011111111001100111110000000010
+00100100010000010000011010011111
+01101000000000001100110011111110
+11000001000000000000000000000000
+00011111111000001111111111111111
+01100000000000001100110011111110
+00100000011000000000000000000000
+01110000010011001111111000000011
+00100000011000000000000000000000
+01101000000000010100011010000010
+11000011100001011000000000000000
+11011010001000000100110010000111
+00100000010000000000001011000100
+01100000000010001100110011111111
+01011000000000000000000010000010
+11000101000100110000011010101001
+01011000000000000000000010000000
+10011000010001100111110000000000
+00100100001000010000011011000001
+01101000000000001100110011111110
+00011111111001100111110000000010
+00100100001000010000011010110001
+01101000000000001100110011111110
+11000000000000000000011011000010
+00100000011000000000000000000000
+01101000000000001100110011111110
+11000001100100000000000000000000
+01110000010011001111111000000000
+01101000000010001100110011111111
+01011000000000000000000001110111
+11000101000100110000011010111000
+01011000000000000000000001110101
+10011000010001100111110000000000
+00100100011000010000000000000000
+01101000000000001100110100000001
+11000000000000000000011011001001
+00011111111000001111111111111111
+01100000000000001100110100000001
+11000000000000000000011011001001
+01110000010000011101111000000000
+00100000011000000000000000000000
+01110000010011001111111000000000
+01101000000000001100110100000001
+11000000000000010000011011000111
 00011111111000001111111000000001
-11011000110000000100101100101110
-10011000110000001000110000000000
-11101000110000011000000000000000
-01100000000000011100101111110000
-01101000000000001100101100101110
-00011111111000110111111000000000
-00011111111000010111111000000011
-01100000000000001100101111110110
+01100000000000001100110100000001
+11000000000000001000011010111111
+01110000010000011101111000000010
+00100000011000000000000000000000
+01110000010000011101111000000100
 00100000011000000000000000000000
 01100000000010001000000000010111
 00011000010000001010001000000000
@@ -1554,22 +1753,20 @@
 00100000000000000000000000001010
 01110000100010010000001001111101
 01101000000000001100000111011110
-11000000000000000000011000011001
-11000000000000010000011000011110
-11000000000000100000011000100011
-11000000000100000000011000110010
-00100000001000000000011000011001
-00100000010000000000011000101000
+11000000000000010000011011100011
+11000000000000100000011011101000
+11000000000100000000011011110111
+00100000010000000000011011101101
 01110000100010010101010111010000
 01110000100010010101011011100000
 01110000100010010101100001101100
 00100000001000000010100101001011
-00100000010000000000011000101101
+00100000010000000000011011110010
 01110000100010010101010111010000
 01110000100010010101011011100000
 01110000100010010101100000111100
 00100000001000000010100101010011
-00100000010000000000011000101000
+00100000010000000000011011101101
 01110000100010010101010111010000
 01110000100010010101011011000000
 01110000100010010101100001101100
@@ -1589,246 +1786,49 @@
 00100000011000000000000000000000
 00011000000000000010101000001000
 00100000001000000010100011111010
-00100000010000000111111111101001
-01101000000010100100101111010100
-00011100010000100111111000000000
-10011000010001100111110000000000
-00100100010000010010110100011000
-00011111111000100010010000000000
-01101000000000100100101111010100
-01101000000010001100101111011000
-10011000010000001000010000000000
-00011010010000100111111000000000
-10011000010001100111110000000000
-00100100011000010000000000000000
-01111001001111111111111000011100
-01100000000000100100101111010100
-00100000001000000111111111100111
-00100000010000000010100110111011
-00100000011110100000000000000000
-01101000000010001100110001101101
-11011010001000000000110110011110
-00100000010000000000011001001101
-01100000000010001100110001101101
-00100000011000000000000000000000
-00011010001000100111111000000000
-10011000010000001000101000000000
-01101000000000001000000000011000
-11100000101000001000000000000000
-00011000010000001000010000000001
-00011000010000010000010000000111
-00100000011000000000000000000000
-11011000010000000000000000000000
-11011111001000000000000000001000
-00011010001000100000110000000000
-11101000110000001000000000000000
-10011000010000001000010000000000
-11000010000000000000011001010111
-00011000010010010111111000000000
-00011111111000100000010000000000
-11000110100100110000000000000000
-00011111111001101111110000001010
-00100000010000000111111110000110
-00011000000001111111111000000000
-00011111111100100111111000000000
-00011000000001110000010000000000
-10011000010000011000010000000000
-00100000011000000000000000000000
-00100000011000000000000000000000
-01100000000000100100101111011011
-11011010001000000000000000000000
-11011111001000000000000000000100
-11011000110000000100101111011011
-11101000110000001000000000000000
-10011010001000001010001000000000
-11000010000000000000011001101001
-00011010001000100111111000000000
-01100000000000010100110001100100
-01101000000000001100110001100100
-01101000000010001100110001100101
-10011000010000001111111000000000
-01100000000000001100110001100110
-00100000011000000000000000000000
-01101000000000001100101110110011
-00011111111000001111111000000010
-01100000000000001100101110110101
-01101000000000001100101110110100
-01100000000000001100101101101111
-01101000000000001100101110110011
-00011111111010011111111000000000
-01101000000010001100101110110010
-00011000010000010000010000000011
-00011000010000111000010000000000
-10011000010000011111111000000000
-01101000000010001100101111101111
-10011000010000001111111000000000
-11100000101000001000000000000000
-01101000000000001100101110110011
-10011000000000000111001000000000
-11011000110000000100101101001111
-00100000001000000111111100000001
-01101000000010001100101110111110
-00100000010000000000011010001001
-01100000000010001100101110111110
-00100000011000000000000000000000
-00100000010000000000011010001101
-00011000010000001000010000000001
-00011000010000010000010000000011
-00100000011000000000000000000000
-01101000000000001100101111011011
-00011111111000010111111000000011
-00011111111011111010001000000100
-01011000000000000100101111000100
-10011010001000001111111000000000
-10011000010000001000110000000000
-11101000110000001000000000000000
-01100000000000001100101110111101
-00100000011000000000000000000000
-01111000010001001111110000000000
-01111000010000111111110000000000
-01011000010101010101010101010101
-10011000000000000001111000000000
-01101000000000001100101110111101
-00011111111011011000010000000000
-01111001001000000000010000000001
-00011000010000110001110000000000
-00100000011000000000000000000000
-00100000010000000101001111000100
-01101000000000100100101111011011
-10011000000000000001001000000000
-00100000010000000010100100011000
-01101000000010001100101110111101
-00100000010000000010100100011111
-01011000000000000000010100000000
-00100000010000000010101010001111
-00100000010000000010100100100100
-00100000010000000000011010010110
-01111000010101111111110000000000
-01111000001001101111110000000000
-01111000001100001111110000000000
-01111000010100000111110000000000
-01111000001010000111110000000000
-01101000000000010100101110110110
-10011000000000000011011000000000
-00110111110000011000010000000000
-00100100001011000000011011101000
-01111000010001101111110000000000
-01111000001001011111110000000000
-01111000001000111111110000000000
-01111000001001001111110000000000
-00100000010000000000011011100001
-01100000000000001100110001100111
-01101000000010001100110001100110
-10011000010001100111110000000000
-00100100001000101000011011100100
-00100000010000000000011011100001
-01100000000000001100101100101101
-01101000000000001100101111111001
-00011111111001100111110000000010
-00100000001000101000011011000100
-01101000000000001100101100101101
-01101000000010001100101110110100
-10101000010000000000111000000000
-00100100001000001000011011100100
-00100000010000000000011011100001
-11100000101000001000000000000000
-00011111111010010111111000000000
-00011111111000010111001000011111
-00100000001000101000011011001100
-00100000010000000000011011100001
-11100000101000001000000000000000
-11000010000000000000011011001001
-00011000101000100010001000000000
-00100000010000000000011011100001
-01100000000000001100110011101110
-00011010001000100000101000000000
-00001001100000000000000000011000
-01111000001010000111110000000000
-11011011011000000000011001100100
-00011111111011110111111000000000
-00011111111100010111111000000000
-11100000101000011000000000000000
-01111000010001011111110000000000
-00100000001000110000011011100100
-01111000001101111111110000000000
-01101000000000001000000000010111
-00011111111000001010001000000000
-00100000010000000010100110000001
-01111000010001101111110000000000
-00100000010000000010100100011000
-01101000000000001100110011101110
-00100000010000000000000000011101
-00100000011000000000000000000000
-00001001100000000000000000001000
-00011001100010010111111000000000
-00100000011000000000000000000000
-01111000010011011111110000000000
-01111000010001011111110000000000
-00100000010000000010011001001101
-00100000011000000000000000000000
-00100000001000000000011011100100
-00100000010000000010100100011000
-01101000000010001100101110111101
-00100000001000000010100100110011
-00100000010000000101001111000100
-01101000000000100100101111011011
-10011000000000000001001000000000
-00100000010000000000011010010110
-00100000010000000000011011101001
-01111001001000000010101000000000
-01111000001011101111110000000000
-01111000001100000111110000000000
-01111000010100001111110000000000
-00011001001100010111111000000000
-00011111111011001111111000000000
-00011111111100011111111000000000
-00001000000000001000011000101000
-01111000010011101111110000000000
-01111000001011011111110000000000
-01111000001000111111110000000000
-01111000001001001111110000000000
-01101000000000001100110001100110
-00001000000000001000011000001000
-01101000000000001100101110110101
-10011000000000000111001000000000
-11011000110000000100101101101111
-11101000110000001000000000000000
-00001000000000001000011000001000
-11000010000000000000011100000010
-01111000001001000111110000000000
-00001000000000001000011000011000
-01111000010001000111110000000000
-00110111110100111000001000000000
-00100000000000000000000001100100
-01111000010011101111110000000000
-01111000010011011111110000000000
-00100000011000000000000000000000
-01110000010001111010000000000111
-01110000010001111010000100000100
-01011000000000000100011110100000
-01100000000000010100001000011000
-00100000001000000111111000111000
-11011010001000000100011010011010
-00100000010000000111111000111101
-00100000010101000000011100010110
-00100000011000000000000000000000
-01101000000000001100011111000001
-00011111111000001111111000000001
-01100000000000001100011111000001
-00100000011000000000000000000000
-11011010001000000100011010011010
-00100000010000000111111001010100
-00100000001101000000011100011110
-00100000011000000000000000000000
-00100000010000000101011001010010
-01101000000000001100011111000001
-00011111111001100111110000000001
-00100100010000010101011001010000
-01101000000000001100011111000001
-00100000011110100000000000000000
-00011111111000001111111111111111
-01100000000000001100011111000001
-00100000001000000011111110010000
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
                                 
                                 
                                 
Index: output/eeprom.dat
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/output/eeprom.dat	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/output/eeprom.dat	(working copy)
@@ -2,120 +2,128 @@
 02
 aa
 55
-9e
-1c
+f2
+1b
 c2
 84
 00
-11
+12
+c0
+00
+00
+29
+c0
+00
+80
+37
 c0
 42
 86
-35
+fa
 c0
 44
 86
-04
-c0
-00
-80
-27
+cb
 c0
 50
 80
-30
-c0
-54
-00
-35
+40
 c0
 58
 80
-38
+45
 c0
 59
 00
-40
+51
 c0
 62
-00
-c8
+02
+df
 c0
 64
-81
-58
+83
+4f
 c0
 65
-01
-5c
+03
+53
 c0
 71
-83
-2e
+85
+4a
 c0
 73
-02
-db
+05
+57
+c0
+74
+85
+83
 c0
 75
-03
-5a
+05
+8d
 c0
 75
-83
-68
+85
+9d
 c0
 76
-03
-9c
+05
+c2
 20
 20
 2a
 8e
 c0
 1c
-83
-a0
+85
+c8
 c0
 21
-83
-a8
+85
+d0
 c0
 25
-03
-ae
+05
+d6
 c0
 2b
-83
-b1
+85
+d9
 c0
 2c
-83
-c3
+85
+e9
 c0
 31
-83
-d0
+85
+f6
 c0
 33
-03
-fa
+06
+20
 c0
 33
-84
-11
+86
+37
 c0
 35
-04
-3a
+06
+60
 c0
 3b
-84
-45
+86
+6b
+c0
+7d
+06
+7b
 c0
 46
-04
-55
+06
+84
 20
 20
 2a
@@ -127,11 +135,11 @@
 68
 08
 cc
-6e
+80
 58
 00
 4c
-75
+87
 98
 40
 8a
@@ -155,11 +163,67 @@
 60
 08
 cc
-6e
+80
+20
+60
+00
+00
+20
+40
+00
+2b
+20
+20
+20
+02
+70
+4b
+3d
+00
+20
+40
+04
+b3
+20
+60
+80
+00
+20
+40
+7e
+c1
+20
+40
+04
+b3
+20
+60
+80
+00
+70
+4b
+3d
+01
 20
 60
 00
 00
+68
+00
+cb
+3d
+20
+7a
+00
+00
+20
+40
+04
+9c
+20
+20
+04
+31
 d8
 a0
 09
@@ -174,8 +238,8 @@
 d4
 20
 40
-00
-bf
+03
+8a
 20
 40
 6a
@@ -216,28 +280,32 @@
 20
 2a
 a2
-68
+c6
+13
 00
-c8
-06
-24
-7a
 00
+68
 00
-20
-20
-2b
+cb
+01
+24
+3a
 7f
-c6
-13
-00
+ef
+68
 00
+cb
+07
+24
+3a
+7f
+ef
 68
 00
 c7
 9c
-c0
-00
+20
+3a
 7f
 ef
 68
@@ -249,9 +317,9 @@
 ff
 ef
 68
-01
-42
-48
+00
+c8
+06
 24
 3a
 7f
@@ -266,72 +334,64 @@
 00
 68
 00
-cc
-f3
+cd
+05
 c0
 00
 80
-5a
+67
 20
 40
-04
-ba
+01
+05
 24
 34
 00
-7a
+7e
 20
 40
-04
-9f
+00
+ec
 20
 40
-04
-e5
+01
+28
 68
 00
 cb
-c3
+d5
 c1
 ff
 80
 00
 20
 40
-05
-44
+06
+a1
 20
 40
 00
-54
-68
-00
-cc
-f3
-c1
-00
-80
-00
+63
 68
 00
 cb
-06
+01
 c0
 00
-80
-76
+81
+b6
 20
 40
 00
-86
+8a
 24
 74
 00
 00
 20
 40
-00
-a5
+02
+dc
 58
 00
 ec
@@ -340,14 +400,6 @@
 20
 2b
 93
-68
-00
-c6
-f5
-c3
-83
-80
-00
 58
 01
 77
@@ -355,19 +407,19 @@
 60
 01
 cb
-e2
+f4
 70
-4a
-ff
-1e
+4b
+3c
+14
 20
 60
 00
 00
 20
 40
-06
-37
+02
+a7
 24
 74
 00
@@ -375,67 +427,51 @@
 20
 40
 00
-70
+78
 68
-01
-4c
-f4
+00
+cd
+06
 1f
 e0
 fe
 01
 60
-01
-4c
-f4
-68
-09
-4c
-f6
-98
-46
-7c
 00
+cd
+06
+1f
+e6
+7c
+19
 20
 42
 80
-64
+70
 20
 20
 00
-43
+54
 70
-4c
-f3
-00
-58
-00
+4d
+05
 00
+70
+4d
+06
 00
-60
-01
+70
 4c
-f4
-58
 00
 00
-19
-60
-01
-4c
-f6
-70
-4b
-ee
-00
 68
 00
 cb
-d9
+eb
 60
 00
 cb
-d8
+ea
 20
 60
 00
@@ -443,51 +479,31 @@
 68
 00
 cb
-da
-60
-00
-cb
-d8
+ec
+20
 20
-60
-00
 00
+74
 68
 00
-cb
-ee
+cc
+00
 1f
 e0
 fe
 01
 60
 00
-cb
-ee
+cc
+00
 c0
 02
 00
-6d
+76
 c0
 02
 80
-69
-20
-60
-00
-00
-70
-4c
-f3
-01
-58
-00
-00
-00
-60
-01
-4c
-f4
+72
 20
 60
 00
@@ -495,15 +511,15 @@
 68
 00
 cb
-df
+f1
 20
 5a
 00
-8f
+a4
 68
 00
 cb
-0c
+06
 24
 7a
 00
@@ -511,7 +527,7 @@
 68
 00
 cb
-06
+01
 c1
 00
 80
@@ -519,7 +535,7 @@
 20
 40
 00
-86
+8a
 24
 74
 00
@@ -527,7 +543,7 @@
 68
 01
 cb
-e2
+f4
 20
 40
 7f
@@ -572,26 +588,94 @@
 3a
 7f
 e9
+68
+00
+cd
+05
+c0
+00
+ff
+e9
+68
+00
+cb
+0c
+20
+7a
+00
+00
+20
+40
+05
+4a
 20
+40
+02
+dc
 20
+40
+3e
+bf
+68
+12
 00
-a8
+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
 70
 4b
-df
+f1
 01
 70
 4c
-e8
+fa
 00
 20
 40
-04
-67
+00
+b4
 60
 00
 cb
-4f
+61
 58
 00
 00
@@ -599,23 +683,23 @@
 60
 03
 cb
-50
+62
 68
 02
 4b
-ea
+fc
 60
 02
 4b
-57
+69
 70
 4b
-b3
+c5
 0c
 68
 00
 cb
-b4
+c6
 79
 20
 7e
@@ -623,267 +707,243 @@
 60
 00
 cb
-b4
-20
-40
-06
-73
+c6
 20
 40
-04
-be
-20
+01
+08
 20
-00
-46
-c6
-13
-00
-00
 20
-40
 00
-b5
-20
-40
+57
+70
+4c
+fb
+01
+70
+4c
+fd
 00
-a8
 68
 00
-c0
-40
-c3
+cb
+c6
+1f
+e1
+7e
+07
+60
+00
+cb
+c6
+20
+60
 00
 00
-a5
 68
 00
-80
-a0
-24
-7a
+cb
+c6
+79
+20
+7e
+04
+60
 00
+cb
+c6
+60
 00
-58
+cb
+81
+20
+60
 00
 00
+68
 00
-60
+cb
+c6
+79
+3f
+fe
 04
-00
-a1
-20
 60
 00
-00
-20
-40
-02
-1c
+cb
+c6
 20
-40
+60
 00
-b2
-20
-40
 00
-a5
 20
 40
-3e
-bf
-68
-12
-00
-70
+06
+97
 68
-1a
-00
-78
-98
-41
-84
 00
-18
-44
-04
+cc
+fc
+c0
 00
-60
-1a
+80
+c6
+c0
+01
 00
-7c
+ca
 20
 60
 00
 00
-68
+70
+4c
+fd
+02
+70
+4c
+f9
+00
+70
+4c
+fb
 00
-cb
-03
 20
-7a
+20
 00
+b4
+70
+4c
+fa
 00
 20
 20
-03
-2e
-d8
-c0
-18
 00
-d8
-a0
-48
-0a
-20
-40
+c7
+68
+01
+4b
+cb
+1f
+e0
+fe
+01
+60
+01
+4b
+cb
+c2
+85
+01
+65
+68
 00
-bd
-d8
+cc
+fa
 c0
-19
 00
-20
-40
+80
+d5
+70
+4c
+fa
+01
+68
 00
-bd
-d8
+cc
+fa
 c0
-1a
+80
+80
+b4
+68
 00
-20
-40
+cc
+f8
+1f
+e0
+fe
+01
+60
 00
-bd
-d8
+cc
+f8
 c0
-1b
+02
 00
-df
+dc
 20
-00
-1b
+40
+01
+e8
+70
+4c
+0a
+02
 20
 20
-7f
 01
-d8
-c0
-48
-0a
-d8
-a0
-18
-00
+28
 20
 40
-00
-bd
-d8
-a0
-19
+06
+97
+70
+4c
+f8
 00
 20
-40
-00
-bd
-d8
-a0
-1a
-00
 20
-40
 00
-bd
-d8
-a0
-1b
+b4
+70
+4c
+fd
+02
+70
+4c
+fb
+01
+70
+4c
+fa
 00
 20
 20
 00
-bd
-20
-40
-34
-16
-20
-35
-80
-d1
-20
-40
-07
-0d
+b4
 68
 00
-c1
-de
-60
-00
 cc
-6a
-20
-40
-05
-33
+fc
+c0
+01
+80
+e0
 68
 00
+cb
 c6
-85
-60
-00
-c6
-da
-20
-40
-43
-ca
-20
-40
+2f
+ec
 00
-d3
-20
-20
-74
-b9
-24
-55
-81
-2d
+04
 20
-40
-01
-0c
 20
-75
 80
+b2
+68
 00
-20
-40
-01
-81
-20
-40
-02
-e5
+cc
+fc
 c0
-02
+00
 80
-fa
-20
-20
+df
+c0
 01
-63
-68
-00
-cc
-6a
-60
 00
-c1
-de
+e0
 20
 60
 00
@@ -891,3955 +951,4187 @@
 68
 00
 cb
-09
-60
+d5
+c1
+ff
+80
 00
-cb
-19
-70
-4b
-18
-01
 20
 40
-01
-76
+00
+f1
+24
+56
+00
+f9
 20
-40
+60
+00
+00
+78
+56
+7c
 00
-da
 68
 00
-c2
-10
-c0
-1a
+cc
+fb
+c1
+80
+80
 00
-e5
-20
-60
+68
+00
+cc
+fd
+c1
+80
 00
 00
 70
-47
-9f
+4c
+fc
 01
+70
+4c
+0a
+04
+20
+20
+7f
+eb
 68
+00
+cc
+fd
+20
+3a
 01
-46
-a8
-68
-08
-cb
-15
-18
-46
-7c
+00
+1f
+e0
+ff
 ff
+60
+00
+cc
+fd
+70
+4c
+fc
+02
+70
+4c
+0a
+04
+20
+20
+01
+e8
+70
+4c
+fc
+03
+68
+00
+cc
+fa
 24
-22
-80
-eb
-58
+3a
 00
+d3
+70
+4c
+0a
 02
-58
-60
+20
+20
 01
-46
-ae
+e8
+68
+00
+cb
+d5
+c0
+ff
+81
+75
 20
 40
-34
-18
+01
+0b
 20
 40
+02
+14
+70
+4b
+ca
+01
+20
+60
 00
-f3
-58
-00
-00
-04
-e0
-c0
-80
 00
-d8
-c0
-43
-90
+68
+01
+4c
+f6
 20
 40
+7f
+9c
+20
+34
+01
+11
+68
 03
-98
+cb
+62
 20
+7a
+00
+00
 20
-7d
-f4
-da
 20
-43
-70
-ea
+7f
+e7
 20
-80
+40
+03
+a8
+70
+4b
+f1
 00
+1a
 20
-7a
+fe
+01
+60
 00
+cb
+c5
+20
+40
 00
-98
-c0
-a2
+b4
+60
 00
+cb
+61
 e8
-c0
+a8
 80
 00
-c1
-00
+ea
+40
 80
 00
-20
-20
+98
+41
+fe
 00
-f4
-68
-02
-46
-d3
-c4
-08
+e0
+a0
 80
 00
-c3
-81
-80
+1a
+40
+a4
+01
+ea
+42
 00
-c6
-13
 00
+e0
+a2
 00
-20
+00
+1a
 40
-44
-82
+a4
+04
 d8
-e0
-00
-03
+a0
+4b
+67
+df
 20
-40
-43
-ce
-58
-00
 00
+02
+ea
+40
+80
 00
-60
-01
-46
-ae
-60
+e8
+a8
+80
 00
-c6
-b4
-60
-01
-4b
-e0
-20
+98
 40
-42
-ca
-20
-20
-05
-70
-68
-02
-46
-d3
-c3
-0a
-3d
-66
-68
+fe
 00
-c7
-7a
-c0
-7f
-bd
-66
-20
-20
-3d
+e0
+a0
 80
-70
-42
-12
-76
-20
-20
-3d
-36
-20
+00
+1a
 40
+a4
 01
-0c
-20
-40
-40
-c0
-68
+c2
 00
-c6
-e0
-c0
-02
-c0
-d5
-20
-40
-40
-d9
-c0
-18
 01
-1c
-c0
-18
-81
-1e
-20
-40
-40
-d1
+21
 20
+60
+00
 00
-03
-e8
-20
-20
-01
-12
 70
 4b
-03
-01
+ce
+00
+d9
+60
+0d
+00
+34
+73
+02
+00
 20
 40
-64
-0f
-20
+01
 40
+24
+2c
 01
-0e
-20
-20
-64
-11
+4d
+24
+37
+81
+4d
 20
 40
 01
-23
-20
+3b
 20
 40
-e0
+01
+69
 20
 40
-01
-23
+06
+93
 68
 00
-c6
-de
-c0
-38
-40
-e8
-70
-46
+cb
+c4
+1f
 e0
+fe
 01
-20
 60
 00
+cb
+c4
+68
 00
-58
-00
-80
-06
+cb
+d5
+c0
+ff
+81
+3e
 20
 40
-64
-13
-20
 00
-2e
-e0
-20
-20
-01
-07
+e3
 58
 00
 00
-06
-20
-40
-64
-14
-1f
-e1
-fe
-08
-1f
-ed
-7e
 00
-1f
-e0
-fe
-06
-20
-20
-64
-13
-68
+60
+02
+4b
+ca
+60
 00
-cb
-0f
+cc
+f9
+20
 60
 00
-cb
-10
+00
+df
 20
-40
+00
 04
+d8
+a0
+4b
 61
 20
-40
-3e
-6e
-20
-40
-02
-c0
-20
-40
-3e
-1e
-58
-00
-00
-00
-60
-01
-41
-54
 20
-40
-3e
-54
+7e
+c6
 20
 40
-58
-10
+06
+90
 20
-40
-58
-39
 20
-40
-58
-2c
+01
+8f
+78
+57
+fc
+00
 20
 40
-58
+02
+86
 18
-20
-40
-65
-9c
+00
+2a
+00
 68
 02
-46
-d3
-2f
-ef
-fe
-19
-24
+4b
+ed
+98
+00
+12
+00
+68
+08
+80
+17
+20
 40
-e5
-c2
+29
+1f
 20
 40
-44
-3f
+29
+24
 20
 40
 02
-80
+45
 20
-40
-01
-54
+57
+82
+7e
+20
+60
+00
+00
 20
 40
 02
-02
+7e
 20
-40
-65
-df
 20
-40
 01
-47
+31
 68
 00
 cb
-15
+cd
+1f
+e0
+fe
+01
+60
+00
+cb
+cd
+68
+00
+cb
+d5
 c0
-7f
+ff
 81
-4f
-20
+61
+68
+08
+cb
+ce
+18
+40
+84
+01
 60
+08
+cb
+ce
+68
+00
+cc
+0a
+98
+46
+7e
 00
+24
+3a
+01
+29
+68
 00
-d8
-40
+cc
+fc
+c0
+01
+80
+cc
+68
 00
+cc
+f9
+1f
+e0
+fe
 01
-da
-20
-4b
-15
-da
-40
+60
 00
-64
-20
+cc
+f9
+c0
+01
+00
+c1
 20
-65
-df
-d8
 40
 00
+b8
+70
+4c
+0a
 01
-da
 20
+20
+01
+28
+68
+00
+cb
+cd
+c1
+ff
+80
+00
+70
 4b
-15
-da
-40
+cd
 00
-64
 20
 20
-65
-d1
-70
-42
-10
-34
+01
+67
 58
 00
 00
 00
-1f
-e4
-7e
-00
-60
-03
-44
-a0
-20
 60
-00
-00
-20
-40
-33
-c4
-20
-22
-c3
-16
+01
+4b
+cb
+70
+0a
+99
+3a
 20
-40
-03
-60
 20
+7d
+86
 20
-3d
-cb
-d8
 40
+01
+f9
+68
 00
-02
-da
+cb
+c3
 20
-0a
-aa
-da
-40
+7a
 00
-62
-20
-20
-65
-d1
-d8
-40
 00
-02
-da
-20
-0a
-9a
-da
-40
+98
 00
-62
+72
+00
+d8
+c0
+4b
+41
+d8
+a0
+4b
+a3
 20
 20
-33
-c8
-58
-00
-01
-77
-60
+7f
 01
-4c
-f6
+70
+41
+de
 20
-60
-00
+70
+4b
+c4
 00
-58
+70
+4b
+cf
+4e
+68
+02
+4b
+d1
+20
+20
+02
+06
+68
 00
+cb
+ca
+c0
 00
-19
-60
-01
-4c
-f6
-24
-55
-81
-60
+ff
+e7
 68
 00
-8a
-bd
-2f
-ec
+cb
+d5
+c0
 00
-03
-24
-20
 81
-6b
+7c
+c0
+01
+01
+7f
+c0
+01
+81
+82
+20
+20
+2a
+8c
+70
+4b
+d5
+11
+70
+11
+9e
+aa
+20
 20
-40
 01
-0e
+84
+70
+4b
+d5
+12
+70
+11
+9e
+55
+20
 20
-40
 01
-27
+84
+70
+4b
+d5
+13
+70
+11
+9e
+22
 68
 00
-c7
+cb
+c6
 1f
+e1
+7e
+07
 60
 00
-c7
-1e
+91
+9f
 68
-00
-cb
+02
+4b
+fc
+60
+02
+11
+a0
+70
 11
-c0
-00
-85
 a4
-c0
-01
 00
-dd
+da
+20
+11
+9e
+d8
+40
+00
+07
 20
 40
 01
-74
+f4
 20
 40
 01
-78
+08
 20
-34
-05
-c8
 20
+7f
+e7
+68
+00
+cb
+d5
+c1
+7f
+80
+00
+c0
+08
+81
+95
+c0
+09
+01
+97
+c0
+09
+81
+99
 20
-05
-a4
+60
+00
+00
 70
 4b
-11
-01
+d5
+02
 20
 20
-02
-7c
+01
+37
 70
 4b
-11
-02
+d5
+03
 20
 20
-02
-7c
-df
+01
+37
+70
+4b
+d5
+ff
+70
+0a
+99
+39
 20
-00
+40
+7d
+86
+68
 02
-d8
-c0
 4b
-db
+a5
 20
 40
-7f
+02
+06
+20
+20
+01
+37
+20
+40
+04
+f8
+20
+40
+03
+62
+20
+34
+01
+c7
+79
+3f
+80
+26
+20
+40
+01
 e7
-58
+68
 00
+cb
+d5
+c1
 ff
-ff
-e8
-c9
-00
+80
 00
-98
-46
-7c
-00
-24
-42
-ff
-e9
-c2
-00
-01
-7c
 20
-60
+40
+01
+b9
+58
 00
 00
-58
 00
-01
-92
 60
 01
-4c
-e4
-58
+4b
+f2
+20
+40
+2a
+fa
+20
+00
+07
+d0
+68
 00
+cb
+f2
+c0
+7f
+81
+67
+20
+40
 01
-96
-60
+40
+24
+2c
 01
-41
-ef
-58
+c2
+24
+37
+81
+c2
+79
+20
 00
-04
-4f
-60
-01
-41
-f9
+26
 58
 00
 00
-9e
+00
 60
 01
-41
-ed
-58
-00
+4b
+f2
+70
+0a
+99
+3c
+20
+40
+7d
+86
+20
+40
 01
-c9
-60
+3b
+70
+4d
+05
 01
-41
-f5
-58
+70
+4d
+06
 00
-01
-b3
+20
 60
-01
-41
-f3
-58
 00
-02
+00
+70
 11
+9e
+ff
+68
+00
+cb
+c6
 60
-01
-41
-eb
-58
 00
+91
+9f
+68
 02
-26
-60
-01
-41
-fd
-20
+4b
+fc
 60
+02
+11
+a0
+d8
+40
 00
-00
+06
+da
+20
+11
+9e
 20
 40
-44
 01
+f4
+20
+20
+02
+14
 68
 01
-46
-9f
+4b
+f2
+1f
+e0
+fe
+01
+60
+01
+4b
+f2
 20
-7a
-00
-00
+40
+01
+e8
 20
 20
-00
-76
+01
+a9
+79
+3f
+80
+26
 20
 40
-58
-92
-24
-7a
+01
+e3
+20
+40
+01
+b9
+70
+4b
+f2
 00
+20
+40
+2a
+fa
+20
 00
+07
+d0
 68
 00
 cb
-15
+f2
 c0
 7f
 81
-9d
-68
-00
-c6
-c5
-1f
-e1
-7e
-03
-c1
-81
-80
-00
-68
-00
-c7
-9c
+67
 20
-5a
+40
 01
-b0
-68
-02
-46
-d3
-c2
-82
-c1
-79
-20
 40
-3f
-97
 24
-74
-00
-00
+2c
+01
+d9
+24
+37
+81
+d9
 20
 40
 01
-a8
+69
 20
 40
-04
-dd
+02
+fa
 68
-01
+02
+4b
+ed
+68
+0a
+4b
+d1
+98
 46
-9f
-24
-5a
-01
-ad
+7c
+00
 20
+22
+83
+16
 20
-07
-12
+20
+01
+b0
 68
 00
-c6
-f5
-c3
-83
-80
+cb
+f2
+1f
+e0
+fe
+01
+60
 00
-70
-41
-72
+cb
+f2
+68
 00
-70
-4a
+cd
+03
+1f
+e0
 fe
-1e
+01
+1f
+e1
+7e
+01
+60
+00
+cd
+03
+c0
+00
+01
+ec
+c0
+00
+81
+ee
 20
 60
 00
 00
 70
-48
-06
+41
+de
+20
+58
+00
+0f
+0f
+60
 01
-70
-48
+4b
+ed
+e0
+a1
+00
+00
+20
+40
+02
 07
+68
+08
+cb
+d0
+20
+40
 02
+26
+60
+08
+cb
+d0
 20
 60
 00
 00
 20
 40
-58
-14
-70
-47
-9c
 01
+e3
 20
 20
 01
-23
-20
-40
-7e
-34
+cb
 20
 40
 01
-b6
+70
 20
 20
-3e
-e0
-68
-08
-c6
-e7
+01
+cb
+79
+3f
+80
+26
 20
 40
+53
+ce
+d8
+e0
+00
 03
-0e
-68
-08
-c6
-e7
 20
-40
-68
-1d
 20
+43
+d2
+60
+08
+cb
+c5
+18
+42
+72
+00
+d8
+a0
+4b
+61
+1a
+22
+0c
+00
 20
-81
-c7
 20
-40
-03
-17
+7f
+01
 68
 00
-c6
-b6
-c1
+cb
+40
+1f
+e9
+7e
 00
+60
 00
+cb
+c3
+1f
+e0
+fe
+01
+d8
+c0
+4b
+40
+98
+c0
+8c
 00
-70
-46
-b6
+e8
+c1
+80
 00
+60
+01
+cc
+02
 68
 00
-c7
-7a
+cb
+40
 1f
-e0
-fe
-01
+e3
+7e
+00
 1f
 e1
 7e
 03
 60
 00
-c7
-7a
-1f
-e0
-fe
-02
-60
-01
-4b
-0c
+cc
+08
 20
-40
+60
+00
+00
+60
 02
-d8
-20
-20
-3d
-74
-20
-40
-03
-17
+4b
+ed
+da
 20
+00
+00
+df
 20
-3d
-62
-1a
-62
-7e
 00
+04
+d8
 c0
-0a
-01
-d3
-c0
-0a
-81
-d9
-c0
-14
-81
-e2
-c0
-19
-01
-e4
+4b
+ed
+e8
 c0
+80
+00
+9a
 20
-01
-eb
-c0
-1c
-81
-f6
-c0
-1d
+a2
+00
+c2
+00
 02
-06
-c0
-1e
-02
-0e
-20
-20
-41
-7d
-70
-4b
-12
-00
-70
-4a
-fd
+0a
+1a
+22
+7e
 00
-20
-40
+60
 01
+4c
 76
-20
-40
-01
-18
-20
-40
-07
-0d
-20
-20
-41
-c3
-20
-40
-02
-22
-58
+68
 00
+cc
+76
+68
+08
+cc
+77
+98
+40
+fe
 00
-07
 60
-01
-44
-96
+00
+cc
+78
+20
 60
-01
-44
-98
-70
-47
-c4
 00
-70
-47
-9c
 00
-20
-40
-07
-0d
-20
-40
-58
-16
-20
-20
-41
-d9
-70
-0a
-99
-12
-20
-20
-7d
-8f
 68
 00
+cb
+c5
+1f
+e0
+fe
+02
+60
+00
+cb
 c7
-9f
-c0
+68
 00
-81
-e7
-20
-20
-01
-e9
-20
-40
-01
-e2
-70
-46
+cb
 c6
-14
-d8
-e0
+60
 00
-01
-20
-20
-41
-b9
+cb
+81
 68
-01
-45
-09
-c1
-00
 00
+cb
+c5
+1f
+e9
+fe
 00
 68
-00
-84
+08
+cb
+c4
+18
 41
-1f
-eb
-7e
+04
+03
+18
+43
+84
 00
-1f
-e6
-7c
-0c
-20
-61
+98
+41
+fe
 00
+68
+08
+cc
+01
+98
+40
+fe
 00
-58
+e0
+a0
+80
 00
+68
 00
-09
-60
-01
-44
-96
-60
-01
-44
+cb
+c5
 98
+00
+72
+00
+d8
+c0
+4b
+61
 20
-40
-01
-e2
-20
-20
-03
-b7
 20
-40
+7f
 01
-74
 20
 40
-01
+02
+2a
 18
-70
-47
-8b
+40
+84
 01
-d8
-e0
-00
+18
+41
+04
 03
 20
-40
-43
-d2
-58
+60
 00
 00
+68
 00
-60
-01
-47
-07
-70
-46
-a7
+cb
+ed
+1f
+e1
+7e
+03
+1f
+ef
+a2
+04
+58
 00
+4b
+d6
+9a
 20
+fe
+00
+98
 40
-40
-5d
-20
-40
+8c
 00
-da
+e8
+c0
+80
+00
+60
+00
+cb
+cf
 20
-40
-02
-02
-20
-20
-65
-d1
-da
-20
-4b
-db
-da
-40
+60
 00
-5b
-d8
-40
 00
+78
+44
+fc
+00
+78
+43
+fc
+00
+58
+55
+55
+55
+98
+00
+1e
+00
+68
+00
+cb
+cf
+1f
+ed
+84
+00
+79
+20
 04
+01
+18
+43
+1c
+00
 20
 60
 00
 00
 20
 40
+53
+c4
+68
 02
-22
-70
-4c
-f3
+4b
+ed
+98
 00
-20
-40
+12
 00
-da
 20
 40
-05
-ee
-20
-20
-02
-0b
-70
-47
-9d
-01
-70
-47
-9e
-28
+29
+18
+68
+08
+cb
+cf
 20
-60
+40
+29
+1f
+58
 00
+05
 00
 20
 40
-01
-74
+2a
+8f
 20
 40
-01
-18
-20
+29
+24
 20
-3f
-8d
+40
+02
+33
 78
-34
+57
+fc
+00
+78
+26
+fc
+00
+78
+30
+fc
+00
+78
+50
+7c
+00
+78
+28
 7c
 00
 68
-12
 01
-38
-79
-34
-7e
-1a
-60
-12
+4b
+c8
+98
 00
-4c
-20
-40
+36
+00
+37
+c1
+84
+00
+24
 2c
-21
+02
+82
+78
+46
+fc
+00
+78
+25
+fc
+00
+78
+23
+fc
+00
+78
+24
+fc
+00
 20
 40
 02
+7b
+60
+00
+cc
+79
+68
+08
+cc
+78
+98
+46
+7c
+00
+24
 22
-20
-40
-74
-bd
-20
-40
-44
 82
-20
-40
-3e
-9f
-20
-40
-3e
-bf
+7e
 20
 40
 02
-ce
+7b
+60
+00
+cb
+3f
 68
-08
+00
 cb
-14
-20
-40
-67
-fb
+3f
 68
 08
 cb
-14
-79
+c6
+a8
+40
+0e
+00
+24
 20
-04
-07
-d8
+82
+7e
+20
+40
+02
+7b
+e0
 a0
 80
-78
-20
-20
-68
-30
-68
-00
-cb
-03
-20
-7a
 00
+1f
+e9
+7e
 00
-70
-4b
-03
-00
-20
+1f
+e1
+72
+1f
 20
-01
-27
+22
+82
+66
 20
 40
 02
-ab
-20
-40
+7b
+e0
+a0
+80
+00
+c2
+00
 02
-37
-20
-40
-02
-3e
-20
-40
-02
-32
+63
+18
+a2
+22
+00
 20
 40
 02
-5e
+7b
+60
+00
+cd
+00
+1a
+22
+0a
+00
+09
+80
+00
+18
+78
+28
+7c
+00
+db
+60
+06
+64
+1f
+ef
+7e
+00
+1f
+f1
+7e
+00
+e0
+a1
+80
+00
+78
+45
+fc
+00
 20
-40
+23
 02
-48
-20
-40
-42
-34
-20
-40
-42
+7e
+78
 37
+fc
+00
+68
+00
+80
+17
+1f
+e0
+a2
+00
 20
 40
-02
-67
-20
-40
-42
-3a
+29
+81
+78
+46
+fc
+00
 20
 40
-02
-84
-20
+29
+18
+68
+00
+cd
+00
 20
-02
-45
-da
-60
-48
-07
-da
 40
-02
-35
-20
-20
-33
-6d
-70
-48
-06
 00
+1f
 20
 60
 00
 00
-da
-60
-4a
-ff
-da
-40
-02
-3a
-20
-20
-33
-6d
-58
-36
-ee
+09
 80
-60
-01
-cb
-e2
-70
-4a
-fd
-01
+00
+08
+19
+89
+7e
+00
 20
 60
 00
 00
-da
-60
-4a
-fe
-da
-40
-02
-41
-20
-20
-33
-6d
-68
+78
+4d
+fc
 00
-c7
-c5
-60
+78
+45
+fc
 00
-c1
-72
-70
-4a
-fd
-01
+20
+40
+26
+4d
 20
 60
 00
 00
-da
-60
-46
-c6
-da
-40
-3d
-60
 20
 20
-33
-6d
+02
+7e
 20
 40
-02
-e5
+29
+18
 68
-00
+08
 cb
-17
+cf
 20
-3a
-02
+20
+29
+33
+20
+40
 53
+c4
 68
+02
+4b
+ed
+98
 00
-c6
-85
-60
-00
-c6
-da
-68
-00
-c6
-db
-c1
-00
-80
-00
-70
-46
-db
-01
-d8
-e0
+12
 00
-09
-20
-40
-43
-d2
-20
-20
-43
-ca
-70
-47
-9e
-28
 20
 40
 02
-56
-20
+33
 20
-43
-b0
-da
-60
-46
-da
-da
 40
 02
-59
-20
+83
+79
 20
-33
-6d
-68
-01
-46
-82
-2f
-ef
-fe
-0b
-20
-40
-c2
-d4
-70
-4b
-12
-01
-20
-20
-43
-b8
-68
+2a
 00
-c7
-9d
-20
-7a
+78
+2e
+fc
 00
+78
+30
+7c
 00
-68
+78
+50
+fc
+00
+19
+31
+7e
 00
-c7
-9e
-20
-3a
-02
-65
 1f
-e0
-ff
-ff
-60
+ec
+fe
 00
-c7
-9e
-20
-60
+1f
+f1
+fe
 00
+08
 00
-70
-47
-9d
+86
+28
+78
+4e
+fc
 00
-20
-20
-34
-0a
-68
+78
+2d
+fc
+00
+78
+23
+fc
+00
+78
+24
+fc
 00
-c6
-b6
-20
-3a
-02
-70
 68
 00
-cb
-0f
-60
+cc
+78
+08
 00
-cb
-10
+86
+08
 68
 00
-c6
-b6
-c1
+cb
+c7
+98
 00
-80
+72
 00
-70
-46
-b6
-01
 d8
-e0
-00
-06
-20
-20
-43
-d2
-da
-60
+c0
 4b
-10
-da
-40
-02
-73
-20
-20
-33
-6d
-20
-20
+81
+e8
+c0
+80
+00
+08
+00
+86
+08
+c2
+00
 02
-74
-68
+9c
+78
+24
+7c
 00
-cb
-11
-c0
+08
 00
-82
+86
+18
 78
-c0
-01
-02
-7a
-20
-60
+44
+7c
 00
+37
+d3
+82
 00
 20
-40
-01
-76
-20
-20
-65
-9a
-20
-40
-01
-74
-20
-20
-65
-9a
-d8
-40
 00
-01
-da
-20
-4b
-11
-da
-40
 00
-61
-20
-20
-65
-d1
-d8
-40
+64
+78
+4e
+fc
 00
-01
-da
-20
-4b
-11
-da
-40
+78
+4d
+fc
 00
-61
 20
+60
+00
+00
 20
-65
-df
+40
+7f
+e9
 68
+0a
+4b
+e6
+1c
+42
+7e
+00
+98
+46
+7c
 00
-cb
-12
 24
-3a
+41
+2d
+18
+1f
+e2
+24
+00
+68
 02
-8e
+4b
+e6
 68
-00
+08
 cb
-18
-20
-7a
+ea
+98
+40
+84
 00
+1a
+42
+7e
 00
-20
-40
-02
-9e
-da
+98
+46
+7c
+00
+24
+61
+00
+00
+79
+3f
+fe
+1c
 60
+02
 4b
-19
+e6
+20
+20
+7f
+e7
+20
+40
+29
+bb
+20
+7a
+00
+00
+68
+08
+cc
+7f
 da
+20
+0d
+9e
+20
 40
 02
-8c
-20
+bd
+60
+08
+cc
+7f
 20
-33
-6d
-70
-4b
+60
+00
+00
+1a
+22
+7e
+00
+98
+40
+8a
+00
+68
+00
+80
 18
+e0
+a0
+80
 00
+18
+40
+84
+01
+18
+41
+04
+07
 20
+60
+00
+00
+d8
+40
+00
+00
+df
 20
+00
+08
+1a
+22
+0c
+00
+e8
+c0
+80
+00
+98
+40
+84
+00
+c2
+00
 02
-a1
-68
-01
-46
-ac
+c7
+18
+49
+7e
+00
+1f
+e2
+04
+00
+c6
+93
+00
+00
 1f
 e6
 fc
-02
+0a
 20
 40
 7f
 86
 18
 07
+fe
+00
+1f
+f2
 7e
 00
+18
+07
+04
+00
+98
+41
+84
+00
 20
-3a
-02
-94
+60
+00
+00
 20
 60
 00
 00
+c6
+13
+00
+00
+20
+40
+03
+80
+20
+40
+00
+94
 68
 00
-cb
-13
 c0
+40
+c3
 00
-82
-98
-c0
-01
 02
-9a
+dc
+68
+00
+80
+a0
+24
+7a
+00
+00
+58
+00
+00
+00
+60
+04
+00
+a1
 20
 60
 00
 00
-70
-4b
-13
-02
 20
+40
+34
+16
 20
-02
-9e
-70
-4b
-13
-01
-20
+35
+82
+e8
 20
-02
-a1
+40
+03
+b3
 68
-08
-cb
-14
-20
+00
+c1
+de
+60
+00
+cc
+7c
 20
+40
+06
+90
 68
-0e
+00
+c6
+85
+60
+00
+c6
+da
+20
+40
+43
+ca
 20
 40
 02
-9c
-68
-08
-cb
-14
+ea
 20
 20
-68
-29
-68
-08
-cb
-14
-79
-3f
-84
-07
-d8
-a0
+74
+b9
+24
+55
+83
+38
+20
+40
+03
+1a
+20
+75
 80
-78
+00
 20
 40
-68
-30
-79
-3f
-84
-07
-d8
-a0
-80
-7c
+03
+6b
 20
 40
-68
-30
-79
-3f
-84
-07
-d8
-a0
-80
-70
+40
+83
+c0
+02
+83
+0e
 20
+40
+03
+5d
 20
-68
-30
+40
+02
+fa
 68
 00
-cb
-04
+c7
 20
-7a
-00
-00
+c0
+01
+01
+9f
+20
+40
+04
+f8
 68
 00
-cb
-07
+c2
+10
 c0
-00
-82
-b0
+1a
+02
+fd
+70
+47
+9d
+01
+70
+47
+9e
+28
 20
 60
 00
 00
 68
 00
-cb
-0b
-1f
-e0
-ff
-ff
+cc
+7c
 60
 00
-cb
-0b
-24
-7a
+c1
+de
+20
+60
 00
 00
+70
+47
+9f
+01
 68
-00
-cb
-0a
+01
+46
+a8
 60
+01
+46
+ae
+20
+40
+34
+18
+20
+40
+03
+07
+58
 00
-cb
-0b
-68
 00
-cb
-0d
+04
+e0
+c0
+80
+00
+d8
+c0
+43
+90
 20
-3a
-02
-bc
-68
+40
+05
+be
+20
+20
+7d
+f4
+da
+20
+43
+70
+ea
+20
+80
 00
-cb
-0c
 20
-3a
-02
-c6
-1f
-e0
-ff
-ff
-60
+7a
 00
-cb
-0c
-68
 00
-cb
-06
+98
 c0
+a2
 00
-82
-c8
+e8
 c0
+80
 00
-02
-c2
-20
-60
+c1
 00
+80
 00
-68
-08
-cb
-05
 20
 20
-68
-0e
-70
-4b
-06
-01
-20
-40
-02
-c0
-68
+03
 08
-cb
-05
-20
+c6
+13
+00
+00
+d8
+e0
+00
+03
 20
-68
-29
+40
+43
+ce
 58
 00
 00
 00
 60
 01
-cb
-0b
-68
+46
+ae
+60
 00
-cb
-0c
-24
-3a
-02
-cc
-70
+c6
+b4
+60
+01
 4b
-04
+f2
+20
+40
+42
+ca
+79
+20
 00
+26
+20
+40
+01
 70
-4b
-07
-00
 70
 4b
-08
+d5
+01
+20
+60
 00
-70
-4b
-06
 00
-68
-08
-cb
-05
+70
+42
+12
+76
 20
-40
-68
-25
-68
-10
-80
-7c
-79
 20
-7e
-05
-60
-10
-80
-7c
+3d
+36
+20
+40
+03
+1a
+20
+40
+40
+c0
+20
+40
+40
+d9
+c0
+18
+03
+28
+c0
+18
+83
+2a
+20
+40
+40
+d1
 20
-60
-00
 00
+03
+e8
+20
+20
+03
+1e
 70
 4b
-0b
-01
-70
-4b
-04
+0c
 01
+20
+40
+64
+0f
+20
+40
+03
+1c
+20
+20
+64
+11
+20
+40
+03
+ad
+20
+20
+40
+e0
+20
+40
+03
+ad
+68
+00
+c6
+de
+c0
+38
+40
+e8
 70
-4b
-07
+46
+e0
 01
 20
 60
 00
 00
+68
+00
+cb
+0c
+20
+7a
+00
+00
 70
 4b
-0a
-03
-70
-4b
-0d
-01
+0c
+00
+58
+00
+00
+06
+20
+40
+64
+14
+1f
+e1
+fe
+08
+1f
+ed
+7e
+00
+1f
+e0
+fe
+06
 20
 20
+64
+13
+20
+40
+68
+a8
+68
 02
-d4
-78
-54
-7c
-00
+40
+a0
+60
+02
+4b
+fc
+20
+40
+3e
+6e
+20
+40
+3e
+1e
 58
 00
 00
 00
 60
-03
-46
-9b
+01
+41
+54
 20
 40
-03
-1c
+3e
+54
 20
 40
+58
+10
+20
 40
-79
+58
+39
 20
 40
+58
+2c
+20
 40
-7e
+58
+18
 20
 40
-02
-e3
+65
+9c
 20
+40
+65
+c2
 20
+40
+44
 3f
-9f
 20
 40
-02
-e5
+03
+4b
 20
+40
+04
+1f
 20
 40
-9a
-da
+65
+df
 20
+60
 00
 00
 20
 40
-02
-ec
+33
+c4
+20
+22
+83
+57
 20
 40
-02
-f2
+05
+92
 20
+20
+3d
+cb
+d8
 40
+00
 02
-f8
+da
 20
+0a
+aa
+da
 40
-02
-fe
-1a
-22
-7e
 00
+62
 20
-60
-00
-00
-68
-08
-c6
-e2
 20
+65
+d1
+d8
 40
-03
-17
-68
-08
-c6
-e2
+00
+02
+da
 20
+0a
+9a
+da
 40
-68
-1d
-79
+00
+62
 20
-a2
+20
+33
+c8
+d8
+40
 00
+58
+da
 20
-60
+47
+20
+da
+40
 00
 00
-68
-08
-c6
-e3
 20
 40
-03
-17
-68
-08
-c6
-e3
+65
+df
 20
 40
-68
-1d
-79
+00
+33
 20
-a2
-01
 20
-60
-00
-00
-68
-08
-c6
-e4
+43
+1a
 20
 40
 03
-17
-68
-08
-c6
-e4
+1c
 20
 40
+03
+32
 68
-1d
-79
-20
-a2
-02
+00
+c7
+1f
+60
+00
+c7
+1e
 20
 60
 00
 00
-68
-08
-cb
-16
-20
-40
-03
-0e
-68
-08
-cb
-16
-20
-40
-68
-1d
-20
+df
 20
-83
-05
+00
+02
+d8
+c0
+4b
+ed
 20
 40
+7f
+e7
+58
+00
+ff
+ff
+e8
+c9
+00
+00
+98
+46
+7c
+00
+24
+42
+ff
+e9
+c2
+00
 03
-17
-20
-20
-03
-0a
+66
 20
-40
-03
-17
-68
+60
 00
-cb
-17
-c1
 00
-80
+58
 00
-70
-4b
-17
-01
-20
+03
+7c
 60
+01
+4c
+f6
+58
 00
+03
+93
+60
+01
+41
+ef
+58
 00
-68
+06
+75
+60
+01
+41
+f9
+58
 00
-cb
-17
-c1
+02
+d5
+60
+01
+41
+ed
+58
 00
+03
+e6
+60
+01
+41
+f5
+58
 00
+03
+d1
+60
+01
+41
+f3
+58
 00
-70
-4b
-17
+04
+35
+60
+01
+41
+eb
+58
 00
+04
+47
+60
+01
+41
+fd
 20
 60
 00
 00
-79
-3f
-84
-07
-d8
-a0
-80
-78
-20
-40
-68
-30
-79
-20
-04
-07
-d8
-a0
-80
-7c
 20
 40
+44
+01
 68
-30
-79
-3f
-84
-07
-d8
-a0
-80
-70
+01
+46
+9f
 20
+7a
+00
+00
 20
-68
-30
-79
 20
-04
-07
+01
+b6
+d8
+c0
+18
+00
 d8
 a0
-80
-78
+48
+0a
 20
 40
-68
-30
-79
-3f
-84
-07
-20
-20
 03
-12
-68
-00
-c6
-e0
+88
+d8
 c0
-02
+19
+00
+20
+40
 03
-27
-c0
-02
+88
+d8
 c0
-10
+1a
+00
 20
 40
-3f
-c0
-78
-54
-7c
-00
-68
-00
-c6
-f5
-c3
 03
-bf
-e7
-68
-08
-c6
-f3
+88
+d8
+c0
+1b
+00
+df
 20
-40
-68
-1d
-24
-60
-80
 00
+1b
 20
 20
-3f
-e7
+7f
+01
+d8
+c0
+48
+0a
+d8
+a0
+18
+00
 20
 40
-3f
-c0
-68
+03
+88
+d8
+a0
+19
 00
-c6
-f5
-c3
+20
+40
 03
-bf
-c8
-68
-08
-c6
-f3
+88
+d8
+a0
+1a
+00
 20
 40
-68
-1d
-24
-60
-80
+03
+88
+d8
+a0
+1b
 00
 20
 20
-3f
-c8
+03
+88
+20
+40
+58
+92
+24
+7a
+00
+00
 68
 00
 c6
-e0
-c0
-02
-bd
-aa
-c0
-02
-3d
-96
-c0
-03
+c5
+1f
+e1
+7e
 03
-42
-c0
-01
-83
-42
+c1
+81
+80
+00
 68
 00
 c7
-7a
-1f
-e6
-7c
-01
+9c
 20
-42
-83
-3c
+5a
+03
+ce
 68
+02
+46
+d3
+c2
+82
+c1
+79
+20
+40
+3f
+97
+24
+74
 00
-c7
-7a
-c0
 00
+20
+40
 03
-3e
-c0
-00
-bd
-88
-c0
-01
-83
+a5
+20
 40
-70
-4b
-01
-02
+03
+a8
+20
+40
+03
+c9
+da
 20
+46
+9a
 20
+40
+7e
 3d
-8c
-70
-47
-7a
-02
+20
+54
+03
+b8
 20
 60
 00
 00
 70
-4b
-01
-01
-20
-20
-3d
-8a
+41
+72
+00
 70
 4b
-01
-03
-20
+3b
+1e
 20
-3d
-8e
-68
+60
+00
 00
-c7
-7a
-1f
-e6
-7c
-01
-20
-42
-83
-4d
 68
 00
-c7
-7a
-c0
+cb
+3a
+c1
+80
+80
 00
-03
-4f
-c0
+58
 00
-83
-53
-c0
-01
-83
-56
-70
-4b
-01
+00
+00
+60
+00
+cb
+3a
+60
 02
+46
+9b
+58
+00
+80
+06
+20
+40
+64
+13
+20
+00
+2e
+e0
 68
 00
 c7
-81
-1f
-e0
-ff
-ff
+7a
+c0
+7f
+bd
+66
 20
 20
-3d
-be
+05
+4a
 70
 47
-7a
-02
-20
-60
-00
-00
+a0
+07
 70
-4b
-01
+47
+a1
+04
+58
+00
+47
+a0
+60
 01
+42
+18
+20
+20
+7e
+38
 68
 00
 c7
-7f
+c1
 1f
 e0
-ff
-ff
+fe
+01
+60
+00
+c7
+c1
+20
+60
+00
+00
+da
 20
+46
+9a
 20
-3d
-be
+40
+7e
+54
+20
+34
+03
+c0
+20
+60
+00
+00
+20
+40
+56
+52
 68
 00
 c7
-80
+c1
 1f
-e0
-ff
-ff
-20
-20
-3d
-be
-70
-4b
+e6
+7c
 01
-03
+24
+41
+56
+50
 68
 00
 c7
-82
+c1
+20
+7a
+00
+00
 1f
 e0
 ff
 ff
+60
+00
+c7
+c1
 20
 20
-3d
-be
+3f
+90
+68
+01
+46
+9f
+20
+7a
+00
+00
 70
-47
-9d
+48
+06
+01
+70
+48
+07
+02
+20
+60
+00
 00
+20
+40
+58
+14
 70
 47
-9e
-00
-c5
-13
-03
-5e
+9c
+01
 20
 20
-42
-6d
+03
+ad
 20
 40
-05
-ee
+7e
+34
 20
 20
-42
-6d
+3e
+e0
+68
+08
+c6
+e7
 20
 40
+05
+78
 68
-a2
+08
+c6
+e7
+20
+40
 68
-01
-42
 1d
 20
-3a
-03
-65
-60
-01
-47
-c2
-20
 20
-03
-89
-58
-00
-11
-22
-60
-01
-47
-c2
-20
-20
-03
-64
+83
+e4
 20
 40
+05
+7e
+68
+00
+c6
+b6
+c1
+00
+00
 00
-da
 70
-47
-9c
+46
+b6
 00
 68
+00
+c7
+7a
+1f
+e0
+fe
 01
-46
-82
-c2
-85
-83
-76
-68
-02
-46
-d3
-c3
-0c
-03
-76
-20
-40
+1f
+e1
+7e
 03
-8d
-68
-09
-47
-c2
-18
-40
-84
-01
 60
-09
-47
-c2
-60
-09
-44
-a1
-20
-40
-03
-89
-18
-0a
-7e
 00
+c7
+7a
+1f
+e0
+fe
+02
 60
 00
-c4
-a0
+cb
+06
 20
 40
-34
-02
-58
-ed
-8e
-0e
-60
-01
-c4
-a3
-70
-4b
-15
-5a
+05
+08
 20
-40
-01
-4b
 20
-40
-34
-18
-68
-01
-46
-87
-60
-01
-46
-ac
-70
-01
-6d
-06
-58
-00
-00
-00
-60
-01
-46
-b0
-60
-01
-46
-ae
-d8
-e0
-00
-07
+3d
+74
 20
 40
-43
-ce
+05
+7e
 20
-40
-43
-ca
-68
+20
+3d
+62
+1a
+62
+7e
 00
 c0
-92
-2f
-ef
-fe
-01
-20
-40
+0a
+03
+f0
+c0
+0a
 83
-91
+f4
+c0
+14
+83
+fd
+c0
+19
+03
+ff
+c0
 20
+04
+06
+c0
+1c
+84
+12
+c0
+1d
+04
+23
+c0
+1e
+04
+2d
 20
-42
-c4
-d8
-40
-00
-02
-da
 20
-47
-c2
-da
-40
-00
-5f
+41
+7d
 20
+40
+03
+24
 20
-65
-d1
-d8
 40
-00
-02
-da
+04
+2a
 20
-47
-c2
-da
 40
-00
-5f
+03
+b3
 20
 20
-65
-df
-70
-47
-9f
-00
+41
+c3
 20
 40
-00
-f3
+03
+2f
 58
 00
 00
-05
-e0
-c0
-80
+07
+60
+01
+44
+96
+60
+01
+44
+98
+70
+47
+c4
+00
+70
+47
+9c
 00
-d8
-c0
-4b
-1a
 20
 40
 03
-98
+b3
 20
+40
+58
+16
 20
-7d
-f4
-d8
-a0
-43
-7b
-df
 20
+41
+d9
+70
+0a
+99
+12
+20
+20
+7d
+8f
+68
 00
-13
+c7
+9f
+c0
+00
+84
+02
+20
+20
+04
+04
 20
 40
-7f
+03
+fd
+70
+46
+c6
+14
+d8
+e0
+00
 01
 20
 20
-57
-b8
-58
+41
+b9
+68
+01
+45
+09
+c1
+00
+00
+00
+68
+00
+84
+41
+1f
+eb
+7e
+00
+1f
+e6
+7c
+0c
+20
+61
+00
 00
+58
 00
 00
+09
 60
 01
-46
-ac
+44
+96
+60
+01
+44
+98
 20
 40
+03
+fd
+70
+47
+c4
 01
-23
 20
+60
+00
+00
 20
-42
-cb
-68
-00
-c5
-0f
-1f
-e0
-fe
+40
+03
+24
+70
+47
+8b
 01
+d8
+e0
+00
+03
+20
+40
+43
+d2
+58
+00
+00
+00
 60
+01
+47
+07
+70
+46
+a7
 00
-c5
-0f
-c0
-06
-53
-95
 20
 40
-55
-aa
+40
+5d
 20
 40
-56
-1e
+04
+2a
 20
 40
-05
-44
+04
+30
 20
+40
+02
+fa
 20
-53
-8f
-68
-00
-80
-16
+40
+04
 1f
-e0
-fe
-01
-60
-00
-80
-16
-c1
-94
-00
+20
+20
+65
+d1
+da
+20
+4b
+ed
+da
+40
 00
-70
+5b
+d8
+40
 00
-16
-25
+04
 20
 60
 00
 00
 20
 40
-29
-bb
-20
-40
+03
+2f
+70
+4d
+05
 00
-1d
-20
-20
-54
-a3
 20
 40
-03
-b9
-20
+02
+fa
 20
-55
-7d
+40
+01
+f0
 68
 00
-c7
-c5
-60
-00
-c1
-72
+cb
+09
+24
+3a
+02
+f7
+20
+20
+34
+0a
 70
 47
-c4
-00
-20
-60
-00
+9d
 00
 70
 47
-c4
-01
+9e
+00
 20
 60
 00
 00
-68
-00
-c3
-d6
-1f
-e6
-7c
-0c
-24
-21
+20
+40
 03
-b7
-68
-00
-c3
+24
+20
+40
+3f
+8d
+20
+40
+04
+2a
+20
+40
+43
+66
 d8
-68
-08
-c7
-c5
-98
-46
-7c
+40
 00
+01
+da
 20
-21
-03
-b3
-68
+47
+20
+da
+40
 00
-c3
-d8
-60
 00
-c1
-72
 20
 20
-03
-b5
-68
-00
-84
-3f
-c4
-03
+65
+d1
+78
+34
+7c
 00
+68
+12
+01
+38
+79
+34
+7e
+1a
+60
+12
 00
+4c
+20
+40
+2c
+21
 20
 40
 03
-c8
-24
+2f
+20
+40
 74
-00
-00
+bd
 20
+40
+3e
+9f
 20
-55
-a0
-78
-34
-7c
+40
 00
+98
 68
 00
-84
-5a
+80
+a2
 1f
-f1
+e1
+7e
 fe
+60
 00
-c1
-87
 80
-00
+a2
+68
+08
+c6
+ed
+20
+40
+05
+78
 68
 00
-84
-60
+80
+a6
 1f
-f1
+e1
 fe
+01
+60
 00
-c1
 80
+a6
+20
+60
 00
 00
 20
-20
-7f
-e9
-68
-00
-84
-56
-c2
-82
-83
-e4
+40
+05
+0b
 20
 40
 05
-36
-68
-00
-c7
-8e
-24
 3a
-03
-da
-68
-00
-84
-3f
-c3
-02
-03
-de
-68
-00
-82
-da
 20
-3a
-03
-de
+40
+04
+65
 20
+40
+04
+7f
 20
-56
-64
-68
-00
-c7
-8e
-1f
-e0
-ff
-ff
-60
-00
-c7
-8e
+40
+04
+6a
 20
+40
+04
+88
 20
-56
-64
-68
-00
-c4
-c4
-c0
-82
-83
-e1
-70
-47
-8e
+40
+42
+34
+20
+40
 03
+d3
 20
 40
-58
-92
+04
+55
 20
-5a
-07
-1a
+40
+42
+37
 20
+40
+04
+5c
 20
-56
-22
+40
+04
+5f
 20
 40
-03
-e6
+04
+bf
 20
 20
-03
-f2
-68
-00
-c6
-c5
-1f
-e1
-7e
-03
-c1
-81
-80
-00
-68
-00
-c7
-c1
+42
+3a
+da
+60
+4b
+3c
+da
+40
+04
+58
 20
-7a
-00
-00
-68
-00
-c3
-dd
 20
-7a
-00
-00
-68
-00
-c3
-dc
-79
+33
+6d
+58
+36
+ee
+80
+60
+01
+cb
+f4
+70
+4b
+3a
+01
 20
-7e
-04
 60
 00
-c3
-dc
-20
+00
+da
+60
+46
+c6
+da
 40
-56
-50
+3d
+60
+20
 20
+33
+6d
+da
 60
-00
-00
+4b
+3b
+da
+40
+04
+62
 20
 20
-05
-3a
+33
+6d
 68
 00
 c7
-9f
-20
-7a
-00
-00
-68
-00
-c6
 c5
-1f
-e1
-7e
-03
-c1
-01
-80
+60
 00
-70
-46
-c6
-0a
+c1
+72
+20
 20
+04
+5a
+da
 60
-00
-00
-c6
+48
 07
-80
-00
-20
+da
 40
-58
-90
-24
-7a
-00
-00
+04
 68
+20
+20
+33
+6d
+70
+48
+06
 00
-82
-d9
-1f
-e1
-7e
-03
+20
 60
 00
-c5
-0c
-e8
-c0
-80
-00
-1f
-e1
-7e
-1f
-60
 00
-c5
-0b
 20
-7a
-00
-00
-18
-c2
-7e
-00
-60
-01
-45
-0d
-68
-00
-c5
-0c
-c0
-01
+40
+04
+b3
+24
+20
 84
+6f
+20
+40
+43
+a9
+d8
+e0
+00
 09
 20
 20
-56
-8d
+43
+d2
+70
+47
+9e
+28
+20
+40
+04
+72
+20
+20
+43
+b0
+da
+60
+46
+da
+da
+40
+04
+75
+20
+20
+33
+6d
 68
+02
+46
+d3
+c3
+84
+80
 00
-82
-db
-c0
+70
+4b
+0a
 00
-84
-0c
 20
+40
+04
+bb
+68
+01
+46
+82
+2f
+ef
+fe
+0b
 20
-5c
-65
-e8
+40
 c2
-80
+d4
+d8
+e0
 00
-60
-02
-c3
+09
+20
+40
+43
 ce
-e8
-c1
+20
+20
+43
+b8
+68
+00
+c7
+9d
+20
+7a
+00
+00
+68
+00
+cb
+06
+24
+7a
 00
 00
+da
 60
-01
+47
+9e
+da
+40
 04
-5f
+86
 20
 20
-5c
-8a
-e8
-c1
-00
+33
+6d
+70
+47
+9d
 00
-c0
-02
-04
-15
-c0
-03
-04
-32
 20
 20
-56
-98
-20
-40
-7e
-a5
+34
+0a
 20
 40
-03
-f3
+04
+b3
+24
 20
-40
-7e
-9f
-e8
-c1
-80
+84
+a3
+68
 00
+ca
+fd
 60
-01
-84
-77
-c0
-08
-04
+00
+ca
+fe
+68
+00
+cb
+3d
 24
-1f
-ec
-84
+5a
+04
+b7
+68
 00
-18
+c6
+d9
+c1
+00
+80
+00
+70
 46
-7c
-24
-20
-21
-58
-ad
+d9
+01
 d8
 40
-47
-c6
-60
-09
-44
-bc
-20
-40
-58
-ad
-58
 00
-8e
-7a
-60
 01
-44
-bc
+da
 20
-60
-00
+4b
+0a
+da
+40
 00
+61
 20
 40
-59
-fa
+65
+df
+68
+00
+cb
+0a
+20
+3a
+04
+ba
 20
 40
-58
-79
-18
-c0
-8c
-07
-e8
-c0
-80
-00
-c1
-88
-80
-00
-18
-c0
-8c
-05
-e8
-c1
-00
+04
+9c
+70
+41
+bd
 00
-d8
+20
 40
+04
+31
+20
+40
+43
+c0
+20
+20
+43
+7e
+68
+08
+c7
+20
 18
-12
+40
+84
+01
+68
+00
+c6
+d2
 98
 46
 7c
 00
 24
-62
-80
+41
+43
+cc
+60
+08
+c7
+20
+20
+60
 00
-18
-c0
-8d
-fc
-58
 00
+68
 00
-2b
-e0
-c1
+cb
+3d
+24
+7a
 00
 00
-20
-60
+68
+01
+46
+82
+c2
+85
+84
+a8
+70
+4a
+ff
 00
+68
+01
+42
+08
+c3
+85
 00
-e8
-c0
-80
 00
-c0
-02
-84
-35
-20
-20
-5a
-f5
-20
-40
-5b
-5a
 68
 00
-84
-3f
-79
-3f
-fe
-05
-60
+c6
+d9
+c1
 00
-84
-3f
-20
-20
-5c
-8e
-68
 00
-80
-16
-c0
-93
-d6
-f2
-20
-40
-04
-40
-d8
-e0
 00
+70
+46
+d9
 00
 68
 01
-44
+46
 82
-20
-20
-7f
-08
-18
-0a
-7e
+c4
+04
+80
 00
-d8
-40
+68
 01
-ff
-98
-41
+42
+0a
+79
+20
 7e
-00
-1f
-e0
-fe
-fa
+0a
+60
+01
+42
+0a
 20
 20
-3c
-be
+43
+86
+68
+08
+c6
+ed
+20
+40
+05
 78
-55
-fc
-00
+68
+08
+c6
+ed
 20
-37
-04
-48
-24
-36
-d8
-06
 20
-40
-2b
-cb
 68
+1d
+70
+4b
+3d
+00
+70
+46
+d9
 01
-40
-c1
+20
 60
-01
-04
-4d
-68
 00
-c6
-c5
-2f
-e0
-06
-03
-24
+00
+70
+4b
+0a
+ff
+d8
+40
+00
+01
+da
 20
-ab
-de
+4b
+0a
+da
+40
+00
+61
 20
 20
-57
-fb
+65
+d1
 68
 00
-c7
-9f
-24
+ca
+ff
+20
 7a
 00
 00
 68
 00
+cb
+02
+c0
+00
+04
+c5
+c0
+00
 84
-78
-1f
-e6
-7e
-1a
-24
-62
-80
-00
-20
-20
-3d
-60
-68
-10
-80
-77
-1f
-e1
-7e
-fd
-60
-10
-80
-77
-68
-18
-80
-73
-18
-41
-84
-02
-60
-18
-80
-73
-20
-40
-63
-ee
-18
-41
-04
-fd
-20
-00
-00
-0d
-20
-40
-63
-f2
-60
-18
-80
-73
+ce
 20
 60
 00
 00
 20
 40
-68
-a8
-68
-02
-40
-a0
-60
-02
-4b
-ea
-20
-60
-00
-00
-70
-4c
-e9
-01
-70
-4c
-eb
-00
+04
+dd
 68
 00
 cb
-b4
-1f
-e1
-7e
 07
+1f
+e0
+fe
+01
 60
 00
 cb
-b4
-20
-60
+07
+68
+08
+cb
+03
+98
+46
+7c
 00
+24
+62
+80
 00
-68
+70
+4b
+09
 00
-cb
-b4
-79
 20
-7e
+20
 04
+ea
+da
 60
+4b
+05
+da
+40
+04
+d1
+20
+20
+33
+6d
+68
 00
 cb
-b4
+04
 60
 00
 cb
-6f
-20
-60
-00
-00
+05
 68
 00
 cb
-b4
-79
-3f
-fe
+08
+20
+3a
 04
-60
+d9
+68
 00
 cb
-b4
+06
 20
+3a
+04
+e8
+1f
+e0
+ff
+ff
 60
 00
-00
-20
-40
-05
-3a
+cb
+06
 68
 00
-cc
-ea
+cb
+01
 c0
 00
 84
-79
+ea
 c0
-01
+00
 04
-7d
+dd
 20
 60
 00
 00
 70
-4c
-eb
-02
-70
-4c
-e7
-00
-70
-4c
-e9
+4b
+01
+01
+68
 00
+c7
 20
-20
+c0
+01
 04
-67
-70
-4c
-e8
+e4
+68
+08
+cb
+3e
+20
+40
+68
+0e
+68
+08
+cb
+3e
+20
+20
+68
+29
+68
+08
+cb
+00
+20
+40
+68
+0e
+68
+08
+cb
 00
 20
 20
-04
-7a
 68
-01
-4b
-b9
-1f
-e0
-fe
-01
+29
+58
+00
+00
+00
 60
 01
-4b
-b9
-c2
-85
+cb
 05
-28
 68
 00
-cc
-e8
-c0
-00
-84
-88
+cb
+06
+24
+3a
+04
+ee
 70
-4c
-e8
-01
-68
+4a
+ff
 00
-cc
-e8
-c0
-80
-84
-67
-68
-00
-cc
-e6
-1f
-e0
-fe
-01
-60
-00
-cc
-e6
-c0
-02
-04
-8f
-20
-40
-06
-85
 70
 4b
-f8
 02
-20
-20
-04
-e5
-20
-40
-05
-3a
-70
-4c
-e6
 00
-20
-20
-04
-67
 70
-4c
-eb
-02
+4b
+07
+00
 70
-4c
-e9
+4b
 01
-70
-4c
-e8
-00
-20
-20
-04
-67
-68
 00
-cc
-ea
-c0
-01
-84
-93
 68
-00
+08
 cb
-b4
-2f
-ec
 00
-04
 20
-20
-84
-65
+40
 68
-00
-cc
-ea
-c0
-00
-84
-92
-c0
-01
-04
-93
-20
-60
-00
-00
+25
 68
-00
-cb
-c3
-c1
-ff
+10
 80
-00
-20
-40
-04
-a4
-24
-56
-04
-ac
+7c
+79
 20
+7e
+05
 60
-00
-00
-78
-56
+10
+80
 7c
-00
 68
-00
-cc
-e9
-c1
-80
-80
-00
+08
+cb
+3e
+79
+3f
+84
+07
+20
+20
 68
-00
-cc
-eb
-c1
-80
-00
-00
+06
 70
-4c
-ea
+4b
+09
 01
 70
-4b
-f8
-04
-20
-20
-7f
-eb
-68
-00
-cc
-eb
-20
-3a
-04
-b4
-1f
-e0
-ff
+4a
 ff
-60
-00
-cc
-eb
+01
 70
-4c
-ea
+4b
 02
-20
-40
-06
-85
+00
 70
 4b
-f8
-04
+07
+00
 20
 60
 00
 00
 70
-4c
-ea
-03
-68
-00
-cc
-e8
-24
-3a
+4b
 04
-86
-20
-40
+03
+70
+4b
 06
-85
+01
+70
+4b
+05
+01
+70
+4a
+ff
+01
 70
 4b
-f8
 02
+01
 20
 60
 00
@@ -4847,2489 +5139,2025 @@
 68
 00
 cb
-c3
-c0
-ff
-85
-79
-20
-40
-04
-c0
-20
-40
-06
-73
-70
-4b
-b8
-01
-20
-60
+07
+24
+7a
 00
 00
 68
-01
-4c
-e4
-20
-40
-7f
-9c
-20
-34
-04
-c6
-68
-03
+00
 cb
-50
-20
+09
+24
 7a
 00
 00
 20
 20
-7f
-e7
-20
-40
 04
-dd
+e8
 70
 4b
-df
-00
-1a
-20
-fe
+04
+05
+70
+4b
+08
 01
-60
-00
-cb
-b3
 20
-40
+20
 04
-67
-60
+ff
+68
+01
+4b
+06
+24
+7a
 00
-cb
-4f
-e8
-a8
-80
 00
-ea
+da
+60
+46
+ce
+da
 40
-80
-00
-98
-41
+05
+10
+20
+20
+33
+6d
+70
+46
+ce
+0a
+20
+40
+05
+21
+20
+40
+69
+08
+1f
+e0
 fe
+15
+60
+01
+47
+0f
+da
+20
+47
+09
+20
+40
+05
+2d
+68
 00
-e0
-a0
+c2
+31
+c2
 80
+b4
+0a
+c3
 00
-1a
-40
-a4
+05
+1c
+70
+4b
+0b
 01
-ea
-42
+20
+20
+43
+e7
+20
+40
+43
+e9
+68
 00
+cb
+0b
+20
+7a
 00
-e0
-a2
 00
+70
+4b
+0b
 00
-1a
-40
-a4
+20
+20
 04
-d8
-a0
-4b
-55
-df
+ea
+68
+00
+c2
+2d
+c0
+01
+05
+24
+20
 20
+68
+ec
+68
+08
+cb
 00
-02
-ea
+20
 40
+67
+fb
+68
+10
 80
-00
-e8
-a8
+7c
+79
+3f
+fe
+05
+60
+10
 80
-00
-98
-40
+7c
+68
+10
+80
+78
+79
+3f
 fe
+05
+60
+10
+80
+78
+20
+20
+68
+f4
+ea
+24
 00
-e0
+00
+60
+04
+0a
+9a
+68
+09
+0a
+9c
+68
+01
+0a
 a0
-80
+98
+46
+7c
 00
-1a
+24
+21
+69
+44
+68
+09
+0a
+9e
+98
+46
+7c
+00
+24
+21
+69
 40
-a4
-01
+68
+00
 c2
+31
+79
+3f
+fe
 00
-04
-d6
+60
+00
+c2
+31
 20
 60
 00
 00
 68
+02
+46
+d3
+c4
+02
 00
-c6
-f5
-c3
-83
-80
 00
 68
-00
-ca
-fd
-c1
-80
+01
+46
+82
+c3
+85
 80
 00
-58
+68
+01
+4b
+06
+24
+7a
 00
 00
+68
 00
+c6
+cf
+1f
+e0
+fe
+01
 60
 00
-ca
-fd
-60
-02
-46
-9b
+c6
+cf
+1f
+e6
+7c
+32
+24
+41
+05
+48
+1f
+e6
+7c
+05
 20
+21
+04
+dd
 20
-01
-23
+20
+04
+ea
 70
-4b
-bc
-00
-d9
+46
+cf
+01
+20
 60
-0d
 00
-34
-73
-02
 00
-20
-40
-05
-01
 68
 00
-cb
-ef
-c1
-00
-80
+c6
+e0
+c0
 00
-24
-2c
 05
-10
-24
-37
-85
-10
-20
-40
-04
-fc
-20
-40
+4e
+c0
+03
 05
-2c
+4e
 20
-40
-05
-36
+20
+3d
+81
 68
 00
-cb
-b2
+c7
+7a
 1f
-e0
-fe
+e6
+7c
 01
-60
-00
-cb
-b2
+20
+42
+85
+55
 68
 00
-cb
-c3
+c7
+7a
 c0
-ff
-84
-ff
-20
-40
-04
-96
-58
-00
 00
-00
-60
+3d
+8a
+c0
 01
-4b
-b9
+bd
+8e
+20
+20
+3d
+8c
+70
+47
+7a
+02
+20
 60
 00
-cb
-bb
-60
 00
-cc
-e7
-70
-4b
-b8
+78
+54
+7c
 00
-20
-60
+58
 00
 00
-df
-20
 00
-04
-d8
-a0
-4b
-4f
+60
+03
+46
+9b
+20
+40
+05
+60
 20
+40
+40
+79
 20
+40
+40
 7e
-c6
 20
 40
 05
-33
+63
+24
+74
+00
+00
 20
 20
-05
-94
-78
-57
-fc
-00
+3f
+a0
 20
 40
-06
-ec
-68
-00
-cb
-ef
+3f
 c0
+78
+54
+7c
 00
-85
-0e
-18
-00
-2a
-00
-68
-02
-4b
-db
-98
-00
-12
-00
-68
-08
-80
-17
 20
-40
-29
-1f
 20
-40
-29
-24
+3f
+e7
 20
 40
-06
-a8
+05
+65
 20
-57
-86
-e4
 20
-60
+40
+9a
+da
+20
 00
 00
 20
 40
-06
-e4
+05
+68
 20
 20
-04
-f0
-68
-00
-cb
-bb
-1f
-e0
-fe
-01
-60
-00
-cb
-bb
-68
-00
-cb
-c3
-c0
-ff
-85
-24
+40
+8e
 68
 08
-cb
-bc
-18
+c6
+e2
+20
 40
-84
-01
-60
+05
+7e
+68
 08
-cb
-bc
+c6
+e2
+20
+40
 68
+1d
+79
+20
+a2
 00
-cb
-f8
-98
-46
+68
+08
+c6
+e3
+20
+40
+05
 7e
-00
-24
-3a
-04
-e6
 68
-00
-cc
-ea
-c0
-01
-84
-7f
+08
+c6
+e3
+20
+40
 68
-00
-cc
-e7
-1f
-e0
-fe
+1d
+79
+20
+a2
 01
+68
+08
+c6
+e4
+20
+40
+05
+7e
+68
+08
+c6
+e4
+20
+40
+68
+1d
+79
+20
+a2
+02
+20
 60
 00
-cc
-e7
-c0
-01
-04
-74
+00
+79
+3f
+84
+07
+d8
+a0
+80
+78
 20
 40
+68
+30
+79
+20
 04
-6b
-70
-4b
-f8
-01
+07
+d8
+a0
+80
+7c
 20
 20
-04
-e5
 68
-00
-cb
-bb
-c1
-ff
+0a
+79
+20
+04
+07
+d8
+a0
 80
-00
-70
-4b
-bb
-00
+78
+20
+40
+68
+30
+79
+3f
+84
+07
 20
 20
 05
-2a
-58
-00
-00
+7c
+70
+48
+08
 00
-60
-01
-4b
-b9
 70
-0a
-99
-3a
-20
-20
-7d
-86
+41
+e3
+0e
 20
 40
-05
-f7
+41
+e7
 68
-00
-cb
-b1
+01
+42
+08
+c2
+83
+85
+89
 20
-7a
-00
-00
-98
-00
-72
-00
-d8
-c0
-4b
-2f
-d8
-a0
-4b
-91
 20
+41
+e2
 20
-7f
+40
+41
+c1
+68
 01
+42
+08
+c2
+85
+04
+8a
+20
+20
+41
+f7
 70
-4c
-ef
-01
+47
+9d
+00
 70
-4c
-ec
+47
+9e
 00
+28
+0f
+fe
+26
 20
-60
-00
-00
+40
+81
+f0
+20
+20
+42
+6d
+20
+40
+68
+a2
 68
-00
-cc
-ec
-1f
-e0
-fe
 01
+42
+1d
 60
+01
+47
+c2
+d8
+40
 00
-cc
-ec
+02
+da
 20
-60
-00
+47
+c2
+da
+40
 00
-68
+5f
+20
+20
+65
+d1
+d8
+40
 00
-cc
-ec
-1f
-e6
-7c
 02
-24
-41
-05
-42
-68
-00
-cc
-ec
-c1
-00
-00
-00
-1f
-e0
-ff
-ff
-60
-00
-cc
-ec
+da
 20
-60
-00
+47
+c2
+da
+40
 00
+5f
+20
+20
+65
+df
+20
+40
+02
+fa
 70
-4c
-ec
-03
+47
 20
-60
-00
+01
+70
+47
+9c
 00
 68
 01
 46
 82
-c3
+c2
 85
-80
-00
-c3
-83
-80
-00
-c3
-83
+85
+aa
+20
+40
+05
+99
+68
+09
+47
+c2
+18
+40
+84
+01
+60
+09
+47
+c2
+60
+09
+44
+a1
+20
+40
+05
+95
+18
+0a
+7e
 00
+60
 00
-da
-20
-4c
-75
+c4
+a0
 20
 40
-06
-54
+34
+18
+68
+01
+46
+87
 60
-08
-cc
-ed
+01
+46
+ac
+70
+01
+6d
+06
 58
 00
 00
-82
-c5
-13
-05
-4e
-58
-00
 00
-80
-98
+60
+01
 46
-7c
+b0
+60
+01
+46
+ae
+d8
+e0
 00
-24
-21
+07
+20
+40
+43
+ce
+20
+40
+43
+ca
+20
+40
 05
-66
-68
+b7
+20
+40
+42
+c4
+20
+20
+04
+fd
+70
+47
+9f
 00
-cc
-ec
-1f
-e6
-7c
-02
-24
-21
-05
-56
-68
+20
+40
+03
+07
+58
 00
-cc
-ec
+00
+05
+e0
 c0
+80
 00
+d8
+c0
+4b
+1f
+20
+40
 05
-67
+be
+20
+20
+7d
+f4
+d8
+a0
+43
+7b
+df
 20
-60
-00
-00
-68
-00
-cc
-ec
-c1
-90
-00
 00
+13
+20
+40
+7f
+01
+20
+20
+57
+b8
 70
-4c
-ec
-00
-68
-08
-cc
-ed
-58
-00
+4b
+06
 00
-77
-c5
-13
+20
+40
 05
-5d
+03
 58
 00
 00
-75
-98
-46
-7c
-00
-24
-61
-00
 00
+60
+01
+46
+ac
+20
+40
+03
+ad
+20
+20
+42
+cb
 68
 00
-cc
-ef
-c0
-00
-05
-6e
+c5
+0f
 1f
 e0
-ff
-ff
+fe
+01
 60
 00
-cc
-ef
+c5
+0f
 c0
-00
-05
-6e
-70
-41
-de
-00
+06
+53
+95
 20
-60
-00
-00
-70
-4c
-ec
-00
+40
+55
+aa
+20
+40
+56
+1e
+20
+40
+06
+a1
+20
+20
+53
+8f
 68
 00
-cc
-ef
-c0
-01
-05
-6c
+80
+16
 1f
 e0
 fe
 01
 60
 00
-cc
-ef
-c0
-00
-85
-64
-70
-41
-de
-02
-20
-60
+80
+16
+c1
+94
 00
 00
 70
-41
-de
-04
+00
+16
+25
 20
 60
 00
 00
-79
 20
+40
+29
+bb
+20
+40
 00
-26
+1f
+20
+20
+54
+a3
 20
 40
 05
-74
-70
-4b
-c3
-01
+df
 20
-60
+20
+55
+7d
+68
 00
+c7
+c5
+60
 00
+c1
+72
 70
-41
-de
-20
-70
-4b
-b2
+47
+c4
 00
-70
-4b
-bd
-4e
-68
-02
-4b
-bf
-20
 20
-06
-65
-68
+60
 00
-cb
-b8
-c0
 00
-ff
-e7
 68
 00
-cb
 c3
-c0
+d6
+1f
+e6
+7c
+0c
+24
+21
+04
+10
+68
 00
-85
-80
-c0
-01
-05
-83
-c0
-01
-85
-86
-20
-20
-2a
-8c
-70
-4b
 c3
-11
-70
-11
-9e
-aa
-20
+d8
+68
+08
+c7
+c5
+98
+46
+7c
+00
 20
+21
 05
-88
-70
-4b
+db
+68
+00
 c3
-12
-70
-11
-9e
-55
+d8
+60
+00
+c1
+72
 20
 20
 05
-88
-70
-4b
-c3
-13
-70
-11
-9e
-22
+dd
 68
 00
-cb
-b4
-1f
-e1
-7e
-07
-60
-00
-91
-9f
-68
-02
-4b
-ea
-60
-02
-11
-a0
-70
-11
-a4
+84
+3f
+c4
+03
 00
-da
-20
-11
-9e
-d8
-40
 00
-07
 20
 40
 05
-f2
-20
-40
-06
-73
-20
-40
-04
-be
+ee
+24
+74
+00
+00
 20
 20
-7f
-e7
+55
+a0
+78
+34
+7c
+00
 68
 00
-cb
-c3
-c1
-7f
+84
+5a
+1f
+f1
+fe
+00
+c1
+87
 80
 00
-c0
-08
-85
-9a
-c0
-09
-05
-9c
-c0
-09
-85
-9e
-20
+68
+00
+84
 60
+1f
+f1
+fe
 00
+c1
+80
 00
-70
-4b
+00
+20
+20
+7f
+e9
+68
+00
+84
+56
+c2
+82
+86
+0a
+20
+40
+06
+93
+68
+00
+c7
+8e
+24
+3a
+06
+00
+68
+00
+84
+3f
 c3
 02
+06
+04
+68
+00
+82
+da
 20
-20
+3a
+06
 04
-f6
-70
-4b
-c3
-03
 20
 20
-04
-f6
-70
-4b
-c3
+56
+64
+68
+00
+c7
+8e
+1f
+e0
 ff
-70
-0a
-99
-39
+ff
+60
+00
+c7
+8e
 20
-40
-7d
-86
+20
+56
+64
 68
-02
-4b
-93
+00
+c4
+c4
+c0
+82
+86
+07
+70
+47
+8e
+03
 20
 40
-06
-65
+58
+92
 20
+5a
+03
+bc
 20
-04
-f6
-79
-3f
-80
-26
+20
+56
+22
 20
 40
-05
-e8
+06
+0c
+20
+20
+06
+18
 68
 00
-cb
-c3
+c6
+c5
+1f
+e1
+7e
+03
 c1
-ff
+81
 80
 00
+68
+00
+c7
+c1
 20
-40
-05
-ba
-58
+7a
 00
 00
+68
+00
+c3
+dd
+20
+7a
+00
+00
+68
 00
+c3
+dc
+79
+20
+7e
+04
 60
-01
-4b
-e0
+00
+c3
+dc
 20
 40
-2a
-fa
+56
+50
 20
+60
 00
-07
-d0
-68
 00
-cb
-e0
-c0
-7f
-85
-2a
 20
-40
-05
-01
-24
-2c
-05
-c3
-24
-37
-85
-c3
-79
 20
+06
+97
+68
 00
-26
-58
+c7
+9f
+20
+7a
 00
 00
+68
 00
-60
+c6
+c5
+1f
+e1
+7e
+03
+c1
 01
-4b
-e0
-70
-4a
-fd
+80
 00
 70
+46
+c6
 0a
-99
-3c
 20
-40
-7d
-86
+60
+00
+00
+c6
+07
+80
+00
 20
 40
-04
-fc
-20
-20
+58
+90
+24
+7a
+00
 00
-76
-70
-11
-9e
-ff
 68
 00
-cb
-b4
+82
+d9
+1f
+e1
+7e
+03
 60
 00
-91
-9f
-68
-02
-4b
-ea
-60
-02
-11
-a0
-d8
-40
+c5
+0c
+e8
+c0
+80
 00
-06
-da
-20
-11
-9e
-20
-40
-05
-f2
-20
-20
-06
-73
-68
-01
-4b
-e0
 1f
-e0
-fe
-01
+e1
+7e
+1f
 60
-01
-4b
-e0
-20
-40
-06
-85
-20
-20
-05
-ab
-79
-3f
-80
-26
-20
-40
-05
-e4
-20
-40
-05
-ba
-70
-4b
-e0
 00
+c5
+0b
 20
-40
-2a
-fa
-20
+7a
 00
-07
-d0
+00
+18
+c2
+7e
+00
+60
+01
+45
+0d
 68
 00
-cb
-e0
+c5
+0c
 c0
-7f
-85
-2a
-20
-40
-05
 01
-24
-2c
-05
-da
-24
-37
-85
-da
+86
+2f
 20
-40
-05
-2c
 20
-40
-00
-da
+56
+8d
 68
-02
-4b
+00
+82
 db
-68
-0a
-4b
-bf
-98
-46
-7c
+c0
 00
-20
-22
-85
-70
+86
+32
 20
 20
-05
-b2
-68
+5c
+65
+e8
+c2
+80
 00
-cb
-e0
-1f
-e0
-fe
-01
 60
+02
+c3
+ce
+e8
+c1
 00
-cb
-e0
-68
 00
-cc
-f1
-1f
-e0
-fe
-01
-1f
-e1
-7e
-01
 60
-00
-cc
-f1
-c0
-00
-05
-ea
-c0
-00
-85
-ec
+01
+04
+5f
 20
-60
-00
-00
-70
-41
-de
 20
-58
-00
-0f
-0f
-60
-01
-4b
-db
-e0
-a1
+5c
+8a
+e8
+c1
 00
 00
-20
-40
+c0
+02
 06
-66
-20
-20
+3b
+c0
+03
 06
-85
-20
-40
-05
-e4
+58
 20
 20
-05
-cc
+56
+98
 20
 40
-05
-74
-20
+7e
+a5
 20
-05
-cc
-79
-3f
-80
-26
+40
+06
+19
 20
 40
-53
-ce
-d8
-e0
+7e
+9f
+e8
+c1
+80
 00
-03
-20
-20
-43
-d2
 60
-08
-cb
-b3
-18
-42
-72
-00
-d8
-a0
-4b
-4f
-1a
-22
-0c
-00
-20
-20
-7f
 01
-68
-00
-cb
-2e
+84
+77
+c0
+08
+06
+4a
 1f
-e9
-7e
+ec
+84
 00
+18
+46
+7c
+24
+20
+21
+58
+ad
+d8
+40
+47
+c6
 60
+09
+44
+bc
+20
+40
+58
+ad
+58
 00
-cb
-b1
-1f
-e0
-fe
+8e
+7a
+60
 01
-d8
-c0
-4b
-2e
-98
+44
+bc
+20
+60
+00
+00
+20
+40
+59
+fa
+20
+40
+58
+79
+18
 c0
 8c
+07
+e8
+c0
+80
+00
+c1
+88
+80
 00
+18
+c0
+8c
+05
 e8
 c1
+00
+00
+d8
+40
+18
+12
+98
+46
+7c
+00
+24
+62
 80
 00
-60
-01
-cb
-f0
-68
+18
+c0
+8d
+fc
+58
 00
-cb
-2e
-1f
-e3
-7e
 00
-1f
-e1
-7e
-03
-60
+2b
+e0
+c1
+00
 00
-cb
-f6
 20
 60
 00
 00
-60
-08
+e8
+c0
 80
-17
-18
-40
-a2
 00
+c0
+02
+86
+5b
+20
+20
+5a
+f5
 20
 40
-29
-81
-58
+5b
+5a
+68
 00
+84
+3f
+79
+3f
+fe
 05
+60
+00
+84
+3f
+20
+20
+5c
+8e
+68
 00
+80
+16
+c0
+93
+d6
+f2
 20
 40
-2a
-8f
-70
-89
 06
-01
-70
-89
-00
-3c
-70
-89
-01
+66
+d8
 e0
-20
 00
 00
-0a
-70
-89
-02
+68
 01
-70
-89
-02
-3d
+44
+82
 20
-00
-00
-0a
-70
-89
-03
-b7
 20
-00
-00
+7f
+08
+18
 0a
-70
-89
-02
-7d
-68
-00
-c1
-de
-c0
+7e
 00
-06
-19
-c0
+d8
+40
 01
-06
-1e
-c0
-02
-06
-23
-c0
-10
-06
-32
+ff
+98
+41
+7e
+00
+1f
+e0
+fe
+fa
 20
 20
-06
-19
+3c
+be
+78
+55
+fc
+00
 20
-40
+37
+06
+6e
+24
+36
+d8
 06
-28
-70
-89
-55
-d0
-70
-89
-56
-e0
-70
-89
-58
-6c
-20
-20
-29
-4b
-20
-40
-06
-2d
-70
-89
-55
-d0
-70
-89
-56
-e0
-70
-89
-58
-3c
-20
-20
-29
-53
-20
-40
-06
-28
-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
-60
-00
-00
-70
-89
-56
-c2
-70
-89
-55
-d0
-20
-60
-00
-00
-18
-00
-2a
-08
-20
-20
-28
-fa
-20
-40
-7f
-e9
-68
-0a
-4b
-d4
-1c
-42
-7e
-00
-98
-46
-7c
-00
-24
-41
-2d
-18
-1f
-e2
-24
-00
-68
-02
-4b
-d4
-68
-08
-cb
-d8
-98
-40
-84
-00
-1a
-42
-7e
-00
-98
-46
-7c
-00
-24
-61
-00
-00
-79
-3f
-fe
-1c
-60
-02
-4b
-d4
-20
-20
-7f
-e7
-20
-40
-29
-bb
-20
-7a
-00
-00
-68
-08
-cc
-6d
-da
-20
-0d
-9e
-20
-40
-06
-4d
-60
-08
-cc
-6d
-20
-60
-00
-00
-1a
-22
-7e
-00
-98
-40
-8a
-00
-68
-00
-80
-18
-e0
-a0
-80
-00
-18
-40
-84
-01
-18
-41
-04
-07
-20
-60
-00
-00
-d8
-40
-00
-00
-df
-20
-00
-08
-1a
-22
-0c
-00
-e8
-c0
-80
-00
-98
-40
-84
-00
-c2
-00
-06
-57
-18
-49
-7e
-00
-1f
-e2
-04
-00
-c6
-93
-00
-00
-1f
-e6
-fc
-0a
-20
-40
-7f
-86
-18
-07
-fe
-00
-1f
-f2
-7e
-00
-18
-07
-04
-00
-98
-41
-84
-00
-20
-60
-00
-00
-20
-60
-00
-00
-60
-02
-4b
-db
-da
-20
-00
-00
-df
-20
-00
-04
-d8
-c0
-4b
-db
-e8
-c0
-80
-00
-9a
-20
-a2
-00
-c2
-00
-06
-69
-1a
-22
-7e
-00
-60
-01
-4c
-64
-68
-00
-cc
-64
-68
-08
-cc
-65
-98
-40
-fe
-00
-60
-00
-cc
-66
-20
-60
-00
-00
-68
-00
-cb
-b3
-1f
-e0
-fe
-02
-60
-00
-cb
-b5
-68
-00
-cb
-b4
-60
-00
-cb
-6f
-68
-00
-cb
-b3
-1f
-e9
-fe
-00
-68
-08
-cb
-b2
-18
-41
-04
-03
-18
-43
-84
-00
-98
-41
-fe
-00
-68
-08
-cb
-ef
-98
-40
-fe
-00
-e0
-a0
-80
-00
-68
-00
-cb
-b3
-98
-00
-72
-00
-d8
-c0
-4b
-4f
-20
-20
-7f
-01
-68
-08
-cb
-be
-20
-40
-06
-89
-60
-08
-cb
-be
-20
-60
-00
-00
-20
-40
-06
-8d
-18
-40
-84
-01
-18
-41
-04
-03
-20
-60
-00
-00
-68
-00
-cb
-db
-1f
-e1
-7e
-03
-1f
-ef
-a2
-04
-58
-00
-4b
-c4
-9a
-20
-fe
-00
-98
-40
-8c
-00
-e8
-c0
-80
-00
-60
-00
-cb
-bd
-20
-60
-00
-00
-78
-44
-fc
-00
-78
-43
-fc
-00
-58
-55
-55
-55
-98
-00
-1e
-00
-68
-00
-cb
-bd
-1f
-ed
-84
-00
-79
-20
-04
-01
-18
-43
-1c
-00
-20
-60
-00
-00
 20
 40
-53
-c4
+2b
+cb
 68
-02
-4b
-db
-98
-00
-12
-00
-20
+01
 40
-29
-18
+c1
+60
+01
+04
+4d
 68
-08
-cb
-bd
-20
-40
-29
-1f
-58
-00
-05
 00
+c6
+c5
+2f
+e0
+06
+03
+24
 20
-40
-2a
-8f
+ab
+de
 20
-40
-29
-24
 20
-40
-06
-96
-78
 57
-fc
-00
-78
-26
-fc
-00
-78
-30
-fc
-00
-78
-50
-7c
-00
-78
-28
-7c
-00
+fb
 68
-01
-4b
-b6
-98
-00
-36
-00
-37
-c1
-84
 00
+c7
+9f
 24
-2c
-06
-e8
-78
-46
-fc
+7a
 00
-78
-25
-fc
 00
-78
-23
-fc
+68
 00
+84
 78
+1f
+e6
+7e
+1a
 24
-fc
+62
+80
 00
 20
-40
-06
-e1
+20
+3d
 60
-00
-cc
-67
-68
-08
-cc
-66
-98
-46
-7c
-00
-24
-22
-86
-e4
 20
 40
-06
-e1
-60
-00
-cb
-2d
+62
+bc
+24
+3a
+7d
+db
 68
 00
-cb
-f9
-1f
-e6
-7c
-02
+8a
+99
+c5
+84
+fd
+d6
+c0
+09
+06
+81
 20
-22
-86
-c4
-68
-00
-cb
-2d
-68
-08
-cb
-b4
-a8
-40
-0e
-00
-24
 20
-86
-e4
+7d
+ca
 20
 40
-06
-e1
-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
-cc
+40
+63
+ee
+18
+41
+04
+fd
+20
+00
+00
+0d
 20
 40
-06
-e1
-e0
-a0
+63
+f2
+60
+18
 80
+73
+20
+60
 00
-c2
 00
-06
-c9
-18
-a2
-22
+70
+4d
+01
+01
+70
+4c
+fe
 00
 20
-40
-06
-e1
 60
 00
-cc
-ee
-1a
-22
-0a
-00
-09
-80
 00
-18
-78
-28
-7c
+68
 00
-db
-60
-06
-64
+cc
+fe
 1f
-ef
-7e
+e0
+fe
+01
+60
 00
-1f
-f1
-7e
+cc
+fe
+20
+60
 00
-e0
-a1
-80
 00
-78
-45
-fc
+68
 00
-20
-23
+cc
+fe
+1f
+e6
+7c
+02
+24
+41
 06
-e4
-78
-37
-fc
-00
+9f
 68
 00
-80
-17
+cc
+fe
+c1
+00
+00
+00
 1f
 e0
-a2
+ff
+ff
+60
 00
+cc
+fe
 20
-40
-29
-81
-78
-46
-fc
+60
+00
 00
+70
+4c
+fe
+03
 20
-40
-29
-18
+60
+00
+00
 68
+01
+46
+82
+c3
+85
+80
 00
-cc
-ee
+da
 20
-40
-00
-1d
+4c
+87
 20
+40
+02
+c4
 60
+08
+cc
+ff
+58
+00
+00
+82
+c5
+13
+06
+a9
+58
 00
 00
-09
 80
+98
+46
+7c
 00
-08
-19
-89
-7e
+24
+21
+06
+c1
+68
+00
+cc
+fe
+1f
+e6
+7c
+02
+24
+21
+06
+b1
+68
+00
+cc
+fe
+c0
 00
+06
+c2
 20
 60
 00
 00
-78
-4d
-fc
+68
 00
-78
-45
-fc
+cc
+fe
+c1
+90
 00
-20
-40
-26
-4d
-20
-60
 00
+70
+4c
+fe
 00
-20
-20
-06
-e4
-20
-40
-29
-18
 68
 08
-cb
-bd
-20
-20
-29
-33
-20
-40
-53
-c4
-68
-02
-4b
-db
-98
+cc
+ff
+58
 00
-12
 00
-20
-40
-06
-96
-20
-40
+77
+c5
+13
 06
-e9
-79
-20
-2a
+b8
+58
 00
-78
-2e
-fc
 00
-78
-30
+75
+98
+46
 7c
 00
-78
-50
-fc
+24
+61
 00
-19
-31
-7e
 00
+68
+00
+cd
+01
+c0
+00
+06
+c9
 1f
-ec
+e0
+ff
+ff
+60
+00
+cd
+01
+c0
+00
+06
+c9
+70
+41
+de
+00
+20
+60
+00
+00
+70
+4c
 fe
 00
+68
+00
+cd
+01
+c0
+01
+06
+c7
 1f
-f1
+e0
 fe
+01
+60
 00
-08
+cd
+01
+c0
 00
 86
-28
-78
-4e
-fc
-00
-78
-2d
-fc
-00
-78
-23
-fc
+bf
+70
+41
+de
+02
+20
+60
 00
-78
-24
-fc
 00
-68
+70
+41
+de
+04
+20
+60
 00
-cc
-66
-08
 00
-86
+60
 08
-68
+80
+17
+18
+40
+a2
 00
-cb
-b5
-98
+20
+40
+29
+81
+58
 00
-72
+05
 00
-d8
-c0
-4b
-6f
-e8
-c0
-80
+20
+40
+2a
+8f
+70
+89
+06
+01
+70
+89
 00
-08
+3c
+70
+89
+01
+e0
+20
 00
-86
-08
-c2
 00
-07
+0a
+70
+89
 02
-78
-24
-7c
-00
-08
-00
-86
-18
-78
-44
-7c
+01
+70
+89
+02
+3d
+20
 00
-37
-d3
-82
 00
+0a
+70
+89
+03
+b7
 20
 00
 00
-64
-78
-4e
-fc
-00
-78
-4d
-fc
+0a
+70
+89
+02
+7d
+68
 00
+c1
+de
+c0
+01
+06
+e3
+c0
+02
+06
+e8
+c0
+10
+06
+f7
 20
-60
-00
-00
+40
+06
+ed
 70
-47
-a0
-07
+89
+55
+d0
 70
-47
-a1
-04
+89
+56
+e0
+70
+89
 58
-00
-47
-a0
-60
-01
-42
-18
+6c
 20
 20
-7e
-38
-da
+29
+4b
 20
-46
-9a
+40
+06
+f2
+70
+89
+55
+d0
+70
+89
+56
+e0
+70
+89
+58
+3c
+20
+20
+29
+53
 20
 40
-7e
-3d
+06
+ed
+70
+89
+55
+d0
+70
+89
+56
+c0
+70
+89
+58
+6c
 20
-54
-07
-16
 20
-60
-00
-00
-68
-00
-c7
-c1
-1f
-e0
-fe
-01
-60
-00
-c7
-c1
+29
+5b
+70
+89
+4c
+5b
+70
+89
+4d
+96
+70
+89
+4e
+2c
+70
+89
+4f
+46
 20
 60
 00
 00
-da
-20
-46
-9a
-20
-40
-7e
-54
-20
-34
-07
-1e
+70
+89
+4c
+fb
+70
+89
+4d
+ef
+70
+89
+4e
+ec
+70
+89
+4f
+5e
 20
 60
 00
 00
-20
-40
-56
-52
-68
-00
-c7
-c1
-1f
-e6
-7c
-01
-24
-41
+70
+89
 56
-50
-68
-00
-c7
-c1
+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
-ef
-08
+28
+fa
+58
+ff
 aa
 55
 08
@@ -7385,7 +7213,7 @@
 00
 00
 02
-01
+00
 06
 00
 10
@@ -7393,7 +7221,7 @@
 00
 00
 48
-1c
+1e
 aa
 55
 0b
@@ -7413,6 +7241,13 @@
 10
 aa
 55
+01
+00
+3f
+40
+04
+aa
+55
 02
 00
 91
@@ -7433,28 +7268,10 @@
 10
 aa
 55
-18
+06
 00
-ad
+bf
 40
-12
-00
-00
-02
-12
-00
-00
-02
-00
-00
-20
-00
-00
-00
-20
-00
-00
-00
 80
 04
 00
@@ -7489,17 +7306,6 @@
 55
 05
 00
-e3
-41
-0e
-00
-01
-00
-02
-aa
-55
-05
-00
 03
 42
 90
@@ -7528,11 +7334,10 @@
 47
 aa
 55
-02
+01
 00
-2d
+2e
 42
-02
 32
 aa
 55
@@ -7640,9 +7445,9 @@
 00
 a0
 44
-15
-46
-03
+8e
+b1
+3a
 0e
 8e
 ed
@@ -7663,24 +7468,6 @@
 00
 aa
 55
-0c
-00
-15
-45
-0b
-42
-54
-33
-2e
-30
-20
-4d
-6f
-75
-73
-65
-aa
-55
 01
 00
 5a
@@ -7729,21 +7516,23 @@
 17
 aa
 55
-05
+2b
 00
-d2
+ce
 46
+0a
+00
+00
+00
 02
 00
 00
-92
+12
 45
-aa
-55
-1e
 00
-db
-46
+00
+01
+00
 01
 ff
 00
@@ -7762,7 +7551,7 @@
 ff
 ff
 ff
-14
+08
 ff
 ff
 ff
@@ -7770,7 +7559,7 @@
 ff
 ff
 ff
-04
+30
 02
 ff
 ff
@@ -7778,13 +7567,6 @@
 55
 01
 00
-f5
-46
-04
-aa
-55
-01
-00
 03
 47
 02
@@ -7794,19 +7576,19 @@
 00
 09
 47
-96
-00
-64
-00
-6e
-00
+a4
+01
+2c
+01
+40
+01
 aa
 55
 08
 00
 20
 47
-01
+ff
 ff
 ff
 ff
@@ -7816,22 +7598,14 @@
 ff
 aa
 55
-0c
+04
 00
 7f
 47
+00
 01
 02
 03
-04
-15
-1a
-22
-2a
-04
-05
-07
-08
 aa
 55
 0e
@@ -7925,31 +7699,24 @@
 02
 aa
 55
-29
+08
 00
-05
-4b
-85
+fd
+4a
+19
 00
 00
+85
+00
 00
 14
 05
+aa
+55
+14
 00
-00
-00
-00
-1e
-00
-00
-00
-01
-1d
-00
-08
-00
-00
-00
+1f
+4b
 06
 ff
 06
@@ -7972,9 +7739,16 @@
 65
 aa
 55
+01
+00
+3e
+4b
+1d
+aa
+55
 04
 00
-b4
+c6
 4b
 01
 00
@@ -7984,7 +7758,7 @@
 55
 15
 00
-bf
+d1
 4b
 20
 15
@@ -8011,7 +7785,7 @@
 55
 03
 00
-d8
+ea
 4b
 19
 19
@@ -8020,7 +7794,7 @@
 55
 03
 00
-e2
+f4
 4b
 80
 ee
@@ -8029,9 +7803,9 @@
 55
 02
 00
-f8
-4b
+0a
+4c
 04
 01
-57
-8d
+b7
+2e
Index: output/memmap.format
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/output/memmap.format	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/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,150 +1753,155 @@
 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_mouse_ble_led_on_enable
-0x4b13 mem_device_led_blink_flag
-0x4b14 mem_device_state_led_gpio
-0x4b15 mem_mouse_fast_conn_flag
-0x4b16 mem_mouse_ID_key_gpio
-0x4b17 mem_mouse_ID_key_state
-0x4b18 mem_mouse_ble_reconn_enable
-0x4b19 mem_mouse_device_led_on_timer_count
-0x4b1a mem_le_adv_swift_pair
-0x4b2d mem_24g_rxbuf
-0x4b4f mem_24g_txbuf
-0x4b6f mem_24g_txpayload
-0x4b91 mem_24g_rxpayload
-0x4bb1 mem_24g_rxdata_length
-0x4bb2 mem_24g_pid
-0x4bb3 mem_24g_datalen
-0x4bb4 mem_24g_data_type
-0x4bb5 mem_24g_txlen
-0x4bb6 mem_24g_rx_window
-0x4bb8 mem_24g_ensure
-0x4bb9 mem_24g_txfail_cnt
-0x4bbb mem_24g_get_ack_fail
-0x4bbc mem_24g_retry
-0x4bbd mem_24g_ch
-0x4bbe mem_24g_current_ch_number
-0x4bbf mem_24g_paring_addr
-0x4bc3 mem_24g_pairing_sm
-0x4bc4 mem_24g_ch_map1
-0x4bc8 mem_24g_ch_map2
-0x4bcc mem_24g_ch_map3
-0x4bd0 mem_24g_ch_map4
-0x4bd4 mem_24g_tx_btclk
-0x4bd8 mem_24g_interval
-0x4bd9 mem_24g_interval_min
-0x4bda mem_24g_interval_max
-0x4bdb mem_24g_addr
-0x4bdf mem_24g_abort_pac
-0x4be0 mem_24g_check_dongle_times
-0x4be2 mem_24g_enter_hibernate
-0x4bea mem_24g_device_addr
-0x4bee mem_24g_pac_index
-0x4bef mem_24g_no_ack
-0x4bf0 mem_24g_sta_crc
-0x4bf3 mem_24g_last_crc
-0x4bf6 mem_24g_sta_pid
-0x4bf7 mem_24g_last_pid
-0x4bf8 mem_24g_max_retry
-0x4bf9 mem_24g_mode
-0x4bfa mem_24g_rxdata_temp
-0x4c1c mem_24g_rx_addr
-0x4c20 mem_dongle_mode_init
-0x4c21 mem_dongle_work_mode
-0x4c22 mem_dongle_ms_bind_step
-0x4c23 mem_dongle_kb_bind_step
-0x4c24 mem_dongle_bind_device_status
-0x4c25 mem_24g_bind_payload
-0x4c2d mem_24g_abort_packet
-0x4c2e mem_24g_rf_laststa
-0x4c2f mem_24g_hop_btclk
-0x4c33 mem_24g_hop_interval
-0x4c34 mem_24g_mode_switch
-0x4c35 mem_24g_ackpayload_enable
-0x4c36 mem_24g_hop_packet
-0x4c37 mem_24g_pair_mode
-0x4c38 mem_24g_nodata_timer_enable
-0x4c39 mem_24g_time_slice
-0x4c3a mem_24g_kb_data_sta_data
-0x4c42 mem_24g_kb_data_last_data
-0x4c4a mem_24g_kb_multikey_sta_data
-0x4c4d mem_24g_kb_multikey_last_data
-0x4c50 mem_24g_kb_blank_data_enable
-0x4c51 mem_24g_kb_mul_blank_data_enable
-0x4c52 mem_24g_ms_blank_data_enable
-0x4c53 mem_24g_kb_addr
-0x4c57 mem_24g_ms_addr
-0x4c5b mem_24g_dg_last_ch
-0x4c5c mem_24g_dg_ch_number
-0x4c5d mem_24g_dg_config_ch_once
-0x4c5e mem_24g_kb_last_ch
-0x4c5f mem_24g_kb_ch_number
-0x4c60 mem_24g_kb_config_ch_once
-0x4c61 mem_24g_ms_last_ch
-0x4c62 mem_24g_ms_ch_number
-0x4c63 mem_24g_ms_config_ch_once
-0x4c64 mem_24g_syncword
-0x4c66 mem_24g_syncword_crc8
-0x4c67 mem_24g_get_syncword_crc8
-0x4c68 mem_24g_ota_sta_pid
-0x4c6a mem_tx_power_temp
-0x4c6b mem_rssi_hex
-0x4c6c mem_rssi_noise_avg
-0x4c6d mem_rssi_noise_index
-0x4c6e mem_rssi_signal_index
-0x4c6f mem_rssi_noise_dg_avg
-0x4c70 mem_rssi_noise_kb_avg
-0x4c71 mem_rssi_noise_ms_avg
-0x4c72 mem_rssi_noise_dg_index
-0x4c73 mem_rssi_noise_kb_index
-0x4c74 mem_rssi_noise_ms_index
-0x4c75 mem_rssi_signal_buf
-0x4c7d mem_queue_ele_num
-0x4c7e mem_queue_read
-0x4c80 mem_queue_write
-0x4c82 mem_queue_start
-0x4c82 mem_data_ele0
-0x4ca2 mem_data_ele1
-0x4cc2 mem_data_ele2
-0x4ce2 mem_queue_end
-0x4ce2 mem_queue_temp
-0x4ce4 mem_cb_24g_data
-0x4ce6 mem_24g_hop_fastly_cnt
-0x4ce7 mem_24g_hop_pac_retry
-0x4ce8 mem_24g_rf_hop_ch
-0x4ce9 mem_24g_rf_last_sta
-0x4cea mem_24g_rf_work_stage
-0x4ceb mem_24g_sync_cnt
-0x4cec mem_power_ctrl_pac_succ_cnt
-0x4ced mem_rssi_avg_received
-0x4cee mem_rssi_hex_received
-0x4cef mem_power_ctrl_level
-0x4cf0 mem_seqi
-0x4cf1 mem_24g_auto_paring_switch
-0x4cf2 mem_24g_paccnt
-0x4cf3 mem_24g_transmit_by_interrupt
-0x4cf4 mem_24g_transmit_by_interrupt_exit_count
-0x4cf6 mem_24g_transmit_by_interrupt_exit_count_init
+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_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_24g_rxbuf
+0x4b61 mem_24g_txbuf
+0x4b81 mem_24g_txpayload
+0x4ba3 mem_24g_rxpayload
+0x4bc3 mem_24g_rxdata_length
+0x4bc4 mem_24g_pid
+0x4bc5 mem_24g_datalen
+0x4bc6 mem_24g_data_type
+0x4bc7 mem_24g_txlen
+0x4bc8 mem_24g_rx_window
+0x4bca mem_24g_ensure
+0x4bcb mem_24g_txfail_cnt
+0x4bcd mem_24g_get_ack_fail
+0x4bce mem_24g_retry
+0x4bcf mem_24g_ch
+0x4bd0 mem_24g_current_ch_number
+0x4bd1 mem_24g_paring_addr
+0x4bd5 mem_24g_pairing_sm
+0x4bd6 mem_24g_ch_map1
+0x4bda mem_24g_ch_map2
+0x4bde mem_24g_ch_map3
+0x4be2 mem_24g_ch_map4
+0x4be6 mem_24g_tx_btclk
+0x4bea mem_24g_interval
+0x4beb mem_24g_interval_min
+0x4bec mem_24g_interval_max
+0x4bed mem_24g_addr
+0x4bf1 mem_24g_abort_pac
+0x4bf2 mem_24g_check_dongle_times
+0x4bf4 mem_24g_enter_hibernate
+0x4bfc mem_24g_device_addr
+0x4c00 mem_24g_pac_index
+0x4c01 mem_24g_no_ack
+0x4c02 mem_24g_sta_crc
+0x4c05 mem_24g_last_crc
+0x4c08 mem_24g_sta_pid
+0x4c09 mem_24g_last_pid
+0x4c0a mem_24g_max_retry
+0x4c0b mem_24g_mode
+0x4c0c mem_24g_rxdata_temp
+0x4c2e mem_24g_rx_addr
+0x4c32 mem_dongle_mode_init
+0x4c33 mem_dongle_work_mode
+0x4c34 mem_dongle_ms_bind_step
+0x4c35 mem_dongle_kb_bind_step
+0x4c36 mem_dongle_bind_device_status
+0x4c37 mem_24g_bind_payload
+0x4c3f mem_24g_abort_packet
+0x4c40 mem_24g_rf_laststa
+0x4c41 mem_24g_hop_btclk
+0x4c45 mem_24g_hop_interval
+0x4c46 mem_24g_mode_switch
+0x4c47 mem_24g_ackpayload_enable
+0x4c48 mem_24g_hop_packet
+0x4c49 mem_24g_pair_mode
+0x4c4a mem_24g_nodata_timer_enable
+0x4c4b mem_24g_time_slice
+0x4c4c mem_24g_kb_data_sta_data
+0x4c54 mem_24g_kb_data_last_data
+0x4c5c mem_24g_kb_multikey_sta_data
+0x4c5f mem_24g_kb_multikey_last_data
+0x4c62 mem_24g_kb_blank_data_enable
+0x4c63 mem_24g_kb_mul_blank_data_enable
+0x4c64 mem_24g_ms_blank_data_enable
+0x4c65 mem_24g_kb_addr
+0x4c69 mem_24g_ms_addr
+0x4c6d mem_24g_dg_last_ch
+0x4c6e mem_24g_dg_ch_number
+0x4c6f mem_24g_dg_config_ch_once
+0x4c70 mem_24g_kb_last_ch
+0x4c71 mem_24g_kb_ch_number
+0x4c72 mem_24g_kb_config_ch_once
+0x4c73 mem_24g_ms_last_ch
+0x4c74 mem_24g_ms_ch_number
+0x4c75 mem_24g_ms_config_ch_once
+0x4c76 mem_24g_syncword
+0x4c78 mem_24g_syncword_crc8
+0x4c79 mem_24g_get_syncword_crc8
+0x4c7a mem_24g_ota_sta_pid
+0x4c7c mem_tx_power_temp
+0x4c7d mem_rssi_hex
+0x4c7e mem_rssi_noise_avg
+0x4c7f mem_rssi_noise_index
+0x4c80 mem_rssi_signal_index
+0x4c81 mem_rssi_noise_dg_avg
+0x4c82 mem_rssi_noise_kb_avg
+0x4c83 mem_rssi_noise_ms_avg
+0x4c84 mem_rssi_noise_dg_index
+0x4c85 mem_rssi_noise_kb_index
+0x4c86 mem_rssi_noise_ms_index
+0x4c87 mem_rssi_signal_buf
+0x4c8f mem_queue_ele_num
+0x4c90 mem_queue_read
+0x4c92 mem_queue_write
+0x4c94 mem_queue_start
+0x4c94 mem_data_ele0
+0x4cb4 mem_data_ele1
+0x4cd4 mem_data_ele2
+0x4cf4 mem_queue_end
+0x4cf4 mem_queue_temp
+0x4cf6 mem_cb_24g_data
+0x4cf8 mem_24g_hop_fastly_cnt
+0x4cf9 mem_24g_hop_pac_retry
+0x4cfa mem_24g_rf_hop_ch
+0x4cfb mem_24g_rf_last_sta
+0x4cfc mem_24g_rf_work_stage
+0x4cfd mem_24g_sync_cnt
+0x4cfe mem_power_ctrl_pac_succ_cnt
+0x4cff mem_rssi_avg_received
+0x4d00 mem_rssi_hex_received
+0x4d01 mem_power_ctrl_level
+0x4d02 mem_seqi
+0x4d03 mem_24g_auto_paring_switch
+0x4d04 mem_24g_paccnt
+0x4d05 mem_24g_transmit_by_interrupt
+0x4d06 mem_24g_transmit_by_interrupt_exit_count
Index: output/program.lis
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/output/program.lis	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/output/program.lis	(working copy)
@@ -1,2510 +1,2471 @@
 include "bt_format "
 org 0x0000
-0000 c2840011 bbit1 8 ,pf_patch_ext 
-0001 c0428635 beq patch10_5 ,p_shutdown_radio 
-0002 c0448604 beq patch11_1 ,p_set_freq_tx 
-0003 c0008027 beq patch00_1 ,p_soft_reset_1 
-0004 c0508030 beq patch14_1 ,p_init_param 
-0005 c0540035 beq patch15_0 ,p_lpm_dispatch_next2 
-0006 c0588038 beq patch16_1 ,p_lpm_check_wake_lock 
-0007 c0590040 beq patch16_2 ,p_g24_dispatch 
-0008 c06200c8 beq patch18_4 ,p_device_init 
-0009 c0648158 beq patch19_1 ,p_app_flag_store 
-000a c065015c beq patch19_2 ,p_app_initflag_check 
-000b c071832e beq patch1c_3 ,p_mouse_seting_dpi 
-000c c07302db beq patch1c_6 ,p_mouse_motion 
-000d c075035a beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
-000e c0758368 beq patch1d_3 ,p_mouse_start_discovery 
-000f c076039c beq patch1d_4 ,p_mouse_stop_discovery 
-0010 20202a8e branch loop 
+0000 c2840012 bbit1 8 ,pf_patch_ext 
+0001 c0000029 beq patch00_0 ,p_soft_reset_0 
+0002 c0008037 beq patch00_1 ,p_soft_reset_1 
+0003 c04286fa beq patch10_5 ,p_shutdown_radio 
+0004 c04486cb beq patch11_1 ,p_set_freq_tx 
+0005 c0508040 beq patch14_1 ,p_init_param 
+0006 c0588045 beq patch16_1 ,p_lpm_check_wake_lock 
+0007 c0590051 beq patch16_2 ,p_g24_dispatch 
+0008 c06202df beq patch18_4 ,p_device_init 
+0009 c064834f beq patch19_1 ,p_app_flag_store 
+000a c0650353 beq patch19_2 ,p_app_initflag_check 
+000b c071854a beq patch1c_3 ,p_mouse_seting_dpi 
+000c c0730557 beq patch1c_6 ,p_mouse_motion 
+000d c0748583 beq patch1d_1 ,p_mouse_bb_disconnected 
+000e c075058d beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
+000f c075859d beq patch1d_3 ,p_mouse_start_discovery 
+0010 c07605c2 beq patch1d_4 ,p_mouse_stop_discovery 
+0011 20202a8e branch loop 
 
 pf_patch_ext:
-0011 c01c83a0 beq patch27_1 ,p_le_slave_match 
-0012 c02183a8 beq patch28_3 ,p_le_next_adv_channel 
-0013 c02503ae beq patch29_2 ,p_le_receive_skip 
-0014 c02b83b1 beq patch2a_7 ,p_le_update_param 
-0015 c02c83c3 beq patch2b_1 ,p_le_update_channel_map 
-0016 c03183d0 beq patch2c_3 ,p_le_prepare_tx 
-0017 c03303fa beq patch2c_6 ,p_le_parse 
-0018 c0338411 beq patch2c_7 ,p_le_parse_l2cap 
-0019 c035043a beq patch2d_2 ,p_le_adv_not_match 
-001a c03b8445 beq patch2e_7 ,p_le_lpm_setmult 
-001b c0460455 beq patch31_4 ,p_twspi_reset 
-001c 20202a8e branch loop 
+0012 c01c85c8 beq patch27_1 ,p_le_slave_match 
+0013 c02185d0 beq patch28_3 ,p_le_next_adv_channel 
+0014 c02505d6 beq patch29_2 ,p_le_receive_skip 
+0015 c02b85d9 beq patch2a_7 ,p_le_update_param 
+0016 c02c85e9 beq patch2b_1 ,p_le_update_channel_map 
+0017 c03185f6 beq patch2c_3 ,p_le_prepare_tx 
+0018 c0330620 beq patch2c_6 ,p_le_parse 
+0019 c0338637 beq patch2c_7 ,p_le_parse_l2cap 
+001a c0350660 beq patch2d_2 ,p_le_adv_not_match 
+001b c03b866b beq patch2e_7 ,p_le_lpm_setmult 
+001c c07d067b beq patch3f_2 ,p_check_51cmd_once_continue 
+001d c0460684 beq patch31_4 ,p_twspi_reset 
+001e 20202a8e branch loop 
 
 p_rssi_signal:
-001d 1fe22200 copy pdata ,rega 
-001e 6808cc6e fetcht 1 ,mem_rssi_signal_index 
-001f 58004c75 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 6008cc6e storet 1 ,mem_rssi_signal_index 
-0026 20600000 rtn 
+001f 1fe22200 copy pdata ,rega 
+0020 6808cc80 fetcht 1 ,mem_rssi_signal_index 
+0021 58004c87 setarg mem_rssi_signal_buf 
+0022 98408a00 iadd temp ,contw 
+0023 1a227e00 copy rega ,pdata 
+0024 e0a08000 istore 1 ,contw 
+0025 18408401 increase 1 ,temp 
+0026 18410407 and_into rssi_buf_len_signal ,temp 
+0027 6008cc80 storet 1 ,mem_rssi_signal_index 
+0028 20600000 rtn 
+
+p_soft_reset_0:
+0029 2040002b call p_mouse_select_device_button_wakeup_check 
+002a 20202002 branch soft_reset + 1 
+
+p_mouse_select_device_button_wakeup_check:
+002b 704b3d00 jam 0 ,mem_mouse_select_device_button_wakeup_flag 
+002c 204004b3 call p_mouse_pb_button_check 
+002d 20608000 rtn true 
+002e 20407ec1 call delay_10ms 
+002f 204004b3 call p_mouse_pb_button_check 
+0030 20608000 rtn true 
+0031 704b3d01 jam 1 ,mem_mouse_select_device_button_wakeup_flag 
+0032 20600000 rtn 
+
+p_mouse_switch_hwakeup_bypb:
+0033 6800cb3d fetch 1 ,mem_mouse_select_device_button_wakeup_flag 
+0034 207a0000 rtn blank 
+0035 2040049c call p_mouse_switch_device_flag 
+0036 20200431 branch p_mouse_store_device_number2eeprom 
 
 p_soft_reset_1:
-0027 d8a009ae arg mem_sp_state ,contw 
-0028 df20000c arg 12 ,loopcnt 
-0029 20407ed4 call clear_mem 
-002a 204000bf call p_mouse_le_txbuff_load 
-002b 20406a03 call rfcomm_init 
-002c 20405cf6 call init_lmp 
-002d 2455ac65 ncall lpm_disable_exen_output ,wake 
-002e 20407ccd call ui_init + 1 
-002f 2020200c branch soft_reset + 11 
+0037 d8a009ae arg mem_sp_state ,contw 
+0038 df20000c arg 12 ,loopcnt 
+0039 20407ed4 call clear_mem 
+003a 2040038a call p_mouse_le_txbuff_load 
+003b 20406a03 call rfcomm_init 
+003c 20405cf6 call init_lmp 
+003d 2455ac65 ncall lpm_disable_exen_output ,wake 
+003e 20407ccd call ui_init + 1 
+003f 2020200c branch soft_reset + 11 
 
 p_init_param:
-0030 58000a06 setarg param_le_version 
-0031 6001c510 store 3 ,mem_lmp_version 
-0032 58001d87 setarg param_le_subversion 
-0033 60014513 store 2 ,mem_lmp_version + 3 
-0034 20202aa2 branch init_param + 12 
-
-p_lpm_dispatch_next2:
-0035 6800c806 fetch 1 ,mem_mouse_wheel_trigger 
-0036 247a0000 nrtn blank 
-0037 20202b7f branch lpm_dispatch_next2 
+0040 58000a06 setarg param_le_version 
+0041 6001c510 store 3 ,mem_lmp_version 
+0042 58001d87 setarg param_le_subversion 
+0043 60014513 store 2 ,mem_lmp_version + 3 
+0044 20202aa2 branch init_param + 12 
 
 p_lpm_check_wake_lock:
-0038 c6130000 rtnmark1 mark_24g 
-0039 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
-003a c0007fef beq 0 ,disable_blank 
-003b 6800c7c4 fetch 1 ,mem_mouse_le_conn_param_reject 
-003c c000ffef beq le_lpm_disable ,disable_blank 
-003d 68014248 fetch 2 ,mem_sdp_remote_cid 
-003e 243a7fef nbranch disable_blank ,blank 
-003f 20207ff1 branch enable_blank 
+0045 c6130000 rtnmark1 mark_24g 
+0046 6800cb01 fetch 1 ,mem_mouse_multi_led_state 
+0047 243a7fef nbranch disable_blank ,blank 
+0048 6800cb07 fetch 1 ,mem_mouse_multi_led_on_timer 
+0049 243a7fef nbranch disable_blank ,blank 
+004a 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
+004b 203a7fef branch disable_blank ,blank 
+004c 6800c7c4 fetch 1 ,mem_mouse_le_conn_param_reject 
+004d c000ffef beq le_lpm_disable ,disable_blank 
+004e 6800c806 fetch 1 ,mem_mouse_wheel_trigger 
+004f 243a7fef nbranch disable_blank ,blank 
+0050 20207ff1 branch enable_blank 
 
 p_g24_dispatch:
-0040 c6930000 rtnmark0 mark_24g 
-0041 6800ccf3 fetch 1 ,mem_24g_transmit_by_interrupt 
-0042 c000805a beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
+0051 c6930000 rtnmark0 mark_24g 
+0052 6800cd05 fetch 1 ,mem_24g_transmit_by_interrupt 
+0053 c0008067 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
 
 p_g24_transmit_process:
-0043 204004ba call p_g24_txdata_prep 
-0044 2434007a nbranch p_g24_nodata_transmit ,user 
-0045 2040049f call p_g24_rf_sta_check 
+0054 20400105 call p_g24_txdata_prep 
+0055 2434007e nbranch p_g24_nodata_transmit ,user 
+0056 204000ec call p_g24_rf_sta_check 
 
 p_g24_transmit_start:
-0046 204004e5 call p_g24_transmit_packet 
-0047 6800cbc3 fetch 1 ,mem_24g_pairing_sm 
-0048 c1ff8000 rtnne state_24g_pairing_success 
-0049 20400544 call power_ctrl_start 
-004a 20400054 call g24_long_sleep_shorter_param_update 
-004b 6800ccf3 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 c0008076 beq on ,p_g24_transmit_by_interrupt_enable 
+0057 20400128 call p_g24_transmit_packet 
+0058 6800cbd5 fetch 1 ,mem_24g_pairing_sm 
+0059 c1ff8000 rtnne state_24g_pairing_success 
+005a 204006a1 call power_ctrl_start 
+005b 20400063 call g24_long_sleep_shorter_param_update 
+005c 6800cb01 fetch 1 ,mem_mouse_multi_led_state 
+005d c00081b6 beq on ,p_g24_transmit_by_interrupt_enable 
 
 p_g24_short_sleep:
-004f 20400086 call p_g24_lpm_wait 
-0050 24740000 nrtn user 
-0051 204000a5 call p_clear_wake 
-0052 5800ec54 setarg 60500 
-0053 20202b93 branch lpm_dispatch_sleep 
+005e 2040008a call p_g24_lpm_wait 
+005f 24740000 nrtn user 
+0060 204002dc call p_clear_wake 
+0061 5800ec54 setarg 60500 
+0062 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 6001cbe2 store 3 ,mem_24g_enter_hibernate 
-0058 704aff1e jam 30 ,mem_24g_long_sleep_param_update_timer 
-0059 20600000 rtn 
+0063 58017700 setarg g24_long_sleep_step1 
+0064 6001cbf4 store 3 ,mem_24g_enter_hibernate 
+0065 704b3c14 jam 20 ,mem_24g_long_sleep_param_update_timer 
+0066 20600000 rtn 
 
 p_g24_transmit_by_interrupt:
-005a 20400637 call p_g24_timer_check 
-005b 24740000 nrtn user 
-005c 20400070 call p_g24_interval_calibrate 
-005d 68014cf4 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
-005e 1fe0fe01 increase 1 ,pdata 
-005f 60014cf4 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0060 68094cf6 fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-0061 98467c00 isub temp ,null 
-0062 20428064 call p_g24_transmit_by_interrupt_exit ,zero 
-0063 20200043 branch p_g24_transmit_process 
+0067 204002a7 call p_g24_timer_check 
+0068 24740000 nrtn user 
+0069 20400078 call p_g24_interval_calibrate 
+006a 6800cd06 fetch 1 ,mem_24g_transmit_by_interrupt_exit_count 
+006b 1fe0fe01 increase 1 ,pdata 
+006c 6000cd06 store 1 ,mem_24g_transmit_by_interrupt_exit_count 
+006d 1fe67c19 sub pdata ,25 ,null 
+006e 20428070 call p_g24_transmit_by_interrupt_exit ,zero 
+006f 20200054 branch p_g24_transmit_process 
 
 p_g24_transmit_by_interrupt_exit:
-0064 704cf300 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-0065 58000000 setarg 0 
-0066 60014cf4 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0067 58000019 setarg 25 
-0068 60014cf6 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+0070 704d0500 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0071 704d0600 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
 
 p_g24_interval_min:
-0069 704bee00 jam 0 ,mem_24g_pac_index 
-006a 6800cbd9 fetch 1 ,mem_24g_interval_min 
-006b 6000cbd8 store 1 ,mem_24g_interval 
-006c 20600000 rtn 
+0072 704c0000 jam 0 ,mem_24g_pac_index 
+0073 6800cbeb fetch 1 ,mem_24g_interval_min 
+
+p_g24_current_interval_store:
+0074 6000cbea store 1 ,mem_24g_interval 
+0075 20600000 rtn 
 
 p_g24_interval_max:
-006d 6800cbda fetch 1 ,mem_24g_interval_max 
-006e 6000cbd8 store 1 ,mem_24g_interval 
-006f 20600000 rtn 
+0076 6800cbec fetch 1 ,mem_24g_interval_max 
+0077 20200074 branch p_g24_current_interval_store 
 
 p_g24_interval_calibrate:
-0070 6800cbee fetch 1 ,mem_24g_pac_index 
-0071 1fe0fe01 increase 1 ,pdata 
-0072 6000cbee store 1 ,mem_24g_pac_index 
-0073 c002006d beq 4 ,p_g24_interval_max 
-0074 c0028069 beq 5 ,p_g24_interval_min 
-0075 20600000 rtn 
-
-p_g24_transmit_by_interrupt_enable:
-0076 704cf301 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
-0077 58000000 setarg 0 
-0078 60014cf4 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0079 20600000 rtn 
+0078 6800cc00 fetch 1 ,mem_24g_pac_index 
+0079 1fe0fe01 increase 1 ,pdata 
+007a 6000cc00 store 1 ,mem_24g_pac_index 
+007b c0020076 beq 4 ,p_g24_interval_max 
+007c c0028072 beq 5 ,p_g24_interval_min 
+007d 20600000 rtn 
 
 p_g24_nodata_transmit:
-007a 6800cbdf fetch 1 ,mem_24g_abort_pac 
-007b 205a008f call p_g24_send_abort_packet ,blank 
+007e 6800cbf1 fetch 1 ,mem_24g_abort_pac 
+007f 205a00a4 call p_g24_send_abort_packet ,blank 
+0080 6800cb06 fetch 1 ,mem_mouse_multi_led_blink_count 
+0081 247a0000 nrtn blank 
+0082 6800cb01 fetch 1 ,mem_mouse_multi_led_state 
+0083 c1008000 rtneq on 
 
 p_g24_long_sleep:
-007c 6800cb0c fetch 1 ,mem_mouse_multi_led_blink_count 
-007d 247a0000 nrtn blank 
-007e 6800cb06 fetch 1 ,mem_mouse_multi_led_state 
-007f c1008000 rtneq on 
-0080 20400086 call p_g24_lpm_wait 
-0081 24740000 nrtn user 
-0082 6801cbe2 fetch 3 ,mem_24g_enter_hibernate 
-0083 20407f49 call clk2lpo 
-0084 600a415b storet 4 ,mem_sleep_counter 
-0085 20202b2a branch lpm_sleep 
+0084 2040008a call p_g24_lpm_wait 
+0085 24740000 nrtn user 
+0086 6801cbf4 fetch 3 ,mem_24g_enter_hibernate 
+0087 20407f49 call clk2lpo 
+0088 600a415b storet 4 ,mem_sleep_counter 
+0089 20202b2a branch lpm_sleep 
 
 p_g24_lpm_wait:
-0086 78347c00 enable user 
-0087 20402afa call lpo_calibration 
-0088 6801c16f fetch 3 ,mem_clks_per_lpo 
-0089 203a7fe9 branch disable_user ,blank 
-008a 6800c091 fetch 1 ,mem_lpm_mode 
-008b 203a7fe9 branch disable_user ,blank 
-008c 6800c5b1 fetch 1 ,mem_sp_local_key_invalid 
+008a 78347c00 enable user 
+008b 20402afa call lpo_calibration 
+008c 6801c16f fetch 3 ,mem_clks_per_lpo 
 008d 203a7fe9 branch disable_user ,blank 
-008e 202000a8 branch p_mouse_setgpio_lpm 
+008e 6800c091 fetch 1 ,mem_lpm_mode 
+008f 203a7fe9 branch disable_user ,blank 
+0090 6800c5b1 fetch 1 ,mem_sp_local_key_invalid 
+0091 203a7fe9 branch disable_user ,blank 
+0092 6800cd05 fetch 1 ,mem_24g_transmit_by_interrupt 
+0093 c000ffe9 beq g24_tx_timer_int_enable ,disable_user 
+
+p_mouse_setgpio_lpm:
+
+p_mouse_set_sdio_high:
+0094 6800cb0c fetch 1 ,mem_mouse_init_sensor_reset_flag 
+0095 207a0000 rtn blank 
+0096 2040054a call p_mouse_seting_dpi_diff 
+0097 204002dc call p_clear_wake 
+
+p_mouse_setgpio_lpm_before:
+0098 20403ebf call mouse_lpm_before_common 
+0099 68120070 hfetch 4 ,core_gpio_oe0 
+009a 681a0078 hfetcht 4 ,core_gpio_pu0 
+009b 98418400 ior temp ,temp 
+009c 18440400 invert temp ,temp 
+009d 601a007c hstoret 4 ,core_gpio_pd0 
+
+p_set_ice_gpio:
+009e 6808cb3e fetcht 1 ,mem_mouse_bt_led_gpio 
+009f 204067fb call gpio_config_input 
+00a0 6808cb3e fetcht 1 ,mem_mouse_bt_led_gpio 
+00a1 79200407 set1 gpio_active_bit ,temp 
+00a2 d8a08078 arg core_gpio_pu0 ,contw 
+00a3 20206830 branch gpio_set_bit 
 
 p_g24_send_abort_packet:
-008f 704bdf01 jam 1 ,mem_24g_abort_pac 
-0090 704ce800 jam 0 ,mem_24g_rf_hop_ch 
-0091 20400467 call p_g24_transmit_rf_ctrl_clear 
-0092 6000cb4f store 1 ,mem_24g_txbuf 
-0093 58000000 setarg 0 
-0094 6003cb50 store 7 ,mem_24g_txbuf + 1 
-0095 68024bea fetch 4 ,mem_24g_device_addr 
-0096 60024b57 store 4 ,mem_24g_txbuf + 8 
-0097 704bb30c jam 12 ,mem_24g_datalen 
-0098 6800cbb4 fetch 1 ,mem_24g_data_type 
-0099 79207e03 set1 bit_abort ,pdata 
-009a 6000cbb4 store 1 ,mem_24g_data_type 
-009b 20400673 call p_g24_transmit_prep 
-009c 204004be call p_g24_txdata_enable_tx 
-009d 20200046 branch p_g24_transmit_start 
+00a4 704bf101 jam 1 ,mem_24g_abort_pac 
+00a5 704cfa00 jam 0 ,mem_24g_rf_hop_ch 
+00a6 204000b4 call p_g24_transmit_rf_ctrl_clear 
+00a7 6000cb61 store 1 ,mem_24g_txbuf 
+00a8 58000000 setarg 0 
+00a9 6003cb62 store 7 ,mem_24g_txbuf + 1 
+00aa 68024bfc fetch 4 ,mem_24g_device_addr 
+00ab 60024b69 store 4 ,mem_24g_txbuf + 8 
+00ac 704bc50c jam 12 ,mem_24g_datalen 
+00ad 6800cbc6 fetch 1 ,mem_24g_data_type 
+00ae 79207e03 set1 bit_abort ,pdata 
+00af 6000cbc6 store 1 ,mem_24g_data_type 
+00b0 20400108 call p_g24_txdata_enable_tx 
+00b1 20200057 branch p_g24_transmit_start 
 
-p_mouse_before_lpm:
-009e c6130000 rtnmark1 mark_24g 
-009f 204000b5 call p_mouse_le_txbuff_save 
-00a0 204000a8 call p_mouse_setgpio_lpm 
-00a1 6800c040 fetch 1 ,mem_context 
-00a2 c30000a5 bbit0 state_inconn ,p_clear_wake 
-00a3 680080a0 fetch 1 ,mem_lpm_current_mult 
-00a4 247a0000 nrtn blank 
+p_g24_transmit_rf_sta_init:
+00b2 704cfb01 jam 1 ,mem_24g_rf_last_sta 
+00b3 704cfd00 jam 0 ,mem_24g_sync_cnt 
 
-p_clear_wake:
-00a5 58000000 setarg 0 
-00a6 600400a1 store 8 ,mem_gpio_wakeup_low 
-00a7 20600000 rtn 
+p_g24_transmit_rf_ctrl_clear:
+00b4 6800cbc6 fetch 1 ,mem_24g_data_type 
+00b5 1fe17e07 and_into bits_data ,pdata 
+00b6 6000cbc6 store 1 ,mem_24g_data_type 
+00b7 20600000 rtn 
 
-p_mouse_setgpio_lpm:
-00a8 2040021c call p_set_ice_gpio 
-00a9 204000b2 call p_mouse_set_sdio_high 
-00aa 204000a5 call p_clear_wake 
-00ab 20403ebf call mouse_lpm_before_common 
-00ac 68120070 hfetch 4 ,core_gpio_oe0 
-00ad 681a0078 hfetcht 4 ,core_gpio_pu0 
-00ae 98418400 ior temp ,temp 
-00af 18440400 invert temp ,temp 
-00b0 601a007c hstoret 4 ,core_gpio_pd0 
-00b1 20600000 rtn 
+p_g24_hop_ch_enable:
+00b8 6800cbc6 fetch 1 ,mem_24g_data_type 
+00b9 79207e04 set1 bit_hop ,pdata 
+00ba 6000cbc6 store 1 ,mem_24g_data_type 
+00bb 6000cb81 store 1 ,mem_24g_txpayload 
+00bc 20600000 rtn 
 
-p_mouse_set_sdio_high:
-00b2 6800cb03 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-00b3 207a0000 rtn blank 
-00b4 2020032e branch p_mouse_seting_dpi_sensor_type 
+p_g24_hop_ch_disable:
+00bd 6800cbc6 fetch 1 ,mem_24g_data_type 
+00be 793ffe04 set0 bit_hop ,pdata 
+00bf 6000cbc6 store 1 ,mem_24g_data_type 
+00c0 20600000 rtn 
 
-p_mouse_le_txbuff_save:
-00b5 d8c01800 arg mem_le_tx_buffer0 ,contr 
-00b6 d8a0480a arg mem_le_tx_buffer0_omemalloc ,contw 
-00b7 204000bd call p_mouse_le_txbuff_copy 
-00b8 d8c01900 arg mem_le_tx_buffer1 ,contr 
-00b9 204000bd call p_mouse_le_txbuff_copy 
-00ba d8c01a00 arg mem_le_tx_buffer2 ,contr 
-00bb 204000bd call p_mouse_le_txbuff_copy 
-00bc d8c01b00 arg mem_le_tx_buffer3 ,contr 
+p_g24_transmit_hop_pac_fail:
+00c1 20400697 call power_ctrl_pac_succ_decrs 
+00c2 6800ccfc fetch 1 ,mem_24g_rf_work_stage 
+00c3 c00080c6 beq 1 ,p_g24_transmit_hop_pac_fail_wo_hop 
+00c4 c00100ca beq 2 ,p_g24_transmit_hop_pac_fail_hop_stage2 
+00c5 20600000 rtn 
 
-p_mouse_le_txbuff_copy:
-00bd df20001b arg 27 ,loopcnt 
-00be 20207f01 branch memcpy 
+p_g24_transmit_hop_pac_fail_wo_hop:
+00c6 704cfd02 jam 2 ,mem_24g_sync_cnt 
 
-p_mouse_le_txbuff_load:
-00bf d8c0480a arg mem_le_tx_buffer0_omemalloc ,contr 
-00c0 d8a01800 arg mem_le_tx_buffer0 ,contw 
-00c1 204000bd call p_mouse_le_txbuff_copy 
-00c2 d8a01900 arg mem_le_tx_buffer1 ,contw 
-00c3 204000bd call p_mouse_le_txbuff_copy 
-00c4 d8a01a00 arg mem_le_tx_buffer2 ,contw 
-00c5 204000bd call p_mouse_le_txbuff_copy 
-00c6 d8a01b00 arg mem_le_tx_buffer3 ,contw 
-00c7 202000bd branch p_mouse_le_txbuff_copy 
+p_g24_transmit_hop_pac_fail_stage1:
+00c7 704cf900 jam 0 ,mem_24g_hop_pac_retry 
+00c8 704cfb00 jam 0 ,mem_24g_rf_last_sta 
+00c9 202000b4 branch p_g24_transmit_rf_ctrl_clear 
+
+p_g24_transmit_hop_pac_fail_hop_stage2:
+00ca 704cfa00 jam 0 ,mem_24g_rf_hop_ch 
+00cb 202000c7 branch p_g24_transmit_hop_pac_fail_stage1 
+
+p_g24_transmit_pac_fail_hop_stage3:
+00cc 68014bcb fetch 2 ,mem_24g_txfail_cnt 
+00cd 1fe0fe01 increase 1 ,pdata 
+00ce 60014bcb store 2 ,mem_24g_txfail_cnt 
+00cf c2850165 bbit1 10 ,p_g24_tx_attempt_fail 
+00d0 6800ccfa fetch 1 ,mem_24g_rf_hop_ch 
+00d1 c00080d5 beq 1 ,p_g24_rf_hop_fastly 
+00d2 704cfa01 jam 1 ,mem_24g_rf_hop_ch 
+
+p_g24_rf_hop_attemp_again:
+00d3 6800ccfa fetch 1 ,mem_24g_rf_hop_ch 
+00d4 c08080b4 bne 1 ,p_g24_transmit_rf_ctrl_clear 
+
+p_g24_rf_hop_fastly:
+00d5 6800ccf8 fetch 1 ,mem_24g_hop_fastly_cnt 
+00d6 1fe0fe01 increase 1 ,pdata 
+00d7 6000ccf8 store 1 ,mem_24g_hop_fastly_cnt 
+00d8 c00200dc beq 4 ,p_g24_rf_hop_fastly_exit 
+00d9 204001e8 call p_g24_ch 
+00da 704c0a02 jam 2 ,mem_24g_max_retry 
+00db 20200128 branch p_g24_transmit_packet 
+
+p_g24_rf_hop_fastly_exit:
+00dc 20400697 call power_ctrl_pac_succ_decrs 
+00dd 704cf800 jam 0 ,mem_24g_hop_fastly_cnt 
+00de 202000b4 branch p_g24_transmit_rf_ctrl_clear 
+
+p_g24_transmit_hop_pac_succ_wo_hop:
+00df 704cfd02 jam 2 ,mem_24g_sync_cnt 
+
+p_g24_transmit_hop_pac_succ:
+00e0 704cfb01 jam 1 ,mem_24g_rf_last_sta 
+00e1 704cfa00 jam 0 ,mem_24g_rf_hop_ch 
+00e2 202000b4 branch p_g24_transmit_rf_ctrl_clear 
+
+p_g24_transmit_succ_rf_config:
+00e3 6800ccfc fetch 1 ,mem_24g_rf_work_stage 
+00e4 c00180e0 beq 3 ,p_g24_transmit_hop_pac_succ 
+00e5 6800cbc6 fetch 1 ,mem_24g_data_type 
+00e6 2fec0004 isolate0 bit_hop ,pdata 
+00e7 202080b2 branch p_g24_transmit_rf_sta_init ,true 
+00e8 6800ccfc fetch 1 ,mem_24g_rf_work_stage 
+00e9 c00080df beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
+00ea c00100e0 beq 2 ,p_g24_transmit_hop_pac_succ 
+00eb 20600000 rtn 
+
+p_g24_rf_sta_check:
+00ec 6800cbd5 fetch 1 ,mem_24g_pairing_sm 
+00ed c1ff8000 rtnne state_24g_pairing_success 
+00ee 204000f1 call p_g24_rf_laststa_synccnt_check 
+00ef 245600f9 ncall p_g24_rf_sync_cnt_check ,user2 
+00f0 20600000 rtn 
+
+p_g24_rf_laststa_synccnt_check:
+00f1 78567c00 disable user2 
+00f2 6800ccfb fetch 1 ,mem_24g_rf_last_sta 
+00f3 c1808000 rtnne 1 
+00f4 6800ccfd fetch 1 ,mem_24g_sync_cnt 
+00f5 c1800000 rtnne 0 
+00f6 704cfc01 jam 1 ,mem_24g_rf_work_stage 
+00f7 704c0a04 jam 4 ,mem_24g_max_retry 
+00f8 20207feb branch enable_user2 
+
+p_g24_rf_sync_cnt_check:
+00f9 6800ccfd fetch 1 ,mem_24g_sync_cnt 
+00fa 203a0100 branch p_g24_rf_hop_attemp ,blank 
+00fb 1fe0ffff increase -1 ,pdata 
+00fc 6000ccfd store 1 ,mem_24g_sync_cnt 
+00fd 704cfc02 jam 2 ,mem_24g_rf_work_stage 
+00fe 704c0a04 jam 4 ,mem_24g_max_retry 
+00ff 202001e8 branch p_g24_ch 
+
+p_g24_rf_hop_attemp:
+0100 704cfc03 jam 3 ,mem_24g_rf_work_stage 
+0101 6800ccfa fetch 1 ,mem_24g_rf_hop_ch 
+0102 243a00d3 nbranch p_g24_rf_hop_attemp_again ,blank 
+0103 704c0a02 jam 2 ,mem_24g_max_retry 
+0104 202001e8 branch p_g24_ch 
+
+p_g24_txdata_prep:
+0105 6800cbd5 fetch 1 ,mem_24g_pairing_sm 
+0106 c0ff8175 bne state_24g_pairing_success ,p_g24_pairing_sm 
+
+p_g24_txdata_prep_packeage_data:
+0107 2040010b call p_g24_package_data 
+
+p_g24_txdata_enable_tx:
+0108 20400214 call p_g24_transmit_prep 
+0109 704bca01 jam ensure_on_24g ,mem_24g_ensure 
+010a 20600000 rtn 
+
+p_g24_package_data:
+010b 68014cf6 fetch 2 ,mem_cb_24g_data 
+010c 20407f9c call callback_func 
+010d 20340111 branch p_g24_accumulate_mouse_data ,user 
+010e 6803cb62 fetch 7 ,mem_24g_txbuf + 1 
+010f 207a0000 rtn blank 
+0110 20207fe7 branch enable_user 
+
+p_g24_accumulate_mouse_data:
+0111 204003a8 call p_mouse_data_xy_release 
+0112 704bf100 jam 0 ,mem_24g_abort_pac 
+0113 1a20fe01 add rega ,1 ,pdata 
+0114 6000cbc5 store 1 ,mem_24g_datalen 
+0115 204000b4 call p_g24_transmit_rf_ctrl_clear 
+0116 6000cb61 store 1 ,mem_24g_txbuf 
+0117 e8a88000 ifetcht 1 ,contw 
+0118 ea408000 ifetch 1 ,regb 
+0119 9841fe00 ior temp ,pdata 
+011a e0a08000 istore 1 ,contw 
+011b 1a40a401 increase 1 ,regb 
+011c ea420000 ifetch 4 ,regb 
+011d e0a20000 istore 4 ,contw 
+011e 1a40a404 increase 4 ,regb 
+011f d8a04b67 arg mem_24g_txbuf + 6 ,contw 
+0120 df200002 arg 2 ,loopcnt 
+
+p_g24_accumulation_loop:
+0121 ea408000 ifetch 1 ,regb 
+0122 e8a88000 ifetcht 1 ,contw 
+0123 9840fe00 iadd temp ,pdata 
+0124 e0a08000 istore 1 ,contw 
+0125 1a40a401 increase 1 ,regb 
+0126 c2000121 loop p_g24_accumulation_loop 
+0127 20600000 rtn 
+
+p_g24_transmit_packet:
+0128 704bce00 jam 0 ,mem_24g_retry 
+
+p_g24_transmit_loop:
+0129 d9600d00 arg param_rx_setup ,timeup 
+012a 34730200 until clkn_rt ,meet 
+012b 20400140 call p_g24_transmit_receive_ack 
+012c 242c014d nbranch p_g24_retransmit ,sync 
+012d 2437814d nbranch p_g24_retransmit ,user3 
+012e 2040013b call p_g24_txbuf_clear 
+012f 20400169 call p_g24_ackpayload_parse 
+0130 20400693 call power_ctrl_pac_succ_incrs 
+
+p_g24_transmit_next_packet:
+0131 6800cbc4 fetch 1 ,mem_24g_pid 
+0132 1fe0fe01 increase 1 ,pdata 
+0133 6000cbc4 store 1 ,mem_24g_pid 
+0134 6800cbd5 fetch 1 ,mem_24g_pairing_sm 
+0135 c0ff813e bne state_24g_pairing_success ,p_g24_paring_mode_start 
+0136 204000e3 call p_g24_transmit_succ_rf_config 
+
+p_g24_transmit_abandon:
+0137 58000000 setarg 0 
+0138 60024bca store 4 ,mem_24g_ensure 
+0139 6000ccf9 store 1 ,mem_24g_hop_pac_retry 
+013a 20600000 rtn 
+
+p_g24_txbuf_clear:
+013b df200004 arg 4 ,loopcnt 
+013c d8a04b61 arg mem_24g_txbuf ,contw 
+013d 20207ec6 branch memset0 
+
+p_g24_paring_mode_start:
+013e 20400690 call power_ctrl_pac_succ_cnt_init 
+013f 2020018f branch p_g24_paring_mode 
+
+p_g24_transmit_receive_ack:
+0140 7857fc00 disable user3 
+0141 20400286 call p_g24_transmit 
+0142 18002a00 force 0 ,radio_ctrl 
+0143 68024bed fetch 4 ,mem_24g_addr 
+0144 98001200 iforce access 
+0145 68088017 fetcht 1 ,mem_last_freq 
+0146 2040291f call set_freq_rx 
+0147 20402924 call rf_rx_enable 
+0148 20400245 call p_g24_receive_rxon 
+0149 2057827e call p_g24_end_of_packet ,user3 
+014a 20600000 rtn 
+
+p_g24_transmit_no_ack:
+014b 2040027e call p_g24_end_of_packet 
+014c 20200131 branch p_g24_transmit_next_packet 
+
+p_g24_retransmit:
+014d 6800cbcd fetch 1 ,mem_24g_get_ack_fail 
+014e 1fe0fe01 increase 1 ,pdata 
+014f 6000cbcd store 1 ,mem_24g_get_ack_fail 
+0150 6800cbd5 fetch 1 ,mem_24g_pairing_sm 
+0151 c0ff8161 bne state_24g_pairing_success ,p_g24_tx_paring_retry 
+0152 6808cbce fetcht 1 ,mem_24g_retry 
+0153 18408401 increase 1 ,temp 
+0154 6008cbce storet 1 ,mem_24g_retry 
+0155 6800cc0a fetch 1 ,mem_24g_max_retry 
+0156 98467e00 isub temp ,pdata 
+0157 243a0129 nbranch p_g24_transmit_loop ,blank 
+0158 6800ccfc fetch 1 ,mem_24g_rf_work_stage 
+0159 c00180cc beq 3 ,p_g24_transmit_pac_fail_hop_stage3 
+015a 6800ccf9 fetch 1 ,mem_24g_hop_pac_retry 
+015b 1fe0fe01 increase 1 ,pdata 
+015c 6000ccf9 store 1 ,mem_24g_hop_pac_retry 
+015d c00100c1 beq 2 ,p_g24_transmit_hop_pac_fail 
+015e 204000b8 call p_g24_hop_ch_enable 
+015f 704c0a01 jam 1 ,mem_24g_max_retry 
+0160 20200128 branch p_g24_transmit_packet 
+
+p_g24_tx_paring_retry:
+0161 6800cbcd fetch 1 ,mem_24g_get_ack_fail 
+0162 c1ff8000 rtnne 0xff 
+0163 704bcd00 jam 0 ,mem_24g_get_ack_fail 
+0164 20200167 branch p_g24_stop_g24_mode 
+
+p_g24_tx_attempt_fail:
+0165 58000000 setarg 0 
+0166 60014bcb store 2 ,mem_24g_txfail_cnt 
+
+p_g24_stop_g24_mode:
+0167 700a993a jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+0168 20207d86 branch ui_ipc_send_event 
+
+p_g24_ackpayload_parse:
+0169 204001f9 call p_g24_read_len_pid_crc 
+016a 6800cbc3 fetch 1 ,mem_24g_rxdata_length 
+016b 207a0000 rtn blank 
+016c 98007200 iforce loopcnt 
+016d d8c04b41 arg mem_24g_rxbuf + 2 ,contr 
+016e d8a04ba3 arg mem_24g_rxpayload ,contw 
+016f 20207f01 branch memcpy 
+
+p_g24_pair_init:
+0170 7041de20 jam tx_power_pair ,mem_tx_power 
+0171 704bc400 jam 0 ,mem_24g_pid 
+0172 704bcf4e jam g24_pair_ch ,mem_24g_ch 
+0173 68024bd1 fetch 4 ,mem_24g_paring_addr 
+0174 20200206 branch p_g24_update_addr_and_synccrc8 
+
+p_g24_pairing_sm:
+0175 6800cbca fetch 1 ,mem_24g_ensure 
+0176 c000ffe7 beq ensure_on_24g ,enable_user 
+0177 6800cbd5 fetch 1 ,mem_24g_pairing_sm 
+0178 c000817c beq state_24g_pairing_1 ,p_g24_pairing_sm_1 
+0179 c001017f beq state_24g_pairing_2 ,p_g24_pairing_sm_2 
+017a c0018182 beq state_24g_pairing_3 ,p_g24_pairing_sm_3 
+017b 20202a8c branch assert 
+
+p_g24_pairing_sm_1:
+017c 704bd511 jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm 
+017d 70119eaa jam 0xaa ,mem_24g_common_temp 
+017e 20200184 branch p_g24_pairing_sm_common 
+
+p_g24_pairing_sm_2:
+017f 704bd512 jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm 
+0180 70119e55 jam 0x55 ,mem_24g_common_temp 
+0181 20200184 branch p_g24_pairing_sm_common 
+
+p_g24_pairing_sm_3:
+0182 704bd513 jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm 
+0183 70119e22 jam 0x22 ,mem_24g_common_temp 
+
+p_g24_pairing_sm_common:
+0184 6800cbc6 fetch 1 ,mem_24g_data_type 
+0185 1fe17e07 and_into bits_data ,pdata 
+0186 6000919f store 1 ,mem_24g_common_temp + 1 
+0187 68024bfc fetch 4 ,mem_24g_device_addr 
+0188 600211a0 store 4 ,mem_24g_common_temp + 2 
+
+p_g24_put_pairing_data_in_buff:
+0189 7011a400 jam 0 ,mem_24g_common_temp + 6 
+018a da20119e arg mem_24g_common_temp ,rega 
+018b d8400007 arg 7 ,temp 
+018c 204001f4 call p_g24_put_data_in_buff 
+018d 20400108 call p_g24_txdata_enable_tx 
+018e 20207fe7 branch enable_user 
+
+p_g24_paring_mode:
+018f 6800cbd5 fetch 1 ,mem_24g_pairing_sm 
+0190 c17f8000 rtneq state_24g_pairing_success 
+0191 c0088195 beq state_24g_pairing_1_waiting_ack ,p_g24_pairing_sm_1_waiting_ack 
+0192 c0090197 beq state_24g_pairing_2_waiting_ack ,p_g24_pairing_sm_2_waiting_ack 
+0193 c0098199 beq state_24g_pairing_3_waiting_ack ,p_g24_pairing_sm_3_waiting_ack 
+0194 20600000 rtn 
+
+p_g24_pairing_sm_1_waiting_ack:
+0195 704bd502 jam state_24g_pairing_2 ,mem_24g_pairing_sm 
+0196 20200137 branch p_g24_transmit_abandon 
+
+p_g24_pairing_sm_2_waiting_ack:
+0197 704bd503 jam state_24g_pairing_3 ,mem_24g_pairing_sm 
+0198 20200137 branch p_g24_transmit_abandon 
+
+p_g24_pairing_sm_3_waiting_ack:
+0199 704bd5ff jam state_24g_pairing_success ,mem_24g_pairing_sm 
+019a 700a9939 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+019b 20407d86 call ui_ipc_send_event 
+019c 68024ba5 fetch 4 ,mem_24g_rxpayload + 2 
+019d 20400206 call p_g24_update_addr_and_synccrc8 
+019e 20200137 branch p_g24_transmit_abandon 
+
+p_mouse_connect_24g_mode:
+019f 204004f8 call p_mouse_mode_24g_device_multi_led_on 
+
+p_mouse_start_24g_mode:
+01a0 20400362 call p_g24_factory_check 
+01a1 203401c7 branch p_g24_auto_pair_start ,user 
+
+p_g24_start_24g_mode:
+01a2 793f8026 set0 mark_24g ,mark 
+01a3 204001e7 call p_g24_ch_syncword_crc8_init 
+01a4 6800cbd5 fetch 1 ,mem_24g_pairing_sm 
+01a5 c1ff8000 rtnne state_24g_pairing_success 
+01a6 204001b9 call p_g24_tx_attemp_data_prep 
+
+p_g24_tx_attemp_dongle:
+01a7 58000000 setarg 0 
+01a8 60014bf2 store 2 ,mem_24g_check_dongle_times 
+
+p_g24_tx_attemp_dongle_loop:
+01a9 20402afa call lpo_calibration 
+01aa 200007d0 nop 2000 
+01ab 6800cbf2 fetch 1 ,mem_24g_check_dongle_times 
+01ac c07f8167 beq 0xff ,p_g24_stop_g24_mode 
+01ad 20400140 call p_g24_transmit_receive_ack 
+01ae 242c01c2 nbranch p_g24_attemp_txdata_retry ,sync 
+01af 243781c2 nbranch p_g24_attemp_txdata_retry ,user3 
+
+p_g24_tx_attemp_dongle_succ:
+01b0 79200026 set1 mark_24g ,mark 
+01b1 58000000 setarg 0 
+01b2 60014bf2 store 2 ,mem_24g_check_dongle_times 
+01b3 700a993c jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+01b4 20407d86 call ui_ipc_send_event 
+01b5 2040013b call p_g24_txbuf_clear 
+
+p_g24_transmit_by_interrupt_enable:
+01b6 704d0501 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+01b7 704d0600 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
+01b8 20600000 rtn 
+
+p_g24_tx_attemp_data_prep:
+01b9 70119eff jam 0xff ,mem_24g_common_temp 
+01ba 6800cbc6 fetch 1 ,mem_24g_data_type 
+01bb 6000919f store 1 ,mem_24g_common_temp + 1 
+01bc 68024bfc fetch 4 ,mem_24g_device_addr 
+01bd 600211a0 store 4 ,mem_24g_common_temp + 2 
+01be d8400006 arg 6 ,temp 
+01bf da20119e arg mem_24g_common_temp ,rega 
+01c0 204001f4 call p_g24_put_data_in_buff 
+01c1 20200214 branch p_g24_transmit_prep 
+
+p_g24_attemp_txdata_retry:
+01c2 68014bf2 fetch 2 ,mem_24g_check_dongle_times 
+01c3 1fe0fe01 increase 1 ,pdata 
+01c4 60014bf2 store 2 ,mem_24g_check_dongle_times 
+01c5 204001e8 call p_g24_ch 
+01c6 202001a9 branch p_g24_tx_attemp_dongle_loop 
+
+p_g24_auto_pair_start:
+01c7 793f8026 set0 mark_24g ,mark 
+01c8 204001e3 call p_g24_auto_pair_all_powerful 
+01c9 204001b9 call p_g24_tx_attemp_data_prep 
+
+p_g24_auto_pair_restart:
+01ca 704bf200 jam 0 ,mem_24g_check_dongle_times 
+
+p_g24_auto_pair_start_loop:
+01cb 20402afa call lpo_calibration 
+01cc 200007d0 nop 2000 
+01cd 6800cbf2 fetch 1 ,mem_24g_check_dongle_times 
+01ce c07f8167 beq 0xff ,p_g24_stop_g24_mode 
+01cf 20400140 call p_g24_transmit_receive_ack 
+01d0 242c01d9 nbranch p_g24_auto_pair_retry ,sync 
+01d1 243781d9 nbranch p_g24_auto_pair_retry ,user3 
+01d2 20400169 call p_g24_ackpayload_parse 
+01d3 204002fa call p_mouse_tx_power_init 
+01d4 68024bed fetch 4 ,mem_24g_addr 
+01d5 680a4bd1 fetcht 4 ,mem_24g_paring_addr 
+01d6 98467c00 isub temp ,null 
+01d7 20228316 branch p_g24_start_pairing_sm1 ,zero 
+01d8 202001b0 branch p_g24_tx_attemp_dongle_succ 
+
+p_g24_auto_pair_retry:
+01d9 6800cbf2 fetch 1 ,mem_24g_check_dongle_times 
+01da 1fe0fe01 increase 1 ,pdata 
+01db 6000cbf2 store 1 ,mem_24g_check_dongle_times 
+01dc 6800cd03 fetch 1 ,mem_24g_auto_paring_switch 
+01dd 1fe0fe01 increase 1 ,pdata 
+01de 1fe17e01 and_into 1 ,pdata 
+01df 6000cd03 store 1 ,mem_24g_auto_paring_switch 
+01e0 c00001ec beq 0 ,p_g24_auto_pair_device_attemp 
+01e1 c00081ee beq 1 ,p_g24_auto_pair_pair_attemp 
+01e2 20600000 rtn 
+
+p_g24_auto_pair_all_powerful:
+01e3 7041de20 jam tx_power_pair ,mem_tx_power 
+01e4 58000f0f setarg 0x0f0f 
+01e5 60014bed store 2 ,mem_24g_addr 
+01e6 e0a10000 istore 2 ,contw 
+
+p_g24_ch_syncword_crc8_init:
+01e7 20400207 call p_g24_syncword_crc8 
+
+p_g24_ch:
+01e8 6808cbd0 fetcht 1 ,mem_24g_current_ch_number 
+01e9 20400226 call p_g24_ch_map_size 
+01ea 6008cbd0 storet 1 ,mem_24g_current_ch_number 
+01eb 20600000 rtn 
+
+p_g24_auto_pair_device_attemp:
+01ec 204001e3 call p_g24_auto_pair_all_powerful 
+01ed 202001cb branch p_g24_auto_pair_start_loop 
+
+p_g24_auto_pair_pair_attemp:
+01ee 20400170 call p_g24_pair_init 
+01ef 202001cb branch p_g24_auto_pair_start_loop 
+
+p_g24_check_51cmd_stop_24g:
+01f0 793f8026 set0 mark_24g ,mark 
+01f1 204053ce call le_disable 
+
+p_mouse_disable_g24_pairing_flag:
+01f2 d8e00003 arg mosue_24g_pairing_flag ,queue 
+01f3 202043d2 branch mouse_disable_function_flag 
+
+p_g24_put_data_in_buff:
+01f4 6008cbc5 storet 1 ,mem_24g_datalen 
+01f5 18427200 copy temp ,loopcnt 
+01f6 d8a04b61 arg mem_24g_txbuf ,contw 
+01f7 1a220c00 copy rega ,contr 
+01f8 20207f01 branch memcpy 
+
+p_g24_read_len_pid_crc:
+01f9 6800cb40 fetch 1 ,mem_24g_rxbuf + 1 
+01fa 1fe97e00 rshift3 pdata ,pdata 
+01fb 6000cbc3 store 1 ,mem_24g_rxdata_length 
+01fc 1fe0fe01 increase 1 ,pdata 
+01fd d8c04b40 arg mem_24g_rxbuf + 1 ,contr 
+01fe 98c08c00 iadd contr ,contr 
+01ff e8c18000 ifetch 3 ,contr 
+0200 6001cc02 store 3 ,mem_24g_sta_crc 
+0201 6800cb40 fetch 1 ,mem_24g_rxbuf + 1 
+0202 1fe37e00 rshift pdata ,pdata 
+0203 1fe17e03 and pdata ,0x03 ,pdata 
+0204 6000cc08 store 1 ,mem_24g_sta_pid 
+0205 20600000 rtn 
+
+p_g24_update_addr_and_synccrc8:
+0206 60024bed store 4 ,mem_24g_addr 
+
+p_g24_syncword_crc8:
+0207 da200000 arg 0 ,rega 
+0208 df200004 arg 4 ,loopcnt 
+0209 d8c04bed arg mem_24g_addr ,contr 
+
+p_g24_syncword_crc8_loop:
+020a e8c08000 ifetch 1 ,contr 
+020b 9a20a200 iadd rega ,rega 
+020c c200020a loop p_g24_syncword_crc8_loop 
+020d 1a227e00 copy rega ,pdata 
+020e 60014c76 store 2 ,mem_24g_syncword 
+020f 6800cc76 fetch 1 ,mem_24g_syncword 
+0210 6808cc77 fetcht 1 ,mem_24g_syncword + 1 
+0211 9840fe00 iadd temp ,pdata 
+0212 6000cc78 store 1 ,mem_24g_syncword_crc8 
+0213 20600000 rtn 
+
+p_g24_transmit_prep:
+0214 6800cbc5 fetch 1 ,mem_24g_datalen 
+0215 1fe0fe02 increase 2 ,pdata 
+0216 6000cbc7 store 1 ,mem_24g_txlen 
+0217 6800cbc6 fetch 1 ,mem_24g_data_type 
+0218 6000cb81 store 1 ,mem_24g_txpayload 
+0219 6800cbc5 fetch 1 ,mem_24g_datalen 
+021a 1fe9fe00 lshift3 pdata ,pdata 
+021b 6808cbc4 fetcht 1 ,mem_24g_pid 
+021c 18410403 and temp ,0x03 ,temp 
+021d 18438400 lshift temp ,temp 
+021e 9841fe00 ior temp ,pdata 
+021f 6808cc01 fetcht 1 ,mem_24g_no_ack 
+0220 9840fe00 iadd temp ,pdata 
+0221 e0a08000 istore 1 ,contw 
+0222 6800cbc5 fetch 1 ,mem_24g_datalen 
+0223 98007200 iforce loopcnt 
+0224 d8c04b61 arg mem_24g_txbuf ,contr 
+0225 20207f01 branch memcpy 
+
+p_g24_ch_map_size:
+0226 2040022a call p_g24_ch_calc 
+0227 18408401 increase 1 ,temp 
+0228 18410403 and_into 3 ,temp 
+0229 20600000 rtn 
+
+p_g24_ch_calc:
+022a 6800cbed fetch 1 ,mem_24g_addr 
+022b 1fe17e03 and_into 0x03 ,pdata 
+022c 1fefa204 mul32 pdata ,4 ,rega 
+022d 58004bd6 setarg mem_24g_ch_map1 
+022e 9a20fe00 iadd rega ,pdata 
+022f 98408c00 iadd temp ,contr 
+0230 e8c08000 ifetch 1 ,contr 
+0231 6000cbcf store 1 ,mem_24g_ch 
+0232 20600000 rtn 
+
+p_g24_prep:
+0233 7844fc00 disable enable_crc 
+0234 7843fc00 disable enable_white 
+0235 58555555 setarg 0x555555 
+0236 98001e00 iforce crc24_init 
+0237 6800cbcf fetch 1 ,mem_24g_ch 
+0238 1fed8400 reverse pdata ,temp 
+0239 79200401 set1 1 ,temp 
+023a 18431c00 rshift temp ,white_init 
+023b 20600000 rtn 
+
+p_g24_receive_packet:
+023c 204053c4 call le_enable 
+023d 68024bed fetch 4 ,mem_24g_addr 
+023e 98001200 iforce access 
+023f 20402918 call set_sync_on 
+0240 6808cbcf fetcht 1 ,mem_24g_ch 
+0241 2040291f call set_freq_rx 
+0242 58000500 setarg param_pll_setup 
+0243 20402a8f call sleep 
+0244 20402924 call rf_rx_enable 
+
+p_g24_receive_rxon:
+0245 20400233 call p_g24_prep 
+0246 7857fc00 disable user3 
+0247 7826fc00 enable decode_fec0 
+0248 7830fc00 enable is_rx 
+0249 78507c00 disable is_tx 
+024a 78287c00 enable swfine 
+024b 68014bc8 fetch 2 ,mem_24g_rx_window 
+024c 98003600 iforce stop_watch 
+024d 37c18400 correlate null ,timeout 
+024e 242c0282 nbranch p_g24_sync_timeout ,sync 
+024f 7846fc00 disable decode_fec0 
+0250 7825fc00 enable decode_fec1 
+0251 7823fc00 enable enable_white 
+0252 7824fc00 enable enable_crc 
+0253 2040027b call p_g24_receive_byte 
+0254 6000cc79 store 1 ,mem_24g_get_syncword_crc8 
+0255 6808cc78 fetcht 1 ,mem_24g_syncword_crc8 
+0256 98467c00 isub temp ,null 
+0257 2422827e nbranch p_g24_end_of_packet ,zero 
+0258 2040027b call p_g24_receive_byte 
+0259 6000cb3f store 1 ,mem_24g_rxbuf 
+025a 6800cb3f fetch 1 ,mem_24g_rxbuf 
+025b 6808cbc6 fetcht 1 ,mem_24g_data_type 
+025c a8400e00 icompare bits_data ,temp 
+025d 2420827e nbranch p_g24_end_of_packet ,true 
+
+p_g24_receive_skip:
+025e 2040027b call p_g24_receive_byte 
+025f e0a08000 istore 1 ,contw 
+0260 1fe97e00 rshift3 pdata ,pdata 
+0261 1fe1721f and pdata ,0x1f ,loopcnt 
+0262 20228266 branch p_g24rx_nopayload ,zero 
+
+p_g24rx_loop:
+0263 2040027b call p_g24_receive_byte 
+0264 e0a08000 istore 1 ,contw 
+0265 c2000263 loop p_g24rx_loop 
+
+p_g24rx_nopayload:
+0266 18a22200 copy contw ,rega 
+0267 2040027b call p_g24_receive_byte 
+0268 6000cd00 store 1 ,mem_rssi_hex_received 
+0269 1a220a00 copy rega ,contw 
+026a 09800018 parse demod ,bucket ,24 
+026b 78287c00 enable swfine 
+026c db600664 arg param_sifs ,stop_watch 
+026d 1fef7e00 rshift32 pdata ,pdata 
+026e 1ff17e00 rshift16 pdata ,pdata 
+026f e0a18000 istore 3 ,contw 
+0270 7845fc00 disable decode_fec1 
+0271 2023027e branch p_g24_end_of_packet ,crc_failed 
+0272 7837fc00 enable user3 
+0273 68008017 fetch 1 ,mem_last_freq 
+0274 1fe0a200 add pdata ,0 ,rega 
+0275 20402981 call rf_write_freq 
+0276 7846fc00 disable decode_fec0 
+0277 20402918 call set_sync_on 
+0278 6800cd00 fetch 1 ,mem_rssi_hex_received 
+0279 2040001f call p_rssi_signal 
+027a 20600000 rtn 
+
+p_g24_receive_byte:
+027b 09800008 parse demod ,bucket ,8 
+027c 19897e00 rshift3 pwindow ,pdata 
+027d 20600000 rtn 
+
+p_g24_end_of_packet:
+027e 784dfc00 disable encode_fec1 
+027f 7845fc00 disable decode_fec1 
+0280 2040264d call end_of_packet 
+0281 20600000 rtn 
+
+p_g24_sync_timeout:
+0282 2020027e branch p_g24_end_of_packet 
+
+p_g24_set_freq_tx:
+0283 20402918 call set_sync_on 
+0284 6808cbcf fetcht 1 ,mem_24g_ch 
+0285 20202933 branch set_freq_tx 
+
+p_g24_transmit:
+0286 204053c4 call le_enable 
+0287 68024bed fetch 4 ,mem_24g_addr 
+0288 98001200 iforce access 
+0289 20400233 call p_g24_prep 
+028a 20400283 call p_g24_set_freq_tx 
+028b 79202a00 set1 txgfsk ,radio_ctrl 
+028c 782efc00 enable encode_fec0 
+028d 78307c00 enable is_tx 
+028e 7850fc00 disable is_rx 
+028f 19317e00 rshift16 access ,pdata 
+0290 1fecfe00 rshift8 pdata ,pdata 
+0291 1ff1fe00 rshift4 pdata ,pdata 
+0292 08008628 inject mod ,40 
+0293 784efc00 disable encode_fec0 
+0294 782dfc00 enable encode_fec1 
+0295 7823fc00 enable enable_white 
+0296 7824fc00 enable enable_crc 
+0297 6800cc78 fetch 1 ,mem_24g_syncword_crc8 
+0298 08008608 inject mod ,8 
+0299 6800cbc7 fetch 1 ,mem_24g_txlen 
+029a 98007200 iforce loopcnt 
+029b d8c04b81 arg mem_24g_txpayload ,contr 
+
+p_g24tr_loop:
+029c e8c08000 ifetch 1 ,contr 
+029d 08008608 inject mod ,8 
+029e c200029c loop p_g24tr_loop 
+029f 78247c00 enable enable_parity 
+02a0 08008618 inject mod ,24 
+02a1 78447c00 disable enable_parity 
+02a2 37d38200 until null ,tx_clear 
+02a3 20000064 nop 100 
+02a4 784efc00 disable encode_fec0 
+02a5 784dfc00 disable encode_fec1 
+02a6 20600000 rtn 
+
+p_g24_timer_check:
+02a7 20407fe9 call disable_user 
+02a8 680a4be6 fetcht 4 ,mem_24g_tx_btclk 
+02a9 1c427e00 copy clkn_bt ,pdata 
+02aa 98467c00 isub temp ,null 
+02ab 24412d18 ncall g24_timer_timeout ,positive 
+02ac 1fe22400 copy pdata ,regb 
+02ad 68024be6 fetch 4 ,mem_24g_tx_btclk 
+02ae 6808cbea fetcht 1 ,mem_24g_interval 
+02af 98408400 iadd temp ,temp 
+02b0 1a427e00 copy regb ,pdata 
+02b1 98467c00 isub temp ,null 
+02b2 24610000 nrtn positive 
+02b3 793ffe1c set0 28 ,pdata 
+02b4 60024be6 store 4 ,mem_24g_tx_btclk 
+02b5 20207fe7 branch enable_user 
+
+p_rssi_noise:
+02b6 204029bb call save_rssi 
+02b7 207a0000 rtn blank 
+02b8 6808cc7f fetcht 1 ,mem_rssi_noise_index 
+02b9 da200d9e arg mem_rssi_noise_buffer ,rega 
+02ba 204002bd call p_rssi_store 
+02bb 6008cc7f storet 1 ,mem_rssi_noise_index 
+02bc 20600000 rtn 
+
+p_rssi_store:
+02bd 1a227e00 copy rega ,pdata 
+02be 98408a00 iadd temp ,contw 
+02bf 68008018 fetch 1 ,mem_rssi 
+02c0 e0a08000 istore 1 ,contw 
+02c1 18408401 increase 1 ,temp 
+02c2 18410407 and_into rssi_buf_len_signal ,temp 
+02c3 20600000 rtn 
+
+p_rssi_average:
+02c4 d8400000 arg 0 ,temp 
+02c5 df200008 arg rssi_buf_len_signal + 1 ,loopcnt 
+02c6 1a220c00 copy rega ,contr 
+
+p_rssi_average_loop:
+02c7 e8c08000 ifetch 1 ,contr 
+02c8 98408400 iadd temp ,temp 
+02c9 c20002c7 loop p_rssi_average_loop 
+02ca 18497e00 rshift3 temp ,pdata 
+02cb 1fe20400 copy pdata ,temp 
+02cc c6930000 rtnmark0 mark_24g 
+02cd 1fe6fc0a div pdata ,10 
+02ce 20407f86 call wait_div_end 
+02cf 1807fe00 quotient pdata 
+02d0 1ff27e00 lshift4 pdata ,pdata 
+02d1 18070400 remainder temp 
+02d2 98418400 ior temp ,temp 
+02d3 20600000 rtn 
+02d4 20600000 rtn 
+
+p_mouse_before_lpm:
+02d5 c6130000 rtnmark1 mark_24g 
+02d6 20400380 call p_mouse_le_txbuff_save 
+02d7 20400094 call p_mouse_setgpio_lpm 
+02d8 6800c040 fetch 1 ,mem_context 
+02d9 c30002dc bbit0 state_inconn ,p_clear_wake 
+02da 680080a0 fetch 1 ,mem_lpm_current_mult 
+02db 247a0000 nrtn blank 
+
+p_clear_wake:
+02dc 58000000 setarg 0 
+02dd 600400a1 store 8 ,mem_gpio_wakeup_low 
+02de 20600000 rtn 
 
 p_device_init:
-00c8 20403416 call app_lpm_mult_enable 
-00c9 203580d1 branch p_device_init_common ,wake 
-00ca 2040070d call p_mouse_data_init 
-00cb 6800c1de fetch 1 ,mem_tx_power 
-00cc 6000cc6a store 1 ,mem_tx_power_temp 
-00cd 20400533 call power_ctrl_pac_succ_cnt_init 
-00ce 6800c685 fetch 1 ,mem_ui_button_timeout 
-00cf 6000c6da store 1 ,mem_combination_ui_button_count 
-00d0 204043ca call mouse_bt_discovery_button_down_disable 
+02df 20403416 call app_lpm_mult_enable 
+02e0 203582e8 branch p_device_init_common ,wake 
+02e1 204003b3 call p_mouse_data_init 
+02e2 6800c1de fetch 1 ,mem_tx_power 
+02e3 6000cc7c store 1 ,mem_tx_power_temp 
+02e4 20400690 call power_ctrl_pac_succ_cnt_init 
+02e5 6800c685 fetch 1 ,mem_ui_button_timeout 
+02e6 6000c6da store 1 ,mem_combination_ui_button_count 
+02e7 204043ca call mouse_bt_discovery_button_down_disable 
 
 p_device_init_common:
-00d1 204000d3 call p_mouse_init 
-00d2 202074b9 branch enable_authrom 
+02e8 204002ea call p_mouse_init 
+02e9 202074b9 branch enable_authrom 
 
 p_mouse_init:
-00d3 2455812d ncall p_mouse_setting_config ,wake 
-00d4 2040010c call p_mouse_spi_init 
-00d5 20758000 rtn wake 
-00d6 20400181 call p_mouse_cb_fuction 
-00d7 204002e5 call p_mouse_check_key_gpio 
-00d8 c00280fa beq mouse_lm_button ,p_mouse_24g_pairing_button 
-00d9 20200163 branch p_mouse_wakeup_from_power 
-
-p_mouse_tx_power_init:
-00da 6800cc6a fetch 1 ,mem_tx_power_temp 
-00db 6000c1de store 1 ,mem_tx_power 
-00dc 20600000 rtn 
+02ea 24558338 ncall p_mouse_setting_config ,wake 
+02eb 2040031a call p_mouse_spi_init 
+02ec 20758000 rtn wake 
+02ed 2040036b call p_mouse_cb_fuction 
+02ee 20404083 call mouse_check_key_gpio 
+02ef c002830e beq mouse_lm_button ,p_mouse_24g_pairing_button 
+02f0 2040035d call p_mouse_wakeup_from_power 
 
 p_mouse_check_reconn_target:
-00dd 6800cb09 fetch 1 ,mem_mouse_multi_led_on_timer_init 
-00de 6000cb19 store 1 ,mem_mouse_device_led_on_timer_count 
-00df 704b1801 jam 1 ,mem_mouse_ble_reconn_enable 
-00e0 20400176 call p_mouse_store_le_mode_flag 
-00e1 204000da call p_mouse_tx_power_init 
-00e2 6800c210 fetch 1 ,mem_xrecord_mode 
-00e3 c01a00e5 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
-00e4 20600000 rtn 
+02f1 204002fa call p_mouse_tx_power_init 
+02f2 6800c720 fetch 1 ,mem_device_flag 
+02f3 c001019f beq mode_24g_device ,p_mouse_connect_24g_mode 
+
+p_mouse_check_bt_reconn_target:
+02f4 204004f8 call p_mouse_mode_bt_device1_multi_led_on 
+02f5 6800c210 fetch 1 ,mem_xrecord_mode 
+02f6 c01a02fd beq rec_4_mode ,p_mouse4_0_check_reconn_target 
+
+p_mouse_null_enter_hibernate_enable:
+02f7 70479d01 jam 1 ,mem_mouse_null_enter_hibernate_flag 
+02f8 70479e28 jam 40 ,mem_mouse_null_enter_hibernate_timer 
+02f9 20600000 rtn 
+
+p_mouse_tx_power_init:
+02fa 6800cc7c fetch 1 ,mem_tx_power_temp 
+02fb 6000c1de store 1 ,mem_tx_power 
+02fc 20600000 rtn 
 
 p_mouse4_0_check_reconn_target:
-00e5 70479f01 jam 1 ,mem_mouse_le_reconnect_flag 
-00e6 680146a8 fetch 2 ,mem_mouse_direct_timeout 
-00e7 6808cb15 fetcht 1 ,mem_mouse_fast_conn_flag 
-00e8 18467cff sub temp ,0xff ,null 
-00e9 242280eb nbranch p_mouse4_0_check_reconn_target_next ,zero 
-00ea 58000258 setarg 0x0258 
+02fd 70479f01 jam 1 ,mem_mouse_le_reconnect_flag 
+02fe 680146a8 fetch 2 ,mem_mouse_direct_timeout 
 
 p_mouse4_0_check_reconn_target_next:
-00eb 600146ae store 2 ,mem_mouse_direct_timer 
-00ec 20403418 call app_lpm_mult_disable 
-00ed 204000f3 call p_le_check_adv_flag 
-00ee 58000004 setarg adv_flag_bredr_not_supported 
-00ef e0c08000 istore 1 ,contr 
-00f0 d8c04390 arg mem_le_scan_data ,contr 
-00f1 20400398 call p_le_adv_data_update 
-00f2 20207df4 branch check_51cmd_adv 
+02ff 600146ae store 2 ,mem_mouse_direct_timer 
+0300 20403418 call app_lpm_mult_disable 
+0301 20400307 call p_le_check_adv_flag 
+0302 58000004 setarg adv_flag_bredr_not_supported 
+0303 e0c08000 istore 1 ,contr 
+0304 d8c04390 arg mem_le_scan_data ,contr 
+0305 204005be call p_le_adv_data_update 
+0306 20207df4 branch check_51cmd_adv 
 
 p_le_check_adv_flag:
-00f3 da204370 arg mem_le_adv_data ,rega 
+0307 da204370 arg mem_le_adv_data ,rega 
 
 p_le_check_adv_flag_loop:
-00f4 ea208000 ifetch 1 ,rega 
-00f5 207a0000 rtn blank 
-00f6 98c0a200 iadd contr ,rega 
-00f7 e8c08000 ifetch 1 ,contr 
-00f8 c1008000 rtneq 0x01 
-00f9 202000f4 branch p_le_check_adv_flag_loop 
+0308 ea208000 ifetch 1 ,rega 
+0309 207a0000 rtn blank 
+030a 98c0a200 iadd contr ,rega 
+030b e8c08000 ifetch 1 ,contr 
+030c c1008000 rtneq 0x01 
+030d 20200308 branch p_le_check_adv_flag_loop 
 
 p_mouse_24g_pairing_button:
-00fa 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-00fb c4088000 rtnbit0 mouse_enable_24g 
-00fc c3818000 rtnbit1 mosue_24g_pairing_flag 
-00fd c6130000 rtnmark1 mark_24g 
-00fe 20404482 call mouse_devce_led_off 
-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 60014be0 store 2 ,mem_24g_check_dongle_times 
-0105 204042ca call mouse_stop_discovery 
-0106 20200570 branch p_g24_start_pairing_sm1 
+030e c6130000 rtnmark1 mark_24g 
+030f d8e00003 arg mosue_24g_pairing_flag ,queue 
+0310 204043ce call mouse_enable_function_flag 
+0311 58000000 setarg 0 
+0312 600146ae store 2 ,mem_mouse_direct_timer 
+0313 6000c6b4 store 1 ,mem_mouse_send_blank_timer 
+0314 60014bf2 store 2 ,mem_24g_check_dongle_times 
+0315 204042ca call mouse_stop_discovery 
 
-p_mouse_dpi_config:
-0107 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-0108 c30a3d66 bbit0 mouse_enable_eeprom ,mouse_dpi_config 
-0109 6800c77a fetch 1 ,mem_mouse_dpi 
-010a c07fbd66 beq 0xff ,mouse_dpi_config 
-010b 20203d80 branch mouse_seting_dpi + 2 
+p_g24_start_pairing_sm1:
+0316 79200026 set1 mark_24g ,mark 
+0317 20400170 call p_g24_pair_init 
+
+p_g24_set_pairing_sm_1:
+0318 704bd501 jam state_24g_pairing_1 ,mem_24g_pairing_sm 
+0319 20600000 rtn 
 
 p_mouse_spi_init:
-010c 70421276 jam 0x76 ,mem_spi_init_clk 
-010d 20203d36 branch mouse_spi_init 
+031a 70421276 jam 0x76 ,mem_spi_init_clk 
+031b 20203d36 branch mouse_spi_init 
 
 p_mouse_init_sunt:
-010e 2040010c call p_mouse_spi_init 
-010f 204040c0 call mouse_spi_sdio_gpio_pollup 
-0110 6800c6e0 fetch 1 ,mem_config_sensor_type 
-0111 c002c0d5 beq p3610 ,mouse_init_3610sensor 
+031c 2040031a call p_mouse_spi_init 
+031d 204040c0 call mouse_spi_sdio_gpio_pollup 
 
 p_mouse_init_sensor:
-0112 204040d9 call mouse_read_sensor_id 
-0113 c018011c beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
-0114 c018811e beq p3065_id1 ,p_mouse_p3065_init_param 
-0115 204040d1 call mouse_twspi_reset 
-0116 200003e8 nop 1000 
-0117 20200112 branch p_mouse_init_sensor 
+031e 204040d9 call mouse_read_sensor_id 
+031f c0180328 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
+0320 c018832a beq p3065_id1 ,p_mouse_p3065_init_param 
+0321 204040d1 call mouse_twspi_reset 
+0322 200003e8 nop 1000 
+0323 2020031e branch p_mouse_init_sensor 
 
 p_mouse_init_sensor_reset:
-0118 704b0301 jam 1 ,mem_mouse_init_sensor_reset_flag 
-0119 2040640f call spi_ncs_enable 
-011a 2040010e call p_mouse_init_sunt 
-011b 20206411 branch spi_ncs_disable 
+0324 704b0c01 jam 1 ,mem_mouse_init_sensor_reset_flag 
+0325 2040640f call spi_ncs_enable 
+0326 2040031c call p_mouse_init_sunt 
+0327 20206411 branch spi_ncs_disable 
 
 p_mouse_init_p32xx_id2_judge:
-011c 20400123 call p_mouse_sensor_poweron 
-011d 202040e0 branch mouse_init_p32xx_id2_judge 
+0328 204003ad call p_mouse_sensor_poweron 
+0329 202040e0 branch mouse_init_p32xx_id2_judge 
 
 p_mouse_p3065_init_param:
-011e 20400123 call p_mouse_sensor_poweron 
-011f 6800c6de fetch 1 ,mem_sensor_id2 
-0120 c03840e8 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-0121 7046e001 jam p3065 ,mem_config_sensor_type 
-0122 20600000 rtn 
+032a 204003ad call p_mouse_sensor_poweron 
+032b 6800c6de fetch 1 ,mem_sensor_id2 
+032c c03840e8 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+032d 7046e001 jam p3065 ,mem_config_sensor_type 
+032e 20600000 rtn 
 
-p_mouse_sensor_poweron:
-0123 58008006 setarg 0x8006 
-0124 20406413 call twspi_write 
-0125 20002ee0 nop 12000 
-0126 20200107 branch p_mouse_dpi_config 
+p_mouse_sensor_powerdown_check:
+032f 6800cb0c fetch 1 ,mem_mouse_init_sensor_reset_flag 
+0330 207a0000 rtn blank 
+0331 704b0c00 jam 0 ,mem_mouse_init_sensor_reset_flag 
 
 p_mouse_sensor_powerdown:
-0127 58000006 setarg 0x06 
-0128 20406414 call twspi_read 
-0129 1fe1fe08 or pdata ,0x08 ,pdata 
-012a 1fed7e00 lshift8 pdata ,pdata 
-012b 1fe0fe06 add pdata ,0x06 ,pdata 
-012c 20206413 branch twspi_write 
+0332 58000006 setarg 0x06 
+0333 20406414 call twspi_read 
+0334 1fe1fe08 or pdata ,0x08 ,pdata 
+0335 1fed7e00 lshift8 pdata ,pdata 
+0336 1fe0fe06 add pdata ,0x06 ,pdata 
+0337 20206413 branch twspi_write 
 
 p_mouse_setting_config:
-012d 6800cb0f fetch 1 ,mem_mouse_button_select_device_timer_init 
-012e 6000cb10 store 1 ,mem_mouse_button_select_device_count 
-012f 20400461 call p_g24_set_device_addr 
-0130 20403e6e call mouse_gpio_init 
-0131 204002c0 call p_mouse_multi_led_init 
-0132 20403e1e call mouse_param_init 
-0133 58000000 setarg 0 
-0134 60014154 store 2 ,mem_lpm_interval 
-0135 20403e54 call mouse_adc_init 
-0136 20405810 call le_set_config_fixed_ltk 
-0137 20405839 call le_set_justwork 
-0138 2040582c call le_set_fixed_ltk 
-0139 20405818 call le_set_config_read_authentication 
+0338 204068a8 call adc_init_data 
+0339 680240a0 fetch 4 ,mem_lap 
+033a 60024bfc store 4 ,mem_24g_device_addr 
+033b 20403e6e call mouse_gpio_init 
+033c 20403e1e call mouse_param_init 
+033d 58000000 setarg 0 
+033e 60014154 store 2 ,mem_lpm_interval 
+033f 20403e54 call mouse_adc_init 
+0340 20405810 call le_set_config_fixed_ltk 
+0341 20405839 call le_set_justwork 
+0342 2040582c call le_set_fixed_ltk 
+0343 20405818 call le_set_config_read_authentication 
 
 p_mouse_init_iic:
-013a 2040659c call iic_init_390k 
-013b 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-013c 2feffe19 isolate1 mouse_enable_2k_eeprom ,pdata 
-013d 2440e5c2 ncall clear_eeprom_size_2k ,true 
-013e 2040443f call mouse_load_eeprom_dpi 
-013f 20400280 call p_mouse_load_eeprom_switch_mode 
-0140 20400154 call p_mouse_init_environment 
-0141 20400202 call p_mouse_set_24g_addr_eeprom 
-0142 204065df call iicd_read_eep_data 
-0143 20400147 call p_mouse_load_fast_conn_flag 
-0144 6800cb15 fetch 1 ,mem_mouse_fast_conn_flag 
-0145 c07f814f beq 0xff ,p_mouse_fast_conn_init 
-0146 20600000 rtn 
-
-p_mouse_load_fast_conn_flag:
-0147 d8400001 arg 1 ,temp 
-0148 da204b15 arg mem_mouse_fast_conn_flag ,rega 
-0149 da400064 arg mouse_fast_conn_flag_offset ,regb 
-014a 202065df branch iicd_read_eep_data 
-
-p_mouse_store_fast_conn_flag:
-014b d8400001 arg 1 ,temp 
-014c da204b15 arg mem_mouse_fast_conn_flag ,rega 
-014d da400064 arg mouse_fast_conn_flag_offset ,regb 
-014e 202065d1 branch iicd_write_protect_eep_data 
-
-p_mouse_fast_conn_init:
-014f 70421034 jam 0x34 ,mem_xrecord_mode 
-0150 58000000 setarg 0 
-0151 1fe47e00 invert pdata ,pdata 
-0152 600344a0 store 6 ,mem_le_lap 
-0153 20600000 rtn 
+0344 2040659c call iic_init_390k 
+0345 204065c2 call clear_eeprom_size_2k 
+0346 2040443f call mouse_load_eeprom_dpi 
+0347 2040034b call p_mouse_init_environment 
+0348 2040041f call p_mouse_set_24g_addr_eeprom 
+0349 204065df call iicd_read_eep_data 
+034a 20600000 rtn 
 
 p_mouse_init_environment:
-0154 204033c4 call app_initflag_check 
-0155 2022c316 branch mouse_eeprom_load_recon_info ,zero 
-0156 20400360 call p_le_addr_random_config 
-0157 20203dcb branch mouse_init_environment + 2 
+034b 204033c4 call app_initflag_check 
+034c 20228357 branch p_mouse_eeprom_load_recon_info ,zero 
+034d 20400592 call p_le_addr_random_config 
+034e 20203dcb branch mouse_init_environment + 2 
 
 p_app_flag_store:
-0158 d8400002 arg 2 ,temp 
-0159 da200aaa arg mem_timeup ,rega 
-015a da400062 arg mouse_eeprom_module_init_flag ,regb 
-015b 202065d1 branch iicd_write_protect_eep_data 
+034f d8400002 arg 2 ,temp 
+0350 da200aaa arg mem_timeup ,rega 
+0351 da400062 arg mouse_eeprom_module_init_flag ,regb 
+0352 202065d1 branch iicd_write_protect_eep_data 
 
 p_app_initflag_check:
-015c d8400002 arg 2 ,temp 
-015d da200a9a arg mem_pdatatemp ,rega 
-015e da400062 arg mouse_eeprom_module_init_flag ,regb 
-015f 202033c8 branch app_initflag_check + 4 
-
-p_mouse_24g_transmit_by_interrupt_exit_count_max:
-0160 58000177 setarg 375 
-0161 60014cf6 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-0162 20600000 rtn 
+0353 d8400002 arg 2 ,temp 
+0354 da200a9a arg mem_pdatatemp ,rega 
+0355 da400062 arg mouse_eeprom_module_init_flag ,regb 
+0356 202033c8 branch app_initflag_check + 4 
+
+p_mouse_eeprom_load_recon_info:
+0357 d8400058 arg 88 ,temp 
+0358 da204720 arg mem_device_flag ,rega 
+0359 da400000 arg mouse_info_eeprom_offect ,regb 
+035a 204065df call iicd_read_eep_data 
+035b 20400033 call p_mouse_switch_hwakeup_bypb 
+035c 2020431a branch mouse_select_reconn_device 
 
 p_mouse_wakeup_from_power:
-0163 58000019 setarg 25 
-0164 60014cf6 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-0165 24558160 ncall p_mouse_24g_transmit_by_interrupt_exit_count_max ,wake 
-0166 68008abd fetch 1 ,mem_wakup_from_power_flag 
-0167 2fec0003 isolate0 gpio_latch ,pdata 
-0168 2420816b nbranch p_mouse_wakeup_no_from_power ,true 
-0169 2040010e call p_mouse_init_sunt 
-016a 20400127 call p_mouse_sensor_powerdown 
+035d 2040031c call p_mouse_init_sunt 
+035e 20400332 call p_mouse_sensor_powerdown 
 
 p_mouse_wakeup_no_from_power:
-016b 6800c71f fetch 1 ,mem_reconn_times_init 
-016c 6000c71e store 1 ,mem_reconn_times 
-016d 6800cb11 fetch 1 ,mem_mouse_switch_device_flag 
-016e c00085a4 beq 0x01 ,p_g24_start_24g_mode 
-016f c00100dd beq 0x02 ,p_mouse_check_reconn_target 
-
-p_mouse_start_24g_mode:
-0170 20400174 call p_mouse_store_24g_mode_flag 
-0171 20400178 call p_g24_factory_check 
-0172 203405c8 branch p_g24_auto_pair_start ,user 
-0173 202005a4 branch p_g24_start_24g_mode 
-
-p_mouse_store_24g_mode_flag:
-0174 704b1101 jam 0x01 ,mem_mouse_switch_device_flag 
-0175 2020027c branch p_mouse_store_eerpom_switch_mode 
-
-p_mouse_store_le_mode_flag:
-0176 704b1102 jam 0x02 ,mem_mouse_switch_device_flag 
-0177 2020027c branch p_mouse_store_eerpom_switch_mode 
+035f 6800c71f fetch 1 ,mem_reconn_times_init 
+0360 6000c71e store 1 ,mem_reconn_times 
+0361 20600000 rtn 
 
 p_g24_factory_check:
-0178 df200002 arg 2 ,loopcnt 
-0179 d8c04bdb arg mem_24g_addr ,contr 
+0362 df200002 arg 2 ,loopcnt 
+0363 d8c04bed arg mem_24g_addr ,contr 
 
 p_pdata_0xff_check:
-017a 20407fe7 call enable_user 
-017b 5800ffff setarg 0xffff 
+0364 20407fe7 call enable_user 
+0365 5800ffff setarg 0xffff 
 
 p_pdata_0xff_check_loop:
-017c e8c90000 ifetcht 2 ,contr 
-017d 98467c00 isub temp ,null 
-017e 2442ffe9 ncall disable_user ,zero 
-017f c200017c loop p_pdata_0xff_check_loop 
-0180 20600000 rtn 
+0366 e8c90000 ifetcht 2 ,contr 
+0367 98467c00 isub temp ,null 
+0368 2442ffe9 ncall disable_user ,zero 
+0369 c2000366 loop p_pdata_0xff_check_loop 
+036a 20600000 rtn 
 
 p_mouse_cb_fuction:
-0181 58000192 setarg p_mouse_g24_package_data 
-0182 60014ce4 store 2 ,mem_cb_24g_data 
-0183 58000196 setarg p_mouse_le 
-0184 600141ef store 2 ,mem_cb_le_process 
-0185 5800044f setarg p_le_mouse_bb_event_connect_complete 
-0186 600141f9 store 2 ,mem_cb_att_write 
-0187 5800009e setarg p_mouse_before_lpm 
-0188 600141ed store 2 ,mem_cb_before_lpm 
-0189 580001c9 setarg p_mouse_priority_bb_event 
-018a 600141f5 store 2 ,mem_cb_bb_event_process 
-018b 580001b3 setarg p_mouse_idle 
-018c 600141f3 store 2 ,mem_cb_idle_process 
-018d 58000211 setarg p_mouse_before_hibernate 
-018e 600141eb store 2 ,mem_cb_before_hibernate 
-018f 58000226 setarg p_mouse_bb_event_timer 
-0190 600141fd store 2 ,mem_cb_event_timer 
-0191 20600000 rtn 
+036b 5800037c setarg p_mouse_g24_package_data 
+036c 60014cf6 store 2 ,mem_cb_24g_data 
+036d 58000393 setarg p_mouse_le 
+036e 600141ef store 2 ,mem_cb_le_process 
+036f 58000675 setarg p_le_mouse_bb_event_connect_complete 
+0370 600141f9 store 2 ,mem_cb_att_write 
+0371 580002d5 setarg p_mouse_before_lpm 
+0372 600141ed store 2 ,mem_cb_before_lpm 
+0373 580003e6 setarg p_mouse_priority_bb_event 
+0374 600141f5 store 2 ,mem_cb_bb_event_process 
+0375 580003d1 setarg p_mouse_idle 
+0376 600141f3 store 2 ,mem_cb_idle_process 
+0377 58000435 setarg p_mouse_before_hibernate 
+0378 600141eb store 2 ,mem_cb_before_hibernate 
+0379 58000447 setarg p_mouse_bb_event_timer 
+037a 600141fd store 2 ,mem_cb_event_timer 
+037b 20600000 rtn 
 
 p_mouse_g24_package_data:
-0192 20404401 call mouse_g24_package_data 
-0193 6801469f fetch 2 ,mem_mouse_z 
-0194 207a0000 rtn blank 
-0195 20200076 branch p_g24_transmit_by_interrupt_enable 
+037c 20404401 call mouse_g24_package_data 
+037d 6801469f fetch 2 ,mem_mouse_z 
+037e 207a0000 rtn blank 
+037f 202001b6 branch p_g24_transmit_by_interrupt_enable 
+
+p_mouse_le_txbuff_save:
+0380 d8c01800 arg mem_le_tx_buffer0 ,contr 
+0381 d8a0480a arg mem_le_tx_buffer0_omemalloc ,contw 
+0382 20400388 call p_mouse_le_txbuff_copy 
+0383 d8c01900 arg mem_le_tx_buffer1 ,contr 
+0384 20400388 call p_mouse_le_txbuff_copy 
+0385 d8c01a00 arg mem_le_tx_buffer2 ,contr 
+0386 20400388 call p_mouse_le_txbuff_copy 
+0387 d8c01b00 arg mem_le_tx_buffer3 ,contr 
+
+p_mouse_le_txbuff_copy:
+0388 df20001b arg 27 ,loopcnt 
+0389 20207f01 branch memcpy 
+
+p_mouse_le_txbuff_load:
+038a d8c0480a arg mem_le_tx_buffer0_omemalloc ,contr 
+038b d8a01800 arg mem_le_tx_buffer0 ,contw 
+038c 20400388 call p_mouse_le_txbuff_copy 
+038d d8a01900 arg mem_le_tx_buffer1 ,contw 
+038e 20400388 call p_mouse_le_txbuff_copy 
+038f d8a01a00 arg mem_le_tx_buffer2 ,contw 
+0390 20400388 call p_mouse_le_txbuff_copy 
+0391 d8a01b00 arg mem_le_tx_buffer3 ,contw 
+0392 20200388 branch p_mouse_le_txbuff_copy 
 
 p_mouse_le:
-0196 20405892 call le_fifo_check_nearly_full 
-0197 247a0000 nrtn blank 
-0198 6800cb15 fetch 1 ,mem_mouse_fast_conn_flag 
-0199 c07f819d beq 0xff ,p_mouse_le_next 
-019a 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-019b 1fe17e03 and pdata ,0x03 ,pdata 
-019c c1818000 rtnne 0x03 
+0393 20405892 call le_fifo_check_nearly_full 
+0394 247a0000 nrtn blank 
+0395 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+0396 1fe17e03 and pdata ,0x03 ,pdata 
+0397 c1818000 rtnne 0x03 
 
 p_mouse_le_next:
-019d 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
-019e 205a01b0 call p_mouse_clear_sensor_data ,blank 
-019f 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-01a0 c282c179 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-01a1 20403f97 call mouse_motion 
-01a2 24740000 nrtn user 
-01a3 204001a8 call p_mouse_le_current_mult_update 
-01a4 204004dd call p_mouse_data_xy_release 
-01a5 6801469f fetch 2 ,mem_mouse_z 
-01a6 245a01ad ncall p_mouse_wheel_trigger ,blank 
-01a7 20200712 branch p_mouse_data_push 
+0398 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0399 205a03ce call p_mouse_clear_sensor_data ,blank 
+039a 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
+039b c282c179 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+039c 20403f97 call mouse_motion 
+039d 24740000 nrtn user 
+039e 204003a5 call p_mouse_le_current_mult_update 
+039f 204003a8 call p_mouse_data_xy_release 
+03a0 204003c9 call p_mouse_wheel_trigger 
+
+p_mouse_data_push:
+03a1 da20469a arg mem_mouse_key ,rega 
+03a2 20407e3d call queue_push 
+03a3 205403b8 call p_mouse_queue_increase ,user 
+03a4 20600000 rtn 
 
 p_mouse_le_current_mult_update:
-01a8 6800c6f5 fetch 1 ,mem_config_function_enable 
-01a9 c3838000 rtnbit1 enable_sensor_motion_pin 
-01aa 70417200 jam 0 ,mem_lpm_mult 
-01ab 704afe1e jam 30 ,mem_mouse_le_current_mult_timer 
-01ac 20600000 rtn 
+03a5 70417200 jam 0 ,mem_lpm_mult 
+03a6 704b3b1e jam 30 ,mem_mouse_le_current_mult_timer 
+03a7 20600000 rtn 
+
+p_mouse_data_xy_release:
+03a8 6800cb3a fetch 1 ,mem_mouse_long_mult_flag 
+03a9 c1808000 rtnne 1 
+03aa 58000000 setarg 0 
+03ab 6000cb3a store 1 ,mem_mouse_long_mult_flag 
+03ac 6002469b store 4 ,mem_mouse_x 
+
+p_mouse_sensor_poweron:
+03ad 58008006 setarg 0x8006 
+03ae 20406413 call twspi_write 
+03af 20002ee0 nop 12000 
+
+p_mouse_dpi_config:
+03b0 6800c77a fetch 1 ,mem_mouse_dpi 
+03b1 c07fbd66 beq 0xff ,mouse_dpi_config 
+03b2 2020054a branch p_mouse_seting_dpi 
+
+p_mouse_data_init:
+03b3 7047a007 jam 7 ,mem_mouse_data_queue 
+03b4 7047a104 jam 4 ,mem_mouse_data_queue + 1 
+03b5 580047a0 setarg mem_mouse_data_queue 
+03b6 60014218 store 2 ,mem_queue_ptr 
+03b7 20207e38 branch queue_init 
+
+p_mouse_queue_increase:
+03b8 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
+03b9 1fe0fe01 increase 1 ,pdata 
+03ba 6000c7c1 store 1 ,mem_mouse_data_queue_num 
+03bb 20600000 rtn 
+
+p_mouse_data_pull:
+03bc da20469a arg mem_mouse_key ,rega 
+03bd 20407e54 call queue_pop 
+03be 203403c0 branch p_mouse_fill_data_le ,user 
+03bf 20600000 rtn 
+
+p_mouse_fill_data_le:
+03c0 20405652 call le_clear_md 
+03c1 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
+03c2 1fe67c01 sub pdata ,1 ,null 
+03c3 24415650 ncall le_set_md ,positive 
+03c4 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
+03c5 207a0000 rtn blank 
+03c6 1fe0ffff increase -1 ,pdata 
+03c7 6000c7c1 store 1 ,mem_mouse_data_queue_num 
+03c8 20203f90 branch mouse_fill_data_le 
 
 p_mouse_wheel_trigger:
-01ad 70480601 jam 1 ,mem_mouse_wheel_trigger 
-01ae 70480702 jam 2 ,mem_mouse_wheel_trigger_timer 
-01af 20600000 rtn 
+03c9 6801469f fetch 2 ,mem_mouse_z 
+03ca 207a0000 rtn blank 
+03cb 70480601 jam 1 ,mem_mouse_wheel_trigger 
+03cc 70480702 jam 2 ,mem_mouse_wheel_trigger_timer 
+03cd 20600000 rtn 
 
 p_mouse_clear_sensor_data:
-01b0 20405814 call le_set_config_more_data 
-01b1 70479c01 jam 1 ,mem_mouse_clear_sensor_data_flag 
-01b2 20200123 branch p_mouse_sensor_poweron 
+03ce 20405814 call le_set_config_more_data 
+03cf 70479c01 jam 1 ,mem_mouse_clear_sensor_data_flag 
+03d0 202003ad branch p_mouse_sensor_poweron 
 
 p_mouse_idle:
-01b3 20407e34 call ui_check_paring_button 
-01b4 204001b6 call p_mouse_dpi_check 
-01b5 20203ee0 branch mouse_wheel_check 
+03d1 20407e34 call ui_check_paring_button 
+03d2 20203ee0 branch mouse_wheel_check 
 
 p_mouse_dpi_check:
-01b6 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
-01b7 2040030e call p_gpio_set_input_pd 
-01b8 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
-01b9 2040681d call gpio_get_bit 
-01ba 202081c7 branch p_mouse_dpi_up ,true 
-01bb 20400317 call p_gpio_set_input_pu 
+03d3 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
+03d4 20400578 call p_gpio_set_input_pd 
+03d5 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
+03d6 2040681d call gpio_get_bit 
+03d7 202083e4 branch p_mouse_dpi_up ,true 
+03d8 2040057e call p_gpio_set_input_pu 
 
 p_mouse_dpi_down:
-01bc 6800c6b6 fetch 1 ,mem_mouse_dpi_button_state 
-01bd c1000000 rtneq dpi_button_state_down 
-01be 7046b600 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
-01bf 6800c77a fetch 1 ,mem_mouse_dpi 
-01c0 1fe0fe01 increase 1 ,pdata 
-01c1 1fe17e03 and pdata ,0x03 ,pdata 
-01c2 6000c77a store 1 ,mem_mouse_dpi 
-01c3 1fe0fe02 increase 2 ,pdata 
-01c4 60014b0c store 2 ,mem_mouse_multi_led_blink_count 
-01c5 204002d8 call p_mouse_dpi_multi_led_blink 
-01c6 20203d74 branch mouse_dpi_down + 7 
+03d9 6800c6b6 fetch 1 ,mem_mouse_dpi_button_state 
+03da c1000000 rtneq dpi_button_state_down 
+03db 7046b600 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+03dc 6800c77a fetch 1 ,mem_mouse_dpi 
+03dd 1fe0fe01 increase 1 ,pdata 
+03de 1fe17e03 and pdata ,0x03 ,pdata 
+03df 6000c77a store 1 ,mem_mouse_dpi 
+03e0 1fe0fe02 increase 2 ,pdata 
+03e1 6000cb06 store 1 ,mem_mouse_multi_led_blink_count 
+03e2 20400508 call p_mouse_dpi_multi_led_blink 
+03e3 20203d74 branch mouse_dpi_down + 7 
 
 p_mouse_dpi_up:
-01c7 20400317 call p_gpio_set_input_pu 
-01c8 20203d62 branch mouse_dpi_up 
+03e4 2040057e call p_gpio_set_input_pu 
+03e5 20203d62 branch mouse_dpi_up 
 
 p_mouse_priority_bb_event:
-01c9 1a627e00 copy regc ,pdata 
-01ca c00a01d3 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
-01cb c00a81d9 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-01cc c01481e2 beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
-01cd c01901e4 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-01ce c02001eb beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
-01cf c01c81f6 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-01d0 c01d0206 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-01d1 c01e020e beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-01d2 2020417d branch mouse_priority_bb_event + 1 
+03e6 1a627e00 copy regc ,pdata 
+03e7 c00a03f0 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+03e8 c00a83f4 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+03e9 c01483fd beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
+03ea c01903ff beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+03eb c0200406 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+03ec c01c8412 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+03ed c01d0423 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+03ee c01e042d beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+03ef 2020417d branch mouse_priority_bb_event + 1 
 
 p_mouse_le_bb_event_connected:
-01d3 704b1200 jam 0 ,mem_mouse_ble_led_on_enable 
-01d4 704afd00 jam 0 ,mem_mouse_long_mult_flag 
-01d5 20400176 call p_mouse_store_le_mode_flag 
-01d6 20400118 call p_mouse_init_sensor_reset 
-01d7 2040070d call p_mouse_data_init 
-01d8 202041c3 branch mouse_le_bb_event_connected 
+03f0 20400324 call p_mouse_init_sensor_reset 
+03f1 2040042a call p_mouse_null_enter_hibernate_disable 
+03f2 204003b3 call p_mouse_data_init 
+03f3 202041c3 branch mouse_le_bb_event_connected 
 
 p_mouse_le_bb_disconnected:
-01d9 20400222 call p_mouse_sensor_powerdown_check 
-01da 58000007 setarg le_interval_8_75ms 
-01db 60014496 store 2 ,mem_le_interval_min 
-01dc 60014498 store 2 ,mem_le_interval_min + 2 
-01dd 7047c400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-01de 70479c00 jam 0 ,mem_mouse_clear_sensor_data_flag 
-01df 2040070d call p_mouse_data_init 
-01e0 20405816 call le_clr_config_more_data 
-01e1 202041d9 branch mouse_bb_disconnected 
+03f4 2040032f call p_mouse_sensor_powerdown_check 
+03f5 58000007 setarg le_interval_8_75ms 
+03f6 60014496 store 2 ,mem_le_interval_min 
+03f7 60014498 store 2 ,mem_le_interval_min + 2 
+03f8 7047c400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+03f9 70479c00 jam 0 ,mem_mouse_clear_sensor_data_flag 
+03fa 204003b3 call p_mouse_data_init 
+03fb 20405816 call le_clr_config_more_data 
+03fc 202041d9 branch mouse_bb_disconnected 
 
 p_mouse_le_enc_info:
 
 p_app_updata_le_param:
-01e2 700a9912 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-01e3 20207d8f branch ui_ipc_send_cmd 
+03fd 700a9912 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+03fe 20207d8f branch ui_ipc_send_cmd 
 
 p_mouse_le_ll_start_encryt:
-01e4 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
-01e5 c00081e7 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
-01e6 202001e9 branch p_mouse_le_ll_enable_start_enc_flag 
+03ff 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
+0400 c0008402 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+0401 20200404 branch p_mouse_le_ll_enable_start_enc_flag 
 
 p_mouse_le_ll_reconn_start_encryt:
-01e7 204001e2 call p_app_updata_le_param 
-01e8 7046c614 jam 20 ,mem_le_start_encrypt_timer 
+0402 204003fd call p_app_updata_le_param 
+0403 7046c614 jam 20 ,mem_le_start_encrypt_timer 
 
 p_mouse_le_ll_enable_start_enc_flag:
-01e9 d8e00001 arg ll_start_enc_flag ,queue 
-01ea 202041b9 branch mouse_le_enable_connect_flag 
+0404 d8e00001 arg ll_start_enc_flag ,queue 
+0405 202041b9 branch mouse_le_enable_connect_flag 
 
 p_mouse_le_conn_param_update_rsp_recieved:
-01eb 68014509 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-01ec c1000000 rtneq ble_signaling_connect_parameter_update_accepted 
-01ed 68008441 fetch 1 ,mem_le_tsniff 
-01ee 1feb7e00 rshift2 pdata ,pdata 
-01ef 1fe67c0c sub pdata ,le_interval_15ms ,null 
-01f0 20610000 rtn positive 
-01f1 58000009 setarg le_interval_11_25ms 
-01f2 60014496 store 2 ,mem_le_interval_min 
-01f3 60014498 store 2 ,mem_le_interval_min + 2 
-01f4 204001e2 call p_app_updata_le_param 
-01f5 202003b7 branch p_mouse_le_conn_param_lpm_disable 
+0406 68014509 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0407 c1000000 rtneq ble_signaling_connect_parameter_update_accepted 
+0408 68008441 fetch 1 ,mem_le_tsniff 
+0409 1feb7e00 rshift2 pdata ,pdata 
+040a 1fe67c0c sub pdata ,le_interval_15ms ,null 
+040b 20610000 rtn positive 
+040c 58000009 setarg le_interval_11_25ms 
+040d 60014496 store 2 ,mem_le_interval_min 
+040e 60014498 store 2 ,mem_le_interval_min + 2 
+040f 204003fd call p_app_updata_le_param 
+
+p_mouse_le_conn_param_lpm_disable:
+0410 7047c401 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
+0411 20600000 rtn 
 
 p_mouse_24g_pairing_complete:
-01f6 20400174 call p_mouse_store_24g_mode_flag 
-01f7 20400118 call p_mouse_init_sensor_reset 
-01f8 70478b01 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-01f9 d8e00003 arg mosue_24g_pairing_flag ,queue 
-01fa 204043d2 call mouse_disable_function_flag 
-01fb 58000000 setarg 0 
-01fc 60014707 store 2 ,mem_24g_pairing_timer_count 
-01fd 7046a700 jam 0 ,mem_mouse_move_flag 
-01fe 2040405d call mouse_read_sensor_common 
-01ff 204000da call p_mouse_tx_power_init 
-0200 20400202 call p_mouse_set_24g_addr_eeprom 
-0201 202065d1 branch iicd_write_protect_eep_data 
+0412 20400324 call p_mouse_init_sensor_reset 
+0413 70478b01 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0414 d8e00003 arg mosue_24g_pairing_flag ,queue 
+0415 204043d2 call mouse_disable_function_flag 
+0416 58000000 setarg 0 
+0417 60014707 store 2 ,mem_24g_pairing_timer_count 
+0418 7046a700 jam 0 ,mem_mouse_move_flag 
+0419 2040405d call mouse_read_sensor_common 
+041a 2040042a call p_mouse_null_enter_hibernate_disable 
+041b 20400430 call p_mouse_store_24g_device_2eeprom 
+041c 204002fa call p_mouse_tx_power_init 
+041d 2040041f call p_mouse_set_24g_addr_eeprom 
+041e 202065d1 branch iicd_write_protect_eep_data 
 
 p_mouse_set_24g_addr_eeprom:
-0202 da204bdb arg mem_24g_addr ,rega 
-0203 da40005b arg mouse_g24_addr_eeprom_offect ,regb 
-0204 d8400004 arg 4 ,temp 
-0205 20600000 rtn 
+041f da204bed arg mem_24g_addr ,rega 
+0420 da40005b arg mouse_g24_addr_eeprom_offect ,regb 
+0421 d8400004 arg 4 ,temp 
+0422 20600000 rtn 
 
 p_mouse_24g_attempt_fail:
-0206 20400222 call p_mouse_sensor_powerdown_check 
-0207 704cf300 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-0208 204000da call p_mouse_tx_power_init 
-0209 204005ee call p_g24_check_51cmd_stop_24g 
-020a 2020020b branch p_mouse_null_enter_hibernate_enable 
-
-p_mouse_null_enter_hibernate_enable:
-020b 70479d01 jam 1 ,mem_mouse_null_enter_hibernate_flag 
-020c 70479e28 jam 40 ,mem_mouse_null_enter_hibernate_timer 
-020d 20600000 rtn 
+0423 2040032f call p_mouse_sensor_powerdown_check 
+0424 704d0500 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0425 204002fa call p_mouse_tx_power_init 
+0426 204001f0 call p_g24_check_51cmd_stop_24g 
+
+p_app_enter_hibernate_before_check:
+0427 6800cb09 fetch 1 ,mem_mouse_multi_led_on_poweron2s_flag 
+0428 243a02f7 nbranch p_mouse_null_enter_hibernate_enable ,blank 
+0429 2020340a branch app_enter_hibernate 
+
+p_mouse_null_enter_hibernate_disable:
+042a 70479d00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+042b 70479e00 jam 0 ,mem_mouse_null_enter_hibernate_timer 
+042c 20600000 rtn 
 
 p_mouse_24g_attempt_success:
-020e 20400174 call p_mouse_store_24g_mode_flag 
-020f 20400118 call p_mouse_init_sensor_reset 
-0210 20203f8d branch mouse_no_data_timer_init 
+042d 20400324 call p_mouse_init_sensor_reset 
+042e 20403f8d call mouse_no_data_timer_init 
+042f 2040042a call p_mouse_null_enter_hibernate_disable 
+
+p_mouse_store_24g_device_2eeprom:
+0430 20404366 call mouse_cheak_select_24gdevice 
+
+p_mouse_store_device_number2eeprom:
+0431 d8400001 arg 1 ,temp 
+0432 da204720 arg mem_device_flag ,rega 
+0433 da400000 arg 0 ,regb 
+0434 202065d1 branch iicd_write_protect_eep_data 
 
 p_mouse_before_hibernate:
-0211 78347c00 enable user 
-0212 68120138 hfetch 4 ,0x8138 
-0213 79347e1a setflag user ,26 ,pdata 
-0214 6012004c hstore 4 ,core_lpm_reg 
-0215 20402c21 call lpm_write_ctrl 
-0216 20400222 call p_mouse_sensor_powerdown_check 
-0217 204074bd call disable_authrom 
-0218 20404482 call mouse_devce_led_off 
-0219 20403e9f call mouse_before_hibernate_wheel_gpio_set 
-021a 20403ebf call mouse_lpm_before_common 
-021b 204002ce call p_mouse_multi_led_off2 
-
-p_set_ice_gpio:
-021c 6808cb14 fetcht 1 ,mem_device_state_led_gpio 
-021d 204067fb call gpio_config_input 
-021e 6808cb14 fetcht 1 ,mem_device_state_led_gpio 
-021f 79200407 set1 gpio_active_bit ,temp 
-0220 d8a08078 arg core_gpio_pu0 ,contw 
-0221 20206830 branch gpio_set_bit 
-
-p_mouse_sensor_powerdown_check:
-0222 6800cb03 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-0223 207a0000 rtn blank 
-0224 704b0300 jam 0 ,mem_mouse_init_sensor_reset_flag 
-0225 20200127 branch p_mouse_sensor_powerdown 
+0435 78347c00 enable user 
+0436 68120138 hfetch 4 ,0x8138 
+0437 79347e1a setflag user ,26 ,pdata 
+0438 6012004c hstore 4 ,core_lpm_reg 
+0439 20402c21 call lpm_write_ctrl 
+043a 2040032f call p_mouse_sensor_powerdown_check 
+043b 204074bd call disable_authrom 
+043c 20403e9f call mouse_before_hibernate_wheel_gpio_set 
+043d 20400098 call p_mouse_setgpio_lpm_before 
+043e 680080a2 fetch 1 ,mem_gpio_wakeup_low + 1 
+043f 1fe17efe and pdata ,0xfe ,pdata 
+0440 600080a2 store 1 ,mem_gpio_wakeup_low + 1 
+0441 6808c6ed fetcht 1 ,mem_config_select_device_button_gpio 
+0442 20400578 call p_gpio_set_input_pd 
+0443 680080a6 fetch 1 ,mem_gpio_wakeup_high + 1 
+0444 1fe1fe01 or pdata ,0x01 ,pdata 
+0445 600080a6 store 1 ,mem_gpio_wakeup_high + 1 
+0446 20600000 rtn 
 
 p_mouse_bb_event_timer:
-0226 204002ab call p_mouse_multi_led_blink_timer 
-0227 20400237 call p_mouse_24g_long_sleep_param_update_timer 
-0228 2040023e call p_mouse_le_current_mult_update_timer 
-0229 20400232 call p_mouse_wheel_trigger_timer 
-022a 2040025e call p_mouse_null_enter_hibernate_timer 
-022b 20400248 call p_mouse_bt_discovery_check 
-022c 20404234 call mouse_check_discovery_timeout_timer 
-022d 20404237 call mouse_check_direct_timeout_timer 
-022e 20400267 call p_mouse_select_device 
-022f 2040423a call mouse_check_no_data_timeout_timer 
-0230 20400284 call p_mouse_device_ble_led_timer 
-0231 20200245 branch p_mouse_le_enable_att_list_timer 
-
-p_mouse_wheel_trigger_timer:
-0232 da604807 arg mem_mouse_wheel_trigger_timer ,regc 
-0233 da400235 arg p_mouse_wheel_trigger_disable ,regb 
-0234 2020336d branch timer_single_step 
-
-p_mouse_wheel_trigger_disable:
-0235 70480600 jam 0 ,mem_mouse_wheel_trigger 
-0236 20600000 rtn 
+0447 2040050b call p_mouse_adc_read 
+0448 2040053a call p_mouse_low_voltage_led_timer 
+0449 20400465 call p_mouse_wheel_trigger_timer 
+044a 2040047f call p_mouse_null_enter_hibernate_timer 
+044b 2040046a call p_mouse_bt_discovery_check 
+044c 20400488 call p_mouse_select_device 
+044d 20404234 call mouse_check_discovery_timeout_timer 
+044e 204003d3 call p_mouse_dpi_check 
+044f 20400455 call p_mouse_24g_long_sleep_param_update_timer 
+0450 20404237 call mouse_check_direct_timeout_timer 
+0451 2040045c call p_mouse_le_enable_att_list_timer 
+0452 2040045f call p_mouse_le_current_mult_update_timer 
+0453 204004bf call p_mouse_multi_led_blink_timer 
+0454 2020423a branch mouse_check_no_data_timeout_timer 
 
 p_mouse_24g_long_sleep_param_update_timer:
-0237 da604aff arg mem_24g_long_sleep_param_update_timer ,regc 
-0238 da40023a arg p_mouse_24g_long_sleep_normal_param ,regb 
-0239 2020336d branch timer_single_step 
+0455 da604b3c arg mem_24g_long_sleep_param_update_timer ,regc 
+0456 da400458 arg p_mouse_24g_long_sleep_normal_param ,regb 
+0457 2020336d branch timer_single_step 
 
 p_mouse_24g_long_sleep_normal_param:
-023a 5836ee80 setarg g24_long_sleep_step2 
-023b 6001cbe2 store 3 ,mem_24g_enter_hibernate 
-023c 704afd01 jam 1 ,mem_mouse_long_mult_flag 
-023d 20600000 rtn 
+0458 5836ee80 setarg g24_long_sleep_step2 
+0459 6001cbf4 store 3 ,mem_24g_enter_hibernate 
+
+p_mouse_long_mult_flag_enable:
+045a 704b3a01 jam 1 ,mem_mouse_long_mult_flag 
+045b 20600000 rtn 
+
+p_mouse_le_enable_att_list_timer:
+045c da6046c6 arg mem_le_start_encrypt_timer ,regc 
+045d da403d60 arg mouse_le_write_enable ,regb 
+045e 2020336d branch timer_single_step 
 
 p_mouse_le_current_mult_update_timer:
-023e da604afe arg mem_mouse_le_current_mult_timer ,regc 
-023f da400241 arg p_mouse_le_current_mult_reinit ,regb 
-0240 2020336d branch timer_single_step 
+045f da604b3b arg mem_mouse_le_current_mult_timer ,regc 
+0460 da400462 arg p_mouse_le_current_mult_reinit ,regb 
+0461 2020336d branch timer_single_step 
 
 p_mouse_le_current_mult_reinit:
-0241 6800c7c5 fetch 1 ,mem_lpm_mult_init 
-0242 6000c172 store 1 ,mem_lpm_mult 
-0243 704afd01 jam 1 ,mem_mouse_long_mult_flag 
-0244 20600000 rtn 
+0462 6800c7c5 fetch 1 ,mem_lpm_mult_init 
+0463 6000c172 store 1 ,mem_lpm_mult 
+0464 2020045a branch p_mouse_long_mult_flag_enable 
 
-p_mouse_le_enable_att_list_timer:
-0245 da6046c6 arg mem_le_start_encrypt_timer ,regc 
-0246 da403d60 arg mouse_le_write_enable ,regb 
-0247 2020336d branch timer_single_step 
+p_mouse_wheel_trigger_timer:
+0465 da604807 arg mem_mouse_wheel_trigger_timer ,regc 
+0466 da400468 arg p_mouse_wheel_trigger_disable ,regb 
+0467 2020336d branch timer_single_step 
+
+p_mouse_wheel_trigger_disable:
+0468 70480600 jam 0 ,mem_mouse_wheel_trigger 
+0469 20600000 rtn 
 
 p_mouse_bt_discovery_check:
 
-p_mouse_bt_discovery_commbination_key:
-0248 204002e5 call p_mouse_check_key_gpio 
-0249 6800cb17 fetch 1 ,mem_mouse_id_key_state 
-024a 203a0253 branch p_mouse_bt_discovery_commbination_key_down ,blank 
+p_mouse_bt_discovery_by_button:
+046a 204004b3 call p_mouse_pb_button_check 
+046b 2420846f nbranch p_mouse_bt_discovery_commbination_key_down ,true 
 
 p_mouse_bt_discovery_commbination_key_up:
-024b 6800c685 fetch 1 ,mem_ui_button_timeout 
-024c 6000c6da store 1 ,mem_combination_ui_button_count 
-024d 6800c6db fetch 1 ,mem_bt_discovey_button_statue 
-024e c1008000 rtneq dpi_button_state_up 
-024f 7046db01 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
-0250 d8e00009 arg mouse_bt_discovery_button_long_down_flag ,queue 
-0251 204043d2 call mouse_disable_function_flag 
-0252 202043ca branch mouse_bt_discovery_button_down_disable 
+046c 204043a9 call mouse_bt_discovery_commbination_key_up 
+046d d8e00009 arg mouse_bt_discovery_button_long_down_flag ,queue 
+046e 202043d2 branch mouse_disable_function_flag 
 
 p_mouse_bt_discovery_commbination_key_down:
-0253 70479e28 jam 40 ,mem_mouse_null_enter_hibernate_timer 
-0254 20400256 call p_mouse_bt_discovery_timer 
-0255 202043b0 branch mouse_bt_discovery_commbination_key_down + 1 
+046f 70479e28 jam 40 ,mem_mouse_null_enter_hibernate_timer 
+0470 20400472 call p_mouse_bt_discovery_timer 
+0471 202043b0 branch mouse_bt_discovery_commbination_key_down + 1 
 
 p_mouse_bt_discovery_timer:
-0256 da6046da arg mem_combination_ui_button_count ,regc 
-0257 da400259 arg p_mouse_long_button_bt_discovery ,regb 
-0258 2020336d branch timer_single_step 
+0472 da6046da arg mem_combination_ui_button_count ,regc 
+0473 da400475 arg p_mouse_long_button_bt_discovery ,regb 
+0474 2020336d branch timer_single_step 
 
 p_mouse_long_button_bt_discovery:
-0259 68014682 fetch 2 ,mem_ui_state_map 
-025a 2feffe0b isolate1 ui_state_ble_adv ,pdata 
-025b 2040c2d4 call mouse_stop_le_adv ,true 
-025c 704b1201 jam 1 ,mem_mouse_ble_led_on_enable 
-025d 202043b8 branch mouse_long_button_bt_discovry 
+0475 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
+0476 c3848000 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+0477 704b0a00 jam 0 ,mem_mouse_long_button_select_device 
+0478 204004bb call p_mouse_store_device_mode_2eeporm 
+0479 68014682 fetch 2 ,mem_ui_state_map 
+047a 2feffe0b isolate1 ui_state_ble_adv ,pdata 
+047b 2040c2d4 call mouse_stop_le_adv ,true 
+047c d8e00009 arg mouse_bt_discovery_button_long_down_flag ,queue 
+047d 204043ce call mouse_enable_function_flag 
+047e 202043b8 branch mouse_long_button_bt_discovry 
 
 p_mouse_null_enter_hibernate_timer:
-025e 6800c79d fetch 1 ,mem_mouse_null_enter_hibernate_flag 
-025f 207a0000 rtn blank 
-0260 6800c79e fetch 1 ,mem_mouse_null_enter_hibernate_timer 
-0261 203a0265 branch p_mouse_null_enter_hibernate ,blank 
-0262 1fe0ffff increase -1 ,pdata 
-0263 6000c79e store 1 ,mem_mouse_null_enter_hibernate_timer 
-0264 20600000 rtn 
+047f 6800c79d fetch 1 ,mem_mouse_null_enter_hibernate_flag 
+0480 207a0000 rtn blank 
+0481 6800cb06 fetch 1 ,mem_mouse_multi_led_blink_count 
+0482 247a0000 nrtn blank 
+0483 da60479e arg mem_mouse_null_enter_hibernate_timer ,regc 
+0484 da400486 arg p_mouse_null_enter_hibernate ,regb 
+0485 2020336d branch timer_single_step 
 
 p_mouse_null_enter_hibernate:
-0265 70479d00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
-0266 2020340a branch app_enter_hibernate 
+0486 70479d00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+0487 2020340a branch app_enter_hibernate 
 
 p_mouse_select_device:
 
 p_mouse_select_device_by_button:
-0267 6800c6b6 fetch 1 ,mem_mouse_dpi_button_state 
-0268 203a0270 branch p_mouse_select_device_button_down ,blank 
+0488 204004b3 call p_mouse_pb_button_check 
+0489 242084a3 nbranch p_mouse_select_device_button_down ,true 
 
 p_mouse_select_device_button_up:
-0269 6800cb0f fetch 1 ,mem_mouse_button_select_device_timer_init 
-026a 6000cb10 store 1 ,mem_mouse_button_select_device_count 
-026b 6800c6b6 fetch 1 ,mem_mouse_dpi_button_state 
-026c c1008000 rtneq dpi_button_state_up 
-026d 7046b601 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-026e d8e00006 arg mouse_long_bt_button_flag ,queue 
-026f 202043d2 branch mouse_disable_function_flag 
+048a 6800cafd fetch 1 ,mem_mouse_button_select_device_timer_init 
+048b 6000cafe store 1 ,mem_mouse_button_select_device_count 
+048c 6800cb3d fetch 1 ,mem_mouse_select_device_button_wakeup_flag 
+048d 245a04b7 ncall p_mouse_select_button_wakeup_firstup ,blank 
+048e 6800c6d9 fetch 1 ,mem_select_device_button_statue 
+048f c1008000 rtneq dpi_button_state_up 
+0490 7046d901 jam dpi_button_state_up ,mem_select_device_button_statue 
+0491 d8400001 arg 1 ,temp 
+0492 da204b0a arg mem_mouse_long_button_select_device ,rega 
+0493 da400061 arg mouse_device_mode_eeprom_offset ,regb 
+0494 204065df call iicd_read_eep_data 
+0495 6800cb0a fetch 1 ,mem_mouse_long_button_select_device 
+0496 203a04ba branch p_mouse_select_device_and_reset ,blank 
+
+p_mouse_ready_reconnection_by_button:
+0497 2040049c call p_mouse_switch_device_flag 
+0498 7041bd00 jam 0 ,mem_link_key_exists 
+0499 20400431 call p_mouse_store_device_number2eeprom 
+049a 204043c0 call mouse_select_device_enable 
+049b 2020437e branch mouse_set_reconnection 
+
+p_mouse_switch_device_flag:
+049c 6808c720 fetcht 1 ,mem_device_flag 
+049d 18408401 increase 1 ,temp 
+049e 6800c6d2 fetch 1 ,mem_device_number 
+049f 98467c00 isub temp ,null 
+04a0 244143cc ncall mouse_select_device_count_clean ,positive 
+04a1 6008c720 storet 1 ,mem_device_flag 
+04a2 20600000 rtn 
 
 p_mouse_select_device_button_down:
+04a3 6800cb3d fetch 1 ,mem_mouse_select_device_button_wakeup_flag 
+04a4 247a0000 nrtn blank 
+04a5 68014682 fetch 2 ,mem_ui_state_map 
+04a6 c28584a8 bbit1 ui_state_ble_adv ,p_mouse_select_device_button_down_next 
+04a7 704aff00 jam off ,mem_mouse_multi_led_blink_enable 
+
+p_mouse_select_device_button_down_next:
+04a8 68014208 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+04a9 c3850000 rtnbit1 app_disc_pb_button 
+04aa 6800c6d9 fetch 1 ,mem_select_device_button_statue 
+04ab c1000000 rtneq dpi_button_state_down 
+04ac 7046d900 jam dpi_button_state_down ,mem_select_device_button_statue 
+04ad 68014682 fetch 2 ,mem_ui_state_map 
+04ae c4048000 rtnbit0 ui_state_ble_connected 
+
+p_mouse_pb_button_2ble_disconnect:
+04af 6801420a fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+04b0 79207e0a set1 app_disc_pb_button ,pdata 
+04b1 6001420a store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+04b2 20204386 branch mouse_disconnect 
+
+p_mouse_pb_button_check:
+04b3 6808c6ed fetcht 1 ,mem_config_select_device_button_gpio 
+04b4 20400578 call p_gpio_set_input_pd 
+04b5 6808c6ed fetcht 1 ,mem_config_select_device_button_gpio 
+04b6 2020681d branch gpio_get_bit 
+
+p_mouse_select_button_wakeup_firstup:
+04b7 704b3d00 jam 0 ,mem_mouse_select_device_button_wakeup_flag 
+04b8 7046d901 jam dpi_button_state_up ,mem_select_device_button_statue 
+04b9 20600000 rtn 
+
+p_mouse_select_device_and_reset:
+04ba 704b0aff jam 0xff ,mem_mouse_long_button_select_device 
 
-p_mouse_button_select_device_timer:
-0270 da604b10 arg mem_mouse_button_select_device_count ,regc 
-0271 da400273 arg p_mouse_long_button_select_device ,regb 
-0272 2020336d branch timer_single_step 
-
-p_mouse_long_button_select_device:
-0273 20200274 branch p_mouse_switch_device_decide 
-
-p_mouse_switch_device_decide:
-0274 6800cb11 fetch 1 ,mem_mouse_switch_device_flag 
-0275 c0008278 beq 0x01 ,p_mouse_24g_to_ble 
-0276 c001027a beq 0x02 ,p_mouse_ble_to_24g 
-0277 20600000 rtn 
-
-p_mouse_24g_to_ble:
-0278 20400176 call p_mouse_store_le_mode_flag 
-0279 2020659a branch soft_reset_chip 
-
-p_mouse_ble_to_24g:
-027a 20400174 call p_mouse_store_24g_mode_flag 
-027b 2020659a branch soft_reset_chip 
-
-p_mouse_store_eerpom_switch_mode:
-027c d8400001 arg 1 ,temp 
-027d da204b11 arg mem_mouse_switch_device_flag ,rega 
-027e da400061 arg mouse_device_mode_eeprom_offset ,regb 
-027f 202065d1 branch iicd_write_protect_eep_data 
-
-p_mouse_load_eeprom_switch_mode:
-0280 d8400001 arg 1 ,temp 
-0281 da204b11 arg mem_mouse_switch_device_flag ,rega 
-0282 da400061 arg mouse_device_mode_eeprom_offset ,regb 
-0283 202065df branch iicd_read_eep_data 
-
-p_mouse_device_ble_led_timer:
-0284 6800cb12 fetch 1 ,mem_mouse_ble_led_on_enable 
-0285 243a028e nbranch p_mouse_device_ble_led_blink ,blank 
-0286 6800cb18 fetch 1 ,mem_mouse_ble_reconn_enable 
-0287 207a0000 rtn blank 
-
-p_mouse_device_ble_led_on_timer:
-0288 2040029e call p_mouse_led_output_low 
-
-p_mouse_device_led_on_comm:
-0289 da604b19 arg mem_mouse_device_led_on_timer_count ,regc 
-028a da40028c arg p_mouse_device_ble_led_on_timeout ,regb 
-028b 2020336d branch timer_single_step 
-
-p_mouse_device_ble_led_on_timeout:
-028c 704b1800 jam 0 ,mem_mouse_ble_reconn_enable 
-028d 202002a1 branch p_mouse_device_state_led_off 
-
-p_mouse_device_ble_led_blink:
-028e 680146ac fetch 2 ,mem_mouse_discovery_timer 
-028f 1fe6fc02 div pdata ,2 
-0290 20407f86 call wait_div_end 
-0291 18077e00 remainder pdata 
-0292 203a0294 branch p_mouse_device_ble_led_check ,blank 
-0293 20600000 rtn 
-
-p_mouse_device_ble_led_check:
-0294 6800cb13 fetch 1 ,mem_device_led_blink_flag 
-0295 c0008298 beq 1 ,p_mouse_led_output_low_before 
-0296 c001029a beq 2 ,p_mouse_device_state_led_off_before 
-0297 20600000 rtn 
-
-p_mouse_led_output_low_before:
-0298 704b1302 jam 2 ,mem_device_led_blink_flag 
-0299 2020029e branch p_mouse_led_output_low 
-
-p_mouse_device_state_led_off_before:
-029a 704b1301 jam 1 ,mem_device_led_blink_flag 
-029b 202002a1 branch p_mouse_device_state_led_off 
-
-p_mouse_led_output_init:
-029c 6808cb14 fetcht 1 ,mem_device_state_led_gpio 
-029d 2020680e branch gpio_config_output 
-
-p_mouse_led_output_low:
-029e 2040029c call p_mouse_led_output_init 
-029f 6808cb14 fetcht 1 ,mem_device_state_led_gpio 
-02a0 20206829 branch gpio_out_active 
-
-p_mouse_device_state_led_off:
-02a1 6808cb14 fetcht 1 ,mem_device_state_led_gpio 
-
-p_gpio_set_input_suspended:
-02a2 793f8407 set0 gpio_active_bit ,temp 
-02a3 d8a08078 arg core_gpio_pu0 ,contw 
-02a4 20406830 call gpio_set_bit 
-02a5 793f8407 set0 gpio_active_bit ,temp 
-02a6 d8a0807c arg core_gpio_pd0 ,contw 
-02a7 20406830 call gpio_set_bit 
-02a8 793f8407 set0 gpio_active_bit ,temp 
-02a9 d8a08070 arg core_gpio_oe0 ,contw 
-02aa 20206830 branch gpio_set_bit 
+p_mouse_store_device_mode_2eeporm:
+04bb d8400001 arg 1 ,temp 
+04bc da204b0a arg mem_mouse_long_button_select_device ,rega 
+04bd da400061 arg mouse_device_mode_eeprom_offset ,regb 
+04be 202065d1 branch iicd_write_protect_eep_data 
 
 p_mouse_multi_led_blink_timer:
-02ab 6800cb04 fetch 1 ,mem_mouse_multi_led_blink_enable 
-02ac 207a0000 rtn blank 
-02ad 6800cb07 fetch 1 ,mem_mouse_multi_led_type 
-02ae c00082b0 beq multi_led_blink ,p_mouse_multi_led_type_blink 
-02af 20600000 rtn 
+04bf 6800caff fetch 1 ,mem_mouse_multi_led_blink_enable 
+04c0 207a0000 rtn blank 
+04c1 6800cb02 fetch 1 ,mem_mouse_multi_led_type 
+04c2 c00004c5 beq multi_led_on ,p_mouse_multi_led_type_on 
+04c3 c00084ce beq multi_led_blink ,p_mouse_multi_led_type_blink 
+04c4 20600000 rtn 
+
+p_mouse_multi_led_type_on:
+04c5 204004dd call p_mouse_multi_led_on 
+04c6 6800cb07 fetch 1 ,mem_mouse_multi_led_on_timer 
+04c7 1fe0fe01 increase 1 ,pdata 
+04c8 6000cb07 store 1 ,mem_mouse_multi_led_on_timer 
+04c9 6808cb03 fetcht 1 ,mem_mouse_multi_led_on_timer_init 
+04ca 98467c00 isub temp ,null 
+04cb 24628000 nrtn zero 
+
+p_mouse_multi_led_off_poweron2s:
+04cc 704b0900 jam 0 ,mem_mouse_multi_led_on_poweron2s_flag 
+04cd 202004ea branch p_mouse_multi_led_off 
 
 p_mouse_multi_led_type_blink:
-02b0 6800cb0b fetch 1 ,mem_mouse_multi_led_blink_timer 
-02b1 1fe0ffff increase -1 ,pdata 
-02b2 6000cb0b store 1 ,mem_mouse_multi_led_blink_timer 
-02b3 247a0000 nrtn blank 
-02b4 6800cb0a fetch 1 ,mem_mouse_multi_led_blink_timer_init 
-02b5 6000cb0b store 1 ,mem_mouse_multi_led_blink_timer 
-02b6 6800cb0d fetch 1 ,mem_mouse_multi_led_blink_count_limited 
-02b7 203a02bc branch p_mouse_multi_led_blink_count_no_limited ,blank 
-02b8 6800cb0c fetch 1 ,mem_mouse_multi_led_blink_count 
-02b9 203a02c6 branch p_mouse_multi_led_blink_off ,blank 
-02ba 1fe0ffff increase -1 ,pdata 
-02bb 6000cb0c store 1 ,mem_mouse_multi_led_blink_count 
+04ce da604b05 arg mem_mouse_multi_led_blink_timer ,regc 
+04cf da4004d1 arg p_mouse_multi_led_type_blink_timeout ,regb 
+04d0 2020336d branch timer_single_step 
+
+p_mouse_multi_led_type_blink_timeout:
+04d1 6800cb04 fetch 1 ,mem_mouse_multi_led_blink_timer_init 
+04d2 6000cb05 store 1 ,mem_mouse_multi_led_blink_timer 
+04d3 6800cb08 fetch 1 ,mem_mouse_multi_led_blink_count_limited 
+04d4 203a04d9 branch p_mouse_multi_led_blink_count_no_limited ,blank 
+04d5 6800cb06 fetch 1 ,mem_mouse_multi_led_blink_count 
+04d6 203a04e8 branch p_mouse_multi_led_blink_off ,blank 
+04d7 1fe0ffff increase -1 ,pdata 
+04d8 6000cb06 store 1 ,mem_mouse_multi_led_blink_count 
 
 p_mouse_multi_led_blink_count_no_limited:
-02bc 6800cb06 fetch 1 ,mem_mouse_multi_led_state 
-02bd c00082c8 beq on ,p_mouse_multi_led_off 
-02be c00002c2 beq off ,p_mouse_multi_led_on 
-02bf 20600000 rtn 
-
-p_mouse_multi_led_init:
-02c0 6808cb05 fetcht 1 ,mem_mouse_multi_led_gpio 
-02c1 2020680e branch gpio_config_output 
+04d9 6800cb01 fetch 1 ,mem_mouse_multi_led_state 
+04da c00084ea beq on ,p_mouse_multi_led_off 
+04db c00004dd beq off ,p_mouse_multi_led_on 
+04dc 20600000 rtn 
 
 p_mouse_multi_led_on:
-02c2 704b0601 jam on ,mem_mouse_multi_led_state 
-02c3 204002c0 call p_mouse_multi_led_init 
-02c4 6808cb05 fetcht 1 ,mem_mouse_multi_led_gpio 
-02c5 20206829 branch gpio_out_active 
+04dd 704b0101 jam on ,mem_mouse_multi_led_state 
+04de 6800c720 fetch 1 ,mem_device_flag 
+04df c00104e4 beq mode_24g_device ,p_mouse_multi_down_led_on 
+
+p_mouse_multi_up_led_on:
+04e0 6808cb3e fetcht 1 ,mem_mouse_bt_led_gpio 
+04e1 2040680e call gpio_config_output 
+04e2 6808cb3e fetcht 1 ,mem_mouse_bt_led_gpio 
+04e3 20206829 branch gpio_out_active 
+
+p_mouse_multi_down_led_on:
+04e4 6808cb00 fetcht 1 ,mem_mouse_multi_led_gpio 
+04e5 2040680e call gpio_config_output 
+04e6 6808cb00 fetcht 1 ,mem_mouse_multi_led_gpio 
+04e7 20206829 branch gpio_out_active 
 
 p_mouse_multi_led_blink_off:
-02c6 58000000 setarg 0 
-02c7 6001cb0b store 3 ,mem_mouse_multi_led_blink_timer 
+04e8 58000000 setarg 0 
+04e9 6001cb05 store 3 ,mem_mouse_multi_led_blink_timer 
 
 p_mouse_multi_led_off:
-02c8 6800cb0c fetch 1 ,mem_mouse_multi_led_blink_count 
-02c9 243a02cc nbranch p_mouse_multi_led_off_wait_blink_over ,blank 
-02ca 704b0400 jam 0 ,mem_mouse_multi_led_blink_enable 
-02cb 704b0700 jam 0 ,mem_mouse_multi_led_type 
+04ea 6800cb06 fetch 1 ,mem_mouse_multi_led_blink_count 
+04eb 243a04ee nbranch p_mouse_multi_led_off_wait_blink_over ,blank 
+04ec 704aff00 jam 0 ,mem_mouse_multi_led_blink_enable 
+04ed 704b0200 jam 0 ,mem_mouse_multi_led_type 
 
 p_mouse_multi_led_off_wait_blink_over:
-02cc 704b0800 jam 0 ,mem_mouse_multi_led_on_timer 
-02cd 704b0600 jam off ,mem_mouse_multi_led_state 
+04ee 704b0700 jam 0 ,mem_mouse_multi_led_on_timer 
+04ef 704b0100 jam off ,mem_mouse_multi_led_state 
 
 p_mouse_multi_led_off2:
-02ce 6808cb05 fetcht 1 ,mem_mouse_multi_led_gpio 
-02cf 20406825 call gpio_out_inactive 
-02d0 6810807c hfetch 1 ,core_gpio_pd0 
-02d1 79207e05 set1 5 ,pdata 
-02d2 6010807c hstore 1 ,core_gpio_pd0 
-02d3 20600000 rtn 
+04f0 6808cb00 fetcht 1 ,mem_mouse_multi_led_gpio 
+04f1 20406825 call gpio_out_inactive 
+04f2 6810807c hfetch 1 ,core_gpio_pd0 
+04f3 79207e05 set1 5 ,pdata 
+04f4 6010807c hstore 1 ,core_gpio_pd0 
+
+p_mouse_bt_led_suspend:
+04f5 6808cb3e fetcht 1 ,mem_mouse_bt_led_gpio 
+04f6 793f8407 set0 gpio_active_bit ,temp 
+04f7 20206806 branch gpio_set_high_impedance 
+
+p_mouse_mode_bt_device1_multi_led_on:
+
+p_mouse_mode_24g_device_multi_led_on:
+04f8 704b0901 jam 1 ,mem_mouse_multi_led_on_poweron2s_flag 
+04f9 704aff01 jam on ,mem_mouse_multi_led_blink_enable 
+04fa 704b0200 jam multi_led_on ,mem_mouse_multi_led_type 
+04fb 704b0700 jam 0 ,mem_mouse_multi_led_on_timer 
+04fc 20600000 rtn 
+
+p_mouse_discovery_multi_led_blink:
+04fd 704b0403 jam 3 ,mem_mouse_multi_led_blink_timer_init 
+
+p_mouse_discovery_multi_led_blink2:
+04fe 704b0601 jam 1 ,mem_mouse_multi_led_blink_count 
 
 p_mouse_multi_led_blink_enable:
-02d4 704b0b01 jam 1 ,mem_mouse_multi_led_blink_timer 
-02d5 704b0401 jam on ,mem_mouse_multi_led_blink_enable 
-02d6 704b0701 jam multi_led_blink ,mem_mouse_multi_led_type 
-02d7 20600000 rtn 
+04ff 704b0501 jam 1 ,mem_mouse_multi_led_blink_timer 
+0500 704aff01 jam on ,mem_mouse_multi_led_blink_enable 
+0501 704b0201 jam multi_led_blink ,mem_mouse_multi_led_type 
+0502 20600000 rtn 
+
+p_mouse_discovey_led_blink_off:
+0503 6800cb07 fetch 1 ,mem_mouse_multi_led_on_timer 
+0504 247a0000 nrtn blank 
+0505 6800cb09 fetch 1 ,mem_mouse_multi_led_on_poweron2s_flag 
+0506 247a0000 nrtn blank 
+0507 202004e8 branch p_mouse_multi_led_blink_off 
 
 p_mouse_dpi_multi_led_blink:
-02d8 704b0a03 jam 3 ,mem_mouse_multi_led_blink_timer_init 
-02d9 704b0d01 jam 1 ,mem_mouse_multi_led_blink_count_limited 
-02da 202002d4 branch p_mouse_multi_led_blink_enable 
+0508 704b0405 jam 5 ,mem_mouse_multi_led_blink_timer_init 
+0509 704b0801 jam 1 ,mem_mouse_multi_led_blink_count_limited 
+050a 202004ff branch p_mouse_multi_led_blink_enable 
+
+p_mouse_adc_read:
+050b 68014b06 fetch 2 ,mem_mouse_multi_led_blink_count 
+050c 247a0000 nrtn blank 
+050d da6046ce arg mem_adc_read_timer ,regc 
+050e da400510 arg p_mouse_adc_read_timeout ,regb 
+050f 2020336d branch timer_single_step 
+
+p_mouse_adc_read_timeout:
+0510 7046ce0a jam 10 ,mem_adc_read_timer 
+0511 20400521 call p_adc_set_mode 
+0512 20406908 call vdd_calculate_by_mode 
+0513 1fe0fe15 add pdata ,0x15 ,pdata 
+0514 6001470f store 2 ,mem_mouse_vdd_now_vol 
+0515 da204709 arg mem_mouse_vdd_calculate_set ,rega 
+0516 2040052d call p_adc_bat_percent_lowpower_out 
+0517 6800c231 fetch 1 ,mem_adc_power_flag 
+0518 c280b40a bbit1 1 ,app_enter_hibernate 
+0519 c300051c bbit0 0 ,p_mouse_adc_no_low_voltage 
+051a 704b0b01 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
+051b 202043e7 branch mouse_adc_low_voltage 
+
+p_mouse_adc_no_low_voltage:
+051c 204043e9 call mouse_adc_no_low_voltage 
+051d 6800cb0b fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+051e 207a0000 rtn blank 
+051f 704b0b00 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+0520 202004ea branch p_mouse_multi_led_off 
+
+p_adc_set_mode:
+0521 6800c22d fetch 1 ,mem_adc_config_flag 
+0522 c0010524 beq adc_config_gpio ,p_adc_check_gpio 
+0523 202068ec branch adc_set_mode + 1 
+
+p_adc_check_gpio:
+0524 6808cb00 fetcht 1 ,mem_mouse_multi_led_gpio 
+0525 204067fb call gpio_config_input 
+0526 6810807c hfetch 1 ,core_gpio_pd0 
+0527 793ffe05 set0 5 ,pdata 
+0528 6010807c hstore 1 ,core_gpio_pd0 
+0529 68108078 hfetch 1 ,core_gpio_pu0 
+052a 793ffe05 set0 5 ,pdata 
+052b 60108078 hstore 1 ,core_gpio_pu0 
+052c 202068f4 branch adc_check_gpio 
+
+p_adc_bat_percent_lowpower_out:
+052d ea240000 ifetch 8 ,rega 
+052e 60040a9a store 8 ,mem_pdatatemp 
+052f 68090a9c fetcht 2 ,mem_pdatatemp + 2 
+0530 68010aa0 fetch 2 ,mem_pdatatemp + 6 
+0531 98467c00 isub temp ,null 
+0532 24216944 nbranch adc_set_no_power_flag ,positive 
+0533 68090a9e fetcht 2 ,mem_pdatatemp + 4 
+0534 98467c00 isub temp ,null 
+0535 24216940 nbranch adc_set_low_power_flag ,positive 
+
+p_adc_clear_low_power_flag:
+0536 6800c231 fetch 1 ,mem_adc_power_flag 
+0537 793ffe00 set0 0 ,pdata 
+0538 6000c231 store 1 ,mem_adc_power_flag 
+0539 20600000 rtn 
+
+p_mouse_low_voltage_led_timer:
+053a 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
+053b c4020000 rtnbit0 mouse_low_voltage_flag 
+053c 68014682 fetch 2 ,mem_ui_state_map 
+053d c3858000 rtnbit1 ui_state_ble_adv 
+053e 68014b06 fetch 2 ,mem_mouse_multi_led_blink_count 
+053f 247a0000 nrtn blank 
+0540 6800c6cf fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0541 1fe0fe01 pincrease 1 
+0542 6000c6cf store 1 ,mem_adc_low_volatage_led_timer_count 
+0543 1fe67c32 sub pdata ,50 ,null 
+0544 24410548 ncall p_mouse_adc_low_volatage_led_timer_count_clean ,positive 
+0545 1fe67c05 sub pdata ,5 ,null 
+0546 202104dd branch p_mouse_multi_led_on ,positive 
+0547 202004ea branch p_mouse_multi_led_off 
+
+p_mouse_adc_low_volatage_led_timer_count_clean:
+0548 7046cf01 jam 1 ,mem_adc_low_volatage_led_timer_count 
+0549 20600000 rtn 
+
+p_mouse_seting_dpi:
+
+p_mouse_seting_dpi_diff:
+054a 6800c6e0 fetch 1 ,mem_config_sensor_type 
+054b c000054e beq p3205 ,p_mouse_seting_3065xy_dpi 
+054c c003054e beq p3065_xy ,p_mouse_seting_3065xy_dpi 
+054d 20203d81 branch mouse_seting_dpi + 3 
+
+p_mouse_seting_3065xy_dpi:
+054e 6800c77a fetch 1 ,mem_mouse_dpi 
+054f 1fe67c01 sub pdata ,mouse_dpi_level2 ,null 
+0550 20428555 call p_mouse_3065xy_dpi_recount ,zero 
+0551 6800c77a fetch 1 ,mem_mouse_dpi 
+0552 c0003d8a beq mouse_dpi_level1 ,mouse_set_cpi1 
+0553 c001bd8e beq mouse_dpi_level4 ,mouse_set_cpi4 
+0554 20203d8c branch mouse_set_cpi3 
+
+p_mouse_3065xy_dpi_recount:
+0555 70477a02 jam mouse_dpi_level3 ,mem_mouse_dpi 
+0556 20600000 rtn 
 
 p_mouse_motion:
-02db 78547c00 disable user 
-02dc 58000000 setarg 0 
-02dd 6003469b store 6 ,mem_mouse_x 
-02de 2040031c call p_mouse_cheak_sensor_data 
-02df 20404079 call mouse_zwheel 
-02e0 2040407e call mouse_t_zwheel 
-02e1 204002e3 call p_mouse_key 
-02e2 20203f9f branch mouse_motion + 8 
+0557 78547c00 disable user 
+0558 58000000 setarg 0 
+0559 6003469b store 6 ,mem_mouse_x 
+055a 20400560 call p_mouse_cheak_sensor_data 
+055b 20404079 call mouse_zwheel 
+055c 2040407e call mouse_t_zwheel 
+055d 20400563 call p_mouse_key 
+055e 24740000 nrtn user 
+055f 20203fa0 branch mouse_motion + 9 
+
+p_mouse_cheak_sensor_data:
+
+p_mouse_p32xx_sensor_motion:
+0560 20403fc0 call mouse_clear_sensor_data 
+0561 78547c00 disable user 
+0562 20203fe7 branch mouse_p32xx_sensor_motion_2 
 
 p_mouse_key:
-02e3 204002e5 call p_mouse_check_key_gpio 
-02e4 2020409a branch mouse_key + 1 
+0563 20400565 call p_mouse_check_key_gpio 
+0564 2020409a branch mouse_key + 1 
 
 p_mouse_check_key_gpio:
-02e5 da200000 arg 0 ,rega 
-02e6 204002ec call p_mouse_check_lkey_gpio 
-02e7 204002f2 call p_mouse_check_rkey_gpio 
-02e8 204002f8 call p_mouse_check_mkey_gpio 
-02e9 204002fe call p_mouse_check_id_gpio 
-02ea 1a227e00 copy rega ,pdata 
-02eb 20600000 rtn 
+0565 da200000 arg 0 ,rega 
+0566 20400568 call p_mouse_check_lkey_gpio 
+0567 2020408e branch mouse_check_key_gpio + 11 
 
 p_mouse_check_lkey_gpio:
-02ec 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
-02ed 20400317 call p_gpio_set_input_pu 
-02ee 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
-02ef 2040681d call gpio_get_bit 
-02f0 7920a200 setflag true ,0 ,rega 
-02f1 20600000 rtn 
+0568 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
+0569 2040057e call p_gpio_set_input_pu 
+056a 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
+056b 2040681d call gpio_get_bit 
+056c 7920a200 setflag true ,0 ,rega 
 
 p_mouse_check_rkey_gpio:
-02f2 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
-02f3 20400317 call p_gpio_set_input_pu 
-02f4 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
-02f5 2040681d call gpio_get_bit 
-02f6 7920a201 setflag true ,1 ,rega 
-02f7 20600000 rtn 
+056d 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
+056e 2040057e call p_gpio_set_input_pu 
+056f 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
+0570 2040681d call gpio_get_bit 
+0571 7920a201 setflag true ,1 ,rega 
 
 p_mouse_check_mkey_gpio:
-02f8 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
-02f9 20400317 call p_gpio_set_input_pu 
-02fa 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
-02fb 2040681d call gpio_get_bit 
-02fc 7920a202 setflag true ,2 ,rega 
-02fd 20600000 rtn 
-
-p_mouse_check_id_gpio:
-02fe 6808cb16 fetcht 1 ,mem_mouse_id_key_gpio 
-02ff 2040030e call p_gpio_set_input_pd 
-0300 6808cb16 fetcht 1 ,mem_mouse_id_key_gpio 
-0301 2040681d call gpio_get_bit 
-0302 20208305 branch p_mouse_id_up ,true 
-0303 20400317 call p_gpio_set_input_pu 
-0304 2020030a branch p_mouse_id_down 
-
-p_mouse_id_up:
-0305 20400317 call p_gpio_set_input_pu 
-0306 6800cb17 fetch 1 ,mem_mouse_id_key_state 
-0307 c1008000 rtneq dpi_button_state_up 
-0308 704b1701 jam dpi_button_state_up ,mem_mouse_id_key_state 
-0309 20600000 rtn 
-
-p_mouse_id_down:
-030a 6800cb17 fetch 1 ,mem_mouse_id_key_state 
-030b c1000000 rtneq dpi_button_state_down 
-030c 704b1700 jam dpi_button_state_down ,mem_mouse_id_key_state 
-030d 20600000 rtn 
+0572 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
+0573 2040057e call p_gpio_set_input_pu 
+0574 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
+0575 2040681d call gpio_get_bit 
+0576 7920a202 setflag true ,2 ,rega 
+0577 20600000 rtn 
 
 p_gpio_set_input_pd:
-030e 793f8407 set0 gpio_active_bit ,temp 
-030f d8a08078 arg core_gpio_pu0 ,contw 
-0310 20406830 call gpio_set_bit 
-0311 79200407 set1 gpio_active_bit ,temp 
-0312 d8a0807c arg core_gpio_pd0 ,contw 
-0313 20406830 call gpio_set_bit 
-0314 793f8407 set0 gpio_active_bit ,temp 
-0315 d8a08070 arg core_gpio_oe0 ,contw 
-0316 20206830 branch gpio_set_bit 
+0578 793f8407 set0 gpio_active_bit ,temp 
+0579 d8a08078 arg core_gpio_pu0 ,contw 
+057a 20406830 call gpio_set_bit 
+057b 79200407 set1 gpio_active_bit ,temp 
+057c d8a0807c arg core_gpio_pd0 ,contw 
+057d 2020680a branch gpio_set_high_impedance + 4 
 
 p_gpio_set_input_pu:
-0317 79200407 set1 gpio_active_bit ,temp 
-0318 d8a08078 arg core_gpio_pu0 ,contw 
-0319 20406830 call gpio_set_bit 
-031a 793f8407 set0 gpio_active_bit ,temp 
-031b 20200312 branch p_gpio_set_input_pd + 4 
-
-p_mouse_cheak_sensor_data:
-031c 6800c6e0 fetch 1 ,mem_config_sensor_type 
-031d c0020327 beq p3212 ,p_mouse_p3212_sensor_motion 
-031e c002c010 beq p3610 ,mouse_p3610_sensor_motion 
-
-p_mouse_p32xx_sensor_motion:
-031f 20403fc0 call mouse_clear_sensor_data 
-0320 78547c00 disable user 
-0321 6800c6f5 fetch 1 ,mem_config_function_enable 
-0322 c303bfe7 bbit0 enable_sensor_motion_pin ,mouse_p32xx_sensor_motion_2 
-0323 6808c6f3 fetcht 1 ,mem_sensor_data_gpio 
-0324 2040681d call gpio_get_bit 
-0325 24608000 nrtn true 
-0326 20203fe7 branch mouse_p32xx_sensor_motion_2 
-
-p_mouse_p3212_sensor_motion:
-0327 20403fc0 call mouse_clear_sensor_data 
-0328 6800c6f5 fetch 1 ,mem_config_function_enable 
-0329 c303bfc8 bbit0 enable_sensor_motion_pin ,mouse_p3212_sensor_motion_1 
-032a 6808c6f3 fetcht 1 ,mem_sensor_data_gpio 
-032b 2040681d call gpio_get_bit 
-032c 24608000 nrtn true 
-032d 20203fc8 branch mouse_p3212_sensor_motion_1 
-
-p_mouse_seting_dpi:
-
-p_mouse_seting_dpi_sensor_type:
-032e 6800c6e0 fetch 1 ,mem_config_sensor_type 
-032f c002bdaa beq p3610 ,mouse_seting_3610_dpi 
-0330 c0023d96 beq p3212 ,mouse_seting_3212_dpi 
-0331 c0030342 beq p3065_xy ,p_mouse_seting_3065xy_dpi 
-0332 c0018342 beq p3204 ,p_mouse_seting_3065xy_dpi 
-
-p_mouse_seting_3205_dpi:
-0333 6800c77a fetch 1 ,mem_mouse_dpi 
-0334 1fe67c01 sub pdata ,mouse_dpi_level2 ,null 
-0335 2042833c call p_mouse_3205_dpi_recount ,zero 
-0336 6800c77a fetch 1 ,mem_mouse_dpi 
-0337 c000033e beq mouse_dpi_level1 ,p_mouse_set_cpi1 
-0338 c000bd88 beq mouse_dpi_level2 ,mouse_set_cpi2 
-0339 c0018340 beq mouse_dpi_level4 ,p_mouse_set_cpi4 
-
-p_mouse_set_cpi3:
-033a 704b0102 jam 2 ,mem_mouse_dpi_blink_count 
-033b 20203d8c branch mouse_set_cpi3 
-
-p_mouse_3205_dpi_recount:
-033c 70477a02 jam mouse_dpi_level3 ,mem_mouse_dpi 
-033d 20600000 rtn 
-
-p_mouse_set_cpi1:
-033e 704b0101 jam 1 ,mem_mouse_dpi_blink_count 
-033f 20203d8a branch mouse_set_cpi1 
-
-p_mouse_set_cpi4:
-0340 704b0103 jam 3 ,mem_mouse_dpi_blink_count 
-0341 20203d8e branch mouse_set_cpi4 
-
-p_mouse_seting_3065xy_dpi:
-0342 6800c77a fetch 1 ,mem_mouse_dpi 
-0343 1fe67c01 sub pdata ,mouse_dpi_level2 ,null 
-0344 2042834d call p_mouse_3065xy_dpi_recount ,zero 
-0345 6800c77a fetch 1 ,mem_mouse_dpi 
-0346 c000034f beq mouse_dpi_level1 ,p_mouse_3065xy_set_cpi1 
-0347 c0008353 beq mouse_dpi_level2 ,p_mouse_3065xy_set_cpi2 
-0348 c0018356 beq mouse_dpi_level4 ,p_mouse_3065xy_set_cpi4 
-
-p_mouse_3065xy_set_cpi3:
-0349 704b0102 jam 2 ,mem_mouse_dpi_blink_count 
-034a 6800c781 fetch 1 ,mem_320x_dpi_3 
-034b 1fe0ffff increase -1 ,pdata 
-034c 20203dbe branch mouse_p3205_dpi 
-
-p_mouse_3065xy_dpi_recount:
-034d 70477a02 jam mouse_dpi_level3 ,mem_mouse_dpi 
-034e 20600000 rtn 
-
-p_mouse_3065xy_set_cpi1:
-034f 704b0101 jam 1 ,mem_mouse_dpi_blink_count 
-0350 6800c77f fetch 1 ,mem_320x_dpi_1 
-0351 1fe0ffff increase -1 ,pdata 
-0352 20203dbe branch mouse_p3205_dpi 
-
-p_mouse_3065xy_set_cpi2:
-0353 6800c780 fetch 1 ,mem_320x_dpi_2 
-0354 1fe0ffff increase -1 ,pdata 
-0355 20203dbe branch mouse_p3205_dpi 
-
-p_mouse_3065xy_set_cpi4:
-0356 704b0103 jam 3 ,mem_mouse_dpi_blink_count 
-0357 6800c782 fetch 1 ,mem_320x_dpi_4 
-0358 1fe0ffff increase -1 ,pdata 
-0359 20203dbe branch mouse_p3205_dpi 
+057e 79200407 set1 gpio_active_bit ,temp 
+057f d8a08078 arg core_gpio_pu0 ,contw 
+0580 20406830 call gpio_set_bit 
+0581 793f8407 set0 gpio_active_bit ,temp 
+0582 2020057c branch p_gpio_set_input_pd + 4 
+
+p_mouse_bb_disconnected:
+0583 70480800 jam 0 ,mem_mouse_enter_sniff_count 
+0584 7041e30e jam 0x0e ,mem_sniff_param_interval 
+0585 204041e7 call mouse_bb_discon_clear_stack 
+0586 68014208 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0587 c2838589 bbit1 app_disc_ble ,p_mouse4_0_event_bb_disconn 
+0588 202041e2 branch mouse_bb_disconnected + 9 
+
+p_mouse4_0_event_bb_disconn:
+0589 204041c1 call mouse_le_clean_connect_flag 
+058a 68014208 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+058b c285048a bbit1 app_disc_pb_button ,p_mouse_select_device_button_up 
+058c 202041f7 branch mouse4_0_event_bb_disconn + 2 
 
 p_mouse_bb_event_discovery_btn:
-035a 70479d00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
-035b 70479e00 jam 0 ,mem_mouse_null_enter_hibernate_timer 
-035c c513035e bmark1 mark_24g ,p_mouse_switch_to_bt 
-035d 2020426d branch mouse_bb_event_discovery_btn + 1 
-
-p_mouse_switch_to_bt:
-035e 204005ee call p_g24_check_51cmd_stop_24g 
-035f 2020426d branch mouse_bb_event_discovery_btn + 1 
+058d 70479d00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+058e 70479e00 jam 0 ,mem_mouse_null_enter_hibernate_timer 
+058f 280ffe26 isolate1 mark_24g ,mark 
+0590 204081f0 call p_g24_check_51cmd_stop_24g ,true 
+0591 2020426d branch mouse_bb_event_discovery_btn + 1 
 
 p_le_addr_random_config:
-0360 204068a2 call load_adc_init 
-0361 6801421d fetch 2 ,mem_0_5_adc_io_data 
-0362 203a0365 branch p_le_otp_adc_empty ,blank 
-0363 600147c2 store 2 ,mem_random_addr_increase_count 
+0592 204068a2 call load_adc_init 
+0593 6801421d fetch 2 ,mem_0_5_adc_io_data 
+0594 600147c2 store 2 ,mem_random_addr_increase_count 
 
 p_le_addr_random_store:
-0364 20200389 branch p_mouse_store_eerpom_random_addr_increase_count 
 
-p_le_otp_adc_empty:
-0365 58001122 setarg 0x1122 
-0366 600147c2 store 2 ,mem_random_addr_increase_count 
-0367 20200364 branch p_le_addr_random_store 
+p_mouse_store_eerpom_random_addr_increase_count:
+0595 d8400002 arg 2 ,temp 
+0596 da2047c2 arg mem_random_addr_increase_count ,rega 
+0597 da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
+0598 202065d1 branch iicd_write_protect_eep_data 
+
+p_mouse_load_eeprom_random_addr_increase_count:
+0599 d8400002 arg 2 ,temp 
+059a da2047c2 arg mem_random_addr_increase_count ,rega 
+059b da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
+059c 202065df branch iicd_read_eep_data 
 
 p_mouse_start_discovery:
-0368 204000da call p_mouse_tx_power_init 
-0369 70479c00 jam 0 ,mem_mouse_clear_sensor_data_flag 
-036a 68014682 fetch 2 ,mem_ui_state_map 
-036b c2858376 bbit1 ui_state_ble_adv ,p_mouse_start_discovery_norandom 
-036c 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-036d c30c0376 bbit0 mouse_enable_ble_random_addre ,p_mouse_start_discovery_norandom 
-036e 2040038d call p_mouse_load_eeprom_random_addr_increase_count 
-036f 680947c2 fetcht 2 ,mem_random_addr_increase_count 
-0370 18408401 increase 1 ,temp 
-0371 600947c2 storet 2 ,mem_random_addr_increase_count 
-0372 600944a1 storet 2 ,mem_le_lap + 1 
-0373 20400389 call p_mouse_store_eerpom_random_addr_increase_count 
-0374 180a7e00 random pdata 
-0375 6000c4a0 store 1 ,mem_le_lap 
+059d 204002fa call p_mouse_tx_power_init 
+059e 70472001 jam 1 ,mem_device_flag 
+059f 70479c00 jam 0 ,mem_mouse_clear_sensor_data_flag 
+05a0 68014682 fetch 2 ,mem_ui_state_map 
+05a1 c28585aa bbit1 ui_state_ble_adv ,p_mouse_start_discovery_norandom 
+05a2 20400599 call p_mouse_load_eeprom_random_addr_increase_count 
+05a3 680947c2 fetcht 2 ,mem_random_addr_increase_count 
+05a4 18408401 increase 1 ,temp 
+05a5 600947c2 storet 2 ,mem_random_addr_increase_count 
+05a6 600944a1 storet 2 ,mem_le_lap + 1 
+05a7 20400595 call p_mouse_store_eerpom_random_addr_increase_count 
+05a8 180a7e00 random pdata 
+05a9 6000c4a0 store 1 ,mem_le_lap 
 
 p_mouse_start_discovery_norandom:
-0376 20403402 call app_ble_disconnect 
-0377 58ed8e0e setarg 0xed8e0e 
-0378 6001c4a3 store 3 ,mem_le_lap + 3 
-0379 704b155a jam 0x5a ,mem_mouse_fast_conn_flag 
-037a 2040014b call p_mouse_store_fast_conn_flag 
-037b 20403418 call app_lpm_mult_disable 
-037c 68014687 fetch 2 ,mem_discovery_timeout 
-037d 600146ac store 2 ,mem_mouse_discovery_timer 
-037e 70016d06 jam 6 ,mem_connection_options 
-037f 58000000 setarg 0 
-0380 600146b0 store 2 ,mem_mouse_no_data_timer 
-0381 600146ae store 2 ,mem_mouse_direct_timer 
-0382 d8e00007 arg mouse_store_eeprom_flag ,queue 
-0383 204043ce call mouse_enable_function_flag 
-0384 204043ca call mouse_bt_discovery_button_down_disable 
-0385 6800c092 fetch 1 ,mem_device_option 
-0386 2feffe01 isolate1 mode_4_mouse ,pdata 
-0387 20408391 call p_check_51cmd_adv ,true 
-0388 202042c4 branch mouse_start_discovery_norandom + 13 
-
-p_mouse_store_eerpom_random_addr_increase_count:
-0389 d8400002 arg 2 ,temp 
-038a da2047c2 arg mem_random_addr_increase_count ,rega 
-038b da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
-038c 202065d1 branch iicd_write_protect_eep_data 
-
-p_mouse_load_eeprom_random_addr_increase_count:
-038d d8400002 arg 2 ,temp 
-038e da2047c2 arg mem_random_addr_increase_count ,rega 
-038f da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
-0390 202065df branch iicd_read_eep_data 
+05aa 20403418 call app_lpm_mult_disable 
+05ab 68014687 fetch 2 ,mem_discovery_timeout 
+05ac 600146ac store 2 ,mem_mouse_discovery_timer 
+05ad 70016d06 jam 6 ,mem_connection_options 
+05ae 58000000 setarg 0 
+05af 600146b0 store 2 ,mem_mouse_no_data_timer 
+05b0 600146ae store 2 ,mem_mouse_direct_timer 
+05b1 d8e00007 arg mouse_store_eeprom_flag ,queue 
+05b2 204043ce call mouse_enable_function_flag 
+05b3 204043ca call mouse_bt_discovery_button_down_disable 
+05b4 204005b7 call p_check_51cmd_adv 
+05b5 204042c4 call mouse_start_discovery_norandom + 13 
+05b6 202004fd branch p_mouse_discovery_multi_led_blink 
 
 p_check_51cmd_adv:
-0391 70479f00 jam 0 ,mem_mouse_le_reconnect_flag 
-0392 204000f3 call p_le_check_adv_flag 
-0393 58000005 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
-0394 e0c08000 istore 1 ,contr 
-0395 d8c04b1a arg mem_le_adv_swift_pair ,contr 
-0396 20400398 call p_le_adv_data_update 
-0397 20207df4 branch check_51cmd_adv 
+05b7 70479f00 jam 0 ,mem_mouse_le_reconnect_flag 
+05b8 20400307 call p_le_check_adv_flag 
+05b9 58000005 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
+05ba e0c08000 istore 1 ,contr 
+05bb d8c04b1f arg mem_le_adv_swift_pair ,contr 
+05bc 204005be call p_le_adv_data_update 
+05bd 20207df4 branch check_51cmd_adv 
 
 p_le_adv_data_update:
-0398 d8a0437b arg mem_le_adv_data + 11 ,contw 
-0399 df200013 arg 19 ,loopcnt 
-039a 20407f01 call memcpy 
-039b 202057b8 branch le_modified_name_adv 
+05be d8a0437b arg mem_le_adv_data + 11 ,contw 
+05bf df200013 arg 19 ,loopcnt 
+05c0 20407f01 call memcpy 
+05c1 202057b8 branch le_modified_name_adv 
 
 p_mouse_stop_discovery:
-039c 58000000 setarg 0 
-039d 600146ac store 2 ,mem_mouse_discovery_timer 
-039e 20400123 call p_mouse_sensor_poweron 
-039f 202042cb branch mouse_stop_discovery + 1 
+05c2 704b0600 jam 0 ,mem_mouse_multi_led_blink_count 
+05c3 20400503 call p_mouse_discovey_led_blink_off 
+05c4 58000000 setarg 0 
+05c5 600146ac store 2 ,mem_mouse_discovery_timer 
+05c6 204003ad call p_mouse_sensor_poweron 
+05c7 202042cb branch mouse_stop_discovery + 1 
 
 p_le_slave_match:
-03a0 6800c50f fetch 1 ,mem_le_md_count 
-03a1 1fe0fe01 pincrease 1 
-03a2 6000c50f store 1 ,mem_le_md_count 
-03a3 c0065395 beq le_md_max_count ,le_slave_cont 
-03a4 204055aa call le_acknowledge 
-03a5 2040561e call le_prepare_tx 
-03a6 20400544 call power_ctrl_start 
-03a7 2020538f branch le_slave_match + 7 
+05c8 6800c50f fetch 1 ,mem_le_md_count 
+05c9 1fe0fe01 pincrease 1 
+05ca 6000c50f store 1 ,mem_le_md_count 
+05cb c0065395 beq le_md_max_count ,le_slave_cont 
+05cc 204055aa call le_acknowledge 
+05cd 2040561e call le_prepare_tx 
+05ce 204006a1 call power_ctrl_start 
+05cf 2020538f branch le_slave_match + 7 
 
 p_le_next_adv_channel:
-03a8 68008016 fetch 1 ,mem_le_ch_mapped 
-03a9 1fe0fe01 increase 1 ,pdata 
-03aa 60008016 store 1 ,mem_le_ch_mapped 
-03ab c1940000 rtnne 40 
-03ac 70001625 jam 37 ,mem_le_ch_mapped 
-03ad 20600000 rtn 
+05d0 68008016 fetch 1 ,mem_le_ch_mapped 
+05d1 1fe0fe01 increase 1 ,pdata 
+05d2 60008016 store 1 ,mem_le_ch_mapped 
+05d3 c1940000 rtnne 40 
+05d4 70001625 jam 37 ,mem_le_ch_mapped 
+05d5 20600000 rtn 
 
 p_le_receive_skip:
-03ae 204029bb call save_rssi 
-03af 2040001d call p_rssi_signal 
-03b0 202054a3 branch le_receive_skip + 2 
+05d6 204029bb call save_rssi 
+05d7 2040001f call p_rssi_signal 
+05d8 202054a3 branch le_receive_skip + 2 
 
 p_le_update_param:
-03b1 204003b9 call p_mouse_le_conn_param_check 
-03b2 2020557d branch le_update_param + 8 
+05d9 204005df call p_mouse_le_conn_param_check 
+05da 2020557d branch le_update_param + 8 
 
 p_mouse_le_lpm_mult_reinit:
-03b3 6800c7c5 fetch 1 ,mem_lpm_mult_init 
-03b4 6000c172 store 1 ,mem_lpm_mult 
+05db 6800c7c5 fetch 1 ,mem_lpm_mult_init 
+05dc 6000c172 store 1 ,mem_lpm_mult 
 
 p_mouse_le_conn_param_lpm_enable:
-03b5 7047c400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-03b6 20600000 rtn 
-
-p_mouse_le_conn_param_lpm_disable:
-03b7 7047c401 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
-03b8 20600000 rtn 
+05dd 7047c400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+05de 20600000 rtn 
 
 p_mouse_le_conn_param_check:
-03b9 6800c3d6 fetch 1 ,mem_le_new_conninterval 
-03ba 1fe67c0c sub pdata ,le_interval_15ms ,null 
-03bb 242103b7 nbranch p_mouse_le_conn_param_lpm_disable ,positive 
-03bc 6800c3d8 fetch 1 ,mem_le_new_connslavelatency 
-03bd 6808c7c5 fetcht 1 ,mem_lpm_mult_init 
-03be 98467c00 isub temp ,null 
-03bf 202103b3 branch p_mouse_le_lpm_mult_reinit ,positive 
-03c0 6800c3d8 fetch 1 ,mem_le_new_connslavelatency 
-03c1 6000c172 store 1 ,mem_lpm_mult 
-03c2 202003b5 branch p_mouse_le_conn_param_lpm_enable 
+05df 6800c3d6 fetch 1 ,mem_le_new_conninterval 
+05e0 1fe67c0c sub pdata ,le_interval_15ms ,null 
+05e1 24210410 nbranch p_mouse_le_conn_param_lpm_disable ,positive 
+05e2 6800c3d8 fetch 1 ,mem_le_new_connslavelatency 
+05e3 6808c7c5 fetcht 1 ,mem_lpm_mult_init 
+05e4 98467c00 isub temp ,null 
+05e5 202105db branch p_mouse_le_lpm_mult_reinit ,positive 
+05e6 6800c3d8 fetch 1 ,mem_le_new_connslavelatency 
+05e7 6000c172 store 1 ,mem_lpm_mult 
+05e8 202005dd branch p_mouse_le_conn_param_lpm_enable 
 
 p_le_update_channel_map:
-03c3 6800843f fetch 1 ,mem_le_state 
-03c4 c4030000 rtnbit0 lestate_update_map 
-03c5 204003c8 call p_le_channel_map_overflow_check 
-03c6 24740000 nrtn user 
-03c7 202055a0 branch le_update_channel_map + 3 
+05e9 6800843f fetch 1 ,mem_le_state 
+05ea c4030000 rtnbit0 lestate_update_map 
+05eb 204005ee call p_le_channel_map_overflow_check 
+05ec 24740000 nrtn user 
+05ed 202055a0 branch le_update_channel_map + 3 
 
 p_le_channel_map_overflow_check:
-03c8 78347c00 enable user 
-03c9 6800845a fetch 1 ,mem_le_event_count + 1 
-03ca 1ff1fe00 rshift4 pdata ,pdata 
-03cb c1878000 rtnne 0x0f 
-03cc 68008460 fetch 1 ,mem_le_instant + 1 
-03cd 1ff1fe00 rshift4 pdata ,pdata 
-03ce c1800000 rtnne 0x00 
-03cf 20207fe9 branch disable_user 
+05ee 78347c00 enable user 
+05ef 6800845a fetch 1 ,mem_le_event_count + 1 
+05f0 1ff1fe00 rshift4 pdata ,pdata 
+05f1 c1878000 rtnne 0x0f 
+05f2 68008460 fetch 1 ,mem_le_instant + 1 
+05f3 1ff1fe00 rshift4 pdata ,pdata 
+05f4 c1800000 rtnne 0x00 
+05f5 20207fe9 branch disable_user 
 
 p_le_prepare_tx:
-03d0 68008456 fetch 1 ,mem_le_arq 
-03d1 c28283e4 bbit1 wak ,p_le_prepare_tx_wak 
-03d2 20400536 call power_ctrl_pac_succ_incrs 
-03d3 6800c78e fetch 1 ,mem_empty_count 
-03d4 243a03da nbranch p_le_send_empyt ,blank 
-03d5 6800843f fetch 1 ,mem_le_state 
-03d6 c30203de bbit0 lestate_encryption ,p_le_tx_4 
-03d7 680082da fetch 1 ,mem_le_rxbuf + 1 
-03d8 203a03de branch p_le_tx_4 ,blank 
-03d9 20205664 branch le_send_empty 
+05f6 68008456 fetch 1 ,mem_le_arq 
+05f7 c282860a bbit1 wak ,p_le_prepare_tx_wak 
+05f8 20400693 call power_ctrl_pac_succ_incrs 
+05f9 6800c78e fetch 1 ,mem_empty_count 
+05fa 243a0600 nbranch p_le_send_empyt ,blank 
+05fb 6800843f fetch 1 ,mem_le_state 
+05fc c3020604 bbit0 lestate_encryption ,p_le_tx_4 
+05fd 680082da fetch 1 ,mem_le_rxbuf + 1 
+05fe 203a0604 branch p_le_tx_4 ,blank 
+05ff 20205664 branch le_send_empty 
 
 p_le_send_empyt:
-03da 6800c78e fetch 1 ,mem_empty_count 
-03db 1fe0ffff increase -1 ,pdata 
-03dc 6000c78e store 1 ,mem_empty_count 
-03dd 20205664 branch le_send_empty 
+0600 6800c78e fetch 1 ,mem_empty_count 
+0601 1fe0ffff increase -1 ,pdata 
+0602 6000c78e store 1 ,mem_empty_count 
+0603 20205664 branch le_send_empty 
 
 p_le_tx_4:
-03de 6800c4c4 fetch 1 ,mem_le_pairing_state 
-03df c08283e1 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
-03e0 70478e03 jam 3 ,mem_empty_count 
+0604 6800c4c4 fetch 1 ,mem_le_pairing_state 
+0605 c0828607 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
+0606 70478e03 jam 3 ,mem_empty_count 
 
 p_in_le_tx_4:
-03e1 20405892 call le_fifo_check_nearly_full 
-03e2 205a071a call p_mouse_data_pull ,blank 
-03e3 20205622 branch le_prepare_tx + 4 
+0607 20405892 call le_fifo_check_nearly_full 
+0608 205a03bc call p_mouse_data_pull ,blank 
+0609 20205622 branch le_prepare_tx + 4 
 
 p_le_prepare_tx_wak:
-03e4 204003e6 call p_le_check_tx_retransmit_setmd 
-03e5 202003f2 branch p_le_power_ctrl_pac_succ_decrs 
+060a 2040060c call p_le_check_tx_retransmit_setmd 
+060b 20200618 branch p_le_power_ctrl_pac_succ_decrs 
 
 p_le_check_tx_retransmit_setmd:
-03e6 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-03e7 1fe17e03 and pdata ,0x03 ,pdata 
-03e8 c1818000 rtnne 0x03 
-03e9 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
-03ea 207a0000 rtn blank 
-03eb 6800c3dd fetch 1 ,mem_le_txlen 
-03ec 207a0000 rtn blank 
-03ed 6800c3dc fetch 1 ,mem_le_txheader 
-03ee 79207e04 set1 md ,pdata 
-03ef 6000c3dc store 1 ,mem_le_txheader 
-03f0 20405650 call le_set_md 
-03f1 20600000 rtn 
+060c 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+060d 1fe17e03 and pdata ,0x03 ,pdata 
+060e c1818000 rtnne 0x03 
+060f 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
+0610 207a0000 rtn blank 
+0611 6800c3dd fetch 1 ,mem_le_txlen 
+0612 207a0000 rtn blank 
+0613 6800c3dc fetch 1 ,mem_le_txheader 
+0614 79207e04 set1 md ,pdata 
+0615 6000c3dc store 1 ,mem_le_txheader 
+0616 20405650 call le_set_md 
+0617 20600000 rtn 
 
 p_le_power_ctrl_pac_succ_decrs:
-03f2 2020053a branch power_ctrl_pac_succ_decrs 
+0618 20200697 branch power_ctrl_pac_succ_decrs 
 
 p_mouse_le_reconn_write_enable_timer_reinit:
-03f3 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
-03f4 207a0000 rtn blank 
-03f5 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-03f6 1fe17e03 and pdata ,0x03 ,pdata 
-03f7 c1018000 rtneq 0x03 
-03f8 7046c60a jam 10 ,mem_le_start_encrypt_timer 
-03f9 20600000 rtn 
+0619 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
+061a 207a0000 rtn blank 
+061b 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+061c 1fe17e03 and pdata ,0x03 ,pdata 
+061d c1018000 rtneq 0x03 
+061e 7046c60a jam 10 ,mem_le_start_encrypt_timer 
+061f 20600000 rtn 
 
 p_le_parse:
-03fa c6078000 rtnmark1 mark_old_packet 
-03fb 20405890 call le_fifo_check_full 
-03fc 247a0000 nrtn blank 
-03fd 680082d9 fetch 1 ,mem_le_rxbuf 
-03fe 1fe17e03 and pdata ,0x3 ,pdata 
-03ff 6000c50c store 1 ,mem_le_packet_llid 
-0400 e8c08000 ifetch 1 ,contr 
-0401 1fe17e1f and pdata ,0x1f ,pdata 
-0402 6000c50b store 1 ,mem_le_packet_size 
-0403 207a0000 rtn blank 
-0404 18c27e00 copy contr ,pdata 
-0405 6001450d store 2 ,mem_le_payload_ptr 
-0406 6800c50c fetch 1 ,mem_le_packet_llid 
-0407 c0018409 beq llid_le_ll ,p_le_parse_ll 
-0408 2020568d branch le_parse_l2cap 
+0620 c6078000 rtnmark1 mark_old_packet 
+0621 20405890 call le_fifo_check_full 
+0622 247a0000 nrtn blank 
+0623 680082d9 fetch 1 ,mem_le_rxbuf 
+0624 1fe17e03 and pdata ,0x3 ,pdata 
+0625 6000c50c store 1 ,mem_le_packet_llid 
+0626 e8c08000 ifetch 1 ,contr 
+0627 1fe17e1f and pdata ,0x1f ,pdata 
+0628 6000c50b store 1 ,mem_le_packet_size 
+0629 207a0000 rtn blank 
+062a 18c27e00 copy contr ,pdata 
+062b 6001450d store 2 ,mem_le_payload_ptr 
+062c 6800c50c fetch 1 ,mem_le_packet_llid 
+062d c001862f beq llid_le_ll ,p_le_parse_ll 
+062e 2020568d branch le_parse_l2cap 
 
 p_le_parse_ll:
-0409 680082db fetch 1 ,mem_le_rxbuf + 2 
-040a c000840c beq ll_channel_map_req ,p_le_parse_channel_map_req 
-040b 20205c65 branch le_parse_ll + 1 
+062f 680082db fetch 1 ,mem_le_rxbuf + 2 
+0630 c0008632 beq ll_channel_map_req ,p_le_parse_channel_map_req 
+0631 20205c65 branch le_parse_ll + 1 
 
 p_le_parse_channel_map_req:
-040c e8c28000 ifetch 5 ,contr 
-040d 6002c3ce store 5 ,mem_le_new_map 
-040e e8c10000 ifetch 2 ,contr 
-040f 6001045f store 2 ,mem_le_instant 
-0410 20205c8a branch le_parse_channel_map_req + 7 
+0632 e8c28000 ifetch 5 ,contr 
+0633 6002c3ce store 5 ,mem_le_new_map 
+0634 e8c10000 ifetch 2 ,contr 
+0635 6001045f store 2 ,mem_le_instant 
+0636 20205c8a branch le_parse_channel_map_req + 7 
 
 p_le_parse_l2cap:
-0411 e8c10000 ifetch 2 ,contr 
-0412 c0020415 beq le_l2cap_cid_att ,p_le_parse_att 
-0413 c0030432 beq le_l2cap_cid_smp ,p_le_parse_smp 
-0414 20205698 branch le_parse_l2cap + 11 
+0637 e8c10000 ifetch 2 ,contr 
+0638 c002063b beq le_l2cap_cid_att ,p_le_parse_att 
+0639 c0030658 beq le_l2cap_cid_smp ,p_le_parse_smp 
+063a 20205698 branch le_parse_l2cap + 11 
 
 p_le_parse_att:
-0415 20407ea5 call store_contr 
-0416 204003f3 call p_mouse_le_reconn_write_enable_timer_reinit 
-0417 20407e9f call get_contr 
-0418 e8c18000 ifetch 3 ,contr 
-0419 60018477 store 3 ,mem_le_att_opcode 
-041a c0080424 beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
-041b 1fec8400 rshift8 pdata ,temp 
-041c 18467c24 sub temp ,0x24 ,null 
-041d 202158ad branch le_parse_att + 2 ,positive 
-041e d84047c6 arg mem_mouse_le_uuid_sup ,temp 
-041f 600944bc storet 2 ,mem_ui_le_uuid_table 
-0420 204058ad call le_parse_att + 2 
-0421 58008e7a setarg 0x8e7a 
-0422 600144bc store 2 ,mem_ui_le_uuid_table 
-0423 20600000 rtn 
+063b 20407ea5 call store_contr 
+063c 20400619 call p_mouse_le_reconn_write_enable_timer_reinit 
+063d 20407e9f call get_contr 
+063e e8c18000 ifetch 3 ,contr 
+063f 60018477 store 3 ,mem_le_att_opcode 
+0640 c008064a beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
+0641 1fec8400 rshift8 pdata ,temp 
+0642 18467c24 sub temp ,0x24 ,null 
+0643 202158ad branch le_parse_att + 2 ,positive 
+0644 d84047c6 arg mem_mouse_le_uuid_sup ,temp 
+0645 600944bc storet 2 ,mem_ui_le_uuid_table 
+0646 204058ad call le_parse_att + 2 
+0647 58008e7a setarg 0x8e7a 
+0648 600144bc store 2 ,mem_ui_le_uuid_table 
+0649 20600000 rtn 
 
 p_le_parse_att_read_by_group_type_request:
-0424 204059fa call le_parse_att_read_by_group_type_request 
-0425 20405879 call le_fifo_get_last_tx_ptr 
-0426 18c08c07 increase 7 ,contr 
-0427 e8c08000 ifetch 1 ,contr 
-0428 c1888000 rtnne attop_read_by_group_type_response 
-0429 18c08c05 increase 5 ,contr 
-042a e8c10000 ifetch 2 ,contr 
-042b d8401812 arg uuid_service_hids ,temp 
-042c 98467c00 isub temp ,null 
-042d 24628000 nrtn zero 
-042e 18c08dfc increase -4 ,contr 
-042f 5800002b setarg 0x2b 
-0430 e0c10000 istore 2 ,contr 
-0431 20600000 rtn 
+064a 204059fa call le_parse_att_read_by_group_type_request 
+064b 20405879 call le_fifo_get_last_tx_ptr 
+064c 18c08c07 increase 7 ,contr 
+064d e8c08000 ifetch 1 ,contr 
+064e c1888000 rtnne attop_read_by_group_type_response 
+064f 18c08c05 increase 5 ,contr 
+0650 e8c10000 ifetch 2 ,contr 
+0651 d8401812 arg uuid_service_hids ,temp 
+0652 98467c00 isub temp ,null 
+0653 24628000 nrtn zero 
+0654 18c08dfc increase -4 ,contr 
+0655 5800002b setarg 0x2b 
+0656 e0c10000 istore 2 ,contr 
+0657 20600000 rtn 
 
 p_le_parse_smp:
-0432 e8c08000 ifetch 1 ,contr 
-0433 c0028435 beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
-0434 20205af5 branch le_parse_smp + 1 
+0658 e8c08000 ifetch 1 ,contr 
+0659 c002865b beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
+065a 20205af5 branch le_parse_smp + 1 
 
 p_le_parse_smp_pairing_failed:
-0435 20405b5a call le_parse_smp_pairing_failed 
-0436 6800843f fetch 1 ,mem_le_state 
-0437 793ffe05 set0 lestate_update_param ,pdata 
-0438 6000843f store 1 ,mem_le_state 
-0439 20205c8e branch le_parse_terminate_ind 
+065b 20405b5a call le_parse_smp_pairing_failed 
+065c 6800843f fetch 1 ,mem_le_state 
+065d 793ffe05 set0 lestate_update_param ,pdata 
+065e 6000843f store 1 ,mem_le_state 
+065f 20205c8e branch le_parse_terminate_ind 
 
 p_le_adv_not_match:
-043a 68008016 fetch 1 ,mem_le_ch_mapped 
-043b c093d6f2 bne 39 ,le_adv_loop 
-043c 20400440 call p_le_adv_random_delay 
-043d d8e00000 arg le_adv_interval_timer ,queue 
-043e 68014482 fetch 2 ,mem_le_adv_interval 
-043f 20207f08 branch timer_init 
+0660 68008016 fetch 1 ,mem_le_ch_mapped 
+0661 c093d6f2 bne 39 ,le_adv_loop 
+0662 20400666 call p_le_adv_random_delay 
+0663 d8e00000 arg le_adv_interval_timer ,queue 
+0664 68014482 fetch 2 ,mem_le_adv_interval 
+0665 20207f08 branch timer_init 
 
 p_le_adv_random_delay:
-0440 180a7e00 random pdata 
-0441 d84001ff arg 0x1ff ,temp 
-0442 98417e00 iand temp ,pdata 
-0443 1fe0fefa add pdata ,250 ,pdata 
-0444 20203cbe branch delay 
+0666 180a7e00 random pdata 
+0667 d84001ff arg 0x1ff ,temp 
+0668 98417e00 iand temp ,pdata 
+0669 1fe0fefa add pdata ,250 ,pdata 
+066a 20203cbe branch delay 
 
 p_le_lpm_setmult:
-0445 7855fc00 disable wake 
-0446 20370448 branch p_le_lpm_set_mult_attempt ,attempt 
-0447 2436d806 nbranch le_lpm_lost ,match 
+066b 7855fc00 disable wake 
+066c 2037066e branch p_le_lpm_set_mult_attempt ,attempt 
+066d 2436d806 nbranch le_lpm_lost ,match 
 
 p_le_lpm_set_mult_attempt:
-0448 20402bcb call lpm_match 
-0449 680140c1 fetch 2 ,mem_rx_window_sniff 
-044a 6001044d store 2 ,mem_le_receive_window 
-044b 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-044c 2fe00603 compare 3 ,pdata ,3 
-044d 2420abde nbranch lpm_mult_short ,true 
-044e 202057fb branch le_lpm_set_mult_attempt + 3 
+066e 20402bcb call lpm_match 
+066f 680140c1 fetch 2 ,mem_rx_window_sniff 
+0670 6001044d store 2 ,mem_le_receive_window 
+0671 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+0672 2fe00603 compare 3 ,pdata ,3 
+0673 2420abde nbranch lpm_mult_short ,true 
+0674 202057fb branch le_lpm_set_mult_attempt + 3 
 
 p_le_mouse_bb_event_connect_complete:
-044f 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
-0450 247a0000 nrtn blank 
-0451 68008478 fetch 1 ,mem_le_att_handle 
-0452 1fe67e1a sub pdata ,26 ,pdata 
-0453 24628000 nrtn zero 
-0454 20203d60 branch mouse_le_write_enable 
+0675 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
+0676 247a0000 nrtn blank 
+0677 68008478 fetch 1 ,mem_le_att_handle 
+0678 1fe67e1a sub pdata ,26 ,pdata 
+0679 24628000 nrtn zero 
+067a 20203d60 branch mouse_le_write_enable 
+
+p_check_51cmd_once_continue:
+067b 204062bc call lmo_fifo_check 
+067c 243a7ddb nbranch check_51cmd_restore ,blank 
+067d 68008a99 fetch 1 ,mem_fifo_temp 
+067e c584fdd6 bmark0 mark_context ,check_51cmd_check_idle 
+067f c0090681 beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
+0680 20207dca branch check_51cmd_once_continue + 2 
+
+p_check_51cmd_ble_update_connect_param:
+0681 20405890 call le_fifo_check_full 
+0682 247a0000 nrtn blank 
+0683 20205abf branch le_l2cap_tx_update_req 
 
 p_twspi_reset:
-0455 68108077 hfetch 1 ,core_gpio_out3 
-0456 1fe17efd and_into 0xfd ,pdata 
-0457 60108077 hstore 1 ,core_gpio_out3 
-0458 68188073 hfetcht 1 ,core_gpio_oe3 
-0459 18418402 or_into 0x2 ,temp 
-045a 60188073 hstoret 1 ,core_gpio_oe3 
-045b 204063ee call twspi_disable 
-045c 184104fd and_into 0xfd ,temp 
-045d 2000000d nop 13 
-045e 204063f2 call twspi_enable 
-045f 60188073 hstoret 1 ,core_gpio_oe3 
-0460 20600000 rtn 
-
-p_g24_set_device_addr:
-0461 204068a8 call adc_init_data 
-0462 680240a0 fetch 4 ,mem_lap 
-0463 60024bea store 4 ,mem_24g_device_addr 
-0464 20600000 rtn 
-
-p_g24_transmit_rf_sta_init:
-0465 704ce901 jam 1 ,mem_24g_rf_last_sta 
-0466 704ceb00 jam 0 ,mem_24g_sync_cnt 
-
-p_g24_transmit_rf_ctrl_clear:
-0467 6800cbb4 fetch 1 ,mem_24g_data_type 
-0468 1fe17e07 and_into bits_data ,pdata 
-0469 6000cbb4 store 1 ,mem_24g_data_type 
-046a 20600000 rtn 
-
-p_g24_hop_ch_enable:
-046b 6800cbb4 fetch 1 ,mem_24g_data_type 
-046c 79207e04 set1 bit_hop ,pdata 
-046d 6000cbb4 store 1 ,mem_24g_data_type 
-046e 6000cb6f store 1 ,mem_24g_txpayload 
-046f 20600000 rtn 
-
-p_g24_hop_ch_disable:
-0470 6800cbb4 fetch 1 ,mem_24g_data_type 
-0471 793ffe04 set0 bit_hop ,pdata 
-0472 6000cbb4 store 1 ,mem_24g_data_type 
-0473 20600000 rtn 
-
-p_g24_transmit_hop_pac_fail:
-0474 2040053a call power_ctrl_pac_succ_decrs 
-0475 6800ccea fetch 1 ,mem_24g_rf_work_stage 
-0476 c0008479 beq 1 ,p_g24_transmit_hop_pac_fail_wo_hop 
-0477 c001047d beq 2 ,p_g24_transmit_hop_pac_fail_hop_stage2 
-0478 20600000 rtn 
-
-p_g24_transmit_hop_pac_fail_wo_hop:
-0479 704ceb02 jam 2 ,mem_24g_sync_cnt 
-
-p_g24_transmit_hop_pac_fail_stage1:
-047a 704ce700 jam 0 ,mem_24g_hop_pac_retry 
-047b 704ce900 jam 0 ,mem_24g_rf_last_sta 
-047c 20200467 branch p_g24_transmit_rf_ctrl_clear 
-
-p_g24_transmit_hop_pac_fail_hop_stage2:
-047d 704ce800 jam 0 ,mem_24g_rf_hop_ch 
-047e 2020047a branch p_g24_transmit_hop_pac_fail_stage1 
-
-p_g24_transmit_pac_fail_hop_stage3:
-047f 68014bb9 fetch 2 ,mem_24g_txfail_cnt 
-0480 1fe0fe01 increase 1 ,pdata 
-0481 60014bb9 store 2 ,mem_24g_txfail_cnt 
-0482 c2850528 bbit1 10 ,p_g24_tx_attempt_fail 
-0483 6800cce8 fetch 1 ,mem_24g_rf_hop_ch 
-0484 c0008488 beq 1 ,p_g24_rf_hop_fastly 
-0485 704ce801 jam 1 ,mem_24g_rf_hop_ch 
-
-p_g24_rf_hop_attemp_again:
-0486 6800cce8 fetch 1 ,mem_24g_rf_hop_ch 
-0487 c0808467 bne 1 ,p_g24_transmit_rf_ctrl_clear 
-
-p_g24_rf_hop_fastly:
-0488 6800cce6 fetch 1 ,mem_24g_hop_fastly_cnt 
-0489 1fe0fe01 increase 1 ,pdata 
-048a 6000cce6 store 1 ,mem_24g_hop_fastly_cnt 
-048b c002048f beq 4 ,p_g24_rf_hop_fastly_exit 
-048c 20400685 call p_g24_ch 
-048d 704bf802 jam 2 ,mem_24g_max_retry 
-048e 202004e5 branch p_g24_transmit_packet 
-
-p_g24_rf_hop_fastly_exit:
-048f 2040053a call power_ctrl_pac_succ_decrs 
-0490 704ce600 jam 0 ,mem_24g_hop_fastly_cnt 
-0491 20200467 branch p_g24_transmit_rf_ctrl_clear 
-
-p_g24_transmit_hop_pac_succ_wo_hop:
-0492 704ceb02 jam 2 ,mem_24g_sync_cnt 
-
-p_g24_transmit_hop_pac_succ:
-0493 704ce901 jam 1 ,mem_24g_rf_last_sta 
-0494 704ce800 jam 0 ,mem_24g_rf_hop_ch 
-0495 20200467 branch p_g24_transmit_rf_ctrl_clear 
-
-p_g24_transmit_succ_rf_config:
-0496 6800ccea fetch 1 ,mem_24g_rf_work_stage 
-0497 c0018493 beq 3 ,p_g24_transmit_hop_pac_succ 
-0498 6800cbb4 fetch 1 ,mem_24g_data_type 
-0499 2fec0004 isolate0 bit_hop ,pdata 
-049a 20208465 branch p_g24_transmit_rf_sta_init ,true 
-049b 6800ccea fetch 1 ,mem_24g_rf_work_stage 
-049c c0008492 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
-049d c0010493 beq 2 ,p_g24_transmit_hop_pac_succ 
-049e 20600000 rtn 
-
-p_g24_rf_sta_check:
-049f 6800cbc3 fetch 1 ,mem_24g_pairing_sm 
-04a0 c1ff8000 rtnne state_24g_pairing_success 
-04a1 204004a4 call p_g24_rf_laststa_synccnt_check 
-04a2 245604ac ncall p_g24_rf_sync_cnt_check ,user2 
-04a3 20600000 rtn 
-
-p_g24_rf_laststa_synccnt_check:
-04a4 78567c00 disable user2 
-04a5 6800cce9 fetch 1 ,mem_24g_rf_last_sta 
-04a6 c1808000 rtnne 1 
-04a7 6800cceb fetch 1 ,mem_24g_sync_cnt 
-04a8 c1800000 rtnne 0 
-04a9 704cea01 jam 1 ,mem_24g_rf_work_stage 
-04aa 704bf804 jam 4 ,mem_24g_max_retry 
-04ab 20207feb branch enable_user2 
-
-p_g24_rf_sync_cnt_check:
-04ac 6800cceb fetch 1 ,mem_24g_sync_cnt 
-04ad 203a04b4 branch p_g24_rf_hop_attemp ,blank 
-04ae 1fe0ffff increase -1 ,pdata 
-04af 6000cceb store 1 ,mem_24g_sync_cnt 
-04b0 704cea02 jam 2 ,mem_24g_rf_work_stage 
-04b1 20400685 call p_g24_ch 
-04b2 704bf804 jam 4 ,mem_24g_max_retry 
-04b3 20600000 rtn 
-
-p_g24_rf_hop_attemp:
-04b4 704cea03 jam 3 ,mem_24g_rf_work_stage 
-04b5 6800cce8 fetch 1 ,mem_24g_rf_hop_ch 
-04b6 243a0486 nbranch p_g24_rf_hop_attemp_again ,blank 
-04b7 20400685 call p_g24_ch 
-04b8 704bf802 jam 2 ,mem_24g_max_retry 
-04b9 20600000 rtn 
-
-p_g24_txdata_prep:
-04ba 6800cbc3 fetch 1 ,mem_24g_pairing_sm 
-04bb c0ff8579 bne state_24g_pairing_success ,p_g24_pairing_sm 
-
-p_g24_txdata_prep_packeage_data:
-04bc 204004c0 call p_g24_package_data 
-04bd 20400673 call p_g24_transmit_prep 
-
-p_g24_txdata_enable_tx:
-04be 704bb801 jam ensure_on_24g ,mem_24g_ensure 
-04bf 20600000 rtn 
-
-p_g24_package_data:
-04c0 68014ce4 fetch 2 ,mem_cb_24g_data 
-04c1 20407f9c call callback_func 
-04c2 203404c6 branch p_g24_accumulate_mouse_data ,user 
-04c3 6803cb50 fetch 7 ,mem_24g_txbuf + 1 
-04c4 207a0000 rtn blank 
-04c5 20207fe7 branch enable_user 
-
-p_g24_accumulate_mouse_data:
-04c6 204004dd call p_mouse_data_xy_release 
-04c7 704bdf00 jam 0 ,mem_24g_abort_pac 
-04c8 1a20fe01 add rega ,1 ,pdata 
-04c9 6000cbb3 store 1 ,mem_24g_datalen 
-04ca 20400467 call p_g24_transmit_rf_ctrl_clear 
-04cb 6000cb4f store 1 ,mem_24g_txbuf 
-04cc e8a88000 ifetcht 1 ,contw 
-04cd ea408000 ifetch 1 ,regb 
-04ce 9841fe00 ior temp ,pdata 
-04cf e0a08000 istore 1 ,contw 
-04d0 1a40a401 increase 1 ,regb 
-04d1 ea420000 ifetch 4 ,regb 
-04d2 e0a20000 istore 4 ,contw 
-04d3 1a40a404 increase 4 ,regb 
-04d4 d8a04b55 arg mem_24g_txbuf + 6 ,contw 
-04d5 df200002 arg 2 ,loopcnt 
-
-p_g24_accumulation_loop2:
-04d6 ea408000 ifetch 1 ,regb 
-04d7 e8a88000 ifetcht 1 ,contw 
-04d8 9840fe00 iadd temp ,pdata 
-04d9 e0a08000 istore 1 ,contw 
-04da 1a40a401 increase 1 ,regb 
-04db c20004d6 loop p_g24_accumulation_loop2 
-04dc 20600000 rtn 
-
-p_mouse_data_xy_release:
-04dd 6800c6f5 fetch 1 ,mem_config_function_enable 
-04de c3838000 rtnbit1 enable_sensor_motion_pin 
-04df 6800cafd fetch 1 ,mem_mouse_long_mult_flag 
-04e0 c1808000 rtnne 1 
-04e1 58000000 setarg 0 
-04e2 6000cafd store 1 ,mem_mouse_long_mult_flag 
-04e3 6002469b store 4 ,mem_mouse_x 
-04e4 20200123 branch p_mouse_sensor_poweron 
-
-p_g24_transmit_packet:
-04e5 704bbc00 jam 0 ,mem_24g_retry 
-
-p_g24_transmit_loop:
-04e6 d9600d00 arg param_rx_setup ,timeup 
-04e7 34730200 until clkn_rt ,meet 
-04e8 20400501 call p_g24_transmit_receive_ack 
-04e9 6800cbef fetch 1 ,mem_24g_no_ack 
-04ea c1008000 rtneq no_ack_24g 
-04eb 242c0510 nbranch p_g24_retransmit ,sync 
-04ec 24378510 nbranch p_g24_retransmit ,user3 
-04ed 204004fc call p_g24_txbuf_clear 
-04ee 2040052c call p_g24_ackpayload_parse 
-04ef 20400536 call power_ctrl_pac_succ_incrs 
-
-p_g24_transmit_next_packet:
-04f0 6800cbb2 fetch 1 ,mem_24g_pid 
-04f1 1fe0fe01 increase 1 ,pdata 
-04f2 6000cbb2 store 1 ,mem_24g_pid 
-04f3 6800cbc3 fetch 1 ,mem_24g_pairing_sm 
-04f4 c0ff84ff bne state_24g_pairing_success ,p_g24_paring_mode_start 
-04f5 20400496 call p_g24_transmit_succ_rf_config 
-
-p_g24_transmit_abandon:
-04f6 58000000 setarg 0 
-04f7 60014bb9 store 2 ,mem_24g_txfail_cnt 
-04f8 6000cbbb store 1 ,mem_24g_get_ack_fail 
-04f9 6000cce7 store 1 ,mem_24g_hop_pac_retry 
-04fa 704bb800 jam ensure_off_24g ,mem_24g_ensure 
-04fb 20600000 rtn 
-
-p_g24_txbuf_clear:
-04fc df200004 arg 4 ,loopcnt 
-04fd d8a04b4f arg mem_24g_txbuf ,contw 
-04fe 20207ec6 branch memset0 
-
-p_g24_paring_mode_start:
-04ff 20400533 call power_ctrl_pac_succ_cnt_init 
-0500 20200594 branch p_g24_paring_mode 
-
-p_g24_transmit_receive_ack:
-0501 7857fc00 disable user3 
-0502 204006ec call p_g24_transmit 
-0503 6800cbef fetch 1 ,mem_24g_no_ack 
-0504 c000850e beq no_ack_24g ,p_g24_transmit_no_ack 
-0505 18002a00 force 0 ,radio_ctrl 
-0506 68024bdb fetch 4 ,mem_24g_addr 
-0507 98001200 iforce access 
-0508 68088017 fetcht 1 ,mem_last_freq 
-0509 2040291f call set_freq_rx 
-050a 20402924 call rf_rx_enable 
-050b 204006a8 call p_g24_receive_rxon 
-050c 205786e4 call p_g24_end_of_packet ,user3 
-050d 20600000 rtn 
-
-p_g24_transmit_no_ack:
-050e 204006e4 call p_g24_end_of_packet 
-050f 202004f0 branch p_g24_transmit_next_packet 
-
-p_g24_retransmit:
-0510 6800cbbb fetch 1 ,mem_24g_get_ack_fail 
-0511 1fe0fe01 increase 1 ,pdata 
-0512 6000cbbb store 1 ,mem_24g_get_ack_fail 
-0513 6800cbc3 fetch 1 ,mem_24g_pairing_sm 
-0514 c0ff8524 bne state_24g_pairing_success ,p_g24_tx_paring_retry 
-0515 6808cbbc fetcht 1 ,mem_24g_retry 
-0516 18408401 increase 1 ,temp 
-0517 6008cbbc storet 1 ,mem_24g_retry 
-0518 6800cbf8 fetch 1 ,mem_24g_max_retry 
-0519 98467e00 isub temp ,pdata 
-051a 243a04e6 nbranch p_g24_transmit_loop ,blank 
-051b 6800ccea fetch 1 ,mem_24g_rf_work_stage 
-051c c001847f beq 3 ,p_g24_transmit_pac_fail_hop_stage3 
-051d 6800cce7 fetch 1 ,mem_24g_hop_pac_retry 
-051e 1fe0fe01 increase 1 ,pdata 
-051f 6000cce7 store 1 ,mem_24g_hop_pac_retry 
-0520 c0010474 beq 2 ,p_g24_transmit_hop_pac_fail 
-0521 2040046b call p_g24_hop_ch_enable 
-0522 704bf801 jam 1 ,mem_24g_max_retry 
-0523 202004e5 branch p_g24_transmit_packet 
-
-p_g24_tx_paring_retry:
-0524 6800cbbb fetch 1 ,mem_24g_get_ack_fail 
-0525 c1ff8000 rtnne 0xff 
-0526 704bbb00 jam 0 ,mem_24g_get_ack_fail 
-0527 2020052a branch p_g24_stop_g24_mode 
-
-p_g24_tx_attempt_fail:
-0528 58000000 setarg 0 
-0529 60014bb9 store 2 ,mem_24g_txfail_cnt 
-
-p_g24_stop_g24_mode:
-052a 700a993a jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
-052b 20207d86 branch ui_ipc_send_event 
-
-p_g24_ackpayload_parse:
-052c 204005f7 call p_g24_read_len_pid_crc 
-052d 6800cbb1 fetch 1 ,mem_24g_rxdata_length 
-052e 207a0000 rtn blank 
-052f 98007200 iforce loopcnt 
-0530 d8c04b2f arg mem_24g_rxbuf + 2 ,contr 
-0531 d8a04b91 arg mem_24g_rxpayload ,contw 
-0532 20207f01 branch memcpy 
+0684 68108077 hfetch 1 ,core_gpio_out3 
+0685 1fe17efd and_into 0xfd ,pdata 
+0686 60108077 hstore 1 ,core_gpio_out3 
+0687 68188073 hfetcht 1 ,core_gpio_oe3 
+0688 18418402 or_into 0x2 ,temp 
+0689 60188073 hstoret 1 ,core_gpio_oe3 
+068a 204063ee call twspi_disable 
+068b 184104fd and_into 0xfd ,temp 
+068c 2000000d nop 13 
+068d 204063f2 call twspi_enable 
+068e 60188073 hstoret 1 ,core_gpio_oe3 
+068f 20600000 rtn 
 
 power_ctrl_pac_succ_cnt_init:
-0533 704cef01 jam 1 ,mem_power_ctrl_level 
-0534 704cec00 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-0535 20600000 rtn 
+0690 704d0101 jam 1 ,mem_power_ctrl_level 
+0691 704cfe00 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0692 20600000 rtn 
 
 power_ctrl_pac_succ_incrs:
-0536 6800ccec fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0537 1fe0fe01 increase 1 ,pdata 
-0538 6000ccec store 1 ,mem_power_ctrl_pac_succ_cnt 
-0539 20600000 rtn 
+0693 6800ccfe fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0694 1fe0fe01 increase 1 ,pdata 
+0695 6000ccfe store 1 ,mem_power_ctrl_pac_succ_cnt 
+0696 20600000 rtn 
 
 power_ctrl_pac_succ_decrs:
-053a 6800ccec fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-053b 1fe67c02 sub pdata ,2 ,null 
-053c 24410542 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
-053d 6800ccec fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-053e c1000000 rtneq 0 
-053f 1fe0ffff increase -1 ,pdata 
-0540 6000ccec store 1 ,mem_power_ctrl_pac_succ_cnt 
-0541 20600000 rtn 
+0697 6800ccfe fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0698 1fe67c02 sub pdata ,2 ,null 
+0699 2441069f ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+069a 6800ccfe fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+069b c1000000 rtneq 0 
+069c 1fe0ffff increase -1 ,pdata 
+069d 6000ccfe store 1 ,mem_power_ctrl_pac_succ_cnt 
+069e 20600000 rtn 
 
 power_ctrl_pac_succ_cnt_reinit:
-0542 704cec03 jam 3 ,mem_power_ctrl_pac_succ_cnt 
-0543 20600000 rtn 
+069f 704cfe03 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+06a0 20600000 rtn 
 
 power_ctrl_start:
-0544 68014682 fetch 2 ,mem_ui_state_map 
-0545 c3858000 rtnbit1 ui_state_ble_adv 
-0546 c3838000 rtnbit1 ui_state_bt_reconnect 
-0547 c3830000 rtnbit1 ui_state_bt_discovery 
-0548 da204c75 arg mem_rssi_signal_buf ,rega 
-0549 20400654 call p_rssi_average 
-054a 6008cced storet 1 ,mem_rssi_avg_received 
-054b 58000082 setarg rssi_dis_max_24g 
-054c c513054e bmark1 mark_24g ,power_ctrl_start_next 
-054d 58000080 setarg rssi_dis_max_ble 
+06a1 68014682 fetch 2 ,mem_ui_state_map 
+06a2 c3858000 rtnbit1 ui_state_ble_adv 
+06a3 da204c87 arg mem_rssi_signal_buf ,rega 
+06a4 204002c4 call p_rssi_average 
+06a5 6008ccff storet 1 ,mem_rssi_avg_received 
+06a6 58000082 setarg rssi_dis_max_24g 
+06a7 c51306a9 bmark1 mark_24g ,power_ctrl_start_next 
+06a8 58000080 setarg rssi_dis_max_ble 
 
 power_ctrl_start_next:
-054e 98467c00 isub temp ,null 
-054f 24210566 nbranch power_ctrl_txpower_incrs_force ,positive 
-0550 6800ccec fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0551 1fe67c02 sub pdata ,2 ,null 
-0552 24210556 nbranch power_ctrl_txpower_decrs_check ,positive 
-0553 6800ccec fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0554 c0000567 beq 0 ,power_ctrl_txpower_incrs 
-0555 20600000 rtn 
+06a9 98467c00 isub temp ,null 
+06aa 242106c1 nbranch power_ctrl_txpower_incrs_force ,positive 
+06ab 6800ccfe fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+06ac 1fe67c02 sub pdata ,2 ,null 
+06ad 242106b1 nbranch power_ctrl_txpower_decrs_check ,positive 
+06ae 6800ccfe fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+06af c00006c2 beq 0 ,power_ctrl_txpower_incrs 
+06b0 20600000 rtn 
 
 power_ctrl_txpower_decrs_check:
-0556 6800ccec fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0557 c1900000 rtnne 32 
-0558 704cec00 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+06b1 6800ccfe fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+06b2 c1900000 rtnne 32 
+06b3 704cfe00 jam 0 ,mem_power_ctrl_pac_succ_cnt 
 
 power_ctrl_txpower_decrs:
-0559 6808cced fetcht 1 ,mem_rssi_avg_received 
-055a 58000077 setarg rssi_dis_min_24g 
-055b c513055d bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
-055c 58000075 setarg rssi_dis_min_ble 
+06b4 6808ccff fetcht 1 ,mem_rssi_avg_received 
+06b5 58000077 setarg rssi_dis_min_24g 
+06b6 c51306b8 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+06b7 58000075 setarg rssi_dis_min_ble 
 
 power_ctrl_txpower_decrs_next:
-055d 98467c00 isub temp ,null 
-055e 24610000 nrtn positive 
-055f 6800ccef fetch 1 ,mem_power_ctrl_level 
-0560 c000056e beq 0 ,power_ctrl_decrs_level0 
-0561 1fe0ffff increase -1 ,pdata 
-0562 6000ccef store 1 ,mem_power_ctrl_level 
-0563 c000056e beq 0 ,power_ctrl_decrs_level0 
+06b8 98467c00 isub temp ,null 
+06b9 24610000 nrtn positive 
+06ba 6800cd01 fetch 1 ,mem_power_ctrl_level 
+06bb c00006c9 beq 0 ,power_ctrl_decrs_level0 
+06bc 1fe0ffff increase -1 ,pdata 
+06bd 6000cd01 store 1 ,mem_power_ctrl_level 
+06be c00006c9 beq 0 ,power_ctrl_decrs_level0 
 
 power_ctrl_decrs_level1:
 
 power_ctrl_incrs_level1:
-0564 7041de00 jam tx_power_0db ,mem_tx_power 
-0565 20600000 rtn 
+06bf 7041de00 jam tx_power_0db ,mem_tx_power 
+06c0 20600000 rtn 
 
 power_ctrl_txpower_incrs_force:
-0566 704cec00 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+06c1 704cfe00 jam 0 ,mem_power_ctrl_pac_succ_cnt 
 
 power_ctrl_txpower_incrs:
-0567 6800ccef fetch 1 ,mem_power_ctrl_level 
-0568 c001056c beq 2 ,power_ctrl_incrs_level2 
-0569 1fe0fe01 increase 1 ,pdata 
-056a 6000ccef store 1 ,mem_power_ctrl_level 
-056b c0008564 beq 1 ,power_ctrl_incrs_level1 
+06c2 6800cd01 fetch 1 ,mem_power_ctrl_level 
+06c3 c00106c7 beq 2 ,power_ctrl_incrs_level2 
+06c4 1fe0fe01 increase 1 ,pdata 
+06c5 6000cd01 store 1 ,mem_power_ctrl_level 
+06c6 c00086bf beq 1 ,power_ctrl_incrs_level1 
 
 power_ctrl_incrs_level2:
-056c 7041de02 jam tx_power_5db ,mem_tx_power 
-056d 20600000 rtn 
+06c7 7041de02 jam tx_power_5db ,mem_tx_power 
+06c8 20600000 rtn 
 
 power_ctrl_decrs_level0:
-056e 7041de04 jam tx_power_f5db ,mem_tx_power 
-056f 20600000 rtn 
-
-p_g24_start_pairing_sm1:
-0570 79200026 set1 mark_24g ,mark 
-0571 20400574 call p_g24_pair_init 
-
-p_g24_set_pairing_sm_1:
-0572 704bc301 jam state_24g_pairing_1 ,mem_24g_pairing_sm 
-0573 20600000 rtn 
-
-p_g24_pair_init:
-0574 7041de20 jam tx_power_pair ,mem_tx_power 
-0575 704bb200 jam 0 ,mem_24g_pid 
-0576 704bbd4e jam g24_pair_ch ,mem_24g_ch 
-0577 68024bbf fetch 4 ,mem_24g_paring_addr 
-0578 20200665 branch p_g24_update_addr_and_synccrc8 
-
-p_g24_pairing_sm:
-0579 6800cbb8 fetch 1 ,mem_24g_ensure 
-057a c000ffe7 beq ensure_on_24g ,enable_user 
-057b 6800cbc3 fetch 1 ,mem_24g_pairing_sm 
-057c c0008580 beq state_24g_pairing_1 ,p_g24_pairing_sm_1 
-057d c0010583 beq state_24g_pairing_2 ,p_g24_pairing_sm_2 
-057e c0018586 beq state_24g_pairing_3 ,p_g24_pairing_sm_3 
-057f 20202a8c branch assert 
-
-p_g24_pairing_sm_1:
-0580 704bc311 jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm 
-0581 70119eaa jam 0xaa ,mem_24g_common_temp 
-0582 20200588 branch p_g24_pairing_sm_common 
-
-p_g24_pairing_sm_2:
-0583 704bc312 jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm 
-0584 70119e55 jam 0x55 ,mem_24g_common_temp 
-0585 20200588 branch p_g24_pairing_sm_common 
-
-p_g24_pairing_sm_3:
-0586 704bc313 jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm 
-0587 70119e22 jam 0x22 ,mem_24g_common_temp 
-
-p_g24_pairing_sm_common:
-0588 6800cbb4 fetch 1 ,mem_24g_data_type 
-0589 1fe17e07 and_into bits_data ,pdata 
-058a 6000919f store 1 ,mem_24g_common_temp + 1 
-058b 68024bea fetch 4 ,mem_24g_device_addr 
-058c 600211a0 store 4 ,mem_24g_common_temp + 2 
-
-p_g24_put_pairing_data_in_buff:
-058d 7011a400 jam 0 ,mem_24g_common_temp + 6 
-058e da20119e arg mem_24g_common_temp ,rega 
-058f d8400007 arg 7 ,temp 
-0590 204005f2 call p_g24_put_data_in_buff 
-0591 20400673 call p_g24_transmit_prep 
-0592 204004be call p_g24_txdata_enable_tx 
-0593 20207fe7 branch enable_user 
-
-p_g24_paring_mode:
-0594 6800cbc3 fetch 1 ,mem_24g_pairing_sm 
-0595 c17f8000 rtneq state_24g_pairing_success 
-0596 c008859a beq state_24g_pairing_1_waiting_ack ,p_g24_pairing_sm_1_waiting_ack 
-0597 c009059c beq state_24g_pairing_2_waiting_ack ,p_g24_pairing_sm_2_waiting_ack 
-0598 c009859e beq state_24g_pairing_3_waiting_ack ,p_g24_pairing_sm_3_waiting_ack 
-0599 20600000 rtn 
-
-p_g24_pairing_sm_1_waiting_ack:
-059a 704bc302 jam state_24g_pairing_2 ,mem_24g_pairing_sm 
-059b 202004f6 branch p_g24_transmit_abandon 
-
-p_g24_pairing_sm_2_waiting_ack:
-059c 704bc303 jam state_24g_pairing_3 ,mem_24g_pairing_sm 
-059d 202004f6 branch p_g24_transmit_abandon 
-
-p_g24_pairing_sm_3_waiting_ack:
-059e 704bc3ff jam state_24g_pairing_success ,mem_24g_pairing_sm 
-059f 700a9939 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
-05a0 20407d86 call ui_ipc_send_event 
-05a1 68024b93 fetch 4 ,mem_24g_rxpayload + 2 
-05a2 20400665 call p_g24_update_addr_and_synccrc8 
-05a3 202004f6 branch p_g24_transmit_abandon 
-
-p_g24_start_24g_mode:
-05a4 793f8026 set0 mark_24g ,mark 
-05a5 204005e8 call p_g24_ch_syncword_crc8_init 
-05a6 6800cbc3 fetch 1 ,mem_24g_pairing_sm 
-05a7 c1ff8000 rtnne state_24g_pairing_success 
-05a8 204005ba call p_g24_tx_attemp_data_prep 
-
-p_g24_tx_attemp_dongle:
-05a9 58000000 setarg 0 
-05aa 60014be0 store 2 ,mem_24g_check_dongle_times 
-
-p_g24_tx_attemp_dongle_loop:
-05ab 20402afa call lpo_calibration 
-05ac 200007d0 nop 2000 
-05ad 6800cbe0 fetch 1 ,mem_24g_check_dongle_times 
-05ae c07f852a beq 0xff ,p_g24_stop_g24_mode 
-05af 20400501 call p_g24_transmit_receive_ack 
-05b0 242c05c3 nbranch p_g24_attemp_txdata_retry ,sync 
-05b1 243785c3 nbranch p_g24_attemp_txdata_retry ,user3 
-
-p_g24_tx_attemp_dongle_succ:
-05b2 79200026 set1 mark_24g ,mark 
-05b3 58000000 setarg 0 
-05b4 60014be0 store 2 ,mem_24g_check_dongle_times 
-05b5 704afd00 jam 0 ,mem_mouse_long_mult_flag 
-05b6 700a993c jam bt_evt_24g_attempt_success ,mem_fifo_temp 
-05b7 20407d86 call ui_ipc_send_event 
-05b8 204004fc call p_g24_txbuf_clear 
-05b9 20200076 branch p_g24_transmit_by_interrupt_enable 
-
-p_g24_tx_attemp_data_prep:
-05ba 70119eff jam 0xff ,mem_24g_common_temp 
-05bb 6800cbb4 fetch 1 ,mem_24g_data_type 
-05bc 6000919f store 1 ,mem_24g_common_temp + 1 
-05bd 68024bea fetch 4 ,mem_24g_device_addr 
-05be 600211a0 store 4 ,mem_24g_common_temp + 2 
-05bf d8400006 arg 6 ,temp 
-05c0 da20119e arg mem_24g_common_temp ,rega 
-05c1 204005f2 call p_g24_put_data_in_buff 
-05c2 20200673 branch p_g24_transmit_prep 
-
-p_g24_attemp_txdata_retry:
-05c3 68014be0 fetch 2 ,mem_24g_check_dongle_times 
-05c4 1fe0fe01 increase 1 ,pdata 
-05c5 60014be0 store 2 ,mem_24g_check_dongle_times 
-05c6 20400685 call p_g24_ch 
-05c7 202005ab branch p_g24_tx_attemp_dongle_loop 
-
-p_g24_auto_pair_start:
-05c8 793f8026 set0 mark_24g ,mark 
-05c9 204005e4 call p_g24_auto_pair_all_powerful 
-05ca 204005ba call p_g24_tx_attemp_data_prep 
-
-p_g24_auto_pair_restart:
-05cb 704be000 jam 0 ,mem_24g_check_dongle_times 
-
-p_g24_auto_pair_start_loop:
-05cc 20402afa call lpo_calibration 
-05cd 200007d0 nop 2000 
-05ce 6800cbe0 fetch 1 ,mem_24g_check_dongle_times 
-05cf c07f852a beq 0xff ,p_g24_stop_g24_mode 
-05d0 20400501 call p_g24_transmit_receive_ack 
-05d1 242c05da nbranch p_g24_auto_pair_retry ,sync 
-05d2 243785da nbranch p_g24_auto_pair_retry ,user3 
-05d3 2040052c call p_g24_ackpayload_parse 
-05d4 204000da call p_mouse_tx_power_init 
-05d5 68024bdb fetch 4 ,mem_24g_addr 
-05d6 680a4bbf fetcht 4 ,mem_24g_paring_addr 
-05d7 98467c00 isub temp ,null 
-05d8 20228570 branch p_g24_start_pairing_sm1 ,zero 
-05d9 202005b2 branch p_g24_tx_attemp_dongle_succ 
-
-p_g24_auto_pair_retry:
-05da 6800cbe0 fetch 1 ,mem_24g_check_dongle_times 
-05db 1fe0fe01 increase 1 ,pdata 
-05dc 6000cbe0 store 1 ,mem_24g_check_dongle_times 
-05dd 6800ccf1 fetch 1 ,mem_24g_auto_paring_switch 
-05de 1fe0fe01 increase 1 ,pdata 
-05df 1fe17e01 and_into 1 ,pdata 
-05e0 6000ccf1 store 1 ,mem_24g_auto_paring_switch 
-05e1 c00005ea beq 0 ,p_g24_auto_pair_device_attemp 
-05e2 c00085ec beq 1 ,p_g24_auto_pair_pair_attemp 
-05e3 20600000 rtn 
-
-p_g24_auto_pair_all_powerful:
-05e4 7041de20 jam tx_power_pair ,mem_tx_power 
-05e5 58000f0f setarg 0x0f0f 
-05e6 60014bdb store 2 ,mem_24g_addr 
-05e7 e0a10000 istore 2 ,contw 
-
-p_g24_ch_syncword_crc8_init:
-05e8 20400666 call p_g24_syncword_crc8 
-05e9 20200685 branch p_g24_ch 
-
-p_g24_auto_pair_device_attemp:
-05ea 204005e4 call p_g24_auto_pair_all_powerful 
-05eb 202005cc branch p_g24_auto_pair_start_loop 
-
-p_g24_auto_pair_pair_attemp:
-05ec 20400574 call p_g24_pair_init 
-05ed 202005cc branch p_g24_auto_pair_start_loop 
-
-p_g24_check_51cmd_stop_24g:
-05ee 793f8026 set0 mark_24g ,mark 
-05ef 204053ce call le_disable 
-
-p_mouse_disable_g24_pairing_flag:
-05f0 d8e00003 arg mosue_24g_pairing_flag ,queue 
-05f1 202043d2 branch mouse_disable_function_flag 
-
-p_g24_put_data_in_buff:
-05f2 6008cbb3 storet 1 ,mem_24g_datalen 
-05f3 18427200 copy temp ,loopcnt 
-05f4 d8a04b4f arg mem_24g_txbuf ,contw 
-05f5 1a220c00 copy rega ,contr 
-05f6 20207f01 branch memcpy 
-
-p_g24_read_len_pid_crc:
-05f7 6800cb2e fetch 1 ,mem_24g_rxbuf + 1 
-05f8 1fe97e00 rshift3 pdata ,pdata 
-05f9 6000cbb1 store 1 ,mem_24g_rxdata_length 
-05fa 1fe0fe01 increase 1 ,pdata 
-05fb d8c04b2e arg mem_24g_rxbuf + 1 ,contr 
-05fc 98c08c00 iadd contr ,contr 
-05fd e8c18000 ifetch 3 ,contr 
-05fe 6001cbf0 store 3 ,mem_24g_sta_crc 
-05ff 6800cb2e fetch 1 ,mem_24g_rxbuf + 1 
-0600 1fe37e00 rshift pdata ,pdata 
-0601 1fe17e03 and pdata ,0x03 ,pdata 
-0602 6000cbf6 store 1 ,mem_24g_sta_pid 
-0603 20600000 rtn 
+06c9 7041de04 jam tx_power_f5db ,mem_tx_power 
+06ca 20600000 rtn 
 
 p_set_freq_tx:
-0604 60088017 storet 1 ,mem_last_freq 
-0605 1840a200 add temp ,0 ,rega 
-0606 20402981 call rf_write_freq 
-0607 58000500 setarg param_pll_setup 
-0608 20402a8f call sleep 
+06cb 60088017 storet 1 ,mem_last_freq 
+06cc 1840a200 add temp ,0 ,rega 
+06cd 20402981 call rf_write_freq 
+06ce 58000500 setarg param_pll_setup 
+06cf 20402a8f call sleep 
 
 p_rf_tx_enable:
-0609 70890601 jam 0x1 ,rfen_adc 
-060a 7089003c jam 0x3c ,rfen_rx 
-060b 708901e0 jam 0xe0 ,rfen_tx 
-060c 2000000a nop 10 
-060d 70890201 jam 0x01 ,rfen_mdm 
-060e 7089023d jam 0x3d ,rfen_mdm 
-060f 2000000a nop 10 
-0610 708903b7 jam 0xb7 ,rfen_sn 
-0611 2000000a nop 10 
-0612 7089027d jam 0x7d ,rfen_mdm 
-0613 6800c1de fetch 1 ,mem_tx_power 
-0614 c0000619 beq tx_power_0db ,p_set_tx_power_0db 
-0615 c001061e beq tx_power_5db ,p_set_tx_power_5db 
-0616 c0020623 beq tx_power_f5db ,p_set_tx_power_f5db 
-0617 c0100632 beq tx_power_pair ,p_set_tx_power_pair 
-0618 20200619 branch p_set_tx_power_0db 
+06d0 70890601 jam 0x1 ,rfen_adc 
+06d1 7089003c jam 0x3c ,rfen_rx 
+06d2 708901e0 jam 0xe0 ,rfen_tx 
+06d3 2000000a nop 10 
+06d4 70890201 jam 0x01 ,rfen_mdm 
+06d5 7089023d jam 0x3d ,rfen_mdm 
+06d6 2000000a nop 10 
+06d7 708903b7 jam 0xb7 ,rfen_sn 
+06d8 2000000a nop 10 
+06d9 7089027d jam 0x7d ,rfen_mdm 
+06da 6800c1de fetch 1 ,mem_tx_power 
+06db c00106e3 beq tx_power_5db ,p_set_tx_power_5db 
+06dc c00206e8 beq tx_power_f5db ,p_set_tx_power_f5db 
+06dd c01006f7 beq tx_power_pair ,p_set_tx_power_pair 
 
 p_set_tx_power_0db:
-0619 20400628 call p_rx_low_sens 
-061a 708955d0 jam 0xd0 ,0x8955 
-061b 708956e0 jam 0xe0 ,0x8956 
-061c 7089586c jam 0x6c ,0x8958 
-061d 2020294b branch set_tx_power_0db 
+06de 204006ed call p_rx_low_sens 
+06df 708955d0 jam 0xd0 ,0x8955 
+06e0 708956e0 jam 0xe0 ,0x8956 
+06e1 7089586c jam 0x6c ,0x8958 
+06e2 2020294b branch set_tx_power_0db 
 
 p_set_tx_power_5db:
-061e 2040062d call p_rx_high_sens 
-061f 708955d0 jam 0xd0 ,0x8955 
-0620 708956e0 jam 0xe0 ,0x8956 
-0621 7089583c jam 0x3c ,0x8958 
-0622 20202953 branch set_tx_power_5db 
+06e3 204006f2 call p_rx_high_sens 
+06e4 708955d0 jam 0xd0 ,0x8955 
+06e5 708956e0 jam 0xe0 ,0x8956 
+06e6 7089583c jam 0x3c ,0x8958 
+06e7 20202953 branch set_tx_power_5db 
 
 p_set_tx_power_f5db:
-0623 20400628 call p_rx_low_sens 
-0624 708955d0 jam 0xd0 ,0x8955 
-0625 708956c0 jam 0xc0 ,0x8956 
-0626 7089586c jam 0x6c ,0x8958 
-0627 2020295b branch set_tx_power_f5db 
+06e8 204006ed call p_rx_low_sens 
+06e9 708955d0 jam 0xd0 ,0x8955 
+06ea 708956c0 jam 0xc0 ,0x8956 
+06eb 7089586c jam 0x6c ,0x8958 
+06ec 2020295b branch set_tx_power_f5db 
 
 p_rx_low_sens:
-0628 70894c5b jam 0x5b ,0x894c 
-0629 70894d96 jam 0x96 ,0x894d 
-062a 70894e2c jam 0x2c ,0x894e 
-062b 70894f46 jam 0x46 ,0x894f 
-062c 20600000 rtn 
+06ed 70894c5b jam 0x5b ,0x894c 
+06ee 70894d96 jam 0x96 ,0x894d 
+06ef 70894e2c jam 0x2c ,0x894e 
+06f0 70894f46 jam 0x46 ,0x894f 
+06f1 20600000 rtn 
 
 p_rx_high_sens:
-062d 70894cfb jam 0xfb ,0x894c 
-062e 70894def jam 0xef ,0x894d 
-062f 70894eec jam 0xec ,0x894e 
-0630 70894f5e jam 0x5e ,0x894f 
-0631 20600000 rtn 
+06f2 70894cfb jam 0xfb ,0x894c 
+06f3 70894def jam 0xef ,0x894d 
+06f4 70894eec jam 0xec ,0x894e 
+06f5 70894f5e jam 0x5e ,0x894f 
+06f6 20600000 rtn 
 
 p_set_tx_power_pair:
-0632 708956c2 jam 0xc2 ,0x8956 
-0633 708955d0 jam 0xd0 ,0x8955 
-0634 20600000 rtn 
+06f7 708956c2 jam 0xc2 ,0x8956 
+06f8 708955d0 jam 0xd0 ,0x8955 
+06f9 20600000 rtn 
 
 p_shutdown_radio:
-0635 18002a08 force 8 ,radio_ctrl 
-0636 202028fa branch shutdown_radio + 1 
-
-p_g24_timer_check:
-0637 20407fe9 call disable_user 
-0638 680a4bd4 fetcht 4 ,mem_24g_tx_btclk 
-0639 1c427e00 copy clkn_bt ,pdata 
-063a 98467c00 isub temp ,null 
-063b 24412d18 ncall g24_timer_timeout ,positive 
-063c 1fe22400 copy pdata ,regb 
-063d 68024bd4 fetch 4 ,mem_24g_tx_btclk 
-063e 6808cbd8 fetcht 1 ,mem_24g_interval 
-063f 98408400 iadd temp ,temp 
-0640 1a427e00 copy regb ,pdata 
-0641 98467c00 isub temp ,null 
-0642 24610000 nrtn positive 
-0643 793ffe1c set0 28 ,pdata 
-0644 60024bd4 store 4 ,mem_24g_tx_btclk 
-0645 20207fe7 branch enable_user 
-
-p_rssi_noise:
-0646 204029bb call save_rssi 
-0647 207a0000 rtn blank 
-0648 6808cc6d fetcht 1 ,mem_rssi_noise_index 
-0649 da200d9e arg mem_rssi_noise_buffer ,rega 
-064a 2040064d call p_rssi_store 
-064b 6008cc6d storet 1 ,mem_rssi_noise_index 
-064c 20600000 rtn 
-
-p_rssi_store:
-064d 1a227e00 copy rega ,pdata 
-064e 98408a00 iadd temp ,contw 
-064f 68008018 fetch 1 ,mem_rssi 
-0650 e0a08000 istore 1 ,contw 
-0651 18408401 increase 1 ,temp 
-0652 18410407 and_into rssi_buf_len_signal ,temp 
-0653 20600000 rtn 
-
-p_rssi_average:
-0654 d8400000 arg 0 ,temp 
-0655 df200008 arg rssi_buf_len_signal + 1 ,loopcnt 
-0656 1a220c00 copy rega ,contr 
-
-p_rssi_average_loop:
-0657 e8c08000 ifetch 1 ,contr 
-0658 98408400 iadd temp ,temp 
-0659 c2000657 loop p_rssi_average_loop 
-065a 18497e00 rshift3 temp ,pdata 
-065b 1fe20400 copy pdata ,temp 
-065c c6930000 rtnmark0 mark_24g 
-065d 1fe6fc0a div pdata ,10 
-065e 20407f86 call wait_div_end 
-065f 1807fe00 quotient pdata 
-0660 1ff27e00 lshift4 pdata ,pdata 
-0661 18070400 remainder temp 
-0662 98418400 ior temp ,temp 
-0663 20600000 rtn 
-0664 20600000 rtn 
-
-p_g24_update_addr_and_synccrc8:
-0665 60024bdb store 4 ,mem_24g_addr 
-
-p_g24_syncword_crc8:
-0666 da200000 arg 0 ,rega 
-0667 df200004 arg 4 ,loopcnt 
-0668 d8c04bdb arg mem_24g_addr ,contr 
-
-p_g24_syncword_crc8_loop:
-0669 e8c08000 ifetch 1 ,contr 
-066a 9a20a200 iadd rega ,rega 
-066b c2000669 loop p_g24_syncword_crc8_loop 
-066c 1a227e00 copy rega ,pdata 
-066d 60014c64 store 2 ,mem_24g_syncword 
-066e 6800cc64 fetch 1 ,mem_24g_syncword 
-066f 6808cc65 fetcht 1 ,mem_24g_syncword + 1 
-0670 9840fe00 iadd temp ,pdata 
-0671 6000cc66 store 1 ,mem_24g_syncword_crc8 
-0672 20600000 rtn 
-
-p_g24_transmit_prep:
-0673 6800cbb3 fetch 1 ,mem_24g_datalen 
-0674 1fe0fe02 increase 2 ,pdata 
-0675 6000cbb5 store 1 ,mem_24g_txlen 
-0676 6800cbb4 fetch 1 ,mem_24g_data_type 
-0677 6000cb6f store 1 ,mem_24g_txpayload 
-0678 6800cbb3 fetch 1 ,mem_24g_datalen 
-0679 1fe9fe00 lshift3 pdata ,pdata 
-067a 6808cbb2 fetcht 1 ,mem_24g_pid 
-067b 18410403 and temp ,0x03 ,temp 
-067c 18438400 lshift temp ,temp 
-067d 9841fe00 ior temp ,pdata 
-067e 6808cbef fetcht 1 ,mem_24g_no_ack 
-067f 9840fe00 iadd temp ,pdata 
-0680 e0a08000 istore 1 ,contw 
-0681 6800cbb3 fetch 1 ,mem_24g_datalen 
-0682 98007200 iforce loopcnt 
-0683 d8c04b4f arg mem_24g_txbuf ,contr 
-0684 20207f01 branch memcpy 
-
-p_g24_ch:
-0685 6808cbbe fetcht 1 ,mem_24g_current_ch_number 
-0686 20400689 call p_g24_ch_map_size 
-0687 6008cbbe storet 1 ,mem_24g_current_ch_number 
-0688 20600000 rtn 
-
-p_g24_ch_map_size:
-0689 2040068d call p_g24_ch_calc 
-068a 18408401 increase 1 ,temp 
-068b 18410403 and_into 3 ,temp 
-068c 20600000 rtn 
-
-p_g24_ch_calc:
-068d 6800cbdb fetch 1 ,mem_24g_addr 
-068e 1fe17e03 and_into 0x03 ,pdata 
-068f 1fefa204 mul32 pdata ,4 ,rega 
-0690 58004bc4 setarg mem_24g_ch_map1 
-0691 9a20fe00 iadd rega ,pdata 
-0692 98408c00 iadd temp ,contr 
-0693 e8c08000 ifetch 1 ,contr 
-0694 6000cbbd store 1 ,mem_24g_ch 
-0695 20600000 rtn 
-
-p_g24_prep:
-0696 7844fc00 disable enable_crc 
-0697 7843fc00 disable enable_white 
-0698 58555555 setarg 0x555555 
-0699 98001e00 iforce crc24_init 
-069a 6800cbbd fetch 1 ,mem_24g_ch 
-069b 1fed8400 reverse pdata ,temp 
-069c 79200401 set1 1 ,temp 
-069d 18431c00 rshift temp ,white_init 
-069e 20600000 rtn 
-
-p_g24_receive_packet:
-069f 204053c4 call le_enable 
-06a0 68024bdb fetch 4 ,mem_24g_addr 
-06a1 98001200 iforce access 
-06a2 20402918 call set_sync_on 
-06a3 6808cbbd fetcht 1 ,mem_24g_ch 
-06a4 2040291f call set_freq_rx 
-06a5 58000500 setarg param_pll_setup 
-06a6 20402a8f call sleep 
-06a7 20402924 call rf_rx_enable 
-
-p_g24_receive_rxon:
-06a8 20400696 call p_g24_prep 
-06a9 7857fc00 disable user3 
-06aa 7826fc00 enable decode_fec0 
-06ab 7830fc00 enable is_rx 
-06ac 78507c00 disable is_tx 
-06ad 78287c00 enable swfine 
-06ae 68014bb6 fetch 2 ,mem_24g_rx_window 
-06af 98003600 iforce stop_watch 
-06b0 37c18400 correlate null ,timeout 
-06b1 242c06e8 nbranch p_g24_sync_timeout ,sync 
-06b2 7846fc00 disable decode_fec0 
-06b3 7825fc00 enable decode_fec1 
-06b4 7823fc00 enable enable_white 
-06b5 7824fc00 enable enable_crc 
-06b6 204006e1 call p_g24_receive_byte 
-06b7 6000cc67 store 1 ,mem_24g_get_syncword_crc8 
-06b8 6808cc66 fetcht 1 ,mem_24g_syncword_crc8 
-06b9 98467c00 isub temp ,null 
-06ba 242286e4 nbranch p_g24_end_of_packet ,zero 
-06bb 204006e1 call p_g24_receive_byte 
-06bc 6000cb2d store 1 ,mem_24g_rxbuf 
-06bd 6800cbf9 fetch 1 ,mem_24g_mode 
-06be 1fe67c02 sub pdata ,rx_24g ,null 
-06bf 202286c4 branch p_g24_receive_skip ,zero 
-06c0 6800cb2d fetch 1 ,mem_24g_rxbuf 
-06c1 6808cbb4 fetcht 1 ,mem_24g_data_type 
-06c2 a8400e00 icompare bits_data ,temp 
-06c3 242086e4 nbranch p_g24_end_of_packet ,true 
-
-p_g24_receive_skip:
-06c4 204006e1 call p_g24_receive_byte 
-06c5 e0a08000 istore 1 ,contw 
-06c6 1fe97e00 rshift3 pdata ,pdata 
-06c7 1fe1721f and pdata ,0x1f ,loopcnt 
-06c8 202286cc branch p_g24rx_nopayload ,zero 
-
-p_g24rx_loop:
-06c9 204006e1 call p_g24_receive_byte 
-06ca e0a08000 istore 1 ,contw 
-06cb c20006c9 loop p_g24rx_loop 
-
-p_g24rx_nopayload:
-06cc 18a22200 copy contw ,rega 
-06cd 204006e1 call p_g24_receive_byte 
-06ce 6000ccee store 1 ,mem_rssi_hex_received 
-06cf 1a220a00 copy rega ,contw 
-06d0 09800018 parse demod ,bucket ,24 
-06d1 78287c00 enable swfine 
-06d2 db600664 arg param_sifs ,stop_watch 
-06d3 1fef7e00 rshift32 pdata ,pdata 
-06d4 1ff17e00 rshift16 pdata ,pdata 
-06d5 e0a18000 istore 3 ,contw 
-06d6 7845fc00 disable decode_fec1 
-06d7 202306e4 branch p_g24_end_of_packet ,crc_failed 
-06d8 7837fc00 enable user3 
-06d9 68008017 fetch 1 ,mem_last_freq 
-06da 1fe0a200 add pdata ,0 ,rega 
-06db 20402981 call rf_write_freq 
-06dc 7846fc00 disable decode_fec0 
-06dd 20402918 call set_sync_on 
-06de 6800ccee fetch 1 ,mem_rssi_hex_received 
-06df 2040001d call p_rssi_signal 
-06e0 20600000 rtn 
-
-p_g24_receive_byte:
-06e1 09800008 parse demod ,bucket ,8 
-06e2 19897e00 rshift3 pwindow ,pdata 
-06e3 20600000 rtn 
-
-p_g24_end_of_packet:
-06e4 784dfc00 disable encode_fec1 
-06e5 7845fc00 disable decode_fec1 
-06e6 2040264d call end_of_packet 
-06e7 20600000 rtn 
-
-p_g24_sync_timeout:
-06e8 202006e4 branch p_g24_end_of_packet 
-
-p_g24_set_freq_tx:
-06e9 20402918 call set_sync_on 
-06ea 6808cbbd fetcht 1 ,mem_24g_ch 
-06eb 20202933 branch set_freq_tx 
-
-p_g24_transmit:
-06ec 204053c4 call le_enable 
-06ed 68024bdb fetch 4 ,mem_24g_addr 
-06ee 98001200 iforce access 
-06ef 20400696 call p_g24_prep 
-06f0 204006e9 call p_g24_set_freq_tx 
-06f1 79202a00 set1 txgfsk ,radio_ctrl 
-06f2 782efc00 enable encode_fec0 
-06f3 78307c00 enable is_tx 
-06f4 7850fc00 disable is_rx 
-06f5 19317e00 rshift16 access ,pdata 
-06f6 1fecfe00 rshift8 pdata ,pdata 
-06f7 1ff1fe00 rshift4 pdata ,pdata 
-06f8 08008628 inject mod ,40 
-06f9 784efc00 disable encode_fec0 
-06fa 782dfc00 enable encode_fec1 
-06fb 7823fc00 enable enable_white 
-06fc 7824fc00 enable enable_crc 
-06fd 6800cc66 fetch 1 ,mem_24g_syncword_crc8 
-06fe 08008608 inject mod ,8 
-06ff 6800cbb5 fetch 1 ,mem_24g_txlen 
-0700 98007200 iforce loopcnt 
-0701 d8c04b6f arg mem_24g_txpayload ,contr 
-
-p_g24tr_loop:
-0702 e8c08000 ifetch 1 ,contr 
-0703 08008608 inject mod ,8 
-0704 c2000702 loop p_g24tr_loop 
-0705 78247c00 enable enable_parity 
-0706 08008618 inject mod ,24 
-0707 78447c00 disable enable_parity 
-0708 37d38200 until null ,tx_clear 
-0709 20000064 nop 100 
-070a 784efc00 disable encode_fec0 
-070b 784dfc00 disable encode_fec1 
-070c 20600000 rtn 
-
-p_mouse_data_init:
-070d 7047a007 jam 7 ,mem_mouse_data_queue 
-070e 7047a104 jam 4 ,mem_mouse_data_queue + 1 
-070f 580047a0 setarg mem_mouse_data_queue 
-0710 60014218 store 2 ,mem_queue_ptr 
-0711 20207e38 branch queue_init 
-
-p_mouse_data_push:
-0712 da20469a arg mem_mouse_key ,rega 
-0713 20407e3d call queue_push 
-0714 20540716 call p_mouse_queue_increase ,user 
-0715 20600000 rtn 
-
-p_mouse_queue_increase:
-0716 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
-0717 1fe0fe01 increase 1 ,pdata 
-0718 6000c7c1 store 1 ,mem_mouse_data_queue_num 
-0719 20600000 rtn 
-
-p_mouse_data_pull:
-071a da20469a arg mem_mouse_key ,rega 
-071b 20407e54 call queue_pop 
-071c 2034071e branch p_mouse_fill_data_le ,user 
-071d 20600000 rtn 
-
-p_mouse_fill_data_le:
-071e 20405652 call le_clear_md 
-071f 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
-0720 1fe67c01 sub pdata ,1 ,null 
-0721 24415650 ncall le_set_md ,positive 
-0722 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
-0723 207a0000 rtn blank 
-0724 1fe0ffff increase -1 ,pdata 
-0725 6000c7c1 store 1 ,mem_mouse_data_queue_num 
-0726 20203f90 branch mouse_fill_data_le 
+06fa 18002a08 force 8 ,radio_ctrl 
+06fb 202028fa branch shutdown_radio + 1 
 org 0x2000
 
 start:
Index: output/ramcode.rom
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/output/ramcode.rom	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/output/ramcode.rom	(working copy)
@@ -1,46 +1,62 @@
-c2840011
-c0428635
-c0448604
-c0008027
-c0508030
-c0540035
-c0588038
-c0590040
-c06200c8
-c0648158
-c065015c
-c071832e
-c07302db
-c075035a
-c0758368
-c076039c
+c2840012
+c0000029
+c0008037
+c04286fa
+c04486cb
+c0508040
+c0588045
+c0590051
+c06202df
+c064834f
+c0650353
+c071854a
+c0730557
+c0748583
+c075058d
+c075859d
+c07605c2
 20202a8e
-c01c83a0
-c02183a8
-c02503ae
-c02b83b1
-c02c83c3
-c03183d0
-c03303fa
-c0338411
-c035043a
-c03b8445
-c0460455
+c01c85c8
+c02185d0
+c02505d6
+c02b85d9
+c02c85e9
+c03185f6
+c0330620
+c0338637
+c0350660
+c03b866b
+c07d067b
+c0460684
 20202a8e
 1fe22200
-6808cc6e
-58004c75
+6808cc80
+58004c87
 98408a00
 1a227e00
 e0a08000
 18408401
 18410407
-6008cc6e
+6008cc80
 20600000
+2040002b
+20202002
+704b3d00
+204004b3
+20608000
+20407ec1
+204004b3
+20608000
+704b3d01
+20600000
+6800cb3d
+207a0000
+2040049c
+20200431
 d8a009ae
 df20000c
 20407ed4
-204000bf
+2040038a
 20406a03
 20405cf6
 2455ac65
@@ -51,84 +67,72 @@
 58001d87
 60014513
 20202aa2
-6800c806
-247a0000
-20202b7f
 c6130000
+6800cb01
+243a7fef
+6800cb07
+243a7fef
 6800c79c
-c0007fef
+203a7fef
 6800c7c4
 c000ffef
-68014248
+6800c806
 243a7fef
 20207ff1
 c6930000
-6800ccf3
-c000805a
-204004ba
-2434007a
-2040049f
-204004e5
-6800cbc3
+6800cd05
+c0008067
+20400105
+2434007e
+204000ec
+20400128
+6800cbd5
 c1ff8000
-20400544
-20400054
-6800ccf3
-c1008000
-6800cb06
-c0008076
-20400086
+204006a1
+20400063
+6800cb01
+c00081b6
+2040008a
 24740000
-204000a5
+204002dc
 5800ec54
 20202b93
-6800c6f5
-c3838000
 58017700
-6001cbe2
-704aff1e
+6001cbf4
+704b3c14
 20600000
-20400637
+204002a7
 24740000
-20400070
-68014cf4
+20400078
+6800cd06
 1fe0fe01
-60014cf4
-68094cf6
-98467c00
-20428064
-20200043
-704cf300
-58000000
-60014cf4
-58000019
-60014cf6
-704bee00
-6800cbd9
-6000cbd8
-20600000
-6800cbda
-6000cbd8
-20600000
-6800cbee
+6000cd06
+1fe67c19
+20428070
+20200054
+704d0500
+704d0600
+704c0000
+6800cbeb
+6000cbea
+20600000
+6800cbec
+20200074
+6800cc00
 1fe0fe01
-6000cbee
-c002006d
-c0028069
-20600000
-704cf301
-58000000
-60014cf4
+6000cc00
+c0020076
+c0028072
 20600000
-6800cbdf
-205a008f
-6800cb0c
-247a0000
+6800cbf1
+205a00a4
 6800cb06
+247a0000
+6800cb01
 c1008000
-20400086
+2040008a
 24740000
-6801cbe2
+6801cbf4
 20407f49
 600a415b
 20202b2a
@@ -140,106 +144,634 @@
 203a7fe9
 6800c5b1
 203a7fe9
-202000a8
-704bdf01
-704ce800
-20400467
-6000cb4f
-58000000
-6003cb50
-68024bea
-60024b57
-704bb30c
-6800cbb4
-79207e03
-6000cbb4
-20400673
-204004be
-20200046
-c6130000
-204000b5
-204000a8
-6800c040
-c30000a5
-680080a0
-247a0000
-58000000
-600400a1
-20600000
-2040021c
-204000b2
-204000a5
+6800cd05
+c000ffe9
+6800cb0c
+207a0000
+2040054a
+204002dc
 20403ebf
 68120070
 681a0078
 98418400
 18440400
 601a007c
+6808cb3e
+204067fb
+6808cb3e
+79200407
+d8a08078
+20206830
+704bf101
+704cfa00
+204000b4
+6000cb61
+58000000
+6003cb62
+68024bfc
+60024b69
+704bc50c
+6800cbc6
+79207e03
+6000cbc6
+20400108
+20200057
+704cfb01
+704cfd00
+6800cbc6
+1fe17e07
+6000cbc6
+20600000
+6800cbc6
+79207e04
+6000cbc6
+6000cb81
+20600000
+6800cbc6
+793ffe04
+6000cbc6
+20600000
+20400697
+6800ccfc
+c00080c6
+c00100ca
+20600000
+704cfd02
+704cf900
+704cfb00
+202000b4
+704cfa00
+202000c7
+68014bcb
+1fe0fe01
+60014bcb
+c2850165
+6800ccfa
+c00080d5
+704cfa01
+6800ccfa
+c08080b4
+6800ccf8
+1fe0fe01
+6000ccf8
+c00200dc
+204001e8
+704c0a02
+20200128
+20400697
+704cf800
+202000b4
+704cfd02
+704cfb01
+704cfa00
+202000b4
+6800ccfc
+c00180e0
+6800cbc6
+2fec0004
+202080b2
+6800ccfc
+c00080df
+c00100e0
 20600000
-6800cb03
+6800cbd5
+c1ff8000
+204000f1
+245600f9
+20600000
+78567c00
+6800ccfb
+c1808000
+6800ccfd
+c1800000
+704cfc01
+704c0a04
+20207feb
+6800ccfd
+203a0100
+1fe0ffff
+6000ccfd
+704cfc02
+704c0a04
+202001e8
+704cfc03
+6800ccfa
+243a00d3
+704c0a02
+202001e8
+6800cbd5
+c0ff8175
+2040010b
+20400214
+704bca01
+20600000
+68014cf6
+20407f9c
+20340111
+6803cb62
 207a0000
-2020032e
-d8c01800
-d8a0480a
-204000bd
-d8c01900
-204000bd
-d8c01a00
-204000bd
-d8c01b00
-df20001b
+20207fe7
+204003a8
+704bf100
+1a20fe01
+6000cbc5
+204000b4
+6000cb61
+e8a88000
+ea408000
+9841fe00
+e0a08000
+1a40a401
+ea420000
+e0a20000
+1a40a404
+d8a04b67
+df200002
+ea408000
+e8a88000
+9840fe00
+e0a08000
+1a40a401
+c2000121
+20600000
+704bce00
+d9600d00
+34730200
+20400140
+242c014d
+2437814d
+2040013b
+20400169
+20400693
+6800cbc4
+1fe0fe01
+6000cbc4
+6800cbd5
+c0ff813e
+204000e3
+58000000
+60024bca
+6000ccf9
+20600000
+df200004
+d8a04b61
+20207ec6
+20400690
+2020018f
+7857fc00
+20400286
+18002a00
+68024bed
+98001200
+68088017
+2040291f
+20402924
+20400245
+2057827e
+20600000
+2040027e
+20200131
+6800cbcd
+1fe0fe01
+6000cbcd
+6800cbd5
+c0ff8161
+6808cbce
+18408401
+6008cbce
+6800cc0a
+98467e00
+243a0129
+6800ccfc
+c00180cc
+6800ccf9
+1fe0fe01
+6000ccf9
+c00100c1
+204000b8
+704c0a01
+20200128
+6800cbcd
+c1ff8000
+704bcd00
+20200167
+58000000
+60014bcb
+700a993a
+20207d86
+204001f9
+6800cbc3
+207a0000
+98007200
+d8c04b41
+d8a04ba3
 20207f01
-d8c0480a
-d8a01800
-204000bd
-d8a01900
-204000bd
-d8a01a00
-204000bd
-d8a01b00
-202000bd
+7041de20
+704bc400
+704bcf4e
+68024bd1
+20200206
+6800cbca
+c000ffe7
+6800cbd5
+c000817c
+c001017f
+c0018182
+20202a8c
+704bd511
+70119eaa
+20200184
+704bd512
+70119e55
+20200184
+704bd513
+70119e22
+6800cbc6
+1fe17e07
+6000919f
+68024bfc
+600211a0
+7011a400
+da20119e
+d8400007
+204001f4
+20400108
+20207fe7
+6800cbd5
+c17f8000
+c0088195
+c0090197
+c0098199
+20600000
+704bd502
+20200137
+704bd503
+20200137
+704bd5ff
+700a9939
+20407d86
+68024ba5
+20400206
+20200137
+204004f8
+20400362
+203401c7
+793f8026
+204001e7
+6800cbd5
+c1ff8000
+204001b9
+58000000
+60014bf2
+20402afa
+200007d0
+6800cbf2
+c07f8167
+20400140
+242c01c2
+243781c2
+79200026
+58000000
+60014bf2
+700a993c
+20407d86
+2040013b
+704d0501
+704d0600
+20600000
+70119eff
+6800cbc6
+6000919f
+68024bfc
+600211a0
+d8400006
+da20119e
+204001f4
+20200214
+68014bf2
+1fe0fe01
+60014bf2
+204001e8
+202001a9
+793f8026
+204001e3
+204001b9
+704bf200
+20402afa
+200007d0
+6800cbf2
+c07f8167
+20400140
+242c01d9
+243781d9
+20400169
+204002fa
+68024bed
+680a4bd1
+98467c00
+20228316
+202001b0
+6800cbf2
+1fe0fe01
+6000cbf2
+6800cd03
+1fe0fe01
+1fe17e01
+6000cd03
+c00001ec
+c00081ee
+20600000
+7041de20
+58000f0f
+60014bed
+e0a10000
+20400207
+6808cbd0
+20400226
+6008cbd0
+20600000
+204001e3
+202001cb
+20400170
+202001cb
+793f8026
+204053ce
+d8e00003
+202043d2
+6008cbc5
+18427200
+d8a04b61
+1a220c00
+20207f01
+6800cb40
+1fe97e00
+6000cbc3
+1fe0fe01
+d8c04b40
+98c08c00
+e8c18000
+6001cc02
+6800cb40
+1fe37e00
+1fe17e03
+6000cc08
+20600000
+60024bed
+da200000
+df200004
+d8c04bed
+e8c08000
+9a20a200
+c200020a
+1a227e00
+60014c76
+6800cc76
+6808cc77
+9840fe00
+6000cc78
+20600000
+6800cbc5
+1fe0fe02
+6000cbc7
+6800cbc6
+6000cb81
+6800cbc5
+1fe9fe00
+6808cbc4
+18410403
+18438400
+9841fe00
+6808cc01
+9840fe00
+e0a08000
+6800cbc5
+98007200
+d8c04b61
+20207f01
+2040022a
+18408401
+18410403
+20600000
+6800cbed
+1fe17e03
+1fefa204
+58004bd6
+9a20fe00
+98408c00
+e8c08000
+6000cbcf
+20600000
+7844fc00
+7843fc00
+58555555
+98001e00
+6800cbcf
+1fed8400
+79200401
+18431c00
+20600000
+204053c4
+68024bed
+98001200
+20402918
+6808cbcf
+2040291f
+58000500
+20402a8f
+20402924
+20400233
+7857fc00
+7826fc00
+7830fc00
+78507c00
+78287c00
+68014bc8
+98003600
+37c18400
+242c0282
+7846fc00
+7825fc00
+7823fc00
+7824fc00
+2040027b
+6000cc79
+6808cc78
+98467c00
+2422827e
+2040027b
+6000cb3f
+6800cb3f
+6808cbc6
+a8400e00
+2420827e
+2040027b
+e0a08000
+1fe97e00
+1fe1721f
+20228266
+2040027b
+e0a08000
+c2000263
+18a22200
+2040027b
+6000cd00
+1a220a00
+09800018
+78287c00
+db600664
+1fef7e00
+1ff17e00
+e0a18000
+7845fc00
+2023027e
+7837fc00
+68008017
+1fe0a200
+20402981
+7846fc00
+20402918
+6800cd00
+2040001f
+20600000
+09800008
+19897e00
+20600000
+784dfc00
+7845fc00
+2040264d
+20600000
+2020027e
+20402918
+6808cbcf
+20202933
+204053c4
+68024bed
+98001200
+20400233
+20400283
+79202a00
+782efc00
+78307c00
+7850fc00
+19317e00
+1fecfe00
+1ff1fe00
+08008628
+784efc00
+782dfc00
+7823fc00
+7824fc00
+6800cc78
+08008608
+6800cbc7
+98007200
+d8c04b81
+e8c08000
+08008608
+c200029c
+78247c00
+08008618
+78447c00
+37d38200
+20000064
+784efc00
+784dfc00
+20600000
+20407fe9
+680a4be6
+1c427e00
+98467c00
+24412d18
+1fe22400
+68024be6
+6808cbea
+98408400
+1a427e00
+98467c00
+24610000
+793ffe1c
+60024be6
+20207fe7
+204029bb
+207a0000
+6808cc7f
+da200d9e
+204002bd
+6008cc7f
+20600000
+1a227e00
+98408a00
+68008018
+e0a08000
+18408401
+18410407
+20600000
+d8400000
+df200008
+1a220c00
+e8c08000
+98408400
+c20002c7
+18497e00
+1fe20400
+c6930000
+1fe6fc0a
+20407f86
+1807fe00
+1ff27e00
+18070400
+98418400
+20600000
+20600000
+c6130000
+20400380
+20400094
+6800c040
+c30002dc
+680080a0
+247a0000
+58000000
+600400a1
+20600000
 20403416
-203580d1
-2040070d
+203582e8
+204003b3
 6800c1de
-6000cc6a
-20400533
+6000cc7c
+20400690
 6800c685
 6000c6da
 204043ca
-204000d3
+204002ea
 202074b9
-2455812d
-2040010c
+24558338
+2040031a
 20758000
-20400181
-204002e5
-c00280fa
-20200163
-6800cc6a
-6000c1de
-20600000
-6800cb09
-6000cb19
-704b1801
-20400176
-204000da
+2040036b
+20404083
+c002830e
+2040035d
+204002fa
+6800c720
+c001019f
+204004f8
 6800c210
-c01a00e5
+c01a02fd
+70479d01
+70479e28
+20600000
+6800cc7c
+6000c1de
 20600000
 70479f01
 680146a8
-6808cb15
-18467cff
-242280eb
-58000258
 600146ae
 20403418
-204000f3
+20400307
 58000004
 e0c08000
 d8c04390
-20400398
+204005be
 20207df4
 da204370
 ea208000
@@ -247,63 +779,53 @@
 98c0a200
 e8c08000
 c1008000
-202000f4
-680246d3
-c4088000
-c3818000
+20200308
 c6130000
-20404482
 d8e00003
 204043ce
 58000000
 600146ae
 6000c6b4
-60014be0
+60014bf2
 204042ca
-20200570
-680246d3
-c30a3d66
-6800c77a
-c07fbd66
-20203d80
+79200026
+20400170
+704bd501
+20600000
 70421276
 20203d36
-2040010c
+2040031a
 204040c0
-6800c6e0
-c002c0d5
 204040d9
-c018011c
-c018811e
+c0180328
+c018832a
 204040d1
 200003e8
-20200112
-704b0301
+2020031e
+704b0c01
 2040640f
-2040010e
+2040031c
 20206411
-20400123
+204003ad
 202040e0
-20400123
+204003ad
 6800c6de
 c03840e8
 7046e001
 20600000
-58008006
-20406413
-20002ee0
-20200107
+6800cb0c
+207a0000
+704b0c00
 58000006
 20406414
 1fe1fe08
 1fed7e00
 1fe0fe06
 20206413
-6800cb0f
-6000cb10
-20400461
+204068a8
+680240a0
+60024bfc
 20403e6e
-204002c0
 20403e1e
 58000000
 60014154
@@ -313,34 +835,15 @@
 2040582c
 20405818
 2040659c
-680246d3
-2feffe19
-2440e5c2
+204065c2
 2040443f
-20400280
-20400154
-20400202
+2040034b
+2040041f
 204065df
-20400147
-6800cb15
-c07f814f
-20600000
-d8400001
-da204b15
-da400064
-202065df
-d8400001
-da204b15
-da400064
-202065d1
-70421034
-58000000
-1fe47e00
-600344a0
 20600000
 204033c4
-2022c316
-20400360
+20228357
+20400592
 20203dcb
 d8400002
 da200aaa
@@ -350,98 +853,136 @@
 da200a9a
 da400062
 202033c8
-58000177
-60014cf6
-20600000
-58000019
-60014cf6
-24558160
-68008abd
-2fec0003
-2420816b
-2040010e
-20400127
+d8400058
+da204720
+da400000
+204065df
+20400033
+2020431a
+2040031c
+20400332
 6800c71f
 6000c71e
-6800cb11
-c00085a4
-c00100dd
-20400174
-20400178
-203405c8
-202005a4
-704b1101
-2020027c
-704b1102
-2020027c
+20600000
 df200002
-d8c04bdb
+d8c04bed
 20407fe7
 5800ffff
 e8c90000
 98467c00
 2442ffe9
-c200017c
+c2000366
 20600000
-58000192
-60014ce4
-58000196
+5800037c
+60014cf6
+58000393
 600141ef
-5800044f
+58000675
 600141f9
-5800009e
+580002d5
 600141ed
-580001c9
+580003e6
 600141f5
-580001b3
+580003d1
 600141f3
-58000211
+58000435
 600141eb
-58000226
+58000447
 600141fd
 20600000
 20404401
 6801469f
 207a0000
-20200076
+202001b6
+d8c01800
+d8a0480a
+20400388
+d8c01900
+20400388
+d8c01a00
+20400388
+d8c01b00
+df20001b
+20207f01
+d8c0480a
+d8a01800
+20400388
+d8a01900
+20400388
+d8a01a00
+20400388
+d8a01b00
+20200388
 20405892
 247a0000
-6800cb15
-c07f819d
 6800c6c5
 1fe17e03
 c1818000
 6800c79c
-205a01b0
+205a03ce
 680246d3
 c282c179
 20403f97
 24740000
-204001a8
-204004dd
-6801469f
-245a01ad
-20200712
-6800c6f5
-c3838000
+204003a5
+204003a8
+204003c9
+da20469a
+20407e3d
+205403b8
+20600000
 70417200
-704afe1e
+704b3b1e
+20600000
+6800cb3a
+c1808000
+58000000
+6000cb3a
+6002469b
+58008006
+20406413
+20002ee0
+6800c77a
+c07fbd66
+2020054a
+7047a007
+7047a104
+580047a0
+60014218
+20207e38
+6800c7c1
+1fe0fe01
+6000c7c1
+20600000
+da20469a
+20407e54
+203403c0
 20600000
+20405652
+6800c7c1
+1fe67c01
+24415650
+6800c7c1
+207a0000
+1fe0ffff
+6000c7c1
+20203f90
+6801469f
+207a0000
 70480601
 70480702
 20600000
 20405814
 70479c01
-20200123
+202003ad
 20407e34
-204001b6
 20203ee0
 6808c6e7
-2040030e
+20400578
 6808c6e7
 2040681d
-202081c7
-20400317
+202083e4
+2040057e
 6800c6b6
 c1000000
 7046b600
@@ -450,42 +991,40 @@
 1fe17e03
 6000c77a
 1fe0fe02
-60014b0c
-204002d8
+6000cb06
+20400508
 20203d74
-20400317
+2040057e
 20203d62
 1a627e00
-c00a01d3
-c00a81d9
-c01481e2
-c01901e4
-c02001eb
-c01c81f6
-c01d0206
-c01e020e
+c00a03f0
+c00a83f4
+c01483fd
+c01903ff
+c0200406
+c01c8412
+c01d0423
+c01e042d
 2020417d
-704b1200
-704afd00
-20400176
-20400118
-2040070d
+20400324
+2040042a
+204003b3
 202041c3
-20400222
+2040032f
 58000007
 60014496
 60014498
 7047c400
 70479c00
-2040070d
+204003b3
 20405816
 202041d9
 700a9912
 20207d8f
 6800c79f
-c00081e7
-202001e9
-204001e2
+c0008402
+20200404
+204003fd
 7046c614
 d8e00001
 202041b9
@@ -498,10 +1037,10 @@
 58000009
 60014496
 60014498
-204001e2
-202003b7
-20400174
-20400118
+204003fd
+7047c401
+20600000
+20400324
 70478b01
 d8e00003
 204043d2
@@ -509,386 +1048,406 @@
 60014707
 7046a700
 2040405d
-204000da
-20400202
+2040042a
+20400430
+204002fa
+2040041f
 202065d1
-da204bdb
+da204bed
 da40005b
 d8400004
 20600000
-20400222
-704cf300
-204000da
-204005ee
-2020020b
-70479d01
-70479e28
+2040032f
+704d0500
+204002fa
+204001f0
+6800cb09
+243a02f7
+2020340a
+70479d00
+70479e00
 20600000
-20400174
-20400118
-20203f8d
+20400324
+20403f8d
+2040042a
+20404366
+d8400001
+da204720
+da400000
+202065d1
 78347c00
 68120138
 79347e1a
 6012004c
 20402c21
-20400222
+2040032f
 204074bd
-20404482
 20403e9f
-20403ebf
-204002ce
-6808cb14
-204067fb
-6808cb14
-79200407
-d8a08078
-20206830
-6800cb03
-207a0000
-704b0300
-20200127
-204002ab
-20400237
-2040023e
-20400232
-2040025e
-20400248
+20400098
+680080a2
+1fe17efe
+600080a2
+6808c6ed
+20400578
+680080a6
+1fe1fe01
+600080a6
+20600000
+2040050b
+2040053a
+20400465
+2040047f
+2040046a
+20400488
 20404234
+204003d3
+20400455
 20404237
-20400267
-2040423a
-20400284
-20200245
-da604807
-da400235
-2020336d
-70480600
-20600000
-da604aff
-da40023a
+2040045c
+2040045f
+204004bf
+2020423a
+da604b3c
+da400458
 2020336d
 5836ee80
-6001cbe2
-704afd01
+6001cbf4
+704b3a01
 20600000
-da604afe
-da400241
+da6046c6
+da403d60
+2020336d
+da604b3b
+da400462
 2020336d
 6800c7c5
 6000c172
-704afd01
-20600000
-da6046c6
-da403d60
+2020045a
+da604807
+da400468
 2020336d
-204002e5
-6800cb17
-203a0253
-6800c685
-6000c6da
-6800c6db
-c1008000
-7046db01
+70480600
+20600000
+204004b3
+2420846f
+204043a9
 d8e00009
-204043d2
-202043ca
+202043d2
 70479e28
-20400256
+20400472
 202043b0
 da6046da
-da400259
+da400475
 2020336d
+680246d3
+c3848000
+704b0a00
+204004bb
 68014682
 2feffe0b
 2040c2d4
-704b1201
+d8e00009
+204043ce
 202043b8
 6800c79d
 207a0000
-6800c79e
-203a0265
-1fe0ffff
-6000c79e
-20600000
+6800cb06
+247a0000
+da60479e
+da400486
+2020336d
 70479d00
 2020340a
-6800c6b6
-203a0270
-6800cb0f
-6000cb10
-6800c6b6
+204004b3
+242084a3
+6800cafd
+6000cafe
+6800cb3d
+245a04b7
+6800c6d9
 c1008000
-7046b601
-d8e00006
-202043d2
-da604b10
-da400273
-2020336d
-20200274
-6800cb11
-c0008278
-c001027a
-20600000
-20400176
-2020659a
-20400174
-2020659a
+7046d901
 d8400001
-da204b11
+da204b0a
 da400061
-202065d1
+204065df
+6800cb0a
+203a04ba
+2040049c
+7041bd00
+20400431
+204043c0
+2020437e
+6808c720
+18408401
+6800c6d2
+98467c00
+244143cc
+6008c720
+20600000
+6800cb3d
+247a0000
+68014682
+c28584a8
+704aff00
+68014208
+c3850000
+6800c6d9
+c1000000
+7046d900
+68014682
+c4048000
+6801420a
+79207e0a
+6001420a
+20204386
+6808c6ed
+20400578
+6808c6ed
+2020681d
+704b3d00
+7046d901
+20600000
+704b0aff
 d8400001
-da204b11
+da204b0a
 da400061
-202065df
-6800cb12
-243a028e
-6800cb18
+202065d1
+6800caff
 207a0000
-2040029e
-da604b19
-da40028c
-2020336d
-704b1800
-202002a1
-680146ac
-1fe6fc02
-20407f86
-18077e00
-203a0294
+6800cb02
+c00004c5
+c00084ce
 20600000
-6800cb13
-c0008298
-c001029a
-20600000
-704b1302
-2020029e
-704b1301
-202002a1
-6808cb14
-2020680e
-2040029c
-6808cb14
-20206829
-6808cb14
-793f8407
-d8a08078
-20406830
-793f8407
-d8a0807c
-20406830
-793f8407
-d8a08070
-20206830
-6800cb04
-207a0000
+204004dd
 6800cb07
-c00082b0
-20600000
-6800cb0b
-1fe0ffff
-6000cb0b
-247a0000
-6800cb0a
-6000cb0b
-6800cb0d
-203a02bc
-6800cb0c
-203a02c6
-1fe0ffff
-6000cb0c
+1fe0fe01
+6000cb07
+6808cb03
+98467c00
+24628000
+704b0900
+202004ea
+da604b05
+da4004d1
+2020336d
+6800cb04
+6000cb05
+6800cb08
+203a04d9
 6800cb06
-c00082c8
-c00002c2
+203a04e8
+1fe0ffff
+6000cb06
+6800cb01
+c00084ea
+c00004dd
 20600000
-6808cb05
-2020680e
-704b0601
-204002c0
-6808cb05
+704b0101
+6800c720
+c00104e4
+6808cb3e
+2040680e
+6808cb3e
+20206829
+6808cb00
+2040680e
+6808cb00
 20206829
 58000000
-6001cb0b
-6800cb0c
-243a02cc
-704b0400
+6001cb05
+6800cb06
+243a04ee
+704aff00
+704b0200
 704b0700
-704b0800
-704b0600
-6808cb05
+704b0100
+6808cb00
 20406825
 6810807c
 79207e05
 6010807c
+6808cb3e
+793f8407
+20206806
+704b0901
+704aff01
+704b0200
+704b0700
+20600000
+704b0403
+704b0601
+704b0501
+704aff01
+704b0201
 20600000
+6800cb07
+247a0000
+6800cb09
+247a0000
+202004e8
+704b0405
+704b0801
+202004ff
+68014b06
+247a0000
+da6046ce
+da400510
+2020336d
+7046ce0a
+20400521
+20406908
+1fe0fe15
+6001470f
+da204709
+2040052d
+6800c231
+c280b40a
+c300051c
 704b0b01
-704b0401
-704b0701
+202043e7
+204043e9
+6800cb0b
+207a0000
+704b0b00
+202004ea
+6800c22d
+c0010524
+202068ec
+6808cb00
+204067fb
+6810807c
+793ffe05
+6010807c
+68108078
+793ffe05
+60108078
+202068f4
+ea240000
+60040a9a
+68090a9c
+68010aa0
+98467c00
+24216944
+68090a9e
+98467c00
+24216940
+6800c231
+793ffe00
+6000c231
+20600000
+680246d3
+c4020000
+68014682
+c3858000
+68014b06
+247a0000
+6800c6cf
+1fe0fe01
+6000c6cf
+1fe67c32
+24410548
+1fe67c05
+202104dd
+202004ea
+7046cf01
+20600000
+6800c6e0
+c000054e
+c003054e
+20203d81
+6800c77a
+1fe67c01
+20428555
+6800c77a
+c0003d8a
+c001bd8e
+20203d8c
+70477a02
 20600000
-704b0a03
-704b0d01
-202002d4
 78547c00
 58000000
 6003469b
-2040031c
+20400560
 20404079
 2040407e
-204002e3
-20203f9f
-204002e5
+20400563
+24740000
+20203fa0
+20403fc0
+78547c00
+20203fe7
+20400565
 2020409a
 da200000
-204002ec
-204002f2
-204002f8
-204002fe
-1a227e00
-20600000
+20400568
+2020408e
 6808c6e2
-20400317
+2040057e
 6808c6e2
 2040681d
 7920a200
-20600000
 6808c6e3
-20400317
+2040057e
 6808c6e3
 2040681d
 7920a201
-20600000
 6808c6e4
-20400317
+2040057e
 6808c6e4
 2040681d
 7920a202
 20600000
-6808cb16
-2040030e
-6808cb16
-2040681d
-20208305
-20400317
-2020030a
-20400317
-6800cb17
-c1008000
-704b1701
-20600000
-6800cb17
-c1000000
-704b1700
-20600000
 793f8407
 d8a08078
 20406830
 79200407
 d8a0807c
-20406830
-793f8407
-d8a08070
-20206830
+2020680a
 79200407
 d8a08078
 20406830
 793f8407
-20200312
-6800c6e0
-c0020327
-c002c010
-20403fc0
-78547c00
-6800c6f5
-c303bfe7
-6808c6f3
-2040681d
-24608000
-20203fe7
-20403fc0
-6800c6f5
-c303bfc8
-6808c6f3
-2040681d
-24608000
-20203fc8
-6800c6e0
-c002bdaa
-c0023d96
-c0030342
-c0018342
-6800c77a
-1fe67c01
-2042833c
-6800c77a
-c000033e
-c000bd88
-c0018340
-704b0102
-20203d8c
-70477a02
-20600000
-704b0101
-20203d8a
-704b0103
-20203d8e
-6800c77a
-1fe67c01
-2042834d
-6800c77a
-c000034f
-c0008353
-c0018356
-704b0102
-6800c781
-1fe0ffff
-20203dbe
-70477a02
-20600000
-704b0101
-6800c77f
-1fe0ffff
-20203dbe
-6800c780
-1fe0ffff
-20203dbe
-704b0103
-6800c782
-1fe0ffff
-20203dbe
+2020057c
+70480800
+7041e30e
+204041e7
+68014208
+c2838589
+202041e2
+204041c1
+68014208
+c285048a
+202041f7
 70479d00
 70479e00
-c513035e
-2020426d
-204005ee
+280ffe26
+204081f0
 2020426d
 204068a2
 6801421d
-203a0365
-600147c2
-20200389
-58001122
 600147c2
-20200364
-204000da
+d8400002
+da2047c2
+da40005f
+202065d1
+d8400002
+da2047c2
+da40005f
+202065df
+204002fa
+70472001
 70479c00
 68014682
-c2858376
-680246d3
-c30c0376
-2040038d
+c28585aa
+20400599
 680947c2
 18408401
 600947c2
 600944a1
-20400389
+20400595
 180a7e00
 6000c4a0
-20403402
-58ed8e0e
-6001c4a3
-704b155a
-2040014b
 20403418
 68014687
 600146ac
@@ -899,32 +1458,25 @@
 d8e00007
 204043ce
 204043ca
-6800c092
-2feffe01
-20408391
-202042c4
-d8400002
-da2047c2
-da40005f
-202065d1
-d8400002
-da2047c2
-da40005f
-202065df
+204005b7
+204042c4
+202004fd
 70479f00
-204000f3
+20400307
 58000005
 e0c08000
-d8c04b1a
-20400398
+d8c04b1f
+204005be
 20207df4
 d8a0437b
 df200013
 20407f01
 202057b8
+704b0600
+20400503
 58000000
 600146ac
-20400123
+204003ad
 202042cb
 6800c50f
 1fe0fe01
@@ -932,7 +1484,7 @@
 c0065395
 204055aa
 2040561e
-20400544
+204006a1
 2020538f
 68008016
 1fe0fe01
@@ -941,29 +1493,27 @@
 70001625
 20600000
 204029bb
-2040001d
+2040001f
 202054a3
-204003b9
+204005df
 2020557d
 6800c7c5
 6000c172
 7047c400
 20600000
-7047c401
-20600000
 6800c3d6
 1fe67c0c
-242103b7
+24210410
 6800c3d8
 6808c7c5
 98467c00
-202103b3
+202105db
 6800c3d8
 6000c172
-202003b5
+202005dd
 6800843f
 c4030000
-204003c8
+204005ee
 24740000
 202055a0
 78347c00
@@ -975,27 +1525,27 @@
 c1800000
 20207fe9
 68008456
-c28283e4
-20400536
+c282860a
+20400693
 6800c78e
-243a03da
+243a0600
 6800843f
-c30203de
+c3020604
 680082da
-203a03de
+203a0604
 20205664
 6800c78e
 1fe0ffff
 6000c78e
 20205664
 6800c4c4
-c08283e1
+c0828607
 70478e03
 20405892
-205a071a
+205a03bc
 20205622
-204003e6
-202003f2
+2040060c
+20200618
 6800c6c5
 1fe17e03
 c1818000
@@ -1008,7 +1558,7 @@
 6000c3dc
 20405650
 20600000
-2020053a
+20200697
 6800c79f
 207a0000
 6800c6c5
@@ -1029,10 +1579,10 @@
 18c27e00
 6001450d
 6800c50c
-c0018409
+c001862f
 2020568d
 680082db
-c000840c
+c0008632
 20205c65
 e8c28000
 6002c3ce
@@ -1040,15 +1590,15 @@
 6001045f
 20205c8a
 e8c10000
-c0020415
-c0030432
+c002063b
+c0030658
 20205698
 20407ea5
-204003f3
+20400619
 20407e9f
 e8c18000
 60018477
-c0080424
+c008064a
 1fec8400
 18467c24
 202158ad
@@ -1073,7 +1623,7 @@
 e0c10000
 20600000
 e8c08000
-c0028435
+c002865b
 20205af5
 20405b5a
 6800843f
@@ -1082,7 +1632,7 @@
 20205c8e
 68008016
 c093d6f2
-20400440
+20400666
 d8e00000
 68014482
 20207f08
@@ -1092,7 +1642,7 @@
 1fe0fefa
 20203cbe
 7855fc00
-20370448
+2037066e
 2436d806
 20402bcb
 680140c1
@@ -1107,437 +1657,86 @@
 1fe67e1a
 24628000
 20203d60
+204062bc
+243a7ddb
+68008a99
+c584fdd6
+c0090681
+20207dca
+20405890
+247a0000
+20205abf
 68108077
-1fe17efd
-60108077
-68188073
-18418402
-60188073
-204063ee
-184104fd
-2000000d
-204063f2
-60188073
-20600000
-204068a8
-680240a0
-60024bea
-20600000
-704ce901
-704ceb00
-6800cbb4
-1fe17e07
-6000cbb4
-20600000
-6800cbb4
-79207e04
-6000cbb4
-6000cb6f
-20600000
-6800cbb4
-793ffe04
-6000cbb4
-20600000
-2040053a
-6800ccea
-c0008479
-c001047d
-20600000
-704ceb02
-704ce700
-704ce900
-20200467
-704ce800
-2020047a
-68014bb9
-1fe0fe01
-60014bb9
-c2850528
-6800cce8
-c0008488
-704ce801
-6800cce8
-c0808467
-6800cce6
-1fe0fe01
-6000cce6
-c002048f
-20400685
-704bf802
-202004e5
-2040053a
-704ce600
-20200467
-704ceb02
-704ce901
-704ce800
-20200467
-6800ccea
-c0018493
-6800cbb4
-2fec0004
-20208465
-6800ccea
-c0008492
-c0010493
-20600000
-6800cbc3
-c1ff8000
-204004a4
-245604ac
-20600000
-78567c00
-6800cce9
-c1808000
-6800cceb
-c1800000
-704cea01
-704bf804
-20207feb
-6800cceb
-203a04b4
-1fe0ffff
-6000cceb
-704cea02
-20400685
-704bf804
-20600000
-704cea03
-6800cce8
-243a0486
-20400685
-704bf802
-20600000
-6800cbc3
-c0ff8579
-204004c0
-20400673
-704bb801
-20600000
-68014ce4
-20407f9c
-203404c6
-6803cb50
-207a0000
-20207fe7
-204004dd
-704bdf00
-1a20fe01
-6000cbb3
-20400467
-6000cb4f
-e8a88000
-ea408000
-9841fe00
-e0a08000
-1a40a401
-ea420000
-e0a20000
-1a40a404
-d8a04b55
-df200002
-ea408000
-e8a88000
-9840fe00
-e0a08000
-1a40a401
-c20004d6
-20600000
-6800c6f5
-c3838000
-6800cafd
-c1808000
-58000000
-6000cafd
-6002469b
-20200123
-704bbc00
-d9600d00
-34730200
-20400501
-6800cbef
-c1008000
-242c0510
-24378510
-204004fc
-2040052c
-20400536
-6800cbb2
-1fe0fe01
-6000cbb2
-6800cbc3
-c0ff84ff
-20400496
-58000000
-60014bb9
-6000cbbb
-6000cce7
-704bb800
-20600000
-df200004
-d8a04b4f
-20207ec6
-20400533
-20200594
-7857fc00
-204006ec
-6800cbef
-c000850e
-18002a00
-68024bdb
-98001200
-68088017
-2040291f
-20402924
-204006a8
-205786e4
+1fe17efd
+60108077
+68188073
+18418402
+60188073
+204063ee
+184104fd
+2000000d
+204063f2
+60188073
 20600000
-204006e4
-202004f0
-6800cbbb
-1fe0fe01
-6000cbbb
-6800cbc3
-c0ff8524
-6808cbbc
-18408401
-6008cbbc
-6800cbf8
-98467e00
-243a04e6
-6800ccea
-c001847f
-6800cce7
-1fe0fe01
-6000cce7
-c0010474
-2040046b
-704bf801
-202004e5
-6800cbbb
-c1ff8000
-704bbb00
-2020052a
-58000000
-60014bb9
-700a993a
-20207d86
-204005f7
-6800cbb1
-207a0000
-98007200
-d8c04b2f
-d8a04b91
-20207f01
-704cef01
-704cec00
+704d0101
+704cfe00
 20600000
-6800ccec
+6800ccfe
 1fe0fe01
-6000ccec
+6000ccfe
 20600000
-6800ccec
+6800ccfe
 1fe67c02
-24410542
-6800ccec
+2441069f
+6800ccfe
 c1000000
 1fe0ffff
-6000ccec
+6000ccfe
 20600000
-704cec03
+704cfe03
 20600000
 68014682
 c3858000
-c3838000
-c3830000
-da204c75
-20400654
-6008cced
+da204c87
+204002c4
+6008ccff
 58000082
-c513054e
+c51306a9
 58000080
 98467c00
-24210566
-6800ccec
+242106c1
+6800ccfe
 1fe67c02
-24210556
-6800ccec
-c0000567
+242106b1
+6800ccfe
+c00006c2
 20600000
-6800ccec
+6800ccfe
 c1900000
-704cec00
-6808cced
+704cfe00
+6808ccff
 58000077
-c513055d
+c51306b8
 58000075
 98467c00
 24610000
-6800ccef
-c000056e
+6800cd01
+c00006c9
 1fe0ffff
-6000ccef
-c000056e
+6000cd01
+c00006c9
 7041de00
 20600000
-704cec00
-6800ccef
-c001056c
+704cfe00
+6800cd01
+c00106c7
 1fe0fe01
-6000ccef
-c0008564
+6000cd01
+c00086bf
 7041de02
 20600000
 7041de04
 20600000
-79200026
-20400574
-704bc301
-20600000
-7041de20
-704bb200
-704bbd4e
-68024bbf
-20200665
-6800cbb8
-c000ffe7
-6800cbc3
-c0008580
-c0010583
-c0018586
-20202a8c
-704bc311
-70119eaa
-20200588
-704bc312
-70119e55
-20200588
-704bc313
-70119e22
-6800cbb4
-1fe17e07
-6000919f
-68024bea
-600211a0
-7011a400
-da20119e
-d8400007
-204005f2
-20400673
-204004be
-20207fe7
-6800cbc3
-c17f8000
-c008859a
-c009059c
-c009859e
-20600000
-704bc302
-202004f6
-704bc303
-202004f6
-704bc3ff
-700a9939
-20407d86
-68024b93
-20400665
-202004f6
-793f8026
-204005e8
-6800cbc3
-c1ff8000
-204005ba
-58000000
-60014be0
-20402afa
-200007d0
-6800cbe0
-c07f852a
-20400501
-242c05c3
-243785c3
-79200026
-58000000
-60014be0
-704afd00
-700a993c
-20407d86
-204004fc
-20200076
-70119eff
-6800cbb4
-6000919f
-68024bea
-600211a0
-d8400006
-da20119e
-204005f2
-20200673
-68014be0
-1fe0fe01
-60014be0
-20400685
-202005ab
-793f8026
-204005e4
-204005ba
-704be000
-20402afa
-200007d0
-6800cbe0
-c07f852a
-20400501
-242c05da
-243785da
-2040052c
-204000da
-68024bdb
-680a4bbf
-98467c00
-20228570
-202005b2
-6800cbe0
-1fe0fe01
-6000cbe0
-6800ccf1
-1fe0fe01
-1fe17e01
-6000ccf1
-c00005ea
-c00085ec
-20600000
-7041de20
-58000f0f
-60014bdb
-e0a10000
-20400666
-20200685
-204005e4
-202005cc
-20400574
-202005cc
-793f8026
-204053ce
-d8e00003
-202043d2
-6008cbb3
-18427200
-d8a04b4f
-1a220c00
-20207f01
-6800cb2e
-1fe97e00
-6000cbb1
-1fe0fe01
-d8c04b2e
-98c08c00
-e8c18000
-6001cbf0
-6800cb2e
-1fe37e00
-1fe17e03
-6000cbf6
-20600000
 60088017
 1840a200
 20402981
@@ -1554,22 +1753,20 @@
 2000000a
 7089027d
 6800c1de
-c0000619
-c001061e
-c0020623
-c0100632
-20200619
-20400628
+c00106e3
+c00206e8
+c01006f7
+204006ed
 708955d0
 708956e0
 7089586c
 2020294b
-2040062d
+204006f2
 708955d0
 708956e0
 7089583c
 20202953
-20400628
+204006ed
 708955d0
 708956c0
 7089586c
@@ -1589,243 +1786,3 @@
 20600000
 18002a08
 202028fa
-20407fe9
-680a4bd4
-1c427e00
-98467c00
-24412d18
-1fe22400
-68024bd4
-6808cbd8
-98408400
-1a427e00
-98467c00
-24610000
-793ffe1c
-60024bd4
-20207fe7
-204029bb
-207a0000
-6808cc6d
-da200d9e
-2040064d
-6008cc6d
-20600000
-1a227e00
-98408a00
-68008018
-e0a08000
-18408401
-18410407
-20600000
-d8400000
-df200008
-1a220c00
-e8c08000
-98408400
-c2000657
-18497e00
-1fe20400
-c6930000
-1fe6fc0a
-20407f86
-1807fe00
-1ff27e00
-18070400
-98418400
-20600000
-20600000
-60024bdb
-da200000
-df200004
-d8c04bdb
-e8c08000
-9a20a200
-c2000669
-1a227e00
-60014c64
-6800cc64
-6808cc65
-9840fe00
-6000cc66
-20600000
-6800cbb3
-1fe0fe02
-6000cbb5
-6800cbb4
-6000cb6f
-6800cbb3
-1fe9fe00
-6808cbb2
-18410403
-18438400
-9841fe00
-6808cbef
-9840fe00
-e0a08000
-6800cbb3
-98007200
-d8c04b4f
-20207f01
-6808cbbe
-20400689
-6008cbbe
-20600000
-2040068d
-18408401
-18410403
-20600000
-6800cbdb
-1fe17e03
-1fefa204
-58004bc4
-9a20fe00
-98408c00
-e8c08000
-6000cbbd
-20600000
-7844fc00
-7843fc00
-58555555
-98001e00
-6800cbbd
-1fed8400
-79200401
-18431c00
-20600000
-204053c4
-68024bdb
-98001200
-20402918
-6808cbbd
-2040291f
-58000500
-20402a8f
-20402924
-20400696
-7857fc00
-7826fc00
-7830fc00
-78507c00
-78287c00
-68014bb6
-98003600
-37c18400
-242c06e8
-7846fc00
-7825fc00
-7823fc00
-7824fc00
-204006e1
-6000cc67
-6808cc66
-98467c00
-242286e4
-204006e1
-6000cb2d
-6800cbf9
-1fe67c02
-202286c4
-6800cb2d
-6808cbb4
-a8400e00
-242086e4
-204006e1
-e0a08000
-1fe97e00
-1fe1721f
-202286cc
-204006e1
-e0a08000
-c20006c9
-18a22200
-204006e1
-6000ccee
-1a220a00
-09800018
-78287c00
-db600664
-1fef7e00
-1ff17e00
-e0a18000
-7845fc00
-202306e4
-7837fc00
-68008017
-1fe0a200
-20402981
-7846fc00
-20402918
-6800ccee
-2040001d
-20600000
-09800008
-19897e00
-20600000
-784dfc00
-7845fc00
-2040264d
-20600000
-202006e4
-20402918
-6808cbbd
-20202933
-204053c4
-68024bdb
-98001200
-20400696
-204006e9
-79202a00
-782efc00
-78307c00
-7850fc00
-19317e00
-1fecfe00
-1ff1fe00
-08008628
-784efc00
-782dfc00
-7823fc00
-7824fc00
-6800cc66
-08008608
-6800cbb5
-98007200
-d8c04b6f
-e8c08000
-08008608
-c2000702
-78247c00
-08008618
-78447c00
-37d38200
-20000064
-784efc00
-784dfc00
-20600000
-7047a007
-7047a104
-580047a0
-60014218
-20207e38
-da20469a
-20407e3d
-20540716
-20600000
-6800c7c1
-1fe0fe01
-6000c7c1
-20600000
-da20469a
-20407e54
-2034071e
-20600000
-20405652
-6800c7c1
-1fe67c01
-24415650
-6800c7c1
-207a0000
-1fe0ffff
-6000c7c1
-20203f90
Index: output/sched.rom
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/output/sched.rom	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/output/sched.rom	(working copy)
@@ -2,23 +2,50 @@
 00a1:00 00 00 00 00 00 00 00
 
 
+
+
+
+
+
+
+
 0c6c:ff
 
 
+
+
+
+
+
+
+
+
+
+
+
 119e:00 00 00 00 00 00 00 00 00 00
 4000:02
+
+
+
+
+
 4010:20
 02
+
 00 00 
 02
-01
+00 
 06
 00 
 10
+
 06
 00 00 
 48
-1c
+
+1e
+
 4027:02
 08
 04
@@ -27,9 +54,11 @@
 c8
 04
 80
+
+
 00 00 
 10
-
+403f:04
 
 
 
@@ -41,17 +70,15 @@
 4091:01
 42
 40a0:26 10 19 20 18 10
-40ad:12 00
-00 02
-12 00
-00 02
-00 00 
-20 00
 
-00 00 
-20 00
-00 00 
-80 04
+
+
+
+
+
+
+
+40bf:80 04
 00 08
 
 8f 47
@@ -64,25 +91,17 @@
 00 00 
 8f 1f ca	
 00 0a 0b ef 07
-41e3:
-0e 00 
-01 00 
-02
-
-
 4203:90 1f
 00 00 
 06
 4211:80
-
 00 00 
 ff
 421a:01
 
 
 13 47
-422d:02 
-32 
+422e:32 
 423a:0a
 4241:00 84
 
@@ -119,15 +138,13 @@
 2c 01 
 
 
-44a0:15 46 03 0e 8e ed
+44a0:8e b1 3a 0e 8e ed
 
 44e5:50
 
 44fa:22 00
 
 
-4515:
-'BT3.0 Mouse
 455a:0a
 465a:01
 
@@ -147,7 +164,10 @@
 70 17 
 
 
-46d2:02 
+46ce:0a
+
+00 00 00 
+02 
 00 00 
 
 
@@ -158,7 +178,7 @@
 
 
 
-92
+12
 
 
 
@@ -169,36 +189,13 @@
 
 45
 
-46db:01
-ff
-00 00 00 
-00
-02 
-06 
-14 
-08 
-ff 
-ff 
-14 
-1b 
-1c 
-ff 
-ff 
-ff 
-14 
-ff 
-ff 
-ff 
-ff 
-ff 
-ff 
-ff 
-04 
-02 
-ff 
-ff 
+00 00 
+01
+
+
+
+
 
-46f5:
 
 
 
@@ -207,17 +204,8 @@
 
 
 
-04
 
-4703:02 
-4709:96 00
-64 00
-6e 00
 
-4720:
-01
-ff
-ff ff ff ff ff ff
 
 
 
@@ -227,63 +215,22 @@
 
 
 
-477f:
-01
-02
-03
-04
 
-15
-1a
-22
-2a
 
-04
-05
-07
-08
 
-478e:03
 
 
 
 
-4b ba
-55 d0
-56 e0
-57 88
-58 6c
-59 10
-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
-28 00 02 08 29 02 11 01
-29 00 02 03 28 01 0e 
-2a 00 02 4d 2a 07 00 00 00 00 00 00 00
-2b 00 02 08 29 02 11 02
 
-  
 
-4b05:85
-00 00 00 
-14
-05
 
 
-00 00 00 00 
-1e
 
-00 00 00 
-01
 
-1d
-00 
-08
 
 
 
@@ -900,7 +847,44 @@
 
 
 
+00 
+01
+ff
+00 00 00 
+00
+02 
+06 
+14 
+08 
+ff 
+ff 
+14 
+1b 
+1c 
+ff 
+ff 
+ff 
+08 
+ff 
+ff 
+ff 
+ff 
+ff 
+ff 
+ff 
+30 
+02 
+ff 
+ff 
 
+4703:02 
+4709:a4 01
+2c 01
+40 01
+4720:
+ff
+ff
+ff ff ff ff ff ff
 
 
 
@@ -910,6 +894,11 @@
 
 
 
+477f:
+00
+01
+02
+03
 
 
 
@@ -922,13 +911,29 @@
 
 
 
+478e:03
 
 
 
 
+4b ba
+55 d0
+56 e0
+57 88
+58 6c
+59 10
+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
+28 00 02 08 29 02 11 01
+29 00 02 03 28 01 0e 
+2a 00 02 4d 2a 07 00 00 00 00 00 00 00
+2b 00 02 08 29 02 11 02
 
 
 
@@ -938,28 +943,37 @@
 
 
 
+  
 
-00 00 00 
+4afd:19
 
+00 00 
+85
+00 00 
+14
+05
+4b1f:
 
 06 ff 06 00 03 00 80
 
-
 '\09BT5.0 Mouse
 
-4bb4:01        
+4b3e:1d
+
+
+4bc6:01        
 00 
 c0 12     
-4bbf:20 15 10 05
+4bd1:20 15 10 05
 ff
 00 13 2c 42
 06 15 36 48
 0f 1a 3a 4c
 11 23 31 4d
-4bd8:19
+4bea:19
 19
 1c
-4be2:80 ee 36
+4bf4:80 ee 36
 
-4bf8:04
+4c0a:04
 01
Index: program/app_mouse.prog
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/program/app_mouse.prog	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/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/patch.prog
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/program/patch.prog	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/program/patch.prog	(working copy)
@@ -1,13 +1,13 @@
 //define DONGLE
 define MOUSE
+define G24
 define BLE
 //define CLASSIC_BT
-//define ADC_ENABLE
+//define MOUSE_SMOOTHER
+define ADC_ENABLE
 //define P24G_LOG
 //define RF_DEBUG
-//define TESTDATA
-define BLE_FAST_CONN_ENABLE
-//define MEMLOG
+//define BLE_FAST_CONN_ENABLE
 
 //define DEBUGLOG
 //define DEBUGLOG_CALLBACK
@@ -21,22 +21,21 @@
 //define DEBUGLOG_UPPER_SM
 
 ifdef PATCH
-	bbit1 8,pf_patch_ext	
+	bbit1 8,pf_patch_ext
+	beq patch00_0,p_soft_reset_0 
+	beq patch00_1,p_soft_reset_1
 	beq patch10_5,p_shutdown_radio
 	beq patch11_1,p_set_freq_tx
-ifdef MOUSE
-	beq patch00_1,p_soft_reset_1
 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
 endif	
 	beq patch14_1,p_init_param
-	beq patch15_0,p_lpm_dispatch_next2
 	beq patch16_1,p_lpm_check_wake_lock
 	beq patch16_2,p_g24_dispatch
 	beq patch18_4,p_device_init
@@ -44,13 +43,12 @@
 	beq patch19_2,p_app_initflag_check
 	beq patch1c_3,p_mouse_seting_dpi
 	beq patch1c_6,p_mouse_motion
+	beq patch1d_1,p_mouse_bb_disconnected
 	beq patch1d_2,p_mouse_bb_event_discovery_btn
 	beq patch1d_3,p_mouse_start_discovery
 	beq patch1d_4,p_mouse_stop_discovery
-endif
 	branch loop
 pf_patch_ext:
-ifdef MOUSE
 ifdef BLE
 	beq patch27_1,p_le_slave_match
 	beq patch28_3,p_le_next_adv_channel
@@ -62,20 +60,23 @@
 	beq patch2c_7,p_le_parse_l2cap
 	beq patch2d_2,p_le_adv_not_match
 	beq patch2e_7,p_le_lpm_setmult
+	beq patch3f_2,p_check_51cmd_once_continue
 endif	
 ifdef CLASSIC_BT
+	beq patch20_5,p_hid_rx_process
+	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
 	beq patch2f_6,p_parse_lmp_opcode
-	beq patch31_0,p_process_conn_sm
 	beq patch37_6,p_process_upper_sm_reconn
 	beq patch3e_6,p_ui_ipc_send_event
 	beq patch3e_7,p_ui_ipc_send_cmd
 endif
-endif
 	branch loop
+	
 
 ifdef MOUSE
 p_rssi_signal:
@@ -90,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
@@ -108,21 +139,25 @@
 	store 2,mem_lmp_version+3
 	branch init_param+12
 
-p_lpm_dispatch_next2:
-	fetch 1,mem_mouse_wheel_trigger
-	nrtn blank
-	branch lpm_dispatch_next2
-
 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
@@ -137,11 +172,9 @@
 	rtnne STATE_24G_PAIRING_SUCCESS
 	call power_ctrl_start
 	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
@@ -149,39 +182,35 @@
 	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	
-	fetch 2,mem_24g_transmit_by_interrupt_exit_count
+	call p_g24_interval_calibrate
+	fetch 1,mem_24g_transmit_by_interrupt_exit_count
 	increase 1,pdata
-	store 2,mem_24g_transmit_by_interrupt_exit_count
-	fetcht 2,mem_24g_transmit_by_interrupt_exit_count_init
-	isub temp,null
+	store 1,mem_24g_transmit_by_interrupt_exit_count
+	sub pdata,25,null	//200ms
 	call p_g24_transmit_by_interrupt_exit,zero
 	branch p_g24_transmit_process
 p_g24_transmit_by_interrupt_exit:
 	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
-	setarg 0
-	store 2,mem_24g_transmit_by_interrupt_exit_count
-	setarg 25
-	store 2,mem_24g_transmit_by_interrupt_exit_count_init
+	jam 0,mem_24g_transmit_by_interrupt_exit_count
 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
@@ -189,19 +218,15 @@
 	beq 4,p_g24_interval_max
 	beq 5,p_g24_interval_min
 	rtn
-p_g24_transmit_by_interrupt_enable:
-	jam G24_TX_TIMER_INT_ENABLE,mem_24g_transmit_by_interrupt
-	setarg 0
-	store 2,mem_24g_transmit_by_interrupt_exit_count
-	rtn
+
 p_g24_nodata_transmit:
 	fetch 1,mem_24g_abort_pac
 	call p_g24_send_abort_packet,blank
-p_g24_long_sleep:
 	fetch 1,mem_mouse_multi_led_blink_count
 	nrtn blank
 	fetch 1,mem_mouse_multi_led_state
 	rtneq ON
+p_g24_long_sleep:
 	call p_g24_lpm_wait
 	nrtn user
 	fetch 3,mem_24g_enter_hibernate
@@ -210,7 +235,7 @@
   	branch lpm_sleep
 
 p_g24_lpm_wait:
-  	enable user
+	enable user
 	call lpo_calibration
 	fetch 3,mem_clks_per_lpo
 	branch disable_user,blank
@@ -218,8 +243,29 @@
 	branch disable_user,blank
 	fetch 1,mem_sp_local_key_invalid	// simple pairing is not ready
 	branch disable_user,blank
-	branch p_mouse_setgpio_lpm
-  	
+	fetch 1,mem_24g_transmit_by_interrupt
+	beq G24_TX_TIMER_INT_ENABLE,disable_user
+p_mouse_setgpio_lpm:
+p_mouse_set_sdio_high:
+	fetch 1,mem_mouse_init_sensor_reset_flag
+	rtn blank
+	call p_mouse_seting_dpi_diff// make sdio high to make 100uA less
+	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_g24_send_abort_packet:
 	jam 1,mem_24g_abort_pac
 	jam 0,mem_24g_rf_hop_ch
@@ -233,3075 +279,3248 @@
 	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_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_mouse_setgpio_lpm:
-	call p_set_ice_gpio
-	call p_mouse_set_sdio_high
-	call p_clear_wake
-	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_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_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
-	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_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_mouse_init:
-	ncall p_mouse_setting_config,wake
-	call p_mouse_spi_init
-	rtn wake
-ifdef RF_DEBUG
-	call test_gpio_init
-endif
-	call p_mouse_cb_fuction
-	call p_mouse_check_key_gpio
-	beq MOUSE_LM_BUTTON,p_mouse_24g_pairing_button
-	branch p_mouse_wakeup_from_power
+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_tx_power_init:
-	fetch 1,mem_tx_power_temp
-	store 1,mem_tx_power
+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_check_reconn_target:
-	fetch 1,mem_mouse_multi_led_on_timer_init
-	store 1,mem_mouse_device_led_on_timer_count
-	jam 1,mem_mouse_ble_reconn_enable
-	call p_mouse_store_le_mode_flag
-	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_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
+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
 
-ifdef BLE
-p_mouse4_0_check_reconn_target:
-	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
-	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
+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 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_mouse_dpi_config:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit0 MOUSE_ENABLE_EEPROM,mouse_dpi_config
-	fetch 1,mem_mouse_dpi
-	beq 0xff,mouse_dpi_config
-	branch mouse_seting_dpi+2
-
-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
+	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_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_g24_txbuf_clear:
+	arg 4,loopcnt
+	arg mem_24g_txbuf,contw
+	branch memset0
 
-p_mouse_init_p32xx_id2_judge:
-	call p_mouse_sensor_poweron
-	branch mouse_init_p32xx_id2_judge
+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
+	
+ifdef RF_DEBUG
+	call test_gpio_low
+endif
 
-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
+//	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_sensor_poweron:
-	setarg 0x8006	// reset to factory settings
-	call twspi_write
-	nop 12000
-	branch p_mouse_dpi_config
-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_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_mouse_setting_config:
-	fetch 1,mem_mouse_button_select_device_timer_init
-	store 1,mem_mouse_button_select_device_count
+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
 
-	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	
+p_g24_tx_attempt_fail:
 	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
-p_mouse_init_iic:
-	call iic_init_390k
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
-	ncall clear_eeprom_size_2k,true
-	call mouse_load_eeprom_dpi
-	call p_mouse_load_eeprom_switch_mode
-	call p_mouse_init_environment
-	call p_mouse_set_24g_addr_eeprom
-	call iicd_read_eep_data
-ifdef BLE_FAST_CONN_ENABLE
-	call p_mouse_load_fast_conn_flag
-	fetch 1,mem_mouse_fast_conn_flag
-	beq 0xff,p_mouse_fast_conn_init
-endif
-	rtn
+	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 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	
-endif	
+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
 
-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_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
 
-	setarg mem_mouse_uuid_list				//bt sdp start address
-	store 2,mem_ui_uuid_table
-	rtn
-endif
+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_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_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_app_flag_store:
-	arg 2,temp
-	arg mem_timeup,rega
-	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
-	branch iicd_write_protect_eep_data
+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_app_initflag_check:
-	arg 2,temp
-	arg mem_pdatatemp,rega
-	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_24g_transmit_by_interrupt_exit_count_max:
-	setarg 375
-	store 2,mem_24g_transmit_by_interrupt_exit_count_init
-	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_mouse_wakeup_from_power:
-	setarg 25
-	store 2,mem_24g_transmit_by_interrupt_exit_count_init
-	ncall p_mouse_24g_transmit_by_interrupt_exit_count_max,wake
-	
-	fetch 1,mem_wakup_from_power_flag
-	isolate0 gpio_latch,pdata
-	nbranch p_mouse_wakeup_no_from_power,true
-//	call p_mouse_mode_24g_device_multi_led_on
-	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
-//	fetch 1,mem_config_function_enable
-//	rtnbit1 ENABLE_SELECT_DEVICE_BY_SWITCH
-	fetch 1,mem_mouse_switch_device_flag
-	beq 0x01,p_g24_start_24g_mode
-	beq 0x02,p_mouse_check_reconn_target
-p_mouse_start_24g_mode:	
-	//fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	//rtnbit0 MOUSE_ENABLE_24G
-	call p_mouse_store_24g_mode_flag
+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
-	branch p_g24_start_24g_mode
-
-p_mouse_store_24g_mode_flag:
-	jam 0x01,mem_mouse_switch_device_flag
-	branch p_mouse_store_eerpom_switch_mode
-
-p_mouse_store_le_mode_flag:
-	jam 0x02,mem_mouse_switch_device_flag
-	branch p_mouse_store_eerpom_switch_mode
+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_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
+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
-	ncall disable_user,zero
-	loop p_pdata_0xff_check_loop
-	rtn
+	branch p_g24_start_pairing_sm1,zero
+	branch p_g24_tx_attemp_dongle_succ
 
-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
+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_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
-	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
-
-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_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
-endif
 
-p_mouse_wheel_trigger:
-	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
-	fetch 2,mem_mouse_z
-	ncall p_mouse_wheel_trigger,blank
-	branch mouse_send_data
-endif
+p_g24_auto_pair_device_attemp:
+	call p_g24_auto_pair_all_powerful
+	branch p_g24_auto_pair_start_loop
 
-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_auto_pair_pair_attemp:
+	call p_g24_pair_init
+	branch p_g24_auto_pair_start_loop
 
-p_mouse_idle:
-	call ui_check_paring_button
-	call p_mouse_dpi_check
-	branch mouse_wheel_check
+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_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
+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_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
+	store 1,mem_24g_sta_pid
+	rtn
 
-p_mouse_dpi_up:
-	call p_gpio_set_input_pu
-	branch mouse_dpi_up
+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_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
+p_g24_transmit_prep:
+ifdef P24G_LOG
+	fetch 1,mem_24g_paccnt
+	increase 1,pdata
+	store 1,mem_24g_paccnt
 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 0,mem_mouse_ble_led_on_enable
-	jam 0,mem_mouse_long_mult_flag
-	call p_mouse_store_le_mode_flag
-	call p_mouse_init_sensor_reset
-	call p_mouse_data_init
-	branch mouse_le_bb_event_connected
 
-p_mouse_le_bb_disconnected:
-	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
+// 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_mouse_le_enc_info:
-p_app_updata_le_param:
-	jam BT_CMD_LE_UPDATE_CONN,mem_fifo_temp
-	branch ui_ipc_send_cmd
+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_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_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_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_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_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_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 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
-	
+ifdef RF_DEBUG
+	call test_gpio_low
+	call test_gpio_high
 endif
 
-p_mouse_24g_pairing_complete:
-	call p_mouse_store_24g_mode_flag
-	call p_mouse_init_sensor_reset
+	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
 
-	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
-	branch p_mouse_null_enter_hibernate_enable
-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
+endif
+ifdef MOUSE
+	fetch 1,mem_rssi_hex_received
+	call p_rssi_signal
+endif
 	rtn
 
-p_mouse_24g_attempt_success:
-	call p_mouse_store_24g_mode_flag
-	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
-	call p_mouse_multi_led_off2	
-p_set_ice_gpio:
-	fetcht 1,mem_device_state_led_gpio
-	call gpio_config_input
-	fetcht 1,mem_device_state_led_gpio
-	set1 gpio_active_bit,temp
-	arg core_gpio_pu0,contw
-	branch gpio_set_bit
+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_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_sync_timeout:
+ifdef DONGLE
+	call p_rssi_noise
+endif
+	branch p_g24_end_of_packet
 
+p_g24_set_freq_tx:
+	call set_sync_on
+	fetcht 1,mem_24g_ch
+	branch set_freq_tx
 
-p_mouse_bb_event_timer:
-ifdef ADC_ENABLE	
-	call p_mouse_adc_read
-	call p_mouse_low_voltage_led_timer
-endif
-ifdef CLASSIC_BT
-	call p_mouse_send_switch_req_timer
-	call mouse_check_hid_handshake_timer
+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
+
+ifdef RF_DEBUG
+	call test_gpio_high
 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 p_mouse_select_device
-	call mouse_check_no_data_timeout_timer
-	call p_mouse_device_ble_led_timer
-	branch p_mouse_le_enable_att_list_timer
 	
-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
+	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
-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
+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_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
-	fetch 1,mem_mouse_ID_key_state
-	branch p_mouse_bt_discovery_commbination_key_down,blank
-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
-	jam 1,mem_mouse_ble_led_on_enable
-	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
-
-p_mouse_select_device:
-p_mouse_select_device_by_button:
-	fetch 1,mem_mouse_dpi_button_state
-	branch p_mouse_select_device_button_down,blank
-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_dpi_button_state
-	rtneq DPI_BUTTON_STATE_UP
-	jam DPI_BUTTON_STATE_UP,mem_mouse_dpi_button_state	
-	arg MOUSE_LONG_BT_BUTTON_FLAG,queue
-	branch mouse_disable_function_flag
 	
-p_mouse_select_device_button_down:
-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_switch_device_decide
-
-p_mouse_switch_device_decide:
-	fetch 1,mem_mouse_switch_device_flag
-//	beq 0xff,p_g24_long_sleep
-	beq 0x01,p_mouse_24g_to_ble
-	beq 0x02,p_mouse_ble_to_24g
+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_mouse_24g_to_ble:
-	call p_mouse_store_le_mode_flag
-	branch soft_reset_chip
+endif
 
-p_mouse_ble_to_24g:
-	call p_mouse_store_24g_mode_flag
-	branch soft_reset_chip
+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_mouse_store_eerpom_switch_mode:
-	arg 1,temp
-	arg mem_mouse_switch_device_flag,rega
-	arg MOUSE_DEVICE_MODE_EEPROM_OFFSET,regb
-	branch iicd_write_protect_eep_data
+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_load_eeprom_switch_mode:
-	arg 1,temp
-	arg mem_mouse_switch_device_flag,rega
-	arg MOUSE_DEVICE_MODE_EEPROM_OFFSET,regb
-	branch iicd_read_eep_data
+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
+ifdef G24	
+	call mouse_check_key_gpio
+	beq MOUSE_LM_BUTTON,p_mouse_24g_pairing_button
+endif
+	call p_mouse_wakeup_from_power
+p_mouse_check_reconn_target:
+	call p_mouse_tx_power_init
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_connect_24g_mode
+//	fetcht 1,mem_24g_device_number
+//	isub temp,null
+//	branch p_mouse_connect_24g_mode,zero
+p_mouse_check_bt_reconn_target:
+	//call p_mouse_mode_bt_device_blink_5s
+	call p_mouse_mode_bt_device1_multi_led_on
+	//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_device_ble_led_timer:
-	fetch 1,mem_mouse_ble_led_on_enable
-	nbranch p_mouse_device_ble_led_blink,blank
-	fetch 1,mem_mouse_ble_reconn_enable
-	rtn blank
-p_mouse_device_ble_led_on_timer:
-	call p_mouse_led_output_low 
-p_mouse_device_led_on_comm:
-	arg mem_mouse_device_led_on_timer_count,regc
-	arg p_mouse_device_ble_led_on_timeout,regb
-	branch timer_single_step
-p_mouse_device_ble_led_on_timeout:
-	jam 0,mem_mouse_ble_reconn_enable	
-	branch p_mouse_device_state_led_off	
-
-p_mouse_device_ble_led_blink:
-	fetch 2,mem_mouse_discovery_timer
-	div pdata,2
-	call wait_div_end
-	remainder pdata
-	branch p_mouse_device_ble_led_check,blank
+p_mouse_tx_power_init:
+	fetch 1,mem_tx_power_temp
+	store 1,mem_tx_power
 	rtn
 
-p_mouse_device_ble_led_check:
-	fetch 1,mem_device_led_blink_flag
-	beq 1,p_mouse_led_output_low_before
-	beq 2,p_mouse_device_state_led_off_before
-	rtn
-p_mouse_led_output_low_before:
-	jam 2,mem_device_led_blink_flag
-	branch p_mouse_led_output_low
-p_mouse_device_state_led_off_before:
-	jam 1,mem_device_led_blink_flag
-	branch p_mouse_device_state_led_off
-
-p_mouse_led_output_init:
-	fetcht 1,mem_device_state_led_gpio
-	branch gpio_config_output
-p_mouse_led_output_low:
-	call p_mouse_led_output_init
-	fetcht 1,mem_device_state_led_gpio
-	branch gpio_out_active
-//p_mouse_led_output_high:
-//	call p_mouse_led_output_init
-//	fetcht 1,mem_device_state_led_gpio
-//	branch gpio_out_inactive
-
-p_mouse_device_state_led_off:
-	fetcht 1,mem_device_state_led_gpio
-p_gpio_set_input_suspended:
-	set0 gpio_active_bit,temp
-	arg core_gpio_pu0,contw
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	arg core_gpio_pd0,contw
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	arg core_gpio_oe0,contw
-	branch gpio_set_bit	
-	
-ifdef ADC_ENABLE
-p_mouse_adc_read:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	rtnbit0 MOUSE_ENABLE_ADC	
+ifdef CLASSIC_BT
+p_mouse3_0_check_reconn_target:
+	call p_mouse_mode_bt_device1_multi_led_on
+//	call p_mouse_mode_bt_device1_led_blink
+	fetch 6,mem_hci_plap
+	branch app_bt_start_discovery_short,blank
+	branch mouse3_0_check_reconn_target+3
+endif	
 
-	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
+ifdef BLE
+p_mouse4_0_check_reconn_target:
+//	call p_mouse_mode_bt_device1_multi_led_on
+//	call p_mouse_mode_bt_device1_led_blink
+	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
+
+	arg mem_le_scan_data,contr
+	call p_le_adv_data_update
 	
-	mul32 pdata,2,pdata
-	arg 0x12,temp
-	isub temp,pdata
-	sub pdata,0x6e,null
-	ncall p_mouse_vlotage_add,positive
-	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
+	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
-	jam 0,mem_mouse_adc_last_low_voltage_flag
-	branch p_mouse_multi_led_off
+	iadd contr,rega
+	ifetch 1,contr	//type
+	rtneq 0x01
+	branch p_le_check_adv_flag_loop
+endif
 
-p_mouse_vlotage_add:
-	add pdata,0x0e,pdata
+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 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_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
-
-//	hfetch 1,core_gpio_pu0	//gpio5 pull up enable
-//	set1 5,pdata
-//	hstore 1,core_gpio_pu0
 	
+endif
 
-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
-	rtn
 
-p_mouse_low_voltage_led_timer:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+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
 
-	fetch 1,mem_mouse_multi_led_blink_count
-	nrtn blank
-	fetch 1,mem_mouse_multi_led_on_timer
-	nrtn blank
+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_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
-	rtn
-endif
+p_mouse_init_p32xx_id2_judge:
+	call p_mouse_sensor_poweron
+	branch mouse_init_p32xx_id2_judge
 
-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
+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_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_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_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_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:
+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 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
+	store 2,mem_lpm_interval
 
-//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
+	call mouse_adc_init
 
-//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
+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
+//	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
+	call p_mouse_set_24g_addr_eeprom
+	call iicd_read_eep_data
+ifdef BLE_FAST_CONN_ENABLE
+	call p_mouse_load_fast_conn_flag
+	fetch 1,mem_mouse_fast_conn_flag
+	beq 0xff,p_mouse_fast_conn_init
+endif
 	rtn
 
-//p_mouse_discovey_led_blink_off:
-//	fetch 1,mem_mouse_multi_led_on_timer
-//	nrtn blank
-//	fetch 1,mem_mouse_multi_led_on_poweron2s_flag
-//	nrtn blank
-//	branch p_mouse_multi_led_blink_off
-		
-p_mouse_dpi_multi_led_blink:
-	jam 3,mem_mouse_multi_led_blink_timer_init	//300ms
-	jam 1,mem_mouse_multi_led_blink_count_limited
-	branch p_mouse_multi_led_blink_enable
-
-p_mouse_motion:
-	disable user
+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
-	store 6,mem_mouse_x
-	call p_mouse_cheak_sensor_data
-	call mouse_zwheel
-	call mouse_t_zwheel
-	call p_mouse_key
-ifdef TESTDATA
-	call p_g24_test_data
-endif	
-	branch mouse_motion+8
-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
-	call p_mouse_check_ID_gpio
-	copy rega,pdata
-	rtn
-//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_mouse_check_ID_gpio:
-	fetcht 1,mem_mouse_ID_key_gpio
-	call p_gpio_set_input_pd
-	fetcht 1,mem_mouse_ID_key_gpio
-	call gpio_get_bit
-	branch p_mouse_ID_up,true
-	call p_gpio_set_input_pu
-	branch p_mouse_ID_down
+	invert pdata,pdata
+	store 6,mem_le_lap
+	rtn	
+endif
 
-p_mouse_ID_up:
-	call p_gpio_set_input_pu
-	fetch 1,mem_mouse_ID_key_state
-	rtneq DPI_BUTTON_STATE_UP
-	jam DPI_BUTTON_STATE_UP,mem_mouse_ID_key_state
-	rtn
-p_mouse_ID_down:
-	fetch 1,mem_mouse_ID_key_state
-	rtneq DPI_BUTTON_STATE_DOWN
-	jam DPI_BUTTON_STATE_DOWN,mem_mouse_ID_key_state
-	rtn
-	
-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
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	arg core_gpio_oe0,contw
-	branch gpio_set_bit
 
-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
+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
 	
-p_mouse_cheak_sensor_data:
-	fetch 1,mem_config_sensor_type
-	beq P3212,p_mouse_p3212_sensor_motion
-	beq P3610,mouse_p3610_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_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
-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
+	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_seting_3065XY_dpi:
-	fetch 1,mem_mouse_dpi
-	sub pdata,MOUSE_DPI_LEVEL2,null
-	call p_mouse_3065xy_dpi_recount,zero
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL1,p_mouse_3065xy_set_cpi1
-	beq MOUSE_DPI_LEVEL2,p_mouse_3065xy_set_cpi2
-	beq MOUSE_DPI_LEVEL4,p_mouse_3065xy_set_cpi4
-p_mouse_3065xy_set_cpi3:
-	jam 2,mem_mouse_dpi_blink_count
-	fetch 1,mem_320x_dpi_3
-	increase -1,pdata
-	branch mouse_p3205_dpi	
-p_mouse_3065xy_dpi_recount:
-	jam MOUSE_DPI_LEVEL3,mem_mouse_dpi
+	setarg mem_mouse_uuid_list				//bt sdp start address
+	store 2,mem_ui_uuid_table
 	rtn
-p_mouse_3065xy_set_cpi1:
-	jam 1,mem_mouse_dpi_blink_count
-	fetch 1,mem_320x_dpi_1
-	increase -1,pdata
-	branch mouse_p3205_dpi
-p_mouse_3065xy_set_cpi2:
-	fetch 1,mem_320x_dpi_2
-	increase -1,pdata	
-	branch mouse_p3205_dpi	
-p_mouse_3065xy_set_cpi4:
-	jam 3,mem_mouse_dpi_blink_count
-	fetch 1,mem_320x_dpi_4
-	increase -1,pdata
-	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_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_le_otp_adc_empty:
-	setarg 0x1122
-	store 2,mem_random_addr_increase_count
-	branch p_le_addr_random_store
-
-p_mouse_start_discovery:
-	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
-	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
-	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
-	jam 0x5a,mem_mouse_fast_conn_flag
-	call p_mouse_store_fast_conn_flag
+p_mouse_init_environment:
+	call app_initflag_check
+	branch p_mouse_eeprom_load_recon_info,zero
+ifdef BLE
+	call p_le_addr_random_config
 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
+	branch mouse_init_environment+2
 
-p_mouse_store_eerpom_random_addr_increase_count:
+p_app_flag_store:
 	arg 2,temp
-	arg mem_random_addr_increase_count,rega
-	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
+	arg mem_timeup,rega
+	arg MOUSE_EEPROM_MODULE_INIT_FLAG,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_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
-	call memcpy
-	branch le_modified_name_adv
 
-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
+p_app_initflag_check:
+	arg 2,temp
+	arg mem_pdatatemp,rega
+	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
+	branch app_initflag_check+4
 
-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_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_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
+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
+//	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
+	ncall disable_user,zero
+	loop p_pdata_0xff_check_loop
 	rtn
 
-p_le_receive_skip:
-	call save_rssi
-	call p_rssi_signal
-	branch le_receive_skip+2
-
-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_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
-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_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
+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_le_prepare_tx_wak:
-	call p_le_check_tx_retransmit_setmd
-	branch p_le_power_ctrl_pac_succ_decrs
+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_le_check_tx_retransmit_setmd:
+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
-	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
+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_MD
+	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
 	rtn
 
-p_le_power_ctrl_pac_succ_decrs:
+p_mouse_le_current_mult_update:
+//	fetch 1,mem_config_function_enable
+//	rtnbit1 ENABLE_SENSOR_MOTION_PIN
+	jam 0,mem_lpm_mult
+	jam 30,mem_mouse_le_current_mult_timer
+	rtn	
+
+p_mouse_data_xy_release:
+//	fetch 1,mem_config_function_enable
+//	rtnbit1 ENABLE_SENSOR_MOTION_PIN
+	fetch 1,mem_mouse_long_mult_flag
+	rtnne 1
+	setarg 0
+	store 1,mem_mouse_long_mult_flag
+	store 4,mem_mouse_x
+p_mouse_sensor_poweron:
+	setarg 0x8006	// reset to factory settings
+	call twspi_write
+	nop 12000
+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,mouse_dpi_config
+	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:
 ifdef DEBUGLOG
 ifdef DEBUGLOG_MISC
 	setarg DEBUGLOG_DTYPE_MISC
 	store 2,mem_debuglog_datatype
-	setarg MISC_LE_RETRANSMIT
+	setarg MISC_PULL_MOUSEDATA
 	store 2,mem_debuglog_dataval
-	call debuglog_push	
+	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
-	branch power_ctrl_pac_succ_decrs
+	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_le_reconn_write_enable_timer_reinit:
-	fetch 1,mem_mouse_le_reconnect_flag
+p_mouse_wheel_trigger:
+	fetch 2,mem_mouse_z
 	rtn blank
-	fetch 1,mem_le_connect_status_flag
-	and pdata,0x03,pdata
-	rtneq 0x03
-	jam 10,mem_le_start_encrypt_timer
+	jam 1,mem_mouse_wheel_trigger
+	jam 2,mem_mouse_wheel_trigger_timer
 	rtn
 
-p_le_parse:
-	rtnmark1 mark_old_packet
-	call le_fifo_check_full
+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_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
+	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_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_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
 
-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
+	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_le_parse_smp:
-	ifetch 1,contr
-	beq SMP_PAIRING_FAILED,p_le_parse_smp_pairing_failed
-	branch le_parse_smp+1
-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_idle:
+	call ui_check_paring_button
+//	call p_mouse_dpi_check
+	branch mouse_wheel_check
 
-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_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_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_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
 
-p_le_mouse_bb_event_connect_complete:
+ifdef BLE
+p_mouse_le_bb_event_connected:
+//	call p_mouse_multi_led_blink_off
+//	call p_mouse_mode_bt_device1_multi_led_on
+	
+	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:
+	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
-	nrtn blank
-	fetch 1,mem_le_att_handle
-	sub pdata,26,pdata
-	nrtn zero
-	branch mouse_le_write_enable
-endif
+	beq 1,p_mouse_le_ll_reconn_start_encryt
+	branch p_mouse_le_ll_enable_start_enc_flag
 
-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_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_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_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_newconn_poll_responded:
-	set0 mark_first_packet,mark
-	branch newconn_poll_responded
+p_mouse_irtual_cable_unplug:
+	call mouse_irtual_cable_unplug
+	branch app_bb_hibernate
 
-p_process_dmh:
-	bmark1 mark_first_packet,end_of_packet			
-	branch process_dmh+1
+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_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_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_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_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_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_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
 
-p_app_bt_start_reconnect:
-	branch app_bt_start_reconnect+3
+ifdef G24
+p_mouse_24g_pairing_complete:
+	call p_mouse_init_sensor_reset
 
-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
+	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_send_lmp:
-	disable user
-	call lmo_fifo_process
+p_mouse_set_24g_addr_eeprom:
+	arg mem_24g_addr,rega
+	arg MOUSE_G24_ADDR_EEPROM_OFFECT,regb
+	arg 4,temp
+	rtn
 
-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
+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
+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
-	
-	fetch 1,mem_lmp_to_send
-	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
-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	
+
+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 p_mouse_setgpio_lpm_before
+
+	fetch 1,mem_gpio_wakeup_low+1
+	and pdata,0xfe,pdata
+	store 1,mem_gpio_wakeup_low+1
+
+	fetcht 1,mem_config_select_device_button_gpio
+	call p_gpio_set_input_pd
+	 
+	fetch 1,mem_gpio_wakeup_high+1
+	or pdata,0x01,pdata
+	store 1,mem_gpio_wakeup_high+1
+	rtn
+
+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
-	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 
+ifdef BLE	
+	call mouse_check_direct_timeout_timer
+	call p_mouse_le_enable_att_list_timer
+	call p_mouse_le_current_mult_update_timer
 endif
+ifdef CLASSIC_BT
+	call p_mouse_send_switch_req_timer
+	call mouse_check_hid_handshake_timer
+	call p_mouse_bt_check_sniff_req_timeout_timer
 endif
-	branch parse_lmp+21
+	call p_mouse_multi_led_blink_timer
+	branch mouse_check_no_data_timeout_timer
 
-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
+
+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
-	beq CONN_SM_SEND_CONN_REQ, p_host_create_conn_send_conn_req
-	branch process_conn_sm_continue+2
 
-p_host_create_conn_send_conn_req:
-	jam 20,mem_mouse_send_switch_req_timer
-	branch host_create_conn_send_conn_req	
+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_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
-	store 2,mem_debuglog_dataval
-	call pdata_pull
-	call debuglog_push	
-endif
+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
-	branch process_upper_sm_reconn+3
 
-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
 endif
-	
-ifdef DEBUGLOG
-p_ui_ipc_send_event:
-ifdef DEBUGLOG
-ifdef DEBUGLOG_EVENT
-	call pdata_push
-	setarg DEBUGLOG_DTYPE_EVENT
-	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_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
+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_pb_button_check
+	nbranch p_mouse_bt_discovery_commbination_key_down,true
+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_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_mouse_bt_discovery_timer:
+	arg mem_combination_ui_button_count,regc
+	arg p_mouse_long_button_bt_discovery,regb
+	branch timer_single_step
 	
-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_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_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_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_g24_transmit_hop_pac_fail_hop_stage2:
-	jam 0,mem_24g_rf_hop_ch
-	branch p_g24_transmit_hop_pac_fail_stage1
+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_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_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
 
-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
+	fetch 1,mem_select_device_button_statue
+	rtneq DPI_BUTTON_STATE_DOWN
+	jam DPI_BUTTON_STATE_DOWN,mem_select_device_button_statue
 
-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
+//	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_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_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_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_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_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_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_g24_rf_sync_cnt_check:
-	fetch 1,mem_24g_sync_cnt
-	branch p_g24_rf_hop_attemp,blank
+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_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
+	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_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_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_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
+p_mouse_multi_led_blink_off:
 	setarg 0
-	store 1,mem_mouse_long_mult_flag
-	store 4,mem_mouse_x
-	branch p_mouse_sensor_poweron
+	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_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 2,mem_24g_txfail_cnt
-	store 1,mem_24g_get_ack_fail
-	store 1,mem_24g_hop_pac_retry
-	jam ENSURE_OFF_24G,mem_24g_ensure
+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_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_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_g24_transmit_receive_ack:
-	disable user3
-	call p_g24_transmit
-	
-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_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_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_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
 
-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 ADC_ENABLE
+p_mouse_adc_read:
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	rtnbit0 MOUSE_ENABLE_ADC
 
-p_g24_ackpayload_parse:
-	call p_g24_read_len_pid_crc
-	fetch 1,mem_24g_rxdata_length	//ack payload length 
+	fetch 2,mem_mouse_multi_led_blink_count
+	nrtn blank
+	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
-	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
+	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
 
-power_ctrl_start:
+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_RECONNECT
-	rtnbit1 UI_STATE_BT_DISCOVERY
+	//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
+p_mouse_adc_low_volatage_led_timer_count_clean:
+	jam 1,mem_adc_low_volatage_led_timer_count
+	rtn
+endif
 
-	arg mem_rssi_signal_buf,rega
-	call p_rssi_average
-	storet 1,mem_rssi_avg_received
+p_mouse_seting_dpi:
+p_mouse_seting_dpi_diff:
+	fetch 1,mem_config_sensor_type
+	beq P3205,p_mouse_seting_3065XY_dpi
+	beq P3065_XY,p_mouse_seting_3065XY_dpi
+//	beq KA8,p_mouse_seting_KA8_dpi
+	branch mouse_seting_dpi+3
 
-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
-
-	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_mouse_seting_3065XY_dpi:
+	fetch 1,mem_mouse_dpi
+	sub pdata,MOUSE_DPI_LEVEL2,null
+	call p_mouse_3065xy_dpi_recount,zero
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_cpi1	//800
+//	beq MOUSE_DPI_LEVEL3,mouse_set_cpi3		//3065 1300, 3205 1200
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi4	//1600
+	branch mouse_set_cpi3
+p_mouse_3065xy_dpi_recount:
+	jam MOUSE_DPI_LEVEL3,mem_mouse_dpi
 	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
-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_mouse_seting_KA8_dpi:
+//	fetch 1,mem_mouse_dpi
+//	sub pdata,MOUSE_DPI_LEVEL2,null
+//	call p_mouse_3065xy_dpi_recount,zero
+//	fetch 1,mem_mouse_dpi
+//	beq MOUSE_DPI_LEVEL1,p_mouse_ka8_set_cpi1
+//	beq MOUSE_DPI_LEVEL3,p_mouse_ka8_set_cpi3
+//	beq MOUSE_DPI_LEVEL4,p_mouse_ka8_set_cpi4
+//p_mouse_ka8_set_cpi3:
+//	setarg 4	//1200
+//	branch mouse_p3205_dpi
+//p_mouse_ka8_set_cpi1:
+//	setarg 2	//800
+//	branch mouse_p3205_dpi
+//p_mouse_ka8_set_cpi4:
+//	setarg 5	//1600
+//	branch mouse_p3205_dpi
 
-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
-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
+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
 
-	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
+p_mouse_cheak_sensor_data:
+//	fetch 1,mem_config_sensor_type
+//	beq P3212,p_mouse_p3212_sensor_motion
+//	beq P3610,mouse_p3610_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_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_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
+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_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_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,p_mouse4_0_event_bb_disconn
+	branch mouse_bb_disconnected+9
 
-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_mouse4_0_event_bb_disconn:
+	call mouse_le_clean_connect_flag
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_PB_BUTTON,p_mouse_select_device_button_up
+	branch mouse4_0_event_bb_disconn+2
+	
+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_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
+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_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_le_otp_adc_empty:
+//	setarg 0x1122
+//	store 2,mem_random_addr_increase_count
+//	branch p_le_addr_random_store
 
+endif
 
-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_start_discovery:
+	call p_mouse_tx_power_init
+//	fetcht 1,mem_device_flag
+//	fetch 1,mem_device_number
+//	isub temp,null
+//	call mouse_select_device_count_clean,zero
+	jam 1,mem_device_flag
 
-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
+	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
+	jam 0x5a,mem_mouse_fast_conn_flag
+	call p_mouse_store_fast_conn_flag
+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_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_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
+	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
+	call mouse_start_discovery_norandom+13
+	branch p_mouse_discovery_multi_led_blink
 
-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_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
 
-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
+	arg mem_le_adv_swift_pair,contr
+	call p_le_adv_data_update
 	
-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
-	branch p_g24_ch
-
-p_g24_auto_pair_device_attemp:
-	call p_g24_auto_pair_all_powerful
-	branch p_g24_auto_pair_start_loop
+	branch check_51cmd_adv
 
-p_g24_auto_pair_pair_attemp:
-	call p_g24_pair_init
-	branch p_g24_auto_pair_start_loop
+p_le_adv_data_update:
+	arg mem_le_adv_data+11,contw
+	arg 19,loopcnt
+	call memcpy
+	branch le_modified_name_adv
 
-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_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_g24_put_data_in_buff:
-	storet 1,mem_24g_datalen
-	copy temp,loopcnt
-	arg mem_24g_txbuf,contw
-	copy rega,contr
-	branch memcpy
+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_g24_read_len_pid_crc:
-//read control
-	fetch 1,mem_24g_rxbuf+1
-	rshift3 pdata,pdata
-	store 1,mem_24g_rxdata_length
-//get crc
+p_le_next_adv_channel:
+	fetch 1,mem_le_ch_mapped
 	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_le_ch_mapped
+	rtnne 40
+	jam 37,mem_le_ch_mapped
 	rtn
 
-endif
-
-p_set_freq_tx:
-	storet 1,mem_last_freq
-	add temp,0,rega			/* index to frequency */
-	call rf_write_freq
-	setarg param_pll_setup	//128us
-	call sleep
-p_rf_tx_enable:
-	jam 0x1,rfen_adc
-	jam 0x3c,rfen_rx
-	jam 0xe0,rfen_tx
-	nop 10 /* wait LDOs to turn ON*/
-	jam 0x01, rfen_mdm
-	jam 0x3d, rfen_mdm
-	nop 10 /* wait tx blocks to turn ON*/
-	jam 0xb7,rfen_sn
-	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_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
-
-p_set_tx_power_0db:
-	call p_rx_low_sens
-	jam 0xd0,0x8955
-	jam 0xe0,0x8956
-	jam 0x6c,0x8958
-	branch set_tx_power_0db	
-
-//p_set_tx_power_3db:
-//	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_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_le_receive_skip:
+	call save_rssi
+	call p_rssi_signal
+	branch le_receive_skip+2
 
-p_rx_low_sens:
-	jam 0x5b,0x894c
-	jam 0x96,0x894d
-	jam 0x2c,0x894e 
-	jam 0x46,0x894f
+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_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_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_shutdown_radio:
-	force 8,radio_ctrl
-	branch shutdown_radio+1
+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
 
-/* ================================== 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_le_prepare_tx_wak:
+	call p_le_check_tx_retransmit_setmd
+	branch p_le_power_ctrl_pac_succ_decrs
 
-p_rssi_noise:
-	call save_rssi
+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
-	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
+	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
-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
+
+	
+	
+p_le_power_ctrl_pac_succ_decrs:
+ifdef DEBUGLOG
+ifdef DEBUGLOG_MISC
+	setarg DEBUGLOG_DTYPE_MISC
+	store 2,mem_debuglog_datatype
+	setarg MISC_LE_RETRANSMIT
+	store 2,mem_debuglog_dataval
+	call debuglog_push	
 endif
-	copy rega,contr
-ifdef DONGLE
-	branch rssi_average_loop
 endif
-ifdef MOUSE
-p_rssi_average_loop:
+	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
-	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
+	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
+//	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
-endif
+
+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_update_addr_and_synccrc8:	
-	store 4,mem_24g_addr
+//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
 
-//output: 1BYTE crc8
-p_g24_syncword_crc8:
-	arg 0,rega
-	arg 4,loopcnt
-	arg mem_24g_addr,contr
-p_g24_syncword_crc8_loop:
+//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
-	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
+	beq SMP_PAIRING_FAILED,p_le_parse_smp_pairing_failed
+	branch le_parse_smp+1
+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_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_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_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
+	
+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_g24_transmit_prep:
-ifdef P24G_LOG
-	fetch 1,mem_24g_paccnt
+
+ifdef CLASSIC_BT
+p_page_wait_fhs_reply_ok:
+ 	fetch 1, mem_page_rcv_fhs
 	increase 1,pdata
-	store 1,mem_24g_paccnt
-endif
+	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	
 
-// 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_newconn_poll_responded:
+	set0 mark_first_packet,mark
+	branch newconn_poll_responded
 
-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_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_g24_ch_map_size:
-	call p_g24_ch_calc
-	increase 1,temp
-	and_into 3,temp //map size =4
-	rtn
+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_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_app_bt_start_reconnect:
+	branch app_bt_start_reconnect+3
 	
-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
+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_24g_ch
+	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
+
+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
 
-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:
+p_send_lmp:
+	disable user
+	call lmo_fifo_process
 
-ifdef RF_DEBUG
-	call test_h_l_h
+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
-
-	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
+	
+	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
 
-	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
+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
-	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
+	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_lmi_opcode_temp
+	store 1,mem_debuglog_dataval
+	call debuglog_push	
 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
-
-ifdef RF_DEBUG
-	call test_gpio_low
-	call test_gpio_high
 endif
+	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
 
-	enable user3
-	fetch 1,mem_last_freq
-	add pdata,0,rega
-	call rf_write_freq
-	disable decode_fec0
-	call set_sync_on
-ifdef DONGLE
+
+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
+
+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
-ifdef MOUSE
-	fetch 1,mem_rssi_hex_received
-	call p_rssi_signal
 endif
-	rtn
+	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_g24_receive_byte:
-	parse demod,bucket,8
-	rshift3 pwindow,pdata
+
+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
+	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
+
 	
-p_g24_end_of_packet:
-	disable encode_fec1
-	disable decode_fec1
-	call end_of_packet
-ifdef RF_DEBUG
-	call test_gpio_low
+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
-	rtn
-
-p_g24_sync_timeout:
-ifdef DONGLE
-	call p_rssi_noise
 endif
-	branch p_g24_end_of_packet
+	branch parse_lmp+21
 
-p_g24_set_freq_tx:
-	call set_sync_on
-	fetcht 1,mem_24g_ch
-	branch set_freq_tx
+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
+	store 2,mem_debuglog_dataval
+	call pdata_pull
+	call debuglog_push	
+endif
+endif
+	branch process_upper_sm_reconn+3
 
-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
+endif	
 
-ifdef RF_DEBUG
-	call test_gpio_high
 endif
 	
-	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
+ifdef DEBUGLOG
+p_ui_ipc_send_event:
+ifdef DEBUGLOG
+ifdef DEBUGLOG_EVENT
+	call pdata_push
+	setarg DEBUGLOG_DTYPE_EVENT
+	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_event+1
 
-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
+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
 
-	enable enable_parity
-	inject mod,24	//crc
-	disable enable_parity
-	until null,tx_clear
-	nop 100
-	disable encode_fec0
-	disable encode_fec1
+power_ctrl_pac_succ_cnt_init:
+	jam 1,mem_power_ctrl_level
+	jam 0,mem_power_ctrl_pac_succ_cnt
 	rtn
-
-
-ifdef RF_DEBUG
-test_gpio_init:
-	arg TEST_GPIO,temp
-	call gpio_config_output
-test_gpio_low:
-	arg TEST_GPIO,temp
-	call gpio_out_active
-	nop 10
+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
-test_gpio_high:
-	arg TEST_GPIO,temp
-	call gpio_out_inactive
-	nop 10
+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
 
-test_h_l:
-	call test_gpio_high
-	branch test_gpio_low
-test_h_l_h:
-	call test_gpio_high
-	call test_gpio_low	
-	branch test_gpio_high
+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
+
+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_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
+	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_mouse_data_push:
-	arg mem_mouse_key,rega
-	call queue_push
-	call p_mouse_queue_increase,user
-	
+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_LOST_MOUSEDATA
-	store 2,mem_debuglog_dataval
-	nbranch debuglog_push,user
-
-	setarg MISC_PUSH_MOUSEDATA
+	setarg MISC_TXPOWER_1
 	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
+	jam TX_POWER_0DB,mem_tx_power
 	rtn
 
-p_mouse_fill_data_le:
+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
 ifdef DEBUGLOG
 ifdef DEBUGLOG_MISC
 	setarg DEBUGLOG_DTYPE_MISC
 	store 2,mem_debuglog_datatype
-	setarg MISC_PULL_MOUSEDATA
+	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
-	fetch 1,mem_mouse_x
-	store 1,mem_debuglog_dataval
-	fetch 1,mem_mouse_y
-	store 1,mem_debuglog_dataval+1
-	call debuglog_push	
+	setarg MISC_TXPOWER_0
+	store 2,mem_debuglog_dataval
+	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
+	jam TX_POWER_f5DB,mem_tx_power
+	rtn
+
+endif
+
+p_set_freq_tx:
+	storet 1,mem_last_freq
+	add temp,0,rega			/* index to frequency */
+	call rf_write_freq
+	setarg param_pll_setup	//128us
+	call sleep
+p_rf_tx_enable:
+	jam 0x1,rfen_adc
+	jam 0x3c,rfen_rx
+	jam 0xe0,rfen_tx
+	nop 10 /* wait LDOs to turn ON*/
+	jam 0x01, rfen_mdm
+	jam 0x3d, rfen_mdm
+	nop 10 /* wait tx blocks to turn ON*/
+	jam 0xb7,rfen_sn
+	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_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
+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
+//	jam 0x10,0x8959
+	branch set_tx_power_0db
+
+//p_set_tx_power_3db:
+//	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_3db
+	
+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:
+//	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 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:
+	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 0xba,0x894b
+ 	jam 0xc2,0x8956
+ 	jam 0xd0,0x8955
+	rtn	
+
+p_shutdown_radio:
+	force 8,radio_ctrl
+	branch shutdown_radio+1
+
 
 ifdef DEBUGLOG 
 pdata_push:
@@ -3393,84 +3612,174 @@
 	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
-
+endif
 
-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
+ifdef RF_DEBUG
+test_gpio_init:
+	arg TEST_GPIO,temp
+	call gpio_config_output
+test_gpio_low:
+	arg TEST_GPIO,temp
+	call gpio_out_active
+	nop 10
+	rtn
+test_gpio_high:
+	arg TEST_GPIO,temp
+	call gpio_out_inactive
+	nop 10
 	rtn
 
+test_h_l:
+	call test_gpio_high
+	branch test_gpio_low
+test_h_l_h:
+	call test_gpio_high
+	call test_gpio_low	
+	branch test_gpio_high
+endif
 
-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	
-
+ifdef MOUSE_SMOOTHER
+//notice: need to call p_mouse_drawing_optima_init when waked from mult
+p_drawing_optima:
+	fetch 4,mem_mouse_x
+	rtn blank
+	call p_data_abs_check
+	setarg 0x0c	//asm_flag enable condition
+	call p_data_greater_than_check
+	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
+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
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_x
+	store 2,mem_data_current
+	call p_drawing_optima_data
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_x_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_x
+
+	fetch 2,mem_mouse_y_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_y
+	store 2,mem_data_current
+	call p_drawing_optima_data
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_y_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_y
+	rtn
+
+/**********
+input:data_pre,data_current
+output:data_pre,data_current after optima
+***********/
+p_drawing_optima_data:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	store 3,mem_data_sum
+	isolate1 16,pdata
+	branch p_data_sum_overflow,true
+	fetch 1,mem_data_sum+1
+	beq 0xff,p_data_sum_n
+	fetch 1,mem_data_sum
+p_data_store_pre:
+	rshift pdata,pdata
+	store 2,mem_data_pre
+	store 2,mem_data_current
+	rtn
+p_data_sum_overflow:
+	fetch 1,mem_data_sum+1	//sum positive
+	beq 0,p_data_sum_overflow_p
+	fetch 3,mem_data_sum	//全负相加
+	branch p_data_store_pre
+p_data_sum_overflow_p:
+	jam 0,mem_data_sum+2
+	fetch 1,mem_data_sum
+	branch p_data_store_pre
+
+p_data_sum_n:
+	fetch 1,mem_data_sum	//sum negetive
+	call p_pdata_get_half
+	store 1,mem_data_pre
+	store 1,mem_data_current
+	branch p_data_zero,blank
+	setarg 0xff
+p_data_set_direction:	
+	store 1,mem_data_pre+1
+	store 1,mem_data_current+1
+	rtn
+p_data_zero:
+	setarg 0
+	branch p_data_set_direction
+
+p_pdata_get_half:
+	sub pdata,0,pdata
+	store 1,mem_rega
+	fetch 1,mem_rega
+	rshift pdata,pdata
+	store 1,mem_rega
+	fetch 1,mem_rega
+	sub pdata,0,pdata
+	rtn
+
+//rega mouse_x, regb mouse_y, pdata refer
+p_data_greater_than_check:
+	isub rega,null
+	nbranch p_enable_asm,positive
+	isub regb,null
+	nbranch p_enable_asm,positive
+p_disable_asm:
+	jam 0,mem_mouse_asm_flag
+	rtn
+p_data_less_than_check:
+	isub rega,null
+	nrtn positive
+	isub regb,null
+	nrtn positive
+	branch p_disable_asm
+p_enable_asm:
+	jam 1,mem_mouse_asm_flag
+	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
+p_data_abs_check:
+	fetch 2,mem_mouse_x
+	store 2,mem_data_current
+	call p_data_abs
+	copy pdata,rega
+	fetch 2,mem_mouse_y
+	store 2,mem_data_current
+	call p_data_abs
+	copy pdata,regb
 	rtn
-*/
+
+/***********
+input: data_current
+output:pdata,abs
+************/
+p_data_abs:
+	fetch 1,mem_data_current+1
+	beq 0xff,p_data_reversal
+	fetch 1,mem_data_current
+p_data_abs_store:
+	and_into 0xff,pdata
+	//output:pdata
+	rtn
+p_data_reversal:
+	fetch 2,mem_data_current
+	sub pdata,0,pdata
+	branch p_data_abs_store
+
+endif
 
 ifdef TESTDATA
 //1 mem_m_key
@@ -3504,9 +3813,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
@@ -3542,6 +3848,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/YFK/24G&BLE/sched/109x.dat	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/sched/109x.dat	(working copy)
@@ -1,16 +1,16 @@
 
-mem_lpm_config:8f 1f ca	#+25khz
+mem_lpm_config:8f 1f ca	#4khz
 mem_lpm_xtalcnt:00 0a 0b ef 07
 mem_lpm_hibernate_switch:00
 mem_gpio_wakeup_low:00 00 00 00 00 00 00 00
 #mem_fcomp_mul:02
 #mem_fcomp_div:24
-mem_iscan_window:12 00
-mem_iscan_interval:00 02
-mem_pscan_window:12 00
-mem_pscan_interval:00 02
-mem_inq_window:20 00
-mem_page_window:20 00
+#mem_iscan_window:12 00
+#mem_iscan_interval:00 02
+#mem_pscan_window:12 00
+#mem_pscan_interval:00 02
+#mem_inq_window:20 00
+#mem_page_window:20 00
 #mem_page_to:00 40
 mem_rx_window_init:80 04
 mem_rx_window_sniff:00 08
Index: sched/mouse.dat
===================================================================
--- /branch/mouse_project/YFK/24G&BLE/sched/mouse.dat	(revision 1123)
+++ /branch/mouse_project/YFK/24G&BLE/sched/mouse.dat	(working copy)
@@ -1,13 +1,21 @@
 mem_patch00:02
+#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_patch15:01
 mem_patch16:06
 mem_patch18:10
+#mem_patch19:0e
 mem_patch19:06
 mem_patch1c:48
-mem_patch1d:1c
+#mem_patch1d:1e
+mem_patch1d:1e
+#mem_patch20:20
 mem_patch27:02
 mem_patch28:08
 mem_patch29:04
@@ -16,11 +24,13 @@
 mem_patch2c:c8
 mem_patch2d:04
 mem_patch2e:80
+#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
@@ -41,7 +51,7 @@
 #bit5 MOUSE_ENABLE_STATUE_UP_THREE_LED
 #bit6 MOUSE_ENABLE_STATUE_UP
 #bit7 MOUSE_ENABLE_DPI_LED_BLINK
-92
+12
 #bit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE
 #bit1 MOUSE_ENABLE_2K_EEPROM
 #bit2 MOUSE_ENABLE_ADC
@@ -54,12 +64,12 @@
 
 mem_app_connection_options:06
 mem_lap:26 10 19 20 18 10
-mem_local_name_length:
-'BT3.0 Mouse
-mem_sniff_param_interval:
-0e 00 
-01 00 ##mem_sniff_param_attempt:01 00
-02##mem_sniff_param_timeout:00 00
+#mem_local_name_length:
+#'BT3.0 Mouse
+#mem_sniff_param_interval:
+#0e 00 
+#01 00 ##mem_sniff_param_attempt:01 00
+#02##mem_sniff_param_timeout:00 00
 
 
 mem_unsniff2sniff_timer:0a
@@ -91,7 +101,6 @@
 mem_le_adv_swift_pair:
 #microsoft swift pair
 06 ff 06 00 03 00 80
-
 #name
 '\09BT5.0 Mouse
 
@@ -118,7 +127,7 @@
 mem_le_adv_own_addr_type:00
 mem_le_adv_channel_map:07 
 
-mem_le_lap:15 46 03 0e 8e ed
+mem_le_lap:8e b1 3a 0e 8e ed
 
 mem_le_transmit_window:50
 
@@ -137,37 +146,38 @@
 
 mem_device_number:02 #max device number
 mem_24g_device_number:02 #devie 2 :24g mode
-mem_adc_config_flag:02 #0 vinlpm 1 hvin 2 gpio
+mem_adc_config_flag:00 #0 vinlpm 1 hvin 2 gpio
 mem_adc_channel:32 #gpio5
-mem_mouse_vdd_full_vol:96 00#1.5v
-64 00#mem_mouse_vdd_empty_vol:5a 00#1.0v
-6e 00#mem_mouse_vdd_low_vol:64 00  #1.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
-14 #mem_dpi_button_gpio:06
-1b #mem_whee_a_data_gpio:02
-1c #mem_whee_b_data_gpio:03
+14 #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
-14 #mem_config_select_device_button_gpio:ff
+ff #mem_config_bt_button_gpio:18
+08 #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
-04 #mem_config_function_enable:04
-02 #mem_config_sensor_angle:00#3clk
-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
+30 #mem_config_function_enable
+02 #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
@@ -175,7 +185,7 @@
 mem_usb_offline_check_gpio:ff
 #mem_wire_usb_interval:19 #128
 
-mem_config_function_enable:
+#mem_config_function_enable:
 #bit0 ENABLE_BT_DISCOVERY_BY_GPIO_LED
 #bit1 ENABLE_MODE_LED
 #bit2 ENABLE_LOW_VOLTAGE_LED
@@ -184,25 +194,24 @@
 #bit5 ENABLE_SELECT_DEVICE_BY_GPIO_BUTTON
 #bit6 ENABLE_SELECT_DEVICE_BY_SWITCH
 #bit7 ENABLE_SENSOR_MOTION_PIN
-04
+#30
 
 mem_mouse_dpi_seting:
-01##mem_320x_dpi_1
-02##mem_320x_dpi_2
-03##mem_320x_dpi_3
-04##mem_320x_dpi_4
-
-15##mem_3212_dpi_1#800
-1a##mem_3212_dpi_2#1000
-22##mem_3212_dpi_3#1300
-2a##mem_3212_dpi_4#1600
-
-04##mem_3610_dpi_1
-05##mem_3610_dpi_2
-07##mem_3610_dpi_3
-08##mem_3610_dpi_4
+00##mem_320x_dpi_1
+01##mem_320x_dpi_2
+02##mem_320x_dpi_3
+03##mem_320x_dpi_4
+
+#15##mem_3212_dpi_1
+#1a##mem_3212_dpi_2
+#22##mem_3212_dpi_3
+#2a##mem_3212_dpi_4
+
+#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
 
 mem_ui_led_struct_ptr:mem_mouse_led_type
 mem_ui_led_struct_num:01
@@ -217,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
@@ -231,13 +248,13 @@
 mem_24g_ch_map2:06 15 36 48
 mem_24g_ch_map3:0f 1a 3a 4c
 mem_24g_ch_map4:11 23 31 4d
-mem_24g_paring_addr:20 15 10 05
 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:
@@ -251,22 +268,21 @@
 #mem_flash_base:00 70 00
 mem_eeprom_base:90 1f
 mem_eeprom_block_size:80
-#mem_reconn_times_init:00
+mem_reconn_times_init:00
 mem_bt_discovey_button_statue:01#default: button up
 mem_empty_count:03
 
+#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
 
-#select device timer init 3s
-mem_mouse_button_select_device_timer_init:1e
-
-mem_device_state_led_gpio:1d
-mem_device_led_blink_flag:01
+#mem_mouse_dpi_button_state:01
+mem_select_device_button_statue:01
 
-mem_mouse_ID_key_gpio:08
 
 #yichip sdp
 #04 0011 0100 1002 1124
